#header {
    background: transparent;
    border-bottom: 0;
}

#header.fix {
    background: var(--white);
    border-bottom: 1px solid #E1E1E1;
}

#container {
    padding-top: 0;
}

.visual {
    padding-top: 80px;
    /* background: #E1CCFF url("../images/visual_img.png")no-repeat 50% 50% / auto 100%; */
}

.visual .inner {
    height: 890px;
    justify-content: center;
}

.visual .box {
    gap: 20px;
    max-width: 1120px;
}

.visual .box h2 {
    color: #000;
    font-size: 100px;
}

.visual .box p {
    font-size: 40px;
}


.sec {
    padding: 40px 0;
}


.sec01 .inner {
    gap: 40px;
}

.sec01 .search_box {
    max-width: 850px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    margin: 0 auto;
    gap: 14px;
    box-sizing: border-box;
    border-radius: 20px;
}

.sec01 .search_box .drop_down {
    position: relative;
}

.sec01 .search_box .drop_down .result {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    background: url("../images/arrow_down.svg")no-repeat 100% 50%;
    padding-right: 35px;
    box-sizing: border-box;
}

.sec01 .search_box .drop_down .result .img {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.sec01 .search_box .drop_down .result .img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec01 .search_box .drop_down .result strong {
    font-size: 24px;
    font-weight: 800;
}

.sec01 .search_box input {
    flex: 1;
    width: 100%;
    font-size: 20px;
}

.sec01 .search_box .search_btn {
    width: 46px;
    height: 46px;
    background: url("../images/ic_search.svg")no-repeat 50% 50%;
}

/* 모바일 화면 스타일 */
@media (max-width: 768px) {
    .sec01 .refund {
        color: #777;
        font-size: 16px;
        gap: 20px;
    }
}

/* PC 화면 스타일 */
@media (min-width: 769px) {
    .sec01 .refund {
        /* width: 100%;
        max-width: 850px; */
        color: #777;
        font-size: 19px;
        gap: 35px;
    }
}



.sec01 .refund strong {
    font-weight: 500;
}

.sec01 .refund .btn_box {
    width: 100%;
    max-width: 850px;
    border-radius: 20px;
    background: #FAFAFA;
    box-sizing: border-box;
    margin: 0 auto;
}

.sec01 .refund .btn_box .swiper {
    padding: 20px;
    box-sizing: border-box;
}

.sec01 .refund .btn_box .swiper-slide {
    width: auto;
}

.sec01 .refund .btn_box button {
    height: 35px;
    padding: 0 15px;
    color: #777;
    gap: 5px;
    font-size: 16px;
    border-radius: 10px;
    transition: all .2s;
    box-sizing: border-box;
}

.sec01 .refund .btn_box button.active {
    background: #FFF;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.10);
    color: #1A1A1A;
}

.sec01 .refund .btn_box button.active span {
    font-weight: 600;
}

.sec01 .refund .btn_box button.active strong {
    color: #ff6c00;
}


#exchange_pop .list {
    gap: 15px;
}

#exchange_pop .list .item button {
    width: 100%;
    gap: 14px;
    box-sizing: border-box;
}

#exchange_pop .list .item button .img {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

#exchange_pop .list .item button .img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#exchange_pop .list .item button strong {
    font-size: 17px;
    font-weight: 800;
}




.sec02 {
    padding: 150px 0 0;
    background: #FAFAFA;
    overflow: hidden;
}

.sec02 .inner {
    justify-content: center;
    gap: 50px;
}

.sec02 .img {
    width: 420px;
    border-radius: 20px 20px 0px 0px;
    border: 10px solid #C6C6C6;
    border-bottom: 0;
    background: var(--white);
    box-sizing: border-box;
}

.sec02 .img .head {
    height: 60px;
    border-bottom: 1px solid #E1E1E1;
    padding: 0 10px;
    box-sizing: border-box;
}

.sec02 .img .head .logo {
    width: 136px;
}

.sec02 .img .head .logo img {
    width: 100%;
}

.sec02 .img .head>div {
    gap: 5px;
}

.sec02 .img .head .lang {
    width: 26px;
    height: 20px;
    background: url("https://cdn.gtranslate.net/flags/svg/ko.svg") no-repeat 50% 50% / 100%;
    border-radius: 5px;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
}

.sec02 .img .head .alarm {
    width: 30px;
    height: 30px;
    background: url("../images/ic_alarm.svg")no-repeat 50% 50% / 100%;
}

.sec02 .img .head .menu {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
}

.sec02 .img .head .menu span {
    position: absolute;
    left: 5px;
    display: block;
    width: 22px;
    height: 2px;
    background: var(--gr);
    transition: all .3s;
    border-radius: 30px;
}

.sec02 .img .head .menu span:nth-child(1) {
    top: 7px;
}

.sec02 .img .head .menu span:nth-child(2) {
    top: 15px;
}

.sec02 .img .head .menu span:nth-child(3) {
    top: 23px;
}

.sec02 .img .top {
    padding: 50px 20px;
    justify-content: start;
    gap: 12px;
    line-height: 1.3;
    text-align: center;
}

.sec02 .img .top h2 {
    text-align: center;
    font-size: 24px;
}

.sec02 .img .top p {
    font-size: 16px;
    font-weight: 500;
}

.sec02 .img .thumb {
    padding-top: 190px;
    background: #F2F2F2 url("../images/payback_intro.png") no-repeat 50% -70px / 350px;
    padding-bottom: 50px;
}

.sec02 .img .thumb .box {
    gap: 10px;
    line-height: 1.3;
}

.sec02 .img .thumb .box h4 {
    font-size: 24px;
}

.sec02 .img .thumb .box p {
    font-size: 14px;
}


.sec02 .txt {
    max-width: 50%;
}

.sec02 .txt div {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 40px;
}

.sec02 .txt div span {
    display: block;
    color: var(--key-color);
}

.sec02 .txt a {
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    padding: 12px 20px;
}



.sec03 .inner {
    gap: 20px;
}

.sec03 .info {
    flex: 1;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    gap: 30px;
    box-sizing: border-box;
}

.sec03 .info .symbol {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.sec03 .info .symbol img {
    width: 70%;
}

.sec03 .info .txt {
    flex: 1;
    width: 100%;
}

.sec03 .info .txt strong a {
    display: block;
    font-size: 30px;
    font-weight: 500;
    background: url("../images/arrow_right.svg")no-repeat 100% 50%;
    padding-right: 25px;
    line-height: 1.4;
    box-sizing: border-box;
}

.sec03 .info .txt p {
    color: #777;
    font-size: 20px;
    font-weight: 500;
}

.sec03 .download {
    gap: 20px;
}

.sec03 .download>div {
    height: 80px;
    padding: 10px 20px;
    gap: 10px;
    border-radius: 8px;
    background: #F4F5F8;
    box-sizing: border-box;
}

.sec03 .download>div p {
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'GmarketSans';
}

.sec03 .download>div a {
    background: var(--white);
    padding: 10px 13px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}



.sec04 .inner {
    gap: 20px;
    width: 100%;
    max-width: 850px;
}

.sec04 .swiper-slide a {
    padding: 20px;
    border-radius: 20px;
    background: #FAFAFA;
    gap: 30px;
    box-sizing: border-box;
}

.sec04 .swiper-slide .thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.sec04 .swiper-slide .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec04 .swiper-slide .txt {
    line-height: 1.4;
}

.sec04 .swiper-slide .txt p {
    color: #777;
    font-weight: 600;
}

.sec04 .swiper-slide .txt h4 {
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec04 .swiper-slide .txt .date {
    margin-top: 15px;
    color: #777;
    font-weight: 500;
}

.sec04 .swiper-slide .txt .date span {
    display: inline-block;
}



.sec05 .inner {
    gap: 30px;
    width: 100%;
    max-width: 850px;
}

.sec05 .list_table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.sec05 .list_table thead th {
    height: 64px;
}

.sec05 .list_table tbody td {
    height: 100px;
}



#main_pop .modal_cont {
    max-width: 500px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

#main_pop .modal_cont .scroll {
    background: transparent;
    padding: 0;
    margin-top: 25px;
}

#main_pop .modal_cont .close24 {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--white);
    background: url("../images/check-white.svg")no-repeat 0 50% / 15px;
    padding-left: 20px;
    box-sizing: border-box;
}

#main_pop .modal_cont .close {
    position: absolute;
    top: 45px;
    right: 15px;
    z-index: 5;
    border-radius: 50%;
}

#main_pop .modal_cont .close img {
    width: 22px;
    vertical-align: middle;
}

#main_pop .modal_cont .swiper {
    border-radius: 20px;
}

#main_pop .swiper-pagination-bullet {
    background: var(--white);
}

#main_pop .swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 50px;
}

#main_pop .text {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 20px;
    box-sizing: border-box;
}

#main_pop .text h2 {
    font-size: 30px;
    line-height: 1.4;
    padding: 20px 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    box-sizing: border-box;
}

#main_pop .text .cont {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}


@media screen and (max-width: 1560px) {
    .visual .inner {
        height: 700px;
    }

    .visual .box h2 {
        font-size: 60px;
    }

    .visual .box p {
        font-size: 24px;
    }

    .sec02 .txt div {
        font-size: 32px;
    }
}

@media screen and (max-width: 1280px) {
    .sec04 .swiper-slide .txt .date span {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .visual {
        padding-top: 60px;
    }

    .visual .inner {
        height: 490px;
    }

    .visual .box h2 {
        font-size: 44px;
    }

    .visual .box p {
        font-size: 18px;
    }

    .sec {
        padding: 80px 0;
    }

    .sec01 .search_box {
        padding: 15px;
        border-radius: 20px;
        /* textf */
    }

    .sec01 .search_box .drop_down .result .img {
        width: 45px;
        height: 45px;
    }

    .sec01 .search_box .drop_down .result strong {
        font-size: 20px;
    }

    .sec01 .search_box input {
        font-size: 16px;
    }

    .sec01 .search_box .search_btn {
        width: 35px;
        height: 35px;
        background-size: 100%;
    }


    .sec02 .inner {
        gap: 30px;
    }

    .sec02 .img {
        width: 300px;
    }

    .sec02 .txt {
        flex: 1;
        width: 100%;
        max-width: 280px;
    }

    .sec02 .txt div {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .sec02 .txt a {
        font-size: 14px;
    }


    .sec03 .info {
        flex: none;
        gap: 15px;
        padding: 20px;
    }

    .sec03 .info .symbol {
        width: 75px;
        height: 75px;
    }

    .sec03 .info .txt strong a {
        font-size: 24px;
    }

    .sec03 .info .txt p {
        font-size: 16px;
    }

    .sec03 .download {
        flex-direction: row;
        width: 100%;
    }

    .sec03 .download>div {
        flex: 1;
        height: auto;
    }

    .sec03 .download>div a {
        text-align: center;
        line-height: 1.4;
    }

    .sec03 .download>div a strong {
        display: block;
    }


    .sec04 .swiper-slide .txt p {
        font-size: 14px;
    }

    .sec04 .swiper-slide .txt h4 {
        font-size: 16px;
    }

    .sec04 .swiper-slide .txt .date {
        font-size: 14px;
    }


    .sec05 .list_table thead {
        display: none;
    }

    .sec05 .list_table tbody tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        padding: 15px 25px 15px 10px;
        background: url("../images/arrow_right.svg")no-repeat calc(100% - 5px) 50% / 22px;
        margin: 10px 0;
        box-sizing: border-box;
    }

    .sec05 .list_table tbody tr.fix {
        border-radius: 20px;
        /* border: 1px solid #BC13FF; */
        /* background-color: rgba(188, 19, 255, 0.10); */
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    }

    .sec05 .list_table tbody tr.fix td {
        border: 0 !important;
        border-radius: 0 !important;
    }

    .sec05 .list_table tbody td {
        display: none;
        height: auto;
        border-bottom: 0;
        box-sizing: border-box;
    }

    .sec05 .list_table tbody tr td.first {
        display: block;
        flex: 1;
        width: 100%;
        padding-left: 0;
    }

    .sec05 .list_table tbody tr td.m {
        display: flex;
        flex-wrap: wrap;
        padding-right: 0;
        flex: 0.7;
        justify-content: end;
    }


    #main_pop .text {
        padding: 30px 20px;
    }

    #main_pop .text h2 {
        font-size: 20px;
    }

    #main_pop .text .cont {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .visual {
        background-position: calc(100% - -40px) 100%;
        background-size: auto 60%;
    }

    .visual .inner {
        min-height: 185px;
        height: calc(100vh - 450px);
        justify-content: start;
    }

    .visual .box {
        padding-top: 35px;
    }


    .sec {
        padding: 30px 0;
    }


    /* .sec01 .search_box .drop_down {
        width: 100%;
    }

    .sec01 .search_box .drop_down .result {
        gap: 8px;
    }

    .sec01 .search_box .drop_down .result .img {
        width: 35px;
        height: 35px;
    }

    .sec01 .search_box .drop_down .result strong {
        font-size: 18px;
    } */


    .sec02 .txt {
        flex: none;
        max-width: 100%;
        text-align: center;
    }

    .sec02 .txt div {
        font-size: 18px;
    }


    .sec03 .info .symbol {
        width: 55px;
        height: 55px;
    }

    .sec03 .info .txt strong a {
        font-size: 20px;
    }

    .sec03 .info .txt p {
        font-size: 14px;
    }

    .sec03 .download>div {
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .visual .box h2 {
        font-size: 36px;
    }

    .visual .box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {
    .sec03 .info {
        justify-content: center;
        text-align: center;
    }

    .sec03 .info .txt {
        flex: none;
    }

    .sec03 .download>div {
        padding: 20px 15px;
    }

    .sec03 .download>div p {
        width: 100%;
        justify-content: center;
    }

    .sec03 .download>div a {
        width: 100%;
    }

    .sec03 .download>div a strong {
        display: inline-block;
        font-size: 14px;
    }
}