@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:#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_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 {margin-top:-100px; height:150px; position:fixed; width:100%; z-index:100; color:#fff; background:#fff; transition:all .3s }
#header a {  }
#header h1 {text-align:center; margin:0 auto; background-image:url(../img/ci.png); font-size:0; width:376px; height:56px; margin-top:10px;}
#header h1 a { width:376px; height:56px; background-size:100%;display:inline-block;}
#header .gnb {margin:25px 40px 0 70px; }
#header .gnb .depth1 { float:left; padding:0 0px;  position:relative; margin-right:100px;}
#header .gnb .depth1:nth-child(1) {margin-right:90px;}
#header .gnb .depth1:nth-child(2) {margin-right:90px;}
#header .gnb .depth1:nth-child(3) {margin-right:30px;}
#header .gnb .depth1:nth-child(5) {margin-right:100px;}
#header .gnb .depth1 > a {color:#000 display:inline-block; height:45px; line-height:45px; font-size:1.5em; 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:-25px 0 0 0; display:block; font-size:12px; color:#878787;} 
#header .btn_user li { border-radius:50px; border:1px solid #ddd; padding:5px 0px; width:70px; text-align:center; display:inline-block;}
#header .btn_user li:nth-child(3) {background:#111e3e; width:130px;}
#header .btn_user li:nth-child(3) a {color:#fff;}
#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:40px; 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:330px }
#header.down a { color:rgba(0,0,0,0.7) }
#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 -42px }


@media screen and (max-width:1150px){
#header .gnb .depth1 { float:left; padding:0 0px;  position:relative; margin-right:0px;}
#header .gnb .depth1:nth-child(1) {margin-right:70px;}
#header .gnb .depth1:nth-child(2) {margin-right:70px;}
#header .gnb .depth1:nth-child(3) {margin-right:0px;}
#header .gnb .depth1:nth-child(4) {margin-right:60px;}
#header .gnb .depth1:nth-child(5) {margin-right:60px;}
}



#foot_menu {background:#f5f5f5; padding:15px 0; }
#foot_menu .gnb li {display:inline-block; padding-right:15px; font-size:13px; font-weight:500;}
#foot_menu .gnb li a { color:#676767;}

#footer { padding:30px 0; margin:0px 0 0 0; background:#fff; color:#333 }
#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 0px }
#footer dt, #footer dd { display:inline-block }
#footer dt { font-weight:500; vertical-align:top; }
#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 {margin-top:100px; height:calc(470px); 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:left;}

#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 {text-shadow:1px 1px 3px rgb(0,0,0,0.3); font-weight:600; line-height:1.2; margin:30vh 0 0 0; font-size:45px;  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: 'GmarketSansLight';  text-shadow:1px 1px 3px rgb(0,0,0,0.3); text-transform: uppercase; letter-spacing:3px; font-size:20px; line-height:2.4; margin:0px 0 0 0; animation:down .5s 1.4s forwards; opacity:0 }


#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 {display:none; position:absolute; bottom:20px; 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 }

.main_tit{margin-top:40px; font-size: 40px;color: #313131;line-height: 60px;font-weight: bold;text-align: center; letter-spacing:-1px;}
.main_desc{margin-top: 8px;font-size: 18px;color: #313131;font-weight: 300;line-height: 1.5; letter-spacing:-1px; text-align: center;-ms-word-break: keep-all;word-break: keep-all;}


/* main_con01 */
.main_con01{text-align: center; background:#f2f3f8; position:relative; min-height:900px;}
.main_con01 ul{margin-bottom:0;  top:0; left:0; right:0; bottom:0; font-size:0; }
.main_con01 ul li{display:inline-block; vertical-align:top; padding-top:0px; margin-right:20px; position:relative; -ms-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; -moz-transition:all 0.3s; cursor:pointer; overflow:hidden;}
.main_con01 ul li:nth-of-type(4){margin-right:0;}
.main_con01 ul li .img_box{position:relative; overflow:hidden;}
.main_con01 ul li .img_box:before{content:''; position:absolute; left:0; bottom:0;  border-bottom:27px solid #001866; border-right:27px solid transparent; border-left:27px solid #001866; border-top:27px solid transparent; -ms-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; -moz-transition:all 0.5s; z-index:1} 
.main_con01 ul li .img_box img{width:100%;}
.main_con01 ul li .txt_box{position:absolute; left:0; top:50%; width:100%; transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); -webkit-transform:translateY(-50%); z-index:2}
.main_con01 ul li .txt_box > div{position:relative;}
.main_con01 ul li .txt_box > div:before{content:''; position:absolute; left:50%; bottom:-30px; width:1px; height:17px; background:rgba(255,255,255,0.4);  transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); }
.main_con01 ul li .txt_box p{font-size:30px; font-weight:500; letter-spacing:-0.025em; color:#fff; }
.main_con01 ul li .txt_box span{opacity:0; display:block; font-size:18px; height:0; font-weight:500; letter-spacing:-0.025em; color:#fff; padding-top:5px; -ms-transition:all 0.2s; -webkit-transition:all 0.2s; -o-transition:all 0.2s; -moz-transition:all 0.2s;}
/**/
.main_con01 ul li:hover{margin-top:65px;}
.main_con01 ul li:hover .img_box:before{ border-bottom:1000px solid rgba(0,24,102,0.9); border-left:1000px solid rgba(0,24,102,0.9);border-top:1000px solid rgba(0,24,102,0.9);border-right:1000px solid rgba(0,24,102,0.9);}
.main_con01 ul li:hover .txt_box span{text-transform: uppercase; font-size:12px; opacity:1; height:auto; }
.main_con01 ul li:hover .txt_box > div:before{bottom:calc(-1000% - 17px); height:1000%;}
.main_con01 ul li:hover .txt_box > div:after{content:''; position:absolute; left:50%; bottom:-17px; width:6px; height:6px; border-radius:50%; transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%);  background:#fff;}


@media all and (max-width:1500px){
	.main_con01 ul li{width:280px;}
}

@media all and (max-width:1200px){
	.main_con01{min-height:700px;}
	.main_con01 ul li{width:220px;}
}

@media all and (max-height:1000px){
	.main_con01 ul li{padding-top: 70px;}
}

@media all and (max-width:1000px){
	
	.main_tit{margin-top:0px; font-size: 30px;color: #313131;line-height: 55px;font-weight: bold;text-align: center; letter-spacing:-1px;}
	.main_desc{margin-top: 0px;font-size: 16px;color: #313131;font-weight: 300;line-height: 1.5; letter-spacing:-1px; text-align: center;-ms-word-break: keep-all;word-break: keep-all;}

	.main_con01 {}
	.main_con01 ul{position:static; padding:0}
	.main_con01 ul li{height:auto; padding-top:50px; width:calc(50% - 10px);}
	.main_con01 ul li:nth-of-type(2n){margin-right:0;}

	.main_con01 ul li:hover{margin-top:0;}
	.main_con01 ul li:hover .txt_box span{opacity:1; height:auto; }
	.main_con01 ul li:hover .txt_box > div:before{}
}





#main_contents { position:relative; background:#e7ebf7; margin-top:0px; margin-bottom:0px; padding:20px 0; z-index:1 }
.main_gallery { background:#fff; margin-top:0px; margin-bottom:10px }
.main_gallery h2 { text-align:center; line-height:1; font-size:2em; font-weight:700; text-transform:uppercase; letter-spacing:-1px; padding:45px 0 30px 0 }
.main_gallery .tab_menu { text-align:center }
.main_gallery .tab_con { margin-top:40px }
.main_gallery .lt_more { display:none }
.main_gallery .prd_slider > div { width:calc(100%/5) !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:0px 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; letter-spacing:-1px; line-height:1; border-bottom:1px solid #898989; 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:400; font-size:1.3em; vertical-align:top; width:calc(100% - 60px); padding:30px 15px; }
.pic_li_lt li .pic_li_tit:before {content: ""; position:absolute; width:6px; height:6px; background:#c1c1c1; border-radius:10px; text-align:left; margin-left:-15px; margin-top:7px;}
.pic_li_lt li .pic_li_tit:hover { padding-left:15px; 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:100px }


.main_left {  width: 40%;  float:left; }
.tab-wrapper {}
.tab-menu {background:#fff; text-align:left; border-bottom:1px solid #d5d9df;}
.tab-menu li {position:relative; text-align:center; border-right:1px solid #d5d9df;background-color: #fff; font-weight:500; color:#bcbcbc;  display: inline-block;  padding: 17px 0px;  width:32.7%;  opacity: 0.9;  font-size:18px;  cursor:pointer;  z-index:0;}
.tab-menu li a { color:#bcbcbc; }
.tab-menu li:last-child {border-right:0px solid #d5d9df;}
.tab-menu li:hover {  color:#464646;}
.tab-menu li.active {  color:#464646;  opacity: 1;}
.tab-menu li.active:hover {  color:#464646;}
.tab-content .tab_con {  background-color: #fff;  box-sizing:border-box;  width: 100%;  padding: 50px;     min-height:270px;}
.tab-content .tab_con ul li { text-align:left; font-size:16px; font-weight:300; letter-spacing:-1px; padding-left:10px; padding-bottom:5px;}
.tab-content .tab_con ul li:before {content: ""; position:absolute; width:4px; height:4px; background:#111e3e; text-align:left; margin-left:-10px; margin-top:10px; border-radius:10px;}
.line {  position:absolute;  width: 0;  height: 2px;  background-color: #2d55b3;  bottom: 0;  left: 0;}




.main_cs { width:30%; float:left; position:relative; margin-left:20px;}
.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 }



.main_cs div {width: calc(100% /2 - 17px); margin-right:7px; margin-bottom:7px;}

.b01 {background:#111e3e; float:left;height:164px; }
.b01 ul {display:block; vertical-align:top;  text-align:center;}
.b01 ul li {font-size:18px; font-weight:600; color:#fff; line-height:18px;}
.b01 ul.banner_txt {padding-top:0px;}
.b01 ul li img {padding-left:0px; padding-top:30px;}

.b02 {background:#b81717; float:left;height:164px; }
.b02 ul {display:block; vertical-align:top; padding:12px 0; text-align:center;}
.b02 ul li {font-size:18px; font-weight:600; color:#fff; line-height:18px;}
.b02 ul li span {font-size:13px;}
.b02 ul.banner_txt {padding-top:0px;}
.b02 ul li img {padding-left:0px; padding-top:10px;}

.b03 {background:#0a3d6f; float:left;height:164px; }
.b03 ul {display:block; vertical-align:top; padding:12px 0; text-align:center;}
.b03 ul li {font-size:18px; font-weight:600; color:#fff; line-height:18px;}
.b03 ul.banner_txt {padding-top:0px;}
.b03 ul li img {padding-left:0px;padding-top:20px;}

.b04 {background:#fff; float:left; height:164px;}
.b04 ul {display:block; vertical-align:top; padding:12px 0; text-align:center;}
.b04 ul li {font-size:18px; font-weight:600; color:#363636; line-height:18px;}
.b04 ul.banner_txt {padding-top:0px;}
.b04 ul li img {padding-left:0px;padding-top:20px;}



.main_right {width:27%; display:inline-block; vertical-align:top;}
.main_login {background:#fff; padding:22px; margin-bottom:7px;}

.main_login .left {float:left; width:60%; margin-right:10px;}
.main_login .left input {border:1px solid #e3e3e3; border-radius:5px; height:38px; width:100%;  margin-bottom:5px; padding-left:10px;}

.main_login .right {display:inline-block; width:35%; height:100px;}
.main_login .right input {border:0; border-radius:5px; background:#111e3e; color:#fff; height:83px; width:100%;}

.main_login .bottom {display:block; text-align:left;}
.main_login .bottom li {font-size:13px; color:#797979; display:inline-block; padding-right:10px; font-weight:500; padding-left:10px;}
.main_login .bottom li:first-child:before {content: ""; position:absolute; width:6px; height:8px; background:url('../img/arr01.png') no-repeat; text-align:left; margin-left:-10px; margin-top:6px;}
.main_login .bottom li:before {content: ""; position:absolute; width:6px; height:8px; background:url('../img/arr02.png') no-repeat; text-align:left; margin-left:-10px; margin-top:6px;}


.main_login2 {background:#fff; padding:22px; margin-bottom:7px; min-height:163px; }
.main_login2 ul {text-align:center;}
.main_login2 ul li {font-size:16px; padding-top:30px;}
.main_login2 .bottom {display:block; text-align:center; margin-top:10px;}
.main_login2 .bottom li {border-radius:5px; font-size:14px; color:#fff; display:inline-block; padding:7px 20px; font-weight:500; }
.main_login2 .bottom li:nth-child(1) { background:#b81717;}
.main_login2 .bottom li:nth-child(2) { background:#111e3e;}
.main_login2 .bottom li a { color:#fff;}

.main_banner { background:url('../img/banner.png') no-repeat; width:28%; height:164px; text-align:center; display:table-cell; vertical-align:middle;}
.main_banner li {color:#fff;}
.main_banner li:first-child {font-size:25px; font-weight:600;}
.main_banner li:nth-child(2) {opacity:0.5; font-size:10px; letter-spacing:1px;}



.w1200 {width:1200px; margin:0 auto;}


@media screen and (max-width:1150px) {

.wrap { width:100%; margin:0 auto; position:relative }
.w1200 {width:100%;}

.main_left {  width: 50%;  float:left; }

.main_cs { width:49%; float:right; position:relative; margin-left:0px;}
.main_cs div {width: calc(100% /2 - 7px); margin-right:7px; margin-bottom:7px;}

.main_right {width:100%; vertical-align:top; margin-top:10px;}
.main_login {float:left; width:50%;}
.main_banner {float:left; width:48.5%; margin-left:10px; background:url('../img/banner_s.png') no-repeat; padding-top:50px;}

.main_login2 {float:left; width:50%;}
}

@media screen and (max-width:1050px){
.main_banner {float:left; width:47%; margin-left:20px;}
}


@media screen and (max-width:900px){

.main_left {  width: 100%;  float:none; }
.tab-content .tab_con {  background-color: #fff;  box-sizing:border-box;  width: 100%;  padding: 50px 30px; }

.main_cs { width:60%; float:left; position:relative; margin-left:0px; margin-right:10px; margin-top:20px;}
.main_cs div {width: calc(100% /2 - 7px); margin-right:7px; margin-bottom:7px;}

.main_right {display:block; width:100%; vertical-align:top; margin-top:20px;}
.main_banner {float:left; width:50%; margin-left:0px}

}


@media screen and (max-width:800px){
.main_login {float:left; width:49%;}
.main_banner {float:left; width:48%; margin-left:10px;}

}


@media screen and (max-width:600px){
.main_login {width:98%;}
.main_login2 {width:98%;}
.main_banner {width:98%; margin-left:0px; margin-top:0px;}
}

.pc_only { display:block !important }

#sub_visual {margin-top:100px; height:300px; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 { text-align:center; font-size:2.7em;letter-spacing:-1px; color:#fff; padding:155px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }
#sub_visual p { font-family: 'GmarketSansLight';text-align:center; font-size:15px; letter-spacing:4px; color:#fff; padding:13px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }

#contents { margin:0px 0 0 0 }
#contents p { word-break:keep-all }

#left_area { float:none; width:100%; margin-top:0px;}
.left_snb {text-align:center; }
.left_snb h2 {background:#4cc4cd; color:#fff; font-size:1.7em; text-align:center; line-height:1;  text-transform:uppercase; font-weight:600; position:relative; padding:60px 0; border-bottom:0px solid #5ac9d1; }
.left_snb li {border:1px solid #ededed;  display:inline-block;width: calc(100% /5 - 10px); text-align:center; margin-bottom:3px;}
.left_snb li a {color:#535353; display:block; padding:18px 7px; font-size:18px; font-weight:400; position:relative; letter-spacing:-1px}
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a { background:#173989; color:#fff;}
.left_snb li.on a { background:#173989; color:#fff; font-weight:500; }
.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:none; width:100%; margin-top:50px; }
.container_title {text-align:center;  font-size:2.4em; line-height:1; letter-spacing:-1.5px; font-weight:500;padding-bottom:30px; margin:5px 0 30px 0 }
.container_title:before {content: ""; display:block; margin:20px auto; width:50px; height:4px; background:#173989; }

/* 그누보드 수정 */
#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; min-height:200px;}
#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:right; width:calc(100% - 500px) }
#ctt_con.sub01_01 .sec01 h2 {color:#0b193b; font-size:22px; line-height:1.35; font-weight:300; letter-spacing:-1px; margin:30px 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:16px; font-weight:300; margin:0 0 20px; color:#000; }
#ctt_con.sub01_01 .sec01 .img01 { float:left; width:450px }
#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_01 .sec02 h2 {color:#0f2c88; font-size:20px; line-height:1.35; font-weight:500; letter-spacing:-1px; margin:0 0 0px }
#ctt_con.sub01_01 .sec02 h2.title:before { content:""; display:block; width:40px; height:3px; background:#0f2c88; position:absolute; left:0; top:0 }


#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 }


/* 서브 상단 이미지 */
#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) }
#sub_visual.sub70 { background-image:url(../img/sub07_top.png) }


.map{width:100%;}
.map .map_box{width:100%; height:535px; margin-top:0px;}
.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;}

#daumRoughmapContainer1598839035139 {width:100%;}

@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 {padding-top:0px; padding-bottom:30px; text-align:center; }
.sub_tit .hr {width:17px; height:2px; margin:0 auto 10px; background-color:#1b3171; }
.sub_tit h3 {font-size:28px; color:#000; letter-spacing:-1px;}
.sub_tit h3:before {content: ""; position:absolute; width:2px; height:24px; background:#232f73; text-align:left; margin-left:-10px; margin-top:10px;}
.sub_tit h3:after {content: ""; position:absolute; width:2px; height:24px; background:#232f73; text-align:left; margin-left:10px; margin-top:10px;}
.sub_tit p {padding-top:20px; font-size:18px; font-weight:300; color:#1d1d1d; line-height:25px; letter-spacing:-0.075em; }
.sub_tit p b {font-weight:500; }
.sub_tit p.desc {padding-top:10px; font-size:18px; font-weight:300; color:#1d1d1d; line-height:30px; letter-spacing:-0.075em; }
.sub_tit img {max-width:100%; }


@media all and (max-width:640px){
	.sub_tit h3 {font-size:25px; padding-bottom:20px;}
	.sub_tit p {padding-top:0px; font-size:15px; line-height:24px; }
	.sub_tit p br {display:none; }
	.sub_tit p.desc {font-size:16px; line-height:26px; }
}






/* 연혁 */
.company .history_con01 {}
.company .history_wrap {position:relative; margin-top:60px; padding-bottom:150px; }
.company .history_wrap:before {content:''; position:absolute; left:50%; top:10px; width:1px; height:calc(100% - 10px); background-color:#e5eaf1; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.company .history_wrap .history_box {position:relative; margin-bottom:30px; font-size:0; }
.company .history_wrap .history_box:before {content:''; position:absolute; left:50%; top:10px; width:19px; height:19px; background:url('/img/history_box_i.png') no-repeat center center; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.company .history_wrap .history_box:after {content:''; display:block; clear:both; }
.company .history_wrap .history_box > div {display:inline-block; vertical-align:top; width:50%; padding:0 30px; box-sizing:border-box; }
.company .history_wrap .history_box .year {font-size:28px; font-weight:bold; color:#006bbd; letter-spacing:-0.03em; text-align:right; line-height:34px; }
.company .history_wrap .history_box .year.on {color:#006bbd; }
.company .history_wrap .history_box .date {margin-top:20px; }
.company .history_wrap .history_box .date ul {padding:20px 0; border-bottom:1px dashed #dcdcdc; border-top:1px dashed #dcdcdc; box-sizing:border-box; }
.company .history_wrap .history_box .date li {position:relative; padding-left:20px; font-size:15px; font-weight:300; color:#555555; letter-spacing:-0.03em; line-height:25px; box-sizing:border-box;  }
.company .history_wrap .history_box .date li:before {content:''; position:absolute; left:4px; top:10px; width:7px; height:7px; background-color:#006bbd; border-radius:50%; }
.company .history_wrap .history_box .date li span {font-weight:600; font-size:13px;}

.company .history_wrap .history_box.type02 .year {float:right; text-align:left; }
.company .history_wrap .history_box.type02 .date li {text-align:right; padding-left:0; padding-right:20px; }
.company .history_wrap .history_box.type02 .date li:before {content:''; position:absolute; left:auto; right:4px; top:13px; width:7px; height:7px; background-color:#006bbd; border-radius:50%; }

@media all and (max-width:640px){
	.company .history_wrap:before {left:10px; -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); } 
	.company .history_wrap .history_box:before {lef   
	
	t:0; -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); }
	.company .history_wrap .history_box > div {width:100%; padding-left:30px; box-sizing:border-box; }
	.company .history_wrap .history_box .year {text-align:left !important; }
	.company .history_wrap .history_box.type02 .date li {text-align:left !important; padding-left:20px; padding-right:0; }
	.company .history_wrap .history_box.type02 .date li:before {left:4px; right:auto; }
}

#txt {margin-bottom:50px;}
#txt li {font-size:16px; font-weight:400; }
#txt li b {font-weight:600; padding-right:10px;}
#txt li.mt_30 {padding-bottom:20px;}

#txt .h2{padding-top:40px;margin-bottom:40px;color:#242c33;font-size:21px;font-weight:700;border-top:1px dashed #eaeaea}
#txt .h5{padding-top:10px; position:relative;margin-left:7px;color:#373e45;font-size:15px;}
#txt .h6{position:relative;margin:10px 0 5px 12px;padding-left:15px;color:#505b65;font-size:15px;}
#txt .h7{padding-top:20px;margin-bottom:40px;color:#242c33;font-size:25px;font-weight:700; text-align:center; border-bottom:0px dashed #eaeaea}
#txt .h7 span {float:right; font-size:16px; font-weight:300;}

.about_con02 {margin-bottom:30px; }
.about_con02 ul {margin-top:60px; font-size:0; }
.about_con02 li {display:inline-block; vertical-align:top; width:calc(20% - 35px); height:367px; margin-bottom:50px; margin-right:43px; border:8px solid #8fd1df; box-sizing:border-box; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.about_con02 li:nth-of-type(5) {margin-right:0; }
.about_con02 li .img_box {margin-top:60px; text-align:center; }
.about_con02 li .img_box img {max-width:100%; }
.about_con02 li .tit {margin-top:30px; font-size:18px; font-weight:bold; color:#222222; letter-spacing:-0.045em; text-align:center; }
.about_con02 li .desc {margin-top:20px; font-size:20px; color:#666666; letter-spacing:0.02em; text-align:center; text-transform:uppercase; }
.about_con02 li span{font-weight:bold;}
.about_con02 li.type01 {border-color:#8fd1df; }
.about_con02 li.type01 span.color {color:#8fd1df; }
.about_con02 li.type02 {border-color:#0d4659; }
.about_con02 li.type02 span.color {color:#0d4659; }
.about_con02 li.type03 {border-color:#309bcb; }
.about_con02 li.type03 span.color {color:#309bcb; }
.about_con02 li.type04 {border-color:#0756a7; }
.about_con02 li.type04 span.color {color:#0756a7; }
.about_con02 li.type05 {border-color:#2d6f91; }
.about_con02 li.type05 span.color {color:#2d6f91; }
.about_con02 li:hover {-webkit-transform:translateY(-36px); -moz-transform:translateY(-36px); -ms-transform:translateY(-36px); -o-transform:translateY(-36px); transform:translateY(-36px); }

.about_con02 .txt_box {margin-top:50px; text-align:center; }
.about_con02 .txt_box p {display:inline-block; vertical-align:top; max-width:100%; /*border-left:4px solid #ababab; border-right:4px solid #ababab;*/ padding:0 150px; font-size:32px; font-weight:200; color:#444444; letter-spacing:-0.045em; line-height:33px; box-sizing:border-box; text-transform:uppercase; }
.about_con02 .txt_box p b {}

@media all and (max-width:1920px){
	.about_con01 .info_box .txt_box {background:url('/img/about_txtbox_bg.png') no-repeat left center / cover; }		
}

@media all and (max-width:1300px){
	.about_con01 .info_box .txt_box {width:80%; }
}

@media all and (max-width:1100px){
	.about_con02 li {width:calc(30% - 8.66px); margin-bottom:40px; }
	.about_con02 li:nth-of-type(5) {margin-right:43px; }
	.about_con02 li:nth-of-type(6n) {margin-right:0; }
}

@media all and (max-width:1000px){
	.about_con01 .info_box {margin-bottom:30px; }
	.about_con01 .info_box .img_box {width:100%; }
	.about_con01 .info_box .txt_box {position:static; width:100%; }
	.about_con01 .info_box .txt_box {height:auto; }
	.about_con01 .info_box .txt_box p.desc br {display:none; }

	.about_con02 .txt_box p {padding:0 50px; line-height:40px; }
}

@media all and (max-width:640px){
	.about_con02 li {width:calc(50% - 23px);  }
	.about_con02 li:nth-of-type(1n) {margin-right:13px; }
	.about_con02 li:nth-of-type(3n) {margin-right:13px; }
	.about_con02 li:nth-of-type(2n) {margin-right:0; }
}

@media all and (max-width:480px){
	.about_con02 li {width:100%;  }
	.about_con02 li:nth-of-type(1n) {margin-right:13px; }
	.about_con02 li:nth-of-type(3n) {margin-right:13px; }
	.about_con02 li:nth-of-type(2n) {margin-right:0; }
}




.consultant_con01 {margin-bottom:0px; }
.consultant_con01 .tit_box {}
.consultant_con01 .tit_box .hr {width:100%; height:1px; margin:40px auto 60px; background-color:#d8d8d8; text-align:center; }
.consultant_con01 .tit_box h4 {font-size:40px; font-weight:200; color:#1d1d1d; letter-spacing:-0.045em; line-height:50px; text-align:center; }
.consultant_con01 .tit_box h4 b {font-weight:bold; }
.consultant_con01 .tit_box p.desc {margin-top:10px; font-size:20px; font-weight:300; color:#666666; letter-spacing:-0.045em; text-align:center; }

.consultant_con01 .consult_list01 {height:460px; margin:20px 0; padding:0 80px; box-sizing:border-box; font-size:0; }
.consultant_con01 .consult_list01 li {position:relative; display:inline-block; vertical-align:top; width:calc(33.33% - 13.33px); min-height:340px; margin-right:20px; padding:45px 10px 45px 30px; border:8px solid #f1f4fa; background-color:#f1f4fa; cursor:pointer; box-sizing:border-box; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; }
.consultant_con01 .consult_list01 li:before {content:''; position:absolute; right:-38px; top:-38px; width:70px; height:70px; background-color:#fff; border-bottom:8px solid #f1f4fa; box-sizing:border-box; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; }
.consultant_con01 .consult_list01 li:nth-of-type(3) {margin-right:0; }
.consultant_con01 .consult_list01 li p.tit {font-size:27px; font-weight:bold; color:#222222; letter-spacing:-0.045em; }
.consultant_con01 .consult_list01 li p.tit span {display:block; font-size:14px; font-weight:300; color:#1d1d1d; letter-spacing:-0.045em; }
.consultant_con01 .consult_list01 li p.desc {margin-top:40px; font-size:18px; font-weight:300; color:#666666; letter-spacing:-0.045em; line-height:30px; word-break:keep-all; }
.consultant_con01 .consult_list01 li p.desc b {color:#444444; }
.consultant_con01 .consult_list01 li .hover_box {opacity:0;  -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.consultant_con01 .consult_list01 li .hover_box span {position:absolute; left:-8px; top:-8px; width:52px; height:52px; background-color:#b81717; line-height:52px; color:#fff; text-align:center; font-size:20px; }
.consultant_con01 .consult_list01 li .hover_box i.more_btn {position:absolute; right:12px; bottom:16px; display:block; width:65px; height:13px; background:url('/img/consultant_more_btn.png') no-repeat center center; }
.consultant_con01 .consult_list01 li:hover {min-height:377px; margin-top:-30px; border-color:#b81717; background-color:#fff; box-shadow:-5px 5px 10px rgba(0,0,0,0.1); }
.consultant_con01 .consult_list01 li:hover:before {border-color:#b81717; }
.consultant_con01 .consult_list01 li:hover .hover_box {opacity:1; }

.consultant_con01 .consult_list02 {margin:55px 0; font-size:0; }
.consultant_con01 .consult_list02 li {display:inline-block; vertical-align:top; width:33.33%; text-align:center; }
.consultant_con01 .consult_list02 li .img_box {}
.consultant_con01 .consult_list02 li .img_box img {max-width:100%; }
.consultant_con01 .consult_list02 li .desc {margin-top:25px; }
.consultant_con01 .consult_list02 li .desc b {font-size:20px; font-weight:800; color:#2d6f91; text-transform:uppercase; }
.consultant_con01 .consult_list02 li .desc p {margin-top:10px; font-size:20px; font-weight:300; color:#444444; letter-spacing:-0.045em; line-height:30px; }

@media all and (max-width:1200px){
	.consultant_con01 .consult_list01 {padding:0 0; }
}

@media all and (max-width:1000px){
	.consultant_con01 .consult_list01 {height:auto; padding:0 30px; }
	.consultant_con01 .consult_list01 li {width:calc(50% - 10px); margin-bottom:75px; }
	.consultant_con01 .consult_list01 li:nth-of-type(3) {margin-right:20px; }
	.consultant_con01 .consult_list01 li:nth-of-type(2) {margin-right:0; }

	.consultant_con01 .consult_list02 li {width:50%; margin-bottom:50px; }
}

@media all and (max-width:640px){
	.consultant_con01 .consult_list01 {height:auto; padding:0 80px; }
	.consultant_con01 .consult_list01 li {width:100%; margin-right:0; margin-bottom:55px; } 
	.consultant_con01 .consult_list01 li:nth-of-type(3) {margin-right:0; }
	.consultant_con01 .consult_list01 li:nth-of-type(2) {margin-right:0; }

	.consultant_con01 .consult_list02 li {width:100%; }
}


.ethics_con02{ padding:0px 0 50px;}
.ethics_con02 ul{font-size:0; padding-top:0px;}
.ethics_con02 ul li{display:inline-block; vertical-align:top; width:20%; padding:0 20px; box-sizing:border-box; padding-top:30px;}
.ethics_con02 ul li i{display:block; font-style:inherit; background:#b2bdeb; font-size:16px; font-weight:300; letter-spacing:-0.025em; color:#fff; text-align:center; width:35px; height:35px; line-height:35px; border-radius:50%; }
.ethics_con02 ul li:nth-of-type(2) i{background:#8494d7}
.ethics_con02 ul li:nth-of-type(3) i{background:#5366b5}
.ethics_con02 ul li:nth-of-type(4) i{background:#30428d}
.ethics_con02 ul li:nth-of-type(5) i{background:#122265}
.ethics_con02 ul li p{font-size:23px; font-weight:bold; letter-spacing:-0.025em; color:#222; padding:30px 0 20px;}
.ethics_con02 ul li span{display:block; font-size:16px; font-weight:300; letter-spacing:-0.025em; color:#666666; line-height:26px; word-break:keep-all;}

@media all and (max-width:1200px){
	.ethics_con02 ul li{width:33.33333%}
}
@media all and (max-width:1000px){
	.ethics_con02 ul li{width:50%}
}
@media all and (max-width:767px){
	.ethics_con02 ul li{width:100%}
}




.jobs_con01{padding:0px 0 100px 0;}
.jobs_con01 .dl_box{margin:0px auto 0; max-width:1200px;}
.jobs_con01 dl{position:relative; font-size:0; background:#f8f8fc; border:1px solid #e9eaf4; box-sizing:border-box; margin-bottom:30px; border-radius:200px; position:relative;}
.jobs_con01 dl:last-of-type{margin-bottom:0;}
.jobs_con01 dl:after{content:''; display:block; position:absolute; height:60px; border-right:1px dashed #8b8bbf; bottom:-60px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%);}
.jobs_con01 dl:last-of-type:after{display:none;}
.jobs_con01 dl dt{display:table; position:absolute; top:50%; left:0; width:200px; height:200px; font-size:20px; font-weight:600; letter-spacing:-0.025em; color:#222; background:#fff; border:1px dashed #04145c; border-radius:50%; text-align:center; transform:translateY(-50%); -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%);}
.jobs_con01 dl dt p{display:table-cell; vertical-align:middle;}
.jobs_con01 dl dd{display:table; width:100%; height:200px; font-size:18px; letter-spacing:-0.025em; color:#666; padding:20px 40px; padding-left:270px; box-sizing:border-box;}
.jobs_con01 dl dd ul{margin:0; display:table-cell; vertical-align:middle;}
.jobs_con01 dl dd ul li{margin:5px 0; position:relative; padding-left:15px;}
.jobs_con01 dl dd ul li:before{content:''; display:block; position:absolute; top:12px; left:0; width:6px; height:6px; background:#e41e26;}
.jobs_con01 dl dd p{display:table-cell; vertical-align:middle;}

@media all and (max-width:1200px){
	.jobs_con01 dl dt{width:200px; height:200px;}
	.jobs_con01 dl dd{padding-left:220px; height:180px;}
}
@media all and (max-width:1000px){
	.jobs_con01 dl{margin-top:40px; border-radius:100px;}
	.jobs_con01 dl dt{top:-40px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%); width:280px; height:80px; border-radius:80px;}
	.jobs_con01 dl dd{padding:20px 40px; padding-top:60px;}
}


.subtable { width:100%; margin:20px auto; border-top:2px solid #173989;}
.subtable tr th {text-align:center; background:#f1f4fa; color:#333;  font-size:16px; font-weight:500; padding:10px 0; width:100px;}
.subtable tr td {border:1px solid #dbdbdb; padding:10px; background:#fff; line-height:22px; color:#35363a; text-align:center;font-size:16px; font-weight:300; letter-spacing:-0.03em;}

.subtable2 { width:100%; margin:20px auto; border-top:2px solid #173989; margin-bottom:50px;}
.subtable2 tr th {text-align:center; background:#f1f4fa; color:#333;  font-size:16px; font-weight:500; padding:10px 0;}
.subtable2 tr td {border:1px solid #dbdbdb; padding:10px; background:#fff; line-height:22px; color:#808080; text-align:left;font-size:15px; font-weight:400; letter-spacing:-0.03em;}
.subtable2 tr td:first-child {text-align:center; font-weight:500; color:#333; background:#f8f8f8;}

.subtable3 { width:100%; margin:20px auto; border-top:2px solid #173989; margin-bottom:60px;}
.subtable3 tr th {text-align:center; background:#f1f4fa; color:#333;  font-size:16px; font-weight:500; padding:10px 0;}
.subtable3 tr td {border:1px solid #dbdbdb; padding:10px; background:#fff; line-height:22px; color:#808080; text-align:center;font-size:15px; font-weight:400; letter-spacing:-0.03em;}


.level_btn {text-align:center; margin-bottom:50px;}
.level_btn li {display:inline-block;}
a.btn_box1{ margin:20px auto; width:340px; height:69px; line-height:69px; background:#30428d; color:#fff; display:block; text-align:center; font-size:22px;  letter-spacing:-1px; transform:translateX(0%); -ms-transform:translateX(0%); -webkit-transform:translateX(0%); -o-transform:translateX(0%); -moz-transform:translateX(0%);}
a.btn_box1 i{position:absolute; bottom:0; right:45px;}

a.btn_box2{margin:20px auto; width:340px; height:69px; line-height:69px; background:#111e3e; color:#fff; display:block; text-align:center; font-size:22px;  letter-spacing:-1px; transform:translateX(0%); -ms-transform:translateX(0%); -webkit-transform:translateX(0%); -o-transform:translateX(0%); -moz-transform:translateX(0%);}
a.btn_box2 i{position:absolute; bottom:0; right:45px;}





.history_con01{padding-bottom:30px;}
.history_con01 dl:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.history_con01 dl:first-of-type dt p{color:#173989; 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:#173989; 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:#173989; 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;}
}


.table_t {font-size:20px; letter-spacing:-1px; color:#000; font-weight:600; padding-left:10px;}
.table_t:before {content: ""; position:absolute; width:4px; height:20px; background:#309bcb; text-align:left; margin-left:-10px; margin-top:5px;}
.table_p {font-size:18px; letter-spacing:-1px; color:#0d4659; font-weight:600; padding-left:10px; padding-top:10px;}


.orderpage_tabmenu_container {width: 100%; margin:0 auto; text-align:center; margin-bottom:40px;}
.orderpage_tabmenu {margin-bottom:2px; width: 150px;height: auto;display:inline-block; *display:inline; *zoom:1; font-size:15px;padding:10px 0;background-color: #fff; border:1px solid #314056; font-weight:300;text-align:center;display: inline-block;cursor: pointer; }
.orderpage_tabmenu:hover {color: #333;}
.orderpage_tabmenu.active {color: #fff;font-weight: 400;background-color: #0f2c88; padding:10px 0px;}
.orderpage_tabmenu.active a {color:#fff;}


@media all and (max-width:640px){

.orderpage_tabmenu_container li {display:inline-block; width: calc(100% /2 - 17px);}
.orderpage_tabmenu_container li a {height:45px; }
}


#main_local{padding:15px 0 15px 0;position:relative;}
#main_local h3 {background:#0756a7; color:#fff; width:87px; text-align:center; float:left; padding:22px 0; margin-right:20px;}
#main_local h3:after {content: "▶"; position:absolute; width:4px; height:4px; color:#0756a7; background:#0756a7; text-align:left; margin-left:12px; margin-top:2px;}
#main_local ul{display:inline-block; font-size:0; text-align:center;}

.box-flow-wrap{position:relative;margin:0px;padding:0px 0; height:65px; box-sizing:border-box;overflow:hidden;}
.box-flow{position:absolute;background:#fff;}
.box-flow > li{float:left;margin-left:20px; border:1px solid #ccc; }
.box-flow > li img{width:300px; height:60px;}


@media screen and (max-width:800px) {
#main_local h3 {display:none;}

}

