@charset "utf-8";
body{
	color: #263D50;
}
.ftPop{
	font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ftPopItal{
	font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.sec{
	max-width: 960px;
	margin: 0 auto;
	padding: 40px;
}
.secTtl{
	margin-bottom: 40px;
}
.secTtl h2{
	font-weight: 900;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.secTtl p{
	line-height: 1.6;
}
@media print, screen and (min-width: 768px){
	.secTtl p{
		text-align: center;
	}
}
@media print, screen and (min-width: 960px){
	.sec{
		padding: 50px 0;
	}
	.secTtl{
		margin-bottom: 60px;
	}
	.secTtl h2{
		font-size: 36px;
	}
}

/* ----------------------------------

	MV

---------------------------------- */
.mvOuter{
	background: #DDF7F8;
}
.mv{
	padding: 54px 0;
}
.mv h1{
	font-size: 42px;
	text-align: center;
	font-weight: 900;
	margin-bottom: 30px;
}
.mv h1 span{
	font-size: 15px;
	background: #263D50;
	color: #FfF;
	display: block;
	width: 295px;
	line-height: 26px;
	margin: 0 auto 10px;
}
.mv .txt{
	padding: 0 40px;
	line-height: 1.6;
}
.mv .txt br{
	display: none;
}
.mv .img{
	width: 190px;
	margin: 0 auto;
	padding-top: 30px;
}
.addBtn{
	position: relative;
	z-index: 2;
	display: block;
	line-height: 82px;
	width: 312px;
	margin: -65px auto 0;
	border: 5px solid #fff;
	border-radius: 200px;
	text-align: center;
	font-size: 32px;
	box-shadow: 3px 10px 30px #B2D8D9;
	background-color: #FEDD17;
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-image: url(../img/arrow-right-circle-bk.svg);
	background-size: 25px;
	padding-right: 30px;
	text-decoration: none;
	color: #263D50;
	font-weight: 900;
}
@media print, screen and (min-width: 768px){
	.mv{
		padding: 50px 40px;
		display: flex;
		justify-content: space-between;
	}
	.mv .txtBox{
		width: 53%;
	}
	.mv .addBox{
		width: 45%;
	}
	.mv h1{
		text-align: left;
	}
	.mv h1 span{
		text-align: center;
		margin: 0;
		margin-bottom: 10px;
	}
	.mv .txt{
		padding: 0;
	}
	.mv .txt br{
		display: inline;
	}
	.mv .img{
		padding-top: 0px;
	}
}
@media print, screen and (min-width: 960px){
	.mv{
		padding: 40px 0px 30px;
		width: 960px;
		margin: 0 auto;
	}
	.mv .txtBox{
		width: 58%;
		padding-top: 40px;
	}
	.mv .addBox{
		width: 370px;
	}
	.mv h1{
		font-size: 62px;
	}
	.mv h1 span{
		font-size: 20px;
		line-height: 36px;
		width: 388px;
	}
	.mv .img{
		width: 278px;
	}
	.addBtn{
		width: 370px;
		padding-right: 0;
		text-align: left;
		padding-left: 45px;
		margin-top: -100px;
	}
	.addBtn:hover{
		opacity: 0.5;
		transform: scale(1.03);
	}
}

/* ----------------------------------

	POINT

---------------------------------- */
.secPoint ol li{
	margin-bottom: 30px;
	border: 1px solid #55AFB3;
	border-radius: 10px;
	padding: 30px 30px 20px;
	position: relative;
}
.secPoint ol li .point{
	position: absolute;
	top: -18px;
	right: 0;
	left: 0;
	margin: auto;
	line-height: 32px;
	width: 180px;
	color: #55AFB3;
	font-size: 19px;
	background: #fff;
	border: 1px solid #55AFB3;
	border-radius: 100px;
	text-align: center;
}
.secPoint ol li .point span{
	font-size: 26px;
}
.secPoint ol li h3{
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
}
.secPoint ol li h3 br{
	display: none;
}
.secPoint ol li .txt{
	line-height: 1.6;
}
@media print, screen and (min-width: 768px){
	.secPoint ol {
		display: flex;
		justify-content: space-between;
	}
	.secPoint ol li{
		width: 32%;
	}
	.secPoint ol li h3{
		line-height: 1.5;
	}
	.secPoint ol li h3 br{
		display: inline;
	}
}
@media print, screen and (min-width: 960px){
	.secPoint ol li{
		width: 31.5%;
		padding: 45px 20px 35px 30px;
	}
	.secPoint ol li .point{
		font-size: 28px;
		width: 184px;
		line-height: 40px;
		top: -25px;
	}
	.secPoint ol li .point span{
		font-size: 36px;
	}
	.secPoint ol li h3{
		font-size: 28px;
	}
	.secPoint ol li .txt{
		letter-spacing: 0;
	}
}

/* ----------------------------------

	FLOW

---------------------------------- */
.secFlow{
	border-top: 1px solid #dedede;
}
.secFlow ol{
	position: relative;
}
.secFlow ol::after{
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 90%;
	right: 0;
	left: 0;
	margin: auto;
	top: 5%;
	background: #55AFB3;
	z-index: -1;
}
.secFlow ol li{
	margin-bottom: 30px;
	border: 1px solid #55AFB3;
	border-radius: 10px;
	padding: 30px 20px 20px 0px;
	position: relative;
	background: #fff;
}
.secFlow ol li .step{
	position: absolute;
	width: 35px;
	height: 35px;
	background: #fff;
	color: #55AFB3;
	top: -17px;
	left: -17px;
	text-align: center;
	border: 2px solid #55AFB3;
	border-radius: 100%;
	font-size: 24px;
	padding-top: 4px;
}
.secFlow ol li .step span{
	display: none;
}
.secFlow ol li .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.secFlow ol li .img{
	width: 100px;
	text-align: center;
}
.secFlow ol li .txtBox{
	width: calc(100% - 100px);
}
.secFlow ol li h3{
	font-weight: 900;
	font-size: 21px;
	margin-bottom: 10px;
}
.secFlow ol li .txt{
	line-height: 1.6;
}
.secFlow ol li .txt a{
	color:#55AFB3;
	text-decoration: none;
}
@media print, screen and (min-width: 768px){
	.secFlow ol{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.secFlow ol::after{
		display: none;
	}
	.secFlow ol li{
		width: 48%;
	}
	
}
@media print, screen and (min-width: 960px){
	.secFlow{
		padding-bottom: 80px;
	}
	.secFlow ol::after{
		display: block;
		top: 0;
		bottom: 0;
		right: auto;
		left: 5%;
		width: 90%;
		height: 1px;
	}
	.secFlow ol li{
		width: 23%;
		padding: 70px 30px 30px;
		padding-right: 20px;
		margin-bottom: 0;
	}
	.secFlow ol li .step{
		width: 84px;
		height: 84px;
		top: -42px;
		left:0;
		right: 0;
		margin: auto;
		font-size: 37px;
		padding-top: 16px;
	}
	.secFlow ol li .step span{
		display: block;
		font-size: 16px;
	}
	.secFlow ol li .inner{
		display: block;
	}
	.secFlow ol li .txtBox{
		width: 100%;
	}
	.secFlow ol li .img{
		position: absolute;
		top: 105px;
		left: 0;
		right: 0;
		margin: auto;
		width: 164px;
	}
	.secFlow ol li h3{
		margin-bottom: 160px;
		text-align: center;
	}
	.secFlow ol li .txt{
		letter-spacing: 0;
	}
	.secFlow ol li a:hover{
		opacity: 0.5;
	}
}


/* ----------------------------------

	FAQ

---------------------------------- */
.faqOuter{
	background: #FAFAFA;
}
.secFaq .faqBox dl {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 10px;
	margin-bottom: 20px;
}
.secFaq .faqBox dl dt, 
.secFaq .faqBox dl dd div {
	display: flex;
	justify-content: space-between;
}
.secFaq .faqBox dl .icon {
	padding: 6px 15px;
	border-radius: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0 10px;
	position: relative;
	z-index: 2;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	vertical-align: baseline;
}
.secFaq .faqBox dl dt{
	padding: 20px 10px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 18px;
	transition: all .4s;
}
.secFaq .faqBox dl dt:hover{
	cursor: pointer;
	opacity: 0.5;
}
.secFaq .faqBox dl dt .icon::after {
    background: #263D50;
}
.secFaq .faqBox dl .icon::after {
    position: absolute;
    display: block;
    content: "";
    border-radius: 100%;
    width: 30px;
    height: 30px;
		top: 0px;
    left: 6px;
    z-index: -1;
}
.secFaq .faqBox dl dt .txt {
	line-height: 1.2;
}

.secFaq .faqBox dl dd {
	display: none;
}
.secFaq .faqBox dl dd div {
	padding: 20px 10px;
	padding-left: 5px;
	border-top: 1px solid #dedede;
}
.secFaq .faqBox dl .icon {
	padding: 6px 15px;
	border-radius: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 2;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	vertical-align: baseline;
}
.secFaq .faqBox dl dd div .txt {
	line-height: 1.6;
}
.secFaq .faqBox dl dd .icon::after {
	background: #54AFB3;
}
@media print, screen and (min-width: 768px){
	.secFaq .faqBox dl dt, 
	.secFaq .faqBox dl dd div {
		justify-content:flex-start;
		align-items: center;
	}
}
@media print, screen and (min-width: 960px){
	.secFaq .faqBox dl dt,
	.secFaq .faqBox dl dd div{
		padding-left: 30px;
	}
	.secFaq .faqBox dl .icon{
		padding-right: 30px;
	}
}

/* ----------------------------------

	CV BTN

---------------------------------- */
.secBtn{
	padding: 40px 0 40px;
	background: #DDF7F8;
}
.secBtn ul{
	padding: 0 10px;
}
.secBtn ul li{
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px 20px 30px;
}
.secBtn ul li p{
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 14px;
}
.secBtn ul li a{
	margin-top: 0;
}
.secBtn ul li a.carlistBtn{
	background-color: #54AFB3;
	padding-right: 0;
	background-image: url(../img/arrow-right-circle-wh.svg);
	color: #fff;
}
@media print, screen and (min-width: 960px){
	.secBtn{
		padding: 60px 0 40px;
	}
	.secBtn ul{
		display: flex;
		justify-content:space-between;
		width: 960px;
		margin: 0 auto;
	}
	.secBtn ul li{
		width: 450px;
		padding: 40px 0;
	}
	.secBtn ul li p{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.secBtn ul li a.carlistBtn{
		text-align: center;
		padding-left: 0;
	}
}
