::-webkit-scrollbar {
    display: none;
}



/**/

.all_wrap {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 989;
    background-color: #fff;
    font-family: "NotoSansKR", sans-serif;
}

.main_wrap {
    width: 100%;
    /* height: 1041.6px; */
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
    overflow: hidden;
}

.main_tit_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 300px);
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    /* padding-left: 22.2222%; */
    padding-left: 120px;
    color: #fff;
}

.main_tit_wrap h2 {
    font-family: "URWClassico", sans-serif;
    opacity: 0;
    transition: 0.2;
    transform: translateY(-20px);
    font-size: 90px;
    font-weight: 400;
    color: #074054;
    letter-spacing: 0.08em;
}

.main_tit_wrap h2 img {
    margin: auto;
    display: block;
}

.main_tit_wrap p {
    font-family: 'NotoSansKr',sans-serif;
    font-size: 14px;
    line-height: 31px;
    margin-top: 36px;
    font-weight: 500;
    color: #2b2e30;
    /* margin-bottom: 188px; */
    transform: translateY(20px);
    opacity: 0;
    transition: 0.2;
}

.main_tit_wrap p span {
    font-family: 'NotoSansKr',sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: #2b2e30;
    letter-spacing: 0.08em;
}
.main_tit_wrap p span:first-child::after {
    content: '';
    display: inline-block;
    position: relative;
    width: 119px;
    height: 1px;
    vertical-align: middle;
    background: #2b2e30;
}

.main_tit_wrap.active h2 {
    opacity: 1;
    transform: translate(0);
    transition: 1s 0.2s;
}

.main_tit_wrap.active p {
    opacity: 1;
    transform: translate(0);
    transition: 1s 0.2s;
}

.video-container-wrap {
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    width: 100%;
    height: 150vh;
    opacity: 1;
}

.video-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_content_bg {
    /* position: fixed; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100vh; */
    height: 100%;
    background: url(/Content/static/images/intro/main_bg.png) center center no-repeat;
    background-size: cover;
    /* z-index: 9; */
}

.hover_bg_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.hover_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    width: 130px;
    top: 0;
    right: 0;
    overflow: visible;
    z-index: 2;
}

.hover_bg .hover_bg_bg {
    position: absolute;
    top: 0;
    margin: auto;
    width: 330px;
    height: 100%;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s;
}

.hover_bg:hover .hover_bg_bg {
    opacity: 1;
}

.hover_bg .hover_bg_bg::after {
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    width: 330px;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transform: scale(1);
    transition: 1s;
}

.hover_bg01 .hover_bg_bg {
    right: 260px;
}

.hover_bg01 .hover_bg_bg::after {
    background-image: url(/Content/static/images/intro/main_bg01_01.png);
    transition: 1s;
}

.hover_bg02 .hover_bg_bg {
    right: 130px;
}

.hover_bg02 .hover_bg_bg::after {
    background-image: url(/Content/static/images/intro/main_bg02_01.png);
}

.hover_bg03 .hover_bg_bg {
    right: 0;
}

.hover_bg03 .hover_bg_bg::after {
    background-image: url(/Content/static/images/intro/main_bg03.png);
}

.hover_bg.active {
    width: 100%;
    right: 0;
    transition: 1s 0.2s;
}

.hover_bg.active .hover_bg_bg {
    opacity: 1;
    transition: 1s 0.2s;
}

.hover_bg01.active .hover_bg_bg {
    /* clip-path: polygon(60% 0, 100% 0, 100% 100%, 60% 100%, 60% 100%, 0 25%, 60% 0); */
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 28% 100%, 28% 100%, 0 25%, 28% 0);
}

.hover_bg02.active .hover_bg_bg {
    /* clip-path: polygon(60% 0, 100% 0, 100% 100%, 60% 100%, 60% 100%, 0 50%, 60% 0); */
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 28% 100%, 28% 100%, 0 50%, 28% 0);
}

.hover_bg03.active .hover_bg_bg {
    /* clip-path: polygon(60% 0, 100% 0, 100% 100%, 60% 100%, 60% 100%, 0 75%, 60% 0); */
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 28% 100%, 28% 100%, 0 75%, 28% 0);
}

.hover_bg.active .hover_bg_bg::after {
    transform: scale(1);
    opacity: 1;
}

@keyframes hover_bg_div {
    from {
        opacity: 0;
        right: 0;
    }

    10% {
        opacity: 1;
    }

    to {}
}

/* ---------------------------------------------------------------------------- */

.hover_con_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.hover_con_wrap li {
    cursor: pointer;
    overflow: hidden;
    width: 130px;
}

.hover_con {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 5;
    transition: 0.5s;
}

.hover_con01 {
    right: 260px;
}

.hover_con02 {
    right: 130px;
}

.hover_con03 {
    right: 0;
}

.hover_con a {
    display: block;
    width: 100%;
    height: 100%;
}

/* .hover_con_wrap .hover_con::before,
.hover_con_wrap .hover_con::after {
    content: '';
    width: 1px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    opacity: 1;
}


.hover_con_wrap .hover_con01::after {
    height: 25%;
    bottom: 75%;
    transform-origin: bottom;
}

.hover_con_wrap .hover_con01::before {
    height: 75%;
    top: 25%;
    transform-origin: top;
}

.hover_con_wrap .hover_con02::after {
    height: 50%;
    bottom: 50%;
    transform-origin: bottom;
}

.hover_con_wrap .hover_con02::before {
    height: 50%;
    top: 50%;
    transform-origin: top;
}

.hover_con_wrap .hover_con03::after {
    height: 75%;
    bottom: 25%;
    transform-origin: bottom;
}

.hover_con_wrap .hover_con03::before {
    height: 25%;
    top: 75%;
    transform-origin: top;
} */

.hover_con_wrap .hover_con .line {
    display: block;
    width: 1px;
    background: #c1c0bc;
    position: absolute;
    left: 0;
    opacity: 1;
    transition: 0.5s;
}

.hover_con_wrap .hover_con01 .line_after {
    height: 25%;
    bottom: 75%;
    transform-origin: bottom;
}

.hover_con_wrap .hover_con01 .line_before {
    height: 75%;
    top: 25%;
    transform-origin: top;
}

.hover_con_wrap .hover_con02 .line_after {
    height: 50%;
    bottom: 50%;
    transform-origin: bottom;
}

.hover_con_wrap .hover_con02 .line_before {
    height: 50%;
    top: 50%;
    transform-origin: top;
}

.hover_con_wrap .hover_con03 .line_after {
    height: 75%;
    bottom: 25%;
    transform-origin: bottom;
}

.hover_con_wrap .hover_con03 .line_before {
    height: 25%;
    top: 75%;
    transform-origin: top;
}

.hover_con.active .line {
    /* height: 100%; */
    opacity: 0;
}

/* .hover_con01.active .line_after {
    transform: rotate(35deg);
}

.hover_con01.active .line_before {
    transform: rotate(-13deg);

}

.hover_con02.active .line_after {
    transform: rotate(19deg);

}

.hover_con02.active .line_before {
    transform: rotate(-19deg);

}

.hover_con03.active .line_after {
    transform: rotate(13deg);

}

.hover_con03.active .line_before {
    transform: rotate(-35deg);

}

.hover_con.active {
    width: 200px;
} */

.hover_con_txt {
    position: relative;
    width: 100px;
    height: 100%;
    margin: auto;
    opacity: 0;
    transform: translateX(50px);
}

.hover_con_txt h4 {
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: -32px; */
    margin: auto;
    /* width: 230px; */
    height: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 33px;
    font-weight: 800;
    color: #fff;
    transform: rotate(90deg);
    transition: 1s;
    opacity: 0;
    white-space: pre;
}

.hover_con01 .hover_con_txt h4 {
    color: #fff;
}

.hover_con_txt .inactive_h2 {
    position: absolute;
    bottom: 120px;
    left: -22px;
    width: 154px;
    height: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #5e6061;
    transform: rotate(90deg);
    transition: 1s;
    opacity: 1;
    transition: 1.2s;
    vertical-align: middle;
}

.hover_con_txt .inactive_h2::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #5e6061;
    position: absolute;
    top: 11px;
    right: 0;
    margin: auto;
    transition: 1.2s;
    border-radius: 10px;
}

.hover_con_txt .inactive_h2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background: #5e6061;
    position: absolute;
    top: 1px;
    right: 9.5px;
    margin: auto;
    transition: 1s;
    border-radius: 10px;
}

.hover_con_txt h2.active_h2 {
    position: absolute;
    top: 0;
    left: 80px;
    width: 154px;
    height: 24px;
    font-size: 24px;
    color: #333;
    transform: rotate(90deg) translateX(-50px);
    transition: 1s;
    opacity: 0;
    transition: 1.2s;
}

.hover_con_txt h2.active_h2::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 11px;
    right: 0;
    margin: auto;
    transition: 1.2s;
    border-radius: 10px;
}

.hover_con_txt h2.active_h2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background: #333;
    position: absolute;
    top: 1px;
    right: 11px;
    margin: auto;
    transition: 1.2s;
    border-radius: 10px;
}

/* .hover_con03 .hover_con_txt h2.active_h2 {
    top: 2.2%;
} */

.hover_con_txt .inactive_h2.active {
    bottom: 0;
    opacity: 0;
    left: 0;
    color: #333;
    /* transition: 1.2s; */
}

/* .hover_con_txt .inactive_h2.active::after {
    background: #333;
    transition: 1.2s;
}

.hover_con_txt .inactive_h2.active::before {
    background: #333;
    transition: 1.2s;
} */

.hover_con_txt .active_h2.active {
    top: 16%;
    left: 70px;
    opacity: 1;
    /* transform: rotate(90deg)translateX(0px); */
    /* transition: 1.2s .5s; */
}

/* .hover_con_txt .active_h2.active::after {
    background: #333;
    transition: 1.2s .5s;
}

.hover_con_txt .active_h2.active::before {
    background: #333;
    transition: 1.2s .5s;
} */

/* .hover_con03 .hover_con_txt .active_h2.active { */
/* top: 3.5%; */
/* left: 80px; */
/* opacity: 1; */
/* color: #fff; */
/* transition: 1.2s .5; */
/* } */

/* .hover_con03 .hover_con_txt .active_h2.active::after {
    background: #fff;
    transition: 1.2s .5
}

.hover_con03 .hover_con_txt .active_h2.active::before {
    background: #fff;
    transition: 1.2s .5
} */

.main_wrap.active .hover_con_wrap li::after {
    transition: 0.8s;
}

.main_wrap.active .hover_con_wrap li::before {
    transition: 0.8s;
}

.main_wrap.active .hover_con_wrap .hover_con:nth-child(1) .hover_con_txt {
    transform: translate(0);
    opacity: 1;
    transition: 1.5s 0.2s;
}

.main_wrap.active .hover_con_wrap .hover_con:nth-child(2) .hover_con_txt {
    transform: translate(0);
    opacity: 1;
    transition: 1.5s 0.4s;
}

.main_wrap.active .hover_con_wrap .hover_con:nth-child(3) .hover_con_txt {
    transform: translate(0);
    opacity: 1;
    transition: 1.5s 0.6s;
}

/* ---------------------------------------------------------------------------- */

.main_txt_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_txt_box {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
    z-index: 2;
    color: #fff;
    transform: translateX(-0);
    /* padding-left: 22.2222%; */
    padding-left: 120px;
}

.main_txt_box01 {
    width: calc(100% - 300px);
    /* transform: translateX(-100px); */
}

.main_txt_box02 {
    width: calc(100% - 300px);
    /* transform: translateX(-50px); */
}

.main_txt_box03 {
    width: calc(100% - 300px);
    /* transform: translateX(0); */
}

.main_txt_wrap .main_txt {
    opacity: 0;
    transition: 0.2s;
}

.main_txt_box h2 {
    font-family: "URWClassico", sans-serif;
    font-size: 90px;
    font-weight: 400;
    color: #074054;
    letter-spacing: 0.08em;
}

.main_txt_box h2 b {
    color: #00c2c2;
}

.main_txt_box h2 span {
    -webkit-text-stroke: 0.3px rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 0);
}

.main_txt_box p {
    font-family: "NotoSansKR", sans-serif;
    margin-top: 36px;
    font-size: 14px;
    line-height: 31px;
    margin-top: 36px;
    font-weight: 500;
    color: #2b2e30;
}

.main_logo {
    margin-top: 40px;
}

.main_txt_box h4 {
    font-size: 24px;
    font-weight: 200;
    margin-top: 60px;
}

.main_txt_wrap .main_txt.active {
    opacity: 1;
    transition: 0.2;
}

.main_txt .main_txt_box>li:nth-child(1) {
    transform: translateY(-20px);
    opacity: 0;
    transition: 0.5s;
}

.main_txt .main_txt_box>li:nth-child(2) {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.main_txt .main_txt_box>li:nth-child(3) {
    transform: translateY(-20px);
    opacity: 0;
    transition: 0.5s;
}

.main_bt_wrap {
    opacity: 0;
    transform: 0.5s;
}

.main_txt.active .main_txt_box>li:nth-child(1) {
    transform: translate(0);
    opacity: 1;
    transition: 1s 0.5s;
}

.main_txt.active .main_txt_box>li:nth-child(2) {
    transform: translate(0);
    opacity: 1;
    transition: 1s 0.5s;
}

.main_txt.active .main_txt_box>li:nth-child(3) {
    transform: translate(0);
    opacity: 1;
    transition: 1s 0.9s;
}

.main_txt.active .main_bt_wrap {
    opacity: 1;
    transition: 1s 1.2s;
}

/*  */

.main_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    line-height: 24px;
    padding: 30px;
}

.main_footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 60px;
    height: 1px;
}

/*  */

@keyframes main_img {
    from {
        transform: scale(1.22);
    }

    to {}
}

@keyframes main_txt {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {}
}

@keyframes main_txt2 {
    from {
        opacity: 0;
    }

    to {}
}

@keyframes bullet {
    from {
        height: 0;
    }

    to {}
}

.main_play_bt {
    width: 20px;
    height: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.main_play_bt>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    border-radius: 100%;
}

.main_play_bt>div>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.swiper-button-play {
    display: none;
}

.main_scroll_box {
    width: 51px;
    height: 135px;
    position: absolute;
    left: 30px;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
    opacity: 0;
    transition: 0.7s 1.6s;
    transform: translateX(-100px);
}

.main_scroll {
    width: 13px;
    height: 83px;
    margin: auto;
    margin-top: 12px;
    position: relative;
    overflow: hidden;
}

.main_scroll span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -100%;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.main_scroll:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    left: 0;
    bottom: 2px;
    right: 0;
    margin: auto;
}

.scroll_circle {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: -1;
}

.scroll_circle span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0.2;
}

.main_wrap.active .main_scroll_box {
    opacity: 1;
    transform: translateY(0);
}

/* sub */

#all_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    position: relative;
    font-family: "NotoSansKR", sans-serif;
}

#container {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 90;
    font-family: "NotoSansKR", sans-serif;
    overflow: hidden;
}

.sub {
    position: relative;
    width: 100%;
    left: 0;
    background-color: #fff;
    top: 0;
    max-width: 1100px;
    margin: auto;
}

#sub_top {
    width: 100%;
    height: 550px;
    position: relative;
    margin-top: 0px;
    z-index: 99;
    background-color: #000;
    overflow: hidden;
}

.sub_top_bg01 {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    background: url(/Content/static/images/intro/main_bg01.jpg) center center no-repeat;
    background-size: cover;
    transform: scale(1);
}

.sub_top_bg01::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/Content/static/images/intro/main_bg01.jpg) center center no-repeat;
    background-size: cover;
    animation: sub_topimg 1.2s 0.2s both;
}

#sub-toptxt {
    position: absolute;
    font-size: 44px;
    top: 260px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-family: "Carisma Gothic 400";
    animation: sub_top 0.8s 0.2s both;
    z-index: 99;
}

#sub-topline {
    position: absolute;
    top: 54px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    animation: sub_top_line 1.2s 0.2s both;
}

.sub-tit2 {
    font-size: 14px;
    color: #858585;
    font-family: "NotoSansKR", sans-serif;
}

.sub-tit2>span {
    color: #373737;
    font-weight: 600;
}

@keyframes sub_topimg {
    from {
        transform: scale(1.3);
    }

    to {}
}

@keyframes sub_top {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {}
}

@keyframes sub_top_line {
    from {
        width: 0%;
    }

    to {}
}

.sub_top_txt {
    position: absolute;
    left: 212px;
    top: 210px;
    color: #fff;
    text-align: left;
    font-weight: 100;
    letter-spacing: 0;
}

.sub_top_txt h3 {
    font-size: 24px;
    line-height: 100%;
    animation: sub_txt 1.2s 0.2s both;
}

.sub_top_txt h2 {
    font-size: 34px;
    line-height: 100%;
    margin-top: 10px;
    animation: sub_txt 1.2s 0.2s both;
}

.sub_open {
    float: left;
    clear: both;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 40px;
    position: relative;
    animation: sub_txt 1.2s 0.6s both;
    color: #99887a;
}

.sub_open img {
    width: 200px;
}

/*.sub_open { width: 129px; height: 18px; margin-top: 45px; position: relative; animation: sub_txt 1.2s 0.6s both; }*/
.sub_open:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #99887a;
    opacity: 0.5;
    display: none;
}

.sub_scroll_box {
    width: 51px;
    height: 135px;
    position: absolute;
    left: 35px;
    bottom: 55px;
    text-align: center;
    z-index: 9;
    animation: sub_scroll 0.7s 1s both;
}

.sub_scroll {
    width: 13px;
    height: 83px;
    margin: auto;
    margin-top: 12px;
    position: relative;
    overflow: hidden;
}

.sub_scroll span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -100%;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.sub_scroll:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    left: 0;
    bottom: 2px;
    right: 0;
    margin: auto;
}

.scroll_circle {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: -1;
}

.scroll_circle span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0.2;
}

@keyframes sub_scroll {
    from {
        transform: translateX(-170px);
        opacity: 0;
    }

    to {}
}

@keyframes sub_top_img {
    from {
        transform: scale(1.2);
    }

    to {}
}

@keyframes sub_txt {
    from {
        transform: translateY(25px);
        opacity: 0;
    }

    to {}
}

#snb_wrap {
    height: 65px;
    position: absolute;
    top: 0;
    margin: auto;
    z-index: 100;
    right: 0;
    /* transform: translateX(-750px);  */
}

#snb {
    width: 480px;
    height: 65px;
    position: absolute;
    right: 0;
    top: -130px;
}

#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: #161616;
}

#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: 43px;
}

#snb>li:first-child img {
    position: absolute;
    left: 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("/Content/static/images/intro/snb-arr.gif") no-repeat 100% 50%;
}

#snb>li:first-child+li+li>a {
    margin-top: 1px;
    color: #232323;
}

/*#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: #555;
    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: #636363;
    padding: 11px 15px;
    white-space: nowrap;
}

#snb .ov:hover ul {
    display: block;
}

#snb .ov ul li a:hover {
    background: #ebebeb;
    color: #000;
}

#sub-title {
    position: relative;
    left: 50%;
    margin-left: -550px;
    width: 1100px;
    font-family: "NotoSansKR", sans-serif;
    text-align: left;
    margin-top: 150px;
}

#sub-title>h1 {
    font-size: 40px;
    font-weight: 400;
    color: #171717;
    letter-spacing: -1px;
    z-index: 2;
    line-height: 100%;
}

#sub-title>h5 {
    font-size: 12px;
    line-height: 100%;
    margin-top: 12px;
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sub-title-line {
    width: 100%;
    height: 1px;
    margin: auto;
    background: #c6c6c6;
    margin: 20px 0;
}

#sub_wrap {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    height: auto;
    margin-top: 50px;
    z-index: 90;
}

#sub_page {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    padding-bottom: 150px;
    font-family: "NotoSansKR", sans-serif;
    text-align: center;
}

.sub_ori {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin-top: 60px;
    color: #404040;
}

/*.sub_ori.planning_ori { width: 1400px; margin-left: -150px; }*/
/*.ori_bg { width: 52px; height: 52px; background: #192642 url(../sub/ori_bg.png) center no-repeat; position: absolute; left: 30px; top: 0; bottom: 0; margin: auto; border-radius: 100%; }*/
.sub_ori ul {
    position: relative;
    top: 50%;
}

.sub_ori ul li {
    font-size: 12px;
    line-height: 20px;
    color: #6e6e6e;
    letter-spacing: -0.5px;
}

/**/

/**/
.mo_br {
    display: none;
}

ul.tabs2.complex_tab {
    font-family: "NotoSansKR", "Malgun Gothic", dotum, "돋움", "굴림", Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size: 14px;
    height: 60px !important;
}

ul.tabs2.complex_tab>li {
    height: 60px !important;
    line-height: 60px;
}

ul.tabs2 {
    font-family: "NotoSansKR", "Malgun Gothic", dotum, "돋움", "굴림", Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size: 14px;
    height: 40px;
}

ul.tabs2 li {
    margin-bottom: -1px;
    color: #232222;
    margin-left: 5px;
    float: left;
    text-align: center;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e9eaec;
    font-weight: 400;
    background: #e9eaec;
    overflow: hidden;
    position: relative;
}

ul.tabs2 li.selected,
ul.tabs li.selected:hover {
    position: relative;
    top: 0px;
    color: #a79482;
    background: #192642;
    border: 1px solid #192642;
}

ul.tabs2 li.selected a,
ul.tabs li.selected a:hover {
    color: #a79482;
}

ul.tabs2 li a {
    padding: 10px 180px;
    color: #707070;
}

ul.tabs2 li.selected a:hover {
    text-decoration: none;
}

ul.tabs2 li.active {
    color: #fff;
    background: #192642;
    border: 1px solid #192642;
}

.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #ffffff;
    max-width: 900px;
}

.tab_content2 {
    position: absolute;
    margin: 40px 0px 0px 0px;
    padding-right: 60px;
    font-size: 1em;
    display: none;
}

.tab_container2 .tab_content2 ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.tab_container2 .tab_content2 ul li {
    padding: 5px;
    list-style: none;
}

#container2 {
    width: 1100px;
    margin: 0 auto;
}

/**/

ul.tabs3 {
    font-family: "NotoSansKR", "Malgun Gothic", dotum, "돋움", "굴림", Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size: 14px;
    height: 40px;
}

ul.tabs3 li {
    margin-bottom: -1px;
    color: #232222;
    margin-left: 10px;
    float: left;
    text-align: center;
    cursor: pointer;
    width: 16.5%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
}

ul.tabs3 li.selected,
ul.tabs li.selected:hover {
    position: relative;
    top: 0px;
    color: #fff;
    background: #ccc;
}

ul.tabs3 li.selected a,
ul.tabs li.selected a:hover {
    color: #fff;
}

ul.tabs3 li a {
    padding: 10px 180px;
    color: #444;
}

ul.tabs3 li.selected a:hover {
    text-decoration: none;
}

ul.tabs3 li.active {
    color: #fff;
    background: #ad987c;
    border: 1px solid #ad987c;
}

.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #ffffff;
    max-width: 900px;
}

.tab_content2 {
    position: absolute;
    margin: 40px 0px 0px 0px;
    padding-right: 60px;
    font-size: 1em;
    display: none;
}

.tab_container2 .tab_content2 ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.tab_container2 .tab_content2 ul li {
    padding: 5px;
    list-style: none;
}

#container2 {
    width: 1100px;
    margin: 0 auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {}

@media all and (max-width: 1360px) {
    .guest_wrap {
        padding: 0 10%;
        box-sizing: border-box;
    }

    .guest_wrap .guest_box {
        width: 100%;
        margin-right: 0%;
    }

    .sub_top_box {
        width: 550px;
        height: 273px;
        position: absolute;
        right: 10%;
        top: 160px;
        margin: auto;
    }

    .sub_leaf {
        width: 380px;
        position: absolute;
        right: -170px;
        bottom: -110px;
        z-index: -1;
    }

    .sub_top_txt {
        position: absolute;
        left: 10%;
        top: 200px;
    }

    .sub_top_txt h3 {
        font-size: 20px;
    }

    .sub_top_txt h2 {
        font-size: 30px;
        margin-top: 8px;
        line-height: 120%;
    }

    .sub_scroll_box {
        display: none;
    }

    #snb_wrap {
        width: 80%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        transform: translateX(0);
    }

    .info_box.adress>ul {
        border-top: none;
    }

    .mo_h2 {
        display: none;
    }

    .mo_br {
        display: block;
    }

    .guest_box.mo {
        margin-bottom: 0;
    }

    /**/

    .planning_wrap {
        padding: 0 10%;
        box-sizing: border-box;
    }

    .planning_img {
        width: 100%;
        float: none;
    }

    .planning_txt_wrap {
        position: relative;
        width: 100%;
        bottom: 0;
        margin-top: 60px;
    }

    /**/

    .contact_wrap {
        width: 100%;
        height: 1350px;
        background: url(/Content/static/images/intro/contact_bg.jpg) center right no-repeat;
        background-size: cover;
    }

    .contact_box {
        width: 100%;
        height: 910px;
        padding: 0 10%;
        transform: translateY(-100px);
        box-sizing: border-box;
    }

    .contact_map_box {
        width: 607px;
        margin: auto;
        height: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        margin-top: 90px;
    }

    .contact_map {
        width: 607px;
        height: 432px;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
    }

    .contact_map:nth-child(1) {
        transform: translateX(-50px);
        opacity: 0;
    }

    .contact_map:nth-child(2) {
        transform: translateX(50px);
        opacity: 0;
    }

    .contact_txt_box {
        width: 100%;
        height: 53px;
        position: relative;
        overflow: hidden;
        background-color: #1b2536;
    }

    .contact_txt_box h3 {
        float: left;
        font-size: 18px;
        line-height: 53px;
        color: #d6d6d6;
        position: relative;
        font-weight: 400;
        margin-left: 27px;
        padding-right: 22px;
    }

    .contact_txt_box h3:after {
        content: "";
        width: 1px;
        height: 12px;
        background-color: #595f6b;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .contact_txt_box p {
        float: left;
        font-size: 16px;
        line-height: 53px;
        color: #98999a;
        font-weight: 300;
        margin-left: 18px;
    }

    .contact_txt_box .contact_bt {
        height: 100%;
        float: right;
    }

    .contact_txt_box .contact_bt a {
        width: 100%;
        height: 100%;
        display: block;
        padding-right: 60px;
        padding-left: 10px;
    }

    .contact_txt_box .contact_bt a p {
        color: #fff;
        font-size: 12px;
        line-height: 53px;
        letter-spacing: -0.5px;
        margin-left: 0;
    }

    .contact_bt .contact_plus {
        width: 13px;
        height: 13px;
        position: absolute;
        right: 26px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: 0.2s;
    }

    .contact_bt .contact_plus:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .contact_bt .contact_plus:before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .contact_txt_box .contact_bt:hover .contact_plus {
        transform: rotate(90deg);
    }

    .contact_wrap.active .contact_tit {
        transition: 1.2s 0s;
        transform: translateY(0px);
        opacity: 1;
    }

    .contact_wrap.active .contact_map {
        transition: 1.2s 0.4s;
        transform: translateX(0px);
        opacity: 1;
    }
}

@media all and (max-width: 1580px) {}