@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : 레이아웃 스타일
    참고사항 : 레이아웃, 상세스타일, 메뉴스타일 분류
    분류순서 : Wrapper > Header > Content > Footer > Navigation
    속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    ## content-header
-------------------------------------------------------------------*/
.content-header{position: relative;display: block;width: 100%;height: 498px;overflow: hidden;z-index: 1;}
.content-header .bg{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -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: url('../../images/sub/member_bg.jpg') center/cover no-repeat;}
.content-header .bg.sub-01{background: url('../../images/sub/sub-01_bg.jpg') center/cover no-repeat;}
.content-header .bg.sub-02{background: url('../../images/sub/sub-02_bg.jpg') center/cover no-repeat;}
/*par3*/
#content.par3 .content-header .bg.sub-02{background: url('../../images/sub/sub-02-1_bg.jpg') center/cover no-repeat;}
/*2연습장*/
#content.range2 .content-header .bg.sub-02{background: url('../../images/sub/sub-02-2_bg.jpg') center/cover no-repeat;}
.content-header .bg.sub-03{background: url('../../images/sub/sub-03_bg.jpg') center/cover no-repeat;}
.content-header .bg.sub-04{background: url('../../images/sub/sub-04_bg.jpg') center/cover no-repeat;}
.content-header .bg.sub-05{background: url('../../images/sub/sub-05_bg.jpg') center/cover no-repeat;}
.content-header .bg.sub-06{background: url('../../images/sub/sub-06_bg.jpg') center/cover no-repeat;}
.content-header .bg.sub-07{background: url('../../images/sub/sub-07_bg.jpg') center/cover no-repeat;}
.content-header .bg.sub-08{background: url('../../images/sub/sub-08_bg.jpg') center/cover no-repeat;}

/*
.content-header .bg.sub-02{background: url('../../images/sub/sub_bg-02.jpg');background-attachment: fixed;}
.content-header .bg.sub-03{background: url('../../images/sub/sub_bg-03.jpg');background-attachment: fixed;}
.content-header .bg.sub-04{background: url('../../images/sub/sub_bg-04.jpg');background-attachment: fixed;}
.content-header .bg.sub-member{background: url('../../images/sub/sub_bg-member.jpg');background-attachment: fixed;}*/
.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_s{position: relative;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;width: auto;padding: 0px 15px;margin: 0px auto;font-size: 16px;margin-bottom: 20px;}
.content-header .tit-wrap .tit_s::after{content:'';position: absolute;display:block;width: 100%;height: 2px;left:50%;bottom: -12px;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);background-color: #c6a582;}
.content-header .tit-wrap .tit_l{display: block;font-size: 60px;font-weight: bold;line-height: 1;text-transform: uppercase;margin: 20px 0px 0px;text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.4);}
.content-header .tit-wrap .location{display: block;font-family: 'Lato', sans-serif;font-size:16px;text-transform: uppercase;}
.tap_area{
    position: relative;
    width: 100%;
    height: 70px;
    top: auto;
    bottom: 0px;
    background: #fff;
    z-index: 4;
    border: 1px solid #fff;
    border-width: 0px;
}
.tap_area .tap-std{position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;width: 1200px;height: 50px;margin: 60px auto;text-align: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.tap_area .tap-std li{position: relative;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;width: auto;min-width: 160px;margin-left: -1px;border: 1px solid #ddd;}
.tap_area .tap-std li:last-child::after{content:''; opacity: 0;}
.tap_area .tap-std li a {position: relative;width: 100%;height: 100%;top: 0px;left: 0px;color: #a4a4a4;line-height: 50px;padding: 0px 26px 0px;font-size: 18px;font-weight: 500;}
.tap_area .tap-std li a:hover{color: #055747;background: transparent;}
.tap_area .tap-std li.on{
    border-color: #055747;
}
.tap_area .tap-std li.on a{color: #fff;background: #055747;}
@-webkit-keyframes opacity_01 {
    0%{
        opacity: 0;
        top: 60%;
    }

    100%{
        opacity: 1;
        top: 50%;
    }
}
@-webkit-keyframes tit_animate{
    0%{
        opacity: 0;
        top: 60%;
    }

    100%{
        opacity: 1;
        top: 50%;
    }
}
@keyframes tit_animate{
    0%{
        opacity: 0;
        top: 60%;
    }

    100%{
        opacity: 1;
        top: 50%;
    }
}


/*-------------------------------------------------------------------
    ## 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: 90px auto;}
.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 custom
----------------------------------------------------------------- --*/
.table_custom{margin-left:-1px;border-top:2px solid #252525;color:#252525;}
.table_custom th, .table_custom td{padding:12px 0;text-align:center;font-size:18px;font-weight:400;line-height:26px;border:solid #d7d7d7;border-width:1px 0px 1px 1px;}
.table_custom th{background:#f1f1f1;}
.box-content2 .table_summary li{font-size:17px;font-weight:500;line-height:1.8;color:#333;}

/* 페이지 타이틀 */
.box-tit2{font-size:25px;font-weight:bold;line-height:32px;color:#066f5b;margin-bottom:25px;margin-top:60px;}
.box-tit2:before{content:'';vertical-align: middle;}
.box-tit2 span{display:inline-block;vertical-align: middle;}
.box-content2{overflow:hidden;}
.table_summary{margin:25px 0 0;}
.table_summary li{font-size:16px;font-weight:400;line-height:28px;margin-bottom:0;}

/* 공통 스타일 */
/* 서브 상단 큰 타이틀 */
.content-body .sub-tit h2{font-size:40px;line-height:56px;font-weight:300;color:#c6a582;text-align: center;}
.content-body .sub-tit p{font-size:18px;line-height:28px;font-weight:500;color:#252525;z-index: 2;position: relative;margin-top:10px;text-align: center;}
/* 로그인 상단 */
.content-body .sub-tit.login h2{font-family:"Nunito Sans", sans-serif;font-size:50px;margin-top:15px;}
/* 리스트 스타일 */
.sub_info_wrap{border-top:2px solid #252525;border-bottom:1px solid #d7d7d7;display: -webkit-box;display: -ms-flexbox;display: flex;padding:30px 0;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.sub_info_wrap .title{font-size:25px;font-weight:bold;line-height:32px;color:#066f5b;width:185px;}
.sub_info_wrap .summary{width:calc(100% - 185px);}
.sub_info_wrap .summary > ul > li{margin-bottom:44px;position: relative;z-index: 2;}
.sub_info_wrap .summary > ul > li:last-child{margin-bottom:0;}
.sub_info_wrap .summary h4{font-size:18px;font-weight:bold;color:#252525;width:200px;display: inline-block;line-height:28px;}
.sub_info_wrap .summary p, .sub_info_wrap .summary > ul li > .summary_sub{font-size:18px;font-weight:500;color:#252525;line-height:28px;display: inline-block;vertical-align: top;}
.sub_info_wrap .summary .list_point{color:#066f5b;}
.sub_info_wrap2{display:block;padding:0;border-top:2px solid #252525;border-bottom:1px solid #d7d7d7;}
.sub_info_wrap2 > li{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #d7d7d7;padding:35px 0;}
.sub_info_wrap2 > li:last-child{border-bottom:none;}
.sub_info_wrap2 .summary > ul > li{margin-bottom:0;border:none;padding:0 0 0 15px;font-size:18px;font-weight:500;line-height:40px;}
.sub_info_wrap ul >  li .btn_file{
    font-size:15px;font-weight:600;color:#c6a582;padding:8px 28px;background:#fff;border:1px solid #c6a582;border-radius:25px;line-height:1;
    -webkit-box-shadow:1px 2px 5px 0px rgb(0 0 0 / 15%);
            box-shadow:1px 2px 5px 0px rgb(0 0 0 / 15%);margin-top:15px;display: inline-block;
}
.sub_info_wrap ul >  li .btn_file:hover{
    background:#c6a582;color:#fff;
}
.sub_info_wrap ul >  li .btn_file .ico_file{
    width:19px;height:19px;background:url("../../images/sub/use/ico_download.png")no-repeat;display:inline-block;margin-left:8px;vertical-align:-4px;
    -webkit-transition:all 200ms ease;
    -o-transition:all 200ms ease;
    transition:all 200ms ease;
}
.sub_info_wrap ul >  li .btn_file:hover .ico_file{
    background:url("../../images/sub/use/ico_download_on.png")no-repeat;
}

/* depth3 */
.content-body .tab-nav.depth3{padding:0;border:none;width:1200px;margin:auto auto;}
.content-body .tab-nav.demo1.depth3 .tab-list{width:100%;}
.content-body .tab-nav.demo1.depth3 .tab{width:auto;height:50px;line-height:50px;-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;font-size:17px;font-weight:600;color:#a4a4a4;cursor: pointer;}
.content-body .tab-nav.demo1.depth3 .tab.is-selected{color:#055747;}
.content-body .tab-nav.demo1.depth3 .tab.is-selected:after{content:none;}
.content-body .tab-nav.demo1.depth3 .tab:before{content:'';display:block;width:1px;height:10px;background:#055747;position: absolute;left:0;top:50%;margin-top:-5px;}
.content-body .tab-nav.demo1.depth3 .tab:last-child:after{content:'';display:block;width:1px;height:10px;background:#055747;position: absolute;left:auto;right:0;top:50%;margin-top:-5px;}
.content-body .tab-nav.demo1.depth3 a{padding:0;color:inherit;background:none;}
.content-body .tab-container.depth3{padding:0;}
.content-body .tab-container.depth3 .tab-content{padding:0;}

/* 명예의전당 */
.tbl-list .cm_time_list_tbl.champion_records th{ font-family:'NSB'; }



/*-------------------------------------------------------------------
	## member
----------------------------------------------------------------- --*/
.member_area{height: calc(460px + 150px) !important;}
.box.member_area .box-body{padding: 32px 0;}
.member_area .box-body > .grid {height: 394px;}
.member-foot{position: absolute;display: block;width: 100%;background: #f7f7f7;padding: 45px 0 !important;bottom: 0;}
.member-foot p{font-size:15px;line-height:24px;font-weight:500;text-align:center;color:#252525;}
.Login_area{position: relative;width: 348px;height: auto;top:50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);margin: auto;}
.member-input{width: 100%; height: 40px;}
.btn-login{padding: 15px 0;background: #c6a582;color: #fff;float: left;font-size: 18px;text-transform: uppercase;font-weight:bold;}
.btn-login:hover{background:#553f27;}
.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 a.member01:hover .ico-member01{background:url("../../images/common/ico_member01_on.png");-webkit-transition:all 200ms east-out;-o-transition:all 200ms east-out;transition:all 200ms east-out;}
.guide-02 a.member02:hover .ico-member02{background:url("../../images/common/ico_member02_on.png");-webkit-transition:all 200ms east-out;-o-transition:all 200ms east-out;transition:all 200ms east-out;}
.guide-02 .in-01{display: block;float: none;margin: 0 auto 20px;width:99px;height:99px;-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;}
.guide-02 .in-02{display: block; /*font-family: 'NanumSquare';*/ font-size: 17px; font-weight: 500; color: #252525;}
.guide-02 .in-03{display: block;/* font-family: 'NanumSquare'; */font-size: 15px; color: #808080;line-height:20px;margin-top:7px;}
.guide-02 .in-04:before{content: '';position: relative;display: block;width: 56px;height: 2px;margin: 50px auto 20px;background: #c6a582;}
.guide-02 .in-04{font-size: 15px; color: #252525; line-height:1.8;}
.step.demo3 .step-item{border: 1px solid #b6b6b6; border-width: 1px 0px 0px 0px; background: #fff;font-family: 'NanumSquare';font-size: 17px; color: #b6b6b6 !important;}
.step.demo3 .step-item.is-current{border: 1px solid #23b2e8;background-color: #f6fcff;color: #23b2e8 !important;border-width: 1px 0px 0px 0px;}
.step.demo3 .step-item.is-on{border: 1px solid #23b2e8; border-width: 1px 0px 0px 0px; background: #fff;}
.step.demo3 .step-item.is-current > em, .step.demo3 .step-item.is-on > em{font-family:'Nunito Sans', sans-serif;color: #23b2e8;font-weight: 700;}
.step.demo3 .step-item > em{font-family:'Nunito Sans', 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: 0px !important;height:250px;overflow-x:hidden;overflow-y:auto;}
.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;padding-bottom: 0;line-height: inherit;border: 0;background-color: #23b2e8;font-family: 'NotoSans';color:#fff;text-align:center;padding-left: 0.5rem !important;padding: 0.2rem 0.5rem;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;}

/*-------------------------------------------------------------------
	## board
----------------------------------------------------------------- --*/
/*event*/
.event_area .card.type-img{height: 500px;}
.card.type-img .tit, .card.type-img .tit > p{display: inline-block;font-family: 'NanumSquare';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%;}

/*-------------------------------------------------------------------
	## club
----------------------------------------------------------------- --*/
/* 클럽소개 */
.content-body.club{position: relative;}
.content-body.club .con{margin-bottom:0;padding-bottom:220px;}
.club .sub-tit p{margin-top:30px;}
.club .top_txt .top_dot{width:763px;height:211px;background:url("../../images/sub/club/club-1-2.png")no-repeat;position:absolute;right:0;bottom:0;z-index: 1;}
.club .club_bg{width:100%;height:500px;background:url("../../images/sub/club/club-1-1.jpg")no-repeat center center / cover;position:relative;margin-top:90px;}
.club .club_bg:before{content:'';display:block;width:763px;height:211px;position:absolute;right:0;top:-211px;background:url("../../images/sub/club/club-1-2.png")no-repeat;}
.club .club_bg p{font-size:18px;line-height:28px;font-weight:400;color:#fff;padding-top:200px;text-align: center;}
.club .btm_dot{width:782px;height:485px;background:url("../../images/sub/club/club-1-3.png")no-repeat center center / cover;position:absolute;left:0;bottom:0;z-index: 1;}
.club .sub_info_wrap .summary > ul > li{margin-bottom:40px;}
/* 오시는길 */
.location .map_wrap{position:relative;height:880px;}
.location .map_wrap:before{content:'';display:block;width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}
.location .map_wrap .root_daum_roughmap{width:100%;}
.location .con{position:absolute;left:50%;bottom:50px;z-index: 2;min-height:0;margin:0 0 0 -600px;}
.location .col{height:150px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.location .col.add{background:#055747}
.location .col.tel{background-color:#ceb294;background-image:url("../../images/sub/club/club-2-3.png");background-repeat:no-repeat;background-position:right 9px bottom;}
.location .col .left{width:170px;text-align: center;position: relative;}
.location .col .left:after{content:'';display:block;width:1px;height:86px;background:rgba(255, 255, 255, .5);position:absolute;right:0;top:0;}
.location .col .left span{font-family: "Nunito Sans", sans-serif;display: block;font-size:18px;font-weight:bold;color:#fff;margin-top:15px;text-transform: uppercase;}
.location .col .ico_add{width:46px;height:54px;background:url("../../images/sub/club/club-2-1.png")no-repeat;}
.location .col .ico_tel{width:49px;height:51px;background:url("../../images/sub/club/club-2-2.png")no-repeat;}
.location .col p{font-family: "Nunito Sans", sans-serif;font-size:22px;color:#fff;line-height:28px;font-weight:bold;margin-left:28px;}
.location .col.add p{font-size:18px;font-weight:500;font-family: 'Pretendard', sans-serif;}
/* ci소개 */
.ci .sec1.grid_bg{padding:100px 0;text-align:center;border-top:2px solid #252525;border-bottom:1px solid #d7d7d7;background: url("../../images/sub/club/ci_bg.jpg")repeat 10px 10px;}
.ci .sub_info_wrap{padding:60px 0 70px;}
.ci .sub_info_wrap .title{width:285px;}
.ci .sub_info_wrap .summary{width:calc(100% - 285px);}
.ci .sub_info_wrap .summary > div{height:68px;border-radius:6px;position: relative;margin-bottom:30px;}
.ci .sub_info_wrap .summary > div:last-child{margin-bottom:0;}
.ci .sub_info_wrap .summary > div p{font-size:18px;font-weight:400;line-height:1;color:#f5f5f5;position: absolute;left:25px;bottom:15px;text-transform:uppercase;}
.ci .sub_info_wrap .summary > div.color-1{width:406px;}
.ci .sub_info_wrap .summary > div.color-2{width:485px;}
.ci .sub_info_wrap .summary > div.color-3{width:564px;}
.ci .sub_info_wrap .summary > div.color-1.sec2-1{background:#000;}
.ci .sub_info_wrap .summary > div.color-2.sec2-2{background:#424a3e;}
.ci .sub_info_wrap .summary > div.color-1.sec3-1{background:#b7bdbf;}
.ci .sub_info_wrap .summary > div.color-2.sec3-2{background:#744143;}
.ci .sub_info_wrap .summary > div.color-3.sec3-3{background:#b3b20f;}
.ci .sub_info_wrap .summary .logo2{margin-left:205px;}

/*-------------------------------------------------------------------
	## 부대시설
----------------------------------------------------------------- --*/
.range .table_custom tr.mid th, .range .table_custom tr.mid td{border-top:2px solid #c6a582;}
.range .table_summary li:before{color:#08876e;}
.range .swiper-slide{width:100%;height:620px;background-size:cover;background-repeat:no-repeat;background-position:top center;position:relative;margin-bottom:70px;}
.range .swiper-slide span{position:absolute;left:0;bottom:-70px;width:100%;height:70px;line-height:70px;text-align:center;font-size:20px;font-weight:600;color:#fff;background:#c6a582;}
.range .swiper-pagination{bottom:90px;}
.range .swiper-pagination span{width:11px;height:11px;margin:0 6px !important;background:#fff;opacity:1;vertical-align: middle;}
.range .swiper-pagination span.swiper-pagination-bullet-active{width:14px;height:14px;border:3px solid #c6a582;background:none;}
.range .swiper-button-prev{left:32px;bottom:26px;top:auto;width:37px;height:18px;background:url("../../images/sub/facil/range-prev-btn.png")no-repeat center / contain;}
.range .swiper-button-next{right:32px;bottom:26px;top:auto;width:37px;height:18px;background:url("../../images/sub/facil/range-next-btn.png")no-repeat center / contain;}
.range .map_wrap{position:relative;width:100%;height:880px;}
.range .map_wrap:after{content:'';display:block;width:100%;height:100%;z-index: 1;position:absolute;left:0;top:0;}
.range .map_wrap .root_daum_roughmap{width:100%;}
.range .map_wrap .map_add{position:absolute;z-index:2;width:600px;height:150px;left:50%;bottom:50px;background:#055747;color:#fff;margin-left:-300px;display: flex;align-items: center;}
.range .map_wrap .map_add .left{width:170px;text-align:center;position:relative;}
.range .map_wrap .map_add .left:after{content:'';display:block;width:1px;height:85px;background:rgba(255, 255, 255, .5);position:absolute;right:0;top:0;}
.range .map_wrap .map_add .ico_add{width:46px;height:54px;background:url("../../images/sub/club/club-2-1.png")no-repeat;}
.range .map_wrap .map_add span{font-family:"Nunito Sans", sans-serif;display:block;font-size:18px;font-weight:bold;color:#fff;margin-top:10px;text-transform:uppercase;}
.range .map_wrap .map_add p{font-size:18px;font-weight:500;margin-left:30px;}
/* 연습장 동영상 팝업 */
.popupSub{position:fixed;left:50px;top:160px;z-index:9;width:70%;max-width:900px;height:auto;display:none;}
.popupSub.is-active{display:block;}
.popupSub .video{position:relative;width:100%;height:auto;padding-bottom:56.25%;overflow:hidden;}
.popupSub .video video{width:100%;position:absolute;left:0;top:0;}
.popupSub .cookie{background:#fff;color:#333;text-align:left;position:relative;padding:12px;border:solid #e3e3e3;border-width:1px 0;}
.popupSub .cookie .popup-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:15px;}
.popupSub .cookie .check.demo1{margin:0;}

/*-------------------------------------------------------------------
	## use
----------------------------------------------------------------- --*/
/* 예약안내 */
.reserve .con h2 strong{font-weight:bold;}
.reserve .sub_info_wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.reserve .sub_info_wrap .title{width:90px;text-align: center;}
.reserve .sub_info_wrap .title img{display: block;margin:0 auto;}
.reserve .sub_info_wrap .title span:before{content:'';display:block;width:38px;height:1px;background:#c6a582;margin:18px auto 12px;}
.reserve .sub_info_wrap ul >  li{display: flex;flex-direction: row;flex-wrap:wrap;}
.reserve .sub_info_wrap ul >  li h4{width:220px;}
.reserve .sub_info_wrap ul >  li p span{display:block;font-size:16px;font-weight:400;line-height:28px;color:#066f5b;}
.reserve .sub_info_wrap ul >  li .box-content2{width:calc(100% - 220px);}
.reserve .btn_wrap{width:100%;padding:60px;border-bottom:1px solid #d7d7d7;}
.reserve .btn_wrap .btn_file2{
    font-size:20px;font-weight:500;display: block;margin:0 auto;width:400px;height:50px;
    line-height:50px;background:#c6a582;color:#fff;text-align: center;border-radius:30px;
}
.reserve .btn_wrap .btn_file2:hover{background:#785837;}
.reserve .btn_wrap .btn_file2 i.ico_file2{width:24px;height:24px;background:url("../../images/sub/use/ico_download2.png")no-repeat;margin-left:15px;vertical-align: -5px;}

/* 이용요금 */
.charge .sub_info_wrap h4, .charge .sub_info_wrap p{line-height:34px;}

/* 예약일정표 */
.reseve_cal .cm_calender_top{margin:60px auto 40px !important;}
.reseve_cal .cm_calender_top .date{font-family:'Pretendard', sans-serif;font-size:40px;color:#055747;font-weight:bold;}
.reseve_cal .cm_calender_top .date em{color:#252525;font-weight:600;}
.reseve_cal .cm_calender_top a{padding:0;margin-top:10px;}
.reseve_cal .cm_calender_top a span{text-indent:0;display:inline-block;font-size:18px;font-weight:500;margin:0 12px;vertical-align: middle;}
.reseve_cal .cm_calender_top a i{width:26px;height:17px;margin-top:0;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);vertical-align: middle;}
.reseve_cal .cm_calender_top .arw-more2-prev{background:url("../../images/sub/use/reserve_cal_prev.png")no-repeat center / contain;}
.reseve_cal .cm_calender_top .arw-more2-next{background:url("../../images/sub/use/reserve_cal_next.png")no-repeat center / contain;}
.reseve_cal .tbl-joinroom > .tbl.demo1{border-bottom:1px solid #d7d7d7;}
.reseve_cal .tbl-joinroom > .tbl.demo1 th{font-family:"Nunito Sans",sans-serif;height:50px;line-height:1;font-size:18px;color:#fff;font-weight:800;background:#d6bea5 !important;border:1px solid #d7d7d7;border-top:2px solid #785837;padding:5px 0 0;}
.reseve_cal .tbl-joinroom > .tbl.demo1 td{height:auto;color:#252525;border:solid #d7d7d7;border-width:1px;padding:0;}
.reseve_cal .tbl-joinroom > .tbl.demo1 td > div{min-height:120px;padding:15px;}
.reseve_cal .tbl-joinroom > .tbl.demo1 td > div.today{border:1px solid #055747;-webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 15%);box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 15%);padding:5px;}
.reseve_cal .tbl-joinroom > .tbl.demo1 td > div.today em{width:30px;height:30px;color:#fff;background:#055747;text-align:center;line-height:34px;border-radius:20px;position:relative;}
.reseve_cal .tbl-joinroom > .tbl.demo1 td > div.today em:after{content:'TODAY';font-family:Pretendard, sans-serif;display:inline-block;font-size:14px;font-weight:bold;color:#055747;position:absolute;right:-55px;top:0;line-height:31px;}
.reseve_cal .tbl-joinroom > .tbl.demo1 td > div.today ul{padding-left:10px;margin-top:6px;}
.reseve_cal .tbl-joinroom > .tbl.demo1 td em{font-family: "Nunito Sans", sans-serif;font-size:15px;font-weight:800;display:block;line-height:1;}
.reseve_cal .tbl-joinroom > .tbl.demo1 td.hol em{color:#fb4646;}
.reseve_cal .tbl-joinroom > .tbl.demo1 td ul{margin-top:10px;}
.reseve_cal .tbl-joinroom > .tbl.demo1 td li{font-size:14px;line-height:20px;font-weight:500;}

/* 로컬룰 */
.rule .sub_info_wrap .title{font-size:40px;line-height:40px;font-weight:800;font-family: "Nunito Sans", sans-serif;}
.rule .sub_info_wrap{padding-bottom:10px;}
.rule .sub_info_wrap .summary > ul > li{border-bottom:1px solid #d7d7d7;margin-bottom:28px;padding-bottom:28px;}
.rule .sub_info_wrap .summary > ul > li:last-child{border-bottom:none;}
.rule .sub_info_wrap li:last-child{border-bottom:none;}
.rule .sub_info_wrap li h4{width:140px;}
.rule .sub_info_wrap li h4:after{content:'';display:block;width:22px;height:1px;background:#252525;}
.rule .table_summary li{color:#066f5b;}

/* 에티켓 */
.etiquette .sub_info_wrap .title{width:280px;}
.etiquette .sub_info_wrap .title span{display: block;font-size:18px;font-weight:bold;line-height:26px;margin-top:10px;}
.etiquette #tabContent13 .sub_info_wrap .title span{margin:5px 0;}
.etiquette .sub_info_wrap .summary{width:calc(100% - 280px)}
.etiquette .sub_info_wrap .summary > ul > li{margin-bottom:0;border:none;padding:0 0 0 15px;font-size:18px;font-weight:500;line-height:40px;}

/* 회원권 안내 */
.member .sub_info_wrap2 .title{width:245px;}
.member .sub_info_wrap2 .summary{width:calc(100% - 245px);}
.member .sub_info_wrap2 .summary ul > li{line-height:35px;}
.member .sub_info_wrap2 .summary ul > li .btn_file{margin:3px 0px 3px 12px;}
.member .sub_info_wrap2 .summary ul > li.list_both{display:inline-block;}
.member .sub_info_wrap2 .summary ul > li .color-g{color:#066f5b;}

/* 식사안내 */
.rest_menu .box-tit3{font-size:32px;font-weight:bold;text-align:center;color:#555;margin:60px 0 30px;}
.rest_menu .box-tit2{margin-bottom:15px;}
.rest_menu .table_custom th{text-align:left;padding:20px 0 20px 30px;}
.rest_menu .table_custom th.wine_origin{font-size:20px;font-weight:bold;}


/*-------------------------------------------------------------------
	## course
-------------------------------------------------------------------*/
.course .section1{border:solid #d7d7d7;border-width:1px 0px;height:607px;}
.course .section1 .col-9{background:#f9f9f9;position:relative;padding-left:50px;}
.course .section1 .col-9 h3{font-family: "Nunito Sans", sans-serif;font-size:60px;font-weight:200;color:#252525;margin-top:50px;text-transform: uppercase;}
.course .section1 .col-9 h3 strong{font-weight:800;}
.course .section1 .col-9 p{font-size:17px;font-weight:500;color:#252525;margin-top:10px;}
.course .course_map{position:absolute;width:699px;right:44px;bottom:40px;}
.course .course_map .circle{
    position:absolute;left:auto;right:auto;width:24px;height:24px;border-radius:20px;
    background:#055747;font-family: "Nunito Sans", sans-serif;color:#fff;font-weight:700;
    text-align:center;line-height:27px;cursor: pointer;
}
.course .course_map .circle.c2{background:#b68c5f;}
.course .course_map .circle.active{background:#08876e;}
.course .course_map .circle.c2.active{background:#f8a650;}
.course .course_map .circle.hole_1{left:283px;bottom:82px;}
.course .course_map .circle.hole_2{right:313px;bottom:95px;}
.course .course_map .circle.hole_3{right:238px;bottom:89px;}
.course .course_map .circle.hole_4{right:96px;bottom:65px;}
.course .course_map .circle.hole_5{right:50px;bottom:78px;}
.course .course_map .circle.hole_6{right:112px;bottom:155px;}
.course .course_map .circle.hole_7{right:200px;top:176px;}
.course .course_map .circle.hole_8{right:186px;bottom:172px;}
.course .course_map .circle.hole_9{right:250px;bottom:155px;}
.course .course_map .circle.hole_10{left:327px;top:138px;}
.course .course_map .circle.hole_11{left:330px;top:98px;}
.course .course_map .circle.hole_12{left:332px;top:63px;}
.course .course_map .circle.hole_13{left:274px;top:30px;}
.course .course_map .circle.hole_14{left:194px;top:109px;}
.course .course_map .circle.hole_15{left:174px;bottom:158px;}
.course .course_map .circle.hole_16{left:207px;bottom:168px;}
.course .course_map .circle.hole_17{left:230px;top:87px;}
.course .course_map .circle.hole_18{left:266px;bottom:200px;}
.course .hole_list{height:100%;}
.course .hole_list .col{height:calc(100% / 6);text-align: center;border:solid #d7d7d7;border-width:0px 0px 1px 1px;}
.course .hole_list .col:nth-child(n+16){border-width:0px 0px 0px 1px;}
.course .hole_list .col a{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;}
.course .hole_list .col span{font-family: "Nunito Sans", sans-serif;display: block;font-size:16px;font-weight:600;color:#a4a4a4;letter-spacing: -1px;}
.course .hole_list .col h3{font-family: "Nunito Sans", sans-serif;font-size:25px;font-weight:700;margin-bottom:8px;color:#a4a4a4;letter-spacing: -1px;}
.course .hole_list .col a.active{background:#055747;}
.course .hole_list .col a.c2.active{background:#b68c5f}
.course .hole_list .col a.active span{color:#fff;}
.course .hole_list .col a.active h3{color:#fff;}
.course .section2{border:solid #d7d7d7;border-width:1px 0;}
.course .section2 .hole_number{height:240px;background:#055747;color:#fff;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;}
.course .section2 .hole_number.c2{background:#b68c5f;}
.course .section2 .hole_number h4{font-size:100px;font-weight:800;font-family: "Nunito Sans", sans-serif;}
.course .section2 .hole_number span{font-size:20px;font-weight:700;text-align:center;font-family: "Nunito Sans", sans-serif;margin-top:10px;}
.course .section2 .hole_number span:before{content:'';display:block;width:163px;height:1px;background:#f1f1f1;margin-bottom:5px;}
.course .section2 .hole_number span:after{content:'';display:block;width:163px;height:1px;background:#f1f1f1;margin-top:5px;}
.course .section2 .hole_number em{font-family: "Nunito Sans", sans-serif;font-size:25px;font-weight:200;margin-top:15px;}
.course .section2 .hole_number em strong{font-weight:800;}
.course .section2 .hole_info{height:190px;background:#08876e;text-align: center;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;color:#fff;}
.course .section2 .hole_info.c2{background:#c6a582;}
.course .section2 .hole_info span{font-size:18px;line-height:32px;}
.course .section2 .hole_info span.title{font-weight:600}
.course .section2 .hole_info span.text{font-weight:400;}
.course .section2 .hole_img{text-align:center;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;}
.course .section3{
    border-top:2px solid #252525;border-bottom:1px solid #d7d7d7;padding:50px 0 40px 50px;
    background:url("../../images/sub/course/course-1-1.png")no-repeat right bottom;
}
.course .section3 h3 .ico_tip{width:25px;height:33px;background:url("../../images/sub/course/ico_tip.png")no-repeat;margin-right:12px;}
.course .section3 h3 span{font-family: "Nunito Sans", sans-serif;font-size:25px;font-weight:800;color:#055747;vertical-align: -4px;}
.course .section3 ul.bul{margin:20px 0 0;}
.course .section3 ul.bul li{font-size:18px;font-weight:400;line-height:32px;color:#252525;margin-bottom:0;}
.course .section4 .video_wrap{width:100%;height:auto;padding-bottom:56.25%;position: relative;border:1px solid transparent;}
.course .section4 .video_wrap video{position:absolute;left:0;top:0;width:100%;}
/* 베스트홀 */
.best .img_wrap{position:relative;}
.best .img_wrap .ico_best{position: absolute;width:47px;height:90px;left:21px;top:-6px;background:url("../../images/sub/course/ico_best.png")no-repeat;}
.best .sub_info_wrap{padding:35px 0;}
.best .sub_info_wrap .title{font-size:40px;width:195px;}
.best .sub_info_wrap .summary{width:calc(100% - 240px);}

/*-------------------------------------------------------------------
	## 클럽하우스
----------------------------------------------------------------- --*/
.facil_h .tap_area{display:none;}
.facil_h .section{width:100%;height:400px;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.facil_h .section1{background-image:url("../../images/sub/facil/house-1.jpg");}
.facil_h .section2{background-image:url("../../images/sub/facil/house-2.jpg");}
.facil_h .section3{background-image:url("../../images/sub/facil/house-3.jpg");}
.facil_h .section4{background-image:url("../../images/sub/facil/house-4.jpg");}
.facil_h .con_wrap{width:1200px;margin:0 auto;height:100%;text-align:center;display:flex;align-items: center;justify-content: center;flex-direction:column;}
.facil_h .con_wrap h3{font-size:30px;font-weight:bold;color:#fff;margin-bottom:30px;text-shadow:0 3px 3px rgba(0, 0, 0, .6);}
.facil_h .con_wrap .link_btn{font-size:15px;font-weight:500;color:#fff;width:200px;height:40px;line-height:40px;background:rgba(5, 87, 71, .75);text-align:center;border:1px solid #055747;transition:all 200ms;}
.facil_h .con_wrap .link_btn:hover{color:#b6f2e6;background:#055747;border:1px solid #398c7c;transition:all 200ms ease-out;}

.facil .custom_sl{margin-top:60px;}
.facil .swiper-slide{width:100%;height:620px;background-size:100% auto;background-repeat:no-repeat;background-position:top center;position:relative;margin-bottom:70px;}
.facil .swiper-slide span{position:absolute;left:0;bottom:-70px;width:100%;height:70px;line-height:70px;text-align:center;font-size:20px;font-weight:600;color:#fff;background:#c6a582;}
.facil .swiper-pagination{bottom:90px;}
.facil .swiper-pagination span{width:11px;height:11px;margin:0 6px !important;background:#fff;opacity:1;vertical-align: middle;}
.facil .swiper-pagination span.swiper-pagination-bullet-active{width:14px;height:14px;border:3px solid #c6a582;background:none;}
.facil .swiper-button-prev{left:32px;bottom:26px;top:auto;width:37px;height:18px;background:url("../../images/sub/facil/range-prev-btn.png")no-repeat center / contain;}
.facil .swiper-button-next{right:32px;bottom:26px;top:auto;width:37px;height:18px;background:url("../../images/sub/facil/range-next-btn.png")no-repeat center / contain;}

.facil.restaurant .table_custom th{text-align:left;padding:12px 0 12px 30px;}
.facil.restaurant .table_custom td{font-size:16px;}
.facil.restaurant .table_custom td:first-child{text-align:left;padding:10px 0 10px 30px;}

/*-------------------------------------------------------------------
	## 현장스케치
----------------------------------------------------------------- --*/
.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; }
.sketch_area .card.type-img .thumb img{ height:100%; max-height:none; }

#light{ display:none; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); left:12%; right:12%; width:75%; background-color:#fff; z-index:10001; max-width:1100px; padding:20px; position:fixed; margin:auto; max-height:80%; }
#light .btn_close_pop{ position:absolute; width:50px; height:50px; top:0; right:-5%; 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{ height:100%; text-align: center; }
#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; }


/* 클럽하우스 */
.house_list{ border-top:2px solid #2a2a2a; border-bottom:1px solid #cac9c9; }



/* 회원정보 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;
}

/* 준비중 */
div{
	-webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
div.empty > strong{
	font-size: 34px;
	font-weight: 600;
}
div.empty{
	display: block;
	margin: auto;
	padding: 100px 30px;
	color: #717171;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	border:1px solid #d7d7d7;
}