@charset "utf-8";


.reservation_text_wrap {
	width: fit-content;
	margin: 60px auto 0;
	height: 37vh;
	text-align: center;
}
.reservation_text_title {
    font-size: 25px;
    font-family: 'Noto Sans KR';
    font-weight: 700;
    letter-spacing: -1px;
    color: #1e2948;
    line-height: 1;
	word-break: keep-all;
	line-height: 1.6;
	
}
.reservation_text_title span {
	color: #d60808;
}

	@media screen and ( max-width: 1200px ) {
		.reservation_text_wrap {
			margin: 60px auto 40px;
		}
		.reservation_text_title {
			font-size: 20px;
		}
	}

	@media screen and ( max-width: 760px ) {
		.reservation_text_wrap {
			margin: 50px auto 30px;
		}
		.reservation_text_title {
			font-size: 18px;
		}
	}

	@media screen and ( max-width: 500px ) {
		.reservation_text_wrap {
			margin: 40px auto 25px;
			max-width: 90%;
		}
		.reservation_text_title {
			font-size: 17px;
		}
	}

/* COMMON */
img{
	width: 100%;
	height: auto;
}

.m_head{
	background: #262626;
}

/*.pc_head{
	background: #fff;
}*/

.pc{
	display: none;
}
.mobile{
    display: block;
}



/*s ====기본화면 모바일 기준====*/

#s1{
	margin-top: 60px;
    /*padding:0 15px;*/
	padding-bottom: 30px;
}
#s1 .inner{
	padding:0 15px;
    box-sizing: border-box;
    width: 100%;
}
.visual{
	width: 100%;
	padding: 10vh 0;
	background: url(../img/visual2.jpg) no-repeat center 0/cover;
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}

#cont1 table tr:first-child td,
#cont1 table tr:nth-child(2) td{
    background-color:#f4f4f4;
}
/*이벤트 설명*/

#cont1{
    position: relative;
}

#cont1 .tit{
	padding: 30px 0;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	line-height: 1.4em;
}

#cont1 p .tit{
    font-size:16px;
    font-weight:600;
}
#cont1 .bold{
	font-size: 20px;
    font-weight:600;
	display: block;
	margin-bottom: 8px;
}
#cont1 .red{
	font-size: 20px;
    color:#d60808;
    font-weight:600;
	display: block;
	margin-bottom: 20px;
}

/*환불표*/
#cont1 table:last-child{
    margin:5vh 0;
}
#cont1 table:last-child tr:last-child td{
    background-color:rgba(255,255,255,0);
}
/*환불표*/


/*s 상단버튼*/
.btn{
    width: 90%;
    margin: 15px auto 20px auto;
}
.btn p{
    width: 50%;
    float: left;
    position: relative;
}
.btn p a{
    display: block;
    padding: 15px 0;
    width: 100%;
    height: 100%;
    position: relative;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    box-sizing: border-box;
}
.btn .on{
    background: #969696;
}
.btn .on span{
    color: #fff;
}
.btn p span{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #7e7e7e;
}
.btn p .t1{
    left: 10%;
}
.btn p .t2{
    right: 10%;
}
/*e 상단버튼*/


/*s 팝업레이어*/

#popup{
    display: block;
    width: 85%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 1px 1px 9px rgba(0,0,0,0.4);
}

#popup .close{
    width: 35px;
    height: 35px;
    background: url(../img/popup_close.png) no-repeat center/cover;
    position: absolute;
    top: 2%;
    right: 2%;
}

/*e 팝업레이어*/



/*e ====기본화면 모바일 기준====*/




/*s ====태블릿화면====*/

@media screen and (min-width:768px){
    #s1{
        margin-top: 65px;
        /*padding:0 15px;*/
    }
    
	#s1 .inner{
		padding:0 15px;
	}
    
	#cont1{
        width:100%;
    }
    
    /*s 상단버튼*/
    .btn{
        width: 55%;
        margin: 30px auto 0 auto;
    }
    .btn p a{
        padding: 18px 0;
    }
    /*e 상단버튼*/
    
    /*s 팝업레이어*/
    #popup{
        width: 60%;
        top: 90px;
    }

    #popup .close{
        width: 48px;
        height: 48px;
    }
    /*e 팝업레이어*/
    
}

/*e ====태블릿화면====*/




/*s ====PC화면1====*/

@media screen and (min-width:1200px){
	
    .pc{
        display: block;
    }
    .mobile{
        display: none;
    }

	#s1{
		margin-top: 65px;
	}
    
    #s1 .inner{
        padding:0;
        width: 1200px;
        margin: 0 auto;
    }
    
	.visual{
		padding: 15vh 0;
		background: url(../img/visual3.jpg) no-repeat center -450px/cover;
		color: #fff;
		font-size: 50px;
	}
    
    #cont1{
        width:1200px;
        margin:0 auto;
    }
    
    /*s 상단버튼*/
    .btn{
        width: 33%;
        margin: 40px auto 20px auto;
    }
    /*e 상단버튼*/
    
    
    /*s 팝업레이어*/
    #popup{
        width: 37%;
        top: 75px;
        left: 8%;
        transform: translateX(0);
    }

    #popup .close{
        width: 42px;
        height: 42px;
        top: 2.5%;
        right: 2.5%;
        cursor: pointer;
    }
    #popup .close:hover{
        background: url(../img/popup_closeOn.png) no-repeat center/cover;
    }
    /*e 팝업레이어*/
    
	
} /*1024px끝*/

/*e ====PC화면1====*/



