@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');


@font-face {
	font-family: "ONE-Mobile";
    font-weight: 700;
	src: url("../../../fonts/ONE-Mobile-Bold.woff");
}

@font-face {
	font-family: "ONE-Mobile";
    font-weight: 500;
	src: url("../../../fonts/ONE-Mobile-Regular.woff");
}

@font-face {
    font-family: "ONE-Mobile";
    font-weight: 300;
	src: url("../../../fonts/ONE-Mobile-Light.woff");
}

.root {
	padding : 0;
	margin : 0;
	box-sizing: border-box;
}

body {
    font-family: "ONE-Mobile";
}

header {
	width : 100%;
	height : 118px;
	position : fixed;
	z-index : 99;
}

header.notice {
	width : 100%;
	height : 118px;
	position : unset;
	z-index : 99;
}

header nav {
	width: 100%;
}

header nav .mobile-menu {
	width : 30px;
	height : 30px;
	display : none;
	align-items: center;
	justify-content: center;
	font-size : 24px;
    position: fixed;
    z-index: 100;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

header nav .mobile-menu .line {
	width: 100%;
    height: 2px;
    background-color:#FAFAFA;
    display: block;
    margin: 8px 0;
    transition: all .3s ease-in-out;
}

header nav .mobile-menu .line.short {
    width: 60%;
}

header nav .mobile-menu.active {
	transition: all .3s ease-in-out;
    transition-delay: .6s;
    transform: rotate(-45deg) translate(-7px,-9%);
}

header nav .mobile-menu.active .line:first-child {
    transform: translateY(6px);
}

header nav .mobile-menu.active .line:nth-child(2) {
    width: 0;
}

header nav .mobile-menu.active .line:nth-child(3) {
    transform: translateY(-14px) rotate(90deg);
}

header nav ul {
	width: 100%;
	display: flex;
	margin : 0;
	padding : 0;
	justify-content: center;
	padding: 47px 0;
	transition : all 0.25s;
}

header nav ul.active {
	background-color: #fff;
}

header nav ul li {
	letter-spacing: -1.08px;
	color: #fff;
	font-family: "210OmniGulim030-Regular";
	cursor: pointer;
	font-size: 18px;
}

header.notice nav ul li {
	letter-spacing: -1.08px;
	color: #30183D;
	font-family: "210OmniGulim030-Regular";
	cursor: pointer;
	font-size: 18px;
}

header nav ul.active li {
	color: #30183D;
}

header nav ul li:not(:last-of-type) {
	margin-right: 84px;
}

.root {
	box-sizing: border-box;
}

.root .main-events a {
	text-decoration: none;
}

.root .main-container {
	max-width: 1240px;
	padding:0 20px;
	margin:0 auto;
	width: 100%;
}

.root .main-events-box {
	position: relative;
}

.root .main-events::before, .root .main-events::after, .root .main-events-box::after {
	display: block;
	content: "";
	border:80px solid #fff;
	position: absolute;
	border-radius: 100%;
}

.root .main-events::before {
	width: 180px;
	height: 180px;
	left:200px;
	top:-200px;
	animation: events-circle 4s ease-in-out alternate infinite;
}

.root .main-events-box::after {
	display: block;
	content: "";
	border:80px solid #fff;
	position: absolute;
	border-radius: 100%;
}

@keyframes events-circle {
	50% {
		transform: translateY(-10%);
		border-color: #f1edff;
	}
	100% {
		transform: translateY(10%);
	}
}

.root .main-events::after {
	width: 500px;
	height: 500px;
	left:-300px;
	top:100px;
}

.root .main-events-box::after {
	width: 500px;
	height: 500px;
	right:-300px;
	top:-400px;
	animation: events-circle2 3s ease-in-out infinite alternate;
}

@keyframes events-circle2 {
	50% {
		transform: translate(30px, -20px);
	}
	100% {
		transform: translate(-30px, 20px);
		border-color: #f1edff;
	}
}

.root .main-events-slide .swiper-slide {
	width:33.33333%;
}

.root .main-events-item {
	padding:10px 20px;
}

.root .main-events-lnk {
	display: block;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 0 7px rgb(0 0 0 / 7%);
	position: relative;
	transition: all 0.3s ease-in-out;
	border:1px solid transparent;
}

.root .main-events-lnk:hover {
	transform: scale(1.03);
	border-color: #3176aa;
}

.root .main-events-lnk .img {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 25px;
}

.root .main-events-lnk .img img {
	max-height: 320px;
}

.root .main-events-lnk .title {
	margin-top:20px;
	font-size:18px;
	color:#3d3d3d;
	font-weight: 600;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: 'Noto Sans KR', sans-serif;
}

.root .main-events-lnk .date {
	color:#7a7a7a;
	margin-top:30px;
	font-size: 13px;
	font-family: 'Noto Sans KR', sans-serif; 
}

.root .main-events-slide {
	padding-bottom:70px;
	margin:0 -20px;
}

.root .main-events-slide .swiper-scrollbar {
	bottom:6px;
	height:3px;
	background:#e2e2e2;
	width:85%;
	left:50%;
	transform:translateX(-50%);
	z-index: 5;
	cursor: pointer;
}

.root .main-events-slide .swiper-scrollbar::before, .root .main-events-slide .swiper-scrollbar::after {
	display: block;
	content:"";
	position: absolute;
}

.root .main-events-slide .swiper-scrollbar::before {
	width:50%;
	height:3px;
	background:#e2e2e2;
	top:0;
	left:-6.5%;
}

.root .main-events-slide .swiper-scrollbar::after {
	border-left:2px solid #e2e2e2;
	border-top:2px solid #e2e2e2;
	left:-6.5%;
	top:-5px;
	width:10px;
	height:10px;
	transform: rotate(-45deg);
}

.root .main-events-slide .swiper-scrollbar-drag {
	height:5px;
	background:#2e5b4f;
	top:-1px;
}

.root .main-events-slide .swiper-pagination {
	position: absolute;
	right: 0;
	left : unset;
	bottom: -1px;
	color:#e2e2e2;
	font-weight: 600;
	width: fit-content;
}

.root .gauge-container {
    width: calc(100% - 75px);
    height: 2px;
    position: absolute;
    bottom: 7px;
    left: 15px;
    background: rgba(0,0,0,0.4);
}

.root .gauge-container .gauge {
	width : 0;
	height : 5px;
	top : 50%;
	transform : translateY(-50%);
	background-color: #053451;
	border-radius: 12px;
	left : 0;
	transition : left 0.25s;
	position : absolute;
}

@media all and (max-width: 1024px) {
.root .main-events-slide {
		margin:0 -10px;
		padding-bottom:50px;
	}

.root .main-events-item {
		padding:10px 10px;
	}

.root .main-events-lnk {
		padding:15px;
	}

.root .main-events-slide .swiper-scrollbar {
		width: 70%;
	}

.root .main-events-slide .swiper-pagination {
		right: 50px;
	}
}

@media all and (max-width: 768px) {
.root .main-container {
		padding: 0 15px;
	}

.root .main-events::after, .root .main-events-box::after {
		display: none;
	}

.root .main-events-slide {
		margin:0;
	}

.root .main-events-slide .swiper-slide {
		width:100%;
	}

.root .main-events-item {
		padding:0;
	}

.root .main-events-lnk:hover {
		transform: none;
	}

.root .main-events-lnk .title {
		font-size:16px;
	}

.root .main-events-lnk .date {
		margin-top:20px;
	}

.root .main-events-slide .swiper-pagination {
		right: 10px;
	}
}

.root .map-grid-container {
	width: 100%;
	height: 1255px;
	background-color: var(--f26-navy);
	background-image: url("../../../img/main/circle.webp");
	background-position: center;
	background-size: cover;
}

.root .map-title-container {
	width : 100%;
	text-align: center;
    padding-top: 63px;
    margin-bottom : 76px;
}

.root .map-title-container p {
	color : #fff;
	font-size: 18px;
	letter-spacing: -1.26px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	margin-bottom : 8px;
}

.root .map-title-container h3 {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
	letter-spacing: -2.8px;
	font-size: 40px;
	color : #fff;
}

.map-poz-container {
	max-width : 1280px;
	margin : 0 auto;
	display: grid;
    grid-template-columns: 893px 387px;
    position : relative;
}

.root .map-container {
	width: calc(100% - 49px);
	position: relative;
}

.root .map-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.root .map-list-container {
	display: flex;
	flex-direction: column;
	height: 823px;
	overflow-y:scroll;
}

.map-list-container::-webkit-scrollbar {
  /* 스크롤바의 너비 */
  width: 6px;
}

.map-list-container::-webkit-scrollbar-thumb {
  /* 스크롤바의 색상 */
  background: #4C3156;
  border-radius: 10px;
}

.map-list-container::-webkit-scrollbar-track {
  /*스크롤바 뒷 배경 색상*/
  background: white;
  border-radius: 10px;
}

.root .map-items-container {
	position :relative;
	padding : 27px 32px;
	background-color: rgba(255,255,255,0.81);
	border-radius: 22px;
	transition : all 0.35s;
	cursor: pointer;
}

.root .map-items-container:hover {
	background-color: #fff
}

.root .map-items-container:not(:last-of-type) {
	margin-bottom : 15px;
}

.root .map-items-container h5 {
	font-family: "210OmniGulim040-Regular";
	font-size : 20px;
	letter-spacing: -1.4px;
	color : #053451;
}

.root .map-items-container p {
	font-family: "210OmniGulim030-Regular";
	font-size : 16px;
	letter-spacing: -1.12px;
	color : #848484;
}

.root .map-circle-container {
	position : absolute;
	z-index : 2;
	width : 18px;
	height: 18px;
	background-color: #30183D;
	border-radius: 50%;
}

.root .map-circle-container::after {
	content: "";
	position : absolute;
	z-index : -1;
	top: 50%;
	left : 50%;
	transform : translate(-50%,-50%);
	border-radius: 50%;
	width : 34px;
	height: 34px;
	background-color : rgba(5, 57, 90, 0.2);
}

.root .map-circle-container.chunju {
	top : 24%;
    left: 57.7%;
}

.root .map-circle-container.gamja {
	top: 33%;
	left : 55%;
}

.root .map-circle-container.grape {
	top: 34.5%;
    left: 48%;
}

.root .map-circle-container.hosu {
    top: 55%;
    left: 64%;
}

.root .map-circle-container.squeeze {
    top: 47%;
    left: 55%;
}

.root .map-circle-container.chuncheon {
	top: 55%;
    left: 58%;
}

.root .map-circle-container.jisiul {
    top: 49%;
    left: 30%;
}

.root .map-circle-container.yesul {
	top: 66%;
    left: 34%;
}

.root .map-circle-container.yeolo {
	top: 66%;
    left: 31%;
}

.root .map-circle-container.midury {
    top: 42%;
    left: 47%;
}

.root .map-circle-container.jipeyong {
	top: 37%;
    left: 49%;
}

.root .map-circle-container.bomne1 {
	top: 52.5%;
    left: 52%;
}

.root .map-circle-container.misool {
	top: 53%;
    left: 48.5%;
}

.root .map-circle-container.distealer {
	top: 66.5%;
    left: 55%;
}

.root .map-circle-container.bomne2 {
	top: 47%;
    left: 47%;
}

.root .map-circle-container.soyang {
	top: 41%;
    left: 55%;
}

.root .map-circle-container.slow {
    top: 44%;
    left: 52%;
}

.root .map-circle-container.jipeyong {
    top: 71%;
    left: 51%;
}

.root .comments-container {
	width: max-content;
	display: none;
	flex-direction: column;
	align-items: center;
	position : absolute;
	top : 0;
	left : 50%;
	transform : translate(-50%, -120%);
	transition : all 0.25;
}

.root .comments-container.active {
	display: flex;
}

.root .map-circle-container:hover .comments-container {
	
	display: flex;
}

.root .map-items-container .arrow {
	position : absolute;
	right : 36.5px;
	top: 50%;
	transform : translateY(-50%);
	width : 25px;
	height : 25px;
	background-position : center;
	background-repeat : no-repeat;
	background-size : contain;
	background-image: url("../../../img/main/arrow.webp");
}

.root .place-name {
	color : #fff;
	font-family: "210OmniGulim040-Regular";
	font-size: 20px;
	letter-spacing: -1.4px;
	padding : 8px 24px 5px 23px;
	border-radius: 18px;
	background-color: #3176aa;
}

.root .comments-tail {
	width: 13px;
	height: 11px;
	background-image: url("../../../img/main/tail.webp");
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-2px);
}

.root .map-download-container {
	width: 100%;
	display : flex;
	justify-content: center;
	margin-top : 20px;
}

.root .map-download-container a {
	font-family: "210OmniGulim040-Regular";
	text-decoration: none;
	color : #fff;
	letter-spacing: -1.32px;
	font-size: 20px;
	border : 1px solid #fff;
	border-radius: 22px;
	padding : 8px 40px 11px 39px;
	height:44px;
}

.root .chuncheon-logo-container {
	width: 100%;
	display: flex;
	padding : 23.9px 24.3px;
	justify-content: center;
}

.root .chuncheon-logo-container img {
	width: 167.4px;
	height : 74.8px;
}

.map-info-poz-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
}

.root .map-info-container {
    width: 100%;
    height: 100%;
    overflow-y : auto;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: -5px 2px 7px 1px rgb(0 0 0 / 20%);
    padding : 49px 53px;
    display : none;
    flex-direction: column;
	opacity: 0;
	max-height: 804px;
}

.root .map-info-container.active {
    display : flex;
	animation: itemsAni 0.35s 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes itemsAni {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.root .map-info-title {
	display: flex;
}

.root .map-info-title .link-container {
	display :flex;
	margin-left : auto;
}

.root .map-info-title h4 {
	font-family: "210OmniGulim040-Regular";
	font-size : 22px;
	letter-spacing: -1.54px;
	color : #053451;
}

.root .map-info-title .link-buy {
	font-family: "210OmniGulim040-Regular";
	font-size : 18px;
	letter-spacing: -1.26px;
	color : #053451;
	padding : 12px 19px;
	line-height: 1;
	border-radius: 22px;
	border : 1px solid rgba(0,0,0,0.1);
	margin-right: 12px;
}

.root .map-info-title .vr-tour {
	color : #fff;
	line-height: 1;
	border-radius: 22px;
	font-family: "210OmniGulim040-Regular";
	font-size : 18px;
	letter-spacing: -1.26px;
	background-color: #48bad5;
	padding : 12px 19px;
	line-height: 1;
	border : 1px solid rgba(0,0,0,0.1);
}

.root .detail-info {
	display: flex;
	flex-direction: column;
	color : #848484;
	font-family: "210OmniGulim030-Regular";
	letter-spacing: -1.12px;
	margin-top : 15px;
	margin-bottom : 44.8px;
}

.root .detail-info a {
	color : #848484;
}

.root .sub-title {
	font-family: "210OmniGulim040-Regular";
	letter-spacing: -1.26px;
	color: #2b2b2b;
	font-size : 18px;
	margin-bottom : 16px;
}

.root .detail-des p {
	font-family: "210OmniGulim030-Regular";
	letter-spacing: -1.12px;
	color : #2b2b2b;
	line-height: 1.81;
}

.root .detail-des {
	margin-bottom : 48px; 
}

.root .sale-grid-container {
	display: grid;
    grid-template-columns: repeat(3, 235px);
}

.root .slae-items-container {
	margin-bottom : 23px;
}

.root .slae-items-container span {
	font-family: "210OmniGulim030-Regular";
	letter-spacing: -1.12px;
	color : #2b2b2b;
	
}

.root .slae-item-img {
	width : 210px;
	height: 210px;
	border-radius: 10px;
	margin-bottom : 10px;
	border : 1px solid rgba(0,0,0,0.1);
}

.root .triangle {
  width: 0px;
  height: 0px;
  border-bottom: calc( 18px * 1.732 ) solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position : absolute;
  top : 32px;
  right: 0;
  z-index : -1;
  transform: rotate(90deg) translateY(-100%);
  transition: all 0.25s;
	opacity: 0;
}

.root .triangle.active {
	opacity: 1;
}

.footer {
	width: 100%;
	background-color: var(--f26-orange);
	padding : 50px 0 100px 0;
}

.footer .footer-row-container {
	margin : 0 auto;
	width : 100%;
	max-width: 1280px;
}

.footer .footer-row-container {
	color : #1D2159;
	letter-spacing: -1.04px;
	font-weight: 400;
	display : flex;
}

.footer .footer-row-container p, .footer .footer-row-container address {
	margin-right : 29px;
}

.footer .footer-row-container:nth-of-type(1) {
	margin-bottom : 18px;
}

.footer .footer-row-container:nth-of-type(2) {
	margin-bottom : 10px;
}

.footer .footer-row-container:nth-of-type(3) {
	margin-bottom : 33px;
}

.footer .footer-row-container .name-tag {
	color : #1D2159;
}

.footer .footer-row-container > div {
	display: flex;
}

.root .cancel-map {
	display: none;
}

@media (max-width: 1024px) {
.root .gauge-container {
		width: calc(100% - 125px);	
	}

header nav .mobile-menu {
		display: block;
	}

header nav ul {
	    height: 100vh;
    	flex-direction: column;
    	align-items: center;
    	background-color: #fff;
    	transform: translateX(100%);
		transition: none;
	    position: fixed;
    	top: 0;
    	z-index: 2;
	}

header nav ul li:not(:last-of-type) {
		margin-right: 0;
		margin-bottom : 40px;
	}

header nav ul.active {
		transition: all 0.25s;
		transform: translateX(0);
	}

.root .map-title-container h3 {
		font-size : 32px;
	}

.root .map-title-container {
		padding-top : 20px;
	}

.root .map-title-container p {
		font-size : 16px;
	}

.root .map-grid-container {
		height : unset;
	}

.map-poz-container {
		max-width : unset;
		width : 100%;
		grid-template-columns : 100%;
	}

.root .map-container {
	    width: 90%;
    	margin: 0 auto 25px;
	}

.root .map-list-container {
	    width: 90%;
    	margin: 0 auto 25px;
	}

.root .triangle {
		display : none;
	}

.map-info-poz-container {
		top : 100%;
		height : unset;
		z-index: -1;
	}

.map-info-poz-container.active {
		z-index : 2;
	}

.root .map-items-container {
	    padding: 15px 20px;
	}

.root .map-items-container h5 {
		font-size : 18px;
		margin-bottom : 4px;
	}

.root .map-items-container p {
		font-size : 14px;
	}

.root .map-items-container .arrow {
		width : 20px;
		height: 20px;
		right: 20px;
	}

.root .cancel-map {
		font-size : 20px;
		width: 32px;
	    height: 32px;
	    background-color: #fff;
	    border-radius: 50%;
	    position: absolute;
	    top: 0;
	    z-index: 1;
	    left: 50%;
	    transform: translate(0%, -120%);
	    display : inline-block;
	    opacity : 0;
	    animation: itemsAni 0.35s 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	}

.root .map-download-container {
		margin-top : 30px;
		padding-bottom : 40px;
	}

.root .map-download-container a {
		font-size : 18px;
	}

.root .chuncheon-logo-container img {
		width : 100px;
		height: 48px;
	}

.footer .footer-row-container {
		flex-direction: column;
		margin-left: 5%;
	    margin-right: 5%;
	    width: 100%;
	    max-width: unset;
	}

.footer-des {
		width: 90%;
	}
}

@media (max-width: 600px) {
.root .gauge-container {
		width: calc(100% - 75px);	
	}

header {
		height: unset;
		position: unset;
	}

.root .map-title-container h3 {
		font-size : 30px;
	}

.root .map-circle-container {
		width : 9px;
		height : 9px;
	}

.root .map-circle-container::after {
		width : 14px;
		height : 14px;
	}

.root .map-items-container {
		padding : 20px 32px;
	}

.map-info-poz-container.active {
		height : unset;
	}

.root .map-info-container {
		padding : 36px 32px;
		max-height : 808px;
	}

.root .map-info-title {
		flex-direction: column;
	}

.root .detail-info span {
		margin-bottom : 14px;
	}

.root .detail-info {
		margin-bottom: 29px;
	}

.root .map-info-title h4 {
		text-align: center;
		font-size : 20px;
	}

.root .sub-title {
		font-size : 16px;
	}

.root .detail-des p {
		font-size : 14px;
		letter-spacing: -0.98px;
	}

.sale-list-container {
		width : 100%;
	}

.root .sale-grid-container {
		width : 100%;
	    grid-template-columns: repeat(2, 50%);
	}

.root .slae-item-img {
		width : calc(100% - 7px);
		height : max-content;
	}

.root .slae-items-container span {
		font-size : 11px;
		letter-spacing: -0.77px;
	}

.root .map-title-container h3 {
		font-size : 22px;
		letter-spacing: -1.54px;
	}

.root .map-download-container a {
		font-size : 16px;
	}

.root .map-download-container {
		margin-top : 20px;
	}

.root .chuncheon-logo-container {
		padding : 17px 0;
	}

.root .chuncheon-logo-container img {
		width: 93.4px;
		height: 41.8px;
	}

.footer {
		overflow: hidden;
	}

.root .place-name {
		font-size: 16px;
	}

.root .map-info-title .link-container {
	    flex-direction: column;
   		margin-left: 0;
   		align-items: center;
	}

.root .map-info-title .link-container a {
	    width: max-content;
		margin-top : 15px;
	}

.root .map-info-title .link-buy {
		margin-right: 0;
		
	}
}

.noticeWrap {
	width: 100%;
	max-width: 1206px;
	padding: 0 20px;
	margin: 50px auto 0;
}

.noticeTop {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid var(--bk, #000);
}

.noticeTop p {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 41.6px */
	letter-spacing: -1.6px;
	font-family: 'Noto Sans KR', sans-serif;
	
}

.noticeTop span {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.8px;
	font-family: 'Noto Sans KR', sans-serif;
}

.noticeBottom {
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px solid #8B96A2;
}

.noticeBottom p {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
	letter-spacing: -0.9px;
	font-family: 'Noto Sans KR', sans-serif;
}

.noticeBottom img {
	display: block;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}

.buttonContainer {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 40px 0 150px 0;
}

.buttonContainer a {
	display: flex;
	width: 363px;
	height: 56px;
	justify-content: center;
	align-items: center;
	color: var(--bk, #000);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 23.8px */
	letter-spacing: -0.7px;
	border: 1px solid #8B96A2;
	font-family: 'Noto Sans KR', sans-serif;
}

@media all and (max-width : 1024px) {
.noticeWrap {
		margin: 20px auto 0;
	}

.noticeTop {
		display: flex;
		flex-direction: column;
		row-gap: 25px;
		width: 100%;
		padding: 16px 0;
		border-bottom: 1px solid var(--bk, #000);
	}

.noticeTop p {
		color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%; /* 41.6px */
		letter-spacing: -1px;
		
	}

.noticeTop span {
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%; /* 20.8px */
		letter-spacing: -0.8px;
	}
}

.root .main-events::before, .root .main-events::after, .root .main-events-box::after {
	z-index: 1;
}

/* ============================================================
   2026 춘천 술페스타 리디자인 (Figma: 술페스타 홈페이지 / 2026)
   히어로 · 헤더 · 행사개요 · 360VR투어 · 공지사항 + 반응형
   ============================================================ */

@font-face {
	font-family: "SUIT";
	font-weight: 500;
	font-display: swap;
	src: url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT-Medium.woff2") format("woff2");
}

:root {
	--f26-navy: #1d2159;
	--f26-orange: #f79521;
	--f26-grey: #8b96a2;
	--f26-white: #fafafa;
}

/* 데스크톱/모바일 표시 토글 */
.f26-mo-only {
	display: none;
}

/* ---------- 히어로 ---------- */
.root .main-section {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.root .main-section .main-back {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background-color: var(--f26-orange);
	background-image: url("../../../img/main/main-back-2026.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.root .main-titles {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.root .main-titles h1 {
	max-width: 387px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.root .main-titles h1 img {
	width: 100%;
}

/* ---------- 헤더 내비게이션 (흰색 알약형, 데스크톱 전용) ---------- */
@media (min-width: 1025px) {
	header:not(.notice) nav ul {
		width: max-content;
		margin: 40px auto 0;
		padding: 0 20px;
		background-color: #fff;
		border-radius: 4px;
		gap: 10px;
		align-items: center;
	}
	header:not(.notice) nav ul li {
		color: #000;
		font-family: "SUIT", "ONE-Mobile", sans-serif;
		font-weight: 500;
		font-size: 18px;
		letter-spacing: -0.36px;
		height: 44px;
		display: flex;
		align-items: center;
		padding: 0 10px;
		transition: color 0.2s;
	}
	header:not(.notice) nav ul li:not(:last-of-type) {
		margin-right: 0;
	}
	header:not(.notice) nav ul li:hover {
		color: var(--f26-orange);
	}
}

/* ---------- 행사개요 ---------- */
.root .event-info-container {
	width: 100%;
	background-color: var(--f26-orange);
	position: relative;
}

.f26-event-inner {
	width: 100%;
	background-color: var(--f26-navy);
	border-radius: 60px 60px 0 0;
	padding: 170px 60px;
}

.f26-event-grid {
	display: flex;
	gap: 60px;
	align-items: center;
	justify-content: center;
	max-width: 1167px;
	margin: 0 auto;
}

.f26-poster {
	flex-shrink: 0;
	width: 541px;
}

.f26-poster img {
	display: block;
	width: 100%;
	border-radius: 4px;
}

.f26-event-texts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 566px;
	max-width: 100%;
}

.f26-event-label {
	font-family: "ONE-Mobile", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -1.2px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
}

.f26-event-heading {
	margin-bottom: 49px;
}

.f26-event-title {
	font-family: "ONE-Mobile", sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -3px;
	color: var(--f26-orange);
	margin-bottom: 21px;
}

.f26-event-slogan {
	font-family: "ONE-Mobile", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -1.6px;
	color: #fff;
}

.f26-event-desc {
	font-family: "ONE-Mobile", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: -1.2px;
	color: #fff;
	margin-bottom: 32px;
}

.f26-event-rows {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 30px;
}

.f26-event-row {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.f26-row-name {
	font-family: "ONE-Mobile", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: var(--f26-grey);
	width: 87px;
	flex-shrink: 0;
}

.f26-row-info {
	font-family: "ONE-Mobile", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: var(--f26-white);
}

/* ---------- 알약형 버튼 (공용) ---------- */
.f26-pill-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 8px 8px 8px 20px;
	border: 1px solid var(--f26-white);
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.05);
	text-decoration: none;
	transition: background-color 0.25s;
}

.f26-pill-btn:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.f26-pill-btn span {
	font-family: "SUIT", "ONE-Mobile", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.36px;
	color: var(--f26-white);
}

.f26-pill-btn img {
	width: 40px;
	height: 40px;
	display: block;
	transition: transform 0.25s;
}

.f26-pill-btn:hover img {
	transform: translateX(4px);
}

/* ---------- 360VR 투어 ---------- */
.root .vr-tour-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background-color: var(--f26-navy);
	padding: 40px 0 60px;
}

.f26-vr-titles {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
}

.f26-vr-titles p {
	font-family: "ONE-Mobile", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -1.2px;
	color: rgba(255, 255, 255, 0.5);
}

.f26-vr-titles h3 {
	font-family: "ONE-Mobile", sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.4;
	letter-spacing: -3px;
	color: var(--f26-orange);
}

.f26-vr-frame {
	width: min(1320px, calc(100% - 120px));
	aspect-ratio: 1320 / 891;
	margin-top: 41px;
	background-color: #fff;
	border-radius: 0 12px 0 0;
	overflow: hidden;
}

.f26-vr-frame iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	display: block;
}

.f26-vr-btn {
	width: 494px;
	max-width: calc(100% - 40px);
	margin-top: 20px;
}

/* ---------- 공지사항 ---------- */
.root .main-events {
	background: #fff;
	padding: 40px 0 200px;
	position: relative;
	overflow: hidden;
}

.f26-notice-band {
	position: absolute;
	left: 0;
	width: 100%;
	top: 260px;
	bottom: 120px;
	background: #f6f5fb;
}

.root .main-events::before,
.root .main-events::after,
.root .main-events-box::after {
	z-index: 1;
}

.root .main-events .main-container {
	position: relative;
	z-index: 2;
}

.f26-notice-titles {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.f26-notice-titles p {
	font-family: "ONE-Mobile", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -1.2px;
	color: rgba(0, 0, 0, 0.5);
}

.f26-notice-titles h2 {
	font-family: "ONE-Mobile", sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -3px;
	color: var(--f26-orange);
}

/* ---------- 반응형: 태블릿 (~1280px) ---------- */
@media (max-width: 1280px) {
	.f26-event-grid {
		gap: 40px;
	}
	.f26-poster {
		width: 44%;
	}
	.f26-event-texts {
		width: 50%;
	}
	.f26-event-title {
		font-size: 48px;
	}
	.f26-event-slogan {
		font-size: 26px;
	}
	.f26-event-desc {
		font-size: 20px;
	}
}

/* ---------- 반응형: 태블릿 (~1024px) ---------- */
@media (max-width: 1024px) {
	.f26-event-inner {
		border-radius: 30px 30px 0 0;
		padding: 80px 20px;
	}
	.f26-event-grid {
		flex-direction: column;
		gap: 40px;
	}
	.f26-poster {
		width: min(400px, 80%);
	}
	.f26-event-texts {
		width: 100%;
		max-width: 566px;
	}
	.root .vr-tour-container {
		padding: 40px 0;
	}
	.f26-vr-frame {
		width: calc(100% - 40px);
		aspect-ratio: auto;
		height: 480px;
		margin-top: 30px;
	}
	.root .main-events {
		padding: 40px 0 120px;
	}
	.f26-notice-band {
		top: 220px;
		bottom: 80px;
	}
}

/* ---------- 반응형: 모바일 (Figma 모바일 시안) ---------- */
@media (max-width: 768px) {
	.root .main-section .main-back {
		background-image: url("../../../img/main/main-back-mobile-2026.png");
	}
	.root .main-titles h1 {
		max-width: 196px;
	}

	/* 표시 토글 */
	.f26-pc-only {
		display: none;
	}
	.f26-mo-only {
		display: inline;
	}

	/* 행사개요 */
	.f26-event-inner {
		border-radius: 12px 12px 0 0;
		padding: 15px 16px 60px;
	}
	.f26-event-grid {
		gap: 20px;
	}
	.f26-poster {
		width: 100%;
	}
	.f26-poster img {
		border-radius: 2px;
	}
	.f26-event-texts {
		max-width: none;
	}
	.f26-event-label {
		font-size: 16px;
		letter-spacing: -0.8px;
		margin-bottom: 12px;
	}
	.f26-event-heading {
		margin-bottom: 12px;
	}
	.f26-event-title {
		font-size: 25px;
		letter-spacing: -1.25px;
		margin-bottom: 10px;
	}
	.f26-event-slogan {
		font-size: 16px;
		letter-spacing: -0.8px;
		line-height: 1.2;
	}
	.f26-event-desc {
		font-size: 15px;
		letter-spacing: -0.75px;
		margin-bottom: 12px;
	}
	.f26-event-rows {
		gap: 6px;
		margin-bottom: 12px;
	}
	.f26-event-row {
		flex-direction: column;
		gap: 6px;
	}
	.f26-row-name,
	.f26-row-info {
		font-size: 16px;
		letter-spacing: -0.32px;
		width: auto;
	}

	/* 360VR 투어 */
	.root .vr-tour-container {
		padding: 60px 0;
	}
	.f26-vr-titles p {
		font-size: 16px;
		letter-spacing: -0.8px;
	}
	.f26-vr-titles h3 {
		font-size: 25px;
		letter-spacing: -1.25px;
	}
	.f26-vr-frame {
		width: 100%;
		height: 67.8vw;
		margin-top: 20px;
		border-radius: 0;
	}
	.f26-vr-btn {
		width: calc(100% - 32px);
		max-width: none;
		margin-top: 16px;
	}

	/* 공지사항 */
	.f26-notice-titles p {
		font-size: 15px;
		letter-spacing: -0.75px;
		line-height: 1.4;
		white-space: normal;
		word-break: keep-all;
		padding: 0 10px;
	}
	.f26-notice-titles h2 {
		font-size: 36px;
		letter-spacing: -1.8px;
	}
	.f26-notice-band {
		top: 200px;
		bottom: 60px;
	}
}
