| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 |
- body {
- margin: 0;
- }
- html {
- font-family: "나눔바른고딕", "나눔고딕", "맑은고딕", "Sans-Serif";
- background: #eee;
- }
- h1, h2, h3, h4, h5, h6 {
- border-bottom: 1px solid gainsboro;
-
- padding-bottom: 10px;
- }
- h1.blank, h2.blank, h3.blank, h4.blank, h5.blank, h6.blank {
- border-bottom: none;
- padding-bottom: 0px;
- }
- header#main {
- border-bottom: 0;
-
- line-height: 50px;
-
- padding-left: 20px;
- padding-right: 20px;
-
- background-color: #99ddff;
- }
- header#main a {
- color: black;
- }
- header#main span#right {
- float: right;
- }
- header#main form.not_mobile input.search {
- display: inline-block;
-
- width: 200px;
- }
- header#main form.not_mobile {
- display: inline-block;
- }
- header a#logo {
- height: 52px;
- display: inline-block;
- padding-left: 20px;
- padding-right: 20px;
- margin-left: -20px;
- }
- header a#logo:hover {
- background-color: #95c3df;
- }
- .top_cel {
- display: inline-block;
- }
- .top_cel a {
- display: inline-block;
-
- height: 52px;
-
- padding-left: 10px;
- padding-right: 10px;
- }
- .top_cel a:hover {
- background-color: #95c3df;
- }
- .top_cel_in {
- position: absolute;
-
- background: #efd8f7;
-
- line-height: initial;
- z-index: 1;
- }
- .top_cel_in a {
- padding: 10px;
-
- display: block;
-
- height: inherit;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .top_cel_in a:hover {
- background-color: #e3baf1;
- }
- div#menu {
- margin-top: 10px;
- margin-left: 6px;
- }
- .menu_item_link {
- border: 0;
- background-color: white;
-
- padding: 10px;
-
- display: inline-block;
- margin-left: -6px;
- }
- .menu_item_link:hover {
- background-color: #eee;
- }
- input.search {
- height: 35px;
-
- vertical-align: middle;
-
- border: 0;
-
- padding: 10px;
- }
- input.only_mobile.search {
- width: calc(100% - 70px);
-
- display: inline-block;
- }
- input.search:focus-visible {
- outline: none;
- }
- button.search_button {
- width: 35px;
- height: 35px;
-
- vertical-align: middle;
-
- margin-left: -6px;
-
- border: 0;
-
- font-size: 20px;
-
- line-height: 0px;
- cursor: pointer;
- }
- button.search_button#goto {
- background-color: #ccffbb;
- }
- button.search_button#goto:hover {
- background-color: #99bf8c;
- }
- button.search_button#search {
- background-color: #ffeecc;
- }
- button.search_button#search:hover {
- background-color: #bcb097;
- }
- aside {
- width: 250px;
-
- float: left;
-
- display: block;
-
- padding-top: 10px;
- padding-left: 20px;
- padding-right: 20px;
-
- background-color: #ffeaee;
-
- height: calc(100vh - (50px + 20px));
- }
- aside button {
- width: 25%;
- }
- aside .side_button {
- border: 0;
- background-color: white;
-
- padding: 10px;
- }
- aside .side_button:hover {
- background-color: #eee;
- cursor: pointer;
- }
- #side_button_2 {
- border-left: 0;
- border-right: 0;
- }
- #side_button_3 {
- border-right: 0;
- }
- #side_content {
- margin-top: 20px;
- }
- section {
- width: calc(100% - (250px + 40px));
-
- display: inline-block;
-
- border-left: 0px solid;
-
- background-color: white;
- }
- header#section {
- padding-top: 11px;
- padding-bottom: 11px;
-
- border-bottom: 0px solid;
-
- background-color: #cceeff;
- }
- article.main {
- max-width: 1000px;
-
- padding-left: 20px;
- padding-right: 20px;
-
- margin: auto;
- }
- article.main#main_data {
- padding-top: 20px;
-
- min-height: 400px;
- }
- article.main#title h1 {
- margin: 0;
- }
- .only_mobile, header#main form.only_mobile {
- display: none;
- }
- @media screen and (max-width: 1000px) {
- aside {
- float: none;
-
- border-top: 0px solid;
-
- width: calc(100vw - 40px);
- height: 100%;
-
- padding: 20px;
- }
-
- section {
- width: 100vw;
-
- padding-bottom: 20px;
-
- border-left: 0;
- }
-
- .not_mobile, header#main form.not_mobile {
- display: none;
- }
-
- .only_mobile, header#main form.only_mobile {
- display: block;
- }
- .top_cel_in {
- left: 0;
- width: 100%;
- }
- }
- footer {
- border-top: 0px solid;
-
- margin-top: 20px;
- background: #eee;
-
- padding: 20px;
- }
- footer.only_mobile {
- margin-top: 0px;
- }
- input, textarea, button, select {
- border: 1px solid #aaa;
-
- padding: 10px;
-
- background-color: white;
- }
- #main_data button:hover {
- background-color: #eee;
- cursor: pointer;
- }
|