#container.main .w-main-content main article {
	padding: 0;
}
section .sub-title {
	margin-bottom: 64px;
}
section .sub-title h3 {
	font-size: 28px;
	font-weight: 700;
	color: #222;
}
section .sub-title p {
	margin-top: 24px;
	font-weight: 600;
	color: #222;
	line-height: 1.4;
}
.main-header {
	background-color: transparent;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.main-header.scroll {
	background-color: #fff;
}
.main-header > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--headerHeight);
	padding: 0 24px;
}
.main-header > div .l-header {
	display: flex;
	align-items: center;
	gap: 16px;
}
.main-header > div .l-header .logo {
}
.main-header > div .l-header .logo > a {
	display: flex;
	width: 39px;
	height: 20px;
}
.main-header > div .l-header .logo > a::before {
	content: "";
	background: url("../../images/main/header_logo.svg") no-repeat top center;
	display: inline-block;
	width: 39px;
	height: 20px;
}
.main-header > div .l-header .logo > a.active::before {
	background-position: bottom center;
}
.main-header > div .l-header .select {
	display: flex;
	align-items: center;
	gap: 8px;
}
.main-header > div .l-header .select > p {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
}
.main-header.scroll > div .l-header .select > p {
	color: #8c8c8c;
}
.main-header > div .l-header .select > p.cPrimary {
	color: var(--primaryColor);
}
.main-header > div .l-header .select > p.cRed {
	color: var(--redColor);
}
.main-header > div .r-header {
	display: flex;
	align-items: center;
	gap: 16px;
}
.main-header > div .r-header .alarem > a {
	display: flex;
	align-items: center;
	width: 24px;
	height: 24px;
}
.main-header > div .r-header .alarem > a::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url("../../images/main/alarem_icon.svg") no-repeat left top;
}
.main-header > div .r-header .alarem.active > a::before {
	background-position: left bottom;
}
.main-header.scroll > div .r-header .alarem > a::before {
	background-position: right top;
}
.main-header.scroll > div .r-header .alarem.active > a::before {
	background-position: right bottom;
}
.main-header > div .r-header .member > a {
	display: flex;
	align-items: center;
	width: 24px;
	height: 24px;
}
.main-header > div .r-header .member > a::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url("../../images/common/join-icon.svg") no-repeat left bottom;
}
.main-header.scroll > div .r-header .member > a::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url("../../images/common/join-icon.svg") no-repeat left top;
}
.main-header > div .r-header .header-gnb {
}
.main-header > div .r-header .header-gnb > a {
	width: 24px;
	height: 24px;
	display: flex;
}
.main-header > div .r-header .header-gnb > a::before {
	content: "";
	background: url("../../images/main/header_gnb.svg") no-repeat center top/cover;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.main-header.scroll > div .r-header .header-gnb > a::before {
	background-position: center bottom;
}

section.mVideo-visual {
	position: relative;
}
section.mVideo-visual .video-container {
	position: relative; /*padding-bottom: 216.67%;*/
	height: 0;
	padding-bottom: 189.67%;
}
section.mVideo-visual .video-container:before {
	content: "";
	background: url("../../images/main/video-background.png") no-repeat center/cover;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 23.5%;
}
section.mVideo-visual .video-container:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
section.mVideo-visual .video-container video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.mVideo-visual .video-center-text {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
section.mVideo-visual .video-center-text h3 {
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
	font-weight: 300;
}
section.mVideo-visual .video-center-text h4 {
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
}
section.mVideo-visual .video-center-text h3 {
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
	font-weight: 300;
}
section.mVideo-visual .video-text {
	color: #fff;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 1;
	position: absolute;
	width: calc(100% - 48px);
}
section.mVideo-visual .video-text > h3 {
	font-size: 40px;
	font-weight: 700;
}
section.mVideo-visual .video-text > h4 {
	font-size: 27px;
	font-weight: 600;
}
section.mVideo-visual .video-text > p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.5px;
}
section.mVideo-visual .video-text > p strong {
	font-weight: 700;
}
section.mVideo-visual .video-text > div {
	margin-top: 20px;
}
section.mVideo-visual .video-text > div > div {
	gap: 16px;
}
.video-text > div .btn {
	position: relative;
	min-width: auto;
	border-radius: 8px;
	line-height: 58px;
	font-size: 18px;
}
.video-text > div .btn > span {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	background: url("../../images/main/ico-charge.svg") no-repeat left center;
}
section.mVideo-visual .video-text > div > div.partner .btn {
	background-color: var(--redColor);
	border: 1px solid var(--redColor);
}
section.mVideo-visual .video-text > div > div.partner .btn.solid {
	background-color: #fff;
	border: 1px solid var(--primaryColor);
}
section.mVideo-visual .video-text.transition > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
section.mVideo-visual .video-text.transition.on > h3 {
	transition-delay: 0.2s;
	opacity: 1;
	transform: translateY(0);
}
section.mVideo-visual .video-text.transition.on > h4 {
	transition-delay: 0.4s;
	opacity: 1;
	transform: translateY(0);
}
section.mVideo-visual .video-text.transition.on > p {
	transition-delay: 0.6s;
	opacity: 1;
	transform: translateY(0);
}
section.mVideo-visual .video-text.transition.on > div {
	transition-delay: 0.8s;
	opacity: 1;
	transform: translateY(0);
}

section.mSection-01 {
	background-color: #f2f4f6;
}
section.mSection-01 > .wrap {
	padding: 70px 24px 0;
	background: url("../../images/main/section01-bg.png") no-repeat center/cover;
}
section.mSection-01 > .wrap > .text-top {
	margin-bottom: 32px;
}
section.mSection-01 > .wrap > .text-top > p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -0.5px;
}
section.mSection-01 > .wrap > .text-top > h3 {
	font-size: 28px;
	color: #fff;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.5px;
}
section.mSection-01 > .wrap > .text-bottom {
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
section.mSection-01 > .wrap .section01-bg-item img {
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}

section.mSection-01 .section01-bg-item {
	margin: 0 auto;
}

section.mSection-02 {
	background-color: #fff;
}
section.mSection-02 > .wrap {
	padding: 70px 24px;
}
section.mSection-02 .section02-text-wrap {
	margin-bottom: 51px;
}
section.mSection-02 .section02-text-wrap p {
	font-size: 18px;
	color: #222222;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-bottom: 8px;
}
section.mSection-02 .section02-text-wrap h3 {
	font-size: 28px;
	color: #222222;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: -0.5px;
}
section.mSection-02 .section02-text-wrap h3 > span {
	color: #487fee;
}
section.mSection-02 .section02-content-box {
	display: flex;
}
section.mSection-02 .section02-content-box .sec02-box .box-header {
	width: 100%;
	border-radius: 15px 15px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.mSection-02 .section02-content-box .sec02-box .box-content-wrap {
	border-radius: 0 0 15px 15px;
}
section.mSection-02 .section02-content-box .sec02-box .box-content-wrap .box-list > li:last-child {
	border-radius: 0 0 15px 15px;
}

section.mSection-02 .section02-content-box .sec02-box.left-box {
	width: 40%;
	position: relative;
	top: 13px;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-header {
	background-color: #dddddd;
	height: 48px;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-header > span {
	font-size: 16px;
	color: #666666;
	line-height: 1;
	font-weight: 700;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-content-wrap {
	width: 100%;
	background-color: #f0f0f0;
	padding: 0 20px;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-content-wrap > .box-list > li {
	padding: 38.333px 0;
	text-align: center;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-content-wrap > .box-list > li:first-child {
	padding-top: 35px;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-content-wrap > .box-list.ty01 > li:nth-child(3) {
	padding-bottom: 13px;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-content-wrap > .box-list.ty01 > li > span {
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	line-height: 1.4;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-content-wrap > .box-list.ty01 > li span.bold {
	font-weight: 700;
}

section.mSection-02 .section02-content-box .sec02-box.left-box .box-content-wrap > .box-list.ty01 > li > div {
	width: calc(100% + 26px);
	margin-left: -13px;
	height: 45px;
	background-color: #747474;
	border-radius: 8px;
	margin-bottom: 9px;
	display: flex;
	justify-content: center;
	align-items: center;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-content-wrap > .box-list.ty01 > li > p {
	font-size: 11px;
	line-height: 1.4;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-content-wrap > .box-list.ty01 > li > div > span {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	font-weight: 500;
}

section.mSection-02 .section02-content-box .sec02-box .box-content-wrap > .box-list > li:not(:last-child) {
	position: relative;
}
section.mSection-02 .section02-content-box .sec02-box .box-content-wrap > .box-list > li:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
	border-radius: 100%;
}
section.mSection-02 .section02-content-box .sec02-box.left-box .box-content-wrap > .box-list.ty01 > li:last-child {
	padding-bottom: 26px;
}
section.mSection-02 .section02-content-box .sec02-box.right-box {
	position: relative;
	z-index: 2;
	width: 60%;
}
section.mSection-02 .section02-content-box .sec02-box-line {
	position: absolute;
	top: 103px;
	left: 0;
	transform: translateX(-50%);
}
section.mSection-02 .section02-content-box .sec02-box-line .line-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.mSection-02 .section02-content-box .sec02-box-line .line-wrap > span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
	border: 3px solid #487fee;
}
section.mSection-02 .section02-content-box .sec02-box-line .line-wrap > span:not(:last-child) {
	margin-bottom: 79px;
}
section.mSection-02 .section02-content-box .sec02-box-line .line-wrap > span:nth-child(2) {
	margin-bottom: 90px;
}
section.mSection-02 .section02-content-box .sec02-box-line .line-wrap > span:nth-child(3) {
	margin-bottom: 112px;
}
section.mSection-02 .section02-content-box .sec02-box-line .line-wrap > span.ico-thunder {
	width: 29px;
	height: 29px;
	/* background-color: #fff; */
	background: #fff url("../../images/main/ico-thunder.svg") no-repeat center center;
	border: 3px solid #487fee;
}
section.mSection-02 .section02-content-box .sec02-box-line .line-wrap > span:not(:last-child)::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 2px;
	border-left: 2px dashed #487fee;
	height: 90px;
}
section.mSection-02 .section02-content-box .sec02-box-line .line-wrap > span:nth-child(3)::before {
	height: 112px;
}
section.mSection-02 .section02-content-box .sec02-box.right-box::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 2px;
	left: -22px;
	width: 35px;
	height: calc(100% - 4px);
	background: url("../../images/main/box-shadow.png") no-repeat center/cover;
}
section.mSection-02 .section02-content-box .sec02-box.right-box .box-header {
	height: 65px;
	background-color: #cddfff;
}
section.mSection-02 .section02-content-box .sec02-box.right-box .box-header > span {
	font-size: 22px;
	color: #343d4c;
	line-height: 1;
	font-weight: 700;
}
section.mSection-02 .section02-content-box .sec02-box.right-box .box-content-wrap {
	padding: 0 22px 0 9px;
	background-color: #e9f1ff;
}

section.mSection-02 .section02-content-box .sec02-box.right-box .box-list.ty02 > li {
	width: 100%;
	text-align: center;
	padding: 38px 0;
}
section.mSection-02 .section02-content-box .sec02-box.right-box .box-list.ty02 > li:first-child {
	padding-top: 31px;
}
section.mSection-02 .section02-content-box .sec02-box.right-box .box-list.ty02 > li > span {
	font-size: 16px;
	color: #343d4c;
	line-height: 1.4;
	font-weight: 500;
}
section.mSection-02 .section02-content-box .sec02-box.right-box .box-list.ty02 > li span.color-blue {
	color: #487fee;
}
section.mSection-02 .section02-content-box .sec02-box .box-list > li span.ex-bold {
	font-weight: 900;
	font-size: 18px;
}
section.mSection-02 .section02-content-box .sec02-box .box-list > li span.fz-18 {
	font-size: 18px;
}
section.mSection-02 .section02-content-box .sec02-box.right-box .box-list.ty02 > li > div {
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #487fee;
	border-radius: 8px;
	color: #fff;
}
section.mSection-02 .section02-content-box .sec02-box.right-box .box-list.ty02 > li > div > span {
	color: #edf1fb;
}

section.mSection-03 {
	background-color: #edf1fb;
}
section.mSection-03 > .wrap {
	padding: 70px 24px;
	padding-right: 0;
}
section.mSection-03 > .wrap .process {
}
section.mSection-03 > .wrap .process > div {
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
}
/* section.mSection-03 > .wrap .process > div::before{content:'';border-left: 1px dashed rgba(34, 34, 34, 0.4);position: absolute;left:12px;top:3px;width: 100%;height: 100%;} */

section.mSection-03 > .wrap .process > div .item {
	display: flex;
	flex-direction: column;
}
section.mSection-03 > .wrap .process > div .item:last-child {
	background-color: #f2f4f6;
	position: relative;
}
section.mSection-03 > .wrap .process > div .item .text-a {
}
section.mSection-03 > .wrap .process > div .item .text-a > h4 {
	font-size: 22px;
	padding-left: 32px;
	position: relative;
	font-weight: 600;
	color: #222;
	display: flex;
	align-items: center;
}
section.mSection-03 > .wrap .process > div .item .text-a > h4:before {
	content: "";
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #222;
	background-color: #f2f4f6;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 14px;
	font-weight: 600;
	color: #222;
}
section.mSection-03 > .wrap .process > div .item:nth-child(1) .text-a > h4:before {
	content: "1";
}
section.mSection-03 > .wrap .process > div .item:nth-child(2) .text-a > h4:before {
	content: "2";
}
section.mSection-03 > .wrap .process > div .item:nth-child(3) .text-a > h4:before {
	content: "3";
}
section.mSection-03 > .wrap .process > div .item:nth-child(4) .text-a > h4:before {
	content: "4";
}
section.mSection-03 > .wrap .process > div .item .text-a > p {
	font-size: 15px;
	padding-left: 32px;
	margin-top: 4px;
	color: #222;
	font-weight: 600;
}
section.mSection-03 > .wrap .process > div .item .figure {
	margin-top: 16px;
	padding-left: 32px;
}
section.mSection-03 > .wrap .compare {
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid #dddddd;
}
section.mSection-03 > .wrap .compare h3 {
	font-size: 26px;
	color: #222;
	font-weight: 700;
}
section.mSection-03 > .wrap .compare > div {
	display: flex;
	margin-top: 32px;
	justify-content: center;
	position: relative;
}
section.mSection-03 > .wrap .compare > div .circle {
	position: absolute;
	left: 52%;
	transform: translate(-50%, -50%);
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	border: 2px solid var(--primaryColor);
	background-color: #fff;
	color: var(--primaryColor);
	font-size: 20px;
	font-weight: 700;
}
section.mSection-03 > .wrap .compare > div .before {
	max-width: 168px;
	width: 100%;
}
section.mSection-03 > .wrap .compare > div .before > div {
	padding: 8px 25px;
}
section.mSection-03 .section03-text-wrap {
	margin-bottom: 39px;
}
section.mSection-03 .section03-text-wrap p {
	font-size: 18px;
	color: #222222;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 8px;
}
section.mSection-03 .section03-text-wrap h3 {
	font-size: 28px;
	color: #222222;
	line-height: 1.4;
	font-weight: 700;
}
section.mSection-03 .section03-text-wrap h3 span {
	color: #487fee;
}
section.mSection-03 .section03-slide-container .swiper-slide {
	width: 266px;
}
section.mSection-03 .section03-slide-container .swiper-slide + .swiper-slide {
	margin-left: 32px;
}
section.mSection-03 .section03-slide-container .swiper-slide .slide-step-text {
	margin-bottom: 32px;
}
section.mSection-03 .section03-slide-container .swiper-slide .slide-step-text h2 {
	font-size: 22px;
	color: #222222;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
}
section.mSection-03 .section03-slide-container .swiper-slide .slide-step-text p {
	font-size: 14px;
	color: #222222;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -0.5px;
}

section.mSection-03 .section03-slide-container .swiper-slide .img-wrap {
	margin: 0 auto;
	width: 238px;
	aspect-ratio: 0.703;
}
section.mSection-03 .section03-slide-container .swiper-slide .img-wrap img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.mSection-03 .section03-slide-container .swiper-slide .text-script {
	position: relative;
	top: -1px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 40px;
	border-radius: 6px;
	background-color: #fff;
	border: 2px solid #487fee;
}
section.mSection-03 .section03-slide-container .swiper-slide .text-script::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: 20px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #487fee;

	border-radius: 3px;
}

section.mSection-03 .section03-slide-container .swiper-slide .text-script::before {
	content: "";
	position: absolute;
	right: 22px;
	bottom: -8px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #fff;
	border-radius: 3px;
}
section.mSection-03 .section03-slide-container .swiper-pagination {
	position: relative;
	margin-top: 45px;
}
section.mSection-03 .section03-slide-container .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	top: 0;
	margin: 0 3px;
	width: 5px;
	height: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
section.mSection-03
	.section03-slide-container
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000000;
	width: 20px;
	border-radius: 8px;
}

section.mSection-03 .section03-slide-container .swiper-slide .text-script > p {
	font-size: 14px;
	color: #487fee;
	line-height: 1;
	font-weight: 500;
}
section.mSection-03 .section03-slide-container .swiper-slide .text-script > p > span {
	font-weight: 700;
}

section.mSection-04 {
	background-color: #fff;
}
section.mSection-04 .wrap {
	padding: 70px 24px;
	padding-right: 0;
}
section.mSection-04 .section04-text-wrap {
	margin-bottom: 64px;
}
section.mSection-04 .section04-text-wrap p {
	font-size: 18px;
	color: #222222;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 8px;
}
section.mSection-04 .section04-text-wrap h3 {
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: -0.5px;
}
section.mSection-04 .section04-text-wrap h3 > span {
	color: #487fee;
}
section.mSection-04 .section04-slide-container .swiper-slide {
	width: 296px;
}
section.mSection-04 .section04-slide-container .swiper-slide + .swiper-slide {
	margin-left: 16px;
}
section.mSection-04 .section04-slide-container .img-wrap {
	width: 296px;
	aspect-ratio: 296/200;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 27px;
}
section.mSection-04 .section04-slide-container .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.mSection-04 .section04-slide-container .img-area h3 {
	font-size: 24px;
	color: #222222;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 4px;
}
section.mSection-04 .section04-slide-container .img-area p {
	font-size: 16px;
	color: #767676;
	line-height: 1.4;
	font-weight: 500;
}
section.mSection-04 .script-p {
	margin-top: 64px;
	font-size: 17px;
	color: #222222;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: -0.5px;
}

section.mSection-05 {
	background: url("../../images/main/section05-bg.png") no-repeat top/cover;
}
section.mSection-05 > .wrap {
	padding: 70px 24px;
}
section.mSection-05 > .wrap .sub-title {
	margin-bottom: 52px;
}
section.mSection-05 > .wrap .sub-title h3 {
	font-size: 28px;
	color: #fff;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: -0.5px;
}
section.mSection-05 > .wrap .list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
section.mSection-05 > .wrap .list > dl {
	width: 100%;
	border-radius: 12px;
	background-color: rgba(19, 19, 19, 0.9);
}
section.mSection-05 > .wrap .list > dl.active {
	background-color: rgba(19, 19, 19, 0.9);
}
section.mSection-05 > .wrap .list > dl > dt > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
}
section.mSection-05 > .wrap .list > dl.active > dt > a {
	color: #487fee;
	font-weight: 700;
}

section.mSection-05 > .wrap .list > dl > dt > a:after {
	content: "";
	background: url("../../images/main/ico-qna-ico.svg") no-repeat center center;
	width: 24px;
	height: 24px;
	display: inline-block;
	transition: 0.25s;
}
section.mSection-05 > .wrap .list > dl.active > dt > a:after {
	background: url("../../images/main/ico-qna-ico-on.svg") no-repeat center center;
}
section.mSection-05 > .wrap .list > dl > dd {
	display: none;
}
section.mSection-05 > .wrap .list > dl > dd > div {
	padding: 0 12px 12px;
}
section.mSection-05 > .wrap .list > dl > dd > div > p {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
section.mSection-05 > .wrap .inquiry {
	margin-top: 48px;
}
section.mSection-05 > .wrap .inquiry > p {
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #222;
}
section.mSection-05 > .wrap .inquiry > div {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 16px;
}
section.mSection-05 > .wrap .inquiry > div > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	line-height: 46px;
	border-radius: 12px;
	font-size: 14px;
	color: #222;
}
section.mSection-05 > .wrap .inquiry > div > a.kakao {
	background-color: #fbe750;
	border: 1px solid #fbe750;
}
section.mSection-05 > .wrap .inquiry > div > a.email {
	background-color: #fff;
	border: 1px solid #bbbbbb;
}
section.mSection-05 > .wrap .inquiry > div > a.kakao::before {
	content: "";
	background: url("../../images/main/kakao_icon.svg") no-repeat center/cover;
	display: inline-block;
	margin-right: 10px;
	width: 23px;
	height: 24px;
}
section.mSection-05 > .wrap .inquiry > div > a.email::before {
	content: "";
	background: url("../../images/main/mail_icon.svg") no-repeat center/cover;
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

section.mSection-06 {
	background-color: #276fff;
}
section.mSection-06 > .wrap {
	padding: 70px 20px;
}
section.mSection-06 .top-text-wrap p {
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 5px;
}
section.mSection-06 .top-text-wrap h3 {
	font-size: 28px;
	color: #fff;
	line-height: 1.4;
	font-weight: 700;
}
section.mSection-06 .img-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
section.mSection-06 .img-wrap img {
	position: relative;
	z-index: 2;
	width: 100%;
	display: block;
	margin: 0 auto;
}
section.mSection-06 .img-wrap img:nth-child(1) {
	position: relative;
	z-index: 0;
	margin-bottom: -10%;
	margin-left: -11px;
}
section.mSection-06 .sec06-body {
	position: relative;
}
section.mSection-06 .btn {
	background-color: #000;
}
section.mSection-06 .video-text {
	position: absolute;
	bottom: 0;
	transform: translateY(45%);
	z-index: 2;
	width: 100%;
}

.footer {
	background-color: #f2f4f6;
}
.footer > div {
	padding: 40px 24px 30px;
}
.footer > div .t-footer {
}

.footer > div .t-footer .infor > p {
	color: #666666;
	font-size: 14px;
	margin-top: 16px;
}
.footer > div .t-footer .infor > p.company {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	margin-top: 0;
}
.footer > div .t-footer ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 16px;
}
.footer > div .t-footer ul li {
	width: calc((100% / 2) - 3px);
}
.footer > div .t-footer ul li a,
.footer > div .t-footer ul li .txt {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
}
.footer > div .b-footer {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #dddddd;
}
.footer > div .b-footer p {
	color: #666666;
	font-size: 13px;
}
