@charset "utf-8"; /*********************************************************
page.css - &.202406
**********************************************************/

/**************************
 index
**************************/
.m {display: none;}
.pc {display: block;}

.top_container {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 1920px;
	margin: 0 auto;
	padding-left: 14%;
	height: 100%;
}

.call {
	position: relative;
	margin-left: 30px;
	padding-left: 36px;
	font-size: 29px;
	letter-spacing: -1px;
	color: #9a001d;
}

.call:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url("/landing/digital/img/header_call_btn_icon.png") no-repeat center/100%;
}

.customer_center_wrap {
	display: flex;
	justify-content: center;
	max-width: 1920px;
	margin: 55px auto;
}

.customer_center_wrap .center_info {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 11px;
}

.customer_center_wrap .center_info:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 15px;
	background: #33261f;
}



.center_info strong {
	font-size: 22px;
	color: #33261f;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.25px;
}

.center_info span {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.customer_center_wrap .call {
	position: relative;
	margin-left: 30px;
	padding-left: 40px;
	font-size: 40px;
	line-height: 40px;
	color: #32251d;
}

.customer_center_wrap .call:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url("/landing/digital/img/m_landing_info07_apply_center_text02_icon.png") no-repeat center/100%;
}

.main {max-width: 1920px;margin: 0 auto;}

.img_wrap { display: flex; justify-content: center; align-items: center; }

/* .article_03, .article_04, .article_05 { margin-top: 211px; }  */
.article_05 { margin-top: 111px; } 
.article_02 { margin-top: 150px; } 

.article_01 {position: relative;}
.article_01 .btn_link {display: block; position: absolute;bottom: 0;left: 16.8%;width: 19%;height: 10%;}

.swiper_container {max-width: 1200px;margin: 69px auto 0;}
.swiper_container .swiper { width: 100%;height: 100%;padding: 0 40px; }
.swiper_container .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover; } 
.swiper_container .swiper-button-next, .swiper_container .swiper-button-prev {color: #555;}

/* #mainProcInq {margin-top: 200px;} */
#mainProcInq {margin-top: 100px;}
#mainProcInq section { width: 1220px; max-width: 92%; padding: var(--sep-comm) 0; margin-left: auto; margin-right: auto; } 
#mainProcInq .sec_tit { background: var(--color-bggray); } 
#mainProcInq .items_str { padding-bottom: 0; } 

.input_container { position: relative; margin-top: 10px; border-bottom: 1px solid var(--color-txtblk); } 
.input_container input { padding: 10px 20px 10px 10px; } 
.input_container select { border: 0; background:url('../img/chevron__down.png') no-repeat 100%; cursor: pointer; } 
.input_container label { display: block; font-weight: 500; } 
.input_container textarea { padding: 10px; border: 0; resize: none; } 
.input_container .option_box { padding: 10px 20px 10px 10px; } 
.input_container #domain_list { width: 29%; } 
.input_container.required::before { content: '*'; position: absolute; top: 0; left: -20px; font-size: 1.6rem;color: red;} 

.user_message { border-bottom: 0; } 

.agree { margin: 0; border: 0; border-top: 4px solid var(--color-ylw); } 
.agree label { font-weight: var(--txt-bold); } 
.agree input[type=checkbox] { display:none; } 
.agree input[type=checkbox] + label { display: inline-block; padding-left: 30px; background-repeat: no-repeat; background-image: url('../img/btn-checkbox-n.svg'); background-position-y: center; cursor: pointer; } 
.agree input[type=checkbox]:checked + label { background-image: url('../img/btn-checkbox-p.svg'); } 
.agree .terms_link { display: inline-block; } 

@media (max-width:768px) {
	.m {display: block;}
	.pc {display: none;}

	.top_container {
		justify-content: space-between;
		padding: 0 3%;
	}

	.call {
		padding-left: 24px;
		font-size: 20px;
	}

	.call:before {
		width: 20px;
		height: 20px;
	}

	.customer_center_wrap {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.customer_center_wrap .center_info {
		justify-content: center;
		padding-left: 0;
		padding-top: 16px;
	}

	.customer_center_wrap .center_info:before {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 14px;
		height: 4px;
	}

	.center_info strong {
		font-size: 19px;
	}

	.center_info span {
		font-size: 16px;
	}

	.customer_center_wrap .call {
		margin-left: 0;
		font-size: 36px;
	}

	.customer_center_wrap .call:before {
		width: 27px;
		height: 27px;
		background-image: url("/landing/digital/img/m_landing_info07_apply_center_text02_icon.png");
	}

	/* .article_03, .article_04, .article_05 { margin-top: 0; }  */
    .article_05 {margin-top: 60px;}
	.article_02 { margin-top: 0; } 

	.article_01 .btn_link {display: none;}

	#mainProcInq section { width: 100%; max-width: 100%; padding: 0; } 
	#mainProcInq .sec_tit { padding-top: var(--sep-comm); } 
	#mainProcInq .items_str { padding-left: var(--sep-half); padding-right: var(--sep-half); padding-bottom: var(--sep-max); } 

	.input_container.required::before { left: -10px; } 
}

@media screen and (max-width:425px) {
	.input_container #domain_list { width: 27%; } 
}

@media (min-width: 1920px) {
	.top_container {
		padding-left: 245px;
	}
}