@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');
 }

@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansMedium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: normal; font-style: normal; }

/* 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:#e20000 !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_only { display:block !important }
.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:100px; position:fixed; width:100%; z-index:100; color:#fff; transition:all .3s }
#header a { color:#fff }
#header h1 { float:left; line-height:88px }
#header h1 a { text-indent:-9000px; font-size:0; width:264px; height:38px; background-image:url(../img/ci.png); background-position:0 0; display:inline-block; vertical-align:middle; overflow:hidden; background-size:100% }
#header .gnb { float:right; margin:25px 40px 0 20px }
#header .gnb .depth1 { float:left; padding:0 0px; width:130px;  position:relative }
#header .gnb .depth1:nth-child(4) {width:170px;}
#header .gnb .depth1 > a { display:inline-block; height:45px; line-height:45px; font-size:1.25em; font-weight:500; letter-spacing:-1px;}
#header .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb .depth2 > a { display:inline-block; font-weight:400; font-size:1.05em; line-height:1.4; padding:7px 0;letter-spacing:-1px; }
#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 > a:before { background:#2d3691; margin-top:50px; content:""; height:3px; left:0px; position: absolute; width:0%; transition:0.3s; }
#header .gnb .depth1:hover > a:before { width:50px; }

#header.down { background:#fff; height:290px }
#header.down a { color:rgba(0,0,0,0.7) }
#header.down h1 a { background-position:0 -48px }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:25px }
#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:#2d3691 }

#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:0 -48px }

#footer { padding:50px 0; margin:0px 0 0 0; background:#e8eaec; color:#666 }
#footer h1 { float:left }
#footer h1 a { text-indent:-9000px; font-size:0; width:200px; height:29px; background-image:url(../img/ci.png); background-position:0 29px; display:block; overflow:hidden; background-size:100% }
#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(645px); text-align:center; color:#fff; font-family:nanumsquare; 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_txt {width:1200px; margin:0 auto; text-align:center; }

#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 h2 {font-family: 'GmarketSansBold'; line-height:1.3; margin:35vh 0 0 0; font-size:2.2em; font-weight:700; animation:up .5s .8s forwards; opacity:0 }
#main_visual hr { display:inline-block; width:59px; height:2px; background:#fff; margin:36px 0 0 0; animation:scale .5s 1s forwards; opacity:0 }
#main_visual p { font-family: 'GmarketSansBold'; font-size:1.7em; line-height:1.4; margin:10px 0 0 0; animation:down .5s 1.4s forwards; opacity:0 }
#main_visual h3 {font-family: 'GmarketSansLight'; line-height:1.3; margin:1vh 0 0 0; font-size:2em; font-weight:700; animation:up .5s 2s forwards; opacity:0 }
#main_visual h3 span {color:#ff9f00;}

#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:50px; width:100%; text-align:center; z-index:100 }
#main_visual .bx-controls-direction { display:none }
#main_visual .bx-pager { display:none; 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:none; 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_contents { position:relative; z-index:1 }
.main_gallery { background:#fff; margin-top:0px; margin-bottom:20px }
.main_gallery h2 { text-align:center; line-height:1; font-size:2em; font-weight:700; text-transform:uppercase; letter-spacing:-1px; padding:45px 0 0px 0 }
.main_gallery .tab_menu { text-align:center }
.main_gallery .tab_con { margin-top:0px }
.main_gallery .lt_more { display:none }
.main_gallery .prd_slider > div { width:calc(100%/4) !important }
.main_gallery .tab_menu p { padding: 12px 25px; font-size: .9rem; border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0; display: inline-block}

.pic_lt { position:relative; margin:0; padding:0 10px }
.pic_lt #touchSlider { position:relative; overflow:hidden; min-height:302px !important }
.pic_lt li { padding:0; border:1px solid #e0e0e0; }
.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 { 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 }



.w1200 {width:1200px; margin:0 auto;}

/* 제품 */
.main_container .product {padding:40px 0 30px;}
.main_container .product ul li {position:relative;}
.main_container .product ul li:after {content:''; display:block; clear:both;}
.main_container .product ul li .image {position:relative; width:45%; float:left; z-index: 50;min-height: 400px; margin-left:50px;}
.main_container .product ul li .image p {text-align:center; margin-left: 0px;}
.main_container .product ul li .explain {  right: 5%; width: 50%; float: right; position: relative; margin-top: 9%; z-index: 51;}
.main_container .product .slide3 .explain{  right: 5%;}
.main_container .product ul li .explain h3 { font-family: 'GmarketSansBold';   font-size:35px; font-weight:600; color:#242424; padding:30px 0 0 0;  line-height: 1.1; margin: 5px 0 25px; letter-spacing:-1px;}
.main_container .product ul li .explain h3:before {content: ''; display: block; width: 300px; height: 1px; background: #005bac; position: absolute; top: 0; left:-70px; z-index: 99; /*-moz-animation: line-show 1.2s linear; -webkit-animation: line-show 1.2s linear; animation: line-show 1.2s linear;*/ }
@keyframes line-show {
  0% {width: 0;}
  100% {width: 300px;}
}
.main_container .product ul li .explain p {margin:12px 0 0 0; font-size:17px; line-height:1.5em;}
.main_container .product ul li .explain ul{margin-top: 15px;}
.main_container .product ul li .explain ul li{  margin: 12px 0; font-size: 18px; line-height: 1.4; position: relative; font-weight:300; color:#242424;}

.main_container .product ul li .explain .button {position:relative; margin:30px 0 0 0;}
.main_container .product .slick-arrow {position:absolute; width:40px; height:78px; opacity:.5; border:0;}
.main_container .product .slick-arrow:hover {opacity:1;}
.main_container .product .slick-arrow.slick-prev {position:absolute; z-index:60; top:30%; left:0%; background: url(../img/arrow_prv.png) no-repeat center center; font-size:0;}
.main_container .product .slick-arrow.slick-next {position:absolute; z-index:60; top:30%; right:0%; background: url(../img/arrow_nxt.png) no-repeat center center; font-size:0;}

 .main_container .product{padding: 30px 0 10px;}



@media screen and (max-width:1150px) {

.w1200 {width:100%;}

.main_container .product{padding: 50px 0 0 0;}
.main_container .product .slick-arrow{top: 30% !important;}
.main_container .product ul li .image{width: 100%; margin-left:0px;}
.main_container .product ul li .image{min-height: auto;    margin-top: -5%;}
.main_container .product ul li .image #product1{position: static;}
.main_container .product ul li .image #product2{position: static;}
.main_container .product ul li .image #product3{position: static;}
.main_container .product ul li .image #product4{position: static; width: auto;}
.main_container .product ul li .image #product5{position: static;}
.main_container .product ul li .image p{margin-left: 0;}
.main_container .product ul li .image p img{width: 100% !important;}
.product_view_bar.ui-slider{
  position: absolute; bottom: auto; top: -5%; right: auto; left: 11%; width: 78%; 
}

.main_container .product ul li .explain {  padding: 3% 0 0 8%; position: relative; left: 50%; transform: translateX(-50%); margin-top: 1%;  width: 100%; box-sizing: border-box;     display: inline-block;}
.main_container .product ul li .explain h3 {font-size:20px; padding:12px 0 0 0;}
.main_container .product ul li .explain h3:before {width: 1px !important; height: 75%; left:4%; top: 36px;}

.main_container .product ul li .explain p {font-size:15px;}
.main_container .product ul li .explain ul{margin-top: 10px; padding-left: 20px;}
.main_container .product ul li .explain ul li{font-size: 12px;}

.main_container .product .slick-arrow.slick-prev { top:0%; left:0%; }
.main_container .product .slick-arrow.slick-next { top:0%; right:0%;}


}



/*main_con01*/
.main_con01{padding:0px 0;}
.main_con01 .common_tit01{text-align:center;}
.main_con01 .common_tit01 h3{margin-top:25px;}
.main_con01 .list{margin-top:30px;}
.main_con01 .list ul{width:100%; font-size:0; text-align:center; margin-bottom:0;}
.main_con01 .list ul li{display:inline-block; vertical-align:top; width:23.5%; height:296px; margin-right:0%;}
.main_con01 .list ul li:last-of-type{margin-right:0;}
.main_con01 .list ul li.type01{background:url("../img/box01.jpg") center top no-repeat; background-size:cover;}
.main_con01 .list ul li.type02{background:url("../img/box02.jpg") center top no-repeat; background-size:cover;}
.main_con01 .list ul li.type03{background:url("../img/box03.jpg") center top no-repeat; background-size:cover;}
.main_con01 .list ul li.type04{background:url("../img/box04.jpg") center top no-repeat; background-size:cover;}
.main_con01 .list ul li a{display:block; width:100%; height:100%; padding:80px 0 50px 0; box-sizing:border-box; position:relative;}
.main_con01 .list ul li .top_txt{position:relative; z-index:1;}
.main_con01 .list ul li .top_txt h6{font-size:22px; font-weight:bold; color:#fffefe; margin:0;}
.main_con01 .list ul li .icon_box{font-size:16px; color:#fff; font-weight:100; margin:16px auto 40px; position:relative; z-index:1;}
.main_con01 .list ul li .btn_box{width:129px; height:45px; margin:0 auto; border:1px solid #d2d2d2; box-sizing:border-box; position:relative; z-index:1; transition:all 0.3s;}
.main_con01 .list ul li .btn_box p{width:100%; height:100%; font-size:16px; font-weight:500; font-family: 'Poppins'; letter-spacing:0.030em; color:#fffefe; line-height:43px;}
.main_con01 .list ul li a:hover{background:none;}
.main_con01 .list ul li a:before{content:""; display:block; width:100%; height:0; background-color:#2d3691; position:absolute; left:0; bottom:0; -webkit-transition:all 0.3s; -ms-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.main_con01 .list ul li a:hover:before{height:50%;}
.main_con01 .list ul li a:after{content:""; display:block; width:100%; height:0; background-color:#2d3691; position:absolute; left:0; top:0; -webkit-transition:all 0.3s; -ms-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.main_con01 .list ul li a:hover:after{height:50%;}
.main_con01 .list ul li a:hover .top_txt span{color:#fff;}
.main_con01 .list ul li a:hover .btn_box{background-color:#fff; border-color:#fff;}
.main_con01 .list ul li a:hover .btn_box p{color:#2d3691;}


@media all and (max-width:1000px){

	/*main_con01*/
	.main_con01{padding-top:0px 0;}
	.main_con01 .list ul li{width:49%; height:296px; margin-right:0;}
	.main_con01 .list ul li:nth-of-type(odd){margin-right:2%;}
	.main_con01 .list ul li:nth-of-type(n+3){margin-top:2%;}
	.main_con01 .list ul li .top_txt h6{font-size:25px;}
	.main_con01 .list ul li .btn_box p{font-size:18px;}


}

@media all and (max-width:640px){

	/*main_con01*/
	.main_con01{padding:0 0;}
	.main_con01 .common_tit01 h3{margin-top:3.90625vw;}
	.main_con01 .list{margin-top:4.6875vw;}
	.main_con01 .list ul li{height:51.875vw;}
	.main_con01 .list ul li a{padding:11.0625vw 0 4.8125vw 0;}
	.main_con01 .list ul li .top_txt h6{font-size:4.90625vw;}
	.main_con01 .list ul li .icon_box{margin:3.75vw auto 7.5vw; font-size:14px;}
	.main_con01 .list ul li .btn_box{width:20.15625vw; height:7.03125vw;}
	.main_con01 .list ul li .btn_box p{font-size:2.8125vw; line-height:6.71875vw;}
}



/* 아이콘 */
.main_container .icons {width:640px; margin:0 auto; position:relative; margin-bottom:30px; background:#fff; }
.main_container .icons ul {position:relative; z-index:10;}
.main_container .icons ul:after {clear:both; display:block; content:"";}
.main_container .icons ul li {width:25%; float:left; z-index:11; }
.main_container .icons ul li dl {text-align:center; position:relative; padding:20px 0; z-index:15;}
.main_container .icons ul li dl a {position:relative; display:block;  padding:0 10px; color:#666; border-right:1px solid #eee; z-index:16;}
.main_container .icons ul li:last-child dl a {border-right:0px;}
.main_container .icons ul li dl dt {margin:0 0 3px 0; position:relative; z-index:48;}
.main_container .icons ul li dl dt img {width:81px;}
.main_container .icons ul li dl dd {font-size:17px; color:#4d4d4d; font-weight:400;}


@media screen and (max-width:1280px){
.main_container .icons {background:none; border-bottom:0px;}
.main_container .icons ul li {width:; border-bottom:0px solid #e9e9e9;}
/*
.main_container .icons ul li.icon11 {display:block;}
*/
.main_container .icons ul li dl {padding:0 0;}
.main_container .icons ul li dl:hover {background:none; }
.main_container .icons ul li dl a {padding:12px; color:#666; border-right:0px;}
.main_container .icons ul li dl dt img {width:81px;}
}
@media screen and (max-width:1080px){
.main_container .icons ul li {width:25%;}
}
@media screen and (max-width:720px){
.main_container .icons .wrap {margin:0 0 !important;}
.main_container .icons ul li dl {border-right:1px solid #e9e9e9;}
.main_container .icons ul li:nth-child(5) dl, 
.main_container .icons ul li:nth-child(10) dl {border-right:0px;}
.main_container .icons ul li dl a {padding:10px;}
.main_container .icons ul li dl a dt span.new {display:none;}
.main_container .icons ul li dl a dd {font-size:14px;}
}

@media screen and (max-width:520px){
.main_container .icons {width:100%; text-align:center;}
.main_container .icons ul li dl a {padding:7px 0;}
.main_container .icons ul li dl dt {margin:0 0 0 0;}
.main_container .icons ul li dl dt img {width:30px;}
.main_container .icons ul li dl a dd {font-size:13.5px !important;}
.main_container .icons ul li dl dd span {display:none;}

}



.long_banners {  padding: 70px 0;   background:#ff9e03 url("../img/long_bg.jpg") center center no-repeat; color:#fff; text-align:center;}
.long_banners .main_tit h2 { font-family: 'GmarketSansBold'; font-size:35px; color:#fff;}
.long_banners .main_tit p {font-family: 'GmarketSansLight';  color:#fff; font-size:20px;}

@media screen and (max-width:520px){

.long_banners {  padding: 40px 0; }
.long_banners .main_tit {text-align:left; padding:0 20px;}
.long_banners .main_tit h2 {font-size:23px;}
.long_banners .main_tit p {font-size:15px;}

}

.pc_only { display:block !important }

#sub_visual { height:380px; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 { text-align:center; font-size:2.7em; font-weight:600; letter-spacing:-1px; 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 0 0 }
#contents p { word-break:keep-all }

#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:#2d3791; position:absolute; left:0; top:0; content:"" }
.left_snb li a { border-bottom:1px solid #e0e0e0; display:block; padding:12px 7px; font-size:1.1em; font-weight:600; position:relative; letter-spacing:-.5px}
.left_snb li a:after { width:0; height:3px; background:#ddd; position:absolute; right:7px; top:50%; transform:translateY(-50%); content:""; transition:all .3s }
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a { background:#f5f5f5 }
.left_snb li.on a { color:#2d3791; font-weight:500; background:#fff }
.left_snb li.on a:after { background:#2d3791; width:10px }
.left_snb ul { margin-bottom:50px }
.left_cs { margin-top:28px }
.left_cs h2 {letter-spacing:-1px; 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-family: 'GmarketSansBold'; font-weight:700; color:#2d3691; 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 { font-family: 'GmarketSansMedium'; color:#686868; 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; letter-spacing:-1px; 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 }

.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; 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% - 350px) }
#ctt_con.sub01_01 .sec01 h2 { font-size:1.6em; 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 {font-size:1.1em; font-weight:300; 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 }
#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 .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 }



.history_con01{padding-bottom:150px;}
.history_con01 dl:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.history_con01 dl:first-of-type dt p{color:#68bc36; font-family: 'GmarketSansLight';}
.history_con01 dl{margin-bottom:50px;}
.history_con01 dl dt{width:250px; float:left;}
.history_con01 dl dt p{font-size:52px; color:#666; letter-spacing:-0.045em; font-weight:200; line-height:1.1; padding-left:20px; box-sizing:border-box; position:relative;}
.history_con01 dl dt p:before{content:""; width:6px; height:6px; border-radius:50%; display:block; background:#68bc36; position:absolute; left:-0; top:20px;}
.history_con01 dl dd{margin-top:20px; width:calc(100% - 300px); float:left; position:relative; padding-left:65px; padding-bottom:30px; border-left:1px solid #f0ecec; border-bottom:1px solid #f0ecec; box-sizing:border-box;}
.history_con01 dl dd i{width:20px; height:20px; border-radius:50%; background:#dbe9d1; position:absolute; left:-10px; top:0;}
.history_con01 dl dd i:before{content:""; width:12px; height:12px; background:#68bc36; border-radius:50%; position:absolute; left:4px; top:4px;}
.history_con01 dl dd ul li{margin-bottom:25px;}
.history_con01 dl dd ul li:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.history_con01 dl dd ul li span{width:90px; display:block; float:left; font-size:20px; color:#444444; letter-spacing:0em; font-weight:500;}
.history_con01 dl dd ul li p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; width:calc(100% - 90px); float:left;}

@media all and (max-width:1000px){
	.history_con01 dl dt{width:100%; float:none;}
	.history_con01 dl dt p{font-size:28px; font-weight:600;}
	.history_con01 dl dt p:before{ top:15px;}
	.history_con01 dl dd{width:100%; padding-left:30px}	
	.history_con01 dl dd ul li span{font-size:16px;}
	.history_con01 dl dd ul li p{font-size:15px;}
}


.company .organization_con01 {margin-bottom:100px; }
.company .organization_chart {margin-top:60px; }
.company .organization_chart .top_box {margin-bottom:30px;}
.company .organization_chart .top_box p {width:111px; height:111px; border:4px solid #013274; border-radius:50%; background:#fff; margin:0 auto; box-sizing:border-box; font-size:20px; font-weight:bold; color:#013274; letter-spacing:-0.03em; text-align:center; line-height:107px; position:relative; z-index:12;}
.company .organization_chart .top_box p.type03{background:#013274; color:#fff;}

.company .organization_chart .mid_box {position:relative; padding-bottom:40px; font-size:0; margin-top:-180px;}
.company .organization_chart .mid_box:before {content:''; position:absolute; left:50%; top:-90px; width:1px; height:135%; background-color:#013274; }
.company .organization_chart .mid_box ul {display:inline-block; vertical-align:top; width:50%; margin-bottom:0; }
.company .organization_chart .mid_box ul li {width:252px; max-width:100%; height:60px; margin:0 auto 15px; padding-top:12px; font-size:20px; font-weight:bold; color:#444444; letter-spacing:-0.03em; text-align:center; background-color:#dadee4; border-radius:40px; box-sizing:border-box; }
.company .organization_chart .mid_box ul.type02 li {background-color:#f1f4f8; position:relative; z-index:10;}
.company .organization_chart .mid_box ul.type02 li:nth-of-type(1):before {content:''; z-index:5; position:absolute; left:50%; top:100%; width:2px; height:50%; background-color:#013274; }

.company .organization_chart .bottom_box {}
.company .organization_chart .bottom_box > ul {font-size:0; }
.company .organization_chart .bottom_box > ul > li {position:relative; display:inline-block; vertical-align:top; width:calc(18% - 7px); margin-right:30px; padding-top:70px; box-sizing:border-box; }
.company .organization_chart .bottom_box > ul > li:last-of-type {margin-right:0;}
.company .organization_chart .bottom_box > ul > li:before {content:''; z-index:5; position:absolute; left:50%; top:0; width:1px; height:100%; background-color:#a5acb6; }
.company .organization_chart .bottom_box > ul > li:after {content:''; z-index:5; position:absolute; left:50%; top:0; width:calc(100% + 30px); height:2px; background-color:#013274; }
.company .organization_chart .bottom_box > ul > li:last-of-type:after{display:none;}

.company .organization_chart .bottom_box > ul > li > p {z-index:10; position:relative; width:176px; max-width:100%; height:60px; padding-top:10px; border-radius:40px; background-color:#fff; font-size:18px; font-weight:bold; color:#013274; letter-spacing:-0.03em; line-height:30px; border:4px solid #c9dcf7; text-align:center; box-sizing:border-box; margin:0 auto;}
.company .organization_chart .bottom_box > ul > li > p:before{content:''; position:absolute; left:50%; top:-77px; width:8px; height:8px; background:#013274; border-radius:50%; -o-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);}

.company .organization_chart .bottom_box ul.bottom_2depth{width:100%;}
.company .organization_chart .bottom_box ul.bottom_2depth li{position:relative; display:block; width:100%; padding-top:30px; box-sizing:border-box; }
.company .organization_chart .bottom_box ul.bottom_2depth li p {z-index:10; position:relative; width:176px; max-width:100%; padding:10px 0; border-radius:10px; background-color:#fff; font-size:18px; font-weight:bold; color:#222222; letter-spacing:-0.03em; line-height:34px; border:2px dotted #b1b7c0; text-align:center; box-sizing:border-box; margin:0 auto;}
.company .organization_chart .bottom_box ul.bottom_2depth li p span{display:block; color:#444444; font-size:18px; font-weight:200; padding-top:10px; padding-bottom:20px;}

.company .organization_con02 {margin-bottom:170px; }
.company .organization_con02 h5.title{margin-bottom:50px;}
.company .organization_chart2 .bottom_box {}
.company .organization_chart2 .bottom_box > ul {font-size:0; }
.company .organization_chart2 .bottom_box > ul > li {position:relative; display:inline-block; vertical-align:top; width:calc(10% - 9px); margin-right:10px; padding-top:40px; box-sizing:border-box; }
.company .organization_chart2 .bottom_box > ul > li:last-of-type {margin-right:0;}
.company .organization_chart2 .bottom_box > ul > li:before {content:''; z-index:5; position:absolute; left:50%; top:0; width:1px; height:100%; background-color:#a5acb6; }
.company .organization_chart2 .bottom_box > ul > li:after {content:''; z-index:5; position:absolute; left:50%; top:0; width:calc(100% + 10px); height:2px; background-color:#013274; }
.company .organization_chart2 .bottom_box > ul > li:last-of-type:after{display:none;}

.company .organization_chart2 .bottom_box > ul > li > p {z-index:10; position:relative; width:100%; max-width:100%; height:60px; padding-top:10px; border-radius:40px; background-color:#fff; font-size:22px; font-weight:bold; color:#013274; letter-spacing:-0.03em; line-height:30px; border:4px solid #c9dcf7; text-align:center; box-sizing:border-box; margin:0 auto;}
.company .organization_chart2 .bottom_box > ul > li > p:before{content:''; position:absolute; left:47%; top:-47px; width:8px; height:8px; background:#013274; border-radius:50%; }

@media all and (max-width:900px){
	.company .organization_chart2 .bottom_box > ul > li{width:calc(19% - 8px); margin-bottom:50px;}
	.company .organization_chart2 .bottom_box > ul > li:nth-of-type(5n) {margin-right:0;}
	.company .organization_chart2 .bottom_box > ul > li:nth-of-type(5n):after{display:none;}
}

@media all and (max-width:870px){
	.company .organization_chart .bottom_box > ul > li{margin-right:20px;}
	.company .organization_chart .bottom_box > ul > li:after{width:calc(100% + 50px)}
	.company .organization_chart .bottom_box > ul > li > p{width:100%; font-size:16px;}
	.company .organization_chart .bottom_box ul.bottom_2depth li p{width:100%; font-size:15px;}
	.company .organization_chart .mid_box ul li{width:202px;}
	.company .organization_chart .mid_box ul li{margin:0; margin-right:auto; margin-bottom:15px;}
	.company .organization_chart .mid_box ul.type02 li{margin:0;  margin-left:auto; margin-bottom:15px;}
}
@media all and (max-width:640px){
	.company .organization_chart .top_box {margin-bottom:0px;}
	.company .organization_chart .top_box p {margin:0; }

	.company .organization_chart .mid_box:before {left:64px; }
	.company .organization_chart .mid_box ul {width:100%; }

	.company .organization_chart .bottom_box {padding:0 64px; box-sizing:border-box; }
	.company .organization_chart .bottom_box > ul > li {width:100%; padding-top:0; margin-right:0; margin-bottom:20px; box-sizing:border-box; }
	.company .organization_chart .bottom_box > ul > li > p {margin:0 auto; width:176px;}
	.company .organization_chart .bottom_box > ul > li > p:before{left:-155px; top:50%; z-index:12; -o-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
	.company .organization_chart .bottom_box > ul > li > p b{display:block; position:relative; z-index:10;}
	.company .organization_chart .bottom_box > ul > li > p b:before{content:''; position:absolute; left:-85%; top:50%; width:86%; height:1px; background:#dcdcdc}
	.company .organization_chart .bottom_box > ul > li:after,
	.company .organization_chart .bottom_box > ul > li.type05:after {left:0; top:0; width:2px; height:calc(100% + 50px); }
	.company .organization_chart .bottom_box > ul > li.type05:after {top:-50%; height:100%; }
	.company .organization_chart .bottom_box ul.bottom_2depth li p{width:176px;}

	.company .organization_chart2 .bottom_box {padding:0 64px; box-sizing:border-box; }
	.company .organization_chart2 .bottom_box > ul > li {width:100%; padding-top:0; margin-right:0; margin-bottom:20px; box-sizing:border-box; }
	.company .organization_chart2 .bottom_box > ul > li:nth-of-type(5n):after{display:block;}
	.company .organization_chart2 .bottom_box > ul > li:last-of-type:after{display:none;}
	.company .organization_chart2 .bottom_box > ul > li > p {margin:0 auto; width:176px;}
	.company .organization_chart2 .bottom_box > ul > li > p:before{left:-155px; top:50%; z-index:12; -o-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
	.company .organization_chart2 .bottom_box > ul > li:after,
	.company .organization_chart2 .bottom_box > ul > li.type05:after {left:0; top:0; width:2px; height:calc(100% + 80px); }
	.company .organization_chart2 .bottom_box > ul > li.type05:after {top:-50%; height:100%; }
	.company .organization_chart2 .bottom_box ul.bottom_2depth li p{width:176px;}
	.company .organization_chart2 .bottom_box > ul > li:before{left:0; top:50%; width:50%; height:1px; }
	.company .organization_chart .mid_box ul li{margin:0 auto 15px;}
	.company .organization_chart .mid_box ul.type02 li{margin:0 auto 15px;}
}





/* 서브 상단 이미지 */
#sub_visual.sub10 { background-image:url(../img/sub01_top.png) }
#sub_visual.sub20 { background-image:url(../img/sub02_top.png) }
#sub_visual.sub30 { background-image:url(../img/sub03_top.png) }
#sub_visual.sub40 { background-image:url(../img/sub04_top.png) }
#sub_visual.sub50 { background-image:url(../img/sub05_top.png) }
#sub_visual.sub60 { background-image:url(../img/sub06_top.png) }



.map{width:100%;}
.map .map_box{width:100%; height:535px; margin-top:60px;}
.map .map_box .root_daum_roughmap{width:100% !important;}
.map .map_box .root_daum_roughmap .wrap_map{height:535px !important;}
.map .map_txt{padding:35px 0; background-color:#fff; border:1px solid #dedede; position:relative; margin-top:-50px; z-index:1;}
.map .map_txt ul{width:100%; font-size:0; text-align:center; margin-bottom:0;}
.map .map_txt ul li{display:inline-block; vertical-align:top; padding:0 12px; position:relative;}
.map .map_txt ul li:after{content:""; display:block; clear:both; width:1px; height:16px; background-color:#d3d7d8; position:absolute; top:50%; right:0; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%);}
.map .map_txt ul li:last-of-type:after{display:none;}
.map .map_txt ul li span{float:left; width:31px; margin:2px 10px 0 0;}
.map .map_txt ul li span img{width:100%;}
.map .map_txt ul li p{float:left; font-size:18px; font-weight:300; color:#444;}

@media all and (max-width:1200px){

	/*찾아오시는길 페이지*/
	.map .map_txt ul li{display:block; padding:0; width:100%; margin-bottom:20px;}
	.map .map_txt ul li:last-of-type{margin-bottom:0;}
	.map .map_txt ul li:after{display:none;}
	.map .map_txt ul li:last-of-type:after{display:none;}
	.map .map_txt ul li span{float:none; display:inline-block; vertical-align:top;}
	.map .map_txt ul li p{float:none; display:inline-block; vertical-align:top;}
}

@media all and (max-width:640px){

	/*찾아오시는길 페이지*/
	.map .map_box{height:83.59375vw; margin-top:9.375vw;}
	.map .map_box .root_daum_roughmap .wrap_map{height:83.59375vw !important;}
	.map .map_txt{padding:5.46875vw 0; margin-top:-7.8125vw;}
	.map .map_txt ul li{margin-bottom:3.125vw;}
	.map .map_txt ul li span{width:4.84375vw; margin:0.3125vw 1.5625vw 0 0;}
	.map .map_txt ul li p{font-size:2.8125vw;}
}


/* sub tit */
.sub_tit {text-align:center; font-size:40px; letter-spacing:-2px; word-spacing:-2px; font-weight:500;}
.sub_tit_bar {background:url("/img/bar_01.jpg") center no-repeat; width:1px; height:27px; display:block; margin:0 auto 4px; padding:27px 0 18px 0;}
.sub_blue_tit {text-align:center; font-size:27px; font-weight:500; letter-spacing:-3px; color:#004381;}
.sub_blue_tit .line {border-top:1px solid #004381; width:29px; margin:11px auto; display:block;}
.sub_tit_txt {text-align:center; font-size:17px; color:#1d1d1d; margin-top:6px; letter-spacing:-1.3px; line-height:27px;}
.sub_tit_txt02 {text-align:center; font-size:17px; color:#1d1d1d; font-weight:300; margin:25px 0; letter-spacing:-1.3px; line-height:27px;}


.content_max2000 {width:100%; text-align:left; margin:68px auto 0px; font-family: 'Noto Sans KR', sans-serif;}

.suspect_box_txt {padding:50px 0;}
.suspect_box_txt .txt_01, .suspect_box_txt .txt_02 {font-size:17px;} 
.suspect_box_txt .txt_01 {font-weight:lighter; font-weight:300; margin-top:26px; letter-spacing:-0.5px; line-height:28px;}
.suspect_box_txt .txt_01 span {color:#e50000;}
.suspect_box_txt .txt_01 span.blue {color:#0866be;}
.suspect_box_txt .txt_02 {margin-top:29px; letter-spacing:-1.3px; line-height:26px;}

.number {font-size:20px;  text-align:center;  font-family: 'GmarketSansBold';}

.crime_tit {padding-left:10px; margin-bottom:16px; font-size:20px; color:#171717; font-weight:500; letter-spacing:-2.1px;}
.crime_tit:before {content: ""; position:absolute; width:4px; height:17px; background:#ed1b23; text-align:left; margin-left:-10px; margin-top:7px;}

span.red_txt {color:#e50000;}

.con_white_box {border:1px solid #d6d6d6; padding:24px 30px 24px 30px; margin-bottom:30px;}
.con_white_box > .txt {font-size:14px; font-weight:lighte; color:#727272; line-height:25px; letter-spacing:0px;}
.con_white_box > .txt .bar_02 {vertical-align:middle; margin:0 6px 0 -6px;}
.con_white_box .b_tit {font-size:16px; font-weight:lighte; color:#232323; margin:31px 0 7px 0; letter-spacing:-0.7px;}
.con_white_box .b_tit:first-child {margin:0 0 0 0;}

.con_white_box2 {border:1px solid #d6d6d6; padding:24px 30px 24px 30px; margin-bottom:30px;}
.con_white_box2 > .txt {font-size:14px; font-weight:lighte; color:#727272; line-height:25px; letter-spacing:0px;}
.con_white_box2 > .txt .bar_02 {vertical-align:middle; margin:0 6px 0 -6px;}
.con_white_box2 .b_tit {font-size:16px; font-weight:lighte; color:#232323; margin:31px 0 7px 0; letter-spacing:-0.7px;}
.con_white_box2 .b_tit:first-child {margin:0 0 0 0;}


@media all and (max-width:1000px){
.sub_blue_tit { font-size:24px;}
.crime_tit { font-size:18px; }
.suspect_box_txt .txt_01, .suspect_box_txt .txt_02 {font-size:16px;} 
.suspect_box_txt .txt_01 { line-height:25px;}
.con_white_box2 {padding:10px 0px 20px 0px; }
.con_white_box .b_tit {font-size:15px;}

}

.subtable { width:100%; margin:10px auto; border-top:2px solid #000;}
.subtable tr th {text-align:center; background:#004385; color:#fff; border:1px solid #3774b0;  font-size:13px; font-weight:500; padding:10px 0; width:100px;}
.subtable tr td {border:1px solid #dbdbdb; padding:15px 0 15px 0px; background:#fff; line-height:26px; color:#35363a; text-align:center;font-size:13px; font-weight:300; letter-spacing:-0.03em;}
.subtable tr td.red {color:#e50000;}

.subtable2 { width:100%; margin:10px auto;}
.subtable2 tr th {text-align:center; background:#004385; color:#fff; border-top:2px solid #000; font-size:15px; font-weight:500; padding:10px 0; width:100px;}
.subtable2 tr td {border:1px solid #dbdbdb; padding:15px; background:#fff; line-height:22px; color:#35363a; text-align:center;font-size:15px; font-weight:300; letter-spacing:-0.03em;}
.subtable2 tr td:first-child {background:#f3f4f5; font-weight:600;}

@media all and (max-width:1000px){
    .subtable2 tr td { padding:10px 5px; font-size:13px;}
}

 .con05_2{width:100%; background:#fcfbfd; padding-top:20px;padding-bottom:20px; margin-top:0px;}
 .con05_2 .inner > h2{font-size:40px; font-weight:bold; letter-spacing:-0.05em; color:#222; text-align:center; }
 .con05_2 .inner ul{width:100%; max-width:1282px; margin:0px auto 0; font-size:0; text-align:center;padding-top:20px;}
 .con05_2 .inner ul li{display:inline-block; vertical-align:top; width:25%; position:relative; text-align:left; margin-bottom:30px;}
 .con05_2 .inner ul li:nth-of-type(n+4){margin-bottom:0;}
 .con05_2 .inner ul li > p{font-size:17px; font-weight:bold; letter-spacing:-0.025em; height:55px; line-height:55px; text-align:center; color:#fcfbfd; background:#004381; text-align:center;}
 .con05_2 .inner ul li img.list_img{width:100%;}
 .con05_2 .inner ul li > span{display:block; width:100%; padding:22px 20px; min-height:160px; font-size:15px; font-weight:300; letter-spacing:
	-0.025em; line-height:26px; color:#333; background:#f1f1f1; text-align:center; box-sizing:border-box;}
 .con05_2 .inner ul li img.arrow{width:51px; height:51px; position:absolute; bottom:60px; right:-10.1147540984%; z-index:1;}


 .con05_3{width:100%; background:#fcfbfd; padding-top:20px;padding-bottom:20px; margin-top:0px;}
 .con05_3 .inner > h2{font-size:40px; font-weight:bold; letter-spacing:-0.05em; color:#222; text-align:center; }
 .con05_3 .inner ul{width:100%; max-width:1282px; margin:0px auto 0; font-size:0; text-align:center;padding-top:20px;}
 .con05_3 .inner ul li{display:inline-block; vertical-align:top; width:25%; position:relative; text-align:left; margin-bottom:30px;}
 .con05_3 .inner ul li:nth-of-type(n+4){margin-bottom:0;}
 .con05_3 .inner ul li > p{font-size:17px; font-weight:bold; letter-spacing:-0.025em; height:55px; line-height:55px; text-align:center; color:#fcfbfd; background:#004381; text-align:center;}
 .con05_3 .inner ul li img.list_img{width:100%;}
 .con05_3 .inner ul li > span{display:block; width:100%; padding:22px 20px; min-height:130px; font-size:15px; font-weight:300; letter-spacing:
	-0.025em; line-height:26px; color:#333; background:#f1f1f1; text-align:center; box-sizing:border-box;}
 .con05_3 .inner ul li img.arrow{width:51px; height:51px; position:absolute; bottom:40px; right:-10.1147540984%; z-index:1;}

@media all and (max-width:1000px){
.con05_2 .inner ul li{display:block; width:100%; margin:0 auto 30px;}
.con05_2 .inner ul li img.arrow{display:none;}

.con05_3 .inner ul li{display:block; width:100%; margin:0 auto 30px;}
.con05_3 .inner ul li img.arrow{display:none;}
}


.treat_con {margin-bottom:30px; }
.treat_con .inner {position:static; padding:0 20px;}
.treat_con .box {overflow:hidden; position:relative; width:100%; }
.treat_con .box.type01 {background-color:#eff4f8; }
.treat_con .box.type02 {text-align:left; background-color:#fff; }
.treat_con .box.type02_g {text-align:left; background:url('../../img/home02/type02_g.jpg') no-repeat center; }
.treat_con .box.type02 .left_box .txt_box {padding-left:70px; padding-right:100px; }
.treat_con .box.type03 {background-color:#eff4f8; }
.treat_con .box img {display:inline-block; vertical-align:top; position:absolute; left:50%; bottom:0;}
.treat_con .box.type01 img {-webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); }
.treat_con .box.type02 img {-webkit-transform:translateX(-85%); -moz-transform:translateX(-85%); -ms-transform:translateX(-85%); -o-transform:translateX(-85%); transform:translateX(-85%);  }
.treat_con .box.type03 img {-webkit-transform:translateX(10%); -moz-transform:translateX(10%); -ms-transform:translateX(10%); -o-transform:translateX(10%); transform:translateX(10%); }

.treat_con .box .left_box {position:relative; z-index:40; display:inline-block; vertical-align:top; width:1000px; max-width:100%; padding:40px 0 0px; font-size:0; letter-spacing:-4px; }
.treat_con .box .left_box .num {display:inline-block; vertical-align:top; width:30px; font-size:16px; text-align:center; }
.treat_con .box .left_box .num span {display:block; font-size:26px; color:#c9c9c9; letter-spacing:0; font-weight:bold; }
.treat_con .box .left_box .num span:after {content:''; display:block; width:1px; height:100px; margin:20px auto 30px; background-color:#c9c9c9;}
.treat_con .box .left_box .num b {margin-left:-4px; font-size:28px; color:#c9c9c9; letter-spacing:0; -webkit-writing-mode:tb-rl; -moz-writing-mode:tb-rl; -ms-writing-mode:tb-rl; -o-writing-mode:tb-rl; writing-mode:tb-rl; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
.treat_con .box .left_box .txt_box {display:inline-block; vertical-align:top; width:calc(100% - 30px); padding-left:70px; padding-right:80px; font-size:16px; box-sizing:border-box; text-align:left; }
.treat_con .box .left_box .txt_box h4 {font-size:25px; font-weight:bold; color:#333;  }
.treat_con .box .left_box .txt_box h4 span {color:#b78f72; }
.treat_con .box .left_box .txt_box h5 {font-size:25px; font-weight:bold; color:#333;  }
.treat_con .box .left_box .txt_box p.desc {padding-top:20px; font-size:28px; font-weight:500; color:#333; line-height:38px; letter-spacing:0; word-break:keep-all; }
.treat_con .box .left_box .txt_box p.txt {padding-top:70px; font-weight:300; color:#222222; line-height:30px; letter-spacing:-0.025em; word-break:keep-all; }

.treat_con .box .left_box dl {padding-top:30px;}
.treat_con .box .left_box dl dd {font-size:17px; letter-spacing:-1px; padding-left:10px; line-height:27px;}

.treat_con .box .left_box dl.w {padding-top:30px;}
.treat_con .box .left_box dl.w dd {font-size:17px; letter-spacing:-1px; padding-left:10px; line-height:27px; color:#333;}
.treat_con .box .left_box dl.w dd:before {content: ""; position:absolute; width:4px; height:4px; background:#fff; text-align:left; margin-left:-10px; margin-top:10px;}



@media all and (max-width:1000px){
	.treat_con .box {text-align:center; }
	.treat_con .box.type01 img {position:static; width:100%; height:auto; transform:translateX(0); -webkit-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); -moz-transform:translateX(0); }
	.treat_con .box.type02 img {position:static; width:100%; height:auto; transform:translateX(0); -webkit-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); -moz-transform:translateX(0); }
	.treat_con .box.type03 img {position:static; width:100%; height:auto; transform:translateX(0); -webkit-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); -moz-transform:translateX(0); }
	.treat_con .box .left_box {padding-bottom:10px; }

	.treat_con .box .left_box .txt_box p.txt br{display:none;}
	.treat_con .box.right .left_box .txt_box {padding-left:0px; padding-right:0px; }

	.treat_con .box .left_box .txt_box h4 {font-size:25px;}
	.treat_con .box .left_box dl dd {font-size:16px; line-height:25px;}

}

@media all and (max-width:500px){

	.treat_con .box.type02 {text-align:center; }
	.treat_con .box.type02 .left_box .txt_box {padding-left:0px; padding-right:0px; }
	.treat_con .box .left_box .txt_box {display:block; vertical-align:top; width:100%; padding-left:0px; padding-right:0px; padding-bottom:50px; font-size:16px; box-sizing:border-box; text-align:center; }
	.treat_con .box .left_box .num span:after {content:''; display:none; width:1px; height:100px; margin:20px auto 30px; background-color:#c9c9c9;}

}


.tab-wrapper {
  margin: 20px auto;
  width: 100%;
}

.tab-menu li {
  position:relative;
  background-color: #f4f6f8;
  color:#899199;
  display: inline-block;
  padding: 20px 30px;
  opacity: 0.8;
  cursor:pointer;
  z-index:0;
  font-size:16px;
  font-weight:500;
}

.tab-menu li:hover {
  color:#464646;
}

.tab-menu li.active {
  color:#464646;
  opacity: 1;
}

.tab-menu li.active:hover {
  color:#464646;
}

.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  padding: 0px;   
}

.line2 {
  position:absolute;
  width: 0;
  height: 7px;
  background-color: #004381;
  top: 0;
  left: 0;
}


@media all and (max-width:640px){

.tab-menu li {
  position:relative;
  background-color: #f4f6f8;
  color:#899199;
  display: inline-block;
  padding: 20px 20px;
  opacity: 0.8;
  cursor:pointer;
  z-index:0;
  font-size:14px;
  font-weight:500;
  width:49%;
  text-align:center;
  margin-bottom:3px;
}

}