/** @format */

@charset "utf-8";
.pcbr {
	display: block;
}
.ptbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

.t_view {
	display: none;
}
.tm_view {
	display: none;
}
.m_view {
	display: none;
}

.top_btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	z-index: 10;
}

/* paging */
.paging {
	margin-top: 85px;
	text-align: center;
}
.paging a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	font-family: "Pretendard";
	color: #2a3d64;
	font-size: 18px;
	line-height: 50px;
}
.paging strong {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #000;
	font-family: "Pretendard";
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	font-weight: 400;
}
.paging .page_begin {
	width: 42px;
	height: 52px;
	background: url(/images/page/page_begin.png) no-repeat center;
	border: 0;
}
.paging .page_prev {
	width: 42px;
	height: 52px;
	background: url(/images/page/page_prev.png) no-repeat center;
	border: 0;
	margin-right: 20px;
}
.paging .page_next {
	width: 42px;
	height: 52px;
	background: url(/images/page/page_next.png) no-repeat center;
	border: 0;
	margin-left: 20px;
}
.paging .page_end {
	width: 42px;
	height: 52px;
	background: url(/images/page/page_end.png) no-repeat center;
	border: 0;
}

/* page Common */
.innerwrap {
	max-width: 1640px;
	width: 94%;
	margin: 0 auto;
}
.subTop {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	position: relative;
	width: 100%;
	height: 680px;
}
.subTop .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.pnmember .bg {
	background: url(/images/page/subVisualMember.jpg) no-repeat center / cover;
}
.subTop .pageTitle {
	position: relative;
	z-index: 100;
	width: 100%;
	padding-bottom: 160px;
}
.subTop .pageTitle h3 {
	font-family: "Wix Madefor Display";
	font-size: var(--fz-82);
	font-weight: 700;
	color: #fff;
	line-height: 1em;
}
.subTop .pageTitle h3 + p {
	margin-top: 20px;
	font-size: var(--fz-20);
	color: #fff;
}

.subTop .page_location {
	position: absolute;
	left: 0;
	top: 105px;
	width: 100%;
	z-index: 101;
}

.subTop .page_location > ul {
	position: relative;
	display: flex;
	align-items: center;
	width: 94%;
	max-width: 1640px;
	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(255, 255, 255, 0.1);
	backdrop-filter: blur(40px);
}
.subTop .page_location > ul > li {
	position: relative;
}
.subTop .page_location > ul > li:after {
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
}
.subTop .page_location > ul > li > a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 20px 25px 20px 16px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.subTop .page_location > ul > li > a:after {
	display: block;
	content: "";
	width: 11px;
	height: 7px;
	background: url(/images/page/pl_arr.png) no-repeat center / contain;
	position: absolute;
	right: 16px;
	top: 30px;
}
.subTop .page_location > ul > li:first-child > a:after {
	display: none;
}
.subTop .page_location > ul > li:nth-child(1) > a {
	padding: 0 23px;
}
.subTop .page_location > ul > li:nth-child(1) > a > img {
}
.subTop .page_location > ul > li:nth-child(2) > a {
	width: 200px;
}
.subTop .page_location > ul > li:nth-child(3) > a {
	width: 200px;
}

.subTop .page_location > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 5px 0 20px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(40px);
	border-radius: 0 0 10px 10px;
	z-index: 102;
	display: none;
}
.subTop .page_location > ul > li > ul > li {
	margin-top: 15px;
}
.subTop .page_location > ul > li > ul > li + li {
	border-top: 0;
}
.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: 16px;
	color: #fff;
	line-height: 150%;
	padding: 0 20px;
}
.subTop .page_location > ul > li > ul > li > a:hover {
	color: #1575bb;
}

.m00 {
	position: relative;
}
.m00:after {
	display: block;
	content: "";
	aspect-ratio: 854/918;
	width: 33%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: url(/images/page/bg1.png) no-repeat left bottom / cover;
}
.m00 .section * {
	position: relative; /* z-index:100; */
}
.pageTitle1 {
	font-size: var(--fz-30);
	font-weight: 700;
}
.pageSubTitle {
	font-size: var(--fz-38);
	font-weight: 700;
	color: #0f0f10;
}
.m00 .conwrap.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m00 .conwrap h4 {
	width: 23.7%;
}
.m00 .conwrap .con {
	width: calc(100% - 23.7%);
}

/* m11 */
.m11 {
}
.m11 .section1 {
	padding: 160px 0 225px;
}
.m11 .section1 .conwrap h4 {
	width: 23.7%;
}
.m11 .section1 .conwrap .pht {
	width: 28.7%;
}
.m11 .section1 .conwrap .intro {
	width: calc(100% - 23.7% - 28.7%);
	padding: 0 0 0 84px;
}
.m11 .section1 .conwrap .intro h5 {
	margin-bottom: 30px;
	font-size: var(--fz-38);
	font-weight: 700;
}
.m11 .section1 .conwrap .intro h5 strong {
	color: #0d5d8f;
	font-weight: 700;
}
.m11 .section1 .conwrap .intro p {
	margin-bottom: 40px;
	font-size: var(--fz-18);
	line-height: 1.7em;
	color: #5b5c5e;
}
.m11 .section1 .conwrap .intro p strong {
	font-weight: 500;
	color: #151516;
}
.m11 .section1 .conwrap .intro p img {
	margin: 0 0 0 7px;
}

/* m12 */
.m12 {
}
.m12 .section1 {
	padding: 160px 0 120px;
}
.m12 .section1 .conwrap .con {
}
.m12 .section1 .conwrap .con h5 {
	font-size: var(--fz-38);
	font-weight: 700;
	color: #0f0f10;
}
.m12 .section1 .conwrap .con h5 + p {
	margin-top: 30px;
	font-size: var(--fz-18);
	line-height: 1.7em;
	color: #5b5c5e;
}
.m12 .section1 .conwrap .con .img {
	position: relative;
	height: 368px;
	margin: 60px 0;
}
.m12 .section1 .conwrap .con .img > div {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100vw - 23.7% - 9vw);
	height: 100%;
	background: url(/images/page/m12_sec1_img.jpg) no-repeat center / cover;
}
.m12 .section1 .conwrap .con .our {
	display: flex;
	flex-wrap: wrap;
}
.m12 .section1 .conwrap .con .our > div {
	width: 50%;
	padding: 0 60px;
}
.m12 .section1 .conwrap .con .our > div:nth-child(1) {
	border-right: 1px solid #ccc;
	padding-left: 0;
}
.m12 .section1 .conwrap .con .our > div:nth-child(2) {
}
.m12 .section1 .conwrap .con .our > div .icon {
	width: 64px;
	height: 64px;
}
.m12 .section1 .conwrap .con .our > div .tit {
	margin-top: 16px;
	font-family: "Wix Madefor Display";
	font-size: var(--fz-24);
	font-weight: 700;
	color: #0f0f10;
}
.m12 .section1 .conwrap .con .our > div .tit strong {
	font-weight: 700;
	color: #0d5d8f;
}
.m12 .section1 .conwrap .con .our > div .tit2 {
	margin-top: 10px;
	font-size: var(--fz-38);
	font-weight: 700;
	color: #0f0f10;
	line-height: 1.3em;
}
.m12 .section2 {
	padding: 120px 0 225px;
	background: #fafafa;
}
.m12 .section2 .conwrap .con {
}
.m12 .section2 .conwrap .con ul {
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
	row-gap: 40px;
}
.m12 .section2 .conwrap .con ul li {
	width: calc((100% - 23px - 23px) / 3);
	padding: 40px;
	background: #fff;
	border-radius: 15px;
}
.m12 .section2 .conwrap .con ul li .icon {
	width: 80px;
	height: 80px;
}
.m12 .section2 .conwrap .con ul li .tit {
	margin: 86px 0 12px;
	font-size: var(--fz-24);
	font-weight: 700;
	color: #0f0f10;
}
.m12 .section2 .conwrap .con ul li .txt {
	font-size: var(--fz-20);
	color: #5b5c5e;
}

/* m13 */
.m13 {
}
.m13 .section1 {
	padding: 160px 0 225px;
}

.m13 .guideLine {
	display: none;
}

.m13 .section1 .conwrap .con {
	position: relative;
}
.m13 .section1 .conwrap .con .line {
	position: absolute;
	left: 50%;
	top: 35px;
	width: 2px;
	height: calc(100% - 35px);
	background: #e9e9e9;
	margin-left: -1px;
}
.m13 .section1 .conwrap .con .line .guide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #092d5c;
}
.m13 .section1 .conwrap .con .boxwrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 120px;
}
.m13 .section1 .conwrap .con .boxwrap:last-child {
	padding: 0;
}

.m13 .section1 .conwrap .con .boxwrap .img {
	width: 40.86%;
}
.m13 .section1 .conwrap .con .boxwrap .txts {
	width: 40.86%;
}
.m13 .section1 .conwrap .con .boxwrap .txts .num {
	font-family: "Wix Madefor Display";
	font-size: var(--fz-30);
	font-weight: 700;
	color: #34c2e0;
}
.m13 .section1 .conwrap .con .boxwrap .txts .tit {
	margin: 4px 0 20px;
	font-size: var(--fz-38);
	font-weight: 700;
	color: #0f0f10;
}
.m13 .section1 .conwrap .con .boxwrap .txts ul {
}
.m13 .section1 .conwrap .con .boxwrap .txts ul li {
	font-size: var(--fz-18);
	color: #5b5c5e;
	line-height: 1.7em;
}

.m13 .section1 .conwrap .con .boxwrap:after {
	display: block;
	content: "";
	width: 56px;
	height: 56px;
	position: absolute;
	left: 50%;
	top: 35px;
	transform: translateX(-50%);
	border-radius: 50%;
}
.m13 .section1 .conwrap .con .boxwrap:nth-child(1):after {
	background: #ccc url(/images/page/m13_sec1_icon1.png) no-repeat center;
	background-size: 39px;
}
.m13 .section1 .conwrap .con .boxwrap:nth-child(2):after {
	background: #ccc url(/images/page/m13_sec1_icon2.png) no-repeat center;
	background-size: 39px;
}
.m13 .section1 .conwrap .con .boxwrap:nth-child(3):after {
	background: #ccc url(/images/page/m13_sec1_icon3.png) no-repeat center;
	background-size: 39px;
}
.m13 .section1 .conwrap .con .boxwrap:nth-child(4):after {
	background: #ccc url(/images/page/m13_sec1_icon4.png) no-repeat center;
	background-size: 39px;
}
.m13 .section1 .conwrap .con .boxwrap:nth-child(5):after {
	background: #ccc url(/images/page/m13_sec1_icon5.png) no-repeat center;
	background-size: 39px;
}
.m13 .section1 .conwrap .con .boxwrap.on:after {
	background-color: #092d5c;
}

/* m14 */
.m14 {
}
.m14 .section1 {
	padding: 160px 0 250px;
}
.m14 .con .boxWrap {
	padding: 80px 0;
	border-bottom: 1px solid #ccc;
}
.m14 .con .boxWrap:first-child {
	padding-top: 0;
}
.m14 .con .boxWrap:last-child {
	border-bottom: 0;
}
.m14 .con .boxWrap h5 {
	position: relative;
	padding-left: 40px;
	font-size: var(--fz-38);
	font-weight: 700;
	color: #0f0f10;
}
.m14 .con .boxWrap h5:before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 6px solid #092d5c;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 18px;
}
.m14 .con .boxWrap .list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 60px;
}
.m14 .con .boxWrap .list dl {
	width: calc(50% - 12px);
	padding: 50px 40px;
	background: #eef2f8;
	border-radius: 15px;
}
.m14 .con .boxWrap .list dl dt {
	font-size: var(--fz-24);
	font-weight: 600;
	color: #0f0f10;
}
.m14 .con .boxWrap .list dl dd {
	margin-top: 12px;
	font-size: var(--fz-18);
	color: #5b5c5e;
	line-height: 160%;
}

/* m15 */
.m15 {
}
.m15 h5 {
	margin-bottom: 60px;
	font-size: var(--fz-38);
	font-weight: 600;
	color: #0f0f10;
	line-height: 1.58;
}
.m15 h5 strong {
	font-weight: 600;
	color: #0d5d8f;
}
.m15 .section1 {
	padding: 160px 0 0;
}
.m15 .section2 {
	padding: 140px 0 200px;
}
.m15 .section2 .boxWrap {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	min-height: 320px;
	margin-bottom: 60px;
	border: 1px solid #ccc;
	border-radius: 15px;
}
.m15 .section2 .boxWrap .txtArea {
	width: 50%;
	padding: 40px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.m15 .section2 .boxWrap .txtArea .num {
	font-size: var(--fz-30);
	font-weight: 600;
	color: #34c2e0;
}
.m15 .section2 .boxWrap .txtArea .tit {
	margin: 6px 0 14px;
	font-size: var(--fz-38);
	font-weight: 700;
	color: #151516;
	line-height: 1.42;
}
.m15 .section2 .boxWrap .txtArea .txt {
	font-size: var(--fz-20);
	color: #5b5c5e;
	line-height: 160%;
}
.m15 .section2 .boxWrap .imgArea {
	width: 50%;
	align-self: stretch;
	min-height: 320px;
}
.m15 .section2 .boxWrap:nth-child(1) .imgArea {
	background: url(/images/page/m15_sec2_img1.jpg) no-repeat center / cover;
}
.m15 .section2 .boxWrap:nth-child(2) .imgArea {
	background: url(/images/page/m15_sec2_img2.jpg) no-repeat center / cover;
}
.m15 .section2 .boxWrap:nth-child(3) .imgArea {
	background: url(/images/page/m15_sec2_img3.jpg) no-repeat center / cover;
}
.m15 .section2 .boxWrap:nth-child(4) .imgArea {
	background: url(/images/page/m15_sec2_img4.jpg) no-repeat center / cover;
}
.m15 .section2 .boxWrap:nth-child(5) .imgArea {
	background: url(/images/page/m15_sec2_img5.jpg) no-repeat center / cover;
}
.m15 .section2 .boxWrap:nth-child(6) .imgArea {
	background: url(/images/page/m15_sec2_img6.jpg) no-repeat center / cover;
}

/* m16 */
.m16 {
}
.m16 h5 {
	margin-bottom: 60px;
	font-size: var(--fz-38);
	font-weight: 600;
	color: #0f0f10;
}
.m16 h5 strong {
	font-weight: 600;
	color: #0d5d8f;
}
.m16 h5 + p {
	margin-top: -30px;
	font-size: var(--fz-18);
	color: #5b5c5e;
	line-height: 160%;
}
.m16 .section1 {
	padding: 160px 0 120px;
}
.m16 .section1 .ci {
	padding: 79px;
	margin: 28px 0 60px;
	border: 1px solid #ccc;
	border-radius: 15px;
	text-align: center;
}
.m16 .section1 .ci img {
	height: 174px;
}
.m16 .section1 .ci > div:nth-child(1) {
	margin-bottom: 60px;
}
.m16 .section1 .download {
	display: flex;
	gap: 8px;
}
.m16 .section1 .download a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 244px;
	padding: 0 40px;
	height: 73px;
	border-radius: 100px;
	background: #e9e9e9;
	font-size: var(--fz-16);
	color: #0f0f10;
	font-weight: 600;
	transition: all 0.24s;
}
.m16 .section1 .download a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url(/images/page/icon_down.png) no-repeat center;
	background-size: cover;
	transition: all 0.24s;
}
.m16 .section1 .download a:hover {
	background: #000;
	color: #fff;
}
.m16 .section1 .download a:hover i {
	background: url(/images/page/icon_down_hover.png) no-repeat center;
	background-size: cover;
}
.m16 .section2 {
	padding: 160px 0;
	background: #fafafa;
}
.m16 .section2 h5 {
	font-size: var(--fz-30);
}
.m16 .section2 .boxWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.m16 .section2 .boxWrap:last-child {
	margin: 0;
}
.m16 .section2 .boxWrap > div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 95px;
	height: 411px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #fff;
}
.m16 .section2 .boxWrap > div:nth-child(1) {
	width: 64.18%;
}
.m16 .section2 .boxWrap > div:nth-child(2) {
	width: 34.05%;
}
.m16 .section3 {
	padding: 160px 0;
}
.m16 .section3 .con {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.m16 .section3 .boxWrap {
	width: calc((100% - 24px) / 2);
	border-radius: 10px;
	padding: 60px;
}
.m16 .section3 .boxWrap:nth-child(1) {
	width: 100%;
	background: #085587;
}
.m16 .section3 .boxWrap:nth-child(2) {
	background: #39a67f;
}
.m16 .section3 .boxWrap:nth-child(3) {
	background: #b4d662;
}
.m16 .section3 .boxWrap .tit {
	margin-bottom: 24px;
	font-size: var(--fz-30);
	color: #fff;
	font-weight: 700;
}
.m16 .section3 .boxWrap dl {
	display: flex;
	line-height: 200%;
}
.m16 .section3 .boxWrap dl dt {
	width: 200px;
	font-size: var(--fz-18);
	color: #fff;
	font-weight: 600;
}
.m16 .section3 .boxWrap dl dd {
	width: calc(100% - 200px);
	font-size: var(--fz-18);
	color: #fff;
}
.m16 .section4 {
	padding: 160px 0 230px;
	background: #fafafa url(/images/page/bg1.png) no-repeat left bottom;
}
.m16 .section4 p {
	margin-bottom: 40px;
	font-size: var(--fz-18);
	color: #5b5c5e;
	line-height: 160%;
}

/* m17 */
.m17 {
}
.m17 h5 {
	margin-bottom: 60px;
	font-size: var(--fz-38);
	font-weight: 600;
	color: #0f0f10;
}
.m17 h5 strong {
	font-weight: 600;
	color: #0d5d8f;
}
.m17 h5 + p {
	margin-top: -30px;
	font-size: var(--fz-18);
	color: #5b5c5e;
	line-height: 160%;
}
.m17 .section1 {
	padding: 160px 0 120px;
}
.m17 .section1 .org {
	margin: 60px 0 140px;
}
.m17 .section1 .contact {
	margin-top: 40px;
}
.m17 .section1 .contact table {
	width: 100%;
	border-collapse: collapse;
}
.m17 .section1 .contact table th {
	padding: 16px;
	border-right: 1px solid #ccc;
	background: #0d5d8f;
	font-size: var(--fz-18);
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.m17 .section1 .contact table td {
	padding: 16px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: var(--fz-18);
	color: #000;
	text-align: center;
}
.m17 .section1 .contact table td:first-child {
	border-left: 0;
}
.m17 .section1 .contact table td:last-child {
	border-right: 0;
}

/* m18 */
.m18 .section1 {
	padding: 160px 0 250px;
}
.m18 .section1 .map-area {
	margin-top: 60px;
}
.m18 .section1 .root_daum_roughmap,
.m18 .section1 .wrap_map {
	width: 100%;
	height: 580px;
}
.m18 .section1 .root_daum_roughmap .wrap_controllers,
.m18 .section1 .root_daum_roughmap .cont {
	display: none;
}
.m18 .section1 .map-info {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 0;
}
.m18 .section1 .map-info > div {
	box-sizing: border-box;
	width: 50%;
}
.m18 .section1 .map-info > div:nth-child(2) {
	padding-left: 40px;
	border-left: 1px solid #ccc;
}
.m18 .section1 .map-info > div dl {
	padding-left: 40px;
}
.m18 .section1 .map-info > div:nth-child(1) dl {
	background: url(/images/page/m18_icon1.png) no-repeat left 7px;
	background-size: 24px;
}
.m18 .section1 .map-info > div:nth-child(2) dl {
	background: url(/images/page/m18_icon2.png) no-repeat left 7px;
	background-size: 24px;
}
.m18 .section1 .map-info > div dl dt {
	font-size: var(--fz-24);
	color: #0f0f10;
	font-weight: 700;
}
.m18 .section1 .map-info > div dl dd {
	margin-top: 16px;
	font-size: var(--fz-13);
	color: #0f0f10;
}
.m18 .section1 .map-info > div dl dd span {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
}
.m18 .section1 .map-info > div dl dd span.kyungui {
	background: #7cc4a5;
}
.m18 .section1 .map-info > div dl dd span.seohae {
	background: #8bc53f;
}

/* m21 */
.m21 {
	padding: 160px 0;
}
.m21 .conWrap {
	display: flex;
	margin-bottom: 180px;
}
.m21 .conWrap:last-child {
	margin-bottom: 0;
}
.m21 .conWrap > .tit {
	width: 390px;
	font-size: var(--fz-30);
	color: #0f0f10;
	font-weight: 600;
	line-height: 1.27;
}
.m21 .conWrap > .tit > .titSub {
	font-size: var(--fz-24);
	color: #0f0f10;
	font-weight: 500;
	display: block;
	margin-top: 10px;
}
.m21 .conWrap > .con {
	width: calc(100% - 390px);
}
.m21 .conWrap > .con > ul {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.m21 .conWrap > .con > ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32.5%;
	height: 104px;
	background: #fafafa;
	border-radius: 15px;
	font-size: var(--fz-20);
	color: #0f0f10;
	font-weight: 500;
	padding: 0 1vw;
	text-align: center;
}
.m21 .conWrap > .con .boxWrap {
	margin-bottom: 40px;
}
.m21 .conWrap > .con .boxWrap > .tit {
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 54px;
	padding: 0 50px;
	border-radius: 15px;
	background: #092d5c;
	font-size: var(--fz-20);
	color: #fff;
	font-weight: 500;
}
.m21 .conWrap > .con .boxWrap > .con {
	padding: 90px 10%;
	border: 1px solid #ccc;
	border-radius: 15px;
}
.m21 .conWrap > .con .boxWrap > .con .type1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.m21 .conWrap > .con .boxWrap > .con .type1 dl {
	overflow: hidden;
	width: 37.5%;
	border-radius: 15px;
}
.m21 .conWrap > .con .boxWrap > .con .type1 dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	background: #34c2e0;
	font-size: var(--fz-18);
	color: #fff;
	font-weight: 600;
}
.m21 .conWrap > .con .boxWrap > .con .type1 dl dd {
	border: 1px solid #ccc;
	border-top: 0;
	border-radius: 0 0 15px 15px;
	padding: 20px;
	font-size: var(--fz-16);
	color: #0f0f10;
	text-align: center;
}
.m21 .conWrap > .con .boxWrap > .con .type1 .line {
	position: relative;
	width: 25%;
	border-top: 2px dashed #ccc;
}
.m21 .conWrap > .con .boxWrap > .con .type1 .line > div {
	position: absolute;
	z-index: 5;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #34c2e0;
}
.m21 .conWrap > .con .boxWrap > .con .type1 .line > div:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: 5px solid rgba(52, 194, 224, 0.2);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.m21 .conWrap > .con .boxWrap > .con .type1 .line > div:nth-child(1) {
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
}
.m21 .conWrap > .con .boxWrap > .con .type1 .line > div:nth-child(2) {
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
}
.m21 .conWrap > .con .boxWrap > .con .last {
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	background: #fafafa;
}
.m21 .conWrap > .con .boxWrap > .con .last ul {
	display: flex;
	justify-content: center;
	column-gap: 80px;
}
.m21 .conWrap > .con .boxWrap > .con .last ul li {
	padding-left: 20px;
	font-size: var(--fz-16);
	color: #5b5c5e;
}
.m21 .conWrap > .con .boxWrap > .con .last ul li:before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid #5b5c5e;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.m21 .conWrap > .con h5 {
	font-size: var(--fz-38);
	color: #151516;
	font-weight: 600;
	line-height: 1.42;
}
.m21 .conWrap > .con .conSubTitle {
	margin-top: 18px;
	font-size: var(--fz-24);
	color: #151516;
	font-weight: 500;
	display: block;
	line-height: 1.42;
}
.m21 .conWrap > .con .info {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	padding: 30px 50px;
	margin: 30px 0;
	border: 1px solid #ccc;
	border-radius: 15px;
}
.m21 .conWrap > .con .info dl {
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	padding-left: 14px;
}
.m21 .conWrap > .con .info dl:last-child {
	width: 100%;
}
.m21 .conWrap > .con .info dl:before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.m21 .conWrap > .con .info dl dt {
	width: 135px;
	font-size: var(--fz-16);
	color: #898b8e;
}
.m21 .conWrap > .con .info dl dd {
	width: calc(100% - 135px);
	font-size: var(--fz-16);
	color: #5b5c5e;
	font-weight: 500;
}

.m21 .conWrap > .con .dia {
	position: relative;
	padding: 100px 0 200px;
}
.m21 .conWrap > .con .dia .title1 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 482px;
	height: 482px;
	margin: 0 auto;
	padding: 0 55px;
	background: #fff;
	border: 72px solid #eef2f8;
	border-radius: 50%;
}
.m21 .conWrap > .con .dia .title1 .txt {
	margin-top: 30px;
	font-size: var(--fz-16);
	color: #5b5c5e;
	font-weight: 500;
}
.m21 .conWrap > .con .dia .box {
	position: absolute;
}
.m21 .conWrap > .con .dia .box1 {
	left: 50%;
	top: 190px;
	margin-left: -350px;
}
.m21 .conWrap > .con .dia .box2 {
	left: 50%;
	top: 20px;
	margin-left: 50px;
}
.m21 .conWrap > .con .dia .box3 {
	left: 50%;
	top: 520px;
	margin-left: -00px;
}
.m21 .conWrap > .con .dia .box .title2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 188px;
	height: 188px;
	padding: 12px;
	box-sizing: border-box;
	background: #092d5c;
	border-radius: 50%;
	font-size: var(--fz-17);
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}
.m21 .conWrap > .con .dia .box dl {
	position: absolute;
}
.m21 .conWrap > .con .dia .box1 dl {
	right: 50px;
	top: 100%;
	width: 382px;
}
.m21 .conWrap > .con .dia .box2 dl {
	left: calc(100% + 60px);
	top: 0;
	width: 286px;
}
.m21 .conWrap > .con .dia .box3 dl {
	left: calc(100% + 60px);
	top: 100%;
	width: 286px;
}
.m21 .conWrap > .con .dia .box dl:before {
	display: block;
	content: "";
	position: absolute;
}
.m21 .conWrap > .con .dia .box1 dl:before {
	width: 34%;
	aspect-ratio: 124/38;
	left: 180px;
	top: -24px;
	background: url(/images/page/m21_box1_bg.png) no-repeat;
	background-size: contain;
}
.m21 .conWrap > .con .dia .box2 dl:before {
	width: 36%;
	aspect-ratio: 117/37.5;
	right: 93%;
	top: 15px;
	background: url(/images/page/m21_box2_bg.png) no-repeat;
	background-size: contain;
}
.m21 .conWrap > .con .dia .box3 dl:before {
	width: 38%;
	aspect-ratio: 117/37.5;
	right: 105%;
	top: -15px;
	background: url(/images/page/m21_box3_bg.png) no-repeat;
	background-size: contain;
}
.m21 .conWrap > .con .dia .box dl dt {
	font-size: var(--fz-20);
	color: #092d5c;
	font-weight: 600;
}
.m21 .conWrap > .con .dia .box dl dd {
	margin-top: 14px;
	font-size: var(--fz-18);
	color: #0f0f10;
	font-weight: 500;
}
.m21 .conWrap > .con .dia .box dl dd ul {
	margin-top: 6px;
}
.m21 .conWrap > .con .dia .box dl dd ul li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 8px;
	font-size: var(--fz-16);
	color: #5b5c5e;
}
.m21 .conWrap > .con .dia .box dl dd ul li:before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}

/* m22 */
.m22 {
}
.m22 .section1 {
	padding: 160px 0 200px;
}

.conType1 {
	display: flex;
	flex-wrap: wrap;
}
.conType1 h3 {
	width: 390px;
	font-size: var(--fz-30);
	color: #0f0f10;
	font-weight: 600;
}
.conType1 .conWrap {
	width: calc(100% - 390px);
}
.conType1 .conWrap h4 {
	font-size: var(--fz-38);
	color: #0f0f10;
	font-weight: 600;
}
.conType1 .conWrap h4 + p {
	margin-top: 30px;
	font-size: var(--fz-18);
	color: #5b5c5e;
}
.conType1 .conWrap .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
	padding: 60px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
}

.m22 .section1 .conWrap .box dl {
	box-sizing: border-box;
	width: calc(100% - 460px);
	padding: 0 60px 0 0;
}
.m22 .section1 .conWrap .box dl dt {
	position: relative;
	padding-left: 30px;
	font-size: var(--fz-30);
	color: #0f0f10;
	font-weight: 600;
	line-height: 1.4;
}
.m22 .section1 .conWrap .box dl dt:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 5px solid #0d5d8f;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc((var(--fz-30) * 1.4) / 2 - 8px);
}
.m22 .section1 .conWrap .box dl dd {
	margin-top: 30px;
	font-size: var(--fz-20);
	color: #0f0f10;
	line-height: 1.4;
}
.m22 .section1 .conWrap .box dl dd span:nth-of-type(2),
.m22 .section1 .conWrap .box dl dd span:nth-of-type(3),
.m22 .section1 .conWrap .box dl dd span:nth-of-type(4) {
	margin-top: 10px;
	display: inline-block;
}
.m22 .section1 .conWrap .box .img {
	width: 460px;
}

/* m23 */
.m23 {
}
.m23 .section1 {
	padding: 160px 0 0;
}
.m23 .section1 .conWrap .box {
}
.m23 .section1 .conWrap .box .con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.m23 .section1 .conWrap .box .con .list {
	width: calc(100% - 150px - 230px);
}
.m23 .section1 .conWrap .box .con .list h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border-radius: 10px;
	background: #092d5c;
	font-size: var(--fz-20);
	color: #fff;
	text-align: center;
}
.m23 .section1 .conWrap .box .con .list ul {
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	gap: 10px;
}
.m23 .section1 .conWrap .box .con .list ul li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 138px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: var(--fz-20);
	color: #092d5c;
	font-weight: 600;
	text-align: center;
}
.m23 .section1 .conWrap .box .con .arr {
	width: 150px;
	text-align: center;
}
.m23 .section1 .conWrap .box .con .result {
	width: 230px;
}
.m23 .section1 .conWrap .box .con .result .icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 30px;
}
.m23 .section1 .conWrap .box .con .result .tit {
	font-size: var(--fz-20);
	color: #092d5c;
	font-weight: 600;
	text-align: center;
}
.m23 .section1 .conWrap .box p {
	margin-top: 50px;
	font-size: var(--fz-18);
	color: #0f0f10;
	line-height: 30px;
}
.m23 .section2 {
	padding: 160px 0 200px;
}
.m23 .section2 .conWrap {
}
.m23 .section2 .conWrap ul {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	row-gap: 40px;
}
.m23 .section2 .conWrap ul li {
	overflow: hidden;
	position: relative;
	width: calc((100% - 48px) / 3);
	aspect-ratio: 1/1;
	border-radius: 15px;
}
.m23 .section2 .conWrap ul li .bg {
	width: 100%;
	height: 100%;
}
.m23 .section2 .conWrap ul li .bg1 {
	background: url(/images/page/m23_sec2_bg1.jpg) no-repeat center / cover;
}
.m23 .section2 .conWrap ul li .bg2 {
	background: url(/images/page/m23_sec2_bg2.jpg) no-repeat center / cover;
}
.m23 .section2 .conWrap ul li .bg3 {
	background: url(/images/page/m23_sec2_bg3.jpg) no-repeat center / cover;
}
.m23 .section2 .conWrap ul li .arr {
	position: absolute;
	right: 24px;
	top: 30px;
	width: 56px;
	height: 56px;
	background: #fff url(/images/page/m23_sec2_arr.png) no-repeat center / 16px;
	border-radius: 50%;
}
.m23 .section2 .conWrap ul li .infoWrap {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 34px;
}
.m23 .section2 .conWrap ul li .infoWrap .tit {
	font-size: var(--fz-30);
	color: #fff;
	font-weight: 600;
	line-height: 146%;
}
.m23 .section2 .conWrap ul li .infoWrap .info {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.m23 .section2 .conWrap ul li .infoWrap .info .name {
	font-size: var(--fz-18);
	color: #fff;
}
.m23 .section2 .conWrap ul li .infoWrap .info .bar {
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, 0.4);
}
.m23 .section2 .conWrap ul li .infoWrap .info .affiliation {
	font-size: var(--fz-18);
	color: #fff;
}

/**/
.m23Pop > ul {
	overflow: hidden;
	overflow-y: auto;
	position: relative;
	width: 100%;
	height: 690px;
}
.m23Pop > ul > li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 58px 0 80px;
}
.m23Pop > ul > li .title1 {
	font-size: var(--fz-20);
	font-weight: 500;
	color: #0d5d8f;
}
.m23Pop > ul > li .title2 {
	margin: 14px 0 50px;
	font-size: var(--fz-38);
	font-weight: 600;
	color: #0f0f10;
}
.m23Pop > ul > li .text {
	margin: -20px 0 50px;
	font-size: var(--fz-18);
	color: #0f0f10;
	line-height: 160%;
}
.m23Pop > ul > li .conBox1 {
	overflow: hidden;
	margin-bottom: 60px;
	border-radius: 15px;
}
.m23Pop > ul > li .conBox1 .title {
	width: 100%;
	height: 50px;
	background: #092d5c;
	font-size: var(--fz-20);
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.m23Pop > ul > li .conBox1 .conWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 60px;
	border: 1px solid #ccc;
	border-radius: 0 0 15px 15px;
}
.m23Pop > ul > li .conBox1 .conWrap .img {
	width: 442px;
}
.m23Pop > ul > li .conBox1 .conWrap .con {
	width: 50%;
}
.m23Pop > ul > li .conBox1 .conWrap .con dl {
	margin-bottom: 40px;
}
.m23Pop > ul > li .conBox1 .conWrap .con dl:last-child {
	margin: 0;
}
.m23Pop > ul > li .conBox1 .conWrap .con dl dt {
	font-size: var(--fz-30);
	font-weight: 700;
	color: #0f0f10;
}
.m23Pop > ul > li .conBox1 .conWrap .con dl dt strong {
	color: #0d5d8f;
	font-weight: 600;
}
.m23Pop > ul > li .conBox1 .conWrap .con dl dd {
	margin-top: 20px;
}
.m23Pop > ul > li .conBox1 .conWrap .con dl dd ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 14px;
	font-size: var(--fz-18);
	color: #0f0f10;
	line-height: 30px;
}
.m23Pop > ul > li .conBox1 .conWrap .con dl dd ul li:last-child {
	margin: 0;
}
.m23Pop > ul > li .conBox1 .conWrap .con dl dd ul li:before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #ccc;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}
.m23Pop > ul > li .conBox1 .conWrap .con dl dd .txt {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	font-size: var(--fz-16);
	color: #0f0f10;
	line-height: 200%;
}

.m23Pop > ul > li .conBox2 {
	overflow: hidden;
	margin-bottom: 60px;
	border-radius: 15px;
}
.m23Pop > ul > li .conBox2 .title {
	width: 100%;
	height: 50px;
	background: #092d5c;
	font-size: var(--fz-20);
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.m23Pop > ul > li .conBox2 .conWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	padding: 30px 60px;
	border: 1px solid #ccc;
	border-radius: 0 0 15px 15px;
}

.m23Pop > ul > li .conBox3 {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	border-radius: 15px;
}
.m23Pop > ul > li .conBox3 .title {
	width: 220px;
	font-size: var(--fz-24);
	font-weight: 600;
	color: #0f0f10;
}
.m23Pop > ul > li .conBox3 .conWrap {
	width: calc(100% - 220px);
}
.m23Pop > ul > li .conBox3 .conWrap dl {
	padding: 40px 0;
	border-bottom: 1px solid #ccc;
}
.m23Pop > ul > li .conBox3 .conWrap dl:first-child {
	padding-top: 0;
}
.m23Pop > ul > li .conBox3 .conWrap dl:last-child {
	border-bottom: 0;
}
.m23Pop > ul > li .conBox3 .conWrap dl dt {
	position: relative;
	padding-left: 26px;
	font-size: var(--fz-30);
	font-weight: 700;
	color: #0f0f10;
}
.m23Pop > ul > li .conBox3 .conWrap dl dt strong {
	font-weight: 700;
	color: #0d5d8f;
}
.m23Pop > ul > li .conBox3 .conWrap dl dt:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 4px solid #0d5d8f;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 13px;
}
.m23Pop > ul > li .conBox3 .conWrap dl dt span {
	font-size: var(--fz-24);
}
.m23Pop > ul > li .conBox3 .conWrap dl dd {
	margin-top: 14px;
	font-size: var(--fz-20);
	color: #0f0f10;
	line-height: 170%;
}
.m23Pop > ul > li .conBox3 .conWrap dl dd strong {
	font-weight: 700;
}
.m23Pop > ul > li .conBox3 .conWrap dl dd .tip {
	margin-top: 14px;
	font-size: var(--fz-16);
	color: #5b5c5e;
	line-height: 160%;
}
.m23Pop > ul > li .conBox3 .conWrap dl dd .tit {
	font-size: var(--fz-20);
	color: #0f0f10;
	font-weight: 700;
}
.m23Pop > ul > li .conBox3 .conWrap dl dd span {
	display: block;
	margin-top: 5px;
	font-size: var(--fz-16);
	color: #5b5c5e;
	line-height: 160%;
}
.m23Pop > ul > li .conBox3 .conWrap dl dd ul {
	margin-top: 14px;
}
.m23Pop > ul > li .conBox3 .conWrap dl dd ul li {
	position: relative;
	padding-left: 10px;
	font-size: var(--fz-18);
	color: #5b5c5e;
	line-height: 1.5;
}
.m23Pop > ul > li .conBox3 .conWrap dl dd ul li:before {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background: #555;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(var(--fz-18) * 1.5 / 2 - 2px);
}

.bbs {
}
.bbs .section1 {
	padding: 160px 0 240px;
}
.bbs .section1 .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}
.bbs .section1 .top .total {
	font-size: 16px;
}
.bbs .section1 .top .total span {
	color: #092d5c;
	font-weight: 600;
}
.bbs .section1 .top .searchwrap {
	width: 400px;
	height: 60px;
	display: flex;
	align-items: center;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
}
.bbs .section1 .top .searchwrap .form-input {
	flex: 1;
	height: 100%;
	font-size: 16px;
	color: #acacac;
	border: none;
	padding: 0 30px;
	background: none;
}
.bbs .section1 .top .searchwrap .form-input ::placeholder {
	color: #acacac;
}
.bbs .section1 .top .searchwrap .form-input :focus {
	outline: none;
}
.bbs .section1 .top .searchwrap .submit-btn {
	padding: 16px 30px 16px 24px;
	background: none;
	border: none;
	position: relative;
}
.bbs .section1 .top .searchwrap .submit-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 50%;
	background-color: #acacac;
	transform: translateY(-50%);
}

.bbs .section1 .tableWrap {
	width: 100%;
}
.bbs .section1 .tableWrap table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.bbs .section1 .tableWrap table .col1 {
	width: 160px;
}
.bbs .section1 .tableWrap table .col2 {
	width: calc(100% - 260px);
}
.bbs .section1 .tableWrap table .col3 {
	width: 160px;
}
.bbs .section1 .tableWrap table th {
	padding: 25px 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: var(--fz-18);
	font-weight: 700;
	background: #fafafa;
}
.bbs .section1 .tableWrap table td {
	padding: 25px 5px;
	border-bottom: 1px solid #ccc;
	font-size: var(--fz-18);
	color: #898b8e;
	text-align: center;
}
.bbs .section1 .tableWrap table td a {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: var(--fz-20);
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bbs2 {
}
.bbs2 .section1 {
	padding: 160px 0 240px;
}
.bbs2 .section1 .con .list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 60px;
}
.bbs2 .section1 .con .list li {
	width: calc((100% - 48px) / 3);
}
.bbs2 .section1 .con .list li a {
	display: block;
	border-radius: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.bbs2 .section1 .con .list li a .thumb {
	width: 100%;
	aspect-ratio: 400 / 225;
	border-radius: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.bbs2 .section1 .con .list li a .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.7s;
}
.bbs2 .section1 .con .list li a:hover .thumb img {
	transform: scale(1.1);
}
.bbs2 .section1 .con .list li a .txtWrap {
	width: 100%;
	padding: 30px;
}
.bbs2 .section1 .con .list li a .txtWrap .tit {
	font-size: var(--fz-24);
	font-weight: 700;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.bbs2 .section1 .con .list li a:hover .txtWrap .tit {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
.bbs2 .section1 .con .list li a .txtWrap .con {
	margin: 20px 0 30px;
	font-size: var(--fz-18);
	color: #747474;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.bbs2 .section1 .con .list li a .txtWrap .date {
	font-family: "Wix Madefor Display";
	font-size: var(--fz-16);
	color: #747474;
}

.bbs_view {
	padding: 160px 0 240px;
}
.bbs_view .section1 {
}
.bbs_view .section1 .con .titWrap {
	margin-bottom: 80px;
}
.bbs_view .section1 .con .titWrap .tit {
	font-size: var(--fz-50);
	font-weight: 700;
}
.bbs_view .section1 .con .titWrap .date {
	margin-top: 25px;
	font-size: var(--fz-18);
	color: #747474;
}
.bbs_view .section1 .con .conWrap {
	padding: 80px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.bbs_view .section1 .con .conWrap .link {
	margin-top: 60px;
	width: 100%;
	padding: 30px;
	border-radius: 10px;
	background: #fafafa;
	display: flex;
	align-items: baseline;
	gap: 20px;
}
.bbs_view .section1 .con .conWrap .link .tit {
	font-size: var(--fz-18);
	font-weight: 700;
	color: #5b5c5e;
	margin-bottom: 8px;
}
.bbs_view .section1 .con .conWrap .link a {
	font-size: var(--fz-16);
	color: #5b5c5e;
	word-break: break-all;
}
.bbs_view .section1 .con .listBtn {
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: center;
	width: 245px;
	height: 70px;
	border-radius: 70px;
	background: #000;
}
.bbs_view .section1 .con .listBtn .line {
	width: 13px;
}
.bbs_view .section1 .con .listBtn .line > div {
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
}
.bbs_view .section1 .con .listBtn .line > div + div {
	margin-top: 2.5px;
}
.bbs_view .section1 .con .listBtn span {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}

.m33 {
}
.m33 .section1 .tableWrap table td .tit {
	white-space: normal;
	text-overflow: clip;
	overflow: visible;
}
.m33 .section1 .tableWrap table td .tit .g {
	position: relative;
	display: inline-block;
}
.m33 .section1 .tableWrap table td.down .tit .g {
	padding-right: 30px;
}
.m33 .section1 .tableWrap table td .tit .g p {
	width: 100%;
	overflow: hidden;
	font-size: var(--fz-20);
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
}
.m33 .section1 .tableWrap table td.down .tit .g:after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	background: url(/images/page/m33_file_icon.png) no-repeat center / contain;
}

.m33_view .section1 .con .conWrap .fileWrap {
	margin-top: 60px;
	width: 100%;
	padding: 30px;
	border-radius: 10px;
	background: #fafafa;
}
.m33_view .section1 .con .conWrap .fileWrap dl {
	display: flex;
}
.m33_view .section1 .con .conWrap .fileWrap dl dt {
	width: 110px;
	font-size: var(--fz-18);
	font-weight: 700;
	color: #5b5c5e;
}
.m33_view .section1 .con .conWrap .fileWrap dl dd {
	width: calc(100% - 110px);
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.m33_view .section1 .con .conWrap .fileWrap dl dd a {
	font-size: var(--fz-16);
	color: #5b5c5e;
	word-break: break-all;
	padding-left: 25px;
}
.m33_view .section1 .con .conWrap .fileWrap dl dd a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	background: url(/images/page/m33_file_icon.png) no-repeat center / contain;
}

.m42 {
}
.m42 .section1 {
	padding: 160px 0 240px;
}
.m42 .section1 .calendar_wrap {
	width: 100%;
}
.m42 .section1 .calendar_wrap .header {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m42 .section1 .calendar_wrap .header a button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fafafa;
	border: none;
}
.m42 .section1 .calendar_wrap .header a button:hover {
	background: #092d5c;
}
.m42 .section1 .calendar_wrap .header a .prev i {
	display: block;
	width: 16px;
	height: 17px;
	background: url(/images/page/m42_prev_btn.png) no-repeat center / contain;
}
.m42 .section1 .calendar_wrap .header a .prev:hover i {
	background: url(/images/page/m42_prev_btn_hv.png) no-repeat center / contain;
}
.m42 .section1 .calendar_wrap .header a .next i {
	display: block;
	width: 16px;
	height: 17px;
	background: url(/images/page/m42_next_btn.png) no-repeat center / contain;
}
.m42 .section1 .calendar_wrap .header a .next:hover i {
	background: url(/images/page/m42_next_btn_hv.png) no-repeat center / contain;
}
.m42 .section1 .calendar_wrap .header h2 {
	font-family: "Nunito Sans";
	font-size: var(--fz-38);
	font-weight: 700;
	color: #092d5c;
	margin: 0 40px;
}
.m42 .section1 .calendar_wrap .body {
	position: relative;
	width: 100%;
	z-index: unset;
}
.m42 .section1 .calendar_wrap .body table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.m42 .section1 .calendar_wrap .body table th {
	padding: 15px 0;
	font-size: var(--fz-18);
	font-weight: 700;
	border: 1px solid #ccc;
	background: #fafafa;
}
.m42 .section1 .calendar_wrap .body table th.sunday {
	color: #d01b1b;
}
.m42 .section1 .calendar_wrap .body table td {
	border: 1px solid #ccc;
}
.m42 .section1 .calendar_wrap .body table td .inner {
	width: 100%;
	height: 150px;
	padding: 20px;
}
.m42 .section1 .calendar_wrap .body table td .inner .day {
	display: block;
	height: 20px;
	font-family: "Wix Madefor Display";
	font-size: var(--fz-16);
}
.m42 .section1 .calendar_wrap .body table td.sunday .inner .day {
	color: #d01b1b;
}
.m42 .section1 .calendar_wrap .body table td.off .inner .day {
	/* ì´ì „/ë‹¤ìŒ ë‹¬ ë‚ ì§œëŠ” off */
	color: rgba(0, 0, 0, 0.3) !important;
}
.m42 .section1 .calendar_wrap .body table td .inner .btnWrap {
	height: calc(100% - 20px);
	margin-top: 5px;
	overflow-y: auto;
}
.m42 .section1 .calendar_wrap .body table td .inner .btnWrap::-webkit-scrollbar {
	width: 4px;
}
.m42 .section1 .calendar_wrap .body table td .inner .btnWrap::-webkit-scrollbar-thumb {
	background: #000;
}
.m42 .section1 .calendar_wrap .body table td .inner .btnWrap::-webkit-scrollbar-track {
	background: #ccc;
}
.m42 .section1 .calendar_wrap .body table td .inner .btn {
	display: block;
	width: 100%;
	padding: 8px 15px;
	border-radius: 40px;
	background: #092d5c;
	margin-top: 10px;
}
.m42 .section1 .calendar_wrap .body table td .inner .btn span {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.m42 .section1 .calendar_wrap .body table th:first-child,
.m42 .section1 .calendar_wrap .body table td:first-child {
	border-left: none;
}
.m42 .section1 .calendar_wrap .body table th:last-child,
.m42 .section1 .calendar_wrap .body table td:last-child {
	border-right: none;
}

.m42 .section1 .calendar_wrap .body .planPop {
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	max-width: 920px;
	width: 92%;
	margin: 0 auto;
	z-index: 10000;
	border-radius: 10px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 50px;
	display: none;
}
.m42 .section1 .calendar_wrap .body .planPop .tit {
	font-size: var(--fz-30);
	font-weight: 700;
	color: #151516;
	text-align: center;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap {
	margin: 40px 0;
	max-height: 70vh;
	overflow-y: auto;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl {
	padding: 20px 20px 20px 60px;
	border-top: 1px solid #ccc;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl.date {
	background: url(/images/page/m42_pop_icon1.png) no-repeat left 35px top 27px;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl.locate {
	background: url(/images/page/m42_pop_icon2.png) no-repeat left 35px top 27px;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl.content {
	background: url(/images/page/m42_pop_icon3.png) no-repeat left 35px top 27px;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl:last-child {
	border-bottom: 1px solid #ccc;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl dt {
	font-size: var(--fz-18);
	color: #151516;
	margin-bottom: 6px;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl dd {
	font-size: var(--fz-16);
	line-height: 1.5em;
	color: #5b5c5e;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl.content dd {
	height: 80px;
	overflow-y: auto;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl.content dd::-webkit-scrollbar {
	width: 4px;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl.content dd::-webkit-scrollbar-thumb {
	background: #000;
}
.m42 .section1 .calendar_wrap .body .planPop .dlWrap dl.content dd::-webkit-scrollbar-track {
	background: #ccc;
}

.m42 .section1 .calendar_wrap .body .planPop .x_btn {
	display: block;
	margin: 0 auto;
	width: 165px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	background: #000;
	color: #fff;
}

.dim {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1001;
}

.m44 {
}
.m44 .section1 {
	padding: 160px 0 240px;
}
.m44 .container {
	width: calc(100% - 390px);
}
.m44 .container1 .content1 {
	background: url(/images/page/m44_img1.jpg) no-repeat center / cover;
	border-radius: 15px;
	padding: 6vw 80px;
}
.m44 .container1 .content1 h6 {
	font-size: var(--fz-38);
	color: #fff;
	font-weight: 700;
}
.m44 .container1 .content1 p {
	margin-top: 30px;
	font-size: var(--fz-18);
	color: #fff;
}
.m44 .container1 .content2 {
	margin-top: 60px;
}
.m44 .container1 .content2 a {
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
	background: #fff;
}
.m44 .container1 .content2 .icon {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	background: #eef2f8 url(/images/page/icon_email.png) no-repeat center;
}
.m44 .container1 .content2 a dl {
}
.m44 .container1 .content2 a dt {
	font-size: var(--fz-24);
	font-weight: 700;
	color: #0f0f10;
}
.m44 .container1 .content2 a dd {
	margin-top: 12px;
	font-size: var(--fz-20);
	color: #5b5c5e;
}

/* form --------------
.m44 .section1 {
  padding: 160px 0 240px;
}
.m44 .section1 .notice {
  text-align: right;
  margin-bottom: 25px;
  font-size: var(--fz-18);
}
.m44 .section1 .inquiryWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
  padding: 100px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.m44 .section1 .inquiryWrap dl {
  width: 48%;
}
.m44 .section1 .inquiryWrap dl.w100 {
  width: 100%;
}
.m44 .section1 .inquiryWrap dl dt {
  font-size: var(--fz-20);
  font-weight: 700;
  margin-bottom: 20px;
}
.m44 .section1 .inquiryWrap dl dt span {
  color: #0d5d8f;
}
.m44 .section1 .inquiryWrap dl dd input[type="text"],
.m44 .section1 .inquiryWrap dl dd input[type="tel"],
.m44 .section1 .inquiryWrap dl dd input[type="email"] {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 55px;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: var(--fz-16);
}
.m44 .section1 .inquiryWrap dl dd textarea {
  width: 100%;
  height: 320px;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: 0;
  resize: none;
  font-size: var(--fz-16);
  line-height: 1.5em;
  color: #898b8e;
}

.m44 .section1 .inquiryWrap dl dd .filebox {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.m44 .section1 .inquiryWrap dl dd .filebox .upload-name {
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% - 120px - 10px);
  height: 55px;
  line-height: 55px;
  outline: 0;
  font-size: var(--fz-16);
  appearance: none;
  margin-right: 10px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0 30px;
}
.m44 .section1 .inquiryWrap dl dd .filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.m44 .section1 .inquiryWrap dl dd .filebox label {
  width: 120px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  font-size: var(--fz-16);
  font-weight: 600;
  color: #fff;
  background: #000;
  text-align: center;
}
.m44 .section1 .inquiryWrap dl dd select {
  width: 100%;
  border: 1px solid #ccc;
  height: 55px;
  padding: 0 30px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: var(--fz-16);
  appearance: none;
  background: url(/images/page/m44_select_arr.png) no-repeat right 30px center;
}

.m44 .section1 .agreeWrap {
  padding: 100px 0;
  border-bottom: 1px solid #ccc;
}
.m44 .section1 .agreeWrap .agreeCon {
  margin-bottom: 80px;
}
.m44 .section1 .agreeWrap .agreeCon .tit {
  font-size: var(--fz-30);
  font-weight: 700;
  margin-bottom: 50px;
}
.m44 .section1 .agreeWrap .agreeCon .txtBox {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 30px;
}
.m44 .section1 .agreeWrap .agreeCon .txtBox .inner {
  width: 100%;
  height: 180px;
  overflow-y: auto;
  white-space: pre-wrap;
  font-size: var(--fz-18);
  line-height: 1.7em;
}
.m44 .section1 .agreeWrap .agreeCon .txtBox .inner::-webkit-scrollbar {
  width: 3px;
}
.m44 .section1 .agreeWrap .agreeCon .txtBox .inner::-webkit-scrollbar-thumb {
  background: #000;
}
.m44 .section1 .agreeWrap .agreeCon .txtBox .inner::-webkit-scrollbar-track {
  background: #ccc;
}
.m44 .section1 .agreeWrap .agreeCon .chkArea {
  margin-top: 20px;
}
.m44 .section1 .agreeWrap .agreeCon .chkArea input {
  display: none;
}
.m44 .section1 .agreeWrap .agreeCon .chkArea input + label {
  position: relative;
  padding-left: 40px;
  font-size: var(--fz-18);
}
.m44 .section1 .agreeWrap .agreeCon .chkArea input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #092d5c;
  border-radius: 50%;
}
.m44 .section1 .agreeWrap .agreeCon .chkArea input + label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 14px;
  height: 14px;
  background: #092d5c;
  border-radius: 50%;
  opacity: 0;
}
.m44 .section1 .agreeWrap .agreeCon .chkArea input:checked + label:after {
  opacity: 1;
}

.m44 .section1 .btnWrap {
  padding-top: 100px;
  text-align: center;
}
.m44 .section1 .btnWrap button {
  display: inline-block;
  width: 240px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #000;
  border: none;
  border-radius: 70px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
*/
