/* header */
.header{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 900;
	box-shadow: rgba(0,0,0,0.05) 0px 2px 2px;
	width: 100%;
}

.count_area{
	
}

/* subCon */
.subCon{
	display: block;
	width: 100%;
}
.subCon>img{
	display: block;
	width: 100%;
}

/* sub Wrap */
.sub_wrap{
	display: block;
	width: 100%;
	padding-bottom: 30px;
}
.sub_wrap .inner{
	width: 90%;
	margin: auto;
}

.sub_wrap .inner .tit{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
.sub_wrap .inner .tit .highlight{
	display: inline-block;
	width: auto;
	position: relative;
}
.sub_wrap .inner .tit .highlight::before{
	content: '';
	display: block;
	width: 0%;
	height: 10px;
	background: #f9f999;
	position: absolute;
	top: 50%;
	left: -3%;
	transform: translate(0%,-50%);
	transition: all 2s;
}
.sub_wrap .inner .tit.on .highlight::before{
	width: 106%;
}
.sub_wrap .inner .tit .highlight strong{
	position: relative;
	z-index: 7;
	font-size: 6.5vw;
	font-weight: 400;
	white-space: pre;
	color: #333;
}


/* 소개 */

.conbox img{
	width: 100%;
}
.conbox .list_img{
	width: 80%;
	display: block;
	margin: auto;
}
.sub_list_img{
	margin-bottom: 50px;
}
.slide_go{
	
}
.slide_go p{
	margin-bottom: 30px;
}
.slide_go ul{
	overflow: hidden;
}
.slide_go ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	height: 40px;
	line-height: 40px;
	background: #132756;
	border-radius: 6px;
	box-shadow: rgba(0,0,0,0.1) 0px 3px 2px;
	margin-bottom: 10px;
}
.slide_go ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}
.slide_go ul li:nth-child(2n){
	margin-right: 0;
}


/* 서비스가이드 */
.service_list{
	width: 80%;
	margin: auto;
}
.service_list li{
	margin-bottom: 30px;
}
.service_list li h4{
	font-weight: 500;
	color: #444;
	font-size: 15px;
	padding-left: 25px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.service_list li.low h4{
	background: url(../img/icon_low.png) no-repeat left center / auto 70%;
}
.service_list li.big h4{
	background: url(../img/icon_big.png) no-repeat left center / auto 70%;
}
.service_list li.ten h4{
	background: url(../img/icon_ten.png) no-repeat left center / auto 70%;
}
.service_list li.zero h4{
	background: url(../img/icon_zero.png) no-repeat left center / auto 70%;
}
.service_list li.place h4{
	background: url(../img/icon_place.png) no-repeat left center / auto 70%;
}

.service_list li p{
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	color: #777;
}

/* 브랜드 미디어 */
.sub_wrap .brand_media .tit{
	margin-bottom: 20px;
}
.sub_wrap .brand_media .txt{
	text-align: center;
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 1.3;
}

/* 언론 미디어 */
.sub_wrap .press_media .tit{
	margin-bottom: 20px;
}
.sub_wrap .press_media .txt{
	text-align: center;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.3;
}
.sub_wrap .press_list{
	border-top: 1px solid #333
}
.sub_wrap .press_list li{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}
.sub_wrap .press_list li a{
	display: block;
	width: 100%;
}
.sub_wrap .press_list li h4{
	white-space: pre;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.sub_wrap .press_list li span{
	color: #999;
	font-size: 14px;
}

/* 파트너 제휴 문의 */
.partner_con img{
	width: 90%;
	display: block;
	margin: auto;
}
.press_area{
	background: url(../img/partner_bg.png) no-repeat center / cover;
	margin: 30px 0 0;
	padding: 30px 0;
}
.press_area h3{
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	position: relative;
	width: 250px;
	margin: 0 auto 10px;
	white-space: pre;
}
.press_area h3::after{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #eff000;
	position: absolute;
	top: 0;
	right: 5px;
}
.press_area p:nth-of-type(1){
	color: rgba(255,255,255,0.65);
	font-size: 13px;
	text-align: center;
	margin-bottom: 20px;
	white-space: pre;
	font-weight: 100;
}
.press_area p:nth-of-type(2){
	color: #fff;
	font-size: 14px;
	text-align: center;
	white-space: pre;
	font-weight: 300;
	margin-bottom: 30px;
}
.press_area form ul li input[type='text'],
.press_area form ul li input[type='tel']{
	background:transparent;
	width: 90%;
	height: 35px;
	display: block;
	line-height: 35px;
	margin: auto;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	margin-bottom: 10px;
}
.press_area form ul li input[type='text']::placeholder,
.press_area form ul li input[type='tel']::placeholder{
	color: rgba(255,255,255,0.6);
}

.press_area form ul li.alliance_privacy{
	margin-top: 30px;
	text-align: center;
}
.press_area form ul li.alliance_privacy .privacy{
	margin-bottom: 20px;
}
.press_area form ul li.alliance_privacy .privacy input{
	display: none;
}
.press_area form ul li.alliance_privacy .privacy label{
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	padding-left: 20px;
	background: url(../img/chk_off.png) no-repeat left center / 13px auto;
}
.press_area form ul li.alliance_privacy .privacy label.on{
	background: url(../img/chk_on.png) no-repeat left center / 13px auto;
}
.press_area form ul li.alliance_privacy .privacy a{
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
}
.privacy_submit{
	display: block;
	margin: auto;
	background: #fff;
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: 500;
	font-size: 14px;
}