body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

*::-webkit-scrollbar {
    width: 3px;
    height: 15px;
    background-color: #fffefe;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

*::-webkit-scrollbar-thumb {
    border-radius: 33px;
    background-color: #E3E3E3;
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/Montserrat-Regular-8.otf);
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/Montserrat-Light-6.otf);
    font-weight: 300;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', Sans-serif;
    font-size: 14px;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    color: #212121;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
}

a {
    color: #2d374b;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-wrap: break-word;
}

div,
li,
input,
textarea,
section {
    box-sizing: border-box;
}

input,
textarea {
    outline: none;
    border: none;
    resize: none;
}

button {
    border: none;
    padding: 0;
}

/* pc */
.pc-style {
    display: block;
}

/* mobile */
.mobile-style {
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.icon-white {
    color: white;
}
.checkout .content {
    display: none;
}
.payment-method_box .disabled-button {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    pointer-events: none;
    cursor: not-allowed;
}

#googlePayButton.disabled-button,
#applePayButton.disabled-button {
    position: relative;
    z-index: 0;
    background: unset;
    border-radius: 5px;
    overflow: hidden;
}

#googlePayButton.disabled-button::before,
#applePayButton.disabled-button::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 48px;
    background-color: #6464647d;
    top: 0;
    left: 0;
}

#googlePayButton.disabled-button .gpay-card-info-container.black {
    background-color: #646464 !important;
}

#googlePayButton.disabled-button .gpay-card-info-animation-container.black {
    background-color: #646464 !important;
}
.payinsider-card {
    height: 0;
    padding: 0;
    margin: 0 !important;
    visibility: hidden;
}

@media (max-width:1024px) {

    .container {
        width: 90%;
        margin: 0 auto;
    }

    .pc-style {
        display: none;
    }

    .mobile-style {
        display: block;
    }
}

@media (max-width:768px) {

    #googlePayButton.disabled-button::before {
        height: 36px;

    }
}