@charset "utf-8";
/* SIR 지운아빠 */

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: 'Noto Sans KR', sans-serif; font-weight:300; 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: 'Noto Sans KR', sans-serif;
}
input[type=password]::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Noto Sans KR', sans-serif;
}
input[type=password]:-ms-input-placeholder { /* IE 10+ */
 font-family: 'Noto Sans KR', sans-serif;
}
input[type=password]:-moz-placeholder { /* Firefox 18- */
  font-family: 'Noto Sans KR', sans-serif;
}

a, img{border:0px; vertical-align:middle;}
a{text-decoration:none;}
/*a:hover{ color:#00529B;}*/
strong{font-weight:300;}
.list-unstyled {list-style:none}

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.pT10 {padding-top:10px;}
.pT15 {padding-top:15px;}
.pT20 {padding-top:20px;}
.pT25 {padding-top:25px;}
.pT30 {padding-top:30px;}
.pT40 {padding-top:40px;}
.pT50 {padding-top:50px;}

.pR10 {padding-right:10px;}
.pR15 {padding-right:15px;}
.pR20 {padding-right:20px;}
.pR25 {padding-right:25px;}
.pR30 {padding-right:30px;}
.pR40 {padding-right:40px;}
.pR50 {padding-right:50px;}

.pB10 {padding-bottom:10px;}
.pB15 {padding-bottom:15px;}
.pB20 {padding-bottom:20px;}
.pB25 {padding-bottom:25px;}
.pB30 {padding-bottom:30px;}
.pB40 {padding-bottom:40px;}
.pB50 {padding-bottom:50px;}

.pL10 {padding-left:10px;}
.pL15 {padding-left:15px;}
.pL20 {padding-left:20px;}
.pL25 {padding-left:25px;}
.pL30 {padding-left:30px;}
.pL40 {padding-left:40px;}
.pL50 {padding-left:50px;}

/* 공통 */
.txtCon  h2.point  { font-size:28px; font-weight:bold; margin-bottom:15px; padding-left:30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center;}
.txtCon img{max-width:100%}
.txtCon .cont_ti { font-size:22px; font-weight:500; color:#0168ac; text-align:left; margin:10px 0px;}
.txtCon span.ti_span{font-size:15px; color:#333; font-weight:400; margin-left:20px;}
.txtCon .cont_ti span.table{float:right; font-size:15px; color:#333;}
.mt100{margin-top:100px}
.mt30{margin-top:30px;}
.mt50{margin-top:50px}
.mb50{margin-bottom:50px}
.mb100{margin-bottom:100px}
.lead { font-size:16px; line-height:30px; letter-spacing:-0.02em; color:#333; font-weight:400;  word-break:keep-all}
.page_info{margin-top:50px; border-top:1px solid #ccc; padding-top:30px; }
.red{color:red;}
.blue{color:#1f4188;}
.black{color:#000}
.align_center{text-align:center;}
.nopadding{padding:0 !important;}
.noline{border:none !important;}

@media screen and (max-width: 640px) {
.content_wrap .txtCon{padding:30px 15px 100px }
.content_wrap h2.point {font-size:20px; background-position: left 8px; padding-left: 20px;}
.content_wrap .cont_ti{font-size:17px;}
.txtCon .cont_ti span.table{font-size:13px}
.txtCon span.ti_span{font-size:13px; display:block; margin-left:0;}
.mt30{margin-top:15px;}


input { -webkit-appearance: none;  -webkit-border-radius: 0;}
.lead { font-size:14px; line-height:22px;}

}





/*헤드메뉴*/
#header_wrap {position: fixed; width:100%; height:81px; border-bottom: 1px solid rgba(255, 255, 255, .3);  background: rgba(0,0,0,0.7); z-index:999;}
.scrolled #header_wrap  { background-color:#000; border-bottom:none; -webkit-transition:all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#header {position:absolute;left:0;top:0px; max-width: 1400px; width:100%; left: 50%; transform:translateX(-50%) ;z-index:6;-webkit-transition:all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#header .header-inner {width:100%; height:100% }
#header .gnb { list-style:none; height:100%; position:absolute; left:280px}
#header .gnb > li { float:left; position:relative; display:inline-block; width:150px;  vertical-align:middle; text-align:center;}
#header .gnb > li > a {display:inline-block; line-height:1em; width:100%; color:#fff; opacity:1; font-size:18px; letter-spacing:-0.5px; font-weight:600; text-decoration:none;}
#header .gnb > li > a:hover { opacity:1}
#header .gnb > li.active {background-color: #b0905e}
#header .gnb > li.active > a {color: #fff}
#header .gnb .login {  font-size:12px; width:70px; color:#fff}
#header .gnb .join { font-size:12px; color:#fff; margin-left:20px}
#header .gnb .login a { color:#fff; opacity:0.8; font-size:12px}
#header .gnb .login a:hover { color:#fff}
#header .gnb .join a { color:#fff; opacity:0.8; font-size:12px}
#header .gnb .join a:hover { color:#fff}
#header .gnb > li, #header #right-side-open {height:80px;line-height:80px; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#header #right-side-open { position:absolute; right:0; width:100px; cursor:pointer; border-left:1px solid rgba(255,255,255,0.3); text-align:center; display: inline-block; }
#header #right-side-open span{display:inline-block;width:20px; height:20px;font-size:20px;line-height:1em;margin-top:-10px; margin-left:-10px; position:absolute; top:50%;left:50%; color:#fff;}
#header .gnb .snb {list-style:none; display:none;}
#header #logo { margin-left:25px; padding:0;}
#header #logo a { display:block; line-height:75px; right:50px;}
#header #logo img { width:100%}
#header .gnb .snb,.device-md #header .gnb .snb{display: none;position: absolute;left:0; top:80px; width:150px; margin:0 auto; border-top: 0; z-index:2}
#header .gnb .snb li {width:140px; margin:0 auto; font-size:15px; line-height:3.0; text-align:center; border-bottom:1px dotted #414141;}
#header .gnb .snb li a {display:block; color:#FFF;}
#header .gnb .snb li a:hover {color:#fff;  display:block; background-color:#0168ac; text-decoration:none; line-height:3.0}
#header .gnb .snb li:first-child { border-top:0}

.snb_cover{display:none; position:fixed; top:80px; left:0; height:430px; width:100%; background:rgba(0,0,0,0.8);}

#header .gnb_right{float:right; width:220px; margin-top:20px; overflow:hidden;}
#header .gnb_right .language{float:left; width:110px; border:1px solid #fff;}
#header .gnb_right .language a{position:relative; padding-left:30px; line-height:32px; font-size:14px; color:#fff; cursor:pointer; background:url("../image/language_icon01.png") left 5px center no-repeat;}

#header .gnb_right .sitemap{float:right; width:100px; border:1px solid #fff;}
#header .gnb_right .sitemap a{display:block; line-height:32px; text-align:center; font-size:14px; color:#fff;}

@media screen and (max-width: 1300px) {
	#header #logo img { width:90%}

	#header .gnb{right:210px;}
	#header .gnb > li {width:120px;}
	#header .gnb .snb,.device-md #header .gnb .snb{width:120px;}
	#header .gnb .snb li {width:100px;}
	#header .gnb .snb li a {font-size:13px;}

	#header .gnb_right{margin-right:20px;}

}

@media screen and (max-width: 960px) {
    #header { display:block; background-color:transparent; top:0; border-bottom:0; position:fixed}
	#header #logo { display:block}
	#header #logo img {width:100%;}
	#header .gnb { display:none}
	#header .gnb_right{display:none;}
}

/*헤드메뉴*/



/*오른쪽 퀵메뉴*/
.right_quick{position: absolute; right: 30px; top: 0; height:100%; z-index: 1000;}
.right_quick::before{content:""; position:fixed; top:0; right:74px; width:1px; height:100%; transform:translateX(-50%); background:rgba(255,255,255,0.5); z-index:-1;}
.right_quick ul.quick_info {margin-top:100px;}
.right_quick ul.quick_info li {margin-top:20px;}
.right_quick ul.quick_info li a{position:relative; text-align:center; overflow:hidden; display:block;}
.right_quick ul.quick_info li a p{width:70px; line-height:70px; margin:0 auto; border-radius:100%; background:#0168ac;}
.right_quick ul.quick_info li a span{display:block; margin-top:5px; font-size:14px; font-weight:400; color:#333;}
.right_quick ul.quick_info li:nth-child(1) a p{background:#0168ac;}
.right_quick ul.quick_info li:hover a{	animation: shake 0s infinite;}
.right_quick .top_btn{width:51px; margin:30px auto 20px auto; line-height:29px; text-align:center; border-radius:8px; font-size:15px; font-weight:600; color:#fff; background:#333; cursor:pointer;}
/*오른쪽 퀵메뉴*/


.visual_slider{position:relative; z-index:200;}


/*모바일 오른쪽 메뉴*/
#right-side {background-color:#333;position:fixed; z-index:9999; top:0;right:-400px;max-width:400px; width:100%; height:100%; color:#FFF; padding:30px;-webkit-transition: right .3s ease;-moz-transition: right .3s ease;-ms-transition: right .3s ease;-o-transition: right .3s ease;transition: right .3s ease; box-sizing:border-box; overflow:auto;}
#right-side .side_gnb .call a {text-align:center; display:block;position:relative;background:#6cc043; color:#fff; font-weight:bold; height:5.0em; line-height:5em; border-radius:3px; margin-top:10px; padding:2px 0 4px 0;}
#right-side #btn-close-right-side {position:absolute;top:20px;right:0;color:#fff;width:60px;text-align:center;line-height:40px; font-size:16px; cursor:pointer}
#right-side #btn-close-right-side .fa.fa-times { font-size:18px; padding-top:20px}
.right-side-on #right-side {right:0;}
.right-side-on #wrap { left:-300px; }
.right-side-on #header {  }

.quick_menu {width:100%; margin:auto; padding-top:20px}
.quick_menu ul { text-align:center}
.quick_menu li{display:inline-block; margin-left:-3px; width:80px; border-right:1px solid rgba(255, 255, 255, .3)}
.quick_menu li:last-child { border:0} 
.quick_menu li a{display:block; box-sizing:border-box; color:#f5f5f5; letter-spacing:-0.8px; text-align:center; position:relative;  font-size:12px}
.quick_menu li a:hover{color:#fff;backface-visibility:hidden}
.quick_menu li a.on{color:#fff;border-bottom-color:#FF3300;border-bottom-width:2px;border-bottom-style:solid}

.quick_kakao{text-align:center; height:35px; background-color:#ffd800; display:inline-block; clear:both}
.quick_kakao a{display:block;position:relative;background:#ffd800}
.quick_kakao a img{display:block;margin:0 auto}

.side_gnb{position:relative;width:100%;float:left;padding-top:20px;}
.side_gnb p{color:#fff; text-align:center; padding:20px }

.side_gnb .menu_top{border:1px solid #fff; overflow:hidden;}
.side_gnb .menu_top li{float:left; width:33.3%; text-align:center; line-height:50px; font-size:15px; border-left:1px solid #fff; box-sizing:border-box;}
.side_gnb .menu_top li.on{color:#333; background:#fff;}
.side_gnb .menu_top li:first-child{border-left:0;}
.side_gnb .menu_top li a{display:block; font-size:15px; line-height:50px; color:#fff;}

.side_gnb .menu-list{display:block;position:relative;border-bottom:1px solid #555; margin-top:60px}
.side_gnb .menu-list>li>a{display:block;position:relative;color:#fff;font-size:15px;line-height:3.8em;padding:0 1.0em;border-top:1px solid #555; text-decoration:none}
.side_gnb .menu-list>li>a i{display:block;position:absolute;top:50%;transform:translateY(-75%) rotate(135deg);-webkit-transform:translateY(-75%) rotate(135deg);right:1.5em;width:5.31%;max-width:32px;border:1px solid #f2f2f2;border-left-width:0;border-bottom-width:0;transition:transform .3s ease;-webkit-transition:-webkit-transform .3s ease;-ms-transition:transform .3s ease}
.side_gnb .menu-list>li.on>a i{-webkit-transform:translateY(-25%) rotate(315deg);transform:translateY(-25%) rotate(315deg)}
.side_gnb .menu-list>li>a i:before{content:"";display:block;position:relative;padding-top:100%}
.side_gnb .depth-2{display:none;}
.side_gnb .depth-2>li { background-color:#ddd}
.side_gnb .depth-2>li>a{display:block;color:#f2f2f2;font-size:1.2em;line-height:3.0em;padding:0 1.5em 0 2.2em;border-bottom:1px solid #fff; color:#000}

@media screen and (max-width:1200px) {
   .right_quick { position:fixed !important; right:20px !important; top:initial !important; bottom:20px !important; height:auto;display:none;}
   .right_quick::before {display:none;}
}
/*모바일 오른쪽 메뉴*/



/* 버튼 스타일 */
.btn-more  {padding-top:50px; text-align:center; color:#fff;border-color:#fff}
.btn-more a {position:relative;display:inline-block;overflow:hidden;padding:8px 25px;letter-spacing:2px;color:#000;border-width:1px;border-style:solid;border-color:#fff;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease}
.btn-more a:hover {color:#fff}
.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;}
.btn-more a:hover:before {transform: translateX(0);color:#000;background:#000}
@media (max-width:767px){
	.btn-more a {padding:5px 20px;font-size:11px}
}


/* --- 메인 슬라이더 --- */
.main-slider {position:relative;height:720px;padding-top:0px;margin-top:0px;}
.main-slider-inner {position:relative;overflow:hidden;display:none}
.main-slider .main-slider-list {padding-top:0px;margin-bottom:0}
.main-slider .main-slider-item {position:relative;outline:none;height:720px;padding-top:0px; overflow:hidden}
/* 이미지 */
.main-slider .main-slider-image {position:relative;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center}
.main-slider .main-slider-image:after{width:100%; height:800px; position: absolute;  content: ""; }
.main-slider .main-slider-image:before{width:100%; height:800px; position: absolute;  content: ""; }

.main-slider .slick-current .main-slider-item.item-animation .main-slider-image {-webkit-transform:scale(1.1);transform:scale(1.1);;-webkit-transition: transform 10s linear;-moz-transition: transform 10s linear;-o-transition: transform 10s linear;-ms-transition: transform 10s linear;transition: transform 10s linear}
.main-slider .main-slider-image:before {content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.0)}
.main-slider .main-slider-image .mask-block {opacity:0;position:absolute;width:33.333%;height:100%;background:#57B5E7}
.main-slider .main-slider-image .mask-block.mask-1 {top:0;left:0}
.main-slider .main-slider-image .mask-block.mask-2 {bottom:0;left:33.33%}
.main-slider .main-slider-image .mask-block.mask-3 {top:0;left:66.666%}
.main-slider .slick-current .main-slider-item.item-animation .main-slider-image .mask-block {opacity:1;height:0;-webkit-transition-delay:1s;transition-delay:1s;-webkit-transition: height 1s linear;-moz-transition: height 1s linear;-o-transition: height 1s linear;-ms-transition: height 1s linear;transition: height 1s linear}
/* 내용 */
.main-slider .main-slider-caption {position:absolute;top:56%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1100px;text-align:center;}
.main-slider .main-slider-caption h4 {position:relative;margin:40px 0 30px;font-size:48px;font-weight:700; letter-spacing:2px;line-height:30px;color:#fff; text-shadow: 0px 1px 4px #000; }
.main-slider .main-slider-caption h4:after {content:"";display:block;position:absolute;bottom:-35px;left:47%;transform:translateX(0%);width:50px;height:1px;background:#fff}
.main-slider .main-slider-caption h5 {padding-top:45px; margin:0 0 20px;line-height:22px;font-size:22px;font-weight:400;word-break:keep-all;color:#fff; text-shadow: 0px 1px 4px #000;}
/* 버튼 */
.main-slider .main-slider-caption .btn-more  {padding-top:50px; text-align:center; color:#fff;border-color:#fff}
.main-slider .main-slider-caption .btn-more a {color:#fff;border-color:#fff}
.main-slider .main-slider-caption .btn-more a:hover {color:#333}
.main-slider .main-slider-caption .btn-more a:before {border-bottom:80px solid #fff}
/* 컨트롤 점 - 숫자 */
.main-slider .slick-dots {bottom:50px}
.main-slider .slick-dots li {display:inline-block;margin:0 1px 0 0;width:40px;height:40px;line-height:40px;text-align:center;font-size:16px; text-shadow: 0px 1px 4px #000;border-bottom:1px solid #ccc; color:#ccc;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}
.main-slider .slick-dots li:hover {background:rgba(200,200,200,.2)}
.main-slider .slick-dots li.slick-active {color:#fff;border-color:#fff}
/* 컨트롤 좌우 */
.main-slider .slick-next, .main-slider .slick-prev {width:60px;height:120px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease}
.main-slider .slick-next {right:40px;z-index:1}
.main-slider .slick-prev {left:40px;z-index:1}
.main-slider .slick-next:before, .main-slider .slick-prev:before {content:"";display:block;position:absolute;top:50%;width:80px;height:80px;margin-top:-40px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.main-slider .slick-next:before {right:17px;border-right:1px solid #ccc;border-top:1px solid #ccc}
.main-slider .slick-prev:before {left:17px;border-left:1px solid #ccc;border-bottom:1px solid #ccc}
.main-slider .slick-next:after, .main-slider .slick-prev:after {content:"";display:block;position:absolute;top:50%;width:0;height:1px;background:#ccc;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.main-slider .slick-next:after {right:1px}
.main-slider .slick-prev:after {left:1px}
.main-slider .slick-next:hover:after, .main-slider .slick-prev:hover:after {width:100px}

/* 반응형 중간기기 1200px 사이즈 이하*/
@media (max-width:1200px) {
	.main-slider .main-slider-caption {position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1000px;text-align:center}
	.main-slider .main-slider-caption h4 {position:relative;margin:40px 0 30px;font-size:42px;font-weight:700;letter-spacing:2px;line-height:30px;color:#fff;}
	.main-slider .main-slider-caption h5 {padding-top:45px; margin:0 0 20px;line-height:30px;font-size:22px;font-weight:400;word-break:keep-all;color:#fff;}
}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	.main-slider {position:relative;height:600px;padding-top:0px;}
	.main-slider, .main-slider .main-slider-item {height:600px}
	.main-slider .main-slider-caption {position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;text-align:center}
	.main-slider .main-slider-caption h4 {position:relative;margin:40px 0 30px;font-size:36px;font-weight:700;letter-spacing:2px;line-height:20px;text-align:center;color:#fff;left:0%;transform:translateX(-10%);width:90%;text-align:center;}
	.main-slider .main-slider-caption h5 {padding-top:45px; margin:0 0 20px;line-height:16px;font-size:18px;font-weight:400;word-break:keep-all;color:#fff;transform:translateX(-7%);}

	.main-slider .slick-next, .main-slider .slick-prev {width:30px;height:60px}
	.main-slider .slick-next {right:15px}
	.main-slider .slick-prev {left:15px}
	.main-slider .slick-next:before, .main-slider .slick-prev:before {width:40px;height:40px;margin-top:-20px}
	.main-slider .slick-next:before {right:10px}
	.main-slider .slick-prev:before {left:10px}
	.main-slider .slick-next:after {right:3px}
	.main-slider .slick-prev:after {left:3px}
	.main-slider .slick-next:hover:after, .main-slider .slick-prev:hover:after {width:40px}
}

/* 반응형 중간기기 767px 사이즈 이하*/
@media (max-width:767px) {
	.main-slider .main-slider-caption h4 {margin:20px 0 20px 60px;font-size:32px;font-weight:700;line-height:66px;}
	.main-slider .main-slider-caption h5 {margin:20px 0 20px 60px;font-size:16px; font-weight:400;word-break:keep-all;color:#fff;transform:translateX(-7%);}
}


/*메인배너*/
/* 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('../image/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('../image/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;}
}


.main-carousel{position:relative; padding:0; display:block; z-index:3;}
.main-carousel .li{height:760px; background-size:cover; background-position:center; position:relative}
.main-carousel .li .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../image/main/main_visual_cover.png) center bottom no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:300px;opacity:.6;z-index:1}
.main-carousel .jarallax { min-height: 760px;}
.main-carousel .img01 { background-image:url(../image/main/main_slide01.jpg);}
.main-carousel .img02 { background-image:url(../image/main/main_slide02.jpg);}
.main-carousel .img03 { background-image:url(../image/main/main_slide03.jpg);}
.main-carousel .img04 { background-image:url(../image/main/main_slide04.jpg);}
.main-carousel .li .copy_area{width:100%;text-align:center;color:#fff;position:absolute;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}
.main-carousel .li .copy_area h1{font-size:14px;font-weight:300; line-height:1.3; letter-spacing:0.5px; padding-bottom:20px;  color:#fff; text-align:center}
.main-carousel .li .copy_area h2{font-size:62px;font-weight:600; line-height:1.3; letter-spacing:-5px;  color:#fff; text-align:center}
.main-carousel .li .copy_area h3{font-size:18px;font-weight:500;text-align:center;margin:10px 0 0; padding:0 20px; word-break:keep-all; color:#fff; opacity:0.8; letter-spacing:-1px}
.main-carousel .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:80px;}
.main-carousel .owl-dots .owl-dot{position:relative; background:rgba(255, 255, 255, 0.8);width:120px;height:120px; border-radius:15%; display:inline-block;margin-left:30px;}

.main-carousel .owl-dots .owl-dot:before{position:absolute; left:50%; bottom:25px; width:100%; font-size:15px; font-weight:500; color:#333; transform:translateX(-50%);}
.main-carousel .owl-dots .owl-dot:nth-child(1){margin-left:0;}
.main-carousel .owl-dots .owl-dot:nth-child(1):before{content:"서버관리대행";}
.main-carousel .owl-dots .owl-dot:nth-child(1):after{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:url("../image/main/mv_icon01.png") center top 20px no-repeat;}
.main-carousel .owl-dots .owl-dot:nth-child(2):before{content:"서버호스팅";}
.main-carousel .owl-dots .owl-dot:nth-child(2):after{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:url("../image/main/mv_icon02.png") center top 20px no-repeat;}
.main-carousel .owl-dots .owl-dot:nth-child(3):before{content:"코로페이션";}
.main-carousel .owl-dots .owl-dot:nth-child(3):after{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:url("../image/main/mv_icon03.png") center top 20px no-repeat;}
.main-carousel .owl-dots .owl-dot:nth-child(4):before{content:"보안서비스";}
.main-carousel .owl-dots .owl-dot:nth-child(4):after{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:url("../image/main/mv_icon04.png") center top 20px no-repeat;}

.main-carousel .owl-dots .owl-dot:hover{background:linear-gradient(120deg, #5bc7ff, #0464a3);}
.main-carousel .owl-dots .owl-dot:hover::before{color:#fff;}
.main-carousel .owl-dots .owl-dot:hover:nth-child(1)::after{background:url("../image/main/mv_icon01_on.png") center top 20px no-repeat;}
.main-carousel .owl-dots .owl-dot:hover:nth-child(2)::after{background:url("../image/main/mv_icon02_on.png") center top 20px no-repeat;}
.main-carousel .owl-dots .owl-dot:hover:nth-child(3)::after{background:url("../image/main/mv_icon03_on.png") center top 20px no-repeat;}
.main-carousel .owl-dots .owl-dot:hover:nth-child(4)::after{background:url("../image/main/mv_icon04_on.png") center top 20px no-repeat;}

.main-carousel .owl-dots .owl-dot.active{background:linear-gradient(120deg, #5bc7ff, #0464a3); transition:.5s;}
.main-carousel .owl-dots .owl-dot.active:before{color:#fff;}
.main-carousel .owl-dots .owl-dot.active:nth-child(1)::after{background:url("../image/main/mv_icon01_on.png") center top 20px no-repeat;}
.main-carousel .owl-dots .owl-dot.active:nth-child(2)::after{background:url("../image/main/mv_icon02_on.png") center top 20px no-repeat;}
.main-carousel .owl-dots .owl-dot.active:nth-child(3)::after{background:url("../image/main/mv_icon03_on.png") center top 20px no-repeat;}
.main-carousel .owl-dots .owl-dot.active:nth-child(4)::after{background:url("../image/main/mv_icon04_on.png") center top 20px no-repeat;}

.main-carousel .owl-nav{position:absolute;width:100%;bottom:50%}
.main-carousel .owl-nav .owl-prev{width:40px;height:30px;position:absolute;left:50px; font-size:14px; color:#fff; border-top: 1px solid #fff; padding-top:5px; text-align:center; background-color:transparent; cursor:pointer}
.main-carousel .owl-nav .owl-next{width:40px;height:30px;position:absolute;right:50px; font-size:14px; color:#fff; border-top: 1px solid #fff; padding-top:5px; text-align:center; background-color:transparent;  cursor:pointer}

@media screen and (max-width: 960px) {

.main-carousel .owl-dots .owl-dot{width:100px; height:100px; margin-left:15px;}

.main-carousel .owl-dots .owl-dot:before{bottom:20px; font-size:14px;}
.main-carousel .owl-dots .owl-dot:nth-child(1):after{background:url("../image/main/mv_icon01.png") center top 15px no-repeat; background-size:45%;}
.main-carousel .owl-dots .owl-dot:nth-child(2):after{background:url("../image/main/mv_icon02.png") center top 15px no-repeat; background-size:45%;}
.main-carousel .owl-dots .owl-dot:nth-child(3):after{background:url("../image/main/mv_icon03.png") center top 15px no-repeat; background-size:45%;}
.main-carousel .owl-dots .owl-dot:nth-child(4):after{background:url("../image/main/mv_icon04.png") center top 15px no-repeat; background-size:45%;}

.main-carousel .owl-dots .owl-dot:hover:nth-child(1)::after{background:url("../image/main/mv_icon01_on.png") center top 15px no-repeat; background-size:45%;}
.main-carousel .owl-dots .owl-dot:hover:nth-child(2)::after{background:url("../image/main/mv_icon02_on.png") center top 15px no-repeat; background-size:45%;}
.main-carousel .owl-dots .owl-dot:hover:nth-child(3)::after{background:url("../image/main/mv_icon03_on.png") center top 15px no-repeat; background-size:45%;}
.main-carousel .owl-dots .owl-dot:hover:nth-child(4)::after{background:url("../image/main/mv_icon04_on.png") center top 15px no-repeat; background-size:45%;}

.main-carousel .owl-dots .owl-dot.active:nth-child(1)::after{background:url("../image/main/mv_icon01_on.png") center top 15px no-repeat; background-size:45%;}
.main-carousel .owl-dots .owl-dot.active:nth-child(2)::after{background:url("../image/main/mv_icon02_on.png") center top 15px no-repeat; background-size:45%;}
.main-carousel .owl-dots .owl-dot.active:nth-child(3)::after{background:url("../image/main/mv_icon03_on.png") center top 15px no-repeat; background-size:45%;}
.main-carousel .owl-dots .owl-dot.active:nth-child(4)::after{background:url("../image/main/mv_icon04_on.png") center top 15px no-repeat; background-size:45%;}
}


@media screen and (max-width: 640px) {
	.main-carousel .li { height:50vh}
	.main-carousel .jarallax { min-height: 100vh;}
    .main-carousel .img01 {background-image:url(../image/main/main_slide01.jpg) }
	.main-carousel .img02 {background-image:url(../image/main/main_slide02.jpg) }
	.main-carousel .img03 {background-image:url(../image/main/main_slide03.jpg) }
	.main-carousel .img04 {background-image:url(../image/main/main_slide04.jpg) }
	.main-carousel .li .copy_area h2 {font-size: 36px; letter-spacing:-3px}
	.main-carousel .li .copy_area h3 { max-width:300px; margin:10px auto 0 auto; font-size: 15px; letter-spacing:-0.5px}
	.main-carousel .owl-nav { display:none}

	.main-carousel .owl-dots{bottom:5%;}

	.main-carousel .owl-dots .owl-dot{width:80px; height:80px; margin-left:10px;}

	.main-carousel .owl-dots .owl-dot:before{bottom:15px; font-size:12px;}
	.main-carousel .owl-dots .owl-dot:nth-child(1){margin-left:0;}
	.main-carousel .owl-dots .owl-dot:nth-child(1):after{background:url("../image/main/mv_icon01.png") center top 12px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:nth-child(2):after{background:url("../image/main/mv_icon02.png") center top 12px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:nth-child(3):after{background:url("../image/main/mv_icon03.png") center top 12px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:nth-child(4):after{background:url("../image/main/mv_icon04.png") center top 12px no-repeat; background-size:40%;}

	.main-carousel .owl-dots .owl-dot:hover:nth-child(1)::after{background:url("../image/main/mv_icon01_on.png") center top 12px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:hover:nth-child(2)::after{background:url("../image/main/mv_icon02_on.png") center top 12px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:hover:nth-child(3)::after{background:url("../image/main/mv_icon03_on.png") center top 12px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:hover:nth-child(4)::after{background:url("../image/main/mv_icon04_on.png") center top 12px no-repeat; background-size:40%;}

	.main-carousel .owl-dots .owl-dot.active:nth-child(1)::after{background:url("../image/main/mv_icon01_on.png") center top 12px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot.active:nth-child(2)::after{background:url("../image/main/mv_icon02_on.png") center top 12px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot.active:nth-child(3)::after{background:url("../image/main/mv_icon03_on.png") center top 12px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot.active:nth-child(4)::after{background:url("../image/main/mv_icon04_on.png") center top 12px no-repeat; background-size:40%;}

    .right_quick {transform: scale(0.7); right:0px !important; bottom:-20px !important}

}

@media screen and (max-width: 460px) {

	.main-carousel .owl-dots{left:50%; bottom:0;transform:translateX(-50%); margin:0 auto; bottom:10px}
	.main-carousel .owl-dots .owl-dot{width:20%; height:75px; margin-left:0; border-radius:5px;  display:inline-block;margin-left:5px;}
	.main-carousel .owl-dots .owl-dot:before{bottom:8px; font-size:11px;}

	.main-carousel .owl-dots .owl-dot:nth-child(1):after{background:url("../image/main/mv_icon01.png") center top 15px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:nth-child(2):after{background:url("../image/main/mv_icon02.png") center top 15px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:nth-child(3):after{background:url("../image/main/mv_icon03.png") center top 15px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:nth-child(4):after{background:url("../image/main/mv_icon04.png") center top 15px no-repeat; background-size:40%;}

	.main-carousel .owl-dots .owl-dot:hover:nth-child(1)::after{background:url("../image/main/mv_icon01_on.png") center top 15px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:hover:nth-child(2)::after{background:url("../image/main/mv_icon02_on.png") center top 15px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:hover:nth-child(3)::after{background:url("../image/main/mv_icon03_on.png") center top 15px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot:hover:nth-child(4)::after{background:url("../image/main/mv_icon04_on.png") center top 15px no-repeat; background-size:40%;}

	.main-carousel .owl-dots .owl-dot.active:nth-child(1)::after{background:url("../image/main/mv_icon01_on.png") center top 15px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot.active:nth-child(2)::after{background:url("../image/main/mv_icon02_on.png") center top 15px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot.active:nth-child(3)::after{background:url("../image/main/mv_icon03_on.png") center top 15px no-repeat; background-size:40%;}
	.main-carousel .owl-dots .owl-dot.active:nth-child(4)::after{background:url("../image/main/mv_icon04_on.png") center top 15px no-repeat; background-size:40%;}
}

@media screen and (max-width: 960px) {

    /*공통*/
    #open-button{position:fixed;z-index:10000;right:15px;padding-top:18px;width:75px; height:80px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer;display:block; }
	#open-button .navicon-line{position:absolute;width:20px;height:2px;border-radius:1px;background:#fff;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}
	#open-button .nl1 {top: 11px;right: 10px; width:30px;}
	#open-button .nl2 {top: 19px;right: 10px; width:24px;}
	#open-button .nl3 {top: 27px;right: 10px; width:30px;}
	#open-button.on>div>div{transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);width:25px;position:absolute;top:15px;right:10px;margin:0;padding:0;background-color:#fff;}
	#open-button.on>div>div:first-child{transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg)}
	#open-button.scrolled .navicon-line {background-color: #333;}
	#open-button.on.scrolled >div>div{background-color:#fff;}
	/*공통*/
}


/*메인 아이콘*/
.main_icon_wrap { width:100%; padding:50px 0 50px 0; background:#f3f3f3;}
.main_icon_wrap .inner_layout01{width:100%; min-height:940px; max-width:1200px; margin:0 auto;}
.main_icon_wrap h2 {margin-bottom:40px; font-size:36px; color:#333; font-weight:bold; text-align:center;}
.main_icon_wrap 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_icon_wrap ul li:nth-child(4n+1) {margin-left:0}
.main_icon_wrap ul li:nth-child(1){background:url("../image/main/layout01_img01.jpg") center no-repeat; background-size:cover;}
.main_icon_wrap ul li:nth-child(2){background:url("../image/main/layout01_img02.jpg") center no-repeat; background-size:cover;}
.main_icon_wrap ul li:nth-child(3){background:url("../image/main/layout01_img03.jpg") center no-repeat; background-size:cover;}
.main_icon_wrap ul li:nth-child(4){background:url("../image/main/layout01_img04.jpg") center no-repeat; background-size:cover;}
.main_icon_wrap ul li:nth-child(5){background:url("../image/main/layout01_img05.jpg") center no-repeat; background-size:cover;}
.main_icon_wrap ul li:nth-child(6){background:url("../image/main/layout01_img06.jpg") center no-repeat; background-size:cover;}
.main_icon_wrap ul li:nth-child(7){background:url("../image/main/layout01_img07.jpg") center no-repeat; background-size:cover;}
.main_icon_wrap ul li:nth-child(8){background:url("../image/main/layout01_img04.jpg") center no-repeat; background-size:cover;}
.main_icon_wrap 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_icon_wrap 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_icon_wrap ul li.on{width:24%;}
.main_icon_wrap ul li.on a{background:none;}
.main_icon_wrap ul li.on a p{padding:15px 0; background:rgba(1,104,172,0.7);}

.main_icon_wrap i { font-size:45px; color:#555; }

@media screen and (max-width: 1300px) {
	.main_icon_wrap {background-size:60%; padding:50px 0 0px 0; background-position:right bottom -1.5%;}
	.main_icon_wrap ul li a{min-height:366px; font-size:25px;}
}

@media screen and (max-width: 960px) {

	.main_icon_wrap {background-size:80%;  padding:40px 0 560px 0;background-position:right bottom -1.5%;}
    .main_icon_wrap ul{width:95%; margin:0 auto;}
	
	.main_icon_wrap ul li { width:48%; margin-left:2%; margin-top:15px;}
	.main_icon_wrap ul li:nth-child(2n+1) { margin-left:0}

	.main_icon_wrap ul li.on{width:48%;}

	.main_icon_wrap ul li a{min-height:320px; font-size:30px;}
	
}

@media screen and (max-width: 640px) {
	.main_icon_wrap {background-size:80%; padding:40px 0 620px 0 background-position:right bottom -1.5%;}
	.main_icon_wrap .inner_layout01{width:100%; min-height:620px; max-width:1200px; margin:0 auto;}	
	.main_icon_wrap h2 { margin-bottom:20px;font-size:32px} 
	
	.main_icon_wrap ul li a{min-height:240px; font-size:20px;}
	.main_icon_wrap 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;}
	

}
/*메인 아이콘*/


/*4단 가로 박스*/
.main_quick_wrap {position: relative; width: 100%; margin:0 auto; padding:150px 0 0}
.main_quick_wrap ul { padding:0; margin:0}
.main_quick_wrap ul li{float:left;width:33.3334%;height:300px; padding:30px 50px; background-repeat:no-repeat; background-position:center;text-align:center; display:table}
.main_quick_wrap ul li i { font-size:40px; padding-top:70px; color:#fff}
.main_quick_wrap ul li a  {display:inline-block; margin-top:80px; border-top:1px solid rgba(255,255,255,0.3); border-bottom:1px solid rgba(255,255,255,0.3); padding:7px 30px;  color:#fff; font-size:12px; float:left;  transition: all .2s}
.main_quick_wrap ul li:hover a {background:#06519d; border-top:1px solid #06519d; border-bottom:1px solid #06519d; color:#fff; transition: all .3s}
.main_quick_wrap ul li h2{ font-size: 22px; letter-spacing: -1px; margin-top: 20px; text-align:left; color:#fff}
.main_quick_wrap ul li span{ font-size: 16px;padding-top: 10px; color:#fff; opacity:0.8; text-align:left; font-weight:400; display:block}
.main_quick_wrap .img01 { background-image: url(../img/main_quick_bg01.png); background-color:#E2E2E2}
.main_quick_wrap .img02 { background-image: url(../img/main_quick_bg02.jpg);}
.main_quick_wrap .img03 { background-image: url(../img/main_quick_bg03.jpg);}
.main_quick_wrap ul .img01 h2 { color:#555; font-size:22px; }
.main_quick_wrap ul .img01  span { color:#555}
.main_quick_wrap ul .img01 a { border-top:1px solid #b1b1b1; border-bottom:1px solid #b1b1b1; color:#555}


@media screen and (max-width: 640px) {
    .main_quick_wrap ul li { width:100%}
}
/*4단 가로 박스*/





/*2단 가로박스*/
.box_quick_wrap { width:100%; padding:80px 0 130px 0; background:url("../images/main/infro_bg.jpg") center no-repeat; background-size:cover;}
.box_quick_wrap h2.quick_title{margin-bottom:90px; font-size:42px; color:#fff; font-weight:bold; text-align:center;}
.box_quick_wrap ul.tab_box{overflow:hidden;}
.box_quick_wrap ul.tab_box li { width:50%; height:380px; float:left; background-size:cover; background-repeat:no-repeat; background-position:bottom right; }
.box_quick_wrap ul.tab_box li h3 { font-size:18px; color:#fff; font-weight:500}
.box_quick_wrap ul.tab_box li h2 { font-size:40px; color:#fff; letter-spacing:-1px; font-weight:bold}
.box_quick_wrap ul.tab_box li span { display:block; font-size:16px; padding:30px 0; max-width:278px; color:#fff; opacity:0.8; font-weight:400}
.box_quick_wrap ul.tab_box li span strong{font-weight:normal; display:block;}
.box_quick_wrap ul.tab_box li a {display:inline-block; margin-top:20px; border-top:1px solid rgba(255,255,255,0.3); border-bottom:1px solid rgba(255,255,255,0.3); padding:7px 30px;  color:#fff; font-size:12px; float:left;  transition: all .2s}
/*.box_quick_wrap ul li:hover a {background:#06519d; border-top:1px solid #06519d; border-bottom:1px solid #06519d; color:#fff; transition: all .3s}*/
.box_quick_wrap ul.tab_box .box01 {padding:10px; background-image: url(../images/main/infro_img01.jpg); background-color: #9fb4c9;}
.box_quick_wrap ul.tab_box .box01 .line{display:block; width:100%; margin:0; padding:65px 50px 100px 50px; border:1px solid rgba(255,255,255, 0.7);}
.box_quick_wrap ul.tab_box .box02 { background-image: url(../images/main/infro_img02.jpg); background-color: #7cc6d9;}
.box_quick_wrap ul.tab_box .box02 .line{display:block; width:100%; margin:0; padding:65px 50px 100px 50px; border:10px solid rgba(255,255,255, 0.7);}

.box_quick_wrap .infro_icon{margin-top:43px;}
.box_quick_wrap .infro_icon ul{overflow:hidden;}
.box_quick_wrap .infro_icon ul li{float:left; width:16.6%; opacity:.7;}
.box_quick_wrap .infro_icon ul li:hover{opacity:1;}
.box_quick_wrap .infro_icon ul li a{display:block; color:#fff; font-size:20px; font-weight:500; text-align:center;}
.box_quick_wrap .infro_icon ul li a p{height:80px;}
.box_quick_wrap .infro_icon ul li a span{display:block; text-align:center;}


@media screen and (max-width: 960px) {
	.box_quick_wrap h2.quick_title{font-size:36px;}
 	.box_quick_wrap ul.tab_box li { width:100%;}
	.box_quick_wrap ul.tab_box .box01 .line{padding:65px 50px 50px 50px;}
	.box_quick_wrap ul.tab_box .box02 .line{padding:65px 50px 77px 50px;}
	.box_quick_wrap ul.tab_box li span { max-width:158px}

	.box_quick_wrap .infro_icon ul li{width:33.3%; margin-bottom:40px;}
}

@media screen and (max-width: 640px) {
 	.box_quick_wrap ul.tab_box li h2 { font-size:36px}
	.box_quick_wrap ul.tab_box .box01 .line{padding:65px 50px 55px 50px;}
	.box_quick_wrap ul.tab_box .box02 .line{padding:65px 50px 82px 50px;}
	
	.box_quick_wrap .infro_icon ul li a{font-size:17px;}
	.box_quick_wrap .infro_icon ul li p img{width:50%; max-width:60px;}
}
/*2단 가로박스*/






/*제품소개*/
.product_box_wrap { width:100%; padding:80px 0 130px 0; max-width:1200px;  margin:0 auto;}
.product_box_wrap h2 {text-align:center;font-size:50px; color:#333; line-height:1.6; font-weight:600}
.product_box_wrap h2 span {padding:20px 10px 50px 10px; font-size:16px; display:block; color:#555; font-weight:400 }
@media screen and (max-width: 960px) {
   .product_box_wrap h2 { font-size:36px}
}
/*제품소개*/






#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('../image/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;}



#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;}



#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; }



#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('../image/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;}




/* 하단 */
#footer {position:relative;background:#212121; width:100%;}
#footer .footer-top {margin-bottom:20px;padding:20px 0;border-bottom:1px solid #353535; max-width:1200px; margin:0 auto; padding-top:20px;}
#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:15px;margin-right:20px}
#footer .footer-aside {position:relative;width:50%;float:right;margin-top:25px;}

#footer .footer-cont {color:#757575;font-size:13px; 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:15px;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}
@media (max-width:991px) { .footer-nav {width:100%;text-align:center} .footer-aside {width:100%;height:40px;margin-top:20px}
	#footer .footer-cont {color:#757575;font-size:13px; max-width:1200px; margin:0 auto; padding:20px;} .family-site {top:0;left:50%;right:inherit;transform:translateX(-50%)} }
@media (max-width:767px) {
	#footer .footer-copyright span {display:none} }




/* PC용 퀵메뉴 */
#backtotop{ position:fixed; bottom:85px; right:27px; z-index : 1000; display:inline-block;}
.q-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:25px; 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; }
.q-menu nav div:hover {background:#c53528; /*rgba(0,0,0,0.9);*/}
.q-menu nav div i { display:inline-block; vertical-align:top; text-align:center; width:100%; height:30px; line-height:23px; font-size:0.85em; }
.q-menu nav div a { display: inline-block; position: relative; width: 30px; height: 30px; text-align: center; color:#fff; text-decoration:none; }
.q-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; }
.q-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);*/ }/*화살모양*/
.q-menu nav a:after { position: absolute; content: ''; display: inline-block; width: 30px; height: 30px; margin-left: -5px; margin-top: -10px; top: 50%; left: 50%; }
.q-menu nav a:hover { opacity: 1; }
.q-menu nav a:hover span { right: 50px; opacity: 1; }
.q-menu nav a.active { color: #333; opacity: 1; }



/* 서브 */
#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:340px; 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('../image/icnLocaArr_x.png') 90% center no-repeat; cursor: pointer;}
#sub_menu .sub_location ul.on li span{background: url('../image/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;}

#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:170px; right:0; z-index:99; }
#sub_tit .path .share-area {float: right;margin-right: 18px;padding: 18px 0;box-sizing: border-box;}
#sub_tit .path .share-area .hide-wrap{width:140px;height:34px;overflow:hidden;float:left}
#sub_tit .path .share-area .hide-wrap .hide-area{width:140px;height:34px;position:relative;left:200px}
#sub_tit .path .share-area .hide-wrap .hide-area ul {overflow: hidden; padding:0; margin:0}
#sub_tit .path .share-area .hide-wrap .hide-area ul li {float: left;margin-left: 13px; cursor:pointer}
#sub_tit .path .share-area .hide-wrap .hide-area ul li:first-child {margin-left: 0;}
#sub_tit .path .share-area .share-btn{width:34px;height:34px; border:0px; background:#3a5992; background-image:url(../image/share_open_bt.png);float:right;text-indent:-9999px;padding-left:18px;box-sizing:unset;background-repeat:no-repeat;background-position-x:right;transition:all .5s ease}
#sub_tit .path .share-area .share-btn.active {background-image: url(../image/share_close_bt.png);border-left: 1px solid #6c9bdb;}
#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;}

.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('../image/bg_vline.gif') no-repeat center; margin:0px auto; }
.scontents h3.title {  font-size: 2.5em;  text-align: center; margin-top:20px;}
.scontents .eng {  display:block; text-align:center; font-size: 2.5em;  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; }

.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;}


@media all and (max-width:1300px){	


}


@media all and (max-width:1200px){
	.scontents{width:96%;}
	#container {margin-top:0px;}
}


/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	

	
	#main_visual .swiper-slide{width:100%; height:450px;}
	#main_visual .swiper-slide div.backgroundimg1{height:450px; }
	#main_visual .swiper-slide div.backgroundimg2{height:450px; }
	#main_visual .sliderkit-text {bottom:30%; text-align:center; border:0px solid red; background:rgba(255,255,255,0); padding:15px 0; }
	#main_visual .sliderkit-text h1.lviewa{font-size:1.4em;}
	#main_visual .sliderkit-text h1.sviewa{font-size:0.9em;}
	#main_visual .sliderkit-text h1 img{width:60%;}
	#main_visual .sliderkit-text span{padding:0 30px; font-size:0.7em;}	


	#m_bnr { position:relative; top:0px; width:100%; min-width:320px;margin:0px auto; padding:0;}
	#m_bnr li {width:50%; border-bottom:0px solid #4e4e4e;}
	#m_bnr li:nth-child(1), #m_bnr li:nth-child(2){border-bottom:1px solid #4e4e4e;}


	#m_bnr2 {position:relative; top:0px; width:100%; margin:0 auto; border-bottom:none;  margin-top:1px; }
	#m_bnr2 .con_box li { width:50%;  border-bottom:1px solid #ddd;} 
	#m_bnr2 .con_box li:last-child { border-right:none;}


	#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('../image/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;}


	#pro_wrap {padding:30px 0px; margin-top:0px;}		

	#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;}


	#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%; }



	#footer{ min-width:320px; padding-bottom:30px; text-align:center;}
	#footer .copyright{width:100%; padding:0 30px; }
	#footer .copyright p{ text-align:center;}



	#backtotop{right:15px;}

	#sub_visual{margin-top:0px;}

	.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;}	


	#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: 'Noto Sans KR', sans-serif;}
	#sub_tit .normal_txt .color1{color:#fd7701;}


}




/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {			

	.mview{display:block;}
	
	#main_visual .swiper-slide div.backgroundimg1{height:450px; background:url('../image/main_visual01_m.jpg') top center no-repeat !important;}
	#main_visual .swiper-slide div.backgroundimg2{height:450px; background:url('../image/main_visual02_m.jpg') top center no-repeat !important;}
	#main_visual .swiper-slide div.backgroundimg3{height:450px; background:url('../image/main_visual03_m.jpg') top center no-repeat !important;}
	#main_visual .swiper-slide div.backgroundimg4{height:450px; background:url('../image/main_visual04_m.jpg') top center no-repeat !important;}
	.swiper-button-next, .swiper-button-prev{display:none !important;}


#m_bnr li:last-child {border-right:0;}
#m_bnr li div { display:inline-block; float:left; text-align:center;  margin:0; }
#m_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;}
#m_bnr li .txt_tit { height:80px; line-height:80px; color:#aaa; font-size:1.2em; }
#m_bnr li:hover {background:#b82835 url('../image/bnr_arrow_on.png') no-repeat 95% 50%; }
#m_bnr li:hover i{color:#fff;}
#m_bnr li:hover .txt_tit{color:#fff;}







	#pro_tab .pro_list > ul > li{ display:inline-block; width:48%; margin:1%; padding-bottom:30px; border:1px solid #ddd; box-sizing:border-box; }

	#comm_wrap_basic > div{width:95%; padding:10px 0px; margin:0 auto; float:none;}	


	#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;}

	.scontents{padding:30px 0px;}
	.scontents .stitle { margin-bottom:30px; }	

	#backtotop{display:none !important;}

}



/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {	
	

	#m_bnr2 {position:relative; top:0px; width:100%; margin:0 auto; border-bottom:none;  margin-top:1px; }
	#m_bnr2 .con_box li { width:50%; height:210px;  border-bottom:1px solid #ddd;} 
	#m_bnr2 .con_box li .hover_area p { display:none; }


	#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('../image/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;}


	#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: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{margin:20px auto;}
	#comm_wrap .notice_area li a{display:block; width:75%;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden; }


	#footer .copyright span{font-size:1em;}
	#footer .copyright p{font-size:0.8em;}




	#sub_visual{height:210px; }
	#sub_visual .backgroundimg{height:210px; }
	#sub_visual .visual_area {height:210px; background-position:center top; background-size:cover;}



	#sub_tit {top:15%; background:none; margin:30px auto;}
	#sub_tit .title{  font-size:2em;  } 
	#sub_tit .normal_txt{font-size:1em;}
	.scontents .eng { font-size: 2em; }
	.scontents .stitle { font-size:1em;  }

	.g_map {width:100%; height:300px; overflow:hidden;}
	

	.q-menu{ display:none;}
	

}




/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	

	
}



/* 
	반응형 게시판 관련
	아래 소스는 그대로 두시는 편이 좋습니다.	
*/
#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(/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;}	
	
	
}