@charset "utf-8";

/* Font */
@font-face {
    font-family:'NanumGothic';
    src: url('/tpl/webfont/NanumGothic.eot');
    src: url('/tpl/webfont/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothic.woff') format('woff'),
         url('/tpl/webfont/NanumGothic.ttf') format('truetype');   
}

/*Defalut */
* {margin:0; padding:0}
body, td, th, div, span, input, select, textarea { font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; color:#777; line-height:16px; }
body { height:100%; overflow-y:scroll; *overflow-y:; -webkit-text-size-adjust:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,span,table,th,td,textarea {margin:0;padding:0;font-size: 13px;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
ul,ol,dl,dd,dt,li {list-style-type:none;}
img,th,td,fieldset,iframe { border:0; }
img {border:0;vertical-align:top;outline:none}
table,tbody,tfoot,thead,tr,th,td {border-collapse:collapse;}
textarea { border:1px solid #ddd; height:120px; }
input,select,label { vertical-align:middle; }

/* Layout */
#wrap {width:100%; min-width:1000px; /*background:url(/images/kor03-15-0266/common/bg.gif) repeat-x;*/}
#header { width:100%; background:#222; }
#header .header-area {position:relative; width: 1200px; margin: auto; display: block;}

/*navi*/
#navi {}
#navi a:hover, #navi a:active{text-decoration:none; color:#d5ae45;}
.navi_main {display: flex; justify-content: center;}
.navi_main li {position:relative; width: 170px; text-align: center;}
.navi_main a {display: block; font-size:18px; line-height:25px; font-weight:500; color: #ddd !important; padding:20px 0; }
.navi_sub{width:150px; display:block; position:absolute; top:45px; z-index:10; overflow:hidden;}
.navi_sub_menu {width: 100%; position: absolute; top: 55px; z-index: 9999; display: none; }
.navi_sub_menu li {display:block; width:100%; font-weight:bold; background-color:#000; text-align:center; }
.navi_sub_menu li a {color:#fff; display: block; padding:10px; line-height:18px; font-size:16px;}
.navi_sub_menu li a:hover { text-decoration:none; color:#d5ae45 !important;}

#top_gnb {width: 165px; height:25px; position: absolute; top:25px; right: 0px; z-index: 999;}
#top_gnb ul { height:30px;}
#top_gnb ul li { float:left;  padding-right:8px; font-size:10px; line-height:21px;}
#top_gnb ul li a { font-size:10px; color:#777;}
#top_gnb ul li a:link { color:#777; }
#top_gnb ul li a:hover { color:#777; text-decoration:none; }
#logo{width: auto; margin: 0 auto; position: relative; padding: 25px 0px 15px 0px;}
#navigation{width:100%; display: inline-block;}
#topmenu { position:absolute; width:980px; height:75px; right:160px; top:53px; }
#login { position:absolute; right:0px; top:5px; height:30px; }
#login li { display:inline; line-height:30px; padding:0 8px; background:url(/images/kor03-15-0266/common/login_line.gif)no-repeat left 50%;}
#login li:first-child {padding-left:0; background:none;}
#login li:last-child {padding-right:0;}
#login li a { font-size:10px; color:#8f8f8f;}
#login li a:hover { color:#666; text-decoration:none; }
#footer { width:100%; background:#222; padding:25px 0 30px;}

/*sub*/
.sub_left h3 {padding: 40px 10px 0; font-size: 25px; line-height: 35px; text-align: center; color: #fff; font-weight: bold; background-image: url(/images/kor03-15-0266/sub/sub_title_pattern.jpg); height: 110px; box-sizing: border-box;}
.leftmenu li {background-color: #fff; border-bottom: 1px solid #ddd;}
.leftmenu li a {padding: 15px 15px; display: block; font-size: 15px; line-height: 15px; text-decoration: none;}
.leftmenu li a:hover {color:#333;}
.leftmenu li._on a {background-color: #eee !important; color: #333; font-weight: 500;}

/* Link */
a:link, a:visited, a:hover, a:active{text-decoration: none; color: #777;}

.board_write th{font-size:13px;}
.mini_tip{font-size:13px;}


		