@charset "utf-8";

.reservation_text_wrap {
	width: fit-content;
	margin: 60px 0;
}
.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 0 40px;
		}
		.reservation_text_title {
			font-size: 20px;
		}
	}

	@media screen and ( max-width: 760px ) {
		.reservation_text_wrap {
			margin: 50px 0 30px;
		}
		.reservation_text_title {
			font-size: 18px;
		}
	}

	@media screen and ( max-width: 500px ) {
		.reservation_text_wrap {
			margin: 40px 0 25px;
		}
		.reservation_text_title {
			font-size: 17px;
		}
	}

/* COMMON */
img{
	width: 100%;
	height: auto;
}

.m_head{
	background: #262626;
}

/*.pc_head{
	background: #fff;
}*/

.pc{
	display: none;
}



/*s ====기본화면 모바일 기준====*/

#s1{
	margin-top: 60px;
    /*padding:0 15px;*/
}
#s1 .inner{
	padding:0 15px;
    box-sizing: border-box;
    width: 100%;
}
.visual{
	width: 100%;
	padding: 10vh 0;
	background: url(../img/visual1.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;
}
.t_wrap{
    display: none;
}
.t_mb{
    margin-top: 7.5%;
}
/*요금표*/

#cont1 p{
    margin:2.5vh 0 0 0;
    font-size:13px;
    line-height:25px;
}
#cont1 p .bar{
    display:block;
    width:100%;
    height:1px;
    background-color:#333;
    margin:2vh 0;
}
#cont1 p .tit{
    font-size:16px;
    font-weight:600;
}
#cont1 p .red{
    color:#d60808;
    font-weight:600;
}

/*환불표*/
#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 0 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-left: 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 상단버튼*/

/*e ====기본화면 모바일 기준====*/




/*s ====태블릿화면====*/

@media screen and (min-width:768px){
    #s1{
        margin-top: 60px;
        /*padding:0 15px;*/
    }
	#s1 .inner{
		padding:0 35px;
	}
	#cont1{
        width:100%;
    }
    #cont1 p{
        margin:5vh 0 0 0;
    }
    .t_mb{
        margin-top: 5%;
    }
    
    /*s 상단버튼*/
    .btn{
        width: 55%;
        margin: 30px auto 0 auto;
    }
    .btn p a{
        padding: 18px 0;
    }
    /*e 상단버튼*/
}

/*e ====태블릿화면====*/




/*s ====PC화면1====*/

@media screen and (min-width:1200px){
	
	#s1{
		margin-top: 65px;
	}
    #s1 .inner{
        padding:0;
        width: 1200px;
        margin: 0 auto;
    }
	.visual{
		padding: 15vh 0;
		background: url(../img/visual1.jpg) no-repeat center -450px/cover;
		color: #fff;
		font-size: 50px;
	}
    #cont1{
        width:1200px;
        margin:0 auto;
    }
    #cont1 p{
        margin:5vh 0 0 0;
    }
    .t_mb{
        display: none;
    }
    .t_wrap{
        display: block;
    }
    
    /*s 할인*/
    .pr_cost{
        position: relative;
    }
    .pr_cost .tc2{
        font-size: 11px;
        font-weight: 400;
        color: #919191;
    }
    .pr_cost .pr_line{
        display: block;
        width: 31%;
        height: 1px;
        background: #808080;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,0);
    }
    @media screen and (-webkit-min-device-pixel-ratio:0){
        .pr_cost .pr_line{
            top: 50%;
            transform: translate(-50%,-50%);
        }
    }
    
    .sl_cost{
        font-weight: 500;
        font-size: 13px;
        letter-spacing: -0.4px;
    }
    .pt2{
        color: #3997e6;
    }
    .pt3{
        color: #e33636;
    }
    table tr,table td,table{
        border: 1px solid #d6d6d6;
    }
    /*e 할인*/
    
    
    /*s 상단버튼*/
    .btn{
        width: 33%;
        margin: 40px auto 20px auto;
    }
    /*e 상단버튼*/
    
	

} /*1024px끝*/

/*e ====PC화면1====*/



