@charset "utf-8";
/* CSS Document */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff3304; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff3304; 
}

p{
	word-break: keep-all;
    word-wrap: break-word;
}
div {
	box-sizing:border-box;
}


#top_bt {
    display: none;
    opacity: 1;
    padding: 12px 8px;
    border: 1px solid #ff3304;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    /* border-radius: 50%; */
    /* color: #fff; */
    text-align: center;
    position: fixed;
    right: 2%;
    bottom: 2%;
    cursor: pointer;
    z-index: 200;
    transition: all 0.3s ease-out;
}
#top_bt:hover{background: #fff;/* color:#fff; */}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*기본화면값 - 제일 작은 너비값을 기준으로 작업함.*/
#wrap{width:100%; overflow: hidden; height:100%;}

.cf:after{
	content:"";
	display:block;
	clear:both;	
}


section{
	height:auto;
	padding:20% 0;
}




.swiper-container {
	width: 100%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}

.img_width{
	width:95%;
}
.naver_go{
	width:230px;
	margin-top:80px;
}

.footer{
	margin-top:80px;
	text-align:center;
	margin-bottom:80px;
}

.footer .footer_logo{
	width:150px;
}
.footer p{
	padding-top:30px;
}

.iframe_video{
	width:90%;
	height:300px;
	margin:50px 0;

}
#main_vs{
	background:url('../images/main_video_bg.jpg') center;
	background-size:cover;	
}
.slide_01{
	background:url('../images/main_bg_m_01.jpg') center;
	background-size:cover;	
}
.slide_02{
	background:url('../images/main_bg_m_02.jpg') center;
	background-size:cover;	
}

.main_left_L{
	/* float:left; */
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.main_left_R{
	float:left;
	width: 50%;
}
.main_slide_p_box{
	padding-top: 0;
}
.main_slide_p1{
	color:#ff3304;
	font-size: 23px;
	line-height: 1.2;
	font-family: 'GmarketSansBold';
}
.main_slide_p2{
	color:#fff;
	font-size: 16px;
	font-family: 'GmarketSansBold';
}
.main_slide_p2 > span{
	color:#ff3304;
	font-size: 16px;
	font-family: 'GmarketSansBold';
	display: inline-block;
	/* padding-left: 17px; */
	margin-right: 11px;
}
.main_slide_p3{
	color:#fff;
	font-size: 16px;
	padding-top: 23px;
	font-family: 'GmarketSansBold';
}
.main_slide_p4{
	color:#ff3304;
	font-size: 13px;
	padding-top: 28px;
	font-family: 'GmarketSansBold';
}
.main_slide_img_ceo_box{
	text-align:center;
}
.main_slide_img_ceo{
	width: 200px;
	padding-top: 151px;
	/* position: absolute; */
	/* right: 0; */
}


.swiper-pagination-current{
	font-size:20px;
	font-weight:bold;
}
.swiper-pagination-total{
	font-size:20px;
	font-weight:bold;
}

.m_btn{
	display: inline-block;
    background: #ff3304;
    padding: 20px 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
}



.main_title{
	font-size: 28px;
	font-family: 'GmarketSansBold';
	font-weight:bold;
	line-height: 1;
}
.sp_ball{
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #ff3304;
	border-radius: 50%;
	margin-top: 2px;
	margin-left: 5px;
}

.main_text_p{
	font-size: 15px;
	letter-spacing:-0.5px;
}
.main_text_p1{
	font-size: 18px;
	display:none;
	letter-spacing:-0.5px;
}
.main_text_p2{
	font-size: 15px;
	display:block;
	letter-spacing:-0.5px;
}

.section_box{
	width: 90%;
	margin:0 auto;
}








.about_box {
	margin-top: 43px;
}
.about_box_L{
	float:left;
	width: 100%;
	text-align:left;
}
.about_ceo_p{
	font-size: 15px;
	padding-left: 2%;
	padding-top: 30px;
	text-align: left;
}
.about_ceo_p > span{
	font-size: 15px;
	color:#ff3304;
}
.ceo_pc{
	display:none;
}
.ceo_m{
	display:block;
}
.about_box_R{
	float:left;
	width: 100%;
	text-align:center;
}
.about_img{
	width: 80%;
}
.accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 12px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 19px;
  transition: 0.4s;
  margin-top: 14px;
  border-top: 3px solid #ff3304;
  color: #ff3304;
  font-weight: bold;
  font-family: 'GmarketSansBold';
}

.active2, .accordion:hover {
  /* background-color: #ccc; */
}

/*.accordion:after {
  content: '\002B';
  color: #ff3304;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-top: 6px;
}

.active2:after {
  content: "\2212";
}*/

.panel {
  padding: 0 2px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.ceo_td{
	font-size:13px;
	padding-bottom: 6px;
}





.main_slide_img_ceo_m_box{
	/* padding-top:50px; */
	/* position: absolute; */
	z-index: 19;
	text-align: center;
	bottom: 0;
	left: 7%;
}
.main_slide_img_ceo_m{
	display:block;
	width: 90%;
	margin: 0 auto;
	padding-top: 77px;
}







.partner_row:after{
  content: "";
  display: table;
  clear: both;
}
.partner_row{
	margin-top:70px;	
}
.partner_row_4{
	float:left;
	width: 48%;
	margin-bottom:40px;
	margin: 1%;
}
.partner_img{
	width: 100%;
}

.partner_p_01{
	font-size:16px;
	font-weight:500;
	display:block;
	width:80%;
	margin:0 auto;
}



.reference-container{
	height:auto;
	margin-top:70px;
}
.reference_img_box{
	width:100%;
	height: 270px;
	background-size:cover;
}





input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cccccc8c;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 8px;
  resize: vertical;
}

input[type=submit] {
  background-color: #ff3304;
  color: white;
  padding: 12px 29px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 17px;
}

input[type=submit]:hover {
  background-color: #ff3304;
}

.input_in{
	width:100%;
	margin:0 auto;
	margin-top:50px;
}



.activity_low{margin-top: 50px; overflow: hidden;}

.activity_low_In{
	width: 100%;
	float:left;
	/* margin: 0 auto; */
	/* margin: 1.5%; */
	border: 1px solid #ff3304;
	margin-bottom: 33px;
}
.activity_low_p1{background: #ff3304;font-size: 20px;color: #fff;padding: 11px 0px;}
.activity_low_p2{padding: 20px 0;font-size: 16px;line-height: 2;}



.program1{
	width:100%;
	background:url('../images/service_bg.jpg') center;
	background-size:cover;	
}
.program4{
	width:100%;
	background:url('../images/model_bg.jpg') center;
	background-size:cover;	
}
.program5{
	width:100%;
	background:url('../images/reference_bg.jpg') center;
	background-size:cover;	
}




.team_p1{
	text-align:center;
	font-size: 20px;
	font-weight:bold;
	color: #fff;
	line-height: 1.5;
	padding-top: 40px;
	padding-bottom: 34px;
}
.team_p2{
	text-align:center;
	padding-bottom: 30px;
}




.service_box{
	margin-top:30px;
}

.service_box_L{
	float:left;
	width: 100%;
}
.service_box_R{
	float:left;
	width: 100%;
	padding-left: 0;
	text-align:left;
	padding-top: 20px;
}
.service_p1{
	font-size: 24px;
	font-weight:bold;
	color:#ff3304;
	font-family: 'GmarketSansBold';

}
.service_p2{
	font-size: 15px;
	padding-top:10px;
	color:#fff;
}




.mobile_host_box {
	margin-top:50px;
}
.mobile_host_box_In1{
	float:left;
	width: 100%;
}
.mobile_host_box_In2{
	float:left;
	width: 100%;
	padding-left: 0;
	margin-top: 32px;
}
.mobile_host_img{
	width: 100%;
}
.mobile_host_p1{
	color:#fff;
	/* padding-left: 10%; */
	font-size: 16px;
	margin-top: 30px;
	text-align: left;
}
.mobile_host_p1 > span{
	color: #ff3304;
	font-size: 18px;
	background: #fff;
	border-radius: 30px;
	display: inline-block;
	padding: 5px 14px;
	margin-right: 8px;
}
.mobile_host_p2{
	color:#fff;
	font-size: 15px;
	padding-top: 12px;
	text-align: left;
}




.mobile_host_table_box{
	margin-top:50px;
}
.mobile_host_table {
	width:100%;
	margin:0 auto;
	margin-top:20px;
}
.mobile_host_table td{
	border:1px solid #fff;

	font-size:16px;
}
.mobile_host_table_td1{
	background:#fff;
	color:#000;
	padding:10px;
}
.mobile_host_table_td2{
	color:#fff;
	font-weight:bold;
	padding:15px;
}



.quick_box{
	position:fixed;
	right:2%;
	bottom: 11%;
	z-index:1000;
}
.instar_iocn{
	width: 65px;
	z-index:100;
	display: block;
}



@media screen and (min-width:800px){


	section{
		height:auto;
		padding:10% 0;
	}



	.swiper-container {
		height: 600px;
	}

	.img_width{
		width:100%;
	}

	.iframe_video{
		width:600px;
		height:500px;

	}

	.slide_01{
		background:url('../images/main_bg_01.jpg') center;
		background-size:cover;	
	}
	.slide_02{
		background:url('../images/main_bg_02.jpg') center;
		background-size:cover;	
	}

	.naver_go{
		width:300px;
		margin-top:80px;
	}



	.main_left_L{
		/* float:left; */
		width: 90%;
		margin: 0 auto;
	}
	.main_left_R{
		float:left;
		width:50%;
	}
	.main_slide_p_box{
		padding-top: 0;
	}
	.main_slide_p1{
		font-size: 34px;
		line-height: 1.2;
	}
	.main_slide_p2{
		font-size: 24px;
	}
	.main_slide_p2 > span{
		font-size: 24px;
		display: inline-block;
		margin-right: 11px;
	}
	.main_slide_p3{
		font-size: 18px;
		padding-top: 23px;
	}
	.main_slide_p4{
		font-size: 16px;
		padding-top: 28px;
	}
	.main_slide_img_ceo_box{
		text-align:center;
	}
	.main_slide_img_ceo{
		width: 347px;
		padding-top: 191px;
	}







	.main_title{
		font-size: 30px;
	}
	.sp_ball{
		width: 9px;
		height: 9px;
		margin-top: 2px;
		margin-left: 5px;
	}
	.main_text_p{
		font-size: 18px;
	}
	.main_text_p1{
		font-size: 18px;
		display:block;
	}
	.main_text_p2{
		font-size: 18px;
		display:none;
	}


	.section_box{
		width:90%;
		margin:0 auto;
	}





	.about_box {
		margin-top:80px;
	}
	.about_box_L{
		float:left;
		width:50%;
		text-align:left;
	}
	.about_ceo_p{
		font-size: 20px;
		padding-left: 2%;
		padding-top: 135px;
	}
	.about_ceo_p > span{
		font-size: 20px;
	}
	.ceo_pc{
		display:block;
	}
	.ceo_m{
		display:none;
	}
	.about_box_R{
		float:left;
		width:50%;
	}
	.about_img{
		width: 80%;
	}

	.main_slide_img_ceo_m{
		display:none;
	}


	.ceo_td{
		font-size:14px;
		padding-bottom: 7px;
	}





	.partner_row_4{
		float:left;
		width: 23%;
		margin-bottom:40px;
	}
	.partner_img{
		width: 185px;
	}

	.partner_p_01{
		font-size:20px;
		width:80%;
	}


	.reference-container{
		height:auto;
	}
	.reference_img_box{
		height: 256px;
	}


	.input_in{
		width:500px;
	}





	.activity_low{margin-top: 50px;}

	.activity_low_In{
		width:30%;
		float:left;
		margin: 1.5%;
	}
	.activity_low_p1{font-size: 16px;padding: 11px 0px;}
	.activity_low_p2{padding: 20px 0;font-size: 14px;line-height: 2;height: 183px;}






	.service_box_L{
		float:left;
		width:35%;
	}
	.service_box_R{
		float:left;
		width:60%;
		padding-left:5%;
		text-align:left;
		padding-top: 14px;
	}
	.service_p1{
		font-size: 24px;
	}
	.service_p2{
		font-size: 15px;
		padding-top:10px;
	}


	.team_p1{
		font-size: 31px;
		font-weight:bold;
		line-height: 1.5;
		padding-top: 100px;
		padding-bottom: 55px;
	}
	.team_p2{
		padding-bottom: 100px;
	}



	.mobile_host_box {
		margin-top:50px;
	}
	.mobile_host_box_In1{
		float:left;
		width: 100%;
	}
	.mobile_host_box_In2{
		float:left;
		width: 100%;
		padding-left: 0;
		margin-top: 71px;
		/* text-align: center; */
	}
	.mobile_host_img{
		width:auto;
	}
	.mobile_host_p1{
		font-size: 20px;
		margin-top: 30px;
		text-align: center;
	}
	.mobile_host_p1 > span{
		font-size: 20px;
		border-radius: 30px;
		padding: 5px 14px;
		margin-right: 8px;
	}
	.mobile_host_p2{
		font-size: 20px;
		padding-top: 12px;
		text-align: center;
	}




	.mobile_host_table_box{
		margin-top:70px;
	}
	.mobile_host_table {
		width:100%;
		margin-top:30px;
	}
	.mobile_host_table td{
		font-size:16px;
	}
	.mobile_host_table_td1{
		padding:10px;
	}
	.mobile_host_table_td2{
		padding:20px;
	}


}








@media screen and (min-width:1200px){


	.swiper-container {
		height: 885px;
	}

	.img_width{
		width:auto;
	}

	.iframe_video{
		width:600px;
		height:500px;

	}

	.slide_01{
		background:url('../images/main_bg_01.jpg') center;
		background-size:cover;	
	}
	.slide_02{
		background:url('../images/main_bg_02.jpg') center;
		background-size:cover;	
	}


	.main_left_L{
		float:left;
		width: 100%;
	}
	.main_left_R{
		float:left;
		width:50%;
	}
	.main_slide_p_box{
		padding-top: 0;
	}
	.main_slide_p1{
		font-size: 58px;
		line-height: 1.2;
	}
	.main_slide_p2{
		font-size: 41px;
	}
	.main_slide_p2 > span{
		font-size: 41px;
		display: inline-block;
		margin-right: 11px;
	}
	.main_slide_p3{
		font-size: 24px;
		padding-top: 23px;
	}
	.main_slide_p4{
		font-size: 22px;
		padding-top: 28px;
	}
	.main_slide_img_ceo_box{
		text-align:center;
	}
	.main_slide_img_ceo{
		width:auto;
		padding-top: 223px;
	}



	.main_title{
		font-size:40px;

	}
	.sp_ball{
		width: 13px;
		height: 13px;
		margin-top: 2px;
		margin-left: 5px;
	}
	.main_text_p{
		font-size:24px;
	}
	.main_text_p1{
		font-size:24px;
	}
	.main_text_p2{
		font-size:24px;
	}
	
	.section_box{
		width:1200px;
		margin:0 auto;
	}



	.about_box {
		margin-top:80px;
	}
	.about_box_L{
		float:left;
		width:50%;
		text-align:left;
	}
	.about_ceo_p{
		font-size: 28px;
		padding-left: 2%;
		padding-top: 208px;
	}
	.about_ceo_p > span{
		font-size: 28px;
	}
	.ceo_pc{
		display:block;
	}
	.ceo_m{
		display:none;
	}
	.about_box_R{
		float:left;
		width:50%;
	}
	.about_img{
		width:auto;
	}




	.partner_row_4{
		float:left;
		width: 18%;
		margin-bottom: 27px;
	}
	.partner_img{
		width: 218px;
	}

	.partner_p_01{
		font-size:30px;
		width:48%;
	}


	.reference-container{
		height:auto;
	}
	.reference_img_box{
		height: 256px;
	}

	.input_in{
		width:500px;
	}





	.activity_low{margin-top: 50px;}

	.activity_low_In{
		width:30%;
		float:left;
		margin: 1.5%;
	}
	.activity_low_p1{font-size: 20px;padding: 11px 0px;}
	.activity_low_p2{padding: 20px 0;font-size: 16px;line-height: 2;height: 220px;}




	.service_box_L{
		float:left;
		width:35%;
	}
	.service_box_R{
		float:left;
		width:60%;
		padding-left:5%;
		text-align:left;
		padding-top: 47px;
	}
	.service_p1{
		font-size:30px;

	}
	.service_p2{
		font-size: 20px;
		padding-top: 13px;
		width: 600px;
	}




	.team_p1{
		font-size:50px;
		font-weight:bold;
		line-height: 1.5;
		padding-top: 150px;
		padding-bottom: 55px;
	}
	.team_p2{
		padding-bottom: 150px;
	}




	.mobile_host_box {
		margin-top:50px;
	}
	.mobile_host_box_In1{
		float:left;
		width:50%;
	}
	.mobile_host_box_In2{
		float:left;
		width:45%;
		padding-left:5%;
		margin-top: 71px;
	}
	.mobile_host_img{
		width:auto;
	}
	.mobile_host_p1{
		font-size: 20px;
		margin-top: 30px;
		text-align: left;
	}
	.mobile_host_p1 > span{
		font-size: 20px;
		border-radius: 30px;
		padding: 5px 14px;
		margin-right: 8px;
	}
	.mobile_host_p2{
		font-size: 20px;
		padding-top: 12px;
		text-align: left;
	}




	.mobile_host_table_box{
		margin-top:70px;
	}
	.mobile_host_table {
		width:50%;
		margin-top:30px;
	}
	.mobile_host_table td{
		font-size:20px;
	}
	.mobile_host_table_td1{
		padding:10px;
	}
	.mobile_host_table_td2{
		padding:20px;
	}


}