@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:600&display=swap');

#comingsoon{width:100%;padding-top:100px;text-align:center}

/* 페이지 리뉴얼 201020 [s] */
.pagecommon{font-size:15px;color:#777;letter-spacing:-.2px;line-height:1.8;font-family:'notokr-regular'}
.pagecommon b{font-weight:normal;font-family:'notokr-bold'}
.pagecommon .br{white-space:pre-line}

/* 펜션소개 */
#p68{line-height:25px;letter-spacing:-.2px;text-align:center}
#p68 .txt_area{margin:60px 0 50px}
#p68 .txt_area .eng_tit{position:relative;font-size:13px;width: fit-content;color:#333;margin: 0 auto;font-weight:700;font-family:'Poppins',sans-serif}
#p68 .txt_area .eng_tit:before{position:absolute;top:50%;left: 100px;width:70px;height:1px;content:'';background:#e1e1e1}
#p68 .txt_area .eng_tit:after{position:absolute;top:50%;right: 100px;width:70px;height:1px;content:'';background:#e1e1e1}
#p68 .txt_area .ko_tit{margin:35px 0;font-size:25px;line-height:35px;word-break:keep-all;color:#333;font-family:'notokr-light'}
#p68 .txt_area .ko_tit span{font-family:'notokr-bold'}
#p68 .txt_area .pl{white-space:pre-line}
#p68 .dl_img{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:30px}
#p68 .dl_img dl{width:calc(100% / 4 - 5px)}
#p68 .dl_img img{width:100%}
#p68 .dl_img dl dd{margin-top:10px}
#p68 .dl_img ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px}
#p68 .dl_img ul li{margin-bottom:10px;width:calc(100% / 4 - 5px)}

/* 반응형 [s] */
@media (max-width:1024px){
.pagecommon{padding:40px 20px}
#p68{padding:40px 20px}
}
@media (max-width:768px){
#p68 .dl_img dl{width:calc(100% / 2 - 5px)}
#p68 .dl_img dl dd:nth-child(2){margin-bottom:10px}
#p68 .dl_img ul li{margin-bottom:10px;width:calc(100% / 2 - 5px)}
}
@media (max-width:480px){

}
/* 반응형 [e] */