/* 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'); }


body{
	margin:0; 
	padding:0; 
	font-family:'Pretendard', sans-serif;
	min-width: 320px;
	word-break: keep-all;
	overflow-x: hidden;
}

html{
	overflow-x: hidden;
}


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;
	max-width: 230px;
	text-align: center;
	margin:0px  20px;
	min-width: 220px;
	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;
}

@media all and (min-width: 640px) and (max-width: 1200px) {
	.sec2Wrap{
		flex-wrap: wrap;
		width: 640px;
		min-width: 640px;
	}

	.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{
        min-width: 230px;
        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) {

	.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;
	}

	.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;
	}

}

