@charset "utf-8";

@font-face {
     font-family: 'S-CoreDream-8Heavy';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.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: 'Pretendard', 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: 'Pretendard';}
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: 'Pretendard', 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 {width:100%;  z-index:100; transition:all .3s }
#header a {  }
#header h1 {font-family: 'S-CoreDream-8Heavy'; text-align:center; margin:0 auto; padding:30px 0 0; font-size:35px; color:#242424;}
#header h1 img { width: auto;  }
#header .ci_modity {width:350px; margin:20px auto; text-align:left;}
#header .ci_modity dd {margin-bottom:5px;}
#header .ci_modity span {font-size:18px; color:#333; font-weight:600; display:inline-block; padding-right:10px; width:80px;}
#header .ci_modity input {font-size:17px; border:1px solid #333; border-radius:5px; padding:5px; width:250px; height:42px;}
#header .ci {font-family: 'S-CoreDream-8Heavy'; text-align:center; margin:0 auto; padding:0px 0; font-size:35px; color:#242424;}

.menubar { line-height:0; margin-bottom:0px; }
.menubar ul li {display:inline-block;}
.menubar ul li span {font-size:17px; font-weight:600; background:#333; color:#fff;  width:200px; text-align:center; padding:40px 20px; margin-right:10px; display:inline-block;}
.menubar ul li dl {display:inline-block;}
.menubar ul li dl dd { font-size:17px; display:inline-block; margin-right:40px; }
.menubar ul li dl dd.blue:after  {content: ""; position:absolute; background:#1c3f6f; width:10px; height:10px; border-radius:10px; margin-left:5px; margin-top:0px;}
.menubar ul li dl dd.mint:after  {content: ""; position:absolute; background:#23b7cd; width:10px; height:10px; border-radius:10px; margin-left:5px; margin-top:0px;}
.menubar ul li dl dd.green:after  {content: ""; position:absolute; background:#66b134; width:10px; height:10px; border-radius:10px; margin-left:5px; margin-top:0px;}
.menubar ul li dl dd.red:after  {content: ""; position:absolute; background:#e21313; width:10px; height:10px; border-radius:10px; margin-left:5px; margin-top:0px;}
.menubar ul li dl dd.orange:after  {content: ""; position:absolute; background:#e97610; width:10px; height:10px; border-radius:10px; margin-left:5px; margin-top:0px;}

@media all and (max-width:900px){	
	.menubar ul li {display:block; width: 100%; margin-bottom:20px;  text-align:center;}
	.menubar ul li span {font-size:15px; font-weight:600; width:100%; text-align:center; padding:20px 20px; margin-right:0px; display:inline-block; margin-bottom:10px;}
	.menubar ul li dl {padding:10px 0 20px;}
	.menubar ul li dl dd { font-size:15px; display:inline-block; margin-right:20px; }
}


#header .gnb { text-align:center;background:url("../img/line.gif") center top;}
#header .gnb .depth1 { text-align:left;display:inline-block; height:80px;vertical-align:top; padding:4px 50px;  position:relative;letter-spacing:-1px; }
#header .gnb .depth1 > a {color:#333; display:inline-block; height:80px; line-height:80px; font-size:20px; font-weight:500; letter-spacing:-1px;}
#header .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb .depth2 > a {transform: rotate(-0.03deg); display:inline-block; font-weight:400; font-size:1.05em; line-height:1.4; padding:7px 0;letter-spacing:-1px; }

#header .gnb2 { text-align:center; background:#1c3f6f; }
#header .gnb2 .depth1 { text-align:left;display:inline-block; height:80px;vertical-align:top; padding:0px 20px;  position:relative;letter-spacing:-1px; }
#header .gnb2 .depth1 > a {color:#333; display:inline-block; height:80px; line-height:80px; font-size:20px; font-weight:500; letter-spacing:-1px;}
#header .gnb2 .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb2 .depth2 > a {transform: rotate(-0.03deg); display:inline-block; font-weight:400; font-size:1.05em; line-height:1.4; padding:7px 0;letter-spacing:-1px; }


.gnb.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background:#fff;
  z-index:10;
  
}

.gnb_m.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background:#fff;
  z-index:10;
  
}

#header .top_call { float:left; margin:-50px 0 0 0;}
#header .top_call li {color:#676767; display:inline-block; font-weight:500; letter-spacing:-.5px;}
#header .top_call li span {font-size:25px; font-weight:600; padding-left:10px;}

#header .btn_user { float:right; margin:-70px 20px 0 0; display:block; font-size:12px; color:#878787;} 
#header .btn_user li {font-weight:500; font-size:16px; padding:7px 10px; display:inline-block;}
#header .btn_user li a {color:#3c3c3c;}
#header .btn_user dl { display:inline-block;}
#header .btn_user dl dt {font-weight:500; font-size:16px; color:#3c3c3c; padding-left:40px;}
#header .btn_user dl dd {font-family: 'GmarketSansBold'; font-size:23px; color:#0fb2c6; margin-left:40px;}
#header .btn_user dl dd:before {content: ""; position:absolute; width:35px; height:35px; background:url("../img/icon_call_s.png") center top no-repeat; text-align:left; margin-left:-40px; margin-top:-5px;}

#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:16px; padding:0 12px; text-transform:uppercase; letter-spacing:.5px; margin-left:-1px; text-align:center; margin-top:-1px; color:#3c3c3c; background:#fff }
#header .user a:hover { color:#fff }
#header .user.on { opacity:1 }
#header .user.on a { height:40px }
#header .gnb .depth1 > a:before { background:#ddd; margin-top:73px; content:""; height:3px; left:50%; transform:translateX(-50%); position: absolute; width:0%; text-align:center; transition:0.3s; }

#header .gnb .depth1:hover > a:before { width:50px; }

#header.down { }
#header.down a {}
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:25px }
#header.down .gnb .depth1:hover > a { color:#333;}
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#f53024 }

#header.on { }
#header.on a { }
#header.on h1 a { background-position:0 -42px }


@media all and (max-width:1100px){
	#header .gnb {background:none; font-size:0;}
	#header .gnb .depth1 {width: calc(100% /3 - 0px); height:40px; text-align:center; padding:0px 0px;  border: 1px solid #d0d0d0; margin-top:-1px; margin-left:-1px;}
	#header .gnb .depth1 > a { height:40px; line-height:40px; font-size:15px; font-weight:500; letter-spacing:0px; }
	#header .gnb .depth1 > a:before {display:none;  background:#fff; margin-top:73px; content:""; height:3px; left:50%; transform:translateX(-50%); position: absolute; width:0%; text-align:center; transition:0.3s; }

	#header .gnb2 {font-size:0; padding:3px 0 5px;}
	#header .gnb2 .depth1 {width: calc(100% /3 - 0px); height:40px; text-align:center; padding:0px 0px;  border: 1px solid rgba(255, 255, 255, .1); margin-top:-1px; margin-left:-1px;}
	#header .gnb2 .depth1 > a { height:40px; line-height:40px; font-size:15px; font-weight:500; letter-spacing:0px; }
	#header .gnb2 .depth1 > a:before {display:none;  background:#fff; margin-top:73px; content:""; height:3px; left:50%; transform:translateX(-50%); position: absolute; width:0%; text-align:center; transition:0.3s; }

}



#footer { padding:50px 0 30px; margin:0px 0 0 0; background:#303030; color:#fff }
#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 { text-align:center; margin-bottom:20px; }
#footer nav li {display:inline-block; padding:5px 0px; width:165px; font-size:15px; font-weight:500; margin:0 0 0 17px; border:1px solid #474747; }
#footer nav li a {color:#616161;}
#footer .f_center { text-align:center; }
#footer .f_center a {display:inline-block;}
#footer dt {color:#ddd; }
#footer dt, #footer dd { opacity:0.6; display:inline-block;  font-size:15px; font-weight:300; letter-spacing:0; line-height:26px; vertical-align:top; }
#footer dd { margin:0 20px 0 5px; color:#ffffff; }
#footer .copyright {color:#616161; margin:10px 0 0 0 }
.admin_btn {width:70px; border:1px solid #353535; color:#b2b2b2;border-radius:5px; margin:20px auto; padding:5px 10px; background:#262626;}
#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 */
.main_visual {margin-top:0px;  position:relative; overflow:hidden; width:100%; }
.main_visual ul {margin-bottom:0; }
.main_visual li {overflow:hidden; }
.main_visual li img {position:relative; left:50%; max-width:2000px; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }

.main_visual li dl {padding: 10px 20px;width:100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); z-index:10;}
.main_visual li dl h3 {font-size:50px; font-weight:600; color:#fff; letter-spacing:-1px; margin-bottom:10px;}
.main_visual li dl p {font-size:25px; font-weight:500; color:#fff;}

.main_visual .arrow {display:none; z-index:1; position:absolute; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); font-size:16px; line-height:25px; font-weight:300; color:#fff; letter-spacing:0.2em; cursor:pointer; }
.main_visual .arrow:before {content:''; position:absolute; top:50%; width:3px; height:15px; background-color:#fff; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%);}
.main_visual .arrow.prev {left:110px; text-align:left; }
.main_visual .arrow.prev:before {left:-20px; }
.main_visual .arrow.next {right:110px; text-align:right; }
.main_visual .arrow.next:before {right:-20px; }

.main_visual .swiper-pagination{display:block; box-sizing:border-box;z-index:1;}
.main_visual .swiper-pagination .swiper-pagination-bullet{width:12px; height:12px; background:rgba(255,255,255,0.8);  border:2px solid transparent; box-sizing:border-box; margin:0 5px !important; opacity:1; -webkit-box-shadow: 2px 4px 14px 0px; -moz-box-shadow: 2px 4px 14px 0px; -ms-box-shadow: 2px 4px 14px 0px; -o-box-shadow: 2px 4px 14px 0px; box-shadow: 2px 4px 14px 0px;}
.main_visual .swiper-pagination .swiper-pagination-bullet-active{background:rgba(0,0,0,0.5); }

@media all and (max-width:1200px){
	.main_visual {padding-top:0px; }
	.main_visual li img {position:relative; left:50%; max-width:1200px; }
	.main_visual .arrow {display:none;}
	.main_visual .swiper-pagination{display:block;}
	.main_visual li dl {padding: 10px 0px; }
	.main_visual li dl h3 {font-size:35px; font-weight:500; color:#fff; letter-spacing:-1px;}
	.main_visual li dl p {font-size:20px; font-weight:600; color:#fff;}
}

@media all and (max-width:850px){
	.main_visual {padding-top:0px; }
	.main_visual li img {position:relative; left:50%; max-width:850px; }
	.main_visual .arrow {display:none;}
	.main_visual .swiper-pagination{display:block;}
	.main_visual li dl {padding: 10px 0px;  }
	.main_visual li dl h3 {font-size:25px; font-weight:500; color:#fff; letter-spacing:-1px;}
	.main_visual li dl p {font-size:16px; font-weight:600; color:#fff;}
}

@media all and (max-width:640px){
	.main_visual li img {position:relative; left:50%; max-width:640px; }
}

@media all and (max-width:480px){
	.main_visual li img {position:relative; left:50%; max-width:480px; height:150px;}
}

.section_s {padding-top:10px; margin-top:-10px;}

@media all and (max-width:1000px){
	.section_s {padding-top:160px; margin-top:-160px;}
}

@media all and (max-width:600px){
	.section_s {padding-top:10px; margin-top:-10px;}
}


.w1200 {width:1200px; margin:0 auto;}
.inner {width:1200px; margin:0 auto;}

@media screen and (max-width:1150px) {
	.w1200 {width:100%;}
	.inner {width:100%;}
}




.title h3 {text-align:center; font-size:40px; font-weight:600; color:#242424; margin-bottom:30px;}
.title h3:before {content: ""; display:block; margin:0 auto 10px; width:1px; height:30px; background:#e2e2e2; }

@media all and (max-width:1000px){
	.title h3 {margin-bottom:20px; text-align:center; font-size:28px; }
}


.section1_con{margin-top: 0px;}
.section1_con ul{margin: 40px 0 50px;}
.section1_con li{overflow:hidden;}
.section1_con li > div{float: left;width: 50%; margin-bottom:20px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.section1_con li:nth-of-type(2n) > div{float: right;}
.section1_con .img{}
.section1_con .img img{width: 100%;}
.section1_con .txt{padding:0px 70px;}
.section1_con .txt h4{ font-size: 33px;color: #333;line-height: 1.2; padding-bottom:40px; font-weight: 600;-ms-word-break: keep-all;word-break: keep-all;}
.section1_con .txt h4 span{color: #b3b3b3; font-size:10px; letter-spacing:3px; font-weight: bold; display:inline-block; padding-left:10px;}
.section1_con .txt p{margin-top: 0px;font-size: 18px;color: #515151;font-weight: 300;line-height: 30px;letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}

@media all and (max-width:1000px){
	.section1_con ul{margin: 0px 0 50px;}
	.section1_con li + li{margin-top: 40px;}
	.section1_con li > div{width: 100%;height: auto;}
	.section1_con li > div,
	.section1_con li:nth-of-type(2n) > div{float:none;}
	.section1_con .txt{padding:10px 20px; text-align:center;}
	.section1_con .txt h4{ font-size: 24px;}
	.section1_con .txt p{font-size: 17px;}
}



.section2 {background:#f6f6f6; padding:0px 0 50px;}
.section2_con .list_box{width:100%; text-align:center; font-size:0; }
.section2_con .list_box ul li{display:inline-block; width: calc(100% /4 - 17px); margin-right:17px; margin-bottom:17px; vertical-align:top;}
.section2_con .list_box ul li:nth-of-type(4n) {margin-right:0;}
.section2_con .list_box ul li a{display:inline-block; padding-bottom:30px; width:100%;height:auto;box-sizing:border-box;position:relative}
.section2_con .list_box ul li a::before,.section2_con .list_box ul li a::after{width:100%;height:100%;z-index:3;content:'';position:absolute;top:0;left:0;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0);transition:.7s}
.section2_con .list_box ul li a::before{border-bottom:3px solid #333;border-left:1px solid #ddd;-webkit-transform-origin:0 100%;transform-origin:0 100%}
.section2_con .list_box ul li a::after{border-top:1px solid #ddd;border-right:1px solid #ddd;-webkit-transform-origin:100% 0;transform-origin:100% 0}
.section2_con .list_box ul li a:hover::after,.section2_con .list_box ul li a:hover::before{-webkit-transform:scale(1);transform:scale(1)}
.section2_con .list_box ul li .img_box{width:100%; display:block; margin-bottom:20px}
.section2_con .list_box ul li .img_box img{width:300px;height:200px;}
.section2_con .list_box ul li .text_box{display:block; }
.section2_con .list_box ul li .text_box .subject{color:#333;font-size:22px;padding-bottom:10px; font-weight:600;}
.section2_con .list_box ul li .text_box .text{color:#5e5e5e; font-size:16px;}

@media all and (max-width:1000px){
	.section2 {padding:0px 0 30px;}
	.section2_con .list_box ul li{display:inline-block; width: calc(100% /2 - 17px); margin-right:17px; margin-bottom:17px;}
	.section2_con .list_box ul li:nth-of-type(2n) {margin-right:0;}
	.section2_con .list_box ul li .img_box img{width:100%;height:350px;}
}

@media all and (max-width:800px){
	.section2 {padding:0px 0 30px;}
	.section2_con .list_box ul li{display:inline-block; width: calc(100% /2 - 17px); margin-right:17px; margin-bottom:17px;}
	.section2_con .list_box ul li:nth-child(2) {margin-right:0;}
	.section2_con .list_box ul li .img_box img{width:300px;height:200px;}
	.section2_con .list_box ul li .text_box .subject{color:#333;font-size:18px;padding-bottom:10px; font-weight:600;}
	.section2_con .list_box ul li .text_box .text{color:#5e5e5e; font-size:15px;}
}

@media all and (max-width:640px){
	.section2 {padding:0px 0 30px;}
	.section2_con .list_box ul li{display:inline-block; width: calc(100% /2 - 17px); margin-right:17px; margin-bottom:17px;}
	.section2_con .list_box ul li:nth-child(2) {margin-right:0;}
	.section2_con .list_box ul li .img_box img{width:300px;height:150px;}
}

.pc_ver {display:block;}
.mobile_ver {display:none;}
.mobile_v {display:none;}

@media all and (max-width:900px){
	.pc_ver {display:none;}
	.mobile_ver {display:block;text-align:center; margin-top:20px;}
	.mobile_v {display:block;text-align:center; }
}



.section4 {background:#fbfbfb; padding:50px 0 100px;}

.main_news_title {float:left; width:25%; text-align:center; padding:30px 0;}
.main_news_title h3 {font-size:30px; color:#242424; font-weight:600; padding:10px 0; }
.main_news_title p {font-size:18px; color:#a3a3a3; font-weight:500;}

.main_news_list {display:inline-block; width:75%;}

.jt_newsfeed_list {display: table;width: 100%;table-layout: fixed;}
.jt_newsfeed_item {display: table-row;cursor: pointer;}
.jt_newsfeed_item > div {border-bottom: 1px solid #ddd;display: table-cell;vertical-align: middle;-webkit-transition: border 300ms;transition: border 300ms;}
div.jt_newsfeed_time {width: 132px;text-align: center;vertical-align: middle;}
.jt_newsfeed_time b {display: block;padding-right: 2px;font-size: 45px;letter-spacing: -0.01em;font-weight: 700;line-height: 1;color: #ddd;-webkit-transition: color 300ms;transition: color 300ms;}
.jt_newsfeed_time span {display: block;padding-top: 4px;font-size: 17px;letter-spacing: 0.1em;font-weight: 400;line-height: 1;color: #ddd;-webkit-transition: color 300ms;transition: color 300ms;}
div.jt_newsfeed_content {padding: 34px 24px 36px;}
.jt_newsfeed_title {margin-bottom: 9px;overflow: hidden;white-space: nowrap;}
.jt_newsfeed_title h2 {max-width: -webkit-calc(100% - 85px);max-width: calc(100% - 85px);display: inline-block;vertical-align: middle;font-size: 22px;font-weight: 600;line-height: 1.5;color: #515151;}

.jt_newsfeed_category.end_category {color: #aaa;border-color: #ddd;}
.jt_newsfeed_state {display: inline-block;vertical-align: middle;width: auto;height: 29px;padding: 0 13px;margin-right: 16px;font-size: 15px;line-height: 29px;text-align: center;letter-spacing: -0.025em;color: #aaa;border: 1px solid #ddd;}
.jt_newsfeed_state.complete {color: #1c9ad6;border-color: #1c9ad6;}
.jt_newsfeed_excerpt {display: block;width: 100%;}
.jt_newsfeed_excerpt p {font-size: 17px;color: #828282;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;}
.jt_newsfeed_origin {display: block;padding-top: 21px;}
.jt_newsfeed_origin p {font-size: 15px;color: #666;}



div.jt_newsfeed_more {width: 60px;text-align: right;}
.jt_newsfeed_more a {display: inline-block;vertical-align: middle;width: 47px;height: 47px;position: relative;}
.jt_newsfeed_more a:after {display: block;width: 49px;height: 49px;position: absolute;top: 0;left: 0;background:url("../img/more.png") center top no-repeat;}
.jt_newsfeed_item:hover > div {border-bottom-color: #333;}
.jt_newsfeed_item:hover .jt_newsfeed_time b {color: #333;}
.jt_newsfeed_item:hover .jt_newsfeed_time span {color: #333;}
.jt_newsfeed_item:hover .jt_newsfeed_more a:after {color: #1c9ad6; -webkit-transform:scale(0.9) rotate(0.05deg); -ms-transform:scale(0.9) rotate(0.05deg); transform:scale(0.9) rotate(0.05deg)}


@media all and (max-width:640px){
	.section4 {background:#fbfbfb; padding:0px 0 60px;}
	.main_news_title {float:none; width:100%;}
	.main_news_list {display:block; width:100%;}
	div.jt_newsfeed_time {width: 70px;}
	.jt_newsfeed_time b {font-size: 33px;}
	.jt_newsfeed_time span {font-size: 15px;}
	.jt_newsfeed_title h2 {font-size: 18px;}
	.jt_newsfeed_excerpt p {font-size: 15px;}
}


.jt_btn {margin-top:20px; display: inline-block;min-width: 130px;padding: 21px 29px;position: relative;vertical-align: middle;font-size: 15px;font-weight: 600;letter-spacing: -0.025em;line-height: 1;border: 1px solid transparent;border-radius: 0px;background: transparent;overflow: hidden;-webkit-transition: color .55s cubic-bezier(.52,.08,.18,1);transition: color .55s cubic-bezier(.52,.08,.18,1);}
.jt_btn[lang="en"] {width:130px; padding: 15.5px 39px;font-size: 15px;letter-spacing: 0.05em;font-weight: 500;}
.jt_btn span {position: relative;}
.jt_btn:before {content: '';display: block;width: 120%;height: 100%;position: absolute;left: 0;top: 0;-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;-webkit-transform: translateX(-101%) skewX(-17.62deg);-ms-transform: translateX(-101%) skewX(-17.62deg);transform: translateX(-101%) skewX(-17.62deg);-webkit-transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1), -webkit-transform .55s cubic-bezier(.52,.08,.18,1);-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.jt_btn:hover:before {-webkit-transform: translateX(0) skewX(-17.62deg);-ms-transform: translateX(0) skewX(-17.62deg);transform: translateX(0) skewX(-17.62deg);-webkit-transform-origin: left top;-ms-transform-origin: left top;transform-origin: left top;}


.jt_icon_btn {color: #222;border-color: #222;}
.jt_icon_btn:before {background: #222;}
.jt_icon_btn span {display: block;}
.jt_icon_btn span:after {display: block;width: 12px;height: 12px;position: absolute;top: 50%;margin-top: -8px;font-family:FontAwesome;content:"\f0c9";font-weight: normal;line-height: 16px;text-align: center;}
.jt_icon_btn:hover {color: #fff;}
.jt_icon_btn:hover span:after {color: #fff;-webkit-transition: color .55s cubic-bezier(.52, .08, .18, 1);transition: color .55s cubic-bezier(.52, .08, .18, 1);}

.jt_icon_btn.secondary {min-width: inherit;padding-left: 20px;padding-right: 40px;}
.jt_icon_btn.secondary span {padding-left: 0px;}
.jt_icon_btn.secondary span:after {right: -5px;}

.modity_btn {text-align:center;}
.back_btn {text-align:center;}

.modity_btn input {font-size:17px; border:0; border-radius:0; font-weight:500;}

.jt_btn2 {margin-top:30px; margin-bottom:40px; display: inline-block;text-align:center;min-width: 170px;padding: 21px 29px;position: relative;vertical-align: middle;font-size: 15px;font-weight: 600;letter-spacing: -0.025em;line-height: 1;border: 1px solid transparent;border-radius: 0px;background: transparent;overflow: hidden;-webkit-transition: color .55s cubic-bezier(.52,.08,.18,1);transition: color .55s cubic-bezier(.52,.08,.18,1);}
.jt_btn2[lang="en"] {width:170px; padding: 20px 39px;font-size: 17px;letter-spacing: 0.05em;font-weight: 500;}
.jt_btn2 span {position: relative;}
.jt_btn2:before {content: '';display: block;width: 120%;height: 100%;position: absolute;left: 0;top: 0;-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;-webkit-transform: translateX(-101%) skewX(-17.62deg);-ms-transform: translateX(-101%) skewX(-17.62deg);transform: translateX(-101%) skewX(-17.62deg);-webkit-transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1), -webkit-transform .55s cubic-bezier(.52,.08,.18,1);-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.jt_btn2:hover:before {-webkit-transform: translateX(0) skewX(-17.62deg);-ms-transform: translateX(0) skewX(-17.62deg);transform: translateX(0) skewX(-17.62deg);-webkit-transform-origin: left top;-ms-transform-origin: left top;transform-origin: left top;}

.jt_icon_btn2 {background:#d10909; color: #fff; }
.jt_icon_btn2:before {background: #222; }
.jt_icon_btn2 span {display: block; color: #fff;}
.jt_icon_btn2:hover {color: #fff;}
.jt_icon_btn2:hover span:after {color: #fff;-webkit-transition: color .55s cubic-bezier(.52, .08, .18, 1);transition: color .55s cubic-bezier(.52, .08, .18, 1);}


.jt_btn3 {margin-top:30px; margin-bottom:40px; display: inline-block;text-align:center;min-width: 150px;padding: 21px 29px;position: relative;vertical-align: middle;font-size: 15px;font-weight: 600;letter-spacing: -0.025em;line-height: 1;border: 1px solid transparent;border-radius: 0px;background: transparent;overflow: hidden;-webkit-transition: color .55s cubic-bezier(.52,.08,.18,1);transition: color .55s cubic-bezier(.52,.08,.18,1);}
.jt_btn3[lang="en"] {width:170px; padding: 20px 39px;font-size: 17px;letter-spacing: 0.05em;font-weight: 500;}
.jt_btn3 span {position: relative;}
.jt_btn3:before {content: '';display: block;width: 120%;height: 100%;position: absolute;left: 0;top: 0;-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;-webkit-transform: translateX(-101%) skewX(-17.62deg);-ms-transform: translateX(-101%) skewX(-17.62deg);transform: translateX(-101%) skewX(-17.62deg);-webkit-transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1), -webkit-transform .55s cubic-bezier(.52,.08,.18,1);-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.jt_btn3:hover:before {-webkit-transform: translateX(0) skewX(-17.62deg);-ms-transform: translateX(0) skewX(-17.62deg);transform: translateX(0) skewX(-17.62deg);-webkit-transform-origin: left top;-ms-transform-origin: left top;transform-origin: left top;}

.jt_icon_btn3 {background:#fff; color: #333; border:1px solid #333;}
.jt_icon_btn3:before {background: #222; }
.jt_icon_btn3 span {display: block; color: #33;}
.jt_icon_btn3:hover {color: #fff;}
.jt_icon_btn3:hover span:after {color: #fff;-webkit-transition: color .55s cubic-bezier(.52, .08, .18, 1);transition: color .55s cubic-bezier(.52, .08, .18, 1);}


.jt_icon_btn4 {background:#333; color: #fff; border:1px solid #333;}
.jt_icon_btn4:before {background: #222; }
.jt_icon_btn4 span {display: block; color: #fff;}
.jt_icon_btn4:hover {color: #fff;}
.jt_icon_btn4:hover span:after {color: #fff;-webkit-transition: color .55s cubic-bezier(.52, .08, .18, 1);transition: color .55s cubic-bezier(.52, .08, .18, 1);}

@media all and (max-width:640px){
	.modity_btn input {font-size:15px; }
	.jt_btn2 {min-width: 100px;}
	.jt_btn2[lang="en"] {width:100px; padding: 20px 0px;font-size: 15px;}
	.jt_btn3 {min-width: 100px;}
	.jt_btn3[lang="en"] {width:100px; padding: 20px 0px;font-size: 15px;}
	.jt_btn4 {min-width: 100px;}
}



.section5 {background:#0c2574; padding:40px 0 30px;}

.section5_con .list_box{width:100%; text-align:center; font-size:0; }
.section5_con .list_box ul li{}
.section5_con .list_box ul li .left_box{display:inline-block;margin-bottom:20px; text-align:left;}
.section5_con .list_box ul li .left_box dl dt {vertical-align:top; display:inline-block; padding-right:20px;}
.section5_con .list_box ul li .left_box dl dd {display:inline-block; padding-top:10px;}
.section5_con .list_box ul li .left_box dl dd h3 {font-size:30px; color:#fff; font-weight:600;}
.section5_con .list_box ul li .left_box dl dd p {font-size:18px; color:rgba(255,255,255,0.4);  font-weight:300;}
.section5_con .list_box ul li .right_box{display:inline-block; vertical-align:top; padding-left:50px; padding-top:10px; text-align:left;}
.section5_con .list_box ul li .right_box .call{color:#fff;font-size:40px;padding-bottom:0px; font-weight:600;}
.section5_con .list_box ul li .right_box .call span {color:#9da1ad;font-size:20px;padding-bottom:10px; font-weight:600;display:inline-block; width:60px;}

.section5_con .list_box ul li .right_box .fax{color:#fff;font-size:20px;padding-bottom:0px; font-weight:500;}
.section5_con .list_box ul li .right_box .fax span {color:#9da1ad;font-size:20px;padding-bottom:10px; font-weight:600; display:inline-block; width:70px;}


@media all and (max-width:640px){
	.section5_con .list_box ul li .left_box{display:block;margin-bottom:20px; text-align:center;}
	.section5_con .list_box ul li .left_box dl dt {vertical-align:top; display:block; padding-right:0px;}
	.section5_con .list_box ul li .left_box dl dd {display:block; padding-top:10px;}
	.section5_con .list_box ul li .right_box{display:block; vertical-align:top; padding-left:20px; padding-top:10px;}

	.section5_con .list_box ul li .right_box .call{display:inline-block;  font-size:28px; }
	.call_btn {margin-left:10px; display:inline-block; border-radius:5px; background:#262626; width:100px; font-size:13px; font-weight:500; padding:10px 5px;}
	.call_btn a {color:#fff; opacity:0.9;}
	.section5_con .list_box ul li .right_box .call span {width:45px;}
	.section5_con .list_box ul li .right_box .fax{font-size:19px;}
}




.section6_con{margin-top:50px; padding-bottom:0px; text-align:center;}
.section6_con .map{width:100%; height:440px; position:relative;}
.section6_con .map .os_mac.root_daum_roughmap{width:100%; height:440px;}
.section6_con .map .os_mac.root_daum_roughmap .wrap_map{width:100%; height:100%;}
.section6_con .txt_box{position:absolute; right:0px; top:40px; height:calc(100% - 80px); padding:0 35px; background:rgba(255,255,255,0.7); display:table; z-index:2; width:360px; box-sizing:border-box;}
.section6_con .txt_box div{display:table-cell; vertical-align:middle;}
.section6_con .txt_box h3{font-size:30px; font-weight:600; letter-spacing:0; color:#2b2b2b; position:relative; line-height:1; padding-bottom:20px;}
.section6_con .txt_box p{font-size:25px; font-weight:500; letter-spacing:0; color:#414141; position:relative; line-height:1;}

.send_con {text-align:center; font-size:0;}
.send_con ul li {display:inline-block; width: calc(100% /2 - 0px); font-size:22px; font-weight:600; padding:20px 0;}
.send_con ul li:nth-child(1) {background:#ffe900; color:#2e2e2e;}
.send_con ul li:nth-child(1) a { color:#2e2e2e;}
.send_con ul li:nth-child(2) {background:#21c531; color:#fff;}
.send_con ul li:nth-child(2) a { color:#fff;}

@media all and (max-width:1000px){	
	.section6_con{margin-top:0px;}
	.section6_con .map{height:auto;}
	.section6_con .txt_box{position:relative; right:auto; top:auto; height:auto; padding:70px 40px; width:100%; display:block;}
	.section6_con .txt_box div{display:block; }

}
@media all and (max-width:640px){	
	.section6_con{padding-bottom:20px;}
	.section6_con .map .os_mac.root_daum_roughmap{height:310px;}
	.section6_con .txt_box{padding:20px 20px;}
	.section6_con .txt_box h3 {display:inline-block; font-size:25px; padding-right:10px;}
	.section6_con .txt_box p {display:inline-block; font-size:19px; text-align:left;}
	.send_con ul li {padding:10px 0; font-size:17px;}
}


#main_contents { position:relative; margin-top:50px; margin-bottom:50px; 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_cs { width:53%; float:right; 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 }


.pc_only { display:block !important }

#sub_visual {margin-top:100px; height:228px; 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:80px 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;}
#snb {background:#f6f6f6; padding:10px 0;}
.left_snb {text-align:center;  }
.left_snb li {display:inline-block; text-align:center; background:#333; border-radius:5px; margin:0 3px;}
.left_snb li a {color:#fff; display:block; padding:10px 20px; font-size:18px; font-weight:500; position:relative; letter-spacing:0px}
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a { background:#333; color:#fff;}
.left_snb li.on a { background:#333; color:#fff; font-weight:500; }

.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:-.5px; font-weight:600;padding-bottom:30px; margin:5px 0 0px 0 }
.container_title:after {content: ""; display:block; margin:20px auto; width:40px; height:4px; background:#006bbd; }

/* 그누보드 수정 */
#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 {min-height:490px; background:url(../img/com_bg.gif) no-repeat center top; }
#ctt_con.sub01_01 .sec01:after { clear:both; content:""; display:block; }
#ctt_con.sub01_01 .sec01 > div {text-align:center;}
#ctt_con.sub01_01 .sec01 h2 { font-size:1.3em; 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.2em; font-weight:400; margin:0 0 20px; color:#313131; letter-spacing:-1px; line-height:28px;}
#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 }


/* 서브 상단 이미지 */
#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) }


.a01 {width:100%; height:600px; background:url("../img/a01.jpg") center top no-repeat;}
.a02 {width:100%; height:600px; background:url("../img/a02.jpg") center top no-repeat;}
.a03 {width:100%; height:600px; background:url("../img/a03.jpg") center top no-repeat;}
.a04 {width:100%; height:822px; background:url("../img/a04.jpg") center top no-repeat;}
.a05 {width:100%; height:455px; background:url("../img/a05.jpg") center top no-repeat;}
.a06 {width:100%; height:295px; background:url("../img/a06.jpg") center top no-repeat;}
.a07 {width:100%; height:700px; background:url("../img/a07.jpg") center top no-repeat;}

.upload_img {background:#f9f9f9; line-height:0; }
.upload_img ul li {display:inline-block; width: calc(100% /2 - 10px);}
.upload_img ul li span {font-size:17px; font-weight:600; background:#333; color:#fff;  width:150px; text-align:center; padding:40px 20px; margin-right:20px; display:inline-block;}

@media all and (max-width:900px){	
	.mobile_img img {width:100%;}
	.upload_img ul li {display:block; width: 100%; margin-bottom:20px;  text-align:center;}
	.upload_img ul li span {font-size:15px; font-weight:600; width:100%; text-align:center; padding:20px 20px; margin-right:0px; display:inline-block; margin-bottom:10px;}
}


.upload_text {background:#f9f9f9; line-height:0;}
.upload_text ul li {display:inline-block; width: calc(100% /2 - 10px);}
.upload_text ul li span {font-size:17px; font-weight:600; padding:40px 20px; width:150px; text-align:center; background:#f3f3f3; color:#333; margin-right:20px; display:inline-block; }
.upload_text input {margin-bottom:3px;}

@media all and (max-width:900px){	
	.upload_text ul li {display:block; width: 100%; margin-bottom:20px;  text-align:center;}
	.upload_text ul li span {font-size:15px; font-weight:600; width:100%; text-align:center; padding:20px 20px; margin-right:0px; display:inline-block; margin-bottom:10px;}
}

input.menu {width:150px; font-size:15px;}
input.text {width:400px;}
input.text1 {width:400px;}
input.text2 {width:100%; height:100px;}
input.text3 {width:130px; background:#333; color:#fff; height:30px; border:1px solid #ddd; color:#fff;}
input.text4 {width:300px; background:#333; color:#fff; height:30px; border:1px solid #ddd; color:#fff;}
input.text5 {width:150px; background:#333; color:#fff; height:30px; border:1px solid #4b4747; color:#fff;}


@media all and (max-width:900px){	
	input.menu {width:100%;}
	input.text {width:150px;}
	input.text1 {width:90%;}
	input.text3 {width:200px;}
	input.text4 {width:200px;}
	input.text5 {width:100px;}
}


.upload_img2 { line-height:0; margin-bottom:30px;}
.upload_img2 ul li {display:inline-block; width: calc(100% /2 - 10px); vertical-align:top;}
.upload_img2 ul li span {font-size:17px; font-weight:600; background:#333; color:#fff;  width:200px; text-align:center; padding:40px 20px; margin-right:20px; display:inline-block;}
.upload_img2 ul li img {padding:30px;}

@media all and (max-width:900px){	
	.upload_img2 ul li {display:block; width: 100%; margin-bottom:20px;  text-align:center;}
	.upload_img2 ul li span {font-size:15px; font-weight:600; width:100%; text-align:center; padding:20px 20px; margin-right:0px; display:inline-block; margin-bottom:10px;}
}

.upload_text2 ul {display:inline-block; width: calc(100% /2 - 5px); margin-bottom:30px; text-align:left;}
.upload_text2 h3 {font-size:20px; font-weight:600; padding-bottom:10px; text-align:left;}

@media all and (max-width:900px){	
	.upload_text2 {padding:0 10px;}
	.upload_text2 ul {display:block; width: 100%; margin-bottom:30px;}
}


.upload_text3 {text-align:center;}
.upload_text3 ul {margin-bottom:30px;}
.upload_text3 h3 {display:inline-block; font-size:20px; font-weight:600; padding-bottom:10px;}
.upload_text3 li {display:inline-block; font-size:20px; font-weight:600; padding-bottom:10px;}


.title_a {text-align:center; font-size:16px; background:#2e5a95; padding:20px 0; color:#fff;}
.title_a h3 {display:inline-block; font-size:18px; color:#fff; padding-right:20px; font-weight:500; }
.title_a p {display:inline-block; font-size:16px; font-weight:500;}
.title_a input {height:40px; }
.title_a input.ch {margin-left:20px; }

@media all and (max-width:900px){	
	.title_a h3 {display:block; padding-bottom:15px;}
}


.admin_section8 dl {line-height:35px; }

@media all and (max-width:900px){	
	.admin_section8 dl dt {display:inline-block; width:100px; text-align:left;}
}


.notice { margin:0px 0 0 0; font-size:17px; line-height:28px; color:#3b3b3b; }

@media all and (max-width:900px){	
	.notice {font-size:15px; }
}

.gallery_con {padding:20px 0 50px; font-size:0; }
.gallery_con li {display:inline-block; text-align:center; width: calc(100% /2 - 10px); margin-right:20px; margin-bottom:40px;}
.gallery_con li img {width:100%; height:442px;}
.gallery_con li:nth-of-type(2n) {margin-right:0; }	
.gallery_con li span {display:block; padding-top:10px; font-size:20px; letter-spacing:-.5px; font-weight:500;}
.gallery_con li img {width:100%;}

@media all and (max-width:1000px){
	.gallery_con li img {width:100%; height:400px;}
}

@media all and (max-width:800px){	
	.gallery_con li {display:block; text-align:center; width: 100%; margin-right:0px; margin-bottom:40px;}
	.gallery_con li span {font-size:17px; }
	.gallery_con li img {width:100%; height:500px;}
}


@media all and (max-width:500px){
	.gallery_con li img {width:100%; height:auto;}
}
