 @charset "utf-8";
.pcbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}
.innerWrap {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}

/* common */
header .head .area h1 a {
	background: url(../images/common/logo2.png) no-repeat center center / cover;
}
header .head .btnMenu .icon > div {
	background: #fff;
}
header .head .btnMenu .txt {
	color: #fff;
}
header .head .btnLanguage > a {
	background: url(/images/common/btn_language2.png) no-repeat center / cover;
}

.pageTop {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 422px;
}
.pageTop .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/page/pageTop_bg1.jpg) no-repeat center / cover;
}
.pageTop.pn1 .bg {
	background: url(/images/page/pageTop_bg1.jpg) no-repeat center / cover;
}
.pageTop .innerWrap {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 10;
	width: 94%;
	height: 100%;
}
.pageTop .innerWrap h3 {
	margin-bottom: 5%;
	font-family: Pretendard;
	font-size: var(--font-size-60);
	color: #fff;
	font-weight: 500;
}
.page {
	padding: 100px 0 200px;
}
.pageTitle1 {
	font-family: Pretendard;
	font-size: var(--font-size-40);
	color: #000;
	font-weight: 600;
}


@keyframes blurWordIn {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
  }
}



/* m11 */
.m11 .section1 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.m11 .section1 .txts {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	text-align: center;
}
.m11 .section1 .txts1 .slg {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.m11 .section1 .txts1 .slg p {
	font-size: var(--font-size-100);
	font-weight: 500;
	color: #000;
}
.m11 .section1 .txts1 .slg .blank {
	display: block;
	width: 100%;
	height: 50px;
}
.m11 .section1 .txts1 .slg .line {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background: #000;
}
.m11 .section1 .txts1 .intro {
	font-size: var(--font-size-27);
	line-height: 1.5em;
	color: #2c2c2c;
	margin-top: 50px;
}

.m11 .section1 .txts2 {
	opacity: 0;
}
.m11 .section1 .txts2 p {
	text-align: center;
	font-size: var(--font-size-27);
	line-height: 1.5em;
	color: rgba(0, 0, 0, 0.6);
}
.m11 .section1 .txts3 {
	opacity: 0;
}
.m11 .section1 .txts3 p {
	text-align: center;
	font-size: var(--font-size-44);
	font-weight: 500;
	line-height: 1.3em;
	color: #000;
}

.m11 .section2 {
	position: relative;
	height: 500px;
	background: #ff4539;
	display: flex;
	align-items: center;
}
.m11 .section2 .conWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 180px;
}
.m11 .section2 .conWrap .slg {
	opacity: 0;
}
.m11 .section2 .conWrap .line1 {
	position: absolute;
	right: 50%;
	bottom: 60px;
}
.m11 .section2 .conWrap .line1 .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff4539;
}
.m11 .section2 .conWrap .line2 {
	position: absolute;
	left: 50%;
	top: 60px;
}
.m11 .section2 .conWrap .line2 .shadow {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff4539;
}

.m11 .section3 {
	padding: 250px 0 0;
	overflow: hidden;
}
.m11 .section3 .secTit {
	font-size: var(--font-size-86);
	font-weight: 500;
	color: #000;
}
.m11 .section3 .innerWrap {
	position: relative;
}
.m11 .section3 .innerWrap .currentYear {
	position: absolute;
	right: 0;
	top: -28%;
	font-size: min(16vw, 294px);
	font-weight: 500;
	color: #f2f2f2;
}
.m11 .section3 .history {
	position: relative;
	margin-top: 120px;
	padding-bottom: 150px;
	overflow: visible;
}
.m11 .section3 .history:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 55.5px;
	width: 100vw;
	height: 1px;
	background: rgba(0, 0, 0, 0.2);
}
.m11 .section3 .history .swiper-slide {
	width: 520px;
	padding-right: 90px;
}
.m11 .section3 .history .swiper-slide .month {
	position: relative;
	font-size: 28px;
	font-weight: 500;
	color: #000;
}
.m11 .section3 .history .swiper-slide .month:after {
	content: "";
	position: absolute;
	left: 1px;
	top: calc(100% + 16px);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #b51f1f;
}
.m11 .section3 .history .swiper-slide .info {
	margin-top: 100px;
}
.m11 .section3 .history .swiper-slide .info li {
	position: relative;
	padding-left: 22px;
	font-family: "Pretendard";
	font-size: var(--font-size-22);
	line-height: 1.5em;
	color: rgba(0, 0, 0, 0.6);
}
.m11 .section3 .history .swiper-slide .info li + li {
	margin-top: 16px;
}
.m11 .section3 .history .swiper-slide .info li::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 39%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ddd;
}
.m11 .section3 .history .ctr {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	gap: 10px;
}
.m11 .section3 .history .ctr .prev {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.3s;
}
.m11 .section3 .history .ctr .prev i {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/images/page/m11_sec3_prev.png) no-repeat center / contain;
	transition: all 0.3s;
}
.m11 .section3 .history .ctr .prev:hover {
	border: 1px solid rgba(0, 0, 0, 0);
	background: #ff4134;
}
.m11 .section3 .history .ctr .prev:hover i {
	background: url(/images/page/m11_sec3_prev_wh.png) no-repeat center / contain;
}
.m11 .section3 .history .ctr .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.3s;
}
.m11 .section3 .history .ctr .next i {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/images/page/m11_sec3_next.png) no-repeat center / contain;
	transition: all 0.3s;
}
.m11 .section3 .history .ctr .next:hover {
	border: 1px solid rgba(0, 0, 0, 0);
	background: #ff4134;
}
.m11 .section3 .history .ctr .next:hover i {
	background: url(/images/page/m11_sec3_next_wh.png) no-repeat center / contain;
}
.m11 .section3 .btnLayerPop{
	display:inline-block;
	margin:60px 0 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.3);
	font-size: var(--font-size-22);color:rgba(0, 0, 0, 0.3);
}





/* m12 */
.m12 {
}
.m12Tabs {
	display: flex;
	gap: 8px;
}
.m12Tabs li {
	flex: 1;
}
.m12Tabs li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: var(--font-size-22);
	color: #999;
	font-weight: 500;
	text-align: center;
}
.m12Tabs li.on a {
	border-top: 2px solid #ff4539;
	border-bottom: 2px solid #ff4539;
	color: #ff4539;
}

.m12List1 {
	display: flex;
	flex-wrap: wrap;
	margin: 105px 0 0;
	perspective: 800px;
}
.m12List1 li {
	width: calc((100% - 28px * 3) / 4);
	margin: 0 28px 70px 0;
	transition: all 0.4s;
}
.m12List1 li:nth-child(4n) {
	margin-right: 0;
}
.m12List1 li .pht {
	position: relative;
	aspect-ratio:379/379;
}
.m12List1 li .pht>img{height:100%;object-fit:cover;}
.m12List1 li .pht .more {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
	width: 40px;
	height: 40px;
	background: #fff url(/images/page/more_arr.png) no-repeat center / 11px;
	border-radius: 50%;
	transition: all 0.4s;
}
.m12List1 li:hover {
	transform: translate3d(0, 0, 10px);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
.m12List1 li:hover .pht .more {
	background: #ff4539 url(/images/page/more_arr2.png) no-repeat center / 11px;
}
.m12List1 li .info {
	padding: 36px 30px;
	background: #222;
}
.m12List1 li .info .name {
	font-size: var(--font-size-30);
	color: #fff;
	font-weight: 600;
}
.m12List1 li .info .posi {
	margin-top: 10px;
	font-size: var(--font-size-18);
	color: #fff;
	font-weight: 500;
}

.m12List2 {
	display: flex;
	flex-wrap: wrap;
	margin: 105px 0 0;
	perspective: 800px;
}
.m12List2 li {
	position: relative;
	width: calc((100% - 32px * 2) / 3);
	margin: 0 32px 40px 0;
	background: #f3f3f3;
	transition: all 0.4s;
}
.m12List2 li:nth-child(3n) {
	margin-right: 0;
}
.m12List2 li > a {
	display: block;
	padding: 40px 30px;
}
.m12List2 li .name {
	font-size: var(--font-size-30);
	color: #000;
	font-weight: 600;
}
.m12List2 li .posi {
	margin-top: 10px;
	font-size: var(--font-size-18);
	color: #666;
	font-weight: 500;
}
.m12List2 li .more {
	position: absolute;
	right: 30px;
	top: 40px;
	width: 40px;
	height: 40px;
	background: #333 url(/images/page/more_arr2.png) no-repeat center / 11px;
	border-radius: 50%;
	transition: all 0.4s;
}
.m12List2 li:hover {
	transform: translate3d(0, 0, 10px);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
.m12List2 li:hover .more {
	background: #ff4539 url(/images/page/more_arr2.png) no-repeat center / 11px;
}

/* m12 layer popup */
.dim {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.layerPop1 {
	display:none;
	position:fixed;left:50%;top:50%;z-index:1000;
	max-width:1600px;width:94%;height:auto;max-height:85vh;	
	transform:translate(-50%,-50%);
	background:#fff;
}
.layerPop1_inner {
	position:relative;z-index:10;
	display:flex;flex-direction:column;
	width:100%;height:100%;
}
.layerPop1_close {
	position: absolute;right: 40px;top: 40px;z-index:100;
	width: 37px;
	height: 37px;
	background: url(/images/page/btn_close.png) no-repeat center / cover;
	border: 0;
	cursor: pointer;
}
.btnPrev {
	position: absolute;	left: 40px;top: 50%;z-index:10;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	background: url(/images/page/pop_prev.png) no-repeat center / cover;
}
.btnNext {
	position: absolute;right: 40px;top: 50%;z-index:10;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	background: url(/images/page/pop_next.png) no-repeat center / cover;
}
.layerPop1_body {
	display: flex;align-items:center;
	flex-wrap: wrap;
	overflow:hidden;overflow-y:auto;
	position:relative;
	width:100%;height:100%;padding:80px 8%;max-height:85vh;	
}
.layerPop1_body:after{
	display:block;content:"";
	width:1px;height:calc(100% - 160px);
	position:absolute;left:50%;top:50%;
	transform:translateY(-50%);
	background:#ccc;
}
.layerPop1_pht {
	width: 50%;
	padding: 0 5%;	
}
.layerPop1_pht img {
	display: block;
	width:92%;
}
.layerPop1_info {
	width: 50%;
	padding-left: 5%;
}
.layerPop1_body .name {
	font-size: var(--font-size-46);
	font-weight: 600;
	color: #000;
}
.layerPop1_body .posi {
	margin: 20px 0;
	font-size: var(--font-size-24);
	color: #ff4539;
	font-weight: 500;
}
.layerPop1_body .exp {
	font-size: var(--font-size-22);
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
	line-height: 140%;
}
.layerPop1_info .spec {
	margin-top: 40px;
}
.layerPop1_info .spec .tit {
	font-size: var(--font-size-22);
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
}
.layerPop1_info .spec ul {
	overflow: hidden;
	overflow-y: auto;
	height:auto;max-height: 32vh;
	padding: 40px;
	margin-top: 20px;
	background: #f6f6f6;
}
.layerPop1_info .spec ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 8px;
	font-family: "Pretendard";
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	line-height: 140%;
}
.layerPop1_info .spec ul li:last-child{margin:0;}
.layerPop1_info .spec ul li:before {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background: #ff4539;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}

.layerPop2 {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	max-width: 1600px;
	width: 100%;
	height: 60vh;
	transform: translate(-50%, -50%);
	background: #fff;
}

.layerPop3{
	display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	max-width:800px;
	width: 94%;
	transform: translate(-50%, -50%);
	background: #fff;
}
.layerPop3 .inner{position:relative;padding:50px;}
.layerPop3 .btnClose{
	position:absolute;right:50px;top:50px;
	width: 37px;
	height: 37px;
	background: url(/images/page/btn_close.png) no-repeat center / cover;
}
.layerPop3 .titleArea{
	padding-right:50px;
	border-bottom:1px solid rgba(0, 0, 0, 0.3);
	font-size: var(--font-size-46);color:#000;font-weight:600;
}
.layerPop3 .con{padding:40px 0 0;}
.layerPop3 .con p{
	margin-bottom:20px;
	font-size: var(--font-size-20);color:rgba(0, 0, 0, 0.6);line-height:140%;
}
.layerPop3 .con p strong{color:#000;}



/* paging */
.paging {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 120px;
	text-align: center;
}
.paging a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #cbd1d7;
	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: #ff4539;
	color: #fff;
	font-size: 20px;
	line-height: 48px;
	font-weight: 400;
}
.paging .page_begin {
	width: 32px;
	height: 32px;
	background: url(/images/common/page_begin.png) no-repeat center / 32px;
	border: 0;
}
.paging .page_prev {
	width: 32px;
	height: 32px;
	background: url(/images/common/page_prev.png) no-repeat center / 32px;
	border: 0;
	margin-right: 16px;
}
.paging .page_next {
	width: 32px;
	height: 32px;
	background: url(/images/common/page_next.png) no-repeat center / 32px;
	border: 0;
	margin-left: 16px;
}
.paging .page_end {
	width: 32px;
	height: 32px;
	background: url(/images/common/page_end.png) no-repeat center / 32px;
	border: 0;
}

/* m13 */
.m13 {
}
.m13Tabs {
	display: flex;
	gap: 8px;
}
.m13Tabs li {
	flex: 1;
}
.m13Tabs li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: var(--font-size-22);
	color: #999;
	font-weight: 500;
	text-align: center;
}
.m13Tabs li.on a {
	border-top: 2px solid #ff4539;
	border-bottom: 2px solid #ff4539;
	color: #ff4539;
}
.m13 .msg {
	padding: 80px 0;
	border-bottom: 1px solid #999;
	font-size: var(--font-size-28);
	color: #000;
	line-height: 140%;
	font-weight: 500;
	text-align: center;
}
.m13 .overview {
	max-width: 1270px;
	width: 94%;
	margin: 0 auto;
	padding: 120px 0 0;
}
.m13 .overview dl {
	position: relative;
	padding-left: 160px;
	margin-bottom: 80px;
}
.m13 .overview dl:last-child {
	margin: 0;
}
.m13 .overview dl:before {
	display: block;
	content: "";
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}
.m13 .overview dl:nth-child(1):before {
	background: #ff4539 url(/images/page/m13_tab1_icon1.png) no-repeat center / 48px;
}
.m13 .overview dl:nth-child(2):before {
	background: #ff4539 url(/images/page/m13_tab1_icon2.png) no-repeat center / 48px;
}
.m13 .overview dl:nth-child(3):before {
	background: #ff4539 url(/images/page/m13_tab1_icon3.png) no-repeat center / 48px;
}
.m13 .overview dl:nth-child(4):before {
	background: #ff4539 url(/images/page/m13_tab1_icon4.png) no-repeat center / 48px;
}
.m13 .overview dl:nth-child(5):before {
	background: #ff4539 url(/images/page/m13_tab1_icon5.png) no-repeat center / 48px;
}
.m13 .overview dl dt {
	font-size: var(--font-size-28);
	color: #000;
	font-weight: 500;
	line-height: 140%;
}
.m13 .overview dl dd {
	margin-top: 30px;
	font-size: var(--font-size-20);
	color: #2c2c2c;
	font-weight: 500;
	line-height: 140%;
}

.m13 .overview dl:before{transform:translateY(40px);opacity:0;transition:all 1s;}
.m13 .overview dl dt{transform:translateX(40px);opacity:0;transition:all 1s;}
.m13 .overview dl dd{transform:translateX(40px);opacity:0;transition:all 1s;}

.m13 .overview dl.in-view:before{transform:translateY(0px);opacity:1;}
.m13 .overview dl.in-view dt{transform:translateX(0px);opacity:1;}
.m13 .overview dl.in-view dd{transform:translateX(0px);opacity:1;transition:all 1s 0.2s;}




.m13 .sinmungo {
	padding: 100px 0 0;
}
.m13 .sinmungo p {
	margin-top: 24px;
	font-size: var(--font-size-28);
	color: #000;
	font-weight: 500;
	line-height: 140%;
}
.m13 .report {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 80px 0 100px;
}
.m13 .report > div {
	width: 48%;
}
.m13 .report > div h4 {
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	font-size: var(--font-size-28);
	color: #000;
	font-weight: 500;
}
.m13 .report > div ul {
}
.m13 .report > div ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 13px;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	line-height: 140%;
}
.m13 .report > div ul li:before {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background: #ddd;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.m13 .agreeWrap {
	padding: 100px 0;
	border-top: 1px solid #999;
}
.m13 .agreeWrap .txtwrap {
	margin: 24px 0 40px;
	font-size: var(--font-size-20);
	color: #2c2c2c;
	line-height: 140%;
}
.m13 .agreeWrap .txtwrap table {
	width: 100%;
	margin-top: 40px;
}
.m13 .agreeWrap .txtwrap table th {
	padding: 20px 0;
	background: #ff4539;
	font-size: var(--font-size-20);
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.m13 .agreeWrap .txtwrap table td {
	padding: 40px 0;
	border-bottom: 1px solid #999;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.m13 .agreeWrap .agree {
}
.m13 .agreeWrap .agree input {
	display: none;
}
.m13 .agreeWrap .agree input + label {
	position: relative;
	padding-left: 38px;
	font-size: var(--font-size-20);
	color: #000;
}
.m13 .agreeWrap .agree input + label:before {
	display: block;
	content: "";
	width: 26px;
	height: 26px;
	background: rgba(243, 243, 243, 1);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.m13 .agreeWrap .agree input:checked + label:before {
	background: rgba(243, 243, 243, 1) url(/images/page/chk_on.png) no-repeat center / 12px;
}

.m13 .formWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 60px;
	padding: 100px 0;
	border-top: 1px solid #999;
}
.m13 .formWrap dl {
	width: 48%;
}
.m13 .formWrap dl.w100 {
	width: 100%;
}
.m13 .formWrap dl.empty {
}
.m13 .formWrap dl dt {
	font-size: var(--font-size-28);
	color: #000;
	font-weight: 500;
}
.m13 .formWrap dl dt .req {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	font-size: var(--font-size-20);
	color: #ff4539;
}
.m13 .formWrap dl dd {
	margin-top: 10px;
}
.m13 .formWrap dl dd input {
	width: 100%;
	height: 68px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
	padding: 0 15px;
	font-size: var(--font-size-16);
	color: rgba(0, 0, 0, 0.6);
}
.m13 .formWrap dl dd textarea {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
	resize: none;
	padding: 15px;
	font-size: var(--font-size-16);
	color: rgba(0, 0, 0, 0.6);
}

.filebox {
	display: flex;
	position: relative;
}
.filebox input[type="file"] {
	display: none;
}
.filebox .upload-name {
	width: calc(100% - 180px);
	height: 68px;
	padding: 0 10px;
	vertical-align: middle;
	border: 1px solid #dddddd;
	width: 78%;
	color: #999999;
}
.filebox label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 68px;
	background: rgba(0, 0, 0, 0.2);
	font-size: var(--font-size-16);
	color: #000;
}
.filebox label i {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background: url(/images/page/file_add.png) no-repeat center / 15px;
}
.mobileTip{display:none;}
.m13 button.btnSubmit {
	display: block;
	width: 190px;
	height: 66px;
	margin: 0 auto;
	background: #000;
	border-radius: 50px;
	border: 0;
	outline: 0;
	font-size: var(--font-size-20);
	color: #fff;
}




/* m21 */
.m21 {padding:0;}
.m21 .sec1{
	overflow:hidden;
	position:relative;text-align: center;
	width:100%;height:100vh;
}
.m21 .sec1 h3 {
	position:absolute;left:0;top:100px;
	font-size: var(--font-size-44);color: #000;font-weight: 600;text-align:center;
	width:100%;
}
.m21 .sec1 .bg1{
	position:absolute;left:50%;top:50%;
	transform:translate(-50%,-50%);
	border-radius:50%;
	width:24%;
	aspect-ratio:1/1;
	background:#f4f4f4;
	margin-top:4%;
}
.m21 .sec1 .bg2{
	display:flex;
	position:absolute;left:0;top:0;z-index:50;
	width:100%;height:100%;
	opacity:1;
}
.m21 .sec1 .bg2>div{
	width:50%;height:100%;
}
.m21 .sec1 .bg2>div.leftBg{
	background:#ff4539;
	clip-path:inset(0% 0% 0% 100%);
}
.m21 .sec1 .bg2>div.rightBg{
	background:#ededed;
	clip-path:inset(0% 100% 0% 0%);
}
.m21 .sec1 .centerImg{
	position:absolute;left:50%;top:50%;z-index:100;
	transform:translate(-50%,-50%);
	width:20%;
	margin-top:5%;
}
.m21 .sec1 .centerImg img{
	width:100%;
	animation: centerImgFloat 6s ease-in-out infinite;
    will-change: transform;
}
.m21 .sec1 .conWrap{
	position:relative;z-index:100;display:flex;width:100%;height:100%;
	
}
.m21 .sec1 .conWrap>div{
	display:flex;align-items:center;
	width:50%;height:100%;
}
.m21 .sec1 .conWrap>div.leftArea{padding:0 10% 0 6%;text-align:left;}
.m21 .sec1 .conWrap>div.leftArea>div{width:100%;}
.m21 .sec1 .conWrap>div.leftArea dl{
	max-width:450px;
	margin:2vh 0;
	opacity:0;transform:translateX(40px);
}
.m21 .sec1 .conWrap>div.leftArea dl dt{font-size: var(--font-size-28);color:#fff;font-weight:600;line-height:130%;}
.m21 .sec1 .conWrap>div.leftArea dl dt>div{
  font-size: var(--font-size-78);color: transparent;line-height:130%;font-weight:700;
  -webkit-text-stroke: 1px #fff; /* 굵기 색상 */
  text-stroke: 1px #fff;	
}
.m21 .sec1 .conWrap>div.leftArea dl dd{margin-top:12px;font-size: var(--font-size-18);color:#fff;line-height:130%;}
.m21 .sec1 .conWrap>div.rightArea{padding:0 0 0 3%;opacity:0;transform:translateX(-40px);}

@keyframes centerImgFloat {
    0%   { transform: translateY(0px) rotate(0deg); }
    33%  { transform: translateY(-6px) rotate(0.8deg); }
    66%  { transform: translateY(-3px) rotate(-0.5deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}






/* m22 */
.m22 {
	padding: 0;
}
.m22 .sec1 {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
	text-align: center;
}
.m22 .sec1 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m22 .sec1 .bg > div {
	width: 100%;
	height: 100%;
	background: url(/images/page/m22_sec1_bg.jpg) no-repeat center / cover;
	clip-path: inset(40% 35% 40% 35%);
	will-change: clip-path;
	transform: translateZ(0); /* GPU 레이어 강제 분리 */
}
.m22 .sec1 .txt1 {
	position: absolute;
	left: 50%;
	top: 178px;
	transform: translate(-50%, 0%);
	font-size: var(--font-size-46);
	color: #000;
	font-weight: 600;
	line-height: 130%;
}
.m22 .sec1 .txt1 span {
	position: relative;
}
.m22 .sec1 .txt1 span:before {
	display: block;
	content: "";
	width: 100%;
	height: 12px;
	background: #ff4539;
	position: absolute;
	left: 0;
	bottom: 11px;
	z-index: -1;
}
.m22 .sec1 .txt2 {
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}
.m22 .sec1 .txt2 > div {
	font-size: var(--font-size-46);
	color: #000;
	font-weight: 600;
	line-height: 130%;
	opacity: 0;
}
.m22 .sec1 .txt2 > p {
	margin-top: 45px;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	line-height: 140%;
	opacity: 0;
}

.m22 .sec2 {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
}
.m22 .sec2 .txts {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 45%;
	padding: 0 5%;
}
.m22 .sec2 .txts > ul {
	position: relative;
	height: 360px;
}
.m22 .sec2 .txts > ul > li {
	position: absolute;
	left: 0%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition:
		opacity 0.4s,
		transform 0.4s;
}
.m22 .sec2 .txts > ul > li.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.m22 .sec2 .txts > ul > li .num {
	font-family: Gabarito;
	font-size: var(--font-size-80);
	color: #ff4539;
}
.m22 .sec2 .txts > ul > li .tit {
	margin: 50px 0 30px;
	font-size: var(--font-size-46);
	color: #000;
	font-weight: 700;
}
.m22 .sec2 .txts > ul > li ul li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 7px;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	line-height: 140%;
}
.m22 .sec2 .txts > ul > li ul li:before {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.m22 .sec2 .txts .ctr {
	display: flex;
	gap: 10px;
	margin-top: 80px;
}
.m22 .sec2 .txts .ctr > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: 1px solid #999;
	border-radius: 50%;
}
.m22 .sec2 .txts .ctr > a.m22BtnPrev{
	background:url(/images/page/m22_sec2_prev.png) no-repeat center / 12px;
}
.m22 .sec2 .txts .ctr > a.m22BtnNext{
	background:url(/images/page/m22_sec2_next.png) no-repeat center / 12px;
}
.m22 .sec2 .txts .ctr > a.m22BtnPrev:hover{
	background:#ff4134 url(/images/page/m22_sec2_prev2.png) no-repeat center / 12px;
	border:0;
}
.m22 .sec2 .txts .ctr > a.m22BtnNext:hover{
	background:#ff4134 url(/images/page/m22_sec2_next2.png) no-repeat center / 12px;
	border:0;
}
.m22 .sec2 .txts .ctr > a img {
	height: 12px;
}
.m22 .sec2 .circle {
	position: absolute;
	right: -50%;
	top: 5%;
	width: 100vw;
	aspect-ratio: 1/1;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}
.m22 .sec2 .circle .imgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m22 .sec2 .circle .imgs li {
	position: absolute;
	width: 23.5%;
	transform-origin: center center;
	transition: filter 0.4s;
}
.m22 .sec2 .circle .imgs li img {
	transform: scale(0.9);
	transition: all 0.4s;
}
.m22 .sec2 .circle .imgs li:nth-child(5) {
	left: 50%;
	top: 0%;
} /* 0° — 12시 */
.m22 .sec2 .circle .imgs li:nth-child(4) {
	left: 97.6%;
	top: 34.5%;
} /* 72° — 2시 */
.m22 .sec2 .circle .imgs li:nth-child(3) {
	left: 79.4%;
	top: 90.5%;
} /* 144° — 5시 */
.m22 .sec2 .circle .imgs li:nth-child(2) {
	left: 20.6%;
	top: 90.5%;
} /* 216° — 7시 */
.m22 .sec2 .circle .imgs li:nth-child(1) {
	left: 2.4%;
	top: 34.5%;
} /* 288° — 10시 */
.m22 .sec2 .circle .imgs li.active {
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.45));
}
.m22 .sec2 .circle .imgs li.active img {
	transform: scale(1);
}

.m22 .sec2 .lists {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.m22 .sec2 .lists li {
	position: relative;
	padding-right: 40px;
	margin: 10px 0;
	font-family: "Noto Sans KR";
	font-size: var(--font-size-22);
	text-align: right;
	color: #666;
	font-weight: 500;
}
.m22 .sec2 .lists li:after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.m22 .sec2 .lists li:nth-child(1):after {content: "01";}
.m22 .sec2 .lists li:nth-child(2):after {content: "02";}
.m22 .sec2 .lists li:nth-child(3):after {content: "03";}
.m22 .sec2 .lists li:nth-child(4):after {content: "04";}
.m22 .sec2 .lists li:nth-child(5):after {content: "05";}
.m22 .sec2 .lists li.active {color: #ff4539;}


.m22 .sec3{padding:0 0 0 5%;height:100vh;}
.m22 .sec3 h4{
	font-size: var(--font-size-46);
	color: #000;
	font-weight: 700;	
}
.m22 .sec3 .conWrap {
	position: relative;
	margin-top: 80px;
	height: 390px;
}
.m22 .sec3 .conWrap ul {
	display: flex;
}
.m22 .sec3 .conWrap ul li {
	flex-shrink: 0;
	position: relative;
	width: 580px;
	padding: 0 40px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.m22 .sec3 .conWrap ul li:first-child {
	padding-left: 0;
}
.m22 .sec3 .conWrap ul li .icon {
	width: 66px;
	height: 66px;
}
.m22 .sec3 .conWrap ul li .num {
	position: absolute;
	right: 40px;
	top: 0;
	font-size: var(--font-size-20);
	color: #222;
}
.m22 .sec3 .conWrap ul li .tit {
	margin:40px 0 50px;
	font-family: Pretendard;
	font-size: var(--font-size-28);
	color: #111;
	font-weight: 600;
}
.m22 .sec3 .conWrap ul li .txt {
	font-family: Pretendard;
	font-size: var(--font-size-19);
	color: rgba(0, 0, 0, 0.6);
	line-height: 150%;
}
.m22 .sec3 .conWrap ul li .txt strong{display:inline-block;margin-bottom:10px;color:#111;font-weight:500;}





/* m23 */
.m23 {
}
.m23 .table {
	overflow: hidden;
	overflow-x: auto;
	width: 100%;
	margin: 30px 0 100px;
}
.m23 .table table {
	width: 100%;
	border-collapse: separate; /* collapse → separate */
	border-spacing: 0;
}
.m23 .table table th {
	height: 54px;
	background: #e5e5e5;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 10px solid #fff;
	font-size: var(--font-size-20);
	color: #000;
	text-align: center;
}
.m23 .table table th:first-child {
	border-left: 0;
}
.m23 .table table th:last-child {
	border-right: 0;
}
.m23 .table table th .state {
	display: flex;
}
.m23 .table table th .state > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 148px) / 3);
	height: 54px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 0;
	color: #fff;
}
.m23 .table table th .state > div.s1 {
	background: #e99d90;
}
.m23 .table table th .state > div.s2 {
	background: #ed7765;
}
.m23 .table table th .state > div.s3 {
	background: #ff4539;
}
.m23 .table table th .state > div.partner {
	width: 148px;
	border-right: 0;
	background: #464646;
}

.m23 .table table td {
	padding: 15px;
	border: 1px solid #ffdad7;
	font-family: Pretendard;
	font-size: var(--font-size-20);
	color: #666;
	font-weight: 500;
	text-align: center;
}
.m23 .table table td a {
	font-family: Pretendard;
	font-size: var(--font-size-20);
	color: #666;
	font-weight: 500;
	text-align: center;
}
.m23 .table table td a i {
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 19px;
	margin: 3px 0 0 0;
	border: 1px solid #ff4539;
	border-radius: 50%;
	background: url(/images/page/m23_arr.png) no-repeat center / 5px;
}
.m23 .table table td .state {
	display: flex;
	min-height: 78px;
}
.m23 .table table td .state .stateGuage {
	position: relative;
	width: calc((100% - 148px));
}
.m23 .table table td .state .stateGuage .lines {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m23 .table table td .state .stateGuage .lines > div {
	flex: 1;
	border-right: 1px solid #ffdad7;
}
.m23 .table table td .state .stateGuage .bar {
	position: absolute;
	left: 0;
	top: 50%;
	height: 6px;
	transform: translateY(-50%);
	background: linear-gradient(90deg, #ffdad7, #ff4539);
}
.m23 .table table td .state .stateGuage .bar:after {
	display: block;
	content: "";
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 5px solid #ff4539;
	background: #fff;
	position: absolute;
	left: calc(100% - 20px);
	top: 50%;
	margin-top: -10px;
	border-radius: 50%;
}
.m23 .table table td .state .partner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 148px;
}
.m23 .table table td .state .partner img {
	width: 70%;
	height: auto;
}
.m23 .table table .hiddenExp {
	display: none;
	transition: all 1s;
}
.m23 .table table .hiddenExp.on {
	display: table-row;
}
.m23 .table table .hiddenExp td {
	padding: 40px 60px;
	background: #f3f3f3;
	text-align: left;
}
.m23 .table table .hiddenExp td .tit {
	font-family: Pretendard;
	font-size: var(--font-size-24);
	color: #000;
	font-weight: 600;
}
.m23 .table table .hiddenExp td .txt {
	margin-top: 20px;
	font-family: Pretendard;
	font-size: var(--font-size-16);
	color: #666;
	line-height: 150%;
	font-weight: 400;
}

/* m31 */
.bbs {
}
.bbs .bbsTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bbs .bbsTop .total {
	width:calc(100% - 667px);
	font-family: Pretendard;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
}
.bbs .bbsTop .searchWrap {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 667px;
}
.bbs .bbsTop .searchWrap select {
	width: 155px;
	height: 62px;
	padding: 0 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	font-size: var(--font-size-20);
	color: #000;
	appearance: none;
	outline: 0;
	background: url(/images/page/sel_arr.png) no-repeat calc(100% - 30px) center / 20px;
}
.bbs .bbsTop .searchWrap input {
	width: calc(100% - 155px - 112px);
	height: 62px;
	padding: 0 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	outline: 0;
	font-size: var(--font-size-20);
	color: #666;
}
.bbs .bbsTop .searchWrap button {
	width: 112px;
	height: 62px;
	background: #000;
	border-radius: 50px;
	border: 0;
	outline: 0;
	font-size: var(--font-size-20);
	color: #fff;
	text-align: center;
}

.bbs .bbs1 {
	width: 100%;
	margin-top: 40px;
	border-collapse: collapse;
	border-top: 1px solid #000;
}
.bbs .bbs1 th {
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	font-family: Pretendard;
	font-size: var(--font-size-22);
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.bbs .bbs1 td {
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	font-family: Pretendard;
	font-size: var(--font-size-22);
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.bbs .bbs1 th.title {
	font-weight: 600;
	color: #000;
}
.bbs .bbs1 td.title {
	padding: 40px;
	text-align: left;
}
.bbs .bbs1 .title a {
	font-size: var(--font-size-22);
	font-weight: 600;
	color: #000;
}
.bbs .mobileList{display:none;}



.bbsView {
}
.bbsView .titleArea {
	padding: 60px 5%;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
}
.bbsView .titleArea .tit {
	font-size: var(--font-size-46);
	font-weight: 600;
	color: #000;
	line-height: 140%;
}
.bbsView .titleArea .date {
	margin: 16px 0 20px;
	font-size: var(--font-size-20);
	color: #666;
}
.bbsView .titleArea .date .bar{
	display:inline-block;
	width:1px;height:14px;
	background:#ccc;
	margin:0 10px;
}
.bbsView .titleArea .file {
}
.bbsView .titleArea .file dl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bbsView .titleArea .file dl dt {
	padding-left: 25px;
	padding-right: 10px;
	background: url(/images/page/icon_file.png) no-repeat left center;
	background-size: 17px;
	font-size: var(--font-size-20);
	color: #666;
}
.bbsView .titleArea .file dl dd {
	position: relative;
	padding-left: 10px;
	font-size: var(--font-size-20);
	color: #666;
}
.bbsView .titleArea .file dl dd:before {
	display: block;
	content: "";
	width: 1px;
	height: 14px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 4px;
}
.bbsView .titleArea .file dl dd a {
	font-size: var(--font-size-20);
	color: #666;
}
.bbsView .viewCon {
	padding: 110px 5%;
	border-bottom: 1px solid #333;
}
.bbsView .btns {
	margin-top: 80px;
	text-align: center;
}
.bbsView .btns a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 66px;
	background: #000;
	border-radius: 50px;
	font-size: var(--font-size-20);
	color: #fff;
}
.bbsView .btns a i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(/images/page/icon_list.png) no-repeat center / cover;
}

/* m32 - 주식/IR 시세 */
.m32 {
}
.m32StockHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 126px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.m32StockHead_left {
	display: flex;
	align-items: center;
	gap: 20px;
}
.m32StockHead_name {
	font-family: Pretendard;
	font-size: var(--font-size-46);
	font-weight: 700;
	color: #000;
	line-height: 66px;
}
.m32StockHead_code {
	font-family: Pretendard;
	font-size: var(--font-size-20);
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 30px;
}
.m32StockHead_time {
	font-family: Pretendard;
	font-size: var(--font-size-20);
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 30px;
}

.m32PriceArea {
	display: flex;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.m32PriceArea_left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 36px 0 36px 54px;
	box-sizing: border-box;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.m32PriceArea_right {
	width: 50%;
	padding: 36px 54px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m32CurrentPrice {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 50%;
}
.m32CurrentPrice_arrow {
	width: 26px;
	height: 26px;
	background: #e60012;
	clip-path: polygon(50% 20%, 100% 80%, 0 80%);
}
.m32CurrentPrice_arrow--down {
	background: #1753ec;
	clip-path: polygon(50% 80%, 0 20%, 100% 20%);
}
.m32CurrentPrice_value {
	font-family: Roboto, sans-serif;
	font-size: var(--font-size-80);
	font-weight: 500;
	line-height: 96px;
	color: #000;
}
.m32CurrentPrice_value--up {
	color: #e60012;
}
.m32CurrentPrice_value--down {
	color: #1753ec;
}
.m32PriceSub {
	padding: 0 70px;
	width: 50%;
}
.m32PriceSub_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.m32PriceSub_row:last-child {
	border: 0;
}
.m32PriceSub_label {
	font-family: Pretendard;
	font-size: var(--font-size-20);
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 30px;
}
.m32PriceSub_val {
	font-family: Pretendard;
	font-size: var(--font-size-20);
	font-weight: 500;
	line-height: 30px;
}
.m32PriceSub_val--up {
	color: #e60012;
}
.m32PriceSub_val--down {
	color: #1753ec;
}
.m32PriceSub_arrow {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	background: #e60012;
	clip-path: polygon(50% 20%, 100% 80%, 0 80%);
}
.m32PriceSub_val--down .m32PriceSub_arrow {
	background: #1753ec;
	clip-path: polygon(50% 80%, 0 20%, 100% 20%);
}

.m32PriceTable {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.m32PriceTable_row {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.m32PriceTable_row:last-child {
	border-bottom: 0;
}
.m32PriceTable_th {
	flex: 1;
	text-align: center;
	font-family: Pretendard;
	font-size: var(--font-size-20);
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 30px;
}
.m32PriceTable_td {
	flex: 1;
	text-align: center;
	font-family: Pretendard;
	font-size: var(--font-size-20);
	font-weight: 500;
	color: #000;
	line-height: 30px;
}

.m32InfoList {
	margin-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.m32InfoList_row {
	display: flex;
	height: 90px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.m32InfoList_row:last-child {
	border-bottom: 0;
}
.m32InfoList_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	padding: 0 54px;
	box-sizing: border-box;
}
.m32InfoList_label {
	font-family: Pretendard;
	font-size: var(--font-size-20);
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 30px;
}
.m32InfoList_val {
	font-family: Pretendard;
	font-size: var(--font-size-20);
	font-weight: 500;
	color: #000;
	line-height: 30px;
}

.m32Daily {
	margin-top: 110px;
}
.m32Daily_title {
	font-family: Pretendard;
	font-size: var(--font-size-46);
	font-weight: 700;
	color: #000;
	line-height: 66px;
	margin-bottom: 30px;
}
.m32Daily_tableWrap {
	overflow: auto;
	border-top: 1px solid rgba(0, 0, 0, 1);
}
.m32Daily_table {
	width: 100%;
	border-collapse: collapse;
}
.m32Daily_table thead tr {
	height: 90px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.m32Daily_table th {
	padding: 0 24px;
	font-family: Pretendard;
	font-size: var(--font-size-20);
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
	line-height: 30px;
}
.m32Daily_table tbody tr {
	height: 90px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.m32Daily_table td {
	padding: 0 24px;
	font-family: Pretendard;
	font-size: var(--font-size-20);
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 30px;
}
.m32Daily_change {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.m32Daily_arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	clip-path: polygon(50% 20%, 100% 80%, 0 80%);
}
.m32Daily_change--up {
	color: #e60012;
}
.m32Daily_change--up .m32Daily_arrow {
	background: #e60012;
}
.m32Daily_change--down {
	color: #1753ec;
}
.m32Daily_change--down .m32Daily_arrow {
	background: #1753ec;
	clip-path: polygon(50% 80%, 0 20%, 100% 20%);
}
.m32Daily_change--same {
	color: #000;
}
.m32Daily_change--same .m32Daily_arrow {
	display: none;
}

/* m33 */
.m33Tabs {
	display: flex;
	gap: 8px;
}
.m33Tabs li {
	flex: 1;
}
.m33Tabs li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: var(--font-size-22);
	color: #999;
	font-weight: 500;
	text-align: center;
}
.m33Tabs li.on a {
	border-top: 2px solid #ff4539;
	border-bottom: 2px solid #ff4539;
	color: #ff4539;
}
.m33Tabs2 {
	display: flex;
	gap: 8px;
	margin: 100px 0 60px;
}
.m33Tabs2 li {
	width: 194px;
}
.m33Tabs2 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	border-radius: 50px;
	border: 1px solid #000;
	font-size: var(--font-size-22);
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
	text-align: center;
}
.m33Tabs2 li.on a {
	background: #000;
	color: #fff;
}
.m33 .unit {
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	text-align: right;
}
.m33 .table {
	overflow: hidden;
	margin-top: 20px;
}
.m33 .table table {
	width: 100%;
	border-top: 1px solid #000;
}
.m33 .table table th {
	padding: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	font-size: var(--font-size-22);
	color: #000;
	font-weight: 500;
	text-align: center;
}
.m33 .table table td {
	padding: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.m33 .table table .total td {
	background: rgba(246, 171, 171, 0.1);
}
.m33 .table table td.tit {
	color: #000;
	font-weight: 500;
}

/**/
.bbs2 {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #000;
	border-collapse: collapse;
}
.bbs2 td {
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
}
.bbs2 td.date {
	width: 150px;
}
.bbs2 td.date .day {
	font-size: var(--font-size-46);
	color: #000;
	font-weight: 500;
}
.bbs2 td.date .ym {
	font-size: var(--font-size-22);
	color: #000;
	font-weight: 500;
}
.bbs2 td.tit {
	padding: 40px;
	text-align: left;
}
.bbs2 td.tit a {
	font-size: var(--font-size-22);
	color: #000;
	font-weight: 600;
}
.bbs2 td.more {
	width: 140px;
	font-size: var(--font-size-14);
	color: #444;
	font-weight: 500;
}
.bbs2 td.more i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 0 5px;
	background: url(/images/page/bbs_more.png) no-repeat center / 12px;
}

/**/
.bbs3 {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #000;
	border-collapse: collapse;
}
.bbs3 td {
	padding: 40px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
}
.bbs3 td.num {
	width: 150px;
	font-size: var(--font-size-46);
	color: #000;
	font-weight: 500;
}
.bbs3 td.tit {
	padding: 40px;
	font-size: var(--font-size-22);
	color: #000;
	font-weight: 600;
	text-align: left;
}
.bbs3 td.tit a {
	font-size: var(--font-size-22);
	color: #000;
	font-weight: 600;
}
.bbs3 td.date {
	width: 190px;
	font-size: var(--font-size-22);
	color: #666;
	font-weight: 500;
}
.bbs3 td.down {
	width: 140px;
}
.bbs3 td.down a{
	display:inline-block;
	width:28px;height:28px;
	background:url(/images/page/icon_download.png) no-repeat center / cover;
	transition:all 0.24s;
}
.bbs3 td.down a:hover{
	background:url(/images/page/icon_download_hover.jpg) no-repeat center / cover;
}


/**/
.bbs4 {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #000;
	border-collapse: collapse;
}
.bbs4 td {
	padding: 40px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
}
.bbs4 td.num {
	width: 150px;
	font-size: var(--font-size-46);
	color: #000;
	font-weight: 500;
}
.bbs4 td.cate {
	width: 130px;
	font-size: var(--font-size-22);
	color: #000;
	font-weight: 500;
}
.bbs4 td.tit {
	padding: 40px;
	text-align: left;
}
.bbs4 td.tit a {
	font-size: var(--font-size-22);
	color: #000;
	font-weight: 600;
}
.bbs4 td.period {
	width: 320px;
	font-size: var(--font-size-22);
	color: #666;
}
.bbs4 td.state {
	width: 140px;
}
.bbs4 td.state span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 117px;
	height: 46px;
	font-size: var(--font-size-22);
	text-align: center;
	border-radius: 50px;
}
.bbs4 td.state span.ing {
	border: 1px solid #ff4539;
	color: #ff4539;
}
.bbs4 td.state span.end {
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.3);
}


.bbs4 .notice td{background:rgba(246, 171, 171, 0.08);}
.bbs4 .notice td.num span{
	display:inline-flex;align-items:center;justify-content:center;
	width:70%;height:55px;
	background:#ff4539;
	border-radius:50px;
	font-size: var(--font-size-22);color:#fff;text-align:center;
}
.bbs4 .notice .state{font-weight:500;}
.bbs4 .notice .state a{color:#000;font-weight:500;}





/* m51 */
.m51 {
}
.m51 .slg {
	margin-bottom: 100px;
	font-size: var(--font-size-86);
	color: #000;
	text-align: center;
	line-height: 120%;
	font-weight: 500;
}
.m51 .slg > div > span{display:inline-block;}
.m51 .slg > div > span{transform:translateY(0);opacity: 0; animation: blurWordIn 1s forwards;}
.m51 .slg.in-view > div:nth-child(1) > span{animation-delay:0.1s;}
.m51 .slg.in-view > div:nth-child(2) > span{animation-delay:0.2s;}

.m51 .sec1 {
	position: relative;
	width: 94%;
	height: 100vh;
	margin: 0 auto;
}
.m51 .sec1 .bg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translateY(-50%);
}
.m51 .sec1 .bg .bg1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: url(/images/page/m51_sec1_bg1.jpg) no-repeat center / cover;
	clip-path: circle(10%);
}
.m51 .sec1 .bg .bg2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: url(/images/page/m51_sec1_bg2.jpg) no-repeat center / cover;
	clip-path: circle(10%);
}
.m51 .sec1 .txt {
	position: absolute;
	left: 0%;
	top: 50%;
	z-index: 100;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.m51 .sec1 .txt > div {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 100;
	transform: translateY(-50%);
	width: 100%;
	font-size: var(--font-size-32);
	color: #fff;
	font-weight: 600;
	line-height: 140%;
}
.m51 .sec1 .txt .txt1 {
	opacity: 0;
}
.m51 .sec1 .txt .txt2 {
	opacity: 0;
}
.m51 .sec2 {
	padding: 170px 0;
}
.m51 .sec2 .titleArea {
}
.m51 .sec2 .titleArea p {
	margin-top: 20px;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	line-height: 140%;
}
.m51 .sec2 .conWrap {
	margin: 80px 0 0;
}
.m51 .sec2 .conWrap ul {
	display: flex;
	gap: 20px;
	max-width: 1600px;
	margin: 0 auto;
	transform: translateX(50%);
}
.m51 .sec2 .conWrap ul li {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	padding: 40px 20px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	transition: all 0.4s;
}
.m51 .sec2 .conWrap ul li .icon {
	width: 60px;
	height: 60px;
	transition: all 0.4s;
}
.m51 .sec2 .conWrap ul li:nth-child(1) .icon {
	background: url(/images/page/m51_sec2_icon1.png) no-repeat center / 60px;
}
.m51 .sec2 .conWrap ul li:nth-child(2) .icon {
	background: url(/images/page/m51_sec2_icon2.png) no-repeat center / 60px;
}
.m51 .sec2 .conWrap ul li:nth-child(3) .icon {
	background: url(/images/page/m51_sec2_icon3.png) no-repeat center / 60px;
}
.m51 .sec2 .conWrap ul li:nth-child(4) .icon {
	background: url(/images/page/m51_sec2_icon4.png) no-repeat center / 60px;
}
.m51 .sec2 .conWrap ul li .con {
	width: 100%;
	margin-top: 10vh;
}
.m51 .sec2 .conWrap ul li .con dl {
}
.m51 .sec2 .conWrap ul li .con dl dt {
	font-size: var(--font-size-28);
	color: #000;
	font-weight: 500;
	transition: all 0.4s;
}
.m51 .sec2 .conWrap ul li .con dl dd {
	margin-top: 20px;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	line-height: 150%;
	transition: all 0.4s;
}

.m51 .sec2 .conWrap ul li:hover {
	background: #ff4539;
}
.m51 .sec2 .conWrap ul li:hover:nth-child(1) .icon {
	background: url(/images/page/m51_sec2_icon1_hover.png) no-repeat center / 60px;
}
.m51 .sec2 .conWrap ul li:hover:nth-child(2) .icon {
	background: url(/images/page/m51_sec2_icon2_hover.png) no-repeat center / 60px;
}
.m51 .sec2 .conWrap ul li:hover:nth-child(3) .icon {
	background: url(/images/page/m51_sec2_icon3_hover.png) no-repeat center / 60px;
}
.m51 .sec2 .conWrap ul li:hover:nth-child(4) .icon {
	background: url(/images/page/m51_sec2_icon4_hover.png) no-repeat center / 60px;
}
.m51 .sec2 .conWrap ul li:hover .con dl dt {
	color: #fff;
}
.m51 .sec2 .conWrap ul li:hover .con dl dd {
	color: rgba(255, 255, 255, 0.6);
}

/* m52 */
.m52 {
	padding: 0;
}
.m52 .sec1 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100vh;
	background: #201d1d;
	text-align: center;
}
.m52 .sec1 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	clip-path: circle(0%);
}
.m52 .sec1 .txt {
	position: relative;
	z-index: 100;
	mix-blend-mode: difference;
}
.m52 .sec1 .txt .txt1 {
	font-size: 10vw;
	color: #fff;
	font-weight: 500;
	white-space: nowrap;
	transform: translateX(100%);
}
.m52 .sec1 .txt .txt2 > div.t1 {
	margin-top: 80px;
	font-size: var(--font-size-28);
	color: #fff;
	font-weight: 500;
	line-height: 140%;
	opacity: 0;
	transform: TranslateY(40px);
}
.m52 .sec1 .txt .txt2 > div.t2 {
	margin-top: 20px;
	font-size: var(--font-size-20);
	color: rgba(255, 255, 255, 0.6);
	line-height: 140%;
	opacity: 0;
	transform: TranslateY(40px);
}

.m52 .sec2 {
	padding-bottom: 160px;
}
.m52 .sec2 .conWrap {
	display: flex;
	justify-content: center;
	margin-top: 64px;
}
.m52 .sec2 .conWrap .dia {
	width: 360px;
	padding: 50px 0;
	background: rgba(245, 245, 245, 0.4);
	border-radius:200px;
}
.m52 .sec2 .conWrap .dia > ul {
}
.m52 .sec2 .conWrap .dia > ul > li {
}
.m52 .sec2 .conWrap .dia > ul > li.circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	aspect-ratio: 1/1;
	margin: 0 auto;
	border-radius: 50%;
	background: rgba(208, 208, 208, 0.2);
	text-align: center;
	transition: all 0.6s;
}
.m52 .sec2 .conWrap .dia > ul > li.circle .num {
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
	transition: all 0.6s;
}
.m52 .sec2 .conWrap .dia > ul > li.circle .icon {
	width: 48px;
	height: 48px;
	margin: 20px auto 8px;
	transition: all 0.6s;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.s1 .icon {
	background: url(/images/page/m52_sec2_icon1.png) no-repeat center / cover;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.s2 .icon {
	background: url(/images/page/m52_sec2_icon2.png) no-repeat center / cover;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.s3 .icon {
	background: url(/images/page/m52_sec2_icon3.png) no-repeat center / cover;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.s4 .icon {
	background: url(/images/page/m52_sec2_icon4.png) no-repeat center / cover;
}
.m52 .sec2 .conWrap .dia > ul > li.circle .tit {
	font-size: var(--font-size-28);
	color: #000;
	font-weight: 500;
	transition: all 0.6s;
}
.m52 .sec2 .conWrap .dia > ul > li.circle .subTxt {
	margin-top: 8px;
	font-size: var(--font-size-18);
	color: #666;
	transition: all 0.6s;
}
.m52 .sec2 .conWrap .dia > ul > li.arr {
	width: 50px;
	height: 50px;
	margin: 60px auto;
	border-radius: 50%;
	background: rgba(174, 174, 174, 1) url(/images/page/m52_arr1.png) no-repeat center / 14px;
	transition: all 0.6s;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.on {
	background: #ff4539;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.on .num {
	color: #fff;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.s1.on .icon {
	background: url(/images/page/m52_sec2_icon1_hover.png) no-repeat center / 120%;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.s2.on .icon {
	background: url(/images/page/m52_sec2_icon2_hover.png) no-repeat center / 120%;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.s3.on .icon {
	background: url(/images/page/m52_sec2_icon3_hover.png) no-repeat center / 120%;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.s4.on .icon {
	background: url(/images/page/m52_sec2_icon4_hover.png) no-repeat center / 120%;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.on .tit {
	color: #fff;
}
.m52 .sec2 .conWrap .dia > ul > li.circle.on .subTxt {
	color: #fff;
}
.m52 .sec2 .conWrap .dia > ul > li.arr.on {
	background: #ff4539 url(/images/page/m52_arr1.png) no-repeat center / 14px;
}

.m52 .sec2 .conWrap .txts {
	margin-left: 10vw;
	width: 430px;
}
.m52 .sec2 .conWrap .txts > ul {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	height: 100%;
	padding: 50px 0;
}
.m52 .sec2 .conWrap .txts > ul > li {
	width: 100%;
	padding: 20px 0;
	text-align: left;
}
.m52 .sec2 .conWrap .txts > ul > li .num {
	font-family: "Gabarito";
	font-size: var(--font-size-80);
	color: #fff;
	text-shadow:
		1px 0 0 #ff4539,
		0 1px 0 #ff4539,
		-1px 0 0 #ff4539,
		0 -1px 0 #ff4539;
}
.m52 .sec2 .conWrap .txts > ul > li .tit {
	margin-top: 12px;
	font-size: var(--font-size-40);
	color: #000;
	font-weight: 600;
}
.m52 .sec2 .conWrap .txts > ul > li .txt {
	margin-top: 20px;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	line-height: 140%;
}

.m52 .sec3 {
}
.m52 .sec3 .conWrap {
	display: flex;
	height: 660px;
}
.m52 .sec3 .conWrap .con {
	display: flex;
	align-items: center;
	width: 50%;
	height: 100%;
	padding: 0 5%;
	background: #ff4539;
}
.m52 .sec3 .conWrap .con .tit {
	font-size: var(--font-size-90);
	color: #fff;
	line-height: 110%;
}
.m52 .sec3 .conWrap .con .txt {
	margin: 25px 0 40px;
	font-size: var(--font-size-20);
	color: #fff;
	font-weight: 500;
}
.m52 .sec3 .conWrap .con a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 87px;
	border-bottom: 2px solid #fff;
	font-size: var(--font-size-18);
	color: #fff;
	font-weight: 600;
}
.m52 .sec3 .conWrap .con a i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/images/page/m52_sec3_arr.png) no-repeat center / cover;
}
.m52 .sec3 .conWrap .img {
	width: 50%;
	height: 100%;
	background: url(/images/page/m52_sec3_bg.jpg) no-repeat center / cover;
}
