article section {
	overflow: hidden;
}

.mt--20 {
	margin-top: 20px !important;
}

.mt--30 {
	margin-top: 30px !important;
}

.mt--40 {
	margin-top: 40px !important;
}

.mb--15 {
	margin-bottom: 15px !important;
}

.mb--30 {
	margin-bottom: 30px !important;
}

.mb--35 {
	margin-bottom: 35px !important;
}

.mb--40 {
	margin-bottom: 40px !important;
}

.ico, .ico2 {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg--sec1 {
	padding: 120px 0 153px;
	overflow: hidden;
	position: relative;
	background-color: #040e75;
}
.bg--sec1 .bg--img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bg--sec1 .bg--img .img--wrap {
	z-index: 1;
	position: relative;
}
.bg--sec1 .bg--img .img--wrap::after {
	content: "";
	z-index: 2;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(18, 36, 177, 0) 0%, #040e75 100%);
	width: 100%;
	height: 100px;
}
.bg--sec1 .bg--img .img--wrap img {
	width: 100%;
	z-index: 1;
	position: relative;
}
.bg--sec1 .sec--container {
	position: relative;
	z-index: 10;
}

.bg--sec2 {
	padding: 100px 0;
	background-image: url(../img/sec_ban2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #B3D5F6;
}

.bg--sec3 {
	background-image: url(../img/sec_bg1.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg--sec4 {
	background-color: #F2F5FA;
	padding: 120px 0;
}

.sec--container {
	width: 100%;
}
.sec--container.w--100 {
	width: 100%;
}
.sec--container h2 {
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	margin-bottom: 0;
	text-align: left;
	letter-spacing: -0.6px;
}
.sec--container .use--wrap h2 {
	margin-bottom: 35px;
	color: #ffffff;
	text-align: left;
}
.sec--container .use--wrap p {
	letter-spacing: -0.6px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
}
.sec--container .use--wrap p strong {
	font-weight: 600;
	color: #ffffff;
}
.sec--container .use--wrap .use--box--wrap {
	background-color: #ffffff;
	border-radius: 20px;
	border-bottom-right-radius: 0px;
	padding: 40px 35px;
	position: relative;
}
.sec--container .use--wrap .use--box--wrap .use--box {
	display: block;
	width: 1130px;
}
.sec--container .use--wrap .use--box--wrap .use--box > h4 {
	margin-bottom: 20px;
	color: #315bff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.34px;
	width: 1130px;
}
.sec--container .use--wrap .use--box--wrap .use--box > p {
	color: #222;
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.34px;
	line-height: 1.2;
	width: 1130px;
}
.sec--container .use--wrap .use--box--wrap .use--box .use--inner--box {
	height: 100%;
	max-height: 0px;
	padding: 0px 30px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.sec--container .use--wrap .use--box--wrap .use--box.on .use--inner--box {
	margin-top: 35px;
	max-height: 992.47px;
	border-radius: 20px;
	background-color: #f0f3ff;
	padding: 40px 30px;
}
.sec--container .use--wrap .use--box--wrap .use--box.on .use--inner--box p {
	font-size: 15px;
	color: #222222;
	line-height: 1.7;
}
.sec--container .use--wrap .use--box--wrap .use--box.on .use--inner--box p strong {
	color: #111111;
}
.sec--container .use--wrap .use--box--wrap .use--box.on .use--inner--box dl {
	margin-bottom: 0;
}
.sec--container .use--wrap .use--box--wrap .use--box.on .use--inner--box dl dt {
	padding: 5px 12px;
	border-radius: 8px;
	color: #ffffff;
	background-color: #5e6b9e;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.26px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.sec--container .use--wrap .use--box--wrap .use--box.on .use--inner--box dl dd {
	color: #222222;
	font-size: 14px;
	letter-spacing: -0.28px;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 0;
}
.sec--container .use--wrap .use--box--wrap .use--box--btn {
	bottom: -56px;
	right: 0;
	background-color: #0084ff;
	padding: 0 20px;
	cursor: pointer;
	height: 56px;
	color: #ffffff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	font-size: 15px;
	letter-spacing: -0.3px;
	font-weight: 600;
	display: flex;
	gap: 10px;
	align-items: center;
}
.sec--container .use--wrap .use--box--wrap .use--box--btn .ico {
	width: 12px;
	height: 12px;
	background-image: url(../img/ico_btn_arrow.svg);
}
.sec--container .use--wrap .use--box--wrap .use--box--btn.on {
	background-color: #315bff;
}
.sec--container .use--wrap .use--box--wrap .use--box--btn.on .ico {
	transform: rotate(180deg);
}
.sec--container .ex--wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 70px 0;
}
.sec--container .ex--wrap > h2 {
	margin-bottom: 25px;
	color: #000;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 28px */
	letter-spacing: -0.56px;
}
.sec--container .ex--wrap > h3 {
	color: #222;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -0.34px;
	margin-bottom: 44px;
}
.sec--container .ex--wrap .ex--swiper--wrap {
	width: 100%;
	position: relative;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper {
	height: 100%;
	padding-left: 25px;
	position: relative;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-wrapper {
	margin: 0 auto;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-slide {
	max-width: 198px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-slide .ex--img {
	width: 100%;
	height: 180px;
	border-radius: 20px;
	background-color: #edf5ff;
	position: relative;
	overflow: hidden;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-slide .ex--img .ico {
	background-image: url(../img/ico_expert.svg);
	width: 45px;
	height: 45px;
	top: 10px;
	left: 10px;
	position: absolute;
	z-index: 3;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-slide .ex--img img {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-slide .ex--info {
	padding: 10px;
	background-color: #fafafa;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-slide .ex--info .ex--name {
	display: flex;
	gap: 8px;
	padding: 10px 10px 0;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-slide .ex--info .ex--name h4 {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.34px;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-slide .ex--info .ex--name span {
	color: #315BFF;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.26px;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-slide .ex--info .ex--hist {
	color: #111;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.28px;
	padding: 0px;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper .swiper-slide .ex--info .ex--hist > ul > li {
	margin-left: -15px;
}
.sec--container .ex--wrap .ex--swiper--wrap .btn--wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding-top: 25px;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper-button-prev, .sec--container .ex--wrap .ex--swiper--wrap .ex--swiper-button-next {
	width: 50px;
	height: 50px;
	background-color: #315bff;
	border-radius: 50%;
	z-index: 10;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: center;
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper-button-prev {
	visibility: visible;
	left: 0px;
	background-image: url(../img/ico_swiper_btn2.svg);
}
.sec--container .ex--wrap .ex--swiper--wrap .ex--swiper-button-next {
	right: 0px;
	background-image: url(../img/ico_swiper_btn.svg);
}
.sec--container .pre--wrap {
	justify-content: center;
	display: flex;
	gap: 100px;
}
.sec--container .pre--wrap .book--wrap img {
	width: 100%;
}
.sec--container .pre--wrap .pre--desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sec--container .pre--wrap .pre--desc h3 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -0.6px;
	line-height: 1;
	margin-bottom: 30px;
}
.sec--container .pre--wrap .pre--desc h3 span {
	font-weight: 800;
	color: #315bff;
}
.sec--container .pre--wrap .pre--desc .pre--det {
	margin-bottom: 60px;
	padding-left: 0;
}
.sec--container .pre--wrap .pre--desc .pre--det li {
	position: relative;
	color: #000000;
	list-style: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 2.4;
	padding-left: 20px;
	letter-spacing: -0.36px;
}
.sec--container .pre--wrap .pre--desc .pre--det li::before {
	position: absolute;
	background-color: #747474;
	width: 6px;
	left: 0;
	top: 19px;
	content: "";
	border-radius: 50%;
	height: 6px;
	display: inline-block;
}
.sec--container .pre--wrap .pre--desc .pre--info {
	display: flex;
	gap: 40px;
}
.sec--container .pre--wrap .pre--desc .pre--info .pre--img--wrap {
	justify-content: center;
}
.sec--container .pre--wrap .pre--desc .pre--info .pre--img--wrap .pre--img {
	width: 110px;
	height: 110px;
	background-image: url(../img/img_pre.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-radius: 50%;
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
}
.sec--container .pre--wrap .pre--desc .pre--info .pre--img--wrap > p {
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	text-align: center;
	margin-top: 15px;
}
.sec--container .pre--wrap .pre--desc .pre--info .pre--hist--wrap .pre--name {
	margin-top: 20px;
	margin-bottom: 40px;
}
.sec--container .pre--wrap .pre--desc .pre--info .pre--hist--wrap .pre--name > span {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.4px;
}
.sec--container .pre--wrap .pre--desc .pre--info .pre--hist--wrap .pre--name > strong {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.4px;
}
.sec--container .pre--wrap .pre--desc .pre--info .pre--hist--wrap > h4 {
	margin-bottom: 15px;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.36px;
}
.sec--container .pre--wrap .pre--desc .pre--info .pre--hist--wrap .pre--hist {
	padding-left: 0;
}
.sec--container .pre--wrap .pre--desc .pre--info .pre--hist--wrap .pre--hist li {
	padding-left: 15px;
	list-style: none;
	position: relative;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.28px;
	line-height: 1.7;
}
.sec--container .pre--wrap .pre--desc .pre--info .pre--hist--wrap .pre--hist li::before {
	position: absolute;
	content: "";
	top: 10px;
	border-radius: 50%;
	left: 0px;
	background-color: #9e9e9e;
	width: 4px;
	height: 4px;
	display: inline-block;
}
.sec--container .qna--wrap {
	width: 100%;
	margin: 0 auto;
	padding: 40px 25px;
}
.sec--container .qna--wrap > h2 {
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 28px */
	letter-spacing: -0.56px;
	margin-bottom: 40px;
}
.sec--container .qna--wrap .qna--intro {
	height: 150px;
	background-color: #93b1d2;
	padding: 30px 30px;
	border-radius: 20px;
	margin-bottom: 30px;
	background-image: url(../img/img_qna.svg);
	background-size: 158px;
	background-repeat: no-repeat;
	background-position: right 55px bottom -10px;
}
.sec--container .qna--wrap .qna--intro > h3 {
	color: #0f2645;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.36px;
	margin-bottom: 10px;
}
.sec--container .qna--wrap .qna--intro > p {
	margin-bottom: 0;
	color: #424f61;
	font-size: 14px;
	font-weight: 400;
}
.sec--container .qna--wrap .qna--list {
	display: flex;
	flex-direction: column;
	gap: 0px;
}
.sec--container .qna--wrap .qna--list .qna--box .qna--q {
	cursor: pointer;
	display: flex;
	gap: 10px;
	border-radius: 15px;
	padding: 25px 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #FFF;
	justify-content: center;
}
.sec--container .qna--wrap .qna--list .qna--box .qna--q > span {
	width: 30px;
	color: #000000;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.36px;
}
.sec--container .qna--wrap .qna--list .qna--box .qna--q > h4 {
	width: calc(100% - 90px);
	color: #000000;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.7;
	letter-spacing: -0.32px;
}
.sec--container .qna--wrap .qna--list .qna--box .qna--q .ico {
	width: 20px;
	height: 20px;
	margin-top: 4px;
	background-image: url(../img/ico_qna_arrow.svg);
}
.sec--container .qna--wrap .qna--list .qna--box .qna--a {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	letter-spacing: -0.32px;
	max-height: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	gap: 5px;
	display: flex;
	padding: 0px 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-radius: 15px;
	background-color: #f5f5f5;
	opacity: 0;
	transform: translateY(-10px);
}
.sec--container .qna--wrap .qna--list .qna--box .qna--a span {
	color: #222222;
	font-size: 18px;
	width: 30px;
	font-weight: 700;
	letter-spacing: -0.36px;
}
.sec--container .qna--wrap .qna--list .qna--box .qna--a > div {
	width: calc(100% - 20px);
	text-align: justify;
}
.sec--container .qna--wrap .qna--list .qna--box .qna--a > div p {
	text-align: justify;
}
.sec--container .qna--wrap .qna--list .qna--box .qna--a b {
	font-weight: 600;
}
.sec--container .qna--wrap .qna--list .qna--box.on .qna--q {
	border: 1px solid rgba(49, 91, 255, 0.5);
}
.sec--container .qna--wrap .qna--list .qna--box.on .qna--q span {
	color: #315bff;
}
.sec--container .qna--wrap .qna--list .qna--box.on .qna--q h4 {
	color: #315bff;
}
.sec--container .qna--wrap .qna--list .qna--box.on .qna--q .ico {
	background-image: url(../img/ico_qna_arrow2.svg);
}
.sec--container .qna--wrap .qna--list .qna--box.on .qna--a {
	max-height: 100%;
	padding: 35px 25px;
	opacity: 1;
	transform: translateY(0);
}
.sec--container .qna--wrap .btn--wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-top: 20px;
}
.sec--container .qna--wrap .btn--wrapper button {
	display: inline-flex;
	padding: 20px 25px;
	align-items: center;
	gap: 8px;
	border-radius: 100px;
	background: #868DA8;
	border: 0px;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
.sec--container .news--wrap {
	width: 1000px;
	padding-bottom: 75px;
	margin: 0 auto;
}
.sec--container .news--wrap > h2 {
	color: #24243D;
	text-align: center;
	font-size: 47px;
	font-weight: 700;
	letter-spacing: -0.94px;
	margin-bottom: 70px;
}
.sec--container .news--wrap > h2 .color--blue {
	color: #315bff;
}
.sec--container .news--wrap .news--board {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 70px;
}
.sec--container .news--wrap .news--board .news {
	width: 33.3333%;
}
.sec--container .news--wrap .news--board .news .news--thumb {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	margin-bottom: 25px;
}
.sec--container .news--wrap .news--board .news .news--thumb img {
	width: 100%;
}
.sec--container .news--wrap .news--board .news .news--thumb .thumb--dim {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}
.sec--container .news--wrap .news--board .news .news--thumb .play--btn {
	position: absolute;
	top: calc(50% - 25px);
	cursor: pointer;
	left: calc(50% - 25px);
	width: 50px;
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
	height: 50px;
	background-image: url(../img/ico_play.svg);
}
.sec--container .news--wrap .news--board .news .news--txt {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sec--container .news--wrap .news--board .news .news--txt .date {
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.3px;
}
.sec--container .news--wrap .news--board .news .news--txt .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #000000;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.34px;
}
.sec--container .news--wrap .news--board .news .news--txt .tag--wrap {
	padding: 0;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.sec--container .news--wrap .news--board .news .news--txt .tag--wrap .tag {
	list-style: none;
	border-radius: 100px;
	border: 1px solid rgba(49, 91, 255, 0.5);
	padding: 4px 12px;
	color: #315bff;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: -0.26px;
	line-height: 1.4;
}
.sec--container .news--wrap .news--top--btn {
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background-image: url(../img/ico_top_btn.svg);
}
.sec--container .part--wrap {
	padding: 110px 0;
	display: flex;
	gap: 50px;
	justify-content: center;
}
.sec--container .part--wrap .part--title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.sec--container .part--wrap .part--title h4 {
	color: #FFF;
	font-size: 25px;
	margin-bottom: 0;
	font-weight: 800;
	letter-spacing: -0.5px;
}
.sec--container .part--wrap .part--title a {
	text-decoration: none;
	line-height: 1;
	padding: 15px;
	color: #22398f;
	font-weight: 600;
	letter-spacing: -0.3px;
	border-radius: 100px;
	background-color: #fff;
	font-size: 15px;
}
.sec--container .part--wrap .part--box {
	width: 680px;
	padding: 40px 45px 80px;
	background-color: #22398f;
	border-radius: 30px;
	background-image: url(../img/img_part_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.sec--container .part--wrap .part--box .part--cont > p {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: -0.32px;
	font-size: 16px;
}
.sec--container .part--wrap .part--box .part--cont > p > b {
	color: #f6ff00;
	font-weight: 600;
}
.sec--container .part--wrap .part--box .part--cont .part--inner--box {
	margin-top: 30px;
}
.sec--container .part--wrap .part--box .part--cont .part--inner--box .inner--title {
	border-radius: 15px;
	background: #0A6BEA;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	padding: 25px 0;
	text-align: center;
	letter-spacing: -0.3px;
}
.sec--container .part--wrap .part--box .part--cont .part--inner--box .inner--cont {
	background-color: #fff;
	padding: 30px 40px 30px 45px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	margin-bottom: 35px;
	gap: 15px;
}
.sec--container .part--wrap .part--box .part--cont .part--inner--box .inner--cont li {
	position: relative;
	list-style: none;
	color: #24243d;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.28px;
	line-height: 1.7;
}
.sec--container .part--wrap .part--box .part--cont .part--inner--box .inner--cont li::before {
	width: 6px;
	height: 6px;
	background-color: #2986ff;
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: -15px;
}
.sec--container .part--wrap .part--box .part--cont .part--proc {
	display: flex;
	gap: 15px;
	align-items: center;
}
.sec--container .part--wrap .part--box .part--cont .part--proc h5 {
	margin-bottom: 0;
	width: 105px;
	height: 36px;
	line-height: 36px;
	border-radius: 100px;
	background-color: #F6FF00;
	color: #0033ff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.28px;
	text-align: center;
}
.sec--container .part--wrap .part--box .part--cont .part--proc h5.type2 {
	font-size: 13px;
	color: #ffffff;
	background-color: #17b2ff;
}
.sec--container .part--wrap .part--box .part--cont .part--proc ul {
	padding-left: 0;
	margin-bottom: 0;
	align-items: center;
	display: flex;
	gap: 25px;
}
.sec--container .part--wrap .part--box .part--cont .part--proc ul li {
	width: 140px;
	height: 36px;
	line-height: 36px;
	list-style: none;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	position: relative;
	border-radius: 100px;
	background-color: #152c82;
}
.sec--container .part--wrap .part--box .part--cont .part--proc ul li::after {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	top: 11px;
	right: -20px;
	background-image: url(../img/ico_part_arrow.svg);
}
.sec--container .part--wrap .part--box .part--cont .part--proc ul li:last-child::after {
	display: none;
}
.sec--container .part--wrap .part--box .part--cont .part--pay {
	margin-top: 40px;
}
.sec--container .part--wrap .part--box .part--cont .part--pay h5 {
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: -0.34px;
}
.sec--container .part--wrap .part--box .part--cont .part--pay p {
	margin-bottom: 25px;
	color: #ffffff;
	letter-spacing: -0.3px;
	font-weight: 400;
	font-size: 15px;
}
.sec--container .part--wrap .part--box .part--cont .part--pay p b {
	font-weight: 600;
}
.sec--container .part--wrap .ma--part--box {
	width: 470px;
	background-color: #ebf7ff;
	padding: 40px 45px 45px 45px;
	border-radius: 30px;
}
.sec--container .part--wrap .ma--part--box .part--title h4 {
	color: #24243d;
	font-weight: 600;
}
.sec--container .part--wrap .ma--part--box .part--title a {
	color: #24243d;
	border: 1px solid rgba(36, 36, 61, 0.3);
	background-color: transparent;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--tab {
	display: flex;
	gap: 10px;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--tab .part--tab {
	cursor: pointer;
	border-radius: 15px 15px 0px 0px;
	line-height: 1;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: -0.26px;
	font-weight: 500;
	padding: 15px 15px 12px 15px;
	background-color: #ADC4D3;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--tab .part--tab.on {
	background-color: #59aee4;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--tab .more--btn {
	color: #24243D;
	text-align: right;
	font-size: 14px;
	margin-left: auto;
	font-weight: 500;
	line-height: 40px;
	text-decoration: none;
	letter-spacing: -0.28px;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--wrap {
	background-color: #fff;
	padding: 25px 20px;
	border-radius: 0px 20px 20px 20px;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--wrap table {
	display: none;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--wrap table.on {
	display: block;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--wrap table th {
	padding: 15px 10px;
	text-align: center;
	background-color: #f2f5fa;
	color: #384E73;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	letter-spacing: -0.26px;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--wrap table th::after {
	content: "";
	right: 0;
	top: 15px;
	width: 1px;
	height: calc(100% - 30px);
	position: absolute;
	display: inline-block;
	background-color: #cfdaeb;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--wrap table th:last-child::after {
	display: none;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--wrap table td {
	position: relative;
	color: #2a3f62;
	padding: 20px 25px;
	text-align: center;
	max-width: 130px;
	border-bottom: 1px solid #DCE6F5;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.26px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--wrap table td::after {
	content: "";
	right: 0;
	top: 20px;
	width: 1px;
	height: calc(100% - 40px);
	position: absolute;
	display: inline-block;
	background-color: #cfdaeb;
}
.sec--container .part--wrap .ma--part--box .part--cont .part--table--wrap table td:last-child::after {
	display: none;
}
.sec--container .photo--wrap {
	padding-right: 0px;
	margin-bottom: 70px;
}
.sec--container .photo--wrap > h2 {
	padding: 0 25px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.sec--container .photo--wrap > h2 .arrow--ioc {
	display: flex;
	width: 22px;
	height: 22px;
	padding: 5px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 100px;
	background: #315BFF;
	margin-left: 10px;
}
.sec--container .photo--wrap .photo--board {
	width: 100%;
	padding-left: 25px;
	display: flex;
	width: 100%;
	justify-content: flex-start;
	gap: 20px;
	overflow-x: auto;
}
.sec--container .photo--wrap .photo--board .photo {
	max-width: 285px;
	min-width: 285px;
	width: 100%;
	cursor: pointer;
	display: flex;
	gap: 25px;
	flex-direction: column;
}
.sec--container .photo--wrap .photo--board .photo .photo--thumb {
	overflow: hidden;
	border-radius: 20px;
}
.sec--container .photo--wrap .photo--board .photo .photo--thumb img {
	width: 100%;
}
.sec--container .photo--wrap .photo--board .photo .photo--title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	letter-spacing: -0.32px;
	text-align: center;
}
.sec--container .edu--wrap {
	padding: 120px 0;
}
.sec--container .edu--wrap > h2 {
	margin-bottom: 30px;
}
.sec--container .edu--wrap > p {
	text-align: center;
	color: #222222;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -0.34px;
	margin-bottom: 70px;
}
.sec--container .edu--wrap .edu--cont--wrap {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont1 {
	width: 400px;
	height: 300px;
	border-radius: 30px;
	position: relative;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont1 .edu--t {
	position: absolute;
	background-color: #ffffff;
	width: 150px;
	height: 60px;
	z-index: 3;
	right: 0;
	top: 0;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.32px;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont1 .edu--t .ico {
	width: 25px;
	height: 30px;
	background-image: url(../img/ico_edu1.svg);
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont1 .edu--b {
	width: 100%;
	height: 240px;
	background-color: #34a5f5;
	border-radius: 30px;
	border-top-left-radius: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont1 .edu--b::before {
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	display: inline-block;
	background-color: #34a5f5;
	width: 250px;
	height: 60px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont1 .edu--b::after {
	content: "";
	width: 30px;
	height: 30px;
	right: 120px;
	top: -30px;
	position: absolute;
	display: inline-block;
	background-color: #34a5f5;
	z-index: 2;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont1 .edu--b ul {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 0;
	margin-top: -10px;
	padding-left: 55px;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont1 .edu--b ul li {
	line-height: 1;
	list-style: none;
	position: relative;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont1 .edu--b ul li::before {
	content: "";
	left: -21px;
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	top: 6px;
	position: absolute;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont1 .edu--b ul li a {
	color: #ffffff;
	font-weight: 600;
	line-height: 1;
	font-size: 17px;
	letter-spacing: -0.34px;
	text-decoration: none;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 {
	width: 500px;
	height: 300px;
	border-radius: 30px;
	position: relative;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--board--btn {
	position: absolute;
	top: 30px;
	left: 35px;
	width: 24px;
	height: 24px;
	z-index: 10;
	border: none;
	border-radius: 50%;
	background-color: transparent;
	display: none;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--board--btn.btn--up {
	background-image: url(../img/ico_edu_arrow1.svg);
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--board--btn.btn--down {
	background-image: url(../img/ico_edu_arrow2.svg);
	left: 70px;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--t {
	position: absolute;
	background-color: #ffffff;
	width: 150px;
	height: 60px;
	z-index: 3;
	right: 0;
	top: 0;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.32px;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--t .ico {
	width: 23px;
	height: 23px;
	background-image: url(../img/ico_edu2.svg);
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--b {
	width: 100%;
	height: 240px;
	background-color: #e5f1fa;
	border-radius: 30px;
	border-top-left-radius: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--b::before {
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	display: inline-block;
	background-color: #e5f1fa;
	width: 350px;
	height: 60px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--b::after {
	content: "";
	width: 30px;
	height: 30px;
	right: 120px;
	top: -30px;
	position: absolute;
	display: inline-block;
	background-color: #e5f1fa;
	z-index: 2;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--b ul {
	position: absolute;
	display: flex;
	width: 100%;
	padding: 40px 35px;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 0;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--b ul li {
	line-height: 1;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--b ul li a {
	color: #222222;
	font-weight: 400;
	line-height: 1;
	font-size: 16px;
	letter-spacing: -0.32px;
	text-decoration: none;
	width: calc(100% - 80px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont2 .edu--b ul li span {
	color: #222222;
	text-align: right;
	font-weight: 400;
	line-height: 1;
	font-size: 15px;
	letter-spacing: -0.3px;
	width: 80px;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont3 {
	width: 240px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont3 .edu--link {
	display: flex;
	justify-content: center;
	text-decoration: none;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	width: calc(50% - 10px);
	height: calc(50% - 10px);
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont3 .edu--link .ico {
	width: 42px;
	height: 42px;
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont3 .edu--link:nth-child(1) .ico {
	background-image: url(../img/ico_edu3.svg);
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont3 .edu--link:nth-child(2) .ico {
	background-image: url(../img/ico_edu4.svg);
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont3 .edu--link:nth-child(3) .ico {
	background-image: url(../img/ico_edu5.svg);
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont3 .edu--link:nth-child(4) .ico {
	background-image: url(../img/ico_edu6.svg);
}
.sec--container .edu--wrap .edu--cont--wrap .edu--cont3 .edu--link span {
	color: #333333;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	text-align: center;
	line-height: 1;
}
.sec--container .rel--wrap > h2 {
	margin-bottom: 30px;
}
.sec--container .rel--wrap > p {
	text-align: center;
	margin-bottom: 70px;
	color: #222222;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -0.34px;
}
.sec--container .rel--wrap .rel--list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.sec--container .rel--wrap .rel--list .rel {
	width: calc((100% - 60px) / 3);
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	gap: 30px;
}
.sec--container .rel--wrap .rel--list .rel .logo--wrap {
	line-height: 2;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
}
.sec--container .rel--wrap .rel--list .rel .rel--info {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 15px;
}
.sec--container .rel--wrap .rel--list .rel .rel--info .rel--p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	letter-spacing: -0.3px;
}
.sec--container .rel--wrap .rel--list .rel .rel--info .rel--p.sub--type {
	font-size: 14px;
	font-weight: 400;
}
.sec--container .rel--wrap .rel--list .rel .rel--info .rel--p.le {
	text-align: left;
	width: 140px;
	align-self: center;
}
.sec--container .rel--wrap .rel--list .rel .rel--info ul {
	padding-left: 12px;
	margin-bottom: 0;
}
.sec--container .rel--wrap .rel--list .rel .rel--info ul li {
	text-align: left;
	font-size: 14px;
	color: #222222;
	font-weight: 400;
	letter-spacing: -0.28px;
	position: relative;
	list-style: none;
}
.sec--container .rel--wrap .rel--list .rel .rel--info ul li::before {
	width: 3px;
	height: 3px;
	display: inline-block;
	content: "";
	position: absolute;
	top: 9px;
	left: -12px;
	border-radius: 50%;
	background-color: #222222;
}
.sec--container .rel--wrap .rel--list .rel .rel--link {
	color: #222;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.3px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	-webkit-text-decoration-skip: ink;
					text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.sec--container .contact--wrap {
	padding: 0 25px;
}
.sec--container .contact--wrap > h2 {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.sec--container .contact--wrap > h2 .arrow--ioc {
	display: flex;
	width: 22px;
	height: 22px;
	padding: 5px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 100px;
	background: #315BFF;
	margin-left: 10px;
}
.sec--container .contact--wrap > p {
	text-align: left;
	color: #222;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.32px;
	margin-bottom: 30px;
}
.sec--container .contact--wrap .contact--t {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 60px 0 35px;
}
.sec--container .contact--wrap .contact--t > span {
	display: inline-block;
	color: #315bff;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.32px;
	border-radius: 100px;
	background-color: #FFF;
	border: 1px solid rgba(49, 91, 255, 0.5);
}
.sec--container .contact--wrap .contact--t .btn--wrap {
	display: flex;
	gap: 12px;
	display: none;
}
.sec--container .contact--wrap .contact--t .btn--wrap .contact--btn {
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #dedede;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}
.sec--container .contact--wrap .contact--t .btn--wrap .contact--btn.btn--l {
	background-image: url(../img/ico_swiper_btn3.svg);
}
.sec--container .contact--wrap .contact--t .btn--wrap .contact--btn.btn--r {
	background-image: url(../img/ico_swiper_btn4.svg);
}
.sec--container .contact--wrap .contact--b {
	position: relative;
}
.sec--container .contact--wrap .contact--b .contact--swiper {
	overflow: visible;
}
.sec--container .contact--wrap .contact--b .marquee .marquee--wrap {
	display: flex;
	gap: 15px;
}
.sec--container .contact--wrap .contact--b .marquee .marquee--wrap .logo--wrap {
	padding: 25px 20px;
}
.sec--container .contact--wrap .contact--b .contact--dim {
	display: none;
	position: absolute;
	width: 45px;
	height: 75px;
	right: 0;
	z-index: 5;
	top: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.sec--container .contact--wrap .contact--b .contact--dim.on {
	display: none;
}
.sec--container .contact--wrap .contact--b .logo--wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	height: 75px;
}
.sec--container .contact--wrap .contact--gl .contact--t > span {
	border: 1px solid rgba(52, 165, 245, 0.5);
	color: #34A5F5;
}

.pop--wrap {
	opacity: 1;
	pointer-events: all;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 100%;
	background-color: rgba(0, 4, 19, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}
.pop--wrap.hidden {
	opacity: 0;
	pointer-events: none;
}
.pop--wrap .pop {
	width: 1000px;
	position: relative;
	border-radius: 30px;
	background-color: #fff;
	padding: 60px 55px 90px;
}
.pop--wrap .pop .pop--close {
	top: 30px;
	right: 30px;
	height: 30px;
	width: 24px;
	height: 24px;
	border: none;
	background-color: transparent;
	background-image: url(../img/ico_close.svg);
	position: absolute;
}
.pop--wrap .pop .pop--title > h2 {
	font-size: 22px;
	font-weight: 400;
	color: #24243d;
	margin-bottom: 0;
}
.pop--wrap .pop .pop--title > h2 > b {
	font-weight: 700;
}
.pop--wrap .pop .pop--title > p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
}
.pop--wrap .pop .pop--title > p.color--blue {
	color: #315BFF;
}
.pop--wrap .pop .pop--cont {
	margin-top: 30px;
}
.pop--wrap .pop .pop--cont .circle--blue {
	padding: 15px 20px;
	box-sizing: border-box;
	color: #315BFF;
	font-size: 14px;
	font-weight: 500;
	border-radius: 100px;
	line-height: 1;
	border: 1px solid rgba(49, 91, 255, 0.5);
	display: inline-block;
}
.pop--wrap .pop .pop--cont > p {
	color: #444;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.7;
}
.pop--wrap .pop .pop--cont > p b {
	color: #000000;
	font-weight: 500;
}
.pop--wrap .pop .pop--cont > p.color--blue {
	color: #315bff;
}
.pop--wrap .pop .pop--cont > p.sub {
	color: #111111;
	line-height: 1;
	font-weight: 500;
	margin-top: 45px;
	margin-bottom: 20px;
}
.pop--wrap .pop .pop--cont > p.sub .color--blue {
	color: #315bff;
	font-weight: 700;
}
.pop--wrap .pop .pop--cont > ul {
	padding-left: 20px;
}
.pop--wrap .pop .pop--cont > ul li {
	list-style: none;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	position: relative;
}
.pop--wrap .pop .pop--cont > ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -10px;
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #333333;
	border-radius: 50%;
}
.pop--wrap .pop .pop--cont .pop--box {
	padding: 30px;
	margin: 35px 0;
	background-color: #F2F9FF;
	border-radius: 20px;
	display: flex;
	gap: 30px;
	align-items: center;
}
.pop--wrap .pop .pop--cont .pop--box .ico {
	width: 65px;
	height: 60px;
	background-image: url(../img/img_deal_pop.svg);
}
.pop--wrap .pop .pop--cont .pop--box .ico2 {
	width: 90px;
	height: 60px;
	background-image: url(../img/img_deal_pop2.svg);
}
.pop--wrap .pop .pop--cont .pop--box p {
	color: #333;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 2;
}
.pop--wrap .pop .pop--cont .pop--box p b {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}
.pop--wrap .pop2 {
	width: 780px;
	position: relative;
	border-radius: 30px;
	background-color: #fff;
	padding: 40px 50px;
}
.pop--wrap .pop2 .pop--cont {
	overflow-y: auto;
	max-height: calc(90vh - 150px);
}
.pop--wrap .pop2 .pop--close {
	top: 30px;
	right: 30px;
	height: 30px;
	width: 24px;
	height: 24px;
	border: none;
	background-color: transparent;
	background-image: url(../img/ico_close.svg);
	position: absolute;
}
.pop--wrap .pop2 .pop--title {
	padding-bottom: 35px;
}
.pop--wrap .pop2 .pop--title h2 {
	color: #000;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.56px;
	margin-bottom: 0;
}
.pop--wrap .pop2 .pop--desc {
	margin-bottom: 40px;
}
.pop--wrap .pop2 .pop--desc p {
	color: #24243D;
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -0.34px;
}
.pop--wrap .pop2 .pop--desc p.color--blue {
	margin-bottom: 15px;
	color: #315bff;
	font-weight: 600;
}
.pop--wrap .pop2 .ma--select--wrap {
	border-radius: 20px;
	border: 1px solid #e8ecff;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.pop--wrap .pop2 .ma--select--wrap .ma--t {
	background-color: #315bff;
	display: flex;
	padding: 20px 45px;
	gap: 35px;
	align-items: center;
}
.pop--wrap .pop2 .ma--select--wrap .ma--t .ma--t--img {
	width: 78px;
	height: 48px;
	background-image: url(../img/img_sel_buy.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.pop--wrap .pop2 .ma--select--wrap .ma--t .ma--t--txt {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--t .ma--t--txt p {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.3px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--t .ma--t--txt span {
	line-height: 1;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b {
	display: flex;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--l {
	padding: 25px 20px;
	width: 168px;
	border-right: 1px solid #e8ecff;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--l .num--circle {
	margin-bottom: 20px;
	display: inline-block;
	background-color: #f1f3ff;
	padding: 10px 12px;
	color: #315bff;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.13px;
	font-weight: 500;
	border-radius: 100px;
	white-space: nowrap;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--l .date--list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--l .date--list span {
	text-align: center;
	color: #393956;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.28px;
	line-height: 1;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r {
	padding: 25px;
	width: calc(100% - 168px);
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r h5 {
	margin-bottom: 15px;
	color: #24243d;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .ma--check--wrap {
	display: flex;
	margin-top: 20px;
	gap: 30px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .ma--check--wrap .check--wrap input {
	display: none;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .ma--check--wrap .check--wrap input:checked + label::before {
	background-image: url(../img/ico_checkbox_on.svg);
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .ma--check--wrap .check--wrap label {
	display: flex;
	align-items: center;
	color: #24243D;
	font-size: 15px;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: -0.3px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .ma--check--wrap .check--wrap label::before {
	content: "";
	width: 18px;
	height: 18px;
	margin-right: 10px;
	display: inline-block;
	background-position: center;
	background-image: url(../img/ico_checkbox.svg);
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .input--wrap {
	margin-bottom: 25px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .input--wrap input {
	width: 100%;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	line-height: 1;
	color: #24243D;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.3px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .input--wrap input::-moz-placeholder {
	color: #B7B7B7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .input--wrap input::placeholder {
	color: #B7B7B7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .input--wrap:last-child {
	margin-bottom: 0;
}
.pop--wrap .pop2 .ma--table--wrap tr {
	border-bottom: 1px solid #e5e3ff;
	border-right: 1px solid #e5e3ff;
}
.pop--wrap .pop2 .ma--table--wrap tr:first-child {
	border-top: 1px solid #e5e3ff;
}
.pop--wrap .pop2 .ma--table--wrap th {
	background-color: #f1f3ff;
	text-align: center;
	color: #24243d;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.28px;
	border-right: 1px solid #e5e3ff;
	border-left: 1px solid #e5e3ff;
}
.pop--wrap .pop2 .ma--table--wrap td {
	padding: 10px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap {
	margin-bottom: 25px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap input {
	width: 100%;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	line-height: 1;
	color: #24243D;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.3px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap input::-moz-placeholder {
	color: #B7B7B7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap input::placeholder {
	color: #B7B7B7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap textarea {
	width: 100%;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	line-height: 1.4;
	color: #24243D;
	font-size: 15px;
	resize: none;
	font-weight: 400;
	letter-spacing: -0.3px;
	height: 100px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap textarea::-moz-placeholder {
	color: #B7B7B7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap textarea::placeholder {
	color: #B7B7B7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap:last-child {
	margin-bottom: 0;
}
.pop--wrap .pop2 .ma--btn--wrap {
	margin-top: 35px;
	display: flex;
	justify-content: center;
}
.pop--wrap .pop2 .ma--btn--wrap button {
	border-radius: 10px;
	border: 1px solid rgba(49, 91, 255, 0.5);
	padding: 18px 20px;
	width: 120px;
	line-height: 1;
	color: #315bff;
	font-size: 15px;
	font-weight: 500;
	background: #FFF;
	letter-spacing: -0.3px;
}

.footer--wrap {
	background-color: #2F313C;
	position: relative;
}
.footer--wrap::after {
	content: "";
	position: absolute;
	background-color: #525461;
	height: 1px;
	width: 100%;
	top: 65px;
	left: 0;
}
.footer--wrap .footer--link {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 25px 0;
	gap: 20px;
}
.footer--wrap .footer--link a {
	line-height: 1;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: -0.3px;
	font-weight: 600;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.footer--wrap .footer--link a::after {
	content: "";
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	height: 13px;
	width: 1px;
	margin-left: 20px;
}
.footer--wrap .footer--link a:last-child::after {
	display: none;
}
.footer--wrap .footer--cont {
	padding: 40px 0 30px;
	width: 1000px;
	margin: 0 auto;
}
.footer--wrap .footer--cont .footer--t ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer--wrap .footer--cont .footer--t ul li {
	list-style: none;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.3px;
}
.footer--wrap .footer--cont .footer--t ul li span {
	display: inline-flex;
	align-items: center;
}
.footer--wrap .footer--cont .footer--t ul li span:last-child::after {
	display: none;
}
.footer--wrap .footer--cont .footer--t ul li span::after {
	width: 1px;
	height: 11px;
	background: rgba(255, 255, 255, 0.5);
	content: "";
	margin-left: 13px;
	margin-right: 13px;
}
.footer--wrap .footer--cont .footer--b {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #525461;
	color: #9D9FAC;
	font-size: 13px;
	font-weight: 400;
	line-height: 2.1;
	letter-spacing: -0.26px;
}

.modal--tit--captions {
	color: #315BFF;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 17px */
	letter-spacing: -0.34px;
	margin-top: 30px;
}

.modal--deal--size {
	padding-top: 0px;
}
.modal--deal--size > h2 {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: -0.44px;
}
.modal--deal--size > h2 p {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 20px */
	letter-spacing: -0.4px;
	padding-left: 24px;
	margin-top: 15px;
}
.modal--deal--size .modal--deal--inner {
	padding-top: 35px;
}
.modal--deal--size .modal--deal--inner .count--list--wrap .title--count {
	color: #111;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: -0.34px;
	margin-bottom: 30px;
}
.modal--deal--size .modal--deal--inner .count--list--wrap .title--count > span {
	color: #315BFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 17px */
	letter-spacing: -0.34px;
}
.modal--deal--size .modal--deal--inner .count--list--wrap .title--count > div {
	margin-top: 15px;
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: -0.32px;
}
.modal--deal--size .modal--deal--inner .top--small--text {
	color: #444;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: -0.32px;
}
.modal--deal--size .modal--deal--inner .end--desc--text {
	color: #315BFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: -0.32px;
	padding-top: 20px;
}
.modal--deal--size .modal--deal--inner .inner--detail--desc {
	margin-top: 30px;
	border-radius: 20px;
	background: #F2F9FF;
	padding: 30px;
}
.modal--deal--size .modal--deal--inner .inner--detail--desc > ul {
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
}
.modal--deal--size .modal--deal--inner .inner--detail--desc > ul li {
	list-style: none;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: -0.3px;
	position: relative;
	padding-left: 13px;
	margin-bottom: 5px;
}
.modal--deal--size .modal--deal--inner .inner--detail--desc > ul li:last-child {
	margin-bottom: 0px;
}
.modal--deal--size .modal--deal--inner .inner--detail--desc > ul li:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background: #333;
	position: absolute;
	top: 12px;
	left: 0px;
}

.purchase--size--process .modal--deal--size > h2 {
	color: #000;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: -0.5px;
	padding: 0;
	margin: 0;
}
.purchase--size--process .modal--deal--size > p {
	color: #315BFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.32px;
	margin: 0px;
	margin-top: 30px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner {
	padding-top: 0px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner .rounded--captions {
	color: #315BFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
	border-radius: 100px;
	border: 1px solid rgba(49, 91, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 10px;
	margin-top: 30px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner > h3 {
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	margin-top: 45px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: -0.32px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner > h3::before {
	content: "";
	position: absolute;
	background: #000;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	top: 9px;
	left: 0px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner > h3 strong {
	display: block;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: -0.32px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner .inner--detail--desc > h4 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: -0.32px;
	margin-top: 30px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner .inner--detail--desc .desc {
	padding-top: 10px;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: -0.3px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner .section--case > ul {
	padding: 0px;
	margin: 0px;
	margin-top: 20px !important;
	padding-left: 10px;
	list-style: none;
}
.purchase--size--process .modal--deal--size .modal--deal--inner .section--case > ul li {
	position: relative;
	padding-left: 15px;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
}
.purchase--size--process .modal--deal--size .modal--deal--inner .section--case > ul li:before {
	content: "";
	display: block;
	position: absolute;
	background: #000;
	top: 12px;
	left: 0px;
	width: 3px !important;
	height: 3px !important;
	border-radius: 4px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner .section--case > h2 {
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	margin-top: 45px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: -0.32px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner .section--case > h2 span {
	display: block;
}
.purchase--size--process .modal--deal--size .modal--deal--inner .section--case > h2 span i {
	font-style: normal;
	color: #315BFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.32px;
}
.purchase--size--process .modal--deal--size .modal--deal--inner .section--case > h2::before {
	content: "";
	position: absolute;
	background: #000;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	top: 9px;
	left: 0px;
}

.purchase--company--check .btm--contents {
	padding: 20px;
	border-radius: 0px 0px 20px 20px;
	border-right: 1px solid #E8ECFF;
	border-bottom: 1px solid #E8ECFF;
	border-left: 1px solid #E8ECFF;
	background: #FFF;
}
.purchase--company--check .btm--contents .company--check {
	padding-top: 30px;
}
.purchase--company--check .btm--contents .company--check > h2 {
	color: #24243D;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: -0.32px;
}
.purchase--company--check .btm--contents .company--check .input--wrap input {
	border-radius: 12px;
	border: 1px solid #dedede;
	background-color: #fff;
	padding: 20px 18px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
}
.purchase--company--check .btm--contents .company--check .input--wrap input::-moz-placeholder {
	color: #cecece;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.48px;
}
.purchase--company--check .btm--contents .company--check .input--wrap input::placeholder {
	color: #cecece;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.48px;
}
.purchase--company--check .btm--contents .company--check .company--list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 25px;
	row-gap: 25px;
}
.purchase--company--check .btm--contents .company--check .company--list .check--box--content {
	width: 50%;
}
.purchase--company--check .btm--contents .company--check .company--list .check--box--content label {
	position: relative;
	padding-left: 32px;
}
.purchase--company--check .btm--contents .company--check .company--list .check--box--content label:before {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/ic_check_off.svg) no-repeat center;
}
.purchase--company--check .btm--contents .company--check .company--list .check--box--content input[type=checkbox]:checked + label::before {
	background: url(../img/ic_check_on.svg) no-repeat center;
}
.purchase--company--check .btm--contents .date--purchase--number {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.purchase--company--check .btm--contents .date--purchase--number .date {
	color: #393956;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
.purchase--company--check .btm--contents .date--purchase--number .number {
	display: flex;
	padding: 15px;
	align-items: center;
	gap: 5px;
	border-radius: 100px;
	background: #F1F3FF;
	color: #315BFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	letter-spacing: 0.15px;
}
.purchase--company--check .top--contents {
	border-radius: 20px 20px 0px 0px;
	background: #315BFF;
	padding: 20px;
}
.purchase--company--check .top--contents > h2 {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	letter-spacing: -0.45px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
.purchase--company--check .top--contents > h3 {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.28px;
}

.modal--cont .req--f--consult--btn {
	display: flex;
	width: 100%;
	padding: 28px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 15px;
	border: 1px solid rgba(49, 91, 255, 0.5);
	background: #FFF;
	color: #315BFF;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 17px */
	letter-spacing: -0.51px;
}
.modal--cont .end--desc--wrap {
	color: #555;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.48px;
	padding-top: 35px;
}
.modal--cont .for--sale--list {
	padding-top: 60px;
}
.modal--cont .for--sale--list > h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
	letter-spacing: -0.54px;
}
.modal--cont .for--sale--list > h2 span {
	color: #666;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.48px;
}
.modal--cont .for--sale--list > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.modal--cont .for--sale--list > ul li {
	padding: 0px;
	margin: 0px;
	padding: 25px;
	border-radius: 20px;
	border: 1px solid #E2ECFD;
	background: #F2F5FA;
}
.modal--cont .for--sale--list > ul li > h2 {
	padding: 0px;
	margin: 0px;
	color: #315BFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: -0.48px;
	margin-bottom: 20px;
}
.modal--cont .for--sale--list > ul li dl {
	display: flex;
	align-items: center;
}
.modal--cont .for--sale--list > ul li dl dt {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.48px;
	padding: 0px;
	margin: 0px;
}
.modal--cont .for--sale--list > ul li dl dd {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.48px;
	padding: 0px;
	margin: 0px;
	padding-left: 3px;
}
.modal--cont .for--sale--list > ul li dl dd strong {
	font-weight: 600;
}/*# sourceMappingURL=style.css.map */