<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ---------------------------------
고객센터 CSS
--------------------------------- */
.customer_wrap .txt_notice{}
.customer_wrap .txt_notice + .btn_type_common{margin-top:15px;}
.customer_wrap p.txt_notice{color:#6a7588; line-height:20px; word-break:keep-all;}

/* 자주묻는질문 */
.faq_list ul{border-top:1px solid #ebebeb;}
.faq_list li{border-bottom:1px solid #ebebeb; cursor:pointer;}
.faq_list .q_box{position:relative; padding:15px 20px; font-size:15px; color:#333; line-height:20px;}
.faq_list .q_box:after{content:''; position:absolute; right:20px; top:50%; width:17px; height:10px; margin-top:-5px; background:url(../images/icon_arrow_spr.png) no-repeat 0 0; background-size:17px auto;}
.faq_list .a_box{padding:15px 20px; background:#f5f5f5; border-top:1px solid #ebebeb; font-weight:300; color:#656565; line-height:20px; word-break:keep-all; display:none;}
.faq_list .a_box &gt; *{font-weight:300; color:#656565; line-height:20px;}
.faq_list .active .q_box{font-weight:500; color:#286edd;}
.faq_list .active .q_box:after{background-position:0 -10px;}
.faq_list .active .a_box{display:block;}

/* 호텔예약 및 이용안내 */
.hotel_guide_wrap h2{margin-bottom:10px; font-size:16px; font-weight:500; color:#232323;}
.hotel_guide_wrap .img{padding:20px;}
.hotel_guide_wrap .txt{font-size:13px; font-weight:300; color:#666; line-height:18px; word-break:keep-all;}
.hotel_guide_wrap .txt strong{font-size:14px; font-weight:400;}
.hotel_guide_wrap .txt + .txt,
.hotel_guide_wrap .txt_list + .txt{margin-top:10px;}
.hotel_guide_wrap .txt + .txt_list{margin-top:5px;}
.hotel_guide_wrap .txt_list li{margin-bottom:2px; padding-left:10px; font-size:13px; font-weight:300; color:#666; line-height:18px; word-break:keep-all; text-indent:-8px;}
.hotel_guide_wrap .tbl_type_common{margin-top:10px;}
</pre></body></html>