@import"https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Host+Grotesk:wght@300..800&display=swap";
@import"https://fonts.cdnfonts.com/css/rosehot-free-version";
@import"https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400..700&display=swap";

@font-face {
    font-family: "HakgyoansimAllimjangTTF-R";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-R.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "HakgyoansimAllimjangTTF-B";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-B.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

html,
body {
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    background: #fff;
    color: #0f0f0f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    overflow-x: clip;
    scroll-behavior: smooth;
    letter-spacing: -0.3px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
input,
nav,
textarea,
select,
header,
section,
article,
aside,
footer,
form,
button,
table,
thead,
tbody,
tr,
td,
th,
ul,
li,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
    display: block
}

a,
input,
button {
    outline: 0
}

img {
    vertical-align: middle;
    max-width: 100%
}

figure {
    margin: 0
}

p {
    word-break: keep-all
}

span {
    display: inline-block;
    word-break: keep-all
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/resources/img/select-arrow.svg) no-repeat center right 25px;
    background-size: 14px
}

select::-ms-expand {
    display: none
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input {
    font-family: inherit;
    font-size: inherit;
    border: 0;
    outline: 0;
    color: inherit;
    cursor: pointer
}

select {
    font-family: inherit;
    font-size: inherit;
    border: 0;
    outline: 0;
    color: inherit;
    cursor: pointer
}

button {
    font-family: inherit;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer
}

button:disabled {
    border-color: #aaa !important;
    color: #aaa !important;
    pointer-events: none !important
}

input:not([type=checkbox], [type=radio]),
select,
textarea {
    width: 100%;
    height: 68px;
    padding: 0 20px;
    color: inherit;
    font-size: inherit;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

input:disabled {
    background-color: #e6e6e6
}

textarea {
    width: 100%;
    min-height: 330px;
    font-family: inherit;
    font-size: inherit;
    resize: none;
    outline: 0;
    color: inherit;
    line-height: 1.5
}

textarea::-webkit-scrollbar {
    width: 7px
}

textarea::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

textarea::-webkit-scrollbar-thumb {
    background-color: #ddd
}

textarea::-webkit-scrollbar-thumb:hover {
    background: #ccc
}

textarea::-webkit-scrollbar-button:start:decrement,
textarea::-webkit-scrollbar-button:end:increment {
    width: 3px;
    height: 0px;
    background: rgba(0, 0, 0, 0)
}

*::placeholder {
    font-family: inherit;
    font-size: inherit;
    color: #aaa
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    padding-left: 44px;
    display: flex;
    align-items: center;
    background: url(/resources/img/checkbox-default.png) no-repeat center left 0;
    background-size: 34px;
    height: 34px;
    line-height: 34px;
    cursor: pointer
}

input:checked+label {
    background-image: url(/resources/img/checkbox-checked.png)
}

[popover] {
    border: none;
    padding: 0;
    margin: 0;
    left: auto
}

:focus {
    outline: none
}

.br-wrapper,
.br-1240,
.br-1024,
.br-768,
.br-540,
.smPc-only,
.tab-only,
.mo-only,
.link-wrap.mo-only,
.moSm-only {
    display: none
}

@media screen and (max-width: 1640px) {
    .br-wrapper {
        display: block
    }

    .br-wrapper-none {
        display: none !important
    }
}

@media screen and (max-width: 1240px) {

    .br-1240,
    .smPc-only {
        display: block
    }

    .br-1240_none,
    .smPc-none {
        display: none !important
    }
}

@media screen and (max-width: 1024px) {
    .br-1024 {
        display: block
    }

    .br-1024-none {
        display: none
    }
}

@media screen and (max-width: 768px) {

    html,
    body {
        font-size: 15px
    }

    .br-768,
    .tab-only {
        display: block
    }

    .br-768-none,
    .tab-none {
        display: none !important
    }
}

@media screen and (max-width: 540px) {

    html,
    body {
        font-size: 14px
    }

    .br-540,
    .mo-only {
        display: block
    }

    .link-wrap.mo-only {
        display: flex
    }

    .br-540-none,
    .mo-none {
        display: none !important
    }
}

@media screen and (max-width: 414px) {
    .moSm-only {
        display: block
    }
    .popup.location {
    	height: 50dvh;
    }
}

html.stop-scroll,
body.stop-scroll {
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none
}

.pre {
    font-family: "Pretendard", sans-serif !important
}

.hakR {
    font-family: "HakgyoansimAllimjangTTF-R", sans-serif !important
}

.hakB {
    font-family: "HakgyoansimAllimjangTTF-B", sans-serif !important
}

.reem {
    font-family: "Reem Kufi", sans-serif !important
}

.eng {
    font-size: 1rem;
    font-family: "Reem Kufi", sans-serif;
    color: #ff020e;
    font-weight: 700
}

@media screen and (max-width: 1240px) {
    .eng {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    .eng {
        font-size: 13px
    }
}

.red {
    color: #ff020e
}

.white {
    color: #fff
}

.black {
    color: #0f0f0f
}

.yellow {
    color: #ffe102
}

.purple {
    color: #9747ff
}

.bg-white {
    background-color: #fff
}

.medi {
    font-weight: 500 !important
}

.bold {
    font-weight: 700 !important
}

.ex-bold {
    font-weight: 800 !important
}

.txt-center {
    text-align: center
}

.main-title {
    font-size: 3.75rem;
    font-family: "HakgyoansimAllimjangTTF-B", sans-serif;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .main-title {
        font-size: 4.838vw
    }
}

@media screen and (max-width: 768px) {
    .main-title {
        font-size: 30px
    }
}

.page-title {
    font-size: 3.125rem;
    font-family: "HakgyoansimAllimjangTTF-B", sans-serif;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .page-title {
        font-size: 4.032vw
    }
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: 26px
    }
}

.sub-title {
    font-size: 2.5rem;
    font-family: "HakgyoansimAllimjangTTF-B", sans-serif;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .sub-title {
        font-size: 3.226vw
    }
}

@media screen and (max-width: 768px) {
    .sub-title {
        font-size: 24px
    }
}

.med-title {
    font-size: 2.25rem;
    font-family: "Pretendard", sans-serif;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .med-title {
        font-size: 2.903vw
    }
}

@media screen and (max-width: 768px) {
    .med-title {
        font-size: 20px
    }
}

.sec-title {
    font-size: 2rem;
    font-family: "HakgyoansimAllimjangTTF-R", sans-serif;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .sec-title {
        font-size: 2.58vw
    }
}

@media screen and (max-width: 768px) {
    .sec-title {
        font-size: 18px
    }
}

.txt-lg {
    font-size: 1.875rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-lg {
        font-size: 2.419vw
    }
}

@media screen and (max-width: 768px) {
    .txt-lg {
        font-size: 16px
    }
}

.txt-big {
    font-size: 1.625rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-big {
        font-size: 2.097vw
    }
}

@media screen and (max-width: 768px) {
    .txt-big {
        font-size: 16px
    }
}

.txt-m {
    font-size: 1.5rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-m {
        font-size: 1.935vw
    }
}

@media screen and (max-width: 768px) {
    .txt-m {
        font-size: 16px
    }
}

.txt-default {
    font-size: 1.25rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-default {
        font-size: 1.613vw
    }
}

@media screen and (max-width: 768px) {
    .txt-default {
        font-size: 14px
    }
}

.txt-s {
    font-size: 1.125rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-s {
        font-size: 1.452vw
    }
}

@media screen and (max-width: 768px) {
    .txt-s {
        font-size: 13px
    }
}

.txt-xs {
    font-size: 1rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-xs {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    .txt-xs {
        font-size: 13px
    }
}

.txt-mc {
    font-size: .875rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-mc {
        font-size: 1.129vw
    }
}

@media screen and (max-width: 768px) {
    .txt-mc {
        font-size: 12px
    }
}

section.sec1 {
    padding-top: 5.2vw
}

section:last-child {
    padding-bottom: 10.41vw
}

.wrapper {
    width: 100%;
    max-width: 1560px;
    padding: 0 20px;
    margin: 0 auto
}

.inner {
    width: 100%;
    max-width: 1920px;
    padding: 0 20px;
    margin: auto
}

.inner-noPl {
    width: 100%;
    max-width: 1920px;
    padding: 0 20px 0 0;
    margin: auto
}

.flex-r {
    display: flex;
    align-items: center
}

.flex-r.reverse {
    flex-direction: row-reverse
}

.flex-item {
    flex: 1
}

.flex-c {
    display: flex;
    flex-direction: column
}

.align-top {
    align-items: flex-start !important
}

.flex-center {
    justify-content: center;
    align-items: center
}

.invisible {
    opacity: 0 !important;
    pointer-events: none
}

.opa-70 {
    opacity: .7
}

.opa-20 {
    opacity: .2
}

.ani-up {
    transform: translateY(60px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .8s cubic-bezier(0.215, 0.61, 0.8, 1)
}

.ani-left {
    transform: translateX(-80px);
    opacity: 0;
    transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1)
}

.ani-fade {
    opacity: 0;
    transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1)
}

.animate .ani-up {
    transform: translateY(0);
    opacity: 1
}

.animate .ani-left {
    transform: translateX(0);
    opacity: 1
}

.animate .ani-fade {
    opacity: 1
}

.delay1 {
    transition-delay: .15s
}

.delay2 {
    transition-delay: .3s
}

.delay3 {
    transition-delay: .45s
}

.delay4 {
    transition-delay: .6s
}

.delay5 {
    transition-delay: .75s
}

.delay6 {
    transition-delay: .9s
}

.delay7 {
    transition-delay: 1.05s
}

.delay8 {
    transition-delay: 1.3s
}

.delay9 {
    transition-delay: 1.45s
}

.delay10 {
    transition-delay: 1.6s
}

.delay11 {
    transition-delay: 1.75s
}

.delay12 {
    transition-delay: 1.9s
}

.delay13 {
    transition-delay: 2.05s
}

[class^=swiper-button] {
    width: 58px;
    height: 58px
}

[class^=swiper-button].svg-line {
    position: relative;
    overflow: visible
}

[class^=swiper-button].svg-line svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: #ff020e;
    fill: none;
    stroke-dashoffset: calc(182px*(1 - var(--progress)));
    stroke-dasharray: 182;
    transition: stroke-dashoffset .5s ease
}

[class^=swiper-button].svg-line:hover svg {
    --progress: 1
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn {
    height: 68px;
    min-width: 156px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #ff020e;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    color: #ff020e
}

@media screen and (max-width: 1240px) {
    .btn {
        font-size: 1.613vw
    }
}

@media screen and (max-width: 768px) {
    .btn {
        font-size: 14px
    }
}

.btn.black {
    border-color: #0f0f0f;
    color: #0f0f0f
}

.modal-open-btn {
    margin-left: 10px;
    color: #999;
    font-size: 1rem;
    text-decoration: underline;
    text-underline-offset: 3px
}

@media screen and (max-width: 1240px) {
    .modal-open-btn {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    .modal-open-btn {
        font-size: 13px
    }
}

.radius_btn {
    font-size: 1rem;
    padding: 12px 20px;
    border-radius: 100px;
    font-weight: 700
}

@media screen and (max-width: 1240px) {
    .radius_btn {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    .radius_btn {
        font-size: 13px
    }
}

.radius_btn.btn_clear {
    background: rgba(15, 15, 15, .06);
    color: #0f0f0f
}

.radius_btn.btn_clear.on {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.radius_btn.btn_clear.on img {
    filter: invert(1)
}

.radius_btn.btn_red {
    background: #ff020e;
    color: #fff
}

.slide_btn_wrap {
    position: relative
}

.slide_btn_wrap .swiper {
    position: static
}

[class^=swiper-button] {
    position: static;
    margin-top: 0
}

[class^=swiper-button]::after {
    display: none
}

.popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    display: none
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: calc(100% - 40px);
    height: 65vh;
    max-height: 90vh;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    padding: 50px;
    z-index: 10000;
    overflow: hidden;
    display: none;
    -ms-overflow-style: none
}

.popup .x_btn {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer
}

.popup .popup_title {
    font-size: 1.625rem;
    font-weight: 700
}

@media screen and (max-width: 1240px) {
    .popup .popup_title {
        font-size: 2.097vw
    }
}

@media screen and (max-width: 768px) {
    .popup .popup_title {
        font-size: 16px
    }
}

.popup .txt_area {
    height: calc(100% - 50px);
    margin-top: 20px;
    padding: 15px;
    border-radius: 20px;
    background-color: #e6e6e6;
    overflow-y: scroll
}

.popup .txt_area p {
    font-size: 20px
}

.popup.location {
    width: 1264px;
    height: 668px;
    padding: 80px 5.2vw 5.2vw 5.2vw
}

.popup.location .sec-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: center
}

.popup.location .red-dot::after {
    display: none
}

.popup.location .red-dot::before {
    width: calc(100% + 35px);
    left: -35px
}

.popup.location .txt-wrap {
    display: flex;
    align-items: center;
    gap: 4.16vw
}

.popup.location .grey {
    margin-right: 20px;
    color: #999
}

.popup.location .img-area {
    height: calc(100% - 152px);
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.popup.location .map-area {
    width: 38%;
    height: 100%;
    max-height: 336px;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    border-radius: 20px;
    overflow: hidden
}

.popup.location .swiper-area {
    position: relative;
    width: 60%;
    height: auto;
    border: 1px solid #666;
    border-radius: 20px;
    overflow: hidden
}

.popup.location .swiper-area .mapSwiper {
    height: 100%
}

.popup.location .swiper-area img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.popup.location [class^=swiper-button] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.popup.location [class^=swiper-button].swiper-button-prev {
    left: 20px
}

.popup.location [class^=swiper-button].swiper-button-next {
    right: 20px
}

.popup.location .img-area .swiper-area {
	max-width: 632px;
	aspect-ratio: 79 / 42;
}

.badge {
    padding: 6px 12px;
    font-size: .875rem;
    letter-spacing: 0;
    font-family: "HakgyoansimAllimjangTTF-R", sans-serif;
    background: #0f0f0f;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
    font-weight: normal
}

@media screen and (max-width: 1240px) {
    .badge {
        font-size: 1.129vw
    }
}

@media screen and (max-width: 768px) {
    .badge {
        font-size: 12px
    }
}

.badge.green {
    background-color: #6ada72
}

.badge.blue {
    background-color: #1a85ff
}

.badge.orng {
    background-color: #f80
}

.badge.l-blue {
    background-color: #32d3ff
}

.badge.l-green {
    background-color: #6ada72
}

.badge.red {
    background-color: #ff020e
}

.badge.reem {
    padding: 2px 9px;
    background-color: #ff020e
}

.mandatory {
    position: relative;
    width: fit-content
}

s .mandatory::after {
    content: "*";
    position: absolute;
    width: 7px;
    height: 7px;
    top: -8px;
    right: -12px;
    color: #ff020e
}

.more-btn {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff020e;
    font-family: "Reem Kufi", sans-serif;
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: fit-content;
    cursor: pointer
}

@media screen and (max-width: 1240px) {
    .more-btn {
        font-size: 1.935vw
    }
}

@media screen and (max-width: 768px) {
    .more-btn {
        font-size: 16px
    }
}

.more-btn .icon {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff2f3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-in-out
}

.more-btn:hover .icon {
    background-color: #ff020e
}

.more-btn:hover .icon img {
    content: url("/resources/img/more-icon-wh.svg")
}

.link-wrap {
    display: flex
}

.link-wrap .link {
    position: relative;
    padding: 20px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    transition: all 300ms ease-in-out
}

.link-wrap .link .eng {
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 0
}

@media screen and (max-width: 1240px) {
    .link-wrap .link .eng {
        font-size: 2.419vw
    }
}

@media screen and (max-width: 768px) {
    .link-wrap .link .eng {
        font-size: 16px
    }
}

.link-wrap .link .icon {
    width: 24px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ff020e;
    display: flex;
    justify-content: center;
    align-items: center
}

.link-wrap .link.square {
    position: relative;
    border: 1px solid #ffdbdd;
    padding: 30px 40px;
    border-radius: 20px
}

.link-wrap .link.square::after {
    content: "";
    position: absolute;
    top: -1.5px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 2px solid #ff020e;
    border-radius: 20px;
    opacity: 0;
    transition: all 300ms ease-in-out;
    z-index: 10
}

.link-wrap .link.border-red {
    border-color: #ff020e
}

.link-wrap .link.border-red:hover {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px 0 rgba(255, 2, 14, .2)
}

.link-wrap .link.border-red:hover::after {
    opacity: 1
}

.link-wrap .link svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.link-wrap .link .border-animation {
    --progress: 0;
    stroke-dasharray: 550;
    stroke-dashoffset: calc(550*(1 - var(--progress)));
    transition: stroke-dashoffset .5s ease
}

.link-wrap .link:hover .border-animation {
    --progress: 1
}

.top-sec {
    padding-top: 8.85vw;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.top-sec .title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.top-sec .txt-default {
    margin-bottom: 0
}

.tabs {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px
}

.tabs .tab {
    padding: 10px 10px 8px 10px;
    opacity: .5;
    transition: all 300ms ease-in-out
}

.tabs .tab.active {
    color: #ff020e;
    font-weight: 700;
    opacity: 1;
    border-bottom: 2px solid #ff020e
}

.tabs .tab:hover {
    opacity: 1
}

.deco-txt {
    position: relative;
    width: fit-content;
    padding: 0 35px;
    font-family: "Reem Kufi", sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ff020e
}

.deco-txt.kr {
    padding: 7px 40px
}

.deco-txt::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -2px;
    top: -1px;
    border-bottom: 38.5px solid #ff020e;
    border-top: 38.5px solid #fff;
    border-left: 13px solid #fff;
    border-right: 13px solid #ff020e
}

.deco-txt::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -2px;
    top: 0;
    border-bottom: 38.5px solid #fff;
    border-top: 38.5px solid #ff020e;
    border-left: 13px solid #ff020e;
    border-right: 13px solid #fff
}

.round-title {
    width: fit-content;
    padding: 8px 40px;
    background-color: #ff020e;
    color: #fff;
    border-radius: 50px
}

.round-title:has(.objet) {
    display: flex;
    justify-content: center;
    align-items: center
}

.round-title .objet {
    width: 17px;
    margin-left: 10px
}

.deco-line {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1
}

.deco-line img {
    width: 118px;
    object-fit: cover
}

.deco-line::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-top: 1px solid #e6e6e6;
    z-index: -2
}

.sec-title:has(.red-dot) {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6
}

.red-dot {
    position: relative;
    padding: 0 25px
}

.red-dot::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #ff020e;
    border-radius: 50%;
    transform: translateY(-50%)
}

.red-dot::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -25px;
    background-color: #ff020e
}

.dot-aside {
    width: fit-content;
    max-width: calc(100% - 30px);
    position: relative;
    margin: auto;
    padding: 0 20px;
    text-align: center
}

.dot-aside::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #ff020e;
    border-radius: 50%;
    transform: translateY(-50%)
}

.dot-aside::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #ff020e;
    border-radius: 50%;
    transform: translateY(-50%)
}

form {
    padding: 30px 34px 0 34px
}

form .form-wrap {
    display: flex;
    align-items: flex-start
}

form .form-wrap.half>div {
    flex: 1
}

form .form-wrap.full {
    flex-direction: column;
    gap: 23px
}

form .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

form .form-row:has(.line2) {
    align-items: flex-start
}

form .form-row:has(.line2) .txt-default {
    transform: translateY(15px)
}

form .form-row>input,
form .form-row>select {
    width: calc(100% - 165px)
}

form .form-row .half .form-box,
form .form-row .half>select,
form .form-row .half input {
    flex: 1
}

form .form-row .line2 {
    width: calc(100% - 165px);
    display: flex;
    flex-direction: column;
    gap: 10px
}

form .form-row .line2 .input-wrap {
    gap: 15px
}

form .form-row .input-wrap {
    width: 100%;
    display: flex
}

form .form-row .input-wrap.half {
    width: calc(100% - 165px);
    gap: 10px
}

.checkbox-wrap {
    display: flex;
    align-items: center
}

.input-wrap:has(.submit-btn) {
    position: relative
}

.input-wrap:has(.submit-btn) .search-box {
    width: 100%
}

.submit-btn {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.pager {
    margin-top: 5.2vw;
    display: flex;
    justify-content: center;
    align-items: center
}

.pager .pager-btn {
    width: 58px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ffdbdd
}

.pager .pager-btn.svg-line {
    position: relative;
    overflow: visible
}

.pager .pager-btn.svg-line svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: #ff020e;
    fill: none;
    stroke-dashoffset: calc(182px*(1 - var(--progress)));
    stroke-dasharray: 182;
    transition: stroke-dashoffset .5s ease
}

.pager .pager-btn.svg-line:hover svg {
    --progress: 1
}

.pager .pager-btn.pager-prev {
    margin-right: 80px
}

.pager .pager-btn.pager-next {
    margin-left: 80px
}

.pager .page {
    padding: 5px 20px;
    color: #ccc
}

.pager .page.active {
    color: #ff020e
}

#header {
    padding: 30px 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 300ms ease-in-out
}

#header .logo {
    height: 34px;
    clip-path: polygon(0 100%, 65px 100%, 65px 0, 0 0);
    transition: clip-path .3s
}

#header .logo.on {
    filter: invert(1)
}

#header .logo:hover {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0)
}

#header .logo img {
    max-height: 100%
}

#header #category {
    font-size: 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 1240px) {
    #header #category {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    #header #category {
        font-size: 13px
    }
}

#header #category .depth1_wrap {
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 0 20px;
    width: fit-content
}

#header #category .depth1_wrap>li {
    position: relative
}

#header #category .depth1_wrap>li .depth1 {
    padding: 12px 20px;
    font-weight: 500;
    position: relative
}

#header #category .depth1_wrap>li .depth1::before {
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background: #0f0f0f;
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px
}

#header #category .depth1_wrap>li .depth1:hover {
    font-weight: 700
}

#header #category .depth1_wrap>li .depth1:hover::before {
    opacity: 1
}

#header #category .depth1_wrap>li .depth2_wrap {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-content: center;
    column-gap: 15px;
    display: none
}

.header_rt {
    display: flex;
    align-items: center;
    column-gap: 30px;
    position: fixed;
    top: 30px;
    right: 70px;
    z-index: 1001
}

.header_rt .btn-wrap {
    column-gap: 10px
}

.header_rt.smPc-only {
    display: none;
    gap: 15px
}

.header_rt.smPc-only .radius_btn {
    width: 46px;
    height: 46px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.hamburger {
    width: 34px;
    height: 32px;
    cursor: pointer;
    position: relative
}

.hamburger.make-white {
    filter: invert(1)
}

.hamburger::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0f0f0f;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width .2s
}

.hamburger .line {
    width: 100%;
    height: 2px;
    background: #0f0f0f;
    border-radius: 10px;
    transform-origin: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform .2s
}

.hamburger .line:nth-child(1) {
    transform-origin: left center;
    top: 6px
}

.hamburger .line:nth-child(2) {
    transform-origin: left center;
    top: 25px
}

.hamburger.open::after {
    width: 0
}

.hamburger.open .line:nth-child(1) {
    transform: rotate(45deg) translateX(-50%);
    top: 50%
}

.hamburger.open .line:nth-child(2) {
    transform: rotate(-45deg) translateX(-50%);
    top: 50%
}

#hamWrap {
    padding: 50px;
    border-radius: 20px;
    width: max-content;
    display: none;
    position: fixed;
    right: 70px;
    top: 103px;
    z-index: 1001;
    background: #fff
}

#hamWrap.open {
    top: 0
}

#hamWrap #hamCategory .depth1_wrap {
    row-gap: 50px;
    display: flex;
    flex-direction: column
}

#hamWrap #hamCategory .depth1_wrap>li:hover .depth1 {
    border-color: #0f0f0f
}

#hamWrap #hamCategory .depth1_wrap .depth1 {
    font-size: 1.625rem;
    font-weight: 700;
    width: fit-content;
    position: relative;
    padding: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border .2s
}

@media screen and (max-width: 1240px) {
    #hamWrap #hamCategory .depth1_wrap .depth1 {
        font-size: 2.097vw
    }
}

@media screen and (max-width: 768px) {
    #hamWrap #hamCategory .depth1_wrap .depth1 {
        font-size: 16px
    }
}

#hamWrap #hamCategory .depth1_wrap .depth2_wrap {
    margin-top: 20px;
    column-gap: 15px;
    display: flex;
    align-content: center
}

#hamWrap #hamCategory .depth1_wrap .depth2_wrap .depth2 {
    padding: 10px 20px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #0f0f0f;
    border-radius: 50px;
    width: max-content;
    transition: background .2s, color .2s
}

#hamWrap #hamCategory .depth1_wrap .depth2_wrap .depth2:hover {
    background: #0f0f0f;
    color: #fff
}

#hamWrap .sns_wrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 50px
}

#hamWrap .sns_wrap a {
    opacity: .2;
    transition: opacity .3s
}

#hamWrap .sns_wrap a:hover {
    opacity: 1
}

.backdrop {
    opacity: 0;
    transition: all 300ms ease-in-out
}

.backdrop.on {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    z-index: 1000
}

#quick {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 999
}

#quick ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

#quick ul li a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s
}

#quick ul li:nth-child(2) a {
    padding: 13px
}

#quick ul li:not(:last-child) a {
    position: relative;
    background: #0f0f0f
}

#quick ul li:not(:last-child) a p {
    padding-left: 20px;
    width: 0;
    height: 100%;
    position: absolute;
    right: 29px;
    z-index: -1;
    background: #fff;
    border: 1px solid #ff020e;
    color: #ff020e;
    border-radius: 50px 0 0 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all .3s;
    width: 0;
    padding-left: 0;
    opacity: 0;
    text-indent: -30px
}

#quick ul li:not(:last-child):hover a {
    background: #ff020e
}

#quick ul li:not(:last-child):hover a p {
    width: calc(100% + 56px);
    padding-left: 20px;
    opacity: 1;
    text-indent: 0
}

#quick ul li:last-child a {
    padding: 18px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

#footer {
    padding: 60px 80px 100px;
    font-size: 1rem;
    background-color: #181818;
    color: #fff
}

@media screen and (max-width: 1240px) {
    #footer {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    #footer {
        font-size: 13px
    }
}

#footer .footer_top {
    padding-bottom: 100px;
    margin-bottom: 30px;
    border-bottom: 1px solid #222;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

#footer .footer_top .footer_cont {
    column-gap: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

#footer .footer_top .footer_cont .footer_txt {
    row-gap: 10px;
    line-height: 1.1;
    display: flex;
    flex-direction: column
}

#footer .footer_top .footer_cont .footer_txt ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

#footer .footer_top .footer_cont .footer_txt ul li:not(:last-child) {
    display: flex;
    align-items: center
}

#footer .footer_top .footer_cont .footer_txt ul li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    margin: 0 15px;
    background: #222
}

#footer .footer_top .footer_cont .footer_txt ul li span {
    margin-right: 10px;
    color: #333;
    font-weight: 700
}

#footer .footer_top .footer_sns {
    column-gap: 30px;
    display: flex;
    align-items: center
}

#footer .footer_top .footer_sns a {
    opacity: .2;
    transition: opacity .3s
}

#footer .footer_top .footer_sns a:hover {
    opacity: 1
}

#footer .footer_bt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 500
}

#footer .footer_bt .lt {
    color: #333
}

#footer .footer_bt .rt {
    display: flex;
    align-items: center;
    column-gap: 80px
}

#footer .footer_bt .rt .link {
    color: #666;
    transition: color .3s;
    cursor: pointer
}

#footer .footer_bt .rt .link:hover {
    color: #999
}

.success .txt-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.success .title-wrap {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.success .title-wrap .icon {
    width: 32px
}

.success .link-wrap {
    margin-top: 6.25vw;
    justify-content: center
}

@media screen and (max-width: 1240px) {
    .deco-txt {
        height: 75px;
        line-height: 75px
    }

    .deco-txt.kr {
        line-height: 63px
    }

    .popup.location {
        height: auto;
    }

    .popup.location .img-area {
        flex-direction: row
    }

    .popup.location .img-area .map-area {
        width: 100%;
        aspect-ratio: 79 / 42;
        max-height: none;
        height: auto;
    }

    .popup.location .img-area .swiper-area {
        width: 100%;
        max-width: unset;
        height: auto;
    }

    form {
        padding: 30px 15px 0 15px
    }

    form .form-wrap.half {
        flex-direction: column;
        gap: 15px
    }

    form .form-wrap.half .form-box {
        width: 100%
    }

    #header #category .depth1_wrap>li .depth1 {
        padding: 10px 15px
    }

    .header_rt.smPc-only {
        display: flex
    }

    #hamWrap .depth1_wrap .smPc-only {
        width: fit-content
    }
}

@media screen and (max-width: 1024px) {

    input:not([type=checkbox], [type=radio]),
    select {
        height: 50px
    }

    .btn {
        height: 50px
    }

    .top-sec {
        padding-top: 150px
    }

    .round-title .objet {
        width: 1.3vw
    }

    .popup {
        padding: 30px 20px
    }

    .popup .x_btn {
        width: 20px;
        height: 20px;
        top: 30px;
        right: 20px
    }

    .popup .popup_title {
        font-size: 24px
    }

    .popup .txt_area {
        border-radius: 10px
    }

    .popup .txt_area p {
        font-size: 14px
    }

    .pager {
        margin-top: 100px
    }

    .pager .pager-btn {
        width: 45px
    }

    .pager .pager-btn.pager-prev {
        margin-right: 40px
    }

    .pager .pager-btn.pager-next {
        margin-left: 40px
    }

    #footer .footer_top {
        padding-bottom: 25px;
        margin-bottom: 15px;
        flex-direction: column;
        gap: 25px
    }

    #footer .footer_top .footer_cont {
        width: 100%
    }

    #footer .footer_top .footer_cont .footer_txt {
        width: 100%
    }

    #footer .footer_logo {
        width: 80px
    }
    
    .popup.location {overflow-y: auto;}
    
    .popup.location .img-area {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    form {
        padding: 30px 0 0 0
    }

    form .form-row>input,
    form .form-row>select,
    form .form-row .line2,
    form .form-row .input-wrap.half {
        width: calc(100% - 115px)
    }

    .top-sec {
        padding-top: 100px
    }

    .tabs {
        margin-top: 30px;
        gap: 30px
    }

    .deco-txt {
        height: 50px;
        line-height: 50px
    }

    .deco-txt::before {
        border-bottom: 13.5px solid #ff020e;
        border-top: 38.5px solid #fff;
        border-left: 4px solid #fff;
        border-right: 13px solid #ff020e
    }

    .deco-txt::after {
        border-bottom: 13.5px solid #fff;
        border-top: 38.5px solid #ff020e;
        border-left: 4px solid #ff020e;
        border-right: 13px solid #fff
    }

    .deco-txt.kr {
        line-height: 35px
    }

    .sec-title:has(.red-dot) {
        padding-bottom: 10px
    }

    .red-dot::before {
        bottom: -10px
    }

    .link-wrap .link {
        padding: 14px 20px
    }

    .link-wrap .link:after {
        display: none
    }

    .link-wrap .link.square {
        padding: 15px 20px;
        border-radius: 10px
    }

    .popup {
        border-radius: 10px
    }

    .popup .x_btn {
        width: 16px;
        height: 16px;
        z-index: 100
    }

    .popup.location {
        padding: 30px 16px 16px 16px
    }

    .popup.location .sec-title {
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .popup.location .img-area {
        height: calc(100% - 100px);
        margin-top: 25px;
        gap: 10px
    }

    .popup.location .img-area .map-area {
        border-radius: 10px
    }

    .popup.location .img-area .swiper-area {
        border-radius: 10px
    }

    .popup.location .icon {
        width: 20px
    }

    .popup.location .red-dot {
        padding: 0 15px
    }

    .popup.location .red-dot::before {
        width: calc(100% + 15px);
        left: -20px
    }

    #header {
        padding: 22px 15px
    }

    #header .logo {
        height: 31.5px
    }

    .header_rt.smPc-only {
        top: 22px;
        right: 15px
    }

    #footer {
        padding: 25px 20px 62.5px
    }

    #footer .footer_top .footer_cont {
        flex-direction: column;
        align-items: flex-start
    }

    #footer .footer_top .footer_cont .footer_txt ul {
        gap: 7.5px
    }

    #footer .footer_top .footer_sns {
        column-gap: 15px
    }

    #footer .footer_top .footer_sns a {
        width: 30px
    }

    #footer .footer_logo {
        width: 45px;
        margin-bottom: 25px
    }

    #footer .footer_bt {
        flex-direction: column;
        align-items: flex-start
    }

    #footer .footer_bt .rt {
        margin-top: 30px;
        column-gap: 20px
    }

    .success .title-wrap {
        margin-bottom: 15px;
        gap: 10px
    }

    .success .link-wrap {
        margin-top: 60px;
        justify-content: center
    }
}

@media screen and (max-width: 540px) {
    .inner-noPl {
        padding: 0
    }

    section.sec1 {
        padding-top: 60px
    }

    section:last-child {
        padding-bottom: 100px
    }

    select {
        background: #fff url(/resources/img/select-arrow.svg) no-repeat center right 15px;
        background-size: 10px
    }

    .txt-lg {
        line-height: 130%
    }

    .txt-m {
        line-height: 130%
    }

    .txt-default {
        line-height: 130%
    }

    .txt-s {
        line-height: 130%
    }

    .txt-xs {
        line-height: 130%
    }

    .txt-mc {
        line-height: 130%
    }

    .top-sec {
        padding-top: 130px
    }

    .top-sec .title-wrap {
        gap: 10px
    }

    [class^=swiper-button] {
        width: 30px;
        height: 30px
    }

    .popup .popup_title {
        font-size: 20px
    }

    form {
        padding: 30px 0 0 0
    }

    form .form-wrap.full {
        gap: 10px
    }

    form .form-row {
        flex-direction: column;
        align-items: flex-start
    }

    form .form-row:has(.line2) .txt-default {
        transform: translateY(0)
    }

    form .form-row .line2 .input-wrap {
        gap: 10px
    }

    form .form-row>input,
    form .form-row>select,
    form .form-row .line2,
    form .form-row .input-wrap.half {
        margin-top: 10px;
        width: 100%
    }

    input~.btn {
        min-width: 110px
    }

    label {
        padding-left: 25px;
        background-size: 25px;
        height: 25px;
        line-height: 25px;
        background-size: 18px
    }

    textarea {
        min-height: 150px
    }

    .tabs {
        gap: 15px
    }

    .round-title {
        padding: 12px 20px
    }

    .round-title .objet {
        width: 10px
    }

    .deco-txt {
        height: 40px;
        line-height: 40px;
        padding: 0 10px
    }

    .deco-txt::before {
        border-bottom: 13.5px solid #ff020e;
        border-top: 27.5px solid #fff;
        border-left: 3px solid #fff;
        border-right: 6px solid #ff020e
    }

    .deco-txt::after {
        border-bottom: 13.5px solid #fff;
        border-top: 27.5px solid #ff020e;
        border-left: 3px solid #ff020e;
        border-right: 6px solid #fff
    }

    .deco-txt.kr {
        padding: 0 10px;
        line-height: 40px
    }

    .dot-aside {
        max-width: unset;
        padding: 0 20px
    }

    .link-wrap .link {
        gap: 5px
    }

    .link-wrap .link .icon {
        width: 16px;
        height: 16px
    }

    .link-wrap .txt-s img {
        width: 14px;
        margin-right: 5px
    }

    .pager {
        margin-top: 60px
    }

    .pager .pager-btn {
        width: 35px;
        height: 35px;
        padding: 12px
    }

    .pager .pager-btn.pager-prev {
        margin-right: 20px
    }

    .pager .pager-btn.pager-next {
        margin-left: 20px
    }

    .pager .page {
        padding: 5px 10px
    }

    .modal-open-btn {
        margin-left: 5px
    }

    #hamWrap {
        width: calc(100vw - 30px);
        padding: 25px;
        right: 15px;
        border-radius: 10px;
        top: 75px
    }

    #hamWrap #hamCategory .depth1_wrap {
        row-gap: 40px
    }

    #hamWrap #hamCategory .depth1_wrap .depth1 {
        padding: 0
    }

    #hamWrap #hamCategory .depth1_wrap .depth2_wrap {
        margin-top: 12px;
        column-gap: 10px
    }

    #hamWrap #hamCategory .depth1_wrap .depth2_wrap .depth2 {
        padding: 8px 14px
    }

    #hamWrap .smPc-only {
        width: fit-content
    }

    #hamWrap .sns_wrap {
        column-gap: 10px
    }

    .hamburger {
        width: 28px;
        height: 20px
    }

    .hamburger .line:nth-child(1) {
        top: 0
    }

    .hamburger .line:nth-child(2) {
        top: 19px
    }

    .header_rt.smPc-only {
        top: 13px;
        gap: 10px
    }

    .header_rt.smPc-only .btn_wrap {
        column-gap: 5px
    }

    .header_rt.smPc-only .radius_btn {
        width: 43px;
        height: 43px
    }

    #header .logo {
        height: 25px
    }

    #footer .footer_top .footer_cont .footer_txt ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 7.5px
    }

    #footer .footer_top .footer_cont .footer_txt ul li:not(:last-child)::after {
        display: none
    }

    #quick {
        right: 20px;
        bottom: 20px
    }

    #quick ul {
        row-gap: 5px
    }

    #quick ul li a {
        width: 43px;
        height: 43px;
        padding: 12px
    }

    #quick ul li:nth-child(2) a {
        padding: 11px
    }

    #quick ul li:last-child a {
        padding: 15px
    }
}

.location .top-sec {
    background-color: #fff
}

.map-area {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.map-area form {
    padding: 0
}

.map-area form .form-row .half {
    width: 100%;
    gap: 20px
}

.map-area form .form-row select {
    flex: unset;
    width: 40%
}

.map-area form .form-row input {
    flex: unset;
    width: 60%
}

.map-area .box-wrap {
    height: min(32.81vw, 630px);
    margin-top: 20px;
    overflow-y: scroll
}

.map-area .box-wrap::-webkit-scrollbar {
    width: 9px;
    background-color: #f9f9f9;
    border-radius: 30px
}

.map-area .box-wrap::-webkit-scrollbar-thumb {
    background-color: #ff020e;
    border-radius: 30px
}

.map-area .box {
    width: calc(100% - 20px);
    padding: 20px 30px;
    margin-bottom: 15px;
    border: 1px solid #666;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.map-area .box>div {
    display: flex
}

.map-area .box .txt-wrap {
    flex-direction: column;
    gap: 20px
}

.map-area .box .tel-wrap {
    justify-content: space-between;
    align-items: center
}

.map-area .box .tel-wrap .tel {
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9
}

.map-area .box .tel-wrap .num {
    margin-left: 15px
}

.map-area .box .tel-wrap .icon {
    width: 42px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff2f3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.map-area .box .tel-wrap .icon img {
	transition: all 300ms ease;
}
.map-area .box .tel-wrap .icon:hover img {
	rotate: 90deg;
}

.map-area .search-area {
    width: 42%
}

.map-area .map-wrap {
    width: 58%;
    height: min(37.3vw, 716px);
    border-radius: 20px;
    border: 1px solid #666;
    font-size: 0;
    background-color: #eee;
    overflow: hidden;
}

.map-area .map {
    position: relative;
    width: 100%;
    height: 100%
}

.map-area .map .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 70px
}

@media screen and (max-width: 1024px) {
    .map-area {
        flex-direction: column-reverse
    }

    .map-area .search-area {
        width: 100%
    }

    .map-area .box-wrap {
        height: auto;
        aspect-ratio: 16/12;
        margin-top: 10px
    }

    .map-area .box {
        padding: 10px 15px;
        margin-bottom: 7px;
        border-radius: 10px;
        gap: 16px
    }

    .map-area .box .txt-wrap {
        gap: 10px
    }

    .map-area .box .tel-wrap .tel {
        padding: 10px
    }

    .map-area .box .tel-wrap .icon {
        width: 25px;
        padding: 7px
    }

    .map-area .map-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 16/12;
        border-radius: 10px
    }

    .map-area form .form-row .half {
        gap: 10px
    }
}

@media screen and (max-width: 540px) {
    section.sec1 {
        padding-top: 30px
    }

    .map-area .map .icon {
        width: 40px;
        height: 62px
    }

    .map-area .box-wrap::-webkit-scrollbar {
        display: none
    }

    .map-area .box-wrap::-webkit-scrollbar-thumb {
        display: none
    }

    .map-area .box {
        width: 100%
    }
    
    .popup.location {
    	padding: 30px 16px 20px 16px;
    }
    
    .popup.location .txt-wrap {
    	flex-direction: column;
    	align-items: flex-start;
    	gap: 10px;
    }
    
    .popup.location .txt-wrap .txt-default {
    	display: flex;
    }
    
    .popup.location .txt-wrap .txt-default .grey {
    	width: 62px; margin: 0;
    }
    
    .popup.location .txt-wrap .txt-default #popup_address {
    	width: calc(100% - 62px);
    }
    
    .popup.location .img-area {
    	height: calc(100% - 140px)
    }
}