/*
	Copyright 2020 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/
@charset "UTF-8";
@import '/_css/common.css'; /* front, admin 공통*/
@import '/_css/member.css'; /* front member 공통*/
@import '/_css/board.css'; /* front member 공통*/
@import 'loading.css';
@import 'fontSet.css';
@import 'basic.css';
@import 'layout.css';
@import 'event.css';

body.scroll_none {overflow:hidden;}

/***************** common *****************/
/******************************************/

.red-underline{
	position: relative;
	display:inline-block;
	z-index:1;
	overflow:hidden;
}
.red-underline:before{
	position: absolute;
	bottom: 10px;
	left: 0px;
	content: '';
	background: #fe3c45;
	height: 4px;
	width: 0;
	z-index: -1;
	width:100%;
}

.red-underline:hover:before{
	animation: line2 3s infinite alternate;
}
@keyframes line {
  from {width:0;}
  to {width:100%;}
}
@keyframes line2 {
	0% {left:0;}
	25% {left:100%; }
	25.001% {left:-100%; }
	50% {left:0%; }
	75% {left:100%; }
	75.001% {left:-100%; }
	100%{left:0;}
}


.red-white-border {
    border: 5px solid transparent;
    border-image: url('../html/_img/sub/red-white-border.png') 8;
}
@media(max-width:992px){
	.red-underline:before {
		height: 2px;
	}
}
@media(max-width:767px){
	.red-underline:before {
		bottom: 8px;
	}
}

#sub_tit_area {
	position:relative;
	height:300px;
	margin-top:120px;
}
.subVisualWrap {
	position:relative;
	height:auto;
}
.subVisualWrap .float-box {
  overflow:hidden;
  position:relative;
}
.subVisualWrap .float-box > div:after {
  content:"";
  white-space:nowrap;
  padding-right:50px;
}
.subVisualWrap .float-box > div {
  margin:0;
  padding-left:100%;
  display:inline-block;
  white-space:nowrap;
    -webkit-animation-name:marquee;
    -webkit-animation-timing-function:linear;
    -webkit-animation-duration:18s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-name:marquee;
    -moz-animation-timing-function:linear;
    -moz-animation-duration:18s;
    -moz-animation-iteration-count:infinite;
    -ms-animation-name:marquee;
    -ms-animation-timing-function:linear;
    -ms-animation-duration:18s;
    -ms-animation-iteration-count:infinite;
    -o-animation-name:marquee;
    -o-animation-timing-function:linear;
    -o-animation-duration:18s;
    -o-animation-iteration-count:infinite;
    animation-name:marquee;
    animation-timing-function:linear;
    animation-duration:18s;
    animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

.subVisualWrap .tlt{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	max-width:1300px;
	width:100%;
}
@media(max-width:1400px){
	.subVisualWrap .tlt{
		width:90%;
	}
}
@media (max-width: 1199.98px) {

}
@media(max-width:991.98px){
 	.subVisualWrap .float-box > div > img {
		max-width:1200px;
	}
}

#sub_tit_area .text-center{
	margin-top:-13rem;
	z-index:1;
	position: relative;
}
#sub_tit_area #sch-1{
	width:540px;
	height:66px;
	position: relative;
	margin:0 auto;
	margin-top:40px;
}
#sub_tit_area #sch-1 > input{
	width:100%;
	height:100%;
	border:none;
	border-bottom:3px solid #fe3c45;
	outline:none;
	padding:0 10px;
	font-size:18px;
	font-weight:500;
	color:black;
	background:transparent;
}
#sub_tit_area #sch-1 > input::placeholder {
	color:black;
}
#sub_tit_area #sch-1 > button{
	position: absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	background:transparent;
	border:none;
	outline:none;
}
#sub_tit_area #sch-1 > button i{
    font-size: 1.7em;
}
@media(max-width:992px){
	#sub_tit_area {
		height: auto;
		margin-top: 55px;
	}
	#sub_tit_area .text-center{
		margin-top:-17rem;
	}
	#sub_tit_area .text-center > h1 {
		display:none;
	}
	.subVisualWrap .float-box {
	  z-index:18;
	  margin-top: 55px;
	}
	.subVisualWrap .float-box > div img{
		max-width:1200px;
	}
	#sub_tit_area #sch-1{
		width:60%;
		height:50px;
		margin-top:50px;
	}
	#sub_tit_area #sch-1 > input{
		border-bottom:2px solid #fe3c45;
		font-size:16px;
	}
	#sub_tit_area #sch-1 > button i{
		font-size: 1.5em;
	}
}
@media(max-width:767px){
	#sub_tit_area #sch-1 {
		margin: 90px auto 40px;
	}
	.subVisualWrap .float-box > div > img{
		max-width:700px;
	}
}

/* DECO */
.red-dot{
	display:inline-block;
	width:13px;
	height:13px;
	border-radius:50%;
	background:#fe3c45;
	margin-left:10px;
}
.cursor-deco{
	position: absolute;
	top:0;
	left:0;
	width:82px;
	height:82px;
	background:url(/images/2020/cursor_1.png) no-repeat !important;
	z-index:50;
}
@media(max-width:992px){
	.red-dot{
		width:8px;
		height:8px;
	}
}

/**/
.fl{
	float:left;
}
.fr{
	float:right;
}


/***************** 포트폴리오 ****************/
/******************************************/


#wrap_portlist {
	width:1640px;
	margin:0 auto;
}

.sort.pofo{
	width:100%;
	margin:100px 0 120px;
}
.sort.pofo > ul{
	display:block;
	max-width:100%;
	margin:0 auto;
	list-style:none;
	padding:0;
}
.sort.pofo > ul > li{
	float:left;
	width:16.66%;
	box-sizing:border-box;
	padding:5px 0;
}
.sort.pofo > ul > li > a{
	display:inline-block;
	font-size:18px;
	color:#777;
	font-weight:300;
}
.sort.pofo > ul > li > a.active{
	color:#000;
	font-weight:500;
	position: relative;
}
.sort.pofo > ul > li > a.active::after{
	content:'';
	height:3px;
	background:#fe3c45;
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
}
@media(max-width:1200px){
	.sort.pofo > ul > li{
		width:20%;
	}	
}
@media(max-width:992px){
	.sort.pofo {
		margin: 80px 0 100px;
	}
	.sort.pofo > ul > li{
		width:25%;
	}	
	.sort.pofo > ul > li > a {
		font-size: 16px;
	}
}
@media(max-width:767px){
	.sort.pofo {
		margin: 20px 0 80px;
	}
	.sort.pofo > ul > li{
		width:33.33%;
	}	
	.sort.pofo > ul > li > a {
		font-size: 15px;
	}
}
@media(max-width:485px){
	.sort.pofo {
		margin: 20px 0 60px;
	}
	.sort.pofo > ul > li{
		width:50%;
	}	
}


#port_list{
	position:relative;
}
#port_list .intro{
	position: absolute;
	top:0;
	left:0;
	width:24%;
}
#port_list .intro h2{
	color:black;
	line-height:40px;
	letter-spacing:-0.025em;
	font-weight:100;
	margin:0 0 20px !important;
	font-size:28px;
}
#port_list .intro img{
	margin-top:70px;
	transition:all 0.3s ease-in-out;
}
#port_list .intro img:hover{
	padding-left:20px;
}
#port_list .ani-box-area {
	height:auto !important;
	margin-left:-15px;
	margin-right:-15px;
}
#port_list .item-box {
	padding:0px 15px;
	overflow:hidden;
	position:static !important;
	float:left;
}
#port_list .item-box:first-child {
	margin-left:25%;
}
#port_list .item-box .box-inner{
	background:#fff;
	margin:0 auto;
	position:relative;
	padding-top:88%;
	margin-bottom:100px;
}
#port_list .item-box .box-inner .po-thum{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:1;
	max-height:362px;
	height:362px;
	overflow:hidden;
	transition:all 0.2s ease-in-out;
}
#port_list .item-box .box-inner .po-thum{
	-webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    6px 6px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         6px 6px 6px 0px rgba(0, 0, 0, 0.2);	
}
#port_list .item-box .box-inner .po-thum img{
	
}
#port_list .item-box .box-inner .po-thum > .thum_img{
	position:absolute;
	lefT:0;
	top:0;
	width:100%;
	height:100%;
	transition:all 0.6s ease-in-out;
}
#port_list .item-box .box-inner .po-thum:hover > .thum_img {
	transform:scale(1.1);
}
#port_list .item-box .box-inner .po-desc{
	padding:50px 0 0;
}
#port_list .item-box .box-inner .po-desc > p{
	display:inline-block;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	height:28px;
}
#port_list .item-box .box-inner .info{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
/* 	background:rgba(0,0,0,.5); */
	z-index:2;
}
#port_list .item-box .box-inner .info a {
	display:inline-block;
	margin:0 10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#port_list .more-view{
	margin:0 auto;
	float:none;
	text-align:center;
	display:block;
	width:110px;
	margin-bottom:100px;
	height:30px;
	line-height:30px;
	padding:0;
}
#port_list .more-view a {
	display:block;
	margin:0 auto;
	color:#000;
	font-size:13px;
	font-weight:900;
	font-family: 'Montserrat';
	position: relative;
	text-decoration:none;
}
#port_list .more-view a:after{
    background: #fe3c45;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
}

@media(max-width:1640px){
	#wrap_portlist {
		width: 85.41%;
		margin: 0 auto;
	}
	#port_list .ani-box-area {
		margin-left:-15px;
		margin-right:-15px;
	}
	#port_list .item-box {
		padding:0px 15px;
	}
	#port_list .item-box .box-inner .po-thum {
		max-height: 70%;
	}
	#port_list .intro h2{
		line-height:35px;
		font-size:22px;
	}
	#port_list .intro img{
		margin-top:50px;
	}
}
@media(max-width:1200px){
	#port_list .ani-box-area {
		margin-left:-10px;
		margin-right:-10px;
	}
	#port_list .item-box {
		padding:0px 10px;
	}
	#port_list .intro h2 {
		line-height: 1.8;
		font-size: 18px;
	}
	#port_list .intro img {
		margin-top: 30px;
		max-width: 60px;
	}
}
@media(max-width:992px){
	#port_list .item-box:first-child {
		margin-left:50%;
	}
	#port_list .item-box .box-inner {
		padding-top: 64%;
		margin-bottom:60px;
	}	
	#port_list .item-box .box-inner img{
		max-width:100% !important;
		width:100%;
	}
	#port_list .intro{
		width:48%;
	}
}
@media(max-width:767px){
	#wrap_portlist {
		width: 100%;
		padding-left:15px;
		padding-right:15px;
	}
	#port_list .item-box:first-child {
		margin-left: 0;
	}
	#port_list .more-view{
		width:80%;
		margin-bottom:60px;
	}
	#port_list .intro{
		width:100%;
		position: relative;
		top: 0;
		left: 0;
	}
	#port_list .intro h2 {
		font-size:20px;
		line-height:1.6;
	}
	#port_list .intro img {
		max-width: 50px;
		margin: 20px 0 50px;
	}
}
@media(max-width:485px){
	#port_list .item-box {
		width:100%;
		max-width:100%;
	}
	#port_list .item-box img{
		max-width:100% !important;
	}
	#port_list .item-box .box-inner {
		padding-top: 60%;
		margin-bottom: 30px;
	}
	#port_list .item-box .box-inner .po-desc {
		padding: 0;
	}
}



/*left_category_wrap*/
.left_category_wrap,
.left_category_wrap2{
	position:relative;
	padding-left:320px;
	_min-height:1200px;
	padding-top:14rem;
}


.left_category_wrap2{
	padding-top:0;
}
.left_category_wrap .sc_box{
	position:absolute;
	top:0;
	left:0;
	width:360px;
	padding-top:14rem;
	padding-left:20px;
	z-index:50;
}
.left_category_wrap .sc_box.sc_fixed{
	position:fixed;
	padding-top:14rem;
}
.sc_box_mobile{
	position:relative;
	display:inline-block;
	font-weight:800
}
.sc_box_mobile:before{
	content:"#";
	position:absolute;
	left:0;
	top:2px;
	font-size:2.4rem;
}
.sc_box_mobile i{
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-12px;
	font-size:2.4rem;
}
.sc_box_mobile select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(이미지 경로) no-repeat 95% 50%;
	background:#fff;
	border:0;
	border-bottom:3px solid #000;
	min-width:260px;
	font-size:2.2rem;
	padding:5px 50px 5px 20px;
}



@media(max-width:1400px){
	.left_category_wrap,
	.left_category_wrap2{
		padding-left:260px;
		padding-top:12rem;
	}
	.left_category_wrap .sc_box{
		position:absolute;
		width:260px;
		padding-top:12rem;
		padding-left:15px;
		z-index:50;
	}
}

@media(max-width:1200px){
	.left_category_wrap,
	.left_category_wrap2{
		padding-left:80px;
		padding-top:12rem;
	}
	.left_category_wrap .sc_box{
		display:none !important
	}
}
@media(max-width:767px){
	.left_category_wrap,
	.left_category_wrap2{
		padding-left:40px;
		padding-top:8rem;
	}
	.left_category_wrap .sc_box{
		display:none !important
	}
	.sc_box_mobile:before {
		font-size: 2.2rem;
	}
}
@media(max-width:640px){
	.left_category_wrap,
	.left_category_wrap2{
		padding-left:30px;
		padding-top:6rem;
	}
	.sc_box_mobile i{
		margin-top:-10px;
		font-size:2rem;
	}
	.sc_box_mobile select{
		border-bottom:2px solid #000;
		width:200px;
		font-size:1.8rem;
	}
	.sc_box_mobile:before {
		font-size: 2rem;
	}
}



/**************** 홈페이지 제작 ***************/
/******************************************/


.design_premium{
	margin-top: 200px;
	position: relative;
}
@media(max-width:767px){
	.design_premium{
		margin-top: 100px;
	}
}

.design_premium .sec1 > p b{
	position: relative;
}
.design_premium .sec1 > p b::after{
	content:'';
	width:10px;
	height: 10px;
	background: #fe3c45;
	border-radius: 50%;
	position: absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
@media(max-width:992px){
	.design_premium .sec1 > p b::after{
		width:5px;
		height: 5px;
	}
}

.design_premium .sec1 .circle_wrap{
	padding-top: 30px;
	background: #f3f3f6;
	position: relative;
	height: 950px;
	overflow:hidden;
}

.design_premium .sec1 .circle_wrap .slider .item .bg{
	width:100%;
	max-width:1280px;
	height: 950px;
	margin:0 auto;
}

.design_premium .sec1 .circle_wrap .circle_rotate{
	border:1px solid #ccc;
	position:absolute;
	top:20px;
	margin-top:0;
	left:50%;
	margin-left:-650px;
	width:1300px;
	height: 1300px;
	border-radius:100%;
	-webkit-animation:rotating 15s linear infinite;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
.design_premium .sec1 .circle_wrap .circle_rotate:after{
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    width: 15px;
    height: 15px;
    border: 5px solid #4e32c0;
    border-radius: 100%;
    z-index: 1;
}
@media(max-width:1300px){
	.design_premium .sec1 .circle_wrap{
		height: 700px;
	}
	.design_premium .sec1 .circle_wrap .slider .item .bg{
		max-width: 970px;
		height: 700px;
	}
	.design_premium .sec1 .circle_wrap .circle_rotate{
		width:993px;
		height:993px;
		margin-left:-496.5px;
	}
}
@media(max-width:992px){
	.design_premium .sec1 .circle_wrap {
		height: 500px;
	}
	.design_premium .sec1 .circle_wrap .slider .item .bg {
		max-width: 726px;
		height: 500px;
	}
	.design_premium .sec1 .circle_wrap .circle_rotate{
		width:750px;
		height:750px;
		margin-left:-375px;
	}
}
@media(max-width:767px){
	.design_premium .sec1 .circle_wrap {
		height: 200px;
	}
	.design_premium .sec1 .circle_wrap .slider .item .bg {
		max-width: 330px;
		height: 200px;
	}
	.design_premium .sec1 .circle_wrap .circle_rotate{
		width:350px;
		height:350px;
		margin-left:-175px;
	}
}


.design_premium .sec1 .container{
	position: relative;
}
.design_premium .sec1 .container .bTxt{
	padding:70px 0 110px;
	padding-left: 35%;	
}
.design_premium .sec1 .container .bTxt > ul li{
    font-family: 'Montserrat' !important;
	font-weight: 800;
	text-transform: uppercase;
	color:#000;
	letter-spacing: 0;
}
@media(max-width:767px){
	.design_premium .sec1 .container .bTxt{
		padding:60px 0 80px;
		padding-left: 35%;	
	}
}

.design_premium .sec1 .container .circle{
	position:absolute;
	border-radius:100%;
}
.design_premium .sec1 .container .circle canvas{
	width:400px;
	height:400px;
}

.design_premium .sec1 .container .circle.circle1{
	left:0;
	top:-35%;
	width:400px;
	height:400px;
	z-index:1;
	background:rgba(0,0,0,0);
}
@media(max-width:992px){
	.design_premium .sec1 .container .circle canvas{
		width:300px;
		height:300px;
	}
	.design_premium .sec1 .container .circle.circle1{
		width:300px;
		height:300px;
		left:-10%;
	}
}
@media(max-width:767px){
	.design_premium .sec1 .container .circle canvas{
		width:150px;
		height:150px;
	}
	.design_premium .sec1 .container .circle.circle1{
		width:150px;
		height:150px;
		top:-10%;
	}
}


.design_premium .sec2{
	padding-bottom: 150px;
}
.design_premium .sec2 .bg{
	display:block;
}
.design_premium .sec2 .bg > div{
	width:86%;
	height:450px;
}
.design_premium .sec2 .txt{
	padding-left: 14%;
    transform: translateY(-40px);
}
@media(max-width:992px){
	.design_premium .sec2{
		padding-bottom: 60px;
	}
	.design_premium .sec2 .bg > div{
		width:100%;
		height:250px;
	}
	.design_premium .sec2 .txt{
		padding-left: 15px;
		transform: translateY(-24px);
	}
}
@media(max-width:767px){
	.design_premium .sec2 .bg > div{
		height:150px;
	}
	.design_premium .sec2 .txt {
		padding:0 15px;
		transform: translateY(-16px);
	}
}

.design_premium .sec3{
	padding-bottom: 250px;
	position: relative;
	width:100%;
	overflow:hidden;
}
.design_premium .sec3 > img{
	position: absolute;
	top:0;
	left:0;
}
.design_premium .sec3 .bg{
	display:block;
}
.design_premium .sec3 .bg > div{
	width:61%;
	height:450px;
	float:right;
}
.design_premium .sec3 .txt{
	padding-right: 14%;
    transform: translateY(-40px);
}
@media(max-width:1500px){
	.design_premium .sec3 > img{
		max-width:460px;
	}
}
@media(max-width:992px){
	.design_premium .sec3{
		padding-bottom: 60px;
	}
	.design_premium .sec3 .bg > div{
		width:70%;
		height:250px;
	}
	.design_premium .sec3 > img {
		max-width: 220px;
	}
	.design_premium .sec3 .txt{
		padding-right: 15px;
		transform: translateY(-24px);
	}
}
@media(max-width:767px){
	.design_premium .sec3 .bg > div{
		width:70%;
		height:150px;
	}
	.design_premium .sec3 > img {
		max-width: 100px;
	}
	.design_premium .sec3 .txt{
		padding:0 15px;
		transform: translateY(-16px);
	}
}

.design_premium .sec4{
	padding-bottom: 130px;
	position: relative;
}
.design_premium .sec4 > img{
	position: absolute;
	top:0;
	left:0;
}
.design_premium .sec4 .bg{
	display:block;
	margin-top: -100px;
}
.design_premium .sec4 .bg > div{
	width:86%;
	height:450px;
	float:right;
}
.design_premium .sec4 .txt{
	padding-left: 18%;
    transform: translateY(-40px);
}
@media(max-width:992px){
	.design_premium .sec4{
		padding-bottom: 60px;
	}
	.design_premium .sec4 .bg{
		margin-top: 0;
	}
	.design_premium .sec4 .bg > div{
		width:100%;
		height:250px;
	}
	.design_premium .sec4 .txt{
		padding-left: 15px;
		transform: translateY(-24px);
	}
}
@media(max-width:767px){
	.design_premium .sec4 .bg > div{
		height:150px;
	}
	.design_premium .sec4 .txt{
		padding:0 15px;
		transform: translateY(-16px);
	}
	.design_premium .sec4 .txt br{
		display:none;
	}
}

/* .design_premium .sec5{
	height: 300px;
	padding-left: 140px;
	margin-bottom: 160px;
	overflow:hidden;
	position: relative;
} */
.design_premium .sec5{
	padding-left: 140px;
	margin-bottom: 160px;
	position: relative;
}
.design_premium .sec5 .swiper-wrapper .swiper-slide{
	height: 300px;
	width:360px;
}
.design_premium .sec5 .swiper-wrapper .swiper-slide.dummy{
	width:100px !important;
}
.design_premium .sec5 .swiper-wrapper .swiper-slide .box h4{
	position: relative;
	max-width:80%;
	padding-top: 20px;
	letter-spacing: -0.03em;
}
.design_premium .sec5 .swiper-wrapper .swiper-slide .box h4::before{
	content:'';
	width:0;
	height:2px;
	background: #000;
	position: absolute;
	bottom:-38px;
	left:0;
	transition:all 0.2s ease-in-out;
}
.design_premium .sec5 .swiper-wrapper .swiper-slide .h-box{
	padding-top: 60px;
	display:none;
}

.design_premium .sec5 .swiper-wrapper .swiper-slide.on .box p{
	display:none;
}
.design_premium .sec5 .swiper-wrapper .swiper-slide.on .box h4::before{
	width:100%;
}
.design_premium .sec5 .swiper-wrapper .swiper-slide.on .box h4::after{
	content:'';
	width:10px;
	height: 10px;
	border-radius:50%;
	background: #fe3c45;
	position: absolute;	
	left:0;
	top:0;
}
.design_premium .sec5 .swiper-wrapper .swiper-slide.on .h-box{
	display:block;
}
@media(max-width:1200px){
	.design_premium .sec5{
		padding-left: 100px;
	}
	.design_premium .sec5 .swiper-wrapper .swiper-slide .box h4{
		max-width:90%;
	}
}
@media(max-width:992px){
	.design_premium .sec5{
		padding-left: 60px;
		margin-bottom: 40px;
	}
	.design_premium .sec5 .swiper-wrapper .swiper-slide .box h4{
		max-width:80%;
	}
	.design_premium .sec5 .swiper-wrapper .swiper-slide .h-box{
		display:block;
		padding-top: 10px;
	}
	.design_premium .sec5 .swiper-wrapper .swiper-slide.on .box p{
		display:block;
	}
	.design_premium .sec5 .swiper-wrapper .swiper-slide.on .box h4::before{
		width:0;
	}
}
@media(max-width:767px){
	.design_premium .sec5{
		padding:0 15px;
		margin-bottom: 20px;
	}
	.design_premium .sec5 .swiper-wrapper .swiper-slide{
		height: 200px;
	}
	.design_premium .sec5 .swiper-wrapper .swiper-slide .box h4{
		max-width:95%;
	}
	.design_premium .sec5 .swiper-wrapper .swiper-slide .h-box{
		padding-right: 15px;	
	}
	.design_premium .sec5 .swiper-wrapper .swiper-slide .h-box br{
		display:none;
	}
}

.design_premium .scrollbar-wrap{
	padding-bottom:54px;
	position: relative;
}
.design_premium .scrollbar-wrap:after{
	display:block;
	content:'';
	clear:both;
}
.design_premium .scrollbar-wrap .swiper-scrollbar{
	width:88%;
	float:right;
}
.design_premium .scrollbar-wrap .swiper-scrollbar-drag{
	cursor:pointer;
	height:50px !important;
	position:absolute !important;
	background:url('../_img/sub/drag-control.png') no-repeat !important;
	float:right;
}
.design_premium .scrollbar-wrap > p{
	position: absolute;
	top:16px;
	left:0;
}
.design_premium .scrollbar-wrap > span.line{
	width:88%;
	height:2px;
	background:#ebebeb;
	display:block;
	float:right;
	margin-top:24px;
}
@media(max-width:1200px){
	.design_premium .scrollbar-wrap .swiper-scrollbar {
		width: 80%;
	}
}
@media(max-width:992px){
	.design_premium .scrollbar-wrap{
		padding-bottom:100px;
	}
	.design_premium .scrollbar-wrap .swiper-scrollbar-drag {
		width:35px !important;
		height: 35px !important;
		background-size:contain !important;
	}
	.design_premium .scrollbar-wrap > span.line {
		margin-top: 18px;
	}
	.design_premium .scrollbar-wrap > p {
		top: 8px;
	}
}
@media(max-width:767px){
	.design_premium .scrollbar-wrap .swiper-scrollbar {
		width: 75%;
	}
	.design_premium .scrollbar-wrap > span.line {
		width:70%;
	}
}
@media(max-width:650px){
	.design_premium .scrollbar-wrap .swiper-scrollbar {
		width: 65%;
	}
	.design_premium .scrollbar-wrap > span.line {
		width:60%;
	}
}
@media(max-width:485px){
	.design_premium .scrollbar-wrap .swiper-scrollbar {
		width: 55%;
	}
	.design_premium .scrollbar-wrap > span.line {
		width:50%;
	}
}

.design_premium .sec6{
	width:100%;
	height: 500px;
}
.design_premium .sec6 .clearfix {
	height: 100%;
}
.design_premium .sec6 .clearfix > div{
	width:50%;
	height: 100%;
}
.design_premium .sec6 .clearfix > div.fl{
	padding-top: 130px;
	padding-left: 60px;
	border-left: 1px solid rgba(255,255,255,0.15);
}
.design_premium .sec6 .clearfix > div.fr{
	
}
.design_premium .sec6 .clearfix > div.fr > a{
	width:50%;
	height:50%;
	float:left;
	position: relative;
	border: 1px solid rgba(255,255,255,0.15);
	transition:all .3s ease-in-out;
}
.design_premium .sec6 .clearfix > div.fr > a:hover{
	background:rgba(0,0,0,.5);
}
.design_premium .sec6 .clearfix > div.fr > a:nth-child(1),
.design_premium .sec6 .clearfix > div.fr > a:nth-child(2){
	border-bottom: none;
}
.design_premium .sec6 .clearfix > div.fr > a > div{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
@media(max-width:992px){
	.design_premium .sec6 .clearfix > div.fl{
		padding-left: 20px;
		padding-right: 20px;
	}
	.design_premium .sec6 .clearfix > div.fr a img{
		max-width:140px;
	}
}
@media(max-width:767px){
	.design_premium .sec6{
		height: auto;
		padding:60px 0;
	}
	.design_premium .sec6 .clearfix {
		height: auto;
	}
	.design_premium .sec6 .clearfix > div{
		width:100%;
		height: auto;
	}
	.design_premium .sec6 .clearfix > div.fl{
		padding-top: 0;
		padding-left: 15px;
		margin-bottom: 40px;
	}
	.design_premium .sec6 .clearfix > div.fr > a{
		width:50%;
		height:100px;
	}
	.design_premium .sec6 .clearfix > div.fr a img {
		max-width: 100px;
	}
}


.design_premium .sec7{
	padding:80px 0;
	text-align: center;
}
.design_premium .sec7 img{
	margin:0 30px;
}
@media(max-width:992px){
	.design_premium .sec7 img{
		margin:0 20px;
	}
}
@media(max-width:767px){
	.design_premium .sec7{
		padding:40px 0;
		text-align: left;
	}
	.design_premium .sec7 img{
		width:32%;
		margin:15px 0;
	}
}


.design_premium .sec8{
	padding:130px 0 120px;
}
.design_premium .sec8 .cta{
	width:250px;
	height: 70px;
	margin:50px auto 0;
	border:1px solid #fff;
}
.design_premium .sec8 .cta a{
	width:100%;
	height:100%;
	display:block;
	text-decoration: none;
}
.design_premium .sec8 .cta a p{
	position: relative;	
	display:inline-block;
	margin-top: 24px;	
}
.design_premium .sec8 .cta a p::after{
	content:'';
	width:5px;
	height: 5px;
	border-radius:50%;
	background: #fe3c45;
	position: absolute;	
	right:-10px;
	bottom:4px;	
}
@media(max-width:992px){
	.design_premium .sec8{
		padding:80px 0 60px;
	}
	.design_premium .sec8 .cta{
		height: 50px;
		margin:40px auto 0;
	}
	.design_premium .sec8 .cta a p{
		margin-top: 6px;	
	}
}

/***************** 마케팅 신규(22-12-30) ******************/
/******************************************/


.marketing-new {
	padding-bottom:30rem;
}
.marketing-new .sec01 {
	position:relative;
	z-index:10;
	padding-bottom:3.5rem;
}
.marketing-new .sec01 .txt-wrap {
	position:absolute;
	display:inline-block;
	right:-1rem;
	bottom:-3.5rem;
	letter-spacing:0.5rem;
	color:#fff;
}
.marketing-new .sec01 .txt-wrap > p {
	position:absolute;
	left:0;
	bottom:0;
	color:#fe3c45;
	transition:all 3s ease-in-out 1s;
	width:0;
	overflow:hidden;
}
.marketing-new .sec01 .txt-wrap.aos-animate > p {
	width:100%;
}
@media (max-width: 1199.98px) {
	.marketing-new .sec01 {
		padding-bottom:1.5rem;
	}
	.marketing-new .sec01 .txt-wrap {
		bottom:-1.5rem;
	}
}
@media (max-width: 991.98px) {
	.marketing-new {
		padding-bottom:18rem;
	}
	.marketing-new .sec01 {
		padding-bottom:1rem; 
	}
	.marketing-new .sec01 .txt-wrap {
		bottom:-1rem;
	}
}
@media (max-width: 575.98px) {
	.marketing-new {
		padding-bottom:10rem;
	}
	.marketing-new .sec01 .txt-wrap {
		right:0;
		bottom:0;
		letter-spacing:0;
	}
}

.marketing-new .sec02 .inner {
	display:flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	align-items:flex-end;
}
.marketing-new .sec02 .inner .img-box {
	position:relative;
	z-index:10;
	max-width:40%;
	flex:0 0 40%;
	-ms-flex:0 0 40%;
	overflow:hidden;
	transition:all 0.5s ease-in-out;
	border-radius:0;
	/*cursor:pointer;*/
}
.marketing-new .sec02 .inner:hover .img-box {
	border-radius:50%;
}
.marketing-new .sec02 .inner .txt-box {
	max-width:60%;
	flex:0 0 60%;
	-ms-flex:0 0 60%;
	box-sizing:border-box;
	padding-left:12rem;
}
.marketing-new .sec02 .inner .txt-box > h4 {
	position:relative;
	height:auto;
}
.marketing-new .sec02 .inner .txt-box > h4:before {
	content:"";
	width:1000%;
	height:1px;
	background:#ffebec;
	position:absolute;
	bottom:0;
	left:-500%;
	z-index:-1;
}
.marketing-new .sec02 .inner .txt-box > h4 > span{
	display:inline-block;
	position:relative;
	color:#fe3c45;
}
.marketing-new .sec02 .inner .txt-box > h4 > span:before {
	content:"";
	position:absolute;
	width:0.9rem;
	height:0.9rem;
	border-radius:50%;
	background:#fe3c45;
	top:-0.5rem;
	left:50%;
	transform:translateX(-50%);
}
.marketing-new .sec02 .inner .txt-box > h5 > p {
	display:inline-block;
	padding:0.6rem 1rem;
	background:#fe3c45;
	color:#fff;
}
.marketing-new .sec02 .inner .txt-box > p {
	letter-spacing:-.3px;
}

.marketing-new .sec02:nth-child(2n + 1) .inner {
	flex-direction:row-reverse;
}
.marketing-new .sec02:nth-child(2n + 1) .inner .txt-box {
	padding-left:0;
}

@media (max-width: 1199.98px) {
	.marketing-new .sec02 .inner .img-box {
		max-width:30%;
		flex:0 0 30%;
		-ms-flex:0 0 30%;
	}
	.marketing-new .sec02 .inner .txt-box {
		max-width:70%;
		flex:0 0 70%;
		-ms-flex:0 0 70%;
		padding-left:8rem;
	}
}
@media (max-width: 991.98px) {
	.marketing-new .sec02 .inner {
		display:block;
	}
	.marketing-new .sec02 .inner .img-box {
		max-width:80%;
		margin:0 auto;
		border-radius:50%;
	}
	.marketing-new .sec02 .inner .txt-box {
		max-width:100%;
		padding-left:0;
	}
}


/****************** 마케팅 ******************/
/******************************************/


.marketing .sec_1{
	margin-bottom: 216px;
}
.marketing .sec_1 .tt{
	margin-bottom: 130px;
}
.marketing .sec_1 > .clearfix{
	width:100%;
}
.marketing .sec_1 > .clearfix > li{
	float:left;
	margin-right:80px;
}
.marketing .sec_1 > .clearfix > li:last-child{
	margin-right:0;
}
.marketing .sec_1 > .clearfix > li > div{
	padding-bottom: 30px;
}
.marketing .sec_1 > .clearfix > li p.bfs16{
	color:black;
	font-weight: 400;
	padding-left: 56px;
	position: relative;
}
.marketing .sec_1 > .clearfix > li p.bfs16::before{
	content:'';
	width:35px;
	height:1px;
	background: #ccc;
	position: absolute;
	top:12px;
	left:0;
}
.marketing .sec_1 > .clearfix > li:first-child{
	padding-top: 110px;
}
.marketing .sec_1 > .clearfix > li:first-child p{
	margin-left: 120px;
}
@media(max-width:1700px){
	.marketing .sec_1 > .clearfix > li{
		margin-right: 0;
	}
	.marketing .sec_1 > .clearfix > li:first-child{
		width:31.5%;
	}
	.marketing .sec_1 > .clearfix > li:nth-child(2){
		width:24%;
	}
	.marketing .sec_1 > .clearfix > li:last-child{
		width:44.5%;
	}
	.marketing .sec_1 > .clearfix > li > div {
		padding-right:60px;
	}
}
@media(max-width:1400px){
	.marketing .sec_1 > .clearfix > li:first-child {
		padding-top: 70px;
	}
}
@media(max-width:1200px){
	.marketing .sec_1{
		margin-bottom: 160px;
	}
	.marketing .sec_1 > .clearfix > li > div {
		padding-right:40px;
	}
	.marketing .sec_1 > .clearfix > li:first-child p {
		margin-left: 70px;
	}
}
@media(max-width:992px){
	.marketing .sec_1 {
		margin-bottom: 60px;
	}
	.marketing .sec_1 .tt {
		margin-bottom: 80px;
	}
	.marketing .sec_1 > .clearfix{
		padding-left: 15px;
		padding-right: 15px;
	}
	.marketing .sec_1 > .clearfix > li{
		margin-bottom: 30px;
	}
	.marketing .sec_1 > .clearfix > li:first-child{
		width:50%;
		padding-top: 0;
	}
	.marketing .sec_1 > .clearfix > li:nth-child(2){
		width:50%;
	}
	.marketing .sec_1 > .clearfix > li:last-child{
		width:100%;
	}
	.marketing .sec_1 > .clearfix > li:first-child p {
		margin-left: 10px;
		margin-bottom: 0;
	}
	.marketing .sec_1 > .clearfix > li p.bfs16{
		padding-left: 40px;
	}
	.marketing .sec_1 > .clearfix > li p.bfs16::before {
		width: 25px;
		top: 10px;
	}
	.marketing .sec_1 > .clearfix > li > div {
		padding-right:40px;
	}
}
@media(max-width:767px){
	.marketing .sec_1 {
		margin-bottom: 40px;
	}
	.marketing .sec_1 .tt {
		margin-bottom: 60px;
	}
	.marketing .sec_1 > .clearfix > li:first-child,
	.marketing .sec_1 > .clearfix > li:nth-child(2){
		width:100%;
	}
	.marketing .sec_1 > .clearfix > li > div {
		padding-right: 0;
	}
	.marketing .sec_1 > .clearfix > li > div img {
		width:100%;
	}
	.marketing .sec_1 > .clearfix > li p.bfs16{
		padding-left: 20px;
	}
	.marketing .sec_1 > .clearfix > li p.bfs16::before {
		width: 10px;
	}
}

.marketing .sec_2 {
	margin-bottom: 280px;
}
.marketing .sec_2 .bg{
	width:100%;
	position: relative;
	padding:190px 0 140px;
	background: url('/html/_img/sub/marketing_4.jpg')no-repeat right bottom /cover #19254e;
}
.marketing .sec_2 .bg .clearfix > .fl,
.marketing .sec_2 .bg .clearfix > .fr{
	width:50%;
}
.marketing .sec_2 .bg .clearfix > .fl{
	padding-top: 50px;
	margin-top: 30px;
}
.marketing .sec_2 .bg .clearfix > .fl .montserrat{
	font-size:65px;
	letter-spacing: 0.4em;
	opacity:0.05;
	position: absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
.marketing .sec_2 .bg .clearfix > .fl .row{
	max-width:310px;
	margin:0 auto;
}
.marketing .sec_2 .bg .clearfix > .fl .row > div{
	margin-bottom: 40px;
	text-align: center;
}
.marketing .sec_2 .bg .clearfix > .fl img{
	margin-right: 30px;
}
.marketing .sec_2 .bg .clearfix > .fl img:nth-child(4){
	margin-left: 50px;
}
.marketing .sec_2 .bg .clearfix > .fl img:nth-child(4),
.marketing .sec_2 .bg .clearfix > .fl img:nth-child(5),
.marketing .sec_2 .bg .clearfix > .fl img:nth-child(6){
	margin-top: -46px;
}
.marketing .sec_2 .bg .clearfix > .fr > div{
	padding:20px;
	border:4px solid rgba(255,255,255,0.3);
}
.marketing .sec_2 .bg .clearfix > .fr > div > span{
	display:inline-block;
	vertical-align: top;
}
.marketing .sec_2 .bg .clearfix > .fr > div > span.fw500{
	width:10%;
}
.marketing .sec_2 .bg .clearfix > .fr > div > span:last-child{
	width:89%;
}
@media(max-width:1430px){
	.marketing .sec_2 .bg .clearfix > .fl img {
		margin-right: 20px;
	}
	.marketing .sec_2 .bg .clearfix > .fr > div > span.fw500{
		width:12%;
	}
	.marketing .sec_2 .bg .clearfix > .fr > div > span:last-child{
		width:87%;
	}
}
@media(max-width:1200px){
	.marketing .sec_2{
		margin-bottom: 160px;
	}
	.marketing .sec_2 .bg .clearfix > .fl img{
		margin-bottom: -30px;
	}
	.marketing .sec_2 .bg .clearfix > .fl img:nth-child(3){
		margin-left: 46px;
	}
	.marketing .sec_2 .bg .clearfix > .fl img:nth-child(4){
		margin-left: 0;
	}
	.marketing .sec_2 .bg .clearfix > .fl img:nth-child(4),
	.marketing .sec_2 .bg .clearfix > .fl img:nth-child(5),
	.marketing .sec_2 .bg .clearfix > .fl img:nth-child(6){
		margin-top:0;
	}
	.marketing .sec_2 .bg .clearfix > .fr > div > span.fw500{
		width:100%;
		margin-bottom: 10px;
	}
	.marketing .sec_2 .bg .clearfix > .fr > div > span:last-child{
		width:100%;
	}
}
@media(max-width:992px){
	.marketing .sec_2{
		margin-bottom: 80px;
	}
	.marketing .sec_2 .bg{
		padding:60px 0;
	}
	.marketing .sec_2 .bg .clearfix > .fl,
	.marketing .sec_2 .bg .clearfix > .fr{
		width:100%;
	}
	.marketing .sec_2 .bg .clearfix > .fl{
		margin-bottom: 40px;
	}
	.marketing .sec_2 .bg .clearfix > .fl img{
		max-width:60px !important;
	}
	.marketing .sec_2 .bg .clearfix > .fl img:nth-child(3){
		margin-left: 0;
	}
	.marketing .sec_2 .bg .clearfix > .fl img:nth-child(4){
		margin-left: 50px;
	}
	.marketing .sec_2 .bg .clearfix > .fl img:nth-child(4),
	.marketing .sec_2 .bg .clearfix > .fl img:nth-child(5),
	.marketing .sec_2 .bg .clearfix > .fl img:nth-child(6){
		margin-top: -46px;
	}
	.marketing .sec_2 .bg .clearfix > .fr > div{
		padding:16px;
		max-width:100%;
		border:3px solid rgba(255,255,255,0.3);
	}

	.marketing .sec_2 .bg .clearfix > .fl{
		padding-top: 30px;
		margin-top: 10px;
	}
	.marketing .sec_2 .bg .clearfix > .fl .montserrat{
		font-size:40px;
		letter-spacing: 0.3em;
	}
}
@media(max-width:767px){
	.marketing .sec_2 .bg .clearfix > .fl{
		text-align: center;
	}
}

.marketing .sec_3 {
	margin-bottom: 166px;
}
.marketing .sec_3 .row{
	margin-left: -30px;
	margin-right: -30px;
}
.marketing .sec_3 .row > div {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 50px;
}
.marketing .sec_3 .row > div > ul{
	padding:46px 10px 46px 56px;
}
.marketing .sec_3 .row > div > ul > li{
	font-size:16px;
	color:black;
	font-weight: 400;
}
.marketing .sec_3 .row > div > ul > li:nth-child(2){
	padding:44px 0 16px;
}
.marketing .sec_3 .row > div > ul > li:last-child{
	margin-top: 44px;
}
.marketing .sec_3 .row > div > ul > li p{
	margin-bottom: 0;
	line-height: 26px;
	letter-spacing: -0.025em;	
}
@media(max-width:1200px){
	.marketing .sec_3{
		margin-bottom: 160px;
	}
	.marketing .sec_3 .row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.marketing .sec_3 .row > div {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 30px;
	}
	.marketing .sec_3 .row > div > ul{
		padding:30px;
	}
}
@media(max-width:992px){
	.marketing .sec_3 {
		margin-bottom: 60px;
	}
}
@media(max-width:767px){
	.marketing .sec_3 .row > div{
		margin-bottom: 20px;
	}
	.marketing .sec_3 .row > div > ul{
		padding:30px 15px;
	}
	.marketing .sec_3 .row > div > ul > li:nth-child(2) {
		padding: 30px 0 16px;
	}
	.marketing .sec_3 .row > div > ul > li:last-child {
		margin-top: 30px;
	}
}

.marketing .sec_4{
	position: relative;
	margin-bottom: 200px;
}
.marketing .sec_4 > .bg{
	height:636px;
	background: url('/html/_img/sub/marketing_9.jpg')no-repeat right bottom /cover #19254e;
}
.marketing .sec_4 .container .tt{
	margin-bottom: 180px;
	margin-top: -120px;
}
.marketing .sec_4 .container .clearfix{
	width:100%;
}
.marketing .sec_4 .container .clearfix > div{
	padding-left: 60px;
}
.marketing .sec_4 .container .clearfix > div.fl{
	width:40%;
}
.marketing .sec_4 .container .clearfix > div.fr{
	width:60%;
}
.marketing .sec_4 .parent{
	position: relative;
}
.marketing .sec_4 .parent > p:first-child{
	position: absolute;
	top:-30px;
	left:-150px;
}
.marketing .sec_4 .parent > p:last-child{
	color:#4f4f4f;
	margin-top: 30px;
}
.marketing .sec_4 .container .clearfix > div .etc{
    margin-right: -143px;
    position: absolute;
    right: -310px;
}
@media(max-width:1630px){
	.marketing .sec_4 .container .clearfix > div .etc{
		right: -252px;
	}
}
@media(max-width:1530px){
	.marketing .sec_4 .container .clearfix > div{
		padding-left: 0;
	}
	.marketing .sec_4 .container .clearfix > div.fl{
		width:35%;
	}
	.marketing .sec_4 .container .clearfix > div.fr{
		width:65%;
	}
	.marketing .sec_4 .container .clearfix > div .etc{
		margin-right: 0;
		position: relative;
		right: 0;
	}
	.marketing .sec_4 .parent > p:first-child {
		top: -80px;
		left: -60px;
	}
}
@media(max-width:1200px){
	.marketing .sec_4{
		margin-bottom: 200px;
	}
	.marketing .sec_4 .wp50{
		width:46% !important;
	} 
	.marketing .sec_4 .container .clearfix br{
		display:none;	
	}
	.marketing .sec_4 .container .clearfix > div.fl{
		width:36%;
	}
	.marketing .sec_4 .container .clearfix > div.fr{
		width:60%;
	}
	.marketing .sec_4 .parent > p:first-child {
		top: -80px;
		left: -60px;
	}
}
@media(max-width:992px){
	.marketing .sec_4{
		margin-bottom: 160px;
	}
	.marketing .sec_4 > .bg{
		height:350px;
	}
	.marketing .sec_4 .container .tt {
		margin-bottom: 50px;
		margin-top: -70px;
	}
	.marketing .sec_4 .container .clearfix > div.fl,
	.marketing .sec_4 .container .clearfix > div.fr {
		width: 100%;
	}
	.marketing .sec_4 .container .clearfix > div.fl{
		margin-bottom: 20px;
	}
	.marketing .sec_4 .parent > p:first-child {
		position: relative;
		top: 0;
		left: -20px;
	}
	.marketing .sec_4 .parent > p:first-child img{
		max-width:60px;
	}
	.marketing .sec_4 .parent > p:last-child {
		margin-top: 15px;
	}
}
@media(max-width:767px){
	.marketing .sec_4{
		margin-bottom: 80px;
	}
	.marketing .sec_4 .wp50{
		width:100% !important;
	} 
	.marketing .sec_4 > .bg{
		height:180px;
	}
	.marketing .sec_4 .container .tt {
		margin-bottom: 40px;
		margin-top: -54px;
	}
	.marketing .sec_4 .container .clearfix > div .etc{
		margin-top: 20px;
	}
	.marketing .sec_4 .parent > p:first-child img{
		max-width:50px;
	}
}



/***************** 유지관리 ******************/
/******************************************/


#wrap_contents{
	overflow:hidden;
}


.check{
	padding-left: 20px;
	position: relative;
}
.check::before{
	content:'';
	background: url('/html/_img/sub/check.png')no-repeat center center / contain;
	width:13px;
	height:17px;
	position: absolute;
	top:6px;
	left:0;
}
.maintenance .fl{
	width:45%;
}
.maintenance .fr{
	width:55%;
}
.maintenance .sec_1 .fr{
	padding-top: 110px;
	padding-left: 170px;
}
.maintenance .sec_1 .fr > p{
	letter-spacing: -0.025em;
	line-height: 26px;
}
.maintenance .sec_2{
	padding:180px 0 50px 0;
}
.maintenance .sec_2 .clearfix{
	padding-bottom: 120px;
}
.maintenance .sec_2 .clearfix .fl .line{
	position: relative;
}
.maintenance .sec_2 .clearfix .fl .line::before{
	content:'';
	width:850px;
	height:1px;
	background: rgba(254,60,69,0.1);
	position: absolute;
	top:50%;
	left:-50%;
}
.maintenance .sec_2 .clearfix .fl .line::after{
	content:'';
	width:80px;
	height:2px;
	background: rgba(254,60,69,1);
	position: absolute;
	top:50%;
	right:0;
}
.maintenance .sec_2 .clearfix .fl .montserrat {
	font-weight: 900;
	color:#fe3c45;
}
.maintenance .sec_2 .clearfix .fl .text-stroke {
    color: #fff;
    text-shadow:
    -1px -1px 0 #fe3c45,
    1px -1px 0 #fe3c45,
    -1px 1px 0 #fe3c45,
    1px 1px 0 #fe3c45;  
	opacity:0.5;
	transition:all 0.3s ease-in-out;
}
.maintenance .sec_2 .clearfix .fr{
	padding-top: 30px;
	padding-left: 86px;
}
.maintenance .sec_2 .clearfix .fr .fcRed{
	padding-bottom: 10px;
}
.maintenance .sec_2 .clearfix .fr .fcGray5{
	margin:0;
	line-height: 1.6;
}
@media(max-width:1430px){
	.maintenance .fl,
	.maintenance .fr{
		width:50%;
	}
	.maintenance .sec_1 .fr {
		padding-left: 90px;
	}
	.maintenance .sec_2 .clearfix .fl .line::before {
		width: 780px;
	}
	.maintenance .sec_2 .clearfix .fr {
		padding-top: 43px;
	}
}
@media(max-width:1200px){
	.maintenance .sec_2 .clearfix .fl .line::before {
		width: 780px;
	}
	.maintenance .sec_2 .clearfix .fr {
		padding-top: 43px;
		padding-left: 70px;
	}
	.maintenance .sec_2 .clearfix .fl .line::before {
		width: 700px;
	}
	.maintenance .sec_2 .clearfix .fl .line::after{
		width:60px;
	}
}
@media(max-width:992px){
	.maintenance .sec_1 .fr {
		padding-left: 60px;
	}
	.maintenance .sec_2 {
		padding: 80px 0;
	}
	.maintenance .sec_2 .clearfix{
		padding-bottom: 60px;
	}
	.maintenance .sec_2 .clearfix .fl .line::before {
		width: 500px;
	}
	.maintenance .sec_2 .clearfix .fr {
		padding-top: 26px;
		padding-left: 60px;
	}
}
@media(max-width:767px){
	.maintenance .fl,
	.maintenance .fr{
		width:100%;
		float:none;
		display:block;
	}
	.maintenance .sec_1 .fr {
		padding-left: 0;
		padding-top: 40px;
	}
	.maintenance .sec_2 {
		padding: 60px 0;
	}
	.maintenance .sec_2 .clearfix{
		padding-bottom: 50px;
	}
	.maintenance .sec_2 .clearfix .fl .line::before {
		width: 200px;
		left:0;
	}
	.maintenance .sec_2 .clearfix .fl .line::after {
		content:none;
	}
	.maintenance .sec_2 .clearfix .fr {
		padding-top: 0;
		padding-left: 0;
	}
}


/***************** 회사소개 ******************/
/******************************************/


.company-heading{
	padding:40px 0 15px;
	font-size:14px;
	color:#929292;
	letter-spacing:0.2em;
	font-weight:400;
	text-transform:uppercase;
}
@media(max-width:767px){
	.company-heading {
		padding: 40px 0 0;
	}
}

/* 회사소개 */
.company{
	margin-top:-150px;
	min-height:500px;
	position: relative;
	z-index:1;
}
.company .intro{
	width:100%;
	overflow:hidden;
}
.company .intro > span{
	display:block;
	width: 100%;
	height:1px;
	background: #f0f0f0;
	animation: line linear 1s;
	z-index:1;
}
.company .intro .container > p{
	color:#fe3c45;
	padding-top:8px;
	border-top:2px solid #fe3c45;
	max-width:66px;
	width:100%;
}

@keyframes line {
  from {width:0;}
  to {width:100%;}
}


.company{
	line-height:26px;
}
.company .title p.bfs40{
	line-height:50px;
}
.company .sec_1 .container > .title p.bfs40{
	margin-bottom:50px;
}
.company .sec_1 .container > ul > li{
	display:inline-block;
	margin-right:60px;
}
.company .sec_1 .container > ul > li:last-child{
	margin-right:0;
}
.company .sec_1 .container > ul > li p.fcBlack{
	margin:0 0 26px 0 !important;
}
@media(max-width:1430px){
	.company .sec_1 .container > ul > li{
		margin-right:32px;
	}
}
@media(max-width:1200px){
	.company .sec_1 .container > ul > li{
		margin-right:0;
		width:24%;
		padding-right:15px;
		vertical-align:top;
	}
	.company .sec_1 .container > ul > li br{
		display:none;
	}
}
@media(max-width:992px){
	.company .title p.bfs36 {
		line-height: 1.6;
	}
	.company .sec_1{
		padding:130px 0 0;
	}
	.company .sec_1 .container > ul > li {
		width: 49%;
		padding-right: 0;
		margin-bottom:30px;
	}
	.company .sec_1 .container > ul > li p.fcBlack {
		margin: 0 !important;
	}
}
@media(max-width:767px){
	.company .sec_1 {
		padding: 170px 0 0;
	}
	.company .sec_1 .container > .title .company-heading {
		padding: 40px 0 0;
	}
	.company .sec_1 .container > .title p.bfs36 {
		margin-bottom: 40px;
	}
	.company .sec_1 .container > ul > li {
		width: 100%;
		margin-bottom: 15px;
	}
}

.company .sec_2{
	padding:160px 0 190px;
}
.company .sec_2 .intro{
	text-align:right;
}
.company .sec_2 .intro > .container > p{
	float:right;
}
.company .sec_2 > .container{
	padding-top:150px;
}
.company .sec_2 > .container > div{
	display:inline-block;
	vertical-align: middle;
}
.company .sec_2 > .container > div:first-child{
	margin-right:80px;
}
.company .sec_2 > .container > div p.bfs36{
	margin-top:15px !important;
	margin-bottom:50px !important;
}
@media(max-width:1430px){
	.company .sec_2 > .container > div:first-child {
		width:52%;
	}
}
@media(max-width:1200px){
	.company .sec_2 {
		padding: 100px 0 150px;
	}
	.company .sec_2 > .container {
		padding-top: 110px;
	}
	.company .sec_2 > .container > div:first-child {
		width:46%;
		margin-right:40px;
	}
}
@media(max-width:992px){
	.company .sec_2 {
		padding: 60px 0 80px;
	}
	.company .sec_2 > .container {
		padding-top: 40px;
	}
	.company .sec_2 > .container > div:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom:40px;
	}
	.company .sec_2 > .container > div p.bfs36 {
		margin-top: 15px !important;
		margin-bottom: 25px !important;
	}
}
@media(max-width:767px){
	.company .sec_2 {
		padding: 40px 0 60px;
	}
	.company .sec_2 > .container > div p.bfs36 {
		margin-top: 0 !important;
		margin-bottom: 25px !important;
	}
}

.company .sec_3 > .container{
	padding:120px 15px 170px;
}
.company .sec_3 .company-heading{
	margin-bottom:20px;
}
.company .sec_3 .intro .container > p {
    margin: 0 auto;
}
.company .sec_3 .container strong{
	margin:50px 0 10px;
	display:block;
}
.company .sec_3 .links .parent{
	position: relative;
	margin-top: 96px;
}
.company .sec_3 .links .parent:hover .overlay{
	display:block;
	text-decoration:none;
}
.company .sec_3 .links .parent .overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	text-align:left;
	padding:65px;
	display:none;
}
@media(max-width:1430px){
	.company .sec_3 .links .parent img{
		max-width:100%;
	}
	.company .sec_3 .links .parent.fl{
		width:36%;
	}
	.company .sec_3 .links .parent.fr{
		width:56%;
	}
}
@media(max-width:1200px){
	.company .sec_3 > .container {
		padding: 80px 15px 140px;
	}
	.company .sec_3 .links .parent {
		margin-top: 70px;
	}
	.company .sec_3 .links .parent .overlay {
		padding: 50px;
	}
}
@media(max-width:992px){
	.company .sec_3 > .container {
		padding: 60px 15px 80px;
	}
	.company .sec_3 .container strong {
		margin: 40px 0 10px;
	}
	.company .sec_3 .links .parent {
		margin-top: 40px;
	}
	.company .sec_3 .links .parent.fl {
		width: 37%;
	}
	.company .sec_3 .links .parent.fr {
		width: 58%;
	}
	.company .sec_3 .links .parent .overlay {
		padding: 40px;
	}
}
@media(max-width:767px){
	.company .sec_3 > .container {
		padding: 40px 15px 80px;
	}
	.company .sec_3 .company-heading {
		margin-bottom: 10px;
	}
	.company .sec_3 .container strong {
		margin: 30px 0 10px;
	}
	.company .sec_3 .container .links{
		margin-top:40px;
	}
	.company .sec_3 .links .parent {
		margin-top: 15px;
	}
	.company .sec_3 .links .parent .overlay {
		padding: 15px;
	}
}

.company .sec_4 > .container{
	padding:90px 15px 40px;
}
.company .sec_4 .title > div > p{
	display:inline-block;
	vertical-align: top;
}
.company .sec_4 .title > div > p:first-child{
	width:58%;
}
.company .sec_4 .excel_slider_Wrap{
	padding:106px 0;
	background: #f4f4f6;
}
.company .sec_4 .excel_slider_Wrap::after{
	clear:both;
	display:block;
	content:'';
}
.company .sec_4 .excel_slider_Wrap #excel_slider{
	width:86%;
	float:right;
	background: #fff;
	padding: 70px 0 70px 85px;
}
.company .sec_4 .excel_slider_Wrap #excel_slider p{
	line-height:1.5;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .logobox{
	height:90px;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .award{
	height: 190px;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .award > div{
	height: 70px;
	position: relative;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .award > div p{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
}
.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide img {
	width:auto;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .logobox2{
	width:192px;
	border-top:1px solid #9a999e;
	padding-top:20px;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .logobox2 p{
	color:#6a686e;
	font-size:15px;
}

.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix{
	width: 97%;
    display: block;
	position: relative;
	margin-top: 66px;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .slide-container{
	float:left;
	width:7%;
	position: relative;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .slide-container > div{
	position: absolute;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .slide-container .swiper-button-prev{
	background:url('/html/_img/sub/sub_prev.jpg') no-repeat center center / contain;
	left:-24px;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .slide-container .swiper-button-next{
	background:url('/html/_img/sub/sub_next.png') no-repeat center center / contain;
	left:30px;
}

.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .swiper-button-next:after, 
.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .swiper-button-prev:after{
	content:none;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .scrollbar-wrap{
	float:right;
	width:93%;
	margin-top:20px;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .scrollbar-wrap .swiper-scrollbar{
	background: transparent;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .scrollbar-wrap .swiper-scrollbar .swiper-scrollbar-drag{
	height:6px;
	background: #eaeaea;
}
.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .swiper-button-next, 
.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .swiper-button-prev{
    width: 44px;
    height: 41px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
}
@media(max-width:1430px){
	.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .scrollbar-wrap {
		width: 87%;
	}
}
@media(max-width:1200px){
	.company .sec_4 > .container {
		padding: 80px 15px 40px;
	}
}
@media(max-width:992px){
	.company .sec_4 > .container {
		padding: 60px 15px 40px;
	}
	.company .sec_4 .excel_slider_Wrap {
		padding: 80px 0;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider {
		width: 96%;
		background: #fff;
		padding: 60px 0 60px 60px;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .scrollbar-wrap {
		width: 80%;
	}
}
@media(max-width:767px){
	.company .sec_4 > .container {
		padding: 40px 15px 20px;
	}
	.company .sec_4 .title > div > p:first-child {
		width: 100%;
	}
	.company .sec_4 .title > div > p br {
		display:none;
	}
	.company .sec_4 .excel_slider_Wrap {
		padding: 60px 0;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider {
		width: 95%;
		padding: 60px 0 60px 40px;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .logobox {
		height: 40px;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .award {
		height: 160px;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .logobox img{
		max-width:40px;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .logobox2 {
		width: 80%;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider .swiper-slide > .logobox2 p {
		font-size: 14px;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix {
		margin-top: 0;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .slide-container .swiper-button-next {
		left: 20px;
	}
	.company .sec_4 .excel_slider_Wrap #excel_slider .clearfix .scrollbar-wrap {
		width: 70%;
	}
}

.company .sec_5{
	padding:150px 0 170px;
} 
.company .sec_5 .col-sm-2{
	padding-top:40px;
}
.company .sec_5 .col-sm-2 p{
	letter-spacing:0.1em;
}
.company .sec_5 ul{
	width:100%;
}
.company .sec_5 ul li{
	width:20%;
	float:left;
}
.company .sec_5 ul li img{
	max-width:100%;
}
@media(max-width:1430px){
	.company .sec_5 ul li{
		width:25%;
	}
}
@media(max-width:1200px){
	.company .sec_5 {
		padding: 110px 0 130px;
	}
	.company .sec_5 ul li{
		width:33.33%;
	}
}
@media(max-width:992px){
	.company .sec_5 {
		padding: 80px 0 60px;
	}
}
@media(max-width:767px){
	.company .sec_5 {
		padding: 20px 0;
	}
}


/*************** 수출 바우처 ****************/
/******************************************/

.voucher{
    margin-top: -400px;
    position: relative;
    z-index: 1;	
}
.voucher .num{
	position: absolute;	
	width:auto !important;
}
.voucher .avant.fs14{
	position: relative;
	display:inline-block;
}
.voucher .avant.fs14::after{
	content:'';
	background: url('/html/_img/sub/voucher_7.png')no-repeat center center / contain;
	width:8px;
	height:16px;
	position: absolute;
	top:2px;
	right:-20px;
}
.voucher .avant.fcBlack.fs14::after{
	content:'';
	background: url('/html/_img/sub/voucher_7_black.png')no-repeat center center / contain;
	width:8px;
	height:16px;
	position: absolute;
	top:2px;
	right:-20px;
}
@media(max-width:1200px){
	.voucher .num{
		max-width:240px;
	}
}
@media(max-width:992px){
	.voucher{
		margin-top: -15rem;
	}
	.voucher .num{
		max-width:200px;
	}
	.voucher .avant.fs14::after{
		width:6px;
		height:14px;
		right:-12px;
	}
}
@media(max-width:767px){
	.voucher .num{
		max-width:100px;
	}
}

.voucher .sec1 img{
	margin:130px 0 180px;
}
@media(max-width:992px){
	.voucher .sec1 img{
		margin:40px 0 60px;
	}
}
@media(max-width:767px){
	.voucher .sec1 img{
		margin:20px 0 40px;
	}
}

.voucher .sec2{
	height:900px;
}
.voucher .sec2 .avant{
	margin:120px 0 30px;
}
@media(max-width:992px){
	.voucher .sec2{
		height:500px;
	}
	.voucher .sec2 .avant{
		margin:60px 0 20px;
	}
}
@media(max-width:767px){
	.voucher .sec2{
		height:360px;
	}
	.voucher .sec2 .avant{
		margin:40px 0 20px;
	}
}

.voucher .sec3{
	margin:120px 0 180px;
}
.voucher .sec3 > .clearfix > div{
	width:100%;
	max-width:913px;
}
.voucher .sec3 > .clearfix > div > ul{
	float:left;
	width:50%;
	padding-left: 80px;
	position: relative;
}
.voucher .sec3 > .clearfix > div > ul img{
	position: absolute;
	top:-40px;
	left:-70px;
}
@media(max-width:992px){
	.voucher .sec3{
		margin:80px 0 60px;
	}
	.voucher .sec3 > .clearfix > div{
		max-width:100%;
		float:left;
	}
	.voucher .sec3 > .clearfix > div > ul{
		padding-left: 40px;
	}
	.voucher .sec3 > .clearfix > div > ul img{
		top:-20px;
		left:-70px;
		max-width:80px;
	}
}
@media(max-width:767px){
	.voucher .sec3{
		margin:60px 0 40px;
	}
	.voucher .sec3 > .clearfix > div > ul{
		padding-left: 40px;
		width:100%;
		padding-left: 90px;
	}
	.voucher .sec3 > .clearfix > div > ul img{
		top:-10px;
		left:0;
		max-width:60px;
	}
}

.voucher .sec4 .slider img{
	margin:70px 0 120px;
}
.voucher .sec4 .slider .num{
	top:30px;
	right:20%;
	z-index:1;
}
.voucher .sec4 .slider .slider_img{
	/* width:1900px; */
	padding-right: 20%;
}
.voucher .sec4 .slider .slider_img img{
	width:100%;
}
.voucher .sec4 .slider .owl-nav [class*='owl-']{
	position: absolute;
	color:transparent;
	width:84px;
	height:21px;
	top:60%;
}
.voucher .sec4 .slider .owl-nav .owl-prev{
	background: url('/html/_img/sub/v_left.png')no-repeat center center / contain;
	right: 19.5%;
}
.voucher .sec4 .slider .owl-nav .owl-next{
	background: url('/html/_img/sub/v_right.png')no-repeat center center / contain;
	right: 16.5%;
}
.voucher .sec4 .fr{
	max-width:1010px;
	width:100%;
	text-align: left;	
	line-height: 68px;	
}
@media(max-width:1600px){
	.voucher .sec4 .fr {
		max-width: 700px;
		line-height: 60px;
	}
	.voucher .sec4 .slider .owl-nav [class*='owl-']{
		top:50%;
	}
}
@media(max-width:992px){
	.voucher .sec4 .slider .slider_img{
		width:94%;
	}
	.voucher .sec4 .slider img{
		margin:40px 0 60px;
	}
	.voucher .sec4 .slider .num {
		top: 20px;
		right: 10%;
	}
	.voucher .sec4 .fr{
		max-width:50%;
		line-height: 2;	
	}
}
@media(max-width:767px){
	.voucher .sec4 .slider .num{
		right:10%;
	}
	.voucher .sec4 .slider img{
		margin:20px 0;
	}
	.voucher .sec4 .fr{
		max-width:100%;
		line-height: 1.8;	
		padding-left: 15px;
		padding-right: 15px;
	}
}

.voucher .sec5{
	margin:160px 0 300px;
	max-width:1660px;
}
.voucher .sec5 .clearfix{
	width:100%;
	height:676px;
}
.voucher .sec5 .clearfix > div{
	padding-top: 140px;
}
.voucher .sec5 .fl{
	width:100%;
	height:100%;
	max-width:1116px;	
	position: relative;
}
.voucher .sec5 .fl .num{
	top:0;
	left:280px;
}
.voucher .sec5 .fl > div{
	height:100%;
	width:100%;
}
.voucher .sec5 .fr{
	max-width:440px;
	width:100%;
	height:100%;
	position: relative;
}
.voucher .sec5 .fr > p{
	position: absolute;
	left:0;
	bottom:-15px;
}
.voucher .owl-item{
	overflow-x:visible;
}
.voucher .sec5 .slider .owl-nav{
	width:100%;
	height:100%;
	max-width:1116px;		
	position: relative;
	height: 20px;
	transform:translateY(-30px);
}
.voucher .sec5 .slider .owl-nav [class*='owl-']{
	position: absolute;
	color:transparent;
	width:60px;
	height:20px;
	top:0;
}
.voucher .sec5 .slider .owl-nav .owl-prev{
	background: url('/html/_img/sub/v_left.png')no-repeat center center / contain;
	left: 63.5%;
}
.voucher .sec5 .slider .owl-nav .owl-next{
	background: url('/html/_img/sub/v_right.png')no-repeat center center / contain;
	left: 66.9%;
}
.voucher .sec5 .slider .owl-dots .owl-dot span{
    width: 6px;
    height: 6px;
    margin: 5px;
    background: #ddd;	
}
.voucher .sec5 .slider .owl-dots{
	width:100%;
	max-width:1116px;
	text-align: right;
}
.voucher .sec5 .slider .owl-dots .owl-dot.active span, 
.voucher .sec5 .slider .owl-dots .owl-dot:hover span{
	background: #222;	
}

@media(max-width:1600px){
	.voucher .sec5{
		margin:200px 0;
	}
	.voucher .sec5 .clearfix{
		height:500px;
	}
	.voucher .sec5 .fl{
		max-width:58%;	
	}
	.voucher .sec5 .fl .num{
		left:280px;
	}
	.voucher .sec5 .fr{
		max-width:38%;
	}
	.voucher .sec5 .fr .bfs18{
		position: absolute;
		left:0;
		bottom:-15px;
	}
	.voucher .sec5 .slider .owl-dots {
		max-width: 58%;
	}
}
@media(max-width:992px){
	.voucher .sec5{
		margin:60px 0;
	}
	.voucher .sec5 .clearfix{
		height:auto;
	}
	.voucher .sec5 .fl,
	.voucher .sec5 .fr{
		max-width:100%;
		float:none;
		display:block;
		width:100%;
	}
	.voucher .sec5 .fl > div{
		padding-top: 60%;
	}
	.voucher .sec5 .fl .num{
		top:-10%;
		left:10%;
	}
	.voucher .sec5 .fr {
		width:720px;
		margin:40px auto 0;
	}
	.voucher .sec5 .fr .bfs18{
		position: relative;
		left:0;
		bottom:0;
	}
	.voucher .sec5 .clearfix > div{
		padding-top: 0;
	}
	.voucher .sec5 .slider .owl-dots {
		max-width: 100%;
		text-align: center;
	}
}
@media(max-width:767px){
	.voucher .sec5 .fr {
		width:100%;
		padding:0 15px;
	}
}

.voucher .sec6 .clearfix > .fl{
	width:40%;
}
.voucher .sec6 .clearfix > .fr{
	width:60%;
}
.voucher .sec6 .clearfix > .fr .row > div{
	margin-bottom: 30px;
}
.voucher .sec6 .clearfix > .fr .row > div .item{
	border:1px solid #ebebeb;
	padding:20px;
}
@media(max-width:1200px){
	.voucher .sec6 .clearfix > .fl {
		width: 30%;
	}
	.voucher .sec6 .clearfix > .fr {
		width: 70%;
	}
	.voucher .sec6 .clearfix > .fr .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.voucher .sec6 .clearfix > .fr .row > div{
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
	.voucher .sec6 .clearfix > .fr .row > div .item {
		padding: 20px 10px;
	}
}
@media(max-width:992px){
	.voucher .sec6 .clearfix > .fl,
	.voucher .sec6 .clearfix > .fr {
		width: 100%;
	}
}
@media(max-width:767px){
	.voucher .sec6 .clearfix > .fr .row > div .item {
		padding: 10px;
	}
}

.voucher .sec7{
	margin:80px 0 200px;
}
.voucher .sec7 .cta{
	width:250px;
	height: 70px;
	margin:80px auto 0;
	border:1px solid #000;
	text-align: center;
}
.voucher .sec7 .cta a{
	width:100%;
	height:100%;
	display:block;
	text-decoration: none;
	color:#000;
}
.voucher .sec7 .cta a p{
	position: relative;	
	display:inline-block;
	margin-top: 24px;	
}
.voucher .sec7 .cta a p::after{
	content:'';
	width:5px;
	height: 5px;
	border-radius:50%;
	background: #fe3c45;
	position: absolute;	
	right:-10px;
	bottom:4px;	
}
.voucher .sec7 .cta:hover{
	background: #000;
}
.voucher .sec7 .cta:hover a{
	color:#fff;
}
@media(max-width:992px){
	.voucher .sec7{
		margin:40px 0 80px;
	}
	.voucher .sec7 .cta{
		height: 50px;
		margin:40px auto 0;
	}
	.voucher .sec7 .cta a p{
		margin-top: 13px;	
	}
}

.voucher table{
	border-top: 2px solid #000;
	width:100%;
}
.voucher table th{
	text-align: center;
}
.voucher table th,
.voucher table td{
	padding:20px;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.voucher table td:last-child{
	border-right: none;
}
.voucher table thead th{
	font-size:16px;
	font-weight: 500;
	color:#333;
	background: #f3f3f3;
}
.voucher table tbody td{
	font-size:16px;
	font-weight: 300;
	color:#333;
}
.voucher table tbody td p{
	margin:0;
	line-height: 1.5;
}
.voucher table tbody td .fcRed{
	font-weight: 500;
}

.voucher table:last-child{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
@media(max-width:992px){
	.voucher table th,
	.voucher table td{
		padding:10px;
	}
	.voucher table thead th{
		font-size:14px;
	}
	.voucher table tbody td{
		font-size:14px;
	}
}
@media(max-width:767px){
	.voucher table th,
	.voucher table td{
		padding:10px 4px;
	}
}

.dash {
    padding-left: 20px;
    position: relative;
}
.dash::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}
@media(max-width:992px){
	.dash {
		padding-left: 10px;
	}
}



.voucher .intro{
	margin-top: 250px;
	margin-bottom: 100px;
	position: relative;
	z-index:10;
}

.voucher .sc1 .bg_mask {
	position: relative;
}
.voucher .sc1 .bg_mask > .img-effect{
	transition:all 0.7s ease-in-out;
}
.voucher .sc1 .bg_mask > .container{
	position: absolute;
	top:10%;
	left:50%;
	transform:translateX(-50%);
	z-index:10;
	text-align: left;
	display:none;
}

.voucher .sc1 .skrollable-before .img-effect{
	max-width:800px;
}
.voucher .sc1 .skrollable-between .img-effect,
.voucher .sc1 .skrollable-after .img-effect{
	max-width:100%;
	width:100%;
}
.voucher .sc1 .skrollable-between .bg_mask > .container,
.voucher .sc1 .skrollable-after .bg_mask > .container{
	display:block;
}
@media(max-width:992px){
	.voucher .intro{
		margin-top: 140px;
		margin-bottom: 40px;
	}
	.voucher .sc1 .skrollable-before .img-effect{
		max-width:100%;
	}
	.voucher .sc1 .bg_mask > .container {
		display:block;
		width:100%;
	}
}




/*************** 프로젝트 문의 ****************/
/******************************************/

/*sub0501_wrap*/
.title_h3{
	font-size:3.2rem;
	margin:0;
	margin-bottom:20px;
	font-weight:600;
}
.sub0501_wrap{
	margin-top: 140px;
}
.sub0501_wrap .txt1{
	font-size:1.6rem;
	line-height:1.6;
}
.sub0501_wrap .title-align{
	margin-left:-320px;
}
@media(max-width:1400px){
	.sub0501_wrap .title-align{
		margin-left:-260px;
	}
}
@media(max-width:1200px){
	.sub0501_wrap .title-align{
		margin-left:0px;
	}
}
.sub0501_wrap #clip_target{
	position:absolute;
	width:0;
	height:0;
	opacity:0;
}
.sub0501_wrap > .inner{}
.sub0501_wrap > .inner > .box{}
.sub0501_wrap > .inner > .box > .item{
	position:relative;
	margin-bottom:100px;
	
}
.sub0501_wrap > .inner > .box > .item.contactus{
	background:url('../_img/sub/sub0501_bg01.jpg') no-repeat center center / cover;
	padding:125px;
}
.sub0501_wrap > .inner > .box > .item.contactus .fix_txt1{
	position:absolute;
	color:#c5c9d9;
	font-weight:900;
	font-size:3rem;
	top:-45px;
	left:0;
}
.sub0501_wrap > .inner > .box > .item.contactus .fix_txt2{
	position:absolute;
	color:#c5c9d9;
	font-size:2rem;
	top:115px;
	left:-145px;
	transform:rotate(-90deg);
	text-align:right;
	width:250px;
}

.sub0501_wrap .title{
	color:#fff;
}
.sub0501_wrap .title h4{
	font-size:3.4rem;
	margin-bottom:3rem;
}
.sub0501_wrap .cs_info{
	font-size:1.8rem;
	opacity:.4;
	line-height:1.8
}
.sub0501_wrap .cs_info > li{
	position:relative;
	padding-left:25px;
}
.sub0501_wrap .cs_info > li > i{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-9px;
}

.sub0501_wrap .map_item{
	position:relative;
}
.sub0501_wrap .map_item::after{
	content:'';
	display:none;
	clear:both;
}
.sub0501_wrap .map_item > .tab{
	position:absolute;
	width:450px;
	left:-280px;
	font-size:2rem;
	font-weight:800;
	z-index:2;
}
.sub0501_wrap .map_item > .tab a{
	color:#aaa;
	display:block;
	padding:12px 0;
	position:relative;
}
.sub0501_wrap .map_item > .tab .active a{
	color:#000;
}
.sub0501_wrap .map_item > .tab .active a:after{
	content:"";
	position:absolute;
	width:200px;
	height:4px;
	background:#000;
	left:140px;
	top:50%;
	margin-top:-2px;
}
.sub0501_wrap .map_item .addr{
	font-size:1.6rem;
	margin-top:15px;
}

.sub0501_wrap i.essential{
	border:1px solid red;
	position:absolute;
	right:-10px;
	top:2px;
	width:4px;
	height:4px;
	border-radius:100%;
	background:#f62121
}
@media(max-width:1400px){
	.sub0501_wrap .map_item > .tab{
		width:300px;
		left:-220px;
		font-size:2rem;
	}
	.sub0501_wrap .map_item > .tab .active a:after {
		width: 140px;
	}
}

@media(max-width:1200px){
	.sub0501_wrap > .inner > .box > .item.contactus {
		padding: 60px;
	}
	.sub0501_wrap .map_item > .tab{
		position:relative;
		width:300px;
		left:auto;
		font-size:2rem;
	}
	.sub0501_wrap .map_item > .tab li{
		display:none;
	}
	.sub0501_wrap .map_item > .tab .active{
		display:block;
	}
	.sub0501_wrap .map_item > .tab .active a:after {
		width: 140px;
	}
}
@media(max-width:991px){
	.title_h3{
		font-size:2.8rem;
	}
	.sub0501_wrap .title h4 {
		font-size: 3rem;
	}
	.sub0501_wrap .cs_info > li{
		float:left;
		width:50%;
	}
	.sub0501_wrap .cs_info {
		font-size: 1.6rem;
	}
}

@media(max-width:767px){
	.title_h3{
		font-size:2.4rem;
	}
	.sub0501_wrap .txt1{
		font-size:1.5rem;
	}
	.sub0501_wrap .title h4 {
		font-size: 2.6rem;
		margin-bottom: 2rem;
	}
	.sub0501_wrap .cs_info {
		font-size: 1.5rem;
	}
	.sub0501_wrap > .inner > .box > .item.contactus {
		padding: 40px;
	}
	.sub0501_wrap > .inner > .box > .item {
		margin-bottom:50px;
	}
	.sub0501_wrap > .inner > .box > .item.contactus .fix_txt1{
		font-size:2rem;
		top:-35px;
	}
	.sub0501_wrap > .inner > .box > .item.contactus .fix_txt2{
		font-size:1.6rem;
		top:-30px;
		left:auto;
		right:10px;
		transform:rotate(0deg);
		width:auto;
	}
	.sub0501_wrap .map_item .addr{
		font-size:1.4rem;
	}
}
@media(max-width:640px){
	.title_h3{
		font-size:2rem;
	}
	.sub0501_wrap .txt1{
		font-size:1.4rem;
	}
	.sub0501_wrap .title h4 {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	.sub0501_wrap .cs_info {
		font-size: 1.4rem;
	}
	.sub0501_wrap > .inner > .box > .item.contactus {
		padding: 30px;
	}
	.sub0501_wrap > .inner > .box > .item {
		margin-bottom:40px;
	}
	.sub0501_wrap .map_item > .tab .active a:after {
		content: "";
		position: absolute;
		width: 120px;
		height: 2px;
		background: #000;
		left: 130px;
		top: 50%;
		margin-top: -1px;
	}
	.sub0501_wrap > .inner > .box > .item.contactus .fix_txt1{
		font-size:1.6rem;
		top:-25px;
	}
	.sub0501_wrap > .inner > .box > .item.contactus .fix_txt2{
		font-size:1.4rem;
		top:-25px;
	}
}



