@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&family=The+Nautigal:wght@400;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

:root {
    /* color */
    --color-brand-primary: #00509A;
    --color-brand-secondary: #1C1D1D;
    --color-gray-900: #202020;
    --color-gray-800: #343434;
    --color-gray-600: #77787b;
    --color-gray-400: #AFAFAF;
    --color-gray-200: #D3D3D3;
    --color-gray-100: #F3F5F7;
    /* margin size */
    --tab-cont-margin:100px;
    /* font size */
    --default-tit-size: 32px;
    --default-tit2-size: 28px;
    --default-subtit-size: 28px;
    --default-font1-size: 22px;
    --default-font2-size: 20px;
    --default-font3-size: 18px;
    --default-font4-size: 16px;
    --default-tag-size: 14px;

    --solution-box-st1-span-size: 20px;
    --solution-box-st1-tit-size: 28px;
    --solution-box-st2-tit-size: 24px;
}

a {
    display: block;
}
a.more {
    color: white;
    background-color: black;
    font-weight: 500;
    padding: 16px 21px;
    line-height: 1;
    border-radius: 50px;
    display: inline-block;
}
a.more {
    --text:white;
    --duration: 0.32s;
    --font-shadow:16px;
    --font-size: var(--default-font3-size);
    --duration: 0.44s;
    --shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
    --shadow-hover: 0 4px 20px -2px rgba(21, 25, 36, 0.5);
    --font-shadow: calc(var(--font-size) * -1);
    transform: translateY(var(--y)) translateZ(0);
    transition: transform var(--duration) ease;
}
a.more:hover {
    --shadow: var(--shadow-hover);
}
a.more:hover span {
    --m: calc(var(--font-size));
}
a.more div {
    display: flex;
    overflow: hidden;
    text-shadow: 0 var(--font-shadow) 0 var(--text);
}
a.more div span {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    transition: transform var(--duration) ease;
    transform: translateY(var(--m)) translateZ(0);
}
a.more div span:nth-child(1) {
    transition-delay: 0.05s;
}
a.more div span:nth-child(2) {
    transition-delay: 0.1s;
    width: 5px;
}
a.more div span:nth-child(3) {
    transition-delay: 0.15s;
}
a.more div span:nth-child(4) {
    transition-delay: 0.2s;
}
a.more div span:nth-child(5) {
    transition-delay: 0.25s;
}
a.more div span:nth-child(6) {
    transition-delay: 0.3s;
}
a.more div span:nth-child(7) {
    transition-delay: 0.35s;
}
a.more div span:nth-child(8) {
    transition-delay: 0.4s;
}
a.more div span:nth-child(9) {
    transition-delay: 0.45s;
}
a.more div span:nth-child(10) {
    transition-delay: 0.5s;
}
a.more div span:nth-child(11) {
    transition-delay: 0.55s;
}


select {color: var(--color-brand-secondary);}

/* ?�니메이??*/
.on .splitting .char,
.swiper-slide-active .splitting .char {

    animation: wave-up .8s cubic-bezier(.5, 0, .5, 1) both;
    animation-delay: calc(80ms * var(--char-index) + 80ms);
}

@keyframes wave-up {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
}

.splitting .word {
    overflow: hidden;
}

@-webkit-keyframes ani_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.ani {
    visibility: hidden;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.ani.delay-1s {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.ani.delay-2s {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.ani.delay-3s {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.ani.delay-4s {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.ani.delay-5s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.ani.delay-6s {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.ani.delay-7s {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.ani.delay-8s {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.ani.delay-10s {
    -webkit-animation-delay: .10s;
    animation-delay: .10s;
}

.ani.delay-12s {
    -webkit-animation-delay: .12s;
    animation-delay: .12s;
}

.fadeInUp {
    visibility: visible;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* Typography */
.sound-only {
    position: absolute;
    left: -99999px;
    width: 0;
    height: 0;
    text-indent: -99999px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

* {
    font-family: Pretendard, 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
}

.eng {
    font-family: 'Manrope', sans-serif;
}

.scroll-stop {
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none;
}

.inner {
    width: 1400px;
    position: relative;
    margin: 0 auto;
}

.top-btn {
    width: 52px;
    height: 52px;
    border: none;
    background-color: transparent;
    background-image: url(../img/top-ico.svg);
    background-size: cover;
    cursor: pointer;
    position: fixed;
    right: 80px;
    bottom: 80px;
    z-index: 50;
    display: none;
}
.mob-br{
    display: none;
}

.pc-block {
    display: block;
}

.mo-block {
    display: none;
}


/* #header */

#header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    transition: 1s;
}

#header::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    background-color: white;
    width: 100%;
    height: 0%;
    z-index: -1;
    border-bottom: 1px solid #dddddd;
    transition: .1s .39s;
}

#header.on::after {
    top: 0px;
    height: 100%;
    transition: 0s;
}

#header::before {
    width: 100%;
    position: absolute;
    top: 96px;
    height: 0px;
    content: '';
    background-color: #f7f7f7;
    transition: 0.3s 0.1s;
    z-index: -1;

}

#header.on::before {
    height: 390px;
    transition: 0.3s;
}

#header .logo {
    position: relative;
    width: 276px;
    /* height: 41px; */
    height: 46px;
}

#header.sitemap .logo a {
    position: fixed;
    z-index: 200;
}

#header .logo a {
    height: 100%;
}

#header .logo .blue {
    transition: 0s .4s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#header .logo .white {
    transition: 0s;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
}

#header .logo .mob {
    display: none;
}

#header.on .logo .white {
    opacity: 0;
}

#header.on .logo .blue {
    opacity: 1;
    transition: 0s;
}

#header>.inner {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .gnb-menu .depth01 {
    display: flex;

}

#header .depth01>li {
    width: 160px;
    position: relative;
}

#header .depth01>li>a {
    font-size: var(--default-font1-size);
    font-weight: 600;
    color: white;
    opacity: .6;
    width: 100%;
    display: block;
    text-align: center;
    padding: 32px 0;
    transition: color 0.3s .3s;
}

#header.on .depth01>li>a {
    color: black;
    transition: 0s;
}

#header .depth01>li.on>a {
    opacity: 1;
}
#header .depth01>li.active>a {opacity: 1;}
#header.on .depth01>li.active>a {color: var(--color-brand-primary);}

#header .depth02 {
    display: none;
}

#header .depth01> li.on {
    background-color: white;
}
#header .depth01>li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--color-brand-primary);
    z-index: 50;
    transform: scale(0);
    transition: .5s;
}
#header .depth01>li:hover::after{
    transform: scale(1);
}

#header .util-menu {
    display: flex;
    width: 116px;
    height: 58px;
}

#header .util-menu>li {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .lang {
    position: absolute;
    right: 0px;
    top: 0px;
}

#header .lang-menu {
    position: absolute;
    left: 50%;
    top: 58px;
    transform: translateX(-50%);
    background-color: var(--color-gray-800);
    padding: 20px;
    border-radius: 5px;
    display: none;
}

#header .lang-menu li:first-of-type {
    margin-bottom: 8px;
}

#header .lang-menu li a {
    color: white;
    font-weight: 700;
    font-size: var(--default-font3-size);
}

#header .sitemap-btn>div {
    width: 26px;
    height: 2px;
    background-color: black;
}

#header .sitemap-btn>div:nth-of-type(2) {
    width: 20px;
    margin: 7px 0;
}

#header .depth02 {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    background-color: #f9f9f9;
    top: 96px;
    height: 390px;
    border-left: 1px solid #dddddd;
    display: none;
}

#header .depth01>li:last-of-type .depth02 {
    border-right: 1px solid #dddddd;
}

#header .depth01>li.on .depth02 {
    background-color: white;
}

#header .depth02 li a {
    padding: 10px;
    color: var(--color-gray-800);
    font-size: var(--default-font3-size);
}

#header .depth02 li.active a,
#header .depth02 li:hover a {
    color: var(--color-brand-primary);
}

#header .util-menu {
    position: relative;
}

#header .util-menu svg path,
#header .util-menu svg rect {
    fill: white;
    transition: .3s .3s;
}

#header.on .util-menu svg path,
#header.on .util-menu svg rect {
    fill: black;
    transition: 0s;
}

#header .sitemap-btn {
    position: absolute;
    z-index: 200;
    top: 0;
}
#header .close{
    display: none;
}
#header.sitemap .close{
    display: block;
    /* margin-top: 10px; */
    padding: 5.5px;
}
#header.sitemap .lines{
    display: none;
}
#header.sitemap .sitemap-btn svg rect {
    fill: white;
}

#header .sitemap-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 99;
    background-image: url(../img/sitemap-bg.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

#header .sitemap-menu.on {
    display: block;
    overflow-y: auto;
    height: 100%;
}

#header.sitemap .logo .white {
    display: block;
}

#header .sitemap-menu li a {
    color: white;
}

#header .sitemap-list {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 120px;
}

#header .sitemap-list>li {
    width: calc(100% / 6);
}

#header .sitemap-list>li>a {
    font-size: var(--default-font1-size);
    font-weight: bold;
    margin-bottom: 30px;
}

#header .sitemap-menu02 {
    padding-top: 33px;
    position: relative;
}

#header .sitemap-menu02::before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 0;
}

#header .sitemap-menu02>li>a {
    font-size: var(--default-font3-size);
    font-weight: 600;
}

#header .sitemap-menu02>li {
    margin-bottom: 25px;
}

#header .sitemap-menu03 {
    padding-left: 15px;
    position: relative;
    border-left: 1px solid var(--color-gray-800);
}

#header .sitemap-menu03 li {
    margin-top: 10px;
}

#header .sitemap-menu03 li a {
    opacity: 0.6;
}

#header .sitemap-menu03 li a:hover {
    opacity: 1;
}

#header .sitemap-menu02>li:last-of-type {
    margin-bottom: 0;
}

#header .sitemap-menu .priv {
    position: absolute;
    width: 1400px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}

#header .sitemap-menu .privacy {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 40px;
    right: 0;
}

#header .sitemap-menu .privacy a {
    color: white;
    position: relative;
}

#header .sitemap-menu .privacy a:first-of-type {
    margin-right: 40px;
}

#header .sitemap-menu .privacy a:first-of-type::after {
    content: '';
    width: 1px;
    height: 14px;
    background-color: white;
    opacity: .3;
    position: absolute;
    right: -20.5px;
    top: 2px;
}

/* #header */

@keyframes visual {
    from {
        transform: scale(1.2);
    }
}

@keyframes visual-2 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes scroll {
    from {
        transform: translateX(-50%) translateY(0);
    }

    to {
        transform: translateX(-50%) translateY(-44px);
    }
}

@keyframes flow {
    from {
        transform: translateX(-300px);
    }
}

/* common */
section .inner {
    width: 1400px;
    position: relative;
    margin: 0 auto;
}

section .title-text {
    text-align: center;
}

section .sect-cate {
    color: var(--color-brand-primary);
    font-weight: bold;
    font-size: var(--default-font3-size);
    margin-bottom: 20px;
}

section .sect-title {
    font-size: 48px;
    font-weight: bold;
}

body.mob .mob-image {cursor: pointer;}
body.mob .mob-image::after {
    /* content: url('../img/ico_img_plus-active.svg'); */
    /* content: url('../img/ico_img_plus.svg'); */
    content: ''; background: url('../img/ico_img_plus-active.svg') no-repeat; background-size: contain;
    position: absolute; top: 1em; right: 1em;
    width: 60px; height: 60px;
    /* 30 x 37 */
}

/* common */


/* #footer */
#footer {
    background-color: black;
    padding: 80px 0;
}

#footer .inner {
    display: flex;
    justify-content: space-between;
}

#footer .footer-menu {
    display: flex;
    margin-bottom: 22px;
}

#footer .footer-menu li {
    margin-right: 30px;
}

#footer .footer-menu li:last-of-type {
    margin-right: 0;
}

#footer .footer-menu li:nth-of-type(2) a {
    color: white;
    font-weight: 600;
}

#footer .footer-menu a {
    color: var(--color-gray-200);
    font-size: var(--default-font3-size);
}

#footer * {
    color: var(--color-gray-400);
    font-size: var(--default-font3-size);
    font-style: normal;
}

#footer .cate {
    font-weight: 600;
}

#footer .address {
    margin-bottom: 10px;
}

#footer .info {
    display: flex;

}

#footer .info-wrap {
    display: flex;
}

#footer .info p {
    margin-right: 30px;
}

#footer .copy {
    margin-top: 40px;
}

/* #footer */


/* 반응??*/

@media screen and (max-width:1460px) {
    .inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }


    .tab-sect.inner,
    .sub-page-tab.inner {
        padding: 0px;
    }

    .tab-sect02.inner {
        padding: 0px 20px;
    }
    
    #header .logo,
    #header.sitemap .logo {
        width: 190px;
    }

    #header .logo img,
    #header.sitemap .logo img {
        width: 100%;
        height: 100%;
    }

    #header.sitemap .logo a {
        width: 190px; height: 46px;
    }

    #header>.inner {
        padding: 0 20px;
    }

    #header .depth01>li {
        width: 130px;
    }

    #header .depth01>li>a {
        font-size: var(--default-font3-size);
        padding: 24px 0;
    }

    #header .depth02 {
        top: 72px;
        padding: 10px 0;
        height: 350px;
    }

    #header::before {
        top: 72px;

    }

    #header.on::before {
        height: 350px;
    }

    #header .depth02 li a {
        font-size: 16px;
    }

    #header .sitemap-menu .priv {
        width: 100%;
        padding: 0 20px;
    }

    #header .sitemap-menu .privacy {
        right: 30px;
    }

    section .inner{
        width: 100%;
    }
}

@media screen and (max-width:1350px){
    section .sect-title{
        font-size: 38px;
    }
}

@media screen and (max-width:1200px) {
    #header .util-menu {
        width: 100px;
        height: 50px;
    }

    #header .util-menu svg {
        width: 100%;
        height: 50px;
    }

    #header .sitemap-btn>div:nth-of-type(2) {
        margin: 5px 0;
        width: 13px;
    }
    #header.sitemap .close{
        padding: 0;
    }

    #header .sitemap-btn>div {
        width: 18px;
        height: 1.3px;
    }

    #header .depth01>li>a {
        font-size: 16px;
    }

    #header .depth01>li {
        width: 110px;
    }

    #header .depth02 li a {
        font-size: 14px;
    }

    #header .depth02 {
        top: 70px;
    }

    #header::before {
        top: 70px;
    }
}

@media screen and (min-width:1025px) {
    #header .sitemap-menu02 {
        display: block !important;
    }
}
@media screen and (max-width:1024px) {

    .pc-block {
        display: none;
    }
    
    .mo-block {
        display: block;
    }

    #header .logo a {
        display: flex;
        align-items: center;
    }

    #header.sitemap .logo a {
        top: 13px;
        height: 40px;
    }
    #header.sitemap .close{
        transform: scale(.8);
        margin-top: 0px;
    }
    #header .logo .blue{
        transition: 0s 0s;
    }
    #header.sitemap .logo .blue {
        display: block !important;
        opacity: 1;
        transition: 0s 0s;
    }

    #header.sitemap .logo .white {
        display: none;
    }
    #header.sitemap .util-menu svg path,
    #header.sitemap .sitemap-btn svg rect {
        fill: black;
    }
    #header .util-menu svg path,
    #header .util-menu svg rect {
        fill: white;
        transition: 0s 0s;
    }
    #header .lang {
        z-index: 200;
    }

    #header .lang-menu {
        z-index: 200;
    }

    #header .gnb-menu .depth01 {
        display: none;
    }

    #header>.inner {
        padding: 10px 20px;
    }

    #header .sitemap-menu {
        background: white;
    }

    #header .sitemap-list {
        flex-direction: column;
        margin-top: 60px;
    }

    #header .sitemap-list.inner {
        padding: 0;
        gap: 0;
    }

    #header .sitemap-list>li {
        width: 100%;
    }

    #header .sitemap-list>li>a {
        color: black;
        font-weight: 600;
        padding: 0 20px;
        font-size: var(--default-font3-size);
        margin-bottom: 15px;
        margin-top: 15px;
        position: relative;
    }

    #header .sitemap-list>li>a::after {
        position: absolute;
        content: url(../img/more-ico.svg);
        top: 50%;
        right: 20px;
        transition: 0.3s;
        transform: translateY(-50%) rotate(180deg);
    }

    #header .sitemap-list>li.on>a::after {
        transition: 0.3s;
        transform: translateY(-50%) rotate(0deg);
    }

    #header .sitemap-list>li.on>a {
        color: var(--color-brand-primary);
    }

    #header .sitemap-menu03 {
        display: none;
    }

    #header .sitemap-menu02 {
        background-color: #fafafa;
        padding: 20px;
        display: none;
    }

    #header .sitemap-menu02>li>a {
        color: black;
        opacity: 0.6;
        font-weight: 400;
        font-size: 16px;
        padding-left: 13px;
        position: relative;
    }

    #header .sitemap-menu02>li>a::before {
        position: absolute;
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: black;
        opacity: .6;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #header .sitemap-menu02>li>a:hover::before {
        opacity: 1;
    }

    #header .sitemap-menu02>li {
        margin-bottom: 15px;
    }

    #header .sitemap-menu02>li>a:hover {
        opacity: 1;
    }

    #header .lang-menu {
        top: 40px;
    }

    #header .lang-menu li a {
        font-size: 14px;
        font-weight: 600;
    }

    #footer .inner {
        flex-direction: column;
    }

    #footer .right {
        margin-top: 30px;
    }

    section .sect-title{
        font-size: 32px;
    }
}

@media screen and (max-width:768px) {
    .mob-br{
        display: block;
    }

    #footer {
        padding: 0 0 30px;
    }

    #footer .inner {
        padding: 0;
    }

    #footer .footer-menu {
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid var(--color-gray-800);
        margin-bottom: 30px;
    }

    #footer .footer-menu li {
        margin-right: 0;
        width: calc(100% / 3);
        height: 37px;
        border-right: 1px solid var(--color-gray-800);
    }

    #footer .footer-menu li:last-of-type {
        border-right: 0;
    }

    #footer .footer-menu a {
        font-size: 14px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footer .address {
        margin-bottom: 5px;
        font-size: 14px;
        padding: 0 20px;
    }

    #footer .info {
        flex-wrap: wrap;
        padding: 0 20px;
        flex-direction: column;
        gap: 5px;
    }

    #footer .cate {
        display: block;
    }

    #footer *,
    #footer .info p {
        font-size: 14px;
    }

    #footer .info p:nth-of-type(2) {
        margin-right: auto;
    }

    #footer .copy {
        font-size: 12px;
        padding: 10px 20px;
        margin-top: 0;
    }

    #footer .right {
        padding: 0 20px;
        margin-top: 0;
    }

    #footer .right img {
        width: 130px;
    }

    .top-btn {
        width: 36px;
        height: 36px;
        right: 12px;
        bottom: 20px;
    }

    section .sect-cate{
        font-size: 14px;
        margin-bottom: 10px;
    }
    section .sect-title{
        font-size: 24px;
    }

}

@media screen and (min-width:1025px) and (max-height:1040px) {
    /* #header.sitemap .logo a {
        width: 190px;
    } */

    #header .sitemap-list {
        margin-top: 90px;
    }

    #header .sitemap-list>li>a {
        font-size: var(--default-font3-size);
    }

    #header .sitemap-menu02>li>a {
        font-size: 16px;
    }

    #header .sitemap-menu02>li {
        margin-bottom: 10px;
    }

    #header .sitemap-menu03>li>a {
        font-size: 13px;
    }

    #header .sitemap-list>li>a {
        margin-bottom: 20px;
    }

    #header .sitemap-menu02 {
        padding-top: 0px;
    }

    #header .sitemap-menu02::before {
        display: none;
    }

    #header .sitemap-menu03 li {
        margin-top: 5px;
    }

    #header .sitemap-menu .privacy {
        bottom: 20px;
    }
}

@media screen and (max-width:1024px) and (max-height:940px) {
    #header .sitemap-menu03 {
        display: none;
    }
}


/* 반응??*/


/*popup*/
/* COMMON STYLE */
.layerpop {
    display: none;
  }
  
  .layerpop .layer-box {
    position: absolute;
    z-index: 102;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 0px;
    max-width: 500px;
    border: solid 1px #dddddd;
  }
  
  .layerpop .layer-box .title {
    margin-bottom: 10px;
    padding-bottom: 20px;
    display: inline-block;
    font-weight: 600;
  }
  
  .layerpop .layer-box .cont {
    padding: 0px;
  }
  
  .layerpop .layer-box p {
    line-height: 1.5em;
    font-size: 16px;
  }
  
  .layerpop .layer-box .bottom-popup {
    padding: 8px;
    background: #666666;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .layerpop .layer-box .bottom-popup {
    color: white;
  }
  .layerpop .layer-box .bottom-popup input {
    appearance: checkbox;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  .layerpop .layer-box .layer-popup-close {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
    background: #333333;
    margin-left: auto;
  }
  
  .layerpop .layer-box .btn-today-hide {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 15px;
    vertical-align: middle;
  }
  
  
  @media screen and (max-width: 580px) {
    .layerpop .layer-box {
      width: 90%;
    }
  }
  /* popup */
  .popup {
    width: 100%;
    height: 100%;
    /* padding: 30px; */
  }
  .popup .cont {
    margin: 20px 0;
    box-sizing: border-box;
  }
  .popup-box {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .popup-box .cont img,
  .layer-box .cont img {
    width: 100% !important;
    height: auto !important;
  }
  .popup-box .button-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    background-color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .popup-box .button-sec a:nth-of-type(1) {
    order: 2;
    background-color: #222;
    padding: 5px 10px;
  }
  .popup-box .button-sec a:nth-of-type(2) {
    order: 1;
  }
  .popup-box a {
    color: white;
  }
  
  body.stop-scroll {
    height: 100%;
    overflow: hidden;
  }
  
  .hide {
    overflow: hidden;
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
  }
  

  /*eng*/
  body.eng a.more div span:nth-child(2) {
    width: auto;
    }

    body.eng a.more div span:nth-child(6) {
        width: 5px;
    }

    body.eng .on .splitting .char,
    .swiper-slide-active .splitting .char {
        animation: wave-up .8s cubic-bezier(.5, 0, .5, 1) both;
        animation-delay: calc(50ms * var(--char-index) + 50ms);
    }

    body.eng #header.on::before {
        height: 440px;
        transition: 0.3s;
    }

    body.eng #header .depth02 {
        height: 440px;
    }


    body.eng #header .sitemap-menu02>li {
        margin-bottom: 40px;
    }


    body.eng #header .sitemap-menu02>li:last-of-type {
        margin-bottom: 0;
    }


    body.eng section .sect-title {
        font-size: 40px;
    }


    body.eng #footer .footer-menu li {
        height: 44px;
    }

    body.eng #footer .footer-menu a {
        text-align: center;
    }

    @media screen and (max-width:768px) {
        body.eng section .sect-title{
            font-size: var(--default-font1-size);
        }
    }


/*eng*/

body.eng a.more div span:nth-child(2) {
    width: auto;
}

body.eng a.more div span:nth-child(6) {
    width: 5px;
}

body.eng .on .splitting .char,
.swiper-slide-active .splitting .char {
    animation: wave-up .8s cubic-bezier(.5, 0, .5, 1) both;
    animation-delay: calc(50ms * var(--char-index) + 50ms);
}


body.eng #header .depth02 li a {
    font-size: 17px;
}

body.eng #header.on::before {
    height: 440px;
    transition: 0.3s;
}


body.eng #header .depth02 {
    height: 440px;
}


body.eng #header .sitemap-menu02>li {
    margin-bottom: 40px;
}


body.eng #header .sitemap-menu02>li:last-of-type {
    margin-bottom: 0;
}

body.eng section .sect-title {
    font-size: 40px;
}

    body.eng #header .sitemap-menu02>li {
        margin-bottom: 15px;
    }


@media screen and (max-width:768px) {

    body.eng #footer .footer-menu li {
        height: 44px;
    }

    body.eng #footer .footer-menu a {
        text-align: center;
    }
    body.eng section .sect-title{
        font-size: var(--default-font1-size);
    }
    
    body.eng #footer .footer-menu a {
        font-size: 13px;
        letter-spacing: -.5px;
    }
}