﻿@charset "utf-8";
@import url("common.css");

/*Layer*/
body {
	width: 100%;
}
#wrap {
	width: 100%;
}
#header {
}
#container {
	width: 100%;
}
#contents {
}
#footer {
	width: 100%;
}

/*header*/

.pcbr {
	display: block;
}
.ptbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.pmbr {
	display: block;
}
.dn {
	display: none;
}

.t_view {
	display: none !important;
}
.tm_view {
	display: none !important;
}
.m_view {
	display: none !important;
}

.section.gray {
	background: #f2f4f6;
}

/* paging */
.paging {
	margin-top: 85px;
	text-align: center;
}
.paging a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	color: #666666;
	font-size: var(--fz-20);
	line-height: 48px;
}
.paging strong {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #00489e;
	color: #fff;
	font-size: var(--fz-18);
	line-height: 48px;
	font-weight: 400;
}
.paging .page_begin {
	width: 48px;
	height: 48px;
	background: url(/images/page/page_begin.png) no-repeat center;
	border: 0;
}
.paging .page_prev {
	width: 48px;
	height: 48px;
	background: url(/images/page/page_prev.png) no-repeat center;
	border: 0;
	margin-right: 20px;
}
.paging .page_next {
	width: 48px;
	height: 48px;
	background: url(/images/page/page_next.png) no-repeat center;
	border: 0;
	margin-left: 20px;
}
.paging .page_end {
	width: 48px;
	height: 48px;
	background: url(/images/page/page_end.png) no-repeat center;
	border: 0;
}

.textFill .text-line {
	position: relative;
	font-size: min(3vw, 54px);
	color: rgba(0, 0, 0, 0.3);
	font-weight: 700;
	line-height: 1.3em;
	background-image: linear-gradient(90deg, #fff 0%, #fff 0%, transparent 0.1%);
	background-repeat: no-repeat;
	-webkit-text-fill-color: rgba(0, 0, 0, 0.3);
	-webkit-background-clip: text;
	background-clip: text;
	margin-bottom: 10px;
}
.textFill .text-line:last-child {
	margin-bottom: 0;
}

.subTop {
	position: relative;
	width: 100%;
	height: 100vh;
}
.subTop .bgWrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.subTop .bgWrap .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.subTop.pn1 .bg {
	background: url(/images/page/subVisual1.jpg) no-repeat center / cover;
}
.subTop.pn2 .bg {
	background: url(/images/page/subVisual2.jpg) no-repeat center / cover;
}
.subTop.pn3 .bg {
	background: url(/images/page/subVisual3.jpg) no-repeat center / cover;
}
.subTop.pn4 .bg {
	background: url(/images/page/subVisual4.jpg) no-repeat center / cover;
}
.subTop.pn5 .bg {
	background: url(/images/page/subVisual5.jpg) no-repeat center / cover;
}
.subTop.pn6 .bg {
	background: url(/images/page/subVisual6.jpg) no-repeat center / cover;
}
.subTop.pn7 .bg {
	background: url(/images/page/subVisual7.jpg) no-repeat center / cover;
}
.subTop.pn8 .bg {
	background: url(/images/page/subVisual8.jpg) no-repeat center / cover;
}
.subTop .pageTitle {
	position: absolute;
	left: 4%;
	top: 50%;
	transform: translateY(-50%);
	width: 92%;
}
.subTop .pageTitle h2 {
	font-size: var(--fz-28);
	font-weight: 700;
	color: #fff;
}
.subTop .pageTitle p {
	font-size: var(--fz-58);
	font-weight: 700;
	line-height: 130%;
	color: #fff;
	margin-top: 20px;
}

.subTop .page_location {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	z-index: 101;
}

.subTop .page_location > ul {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto;
	border-radius: 10px;
}
.subTop .page_location > ul:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 1rem;
	background-color: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(40px);
}
.subTop .page_location > ul > li {
	position: relative;
}
.subTop .page_location > ul > li:first-child {
	flex-shrink: 0;
}
.subTop .page_location > ul > li:after {
	display: block;
	content: "";
	width: 1px;
	height: 30px;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	right: 0;
	top: 25px;
}
.subTop .page_location > ul > li:last-child:after {
	display: none;
}
.subTop .page_location > ul > li > a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 360px;
	padding: 25px 40px;
	font-size: var(--fz-20);
	font-weight: 700;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.subTop .page_location > ul > li > a:after {
	display: block;
	content: "";
	width: 12px;
	height: 6px;
	background: url(/images/page/pl_arr.png) no-repeat center / contain;
	position: absolute;
	right: 40px;
	top: 39px;
}
.subTop .page_location > ul > li:first-child > a:after {
	display: none;
}
.subTop .page_location > ul > li:nth-child(1) > a {
	width: unset;
}

.subTop .page_location > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 5px 0 20px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(40px);
	border-radius: 0 0 10px 10px;
	z-index: 102;
	display: none;
}
.subTop .page_location > ul > li:last-child > ul {
	border-radius: 0 10px 10px 10px;
}
.subTop .page_location > ul > li > ul > li {
	width: 100%;
	line-height: 50px;
	box-sizing: border-box;
}
.subTop .page_location > ul > li > ul > li > a {
	display: block;
	position: relative;
	box-sizing: border-box;
	font-size: var(--fz-16);
	color: #fff;
	line-height: 150%;
	padding: 10px 20px;
}
.subTop .page_location > ul > li > ul > li > a:hover {
	color: #000;
}

.innerwrap {
	position: relative;
	z-index: 2;
	width: 92%;
	max-width: 1560px;
	margin: 0 auto;
}

.pageTit {
	padding: 0 0 130px;
	font-size: var(--fz-54);
	font-weight: 700;
}

.m11 {
}
.m11 .section1 {
	padding: 200px 0 90px;
}
.m11 .section1 .conWrap {
	display: flex;
	justify-content: space-between;
}
.m11 .section1 .conWrap .textFill {
	width: 44%;
}
.m11 .section1 .conWrap .txtWrap {
	width: 44%;
}
.m11 .section1 .conWrap .txtWrap .tit {
	font-size: var(--fz-30);
	font-weight: 500;
	line-height: 1.7em;
}
.m11 .section1 .conWrap .txtWrap p {
	font-size: var(--fz-20);
	line-height: 1.6em;
	margin-top: 50px;
	color: #666;
}
.m11 .section1 .comp {
	width: 100%;
	margin-top: 40px;
	font-size: min(12.5vw, 260px);
	font-weight: 700;
	color: rgba(0, 0, 0, 0.07);
	text-align: center;
}

.m11 .section2 {
	position: relative;
	padding: 160px 0;
	overflow: hidden;
}
.m11 .section2 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/page/m11_sec2_bg.jpg) no-repeat center / cover;
}
.m11 .section2 .boxWrap {
	display: flex;
	gap: 30px;
	width: 100%;
}
.m11 .section2 .boxWrap .left {
	width: calc(69% - 15px);
}
.m11 .section2 .boxWrap .left > div {
	width: 100%;
	height: 300px;
	display: flex;
	gap: 30px;
}
.m11 .section2 .boxWrap .left .bot {
	margin-top: 30px;
}
.m11 .section2 .boxWrap .right {
	width: calc(31% - 15px);
}

.m11 .section2 .boxWrap .box {
	min-height: 300px;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(20px);
	border-radius: 40px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.m11 .section2 .boxWrap .box.box1 {
	width: calc(37% - 15px);
}
.m11 .section2 .boxWrap .box.box2 {
	width: calc(63% - 15px);
}

.m11 .section2 .boxWrap .box.box3 {
	width: calc(63% - 15px);
}
.m11 .section2 .boxWrap .box.box4 {
	width: calc(37% - 15px);
}
.m11 .section2 .boxWrap .box.box5 {
	width: 100%;
	height: 100%;
}
.m11 .section2 .boxWrap .box .titWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m11 .section2 .boxWrap .box .titWrap .tit {
	font-size: var(--fz-34);
	font-weight: 600;
}
.m11 .section2 .boxWrap .box p {
	font-size: var(--fz-23);
}

.m12 {
}
.m12 .section1 {
	padding: 200px 0;
}
.m12 .section1 .txtWrap {
	display: flex;
}
.m12 .section1 .txtWrap .textFill {
	width: 100%;
}
.m12 .section1 .txtWrap p {
	width: 50%;
	padding-left: 2%;
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}

.m12 .section2 {
}
.m12 .section2 .yearSec {
	width: 100%;
}
.m12 .section2 .yearSec.gray {
	background: #f2f4f6;
}
.m12 .section2 .yearSec .conWrap {
	padding: 14vh 0;
	display: flex;
	gap: 60px;
}
.m12 .section2 .yearSec .conWrap .yearWrap {
	display: flex;
	align-items: center;
	width: 66.6%;
}
.m12 .section2 .yearSec .conWrap .year {
	font-family: "Poppins";
	width: 50%;
	font-size: clamp(78px, 8.09vw, 100px);
	font-weight: 600;
	line-height: 1.3em;
}
.m12 .section2 .yearSec .conWrap .img {
	width: 50%;
	height: 100%;
	border-radius: 50px;
	overflow: hidden;
}
.m12 .section2 .yearSec .conWrap .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m12 .section2 .yearSec .conWrap .listWrap {
	width: 33.33%;
}
.m12 .section2 .yearSec .conWrap .listWrap .list {
}
.m12 .section2 .yearSec .conWrap .listWrap .list + .list {
	margin-top: 60px;
}
.m12 .section2 .yearSec .conWrap .listWrap .list .num {
	margin-bottom: 10px;
	font-size: var(--fz-30);
	font-weight: 700;
	color: #134b8f;
}
.m12 .section2 .yearSec .conWrap .listWrap .list .con {
}
.m12 .section2 .yearSec .conWrap .listWrap .list .con dl {
	position: relative;
	padding-left: 10px;
	display: flex;
}
.m12 .section2 .yearSec .conWrap .listWrap .list .con dl:after {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #134b8f;
}
.m12 .section2 .yearSec .conWrap .listWrap .list .con dl + dl {
	margin-top: 5px;
}
.m12 .section2 .yearSec .conWrap .listWrap .list .con dl dt {
	position: relative;
	width: 45px;
	font-weight: 600;
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: rgba(102, 102, 102, 1);
}
.m12 .section2 .yearSec .conWrap .listWrap .list .con dl dt:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 9px;
	width: 1px;
	height: 16px;
	background: rgba(102, 102, 102, 1);
}
.m12 .section2 .yearSec .conWrap .listWrap .list .con dl dd {
	width: calc(100% - 45px);
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: rgba(102, 102, 102, 1);
}

.m13 {
}
.m13 .secTit {
	font-size: var(--fz-38);
	font-weight: 500;
	color: #fff;
	margin-bottom: 60px;
}
.m13 .section1 {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #000;
	overflow: hidden;
}
.m13 .section1 .txt1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	text-align: center;
}
.m13 .section1 .txt1 h3 {
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 700;
	color: #fff;
}
.m13 .section1 .txt1 p {
	font-size: clamp(22px, 2.64vw, 38px);
	font-weight: 500;
	color: #fff;
	line-height: 1.5em;
	margin-top: 60px;
}
.m13 .section1 .bg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	clip-path: circle(0 at 50% 50%);
	background: url(/images/page/m13_sec1_bg.jpg) no-repeat center / cover;
	z-index: -1;
}
.m13 .section1 .txt2 {
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	width: 92%;
	text-align: center;
	font-size: clamp(22px, 2.64vw, 35px);
	font-weight: 500;
	color: #fff;
	line-height: 1.5em;
	opacity: 0;
}

.m13 .section2 {
	width: 100%;
	height: 100vh;
	background: url(/images/page/m13_sec2_bg.jpg) no-repeat center / cover;
}
.m13 .section2 .innerwrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.m13 .section2 .record {
	padding-bottom: 30px;
	width: 100%;
}

.m13 .section2 .record .swiper-scrollbar {
	bottom: 0;
	width: 100%;
	height: 2px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.4);
}
.m13 .section2 .record .swiper-scrollbar .swiper-scrollbar-drag {
	background: #fff;
}
.m13 .section2 .record .swiper-slide {
	width: 350px;
	aspect-ratio: 350 / 377;
	border-radius: 50px;
	padding: 35px;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(20px);
	transition: all 0.4s;
	cursor: pointer;
}
.m13 .section2 .record .swiper-slide .year {
	display: inline-block;
	padding: 7px 12px;
	background: #fff;
	border-radius: 50px;
	font-size: var(--fz-20);
	color: #00489e;
}
.m13 .section2 .record .swiper-slide .txts {
	margin-top: 70px;
}
.m13 .section2 .record .swiper-slide .txts .tit {
	font-size: var(--fz-24);
	font-weight: 700;
	line-height: 1.5em;
	color: #00489e;
	transition: all 0.4s;
}
.m13 .section2 .record .swiper-slide .txts .con {
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #ffffff;
	margin-top: 15px;
}
.m13 .section2 .record .swiper-slide:hover {
	backdrop-filter: blur(0);
	background: #00489e;
}
.m13 .section2 .record .swiper-slide:hover .txts .tit {
	color: #fff;
}

.m13 .section3 {
	width: 100%;
	height: 100vh;
	background: url(/images/page/m13_sec3_bg.jpg) no-repeat center / cover;
}
.m13 .section4 {
	width: 100%;
	height: 100vh;
	background: url(/images/page/m13_sec4_bg.jpg) no-repeat center / cover;
}
.m13 .slideSec .innerwrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.m13 .slideSec .boxWrap {
	width: 100%;
	height: 70vh;
	border-radius: 50px;
	background: #fff;
	padding: 30px;
	display: flex;
}
.m13 .slideSec .boxWrap .imgSwiper {
	width: 50%;
	height: 100%;
	margin: 0;
}
.m13 .slideSec .boxWrap .imgSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	border-radius: 50px;
	overflow: hidden;
}
.m13 .slideSec .boxWrap .imgSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m13 .slideSec .boxWrap .txtWrap {
	position: relative;
	width: 50%;
	height: 100%;
	padding: 5% 4%;
}
.m13 .slideSec .boxWrap .txtWrap .ctr {
	position: relative;
	width: fit-content;
}
.m13 .slideSec .boxWrap .txtWrap .ctr .line {
	position: absolute;
	left: calc(50% + 6px);
	transform: translateX(-50%);
	top: 24px;
	width: 70px;
	height: 2px;
	background: rgba(0, 0, 0, 0.3);
}
.m13 .section4 .boxWrap .txtWrap .ctr .line {
	width: 0;
}
.m13 .slideSec .boxWrap .txtWrap .ctr .line > div {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	background: #00489e;
	transition: all 0.3s;
}
.m13 .slideSec .boxWrap .txtWrap .vpaging {
	position: relative;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 35px;
	top: 0;
}

.m13 .slideSec .boxWrap .txtWrap .vpaging .swiper-pagination-bullet {
	position: relative;
	display: inline-block;
	background: unset;
	opacity: 1;
	width: 50px;
	height: 50px;
	margin: 0;
}
.m13 .slideSec .boxWrap .txtWrap .vpaging .swiper-pagination-bullet .num {
	position: relative;
	z-index: 5;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: var(--fz-16);
	font-weight: 500;
	color: #fff;
	background: #00489e;
	opacity: 0;
}
.m13 .slideSec .boxWrap .txtWrap .vpaging .swiper-pagination-bullet-active .num {
	opacity: 1;
}
.m13 .slideSec .boxWrap .txtWrap .vpaging .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 3px solid #00489e;
	box-sizing: border-box;
	z-index: 3;
}
.m13 .slideSec .boxWrap .txtWrap .vpaging .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #00489e;
	background: #fff;
	box-sizing: border-box;
	z-index: 2;
}

.m13 .slideSec .boxWrap .txtWrap .txtSwiper {
	height: calc(100% - 90px);
	margin-top: 60px;
}
.m13 .slideSec .boxWrap .txtWrap .txtSwiper .swiper-slide {
	position: relative;
	padding-right: 10px;
	height: 100%;
	overflow-y: auto;
}
.m13 .slideSec .boxWrap .txtWrap .txtSwiper .swiper-slide .tit {
	font-size: var(--fz-24);
	font-weight: 700;
	margin-bottom: 20px;
}
.m13 .slideSec .boxWrap .txtWrap .txtSwiper .swiper-slide .con {
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: #666;
}

.m14 {
}
.m14 .section1 {
	padding: 200px 0;
}
.m14 .section1 .conWrap {
	margin-top: 80px;
}
.m14 .section1 .conWrap .con + .con {
	margin-top: 40px;
}
.m14 .section1 .conWrap .con {
	width: 100%;
	padding: 60px 40px;
	border-radius: 50px;
	background: #eeedf2;
}
.m14 .section1 .conWrap .con .top {
	position: relative;
	padding-right: 50px;
	display: flex;
	align-items: center;
}
.m14 .section1 .conWrap .con .top .locate {
	width: 21%;
	font-size: var(--fz-30);
	font-weight: 500;
}
.m14 .section1 .conWrap .con .top ul {
	width: 79%;
	display: flex;
	align-items: center;
}
.m14 .section1 .conWrap .con .top li {
	width: 33.3333%;
	display: flex;
	align-items: center;
}
.m14 .section1 .conWrap .con .top li:nth-child(1) {
	width: 42%;
}
.m14 .section1 .conWrap .con .top li:nth-child(2),
.m14 .section1 .conWrap .con .top li:nth-child(3) {
	width: 29%;
}
.m14 .section1 .conWrap .con .top li .icon {
	width: 60px;
}
.m14 .section1 .conWrap .con .top li dl {
	width: calc(100% - 50px);
	padding-left: 10px;
}
.m14 .section1 .conWrap .con .top li dl dt {
	font-size: var(--fz-20);
	font-weight: 600;
	line-height: 1.6em;
}
.m14 .section1 .conWrap .con .top li dl dd {
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}
.m14 .section1 .conWrap .con .top .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	transition: all 0.4s;
}
.m14 .section1 .conWrap .con .top.on .btn {
	transform: rotate(180deg);
}
.m14 .section1 .conWrap .con .map {
	margin-top: 40px;
	width: 100%;
	height: 515px;
	border-radius: 50px;
	overflow: hidden;
}

.m21 {
}
.m20 .conTit {
	font-size: var(--fz-42);
	font-weight: 500;
	margin-bottom: 70px;
}
.m20 .conTit.center {
	text-align: center;
}
.m21 .section1 {
	padding: 200px 0;
}
.m21 .section1 .titWrap {
	margin: 160px 0 80px;
}
.m21 .section1 .titWrap .conTit {
	margin-bottom: 0;
}
.m21 .section1 .titWrap p {
	margin-top: 20px;
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: #666;
}
.m21 .section1 .swiper-container {
}
.m21 .section1 .swiper-container .swiper-slide {
	position: relative;
	width: 356px;
	height: 420px;
	padding: 40px;
	background: #f2f4f6;
	border-radius: 50px;
	cursor: pointer;
	overflow: hidden;
}
.m21 .section1 .swiper-container .swiper-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(/images/page/m21_sec1_slide_bg.jpg) no-repeat center / cover;
	opacity: 0;
	transition: opacity 0.4s;
	border-radius: inherit;
	z-index: 0;
}
.m21 .section1 .swiper-container .swiper-slide .point {
	position: relative;
	z-index: 1;
	font-size: var(--fz-20);
	font-weight: 500;
	color: #000;
	transition: color 0.4s;
}
.m21 .section1 .swiper-container .swiper-slide .tit {
	position: relative;
	z-index: 1;
	font-size: var(--fz-20);
	font-weight: 500;
	color: #000;
	margin-top: 40px;
	transition: color 0.4s;
}
.m21 .section1 .swiper-container .swiper-slide .exp {
	position: relative;
	z-index: 1;
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: #666;
	margin-top: 10px;
	transition: color 0.4s;
}
.m21 .section1 .swiper-container .swiper-slide .icon {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 1;
}

.m21 .section1 .swiper-container .swiper-slide:hover::before {
	opacity: 1;
}
.m21 .section1 .swiper-container .swiper-slide:hover .point,
.m21 .section1 .swiper-container .swiper-slide:hover .tit,
.m21 .section1 .swiper-container .swiper-slide:hover .exp {
	color: #fff;
}

.m21 .section2 {
	padding: 160px 0;
	background: #f2f4f6;
}
.m21 .section2 .conWrap {
	width: 100%;
	padding: 60px;
	border-radius: 24px;
	background: #fff;
}
.m21 .section2 .conWrap .boxWrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.m21 .section2 .conWrap .boxWrap .box {
	width: 100%;
	padding: 40px;
	min-height: 150px;
	border-radius: 36px;
}
.m21 .section2 .conWrap .boxWrap .box.first {
	background: #00489e;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m21 .section2 .conWrap .boxWrap .box.first p {
	font-size: var(--fz-20);
	font-weight: 500;
	color: #fff;
}
.m21 .section2 .conWrap .boxWrap .box:not(.first) {
	border: 1px solid #acacac;
	display: flex;
	align-items: center;
}
.m21 .section2 .conWrap .boxWrap .box:not(.first) .num {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 50%;
	text-align: center;
	background: #f2f4f6;
	font-size: var(--fz-16);
	font-weight: 500;
	color: #00489e;
}
.m21 .section2 .conWrap .boxWrap .box:not(.first) .exp {
	width: calc(100% - 42px - 60px);
	padding-left: 60px;
	margin-left: 60px;
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: #666;
	border-left: 1px solid #acacac;
}

.m21 .section3 {
	padding: 160px 0;
}
.m21 .section3 .diaWrap {
	display: flex;
	justify-content: center;
	margin-top: 250px;
}
.m21 .section3 .diaWrap .dia {
	position: relative;
	width: 420px;
	height: 420px;
	border-radius: 50%;
}
.m21 .section3 .diaWrap .dia .inner {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(/images/page/m21_sec3_dia_bg.png) no-repeat center / contain;
	z-index: 3;
}
.m21 .section3 .diaWrap .dia .inner span {
	font-size: var(--fz-36);
	font-weight: 700;
	color: #00489e;
}
.m21 .section3 .diaWrap .dia .cc1 {
	width: 570px;
	height: 570px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1.5px dashed #acacac;
	z-index: 2;
}
.m21 .section3 .diaWrap .dia .cc2 {
	width: 740px;
	height: 740px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #f8f8f8;
	z-index: 1;
}

.m21 .section3 .diaWrap .dia li {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 64px;
	z-index: 10;
}
.m21 .section3 .diaWrap .dia li:nth-child(odd) {
	flex-direction: row-reverse;
}
.m21 .section3 .diaWrap .dia li.list2 {
	right: -95%;
	top: -48%;
}
.m21 .section3 .diaWrap .dia li.list3 {
	left: -147%;
	bottom: -16%;
}
.m21 .section3 .diaWrap .dia li.list4 {
	right: -147%;
	bottom: -16%;
}
.m21 .section3 .diaWrap .dia li .txtBox {
	width: 440px;
	padding: 40px;
	border-radius: 24px;
	background: #f8f8f8;
	flex-shrink: 0;
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: #666;
}
.m21 .section3 .diaWrap .dia li:nth-child(even) .txtBox {
	text-align: right;
}
.m21 .section3 .diaWrap .dia li .icon {
	position: relative;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #e3e8ed;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.m21 .section3 .diaWrap .dia li .icon:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	height: 1px;
	border-top: 1.5px dashed #acacac;
}
.m21 .section3 .diaWrap .dia li:nth-child(odd) .icon:before {
	right: unset;
	left: 100%;
}

.m21 .section3 .diaWrap .dia li .icon:after {
	content: "";
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #00489e;
	box-sizing: border-box;
}
.m21 .section3 .diaWrap .dia li:nth-child(odd) .icon:after {
	left: unset;
	right: -5px;
}

.m21 .section3 .boxWrap {
	margin-top: 300px;
}
.m21 .section3 .boxWrap .boxCon {
	display: flex;
	justify-content: space-between;
}
.m21 .section3 .boxWrap .boxCon .box {
	width: 49%;
	padding: 40px 50px;
	border-radius: 36px;
	background: #f8f8f8;
	text-align: center;
}
.m21 .section3 .boxWrap .boxCon .box .tit {
	margin: 20px 0;
	font-size: var(--fz-24);
	font-weight: 500;
}
.m21 .section3 .boxWrap .boxCon .box p {
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: #666;
}
.m21 .section3 .stepWrap {
	margin-top: 150px;
}
.m21 .section3 .stepWrap ul {
	display: flex;
	gap: 14px;
}
.m21 .section3 .stepWrap li {
	position: relative;
	width: calc((100% - 56px) / 5);
	height: 200px;
	padding: 20px;
	border-radius: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.m21 .section3 .stepWrap li:nth-child(1) {
	background: rgba(19, 75, 143, 0.05);
}
.m21 .section3 .stepWrap li:nth-child(2) {
	background: rgba(19, 75, 143, 0.1);
}
.m21 .section3 .stepWrap li:nth-child(3) {
	background: rgba(19, 75, 143, 0.15);
}
.m21 .section3 .stepWrap li:nth-child(4) {
	background: rgba(19, 75, 143, 0.25);
}
.m21 .section3 .stepWrap li:nth-child(5) {
	background: rgba(19, 75, 143, 1);
}
.m21 .section3 .stepWrap li p {
	margin-top: 16px;
	font-size: var(--fz-16);
	line-height: 1.4em;
	color: #666;
}
.m21 .section3 .stepWrap li:nth-child(5) p {
	color: #fff;
}
.m21 .section3 .stepWrap li .arr {
	position: absolute;
	right: -10%;
	top: 39%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
}
.m21 .section3 .stepWrap li .arr i {
	position: absolute;
	right: 17px;
	top: 14px;
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid rgba(0, 0, 0, 0.5);
	border-right: 2px solid rgba(0, 0, 0, 0.5);
	transform: rotate(45deg);
}

.m21 .section4 {
	padding: 160px 0;
	background: #f2f4f6;
}
.m21 .section4 .boxWrap {
	display: flex;
	justify-content: space-between;
}
.m21 .section4 .boxWrap .box {
	width: 49%;
	border-radius: 36px;
	border: 1px solid #acacac;
	text-align: center;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.m21 .section4 .boxWrap .box .boxTit {
	padding: 30px 0;
	background: #dce4ee;
	font-size: var(--fz-24);
	font-weight: 500;
}
.m21 .section4 .boxWrap .box .boxCon {
	width: 100%;
	padding: 40px 110px;
	background: #fff;
	flex: 1;
}
.m21 .section4 .boxWrap .box .boxCon .icon {
	margin-bottom: 60px;
}
.m21 .section4 .boxWrap .box .boxCon p {
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: #666;
}
.m21 .section4 .boxWrap .box .boxCon .line {
	position: relative;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.5);
	margin: 40px 0;
}
.m21 .section4 .boxWrap .box .boxCon .line img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.m21 .warnBox {
	width: 100%;
	padding: 30px 60px;
	margin-top: 80px;
	background: #fff;
	border: 1px solid #acacac;
	border-radius: 50px;
	display: flex;
	align-items: center;
}
.m21 .warnBox.gray {
	background: #eeedf2;
	border: none;
}
.m21 .warnBox .tit {
	flex-shrink: 0;
	font-size: var(--fz-20);
	font-weight: 600;
	line-height: 1.6em;
}
.m21 .warnBox .tit img {
	margin-right: 10px;
}
.m21 .warnBox .exp {
	position: relative;
	flex-shrink: 1;
	padding-left: 80px;
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: #666;
}
.m21 .warnBox .exp span {
	display: block;
	margin-top: 10px;
	font-size: var(--fz-18);
}
.m21 .warnBox .exp:after {
	content: "";
	position: absolute;
	left: 40px;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.m20 .prdNotice,
.m30 .prdNotice {
	margin-top: 30px;
	padding: 28px 60px 24px;
	border: 1px solid #acacac;
	border-radius: 50px;
	background: #fff;
}
.m20 .prdNotice .info,
.m30 .prdNotice .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 12px;
	padding: 16px 40px;
	border-radius: 72px;
	background: #eeedf2;
}
.m20 .prdNotice .info li,
.m30 .prdNotice .info li {
	position: relative;
	padding-left: 14px;
	font-size: var(--fz-14);
	line-height: 1.2em;
	color: #666;
}
.m20 .prdNotice .info li:before,
.m30 .prdNotice .info li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666;
}
.m20 .prdNotice .prdInfo,
.m30 .prdNotice .prdInfo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin-top: 20px;
}
.m20 .prdNotice .prdInfo .txt,
.m30 .prdNotice .prdInfo .txt {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}
.m20 .prdNotice .prdInfo .txt img,
.m30 .prdNotice .prdInfo .txt img {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}
.m20 .prdNotice .prdInfo .line,
.m30 .prdNotice .prdInfo .line {
	display: block;
	width: 1px;
	height: 17px;
	background: #acacac;
	flex-shrink: 0;
}
.m20 .prdNotice .prdInfo .num,
.m30 .prdNotice .prdInfo .num {
	font-size: var(--fz-20);
	font-weight: 600;
	line-height: 1.6em;
	color: #000;
}
.m23 .prdNotice {
	padding: 19px 60px 24px;
}
.m23 .prdNotice .infoWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 16px 40px;
	border-radius: 72px;
	background: #eeedf2;
}
.m23 .prdNotice .info {
	padding: 0;
	background: none;
	border-radius: 0;
	flex-wrap: nowrap;
	gap: 12px;
}

.m21 .section5 {
	padding: 160px 0;
}

.m20 .ccDia {
	position: relative;
	display: flex;
}
.m20 .ccDia .cc {
	position: relative;
	width: 33.3333%;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1.5px dashed #e3e8ed;
}
.m20 .ccDia .cc .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	height: 92%;
	border-radius: 50%;
	border: 7px solid rgba(134, 134, 134, 0.2);
	padding: 8%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.m20 .ccDia .cc .inner .num {
	font-size: var(--fz-16);
	color: #666;
}
.m20 .ccDia .cc .inner .icon {
	margin: 20px 0;
}
.m20 .ccDia .cc .inner p {
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: #666;
	text-align: center;
}
.m20 .ccDia:after {
	content: "";
	position: absolute;
	left: -0.5%;
	top: -2%;
	width: 102%;
	padding-bottom: 34.6%;
	/* height: 100%; */
	background: url(/images/page/m20_dia_line.png) no-repeat left top / contain;
}

.m20 .boxSection {
	padding: 200px 0 160px;
}
.m20 .boxSection .boxWrap {
	margin-top: 160px;
	display: flex;
	justify-content: space-between;
}
.m20 .boxSection .boxWrap > div {
	width: 49%;
	aspect-ratio: 1;
	border-radius: 50px;
	overflow: hidden;
}
.m20 .boxSection .boxWrap .txtBox {
	padding: 60px;
	background: #e3e8ed;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.m20 .boxSection .boxWrap .txtBox .tit {
	font-size: var(--fz-54);
	font-weight: 700;
}
.m20 .boxSection .boxWrap .txtBox p {
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
	margin-top: 30px;
}

.m20 .introSection {
	padding: 60px 0;
	background: #fafafa;
}
.m20 .introSection .innerwrap {
	display: flex;
	justify-content: space-between;
}
.m20 .introSection .innerwrap .txts {
}
.m20 .introSection .innerwrap .txts h3 {
	font-size: var(--fz-36);
	font-weight: 700;
}
.m20 .introSection .innerwrap .txts p {
	margin-top: 24px;
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}
.m20 .introSection .innerwrap .name {
	text-align: right;
	font-family: "Manrope";
	font-size: var(--fz-120);
	font-weight: 700;
	line-height: 1.2em;
	color: rgba(0, 0, 0, 0.05);
	margin-right: -4%;
}

.m20 .specSection {
	position: relative;
	padding: 160px 0;
	overflow: hidden;
}
.m20 .specSection .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/page/m20_spec_bg.jpg) no-repeat center / cover;
}
.m20 .specSection .swiper-container {
}
.m20 .specSection .swiper-container .swiper-slide {
	padding: 30px;
	min-height: 450px;
	height: auto;
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(20px);
}
.m20 .specSection .swiper-container .swiper-slide .num {
	font-size: var(--fz-18);
	font-weight: 500;
	color: #00489e;
}
.m20 .specSection .swiper-container .swiper-slide .tit {
	font-size: var(--fz-26);
	font-weight: 500;
	min-height: 3em;
	margin: 5px 0 25px;
}
.m20 .specSection .swiper-container .swiper-slide .exp {
	font-size: var(--fz-18);
	line-height: 1.7em;
	color: #666;
}
.m20 .specSection .prdNotice {
	margin-top: 30px;
}

.m23 .section3 {
	padding: 160px 0;
}

.m30 .conTit {
	font-size: var(--fz-42);
	font-weight: 500;
	margin-bottom: 70px;
}
.m30 .section1 {
	padding: 160px 0;
}
.m30 .section1 .m30Tab {
	margin: 80px 0;
	display: flex;
}
.m30 .section1 .m30Tab li {
	width: 50%;
}
.m30 .section1 .m30Tab li a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-size: var(--fz-20);
	color: #525252;
	text-align: center;
	transition: all 0.4s;
}
.m30 .section1 .m30Tab li a:hover {
	color: #00489e;
}
.m30 .section1 .m30Tab li.on a {
	font-weight: 700;
	color: #00489e;
}
.m30 .section1 .m30Tab li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: transparent;
	transition: all 0.4s;
}
.m30 .section1 .m30Tab li a:hover:after,
.m30 .section1 .m30Tab li.on a:after {
	background: #00489e;
}
.m30 .boxSection .boxWrap {
	display: flex;
	justify-content: space-between;
}
.m30 .boxSection .boxWrap > div {
	width: 49%;
	aspect-ratio: 1;
	border-radius: 50px;
	overflow: hidden;
}
.m30 .boxSection .boxWrap .txtBox {
	padding: 40px;
	background: #e3e8ed;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.m30 .boxSection .boxWrap .txtBox .tit {
	font-size: var(--fz-54);
	font-weight: 700;
}
.m30 .boxSection .boxWrap .txtBox p {
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
	margin-top: 30px;
}
.m30 .introSection {
	padding: 100px 0;
	background: #fafafa;
}
.m30 .introSection .innerwrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.m30 .introSection .innerwrap .txts {
}
.m30 .introSection .innerwrap .txts h3 {
	font-size: var(--fz-36);
	font-weight: 700;
}
.m30 .introSection .innerwrap .txts p {
	margin-top: 24px;
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}
.m30 .introSection .innerwrap .name {
	text-align: right;
	font-family: "Manrope";
	font-size: var(--fz-120);
	font-weight: 700;
	line-height: 1.2em;
	color: rgba(0, 0, 0, 0.05);
	transform: translateY(30%);
	margin-right: -4%;
}
.m30 .specSection {
	position: relative;
	padding: 160px 0;
	overflow: hidden;
}
.m30 .specSection .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/page/m20_spec_bg.jpg) no-repeat center / cover;
}
.m30 .specSection .swiper-container {
}
.m30 .specSection .swiper-container .swiper-slide {
	padding: 30px;
	height: 100%;
	min-height: 450px;
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(20px);
}
.m30 .specSection .swiper-container .swiper-slide .num {
	font-size: var(--fz-18);
	font-weight: 500;
	color: #00489e;
}
.m30 .specSection .swiper-container .swiper-slide .tit {
	font-size: var(--fz-28);
	font-weight: 500;
	margin: 5px 0 25px;
}
.m30 .specSection .swiper-container .swiper-slide .exp {
	font-size: var(--fz-18);
	line-height: 1.7em;
	color: #666;
}
.m30 .specSection .prdNotice {
	margin-top: 30px;
}
.m30 .section3 {
	padding: 160px 0 240px;
}
.m30 .section3 .conWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.m30 .section3 .conWrap .con {
	width: 48%;
	text-align: center;
}
.m30 .section3 .conWrap .con .img {
	width: 100%;
}
.m30 .section3 .conWrap .con .img img {
	width: 100%;
}
.m30 .section3 .conWrap .con .desc {
	padding: 40px 0 0;
}
.m30 .section3 .conWrap .con .desc dl {
}
.m30 .section3 .conWrap .con .desc dl dt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	border-radius: 50px;
	background: #eeedf2;
	height: 32px;
	font-size: 20px;
	color: #000;
	text-align: center;
}
.m30 .section3 .conWrap .con .desc dl dd {
	margin-top: 20px;
	font-size: 20px;
	color: #666;
	line-height: 160%;
}
.m30 .section3 .conWrap .con.conRight {
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.m30 .section3 .conWrap .con .name {
	font-size: var(--fz-28);
	font-weight: 400;
	color: #000;
}
.m30 .section3 .conWrap .con .sub {
	font-size: var(--fz-20);
	font-weight: 400;
	color: #666;
	margin-top: 24px;
	padding-top: 24px;
	position: relative;
}
.m30 .section3 .conWrap .con .sub:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background: #ccc;
}

.m40 {
}
.m40 .section1 {
	padding: 200px 0;
}
.m40 .section1 .tabs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.m40 .section1 .tabs li {
	width: 49%;
}
.m40 .section1 .tabs li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	border-radius: 70px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.m40 .section1 .tabs li a span {
	position: relative;
	padding-left: 14px;
	font-family: "Pretendard";
	font-size: var(--fz-20);
	font-weight: 600;
	color: #666;
}
.m40 .section1 .tabs li a span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #666;
}
.m40 .section1 .tabs li.on a {
	border: none;
	background: #00489e;
}
.m40 .section1 .tabs li.on a span {
	color: #fff;
}
.m40 .section1 .tabs li.on a span:after {
	background: #fff;
}
.m40 .section1 .boxWrap {
	display: flex;
	justify-content: space-between;
}
.m40 .section1 .boxWrap .box {
	width: 100%;
	height: 700px;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m40 .section1 .boxWrap.v2 .box {
	width: 49%;
}
.m40 .section1 .infoWrap {
	margin-top: 120px;
}
.m40 .section1 .infoWrap h4 {
	margin-bottom: 40px;
	font-size: var(--fz-32);
	font-weight: 500;
}
.m40 .section1 .infoWrap .con {
}
.m40 .section1 .infoWrap .con.v2 {
	display: flex;
	justify-content: space-between;
}
.m40 .section1 .infoWrap .con ul {
	width: 100%;
	border-top: 2px solid #000;
}
.m40 .section1 .infoWrap .con.v2 ul {
	width: 49%;
}
.m40 .section1 .infoWrap .con li {
	width: 100%;
	padding: 25px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	min-height: 120px;
}
.m40 .section1 .infoWrap .con li .tit {
	width: 260px;
	font-size: var(--fz-20);
	font-weight: 600;
}
.m40 .section1 .infoWrap .con li .con {
	width: calc(100% - 260px);
	font-size: var(--fz-20);
	color: #666;
}
.m40 .section1 .notice {
	margin-top: 120px;
	width: 100%;
	padding: 30px 4%;
	border-radius: 100px;
	background: #eeedf2;
	display: flex;
	justify-content: center;
}
.m40 .section1 .notice .warn {
	position: relative;
	padding-left: 38px;
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}
.m40 .section1 .notice .warn img {
	position: absolute;
	left: 0;
	top: 4px;
}
.m40 .section1 .notice .num {
	position: relative;
	padding-left: 80px;
	font-size: var(--fz-20);
	font-weight: 600;
	line-height: 1.6em;
}
.m40 .section1 .notice .num:after {
	content: "";
	position: absolute;
	left: 40px;
	top: 8px;
	width: 1px;
	height: 17px;
	background: rgba(0, 0, 0, 0.3);
}

.bbs {
}
.bbs .section1 {
	padding: 200px 0;
}
.bbs .section1 ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 80px;
}
.bbs .section1 li {
	width: calc((100% - 80px) / 3);
}
.bbs .section1 li a {
	display: block;
	padding: 50px 30px;
	border-radius: 50px;
	background: #eeedf2;
	transition: all 0.3s;
}
.bbs .section1 li a .top {
	display: flex;
	justify-content: space-between;
}
.bbs .section1 li a .top .cate {
	font-size: var(--fz-24);
	font-weight: 700;
	transition: all 0.4s;
}
.bbs .section1 li a .top .date {
	font-size: var(--fz-18);
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	transition: all 0.4s;
}
.bbs .section1 li a .thumb {
	width: 100%;
	aspect-ratio: 470 / 260;
	border-radius: 50px;
	overflow: hidden;
	margin: 20px 0;
}
.bbs .section1 li a .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.bbs .section1 li a .txtWrap {
}
.bbs .section1 li a .txtWrap .tit {
	font-size: var(--fz-24);
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5em;
	height: 3em;
	transition: all 0.4s;
}
.bbs .section1 li a .txtWrap .con {
	font-size: var(--fz-22);
	color: #404040;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5em;
	height: 3em;
	margin: 10px 0 30px;
	transition: all 0.4s;
}
.bbs .section1 li a .txtWrap .more {
	position: relative;
	padding-left: 12px;
	font-size: var(--fz-12);
	font-weight: 500;
	color: #333;
	transition: all 0.4s;
}
.bbs .section1 li a .txtWrap .more:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #333;
	transition: all 0.4s;
}
.bbs .section1 li a:hover {
	background: #00499a;
}
.bbs .section1 li a:hover .top .cate {
	color: #fff;
}
.bbs .section1 li a:hover .top .date {
	color: rgba(255, 255, 255, 0.6);
}
.bbs .section1 li a:hover .thumb img {
	transform: scale(1.05);
}
.bbs .section1 li a:hover .txtWrap .tit {
	color: #fff;
}
.bbs .section1 li a:hover .txtWrap .con {
	color: #fff;
}
.bbs .section1 li a:hover .txtWrap .more {
	color: #fff;
}
.bbs .section1 li a:hover .txtWrap .more:before {
	background: #fff;
}
.bbs .section1 li a:hover .txtWrap .more:before {
	background: #fff;
}

.bbs2 {
}
.bbs2 .section1 {
	padding: 200px 0;
}
.bbs2 .section1 ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.bbs2 .section1 li {
	width: 100%;
}
.bbs2 .section1 li a {
	display: flex;
	align-items: center;
	padding: 60px 50px;
	background: #eeedf2;
	border-radius: 50px;
	transition: all 0.4s;
}
.bbs2 .section1 li a .info {
	width: 160px;
	text-align: center;
}
.bbs2 .section1 li a .info .num {
	font-size: var(--fz-54);
	font-weight: 700;
	color: #00499a;
	transition: all 0.4s;
}
.bbs2 .section1 li a .info .date {
	font-size: var(--fz-22);
	color: #404040;
	transition: all 0.4s;
}
.bbs2 .section1 li a .txtWrap {
	width: calc(100% - 160px - 137px - 90px);
	margin: 0 45px;
	padding: 0 45px;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.bbs2 .section1 li a .txtWrap .tit {
	font-size: var(--fz-30);
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
}
.bbs2 .section1 li a .txtWrap .con {
	margin-top: 15px;
	font-size: var(--fz-20);
	color: #404040;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
}
.bbs2 .section1 li a .viewMore {
	position: relative;
	margin-top: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 137px;
	height: 44px;
	border-radius: 50px;
	overflow: hidden;
	transition: all 0.4s;
}
.bbs2 .section1 li a .viewMore i {
	position: relative;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #000;
	transition: all 0.4s;
}
.bbs2 .section1 li a .viewMore span {
	position: relative;
	font-size: var(--fz-12);
	font-weight: 700;
	color: #000;
	transition: all 0.4s;
}

.bbs2 .section1 li a:hover {
	background: #00489e;
}
.bbs2 .section1 li a:hover .info .num {
	color: #fff;
}
.bbs2 .section1 li a:hover .info .date {
	color: rgba(255, 255, 255, 0.3);
}
.bbs2 .section1 li a:hover .txtWrap .tit {
	color: #fff;
}
.bbs2 .section1 li a:hover .txtWrap .con {
	color: #fff;
}
.bbs2 .section1 li a:hover .viewMore {
	background: #fff;
}

.bbs_view {
}
.bbs_view .section1 {
	padding: 200px 0;
}
.bbs_view .section1 .titWrap {
	display: flex;
	align-items: center;
	padding: 50px;
	border-radius: 50px;
	background: #eeedf2;
}
.bbs_view .section1 .titWrap .info {
	width: 160px;
	text-align: center;
}
.bbs_view .section1 .titWrap .info .num {
	font-size: var(--fz-54);
	font-weight: 700;
	color: #00499a;
}
.bbs_view .section1 .titWrap .info .date {
	font-size: var(--fz-22);
	color: #404040;
}
.bbs_view .section1 .titWrap .txts {
	width: calc(100% - 160px - 45px);
	margin-left: 45px;
	padding-left: 45px;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.bbs_view .section1 .titWrap .txts .tit {
	font-size: var(--fz-30);
	font-weight: 500;
}
.bbs_view .section1 .titWrap .txts .file {
	margin-top: 30px;
}
.bbs_view .section1 .titWrap .txts .file dl {
	display: flex;
}
.bbs_view .section1 .titWrap .txts .file dl dt {
	position: relative;
	font-size: var(--fz-20);
	color: #666;
	padding-right: 25px;
	flex-shrink: 0;
}
.bbs_view .section1 .titWrap .txts .file dl dt img {
	margin-right: 5px;
}
.bbs_view .section1 .titWrap .txts .file dl dt:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 8px;
	width: 1px;
	height: 15px;
	background: #999;
}
.bbs_view .section1 .titWrap .txts .file dl dd {
	flex-shrink: 1;
}
.bbs_view .section1 .titWrap .txts .file dl dd a {
	font-size: var(--fz-20);
	color: #666;
}
.bbs_view .section1 .conWrap {
	margin-top: 40px;
	padding: 40px 40px 120px 40px;
	border-radius: 50px;
	border: 1px solid #ccc;
}
.bbs_view .section1 .listBtn {
	margin: 80px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	width: 230px;
	height: 66px;
	border-radius: 10px;
	background: #000;
}
.bbs_view .section1 .listBtn .line {
	width: 20px;
}
.bbs_view .section1 .listBtn .line > div {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 50px;
	background: #fff;
}
.bbs_view .section1 .listBtn .line > div + div {
	margin-top: 4px;
}
.bbs_view .section1 .listBtn span {
	font-size: var(--fz-28);
	font-weight: 700;
	color: #fff;
}

.m63 {
}
.m63 .section1 {
	padding: 200px 0;
}

.m63 .section1 form {
}
.m63 .section1 form .searchWrap {
	width: 100%;
	padding: 60px 0;
	margin-bottom: 80px;
	background: #f8f8f8;
	border-radius: 50px;
}
.m63 .section1 form .searchWrap .searchBox {
	position: relative;
	width: 780px;
	height: 65px;
	margin: 0 auto;
	border-radius: 50px;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	background-color: #fff;
	overflow: hidden;
}
.m63 .section1 form .searchWrap .searchBox input[type="text"] {
	flex: 1;
	height: 100%;
	border-radius: 65px;
	border: none;
	font-size: var(--fz-20);
	padding: 0 30px;
}
.m63 .section1 form .searchWrap .searchBox input[type="text"]:focus {
	outline: none;
	border: none;
}
.m63 .section1 form .searchWrap .searchBox button {
	padding: 0 30px;
	appearance: none;
	background: none;
	border: none;
	height: 100%;
	position: relative;
}
.m63 .section1 form .searchWrap .searchBox button:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 26px;
	background: #ccc;
}
.m63 .section1 ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 120px;
}
.m63 .section1 li {
	width: calc((100% - 80px) / 3);
}
.m63 .section1 li a {
	display: block;
}
.m63 .section1 li a .thumb {
	width: 100%;
	aspect-ratio: 492 / 640;
	border-radius: 50px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.m63 .section1 li a .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m63 .section1 li a .txts {
	margin: 40px 0;
}
.m63 .section1 li a .txts .tit {
	font-size: var(--fz-30);
	font-weight: 500;
}
.m63 .section1 li a .txts .date {
	font-size: var(--fz-17);
	font-weight: 500;
	margin-top: 15px;
}
.m63 .section1 li a .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 65px;
	border-radius: 12px;
	border: 1px solid #ccc;
}
.m63 .section1 li a .btn span {
	font-size: var(--fz-20);
	font-weight: 500;
	color: #404040;
}
.m63 .section1 li a .btn i {
	display: block;
	width: 18px;
	height: 18px;
	background: url(/images/page/m63_icon.png) no-repeat center / contain;
}
.m63 .section1 li a:hover .btn {
	border: 1px solid #00489e;
	background: #00489e;
}
.m63 .section1 li a:hover .btn span {
	color: #fff;
}
.m63 .section1 li a:hover .btn i {
	background: url(/images/page/m63_icon_wh.png) no-repeat center / contain;
}

.m64 {
}
.m64 .section1 {
	padding: 200px 0;
}
.m64 .section1 .txtWrap {
	display: flex;
}
.m64 .section1 .txtWrap .textFill {
	width: 50%;
}
.m64 .section1 .txtWrap p {
	width: 50%;
	padding-left: 2%;
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}
.m64 .section1 .conWrap {
	margin-top: 120px;
}
.m64 .section1 .conWrap .con + .con {
	margin-top: 20px;
}
.m64 .section1 .conWrap .con .ask {
	padding: 25px 0;
	border-radius: 50px;
	background: #eeedf2;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.m64 .section1 .conWrap .con .ask .q {
	width: 170px;
	font-size: var(--fz-36);
	font-weight: 700;
	text-align: center;
	color: #00489e;
}
.m64 .section1 .conWrap .con .ask .inner {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% - 170px);
	padding: 0 50px;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.m64 .section1 .conWrap .con .ask .inner .tit {
	width: calc(100% - 40px);
	font-size: var(--fz-20);
	font-weight: 500;
	line-height: 1.7em;
}
.m64 .section1 .conWrap .con .ask .inner .arr {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
}
.m64 .section1 .conWrap .con .ask .inner .arr i {
	display: block;
	width: 20px;
	height: 10px;
	background: url(/images/page/m64_arr.png) no-repeat center / contain;
}
.m64 .section1 .conWrap .con .ask.on {
	background: #00489e;
}
.m64 .section1 .conWrap .con .ask.on .q {
	color: #fff;
}
.m64 .section1 .conWrap .con .ask.on .inner {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.m64 .section1 .conWrap .con .ask.on .inner .tit {
	color: #fff;
}
.m64 .section1 .conWrap .con .ask.on .inner .arr i {
	transform: rotate(180deg);
}

.m64 .section1 .conWrap .con .ans {
	margin-top: 20px;
	padding: 60px 0;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
}
.m64 .section1 .conWrap .con .ans > div {
	display: flex;
	align-items: center;
}
.m64 .section1 .conWrap .con .ans > div .a {
	width: 170px;
	font-size: var(--fz-36);
	font-weight: 700;
	text-align: center;
	color: #00489e;
}
.m64 .section1 .conWrap .con .ans > div .txt {
	width: calc(100% - 170px);
	padding: 0 50px;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}

.bbsWrite {
}
.bbsWrite .section1 {
	padding: 200px 0;
}
.bbsWrite .pageTit {
	font-size: var(--fz-54);
}
.bbsWrite .formCaption {
	text-align: right;
	font-size: var(--fz-18);
	margin-bottom: 10px;
}
.bbsWrite .formCaption .mainColor {
	color: #00489e;
}
.bbsWrite .writeForm {
	padding-top: 40px;
	border-top: 1px solid #000;
}
.bbsWrite .writeForm .formRow + .formRow {
	margin-top: 60px;
}
.bbsWrite .writeForm .formRowHalf {
	display: flex;
	justify-content: space-between;
	gap: 78px;
}
.bbsWrite .writeForm .formRowHalf .formItem {
	width: 100%;
}
.bbsWrite .writeForm .formItem {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.bbsWrite .writeForm .formLabel {
	padding: 0 12px;
	font-size: var(--fz-24);
	font-weight: 500;
	line-height: 1.4;
}
.bbsWrite .writeForm .requiredItem .formLabel:after {
	content: "*";
	color: #00489e;
	margin-left: 2px;
}
.bbsWrite .writeForm .formInput {
	width: 100%;
	height: 64px;
	padding: 0 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	background: #fff;
	font-size: var(--fz-20);
	line-height: 28px;
	color: #000;
}
.bbsWrite .writeForm .formInput::placeholder {
	font-size: var(--fz-20);
	color: #666;
}
.bbsWrite .writeForm .telWrap {
	display: flex;
	align-items: center;
	gap: 16px;
}
.bbsWrite .writeForm .telWrap .telSelect {
	flex: 1;
	min-width: 0;
	position: relative;
}
.bbsWrite .writeForm .telWrap .telSelect::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(/images/page/icon_select.png) no-repeat center / contain;
}
.bbsWrite .writeForm .telWrap .telSelect select {
	width: 100%;
	height: 64px;
	padding: 0 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	background: #fff url(/images/page/select_arrow.png) no-repeat right 30px center;
	appearance: none;
	font-size: var(--fz-20);
	line-height: 28px;
	color: #666;
}
.bbsWrite .writeForm .telWrap .telDash {
	flex-shrink: 0;
	width: 8px;
	font-size: var(--fz-20);
	line-height: 1;
	color: #666;
	text-align: center;
}
.bbsWrite .writeForm .telWrap .telInput {
	flex: 1;
	min-width: 0;
}
.bbsWrite .writeForm .editorBox {
}
.bbsWrite .writeForm .fileWrap {
	display: flex;
	align-items: center;
	gap: 16px;
}
.bbsWrite .writeForm .fileWrap .fileName {
	flex: 1;
	min-width: 0;
	height: 64px;
	padding: 0 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	background: #fff;
	font-size: var(--fz-20);
	line-height: 64px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bbsWrite .writeForm .fileWrap .fileBtn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	width: 180px;
	height: 64px;
	padding: 0 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	background: #f8f8f8;
	cursor: pointer;
}
.bbsWrite .writeForm .fileWrap .fileBtn span {
	font-size: var(--fz-20);
	line-height: 28px;
	color: #666;
}
.bbsWrite .writeForm .fileWrap .fileBtn .fileIcon {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/page/icon_push.png) no-repeat center / contain;
}
.bbsWrite .writeForm .fileWrap .fileBtn input[type="file"] {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.bbsWrite .writeForm .formRow.formButtonRow {
	text-align: center;
	margin-top: 120px;
}
.bbsWrite .writeForm .formButtonRow .formButton {
	width: 168px;
	height: 64px;
	border-radius: 12px;
	background: #000;
	color: #fff;
	font-size: var(--fz-16);
}

.m71 {
}
.m71 h4 {
	font-size: var(--fz-54);
	font-weight: 700;
	margin-bottom: 80px;
}
.m71 .section1 {
	padding: 200px 0 160px;
}
.m71 .section1 .box {
	margin-top: 80px;
	width: 100%;
	height: 500px;
	border-radius: 50px;
	overflow: hidden;
}
.m71 .section1 .box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m71 .section1 .conWrap {
	padding-top: 80px;
	display: flex;
}
.m71 .section1 .conWrap h4 {
	width: 50%;
}
.m71 .section1 .conWrap .listWrap {
	width: 50%;
}
.m71 .section1 .conWrap .listWrap .list {
	position: relative;
	width: 100%;
	padding: 40px 20px;
	border-top: 1px solid #ccc;
}
.m71 .section1 .conWrap .listWrap .list:first-child {
	border-top: none;
}
.m71 .section1 .conWrap .listWrap .list .icon {
	position: absolute;
	top: 40px;
	right: 20px;
}
.m71 .section1 .conWrap .listWrap .list .tit_en {
	font-size: var(--fz-36);
	font-weight: 700;
}
.m71 .section1 .conWrap .listWrap .list .tit_kr {
	font-size: var(--fz-24);
	font-weight: 500;
	margin: 30px 0 10px;
}
.m71 .section1 .conWrap .listWrap .list .con {
	font-size: var(--fz-20);
	color: #666;
}

.m71 .section2 {
	padding: 160px 0;
	background: #f2f4f6;
}
.m71 .section2 .boxWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.m71 .section2 .boxWrap .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: calc((100% - 60px) / 4);
	aspect-ratio: 374 / 248;
	padding: 20px;
	border-radius: 50px;
	background: #fff;
}
.m71 .section2 .boxWrap .box p {
	font-size: var(--fz-24);
	font-weight: 500;
	margin-top: 15px;
}
.m71 .section2 .boxWrap .box span {
	font-size: var(--fz-20);
	color: rgba(102, 102, 102, 1);
}

.m71 .section3 {
	padding: 160px 0 0;
}
.m71 .section3 .boxWrap {
	width: 100%;
	height: 700px;
	border-radius: 50px;
	background: #f2f4f6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m71 .section3 .boxWrap .diaWrap {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.m71 .section3 .boxWrap .diaWrap:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.4);
}
.m71 .section3 .boxWrap .diaWrap .cc {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	z-index: 2;
}
.m71 .section3 .boxWrap .diaWrap .cc1 {
	width: 220px;
	height: 220px;
}
.m71 .section3 .boxWrap .diaWrap .cc2 {
	width: 255px;
	height: 255px;
}
.m71 .section3 .boxWrap .diaWrap .cc3 {
	width: 300px;
	height: 300px;
}
.m71 .section3 .boxWrap .diaWrap .cc4 {
	width: 370px;
	height: 370px;
	background: #00489e;
}
.m71 .section3 .boxWrap .diaWrap .cc .step {
	font-size: var(--fz-14);
	font-weight: 500;
	color: #666;
}
.m71 .section3 .boxWrap .diaWrap .cc .num {
	font-size: var(--fz-24);
	font-weight: 500;
	color: #283c82;
	margin: 10px 0;
}
.m71 .section3 .boxWrap .diaWrap .cc p {
	font-size: var(--fz-24);
	font-weight: 500;
	color: #000;
}
.m71 .section3 .boxWrap .diaWrap .cc4 .step {
	color: #fff;
}
.m71 .section3 .boxWrap .diaWrap .cc4 .num {
	color: #fff;
}
.m71 .section3 .boxWrap .diaWrap .cc4 p {
	color: #fff;
}
.m71 .section3 .boxWrap .diaWrap .cc:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 83%;
	height: 83%;
	border-radius: 50%;
	border: 1.5px dashed #ddd;
}
.m71 .section3 .boxWrap .diaWrap .cc:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
}
.m71 .section3 .boxWrap .diaWrap .cc1:after {
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 225px;
	height: 225px;
	border-radius: 50%;
	background: conic-gradient(#0bb0e8 0% 25%, /* 채워진 부분 */ #f2f4f6 25% 100% /* 빈 부분 */);
	-webkit-mask: radial-gradient(transparent 106px, black 106px);
	mask: radial-gradient(transparent 106px, black 106px);
}
.m71 .section3 .boxWrap .diaWrap .cc2:after {
	transform: translate(-50%, -50%) rotate(-180deg);
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: conic-gradient(#0082da 0% 50%, /* 채워진 부분 */ #f2f4f6 50% 100% /* 빈 부분 */);
	-webkit-mask: radial-gradient(transparent 124px, black 124px);
	mask: radial-gradient(transparent 124px, black 124px);
}
.m71 .section3 .boxWrap .diaWrap .cc3:after {
	transform: translate(-50%, -50%) rotate(90deg);
	width: 305px;
	height: 305px;
	border-radius: 50%;
	background: conic-gradient(#2f80de 0% 75%, /* 채워진 부분 */ #f2f4f6 75% 100% /* 빈 부분 */);
	-webkit-mask: radial-gradient(transparent 146px, black 146px);
	mask: radial-gradient(transparent 146px, black 146px);
}
.m71 .section3 .boxWrap .diaWrap .arr {
	position: relative;
	z-index: 2;
}

.m71 .section4 {
	padding: 160px 0 200px;
}
.m71 .section4 .top {
	display: flex;
}
.m71 .section4 .top > * {
	width: 50%;
}
.m71 .section4 .top p {
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}
.m71 .section4 .boxWrap {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.m71 .section4 .boxWrap .box {
	width: 48%;
	height: 400px;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.m71 .section4 .boxWrap .box.box1 {
	background: url(/images/page/m71_sec4_box_bg1.jpg) no-repeat center / cover;
}
.m71 .section4 .boxWrap .box.box2 {
	background: url(/images/page/m71_sec4_box_bg2.jpg) no-repeat center / cover;
}
.m71 .section4 .boxWrap .box p {
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
	margin: 30px 0 20px;
}
.m71 .section4 .boxWrap .box a {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 170px;
	height: 50px;
	border-radius: 50px;
	background: #000;
}
.m71 .section4 .boxWrap .box a:after {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 101%;
	height: 101%;
	background: #134b8f;
	transform: translateX(-100%);
	transition: all 0.4s;
}
.m71 .section4 .boxWrap .box a:hover:after {
	transform: translateX(0);
}
.m71 .section4 .boxWrap .box a span {
	position: relative;
	z-index: 2;
	font-size: var(--fz-16);
	font-weight: 500;
	color: #fff;
}
.m71 .section4 .boxWrap .box a img {
	position: relative;
	z-index: 2;
}

/* m65 */
.m65 .listBottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.m65 .listBottom .nullBox {
	width: 168px;
}
.m65 .listBottom .writeBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 168px;
	height: 48px;
	border-radius: 12px;
	background: #000;
	color: #fff;
	font-size: var(--fz-16);
	font-weight: 500;
}
.m65 .listBottom .writeBtn a .icon {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/images/page/icon_arr_w.png) no-repeat center / 100%;
}
/* write popup */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	display: none;
}
.popup .innerWrap {
	max-width: 800px;
	height: 100%;
	width: 92%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup .popupContainer {
	background-color: #fff;
	width: 100%;
	padding: 60px;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
}
.popup .popupContainer .closeBtn {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 50px;
	height: 50px;
	border: none;
	background-color: transparent;
}
.popup .popupContainer .closeBtn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	height: 1px;
	background-color: #000;
	transform: translate(-50%, -50%) rotate(45deg);
	transform-origin: center;
}
.popup .popupContainer .closeBtn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	height: 1px;
	background-color: #000;
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.popup .popupContainer .icon.lockIcon {
	display: block;
	width: 80px;
	height: 80px;
	background: url(/images/page/icon_lock.png) no-repeat center / 50%;
	border-radius: 50%;
	background-color: #eceff3;
	margin: 0 auto;
}
.popup .popupContainer .popupContent {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #000;
}
.popup .popupContainer .popupContent .text {
	font-size: var(--fz-24);
	font-weight: 500;
	color: #000;
	text-align: center;
}
.popup .popupContainer .popupContent form {
	margin-top: 20px;
}
.popup .popupContainer .popupContent form input[type="password"] {
	width: 100%;
	height: 64px;
	padding: 0 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	background: #fff;
	font-size: var(--fz-20);
	line-height: 28px;
	color: #000;
}
.popup .popupContainer .popupContent form .submitBtn {
	display: block;
	margin: 40px auto 0;
	width: 168px;
	height: 64px;
	border-radius: 12px;
	background: #000;
	color: #fff;
	font-size: var(--fz-16);
}

@keyframes showImg {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	}
}
@keyframes showImg2 {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}
	0% {
		clip-path: polygon(0 0, 28% 0, 58% 100%, 0 100%);
	}
	100% {
		clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	}
}
@keyframes showImg3 {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	}
}
@keyframes opacityAni {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes scaleAni {
	0% {
		opacity: 0;
		transform: scale(1.3);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes scaleAni2 {
	0% {
		opacity: 0.5;
		transform: scale(1.3);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes fadeUpAni {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeLeftAni {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeRightAni {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes imgMotion {
	0% {
		clip-path: inset(50%);
		opacity: 0;
	}
	100% {
		clip-path: inset(0);
		opacity: 1;
	}
}

.fadeUp {
	opacity: 0;
}
.fadeLeft {
	opacity: 0;
}
.fadeRight {
	opacity: 0;
}
.showImg {
	opacity: 0;
}
.clipImg {
	opacity: 0;
}

.showImg.in-view {
	animation-name: showImg;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.4s;
	animation-delay: 0.2s;
	opacity: 1;
	animation-fill-mode: both;
}
.showImg2.in-view {
	animation-name: showImg2;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 2s;
	animation-delay: 0.2s;
	opacity: 1;
	animation-fill-mode: both;
}
.showImg3.in-view {
	animation-name: showImg3;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1s;
	animation-delay: 0.2s;
	opacity: 1;
	animation-fill-mode: both;
}
.opacity.in-view {
	animation-name: opacityAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 2s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
}
.fadeUp.in-view {
	animation-name: fadeUpAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.2s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
	opacity: 1;
}
.fadeLeft.in-view {
	animation-name: fadeLeftAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.2s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
	opacity: 1;
}
.fadeRight.in-view {
	animation-name: fadeRightAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.2s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
	opacity: 1;
}
.scaleAni.in-view {
	animation-name: scaleAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 2s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
}
.scaleAni2.in-view {
	animation-name: scaleAni2;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.5s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
}
.clipImg.in-view {
	animation-name: imgMotion;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	animation-delay: 0.1s;
	opacity: 0;
	animation-fill-mode: both;
}

.subTop .pageTitle h2 {
	opacity: 0;
	transform: translateY(30px);
}
.subTop.in-view .pageTitle h2 {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.2s;
}

.subTop .pageTitle p {
	opacity: 0;
	transform: translateY(30px);
}
.subTop.in-view .pageTitle p {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.2s 0.2s;
}
.subTop .bgWrap .bg {
	transform: scale(1.2);
}
.subTop.in-view .bgWrap .bg {
	transform: scale(1);
	transition: all 3s;
}

.comp span {
	display: inline-block;
	opacity: 0;
	transform: translateY(30px);
}

.comp.in-view span {
	opacity: 1;
	transform: translateY(0);
}

.comp.in-view span:nth-child(1) {
	transition: all 1.2s 0.2s;
}
.comp.in-view span:nth-child(2) {
	transition: all 1.2s 0.3s;
}
.comp.in-view span:nth-child(3) {
	transition: all 1.2s 0.4s;
}
.comp.in-view span:nth-child(4) {
	transition: all 1.2s 0.5s;
}
.comp.in-view span:nth-child(5) {
	transition: all 1.2s 0.6s;
}
.comp.in-view span:nth-child(6) {
	transition: all 1.2s 0.7s;
}
.comp.in-view span:nth-child(7) {
	transition: all 1.2s 0.8s;
}
.comp.in-view span:nth-child(8) {
	transition: all 1.2s 0.9s;
}
.comp.in-view span:nth-child(9) {
	transition: all 1.2s 1s;
}
.comp.in-view span:nth-child(10) {
	transition: all 1.2s 1.1s;
}
.comp.in-view span:nth-child(11) {
	transition: all 1.2s 1.2s;
}

.m11 .section2 .boxWrap .box.box1 {
	opacity: 0;
	transform: translateX(-50px);
}
.m11 .section2 .boxWrap.in-view .box.box1 {
	opacity: 1;
	transform: translateX(-0);
	transition: all 1.2s 0.2s;
}
.m11 .section2 .boxWrap .box.box2 {
	opacity: 0;
	transform: translateY(-50px);
}
.m11 .section2 .boxWrap.in-view .box.box2 {
	opacity: 1;
	transform: translateY(-0);
	transition: all 1.2s 0.2s;
}
.m11 .section2 .boxWrap .box.box3 {
	opacity: 0;
	transform: translateX(-50px);
}
.m11 .section2 .boxWrap.in-view .box.box3 {
	opacity: 1;
	transform: translateX(-0);
	transition: all 1.2s 0.2s;
}
.m11 .section2 .boxWrap .box.box4 {
	opacity: 0;
	transform: translateY(50px);
}
.m11 .section2 .boxWrap.in-view .box.box4 {
	opacity: 1;
	transform: translateY(-0);
	transition: all 1.2s 0.2s;
}
.m11 .section2 .boxWrap .box.box5 {
	opacity: 0;
	transform: translateX(50px);
}
.m11 .section2 .boxWrap.in-view .box.box5 {
	opacity: 1;
	transform: translateX(-0);
	transition: all 1.2s 0.2s;
}
.m11 .section2 .boxWrap .box.box1 {
	opacity: 0;
	transform: translateX(-50px);
}
.m11 .section2 .boxWrap.in-view .box.box1 {
	opacity: 1;
	transform: translateX(-0);
	transition: all 1.2s 0.2s;
}

.m21 .section3 .diaWrap .dia li:nth-child(odd) {
	opacity: 0;
	transform: translateX(-40px);
}
.m21 .section3 .diaWrap .dia li:nth-child(odd).in-view {
	opacity: 1;
	transform: translateX(-0);
	transition: all 1.2s 0.2s;
}
.m21 .section3 .diaWrap .dia li:nth-child(even) {
	opacity: 0;
	transform: translateX(40px);
}
.m21 .section3 .diaWrap .dia li:nth-child(even).in-view {
	opacity: 1;
	transform: translateX(-0);
	transition: all 1.2s 0.2s;
}

.m20 .ccDia {
	opacity: 0;
	transform: scale(0.85);
}
.m20 .ccDia.in-view {
	opacity: 1;
	transform: scale(1);
	transform-origin: center;
	transition: all 2s 0.2s;
}

.m20 .boxSection .boxWrap .txtBox {
	opacity: 0;
	transform: translateX(-50px);
}
.m20 .boxSection .boxWrap.in-view .txtBox {
	opacity: 1;
	transform: translateX(-0);
	transition: all 1.4s 0.2s;
}
.m20 .boxSection .boxWrap .imgBox {
	opacity: 0;
	transform: translateX(50px);
}
.m20 .boxSection .boxWrap.in-view .imgBox {
	opacity: 1;
	transform: translateX(-0);
	transition: all 1.4s 0.2s;
}

.m71 .section1 .conWrap .listWrap .list {
	opacity: 0;
	transform: translateX(40px);
}
.m71 .section1 .conWrap .listWrap .list.in-view {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.2s 0.2s;
}

.m71 .section3 .boxWrap .diaWrap:after {
	width: 0;
}
.m71 .section3 .boxWrap .diaWrap.in-view:after {
	width: 100%;
	transition: all 3s;
}
.m71 .section3 .boxWrap .diaWrap .cc {
	opacity: 0;
	transform: scale(0.85);
}
.m71 .section3 .boxWrap .diaWrap .cc.in-view {
	opacity: 1;
	transform: scale(1);
}
.m71 .section3 .boxWrap .diaWrap .cc1 {
	transition: all 1.2s 0.2s;
}
.m71 .section3 .boxWrap .diaWrap .cc2 {
	transition: all 1.2s 0.4s;
}
.m71 .section3 .boxWrap .diaWrap .cc3 {
	transition: all 1.2s 0.6s;
}
.m71 .section3 .boxWrap .diaWrap .cc4 {
	transition: all 1.2s 0.8s;
}

/* 병원검색 */
.m81 {
}
.m81 .section1 {
	padding: 200px 0;
}
.m81 .section1 .searchWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	width: 100%;
	padding: 60px 80px 40px;
	margin-bottom: 40px;
	background: #eeedf2;
	border-radius: 50px;
}
.m81 .section1 .searchWrap .searchDesc {
	font-size: var(--fz-30);
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: #000;
}
.m81 .section1 .searchWrap .searchBox {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 16px 20px 16px 30px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
}
.m81 .section1 .searchWrap .searchBox .selectBox {
	position: relative;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 320px;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #ccc;
}
.m81 .section1 .searchWrap .searchBox .selectBox .selectLabel {
	flex-shrink: 0;
	margin-right: 12px;
	font-size: var(--fz-20);
	font-weight: 500;
	line-height: 1.5;
	color: #000;
	pointer-events: none;
}
.m81 .section1 .searchWrap .searchBox .selectBox select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 40px;
	padding: 0 28px 0 0;
	border: 0;
	background: transparent url(/images/page/m81_select_arr.svg) no-repeat right center / 20px 20px;
	font-size: var(--fz-20);
	font-weight: 400;
	line-height: 1.5;
	color: #404040;
	cursor: pointer;
}
.m81 .section1 .searchWrap .searchBox .keywordBox {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
}
.m81 .section1 .searchWrap .searchBox .keywordBox input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 50px 0 0;
	border: 0;
	background: transparent;
	font-size: var(--fz-20);
	font-weight: 500;
	line-height: 1.5;
	color: #000;
}
.m81 .section1 .searchWrap .searchBox .keywordBox input[type="text"]::placeholder {
	color: #000;
	font-weight: 500;
}
.m81 .section1 .searchWrap .searchBox .keywordBox button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: none;
}
.m81 .section1 .searchWrap .searchBox .keywordBox button img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.m81 .section1 .hospitalList {
	width: 100%;
}
.m81 .section1 .hospitalList .listHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	padding: 20px 80px;
	background: #00489e;
	border-radius: 50px;
	font-size: var(--fz-20);
	font-weight: 500;
	line-height: 1.77;
	color: #fff;
	text-align: center;
}
.m81 .section1 .hospitalList .listBody {
	width: 100%;
}
.m81 .section1 .hospitalList .listBody li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100px;
	padding: 20px 80px;
	border-bottom: 1px solid #e5e5e5;
	font-size: var(--fz-20);
	font-weight: 400;
	line-height: 1.6;
	color: #666;
}
.m81 .section1 .hospitalList .col.name {
	width: 240px;
	flex-shrink: 0;
	text-align: left;
}
.m81 .section1 .hospitalList .listHead .col.name {
	text-align: center;
}
.m81 .section1 .hospitalList .col.addr {
	width: 800px;
	max-width: 52%;
	flex: 1;
	text-align: left;
}
.m81 .section1 .hospitalList .listHead .col.addr {
	text-align: center;
}
.m81 .section1 .hospitalList .col.tel {
	width: 240px;
	flex-shrink: 0;
	text-align: left;
}
.m81 .section1 .hospitalList .listHead .col.tel {
	text-align: center;
}
.m81 .section1 .paging {
	margin-top: 120px;
}
