@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.nanummyeongjo {
    font-family: 'Nanum Myeongjo', serif;
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 1;
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;

    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 1;

    }
}

@-webkit-keyframes color-change-2x {
    0% {
        background: #222;
    }

    100% {
        background: #665308;
    }
}

@keyframes color-change-2x {
    0% {
        background: #222;
    }

    100% {
        background: #665308;
    }
}

@-webkit-keyframes color-change-3x {
    0% {
        background: #222;
    }

    50% {
        background: #000;
    }

    100% {
        background: #665308;
    }
}

@keyframes color-change-3x {
    0% {
        background: #222;
    }

    50% {
        background: #000;
    }

    100% {
        background: #665308;
    }
}

.slide-bottom {
    -webkit-animation: slide-bottom 1s ease-out infinite both;
    animation: slide-bottom 1s ease-out infinite both;
}

.color-change-2x {
    -webkit-animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear infinite alternate both;
}

.color-change-3x {
    -webkit-animation: color-change-3x 4s linear infinite alternate both;
    animation: color-change-3x 4s linear infinite alternate both;
}

.line_sd {
    position: relative;
    padding-bottom: 60px;
}

.line_sd:before {
    content: '';
    display: inline-block;
    background: #FFF;
    -webkit-animation: slide-bottom 2s ease-out infinite both;
    animation: slide-bottom 2s ease-out infinite both;
    width: 2px;
    height: 60px;
}

/*서브-상단비주얼 */
#svisual {
    width: 90%;
    height: auto;
    min-width: 200px;
    margin: 0px auto;
    background: #FFF;
    /* overflow:hidden; */
    position: relative;
    padding: 50px 0;
    max-width: 1500px;
}

#svisual h2 {
    font-family: 'EliceDigitalBaeum_Bold';
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.5px;
}

#svisual .subTopBox {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

#svisual .subTopBox select {
    font-family: 'Noto Sans KR', Nanum Gothic, sans-serif;
    width: 80%;
    font-size: 15px;
    line-height: 60px;
    background: #FFF;
    border: 1px solid #343434;
    border-radius: 50px;
    padding: 20px 50px;
    letter-spacing: -1px;
    min-width: 190px;
    max-width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: -30px;
    text-align: center
}

#svisual .subTextbox {
    text-align: center;
    background: #333;
    padding: 10px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#svisual .subTextbox.golf_box {
    background: #2f4a32
}

#svisual .subTextbox.life_box {
    background: #113f6e
}

#svisual .subText {
    color: #FFF;
    font-size: 30px;
    text-align: center;
    letter-spacing: -1.6px;
}

#svisual .subText span {
    color: #d0a608
}

/* 멤버스안내 */
h3.h3_tit {
    font-size: 32px;
    color: #333;
    font-weight: 500;
    letter-spacing: -.8px;
    position: relative;
    text-align: center
}

/* 멤버스안내 */
h3.h3_tit.ver_2 {
    margin-top: 50px
}

.f_gold {
    color: #c3a326 !important;
}

.f_silv {
    color: #686868 !important;
}


.flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexBox.area02,
.flexBox.area03,
.flexBox.area04,
.flexBox.area05 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexBox.area02 > * {
    width: 48%;
}

.flexBox.area03 > * {
    width: 30%
}

.flexBox.area04 > * {
    width: 23%
}

.flexBox.area05 > * {
    min-width: 18%;
    width: 18%
}

.flexBox.ver_row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flexBox.cent_ver {
    justify-content: center !important;
    flex-wrap: nowrap !important;
}

.flexBox.cent_ver > * {
    margin-left: 3%;
    margin-right: 3%;
}

section.bg_box {
    z-index: 10;
    position: relative;
}

section.bg_box .new_cont_text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0px
}

section.bg_box .new_cont_text.ver2 {
    z-index: 5;
    text-align: left;
    padding-top: 7%;
    position: absolute;
    left: 15%;
}

section.bg_box .new_cont_text.ver2 h3 {
    margin-bottom: 10px;
    font-size: 45px;
}

section.bg_box .new_cont_text.ver2 p {
    font-size: 18px;
    margin-bottom: 30px;
}

section.bg_box .new_cont_text.ver2 .txt {
    font-size: 15px;
}

section.bg_box .new_cont_text.ver3 {
    float: left;
    width: 40%;
    padding-top: 100px;
    text-align: left;
    padding-left: 15%;
}

section.bg_box .new_cont_text.ver2 a {
    display: inline-block;
    border-bottom: 2px solid #222;
    font-weight: 600
}

section.section.bg_box .new_cont_text.ver_prl {}

section.bg_box .new_cont_text.ver_prl .bg_text {
    /* font-weight: 600; */
    font-size: 29px;
    color: #cdcdcd;
}

section.bg_box .new_cont_text.ver_prl .bg_text.verB {
    font-size: 50px;
    font-weight: 600;
    color: #FFF
}

#members.black_ver section .new_cont_text.ver_prl .tum {
    font-size: 18px;
    margin-top: 0;
}

#members.black_ver section .new_cont_text.ver_prl .tum p {
    font-size: 14px;
    margin-top: 7px;
    color: #e6e6e6;
}

section.bg_box .new_cont_text .bg_text {
    display: block;
    color: #FFF;
    font-weight: 300;
    font-size: 60px;
    z-index: 5;
    position: absolute;
    opacity: 1;
    text-transform: uppercase;
}

section.bg_box .new_cont_text .bg_text.ver2 {
    position: relative;

}

section.bg_box .new_cont_text h3 {
    font-size: 35px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}

section.bg_box .new_cont_text .tum {
    margin: 30px auto 15px;
    width: 100%;
    font-size: 16px;
    z-index: 3;
    position: relative;
    font-weight: 300;
}

section.bg_box .new_cont_text .tum.st3 {
    text-align: left;
    position: absolute;
    width: 33%;
}

section.bg_box .new_cont_text .tum > p {
    margin-top: 30px
}

section.bg_box .new_cont_info {
    width: 40%;
    margin: 100px auto 0;
    text-align: center;
    min-width: 500px;
}

section.bg_box .new_cont_info .dlBox {
    margin: 0 auto;
    border-top: 1px solid #DDD;
    margin-top: 30px;
    padding: 30px 50px;
    border-bottom: 1px solid #DDD;
    text-align: left;
}

section.bg_box .new_cont_info .dlBox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

section.bg_box .new_cont_info .dlBox dt {
    width: 80px;
}

section.bg_box .new_cont_info .dlBox dd {
    flex: 1
}

.golf_center_info .box {
    width: 36%;
}

.golf_center_info .box:nth-of-type(2) {
    margin-top: 80px
}

.golf_center_info {
    margin-top: 80px
}

#members section.bg_section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #222
}

#members section section {}


#members section.bg_section h3.h3_tit {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #FFF;
    transform: translate(-50%, -50%);
    font-size: 5em;
}

#members section.bg_section h3.h3_tit p {
    font-size: 20px;
    margin-top: 40px
}

#members section {
    background-size: cover !important;
    padding: 65px 0;
    text-align: left;
    background-color: #FFF
}

#members section.ver_golf {
    background: url(../img/sub/golf_new_top.jpg) no-repeat center center;
}

#members section.ver_golf_c {
    background: url(../img/sub/golf_c_new_top.jpg) no-repeat center center;
}

#members section.ver_cine {
    background: url(../img/sub/cine_new_top.jpg) no-repeat center center;
}

#members section.ver_cafe {
    background: url(../img/sub/cafe_new_top.jpg) no-repeat center center;
}

#members section.ver_book {
    background: url(../img/sub/book_new_top.jpg) no-repeat center center;
}

#members section.ver_priv {
    background: url(../img/sub/priv_new_top.jpg) no-repeat center center;
}

#members section.ver_trav {
    background: url(../img/sub/bg_lct.jpg) no-repeat center center;
}

#members section.ver_trav2 {
    background: url(../img/sub/bg_trav02.jpg) no-repeat center center;
}

#members section.ver_trav3 {
    background: url(../img/sub/bg_trav03.jpg) no-repeat center center;
}

#members section.bg_lct01 {
    background: url(../img/sub/bg_lct01.jpg) no-repeat center center;
}

#members section.bg_lct02 {
    background: url(../img/sub/bg_lct02.jpg) no-repeat center center;
}


#members section.ver_culture {
    background: url(../img/sub/cult_new_top.jpg) no-repeat center center;
}

#members section.ver_card {
    background: #222
}

#members section h4 {
    font-size: 25px;
    font-weight: 600;
    padding-left: 90px;
    position: relative;
}

#members section h4 p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

#skrollr-body {
    min-height: 100vh;
    margin-top: 30vh;
}

#skrollr-body.travVer {
    display: block !important
}


.btn_pop_qr {
    display: block;
}

.btm_nav_box {
    background: #f0f0f0;
    padding: 100px 0 !important;
    /* min-height: 80vh; */
}

.btm_nav_box.top_ver {
    background: #FFF;
    padding: 60px 0 0px !important;
    margin-top: 100px;
}

.btm_nav_box.qr_ver {
    width: 100%;
}

.btm_nav_box h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}

.btm_nav_box .link_title {
    margin-bottom: 80px;
    font-size: 45px;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1;
}

.btm_nav_box .link_title.ver2 {
    display: block;
    text-align: left;
    margin-bottom: 30px;
}

.btm_nav_box .link_title.ver3 {
    justify-content: center;
}

.btm_nav_box .link_title.ver2 p {
    font-size: 22px;
    font-weight: 300;
    margin-top: 20px;
}

.btm_nav_box .link_title a {
    display: inline-block;
    font-size: 16px;
    background: #333;
    color: #FFF;
    font-weight: 400;
    padding: 10px 30px 13px;
    margin-left: 40px;
    margin-top: 5px;
}

.btm_nav_box .btm_nav {
    display: flex;
}

.btm_nav_box .btm_nav li {
    margin-right: 20px;
}

.btm_nav_box .btm_nav li a {
    display: inline-block;
    font-size: 28px;
    color: #333;
    font-weight: 300;
}

.btm_nav_box .btm_nav li.on a,
.btm_nav_box .btm_nav li a:hover {
    border-bottom: 5px solid #222;
    font-weight: 500;
}


/* travel */
#members.black_ver .ver_trav h3.h3_tit {
    text-transform: uppercase;
    font-size: 4em
}

#members.black_ver section #full01 .new_cont_text {
    min-height: 90vh;
}

#members.black_ver .t_ver2 section #full02 .new_cont_text {
    min-height: 90vh;
}

#members.black_ver section .new_cont_text {}

#members.black_ver section .new_cont_text h3,
#members.black_ver section .new_cont_text .tum {
    color: #FFF;
    word-break: keep-all;
}

#members.black_ver section .new_cont_text h3 p {

    font-size: 60px;
    font-weight: 400;
    letter-spacing: -3px;
    margin-top: 15px;
}

#members.black_ver .trav_full {
    padding-top: 100vh;
    padding-bottom: 0;
    background: transparent
}

#members.black_ver .trav_full .autoW {
    padding: 90px 0;
}

#members.black_ver .trav_full .autoW.pd0 {
    padding: 0
}

.trav_full {
    /* height:6000px; */
}

.trav_full .full_imgB {}

.trav_full .full_imgB img {}

.blackBox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    width: 100%;
    height: 100vh;
    z-index: 3;
    background-size: cover !important;
    padding: 100px 0;
    background: url(../img/sub/trav_bg.jpg) no-repeat;
}

.blackBox.ver2 {
    background: url(../img/sub/bg_new_lct01.jpg) no-repeat;
}

.blackBox.ver3 {
    background: url(../img/sub/bg_new_lct02.jpg) no-repeat;
}

.blackBox.ver4 {
    background: #000;
}

.blackBox.ver5 {
    background: url(../img/sub/bg_new_lct04.jpg) no-repeat;
}

.blackBox.ver2_1 {
    background: url(../img/sub/trav2_bg.jpg) no-repeat;
}

.blackBox.ver2_2 {
    background: #015545;
}

#members .mem01 h4:before {
    content: '';
}

#members .mem01 h4 {}

#members .mem01 .card .img {
    padding-left: 90px;
    margin-top: 50px;
}

#members .mem01 .txtBox {}

#members .mem01 .benefit_list {
    margin-top: 70px;
}

#members .mem01 .benefit_list .tit {
    font-size: 20px;
    font-weight: 600;
}

#members .mem01 .benefit_list ul {
    margin-top: 30px;
}

#members .mem01 .benefit_list li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.5;
    padding-left: 10px;
    position: relative;
}

#members .mem01 .benefit_list li:before {
    content: '- ';
    position: absolute;
    left: 0;
}

#members .mem01 .benefit_list li .line {
    display: inline-block;
    background: linear-gradient(to top, #f7e8aa 50%, transparent 50%);
}

#members .mem01 .benefit_list li.line:after {}

#members .mem01 .benefit_list li i {
    font-size: 14px;
    font-style: inherit;
}

#members .new_Cont_wrap {}

#members .new_Cont .imgBox {
    text-align: center;
    margin-bottom: 10px;
}

#members .new_Cont .imgBox img {
    width: 100%;
}

#members .new_Cont .txtBox {}

#members .new_Cont .txtBox .tit {
    color: #333;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
}

#members .new_Cont .txtBox .txt {}

#members .new_Cont .txtBox .txt p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 17px;
}

.bg_gray_box {
    position: relative;
    background: #f0f0f0;
    margin-top: 170px;
    padding: 110px 0 120px;
}

.bg_gray_box h3 {
    position: absolute;
    left: 50%;
    top: -120px;
    font-size: 30px;
    transform: translate(-50%, 0);
    font-weight: 600;
}

.bg_gray_box h3:after {
    content: '';
    display: block;
    width: 1px;
    height: 110px;
    background: #333;
    margin-left: 50%;
    margin-top: 20px;
}

.img_list li .imgB img {
    width: 100%;
}

.img_list li .txt {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

/* new_ver */
#members .membership2 section {
    padding: 0
}

#members .membership2 section.bg_section {
    position: relative;
    min-height: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 0;
}

#members .membership2 section .scroll-icon-box {
    position: absolute;
    bottom: 10%
}

#members .membership2 .tm_box {}

#members .membership2 .tm_box h3 {
    color: #FFF;
    font-size: 65px;
    font-weight: 600;
    padding-left: 15%;
    text-align: left;
    padding-top: 3%;
}

#members .membership2 .tm_box h3 p {
    font-size: 25px;
    font-weight: 500;
    margin-top: 10px
}

#members .membership2 .tm_box .txt {
    margin-top: 30px;
    padding-left: 15%;
    margin: 40px auto;
}

#members .membership2 .tm_box .txt img {
    width: 15%;
    margin-right: 10px;
    margin-bottom: 80px;
}

#members .membership2 .tm_box .txt p {
    text-align: left;
    color: #FFF;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    font-weight: 300;
}

#members .membership2 .tm_box .contact_wrap {
    color: #fff;
    display: flex;
    margin-top: 35px;
}

#members .membership2 .tm_box .txt a {
    display: block;
    width: 150px;
    text-align: center;
    color: #FFF;
    border: 1px solid #DDD;
    line-height: 45px;
    margin-top: 35px;
}

#members .membership2 .tm_box .txt .contact_wrap a {
    margin: 0 35px 0 0;
}

#members .membership2 .tm_box .txt a:hover {
    background: rgba(255, 255, 255, 0.2)
}



.info_text {
    text-align: center;
    padding: 30px;
    font-weight: 500;
    font-size: 18px
}

#members h4:before {
    content: '';
    width: 60px;
    left: 0;
    position: absolute;
    display: block;
    height: 80px;
    top: -15px;
}

#members .mem01 h4:before {
    content: '';
    background: url(../img/sub/num01.png) no-repeat left top
}

#members .mem02 h4:before {
    content: '';
    background: url(../img/sub/num02.png) no-repeat left top
}

#members .mem03 h4:before {
    content: '';
    background: url(../img/sub/num03.png) no-repeat left top
}

#members .mem04 h4:before {
    content: '';
    background: url(../img/sub/num04.png) no-repeat left top
}

#members .mem05 h4:before {
    content: '';
    background: url(../img/sub/num05.png) no-repeat left top
}

#members .mem05 h4.num6:before {
    content: '';
    background: url(../img/sub/num06.png) no-repeat left top
}

section .tagBox {
    padding-left: 90px;
    margin-bottom: 40px;
}

section .s_title {
    padding-left: 90px;
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    word-break: keep-all;
}

section .s_title.ver2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600
}

section .s_title.ver3 {
    margin-top: 0;
    font-size: 16px;
}

section .s_title.ver3.imgVer {
    display: flex;
    margin-top: 30px;
}

section .s_title.ver3.imgVer .imgBasicBox {
    width: 37%;
    overflow: hidden;
    margin-right: 4%;
}

section .s_title.ver3 .imgBasicBox img {
    width: 100%;
}

section .s_title ul {
    margin-top: 30px;
}

section .s_title ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 15px;
    background: url(../img/common/ico_list.png) no-repeat left 9px;
    background-size: 8px;
}

section .tagBox span,
section .tagBox a {
    display: inline-block;
    color: #c3a326;
    border: 1px solid #c3a326;
    border-radius: 60px;
    padding: 15px 30px;
    font-size: 18px;
    margin-right: 10px;
}

section .tagBox.text_ver span {
    padding: 5px 16px;
    font-size: 15px;
    margin-right: 10px;
}

section .tagBox.text_ver span.s_c {
    color: #000;
    padding: 0;
    border: 0;
    font-size: 15px;
}

section .tagBox.text_ver > p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#members.sub_prv .imgListBox {
    padding-left: 23%;
}

#members .imgListBox .imgList {}

#members .imgListBox .imgList .swiper-slide,
#members .imgListBox .imgList3 .swiper-slide {
    overflow: hidden;
    background: #000
}

#members .imgListBox .imgList .swiper-slide input[type="checkbox"]:checked {
    background: #c3a326;
}

#members .imgListBox .imgList img {
    width: 100%;
    height: 430px;
    opacity: .5;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

#members .imgListBox .imgList .swiper-slide-active img,
#members .imgListBox .imgList3 .swiper-slide-active img {
    opacity: 1
}


#members .imgListBox .imgList .txt,
#members .imgListBox .imgList3 .txt {
    padding: 20px 0 25px;
}

#members .imgListBox .imgList .txt .t,
#members .imgListBox .imgList3 .txt .t {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

#members .imgListBox .imgList .txt .c,
#members .imgListBox .imgList3 .txt .c {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}


#members .imgListBox .imgList2 img {
    width: 100%
}

#members .imgListBox .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*	padding: 0 30px;*/
}

#members .imgListBox .btn_wrap > a {
    background: #aaa;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px 3px 0 0;
}



/* 멤버십안내 추가페이지 */
.membership {
    position: relative;
    /* margin-top: -95px; */
}

.membership .line1 {}

.membership .line1:before {
    content: '';
    display: block;
    position: fixed;
    background: #c1c1c1;
    left: 1%;
    top: 1vh;
    height: 1px;
    width: 0;
}

.membership .line1.on:before {
    width: 98%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.membership .line1:after {
    content: '';
    display: block;
    position: fixed;
    background: #c1c1c1;
    left: 1%;
    top: 1vh;
    width: 1px;
    height: 0;
}

.membership .line1.on:after {
    height: 98vh;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.membership .line1.st2:before {
    content: '';
    right: 1%;
    bottom: 1vh;
    top: inherit;
    left: inherit;
    height: 1px;
    width: 0;
}

.membership .line1.st2.on:before {
    width: 98%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.membership .line1.st2:after {
    content: '';
    display: block;
    position: fixed;
    background: #c1c1c1;
    right: 1vw;
    top: 1vh;
    width: 1px;
    height: 0;
    left: inherit;
}

.membership .line1.st2.on:after {
    height: 98vh;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.membership section {
    position: relative;
    background: #222;
    color: #FFF
}

.membership .sectionBox {
    width: 50%;
}

.membership .sectionBox .textB {
    font-family: 'Nanum Myeongjo', serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
}

.membership .section_tit {
    font-size: 35px;
    font-weight: 300;
    line-height: 1.3;
}

.membership .section_tit b {
    font-weight: 600
}

.membership #mem_intro {
    background: #222;
}

.membership #mem_01 {
    background: url(../img/sub/bg_mem_01.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.membership #mem_02 {
    background: url(../img/sub/bg_mem_02.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.membership #mem_03 {
    background: url(../img/sub/bg_mem_03.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.membership #mem_04 {
    background: url(../img/sub/bg_mem_04.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto !important
}

.membership #mem_05 {
    background: url(../img/sub/bg_mem_05.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.membership #mem_intro .section_tit {
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
    width: 18%;
}

.membership #mem_intro .section_tit img {
    width: 100%;
}

.membership #mem_intro .title {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 19px;
    font-weight: 300;
}

.membership .linew:before {
    content: '';
    position: absolute;
    background: #a8a8a8;
    height: 1px;
    display: block;
}

.membership .lineh:before {
    content: '';
    position: absolute;
    background: #a8a8a8;
    width: 1px;
    display: block;
}

.membership .active.fp-completely *:before,
.membership .active.fp-completely * {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.membership #mem_01 .section_tit {
    position: absolute;
    left: 13%;
    top: 20px;
    padding-top: 100px;
}

.membership #mem_01 .section_tit:before {
    content: '';
    height: 0;
    top: 0;
    left: 20px;
}

.membership #mem_01.active.fp-completely .section_tit:before {
    height: 90px;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.membership #mem_01 .sectionBox {
    position: absolute
}

.membership #mem_01 .sectionBox.ver_01 {
    top: 9%;
    right: 4%;
    /* z-index: 999; */
    width: auto;
}

.membership #mem_01 .sectionBox.ver_02 {
    bottom: 80px;
    right: 37%;
    width: auto;
}

.membership #mem_01 .sectionBox.ver_01 .textB {
    position: absolute;
    top: 60px;
    left: -70px;
    font-size: 40px;
}

.membership #mem_01 .sectionBox.ver_02 .textB {
    font-size: 40px;
}

.membership #mem_02 .section_tit {
    position: absolute;
    top: 20px;
    text-align: center;
    padding-top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%
}

.membership #mem_02 .sectionBox.ver_03 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 43%;
}

.membership #mem_02 .section_tit:before {
    ;
    height: 0;
    top: 0;
    left: 50%;
}

.membership #mem_02.active.fp-completely .section_tit:before {
    height: 70px;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.membership .sectionBox.ver_02 .img_section img {
    width: 100%;
}

.membership #mem_02 .sectionBox.ver_04 {
    position: absolute;
    left: 0;
    top: 56%;
    width: 50%;
    transform: translate(0, -50%);
    text-align: right;
}

.membership #mem_02 .sectionBox.ver_04 img {
    width: 60%;
}

.membership #mem_02 .sectionBox.ver_03 .textB {
    font-size: 28px;
}

.membership #mem_03 .section_tit {
    position: absolute;
    right: 10%;
    text-align: left;
    padding-top: 18%;
    top: 20px;
    width: 30%;
}

.membership #mem_03 .sectionBox.ver_05 {
    position: absolute;
    right: 0;
    top: 59%;
    width: 40%;
}

.membership #mem_03 .sectionBox.ver_06 {
    position: absolute;
    top: 20px;
    width: 49%;
    left: 0;
    text-align: center;
    padding-top: 11%;
    height: calc(100% - 40px);
    box-sizing: border-box;
}

.membership #mem_03 .sectionBox.ver_06 .textB {
    font-size: 28px;
}

.membership #mem_03 .sectionBox.ver_06 .img_section img {
    width: 65%;
}

.membership #mem_03 .sectionBox.ver_06:before {
    content: '';
    right: 0;
    height: 0;
    top: 0;
}

.membership #mem_03.active.fp-completely .sectionBox.ver_06:before {
    height: 100%;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}


.membership #mem_04 .section_tit {
    position: relative;
    padding-top: 10%;
    text-align: center;
}

.membership #mem_04 .section_tit b {
    font-size: 22px;
}

.membership #mem_04 .textB {
    width: auto;
    position: absolute;
}

.membership #mem_04 .sectionBox.ver_07 {
    width: auto;
    padding-bottom: 10%;
}

.membership #mem_04 .sectionBox.ver_07 .textB {
    width: auto;
    position: relative;
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    margin-top: 3%;
}

.membership #mem_04 .sectionBox.ver_07 .textB.rightVer {
    padding-left: 50%;
    margin-top: -50px;
}

.membership #mem_04 .sectionBox.ver_07 .textB p.tit {
    font-family: 'Noto Sans KR', Nanum Gothic, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 7px;
    margin-bottom: 30px;
}

.membership #mem_04 .sectionBox.ver_07 .textB.leftVer {
    padding-right: 50%;
}

.membership #mem_05 .sectionBox.ver_08 {
    width: 80%;
    margin: 0 auto;
    padding-top: 16%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.membership #mem_05 .sectionBox.ver_08 .textB {
    font-family: 'Noto Sans KR', Nanum Gothic, sans-serif;
    font-size: 23px;
    position: relative;
}

.membership #mem_05 .sectionBox.ver_08 .textB .tit {
    font-size: 40px;
    font-weight: 600;
}

.membership #mem_05 .sectionBox.ver_08 .textB .txt {
    font-weight: 300;
    margin-top: 50px;
    font-size: 25px;
    line-height: 1.5;
}

.membership #mem_05 .sectionBox.ver_08 .img_section {
    width: 50%;
    float: left;
}

.membership #mem_05 .sectionBox.ver_08:before {
    height: 0;
    bottom: 30%;
}

.membership #mem_05.active.fp-completely .sectionBox.ver_08:before {
    height: 30%;
    bottom: 0;
    -webkit-animation: slide-bottom 1s ease-out infinite both;
    animation: slide-bottom 1s ease-out infinite both;
}


.membership #last-section .last-logo {
    text-align: center;
    width: 40%;
    position: absolute;
    left: 50%;
    top: 37%;
    transform: translate(-50%, 0);
}

.membership #last-section .last-link-list {
    position: absolute;
    top: 60%;
    text-align: center;
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999
}

.membership #last-section .last-link-list li {
    display: inline-block;
    margin: 0 30px;
}

.membership #last-section .last-link-list li a {
    display: inline-block;
    font-size: 20px;
    color: #FFF;
    line-height: 40px;
}


.line_in {
    position: relative;
    border: 1px solid $brand-bd;
    border-right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100vh - 40px);
}

.line_in:after {
    content: "";
    position: absolute;
    height: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    right: 0;
}

.line_in:before {
    top: 0;
    width: 1px;
    background: #a8a8a8;
}

.active.fp-completely .line_in:after {
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #a8a8a8;
}




.section .inside {
    min-height: 100vh;
    padding: 20px;
    position: relative;
}

.section .inside:before,
.section .inside:after {
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
}

.section .inside:before {
    height: calc(100% - 40px);
    height: 0;
    width: 1px;
    background: #a8a8a8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section .inside:after {
    height: calc(100% - 40px);
    width: 0;
    border: 1px solid #a8a8a8;
    border-left: 0;
    border-right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.section.active.fp-completely .inside:before {
    height: calc(100% - 40px);
}

.section.active.fp-completely .inside:after {
    width: calc(100% - 40px);
}

.section.active.fp-completely .inside .border:before,
.section.active.fp-completely .inside .border:after {
    height: 42.26%;
}

.section.s1.active.fp-completely .inside .border .inner:before {
    height: 100%;
}




/* 엘시티 */
.lctWrap .section {
    background-size: cover !important;
    padding: 150px 0;
    position: relative;
}

.lctWrap #lct01 {
    background: url(../img/sub/bg_lct01.jpg) no-repeat;
    min-height: 100vh;
}

.lctWrap #lct02 {
    background: url(../img/sub/bg_lct02.jpg) no-repeat;
    min-height: 70vh;
}

.lctWrap #lct03 {
    background: url(../img/sub/bg_lct03.jpg) no-repeat;
    min-height: 70vh;
}

.lctWrap #new_lct01 {
    background: url(../img/sub/bg_new_lct01.jpg) no-repeat;
    min-height: 100vh;
}

.lctWrap #new_lct03 img {
    width: 100%
}

.lctWrap #new_lct02 {
    background: url(../img/sub/bg_new_lct02.jpg) no-repeat;
    min-height: 100vh;
}

.lctWrap #new_lct02 .lct_title.ver2,
.lctWrap #new_lct01 .lct_title.ver2 {
    position: absolute
}

.lctWrap #new_lct03 {
    background: url(../img/sub/bg_new_lct03.jpg) no-repeat;
    padding: 0
}

#new_lct04 {
    text-align: center;
    padding: 65px 0 65px;
    min-height: 90vh;
    background-size: cover
}

.section .lct_title {
    text-align: center;
    font-size: 2em;
    padding: 0 15%;
    position: absolute;
    top: 40%;
    font-size: 50px;
    word-break: keep-all;
    color: #FFF;
    width: 100%;
}

.section .lct_title.ver2 {
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    position: relative;
}

.section .lct_title p {
    font-size: 23px;
    word-break: keep-all;
}

#new_lct04 > p {
    width: 20%;
    margin: 140px auto 0;
}

.section .lct_title2 {
    left: 10%;
    font-size: 50px;
    font-weight: 600;
    color: #FFF;
    top: 20%;
}

#lct02 .lct_title p {
    font-size: 34px
}

.section .lct_slide {
    /* max-height:100vh */
}

.section .lct_slide .swiper-slide {
    height: 100% !important
}

.lctWrap .section .lct_slide .swiper-slide img {
    width: 100% !important
}

/* .lctWrap .section .lct_slide .swiper-slide.lct_s01{background:url(../img/sub/lct_slide01.jpg) no-repeat;background-size:auto 100%}
.lctWrap .section .lct_slide .swiper-slide.lct_s02{background:url(../img/sub/lct_slide02.jpg) no-repeat;background-size:auto 100%}
.lctWrap .section .lct_slide .swiper-slide.lct_s03{background:url(../img/sub/lct_slide03.jpg) no-repeat;background-size:auto 100%}
.lctWrap .section .lct_slide .swiper-slide.lct_s04{background:url(../img/sub/lct_slide04.jpg) no-repeat;background-size:auto 100%}
.lctWrap .section .lct_slide .swiper-slide.lct_s05{background:url(../img/sub/lct_slide05.jpg) no-repeat;background-size:auto 100%}
.lctWrap .section .lct_slide .swiper-slide.lct_s06{background:url(../img/sub/lct_slide06.jpg) no-repeat;background-size:auto 100%} */
.lctWrap .section .lct_slide .swiper-slide .txtB {
    display: none;
    position: absolute;
    box-sizing: border-box;
    top: 17%;
    left: 10%;
    width: 50%;
}

.lctWrap .section .txtBox {
    background: rgba(0, 0, 0, .5);
    margin-top: 30%;
    padding: 30px;
}

.lctWrap .section .txtBox .tit {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
}

.lctWrap .section .txtBox .txt {
    font-size: 18px;
    color: #FFF;
    margin-top: 10px;
}


/* 프라이빗센터 */
#members.sub_prv .imgListBox .imgList {
    margin-left: 30%;
}

.sub_prv section.bg_box .new_cont_info .dlBox dt {
    width: 170px
}

.sub_prv section.bg_box .new_cont_info {
    width: 100%;
    margin: 50px 0px;
}

.sub_prv section.bg_box .new_cont_info .dlBox {
    width: 40%;
}

#members.sub_prv .imgListBox .img {
    height: 500px;
    text-align: right;
}

#members.sub_prv .imgListBox .img img {
    width: auto;
    height: 100%;
}

.prv_info_img {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.prv_info_img > div {
    float: left;
    width: 49%;
}

.prv_info_img > div:nth-of-type(2) {
    margin-top: 0;
    padding-top: 90px
}

.prv_info_img img {
    width: 100%
}

#members.sub_prv section {
    overflow: hidden;
    padding: 150px 0;
}

#members.sub_prv section.bg_box .new_cont_text h3 {
    font-size: 45px
}

@media (max-width:1000px) {

    /* .img img{ width:100%;} */
    /*가로스크롤*/
    .row-horizon:before {
        content: "← 좌우스크롤로 확인해주세요 →";
        display: block;
        margin: 5px 0 5px 5px;
        font-size: 11px;
        color: #999;
    }

    .row-horizon {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        float: none;
        width: 100%;
    }

    .tbl table {
        font-size: 1em;
    }

}


@media (max-width:768px) {
    #svisual {
        padding: 30px 0
    }

    #svisual h2 {
        font-size: 1.5em;
    }

    #svisual .subTopBox select {
        font-size: 1.2em;
        line-height: 45px;
        padding: 15px 30px
    }

    #svisual .subTopBox {
        margin-top: 50px
    }

    #svisual .subTextbox {
        height: auto;
        padding: 40px 0 20px;
    }

    #svisual .subText {
        font-size: 1em;
        letter-spacing: 0;
    }



}



.tab .backgrounds .bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    background: #FFF
}

.tab1,
.tab4 {
    padding: 80px 0
}

.tab {
    position: relative
}



.scroll-icon-box {
    position: fixed;
    margin: auto;
    bottom: 4%;
    left: calc(50% - 13px);
    width: 26px;
}

.scroll-icon-box span {
    display: none;
    width: 3px;
    height: 3px;
    position: relative;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 7px;
    border-radius: 50%;
}

.scroll-icon-box span.unu {
    margin-top: 10px;
}

.scroll-icon-box span.unu,
.scroll-icon-box span.doi,
.scroll-icon-box span.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.scroll-icon-box span.unu {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.scroll-icon-box span.doi {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

.scroll-icon-box span.trei {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-direction: alternate;
}

.scroll-icon-box .mouse {
    height: 35px;
    width: 24px;
    border-radius: 12px;
    transform: none;
    border: 1px solid white;
}

.scroll-icon-box .wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
}

.scroll-icon-box .wheel {
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    animation: mouse-wheel 1.2s ease infinite;
}

@keyframes mouse-wheel {
    0% {
        top: 1px;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        top: 2px;
    }

    100% {
        top: 3px;
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}





.btm_nav_box.qr_ver .link_title {
    font-size: 35px;
}

.btm_nav_box .link_title.flex_wrap {
    justify-content: space-between;
}

.btm_nav_box .link_title a.back_qrscan {
    background: transparent;
    color: #333;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
}

.btm_nav_box .link_title a.back_qrscan img {
    max-width: 20px;
    opacity: 0.5;
    margin-right: 5px;
}





#modal_withdraw{
    text-align: left;
    
}
#modal_withdraw .modal-body > ul {
	width: 100%;
}

#modal_withdraw .modal-body > ul > li {}

#modal_withdraw input[type=radio] {
	display: none;
}

#modal_withdraw input[type=radio] + label {
	display: inline-flex;
	grid-gap: 5px;
	align-items: center;
	font-size: 1.0em;
	margin: 5px 0;
}

#modal_withdraw input[type=radio] + label i {
	color: #999;
}

#modal_withdraw input[type=radio]:checked + label i {
	color: #8b796a;
}

#modal_withdraw input[type=button],
#modal_withdraw input[type=submit] {
	width: 100%;
	margin: 10px 0 0;
}

#modal_withdraw textarea {
	width: 100%;
	height: 150px;
	background: #eee;
	border-radius: 7px;
	border: none;
	padding: 15px;
	font-size: 13px;
}

.widthdraw_agr_wrap {
	margin: 10px 0 0;
	padding: 15px 0;
	border-top: 1px solid #eee;
	font-size: 14px;
}

.widthdraw_agr_wrap > p {
	font-size: 13px;
	margin: 0 0 10px;
}

.widthdraw_agr_wrap > input[type='checkbox'] {
	display: none;
}

.widthdraw_agr_wrap > input[type='checkbox'] + label {
	display: inline-flex;
	grid-gap: 5px;
	align-items: center;
}

.widthdraw_agr_wrap > input[type='checkbox'] + label i {
	color: #999;
}

.widthdraw_agr_wrap > input[type='checkbox']:checked + label i {
	color: #8b796a;
}
a.btn-widthdraw{
    display: block;
    text-decoration: underline!important;
    text-align: center!important;
    margin: 30px auto!important;
    color: #999!important;
}
#modal_withdraw .btn_complet {
    background: #8b796a;
    width: 190px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 1px solid #fff;
    font-size: 1.1em;
    border-radius: 3px;
    margin: 0px auto 0;
}