@charset "utf-8";

/*기본화면-pc기준*/

.bold{font-weight: 500;}
.mo{display: none;}
.pc{display: block;}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}

.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}

.font25{font-size: 25px;}
.font27{font-size: 27px;}
.font30{font-size: 30px;}
.font35{font-size: 35px;}

.dp_none{display: none;}

.c_orange{color: #ef6808;}
.c_brown{color: #8c510d;}

/***********************************************/
/* 화면 1080px 이하(~1080)  */
@media screen and (max-width: 1180px) {
    
}
/***********************************************/
/* 태블릿 이하(~991)  */
@media screen and (max-width: 991px) {
    
}


/***********************************************/
/* 모바일 (0~767) */
@media screen and (max-width: 767px) {
    .mo{display: none;}
    .pc{display: block;}
}
