@charset "utf-8";
@import url(./animate.css);

/* reset ******************************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
    display: block
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
ul,
ol,
li,
dl,
dt,
dd,
div,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
label,
iframe,
pre,
code,
blockquote,
video,
audio,
object,
img,
canvas,
address,
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section,
object {
    margin: 0;
    padding: 0
}

body {
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, roboto;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    -webkit-text-size-adjust: none;
    color: #0a1e37;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: inherit
}

hr,
legend {
    display: none
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none
}

table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

tr,
th,
td {
    border: none;
    -webkit-box-orient: vertical
}

caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

input[type=text],
input[type=password],
input[type=button],
input[type=number],
input[type=tel],
input[type=email],
textarea,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    outline: none
}

input[type=checkbox],
input[type=radio] {
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    border: none
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle
}

button {
    overflow: visible;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    outline: none
}

button::-moz-focus-inner {
    padding: 0;
    border: none
}

button,
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

em {
    font-style: normal
}

img {
    vertical-align: top
}

.blind {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mximg {
    width: 100%;
    max-width: 100%;
    height: auto
}

.h100 {
    height: 100%
}

.inner {
    margin-left: 25px;
    margin-right: 25px;
}

.before_n:before,
.after_n:after {
    content: none !important;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    /* overflow: hidden; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

li {
    list-style: none;
}

a,
button {
    cursor: pointer;
}

*:focus {
    outline: none;
}


/* ------------------------ */

.body_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}


/* login 추가 2022-05-03 */

.login_section {
    position: absolute;
    top: 27%;
    left: 65px;
    z-index: 999;
    width: 70%
}

.login_section .login_select {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.login_section .login_select li {
    cursor: pointer;
    border: 1px solid #0a1e37;
    width: 49%;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    box-sizing: border-box;
    text-transform: uppercase
}

.login_section .login_select li.selected {
    border: none;
    color: #fff;
    background-color: #0a1e37;
}

.login_box .login_id,
.login_box .login_pw {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #0a1e37;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.btn_login {
    width: 100%;
    height: 42px;
    box-shadow: 2px 2px 2px #aaa;
    ;
    text-align: center;
    border-radius: 24px;
    background: #FD3614;
    color: #fff;
    margin-top: 5px;
    transition: all 70ms ease-in-out;
}

.btn_login:hover,
.btn_login:checked,
.btn_login:focus {
    transform: translate(2px, 2px);
    box-shadow: none;
    background-color: #db4734;
}

/* 인트로 리뉴얼 2022.10.25 */
.new_header {
    padding: 15px 60px;
    height: 106px;
}

.new_header h1 {
    width: 150px;
    
}

.new_header h2 {
    font-size: 5.2vw; font-weight: 700;margin-top:10px
}
.new_header h2 span {font-size:3.8vw; display: block; line-height:4vw; font-weight: 500;}

.new_header h1 img {
    width: 100%
}
.introduce {padding:20px; margin:10px; background-color: #412721; color:#fff;border-radius: 10px;}
.introduce h3 {font-size:5.5vw; line-height: 7vw;margin-bottom:10px; font-weight: 800;}
.introduce h4 {font-size:3.44vw; line-height:6vw}


#login_horiz {
    /* width: 960px;
    top: 30px;
    right: 60px; */
    left: unset;
    display: flex;
}

#login_horiz .btn_login {
    height: 48px;
    margin-right: 0;
    line-height: 48px;
}

#login_horiz .login_select {
    width: 30%;
    border-radius: 24px;
}

#login_horiz .login_select li {
    width: 56%;
}

#login_horiz .login_select li:first-child {
    margin-right: -6%
}

#login_horiz .login_select li:nth-child(2) {
    margin-left: -6%
}

#login_horiz .login_box {
    width: 70%;
    margin-left: 1%;
}

#login_horiz .btn_login {
    margin-top: 0;
}

#login_horiz input,
#login_horiz button {
    width: 32%;
    display: inline-block;
    margin-right: 1%;
}

.intro_Tab {
    width: 100%
}

.intro_Tab ul {
    display: flex;
    justify-content: space-evenly;
}


.intro_Tab ul li .material-icons {
    vertical-align: middle;
    margin-top: -3px
}



.intro_Tab ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px
}

.intro_Tab ul li a span {
    font-size: 3.25vw
}

.intro_Tab ul li a img {
    display: none;
}

.intro_Slide ul {
    display: flex;
    justify-content: space-between;
}

.intro_Slide ul li {
    width: 16.7%;
    border: 1px solid #aaa;
    background: #fff;
    /* transition: all 100ms; */
    color: #000;
    cursor: pointer;
    border-right: 0;
    height: calc(100vh - 150px)
}

.intro_Slide ul {
    justify-content: flex-start;
}



.intro_Slide ul li:last-child {
    border-right: 1px solid #aaa
}

.intro_Slide ul li.full {
    width: 100%;
    z-index: 1237;
    position: absolute;
}

.intro_Slide ul li.full .slide_txt {
    font-size: 15px;
}

.slide_img {
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .slide_img img {height:100%} */

.slide_tit {
    font-size: 17px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 0;

}

.slide_txt {
    padding: 5px 12px;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3em;
    flex-direction: column;
    font-size: 3vw;
}

.slide_txt span {
    display: block;
    font-size: 13px;
    color: rgb(91, 91, 91);
}

.benefit_icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.benefit_icons li {
    width: 45%;
    text-align: center;
    height: 23vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #fdfdfb;
    border: 1px solid #333;
    border-radius: 15px;
    margin-bottom: 3vw
}

.benefit_icons li .ben_icon {
    width: 50%
}

.benefit_icons li span {
    display: block;
    text-align: center;
    margin-top: 6vw;
    font-size: 4.5vw;
    color: #000
}

.benefit_pop {
    position: absolute;
    width: 90%;
    height: 75%;
    background: #f9f5eb;
    top: 10%;
    left: 5%;
    border: 1px solid #333;
    border-radius: 15px;
    z-index:1133
}

.benefit_pop .pop_img {
    width: 100%;
    height: 70%;
}

.benefit_pop .pop_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.benefit_pop .pop_txt {
    height: 30%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit_pop .pop_txt dt {
    font-size: 6vw
}

.benefit_pop .pop_txt dd {
    font-size: 3.6vw;line-height:5vw
}

.benefit_pop .pop_txt dd span {
    font-size: 3.3vw;
    color: #555;
    margin-top: 1vw
}



#intro_product {
    display: flex;
    color: #000
}

#intro_product .vip_pro {
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
    height: 100vh;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}

#intro_product .pro_price {
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
    padding: 10px 25px 6px;
    width: fit-content;
    margin: 0 auto 30px;
    font-weight: bold;
    color: white
}

#intro_product .vip1 .pro_price {
    background-color: #c87385;
}

#intro_product .vip2 .pro_price {
    background-color: #8E62B9;
}

#intro_product .vip_pro button {
    width:100%; height:32px; line-height:32px; 
    border-radius: 16px;background:#fff;text-align: center;
    margin-top:10px
}
#intro_product .vip1 button {border:2px solid #c87385}
#intro_product .vip2 button {border:2px solid #8E62B9}
#intro_product p {
    text-align: center;
    border-bottom: 1px solid #aaa;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#intro_product .pro_benefit {
    font-size: 18px;
    text-align: center;
}

#intro_product .pro_benefit li {
    padding: 10px 0
}


#intro_product .vip1 {
    border-right: 1px solid #aaa
}

#intro_product .vip1 .material-icons {
    color: #c87385
}

#intro_product .vip2 .material-icons {
    color: #8E62B9
}

#intro_product .pro_benefit .bene_d2 {
    font-size: 14px;
    color: #333
}

#intro_product .material-icons {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 800;
}

.gotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: 3px solid #444;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
}

/*상담 모달 추가 */

.close_modal {
    color: #0a1e37;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    top: 5px;
    right: 15px;
}

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7) repeat;
    top: 0;
    left: 0;
    z-index: 1122;
    display: none;
}

#consult_modal {
    position: Absolute;
    top: 10%;
    left: 50%;
    margin-left: -230px;
    width: 460px;
    border-radius: 6px;
    background: #fff;
    z-index: 111;
    /* padding: 45px; */
    box-sizing: border-box;
    transition: all .5s;
    max-height: 80%;
    overflow-y: scroll;
    z-index: 1234;
}

#consult_modal>div {
    padding: 45px
}

#consult_modal ul li {
    margin-bottom: 15px;
}

#consult_modal ul li:last-child {
    margin-bottom: 0px;
}

#consult_modal ul li dt {
    font-size: 18px;
    color: #3a5554
}

#consult_modal ul li dd {
    font-size: 18px;
    display: flex;
    justify-content: space-evenly;
    color: #0a1e37
}

#consult_modal ul li input,
#consult_modal select {
    border-bottom: 1px solid #dedede;
    appearance: auto;
}

#consult_modal ul li input::placeholder {
    color: #dedede
}

#consult_modal ul li input {
    width: 100%;
}

#consult_modal ul li input,
#consult_modal ul li select {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    display: inline-block;
}

#consult_modal ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

#consult_modal ul li .modal_radio label {
    display: block;
    position: relative;
    font-weight: 300;
    margin-left: 40px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

#consult_modal ul li .modal_radio .check {
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

#consult_modal ul li .modal_radio {
    color: #AAAAAA;
    display: block;
    position: relative;
}

#consult_modal ul li .modal_radio .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

#consult_modal ul li .modal_radio input[type=radio]:checked~.check {
    border: 3px solid #0a1e37;
}

#consult_modal ul li .modal_radio input[type=radio]:checked~.check::before {
    background: #0a1e37;
}

#consult_modal ul li .modal_radio input[type=radio]:checked~label {
    color: #0a1e37;
}

#consult_modal ul li select {
    font-size: 15px;
}

#consult_modal ul li #modal_year {
    width: 30%;
}

#consult_modal ul li #modal_month {
    width: 30%;
}

#consult_modal ul li #modal_day {
    width: 30%;
    margin-right: 0
}

#consult_modal .modal_radio {
    width: 50%;
}

#consult_modal .modal_radio label {
    display: inline-block;
    width: 90%;
    cursor: pointer;
}

.consult_cont1 {
    background-image: url("/intro/img/modal_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.consult_cont1 .about_vip {
    padding-top: 25px;
    padding-bottom: 80px
}

.consult_done {
    font-size: 18px;
    line-height: 25px
}

#modal_submit {
    margin-top: 15px;
}

#benefit_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 887;
    height: 100%;
    background: rgba(0, 0, 0, 0.7)
}

#benefit_modal img {
    display: block;
    width: 800px;
    margin: 0 auto;
}

#benefit_modal .benefit-img-wrap {
    height: 96%;
    overflow-y: scroll;
    margin-top: 1%;
}

#benefit_modal .benefit-img-wrap::-webkit-scrollbar {
    display: block;
    width: 3px;
    background: #eee
}

#benefit_modal .benefit-img-wrap::-webkit-scrollbar-thumb {
    display: block;
    width: 3px;
    background: #3a5554
}

#benefit_modal .close_modal {
    color: #fff;
    font-size: 70px
}

@media (max-width:1439px) {
    .new_header {
        padding: 2% 20px;
    }



    #login_horiz .login_select {
        width: 26%
    }

    #login_horiz .login_select li {
        font-size: 12px;
        width: 57%
    }

    #login_horiz .login_select li:first-child {
        padding-right: 12px;
        margin-right: -7%
    }

    #login_horiz .login_select li:nth-child(2) {
        padding-left: 12px;
        margin-left: -7%
    }




    .intro_Slide ul li:nth-child(4) {
        border-top: 0
    }

    .intro_Slide ul li:nth-child(5) {
        border-top: 0
    }

    .intro_Slide ul li:nth-child(6) {
        border-top: 0
    }

    .slide_img {
        height: 493px;
    }
}



@media (min-width: 1024px) and (max-width: 1439px) {
    /*.controller ul { height: 98%; }
	#unmutePlayerButton {display:none;}
	.main_slide--item--ms .ms--visual {left:auto;right:0;width:61%;background-position:bottom center;}*/
    /*.login_box {width:100%;position:unset} */

    #login_horiz {
        width: 740px;
        top: 1.5%;
        right: 20px;
    }

    #unmutePlayerButton {
        margin-left: 0px;
        right: 155px;
    }

    header h1 a {
        padding: 20px 25px 0;
    }



}

@media (max-width:1024px) {
    .intro_Slide ul li {
        width: 33.3%;
        height: calc(50vh - 75px)
    }

    .intro_Slide ul {
        flex-wrap: wrap;
    }

    .slide_img {
        height: 424px
    }

    .slide_img img {
        height: 100%
    }

    .intro_Slide ul li,
    .intro_Slide ul li div {
        box-sizing: border-box;
    }

    .intro_Slide {
        background: url("../img/logo.png") no-repeat;
        background-position: 96% 96%;
        background-size: 220px;
    }
}

@media (max-width: 820px) {
    .intro_Slide ul li {
        width: 33.3%;
    }

    .intro_Slide ul {
        flex-wrap: wrap;
    }

    .new_header {
        height: 166px
    }

    .intro_Slide ul li {
        height: calc(50vh - 105px)
    }

    .slide_img {
        height: 218px
    }

    .slide_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .intro_Slide ul li.full .slide_img {
        height: 24vh
    }
}
.sub_header {display: flex; justify-content: flex-start;}
.sub_header h1 {width:120px; margin-right:10px}
@media (max-width: 767px) {
    .new_header {
        padding: 3vh 20px 1vh;
        /* height: 48vh; */
        height: auto;
        box-sizing: border-box;
    }


    /* .intro_Tab {
        height: 52vh
    } */

    .intro_Tab ul {
        flex-wrap: wrap;
    }

    .intro_Tab ul li {
        width: 100%;
        background: #fff;
        color: #000;
        border-radius: 0;
        border:1px solid #333;
        border-radius: 6px;
        margin-bottom:5px
    }

    .intro_Tab ul li {

        height: 10vw;
        line-height: 11vw;
    }



    .intro_Tab ul li a img {
        display: inline;
        width: 11vw;
        margin-right: 5vw;
        vertical-align: middle;
    }


    .login {
        padding: 25px;
        box-sizing: border-box;

        background: rgb(222,222,222,.8)
        /* border-radius:10px; */
    }

    #login_horiz {
        flex-wrap: wrap
    }

    #login_horiz .login_box {
        width: 100%
    }

    .login #login_horiz .login_select {
        width: 100%;
        margin-bottom: 10px
    }

    #login_horiz .btn_login {
        width: 100%
    }

    #login_horiz input {
        width: 100%
    }

    #login_horiz input,
    #login_horiz .btn_login {
        margin-top: 15px
    }

    #consult_modal {
        width: 98%;
        left: 1%;
        margin-left: 0
    }
.intro_Contents {
    padding: 20px 10px;
    box-sizing: border-box;
    overflow-y: scroll;
    /* max-height:calc(100vh - 250px);*/
}
.intro_Contents.lounge_prod {padding: unset; max-height: unset;}
.intro_swiper {margin-bottom:15px;}
    .intro_swiper#intro_slide  {padding: 0 15px;}
    .intro_swiper li {
        width: 100%;
        height: 45vh;
        border: 1px solid #ddd;
        border-radius: 10px;
    }



    header {
        top: 0;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }

    header h1 a {
        padding: 20px 25px 0
    }

    header .logo_wrap .logo img {
        width: 80%;
    }

    .intro_Slide {
        background-size: 180px;

    }

    .slide_txt span {
        display: none;
    }


    .intro_Slide ul li.full span {
        display: block;
    }



    .intro_Slide ul li.full .slide_img {
        height: 40vh
    }

    .intro_Slide ul li.full .slide_cont {
        height: 20vh
    }

}

@media (max-width:540px) {
    #intro_product {
        display: block;
        /* padding-bottom:30%; */
    }

    #intro_product .vip_pro {
        width: 92%;
        margin:0 auto 10px;
        height: auto;
        padding: 5%;
        border:1px solid #000;
        border-radius: 15px;
        background-color: #FFFBF0;
        box-shadow: 3px 3px 3px #ddd;
    }


    #intro_product p {
        font-size: 4.5vw
    }

    #intro_product .pro_benefit li {
        padding: 5px 0
    }

    #intro_product .pro_price {
        margin-bottom: 15px;
        font-size: 5vw
    }
}


@media (max-width:480px) {
    .slide_img {
        /* display: none; */
        height: 85%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .slide_tit {
        font-size: 5vw
    }

    .slide_cont {
        height: 15%;
        font-size: 4.2vw
    }
}

/* @media (max-width:360px) {}

@media (max-width: 1023px) {



    #login_horiz {
        width: 100%;
        position: fixed;
        bottom: 0
    }


} */
