@charset "UTF-8";
@import url(notosanskr.css);



/*common set
-------------------------------------------------------------------------------*/
.wrap{
	margin: 0;
	padding: 0;
}
.section{
	position: relative;
	padding: 70px 0px;
}
.section .container, .cs-page .container{
	clear: both;
	overflow: auto;
	margin: 0 auto;	
	max-width: 1100px;
	position: relative;
}
.section .container .word_box{
	margin-top: 30px;
	max-width: 500px;
}

/* colum set */
.section .container .col-left{
	padding-right: 4%;
	width: 46%;
	float: left;
}
.section .container .col-right{
	padding-left: 4%;
	width: 46%;
	float: right;
}

@media (max-width: 480px) {
	.section{
		padding: 50px 0px;
	}
	.section .container .col-left,
	.section .container .col-right{
		float: none;
		width: 100%;
		padding: 0;
	}
	.section .container .word_box{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
}

/* sub feature set */
.section .container .sub_feature{
	margin-top: 50px;	
}

.section_deco{
	margin: 0;
	padding: 0;
	width: 100%;
}
.section_deco.deco_line{
	margin: 60px 0px;
}
.section_deco.deco_line hr{
	margin-top: 31px;
	width: 70%;
	float: right;
}
.section_deco.deco_type_02{
	position: relative;
	height: 200px;
	background-image:url(../img/bg02.svg);
	background-repeat: no-repeat;
	background-size:102%;
	background-position: top;
}
.section_deco.deco_type_02 .container{
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}
.section_deco.deco_type_02 .container .icon_box{
	position: absolute;
	right: 0px;
	top: 100px;
}
.section_deco.deco_type_03{
	height: 200px;
	background-image:url(../img/bg03.svg);
	background-repeat: no-repeat;
	background-size:102%;
	background-position: bottom;
}
.section_deco.deco_type_03 .container{
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}
.section_deco.deco_type_03 .container .pattern_box{
	position: absolute;
	left: 0px;
	top: -120px;
}
@media (max-width: 1250px) {
	.section .container,
	.section_deco.deco_type_02 .container .icon_box{
		padding: 0px 4%;
	}
	.section_deco.deco_type_03 .container .pattern_box{
		left: 1%;
	}
}
@media (max-width: 767px) {
	.section_deco.deco_type_02 .container .icon_box{
		top: 40px;
	}
}
@media (max-width: 480px) {
	.section .container,
	.section_deco.deco_type_02 .container .icon_box{
		padding: 0px 6%;
	}
	.section_deco.deco_type_03{
		height: 50px;
	}
	.section_deco.deco_type_03 .container .pattern_box{
		width: 30px;
		top: 0px;
	}

}




/*header
-------------------------------------------------------------------------------*/
#header{
	position: fixed;
	top: 0px;
	width: 100%;
	opacity: 0;
	z-index: 999;
	text-align: center;
	padding: 10px 0px;
	padding-top: 14px;
	background-color: rgba(255,255,255,0.90);
	border-bottom: rgba(0,0,0,0.1) solid 1px;
	
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	transition: 0.3s;
}
#header .container{
	padding: 0;	
}
#header .container ul{
	display: none;
}



@media (max-width: 767px) {

}
@media (max-width: 480px) {
	#header{
		width: 92%;
		text-align: left;
		padding: 15px 4%;
		opacity: 1;
	}
	#header .container a{
		float: left;
	}
	#header .container a .logo_basic{
		width: 100px;
	}
	#header .container ul{
		display: block;
		float: right;
	}
	#header .container ul li{
		display: none;
	}
	#header .container ul li.active{
		display: block;
	}
	
}


/*section main
-------------------------------------------------------------------------------*/
#section_main{
	position: relative;
	background-color: #63A8EC;
	
	background-image: url(../img/bg_main_copy.png);
	background-repeat: no-repeat;
	background-position: 130% -100px;
}
#section_main .copy_box{
	margin-top: 170px;
	margin-bottom: 50px;
}
#section_main .copy_box .line_w{
	margin-top: 20px;
	max-width: 150px;
}
#section_main .copy_box .word_box{
	font-size: 20px;	
}

#section_main .deco_box{
	position: absolute;
	bottom: -22px;
	left: 50%;
	height: 44px;
	width: 1px;
	background-color: #63A8EC;
}
#section_main .deco_box .dl_up{
	height: 22px;
	width: 1px;
	background-color: #fff;
}

@media (max-width: 767px) {
	#section_main{
		background-position: 70% -100px;
	}
	#section_main .copy_box{
		margin-top: 180px;
		margin-bottom: 0px;
	}

}
@media (max-width: 480px) {
	#section_main{
		background-position: 120% 0px;
		background-size: 110%;
	}
	#section_main .copy_box{
		margin-bottom: 0px;
	}
	#section_main .copy_box .word_box{
		font-size: 16px;
	}
}

/*logo container
-------------------------------------------------------------------------------*/
.logo_container{
	margin: 33px auto;
	max-width: 1228px;
	text-align: center;
}
@media (max-width: 480px) {
	.logo_container{
		display: none;
	}
}

/*section feature
-------------------------------------------------------------------------------*/
#section_feature .container .col-right{
	text-align: right;
}
#section_feature .container h2{
	margin-top: 90px;
}

@media (max-width: 767px) {
	#section_feature .container h2{
		margin-top: 0px;
	}
}
@media (max-width: 480px) {
	#section_feature .container h2{
		margin-top: 0px;
	}
	#section_feature .container .col-right{
		text-align: center;
	}
	#section_feature .container .col-right img{
		max-width: 100%;
	}

}

/*section wechat partner
-------------------------------------------------------------------------------*/
#section_wechat{
	margin: 100px 0px;
	padding: 0px 0px;
	
	border-top: #f1f1f1 solid 1px;
	border-bottom: #f1f1f1 solid 1px;
	background-image: url(../img/bg_wh.png);
	background-repeat: no-repeat;
	background-size: 50%;
	
	background-color: #f1f1f1;
}
#section_wechat .container .col-left{
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding-right: 10%;
}
#section_wechat .container .col-right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 10%;
}
#section_wechat .container .content_head{
	overflow: auto;
}
#section_wechat .container .content_head>*{
	float: left;
}
#section_wechat .container .content_head h2{
	font-size: 32px;
	margin-top: 10px;
	margin-left: 10px;
}
#section_wechat .container .word_box{
	clear: both;
	margin-top: 10px;
}
#section_wechat .container>div{
	padding-top: 32px;
	padding-bottom: 32px;
}
#section_wechat .container .col-left .iwp_box{
	position: absolute;
	top: 32px;
	right: -50px;
}

@media (max-width: 767px) {
	#section_wechat{
		margin: 30px 0px;
	}
	#section_wechat .container .col-left .iwp_box{
		top: 50px;
		right: -40px;
		width: 80px;

	}
	#section_wechat .container .content_head .img_box{
		width: 40px;
	}
	#section_wechat .container .content_head h2{
		font-size: 24px;
		margin-top: 10px;
		margin-left: 10px;
	}
}
@media (max-width: 480px) {
	#section_wechat{
		margin-bottom: 50px;
		margin-top: 30px;
		padding: 0px 0px;
		background: none;
	}
	#section_wechat .container{
		padding: 0;
	}
	#section_wechat .container .content_head .img_box{
		width: 30px;
	}
	#section_wechat .container .content_head h2{
		font-size: 22px;
		margin-top: 4px;
		margin-left: 8px;
	}
	#section_wechat .container .col-left,
	#section_wechat .container .col-right{
		width: 100%;
		padding: 30px 6%;
	}
	#section_wechat .container .col-right{
		background-color: #f1f1f1;	
	}
	#section_wechat .container .col-right .word_box{
		margin-bottom: 0px;	
	}
	#section_wechat .container .col-left .iwp_box{
		top: 160px;
		right: 41%;
		width: 60px;
	}

}


/*section service 1 - for user
-------------------------------------------------------------------------------*/
#section_service1{
	padding-bottom: 0px;
	
	background-image:url(../img/bg01.svg);
	background-repeat: no-repeat;
	background-size:102%;
	background-position: center bottom;
}
#section_service1 h2{
	margin-top: 30px;	
}

@media (max-width: 767px) {
	#section_service1{
		padding-bottom: 100px;
		
	}
	#section_service1 h2{
		margin-top: 0px;	
	}


}
@media (max-width: 480px) {
	#section_service1{
		padding-bottom: 70px;
		background: none;
	}
	#section_service1 .container .col-left{
		text-align: center;
	}

}

/*section service 2 - for seller
-------------------------------------------------------------------------------*/
#section_service2{
	background-color: #63A8EC;
	color: #fff;
}
#section_service2 h2{
	margin-top: 60px;	
}
#section_service2 p{
	color: #fff;
}
#section_service2 .container .col-right{
	text-align: right;
}

@media (max-width: 767px) {
	#section_service2 h2{
		margin-top: 0px;	
	}
	#section_service2 .container .col-right{
		padding-top: 70px;
		text-align: center;
	}
	#section_service2 .container .col-right img{
		width: 250px;
	}

}
@media (max-width: 480px) {
	#section_service2 .container .col-right{
		padding-top: 20px;
	}
	#section_service2 .container .col-right img{
		width: 180px;
	}
	#section_service2 .container .col-left .word_box{
		margin-bottom: 20px;	
	}
	#section_service2 .container .col-left .sub_feature{
		margin-top: 10px;
	}


}

/*section company
-------------------------------------------------------------------------------*/
#section_company{
	margin-top: 100px;
	margin-bottom: 100px;
}
#section_company .container{
	padding-top: 0;
	padding-bottom: 0;
	overflow: visible;
}
#section_company .word_box{
	margin-top: 20px;
	margin-left: 23%;
	
	max-width: 48%;
}
#section_company .sub_feature{
	margin-left: 23%;
}
#section_company h3{
	margin-left: 23%;
	margin-bottom: 20px;
}
#section_company .logo_circle{
	position: absolute;
	width: 15%;
	bottom: -300%;
}
#section_company .text_slogan{
	position: absolute;
	right: 20px;
	top: 50px;
	
	text-align: right;
	font-size: 20px;
	font-weight: 100;
}
#section_company .img_company_box{
	position: absolute;
	right: 0;
	top:127px;
	width: 20%;
}

@media (max-width: 767px) {
	#section_company{
		margin-top: 0px;
		margin-bottom: 10px;
	}

}
@media (max-width: 480px) {
	#section_company .company_head{
		border-top: #eee solid 1px;
	}
	#section_company .logo_circle{
		width: 15%;
		bottom: 40%;
	}
	#section_company h3{
		text-align: center;
		margin-left: 0%;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#section_company hr{
		display: none;
	}
	#section_company .word_box{
		margin-top: 20px;
		margin-left: 0%;

		max-width: 100%;
	}
	#section_company .text_slogan,
	#section_company .img_company_box{
		display: none;
	}
	#section_company .sub_feature{
		margin-left: 0%;
		margin-top: 0px;
	}


}
@media (min-width: 768px) and (max-width: 992px) {
	#section_company .img_company_box{
		width: 18%;
	}

}
@media (min-width: 1200px) {
	#section_company .img_company_box{
		width: 216px;
	}


}

/*section address
-------------------------------------------------------------------------------*/
#section_address{
	background-color: #f8f8f8;
}
#section_address .line_gy{
	max-width: 300px;
}
#section_address .info_box{
	margin: 30px 0px;
}
#section_address .info_box ul li{
	margin: 10px 0px;	
}
#section_address .info_box ul li div{
	display: inline-block;
}
#section_address .info_box ul li .t_title{
	width: 90px;
	font-weight: 300;
	color: #000;
}
#section_address #map_kr{
	border: #ccc solid 1px;
	box-sizing: border-box;
}
.cs-btn{
    padding: 10px 20px;
    background: #63A8EC;
    color: #fff;
    font-size: 20px;
}
.cs-btn:hover{
	opacity: .7;
}
.cs-top{
	text-align: center;
    padding: 50px 0;
    background: #63A8EC;
    color: #fff;
}
@media (max-width: 480px) {
	#section_address .info_box ul li .address_last{
		margin-top: 10px;
	}
}

/*footer
-------------------------------------------------------------------------------*/
#footer{
	padding-top: 30px;
	text-align: center;
	border-top: rgba(0,0,0,0.1) solid 1px;
	color: #666;
	font-size: 12px;
}
#footer .container span{
	display: inline-block;
	margin-left: 5px;
}
#footer .container span:last-child{
	margin-left: 0;	
}
#footer .container .border_l{
	color: #eee;	
}
#footer small{
	display: inline-block;
	margin-top: 10px;
}


/*qiuck menu
-------------------------------------------------------------------------------*/
#quick_menu{
	position: fixed;
	right: 0px;
	bottom: 25%;
	padding: 10px 0px 10px 10px;
	
	background-color: rgba(255,255,255,0.10);
}
#quick_menu .translate_container{
	margin-bottom: 5px;
}
#quick_menu .translate_container ul li a{
	color: #ccc;	
}
#quick_menu .translate_container ul li a.active{
	color: #000;	
}
#quick_menu #toTop_btn{
	border-top: #000 solid 1px;
	padding: 10px 37px 20px 3px;
	padding-top: 10px;
	text-align: center;
}
.tri{
	margin-left: 3px;
    width: 0px;height: 0px;
    border-top:9px solid none;
    border-bottom:9px solid #eee;
    border-right: 9px solid transparent;
    border-left: 9px solid  transparent;
}

#quick_menu #toTop_btn:hover .tri{
    border-bottom:9px solid #63A8EC;
}
.clearfix{
	clear: both;
}
.cs-page{
	font-size: 16px;
}
.cs-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
}
.cs-page .left{
	padding-right: 4%;
}
.cs-page .right{
	padding-left: 4%;
    width: 400px;
	opacity: .8;
}
.cs-section{
	padding-top: 20px;
}
.cs-section .title{
	font-size: 32px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0f0ff;
    padding-bottom: 10px;
}
.cs-section .desc img{
	width: 23px;
    margin-right: 8px;
}
.cs-section .gray{
	color: #888;
}
.cs-table {
	width: 100%;
	margin-top: 50px;
	border-top: 2px solid #ddd;
}
.cs-table .ic-download{
	width: 17px;
    margin-left: 5px;
}
.cs-page td{
	vertical-align: middle;
	padding: 10px 7px;
	border-bottom: 1px solid #ddd;
}
.cs-table a:hover{
	opacity: .7;
}
.cs-email{
	margin: 10px 0;
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	#quick_menu{
		background-color: rgba(255,255,255,0.95);
	}
	#quick_menu #toTop_btn{
		padding: 10px 15px 5px 3px;
	}
}
@media (max-width: 480px) {
	#quick_menu{
		opacity: 0;
		bottom: 0px;	
	}
	#quick_menu .translate_container{
		display: none;
	}
	#quick_menu #toTop_btn{
		border-top: none;
		padding: 5px 15px 0px 10px;
		text-align: center;
	}

}



/*Media (반응형 제작을 위한 미디어 쿼리)
------------------------------------------------------------------------------*/
@media (max-width: 767px) {



}
@media (max-width: 480px) {



}
@media (min-width: 768px) and (max-width: 992px) {

	
}
@media (min-width: 1200px) {



}








