@charset "utf-8";

@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }

/* reset */
* { 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:noto sans kr, dotum, sans-serif; color:#222; height:100%; font-weight:300; font-size:0.85em }
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; font-family:noto sans kr }
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; font-family:noto sans kr, dotum, sans-serif }
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;
}

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 }

/* 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 }
.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:90px; position:fixed; width:100%; z-index:100; color:#ffffff; transition:all .3s; top:0;
 background:#fff; 
 background-image: url('../img/header_bg.jpg');	
 background-size:cover;
 
 }
#header a { color:#ffffff }
#header h1 { float:left; line-height:90px; font-size:0;}
#header h1 a { text-indent:-9000px; font-size:0;  width:230px; background-image:url(../img/ci.png); 
background-position:no-repeat; display:inline-block; vertical-align:middle; overflow:hidden; transition:none }

#header .gnb { float:right; margin:25px -60px 0 0 ; color:#ffffff;}

#header .gnb .depth1 { float:left; width:140px; padding:0 0px; position:relative; min-height:100%;}
#header .gnb ul li:last-child{padding-right:0px;}
#header .gnb .depth1 > a { display:inline-block; height:45px; line-height:45px; font-size:1.5em; font-weight:700;}
#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:1em; line-height:1.4; padding:7px 7px }
#header .gnb .depth2:hover { background-color:#e0e0e0;border-radius:10px; }

#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.9em; padding:0 12px; text-transform:uppercase; letter-spacing:.5px; margin-left:-1px; text-align:center; margin-top:-1px; color:rgba(0,0,0,0.5); background:#fff }
#header .user a:hover { color:#222 }
#header .user.on { opacity:1 }
#header .user.on a { height:40px }
#header .gnb .depth1:before {  }

#header.down { background:#fff; height:370px }
#header.down a { color:rgba(0,0,0,0.7) }
#header.down h1 a { background-position:no-repeat; }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:10px }
#header.down .gnb .depth1:hover > a { color:rgba(0,0,0,1) }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#22549e }

#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2) }
#header.on a { color:rgba(0,0,0,0.7) }
#header.on h1 a { background-position:no-repeat; }

#footer { padding:30px 0; margin:0px 0 0 0; background:#353b45; color:#ddd }
#footer h1 { float:left }
#footer h1 a { text-indent:-9000px; font-size:0; width:87px; height:95px; background-image:url(../img/ci_footer.png); background-position:left top; 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:0 0 0 50px }
#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(60%); text-align:center; color:#fff; font-family:nanumsquare; position:relative; z-index:1; 

margin-bottom:-60px ;margin-top:60px}



#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;
 background-repeat: no-repeat; /*이미지를 반복하지 않도록 설정 */ }

#main_visual .roll01 .black { position:absolute; width:100%; height:100%; background:url(../img/visual_pattern.png); z-index:-1 }
#main_visual .roll01 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 h2 { line-height:1.3; margin:35vh 0 0 0; font-size:5em; font-weight:700; animation:up .5s .8s forwards; opacity:0;  text-shadow: -1px 0 blue, 0 1px blue, 1px 0 blue, 0 -1px blue; }
#main_visual hr { display:none; width:59px; height:2px; background:#fff; margin:36px 0 0 0; animation:scale .5s 1s forwards; opacity:0 }
#main_visual p { font-size:1.5em; line-height:1.4; margin:30px 0 0 0; animation:down .5s 1.4s forwards; opacity:0 ;text-shadow: -1px 0 blue, 0 1px black, 1px 0 blue, 0 -1px black;}
#main_visual .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.8s forwards }
#main_visual .btn_more:hover { transform:rotate(-90deg); background-color:#000; border-color:#000 }
#main_visual .bx-controls { position:absolute; bottom:230px; width:100%; text-align:center; z-index:100 }
#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 }
.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%; }
}

#main_contents { position:relative; min-width:320px;}


#section1 {widht:100%; position:relative; top:0;  z-index:10; text-align:center; height:100%; background:url(../img/main_business_back.jpg) no-repeat; background-size:cover; }
#section1 .main_about {position:relative; top:-60px; width:100%; background:#fff; padding:80px 15px 30px 15px; background:url(../img/m_bnr_back.jpg) no-repeat;}
#section1 .main_about h4.s_tit{display:block; font-size:20px !important; letter-spacing:0.05em; margin-bottom:10px; }
#section1 .main_about h2.m_tit { text-align:center; line-height:1; font-size:3.5em; font-weight:600; text-transform:uppercase; letter-spacing:-1px; }
#section1 .main_about hr.m_tit_line { display:inline-block; width:50px; height:1px; background:#555; margin:30px auto; animation:scale .5s 1s forwards; }
#section1 .main_about p.m_txt { line-height:1.5em; font-size:1.25em; color:#555; text-transform:uppercase; }

#section1 .m_bnr { width:100%; max-width:1000px; padding:80px 0; margin:0 auto;  }
#section1 .m_bnr:after{ content:""; display:block; clear:both;}
#section1 .m_bnr ul  { width:100%; padding:0; margin:0; } 
#section1 .m_bnr ul li {float:left;  display:inline-block; text-align:center; width:25%; border-right:1px solid #ddd;  box-sizing:border-box; overflow:hidden;} 
#section1 .m_bnr ul li a{display:block; width:100%; height:100%; cursor:pointer;}
#section1 .m_bnr ul li:last-child { border-right:0;}
#section1 .m_bnr ul li a {display:block;}
#section1 .m_bnr ul li a img {width:70px; }
#section1 .m_bnr ul li a strong { position:relative; display:block; padding-top:20px; font-size:1.5em; font-weight:400; color:#222; }


#section1 .main_business {text-align:center; padding:50px 0 60px 0; margin-bottom:60px; }
#section1 .main_business h2.m_tit { text-align:center; line-height:1; color:#fff; font-size:2.5em; font-weight:600; text-transform:uppercase; letter-spacing:-1px; }

#section1 .main_business hr.m_tit_line { display:inline-block; width:50px; height:1px; background:#fff; margin:30px auto; animation:scale .5s 1s forwards; }
#section1 .main_business p.m_txt { line-height:1.5em; font-size:1.25em; color:#fff; text-transform:uppercase; }
#section1 .business_box{width:100%; padding:0px; margin-top:60px; text-align:center; }
#section1 .business_box:after{ content:""; display:block; clear:both;}
#section1 .business_box ul{width:100%; padding:0; margin:0; overflow:hidden; }

#section1 .business_box ul li{float:left; width:22%; max-height:470px; margin-right:1em; text-align:left; background:#fff; }


#section1 .business_box ul li:last-child {margin-right:0}
#section1 .business_box ul li a {display:block; }
#section1 .business_box ul li .con_img {width:100%;}
#section1 .business_box ul li .con_img img{ width:100%;}
#section1 .business_box ul li .con_txt {position:relative; top:0; width:100%; min-height:260px; padding:20px 20px 80px 20px;}
#section1 .business_box ul li .con_txt .b_tit {display:block; font-size:1.4em; color:#000; font-weight:700; }
#section1 .business_box ul li .con_txt .s_txt {display:block; font-size:1em; color:#555;  margin-top:15px; }
#section1 .business_box ul li .con_txt .btn_arrow {position:absolute; right:20px; bottom:20px; width:40px; height:40px; background:url(../img/btn_arrow.png) no-repeat; }
.main_business .ts-paging{display:none;}
.main_business .ts-controls button { position:absolute; bottom:30%; margin-top:0px; left:-80px; background:url(../img/slide_left_b.png); width:30px; height:59px; border:0; text-indent:-9000px; font-size:0 }
.main_business .ts-controls button.ts-next { left:auto; right:-80px; background:url(../img/slide_right_b.png) }




#section2 {width:100%; min-height:889px; padding:120px 0 120px 0; background:url(../img/main_group_back.jpg) no-repeat; background-size:cover; }
#section2 .main_group { clear:both; width:100%; max-width:1200px; padding:0; text-align:center; margin:0 auto;}
#section2 .main_group h2.m_tit { text-align:center; line-height:1; color:#fff; font-size:3.5em; font-weight:600; text-transform:uppercase; letter-spacing:-1px; }
#section2 .main_group hr.m_tit_line { display:inline-block; width:50px; height:1px; background:#fff; margin:30px auto; animation:scale .5s 1s forwards; }
#section2 .main_group p.m_txt { line-height:1.5em; font-size:1.25em; color:#fff; text-transform:uppercase; }





#section3 {width:100%; padding:120px 0 120px 0; background:none;}
#section3 .main_hghitech { clear:both; width:100%; max-width:1200px; padding:0 15px;  text-align:center; margin:0 auto;}
#section3 .main_hghitech h2.m_tit { line-height:1; color:#000; font-size:3em; font-weight:600; text-transform:uppercase; letter-spacing:-1px; }
#section3 .main_hghitech hr.m_tit_line { display:inline-block; width:50px; height:1px; background:#000; margin:35px 0; animation:scale .5s 1s forwards; }
#section3 .main_hghitech p.m_txt { line-height:1.5em; font-size:1.25em; color:#000; text-transform:uppercase; }
#section3 .hghitech_box{width:100%; }
#section3 .hghitech_box li{position:relative;float:left;width:31.33333%;margin:0 2% 2% 0; min-height:260px;text-align:left;padding:30px;}
#section3 .hghitech_box li .btn_arrow {position:absolute; right:20px; bottom:20px; width:40px; height:40px; background:url(../img/btn_arrow.png) no-repeat; }

#section3 .hghitech_box li.li1{padding:0;
}

#section3 .hghitech_box li.li2{width:33.333333333333%;margin-right:0;background-color:#eee;}
#section3 .hghitech_box li.li3{padding:0; margin-right:0; background:url(../img/group_img.jpg) no-repeat center center ;background-size:cover;}
#section3 .hghitech_box li.li4{background-color:#658fca;}
#section3 .hghitech_box li.li5{background-color:#f89d1b;}
#section3 .hghitech_box li.li6{margin-right:0; background-color:#2ab6ad;}
#section3 .hghitech_box li a{display:block; width:100%; height:100%; color:#fff;}
#section3 .hghitech_box li:hover{opacity:0.95;}
#section3 .hghitech_box li a h3{font-size:1.85em; line-height:33px; font-weight:400; color:#fff; padding-bottom:10px;}
#section3 .hghitech_box li a .exp{font-size:1.2em; line-height:28px; color:#fff;}
#section3 .hghitech_box li a span{position:absolute; display:block; bottom:30px; right:30px;}
#section3 .hghitech_box li.li2 a h3{color:#333;}
#section3 .hghitech_box li.li2 a .exp{color:#444;}





#section4 {width:100%; padding:120px 0 120px 0; background:#edf5fc;}
#section4 .main_promotion { clear:both; width:100%; max-width:1200px; padding:0 15px; text-align:center; margin:0 auto;}
#section4 .main_promotion:after{ content:""; display:block; clear:both;}
#section4 .main_promotion h2.m_tit { text-align:center; line-height:1; color:#000; font-size:3.5em; font-weight:600; text-transform:uppercase; letter-spacing:-1px; }
#section4 .main_promotion hr.m_tit_line { display:inline-block; width:50px; height:1px; background:#000; margin:30px auto; animation:scale .5s 1s forwards; }
#section4 .main_promotion p.m_txt { line-height:1.5em; font-size:1.25em; color:#000; text-transform:uppercase; }
#section4 .main_promotion .title{position:relative;padding-bottom:25px;}
#section4 .main_promotion .title h3{font-size:2em; text-align:left; color:#000; font-weight:400;}
#section4 .main_promotion .title a{position:absolute;top:5px;right:0;display:block;width:40px;height:40px;background:url(../img/btn_arrow.png) no-repeat 0 0;font-size:0;text-indent:-9999px;overflow:hidden;}

#section4 .promotion_box{width:100%; margin-bottom:100px; text-align:center; }
#section4 .promotion_box:after{ content:""; display:block; clear:both;}
#section4 .promotion_box .gallery_wrap { float:left; width:790px; height:510px; margin-top:50px; }
#section4 .promotion_box .gallery_wrap:after{ content:""; display:block; clear:both;}
#section4 .promotion_box .gallery_area ul{}
#section4 .promotion_box .gallery_area ul li{float:left; width:48%; margin:0 4% 4% 0; text-align:left; height:240px;}
#section4 .promotion_box .gallery_area ul li:nth-child(2n){margin-right:0;}
#section4 .promotion_box .gallery_area ul li a{display:block;position:relative; width:100%; height:100%;font-size:1.4em;line-height:1.4em;color:#fff; border:0px solid red;}
#section4 .promotion_box .gallery_area ul li a img{position:relative; }
#section4 .promotion_box .gallery_area ul li a div{position:absolute; top:0; left:0; display:block;height:100%;padding:25px 30px;font-size:1.4em;line-height:1.4em;color:#fff;}
#section4 .promotion_box .gallery_area ul li a span{position:absolute;bottom:25px;right:30px;font-size:0.7em; font-weight:400;}
#section4 .promotion_box .gallery_area ul li a:hover{opacity:0.5;}

#section4 .promotion_box .media_wrap { float:right; width:350px; height:510px; margin-top:50px;}
#section4 .promotion_box .media_wrap:after{ content:""; display:block; clear:both;}
#section4 .promotion_box .media_area ul{padding:20px 20px 10px 20px; background:#fff; border:1px solid #ddd; box-sizing:border-box;  }
#section4 .promotion_box .media_area ul li{float:left; width:100%;  text-align:center; height:240px; overflow:hidden;} 
#section4 .promotion_box .media_area ul li a {display:block; }
#section4 .promotion_box .media_area ul li a div{width:100%; height:190px; background-color:rgba(0,0,0,1);}
#section4 .promotion_box .media_area ul li a p{ display:block; font-size:18px; color:#000; margin-top:8px; }
#section4 .promotion_box .media_area ul li a:hover{opacity:0.5;}





#section5 {width:100%; padding:120px 0 120px 0; background:#fff;}
#section5 .main_service { clear:both; width:100%; max-width:1200px; padding:0 15px; text-align:center; margin:0 auto;}
#section5 .main_service h2.m_tit { text-align:center; line-height:1; color:#000; font-size:3.5em; font-weight:600; text-transform:uppercase; letter-spacing:-1px; }
#section5 .main_service hr.m_tit_line { display:inline-block; width:50px; height:1px; background:#000; margin:30px auto; animation:scale .5s 1s forwards; }
#section5 .main_service p.m_txt { line-height:1.5em; font-size:1.25em; color:#000; text-transform:uppercase; }

#section5 .service_box {width:100%; margin-top:50px;}
#section5 .service_box ul{font-size:0;}
#section5 .service_box ul li{display:inline-block; width:15%; vertical-align:top; text-align:center;}
#section5 .service_box ul li a{display:block;}
#section5 .service_box ul li a .service_icon {width:130px;height:130px; border-radius:100%; background-color:#e4e9ef; margin:0 auto; overflow:hidden;}
#section5 .service_box ul li a p{font-size:18px; color:#555; font-weight:700; padding-top:10px;}
#section5 .service_box ul li:hover .service_icon {background-color:#2b52a3;}
#section5 .service_box ul li:hover .service_icon img{margin-top:-130px;}
#section5 .service_box ul li:hover p{color:#00479d;}



#group_box{ position:relative; width:100%; max-width:1200px; height:480px; margin:0 auto; margin-top:50px;}
#group_box:after{ display:block; clear:both; content:''; }

#group_box .ts-paging {position:absolute; right:0; top:0; width:300px;z-index:2; }
#group_box .ts-paging button{ float:left; display:inline-block; vertical-align:middle; width:100%; height:80px; line-height:80px; font-size:1.3em;  padding:0; margin:0; border-bottom:1px solid rgba(255,255,255,.1); box-sizing:border-box; background:rgba(0,0,0,0.7); color:#fff; text-align:left; cursor:pointer; text-indent:10%; border:0px; border-radius:0px; border-bottom:1px solid #333;}
#group_box .ts-paging button:last-child{ border-bottom:0px solid #ddd; }
#group_box .ts-paging button:hover {background-color:#2b52a3;}
#group_box .ts-paging button.ts-paging-active {background-color:#2b52a3;}


#group_box .group_img{ width:100%; max-width:900px; height:480px; box-sizing:border-box; }
#group_box .group_img:after{ display:block; clear:both; content:''; }
#group_box .group_img ul{  padding:0; margin:0; }
#group_box .group_img ul li{ float:left; list-style:none; overflow:hidden; width:100%; height:100%; margin-left:20px; }
#group_box .group_img ul li a{ display:block;}
#group_box .group_img ul li{ width:100%; height:100%; line-height:24px; font-size:15px; text-align:center; margin-top:; margin-left:0; }
#group_box .group_img ul li img{ width:100%;}
#group_box .ts-controls button.ts-next{display:none;}
#group_box .ts-controls button.ts-prev{display:none;}


.vision_box { width:100%; margin:0 auto;  }
.vision_box:after{ content:""; display:block; clear:both;}
.vision_box ul  { width:100%; padding:0; margin:0; } 
.vision_box ul li {float:left;  display:inline-block; text-align:center; width:23%; margin-right:2%; overflow:hidden;} 
.vision_box ul li:last-child { margin-right:0; }
.vision_box ul li h2.vision_tlt { display:block; padding:10px; font-size:1.25em; font-weight:400; color:#fff; background-color:#2b52a3; }
.vision_box ul li:nth-child(1) h2.vision_tlt { background-color:rgba(28,101,200,0.5);}
.vision_box ul li:nth-child(2) h2.vision_tlt { background-color:rgba(28,101,200,1);}
.vision_box ul li p.vision_year { display:block; padding:10px 10px; font-size:1.5em; font-weight:400; color:#222; border:3px solid #ddd; box-sizing:border-box; margin:15px 0; }
.vision_box ul li:last-child p.vision_year { border:3px solid #dddddd;}
.vision_box ul li:nth-child(2) { width:23%;}
/*.vision_box ul li:nth-child(3) { width:23%;}
.vision_box ul li:last-child { width:23%;}*/
.vision_box ul li dl {width:100%;} 
.vision_box ul li dl dd{float:left;  width:100%; margin-right:2%;overflow:hidden;} 
.vision_box ul li dl dd:last-child{ margin-right:0;} 


.sub02_01_box {width:100%; max-width:1200px; margin:0 auto 50px;}
.sub02_01_box .tit1 {display:block; font-size:18px; font-weight:700;}
.sub02_01_box .box_tit {display:block; padding:5px 10px; background-color:#edf5fc; border:1px solid #2b52ab; border-radius:5px; color:#2b52ab; font-size:1.25em; font-weight:700; margin:20px auto; }

.sub02_01_box .box_type1 {width:100%; padding:0 15px; margin-top:20px;}
.sub02_01_box .box_type1 dd{ width:100%; font-size:1em; line-height:1.5em; padding-bottom:10px;}

.sub02_01_box .box_type2 {width:100%; padding:0 15px; margin-top:20px;}
.sub02_01_box .box_type2 dt{ float:left; width:22%; font-size:1em; line-height:1.5em; padding-bottom:10px;}
.sub02_01_box .box_type2 dd{ width:78%; font-size:1em; line-height:1.5em; padding-bottom:10px; text-align:left; }



.sub02_01_box1 {width:100%; max-width:1200px; margin:0 auto 50px;}
.sub02_01_box1 ul{overflow:hidden;}
.sub02_01_box1 ul li{float:left; width:49%; margin-right:2%;  margin-bottom:2%; overflow:hidden; }
.sub02_01_box1 ul li:nth-child(even) {float:right; margin-right:0;}
.sub02_01_box1 ul li .con_box{position:relative; display:block; overflow:hidden;}
.sub02_01_box1 ul li .con_box .img{width:100%; background-color:#0759c3; }
.sub02_01_box1 ul li .con_box .title{width:100%; color:#000; text-align:center; margin:15px auto;}
.sub02_01_box1 ul li .con_box .title p{display:block; padding:0; margin:0; font-size:1.25em; color:#000; font-weight:400; letter-spacing:-0.025em; }
.sub02_01_box1 ul li .con_box .title em{display:inline-block;  padding:0; margin:0; font-style:normal; font-size:1em; color:#f89d1b; }

.sub02_01_box2 {width:100%; max-width:1200px; margin:0 auto 50px;}
.sub02_01_box2 ul{overflow:hidden;}
.sub02_01_box2 ul li{float:left; width:32%; margin-right:2%;  margin-bottom:2%; overflow:hidden; }
.sub02_01_box2 ul li:nth-child(3n) {float:right; margin-right:0;}
.sub02_01_box2 ul li .con_box{position:relative; display:block; overflow:hidden;}
.sub02_01_box2 ul li .con_box .img{width:100%; background-color:#0759c3; }
.sub02_01_box2 ul li .con_box .title{width:100%; color:#000; text-align:center; margin:15px auto;}
.sub02_01_box2 ul li .con_box .title p{display:block; padding:0; margin:0; font-size:1.25em; color:#000; font-weight:400; letter-spacing:-0.025em; }
.sub02_01_box2 ul li .con_box .title em{display:inline-block;  padding:0; margin:0; font-style:normal; font-size:1em; color:#f89d1b; }


.sub02_02_box {width:100%; max-width:1200px; margin:0 auto 50px;}
.sub02_02_box ul{overflow:hidden;}
.sub02_02_box ul li{float:left; width:49%; margin-right:2%;  margin-bottom:2%; overflow:hidden; }
.sub02_02_box ul li:nth-child(even) {float:right; margin-right:0;}
.sub02_02_box ul li .con_box{position:relative; display:block; overflow:hidden;}
.sub02_02_box ul li .con_box .img{width:100%; background-color:#0759c3; }
.sub02_02_box ul li .con_box .title{width:100%; color:#000; text-align:center; margin:15px auto;}
.sub02_02_box ul li .con_box .title p{display:block; padding:0; margin:0; font-size:1.25em; color:#000; font-weight:400; letter-spacing:-0.025em; }
.sub02_02_box ul li .con_box .title em{display:inline-block;  padding:0; margin:0; font-style:normal; font-size:1em; color:#f89d1b; }


.sub02_03_box {width:100%; max-width:1200px; margin:0 auto 50px;}
.sub02_03_box ul{overflow:hidden;}
.sub02_03_box ul li{float:left; width:23.5%; margin-right:2%;  margin-bottom:2%; overflow:hidden; }
.sub02_03_box ul li:nth-child(4n) {float:right; margin-right:0;}
.sub02_03_box ul li .con_box{position:relative; height:100%; display:block; overflow:hidden;}
.sub02_03_box ul li .con_box .img{width:100%; background-color:#0759c3; }
.sub02_03_box ul li .con_box .title{width:100%; color:#000; text-align:center; margin:15px auto;}
.sub02_03_box ul li .con_box .title p{display:block; padding:0; margin:0; font-size:1.25em; color:#000; font-weight:400; letter-spacing:-0.025em;   }
.sub02_03_box ul li .con_box .title em{display:inline-block;  padding:0; margin:0; font-style:normal; font-size:1em; color:#f89d1b; }


.sub02_04_box {width:100%; max-width:1200px; margin:0 auto 50px;}
.sub02_04_box ul{overflow:hidden;}
.sub02_04_box ul li{float:left; width:23.5%; margin-right:2%;  margin-bottom:2%; overflow:hidden; }
.sub02_04_box ul li:nth-child(4n) {float:right; margin-right:0;}
.sub02_04_box ul li .con_box{position:relative; height:100%; display:block; overflow:hidden;}
.sub02_04_box ul li .con_box .img{width:100%; background-color:#0759c3; }
.sub02_04_box ul li .con_box .title{width:100%; color:#000; min-height:120px; margin:15px auto;}
.sub02_04_box ul li .con_box .title strong{display:block; padding:0; margin:0; font-size:1.1em; color:#000; font-weight:400; letter-spacing:-0.025em; }
.sub02_04_box ul li .con_box .title p{display:block; padding:0; margin-top:10px; font-size:1em; color:#000; }





@media (max-width:1200px) {

	#section1 .business_box ul li{ width:23.5%; margin-right:2%;}
	#section4 { padding:100px 0;}
	#section4 .promotion_box .gallery_wrap { width:60%; height:auto;}
	#section4 .promotion_box .media_wrap { width:35%; height:auto;}
   .main_business .ts-controls button{display:none;}
   #header .gnb .depth1 > a { display:inline-block; height:45px; line-height:45px; font-size:1.2em; font-weight:600; }

}

@media (max-width:1000px) {

	#section3 .hghitech_box{width:100%; }
	#section3 .hghitech_box li{margin:0; }
	#section3 .hghitech_box li.li1{ width:100%; text-align:center; min-height:auto; margin-bottom:50px;}
	#section3 .hghitech_box li.li2{width:50%;}
	#section3 .hghitech_box li.li3{display:none;}
	#section3 .hghitech_box li.li4{width:50%;}
	#section3 .hghitech_box li.li5{width:50%;}
	#section3 .hghitech_box li.li6{width:50%;}

	#section5 .service_box ul li{ width:32%; margin-bottom:4%;}
	#section5 .service_box ul li a .service_icon {width:100px;height:100px;}
	#section5 .service_box ul li:hover .service_icon img{margin-top:-100px;}
	
	#header .gnb .depth1 > a { display:inline-block; height:45px; line-height:45px; font-size:1.2em; font-weight:500 ;}
}


@media (max-width:900px) {
	#group_box .ts-paging {position:absolute; left:0; top:0; width:100%;z-index:2; }
	#group_box .ts-paging button{ width:50%; height:50px; line-height:50px; font-size:1.3em; text-align:center; text-indent:0;}
	#group_box .ts-paging button:nth-child(1),#group_box .ts-paging button:nth-child(3),#group_box .ts-paging button:nth-child(5){border-right:1px solid #333;}
	#group_box .ts-paging button:nth-child(3),#group_box .ts-paging button:nth-child(4){}
	#group_box .ts-paging button:nth-child(5),#group_box .ts-paging button:nth-child(6){border-bottom:0px;}
	#group_box .group_img{top:150px;}

	#section4 .promotion_box .gallery_area ul li{height:auto;}
	.vision_box ul li {width:100%; margin-right:0;} 
	.vision_box ul li:nth-child(2) {width:100%;}
	.vision_box ul li dl dd{ width:100%; margin-right:0;} 

	#ctt_con.sub01_04 th {  height:auto !important;  font-size:1.25em !important; }
	#ctt_con.sub01_04 td {min-height:auto !important; padding-bottom:50px !important; }
	#ctt_con.sub01_04 td p{  font-size:1.15em !important; }
	#ctt_con.sub01_04 td span{  font-size:1em !important;}

	#header .gnb .depth1 > a { display:inline-block; height:45px; line-height:45px; font-size:1.2em; font-weight:500 ;}

}

@media (max-width:768px) {
	/* 서브 상단 이미지 */
#sub_visual.sub10 { background-image:url(../img/sub01_top_768.png)     ;width:100%;  height:220px;   background-size: cover;background-repeat: no-repeat;}
#sub_visual.sub20 { background-image:url(../img/sub02_top_768.png)      ;width:100%;  height:220px;   background-size: cover;background-repeat: no-repeat;}
#sub_visual.sub30 { background-image:url(../img/sub03_top_768.png)     ;width:100%;  height:220px;    background-size: cover;background-repeat: no-repeat;}
#sub_visual.sub40 { background-image:url(../img/sub04_top_768.png)      ;width:100%;  height:220px;    background-size: cover;background-repeat: no-repeat;}
#sub_visual.sub50 { background-image:url(../img/sub05_top_768.png)     ;width:100%;  height:220px;   background-size: cover;background-repeat: no-repeat;}
#sub_visual.sub60 { background-image:url(../img/sub04_top_768.png)      ;width:100%;  height:220px;   background-size: cover;background-repeat: no-repeat;}
#sub_visual.sub70 { background-image:url(../img/sub07_top_768.png)     ;width:100%;  height:220px;   background-size: cover;background-repeat: no-repeat;}
#sub_visual.sub80 { background-image:url(../img/sub08_top_768.png)     ;width:100%;  height:220px;    background-size: cover;background-repeat: no-repeat;}
#main_visual .roll01 { background-image:url(../img/visual01_768.jpg) }
#main_visual .roll02 { background-image:url(../img/visual02_768.jpg) }
#main_visual .roll03 { background-image:url(../img/visual03_768.jpg) }
#main_visual .roll04 { background-image:url(../img/visual04_768.jpg) }


#main_visual { height:calc(50%); text-align:center; color:#fff; font-family:nanumsquare; position:relative; z-index:1; 
margin-bottom:-60px ;}

#main_visual .roll {

    background-size: contain; /* 이미지가 영역 안에 다 보이도록 설정 */
    height: 100%;
    background-position: center;
    background-repeat: no-repeat; /* 이미지를 반복하지 않도록 설정 */
}
	#section1 .business_box ul li{ width:49%; margin-right:1%; margin-bottom:2%;}
	#section1 .business_box ul li:nth-child(even){float:right; margin-right:0;}

	#footer .f_left{ border:0px solid red; width:90%; margin:0 auto !important; font-size:1em;}

	
	#section4 .promotion_box .gallery_wrap { width:100%;}
	#section4 .promotion_box .media_wrap { width:100%;}
	#section4 .promotion_box .media_area ul li{width:48%; height:auto; margin-right:2%;} 
	#section4 .promotion_box .media_area ul li:nth-child(even){float:right; margin-right:0;} 
	
	#section1 .main_business h2.m_tit { font-size:2.2em;}
	#section2 .main_group h2.m_tit{font-size:2.2em;}	
	#section3 .main_hghitech h2.m_tit  {  font-size:2.2em; }
	#section4 .main_promotion h2.m_tit { font-size:2.2em; }
	#section5 .main_service h2.m_tit {  font-size:2.2em; }
	#section1 .main_about h2.m_tit { font-size:2.2em;}

	#section2{min-height:auto; padding:50px 0;}
	#group_box{ height:550px; margin-top:0px;}
	/*#group_box .group_img{ height:200px;}*/
	#section3{padding:50px 0;}
	#section4 .promotion_box .gallery_wrap{margin-top:0px;}
	#section1 .main_business { padding:0px 0 0px 0;  }
	#section4 {padding:50px 0;}
	#section5{padding:50px 0;}
	.sub02_01_box .box_type2 dt{ width:100%;}
	.sub02_01_box .box_type2 dd{ width:100%;}

	.cer li{ width:33.333333%;}
	.cer li:nth-child(4n+1){clear:none;}
	.cer li:nth-child(3n+1){clear:both;}	
	#header h1 a{height:70px !important;}

}



@media (max-width:640px) {

.sub02_01_box1 ul li{width:100%; margin-bottom:50px;}
.sub02_02_box ul li{ width:100%; margin-right:0; }
.sub02_03_box ul li{ width:49%;}
.sub02_03_box ul li:nth-child(even) {float:right; margin-right:0;}
.sub02_04_box ul li{ width:49%;}
.sub02_04_box ul li:nth-child(even) {float:right; margin-right:0;}
}




@media (max-width:480px) {
	#group_box{ height:400px; margin-top:0px;}

	#section1 .business_box ul li .con_txt {min-height:100%;}
	#section1 .main_about p.m_txt, #section1 .main_business p.m_txt, #section3 .main_hghitech p.m_txt, #section5 .main_service p.m_txt{font-size:1em;}
	#section1 .main_about h4.s_tit{font-size:15px !important;}
	#section3 .hghitech_box li a .exp{font-size:1em; line-height:1.5em;}

	#section1 .m_bnr ul li a img {width:50px; }
	#section1 .m_bnr ul li a strong { font-size:1.25em; }
	#section4 .promotion_box .gallery_area ul li a,#section4 .promotion_box .media_area ul li a p{font-size:1em;}
	
	#section4 .main_promotion .title h3 {font-size:1.5em;}
	#section4 .promotion_box {margin-bottom:0;}
	#section4 .promotion_box .media_area ul li{width:100%; margin-right:0; margin-bottom:4%;} 
	#section5 {padding:60px 0;}
	#section5 .service_box ul li a .service_icon {width:70px;height:70px;}
	#section5 .service_box ul li:hover .service_icon img{margin-top:-70px;}
	#section5 .service_box ul li a p{font-size:15px;}
	#footer { margin-top:0 !important; }
	
#main_visual { height:calc(65%); text-align:center; color:#fff; font-family:nanumsquare; position:relative; z-index:1; 
margin-bottom:60px ;}

	#main_visual .roll01 { background-image:url(../img/visual01_480.jpg) }
    #main_visual .roll02 { background-image:url(../img/visual02_480.jpg) }
    #main_visual .roll03 { background-image:url(../img/visual03_480.jpg) }
    #main_visual .roll04 { background-image:url(../img/visual04_480.jpg) }
	
#main_visual .roll {     background-size: contain; /* 이미지가 영역 안에 다 보이도록 설정 */
    height: 100%;
    background-position: center;
    background-repeat: no-repeat; /* 이미지를 반복하지 않도록 설정 */
}
	
	}
	
	

.main_bbs { width:40%; float:left }
.main_bbs > section { position:relative; margin:40px 0 0 0 }
.main_bbs > section:first-child { margin:0 }
.main_bbs h2 { font-size:2em; font-weight:700; line-height:1; border-bottom:2px solid #666; padding:0 0 15px }

.pic_li_lt { float:none; padding:0; width:100%; position:static }
.pic_li_lt .lat_title { display:none }
.pic_li_lt li { position:relative; border-bottom:1px solid #e0e0e0; padding:0 3px; margin:0 }
.pic_li_lt li:first-child .lt_img { display:none }
.pic_li_lt li .pic_li_tit { font-weight:300; font-size:1.05em; vertical-align:top; width:calc(100% - 60px); padding:10px 0; }
.pic_li_lt li .pic_li_tit:hover { padding-left:3px; color:#166eb2 }
.pic_li_lt .lt_info .lt_nick { display:none }
.pic_li_lt .lt_info { display:inline-block }
.pic_li_lt .lt_info .lt_date { position:absolute; top:10px; right:3px; width:60px; text-align:right }
.pic_li_lt .lt_more { position:absolute; top:8px; right:0; text-indent:-9000px; font-size:0; background:url(../img/btn_more_b.png) no-repeat center; width:20px; height:20px; display:block }
.pic_li_lt .lt_more:hover { transform:rotate(-90deg) }
.pic_li_lt .empty_li { line-height:180px }

.main_cs { width:53%; float:right; border:1px solid #ccc; box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0); position:relative }
.root_daum_roughmap { width:100% !important; border:0 !important; padding:0 !important }
.root_daum_roughmap .wrap_map { width:100%; height:440px !important }
.main_cs .root_daum_roughmap .wrap_controllers { border:0 !important; background:#fff !important }
.main_cs .root_daum_roughmap .map_border { display:none !important }

#sub_visual { height:380px; background-position:center; background-size:cover; background-color:#000; }
#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 }
#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 }

#contents { margin:50px 0 }
#contents p { word-break:keep-all }
.video_area { position:relative; height:0; padding-top:56.25% }
.video_area iframe { width:100%; height:100%; position:absolute; left:0; top:0 }

#left_area { float:left; width:190px }
.left_snb { }
.left_snb h2 { font-size:2em; line-height:1; text-transform:uppercase; font-weight:800; position:relative; padding-top:13px; border-bottom:1px solid #666; padding-bottom:30px}
.left_snb h2:before { width:30px; height:4px; background:#1c65c8; position:absolute; left:0; top:0; content:"" }
.left_snb li a { border-bottom:1px solid #e0e0e0; display:block; padding:12px 25px 12px 7px; font-size:1.1em; font-weight:400; position:relative; }
.left_snb li a:after { width:0; height:4px; background:#ddd; position:absolute; right:7px; top:50%; transform:translateY(-50%); content:""; transition:all .3s }
.left_snb li:hover a:after { width:15px; }
.left_snb li:hover a { background:#f5f5f5 }
.left_snb li.on a { color:#1c65c8; font-weight:500; background:#fff }
.left_snb li.on a:after { background:#1c65c8; width:15px }
.left_snb ul { margin-bottom:50px }
.left_cs { margin-top:28px }
.left_cs h2 { font-weight:700; font-size:1.8em; line-height:1; margin:0 0 15px; border-bottom:1px solid #666; padding-bottom:15px }
.left_cs .tel { font-weight:700; color:#1c65c8; font-size:1.5em; padding-left:3px }
.left_cs .time { font-weight:500; padding-left:3px }
.left_cs .info { padding-left:3px; line-height:1; margin-top:7px }
.left_cs dl { margin-top:13px; padding-left:3px }
.left_cs dt, .left_cs dd { display:inline-block; margin:2px 0 }
.left_cs dt { width:18px }
.left_cs dd { width:calc(100% - 23px); font-weight:400; color:#666 }
.left_cs .banner { margin-top:15px }
.left_cs .banner li { float:left; width:50%; margin-left:-1px }
.left_cs .banner li a { display:block; padding:20px 0; line-height:1.3; font-weight:400; font-size:1.1em; text-align:center; border:1px solid #e0e0e0;  }
.left_cs .banner li a i { display:block; font-size:1.36em; margin:0 0 8px }
.left_cs .banner li a:hover { background:#54585d; color:#fff; border-color:#54585d; position:relative; z-index:1 }

#right_area { float:right; width:calc(100% - 250.1px) }
.container_title { font-size:2.4em; line-height:1; font-weight:700; border-bottom:1px solid #e9e9e9; padding-bottom:30px; margin:5px 0 50px 0 }

/* 그누보드 수정 */
#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 }
.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img { transition-property:opacity; transition-timing-function:linear; transition-duration: 1ms; }

.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 }
#bo_v iframe { max-width: 100%; }

/* Sub page */
#ctt_con h2.title { font-size:1.5em; font-weight:700; line-height:1.5em; 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 h2.title em{display:inline-block;  padding:0; margin:0; font-style:normal; font-size:1em; color:#f89d1b; }

#ctt_con.sub01_01 .sec01:after { clear:both; content:""; display:block }
#ctt_con.sub01_01 .sec01 > div { float:left; width:calc(100% - 350px) }
#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.15em; 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:300px }
#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; font-size:0.9em; }
#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:8% }
#ctt_con.sub01_01 td{width:46%}


#ctt_con.sub01_04 table { width:100%; border-top:2px solid #666; font-size:0.9em; }
#ctt_con.sub01_04 th, #ctt_con.sub01_04 td { border-bottom:1px solid #e0e0e0; padding:15px 15px; text-align:left }
#ctt_con.sub01_04 th { background:#f4f4f4;  width:100%; height:150px;  line-height:2em; vertical-align:top;}
#ctt_con.sub01_04 td{ display:block; width:100%; line-height:1.5em; min-height:300px;}
#ctt_con.sub01_04 td p{ display:block; padding:5px 0; color:#000; font-size:1em; }
#ctt_con.sub01_04 td span{ display:block; margin-top:10px; color:#333; font-size:0.9em; line-height:1.25em; text-indent:10px;}


#ctt_con.sub01_06 table { border-top:2px solid #666; font-size:0.9em; }
#ctt_con.sub01_06 th, #ctt_con.sub01_06 td { border-bottom:1px solid #e0e0e0; padding:12px; text-align:left }
#ctt_con.sub01_06 th { background:#f4f4f4; padding-left:20px; width:15% }
#ctt_con.sub01_06 td{width:35%}

#ctt_con.sub01_02 .tab_menu { text-align:center; margin:0 0 50px }
#ctt_con.sub01_02 .tab_menu li { width:calc(100%/3) }
#ctt_con.sub01_02 .tab_menu a { font-size:21px; font-weight:700; border-left:0; border-right:0; font-family:arial; width:100% }
#ctt_con.sub01_02 .tab_menu a:hover { background:#fff; color:#222 }
#ctt_con.sub01_02 .sec01:after { clear:both; content:""; display:block }
.history_slogun { float:left; width:320px }
.history_slogun header { margin:0 0 20px; animation:down .7s forwards; opacity:0 }
.history_slogun h2 { font-size:1.5em; font-weight:700; letter-spacing:-1px; line-height:1; }
.history_slogun img { border-radius:0 30px; animation:up .7s .3s forwards; opacity:0 }
.history_slogun p { margin:15px 0 0 0; line-height:1.4 }
.history_list { float:right; width:calc(100% - 390px) }
.history_list > ul > li { margin:30px 0 0 0; animation:left .7s .6s forwards; opacity:0 }
.history_list > ul > li:first-child { margin:0 }
.history_list li li { margin:10px 0 0 0; line-height:1.3; background:url(../img/dot01.png) no-repeat 0 7px; padding-left:12px }
.history_list li li span { font-weight:500; vertical-align:0; margin-right:3px }
.history_list h3 { font-size:1.7em; font-weight:700; font-family:arial }

#ctt_con.sub01_03 .os_mac.root_daum_roughmap { font-family:noto sans kr !important }
#ctt_con.sub01_03 .root_daum_roughmap .cont .section { margin:0 !important }

/* 20.03.18 검색기능 추가 */
#header .btn_search { float:right; margin:34px 20px 0 0; display:block; font-size:19px }
.hd_sch_wr { display:none; margin:0; padding:0 }
.hd_sch_wr.on { display:block; position:fixed; left:0; top:0; width:100%; height:100%; z-index:101 }
.hd_sch_wr .box { width:400px; background:#fff; left:50%; top:50%; transform:translate(-50%, -51%); position:absolute; }
.hd_sch_wr .bo_sch_bg { background:rgba(0,0,0,0.7); width:100%; height:100% }
.hd_sch_wr header { background:#4c525c; text-align:center; color:#fff; font-size:1.25em; font-weight:500; line-height:48px; height:50px }
.hd_sch_wr header .btn_close { width:25px; height:25px; position:absolute; right:10px; top:0; border:0; background:transparent; display:inline-block; border-radius:0; font-size:0 }
#hd_sch { border-radius:0; padding:20px }
#hd_sch #sch_stx { background:#fff; border:1px solid #ddd; width:calc(100% - 50px); color:#222; border-radius:5px 0 0 5px; border-right:0; font-size:1.05em }
#hd_sch #sch_submit { width:50px;background:#fff; border:1px solid #ddd; color:#222; border-radius:0 5px 5px 0; border-left:0 }
#hd_sch #sch_submit i {vertical-align:2px }
#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 }


/* 서브 상단 이미지 */
#sub_visual.sub10 { background-image:url(../img/sub01_top.jpg) }
#sub_visual.sub20 { background-image:url(../img/sub02_top.jpg)  }
#sub_visual.sub30 { background-image:url(../img/sub03_top.jpg) 	}
#sub_visual.sub40 { background-image:url(../img/sub04_top.jpg) }
#sub_visual.sub50 { background-image:url(../img/sub05_top.jpg) }
#sub_visual.sub60 { background-image:url(../img/sub04_top.jpg) }
#sub_visual.sub70 { background-image:url(../img/sub07_top.jpg) }
#sub_visual.sub80 { background-image:url(../img/sub08_top.jpg) }






.pc_s{display:block;}
.mobile_s{display:none;}

.cer{margin:0 auto; padding:0;}
.cer li{display:block; float:left; width:25%; text-align:center; margin:0; padding:0; margin-bottom:3%;}
.cer li:nth-child(4n+1){clear:both;}
.cer li img{width:90%; border:1px solid #ddd;}
.cer li span{width:90%; display:block; background-color:#ddd; height:40px; line-height:40px; font-size:0.95em; margin:0 auto; font-weight:700;}


@media (max-width:480px) {
	.pc_s{display:none;}
	.mobile_s{display:block;}
	.cer li{ width:50%; margin-bottom:2%;}
	.cer li:nth-child(4n+1){clear:none;}
	.cer li:nth-child(3n+1){clear:none;}	
	.cer li:nth-child(2n+1){clear:both;}
	


}

