@charset "utf-8";
@import url("common.css");

/*Layer*/
body {
	width: 100%;
}
#wrap {
	width: 100%;
}
#header {
}
#container {
	width: 100%;
}
#contents {
}
#footer {
	width: 100%;
}

/*header*/

.pcbr {
	display: block;
}
.ptbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

.t_view {
	display: none !important;
}
.tm_view {
	display: none !important;
}
.m_view {
	display: none !important;
}

/* paging */
.paging {
	margin-top: 80px;
	text-align: center;
}
.paging a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #666666;
	font-size: 20px;
	line-height: 48px;
}
.paging strong {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 20px;
	line-height: 48px;
	font-weight: 400;
}
.paging .page_begin {
	width: 48px;
	height: 48px;
	background: url(/images/page/page_begin.png) no-repeat center;
	border: 0;
}
.paging .page_prev {
	width: 48px;
	height: 48px;
	background: url(/images/page/page_prev.png) no-repeat center;
	border: 0;
	margin-right: 20px;
}
.paging .page_next {
	width: 48px;
	height: 48px;
	background: url(/images/page/page_next.png) no-repeat center;
	border: 0;
	margin-left: 20px;
}
.paging .page_end {
	width: 48px;
	height: 48px;
	background: url(/images/page/page_end.png) no-repeat center;
	border: 0;
}

.pageTop {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.pageTop .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pageTop.pn1 .bg {
	background: url(/images/page/subVisual1.png) no-repeat center / cover;
}
.pageTop.pn2 .bg {
	background: url(/images/page/subVisual2.png) no-repeat center / cover;
}
.pageTop.pn3 .bg {
	background: url(/images/page/subVisual3.png) no-repeat center / cover;
}
.pageTop.pn4 .bg {
	background: url(/images/page/subVisual4.png) no-repeat center / cover;
}
.pageTop.pn5 .bg {
	background: url(/images/page/subVisual5.jpg) no-repeat center / cover;
}
.pageTop.pn6 .bg {
	background: url(/images/page/subVisual6.jpg) no-repeat center / cover;
}
.pageTop.pn7 .bg {
	background: url(/images/page/subVisual7.png) no-repeat center / cover;
}

.pageTop .dep1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	text-align: center;
	font-size: 70px;
	font-weight: 500;
	color: #fff;
}

.subTop {
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
}
.subTop .top {
	display: flex;
	justify-content: space-between;
	padding: 80px 0 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.subTop .top .dep1 {
	font-size: 20px;
	font-weight: 500;
	color: #222;
}
.subTop .top .dep1 img {
	margin: 0 10px 3px 0;
}
.subTop .top .subTab {
	display: flex;
	gap: 70px;
}
.subTop .top .subTab li {
}
.subTop .top .subTab li a {
	position: relative;
	font-size: 18px;
	color: #666;
}
.subTop .top .subTab li.on a:after {
	content: "";
	position: absolute;
	left: -13px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #019cdc;
}
.subTop .dep2 {
	padding: 120px 0 100px;
	font-size: var(--fz-40);
	font-weight: 500;
}

.innerwrap {
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
}
.innerWrap {
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
}

.pageTit {
	font-size: 46px;
	font-weight: 500;
	margin-bottom: 80px;
}

.m11 {
}
.m11 .section1 {
	padding: 0 0 210px;
}
.m11 .section1 .slgWrap {
	text-align: center;
}
.m11 .section1 .slgWrap .slg {
	font-size: var(--fz-46);
	color: #000;
}
.m11 .section1 .slgWrap .slg .en {
	display: inline-block;
}
.m11 .section1 .slgWrap .slg .en > div {
	display: inline-block;
}
.m11 .section1 .slgWrap .slg .en > div span {
	font-size: var(--fz-46);
	font-family: "Lora";
	color: #1b9dd3;
}
.m11 .section1 .slgWrap p {
	font-size: var(--fz-24);
	line-height: 1.5em;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 40px;
}
.m11 .section1 ul {
	display: flex;
	gap: 30px;
	margin-top: 170px;
}
.m11 .section1 li {
	width: 100%;
}
.m11 .section1 li:nth-child(2) {
	margin-top: -50px;
}
.m11 .section1 li .thumb {
	width: 100%;
}
.m11 .section1 li .thumb img {
	width: 100%;
}
.m11 .section1 li .txtWrap {
	margin-top: 30px;
}
.m11 .section1 li .txtWrap .tit1 {
	font-family: "Lora";
	font-size: var(--fz-18);
	font-weight: 500;
	color: #1b9dd3;
}
.m11 .section1 li .txtWrap .tit2 {
	margin: 10px 0;
	font-size: var(--fz-24);
	font-weight: 500;
}
.m11 .section1 li .txtWrap p {
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: rgba(0, 0, 0, 0.6);
}

.m12 {
}
.m12 .section1 {
	padding: 0 0 300px;
}
.m12 .section1 .secTit {
	font-size: var(--fz-46);
	font-weight: 500;
}
.m12 .section1 .yearWrap {
	position: relative;
	margin-top: 100px;
}
.m12 .section1 .yearWrap .line {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}
.m12 .section1 .yearWrap .yearList {
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}
.m12 .section1 .yearWrap .yearList:nth-child(even) {
	flex-direction: row-reverse;
}
.m12 .section1 .yearWrap .yearList .thumb {
	width: calc(50% - 120px);
}
.m12 .section1 .yearWrap .yearList .txts {
	width: calc(50% - 120px);
}
.m12 .section1 .yearWrap .yearList:nth-child(even) .txts {
	text-align: right;
}
.m12 .section1 .yearWrap .yearList .txts .year {
	position: relative;
	font-size: var(--fz-46);
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.m12 .section1 .yearWrap .yearList .txts .year::before {
	content: "";
	position: absolute;
	left: -140px;
	top: 7px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(24, 155, 220, 0.2);
	transform: scale(0);
}
.m12 .section1 .yearWrap .yearList:nth-child(even) .txts .year::before {
	left: unset;
	right: -140px;
}
.m12 .section1 .yearWrap .yearList .txts .year.in-view::before {
	transform: scale(1);
	transition: all 1s 0.2s;
}
.m12 .section1 .yearWrap .yearList .txts .year:after {
	content: "";
	position: absolute;
	left: -126px;
	top: 22px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(24, 155, 220, 0.2);
}
.m12 .section1 .yearWrap .yearList:nth-child(even) .txts .year:after {
	left: unset;
	right: -126px;
}
.m12 .section1 .yearWrap .yearList .txts .year.in-view:after {
	background: rgba(24, 155, 220, 1);
	transition: all 1s 0.2s;
}
.m12 .section1 .yearWrap .yearList .txts .list {
}
.m12 .section1 .yearWrap .yearList .txts .list dl {
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
}
.m12 .section1 .yearWrap .yearList:nth-child(even) .txts .list dl {
	flex-direction: row-reverse;
}
.m12 .section1 .yearWrap .yearList .txts .list dl:last-child {
	border-bottom: none;
}
.m12 .section1 .yearWrap .yearList .txts .list dl::before {
	content: "";
	position: absolute;
	left: -140px;
	top: 28px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(24, 155, 220, 0.2);
	transform: scale(0);
}
.m12 .section1 .yearWrap .yearList:nth-child(even) .txts .list dl::before {
	left: unset;
	right: -140px;
}
.m12 .section1 .yearWrap .yearList .txts .list dl.in-view::before {
	transform: scale(1);
	transition: all 1s 0.2s;
}
.m12 .section1 .yearWrap .yearList .txts .list dl:after {
	content: "";
	position: absolute;
	left: -125px;
	top: 43px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(24, 155, 220, 0.2);
}
.m12 .section1 .yearWrap .yearList:nth-child(even) .txts .list dl:after {
	left: unset;
	right: -126px;
}
.m12 .section1 .yearWrap .yearList .txts .list dl.in-view:after {
	background: rgba(24, 155, 220, 1);
	transition: all 1s 0.2s;
}
.m12 .section1 .yearWrap .yearList .txts .list dl dt {
	width: 90px;
	font-size: 30px;
	font-weight: 500;
}
.m12 .section1 .yearWrap .yearList .txts .list dl dd {
	width: calc(100% - 90px);
}
.m12 .section1 .yearWrap .yearList .txts .list dl dd p {
	font-size: 18px;
	line-height: 1.8em;
	color: #666;
}

.m13 {
}
.m13 .section1 {
	padding: 0 0 220px;
}
.m13 .section1 .slgWrap {
	display: flex;
}
.m13 .section1 .slgWrap .slg {
	font-family: "Lora";
	font-size: var(--fz-46);
	line-height: 1.25em;
	width: 50%;
}
.m13 .section1 .slgWrap p {
	font-size: var(--fz-20);
	line-height: 1.5em;
	width: 50%;
}
.m13 .section1 .thumb {
	margin: 80px 0 140px;
	width: 100%;
	height: 440px;
	overflow: hidden;
}
.m13 .section1 .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m13 .section1 .titWrap {
}
.m13 .section1 .titWrap .tit {
	font-family: "Lora";
	font-size: var(--fz-46);
	line-height: 1.25em;
}
.m13 .section1 .titWrap p {
	font-size: var(--fz-20);
	line-height: 1.4em;
	margin-top: 30px;
}
.m13 .section1 .con1 {
	display: flex;
}
.m13 .section1 .con1 > div {
	width: 50%;
}
.m13 .section1 .con1 .color {
	display: flex;
	gap: 8px;
}
.m13 .section1 .con1 .color > div {
	flex: 1;
	height: 694px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #f2f2f2;
}
.m13 .section1 .con1 .color > div:nth-child(1) {
	background: #1b9dd3;
}
.m13 .section1 .con1 .color > div:nth-child(2) {
	background: #c6ecb9;
	color: #333;
}
.m13 .section1 .con1 .color > div:nth-child(3) {
	background: #7c2572;
}
.m13 .section1 .con1 .color > div .top {
}
.m13 .section1 .con1 .color > div .top .tit1 {
	font-size: var(--fz-18);
}
.m13 .section1 .con1 .color > div .top .tit2 {
	font-family: "Lora";
	font-size: var(--fz-28);
	font-weight: 500;
	margin-top: 30px;
}
.m13 .section1 .con1 .color > div .bot {
}
.m13 .section1 .con1 .color > div .bot .exp {
	font-size: var(--fz-18);
	line-height: 1.4em;
}
.m13 .section1 .con1 .color > div .bot .code {
	margin-top: 20px;
	font-size: var(--fz-16);
	line-height: 1.4em;
}
.m13 .section1 .con2 {
	margin-top: 120px;
}
.m13 .section1 .con2 .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.m13 .section1 .con2 .top .file {
	display: flex;
	gap: 12px;
}
.m13 .section1 .con2 .top .file a {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 304px;
	height: 60px;
	padding: 0 30px;
	border: 1px solid #ccc;
	transition: all 0.3s;
}
.m13 .section1 .con2 .top .file a span {
	font-size: var(--fz-18);
	font-weight: 500;
	transition: all 0.3s;
}
.m13 .section1 .con2 .top .file a i {
	display: block;
	width: 18px;
	height: 18px;
	background: url(/images/page/m13_file_icon.png) no-repeat center / contain;
	transition: all 0.3s;
}
.m13 .section1 .con2 .top .file a:hover {
	background: #222226;
	border: 1px solid #222226;
}
.m13 .section1 .con2 .top .file a:hover span {
	color: #fafafa;
}
.m13 .section1 .con2 .top .file a:hover i {
	background: url(/images/page/m13_file_icon_wh.png) no-repeat center / contain;
}
.m13 .section1 .con2 .logoWrap {
	padding-top: 60px;
	margin-top: 120px;
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m13 .section1 .con2 .logoWrap .logo {
	width: 45%;
	text-align: center;
}
.m13 .section1 .con2 .logoWrap .logo1 img {
	max-width: 411px;
}
.m13 .section1 .con2 .logoWrap .logo2 img {
	max-width: 636px;
}

.m14 {
	background: url(/images/page/m14_bg.png) no-repeat bottom center / cover;
}
.m14 .section1 {
	padding: 0 0 280px;
}
.m14 .section1 h3 {
	font-size: var(--fz-46);
	font-weight: 500;
}
.m14 .section1 p {
	margin: 60px 0 100px;
	font-size: var(--fz-20);
	line-height: 1.6em;
}
.m14 .section1 .conWrap {
	display: flex;
}
.m14 .section1 .conWrap .tit {
	width: 520px;
	font-size: var(--fz-24);
	font-weight: 500;
	line-height: 1.4em;
}
.m14 .section1 .conWrap .con {
	width: calc(100% - 520px);
}
.m14 .section1 .conWrap .con dl {
	padding: 30px 20px;
	border-bottom: 1px solid #ccc;
}
.m14 .section1 .conWrap .con dl:first-child {
	padding-top: 0;
}
.m14 .section1 .conWrap .con dl dt {
	font-size: var(--fz-24);
	font-weight: 500;
	line-height: 1.3em;
}
.m14 .section1 .conWrap .con dl dd {
	font-size: var(--fz-20);
	line-height: 1.4em;
	margin-top: 20px;
}
.m14 .section1 .conWrap .con .p {
	font-size: var(--fz-20);
	line-height: 1.6em;
	margin: 60px 0;
}
.m14 .section1 .conWrap .con .name {
	font-size: var(--fz-24);
	font-weight: 500;
}
.m14 .section1 .conWrap .con .name img {
	vertical-align: bottom;
	margin-left: 15px;
}

.m15 {
}
.m15 .section1 {
	padding: 0 0 140px;
}
.m15 .section1 .conWrap {
	display: flex;
	justify-content: space-between;
}
.m15 .section1 .conWrap .txtWrap {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.m15 .section1 .conWrap .txtWrap .slg {
	font-family: "Lora";
	font-size: var(--fz-56);
	line-height: 1.25em;
}
.m15 .section1 .conWrap .txtWrap .bot {
}
.m15 .section1 .conWrap .txtWrap .bot .slgKR {
	font-size: var(--fz-40);
	font-weight: 500;
	line-height: 1.5em;
}
.m15 .section1 .conWrap .txtWrap .bot p {
	margin-top: 40px;
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: #333;
}
.m15 .section1 .conWrap .imgWrap {
	width: 41%;
	height: 708px;
	overflow: hidden;
}
.m15 .section1 .conWrap .imgWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m15 .section2 {
	width: 100%;
	height: 100vh;
	padding-bottom: 200px;
	overflow: hidden;
}
.m15 .section2 .innerwrap {
	position: relative;
}
.m15 .section2 .secTit {
	position: absolute;
	left: 0;
	top: 115px;
	width: 100%;
	font-family: "Lora";
	font-size: var(--fz-46);
}
.m15 .section2 .conWrap {
	height: 100vh;
	padding: 33vh 0 200px;
	display: flex;
	border-top: 1px solid #ccc;
}
.m15 .section2 .conWrap .imgWrap {
	position: relative;
	width: 45%;
	margin-right: 5%;
}
.m15 .section2 .conWrap .imgWrap .img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s;
}
.m15 .section2 .conWrap .imgWrap .img.on {
	opacity: 1;
	z-index: 2;
}
.m15 .section2 .conWrap .imgWrap .img img {
	max-height: 56vh;
}
.m15 .section2 .conWrap .txtWrap {
	width: 50%;
}
.m15 .section2 .conWrap .txtWrap .con + .con {
	margin-top: 100px;
}
.m15 .section2 .conWrap .txtWrap .con {
	display: flex;
}
.m15 .section2 .conWrap .txtWrap .con .titWrap {
	width: 31%;
	padding-right: 2%;
}
.m15 .section2 .conWrap .txtWrap .con .titWrap .titKR {
	font-size: var(--fz-30);
	font-weight: 500;
}
.m15 .section2 .conWrap .txtWrap .con .titWrap .titEN {
	font-family: "Lora";
	font-size: var(--fz-20);
	color: #1b9dd3;
	margin-top: 10px;
}
.m15 .section2 .conWrap .txtWrap .con .txts {
	width: 69%;
}
.m15 .section2 .conWrap .txtWrap .con .txts dl + dl {
	margin-top: 24px;
}
.m15 .section2 .conWrap .txtWrap .con .txts dl dt {
	font-size: var(--fz-20);
	font-weight: 500;
	line-height: 1.4em;
	color: #1a1a1a;
}
.m15 .section2 .conWrap .txtWrap .con .txts dl dd {
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: #666666;
	margin-top: 6px;
}

.m16 {
}
.m16 .section1 {
	padding: 0 0 200px;
}
.m16 .section1 .conWrap {
	display: flex;
	gap: 24px;
}
.m16 .section1 .conWrap .con {
	flex: 1;
	height: 660px;
	position: relative;
	padding: 40px;
	overflow: hidden;
	cursor: pointer;
}
.m16 .section1 .conWrap .con .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.m16 .section1 .conWrap .con.con1 .bg {
	background: url(/images/page/m16_con_bg1.png) no-repeat center / cover;
}
.m16 .section1 .conWrap .con.con2 .bg {
	background: url(/images/page/m16_con_bg2.png) no-repeat center / cover;
}
.m16 .section1 .conWrap .con.con3 .bg {
	background: url(/images/page/m16_con_bg3.png) no-repeat center / cover;
}
.m16 .section1 .conWrap .con:hover .bg {
	transform: scale(1.05);
}
.m16 .section1 .conWrap .con .inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.m16 .section1 .conWrap .con .inner .btn {
	position: absolute;
	right: 0;
	top: 0;
}
.m16 .section1 .conWrap .con .inner .btn .bg1,
.m16 .section1 .conWrap .con .inner .btn .bg2 {
	transition: all 0.3s;
}
.m16 .section1 .conWrap .con:hover .inner .btn .bg1 {
	fill: #fff;
}
.m16 .section1 .conWrap .con:hover .inner .btn .bg2 {
	fill: #189bdc;
}
.m16 .section1 .conWrap .con .inner .txtWrap {
}
.m16 .section1 .conWrap .con .inner .txtWrap .name {
	font-size: var(--fz-30);
	font-weight: 500;
	color: #fff;
}
.m16 .section1 .conWrap .con .inner .txtWrap .name2 {
	font-size: var(--fz-18);
	color: #fff;
	margin: 10px 0 20px;
}
.m16 .section1 .conWrap .con .inner .txtWrap .location {
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: #fff;
}

.m16 .dim {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2000;
	display: none;
}
.m16 .popup {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	max-width: 1600px;
	height: 600px;
	background: #fff;
	z-index: 2001;
	display: none;
}
.m16 .popup .xBtn {
	position: absolute;
	right: 20px;
	top: 20px;
}
.m16 .popup .conWrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.m16 .popup .conWrap .map {
	width: 55%;
	height: 100%;
}
.m16 .popup .conWrap .map iframe {
	width: 100%;
	height: 100%;
}
.m16 .popup .conWrap .txts {
	width: 45%;
	padding: 60px;
}
.m16 .popup .conWrap .txts .tit {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: var(--fz-40);
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.m16 .popup .conWrap .txts .tit span {
	font-size: var(--fz-18);
	line-height: 1.2em;
	color: #666;
}
.m16 .popup .conWrap .txts dl {
	padding-left: 32px;
}
.m16 .popup .conWrap .txts dl.location {
	background: url(/images/page/m16_pop_icon.png) no-repeat left top 3px;
}
.m16 .popup .conWrap .txts dl.tel {
	background: url(/images/page/m16_pop_icon2.png) no-repeat left top 3px;
}
.m16 .popup .conWrap .txts dl + dl {
	margin-top: 20px;
}
.m16 .popup .conWrap .txts dl dt {
	font-size: var(--fz-20);
	font-weight: 500;
}
.m16 .popup .conWrap .txts dl dd {
	font-size: var(--fz-18);
	line-height: 1.4em;
	color: #666;
	margin-top: 10px;
}

.m21 {
}
.m21 .section1 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.m21 .section1 .slgWrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m21 .section1 .slgWrap .slg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: "Lora";
	font-size: min(8vw, 140px);
	text-transform: uppercase;
	text-align: center;
}
.m21 .section1 .slgWrap .img {
	position: relative;
	width: 527px;
	z-index: 3;
	transform: translateY(75vh);
}
.m21 .section1 .txtWrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	text-align: center;
}
.m21 .section1 .txtWrap .tit {
	font-size: var(--fz-38);
	font-weight: 500;
}
.m21 .section1 .txtWrap p {
	margin-top: 40px;
	font-size: var(--fz-24);
	line-height: 1.5em;
	color: #666;
}
.m21 .section2 {
	padding: 100px 0 180px;
}
.m21 .section2 .m21Tab {
	margin: 0 auto 60px;
}
.m21 .section2 .m21Tab {
	width: fit-content;
	padding: 6px;
	border: 1px solid #d7d7d9;
	background: #f9f9fb;
	display: flex;
}
.m21 .section2 .m21Tab li a {
	width: 190px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}
.m21 .section2 .m21Tab li.on a {
	background: #222226;
}
.m21 .section2 .m21Tab li span {
	font-size: var(--fz-20);
	font-weight: 500;
	color: #666;
}
.m21 .section2 .m21Tab li.on span {
	color: #fff;
}

.m21 .section2 .tabConWrap {
}
.m21 .section2 .tabConWrap .tabCon .boxWrap {
	width: 92%;
	height: 740px;
	margin: 0 auto;
	display: flex;
	gap: 0.5%;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box {
	position: relative;
	height: 100%;
	padding: min(3vw, 70px);
	flex: 1;
	transition: flex 0.4s ease;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap.type1 .box.on {
	flex: 1.6;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap.type2 .box.on {
	flex: 2;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .titWrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	text-align: center;
	transition: all 0.3s;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box.on .titWrap {
	opacity: 0;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .titWrap .titKR {
	font-size: var(--fz-38);
	color: #fff;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .titWrap .titEN {
	font-family: "Lora";
	font-size: var(--fz-18);
	color: #fff;
	margin-top: 10px;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	z-index: 2;
	transition: all 0.3s;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box.on:after {
	opacity: 1;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	opacity: 0;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box.on .con {
	opacity: 1;
	transition: all 0.3s 0.3s;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .tits .titKR {
	font-size: var(--fz-38);
	color: #fff;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .tits .titEN {
	font-family: "Lora";
	font-size: var(--fz-18);
	color: #fff;
	margin-top: 10px;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type1 {
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp .tit {
	font-size: var(--fz-20);
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type1 dl + dl {
	margin-top: 10px;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type1 dl dt {
	font-size: var(--fz-18);
	font-weight: 500;
	line-height: 1.5em;
	color: #fff;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type1 dl dd {
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 5px;
}

.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type2 .tit span {
	font-size: var(--fz-18);
	margin-left: 20px;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type2 .content {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type2 .content .conTit {
	font-size: var(--fz-20);
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type2 .content .dlWrap {
	display: flex;
	justify-content: space-between;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type2 .content .dlWrap dl {
	width: 48%;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type2 .content .dlWrap dl dt {
	font-size: var(--fz-18);
	font-weight: 500;
	line-height: 1.5em;
	color: #fff;
}
.m21 .section2 .tabConWrap .tabCon .boxWrap .box .con .exp.type2 .content .dlWrap dl dd {
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 5px;
}

.m21 .section3 {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.m21 .section3 .bg {
	width: 100%;
	height: 100%;
	background: url(/images/page/m21_sec3_bg.png) no-repeat center / cover;
}
.m21 .section3 .txts {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	text-align: center;
}
.m21 .section3 .txts b {
	display: inline-block;
	font-size: var(--fz-24);
	font-weight: 400;
	color: #fff;
}
.m21 .section3 .txts p {
	font-size: var(--fz-30);
	font-weight: 500;
	line-height: 1.3em;
	color: #fff;
	margin: 20px 0 10px;
}
.m21 .section3 .txts span {
	display: inline-block;
	font-size: var(--fz-20);
	color: rgba(255, 255, 255, 0.8);
}

.m31 {
}
.m31 .section1 .titWrap {
	display: flex;
	justify-content: space-between;
}
.m31 .section1 .titWrap .name {
	font-family: "Lora";
	font-size: var(--fz-46);
}
.m31 .section1 .titWrap .exp {
	font-size: var(--fz-20);
	line-height: 1.5em;
}
.m31 .section1 .list {
	margin: 250px 0 100px;
	display: flex;
	gap: 24px;
}
.m31 .section1 .list li {
	flex: 1;
}
.m31 .section1 .list li a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 400px;
	padding: 30px;
	background: #f6f7f8;
}
.m31 .section1 .list li a .top {
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
}
.m31 .section1 .list li a .top .tit {
}
.m31 .section1 .list li a .top .tit .name {
	font-size: var(--fz-30);
	font-weight: 500;
}
.m31 .section1 .list li a .top .tit .cate {
	font-size: var(--fz-18);
	margin-top: 5px;
}
.m31 .section1 .list li a .top .arr {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m31 .section1 .list li a .top .arr i {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/images/page/m30_prd_arr.png) no-repeat center / contain;
}
.m31 .section1 .list li a:hover .top .arr {
	background: #000;
	transition: all 0.3s;
}
.m31 .section1 .list li a:hover .top .arr i {
	background: url(/images/page/m30_prd_arr_wh.png) no-repeat center / contain;
	transition: all 0.3s;
}
.m31 .section1 .list li a .thumb {
	flex-shrink: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m31 .section1 .list li a .thumb img {
	max-height: 100%;
}
.m31 .section1 .visual {
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.m31 .section1 .visual .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m31 .section1 .visual .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m31 .section2 {
	width: 94%;
	max-width: 1760px;
	margin: 0 auto;
	padding-bottom: 140px;
}
.m31 .section2 .con {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #666;
}
.m31 .section2 .con:nth-child(even) {
	flex-direction: row-reverse;
}
.m31 .section2 .con .img {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m31 .section2 .con .txtWrap {
	width: 50%;
	border-left: 1px solid #666666;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.m31 .section2 .con:nth-child(even) .txtWrap {
	border-left: none;
	border-right: 1px solid #666;
}
.m31 .section2 .con .txtWrap .titWrap {
	padding: 60px 40px;
}
.m31 .section2 .con:nth-child(even) .txtWrap .titWrap {
	text-align: right;
}
.m31 .section2 .con .txtWrap .titWrap .name {
	font-family: "Lora";
	font-size: var(--fz-90);
}
.m31 .section2 .con .txtWrap .titWrap .exp {
	margin-top: 30px;
	font-size: var(--fz-20);
}
.m31 .section2 .con .txtWrap .infoWrap {
}
.m31 .section2 .con .txtWrap .infoWrap dl {
	display: flex;
	border-top: 1px solid #666;
	padding: 25px 40px;
}
.m31 .section2 .con .txtWrap .infoWrap dt {
	width: 140px;
	font-size: var(--fz-18);
	line-height: 1.5em;
}
.m31 .section2 .con .txtWrap .infoWrap dd {
	width: calc(100% - 140px);
}
.m31 .section2 .con .txtWrap .infoWrap dd p {
	font-size: var(--fz-18);
	line-height: 1.5em;
}
.m31 .section2 .con .txtWrap .infoWrap dd p + p {
	margin-top: 5px;
}
.m31 .section2 .con .txtWrap .infoWrap dd p.em {
	position: relative;
	padding-left: 18px;
}
.m31 .section2 .con .txtWrap .infoWrap dd p.em:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url(/images/page/m30_prd_em.png) no-repeat center / contain;
}

.m34 {
}
.m34 .section1 {
	padding: 0 0 200px;
}
.m34 .section1 .conWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 150px;
}
.m34 .section1 .conWrap .txtWrap {
	width: calc(100% - 100px - 652px);
}
.m34 .section1 .conWrap .txtWrap .titWrap {
	padding-bottom: 80px;
	border-bottom: 1px solid #ccc;
}
.m34 .section1 .conWrap .txtWrap .titWrap .tit {
	font-size: var(--fz-46);
	font-weight: 500;
}
.m34 .section1 .conWrap .txtWrap .titWrap .exp {
	margin-top: 40px;
	font-size: var(--fz-20);
	line-height: 1.5em;
}
.m34 .section1 .conWrap .txtWrap .infoWrap {
	padding-top: 10px;
}
.m34 .section1 .conWrap .txtWrap .infoWrap dl {
	display: flex;
	margin-top: 10px;
}
.m34 .section1 .conWrap .txtWrap .infoWrap dl dt {
	width: 170px;
	font-size: var(--fz-18);
	font-weight: 500;
	color: #666;
}
.m34 .section1 .conWrap .txtWrap .infoWrap dl dd {
	width: calc(100% - 170px);
	font-size: var(--fz-18);
	line-height: 1.5em;
}
.m34 .section1 .conWrap .imgWrap {
	width: 652px;
}

.m41 {
}
.m41 .secTit {
	margin-bottom: 80px;
}
.m41 .secTit h3 {
	font-family: "Lora";
	font-size: var(--fz-46);
}
.m41 .secTit p {
	font-size: var(--fz-20);
	line-height: 1.4em;
	margin-top: 20px;
}
.m41 .section1 .slgWrap {
	padding: 160px 0;
}
.m41 .section1 .slgWrap .slg {
	font-size: var(--fz-46);
	font-weight: 500;
	line-height: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.m41 .section1 .slgWrap .slg .txt {
	display: inline-block;
	font-size: var(--fz-46);
	font-weight: 500;
	line-height: 1.4em;
}
.m41 .section1 .slgWrap .slg .img {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 70px;
	border-radius: 60px;
	overflow: hidden;
}
.m41 .section1 .slgWrap .slg .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 70px;
	max-width: unset;
}
.m41 .section1 .slgWrap p {
	margin-top: 50px;
	font-size: var(--fz-24);
	line-height: 1.5em;
	text-align: center;
}
.m41 .section2 {
	padding: 160px 0;
}
.m41 .section2 .secTit {
	text-align: center;
}
.m41 .section2 .conWrap {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.m41 .section2 .conWrap .con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	transition: all 1s;
}
.m41 .section2 .conWrap .con.on {
	opacity: 1;
}
.m41 .section2 .conWrap .con .img {
	width: 50%;
	height: 100%;
}
.m41 .section2 .conWrap .con .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m41 .section2 .conWrap .con .txtWrap {
	width: 50%;
	height: 100%;
	padding: 60px;
}
.m41 .section2 .conWrap .con .txtWrap .titWrap {
	margin-bottom: 20px;
}
.m41 .section2 .conWrap .con .txtWrap .titWrap .tit1 {
	font-family: "Lora";
	font-size: var(--fz-18);
	color: var(--main-color);
}
.m41 .section2 .conWrap .con .txtWrap .titWrap .tit2 {
	font-size: var(--fz-38);
	margin-top: 15px;
}
.m41 .section2 .conWrap .con .txtWrap .titWrap .num {
	text-align: right;
	margin-top: 50px;
	font-size: var(--fz-46);
	font-weight: 600;
}
.m41 .section2 .conWrap .con .txtWrap .titWrap .num .unit {
	font-size: var(--fz-20);
	font-weight: 400;
}
.m41 .section2 .conWrap .con .txtWrap dl {
	padding: 30px 0;
	border-top: 1px solid #ccc;
	display: flex;
	align-items: center;
}
.m41 .section2 .conWrap .con .txtWrap dl:last-child {
	padding-bottom: 0;
}
.m41 .section2 .conWrap .con .txtWrap dl dt {
	font-size: var(--fz-24);
	width: 85px;
}
.m41 .section2 .conWrap .con .txtWrap dl dd {
	font-size: var(--fz-24);
	width: calc(100% - 85px);
}
.m41 .section3 {
	padding: 0 0 220px;
}
.m41 .section3 .conWrap {
	display: flex;
	align-items: flex-end;
}
.m41 .section3 .conWrap .txtWrap {
	width: 42%;
}
.m41 .section3 .conWrap .txtWrap .icon {
	margin-bottom: 80px;
}
.m41 .section3 .conWrap .txtWrap .tit {
	font-size: var(--fz-24);
	margin-bottom: 10px;
}
.m41 .section3 .conWrap .txtWrap .num {
	font-size: var(--fz-70);
	font-weight: 600;
}
.m41 .section3 .conWrap .txtWrap .num .unit {
	font-size: var(--fz-20);
	font-weight: 400;
}
.m41 .section3 .conWrap .graphWrap {
	position: relative;
	width: 58%;
}
.m41 .section3 .conWrap .graphWrap .graph {
	width: 100%;
	height: 540px;
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 24px;
}
.m41 .section3 .conWrap .graphWrap .graph .bar {
	position: relative;
	flex: 1;
	background: linear-gradient(180deg, #189bdc, #77ccf0);
}
.m41 .section3 .conWrap .graphWrap .graph .bar.bar1 {
	height: 25%;
}
.m41 .section3 .conWrap .graphWrap .graph .bar.bar2 {
	height: 33.3333%;
}
.m41 .section3 .conWrap .graphWrap .graph .bar.bar3 {
	height: 50%;
}
.m41 .section3 .conWrap .graphWrap .graph .bar.bar4 {
	height: 50%;
}
.m41 .section3 .conWrap .graphWrap .graph .bar.bar5 {
	height: 100%;
}
.m41 .section3 .conWrap .graphWrap .graph .bar .name {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 92%;
	text-align: center;
	font-size: var(--fz-24);
	font-weight: 500;
	color: #fff;
}
.m41 .section3 .conWrap .graphWrap .graph .bar .num {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	transform: translateX(-50%);
	width: 92%;
	text-align: center;
	font-size: var(--fz-24);
}
.m41 .section3 .conWrap .graphWrap .notice {
	position: absolute;
	right: 0;
	bottom: -60px;
	font-size: var(--fz-18);
	color: #666666;
}
.m41 .section4 {
	padding: 230px 0;
	background: url(/images/page/m41_sec4_bg.png) no-repeat center / cover;
	text-align: center;
}
.m41 .section4 h3 {
	font-size: var(--fz-38);
	font-weight: 500;
	margin-bottom: 30px;
}
.m41 .section4 a {
	position: relative;
	width: 260px;
	height: 56px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: var(--main-color);
	overflow: hidden;
}
.m41 .section4 a span {
	position: relative;
	z-index: 3;
	font-size: var(--fz-18);
	font-weight: 500;
	color: #fff;
	transition: all 0.3s;
}
.m41 .section4 a:hover span {
	color: #000;
}
.m41 .section4 a::after {
	content: "";
	background-color: #fff;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	width: 0;
}
.m41 .section4 a:hover:after {
	height: 100%;
	width: 135%;
}

.bbs {
}
.bbs .section1 {
	padding: 0 0 250px;
}
.bbs .section1 .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.bbs .section1 .top .cateWrap {
	display: flex;
	gap: 20px;
}
.bbs .section1 .top .cateWrap li {
}
.bbs .section1 .top .cateWrap li a {
	display: inline-block;
	padding: 15px 10px;
	font-size: var(--fz-20);
	color: #808080;
}
.bbs .section1 .top .cateWrap li.on a {
	font-weight: 500;
	color: #1a1a1a;
	border-bottom: 2px solid #1a1a1a;
}
.searchWrap {
	position: relative;
	width: 360px;
	height: 55px;
	border-bottom: 2px solid #666;
	display: flex;
	align-items: center;
}
.searchWrap input[type="text"] {
	width: calc(100% - 30px);
	height: 100%;
	border: none;
	font-size: var(--fz-18);
}
.searchWrap input[type="text"]:focus {
	outline: none;
}
.searchWrap button {
	width: 20px;
	border: none;
	background: none;
}

.bbs .section1 .list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 24px;
}
.bbs .section1 .list li {
	width: calc((100% - 48px) / 3);
}
.bbs .section1 .list li a {
	display: block;
	width: 100%;
}
.bbs .section1 .list li .thumb {
	width: 100%;
	aspect-ratio: 517 / 291;
	overflow: hidden;
}
.bbs .section1 .list li .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.bbs .section1 .list li .cate {
	font-size: var(--fz-18);
	font-weight: 500;
	color: #189bdc;
	margin-top: 20px;
}
.bbs .section1 .list li .tit {
	font-size: var(--fz-24);
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4em;
	margin: 10px 0 15px;
}
.bbs .section1 .list li .con {
	font-size: var(--fz-18);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.4em;
	height: 2.8em;
	color: #666;
}
.bbs .section1 .list li .date {
	margin-top: 20px;
	font-size: var(--fz-18);
	color: #b3b3b3;
}
.bbs .section1 .list li:hover .thumb img {
	transform: scale(1.1);
}

.bbs2 {
}
.bbs2 .section1 {
	padding: 0 0 200px;
}
.bbs2 .section1 .top {
	display: flex;
	flex-direction: row-reverse;
}
.bbs2 .section1 .tableWrap {
	margin-top: 40px;
}
.bbs2 .section1 .tableWrap table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #ccc;
	table-layout: fixed;
}
.bbs2 .section1 .tableWrap table .col1 {
	width: 160px;
}
.bbs2 .section1 .tableWrap table .col2 {
	width: calc(100% - 320px);
}
.bbs2 .section1 .tableWrap table .col3 {
	width: 160px;
}
.bbs2 .section1 .tableWrap table th {
	padding: 30px 10px;
	font-size: var(--fz-18);
	font-weight: 500;
	background: #f6f7f8;
}
.bbs2 .section1 .tableWrap table td {
	padding: 25px 10px;
	font-size: var(--fz-18);
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.bbs2 .section1 .tableWrap table td.tit {
	text-align: left;
}
.bbs2 .section1 .tableWrap table td a {
	display: block;
	width: 100%;
	font-size: var(--fz-18);
	font-weight: 500;
	line-height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bbs_view {
}
.bbs_view .section1 {
	padding: 0 0 240px;
}
.bbs_view .section1 .titWrap {
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.bbs_view .section1 .titWrap .cate {
	font-size: var(--fz-18);
	font-weight: 500;
	color: #1b9dd3;
}
.bbs_view .section1 .titWrap .tit {
	font-size: var(--fz-38);
	font-weight: 500;
	margin: 20px 0;
}
.bbs_view .section1 .titWrap .date {
	font-size: var(--fz-18);
	color: #808080;
}
.bbs_view .section1 .fileWrap {
	margin-top: 20px;
	display: flex;
}
.bbs_view .section1 .fileWrap dt {
	position: relative;
	padding-right: 16px;
	font-size: 17px;
	color: #333;
	flex-shrink: 0;
}
.bbs_view .section1 .fileWrap dt img {
	margin-right: 10px;
}
.bbs_view .section1 .fileWrap dt:after {
	content: "";
	position: absolute;
	right: 7px;
	top: 3px;
	width: 1px;
	height: 14px;
	background: #ccc;
}
.bbs_view .section1 .fileWrap dd {
}
.bbs_view .section1 .fileWrap dd ul li + li {
	margin-top: 5px;
}
.bbs_view .section1 .fileWrap dd ul li a {
	font-size: 17px;
	color: #666;
}
.bbs_view .section1 .conWrap {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}
.bbs_view .section1 .btnWrap {
	padding-top: 60px;
	text-align: center;
	border-top: 1px solid #ccc;
}
.bbs_view .section1 .btnWrap .listBtn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 304px;
	height: 57px;
	background: #222226;
}
.bbs_view .section1 .btnWrap .listBtn span {
	font-size: 18px;
	font-weight: 500;
	color: #fafafa;
}

.m61 {
}
.m61 .conTit {
	text-align: center;
}
.m61 .conTit h3 {
	font-family: "Lora";
	font-size: var(--fz-18);
	font-weight: 500;
	color: var(--main-color);
}
.m61 .conTit h4 {
	font-size: var(--fz-46);
	font-weight: 500;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 100px;
}
.m61 .con1 {
	padding-bottom: 160px;
}
.m61 .con1 ul {
	display: flex;
	gap: 30px;
}
.m61 .con1 li {
	flex: 1;
	padding: 55px 35px;
	border-bottom: 2px solid #e6e6e6;
	transition: all 0.3s;
}
.m61 .con1 li .num {
	font-size: clamp(75px, 7.143vw, 114px);
	font-weight: 600;
	color: #f2f2f2;
	opacity: 0.3;
	transition: all 0.3s;
}
.m61 .con1 li .tit {
	font-size: var(--fz-40);
	font-weight: 500;
	line-height: 1.3em;
	color: #1a1a1a;
	margin: 10px 0 20px;
}
.m61 .con1 li p {
	font-size: var(--fz-20);
	line-height: 1.5em;
}
.m61 .con1 li:hover {
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid var(--main-color);
}
.m61 .con1 li:hover .num {
	color: var(--main-color);
}
.m61 .topImg {
	width: 100%;
	height: 440px;
	overflow: hidden;
}
.m61 .topImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m61 .con2 {
	padding-top: 160px;
}
.m61 .con2 .boxWrap {
	display: grid;
	grid-template-columns: repeat(4, 2fr);
	gap: 50px 30px;
}
.m61 .con2 .boxWrap .box {
	width: 100%;
	padding: 60px 35px;
	border-top: 1px solid #ccc;
	transition: all 0.3s;
}
.m61 .con2 .boxWrap .box .icon svg path {
	transition: all 0.3s;
}
.m61 .con2 .boxWrap .box .txts {
	margin-top: 100px;
}
.m61 .con2 .boxWrap .box .txts .tit {
	font-size: var(--fz-30);
	font-weight: 500;
	line-height: 1.3em;
	transition: all 0.3s;
}
.m61 .con2 .boxWrap .box .txts p {
	margin-top: 20px;
	font-size: var(--fz-20);
	line-height: 1.5em;
	transition: all 0.3s;
}
.m61 .con2 .boxWrap .box:hover .icon svg path {
	fill: #fff;
}
.m61 .con2 .boxWrap .box:hover {
	border-top: 1px solid var(--main-color);
	background: var(--main-color);
}
.m61 .con2 .boxWrap .box:hover .txts .tit {
	color: #fff;
}
.m61 .con2 .boxWrap .box:hover .txts p {
	color: rgba(255, 255, 255, 0.9);
}

.m61 .con3 {
	padding: 160px 0;
}
.m61 .con3 .content {
}

.m61 .con3 .content .stepWrap {
	position: relative;
	display: flex;
	padding-top: 460px;
}
.m61 .con3 .content .stepWrap .lineWrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 410px;
	display: flex;
	justify-content: space-between;
}
.m61 .con3 .content .stepWrap .lineWrap .line {
	display: block;
	width: 1px;
	height: 100%;
	background: #ddd;
}
.m61 .con3 .content .stepWrap .step {
	width: 20%;
}
.m61 .con3 .content .stepWrap .step .num {
	font-size: var(--fz-20);
	font-weight: 500;
	line-height: 1.3em;
	color: var(--main-color);
}
.m61 .con3 .content .stepWrap .step .tit {
	font-size: var(--fz-30);
	font-weight: 500;
	line-height: 1.3em;
	margin: 10px 0 15px;
}
.m61 .con3 .content .stepWrap .step .exp {
	font-size: var(--fz-20);
	line-height: 1.5em;
}
.m61 .con3 .content .stepWrap .step .bar {
	position: absolute;
	width: 22%;
	height: 60px;
	padding: 0 30px;
	display: flex;
	align-items: center;
}

.m61 .con3 .content .stepWrap .step.step1 .bar {
	top: 48%;
	right: 80%;
	width: 20%;
}
.m61 .con3 .content .stepWrap .step.step2 .bar {
	top: 36%;
	right: 60%;
}
.m61 .con3 .content .stepWrap .step.step3 .bar {
	top: 24%;
	right: 40%;
}
.m61 .con3 .content .stepWrap .step.step4 .bar {
	top: 12%;
	right: 20%;
}
.m61 .con3 .content .stepWrap .step.step5 .bar {
	top: 0;
	right: 0;
}
.m61 .con3 .content .stepWrap .step .bar span {
	position: relative;
	z-index: 3;
	font-size: var(--fz-20);
	font-weight: 500;
	color: #fff;
}
.m61 .con3 .content .stepWrap .step .bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.m61 .section2 {
	position: relative;
	height: 600px;
	overflow: hidden;
}
.m61 .section2 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/page/m61_sec2_bg.png) no-repeat center / cover;
}
.m61 .section2 .txtWrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	text-align: center;
}
.m61 .section2 .txtWrap .tit1 {
	font-size: var(--fz-38);
	font-weight: 500;
	line-height: 1.3em;
	color: #fff;
}
.m61 .section2 .txtWrap .tit2 {
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: rgba(255, 255, 255, 0.9);
	margin: 20px 0;
}
.m61 .section2 .txtWrap a {
	position: relative;
	width: 260px;
	height: 56px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: var(--main-color);
	overflow: hidden;
}
.m61 .section2 .txtWrap a span {
	position: relative;
	z-index: 3;
	font-size: var(--fz-18);
	font-weight: 500;
	color: #fff;
	transition: all 0.3s;
}
.m61 .section2 .txtWrap a:hover span {
	color: #000;
}
.m61 .section2 .txtWrap a::after {
	content: "";
	background-color: #fff;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	width: 0;
}

.m61 .section2 .txtWrap a:hover:after {
	height: 100%;
	width: 135%;
}

.m71 {
}
.m71 .section1 {
	padding: 0 0 250px;
}
.m71 .section1 .inquiryWrap {
}

.m71 .section1 .inquiryWrap .dlWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 40px;
}
.m71 .section1 .inquiryWrap .dlWrap dl {
	width: 46%;
}
.m71 .section1 .inquiryWrap .dlWrap dl dt {
	font-size: var(--fz-18);
	font-weight: 500;
	margin-bottom: 15px;
}
.m71 .section1 .inquiryWrap .dlWrap dl dt span {
	color: #bd2c0f;
}
.m71 .section1 .inquiryWrap .dlWrap dl dd input[type="text"],
.m71 .section1 .inquiryWrap .dlWrap dl dd input[type="email"],
.m71 .section1 .inquiryWrap .dlWrap dl dd input[type="tel"] {
	font-size: var(--fz-18);
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	height: 60px;
	box-sizing: border-box;
	color: #1a1a1a;
}
.m71 .section1 .inquiryWrap .dlWrap dl dd input::placeholder {
	color: #808080;
}
.m71 .section1 .inquiryWrap .dlWrap dl dd input:focus,
.m71 .section1 .inquiryWrap .dlWrap dl dd select:focus {
	outline: none;
}

.m71 .section1 .inquiryWrap .dlWrap dl dd select {
	width: 100%;
	border: 1px solid #ccc;
	height: 60px;
	border: none;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-size: var(--fz-18);
	appearance: none;
	background: url(/images/page/m71_select_arr.png) no-repeat right 10px center;
}

.m71 .section1 .inquiryWrap .divide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}
.m71 .section1 .inquiryWrap .divide .dlWrap {
	width: 46%;
}
.m71 .section1 .inquiryWrap .divide .dlWrap dl {
	width: 100%;
}
.m71 .section1 .inquiryWrap .divide .dlWrap dl.flex {
	display: flex;
	flex-direction: column;
}
.m71 .section1 .inquiryWrap .divide .dlWrap dl.flex dd {
	flex: 1;
}
.m71 .section1 .inquiryWrap .divide .dlWrap dl dd textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 18px;
	border: 1px solid #ccc;
	outline: 0;
	resize: none;
	font-size: var(--fz-18);
	line-height: 1.5em;
}
.m71 .section1 .agreeWrap {
	margin-top: 60px;
}
.m71 .section1 .agreeWrap .tit {
	font-size: var(--fz-20);
	font-weight: 500;
}
.m71 .section1 .agreeWrap .txtBox {
	margin: 20px 0;
	width: 100%;
	padding: 30px;
	background: #fafafa;
	border: 1px solid #ccc;
	font-size: var(--fz-18);
	line-height: 1.4em;
}
.m71 .section1 .agreeWrap .chkarea input {
	display: none;
}
.m71 .section1 .agreeWrap .chkarea input + label {
	position: relative;
	padding-left: 36px;
	font-size: var(--fz-18);
}
.m71 .section1 .agreeWrap .chkarea input + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
}
.m71 .section1 .agreeWrap .chkarea input:checked + label:before {
	border: 1px solid var(--main-color);
}
.m71 .section1 .agreeWrap .chkarea input + label:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--main-color);
	overflow: hidden;
	opacity: 0;
}
.m71 .section1 .agreeWrap .chkarea input:checked + label:after {
	opacity: 1;
}
.m71 .section1 .sendBtn {
	margin-top: 100px;
	text-align: center;
}
.m71 .section1 .sendBtn button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 55px;
	background: #000;
	border: none;
}
.m71 .section1 .sendBtn button span {
	font-size: var(--fz-18);
	color: #fff;
}

/* 모션 */
@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;
}
.opacity {
	opacity: 0;
}

.showImg.in-view {
	animation-name: showImg;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 2s;
	opacity: 1;
}
.showImg2.in-view {
	animation-name: showImg2;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 2s;
	opacity: 1;
}
.showImg3.in-view {
	animation-name: showImg3;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1s;
	opacity: 1;
}
.opacity.in-view {
	animation-name: opacityAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 2s;
	opacity: 1;
}
.fadeUp.in-view {
	animation-name: fadeUpAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.4s;
	opacity: 1;
}
.fadeLeft.in-view {
	animation-name: fadeLeftAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.4s;
	opacity: 1;
}
.fadeRight.in-view {
	animation-name: fadeRightAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.4s;
	opacity: 1;
}
.scaleAni.in-view {
	animation-name: scaleAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 2s;
}
.scaleAni2.in-view {
	animation-name: scaleAni2;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.5s;
}
.clipImg.in-view {
	animation-name: imgMotion;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	animation-delay: 0.1s;
	opacity: 0;
}

.m11 .section1 .slgWrap .slg > span:first-child {
	opacity: 0;
}
.m11 .section1 .slgWrap.in-view .slg > span:first-child {
	opacity: 1;
	transition: all 1.4s 0.1s;
}

@keyframes smokeEffect {
	0% {
		opacity: 0;
		filter: blur(10px);
		transform: translateY(0) scale(1);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0) scale(1);
	}
}

.m11 .section1 .slgWrap .slg .en > div span {
	transform: translateY(0);
	opacity: 0;
	filter: blur(0);
}
.m11 .section1 .slgWrap.in-view .slg .en > div {
	opacity: 1;
	transform: scale(1) translate(0, 0);
}

.m11 .section1 .slgWrap.in-view .slg .en > div span.show {
	animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	animation-delay: 0.6s;
}

.m11 .section1 .slgWrap .slg p {
	opacity: 0;
	transform: translateY(20px);
}
.m11 .section1 .slgWrap.in-view .slg p {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.4s 1s;
}

.m11 .section1 li:nth-child(1) {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1.4s 0.2s;
}
.m11 .section1 li:nth-child(2) {
	opacity: 0;
	transform: translateY(-30px);
	transition: all 1.4s 0.4s;
}
.m11 .section1 li:nth-child(3) {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1.4s 0.6s;
}
.m11 .section1 ul.in-view li {
	opacity: 1;
	transform: translateY(0);
}

.m13 .section1 .thumb {
	position: relative;
}
.m13 .section1 .thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
}
.m13 .section1 .thumb::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
}
.m13 .section1 .thumb.in-view::before {
	width: 0;
	transition: all 1.6s 0.2s;
}
.m13 .section1 .thumb.in-view::after {
	width: 0;
	transition: all 1.6s 0.2s;
}

.m13 .section1 .con1 .color > div {
	clip-path: inset(100% 0 0 0);
	transition: all 1s 0.4s ease-out;
}
.m13 .section1 .con1 .color > div:nth-child(2) {
	transition: all 1s 0.6s ease-out;
}
.m13 .section1 .con1 .color > div:nth-child(3) {
	transition: all 1s 0.8s ease-out;
}
.m13 .section1 .con1 .color > div.in-view {
	clip-path: inset(0% 0 0 0);
}

.m21 .section3 .bg {
	transition: all 1.4s 0.2s;
	transform: scale(1.2);
}
.m21 .section3.in-view .bg {
	transform: scale(1);
}

.m31 .section1 .visual {
	position: relative;
}
.m31 .section1 .visual::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	z-index: 2;
}
.m31 .section1 .visual::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
}
.m31 .section1 .visual.in-view::before {
	width: 0;
	transition: all 1.6s 0.2s;
}
.m31 .section1 .visual.in-view::after {
	width: 0;
	transition: all 1.6s 0.2s;
}

.m41 .section1 .slgWrap .slg .txt {
	overflow: hidden;
}
.m41 .section1 .slgWrap .slg .txt span {
	display: inline-block;
	transform: translateY(100%);
}
.m41 .section1 .slgWrap .slg.in-view .txt span {
	transform: translateY(0);
	transition: all 1.2s 0.2s;
}

.m41 .section1 .slgWrap .slg .img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	transition: 1s 0.3s;
}
.m41 .section1 .slgWrap .slg.in-view .img:after {
	left: 100%;
	transition: all 1.2s;
}

.m41 .section3 .conWrap .graphWrap .graph .bar.bar1,
.m41 .section3 .conWrap .graphWrap .graph .bar.bar2,
.m41 .section3 .conWrap .graphWrap .graph .bar.bar3,
.m41 .section3 .conWrap .graphWrap .graph .bar.bar4,
.m41 .section3 .conWrap .graphWrap .graph .bar.bar5 {
	height: 0;
}
.m41 .section3 .conWrap .graphWrap .graph.in-view .bar1 {
	height: 25%;
	transition: all 2s 0.6s;
}
.m41 .section3 .conWrap .graphWrap .graph.in-view .bar2 {
	height: 33.3333%;
	transition: all 2s 0.7s;
}
.m41 .section3 .conWrap .graphWrap .graph.in-view .bar3 {
	height: 50%;
	transition: all 2s 0.8s;
}
.m41 .section3 .conWrap .graphWrap .graph.in-view .bar4 {
	height: 50%;
	transition: all 2s 0.9s;
}
.m41 .section3 .conWrap .graphWrap .graph.in-view .bar5 {
	height: 100%;
	transition: all 2s 1s;
}

.m61 .con2 .boxWrap .box .icon {
	height: 44px;
}
.m61 .con2 .boxWrap .box .icon svg {
	transition: all 1s;
}
.m61 .con2 .boxWrap .box:hover .icon svg {
	transform: rotateY(180deg);
	transform-origin: center;
}

.m61 .con3 .content .stepWrap .step .bar {
	opacity: 0;
	transform: translateY(30px);
}
.m61 .con3 .content .stepWrap .step1 .bar {
	transition: all 1.6s 0.2s;
}
.m61 .con3 .content .stepWrap .step2 .bar {
	transition: all 1.6s 0.4s;
}
.m61 .con3 .content .stepWrap .step3 .bar {
	transition: all 1.6s 0.6s;
}
.m61 .con3 .content .stepWrap .step4 .bar {
	transition: all 1.6s 0.8s;
}
.m61 .con3 .content .stepWrap .step5 .bar {
	transition: all 1.6s 1s;
}
.m61 .con3 .content .stepWrap.in-view .step .bar {
	opacity: 1;
	transform: translateY(0);
}
