@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css');

/* reset */
* {font-family: 'SUIT Variable', sans-serif }
* { padding:0; margin:0 }
*, :after, :before { -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; }
html { overflow-y:scroll; height:100% }
body { font-family: 'SUIT Variable', sans-serif; line-height:1.4; color:#222; height:100%; font-weight:300; font-size:13.5px; letter-spacing:-.5px }
img { max-width:100% }

ul, ol { list-style:none }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { border:0 }
h1, h2, h3, h4, h5, h6 { font-weight:500; font-size:1em; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }

label, input, button, select, img { vertical-align:middle }
input, button, textarea, select { font-size:1em;  }
input[type=text], input[type=password], input[type=date] { padding:0 5px; border:1px solid #ddd; color:#222; line-height:34px; height:36px; }
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#bbb }
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#bbb }
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder { color:#bbb }
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:3px;font-size:1em;-webkit-appearance:none}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}

#hd_login_msg {display:none;}

::-moz-selection {   background: #f1592a;   color: #fff;}
::selection {   background: #f1592a;   color: #fff;}


.main_wrap {max-width:1280px; width:1280px; min-width:1280px; margin:0 auto; padding:3rem;}
.main_wrap p {width:100%; text-align:center;}
.main_wrap p img {width:50%;}
.main_wrap dl {color:#fff;}
.main_wrap dl dd{margin-bottom:1rem;}
.main_wrap h2{color:#fff; font-size:1.5rem; font-weight:700; margin-left:0.5%; margin-top:1.5%;}
.main_wrap h2:before{}
.main_lastest_warp {width:100%; display:flex; flex-wrap:nowrap;  margin-left:0.5%; margin-top:3.5%;  justify-content: space-between}
.main_lastest_warp  .main_lastest_item{width:30%;   border:1px solid rgba(255,255,255,0.4); padding:2% 1%; border-radius:15px;}

.main_banner_pos_2 {width:100%; display:flex; flex-wrap:nowrap;  margin-left:0.5%; margin-top:3.5%;  justify-content: space-between}
.main_banner_pos_2 .main_banner_pos_2_item {width:45%; text-align:center; vertical-align:middle;  height:250px;}

.main_banner_pos_4 {width:100%; display:flex; flex-wrap:nowrap;  margin-left:0.5%; margin-top:3.5%;  justify-content: space-between}
.main_banner_pos_4 .main_banner_pos_4_item{width:250px; text-align:center; vertical-align:middle;  height:250px; padding:2% 1%; border-radius:250px; background:#fff}
.main_banner_pos_4 .main_banner_pos_4_item .main_banner_pos_4_item_image {width:100%; vertical-align:middle; font-size:1rem; font-weight:700 }
.main_banner_pos_4 .main_banner_pos_4_item .main_banner_pos_4_item_image img{width:50%; margin:1rem 0rem;}
.main_banner_pos_4 .main_banner_pos_4_item .main_banner_pos_4_item_title{}

button { cursor:pointer; outline:none }
select { border:1px solid #ddd; height:36px; padding:0 0 0 9px; cursor:pointer; color:#222; }
.styled_select { height:36px; overflow:hidden; border:1px solid #ddd; background:#fff; display:inline-block; border-radius:3px; vertical-align:middle; position:relative }
.styled_select i { position:absolute; right:10px; text-align:center; height:34px; line-height:32px; top:0; font-size:14px }
.styled_select select { background:transparent; height:34px; border:0; -webkit-appearance: none; outline:none; padding-right:40px; width:100%; vertical-align:top; position:relative; z-index:1 }
.styled_select select:disabled { cursor:default; background:#f0f0f0 }
.styled_select select::-ms-expand { display:none }
hr { display:none; background:#ddd; border:none; height:1px }
a, a:link, a:visited { text-decoration:none; color:#222; -webkit-tap-highlight-color : transparent }
a, .btn { transition:all .3s }
strong, b, th { font-weight:500; }
table { width:100%; border-collapse:collapse; border-spacing:0 }
caption { display:none; font-size:0; line-height:0 }
textarea {color:#222; font-size:1em; line-height:1.5; border:1px solid #ddd; padding:10px; width:100%; border-radius:3px; vertical-align:top }
address { font-style:normal }


aside {width:150px; background:#222; height:100%; position:absolute; right:0px; z-index:9999999 }
aside .hmenu{margin:0 auto; padding:3rem; text-align:center;}
aside .snsicon a{margin:0 auto; padding:3rem; text-align:center; position:absolute; bottom:10px; right:0px; font-size:3rem; color:#fff;}
.shmenu {position:absolute; right:30px; top:30px; }

/*****main*********/
#contents_area{padding-top:2rem;  min-height:500px;}
.content_bg {background:url('/img/sub/sub_bg.png') no-repeat right -200px; background-size:60%;}

#section0{ }

.slide1 {background:url('/img/main/mbg_1_1.png') no-repeat center top }
.slide2 {background:url('/img/main/mbg_1_2.png') no-repeat center top }
.slide3 {background:url('/img/main/mbg_1_3.png') no-repeat center top }
.slide4 {background:url('/img/main/mbg_1_4.png') no-repeat center top }

#section1{background:url('/img/main/mbg_2.png') no-repeat center top }
#section2{background:url('/img/main/mbg_3.png') no-repeat center top }
#section3{background:url('/img/main/mbg_4.png') no-repeat center top }

/* global */
.txt_black { color:#222 !important }
.txt_white { color:#fff !important }
.txt_gray { color:#aaa !important }
.txt_red { color:#cc121d !important }
.txt_blue { color:#069be8 !important }
.txt_orange { color:#ffaa00 !important }
.txt_green { color:#8ecd09 !important }
.txt_brown { color:#9f5e15 !important }
.wrap:after { content:""; display:block; clear:both }
.clear:after { content:""; display:block; clear:both }
.center { text-align:center !important }
.left { text-align:left !important }
.right { text-align:right !important }
.f_left { float:left !important }
.f_right { float:right !important }
.skip { font-size:0; text-indent:-9000px; line-height:0; display:none }
.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block }
input.short { width:70px; text-align:center }
input.long { width:100% }
input.half { width:49% }
ul:after { clear:both; content:""; display:block }
.overflow_y { overflow-x:hidden; overflow-y:scroll; border:1px solid #ddd }

.succession { margin-top:20px !important }
.paragraph { margin-bottom:40px !important }
span.space { display:inline-block; width:20px }
.prepare { width:500px; margin:50px auto; padding:50px; border:1px solid #eaeaea}
.prepare h2 { font-size:24px; text-align:center; margin:0 0 20px }
.prepare h2 i { font-size:50px; margin:0 0 20px; display:block; color:#ddd }
.prepare p { text-align:center; font-size:13px }

.pc_no { display:none !important }
.mobile_only { display:none !important }
.s_mobile_only { display:none !important }
.ahref { position:absolute; text-indent:-9000px; background:red; display:inline-block; opacity:0; filter:alpha(opacity=0) }

.btn { padding:.8rem 1.4rem .9rem 1.4rem; line-height:1; font-weight:500; border:1px solid #ccc; transition:all .2s; display:inline-block; border-radius:0; outline:none; vertical-align:middle; border-radius:3px; font-size:1em; text-decoration:none !important }
a.btn, .btn { font-weight:500 }
.btn-primary { background:#2188d8; border-color:#2188d8; color:#fff !important }
.btn-primary-line { background:#fff; border-color:#2188d8; color:#2188d8 !important }
.btn-info { background:#3e444c; border-color:#2f343a; color:#fff !important }
.btn-green { background:#71c702; border-color:#71c702; color:#fff !important }
.btn-green-line { background:#fff; border-color:#71c702; color:#71c702 !important }
.btn-red { background:#e93c20; border-color:#e93c20; color:#fff !important }
.btn-red-line { background:#fff; border-color:#e93c20; color:#e93c20 !important }
.btn-default { background:#fff }
.btn-lg { padding:1.1rem 2.4rem; font-size:1.1rem; border-radius:5px }
.btn-ml { padding:10px 20px 12px 20px; font-size:14.5px; border-radius:5px }
.btn-ml i { font-size:14px }
.btn-sm { padding:0 15px; height:36px; line-height:32px; font-size:.95rem; border-radius:3px }
.btn-sm i { font-size:14px }
.btn-xs { padding:5px 7px 6px 7px; font-size:.95rem; border-radius:3px }
.btn-xs i { font-size:14px }

.btn_guide { position:fixed; z-index:100; right:0; top:40% }
.btn_guide a { display:block; background:red; color:#fff; width:100px; line-height:30px; text-align:center; margin:0 0 3px; font-weight:500 }

.tab_menu ul { font-size:0; margin:0 0 0 1px }
.tab_menu li { display:inline-block; }
.tab_menu li a { display:inline-block; border:1px solid #e0e0e0; padding:12px 25px; margin:0 0 0 -1px; color:#999; font-weight:400; font-size:.9rem; background:#fff }
.tab_menu li:hover a { background:#f0f0f0 }
.tab_menu li.on a { border-color:#000; color:#222; position:relative; z-index:1; background:#fff }
.tab_con > section { display:none }

/* pop layer */
#popLayerBg { position:fixed; z-index:99; width:100%; height:100%; background:#000; opacity:0.8; filter:alpha(opacity=80); display:none }
.pop_layer { z-index:100; display:none; position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); background:#fff; border-radius:0; box-shadow:0 0 5px rgba(0,0,0,0.6); }
.pop_layer > header { background:#576f8d; height:46px; border-radius:0; }
.pop_layer > header h2 { text-align:center; font-family:nanumsquare; font-size:18px; font-weight:500; color:#fff; line-height:42px; }
.pop_layer .btn_close { position:absolute; top:12px; right:12px; display:block; font-size:20px; text-align:center; width:20px; height:20px; line-height:20px; text-indent:-9000px; background:url(../img/btn_close.png) no-repeat; background-size:100% }
.pop_layer > header + .con { padding:30px; padding-bottom:40px }
.pop_layer .btn_add i { font-size:19px }
.pop_layer .btn_area { text-align:center; margin:30px 0 0 0 }
.pop_layer .btn_area .btn { min-width:150px }

.wrap { width:1200px; margin:0 auto; position:relative }

#header { height:100px; position:fixed; width:100%; z-index:100;  color:#fff; transition:all .3s; top:0;   }
#header .head_wrap {width:100%; padding:3rem;}
#header .head_wrap a {  font-size:0; width:198px; height:49px;  display:inline-block; vertical-align:middle; overflow:hidden; background-size:100%; transition:none }

#header .gnb { margin:0px auto; transition:all .3s; width:36%;}
#header .gnb .depth1 { float:left; padding:0 40px; position:relative; }
#header .gnb .depth1 > a { display:inline-block; height:45px; line-height:45px; font-size:1.25em; font-weight:600 }
#header .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb .depth2 > a { display:inline-block; font-weight:500; font-size:1.05em; line-height:1.4; padding:7px 0 }
#header .btn_user { float:right; margin:35px 0 0 0; display:block; font-size:19px }
#header .user { position:absolute; right:-35px; top:80px; width:80px; opacity:0; transition:all .3s }
#header .user a { border:1px solid #ddd; display:block; height:0; line-height:37px; font-size:0.85em; padding:0 12px; text-transform:uppercase; margin-left:-1px; text-align:center; margin-top:-1px; color:rgba(0,0,0,0.5); background:#fff; font-weight:400 }
#header .user a:hover { color:#222 }
#header .user.on { opacity:1 }
#header .user.on a { height:40px }
#header .sns { float:right; margin:37px 13px 0 0 }
#header .sns li { float:left; margin:0 3px }
#header .sns li a { width:24px; height:24px; display:block; background-position:0 0; background-repeat:no-repeat; overflow:hidden; text-indent:-9000px; font-size:0 }
#header .sns li:nth-child(1) a { background-image:url(../img/icon_kakao_bg.png) }
#header .sns li:nth-child(2) a { background-image:url(../img/icon_insta_bg.png) }
#header .sns li:nth-child(3) a { background-image:url(../img/icon_youtube_bg.png) }
#header .btn_search { float:right; margin:34px 20px 0 0; display:block; font-size:19px }


#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2); height:80px }
#header.on h1 { line-height:78px }
#header.on a { color:rgba(0,0,0,0.7) }
#header.on h1 a { background-position:0 -42px }
#header.on .gnb { margin-top:16px }
#header.on .btn_user { margin-top:26px }
#header.on .btn_search { margin-top:26px }
#header.on .user { top:70px }
#header.on .sns { margin-top:28px }
#header.on .sns li a { background-position:0 -24px }

#header.down { background:#fff; height:260px }
#header.down a { color:rgba(0,0,0,0.7) }
#header.down h1 a { background-position:0 -42px }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:10px }
#header.down .gnb .depth1:hover > a { color:#22549e }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#22549e }
#header.down .sns li a { background-position:0 -24px }


#snb .depth1 a {
	display: block;
    width: 100%;
    height: 100%;
    background: url('/img/svg/sub_home.svg') 1px center no-repeat;
    background-size: 17px auto;
}

#header_sub { height:100px; position:fixed; background:#fff; border-bottom:1px solid #e4e4e4; width:100%; z-index:100;  color:#fff; transition:all .3s; top:0;   }
#header_sub a { color:#444;  }
#header_sub h1 {position:absolute; left:100px; top:0px; line-height:98px }
#header_sub h1 a { text-indent:-9000px; font-size:0; width:198px; height:42px; background-image:url('/img/common/logos_m.png'); background-position:0px -42px; display:inline-block; vertical-align:middle; overflow:hidden; background-size:100%; transition:none }

#header_sub .gnb { margin:0px auto; transition:all .3s; width:32%;}
#header_sub .gnb .depth1 { float:left; padding:0 40px; position:relative; }
#header_sub .gnb .gnb_1dli > a { display:inline-block; height:45px; line-height:45px; font-size:1.15em; font-weight:600; padding:0.45rem }
#header_sub .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header_sub .gnb .depth2 > a { display:inline-block; font-weight:500; font-size:0.75rem; line-height:1.4; padding:7px 0 }
#header_sub .btn_user { float:right; margin:35px 0 0 0; display:block; font-size:19px }
#header_sub .user { position:absolute; right:-35px; top:80px; width:80px; opacity:0; transition:all .3s }
#header_sub .user a { border:1px solid #ddd; display:block; height:0; line-height:37px; font-size:0.85em; padding:0 12px; text-transform:uppercase; margin-left:-1px; text-align:center; margin-top:-1px; color:rgba(0,0,0,0.5); background:#fff; font-weight:400 }
#header_sub .user a:hover { color:#222 }
#header_sub .user.on { opacity:1 }
#header_sub .user.on a { height:40px }
#header_sub .sns { float:right; margin:37px 13px 0 0 }
#header_sub .sns li { float:left; margin:0 3px }
#header_sub .sns li a { width:24px; height:24px; display:block; background-position:0 0; background-repeat:no-repeat; overflow:hidden; text-indent:-9000px; font-size:0 }
#header_sub .sns li:nth-child(1) a { background-image:url(../img/icon_kakao_bg.png) }
#header_sub .sns li:nth-child(2) a { background-image:url(../img/icon_insta_bg.png) }
#header_sub .sns li:nth-child(3) a { background-image:url(../img/icon_youtube_bg.png) }
#header_sub .btn_search { float:right; margin:34px 20px 0 0; display:block; font-size:19px }


/* 메인메뉴 

#gnb_1dul
	.gnb_1dli 
		.gnb_2dul
*/
.gnb {position:relative; height:100px;}
.gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.gnb .gnb_wrap {margin:0 auto;position:relative}
.gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
.gnb #gnb_1dul {padding:0; position:relative; top:22px; zoom:1; display:flex; }
.gnb ul:after {visibility:hidden;clear:both;content:""; }
.gnb .gnb_1dli {flex:1; text-align:center;}
.gnb .gnb_1dli:hover > a {font-size:0.75rem; color:#3a8afd; -webkit-transition:background-color 2s ease-out;-moz-transition:background-color 0.3s ease-out;-o-transition:background-color 0.3s ease-out;transition:background-color 0.3s ease-out}
.bg {position:relative;top:10px;right:8px;display:inline-block;width:100px;height:3px; background:#f1592a; overflow:hidden; text-indent:-999px}
.gnb_1da {display:block;font-weight:700; color:#080808;text-decoration:none}

.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:relative;top:10px;min-width:140px;padding-top:2px}
.gnb_2dul::before {content:"";position:relative;top:-5px;right:0px;display:inline-block;width:70px;height:5px; background:#f1592a; overflow:hidden; text-indent:-999px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;}
.gnb_2dli > a{font-weight:500; font-size:0.75rem;}
.gnb_2da {display:block;padding:0 20px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}


#footer { padding:20px 0; margin:0px 0 0 0; background:#fff; color:#999; border-top:1px solid #e0e0e0 }
#footer.main { margin:0 }
#footer h1 { float:left }
#footer h1 a { text-indent:-9000px; font-size:0; width:198px; height:42px; background-image:url('/img/common/logos_m.png'); background-position:0 42px; display:block; overflow:hidden }
#footer nav { position:absolute; right:0; top:0 }
#footer nav li { float:left; margin:0 0 0 17px; }
#footer .f_left { margin:50px 0 0 0px }
#footer dt, #footer dd { display:inline-block }
#footer dt { font-weight:500 }
#footer dd { margin:0 20px 0 5px }
#footer .copyright { margin:10px 0 0 0 }
#footer #top_btn { border:0; background:rgba(0,0,0,0.5); font-size:30px; color:#fff; right:30px; bottom:30px }
#footer #top_btn:hover { background:rgba(0,0,0,1) }
#footer #top_btn i { vertical-align:2px }

#main_visual { height:calc(100%); text-align:center; color:#fff; position:relative; z-index:1 }
#main_visual .bx-wrapper { border:0; box-shadow:none; background:transparent; height:100%; margin-bottom:0 }
#main_visual .bx-viewport { height:100% !important }
#main_visual .bx-pager {  }
#main_visual .slider { height:100% }
#main_visual .roll { background-size:cover; height:100%; background-position:center }
#main_visual .roll_video .black { position:absolute; width:100%; height:100%; background:url(../img/visual_pattern.png); z-index:-1 }
#main_visual .roll_video video { position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); min-width:100%; min-height:100%; z-index:-2; max-width:8000px !important; -webkit-transform: translate(-50%, -50%); }

/* 메인 비주얼 이미지 */
#main_visual .roll01 { background-image:url(../img/visual01.jpg) }
#main_visual .roll02 { background-image:url(../img/visual02.jpg) }
#main_visual .roll03 { background-image:url(../img/visual03.jpg) }
#main_visual .roll04 { background-image:url(../img/visual04.jpg) }
#main_visual .roll_youtube { background-image:url(../img/visual02.jpg) } /* 모바일 유튜브 대체 이미지 경로 */

#main_visual .slider h2 { line-height:1.3; margin:25vh 0 0 0; font-size:5em; font-weight:700; animation:up .5s .4s forwards; opacity:0 }
#main_visual .slider p { font-size:1.8em; line-height:1.4; margin:30px 0 0 0; animation:down .5s .7s forwards; opacity:0 }
#main_visual .slider .btn_more { display:inline-block; margin:36px 0 0 0; text-indent:-9000px; font-size:0; width:33px; height:33px; border:1px solid #fff; border-radius:50%; background:url(../img/btn_more.png) no-repeat center; opacity:0; animation:opacity .5s 1.2s forwards }
#main_visual .slider .btn_more:hover { transform:rotate(-90deg); background-color:#000; border-color:#000 }
#main_visual .bx-controls { position:absolute; bottom:70px; width:100%; text-align:center; z-index:55 }
#main_visual .bx-controls-direction { display:none }
#main_visual .bx-pager { display:inline-block; vertical-align:middle }
#main_visual .bx-pager > div { display:inline-block; }
#main_visual .bx-pager a { text-indent:-9000px; font-size:0; display:inline-block; width:20px; height:20px; border:2px solid #fff; border-radius:50%; margin:0 3px }
#main_visual .bx-pager a.active { background:#fff }
#main_visual .bx-controls-auto { display:inline-block; vertical-align:middle }
#main_visual .bx-controls-auto > div { display:inline-block }
#main_visual .bx-controls-auto a { display:inline-block; height:20px; width:20px; color:#fff; text-indent:-9000px; font-size:0; background-position:center; background-repeat:no-repeat; margin:0 5px }
#main_visual .bx-controls-auto a.bx-start { background-image:url(../img/btn_play.png) }
#main_visual .bx-controls-auto a.bx-stop { background-image:url(../img/btn_pause.png) }
#main_visual .bx-controls-auto a.active { display:none }

#main_visual .latest { position:absolute; z-index:60; bottom:50px; left:50%; margin-left:-600px; text-align:left; width:350px }
#main_visual .latest header {  }
#main_visual .latest header:after { width:47px; height:2px; background:#fff; display:block; content:""; margin:15px 0 }
#main_visual .latest header h2 { font-size:34px; font-weight:600; display:inline-block; vertical-align:middle }
#main_visual .latest header h2 strong { font-weight:600; color:#ffb400; line-height:1 }
#main_visual .latest header a { margin:0 0 0 10px; display:inline-block }
#main_visual .latest header a:hover { transform:rotate(-90deg) }
#main_visual .latest .con p { font-size:16px; color:rgba(255,255,255,0.65); margin:0 0 8px; word-break:keep-all }
#main_visual .latest .con p.subj { color:rgba(255,255,255,1); font-size:21px; font-weight:500; letter-spacing:-.5px; }
#main_visual .latest .con p.date { color:rgba(255,255,255,1); font-size:23px; font-weight:600; }
#main_visual .latest .con a { height:38px; line-height:35px; border:1px solid #fff; border-radius:19px; padding:0 24px; color:#fff; display:inline-block; font-size:1.2em; margin-top:10px; margin-bottom:30px }
#main_visual .latest .con a:hover { background:#fff; color:#222 }

.youtube-background { background: #000; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -99; }
.youtube-foreground, .youtube-background iframe { position: absolute;  top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }
@media (min-aspect-ratio: 16/9) {
  .youtube-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .youtube-foreground { width: 400%; left: -150%; }
}




.contents_box {display:inline-flex; flex-flow: row wrap; flex-basis: auto; margin-top:7rem }
.contents_box .cont {flex-basis: 35%; margin-right:5%;  flex-grow: 1; text-align:justify; line-height:180%; font-size:1rem}
.contents_box .cons {flex-basis: 60%; flex-grow: 1; text-align:justify;font-weight:600;line-height:180%; vertical-align:center; font-size:1rem}
.contents_box .cont h5{font-size:1.8rem;  line-height:1.2; font-weight:800; letter-spacing:-2px}

.contents_box .line {position: absolute;    top: 0;    left: 0;    width: 0;    height: 1px;    background: #000;    transition: opacity .8s ease, width .8s ease;    opacity: 0;}


.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}
.mt-60 {margin-top:60px;}
.mt-70 {margin-top:70px;}
.mt-80 {margin-top:80px;}
.mt-90 {margin-top:90px;}
.mt-100 {margin-top:100px;}


.main_about { position:relative; overflow:hidden; padding:150px 0 }
.main_about .bg { width:100%; height:100%; position:fixed; background:url(../img/main_about_bg.png) no-repeat center top; background-size:cover; top:0; z-index:-1 }
.main_about .img { float:left; width:55%; position:relative }
.main_about .img img:last-child { position:absolute; right:30px; top:300px }
.main_about .text { float:right; width:40%; }
.main_about .text h2 { font-size:90px; font-weight:300; line-height:1; margin:0 0 60px -80px }
.main_about .text h2 strong { font-weight:700 }
.main_about .text h3 { font-size:28px; letter-spacing:-1px; font-weight:600; margin:0 0 30px }
.main_about .text p { font-size:19px; color:rgba(0,0,0,0.7); line-height:1.4; margin:0 0 25px }
.main_about .btn_area a { width:144px; height:38px; line-height:36px; text-align:center; display:inline-block; border-radius:19px; background:transparent; font-size:18px; border:1px solid #666; margin:15px 10px 0 0  }
.main_about .btn_area a:hover { background:#333; color:#fff; border-color:#333 }
.main_about dl dt { font-size:24px; font-weight:700; margin:60px 0 10px 0; line-height:1 }
.main_about dl dd { font-weight:700; font-size:40px; line-height:1 }
.main_about dl dd small { font-size:20px; margin:0 0 0 5px; display:inline-block; vertical-align:3px }

.main_product { background:#f0f0f0; padding:80px 0 }
.main_product h2 { text-align:center; line-height:1; font-size:34px; font-weight:700; text-transform:uppercase; letter-spacing:-1px; margin:0 0 30px }
.main_product .tab_menu { text-align:center }
.main_product .tab_con { margin-top:40px }
.main_product .lt_more { display:none }
.main_product .prd_slider > div { width:calc(100%/4) !important }
.main_product .tab_menu p { padding: 5px 25px; font-size: .9rem; border-left:1px solid #ccc; border-right:1px solid #ccc; display: inline-block}

.pic_lt { position:relative; margin:0; padding:0 10px; background:transparent }
.pic_lt .touchslider { position:relative; overflow:hidden; min-height:302px !important }
.pic_lt li { padding:0; border:1px solid #ddd; background:#fff }
.pic_lt li:before { content:""; box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0); position:absolute; width:100%; height:100%; z-index:-1; transition:all .3s }
.pic_lt li:hover:before { box-shadow:0 5px 16px 0 rgba(0, 0, 0, 0.2) }
.pic_lt li .lt_img { position:relative; background:#ddd }
.pic_lt li .lt_img span { position:absolute; left:50%; top:50%; line-height:1; font-weight:500; color:#fff; background:none; transform:translate(-50%); text-transform:uppercase; font-size:1.2em }
.pic_lt .lat_title { display:none }
.pic_lt .ts-controls button { position:absolute; top:50%; margin-top:-29.5px; left:-80px; background:url(../img/slide_left_b.png); width:30px; height:59px; border:0; text-indent:-9000px; font-size:0 }
.pic_lt .ts-controls button.ts-next { left:auto; right:-80px; background:url(../img/slide_right_b.png) }
.pic_lt li .lt_name { font-size:1.43em; font-weight:700 ; border-top:1px solid #e0e0e0; padding:15px 18px; letter-spacing:-1px }
.pic_lt li .lt_name a { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block; width:100% }
.pic_lt li .lt_img { margin:0; }
.pic_lt .lt_info { display:none }

.main_bbs { background:#fff; padding:80px 0 }
.main_bbs section { float:left; width:calc(100%/3 - 26.7px); margin:0 20px; position:relative; }
.main_bbs section:first-child { margin-left:0 }
.main_bbs section:last-child { margin-right:0 }

.lat .lat_title { font-size:1.4em; line-height:1; font-weight:600; margin:0 0 15px; min-height:19px }
.lat li { position:relative; border-top:1px solid #e0e0e0; border-bottom:0; margin:0; padding:10px 3px;  }
.lat li .catg { font-weight:400; font-size:.95em; color:#ba7c45; vertical-align:1px; margin:0 3px 0 0 }
.lat li:after { content:""; display:block; clear:both }
.lat li .f_left { width:calc(100% - 50px)}
.lat li:first-child {  }
.lat li a { font-weight:300; font-size:1.05em; width:calc(100% - 60px); }
.lat li a:hover { color:#f1592a }
.lat li .fa {display:inline-block;line-height:18px; height:18px;width:18px;color:#fff;background:#333;text-align:center;border-radius:2px;font-size:14px;}
.lat li .qnaIco2 .fa { background:#2962d5; }
.lat li .qnaIco3 .fa { background:#ccc; }
.lt_info { float:right; width:50px; text-align:right; padding:0 }
.lt_info .lt_nick { display:none}
.lt_info .lt_date {color:#888}
.lat .lt_more { position:absolute; top:0; right:0; text-indent:-9000px; font-size:0; background:url(../img/btn_more_b.png) no-repeat center; width:20px; height:20px; display:block }
.lat .lt_more:hover { transform:rotate(-90deg) }

.main_gallery { position:relative; background:#fff; }
.main_gallery h2 { text-align:center; line-height:1; font-size:34px; font-weight:700; text-transform:uppercase; letter-spacing:-1px; margin:0 0 30px; position:absolute; width:100%; top:80px; color:#fff; z-index:20; text-shadow:0 0 10px rgba(0,0,0,0.2) }
.main_gallery .fotorama__nav-wrap, .main_gallery p.empty { position:absolute; width:100%; top:150px; text-align:center }
.main_gallery .fotorama__nav__shaft { background:#fff; border:3px solid #fff; border-top-width:1px; border-bottom-width:1px }

.root_daum_roughmap { width:100% !important; border:0 !important; padding:0 !important }
.root_daum_roughmap .wrap_map { width:100%; height:440px !important }

#sub_visual { height:380px; position:relative; background-position:center; background-size:cover; background-color:#000;  background-attachment : fixed;}
#sub_visual h2 { text-align:center; font-size:3.5em; color:#fff; padding:170px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0; font-weight:600 }
#sub_visual h2:after { height:2px; width:60px; background:#fff; position:absolute; left:50%; bottom:-20px; margin-left:-30px; content:""; animation:scale .5s .5s forwards; opacity:0 }

#snb {position:relative;  }
#snb .depth1 { margin:0 0 0 1px }
#snb .depth1 > li:first-child { width:calc(100%/15); margin:0 0 0 -1px; float:left;  border-top:0; border-bottom:0; height:30px; line-height:30px; font-weight:300; font-size:0.75em; padding:0px 0px 0px 0px; position:relative; color:#bbb }
#snb .depth1 > li { width:calc(100%/14); margin:0 0 0 -1px; float:left;  border-top:0; border-bottom:0; height:30px; line-height:30px; font-weight:300; font-size:0.85em; padding:0 0px; position:relative; color:#bbb }
#snb .depth1 > li > a { display:block; color:#bbb }
#snb .depth1 > li .arrow { position:absolute; right:20px; top:0; font-size:9px; }
#snb .depth1 > li .arrow.on { font-size:1.3em }
#snb .depth1 > li:nth-child(3) { color:#222; background:#fff; cursor:pointer }
#snb .depth1 > li.last { background:#fff; color:#222 }
#snb .depth1 ul { position:absolute; width:calc(100% + 2px); background:#fff; border:1px solid #ddd; left:-1px; z-index:20; display:none }
#snb .depth1 ul li a { height:50px; line-height:50px; font-size:0.9em; color:#888; padding-left:20px; font-weight:400; border-top:1px solid #e0e0e0; display:block }
#snb .depth1 ul li:hover a { background:#f6f6f6 }
#snb .depth1 ul li.on a { background:#f0f0f0; color:#222 }
#snb .depth1 ul li:first-child a { border:0 }

#contents { margin:100px 0px 0px 0px }
#contents p { word-break:keep-all }

.p_title {font-size:4rem; letter-spacing:-2px; margin-top:13rem; font-weight:900; text-align:center;}
.container_title { font-size:2.1em; line-height:1; font-weight:700; margin:0 0 55px 0; text-align:center; position:relative; padding-top:20px }
.board_container_title { font-size:2.1em; line-height:1; font-weight:700; margin:0 0 55px 0; text-align:left; position:relative; padding-top:20px; color:#222; text-align:center;}

/* 그누보드 수정 */
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:1% }
#bo_list .td_name { width:150px; text-align:center }
#bo_list .td_datetime { width:120px }
.btn_bo_sch, .btn_more_opt { padding:0 10px; height:35px }
.tbl_head01 td, .tbl_head01 th { font-size:1.1em; padding:15px 10px !important; height:40px }
.bo_tit { font-weight:500 }
#bo_list .bo_tit .new_icon { background:#f39800; color:#fff; font-size:0.7em; font-weight:500; vertical-align:2px }
#bo_list .bo_tit .fa-lock { background:#54585d; color:#fff; width:16px; height:16px; font-size:14px; line-height:16px; border:0; vertical-align:1px }
.tbl_wrap table { border-top:2px solid #666 }
#bo_list .td_num2 { width:60px }
#bo_v_title .bo_v_tit { font-size:1.5em }
#bo_v_con { font-size:1.1em }
.bo_vc_w .btn_submit, .mbskin .btn_submit { font-weight:500 }
#bo_v .com_info { margin:10px 0 0 0 }
#bo_v .com_info dl:after { content:""; display:block; clear:both }
#bo_v .com_info dl {border-top:1px solid #e0e0e0 }
#bo_v .com_info dt, #bo_v .com_info dd { float:left; border-bottom:1px solid #e0e0e0; line-height:34px; height:36px; font-size:1.05em; padding-left:20px }
#bo_v .com_info dt { width:15%; font-weight:500; background:#f4f4f4; }
#bo_v .com_info dd { width:35%; font-weight:400 }
#bo_v .com_info dd.full { width:85% }
.btn_cke_sc { line-height:20px }
.btn_cke_sc_close { background:#fff; border:1px solid #ddd; border-radius:3px; padding:5px 15px 6px 15px }
#bo_list tbody tr:hover {border-left:0}
#bo_w .bo_w_tit #btn_autosave { top:3px; right:3px }
#bo_w .btn_cancel { color:#fff; font-weight:500 }
#fregister p { font-weight:500; background:#fff; color:#222; border:1px solid #ccc }
#fregister p:before { display:none }
.chk_li { padding-left:7px; display:inline-block; vertical-align:top; margin-top:-4px }
.chk_li + .tooltip_icon { vertical-align:top; margin-top:-8px}
.reg_btn_submit { color:#fff !important; font-weight:500 }
#sns_login .txt { font-weight:500 }
#bo_cate { font-size:0; margin-left:1px; text-align:center }
#bo_cate li { margin:0 0 0 -1px; padding:0 }
#bo_cate a { font-size:.95rem; border-radius:0; margin:0; min-width:150px; text-align:center; height:50px; line-height:46px; padding:0 20px; border:1px solid #e0e0e0; color:#aaa; font-weight:400 }
#bo_cate a:hover { background:#f4f4f4; color:#222 }
#bo_cate #bo_cate_on { background:#fff; color:#222; border-color:#222; position:relative; z-index:1; box-shadow:none; font-weight:500 }
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:0 }
#bo_v_act { margin:30px 0 50px 0 }
.btn_bo_user .btn_admin, .btn_cm_opt { padding:0 10px; color:inherit }
#bo_v_info .sv_member, #bo_v_info .sv_guest, #bo_v_info .member, #bo_v_info .guest ,#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest{ font-weight:500; font-size:1.1em; margin:0 0 5px; display:inline-block }
.bo_tit .cnt_cmt { font-size:10px !important; font-family:arial; background:none !important; color:#999 !important; font-weight:normal !important }
.all_chk.chk_box input[type="checkbox"] + label span { top:3px }
#bo_v_desc { font-size:1.1em }
.new_win .btn_submit, .new_win .btn_close { font-weight:500; font-size:1em }
.new_win .win_desc { border:1px solid #666; background:#fff; color:#222; font-weight:500; text-align:center }
.new_win .win_desc:after { display:none }
.gall_row .box_clear { clear:none }
#bo_v_act { margin:60px 0 !important }
#bo_v_share { text-align:center; padding:40px 0 }
#bo_v_sns { text-align:center; float:none; display:inline-block }
#bo_v_sns li { width:auto; float:none; display:inline-block; text-align:center }
#bo_v_sns li a { width:60px; height:60px; line-height:60px; border-radius:50%; padding:0; text-align:center; display:inline-block !important }
#bo_v_sns li img { margin:0 }
#bo_v_sns li span { display:none }
#bo_v_share .btn { width:60px; height:60px; line-height:1.2; border-radius:50%; font-size:12px; padding:0; text-align:center; display:inline-block }
#bo_v_share .btn i { display:block; font-size:1.5em; margin:10px 0 3px }
#faq_sch .btn_submit { font-weight:500 }
#faq_sch { margin-bottom:30px }
.cmt_btn span.total { font-weight:400; font-size:0.9em; color:#999 }
.cmt_btn span.total b { font-size:1.5em }
.more_opt li button, .more_opt li a { font-weight:500 }
.bo_notice td { background:#f3f6f7 !important; border-bottom: 1px solid #ecf0f1; }
.bo_notice .notice_icon { color:#457088 }
#bo_v_img, #bo_v_img .fotorama__wrap { overflow:hidden }
.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img { transition-property:opacity; transition-timing-function:linear; transition-duration: 1ms; //previous value = 0.3s }
#sch_res_detail { margin:0 0 20px }
#sch_res_detail .sch_wr { width:calc(100% - 480px) }
#sch_res_detail .frm_input { width:calc(100% - 93px) }
#sch_res_ov { background:#fff; border:1px solid #ddd; margin:0 0 20px }
#sch_res_ov h2 strong { color:#d43434 }
#sch_res_board { font-size:0; margin-left:1px; text-align:center }
#sch_res_board li { margin:0 0 0 -1px; padding:0 }
#sch_res_board a { font-size:.95rem; border-radius:0; margin:0; min-width:150px; text-align:center; height:50px; line-height:46px; padding:0 20px; border:1px solid #e0e0e0; color:#aaa; font-weight:400 }
#sch_res_board a:hover { background:#f4f4f4; color:#222 }
#sch_res_board .sch_on { background:#fff; color:#222; border-color:#222; position:relative; z-index:1; box-shadow:none; font-weight:500 }
.sch_word { background:#eee; color:#222 }
.sch_res_list h2 { margin:25px 0 12px 0 }
.sch_more { display:none }

.new_win #win_title { text-align:center; border-bottom:1px solid #ccc; padding:0 20px; line-height:46px; height:48px }
.new_win .new_win_con { margin-top:10px }

#ctt { margin:0; padding:0 }
#ctt_con { padding:0; margin:0; line-height:1.5; font-size:1.16em }
#faq_wrap li { font-size:1.1em }
.video_area { position:relative; height:0; padding-top:56.25% }
.video_area iframe { width:100%; height:100%; position:absolute; left:0; top:0 }

/* Sub page */
#ctt_con h2.title { font-size:1.5em; font-weight:700; line-height:1; padding:13px 0 30px; letter-spacing:-1px; position:relative }
#ctt_con h2.title:before { content:""; display:block; width:40px; height:3px; background:#222; position:absolute; left:0; top:0 }

#ctt_con.sub01_01 .sec01:after { clear:both; content:""; display:block }
#ctt_con.sub01_01 .sec01 > div { float:left; width:calc(100% - 450px) }
#ctt_con.sub01_01 .sec01 h2 { font-size:2em; line-height:1.35; font-weight:300; letter-spacing:-1px; margin:0 0 30px }
#ctt_con.sub01_01 .sec01 h2 strong { font-weight:700 }
#ctt_con.sub01_01 .sec01 h3 { font-size:1.3em; margin:30px 0 5px 0; font-weight:700; letter-spacing:-1px }
#ctt_con.sub01_01 .sec01 p { margin:0 0 20px }
#ctt_con.sub01_01 .sec01 .img01 { float:right; width:400px }
#ctt_con.sub01_01 .sec01 .img01 p { text-align:right; line-height:1; margin:18px 0 0 0 }
#ctt_con.sub01_01 .sec01 .img01 p strong { font-size:1.2em }
#ctt_con.sub01_01 table { border-top:2px solid #666 }
#ctt_con.sub01_01 th, #ctt_con.sub01_01 td { border-bottom:1px solid #e0e0e0; padding:12px; text-align:left }
#ctt_con.sub01_01 th { background:#f4f4f4; padding-left:20px; width:160px }

#ctt_con.sub01_02 { text-align:center }
#ctt_con.sub01_02 .tab_menu { text-align:center; margin:0 }
#ctt_con.sub01_02 .tab_menu ul { margin:0 }
#ctt_con.sub01_02 .tab_menu li { width:calc(100%/3) }
#ctt_con.sub01_02 .tab_menu a { font-size:38px; font-weight:400; line-height:1; display:block; padding:20px 0; font-family:Frank Ruhl Libre; border:0; border-bottom:1px solid #eee  }
#ctt_con.sub01_02 .tab_menu a:hover { color:#222; background:#fff }
#ctt_con.sub01_02 .tab_menu a small { font-size:15px; display:block; text-align:center; margin:0 0 8px 0; font-weight:400; color:#bbb; font-family:noto sans kr }
#ctt_con.sub01_02 .sec01:after { clear:both; content:""; display:block }


.history_list {width:450px; margin:0 auto; }
.history_list > .cons {font-size:3rem;}
.history_list > .cons {}

.sound_only {display:none;}
.pg_wrap {width:100%; padding:1rem; text-align:center;}
.pg_wrap .pg_current {padding:0.35rem 0.55rem; background:#f1592a; font-weight:700;  border-radius:1rem; color:#fff; font-size:0.75rem }
.pg_wrap  a.pg_page{padding:0.35rem 0.55rem; background:#444; font-size:0.75rem ; border-radius:1rem; color:#fff; margin:0rem 1rem; }


/* 게시판 리스트 */
.table_box table { border-top:2px solid #666; font-size:2rem }
.table_box td { border-bottom:1px solid #e0e0e0; padding:12px; text-align:left; font-size:1.2rem  }
.table_box th { border-top:2px solid #666; border-bottom:1px solid #e0e0e0; padding:12px; text-align:left; font-size:1.2rem  }
.table_box th.tnumber {width:150px;}
.table_box th.tdatatime {width:250px;}
/* 게시판 VIEW */

.table_box {}


/* 갤러리 리스트 */


/* 갤러리 VIEW */


/* YOUTUBE 리스트 */


/* YOUTUBE VIEW */
.contents_box p {margin-bottom:2rem}
.content_bg{ width: 100%;}




/*sub_visual bg_attachment*/
.ctt_con {width:100%; position:relative;}
.ctt_con .ctt_wrap {width:1200px; position:relative; margin:0 auto; padding:2rem 0rem; min-height:600px;}
.ctt_con .ctt_wrap h4{font-size:2rem; margin-bottom:3rem; font-weight:700}
.ctt_con .ctt_wrap h4:after{content:" ";position:absolute; left:0px; width:195px; top:60px; height:10px; background:rgba(199,16,62,0.5)}
.ctt_story {height:100%; background:url('/img/sub/ctt_story.png') no-repeat center top;  background-size:cover; background-attachment : fixed;}
.ctt_wrap h1{text-align:center; margin-top:5rem; background-attachment : fixed;}
.ctt_product {background:url('/img/sub/ctt_products.png') no-repeat center top; background-size:cover; background-attachment : fixed;}
.ctt_class {background:url('/img/sub/ctt_class.png') no-repeat center top;  background-size:cover; background-attachment : fixed;}
.ctt_collab {background:url('/img/sub/ctt_request.png') no-repeat center top;  background-size:cover; background-attachment : fixed;}
.ctt_new {background:url('/img/sub/ctt_news.png') no-repeat center top; height:70% !important; background-size:cover; background-attachment : fixed;}

.bussiness_area {width:100%;  display:flex; }
.bussiness_area .bussiness_item{flex:1; }
.pageimg {position: relative;    z-index: 1;    width: 486px;    height: 627px;    margin: 0 auto;	}
.pageimg img{width: 100%;    height: 100%;   object-fit: cover;}


ul.tabs {margin: 0; padding: 0;float: left; list-style: none;   width: 100%;}
ul.tabs li {float: left; border-bottom: 1px solid #fff; font-size:2.2rem; font-weight:900;  margin: 0; padding: 0; border-left: none; margin-bottom: -1px; overflow: hidden; position: relative; } 
ul.tabs li a {text-decoration: none;color: #000; display: block; font-size: 1.2em; padding: 0 20px;   outline: none;}
ul.tabs li a:hover {color:#f1592a;}
ul.tabs li.active a, ul.tabs li.active a:hover  { color:#f1592a; }
.tab_container { border-top: none; overflow: hidden; clear: both;  width: 100%; background: #fff;}
.tab_content {padding: 20px; font-size: 1.2em;}