﻿@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: none;
}
.ptbr {
	display: none;
}
.tbbr {
	display: none;
}
.mbbr {
	display: block;
}
.pmbr {
	display: block;
}
.dn {
	display: none;
}

.pc_view {
	display: none !important;
}
.pt_view {
	display: none !important;
}
.t_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: 30px;
	height: 30px;
	color: #666666;
	font-size: var(--fz-20);
	line-height: 30px;
}
.paging strong {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #00489e;
	color: #fff;
	font-size: var(--fz-18);
	line-height: 30px;
	font-weight: 400;
}
.paging .page_begin {
	width: 30px;
	height: 30px;
	background: url(/images/page/page_begin.png) no-repeat center;
	background-size: 17px;
	border: 0;
}
.paging .page_prev {
	width: 30px;
	height: 30px;
	background: url(/images/page/page_prev.png) no-repeat center;
	background-size: 8px;
	border: 0;
}
.paging .page_next {
	width: 30px;
	height: 30px;
	background: url(/images/page/page_next.png) no-repeat center;
	background-size: 8px;
	border: 0;
}
.paging .page_end {
	width: 30px;
	height: 30px;
	background: url(/images/page/page_end.png) no-repeat center;
	background-size: 17px;
	border: 0;
}

.textFill .text-line {
	position: relative;
	font-size: var(--fz-30);
	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_m.jpg) no-repeat center / cover;
}
.subTop.pn2 .bg {
	background: url(/images/page/subVisual2_m.jpg) no-repeat center / cover;
}
.subTop.pn3 .bg {
	background: url(/images/page/subVisual3_m.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_m.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-24);
	font-weight: 700;
	color: #fff;
}
.subTop .pageTitle p {
	font-size: var(--fz-40);
	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;
	width: 90%;
}

.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: 10px;
	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: 18px;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.subTop .page_location > ul > li:last-child:after {
	display: none;
}
.subTop .page_location > ul > li::before {
	content: "";
	width: 12px;
	height: 6px;
	background: url(/images/page/pl_arr.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
}
.subTop .page_location > ul > li::first-child::before {
	display: none;
}
.subTop .page_location > ul > li > a {
	display: block;
	position: relative;
	padding: 15px 2vw;
	font-size: var(--fz-18);
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
	overflow: hidden;
}
.subTop .page_location > ul > li:nth-child(2),
.subTop .page_location > ul > li:nth-child(3) {
	flex: 1;
}
.subTop .page_location > ul > li:nth-child(1) > a {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subTop .page_location > ul > li:last-child > ul {
	border-radius: 0 10px 10px 10px;
}
.subTop .page_location > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px 0;
	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 > 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: 8px 3vw;
}
.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 60px;
	font-size: var(--fz-42);
	font-weight: 700;
}

.m11 {
}
.m11 .section1 {
	padding: 100px 0;
}
.m11 .section1 .conWrap {
	display: flex;
	flex-direction: column;
}
.m11 .section1 .conWrap .textFill {
	width: 100%;
	margin-bottom: 40px;
}
.m11 .section1 .conWrap .txtWrap {
	width: 100%;
}
.m11 .section1 .conWrap .txtWrap .tit {
	font-size: var(--fz-24);
	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: var(--fz-110);
	font-weight: 700;
	color: rgba(0, 0, 0, 0.07);
	text-align: center;
}

.m11 .section2 {
	position: relative;
	padding: 100px 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;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}
.m11 .section2 .boxWrap .left {
	width: 100%;
}
.m11 .section2 .boxWrap .left > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.m11 .section2 .boxWrap .left .bot {
	margin-top: 20px;
}
.m11 .section2 .boxWrap .right {
	width: 100%;
}

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

.m11 .section2 .boxWrap .box.box3 {
	width: 100%;
}
.m11 .section2 .boxWrap .box.box4 {
	width: 100%;
}
.m11 .section2 .boxWrap .box.box5 {
	width: 100%;
	height: 100%;
}
.m11 .section2 .boxWrap .box .titWrap {
	display: flex;
	justify-content: space-between;
}
.m11 .section2 .boxWrap .box .titWrap .tit {
	font-size: var(--fz-28);
	font-weight: 600;
}
.m11 .section2 .boxWrap .box .titWrap .icon {
	width: 50px;
}
.m11 .section2 .boxWrap .box p {
	font-size: var(--fz-18);
	margin-top: 20px;
}

.m12 {
}
.m12 .section1 {
	padding: 100px 0;
}
.m12 .section1 .txtWrap {
	display: flex;
	flex-direction: column;
}
.m12 .section1 .txtWrap .textFill {
	width: 100%;
}
.m12 .section1 .txtWrap p {
	width: 100%;
	margin-top: 40px;
	font-size: var(--fz-18);
	line-height: 1.6em;
	color: #666;
}

.m12 .section2 {
}
.m12 .section2 .yearSec {
	width: 100%;
}
.m12 .section2 .yearSec.gray {
	background: #f2f4f6;
}
.m12 .section2 .yearSec .conWrap {
	padding: 100px 0;
	display: flex;
	flex-direction: column;
}
.m12 .section2 .yearSec .conWrap .year {
	font-family: "Poppins";
	width: 100%;
	font-size: var(--fz-60);
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
}
.m12 .section2 .yearSec .conWrap .img {
	position: relative;
	width: 100%;
	margin: 40px 0 20px;
	border-radius: 35px;
	padding-bottom: 87%;
	overflow: hidden;
}
.m12 .section2 .yearSec .conWrap .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m12 .section2 .yearSec .conWrap .listWrap {
	width: 100%;
	padding-left: 2vw;
}
.m12 .section2 .yearSec .conWrap .listWrap .list {
}
.m12 .section2 .yearSec .conWrap .listWrap .list + .list {
	margin-top: 30px;
}
.m12 .section2 .yearSec .conWrap .listWrap .list .num {
	margin-bottom: 10px;
	font-size: var(--fz-20);
	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: 12px;
	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: 40px;
	font-weight: 600;
	font-size: var(--fz-18);
	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: 8px;
	width: 1px;
	height: 12px;
	background: rgba(102, 102, 102, 1);
}
.m12 .section2 .yearSec .conWrap .listWrap .list .con dl dd {
	width: calc(100% - 40px);
	font-size: var(--fz-18);
	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: var(--fz-34);
	font-weight: 700;
	color: #fff;
}
.m13 .section1 .txt1 p {
	font-size: var(--fz-20);
	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: var(--fz-20);
	font-weight: 500;
	color: #fff;
	line-height: 1.5em;
	opacity: 0;
}

.m13 .section2 {
	width: 100%;
	padding: 80px 0;
	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-wrapper {
	align-items: stretch;
}
.m13 .section2 .record .swiper-slide {
	width: 350px;
	height: auto;
	border-radius: 50px;
	padding: 8vw;
	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-16);
	color: #00489e;
}
.m13 .section2 .record .swiper-slide .txts {
	margin-top: 70px;
}
.m13 .section2 .record .swiper-slide .txts .tit {
	font-size: var(--fz-20);
	font-weight: 700;
	line-height: 1.5em;
	color: #00489e;
	transition: all 0.4s;
}
.m13 .section2 .record .swiper-slide .txts .con {
	font-size: var(--fz-18);
	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%;
	padding: 100px 0;
	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%;
	border-radius: 25px;
	background: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column-reverse;
}
.m13 .slideSec .boxWrap .imgSwiper {
	width: 100%;
	height: 100%;
	margin: 0;
}
.m13 .slideSec .boxWrap .imgSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	overflow: hidden;
}
.m13 .slideSec .boxWrap .imgSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m13 .slideSec .boxWrap .txtWrap {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
.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;
	gap: 35px;
	margin: 0;
	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: 40px;
}
.m13 .slideSec .boxWrap .txtWrap .txtSwiper .swiper-slide {
	position: relative;
	padding-right: 10px;
	height: 30vh;
	overflow-y: auto;
}

.m13 .slideSec .boxWrap .txtWrap .txtSwiper .swiper-slide .tit {
	font-size: var(--fz-20);
	font-weight: 700;
	margin-bottom: 20px;
}
.m13 .slideSec .boxWrap .txtWrap .txtSwiper .swiper-slide .con {
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: #666;
}

.m14 {
}
.m14 .section1 {
	padding: 100px 0;
}
.m14 .section1 .conWrap {
	margin-top: 80px;
}
.m14 .section1 .conWrap .con + .con {
	margin-top: 40px;
}
.m14 .section1 .conWrap .con {
	position: relative;
	width: 100%;
	padding: 40px 20px;
	border-radius: 25px;
	background: #eeedf2;
}
.m14 .section1 .conWrap .con .top {
	display: flex;
	flex-direction: column;
}
.m14 .section1 .conWrap .con .top .locate {
	width: 100%;
	font-size: var(--fz-24);
	font-weight: 500;
}
.m14 .section1 .conWrap .con .top ul {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.m14 .section1 .conWrap .con .top li {
	width: 100%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}
.m14 .section1 .conWrap .con .top li .icon {
	width: 35px;
}
.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-18);
	font-weight: 600;
	line-height: 1.6em;
}
.m14 .section1 .conWrap .con .top li dl dd {
	font-size: var(--fz-18);
	line-height: 1.6em;
	color: #666;
}
.m14 .section1 .conWrap .con .top .btn {
	position: absolute;
	right: 20px;
	top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	transition: all 0.4s;
}
.m14 .section1 .conWrap .con .top.on .btn {
	transform: rotate(180deg);
}
.m14 .section1 .conWrap .con .top .btn img {
	width: 18px;
}
.m14 .section1 .conWrap .con .map {
	margin-top: 40px;
	width: 100%;
	height: 300px;
	border-radius: 25px;
	overflow: hidden;
}

.m21 {
}
.m20 .conTit {
	font-size: var(--fz-24);
	font-weight: 500;
	margin-bottom: 60px;
}
.m20 .conTit.center {
	text-align: center;
}
.m21 .section1 {
	padding: 100px 0;
}
.m21 .section1 .titWrap {
	margin: 80px 0 80px;
}
.m21 .section1 .titWrap .conTit {
	margin-bottom: 0;
}
.m21 .section1 .titWrap p {
	margin-top: 20px;
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: #666;
}
.m21 .section1 .swiper-container {
}
.m21 .section1 .swiper-container .swiper-slide {
	position: relative;
	width: 356px;
	height: 356px;
	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-18);
	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-18);
	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: 100px 0;
	background: #f2f4f6;
}
.m21 .section2 .conWrap {
	width: 100%;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
}
.m21 .section2 .conWrap .boxWrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.m21 .section2 .conWrap .boxWrap .box {
	width: 100%;
	padding: 20px;
	text-align: center;
	min-height: 150px;
	border-radius: 20px;
}
.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-18);
	font-weight: 500;
	color: #fff;
}
.m21 .section2 .conWrap .boxWrap .box:not(.first) {
	border: 1px solid #acacac;
	display: flex;
	flex-direction: column;
	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: 100%;
	padding-top: 20px;
	margin-top: 20px;
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: #666;
	border-top: 1px solid #acacac;
}

.m21 .section3 {
	padding: 100px 0;
}
.m21 .section3 .diaMobile {
	text-align: center;
}
.m21 .section3 .diaMobile ul {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.m21 .section3 .diaMobile ul li {
	width: 100%;
	padding: 20px;
	border-radius: 24px;
	background: #f8f8f8;
}
.m21 .section3 .diaMobile ul li p {
	margin-top: 15px;
	font-size: var(--fz-18);
	color: #666;
}

.m21 .section3 .boxWrap {
	margin-top: 100px;
}
.m21 .section3 .boxWrap .boxCon {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.m21 .section3 .boxWrap .boxCon .box {
	width: 100%;
	padding: 30px;
	border-radius: 20px;
	background: #f8f8f8;
	text-align: center;
}
.m21 .section3 .boxWrap .boxCon .box .tit {
	margin: 20px 0;
	font-size: var(--fz-20);
	font-weight: 500;
}
.m21 .section3 .boxWrap .boxCon .box p {
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: #666;
}
.m21 .section3 .stepWrap {
	margin-top: 100px;
}
.m21 .section3 .stepWrap ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.m21 .section3 .stepWrap li {
	position: relative;
	width: 100%;
	padding: 30px;
	border-radius: 20px;
	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-14);
	line-height: 1.4em;
	color: #666;
}
.m21 .section3 .stepWrap li:nth-child(5) p {
	color: #fff;
}
.m21 .section3 .stepWrap li .arr {
	position: absolute;
	left: 50%;
	top: calc(100% - 9px);
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
}
.m21 .section3 .stepWrap li .arr i {
	position: absolute;
	right: 11px;
	top: 10px;
	display: block;
	width: 9px;
	height: 9px;
	border-right: 2px solid rgba(0, 0, 0, 0.5);
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	transform: rotate(45deg);
}

.m21 .section4 {
	padding: 100px 0;
	background: #f2f4f6;
}
.m21 .section4 .boxWrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.m21 .section4 .boxWrap .box {
	width: 100%;
	border-radius: 20px;
	border: 1px solid #acacac;
	text-align: center;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.m21 .section4 .boxWrap .box .boxTit {
	padding: 15px 0;
	background: #dce4ee;
	font-size: var(--fz-20);
	font-weight: 500;
}
.m21 .section4 .boxWrap .box .boxCon {
	width: 100%;
	padding: 40px 4%;
	background: #fff;
	flex: 1;
}
.m21 .section4 .boxWrap .box .boxCon .icon {
	margin: 0 auto 30px;
	width: 50px;
}
.m21 .section4 .boxWrap .box .boxCon p {
	font-size: var(--fz-18);
	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: 20px 4%;
	margin-top: 80px;
	background: #fff;
	border: 1px solid #acacac;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.m21 .warnBox.gray {
	background: #eeedf2;
	border: none;
}
.m21 .warnBox .tit {
	flex-shrink: 0;
	font-size: var(--fz-18);
	font-weight: 600;
	line-height: 1.6em;
	display: flex;
	align-items: center;
}
.m21 .warnBox .tit img {
	margin-right: 10px;
}
.m21 .warnBox .exp {
	position: relative;
	flex-shrink: 1;
	padding-top: 20px;
	margin-top: 20px;
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: #666;
	text-align: center;
}
.m21 .warnBox .exp:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.3);
}
.m21 .warnBox .exp span {
	display: block;
	margin-top: 10px;
	font-size: var(--fz-15);
}
.m20 .prdNotice,
.m30 .prdNotice {
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #acacac;
	border-radius: 36px;
	background: #fff;
}
.m20 .prdNotice .info,
.m30 .prdNotice .info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 16px 12px;
	border-radius: 36px;
	background: #eeedf2;
}
.m20 .prdNotice .info li,
.m30 .prdNotice .info li {
	width: fit-content;
	text-align: center;
	position: relative;
	padding-left: 8px;
	font-size: var(--fz-12);
	line-height: 1.4em;
	color: #666;
}
.m20 .prdNotice .info li:before,
.m30 .prdNotice .info li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666;
}
.m20 .prdNotice .prdInfo,
.m30 .prdNotice .prdInfo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-top: 16px;
}
.m20 .prdNotice .prdInfo .txt,
.m30 .prdNotice .prdInfo .txt {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-align: center;
	font-size: var(--fz-14);
	line-height: 1.4em;
	color: #666;
}
.m20 .prdNotice .prdInfo .txt img,
.m30 .prdNotice .prdInfo .txt img {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}
.m20 .prdNotice .prdInfo .line,
.m30 .prdNotice .prdInfo .line {
	display: block;
	width: 100%;
	height: 1px;
	background: #acacac;
}
.m20 .prdNotice .prdInfo .num,
.m30 .prdNotice .prdInfo .num {
	font-size: var(--fz-14);
	font-weight: 600;
	line-height: 1.4em;
	color: #000;
	text-align: center;
}
.m23 .prdNotice .infoWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 16px 12px;
	border-radius: 36px;
	background: #eeedf2;
}
.m23 .prdNotice .info {
	padding: 0;
	background: none;
	border-radius: 0;
}

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

.m20 .ccDia {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}
.m20 .ccDia .cc {
	flex-shrink: 0;
	position: relative;
	width: 90%;
	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-14);
	color: #666;
}
.m20 .ccDia .cc .inner .icon {
	margin: 0;
	width: 60px;
}
.m20 .ccDia .cc .inner p {
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: #666;
	text-align: center;
}
.m20 .ccDia:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 275%;
	background: url(/images/page/m20_dia_line.png) no-repeat center / cover;
	transform: translate(-50%, -50%) rotate(90deg);
	aspect-ratio: 717 / 245;
}

.m20 .boxSection {
	padding: 100px 0;
}
.m20 .boxSection .boxWrap {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.m20 .boxSection .boxWrap > div {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.m20 .boxSection .boxWrap .txtBox {
	padding: 30px;
	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-42);
	font-weight: 700;
}
.m20 .boxSection .boxWrap .txtBox p {
	font-size: var(--fz-18);
	line-height: 1.6em;
	color: #666;
	margin-top: 30px;
}
.m20 .boxSection .boxWrap .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m20 .introSection {
	padding: 60px 0;
	background: #fafafa;
}
.m20 .introSection .innerwrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.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 {
	font-family: "Manrope";
	font-size: var(--fz-60);
	font-weight: 700;
	line-height: 1.2em;
	color: rgba(0, 0, 0, 0.05);
}

.m20 .specSection {
	position: relative;
	padding: 100px 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 {
	padding-bottom: 20px;
}
.m20 .specSection .swiper-container .swiper-wrapper {
	align-items: stretch;
}
.m20 .specSection .swiper-container .swiper-slide {
	padding: 30px;
	width: 300px;
	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-20);
	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: 100px 0;
}

.m30 .conTit {
	font-size: var(--fz-42);
	font-weight: 500;
	margin-bottom: 70px;
}
.m30 .section1 {
	padding: 100px 0;
}
.m30 .section1 .m30Tab {
	margin: 60px 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-18);
	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;
	flex-direction: column-reverse;
	gap: 20px;
}
.m30 .boxSection .boxWrap > div {
	width: 100%;
	border-radius: 20px;
	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-42);
	font-weight: 700;
}
.m30 .boxSection .boxWrap .txtBox p {
	font-size: var(--fz-18);
	line-height: 1.6em;
	color: #666;
	margin-top: 30px;
}
.m30 .introSection {
	padding: 60px 0;
	background: #fafafa;
}
.m30 .introSection .innerwrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.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 {
	font-family: "Manrope";
	font-size: var(--fz-60);
	font-weight: 700;
	line-height: 1.2em;
	color: rgba(0, 0, 0, 0.05);
}
.m30 .specSection {
	position: relative;
	padding: 100px 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 {
	padding-bottom: 20px;
}
/* .m30 .specSection .swiper-container .swiper-wrapper {
	align-items: stretch;
} */
.m30 .specSection .swiper-container .swiper-slide {
	padding: 20px;
	height: auto;
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(20px);
	aspect-ratio: 1;
}
.m30 .specSection .swiper-container .swiper-slide .num {
	font-size: var(--fz-16);
	font-weight: 500;
	color: #00489e;
}
.m30 .specSection .swiper-container .swiper-slide .tit {
	font-size: var(--fz-20);
	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: 100px 0;
}
.m30 .section3 .conWrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.m30 .section3 .conWrap .con {
	width: 100%;
	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: 16px;
	color: #000;
	text-align: center;
}
.m30 .section3 .conWrap .con .desc dl dd {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 160%;
}
.m30 .section3 .conWrap .con.conRight {
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 1vw;
}
.m30 .section3 .conWrap .con .name {
	font-size: var(--fz-20);
	font-weight: 400;
	color: #000;
}
.m30 .section3 .conWrap .con .sub {
	font-size: var(--fz-18);
	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: 100px 0;
}
.m40 .section1 .tabs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.m40 .section1 .tabs li {
	width: 49%;
}
.m40 .section1 .tabs li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border-radius: 40px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.m40 .section1 .tabs li a span {
	position: relative;
	padding-left: 8px;
	font-family: "Pretendard";
	font-size: var(--fz-18);
	font-weight: 600;
	color: #666;
}
.m40 .section1 .tabs li a span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	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;
	flex-direction: column;
	gap: 20px;
}
.m40 .section1 .boxWrap .box {
	width: 100%;
	aspect-ratio: 1;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m40 .section1 .infoWrap {
	margin-top: 60px;
}
.m40 .section1 .infoWrap h4 {
	margin-bottom: 40px;
	font-size: var(--fz-24);
	font-weight: 500;
}
.m40 .section1 .infoWrap .con {
}
.m40 .section1 .infoWrap .con.v2 {
	display: flex;
	flex-direction: column;
}
.m40 .section1 .infoWrap .con ul {
	width: 100%;
	border-top: 2px solid #000;
}
.m40 .section1 .infoWrap .con ul:last-child {
	border-top: none;
}
.m40 .section1 .infoWrap .con li {
	width: 100%;
	padding: 25px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
.m40 .section1 .infoWrap .con li .tit {
	width: 160px;
	font-size: var(--fz-18);
	font-weight: 600;
}
.m40 .section1 .infoWrap .con li .con {
	width: calc(100% - 160px);
	font-size: var(--fz-18);
	color: #666;
}
.m40 .section1 .notice {
	margin-top: 40px;
	width: 100%;
	padding: 30px 4%;
	border-radius: 25px;
	background: #eeedf2;
	display: flex;
	flex-direction: column;
}
.m40 .section1 .notice .warn {
	position: relative;
	padding-left: 38px;
	font-size: var(--fz-18);
	line-height: 1.6em;
	color: #666;
}
.m40 .section1 .notice .warn img {
	position: absolute;
	left: 0;
	top: 4px;
}
.m40 .section1 .notice .num {
	position: relative;
	margin-top: 40px;
	font-size: var(--fz-18);
	font-weight: 600;
	line-height: 1.6em;
	text-align: center;
}

.bbs {
}
.bbs .section1 {
	padding: 100px 0;
}
.bbs .section1 ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}
.bbs .section1 li {
	width: 100%;
}
.bbs .section1 li a {
	display: block;
	padding: 40px 20px;
	border-radius: 30px;
	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-20);
	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: 30px;
	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-20);
	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-18);
	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: 100px 0;
}
.bbs2 .section1 ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.bbs2 .section1 li {
	width: 100%;
}
.bbs2 .section1 li a {
	display: flex;
	flex-direction: column;
	padding: 40px 20px;
	background: #eeedf2;
	border-radius: 30px;
}
.bbs2 .section1 li a .info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.bbs2 .section1 li a .info .num {
	font-size: var(--fz-42);
	font-weight: 700;
	color: #00499a;
}
.bbs2 .section1 li a .info .date {
	font-size: var(--fz-18);
	color: #404040;
}
.bbs2 .section1 li a .txtWrap {
	width: 100%;
	margin: 20px 0 40px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.bbs2 .section1 li a .txtWrap .tit {
	font-size: var(--fz-24);
	font-weight: 500;
}
.bbs2 .section1 li a .txtWrap .con {
	margin-top: 15px;
	font-size: var(--fz-18);
	color: #404040;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3.2em;
	line-height: 1.6em;
}
.bbs2 .section1 li a .viewMore {
	position: relative;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	height: 44px;
	border-radius: 50px;
	overflow: hidden;
}
.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;
}

.bbs_view {
}
.bbs_view .section1 {
	padding: 100px 0;
}
.bbs_view .section1 .titWrap {
	display: flex;
	flex-direction: column;
	padding: 40px 20px;
	border-radius: 30px;
	background: #eeedf2;
}
.bbs_view .section1 .titWrap .info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.bbs_view .section1 .titWrap .info .num {
	font-size: var(--fz-42);
	font-weight: 700;
	color: #00499a;
}
.bbs_view .section1 .titWrap .info .date {
	font-size: var(--fz-18);
	color: #404040;
}
.bbs_view .section1 .titWrap .txts {
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.bbs_view .section1 .titWrap .txts .tit {
	font-size: var(--fz-24);
	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-18);
	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-18);
	color: #666;
}
.bbs_view .section1 .conWrap {
	margin-top: 40px;
	padding: 20px 20px 80px 20px;
	border-radius: 30px;
	border: 1px solid #ccc;
}
.bbs_view .section1 .listBtn {
	margin: 80px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	width: 160px;
	height: 50px;
	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-20);
	font-weight: 700;
	color: #fff;
}

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

.m63 .section1 form {
}
.m63 .section1 form .searchWrap {
	width: 100%;
	padding: 40px 20px;
	margin-bottom: 80px;
	background: #f8f8f8;
	border-radius: 30px;
}
.m63 .section1 form .searchWrap .searchBox {
	position: relative;
	width: 100%;
	height: 50px;
	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"] {
	width: 100%;
	height: 100%;
	border-radius: 65px;
	border: none;
	font-size: var(--fz-18);
	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: 40px;
}
.m63 .section1 li {
	width: 100%;
}
.m63 .section1 li a {
	display: block;
}
.m63 .section1 li a .thumb {
	width: 100%;
	aspect-ratio: 492 / 640;
	border-radius: 30px;
	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: 25px 0;
}
.m63 .section1 li a .txts .tit {
	font-size: var(--fz-24);
	font-weight: 500;
}
.m63 .section1 li a .txts .date {
	font-size: var(--fz-15);
	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: 50px;
	border-radius: 12px;
	border: 1px solid #ccc;
}
.m63 .section1 li a .btn span {
	font-size: var(--fz-18);
	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: 100px 0;
}
.m64 .section1 .txtWrap {
	display: flex;
	flex-direction: column;
}
.m64 .section1 .txtWrap .textFill {
	width: 100%;
}
.m64 .section1 .txtWrap p {
	width: 100%;
	font-size: var(--fz-18);
	line-height: 1.6em;
	color: #666;
	margin-top: 40px;
}
.m64 .section1 .conWrap {
	margin-top: 120px;
}
.m64 .section1 .conWrap .con + .con {
	margin-top: 20px;
}
.m64 .section1 .conWrap .con .ask {
	position: relative;
	padding: 30px 20px;
	border-radius: 30px;
	background: #eeedf2;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.m64 .section1 .conWrap .con .ask .q {
	font-size: var(--fz-24);
	font-weight: 700;
	color: #00489e;
}
.m64 .section1 .conWrap .con .ask .inner {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.m64 .section1 .conWrap .con .ask .inner .tit {
	width: calc(100% - 40px);
	font-size: var(--fz-18);
	font-weight: 500;
	line-height: 1.7em;
}
.m64 .section1 .conWrap .con .ask .inner .arr {
	position: absolute;
	right: 20px;
	top: 20px;
	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 .tit {
	color: #fff;
}
.m64 .section1 .conWrap .con .ask.on .inner .arr i {
	transform: rotate(180deg);
}
.m64 .section1 .conWrap .con .ans {
	margin-top: 20px;
	padding: 30px 20px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
}
.m64 .section1 .conWrap .con .ans > div {
	display: flex;
	flex-direction: column;
}
.m64 .section1 .conWrap .con .ans > div .a {
	font-size: var(--fz-24);
	font-weight: 700;
	color: #00489e;
}
.m64 .section1 .conWrap .con .ans > div .txt {
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	font-size: var(--fz-18);
	line-height: 1.6em;
	color: #666;
}

.bbsWrite {
}
.bbsWrite .section1 {
	padding: 200px 0;
}
.bbsWrite .pageTit {
	font-size: var(--fz-42);
}
.bbsWrite .formCaption {
	text-align: right;
	font-size: var(--fz-16);
	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;
	gap: 60px;
	justify-content: space-between;
	flex-direction: column;
}
.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-20);
	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-18);
	line-height: 28px;
	color: #000;
}
.bbsWrite .writeForm .formInput::placeholder {
	font-size: var(--fz-18);
	color: #666;
}
.bbsWrite .writeForm .telWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.bbsWrite .writeForm .telWrap .telSelect {
	width: 100%;
	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-18);
	line-height: 28px;
	color: #666;
}
.bbsWrite .writeForm .telWrap .telDash {
	display: none;
	flex-shrink: 0;
	width: 8px;
	font-size: var(--fz-18);
	line-height: 1;
	color: #666;
	text-align: center;
}
.bbsWrite .writeForm .telWrap .telInput {
}
.bbsWrite .writeForm .editorBox {
}
.bbsWrite .writeForm .fileWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.bbsWrite .writeForm .fileWrap .fileName {
	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-18);
	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: 100%;
	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-18);
	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: 80px;
}
.bbsWrite .writeForm .formButtonRow .formButton {
	width: 168px;
	height: 64px;
	border-radius: 12px;
	background: #000;
	color: #fff;
	font-size: var(--fz-18);
}

.m71 {
}
.m71 h4 {
	font-size: var(--fz-42);
	font-weight: 700;
	margin-bottom: 30px;
}
.m71 .section1 {
	padding: 100px 0;
}
.m71 .section1 .box {
	margin-top: 60px;
	width: 100%;
	height: 500px;
	border-radius: 20px;
	overflow: hidden;
}
.m71 .section1 .box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m71 .section1 .conWrap {
	padding-top: 60px;
	display: flex;
	flex-direction: column;
}
.m71 .section1 .conWrap h4 {
	width: 100%;
}
.m71 .section1 .conWrap .listWrap {
	width: 100%;
}
.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;
	width: 40px;
}
.m71 .section1 .conWrap .listWrap .list .tit_en {
	font-size: var(--fz-24);
	font-weight: 700;
}
.m71 .section1 .conWrap .listWrap .list .tit_kr {
	font-size: var(--fz-20);
	font-weight: 500;
	margin: 30px 0 10px;
}
.m71 .section1 .conWrap .listWrap .list .con {
	font-size: var(--fz-18);
	color: #666;
}

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

.m71 .section3 {
	padding: 100px 0 0;
}
.m71 .section3 .boxWrap {
	position: relative;
	width: 100%;
	padding: 60px 0;
	border-radius: 50px;
	background: #f2f4f6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m71 .section3 .boxWrap:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.m71 .section3 .boxWrap .diaWrap {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.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: 200px;
	height: 200px;
}
.m71 .section3 .boxWrap .diaWrap .cc2 {
	width: 225px;
	height: 225px;
}
.m71 .section3 .boxWrap .diaWrap .cc3 {
	width: 260px;
	height: 260px;
}
.m71 .section3 .boxWrap .diaWrap .cc4 {
	width: 300px;
	height: 300px;
	background: #00489e;
}
.m71 .section3 .boxWrap .diaWrap .cc .step {
	font-size: var(--fz-16);
	font-weight: 500;
	color: #666;
}
.m71 .section3 .boxWrap .diaWrap .cc .num {
	font-size: var(--fz-20);
	font-weight: 500;
	color: #283c82;
	margin: 10px 0;
}
.m71 .section3 .boxWrap .diaWrap .cc p {
	font-size: var(--fz-20);
	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: 200px;
	height: 200px;
	border-radius: 50%;
	background: conic-gradient(#0bb0e8 0% 25%, /* 채워진 부분 */ #f2f4f6 25% 100% /* 빈 부분 */);
	-webkit-mask: radial-gradient(transparent 95px, black 95px);
	mask: radial-gradient(transparent 95px, black 95px);
}
.m71 .section3 .boxWrap .diaWrap .cc2:after {
	transform: translate(-50%, -50%) rotate(-180deg);
	width: 225px;
	height: 225px;
	border-radius: 50%;
	background: conic-gradient(#0082da 0% 50%, /* 채워진 부분 */ #f2f4f6 50% 100% /* 빈 부분 */);
	-webkit-mask: radial-gradient(transparent 106px, black 106px);
	mask: radial-gradient(transparent 106px, black 106px);
}
.m71 .section3 .boxWrap .diaWrap .cc3:after {
	transform: translate(-50%, -50%) rotate(90deg);
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: conic-gradient(#2f80de 0% 75%, /* 채워진 부분 */ #f2f4f6 75% 100% /* 빈 부분 */);
	-webkit-mask: radial-gradient(transparent 123px, black 123px);
	mask: radial-gradient(transparent 123px, black 123px);
}
.m71 .section3 .boxWrap .diaWrap .arr {
	position: relative;
	transform: rotate(90deg) translateY(-1px);
	margin: 20px 0;
	z-index: 2;
}

.m71 .section4 {
	padding: 100px 0 100px;
}
.m71 .section4 .top {
	display: flex;
	flex-direction: column;
}
.m71 .section4 .top > * {
	width: 100%;
}
.m71 .section4 .top p {
	font-size: var(--fz-18);
	line-height: 1.6em;
	color: #666;
}
.m71 .section4 .boxWrap {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.m71 .section4 .boxWrap .box {
	width: 100%;
	height: 400px;
	border-radius: 20px;
	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 .logo {
	transform: scale(0.8);
}
.m71 .section4 .boxWrap .box p {
	font-size: var(--fz-18);
	line-height: 1.6em;
	color: #666;
	margin: 30px 0 20px;
}
.m71 .section4 .boxWrap .box a {
	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 span {
	font-size: var(--fz-18);
	font-weight: 500;
	color: #fff;
}

/* m65 */
.m65 .listBottom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column-reverse;
}
.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-18);
	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: 40px;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
}
.popup .popupContainer .closeBtn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border: none;
	background-color: transparent;
}
.popup .popupContainer .closeBtn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	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: 80%;
	height: 1px;
	background-color: #000;
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.popup .popupContainer .icon.lockIcon {
	display: block;
	width: 60px;
	height: 60px;
	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: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
}
.popup .popupContainer .popupContent .text {
	font-size: var(--fz-20);
	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-18);
	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: 80px 0;
}
.m81 .section1 .pageTit {
	padding-bottom: 40px;
}
.m81 .section1 .searchWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 28px 20px;
	margin-bottom: 24px;
	background: #eeedf2;
	border-radius: 20px;
}
.m81 .section1 .searchWrap .searchDesc {
	font-size: var(--fz-18);
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #000;
	word-break: keep-all;
}
.m81 .section1 .searchWrap .searchBox {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	width: 100%;
	padding: 16px 20px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}
.m81 .section1 .searchWrap .searchBox .selectBox {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 0;
	margin-right: 0;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-right: 0;
	border-bottom: 1px solid #ccc;
}
.m81 .section1 .searchWrap .searchBox .selectBox .selectLabel {
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 15px;
	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: 36px;
	padding: 0 24px 0 0;
	border: 0;
	background: transparent url(/images/page/m81_select_arr.svg) no-repeat right center / 16px 16px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #404040;
	cursor: pointer;
}
.m81 .section1 .searchWrap .searchBox .keywordBox {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 0;
}
.m81 .section1 .searchWrap .searchBox .keywordBox input[type="text"] {
	width: 100%;
	height: 36px;
	padding: 0 40px 0 0;
	border: 0;
	background: transparent;
	font-size: 15px;
	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: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: none;
}
.m81 .section1 .searchWrap .searchBox .keywordBox button img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.m81 .section1 .hospitalList {
	width: 100%;
}
.m81 .section1 .hospitalList .listHead {
	display: none;
}
.m81 .section1 .hospitalList .listBody {
	width: 100%;
}
.m81 .section1 .hospitalList .listBody li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
	padding: 24px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #666;
}
.m81 .section1 .hospitalList .col.name,
.m81 .section1 .hospitalList .col.addr,
.m81 .section1 .hospitalList .col.tel {
	width: 100%;
	max-width: 100%;
	text-align: left;
}
.m81 .section1 .hospitalList .col.name {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.m81 .section1 .paging {
	margin-top: 48px;
}
