:root {
    --color1: #615D5D;
    --color2: #EF9D01;
    --color3: #106483;
    --color4: #8D8D8D;
    --color5: #1D3F4B;
    --color6: #ffffff;
    --color7: #707070;
    --color8: #DACAA5;
    --color9: #DFDFDF;
}

.text-header {
    font-size: clamp(2rem, 3vw, 2.8rem);
    color: var(--color6);
}

html {
    overflow-x: hidden !important;
}

body {
    background-color: white;
    /* background: rgb(233, 233, 233); */
    /* background: linear-gradient(180deg, #1D3F4B 0%, #B2D3E9 100%); */
    background-repeat: no-repeat;
    font-family: 'Prompt', sans-serif;
    color: var(--color6);
    font-size: clamp(0.9rem, 1.4vw, 1.3rem);
    overflow-x: hidden;
    padding: 0 !important;
}

a {
    color: #ffffff;
    text-decoration: none !important;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}


/* .register-zone {
    background: #f2ece8;
} */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    display: flex;
}

.register-bg {
    background: linear-gradient(180deg, #1D3F4B 0%, #B2D3E9 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
}

.register-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100%;
    z-index: -3;
}

.register-top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: 1600px;
    opacity: 0.6;
}

.register-title {
    font-family: Prompt;
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: 400;
    color: var(--color6);
    opacity: 1;
    text-align: center;
}

.register-input {
    position: relative;
    width: 100%;
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    border-bottom: 1px solid var(--color6);
    padding: 5px 10px;
    color: var(--color6);
}

.register-input label {
    position: absolute;
    color: var(--color6);
    margin-top: 2px;
    font-weight: 200;
}

.register-input label span,
.register-select label span {
    color: var(--color6);
}

.register-input input {
    width: 100%;
    border: 0;
    background-color: transparent;
    padding-left: 80px;
    font-weight: 300;
    color: var(--color6);
}

.register-select {
    position: relative;
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    border-bottom: 1px solid var(--color6);
    padding-bottom: 15px;
    width: 100%;
    margin: 0;
}

.register-select label {
    color: var(--color6);
    font-weight: 200;
}

.register-select select {
    width: 100%;
    font-size: clamp(1rem, 1.6vw, 1.1rem);
    padding: 3px 15px 4px;
    border: 0;
    background-color: transparent;
    font-weight: 300;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    background: rgb(233, 233, 233);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 50%, rgba(233, 233, 233, 1) 100%);
    border-radius: 50px;
    color: black;
}

.register-input input:focus-visible {
    outline: none
}

.register-condition {
    font-size: clamp(0.9rem, 1.4vw, 1.3rem);
    font-weight: 300;
    color: var(--color5);
}

.register-condition input {
    transform: scale(2);
}

.register-condition .form-check-label {
    text-align: center;
}

.register-submit {
    display: inline-block;
    margin: 0 auto;
    color: white;
    font-weight: 500;
    padding: 5px 80px;
    border: 0;
    border-radius: 50px;
    font-size: clamp(1.4rem, 2vw, 2.4rem);
    letter-spacing: 1px;
    background: linear-gradient(180deg, #E5B3B7 0%, #E8515C 50%, #E12F3C 100%);
}

@media only screen and (min-width: 992px) {
    .register-input input {
        padding-left: 110px;
    }
}

@media only screen and (min-width: 1200px) {
    .register-input input {
        padding-left: 120px;
    }
    .register-title {
        font-size: 38px;
    }
}

.main-carousel {
    position: relative;
    width: 100%;
    background-color: #E8E8E8;
}

.main-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: white;
}

.gallery-carousel.owl-theme .owl-dots .owl-dot span {
    background: #869791;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #1D3F4B;
}

.main-article {
    background-color: #E8E8E8;
}

.article-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(233, 233, 233);
    background: linear-gradient(180deg, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 0.6) 100%);
    background-repeat: no-repeat;
    z-index: -1;
}

.article-01 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.article-01-container {
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

.article-01 img {
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 20%);
}

.article-right-img {
    position: absolute;
    right: 0;
    height: 60%;
    z-index: -2;
}

.article-1-title {
    color: var(--color1);
    text-align: center;
    font-size: 21px;
    font-weight: 400;
}

.article-1-content {
    color: var(--color1);
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.article-2 {
    margin-top: -50px;
    position: relative;
}

.article-2-title {
    position: relative;
    text-align: center;
    color: var(--color3);
}

.article-2-title-2 {
    display: inline-block;
    font-size: 34px;
    padding: 0 20px;
    font-weight: 400;
}

.article-2-title-1 {
    border-bottom: 1px solid var(--color3);
}


/* .article-2-title:before {
    transform: translate(0, -42%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--color4);
    left: 0;
} */

.article-3-title {
    position: relative;
    color: var(--color2);
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 400;
}

.article-3-content {
    color: var(--color6);
    font-size: 18px;
    font-weight: 200;
}


/* .article-3 {
    background-color: #1D3F4B;
} */

.article3-bg {
    background-color: #1D3F4B;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.article4-bg {
    background: linear-gradient(180deg, #1D3F4B 0%, #B2D3E9 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.article5-bg {
    background: linear-gradient(180deg, #B2D3E9 0%, #ffffff 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}


/* .article-4 {
    background: linear-gradient(180deg, #1D3F4B 0%, #B2D3E9 100%);
} */

.article-hili {
    color: var(--color2);
    font-size: 20px;
    font-weight: 300;
}

.article-3-img,
.article-4-img {
    width: 100%;
}

.more-info-zone {
    text-align: center;
}

.more-info-zone div {
    display: inline-block;
    color: var(--color6);
    cursor: pointer;
    font-size: clamp(1.4rem, 2vw, 2.4rem);
    padding: 5px 55px;
    border: 0;
    background-color: transparent;
    font-weight: 500;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    background: rgb(233, 233, 233);
    background: linear-gradient(180deg, #E5B3B7 0%, #E8515C 50%, #E12F3C 100%);
    border-radius: 50px;
}

.article-tech-1-title {
    color: var(--color6);
    text-align: center;
    font-size: 28px;
}

.article-tech-1-title span {
    font-weight: 400;
}

.article-tech-1-content {
    color: var(--color6);
    font-size: 18px;
    font-weight: 300;
}

@media only screen and (min-width: 768px) {
    .article-tech-1-content {
        font-size: 22px;
    }
    .article-1-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) {
    .article-1-title,
    .article-2-title-2 {
        font-size: 34px;
    }
    .article-tech-1-title {
        font-size: 31px;
    }
    .article-tech-1-content {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .article-bg {
        background: linear-gradient(180deg, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 0.2) 100%);
    }
    .article-right-img {
        height: 80%;
    }
    .article-2-title-2 {
        font-size: 38px;
    }
}

.location-main-title {
    font-weight: 500;
    color: var(--color6);
    text-align: center;
    font-size: 22px;
}

.main-hr {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: var(--color6);
}

.location-title {
    font-weight: 600;
    color: var(--color6);
    font-size: 24px;
}

.location-list-item {
    color: var(--color7);
    font-size: clamp(1.1rem, 1.4vw, 1.3rem);
    margin-bottom: 10px;
}

.location-main-title2 {
    text-align: center;
    font-weight: 500;
    color: var(--color3);
    text-align: center;
    font-size: 21px;
}

.location-main-title3 {
    text-align: center;
    color: var(--color7);
    font-size: clamp(1.2rem, 1.8vw, 1.6rem);
}

.location-main-title4 {
    font-weight: 300;
    font-size: clamp(1.2rem, 1.8vw, 1.6rem);
}

.location-row {
    position: relative;
    border-top: 2px solid #ae9f71;
    border-right: 2px solid #ae9f71;
    border-bottom: 2px solid #ae9f71;
    border-top-right-radius: 50px;
    /* padding-top: 40px; */
}

.location-row:before {
    content: '';
    width: 50vw;
    border-top: 2px solid #ae9f71;
    position: absolute;
    top: -2px;
    right: 50%;
}

.location-row:after {
    content: '';
    width: 50vw;
    border-top: 2px solid #ae9f71;
    position: absolute;
    bottom: -2px;
    right: 50%;
}

@media only screen and (min-width: 992px) {
    .location-main-title,
    .location-main-title2 {
        font-size: 31px;
    }
    .location-main-title2 {
        text-align: right;
    }
    .location-main-title3 {
        text-align: right;
    }
}

footer {
    background-color: #1D3F4B;
}

.award-zone {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.award-zone img {
    width: 100%;
}

@media only screen and (min-width: 400px) {}

@media only screen and (min-width: 470px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}

.gallery-img {
    width: 100%;
    cursor: pointer;
    transition: .3s;
}

.gallery-img:hover {
    transform: scale(0.99);
}

.gallery-main-img {
    width: 100%;
    margin-top: -10px;
}

.gallery-main-img2 {
    width: 100%;
    margin-top: 45px;
}

.gallery-main-img1 {
    width: 100%;
    margin-top: 0px;
}

.gallery-main-img3 {
    width: 100%;
    margin-top: 50px;
}

.gallery-bar1 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.gallery-bar2 {
    position: absolute;
    top: 10%;
    right: 100%;
    z-index: -1;
}

.gallery-bar3 {
    position: absolute;
    bottom: -15%;
    right: 85%;
    z-index: -1;
}

.gallery-box1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 35%;
    right: 20%;
    background-color: var(--color9);
    z-index: -1;
}

.gallery-box2 {
    width: 130%;
    height: 200%;
    position: absolute;
    bottom: 2%;
    left: 20%;
    background-color: var(--color9);
    z-index: -1;
}

.gallery-box3 {
    width: 130%;
    height: 180%;
    position: absolute;
    bottom: 60%;
    right: 20%;
    background-color: var(--color9);
    z-index: -1;
}

.gallery-bottom-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200%;
    max-width: 1800px;
    z-index: -1;
}

@media only screen and (min-width: 576px) {
    .gallery-bottom-img {
        width: 150%;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-main-img2 {
        margin-top: 70px;
    }
    .gallery-bottom-img {
        width: 100%;
    }
}

.position-relative {
    position: relative;
}

.pg-info-main-img {
    width: 100%;
}

.pg-info-logo-img {
    position: absolute;
    top: 12%;
    right: 61%;
    width: 120px;
}

.pg-info-main-box1 {
    width: 135px;
    height: 30px;
    position: absolute;
    top: 47%;
    right: 58%;
}

.pg-info-main-box1 .pg-info-main-content {
    transform: skew(30deg);
    border-right: 1px solid #707070;
}

.pg-info-main-box1 .pg-info-main-box-item {
    left: -5px;
    transform: skew(-30deg) translateY(-100%);
}

.pg-info-main-box1 .pg-info-plus1 {
    bottom: -15px;
    right: -15px;
    transform: skew(-30deg);
}

.pg-info-main-box2 {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 7%;
    left: 55%;
}

.pg-info-main-box2 .pg-info-main-content {
    transform: skew(-30deg);
    border-left: 1px solid #707070;
}

.pg-info-main-box2 .pg-info-main-box-item {
    right: -5px;
    transform: skew(30deg) translateY(-100%);
}

.pg-info-main-box2 .pg-info-plus2 {
    bottom: -15px;
    left: -15px;
    transform: skew(30deg);
}

.pg-info-main-box3 {
    width: 120px;
    height: 30px;
    position: absolute;
    top: 37%;
    left: 61%;
}

.pg-info-main-box3 .pg-info-main-content {
    transform: skew(-30deg);
    border-left: 1px solid #707070;
}

.pg-info-main-box3 .pg-info-main-box-item {
    right: -5px;
    transform: skew(30deg) translateY(-100%);
}

.pg-info-main-box3 .pg-info-plus3 {
    bottom: -15px;
    left: -15px;
    transform: skew(30deg);
}

.pg-info-main-box1 .pg-info-main-content,
.pg-info-main-box2 .pg-info-main-content,
.pg-info-main-box3 .pg-info-main-content {
    position: relative;
    border-top: 1px solid #707070;
    width: 100%;
    height: 100%;
}

.pg-info-main-box1 .pg-info-main-box-item,
.pg-info-main-box2 .pg-info-main-box-item,
.pg-info-main-box3 .pg-info-main-box-item {
    position: absolute;
    width: 100%;
    top: 0;
    color: var(--color2);
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}

.pg-info-main-box1 .pg-info-plus1,
.pg-info-main-box2 .pg-info-plus2,
.pg-info-main-box3 .pg-info-plus3 {
    border: 1px solid #707070;
    padding: 5px;
    width: 24px;
    background-color: white;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
}

.pg-info-01 {
    padding-bottom: 90px;
}

.pg-info-01-sub {
    z-index: 1;
}

.pg-info-01-main-img,
.pg-info-01-main-img-mobile {
    width: 100%;
}

.pg-info-01-box1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: var(--color6);
    z-index: -2;
}

.is-mobile .pg-info-01-box1 {
    width: 70%;
}

.pg-info-01-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.pg-info-01-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.pg-info-bar-01 {
    position: absolute;
    top: 9%;
    right: 45%;
    width: 30%;
    z-index: -1;
}

.pg-info-01-box2 {
    position: absolute;
    bottom: 15%;
    left: 48%;
    background-color: var(--color2);
    color: white;
    padding: 50px 30px 60px 15%;
    z-index: -1;
}

.is-mobile .pg-info-01-box2 {
    left: 28%;
    padding: 40px 10px 40px 16%;
}

.pg-info-01-title {
    width: 80%;
}

.pg-info-02-main-img {
    width: 100%;
}

.pg-info-02-box1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    background-color: var(--color6);
    z-index: -2;
}

.pg-info-bar-02 {
    position: absolute;
    bottom: 9%;
    right: 60%;
    width: 30%;
}

.is-mobile .pg-info-bar-02 {
    bottom: 3%;
    right: 10%;
}

.pg-info-02-box2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 95%;
    color: white;
    padding-left: 14%;
}

.is-mobile .pg-info-02-box2 {
    position: relative;
    width: 100%;
    padding-left: 5%;
    margin-top: -20%;
    padding-bottom: 30px;
}

.pg-info-02-title {
    width: 100px;
    height: auto;
    min-width: 140px;
}

.pg-info-02-box3 {
    position: absolute;
    top: 33%;
    right: 48%;
    background-color: var(--color2);
    color: white;
    padding: 30px 11% 10px 40px;
    z-index: -1;
    transform: translateY(-50%);
}

.is-mobile .pg-info-02-box3 {
    top: 20%;
    right: 28%;
    padding: 30px 7% 10px 10px;
    text-align: right;
}

.pg-info-02-box4 {
    position: absolute;
    top: 45%;
    right: 48%;
    color: white;
    padding: 30px 11% 10px 40px;
}

.pg-info-03-main-img {
    width: 100%;
}

.pg-info-03-box1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: var(--color6);
    z-index: -2;
}

.is-mobile .pg-info-03-box1 {
    width: 70%;
    top: 15%;
    height: 85%;
}

.pg-info-03-left {
    position: absolute;
    top: -15%;
    left: 0;
    height: 115%;
    z-index: -1;
}

.is-mobile .pg-info-03-left {
    height: 90%;
}

.pg-info-03-box2 {
    position: absolute;
    width: auto;
    top: 50%;
    right: 45%;
    background-color: var(--color2);
    color: white;
    padding: 50px 19% 40px 30px;
    z-index: -1;
    transform: translateY(-50%);
}

.is-mobile .pg-info-03-box2 {
    top: 18%;
    right: 25%;
    padding: 30px 9% 10px 8px;
}

.pg-info-03-box3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    color: white;
    padding-left: 13%;
    padding-right: 10px;
}

.is-mobile .pg-info-03-box3 {
    position: relative;
    width: 100%;
    padding-left: 36%;
}

.conli {
    position: relative;
    font-size: clamp(1rem, 1.8vw, 1.6rem);
    font-weight: 500;
}

.conli:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50px;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.conli div {
    font-size: clamp(0.9rem, 1.4vw, 1.3rem);
    font-weight: 300;
    padding-left: 20px;
}

.conli.myflex {
    position: relative;
    padding-left: 22px;
}

.conli.myflex:before {
    position: absolute;
    left: 0;
    top: 5px;
}

@media only screen and (min-width: 400px) {
    .is-mobile .pg-info-02-box3 {
        top: 18%;
    }
    .is-mobile .pg-info-02-box2 {
        margin-top: -25%;
    }
    .is-mobile .pg-info-03-box2 {
        padding: 30px 11% 10px 20px;
    }
}

@media only screen and (min-width: 576px) {
    .pg-info-logo-img {
        right: 61%;
        width: 150px;
    }
    .pg-info-main-box1 {
        width: 185px;
        height: 40px;
        top: 50%;
        right: 58%;
    }
    .pg-info-main-box2 {
        width: 140px;
        height: 40px;
    }
    .pg-info-main-box3 {
        width: 170px;
        height: 40px;
    }
    .pg-info-main-box1 .pg-info-main-box-item,
    .pg-info-main-box2 .pg-info-main-box-item,
    .pg-info-main-box3 .pg-info-main-box-item {
        font-size: 15px;
    }
    .is-mobile .pg-info-02-box2 {
        margin-top: -35%;
    }
    .is-mobile .pg-info-02-box3 {
        padding: 30px 7% 10px 25px;
    }
}

@media only screen and (min-width: 768px) {
    .pg-info-logo-img {
        width: 190px;
    }
    .pg-info-main-box1 {
        width: 225px;
        height: 60px;
        top: 50%;
        right: 58%;
    }
    .pg-info-main-box2 {
        width: 170px;
        height: 60px;
    }
    .pg-info-main-box3 {
        width: 200px;
        height: 60px;
    }
    .pg-info-main-box1 .pg-info-main-box-item,
    .pg-info-main-box2 .pg-info-main-box-item,
    .pg-info-main-box3 .pg-info-main-box-item {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) {
    .pg-info-logo-img {
        width: 280px;
    }
    .pg-info-main-box1 {
        width: 300px;
        height: 90px;
        top: 46%;
    }
    .pg-info-main-box2 {
        width: 220px;
        height: 90px;
        left: 57%;
    }
    .pg-info-main-box3 {
        width: 260px;
        height: 90px;
    }
    .pg-info-main-box1 .pg-info-main-box-item {
        left: -15px;
    }
    .pg-info-main-box2 .pg-info-main-box-item {
        right: -10px;
    }
    .pg-info-main-box3 .pg-info-main-box-item {
        right: -10px;
    }
    .pg-info-main-box1 .pg-info-main-box-item,
    .pg-info-main-box2 .pg-info-main-box-item,
    .pg-info-main-box3 .pg-info-main-box-item {
        font-size: 24px;
    }
    .conli.myflex:before {
        top: 8px;
    }
    .pg-info-02-box3 {
        padding: 40px 12% 20px 50px;
    }
    .pg-info-02-box1,
    .pg-info-02-box2 {
        height: 85%;
    }
}

@media only screen and (min-width: 1200px) {
    .pg-info-logo-img {
        width: 320px;
    }
    .pg-info-main-box1 {
        width: 380px;
        height: 110px;
        top: unset;
        bottom: 38%;
    }
    .pg-info-main-box2 {
        width: 290px;
        height: 110px;
        left: calc(53% + 50px);
    }
    .pg-info-main-box3 {
        width: 350px;
        height: 110px;
        left: calc(62% - 50px);
    }
    .pg-info-main-box1 .pg-info-main-box-item,
    .pg-info-main-box2 .pg-info-main-box-item,
    .pg-info-main-box3 .pg-info-main-box-item {
        font-size: 30px;
    }
    .conli.myflex:before {
        top: 11px;
    }
}

@media only screen and (min-width: 1400px) {}

.cookie-banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    background: #1D3F4B;
    background: linear-gradient(180deg, #1d3f4b 0%, #799bad 100%);
    z-index: 10;
}

.cookie-title {
    font-size: clamp(1.2rem, 1.8vw, 1.6rem);
    font-weight: 400;
}

.cookie-accept {
    color: white;
    font-weight: 400;
    padding: 5px 35px 4px;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    background: linear-gradient(180deg, #b1d2e8 0%, #577989 50%, #1d3f4b 100%);
    cursor: pointer;
}

.cookie-desc {
    color: var(--color6);
    font-size: clamp(0.8rem, 2vw, 1rem);
    font-weight: 200;
}

body .swal2-title {
    font-size: clamp(1.2rem, 2vw, 2rem);
}

.article-1-container {
    position: relative;
    width: fit-content;
    /* width: calc(100% - 30px); */
    /* max-width: 970px; */
    margin: 0 auto;
    padding: 16px 60px;
    background-color: rgb(242 236 232 / 90%);
    margin-bottom: -50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    box-shadow: 0px 0px 10px #ffffff;
    z-index: 1;
}

.article-1-img {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.article-2-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.location {
    background: #f2ece8;
}

.footer-tel {
    text-decoration: none !important;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
}

.footer-url {
    text-decoration: none !important;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
}

.footer-addr {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .article-1-img {
        height: 550px;
    }
    .footer-addr {
        margin-left: 40px;
        padding-left: 40px;
        border-left: 1px solid #ffffff;
    }
}

@media only screen and (min-width: 1200px) {
    .article-1-img {
        height: 700px;
    }
}

.privacy-content {
    font-weight: 200;
}

.privacy-content b {
    font-weight: 400;
}