::-webkit-scrollbar {

    display: none;

}




article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1.5;
    font-family: 'Dotum';
    font-size: 16px;
    color: #000;
    background: #fff;
    -ms-overflow-style: none;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ul,
ol,
li {
    list-style: none
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

fieldset,
img {
    border: 0
}

hr {
    height: 0;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

address,
caption,
em,
var {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a[href^="tel"] {
    font-style: normal
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

img {
    border: 0;
    vertical-align: top
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0;
}

legend,
caption {
    overflow: hidden;
    text-indent: -9999999px;
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}

input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: 'Dotum';
}

input:checked[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    font-family: 'Dotum';
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

a,
input,
button,
select {
    outline: none
}

button,
select {
    text-transform: none
}

optgroup {
    font-weight: bold
}

textarea {
    border: 1px solid #bcbcbc;
    overflow: auto;
    -webkit-appearance: none;
    appearance: none;
}

input::-ms-clear {
    display: none;
}


body {
    width: 100%;
    margin: auto;
    font-family: 'Noto Sans KR', sans-serif;
}

body.locked {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}

/*body.main { overflow-y: hidden; }*/

.mo {
    display: none;
}

.pc {
    display: block;
}

.pc_inb {
    opacity: 1;
}

/**/


/*html,a,.btn { cursor: none; }*/
.btn {
    cursor: pointer;
}

#cursor {
    position: fixed;
    z-index: 99999999999999999;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {

    .cursor__circle {
        width: 25px;
        height: 25px;
        margin-top: -20%;
        margin-left: -20%;
        border-radius: 50%;
        border: solid 1px #614332;
        background-color: #614332;
        transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            height 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            margin 0.3s;
        display: none;
    }

    #cursor.arrow .cursor__circle {
        width: 80px;
        height: 80px;
        margin-top: -50%;
        margin-left: -50%;
        background-color: transparent;
        border-color: #614332;
    }

    .cursor_drag {
        width: 25px;
        height: 25px;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        left: 0;
        top: 0;
        transform: translate(-50%, -50%);
        transition: 0.3s;
        opacity: 0;
        position: absolute;
        border: 1px solid #000;
        background: none;
    }

    .cursor_drag p {
        color: #fff;
        color: #000;
        font-size: 10px;
        line-height: 100%;
        font-weight: 500;
        display: inline-block;
        position: relative;
        letter-spacing: 0;
    }

    .cursor_drag p:before {
        content: '';
        width: 5px;
        height: 5px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: rotate(45deg);
        position: absolute;
        left: -33px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .cursor_drag p:after {
        content: '';
        width: 5px;
        height: 5px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: rotate(-45deg);
        position: absolute;
        right: -33px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .cursor_click {
        width: 25px;
        height: 25px;
        background-color: transparent;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        left: 0;
        top: 0;
        transform: translate(-50%, -50%);
        transition: 0.3s;
        opacity: 0;
        position: absolute;
    }

    .cursor_click p {
        color: #fff;
        font-size: 10px;
        line-height: 100%;
        font-weight: 500;
        display: inline-block;
        position: relative;
        letter-spacing: 0;
        transform: translateY(-5px);
    }

    .cursor_click p:before {
        content: '';
        width: 5px;
        height: 5px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
        position: absolute;
        left: 0;
        right: 0;
        top: 18px;
        bottom: 0;
        margin: auto;
    }

    #cursor {
        width: 70px;
        height: 70px;
    }

    .cursor_skip {
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        left: 0;
        top: 0;
        transform: translate(-50%, -50%);
        transition: opacity 1.0s;
        opacity: 0;
        position: absolute;
        display: none;
    }

    .cursor_skip p {
        display: none;
    }

    /* .cursor_skip::after { content: ''; width: 100%; height: 100%; background: url(../img/play.png) center no-repeat; } */
    body.main .cursor_skip {
        display: flex;
    }

    body.main .cursor_skip.show {
        opacity: 1;
    }

    .cursor_skip:before {
        display: none;
    }

    .cursor_skip2 {
        width: 70px;
        height: 70px;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        left: 0;
        top: 0;
        transform: translate(-50%, -50%);
        transition: opacity 1.0s;
        opacity: 0;
        position: absolute;
        display: none;
    }

    body.main .cursor_skip2 {
        display: flex;
    }

    body.main .cursor_skip2.show {
        opacity: 1;
    }

    .cursor_skip2 p {
        font-family: 'lexend', sans-serif;
        color: #fff;
        font-size: 14px;
        line-height: 100%;
        font-weight: 600;
        display: inline-block;
        position: relative;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .cursor_skip2:before {
        content: '';
        width: 94px;
        height: 94px;
        position: absolute;
        left: -12px;
        top: -12px;
        background-color: #000;
        opacity: 0.6;
        border-radius: 100%;

        animation-name: cursor_skip, cursor_skip2;
        animation-duration: 2.1s, 2.1s;
        animation-delay: 0s, 0s;
        animation-timing-function: ease, ease;
        animation-fill-mode: both, both;
        animation-iteration-count: infinite, infinite;

    }

    .cursor_skip.drag {
        opacity: 0;
    }

    .cursor_skip2.drag {
        opacity: 0;
    }

    /* body.main .cursor_skip { display: flex; } */

    /* .intro_bg { width: 167.1428%; position: absolute; left: -33%; top: -33%; animation: intro_bg 8s 0s linear infinite; } */

    @keyframes intro_bg {
        from {
            transform: rotate(-360deg);
        }

        to {}
    }

    #cursor.click .cursor__circle {
        width: 80px;
        height: 80px;
        background-color: transparent;
        border-color: transparent;
    }

    #cursor.click .cursor_click {
        width: 65px;
        height: 65px;
        opacity: 1;
    }

    #cursor.drag .cursor__circle {
        width: 80px;
        height: 80px;
        background-color: transparent;
        border-color: transparent;
    }

    #cursor.drag .cursor_drag {
        width: 65px;
        height: 65px;
        opacity: 1;
    }

    #cursor.drag2 .cursor__circle {
        width: 80px;
        height: 80px;
        background-color: transparent;
        border-color: transparent;
    }

    #cursor.drag2 .cursor_drag {
        width: 65px;
        height: 65px;
        opacity: 1;
    }

    #cursor.drag2 .cursor_drag {
        background-color: transparent;
        border: 1px solid #fff;
    }

    #cursor.drag2 .cursor_drag p:before {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    #cursor.drag2 .cursor_drag p:after {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }




}



@keyframes cursor_skip {
    0% {
        transform: scale(0.7);
    }

    30% {
        transform: scale(0.7);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes cursor_skip2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.3;
    }

    70% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
    }
}

.imgc {
    z-index: 9;
    font-size: 0.75rem;
    line-height: 100%;
    color: #fff;
    position: absolute;
    right: 1rem;
    bottom: 0.75rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7);
}

/*  */

.intro_all_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 1.6s 0s;
}

.intro_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.intro_wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #001a60;
}

.intro_vd_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 3;
    background-color: #000;
    /*background-color: #00003e;*/
    overflow: hidden;
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.intro_vd {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    opacity: 1;
}

/*.intro_vd::after { content:''; left: 60%; width: 130%; height: 130%; position: absolute; top: 50%; transform: translate(-50%,-50%); background: url(../img/intro_vd.jpg) center no-repeat; background-size: cover; z-index: 1; transition: 1.5s 0s; }
 .intro_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; } */
.intro_vd_box::after {
    content: '';
    left: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://static.wixstatic.com/media/9b4f4f_4363c72e98ea4f948e7c31937a39ba9e~mv2.jpg) center no-repeat;
    background-size: cover;
    z-index: 1;
    transition: 1.5s 0s;
}

.intro_vd iframe {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 60%;
    width: 130%;
    height: 130%;
    z-index: 2;
    transition: 1.5s 0s;
}

.main_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: url(https://static.wixstatic.com/media/9b4f4f_cc9b81338ddf4368b3325cef61de3263~mv2.png) center no-repeat;
    background-size: cover;
    z-index: 3;
    opacity: 0;
}

.sum_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: url(https://static.wixstatic.com/media/9b4f4f_3734d45997b148f7b92d04c55930d762~mv2.png) center no-repeat;
    background-size: cover;
    z-index: 3;
    opacity: 0;
}

.intro_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.intro_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://static.wixstatic.com/media/9b4f4f_9e6f65fce6264bf49841ddd886d09fa5~mv2.png) center no-repeat;
    background-size: cover;
    transform: scale(12);
    opacity: 0;
}


.intro_tit {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    z-index: 8;
}

.intro_tit.tit01 {
    color: #fff;
}

.intro_tit>div {
    opacity: 1;
}

.intro_tit h2 {
    font-family: 'dx';
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 1.25rem;
    padding-left: 1.25rem;
    text-transform: uppercase;
}

.intro_tit h2 span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_tit h2 span b {
    display: inline-block;
    font-weight: 400;
    opacity: 0;
    transform: translateY(-2rem);
}

.intro_tit h2 span b.spacing {
    margin-right: 1.75rem;
}

.intro_tit.tit02 h2 span b {
    font-weight: 600;
}

.intro_tit h3 {
    font-family: 'antro';
    font-size: 1.75rem;
    line-height: 120%;
    text-align: left;
    font-weight: 600;
    transform: translateX(4rem);
    opacity: 0;
}

.intro_tit h3 span {
    display: inline-block;
    margin-left: 7.5rem;
}

.intro_tit h2 span:nth-child(1) b:nth-child(1) {
    transition-delay: 0.1s;
}

.intro_tit h2 span:nth-child(1) b:nth-child(2) {
    transition-delay: 0.3s;
}

.intro_tit h2 span:nth-child(1) b:nth-child(3) {
    transition-delay: 0.2s;
}

.intro_tit h2 span:nth-child(1) b:nth-child(4) {
    transition-delay: 0.5s;
}

.intro_tit h2 span:nth-child(1) b:nth-child(5) {
    transition-delay: 0.2s;
}

.intro_tit h2 span:nth-child(1) b:nth-child(6) {
    transition-delay: 0.3s;
}

.intro_tit h2 span:nth-child(1) b:nth-child(7) {
    transition-delay: 0.6s;
}

.intro_tit h2 span:nth-child(1) b:nth-child(8) {
    transition-delay: 0.5s;
}

.intro_tit h2 span:nth-child(1) b:nth-child(9) {
    transition-delay: 0.4s;
}


/*  */

.intro_bg_box {
    width: 100vw;
    height: 100vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2;
}

.intro_bg_box>div {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro_bg_box>div>div {
    width: 10%;
    height: 100%;
    background-color: #fff;
    transform: rotate(0deg) scale(0);
}


.intro_txt_box {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 995;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(5rem);
}

.intro_txt_box>div {
    transform: translateY(17rem);
}

.intro_txt_box h4 {
    font-size: 1.125rem;
    line-height: 100%;
    font-weight: 500;
}

.intro_txt_box h2 {
    font-size: 2rem;
    line-height: 100%;
    margin-top: 8px;
    color: #001a60;
    font-weight: 700;
}


.intro_logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    opacity: 0;
}



/* .intro_wrap.intro .intro_tit>div { opacity: 1; transition: 1.5s 0s; } */
.intro_wrap.intro .intro_tit.tit01 b {
    opacity: 1;
    transform: translate(0);
    transition-duration: 2.8s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.intro_wrap.intro2 .intro_tit.tit01>div {
    opacity: 0;
    transition: 1.5s 0.5s;
}

.intro_wrap.intro2 .intro_bg_box>div:nth-child(2n-1)>div:nth-child(2n-1) {
    transform: rotate(90deg) scale(1.01);
    transition: 1.8s 0.2s;
}

.intro_wrap.intro2 .intro_bg_box>div:nth-child(2n-1)>div:nth-child(2n) {
    transform: rotate(-90deg) scale(1.01);
    transition: 2.2s 0.2s;
}

.intro_wrap.intro2 .intro_bg_box>div:nth-child(2n)>div:nth-child(2n) {
    transform: rotate(90deg) scale(1.01);
    transition: 1.8s 0.2s;
}

.intro_wrap.intro2 .intro_bg_box>div:nth-child(2n)>div:nth-child(2n-1) {
    transform: rotate(-90deg) scale(1.01);
    transition: 2.2s 0.2s;
}

.intro_wrap.intro3 .intro_tit.tit02 b {
    opacity: 1;
    transform: translate(0);
    transition-duration: 2.8s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.intro_wrap.intro4 .intro_tit.tit02>div {
    opacity: 0;
    transition: 1.5s 0s;
}

.intro_wrap.intro4 .intro_bg::after {
    opacity: 1;
    transition: 1.5s 0s;
}

.intro_wrap.intro4 .intro_vd_box {
    opacity: 1;
    transition: 1.5s 0s;
}

.intro_wrap.intro5 .intro_bg::after {
    transform: scale(1);
    transition: 3s 0s;
}

.intro_wrap.intro6 .intro_txt_box {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0s;
}

/* .intro_wrap.intro6 .intro_txt_box { opacity: 1; transform: translate(0); transition: 1.5s 0.8s; } */

.intro_wrap.skip .intro_tit.tit01 b {
    opacity: 1;
    transform: translate(0);
    transition-duration: 2.8s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.intro_wrap.skip .intro_bg_box>div:nth-child(2n-1)>div:nth-child(2n-1) {
    transform: rotate(90deg) scale(1.01);
    transition: 1.8s 0s;
}

.intro_wrap.skip .intro_bg_box>div:nth-child(2n-1)>div:nth-child(2n) {
    transform: rotate(-90deg) scale(1.01);
    transition: 2.2s 0s;
}

.intro_wrap.skip .intro_bg_box>div:nth-child(2n)>div:nth-child(2n) {
    transform: rotate(90deg) scale(1.01);
    transition: 1.8s 0s;
}

.intro_wrap.skip .intro_bg_box>div:nth-child(2n)>div:nth-child(2n-1) {
    transform: rotate(-90deg) scale(1.01);
    transition: 2.2s 0s;
}

.intro_wrap.skip .intro_bg,
.intro_wrap.skip .intro_tit,
.intro_wrap.skip .intro_txt_box {
    opacity: 0;
    transition: 1.3s 0s !important;
}

.intro_wrap.skip .main_bg {
    opacity: 1;
    transition: 1.3s 0s;
}

.intro_wrap.skip .intro_vd_box {
    opacity: 1;
    clip-path: polygon(0 calc(0% + 9.0625rem), 33% calc(0% + 9.0625rem), 50% 100%, 0% 100%);
    transition: 1.5s 0s;
}

.intro_wrap.skip .intro_vd {
    opacity: 1;
    transition: 1.5s 0s;
}

/**/

.all_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9;
}

body.main .all_wrap {
    height: 100vh;
    text-align: center;
}

.section {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}


.main_skip_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999980;
    display: none;
}

.main_skip_bt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.main_skip_bt p {
    display: none;
}


/**/

#section1 {
    width: 100%;
    background: none;
}

.main_wrap {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.main01 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.8s;
}

.main02 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main02>div:last-child {
    width: 90%;
    max-width: 1088px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.main03 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.8s;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main03>div {
    width: 90%;
    max-width: 1500px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main03>div>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5rem 0;
    transform: translateY(4rem);
}

.main_tit {
    width: 35%;
    height: calc(100% - 9.0625rem);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    color: #fff;
}

.main_tit>div {
    opacity: 0;
    transform: translateY(-3rem);
    transition: 0.8s 0s;
}

.main_tit h2 {
    font-family: 'dx';
    font-size: 1.375rem;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 0.625rem;
}

.main_tit h2 b {
    font-weight: 400;
    display: inline-block;
    margin: 0.5rem 0;
}

.main_tit h2 span {
    width: 1.625rem;
    position: relative;
}

/* .main_tit h2 span:last-child { margin-top: 10rem; }  */
.main_tit h2 span:last-child {
    margin-top: 8.125rem;
}

.main_txt_box {
    width: 62%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.main_txt_box>div {
    width: 90%;
    max-width: 1500px;
    transform: translateY(1rem);
}

.dot_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.3125rem;
}

.dot_box span {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid #001a60;
    opacity: 0;
    transition: 0.8s;
}

.dot_box span:nth-child(2n) {
    background-color: #001a60;
}

.main_txt_box h3 {
    font-size: 2.125rem;
    line-height: 100%;
    font-weight: 300;
    margin-top: 2.875rem;
    color: #031442;
    letter-spacing: -0.0625rem;
    opacity: 0;
    transform: translateY(-3rem);
    transition: 0.8s;
}

.main_txt_box h1 {
    font-size: 4.5rem;
    line-height: 100%;
    font-weight: 700;
    margin-top: 0.625rem;
    color: #031442;
    letter-spacing: -0.125rem;
    opacity: 0;
    transform: translateY(-3rem);
    transition: 0.8s;
}

.main_txt_box p {
    font-size: 0.875rem;
    line-height: 214%;
    margin-top: 3rem;
    opacity: 0.7;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-3rem);
    transition: 0.8s;
}

.main_txt_box>div>span {
    display: inline-block;
    width: 1px;
    height: 3.75rem;
    margin: auto;
    margin-top: 2.5rem;
    position: relative;
}

.main_txt_box>div>span::after {
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #001a60;
    transition: 0.8s;
}

.main_txt_box h4 {
    font-size: 1.0625rem;
    line-height: 100%;
    font-weight: 500;
    margin-top: 3.125rem;
    opacity: 0;
    transform: translateY(2rem);
    transition: 0.8s;
}

.main_txt_box h2 {
    font-size: 2rem;
    line-height: 100%;
    font-weight: 700;
    color: #001a60;
    margin-top: 0.5rem;
    opacity: 0;
    transform: translateY(2rem);
    transition: 0.8s;
}


/* .c_blue { color: #001a60; } */

.main_guest {
    width: 8.125rem;
    height: 8.125rem;
    margin: auto;
    border-radius: 100%;
    z-index: 9;
    cursor: pointer;
    position: absolute;
    left: 3.125rem;
    bottom: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: default;
    transition: 0.8s 0s;
    z-index: 90;
}

.main_guest a {
    cursor: default;
}

.main_guest_bg {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1) rotate(0);
    animation: main_guest_bg 12s 0s linear infinite;
    transition: opacity 0.3s;
}

.main_guest_bg.white {
    opacity: 0;
}

.main_guest p {
    font-size: 0.75rem;
    line-height: 200%;
    color: #000;
    position: relative;
    z-index: 9;
    font-weight: 400;
    letter-spacing: 0;
    transition: 0.3s;
}

.main_guest p b {
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0;
    display: inline-block;
    transform: translate(-1px, 1px);
}

.main_guest.show {
    opacity: 1;
}

.main_guest.hide {
    opacity: 0 !important;
}

.main_guest.white .main_guest_bg.white {
    opacity: 1;
}

.main_guest.white .main_guest_bg.black {
    opacity: 0;
}

.main_guest.white p {
    color: #fff;
}

@keyframes main_guest_bg {
    from {
        transform: translate(-50%, -50%) scale(1) rotate(-360deg);
    }

    to {}
}


.sum_txt_box {
    width: 100%;
    height: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: 1.5s;
}

.sum_txt {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateX(5rem);
    transition: 0.8s;
}

.sum_txt>div {
    display: inline-block;
    transition: 0.8s;
    transform: translateY(-10rem);
}

.sum_txt h2 {
    width: 100%;
    font-family: 'Futura Primer', sans-serif;
    font-size: 4.375rem;
    line-height: 100%;
    position: relative;
    font-weight: 700;
    white-space: nowrap;
    opacity: 1;
    transition: 0.8s;
    color: #031442;
}

.sum_txt h5 {
    font-size: 0.9375rem;
    margin-top: 1rem;
    line-height: 100%;
    opacity: 1;
    font-weight: 500;
    transition: 0.8s;
    white-space: nowrap;
}

.sum_txt_box.white {
    color: #fff;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 calc(0% + 9.0625rem), 33% calc(0% + 9.0625rem), 50% 100%, 0% 100%);
}

.sum_txt_box.white h2 {
    color: #fff;
}


.sum_sum {
    width: 100%;
    max-width: 780px;
    opacity: 0;
    transform: translateY(3rem);
    transition: 0.8s;
    color: #fff;
}

.sum_sum>div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 3.375rem;
}

.sum_sum h2 {
    width: 100%;
    font-family: 'antro';
    font-size: 1.75rem;
    line-height: 100%;
    text-align: right;
    font-weight: 600;
    transition: 0.8s;
    color: #c4c4c4;
}

.sum_sum ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4.625rem 3.5rem;
    gap: 4.625rem 1.625rem;
    flex-wrap: wrap;
    margin-top: 60px;
}

.sum_sum ul li {
    width: calc(33.33% - 2.375rem);
    width: calc(33.33% - 1.125rem);
    text-align: left;
}

.sum_sum ul li h3 {
    font-size: 1.125rem;
    line-height: 100%;
}

.sum_sum ul li p {
    font-size: 0.875rem;
    line-height: 128%;
    opacity: 0.7;
    border-top: 1px solid #fff;
    margin-top: 0.875rem;
    padding-top: 1.25rem;
}

.sum_sum .imgc {
    text-align: left;
    right: revert;
    line-height: 166%;
    opacity: 0.5;
    position: static;
    opacity: 0;
    transition: 0.8s;
    margin-top: 5.625rem;
}

.main02>h5 {
    width: 100%;
    height: 32%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main02>h5 span {
    font-size: 0.625rem;
    line-height: 100%;
    position: absolute;
    text-align: left;
    right: -1.875rem;
    top: 0;
    letter-spacing: 0;
    transition: 0.8s 0s;
    z-index: 9;
    opacity: 1;
    transform: translateY(0rem);
    color: #929292;
    text-transform: uppercase;
    transition: 0.8s;
    opacity: 0;
    transform: translateY(-3rem);
}

.main02>h5 span b {
    transform: rotate(90deg);
    transform-origin: left top;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    font-weight: 400;
}


.cal_txt_box {
    text-align: left;
    color: #fff;
    margin-top: 3.25rem;
}

.cal_txt_box>div {
    display: inline-block;
    transition: 0.8s;
    opacity: 0;
    transform: translateX(-5rem);
}

.cal_txt_box h2 {
    width: 100%;
    font-family: 'Futura PT', sans-serif;
    font-size: 5.25rem;
    line-height: 100%;
    position: relative;
    font-weight: 700;
    white-space: nowrap;
    opacity: 1;
    transition: 0.8s;
}

.cal_txt_box h5 {
    font-size: 0.9375rem;
    margin-top: 1rem;
    line-height: 100%;
    opacity: 1;
    font-weight: 300;
    transition: 0.8s;
    margin-left: 0.25rem;
    white-space: nowrap;
}

.cal_content {
    width: 100%;
    max-width: 940px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 7.5rem;
    opacity: 0;
    transform: translateY(3rem);
    transition: 0.8s;
    color: #fff;
}

.cal_content ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.cal_content ul li {
    width: calc(20% - 0.75rem);
    height: 11.125rem;
    text-align: center;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cal_content ul li h3 {
    font-family: 'trajan';
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: 700;
}

.cal_content ul li p {
    font-size: 0.875rem;
    line-height: 128%;
    opacity: 0.7;
    margin-top: 0.375rem;
}

.cal_content ul li:nth-child(n+6) {
    width: calc(50% - 0.75rem);
    height: 7rem;
}

.main_cal_over {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.main_cal_over::before {
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    left: -1px;
    bottom: -1px;
    background-color: #ffde00;
    transition: 0.5s;
}

.main_cal_over::after {
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    background-color: #ffde00;
    transition: 0.5s;
}

.main_cal_over span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main_cal_over span::before {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    left: -1px;
    top: -1px;
    background-color: #ffde00;
    transition: 0.5s;
}

.main_cal_over span::after {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-color: #ffde00;
    transition: 0.5s;
}

.cal_content ul li:hover {
    color: #ffde00;
}

.cal_content ul li:hover .main_cal_over::before,
.cal_content ul li:hover .main_cal_over::after {
    height: calc(100% + 2px);
}

.cal_content ul li:hover .main_cal_over span::before,
.cal_content ul li:hover .main_cal_over span::after {
    width: calc(100% + 2px);
}

.main02 .imgc {
    text-align: left;
    right: revert;
    line-height: 166%;
    position: static;
    transition: 0.8s;
    opacity: 0.5;
}

.main_cal_bt_box {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.main_cal_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    transition: 0.8s;
}

.main_cal_bt>div {
    width: 16.875rem;
    height: 3.75rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3.75rem;
    transition: 0.5s;
    color: #fff;
}

.main_cal_bt>div>a {
    font-size: 1rem;
    line-height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 2.25rem;
}

.main_cal_bt>div>a>div {
    width: 0.9375rem;
    height: 0.75rem;
    background: url(https://static.wixstatic.com/media/9b4f4f_70b6d4a0cb9447aaa231a81c7a63671b~mv2.png) right center no-repeat;
    background-size: cover;
    transition: 0.5s;
}


.main_cal_bt>div {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}

.main_cal_bt>div>a>div {
    background: url(https://static.wixstatic.com/media/9b4f4f_7013f03820e34335bba6108e98f3198b~mv2.png) right center no-repeat;
    background-size: cover;
}





.main_wrap.hide .main01 {
    opacity: 0;
}

.main_wrap.on .main_tit>div {
    opacity: 1;
    transform: translateY(0rem);
    transition: 1.5s 0.4s;
}

.main_wrap.on .main_txt_box .dot_box span:nth-child(1) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on .main_txt_box .dot_box span:nth-child(2) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.1s;
}

.main_wrap.on .main_txt_box .dot_box span:nth-child(3) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.4s;
}

.main_wrap.on .main_txt_box h3 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on .main_txt_box h1 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on .main_txt_box p {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on .main_txt_box>div>span::after {
    height: 100%;
    transition: 1.2s 0.8s;
}

.main_wrap.on .main_txt_box h4 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.4s;
}

.main_wrap.on .main_txt_box h2 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.4s;
}

.main_wrap.on .intro_vd_box::after {
    opacity: 1;
    transform: translate(-80%, -50%);
    transition: 1.5s 0s;
}


.main_wrap.on2 .main_bg,
.main_wrap.on3 .main_bg {
    opacity: 0;
    transition: 1.3s 0s;
}

.main_wrap.on2 .sum_bg,
.main_wrap.on3 .sum_bg {
    opacity: 1;
    transition: 1.3s 0s;
}

.main_wrap.on2 .intro_vd_box {
    opacity: 1;
    clip-path: polygon(0 calc(0% + 9.0625rem), 71% calc(0% + 9.0625rem), 89% 100%, 0% 100%);
    transition: 1.5s 0s;
}

.main_wrap.on2 .intro_vd_box::after {
    opacity: 0.4;
    transform: translate(-50%, -50%);
    transition: 1.5s 0s;
}

.main_wrap.on2 .sum_txt_box {
    opacity: 1;
    clip-path: polygon(39% calc(0% + 9.0625rem), 100% calc(0% + 9.0625rem), 100% 100%, 89% 100%);
    transition: 1.5s 0s;
}

.main_wrap.on2 .sum_txt_box.white {
    opacity: 1;
    clip-path: polygon(0 calc(0% + 9.0625rem), 71% calc(0% + 9.0625rem), 89% 100%, 0% 100%);
    transition: 1.5s 0s;
}

.main_wrap.on2 .main_guest {
    opacity: 0;
}

.main_wrap.on2 .sum_txt {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on2 .sum_sum {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on2 .main02>h5 span {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on2 .imgc {
    opacity: 0.5;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on2 .sum_img_box h3 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on2 .sum_img_box img {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on3 .intro_vd_box {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: 1.5s 0s;
}

.main_wrap.on3 .intro_vd_box::after {
    opacity: 0.3;
    transform: translate(-50%, -50%);
    transition: 1.5s 0s;
}

.main_wrap.on3 .main_guest {
    opacity: 0;
}

.main_wrap.on3 .cal_txt_box>div {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.main_wrap.on3 .cal_content {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.main_wrap.on3 .main_cal_bt {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

/* @media all and (max-width: 1640px) { 
	.intro_vd iframe { width: 140%; height: 140%; }
    .intro_vd::after { width: 140%; height: 140%; }
	.main_wrap.on .intro_vd::after  { opacity: 1; transform: translate(-50%, -45%);  transition: 1.5s 0s; }
}

@media all and (max-width: 1440px) { 
	.intro_vd iframe { width: 140%; height: 140%; }
    .intro_vd::after { width: 140%; height: 140%; }

}

@media all and (max-width: 1100px) { 
	.intro_vd iframe { width: 140%; height: 140%; }
    .intro_vd::after { width: 140%; height: 140%; }
}

@media all and (max-width: 767px) { 
	.intro_vd iframe { width: 200%; height: 200%; }
    .intro_vd::after { width: 200%; height: 200%; }
	.main_wrap.on .intro_vd::after  { opacity: 1; transform: translate(-50%, -45%);  transition: 1.5s 0s; }

	.intro_vd iframe { width: 350%; height: 350%; }
    .intro_vd::after { width: 350%; height: 350%; }
	.intro_vd iframe { left: 50%; top: 0; transform: translateX(-91.5vh); width: 180vh; height: 100vh; }
    .intro_vd::after { left: 50%; top: 0; transform: translateX(-91.5vh); width: 180vh; height: 100vh; }
} */

/**/

/*  */

.location_wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.8s;
}

.location_map_box {
    width: 56%;
    height: calc(100% - 9.0625rem);
    position: relative;
}

.location_map {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location_map::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/location_bg.jpg) left center no-repeat;
    background-size: cover;
    z-index: 1;
    transform: scale(1.2);
}

.location_map img {
    display: none;
}

.location_bg_tit {
    text-align: center;
    transform: translateY(-2rem);
    position: relative;
    z-index: 9;
}

.location_bg_tit h2 {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 3rem;
    line-height: 120%;
    opacity: 0;
    transform: translateY(-3rem);
}

.location_bg_tit p {
    font-size: 0.9375rem;
    line-height: 200%;
    color: #fff;
    margin-top: 19rem;
    opacity: 0;
    transform: translateY(3rem);
}

.location_bt {
    position: absolute;
    right: 0rem;
    bottom: -4rem;
    z-index: 9;
    width: 11.375rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    background-color: #001a60;
    cursor: pointer;
    transition: all 0.3s, bottom 0.8s;
    color: #fff;
}

.location_bt p {
    font-size: 0.9375rem;
    line-height: 100%;
    font-weight: 500;
}

.location_bt span {
    width: 11px;
    height: 11px;
    position: relative;
}

.location_bt span::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

.location_bt span::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

.location_box {
    width: 65%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location_content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.8s;
}

.location_content>div {
    transform: translateY(-0rem);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.25rem;
    opacity: 0;
    transition: 0.8s;
}

.location_img_box {
    width: 100%;
    max-width: 258px;
    position: relative;
    transition: 0.8s;
}

.location_img {
    position: relative;
    overflow: hidden;
    transition: 0.8s;
}

.location_img img {
    width: 100%;
}

@media all and (max-width: 1640px) {
    .location_img_box {
        max-width: 208px;
    }

    .location_box {
        width: 70%;
    }

    .location_tit {
        width: 44%;
    }

}

.location_txt_box {
    width: 100%;
    position: absolute;
    text-align: left;
    transition: 0.8s;
}

.location_txt_box h3 {
    font-size: 1.375rem;
    line-height: 100%;
    color: #001a60;
    font-weight: 700;
}

.location_txt_box p {
    font-size: 0.875rem;
    line-height: 178%;
    opacity: 0.7;
    font-weight: 500;
    margin-top: 1.25rem;
}

.location_content.con02 .location_txt_box h3 {
    color: #fff;
    font-weight: 600;
}

.location_content.con02 .location_txt_box p {
    color: #fff;
    opacity: 0.4;
    font-weight: 400;
}

.location_img_box:nth-child(1) {
    margin-top: 0rem;
}

.location_img_box:nth-child(1) .location_txt_box {
    left: -13rem;
    bottom: 2rem;
    opacity: 0;
    transform: translateX(-5rem);
}

.location_img_box:nth-child(2) .location_txt_box {
    right: -19rem;
    top: 2rem;
    opacity: 0;
    transform: translateX(5rem);
}

.location_img_box:nth-child(1) .location_img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.location_img_box:nth-child(2) .location_img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


.location_tit {
    width: 54%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transform: translateX(5rem);
    transition: 0.8s;
}

.location_tit>div {
    transform: translateY(5rem);
    position: relative;
}

.location_tit h2 {
    font-family: 'PT', sans-serif;
    color: #031442;
    font-size: 5rem;
    line-height: 100%;
    position: relative;
    font-weight: 800;
    white-space: nowrap;
    opacity: 1;
    transition: 0.8s;
}

.location_tit h5 {
    font-size: 0.9375rem;
    margin-top: 1rem;
    line-height: 100%;
    opacity: 1;
    transition: 0.8s;
    white-space: nowrap;
}

.location_tit h3 {
    font-family: 'antro';
    font-size: 2.0625rem;
    line-height: 100%;
    color: #353535;
    margin-top: 4.625rem;
    margin-left: 20rem;
    transition: 0.8s;
}

.location_tit img {
    position: absolute;
    right: -1.625rem;
    top: -4.625rem;
    transition: 0.8s;
}

.swiper_location {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin-top: 5rem;
}



.location_ori {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3.5rem;
    text-align: center;
    opacity: 0;
    transform: translateY(0rem);
    transition: 0.8s;
}

.location_ori p {
    font-size: 0.75rem;
    line-height: 166%;
    opacity: 0.7;
    font-weight: 500;
    transition: 0.3s;
}

.swiper-pagination-location {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.125rem;
    margin-top: 2.25rem;
}

.swiper-pagination-bullet {
    background: none;
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 0.5;
}

.swiper-pagination-bullet::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    background-color: #000;
}

.swiper-pagination-bullet::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
    opacity: 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-bullet-active::after {
    opacity: 1;
}

.swiper-button-prev {
    width: 33px;
    height: 33px;
    left: 82px;
    top: 86px;
    margin: auto;
    background-color: #c8c8c8;
    outline: none;
}

.swiper-button-prev::after {
    content: '';
    width: 6px;
    height: 6px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 2px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.swiper-button-next {
    width: 33px;
    height: 33px;
    right: 82px;
    top: 86px;
    margin: auto;
    background-color: #373737;
    outline: none;
}

.swiper-button-next::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.location_ori2 {
    position: absolute;
    left: 7rem;
    margin: auto;
    bottom: 1rem;
    text-align: left;
    opacity: 0;
    transform: translateY(0rem);
    transition: 0.8s;
}

.location_ori2 p {
    font-size: 0.75rem;
    line-height: 166%;
    opacity: 0.7;
    font-weight: 500;
    transition: 0.3s;
}


.location_pop_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -150%;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.8s 0s;
}

.location_pop_bg_bt {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.location_pop {
    width: 90%;
    max-width: 1400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
    z-index: 9;
}

.location_pop img {
    width: 100%;
}

.location_pop_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 99999998;
    background-color: #000;
    opacity: 0.8;
    transition: 0.6s 0.2s;
}

/* .location_pop_close { width: 3.4375rem; height: 3.4375rem; position: absolute; right: -4.0625rem; top: 0; bottom: 0; margin: auto; cursor: pointer; } */
.location_pop_close {
    width: 3.4375rem;
    height: 3.4375rem;
    position: absolute;
    right: 0;
    left: 0;
    top: 2rem;
    margin: auto;
    cursor: pointer;
    background-color: #000;
}

.location_pop_close:after {
    content: '';
    width: 1px;
    height: 35%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transform: rotate(45deg);
}

.location_pop_close:before {
    content: '';
    width: 1px;
    height: 35%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transform: rotate(-45deg);
}


.location_pop_wrap.active {
    top: 0;
    transition: 0.8s 0.2s;
}

.location_pop_bg.active {
    left: 0;
    transition: 0.6s 0s;
}


.location_img_map {
    opacity: 1;
    transform: translateX(-5rem);
    position: relative;
    width: 100%;
    height: 100%;
}

.location_map_sec {
    position: absolute;
    background: url(https://static.wixstatic.com/media/9b4f4f_f81a40b9b0d7482db62112ae4085c521~mv2.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.location_map_sec img {
    display: none;
}

.location_content.con03>div {
    width: 100%;
    height: 100%;
}

.location_map_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://static.wixstatic.com/media/9b4f4f_7d1b423785534574846b12841d26d210~mv2.png) top center no-repeat;
    background-size: cover;
    z-index: 1;
}

.location_map_bg {
    position: relative;
    width: 100%;
    height: 100%;
}

.location_wrap.on .location_tit,
.location_wrap.on2 .location_tit {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.location_wrap.on .location_bt,
.location_wrap.on2 .location_bt {
    opacity: 1;
    transform: translate(0);
    bottom: 0;
    transition: all 0.3s 0s, bottom 1.2s 0.8s;
}

.location_wrap.on .location_ori,
.location_wrap.on2 .location_ori {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.location_wrap.on .location_content.con01>div {
    opacity: 1;
    transition: 1.2s 0.4s;
}

.location_wrap.on .location_content.con01 .location_img_box:nth-child(1) {
    margin-top: 3.75rem;
    transition: 1.2s 0.8s;
}

.location_wrap.on .location_content.con01 .location_img_box:nth-child(1) .location_img {
    clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 100%);
    transition: 1.2s 0.8s;
}

.location_wrap.on .location_content.con01 .location_img_box:nth-child(2) .location_img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
    transition: 1.2s 0.8s;
}

.location_wrap.on .location_content.con01 .location_txt_box {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.location_wrap.on2 {
    background-color: #031442;
    transition: 1.2s 0s;
}

.location_wrap.on2 .location_bt {
    background-color: #d2deff;
    color: #031442;
}

.location_wrap.on2 .location_bt span::before,
.location_wrap.on2 .location_bt span::after {
    background-color: #031442;
}

.location_wrap.on2 .location_ori p {
    color: #fff;
    opacity: 0.4;
}

.location_wrap.on2 .location_tit h2 {
    color: #fff;
}

.location_wrap.on2 .location_tit h5 {
    color: #fff;
}

.location_wrap.on2 .location_tit h3 {
    color: #fff;
}

.location_wrap.on2 .location_tit img {
    filter: grayscale(1);
    opacity: 0.6;
}

.location_wrap.on2 .location_content.con02>div {
    opacity: 1;
    transition: 1.2s 0.4s;
}

.location_wrap.on2 .location_content.con02 .location_img_box:nth-child(1) {
    margin-top: 3.75rem;
    transition: 1.2s 0.8s;
}

.location_wrap.on2 .location_content.con02 .location_img_box:nth-child(1) .location_img {
    clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 100%);
    transition: 1.2s 0.8s;
}

.location_wrap.on2 .location_content.con02 .location_img_box:nth-child(2) .location_img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
    transition: 1.2s 0.8s;
}

.location_wrap.on2 .location_content.con02 .location_txt_box {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.location_wrap.on3 .location_content.con03>div {
    opacity: 1;
    transition: 1.2s 0.4s;
}

.location_wrap.on3 .location_content.con03 .location_img_map {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.location_wrap.on3 .location_content.con03 .location_ori2 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

/*  */

.complex_wrap {
    width: 145%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 1.6s;
}

.complex_bg_box {
    width: 40%;
    max-width: 1021px;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
}

.complex_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.complex_bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://static.wixstatic.com/media/9b4f4f_6e447bf350154b579702dab61b461070~mv2.jpg) center no-repeat;
    background-size: cover;
    z-index: 1;
    transform: scale(1.2);
}

.complex_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://static.wixstatic.com/media/9b4f4f_f4dc2e367cd240eba1a478de97c8775d~mv2.png) center bottom no-repeat;
    background-size: cover;
    z-index: 2;
}

.complex_bg_tit {
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 9;
    margin-bottom: 4.375rem;
    margin-left: 6.25rem;
    opacity: 0;
    transform: translateY(3rem);
    transition: 0.8s;
}

.complex_bg_tit>div {
    position: relative;
}

.complex_bg_tit h2 {
    font-family: 'Futura PT', sans-serif;
    font-size: 5.25rem;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
}

.complex_bg_tit p {
    font-size: 0.9375rem;
    line-height: 100%;
    margin-top: 0.625rem;
}

.complex_bg_tit h3 {
    font-family: 'antro';
    font-size: 2.75rem;
    line-height: 100%;
    color: #fff600;
    position: absolute;
    right: -10.875rem;
    bottom: 0.625rem;
}

.complex_box {
    width: 62%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    z-index: 9;
}

.complex_box>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7.625rem;
    text-align: left;
    transform: translateY(3rem);
}

.complex_left {
    width: 100%;
    max-width: 642px;
}

.complex_img_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.5rem;
    position: relative;
    opacity: 0;
    transform: translateY(3rem);
    transition: 0.8s;
}

.complex_img {
    overflow: hidden;
}

.complex_img img {
    width: 100%;
}

.complex_img_box h6 {
    font-size: 0.875rem;
    line-height: 100%;
    margin-top: 0.625rem;
}

.complex_img_box.box01 {
    margin-top: 4.5rem;
}

.complex_img_box.box02 {
    text-align: right;
    margin-top: 3.375rem;
}

.complex_img_box.box01 .complex_img {
    width: 100%;
    max-width: 300px;
}

.complex_img_box.box02 .complex_img {
    width: 100%;
    max-width: 714px;
}

.complex_img_box h3 {
    font-family: 'antro';
    font-size: 2.75rem;
    line-height: 100%;
    color: #b1b1b1;
    position: absolute;
    z-index: 9;
    right: -5.375rem;
    bottom: 2.5rem;
}

.complex_tit .dot_box {
    justify-content: flex-start;
    flex-direction: row;
    gap: 0.625rem;
}

.complex_tit .dot_box span {
    opacity: 0;
}

.complex_tit h2 {
    font-size: 2.125rem;
    line-height: 100%;
    font-weight: 300;
    color: #031442;
    margin-top: 1.625rem;
    opacity: 0;
    transform: translateX(5rem);
}

.complex_tit h2 b {
    font-weight: 700;
}

.complex_tit p {
    font-size: 0.875rem;
    line-height: 100%;
    margin-top: 1rem;
    opacity: 0.7;
    font-weight: 500;
    opacity: 0;
    transform: translateX(5rem);
}

.complex_txt_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3.5rem 2.5rem;
    opacity: 0;
    transform: translateY(3rem);
    transition: 0.8s;
}

.complex_txt_box>div {
    width: calc(50% - 1.25rem);
}

.complex_txt_box.box01 {
    margin-top: 4.625rem;
}

.complex_txt_box.box02 {
    margin-top: 1.125rem;
}

.complex_txt_box h3 {
    font-size: 1.375rem;
    line-height: 100%;
    color: #304ea0;
    font-weight: 700;
}

.complex_txt_box p {
    font-size: 0.875rem;
    line-height: 178%;
    margin-top: 1.25rem;
    opacity: 0.7;
    font-weight: 500;
}



.complex_wrap.on .complex_bg::before,
.complex_wrap.on2 .complex_bg::before {
    transform: scale(1);
    transition: 2s 0s;
}

.complex_wrap.on .complex_bg_tit {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.complex_wrap.on .complex_tit .dot_box span:nth-child(1),
.complex_wrap.on2 .complex_tit .dot_box span:nth-child(1) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.complex_wrap.on .complex_tit .dot_box span:nth-child(2),
.complex_wrap.on2 .complex_tit .dot_box span:nth-child(2) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.1s;
}

.complex_wrap.on .complex_tit .dot_box span:nth-child(3),
.complex_wrap.on2 .complex_tit .dot_box span:nth-child(3) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.4s;
}

.complex_wrap.on .complex_tit h2,
.complex_wrap.on2 .complex_tit h2 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.complex_wrap.on .complex_tit p,
.complex_wrap.on2 .complex_tit p {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.complex_wrap.on .complex_txt_box.box01,
.complex_wrap.on2 .complex_txt_box.box01 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.complex_wrap.on .complex_img_box.box01,
.complex_wrap.on2 .complex_img_box.box01 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.complex_wrap.on2 .complex_txt_box.box02 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.complex_wrap.on2 .complex_img_box.box02 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.complex_wrap.on2 {
    transform: translateX(-30%);
}

/*  */

.comm_wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1.6s;
    background-color: #e1e1e1;
}

.comm_wrap>div:last-child {
    width: 90%;
    max-width: 1576px;
    text-align: left;
    transform: translateY(3rem);
    position: relative;
    z-index: 9;
}

.comm_bg {
    width: 88.5rem;
    position: absolute;
    right: -39%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    animation: comm_bg 45s 0s infinite linear;
}

@keyframes comm_bg {
    from {
        transform: translateY(-50%) rotate(-360deg);
    }

    to {}
}


.comm_tit .dot_box {
    justify-content: flex-start;
    flex-direction: row;
    gap: 0.625rem;
}

.comm_tit .dot_box span {
    opacity: 0;
    transition: 0s;
}

.comm_tit h2 {
    font-size: 2.125rem;
    line-height: 100%;
    font-weight: 300;
    color: #031442;
    margin-top: 1.625rem;
    opacity: 0;
    transform: translateX(5rem);
}

.comm_tit h2 b {
    font-weight: 700;
}

.comm_tit p {
    font-size: 0.875rem;
    line-height: 100%;
    margin-top: 1rem;
    opacity: 0.7;
    font-weight: 500;
    opacity: 0;
    transform: translateX(5rem);
}

.comm_img_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.625rem;
    position: relative;
    margin-top: 3.25rem;
    opacity: 0;
    transform: translateY(3rem);
}

.comm_img {
    overflow: hidden;
    width: 100%;
    max-width: 231px;
    position: relative;
}

.comm_img img {
    width: 100%;
}

.comm_img h6 {
    display: none;
}

.comm_txt_box {
    width: 100%;
    max-width: 820px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2.25rem 3.25rem;
    margin-top: 3.75rem;
    opacity: 0;
    transform: translateY(3rem);
}

.comm_txt_box>div {
    width: calc(50% - 1.625rem);
}

.comm_txt_box h3 {
    font-size: 1.125rem;
    line-height: 100%;
    color: #304ea0;
    font-weight: 700;
}

.comm_txt_box h3 span {
    font-size: 0.875rem;
}

.comm_txt_box p {
    font-size: 0.875rem;
    line-height: 100%;
    margin-top: 0.5rem;
    opacity: 0.7;
    font-weight: 500;
}

.comm_txt br.pad {
    display: none;
}


.comm_iso_box {
    position: absolute;
    right: -1.875rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 9;
}

.comm_iso_box>div {
    position: relative;
    transform: translateY(2rem);
}

.comm_iso_box img {
    width: 52.6875rem;
    opacity: 0;
}

/* .comm_iso_img { cursor: pointer; } */

.comm_iso_txt {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-direction: column;
}

.comm_iso_txt p {
    font-size: 0.875rem;
    line-height: 128%;
    font-weight: 500;
    color: #031442;
    text-align: center;
    opacity: 0;
    transform: translateY(2rem);
}

.comm_iso_txt>div {
    width: 0.875rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comm_iso_txt>div h6 {
    display: none;
    opacity: 0;
}

.comm_iso_txt:nth-child(n+8) {
    flex-direction: column-reverse;
}

.comm_iso_txt:nth-child(n+8) p {
    transform: translateY(-2rem);
}

.comm_iso_txt>div::before {
    content: '';
    width: 1px;
    height: 0%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #031442;
}

.comm_iso_txt>div::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #031442;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    border: 3px solid #fff;
}

.comm_iso_txt:nth-child(-n+7)>div::before {
    bottom: 0;
}

.comm_iso_txt:nth-child(-n+7)>div::after {
    bottom: 0;
}

.comm_iso_txt:nth-child(n+8)>div::before {
    top: 0;
}

.comm_iso_txt:nth-child(n+8)>div::after {
    top: 0;
}


.comm_iso_txt.txt01 {
    left: 3.25rem;
    top: -1rem;
}

.comm_iso_txt.txt01>div {
    height: 6rem;
}

.comm_iso_txt.txt02 {
    left: 6.5rem;
    top: -3rem;
}

.comm_iso_txt.txt02>div {
    height: 6rem;
}

.comm_iso_txt.txt03 {
    left: 17.625rem;
    top: -6.5rem;
}

.comm_iso_txt.txt03>div {
    height: 16.25rem;
}

.comm_iso_txt.txt04 {
    right: 17.375rem;
    top: -2rem;
}

.comm_iso_txt.txt04>div {
    height: 20.25rem;
}

.comm_iso_txt.txt05 {
    right: 15rem;
    top: 3.5rem;
}

.comm_iso_txt.txt05>div {
    height: 16.25rem;
}

.comm_iso_txt.txt06 {
    right: 5.75rem;
    top: 3.5rem;
}

.comm_iso_txt.txt06>div {
    height: 16.25rem;
}

.comm_iso_txt.txt07 {
    left: 1.25rem;
    top: 8rem;
}

.comm_iso_txt.txt07>div {
    height: 6rem;
}

.comm_iso_txt.txt08 {
    left: 12.75rem;
    top: 16rem;
}

.comm_iso_txt.txt08>div {
    height: 6rem;
}

.comm_iso_txt.txt09 {
    left: 22.5rem;
    top: 13.375rem;
}

.comm_iso_txt.txt09>div {
    height: 16.875rem;
}

.comm_iso_txt.txt10 {
    right: 17.125rem;
    bottom: -0.125rem;
}

.comm_iso_txt.txt10>div {
    height: 6rem;
}



.comm_wrap.on .comm_tit .dot_box span:nth-child(1) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.comm_wrap.on .comm_tit .dot_box span:nth-child(2) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.9s;
}

.comm_wrap.on .comm_tit .dot_box span:nth-child(3) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.2s;
}

.comm_wrap.on .comm_tit h2 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.comm_wrap.on .comm_tit p {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.comm_wrap.on .comm_img_box {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.comm_wrap.on .comm_txt_box {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.comm_wrap.on .comm_iso_txt>div::before {
    height: 100%;
    transition: 1.2s 0.6s;
}

.comm_wrap.on .comm_iso_txt>div::after {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.comm_wrap.on .comm_iso_box img {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.comm_wrap.on .comm_iso_txt p {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.0s;
}

/*  */

.unit_wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 1.6s;
}

.unit_bg_box {
    width: 32%;
    height: calc(100% - 9.0625rem);
    position: relative;
    background-color: #000;
}

.unit_bg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    opacity: 0.7;
}

.unit_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://static.wixstatic.com/media/9b4f4f_920f55e2bebe49af96023fc9e8e5f462~mv2.jpg) center no-repeat;
    background-size: cover;
    z-index: 1;
    transform: scale(1.2);
}

.unit_bg_tit {
    position: absolute;
    right: 2.875rem;
    top: 4rem;
    z-index: 9;
    color: #fff;
    text-align: left;
    z-index: 9;
    opacity: 0;
    transform: translateY(3rem);
}

.unit_bg_tit>span {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: inline-block;
    white-space: nowrap;
}

.unit_bg_tit h2 {
    font-family: 'Futura PT', sans-serif;
    font-size: 5.25rem;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: -0.25rem;
}

.unit_bg_tit p {
    font-size: 0.9375rem;
    line-height: 100%;
    margin-top: 0.625rem;
}

.unit_bt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 6.25rem;
    bottom: 4.25rem;
    gap: 0.5rem;
    z-index: 9;
    opacity: 0;
    transform: translateY(-3rem);
}

.unit_bt a {
    width: 5.5rem;
    height: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
}

.unit_bt a span {
    font-size: 0.8125rem;
    line-height: 100%;
}

.unit_bt a:first-child {
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

.unit_box {
    width: 68%;
    height: calc(100% - 9.0625rem);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unit_box>div {
    width: 90%;
    max-width: 1060px;
}

.unit_tit {
    text-align: left;
}

.unit_tit .dot_box {
    justify-content: flex-start;
    flex-direction: row;
    gap: 0.625rem;
}

.unit_tit .dot_box span {
    opacity: 0;
    transition: 0s;
}

.unit_tit h2 {
    font-size: 2.125rem;
    line-height: 100%;
    font-weight: 300;
    color: #031442;
    margin-top: 1.625rem;
    opacity: 0;
    transform: translateX(5rem);
}

.unit_tit h2 b {
    font-weight: 700;
}

.unit_tit p {
    font-size: 0.875rem;
    line-height: 100%;
    margin-top: 1rem;
    opacity: 0.7;
    font-weight: 500;
    opacity: 0;
    transform: translateX(5rem);
}

.unit_iso_box {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.swiper_unit {
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.unit_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
}

.unit_img>div {
    width: 37.1875rem;
    height: 23.6875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unit_img img {
    opacity: 0;
    transition: 0.8s;
}

.unit_img h2 {
    width: 11.75rem;
    height: 3.125rem;
    font-size: 1rem;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    box-sizing: border-box;
    background: #b3b8c6;
    color: #fff;
    box-sizing: border-box;
}

.unit_content.con01 .unit_img img {
    width: 32.125rem;
}

.unit_content.con02 .unit_img img {
    width: 32rem;
}

.unit_content.con03 .unit_img img {
    width: 32.6875rem;
}

.unit_content.con04 .unit_img img {
    width: 32.5rem;
}

.unit_content.con05 .unit_img img {
    width: 37.1875rem;
}

.unit_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4.5rem;
}

.unit_txt_box {
    width: 12rem;
    min-width: 12rem;
    opacity: 0;
    transition: 0.8s;
    color: #031442;
}

/* .unit_txt_box>div {  } */
.unit_txt_box h1 {
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
}

.unit_txt_box h1 b {
    font-family: 'Futura PT', sans-serif;
    font-size: 3.875rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    margin-right: 0.125rem;
}

.unit_txt_box h1 span {
    font-size: 2.1875rem;
}

.unit_txt_box ul {
    width: 100%;
    border-top: 2px solid #031442;
}

.unit_txt_box ul li {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #b3b8c6;
    box-sizing: border-box;
}

.unit_txt_box h4 {
    font-size: 0.8125rem;
    line-height: 100%;
    font-weight: 500;
}

.unit_txt_box h5 {
    font-size: 0.8125rem;
    line-height: 100%;
    font-weight: 500;
}

.unit_txt_box h3 {
    font-size: 0.9375rem;
    line-height: 100%;
    margin-top: 0.875rem;
    font-weight: 500;
}

.swiper_unit .swiper-slide-active .unit_img img {
    opacity: 1;
}

.swiper_unit .swiper-slide-active .unit_txt_box {
    opacity: 1;
}

.swiper_unit2 {
    width: 35.5rem;
    margin-top: 3.125rem;
    opacity: 0;
}

.swiper_unit2 .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper_unit2 .swiper-slide {
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #031442;
    opacity: 0.3;
    cursor: pointer;
}

.swiper_unit2 .swiper-slide span {
    font-size: 1rem;
    line-height: 100%;
    color: #031442;
}

.swiper_unit2 .swiper-slide-thumb-active {
    opacity: 1;
}



.unit_wrap.on .unit_tit .dot_box span:nth-child(1) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.unit_wrap.on .unit_tit .dot_box span:nth-child(2) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.9s;
}

.unit_wrap.on .unit_tit .dot_box span:nth-child(3) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.2s;
}

.unit_wrap.on .unit_bg::after {
    transform: scale(1);
    transition: 2s 0s;
}

.unit_wrap.on .unit_bg_tit {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.unit_wrap.on .unit_bt {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.unit_wrap.on .unit_tit h2 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.unit_wrap.on .unit_tit p {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.unit_wrap.on .swiper_unit {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

.unit_wrap.on .swiper_unit2 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}



/*  */

.premium_wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 1.6s;
    background: #fff;
}

.premium_wrap>div:last-child {
    width: 90%;
    max-width: 1242px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.premium_bg_box {
    width: 90%;
    max-width: 507px;
    height: calc(100% - 15.875rem);
    position: absolute;
    right: 10%;
    bottom: 0;
}

.premium_bg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.premium_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://static.wixstatic.com/media/9b4f4f_4c5811a62c8748768a40be83dcd18a8d~mv2.jpg) center no-repeat;
    background-size: cover;
    z-index: 1;
    transform: scale(1.2);
}

.premium_tit {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -3.5rem;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 23%, 0);
    overflow: visible;
}

.premium_tit>div {
    position: absolute;
    right: 2.625rem;
    top: 0;
    z-index: 9;
    text-align: left;
    transform: translateY(3rem);
    opacity: 0;
}

.premium_tit>div>span {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: inline-block;
    white-space: nowrap;
}

.premium_tit h2 {
    font-family: 'Futura Primer', sans-serif;
    font-size: 4.375rem;
    line-height: 100%;
    color: #031442;
}

.premium_tit h5 {
    font-size: 0.9375rem;
    margin-top: 1rem;
    line-height: 100%;
    opacity: 1;
    transition: 0.8s;
    font-weight: 500;
    white-space: nowrap;
}

.premium_tit.pad {
    display: none;
}

.premium_tit.white {
    clip-path: polygon(0 3.5rem, 100% 3.5rem, 100% 100%, 0% 100%);
}

.premium_tit.white h2 {
    color: #fff;
}

.premium_logo_box {
    position: absolute;
    left: -4.375rem;
    bottom: 4.375rem;
    width: 16.625rem;
    height: 14.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffe2a5;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(5rem);
}

.premium_logo_box h3 {
    font-size: 1.375rem;
    line-height: 100%;
    margin-top: 1rem;
    font-weight: 700;
    color: #001a60;
}

.premium_logo_box p {
    font-size: 0.875rem;
    line-height: 157%;
    margin-top: 1.375rem;
}

.premium_box {
    width: 100%;
    max-width: 900px;
    transform: translateY(4rem);
    text-align: left;
}

.premium_tit_box {
    color: #031442;
}

.premium_tit_box h4 {
    font-size: 2.125rem;
    line-height: 100%;
    font-weight: 300;
    opacity: 0;
    transform: translateY(-3rem);
}

.premium_tit_box h2 {
    font-size: 3.5rem;
    line-height: 100%;
    margin-top: 0.625rem;
    font-weight: 700;
    letter-spacing: -0.125rem;
    opacity: 0;
    transform: translateY(-3rem);
}

.premium_tit_box>div>div:nth-last-child(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.125rem;
    margin-top: -16px;
}

.premium_tit_box>div>div:nth-last-child(2) span {
    display: inline-block;
    width: 100%;
    height: 1px;
    position: relative;
}

.premium_tit_box>div>div:nth-last-child(2) span::after {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #031442;
}

.premium_tit_box h3 {
    width: 100%;
    font-family: 'antro';
    font-size: 1.625rem;
    line-height: 100%;
    color: #353535;
    transform: translateX(3rem);
    padding-left: 17.2em;
}

.premium_tit_box .dot_box {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 0.625rem;
    margin-top: 1rem;
}

.premium_content_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4.5rem 0;
    margin-top: 4.5rem;
    opacity: 0;
    transform: translateY(3rem);
}

.premium_content {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.premium_content>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.625rem;
    position: relative;
}

.premium_img {
    border-radius: 100%;
    overflow: hidden;
}

.premium_txt_box h3 {
    font-size: 1.375rem;
    line-height: 100%;
    font-weight: 700;
    color: #001a60;
}

.premium_txt_box p {
    font-size: 0.875rem;
    line-height: 178%;
    margin-top: 1.375rem;
}

.premium_ori {
    text-align: center;
    opacity: 0;
    transform: translateY(3rem);
    margin-top: 5.625rem;
}

.premium_ori p {
    font-size: 0.75rem;
    line-height: 166%;
    opacity: 0.7;
    font-weight: 500;
}


@media all and (max-width: 1640px) {
    .premium_bg_box {
        right: 5%;
    }

    /*.premium_box { transform: translate(-4rem, 4rem); }*/
    .premium_wrap>div:last-child {
        max-width: 1092px;
    }

    .premium_txt_box p {
        font-size: 0.775rem;
        letter-spacing: -1.5px;
    }

    .premium_content {
        width: 46%;
    }


}



.premium_wrap.on .premium_bg::after {
    transform: scale(1);
    transition: 2.5s 0s;
}

.premium_wrap.on .premium_tit_box h4 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.premium_wrap.on .premium_tit_box h2 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.premium_wrap.on .premium_tit_box>div>div:nth-last-child(2) span::after {
    width: 100%;
    transition: 2s 0.4s;
}

.premium_wrap.on .premium_tit_box h3 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.premium_wrap.on .premium_bg {
    clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 100%);
    transition: 1.2s 0.4s;
}

.premium_wrap.on .premium_tit {
    clip-path: polygon(0 0, 100% 0, 100% calc(23% + 3.5rem), 0 3.5rem);
    transition: 1.2s 0.4s;
}

.premium_wrap.on .premium_tit.white {
    clip-path: polygon(0 3.5rem, 100% calc(23% + 3.5rem), 100% 100%, 0 100%);
    transition: 1.2s 0.4s;
}

.premium_wrap.on .premium_content_box {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.premium_wrap.on .premium_logo_box {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.premium_wrap.on .premium_ori {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.premium_wrap.on .premium_tit_box .dot_box span:nth-child(1) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.premium_wrap.on .premium_tit_box .dot_box span:nth-child(2) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.7s;
}

.premium_wrap.on .premium_tit_box .dot_box span:nth-child(3) {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.1s;
}

.premium_wrap.on .premium_tit>div {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}


/*  */

.brand_wrap {
    width: 300vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1.6s;
}

.brand_wrap>div {
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.brand_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://static.wixstatic.com/media/9b4f4f_cb63a06b56f642039ec9d3e337ea7ef7~mv2.jpg) center no-repeat;
    background-size: cover;
    z-index: 1;
    transform: scale(1.2);
    transition: 0.8s;
}

.brand_bg2 {
    width: 50%;
    height: calc(100% - 9.0625rem);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.brand_bg2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://static.wixstatic.com/media/9b4f4f_16a622fa65014ba884000d34daab455c~mv2.jpg) center no-repeat;
    background-size: cover;
    transform: scale(1.2);
    transition: 0.8s;
}

.brand_tit_box {
    position: relative;
    z-index: 9;
    color: #fff;
}

.brand_tit_box>div {
    transform: translateY(3rem);
}

.brand_tit_box .brand_logo {
    width: 37.875rem;
    opacity: 0;
    transform: translateY(-3rem);
    transition: 0.8s;
}

.brand_tit_box h2 {
    font-size: 32px;
    line-height: 131%;
    margin-top: 5.375rem;
    font-weight: 200;
    letter-spacing: 0.25rem;
    padding-left: 0.25rem;
    opacity: 0;
    transform: translateY(-3rem);
    transition: 0.8s;
}

.brand_tit_box h2 b {
    /* font-style: italic;  */
    font-weight: 700;
}

.brand_tit_box>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.375rem;
    gap: 1rem;
}

.brand_tit_box>div>div span {
    width: 100%;
    height: 1px;
    position: relative;
}

.brand_tit_box>div>div span::before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    transition: 0.8s;
}

.brand_tit_box>div>div span:first-child::before {
    left: 0;
}

.brand_tit_box>div>div span:last-child::before {
    right: 0;
}

.brand_tit_box h4 {
    width: 100%;
    font-family: 'Futura Std', sans-serif;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0.125rem;
    font-weight: 300;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(3rem);
    transition: 0.8s;
}

.brand_tit_box p {
    font-size: 1rem;
    line-height: 218%;
    margin-top: 3rem;
    font-weight: 300;
    opacity: 0;
    transform: translateY(3rem);
    transition: 0.8s;
}

/* .brand_txt_box { } */
.brand_txt_box h4 {
    font-family: 'Futura Std', sans-serif;
    text-align: left;
    font-size: 1.375rem;
    line-height: 100%;
    color: #031442;
    letter-spacing: 0.875rem;
    opacity: 0;
    transform: translateX(-5rem);
    transition: 0.8s;
}

.brand_txt_box>div>div {
    position: relative;
}

.brand_txt_box h1 {
    font-family: 'Futura Primer', sans-serif;
    font-size: 6.875rem;
    line-height: 100%;
    font-weight: 700;
    color: #c2c2c2;
    margin-top: 2.125rem;
    opacity: 0;
    transition: 0.8s;
}

.brand_txt_box h1 b {
    color: #031442 !important;
}

.brand_txt_box h1>span {
    position: relative;
    display: inline-block;
    transition: 0.8s;
}

.brand_txt_box h1>span:first-child {
    transform: translateX(28rem);
}

.brand_txt_box h1>span:last-child {
    transform: translateX(3.75rem);
}

.brand_txt_box h1 strong {
    opacity: 0;
    transition: 0.8s;
}

.brand_txt_box h3 {
    font-family: 'antro';
    font-size: 2.0625rem;
    line-height: 100%;
    color: #353535;
    position: absolute;
    right: 0;
    top: 0.25rem;
    z-index: 9;
    font-weight: 600;
    opacity: 0;
    transform: translateX(8rem);
    transition: 0.8s;
}

.brand_txt_box p {
    width: 100%;
    text-align: right;
    font-size: 1.125rem;
    line-height: 222%;
    color: #6e6e6e;
    margin-top: 3.125rem;
    font-weight: 500;
    opacity: 0;
    transform: translateX(5rem);
    transition: 0.8s;
}

.brand_txt_box p span {
    font-style: italic;
    color: #001a60;
    font-weight: 600;
    display: inline-block;
    margin-right: 0.125rem;
}

.brand_box_wrap {
    width: 50%;
    height: calc(100% - 9.0625rem);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand_box {
    width: 90%;
    max-width: 724px;
    text-align: left;
    transform: translateY(-1rem);
}

.brand_list_tit {
    text-align: left;
    opacity: 0;
    transform: translateX(-5rem);
    transition: 0.8s;
}

.brand_list_tit h2 {
    font-family: 'PT', sans-serif;
    color: #031442;
    font-size: 4.75rem;
    line-height: 100%;
    position: relative;
    font-weight: 800;
    white-space: nowrap;
    opacity: 1;
    transition: 0.8s;
}

.brand_list_tit h5 {
    font-size: 0.9375rem;
    margin-top: 1rem;
    line-height: 100%;
    opacity: 1;
    transition: 0.8s;
    white-space: nowrap;
}

.brand_content_box {
    width: 100%;
    position: relative;
    margin-top: 3.125rem;
}

.brand_content {
    width: 100%;
}

.brand_content.con02 {
    position: absolute;
    left: 0;
    top: 0;
}

.brand_list {
    width: 100%;
    opacity: 0;
    transform: translateY(3rem);
    transition: 0.8s;
}

.brand_list h3 {
    font-size: 1.75rem;
    line-height: 100%;
    font-weight: 700;
}

.brand_list>div {
    height: 11.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2.25rem;
}

.brand_list ul {
    width: 33%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.875rem;
    flex-direction: column;
}

.brand_list ul li {
    font-size: 0.875rem;
    line-height: 100%;
    font-weight: 500;
}

.brand_list ul li::before {
    content: '· ';
}

.brand_img_box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 3.75rem;
    opacity: 0;
    transform: translateX(5rem);
    transition: 0.8s;
}

.brand_img {
    overflow: hidden;
    width: 100%;
    max-width: 351px;
}

.brand_img img {
    width: 100%;
}

.brand_bt {
    position: absolute;
    width: 7.875rem;
    height: 7.875rem;
    border-radius: 100%;
    background-color: #001a60;
    color: #fff;
    left: 5.375rem;
    bottom: 5rem;
    z-index: 9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.8s;
}

.brand_bt a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand_bt_logo {
    width: 4.125rem;
}

.brand_bt_bg {
    width: 127.7778%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1) rotate(0);
    animation: main_guest_bg 12s 0s linear infinite;
    transition: opacity 0.3s;
}


.brand_wrap.on2 {
    transform: translateX(-100vw);
}

.brand_wrap.on3,
.brand_wrap.on4 {
    transform: translateX(-200vw);
}


.brand_wrap.on .brand_bg {
    transform: scale(1);
    transition: 2.5s 0s;
}

.brand_wrap.on .brand_tit_box .brand_logo {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.brand_wrap.on .brand_tit_box h2 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.brand_wrap.on .brand_tit_box>div>div span::before {
    width: 100%;
    transition: 1.2s 0.8s;
}

.brand_wrap.on .brand_tit_box h4 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.brand_wrap.on .brand_tit_box p {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.8s;
}

.brand_wrap.on2 .brand_txt_box h1 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.brand_wrap.on2 .brand_txt_box h1>span {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.6s;
}

.brand_wrap.on2 .brand_txt_box h1>span span {
    margin-left: 0.875rem;
    transition: 1.2s 1.6s;
}

.brand_wrap.on2 .brand_txt_box h1 strong {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.6s;
}

.brand_wrap.on2 .brand_txt_box h4 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.6s;
}

.brand_wrap.on2 .brand_txt_box h3 {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.6s;
}

.brand_wrap.on2 .brand_txt_box p {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 1.6s;
}

.brand_wrap.on3 .brand_bg2::after,
.brand_wrap.on4 .brand_bg2::after {
    transform: scale(1);
    transition: 2.5s 0s;
}

.brand_wrap.on3 .brand_list_tit,
.brand_wrap.on4 .brand_list_tit {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.brand_wrap.on3 .brand_bt,
.brand_wrap.on4 .brand_bt {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.brand_wrap.on3 .brand_content.con01 .brand_list {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.brand_wrap.on3 .brand_content.con01 .brand_img_box {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.brand_wrap.on4 .brand_content.con02 .brand_list {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}

.brand_wrap.on4 .brand_content.con02 .brand_img_box {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.4s;
}


@media all and (max-width: 1640px) {
    .brand_list_tit h2 {
        margin-top: 4rem;
    }

    .brand_bt {
        bottom: 2rem;
    }


}

/*  */

.contact_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    transition: 1.6s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact_wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(https://static.wixstatic.com/media/9b4f4f_70ebf0cda2ac466b90c848b5fcb848b9~mv2.jpg) center bottom no-repeat;
    background-size: cover;
}

.contact_wrap>div {
    text-align: left;
    position: relative;
    width: 90%;
    max-width: 753px;
    margin: auto;
    z-index: 9;
    transform: translateY(2rem);
}

.sub_contact_box_wrap {
    text-align: center;
}

.sub_contact_box {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contact_wrap .sub_contact_bottom {
    opacity: 0;
    transform: translateY(3rem);
    margin-top: 2.125rem;
}

.contact_wrap .sub_contact_bottom>div {
    justify-content: center;
}

.contact_wrap .sub_contact_map_box {
    width: 753px;
    height: 408px;
}

.contact_wrap .sub_contact_txt_box {
    max-width: 753px;
}

.contact_wrap .sub_contact_add {
    justify-content: flex-end;
    gap: 2.375rem;
}

.contact_tit {
    text-align: left;
    opacity: 0;
    transform: translateX(-5rem);
}

.contact_tit h2 {
    font-family: 'PT', sans-serif;
    color: #031442;
    font-size: 4.75rem;
    line-height: 100%;
    position: relative;
    font-weight: 800;
    white-space: nowrap;
    opacity: 1;
    transition: 0.8s;
}

.contact_tit h5 {
    font-size: 0.9375rem;
    margin-top: 1rem;
    line-height: 100%;
    opacity: 1;
    transition: 0.8s;
    white-space: nowrap;
}


.contact_txt_box {
    text-align: center;
    margin-top: 1.75rem;
}

.contact_txt_box p {
    font-size: 1rem;
    line-height: 160%;
    color: #7e7e7e;
}

.contact_txt_box p span {
    color: #000;
}

.sub_contact_map_box img {
    width: 100%;
}

.sub_contact_map_box::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: -1px;
    top: -1px;
    background-color: #000;
    transition: 0.5s;
}

.sub_contact_map_box::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-color: #000;
    transition: 0.5s;
}

.sub_contact_map_box span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sub_contact_map_box span::before {
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    left: -1px;
    bottom: -1px;
    background-color: #000;
    transition: 0.5s;
}

.sub_contact_map_box span::after {
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    background-color: #000;
    transition: 0.5s;
}

.sub_contact_map_box:hover::before,
.sub_contact_map_box:hover::after {
    width: calc(100% + 2px);
}

.sub_contact_map_box:hover span::before,
.sub_contact_map_box:hover span::after {
    height: calc(100% + 2px);
}

.contact_wrap.on .contact_tit {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.2s;
}

.contact_wrap.on .sub_contact_bottom {
    opacity: 1;
    transform: translate(0);
    transition: 1.2s 0.6s;
}

/*  */

.right_scroll_wrap {
    width: 12px;
    height: 230px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    right: 2.25rem;
    top: 0;
    bottom: 0;
    transform: translateY(5rem);
    opacity: 1;
    display: none;
}

.right_scroll_img {
    width: 100%;
    height: 83.008px;
    background: url(https://static.wixstatic.com/media/9b4f4f_1e64d6e7c1e64c1e82a5befec6f834b4~mv2.png) center no-repeat;
    transition: 0.3s;
}

.right_scroll {
    width: 1px;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: auto;
    margin-top: 16px;
    position: relative;
    transition: 0.3s;
}

.right_scroll span {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #385aa9;
    left: -4px;
    top: 0;
    border-radius: 100%;
    transition: background 0.3s;
}

.right_scroll_wrap.white .right_scroll_img {
    background: url(https://static.wixstatic.com/media/9b4f4f_570d8bccd5994701a5ac284f48b60be7~mv2.png) center no-repeat;
}

.right_scroll_wrap.white .right_scroll {
    background-color: rgba(255, 255, 255, 0.3);
}

.right_scroll_wrap.white .right_scroll span {
    background-color: #385aa9;
}

/*  */

#footer {
    overflow: visible;
}

.footer {
    width: 100%;
    padding: 3.375rem 0 4.625rem;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
    box-sizing: border-box;
    letter-spacing: -0.0313rem;
    font-size: 0.8125rem;
    text-align: center;
    background-color: #031442;
    color: rgba(255, 255, 255, 0.3);
}

.footer:after {
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: -100vh;
    display: none;
}

body.main .footer {
    border: none;
}

.footer_logo {
    width: 9.75rem;
}

.footer_const {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.25rem;
}

.footer_const li {
    position: relative;
    padding: 0 0.25rem;
    line-height: 100%;
}

.footer_const li.space {
    margin-right: 1.25rem;
}

.footer_const li.screen {
    mix-blend-mode: screen;
}

/* .footer_const li:after { position: absolute; content:''; width: 1px; height: 0.75rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: -1px; margin: auto; } */
.footer_const li:last-child:after {
    display: none;
}

.footer_const li span {
    color: #fff;
    font-size: 1.125rem;
}

.footer_const li.mo {
    margin: 0;
}

.footer_const li:nth-child(2) img {
    width: 8rem;
    transform: translateY(-0.125rem);
}

.footer_const li:nth-child(4) img {
    width: 6.8125rem;
}

.footer_const li:nth-child(7) img {
    width: 6.5625rem;
}


.footer_const2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.footer_const2 span {
    display: inline-block !important;
}

.footer p {
    line-height: 154%;
    margin-top: 1.125rem;
}

.footer p br.pad {
    display: none;
}

/* .footer p br { display: none; } */

.footer_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
}

.footer_info li {
    padding: 0 0.75rem;
    line-height: 100%;
    position: relative;
}

.footer_info li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 0.625rem;
    background-color: #fff;
    opacity: 0.3;
    right: 0;
    bottom: 0;
    top: 1px;
    margin: auto;
}

.footer_info li span {
    color: #489b7f;
}

.footer_info li:last-child:after {
    display: none;
}

.footer h6 {
    line-height: 100%;
    margin-top: 3.125rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

/* span.yellow { color: #fcff00 !important; } */

.top_bt {
    width: 47px;
    height: 47px;
    background-color: #000;
    z-index: 99999;
    position: absolute;
    right: 4.375rem;
    margin: auto;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    transition: 0.3s;
}

.top_bt:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);
    transform: rotate(45deg);
    z-index: 9;
}

/* .top_bt::after { content: ''; width: 1px; height: 14px; position: absolute; left: 0; right: 0; top: 5px; bottom: 0; margin: auto; background-color: #fff; } */



.footer.end:after {
    display: block;
}



.footer.on .top_bt {
    opacity: 1;
    top: -23px;
    transition: 0.6s 0s;
}

.footer.active .top_bt {
    opacity: 1;
    top: -23px;
    transition: 0.6s 0s;
}

/*body.main .footer { width: 100%; }*/



/*  */


.guest_pop_wrap {
    width: 58%;
    height: 100%;
    position: fixed;
    right: -58%;
    top: 0;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.8s 0s;
}

.guest_pop_wrap::before {
    content: '';
    width: 100%;
    height: 92%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 2rem;
}

.guest_pop_bg_bt {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.guest_pop {
    width: 84%;
    height: 78%;
    max-width: 1300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 9;
    flex-wrap: wrap;
}

.guest_pop img {
    width: 100%;
}

.guest_pop_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99999998;
    background-color: #000;
    opacity: 0.8;
    transition: 0.6s 0.2s;
}

.guest_pop_close {
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    right: 1.875rem;
    top: 3.875rem;
    cursor: pointer;
    transition: 0.5s;
    z-index: 99;
    background-color: #000;
    border-radius: 100%;
}

.guest_pop_close:after {
    content: '';
    width: 1px;
    height: 35%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transform: rotate(45deg);
}

.guest_pop_close:before {
    content: '';
    width: 1px;
    height: 35%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transform: rotate(-45deg);
}

.guest_pop_close:hover {
    transform: rotate(360deg);
}

.guest_pop_tit {
    text-align: center;
    width: 100%;
    margin-bottom: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.guest_pop_tit h2 {
    font-family: 'Futura Std', sans-serif;
    font-size: 2.5625rem;
    line-height: 100%;
    text-transform: uppercase;
}

.guest_pop_tit h5 {
    font-size: 1rem;
    line-height: 100%;
    position: relative;
    padding-left: 1rem;
    margin-left: 1.125rem;
    transform: translateY(-0.25rem);
}

.guest_pop_tit h5::before {
    content: '';
    width: 1px;
    height: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #000;
    opacity: 0.5;
}

.guest_pop_tit span {
    display: inline-block;
    width: 1px;
    height: 2.375rem;
    background-color: #404040;
    margin: auto;
    margin-top: 2.1875rem;
}

.guest_pop_box {
    width: 100%;
    height: calc(100% - 4.5rem);
    overflow: scroll;
    padding-right: 1.5rem;
}

.guest_pop_box::-webkit-scrollbar {
    display: block;
    width: 0.625rem;
    height: 100%;
    background-color: #f3f3f3;
}

.guest_pop_box::-webkit-scrollbar-thumb {
    width: 100%;
    background-color: #898989;
    border-radius: 1.25rem;
}

.guest_pop_wrap.active {
    right: 2%;
    transition: 0.8s 0.2s;
}

.guest_pop_bg.active {
    left: 0;
    transition: 0.6s 0s;
}


.guest_wrap {
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 99999999;
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    overflow: hidden;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: 0.8s 0s;
    box-sizing: border-box;
    overflow-x: hidden;
}

.guest_wrap {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    max-height: revert;
    margin: auto;
    overflow: visible;
}

.guest_wrap>div>div:last-child {
    width: 100%;
}

.guest_bg {
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 99999998;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    transition: 0.6s 0s;
    cursor: pointer;
}

.guest_wrap.active {
    top: 0;
    transition: 0.8s 0s;
}

.guest_bg.active {
    bottom: 0;
    transition: 0.6s 0s;
}

body.sub .guest_wrap {
    position: relative;
    top: 0;
    z-index: 9;
}

body.sub .guest_close {
    display: none;
}


/**/

.news_pop_wrap {
    width: 58%;
    height: 100%;
    position: fixed;
    right: -58%;
    top: 0;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.8s 0s;
}

.news_pop_wrap::before {
    content: '';
    width: 100%;
    height: 92%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 2rem;
}

.news_pop_bg_bt {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.news_pop {
    width: 84%;
    height: 78%;
    max-width: 1300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 9;
    flex-wrap: wrap;
}

.news_pop img {
    width: 100%;
}

.news_pop_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99999998;
    background-color: #000;
    opacity: 0.8;
    transition: 0.6s 0.2s;
}

.news_pop_close {
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    right: 1.875rem;
    top: 3.875rem;
    cursor: pointer;
    transition: 0.5s;
    z-index: 99;
    background-color: #000;
    border-radius: 100%;
}

.news_pop_close:after {
    content: '';
    width: 1px;
    height: 35%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transform: rotate(45deg);
}

.news_pop_close:before {
    content: '';
    width: 1px;
    height: 35%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transform: rotate(-45deg);
}

.news_pop_close:hover {
    transform: rotate(360deg);
}

.news_pop_tit {
    text-align: center;
    width: 100%;
    margin-bottom: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.news_pop_tit h2 {
    font-family: 'Futura Std', sans-serif;
    font-size: 2.5625rem;
    line-height: 100%;
    text-transform: uppercase;
}

.news_pop_tit h5 {
    font-size: 1rem;
    line-height: 100%;
    position: relative;
    padding-left: 1rem;
    margin-left: 1.125rem;
    transform: translateY(-0.25rem);
}

.news_pop_tit h5::before {
    content: '';
    width: 1px;
    height: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #000;
    opacity: 0.5;
}

.news_pop_tit span {
    display: inline-block;
    width: 1px;
    height: 2.375rem;
    background-color: #404040;
    margin: auto;
    margin-top: 2.1875rem;
}

.news_pop_box {
    width: 100%;
    height: calc(100% - 4.5rem);
    overflow: scroll;
    padding-right: 1.5rem;
}

.news_pop_box::-webkit-scrollbar {
    display: block;
    width: 0.625rem;
    height: 100%;
    background-color: #f3f3f3;
}

.news_pop_box::-webkit-scrollbar-thumb {
    width: 100%;
    background-color: #898989;
    border-radius: 1.25rem;
}

.news_pop_wrap.active {
    right: 2%;
    transition: 0.8s 0.2s;
}

.news_pop_bg.active {
    left: 0;
    transition: 0.6s 0s;
}


.news_wrap {
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 99999999;
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    overflow: hidden;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: 0.8s 0s;
    box-sizing: border-box;
    overflow-x: hidden;
}

.news_wrap {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    max-height: revert;
    margin: auto;
    overflow: visible;
}

.news_wrap>div>div:last-child {
    width: 100%;
}

.news_bg {
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 99999998;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    transition: 0.6s 0s;
    cursor: pointer;
}

.news_wrap.active {
    top: 0;
    transition: 0.8s 0s;
}

.news_bg.active {
    bottom: 0;
    transition: 0.6s 0s;
}

body.sub .news_wrap {
    position: relative;
    top: 0;
    z-index: 9;
}

body.sub .news_close {
    display: none;
}

@media all and (min-width: 800px) {
    /*	body.sub .guest_wrap { padding-top: 130px; }*/
}

/*.guest_wrap>div { overflow-x: hidden; padding-bottom: 3px; }*/
.guest_wrap>div {
    padding-bottom: 3px;
}

/*.guest_wrap>div>div:last-child { width: 90%; max-width: 1300px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; opacity: 0; transform: translateY(60px); }*/
.guest_wrap>div>div:last-child {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/*.guest_tit { text-align: center; margin-bottom: 55px; opacity: 0; transform: translateY(-50px); }*/
.guest_tit {
    text-align: center;
    margin-bottom: 55px;
}

.guest_tit h1 {
    font-size: 55px;
    line-height: 100%;
}

.guest_tit p {
    font-size: 15px;
    line-height: 100%;
    opacity: 0.7;
    margin-top: 25px;
    font-weight: 500;
}


.guest_wrap h2 {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 18px;
    font-weight: 600;
}

.guest_box h6 {
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
}

.guest_box b.red {
    color: #f71313;
}

.guest_box p b.red {
    margin-left: 3px;
}

.guest_wrap .guest_box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
}

.guest_wrap .guest_box:nth-child(2n) {
    margin-right: 0;
}

.guest_wrap .guest_box input {
    font-family: 'Noto Sans KR', sans-serif;
}

.guest_box.m {
    width: 100% !important;
    margin-top: 10px;
    position: relative;
}

.guest_ori {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

/*.guest_box h6 { font-size: 14px; line-height: 100%; font-weight: 500; }*/
/* .guest_kakao {  } */
.guest_kakao a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.guest_kakao p {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    transform: translateY(-1px);
    font-weight: 500;
}

.guest_kakao p:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #25282a;
    left: 0;
    bottom: -5px;
    position: absolute;
    transition: 0.4s;
}

.guest_kakao:hover p:after {
    width: 100%;
}

/**/

.news_wrap>div {
    padding-bottom: 3px;
}

.news_wrap>div>div:last-child {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.news_tit {
    text-align: center;
    margin-bottom: 55px;
}

.news_tit h1 {
    font-size: 55px;
    line-height: 100%;
}

.news_tit p {
    font-size: 15px;
    line-height: 100%;
    opacity: 0.7;
    margin-top: 25px;
    font-weight: 500;
}


.news_wrap h2 {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 18px;
    font-weight: 600;
}

.news_box h6 {
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
}

.news_box b.red {
    color: #f71313;
}

.news_box p b.red {
    margin-left: 3px;
}

.news_wrap .guest_box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
}

.news_wrap .guest_box:nth-child(2n) {
    margin-right: 0;
}

.news_wrap .guest_box input {
    font-family: 'Noto Sans KR', sans-serif;
}

.news_box.m {
    width: 100% !important;
    margin-top: 10px;
    position: relative;
}


.per_agree_box {
    width: 100%;
    height: 175px;
    overflow: scroll;
    border: 1px solid #b6b6b6;
    box-sizing: border-box;
    padding: 0 25px;
    padding-top: 20px;
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 30px;
    color: #6f6f6f;
    padding-bottom: 40px;
}

.per_agree_box::-webkit-scrollbar {
    display: block;
    width: 10px;
    height: 100%;
    background-color: #f3f3f3;
}

.per_agree_box::-webkit-scrollbar-thumb {
    width: 100%;
    background-color: #cacaca;
    border-radius: 20px;
}

.per_agree_box b {
    font-size: 16px;
    color: #25282a;
}

.per_agree_box a {
    color: #ff4e00;
    position: relative;
    margin-left: 10px;
    top: -1px;
}

.per_agree_box a.pc {
    display: inline-block;
}

.per_agree_box a.m {
    display: none;
}

.per_agree_box a:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ff4e00;
}

.per_agree_bt_box {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 20px;
    height: 20px;
    position: relative;
}

/*.per_agree_bt_box input[type="radio"] { display: none; }
.per_agree_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 30px; }
.per_agree_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
.per_agree_bt_box input[type="radio"] + label:after { content: ''; position: absolute; top: 6px; left: 6px; width: 6px; height: 6px; background: transparent; border-radius: 100%; }
.per_agree_bt_box input[type="radio"] + label:last-child { margin-right: 0; }
.per_agree_bt_box input[type="radio"]:checked + label:before { background: #25282a; border: 1px solid #25282a; }
.per_agree_bt_box input[type="radio"]:checked + label:after { background: #fff; }*/

.radio_bt[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #aaa;
    border-radius: 100%;
    outline: none;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.radio_bt[type='radio']:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0075ff;
    border-radius: 100%;
    display: none;
}

.radio_bt[type='radio']:checked {
    border-color: #0075ff;
}

.radio_bt[type='radio']:checked:after {
    display: block;
}

.radio_bt[type='radio']+label {
    margin-right: 0.25rem;
}

.per_check_box {
    text-align: center;
    margin-top: 30px;
}

.per_check_box label {
    font-size: 18px;
}

.per_check_box input#agreeYny {
    display: none;
}

.per_check_box input#agreeYny+label {
    cursor: pointer;
    position: relative;
}

.per_check_box input#agreeYny+label>span {
    vertical-align: middle;
    padding-left: 8px;
}

.per_check_box input#agreeYny+label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 2px solid #bbb;
    border-radius: 2px;
    vertical-align: middle;
    margin-top: 2px;
}

.per_check_box input#agreeYny+label:after {
    content: '';
    width: 9px;
    height: 5px;
    border: 2px solid #ddd;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    position: absolute;
    left: 6px;
    top: 2px;
    bottom: 0;
    margin: auto;
}

input#agreeYny:checked+label:before {
    content: "";
    background-color: #0075ff;
    border-color: #0075ff;
}

input#agreeYny:checked+label:after {
    border-color: #fff;
}

/**/


.info_box {
    width: 100%;
    text-align: left;
}

.info_box>p {
    width: 100%;
    border: 1px solid #b6b6b6;
    border-top: 1px solid #25282a;
    box-sizing: border-box;
    font-size: 13px;
    padding: 30px;
    padding-left: 22px;
    margin-bottom: 0px;
}

.info_box>ul {
    border-top: 1px solid #25282a;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #b6b6b6;
    box-sizing: border-box;
    border-top: none;
    overflow: hidden;
    padding-top: 2px;
}

.info_box>ul>li {
    float: left;
    width: 50%;
    height: 60px;
    vertical-align: top;
    border-top: 1px solid #b6b6b6;
    position: relative;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.info_box>ul>li p {
    float: left;
    line-height: 58px;
    font-size: 16px;
    padding-left: 2px;
    width: 100%;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
}

/*.info_box>ul>li:after { content:''; width: 105px; height: 1px; background-color: #25282a; position: absolute; left: 0; top: -1px; z-index: 9; }*/

.info_box>ul>li:nth-child(2n-1) {
    width: 9%;
    border-top: 1px solid #25282a;
}

.info_box>ul>li:nth-child(2n) {
    width: 41%;
}

.info_box>ul>li:last-child {
    width: 91%;
    height: auto;
}

.info_box>ul>li:nth-last-child(2) {
    width: 9%;
}

.info_box>ul>li:nth-child(4),
.info_box>ul>li:nth-child(6) {
    padding: 17px 0;
    padding-left: 10px;
}

.info_box.adress>ul {
    border-top: 1px solid #25282a;
    box-sizing: border-box;
}

.info_box.adress>ul>li {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #b6b6b6;
    box-sizing: border-box;
}

/*.info_box.adress>ul>li>p { float: left; }*/

.info_box input {
    font-size: 16px;
    height: 100%;
    line-height: 31px;
    border: none;
    outline: none;
    margin-top: 0px;
    padding-left: 10px;
    text-align: left;
    box-sizing: border-box;
    color: #25282a;
}

.info_name {
    width: 100%;
}

.info_number_box {
    height: 100%;
    float: left;
}

.info_number01 {
    width: 65px;
    height: 100%;
    float: left;
    background: none;
    border: none;
    margin-top: 0px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 31px;
}

.info_number02 {
    width: 50px;
    float: left;
}

.info_number03 {
    width: 50px;
    float: left;
}

.info_box>ul>li span {
    float: left;
    line-height: 60px;
    margin: 0 5px;
}

.info_address {
    width: 100%;
    float: left;
}

.info_address>ul {
    width: 100%;
}

.info_address>ul>li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #b6b6b6;
    box-sizing: border-box;
}

.info_address>ul>li:last-child {
    border: none;
}

/*.info_address>ul>li p { float: left; }*/

.info_address01 {
    width: 15%;
    height: 33px;
    float: left;
    margin-right: 1%;
}

/*.info_address03 { width: 34%; height: 33px; float: left; margin-right: 1%; }*/
.info_address03 {
    width: 65%;
    height: 33px;
    float: left;
    margin-right: 1%;
}

.info_address04 {
    width: 30%;
    height: 33px;
    float: left;
    margin-right: 3%;
}

.info_address05 {
    width: 50%;
    height: 33px;
    float: left;
}

.info_address02 {
    width: 120px;
    ;
    height: 35px !important;
    margin-top: 12px !important;
    float: left;
    margin-left: 1%;
    text-align: center !important;
    padding: 0 !important;
    cursor: pointer;
    background-color: #25282a !important;
    border: 1px solid #25282a !important;
    color: #fff !important;
    font-size: 12px !important;
    float: right;
}


.info_bt_box {
    float: left;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 0px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.info_bt_box input[type="radio"] {
    display: none;
}

.info_bt_box input[type="radio"]+label {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    margin-right: 25px;
}

.info_bt_box input[type="radio"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #4d4d4d;
    border-radius: 100%;
    box-sizing: border-box;
}

.info_bt_box input[type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #101f3a;
    border-radius: 100%;
}


/**/

.guest_bt_box {
    width: 260px;
    height: 66px;
    margin: auto;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #25282a;
    font-size: 18px;
}

.guest_bt_box>div {
    width: 100%;
    height: 100%;
    line-height: 64px;
}

.guest_bt_box>div>a {
    width: 100%;
    height: 100%;
    display: block;
}

.guest_regi_bt {
    border: 1px solid #25282a;
    margin-right: 0px;
}

.guest_cancle_bt {
    background-color: #cfcfcf;
}

.guest_regi_bt:hover {
    background-color: #25282a;
    color: #fff;
}


.guest_close {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 9;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.guest_close p {
    font-family: 'Futura Std', sans-serif;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 15px;
    margin-top: 1px;
    letter-spacing: 0;
}

.guest_close>span {
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
}

.guest_close>span:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #25282a;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.guest_close>span:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #25282a;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.m_br {
    display: none;
}


.guest_wrap.active .guest_tit {
    opacity: 1;
    transform: translate(0);
    transition: 0.8s 0.2s;
}

.guest_wrap.active>div>div:last-child {
    opacity: 1;
    transform: translate(0);
    transition: 0.8s 0.7s;
}


/**/

.guest_wrap.ok {
    height: auto;
    padding: 60px 0 20px;
}

.guest_ok_box {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    position: relative;
    text-align: center;
    transform: translateY(20px);
}

.guest_ok_box>h3 {
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
}

.guest_ok_box>p {
    font-size: 15px;
    line-height: 30px;
    opacity: 0.7;
    margin-top: 30px;
    margin-bottom: 120px;
}

.guest_ok_bg {
    position: absolute;
    right: -80px;
    top: -120px;
}

/**/


/*ì„œë¸Œ*/

.sub_top {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 30.6875rem;
    /*height: 17.6875rem;*/
    margin: auto;
    z-index: 1;
    /*margin-top: 9.5rem; */
    margin-top: -9.5rem;
    /*overflow: hidden;*/
    background-color: #fff;
}

/*.sub_top:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/sub_top_bg.png) center top no-repeat; background-size: cover; z-index: 2; }*/
.sub_top_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /*animation: sub_top_img 3s 0s both;*/
    background: #fff;
}

.back {
    position: absolute;
    top: 4rem;
    height: 8.4rem;
    width: 100%;
    background: #2d3d47;
}

/*    .sub_top_img{background: url(img/sub_top_bg.jpg) center no-repeat; background-size: cover;}*/
.sub_top_img>div:first-child {
    width: 30%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e3e3e3;
    clip-path: polygon(0 calc(0% + 9.0625rem), 5% calc(0% + 9.0625rem), 30% 100%, 0% 100%);
    animation: sub_top_bg01 1.7s 0.2s both;
    /*transition: 1.5s 0s;*/
}

.sub_top_img>div:last-child {
    width: 20%;
    height: 500px;
    position: absolute;
    right: 0rem;
    top: 10rem;
    background: #e3e3e3;
    clip-path: polygon(100% calc(0% + 9.0625rem), 60% calc(0% + 9.0625rem), 100% 100%, 100% 0%);
    animation: sub_top_bg02 1.7s 0.4s both;
}

.sub_top_img>div>div {
    position: absolute;
    background-color: #fff;
}

.sub_top_txt {
    width: 100%;
    max-width: 1100px;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    margin-top: 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    color: #031442;
    text-align: center;
    animation: sub_top_txt 1.0s 0.6s both;
}

.sub_top_txt h2 {
    font-family: 'Futura Primer', sans-serif;
    font-size: 2.175rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0rem;
    padding-left: 0rem;
    text-transform: uppercase;
    margin-top: 0rem;
    animation: sub_top_txt2 1.2s 1.4s both;
}

.sub_top_txt h2 span {
    position: relative;
    width: 100%;
}

.sub_top_txt h2 span::after {
    content: '';
    width: 20%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #031442;
    animation: sub_top_line 0.7s 2s both;
}

@keyframes sub_img {
    from {
        background: url(../img/sub_top.jpg) center bottom no-repeat;
        background-size: cover;
    }

    to {}
}

@keyframes sub_top_img {
    from {
        transform: scale(1.2);
    }

    to {}
}

@keyframes sub_top_txt {
    from {
        opacity: 0;
    }

    to {}
}

@keyframes sub_top_txt2 {
    from {}

    to {
        letter-spacing: 3.5rem;
        padding-left: 4.125rem;
    }
}

@keyframes sub_top_line {
    from {
        width: 0%;
    }

    to {}
}

@keyframes sub_img {
    from {
        background: url(../img/sub_top.jpg) center bottom no-repeat;
        background-size: cover;
    }

    to {}
}

@keyframes sub_top_img {
    from {
        transform: scale(1.2);
    }

    to {}
}

@keyframes sub_top_txt {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {}
}

@keyframes sub_top_bg01 {
    from {
        clip-path: polygon(0 calc(0% + 9.0625rem), 0% calc(0% + 9.0625rem), 0% 100%, 0% 100%);
    }

    to {}
}


@keyframes sub_top_bg02 {
    from {
        right: -10rem;
    }

    to {}
}

#snb_box {
    width: 90%;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #b2b2b2;
    left: 0;
    right: 0;
}

#snb_wrap {
    width: 1100px;
    height: 65px;
    position: relative;
    margin: auto;
    z-index: 90;
}

#snb {
    width: 480px;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
}

#snb:after {
    content: "";
    display: block;
    clear: both;
}

#snb>li {
    float: left;
    width: 200px;
    position: relative;
    height: 65px;
    text-align: left;
    box-sizing: border-box;
    color: #000;
}

#snb>li>a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #adadad;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#snb>li:first-child {
    width: 60px;
}

#snb>li:first-child img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#snb>li:nth-child(3) {
    width: 220px;
}

#snb>li:nth-child(3)>a:after {
    display: none;
}

#snb>li:first-child+li>a {
    background: url('../img/snb-arr.gif') no-repeat 100% 50%;
}

#snb>li:first-child+li+li>a {
    margin-top: 1px;
    color: #000;
}

/*#snb > li:first-child + li + li { border-bottom: 1px solid #e8e8e8; }*/
#snb>li:first-child+.ov {
    margin-left: 0;
}

#snb>li:nth-child(2):after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 29px;
    transition: 0.3s;
}

#snb>li:nth-child(3):after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 29px;
    transition: 0.3s;
}

#snb .ov {
    margin-left: -1px;
}

#snb .ov>a {
    display: block;
    height: 65px;
    line-height: 65px;
    padding: 0 15px;
    font-size: 14px;
    color: #000;
    min-width: 160px;
    font-weight: 400;
}

#snb>li:nth-child(2):hover:after {
    transform: rotate(135deg);
    top: 27px;
}

#snb>li:nth-child(3):hover:after {
    transform: rotate(135deg);
    top: 27px;
}

#snb .ov ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    background: #fff;
    display: none;
}

#snb .ov ul li {
    border: 1px solid #c2c2c2;
    margin-top: -1px;
    font-weight: 400;
}

#snb .ov ul li:first-child {
    margin-top: 0;
}

#snb .ov ul li a {
    display: block;
    font-size: 11.5px;
    color: #000;
    padding: 11px 15px;
    white-space: nowrap;
    letter-spacing: 0;
}

#snb .ov:hover ul {
    display: block;
}

#snb .ov ul li a:hover {
    background: #ebebeb;
    color: #000;
}

#snb .ov a {
    text-transform: uppercase;
}

/*#snb .ov:last-child a { text-transform: uppercase; }*/

body.full #sub_container {
    width: 100%;
}

#sub_container {
    width: 90%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}

#sub_box {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 0px;
    box-sizing: border-box;
    margin-top: 80px;
}

#sub_tit {
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    text-align: center;
}

#sub_tit h2 {
    font-size: 35px;
    color: #000;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.sub_line {
    width: 1px;
    height: 38px;
    background-color: #404040;
    margin: auto;
    margin-top: 35px;
}

#sub_tit h5 {
    font-size: 14px;
    color: #858585;
    font-weight: 400;
    margin-top: 16px;
}

#sub_tit h5 b {
    color: #222;
}

#sub_tit h5 div {
    display: inline-block;
    color: #056b5c;
}

#sub_tit h5 span {
    font-size: 13px;
    font-family: 'Brown';
    font-weight: 700;
}

#sub_page {
    margin-top: 50px;
    position: relative;
}


.sub_img_wrap {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    height: auto;
    position: relative;
    padding-bottom: 80px;
    margin-top: 60px;
}

/**/

ul.tabs2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.tabs2.two {
    flex-wrap: wrap;
}

ul.tabs2 li {
    margin-bottom: -1px;
    color: #222;
    margin-left: 2%;
    text-align: center;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e9eaec;
    font-weight: 400;
    background: #e9eaec;
}

ul.tabs2 li:nth-child(1) {
    margin-left: 0;
}

ul.tabs2 li a {
    font-size: 0.975rem;
}

ul.tabs2 li.selected,
ul.tabs li.selected:hover {
    color: #001a60;
    background: #001a60;
    border: 1px solid #192642;
}

ul.tabs2 li.selected a,
ul.tabs li.selected a:hover {
    color: #fff;
}

ul.tabs2 li.active {
    color: #fff;
    background: #001a60;
    border: 1px solid #001a60;
}

ul.tabs2 {
    display: flex;
    justify-content: space-between;
    float: none;
    margin-bottom: 38px;
}

ul.tabs2>li {
    width: 100%;
    text-align: center;
}

ul.tabs2>li>a {
    padding: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    display: block;
}

ul.tabs2>li:first-child {
    margin-left: 0;
}

.unit-line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}

.unit-bt {
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.unit-bt>li {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-left: 1%;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #161616;
}

.unit-bt>li a {
    display: block;
    color: #161616;
}

.unit-bt>li:hover {
    background-color: #131e32;
    color: #fff !important;
    border: 1px solid #131e32;
}

.unit-bt>li:hover a {
    color: #fff !important;
}

.unit-bt>li:nth-child(1) {
    margin-left: 0;
}


ul.tabs3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
}

ul.tabs3.two {
    flex-wrap: wrap;
}

ul.tabs3 li {
    margin-bottom: -1px;
    color: #222;
    margin-left: 2%;
    text-align: center;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e9eaec;
    font-weight: 400;
    background: #e9eaec;
}

ul.tabs3 li:nth-child(1) {
    margin-left: 0;
}

ul.tabs3 li a {
    font-size: 0.975rem;
}

ul.tabs3 li.selected,
ul.tabs li.selected:hover {
    color: #001a60;
    background: #3a508c;
    border: 1px solid #3a508c;
}

ul.tabs3 li.selected a,
ul.tabs li.selected a:hover {
    color: #fff;
}

ul.tabs3 li.active {
    color: #fff;
    background: #3a508c;
    border: 1px solid #3a508c;
}

ul.tabs3 {
    display: flex;
    justify-content: space-between;
    float: none;
    margin-bottom: 38px;
}

ul.tabs3>li {
    width: 100%;
    text-align: center;
}

ul.tabs3>li>a {
    padding: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    display: block;
}

ul.tabs3>li:first-child {
    margin-left: 0;
}

.vr_box {
    width: 100%;
    max-width: 1100px;
    height: 0;
    margin: auto;
    position: relative;
    padding-bottom: 56.25%;
}

.vr_box iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1100px;
    height: 100%;
}




ul.btns {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 6rem;
    gap: 1rem;
}

ul.btns.two {
    flex-wrap: wrap;
}

ul.btns li {
    margin-bottom: -1px;
    color: #222;
    margin-left: 2%;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 60px;
    /*line-height: 45px;*/
    border: 1px solid #e9eaec;
    font-weight: 400;
    background: #e9eaec;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

ul.btns li:nth-child(1) {
    margin-left: 0;
}

ul.btns li a {
    font-size: 0.975rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

ul.btns li.selected,
ul.tabs li.selected:hover {
    color: #001a60;
    background: #3a508c;
    border: 1px solid #3a508c;
    border-radius: 50px;
}

ul.btns li.selected a,
ul.tabs li.selected a:hover {
    color: #fff;
    background: #3a508c;
    border-radius: 50px;
}

ul.btns li.active {
    color: #fff;
    background: #3a508c;
    border: 1px solid #3a508c;
}

ul.btns {
    display: flex;
    justify-content: space-between;
    float: none;
    margin-bottom: 38px;
}

ul.btns>li {
    width: 100%;
    text-align: center;
}

ul.btns>li>a {
    padding: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0;
}

ul.btns>li:first-child {
    margin-left: 0;
}

ul.btns a:hover {
    color: #fff;
    background: #3a508c;
    border-radius: 50px;
}

#container2 {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

/*  */

.sub_contact_wrap {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    position: relative;
    text-align: left;
    color: #010101;
    padding-bottom: 4.375rem;
    padding-bottom: 0;
}

/* .sub_contact_wrap h2 { font-size: 1.5rem; line-height: 100%; margin-bottom: 0.9375rem; font-weight: 500; }
.sub_contact_wrap h2 img { margin-right: 0.625rem; margin-top: 0px; }
.sub_contact_top { width: 100%; }
.sub_contact_top>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; } */

.sub_contact_bottom {
    width: 100%;
    margin-top: 3.75rem;
}

.sub_contact_bottom>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sub_contact_map_box {
    width: 100%;
    width: 753px;
    height: 408px;
    border: 1px solid #cecece;
    position: relative;
    margin: 0 auto;
}

.sub_contact_map_box img {
    width: 100%;
}

.sub_contact_txt_box {
    width: 100%;
    max-width: 753px;
    margin: 1.5625rem auto;
}

.sub_contact_txt_box h3 {
    display: inline-block;
    font-size: 2rem;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    margin-bottom: 3.75rem;
}

.sub_contact_txt_box h3:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sub_contact_add {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_contact_add h4 {
    font-size: 1.375rem;
    line-height: 100%;
    font-weight: 600;
}

.sub_contact_add p {
    font-size: 1rem;
    line-height: 100%;
    margin-top: 0.5rem;
    color: #7e7e7e;
    margin-top: 0;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
}

.sub_contact_add p span {
    color: #000;
}

.sub_contact_top .sub_contact_add {
    margin-top: 3.125rem;
}

.sub_contact_bt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
}

.sub_contact_bt a {
    margin-left: 0.3125rem;
}

#map {
    position: relative;
    width: 100%;
    height: 100%;
}

#map2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.map_marker {
    font-family: 'Pretendard';
    width: auto;
    height: auto;
    border: 2px solid #95182c;
    background-color: #fff;
    border-radius: 25px;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 15px 6px;
    position: relative;
    box-sizing: border-box;
    transform: translate(-25%);
}

.map_marker img {
    width: 140px;
}

.map_marker p {
    font-size: 13px;
    line-height: 100%;
    color: #1b1414;
    font-weight: 600;
    font-size: 19px;
    margin-top: 7px;
}

.map_marker:after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 12px solid #95182c;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
}

/*.map_marker.mk01 { width: 82px; z-index: 9; }*/
/*  */

.guest_content {
    width: 100%;
    max-width: 1100px;
}


.sub_ori {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    background-color: #f3f3f3;
    text-align: left;
    padding: 1.5625rem 1.875rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sub_ori>div {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 100%;
    background: #840d3e url(../sub/ori.png) center no-repeat;
    margin-right: 1.375rem;
    display: none;
}

/* .sub_ori ul {  } */
.sub_ori ul li {
    font-size: 13px;
    line-height: 155%;
    color: #383838;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;
}

.sub_ori ul li:before {
    content: 'Â·';
    position: absolute;
    left: -6px;
    margin-right: 2px;
}

.sub_ori ul.ori2 li {
    margin-left: 20px;
}

.sub_ori ul.ori2 li:first-child {
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 3px;
}

.sub_ori ul.ori2 li:first-child:before {
    display: none;
}



/**/


.sub_gongo_wrap {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    height: auto;
    position: relative;
    color: #000;
}

.sub_gongo_top {
    width: 100%;
    height: 494px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_gongo_img_box {
    width: 57.545%;
    height: 100%;
    background: url(https://static.wixstatic.com/media/9b4f4f_c2a22af449fb46abb3e43226fa656b4c~mv2.jpg) center no-repeat;
    background-size: cover;
}

.sub_gongo_txt_box {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.sub_gongo_txt_box>div {
    width: 100%;
    height: 50%;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    margin-bottom: 5%;
    position: relative;
}

.sub_gongo_txt_box>div>a {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 40px 30px 40px 35px;
}

.sub_gongo_txt_box>div:nth-child(2) {
    margin-bottom: 0;
}

.sub_gongo_logo {
    margin-left: 2px;
    width: 25%;
    margin-top: 20px;
}

.sub_gongo_txt_box h2 {
    font-size: 28px;
    line-height: 100%;
    /* margin-top: 10px;*/
    margin-left: -2px;
}

.sub_gongo_txt_box p {
    font-size: 12px;
    line-height: 167%;
    opacity: 0.7;
    margin-top: 25px;
}

.sub_gongo_bt {
    width: 48px;
    height: 48px;
    background-color: #e3e3e3;
    position: absolute;
    right: 35px;
    bottom: 35px;
    border-radius: 100%;
}

.sub_gongo_bt>div {
    width: 30px;
    height: 17px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s;
}

.sub_gongo_bt>div:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sub_gongo_bt>div:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    transform-origin: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sub_gongo_notice {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.sub_gongo_notice a {
    width: 13%;
    display: block;
}

.sub_gongo_notice img:nth-child(1) {
    width: 59%;
}

.sub_gongo_notice a img:nth-child(1) {
    width: 100%;
}

.sub_gongo_notice img:nth-child(3) {
    width: 28%;
}

.sub_gongo_txt_box>div>a:before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: -1px;
    top: -1px;
    transition: 0.4s;
}

.sub_gongo_txt_box>div>a:after {
    content: '';
    width: 1px;
    height: 0;
    background-color: #000;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: 0.4s;
}

.sub_gongo_txt_box>div:before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: -1px;
    bottom: -1px;
    transition: 0.4s;
}

.sub_gongo_txt_box>div:after {
    content: '';
    width: 1px;
    height: 0;
    background-color: #000;
    position: absolute;
    left: -1px;
    bottom: -1px;
    transition: 0.4s;
}

.sub_gongo_txt_box>div:hover>a:before {
    width: calc(100% + 2px);
}

.sub_gongo_txt_box>div:hover>a:after {
    height: calc(100% + 2px);
}

.sub_gongo_txt_box>div:hover:before {
    width: calc(100% + 2px);
}

.sub_gongo_txt_box>div:hover:after {
    height: calc(100% + 2px);
}

.sub_gongo_txt_box>div:hover .sub_gongo_bt>div {
    left: -3px;
}


.sub_event_wrap {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.sub_event_wrap>div {
    width: 100%;
}

.sub_event_wrap .tabs2 {
    margin-bottom: 1.5rem;
}

.sub_event_tit {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #f3f3f3;
    padding: 3.5rem 0 3rem;
    padding: 0;
    background: none;
}

.sub_event_tit img {
    width: 100%;
}

/* .sub_event_tit img { width: 16.875rem; } */
.sub_event_tit p {
    font-size: 0.875rem;
    line-height: 160%;
    opacity: 0.8;
    margin-top: 1.75rem;
}

.sub_event_tit h2 {
    font-size: 1.75rem;
    line-height: 100%;
    font-weight: 700;
    margin-top: 3.5rem;
    color: #003c66;
}

/* .sub_event_tit h2 { font-size: 1.5rem; line-height: 100%; margin-top: 4.25rem; font-weight: 500; }
.sub_event_tit h2 a { display: flex; justify-content: center; align-items: center; gap: 0 0.625rem; }
.sub_event_tit h2 span { font-family: 'lexend'; font-size: 2.625rem; } */

.sub_event_wrap table {
    width: 100%;
    display: flex;
}

.sub_event_wrap table col {
    display: none !important;
}

.sub_event_wrap table tbody {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2%;
}

.sub_event_wrap table tr {
    width: 23.5%;
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_event_wrap table tr td {
    font-size: 1rem;
    line-height: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0.875rem 0;
    text-align: center;
    display: inline-block;
    position: relative;
}

.sub_event_wrap table tr td:nth-child(1) {
    width: 40%;
}

.sub_event_wrap table tr td:nth-child(1)::after {
    content: '';
    width: 1px;
    height: 30%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ccc;
}

.sub_event_wrap table tr td:nth-child(2) {
    width: 60%;
}

/* .sub_event_wrap table tr:nth-child(-n+4) { border-top: 2px solid #003c66; } */

.sub_event_wrap table.tit {
    margin-top: 3.25rem;
    color: #fff;
}

.sub_event_wrap table.tit tr {
    border: none;
    background-color: #003c66;
}

.sub_event_wrap table.tit tr td {
    border: none;
    font-weight: 500;
}

.sub_event_wrap table.tit tr:nth-child(2n) {
    display: none;
}



.sub_yd_wrap {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.sub_yd_wrap>div {
    width: 100%;
}

.sub_yd_wrap .tabs2 {
    margin-bottom: 1.5rem;
}

.sub_yd_tit {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #f3f3f3;
    padding: 3.5rem 0 3rem;
    padding: 0;
    background: none;
}

.sub_yd_tit img {
    width: 100%;
}

/* .sub_event_tit img { width: 16.875rem; } */
.sub_yd_tit p {
    font-size: 0.875rem;
    line-height: 160%;
    opacity: 0.8;
    margin-top: 1.75rem;
}

.sub_yd_tit h2 {
    font-size: 1.75rem;
    line-height: 100%;
    font-weight: 700;
    margin-top: 3.5rem;
    color: #003c66;
}

/* .sub_event_tit h2 { font-size: 1.5rem; line-height: 100%; margin-top: 4.25rem; font-weight: 500; }
.sub_event_tit h2 a { display: flex; justify-content: center; align-items: center; gap: 0 0.625rem; }
.sub_event_tit h2 span { font-family: 'lexend'; font-size: 2.625rem; } */

.sub_yd_wrap table {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sub_yd_wrap table col {
    display: none !important;
}

.sub_yd_wrap table tbody {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2%;
}

.sub_yd_wrap table tr {
    width: 23.5%;
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_yd_wrap table tr td {
    font-size: 1rem;
    line-height: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0.875rem 0;
    text-align: center;
    display: inline-block;
    position: relative;
}

.sub_yd_wrap table tr td:nth-child(1) {
    width: 20%;
}

.sub_yd_wrap table tr td:nth-child(2) {
    width: 30%;
}

.sub_yd_wrap table tr td:nth-child(3) {
    width: 20%;
}

.sub_yd_wrap table tr td:nth-child(4) {
    width: 30%;
}

/* .sub_event_wrap table tr:nth-child(-n+4) { border-top: 2px solid #003c66; } */

/*.sub_yd_wrap table tr td:nth-child(1)::after { content: ''; width: 1px; height: 30%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #ccc; }*/
.sub_yd_wrap table tr td:nth-child(n+1)::after {
    content: '';
    width: 1px;
    height: 30%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ccc;
}

.sub_yd_wrap table tr td:last-child::after {
    display: none;
}



.sub_yd_wrap table.tit {
    margin-top: 3.25rem;
    color: #fff;
}

.sub_yd_wrap table.tit tr {
    border: none;
    background-color: #003c66;
}

.sub_yd_wrap table.tit tr td {
    border: none;
    font-weight: 500;
}

.sub_yd_wrap table.tit tr:nth-child(2n) {
    display: none;
}



.sub_yd2_wrap {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.sub_yd2_wrap>div {
    width: 100%;
}

.sub_yd2_wrap .tabs2 {
    margin-bottom: 1.5rem;
}

.sub_yd2_tit {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #f3f3f3;
    padding: 3.5rem 0 3rem;
    padding: 0;
    background: none;
}

.sub_yd2_tit img {
    width: 100%;
}

/* .sub_event_tit img { width: 16.875rem; } */
.sub_yd2_tit p {
    font-size: 0.875rem;
    line-height: 160%;
    opacity: 0.8;
    margin-top: 1.75rem;
}

.sub_yd2_tit h2 {
    font-size: 1.75rem;
    line-height: 100%;
    font-weight: 700;
    margin-top: 3.5rem;
    color: #003c66;
}

/* .sub_event_tit h2 { font-size: 1.5rem; line-height: 100%; margin-top: 4.25rem; font-weight: 500; }
.sub_event_tit h2 a { display: flex; justify-content: center; align-items: center; gap: 0 0.625rem; }
.sub_event_tit h2 span { font-family: 'lexend'; font-size: 2.625rem; } */

.sub_yd2_wrap table {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sub_yd2_wrap table col {
    display: none !important;
}

.sub_yd2_wrap table tbody {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2%;
}

.sub_yd2_wrap table tr {
    width: 23.5%;
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_yd2_wrap table tr td {
    font-size: 1rem;
    line-height: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0.875rem 0;
    text-align: center;
    display: inline-block;
    position: relative;
}

.sub_yd2_wrap table tr td:nth-child(1) {
    width: 30%;
}

.sub_yd2_wrap table tr td:nth-child(2) {
    width: 20%;
}

.sub_yd2_wrap table tr td:nth-child(3) {
    width: 20%;
}

.sub_yd2_wrap table tr td:nth-child(4) {
    width: 30%;
}

/* .sub_event_wrap table tr:nth-child(-n+4) { border-top: 2px solid #003c66; } */

/*.sub_yd_wrap table tr td:nth-child(1)::after { content: ''; width: 1px; height: 30%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #ccc; }*/
.sub_yd2_wrap table tr td:nth-child(n+1)::after {
    content: '';
    width: 1px;
    height: 30%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ccc;
}

.sub_yd2_wrap table tr td:last-child::after {
    display: none;
}



.sub_yd2_wrap table.tit {
    margin-top: 3.25rem;
    color: #fff;
}

.sub_yd2_wrap table.tit tr {
    border: none;
    background-color: #003c66;
}

.sub_yd2_wrap table.tit tr td {
    border: none;
    font-weight: 500;
}

.sub_yd2_wrap table.tit tr:nth-child(2n) {
    display: none;
}


