@charset "utf-8";


/* 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/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 p{
    margin: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);
}
/*환불표*/

/*e ====기본화면 모바일 기준====*/




/*s ====태블릿화면====*/

@media screen and (min-width:1200px){
    #s1{
        margin-top: 60px;
        /*padding:0 15px;*/
    }
	#s1 .inner{
		padding:0 15px;
	}
	#cont1{
        width:100%;
    }
}

/*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/visual2.jpg) no-repeat center -450px/cover;
		color: #fff;
		font-size: 50px;
	}
    #cont1{
        width:1200px;
        margin:0 auto;
    }
    
} /*1024px끝*/

/*e ====PC화면1====*/



