/*****************************************
서브 비주얼
*****************************************/
/* ========================================================
 * SETTING
======================================================== */
:root {
    --theme-red-color: #e81212;
    --theme-blue-color: #061631;
    --theme-orange-color: #ef8009;
    --area-box-width: 1440px;
    --area-width: 1440px;
    --area-padding: 7.4rem;
    --area-margin: 12rem;
    --header-height: 120px;
    --header-util-width: 12.1rem;
    --sub-visual-height: 60rem;
    --sub-menu-height: 60px;
    --full-height: 100vh;
    --transition-custom: all 0.4s ease-in-out;
    --transition-custom2: all 0.8s ease-in-out;
    --custom-transiton1: all 0.4s cubic-bezier(.7, 0, .2, 1);
    --custom-transiton2: all 0.8s cubic-bezier(.7, .1, .2, 1);
}

/* html:not(.is-mobile) *::-webkit-scrollbar {
    width: 7px;
    height: 15px;
}

html:not(.is-mobile) *::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

html:not(.is-mobile) *::-webkit-scrollbar-thumb {
    background-color: var(--theme-blue-color);
} */

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1740px) {
    :root {
        --area-padding: 30px;
    }
}

@media all and (max-width:1280px) {
    :root {
        --header-height: 8rem;
    }
}

@media all and (max-width:800px) {
    :root {
        --area-padding: 3.6rem;
        --header-util-width: 8rem;
        --sub-visual-height: 36.5rem;
        --sub-menu-height: 6rem;
    }
}

@media all and (max-width: 480px) {
    :root {}
}

/* ========================================================
 * FONT SIZE
======================================================== */
@media all and (max-width:1536px) {
    html {
        font-size: 0.6510vw;
    }

    /* 10 */
}

@media all and (max-width:1280px) {
    html {
        font-size: 0.8594vw;
    }

    /* 10 -> 11*/
}

@media all and (max-width:800px) {
    html {
        font-size: 1.375vw
    }

    /* 10 -> 11*/
}

@media all and (max-width:640px) {
    html {
        font-size: 1.7188vw
    }

    /* 10 -> 11*/
}

@media all and (max-width: 480px) {
    html {
        font-size: 2.2vw
    }

    /* 10 */
}

@media all and (max-width: 412px) {
    html {
        font-size: 2.4272vw
    }

    /* 10 */
}

@media all and (max-width:390px) {
    html {
        font-size: 2.1795vw
    }

    /* 10 -> 8.5 */
}

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1740px) {
    :root {
        --area-padding: 30px;
    }
}

@media all and (max-width:1280px) {
    :root {
        --header-height: 8rem;
    }
}

@media all and (max-width:800px) {
    :root {
        --area-padding: 3.6rem;
        --header-util-width: 8rem;
        --sub-visual-height: 36.5rem;
        --sub-menu-height: 6rem;
    }
}

@media all and (max-width: 480px) {
    :root {}
}

/* ========================================================
 * FONT SIZE
======================================================== */
@media all and (max-width:1536px) {
    html {
        font-size: 0.6510vw;
    }

    /* 10 */
}

@media all and (max-width:1280px) {
    html {
        font-size: 0.8594vw;
    }

    /* 10 -> 11*/
}

@media all and (max-width:800px) {
    html {
        font-size: 1.375vw
    }

    /* 10 -> 11*/
}

@media all and (max-width:640px) {
    html {
        font-size: 1.7188vw
    }

    /* 10 -> 11*/
}

@media all and (max-width: 480px) {
    html {
        font-size: 2.2vw
    }

    /* 10 */
}

@media all and (max-width: 412px) {
    html {
        font-size: 2.4272vw
    }

    /* 10 */
}

@media all and (max-width:390px) {
    html {
        font-size: 2.1795vw
    }

    /* 10 -> 8.5 */
}

/* ========================================================
 * 공통클래스
======================================================== */
html {
    font-size: 10px;
}

.area {
    max-width: var(--area-width);
    margin: 0px auto;
}

.area-box {
    max-width: var(--area-box-width);
    margin: 0px auto;
}

.area-box-padding {
    padding: 0 var(--area-padding);
    box-sizing: border-box;
}

.full-height {
    height: var(--full-height);
}

/* Fullpage Layout */
.fullpage-html {
    overflow: hidden;
    height: 100%;
}

.fullpage-html #wrap {
    position: static;
}

/* br tag */
.m-br {
    display: none;
}

.display-m {
    display: none;
}

@media all and (max-width:1740px) {
    .area-box {
        padding: 0 var(--area-padding);
        max-width: none;
    }
}

@media all and (max-width:1680px) {
    .area {
        padding: 0 var(--area-padding);
    }
}

@media all and (max-width:1280px) {
    .area {
        max-width: none;
    }

    .m-br {
        display: block;
    }

    .pc-br {
        display: none;
    }

    .display-m {
        display: block;
    }

    .display-pc {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .area-box {
        padding: 0 16px;
    }
}

/* ****************** SUB LAYOUT ********************** */


/* SUB LAYOUT :: 비주얼 */
#visual {
    position: relative;
    width: 100%;
    height: var(--sub-visual-height);
}

#visual .visual-img-con {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: var(--sub-visual-height);
    overflow: hidden;
}

#visual .visual-img-inner {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transform: scale(1.1, 1.1);
    transition: transform 5s linear;
}

#visual .visual-txt-con {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

#visual .visual-txt-container {
    position: relative;
    width: 100%;
    padding-top: 20rem;
}


#visual .visual-tit {
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
    transition-delay: 0.3s;
}

/* #visual .location {
    transition-delay: 0.5s;
} */

/* SUB LAYOUT :: 상단효과 active */
/* #visual.active .visual-img-inner {
    transform: scale(1.0, 1.0) rotate(0.002deg);
}

#visual.active .visual-tit,
#visual.active .location {
    opacity: 1.0;
    transform: translateY(0px);
} */

/* SUB LAYOUT :: 위치정보(location) */
.location {
    padding-top: 3.5rem;
}

.location ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.location li {
    position: relative;
    margin-right: 3.3rem;
    font-size: 1.6rem;
    letter-spacing: -0.025em;
    color: #fff;
}

.location li:last-child {
    margin-right: 0;
}

.location li a {
    color: inherit;
}

.location li i {
    font-size: 1.6rem;
}

.location li:before {
    position: absolute;
    top: 50%;
    /* margin-top: -0.1rem; */
    left: -2.4rem;
    /*    width: 1.3rem;
    height: 0.2rem; */
    /* background-color: #fff; */
    color: #fff;
    content: "\f077";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 14px;
    transform: translateY(-50%) rotate(90deg);
}

.location li:first-child:before {
    display: none;
}

/* SUB LAYOUT :: 서브메뉴(스타일1) */
#topMenu01 {
    position: relative;
    z-index: 1;
    margin-top: calc(-1*(var(--sub-menu-height) + 3px));
    width: 100%;
    height: calc(var(--sub-menu-height) + 3px);
}

#topMenu01 .side-menu-inner {
    text-align: center;
    width: 100%;
    /* height:var(--sub-menu-height); */
    height: 100%;
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#topMenu01 .side-menu-inner ul {
    display: table;
    width: 100%;
    /* display:flex; align-items:center; justify-content:center; */
}

#topMenu01 .side-menu-inner ul li {
    display: table-cell;
    /* max-width:26rem; */
}

/* max-width 자유롭게 수정 */
#topMenu01 .side-menu-inner ul li>a {
    display: block;
    display: table;
    position: relative;
    width: 100%;
    height: var(--sub-menu-height);
    line-height: 1.2;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: -0.025em;
    font-weight: 500;
    word-break: keep-all;
    transition: var(--transition-custom);
}

#topMenu01 .side-menu-inner ul li>a:before {
    position: absolute;
    top: -3px;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #fff;
    content: "";
    transition: var(--transition-custom);
}

#topMenu01 .side-menu-inner ul li>a>span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px;
}

#topMenu01 .side-menu-inner ul li>a:hover:before,
#topMenu01 .side-menu-inner ul li.on>a:before {
    width: 100%;
    margin-left: -50%;
}

/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
@media all and (min-width:1025px) {
    .fixed-sub-menu.top-fixed .side-menu-inner {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
    }
}

/* SUB LAYOUT :: 모바일메뉴(공통) */
#topMenuM {
    display: none;
}

/* SUB LAYOUT :: 컨텐츠 레이아웃 */
#content {
    padding: 17rem 0
}

#content.pdb-0 {
    padding-bottom: 0;
}


/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1600px) {

    /* SUB LAYOUT :: 비주얼 */
    #visual .visual-txt-con {
        padding: 0 var(--area-padding);
        box-sizing: border-box;
    }
}

@media all and (max-width:1280px) {

    /* SUB LAYOUT :: 컨텐츠 레이아웃 */
    #content {
        padding: 10rem 0
    }
}

@media all and (max-width:800px) {

    /* SUB LAYOUT :: 비주얼 */
    #visual .visual-txt-container {
        padding-top: 12rem;
    }

    #visual .visual-tit {
        font-size: 4rem;
    }

    /* SUB LAYOUT :: 위치정보(location) */
    .location {
        padding-top: 2rem;
    }

    .location ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .location li {
        margin-right: 3.3rem;
        font-size: 1.6rem;
    }

    .location li:last-child {
        margin-right: 0;
    }

    .location li i {
        font-size: 1.6rem;
    }

    .location li:before {
        margin-top: -0.1rem;
        left: -2.4rem;
        width: 1.3rem;
        height: 0.2rem;
    }

    /* SUB LAYOUT :: 서브메뉴(스타일1,2,3) */
    #topMenu01,
    #topMenu02,
    #topMenu03 {
        display: none
    }

    /* -------- SUB LAYOUT :: 서브메뉴 모바일 -------- */
    #topMenuM {
        margin-top: calc(-1*(var(--sub-menu-height) + 3px));
        display: block;
        position: relative;
        z-index: 5;
        height: calc(var(--sub-menu-height) + 3px);
    }

    #topMenuM .top-menu-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        /* height:var(--sub-menu-height); */
        height: 100%;
    }

    #topMenuM .top-menu-inner {
        position: relative;
        /* height:var(--sub-menu-height); */
        height: 100%;
        border-top: 3px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.04);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    #topMenuM .menu-location {
        position: relative;
        box-sizing: border-box;
        width: 100%;
    }

    #topMenuM .menu-location>.cur-location {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        height: var(--sub-menu-height);
        padding: 0 var(--area-padding);
        padding-right: calc(var(--area-padding) + 3rem);
        box-sizing: border-box;
    }

    #topMenuM .menu-location>.cur-location span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: var(--sub-menu-height);
        color: #fff;
        font-weight: 400;
        font-size: 15px;
    }

    #topMenuM .menu-location>.cur-location .arrow {
        position: absolute;
        top: 50%;
        right: var(--area-padding);
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-size: 18px;
        color: #fff;
    }

    #topMenuM .menu-location .location-menu-con {
        display: none;
        position: absolute;
        top: 98%;
        left: -1px;
        right: -1px;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        z-index: 11;
    }

    #topMenuM .menu-location .location-menu-con li {
        border-top: 1px solid #eee;
    }

    #topMenuM .menu-location .location-menu-con li a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 35px;
        padding: 0 var(--area-padding);
        font-size: 14px;
        line-height: 1.5;
        word-break: keep-all;
        box-sizing: border-box;
        transition: all 0.3s;
    }

    #topMenuM .menu-location .location-menu-con li:hover a {
        color: var(--theme-blue-color);
        font-weight: bold;
    }

    #topMenuM .menu-location .location-menu-con li.on {
        position: relative;
    }

    #topMenuM .menu-location .location-menu-con li.on a {
        color: var(--theme-blue-color);
        font-weight: 700;
    }

    /* Home 버튼 있을때 */
    #topMenuM .location-to-home-btn+.top-menu-inner {
        padding-left: var(--sub-menu-height)
    }

    #topMenuM .location-to-home-btn {
        position: absolute;
        width: var(--sub-menu-height);
        height: var(--sub-menu-height);
        left: 0px;
        top: 0px;
        text-align: center;
    }

    #topMenuM .location-to-home-btn i {
        color: var(--theme-blue-color);
        font-size: 20px;
        line-height: var(--sub-menu-height);
    }

    /* 2depth 있을때 */
    #topMenuM .menu-2dep {
        display: flex;
    }

    #topMenuM .menu-2dep .menu-location {
        width: 50%;
        border-left: 1px solid #ddd;
    }

    #topMenuM .menu-2dep .menu-location.loaction2 {}

    #topMenuM .menu-2dep .menu-location .location-menu-con {
        border: 1px solid #ddd;
        border-top: 0;
    }

    /* Menu OPEN */
    #topMenuM .menu-location.open>.cur-location .arrow {
        transform: rotate(-180deg);
        margin-top: -10px;
    }

    /* SUB LAYOUT :: 컨텐츠 레이아웃 */
    #content {
        padding: 7rem 0
    }
}