html:has(.header.mobile_menu_open), body:has(.header.mobile_menu_open) {
    overflow: hidden;
}


/* moreBtn */
.moreBtn {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #fff;
    background: transparent;
    display: flex; align-items: center; justify-content: center;
    gap: calc(10/16*1em);
    padding: calc(15/16*1em) calc(20/16*1em);
    border: 1px solid #fff;
    border-radius: calc(22/16*1em);
    transition: color 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.moreBtn .circle {
    position: absolute;
    left: 0; top: 0;
    transform: translate(-50%, -50%) scale(0);
    width: calc(200/16*1em);
    height: calc(200/16*1em);
    border-radius: 50%;
    background: #e32d21;
}
.moreBtn span {
    position: relative;
    z-index: 1;
}
.moreBtn i {
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 821px) {
    .moreBtn:hover {
        /* background: #fff; */
        border-color: #e32d21;
        color: #fff;
    }
}
@media screen and (max-width: 1024px) {
    .moreBtn {
        font-size: clamp(14px, 16/1024*100vw, 16px);
    }
}


/* footer & header styles */
.header {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
    transition: all 0.8s ease;
    /* background: rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(10px);
}
.header.hide {
    transform: translateY(-100%);
}
.header .alert {
    background: #e32d21;
    overflow: hidden;
}
.header .alert .wrap {
    display: flex; align-items: center; justify-content: center; position: relative;
}
.header .alert .wrap .inner_alert {
    width: auto;
    position: relative;
    font-size: 16px;
    padding: calc(15/16*1em) 0;
}
.header .alert .wrap .inner_alert p {
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #fff;
}

.header .alert .wrap .close{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


.header .alert .wrap .inner_alert br.mo {
    display: none;
}
.header .alert .wrap .inner_alert .moreBtn {
    position: absolute;
    left: 100%; top: 50%;
    transform: translate(0%, -50%);
    font-size: 14px;
    white-space: nowrap;
    margin-left: calc(18/14*1em);
    border: 1px solid #fff;
    padding: calc(10/14*1em) calc(20/14*1em);
}
.header .inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: calc(30/20*1em) 0; font-size: 20px;
}
.header .inner .logo {
    width: 130px;
    position: relative;
    z-index: 2;
}
.header .inner .logo #logo_text > * {
    transition: .3s;
}
.header.black .inner .logo #logo_text > * {
    fill: #000 !important;
}
.header.logo_w .inner .logo ._w {
    fill: #fff !important;
}
.header .inner .menu_wrap {
    display: flex; align-items: stretch; --gap: calc(50/20*1em);
    gap: var(--gap); 
    position: relative;
}
.header .inner .menu_wrap .gnb {
    display: flex; align-items: center; gap: var(--gap);

}
.header .inner .menu_wrap .gnb > li {
    font-family: 'Roboto';
    font-size: inherit;
    letter-spacing: -0.025em;
    color: #fff;
    transition: color 0.3s ease;
    height: 100%;
    display: flex; align-items: center;
    position: relative;
}
.header.black .inner .menu_wrap .gnb > li {
    color: #000;
}
.header .inner .menu_wrap .gnb > li.on{
    color: #e32d21 !important;
}

@media screen and (min-width: 821px) {
    .header .inner .menu_wrap .gnb > li:hover {
        color: #e32d21;
    }
    .header .inner .menu_wrap .gnb > li.only_mobile {
        display: none;
    }
}
.header .inner .menu_wrap .gnb > li > a {
    height: 100%;
    display: flex; align-items: center;
}
.header .inner .menu_wrap .gnb > li .depth2 {
    display: none;
    width: calc(126/16*1em);
    position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
    font-size: 16px;
    padding-top: calc(10/16*1em);
}
.header .inner .menu_wrap .gnb > li .depth2 ul {
    background: rgba(10, 10, 10, 0.88);
    border-radius: 9px;
    padding: calc(13/16*1em) 0;
}
.header .inner .menu_wrap .gnb > li .depth2 ul > li a {
    display: flex; justify-content: center; align-items: center;
    padding: calc(10/16*1em) 0;
    color: #fff;
    transition: 0.3s ease;
}
@media screen and (min-width: 821px) {
    .header .inner .menu_wrap .gnb > li .depth2 ul > li a:hover {
        background: #e32d21;
    }
}


.header .inner .menu {
    display: flex; align-items: stretch; gap: var(--gap);
     z-index: 1;
}
.header .inner .menu .navi {
    display: flex; align-items: center; gap: calc(10/16*1em);
    font-size: calc(16/20*1em); position: relative;
}
.header .inner .menu .navi .direct_btn {
    border-radius: calc(7/16*1em);
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: inherit;
    letter-spacing: -0.025em;
    padding: calc(15/16*1em) 0;
    width: calc(120/16*1em);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    /* transition: .3s; */
}
.header .inner .menu .navi .direct_btn._contact {
    background-image: linear-gradient(-50deg, #e32d21 0%, #e32d21 100%);
    color: #fff;
}
.header .inner .menu .navi .direct_btn._news {
    background-image: linear-gradient(-50deg, #fff 0%, #fff 100%);
    color: #000;
}
.header.black .inner .menu .navi .direct_btn._news {
    background: #000;
    color: #fff;
}

.header .inner .menu .newsViewer {
    position: absolute;
    right: 0; top: 100%;
    width: 100%; max-width: 500px;
    background: #fff;
    border-radius: 9px;
    padding: calc(30/17*1em) calc(30/17*1em) calc(20/17*1em);
    font-size: 17px;
    margin-top: 15px;
    box-sizing: border-box;
    display: none;
}
.header .inner .menu .newsViewer .swiper .newsContent {
    display: flex; justify-content: space-between;
    padding-bottom: calc(20/17*1em);cursor: pointer;
}
.header .inner .menu .newsViewer .swiper .newsContent .txt {
    width: calc(220/17*1em);
    flex-shrink: 0;
}
.header .inner .menu .newsViewer .swiper .newsContent .txt span {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: calc(16/17*1em);
    letter-spacing: -0.03em;
    color: #e32d21;
    display: flex; align-items: center;
}
.header .inner .menu .newsViewer .swiper .newsContent .txt span::before {
    content: '';
    flex-shrink: 0;
    display: block;
    width: calc(5/16*1em);
    height: calc(5/16*1em);
    border-radius: 50%;
    background: #e32d21;
    margin-right: calc(10/16*1em);
    margin-bottom: calc(2/16*1em);
}
.header .inner .menu .newsViewer .swiper .newsContent .txt .title {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: inherit;
    letter-spacing: -0.03em;
    color: #000;
    margin: calc(8/17*1em) 0 calc(5/17*1em);
    line-height: calc(28/17*1em);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-width: 0;
    height: calc(56/17*1em);
    overflow: hidden;
}
.header .inner .menu .newsViewer .swiper .newsContent .date {
    font-family: 'Pretendard';
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #7c7c7c;
}
.header .inner .menu .newsViewer .swiper .newsContent .img {
    width: calc(182/17*1em);
    position: relative;
    border-radius: 9px;
    overflow: hidden;
}
.header .inner .menu .newsViewer .swiper .newsContent .img::after {
    content: '';
    display: block;
    padding-top: calc(102/182*100%);
}
.header .inner .menu .newsViewer .swiper .newsContent .img img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.header .inner .menu .newsViewer .control {
    display: flex; align-items: center; justify-content: space-between;
}
.header .inner .menu .newsViewer .control .naviWrap {
    width: 100%;
    display: flex; align-items: center; font-size: 13px;
    gap: calc(30/13*1em);
    padding-right: calc(30/13*1em);
}
.header .inner .menu .newsViewer .control .naviWrap .pagination {
    width: auto;
    flex-shrink: 0;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: inherit;
    letter-spacing: -0.03em;
    color: #ccc;
    display: flex; align-items: center;
}
.header .inner .menu .newsViewer .control .naviWrap .pagination > span {
    width: calc(10/13*1em);
    display: inline-flex; align-items: center; justify-content: center;
}
.header .inner .menu .newsViewer .control .naviWrap .pagination .swiper-pagination-current {
    color: #000;
}
.header .inner .menu .newsViewer .control .progress {
    width: 100%;
    flex-grow: 1;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}
.header .inner .menu .newsViewer .control .progress .bar {
    height: 100%;
    background: #000;
    opacity: .6;
}
.header .inner .menu .newsViewer .control .arrBtn {
    flex-shrink: 0;
    width: calc(26/14*1em);
    height: calc(26/14*1em);
    font-size: calc(14/13*1em);
    border-radius: 50%;
    background: #e32d21;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.header .inner .menu .hamburger {
    display: none; flex-direction: column; gap: calc(5/14*1em);
    width: calc(26/14*1em); height: calc(26/14*1em);
    font-size: calc(14/13*1em);
    color: #fff;
    position: relative;
}
.header .inner .menu .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header.mobile_menu_open .inner .menu .hamburger span {
    top: 50% !important;
}
.header.mobile_menu_open .inner .menu .hamburger span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.header.mobile_menu_open .inner .menu .hamburger span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(45deg);
}
.header.black .inner .menu .hamburger span {
    background: #000 !important;
}
.header .inner .menu .hamburger span:nth-child(1) {
    top: 25%;
}
.header .inner .menu .hamburger span:nth-child(2) {
    top: 75%;
}
@media screen and (max-width: 1280px) {
    .header .inner {
        padding: calc(20/20*1em) 0;
        font-size: clamp(18px, 20/1280*100vw, 20px);
    }
    .header .inner .logo {
        width: clamp(120px, 130/1280*100vw, 130px);
    }
    .header .inner .menu_wrap {
        --gap: calc(30/20*1em)
    }
    .header .alert .wrap .inner_alert {
        font-size: clamp(14px, 16/1280*100vw, 16px);
    }
    .header .alert .wrap .inner_alert .moreBtn {
        font-size: clamp(11px, 13/16*1em, 14px);
    }

    .header .alert .wrap .close{ font-size: 20px; }
}
@media screen and (max-width: 1024px) {
    .header .inner {
        font-size: clamp(14px, 18/1024*100vw, 18px);
    }
    .header .inner .logo {
        width: clamp(100px, 120/1024*100vw, 120px);
    }
    .header .inner .menu_wrap {
        --gap: calc(20/20*1em)
    }
    .header .inner .menu .newsViewer {
        max-width: clamp(400px, 500/17*1em, 500px);
        font-size: clamp(15px, 17/1024*100vw, 17px);
    }
    .header .alert .wrap .inner_alert {
        font-size: clamp(12px, 14/1024*100vw, 14px);
    }
}
@media screen and (max-width: 820px) {
    .header .inner {
        font-size: clamp(16px, 17/480*100vw, 20px);
    }
    .header .inner .logo {
        width: clamp(100px, 130/820*100vw, 130px);
    }
    .header .inner .menu_wrap {
        position: static;
    }
    .header .inner .menu_wrap .gnb {
        display: none;
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100vh;
        background: #fff;
        z-index: 1;
    }
    .header .inner .menu_wrap .gnb > * {
        border-bottom: 1px solid #e3e3e3;
    }
    .header .inner .menu_wrap .gnb > *:has(.depth2):not(.disabled) {
        border-color: transparent;
    }
    .header .inner .menu_wrap .gnb::before {
        content: 'Menu';
        display: block;
        width: 90%;
        margin: 0 auto;
        color: #e32d21;
        font-family: 'Roboto';
        font-weight: 600;
        padding-bottom: calc(20/26*1em);
        font-size: clamp(20px, 26/480*100vw, 30px);
        border-bottom: 1px solid #e3e3e3;
    }
    .header .inner .menu_wrap .gnb > li {
        width: 90%;
        height: auto;
        margin: 0 auto;
        color: #000;
        display: flex; flex-direction: column; align-items: flex-start;
        transition: all 0.3s ease;
    }
    .header .inner .menu_wrap .gnb > li > a {
        padding: calc(20/17*1em) 0;
        width: 100%;
    }
    .header .inner .menu_wrap .gnb > li:has(.depth2) > a {
        pointer-events: none;
        display: flex; align-items: center; justify-content: space-between;
    }
    .header .inner .menu_wrap .gnb > li:has(.depth2) > a::after {
        content: "\e944";
        font-family: 'xeicon';
        font-size: calc(18/17*1em);
        color: #a3a3a3;
        transition: all 0.3s ease;
    }
    .header .inner .menu_wrap .gnb > li.disabled > a::after {
        transform: scaleY(-1);
    }
    .header .inner .menu_wrap .gnb > li .depth2 {
        display: block;
        position: relative;
        top: auto; left: auto;
        transform: none;
        width: 100%;
        background: #f4f4f4;
        border-radius: calc(7/17*1em);
        font-size: inherit;
        padding: calc(20/17*1em) calc(30/17*1em);
        box-sizing: border-box;
        border: none;
    }
    .header .inner .menu_wrap .gnb > li .depth2 ul {
        padding: 0;
        border-radius: 0;
        background: none;
    }
    .header .inner .menu_wrap .gnb > li .depth2 ul > li a {
        justify-content: flex-start;
        color: #454545;
        padding: calc(8/17*1em) 0;
    }
    .header .inner .menu {
        position: relative;
    }
    .header .inner .menu .navi {
        display: none;
    }
    .header .inner .menu .newsViewer {
        display: none;
    }
    .header .alert .wrap {
        justify-content: flex-start;
    }
    .header .alert {
        display: none;
    }
    /* .header .alert .wrap .inner_alert {
        display: flex; justify-content: space-between;
        width: 100%;
    }
    .header .alert .wrap .inner_alert .moreBtn {
        position: relative;
        left: auto; top: auto;
        transform: none;
        margin-left: auto;
    }
    .header .alert .wrap .inner_alert p {
        line-height: 1.4;
    }
    .header .alert .wrap .inner_alert br.mo {
        display: block;
    } */
    .header .inner .menu .hamburger {
        display: flex;
        width: calc(30/16*1em);
        height: calc(30/16*1em);
        font-size: 16px;
    }
    
}
@media screen and (max-width: 500px) {
    .header .inner .logo {
        width: clamp(80px, 100/500*100vw, 100px);
    }
}


.footer {
    position: relative;
    background: #0a0a0a;
}
.footer .inner {
    display: flex; flex-direction: column;
}
.footer .inner .info {
    padding: 60px 0 100px 0;position: relative;
    display: flex; align-items: flex-end; justify-content: space-between;
}
.footer .inner .info .newsletter {
    display: flex; flex-direction: column;
}
.footer .inner .info .newsletter .lang {
    display: flex; align-items: center; gap: calc(10/16*1em);
    font-size: 16px;
    position: absolute;
    bottom: 7%;
}
.footer .inner .info .newsletter .lang i{
    font-size: 20px;
    color: #fff;
}
.footer .inner .info .newsletter .lang > a {
    display: flex; align-items: center; justify-content: center;
    text-underline-offset: 5px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #fff;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}
.footer .inner .info .newsletter .lang > a:hover{
    color: #e32d21;
    text-decoration-color: #e32d21;
}

.footer .inner .info .newsletter .txt {
    display: flex; align-items: center; gap: calc(55/36*1em);
    font-size: 36px; padding-bottom: calc(55/36*1em);
}
.footer .inner .info .newsletter .txt p {
    font-family: 'Pretendard';
    font-weight: 500;
    line-height: calc(56/36*1em);
    letter-spacing: -0.025em;
    color: #fff;
}
.footer .inner .info .newsletter .txt .arrow_btn {
    font-size: calc(28/36*1em);
    width: calc(63/28*1em);
    height: calc(63/28*1em);
    border-radius: 50%;
    background: #e32d21;
    display: flex; align-items: center; justify-content: center; 
    color: #fff;
    transition: all 0.3s ease;
}
@media screen and (min-width: 821px) {
    .footer .inner .info .newsletter .txt .arrow_btn:hover {
        background: #fff;
        color: #e32d21;
    }
}
.footer .inner .info .newsletter ._platform {
    display: flex; align-items: center; gap: calc(10/16*1em);
    font-size: 16px;
}
.footer .inner .info .newsletter ._platform > a {
    display: flex; align-items: center; justify-content: space-between;
    width: calc(150/16*1em); height: calc(48/16*1em);
    border-radius: calc(9/16*1em);
    border: 1px solid #e32d21;
    color: #e32d21;
    filter: grayscale(1);
    transition: all 0.3s ease;
    padding: calc(16/16*1em);
    box-sizing: border-box;
}
@media screen and (min-width: 821px) {
    .footer .inner .info .newsletter ._platform > a:hover {
        filter: grayscale(0);
    }
}
.footer .inner .info .newsletter ._platform > a .icon {
    height: calc(19/24*1em);
    display: flex; align-items: center; justify-content: center;
    font-size: calc(24/16*1em);
}
.footer .inner .info .newsletter ._platform > a .icon img {
    height: 100%;
}
.footer .inner .info .newsletter ._platform > a span {
    font-family: 'Roboto';
    font-size: inherit;
    letter-spacing: -0.025em;
    color: inherit;
    padding-top: calc(2/16*1em);
}
.footer .inner .info .company {
    display: flex; flex-direction: column; align-items: flex-end;
}
.footer .inner .info .company .txt {
    max-width: 647px;
    display: flex; flex-wrap: wrap;
    font-size: 16px;
    row-gap: calc(15/16*1em);
    column-gap: calc(55/16*1em);
    padding-bottom: calc(55/16*1em);
}
.footer .inner .info .company .txt dl {
    display: flex; align-items: flex-start;
    line-height: 1.3;
}
.footer .inner .info .company .txt dl.w100 {
    width: 100%;
}
.footer .inner .info .company .txt dl dt {
    font-family: 'Pretendard';
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #fff;
    width: calc(135/16*1em);
    flex-shrink: 0;
}
.footer .inner .info .company .txt dl dd {
    font-family: 'Pretendard';
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #a1a1a1;
    word-break: keep-all;
}
.footer .inner .info .company .q_btn {
    width: 100%;
    height: calc(60/20*1em);
    border-radius: calc(30/20*1em);
    display: flex; align-items: center; justify-content: center;
    background: #e32d21;
    color: #fff;
    border: 1px solid #e32d21;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.025em;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.footer .inner .info .company .q_btn .circle {
    position: absolute;
    left: 0; top: 0;
    transform: translate(-50%, -50%) scale(0);
    width: calc(640/20*1em);
    height: calc(640/20*1em);
    border-radius: 50%;
    background: #fff;
}
@media screen and (min-width: 821px) {
    .footer .inner .info .company .q_btn:hover {
        /* background: #fff; */
        color: #e32d21;
    }
}
.footer .inner .info .company .q_btn i {
    font-size: calc(22/20*1em);
    position: absolute;
    right: calc(25/22*1em);
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1;
}
.footer .inner .info .company .q_btn span {
    position: relative;
    z-index: 1;
}
.footer .inner .copyright {
    padding: 30px 0;
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.footer .inner .copyright .tel {
    display: flex; align-items: center; gap: calc(25/16*1em);
    font-size: 16px; color: #fff;
}
.footer .inner .copyright .tel .item {
    display: flex; align-items: center; gap: calc(10/16*1em);
}
.footer .inner .copyright .copy {
    display: flex; align-items: center; gap: calc(7/16*1em);
    font-size: 16px;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}
.footer .inner .copyright .copy .icon {
    width: calc(33/16*1em);
}
.footer .inner .copyright .copy p {
    font-family: 'Pretendard';
    letter-spacing: -0.03em;
    color: #7c7c7c;
}
.footer .inner .copyright .policy {
    display: flex; align-items: center; gap: calc(15/16*1em);
    font-size: 16px;
}
.footer .inner .copyright .policy > a {
    font-family: 'Pretendard';
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #fff;
    transition: all 0.3s ease;
}
@media screen and (min-width: 821px) {
    .footer .inner .copyright .policy > a:hover {
        color: #e32d21;
    }
}
.footer .inner .copyright .policy span {
    color: #7c7c7c;
    font-weight: 400;
}
@media screen and (max-width: 1440px) {
    .footer .inner .copyright .tel {
        font-size: clamp(14px, 16/1440*100vw, 16px);
    }
    .footer .inner .copyright .policy {
        font-size: clamp(14px, 16/1440*100vw, 16px);
    }
    .footer .inner .info .newsletter .lang{
        font-size: clamp(14px, 14 / 1440 * 100vw, 16px);
        bottom: 5%;
    }
    .footer .inner .info .newsletter .lang > a{
        font-size: clamp(14px, 14 / 1440 * 100vw, 16px);
    }
}
@media screen and (max-width: 1280px) {
    .footer .inner .info {
        align-items: flex-start;
    }
    .footer .inner .info .newsletter {
        width: 100%;
        max-width: 500px;
        flex-shrink: 0;
    }
    .footer .inner .info .newsletter .txt {
        font-size: clamp(32px, 36/1280*100vw, 36px);
        /* justify-content: space-between; */
    }
    .footer .inner .info .newsletter ._platform {
        font-size: clamp(15px, 16/1280*100vw, 16px);
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .inner .info .newsletter ._platform > a {
        padding: calc(5/16*1em) calc(10/16*1em);
        height: calc(45/16*1em);
    }
    .footer .inner .info .company .txt {
        max-width: 90%;
    }
    .footer .inner .info .company .q_btn {
        width: 90%;
        font-size: clamp(16px, 20/1280*100vw, 20px);
    }
    .footer .inner .copyright {
        align-items: flex-end;
        padding: 20px 0;
    }
    .footer .inner .copyright .tel {
        flex-direction: column;
        align-items: flex-start;
        gap: calc(10/14*1em);
    }
    .footer .inner .copyright .copy {
        position: relative;
        left: auto; top: auto;
        transform: none;
        gap: calc(10/14*1em);
        font-size: clamp(14px, 16/1280*100vw, 16px);
    }
    .footer .inner .copyright .policy {
        flex-direction: column;
        align-items: flex-end;
    }
    .footer .inner .copyright .policy span {
        display: none;
    }

}
@media screen and (max-width: 1024px) {
    .footer .inner .info .newsletter {
        font-size: clamp(28px, 32/1024*100vw, 32px);
        max-width: calc(400/32*1em);
    }
    .footer .inner .info .newsletter .txt {
        font-size: inherit;
        gap: calc(30/32*1em);
    }
    .footer .inner .info .company .txt dl {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: calc(5/16*1em);
    }
    .footer .inner .info .company .txt dl dt {
        width: 100%;
    }
    .footer .inner .info .company .txt dl dd {
        width: 100%;
    }
}
@media screen and (max-width: 820px) {
    .footer .inner .info {
        flex-direction: column;
        align-items: center;
    }
    .footer .inner .info .newsletter {
        justify-content: space-between; align-items: flex-start;
        flex-direction: row; gap: calc(20/16*1em);
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        font-size: clamp(26px, 32/820*100vw, 32px);
    }
    .footer .inner .info .newsletter .txt {
        padding-bottom: 0;
    }
    .footer .inner .info .newsletter ._platform {
        font-size: 14px
    }
    .footer .inner .info .newsletter ._platform > a {
        filter: grayscale(0);
    }
    .footer .inner .info .newsletter ._platform > a span {
        padding-top: 0;
    }
    .footer .inner .info .company .txt {
        max-width: 100%;
        padding-top: calc(50/16*1em);
        font-size: clamp(14px, 16/820*100vw, 16px);
        row-gap: calc(10/16*1em);
    }
    .footer .inner .info .company .q_btn {
        width: 100%;
    }
    .footer .inner .copyright {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 30px 0 20px;
    }
    .footer .inner .copyright .tel {
        align-items: center;
    }
    .footer .inner .copyright .copy {
        order: 1;
    }
    .footer .inner .copyright .policy {
        align-items: center;
    }

    .footer .inner .info .newsletter .lang{
        bottom: 3%;
    }
}
@media screen and (max-width: 500px) {
    .footer .inner .info .newsletter {
        flex-direction: column;
    }
    .footer .inner .info .newsletter .txt {
        width: 100%;
        justify-content: space-between;
    }
    .footer .inner .info .newsletter ._platform {
        width: 100%;
    }
    .footer .inner .info .newsletter ._platform > a {
        width: 100%;
        justify-content: center;
        gap: calc(10/14*1em);
    }
    .footer .inner .info .newsletter ._platform > a span {
        padding-top: calc(2/14*1em);
    }
}
@media screen and (max-width: 360px) {
    .footer .inner .info .newsletter {
        font-size: clamp(18px, 26/360*100vw, 26px);
    }
    .footer .inner .info .newsletter .txt {
        gap: calc(20/28*1em);
    }
}

.footer .topBtn {
    position: absolute; bottom: 105%; right: 3vw;
    width: 50px; height: 50px;
    border-radius: 13px;
    background: transparent;
    color: #aaa;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    border: 1px solid #aaa;
    cursor: pointer;
    transition: all 0.3s ease;
}
@media screen and (min-width: 821px) {
    .footer .topBtn:hover {
        color: #e32d21;
        border-color: #e32d21;
    }
}
@media screen and (max-width: 820px) {
    .footer .topBtn {
        bottom: 103%
    }
}
@media screen and (max-width: 500px) {
    .footer .topBtn {
        bottom: 102%;
    }
}
@media screen and (max-width: 360px) {
    .footer .topBtn {
        bottom: 101%;
    }
}

body.noScroll{overflow: hidden;}
.footer_pop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    word-break: keep-all;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.footer_pop.active{opacity: 1;visibility: visible;pointer-events: auto;}
.footer_pop .inn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1080px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}
.footer_pop .close{position: absolute;top: 20px;right: 20px;cursor: pointer;z-index: 9999;}
.footer_pop .close i{font-size: 22px;color: #000 !important;}

.footer_pop .txtBx > h2{font-size: 24px;color: #000;font-weight: 600;margin-bottom: 40px;line-height: 1.3;}
.footer_pop .txtBx > p{font-size: 16px;color: #000;font-weight: 400;margin-bottom: 40px;line-height: 1.3;}
.footer_pop .scrollBx {
    height: 400px;
    overflow-y: auto;
    padding: 20px;
    background: #f8f8f8;
}
.footer_pop .scrollBx > em{font-size: 18px;color: #000;font-weight: 600;margin-bottom: 20px;display: block;}
.footer_pop .scrollBx > p{font-size: 16px;color: #000;font-weight: 400;line-height: 1.2;}
.footer_pop .scrollBx > p span{display: flex;gap: 4px;margin-bottom: 5px;}
.footer_pop .scrollBx > p span small{white-space: nowrap;}
.footer_pop .scrollBx > p.p_margin{margin-top: 25px;}
.footer_pop .scrollBx > em.e_margin{margin-top: 40px;}
.footer_pop .scrollBx > p span.s_margin{margin-bottom: 12px;}
.footer_pop .scrollBx ._bold{font-weight: 700;margin-bottom: 5px;}
.footer_pop .txtBx > h2 br.max-360{display: none;}
@media screen and (max-width: 1024px) {
    .footer_pop .txtBx > h2{font-size: clamp(22px, 22 / 820 * 100vw, 24px);}
}
@media screen and (max-width: 820px) {
    .footer_pop .inn{box-sizing: border-box;padding: 25px;width: 90%;}
    .footer_pop .txtBx > h2{font-size: clamp(20px, 20 / 500 * 100vw, 22px);}
    .footer_pop .txtBx > p{font-size: clamp(14px, 14 / 500 * 100vw, 16px);}
    .footer_pop .scrollBx {
        height: 250px;
    }
    .footer_pop .scrollBx > em{font-size: clamp(16px, 16 / 500 * 100vw, 18px);}
    .footer_pop .scrollBx > p{font-size: clamp(14px, 14 / 500 * 100vw, 16px);}
}
@media screen and (max-width: 500px) {
    .footer_pop .scrollBx ._column{flex-direction: column;gap: 4px;}
}
@media screen and (max-width: 360px) {

    .footer_pop .txtBx > h2{font-size: clamp(18px, 18 / 280 * 100vw, 20px);}
    .footer_pop .close i{font-size: clamp(18px, 18 / 280 * 100vw, 22px);}
    .footer_pop .close{top: 15px;right: 15px;}
    .footer_pop .txtBx > h2 br.max-360{display: block;}
}