@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: 21px;
    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: 20px
}

#new_header h1 img {
    width: 100%
}

#login_horiz {
    width: 1300px;
    top: 30px;
    right: 60px;
    left: unset;
    display: flex;
}

#login_horiz .btn_login {
    height: 36px;
    margin-right: 0;
}

#login_horiz .login_select {
    width: 30%;
    border-radius: 18px;
}

#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%;
}
.login_box .find_pw {text-align: center;margin-top:0px; padding-left:9%}

/*비디오추가*/
.movieWrap {
    width: 100%;
    margin-top: 5px;
    position: relative;
}

.movie {
    width: 100%;
    margin: 0 auto;
    height: 110vh;
    z-index: 300;
    background: #fff;
}

/*비디오추가*/

.intro_Tab ul {
    display: flex;
    justify-content: space-evenly;
}

.intro_Tab ul li {
    width: 32%;
    line-height: 38px;
    height: 38px;
    margin-bottom:6px;
    border-radius: 16px;
    background-color:#fd8514;
    color:#fff
    /* border: 1px solid #dedede;
    border-right: 0;
    border-bottom: 0; */
}
.intro_Tab ul li .material-icons {vertical-align: middle;}
.intro_Tab ul li:hover {background:#FDAB14}
.intro_Tab ul li:nth-child(5),
.intro_Tab ul li:last-child {
    border-right: 1pxs solid #dedede;
}

.intro_Tab ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.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:hover {
    background: #eee
}

.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: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .slide_img img {height:100%} */

.slide_tit {
    font-size: 20px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 0;
    padding-top: 15px;
}

.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: 15px;
}

.slide_txt span {
    display: block;
    font-size: 13px;
    color: rgb(91, 91, 91);
}

.slide_cont {
    height: 30%;
}



#intro_product {
    
    display: flex;
    color: #000;
    height:100vh;
    justify-content: space-evenly;
    padding:3%;
    box-sizing: border-box;
    
}

#intro_product .vip_pro {
    background-color: #FFFBF0;
    width: 42%;
    padding: 2%;
    box-sizing: border-box;
    height: 90vh;
    border:2px solid #000;
    border-radius: 15px;position:relative
  
}
#intro_product .vip_pro button {
    position:absolute;
    bottom:3%;height:40px; line-height:40px;
    border-radius: 20px;width:50%;left:25%; background-color: #fff;
    text-align: center;
}
#intro_product .vip1 button{border:2px solid #c87385}
#intro_product .vip2 button {border:2px solid #8E62B9}

#intro_product .pro_price {
    text-align: center;
    font-size: 30px;
    border-radius:30px;
    padding:15px 25px 10px;
    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 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 .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:30px; right:30px; 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%;
    
    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 {
        height: 100%
    }

    .slide_cont {
        height: 181px;
    }

    .intro_Slide ul li.full .slide_img {
        height: 24vh
    }
}

@media (max-width: 767px) {
    #new_header {
        padding: 3vh 20px;
        height: 48vh;
        box-sizing: border-box;
    }
    #new_header h2 {margin-top:5vw;}

    .intro_Tab {
        height: 52vh
    }

    .intro_Tab ul {
        flex-wrap: wrap;
    }

    .intro_Tab ul li {
        width: 100%;
        height: 16vh;
        line-height: 16vh;
        background:#fff;
        color:#000;
        margin-bottom:2vh;
        border-bottom:1px solid #aaa;
        border-radius: 0;
    }
    .intro_Tab ul li:first-child {border-top:1px solid #aaa}
    .intro_Tab ul li a img {display: inline;width:11vw; margin-right:5vw;vertical-align: middle;}
        .intro_Tab ul li a {display: flex; justify-content: space-between;padding:0 10vw; align-items: center;font-size:4.5vw
        }
@media (hover: hover) {
  a:hover {
   background:#FDAB14
  }
}
    .login {
        padding: 15px;
        box-sizing: border-box;
        margin-top: 0;
        background:#f4f4f4;
        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: 5px
    }

    .login_box .find_pw {text-align: center;margin-top:5px; padding-left:9%}

    #consult_modal {
        width: 98%;
        left: 1%;
        margin-left: 0
    }

    .intro_Slide ul li {
        width: 50%;
    }

    .intro_Slide ul li:nth-child(2n) {
        border-right: 1px solid #aaa
    }




    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;
    }

    .slide_txt {
        font-size: 2.4vw
    }

    .intro_Slide ul li {
        height: 33.3vh
    }

    .intro_Slide ul li.full span {
        display: block;
    }

    .intro_Slide ul li.full {
        width: 80%;
        height: 60%;
        top: 120%;
        left: 10%;
        border: 1px solid #aaa
    }

    .intro_Slide ul li.full .slide_img {
        height: 40vh
    }

    .intro_Slide ul li.full .slide_cont {
        height: 20vh
    }

    .movie {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 300;
    background: #fff;
    }

}
@media (max-width:540px) {
    #intro_product {display:block;}
 #intro_product .vip_pro {width:100%;height:auto; padding:10% 5%}
 #intro_product .vip1 {border-right:0; border-bottom:1px solid #aaa}
 #intro_product p {font-size:4.5vw}
 #intro_product .pro_benefit li {padding: 5px 0}
 #intro_product .pro_price {margin-bottom:15px;font-size:5.5vw}
}


@media (max-width:480px) {
    .slide_img {
        height: 19vh
    }

    .slide_tit {
        font-size: 16px
    }

    .slide_cont {
        height: 79px
    }
}

@media (max-width:360px) {}

@media (max-width: 1023px) {
    .login {
        margin-top: 10px;
    }

    .login_section .login_select {
        margin-bottom: 0
    }

    #login_horiz {
        width: 100%;
        position: unset
    }


}
