/* 폰트 */
@font-face {
    font-family: 'Freesentation';
    src: url('./font/FreesentationVF.ttf') format('truetype');
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Freesentation';
}

ul {
    list-style: none;
}

img {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
}

/* 헤더 */
header {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 99;
    background-color: #fff;
}

.header_cen {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 18px;
    display: flex;
    justify-content: space-between;
}

.header_cen::before {
    content: '';
    display: block;
}

.h_logo {
    display: inline-block;
    height: 58px;
}

.header_cen img {
    height: 100%;
    width: initial;
    object-fit: contain;
}

.store_nav {
    display: inline-flex;
    gap: 10px;
    padding-top: 5px;
}

.store_nav li {
    height: 50px;
}

.store_nav li a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store_nav li:nth-child(2) a {
    border: #30b5dc solid 2px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px;
}

.store_nav li:nth-child(2) a img {
    height: auto;
    width: 100%;
}

.store_nav li:last-child a {
    background-color: #29245D;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 10px;
}

.store_nav li:last-child img {
    filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(297deg) brightness(114%) contrast(99%);
}

/* 공통 */
h1 {
    font-size: 7.8rem;
}

h2 {
    font-size: 4.5rem;
}

h3 {
    font-size: 3.6rem;
}

h4 {
    font-size: 3rem;
}

.centerbox {
    width: 80%;
    margin: auto;
}

.centerbox_90 {
    width: 90%;
    margin: auto;
}

/* 배너 */
div.banner {
    padding-top: 100px;
}

div.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.banner .swiper-slide img.m_banner {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    top: calc(50% + 35px);
    background-size: cover !important;
}

.swiper-button-prev {
    background: url(img/prev.png) no-repeat;
    left: 50px;
}

.swiper-button-next {
    background: url(img/next.png) no-repeat;
    right: 50px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
}

div.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

div.banner .swiper-pagination-bullet-active {
    background: #29245D;
}

/* 섹션1 */
section.content_1 {
    padding: 100px 0;
    background: #fff url(./img/bg_1.png) no-repeat;
    background-size: contain;
    z-index: 1;
}

section.content_1 .centerbox {
    height: 100%;
    margin: auto;
}

.title_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.title_wrap>ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.title_wrap>ul li h1 {
    /* font-family: 'SBAggro'; */
    font-weight: 800;
    letter-spacing: 3px;
    color: #000;
    margin-top: 20px;
}

.title_wrap>ul li h2 {
    font-weight: 700;
    line-height: 5rem;
    color: #E61B78;
}

.title_wrap>ul li:last-child {
    width: 280px;
}

/* 섹션2 */
section.content_2 {
    overflow: hidden;
}

section.content_2 .centerbox_90 {
    width: 85%;
    display: flex;
    flex-direction: column;
}

.info_wrap {
    display: flex;
    gap: 5%;
    margin: 100px 0;
    position: relative;
}

.info_wrap:last-child {
    flex-direction: row-reverse;
}

.info_img {
    width: 35%;
}

.info_img::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: -50px;
    z-index: -1;
}

.info_01 .info_img::before {
    border: #0E6EB8 5px solid;
    left: -50px;
}

.info_02 .info_img::before {
    border: #78bc78 5px solid;
    right: -50px;
}

.info_text {
    width: 60%;
}

.info_text h3 {
    display: inline-block;
    /* font-weight: 600; */
    margin-bottom: 20px;
    position: relative;
}

.info_text h3::before {
    content: "";
    position: absolute;
    height: 6px;
}

.info_01 .info_text h3::before {
    background-color: #E61B78;
    width: 1500px;
    top: 21px;
    right: -1504px;
}

.info_02 .info_text h3::before {
    background-color: #FED700;
    width: 300px;
    top: 11px;
    left: -304px;
}

.info_text p {
    font-size: 1.65rem;
    line-height: 2.3rem;
    font-weight: 300;
    padding-top: 30px;
    word-break: keep-all;
}

/* 섹션3 */
.c3_top {
    padding: 80px 0;
    background: #29245D no-repeat;
    text-align: center;
    color: #fff;
}

.centerwrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c3_top h3 {
    font-weight: 600;
}

.c3_top h2 {
    font-weight: 700;
}

.c3_top_text h2>span {
    background: linear-gradient(to right, #0E6EB8 3%, #E71873 35%, #EEB30E 70%, #78BC27 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.mascot_wrap {
    width: 15%;
}

.mascot_wrap:last-child {
    width: 17%;
}

.mascot_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
}

.marque_box {
    display: inline-flex;
    animation: marquee_img 20s linear infinite;
}

.marque_img {
    flex: 0 0 auto;
}

.marque_img img {
    width: 25vw;
    height: auto;
}

@keyframes marquee_img {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* 섹션4 */
section.content_4 {
    padding: 100px 0;
    background: url(img/logopatton_1.png);
    background-size: 30%;
}

section.content_4 .centerbox h3 {
    margin-bottom: 50px;
    position: relative;
}

section.content_4 .centerbox h3::before {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #EEB30E;
    bottom: 16px;
    left: calc(-100% - 4px);
    position: absolute;
}

.map_wrap {
    display: flex;
    gap: 5%;
}

.map {
    width: 40%;
}

.map img {
    object-fit: cover;
    height: 100%;
}

.map_info {
    width: 55%;
}

.map_info ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.map_info ul li:first-child .maptitle_wrap {
    border-color: #E63C3C;
    color: #E63C3C;
}

.map_info ul li:nth-child(2) .maptitle_wrap {
    border-color: #8EC10C;
    color: #8EC10C;
}

.map_info ul li:last-child .maptitle_wrap {
    border-color: #EEB30E;
    color: #EEB30E;
}

.maptitle_wrap {
    width: 100%;
    border-bottom: 2px #000 solid;
    padding: 5px 0 0;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.icon {
    display: flex;
    align-items: flex-end;
    width: 30px;
    height: 30px;
}

.maptitle_wrap p {
    font-size: 1.4rem;
    font-weight: 700;
    padding-bottom: 5px;
}

.maptext_wrap {
    font-size: 1.1rem;
    line-height: 1.5rem;
    height: 80px;
    padding: 10px 30px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

/* 섹션5 */
section.content_5 {
    background-color: #EEB30E;
    padding: 30px;
}

.link_wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.link_info {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200;
}

.link_info h4 {
    font-weight: 600;
}

.delivery {
    width: 200px;
}

.storelink {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.storelink li a {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 280px;
    height: 75px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.storelink li a {
    border: 3px #00C73C solid;
    color: #000;
    background-color: #fff;
}

.store_icon {
    width: 50px;
    height: 50px;
}

.store_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.storelink li:last-child a {
    border-color: #30b5dc;
}

.store_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.store_info img {
    width: 80px;
}


/* 푸터 */
footer {
    height: 200px;
    background-color: #000;
    box-sizing: border-box;
    padding: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
}

footer,
.f_info {
    display: flex;
    flex-direction: column;
}

.f_logo {
    height: 40px;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.f_logo img {
    height: 100%;
}

.f_info {
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
    font-size: 15px;
    gap: 5px;
}

.f_site {
    display: flex;
    gap: 10px;
}

.f_site p a {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 5px;
    font-weight: 300;
}

.f_site span.icon {
    display: inline-block;
    width: 17px;
    height: 17px;
}

@media (hover: hover) and (pointer: fine) {

    /* when supported */
    .storelink li:first-child a:hover,
    .storelink li:last-child a:hover {
        border-color: #fff;
    }
}

/* 반응형 */
@media screen and (max-width: 1440px) {
    h1 {
        font-size: 5.5rem;
    }

    h2 {
        font-size: 3.2rem;
    }

    h3 {
        font-size: 3rem;
    }

    h4 {
        font-size: 2.7rem;
    }

    /* 섹션1 */
    .title_wrap>ul li h1 {
        margin-top: 0;
    }

    .title_wrap>ul li:last-child {
        width: 200px;
    }

    /* 섹션2 */
    .info_text h3::before {
        height: 5px;
    }

    .info_01 .info_text h3::before {
        top: 17px;
        right: -1504px;
    }

    .info_02 .info_text h3::before {
        top: 10px;
        left: -302px;
    }

    .info_text p {
        font-size: 1.35rem;
        line-height: 1.9rem;
    }

    /* 섹션3 */
    .centerwrap {
        width: 85%;
    }

    .c3_top {
        padding: 80px 0;
    }

    .c3_top h2 {
        font-size: 4rem;
    }

    /* 섹션4 */
    section.content_4 .centerbox h3::before {
        height: 5px;
        bottom: 13px;
    }

    /* 섹션5 */
    .delivery {
        width: 180px;
    }

    .storelink li a {
        width: 260px;
        height: 65px;
    }

    .store_icon {
        width: 40px;
        height: 40px;
    }

    .store_info img {
        width: 70px;
    }

    .info_text h2::before {
        height: 4px;
    }

    .info_01 .info_text h2::before {
        top: 18px;
    }

    .info_02 .info_text h2::before {
        top: 10px;
    }

    section.content_4 .centerbox h2::before {
        height: 4px;
        bottom: 14px;
        left: calc(-100% - 2px);
    }
}

@media screen and (max-width: 1280px) {
    h1 {
        font-size: 4.5rem;
    }

    h2 {
        font-size: 2.6rem;
    }

    h3 {
        font-size: 2.3rem;
    }

    h4 {
        font-size: 2.1rem;
    }

    /* 섹션1 */
    section.content_1 {
        padding: 80px 0;
    }

    .title_wrap>ul li h2 {
        line-height: 3.5rem;
    }

    .title_wrap>ul li:last-child {
        width: 180px;
    }

    /* 섹션2 */
    .info_text h3::before {
        height: 0.2rem;
    }

    .info_text h2::before {
        height: 3px;
    }

    .info_01 .info_text h3::before {
        top: 13px;
    }

    .info_02 .info_text h3::before {
        top: 7px;
    }

    .info_01 .info_img::before,
    .info_02 .info_img::before {
        border-width: 4px;
    }

    .info_text p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    /* 섹션3 */
    .centerwrap {
        width: 80%;
    }

    .c3_top {
        padding: 60px 0;
    }

    .c3_top h2 {
        font-size: 3.5rem;
    }

    .mascot_wrap {
        width: 14%;
    }

    .mascot_wrap:last-child {
        width: 16%;
    }

    /* 섹션4 */
    section.content_4 .centerbox h3::before {
        height: 4px;
        bottom: 10px;
    }

    .map,
    .map_info {
        width: 50%;
    }

    .maptext_wrap {
        font-size: 1rem;
        padding: 10px 25px;
    }

    /* 섹션5 */
    .storelink li a {
        padding: 0 20px;
    }

    .delivery {
        width: 21%;
    }

    .link_wrap {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 4.1rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 2rem;
    }

    header {
        height: 80px;
    }

    div.banner {
        padding-top: 80px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .h_logo {
        height: 40px;
    }

    .header_cen::before {
        content: inherit;
    }

    .store_nav li {
        height: 35px;
    }

    .store_nav li a {
        width: 35px;
        height: 35px;
    }

    .store_nav li:nth-child(2) a,
    .store_nav li:last-child a {
        border-radius: 7px;
    }

    .title_wrap>ul li h2 {
        line-height: 3rem;
    }

    .info_text p {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    .centerwrap {
        width: 90%;
    }

    .c3_top h2 {
        font-size: 3.3rem;
    }

    /* 섹션5 */
    .content_5 .centerbox {
        width: 90%;
    }

    .link_wrap {
        width: 100%;
        gap: 30px;
    }

    .link_info {
        font-size: 1.4rem;
        word-break: keep-all;
    }

    .storelink {
        flex-direction: column;
        align-items: center;
    }

    .storelink li {
        width: 100%;
    }

    .storelink li a {
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    .store_icon {
        width: 40px;
        height: 40px;
    }

    .store_info img {
        width: 60px;
    }

    .f_logo {
        height: 35px;
    }

    .marque_box {
        animation: marquee_img 25s linear infinite;
    }

    .marque_img img {
        width: 33.3333vw;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 15px;
    }

    h1 {
        font-size: 3.8rem;
    }

    /* 배너 */
    .swiper-button-prev {
        left: 20px;
    }

    .swiper-button-next {
        right: 20px;
    }

    /* 섹션1 */
    section.content_1 {
        padding: 100px 0 50px;
    }

    .title_wrap>ul {
        gap: 20px;
    }

    .title_wrap>ul li:last-child {
        width: 160px;
    }

    /* 섹션2 */
    .info_wrap,
    .info_wrap:last-child {
        flex-direction: column;
        gap: 50px;
    }

    .info_img,
    .info_text {
        width: 100%;
    }

    .info_text h3::before {
        height: 3px;
    }

    .info_01 .info_text h3::before {
        top: 12px;
    }

    .info_02 .info_text h3::before {
        top: 7px;
    }

    /* 섹션3 */
    .c3_top {
        word-break: keep-all;
        padding: 50px 0;
    }

    .c3_top h2 {
        font-size: 3rem;
    }

    .c3_top h3 {
        font-size: 1.8rem;
    }

    .mascot_wrap {
        width: 12%;
    }

    .mascot_wrap:last-child {
        width: 14%;
    }

    /* 섹션4 */
    section.content_4 .centerbox h3::before {
        bottom: 9px;
    }

    .map_wrap {
        flex-direction: column;
        gap: 30px;
    }

    .map,
    .map_info {
        width: 100%;
    }

    /* 섹션5 */
    .content_5 .centerbox {
        width: 100%;
    }

    .link_wrap {
        width: 90%;
        gap: 30px;
    }

    .delivery {
        width: 35%;
    }

    .link_info {
        font-size: 1.4rem;
        word-break: keep-all;
    }

    .storelink {
        flex-direction: column;
        align-items: center;
    }

    .storelink li {
        width: 100%;
    }

    .storelink li a {
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    .store_icon {
        width: 40px;
        height: 40px;
    }

    .store_info img {
        width: 60px;
    }

    .marque_box {
        animation: marquee_img 30s linear infinite;
    }

    .marque_img img {
        width: 50vw;
    }
}

@media screen and (max-width:500px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 3.4rem;
    }

    h2 {
        font-size: 2.3rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    /* 헤더 */
    .header_cen {
        text-align: left;
        padding: 18px 0;
    }

    .store_nav {
        margin-top: 0;
    }

    /* 배너 */
    div.banner .swiper-slide img.pc_banner {
        display: none;
    }

    div.banner .swiper-slide img.m_banner {
        display: block;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }

    div.banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    /* 섹션1 */
    section.content_1 {
        padding: 50px 0;
    }

    .title_wrap>ul {
        flex-direction: column-reverse;
        gap: 20px;
        margin: 0;
    }

    .title_wrap>ul li:last-child {
        width: 120px;
    }

    /* 섹션2 */
    .info_text h3::before {
        height: 3px;
    }

    .info_01 .info_text h3::before {
        top: 11px;
    }

    .info_02 .info_text h3::before {
        top: 6px;
    }

    /* 섹션3 */
    .centerwrap {
        flex-direction: column;
        gap: 30px;
    }

    .mascot_wrap,
    .mascot_wrap:last-child {
        width: 30%;
    }

    .c3_top {
        padding: 50px 0;
    }

    .c3_top_text {
        width: 100%;
        word-break: keep-all;
    }

    .c3_top h2 {
        font-size: 2.5rem;
    }

    .c3_top_text h3 {
        font-size: 1.8rem;
    }

    /* 섹션4 */
    section.content_4 .centerbox h3::before {
        height: 4px;
        bottom: 9px;
    }

    /* 섹션5 */
    .content_5 .centerbox {
        width: 100%;
    }

    .link_wrap {
        flex-direction: column;
        width: 100%;
        gap: 30px;
    }

    .delivery {
        width: 150px;
    }

    .link_info {
        font-size: 1.5rem;
        text-align: center;
    }

    .storelink {
        flex-direction: column;
        align-items: center;
    }

    .storelink li {
        width: 100%;
    }

    .storelink li a {
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    .store_icon {
        width: 40px;
        height: 40px;
    }

    .store_info img {
        width: 60px;
    }

    /* 푸터 */
    .f_logo {
        height: 20px;
    }

    .f_site {
        flex-direction: column;
        margin-top: 10px;
    }

    .f_site p a {
        justify-content: center;
    }
}





/* popup */
.popup-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    user-select: none;
    z-index: 1000;
    display: none;
}

.popup-container .wrapper {
    position: absolute;
    width: var(--w);
    left: var(--l);
    top: var(--t);
    pointer-events: all;
    user-select: all;
}

.popup-container .wrapper .actions {
    background-color: #000;
    display: flex;
    justify-content: end;
    align-items: center;
}

.popup-container .wrapper .actions button {
    background: none;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 5px 5px;
    cursor: pointer;
    font-size: 1rem;
}

.popup-container .wrapper img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .popup-container .wrapper {
        background-color: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 500px;
    }

    .popup-container .wrapper .actions button {
        font-size: 1.1rem;
        padding: 5px 15px;
    }
}