@charset "UTF-8";

/* HD SETTING */
#new_hd {
    width: 100%;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #f3f4f6;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#new_hd.active {
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#new_hd.dashhd_wrap {
    position: relative !important;
    border-bottom: 0;
}

#new_hd .hd_area {
    width: 100%;
    height: auto;
    position: relative;
}

#new_hd .hd_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_hd .hd_size {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    -webkit-transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
}

#new_hd.dashhd_wrap .hd_area,
#new_hd.dashhd_wrap .hd_con,
#new_hd.dashhd_wrap .hd_size {
    height: 100%;
}

#new_hd .hd_lt {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 1441px) {
    #new_hd {
        padding: 0 30px;
    }
}

@media all and (max-width: 1281px) {
    #new_hd .menu_nav {
        display: none;
    }
}

@media all and (max-width: 481px) {
    #new_hd {
        height: 63px;
        padding: 0 15px;
    }

    #new_hd.active {
        height: 53px;
    }

    #new_hd .hd_size {
        padding: 15px 0;
    }

    #new_hd.active .hd_size {
        padding: 10px 0;
    }
}

/* HD SETTING END */

/* HD LOGO */
#new_hd .hd_logo {
    width: 110px;
    height: 30px;
    position: relative;
}

#new_hd .hd_logo > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-image: url(../img/hd_logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    top: -4px;
}

@media all and (max-width: 481px) {
    #new_hd .hd_logo {
        width: 90px;
        height: 25px;
    }

    #new_hd .hd_logo > a {
        top: auto;
    }
}

/* HD LOGO END */

/* HD NAV */
#new_hd .menu_nav {
    width: auto;
    height: auto;
    position: relative;
}

#new_hd .menu_nav .nav_box {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

#new_hd .menu_nav .nav_box .nav_item {
    width: auto;
    height: auto;
    position: relative;
}

#new_hd .menu_nav .nav_box .nav_item > a {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #1e293b;
}

#new_hd .menu_nav .nav_box .nav_item > a:hover {
    color: #2465ea;
}

/* HD NAV END */

/* HD LANG */
#new_hd .hd_lang {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

#new_hd .hd_lang .hd_btnbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

#new_hd .hd_lang .hd_btnbox > li {
    width: auto;
    height: auto;
    position: relative;
}

#new_hd .hd_lang .hd_btnbox > li.user_name::after {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background-color: #ababab;
}

#new_hd .hd_lang .hd_btnbox > li > a {
    display: block;
    padding: 12px 30px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1;
    background-color: #f9fafb;
    border: 1px solid #d1e7f0;
    color: #1e293b;
    border-radius: 4px;
}

#new_hd .hd_lang .hd_btnbox > li > a:hover {
    background-color: #dddddd;
}

#new_hd .hd_lang .hd_btnbox > li.invit_btn > a {
    padding: 12px 30px;
    background-color: #2465ea;
    color: #fff;
    border-radius: 4px;
}

#new_hd .hd_lang .hd_btnbox > li.invit_btn > a:hover {
    background-color: #093899;
}

#new_hd .hd_lang .hd_btnbox > li.user_name > p {
    display: block;
    padding: 0 30px;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1;
    color: #1e293b;
}

#new_hd .hd_lang .hd_bar {
    width: 41px;
    height: 41px;
    position: relative;
    display: none;
}

#new_hd .hd_lang .hd_bar > button {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 26px 26px;
    background-size: 26px;
    background-image: url(../img/menu_bar.svg);
    background-color: #f9fafb;
    border: 1px solid #d1e7f0;
}

@media all and (max-width: 1281px) {
    #new_hd .hd_lang .hd_bar {
        display: block;
    }
}

@media all and (max-width: 1025px) {
    #new_hd .hd_lang .hd_btnbox > li.invit_btn > a,
    #new_hd .hd_lang .hd_btnbox > li > a {
        padding: 12px 20px;
    }
}

@media all and (max-width: 481px) {
    #new_hd .hd_lang .hd_btnbox > li.invit_btn > a,
    #new_hd .hd_lang .hd_btnbox > li > a {
        padding: 10px;
        font-size: 0.8125rem;
    }

    #new_hd .hd_lang .hd_btnbox > li.user_name > p {
        font-size: 0.8125rem;
        padding: 0 15px;
    }

    #new_hd .hd_lang .hd_btnbox > li.user_name::after {
        right: 3px;
    }

    #new_hd .hd_lang .hd_bar {
        width: 35px;
        height: 35px;
    }

    #new_hd .hd_lang .hd_bar > button {
        -webkit-background-size: 22px 22px;
        background-size: 22px;
    }
}

/* HD LANG END */

/* HD BACKBTN */
.back_btn {
    width: 160px;
    height: 40px;
    position: relative;
}

.back_btn > button {
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: 100%;
    background-color: #2465ea;
    border: 0;
    border-radius: 4px;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
}

.back_btn > button:hover {
    background-color: #093899;
}

@media all and (max-width: 481px) {
    .back_btn {
        width: 130px;
        height: 30px;
    }

    .back_btn > button {
        font-size: 0.8125rem;
    }
}

/* HD BACKBTN END */

/* MO NAV */
.mo_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
    -o-transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
    -moz-transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.mo_fixed.active {
    opacity: 1;
    visibility: visible;
}

.mo_navcon {
    position: fixed;
    top: 0;
    right: -255px;
    bottom: 0;
    width: 255px;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.mo_navcon.active {
    right: 0;
}

.mo_navcon .mo_navhd {
    width: 100%;
    height: 63px;
    position: relative;
    border-bottom: 1px solid #d1e7f0;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.mo_navcon .mo_navhd .nav_close {
    width: 35px;
    height: 35px;
    position: relative;
}

.mo_navcon .mo_navhd .nav_close > button {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/close_icon.svg);
    background-color: transparent;
    border: none;
}

.mo_navcon .mo_navbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px;
}

.mo_navcon .mo_navbox .mo_nav {
    width: 100%;
    height: auto;
    position: relative;
}

.mo_navcon .mo_navbox .mo_nav .monav_item {
    width: 100%;
    height: auto;
    position: relative;
}

.mo_navcon .mo_navbox .mo_nav .monav_item > a {
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    color: #1e293b;
    padding: 20px 15px;
    line-height: 1;
    letter-spacing: 0.5px;
}

.mo_btnbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px;
    padding: 0 15px;
    padding-top: 15px;
    border-top: 1px solid #d1e7f0;
}

.mo_btnbox > li {
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 15px;
}

.mo_btnbox > li:last-of-type {
    margin-bottom: 0;
}

.mo_btnbox > li > a {
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1;
    background-color: #f9fafb;
    border: 1px solid #d1e7f0;
    color: #1e293b;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
}

.mo_btnbox > li.invit_btn > a {
    background-color: #2465ea;
    color: #fff;
}

@media all and (min-width: 481px) {
    .mo_navcon {
        width: 300px;
        right: -300px;
    }

    .mo_navcon .mo_navhd {
        padding: 0 30px;
        height: 80px;
    }

    .mo_navcon .mo_navbox .mo_nav .monav_item > a {
        padding: 20px 30px;
    }

    .mo_btnbox {
        padding: 15px 30px 0;
    }
}

/* MO NAV END */
