body {
    letter-spacing: -0.38px;
    color: #1F1F1F;
}
h1 {
    font-size: 56px;
}
h2 {
    font-size: 52px;
    font-weight: 600;
}
h3 {
    font-size: 32px;
    font-weight: 400;
}
h4 {
    font-size: 22px;
    font-weight: 400;
}

a {
    font-size: 24px;
    font-weight: 600;
}

p {
    font-size: 24px;
    font-weight: 600;
}

/* 헤더 {} */


header {
    height: 90px;
    display: flex;
    align-items: center;
}

.logo-coke {}

.logo-coke h1.logo a {
    background: url(images/logo-coke.svg);
    width: 218px;
    height: 35px;
    display: block;
    margin: 0 127px 0 37px;
}


header .bar {
    display: flex;
    gap: 60px;
}
header .bar a {
    color: inherit;
    font-size: 24px;
    font-weight: 700;

}


/* 메인 비쥬얼 */


.main-visual.swiper {
    margin-bottom: 140px;
    position: relative;
}
.main-visual.swiper .swiper-wrapper .swiper-slide {
    position: relative;
}
.main-visual.swiper .swiper-wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3); /* 검은색 50% 투명도 */
    z-index: 1;
    pointer-events: none;
}



.main-visual.swiper .swiper-wrapper .swiper-slide {
    position: relative;
    height: 910px;
}
.main-visual.swiper .swiper-wrapper .swiper-slide .thema {
    position: absolute;
    bottom: 200px;
    left: 149px;
    z-index: 3;
}

.main-visual.swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.thema article {
    color: #fff;
}

.thema article h1.the{
    margin-bottom: 11px;
    line-height: 160%;
    display: inline-block;
    z-index: 5;
    position: relative;
}
.thema article h3{
    margin-bottom: 44px;
}
.thema a.go {
    color: #1f1f1f;
    font-weight: 700;
    padding: 10px;
    width: 502px;
    height: 50px;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 25px;
}


/* 컴퍼니 */
section.our-company {
    margin-bottom: 150px;
}

.our-company .company {
    display: flex;
    gap: 50px;
    justify-content: center;
}
.our-company article {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 600px;
    cursor: pointer;
}
.our-company article img {
    width: 100%;
    height: auto;
    display: block;
}


.our-company article .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; 
    transition: opacity 0.3s ease;
}

.our-company article:hover .over {
    opacity: 1;
}

.our-company article .bibi {
    font-size: 56px;
    font-weight: bold;
    color: #fff;
}


/* section.this-month */

section.this-month {
    margin-bottom: 150px;
}

.this-month h2 {
    margin-bottom: 82px;
    text-align: center;
}

article.drink {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
}

article.drink a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 415px;
    height: 415px;
    border-radius: 20px;
}

article.drink a img {
    width: 100%;
    height: auto;
    display: block;
}

/* 딤처리 */
article.drink a .dimover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; 
    transition: opacity 0.3s ease;
}

article.drink a:hover .dimover {
    opacity: 1;
}


article.drink a p.pick {
    color: #fff;
    position: absolute;
    bottom: 40px;
}


/* 뉴 스 */

section.news {
    height: 1760px;
    background: #E9E9E9;
    padding: 200px 0 0 120px;
    margin-bottom: 150px;
}


.news .today {
    display: flex;
    flex-direction: column;
    gap: 80px;
    /* border: 1px solid #000; */
}


.today figure {
    display: flex;
    justify-content: center;
    gap: 40px;
}




.inform {
    width: 815px;
    height: 400px;
    display: block;
    border-radius: 40px;
    overflow: hidden;
}

.inform img {
    width: 100%;
    height: 100%;
    display: block;
}




.newsletter {
    width: 829px;
    text-align-last: left;
}

.newsletter .letter h1.new {
    font-size: 42px;
    line-height: 150%;
    margin-bottom: 35px;
}

.newsletter .letter h4 {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 114px;
}


.newsletter a.news {
    color: inherit;
    border: 1px solid #000;
    border-radius: 32px;
    padding: 15px 30px;
    display: inline-block;
}


/* 레드 리본 맛집 */

section.red-ribbon {
    width: 1745px;
    height: 981px;
    background: url(images/red-ribbon.png)no-repeat center / cover;
    margin: 0 auto;
    padding-top: 75px;
    margin-bottom: 150px;
    position: relative;
}
section.red-ribbon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2); /* 검은색 50% 투명도 */
    z-index: 1;
}

.title-ribbon {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.title-ribbon h2.review {
    margin-bottom: 12px;
}
.title-ribbon h3 {
    margin-bottom: 120px;
}

.swiper.ribbon-slider .swiper-wrapper {
    margin: 0 auto;
}

.swiper.ribbon-slider .swiper-wrapper .swiper-slide {
    height: 629px;
    z-index: 2;
}

.swiper.ribbon-slider {
    width: 1596px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


.swiper.ribbon-slider .swiper-wrapper .swiper-slide .red .bbon {
    width: 512px;
    height: 535px;
    display: block;
    overflow: hidden;;
    cursor: pointer;
}
.swiper.ribbon-slider .swiper-wrapper .swiper-slide .red .bbon img {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 22px;
    border-radius: 40px;
    /* overflow: hidden; */

}

.swiper.ribbon-slider .swiper-wrapper .swiper-slide .red p {
    text-align: center;
    color: #fff;
    line-height: 150%;
}

.navigation {
    width: 1700px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.navigation button {
    width: 30px;
    height: 100px;
    border: none;
    cursor: pointer;
}
.navigation .prev {
    background: url(images/button.prev.svg) no-repeat center /cover;
}
.navigation .next {
    background: url(images/button.next.svg) no-repeat center /cover;
}


/* 지속 가능한 */
section.sustainability {
    margin-bottom: 150px;
    background: url(images/sustainability.webp)no-repeat center /cover;
    height: 791px;
    position: relative;
}

.sus {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sustainability h2 {
    margin-bottom: 28px;
}

.sustainability p {
    width: max-content;
}

/* 코 크 플레이 */


section.cokeplay {
    margin-bottom: 150px;
}


.cokeplay .title-co {
    text-align: center;
}


.cokeplay .title-co img{
    margin-bottom: 33px;
}

.cokeplay .title-co h1{
    margin-bottom: 33px;
    line-height: 160%;

}

.cokeplay .title-co p {
    line-height: 160%;
    margin-bottom: 100px;
}

.cokeplay .app {}
.cokeplay .app img {
    width: 1460px;
    height: 1000px;
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
}


.cokeplay .app a.download {
    display: flex;
    gap: 65px;
    justify-content: center;
    margin-bottom: 100px;
}
.cokeplay .app a.download div p {
    color: #fff;
    background: #1F1F1F;
    padding: 10px 64px;
    border-radius: 24px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.cokeplay .app a.download div p::after {
    content: url(images/affter.up.svg);
    width: 24px;
    height: 24px;
}


.cokeplay .event {
    display: flex;
    justify-content: center;
    gap: 75px;
}
.cokeplay .event div {
    background: #E5E5E5;
    border-radius: 10px;
    position: relative;
}

.cokeplay .event>div {
    width: 490px;
    height: 650px;
    position: relative;
}

.event .special {}

.event div .th-event {
    width: 490px;
    height: 490px;
}
.event div .th-event img {
    width: 100%;
    height: 100%;
}
.cokeplay .event div .hash {
    position: absolute;
    left: 32px;
    bottom: 45px;
}
.event .special .hash a {text-decoration: underline;}
.event .limited-edition .hash a {text-decoration: underline;}
.cokeplay .event div a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: inherit;
}
.event div .hash a::after {
    content: url(images/affter.right.svg);
    width: 30px;
    height: 30px;
}




.event .saving {}

.event .limited-edition {}


/* 푸터 */


footer {
    height: 535px;
    background: #1f1f1f;
    color: #fff;
    padding: 83px 110px;
    position: relative;
}
.pany {
    width: 1692px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}
.pany img {
    width: 442px;
    height: 71px;
    display: block;
}
.pany .map {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    padding: 10px 30px;
    border-radius: 38px;
}

.pany .map::before {
    content: url(images/map.svg);
}


.business {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    width: max-content;
    margin-top: 63px;
    margin-bottom: 62px;
}


.business .center {
    display: flex;
    gap: 17px;
}
.business .center a {color: #fff;}
.business .address {
    display: flex;
    gap: 27px;
}
.business .com {
    display: flex;
    gap: 38px;
}
.business a {
    font-size: 20px;
    font-weight: 700;
}
.business p {
    font-size: 18px;
    font-weight: 500;
}


.customer {
    position: absolute;
    text-align: center;
    right: 110px;
    bottom: 158px;
}
.customer >.mas {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.customer .p {
    font-size: 18px;
    font-weight: 500;
}
.customer p:nth-child(3) {
    margin: 20px 0;
}

footer .line {
    width: 1700px;
    display: block;
    border: 1px solid #D9D9D9;
    
}