/* font set */
@font-face { font-family: 'Pretendard'; font-weight: 900; font-display: swap; src: local('Pretendard Black'), url(./Pretendard/woff2/Pretendard-Black.woff2) format('woff2'), url(./Pretendard/woff/Pretendard-Black.woff) format('woff'); }
@font-face { font-family: 'Pretendard'; font-weight: 800; font-display: swap; src: local('Pretendard ExtraBold'), url(./Pretendard/woff2/Pretendard-ExtraBold.woff2) format('woff2'), url(./Pretendard/woff/Pretendard-ExtraBold.woff) format('woff'); }
@font-face { font-family: 'Pretendard'; font-weight: 700; font-display: swap; src: local('Pretendard Bold'), url(./Pretendard/woff2/Pretendard-Bold.woff2) format('woff2'), url(./Pretendard/woff/Pretendard-Bold.woff) format('woff'); }
@font-face { font-family: 'Pretendard'; font-weight: 600; font-display: swap; src: local('Pretendard SemiBold'), url(./Pretendard/woff2/Pretendard-SemiBold.woff2) format('woff2'), url(./Pretendard/woff/Pretendard-SemiBold.woff) format('woff'); }
@font-face { font-family: 'Pretendard'; font-weight: 500; font-display: swap; src: local('Pretendard Medium'), url(./Pretendard/woff2/Pretendard-Medium.woff2) format('woff2'), url(./Pretendard/woff/Pretendard-Medium.woff) format('woff'); }
@font-face {  font-family: 'Pretendard'; font-weight: 400; font-display: swap; src: local('Pretendard Regular'), url(./Pretendard/woff2/Pretendard-Regular.woff2) format('woff2'), url(./Pretendard/woff/Pretendard-Regular.woff) format('woff'); }
@font-face { font-family: 'Pretendard'; font-weight: 300; font-display: swap; src: local('Pretendard Light'), url(./Pretendard/woff2/Pretendard-Light.woff2) format('woff2'), url(./Pretendard/woff/Pretendard-Light.woff) format('woff'); }
@font-face { font-family: 'Pretendard'; font-weight: 100; font-display: swap; src: local('Pretendard Thin'), url(./Pretendard/woff2/Pretendard-Thin.woff2) format('woff2'), url(./Pretendard/woff/Pretendard-Thin.woff) format('woff'); }

*{
	-webkit-tap-highlight-color: transparent;
}

body{
	margin:0; 
	padding:0; 
	font-family:'Pretendard', sans-serif;
	min-width: 320px;
	word-break: keep-all;
	overflow-x: hidden;
}

html{
	overflow-x: hidden;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}


section{
	width:100%;
}

.bgColor{
	background-color: #f0f0f0;
}

.wrap{
	position: relative;
	max-width: 1280px;
	margin:0 auto;
}

.titleWrap{
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleCenter{
	height:280px;
	display: block;
	padding:80px 50px;
}

.titleLeft, .titleRight{
	height:200px;
}

.title_mo{
	display: none;
	padding:80px 30px;
	width:100%;
	box-sizing: border-box;
}

.sec1Wrap{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;	
}

.sec2Wrap{
    display: flex;
    justify-content: center;
    align-items: stretch;	
}




.sec1Left, .sec1Right{
	max-width: 220px;
	transition: all 0.35s;
	opacity:1;
}

.sec1Center{
	max-width: 700px;
	padding:0px 40px;
}

.t1{
	font-size: 40px;
	font-weight: 760;
	padding:50px 50px;
	text-align: center;
	letter-spacing: -2px;
}

.t2{
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin-block-start:0px;
	letter-spacing: -2px;
}

.t3{
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin-block-start:0px;
	letter-spacing: -2px;
	margin-bottom:80px;
	padding: 0px 40px;
}

.fb{
	font-weight: 800;
}




.card{
	position:relative;
	background-color: #ffffff;
	border-radius: 15px;
	padding:20px;
	text-align: center;
	flex: 0 1 560px;   /* 권장: 데스크톱 기준 넓이 */
	max-width: 560px;  /* 혹은 원하는 값(520~600px 권장) */
	width: 100%;
	margin:0px  20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.step{
	font-size: 40px;
	color:#e60900;
	font-weight: 900;
}

.stepCopy{
	font-size: 23px;
	font-weight: 600;
	margin-block-start: 10px;
	margin-block-end: 10px;
}

.stepSub{
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 230px;
	margin-block-start: 10px;
}

.stepImg1{
    width: 80%;
    position: absolute;
    bottom: 0px;
    transform: translate(-50%, 7%);
}

.stepImg2{
	width: 105%;
    position: absolute;
    bottom: 0px;
    transform: translate(-52.5%, 7%);
}

.stepImg3{
    width: 103%;
    position: absolute;
    bottom: 0px;
    transform: translate(-40.5%, 0%);
}

.stepImg4{
    width: 103%;
    position: absolute;
    bottom: 0px;
    transform: translate(-48.5%, 0%);
}



.sec3Img{
	max-width: 960px;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0px 50px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.sec3Img_mo{
	max-width: 800px;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
    padding-bottom: 20px;
    display: none;
}

.mb5{
	margin-block-end: 5px;
}

.spWrap{
	text-align: center;
	width:100%;
	background-color: #ffdf91;
	padding:30px 50px;
	box-sizing: border-box;
	padding-top: 20px;
}


.l1{
	font-weight: 600;
	font-size: 29px;
	margin-block-start: 0px;
}

.l2{
	font-weight: 900;
	font-size: 40px;
	margin-block-start: 0px;
    margin-block-end: 0px;
}

.tColor{
	color:#e60900;
}

.underBg{
	width:100%;
	background: url("../images/bgArrow.png");
	background-repeat: repeat-x;
	height: 50px;
    background-size: 50px;
    margin-top: 40px;
}

.tt{
	margin-block-start: 0px;
}

.light{
	font-weight: 300;
}

.sec2Set{
	padding-bottom: 80px;
	padding-top: 10px;
}

.pb0{
	padding-bottom: 0;
}

.title_e{
	text-align: center;
	position:relative;
	z-index: 1;
}

.title_e1{
	font-weight: 900;
	font-size: 100px;
	color:#ffffff;
	padding-top:100px;
	margin-block-end: 0px;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.title_e2{
	font-weight: 600;
	font-size: 50px;
	color:#ffffff;
	margin-block-start:30px;
	margin-block-end: 20px;
	padding:0px 30px;
	padding-top:100px;
}

.title_e3{
	font-weight: 100;
	font-size: 40px;
	color:#ffea00;
	margin-block-start: 10px;
	margin-block-end: 10px;
	padding:0px 30px;
}
.title_e4{
	font-weight: 300;
	font-size: 20px;
	color:#ffea00;
}

.eSpace{
	margin-bottom: -150px;
}

.eventBg{
	position:relative;
	background-color: #cd1117;
	overflow: hidden;
}

.eventBgPC{
	max-width: 1300px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding-bottom:50px;
    width:100%;
}

.eventBgMO{
	display: none;
	position:relative;
    transform: translateX(-50%);
    left: 50%;
    width:140%;
    margin-top: 100px;
    margin-bottom: -100px;
    opacity:0.7;
}

.t900{
	font-weight: 900;
}

.button{
    position: absolute;
    font-size: 40px;
    font-weight: 900;
    color: #cd1117;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 100px;
    padding: 20px 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    backdrop-filter: blur(5px);
}

.footer{
	position:relative;
	padding:20px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #000000;
}

.f1{
	font-size: 14px;
	color:#ffffff;
	font-weight: 500;
	white-space: nowrap;
	padding:5px 0px;
	padding-right: 10px;
}

.f2{
	font-size: 14px;
	color:#999999;
	font-weight: 300;
	padding:5px 0px;
	padding-right: 10px;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;

}

.fImg1, .fImg1{
	padding-right:20px;
}

.footerLogo{
	position: absolute;
    width: 74px;
    bottom: 20px;
    right: 10px;
    filter: grayscale(1);
}

.logo{
	position:fixed;
	top:20px;
	left:20px;
	width:84px;
	z-index: 1;
}


.adjustmentTitle{
	position:relative;
	margin-top: 20px;
	font-size: 40px;
	text-align: center;
	margin-block-start: 70px;
	font-weight: 760;
	padding-top: 20px;
}

.adjustmentSub{
	position:relative;
	margin-top: 20px;
	font-size: 25px;
	text-align: center;
	margin-block-start: 0px;
	color:#666666;

}


.adjustmentWrap{
	margin-top:80px;
	margin-bottom:200px;
}

.adjustment{
    position: relative;
    width: 400px;
    margin: 0 auto;
    transform: scale(1);
    transform-origin: top center;
}

.adjustmentBg{
    width: 100%;
}

.paperWrap{
    position: absolute;
    top: 86.5%;
    left: 6%;
    width: 100%;
    height: 45%;
    overflow: hidden;
}

.paper{
	position:absolute;
	top:-16px;
	width:90%;
	transition: 0.5s;
}

.n0{
    position: absolute;
    font-size: 44px;
    font-weight: 900;
    font-family: "Pretendard";
    letter-spacing: -2px;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    top: -19px;
    color: #634c37;
}

.n1, .n2{
    position: absolute;
    font-size: 30px;
    font-weight: 900;
    font-family: "Pretendard";
    letter-spacing: -1px;
    text-align: right;
    right: 30px;
}

.n1{
	color:#3dd0bf;
	top: 38px;
}

.n2{
	color:#e60900;
	top: 145px;
}

.paperBg{
	position:absolute;
    width: 100%;
}

.buttonsWrap{
	position: absolute;
	top:0px;
}

.btns{
	position: absolute;
	width:200px;
	height:100px;
	background-color: #ffffff;
    width: 115px;
    height: 67px;
    border-radius: 10px;
    cursor:pointer;
    opacity:0;
}

.btnsClick{
  animation-name: click;
  animation-duration:0.3s;
  animation-duration: leaner;
  animation-fill-mode: backwards;
}

@keyframes click {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}

.bar{
	position: absolute;
    top: 61px;
    left: 267px;
    width: 50px;
    height: 5px;
    background-color: #3dd0bf;
    transform: translateX(-50%);
}

.message{
    position: absolute;
    top: 90.5%;
    left: 73.4%;
    width: 100%;
    transform: translate(-50%, -100%) scale(0.6);
    transform-origin: bottom center;
    pointer-events: none;
}


.messageOpen{
  animation-name: messageOpen;
  animation-duration:1s;
  animation-duration: leaner;
  animation-fill-mode: forwards;
}

.compare{
    display: block;
    max-width: 800px;
    margin: 0 auto;
    width: 130%;
    padding-top: 20px;
    transform: translateX(-50%);
    margin-left: 50%;
}


@keyframes messageOpen {
  0% {
    transform: translate(-50%, -100%) scale(0);
  }
  30% {
    transform: translate(-50%, -100%) scale(0.65);
  }
  60% {
    transform: translate(-50%, -100%) scale(0.5);
  }
  100% {
    transform: translate(-50%, -100%) scale(0.6);
  }
}

.barOpen{
  animation-name: barOpen;
  animation-duration:1.3s;
  animation-duration: leaner;
  animation-fill-mode: forwards;
}

@keyframes barOpen {
  0% {
    width:0px;
  }
  100% {
    width:50px;
  }
}






.btns:nth-child(1){ top:100px; left:17px; }
.btns:nth-child(2){ top:100px; left:142px; }
.btns:nth-child(3){ top:100px; left:268px; }
.btns:nth-child(4){ top:183px; left:17px; }
.btns:nth-child(5){ top:183px; left:142px; }
.btns:nth-child(6){ top:183px; left:268px; }
.btns:nth-child(7){ top:268px; left:17px; }
.btns:nth-child(8){ top:268px; left:142px; }
.btns:nth-child(9){ top:268px; left:268px; }
.btns:nth-child(10){ top:349px; left:17px; }
.btns:nth-child(11){ top:349px; left:142px; }
.btns:nth-child(12){ top:349px; left:268px; }









@media all and (min-width: 640px) and (max-width: 1200px) {
	.sec2Wrap{
    flex-wrap: wrap;
    max-width: 1100px; /* 선택: 컨테이너 상한만 지정 */
    width: 100%;
    margin: 0 auto;
    gap: 24px;         /* 카드 간격 */
	}

	.card{
		margin-bottom:40px;
	}
}

@media all and (min-width: 640px) and (max-width: 1000px) {

	.titleCenter{
		width:62%;
		height:unset;
		padding:60px 20px;
	}

	.titleLeft{
		width:15%;
		height:unset;
	}

	.titleRight{
		width:15%;
		height:unset;
	}

	.sec1Center{
		width: 80%;
		padding:0px 40px;
	}

	.sec1Left, .sec1Right{
		opacity:0;
		width: 25%;
	}

	.title_e1{
		font-size: 80px;
		padding-top:50px;
	}

	.title_e2{
		font-size: 40px;
	}

	.title_e3{
		font-size: 40px;
	}

	.eventBgPC{
	     margin-bottom: 100px;
	}


}

/* card  */
@media all and (min-width: 640px) and (max-width: 860px) {
	.card{
        margin: 0px 20px;
        margin-bottom: 40px;
	}

	.step {
		font-size: 30px;
	}

	.stepCopy{
		font-size: 20px;
	}

	.stepSub{
		padding-bottom: 200px;
	}

	.title_e1{
		padding-top:50px;
	}

	.title_e2{
		padding-top:50px;
	}

	.title_e3{
		font-size: 35px;
	}

	.eSpace{
		margin-bottom:-100px;
	}

}

@media all and (min-width: 0px) and (max-width: 640px) {

	.adjustmentTitle{
		padding-top: 0px;
	}

	.adjustmentWrap{
		margin-top: 60px;
	}

	.titleWrap{
		display: none;
	}
	.title_mo{
		display:block;
	}

	.sec1Center{
	    padding: 20px 20px;
	    width: 100%;
	    box-sizing: border-box;
	    padding-top:0px;
	}

	.sec1Left{
		display: none;
	}

	.sec1Right{
		display: none;
	}

	.t1 {
	    font-size: 30px;
		padding: 30px 20px;
	}

	.adjustmentTitle{
		font-size: 30px;
	}

	.t2 {
	    font-size: 25px;
	}

	.l1 {
		font-size: 20px;
	}

	.l2 {
		font-size: 25px;
	}

	.underBg {
	    height: 30px;
	    background-size: 30px;
	}

	.t3{
		font-size: 25px;
	}

	.sec3Img{
		display: none;
	}

	.sec3Img_mo{
		display: block;
	}

	.sec2Wrap{
		flex-direction:column;
		align-items: center;
	}

	.card{
		margin:0px  40px;
		margin-bottom:40px;
		max-width: 320px;
		
	}

	.stepSub{
		padding-bottom: 0px;
	}	

	.step{
		padding: 20px 0px;
		font-size: 35px;
	}

	.stepCopy{
		font-size: 20px;
	}

	.stepImg1{
		position: relative;
        width: 80%;
        left: 40%;
        top: 21px;
	}

	.stepImg2{
        position: relative;
        width: 120%;
        left: 50%;
        top: 24px;
	}

	.stepImg3{
		position: relative;
        width: 115%;
        left: 43%;
        top: 24px;
	}

	.stepImg4{
        position: relative;
        width: 115%;
        left: 49%;
        top: 24px;
	}

	.sec2Set{
		padding-bottom:20px;
	}



	.title_e1{
		padding-top:50px;
		font-size: 50px;
	}

	.title_e2{
		font-size: 30px;
		padding-top: 50px;
	}

	.title_e3{
		font-size: 25px;
	}

	.title_e4{
		font-size: 16px;
	}

	.eventBgPC{
	     display: none;
	}

	.eventBgMO{
		display: block;
	}

	.button{
		font-size: 30px;
		margin-bottom: -50px;
	}

}
