@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
* {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

body {
	height: 100%;
}

.pt--20 {
	padding-top: 20px !important;
}

.pt--25 {
	padding-top: 25px !important;
}

.pt--35 {
	padding-top: 35px !important;
}

.pt--40 {
	padding-top: 40px !important;
}

.pt--45 {
	padding-top: 45px !important;
}

.pt--50 {
	padding-top: 50px !important;
}

.pt--70 {
	padding-top: 70px !important;
}

.pb--40 {
	padding-bottom: 40px !important;
}

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

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

.line--dotted--top {
	border-top: 1px dotted #AFAFAF;
	color: #24243D !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 1.5 !important; /* 18px */
}

.desc--sub {
	margin-top: 20px;
	color: #444;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
}
.desc--sub > span {
	display: block;
	color: #444;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	margin-bottom: 12px;
}

.inner--contents {
	width: 100%;
}

.header--menu--dim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 4, 19, 0.7);
	z-index: 9;
	display: none;
}
.header--menu--dim.actv {
	display: block;
}

.exclamation--mark {
	border-radius: 1000px;
	background: #299FFF;
	display: inline-flex;
	width: 18px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	color: #FFF;
	font-style: normal;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%; /* 12px */
	margin-left: 10px;
}

header {
	position: relative;
	z-index: 10;
}
header .header--line--banner--wrap {
	background: url(../img/top_line_bg.png) no-repeat center;
	width: 100%;
	padding: 20px;
	background-size: cover;
	display: flex;
	justify-content: center;
	overflow: hidden;
	transition: all linear 0.2s;
}
header .header--line--banner--wrap.actv {
	padding: 0px 0px;
	height: 0px;
}
header .header--line--banner--wrap .inner--contents {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
header .header--line--banner--wrap .inner--contents .close--btn {
	background: none;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: -10px;
	right: -10px;
}
header .header--line--banner--wrap .inner--contents p {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
header .header--line--banner--wrap .inner--contents div {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.36px;
	display: flex;
	text-align: center;
	width: 100%;
	justify-content: center;
	max-width: 1200px;
	margin-top: 20px;
}
header .header--line--banner--wrap .inner--contents div b {
	font-weight: 800;
}
header.actv .header--wrap:after {
	height: 480px;
}
header.actv .header--wrap .header--bottom .header--contents > ul > li > ul {
	display: flex;
}
header .header--wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
header .header--wrap:after {
	transition: all ease-in-out 0.3s;
	content: "";
	display: block;
	height: 0px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 166px;
	left: 0px;
	border-top: 1px solid #ebebeb;
	z-index: -1;
}
header .header--wrap .header--bottom {
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	z-index: 2;
}
header .header--wrap .header--bottom .header--contents {
	max-width: 1200px;
	width: 100%;
	position: relative;
}
header .header--wrap .header--bottom .header--contents > ul {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
header .header--wrap .header--bottom .header--contents > ul > li {
	text-align: center;
	position: relative;
	height: 75px;
	display: inline-flex;
	align-items: center;
}
header .header--wrap .header--bottom .header--contents > ul > li > ul {
	display: none;
	position: absolute;
	top: 105px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	justify-content: center;
}
header .header--wrap .header--bottom .header--contents > ul > li > ul li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
header .header--wrap .header--bottom .header--contents > ul > li > ul li.type2--wrap {
	position: relative;
}
header .header--wrap .header--bottom .header--contents > ul > li > ul li.type2--wrap .type2 {
	position: absolute;
	left: 160px;
	top: 0px;
}
header .header--wrap .header--bottom .header--contents > ul > li > ul li h2 {
	color: #000;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.7; /* 15px */
	letter-spacing: -0.3px;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
}
header .header--wrap .header--bottom .header--contents > ul > li > ul li h2:nth-of-type(1) {
	margin-top: 0px;
}
header .header--wrap .header--bottom .header--contents > ul > li > ul li a {
	display: flex;
	width: 100%;
	justify-content: center;
	white-space: nowrap;
	color: #222;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.3px;
	margin-bottom: 10px;
}
header .header--wrap .header--bottom .header--contents > ul > li > ul li a u {
	text-decoration: none;
}
header .header--wrap .header--bottom .header--contents > ul > li > ul li a:hover {
	color: #315BFF;
}
header .header--wrap .header--bottom .header--contents > ul > li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 0px;
	transition: all linear 0.2s;
}
header .header--wrap .header--bottom .header--contents > ul > li:hover > a {
	color: #315BFF;
}
header .header--wrap .header--bottom .header--contents > ul > li:hover > a span {
	color: #315BFF;
}
header .header--wrap .header--bottom .header--contents > ul > li:hover:after {
	width: 100%;
	background: #315BFF;
}
header .header--wrap .header--bottom .header--contents > ul > li .actv a {
	color: #315BFF;
}
header .header--wrap .header--bottom .header--contents > ul > li a {
	text-decoration: none;
	color: #111;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.3px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
header .header--wrap .header--bottom .header--contents > ul > li a span {
	color: #111;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.3px;
	display: flex;
}
header .header--wrap .header--top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 90px;
	position: relative;
	z-index: 4;
	background: #fff;
}
header .header--wrap .header--top .header--contents {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
}
header .header--wrap .header--top .header--contents .logo a {
	display: flex;
	width: 188px;
	height: 30px;
	background: url(../img/h_logo.svg);
}
header .header--wrap .header--top .header--contents .header--menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 45px;
}
header .header--wrap .header--top .header--contents .header--menu .global--ic {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
header .header--wrap .header--top .header--contents .header--menu .global--ic.actv ul {
	display: flex;
}
header .header--wrap .header--top .header--contents .header--menu .global--ic ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px;
	margin: 0px;
	width: 120px;
	justify-content: center;
	list-style: none;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ebebeb;
	flex-direction: column;
	padding: 10px;
}
header .header--wrap .header--top .header--contents .header--menu .global--ic ul:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ebebeb;
}
header .header--wrap .header--top .header--contents .header--menu .global--ic ul:after {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}
header .header--wrap .header--top .header--contents .header--menu .global--ic ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ebebeb;
}
header .header--wrap .header--top .header--contents .header--menu .global--ic ul li:last-child {
	border-bottom: 0px;
}
header .header--wrap .header--top .header--contents .header--menu .global--ic ul li a {
	color: #222;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}
header .header--ham--wrap {
	background-color: #ffffff;
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100vh;
	transition: all 0.3s;
	z-index: 100;
	display: flex;
	flex-direction: column;
}
header .header--ham--wrap.active {
	left: 0%;
}
header .header--ham--wrap .header--ham--top {
	background-color: #1b3ec6;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .header--ham--wrap .header--ham--top .logo--wrap {
	display: inline-block;
}
header .header--ham--wrap .header--ham--top .logo--wrap img {
	width: 100%;
}
header .header--ham--wrap .header--ham--top .login--menu {
	display: flex;
	gap: 20px;
}
header .header--ham--wrap .header--ham--top .login--menu .ico--user {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(../img/ico_user.svg);
}
header .header--ham--wrap .header--ham--top .login--menu .ico--close {
	display: inline-block;
	cursor: pointer;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	background-image: url(../img/ico_close2.svg);
}
header .header--ham--wrap .header--ham--menu {
	display: flex;
}
header .header--ham--wrap .header--ham--menu .ham--l {
	position: relative;
	width: 51%;
	height: calc(100vh - 84px);
	overflow-y: auto;
	background-color: #F5F5F5;
}
header .header--ham--wrap .header--ham--menu .ham--l ul {
	padding: 0;
	margin-bottom: 0;
}
header .header--ham--wrap .header--ham--menu .ham--l ul li {
	list-style: none;
	cursor: pointer;
	padding: 30px 10px;
	color: #222222;
	line-height: 1;
	letter-spacing: -0.3px;
	border-bottom: 1px solid #E3E3E3;
	font-weight: 400;
	background-color: #F5F5F5;
	font-size: 15px;
	text-align: center;
}
header .header--ham--wrap .header--ham--menu .ham--l ul li.active {
	background-color: #ffffff;
}
header .header--ham--wrap .header--ham--menu .ham--l .menu--login {
	text-decoration: none;
	color: #555;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	margin: 50px 0;
	line-height: 1;
	letter-spacing: -0.32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 12px;
}
header .header--ham--wrap .header--ham--menu .ham--l .menu--login .ico {
	width: 16px;
	height: 16px;
}
header .header--ham--wrap .header--ham--menu .ham--l .menu--login .ico.login {
	background-image: url(../img/ico_login.svg);
}
header .header--ham--wrap .header--ham--menu .ham--l .menu--login .ico.logout {
	background-image: url(../img/ico_logout.svg);
}
header .header--ham--wrap .header--ham--menu .ham--r {
	width: 49%;
	padding: 0 15px;
	height: calc(100vh - 84px);
	overflow-y: auto;
}
header .header--ham--wrap .header--ham--menu .ham--r ul {
	padding: 0;
	display: none;
}
header .header--ham--wrap .header--ham--menu .ham--r ul.active {
	display: block;
}
header .header--ham--wrap .header--ham--menu .ham--r ul li {
	list-style: none;
}
header .header--ham--wrap .header--ham--menu .ham--r ul li a {
	width: 100%;
	font-size: 15px;
	display: inline-block;
	color: #222222;
	line-height: 1;
	padding: 30px 15px;
	letter-spacing: -0.3px;
	border-bottom: 1px solid #F6F6F6;
	text-decoration: none;
}
header .header--ham--wrap .header--ham--menu .ham--r ul li a.active {
	color: #315BFF;
	font-weight: 500;
}

main > article > section {
	width: 100%;
	display: flex;
	justify-content: center;
}

#main--visual--wrap {
	padding-top: 237px;
}
#main--visual--wrap.actv {
	padding-top: 137px;
}
#wrapper.actv {
	margin-top: 135px;
}
/* 중간 레이아웃 */
#wrapper {z-index:5;margin:135px auto 0;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#main--visual--wrap .swiper--pagination--wrapper {
	width: 100%;
	position: absolute;
	bottom: 60px;
	left: 40px;
	z-index: 10;
	display: flex;
	justify-content: center;
}
#main--visual--wrap .swiper--pagination--wrapper .swiper-pagination {
	position: static;
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: -20px;
}
#main--visual--wrap .swiper--pagination--wrapper .swiper-pagination span {
	opacity: 1;
	background: #fff;
	position: relative;
	margin: 0 5px;
}
#main--visual--wrap .swiper--pagination--wrapper .swiper-pagination span.swiper-pagination-bullet-active {
	margin: 0 20px;
}
#main--visual--wrap .swiper--pagination--wrapper .swiper-pagination span.swiper-pagination-bullet-active:after {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #fff;
	border-radius: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#main--visual--wrap .main--visual--contents {
	position: relative;
	display: flex;
	min-height: 300px;
	justify-content: center;
}
#main--visual--wrap .main--visual--contents > img {
	height: auto;
	width: auto;
	min-width: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
#main--visual--wrap .main--visual--contents .inner--contents {
	position: absolute;
	top: 0px;
	padding: 0 40px;
}
#main--visual--wrap .main--visual--contents .inner--contents h2 {
	padding-top: 70px;
	color: #fff;
	z-index: 1;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -1px;
}
#main--visual--wrap .main--visual--contents .inner--contents p {
	color: #ffffff;
	margin-bottom: 0;
}

#kmx--mna--process section > div {
	padding: 50px 25px;
}
#kmx--mna--process section > div h2 {
	color: #000;
	line-height: 1.4;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.52px;
}
#kmx--mna--process section > div h2 strong {
	font-weight: 700;
}
#kmx--mna--process section > div .thumb {
	margin-top: 40px;
	margin-bottom: 50px;
	width: 287px;
	max-width: 100%;
	height: 158px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(../img/img_mna_process.png);
}
#kmx--mna--process section > div ul {
	margin-bottom: 20px;
	padding-left: 0;
}
#kmx--mna--process section > div ul li {
	list-style: none;
	padding-left: 18px;
	position: relative;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 1.4;
	margin-bottom: 10px;
}
#kmx--mna--process section > div ul li::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	background-color: #9E9E9E;
}
#kmx--mna--process section > div ul li:last-child {
	margin-bottom: 0;
}
#kmx--mna--process section > div p {
	color: #111;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.48px;
	margin-bottom: 30px;
}
#kmx--mna--process section > div p.color--blue {
	color: #315BFF;
	margin-bottom: 50px;
	letter-spacing: -0.48px;
}
#kmx--mna--process section > div .more--btn {
	border: none;
	padding: 20px 30px;
	border-radius: 100px;
	background-color: #315bff;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.48px;
}

#dbl--contents section {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#dbl--contents section .inner--contents .dbl--contents {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding-top: 70px;
}
#dbl--contents section .inner--contents .dbl--contents .dbl--box {
	width: calc(50% - 20px);
	border-radius: 30px;
	background-color: #EFF7FF !important;
	padding: 45px 40px;
}
#dbl--contents section .inner--contents .dbl--contents .dbl--box:nth-of-type(1) {
	background: url(../img/user_ic01.png) no-repeat calc(100% - 40px) calc(100% - 40px);
}
#dbl--contents section .inner--contents .dbl--contents .dbl--box h2 {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 22px */
}
#dbl--contents section .inner--contents .dbl--contents .dbl--box p {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}
#dbl--contents section .inner--contents .dbl--contents .dbl--box p.lt--text {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	padding-left: 15px;
	max-width: 360px;
}
#dbl--contents section .inner--contents .dbl--contents .dbl--box p.lt--text i {
	font-style: normal;
	position: absolute;
	left: 0px;
}
#dbl--contents section .inner--contents .dbl--contents .dbl--box h3 {
	color: #315BFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	padding: 0px;
	margin: 0px;
	margin-top: 38px;
}

#grid--info .inner--contents {
	padding: 50px 25px;
}
#grid--info .inner--contents .mnakm--intd--btn {
	color: #000;
	font-size: 20px;
	border: none;
	padding: 0;
	background-color: transparent;
	font-weight: 600;
	margin-bottom: 35px;
	letter-spacing: -0.4px;
}
#grid--info .inner--contents > ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 40px;
}
#grid--info .inner--contents > ul > li {
	width: calc(50% - 10px);
}
#grid--info .inner--contents > ul > li:nth-of-type(1) .thumb {
	background: url(../img/mnk_01_mo.png) no-repeat center;
}
#grid--info .inner--contents > ul > li:nth-of-type(2) .thumb {
	background: url(../img/mnk_02_mo.png) no-repeat center;
}
#grid--info .inner--contents > ul > li:nth-of-type(3) .thumb {
	background: url(../img/mnk_03_mo.png) no-repeat center;
}
#grid--info .inner--contents > ul > li:nth-of-type(4) .thumb {
	background: url(../img/mnk_04_mo.png) no-repeat center;
}
#grid--info .inner--contents > ul > li .thumb {
	width: 100%;
	height: 180px;
	aspect-ratio: 1/1;
	border-radius: 30px;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
}
#grid--info .inner--contents > ul > li .thumb:before {
	content: "";
	display: block;
	width: 100%;
	height: 88px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(17, 25, 56, 0) 0%, rgba(17, 25, 56, 0.7) 61.36%);
}
#grid--info .inner--contents > ul > li .thumb > div {
	position: absolute;
	bottom: 20px;
	padding: 0 20px;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.45px;
	margin-bottom: 0;
	display: flex;
	gap: 15px;
	flex-direction: column;
}
#grid--info .inner--contents > ul > li .thumb > div > p {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
}
#grid--info .inner--contents > ul > li .desc--wrap {
	width: 100%;
	padding-top: 25px;
}
#grid--info .inner--contents > ul > li .desc--wrap .dbl--inner {
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#grid--info .inner--contents > ul > li .desc--wrap .dbl--inner > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#grid--info .inner--contents > ul > li .desc--wrap .dbl--inner > ul h2 {
	color: #315BFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 10px;
}
#grid--info .inner--contents > ul > li .desc--wrap .dbl--inner > ul h2.color--white {
	color: #ffffff;
	pointer-events: none;
}
#grid--info .inner--contents > ul > li .desc--wrap .dbl--inner > ul h2 .color--red {
	color: #ff4400;
	font-weight: 600;
	display: inline-block;
	margin-top: 5px;
}
#grid--info .inner--contents > ul > li .desc--wrap .dbl--inner > ul li {
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 15px;
	position: relative;
	line-height: 1;
	padding-left: 16px;
}
#grid--info .inner--contents > ul > li .desc--wrap .dbl--inner > ul li .ico {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.371 9L7.71975 6.348C7.64812 6.27881 7.59098 6.19606 7.55167 6.10455C7.51237 6.01305 7.49168 5.91464 7.49081 5.81505C7.48995 5.71547 7.50892 5.61671 7.54663 5.52453C7.58434 5.43236 7.64004 5.34862 7.71045 5.2782C7.78087 5.20778 7.86461 5.15209 7.95679 5.11438C8.04896 5.07667 8.14772 5.0577 8.2473 5.05856C8.34689 5.05943 8.4453 5.08012 8.5368 5.11942C8.62831 5.15873 8.71107 5.21587 8.78025 5.2875L11.9625 8.46975C12.1031 8.6104 12.1821 8.80113 12.1821 9C12.1821 9.19887 12.1031 9.3896 11.9625 9.53025L8.78025 12.7125C8.6388 12.8491 8.44935 12.9247 8.2527 12.923C8.05605 12.9213 7.86794 12.8424 7.72889 12.7034C7.58983 12.5643 7.51095 12.3762 7.50924 12.1796C7.50754 11.9829 7.58313 11.7935 7.71975 11.652L10.371 9ZM9 16.5C13.1423 16.5 16.5 13.1422 16.5 9C16.5 4.85775 13.1423 1.5 9 1.5C4.85775 1.5 1.5 4.85775 1.5 9C1.5 13.1422 4.85775 16.5 9 16.5Z' fill='%237691AF'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	margin-left: 5px;
	cursor: pointer;
	vertical-align: -4px;
}
#grid--info .inner--contents > ul > li .desc--wrap .dbl--inner > ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #C0C0C0;
	position: absolute;
	top: 4px;
	left: 0px;
}
#grid--info .inner--contents > ul > li .desc--wrap .dbl--inner > ul li:last-child {
	margin-bottom: 0px;
}
#grid--info .inner--contents > ul > li .desc--wrap > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#grid--info .inner--contents > ul > li .desc--wrap > ul > li {
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
	position: relative;
	padding-left: 31px;
}
#grid--info .inner--contents > ul > li .desc--wrap > ul > li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #C0C0C0;
	position: absolute;
	top: 4px;
	left: 15px;
}
#grid--info .inner--contents > ul > li .desc--wrap > ul > li:last-child {
	margin-bottom: 0px;
}

#bl--column5 {
	padding-top: 35px;
}
#bl--column5 .intd--swiper {
	padding: 0 25px;
}
#bl--column5 .intd--swiper .swiper-wrapper {
	height: auto;
}
#bl--column5 .intd--swiper .inn--cont {
	height: 220px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 80px;
}
#bl--column5 .intd--swiper .inn--cont > div {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: -0.28px;
}
#bl--column5 .intd--swiper .inn--cont > h2 {
	color: #FFF;
	text-align: center;
	font-size: 17px;
	margin-bottom: 0;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	padding-top: 0px;
}
#bl--column5 .intd--swiper .inn--cont > h2 span {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	margin-top: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
	letter-spacing: -0.28px;
}
#bl--column5 .intd--swiper .inn--cont .wish--btn {
	display: inline-flex;
	padding: 11px 15px 12px 15px;
	align-items: center;
	gap: 5px;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: transparent;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	margin-top: 25px;
}
#bl--column5 .intd--swiper .inn--cont .wish--btn .wish--ic {
	width: 16px;
	height: 16px;
	background-image: url(../img/ico_heart.svg);
}
#bl--column5 .intd--swiper .inn--cont .numb--section {
	display: inline-flex;
	padding: 5px 10px 6px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #FFF;
	color: #315BFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
}
#bl--column5 .intd--swiper .inn--cont.cont1 {
	background: #315BFF url(../img/bl_bg01_1_mo.png) no-repeat top right;
}
#bl--column5 .intd--swiper .inn--cont.cont2 {
	background: #2986ff url(../img/bl_bg02_1_mo.png) no-repeat top right;
}
#bl--column5 .intd--swiper .inn--cont.cont3 {
	background: #315BFF url(../img/bl_bg03_1_mo.png) no-repeat top right;
}
#bl--column5 .intd--swiper .inn--cont.cont4 {
	background: #2986ff url(../img/bl_bg04_1_mo.png) no-repeat top right;
}
#bl--column5 .intd--swiper .inn--cont.cont5 {
	background: #315BFF url(../img/bl_bg05_1_mo.png) no-repeat top right;
}
#bl--column5 .intd--swiper .inn--cont.cont5 h2 {
	margin-bottom: 20px;
}
#bl--column5 .intd--swiper .inn--cont.cont5 p {
	margin-bottom: 0;
}
#bl--column5 .intd--swiper .swiper-pagination {
	margin-top: 30px;
	position: static;
}
#bl--column5 .intd--swiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1 !important;
	width: 12px;
	height: 12px;
	background-color: #D5E3F5;
}
#bl--column5 .intd--swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #2986FF;
}

#dbl--contents2 {
	padding-top: 100px;
}
#dbl--contents2 .dbl--contents {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 60px;
	flex-direction: column;
	gap: 40px;
	padding: 0 25px;
}
#dbl--contents2 .dbl--contents .dbl--box {
	border-radius: 25px;
	background: #F1F3FF;
	width: 100%;
	padding-top: 45px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 35px;
	position: relative;
	overflow: hidden;
}
#dbl--contents2 .dbl--contents .dbl--box.type--2 > p {
	color: #FF5B2F;
}
#dbl--contents2 .dbl--contents .dbl--box.type--2 .cpm--btn {
	background: #FF4C00;
}
#dbl--contents2 .dbl--contents .dbl--box .cpm--btn {
	display: flex;
	width: 100%;
	padding: 22px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
	background: #315BFF;
	border: 0px;
	margin-top: 35px;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 17px */
	letter-spacing: -0.51px;
}
#dbl--contents2 .dbl--contents .dbl--box > * {
	position: relative;
	z-index: 1;
}
#dbl--contents2 .dbl--contents .dbl--box:after {
	content: "";
	width: 140px;
	height: 140px;
	background: url(../img/dbl_ic01.png) no-repeat center;
	display: block;
	position: absolute;
	right: -15px;
	top: -28px;
	z-index: 0;
}
#dbl--contents2 .dbl--contents .dbl--box:nth-of-type(2) {
	background: #FFF7F3;
}
#dbl--contents2 .dbl--contents .dbl--box:nth-of-type(2):after {
	background: url(../img/dbl_ic02.png) no-repeat center;
}
#dbl--contents2 .dbl--contents .dbl--box:nth-of-type(2) > h2 {
	color: #24243D;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
}
#dbl--contents2 .dbl--contents .dbl--box:nth-of-type(2) > p {
	margin-top: 15px;
}
#dbl--contents2 .dbl--contents .dbl--box:nth-of-type(2) > ul > li .more--btn {
	left: 0px;
	right: auto;
}
#dbl--contents2 .dbl--contents .dbl--box > h2 {
	color: #24243D;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 22px */
	padding: 0px;
	margin: 0px;
}
#dbl--contents2 .dbl--contents .dbl--box > p {
	line-height: 1.3;
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
	position: relative;
	padding-left: 15px;
	color: #2986FF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
}
#dbl--contents2 .dbl--contents .dbl--box > p:before {
	content: "*";
	display: block;
	position: absolute;
	left: 0px;
	top: 2px;
}
#dbl--contents2 .dbl--contents .dbl--box > ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#dbl--contents2 .dbl--contents .dbl--box > ul li {
	width: 100%;
	position: relative;
	color: #444;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 30px;
}
#dbl--contents2 .dbl--contents .dbl--box > ul li:last-child {
	margin-bottom: 0px;
}
#dbl--contents2 .dbl--contents .dbl--box > ul li .more--btn {
	display: inline-flex;
	padding: 10px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	border: 1px solid rgba(36, 36, 61, 0.5);
	margin-top: 20px;
	color: #24243D;
	background: transparent;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 13px */
}

#deep--matching {
	margin-top: 100px;
}
#deep--matching section {
	background: #EFF7FF;
}
#deep--matching section .header--contents {
	padding-top: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#deep--matching section .header--contents h2 {
	color: #183048;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 40px */
	padding: 0px;
	margin: 0px;
}
#deep--matching section .header--contents p {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #436689;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-top: 30px;
}
#deep--matching section .header--contents p strong {
	color: #183048;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 20px */
}
#deep--matching section .header--contents .sebuma--button {
	border-radius: 100px;
	background: #183048;
	display: flex;
	padding: 20px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	margin-top: 35px;
	border: 0px;
}
#deep--matching section .body--contents {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
	padding-top: 70px;
	padding-bottom: 120px;
}
#deep--matching section .body--contents > div {
	border-radius: 30px;
	background: #FFF;
	padding: 40px 45px;
	padding-left: 160px;
	width: calc(50% - 12.5px);
	position: relative;
}
#deep--matching section .body--contents > div > h3 {
	color: #315BFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-top: 15px;
}
#deep--matching section .body--contents > div > h2 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
}
#deep--matching section .body--contents > div > p {
	padding: 0px;
	margin: 0px;
	color: #222;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 20px;
}
#deep--matching section .body--contents > div > p:nth-of-type(2) {
	margin-top: 15px;
	color: #315BFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}
#deep--matching section .body--contents > div .plus--detail h3 {
	color: #315bff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 15px;
}
#deep--matching section .body--contents > div .plus--detail p {
	font-weight: 500;
	font-size: 14px;
	color: #444444;
	line-height: 1.7;
	letter-spacing: -0.44px;
	margin-bottom: 0;
}
#deep--matching section .body--contents > div .plus--detail p span {
	color: #315bff;
}
#deep--matching section .body--contents > div .thumb--lists {
	gap: 20px;
	position: absolute;
	top: 45px;
	left: 45px;
}
#deep--matching section .body--contents > div .thumb--lists > div {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #EFF7FF !important;
}
#deep--matching section .body--contents > div:nth-of-type(1) .thumb--lists > div:nth-of-type(1) {
	background: url(../img/dpm_02.png) no-repeat center;
}
#deep--matching section .body--contents > div:nth-of-type(2) .thumb--lists > div:nth-of-type(1) {
	background: url(../img/dpm_03.png) no-repeat center;
}
#deep--matching section .body--contents > div:nth-of-type(2) .thumb--lists > div:nth-of-type(2) {
	background: url(../img/dpm_04.png) no-repeat center;
}
#deep--matching section .body--contents > div:nth-of-type(3) .thumb--lists > div:nth-of-type(1) {
	background: url(../img/dpm_01.png) no-repeat center;
}
#deep--matching section .body--contents > div:nth-of-type(3) .thumb--lists > div:nth-of-type(2) {
	background: url(../img/dpm_01.png) no-repeat center;
}
#deep--matching section .body--contents > div:nth-of-type(3) .thumb--lists > div:nth-of-type(3) {
	background: url(../img/dpm_06.png) no-repeat center;
}
#deep--matching section .body--contents > div:nth-of-type(4) .thumb--lists > div:nth-of-type(1) {
	background: url(../img/dpm_07.png) no-repeat center;
}
#deep--matching section .body--contents > div:nth-of-type(4) .thumb--lists > div:nth-of-type(2) {
	background: url(../img/dpm_07.png) no-repeat center;
}

#call--center--info {
	background-color: #2986FF !important;
	position: relative;
}
#call--center--info:after {
	content: "";
	width: 229.128px;
	height: 161.333px;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
	background: url(../img/hms.png) no-repeat right bottom;
}
#call--center--info section {
	position: relative;
	overflow: hidden;
	padding-bottom: 76px;
}
#call--center--info section::before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 100%;
	transform: translateX(15%);
	background: #1E7CF6;
}
#call--center--info section:after {
	content: "";
	height: 100%;
	position: absolute;
	width: 831px;
	background: url(../img/tri_bg01.png) no-repeat left center;
	background-size: cover;
	top: 0px;
	left: 50%;
	transform: translateX(13%);
	z-index: 1;
	pointer-events: none;
}
#call--center--info section .inner--contents {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
#call--center--info section .inner--contents > div {
	display: flex;
	padding-top: 91px;
	gap: 110px;
}
#call--center--info section .inner--contents > div.ptn--rk {
	display: flex;
	flex-direction: column;
	gap: 0px;
}
#call--center--info section .inner--contents > div.ptn--rk > h2 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 20px */
}
#call--center--info section .inner--contents > div.ptn--rk div {
	color: #EF0;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	margin-top: 20px;
}
#call--center--info section .inner--contents > div.ptn--rk div span {
	display: block;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.3px;
	margin-top: 18px;
}
#call--center--info section .inner--contents > div.ptn--rk > a {
	display: inline-flex !important;
	height: 43px;
	padding: 12px 15px 13px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #EF0;
	color: #006AF4;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
	text-decoration: none;
	max-width: 118px;
	margin-top: 40px;
}
#call--center--info section .inner--contents > div > div > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
#call--center--info section .inner--contents > div > div > ul li {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1;
}
#call--center--info section .inner--contents > div > div > ul li.on {
	color: #EF0;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
}
#call--center--info section .inner--contents > div > div > a {
	display: inline-flex;
	padding: 12px 15px 13px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #FFF;
	color: #2986FF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 14px */
	margin-top: 35px;
}
#call--center--info section .inner--contents > div > div h2 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 20px */
}
#call--center--info section .inner--contents > div > div > div {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	white-space: nowrap;
}
#call--center--info section .inner--contents > div > div > div.text--cp--wrap {
	min-height: 51px;
	margin-top: 20px;
}

#call--center--info2 {
	background: url(../img/total_bg.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#call--center--info2 .inner--contents {
	padding-top: 60px;
	padding-bottom: 60px;
}
#call--center--info2 .inner--contents > h2 {
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 30px */
	letter-spacing: -0.6px;
	padding: 0px;
	margin: 0px;
}
#call--center--info2 .inner--contents > p {
	padding-top: 20px;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: -0.34px;
	margin-bottom: 45px;
}
#call--center--info2 .inner--contents .grid--box--items {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	overflow-x: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
#call--center--info2 .inner--contents .grid--box--items:last-child {
	margin-bottom: 0px;
}
#call--center--info2 .inner--contents .grid--box--items.nth--01 > div {
	height: 224px;
}
#call--center--info2 .inner--contents .grid--box--items.nth--01 > div:nth-of-type(1) {
	background: rgba(255, 255, 255, 0.9) url(../img/coun_02.png) no-repeat calc(100% - 35px) calc(100% - 30px) !important;
}
#call--center--info2 .inner--contents .grid--box--items.nth--01 > div:nth-of-type(2) {
	background: rgba(255, 255, 255, 0.9) url(../img/coun_01.png) no-repeat calc(100% - 35px) calc(100% - 30px) !important;
}
#call--center--info2 .inner--contents .grid--box--items.nth--01 > div:nth-of-type(5), #call--center--info2 .inner--contents .grid--box--items.nth--01 > div:nth-of-type(4) {
	min-width: 585px;
}
#call--center--info2 .inner--contents .grid--box--items > div {
	width: 330px;
	min-width: 330px;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(2.5px);
					backdrop-filter: blur(2.5px);
	min-height: 267px;
	height: 267px;
	padding: 40px;
	position: relative;
}
#call--center--info2 .inner--contents .grid--box--items > div .apply--btn {
	position: absolute;
	border-radius: 100px;
	background-color: #5185ce;
	border: none;
	color: #ffffff;
	letter-spacing: -0.26px;
	line-height: 1;
	padding: 12px 15px;
	font-size: 13px;
	font-weight: 600;
	bottom: 35px;
	left: 40px;
}
#call--center--info2 .inner--contents .grid--box--items > div > h2 {
	color: #002DB6;
	font-size: 19px;
	font-style: normal;
	text-align: left;
	font-weight: 700;
	line-height: 100%; /* 19px */
	letter-spacing: -0.38px;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
#call--center--info2 .inner--contents .grid--box--items > div > h2 span {
	color: #222;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
	margin-left: 10px;
}
#call--center--info2 .inner--contents .grid--box--items > div > h2 .process--btn {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	background: transparent;
	border-radius: 100px;
	border: 1px solid rgba(0, 89, 255, 0.5);
	display: inline-flex;
	padding: 10px 15px 11px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #0059FF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
	letter-spacing: -0.28px;
}
#call--center--info2 .inner--contents .grid--box--items > div > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
}
#call--center--info2 .inner--contents .grid--box--items > div > ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.3px;
	color: #111111;
}
#call--center--info2 .inner--contents .grid--box--items > div > ul li a {
	color: #111111;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.3px;
}
#call--center--info2 .inner--contents .grid--box--items > div > ul li:last-child {
	margin-bottom: 0px;
}
#call--center--info2 .inner--contents .grid--box--items > div > ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #7C7C7C;
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
}
#call--center--info2 .inner--contents .grid--box--items > div > p {
	color: #111;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
}
#call--center--info2 .inner--contents .grid--box--items > div > p.p--btn {
	padding-top: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}
#call--center--info2 .inner--contents .grid--box--items > div > p.p--btn .view--btn {
	border-radius: 100px;
	border: 1px solid rgba(0, 89, 255, 0.5);
	color: #0059FF;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	padding: 8px 10px;
	letter-spacing: -0.24px;
}
#call--center--info2 .inner--contents .grid--box--items > div > p.bl--color--text {
	color: #002DB6;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: -0.28px;
	padding-top: 10px;
}

#twb--contents .inner--contents {
	padding-top: 60px;
	padding-bottom: 60px;
}
#twb--contents .inner--contents h2 {
	color: #24243D;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 28px */
	letter-spacing: -0.56px;
}
#twb--contents .inner--contents p {
	color: #222;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 17px */
	letter-spacing: -0.34px;
	margin: 0px;
	margin-top: 20px;
}
#twb--contents .inner--contents .st--swiper, #twb--contents .inner--contents .st--swiper2, #twb--contents .inner--contents .st--swiper3, #twb--contents .inner--contents .st--swiper4 {
	padding: 50px 25px 0;
}
#twb--contents .inner--contents .st--swiper .swiper-slide, #twb--contents .inner--contents .st--swiper2 .swiper-slide, #twb--contents .inner--contents .st--swiper3 .swiper-slide, #twb--contents .inner--contents .st--swiper4 .swiper-slide {
	height: auto;
}
#twb--contents .inner--contents .st--swiper .swiper-slide .st--card, #twb--contents .inner--contents .st--swiper2 .swiper-slide .st--card, #twb--contents .inner--contents .st--swiper3 .swiper-slide .st--card, #twb--contents .inner--contents .st--swiper4 .swiper-slide .st--card {
	align-self: stretch;
	border-radius: 20px;
	border: 1px solid #E3E3E3;
	background: #FFF;
	padding: 20px;
	height: 100%;
	position: relative;
}
#twb--contents .inner--contents .st--swiper .swiper-slide .st--card .more--btn, #twb--contents .inner--contents .st--swiper2 .swiper-slide .st--card .more--btn, #twb--contents .inner--contents .st--swiper3 .swiper-slide .st--card .more--btn, #twb--contents .inner--contents .st--swiper4 .swiper-slide .st--card .more--btn {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 2;
}
#twb--contents .inner--contents .st--swiper .swiper-slide .st--card .numb, #twb--contents .inner--contents .st--swiper2 .swiper-slide .st--card .numb, #twb--contents .inner--contents .st--swiper3 .swiper-slide .st--card .numb, #twb--contents .inner--contents .st--swiper4 .swiper-slide .st--card .numb {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border-radius: 100px;
	background: #143869;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
	letter-spacing: -0.42px;
}
#twb--contents .inner--contents .st--swiper .swiper-slide .st--card .desc--wrap .top--contents, #twb--contents .inner--contents .st--swiper2 .swiper-slide .st--card .desc--wrap .top--contents, #twb--contents .inner--contents .st--swiper3 .swiper-slide .st--card .desc--wrap .top--contents, #twb--contents .inner--contents .st--swiper4 .swiper-slide .st--card .desc--wrap .top--contents {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.34px;
	margin-top: 20px;
}
#twb--contents .inner--contents .st--swiper .swiper-slide .st--card .desc--wrap .top--contents span, #twb--contents .inner--contents .st--swiper2 .swiper-slide .st--card .desc--wrap .top--contents span, #twb--contents .inner--contents .st--swiper3 .swiper-slide .st--card .desc--wrap .top--contents span, #twb--contents .inner--contents .st--swiper4 .swiper-slide .st--card .desc--wrap .top--contents span {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.3px;
}
#twb--contents .inner--contents .st--swiper .swiper-slide .st--card .desc--wrap .btm--contents, #twb--contents .inner--contents .st--swiper2 .swiper-slide .st--card .desc--wrap .btm--contents, #twb--contents .inner--contents .st--swiper3 .swiper-slide .st--card .desc--wrap .btm--contents, #twb--contents .inner--contents .st--swiper4 .swiper-slide .st--card .desc--wrap .btm--contents {
	color: #444;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 166.667% */
	letter-spacing: -0.45px;
	margin-top: 15px;
}
#twb--contents .inner--contents .st--swiper .btn--wrapper, #twb--contents .inner--contents .st--swiper2 .btn--wrapper, #twb--contents .inner--contents .st--swiper3 .btn--wrapper, #twb--contents .inner--contents .st--swiper4 .btn--wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding-top: 15px;
}
#twb--contents .inner--contents .st--swiper .prev--btn, #twb--contents .inner--contents .st--swiper .next--btn, #twb--contents .inner--contents .st--swiper2 .prev--btn, #twb--contents .inner--contents .st--swiper2 .next--btn, #twb--contents .inner--contents .st--swiper3 .prev--btn, #twb--contents .inner--contents .st--swiper3 .next--btn, #twb--contents .inner--contents .st--swiper4 .prev--btn, #twb--contents .inner--contents .st--swiper4 .next--btn {
	width: 50px;
	height: 50px;
	background-color: #C0CEDD;
	border-radius: 50%;
	z-index: 10;
	border: 0px;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: center;
}
#twb--contents .inner--contents .st--swiper .prev--btn.swiper-button-disabled, #twb--contents .inner--contents .st--swiper .next--btn.swiper-button-disabled, #twb--contents .inner--contents .st--swiper2 .prev--btn.swiper-button-disabled, #twb--contents .inner--contents .st--swiper2 .next--btn.swiper-button-disabled, #twb--contents .inner--contents .st--swiper3 .prev--btn.swiper-button-disabled, #twb--contents .inner--contents .st--swiper3 .next--btn.swiper-button-disabled, #twb--contents .inner--contents .st--swiper4 .prev--btn.swiper-button-disabled, #twb--contents .inner--contents .st--swiper4 .next--btn.swiper-button-disabled {
	opacity: 0.5;
}
#twb--contents .inner--contents .st--swiper .prev--btn, #twb--contents .inner--contents .st--swiper2 .prev--btn, #twb--contents .inner--contents .st--swiper3 .prev--btn, #twb--contents .inner--contents .st--swiper4 .prev--btn {
	visibility: visible;
	left: 0px;
	background-image: url(../img/ico_swiper_btn2.svg);
}
#twb--contents .inner--contents .st--swiper .next--btn, #twb--contents .inner--contents .st--swiper2 .next--btn, #twb--contents .inner--contents .st--swiper3 .next--btn, #twb--contents .inner--contents .st--swiper4 .next--btn {
	right: 0px;
	background-image: url(../img/ico_swiper_btn.svg);
}

#video--contents--wrapper .next--btn {
	width: 60px;
	height: 60px;
	border: 0px;
	border-radius: 60px;
}
#video--contents--wrapper .prev--btn {
	width: 60px;
	height: 60px;
	border: 0px;
	border-radius: 60px;
}
#video--contents--wrapper .inner--contents {
	position: relative;
	z-index: 2;
}
#video--contents--wrapper .inner--contents:after {
	content: "";
	display: block;
	width: 138px;
	height: 139px;
	background: url(../img/ems_01.png) no-repeat center;
	position: absolute;
	top: 109px;
	right: -238px;
	z-index: -1;
}
#video--contents--wrapper .inner--contents:before {
	position: absolute;
	top: calc(50% - 10px);
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 230.121px;
	height: 189px;
	background: url(../img/ems_02.png) no-repeat center;
	z-index: -1;
	right: -125px;
}
#video--contents--wrapper .inner--contents .video--btn {
	border: 0px;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#video--contents--wrapper .inner--contents .top--contents {
	background: #2A40E4 url(../img/hms2.png) no-repeat top 100px right -50px;
	padding: 60px 25px;
	padding-right: 0px;
}
#video--contents--wrapper .inner--contents .top--contents .btn--wrapper {
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	gap: 20px;
}
#video--contents--wrapper .inner--contents .top--contents .title--s h2 {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 32px */
	letter-spacing: -0.64px;
}
#video--contents--wrapper .inner--contents .top--contents .title--s p {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	padding: 0px;
	margin: 0px;
	letter-spacing: -0.32px;
	margin-top: 20px;
}
#video--contents--wrapper .inner--contents .top--contents .swiper-slide {
	max-width: 300px;
}
#video--contents--wrapper .inner--contents .top--contents .video--cw {
	width: 100%;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
	max-width: 300px;
}
#video--contents--wrapper .inner--contents .top--contents .video--cw .thumb--wrap {
	position: relative;
	background-size: cover !important;
	width: 100%;
	height: 210px;
}
#video--contents--wrapper .inner--contents .top--contents .video--cw .thumb--wrap.bg--01 {
	background: url(../img/vd_th01.png) no-repeat center;
}
#video--contents--wrapper .inner--contents .top--contents .video--cw .thumb--wrap.bg--02 {
	background: url(../img/vd_th02.png) no-repeat center;
}
#video--contents--wrapper .inner--contents .top--contents .video--cw .thumb--wrap.bg--03 {
	background: url(../img/vd_th03.png) no-repeat center;
}
#video--contents--wrapper .inner--contents .top--contents .video--cw .desc--wrap {
	width: 100%;
	background: #fff;
	height: 120px;
	padding: 0 30px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.36px;
	position: relative;
}
#video--contents--wrapper .inner--contents .top--contents .video--cw .desc--wrap strong {
	color: #2A40E4;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	position: absolute;
	right: 65px;
	top: 20px;
	letter-spacing: -0.36px;
}
#video--contents--wrapper .inner--contents .top--contents .video--cw .desc--wrap strong::before {
	content: "";
	display: inline-block;
	width: 52px;
	height: 34px;
	position: absolute;
	left: -8px;
	top: 0px;
	background-image: url(../img/ico_check.svg);
	background-repeat: no-repeat;
}
#video--contents--wrapper .inner--contents .btm--contents {
	display: flex;
	flex-direction: column;
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(../img/btm_contents_bg.jpg) no-repeat center;
	background-size: cover;
}
#video--contents--wrapper .inner--contents .btm--contents .ytb--wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
	padding: 0 25px;
	margin-top: 50px;
}
#video--contents--wrapper .inner--contents .btm--contents .ytb--wrap > p {
	text-align: center;
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	margin-top: 40px;
	line-height: 1;
	letter-spacing: -0.36px;
	margin-bottom: 0;
}
#video--contents--wrapper .inner--contents .btm--contents .ytb--wrap > div {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	width: 100%;
	gap: 60px;
}
#video--contents--wrapper .inner--contents .btm--contents .ytb--wrap .intd--btn {
	color: #2A40E4;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: -0.32px;
	display: inline-flex;
	padding: 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	border: 1px solid rgba(42, 64, 228, 0.5);
	max-width: 235px;
	background: transparent;
	position: relative;
	margin: 0 auto;
	margin-top: 35px;
}
#video--contents--wrapper .inner--contents .btm--contents .ytb--wrap .video--inner--contents {
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	height: 240px;
	width: 100%;
}
#video--contents--wrapper .inner--contents .btm--contents .ytb--wrap .video--inner--contents:nth-of-type(1) {
	background: url(../img/vd_th04.png) no-repeat center;
	background-size: cover;
}
#video--contents--wrapper .inner--contents .btm--contents .ytb--wrap .video--inner--contents:nth-of-type(2) {
	background: url(../img/vd_th05.png) no-repeat center;
	background-size: cover;
}
#video--contents--wrapper .inner--contents .btm--contents .title--s {
	padding: 0 25px;
}
#video--contents--wrapper .inner--contents .btm--contents .title--s > h2 {
	color: #191919;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 32px */
	letter-spacing: -0.64px;
}
#video--contents--wrapper .inner--contents .btm--contents .title--s > p {
	color: #191919;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.32px;
	margin-top: 20px;
}

#news--info--wrap section > div {
	padding: 0 25px;
	padding-top: 70px;
	padding-bottom: 60px;
	width: 100%;
}
#news--info--wrap section > div > h2 {
	margin-bottom: 0;
	color: #315BFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	letter-spacing: -0.6px;
}
#news--info--wrap section > div > h3 {
	color: #24243D;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5; /* 47px */
	letter-spacing: -0.6px;
	padding-top: 25px;
	margin-bottom: 0;
}
#news--info--wrap section > div > h3 span {
	color: #315BFF;
}
#news--info--wrap .conten--box.type--2 ul li {
	background: #FFF7F3;
}
#news--info--wrap .conten--box.type--2 ul li .bd > div h2 {
	color: #202040;
}
#news--info--wrap .conten--box.type--2 ul li .bd > div > ul > li {
	color: #474773;
}
#news--info--wrap .conten--box.type--2 ul li .bd > div > ul > li::before {
	background: #474773;
}
#news--info--wrap .conten--box.type--2 ul li .bd > h2 {
	color: #202040;
	border-bottom: 1px dashed #F0B494;
}
#news--info--wrap .conten--box.type--2 ul li .bd > h2 span {
	color: #474773;
}
#news--info--wrap .conten--box.type--2 ul li .bd > h2 a {
	color: #474773;
}
#news--info--wrap .conten--box.type--2 ul li .hd {
	border-bottom: 1px solid #F1CFBE;
	background: #FFECE2;
}
#news--info--wrap .conten--box.type--2 ul li .hd span {
	color: #474773;
}
#news--info--wrap .conten--box.type--2 ul li .hd span strong {
	color: #202040;
}
#news--info--wrap .conten--box.type--2 ul li .hd button {
	background: #FF4C00;
}
#news--info--wrap .conten--box ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#news--info--wrap .conten--box ul li {
	overflow: hidden;
	border-radius: 20px;
	background: #F1F3FF;
	margin-bottom: 15px;
}
#news--info--wrap .conten--box ul li:last-child {
	margin-bottom: 0px;
}
#news--info--wrap .conten--box ul li .bd {
	padding: 25px;
}
#news--info--wrap .conten--box ul li .bd > div h2 {
	color: #202040;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 16px */
	letter-spacing: -0.48px;
	padding-top: 25px;
}
#news--info--wrap .conten--box ul li .bd > div > ul {
	margin-top: 16px;
}
#news--info--wrap .conten--box ul li .bd > div > ul > li {
	padding-left: 10px;
	color: #474773;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	position: relative;
	margin-bottom: 10px;
}
#news--info--wrap .conten--box ul li .bd > div > ul > li::before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #474773;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
#news--info--wrap .conten--box ul li .bd > h2 {
	color: #202040;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 16px */
	letter-spacing: -0.48px;
	border-bottom: 1px dashed #B0BFF9;
	padding-bottom: 25px;
}
#news--info--wrap .conten--box ul li .bd > h2 span {
	color: #474773;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	margin-left: 25px;
	margin-right: 10px;
}
#news--info--wrap .conten--box ul li .bd > h2 a {
	color: #474773;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	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;
}
#news--info--wrap .conten--box ul li .hd {
	padding: 0px 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 66px;
	border-bottom: 1px solid #DAE0F5;
	background: #E8EBFD;
}
#news--info--wrap .conten--box ul li .hd span {
	color: #474773;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.48px;
}
#news--info--wrap .conten--box ul li .hd span strong {
	color: #202040;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}
#news--info--wrap .conten--box ul li .hd button {
	display: flex;
	padding: 13px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	border: 0px;
	background: #315BFF;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: -0.42px;
}
#news--info--wrap .conten--box .btn--wrapper {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#news--info--wrap .conten--box .btn--wrapper .more--btn {
	border: none;
	text-decoration: none;
	color: #ffffff;
	background-color: #868DA8;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	border-radius: 100px;
	padding: 20px 30px;
	letter-spacing: -0.3px;
}
#news--info--wrap .circle--title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 68px;
	margin-bottom: -10px;
	z-index: -1;
}
#news--info--wrap .circle--title.type--2 .title--btn {
	border: 1px solid rgba(255, 76, 0, 0.5);
	color: #FF4C00;
}
#news--info--wrap .circle--title .title--btn {
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	padding: 20px 25px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 100px;
	list-style: 100%;
	border: 1px solid rgba(49, 91, 255, 0.5);
	background: #FFF;
	color: #315BFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: -0.32px;
}

#mna--open--contents {
	background: #F2F5FA;
}
#mna--open--contents .inner--contents {
	padding-top: 60px;
	padding-bottom: 50px;
}
#mna--open--contents .inner--contents .title--t {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#mna--open--contents .inner--contents .title--t > h2 {
	color: #24243D;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 30px */
	letter-spacing: -0.6px;
	padding: 0px;
	margin: 0px;
}
#mna--open--contents .inner--contents .title--t > p {
	padding: 0px;
	margin: 0px;
	color: #222;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 17px */
	letter-spacing: -0.34px;
	margin-top: 20px;
}
#mna--open--contents .inner--contents .title--t > p strong {
	font-weight: 600;
}
#mna--open--contents .inner--contents .title--t > a {
	margin: 0 auto;
	display: inline-flex;
	padding: 20px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #183048;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	margin-top: 40px;
	text-decoration: none;
}
#mna--open--contents .inner--contents .data--search--wrapper {
	width: 750px;
	margin: 0 auto;
}
#mna--open--contents .inner--contents .data--search--wrapper > p {
	color: #315BFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
	margin-top: 18px;
}
#mna--open--contents .inner--contents .data--search--wrapper .data--search--wrap {
	display: flex;
	padding-top: 60px;
}
#mna--open--contents .inner--contents .data--search--wrapper .data--search--wrap .search--btn {
	display: flex;
	padding: 20px 35px 21px 35px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 0px 12px 12px 0px;
	background: #143DE0;
	border: 0px;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
#mna--open--contents .inner--contents .data--search--wrapper .data--search--wrap input {
	margin-right: -1px;
	border: 1px solid #DFDFDF;
	width: 100%;
	max-width: 313px;
	display: flex;
	padding: 20px 20px 21px 20px;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	background: #F2F5FA;
	color: #B7B7B7;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
#mna--open--contents .inner--contents .data--search--wrapper .data--search--wrap input:nth-of-type(1) {
	border-radius: 12px 0px 0px 12px;
}
#mna--open--contents .inner--contents .data--search--wrapper .data--search--wrap input::-moz-placeholder {
	color: #B7B7B7;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
#mna--open--contents .inner--contents .data--search--wrapper .data--search--wrap input::placeholder {
	color: #B7B7B7;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
#mna--open--contents .inner--contents .data--search--list {
	padding-top: 42px;
}
#mna--open--contents .inner--contents .data--search--list > ul {
	list-style: none;
	padding: 0px;
	padding: 0 25px;
	margin: 0px;
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#mna--open--contents .inner--contents .data--search--list > ul li {
	border-radius: 25px;
	background: #EAEEFF;
	padding: 15px;
	width: calc(50% - 5px);
}
#mna--open--contents .inner--contents .data--search--list > ul li > h2 {
	color: #24243D;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
	letter-spacing: -0.36px;
	margin-bottom: 15px;
	text-align: center;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--dc {
	display: flex;
	word-break: keep-all;
	gap: 5px;
	margin-top: 15px;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--dc > div {
	width: 50%;
	display: flex;
	padding: 19px 0 13px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 13px;
	border-radius: 15px;
	background: #DAE2FF;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--dc > div > span {
	color: #24243D;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
	letter-spacing: -0.28px;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--dc > div button {
	display: flex;
	padding: 10px 18px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	text-align: center;
	max-width: 100%;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 13px */
	letter-spacing: -0.26px;
	border: 0px;
	border-radius: 20px;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--dc > div button.sell--hope {
	background: #0AF;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--dc > div button.sell--open {
	background: #1942E4;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--hope {
	border-radius: 100px;
	background: #DAE2FF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding: 0 15px;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--hope > div {
	display: flex;
	align-items: center;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--hope > div:last-child {
	color: #24243D;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	margin-left: auto;
	line-height: 100%;
	letter-spacing: -0.3px;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--hope > div:last-child span {
	color: #FF3C00;
	text-align: right;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
	margin-right: 5px;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--hope > div > span {
	color: #24243D;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
#mna--open--contents .inner--contents .data--search--list > ul li .result--hope > div .won--ic {
	margin-right: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #fff;
	font-style: normal;
	color: #204AEC;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 10px */
	letter-spacing: -0.2px;
}
#mna--open--contents .inner--contents .data--search--list .btn--wrapper {
	padding-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#mna--open--contents .inner--contents .data--search--list .btn--wrapper button {
	display: inline-flex;
	padding: 20px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 0px;
	border-radius: 100px;
	background: #183048;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
}

#kmx--key--point .inner--contents {
	padding: 0 25px;
	padding-top: 60px;
	padding-bottom: 60px;
}
#kmx--key--point .inner--contents > h2 {
	color: #24243D;
	text-align: left;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 30px */
	letter-spacing: -0.6px;
}
#kmx--key--point .inner--contents > h2 span {
	color: #24243D;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.36px;
	margin-left: 10px;
}
#kmx--key--point .inner--contents .dl--wrappers {
	padding-top: 50px;
}
#kmx--key--point .inner--contents .dl--wrappers > h2 {
	color: #1942E4;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 19px */
	letter-spacing: -0.38px;
	padding: 0px;
	margin: 0px;
}
#kmx--key--point .inner--contents .dl--wrappers > p {
	color: #222;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: -0.3px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}
#kmx--key--point .inner--contents .dl--wrappers > p br {
	display: none;
}
#kmx--key--point .inner--contents .dl--wrappers > p.caution--text {
	color: #FF4C00;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 16px */
	letter-spacing: -0.32px;
}
#kmx--key--point .inner--contents .dl--wrappers > div {
	margin-top: 35px;
}
#kmx--key--point .inner--contents .dl--wrappers > div:nth-of-type(1) {
	margin-top: 45px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table {
	width: 100%;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td {
	text-align: center;
	border: 1px solid #CAD8EE;
	position: relative;
	z-index: 1;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
	padding: 25px 20px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td.df--color {
	background: #fff !important;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td.on {
	position: relative;
	z-index: 2;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td.on.type--2:after {
	height: 281px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td.on.type--3:after {
	width: 100%;
	height: 163px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td.on.type--4:after {
	width: 100%;
	height: 259px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td.on.type--5:after {
	width: 100%;
	height: 213px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td.on:after {
	content: "";
	display: block;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: 0px;
	left: 0px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td > h2 {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td p {
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: -0.28px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td p:nth-of-type(2) {
	padding-left: 15px;
	position: relative;
	line-height: 1.5;
	margin-top: 10px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td p:nth-of-type(2) i {
	position: absolute;
	left: 0px;
	font-style: normal;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td strong {
	color: #000;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td span {
	display: block;
	color: #333;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.28px;
	padding-top: 10px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td:nth-of-type(1) {
	background: #FCF4FF;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td:last-child {
	text-align: left;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td > ul li {
	line-height: 1.7;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.3px;
	margin-bottom: 20px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table td > ul li::marker {
	color: #838DB5;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table th {
	border: 1px solid #CAD8EE;
	background: #F2F5FA;
	text-align: center;
	height: 118px;
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
	letter-spacing: -0.36px;
	padding: 0 20px;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table th.on {
	background: #315BFF;
	border-color: #315BFF;
	color: #fff;
}
#kmx--key--point .inner--contents .dl--wrappers > div > table th span {
	color: #333;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: -0.28px;
	display: block;
	padding-top: 10px;
}

#inn--and--out--wrap {
	padding-top: 30px;
	padding-bottom: 84px;
}
#inn--and--out--wrap > section {
	width: 100%;
}
#inn--and--out--wrap > section > div {
	width: 100%;
}
#inn--and--out--wrap > section > div > h2 {
	color: #24243D;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 30px */
	letter-spacing: -0.6px;
}
#inn--and--out--wrap > section > div > p {
	color: #222;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.7; /* 17px */
	letter-spacing: -0.34px;
	padding-top: 20px;
	margin-bottom: 45px;
}
#inn--and--out--wrap > section > div > p span {
	color: #315BFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.34px;
}
#inn--and--out--wrap .carousel--contents {
	width: 100%;
	margin-bottom: 45px;
}
#inn--and--out--wrap .carousel--contents .cc--swiper, #inn--and--out--wrap .carousel--contents .cc--swiper2, #inn--and--out--wrap .carousel--contents .cc--swiper3 {
	padding: 0 25px;
}
#inn--and--out--wrap .carousel--contents:last-child {
	margin-bottom: 0px;
}
#inn--and--out--wrap .carousel--contents .swiper-wrapper {
	margin: 0 auto;
}
#inn--and--out--wrap .carousel--contents .swiper-slide {
	display: flex;
	height: auto;
	align-self: stretch;
}
#inn--and--out--wrap .carousel--contents .btn--wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding-top: 15px;
}
#inn--and--out--wrap .carousel--contents .prev--btn, #inn--and--out--wrap .carousel--contents .next--btn {
	width: 50px;
	height: 50px;
	background-color: #C0CEDD;
	border-radius: 50%;
	z-index: 10;
	border: 0px;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: center;
}
#inn--and--out--wrap .carousel--contents .prev--btn.swiper-button-disabled, #inn--and--out--wrap .carousel--contents .next--btn.swiper-button-disabled {
	opacity: 0.5;
}
#inn--and--out--wrap .carousel--contents .prev--btn {
	visibility: visible;
	left: 0px;
	background-image: url(../img/ico_swiper_btn2.svg);
}
#inn--and--out--wrap .carousel--contents .next--btn {
	right: 0px;
	background-image: url(../img/ico_swiper_btn.svg);
}
#inn--and--out--wrap .carousel--contents .swiper-slide .inner--content {
	width: 100%;
	padding: 30px 25px;
	border-radius: 30px;
	background: #F6F8FF url(../img/io_01.png) no-repeat calc(100% - 15px) 15px;
	background-size: 70px;
}
#inn--and--out--wrap .carousel--contents .swiper-slide .inner--content > h2 {
	padding-right: 50px;
	word-break: keep-all;
	color: #646488;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.38px;
	margin-bottom: 15px;
}
#inn--and--out--wrap .carousel--contents .swiper-slide .inner--content > span {
	display: inline-flex;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #B0BAE1;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
	margin-bottom: 15px;
}
#inn--and--out--wrap .carousel--contents .swiper-slide .inner--content > h3 {
	color: #6F7AA5;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: -0.32px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
#inn--and--out--wrap .carousel--contents .swiper-slide .inner--content > div {
	color: #404061;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.32px;
}
#inn--and--out--wrap .carousel--contents .swiper-slide .inner--content > div br {
	display: none;
}
#inn--and--out--wrap .carousel--contents .swiper-slide .inner--content > ul {
	margin-bottom: 0;
	list-style: none;
	padding: 0px;
}
#inn--and--out--wrap .carousel--contents .swiper-slide .inner--content > ul > li {
	color: #404061;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.32px;
	position: relative;
	padding-left: 20px;
}
#inn--and--out--wrap .carousel--contents .swiper-slide .inner--content > ul > li:before {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #404061;
	position: absolute;
	top: 10px;
	left: 6px;
}
#inn--and--out--wrap .carousel--contents .swiper-slide:first-child .inner--content {
	background: #FFF7F3 url(../img/io_02.png) no-repeat calc(100% - 15px) 15px;
	background-size: 70px;
}
#inn--and--out--wrap .carousel--contents .swiper-slide:first-child .inner--content > span {
	background: #FF4C00;
}
#inn--and--out--wrap .carousel--contents .swiper-slide:first-child .inner--content > h3 {
	color: #FF4C00;
	padding-right: 60px;
	word-break: keep-all;
}

#kmx--success--wrap {
	background: #131C2D url(../img/kmx_success_bg.jpg) no-repeat center top 137px;
	background-attachment: fixed;
	background-size: 100%;
}
#kmx--success--wrap .inner--contents {
	padding-top: 60px;
	padding-bottom: 50px;
	position: relative;
	/*!20250422 : S*/
	/*!20250422 : E*/
}
#kmx--success--wrap .inner--contents > h2 {
	color: #FFF;
	text-align: left;
	padding-left: 25px;
	font-size: 30px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 700;
	line-height: 100%; /* 30px */
	letter-spacing: -0.6px;
}
#kmx--success--wrap .inner--contents .header--info--actions {
	margin: 0 auto;
	max-width: 625px;
	width: 100%;
	padding-top: 25px;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-bottom: 50px;
}
#kmx--success--wrap .inner--contents .header--info--actions > ul {
	padding: 0px;
	margin-bottom: 0px;
}
#kmx--success--wrap .inner--contents .header--info--actions > ul li {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: -0.34px;
}
#kmx--success--wrap .inner--contents .header--info--actions .more--btn {
	margin: 0 auto;
	border-radius: 100px;
	background: #FFF;
	display: inline-flex;
	padding: 20px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #183048;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
}
#kmx--success--wrap .inner--contents .block--cal--wrap {
	display: block;
	overflow: hidden;
	transition: all 0.3s linear;
	padding: 0 15px;
}
#kmx--success--wrap .inner--contents .block--cal--wrap.off {
	max-height: 0px;
}
#kmx--success--wrap .inner--contents .block--cal {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
#kmx--success--wrap .inner--contents .block--cal .inn--price {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#kmx--success--wrap .inner--contents .block--cal .inn--price > span {
	color: #FFF;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 17px */
	letter-spacing: -0.34px;
	margin-bottom: 10px;
}
#kmx--success--wrap .inner--contents .block--cal .inn--price > span strong {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.34px;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts {
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(2.5px);
					backdrop-filter: blur(2.5px);
	padding: 20px 15px;
	display: flex;
	gap: 20px;
	width: calc(50% - 20px);
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts.type--2 .desc--wrap > div:nth-of-type(1) span:nth-of-type(1) {
	background: #315BFF;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts.type--2 .desc--wrap > div:nth-of-type(3) > div span:nth-of-type(1) {
	color: #315BFF;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap {
	width: 100%;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div {
	display: flex;
	gap: 10px;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div:nth-of-type(1) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	word-break: keep-all;
	margin-bottom: 14px;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div:nth-of-type(1) span:nth-of-type(1) {
	border-radius: 100px;
	background: #FF4C00;
	display: inline-flex;
	padding: 10px 12px 11px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 14px */
	letter-spacing: -0.28px;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div:nth-of-type(1) span:nth-of-type(2) {
	color: #FFF;
	text-align: right;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div.img--wrap {
	width: 100%;
	height: 100px;
	border-radius: 20px;
	margin-bottom: 14px;
	background-image: url(../img/kmx_s01.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div.img--wrap.img2 {
	background-image: url(../img/kmx_s02.png);
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div.img--wrap.img3 {
	background-image: url(../img/kmx_s03.png);
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div.img--wrap.img4 {
	background-image: url(../img/kmx_s04.png);
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div:nth-of-type(3) {
	display: flex;
	width: 100%;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div:nth-of-type(3) > div {
	background: #fff;
	width: 100%;
	height: 80px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div:nth-of-type(3) > div span:nth-of-type(1) {
	color: #FF4C00;
	word-break: keep-all;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .desc--wrap > div:nth-of-type(3) > div span:nth-of-type(2) {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .thumb {
	width: 165px;
	height: 165px;
	border-radius: 20px;
	overflow: hidden;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .thumb.thb--01 {
	background: url(../img/kmx_s01.png) no-repeat center;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .thumb.thb--02 {
	background: url(../img/kmx_s02.png) no-repeat center;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .thumb.thb--03 {
	background: url(../img/kmx_s03.png) no-repeat center;
}
#kmx--success--wrap .inner--contents .block--cal .inn--conts .thumb.thb--04 {
	background: url(../img/kmx_s04.png) no-repeat center;
}
#kmx--success--wrap .inner--contents .btn--wrap {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
#kmx--success--wrap .inner--contents .btn--wrap .more--btn {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 18px 20px;
	letter-spacing: -0.3px;
}
#kmx--success--wrap .inner--contents .btn--wrap .more--btn svg {
	transform: rotate(180deg);
}
#kmx--success--wrap .inner--contents .btn--wrap .more--btn.off svg {
	transform: rotate(0deg);
}

#board--intd--wrap .inner--contents {
	padding-top: 20px;
	padding-bottom: 70px;
}
#board--intd--wrap .inner--contents .board--intd--contents {
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 0 25px;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper {
	padding: 35px;
	border-radius: 30px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	width: 100%;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--head .more--btn--list a {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #F3F3F3;
	display: none;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--head .more--btn--list a.actv {
	display: flex;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--head .tab--lists {
	display: flex;
	gap: 8px;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--head .tab--lists > div {
	cursor: pointer;
	display: inline-flex;
	padding: 12px 15px 13px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #F6F6F6;
	color: #909090;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	letter-spacing: -0.15px;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--head .tab--lists > div.actv {
	color: #fff;
	background: #183048;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--body--wrap .tab--body {
	width: 100%;
	padding-top: 50px;
	display: none;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--body--wrap .tab--body.actv {
	display: block;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--body--wrap .tab--body > ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--body--wrap .tab--body > ul > li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	position: relative;
	padding-left: 16px;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--body--wrap .tab--body > ul > li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #D8D8D8;
	border-radius: 6px;
	position: absolute;
	top: 5px;
	left: 0px;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--body--wrap .tab--body > ul > li:last-child {
	margin-bottom: 0px;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--body--wrap .tab--body > ul > li > div {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.16px;
	max-width: 159px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 16px;
	white-space: nowrap;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--body--wrap .tab--body > ul > li > div a {
	color: #333;
	text-decoration:none;
}
#board--intd--wrap .inner--contents .board--intd--contents .more--board--wrapper .tab--body--wrap .tab--body > ul > li > span {
	color: #636363;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.16px;
}
#board--intd--wrap .inner--contents .board--intd--contents .news--board {
	background: #F6F6F6 url(../img/bd_01.png) no-repeat 100% 100%;
}
#board--intd--wrap .inner--contents .board--intd--contents .intd--board {
	background: #F6F6F6 url(../img/bd_02.png) no-repeat 100% 100%;
}
#board--intd--wrap .inner--contents .board--intd--contents .news--board,
#board--intd--wrap .inner--contents .board--intd--contents .intd--board {
	padding: 40px 30px;
	width: 100%;
	border-radius: 30px;
}
#board--intd--wrap .inner--contents .board--intd--contents .news--board h2,
#board--intd--wrap .inner--contents .board--intd--contents .intd--board h2 {
	color: #222;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 18px */
	letter-spacing: -0.18px;
	text-align: left;
}
#board--intd--wrap .inner--contents .board--intd--contents .news--board > ul,
#board--intd--wrap .inner--contents .board--intd--contents .intd--board > ul {
	padding-left: 0px;
	list-style: none;
	padding-top: 20px;
}
#board--intd--wrap .inner--contents .board--intd--contents .news--board > ul > li,
#board--intd--wrap .inner--contents .board--intd--contents .intd--board > ul > li {
	position: relative;
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1;
	letter-spacing: -0.16px;
	padding-left: 20px;
}
#board--intd--wrap .inner--contents .board--intd--contents .news--board > ul > li::before,
#board--intd--wrap .inner--contents .board--intd--contents .intd--board > ul > li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	background: #222;
	top: 14px;
	left: 0px;
}

.top--btn {
	display: none;
	width: 70px;
	border-radius: 70px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #002CD7;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
	flex-direction: column;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 13px */
	letter-spacing: -0.26px;
	text-transform: uppercase;
	gap: 3px;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.top--btn.actv {
	display: flex;
}

/*!20250422*/
.hide--btn {
	display: none !important;
}

/*!20250422*/
header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
}

.user--ic {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.user--ic.actv ul {
	display: flex;
}
.user--ic ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px;
	margin: 0px;
	width: 120px;
	justify-content: center;
	list-style: none;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ebebeb;
	flex-direction: column;
	padding: 10px;
}
.user--ic ul:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ebebeb;
}
.user--ic ul:after {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}
.user--ic ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ebebeb;
}
.user--ic ul li:last-child {
	border-bottom: 0px;
}
.user--ic ul li a {
	color: #222;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}

.prm--user--button {
	z-index: 10 !important;
}

.close--all--btn {
	display: flex;
	width: 50px;
	height: 50px;
	padding: 18px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-left: 20px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 14px */
	letter-spacing: -0.28px;
	border-radius: 100px;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

header {
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 90;
	top: 0px;
}
header .header--bottom {
	width: 100%;
	padding: 0 25px;
}
header .header--bottom ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
header .header--bottom ul li {
	width: 25%;
	color: #111;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 17px */
	letter-spacing: -0.34px;
	white-space: nowrap;
}
header .header--bottom ul li a {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	padding: 32px 0;
	color: #000;
}
header .header--top {
	background: #fff;
	height: 55px;
	top: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	position: relative;
	justify-content: space-between;
	padding: 0 25px;
}
header .header--top .menu {
	display: flex;
	gap: 10px;
}
header .header--top .menu button {
	border: 0px;
	background: transparent;
}
header .header--top .menu button.global--btn {
	display:none;		/* 지구본 안 보이게 설정 2025-06-16 */
}
header .header--top .prm--user--button {
	position: absolute;
	vertical-align: top;
	top: 0px;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
	width: 192px;
	height: 50px;
	background: url(../img/prm_bg.png) no-repeat center;
	background-size: contain;
	border: 0px;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .header--top .prm--user--button .medal--ic {
	display: inline-flex;
	width: 18px;
	height: 18px;
	background: url(../img/prm_ic.svg) no-repeat center;
	margin-right: 10px;
}

footer {
	background: #2F313C;
	margin-top: 60px;
}
footer > div {
	padding: 40px 30px;
}
footer > div .desc {
	padding-top: 30px;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	letter-spacing: -0.3px;
}
footer > div .copy--right {
	padding-top: 35px;
	color: #6B6E7E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
}

.mo--modal--wrap {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	transition: all 0.3s;
	height: 100%;
	z-index: 100;
	opacity: 1;
	background-color: rgba(0, 4, 19, 0.7);
}
.mo--modal--wrap.global .mo--modal {
	padding: 35px 30px;
}
.mo--modal--wrap.hidden {
	opacity: 0;
	pointer-events: none;
}
.mo--modal--wrap .mo--modal {
	position: fixed;
	background-color: #fff;
	border-radius: 30px;
	width: calc(100% - 40px);
	padding: 40px 30px;
}
.mo--modal--wrap .mo--modal .modal--tit {
	position: relative;
	margin-bottom: 25px;
}
.mo--modal--wrap .mo--modal .modal--tit .modal--close--btn {
	position: absolute;
	right: -10px;
	top: -15px;
	cursor: pointer;
}
.mo--modal--wrap .mo--modal .modal--tit h3 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.36px;
	margin-bottom: 0;
}
.mo--modal--wrap .mo--modal .modal--tit h2 {
	margin-bottom: 0;
	color: #000;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: -0.46px;
}
.mo--modal--wrap .mo--modal .modal--cont {
	max-height: 70vh;
	overflow-y: auto;
}
.mo--modal--wrap .mo--modal .modal--cont .global--list--wrap {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.mo--modal--wrap .mo--modal .modal--cont .global--list--wrap .global--list {
	padding: 15px 20px;
	border: 1px solid #e2e2e2;
	text-decoration: none;
	border-radius: 15px;
	display: flex;
	gap: 18px;
	align-items: center;
}
.mo--modal--wrap .mo--modal .modal--cont .global--list--wrap .global--list .ico {
	min-width: 50px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
}
.mo--modal--wrap .mo--modal .modal--cont .global--list--wrap .global--list .ico.kr {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cg clip-path='url(%23clip0_465_20)'%3E%3Cpath d='M25 0.5C38.5129 0.5 49.5 11.4871 49.5 25C49.5 38.5033 38.5128 49.5 25 49.5C11.4968 49.5 0.5 38.5032 0.5 25C0.5 11.4872 11.4967 0.5 25 0.5Z' fill='white' stroke='%23CACACA'/%3E%3Cpath d='M25 16.377C21.5527 16.377 18.5742 18.4082 17.1973 21.3379C17.1777 22.2461 17.2559 25.0098 18.9844 26.1035C20.5371 27.0898 22.5586 27.5098 25 25C27.4414 22.4902 29.5117 22.9688 30.6055 23.4863C31.6992 24.0039 33.1543 25.2637 32.8027 28.6621H32.8125C33.3301 27.5488 33.6231 26.3086 33.6231 25C33.6231 20.2344 29.7656 16.377 25 16.377Z' fill='%23C60C30'/%3E%3Cpath d='M32.8027 28.6621C33.1641 25.2734 31.6992 24.0039 30.6055 23.4863C29.5117 22.9688 27.4316 22.4805 25 25C22.5684 27.5195 20.5371 27.0898 18.9844 26.1035C17.2559 25.0098 17.168 22.2461 17.1973 21.3379C16.6797 22.4512 16.377 23.6914 16.377 25C16.377 29.7656 20.2344 33.623 25 33.623C28.4473 33.623 31.4258 31.5918 32.8027 28.6621Z' fill='%23003478'/%3E%3Cpath d='M11.827 28.6149L10.6487 29.4004L15.4319 36.5756L16.6102 35.7902L11.827 28.6149Z' fill='black'/%3E%3Cpath d='M8.25175 30.9977L7.07349 31.7832L11.8567 38.9584L13.035 38.173L8.25175 30.9977Z' fill='black'/%3E%3Cpath d='M10.0409 29.8141L8.86267 30.5996L11.0511 33.8825L12.2294 33.097L10.0409 29.8141Z' fill='black'/%3E%3Cpath d='M11.4551 34.4824L13.6426 37.7637L14.8242 36.9824L12.627 33.6914L11.4551 34.4824Z' fill='black'/%3E%3Cpath d='M42.9297 31.7695L41.748 30.9883L39.5703 34.2793L40.7422 35.0605L42.9297 31.7695Z' fill='black'/%3E%3Cpath d='M36.9824 38.1758L38.1543 38.957L40.3418 35.666L39.1602 34.8848L36.9824 38.1758Z' fill='black'/%3E%3Cpath d='M41.1328 30.5879L39.9512 29.8066L37.7734 33.0879L38.9551 33.8789L41.1328 30.5879Z' fill='black'/%3E%3Cpath d='M35.1953 36.9844L36.3672 37.7656L38.5547 34.4844L37.373 33.7031L35.1953 36.9844Z' fill='black'/%3E%3Cpath d='M33.3984 35.8027L34.5801 36.584L36.7578 33.3027L35.5762 32.5117L33.3984 35.8027Z' fill='black'/%3E%3Cpath d='M38.1693 28.6128L35.988 31.9004L37.1679 32.6833L39.3493 29.3957L38.1693 28.6128Z' fill='black'/%3E%3Cpath d='M41.1328 19.3945L39.9512 20.1855L35.1953 12.9883L36.377 12.207L41.1328 19.3945Z' fill='black'/%3E%3Cpath d='M41.748 18.9941L42.9297 18.2129L40.752 14.9219L39.5703 15.7031L41.748 18.9941Z' fill='black'/%3E%3Cpath d='M38.1738 11.0254L36.9824 11.7969L39.1602 15.0977L40.3418 14.3164L38.1738 11.0254Z' fill='black'/%3E%3Cpath d='M37.17 17.2908L35.9891 18.0723L38.1666 21.3623L39.3474 20.5808L37.17 17.2908Z' fill='black'/%3E%3Cpath d='M34.5898 13.3887L33.4082 14.1699L35.5859 17.4609L36.7578 16.6797L34.5898 13.3887Z' fill='black'/%3E%3Cpath d='M11.8262 21.3672L10.6445 20.5762L15.4395 13.4082L16.6113 14.1992L11.8262 21.3672Z' fill='black'/%3E%3Cpath d='M10.0391 20.166L8.85742 19.375L13.6523 12.2168L14.834 12.998L10.0391 20.166Z' fill='black'/%3E%3Cpath d='M8.25195 18.9746L7.07031 18.1836L11.8652 11.0254L13.0469 11.8066L8.25195 18.9746Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_465_20'%3E%3Crect width='50' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.mo--modal--wrap .mo--modal .modal--cont .global--list--wrap .global--list .ico.en {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cg clip-path='url(%23clip0_465_90)'%3E%3Cpath d='M25 31.8164H0.947266C1.39648 33.3984 1.99219 34.9219 2.73437 36.3574H25H47.2656C48.0078 34.9121 48.6035 33.3984 49.0527 31.8164H25Z' fill='white'/%3E%3Cpath d='M25 36.3672H2.73438C3.56445 37.998 4.57031 39.5117 5.72266 40.9082H25H44.2676C45.4199 39.5117 46.4258 37.9883 47.2656 36.3672H25Z' fill='%23BF0A30'/%3E%3Cpath d='M25 45.459H10.6445C14.7168 48.3203 19.668 50 25 50C30.3418 50 35.293 48.3203 39.3555 45.459H25Z' fill='%23BF0A30'/%3E%3Cpath d='M25 40.9082H5.73242C7.1582 42.627 8.80859 44.1602 10.6445 45.4492H25H39.3555C41.1914 44.1602 42.8418 42.627 44.2676 40.9082H25Z' fill='white'/%3E%3Cpath d='M25 27.2754H0.107422C0.244141 28.8379 0.537109 30.3516 0.947266 31.8164H25H49.0527C49.4727 30.3516 49.7559 28.8281 49.8926 27.2754H25Z' fill='%23BF0A30'/%3E%3Cpath d='M39.3555 4.54102C35.293 1.67969 30.3418 0 25 0V4.54102H39.3555Z' fill='%23BF0A30'/%3E%3Cpath d='M25 18.1836H49.0527C48.6035 16.6016 48.0078 15.0781 47.2656 13.6426H25V18.1836Z' fill='white'/%3E%3Cpath d='M25 13.6328H47.2656C46.4258 12.002 45.4297 10.4883 44.2773 9.0918H25V13.6328Z' fill='%23BF0A30'/%3E%3Cpath d='M25 9.0918H44.2773C42.8516 7.37305 41.2012 5.83984 39.3652 4.55078H25V9.0918Z' fill='white'/%3E%3Cpath d='M25 22.7246H49.9023C49.7656 21.1621 49.4727 19.6484 49.0625 18.1836H25V22.7246Z' fill='%23BF0A30'/%3E%3Cpath d='M10.6445 4.54102C8.80859 5.83984 7.1582 7.36328 5.73242 9.0918C4.57031 10.4883 3.56445 12.0117 2.73438 13.6328C1.99219 15.0781 1.39648 16.5918 0.947266 18.1738C0.527344 19.6387 0.244141 21.1621 0.107422 22.7148H25V18.1738V13.6328V9.0918V4.54102V0C19.668 0 14.707 1.67969 10.6445 4.54102Z' fill='%23002868'/%3E%3Cpath d='M49.9023 22.7246H25H0.107422C0.0390625 23.4766 0 24.2285 0 25C0 25.7715 0.0390625 26.5234 0.107422 27.2754H25H49.9023C49.9707 26.5332 50 25.7715 50 25C50 24.2285 49.9707 23.4766 49.9023 22.7246Z' fill='white'/%3E%3Cpath d='M14.2578 6.37695L15.7715 11.0254H20.6641L16.709 13.9062L18.2129 18.5547L14.2578 15.6836L10.293 18.5547L11.8164 13.9062L7.85156 11.0254H12.7441L14.2578 6.37695Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_465_90'%3E%3Crect width='50' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.mo--modal--wrap .mo--modal .modal--cont .global--list--wrap .global--list .ico.cn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cg clip-path='url(%23clip0_465_126)'%3E%3Cpath d='M50 25C50 29.55 48.8 33.8 46.65 37.5C42.35 45 34.25 50 25 50C15.75 50 7.65 45 3.35 37.5C1.2 33.8 0 29.55 0 25C0 20.45 1.2 16.15 3.35 12.5C7.65 5 15.75 0 25 0C34.25 0 42.35 5 46.65 12.5C48.8 16.15 50 20.45 50 25Z' fill='%23E32B25'/%3E%3Cpath d='M13.35 14.4992L18.4 15.1492L14.8 18.7492L15.7 23.7992L11.15 21.4492L6.69999 23.8992L7.49999 18.8492L3.79999 15.3492L8.84999 14.5492L11 9.94922L13.35 14.4992Z' fill='%23FDDB00'/%3E%3Cpath d='M24 12.6504L24.85 12.6004L24.35 13.3004L24.65 14.1504L23.8 13.8504L23.1 14.4004V13.5504L22.4 13.0504L23.25 12.7504L23.5 11.9004L24 12.6504Z' fill='%23FDDB00'/%3E%3Cpath d='M21.75 8.45L22.55 8.15L22.3 9L22.9 9.65L22 9.7L21.55 10.45L21.25 9.6L20.4 9.4L21.05 8.85L21 8L21.75 8.45Z' fill='%23FDDB00'/%3E%3Cpath d='M23.75 21.9508L24.45 22.5008L23.6 22.7008L23.25 23.5008L22.8 22.7508H21.95L22.5 22.0508L22.25 21.2008L23.05 21.5508L23.8 21.0508L23.75 21.9508Z' fill='%23FDDB00'/%3E%3Cpath d='M24.7 17.2992L25.5 17.5992L24.8 18.0492V18.9492L24.1 18.3992L23.25 18.6492L23.55 17.8492L23.05 17.1492H23.95L24.45 16.4492L24.7 17.2992Z' fill='%23FDDB00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_465_126'%3E%3Crect width='50' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.mo--modal--wrap .mo--modal .modal--cont .global--list--wrap .global--list > span {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.32px;
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont {
	margin-top: 60px;
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont > p {
	color: #111;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: -0.51px;
	padding-left: 20px;
	position: relative;
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont > p::before {
	top: 0;
	left: 0px;
	position: absolute;
	content: "●";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc > h3 {
	margin-top: 45px;
	color: #111;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.54px;
	margin-bottom: 15px;
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul {
	padding-left: 0;
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li > span {
	display: block;
	margin-top: 15px;
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li:last-child {
	margin-bottom: 0;
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li::before {
	position: absolute;
	left: 0;
	top: 0;
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num1::before {
	content: "①";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num2::before {
	content: "②";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num3::before {
	content: "③";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num4::before {
	content: "④";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num5::before {
	content: "⑤";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num6::before {
	content: "⑥";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num7::before {
	content: "⑦";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num1::before {
	content: "①";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num8::before {
	content: "⑧";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num9::before {
	content: "⑨";
}
.mo--modal--wrap .mo--modal .modal--cont .all--pr--cont .all--pr--desc ul li.num10::before {
	content: "⑩";
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input .ico--blue {
	display: inline-block;
	background-color: #315bff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 10px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input > p {
	color: #111;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.45px;
	margin-bottom: 0;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input .input--box {
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input .input--box .tit {
	padding: 22px 18px;
	background-color: #e8ebfd;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input .input--box .tit > p {
	color: #202040;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: -0.48px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input .input--box .cont {
	padding: 25px 20px;
	border: 1px solid #ebebeb;
	border-top: none;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: flex;
	-moz-column-gap: 10px;
			 column-gap: 10px;
	row-gap: 15px;
	flex-wrap: wrap;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input .input--box .cont .radio--wrap {
	display: flex;
	align-items: center;
	width: calc(50% - 5px);
	cursor: pointer;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input .input--box .cont .radio--wrap.w--100 {
	width: 100%;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input .input--box .cont .radio--wrap .radio--btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	cursor: pointer;
	height: 20px;
	margin-right: 12px;
	background-image: url(../img/ico_radio_off.svg);
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input .input--box .cont .radio--wrap .radio--btn:checked {
	background-image: url(../img/ico_radio.svg);
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .check--input .input--box .cont .radio--wrap label {
	cursor: pointer;
	width: calc(100% - 32px);
	color: #111111;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.45px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input > h3 {
	color: #111;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.51px;
	margin-bottom: 25px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box {
	margin-bottom: 20px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box > p {
	padding: 13px 3px;
	color: #111111;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.4;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box > p.color--blue {
	color: #315bff;
	font-size: 15px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box > p .ico--blue {
	display: inline-block;
	background-color: #315bff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 10px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .input--wrap input {
	border-radius: 12px;
	border: 1px solid #DEDEDE;
	background-color: #FFF;
	padding: 20px 18px;
	width: 100%;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	letter-spacing: -0.48px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .input--wrap input::-moz-placeholder {
	color: #cecece;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .input--wrap input::placeholder {
	color: #cecece;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .input--wrap select {
	border-radius: 12px;
	border: 1px solid #DEDEDE;
	background-color: #FFF;
	padding: 20px 18px;
	width: 100%;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	appearance: none;
	letter-spacing: -0.48px;
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' stroke='%236E6E6E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .input--wrap textarea {
	color: #222222;
	border-radius: 12px;
	border: 1px solid #DEDEDE;
	background-color: #FFF;
	padding: 20px 18px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	resize: none;
	height: 300px;
	letter-spacing: -0.48px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .input--wrap textarea::-moz-placeholder {
	color: #cecece;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .input--wrap textarea::placeholder {
	color: #cecece;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .cont {
	margin-top: 20px;
	margin-bottom: 50px;
	display: flex;
	-moz-column-gap: 10px;
			 column-gap: 10px;
	row-gap: 30px;
	flex-wrap: wrap;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .cont .radio--wrap {
	display: flex;
	align-items: center;
	width: calc(50% - 5px);
	cursor: pointer;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .cont .radio--wrap.w--100 {
	width: 100%;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .cont .radio--wrap .radio--btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	cursor: pointer;
	height: 20px;
	margin-right: 12px;
	background-image: url(../img/ico_radio_off.svg);
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .cont .radio--wrap .radio--btn:checked {
	background-image: url(../img/ico_radio.svg);
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .text--input .text--box .cont .radio--wrap label {
	cursor: pointer;
	width: calc(100% - 32px);
	color: #111111;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.45px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .btn--wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .btn--wrap .join--btn {
	cursor: pointer;
	padding: 28px 20px;
	background-color: #315bff;
	width: 100%;
	border-radius: 15px;
	text-align: center;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.51px;
	line-height: 1;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .desc {
	margin-top: 40px;
	font-size: 17px;
	color: #222222;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
.mo--modal--wrap .mo--modal .modal--cont .apply--input--wrap .desc .color--blue {
	color: #315BFF;
}
.mo--modal--wrap .mo--modal .modal--cont > p {
	color: #111;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.51px;
}
.mo--modal--wrap .mo--modal .modal--cont > p.mb--30 {
	margin-bottom: 30px;
}
.mo--modal--wrap .mo--modal .modal--cont > p.mb--50 {
	margin-bottom: 50px;
}

body:has(.mo--modal--wrap:not(.hidden)), body:has(.header--ham--wrap.active) {
	overflow: hidden;
}

#seven--contents section > div {
	width: 100%;
	padding: 39px 30px;
	background: #5867A2 url(../img/seven_bg.jpg) no-repeat center top;
	background-size: cover;
}
#seven--contents section > div .seven--inner h2 {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: -0.66px;
	margin-top: 40px;
}
#seven--contents section > div .seven--inner .captions {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: -0.48px;
	margin-top: 15px;
}
#seven--contents section > div .seven--inner .more--btn {
	margin-top: 20px;
	display: inline-flex;
	padding: 14px 18px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	letter-spacing: -0.45px;
}/*# sourceMappingURL=main.css.map */