@charset "UTF-8";
@import url('fonts.css');  


/********************************************************
■ 사이트 초기 설정
********************************************************/
:root {
	/* 테마 전체 색상 */
    --main-color1:#f77100;
    --main-color2:#e49c00;
    --main-color3:#061635;
    --main-color1-rgb:4, 52, 143;
    --main-color2-rgb:255, 165, 15;
    --main-color3-rgb:11, 61, 153;
    --main-width:1200px;

    /* sns 색상 */
    --kakao-color:#ffe800;
    --instagram-color:linear-gradient(to bottom, #8452a1, #ea2d87, #ef4c3e, #efcb6b);
    --naver-color:#06be34;
    --facebook-color:#435e99;
    --youtube-color:#d4262c;
    --twiter-color:#27a9e0;

	/* 게시판 아이콘 색상 */
	--board-secret-color:#333;
	--board-new-color:#eeb506;
	--board-hot-color:#d91426;
	--board-file-color:#333;
	--board-link-color:#195dae;

	/* 컬러 */
    --color-red:#fd1f2a;
    --color-orange:#ff5f15;
    --color-yellow:#f8af11;
    --color-green:#63b417;
    --color-blue:#0041a3;
    --color-navy:#05102c;
    --color-purple:#53237a;
    --color-pink:#ec4f71;
    --color-beige:#ddc2ad;
    --color-brown:#381e13;
    --color-gray:#bfc2ca;
    --color-skyblue:#44abe7;

	/* .c padding값 */
    --c-padding:15px;

    /* 메인&서브 좌우 패딩 */
    --top-padding:3vw;
}

body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button{margin:0;padding:0; font-size:14px; color:#333; line-height:1.6em; font-family: "Paperlogy", sans-serif; font-weight:400; letter-spacing:-0.02em;}
ul,ol,li{margin:0;padding:0;list-style:none;}

input[type=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Paperlogy", sans-serif;
}
input[type=password]::-moz-placeholder { /* Firefox 19+ */
  font-family: "Paperlogy", sans-serif;
}
input[type=password]:-ms-input-placeholder { /* IE 10+ */
 font-family: "Paperlogy", sans-serif;
}
input[type=password]:-moz-placeholder { /* Firefox 18- */
  font-family: "Paperlogy", sans-serif;
}

a, img{border:0px; vertical-align:middle;}
a{text-decoration:none;}
/*a:hover{ color:#00529B;}*/
strong{font-weight:500;}
.list-unstyled {list-style:none}

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}



/* 작은기기 Mobile 상단 */
#mobile_header {width:100%; height:60px;  line-height:60px; border:0px solid red; z-index:99999; display:none;}
#mobile_header .inner {top:0; left:0; width:100%; height:60px; line-height:60px; background:rgba(0,0,0,0.8); z-index:999;}
#mobile_header h1 { width:220px; padding-top:14px; text-align:left;  padding-left:10px;}
#mobile_header h1 img { width:75%; overflow:hidden;}
#mobile_header .m_gnb li {list-style:none;}
#mobile_header .m_gnb li a {display:block; top:0; width:100%; text-align:center; color:transparent;}
#mobile_header .m_gnb li.category a i {float:left; position:absolute; width:20px; height:20px; line-height:20px; right:20px; top:20px; font-size:28px; color:#fff;}
#back_cover {position:absolute; display:none; left:0; top:0;  width:100%; height:100%; top:0px; background:rgba(0,0,0,0.7); z-index:99998;}
#mobileMenu {display:inline; position:fixed; top:0; left:-300px; width:269px; height:100%; background-color:#fff; z-index:9999999;}
#mobileMenu .side_title{height:60px; line-height:60px; background-color:#111111; color:#fff; text-align:center; font-size:1.5em; cursor:pointer;}
#mobileMenu .navi_bg{ width:100%;}
#mobileMenu .nav { width:100%; margin:0 auto;  padding:0; list-style: none; overflow:hidden;  box-sizing:border-box;}
#mobileMenu .nav ul { width:100%; margin:0; padding:0;}
#mobileMenu .navi_set{ display:inline;  margin:0; padding:10px 0 10px 0; text-align:center;  }
#mobileMenu .navi_set > div {display:block; width:100%; height:45px; line-height:45px; border-bottom:1px solid #eee; text-align:left;font-size:1.0em; color:#333; cursor:pointer;  text-indent:20px; font-weight:500; background-color:#fff; color:#333; text-indent:10px; cursor:pointer;}
#mobileMenu .navi_set > div a{display:block; width:100%; }
#mobileMenu .navi_set ul {display:none;}
#mobileMenu .navi_set ul li {list-style:none; border-bottom:1px solid #eee;}
#mobileMenu .navi_set ul li a{display:block; width:100%; height:45px; line-height:45px; text-align:left; font-size:1.0em; font-weight:500;color:#333; cursor:pointer;  text-indent:20px; background-color:#fff;}
#mobileMenu .navi_set ul li a:hover{color:#fff; background-color:#aaa; }
#gnba {background-color:#444; text-align:center; padding:25px 0; height:90px;}
#gnba i{color:#fff; font-size:40px;}
#gnba .estimate{float:left; width:110px; border:1px solid #fff; margin-left:20px;}
#gnba .estimate a{position:relative; padding-left:30px; line-height:32px; font-size:0.98em; color:#fff; cursor:pointer; background:url("../img/language_icon01.png") left 5px center no-repeat;}
#gnba .all{float:right; width:100px; border:1px solid #fff; margin-left:5px; margin-right:20px;}
#gnba .all a{display:block; line-height:32px; text-align:center; font-size:0.98em;  color:#fff;}

.mobileFixed{position:fixed !important; top:0; left:0;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	#mobile_header{display:block; min-width:320px; }
}

/* 큰기기 PC 상단 */
#header_wrap { width:100%; min-width:1200px; overflow-x:hidden;}
.wrap_box { position:relative; width:100%; max-width:1200px; margin:0 auto; background:none; }
#header { position:absolute; top:0; left:0; width:100%; min-height:80px; background:rgba(0,0,0,0.8); z-index:999 !important;}
#header_wrap .header_on {border-bottom:0px solid #999;}
#header h1 { position:absolute; display:block;  line-height:45px; top:12px;left:0; transition: all .3s ease-in-out; background:none;}
#header h1 a img{vertical-align:middle;}
#lnb {position:relative; float:left; margin-left:220px; line-height:80px !important; background:none;}
#lnb .lnb_wrap { position:relative; overflow:hidden; visibility:hidden; height:340px;}
#lnb .lnb_wrap > ul > li { float:left;  }
#lnb .lnb_wrap > ul > li > a { display:block; width:100%; padding:0 24px; font-size:1.12em; font-weight:600; color:#fff; height:80px; line-height:80px;font-family: "Paperlogy", sans-serif; }
#lnb .lnb_wrap > ul > li > a > span{display:block; background:#C53428; width:0px; height:2px; margin:0 auto; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#lnb .lnb_wrap > ul > li.current > a, #lnb .lnb_wrap > ul > li.actived > a { color:#fff; font-weight:600; border-bottom:0px solid rgba(255,255,255,1); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#lnb .lnb_wrap > ul > li.current > a > span, #lnb .lnb_wrap > ul > li.actived > a > span{display:block; background:#C53428; width:100%;}
#lnb .lnb_sub { margin-top:10px;text-align:center; }
#lnb .lnb_sub li a { display:block; color:rgba(255,255,255,1); font-weight:400; padding:0; margin:0 0 6px 0; height:28px; line-height:28px; font-size:0.96em; letter-spacing:-0.5px; }
#lnb .lnb_sub li a:hover { display:block; color:rgba(255,255,255,0.8); font-weight:500; }
#gnb_right {position:absolute; right:0; margin-top:22px; }
#gnb_right .estimate{float:left; width:120px; border:1px solid #fff;}
#gnb_right .estimate a{position:relative; padding-left:30px; line-height:30px; font-size:0.92em; color:#fff; cursor:pointer; background:url("../img/language_icon01.png") left 5px center no-repeat;}
#gnb_right .all{float:right; width:90px; border:1px solid #fff; margin-left:5px;}
#gnb_right .all a{display:block; line-height:32px; text-align:center; font-size:0.98em;  color:#fff;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	#header_wrap {display:none;}
}

.pcMenu .header_in {  transition: all .3s ease-in-out;}
.pcFixed { min-height:auto !important;}
.pcFixed .header_in { position:fixed !important; top:0px; width:100% !important;width:100%; min-height:80px; background:rgba(0,0,0,0.9); border-bottom:px solid #ddd;}
.pcFixed .header_in #lnb { margin-top:0;}
.pcFixed .header_in #lnb .lnb_wrap > ul > li > a { height:80px; line-height:80px; color:#fff;}
.pcFixed .header_in #lnb .lnb_sub li a { display:block; color:rgba(255,255,255,1); padding:0; margin:0 0 12px 0; height:28px; line-height:28px; font-size:0.96em; letter-spacing:-0.5px;}
.pcFixed .header_in #lnb .lnb_sub li a:hover { display:block; color:rgba(255,255,255,0.8); font-weight:500; }
.pcFixed .header_in #gnb_right {position:absolute; right:0; margin-top:22px; }
.pcFixed .header_in #gnb_right .estimate{float:left; width:120px; border:1px solid #fff;}
.pcFixed .header_in #gnb_right .estimate a{position:relative; padding-left:30px; line-height:30px; font-size:0.92em; color:#fff; cursor:pointer; background:url("../img/language_icon01.png") left 5px center no-repeat;}
.pcFixed .header_in #gnb_right .all{float:right; width:90px; border:1px solid #fff; margin-left:5px;}
.pcFixed .header_in #gnb_right .all a{display:block; line-height:32px; text-align:center; font-size:0.98em;  color:#fff;}
.pcFixed .header_in h1 {  height:45px; line-height:45px !important;}
.pcFixed .header_in h1 img { vertical-align:middle;}


/* 서브 */
#sub_visual{width:100%; height:380px; text-align:center; background:#e8e9eb; }
#sub_visual .backgroundimg {position:relative; width:100%; text-align:center; margin:0 auto; height:320px; z-index:0; }
#sub_visual .visual_area {width:100%; max-width:1920px; height:380px; margin:0 auto; }
#sub_visual .visual_area .title{ position:relative; padding-top:160px; text-align:center; padding-bottom:0px; font-size:2.6em; font-weight:600; color:#fff; text-transform:uppercase;  z-index:10;} /*대문자로*/
#sub_visual .visual_area .title:after{display:block; content:""; width:5%; height:1px;  margin:10px auto; background:#fff;}
#sub_visual .visual_area .normal_txt{margin:0px 0; font-size:1.4em; color:#fff; text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; font-family: 'Noto Sans KR', sans-serif;}
#sub_visual .visual_area .normal_txt .color1{padding-top:14px; font-size:16px; color:#fff; font-weight:300; line-height:26px;}

/* 서브 위치 표시*/
#sub_wrapper{ position:relative; width:100%; max-width:1200px; margin:0 auto; background:none;}
#sub_wrapper:after{ content:""; display:block; clear:both;}
#sub_menu{ display:block; width:100%;  margin:0px auto; background:# ; } /*메뉴가림*/
#sub_menu .sub_tab{width:100%; max-width:1200px; text-align:left; margin:0 auto; }

#sub_menu .sub_location { position:relative; top:-60px; width:100%;  height:60px; border-bottom: 1px solid #657da8; font-size: 0; background:#6d7996; margin:0 auto; z-index:99;}

#sub_menu .sub_location > div{position:relative;  width:100%; max-width:1200px; height:60px; font-size: 0; background:#6d7996; margin:0 auto;  border-bottom: 1px solid #657da8; }
#sub_menu .sub_location > div .cen{ float:left; width:60px; height:59px; line-height:60px; text-align:center; border-left: 1px solid #657da8; border-right: 1px solid #657da8;  background:#576178;}
#sub_menu .sub_location > div .cen:first-child{ border-left:0;}
#sub_menu .sub_location > div .cen i{ color:#fff; font-size:1.4em;}

#sub_menu .sub_location ul{width:100%; max-width:1200px; padding:0; margin:0; display: inline-block; width:200px; border-right: 0px solid #576178; vertical-align: top; box-sizing:border-box; }
#sub_menu .sub_location ul span:after {display:block; position:absolute; top:17px; right:0; width:1px; height:20px; background-color:#576178; content:'';}

#sub_menu .sub_location ul:first-child{ border-left: 20px solid #657da8;}
#sub_menu .sub_location ul li{position: relative; width:100%; }
#sub_menu .sub_location ul li span{display: block; padding: 0 15px; line-height: 60px; font-size:1.1em; font-weight:400; color: #fff; background: url('../img/icnLocaArr_x.png') 90% center no-repeat; cursor: pointer;}
#sub_menu .sub_location ul.on li span{background: url('../img/icnLocaArr1_x.png') 90% center no-repeat;}
#sub_menu .sub_location ul li a{width:100%; display: block; padding: 13px 15px; color: #000; border-top: 0px solid #657da8; border-bottom: 1px solid #657da8; }
#sub_menu .sub_location ul li a:hover{color: #000; background:#f1f7fb; border-top: 0px solid #657da8; border-bottom: 1px solid #657da8;}

#sub_menu .sub_location ul ul{display: none;position: absolute;top:60px; left: -1px; padding: 0px 0;background:#fff; border: 1px solid #657da8; border-top:none; z-index:99;}
#sub_menu .sub_location ul ul:last-child{display: none;position: absolute;top:60px; left: -1px; padding: 0px 0;background:#fff; border-bottom: 0px solid #657da8; border-top:none; z-index:99;}
#sub_menu .sub_location ul.on li ul{display: block;}
#sub_menu .sub_location ul.dep2 li span{color: #fff; font-size:1.1em; font-weight:400;}
#sub_menu .sub_location ul.dep2 ul{width:200px;}



/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#sub_visual{width:100%; height:210px; text-align:center; background:#e8e9eb; }
	#sub_visual .backgroundimg {position:relative; height:270px; text-align:center; margin:0 auto; height:210px; z-index:0; }
	#sub_visual .visual_area {width:100%; max-width:1920px; height:270px; margin:0 auto; }
	#sub_visual .visual_area .title{ position:relative; padding-top:100px; text-align:center; padding-bottom:0px; font-size:2.0em; font-weight:600; color:#fff; text-transform:uppercase;  z-index:10;} /*대문자로*/
	#sub_visual .visual_area .title:after{display:block; content:""; width:5%; height:1px;  margin:10px auto; background:#fff;}
	#sub_visual .visual_area .normal_txt{margin:0px 0; font-size:1.4em; color:#fff; text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; font-family: 'Noto Sans KR', sans-serif;}
	#sub_visual .visual_area .normal_txt .color1{padding-top:14px; font-size:16px; color:#fff; font-weight:300; line-height:26px;}

	#sub_menu .sub_location { position:relative; top:60px; width:100%;  height:60px; border-bottom: 1px solid #657da8; font-size: 0; background:#6d7996; margin:0 auto; z-index:99;}
	#sub_menu .sub_location > div .cen{ display:none;}
	#sub_menu .sub_location ul{width:50%;}
	#sub_menu .sub_location ul:first-child{border-left:0px; }
	#sub_menu .sub_location ul.dep2{border-right:0px;}
	#sub_menu .sub_location ul ul{width:100.8% !important;}	
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	
	#sub_print .path { display:none;}
	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}
	.sub_location ul ul{width:100.8% !important;}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#sub_visual{height:210px; }
	#sub_visual .backgroundimg{height:270px; }
	#sub_visual .visual_area {height:270px; background-position:center top; background-size:cover;}
}

#sub_print { position:absolute; width:100%; max-width:1200px; margin:0px auto; top:-60px; left:50%; margin-left:-600px; border:0px solid red;}
#sub_print .path { position:absolute; top:0px; right:0; z-index:99; border-left: 1px solid #576078; border-right: 1px solid #576078; }
#sub_print .path .print{ float:left; width:60px; height:59px; line-height:60px; text-align:center;   background:#6d7996;}
#sub_print .path .print:first-child{ border-left:0;}
#sub_print .path .print i{ color:#fff; font-size:1.4em;}


#sub_print .title_set{padding-top:220px; word-break:keep-all;}
#sub_print .title_set .tit{font-size:50px; color:#fff; font-weight:700; font-family: 'Roboto', sans-serif;}
#sub_print .title_set .s_tit{padding-top:14px; font-size:16px; color:#fff; font-weight:300; line-height:26px;}

#sub_print .title{ position:relative; text-align:center; padding-bottom:0px; font-size:3.6em; font-weight:600; color:#fff; text-transform:uppercase; } /*대문자로*/
#sub_print .title:after{display:block; content:""; width:5%; height:1px;  margin:10px auto; background:#fff;}
#sub_print .normal_txt{margin:0px 0; font-size:1.2em; color:#fff; text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; font-family: 'Noto Sans KR', sans-serif;}
#sub_print .normal_txt .color1{padding-top:14px; font-size:16px; color:#fff; font-weight:300; line-height:26px;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#sub_print { margin:0px auto; padding:0; left:0%; margin-left:0px; background:none;}
	#sub_print .path { display:none; }
	#sub_print .title{ font-size:2em; }
	#sub_print .title:after{display:block; content:""; width:20%; height:3px; background:#fff; margin:10px auto; }
	#sub_print .normal_txt{font-size:1.2em;  color:#fff;  text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; text-shadow: 0px 1px 4px #333; font-family:'s-core-dream', sans-serif}
	#sub_print .normal_txt .color1{color:#fd7701;}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#sub_print {top:15%; background:none; margin:30px auto;}
	#sub_print .title{  font-size:2em;  } 
	#sub_print .normal_txt{font-size:1em;}
}

.scontents{width:100%; max-width:1200px; height:100%;  margin:0px auto; padding:0px 0 60px 0; background:none; }
.scontents:after{ content:""; display:block; clear:both;}
.scontents .bg_vline { display: block; width:1px; height:20px; background: url('../img/bg_vline.gif') no-repeat center; margin:0px auto; }
.scontents h3.title {  font-size: 1.8em;  text-align: center; margin-top:20px;}
.scontents .eng {  display:block; text-align:center; font-size: 1.8em;  font-weight:500;  margin:10px 0;}
.scontents .eng em { color: #c53528; font-style: normal;}
.scontents .stitle { font-size:1.2em; line-height:28px; text-align:center; color:#333; margin-bottom:20px; }

/* 반응형 대형기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){
	.scontents{width:96%;}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	
	.scontents{padding:80px 0px;}
	.scontents .eng { font-size: 2em; }
	.scontents .stitle { margin-bottom:30px; }	
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	.scontents .eng { font-size: 2em; }
	.scontents .stitle { font-size:1em;  }
}


#mcontents {position:relative; width:100%; margin:0; padding:0; z-index:1; background:#fff; margin-top:0px;}

#container {position:relative; width:100%; margin:0; padding:0; z-index:1; background:#fff; margin-top:0px;}


/* main_slider section (메인 슬라이드 영역) */
#main_visual{clear:both; position:relative; text-align:center; width:100%; padding:0; margin:0px auto; overflow:hidden; }
#main_visual:after{ content:""; display:block; clear:both;}
#main_visual .main-slider-image {position:relative;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center}
#main_visual .main-slider-image:after{width:100%; height:680px; position: absolute;  content: ""; }
#main_visual .main-slider-image:before{width:100%; height:680px; position: absolute;  content: ""; }
#main_visual .swiper-slide{width:100%; height:680px; padding:0; background-color:#000; overflow:hidden;}
#main_visual .swiper-slide div.background{width:100%; height:100%; }
#main_visual .sliderkit-text {width:100%; max-width:1200px; border:0px solid red; position:absolute; bottom:23%; left:50%; text-align:left; transform:translate(-50%,0); margin-left:0px; }
#main_visual .sliderkit-text h1{position:relative; font-size:3.2rem; line-height:1.2; font-weight:800; margin-bottom:30px; font-family: 'KIMM_Bold'; color:#fff; text-shadow: 0px 1px 4px #000; padding-bottom:10px;}	
#main_visual .sliderkit-text h1 b{color:var(--main-color1); }
#main_visual .sliderkit-text h2{font-size:1.4rem;  color:#fff; line-height:1.5em; text-shadow: 0px 1px 4px #000; padding-bottom:50px;}
#main_visual .btn-more  {padding-top:50px; text-align:center; color:#000; border-color:#000;}
#main_visual .btn-more a {position:relative;display:inline-block;overflow:hidden;padding:8px 30px;letter-spacing:2px;font-size:1.12rem;  color:var(--main-color4); ; line-height:1.2em; font-weight:700; border-width:1px;border-style:solid;border-color:var(--main-color4); ;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease}
#main_visual .btn-more a:hover {color:#fff; }
#main_visual .btn-more a:before {content:"";position:absolute;top:0;left:0;bottom:0;right:-50px;display:block;border-right:50px solid transparent;border-bottom:80px solid #000;z-index:-1;transform: translateX(-100%);-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease;}
#main_visual .btn-more a:hover:before {transform: translateX(0);color:#000;background:#C53428}
#main_visual .sliderkit-text span{display:inline-block; height:44px; line-height:44px;padding:0 80px; margin:15px auto; background:#C53428;}
#main_visual .sliderkit-text span h2{ line-height:44px; font-size:1.3em; color:#fed700;  letter-spacing:0.05em; }
#main_visual .swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:60px; display:block;}
#main_visual .swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:60px; display:block;}

/* 반응형 대형기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){
	#scontent {margin-top:0px;}
}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	
	#main_visual .swiper-slide{width:100%; height:450px;}
	#main_visual .swiper-slide div.background{height:450px; }
	#main_visual .sliderkit-text {width:100%; bottom:23%; text-align:center; border:0px solid red; background:rgba(255,255,255,0); padding:15px 0; }
	#main_visual .sliderkit-text h1{font-size:2.4em;}
	#main_visual .sliderkit-text h2{font-size:1.2em;}
	#main_visual .sliderkit-text span{height:40px; line-height:40px; padding:0 20px; font-size:0.8em;}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	
	#main_visual .sliderkit-text {width:100%; bottom:23%; text-align:center; border:0px solid red; background:rgba(255,255,255,0); padding:15px 0; }
	#main_visual .sliderkit-text h1{font-size:1.8em;}
	#main_visual .sliderkit-text h2{font-size:1.1em;}
	#main_visual .swiper-button-next, .swiper-button-prev{display:none !important;}
	#main_visual .btn-more a {padding:5px 20px;font-size:1.1em}
}
	
.cover {
	position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/overpatternl.png') repeat;
}

/* main product rolling (K사다리 제품소개 영역) */
#product_rolling {width:100%; max-width:1200px; margin:0 auto; margin-top:50px;}
#product_rolling .inner_layout01{width:100%; min-height:500px; max-width:1200px; margin:0 auto;}
#product_rolling h2 {margin-bottom:40px; font-size:32px; color:#333; font-weight:bold; text-align:center;}
#product_rolling .swiper-container2{width:100%; height:auto; overflow:hidden;}
#product_rolling .swiper-container2 .swiper-slide{position:relative; width:295px; padding:0; margin:0;   box-sizing:border-box;}
#product_rolling .swiper-container2 .swiper-slide .gall_box {position:relative;margin:0 0 20px 0; transition:transform 700ms; border:2px solid #ddd; transition-duration:700ms;border-radius:3px;}
#product_rolling .swiper-container2 .swiper-slide .gall_box:hover{  border:2px solid #000; transition-duration:700ms; }

#product_rolling .swiper-container2 .swiper-slide a{width:100%; display:block;}
#product_rolling .swiper-container2 .swiper-slide .image img {max-width:100%;height:auto !important;padding-bottom:0%;  transition:transform 700ms; border:0px solid #ddd;  border-radius:0px; padding:3px; transition-duration:700ms;}
#product_rolling .swiper-container2 .swiper-slide .image img:hover{ border:0px solid #d60000; box-shadow: 0 0 0 0px #d60000 inset; transition-duration:700ms; }

#product_rolling .swiper-container2 .swiper-slide .txtBox{width:100%; height:160px; text-align:center; background:#fff; padding:25px 10px; }
#product_rolling .swiper-container2 .swiper-slide .txtBox .bo_cate_link  { display:inline-block;margin-bottom:15px; text-align:left;padding:3px 15px; border-radius:3px;  border:1px solid #013160; color:#013160; font-size:.875rem; }
#product_rolling .swiper-container2 .swiper-slide .txtBox .bo_subject_link { display:block; max-height:33px; text-align:left; min-height:30px; overflow:hidden; font-size:1.2em; font-weight:600; color:#555;  line-height:1.3em;  }
#product_rolling .swiper-container2 .swiper-slide .txtBox .bo_wr_5_link{ display:block; max-height:33px; text-align:left; min-height:30px; overflow:hidden; font-size:1em; color:#555;  line-height:1.3em; }
#product_rolling .swiper-container2 .swiper-slide .txtBox .bo_wr_7_link{ display:block; max-height:33px; text-align:left; min-height:30px; overflow:hidden; font-size:1.2em; font-weight:500;  color:#cc2300;  line-height:1.1em; }

#product_rolling .swiper-container2 .swiper-slide .product-btn-wrap {position:relative;margin :8px}
#product_rolling .swiper-container2 .swiper-slide .product-btn-wrap:after {content:"";display:block;clear:both}
#product_rolling .swiper-container2 .swiper-slide .product-btn-wrap .btn-e {display:block;width:50%;float:left;padding:7px;font-size:.8125rem}
#product_rolling .swiper-container2 .swiper-slide .product-btn-wrap .btn-e i {display:none}
#product_rolling .swiper-container2 .swiper-slide .product-btn-wrap .btn-e:first-child {border-right:0}

.btn_cart {background:#fff;font-size:16px;;font-weight:500;border:1px solid #ccc;color:#656565}
.btn_cart:hover {color:#ab0000;background:#f5f5f5}
.btn_wish {display:inline-block;background:#fff;font-size:16px;;font-weight:500;float:right; border:1px solid #ccc;color:#656565}
.btn_wish:hover {color:#ab0000;background:#f5f5f5}



#product_rolling .swiper-btn-wrap {position:relative; top:0; width:100%; max-width:1200px; height:100px; margin:0px auto; background:none;}
#product_rolling .swiper-btn-wrap .swiper-scrollbar-wrap1 {position:absolute; top:50px; width:100%; max-width:1200px; height:3px; margin:0px auto; z-index:0;}
#product_rolling .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar2{width:150px; height:3px; left:0; right:0; bottom:7px; margin:0 auto; background:rgba(0,0,0,.1)}
#product_rolling .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar-drag{height:100%; width:100%; position:relative; background:rgba(0,0,0,.5);}
#product_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 {position:absolute; top:20px; width:100%; max-width:1200px; height:40px; text-align:center; margin:0px auto; z-index:20; background:none;}
#product_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2{background:url("../img/list_prev_on2.png"); left:0%; right:auto; cursor:pointer;}
#product_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2{background:url("../img/list_next_on2.png"); right:0%; left:auto; cursor:pointer;}
#product_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2, .swiper-button-prev2{position:absolute; top:auto; bottom:0px; width:40px; height:40px;}
#product_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2.swiper-button-disabled{opacity:1; background:url("../img/list_next_off2.png");}
#product_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2.swiper-button-disabled{opacity:1; background:url("../img/list_prev_off2.png");}


/* main product section (제품소개1 영역) */
#main_product_wrap01 { width:100%; padding:20px 0 50px 0; background:#f3f3f3;}
#main_product_wrap01 .inner_layout01{width:100%; min-height:1700px; max-width:1200px; margin:0 auto;}
#main_product_wrap01 h2 {margin-top:30px; margin-bottom:30px; font-size:30px; color:#333; font-weight:bold; text-align:center;}
#main_product_wrap01 ul li{float:left; width:24%; margin-left:1%;  margin-top:15px; border-radius:0 10px 0 10px; overflow:hidden; transition:.2s; transition-property:inherit !important;}
#main_product_wrap01 ul li:nth-child(4n+1) {margin-left:0}
#main_product_wrap01 ul li:nth-child(1){background:url("../img/main_product01.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(2){background:url("../img/main_product02.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(3){background:url("../img/main_product03.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(4){background:url("../img/main_product04.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(5){background:url("../img/main_product05.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(6){background:url("../img/main_product06.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(7){background:url("../img/main_product07.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(8){background:url("../img/main_product08.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(9){background:url("../img/main_product09.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(10){background:url("../img/main_product10.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(11){background:url("../img/main_product11.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li:nth-child(12){background:url("../img/main_product12.jpg") center no-repeat; background-size:cover;}
#main_product_wrap01 ul li a {padding:60px 0 0 0; display: block; min-height:380px; font-size:20px; font-family:'Noto Sans KR'; font-weight:600; text-align:center; color:#fff; text-shadow:1px 2px 2px #807e7e; background:rgba(0,0,0,0.3); -webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out;}
#main_product_wrap01 ul li a p{font-size:20px; font-family:'Noto Sans KR'; font-weight:600; text-align:center; color:#fff; text-shadow:1px 2px 2px #807e7e; position:absolute; top:0; left:50%; width:100%; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.5); background:rgba(0,0,0,0.3); transform:translateX(-50%); transition:.5s;}

#main_product_wrap01 ul li.on{width:24%;}
#main_product_wrap01 ul li.on a{background:none;}
#main_product_wrap01 ul li.on a p{padding:15px 0; background:rgba(1,104,172,0.7);}
#main_product_wrap01 i { font-size:45px; color:#555; }

@media all and (max-width:1200px){
	#main_product_wrap01 {background-size:90%; padding:50px 0 0px 0; background-position:right bottom -1.5%;}
	#main_product_wrap01 ul li a{min-height:380px; font-size:25px;}
}

@media all and (max-width:992px){
	#main_product_wrap01 {background-size:70%;  padding:40px 0 1060px 0;background-position:right bottom -1.5%;}
	#main_product_wrap01 h2 {margin-top:10px; margin-bottom:10px; font-size:28px; color:#333; font-weight:bold; text-align:center;}
    #main_product_wrap01 ul{width:95%; margin:0 auto;}	
	#main_product_wrap01 ul li { width:48%; margin-left:2%; margin-top:15px;}
	#main_product_wrap01 ul li:nth-child(2n+1) { margin-left:0}
	#main_product_wrap01 ul li.on{width:48%;}
	#main_product_wrap01 ul li a{min-height:360px; font-size:30px;}
}
/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	

}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#main_product_wrap01 {background-size:45%; padding:40px 0 980px 0 background-position:right bottom -1.5%;}
	#main_product_wrap01 .inner_layout01{width:100%; min-height:980px; max-width:1200px; margin:0 auto;}	
	#main_product_wrap01 h2 { margin-bottom:20px;font-size:28px} 
	#main_product_wrap01 ul li a{min-height:340px; font-size:20px; padding:20px 0;}
	#main_product_wrap01 ul li a p{font-size:16px; font-family:'Noto Sans KR'; font-weight:500; text-align:center; color:#fff; text-shadow:1px 2px 2px #807e7e; position:absolute; top:0; left:50%; width:100%; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.5); background:rgba(0,0,0,0.3); transform:translateX(-50%); transition:.5s;}
}

/* main product section (제품소개2 영역) */
#main_product_wrap02 { width:100%; padding:20px 0 50px 0; background:#fff;}
#main_product_wrap02 .inner_layout01{width:100%; min-height:860px; max-width:1200px; margin:0 auto;}
#main_product_wrap02 h2 {margin-top:30px; margin-bottom:30px; font-size:32px; color:#333; font-weight:bold; text-align:center;}
#main_product_wrap02 ul li{float:left; width:24%; margin-left:1%;  margin-top:15px; border-radius:0 10px 0 10px; overflow:hidden; transition:.2s; transition-property:inherit !important;}
#main_product_wrap02 ul li:nth-child(4n+1) {margin-left:0}
#main_product_wrap02 ul li:nth-child(1){background:url("../img/layout01_img01.jpg") center no-repeat; background-size:cover;}
#main_product_wrap02 ul li:nth-child(2){background:url("../img/layout01_img02.jpg") center no-repeat; background-size:cover;}
#main_product_wrap02 ul li:nth-child(3){background:url("../img/layout01_img03.jpg") center no-repeat; background-size:cover;}
#main_product_wrap02 ul li:nth-child(4){background:url("../img/layout02_img04.jpg") center no-repeat; background-size:cover;}
#main_product_wrap02 ul li:nth-child(5){background:url("../img/layout02_img05.jpg") center no-repeat; background-size:cover;}
#main_product_wrap02 ul li:nth-child(6){background:url("../img/layout01_img06.jpg") center no-repeat; background-size:cover;}
#main_product_wrap02 ul li:nth-child(7){background:url("../img/layout01_img07.jpg") center no-repeat; background-size:cover;}
#main_product_wrap02 ul li:nth-child(8){background:url("../img/layout01_img08.jpg") center no-repeat; background-size:cover;}
#main_product_wrap02 ul li a {padding:60px 0 0 0; display: block; min-height:380px; font-size:20px; font-family:'Noto Sans KR'; font-weight:600; text-align:center; color:#fff; text-shadow:1px 2px 2px #807e7e; background:rgba(0,0,0,0.3); -webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out;}
#main_product_wrap02 ul li a p{font-size:20px; font-family:'Noto Sans KR'; font-weight:600; text-align:center; color:#fff; text-shadow:1px 2px 2px #807e7e; position:absolute; top:0; left:50%; width:100%; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.5); background:rgba(0,0,0,0.3); transform:translateX(-50%); transition:.5s;}

#main_product_wrap02 ul li.on{width:24%;}
#main_product_wrap02 ul li.on a{background:none;}
#main_product_wrap02 ul li.on a p{padding:15px 0; background:rgba(1,104,172,0.7);}
#main_product_wrap02 i { font-size:45px; color:#555; }

@media all and (max-width:1200px){
	#main_product_wrap02 {background-size:90%; padding:50px 0 0px 0; background-position:right bottom -1.5%;}
	#main_product_wrap02 ul li a{min-height:380px; font-size:25px;}
}

@media all and (max-width:992px){
	#main_product_wrap02 {background-size:70%;  padding:40px 0 760px 0;background-position:right bottom -1.5%;}
	#main_product_wrap02 h2 {margin-top:10px; margin-bottom:10px; font-size:28px; color:#333; font-weight:bold; text-align:center;}
    #main_product_wrap02 ul{width:95%; margin:0 auto;}	
	#main_product_wrap02 ul li { width:48%; margin-left:2%; margin-top:15px;}
	#main_product_wrap02 ul li:nth-child(2n+1) { margin-left:0}
	#main_product_wrap02 ul li.on{width:48%;}
	#main_product_wrap02 ul li a{min-height:360px; font-size:30px;}
}
/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	

}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#main_product_wrap02 {background-size:45%; padding:40px 0 980px 0 background-position:right bottom -1.5%;}
	#main_product_wrap02 .inner_layout01{width:100%; min-height:980px; max-width:1200px; margin:0 auto;}	
	#main_product_wrap02 h2 { margin-bottom:20px;font-size:28px} 
	#main_product_wrap02 ul li a{min-height:340px; font-size:20px; padding:20px 0;}
	#main_product_wrap02 ul li a p{font-size:16px; font-family:'Noto Sans KR'; font-weight:500; text-align:center; color:#fff; text-shadow:1px 2px 2px #807e7e; position:absolute; top:0; left:50%; width:100%; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.5); background:rgba(0,0,0,0.3); transform:translateX(-50%); transition:.5s;}
}


/*---------- 메인 하단 퀵메뉴 ----------*/
#main_banner {position:relative; top:-20px; width:100%;  max-width:1200px; margin:50px auto; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
#main_banner:after{ content:""; display:block; clear:both;}
#main_banner .con_box { width:100%; height:260px;  }
#main_banner .con_box:after{ content:""; display:block; clear:both;}
#main_banner .con_box li { float:left; position:relative; text-align:center; width:25%; height:100%; border-left:1px solid #ddd;  box-sizing:border-box; overflow:hidden;} 
#main_banner .con_box li:last-child { border-right:1px solid #ddd;}
#main_banner .con_box li .hover_area i {  display:inline; width:30px; height:30px; padding:5px 0 5px 0; vertical-align:middle;  font-size:2.5em; color:#000; text-align:center; }
#main_banner .con_box li .hover_area { position:absolute; left:0; top:0; display:block; width:100%; height:100%; padding-top:40px; box-sizing:border-box; background:rgba(0,0,0,0); border-radius:30px; transition:0.6s; }
#main_banner .con_box li .hover_area b { position:relative; display:block; padding-top:20px; font-size:1.5em; font-weight:400; color:#222; }
#main_banner .con_box li .hover_area p { padding:0 10px; margin-top:10px; font-size:1em; line-height:20px; color:#777; transition:0.6s; letter-spacing:0.05em; }
#main_banner .con_box li .hover_area span.btn_view { display:inline-block; width:30px; height:30px; line-height:30px; margin-top:30px; transition:0.6s; background:url('../img/btn_view.png') no-repeat 50% 50%;}
#main_banner .con_box li .hover_area:hover i {color:#b82835;}
#main_banner .con_box li:hover{background:#f7f7f7; transition:0.6s;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#main_banner {position:relative; top:0px; width:100%; margin:0 auto; border-bottom:none;  margin-top:1px; }
	#main_banner .con_box li { width:50%;  border-bottom:1px solid #ddd;} 
	#main_banner .con_box li:last-child { border-right:none;}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	

}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#main_banner {position:relative; top:0px; width:100%; margin:0 auto; border-bottom:none;  margin-top:1px; }
	#main_banner .con_box li { width:50%; height:210px;  border-bottom:1px solid #ddd;} 
	#main_banner .con_box li .hover_area p { display:none; }
}


/*---------- 메인 하단 고객센터 ----------*/
#copy_bnr{width:100%; height:200px; margin:0px auto; overflow:hidden;  }
#copy_bnr:after{ content:""; display:block; clear:both;}
#copy_bnr .copy_bnr_left {float:left; width:50%; height:200px; background:#2d3238 url('../img/copy_bnr_back.jpg')no-repeat; background-position:right center; }
#copy_bnr .copy_bnr_left .cs_area { float:right; width:600px; text-align:left;  padding:30px 0 30px 10px; }
#copy_bnr .copy_bnr_left .cs_area a {display:block; }
#copy_bnr .copy_bnr_left .cs_area p.cs_tit{ display:block; font-size:1.2em;  color:#fff; line-height:1.25em;}
#copy_bnr .copy_bnr_left .cs_area p.cs_tel{ display:block; font-size:2em;  font-weight:400; color:#fff; margin:10px 0; }
#copy_bnr .copy_bnr_left .cs_area span.cs_txt {display:block; font-size:1em; color:#777; line-height:1.5em;  }

#copy_bnr .copy_bnr_right {float:right; width:50%; height:200px; background:#c53528; } 
#copy_bnr .copy_bnr_right .g_map {float:left; position:relative; width:100%; height:200px; background:#eee; z-index:0;}
#copy_bnr .copy_bnr_right .g_map_go { position:absolute; top:40%; left:50%; margin-left:-80px; padding:10px 40px; color:#fff;  border:1px solid #fff; z-index:99;}
#copy_bnr .copy_bnr_right .g_map_go:hover { display:block; color:#000; background:#fff;  transition:0.6s;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#copy_bnr{height:auto;}
	#copy_bnr .copy_bnr_left {width:100%; height:auto; }
	#copy_bnr .copy_bnr_left .cs_area { width:100%; }
	#copy_bnr .copy_bnr_right { width:100%; height:auto; } 
	#copy_bnr .copy_bnr_right .g_map {width:100%; }
}


/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	.g_map {width:100%; height:300px; overflow:hidden;}
}

/* 하단 */
#footer {position:relative;background:#212121; width:100%;}
#footer .footer-top {margin-bottom:20px;padding:0px 0 20px 0;border-bottom:1px solid #353535; max-width:1200px; margin:0 auto; }
#footer .footer-top:after {content:"";display:block;clear:both}
#footer .footer-nav {width:50%;float:left;padding-top:20px;}
#footer .footer-nav a {color:#959595;font-size:1.06em; font-weight:400;margin-right:20px}
#footer .footer-aside {position:relative;width:50%;float:right;margin-top:25px;}
#footer .footer-cont {color:#757575;font-size:1.06em; font-weight:400; max-width:1200px; margin:0 auto; padding-top:20px;}
#footer .footer-cont span {display:inline-block;position:relative;padding-right:15px;margin-right:10px}
#footer .footer-cont span:after {content:"";position:absolute;top:4px;right:0;width:2px;height:12px;background-color:#414141}
#footer .footer-cont .last-span {padding-right:0;margin-right:0}
#footer .footer-cont .last-span:after {display:none}
#footer .footer-cont span a {color:#959595}
#footer .footer-cont span a:hover {text-decoration:underline}
#footer .footer-copyright {color:#757575;font-size:13px;text-align:center;margin-top:30px; padding:10px 0}
#footer .family-site {position:absolute;top:-11px;right:0;margin-bottom:0;width:250px;z-index:1000;}
#footer .family-site dt {position:relative}
#footer .family-site dt a {font-size:13px;line-height:1.2em,padding:10px;font-weight:200;color:#eee;display:block;background:rgba(255,255,255,.3)}
#footer .family-site dt a:hover {color:#fff}
#footer .family-site dt i {color:#ddd;float:right;display:inline-block;padding-top:5px}
#footer .family-site dd {position:absolute;bottom:32px;margin-bottom:0;width:100%;z-index:2;display:none}
#footer .family-site dd ul {margin-bottom:0;background-color:#fff;border:1px solid #c5c5c5;border-bottom:0}
#footer .family-site ul li {border-top:1px solid #c5c5c5}
#footer .family-site ul li:first-child {border-top:0}
#footer .family-site ul li a {color:#707070;font-size:13px;display:block;padding:7px}
#footer .family-site ul li a:hover {color:#cc2300}

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#footer{ min-width:320px; padding-bottom:30px; text-align:center;}
	#footer .copyright{width:100%; padding:0 30px; }
	#footer .copyright p{ text-align:center;}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	
	#footer .footer-nav {width:100%;float:left;padding-top:20px;}
	#footer .footer-aside {position:relative;width:100%;float:right;margin-top:25px;display:none;}
	#footer .copyright span{font-size:1em;}
	#footer .copyright p{font-size:0.8em;}
}

/* PC용 퀵메뉴 */
#backtotop{ position:fixed; bottom:85px; right:27px; z-index : 1000; display:inline-block;}
.quick_menu nav div { width:57px; height:57px; line-height:57px; font-size:1.5em; text-align:center; background:rgba(0,0,0,0.5);  margin:15px 0; border-radius:15px; transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; }
.quick_menu nav div:hover {background:#c53528; /*rgba(0,0,0,0.9);*/}
.quick_menu nav div i { display:inline-block; vertical-align:top; text-align:center; width:100%; height:30px; line-height:23px; font-size:0.85em; }
.quick_menu nav div a { display: inline-block; position: relative; width: 30px; height: 30px; text-align: center; color:#fff; text-decoration:none; }
.quick_menu nav div a span {font-size:0.7em; display: inline-block; position: absolute; top: 20%; right: 70px; opacity: 0;/*화살전체위치*/ white-space: nowrap; padding: 5px 8px; border-radius: 3px 3px; background:#c53528; /*rgba(0,0,0,0.9);*/ color: #fff; margin-top:-2px; line-height: 1em; -webkit-transition: all 300ms; -moz-transition: all 300ms; -ms-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; }
.quick_menu nav a span:before {content: ''; position: absolute; right:-10px; top: 50%; margin-top:-5px; border:5px solid transparent; border-left-color:#c53528; /*rgba(0,0,0,0.9);*/ }/*화살모양*/
.quick_menu nav a:after { position: absolute; content: ''; display: inline-block; width: 30px; height: 30px; margin-left: -5px; margin-top: -10px; top: 50%; left: 50%; }
.quick_menu nav a:hover { opacity: 1; }
.quick_menu nav a:hover span { right: 50px; opacity: 1; }
.quick_menu nav a.active { color: #333; opacity: 1; }

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#backtotop{right:15px;}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	
	#backtotop{display:none !important;}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	.quick_menu{ display:none;}
}



.tbl{width:100%; border-top:1px solid #333; border-collapse:collapse;}
.tbl th{width:30%; background-color:#f2f2f2; border-bottom:1px solid #ccc; padding:5px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tbl td{width:70%; border-bottom:1px solid #ccc; padding:5px 0; text-indent:10px; font-size:0.9em;}

.tba{width:100%; border-top:1px solid #333; border-collapse:collapse; background-color:#fff;}
.tba th{width:35%; background-color:#f2f2f2; border-bottom:1px solid #ccc; padding:6px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tba td{width:65%; border-bottom:1px solid #ccc; padding:6px 0; text-indent:10px; font-size:0.9em;}

.policy_box{border:1px solid #ddd; padding:10px; height:160px; overflow:auto;}



/* 
	반응형 게시판 관련
	아래 소스는 그대로 두시는 편이 좋습니다.	
*/
#bo_sch #sfl{width:19%;}
#bo_sch .sch_input{width:65%;}
.select_bo_cate {width: 100%;	margin:0 auto;	 padding:0; display: block;	height: 40px;		border: 1px solid #ddd;		background: #fff;		position: relative;		text-align: left;	box-sizing:border-box; margin-bottom:20px; z-index:99;}
.select_bo_cate a.sel {color: #333;	height: 40px;	line-height: 40px;	width: 100%;	display: block;		background: url(/theme/business03/img/select.gif) no-repeat top right;	font-size: 1em;		cursor: pointer;	text-indent:15px;}
.select_bo_cate a:hover {	text-decoration: none; }
.select_bo_cate ul{display:none; width:100%; margin:0; padding:0;  background:#333; border:1px solid #333; margin-top:-1px;}
.select_bo_cate ul li{width:100%; margin:0; padding:0;	}
.select_bo_cate li a {width:100%; margin:0; padding:0;	list-style: none;	display: block;	 height: 30px;	line-height: 30px;	font-size: 1em;	color:#fff;text-indent:10px;}


.mview{display:none;}

@media all and (max-width:1160px){ 
	#bo_sch #sfl{width:17%;}
	#bo_sch .sch_input{width:60%;}
}

@media all and (max-width:992px){ 
	#bo_sch{width:100%;}
	.mview{display:none;}
	#bo_cate_ul li{width:15%; min-width:100px;}
	#bo_cate a{padding:0 10px;}
}
@media all and (max-width:768px){ 
	.snone{display:none;}
	#bo_gall .gall_box{margin:0 0 20px 0}
	.gall_row .col-gn-3, .gall_row .col-gn-4, .gall_row .col-gn-5{width:50%;}
	.gall_row .box_clear{clear:none;}
	.gall_text_href{font-size:0.9em;}

	#bo_v_con iframe{width:100%; height:auto; min-height:450px;}

	.mnone{display:none;}
	.mview{display:block;}

	.bo_w_info1{width:100% !important; margin-top:10px;}

	#bo_sch .sch_input{width:60%;}
	
	#sch_res_detail{padding:10px;}
	#sch_res_detail select{width:100%; margin-bottom:5px;}
	#sch_res_detail .frm_input{width:100%;}	
	#sch_res_detail .btn_submit{position:absolute; float:right; right:0; margin-top:-40px;}

	#faq_sch{padding:10px 0;}
	#faq_sch .frm_input{width:100%;}	
	#faq_sch .btn_submit{position:absolute; float:right; right:0; margin-top:-40px;}

	#bo_w .bo_w_info .frm_input{width:100%; margin-top: 10px;}
	#bo_w #wr_password{margin-left:0px; margin-top:10px;}

	#bo_gall .gall_webzine .gall_img{width:100%; float:none; margin:0 auto;}
	#bo_gall .gall_webzine .gall_text_href{width:100%; float:none; margin:0 auto; margin-top:10px;}

	.bo_g{width:100%;}
	.bo_t{width:100%; margin-top:20px;}

	#bo_w .bo_w_mail{width:100%;}
	#bo_w .bo_w_hp{width:100%;}

	#register_form{padding:10px;}	
	
	.form_01 li input[type=text]{width:100%;}
	.form_01 li .half_input{float:left; width:100%;}
	.form_01 li .right_input{margin-top:10px;}
	#reg_mb_zip{width:150px;}

}
@media screen and (max-width: 480px) {
	a.btn i,.btn i{display:none;}
	#bo_sch #sfl{width:20%;}
	#bo_sch .sch_input{width:55% !important;}

	#bo_cate li{min-width:auto;}
	#bo_cate a {padding:0px 10px;}

	#bo_v_con iframe{min-height:300px;}

	.mbskin{width:100%;}

	#bo_v_share .btn{padding:0 10px;}

	#bo_gall .gall_info .gall_date{ position:relative; display:inline-block; padding:0; margin:0px; border:0px solid red; bottom:0px; right:0;}	
	
	
}