@charset "utf-8";

/* 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  { text-align:center;}

/* 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:1345px; margin:0 auto; position:relative }

.quickmenu { right:5%; top:30%; transform:translateX(0%); z-index:100;  position: fixed;  }
.quick {text-align:center; box-shadow:3px 3px 5px rgba(0,0,0,0.1); background:#fff; padding:10px 15px;}
.quick ul li i {display:block;}
.quick ul li i img {padding-bottom:5px;}
.quick ul li {cursor:pointer; display:block; font-size:15px; font-weight:500; padding:10px 0; color:#4c4c4c; border-bottom:1px solid #dfdfdf;}
.quick ul li:last-child {border-bottom:0px solid #dfdfdf;}

@media all and (max-width:1450px){
     .quickmenu {bottom:2%; top:auto; left:0%; right:0%; bottom:0%;}
	 .quick {padding:0px 5px;}
	 .quick ul li {display:inline-block; margin:5px;  font-size:0; padding-top:8px; border-bottom:0px solid #dfdfdf;}
	 .quick ul li i img {width:32px;}
}


#header {height:120px; position:fixed; width:100%; z-index:100; color:#fff; transition:all .3s }
#header a {  }
#header h1 { float:left; width:200px; font-size:0; margin-top:5px; }
#header .gnb { margin:10px 40px 0 30px; padding-top:30px; }
#header .gnb .depth1 { float:left; padding:0 0px; width:120px; position:relative }
#header .gnb .depth1:nth-child(5) {width:150px;}
#header .gnb .depth1 > a {color:#151515; display:inline-block; height:45px; line-height:45px; font-size:18px; font-weight:600; letter-spacing:0px;}
#header .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb .depth2 > a {   display:inline-block; font-weight:700; font-size:15px; line-height:1.4; padding:7px 0;letter-spacing:0px;transform: rotate(-0.03deg); }
#header .btn_user { float:right; margin:35px 0 0 0; display:block; font-size:19px }
#header .user { position:absolute; right:-35px; top:80px; width:80px; opacity:0; transition:all .3s }
#header .user a { border:1px solid #ddd; display:block; height:0; line-height:37px; font-size:0.9em; padding:0 12px; text-transform:uppercase; letter-spacing:.5px; margin-left:-1px; text-align:center; margin-top:-1px; color:rgba(0,0,0,0.5); background:#fff }
#header .user a:hover { color:#222 }
#header .user.on { opacity:1 }
#header .user.on a { height:40px }
#header .gnb .depth1 > a:before { background:#239211; margin-top:50px; content:""; height:3px; left:0px; position: absolute; width:0%; transition:0.3s; }
#header .gnb .depth1:hover > a:before { width:50px; }

#header.down { background:#fff; height:330px }
#header.down h1 a {background-position:0 65px;}
#header.down a { color:rgba(0,0,0,0.7) }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a {color:#333; 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:#333 }

#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2) }
#header.on h1 a { background-position:0 65px; }
#header.on a { color:rgba(0,0,0,0.7) }
#header.on .gnb .depth1 > a {color:#333;}

#footer { padding:40px 0; margin:0px 0 0 0; border:1px solid #e7e7e7; color:#fff; text-align:center; }
#footer h1 {float:left; }
#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; text-align:left;}
#footer dt, #footer dd { display:inline-block; color:#818181; font-size:14px; font-weight:300; letter-spacing:-0.5px;}
#footer dt { margin-right:15px; line-height:1.7; }
#footer dd { margin:0 20px 0 5px }
#footer .copyright { margin:10px 0 0 0; font-size:13px; font-weight:300; color:#d1d1d1;}
#footer #top_btn { border:0; background:rgba(0,0,0,0.5); font-size:30px; color:#fff; right:30px; bottom:30px }
#footer #top_btn:hover { background:rgba(0,0,0,1) }
#footer #top_btn i { vertical-align:2px }



#main_visual { height:calc(600px); text-align:center; color:#fff; position:relative; z-index:1 }
#main_visual .bx-wrapper { border:0; box-shadow:none; background:transparent; height:100%; margin-bottom:0 }
#main_visual .bx-viewport { height:100% !important }
#main_visual .bx-pager {  }
#main_visual .slider { height:100% }
#main_visual .roll { background-size:cover; height:100%; background-position:center; }
#main_visual .roll_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 { font-weight:800; line-height:1.2; margin:30vh 0 0 0; color:#fff; font-size:60px; letter-spacing:-.5px;  animation:up .5s .5s forwards; opacity:0; text-shadow:0 2px 5px rgba(0,0,0,0.3); }
#main_visual p { letter-spacing:-.5px; font-size:18px; font-weight:400; color:#fff; line-height:1.4; margin:10px 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_banner {margin-top:20px; font-size:0;}
#main_banner ul li {text-align:center; width: calc(100% /2 - 10px); margin-right:10px; display:inline-block; border:5px solid #04872a; background:#f3faf5;}

@media screen and (max-width:600px) {
	#main_banner {margin-top:15px;}
	#main_banner ul li {width: 100%;  display:block; margin-bottom:5px;}
}

#main_partner {margin-top:20px; margin-bottom:20px; font-size:0;}
#main_partner ul li {text-align:center; width: calc(100% /5 - 10px); margin-right:10px; margin-bottom:10px; display:inline-block; }

@media screen and (max-width:1000px) {
	#main_partner ul li {width: calc(100% /3 - 10px); }
}

@media screen and (max-width:600px) {
	#main_partner ul li {width: calc(100% /2 - 10px); }
}

.w1345 {width:1345px; margin:0 auto;}

@media screen and (max-width:1345px) {
	.w1345 {width:100%;}
}

.inner {width:1200px; margin:0 auto;}

@media screen and (max-width:1200px) {
	.inner {width:100%;}
}

.pc_v { display:block !important }
.pc_ver { display:block !important }
.m_ver { display:none !important }

@media screen and (max-width:1150px){
	.pc_v { display:none !important }
}

@media screen and (max-width:800px){
	.m_ver { display:block !important }
	.pc_ver { display:none !important }
}

.product {padding:50px 0 30px;}

.slide_title {position:relative; overflow:hidden; margin-bottom:40px; text-align:center;}
.slide_title h3 {font-size:25px; color:#2d2d2d; font-weight:600}

.new_list{font-size:0;}
.new_list li{width: calc(100% /4 - 20px); margin-right:20px; margin-bottom:40px; display:inline-block;  text-align:center; vertical-align:top;}
.new_list li .inner {width:100%;}
.new_list li .inner .pic{ width:100%; margin-bottom:15px; }
.new_list li .inner .pic img {width:330px; height:300px; border:1px solid #eee;}
.new_list li .inner .info{text-align:left; padding:5px 20px;}
.new_list li .inner .info p {font-size:15px; font-weight:500; color:#151515; letter-spacing:-.5px; padding-bottom:20px; line-height:1.5; position: relative; text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.new_list li .inner .info dl {display:inline-block; margin-right:15px; }
.new_list li .inner .info dl dt {float:left; font-size:15px; font-weight:500; margin-right:8px;}
.new_list li .inner .info dl dt:after {content: ""; position:absolute; width:1px; height:10px; background:#e7e7e7; text-align:left; margin-left:10px; margin-top:4px;}
.new_list li .inner .info dl dd {display:inline-block; font-size:15px; font-weight:500; color:#2d2d2d; padding-left:10px;}
.new_list li .inner .info dl dd span {font-size:15px;}

@media only screen and (max-width:1000px){
	.new_list li{width: calc(100% /2 - 20px); }
}

@media only screen and (max-width:800px){
	.slide_title h3 {font-size:20px;}
	.new_list li {margin-bottom:20px;}
	.new_list li:nth-of-type(2n){margin-right:0px;}
	
	.new_list li .inner .info dl {display:block; margin:5px; }
	.new_list li .inner .info p {font-size:14px;}
	.new_list li .inner .info dl dt {float:none; display:inline-block; font-size:11px; margin-right:5px;}
	.new_list li .inner .info dl dt:after {height:10px; margin-left:7px; margin-top:2px;}
	.new_list li .inner .info dl dd {font-size:13px;}
	.new_list li .inner .info dl dd span {font-size:13px;}
}

@media only screen and (max-width:550px){
	.new_list li a{height:400px; }
	.new_list li .inner .pic img {width:330px; height:160px; }
}


.gray {color:#2d2d2d;}
.green {color:#85c115;}

.section_banner {background:url(../img/banner_bg.jpg) center top no-repeat; text-align:center; padding:100px 0; margin-top:50px;}
.section_banner h3 {font-size:35px; font-weight:800; color:#123b3b; letter-spacing:-.5px; margin-bottom:10px;}
.section_banner p {font-size:20px; font-weight:500; color:#4b4b4b; letter-spacing:-.5px; margin-bottom:30px; line-height:1.5;}
.section_banner span {display:block; width:255px; margin:0 auto; padding:10px 0; border:1px solid #000; font-size:15px; font-weight:500; color:#000; letter-spacing:0px; line-height:1.5;}

@media only screen and (max-width:550px){
	.section_banner {padding:50px 0 100px; background:url(../img/banner_bg_m.jpg) center top no-repeat; }
	.section_banner h3 {font-size:25px;}
	.section_banner p {font-size:16px; }
}

.section_comm {position:relative; width:100%; overflow:hidden; margin:30px 0;}
.section_comm i {position:absolute; text-align:center; right:5%;top:12%; transform:translateX(0%);}
.section_comm h3 {font-size:20px; font-weight:800; color:#4b4b4b; letter-spacing:-.5px; margin-bottom:30px;}
.section_comm p {font-size:16px; font-weight:400; color:#4b4b4b; letter-spacing:-.5px; margin-bottom:30px; line-height:1.5;}
.section_comm span {font-size:15px; font-weight:400; color:#4b4b4b; letter-spacing:0px; line-height:1.5;}
.section_comm span img {padding-left:10px;}
.section_comm h4 {font-size:22px; font-weight:800; color:#4b4b4b; letter-spacing:-.5px;}

.section_comm .store {position:relative; float:left; width:24%; background:#f8f8f8; margin-right:1%;}
.section_comm .qa {position:relative; float:left; width:24%; background:#fff; border:2px solid #f8f8f8; margin-right:1%;}
.section_comm .notice {position:relative; float:left; width:24%; background:#f8f8f8; margin-right:1%;}
.section_comm .customer {position:relative; float:left; width:25%; background:#fff; border:2px solid #f8f8f8;}

.section_comm .txt-box {padding:40px; min-height:250px;}

@media only screen and (max-width:800px){
	.section_comm {margin-top:-50px;}
	.section_comm .store {float:none; width: 100%;}
	.section_comm .qa {float:none; width: 100%;}
	.section_comm .notice {float:none; width: 100%;}
	.section_comm .customer {float:none; width: 100%;}
}

.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 }

.pic_li_lt {margin-top:10px; float:none; padding:0; width:100%; position:static; min-height:80px; }
.pic_li_lt .lat_title { display:none }
.pic_li_lt li { position:relative;  margin:0 }
.pic_li_lt li:first-child .lt_img { display:none }
.pic_li_lt li .pic_li_tit { font-weight:400; font-size:16px; color:#4b4b4b; vertical-align:top; width:calc(100% - 60px); padding:10px 0px; }
.pic_li_lt li .pic_li_tit:hover { color:#000 }
.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 }

.pc_only { display:block !important }


/* 그누보드 수정 */
#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 }


/* 서브 상단 이미지 */
.sub10 { background-image:url(../img/sub01_top.jpg); }
.sub20 { background-image:url(../img/sub02_top.jpg) }
.sub30 { background-image:url(../img/sub03_top.jpg) }
.sub40 { background-image:url(../img/sub04_top.jpg) }
.sub50 { background-image:url(../img/sub06_top.jpg) }
.sub60 { background-image:url(../img/sub05_top.jpg) }

#sub_visual {position: relative; width:100%; height:324px;  }
#sub_visual h2 {text-align:center; font-size:40px; text-transform: uppercase;  font-weight:800; color:#343434; padding:150px 0px 0 0;  line-height:1; animation:up .5s .2s forwards; opacity:0 }
#sub_visual h2:after {content: ""; display:block; margin:20px auto 0; width:1px; height:30px; background:#000; }
#sub_visual p { 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 }

@media all and (max-width:600px){
	#sub_visual {height:300px; }
	#sub_visual h2 {padding:110px 0px 0 0; font-size:30px; }
}


#contents { margin:0px 0 0 0 }
#contents p { word-break:keep-all }

#left_area {margin-top:15px;  float:none; width:100%;  text-align:center;}
.left_snb {border-bottom:0px solid #ddd;}
.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 {display:inline-block; margin:0 5px; background:rgba(255,255,255,0.5);  border:1px solid #fff; border-radius:3px; }
.left_snb li a {text-transform: uppercase;  color:#343434; display:block; padding:10px 15px; font-size:17px; font-weight:600; position:relative; letter-spacing:0px; }
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a {color:#343434;}
.left_snb li.on a { color:#343434;}

@media all and (max-width:1200px){
	.left_snb li a { padding:15px 20px; font-size:15px;} 
}

.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; margin-bottom:20px;}
.container_title {text-align:center;  font-size:30px; line-height:1; letter-spacing:-1.5px; font-weight:500; margin:25px 0 30px 0 }


.inner_s {width:100%; max-width:1200px; margin:0 auto; position:relative;}

@media all and (max-width:1200px){
	.inner_s {width:100%;}
}

.intro_con .Left{float:left;}
.intro_con .Right{float:right;}

.ma40 {margin:40px 0;}
.gr-line{padding:0; clear:both; overflow:hidden; width:50px; height:1px; background:#437cbf;}
.img-line{ position:relative; margin:0; padding:0;}
.img-line:before{position:absolute; top:85px; width:79px; left:0; height:2px; content:''; background:#fff; z-index:33;}
.img-line:after{position:absolute; top:85px; width:40px; left:-40px; height:2px; content:''; background:#437cbf; z-index:33; }

.img-line.R:before{right:0; left:inherit}
.img-line.R:after{right:-40px; left:inherit}

@media all and (max-width:1867px){
	.img-line:before{top:80px; width:75px;}
	.img-line:after{top:80px; width:30px; left:-30px;}
	.img-line.R:after{right:-30px;}
}
@media all and (max-width:1367px){
	.img-line:before{top:70px; width:70px;}
	.img-line:after{top:70px; width:25px; left:-25px;}
	.img-line.R:after{right:-25px;}
}
@media all and (max-width:867px){
	.img-line:before{top:50px; width:50px;}
	.img-line:after{top:50px; width:20px; left:-20px;}

	.img-line.R:after{right:inherit; left:-20px;}
	.img-line.R:before{right:inherit; left:0}
}
@media all and (max-width:767px){
	.img-line:before{top:40px; width:40px;}
	.img-line:after{top:40px;}
}
@media all and (max-width:667px){
	.img-line:before{top:30px; width:30px;}
	.img-line:after{top:30px;}
}
@media all and (max-width:567px){
	.img-line:before{top:20px}
	.img-line:after{top:20px;}
}




.location .contents .map .root_daum_roughmap {    width: 100%;    margin: 50px 0 0;}
.location .contents .map .root_daum_roughmap .map_border {    display: none;}
.location .contents .map .root_daum_roughmap .wrap_map {    height: 600px;}
.location .contents .map .root_daum_roughmap .wrap_controllers {    display: none;}

.location .contents .section01 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

.location .contents .section01 .address {    height: 100px;    display: flex;    flex-direction: column;    align-items: center;}
.location .contents .section01 .address p {    font-size: 24px;    margin: 60px 0 20px;}
.location .contents .section01 .address span {    font-size: 18px;}
.location .contents .section01 .address span strong {    color: #036eb8;}


@media (max-width:1400px) {
    .location .contents .section01 .address p {font-size: 22px;margin: 40px 0 10px;    }
    .location .contents .section01 .address span {font-size: 16px;}
}

@media (max-width:800px) {
    .location .contents .section01 .address p {font-size: 18px;text-align: center;margin: 20px 0 20px; line-height:1.5;}
}


.popup {  display: none;	position: absolute;	left: 0;	right: 0;	top: 0;	bottom: 0;	z-index: 100;}

#fade {  background: #000;  position: fixed;  left: 0;  top: 0;  width: 100%;  height: 100%;  opacity: .80;  z-index: 9999;} 

.popupReview {border-radius:30px; background: #FFFFFF; padding: 0px 0px 50px; position: fixed;margin: auto;top: 0;right: 0;bottom: 0;left: 0;width: 500px;height: 320px;z-index: 10000;overflow: auto}
.popupReview h3 {background:#85c115; padding:20px;  text-align: left; color:#fff; font-weight: 700;  font-size: 20px;}
.popupReview h5 {  font-size: 22px;   display: table;  margin: 20px auto 20px; color: #85c115;  padding: 5px 15px;  font-weight: 700; }
.popupReview h5 a { color: #85c115; height:24px; }
.popupReview p {line-height:1.5;  font-size: 18px;  color: #666; font-weight: 500;}
.popupReview p b {color:#d00000; font-weight:800;}

.popupReview a.more{border:1px solid #333; color:#333; display:table; height:auto; margin:30px auto 0;  padding:8px 35px 8px 25px; transition:all ease 0.3s; font-size:16px; line-height:1; font-weight:500;}
.popupReview a.more:hover {background:#333; color:#fff}

/*.popupReview a.more span{float:right; display:inline-block; margin-left:15px; width:35px; border-bottom:1px solid #333; height:13px; position:relative}
.popupReview a.more span:before{position:absolute; right:-1px; bottom:4px; width:15px; height:1px; background:#333; transform:rotate(45deg); transition:transform .2s ease; content:''}
.popupReview a.more:hover span{border-bottom:1px solid #fff}
.popupReview a.more:hover span:before{background:#fff;}*/

.popupReview .btn_close {position: absolute; top: 0; right:0; width:0px; height:0; border:0; margin:7px 20px; padding:0 30px; font-size:30px;}
.popupReview .btn_close i {font-size:20px; color:#fff;}

.popupReview a.more span:after {
    position:absolute;
	margin-left:5px;
	margin-top:-1px;
	content: '\e93f';
    font-family: xeicon;
}

@media (max-width:800px) {
  .popupReview {    width: 75%;  }
  .popupReview h3 {  font-size: 18px;}
  .popupReview h5 {  font-size: 20px;}
  .popupReview p {  font-size: 15px;  line-height:1.5;}
  .popupReview a.more{  font-size:13px; }
  .popupReview a.more span{width:25px; }
  .popupReview a.more span:before{width:12px; }
  .popupReview .btn_close { padding:0 20px; font-size:25px;}
}
  


.intro_con{overflow:hidden;  }
.intro_con ul{margin:0px 0 0;}
.intro_con li{margin-top: 0px;position:relative;}
.intro_con li:after{content:'';display: block;clear:both;}
.intro_con li > div{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.intro_con li .img{float:left; width: 400px;}
.intro_con li .txt{float:right; width:750px; padding-top: 100px;}
.intro_con li dl h4{margin: 0;font-size: 22px;line-height: 1.4;color: #343434; letter-spacing:-.5px; font-weight:700;-ms-word-break: keep-all;word-break: keep-all;transform: rotate(-0.03deg);}
.intro_con li dl p{margin-top: 20px;font-size: 17px;line-height: 1.6;color: #666; letter-spacing:-.5px; font-weight: 400;-ms-word-break: keep-all;word-break: keep-all;}

@media all and (max-width:1000px){
	.intro_con li > div{width: 100%;}
	.intro_con li:nth-of-type(odd) > div,
	.intro_con li:nth-of-type(even) > div{float: none;padding: 0;}
	.intro_con li .img {text-align:center; width:100%; margin-top:20px;}
	.intro_con li .img img {width:100%;}
	.intro_con li .img:after{display: none;}
	.intro_con li .txt{margin-top: 0px; width:100%;}
}

@media all and (max-width:640px){
	.intro_con{padding-top: 50px;}
	.intro_con ul{margin: 0px 0 0;}
	.intro_con li dl {padding:0 20px;}
	.intro_con li dl h4{font-size:18px;line-height: 1.3; padding-bottom:20px;}
	.intro_con li dl p{margin-top: 2.34375vw;font-size: 15px;line-height: 1.5;}

}


.img_txt_layout01 {margin-top:50px;}
.img_txt_layout01 .img_box img {max-width: 100%;}
.img_txt_layout01 .map_box {width: 100%; height: 446px;}
.img_txt_layout01 .map_box .root_daum_roughmap {width: 100%; height: 100%;}
.img_txt_layout01 .map_box .root_daum_roughmap .wrap_map {height: 100%;}
.img_txt_layout01 .txt_box {position: relative; z-index: 1; margin: -105px auto 0; width: calc(100% - 128px); background: #fff; border-bottom: 1px solid #85c115; padding: 40px 0 40px 80px; box-sizing: border-box;}
.img_txt_layout01 .txt_box dl {font-size: 0; letter-spacing: -4px;}
.img_txt_layout01 .txt_box dl dt {display: inline-block; vertical-align: top; width: 273px; padding: 20px 20px 20px 0; box-sizing: border-box;}
.img_txt_layout01 .txt_box dl dt span {color: #b2b2b2; font-weight: 300; font-size: 14px; letter-spacing: 0.02em;}
.img_txt_layout01 .txt_box dl dt h5 {color: #333333; font-weight: 700; font-size: 36px; letter-spacing: -0.04em; line-height: 1.1; margin: 0; margin-top: 10px;}
.img_txt_layout01 .txt_box dl dd {display: inline-block; vertical-align: top; width: calc(100% - 473px); padding: 0 48px; box-sizing: border-box; border-left: 1px solid #e5e5e5;}
.img_txt_layout01 .txt_box dl dd .t_box {display: table; width: 100%; height: 129px;}
.img_txt_layout01 .txt_box dl dd .t_box .tc_box {display: table-cell; vertical-align: middle; text-align: center;}
.img_txt_layout01 .txt_box dl dd .t_box .tc_box .txt_wrap {display: inline-block; text-align: left;}
.img_txt_layout01 .txt_box dl dd p {color: #666666; font-weight: 300; font-size: 18px; letter-spacing: -0.04em; line-height: 1.6; word-break: keep-all;}
.img_txt_layout01 .txt_box dl dd p b {color: #85c115; font-weight: 500;}
.img_txt_layout01 .txt_box dl dd p + p {margin-top: 10px;}
.img_txt_layout01 .txt_box dl dd span {display: inline-block; color: #666666; font-weight: 300; font-size: 18px; letter-spacing: -0.04em; line-height: 1.6; word-break: keep-all;}
.img_txt_layout01 .txt_box dl dd span:after {display: inline-block; vertical-align: middle; width: 1px; height: 9px; background: #c7c7c7; margin: 0 10px; content: '';}
.img_txt_layout01 .txt_box dl dd span:nth-child(1):after {background:#fff;}
.img_txt_layout01 .txt_box dl dd span:last-of-type:after {display: none;}
.img_txt_layout01 .txt_box dl dd span b {color: #85c115; font-weight: 500;}



.subtable2 { width:100%; margin:20px auto; border-top:2px solid #d7a154; }
.subtable2 tr th {background:#fef8ef; color:#333; border-bottom:1px solid #dbdbdb; font-size:16px; font-weight:500; padding:10px 20px; }
.subtable2 tr td {border-bottom:1px solid #dbdbdb; padding:15px; background:#fff; line-height:26px; color:#35363a; font-size:16px; font-weight:300; letter-spacing:-0.03em;}

.ed {border:1px solid #ddd; height:35px; width:95px;}
.ed2 {border:1px solid #ddd; height:35px; width:300px;}

.apply_bt {text-align:center; margin:20px auto; padding:10px 0; }
.apply_bt li {display:inline-block; font-size:17px; border-radius:10px; }
.apply_bt li a {color:#fff;}
.apply_bt li a.btn_cancel {width:100px; padding:24px 0;  line-height:0px; font-weight:500;}
.apply_bt li input {border:0; background:#d7a154; color:#fff; font-size:20px; font-weight:500; width:150px; text-align:center; padding:10px 0; border-radius:5px; }




@media all and (max-width: 1200px) {
	.img_txt_layout01 .map_box {height: 343px;}
	.img_txt_layout01 .txt_box {width: calc(100% - 80px);}
	.img_txt_layout01 .txt_box {padding: 30px 0 30px 40px;}
	.img_txt_layout01 .txt_box dl dd {padding: 0 30px;}
}
@media all and (max-width: 1000px) {
	.img_txt_layout01 .map_box {height: 262px;}
	.img_txt_layout01 .txt_box {padding: 20px 0 20px 20px;}
	.img_txt_layout01 .txt_box {width: 100%; margin-top: 0;}
	.img_txt_layout01 .txt_box dl dt {width: 250px;}
	.img_txt_layout01 .txt_box dl dt h5 {font-size: 25px;}
	.img_txt_layout01 .txt_box dl dd {padding: 0 20px; width: calc(100% - 250px);}
	.img_txt_layout01 .txt_box dl dd p {font-size: 16px;}
	.img_txt_layout01 .txt_box dl dd span {font-size: 16px;}
}
@media all and (max-width: 767px) {
	.img_txt_layout01 .map_box {height: 220px;}
	.img_txt_layout01 .txt_box {padding: 20px;}
	.img_txt_layout01 .txt_box dl dt {width: 100%; padding: 30px 0;}
	.img_txt_layout01 .txt_box dl dd {width: 100%; border-left: none; border-top: 1px solid #e5e5e5; padding: 0;}
	.img_txt_layout01 .txt_box dl dd .t_box {display: block; padding: 30px 0 10px; box-sizing: border-box; height: initial; min-height: 129px;}
	.img_txt_layout01 .txt_box dl dd .t_box .tc_box {display: block; text-align: left;}
	.img_txt_layout01 .txt_box dl dd span:after {display: inline-block; vertical-align: middle; width: 1px; height: 9px; background: #fff; margin: 0 10px; content: '';}
}



.history {width:100%; height:100%; overflow: hidden; margin-top:80px;}
.history .historyWrap {width:100%; height:100%;}
.history .historyWrap:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.history .historyWrap .hisBigYear {float:left; width:430px; font-size:40px; font-weight:700; color:#04872a;}
.history .historyWrap .hisBigContent {float:left;}
.history .historyWrap .hisBigContent .hisBigContentWrap {margin-bottom: 35px;}
.history .historyWrap .hisBigContent .hisBigContentWrap:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}

.history .historyWrap .hisBigContent .hisBigContentWrap .hisYear {float:left; font-size:30px; font-weight:700; color:#04872a; padding-right: 90px; position: relative; width:150px;}
.history .historyWrap .hisBigContent .hisBigContentWrap .hisYear:after {content : ""; position: absolute; right: 0; top: 20px; height: 1px; width: 43px; border-bottom:1px solid #04872a; }
.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent {float:left; position: relative; }
.history .historyWrap .hisBigContent .hisBigContentWrap .line1:before {content : ""; position: absolute; left: 0; top: 0px; height: 400%; width: 1px; border-left:1px solid #bababa; }
.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap {padding-bottom:5px; margin-top: 10px;}
.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap .hisConMonth {float:left; font-size:24px; color:#252525; font-weight: 500; padding-left: 65px; font-family: 'Titillium Web';}
.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap .hisConMonth span {position: relative;}
.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap .hisConMonth span:before {position: absolute; top: 10px; left: -50px;vertical-align: middle; display: inline-block; width:0; height:0; border-top:16px solid #04872a; border-right:16px solid transparent; content: ""; }
.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap .hisConTxt {float:left;font-size:18px;line-height:30px;color:#252525;padding-left: 60px;word-break: keep-all;padding-top: 3px;}
.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap .hisConTxt ul .dongbu_steel{padding-right:180px}
.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap .hisConTxt ul li:before {content: ""; position:absolute; width:4px; height:4px; background:#04872a; text-align:left; margin-left:-10px; border-radius:5px; margin-top:12px;}

@media screen and (max-width: 1024px){
	.history .historyWrap .hisBigYear {width: 40%;}
	.history .historyWrap .hisBigContent .hisBigContentWrap{padding-left:4px;}
}

@media screen and (max-width: 768px){
	.history .historyWrap .hisBigYear {float: none; display:none;}
	.history .historyWrap .hisBigContent {float:none;}
	.history .historyWrap .hisBigContent .hisBigContentWrap {margin-bottom: 0px;}
	.history .historyWrap .hisBigContent .hisBigContentWrap .line1:before {border-left:0;}
	.history .historyWrap .hisBigContent .hisBigContentWrap .hisYear {float: none; padding-left:15px; font-size:20px;}
	.history .historyWrap .hisBigContent .hisBigContentWrap .hisYear:after {width: 0;}
	.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap {padding-bottom: 30px;}
	.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap .hisConMonth {padding-left: 35px;}
	.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap .hisConMonth span:before {left: -30px;}
	.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap .hisConTxt {font-size:15px; padding-left: 30px;padding-top: 4px;}
	.history .historyWrap .hisBigContent .hisBigContentWrap .hisContent .hisContentWrap .hisConTxt ul .dongbu_steel{padding-right:0px}
}
/*	연혁 End	*/


.embed-container {
 position: relative; 
padding-bottom: 56.25%; 
height: 0; 
margin-top:15px;
overflow: hidden; 
max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; }