@charset "utf-8";
html.show-modal { overflow: hidden; }
* { margin: 0; padding: 0; list-style: none; }
a { text-decoration:none !important; color: #333; }
img { vertical-align: top; }
body { background: rgb(255, 255, 255); font: 0.75em/1.5 "Noto Sans KR", "Malgun Gothic", dotum, sans-serif; color: #333; font-size-adjust: none; font-stretch: normal; overflow: hidden; }
br { font-family: "Malgun Gothic", dotum, sans-serif; }
input[type=checkbox]{}
input[type=text]{}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #333 !important; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #333 !important; }
input:-moz-placeholder, textarea:-moz-placeholder { color: #333 !important; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #333 !important; }
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder { color: #333 !important; }
input { -webkit-appearance: none; -webkit-border-radius: 0; }
.wide-wrap { width: 1700px; margin: 0 auto; clear: both; }
.inner-wrap{ width:1200px; margin:0 auto !important; clear:both; }
.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
.ellipsis-line3 { line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.ellipsis-line4 { line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.ellipsis-line6 { line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.engFont { font-family: 'Roboto'; }
.img-center { position: relative; left: 50%; margin-left: -960px; width: 1920px; }
.center { display: flex !important; justify-content: center; align-items: center; }
.row-center { display: flex !important; align-items: center; }
.col-center { display: flex !important; justify-content: center; }
.none { display: none !important; }
.youtube_frame { width: 100%; padding-bottom: 56.25%; overflow: hidden; position: relative; }
.youtube_frame iframe { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.btn_submit { background: #0e76bc !important; }
#login_password_lost { color: #0e76bc !important; }


#wrap { width: 100%; font-family: "NanumSquare", "Nanum Gothic"; min-width: 960px; }

#header { background: transparent; position: absolute; top: 0; left: 0; font-family: "NanumSquare"; width: 100%; height: 112px; box-sizing: border-box; z-index: 9; }
#header .inner-wrap { overflow: hidden; }
#header .inner-wrap .logo { float: left; margin-top: 25px; }
#header .inner-wrap .logo > a { display: block; width: 117px; height: 31px; text-indent: -999999px; background-image: url('../img/common/logo.png'); background-position: center; background-repeat: no-repeat; }

#header .inner-wrap #nav { float: right; }
#header .inner-wrap #nav > ul > li { float: left; font-size: 17px; font-weight: 600; position: relative; margin-left: 45px; }
#header .inner-wrap #nav > ul > li > a { color: #fff; display: block; width: 100%; height: 112px; letter-spacing: -1px; padding-top: 30px; box-sizing: border-box; position: relative; }
#header .inner-wrap #nav > ul > li.on > a::after { content: ''; position: absolute; left: 0; bottom: 50px; width: 100%; height: 1px; background: #fff; }

#header.on { background: #9e1a1f; border-bottom: 1px solid rgba(255,255,255,0.2); }

#header .gnb-2depth { width: 100%; height: 0; overflow: hidden; background: #9e1a1f; font-family: "NanumSquare"; }
#header .gnb-2depth .inner-wrap { height: inherit; position: relative; }
#header .gnb-2depth .inner-wrap > ul.submm  { height: inherit; box-sizing: border-box; padding-left: 268px; background: rgba(255,255,255,0)}
#header .gnb-2depth .inner-wrap > ul.submm > li { font-size: 17px; float: left; line-height: 1; text-align: center; box-sizing: border-box;  height: 100%; letter-spacing: -1px; }
#header .gnb-2depth .inner-wrap > ul.submm > li.sub2 { width: 142px; }
#header .gnb-2depth .inner-wrap > ul.submm > li.sub3 { width: 144px; }
#header .gnb-2depth .inner-wrap > ul.submm > li.sub4 { width: 124px; }
#header .gnb-2depth .inner-wrap > ul.submm > li > p { margin-bottom: 14px; }
#header .gnb-2depth .inner-wrap > ul.submm > li > p > a { color: #fff; font-weight: 600; position: relative; }
#header .gnb-2depth .inner-wrap > ul.submm > li > p:first-child { margin-top: 33px; }

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

#footer { width: 100%; overflow: hidden; }
#footer .inner { position: relative; left: 50%; top: 0; margin-left: -960px; width: 1920px; overflow: hidden; }
#footer .inner .top { position: absolute; width: 50px; height: 50px; background: rgba(255,255,255,0); left: 50%; margin-left: 519px; bottom: 85px; cursor: pointer; }

.btn { position: fixed; bottom: 180px; right: 0; z-index: 999999; }