@charset "utf-8";

/* common */
html,body,div,span,applet,object,iframe,h1,h2,h3, h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,dialog,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
 margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
h1,h2,h3,h4,h5,h6,p,li,dt {word-break: keep-all;}
article,aside,details,dialog,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
ol,ul,li {list-style: none}
blockquote,q {quotes: none}
blockquote:before,blockquote:after,q:before,q:after  {content: ''; content: none;}
ins {background-color: #ff9; color: #000; text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
abbr[title], dfn[title] {border-bottom:1px dotted #000; cursor: help}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #c7c7c7; margin: 1em 0; padding: 0;}
*{margin:0; padding:0;}
li{list-style:none;}
img {max-width:100%; border:0 none;}
.hidden {position:absolute; left:-9999px; top:-9999px; width:0; height:0; font-size:0; line-height:0;}
form {min-width: auto;}
input[type="image"] {border:0 none;}
button, input[type="submit"] {cursor: pointer; border:0 none;}
button::-moz-focus-inner {border: 0 none; padding: 0;}
body {background-color:#ffffff; word-wrap:break-word; word-break:break-all;  zoom:1; -webkit-text-size-adjust: 100%;}
body,html {position:relative; height:100%;}

body,th,td,input,select,textarea,button {font-weight:500; font-size:14px; line-height:1.5; font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif; color:#666;} /* color값은 디자인가이드에 맞게사용 */
a {font-weight:500; font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;text-decoration:none; color:#666; transition:.3s;}
.font-nanum {font-family:'NanumSquare', sans-serif !important;}
.font-noto {font-family:'Noto Sans KR', sans-serif !important;}
.font-open {font-family: 'opensans', sans-serif !important;}
.t-center {text-align: center !important;}
.t-left {text-align: left !important;}
.t-right {text-align: right !important;}

.clearfix:after {content:''; display:block; clear:both;}
.container {width:100%; max-width:1200px; margin:0 auto;}
.pb100 {padding-bottom: 6.25rem;}
.mt75 {margin-top: 75px;}

/* layer */
.layer {display:none; position:fixed; position:absolute; top:0; left:0; width:100%; height:100%; z-index:1000;}
.layer .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.layer .pop-layer {display:block;}
.pop-layer {display:none; position: absolute; top: 50%; left: 50%; width: 350px; height:auto;  background-color:#fff; border: 3px solid #555; z-index: 10;}
.pop-layer .pop-container {padding: 20px 25px;}
input[type="text"],input[type="password"],textarea,input[type="submit"] {-webkit-appearance: none; -webkit-border-radius: 0;}
.pop-layer .board-password-txt {font-size:13px; line-height:18px; text-align:center;}
.pop-layer .board-password-input {margin:40px; text-align:center;}
.pop-layer .board-password-input label{display:inline-block; margin:0 10px 0 0;	font-size:12px; color:#333; vertical-align:middle;}
.pop-layer .board-password-input input{display:inline-block; padding:0 0 0 8px; width:150px; height:26px; border:1px solid #d8d8d8; color:#555; vertical-align:middle;}
	/* btn */
.pop-layer .board-password-btn {text-align:center;}
.pop-layer .board-password-btn a{display:inline-block; margin:0 5px; padding:10px 30px; box-sizing:border-box; text-decoration:none; font-size:13px;}
.pop-layer .board-password-btn .board-password-btn-list {background:#d3d3d3; color:#464646;}
.pop-layer .board-password-btn .board-password-btn-ok {background:#111; color:#fff;}


/* ---------------------------------- layout */
html, body {
    height: 100%;
}

#wrapeer {
    overflow: hidden;
    width: 100%;
}

@media screen and (min-width:321px) {
    body {
        overflow-x: hidden;
    }
}

/*
	header
*/
#header {
    position: relative;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999999;
}

#header.fixed {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #ddd;
    transition: .6s;
}

#header .header-top {
    width: 100%;
    height: 30px;
    background-color: #e9e9e9;
}

@media (max-width: 1200px) {
    #header .header-top {
        display: none;
    }
}

#header .header-top .w-lang {
    display: inline-block;
    height: 30px;
    font-size: 0;
}

#header .header-top dd {
    display: inline-block;
}

#header .header-top dd a {
    display: block;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #8f8f8f;
}

#header .w-lang dd a {
    display: block;
    font-family: "opensans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #8f8f8f;
    line-height: 30px;
    padding: 0 14px;
}

html:lang(ko) #header .w-lang dd.ko a {
    color: #555;
    background: #fff;
}

html:lang(en) #header .w-lang dd.en a {
    color: #555;
    background: #fff;
}

#header .sta {
    float: right;
}

#header .sta li {
    display: inline-block;
    margin-right: 24px;
}

#header .sta li a {
    font-family: "opensans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #464646;
    line-height: 30px;
}

#header .header-bottom {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    max-height: 86px;
}

#header .header-bottom:after {
    content: '';
    display: block;
    clear: both;
}

#header .logo {
    float: left;
    margin-top: 12px;
}

#header .logo a {
    display: block;
    width: 100%;
    height: 70px;
}


#header .logo a img {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

#header .logo a span {
	display: inline-block;
	font-size: 20px;
	color: #292929;
	vertical-align: middle;
}

@media screen and (max-width:1200px) {
    #header.fixed {
        top: 0;
        /*  border-bottom:0 none; */
    }

    #header .header-bottom {
        padding: 0 30px;
        width: 100%;
        height: 80px;
        background: #fff;
    }

    #header .logo {
        margin-top: 14px;
    }

    #header .logo a {
        height: 50px;
    }

    #header .logo a img {
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width:768px) {
    #header .header-bottom {
        padding: 0 20px;
        height: 55px;
    }

    #header .logo {
        margin-top: 12px;
    }

    #header .logo a {
        height: 30px;
    }
}

/* web gnb */
#header .gnb {
    display: inline-block;
	float: right;
    vertical-align: top;
    text-align: center;
}

@media screen and (min-width:1201px) {
    #header {
        max-height: 120px;
        border-bottom: 1px solid #e8e9e8;
    }

    #header .m-menu-btn,
    #header .m-gnb-bg,
    #header .m-lang {
        display: none;
    }

    /* 1depth */
    #header .gnb>ul {
        float: right;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        line-height: 0;
    }

    #header .gnb>ul>li {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        vertical-align: top;
    }

    #header .gnb>ul>li>a {
        display: block;
        font-family: "NanumSquare", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 86px;
        color: #323232;
    }

    #header .gnb>ul>li:hover>a {
        color: #448abe;
    }

    /* 2depth */
    #header .gnb .depth2 {
        display: none;
        overflow: hidden;
        position: absolute;
        top: 86px;
        left: 50%;
        z-index: 0;
        margin-left: -100px;
        width: 200px;
        height: 0;
        border-top: 5px solid #448abe;
        background: rgba(22, 70, 132, .9);
        text-align: center;
        transition: .3s;
        opacity: 0;
    }

    #header .gnb .depth2 li {
        transform: translateX(120px);
        transition: .3s;
        border-top: 1px solid rgba(255, 255, 255, .7);
    }

	#header .gnb .depth2 li:first-child {
		border-top: none;
	}

    #header .gnb .depth2 a {
        display: block;
        padding: 12px 0;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        word-break: keep-all;
    }

    #header .gnb .depth2 li:hover {
        background: rgba(174, 201, 236, .3);
        transition: .3s;
    }

    #header .gnb>ul>li:hover .depth2 {
        display: block;
        z-index: 9999;
        height: auto;
        opacity: 1;
    }

    #header .gnb>ul>li:hover .depth2 li {
        transform: translateX(0);
    }

    #header .gnb>ul>li:hover .depth2 li:nth-child(1) {
        transition: .3s .05s;
    }

    #header .gnb>ul>li:hover .depth2 li:nth-child(2) {
        transition: .3s .1s;
    }

    #header .gnb>ul>li:hover .depth2 li:nth-child(3) {
        transition: .3s .15s;
    }

    #header .gnb>ul>li:hover .depth2 li:nth-child(4) {
        transition: .3s .2s;
    }

    #header .gnb>ul>li:hover .depth2 li:nth-child(5) {
        transition: .3s .25s;
    }

    #header .gnb>ul>li:hover .depth2 li:nth-child(6) {
        transition: .3s .3s;
    }

    #header .gnb>ul>li:hover .depth2 li:nth-child(7) {
        transition: .3s .35s;
    }

    #header .gnb>ul>li:hover .depth2 li:nth-child(8) {
        transition: .3s .4s;
    }

    #header .gnb>ul>li:hover .depth2 li:nth-child(9) {
        transition: .3s .45s;
    }

    #header .gnb>ul>li:hover .depth2 li:nth-child(10) {
        transition: .3s .5s;
    }

    .all-menu-wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999999;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .85);
    }

    .all-menu-wrap>ul {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        padding: 30px 30px 50px;
        width: 960px;
        background: #fff;
        font-size: 0;
    }

    .all-menu-wrap>ul>li {
        display: inline-block;
        padding: 0 30px;
        width: 33.33333333333333%;
        vertical-align: top;
    }

    .all-menu-wrap>ul>li>a {
        display: block;
        margin-top: 20px;
        padding: 10px;
        border-bottom: 1px solid #222;
        font-size: 22px;
        line-height: 1.3;
        color: #222;
    }

    .all-menu-wrap>ul>li li a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        font-weight: 300;
        font-size: 18px;
        line-height: 1.3;
    }

    .all-menu-wrap p {
        position: absolute;
        top: 100px;
        left: 50%;
        margin-left: 424px;
        cursor: pointer;
    }

    .all-menu-wrap p span {
        display: block;
        margin-top: 5px;
        font-size: 0;
        width: 30px;
        height: 30px;
    }

    .all-menu-wrap p span:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #666;
        transform: rotate(-45deg);
    }

    .all-menu-wrap p span:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #666;
        transform: rotate(45deg);
    }
}

@media screen and (max-width:1200px) {

    .btn-all-menu,
    .all-menu-wrap {
        display: none;
    }

    #header .w-lang {
        display: none;
    }

    #header {
        position: relative;
    }

    #header .m-menu-btn {
        display: block;
        position: absolute;
        top: 24px;
        right: 30px;
        width: 42px;
        height: 34px;
        z-index: 9999;
        cursor: pointer;
    }

    #header .m-menu-btn span {
        height: 6px;
        background: #87b621;
        transition: .3s;
    }

    #header .m-menu-btn span:nth-child(1) {
        position: absolute;
        top: 50%;
        margin-top: -3px;
        width: 100%;
    }

    #header .m-menu-btn span:nth-child(2) {
        position: absolute;
        top: 0;
        width: 100%;
    }

    #header .m-menu-btn span:nth-child(3) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    /* on */
    #header .m-menu-btn.on {
        z-index: 100000;
    }

    #header .m-menu-btn.on span {
        background: #fff;
    }

    #header .m-menu-btn.on span:nth-child(1) {
        opacity: 0;
    }

    #header .m-menu-btn.on span:nth-child(2) {
        height: 2px;
        transform: translateY(16px) rotate(-45deg);
    }

    #header .m-menu-btn.on span:nth-child(3) {
        height: 2px;
        transform: translateY(-16px) rotate(45deg);
    }

    #header .gnb {
        float: none;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 99999;
        width: 100%;
        height: 100vh;
        opacity: 0;
        text-align: left;
    }

    #header .m-gnb-bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
    }

    #header .m-lang {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100000;
        padding: 18px 0 0 33px;
        width: 80%;
        height: 80px;
        background: #87b621;
        opacity: 0;
        font-size: 0;
    }

    #header .m-lang a {
        display: inline-block;
        margin-right: 10px;
        width: 110px;
        height: 44px;
        border: 1px solid #fff;
        font: 400 21px/42px 'NanumSquare';
        color: #fff;
        text-align: center;
    }

    /* on */
    #header .m-lang a:hover {
        background: #fff;
        color: #046240
    }

    #header .gnb>ul {
        overflow-x: hidden;
        position: absolute;
        top: 80px;
        right: 0;
        z-index: 100000;
        width: 80%;
        height: calc(100% - 80px);
        background: #fff;
    }

    /* depth */
    #header .gnb ul a {
        display: block;
        padding-left: 36px;
        width: 100%;
        line-height: 1;
    }

    /* 1depth */
    #header .gnb>ul>li {
        width: 100%;
    }

    #header .gnb>ul>li>a {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #ddd;
        font-size: 23px;
        color: #333;
    }

    #header .gnb>ul>li>a:before {
        position: absolute;
        top: 16px;
        right: 30px;
        content: "\f107";
        display: block;
        font-family: 'FontAwesome';
        font-size: 30px;
        line-height: 1;
    }

    #header .gnb>ul>li:first-child>a {
        border-top: 0 none;
    }

    #header .gnb>ul>li:last-child>a {
        border-bottom: 1px solid #ddd;
    }

    /* 2epth */
    #header .gnb>ul>li>ul {
        display: none;
    }

    #header .gnb>ul>li>ul,
    #header .gnb>ul>li>ul>li {
        width: 100%;
        background: #e8e8e8;
    }

    #header .gnb>ul>li>ul>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #d1d1d1;
        font-size: 17px;
    }

    #header .gnb>ul>li>ul>li:first-child>a {
        border-top: 0 none;
    }

    /* on */
    #header .gnb>ul>li.on>a {
        background: #3f3f40;
        border-top: 0 none;
        color: #fff;
    }

    #header .gnb>ul>li.on>a:before {
        content: '\f106';
    }

    #header .gnb>ul>li>ul>li>a:hover {
        color: #046240;
    }
}

@media screen and (max-width:768px) {
    #header .m-menu-btn {
        top: 16px;
        right: 20px;
        width: 28px;
        height: 23px;
    }

    #header .m-menu-btn span {
        height: 3px;
    }

    #header .m-menu-btn span:nth-child(1) {
        top: 10px;
        margin-top: auto;
    }

    #header .m-menu-btn.on span:nth-child(2) {
        height: 2px;
        transform: translateY(10.5px) rotate(-45deg);
    }

    #header .m-menu-btn.on span:nth-child(3) {
        height: 2px;
        transform: translateY(-10.5px) rotate(45deg);
    }

    #header .gnb>ul {
        top: 55px;
        height: calc(100% - 55px);
    }

    #header .gnb ul a {
        padding-left: 20px;
    }

    #header .gnb>ul>li>a:before {
        top: 12px;
        right: 20px;
        font-size: 23px;
    }

    #header .m-lang {
        padding: 12px 0 0 20px;
        height: 55px;
    }

    #header .m-lang a {
        width: 75px;
        height: 29px;
        font-size: 14px;
        line-height: 27px;
    }

    #header .gnb>ul>li>a {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 15px;
    }

    #header .gnb>ul>li>ul>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 13px;
    }
}

/*
	footer
*/
#footer {
    width: 100%;
    background: #f1f1f2;
}

#footer .footer-top {
    width: 100%;
    background: #f1f1f1;
}

#footer .footer-top dl {
    margin: 0 auto;
    width: 1200px;
}

#footer .footer-top dd {
    display: inline-block;
    margin-right: 25px;
}

#footer .footer-top dd a {
    display: block;
    font-size: 15px;
    line-height: 40px;
}

#footer .footer-bottom {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    width: 1200px;
    font-size: 0;
}

#footer .footer-bottom p {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 10px;
    vertical-align: middle;
}

#footer .footer-bottom address {
    display: inline-block;
    width: 85%;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.3;
    vertical-align: middle;
    color: #333;
}

#footer .footer-bottom address .copy {
    display: block;
}

#footer .footer-bottom address .m-copy,
#footer .footer-bottom address .m-email {
    display: none;
}

#footer .footer-bottom address span {
    display: block;
    margin-bottom: 7px;
    font-weight: 400;
    color: #333;
    word-break: keep-all;
}

#footer .footer-bottom dl {
    float: right;
}

#footer .footer-bottom dt {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #ccc;
}

#footer .footer-bottom dd {
    margin-top: 5px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    font-family: 'NanumSquare';
    color: #ccc;
    letter-spacing: -1px;
}

@media screen and (max-width:1200px) {
    #footer .footer-bottom {
        padding: 40px 30px;
        width: 100%;
    }
}

@media screen and (max-width:1100px) {
    #footer .footer-bottom dl {
        float: none;
        display: block;
        margin-top: 30px;
        text-align: right;
    }
}

@media screen and (max-width:768px) {
    #footer .footer-bottom p {
        margin-right: 0;
        display: block;
        text-align: center;
    }

    #footer .footer-bottom p img {
        display: inline-block;
    }

    #footer .footer-bottom address {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    #footer .footer-bottom dl {
        text-align: center;
    }
}

/* ---------------------------------- contents */
#contents {
    width: 100%
}

@media screen and (min-width:1201px) {
    #contents {
        min-height: calc(100vh - 255px);
    }
}

@media screen and (max-width:768px) {
    #contents {
        min-height: calc(100vh - 288px);
    }
}
