/* main */
.ev-main .visual-swiper {
	height:100vh;
	max-height:640px;
}
.ev-main .visual-swiper .swiper {
	height:100%;
}
.ev-main .visual-swiper .fixed-visual {
	background:url('../img/main/ev_visual_img.jpg') no-repeat bottom left 51%;
	background-size:cover;
}
.ev-main .visual-swiper .swiper-slide:before {
	position:absolute;
	top:50%;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
	content:"";
}
.ev-main .visual-swiper .fixed-visual:before {
	display: none;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	background: rgba(0, 0, 0, 0.35);
	content:"";
}
.ev-main .visual-swiper .fixed-visual .text-box {
	position:absolute;
	top:50%;
	left:50%;
	right:0px;
	z-index:12;
	width:100%;
	max-width: 1000px;
	transform:translateY(-50%) translateX(-50%);
	text-align:center;
}
.ev-main .visual-swiper .fixed-visual .text-box h3 {
	color:white;
	font-size:40px;
	line-height:45px;
	letter-spacing:-1px;
	text-align:center;
}
.ev-main .visual-swiper .fixed-visual .text-box p {
	margin-top:20px;
	color:white;
	font-size:13px;
	letter-spacing:-0.3px;
	text-align:center;
}
.ev-main .visual-swiper .fixed-visual .text-box a {
	display:inline-block;
	width:160px;
	height:48px;
	margin-top:30px;
	background:#4e81ff;
	border:1px solid #4e81ff;
	border-radius:24px;
	color:white;
	font-size:14px;
	font-weight:bold;
	line-height:46px;
	text-align:center;
}
.ev-main .visual-swiper .swiper-slide > img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: center center;
}
.ev-main .visual-swiper .swiper-slide > .pc_img {
	display: none;
}
.ev-main .visual-swiper .pagination {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	display: flex;
	justify-content: center;
	gap: 0px 8px;
}
.ev-main .visual-swiper .pagination .bullet {
	position:relative;
	padding: 8px 11px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size:12px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: -0.24px;
	text-align:center;
	opacity: 0.5;
	transition: opacity 0.3s ease-in-out;
}
.ev-main .visual-swiper .pagination .bullet span {
	position:relative;
	z-index:2;
}
.ev-main .visual-swiper .pagination .bullet.on {
	opacity: 1;
}
.ev-main .visual-swiper .pagination .bullet.on:before {
	position: absolute;
	left:0px;
	top:0px;
	bottom: 0px;
	z-index:1;
	background: rgba(255, 255, 255, 0.20);
	animation: visual_progress 3s both linear;
	content:"";
}

.ev-main .visual-swiper:hover .pagination .bullet.on:before {
	animation-play-state: paused;
}

.ev-main .section {
	text-align:center;
}
.ev-main .section .inner-wrap {
	max-width:1200px;
	height:100%;
	margin:0 auto;
}

.ev-main .section.number {
	padding: 80px 0px;
	background:url('../img/main/mo_number_bg.png') no-repeat center center;
	background-size:cover;
}
.ev-main .section.number .inner-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px 40px;
	max-width: 1200px;
}
.ev-main .section.number dl {
	text-align: center;
}
.ev-main .section.number dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 76px;
	letter-spacing: -4.6px;
}
.ev-main .section.number dl dt:after {
	width: 24px;
	height: 24px;
	margin-left: 10px;
	background:url('../img/main/add.svg') no-repeat center center;
	background-size:cover;
	content:"";
}
.ev-main .section.number dl dd {
	position: relative;
	margin-top: 16px;
	padding-top: 17px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: -1.5px;
}
.ev-main .section.number dl dd:before {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
	width: 80px;
	height: 1px;
	margin-left: -40px;
	background: rgba(255, 255, 255, 0.5);
	content: "";
}

.ev-main .section.collabo {
	padding: 80px 20px 80px;
}
.ev-main .section.collabo h5 {
	position: relative;
	color: #000;
	font-size: 30px;
	font-weight:300;
	line-height:148%;
	text-align:center;
}
.ev-main .section.collabo h5 strong {
	font-weight: normal;
}
/*
.ev-main .section.collabo h5:before {
	position: absolute;
	top: 0px;
	left:50%;
	z-index: 1;
	width: 1px;
	height: 100px;
	background:#ccc;
	content: "";
}
*/
.ev-main .section.collabo .collabo-items {
	display: flex;
	flex-direction: column;
	gap: 40px 0px;
	padding: 40px 0px;
}
.ev-main .section.collabo .collabo-items .item {
	width: 100%;
}
.ev-main .section.collabo .collabo-items .item p {
	display: none;
}
.ev-main .section.collabo .collabo-items .item:nth-child(1) {
	height: 71px;
	background: url("../img/main/ev_main_collabo_m_logo01.png") no-repeat center center;
	background-size: auto 100%;
}
.ev-main .section.collabo .collabo-items .item:nth-child(2) {
	height: 81px;
	background: url("../img/main/ev_main_collabo_m_logo02.png") no-repeat center center;
	background-size: auto 100%;
}
.ev-main .section.collabo .collabo-items .item:nth-child(3) {
	height: 81px;
	background: url("../img/main/ev_main_collabo_m_logo03.png") no-repeat center center;
	background-size: auto 100%;
}
.ev-main .section.collabo .collabo-desc {
	padding-top: 40px;
}
.ev-main .section.collabo .collabo-desc .left-box {
}
.ev-main .section.collabo .collabo-desc .left-box dt {
	margin-bottom: 16px;
	text-align:left;
}
.ev-main .section.collabo .collabo-desc .left-box dt h6 {
	color: #000;
	font-size: 20px;
	font-weight:800;
	line-height:148%;
}
.ev-main .section.collabo .collabo-desc .left-box dt p {
	margin-top: 2px;
	padding: 6px 0px;
	color: #666;
	font-size: 14px;
	font-weight:400;
	line-height:148%;
}
.ev-main .section.collabo .collabo-desc .left-box dd {
	position: relative;
	padding: 12px 10px;
	padding-left: 35px;
	background:#f3f3f3;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
	font-weight:700;
	line-height:148%;
	text-align:left;
}
.ev-main .section.collabo .collabo-desc .left-box dd + dd {
	margin-top: 10px;
}
.ev-main .section.collabo .collabo-desc .left-box dd:before {
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 1;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../img/main/board_main_check.svg) no-repeat center center;
	content: "";
}
.ev-main .section.collabo .collabo-desc .right-box {
	margin-top: 40px;
}
.ev-main .section.collabo .collabo-desc .right-box dl {
	border-bottom: 1px solid #e9e9e9;
}
.ev-main .section.collabo .collabo-desc .right-box dl dt {
}
.ev-main .section.collabo .collabo-desc .right-box dl dt .toggle-btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0px 10px;
	width: 100%;
	padding: 16px 0px 12px;
	background: transparent;
	border: none;
	color: #000;
	font-size: 16px;
	font-weight:700;
	line-height:148%;
}
.ev-main .section.collabo .collabo-desc .right-box dl:first-child dt .toggle-btn {
	padding-top: 0px;
}
.ev-main .section.collabo .collabo-desc .right-box dl dt .toggle-btn:before {
	width: 24px;
	height: 24px;
	background: #221E1F url("../img/main/ev_main_collabo_plus.svg") no-repeat center center;
	border-radius: 5px;
	content: "";
}
.ev-main .section.collabo .collabo-desc .right-box dl.on dt .toggle-btn:before {
	background: #221E1F url("../img/main/ev_main_collabo_minus.svg") no-repeat center center;
}
.ev-main .section.collabo .collabo-desc .right-box dl dd {
	display: none;
	padding: 12px 16px;
	margin-bottom: 16px;
	background:#f3f3f3;
	border-radius: 10px;
	color: #000;
	font-size: 14px;
	font-weight:400;
	line-height:148%;
	text-align:left;
}

.ev-main .section.process {
	padding: 40px 20px 40px;
	background:#fafafa;
}
.ev-main .section.process .section-title {
	position: relative;
	color: #000;
	font-size: 30px;
	font-weight: 300;
	line-height:148%;
	text-align:center;
}
.ev-main .section.process .section-title strong {
	font-weight: normal;
}
.ev-main .section.process ul {
	margin-top: 40px;
}
.ev-main .section.process ul li {
}
.ev-main .section.process ul li + li {
	margin-top: 20px;
}
.ev-main .section.process ul li dl {
}
.ev-main .section.process ul li dl dt {
	width: 100%;
	padding-top: 65px;
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	font-weight:800;
	line-height:148%;
	text-align:center;
}
.ev-main .section.process ul li:nth-child(1) dl dt {
	background: url("../img/main/board_main_proc_icon01.svg") no-repeat top center;
	background-size: 60px auto;
}
.ev-main .section.process ul li:nth-child(2) dl dt {
	background: url("../img/main/board_main_proc_icon02.svg") no-repeat top center;
	background-size: 60px auto;
}
.ev-main .section.process ul li:nth-child(3) dl dt {
	background: url("../img/main/board_main_proc_icon04.svg") no-repeat top center;
	background-size: 60px auto;
}
.ev-main .section.process ul li:nth-child(4) dl dt {
	background: url("../img/main/board_main_proc_icon05.svg") no-repeat top center;
	background-size: 60px auto;
}
.ev-main .section.process ul li dl dd {
	position: relative;
	padding: 10px;
	padding-left: 35px;
	background: #fff;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height:148%;
	text-align:left;
}
.ev-main .section.process ul li dl dd:before {
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 1;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url("../img/main/board_main_check.svg") no-repeat center center;
	content: "";
}
.ev-main .section.process ul li dl dd + dd {
	margin-top: 10px;
}
.ev-main .section.process ul li dl dd .gray {
	color: #ccc;
}
.ev-main .section.process ul li dl dd .deep-gray {
	color: #666;
}
.ev-main .section.process .desc-wrap {
	margin-top: 20px;
}
.ev-main .section.process .desc-wrap p {
	color: #000;
	font-size: 14px;
	line-height: 148%;
	text-align:left;
}
.ev-main .section.process .desc-wrap p + p {
	margin-top: 10px;
}

.ev-main .section.merit {
	padding: 80px 0px;
	background: url("../img/main/ev_main_merit_m_bg.png") no-repeat center center;
	background-size: cover;
}
.ev-main .section.merit .content-box {
	display: flex;
	flex-direction: column;
	gap: 20px 40px;
}
.ev-main .section.merit .content-box dl {
	width: 100%;
	padding: 0px 40px;
}
.ev-main .section.merit .content-box dl dt {
	position: relative;
	padding-top: 45px;
	color: #fff;
	font-size: 16px;
	font-weight:800;
	line-height:148%;
}
.ev-main .section.merit .content-box dl dt:before {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background: url("../img/main/ev_main_meric_check.svg") no-repeat center center;
	content:"";
}
.ev-main .section.merit .content-box dl dd {
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	font-weight:400;
	line-height:148%;
}

.ev-main .section.excerpt {
	padding: 40px 20px;
}
.ev-main .section.excerpt h6 {
	padding: 8px 20px;
	background: #017EFF;
	border-radius: 26px;
	color: #fff;
	font-size: 12px;
	font-weight:700;
	line-height:148%;
}
.ev-main .section.excerpt .item-box {
	padding-top: 40px;
}
.ev-main .section.excerpt .item-box h5 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.80);
	color: #000;
	font-size: 24px;
	font-weight:700;
	line-height:148%;
	text-align:center;
}
.ev-main .section.excerpt .item-box .desc-box {
	margin-top: 20px;
	padding: 20px;
	background:#f3f3f3;
	border-radius: 10px;
}
.ev-main .section.excerpt .item-box .desc-box p {
	margin-top: 10px;
	color: #696969;
	font-size: 14px;
	font-weight:400;
	line-height:148%;
	text-align:center;
}
.ev-main .section.excerpt .item-box .desc-box p:first-child {
	margin-top: 0px;
	color: #017EFF;
	font-weight:700;
}
.ev-main .section.excerpt .item-box.first {
}
.ev-main .section.excerpt .item-box.first .contents {
}
.ev-main .section.excerpt .item-box.first .contents dl {
}
.ev-main .section.excerpt .item-box.first .contents dl + dl {
}
.ev-main .section.excerpt .item-box.first .contents dl dt {
	color: #696969;
	font-size: 14px;
	font-weight:700;
	line-height:148%;
}
.ev-main .section.excerpt .item-box.first .contents dl dd {
	margin-top: 10px;
}
.ev-main .section.excerpt .item-box.first .contents dl dd img {
	width: 100%;
	height: auto;
}
.ev-main .section.excerpt .item-box.first .contents .box {
	margin-top: 40px;
}
.ev-main .section.excerpt .item-box.first .contents .box dl + dl {
	margin-top: 20px;
}
.ev-main .section.excerpt .item-box.second {
}
.ev-main .section.excerpt .item-box.second .contents {
}
.ev-main .section.excerpt .item-box.second .contents dl {
}
.ev-main .section.excerpt .item-box.second .contents dl + dl {
	margin-top: 20px;
}
.ev-main .section.excerpt .item-box.second .contents dl dt {
	color: #696969;
	font-size: 14px;
	font-weight:700;
	line-height:148%;
}
.ev-main .section.excerpt .item-box.second .contents dl dd {
	margin-top: 10px;
}
.ev-main .section.excerpt .item-box.second .contents dl:last-child dd {
	margin-top: 20px;
}
.ev-main .section.excerpt .item-box.second .contents dl dd img {
	width: 100%;
	height: auto;
}
.ev-main .section.excerpt .item-box.third {
}
.ev-main .section.excerpt .item-box.third .contents {
}
.ev-main .section.excerpt .item-box.third .contents dl {
}
.ev-main .section.excerpt .item-box.third .contents dl + dl {
	margin-top: 20px;
}
.ev-main .section.excerpt .item-box.third .contents dl dt {
	color: #696969;
	font-size: 14px;
	font-weight:700;
	line-height:148%;
}
.ev-main .section.excerpt .item-box.third .contents dl dd {
	margin-top: 10px;
}
.ev-main .section.excerpt .item-box.third .contents dl dd img {
	width: 100%;
	height: auto;
}

.ev-main .section.portfolio {
	padding: 80px 0px;
	background: #fafafa;
}
.ev-main .section.portfolio h3 {
	height: 40px;
	margin-bottom: 10px;
	background: url("../img/main/board_main_port_logo.svg") no-repeat center center;
	background-size: auto 40px;
	font-size :0px;
}
.ev-main .section.portfolio h6 {
	color: #000;
	font-size: 30px;
	font-weight: 300;
	line-height:148%;
}
.ev-main .section.portfolio h6 strong {
	font-weight: normal;
}
.ev-main .section.portfolio .swiper {
	padding-left: 60px;
}
.ev-main .section.portfolio .swiper-wrapper {
	transition-timing-function: linear;
}
.ev-main .section.portfolio .swiper-slide {
	position: relative;
	width: 28%;
	min-width: 200px;
	max-width: 260px;
	margin: 20px 0px;
	margin-right: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
	overflow: hidden;
	aspect-ratio: 9 / 16;
}
.ev-main .section.portfolio .swiper-slide iframe {
	width: 100%;
	height: 100%;
}
.ev-main .section.portfolio .swiper-slide img {
	width:100%;
	height:100%;
	object-fit: cover;
}

@keyframes portfolioAnimate {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ev-main .section.portfolio .animate .swiper-wrapper {
	animation: portfolioAnimate linear 3s infinite;
	white-space:nowrap;
}
.ev-main .section.portfolio .animate .swiper-wrapper:hover {
	animation-play-state: paused;
}
.ev-main .section.portfolio .animate .swiper-wrapper .swiper-slide {
	width: 24.6625vw;
}

.ev-main .section.portfolio .prev {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index:2;
	width: 36px;
	height: 42px;
	background:url('../img/main/mo_prev.png') no-repeat center center;
	border-radius:5px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	transform: translateY(-50%);
	cursor:pointer;
}
.ev-main .section.portfolio .next {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index:2;
	width: 36px;
	height: 42px;
	background:url('../img/main/mo_next.png') no-repeat center center;
	border-radius:5px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	transform: translateY(-50%);
	cursor:pointer;
}
.ev-main .section.portfolio .go-btn {
	display: flex;
	justify-content: center;
	align-items :center;
	width: 160px;
	height: 48px;
	margin: 40px auto 0px;
	background: #017EFF;
	border-radius: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.28px;
	text-align: center;
}

.ev-main .section.faq {
	padding: 40px 20px 80px;
	background:#efefef;
}
.ev-main .section.faq h6 {
	position: relative;
	padding-top: 60px;
	color: #000;
	font-size: 30px;
	font-weight: 300;
	line-height: 148%;
	letter-spacing: -1px;
}
.ev-main .section.faq h6:before {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background: url("../img/main/board_main_faq_icon.svg") no-repeat center center;
	background-size: 40px 40px;
	border-radius: 50%;
	box-shadow: 5px 8.7px 20px 0 rgba(0, 0, 0, 0.20);
	content: "";
}
.ev-main .section.faq .content-box {
	margin-top: 30px;
}
.ev-main .section.faq .content-box ul {
}
.ev-main .section.faq .content-box ul li {
	background:#fff;
	border-radius: 12px;
}
.ev-main .section.faq .content-box ul li + li {
	margin-top: 8px;
}
.ev-main .section.faq .content-box ul li dl {
}
.ev-main .section.faq .content-box ul li dt {
}
.ev-main .section.faq .content-box ul li dt .toggle-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 14px 16px;
	background:transparent;
	border: none;
	color: #000;
	font-size: 14px;
	font-weight:700;
	line-height:20px;
	letter-spacing: -0.08px;
}
.ev-main .section.faq .content-box ul li dt .toggle-btn:after {
	width: 20px;
	height: 20px;
	background: url("../img/main/board_main_faq_arrow.svg") no-repeat center center;
	background-size: 20px 20px;
	content: "";
}
.ev-main .section.faq .content-box ul li .on dt .toggle-btn:after {
	transform: rotate(180deg);
}
.ev-main .section.faq .content-box ul li dd {
	display: none;
	width: calc(100% - 32px);
	margin: 0 auto;
	padding-top: 14px;
	padding-bottom: 24px;
	border-top: 1px solid #ccc;
}
.ev-main .section.faq .content-box ul li dd p {
	color: #000;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.08px;
	text-align:left;
}
.ev-main .section.faq .content-box ul li dd p + p {
	margin-top: 5px;
}

.ev-main .section.contact {
	padding: 80px 20px;
	background: url("../img/main/contact_bg.png") no-repeat center center;
	background-size: cover;
}
.ev-main .section.contact .left-box {
	margin-bottom: 40px;
}
.ev-main .section.contact .left-box h6 {
	color: #fff;
	font-size: 18px;
	font-weight:800;
	line-height:148%;
}
.ev-main .section.contact .left-box p {
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	line-height:148%;
}
.ev-main .section.contact .left-box h4 {
	margin-top: 10px;
	font-family: 'Gmarket Sans';
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height:148%;
	letter-spacing: 1.6px;
}
.ev-main .section.contact .left-box .kakao-btn {
	display:flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 70px;
	margin: 20px auto 0px;
	background:#fae100;
	border-radius: 35px;
	color: #330000;
	font-size: 20px;
	font-weight:700;
	line-height: 148%;
}
.ev-main .section.contact .left-box .kakao-btn:before {
	width: 62px;
	height: 62px;
	background: url("../img/common/pc_chat_icon.png") no-repeat center center;
	background-size: 62px 62px;
	content: "";
}
.ev-main .section.contact .form-box {
	margin-top: 40px;
	padding: 40px 20px;
	background: rgba(255, 255, 255, 0.90);
	border-radius: 20px;
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.20);
}
.ev-main .section.contact .form-box form {
}
.ev-main .section.contact .form-box h5 {
	color: #017EFF;
	font-size: 18px;
	font-weight: 800;
	line-height:148%;
	text-align:center;
}
.ev-main .section.contact .form-box .input-row-group {
	margin-top: 20px;
}
.ev-main .section.contact .form-box .input-row-group .input-row {
}
.ev-main .section.contact .form-box .input-row-group .input-row + .input-row {
	margin-top: 10px;
}
.ev-main .section.contact .form-box .input-row-group .input-row > label,
.ev-main .section.contact .form-box .input-row-group .input-row > .text-label {
	display: block;
	margin-bottom: 5px;
	color: #000;
	font-size: 12px;
	font-weight:700;
	line-height:14px;
	text-align:left;
}
.ev-main .section.contact .form-box .input-row-group .input-row > label span,
.ev-main .section.contact .form-box .input-row-group .input-row > .text-label span {
	color: #FF4E4E;
}
.ev-main .section.contact .form-box .input-row-group .input-row .input-box {
	width: 100%;
}
.ev-main .section.contact .form-box .input-row-group .input-row .input-box input {
	width: 100%;
	height: 40px;
	padding: 4px 12px;
	background:#fff;
	border: 1px solid #ccc;
	border-radius :10px;
	color: #000;
	font-size: 14px;
	font-weight:700;
	text-align:left;
	box-sizing: border-box;
}
.ev-main .section.contact .form-box .input-row-group .input-row .input-box input::placeholder {
	color: #999;
}
.ev-main .section.contact .form-box .input-row-group .input-row .check-item-group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0px 20px;
}
.ev-main .section.contact .form-box .input-row-group .input-row .check-item-group .check-item {
}
.ev-main .section.contact .form-box .input-row-group .input-row .check-item-group .check-item input {
	display: none;
}
.ev-main .section.contact .form-box .input-row-group .input-row .check-item-group .check-item input + label {
	display: inline-block;
	padding-left: 26px;
	color: #000;
	font-size: 16px;
	font-weight:700;
	line-height:24px;
}
.ev-main .section.contact .form-box .input-row-group .input-row .check-item-group .check-item input + label:before {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 5;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: transparent;
	background-size: 16px 16px;
	border: 1px solid #666;
	border-radius: 4px;
	box-sizing: border-box;
	content: "";
}
.ev-main .section.contact .form-box .input-row-group .input-row .check-item-group .check-item input:checked + label:before {
	background: url(../img/common/check_icon.png) no-repeat center center;
	background-size: 16px 16px;
	border: none;
}
.ev-main .section.contact .form-box .submit-btn {
	display: block;
	width: 100%;
	max-width: 240px;
	height: 40px;
	margin: 20px auto 0px;
	background:#017EFF;
	border: none;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	font-weight:700;
	line-height:40px;
	letter-spacing: -0.32px;
	text-align:center;
}
.ev-main .section.contact .form-box .contact-desc {
	margin-top: 20px;
	color: #EE2722;
	font-size: 12px;
	font-weight:400;
	line-height:148%;
	text-align:center;
}

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

.ev-main .visual {
	max-height:840px;
}
.ev-main .visual .text-box h3 {
	font-size:60px;
	line-height:70px;
	letter-spacing:-2px;
}
.ev-main .visual .text-box p {
	margin-top:40px;
	font-size:20px;
	letter-spacing:-0.6px;
}
.ev-main .visual .text-box a {
	width:240px;
	height:60px;
	margin-top:60px;
	border-width:2px;
	border-radius:30px;
	font-size:20px;
	line-height:56px;
	letter-spacing:-0.5px;
}

.ev-main .visual .scroll-btn {
	bottom:32px;
}
.ev-main .visual .scroll-btn img {
	height:50px;
}

.ev-main .visual-swiper {
	max-height:840px;
}
.ev-main .visual-swiper .fixed-visual .text-box h3 {
	font-size:60px;
	line-height:70px;
	letter-spacing:-2px;
}
.ev-main .visual-swiper .fixed-visual .text-box p {
	margin-top:40px;
	font-size:20px;
	letter-spacing:-0.6px;
}
.ev-main .visual-swiper .fixed-visual .text-box a {
	width:240px;
	height:60px;
	margin-top:60px;
	border-width:2px;
	border-radius:30px;
	font-size:20px;
	line-height:56px;
	letter-spacing:-0.5px;
}




}

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

.ev-main .visual {
	max-height:980px;
	background-position:center center;
}
.ev-main .visual:before {
	display:none;
}
.ev-main .visual .text-box {
	text-align:left;
}
.ev-main .visual .text-box p {
	font-size:26px;
	text-align:left;
}

.ev-main .visual .scroll-btn img {
	height:70px;
}

.ev-main .visual-swiper {
	max-height:980px;
}
.ev-main .visual-swiper .fixed-visual {
	background-position:center center;
}
.ev-main .visual-swiper .fixed-visual:before {
	display:none;
}
.ev-main .visual-swiper .fixed-visual .text-box {
	text-align:left;
}
.ev-main .visual-swiper .fixed-visual .text-box h3 {
	font-size:80px;
	line-height:90px;
	text-align:left;
}
.ev-main .visual-swiper .fixed-visual .text-box p {
	font-size:26px;
	text-align:left;
}
.ev-main .visual-swiper .swiper-slide > .pc_img {
	display: block;
}
.ev-main .visual-swiper .swiper-slide > .mo_img {
	display: none;
}

.ev-main .visual-swiper .pagination {
	position: absolute;
	bottom: 40px;
	z-index: 1;
	display: flex;
	justify-content: center;
	gap: 0px 8px;
}
.ev-main .visual-swiper .pagination .bullet {
	min-width: 120px;
	font-size:16px;
	line-height: 22px;
}

.ev-main .section.number {
	padding: 163px 0px;
	background:url('../img/main/pc_number_bg.png') no-repeat center center;
	background-size:cover;
}
.ev-main .section.number .inner-wrap {
	flex-direction: row;
}
.ev-main .section.number dl {
	flex: 1;
}
.ev-main .section.number dl dt {
	padding: 16px 0px;
	color: #fff;
	font-size: 68px;
	font-weight: 700;
	line-height: 76px;
	letter-spacing: -4.6px;
}
.ev-main .section.number dl dt:after {
	width: 48px;
	height: 48px;
	margin-left: 15px;
}
.ev-main .section.number dl dd {
	font-size: 30px;
	line-height: 34px;
}
.ev-main .section.number dl dd:before {
	width: 150px;
	margin-left: -75px;
}

.ev-main .section.collabo {
	padding: 120px 40px 120px;
}
.ev-main .section.collabo h5 {
	font-size: 60px;
}
.ev-main .section.collabo h5:before {
	height: 200px;
}
.ev-main .section.collabo .collabo-items {
	flex-direction: row;
	padding: 80px 0px 160px;
}
.ev-main .section.collabo .collabo-items .item {
	flex: 1;
	width: auto;
}
.ev-main .section.collabo .collabo-items .item p {
	display: none;
}
.ev-main .section.collabo .collabo-items .item:nth-child(1) {
	height: 160px;
	background: url("../img/main/ev_main_collabo_logo01.png") no-repeat center center;
	background-size: auto 100%;
}
.ev-main .section.collabo .collabo-items .item:nth-child(2) {
	height: 160px;
	background: url("../img/main/ev_main_collabo_logo02.png") no-repeat center center;
	background-size: auto 100%;
}
.ev-main .section.collabo .collabo-items .item:nth-child(3) {
	height: 160px;
	background: url("../img/main/ev_main_collabo_logo03.png") no-repeat center center;
	background-size: auto 100%;
}
.ev-main .section.collabo .collabo-desc {
	display: flex;
	align-items: flex-start;
	gap: 0px 80px;
	padding-top: 0px;
}
.ev-main .section.collabo .collabo-desc .left-box {
	flex: 1;
}
.ev-main .section.collabo .collabo-desc .left-box dt {
	margin-bottom: 20px;
	text-align:left;
}
.ev-main .section.collabo .collabo-desc .left-box dt h6 {
	font-size: 24px;
}
.ev-main .section.collabo .collabo-desc .left-box dt p {
	margin-top: 5px;
	padding: 3px 0px;
	font-size: 16px;
}
.ev-main .section.collabo .collabo-desc .left-box dd {
	padding: 12px 10px;
	padding-left: 35px;
	font-size: 16px;
}
.ev-main .section.collabo .collabo-desc .left-box dd + dd {
	margin-top: 10px;
}
.ev-main .section.collabo .collabo-desc .right-box {
	flex: 1;
	margin-top: 0px;
}
.ev-main .section.collabo .collabo-desc .right-box dl dt .toggle-btn {
	gap: 0px 20px;
	padding: 20px 0px;
	font-size: 20px;
}
.ev-main .section.collabo .collabo-desc .right-box dl:first-child dt .toggle-btn {
	padding-top: 0px;
}
.ev-main .section.collabo .collabo-desc .right-box dl dt .toggle-btn:before {
	width: 30px;
	height: 30px;
}
.ev-main .section.collabo .collabo-desc .right-box dl dd {
	display: none;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}

.ev-main .section.process {
	padding: 100px 40px 100px;
}
.ev-main .section.process .section-title {
	font-size: 60px;
}
.ev-main .section.process .section-title:before {
	height: 200px;
}
.ev-main .section.process ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0px 20px;
	margin-top: 80px;
}
.ev-main .section.process ul li {
	flex: 1;
}
.ev-main .section.process ul li + li {
	margin-top: 0px;
}
.ev-main .section.process ul li dl dt {
	padding-top: 90px;
	font-size: 26px;
}
.ev-main .section.process ul li:nth-child(1) dl dt {
	background-size: 80px auto;
}
.ev-main .section.process ul li:nth-child(2) dl dt {
	background-size: 80px auto;
}
.ev-main .section.process ul li:nth-child(3) dl dt {
	background-size: 80px auto;
}
.ev-main .section.process ul li:nth-child(4) dl dt {
	background-size: 80px auto;
}
.ev-main .section.process ul li dl dd {
	font-size: 16px;
}
.ev-main .section.process .desc-wrap {
	margin-top: 50px;
}
.ev-main .section.process .desc-wrap p {
	font-size: 18px;
	text-align:center;
}

.ev-main .section.merit {
	height: 376px;
	padding-top:120px;
	background: url("../img/main/ev_main_merit_bg.png") no-repeat center center;
	background-size: cover;
}
.ev-main .section.merit .content-box {
	flex-direction: row;
}
.ev-main .section.merit .content-box dl {
	flex: 1;
	width: auto;
	padding: 0px;
}
.ev-main .section.merit .content-box dl dt {
	font-size: 18px;
}
.ev-main .section.merit .content-box dl dd {
	margin-top: 20px;
	font-size: 16px;
}

.ev-main .section.excerpt {
	padding: 120px 40px;
}
.ev-main .section.excerpt h6 {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 22px;
	font-size: 16px;
}
.ev-main .section.excerpt .item-box {
	padding-top: 80px;
}
.ev-main .section.excerpt .item-box + .item-box {
	padding-top: 120px;
}
.ev-main .section.excerpt .item-box h5 {
	margin-bottom: 40px;
	padding-bottom: 0px;
	border-bottom: none;
	font-size: 40px;
}
.ev-main .section.excerpt .item-box h5 br {
	display: none;
}
.ev-main .section.excerpt .item-box .desc-box {
	margin-top: 40px;
	padding: 40px 80px;
}
.ev-main .section.excerpt .item-box .desc-box p {
	margin-top: 20px;
	font-size: 16px;
}
.ev-main .section.excerpt .item-box .desc-box p:first-child {
	margin-top: 0px;
	color: #017EFF;
	font-size: 18px;
}
.ev-main .section.excerpt .item-box.first {
}
.ev-main .section.excerpt .item-box.first .contents {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0px 40px;
}
.ev-main .section.excerpt .item-box.first .contents dl {
	width: 400px;
}
.ev-main .section.excerpt .item-box.first .contents dl + dl {
}
.ev-main .section.excerpt .item-box.first .contents dl dt {
	font-size: 16px;
}
.ev-main .section.excerpt .item-box.first .contents dl dd {
	margin-top: 20px;
}
.ev-main .section.excerpt .item-box.first .contents .box {
	margin-top: 0px;
}
.ev-main .section.excerpt .item-box.first .contents .box dl + dl {
	margin-top: 50px;
}
.ev-main .section.excerpt .item-box.second {
}
.ev-main .section.excerpt .item-box.second .contents {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0px 40px;
}
.ev-main .section.excerpt .item-box.second .contents dl {
	flex: 4.2;
	display: flex;
	flex-direction: column;
	align-self:stretch;
}
.ev-main .section.excerpt .item-box.second .contents dl + dl {
	flex: 7.4;
	margin-top: 0px;
}
.ev-main .section.excerpt .item-box.second .contents dl dt {
	font-size: 16px;
}
.ev-main .section.excerpt .item-box.second .contents dl dd {
	flex: 1;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.ev-main .section.excerpt .item-box.second .contents dl:first-child dd {
	padding-right: 20px;
}
.ev-main .section.excerpt .item-box.third {
}
.ev-main .section.excerpt .item-box.third .contents {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0px 40px;
}
.ev-main .section.excerpt .item-box.third .contents dl {
	flex: 4.4;
	display: flex;
	flex-direction: column;
	align-self:stretch;
}
.ev-main .section.excerpt .item-box.third .contents dl + dl {
	flex: 7.2;
	margin-top: 0px;
}
.ev-main .section.excerpt .item-box.third .contents dl dt {
	font-size: 16px;
}
.ev-main .section.excerpt .item-box.third .contents dl dd {
	flex: 1;
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 0px 20px;
}
.ev-main .section.excerpt .item-box.third .contents dl:last-child dd {
	padding: 0px;
}

.ev-main .section.portfolio {
	padding: 120px 0px;
}
.ev-main .section.portfolio h3 {
	height: 80px;
	margin-bottom: 20px;
	background-size: auto 80px;
}
.ev-main .section.portfolio h6 {
	font-size: 60px;
}
.ev-main .section.portfolio h6 br {
	display: none;
}
.ev-main .section.portfolio .swiper {
	padding-left: 100px;
}
.ev-main .section.portfolio .swiper-slide {
	width: 260px;
	margin: 80px 0px;
	margin-right: 40px;
}
.ev-main .section.portfolio .prev {
	left: 40px;
	width: 80px;
	height: 100px;
	background:url('../img/main/pc_prev.png') no-repeat center center;
	border-radius:10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.ev-main .section.portfolio .next {
	right: 40px;
	width: 80px;
	height: 100px;
	background:url('../img/main/pc_next.png') no-repeat center center;
	border-radius:10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.ev-main .section.portfolio .go-btn {
	width: 240px;
	height: 60px;
	margin-top: 0px;
	border-radius: 30px;
	font-size: 20px;
	letter-spacing: -0.4px;
}

.ev-main .section.faq {
	padding: 120px 40px;
}
.ev-main .section.faq h6 {
	padding-top: 100px;
	font-size: 60px;
}
.ev-main .section.faq h6:before {
	width: 80px;
	height: 80px;
	margin-left: -40px;
	background: url("../img/main/board_main_faq_icon.svg") no-repeat center center;
	background-size: 80px 80px;
	border-radius: 50%;
	content: "";
}
.ev-main .section.faq .content-box {
	margin-top: 60px;
}
.ev-main .section.faq .content-box ul li {
	border-radius: 24px;
}
.ev-main .section.faq .content-box ul li + li {
	margin-top: 16px;
}
.ev-main .section.faq .content-box ul li dt .toggle-btn {
	padding: 20px 40px;
	font-size: 20px;
	line-height:45px;
}
.ev-main .section.faq .content-box ul li dt .toggle-btn:after {
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}
.ev-main .section.faq .content-box ul li dd {
	width: calc(100% - 80px);
	padding-top: 20px;
	padding-bottom: 40px;
}
.ev-main .section.faq .content-box ul li dd p {
	color: #000;
	font-size: 20px;
	line-height: 140%;
}

.ev-main .section.contact {
	padding: 120px 40px;
}
.ev-main .section.contact .inner-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px 80px;
}
.ev-main .section.contact .left-box {
	flex-shrink: 0;
	margin-bottom: 0px;
	text-align:left;
}
.ev-main .section.contact .left-box h6 {
	font-size: 24px;
}
.ev-main .section.contact .left-box h4 {
	margin-top: 20px;
}

.ev-main .section.contact .form-box {
	flex: 1;
	margin-top: 0px;
	padding: 40px;
}
.ev-main .section.contact .form-box h5 {
	font-size: 20px;
}
.ev-main .section.contact .form-box .input-row-group {
	margin-top: 40px;
}
.ev-main .section.contact .form-box .input-row-group .input-row > label,
.ev-main .section.contact .form-box .input-row-group .input-row > .text-label {
	font-size: 14px;
	line-height:16px;
}
.ev-main .section.contact .form-box .submit-btn {
	height: 60px;
	margin: 40px auto 0px;
	border-radius: 30px;
	font-size: 20px;
	letter-spacing: -0.4px;
}
.ev-main .section.contact .form-box .contact-desc {
	margin-top: 40px;
	font-size: 14px;
}

}

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

.ev-main .visual {
	max-height:1080px;
}

.ev-main .visual-swiper {
	max-height:1080px;
}
.ev-main .visual-swiper .fixed-visual .text-box {
	max-width: 1200px;
}

.ev-main .section.contact .form-box .input-row-group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 40px;
}
.ev-main .section.contact .form-box .input-row-group .input-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc((100% - 40px) / 2);
}
.ev-main .section.contact .form-box .input-row-group .input-row + .input-row {
	margin-top: 0px;
}
.ev-main .section.contact .form-box .input-row-group .input-row > label,
.ev-main .section.contact .form-box .input-row-group .input-row > .text-label {
	flex-shrink: 0;
	width: 100px;
	margin-bottom: 0px;
}
.ev-main .section.contact .form-box .input-row-group .input-row .input-box {
	flex: 1;
}

}