@font-face {
    font-family: 'Pretendard-Black';
    src: url("/assets/font/Pretendard-Black.otf") format("opentype");
}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('/assets/font/Pretendard-Bold.otf') format("opentype");
}


@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('/assets/font/Pretendard-ExtraBold.otf') format("opentype");
}


@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('/assets/font/Pretendard-ExtraLight.otf') format("opentype");
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('/assets/font/Pretendard-Light.otf') format("opentype")
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('/assets/font/Pretendard-Medium.otf') format("opentype");
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('/assets/font/Pretendard-Regular.otf') format("opentype");
}

@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('/assets/font/Pretendard-SemiBold.otf') format("opentype");
}

@font-face {
    font-family: 'Pretendard-Thin';
    src: url('/assets/font/Pretendard-Thin.otf') format("opentype");
}

html {
    margin: 0 auto;
    /*max-width: 1440px;*/
}

header {
    background-color: #ffffff !important;
    height: 100px;
    border-bottom: 2px solid black;
    padding: 0 !important;
}

@media (min-width: 1200px) {
    .givity-circle-d .centered {
        margin-top: 12vw !important;
    }

    .modal-xl {
        max-width: 100% !important;
        margin-top: 0px !important;
        /*padding-right: 15px !important;*/
    }
}

@media (min-width: 992px) {
    header .navbar {
        padding-left: 80px;
        padding-top: 24px;
        padding-bottom: 0px !important;
    }

    header .navbar .container-fluid {
        padding-left: 0px !important;
    }

    #navbarSupportedContent .navbar-nav {
        margin-left: auto !important;
        margin-right: 52px !important;
    }

    .container-fluid .menu-list-m .menu-bottom-line {
        border: none;
    }

    #navbarSupportedContent .d-flex {
        margin-right: 80px !important;
    }

    .c2f-container .givity-sell-3 {
        line-height: 1.3 !important;
    }

    .nine-section #section-15 {
        display: block; !important;
    }

    .nine-section #section-15-m {
        display: none; !important;
    }
}

@media (max-width: 992px) {

    header .navbar:has(.show) {
        /*padding: 28px 0px 0px 0px !important;*/
        margin-bottom: 31px !important;
        background-color: white;
        border-bottom: 2px solid black;
    }

    header .navbar {
        /*padding: 28px 0px 27px 17px !important;*/
        /*padding: 28px 0px 0px 0px !important;*/
        padding: 0px !important;
    }

    .container-fluid .menu-title-m {
        margin-left: 17px;
        margin-top: 28px;
        margin-bottom: 18px;
        /*margin-left: 17px !important;*/
    }

    .container-fluid .navbar-toggler {
        margin-right: 17px;
    }

    header .navbar .container-fluid {
        /*padding: 0px 0px 31px 0px !important;*/
        padding: 0px !important;
    }


    .container-fluid .menu-list-m {
        border-top: 2px solid black;
    }

    .container-fluid .menu-list-m ul {
        margin: 46px 0 41px 18px !important;
    }

    .container-fluid .menu-list-m, .show .menu-bottom-line {
        border-top: 2px solid black;
    }

    .container-fluid .menu-list-m div.d-flex {
        justify-content: space-between;
        margin: 41px 22px 31px 18px;
    }

    .container-fluid .menu-list-m {
        background-color: white !important;
    }

    .navbar-light .navbar-toggler-icon-hamburger {
        background-image: url('/assets/img/GivityMain/hamburger_svg.svg') !important;
    }

    .navbar-light .navbar-toggler-icon-close {
        background-image: url('/assets/img/GivityMain/close_svg.svg') !important;
    }

    #navbarSupportedContent .d-flex {
        margin-right: 17px !important;
    }

    .sell-container .givity-sell-1,.givity-sell-2{
        text-align: center;
    }

    .sell-container .givity-sell-3,.givity-sell-4{
        padding-left: 0;
    }

    .nine-section #section-15 {
        display: none; !important;
    }

    .nine-section #section-15-m {
        display: block; !important;
    }

}


.givity-logo {
    height: 43px;
    width: 137px;
}

@media (min-width: 1124px) {
    #navbarSupportedContent .navbar-nav .nav-item:nth-child(0), .nav-item:nth-child(1), .nav-item:nth-child(2), .nav-item:nth-child(3) {
        margin-right: 50px;
    }
}

#navbarSupportedContent .d-flex .start {
    width: 95px !important;
    height: 36px !important;
    border-radius: 6px;
    border: 2px solid #000;
    background: #FF71A9;
    color: black;
    padding: 0px !important;
}

#navbarSupportedContent .d-flex .lang-kr {
    width: 48.044px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    color: black;
    border: 2px solid #000;
    background: #DADADA;
    margin-left: 20px;
}

#navbarSupportedContent .d-flex .lang-en {
    width: 48.044px;
    height: 36px;
    flex-shrink: 0;
    color: black;
    border-radius: 6px;
    border: 2px solid #000;
    background: #FF71A9;
}

#navbarSupportedContent.show {
    /*background-color: #0a58ca;*/
}

.container {
    max-width: 960px;
}

.givity-circle-f video {
    /*max-width: 1440px;
    max-height: 810px;*/
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    border-bottom: 1px solid #000;
}


.celebrity {
    padding-top: 23px;
    padding-bottom: 13px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    display: none !important;
}

.celebrity-sub {
    padding-top: 8px;
    padding-bottom: 9px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    background-color: #ffef6b;
}

.sell-main {
    border-bottom: 2px solid black;
}

@media (min-width: 993px) {
    .sell-container {
        margin: 4vw;
    }
}

@media (max-width: 992px) {
    .sell-container {
        margin: 2vw;
    }
}

@media (max-width: 992px) {
    .sell-container {
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .sell-container .sell {
        text-align: center;
    }

    .sell-container .sell img {
        display: inline !important;
    }

    .sell-container .rectangle-wrapper {
        margin: 2px 8px 0 5px;
    }
}

.sell-container .rectangle-wrapper {
    border: 2px solid;
    border-color: #000000;
    height: 25px;
    width: 25px;
    margin: 2px 12px 0px 5px;
}

.sell-container .rectangle-wrapper .rectangle-3 {
    /* background-color: #00d76a; */
    background-image: url(../../img/GivityMain/check.png);
    background-size: cover;
    height: 17px;
    width: 17px;
    margin: 2px;
}

.sell-container .sell {
    margin-top: 40px;
    margin-bottom: 32px;
}

.sell-container .sell img {
    max-width: 145.19px;
    max-height: 232.28px;
    /*transform: rotate(-5.213deg);*/
    flex-shrink: 0;
    display: block;
}

.sell-container .givity-sell-1 {
    margin-bottom: 32px;
}

.sell-container .givity-sell-2 {
    margin-bottom: 29px;
    display: none;
}

.sell-container .givity-sell-3 { /*check*/
    /* width: 566px; */
    padding-bottom: 1.4vw;
}

.sell-container .givity-sell-4 {
    margin-top: 18px;
}

.sell-main .givity-circle-s {
    border-left: 2px solid black;
}

.sell-main .givity-circle-s img {
    /*max-width: 1440px;
    max-height: 810px;*/
    display: block;
    /*max-width: 100%;
    height: auto;*/
    height: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .givity-circle-d .centered {
        margin-top: 10.5vw;
        width: 90%;
    }

    .givity-circle-d .centered_text {
        font-size: 38px;
    }

    .givity-circle-d .centered_text2 {
        font-size: 24px;
    }
}

@media (max-width: 992px) and (min-width: 771px) {
    .givity-circle-d .centered {
        margin-top: 12vw;
        width: 85%;
    }

    .givity-circle-d .centered_text {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .givity-circle-d .centered_text2 {
        font-size: 20px;
        line-height: 26px !important;
    }

    .givity-circle-d .centered .centered_mr {
        margin-bottom: 10px !important;
    }

    /*#main-en-kr {
        height: 321px !important;
    }*/
}

@media (max-width: 770px) {
    .givity-circle-d .centered {
        margin: 17vw auto 0;
        width: 80%;
    }

    .givity-circle-d .centered_text {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .givity-circle-d .centered_text2 {
        font-size: 15px;
        line-height: 21px !important;
    }

    .givity-circle-d .centered .centered_mr {
        margin-bottom: 10px !important;
    }
}

.givity-circle-d {
    position: relative;
    padding-top: 5.5vw;
    background-color: #E3E3E3;
    text-align: center;
    color: black;
    border-bottom: 2px solid black;
}

/* Centered text */
.givity-circle-d .centered {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.givity-circle-d .centered .centered_mr {
    margin-bottom: 20px;
}

.givity-circle-d img {
    display: block;
    max-width: 100%;
    height: auto;
}

.c2f-main {
    border-bottom: 2px solid black;
}

@media (min-width: 992px) {
    .c2f-container {
        margin: 60px 60px 113px 60px;
    }

    .c2f-container .givity-sell-1 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 992px) {
    .c2f-container {
        margin: 40px 32px;
    }

    .c2f-container .c2f {
        text-align: center;
    }

    .c2f-container .c2f img {
        display: inline !important;
    }
}

.c2f-container .rectangle-wrapper {
    border: 2px solid;
    border-color: #000000;
    height: 25px;
    width: 25px;
    margin: 5px 12px 0 5px;
}

.c2f-container .rectangle-wrapper .rectangle-3 {
    background-color: #00d76a;
    height: 17px;
    width: 17px;
}

.c2f-container .c2f {
    margin-bottom: 32px;
}

.c2f-container .c2f img {
    max-width: 145.19px;
    max-height: 232.28px;
    transform: rotate(-5.213deg);
    flex-shrink: 0;
    display: block;
}

.c2f-container .givity-sell-1 {
    margin-bottom: 10px;
}

.c2f-container .givity-sell-2 {
    margin-bottom: 43px;
}

.c2f-container .givity-sell-3 {
    /*width: 566px;*/
}

.c2f-main .givity-circle-s {
    border-right: 2px solid black !important;
}

.c2f-main .givity-circle-s img {
    /*max-width: 1440px;
    max-height: 810px;*/
    display: block;
    /*max-width: 100%;
    height: auto;*/
    height: 100%;
    width: 100%;
}

.givity-circle-video {
    border-bottom: 2px solid black;
}

.eight-section {
    background: #FFEF6B;;
    padding-top: 23px;
    padding-bottom: 13px;
    border-bottom: 2px solid black;
}

@media (min-width: 992px) {
    .eight-section-a {
        margin: 79px 226px 12px 226px;
    }

    .eight-section-b {
        margin: 0 287px 38px 287px;
    }
}

@media (max-width: 992px) {
    .eight-section-a {
        margin: 49px 23px 19px 15px;
    }

    .eight-section-b {
        margin: 0 29px 46px 19px;
    }
}

.eight-section-c {
    margin-bottom: 7px;
}

.eight-section-d {
    margin-bottom: 76px;
}

.nine-section {
    background: #FF71A9;
    padding-top: 14px;
    padding-bottom: 13px;
    border-bottom: 2px solid black;
}

.nine-section-a {
    margin: 50px 0 40px 0;
}

.nine-section-b {
    margin-bottom: 39px;
}

.nine-section-b button {
    width: 230px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #000;
}

.eight-section-img-relative {
    position: relative;
    top: 166px;
    margin-left: 80px;
}

.eight-section-img-absolute {
    position: absolute;
}

.eight-section-img-absolute img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .eight-section-img-absolute img {
        display: block;
    }
}

@media (max-width: 992px) {
    .eight-section-img-absolute img {
        display: none;
    }
}

.eight-section-img-relative2 {
    position: relative;
    top: 201px;
    right: 59px;
}

.eight-section-img-absolute2 {
    position: absolute;
    right: 0%;
}

.eight-section-img-absolute2 img {
    max-width: 208px;
    height: auto;

}

@media (min-width: 992px) {
    .eight-section-img-absolute2 img {
        display: block;
    }
}

@media (max-width: 992px) {
    .eight-section-img-absolute2 img {
        display: none;
    }
}

.ten-section {
    display: none !important;
    padding: 77px 0px 373px 0px;
    border-bottom: 2px solid black;
}

.sell-container .givity-sell-1 p {
    color: #000000;
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .eleven-section-a {
        flex: 0.5 !important;
        padding-left: 80px;
        padding-top: 73px;
    }

    .eleven-section-a-2 {
        margin-bottom: 64px;
    }

    .eleven-section-b {
        flex: 0.2 !important;
        padding-top: 245px;
        padding-left: 53px;
        text-align: left !important;
    }

    .eleven-section-c {
        flex: 0.3 !important;
        padding: 245px 40px 34px 10px;
        text-align: left !important;

    }
}

@media (max-width: 992px) {
    .eleven-section-a {
        flex: 0.5 !important;
        padding-left: 30px;
        padding-top: 48px;
        padding-bottom: 42px;
    }

    .eleven-section-a-2 {
        margin-bottom: 30px;
    }

    .eleven-section-b {
        flex: 0.2 !important;
        padding-top: 20px;
        padding-left: 30px;
        text-align: left !important;
    }

    .eleven-section-c {
        flex: 0.3 !important;
        padding: 20px 30px 34px 30px;
        text-align: left !important;

    }

    .text-wrapper-eleven-a-1 {
        font-size: 15px !important;
        padding-left: 4px !important;
    }
}

.eleven-section {
    background-color: black;
    border-bottom: 2px solid black;
}

.eleven-section-a-1 {
    text-align: left;
}

.text-wrapper-eleven-a-1 {
    color: #ffffff;
    font-family: "Pretendard-Regular", Helvetica;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 12px;
}

.eleven-section-a-2-item {
    padding-right: 15px;
}

.eleven-section-a-2-item input {
    max-width: 464px;
    height: 61px;
    border-radius: 10px 0 0 10px;
    border: 2px solid #000;
    background: #FFF;
    padding-left: 28px;
}

.eleven-section-a-2 .input-group-text {
    background-color: #ff71a9;
    border: 2px solid;
    border-color: #000000;
    border-radius: 0px 10px 10px 0px;
    width: 97px;
    height: 61px;
    margin-left: -2px !important;
}

.eleven-section-a-2 .input-group-text img {
    width: 31px;
    height: 19px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-wrapper-eleven-a-2 {
    color: #000000 !important;
    font-family: "Pretendard-Bold", Helvetica !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
}

.eleven-section-a-3 {
    display: flex;
}

.eleven-section-a-3 .eleven-section-a-3-item {
    margin-top: 11px;
    margin-left: 14px;
}

.eleven-section-a-3 img {
    width: 50px;
    height: 50px;
}

.text-wrapper-eleven-a-3 {
    color: #ffffff;
    font-family: "Pretendard-Regular", Helvetica;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}

.eleven-section-b-1 {
    margin-bottom: 16px;
}

.eleven-section-b-1-display {
    color: #ffffff;
    font-family: "Pretendard-Regular", Helvetica;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    display: block;
}

.eleven-section-b-2 {
    display: flex;
    align-items: center;
}

.eleven-section-b-2-item {
    color: #ffffff;
    font-family: "Pretendard-Regular", Helvetica;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    margin-right: 18px;
}

.eleven-section-b-2-item2 img {
    width: 22px;
    height: 22px;
}

.eleven-section-c-display {
    color: #ffffff;
    font-family: "Pretendard-Regular", Helvetica;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

#modalStart .modal-header {
    border-bottom: 0px !important;
}


/*
 * Custom Fonts
 */
.text-wrapper-top-menu {
    color: #000000;
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: none;
}

.text-wrapper-top-btn {
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: none;
}

.text-wrapper-celebrity {
    color: #000000;
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 45px;
    font-weight: 700;
    left: 0;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
}

.text-wrapper-celebrity-sub p {
    display: inline;
    text-decoration: underline;
}

.text-wrapper-celebrity-sub {
    color: #000000;
    font-family: "Pretendard", Helvetica;
    font-size: 1.7vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
}

.givity-display-1 {
    color: #000000;
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
}

.givity-display-1 p {
    color: #000;
    text-align: center;
    font-family: "Pretendard-Light", Helvetica;
    font-size: 32px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    display: inline;
}

.givity-display-2 {
    color: #060606;
    font-family: "Pretendard-Medium", Helvetica;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    display: none;
}

.givity-display-3 {
    color: #000000;
    font-family: "Pretendard-Medium", Helvetica;
    font-size: 23px;
    letter-spacing: 0;
    line-height: 27px;
    word-break: keep-all;
}

.c2f-container .givity-display-3 p {
    display: inline;
    text-decoration: underline;
}

.givity-display-4 {
    color: #000000;
    font-family: "Pretendard-Medium", Helvetica;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 28px;
}

.givity-circle-d .centered_text {
    color: #000;
    text-align: center;
    font-family: "Pretendard", Helvetica;
    font-style: normal;
    font-weight: 800;
    font-weight: 800;
    line-height: normal;
}

.givity-circle-d .centered_text2 {
    color: #000;
    text-align: center;
    font-family: "Pretendard-Medium", Helvetica;
    font-family: "Pretendard-Medium", Helvetica;
    font-style: normal;
    word-break: keep-all;
    line-height: 35px;
}

.text-wrapper-eight-a {
    color: #000000;
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 45px;
}

.text-wrapper-eight-b {
    color: #000000;
    font-family: "Pretendard-Regular", Helvetica;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28.3px;
}

.text-wrapper-eight-c {
    color: #000000;
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 167.2px;
}

.text-wrapper-eight-d {
    color: #000000;
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 38.6px;
}

.text-wrapper-nine-a {
    word-break: keep-all;
    color: #000000;
    font-family: "Pretendard-Bold", Helvetica;
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}

.text-wrapper-nine-b {
    color: #ff71a9;
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
}

.text-wrapper-ten-a {
    color: #000000;
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 51.4px;
}

/*@media (min-width: 1400px) {

}*/

@media (min-width: 771px) {
    #modalStart .mobile-image {
        display: none;
    }

    #modalStart .modal-xl {
        /*height: 250px !important;*/
    }

    .c2f-container .givity-display-3 {
        text-align: left !important;
    }

    .givity-circle-video video.web-ui {
        display: block;
        width: 100%;
        height: auto;
        pointer-events: none;
    }

    .givity-circle-video video.mobile-ui {
        display: none;
    }

    .givity-circle-f video.web-ui {
        display: block;
        width: 100%;
        height: auto;
        pointer-events: none;
    }

    .givity-circle-f video.mobile-ui {
        display: none;
    }

    .toast {
        width: 700px !important;
    }

    #modalStart .modal-content {
        background: #ff65a9;
    }
}

@media (max-width: 770px) {
    #modalStart .full-image {
        display: none;
    }

    #modalStart .modal-xl {
        /*height: 400px !important;*/
    }

    .text-wrapper-celebrity {
        font-size: 25px !important;
    }

    .text-wrapper-celebrity-sub {
        font-size: 14px !important;
        line-height: 17px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .givity-display-1 p {
        font-size: 23px !important;
    }

    .givity-display-1 {
        font-size: 22px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        padding-right: 15px !important;
        text-align: center;
    }

    .sell-container .givity-sell-1 {
        margin-bottom: 18px !important;
    }

    .givity-display-2 {
        font-weight: 400 !important;
        line-height: 30px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sell-container .givity-sell-3 {
        width: unset !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-bottom: 12px !important;
    }

    .sell-container .givity-sell-3 .givity-display-3 {
        font-size: 17px !important;
        line-height: 25px !important;
        padding-top: 1px !important;
    }

    .givity-display-4 {
        padding-left: 18px !important;
        padding-right: 14px !important;
    }

    .eight-section {
        display: none !important;
    }

    .c2f-main .givity-circle-s {
        display: none !important;
    }

    .c2f-container .givity-display-3 {
        text-align: center !important;
        padding-left: 15px !important;
        /* padding-top: 16px !important; */
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .text-wrapper-eleven-a-2::placeholder {
        font-size: 19px !important;
    }

    .sell-container .givity-display-4 {
        font-size: 17px !important;
    }

    .sell-container .givity-sell-4 {
        margin-top: 2px !important;
    }

    .text-wrapper-nine-a {
        font-size: 4.2vw !important;
    }

    .nine-section-a {
        margin: 45px 0 40px 0;
    }

    .sell-main .givity-circle-s {
        border-left: none !important;
    }

    .text-wrapper-eleven-a-2 {
        font-size: 17px !important;
    }

    .sell-main .sell-main-sub {
        border-bottom: 2px solid black !important;
    }

    .sell-container .givity-sell-1 p {
        font-size: 23px !important;
        font-weight: 700 !important;
        line-height: 35px !important;
        /* padding-left: 15px !important; */
        padding-right: 15px !important;
        text-align: center;
        font-family: "Pretendard-Bold", Helvetica;
        text-decoration: underline;
    }

    .givity-circle-video video.web-ui {
        display: none;
    }

    .givity-circle-video video.mobile-ui {
        display: block;
        width: 100%;
        height: auto;
        pointer-events: none;
    }

    /*.givity-circle-f video.web-ui {
        display: none;
    }*/
    .givity-circle-f video.mobile-ui {
        display: block;
        width: 100%;
        height: auto;
        pointer-events: none;
    }

    .toast-text {
        font-size: 18px !important;
    }

    .sell-container .sell {
        margin-top: 55px;
    }
    #modalStart .modal-content {
        /*background: #ff65a9;*/
        background: #ec6fa6;
    }

    .modal-content .modal-body {
        margin-bottom: -10px;
        /*margin-top: -10px;*/
    }

    .text-wrapper-nine-b {
        font-size: 24px;
    }

    .nine-section-b button {
        width: 180px;
        height: 56px;
    }
}


#modalStart .modal-header {
    padding-bottom: 0px !important;
}

#modalStart .modal-body img {
    width: 100%;
}

.download-url {
    cursor: pointer;
}


/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}

@media (max-width: 570px) {
    .modal-dialog {
        margin: 0px !important;
    }
}

/**/

@media (max-width: 400px) {
    .text-wrapper-celebrity-sub {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

.action-subscription {
    cursor: pointer;
}

.eleven-section-a-2 input::placeholder {
    color: #000;
    font-family: "Pretendard-Regular", Helvetica;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.eleven-section-a-2 input:focus::placeholder {
    color: transparent;
}

.celebrity-sub .display-5 {
    cursor: pointer;
}

.animated {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: 10;
    -webkit-animation-iteration-count: 10;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes bounce-down {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce-down {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.bounce-down {
    -webkit-animation-name: bounce-down;
    animation-name: bounce-down;
}

@media (max-width: 460px) {
    .givity-display-1 {
        font-size: 21px !important;
    }

    .givity-display-4 {
        padding-left: 12px !important;
    }

    .c2f-container .givity-sell-1 {
        margin-bottom: 4px !important;
    }

    .c2f-container .givity-display-1 {
        text-align: left !important;
        padding-left: 0 !important;
    }

    .c2f-container .givity-display-3 {
        text-align: left !important;
        padding-left: 0px !important;
    }

    .sell-container .rectangle-wrapper {
        height: 20px;
        width: 20px;
        margin: 0 8px 0 0;
    }

    .sell-container .rectangle-wrapper .rectangle-3 {
        height: 14px;
        width: 14px;
        margin: 1px;
    }

    .sell-container .givity-sell-3 .givity-display-3 {
        font-size: 15px !important;
        line-height: 20px !important;
        padding-top: 0 !important;
    }

    .givity-circle-d {
        padding-top: 15vw;
    }

    .givity-circle-d .centered {
        margin: 20vw auto 0;
    }

    .givity-circle-d .centered_text {
        font-size: 21px !important;
        line-height: 28px !important;
        text-align: left;
    }

    .givity-circle-d .centered_text2 {
        text-align: left;
        font-size: 14px;
        line-height: 20px !important;
    }

    .givity-circle-d .centered .centered_mr {
        margin-bottom: 4px !important;
    }
}

@media (max-width: 400px) {
    .sell-container .givity-sell-3 .givity-display-3 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .sell-container .givity-display-4 {
        font-size: 14px !important;
    }

    .c2f-container .givity-sell-1 {
        margin-bottom: 4px !important;
    }

    .c2f-container .givity-display-3 {
        padding-left: 0px !important;
        font-size: 13px !important;
        line-height: 18px !important;
        word-break: keep-all;
    }

    .c2f-container .givity-display-1 {
        font-size: 18px !important;
    }

    .givity-display-1 {
        font-size: 18px !important;
    }

    .givity-circle-d {
        padding-top: 20vw;
    }

    .givity-circle-d .centered {
        margin: 24vw auto 0;
    }

    .givity-circle-d .centered_text {
        text-align: left;
        font-size: 18px !important;
        line-height: 23px !important;
    }

    .givity-circle-d .centered_text2 {
        text-align: left;
        font-size: 13px;
        line-height: 18px !important;
    }

    .givity-circle-d .centered .centered_mr {
        margin-bottom: 4px !important;
    }
}

@media (max-width: 300px) {

    .sell-container .givity-sell-1 {
        font-size: 18px !important;
    }

    .sell-container .givity-sell-1 p {
        font-size: 18px !important;
    }

    .sell-container .givity-sell-3 .givity-display-3 {
        font-size: 12px !important;
    }

    .sell-container .givity-display-4 {
        font-size: 12px !important;
    }

    .givity-circle-d {
        padding-top: 20vw;
    }

    .c2f-container .givity-display-3 {
        padding-left: 0px !important;
        font-size: 12px !important;
        line-height: 16px !important;
        word-break: keep-all;
    }

    .c2f-container .givity-display-1 {
        font-size: 18px !important;
    }

    .givity-display-1 {
        font-size: 18px !important;
    }

    .givity-circle-d .centered_text {
        text-align: left;
        font-size: 13px !important;
        line-height: 17px !important;
    }

    .givity-circle-d .centered_text2 {
        text-align: left;
        font-size: 9px !important;
        line-height: 13px !important;
    }
}

.toast-text {
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
    text-align: center;
    font-family: "Pretendard-Light", Helvetica;
    word-break: keep-all;
}

/*button.btn-outline-success {
    box-shadow: none !important;
}*/

.btn {
    box-shadow: none !important;
}

@media (max-width: 1299px) and (min-width:992px) {
    .sell-container .givity-sell-1 {
        font-size: 25px;
    }

    .sell-container .givity-sell-1 p {
        font-size: 25px;
    }

    .sell-container .givity-display-3 {
        font-size: 18px;
    }

    .sell-container .givity-display-4 {
        font-size: 18px;
    }

    /* .sell-container .givity-sell-3 {
        width: 450px;
    } */
}

@media (max-width: 991px) and (min-width: 768px) {
    .sell-container .givity-sell-1 {
        font-size: 25px;
    }

    .sell-container .givity-sell-1 p {
        font-size: 25px;
    }

    .sell-container .givity-display-3 {
        font-size: 16px;
    }

    .sell-container .givity-display-4 {
        padding-left: 8px;
        font-size: 16px;
    }

    /* .sell-container .givity-sell-3 {
        width: 450px;
    } */

    .givity-display-1 {
        font-size: 28px !important;
    }

    .givity-display-3 {
        font-size: 20px;
    }
}

.eight-section-img-relative ,.eight-section-img-relative2 ,.eight-section {
    display: none !important;
}

.footer-link {
    color: #ffffff; /* 원하는 텍스트 색상 */
    font-family: "Pretendard-Regular", Helvetica, Arial, sans-serif;
    font-size: 15px; /* 원하는 크기 */
    font-weight: 400; /* 원하는 두께 */
    line-height: 22px; /* 줄 높이 */
    text-decoration: none; /* 밑줄 제거 */
    background: none; /* 버튼 배경 제거 */
    border: none; /* 버튼 테두리 제거 */
    padding: 0; /* 버튼 내부 여백 제거 */
    display: block; /* 각 버튼을 한 줄씩 배치 */
    margin-bottom: 10px; /* 버튼 간 간격 추가 (선택 사항) */
}
.footer-link:hover {
    color: #ff71a9; /* 마우스 오버 시 색상 */
    text-decoration: underline; /* 마우스 오버 시 밑줄 */
}
