@charset "utf-8";

@font-face {
    font-family: 'HGGGothicssi_Pro';
    font-weight: 800;
    src: url('/webPub/sc_2018/font/HGGGothicssi_Pro/HGGGothicssi_Pro_80g.eot');
    src:
        url('/webPub/sc_2018/font/HGGGothicssi_Pro/HGGGothicssi_Pro_80g.ttf') format('truetype'),
        url('/webPub/sc_2018/font/HGGGothicssi_Pro/HGGGothicssi_Pro_80g.woff2') format('woff2'),
        url('/webPub/sc_2018/font/HGGGothicssi_Pro/HGGGothicssi_Pro_80g.woff') format('woff');
}

/*= RESET =*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    zoom: 1;
}

ul,
ol {
    list-style-type: none;
}

img,
fieldset {
    border: none;
}

body,
input,
textarea,
select,
button,
table {
    font-size: 13px;
    color: #666;
    font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
}

a {
    text-decoration: none;
    color: #666;
}

a:link,
a:visited {
    text-decoration: none;
    color: #666;
    /*outline: none!important;*/
}

a:hover,
a:active {
    text-decoration: none;
    color: #666;
    /*outline: none!important;*/
}

input {
    border: 0;
}

select {
    vertical-align: top;
    height: 24px;
    border: 1px solid #c5c5c5;
}

iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

button {
    overflow: visible;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
}

/*////////////header////////////*/
/*common*/
.emergency_relief_cnts_top {
    height: 30px;
}

.CampaignList {
    left: 47.75%;
    margin-left: -274px;
    top: 30px;
}

.CampaignList ul {
    padding: 6px 14px !important;
}

.CampaignList ul li {
    margin-bottom: 7px;
}

/*white*/
.emergency_relief_cnts_top {
    background: #fff;
    border-bottom-color: #dadada;
}

.emergency_relief_cnts_top ul.util_right li a {
    color: #7f7f7f;
}

.emergency_relief_cnts_top ul.util_right .save_user,
.emergency_relief_cnts_top ul.util_right .save_user strong {
    color: #000;
}

/*brown*/
/*.emergency_relief_cnts_top {height: 30px;}*/

/*sns_area*/
.sns_area {
    padding: 47px 0 62px;
    border-top: 3px solid #f8f6f3;
}

.sns_area h3 {
    font-weight: normal;
    display: inline-block;
    font-size: 16px;
    color: #4e4e4e;
    vertical-align: middle;
    margin-right: 8px;
}

.sns_area .div_inner {
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

.sns_area>.div_inner>a {
    display: inline-block;
    margin-left: 14px;
    vertical-align: middle;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.sns_area>.div_inner>a>img {
    width: 54px;
}

/*footer*/
#footer {
    width: 100%;
    height: auto;
    background: #fffbf7;
    border-top: 2px solid #ed425a;
}

#footer .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height: 72px;
    padding-top: 22px;
}

/*= CONTENT =*/
#goodmorning {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1200px;
    font-family: "Noto Serif KR", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#goodmorning .swiper-wrapper {
    cursor: grab;
    will-change: transform;
}

#goodmorning .swiper-slide {
    flex-shrink: 0;
}

#goodmorning .div-sec {
    max-width: 1920px;
    min-width: 1200px;
    position: relative;
}

#goodmorning .div-sec img {
    display: block;
}

#goodmorning .div-sec img.center-img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: none;
}

#goodmorning .div-sec .screen-out {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

#goodmorning .div-sec .div-inner {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
    width: 1200px;
}

.area01 {
    position: relative;
    height: 100vh;
    z-index: 2;
}

.area01 img.center-img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    max-width: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.area01 .div-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.area01 .a1-title-wrap {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    width: max-content;
}

.area01 .a1-title-wrap h1 {
    font-weight: 500;
    font-size: 78px;
    color: #fff;
    letter-spacing: -0.04em;
    transform: scaleX(0.98);
    transform-origin: left;
}

.area01 .a1-text {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.6;
    transform: scaleX(0.98);
    transform-origin: left;
}

.area01 .a1-title-wrap .a1-line {
    position: relative;
    display: block;
    margin: 0 26px;
    width: 0;
    transition: all 1s 1s ease;
}

.area01 .a1-title-wrap.on .a1-line {
    width: 216px;
}

.area01 .a1-title-wrap .a1-line::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
}

.area01 .a1-scroll{
    display: none;
    position: absolute;
    bottom:10%;
    left:50%;
    transform: translateX(-50%);
    font-family: 'Noto Sans KR';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    animation: fadeLoop 0.8s infinite ease-in-out alternate;
}

.area01 .a1-scroll.on{
    display: inline-block;
  }

@keyframes fadeLoop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.area02 {
    position: relative;
    padding: 80px 0;
    background: #fff;
    z-index: 2;
}

.area02 .center-div {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    display: flex;
    justify-content: space-between;
}

.area02 .a2-left {
    position: relative;
}

.area02 .a2-left .a2-title {
    position: absolute;
    top: 114px;
    right: 40px;
    font-weight: 500;
    font-size: 76px;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1;
    transform: scaleX(0.98);
    transform-origin: right;
}

.area02 .a2-right {
    padding-top: 114px;
    display: flex;
    flex-direction: column;
}

.area02 .a2-right .a2-text01 {
    font-weight: 600;
    font-size: 30px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.5;
    transform: scaleX(0.98);
    transform-origin: left;
}

.area02 .a2-right .a2-text02 {
    margin-top: 45px;
    font-weight: 600;
    font-size: 30px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.5;
    transform: scaleX(0.98);
    transform-origin: left;
}

.area02 .a2-right .a2-text03 {
    margin-top: 47px;
    font-weight: 500;
    font-size: 22px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.9;
    transform: scaleX(0.98);
    transform-origin: left;
}

.area02 .a2-right .a2-img {
    position: relative;
    margin-top: 162px;
}

.area02 .a2-right .a2-img .a2-floatText {
    position: absolute;
    top: -132px;
    left: 0;
}

.area03 {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 1804px;
    overflow-y: visible;
    perspective: 1200px;
    /* 핵심: 3D 원근감 부여 */
    perspective-origin: 50% 50%;
}

.area03 .div-inner {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

/* 이미지 전용 3D 레이어. 타이틀/텍스트와 완전히 분리된 별도 박스라서
     이 안에서 이미지들이 아무리 z값으로 겹쳐도 바깥(타이틀/텍스트)엔
     영향을 주지 않고, 이 레이어 자체는 평범한 z-index로 취급됨 */
.area03 .stage3d {
    position: absolute;
    /* inset: 0; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 916px;
    transform-style: preserve-3d;
    z-index: 2;
    pointer-events: none;
    /* 카드는 장식용 → 클릭/터치는 아래(iframe)로 통과 */
}

.area03 .a3-contWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 916px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    /* gap: 14%; */
}

/* 처음부터 끝까지 제자리 고정되는 요소들 */
.area03 .a3-title {
    width: 100%;
    transform: scaleX(0.98);
    transform-origin: center;
    font-weight: 500;
    font-size: 76px;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
    z-index: 3;
    /* .stage3d(z-index:1)보다 항상 위 */
    margin: 0;
    white-space: nowrap;
}

.a3-line {
    display: block;
    margin-bottom: 20px;
    width: 380px;
    height: 148px;
    position: relative;
}

.a3-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 407.8px;
    height: 1px;
    background: #fff;
    transform: rotate(21.3deg);
    transform-origin: left top;
}

.area03 .a3-textWrap {
    margin-top: -5px;
    margin-right: 26px;
    width: max-content;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.area03 .a3-text01 {
    position: relative;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;
    z-index: 3;
    /* .stage3d(z-index:1)보다 항상 위 */
}

.area03 .a3-text01::before {
    content: "";
    width: 325px;
    height: 141px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/a3-blur.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.area03 .a3-text02 {
    margin-top: 46px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;
    z-index: 3;
    /* .stage3d(z-index:1)보다 항상 위 */
}

.area03 .a3-text02 span.a3t-br {
    font: inherit;
    line-height: 1;
}

/* 스크롤에 따라 z축으로 움직이는 이미지들 */
.area03 .a3-img {
    position: absolute;
    top: 50%;

    border-radius: 8px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
    /* 좌우 위치(left/right)는 .a3left / .a3right 가 결정.
       수직 중앙정렬(yPercent)과 z/scale/opacity는 JS(gsap)가 전담 제어 */
}

.area03 .a3left {
    left: 92px;
    transform-origin: 20% 50%;
    /* 왼쪽 카드: x축 기준을 좌측 끝으로 */
}

.area03 .a3right {
    left: 92px;
    /* 카드 홀수개수 사용 right: 380px; */
    transform-origin: 80% 50%;
    /* 오른쪽 카드: x축 기준을 우측 끝으로 */
}

.area03 .a3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.area03 .a3-bottom {
    position: absolute;
    top: 1064px;
    left: -180px;
    width: 1560px;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.area03 .a3-bottom .div-movie {
    position: relative;
    width: 1080px;
    aspect-ratio: 16/9;
    border-radius: 5px;
    overflow: hidden;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
    z-index: 1;
    /* 카드(2)보다 낮지만, stage3d가 pointer-events:none이라 클릭은 항상 여기로 옴 */
}

.area03 .a3-bottom .div-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    /* 명시적으로 확실히 */
}

.area03 .a3-bottom .a3b-cont {
    margin-top: 114px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.area03 .a3-bottom .a3b-cont p {
    font-size: 24px;
    color: #222;
    letter-spacing: -0.04em;
    line-height: 1.5;
}

.area03 .a3-bottom .a3b-cont p span {
    font: inherit;
    letter-spacing: -0.065em;
}

.area03 .a3-btn {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 13px;
    width: 365px;
    height: 90px;
    font-family: 'S-Core', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: left;
    background: #222;
}

.area03 .a3-btn > span{
    font:inherit;
}

.area03 .a3-btn:after {
    content: "";
    height: 180px;
    opacity: .5;
    position: absolute;
    top: -40px;
    left: -110px;
    background: linear-gradient(to right,
            transparent 0%,
            #fff 50%,
            transparent 100%);
    transform: rotate(35deg);
    width: 60px;
    z-index: 1;
}

.area03 .a3-btn.on:after {
    -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 500px;
}

.area03 .a3-btn .fbArrow {
    position: relative;
    margin-left: 36px;
    width: 80px;
    height: 12px
}

.area03 .a3-btn .fbArrow svg.arrow1 {
    position: absolute;
    left: 0;
    width: 98%;
    height: 12px;
    animation: scroll_motion 2.5s infinite;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.area03 .a3-btn .fbArrow svg.arrow2 {
    position: absolute;
    right: 0;
    width: 6px;
    height: 12px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

@keyframes scroll_motion {
    0% {
        left: 0;
        width: 0;
    }

    45% {
        left: 0;
        width: 98%;
    }

    55% {
        left: 0;
        width: 98%;
    }

    100% {
        left: 98%;
        width: 0;
    }
}


/*area04~07 oil 공통 css로 적용*/
.area04, .area05, .area06, .area07 {
    margin-top:-1px;
}

.oilArea {
    position: relative;
}

.oil-bg {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    /* img가 영역 벗어나지 않게 */
    z-index: 0;
}

.oil-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.oil-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.oilArea div.center-div {
    position: relative;
    display: flex;
    align-items: center;
    margin: -100vh auto 0 auto;
    /* 위로 끌어올려 배경과 겹치게, 좌우 auto로 중앙정렬 */
    padding: 120px 0;
    width: 1200px;
    max-width: 100%;
    min-height: 100vh;
    /* 콘텐츠가 한 화면보다 짧아도 최소 한 화면은 확보 */
    z-index: 1;
}

.oilArea div.center-div .oil-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 120px;
    text-align: left;
}

.oilArea div.center-div .oil-right {
    margin-right: 94px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 120px;
    text-align: right;
}

.oilArea div.center-div .oil-wrap {
    display: flex;
    flex-direction: column;
    padding: 43px 15px 15px 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.549);
    width: 600px;
}

.oilArea div.center-div .oil-wrap .oWrap-br {
    line-height: 0;
    margin-top: 27px;
}

.oilArea div.center-div .oil-wrap .oil-title {
    margin: 0 15px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;
    transform: scaleX(0.98);
}

.oilArea div.center-div .oil-wrap .oil-subTitle {
    margin: 0 15px;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.48;
    transform: scaleX(0.98);
}

.oilArea div.center-div .oil-wrap .oil-subTitle .oSTitle-br {
    display: block;
    font: inherit;
    line-height: 1.2;
}

.oilArea div.center-div .oil-wrap .oil-text {
    margin: 0 15px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;
    transform: scaleX(0.98);
}

.oilArea div.center-div .oil-wrap .oil-text .oText-br {
    display: block;
    font: inherit;
    line-height: 1;
}

.oilArea div.center-div .oil-wrap .oil-img {
    margin-top: 29px;
}

.oilArea div.center-div .oil-left .oil-title,
.oilArea div.center-div .oil-left .oil-subTitle,
.oilArea div.center-div .oil-left .oil-text {
    transform-origin: left;
}

.oilArea div.center-div .oil-right .oil-title,
.oilArea div.center-div .oil-right .oil-subTitle,
.oilArea div.center-div .oil-right .oil-text {
    transform-origin: right;
}

.oil {
    filter: url(#oilWobble);
    will-change: filter;
}

.area08 {
    position: relative;
    padding: 120px 0 86px;
}

.area08 .center-div {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.area08 .a8-left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.area08 .a8-left .a8-title {
    position: sticky;
    bottom:0;
    padding-top: 103px;
    padding-bottom: 24px;
    font-family: "sandoll-andante", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 222.2px;
    color: #222;
    letter-spacing: -0.04em;
    line-height: 1.106;
    background:#fff;
}

.area08 .a8-left .a8-title.on{
    position: relative;
}

.area08 .a8-left .a8-title::before {
    content: "";
    position: absolute;
    top: 35px;
    right: 0;
    width: 692px;
    height: 10px;
    background: url('../images/a8-line.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.area08 .a8-left .a8-title span {
    font: inherit;
    letter-spacing: -0.1em;
}

.area08 .a8-left .a8-text01 {
    margin-top: -8px;
    font-weight: 600;
    font-size: 22px;
    color: #222;
    letter-spacing: -0.04em;
    line-height: 1.636;
    transform: scaleX(0.98);
    transform-origin: right;
}

.area08 .a8-left .a8-text01 .a8t-br {
    display: block;
    font: inherit;
    line-height: 1.363;
}

.area08 .a8-left .a8-text02 {
    margin-top: 40px;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 42px;
    color: #222;
    letter-spacing: -0.04em;
    line-height: 1;
    transform: scaleX(0.98);
    transform-origin: right;
}

.area08 .a8-right {
    width: 798px;
}

.area08 .swiper8 {
    touch-action: pan-y;
}

.area08 .grid-box {
    width: 798px;
    height: 975px;
    box-sizing: border-box;

    display: grid;
    grid-template-columns: 258px 258px 258px;
    column-gap: 12px;
    row-gap: 12px;
}

.area08 .grid-box.gb01 {
    grid-template-rows: 288px 288px 375px;
    grid-template-areas:
        "a c c"
        "b c c"
        "d e f";
}

.area08 .grid-box.gb02 {
    grid-template-rows: 375px 288px 288px;
    grid-template-areas:
        "g h i"
        "j j k"
        "j j l";
}

.area08 .item11 { grid-area: a; }
.area08 .item12 { grid-area: b; }
.area08 .item13 { grid-area: c; }
.area08 .item14 { grid-area: d; }
.area08 .item15 { grid-area: e; }
.area08 .item16 { grid-area: f; }

.area08 .item21 { grid-area: g; }
.area08 .item22 { grid-area: h; }
.area08 .item23 { grid-area: i; }
.area08 .item24 { grid-area: j; }
.area08 .item25 { grid-area: k; }
.area08 .item26 { grid-area: l; }

.area08 .item img {
    filter: grayscale(100%) brightness(125%) contrast(90%);
    transition: filter 0.3s ease;
    cursor: pointer;
}

.area08 .item img.active {
    filter: grayscale(0%) brightness(100%) contrast(100%);
}

.area08 .item.no-filter img {
    filter: unset !important;
    cursor: grab;
}

.area08 .a8-pager {
    position: relative;
    width: 528px;
}

.area08 .a8-pager .s8-fraction {
    position: relative;
    margin-top: 21px;
    width: auto;
    font-family: 'SpoqaHanSansNeo';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1;
    text-align: right;
}

.area08 .a8-pager .s8-pagination {
    position: relative;
    margin-top: 21px;
    width: 100%;
    height: 3px !important;
    background: #d5d5d5;
}

.area08 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000000;
}

.area09 {
}

.area09 .center-div {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
}

.area09 .a9-playArea {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 16/6;
    background: #333;
}

.area09 .a9-playArea .a9-movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.a9-movie iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width:auto;
    height: 179%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -57%);
    border: 0;
    pointer-events: none;
    z-index: 1;
}

.a9-movie-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top 75% center;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.a9-movie-thumb.is-hidden {
    opacity: 0;
}

.area09 .a9-playArea .a9-cont {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    z-index: 2;
}

.area09 .a9-playArea .a9-cont .a9-title {
    position: relative;
    width: 460px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 56px;
    letter-spacing: 0.015em;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
}

.area09 .a9-playArea .a9-cont .a9-btn {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    height: 98px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.681;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
    background: rgba(36, 37, 36, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.area09 .a9-btn > span{
    font:inherit;
}

.area09 .a9-playArea .a9-cont .a9-btn:after {
    content: "";
    height: 180px;
    opacity: .5;
    position: absolute;
    top: -40px;
    left: -110px;
    background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
    transform: rotate(35deg);
    width: 60px;
    z-index: 1;
}

.area09 .a9-playArea .a9-cont .a9-btn.on:after {
    -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 600px;
}

.area09 .a9-playArea .a9-cont .a9-btn .fbArrow {
    position: relative;
    margin-left: 20px;
    width: 80px;
    height: 12px
}

.area09 .a9-playArea .a9-cont .a9-btn .fbArrow svg.arrow1 {
    position: absolute;
    left: 0;
    width: 98%;
    height: 12px;
    animation: scroll_motion 2.5s infinite;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.area09 .a9-playArea .a9-cont .a9-btn .fbArrow svg.arrow2 {
    position: absolute;
    right: 0;
    width: 6px;
    height: 12px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.area09 .a9-thumbArea {
    position: relative;
    margin-top: -2px;
    padding: 56px 0 100px;
    /* background-color:#f4f4f4; */
    background-image: url('../images/a9-bg2.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.area09 .a9-thumbArea .swiperWrap {
      position: relative;
      margin: 0 auto;
      width: 868px;
      overflow: visible;
    }

.area09 .a9-thumbArea .swiper9 {
    margin: 0 auto;
    width: 868px;
    touch-action: pan-y;
}

.area09 .a9-thumbArea .swiper-slide {
    color: #fff;
    width: auto;
    aspect-ratio: 1.38 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(50%) brightness(90%) contrast(50%);
    transition: filter 0.3s ease;
    cursor: pointer;
}

.area09 .a9-thumbArea .swiper-slide.swiper-slide-active {
    filter: grayscale(0) brightness(100%) contrast(100%);
}

.area09 .a9-thumbArea .swiper-slide.ssbg1 {
    background-image: url('../images/bg1.jpg');
}

.area09 .a9-thumbArea .swiper-slide.ssbg2 {
    background-image: url('../images/bg2.jpg');
}

.area09 .a9-thumbArea .swiper-slide.ssbg3 {
    background-image: url('../images/bg3.jpg');
}

.area09 .a9-thumbArea .swiper-slide.ssbg4 {
    background-image: url('../images/bg4.jpg');
}

.area09 .a9-thumbArea .swiper-slide.ssbg5 {
    background-image: url('../images/bg5.jpg');
}

.area09 .a9-thumbArea .swiper-slide.ssbg6 {
    background-image: url('../images/bg6.jpg');
}

.area09 .a9-thumbArea .swiper-slide.ssbg7 {
    background-image: url('../images/bg7.jpg');
}

.area09 .a9-thumbArea .swiper-slide.ssbg8 {
    background-image: url('../images/bg8.jpg');
}

.area09 .a9-thumbArea .swiper-slide.ssbg9 {
    background-image: url('../images/bg9.jpg');
}

.area09 .a9-thumbArea .swiper-slide.ssbg10 {
    background-image: url('../images/bg10.jpg');
}

.area09 .a9-pager {
    position: relative;
    width: 100%;
}

.area09 .a9-pager .s9-fraction {
    position: relative;
    margin-top: 20px;
    width: auto;
    font-family: 'SpoqaHanSansNeo';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1;
    text-align: right;
}

.area09 .a9-pager .s9-pagination {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 3px !important;
    background: #d5d5d5;
}

.area09 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000000;
}

.area09 .btn-slide {
    margin-top: 0;
    width: 25px;
    height: 50px;
    font-size: 0;
    top: 25px;
}

.area09 .swiper-button-prev {
    left: -65px;
    background: url('../images/a9-prev.png')no-repeat center / contain;
}

.area09 .swiper-button-next {
    right: -65px;
    background: url('../images/a9-next.png')no-repeat center / contain;
}

.area09 .swiper-button-next:after,
.area09 .swiper-button-prev:after {
    content: '';
}

.area09 .eq-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.25);
    transition:.3s ease;
    opacity:0;
}

.area09 .a9-thumbArea .swiper-slide.swiper-slide-active .eq-badge {
    opacity: 1;
}

/* 은은하게 퍼지는 펄스 링 (선택사항) */
.area09 .eq-badge::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.4);
    animation: pulseRing 1.8s ease-out infinite;
}

@keyframes pulseRing {
    0%   { transform: scale(0.9); opacity: 0.8; }
    100% { transform: scale(1.35); opacity: 0; }
}

/* ===== 이퀄라이저 바 ===== */
.area09 .eq-bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 26px;
}

.area09 .eq-bars span {
    display: block;
    width: 4px;
    border-radius: 2px;
    background: #fff;
    animation: eqBounce 0.9s ease-in-out infinite;
}

.area09 .eq-bars span:nth-child(1) { animation-delay: -0.6s; }
.area09 .eq-bars span:nth-child(2) { animation-delay: -0.35s; }
.area09 .eq-bars span:nth-child(3) { animation-delay: -0.8s; }
.area09 .eq-bars span:nth-child(4) { animation-delay: -0.2s; }
.area09 .eq-bars span:nth-child(5) { animation-delay: -0.5s; }

@keyframes eqBounce {
    0%, 100% { height: 20%; }
    50%      { height: 100%; }
}

.area10 {
    padding-top: 110px;
    padding-bottom: 92px;
    background: #fff;
}

.area10 .a10_wrap {
    margin: 0 auto;
    width: 1200px;
}

.area10 .a10_wrap .a10_title01 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.005em;
    color: #222;
    text-align: center;
}

.area10 .faq-container {
    width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 57px auto 0;
    padding: 0;
    list-style: none;
}

.area10 .faq-container li {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;

    border-bottom: 1px solid #e5e5e5;
}

.area10 .faq-container li:first-of-type {
    border-top: 1px solid #e5e5e5;
}

.area10 .faq-container .faq-title {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 34px 0;
    font-family: 'SpoqaHanSansNeo';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #333;
}

.area10 .faq-container .faq .faq-title:after {
    content: '＋';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 26px;
    font-weight: 500;
    color: #333;
    transform: translateY(-50%) rotate(-90deg);
    transition: .45s;
}

.area10 .faq-container .faq.active .faq-title:after {
    content: '－';
    transform: translateY(-50%) rotate(0deg);
    transition: .45s;
}

.area10 .faq-container .faq-title span {
    font-family: 'HGGGothicssi_Pro';
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.005em;
    color: #333;
}

.area10 .faq-container .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.area10 .faq-container .faq.active .faq-answer {
    max-height: 400px;
    transition: max-height 0.5s ease-in;
}

.area10 .faq-container .faq-answer .faq-text {
    padding: 24px 0 46px;
    color: #333333;
    font-family: 'SpoqaHanSansNeo';
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.04em;
    line-height: 1.882;
    word-break: keep-all;
    border-top: 1px solid #e5e5e5;
}

.copy-area {
    padding: 25px 0;
    background: #f4f4f4;
}

.copy-area p {
    font-family: "Noto Sans KR";
    font-size: 19px;
    text-align: center;
    color: #000000;
}

.float-area {
    position: fixed;
    right: -300px;
    top: 10%;
    z-index: 10;
    opacity: 0;
    transition: .5s;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.5));
}

.float-area.on {
    right: 60px;
    opacity: 1;
}

.float-area.on.on2{
    right: calc(100% - 250px);
}

.float-area a.float-btn {
    position: relative;
    display: block;
    padding: 5px;
    width: 170px;
    height: 380px;
    background-color: #ffd133;
    border-radius: 10px;
}

.float-img {
    display: block;
    width: 160px;
    height: 192px;
    border-radius: 10px;
    overflow: hidden;
}

.float-img img {
    display: block;
    width: 100%;
}

.float-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
    padding: 3px 0 2px;
    height: 114px;
    font-family: "Noto Serif KR", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #111;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
}

.float-title > span{
    font:inherit;
    font-size: 18px;
}

.float-title span.ft-ls85{
    font:inherit;
    letter-spacing: -0.085em;
}

    .float-title span.ft-ls60{
    font:inherit;
    letter-spacing: -0.06em;
}

.float-title span.ft-ls25{
    font:inherit;
    letter-spacing: -0.025em;
}

.float-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url('../images/float-line1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.float-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url('../images/float-line2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.float-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
}

.float-text {
    flex: 1;
    text-align: center;
}

.float-text>span {
    padding-left: 10px;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #222;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: left;
}

.float-text>span>span {
    font: inherit;
    font-size: 16px;
    letter-spacing: -0.1em;
}

.float-barcode {
    margin-right: 6px;
    width: 76px;
}