@charset "utf-8";

/* 페이지 스타일 공통 */
.pagecommon{font-size:18px;letter-spacing:-.3px;line-height:1.6;color:#666;font-family:var(--k-font)}
.pagecommon *{word-break:keep-all}
.pagecommon .pl{white-space:pre-line}

/* 지점소개 공통 */
.place_page .top_cont{display:flex;gap:30px}
.place_page .top_cont .top_l{width:100%;padding:16px 0 30px}
.place_page .top_l .tit{margin-bottom:30px;padding-bottom:26px;border-bottom:1px solid #e1e1e1;font-size:40px;font-weight:700;color:#111}
.place_page .top_l dl{display:flex;align-items:center;gap:15px}
.place_page .top_l dl+dl{margin-top:15px}
.place_page .top_l dl dt{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:100%;font-size:15px;color:#fff;background-color:#333}
.place_page .top_l dl dd{font-size:22px;font-weight:500;color:#333}
.place_page .top_l ul{display:flex;gap:10px;margin-top:40px}
.place_page .top_l ul li{width:100%}
.place_page .top_l ul li a{display:flex;align-items:center;justify-content:center;gap:15px;width:100%;height:55px;border-radius:50px;border:2px solid var(--primary);font-size:20px;font-weight:600;color:#111;transition:all .2s}
.place_page .top_l ul li:nth-child(2) a{border:2px solid #e1e1e1}
.place_page .top_l ul li a i{color:var(--primary);transition:color .2s}
.place_page .top_cont .top_r{width:100%;background-position:center;background-size:cover}
.place_page .cht_cont{display:flex}
.place_page .cht_cont>div{display:flex;flex-flow:column;align-items:center;justify-content:center;width:100%;text-align:center}
.place_page .cht_cont .l_cht p{margin:45px 0 33px;font-size:23px;line-height:1.4;font-weight:700;color:#111}
.place_page .cht_cont .l_cht a{display:flex;align-items:center;justify-content:center;gap:10px;width:240px;height:60px;border-radius:50px;text-align:center;font-weight:600;color:#fff;background-color:#181d62;transition:background .2s;box-shadow:3px 5px 20px -2px rgb(0 0 0 / 25%)}
.place_page .cht_cont .l_cht a span{display:block;padding:5px 15px;border-radius:50px;font-size:13px;background-color:rgba(255,255,255,.2);font-family:var(--e-font)}
.place_page .cht_cont .r_cht{height:905px}
.place_page .map_cont{padding:90px 0;border-top:1px solid #e1e1e1;text-align:center}
.place_page .icon_tit{display:flex;flex-flow:column;gap:10px;align-items:center;justify-content:center;font-size:35px;font-weight:700;color:#111}
.place_page .icon_tit i{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:100%;font-size:18px;color:var(--primary);background-color:#f5f5f5}
.place_page .img_cont .icon_tit i{background-color:#fff}
.place_page .map_cont p span{display:block;margin:24px 0 15px;font-size:23px;font-weight:600;color:#111}
.place_page .map_cont .map_box{margin-top:44px}
.place_page .map_cont iframe{overflow:hidden;width:100%;border:1px solid #e1e1e1}
.place_page .img_cont{padding:90px 50px;background-color:#f5f5f5}
.place_page .img_cont ul{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}
.place_page .img_cont ul.w_50{grid-template-columns:repeat(2,1fr)}
.place_page .img_cont ul li img{width:100%}
.place_page .mo_cont{display:none}

#p33 .top_cont .top_r{background-image:url('/sh_page/img/p33_top_img.jpg')}
#p34 .top_cont .top_r{background-image:url('/sh_page/img/p34_top_img.jpg')}
#p35 .top_cont .top_r{background-image:url('/sh_page/img/p35_top_img.jpg')}
#p36 .top_cont .top_r{background-image:url('/sh_page/img/p36_top_img.jpg')}
#p37 .top_cont .top_r{background-image:url('/sh_page/img/p37_top_img.jpg')}
#p38 .top_cont .top_r{background-image:url('/sh_page/img/p38_top_img.jpg')}
#p39 .top_cont .top_r{background-image:url('/sh_page/img/p39_top_img.jpg')}
#p40 .top_cont .top_r{background-image:url('/sh_page/img/p40_top_img.jpg')}

/* 가격안내 */
.cost_page .tit_txt{display:block;padding-bottom:63px;border-bottom:1px solid #e1e1e1;font-size:40px;line-height:1.25;color:#111}
.cost_page .cost_cont{padding-top:70px}
.cost_page .cost_cont+.cost_cont{padding-top:90px}
.cost_page .tab_txt{display:flex;align-items:center;justify-content:center;width:max-content;margin:0 auto 50px;padding:5px;border-radius:50px;background-color:#f5f5f5}
.cost_page .tab_txt li a{display:block;padding:0 20px;border-radius:50px;font-size:18px;line-height:40px;font-weight:600;color:#888;transition:all .2s}
.cost_page .tab_txt li.on a{color:#fff}
.cost_page #cost_01 .tab_txt li.on a{background-color:#40b5a2}
.cost_page #cost_02 .tab_txt li.on a{background-color:#67cccc}
.cost_page #cost_03 .tab_txt li.on a{background-color:#2daf9a}
.cost_page #cost_04 .tab_txt li.on a{background-color:#a297ff}
.cost_page #cost_05 .tab_txt li.on a{background-color:#7e6dfa}
.cost_page #cost_06 .tab_txt li.on a{background-color:#4949db}
.cost_page .cost_list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.cost_page .cost_list li{padding:31px 30px 25px;border-radius:20px;background-color:#fff;box-shadow:3px 5px 20px -2px rgb(0 0 0 / 25%)}
.cost_page .cost_list li b{display:block;margin-bottom:23px;font-size:25px;font-weight:700;color:#111}
.cost_page .cost_list li p{font-size:20px;font-weight:700;color:#111}
.cost_page .cost_list li p em{display:block;font-size:16px;font-style:normal;font-weight:500;color:#888}
.cost_page .cost_list li span{display:block;margin-top:17px;font-size:14px;text-align:right;color:#888}

/* 비상주 */
#p43 .cost_list li{position:relative}
#p43 #cost_01 .cost_list li.best{border:5px solid #40b5a2}
#p43 #cost_02 .cost_list li.best{border:5px solid #67cccc}
#p43 #cost_03 .cost_list li.best{border:5px solid #a297ff}
#p43 #cost_04 .cost_list li.best{border:5px solid #7e6dfa}
#p43 #cost_05 .cost_list li.best{border:5px solid #4949db}
#p43 .cost_list li.best:before{position:absolute;right:7px;top:-21px;content:'';width:95px;height:112px;background:no-repeat center top;background-size:contain}
#p43 #cost_03 .tab_txt li.on a{background-color:#a297ff}
#p43 #cost_04 .tab_txt li.on a{background-color:#7e6dfa}
#p43 #cost_05 .tab_txt li.on a{background-color:#4949db}
#p43 #cost_01 .cost_list li.best:before{background-image:url('/sh_page/img/p43_best01.png')}
#p43 #cost_02 .cost_list li.best:before{background-image:url('/sh_page/img/p43_best02.png')}
#p43 #cost_03 .cost_list li.best:before{background-image:url('/sh_page/img/p43_best03.png')}
#p43 #cost_04 .cost_list li.best:before{background-image:url('/sh_page/img/p43_best04.png')}
#p43 #cost_05 .cost_list li.best:before{background-image:url('/sh_page/img/p43_best05.png')}

@media (hover:hover) {
.place_page .top_l ul li a:hover{border:2px solid var(--primary) !important;color:#888;background-color:var(--primary)}
.place_page .top_l ul li a:hover i{color:#fff}
.place_page .cht_cont a:hover{background-color:#111}
.cost_page .tab_txt li:hover a{color:#fff;background-color:#888}
}

/* 반응형 [s] */
@media (max-width:1024px){
.place_page .top_l .tit{font-size:35px}
.place_page .top_l dl dt{width:35px;height:35px}
.place_page .top_l dl dd{font-size:20px}
.place_page .top_l ul{width:100%}
.place_page .top_l ul li a{font-size:18px}
.place_page .cht_cont .l_cht>img{max-width:90%}
.place_page .img_cont{padding:70px 30px}
.place_page .img_cont ul{gap:15px}
.cost_page .tit_txt{font-size:35px}
.cost_page .cost_list{gap:15px}
.cost_page .cost_list li{padding:35px 25px 38px}
.cost_page .cost_list li b{font-size:21px}
.cost_page .cost_list li p{font-size:18px}
}
@media (max-width:910px){
#p43 .cost_list li.best:before{right:5px;top:-17px;width:75px}
}
@media (max-width:768px){
.pagecommon{font-size:15px}
.place_page .top_cont{flex-flow:column}
.place_page .top_cont .top_l{padding:0}
.place_page .top_l .tit{margin-bottom:25px;padding-bottom:20px;font-size:30px}
.place_page .top_l dl+dl{margin-top:10px}
.place_page .top_l dl dd{font-size:18px}
.place_page .top_l ul{justify-content:center;margin-top:35px}
.place_page .top_l ul li a{height:50px}
.place_page .top_cont .top_r{height:350px}
.place_page .cht_cont{display:block}
.place_page .cht_cont .l_cht{padding:80px 0}
.place_page .cht_cont .r_cht{height:670px}
.place_page .icon_tit{font-size:25px}
.place_page .icon_tit i{width:40px;height:40px}
.place_page .map_cont{padding:80px 0}
.place_page .img_cont{padding:60px 15px}
.place_page .img_cont ul{grid-template-columns:repeat(2,1fr)}
.cost_page .tit_txt{padding-bottom:50px;font-size:30px}
.cost_page .cost_cont{padding-top:60px}
.cost_page .cost_cont+.cost_cont{padding-top:70px}
.cost_page .tab_txt li a{padding:0 15px;font-size:15px;line-height:35px}
.cost_page .cost_list{grid-template-columns:repeat(2,1fr)}
.cost_page .cost_list li{padding:30px 25px}
.cost_page .cost_list li b{margin-bottom:25px;font-size:20px}
.cost_page .cost_list li p em{font-size:15px}
#p43 .cost_list li.best:before{top:-14px;width:70px}
}
@media (max-width:480px){
.pagecommon{font-size:14px}
.place_page .top_l .tit{font-size:25px}
.place_page .top_l dl dt{width:30px;height:30px;font-size:13px}
.place_page .top_l ul li a{gap:10px;height:45px;font-size:15px}
.place_page .top_cont .top_r{height:280px}
.place_page .cht_cont .l_cht{padding:60px 0}
.place_page .cht_cont .l_cht p{margin:35px 0 30px;font-size:20px}
.place_page .cht_cont .l_cht a{width:195px;height:50px}
.place_page .cht_cont .l_cht a span{padding:3px 10px}
.place_page .cht_cont .l_cht>img{max-width:none;height:180px}
.place_page .map_cont{padding:60px 0;border-top:none}
.place_page .map_cont p span{font-size:16px}
.place_page .icon_tit{font-size:20px}
.place_page .icon_tit i{width:35px;height:35px;font-size:13px}
.place_page .img_cont{padding:45px 15px}
.place_page .img_cont ul{gap:10px;margin-top:35px}
.place_page .mo_cont{display:block}
.place_page .pc_cont{display:none}
.cost_page .tit_txt{padding-bottom:45px;font-size:24px}
.cost_page .tab_txt{flex-wrap:wrap;width:100%;margin-bottom:30px;padding:0;background-color:#fff}
.cost_page .cost_cont{padding-top:45px}
.cost_page .cost_cont+.cost_cont{padding-top:60px}
.cost_page .cost_list li{padding:25px 20px}
.cost_page .cost_list li b{margin-bottom:20px;font-size:18px}
.cost_page .cost_list li p{font-size:16px}
#p43 #cost_01 .cost_list li.best{border:3px solid #40b5a2}
#p43 #cost_02 .cost_list li.best{border:3px solid #67cccc}
#p43 #cost_03 .cost_list li.best{border:3px solid #a297ff}
#p43 #cost_04 .cost_list li.best{border:3px solid #7e6dfa}
#p43 #cost_05 .cost_list li.best{border:3px solid #4949db}
}
@media (max-width:380px){
.place_page .top_l .tit{margin-bottom:20px;padding-bottom:15px;font-size:23px}
.place_page .top_l ul{gap:5px;margin-top:30px}
.place_page .top_l dl dd{font-size:16px}
.place_page .top_cont .top_r{height:210px}
.place_page .cht_cont .l_cht p{font-size:18px}
.place_page .map_cont{padding:50px 0}
.cost_page .tit_txt{font-size:23px}
.cost_page .cost_list{grid-template-columns:repeat(1,1fr)}
.cost_page .cost_list li b{margin-bottom:15px}
.cost_page .cost_list li span{margin-top:10px}
.cost_page .tab_txt{margin-bottom:25px}
}
/* 반응형 [e] */
