@charset "UTF-8";
@import url('font.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:1400px;

    /* 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:13px; 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:290px; padding-top:8px; 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:15px 0;}
#gnba i{color:#fff; font-size:40px;}
#gnba a { color:#fff; text-align:center; font-size:0.85em; line-height:60px; padding:6px 15px; margin:0 1px;  background:#C53428; border-radius:3px;}
#gnba a:hover { background:#fff; color:#000; }
#gnba a.memo { background: #5CB85C; color: #fff; }
#gnba a.memo:hover { background: #449d44; color: #fff; }
#gnba a.btn2 { color:#000; text-align:center; font-size:0.85em;  line-height:60px; padding:6px 15px; margin:0 1px;  background:#fff; border-radius:3px;}
#gnba a.btn2:hover { background:#999; 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.9); 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:250px; line-height:80px !important; background:none;}
#lnb .lnb_wrap { position:relative; overflow:hidden; visibility:hidden; height:320px;}
#lnb .lnb_wrap > ul > li { float:left;  }
#lnb .lnb_wrap > ul > li > a { display:block; width:100%; padding:0 25px; font-size:1.2em; 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 12px 0; height:28px; line-height:28px; font-size:1em; letter-spacing:-0.5px; }
#lnb .lnb_sub li a:hover { display:block; color:rgba(255,255,255,0.8); font-weight:500; }
#gnbb {position:absolute; right:0; margin-top:8px; }
#gnbb a { color:#fff; text-align:center; font-size:0.85em;  line-height:60px; padding:5px 10px; margin:0 1px;  background:#C53428; border-radius:3px;}
#gnbb a:hover { background:#999; color:#fff; }
#gnbb a.memo { background: #5CB85C; color: #fff; }
#gnbb a.memo:hover { background: #449d44; color: #fff; }
#gnbb a.btn2 { color:#000; text-align:center; font-size:0.85em;  line-height:60px; padding:5px 10px; margin:0 1px;  background:#fff; border-radius:3px;}
#gnbb a.btn2:hover { background:#999; color:#fff; }
#gnbb p { position: relative; top: -6px; text-align: center; font-size: 10px; font-family: 'Adobe Clean'; font-weight: lighter; letter-spacing:1px; color: #ffffff; }

/* 반응형 중간기기 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:30px; line-height:30px; font-size:1em; 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 #gnbb a { color:#fff; text-align:center; font-size:0.85em;  line-height:60px; padding:5px 10px; margin:0 1px;  background:#C53428; border-radius:3px;}
.pcFixed .header_in #gnbb a:hover { background:#999; color:#fff; }
.pcFixed .header_in #gnbb a.btn2 {  color:#000; text-align:center; font-size:0.85em;  line-height:60px; padding:5px 10px; margin:0 1px;  background:#fff; border-radius:3px;}
.pcFixed .header_in #gnbb a.btn2:hover { background:#555; color:#fff; }
.pcFixed .header_in #gnbb p { position: relative; top: -9px; text-align: center; font-size: 10px; font-family:'Adobe Clean'; font-weight:lighter; letter-spacing:1px; color: #ffffff; }
.pcFixed .header_in h1 {  height:45px; line-height:45px !important;}
.pcFixed .header_in h1 img { vertical-align:middle;}



/* 서브 */
#sub_visual{width:100%; height:320px; 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{width:100%; margin:0 auto; }
#sub_wrapper:after{ content:""; display:block; clear:both;}
#sub_menu{ display:block; width:100%;  margin:0px auto; background:#fff; } /*메뉴가림*/
#sub_menu .sub_tab{width:100%; max-width:1200px; text-align:left; margin:0 auto; }

#sub_menu .sub_location { position:relative; top:40px; width:100%;  height:60px; border-bottom: 1px solid #657da8; font-size: 0; background:#3a5992; margin:0 auto; z-index:99;}
#sub_menu .sub_location > div{position:relative;  width:100%; max-width:1200px; height:60px; font-size: 0; background:#3a5992; 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:#3a5992;}
#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: 1px solid #657da8; vertical-align: top; box-sizing:border-box; }
#sub_menu .sub_location ul:first-child{ border-left: 1px 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.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 > 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_tit .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_tit { position:absolute; width:100%; max-width:1200px; margin:0px auto; top:180px; left:50%; margin-left:-600px; border:0px solid red;}
#sub_tit .path { position:absolute; top:200px; right:0; z-index:99; }
#sub_tit .path li { float: left; text-align:center; font-size:0.9em; padding: 0 8px 0 12px; margin:0; color: #fff; background: url('../img/ico_path.png') no-repeat left center; z-index:99; }
#sub_tit .path li a span.ic-home {padding: 0;cursor: pointer;}
#sub_tit .path li a span.ic-home i { background: url('../img/icon_home.png')no-repeat left center; display:inline-block; width:15px; height:15px;}
#sub_tit .path li:first-child { background:none;}
#sub_tit .path li:last-child { color:#fff; font-weight:500; margin-right:10px; }

#sub_tit .title_set{padding-top:220px; word-break:keep-all;}
#sub_tit .title_set .tit{font-size:50px; color:#fff; font-weight:700; font-family: 'Roboto', sans-serif;}
#sub_tit .title_set .s_tit{padding-top:14px; font-size:16px; color:#fff; font-weight:300; line-height:26px;}

#sub_tit .title{ position:relative; text-align:center; padding-bottom:0px; font-size:3.6em; font-weight:600; color:#fff; text-transform:uppercase; } /*대문자로*/
#sub_tit .title:after{display:block; content:""; width:5%; height:1px;  margin:10px auto; background:#fff;}
#sub_tit .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_tit .normal_txt .color1{padding-top:14px; font-size:16px; color:#fff; font-weight:300; line-height:26px;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#sub_tit { margin:0px auto; padding:0; left:0%; margin-left:0px; background:none;}
	#sub_tit .path { display:none; }
	#sub_tit .title{ font-size:2em; }
	#sub_tit .title:after{display:block; content:""; width:20%; height:3px; background:#fff; margin:10px auto; }
	#sub_tit .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_tit .normal_txt .color1{color:#fd7701;}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#sub_tit {top:15%; background:none; margin:30px auto;}
	#sub_tit .title{  font-size:2em;  } 
	#sub_tit .normal_txt{font-size:1em;}
}

.scontents{width:100%; max-width:1200px; height:100%;  margin:0px auto; padding:80px 0 100px 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;}


/* 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:18%; left:50%; text-align:left; transform:translate(-50%,0); margin-left:0px; }
#main_visual .sliderkit-text h1{font-size:3.4rem;  color:#fff; line-height:3.6rem; font-weight:700; font-family: 'KIMM_Bold'; text-shadow: 0px 1px 4px #000; padding-bottom:30px;}
#main_visual .sliderkit-text h1 b { color:var(--main-color1); }
#main_visual .sliderkit-text h2{font-size:1.5em;  color:#fff; line-height:1.8rem; text-shadow: 0px 1px 4px #000; padding-bottom:50px;}
#main_visual .btn-more  {padding-top:50px; text-align:center; color:#fff;border-color:#fff}
#main_visual .btn-more a {position:relative;display:inline-block;overflow:hidden;padding:8px 30px;letter-spacing:2px;font-size:1.12em;  color:#fff; line-height:1.6em; font-weight:500;color:#fff;border-width:1px;border-style:solid;border-color:#fff;-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){
	#mcontents {margin-top:0px;}
}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	
	#main_visual .swiper-slide{width:100%; height:430px;}
	#main_visual .swiper-slide div.background{height:430px; }
	#main_visual .sliderkit-text {bottom:16%; text-align:center; border:0px solid red; background:rgba(255,255,255,0); padding:15px 0; }
	#main_visual .sliderkit-text h1{font-size:2.0em;}
	#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 .swiper-button-next, .swiper-button-prev{display:none !important;}
	#main_visual .btn-more a {padding:5px 20px;font-size:1.0em}
}

	
.cover {
	position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/overpatternl.png') repeat;
}


/* introduce section (소개1 영역) */
#main_about_service {width:100%; max-width:1200px; margin:0 auto; overflow:hidden; padding-top:10px; padding-bottom:10px; }
#main_about_service .con_box { width:100%; height:260px;}
#main_about_service .con_box:after{ content:""; display:block; clear:both;}
#main_about_service .con_box li { float:left; position:relative; text-align:center; width:25%; height:100%; border-left:1px solid #ddd;  border-top:1px solid #ddd; box-sizing:border-box; overflow:hidden; background:url('../img/main/service_menu_back.gif') #033f63; } 
#main_about_service .con_box li:last-child { border-right:1px solid #ddd;}
#main_about_service .con_box li .hover_area i {  display:inline; width:30px; height:30px; padding:5px 0 5px 0; vertical-align:middle;  font-size:1.4em; color:#fff; text-align:center; }
#main_about_service .con_box li .hover_area { position:absolute; left:0; top:0; display:block; width:100%; height:100%; padding-top:25px; box-sizing:border-box; background:rgba(0,0,0,0); border-radius:30px; transition:0.6s; }
#main_about_service .con_box li .hover_area b { position:relative; display:block; padding-top:10px; font-size:1.1em; font-weight:400; color:#fff; }
#main_about_service .con_box li .hover_area p { padding:0 10px; margin-top:10px; font-size:0.87em; line-height:20px; color:#b0ceff; transition:0.6s; letter-spacing:0.05em; }
#main_about_service .con_box li .hover_area span.btn_view { display:inline-block; width:30px; height:30px; line-height:30px; margin-top:20px; transition:0.6s; background:url('../img/main/btn_view.png') no-repeat 50% 50%;}
#main_about_service .con_box li .hover_area:hover i {color:#b82835;}
#main_about_service .con_box li:hover{background:#162f41; transition:0.6s;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	#main_about_service  {position:relative; top:0px; width:100%; margin:0 auto; overflow:hidden; margin-top:1px; }
	#main_about_service .con_box li { width:50%;  border-bottom:1px solid #ddd;} 
	#main_about_service .con_box li:last-child { border-right:none;}
}


/* introduce section (소개2 영역) */
#main_about_100 {width:100%; max-width:1200px; margin:0 auto; overflow:hidden; }
#main_about_100 .img_wrap{ float:left; width:50%; height:450px; background:url('../img/main_about_img.jpg') center center no-repeat}
#main_about_100 .txt_wrap{ float:right; width:50%; vertical-align:top; background:#f7f7f7; box-sizing:border-box; }
#main_about_100 .txt_wrap .txt_cont{ width:100%; height:450px;  padding:50px;}
#main_about_100 .txt_wrap .txt_cont h2{ font-size:3.5em; font-weight:700;  line-height:1.5em; }
#main_about_100 .txt_wrap .tit{font-size:2em; font-weight:400; line-height:1.2em;  }
#main_about_100 .txt_wrap .txt{font-size:1em; line-height:1.5em; display:inline-block; word-break:keep-all; color:#333; padding:25px 0 50px;}
#main_about_100 .txt_wrap .txt:last-child{padding-top:14px}
#main_about_100 .btn_more{display:block; width:180px; height:50px; line-height:50px; background:#222; text-align:center; color:#fff; transition:0.6s;}
#main_about_100 .btn_more:hover{background:#b82835; }

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#main_about_100 {width:100%; max-width:1200px; margin:0 auto; overflow:hidden; margin-top:1px; }
	#main_about_100 .img_wrap{ width:100%; max-width:1200px;  height:350px; background:url('../img/main_about_img.jpg') center center no-repeat;}
	#main_about_100 .txt_wrap{ width:100%; }
	#main_about_100 .txt_wrap .txt_cont{ position:relative; top:-50px;  width:90%; height:auto;  padding:20px; background:#fff; margin:0 auto;}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	

}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#main_about_100 {width:100%; max-width:1200px; margin:0 auto; overflow:hidden; margin-top:1px; }
	#main_about_100 .img_wrap{ width:100%; max-width:1200px;  height:250px; background:url('../img/main_about_img.jpg') center center no-repeat;}
	#main_about_100 .txt_wrap .txt_cont{ width:92%; height:auto;  padding:20px 20px 20px 20px;}
	#main_about_100 .txt_wrap .txt_cont h2{ font-size:2.2em; font-weight:700; }
	#main_about_100 .txt_wrap .tit{font-size:1.3em; font-weight:500; }
	#main_about_100 .btn_more{margin:0 auto;}
}

#main_bnr { position:relative; top:-40px; width:100%; height:auto; z-index:99;}
#main_bnr:after{ content:""; display:block; clear:both;}
#main_bnr > div{ width:100%; max-width:1200px; height:100%; margin:0px auto; background:#222; }
#main_bnr > div:after{ content:""; display:block; clear:both;}

#main_bnr .tit p { text-align:center; font-size:2em;  line-height:80px; color:#000; font-weight:500; padding:0 10px; margin:0px auto;  }
#main_bnr .tit span { display:block; text-align:center; font-size:1.15em; color:#777;  padding:0 10px; margin:10px 0 20px 0;}
#main_bnr:after{ content:""; display:block; clear:both;}
#main_bnr li { float:left; width:25%;  height:80px; padding:0; cursor:pointer; border-right:1px solid #4e4e4e; box-sizing:border-box; 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; 
	background:url('../img/bnr_arrow_off.png') no-repeat 95%50%; 
}
#main_bnr li:last-child {border-right:0;}
#main_bnr li div { display:inline-block; float:left; text-align:center;  margin:0; }
#main_bnr li div i { width:100%; height:80px; line-height:80px; text-align:center; font-size:1.2em; color:#aaa; padding:0 10px 0 20px;}
#main_bnr li .txt_tit { height:80px; line-height:80px; color:#aaa; font-size:1.2em; }
#main_bnr li:hover {background:#b82835 url('../img/bnr_arrow_on.png') no-repeat 95% 50%; }
#main_bnr li:hover i{color:#fff;}
#main_bnr li:hover .txt_tit{color:#fff;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#main_bnr2 {position:relative; top:0px; width:100%; margin:0 auto; border-bottom:none;  margin-top:1px; }
	#main_bnr2 .con_box li { width:50%;  border-bottom:1px solid #ddd;} 
	#main_bnr2 .con_box li:last-child { border-right:none;}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	
#main_bnr li:last-child {border-right:0;}
#main_bnr li div { display:inline-block; float:left; text-align:center;  margin:0; }
#main_bnr li div i { width:100%; height:80px; line-height:80px; text-align:center; font-size:1.2em; color:#aaa; padding:0 10px 0 20px;}
#main_bnr li .txt_tit { height:80px; line-height:80px; color:#aaa; font-size:1.2em; }
#main_bnr li:hover {background:#b82835 url('../img/bnr_arrow_on.png') no-repeat 95% 50%; }
#main_bnr li:hover i{color:#fff;}
#main_bnr li:hover .txt_tit{color:#fff;}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {

}


#main_bnr2 {position:relative; top:-20px; width:100%;  max-width:1200px; margin:50px auto; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
#main_bnr2:after{ content:""; display:block; clear:both;}
#main_bnr2 .con_box { width:100%; height:260px;  }
#main_bnr2 .con_box:after{ content:""; display:block; clear:both;}
#main_bnr2 .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_bnr2 .con_box li:last-child { border-right:1px solid #ddd;}
#main_bnr2 .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_bnr2 .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_bnr2 .con_box li .hover_area b { position:relative; display:block; padding-top:20px; font-size:1.5em; font-weight:400; color:#222; }
#main_bnr2 .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_bnr2 .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_bnr2 .con_box li .hover_area:hover i {color:#b82835;}
#main_bnr2 .con_box li:hover{background:#f7f7f7; transition:0.6s;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {

}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	

}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#main_bnr2 {position:relative; top:0px; width:100%; margin:0 auto; border-bottom:none;  margin-top:1px; }
	#main_bnr2 .con_box li { width:50%; height:210px;  border-bottom:1px solid #ddd;} 
	#main_bnr2 .con_box li .hover_area p { display:none; }
}

#rolling_box {width:100%; max-width:1200px; margin:0 auto; margin-top:100px;}
#rolling_box .swiper-wrapper2{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
#rolling_box .swiper-container2{width:100%; height:auto; overflow:hidden;}
#rolling_box .swiper-container2 .swiper-slide{position:relative; width:285px; padding:0; margin:0;   box-sizing:border-box;}
#rolling_box .swiper-container2 .swiper-slide a{width:100%; display:block;}
#rolling_box .swiper-container2 .swiper-slide img{width:285px;  }
#rolling_box .swiper-container2 .swiper-slide .txtBox{width:100%; height:200px; text-align:left; background:#f7f7f7; padding:25px 20px; }
#rolling_box .swiper-container2 .swiper-slide .txtBox .tit{ display:block; width:100%; text-overflow:ellipsis; white-space:nowrap;word-wrap:normal; overflow:hidden; font-size:1.2em; color:#000;line-height:30px;}
#rolling_box .swiper-container2 .swiper-slide .txtBox .txt{ display:block; max-height:63px; min-height:50px; overflow:hidden; font-size:1em; color:#555;  line-height:1.5em; }
#rolling_box .swiper-container2 .swiper-slide .txtBox .date{ position:absolute; bottom:30px; left:20px; display:block; font-size:1em; color:#777; }
	
#rolling_box .swiper-btn-wrap {position:relative; top:0; width:100%; max-width:1200px; height:100px; margin:0px auto; background:none;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1 {position:absolute; top:50px; width:100%; max-width:1200px; height:3px; margin:0px auto; z-index:0;}
#rolling_box .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)}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar-drag{height:100%; width:100%; position:relative; background:rgba(0,0,0,.5);}
#rolling_box .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;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2{background:url("../img/list_prev_on2.png"); left:0%; right:auto; cursor:pointer;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2{background:url("../img/list_next_on2.png"); right:0%; left:auto; cursor:pointer;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2, .swiper-button-prev2{position:absolute; top:auto; bottom:0px; width:40px; height:40px;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2.swiper-button-disabled{opacity:1; background:url("../img/list_next_off2.png");}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2.swiper-button-disabled{opacity:1; background:url("../img/list_prev_off2.png");}
#rolling_box .swiper-pagination2{display:none}


#pro_wrap {  width:100%; margin:0px auto; padding:80px 0; padding-bottom:50px;}
#pro_wrap:after{ content:""; display:block; clear:both;}
#pro_area { width:100%; max-width:1200px; margin:0px auto;}
#pro_area .pro_tit p { text-align:center; font-size:2em;  line-height:50px; color:#000; font-weight:500; padding:0 10px; margin:0px auto;  }
#pro_area .pro_tit span { display:block; text-align:center; font-size:1.15em; color:#777;  padding:0 10px; margin:10px 0 20px 0;}
#pro_tab {position: relative; width:100%; max-width:1200px; margin:50px auto;}
#pro_tab:after{ content:""; display:block; clear:both;}
#pro_tab .tab { width:100%;  border:1px solid #ddd;  margin:0px auto;}
#pro_tab .tab:after{ content:""; display:block; clear:both;}
#pro_tab .tab li{float: left; display:inline-block; width:25%; height:60px; line-height:60px;   border-right:1px solid #ddd;  box-sizing:border-box; }
#pro_tab .tab a{display: block; text-align: center;  box-sizing:border-box; color:#333;}
#pro_tab .tab li:last-child { border-right:0;}
#pro_tab .tab li.all { width:25%; background:#333; color:#fff;}
#pro_tab .tab li.all a { background:#333; color:#fff;}
#pro_tab .tab li.on a{background:#333; color:#fff;}
#pro_tab li{position: relative;}
#pro_tab li span.date{position: absolute; right:0; text-align:right; font-size:0.9em; color:#ddd; }
#pro_tab div li a{display: inline-block; margin-right:0px; font-size:0.9em; color:#333;}
#pro_tab > div{display: none; padding:0; }
#pro_tab .active{display: block; margin-top:20px; padding:0px;}
#pro_tab .pro_list{ width:100%; max-width:1200px; margin:20px auto; overflow:hidden;}
#pro_tab .pro_list:after {content:""; display:block; clear:both;}
#pro_tab .pro_list{ width:100%; max-width:1200px; margin:40px auto; overflow:hidden;}
#pro_tab .pro_list:after {content:""; display:block; clear:both;}
#pro_tab .pro_list > ul{ width:100%; font-size:0; list-style:none; margin-bottom:0px; padding:0; overflow:hidden; }
#pro_tab .pro_list > ul > li{ display:inline-block; width:23%; margin-left:1%; margin-right:1%; padding-bottom:30px; border:1px solid #ddd; box-sizing:border-box; }
#pro_tab .pro_list > ul > li > a{width:100%;}
#pro_tab .pro_list > ul > li > a > div > img { width:100%;  border:0px solid #EEE; box-sizing:border-box; cursor:pointer; border:0px solid blue;}
#pro_tab .pro_list > ul > li > a > p {display:block; height:30px; width:90%; margin:0 auto; margin-top:20px; font-size:1.5em;font-weight:500; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden}
#pro_tab .pro_list > ul > li > a > div.text {display:block; width:90%; margin:0 auto;  height:30px; margin-top:10px; margin-bottom:20px; color:#777; border:0px solid red; text-overflow:ellipsis; white-space:nowrap;word-wrap:normal;overflow:hidden;}
#pro_tab .pro_list > ul > li > a.itembx:hover .view_text{width:100%; color:#ba1a1c;  }
#pro_tab .pro_list > ul > li > a > div.btn_view2{width:90%; margin:0px auto; }
#pro_tab .pro_list > ul > li > a > div.btn_view2 .view_text{ width:80px; display: inline-block;padding-right: 30px; padding-bottom:10px; position: relative; font-size:1em; color:#777;  overflow: hidden;transition: all ease-out 0.2s;-webkit-transition: all ease-out 0.2s;-moz-transition: all ease-out 0.2s;-ms-transition: all ease-out 0.2s; white-space:nowrap; }
#pro_tab .pro_list > ul > li > a > div.btn_view2 .view_text:after{content: ""; width:35px; height:7px;display: block; position: absolute; vertical-align:middle; right:0; background: url('../img/btn_view2.png') no-repeat right center;}
#pro_tab .pro_list > ul > li > a > p > span.new_icon{display:inline-block; line-height:1em; color:#fff; background-color:#2E5A98; padding:1px 5px 1px 3px; font-size:0.6em !important;}
#pro_tab .pro_list > ul > li > a > p > span.hot_icon{display:inline-block; line-height:1em; color:#fff; background-color:#C53629; padding:1px 5px 1px 3px; font-size:0.6em !important;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#pro_wrap {padding:30px 0px; margin-top:0px;}		
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	
	#pro_tab .pro_list > ul > li{ display:inline-block; width:48%; margin:1%; padding-bottom:30px; border:1px solid #ddd; box-sizing:border-box; }
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#pro_area .pro_tit span {font-size:1em; color:#777;  padding:0 70px; }
	#pro_tab{margin:0;}
	#pro_tab .pro_list > ul > li{width:90%; margin:5%;}
	#pro_tab .tab { width:100%; /*height:40px; line-height:40px;*/}
	#pro_tab .tab a{/*height:40px; line-height:40px;*/}
	#pro_tab .tab li{width:50%; margin-right:0%; margin-left:0%; margin-bottom:0%; }
	#pro_tab .tab li:nth-child(1), #pro_tab .tab li:nth-child(2){border-bottom:1px solid #ddd;}
	#pro_tab .tab li:last-child {margin-left:0%; margin-right:0%;}
	#pro_tab .tab li.all { width:50%; margin-right:0%; margin-left:0%; margin-bottom:0%;}
}

#online{position:relative; width:100%; max-width:1200px;; margin:0px auto; margin-top:20px; margin-bottom:30px;}
#online:after{ content:""; display:block; clear:both;}
#online .online_con { width:100%; height:350px; }
#online .online_con div.blind { width:100%;  height:100%; background:rgba(0,0,0,0.3);}
#online .online_area { position:absolute; top:0; left:0; text-align:center; width:100%; padding:50px 0px 0px 0px;}
#online .online_area p{ font-size:2.5em; color:#fff;}
#online .online_area span{ display:block; padding-top:20px; padding-bottom:20px; font-size:1.1em; font-weight:200; line-height:24px; color:#fff; opacity:1;}
#online .online_area a{display:block; width:200px; height:40px; line-height:40px; font-size:1.2em; color:#fff; background:#c53528;  border:1px solid #c53528;  margin:20px 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; }
#online .online_area a:hover{color:#fff; background:rgba(0,0,0,0); border:1px solid #fff;}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#online{position:relative; width:100%; max-width:1200px;; margin:0px auto; margin-top:20px;  margin-bottom:40px;}
	#online:after{ content:""; display:block; clear:both;}
	#online .online_con { width:100%; height:300px; background-size:100% 300px;}
	#online .online_con div.blind { width:100%;  height:300px; }
	#online .online_area { padding:30px 0px 0px 0px;}
	#online .online_area p{ font-size:1.5em; }
	#online .online_area span{ padding-bottom:0px; font-size:1.0em;}
}

#comm_wrap{width:100%; margin:60px auto;}
#comm_wrap:after{ content:""; display:block; clear:both;}
#comm_wrap .board_area{width:100%; max-width:1200px; margin:0px auto;}
#comm_wrap .board_area .dleft{ position:relative;float:left; width:380px; margin-right:30px;}
#comm_wrap .board_area .dcenter{ position:relative;float:left; width:380px;}
#comm_wrap .board_area .dright{position:relative; float:right; width:380px;}
#comm_wrap .board_area div.board_box{width:100%; padding:0;}
#comm_wrap .notice_area { position: relative; width:100%; height: 100%;  overflow: hidden;}
#comm_wrap .notice_area .tab { height:50px; margin-bottom:10px; list-style:none;}
#comm_wrap .notice_area .tab li{float: left; width:110px;bottom:10px;left:0;}
#comm_wrap .notice_area .tab li:before {display:none;}
#comm_wrap .notice_area .tab a{display: block; width:100%; height:50px; line-height: 50px; font-size:1.5em;  }
#comm_wrap .notice_area .tab li:first-child a{border-left: 0px solid #eee}
#comm_wrap .notice_area .tab li:last-child a{border-right: 0px solid #eee}
#comm_wrap .notice_area .tab li.on { border-bottom: 0 none; color:#000; }
#comm_wrap .notice_area .tab li.on a{ border-bottom: 0 none; color:#000; border-bottom:3px solid #E91E63}
#comm_wrap .notice_area .more{position:absolute; top:5px; right:0px; padding-top:4px; 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; width:30px;height:30px;text-align:center; border:1px solid #e5e5e5}
#comm_wrap .notice_area .active{display: block; padding:0;}
#comm_wrap .notice_area li{position: relative; height:30px; line-height:30px;  }
#comm_wrap .notice_area li:before { content: ''; position: absolute; top: 20px; left: 0; width: 4px;  height: 4px;  background-color: #e2dccc; }
#comm_wrap .notice_area li span.date{position: absolute; right: 0; font-size:1em; color:#888;  height:30px; line-height:30px;  }
#comm_wrap .notice_area div li a{display: inline-block; margin-right:0px; font-size:1em; color:#555;}
#comm_wrap .notice_area > div{display: none; padding:0; }

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
	#comm_wrap{margin:30px auto;}
	#comm_wrap .board_area{min-width:320px; height:100%;}	
	#comm_wrap .board_area .dleft{ width:100%;  margin-right:0px;}
	#comm_wrap .board_area .dcenter{ width:100%;}
	#comm_wrap .board_area .dright{width:100%; }
	#comm_wrap .board_area div.board_box{width:90%; margin:0px auto;}
	#comm_wrap .notice_area {width:100%; margin-top:20px;}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#comm_wrap{margin:20px auto;}
	#comm_wrap .notice_area li a{display:block; width:75%;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden; }
}

#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; }
#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; 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 ----------*/
.footer {position:relative;border-top:1px solid rgba(255,255,255,0.2);background-color:#15151d;color:#ffffff; width:100%;}
.footer-top {margin-bottom:20px;padding:0px 0 10px 0;border-bottom:1px solid #353535; max-width:1200px; margin:0 auto;}
.footer-top:after {content:"";display:block;clear:both}
.footer-nav {width:50%;float:left;padding:20px 0 10px 0;}
.footer-nav a {color:#ffffff;font-size:.875rem;margin-right:10px}
.footer-nav a:hover {text-decoration:underline}
.footer-nav .footer-divider {margin:0 7px;color:#ffffff; font-size:0.75rem}
.footer-aside {position:relative;width:50%;float:right;height:20px;margin-top:23px}
.footer-cont-wrap {position:relative;font-size:.875rem; max-width:1200px; margin:0 auto;}
.footer-cont-wrap:after {content:"";display:block;clear:both}
.footer-cont-box {position:relative;float:left;width:33.33333%;min-height:150px;padding:0 15px 0 15px;}
.footer-cont-box:nth-child(1) {padding:15px 15px 0 0}
.footer-cont-box:nth-child(2) {padding:15px 15px;border-left:1px solid #292e35;border-right:1px solid #292e35}
.footer-cont-box:nth-child(3) {padding:15px 0 0 15px;border-left:0px solid #292e35;border-right:0px solid #292e35}
.footer-cont-box .footer-logo {margin-bottom:15px}
.footer-cont-box .footer-logo .site-logo {width:auto;height:35px}
.footer-cont-box p {margin:0 0 3px;color:#ffffff}
.footer-cont-box p a {margin:0 0 3px;color:#ffffff}
.footer-cont-box span {margin:0 0 3px;color:#ffffff}
.footer-cont-box .footer-divider {margin:0 7px;color:#ffffff; font-size:0.75rem}
.footer-cont-box h5 {font-size:.9375rem;margin:0 0 10px 30px;color:#999999;}
.footer-cont-box .footer-tel-num {margin:10px 0}
.footer-cont-box .footer-tel-num strong {font-size:1.25rem}
.footer-cont-box .text-gray {color:#ffffff !important;font-size:.8125rem}
.footer-cont-box .footer-bank-num {font-size:1.2rem;margin:0 0 5px}
.footer-cont-box .footer-bank-info img {position:absolute;top:15px;left:15px;width:20px;height:20px}
.footer-cont-box .footer-bank-info .bank-name {color:#0283CB;margin-left:0px}
.footer-cont-box .footer-nameserver-info {font-size:0.8125rem;margin:10px 0 5px}
.footer-cont-box .footer-nameserver-info span {margin:0 0 3px;color:#999999}
.footer-cont-box .footer-nameserver-num {font-size:0.8125rem;margin:5px 0 5px}

.footer-cont-box .btn-e {margin-top:40px}
.footer-copyright {color:#656565;font-size:.8125rem;text-align:center;margin-top:10px;padding:30px 0}
.family-site {position:absolute;top:-11px;right:0;margin-bottom:0;width:250px}
.family-site dt {position:relative}
.family-site dt a {font-size:13px;line-height:15px;padding:10px;font-weight:200;color:#eee;display:block;background:rgba(255,255,255,.3)}
.family-site dt a:hover {color:#fff}
.family-site dt i {color:#ddd;float:right;display:inline-block;padding-top:5px}
.family-site dd {position:absolute;bottom:32px;margin-bottom:0;width:100%;z-index:2;display:none}
.family-site dd ul {margin-bottom:0;background-color:#fff;border:1px solid #c5c5c5;border-bottom:0}
.family-site ul li {border-top:1px solid #c5c5c5}
.family-site ul li:first-child {border-top:0}
.family-site ul li a {color:#707070;font-size:13px;display:block;padding:7px}
.family-site ul li a:hover {color:#cc2300}

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
    .footer-nav {width:100%;text-align:center}
    .footer-aside {width:100%;height:45px;margin-top:30px}
    .footer-cont-box {width:100%}
    .footer-cont-box:nth-child(1) {padding:20px 0 0 10px;border-bottom:1px dotted #e5e5e5}
    .footer-cont-box:nth-child(2) {padding:20px 0 0 10px;border:0;border-bottom:1px dotted #e5e5e5}
    .footer-cont-box:nth-child(3) {padding:20px 0 0 10px}
    .family-site {top:0;left:50%;right:inherit;transform:translateX(-50%)}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	
	.footer-copyright span {display:none}
}

/* 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;}
}



/* 
	반응형 게시판 관련
	아래 소스는 그대로 두시는 편이 좋습니다.	
*/
#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:99999;}
.select_bo_cate a.sel {color: #333;	height: 40px;	line-height: 40px;	width: 100%;	display: block;		background: url(../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_gall .gall_info {line-height:1.5em;line-height:20px}
	#bo_gall .gall_info strong {display:inline-block;margin:0}
	#bo_gall .gall_info i {font-size:12px}
	#bo_gall .gall_info .gall_date,
	#bo_gall .gall_info .gall_view {display:inline-block;margin-left:10px;color:#777}

	.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;}	
	
	
}




