@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; }
.wide-wrap { width: 1700px; margin: 0 auto; clear: both; }
.inner-wrap{ width:1200px; margin:0 auto !important; clear:both; }
.flex-wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; }
.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; }
.scrollActive { transform: translateY(100px); transition: all 0.5s ease-out; opacity: 0; }
.scrollActive.left { transform: translate(-100px,0); }
.scrollActive.right { transform: translate(100px,0); }
.scrollActive.active { transform: translate(0,0); opacity: 1; }
.childActive { transform: translate(0,100px); opacity: 0;  transition: all 0.5s ease-out; }
.childActive.left { transform: translate(-100px,0); }
.childActive.right { transform: translate(100px,0); }
.scrollActive.active .childActive { transform: translate(0,0); opacity: 1; }
.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 { position: relative; width: 100%; min-width: 1200px; max-width: 1920px; margin: 0 auto; }
#header { width: 100%; background: #000; position: absolute; left: 0; top: 0; z-index: 2; }
#header.main { position: relative; }
#header .inner-wrap { display: flex; }
#header .inner-wrap > ul { display: flex; width: 841px; }
#header .inner-wrap > ul > li { flex: auto; display: flex; align-items: center; }
#header .inner-wrap > ul > li > a { font-size: 20px; color: #fff; }
#header .inner-wrap .ham { cursor: pointer; }
#header .depth2 { position: absolute; width: 100%; height: 0; top: 88px; left: 0; background: url('../img/common/nav-bg.png') center top; z-index: -1; overflow: hidden; }
#header .depth2 .inner-wrap { padding-left: 225px; box-sizing: border-box; }
#header .depth2 .inner-wrap > dl { padding-top: 5px; }
#header .depth2 .inner-wrap > dl:nth-of-type(1) { width: 147px; }
#header .depth2 .inner-wrap > dl:nth-of-type(2) { width: 139px; }
#header .depth2 .inner-wrap > dl:nth-of-type(3) { width: 160px; }
#header .depth2 .inner-wrap > dl > dd { padding: 8px 0; line-height: 1; }
#header .depth2 .inner-wrap > dl > dd > a { color: #fff; font-size: 16px; }

#container { width: 100%; position: relative; }

#footer { width: 100%; background: #000; position: absolute; left: 0; bottom: 0; z-index: 2; }
#footer.main { position: relative; z-index: 3; }