/*Layer*/
body {
	width: 100%;
}
#wrap {
	width: 100%;
}
#header {
}
#container {
	width: 100%;
}
#contents {
}
#footer {
	width: 100%;
}

.pcbr {
	display: none;
}
.ptbr {
	display: block;
}
.tbbr {
	display: block;
}
.tmbr {
	display: block;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

.pc_view {
	display: none;
}
.pt_view {
	display: block;
}
.m_view {
	display: none;
}
#header.bl .head h1 a {
	background: url(/images/common/logo_bl.png) no-repeat center / contain;
}

#header.bl .head .pcNav > ul > li > a {
	color: #000;
}
#header.bl .head .gnb .allMenuBtn > div {
	background-color: #000;
}

/* 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/common/page_begin.png) no-repeat center;
	border: 0;
}
.paging .page_prev {
	width: 48px;
	height: 48px;
	background: url(/images/common/page_prev.png) no-repeat center;
	border: 0;
	margin-right: 20px;
}
.paging .page_next {
	width: 48px;
	height: 48px;
	background: url(/images/common/page_next.png) no-repeat center;
	border: 0;
	margin-left: 20px;
}
.paging .page_end {
	width: 48px;
	height: 48px;
	background: url(/images/common/page_end.png) no-repeat center;
	border: 0;
}

.cateWrap {
	margin-top: 130px;
	margin-bottom: 80px;
	border-bottom: 1px solid #dfdfdf;
}
.cateWrap ul {
	display: flex;
	width: 92%;
	max-width: 1640px;
	margin: 0 auto;
}
.m31 .cateWrap ul {
	max-width: 1410px;
}
.cateWrap ul li {
}
.cateWrap ul li a {
	display: inline-block;
	padding: 17px 30px;
	text-align: center;
}
.cateWrap ul li.on a {
	border-bottom: 2px solid #000;
}
.cateWrap ul li a span {
	position: relative;
	font-size: var(--fz-20);
	font-weight: 500;
}
.cateWrap ul li.on a span:after {
	content: "";
	position: absolute;
	right: -11px;
	top: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ba1d22;
}

/* sub공통 ----------------------------- */
/* subTop */
.pageTop {
	padding-top: 230px;
}
.pageTop .innerWrap {
	width: 92%;
	max-width: 1780px;
	margin: 0 auto;
}
.pageTop .pageHead {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.pageTop .pageHead .pageTitle {
	font-size: var(--fz-86);
	font-weight: 500;
}
.pageTop .pageHead .pageLocation {
	position: relative;
	z-index: 10;
}
.pageTop .pageHead .pageLocation .locationList {
	display: flex;
	align-items: center;
	gap: 6px;
}
.pageTop .pageHead .locationList li.itemHome {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #1f1f1f;
}
.pageTop .pageHead .locationList li.itemHome a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageTop .pageHead .locationList li.itemHome .icon {
	display: block;
	width: 28px;
	height: 28px;
	background: url(/images/common/icon_home.png) no-repeat center / contain;
}
.pageTop .pageHead .pageLocation .itemDep1,
.pageTop .pageHead .pageLocation .itemDep2 {
	padding: 17px 44px 17px 24px;
	border-radius: 54px;
	border: 1px solid #d9d9d9;
	min-width: 236px;
	position: relative;
	cursor: pointer;
}
.pageTop .pageHead .pageLocation .itemDep1::after,
.pageTop .pageHead .pageLocation .itemDep2::after {
	content: "";
	width: 17px;
	height: 17px;
	background: url(/images/common/icon_accordion_arr.png) no-repeat center;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.pageTop .pageHead .pageLocation .itemDep1.active::after,
.pageTop .pageHead .pageLocation .itemDep2.active::after {
	transform: translateY(-50%) rotate(180deg);
}
.pageTop .pageHead .pageLocation .dep1List,
.pageTop .pageHead .pageLocation .dep2List {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	width: 100%;
	padding: 17px 24px;
	border-radius: 20px;
	border: 1px solid #d9d9d9;
	background: #fff;
	display: none;
}
.pageTop .pageHead .pageLocation .dep1List .listItem + .listItem,
.pageTop .pageHead .pageLocation .dep2List .listItem + .listItem {
	margin-top: 15px;
}
.pageTop .pageHead .pageLocation .dep1List .listItem a,
.pageTop .pageHead .pageLocation .dep2List .listItem a {
	font-size: var(--fz-16);
	font-weight: 500;
	color: #ccc;
	transition: all 0.3s;
}
.pageTop .pageHead .pageLocation .dep1List .listItem a:hover,
.pageTop .pageHead .pageLocation .dep2List .listItem a:hover {
	color: #000;
}
.pageTop .pageHead .pageLocation .dep1List .listItem.on a,
.pageTop .pageHead .pageLocation .dep2List .listItem.on a {
	color: #000;
}
.pageTop .pageHead .pageLocation .depText {
	font-size: var(--fz-16);
	font-weight: 500;
}
.pageTop .visual {
	position: relative;
	margin-top: 70px;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.pageTop .visual .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pageTop.pn1 .bg .visual {
	background: url(/images/page/subVisual01.png) no-repeat center / cover;
}
.pageTop.pn7 .bg .visual {
	background: url(/images/page/subVisual07.png) no-repeat center / cover;
}
.pageTop.pn7.sn2 .bg .visual {
	background: url(/images/page/subVisual072.png) no-repeat center / cover;
}
.pageTop .pageDepTitle {
	font-family: var(--en-font);
	margin-top: 180px;
	font-size: var(--fz-58);
	font-weight: 500;
}
.pageTop.bbs_view .pageDepTitle {
	display: none;
}

.pageTopv2 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.pageTopv2 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pageTopv2.pn2 .bg {
	background: url(/images/page/subVisual21.png) no-repeat center / cover;
}
.pageTopv2.pn3 .bg {
	background: url(/images/page/subVisual3.png) no-repeat center / cover;
}
.pageTopv2.pn4 .bg {
	background: url(/images/page/subVisual4.png) no-repeat center / cover;
}
.pageTopv2.pn5 .bg {
	background: url(/images/page/subVisual5.png) no-repeat center / cover;
}
.pageTopv2.pn6 .bg {
	background: url(/images/page/subVisual6.png) no-repeat center / cover;
}
.pageTopv2.pn6.sn2 .bg {
	background: url(/images/page/subVisual62.png) no-repeat center / cover;
}
.pageTopv2 .txtWrap {
	position: absolute;
	left: 4%;
	bottom: 100px;
	width: 92%;
}
.pageTopv2 .txtWrap h3 {
	font-family: "Instrument Sans", sans-serif;
	font-size: var(--fz-26);
	color: #fff;
}
.pageTopv2 .txtWrap p {
	font-size: var(--fz-52);
	font-weight: 500;
	color: #fff;
	margin: 30px 0 50px;
}
.pageTopv2 .txtWrap .line {
	width: 0%;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
}
.pageTopv2 .txtWrap h3 {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s 0.4s;
}
.pageTopv2 .txtWrap p {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s 1s;
}
.pageTopv2.in-view .txtWrap h3 {
	opacity: 1;
	transform: translateY(0);
}
.pageTopv2.in-view .txtWrap p {
	opacity: 1;
	transform: translateY(0);
}
.pageTopv2.in-view .txtWrap .line {
	width: 100%;
	transition: all 2s;
}
.subTitle {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 92%;
	max-width: 1640px;
	padding: 200px 0 100px;
	margin: 0 auto;
}
.subTitle.v2 {
	max-width: 1410px;
}
.subTitle .pageTit {
	font-family: "Instrument Sans", sans-serif;
	font-size: var(--fz-58);
	font-weight: 500;
	color: #000;
}
.subTitle .pageLocation {
	display: flex;
}
.subTitle .pageLocation li {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #6f6e6b;
}
.subTitle .pageLocation li:after {
	content: "";
	position: absolute;
	left: 9px;
	top: 6px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #6f6e6b;
	border-right: 1px solid #6f6e6b;
	transform: rotate(-45deg);
}
.subTitle .pageLocation li:first-child {
	padding-left: 0;
}
.subTitle .pageLocation li:first-child:after {
	display: none;
}
.subTitle .pageLocation li:first-child a {
	display: inline-block;
	transform: translateY(-2px);
}

/* m00 */
.m00 .innerWrap {
	width: 92%;
	max-width: 1640px;
	margin: 0 auto;
}
.m00 .innerWrap2 {
	width: 92%;
	max-width: 1410px;
	margin: 0 auto;
}

/* m11 */
.m11 {
}
.m11 .sec1 {
}
.m11 .sec1 .contentSubTitle {
	font-size: var(--fz-26);
	font-weight: 500;
	font-family: "Instrument Sans";
}
.m11 .sec1 .contentTitle {
	font-size: var(--fz-56);
	font-weight: 500;
}
.m11 .sec1 .container1 {
}
.m11 .sec1 .container1 .content1 {
	padding: 130px 2vw;
	text-align: center;
}
.m11 .sec1 .container1 .content1 .contentSubTitle {
	color: var(--main-color);
}
.m11 .sec1 .container1 .content1 .contentTitle {
	/* margin-top: 40px; */
}
.m11 .sec1 .container1 .content2 {
	width: 100%;
	height: 60vh;
	padding: 2vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: url(/images/page/m11_bg1.png) no-repeat center / cover fixed;
}
.m11 .sec1 .container1 .content2 .contentTitle,
.m11 .sec1 .container1 .content2 .contentText {
	color: #fff;
	text-align: center;
}
.m11 .sec1 .container1 .content2 .contentText {
	margin-top: 40px;
	font-size: var(--fz-22);
	line-height: 1.4;
}
/* .m11 .sec1 .container2 {
	padding-top: 130px;
	padding-bottom: 250px;
	position: relative;
	width: 100%;
}
.m11 .sec1 .container2::before {
	content: "";
	position: absolute;
	top: 220px;
	left: -8%;
	width: 80%;
	aspect-ratio: 97/106;
	max-width: 1261px;
	background: url(/images/page/m11_bg2.png) no-repeat center / contain;
	z-index: -1;
}
.m11 .sec1 .container2 .content1 {
}
.m11 .sec1 .container2 .content1 .solutionList {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: start;
	gap: 5vw 2vw;
}
.m11 .sec1 .container2 .solutionList .listItem:nth-child(1) {
	grid-column: 4;
	grid-row: 1;
	width: 200%;
}
.m11 .sec1 .container2 .solutionList .listItem:nth-child(2) {
	grid-column: 1;
	grid-row: 2;
	width: 200%;
}
.m11 .sec1 .container2 .solutionList .listItem:nth-child(3) {
	grid-column: 3;
	grid-row: 3;
	width: 250%;
	margin-left: 50%;
}
.m11 .sec1 .container2 .solutionList .listItem:nth-child(4) {
	grid-column: 2;
	grid-row: 4;
	width: 250%;
	margin-left: -80%;
}
.m11 .sec1 .container2 .solutionList .listItem .itemThumb {
	border-radius: 16px;
	overflow: hidden;
}
.m11 .sec1 .container2 .solutionList .listItem .itemThumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m11 .sec1 .container2 .solutionList .listItem .textArea {
	margin-top: 30px;
}
.m11 .sec1 .container2 .solutionList .listItem .itemTitle {
	font-size: var(--fz-26);
	font-weight: 500;
	font-family: "Instrument Sans";
}
.m11 .sec1 .container2 .solutionList .listItem .itemTitle .label {
	color: #666;
	padding-left: 20px;
	position: relative;
}
.m11 .sec1 .container2 .solutionList .listItem .itemTitle .label::before {
	content: "";
	width: 2.5px;
	height: 70%;
	background-color: #666;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.m11 .sec1 .container2 .solutionList .listItem .itemText {
	margin-top: 12px;
	color: #666;
	font-size: var(--fz-20);
}
.m11 .sec1 .container2 .content2 {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m11 .sec1 .container2 .content2 .textArea {
	text-align: center;
}
.m11 .sec1 .container2 .content2 .contentTitle {
	margin-top: 40px;
} */
.m11 .sec2 {
	position: relative;
	padding: 100px 0 200px;
}
.m11 .sec2 .innerWrap {
	display: flex;
	flex-direction: column;
}
.m11 .sec2 .innerWrap .titWrap {
	width: 100%;
	text-align: center;
}
.m11 .sec2 .innerWrap .titWrap .titEn {
	font-size: var(--fz-26);
	font-weight: 500;
	font-family: "Instrument Sans";
}
.m11 .sec2 .innerWrap .titWrap .tit {
	margin-top: 40px;
	font-size: var(--fz-56);
	font-weight: 500;
}
.m11 .sec2 .innerWrap .imgWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 70px;
	width: 100%;
	margin-top: 100px;
}
.m11 .sec2 .innerWrap .imgWrap .img {
	width: calc((100% - 70px) / 2);
}
.m11 .sec2 .innerWrap .imgWrap .img.img1 {
	margin-top: 300px;
}
.m11 .sec2 .innerWrap .imgWrap .img.img3 {
	margin-top: 80px;
}
.m11 .sec2 .innerWrap .imgWrap .img.img4 {
	margin-top: -210px;
}
.m11 .sec2 .innerWrap .imgWrap .img .thumb {
	width: 100%;
}
.m11 .sec2 .innerWrap .imgWrap .img .thumb img {
	width: 100%;
}
.m11 .sec2 .innerWrap .imgWrap .img .txts {
	margin-top: 30px;
}
.m11 .sec2 .innerWrap .imgWrap .img .txts .tit {
	font-size: var(--fz-26);
	font-weight: 500;
}
.m11 .sec2 .innerWrap .imgWrap .img .txts .tit .label {
	font-family: "Instrument Sans";
	color: #666;
	padding-left: 17px;
	position: relative;
}
.m11 .sec2 .innerWrap .imgWrap .img .txts .tit .label::before {
	content: "";
	width: 3px;
	height: 60%;
	background-color: #666;
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
}
.m11 .sec2 .innerWrap .imgWrap .img .txts p {
	margin-top: 15px;
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}

/* m12 */
.m12 {
}
.m12 .sec1 {
	padding: 133px 0 250px;
}
.m12 .sec1 .container1 {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.m12 .sec1 .container1 .content1 {
	text-align: center;
}
.m12 .sec1 .container1 .content2 {
	margin-left: 2vw;
	flex-shrink: 0;
}
.m12 .sec1 .container1 .content2 .contentTitle {
	font-size: var(--fz-56);
	font-weight: 500;
	position: relative;
}
.m12 .sec1 .container1 .content2 .contentTitle .effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	white-space: nowrap;
	overflow: hidden;
	transition: all 2s 0.5s;
}
.m12 .sec1 .container1 .content2 .contentTitle .normal {
	opacity: 0.5;
}
.m12 .sec1 .container1 .content2 .contentText {
	margin-top: 40px;
	font-size: var(--fz-22);
	color: #666;
	line-height: 1.4;
}
.m12 .sec1 .container1 .content2 .sign {
	margin-top: 26px;
	display: flex;
	align-items: center;
	justify-content: start;
}
.m12 .sec1 .container1 .content2 .sign .ceoName {
	font-size: var(--fz-22);
	color: #666;
}

/* m13 */
.m13 {
}
.m13 .sec1 {
	padding: 130px 0 250px;
}
.m13 .sec1 .container1 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 11vw;
}
.m13 .sec1 .container1 .content1 {
	width: calc(45% - 11vw);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m13 .sec1 .container1 .content1 .progress {
	width: 4px;
	height: 50vh;
	max-height: 450px;
	background-color: #d9d9d9;
	position: relative;
}
.m13 .sec1 .container1 .content1 .progress .bar {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #000;
	transition: all 0.4s;
}
.m13 .sec1 .container1 .content1 .yearArea {
	text-align: center;
}
.m13 .sec1 .container1 .content1 .yearArea .yearText {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: var(--fz-186);
	font-family: "Instrument Sans";
	color: #000;
	line-height: 1;
}
.m13 .sec1 .container1 .content1 .yearArea .yearText .number3,
.m13 .sec1 .container1 .content1 .yearArea .yearText .number4 {
	overflow: hidden;
	height: var(--fz-186);
}
.m13 .sec1 .container1 .content1 .yearArea .yearText .number3 .numberWrap,
.m13 .sec1 .container1 .content1 .yearArea .yearText .number4 .numberWrap {
	transition: all 0.4s;
}
.m13 .sec1 .container1 .content1 .yearArea .yearText .number3 strong,
.m13 .sec1 .container1 .content1 .yearArea .yearText .number4 strong {
	color: var(--main-color);
	font-size: var(--fz-186);
	font-family: "Instrument Sans";
	line-height: 1;
	display: block;
}
.m13 .sec1 .container1 .content1 .yearArea .yearThumbArea {
	margin-top: 40px;
	position: relative;
	max-width: 440px;
	width: 100%;
	aspect-ratio: 440 / 300;
}
.m13 .sec1 .container1 .content1 .yearArea .yearThumb {
	border-radius: 13px;
	width: 100%;
	aspect-ratio: 440 / 300;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	transition: all 0.4s;
}
.m13 .sec1 .container1 .content1 .yearArea .yearThumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m13 .sec1 .container1 .content1 .yearArea .yearThumb.active {
	opacity: 1;
}
.m13 .sec1 .container1 .content2 {
	width: 55%;
}
.m13 .sec1 .container1 .content2 .hisContent {
	padding: 87.5px 0 87.5px 0;
	border-top: 1px solid #999;
	position: relative;
}
.m13 .sec1 .container1 .content2 .hisContent::before {
	content: attr(data-year);
	color: #999;
	font-size: var(--fz-22);
	line-height: 1.4;
	font-weight: 500;
	font-family: "Instrument Sans";
	position: absolute;
	left: -70px;
	top: calc(var(--fz-22) * -1.4);
	transform: translateY(50%);
}
.m13 .sec1 .container1 .content2 .hisContent + .hisContent {
	margin-top: 80px;
}
.m13 .sec1 .container1 .content2 .hisContent .history {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}
.m13 .sec1 .container1 .content2 .hisContent .history + .history {
	margin-top: 20px;
}
.m13 .sec1 .container1 .content2 .hisContent .month {
	flex-shrink: 0;
	font-size: var(--fz-46);
	font-weight: 500;
	display: block;
	width: 60px;
	text-align: center;
}
.m13 .sec1 .container1 .content2 .hisContent .historyList {
	margin-top: 10px;
}
.m13 .sec1 .container1 .content2 .hisContent .listItem {
	color: #666;
	font-size: var(--fz-22);
}
.m13 .sec1 .container1 .content2 .hisContent .listItem + .listItem {
	margin-top: 10px;
}

/* m14 */
.m14 {
}
.m14 .sec1 {
	padding-top: 130px;
}
.m14 .sec1 .container1 {
}
.m14 .sec1 .container1 .content1 {
}
.m14 .sec1 .container1 .content1 .imgBox {
	text-align: center;
}
.m14 .sec2 {
	padding: 80px 0 250px;
}
.m14 .sec2 .container1 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #c0c0c0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}
.m14 .sec2 .container1 .content {
	width: 50%;
	padding: 0 4vw;
}
.m14 .sec2 .container1 .content .contentTitle {
	font-size: var(--fz-22);
	font-weight: 500;
	color: #000;
}
.m14 .sec2 .container1 .content2 {
	border-left: 1px solid #c0c0c0;
}
.m14 .sec2 .container1 .content .contentText {
	margin-top: 12px;
	font-size: var(--fz-22);
	color: #666;
	line-height: 1.5;
}
.m14 .sec2 .container1 .content .tel {
	margin-top: 12px;
	font-size: var(--fz-46);
	font-weight: 500;
	color: #000;
}

/* m15 */
.m15 .sec1 {
	padding: 130px 0;
}
.m15 .sec1 .con {
}
.m15 .sec1 .con .txtWrap {
	width: 100%;
}
.m15 .sec1 .con .txtWrap .tit {
	font-size: var(--fz-34);
	font-weight: 500;
}
.m15 .sec1 .con .txtWrap p {
	margin-top: 20px;
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #666;
}
.m15 .sec1 .con .imgWrap {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 20px;
}
.m15 .sec1 .con .imgWrap .symbol {
	width: 48%;
	border-radius: 16px;
	background: #f8f8f8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m15 .sec1 .con .imgWrap .symbol img {
	min-width: 100px;
	width: 40%;
	max-width: none;
}
.m15 .sec1 .con .imgWrap .colorWrap {
	width: 48%;
}
.m15 .sec1 .con .imgWrap .colorWrap .color {
	width: 100%;
	padding: 30px 24px;
	border-radius: 16px;
}
.m15 .sec1 .con .imgWrap .colorWrap .color.black {
	background: #000;
}
.m15 .sec1 .con .imgWrap .colorWrap .color.red {
	margin-top: 8px;
	background: #b30000;
}
.m15 .sec1 .con .imgWrap .colorWrap .color b {
	display: block;
	font-size: var(--fz-34);
	font-weight: 500;
	color: #fff;
}
.m15 .sec1 .con .imgWrap .colorWrap .color span {
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: rgba(255, 255, 255, 0.8);
}
.m15 .sec1 .con2 {
	margin-top: 80px;
}
.m15 .sec1 .con2 .imgWrap {
	display: flex;
	justify-content: space-between;
}
.m15 .sec1 .con2 .imgWrap .logo {
	width: 48%;
}
.m15 .sec1 .con2 .imgWrap .logo .img {
	width: 100%;
	border-radius: 16px;
	display: flex;
	padding: 100px 20px;
	background: #f8f8f8;
}
.m15 .sec1 .con2 .imgWrap .logo .img img {
	width: 100%;
}
.m15 .sec1 .con2 .imgWrap .logo span {
	display: block;
	margin-top: 10px;
	font-size: var(--fz-20);
	color: #666;
}
.m15 .sec2 {
	padding: 130px 0 250px;
	background: #f8f8f8;
}
.m15 .sec2 .secTit {
	font-family: "Instrument Sans";
	font-size: var(--fz-56);
	font-weight: 500;
}
.m15 .sec2 ul {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.m15 .sec2 li {
	width: calc((100% - 48px) / 3);
	aspect-ratio: 531 / 500;
	border-radius: 16px;
	border: 1px solid #dfdfdf;
	padding: 20px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.m15 .sec2 li .name {
	margin: 25px 0 12px;
	font-size: var(--fz-34);
	font-weight: 500;
}
.m15 .sec2 li p {
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #666;
}

.m16 {
}
.m16 .sec1 {
	padding: 130px 0 250px;
}
.m16 .sec1 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 24px;
}
.m16 .sec1 ul li {
	width: calc((100% - 48px) / 3);
}
.m16 .sec1 ul li .thumb {
	width: 100%;
	padding: 50px 65px;
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	border-radius: 16px;
}
.m16 .sec1 ul li .thumb img {
	width: 100%;
	aspect-ratio: 260 / 374;
}
.m16 .sec1 ul li .info {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
}
.m16 .sec1 ul li .info .date {
	font-size: var(--fz-20);
}
.m16 .sec1 ul li .info .tit {
	font-size: var(--fz-20);
	color: #666;
	margin-top: 10px;
}

.m17 {
}
.m17 .sec1 {
	padding-top: 130px;
}
.m17 .sec1 .conWrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #e9e9e9;
}
#mapSvg {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.svg-pan-zoom_viewport {
	will-change: transform;
	transform: translateZ(0);
	backface-visibility: hidden;
}
#mapSvg path,
#mapSvg polygon,
#mapSvg rect {
	shape-rendering: optimizeSpeed; /* 성능 최적화 */
}
.zoomUI {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
}
.zoomUI button {
	width: 40px;
	height: 40px;
	font-size: 20px;
	cursor: pointer;
}
.m17 .sec1 .conWrap .console {
	position: absolute;
	left: 5vw;
	bottom: 40px;
	width: 600px;
}
.m17 .sec1 .conWrap .console .infoWrap {
	margin-bottom: 20px;
	width: 100%;
}
.m17 .sec1 .conWrap .console .infoWrap .list {
	width: 100%;
	padding: 0;
	border-radius: 16px;
	background: #fff;
	display: flex;
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition:
		opacity 0.3s,
		visibility 0.3s;
}
.m17 .sec1 .conWrap .console .infoWrap .list.active {
	visibility: visible;
	opacity: 1;
	height: auto;
	padding: 15px;
	z-index: 10;
}
.m17 .sec1 .conWrap .console .infoWrap .list .left {
	width: calc(100% - 335px);
	padding: 20px 10px 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.m17 .sec1 .conWrap .console .infoWrap .list .left .nation span {
	font-size: var(--fz-34);
	font-weight: 500;
	vertical-align: middle;
	margin-left: 10px;
}
.m17 .sec1 .conWrap .console .infoWrap .list .left .txtSwiper {
}
.m17 .sec1 .conWrap .console .infoWrap .list .left .txtSwiper .swiper-slide {
}
.m17 .sec1 .conWrap .console .infoWrap .list .left .txtSwiper .swiper-slide .cate {
	font-size: var(--fz-20);
}
.m17 .sec1 .conWrap .console .infoWrap .list .left .txtSwiper .swiper-slide .exp {
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
	margin-top: 5px;
}
.m17 .sec1 .conWrap .console .infoWrap .list .imgSwiper {
	position: relative;
	width: 335px;
	padding-bottom: 20px;
}
.m17 .sec1 .conWrap .console .infoWrap .list .imgSwiper .swiper-slide {
	width: 100%;
	aspect-ratio: 336 / 196;
	border-radius: 16px;
	overflow: hidden;
}
.m17 .sec1 .conWrap .console .infoWrap .list .imgSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m17 .sec1 .conWrap .console .infoWrap .list .imgSwiper .swiper-pagination {
	bottom: 0;
}
.m17 .sec1 .conWrap .console .infoWrap .list .imgSwiper .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: #a6a6a6;
	opacity: 1;
}
.m17 .sec1 .conWrap .console .infoWrap .list .imgSwiper .swiper-pagination-bullet-active {
	background: #000;
}
.m17 .sec1 .conWrap .console .infoWrap .list .imgSwiper .vprev {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.m17 .sec1 .conWrap .console .infoWrap .list .imgSwiper .vprev i {
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/page/m21_view_prev.png) no-repeat center / contain;
}
.m17 .sec1 .conWrap .console .infoWrap .list .imgSwiper .vnext {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.m17 .sec1 .conWrap .console .infoWrap .list .imgSwiper .vnext i {
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/page/m21_view_next.png) no-repeat center / contain;
}
.m17 .sec1 .conWrap .console .locate {
	width: 100%;
	padding: 15px 0;
	border-radius: 16px;
	background-color: #fff;
	z-index: 10;
	font-size: 0;
}
.m17 .sec1 .conWrap .console .locate li {
	display: inline-block;
	width: 20%;
}
.m17 .sec1 .conWrap .console .locate li a {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #666;
}
.m17 .sec1 .conWrap .console .locate li.on a {
	color: #ba1d22;
}
.m17 .sec1 .conWrap .console .locate li a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background: #ccc;
}
.m17 .sec1 .conWrap .console .locate li:last-child a:after {
	display: none;
}
.country.active {
	fill: #d9adaf;
}

.m18 {
}
.m18 .sec1 {
	padding: 130px 0 250px;
}
.m18 .sec1 .map {
	width: 100%;
	height: 600px;
}
.m18 .sec1 .name {
	font-size: var(--fz-34);
	font-weight: 500;
	margin-top: 80px;
	margin-bottom: 20px;
}
.m18 .sec1 .infoWrap {
	display: flex;
	gap: 1%;
}
.m18 .sec1 .infoWrap .info {
	width: 23%;
	padding: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #ccc;
}
.m18 .sec1 .infoWrap .info:first-child {
	width: 52%;
}
.m18 .sec1 .infoWrap .info dl {
}
.m18 .sec1 .infoWrap .info dl dt {
	font-size: var(--fz-22);
	font-weight: 500;
}
.m18 .sec1 .infoWrap .info dl dt img {
	margin: 0 15px 0 0;
}
.m18 .sec1 .infoWrap .info dl dd {
	font-size: var(--fz-22);
	margin-top: 15px;
	line-height: 1.7em;
}
.m18 .sec1 .infoWrap .info .nav {
	margin-top: 40px;
}
.m18 .sec1 .infoWrap .info .nav p {
	font-size: var(--fz-20);
	color: #666;
	line-height: 1.6em;
}
.m18 .sec1 .infoWrap .info .nav p + p {
	margin-top: 15px;
}
.m18 .sec1 .infoWrap .info .nav p img {
	margin: 0 10px 0 0;
}
.m18 .sec1 .infoWrap .info .nav p span {
	position: relative;
	padding-left: 25px;
}
.m18 .sec1 .infoWrap .info .nav p span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 17px;
	height: 17px;
	background: url(/images/page/m18_arr.png) no-repeat center / contain;
}
.m18 .sec1 .infoWrap .info .nav p span i {
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #ccc;
	margin: 0 10px;
}
.m18 .sec1 .subInfo {
	display: flex;
	justify-content: space-between;
}
.m18 .sec1 .subInfo > div {
	width: 49%;
}
.m18 .sec1 .subInfo > div .info {
	width: 100%;
	padding: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #ccc;
}
.m18 .sec1 .subInfo > div .info dl {
}
.m18 .sec1 .subInfo > div .info dl dt {
	font-size: var(--fz-22);
	font-weight: 500;
}
.m18 .sec1 .subInfo > div .info dl dt img {
	margin: 0 15px 0 0;
}
.m18 .sec1 .subInfo > div .info dl dd {
	font-size: var(--fz-22);
	margin-top: 15px;
}

.m21 {
	overflow: hidden;
}
.m21 .sec1 {
	padding: 0 0 250px;
}
.m21 .sec1 .cateTab {
	width: 100%;
	display: flex;
}
.m21 .sec1 .cateTab li {
	width: calc(100% / 6);
}
.m21 .sec1 .cateTab li a {
	display: block;
	width: 100%;
	height: 75px;
	line-height: 75px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: var(--fz-22);
	color: #666;
}
.m21 .sec1 .cateTab li.on a {
	font-weight: 600;
	background-color: #ba1d22;
	color: #fff;
}
.m21 .sec1 .mobileBtnBox {
	display: none;
}
.m21 .sec1 .yearTab {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 40px;
	margin-bottom: 130px;
}
.m21 .sec1 .yearTab li {
	width: 100px;
}
.m21 .sec1 .yearTab li a {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	text-align: center;
	font-size: 20px;
	color: #666;
}
.m21 .sec1 .yearTab li.on a {
	border: 1px solid #ba1d22;
	color: #ba1d22;
}
.m21 .sec1 .airTab {
	position: relative;
	margin-bottom: 80px;
	display: flex;
	gap: 50px;
}
.m21 .sec1 .airTab:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 500000%;
	height: 1px;
	background-color: #ccc;
}
.m21 .sec1 .airTab li {
}
.m21 .sec1 .airTab li a {
	position: relative;
	display: block;
	padding-bottom: 14px;
	font-size: 20px;
	font-weight: 500;
	z-index: 10;
}
.m21 .sec1 .airTab li.on a {
	border-bottom: 2px solid #000;
	padding-right: 10px;
}
.m21 .sec1 .airTab li.on a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ba1d22;
}
.m21 .sec1 .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.m21 .sec1 .list li {
	width: calc((100% - 20px) / 2);
}
.m21 .sec1 .list li a {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 533 / 395;
	border-radius: 15px;
	overflow: hidden;
}
.m21 .sec1 .list li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(2, 2, 2, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.m21 .sec1 .list li a .thumb {
	width: 100%;
	height: 100%;
}
.m21 .sec1 .list li a .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m21 .sec1 .list li a .txts {
	position: absolute;
	left: 30px;
	bottom: 40px;
	width: calc(100% - 60px);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	transform: translateY(20px);
	transition: all 0.6s;
	z-index: 10;
}
.m21 .sec1 .list li a .txts .tit {
	font-size: var(--fz-32);
	font-weight: 500;
	color: #fff;
	width: calc(100% - 34px);
	padding-right: 10px;
}
.m21 .sec1 .list li a .txts .arr {
	width: 34px;
}

.m21_view {
}
.m21_view .sec1 {
	padding: 200px 0 250px;
}
.m21_view .sec1 .innerWrap2 {
	max-width: 1134px;
}
.m21_view .sec1 .conWrap {
	width: 100%;
	max-width: 1362px;
	margin: 0 auto;
}
.m21_view .sec1 .conWrap .tit {
	font-size: var(--fz-52);
	font-weight: 500;
	text-align: center;
	margin-bottom: 100px;
}
.m21_view .sec1 .conWrap .swiperWrap {
	position: relative;
	width: 100%;
	padding-bottom: 80px;
}
.m21_view .sec1 .conWrap .swiperWrap .mainSwiper {
	position: relative;
	width: 100%;
}
.m21_view .sec1 .conWrap .swiperWrap .mainSwiper .swiper-slide {
	width: 100%;
	aspect-ratio: 1134 / 638;
	border-radius: 16px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
}
.m21_view .sec1 .conWrap .swiperWrap .mainSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m21_view .sec1 .conWrap .swiperWrap .mainSwiper .vprev {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.m21_view .sec1 .conWrap .swiperWrap .mainSwiper .vprev i {
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/page/m21_view_prev.png) no-repeat center / contain;
}
.m21_view .sec1 .conWrap .swiperWrap .mainSwiper .vnext {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.m21_view .sec1 .conWrap .swiperWrap .mainSwiper .vnext i {
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/page/m21_view_next.png) no-repeat center / contain;
}
.m21_view .sec1 .conWrap .swiperWrap .thumbSwiper {
	width: 82%;
	margin: 30px auto 0;
	overflow: hidden;
	padding: 3px;
}
.m21_view .sec1 .conWrap .swiperWrap .thumbSwiper .swiper-slide {
	aspect-ratio: 180 / 101;
	border-radius: 16px;
	overflow: hidden;
}
.m21_view .sec1 .conWrap .swiperWrap .thumbSwiper .swiper-slide.swiper-slide-thumb-active {
	box-shadow: 0 0 0 1.5px #ba1d22;
}

.m21_view .sec1 .conWrap .swiperWrap .thumbSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m21_view .sec1 .conWrap .swiperWrap .swiper-pagination {
	font-size: 20px;
	color: #666;
}
.m21_view .sec1 .conWrap .btnWrap {
	margin-top: 100px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.m21_view .sec1 .conWrap .btnWrap .linkWrap {
	position: relative;
}
.m21_view .sec1 .conWrap .btnWrap .linkWrap .prev {
	position: absolute;
	left: 0;
}
.m21_view .sec1 .conWrap .btnWrap .linkWrap .next {
	position: absolute;
	right: 0;
	text-align: right;
}
.m21_view .sec1 .conWrap .btnWrap .linkWrap span {
	font-size: var(--fz-22);
	font-weight: 500;
	vertical-align: middle;
}
.m21_view .sec1 .conWrap .btnWrap .listBtn {
	margin: 100px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	width: 170px;
	height: 60px;
	border: 1px solid #ccc;
	border-radius: 60px;
}
.m21_view .sec1 .conWrap .btnWrap .listBtn span {
	font-size: 15px;
	color: #333;
}
.m21_view .sec1 .conWrap .btnWrap .listBtn .line {
	width: 12px;
}
.m21_view .sec1 .conWrap .btnWrap .listBtn .line > div {
	display: block;
	width: 100%;
	height: 1px;
	border-radius: 100px;
	background: #333;
}
.m21_view .sec1 .conWrap .btnWrap .listBtn .line > div + div {
	margin-top: 4px;
}
.m31 {
}
.m31 .sec1 {
	padding: 0 0 250px;
}
.m31 .sec1 .cateTab {
	width: 100%;
	display: flex;
	margin-bottom: 130px;
}
.m31 .sec1 .cateTab li {
	width: calc(100% / 5);
}
.m31 .sec1 .cateTab li a {
	display: block;
	width: 100%;
	height: 75px;
	line-height: 75px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: var(--fz-22);
	color: #666;
}
.m31 .sec1 .cateTab li.on a {
	font-weight: 600;
	background-color: #ba1d22;
	color: #fff;
}
.m31 .sec1 .cateWrap {
	margin-top: unset;
}
.m31 .sec1 .list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}
.m31 .sec1 .list li {
	width: calc((100% - 20px) / 2);
}
.m31 .sec1 .list li a {
	display: block;
	width: 100%;
}
.m31 .sec1 .list li .thumb {
	width: 100%;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.m31 .sec1 .list li .thumb img {
	width: 100%;
	aspect-ratio: 533 / 395;
}
.m31 .sec1 .list li .info {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
}
.m31 .sec1 .list li .info .date {
	font-size: var(--fz-20);
}
.m31 .sec1 .list li .info .tit {
	font-size: var(--fz-20);
	color: #666;
	margin-top: 10px;
}

.m31_view {
}
.m31_view .sec1 .conWrap .infoWrap {
	margin: 60px 0 100px;
	display: flex;
	gap: 30px;
}
.m31_view .sec1 .conWrap .infoWrap dl {
	width: calc((100% - 60px) / 3);
	padding: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #ccc;
}
.m31_view .sec1 .conWrap .infoWrap dl dt {
	font-size: var(--fz-22);
	font-weight: 500;
}
.m31_view .sec1 .conWrap .infoWrap dl dt img {
	margin-right: 10px;
	vertical-align: middle;
}
.m31_view .sec1 .conWrap .infoWrap dl dd {
	font-size: var(--fz-22);
	margin-top: 15px;
}
.m31_view .sec1 .conWrap .contact {
	padding: 50px 4%;
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	border-radius: 16px;
	text-align: center;
}
.m31_view .sec1 .conWrap .contact b {
	font-size: var(--fz-46);
	font-weight: 500;
}
.m31_view .sec1 .conWrap .contact p {
	margin: 24px 0;
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #666;
}
.m31_view .sec1 .conWrap .contact a {
	display: inline-block;
	width: 170px;
	height: 62px;
	background: #ba1d22;
	border-radius: 50px;
}
.m31_view .sec1 .conWrap .contact a span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	font-size: var(--fz-15);
	color: #fff;
}
.m31_view .sec1 .conWrap .contact a span i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/main/more_arr1.png) no-repeat center / 24px;
}

.m41 {
	overflow: hidden;
}
.m41 .sec1 {
	padding: 130px 0 0;
}
.m41 .sec1 .txtWrap {
	text-align: center;
}
.m41 .sec1 .txtWrap .slg {
	font-size: var(--fz-56);
	font-weight: 500;
	line-height: 1.3em;
}
.m41 .sec1 .txtWrap p {
	margin-top: 40px;
	font-size: 22px;
	line-height: 1.5em;
	color: #666;
}

.m41 .sec1 .conWrap {
	position: relative;
	height: 100vh;
}
.m41 .sec1 .conWrap .con {
	position: relative;
	padding: 210px 0 160px;
	width: 31vw;
	height: 54vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden; /* bg 넘침 방지 */
}
.m41 .sec1 .conWrap .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/page/m41_sec1_conwrap_bg.png) no-repeat center / cover;
}
.m41 .sec1 .conWrap .innerWrap {
	position: relative;
	height: 100%;
}
.m41 .sec1 .conWrap .innerWrap .titWrap {
}
.m41 .sec1 .conWrap .innerWrap .titWrap .tit {
	font-family: var(--en-font);
	font-size: var(--fz-26);
	font-weight: 500;
	color: #ba1d22;
}
.m41 .sec1 .conWrap .innerWrap .titWrap .titSlg {
	margin-top: 40px;
	font-size: var(--fz-56);
	font-weight: 500;
	line-height: 127%;
	color: #fff;
}
.m41 .sec1 .conWrap .innerWrap .exp {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: rgba(255, 255, 255, 0.7);
}
.m41 .sec2 {
	padding: 130px 0 250px;
	text-align: center;
}
.m41 .sec2 h3 {
	font-family: var(--en-font);
	font-size: var(--fz-26);
	font-weight: 500;
	color: #ba1d22;
}
.m41 .sec2 h4 {
	font-size: var(--fz-56);
	font-weight: 500;
	margin-top: 40px;
	line-height: 1.3em;
}
.m41 .sec2 .ccWrap {
	width: 100%;
	height: 300px;
	margin-top: 80px;
	padding: 15px;
	border-radius: 300px;
	border: 1.5px dashed #000;
	display: flex;
}
.m41 .sec2 .ccWrap .cc {
	position: relative;
	width: calc((100% + 160px) / 3);
	height: 100%;
	border-radius: 300px;
}
.m41 .sec2 .ccWrap .cc.cc2,
.m41 .sec2 .ccWrap .cc.cc3 {
	margin-left: -80px;
}
.m41 .sec2 .ccWrap .cc1 {
	background-color: rgba(186, 29, 34, 0.83);
}
.m41 .sec2 .ccWrap .cc2 {
	background-color: rgba(70, 70, 70, 0.83);
}
.m41 .sec2 .ccWrap .cc3 {
	background-color: rgba(177, 107, 112, 0.83);
}
.m41 .sec2 .ccWrap .cc .inner {
	width: 100%;
	height: 100%;
	padding: 0 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.m41 .sec2 .ccWrap .cc .inner p {
	margin-top: 18px;
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #fff;
}
.m41 .sec2 .ccWrap .cc .titEN {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding-top: 70px;
	font-family: var(--en-font);
	font-size: var(--fz-36);
	font-weight: 500;
}
.m41 .sec2 .ccWrap .cc .titEN:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 63px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
}
.m41 .sec2 .ccWrap .cc .titEN:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 0;
	height: 65px;
	border-right: 1.5px dashed #000;
}
.m41 .sec3 {
	background: url(/images/page/m41_sec3_bg.png) no-repeat center / cover;
}
.m41 .sec3 .txtWrap {
	padding: 160px 0;
	text-align: center;
}
.m41 .sec3 .txtWrap h3 {
	font-family: var(--en-font);
	font-weight: 500;
	font-size: var(--fz-26);
	color: #ba1d22;
}
.m41 .sec3 .txtWrap h4 {
	font-weight: 500;
	font-size: var(--fz-56);
	color: #fff;
	margin: 40px 0;
}
.m41 .sec3 .txtWrap p {
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #fff;
}
.m41 .sec3 .list {
	width: 100%;
	height: 280px;
	border-top: 1px solid #fff;
	display: flex;
}
.m41 .sec3 .list > div {
	width: 33.3333%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.m41 .sec3 .list > div + div {
	border-left: 1px solid #fff;
}
.m41 .sec3 .list > div span {
	font-size: var(--fz-18);
	font-weight: 500;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.m41 .sec3 .list > div b {
	display: inline-block;
	font-family: var(--en-font);
	font-size: var(--fz-36);
	font-weight: 500;
	color: #fff;
}
.m41 .sec4 {
	margin: 160px 0 0;
}
.m41 .sec4 .conWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.m41 .sec4 .conWrap .con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
}
.m41 .sec4 .conWrap .con1 {
	z-index: 1;
}
.m41 .sec4 .conWrap .con2 {
	z-index: 2;
}
.m41 .sec4 .conWrap .con3 {
	z-index: 3;
}
.m41 .sec4 .conWrap .con .txtWrap {
	width: 50%;
	height: 100%;
	padding-left: calc((100vw - min(100vw * 0.94, 1640px)) / 2);
	padding-right: 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
	opacity: 0;
	transform: translateX(-5%);
}
.m41 .sec4 .conWrap .con .txtWrap.on {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.2s;
}
.m41 .sec4 .conWrap .con .txtWrap .tit {
	font-size: var(--fz-56);
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: min(110px, 3vw);
}
.m41 .sec4 .conWrap .con .txtWrap p {
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #666;
}
.m41 .sec4 .conWrap .con .imgWrap {
	position: relative;
	width: 50%;
	height: 100%;
}
.m41 .sec4 .conWrap .con2 .imgWrap {
	clip-path: inset(100% 0 0 0);
}
.m41 .sec4 .conWrap .con3 .imgWrap {
	clip-path: inset(100% 0 0 0);
}
.m41 .sec4 .conWrap .con .imgWrap .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m41 .sec4 .conWrap .con.con1 .imgWrap .bg {
	background: url(/images/page/m41_sec4_con1_bg.png) no-repeat center / cover;
}
.m41 .sec4 .conWrap .con.con2 .imgWrap .bg {
	background: url(/images/page/m41_sec4_con2_bg.png) no-repeat center / cover;
}
.m41 .sec4 .conWrap .con.con3 .imgWrap .bg {
	background: url(/images/page/m41_sec4_con3_bg.png) no-repeat center / cover;
}
.m41 .sec4 .conWrap .con .imgWrap b {
	position: absolute;
	right: 10%;
	bottom: 120px;
	font-family: var(--en-font);
	font-weight: 500;
	font-size: var(--fz-86);
	line-height: 1.3em;
	color: #fff;
}

.m41 .sec5 {
	width: 94%;
	margin: 150px auto;
	padding: 180px 0;
	background: url(/images/page/m41_sec5_bg.png) no-repeat center / cover;
}
.m41 .sec5 .txtWrap {
	padding-left: 50%;
}
.m41 .sec5 .txtWrap h3 {
	font-size: var(--fz-26);
	font-weight: 500;
	color: #ba1d22;
}
.m41 .sec5 .txtWrap h4 {
	font-size: var(--fz-56);
	font-weight: 500;
	color: #fff;
	margin: 40px 0;
}
.m41 .sec5 .txtWrap p {
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #fff;
}

.m50 {
}
.m50 .sec1 .cateTab {
	width: 100%;
	display: flex;
	margin-bottom: 130px;
}
.m50 .sec1 .cateTab li {
	width: 25%;
}
.m50 .sec1 .cateTab li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: var(--fz-22);
	color: #666;
}
.m50 .sec1 .cateTab li.on a {
	font-weight: 600;
	background-color: #ba1d22;
	color: #fff;
}
.m50 .sec1 .pageTit {
}
.m50 .sec1 .pageTit h3 {
	font-family: var(--en-font);
	font-size: var(--fz-26);
	font-weight: 500;
	color: #ba1d22;
}
.m50 .sec1 .pageTit h4 {
	font-size: var(--fz-56);
	font-weight: 500;
	margin-top: 20px;
}
.m50 .sec1 .pageTit p {
	font-size: var(--fz-22);
	color: #666666;
	line-height: 1.5em;
	margin-top: 30px;
}
.m511 .sec1 {
	padding: 0 0 250px;
}
.m511 .sec1 .swiper-container {
	margin-top: 100px;
}
.m511 .sec1 .swiper-container .swiper-slide {
	text-align: center;
}
.m511 .sec1 .swiper-container .swiper-slide .thumb {
	width: 100%;
}
.m511 .sec1 .swiper-container .swiper-slide .thumb img {
	width: 100%;
}
.m511 .sec1 .swiper-container .swiper-slide .kr {
	font-size: var(--fz-34);
	font-weight: 500;
	margin: 30px 0 20px;
}
.m511 .sec1 .swiper-container .swiper-slide .en {
	font-size: var(--fz-22);
	color: #666666;
	line-height: 1.5em;
}

.m512 .sec1 {
	padding: 0 0 160px;
}
.m512 .sec1 .conWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m512 .sec1 .conWrap .diaWrap {
	max-width: 800px;
}

.m513 .sec1 {
	position: relative;
	padding: 0 0 330px;
}
.m513 .sec1 .innerWrap {
	position: relative;
	z-index: 2;
}

.m513 .sec1 .con {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.m513 .sec1 .con .txtWrap {
	width: 50%;
	padding-top: 80px;
}
.m513 .sec1 .con .txtWrap .en {
	font-size: var(--fz-34);
	font-weight: 500;
}
.m513 .sec1 .con .txtWrap .kr {
	margin: 40px 0 80px;
	font-size: var(--fz-56);
	font-weight: 500;
}
.m513 .sec1 .con .txtWrap .exp {
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #666;
}
.m513 .sec1 .con1 .imgWrap {
	text-align: right;
}
.m513 .sec1 .con1 .imgWrap .img {
	width: 40vw;
}
.m513 .sec1 .con1 .subImg {
	position: absolute;
	right: 26%;
	top: 87%;
	display: flex;
	gap: 40px;
}
.m513 .sec1 .con1 .subImg img {
	width: 24vw;
}

.m513 .sec1 .con2 {
	margin-top: 330px;
	flex-direction: row-reverse;
}
.m513 .sec1 .con2 .txtWrap {
	width: 44%;
}
.m513 .sec1 .con2 .imgWrap .img {
	width: 40vw;
}
.m513 .sec1 .con2 .subImg {
	position: absolute;
	left: 25%;
	top: 67%;
}
.m513 .sec1 .con2 .subImg img {
	width: 24vw;
}

.m513 .sec1 .svgWrap {
}
.m513 .sec1 .svgWrap .svg1 {
	position: absolute;
	left: 49%;
	top: 15%;
}
.m513 .sec1 .svgWrap .svg2 {
	position: absolute;
	left: 0;
	top: 31%;
}
.m513 .sec1 .svgWrap .svg3 {
	position: absolute;
	right: 0%;
	bottom: 0%;
}

.m514 .sec1 {
	padding: 0 0 240px;
}

.m514 .sec1 .list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 24px;
}
.m514 .sec1 .list li {
	width: calc((100% - 24px) / 2);
}
.m514 .sec1 .list li .thumb {
	width: 100%;
	padding: 50px 65px;
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	border-radius: 16px;
}
.m514 .sec1 .list li .thumb img {
	width: 100%;
	aspect-ratio: 260 / 374;
}
.m514 .sec1 .list li .info {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
}
.m514 .sec1 .list li .info .date {
	font-size: var(--fz-20);
}
.m514 .sec1 .list li .info .tit {
	font-size: var(--fz-20);
	color: #666;
	margin-top: 10px;
}

.m61 {
}
.m61 .sec1 {
	padding: 0 0 120px;
}
.m61 .sec1 .pageTit {
	text-align: center;
}
.m61 .sec1 .pageTit h3 {
	font-family: var(--en-font);
	font-size: var(--fz-26);
	font-weight: 500;
	color: #ba1d22;
}
.m61 .sec1 .pageTit strong {
	display: inline-block;
	font-size: var(--fz-56);
	font-weight: 500;
	margin-top: 40px;
}
.m61 .sec1 .boxWrap {
	width: 100%;
	height: 800px;
	margin-top: 100px;
	display: flex;
	gap: 40px;
}
.m61 .sec1 .boxWrap .box1 {
	width: calc((100% - 40px) / 2);
	height: 100%;
}
.m61 .sec1 .boxWrap .right {
	width: calc((100% - 40px) / 2);
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.m61 .sec1 .boxWrap .right .box {
	width: 100%;
	height: calc((100% - 40px) / 2);
}
.m61 .sec1 .boxWrap .box {
	position: relative;
	padding: 60px;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.m61 .sec1 .boxWrap .box .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m61 .sec1 .boxWrap .box1 .bg {
	background: url(/images/page/m61_sec1_box1_bg.png) no-repeat center / cover;
}
.m61 .sec1 .boxWrap .box2 .bg {
	background: url(/images/page/m61_sec1_box2_bg.png) no-repeat center / cover;
}
.m61 .sec1 .boxWrap .box3 .bg {
	background: url(/images/page/m61_sec1_box3_bg.png) no-repeat center / cover;
}
.m61 .sec1 .boxWrap .box .tit {
	position: relative;
	font-size: var(--fz-22);
	font-weight: 500;
	color: #fff;
}
.m61 .sec1 .boxWrap .box p {
	position: relative;
	font-size: var(--fz-56);
	font-weight: 600;
	color: #fff;
}
.m61 .sec2 {
	padding: 130px 0 0;
	background: #f8f8f8;
	overflow: hidden;
}
.m61 .sec2 .secTit {
	font-size: var(--fz-58);
	font-weight: 500;
}
.m61 .sec2 .tmTextArea {
	margin-top: 40px;
}
.m61 .sec2 .tmTextArea .textList {
}
.m61 .sec2 .tmTextArea .textList .listItem {
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #dfdfdf;
}
.m61 .sec2 .tmTextArea .textList .listItem + .listItem {
	margin-top: 20px;
}
.m61 .sec2 .tmTextArea .textList .listItem .tit {
	font-size: var(--fz-26);
	font-weight: 500;
}
.m61 .sec2 .tmTextArea .textList .listItem .titEn {
	color: #ba1d22;
	margin-left: 10px;
}
.m61 .sec2 .tmTextArea .textList .listItem .txt {
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
	white-space: nowrap;
	margin-top: 10px;
}
.m61 .sec2 .ccWrap {
}
.m61 .sec2 .ccWrap .cc {
	position: relative;
	margin: 300px auto -60px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: #ba1d22;
}
.m61 .sec2 .ccWrap .cc .logo {
	position: absolute;
	left: 50%;
	top: 24%;
	transform: translateX(-50%);
}
.m61 .sec2 .ccWrap .cc .line1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 129%;
	height: 129%;
	border-radius: 50%;
	border: 1.5px dashed #ba1d22;
}
.m61 .sec2 .ccWrap .cc .line1 .dot {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ba1d22;
	background: #f8f8f8;
}
.m61 .sec2 .ccWrap .cc .line1 .dot:nth-child(1) {
	left: 0%;
	top: 35%;
}
.m61 .sec2 .ccWrap .cc .line1 .dot:nth-child(2) {
	left: 17%;
	top: 9.5%;
}
.m61 .sec2 .ccWrap .cc .line1 .dot:nth-child(3) {
	left: 50%;
	top: -1.5%;
	transform: translateX(-50%);
}
.m61 .sec2 .ccWrap .cc .line1 .dot:nth-child(4) {
	right: 0%;
	top: 35%;
}
.m61 .sec2 .ccWrap .cc .line1 .dot:nth-child(5) {
	right: 17%;
	top: 9.5%;
}
.m61 .sec2 .ccWrap .cc .line2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 198%;
	height: 198%;
	border-radius: 50%;
	border: 1px solid #cccccc;
}
.m61 .sec2 .ccWrap .cc .conWrap {
}
.m61 .sec2 .ccWrap .cc .conWrap .con {
	position: absolute;
}
.m61 .sec2 .ccWrap .cc .conWrap .con:nth-child(1) {
	left: -66%;
	top: 3%;
}
.m61 .sec2 .ccWrap .cc .conWrap .con:nth-child(2) {
	left: -33%;
	top: -50%;
}
.m61 .sec2 .ccWrap .cc .conWrap .con:nth-child(3) {
	left: 50%;
	top: -70%;
	transform: translateX(-50%);
}
.m61 .sec2 .ccWrap .cc .conWrap .con:nth-child(4) {
	right: -66%;
	top: 3%;
}
.m61 .sec2 .ccWrap .cc .conWrap .con:nth-child(5) {
	right: -33%;
	top: -50%;
}
.m61 .sec2 .ccWrap .cc .conWrap .con .circle {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #dfdfdf;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 15px;
}
.m61 .sec2 .ccWrap .cc .conWrap .con .circle .icon {
}
.m61 .sec2 .ccWrap .cc .conWrap .con .circle span {
	font-size: var(--fz-20);
	font-weight: 500;
	color: #ba1d22;
}
.m61 .sec2 .ccWrap .cc .conWrap .con .txt {
	display: none;
}

.m62 .sec1 {
	padding: 130px 0;
	background: url(/images/page/m62_sec1_bg.png) no-repeat center / cover;
	text-align: center;
}
.m62 .sec1 .tit {
	font-size: var(--fz-26);
	font-weight: 500;
	color: #fff;
}
.m62 .sec1 b {
	display: block;
	font-size: var(--fz-56);
	font-weight: 500;
	line-height: 1.4em;
	color: #fff;
	margin-top: 40px;
}
.m62 .sec1 .ccWrap {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 80px;
}
.m62 .sec1 .ccWrap .cc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 400px;
	aspect-ratio: 1;
	border-radius: 50%;
	padding: 0 50px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.m62 .sec1 .ccWrap .cc .step {
	font-size: var(--fz-22);
	font-weight: 500;
	color: #fff;
}
.m62 .sec1 .ccWrap .cc .icon {
	margin: 12px 0;
}
.m62 .sec1 .ccWrap .cc .icon img {
	width: 30px;
}
.m62 .sec1 .ccWrap .cc span {
	display: inline-block;
	font-size: var(--fz-34);
	font-weight: 500;
	color: #fff;
}
.m62 .sec1 .ccWrap .cc p {
	font-size: var(--fz-20);
	line-height: 1.5em;
	color: #fff;
	margin-top: 10px;
}
.m62 .sec2 {
	margin: 80px auto 0;
	width: 92%;
	max-width: 1780px;
	background: #f8f8f8;
	padding: 120px 0;
	border-radius: 16px;
}
.m62 .sec2 .conWrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.m62 .sec2 .conWrap .txtWrap {
}
.m62 .sec2 .conWrap .txtWrap .tit {
	font-size: var(--fz-34);
	font-weight: 500;
}
.m62 .sec2 .conWrap .txtWrap .exp {
	margin-top: 40px;
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #666;
}
.m62 .sec2 .conWrap .linkWrap {
	display: flex;
	gap: 25px;
}
.m62 .sec2 .conWrap .linkWrap a {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 240px;
	height: 60px;
	border-radius: 60px;
	border: 1px solid #7b7b7b;
	padding: 0 20px;
}
.m62 .sec2 .conWrap .linkWrap a span {
	font-size: var(--fz-15);
	color: #333;
}
.m62 .sec2 .conWrap .linkWrap a.sendBtn {
	border: none;
	background: #ba1d22;
}
.m62 .sec2 .conWrap .linkWrap a.sendBtn span {
	color: #fff;
}
.m62 .sec3 {
	padding: 130px 0 250px;
}
.m62 .sec3 .titWrap {
}
.m62 .sec3 .titWrap h2 {
	font-size: var(--fz-26);
	font-weight: 500;
	color: #ba1d22;
}
.m62 .sec3 .titWrap h3 {
	font-size: var(--fz-56);
	font-weight: 500;
	margin: 20px 0 40px;
}
.m62 .sec3 .titWrap p {
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #666;
}
.m62 .sec3 .boxWrap {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.m62 .sec3 .boxWrap .box {
	width: calc((100% - 80px) / 3);
	height: 300px;
	background: #f8f8f8;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.m62 .sec3 .boxWrap .box:nth-child(6) {
	background: url(/images/page/m62_sec3_box_bg.png) no-repeat right bottom #ba1d22;
}
.m62 .sec3 .boxWrap .box .tit {
	font-size: var(--fz-26);
	font-weight: 600;
	color: #ba1d22;
	margin: 40px 0 10px;
}
.m62 .sec3 .boxWrap .box p {
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: #666;
}

.bbs {
}
.bbs .sec1 {
	padding: 0 0 250px;
}
.bbs .sec1 .list {
	display: flex;
	flex-wrap: wrap;
	gap: 80px 20px;
}
.bbs .sec1 .list li {
	width: calc((100% - 20px) / 2);
}
.bbs .sec1 .list li a {
	display: block;
	width: 100%;
}
.bbs .sec1 .list li a .thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 533 / 395;
	border-radius: 16px;
	border: 1px solid #dedede;
	overflow: hidden;
}
.bbs .sec1 .list li a .thumb > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bbs .sec1 .list li a .thumb .over {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(186, 29, 34, 0.88);
	opacity: 0;
	transition: all 0.3s;
}
.bbs .sec1 .list li a .thumb .over .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 17px 22px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.bbs .sec1 .list li a .thumb .over .btn span {
	font-size: var(--fz-15);
	color: #fff;
}
.bbs .sec1 .list li a:hover .thumb .over {
	opacity: 1;
}
.bbs .sec1 .list li a .txts {
	margin-top: 20px;
}
.bbs .sec1 .list li a .txts .cate {
	font-size: var(--fz-20);
	color: #ba1d22;
	margin-bottom: 2px;
}
.bbs .sec1 .list li a .txts .tit {
	font-size: var(--fz-20);
	font-weight: 500;
	line-height: 1.7em;
}
.bbs .sec1 .list li a .txts .date {
	font-size: var(--fz-15);
	color: #666;
	margin-top: 10px;
}

.bbs_view {
}
.bbs_view .sec1 {
	padding: 180px 0 250px;
}
.bbs_view .sec1 .innerWrap {
	max-width: 1360px;
}
.bbs_view .sec1 .titWrap {
}
.bbs_view .sec1 .titWrap .cate {
	text-align: center;
	font-family: var(--en-font);
	font-weight: 500;
	font-size: var(--fz-26);
	color: #ba1d22;
	margin-bottom: 20px;
}
.bbs_view .sec1 .titWrap .tit {
	text-align: center;
	font-weight: 500;
	font-size: var(--fz-56);
}
.bbs_view .sec1 .titWrap .infoWrap {
	margin-top: 40px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.bbs_view .sec1 .titWrap .infoWrap.v1 {
	display: flex;
	justify-content: space-between;
}
.bbs_view .sec1 .titWrap .infoWrap.v2 {
	text-align: center;
}
.bbs_view .sec1 .titWrap .infoWrap .date {
	font-size: var(--fz-20);
	color: #666;
}
.bbs_view .sec1 .titWrap .infoWrap .fileWrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.bbs_view .sec1 .titWrap .infoWrap .fileWrap .file {
	font-size: var(--fz-20);
	color: #666;
}
.bbs_view .sec1 .titWrap .infoWrap .fileWrap .file img {
	margin-right: 5px;
}
.bbs_view .sec1 .titWrap .infoWrap .fileWrap .file span {
	display: inline-block;
	width: 1px;
	height: 18px;
	margin: 0px 7px -2px;
	background: #ccc;
}
.bbs_view .sec1 .titWrap .infoWrap .fileWrap .file a {
	font-size: var(--fz-20);
	color: #666;
}
.bbs_view .sec1 .conWrap {
	padding: 100px 0;
}
.bbs_view .sec1 .bottom {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.bbs_view .sec1 .bottom .btns {
	display: flex;
	justify-content: space-between;
}
.bbs_view .sec1 .bottom .btns a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: var(--fz-22);
	font-weight: 500;
}
.bbs_view .sec1 .bottom .backBtn {
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	width: 170px;
	height: 60px;
	border-radius: 60px;
	border: 1px solid #ccc;
}
.bbs_view .sec1 .bottom .backBtn .line {
	width: 13px;
}
.bbs_view .sec1 .bottom .backBtn .line > div {
	display: block;
	width: 100%;
	height: 1px;
	background: #333;
}
.bbs_view .sec1 .bottom .backBtn .line > div + div {
	margin-top: 3px;
}

.inquiryPage {
	padding: 250px 0 140px;
}
.inquiryPage .sec1 .conWrap {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.inquiryPage .sec1 .conWrap .txtWrap {
	width: 100%;
}
.inquiryPage .sec1 .conWrap .txtWrap .tit {
	font-size: var(--fz-36);
}
.inquiryPage .sec1 .conWrap .txtWrap .infoWrap {
	margin-top: 120px;
}
.inquiryPage .sec1 .conWrap .txtWrap .infoWrap dl {
	padding: 25px 20px;
	border-top: 1px solid #dfdfdf;
}
.inquiryPage .sec1 .conWrap .txtWrap .infoWrap dl:first-child {
	border-top: 1px solid #000;
}
.inquiryPage .sec1 .conWrap .txtWrap .infoWrap dl dt {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: var(--fz-22);
	font-weight: 500;
}
.inquiryPage .sec1 .conWrap .txtWrap .infoWrap dl dd {
	margin-top: 12px;
	font-size: var(--fz-22);
}
.inquiryPage .sec1 .conWrap .formWrap {
	width: 100%;
}
.inquiryPage .sec1 .conWrap .formWrap .est {
	text-align: right;
	font-size: var(--fz-20);
	margin-bottom: 20px;
}
.inquiryPage .sec1 .conWrap .formWrap .est span {
	color: var(--main-color);
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl {
	display: flex;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dt {
	width: 170px;
	font-size: var(--fz-20);
	margin-top: 19px;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dt span {
	color: var(--main-color);
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd {
	width: calc(100% - 170px);
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd .inputBox {
	font-size: var(--fz-15);
	width: 100%;
	border: 1px solid #dfdfdf;
	background: #f8f8f8;
	border-radius: 16px;
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd select {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	border-radius: 16px;
	font-size: var(--fz-15);
	appearance: none;
	background: url(/images/page/inquiry_select_arr.png) no-repeat right 20px center #f8f8f8;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd textarea {
	width: 100%;
	height: 200px;
	padding: 20px;
	border: 1px solid #dfdfdf;
	background: #f8f8f8;
	border-radius: 16px;
	font-size: var(--fz-15);
	resize: none;
	overflow-y: auto;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd .filebox {
	display: flex;
	flex-wrap: wrap;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd .filebox .upload-name {
	display: inline-block;
	box-sizing: border-box;
	width: calc(100% - 132px);
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	outline: 0;
	font-size: var(--fz-15);
	border: 1px solid #dfdfdf;
	border-radius: 16px;
	background: #f8f8f8;
	appearance: none;
}

.inquiryPage .sec1 .conWrap .formWrap .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);
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd .filebox label {
	width: 120px;
	height: 60px;
	font-size: var(--fz-18);
	color: var(--main-color);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--main-color);
	border-radius: 16px;
	background: #fff;
	margin-left: 12px;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd .filebox .notice {
	margin-top: 10px;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd .filebox .notice li {
	position: relative;
	padding-left: 22px;
	font-size: var(--fz-15);
	color: #697274;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd .filebox .notice li + li {
	margin-top: 10px;
}
.inquiryPage .sec1 .conWrap .formWrap .inquiryWrap dl dd .filebox .notice li:after {
	content: "";
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #697274;
}
.inquiryPage .sec1 .conWrap .formWrap .agreeWrap {
	width: 100%;
	padding: 30px 0;
	margin-top: 40px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.inquiryPage .sec1 .conWrap .formWrap .agreeWrap .tit {
	font-size: var(--fz-24);
	font-weight: 500;
}
.inquiryPage .sec1 .conWrap .formWrap .agreeWrap .box {
	width: 100%;
	border-radius: 16px;
	padding: 20px;
	background: #f8f8f8;
	margin: 20px 0;
}
.inquiryPage .sec1 .conWrap .formWrap .agreeWrap .box .inner {
	width: 100%;
	height: 95px;
	overflow-y: auto;
	font-size: var(--fz-15);
	color: #697274;
}
.inquiryPage .sec1 .conWrap .formWrap .agreeWrap .chkarea input {
	display: none;
}
.inquiryPage .sec1 .conWrap .formWrap .agreeWrap .chkarea input + label {
	position: relative;
	padding-left: 48px;
	font-size: var(--fz-20);
}
.inquiryPage .sec1 .conWrap .formWrap .agreeWrap .chkarea input + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f2f2f2;
}
.inquiryPage .sec1 .conWrap .formWrap .agreeWrap .chkarea input + label:after {
	content: "";
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 12px;
	border-radius: 50%;
	background: url(/images/page/inquiry_chk_icon.png) no-repeat center / contain;
	opacity: 0;
}
.inquiryPage .sec1 .conWrap .formWrap .agreeWrap .chkarea input:checked + label:after {
	opacity: 1;
}
.inquiryPage .sec1 .conWrap .formWrap button {
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	width: 170px;
	height: 60px;
	border-radius: 60px;
	background: var(--main-color);
	font-size: var(--fz-15);
	color: #fff;
}
.inquiryPage .sec1 .conWrap .formWrap button i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/page/inquiry_submit_arr.png) no-repeat center / contain;
}

/* 모션 */
/* 모션 */
@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: 1s;
	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: 2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	animation-delay: 0.1s;
	opacity: 0;
}

.pageTop .visual .bg {
	transform: scale(1.1);
}
.pageTop .visual.in-view .bg {
	transform: scale(1);
	transition: all 2s;
}

.m11 .sec2 .innerWrap .imgWrap .img .thumb {
	opacity: 0;
	clip-path: inset(3% 3% 3% 3% round 16px);
}
.m11 .sec2 .innerWrap .imgWrap .img.in-view .thumb {
	opacity: 1;
	clip-path: inset(0% round 16px);
	transition: all 1.6s 0.2s;
}

.m12 .sec1 .container1 .content2 .contentTitle.in-view .effect {
	width: 100%;
}

.m41 .sec2 .ccWrap .cc1 {
	opacity: 0;
	transform: translateX(30%);
}
.m41 .sec2 .ccWrap.in-view .cc1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.2s 0.2s;
}
.m41 .sec2 .ccWrap .cc3 {
	opacity: 0;
	transform: translateX(-30%);
}
.m41 .sec2 .ccWrap.in-view .cc3 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.2s 0.2s;
}

.m61 .sec2 .ccWrap {
	opacity: 0;
	transform: scale(0.9);
}
.m61 .sec2 .ccWrap.in-view {
	opacity: 1;
	transform: scale(1);
	transition: all 1.4s 0.3s;
}

.m62 .sec1 .ccWrap .cc {
	opacity: 0;
	transform: translateY(40px);
}
.m62 .sec1 .ccWrap.in-view .cc {
	opacity: 1;
	transform: translateY(0);
}
.m62 .sec1 .ccWrap .cc:nth-child(1) {
	transition: all 1.2s 0.2s;
}
.m62 .sec1 .ccWrap .cc:nth-child(2) {
	transition: all 1.2s 0.6s;
}
.m62 .sec1 .ccWrap .cc:nth-child(3) {
	transition: all 1.2s 1s;
}
