@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : 레이아웃 스타일
    참고사항 : 레이아웃, 상세스타일, 메뉴스타일 분류
    분류순서 : Wrapper > Header > Content > Footer > Navigation
    속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/

/*font*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR&display=swap');

/*-------------------------------------------------------------------
    ## content-header
-------------------------------------------------------------------*/
.content-header{position: relative;display: block;width: 100%;height: 516px;overflow: hidden;z-index: 1;}
.content-header .bg{
    position: absolute;
    display: block;
    width: 100%;
    height: 450px;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
        transform: scale(1.02);
    -webkit-transition: -webkit-transform 3s;
    transition: -webkit-transform 3s;
    -o-transition: transform 3s;
    transition: transform 3s;
    transition: transform 3s, -webkit-transform 3s;
    z-index: 3;
}
.content-header .bg.sub-member, .content-header .bg{background-image: url('../../images/sub/241105/sub-04_bg.jpg');}
.content-header .bg.sub-01{background-image: url('../../images/sub/241105/sub-01_bg.jpg');}
.content-header .bg.sub-02{background-image: url('../../images/sub/241105/sub-02_bg.jpg');}
.content-header .bg.sub-03{background-image: url('../../images/sub/sub-03_bg.jpg');}
.content-header .bg.sub-04{background-image: url('../../images/sub/241105/sub-04_bg.jpg');}
.content-header .bg.sub-05{background-image: url('../../images/sub/sub-05_bg.jpg');}

.bgLoad-01{-webkit-transform: scale(1) !important;-ms-transform: scale(1) !important;transform: scale(1) !important;}
.content-header .tit-wrap{position:absolute;display:block;top: 50%;left: 0%;overflow:hidden;width:100%;height:auto;-webkit-transform: translateY(-10%);-ms-transform: translateY(-10%);transform: translateY(-10%);text-align: center;color: #fff;-webkit-animation: tit_animate 1.5s linear forwards;animation: tit_animate 1.5s linear forwards;z-index: 4;}
.content-header .tit-wrap .tit_l{
    font:normal 700 50px / 62px var(--font-pretendard);
    color:var(--basic-white, #fff);
}

.content-header .tap_area{
    position: absolute;
    width: 100%;
    height: 66px;
    top: auto;
    bottom: 0px;
    background: #fff;
    z-index: 4;
    border: solid var(--gray--200, #DEDEE1);
    border-width: 0px 0px 1px;
    padding:12px 0;
}
.content-header .tap-std{
    position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;width: auto;height: 100%;margin: auto;text-align: center;gap:10px;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
.content-header .tap-std li{position: relative;padding:0 20px;}
.content-header .tap-std li:last-child::after{content:''; opacity: 0;}
.content-header .tap-std li a {
    position: relative;width: 100%;height: 100%;top: 0px;left: 0px;color: #2a2a2a;padding: 0px 26px 0px;font-size: 18px;font-weight: 500;
    padding:10px 0;display: block;border-radius: 50px;font:normal 400 16px / 22px var(--font-Wanted);color:var(--gray-500, #868689);
}
.content-header .tap-std li a:hover{color: var(--Primary-Primary-01, #46B034);font-weight:700;}
.content-header .tap-std li.on a{background:var(--Primary-Primary-01, #46B034);font:normal 700 16px / 22px var(--font-Wanted);color:var(--basic-white, #fff);padding:10px 20px;}
.content-header .tap-std li.on a:hover{color:var(--basic-white, #fff);}
@-webkit-keyframes opacity_01 {
    0%{
        opacity: 0;
        top: 60%;
    }

    100%{
        opacity: 1;
        top: 52%;
    }
}
@-webkit-keyframes tit_animate{
    0%{
        opacity: 0;
        top: 60%;
    }

    100%{
        opacity: 1;
        top: 52%;
    }
}
@keyframes tit_animate{
    0%{
        opacity: 0;
        top: 60%;
    }

    100%{
        opacity: 1;
        top: 52%;
    }
}


/*-------------------------------------------------------------------
    ## content-body
-------------------------------------------------------------------*/
.content-body .tit-wrap{position:relative;display:block;width:1200px;margin: 80px auto;}
.content-body .tit-wrap .in-tit{display:block;font-family: 'Nunito Sans', sans-serif;font-size: 35px;font-weight: 700;text-align: center;margin: 0 0 25px;text-transform: uppercase;color: #2a2a2a;}
.content-body .tit-wrap .in-tit:after{content:'';position: relative;display: inline-block;width: 10px;height: 10px;top: 0;right: 0;-webkit-transform: translate(0px, -250%);-ms-transform: translate(0px, -250%);transform: translate(0px, -250%);border-radius: 50%;background-color: #72c042;opacity: 1;-webkit-transition: all 0.1s ease-in-out 0s;-o-transition: all 0.1s ease-in-out 0s;transition: all 0.1s ease-in-out 0s;}
.content-body .tit-wrap .in-tit em{display: block; font-size: 18px;font-weight: 400;margin: 0px 0px 10px -10px;}
.content-body .tit-wrap .p-txt{display:block;font-family: 'NanumSquare';font-size:15px;margin: 0;text-align: center;}
.content-body .con{position:relative;display:block;width:1200px;height: auto;min-height:500px;margin: 80px auto 120px;}
.content-body .con.club{ margin:80px auto; }

/*-------------------------------------------------------------------
	## Box
----------------------------------------------------------------- --*/
/* Default */
.box {position: relative; }
/* Design */
.box.type-01 {border: 1px solid #dedede;border-radius: 3px;line-height: 20px; }
.box.type-01 .box-head {padding: 10px 20px;border-bottom: 1px solid #dedede; }
.box.type-01 .box-head .btn-ico {position: absolute;right: 0;bottom: 0;right: 0;}
.box.type-01 .box-body {padding: 0px;display: -webkit-box;display: -ms-flexbox;display: flex;}
.box.type-01 .box-foot {padding: 10px 20px;border-top: 1px solid #dedede; }
.hr-01{display: block; background: url('../../images/common/hr-01.png') center repeat-x;height: 1px;border: 0px;}
.box-etc{padding: 30px;}
.box-etc p{line-height: 2.5;text-align: center;font-family: 'NanumSquare';font-size: 15px;}
.box-tit{position: relative;}
.box-tit h3 > em {position: relative; display: inline-block; font-size: 18px; font-weight: 400; color: #093687;}
.box-tit h3 > em::before {content: '|'; position: relative; display: inline-block; margin: 0px 15px; color: #71be43;}
.box-txt01{position: absolute;right: 0;top: 50%;}


/*-------------------------------------------------------------------
	## table
----------------------------------------------------------------- --*/
.table_custom{margin:0 -1px;border-top:1px solid  var(--gray-900, #131314);}
.table_custom th, .table_custom td{
    font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);
    border:solid var(--gray-200, #DEDEE1);
    border-width:0px 0px 1px 1px;
    padding:14px 2px;text-align:center;
}
.table_custom td > ul.bul li{line-height:1.375;}
.table_custom th{font-weight:600;background:var(--gray-50, #FAFAFA);}
.table_custom th span{font:normal 500 14px / 20px var(--font-pretendard);}
.table_custom tfoot th{font:normal 400 16px / 22px var(--font-pretendard);}
.table_summary{margin:20px 0 0;color:var(--gray-700, #484849);}
.table_summary li{font:normal 400 16px / 22px var(--font-pretendard);}

/* 명예의전당 */
.tbl-list .cm_time_list_tbl.champion_records th{font-family: var(--font-pretendard);}

/*-------------------------------------------------------------------
	## 페이지 타이틀
----------------------------------------------------------------- --*/
.sub-tit{margin:0 0 80px;text-align:center;}
.sub-tit .title{font:normal 700 30px / 1 var(--font-montserrat);color:var(--gray-900, #131314);margin:0 0 20px;}
.sub-tit .title span{position:relative;}
.sub-tit .title span:after{
    content:''; display:block; width:10px; height:10px; background:var(--Primary-Primary-02, #008D31);
    position:absolute;right:-20px;top:0;
    border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px;
}
.sub-tit .summary{font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-700, #484849);}

.box-tit2{font:normal 700 26px / 32px var(--font-pretendard);color:var(--Primary-Primary-02, #008D31);margin:0 0 40px;}
.box-tit2:after{content:'';display:block;width:100%;height:1px;background:var(--Primary-Primary-02, #008D31);margin:15px 0 0;}
.box-tit3{font:normal 600 20px / 26px var(--font-pretendard);color:var(--gray-900, #131314);position:relative;padding-left:20px;margin:0 0 15px;}
.box-tit3:before{
    content:'';display:block;position:absolute;left:0;top:7px;width:12px;height:12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='6' fill='%23008D31' fill-opacity='0.2'/%3E%3Ccircle cx='6' cy='6' r='3' fill='%23008D31'/%3E%3C/svg%3E%0A");
}
.box-tit3 > p{font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);margin:10px 0 0;}
.box-content2{overflow:hidden;margin:0 0 80px;}
.box-content2 .bul li{margin:0;line-height:1.375;}
.box-content2 .bul.dot > li:before{content:'•';}
/* depth3 */
.depth3{width:1200px; margin:0 auto 60px; background:var(--basic-white, #fff); border:1px solid var(--gray-200, #DEDEE1); border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; }
.depth3-inner{width:auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;}
.depth3-inner a{padding:21px 20px;font:normal 400 16px / 22px var(--font-Wanted);color:var(--gray-500, #868689);}
.depth3-inner a:hover{color:var(--Primary-Primary-02, #008D31); transition:all 200ms ease; -webkit-transition:all 200ms ease; -moz-transition:all 200ms ease; -ms-transition:all 200ms ease; -o-transition:all 200ms ease; }
.depth3-inner a+a{position:relative;}
.depth3-inner a+a:before{content:'';display:block;width:1px;height:10px;background:var(--Primary-Primary-01, #46B034);position:absolute;left:-10px;top:50%;margin-top:-5px;}
.depth3-inner a.is-active{font-weight:600;color:var(--Primary-Primary-02, #008D31);transition:all 200ms ease; -webkit-transition:all 200ms ease; -moz-transition:all 200ms ease; -ms-transition:all 200ms ease; -o-transition:all 200ms ease; }
/* 예약하기 btn */
.content-body .btn_rsv{
    padding:10px 20px; background:var(--Primary-Primary-02, #008D31);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap:10px;
    font:normal 500 16px / 22px var(--font-pretendard);color:var(--basic-white, #fff);
    border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px;
}
.content-body .btn_rsv:before{content:'';display:inline-block;width:24px;height:23px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cg clip-path='url(%23clip0_2402_69)'%3E%3Cpath d='M21.275 23H2.7249C2.54115 23 2.3574 22.9821 2.17812 22.9462C2.00333 22.9103 1.83751 22.861 1.6672 22.7892C1.50137 22.7219 1.34451 22.6367 1.20109 22.5336C1.06216 22.4394 0.923223 22.3272 0.802215 22.2017C0.676724 22.0761 0.56468 21.9415 0.470562 21.798C0.371963 21.6545 0.286808 21.4975 0.219582 21.3315C0.147873 21.1656 0.0940914 20.9907 0.0582371 20.8157C0.0223827 20.6363 0.00445557 20.4524 0.00445557 20.2685V4.16675C0.00445557 3.98285 0.0223827 3.79896 0.0627189 3.61507C0.0985732 3.44015 0.152355 3.26971 0.219582 3.10376C0.286808 2.94229 0.371963 2.78531 0.470562 2.64179C0.569161 2.49826 0.681206 2.3637 0.802215 2.2426C0.927705 2.11702 1.06216 2.00489 1.20558 1.9107C1.34899 1.81203 1.50586 1.72681 1.6672 1.65953C1.83751 1.58777 2.00782 1.53395 2.18261 1.49806C2.35291 1.46218 2.54115 1.44424 2.72939 1.44424H4.57588C4.94787 1.44424 5.24815 1.74475 5.24815 2.11702C5.24815 2.48929 4.94787 2.7898 4.57588 2.7898H2.72939C2.63527 2.7898 2.54115 2.79877 2.456 2.81671C2.36188 2.83465 2.27672 2.86156 2.19157 2.89744C2.1109 2.93332 2.03023 2.97369 1.963 3.02303C1.88681 3.07236 1.81958 3.13067 1.75684 3.19346C1.69409 3.25626 1.63583 3.32802 1.58653 3.39978C1.53723 3.47154 1.49689 3.54779 1.46104 3.63301C1.42518 3.71823 1.39829 3.80345 1.38037 3.88867C1.36244 3.98285 1.34899 4.07704 1.34899 4.17123V20.2775C1.34899 20.3717 1.35796 20.4659 1.37588 20.5556C1.39381 20.6453 1.4207 20.7305 1.45656 20.8112C1.49241 20.8965 1.53723 20.9727 1.58205 21.049C1.63135 21.1207 1.68961 21.1925 1.75235 21.2553C1.8151 21.3181 1.88233 21.3719 1.95404 21.4212C2.03023 21.4706 2.10642 21.5154 2.18709 21.5468C2.27224 21.5827 2.3574 21.6096 2.44703 21.6276C2.54115 21.6455 2.63527 21.6545 2.72939 21.6545H21.2795C21.3736 21.6545 21.4678 21.6455 21.5574 21.6276C21.647 21.6096 21.7322 21.5827 21.8173 21.5468C21.898 21.5109 21.9742 21.4706 22.0504 21.4212C22.1221 21.3719 22.1893 21.3181 22.2566 21.2508C22.3238 21.1835 22.3776 21.1162 22.4224 21.049C22.4762 20.9727 22.5165 20.892 22.5524 20.8112C22.5882 20.726 22.6151 20.6408 22.633 20.5556C22.651 20.4614 22.6599 20.3672 22.6599 20.273V4.16675C22.6599 4.07256 22.651 3.97837 22.633 3.88418C22.6151 3.79448 22.5882 3.70926 22.5524 3.63301C22.5165 3.54331 22.4762 3.46706 22.4224 3.3953C22.3731 3.32353 22.3193 3.25626 22.2521 3.18898C22.1893 3.12619 22.1176 3.06788 22.0459 3.01854C21.9742 2.9692 21.8935 2.92435 21.8084 2.88847C21.7232 2.85259 21.6381 2.82568 21.5529 2.80774C21.4633 2.7898 21.3692 2.78083 21.2706 2.78083H19.4241C19.0521 2.78083 18.7518 2.48032 18.7518 2.10805C18.7518 1.73578 19.0521 1.43527 19.4241 1.43527H21.2706C21.4588 1.43527 21.647 1.45321 21.8218 1.48909C21.9921 1.52498 22.1669 1.5788 22.3327 1.64608C22.4986 1.71784 22.6554 1.80306 22.7989 1.89725C22.9423 1.99143 23.0767 2.10356 23.2022 2.22915C23.3277 2.35473 23.4442 2.49377 23.5383 2.6373C23.6325 2.77634 23.7176 2.93332 23.7893 3.09927C23.8566 3.26074 23.9103 3.43118 23.9462 3.61058C23.982 3.79448 24 3.97837 24 4.15778V20.2641C24 20.4479 23.982 20.6318 23.9462 20.8112C23.9103 20.9907 23.8566 21.1611 23.7848 21.327C23.7176 21.4885 23.6325 21.6455 23.5339 21.789C23.4442 21.9236 23.3322 22.0626 23.2022 22.1927C23.0767 22.3183 22.9378 22.4304 22.7989 22.5291C22.6554 22.6277 22.4986 22.713 22.3372 22.7802C22.1714 22.852 21.9966 22.9013 21.8218 22.9372C21.6425 22.9731 21.4588 22.991 21.275 22.991V23Z' fill='white'/%3E%3Cpath d='M13.8442 2.78528H10.1557C9.78374 2.78528 9.48346 2.48477 9.48346 2.1125C9.48346 1.74023 9.78374 1.43973 10.1557 1.43973H13.8442C14.2162 1.43973 14.5165 1.74023 14.5165 2.1125C14.5165 2.48477 14.2162 2.78528 13.8442 2.78528Z' fill='white'/%3E%3Cpath d='M7.43081 3.88417C7.05883 3.88417 6.75854 3.58366 6.75854 3.21139V0.672777C6.75854 0.300507 7.05883 0 7.43081 0C7.8028 0 8.10308 0.300507 8.10308 0.672777V3.21139C8.10308 3.58366 7.8028 3.88417 7.43081 3.88417Z' fill='white'/%3E%3Cpath d='M16.5737 3.88417C16.2017 3.88417 15.9014 3.58366 15.9014 3.21139V0.672777C15.9014 0.300507 16.2017 0 16.5737 0C16.9457 0 17.246 0.300507 17.246 0.672777V3.21139C17.246 3.58366 16.9457 3.88417 16.5737 3.88417Z' fill='white'/%3E%3Cpath d='M22.8527 7.57547H0.878446C0.506457 7.57547 0.206177 7.27497 0.206177 6.9027C0.206177 6.53043 0.506457 6.22992 0.878446 6.22992H22.8527C23.2247 6.22992 23.5249 6.53043 23.5249 6.9027C23.5249 7.27497 23.2247 7.57547 22.8527 7.57547Z' fill='white'/%3E%3Cpath d='M7.386 12.7603H5.52157C5.14958 12.7603 4.8493 12.4598 4.8493 12.0876C4.8493 11.7153 5.14958 11.4148 5.52157 11.4148H7.386C7.75799 11.4148 8.05827 11.7153 8.05827 12.0876C8.05827 12.4598 7.75799 12.7603 7.386 12.7603Z' fill='white'/%3E%3Cpath d='M12.9345 12.7603H11.07C10.698 12.7603 10.3978 12.4598 10.3978 12.0876C10.3978 11.7153 10.698 11.4148 11.07 11.4148H12.9345C13.3064 11.4148 13.6067 11.7153 13.6067 12.0876C13.6067 12.4598 13.3064 12.7603 12.9345 12.7603Z' fill='white'/%3E%3Cpath d='M18.4829 12.7603H16.6185C16.2465 12.7603 15.9462 12.4598 15.9462 12.0876C15.9462 11.7153 16.2465 11.4148 16.6185 11.4148H18.4829C18.8549 11.4148 19.1552 11.7153 19.1552 12.0876C19.1552 12.4598 18.8549 12.7603 18.4829 12.7603Z' fill='white'/%3E%3Cpath d='M7.386 17.555H5.52157C5.14958 17.555 4.8493 17.2545 4.8493 16.8822C4.8493 16.51 5.14958 16.2095 5.52157 16.2095H7.386C7.75799 16.2095 8.05827 16.51 8.05827 16.8822C8.05827 17.2545 7.75799 17.555 7.386 17.555Z' fill='white'/%3E%3Cpath d='M12.9345 17.555H11.07C10.698 17.555 10.3978 17.2545 10.3978 16.8822C10.3978 16.51 10.698 16.2095 11.07 16.2095H12.9345C13.3064 16.2095 13.6067 16.51 13.6067 16.8822C13.6067 17.2545 13.3064 17.555 12.9345 17.555Z' fill='white'/%3E%3Cpath d='M18.4829 17.555H16.6185C16.2465 17.555 15.9462 17.2545 15.9462 16.8822C15.9462 16.51 16.2465 16.2095 16.6185 16.2095H18.4829C18.8549 16.2095 19.1552 16.51 19.1552 16.8822C19.1552 17.2545 18.8549 17.555 18.4829 17.555Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2402_69'%3E%3Crect width='24' height='23' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.content-body .btn_rsv span{width:auto;}
.content-body .btn_rsv:hover,
.content-body .btn_rsv:active,
.content-body .btn_rsv:focus{
    background:var(--Primary-Sub-Sub-02, #27611D);
}

/*-------------------------------------------------------------------
	## member
----------------------------------------------------------------- --*/
/* login */
.member_area.loginWrap .box-body{padding: 60px 0;border-top:2px solid var(--gray-900, #131314);}
.member_area .box-body > .grid {height: auto;}
.member_area .box-body > .grid > .col-6+.col-6{position:relative;}
.member_area .box-body > .grid > .col-6+.col-6:before{content:'';display:block;width:1px;height:80%;background:var(--gray-200, #DEDEE1);position:absolute;left:0;top:0;}
.member_area > p{color:var(--gray-900, #131314);text-align:center;margin-bottom:80px;}
.member_area > p span{position:relative;font:normal 300 30px / 1 var(--font-pretendard);}
.member_area > p span:before{
    content:''; display:block; width:10px; height:10px; background:var(--Primary-Primary-02, #008D31);
    position:absolute;right:-20px;top:0;
    border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px;
}
.member-foot{position:relative;display: block;width: 100%;background: #f7f7f7;padding: 45px 0 !important;border:solid var(--gray-200, #DEDEE1);border-width:1px 0;}
.member-foot p{font-size:15px;line-height:2;text-align:center;}
.Login_area{position: relative;width: 348px;height: auto;top:50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);margin: auto;}
.Login_area .input.demo1{
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border:1px solid var(--gray-200, #DEDEE1);
    font:normal 400 14px / 20px var(--font-pretendard);
}
.Login_area .btn-login{font:normal 600 16px / 24px var(--font-montserrat);color:var(--basic-white, #fff);}
.member-input{width: 100%; height: 40px;}
.btn-login{padding: 10px 0;background:var(--gray-800, #2C2C2D);font:normal 600 16px / 24px var(--font-pretendard);text-transform: uppercase;color:var(--basic-white, #fff);}
.btn-login:hover{background:var(--Primary-Primary-02, #008D31);}
.guide-02 {
    position: relative;
    display: block;
    width: 100%;
    height: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.guide-02 .in-01{ display: block; width:80px; height:80px; margin:0 auto 10px; background-color:var(--gray-50, #FAFAFA); background-position:center center; border-radius:40px; -webkit-border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; }
.guide-02 .in-01.ico-member01{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_2324_1227)'%3E%3Cpath d='M29.238 25.2345L25.434 21.2406C24.8691 20.6495 24.06 20.3109 23.2127 20.3109C22.7832 20.3109 22.3654 20.3997 21.9829 20.5634L19.7087 18.1737C21.6475 16.242 22.8391 13.6386 22.8391 10.7744C22.842 4.83208 17.7199 0 11.421 0C5.12209 0 0 4.83209 0 10.7716C0 16.7111 5.12504 21.5459 11.421 21.5459C13.9423 21.5459 16.2754 20.7688 18.1671 19.4588L20.4884 21.8984C19.9323 22.9087 20.0618 24.1798 20.912 25.0763L24.7161 29.0702C25.278 29.6614 26.09 30 26.9373 30C27.6758 30 28.3819 29.7447 28.9291 29.2812L29.0144 29.209C30.2383 28.171 30.3383 26.3891 29.238 25.2345ZM2.05943 10.7716C2.05943 5.90341 6.26066 1.94283 11.421 1.94283C16.5813 1.94283 20.7826 5.90341 20.7826 10.7716C20.7826 15.6397 16.5843 19.6031 11.421 19.6031C6.25772 19.6031 2.05943 15.6425 2.05943 10.7716ZM27.6375 27.763L27.5522 27.8351C27.1903 28.1432 26.5725 28.1099 26.2489 27.7685L22.4448 23.7746C22.1036 23.4166 22.1359 22.8643 22.5125 22.5451L22.5978 22.4729C22.7655 22.3314 22.9832 22.2509 23.2127 22.2509C23.4775 22.2509 23.7276 22.3564 23.9011 22.5368L27.7052 26.5307C28.0465 26.8887 28.0141 27.441 27.6346 27.7602L27.6375 27.763Z' fill='%23008D31'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2324_1227'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.guide-02 .in-01.ico-member02{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0001 7.5C10.0001 4.46243 12.4625 2 15.5001 2C18.5376 2 21.0001 4.46243 21.0001 7.5C21.0001 10.5376 18.5376 13 15.5001 13C12.4625 13 10.0001 10.5376 10.0001 7.5ZM15.5001 0C11.3579 0 8.00006 3.35786 8.00006 7.5C8.00006 11.6421 11.3579 15 15.5001 15C13.4694 15 11.4577 15.3861 9.57982 16.1372C7.70184 16.8882 5.99323 17.99 4.55242 19.3811C3.11153 20.7723 1.96662 22.4258 1.18481 24.2482C0.687198 25.4081 0.343046 26.6216 0.158611 27.86C-0.109087 29.6573 1.39079 31 3.00006 31L28.0001 31C29.6093 31 31.1092 29.6573 30.8415 27.86C30.6571 26.6216 30.3129 25.4081 29.8153 24.2482C29.0335 22.4258 27.8886 20.7723 26.4477 19.3811C25.0069 17.99 23.2983 16.8882 21.4203 16.1372C19.5424 15.3861 17.5308 15 15.5001 15C19.6422 15 23.0001 11.6421 23.0001 7.5C23.0001 3.35786 19.6422 0 15.5001 0ZM10.3225 17.9942C11.963 17.3381 13.7224 17 15.5001 17C17.2777 17 19.0371 17.3381 20.6776 17.9942C22.3181 18.6503 23.8064 19.611 25.0585 20.8199C26.3105 22.0287 27.3017 23.4619 27.9773 25.0367C28.4073 26.0391 28.7043 27.0866 28.8633 28.1546C28.9211 28.5422 28.5999 29 28.0001 29L3.00006 29C2.4002 29 2.07905 28.5422 2.13679 28.1546C2.29585 27.0866 2.59279 26.0391 3.02281 25.0367C3.69839 23.4619 4.6896 22.0287 5.94161 20.8199C7.1937 19.611 8.68203 18.6503 10.3225 17.9942Z' fill='%2346B034'/%3E%3C/svg%3E");}
.guide-02 .in-02{font:normal 500 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);margin:0 0 7px;display: block;}
.guide-02 .in-03{font:normal 400 14px / 20px var(--font-pretendard);color:var(--gray-500, #868689);}
/* join */
.step.demo3 .step-item{border: 1px solid #b6b6b6; border-width: 1px 0px 0px 0px; background: #fff;font-family: var(--font-pretendard);font-size: 17px; color: #b6b6b6 !important;}
.step.demo3 .step-item.is-current{border: 1px solid var(--Primary-Primary-01, #46B034);background-color: #f7fcf7;color: var(--Primary-Primary-01, #46B034) !important;border-width: 1px 0px 0px 0px;}
.step.demo3 .step-item.is-on{border: 1px solid var(--Primary-Primary-01, #46B034); border-width: 1px 0px 0px 0px; background: #fff;}
.step.demo3 .step-item.is-current > em, .step.demo3 .step-item.is-on > em{font-family:var(--font-montserrat), sans-serif;color: var(--Primary-Primary-01, #46B034);font-weight: 700;}
.step.demo3 .step-item > em{font-family:var(--font-montserrat), sans-serif;font-weight: 700;}
.join{height: auto !important;}
.join .panel.type01{margin: 40px auto;font-family: 'NanumSquare';}
.join .panel.type01 .panel-head, .join .panel.type01 .panel-foot{border: 18px solid #f5f5f5;border-width: 18px;}
.join .panel.type01 .panel-body{border: 18px solid #f5f5f5;border-width: 0px 18px 0 18px;}
.join .panel.type01 .inner{border: 1px solid #e3e3e3; padding: 1rem;}
.join .panel.type01 .panel-foot {background: #f5f5f5;}
.join .panel-body .box-body{padding: 0 !important;height:auto;overflow-x:hidden;overflow-y:auto;}
.join .panel-body .box-body#expandGroup01{height:250px;}
.join .expand-body object{width: 100%;height: 250px;}
.join .panel-body .check.demo1 label{line-height: inherit;}
.g-h4{font-size: 17px;font-weight: 700;color: #555;}
.g-h4:before {content:''; display:inline-block; position:relative; top:-1px; width:3px; height:13px; margin-right:5px; background-color:#333333; vertical-align:middle;}
.join .expand-toggle{height: 100%;}
.join .badge{
    width: auto;height: auto;line-height: 20px;border: 0;background-color: #2496ee;font-size:13px;
    font-family: var(--font-pretendard);color:#fff;text-align:center;padding:0.2rem 0.5rem !important;border-radius: 0.3rem;margin: 0 8px;
}
.join .badge-n{ background-color: #778899;}
.type01 .input-group.hp .select, .type01 .input-group.hp .input{width: 80px !important;}
.type01 .label-01{display: inline-block; width: 64px;}
.member_inputs .btn.demo1{display: inline-block;height: inherit;padding: 0.5rem;margin: 0 1rem;}
.member_inputs .form-desc{margin: 8px 0 0;}
.member_inputs .input{margin-right: 0 !important;}
.memberInfo{margin: auto !important;}
.idpw_area .g-h3 {font-family: 'NanumSquare';font-size: 24px;font-weight: 600;color: #444;margin-bottom: 20px;}
.idpw_inner{padding: 50px 80px;}
.idpw_inner .label-01{display: inline-block; width: 100px;}
.memberInfo .member_inputs{margin: 0px auto 50px;}

/* 기존회원 비밀번호 재설정 */
.pwdReSetting .panel.type01{margin:40px 0;border:1px solid var(----gray-200, #DBDBE0);padding:50px 30px;font:normal 500 16px / 1.4 var(--font-pretendard);}
.pwdReSetting .type01 .label-01{width:100px;}
.pwdReSetting .input:-moz-read-only{background:#e3e3e3;}
.pwdReSetting .input:read-only{background:#e3e3e3;}
.pwdStgPopup{font:normal 500 16px / 1.3 var(--font-pretendard);}
.pwdStgPopup .popup.demo1{max-height:90vh;width:auto;max-width:80vw;}
.pwdStgPopup .popup.demo1 .popup-head{background: #e9e9e9;}
.pwdStgPopup .popup.demo1 .popup-head > h3{color: var(--gray-900, #131314);}
.pwdStgPopup .popup-body{padding:30px 25px;}
.pwdStgPopup .bul.summary p{font:normal 400 14px / 1.4 var(--font-pretendard);}
.pwdStgPopup .btn{padding:8px 20px;}
.pwdStgPopup .btn.confirm{background:var(--Primary-Primary-01, #46B034);color:var(--basic-white, #fff);}
.pwdStgPopup .reJoinClause{zoom:0.9;}
.pwdStgPopup .reJoinClause .box.demo1 .box-body{padding:0;}
.pwdStgPopup .reJoinClause .panel-head{margin:0 0 10px;border:1px solid #ddd;padding:10px 20px;}
.pwdStgPopup .reJoinClause .form-controls label{cursor: pointer;}
.pwdStgPopup .expand-body{max-height:200px;overflow-y:auto;overflow-x:hidden;}
.pwdStgPopup .expand-body#expandGroupR04{max-height:inherit;}
.pwdStgPopup .reJoinClause .agreeform{zoom:0.9;padding:10px;}


/*-------------------------------------------------------------------
	## board
----------------------------------------------------------------- --*/
/*event*/
.event_area .card.type-img{height: 500px;font-family:var(--font-pretendard);}
.event_area .card.type-img .card-foot .more{font-family:var(--font-montserrat);}
.card.type-img .tit, .card.type-img .tit > p{display: inline-block;font-size: 20px;font-weight: 600;color:#323232;width: 100%;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.tbl-view .tit{font-family: 'NotoSans', sans-serif;font-size: 26px;color: #3b3b3b;overflow: hidden;-webkit-line-clamp: 1;text-indent: -70px;line-height: 1.5;padding: 30px 0 30px 70px;}
.tbl-view .tit > em{font-family: 'NanumSquare';font-size: 17px;margin: 0 20px 0 20px;}
.tbl-view .date{font-family: 'Nunito Sans', sans-serif;font-size: 17px;text-align: right;}
.tbl-view .panel{padding: 0 30px;word-break: keep-all;line-height: 1.8;min-height: 300px;}
.tbl-view .panel img{margin: 1rem auto;display: block;max-width: 100%;}
.card.type-img .thumb.img-null{background: url(../../images/common/no-img.png) #ededed center -90px no-repeat;}
.card.type-img .thumb img {max-height: 108%;}

/*-------------------------------------------------------------------
	## 현장스케치
----------------------------------------------------------------- --*/
.gall.instar_area{margin: 0 auto 70px;}
.gall.instar_area .instar-in{position: relative; width: 260px;height: 260px; overflow: hidden;}
.gall.instar_area .instar-in img{max-width: 100%;}
.gall.instar_area .instar-in > a{position: absolute;width: 100%;height: 100%;visibility: hidden;font-size: 16px;color: #ffff;padding: 1rem;background: rgba(0, 0, 0, 0.4);opacity: 0.8;}
.gall.instar_area .instar-in > a > span{position: relative;display: block;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);padding: 1rem;max-height: 100%;overflow: hidden;line-height: 1.5;text-align: center;font-weight: 300;}
.gall.instar_area .instar-in:before{content: '';position: absolute;bottom: 12px;right: 12px;width: 33px;height: 33px;background: url('../../images/common/ico_instar02.png') center repeat-x;background-size: contain;}
.gall.instar_area.gut-guide > .col {padding: 1rem;}

.sketch_area .type-img{ height:auto; padding:0; }
.sketch_area .type-img:before{ content:''; display:block; position: relative; padding-top:100%; }
.sketch_area .card.type-img .thumb{ position:absolute; background-size:cover;background-repeat:no-repeat;background-position:center center; }
.sketch_area .card.type-img .thumb img{ height:100%; max-height:none; }

#light{
    display:none;
    top:50%;
    left:50%;
    background-color:#fff;
    z-index:10001;
    max-width:1100px;
    padding:20px;
    position:fixed;
    margin:auto;
    height:700px;
    max-height:80vh;
    width:85%;
    max-width:1200px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#light .btn_close_pop{ position:absolute; width:50px; height:50px; top:0; right:-55px; color:transparent; }
#light .btn_close_pop:before{ content:''; display:block; width:100%; height:2px; background-color:#fff; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); position:absolute; top:50%; }
#light .btn_close_pop:after{ content:''; display:block; width:100%; height:2px; background-color:#fff; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); position:absolute; top:50%; }
#light .prev, #light .next{ width:50px; height:50px; position:absolute; top:50%; margin-top:-25px; }
#light .prev{ left: 5%; background:url("../../images/common/arw_slide05_prev.png")no-repeat; background-size:contain; }
#light .next{ right: 5%; background:url("../../images/common/arw_slide05_next.png")no-repeat; background-size:contain; }
#light .sub_content{width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;}
#light .sub_content img{ max-width:100%; }
.black_overlay{ display:none; position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0, 0, 0, .8); z-index:10000 ; }

/*-------------------------------------------------------------------
	## faq
---------------------------------------------------------------- --*/
.faq_area .acco.demo1 {border: 1px solid #000;border-radius: 0;border-width: 1px 0px;}
.faq_area .acco-content > p{padding-left: 55px;text-indent: -55px;}
.faq_area .acco.demo1 .acco-title .acco-tit{font-weight: 500; width:100%; height:100%; line-height:74px; left:70px;  cursor: pointer;}
.acco-item.is-active .ico-qna01 {
    width: 34px;
    height: 34px;
    background-image: url(../../images/common/ico_qna03.png);
    background-size: contain;
}

/* 준수사항 */
.get-ready{ text-align: center; }


/* 회원정보 select */
select#CalbirthDayselYear{ width:70px; }
select#CalbirthDayselMon{ width:65px; }

/* 조인 */
select#CalsdateselYear{ width:70px; }
select#CalsdateselMon{ width:65px; }

/*날씨*/
.tbl-view.weather th, .tbl-view.weather td{text-align: center; padding: 10px 0px;border: 1px solid #ddd;}

.btn.demo3.primary03 {
    background: #009688;
    color: #fff;
}

/*-------------------------------------------------------------------
	## 클럽소개
---------------------------------------------------------------- --*/
/* 부대시설 */
.facil .sub-tit{margin:0 0 50px;}
.facil .section1{background:url("../../images/sub/club/241105/facil-1-1.jpg")no-repeat center center / cover;position:relative;width:95%;max-width:1680px;height:520px;margin:0 auto;}
.facil .section1 .txt{text-align:center;width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
.facil .section1 .txt span{font:normal 700 70px / 85px var(--font-montserrat);color:rgba(255, 255, 255, 0.70);display:block;margin:0 0 30px;}
.facil .section1 .txt p{font:normal 500 18px / 24px var(--font-pretendard);color:var(--basic-white, #fff);}
.facil .section2{padding:0 104px;margin:0 0 100px;}
.facil .section2 .col .ico{width:64px;height:64px;border-radius: 8px;background-position:center center;background-repeat:no-repeat;vertical-align: middle;}
.facil .section2 .col p{display:inline-block;margin-left:20px;font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);vertical-align: middle;}
.facil .section2 .col:nth-child(n+3){margin:60px 0 0;}
.facil .section2 .col:nth-child(1) .ico,
.facil .section2 .col:nth-child(4) .ico{background-color:var(--Primary-Primary-02, #008D31);}
.facil .section2 .col:nth-child(2) .ico,
.facil .section2 .col:nth-child(3) .ico{background-color:var(--Primary-Primary-01, #46B034);}
.facil .section2 .col:nth-child(1) .ico{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23clip0_2361_969)'%3E%3Cpath d='M3.72096 7.38749C1.67113 7.38749 0 5.72859 0 3.69374C0 1.6589 1.67113 0 3.72096 0C5.7708 0 7.44192 1.6589 7.44192 3.69374C7.44192 5.72859 5.7708 7.38749 3.72096 7.38749ZM3.72096 1.79018C2.66298 1.79018 1.80337 2.6435 1.80337 3.69374C1.80337 4.74399 2.66298 5.59731 3.72096 5.59731C4.77894 5.59731 5.63855 4.74399 5.63855 3.69374C5.63855 2.6435 4.77894 1.79018 3.72096 1.79018Z' fill='white'/%3E%3Cpath d='M3.72096 31C1.67113 31 0 29.3411 0 27.3063C0 25.2715 1.67113 23.6125 3.72096 23.6125C5.7708 23.6125 7.44192 25.2715 7.44192 27.3063C7.44192 29.3411 5.7708 31 3.72096 31ZM3.72096 25.4027C2.66298 25.4027 1.80337 26.2561 1.80337 27.3063C1.80337 28.3565 2.66298 29.2099 3.72096 29.2099C4.77894 29.2099 5.63855 28.3565 5.63855 27.3063C5.63855 26.2561 4.77894 25.4027 3.72096 25.4027Z' fill='white'/%3E%3Cpath d='M27.2796 7.38749C25.2297 7.38749 23.5586 5.72859 23.5586 3.69374C23.5586 1.6589 25.2297 0 27.2796 0C29.3294 0 31.0005 1.6589 31.0005 3.69374C31.0005 5.72859 29.3294 7.38749 27.2796 7.38749ZM27.2796 1.79018C26.2216 1.79018 25.362 2.6435 25.362 3.69374C25.362 4.74399 26.2216 5.59731 27.2796 5.59731C28.3375 5.59731 29.1971 4.74399 29.1971 3.69374C29.1971 2.6435 28.3375 1.79018 27.2796 1.79018Z' fill='white'/%3E%3Cpath d='M27.2796 31C25.2297 31 23.5586 29.3411 23.5586 27.3063C23.5586 25.2715 25.2297 23.6125 27.2796 23.6125C29.3294 23.6125 31.0005 25.2715 31.0005 27.3063C31.0005 29.3411 29.3294 31 27.2796 31ZM27.2796 25.4027C26.2216 25.4027 25.362 26.2561 25.362 27.3063C25.362 28.3565 26.2216 29.2099 27.2796 29.2099C28.3375 29.2099 29.1971 28.3565 29.1971 27.3063C29.1971 26.2561 28.3375 25.4027 27.2796 25.4027Z' fill='white'/%3E%3Cpath d='M3.49348 22.7891C2.99455 22.7891 2.5918 22.3893 2.5918 21.894V9.10017C2.5918 8.60489 2.99455 8.20508 3.49348 8.20508C3.99242 8.20508 4.39517 8.60489 4.39517 9.10017V21.894C4.39517 22.3893 3.99242 22.7891 3.49348 22.7891Z' fill='white'/%3E%3Cpath d='M21.948 28.3148H9.05989C8.56096 28.3148 8.1582 27.915 8.1582 27.4197C8.1582 26.9245 8.56096 26.5247 9.05989 26.5247H21.948C22.4469 26.5247 22.8497 26.9245 22.8497 27.4197C22.8497 27.915 22.4469 28.3148 21.948 28.3148Z' fill='white'/%3E%3Cpath d='M27.5072 22.7891C27.0082 22.7891 26.6055 22.3893 26.6055 21.894V9.10017C26.6055 8.60489 27.0082 8.20508 27.5072 8.20508C28.0061 8.20508 28.4088 8.60489 28.4088 9.10017V21.894C28.4088 22.3893 28.0061 22.7891 27.5072 22.7891Z' fill='white'/%3E%3Cpath d='M21.948 4.47549H9.05989C8.56096 4.47549 8.1582 4.07568 8.1582 3.58039C8.1582 3.08511 8.56096 2.6853 9.05989 2.6853H21.948C22.4469 2.6853 22.8497 3.08511 22.8497 3.58039C22.8497 4.07568 22.4469 4.47549 21.948 4.47549Z' fill='white'/%3E%3Cpath d='M15.5031 19.7695C13.1287 19.7695 11.2051 17.854 11.2051 15.5029C11.2051 13.1518 13.1347 11.2363 15.5031 11.2363C17.8716 11.2363 19.8012 13.1518 19.8012 15.5029C19.8012 17.854 17.8716 19.7695 15.5031 19.7695ZM15.5031 13.0205C14.1265 13.0205 13.0085 14.1305 13.0085 15.497C13.0085 16.8635 14.1265 17.9734 15.5031 17.9734C16.8797 17.9734 17.9978 16.8635 17.9978 15.497C17.9978 14.1305 16.8797 13.0205 15.5031 13.0205Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2361_969'%3E%3Crect width='31' height='31' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.facil .section2 .col:nth-child(2) .ico{position:relative;text-indent: 0;}
.facil .section2 .col:nth-child(2) .ico span{ font:normal 700 12px / 22px var(--font-montserrat); color:var(--basic-white, #fff); position:absolute; left:0; top:50%;width:100%;text-align:center;transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
.facil .section2 .col:nth-child(3) .ico{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='34' viewBox='0 0 28 34' fill='none'%3E%3Cg clip-path='url(%23clip0_2362_720)'%3E%3Cpath d='M25.8281 33.9785H1.35587C1.06454 33.9785 0.826172 33.7361 0.826172 33.4397C0.826172 33.1434 1.06454 32.9009 1.35587 32.9009H25.8281C26.1194 32.9009 26.3578 33.1434 26.3578 33.4397C26.3578 33.7361 26.1194 33.9785 25.8281 33.9785Z' fill='white'/%3E%3Cpath d='M19.6098 25.368C13.8096 25.368 11.2246 22.2051 11.2246 15.1141C11.2246 6.90237 18.9477 0.393335 19.2761 0.123922C19.4721 -0.0377265 19.7528 -0.0377265 19.9435 0.123922C20.2719 0.398724 27.9949 6.90776 27.9949 15.1195C27.9949 22.2105 25.41 25.3734 19.6098 25.3734V25.368ZM19.6098 1.25007C18.1319 2.59714 12.284 8.3572 12.284 15.1141C12.284 23.1803 15.8065 24.2903 19.6098 24.2903C23.413 24.2903 26.9355 23.1803 26.9355 15.1141C26.9355 8.3572 21.0876 2.59714 19.6098 1.25007Z' fill='white'/%3E%3Cpath d='M19.6093 33.946C19.3179 33.946 19.0796 33.7035 19.0796 33.4072V16.0138L16.4257 12.366C16.2509 12.1289 16.3039 11.7894 16.537 11.6116C16.7701 11.4338 17.1038 11.4877 17.2786 11.7248L20.033 15.5181C20.1019 15.6097 20.139 15.7229 20.139 15.836V33.4072C20.139 33.7035 19.9006 33.946 19.6093 33.946Z' fill='white'/%3E%3Cpath d='M19.8584 20.082C19.7101 20.082 19.5618 20.0173 19.4559 19.8988C19.2652 19.6725 19.2864 19.333 19.5088 19.1391L23.5981 15.5289C23.8206 15.3349 24.1543 15.3565 24.345 15.5828C24.5357 15.8091 24.5145 16.1486 24.292 16.3425L20.2027 19.9527C20.1021 20.0443 19.9803 20.0874 19.8584 20.0874V20.082Z' fill='white'/%3E%3Cpath d='M19.6104 16.3749C19.5469 16.3749 19.4833 16.3641 19.4197 16.3372C19.1496 16.2294 19.0119 15.9169 19.1178 15.6367L20.9612 10.8303C21.0671 10.5555 21.3743 10.4155 21.6498 10.5232C21.9199 10.631 22.0577 10.9435 21.9517 11.2237L20.1084 16.03C20.0289 16.2402 19.8276 16.3749 19.6157 16.3749H19.6104Z' fill='white'/%3E%3Cpath d='M6.92319 29.1775C2.1347 29.1775 0 26.575 0 20.7341C0 14.0042 6.31933 8.68055 6.58948 8.45424C6.78547 8.2926 7.06621 8.2926 7.2569 8.45424C7.37344 8.55123 10.1862 10.9059 12.1037 14.4568C12.2467 14.7154 12.1513 15.0441 11.8971 15.1896C11.6428 15.3351 11.3197 15.2381 11.1767 14.9794C9.73591 12.3176 7.71245 10.3186 6.92319 9.59117C5.63072 10.782 1.0594 15.3728 1.0594 20.7341C1.0594 27.2108 3.87741 28.0999 6.92319 28.0999C9.69883 28.0999 12.3208 27.3832 12.734 22.189C12.7552 21.8926 13.0095 21.6771 13.3061 21.6932C13.5974 21.7148 13.8146 21.9788 13.7934 22.2752C13.3061 28.4609 9.64056 29.1775 6.92849 29.1775H6.92319Z' fill='white'/%3E%3Cpath d='M6.92357 33.9999C6.63223 33.9999 6.39387 33.7575 6.39387 33.4611V21.4938L4.25387 18.5518C4.07907 18.3147 4.13204 17.9752 4.36511 17.7974C4.59818 17.6196 4.93189 17.6735 5.10669 17.9106L7.34733 20.9926C7.41619 21.0843 7.45327 21.1974 7.45327 21.3106V33.4557C7.45327 33.7521 7.2149 33.9946 6.92357 33.9946V33.9999Z' fill='white'/%3E%3Cpath d='M7.12407 24.8777C6.97575 24.8777 6.82744 24.813 6.7215 24.6945C6.5308 24.4682 6.55199 24.1287 6.77447 23.9348L10.101 20.9981C10.3235 20.8042 10.6572 20.8257 10.8479 21.052C11.0386 21.2783 11.0174 21.6178 10.7949 21.8118L7.46838 24.7484C7.36773 24.84 7.2459 24.8831 7.12407 24.8831V24.8777Z' fill='white'/%3E%3Cpath d='M6.92294 21.8603C6.85937 21.8603 6.79581 21.8495 6.73224 21.8226C6.4621 21.7148 6.32437 21.4023 6.43031 21.1221L7.92937 17.2102C8.03531 16.9354 8.34254 16.7953 8.61798 16.9031C8.88813 17.0109 9.02585 17.3234 8.91991 17.6036L7.42086 21.5155C7.3414 21.7256 7.14011 21.8603 6.92823 21.8603H6.92294Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2362_720'%3E%3Crect width='28' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.facil .section2 .col:nth-child(4) .ico{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='32' viewBox='0 0 38 32' fill='none'%3E%3Cg clip-path='url(%23clip0_2362_740)'%3E%3Cpath d='M4.65324 12.9525C4.50357 12.9525 4.35467 12.9098 4.22593 12.8268C4.00801 12.6858 3.87695 12.4466 3.87695 12.1906V3.04771C3.87695 2.79171 4.00801 2.55247 4.22593 2.41152C4.44385 2.27056 4.71916 2.24618 4.95801 2.34752L15.8152 6.91895C16.1005 7.03933 16.2851 7.31437 16.2851 7.61914C16.2851 7.9239 16.1005 8.19971 15.8152 8.31933L4.95801 12.8908C4.8603 12.9319 4.75638 12.9525 4.65246 12.9525H4.65324ZM5.42875 4.20352V11.0355L13.5414 7.61914L5.42875 4.20352Z' fill='white'/%3E%3Cpath d='M4.65246 28.9524C4.22438 28.9524 3.87695 28.6111 3.87695 28.1905V1.52387C3.87695 1.1033 4.22438 0.761963 4.65246 0.761963C5.08054 0.761963 5.42797 1.1033 5.42797 1.52387V28.1905C5.42797 28.6111 5.08054 28.9524 4.65246 28.9524Z' fill='white'/%3E%3Cpath d='M4.65306 31.2381C2.00004 31.2381 0 30.0915 0 28.5715C0 27.0515 2.00004 25.9048 4.65306 25.9048C7.30608 25.9048 9.30612 27.0515 9.30612 28.5715C9.30612 30.0915 7.30608 31.2381 4.65306 31.2381ZM4.65306 27.4286C2.72902 27.4286 1.55102 28.1684 1.55102 28.5715C1.55102 28.9745 2.72902 29.7143 4.65306 29.7143C6.5771 29.7143 7.7551 28.9745 7.7551 28.5715C7.7551 28.1684 6.5771 27.4286 4.65306 27.4286Z' fill='white'/%3E%3Cpath d='M25.5909 22.0952C25.4653 22.0952 25.3381 22.0655 25.2202 22.0023L20.6548 19.5558C18.1747 18.2263 15.3697 17.5238 12.5445 17.5238H1.5509C1.12282 17.5238 0.775391 17.1825 0.775391 16.7619C0.775391 16.3413 1.12282 16 1.5509 16H12.5445C15.6287 16 18.6897 16.7672 21.3978 18.2179L25.9632 20.6644C26.3393 20.8655 26.4781 21.3288 26.2726 21.6983C26.1315 21.952 25.8655 22.0952 25.5909 22.0952Z' fill='white'/%3E%3Cpath d='M12.4856 24.381H1.5509C1.12282 24.381 0.775391 24.0397 0.775391 23.6191C0.775391 23.1986 1.12282 22.8572 1.5509 22.8572H12.4856C13.6512 22.8572 14.764 22.3102 15.4636 21.3944L22.2663 12.4831C23.1349 11.3456 24.5169 10.6667 25.964 10.6667H37.2244C37.6525 10.6667 37.9999 11.0081 37.9999 11.4287C37.9999 11.8492 37.6525 12.1906 37.2244 12.1906H25.964C25.0023 12.1906 24.0841 12.6416 23.5071 13.3974L16.7044 22.3087C15.714 23.6062 14.1367 24.381 12.4856 24.381Z' fill='white'/%3E%3Cpath d='M24.817 7.61905C22.6789 7.61905 20.9395 5.9101 20.9395 3.80952C20.9395 1.70895 22.6789 0 24.817 0C26.9551 0 28.6946 1.70895 28.6946 3.80952C28.6946 5.9101 26.9551 7.61905 24.817 7.61905ZM24.817 1.52381C23.5343 1.52381 22.4905 2.54933 22.4905 3.80952C22.4905 5.06971 23.5343 6.09524 24.817 6.09524C26.0997 6.09524 27.1435 5.06971 27.1435 3.80952C27.1435 2.54933 26.0997 1.52381 24.817 1.52381Z' fill='white'/%3E%3Cpath d='M22.563 31.9999H11.6329C11.2049 31.9999 10.8574 31.6586 10.8574 31.238C10.8574 30.8175 11.2049 30.4761 11.6329 30.4761H22.563C24.5754 30.4761 26.4289 29.3203 27.2858 27.5314L31.8699 17.9611C32.0521 17.5801 32.5143 17.4171 32.9021 17.5961C33.2898 17.7752 33.4558 18.2293 33.2735 18.6102L28.6895 28.1805C27.5782 30.5005 25.1733 31.9999 22.563 31.9999Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2362_740'%3E%3Crect width='38' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.facil .section3 .img{width:580px;height:680px;background:url("../../images/sub/club/facil-3-1_241029.jpg")no-repeat center center / cover;}
.facil .section3 .txt{padding-left:40px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.facil .section3 .txt h5{font:normal 700 70px / 85px var(--font-montserrat);color:var(--gray-200, #DEDEE1);margin:0 0 50px;}
.facil .section3 .txt .sec-3 strong{font:normal 700 20px / 46px var(--font-montserrat);color:var(--gray-900, #131314);}
.facil .section3 .txt .sec-3 span{font:normal 500 16px / 22px var(--font-pretendard);color:var(--Primary-Primary-02, #008D31);display: inline-block;margin-left:8px;}
.facil .section3 .txt .sec-3 p{font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);}
/* 레스토랑 메뉴 */
.facil .menu-wrap{border:solid var(--gray-200, #DEDEE1);border-width:0 1px 1px;margin:0 0 60px;}
.facil .menu-head{background:var(--gray-50, #FAFAFA);border-bottom:1px solid var(--gray-200, #DEDEE1);border-top:1px solid var(--Primary-Primary-02, #008D31);padding:14px 0 14px 60px;}
.facil .menu-head p{font:normal 700 26px / 32px var(--font-pretendard);color:var(--Primary-Primary-02, #008D31);}
.facil .menu-body{padding:60px;}
.facil .menu-list{display: -ms-grid;display: grid;gap:60px;-ms-grid-columns: calc((100% - 120px) / 3) 60px calc((100% - 120px) / 3) 60px calc((100% - 120px) / 3);grid-template-columns: repeat(3, calc((100% - 120px) / 3));}
.facil .menu .name{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin:0 0 24px;}
.facil .menu .name p{font:normal 600 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);}
.facil .menu .name span{font:normal 600 16px / 22px var(--font-pretendard);color:var(--Primary-Primary-02, #008D31);}
.facil .menu .img{ width:100%; height:240px; background:var(--gray-50, #FAFAFA); overflow:hidden;background-size:cover;background-position:center center;background-repeat:no-repeat; border-radius:12px; -webkit-border-radius:12px; -moz-border-radius:12px; -ms-border-radius:12px; -o-border-radius:12px; }
.facil .menu .img.imgEmpty > div{width:100%;height:100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}
.facil .menu .img.imgEmpty > div .ico-ready{width:46px;height:40px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='40' viewBox='0 0 46 40' fill='none'%3E%3Cg clip-path='url(%23clip0_2536_5141)'%3E%3Cpath d='M40.8507 40.6167H5.14931C2.3086 40.6167 0 38.289 0 35.4248V12.478C0 9.61383 2.3086 7.28613 5.14931 7.28613H40.8507C43.6914 7.28613 46 9.61383 46 12.478V35.4166C46 38.2808 43.6914 40.6085 40.8507 40.6085V40.6167ZM5.14931 9.7624C3.65937 9.7624 2.45595 10.984 2.45595 12.478V35.4166C2.45595 36.9106 3.66756 38.1322 5.14931 38.1322H40.8507C42.3324 38.1322 43.544 36.9106 43.544 35.4166V12.478C43.544 10.9758 42.3324 9.7624 40.8507 9.7624H5.14931Z' fill='%23DEDEE1'/%3E%3Cpath d='M23.0046 34.4837C17.2413 34.4837 12.5586 29.7623 12.5586 23.9513C12.5586 18.1404 17.2495 13.4189 23.0046 13.4189C28.7597 13.4189 33.4506 18.1404 33.4506 23.9513C33.4506 29.7623 28.7679 34.4837 23.0046 34.4837ZM23.0046 15.8952C18.6002 15.8952 15.0145 19.5106 15.0145 23.9513C15.0145 28.3921 18.6002 32.0075 23.0046 32.0075C27.4089 32.0075 30.9946 28.3921 30.9946 23.9513C30.9946 19.5106 27.4089 15.8952 23.0046 15.8952Z' fill='%23DEDEE1'/%3E%3Cpath d='M13.1974 25.1896H7.15571C6.47623 25.1896 5.92773 24.6366 5.92773 23.9515C5.92773 23.2664 6.47623 22.7134 7.15571 22.7134H13.1974C13.8768 22.7134 14.4253 23.2664 14.4253 23.9515C14.4253 24.6366 13.8768 25.1896 13.1974 25.1896Z' fill='%23DEDEE1'/%3E%3Cpath d='M38.8458 25.1896H32.8041C32.1247 25.1896 31.5762 24.6366 31.5762 23.9515C31.5762 23.2664 32.1247 22.7134 32.8041 22.7134H38.8458C39.5253 22.7134 40.0738 23.2664 40.0738 23.9515C40.0738 24.6366 39.5253 25.1896 38.8458 25.1896Z' fill='%23DEDEE1'/%3E%3Cpath d='M29.1363 6.84039C28.4568 6.84039 27.9083 6.28736 27.9083 5.60225V3.95141C27.9083 3.48092 27.5235 3.09297 27.0569 3.09297H18.9441C18.4774 3.09297 18.0927 3.48092 18.0927 3.95141V5.60225C18.0927 6.28736 17.5442 6.84039 16.8647 6.84039C16.1852 6.84039 15.6367 6.28736 15.6367 5.60225V3.95141C15.6367 2.11071 17.1185 0.616699 18.9441 0.616699H27.0569C28.8825 0.616699 30.3643 2.11071 30.3643 3.95141V5.60225C30.3643 6.28736 29.8158 6.84039 29.1363 6.84039Z' fill='%23DEDEE1'/%3E%3Cpath d='M40.2612 16.7124C39.5817 16.7124 39.0332 16.1593 39.0332 15.4742V13.097C39.0332 12.4119 39.5817 11.8589 40.2612 11.8589C40.9407 11.8589 41.4892 12.4119 41.4892 13.097V15.4742C41.4892 16.1593 40.9407 16.7124 40.2612 16.7124Z' fill='%23DEDEE1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2536_5141'%3E%3Crect width='46' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.facil .menu .img.imgEmpty > div p{font:normal 600 14px / 20px var(--font-pretendard);color:var(--gray-400, #9E9EA1);}

/* 요금안내 */
.charge .table_custom td ul.bul{text-align:left;padding:16px 0 16px 60px;}
.charge .content_list{padding:40px 0 40px 30px;border:solid var(--gray-200, #DEDEE1);border-width:1px 0;margin:0 0 40px;}
.charge .content_list .ico_1{ width:64px; height:64px; border-radius: 8px; margin-right:30px; background: var(--Primary-Primary-02,#008D31) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23clip0_2374_1073)'%3E%3Cpath d='M9.9613 19.9286C7.29816 19.9286 4.79369 18.8916 2.9125 17.0104C-0.968879 13.1234 -0.968879 6.79988 2.9125 2.91284C6.79954 -0.974202 13.1231 -0.974202 17.0101 2.91284C20.8971 6.79988 20.8971 13.1234 17.0101 17.0104C15.1289 18.8916 12.6244 19.9286 9.9613 19.9286ZM9.9613 1.70026C7.84212 1.70026 5.72862 2.50487 4.11374 4.11975C0.889648 7.34384 0.889648 12.5908 4.11374 15.8092C5.67762 17.3731 7.75146 18.2287 9.9613 18.2287C12.1711 18.2287 14.245 17.3674 15.8089 15.8092C19.0329 12.5851 19.0329 7.33817 15.8089 4.11975C14.1996 2.51054 12.0805 1.70026 9.9613 1.70026Z' fill='white'/%3E%3Cpath d='M27.5494 31.0002C26.9205 31.0002 26.3255 30.7565 25.8835 30.3089L17.0555 21.4809C16.6079 21.0389 16.3643 20.444 16.3643 19.815C16.3643 19.186 16.6079 18.5911 17.0555 18.1491L18.1491 17.0555C18.5968 16.6079 19.186 16.3643 19.815 16.3643C20.444 16.3643 21.0389 16.6079 21.4809 17.0555L30.3089 25.8835C30.7565 26.3312 31.0002 26.9205 31.0002 27.5494C31.0002 28.1784 30.7565 28.7733 30.3089 29.2153L29.2153 30.3089C28.7677 30.7565 28.1784 31.0002 27.5494 31.0002ZM19.815 18.0641C19.6393 18.0641 19.475 18.1321 19.3504 18.2568L18.2568 19.3504C18.1321 19.475 18.0641 19.6393 18.0641 19.815C18.0641 19.9907 18.1321 20.155 18.2568 20.2796L27.0848 29.1076C27.3341 29.3569 27.7647 29.3569 28.014 29.1076L29.1076 28.014C29.2323 27.8894 29.3003 27.7251 29.3003 27.5494C29.3003 27.3738 29.2323 27.2094 29.1076 27.0848L20.2796 18.2568C20.155 18.1321 19.9907 18.0641 19.815 18.0641Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2374_1073'%3E%3Crect width='31' height='31' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center center; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
.charge .content_list > div{display: inline-block;vertical-align: top;}
.charge .content_list > div p{font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);}

/* ci소개 */
.ci .section{margin:0 0 110px;}
.ci .box-content2{margin:0;}
.ci .section1 .box-tit2{margin:0 0 100px;}
.ci .section1 .box-content2{text-align:center;}
.ci .section2 .box-content2{padding-left:40px;}
.ci .section2 .sec-2-1 .ico_1{width:60px;height:70px;margin-right:43px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='70' viewBox='0 0 60 70' fill='none'%3E%3Cg clip-path='url(%23clip0_2374_1628)'%3E%3Cpath d='M36.3773 66.2148C32.9883 66.2148 30.5286 65.7984 30.2826 65.7511C29.9 65.6848 29.5993 65.3725 29.5356 64.9751C29.4262 64.3126 26.9391 48.5657 34.9744 40.2191C43.0096 31.8725 58.169 34.4559 58.8067 34.5695C59.1894 34.6357 59.49 34.948 59.5538 35.3455C59.6631 36.0079 62.1502 51.7549 54.115 60.1015C49.2137 65.1927 41.6704 66.2148 36.3773 66.2148ZM31.2392 63.9814C34.1818 64.3694 46.353 65.4861 52.8213 58.7672C59.3078 52.0293 58.2237 39.4053 57.8411 36.3486C54.8984 35.9606 42.7272 34.8439 36.2589 41.5629C29.7815 48.2913 30.8657 60.9248 31.2392 63.9814Z' fill='%23008D31'/%3E%3Cpath d='M30.4367 65.7605C30.1999 65.7605 29.9721 65.6658 29.7899 65.486C29.4346 65.117 29.4346 64.5208 29.7899 64.1517L58.0134 34.8344C58.3687 34.4654 58.9427 34.4654 59.298 34.8344C59.6533 35.2035 59.6533 35.7997 59.298 36.1687L31.0745 65.486C30.8923 65.6753 30.6645 65.7605 30.4276 65.7605H30.4367Z' fill='%23008D31'/%3E%3Cpath d='M58.9345 46.0579H49.4052C48.9041 46.0579 48.4941 45.6321 48.4941 45.1116C48.4941 44.5911 48.9041 44.1653 49.4052 44.1653H58.9345C59.4355 44.1653 59.8455 44.5911 59.8455 45.1116C59.8455 45.6321 59.4355 46.0579 58.9345 46.0579Z' fill='%23008D31'/%3E%3Cpath d='M44.0946 51.5749C43.5936 51.5749 43.1836 51.1491 43.1836 50.6286V36.1592C43.1836 35.6387 43.5936 35.2129 44.0946 35.2129C44.5957 35.2129 45.0056 35.6387 45.0056 36.1592V50.6286C45.0056 51.1491 44.5957 51.5749 44.0946 51.5749Z' fill='%23008D31'/%3E%3Cpath d='M54.1705 59.6566C54.1705 59.6566 54.1067 59.6566 54.0703 59.6566L37.9725 57.8397C37.4714 57.7829 37.107 57.3192 37.1617 56.7987C37.2163 56.2782 37.6719 55.9092 38.1638 55.9565L54.2616 57.7734C54.7626 57.8302 55.1271 58.2939 55.0724 58.8144C55.0177 59.297 54.626 59.6566 54.1705 59.6566Z' fill='%23008D31'/%3E%3Cpath d='M23.6221 66.2148C18.3291 66.2148 10.7858 65.1927 5.88452 60.1015C-2.1507 51.7549 0.336389 36.0079 0.445712 35.3455C0.509484 34.948 0.810121 34.6357 1.19275 34.5695C1.83047 34.4559 16.9899 31.8725 25.0251 40.2191C33.0603 48.5657 30.5733 64.3126 30.4639 64.9751C30.4002 65.3725 30.0995 65.6848 29.7169 65.7511C29.4709 65.7984 27.002 66.2148 23.6221 66.2148ZM2.14933 36.3391C1.77581 39.3958 0.700799 52.0387 7.16906 58.7577C13.6464 65.4861 25.8086 64.36 28.7512 63.972C29.1247 60.9153 30.1997 48.2724 23.7315 41.5534C17.245 34.8156 5.09193 35.9417 2.14933 36.3391Z' fill='%23008D31'/%3E%3Cpath d='M29.5613 65.7605C29.3244 65.7605 29.0967 65.6658 28.9145 65.486L0.700068 36.1687C0.344769 35.7997 0.344769 35.2035 0.700068 34.8344C1.05537 34.4654 1.62931 34.4654 1.98461 34.8344L30.2081 64.1517C30.5634 64.5208 30.5634 65.117 30.2081 65.486C30.0259 65.6753 29.7982 65.7605 29.5613 65.7605Z' fill='%23008D31'/%3E%3Cpath d='M10.5946 46.0579H1.06532C0.564257 46.0579 0.154297 45.6321 0.154297 45.1116C0.154297 44.5911 0.564257 44.1653 1.06532 44.1653H10.5946C11.0957 44.1653 11.5056 44.5911 11.5056 45.1116C11.5056 45.6321 11.0957 46.0579 10.5946 46.0579Z' fill='%23008D31'/%3E%3Cpath d='M15.9052 51.5749C15.4041 51.5749 14.9941 51.1491 14.9941 50.6286V36.1592C14.9941 35.6387 15.4041 35.2129 15.9052 35.2129C16.4062 35.2129 16.8162 35.6387 16.8162 36.1592V50.6286C16.8162 51.1491 16.4062 51.5749 15.9052 51.5749Z' fill='%23008D31'/%3E%3Cpath d='M5.82922 59.6567C5.3737 59.6567 4.97285 59.2971 4.9273 58.8145C4.87264 58.294 5.23705 57.8303 5.73811 57.7735L21.8359 55.9566C22.337 55.8998 22.7834 56.2783 22.838 56.7988C22.8927 57.3193 22.5283 57.783 22.0272 57.8398L5.92943 59.6567C5.92943 59.6567 5.86566 59.6567 5.82922 59.6567Z' fill='%23008D31'/%3E%3Cpath d='M41.9803 25.2197C41.4793 25.2197 41.0693 24.7939 41.0693 24.2734C41.0693 17.933 36.1042 12.7755 30.0004 12.7755C23.8965 12.7755 18.9314 17.933 18.9314 24.2734C18.9314 24.7939 18.5215 25.2197 18.0204 25.2197C17.5193 25.2197 17.1094 24.7939 17.1094 24.2734C17.1094 16.892 22.8944 10.8828 30.0004 10.8828C37.1063 10.8828 42.8913 16.892 42.8913 24.2734C42.8913 24.7939 42.4814 25.2197 41.9803 25.2197Z' fill='%2346B034'/%3E%3Cpath d='M30.247 7.91131C29.7459 7.91131 29.3359 7.48547 29.3359 6.96499V0.94633C29.3359 0.425848 29.7459 0 30.247 0C30.748 0 31.158 0.425848 31.158 0.94633V6.96499C31.158 7.48547 30.748 7.91131 30.247 7.91131Z' fill='%2346B034'/%3E%3Cpath d='M18.7317 12.4536C18.4948 12.4536 18.267 12.359 18.0848 12.1792L13.9852 7.9207C13.6299 7.55163 13.6299 6.95544 13.9852 6.58637C14.3405 6.2173 14.9145 6.2173 15.2698 6.58637L19.3694 10.8449C19.7247 11.2139 19.7247 11.8101 19.3694 12.1792C19.1872 12.3684 18.9594 12.4536 18.7225 12.4536H18.7317Z' fill='%2346B034'/%3E%3Cpath d='M13.3379 25.2196H7.54384C7.04277 25.2196 6.63281 24.7937 6.63281 24.2732C6.63281 23.7528 7.04277 23.3269 7.54384 23.3269H13.3379C13.839 23.3269 14.249 23.7528 14.249 24.2732C14.249 24.7937 13.839 25.2196 13.3379 25.2196Z' fill='%2346B034'/%3E%3Cpath d='M41.2707 12.4536C41.0339 12.4536 40.8061 12.359 40.6239 12.1792C40.2686 11.8101 40.2686 11.2139 40.6239 10.8449L44.7235 6.58637C45.0788 6.2173 45.6527 6.2173 46.008 6.58637C46.3633 6.95544 46.3633 7.55163 46.008 7.9207L41.9084 12.1792C41.7262 12.3684 41.4985 12.4536 41.2616 12.4536H41.2707Z' fill='%2346B034'/%3E%3Cpath d='M52.4571 25.2196H46.663C46.1619 25.2196 45.752 24.7937 45.752 24.2732C45.752 23.7528 46.1619 23.3269 46.663 23.3269H52.4571C52.9581 23.3269 53.3681 23.7528 53.3681 24.2732C53.3681 24.7937 52.9581 25.2196 52.4571 25.2196Z' fill='%2346B034'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2374_1628'%3E%3Crect width='60' height='70' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.ci .section2 .sec-2-1 p{font:normal 500 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);display: inline-block;vertical-align: middle;}
.ci .section2 .sec-2-1 p strong{font:normal 500 22px / 28px var(--font-pretendard);}
.ci .section2 .sec-2-1 p strong span{color:var(--Primary-Primary-02, #008D31);}
.ci .section2 .sec-2-2{padding-left:110px;display: -webkit-box;display: -ms-flexbox;display: flex;gap:0 50px;margin:20px 0 0;}
.ci .section2 .sec-2-2 .list{ width:210px; text-align:center;overflow:hidden; border:1px solid; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; }
.ci .section2 .sec-2-2 .list .top{padding:29px 0;font:normal 600 16px / 22px var(--font-pretendard);color: var(--basic-white, #fff);}
.ci .section2 .sec-2-2 .list .btm{padding:29px 0;font:normal 500 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;gap:0 15px;}
.ci .section2 .sec-2-2 .list:nth-child(1){border-color:var(--Sub-Sub-01, #8FC321);}
.ci .section2 .sec-2-2 .list:nth-child(1) .top{background:var(--Sub-Sub-01, #8FC321);}
.ci .section2 .sec-2-2 .list:nth-child(2){border-color:#50B848;}
.ci .section2 .sec-2-2 .list:nth-child(2) .top{background:#50B848;}
.ci .section2 .sec-2-2 .list:nth-child(3){border-color:#008E3C;}
.ci .section2 .sec-2-2 .list:nth-child(3) .top{background:#008E3C;}
.ci .section2 .sec-2-2 .list:nth-child(4){border-color:#00722E;}
.ci .section2 .sec-2-2 .list:nth-child(4) .top{background:#00722E;}
.ci .section3 .box-tit2{margin:0 0 50px;}
.ci .section3 .box-content2{display: -webkit-box;display: -ms-flexbox;display: flex;gap:0 27px;padding-left:64px;}
.ci .section3 div[class*="sec-3-"]{text-align:center;}
.ci .section3 .title{
    display: inline-block; padding:10px 30px; background:var(--Primary-Sub-Sub-06, #1F5632);
    font:normal 600 16px / 22px var(--font-pretendard);color:var(--basic-white, #fff);margin:0 0 8px;
    border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; -ms-border-radius:50px; -o-border-radius:50px;
}

/* 인재채용 */
.recruit .section1 > img{margin:0 0 80px;}
.recruit .list{display: -webkit-box;display: -ms-flexbox;display: flex;gap:100px;margin:0 0 80px;}
.recruit .list .title{min-width:160px;}
.recruit .list .summary li{font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);}
.recruit .list .summary li:before{content:'•';}

/* 오시는길 */
.location .section1 .section-inner{width:95%;max-width:1680px;margin:0 auto;border:none;}
.location .sec-1-1 .root_daum_roughmap{width:100%;height:520px;}
.location .sec-1-1 .root_daum_roughmap .border1,
.location .sec-1-1 .root_daum_roughmap .border2,
.location .sec-1-1 .root_daum_roughmap .border3,
.location .sec-1-1 .root_daum_roughmap .border4{
    border:none;background:transparent;
}
.location .sec-1-2{
    width:1200px;padding:30px 0;text-align:center;margin:0 auto;background:var(--Primary-Primary-02, #008D31);position:relative;bottom:0;z-index: 3;
    border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);
}
.location .sec-1-2 p{font:normal 400 18px / 24px var(--font-pretendard);color:var(--basic-white, #fff);display: inline-block;}
.location .sec-1-2 p strong{font-weight:700;}
.location .sec-1-2 p+p:before{content:'';display:inline-block;width:1px;height:18px;background:var(--Primary-Sub-Sub-01, #8FC321);margin:0 50px;vertical-align: middle;}

.location .section2 .tab_list{text-align:center;display: -webkit-box;display: -ms-flexbox;display: flex;gap:0 40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 40px;}
.location .section2 .tab_list .tab{font:normal 500 16px / 22px var(--font-pretendard);color:var(--gray-500, #868689);cursor: pointer;}
.location .section2 .tab_list .tab.is-selected{font:normal 700 16px / 22px var(--font-pretendard);color:var(--Primary-Primary-02, #008D31);}
.location .section2 .tab_list .tab.is-selected:after{content:'';display:block;width:100%;height:1px;background:var(--Primary-Primary-02, #008D31);}
.location .section2 .tab-container{padding:0;}
.location .section2 .tab-content{padding:0;}
.location .section2 .table_custom th em{display: block;font:normal 400 14px / 20px var(--font-pretendard);color:var(--Primary-Primary-02, #008D31);margin:0 0 4px;}
.location .section2 .table_custom td{text-align:left;padding:34px 0 34px 60px;}
.location .section2 .table_custom td > p{font:normal 400 16px / 28px var(--font-pretendard);color:var(--gray-900, #131314);}
.location .section2 .table_custom td > p span{font:normal 400 16px / 28px var(--font-pretendard);color:var(--Primary-Sub-Sub-01, #8FC321);}
.location .section2 .table_custom td > p em{font:normal 600 16px / 28px var(--font-pretendard);color:var(--Primary-Primary-02, #008D31);}
.location .section2 .infoNavi{margin:0 0 10px;text-align:left;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;gap:20px;}
.location .section2 .infoNavi .navi{
    padding:5px 10px; background:var(--gray-100, #F4F4F6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:5px;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
    border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px;
}
.location .section2 .infoNavi .navi .ico{width:24px;height:24px;background-position:center center;background-repeat:no-repeat;}
.location .section2 .infoNavi .navi .ico_time{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2441_1270)'%3E%3Cpath d='M1.85066 6.96833C1.73615 6.96833 1.61794 6.93062 1.51821 6.8552C1.3372 6.71946 1.20422 6.60256 1.08602 6.47813C0.384169 5.76546 0 4.81146 0 3.79713C0 2.78281 0.387863 1.82881 1.08971 1.11237C1.79156 0.395928 2.72612 0 3.71979 0C4.71346 0 5.64433 0.395928 6.34987 1.11237C6.47177 1.2368 6.58997 1.38009 6.71926 1.55354C6.88179 1.77979 6.85963 2.09276 6.66385 2.28884L2.24591 6.80241C2.13879 6.91177 1.99842 6.96833 1.85435 6.96833H1.85066ZM3.71979 1.13122C3.02164 1.13122 2.36781 1.41026 1.87282 1.91176C1.37784 2.41704 1.10818 3.08446 1.10818 3.79713C1.10818 4.5098 1.36306 5.13198 1.8248 5.62971L5.51504 1.86275C5.02744 1.3914 4.39208 1.13122 3.71979 1.13122Z' fill='%23008D31'/%3E%3Cpath d='M19.1497 6.96833C19.0056 6.96833 18.8652 6.91177 18.7581 6.80241L14.3402 2.28884C14.1481 2.09276 14.1222 1.77979 14.2848 1.55354C14.4103 1.38009 14.5286 1.2368 14.6541 1.11237C15.356 0.395928 16.2869 0 17.2805 0C18.2742 0 19.2088 0.395928 19.9106 1.11237C20.6125 1.82881 21.0003 2.78281 21.0003 3.79713C21.0003 4.81146 20.6125 5.76546 19.9106 6.4819C19.7924 6.60256 19.6594 6.71946 19.4784 6.8552C19.3787 6.93062 19.2642 6.96833 19.146 6.96833H19.1497ZM15.4853 1.86275L19.1755 5.62971C19.6373 5.13198 19.8921 4.48341 19.8921 3.79713C19.8921 3.11086 19.6188 2.41704 19.1275 1.91176C18.6325 1.40649 17.9787 1.13122 17.2805 1.13122C16.6082 1.13122 15.9729 1.3914 15.4853 1.86275Z' fill='%23008D31'/%3E%3Cpath d='M5.02032 20C4.93536 20 4.85409 19.9811 4.77283 19.9396C4.49948 19.8001 4.38866 19.4607 4.52533 19.1817L5.77758 16.6251C5.91425 16.3461 6.24671 16.233 6.52006 16.3725C6.79341 16.512 6.90423 16.8514 6.76755 17.1304L5.51531 19.687C5.41927 19.8868 5.22349 20 5.02032 20Z' fill='%23008D31'/%3E%3Cpath d='M15.9796 20C15.7764 20 15.5807 19.8868 15.4846 19.687L14.2324 17.1304C14.0957 16.8514 14.2065 16.512 14.4799 16.3725C14.7532 16.233 15.0857 16.3461 15.2223 16.6251L16.4746 19.1817C16.6113 19.4607 16.5004 19.8001 16.2271 19.9396C16.1458 19.9811 16.0646 20 15.9796 20Z' fill='%23008D31'/%3E%3Cpath d='M10.5012 18.4011C6.48223 18.4011 3.2168 15.064 3.2168 10.9652C3.2168 6.8664 6.48223 3.5293 10.5012 3.5293C14.5202 3.5293 17.7857 6.8664 17.7857 10.9652C17.7857 15.064 14.5165 18.4011 10.5012 18.4011ZM10.5012 4.66052C7.09543 4.66052 4.32498 7.48857 4.32498 10.9652C4.32498 14.4418 7.09543 17.2699 10.5012 17.2699C13.907 17.2699 16.6775 14.4418 16.6775 10.9652C16.6775 7.48857 13.907 4.66052 10.5012 4.66052Z' fill='%23021329'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2441_1270'%3E%3Crect width='21' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.location .section2 .infoNavi .navi .ico_fee{background-image: url("data:image/svg+xml,%3Csvg width='24' hviewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 21C7.25862 21 3 16.7366 3 11.5C3 6.26344 7.25862 2 12.5 2C17.7414 2 22 6.26344 22 11.5C22 16.7366 17.7366 21 12.5 21ZM12.5 3.44523C8.05832 3.44523 4.44523 7.05832 4.44523 11.5C4.44523 15.9417 8.05832 19.5548 12.5 19.5548C16.9417 19.5548 20.5548 15.9417 20.5548 11.5C20.5548 7.05832 16.9417 3.44523 12.5 3.44523Z' fill='%23021329'/%3E%3Cpath d='M9.48438 16L8.46484 12.2266H7.24609V11.2891H8.20703L7.1875 7.51562H8.25391L9.21484 11.2891H10.8906L11.875 7.51562H13.0469L14.0312 11.2891H15.7188L16.668 7.51562H17.7461L16.7266 11.2891H17.6875V12.2266H16.4688L15.4375 16H14.3477L13.3164 12.2266H11.6172L10.5859 16H9.48438ZM9.44922 12.2266L10 14.3945H10.082L10.6445 12.2266H9.44922ZM11.875 11.2891H13.0586L12.4961 9.27344H12.4258L11.875 11.2891ZM14.2773 12.2266L14.8398 14.3945H14.9219L15.4727 12.2266H14.2773Z' fill='%23008D31'/%3E%3C/svg%3E%0A");}
.location .section2 .infoNavi .navi p{font:normal 400 16px / 28px var(--font-pretendard);color:var(--basic-black, #000);}

/*-------------------------------------------------------------------
	## 코스안내
---------------------------------------------------------------- --*/
/* 로컬룰 */
.rule .section1 img{margin:0 0 60px;}
.rule .list{margin:0 0 30px;display: -webkit-box;display: -ms-flexbox;display: flex;gap:20px;}
.rule .list .num{
    width:25px; height:25px; background:var(--Primary-Primary-01, #46B034);text-align:center;line-height:25px;
    font:normal 600 16px / 25px var(--font-montserrat);color:var(--basic-white, #fff);
    border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px;
}
.rule .list .sum{font:normal 400 16px / 22px var(--font-pretendard);color:var(--basic-black, #000);}

/* 코스 상세 공통 */
.course .holeWrap{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.course .holeTab{ width:88px; height:auto; padding:5px 6.5px; border:solid var(--gray-200, #DEDEE1);border-width:1px 0 1px 1px; border-radius:4px 0 0 4px; -webkit-border-radius:4px 0 0 4px; -moz-border-radius:4px 0 0 4px; -ms-border-radius:4px 0 0 4px; -o-border-radius:4px 0 0 4px; }
.course .holeTab a.tab{width:100%;height:66px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font:normal 400 16px / 22px var(--font-Wanted);color:var(--gray-500, #868689);}
.course .holeTab a.tab.is-active{ background:var(--Primary-Primary-02, #008D31); font:normal 600 16px / 22px var(--font-Wanted); color:var(--basic-white, #FFF); border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; }
.course .holeInfo{ width:1112px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; border:1px solid var(--gray-200, #DEDEE1); overflow:hidden; border-radius:0px 4px 4px 4px; -webkit-border-radius:0px 4px 4px 4px; -moz-border-radius:0px 4px 4px 4px; -ms-border-radius:0px 4px 4px 4px; -o-border-radius:0px 4px 4px 4px; }
.course .info-1{background:var(--gray-50, #FAFAFA);min-width:490px;}
.course .info-1-1{padding:40px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;gap:40px;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;position:relative;}
.course .info-1-1:after{content:'';display:block;width:calc(100% - 80px);height:1px;background:var(--gray-200, #DEDEE1);position:absolute;left:50%;bottom:0;margin-left:calc(-50% + 40px);}
.course .info-1-1 .title > p{font:normal 600 20px / 26px var(--font-pretendard);color:var(--Primary-Primary-02, #008D31);}
.course .info-1-1 .title > h4{font:normal 700 60px / 1.3 var(--font-montserrat);color:var(--gray-900, #131314);}
.course .info-1-1 .sum > h5{font:normal 700 22px / 28px var(--font-montserrat);color:var(--gray-900, #131314);margin:0 0 13px;}
.course .info-1-1 .sum .sub{font:normal 400 16px / 22px var(--font-pretendard);padding-bottom:5px;}
.course .info-1-1 .sum .meter{color:var(--gray-900, #131314);vertical-align: middle;}
.course .info-1-1 .sum .handi{ color:var(--basic-white, #fff); background:var(--Primary-Primary-01, #46B034); padding:5px 10px; display: inline-block; vertical-align: middle; margin-left:18px; border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; -ms-border-radius:50px; -o-border-radius:50px; }
.course .info-1-2{padding:8px 25px 12px;}
.course .info-2{background:url("../../images/sub/course/course-bg.png")no-repeat right 30px bottom 10px;padding:0 60px;}
.course .info-2-1{display: -webkit-box;display: -ms-flexbox;display: flex;gap:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:40px 0 35px;border-bottom:1px solid var(--gray-200, #DEDEE1);}
.course .info-2-1 .tag{ display: block; padding:10px 20px; font:normal 400 16px / 22px var(--font-pretendard); color:var(--gray-900, #131314); border:1px solid var(--gray-200, #DEDEE1); border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; -ms-border-radius:50px; -o-border-radius:50px; }
.course .info-2-2{margin:60px 0 0;}
.course .info-2-2 .item{display: -webkit-box;display: -ms-flexbox;display: flex;gap:10px;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
.course .info-2-2 .item+.item{margin:60px 0 0;}
.course .info-2-2 .item .box-tit3{min-width:160px;}
.course .info-2-2 .item p{font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);}
.courseM .info-1-1{gap:39px;}
/* course 태백 */
.courseM .holeTab a.tab.is-active{background:var(--Primary-Sub-Sub-06, #1F5632);}


/*-------------------------------------------------------------------
	## 골프텔
---------------------------------------------------------------- --*/
/* 요금안내 */
.golftel .content_list{margin:40px 0 0;border:solid var(--gray-200, #DEDEE1);border-width:1px 0;padding:30px 0 30px 30px;}
.golftel .content_list .title .ico_1{width:24px;height:21px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='21' viewBox='0 0 24 21' fill='none'%3E%3Cg clip-path='url(%23clip0_2461_1839)'%3E%3Cpath d='M2.22696 20.3661C0.816714 20.3661 0.244876 19.3851 0.9457 18.1883L10.7228 1.53549C11.428 0.334524 12.5759 0.334524 13.2811 1.53549L23.0539 18.1883C23.759 19.3893 23.1829 20.3661 21.7726 20.3661H2.22696Z' stroke='%23131314' stroke-width='0.966573' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8.2041V12.5766' stroke='%2346B034' stroke-width='0.966573' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 14.4795V16.023' stroke='%2346B034' stroke-width='0.966573' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2461_1839'%3E%3Crect width='24' height='21' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.golftel .content_list .title span{font:normal 600 16px / 22px var(--font-pretendard);color:var(--Primary-Primary-02, #008D31);vertical-align: middle;margin-left:9px;}
.golftel .content_list > p{font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);margin:10px 0 0;}
/* 객실안내 */
.room .section1 .roomInfoSl{width:95%;max-width:1680px;height:740px;}
.room .section1 .roomInfoSl .swiper-slide{background-size:cover;background-repeat:no-repeat;background-position:center center;}
.room .section1 .roomInfoSl .swiper-controls{position:absolute;left:0;bottom:20px;width:100%;height:27px;}
.room .section1 .roomInfoSl div[class*="swiper-button"]{width:35px;height:27px;background-position:center center;top:0;margin-top:0;background-size:auto;}
.room .section1 .roomInfoSl .swiper-button-prev{left:20px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='28' viewBox='0 0 35 28' fill='none'%3E%3Cg clip-path='url(%23clip0_2496_4263)'%3E%3Cpath d='M14.8656 26.0137L3.99175 15.0509H35V12.9484H3.99175L14.8656 1.98631L13.3912 0.5L0 13.9994L13.3912 27.5L14.8656 26.0137Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2496_4263'%3E%3Crect width='35' height='27' fill='white' transform='matrix(-1 0 0 -1 35 27.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.room .section1 .roomInfoSl .swiper-button-next{right:20px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='28' viewBox='0 0 36 28' fill='none'%3E%3Cg clip-path='url(%23clip0_2495_4261)'%3E%3Cpath d='M21.1169 1.98631L31.9907 12.9491H0.982422V15.0516H31.9907L21.1169 26.0137L22.5912 27.5L35.9824 14.0006L22.5912 0.5L21.1169 1.98631Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2495_4261'%3E%3Crect width='35' height='27' fill='white' transform='translate(0.982422 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.room .section1 .roomInfoSl .swiper-pagination{position:relative;}
.room .section1 .roomInfoSl .swiper-pagination span{ width:8px; height:8px; background:var(--basic-white, #fff); margin:0 8px; vertical-align:middle; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; }
.room .section1 .roomInfoSl .swiper-pagination span[class*="active"]{background:none;width:10px;height:10px;border:1px solid var(--basic-white, #fff);}
.room .section2 .box-tit2{font:normal 700 40px / 1 var(--font-montserrat);color:var(--Primary-Primary-02, #008D31);position:relative;}
.room .section2 .box-tit2 .btn_rsv{
    position:absolute;right:0;
}
.room .section2 .box-tit3{margin:0 0 20px;}
.room .section2 .sec-2-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;gap:135px;padding:0 40px 0 20px;}
.room .section2 .sec-2-1 .item{text-align:center;position:relative;}
.room .section2 .sec-2-1 .item+.item:before{content:'';display:block;width:1px;height:40px;background:var(--gray-200, #DEDEE1);position:absolute;left:-70px;top:50%;margin-top:-20px;}
.room .section2 .sec-2-1 p{font:normal 600 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);margin:0 0 10px;}
.room .section2 .sec-2-1 span{font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);display:block;}
.room .section2 .table_custom td{padding:25px 2px;}
.room .section2 .table_custom td span{font-weight:400;color:var(--gray-200, #DEDEE1);}
.room .section2 .sec-2-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;gap:40px;padding:15px 0;}
.room .section2 .sec-2-2 .item{width:114px;}
.room .section2 .sec-2-2 .ico{width:42px;height:42px;margin:0 0 20px;background-repeat:no-repeat;background-position:center center;}
.room .section2 .sec-2-2 p{font:normal 400 16px / 22px var(--font-pretendard);color:var(--basic-black, #000);text-align:center;}
.room .section2 .sec-2-2 .ico.ico1{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='28' viewBox='0 0 42 28' fill='none'%3E%3Cpath d='M17.2838 7.48047H7.37695V12.8134H17.2838V7.48047Z' stroke='%23008D31' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.7241 12.8062L33.6309 12.8062V7.47323L23.7241 7.47323V12.8062Z' stroke='%23008D31' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.1323 1.75H4.25V12.2014H37.1323V1.75Z' stroke='%23131314' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.6304 12.8135H2.37109V22.0424H39.6304V12.8135Z' stroke='%23131314' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.55859 25.6383V22.0425H37.4409V25.6383' stroke='%23131314' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
.room .section2 .sec-2-2 .ico.ico2{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='26' viewBox='0 0 34 26' fill='none'%3E%3Cg clip-path='url(%23clip0_2499_4464)'%3E%3Cpath d='M23.555 25.3574H10.4434' stroke='%23131314' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.3559 0.642578H0.644531V21.927H33.3559V0.642578Z' fill='white' stroke='%23131314' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.1348 18.7144V3.85449L3.86643 3.85449V18.7144H30.1348Z' fill='white' stroke='%23008D31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.8844 21.9268H15.1152V25.3574H18.8844V21.9268Z' fill='white' stroke='%23131314' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2499_4464'%3E%3Crect width='34' height='26' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.room .section2 .sec-2-2 .ico.ico3{background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2499_4474)'%3E%3Cpath d='M29.5558 35.4204L32.4473 33.5863C33.4982 32.9206 33.6548 31.4585 32.7802 30.5773L28.5572 26.3543C27.8 25.5971 26.5729 25.5971 25.8158 26.3543L24.6213 27.5487L14.4521 17.3795L15.6465 16.185C16.4037 15.4279 16.4037 14.2008 15.6465 13.4436L11.4235 9.22057C10.5488 8.34594 9.08023 8.50259 8.41447 9.55346L6.58034 12.445C5.09869 14.7882 5.4381 17.8429 7.39624 19.801L22.2063 34.6111C24.1644 36.5692 27.2191 36.9086 29.5558 35.427V35.4204Z' fill='white'/%3E%3Cpath d='M26.3757 36.9999C24.6852 36.9999 23.0143 36.3407 21.7415 35.0679L6.93143 20.2579C4.74485 18.0713 4.3728 14.7098 6.03069 12.099L7.86481 9.20092C8.28907 8.53515 8.98095 8.10436 9.77073 8.01298C10.5605 7.92813 11.3307 8.19574 11.8855 8.75708L16.1086 12.9801C17.1203 13.9918 17.1203 15.6367 16.1086 16.6418L15.3775 17.3729L24.6265 26.6218L25.3575 25.8908C26.3366 24.9117 28.0401 24.9117 29.0192 25.8908L33.2423 30.1138C33.8036 30.6751 34.0712 31.4453 33.9864 32.2286C33.9015 33.0119 33.4642 33.7103 32.7984 34.1345L29.9069 35.9686C28.8169 36.6605 27.5898 36.9999 26.3823 36.9999H26.3757ZM10.0579 9.30535C10.0122 9.30535 9.96002 9.30535 9.91433 9.31188C9.5227 9.35757 9.18329 9.56644 8.96789 9.89932L7.13377 12.7908C5.80224 14.886 6.10249 17.5752 7.85828 19.331L22.6683 34.1411C24.4241 35.8968 27.1133 36.1971 29.2085 34.8656L32.1 33.0314C32.4329 32.8226 32.6483 32.4766 32.6875 32.085C32.7331 31.6934 32.5961 31.3148 32.3219 31.0341L28.0989 26.8111C27.6159 26.3216 26.7674 26.3281 26.2778 26.8111L25.0834 28.0056C24.8288 28.2601 24.4176 28.2601 24.163 28.0056L13.9938 17.8363C13.7392 17.5817 13.7392 17.1705 13.9938 16.916L15.1882 15.7215C15.4297 15.48 15.5668 15.1537 15.5668 14.8142C15.5668 14.4748 15.4297 14.1485 15.1882 13.907L10.9652 9.68393C10.7237 9.44242 10.3973 9.30535 10.0579 9.30535Z' fill='%23131314'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_2499_4474)'%3E%3Cpath d='M32.0819 19.0002C32.4923 19.0002 32.8281 18.6644 32.8281 18.254C32.8281 15.5599 31.7833 13.0226 29.8804 11.1196C27.9774 9.21665 25.4475 8.17188 22.746 8.17188C22.3356 8.17188 21.9998 8.5077 21.9998 8.91814C21.9998 9.32859 22.3356 9.66441 22.746 9.66441C25.0445 9.66441 27.2013 10.5599 28.8207 12.1793C30.4401 13.7987 31.3356 15.9555 31.3356 18.254C31.3356 18.6644 31.6714 19.0002 32.0819 19.0002Z' fill='%23008D31'/%3E%3Cpath d='M36.2537 19C36.6642 19 37 18.6642 37 18.2537C37 14.4403 35.5224 10.8582 32.8284 8.17164C30.1343 5.48507 26.5597 4 22.7463 4C22.3358 4 22 4.33582 22 4.74627C22 5.15672 22.3358 5.49254 22.7463 5.49254C26.1642 5.49254 29.3657 6.8209 31.7761 9.22388C34.1866 11.6343 35.5075 14.8358 35.5075 18.2537C35.5075 18.6642 35.8433 19 36.2537 19Z' fill='%23008D31'/%3E%3Cpath d='M27.91 19C28.3204 19 28.6562 18.6642 28.6562 18.2537C28.6562 16.6716 28.0443 15.1865 26.9249 14.0746C25.8055 12.9627 24.3279 12.3433 22.7458 12.3433C22.3354 12.3433 21.9995 12.6791 21.9995 13.0895C21.9995 13.5 22.3354 13.8358 22.7458 13.8358C23.9249 13.8358 25.0368 14.291 25.8727 15.1268C26.7085 15.9627 27.1637 17.0671 27.1637 18.2537C27.1637 18.6642 27.4995 19 27.91 19Z' fill='%23008D31'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2499_4474'%3E%3Crect width='29' height='29' fill='white' transform='translate(5 8)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_2499_4474'%3E%3Crect width='15' height='15' fill='white' transform='matrix(-1 0 0 1 37 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.room .section2 .sec-2-2 .ico.ico4{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='41' viewBox='0 0 23 41' fill='none'%3E%3Cg clip-path='url(%23clip0_2503_4503)'%3E%3Cpath d='M22.2826 0.718262H0.71875V38.1477H22.2826V0.718262Z' fill='white'/%3E%3Cpath d='M22.2819 38.8663H0.718077C0.323135 38.8663 0 38.543 0 38.1479V0.718416C0 0.323287 0.323135 0 0.718077 0H22.2819C22.6769 0 23 0.323287 23 0.718416V38.1479C23 38.543 22.6769 38.8663 22.2819 38.8663ZM1.43615 37.4295H21.5638V1.43683H1.43615V37.4295Z' fill='%23131314'/%3E%3Cpath d='M2.13281 40.2816V38.1479H20.8674V40.2816' fill='white'/%3E%3Cpath d='M20.8668 40.9999C20.4718 40.9999 20.1487 40.6766 20.1487 40.2815V38.8734H2.85022V40.2815C2.85022 40.6766 2.52708 40.9999 2.13214 40.9999C1.7372 40.9999 1.41406 40.6766 1.41406 40.2815V38.1549C1.41406 37.7598 1.7372 37.4365 2.13214 37.4365H20.8668C21.2617 37.4365 21.5848 37.7598 21.5848 38.1549V40.2815C21.5848 40.6766 21.2617 40.9999 20.8668 40.9999Z' fill='%23131314'/%3E%3Cpath d='M22.2826 0.718262H0.71875V15.101H22.2826V0.718262Z' fill='white'/%3E%3Cpath d='M22.2819 15.8195H0.718077C0.323135 15.8195 0 15.4962 0 15.1011V0.718416C0 0.323287 0.323135 0 0.718077 0H22.2819C22.6769 0 23 0.323287 23 0.718416V15.1011C23 15.4962 22.6769 15.8195 22.2819 15.8195ZM1.43615 14.3827H21.5638V1.43683H1.43615V14.3827Z' fill='%23131314'/%3E%3Cpath d='M4.72589 10.108C4.33095 10.108 4.00781 9.7847 4.00781 9.38958V6.42252C4.00781 6.02739 4.33095 5.7041 4.72589 5.7041C5.12083 5.7041 5.44397 6.02739 5.44397 6.42252V9.38958C5.44397 9.7847 5.12083 10.108 4.72589 10.108Z' fill='%2356DDAD'/%3E%3Cpath d='M4.72589 25.8413C4.33095 25.8413 4.00781 25.518 4.00781 25.1229V20.173C4.00781 19.7779 4.33095 19.4546 4.72589 19.4546C5.12083 19.4546 5.44397 19.7779 5.44397 20.173V25.1229C5.44397 25.518 5.12083 25.8413 4.72589 25.8413Z' fill='%2356DDAD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2503_4503'%3E%3Crect width='23' height='41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.room .section2 .sec-2-2 .ico.ico5{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='28' viewBox='0 0 39 28' fill='none'%3E%3Cg clip-path='url(%23clip0_2503_4545)'%3E%3Cpath d='M36.177 15.7592H2.82304C1.26901 15.7592 0 14.5084 0 12.9766V2.78261C0 1.25084 1.26901 0 2.82304 0H36.177C37.731 0 39 1.25084 39 2.78261V12.9833C39 14.515 37.731 15.7659 36.177 15.7659V15.7592ZM2.82304 1.33779C2.01549 1.33779 1.35723 1.98662 1.35723 2.78261V12.9833C1.35723 13.7793 2.01549 14.4281 2.82304 14.4281H36.177C36.9845 14.4281 37.6428 13.7793 37.6428 12.9833V2.78261C37.6428 1.98662 36.9845 1.33779 36.177 1.33779H2.82304Z' fill='%23131314'/%3E%3Cpath d='M34.4331 12.602H4.56729C4.19405 12.602 3.88867 12.3009 3.88867 11.9331C3.88867 11.5652 4.19405 11.2642 4.56729 11.2642H34.4331C34.8064 11.2642 35.1117 11.5652 35.1117 11.9331C35.1117 12.3009 34.8064 12.602 34.4331 12.602Z' fill='%23131314'/%3E%3Cpath d='M34.4331 9.85293H4.56729C4.19405 9.85293 3.88867 9.55193 3.88867 9.18403C3.88867 8.81614 4.19405 8.51514 4.56729 8.51514H34.4331C34.8064 8.51514 35.1117 8.81614 35.1117 9.18403C35.1117 9.55193 34.8064 9.85293 34.4331 9.85293Z' fill='%23131314'/%3E%3Cpath d='M26.4189 27.9999C26.2425 27.9999 26.0728 27.933 25.9371 27.8059C24.5731 26.4615 24.5731 24.2742 25.9371 22.9297C26.3375 22.5284 26.5614 21.9999 26.5614 21.4381C26.5614 20.8762 26.3375 20.3478 25.9371 19.9464C25.6724 19.6855 25.6724 19.2641 25.9371 19.0033C26.2017 18.7424 26.6293 18.7424 26.8939 19.0033C28.2579 20.3478 28.2579 22.535 26.8939 23.8795C26.4935 24.2809 26.2696 24.8093 26.2696 25.3712C26.2696 25.933 26.4935 26.4615 26.8939 26.8628C27.1586 27.1237 27.1586 27.5451 26.8939 27.8059C26.7582 27.9397 26.5885 27.9999 26.4121 27.9999H26.4189Z' fill='%23008D31'/%3E%3Cpath d='M19.497 27.9999C19.3206 27.9999 19.1509 27.933 19.0152 27.8059C17.6512 26.4615 17.6512 24.2742 19.0152 22.9297C19.4156 22.5284 19.6395 21.9999 19.6395 21.4381C19.6395 20.8762 19.4156 20.3478 19.0152 19.9464C18.7505 19.6855 18.7505 19.2641 19.0152 19.0033C19.2799 18.7424 19.7074 18.7424 19.972 19.0033C21.3361 20.3478 21.3361 22.535 19.972 23.8795C19.5717 24.2809 19.3477 24.8093 19.3477 25.3712C19.3477 25.933 19.5717 26.4615 19.972 26.8628C20.2367 27.1237 20.2367 27.5451 19.972 27.8059C19.8363 27.9397 19.6667 27.9999 19.4902 27.9999H19.497Z' fill='%23008D31'/%3E%3Cpath d='M12.5807 28.0001C12.4043 28.0001 12.2347 27.9332 12.0989 27.8061C11.4407 27.1573 11.0742 26.2877 11.0742 25.3713C11.0742 24.4549 11.4407 23.5854 12.0989 22.9365C12.4993 22.5352 12.7233 22.0068 12.7233 21.4449C12.7233 20.883 12.4993 20.3546 12.0989 19.9532C11.8343 19.6924 11.8343 19.271 12.0989 19.0101C12.3636 18.7492 12.7911 18.7492 13.0558 19.0101C14.4198 20.3546 14.4198 22.5419 13.0558 23.8864C12.6486 24.2877 12.4314 24.8161 12.4314 25.378C12.4314 25.9399 12.6554 26.4683 13.0558 26.8696C13.3204 27.1305 13.3204 27.5519 13.0558 27.8128C12.9201 27.9466 12.7504 28.0068 12.574 28.0068L12.5807 28.0001Z' fill='%23008D31'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2503_4545'%3E%3Crect width='39' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.room .section2 .sec-2-2 .ico.ico6{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='37' viewBox='0 0 40 37' fill='none'%3E%3Cg clip-path='url(%23clip0_2503_4571)'%3E%3Cpath d='M32.5922 0.733398C33.6125 0.733398 34.448 1.55497 34.448 2.5746V20.5685H30.7363V2.5746C30.7363 1.5623 31.5644 0.733398 32.5922 0.733398Z' fill='white'/%3E%3Cpath d='M34.4471 21.3021H30.7355C30.3288 21.3021 29.9961 20.972 29.9961 20.5686V2.57474C29.9961 1.159 31.1569 0 32.5913 0C34.0257 0 35.1865 1.15167 35.1865 2.57474V20.5686C35.1865 20.972 34.8538 21.3021 34.4471 21.3021ZM31.4748 19.8351H33.7077V2.57474C33.7077 1.9659 33.205 1.46709 32.5913 1.46709C31.9776 1.46709 31.4748 1.9659 31.4748 2.57474V19.8351Z' fill='%23131314'/%3E%3Cpath d='M39.2615 20.5684H0.740234V34.4544H39.2615V20.5684Z' fill='white'/%3E%3Cpath d='M39.2606 35.1881H0.739372C0.332717 35.1881 0 34.858 0 34.4545V20.5685C0 20.1651 0.332717 19.835 0.739372 19.835H39.2606C39.6673 19.835 40 20.1651 40 20.5685V34.4545C40 34.858 39.6673 35.1881 39.2606 35.1881ZM1.47874 33.721H38.5213V21.3021H1.47874V33.721Z' fill='%23131314'/%3E%3Cpath d='M2.19727 36.2664V34.4546H37.8054V36.2664' fill='white'/%3E%3Cpath d='M37.8045 37.0001C37.3979 37.0001 37.0652 36.67 37.0652 36.2666V35.1883H2.93577V36.2666C2.93577 36.67 2.60306 37.0001 2.1964 37.0001C1.78975 37.0001 1.45703 36.67 1.45703 36.2666V34.4547C1.45703 34.0513 1.78975 33.7212 2.1964 33.7212H37.8045C38.2112 33.7212 38.5439 34.0513 38.5439 34.4547V36.2666C38.5439 36.67 38.2112 37.0001 37.8045 37.0001Z' fill='%23131314'/%3E%3Cpath d='M33.1612 28.2415H32.0226C31.6159 28.2415 31.2832 27.9114 31.2832 27.508C31.2832 27.1045 31.6159 26.7744 32.0226 26.7744H33.1612C33.5679 26.7744 33.9006 27.1045 33.9006 27.508C33.9006 27.9114 33.5679 28.2415 33.1612 28.2415Z' fill='%23008D31'/%3E%3Cpath d='M28.0968 28.2415H26.9581C26.5515 28.2415 26.2188 27.9114 26.2188 27.508C26.2188 27.1045 26.5515 26.7744 26.9581 26.7744H28.0968C28.5034 26.7744 28.8361 27.1045 28.8361 27.508C28.8361 27.9114 28.5034 28.2415 28.0968 28.2415Z' fill='%23008D31'/%3E%3Cpath d='M23.0323 28.2415H21.8937C21.487 28.2415 21.1543 27.9114 21.1543 27.508C21.1543 27.1045 21.487 26.7744 21.8937 26.7744H23.0323C23.439 26.7744 23.7717 27.1045 23.7717 27.508C23.7717 27.9114 23.439 28.2415 23.0323 28.2415Z' fill='%23008D31'/%3E%3Cpath d='M15.8898 15.7713C15.4831 15.7713 15.1504 15.4412 15.1504 15.0377C15.1504 12.6244 16.0968 10.3577 17.8121 8.64857C19.5275 6.94675 21.8121 6.00781 24.2447 6.00781C24.6513 6.00781 24.984 6.33791 24.984 6.74136C24.984 7.14481 24.6513 7.4749 24.2447 7.4749C22.204 7.4749 20.289 8.2598 18.8546 9.68287C17.4203 11.1059 16.6291 13.0058 16.6291 15.0304C16.6291 15.4339 16.2964 15.764 15.8898 15.764V15.7713Z' fill='%23008D31'/%3E%3Cpath d='M12.1554 15.7711C11.7487 15.7711 11.416 15.441 11.416 15.0376C11.416 11.6339 12.7469 8.43566 15.172 6.02963C17.5972 3.6236 20.8208 2.30322 24.2515 2.30322C24.6582 2.30322 24.9909 2.63332 24.9909 3.03677C24.9909 3.44022 24.6582 3.77031 24.2515 3.77031C21.2127 3.77031 18.3587 4.94398 16.2145 7.06393C14.0704 9.19121 12.8948 12.0227 12.8948 15.0376C12.8948 15.441 12.562 15.7711 12.1554 15.7711Z' fill='%23008D31'/%3E%3Cpath d='M19.6222 15.771C19.2155 15.771 18.8828 15.4409 18.8828 15.0374C18.8828 13.6144 19.4373 12.2793 20.4503 11.2744C21.4632 10.2694 22.8089 9.71924 24.2433 9.71924C24.6499 9.71924 24.9826 10.0493 24.9826 10.4528C24.9826 10.8562 24.6499 11.1863 24.2433 11.1863C23.2007 11.1863 22.2248 11.5898 21.4928 12.316C20.7608 13.0422 20.3542 14.0105 20.3542 15.0448C20.3542 15.4482 20.0214 15.7783 19.6148 15.7783L19.6222 15.771Z' fill='%23008D31'/%3E%3Cpath d='M24.2438 16.6513C23.8298 16.6513 23.4083 16.4972 23.0904 16.1818C22.7798 15.8737 22.6172 15.4703 22.6172 15.0375C22.6172 14.6047 22.7872 14.2012 23.0904 13.8932C23.7041 13.2843 24.7762 13.2843 25.3898 13.8932C26.0257 14.524 26.0257 15.5436 25.3898 16.1745C25.0719 16.4899 24.6579 16.6439 24.2364 16.6439L24.2438 16.6513ZM24.2438 14.8908C24.2438 14.8908 24.1773 14.8908 24.1403 14.9348C24.1033 14.9788 24.0959 15.0081 24.0959 15.0375C24.0959 15.0668 24.1033 15.1035 24.1403 15.1402C24.1994 15.1989 24.2956 15.1989 24.3473 15.1402C24.4065 15.0815 24.4065 14.9861 24.3473 14.9348C24.3103 14.8981 24.2734 14.8908 24.2438 14.8908Z' fill='%23008D31'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2503_4571'%3E%3Crect width='40' height='37' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.room .section2 .sec-2-2 .ico.ico7{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='38' viewBox='0 0 39 38' fill='none'%3E%3Cg clip-path='url(%23clip0_2503_4610)'%3E%3Cpath d='M38.2637 23.0026H0.736266C0.33132 23.0026 0 22.6721 0 22.2681V17.7366C0 17.4355 0.184066 17.1711 0.456485 17.0536L19.2239 9.43008C19.4006 9.35664 19.5994 9.35664 19.7761 9.43008L38.5435 17.0536C38.8233 17.1638 39 17.4355 39 17.7366V22.2681C39 22.6721 38.6687 23.0026 38.2637 23.0026ZM1.47253 21.5337H37.5275V18.2287L19.4963 10.899L1.47253 18.236V21.541V21.5337Z' fill='%23131314'/%3E%3Cpath d='M19.5041 10.8477C19.0991 10.8477 18.7678 10.5172 18.7678 10.1133V6.96987C18.7678 6.56593 19.0991 6.23543 19.5041 6.23543C20.822 6.23543 21.8969 5.16314 21.8969 3.84849C21.8969 2.53384 20.822 1.46156 19.5041 1.46156C18.1862 1.46156 17.1112 2.53384 17.1112 3.84849C17.1112 4.25244 16.7799 4.58293 16.3749 4.58293C15.97 4.58293 15.6387 4.25244 15.6387 3.84849C15.6387 1.72596 17.3689 -0.00732422 19.5041 -0.00732422C21.6392 -0.00732422 23.3695 1.71861 23.3695 3.84849C23.3695 5.72132 22.0221 7.28568 20.2403 7.63087V10.1059C20.2403 10.5099 19.909 10.8404 19.5041 10.8404V10.8477Z' fill='%23131314'/%3E%3Cpath d='M32.912 20.0576H6.08984V37.2582H32.912V20.0576Z' fill='white'/%3E%3Cpath d='M32.9119 38.0001H6.08978C5.68484 38.0001 5.35352 37.6696 5.35352 37.2656V20.065C5.35352 19.6611 5.68484 19.3306 6.08978 19.3306H32.9119C33.3169 19.3306 33.6482 19.6611 33.6482 20.065V37.2656C33.6482 37.6696 33.3169 38.0001 32.9119 38.0001ZM6.82605 36.5312H32.1757V20.7994H6.82605V36.5312Z' fill='%23131314'/%3E%3Cg style='mix-blend-mode:darken'%3E%3Cpath d='M32.9119 33.5568H6.08978C5.68484 33.5568 5.35352 33.2263 5.35352 32.8223C5.35352 32.4184 5.68484 32.0879 6.08978 32.0879H32.9119C33.3169 32.0879 33.6482 32.4184 33.6482 32.8223C33.6482 33.2263 33.3169 33.5568 32.9119 33.5568Z' fill='%23008D31'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2503_4610'%3E%3Crect width='39' height='38' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}

/* 객실예약안내 */
.golftelRes .section1 .img{margin:0 0 80px;}
.golftelRes .section1 .item{display: -webkit-box;display: -ms-flexbox;display: flex;gap:100px;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.golftelRes .section1 .box-tit3{width:160px;}
.golftelRes .section1 .summary{position:relative;color:var(--gray-900, #131314);margin:0;}
.golftelRes .section1 .summary li{margin:0;font:normal 400 16px / 22px var(--font-pretendard);}
.golftelRes .section1 .summary .btn_rsv{position:absolute;right:0;top:0;}
.golftelRes .section2 .bul{margin:0;}
.golftelRes .section2 .table_custom th{font:normal 600 16px / 22px var(--font-pretendard);color:var(--Primary-Primary-02, #008D31);}
.golftelRes .section2 .table_custom td{padding:20px 20px;text-align:left;font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);}
.golftelRes .section3 ul.bul.dot > li{font:normal 400 16px / 22px var(--font-pretendard);color:var(--gray-900, #131314);}
.golftelRes .section3 ul.bul.dot > li > .bul.dash{margin:0;}
.golftelRes .section3 ul.bul.dot > li > .bul.dash li{font:normal 16px / 22px var(--font-pretendard);color:var(--gray-700, #484849);}