/* 공통 */
.margin-top-40 {margin-top: 40px;}
.text-center {text-align: center;}
.text-padding-less h2 {padding: 0 5%;}
.text-padding-less h5 {padding: 0 10%;}
.text-padding-less p {padding: 0 15%;}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
    .text-padding-less h2 {padding: 0 3%;}
    .text-padding-less h5 {padding: 0 6%;}
    .text-padding-less p {padding: 0 10%;}
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 767px) {
    .text-padding-less h2 {padding: 0;}
    .text-padding-less h5 {padding: 0 3%;}
    .text-padding-less p {padding: 0 6%;}
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}

/* ===== about 페이지1 about-style-1 ===== */
.about-style-1 h2 {color: #1d385e;letter-spacing: -0.05em;line-height: 1.2;}
.about-style-1 h6 {margin-bottom: 25px;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-style-1 .col-md-6 {padding-right: 30px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-1 .col-sm-6 {padding-right: 30px;}
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
    .about-style-1 h2 {font-size: 32px;}
}
@media only screen and (max-width: 800px) {
    .about-style-1 h2 {font-size: 28px;}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
    .about-style-1 h2 {font-size: 26px;}
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}

/* ===== ABOUT 페이지 about-style-2 ===== */
.about-style-2 h2 {color: #504a4d;letter-spacing: -0.05em;}
.about-style-2 h5 {color: #ba116e;padding-top: 10px;margin-top: 0;padding-bottom: 5px;margin-bottom: 11px;border-bottom: 1px solid #efefef;}
@media only screen and (max-width: 640px) {
	.about-style-2 h2 {font-size: 32px;}
}
@media only screen and (max-width: 480px) {
	.about-style-2 h2 {font-size: 26px;}
}

/* ===== ABOUT 페이지 about-style-3 ===== */
.about-style-3 .about-style-3-title {padding-bottom: 40px;}
.about-style-3 .about-style-3-title h2 {color: #504a4d;letter-spacing: -0.05em;}
.about-style-3 .em-con-box-1 {border: 1px solid #dbdbdb;height: calc(100% - 30px);margin-bottom: 30px;}
.about-style-3 .em-con-box-1 h5 {color: #ba116e;padding: 15px 20px;margin: 0;border-bottom: 1px solid #dbdbdb;}
.about-style-3 .em-con-box-1 p {padding: 15px 20px;}
.about-style-3 .em-con-img-1 {margin-bottom: 30px;}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 640px) {
	.about-style-3 .about-style-3-title h2 {font-size: 32px;}
}
@media only screen and (max-width: 480px) {
    .about-style-3 .about-style-3-title {padding-bottom: 15px;}
	.about-style-3 .about-style-3-title h2 {font-size: 26px;}
    .booking-about-style-3 .booking-1 {margin-top: 20px;}
    .booking-about-style-3 .booking-2 {margin-top: 10px;}
}

/* 개인정보처리방침 추가 */
.privacy-style-1 {border: 1px solid #dbdbdb;padding: 30px;}
@media only screen and (max-width: 480px) {
    .privacy-style-1 {padding: 15px;margin-left: 10px;margin-right: 10px;}
}

/* 서비스이용약관 추가 */
.provision-style-1 {border: 1px solid #dbdbdb;padding: 30px;}
@media only screen and (max-width: 480px) {
    .provision-style-1 {padding: 15px;margin-left: 10px;margin-right: 10px;}
}
