/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');

body {
    min-height: 100vh;
    max-width: 100vw;
    overflow-x: hidden;
    /* min-height: 100vh; */
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

button, input[type=submit] {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

button:hover, input[type=submit]:hover {
    opacity: 0.7;
}

* {
    font-family: 'Poppins', "Hiragino Sans CNS", "Hiragino Sans", "Meiryo", sans-serif;
}

h1::before, h2::before, h3::before, h4::before, p::before, a::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
}

h1::after, h2::after, h3::after, h4::after, p::after, a::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
}

@font-face {
    font-family: "SF UI Display";
    src: url("../font/sf-ui-display-medium.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "SF UI Display";
    src: url("../font/sf-ui-display-bold.otf") format("opentype");
    font-weight: 700;
}

/* Box sizing rules */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
    list-style: none;
}

/* Remove default margin */
html {
    margin: 0px !important;
    width: 100vw;
    overflow-X: hidden;
    scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

/* Remove list styles on ul, ol elements with a class attribute */

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
    border: none;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
.l-header {
    height: 60px;
    width: 100vw;
    display: block;
    background: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.l-main, .l-main__login, .l-main__login--gray {
    background: linear-gradient(90deg, #29d3dd, #648EE8, #003dab);
    background-size: 120% 120%;
    animation: gradient-animation 6s ease infinite;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.l-main__login, .l-main__login--gray {
    min-height: 100vh;
    padding: 90px 0;
}

.l-main__login--gray {
    background: #F2F2F3;
}

.l-main__normal, .l-main__normal--white, .l-main__normal--gray {
    background: linear-gradient(0deg, #0b3255, #011029);
    background-size: 120% 120%;
    animation: gradient-animation 6s ease infinite;
    padding: 0 0 60px;
}

.l-main__normal--gray {
    background-image: none;
    background: #F2F2F3;
}

.l-main__normal--white {
    background-image: none;
    background: white;
}

.l-section__dashboard {
    padding: 18px 0 0;
}

.l-section__detail {
    padding: 0px;
}

.l-section__history {
    background: #F2F2F3;
    min-height: calc(100vh - 509px);
}

.c-button, .c-button__mid, .c-button__mid--disabled, .c-button__mid--red, .c-button__mid--red--big, .c-button__mid--red--min, .c-button__mid--submit, .c-button__mid--submit--big, .c-button__mid--submit--min, .c-button__submit, .c-button__submit--border, .c-button__submit--border--bold, .c-button__submit--bottom, .c-button__copy {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: none;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    color: white;
    font-size: 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
}

.c-button__header, .c-button__header--close {
    width: 65px;
    height: 65px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: none;
    background: none;
    cursor: pointer;
}

.c-button__header--close {
    position: fixed;
    top: 0px;
    right: 0px;
}

.c-button__header__line, .c-button__header__line--close {
    width: 29px;
    height: 3px;
    background: #3965E5;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-button__header__line:nth-child(1), .c-button__header__line--close:nth-child(1) {
    margin-top: -7.5px;
}

.c-button__header__line:nth-child(3), .c-button__header__line--close:nth-child(3) {
    margin-top: 7.5px;
}

.c-button__header__line--close {
    background: white;
}

.c-button__header__line--close:nth-child(2) {
    display: none;
}

.c-button__header__line--close:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    top: 42%;
    left: 46%;
}

.c-button__header__line--close:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    top: 52%;
    left: 43%;
    margin-top: 7px;
}

.c-button__copy {
    height: 42px;
    border-radius: 5px;
    color: white !important;
}

.c-button__copy, .c-button__submit, .c-button__submit--border, .c-button__submit--border--bold, .c-button__submit--bottom {
    background: #3965E5;
}

.c-button__submit--bottom {
    position: fixed;
    bottom: 0px;
    width: 100vw;
    left: 0px;
    border-radius: 0;
}

.c-button__submit--border, .c-button__submit--border--bold {
    background: none;
    border: 1px solid #3965E5;
    color: #3965E5;
}

.c-button__submit--border--bold {
    font-weight: 700;
    font-size: 18px;
}

.c-button__mid, .c-button__mid--disabled, .c-button__mid--red, .c-button__mid--red--big, .c-button__mid--red--min, .c-button__mid--submit, .c-button__mid--submit--big, .c-button__mid--submit--min {
    height: 58px;
    font-size: 16px;
}

.c-button__mid--submit, .c-button__mid--submit--big, .c-button__mid--submit--min {
    background: #3965E5;
}

.c-button__mid--submit--big {
    height: 60px;
    font-weight: 700;
}

.c-button__mid--red, .c-button__mid--red--big, .c-button__mid--red--min {
    background: none;
    color: #e74653;
    border: 2px solid #e74653;
}

.c-button__mid--red--big {
    height: 60px;
    font-weight: 700;
}

.c-button__mid--disabled {
    background: none;
    border: 2px solid #232629;
    color: #232629;
    opacity: 0.1;
    -webkit-transition: none;
    transition: none;
    cursor: unset;
}

.c-button__mid--disabled:hover {
    opacity: 0.1;
}

.c-button__under {
    font-size: 18px;
    color: #020b17;
    opacity: 0.5;
    font-weight: 700;
    padding-bottom: 18px;
}

.c-button__under--active {
    opacity: 1;
    padding-bottom: 15px;
    color: #3965E5;
    border-bottom: 4px solid #3965E5;
}

.c-form__input {
    display: grid;
    gap: 10px;
}

.c-form__input__check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 9px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.c-form__input--button {
    display: grid;
    grid-template-columns: calc(100% - 104px) 92px;
    gap: 12px;
}

.c-input, .c-input__select, .c-input__select--circle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 45px;
    position: relative;
    border: 1px solid #d9d9d9 !important;
    background: #fafafa;
    border-radius: 5px;
    color: #020b17 !important;
    font-size: 15px;
    font-weight: 700;
    padding: 0 15px;
}

.c-input:-webkit-autofill, .c-input__select:-webkit-autofill, .c-input__select--circle:-webkit-autofill {
    background-color: #f2f2f3 !important;
}

.c-input:focus, .c-input__select:focus, .c-input__select--circle:focus {
    outline: 1px solid #3965E5;
    border: none;
}

.c-input__date, .c-input__date--day, .c-input__date--month, .c-input__date--year {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    color: #020b17 !important;
    font-size: 15px;
    font-weight: 700;
    left: 0;
    top: 0px;
    text-align: center;
}

.c-input__date option, .c-input__date--day option, .c-input__date--month option, .c-input__date--year option {
    background: #1A3041;
    width: 100px;
}

.c-input__date:focus, .c-input__date--day:focus, .c-input__date--month:focus, .c-input__date--year:focus {
    outline: none;
    border: none;
}

.c-input__date__wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.c-input__select, .c-input__select--circle {
    background-image: url(../img/icon/chevron-down-solid.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.c-input__select--circle {
    background-color: #ffffff01 !important;
    background-image: url(../img/icon/icon_pulldown_white.svg);
    border: 1px solid white;
    height: 45px;
    border-radius: 27.5px;
    color: white !important;
    padding: 0 18px;
}

.c-input__check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid white;
    border-radius: 5px;
    background: #f2f2f3;
    background-image: url(../img/icon/icon_check.svg);
    background-size: 0px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.c-input__check:checked {
    background: #3965E5;
    background-image: url(../img/icon/icon_check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.c-input--error {
    border: 2px solid #E74653;
}

.c-media, .c-media__logo--header, .c-media__logo {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-media__logo {
    width: 300px;
    height: 108px;
    margin: 0 auto;
}

.c-media__logo--header {
    width: 179px;
    height: 26px;
}

.c-media__green-check {
    width: 40px;
    height: 30px;
    display: block;
    background-image: url(../img/icon/icon_bigcheck.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.c-media__mt4 {
    width: 64px;
    height: 64px;
    background-image: url(../img/icon/icon_mt4.png);
}

.c-media__mt4, .c-media__up, .c-media__down {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-media__up, .c-media__down {
    width: 22px;
    height: 22px;
    background-image: url(../img/icon/icon_up.svg);
}

.c-media__down {
    background-image: url(../img/icon/icon_down.svg);
}

.c-media__plus {
    width: 150px;
    height: 150px;
    margin-top: 4rem;
    background-image: url(../img/icon/icon_plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-media__left {
    background-image: url(../img/icon/arrow_left.svg);
    left: -84px;
}

.c-media__left, .c-media__right {
    width: 56px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
}

.c-media__right {
    background-image: url(../img/icon/arrow_right.svg);
    right: -84px;
}

.c-media__payment, .c-media__payment--eth, .c-media__payment--credit, .c-media__payment--bitcoin, .c-media__payment--bank {
    width: 100%;
    height: 108px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-media__payment--bank {
    background-image: url(../img/common/bank.png);
}

.c-media__payment--bitcoin {
    background-image: url(../img/common/bitcoin.png);
}

.c-media__payment--credit {
    background-image: url(../img/common/credit.png);
}

.c-media__payment--eth {
    background-image: url(../img/common/ethereum.png);
}

.c-media__bitcoin-qr {
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.c-media__arrow {
    width: 13px;
    height: 8px;
    background-image: url(../img/icon/icon_pulldown.svg);
    margin: 2px 0 0px 9px;
}

.c-media__arrow, .c-media__drop {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-media__drop {
    width: 27px;
    height: 36px;
    background-image: url(../img/icon/icon_upload.svg);
    margin: 0 auto;
}

.p-flex, .p-flex--center {
    display: -webkit-box;
    display: flex;
}

.p-flex--center {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.p-flex__min {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 9px;
}

.p-flex__account__head, .p-flex__account__button--history, .p-flex__account__button {
    display: -webkit-box;
    display: flex;
    gap: 14px;
}

.p-flex__account__head__info {
    display: grid;
    gap: 0px;
}

.p-flex__account__button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 24px 0 27px;
}

.p-flex__account__button--history {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 24px 0 27px;
}

.p-grid__dots {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #fff;
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #232629;
  opacity: 0.1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #232629;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #232629;
}

.has-error .c-input__select, .has-error .c-input {
    border: 2px solid #E74653 !important;
}
.p-grid__dots--active {
    opacity: 1;
}

.p-grid__dots__list {
    display: -webkit-box;
    display: flex;
    gap: 12px;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.p-grid__min {
    display: grid;
    gap: 12px;
}

.p-grid__15 {
    display: grid;
    gap: 15px;
}

.p-grid__minmid {
    display: grid;
    gap: 18px;
}
.text-black {
    color: black;
}
.p-grid__big {
    display: grid;
    gap: 60px;
    margin-top: 30px;
}

.p-grid__mid, .p-grid__mid--inputs {
    display: grid;
    gap: 24px;
}

.p-grid__mid--term {
    display: grid;
    gap: 18px;
}

.p-grid__form__login {
    margin: 45px auto 0;
    display: grid;
    gap: 45px;
}

.p-grid__form__payment {
    margin: 30px auto 0;
    max-width: 450px;
    width: calc(100% - 36px);
}

.p-grid__form__payment, .p-grid__inputs__login {
    display: grid;
    gap: 30px;
}

.p-grid__gap__min {
    gap: 10px;
}

.p-grid__history__head, .p-grid__history__body {
    display: grid;
    grid-template-columns: auto 190px 190px;
    gap: 30px;
    border-bottom: 1px solid rgba(35, 38, 41, 0.1);
    padding: 15px 0;
}

.p-grid__history__body__left {
    display: grid;
    grid-template-columns: 22px 140px auto;
    gap: 4px 12px;
}

.p-grid__repeat-4, .p-grid__repeat-3 {
    max-width: 898px;
    width: calc(100% - 36px);
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.p-grid__repeat-3 {
    max-width: 671px;
    grid-template-columns: repeat(3, 1fr);
}

.p-grid__repeat-drop {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
}

.p-grid__drop {
    display: grid;
    gap: 15px;
}

.p-grid__drop__inner {
    display: grid;
    gap: 20px;
    margin-top: 42px;
}

.p-wrap__drop {
    width: 100%;
    height: 180px;
    background: #F2F2F3;
    border-radius: 5px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    overflow: hidden;
    position: relative;
}

.p-wrap__drop:hover {
    opacity: 0.7;
}

.p-wrap__drop__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-wrap__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0 0 0 17.5px;
}

.p-wrap__header, .p-wrap__header__menu {
    -webkit-box-align: center;
    align-items: center;
}

.p-wrap__header__menu {
    display: grid;
    gap: 30px;
    grid-auto-flow: column;
    margin-right: 32px;
}

.p-wrap__header__button {
    position: relative;
}

.p-wrap__header__button__menu {
    position: absolute;
    top: 72px;
    right: 12px;
    width: 262px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 30px;
    opacity: 0;
    margin-top: 5px;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: grid;
    z-index: 10;
    gap: 30px;
}

.p-wrap__header__button__menu--active {
    opacity: 1;
    margin-top: 0px;
    pointer-events: unset;
}

.p-wrap__opacity, .p-wrap__opacity__login {
    width: 80%;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
}

.p-wrap__opacity__login {
    max-width: 500px;
    padding: 60px 50px;
}

.p-wrap__opacity__register {
    margin: 0 auto;
    max-width: 1010px;
    padding: 40px;
    background: white;
    border-radius: 10px;
}

.logo-header {
    display: flex;
    justify-content: space-between;
}

.logo-header img {
    width: 473px;
    height: auto;
}
.text-header {
    font-size: 18px;
    font-weight: bold;
}
.sub-menu {
    display: flex;
    padding-top: 17px;
    padding-right: 17px;
}
.p-wrap__opacity__register .logo-header p:first-child {
    margin-right: 30px;
}

.d-md-flex {
    display: flex;
    width: 100%;
}

.d-flex {
    display: flex;
    justify-content: space-between;
}

.d-flex .c-input {
    width: 30%;
}

.d-flex .c-input__select--style {
    width: 30%;
}

.d-md-flex .c-form__input:first-child {
    margin-right: 15px;
    width: 100%;
}

.d-md-flex .c-form__input:last-child {
    margin-left: 15px;
    width: 100%;
}

.w-md-50 {
    width: 50%;
}

.pr-15 {
    padding-right: 15px;
}

.mb-57 {
    margin-bottom: 57px;
}

.mb-27 {
    margin-bottom: 27px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-7 {
    margin-bottom: 7px;
}

.sub-content {
    margin-top: 23px;
}

.btn-form {
    display: flex;
    justify-content: end;
}
.btn-form input{
    margin-top: 40px;
    width: 268px;
    height: 60px;
    background: #79B837;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

div.hr {
    background: #C7C7C7;
    height: 1px;
}

.p-wrap__login {
    margin-top: 30px;
}

.p-wrap__step {
    display: grid;
    gap: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 23px auto 0;
}

.p-wrap__open-info {
    display: grid;
    margin: 45px auto 0;
    gap: 45px;
}

.p-wrap__bread {
    padding: 15px 30px;
    opacity: 0.5;
}

.p-wrap__bread, .p-wrap__bread__style {
    display: -webkit-box;
    display: flex;
}

.p-wrap__bread__style {
    -webkit-box-align: center;
    align-items: center;
}

.p-wrap__bread__style::after {
    content: "/";
    display: block;
    font-size: 12px;
    color: #020b17;
    padding: 6px;
}

.p-wrap__bread__style:nth-last-child(1)::after {
    display: none;
}

.p-wrap__account {
    width: 465px;
    height: 450px;
    border-radius: 10px;
    background: white;
    padding: 40px 40px 0px;
    scroll-snap-align: start;
}

.p-wrap__account:nth-last-child(1) {
    scroll-snap-align: end;
}

.p-wrap__account__list {
    padding: 60px 0 60px !important;
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 24px;
    max-width: 1980px;
    width: 100%;
    margin: 0 auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.p-wrap__account__list::-webkit-scrollbar {
    display: none;
}

.p-wrap__account__list__wrap {
    position: relative;
    max-width: 1452px;
    width: calc(100% - 228px);
    margin: 0 auto;
}

.p-wrap__account__payout {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(2, 11, 23, 0.1);
}

.p-wrap__account__payout__list {
    height: 124px;
}

.p-wrap__account__payout__list--none {
    -webkit-box-align: center;
    align-items: center;
}

.p-wrap__account__payout__list--none, .p-wrap__account__show {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.p-wrap__account__show {
    padding: 30px 0;
}

.p-wrap__account__new {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    gap: 18px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 0px;
}

.p-wrap__detail {
    width: calc(100% - 36px);
    max-width: 900px;
    margin: 0 auto;
}

.p-wrap__detail--top {
    margin: 30px auto 60px;
}

.p-wrap__detail__head {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
}

.p-wrap__detail__history__button {
    width: calc(100% - 36px);
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 30px;
}

.p-wrap__detail__pipe {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 0;
}

.p-wrap__detail__pipe--opacity {
    opacity: 0.5;
}

.p-wrap__detail__pipe__style, .p-wrap__detail__pipe__style--opacity {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.p-wrap__detail__pipe__style::after, .p-wrap__detail__pipe__style--opacity::after {
    content: "";
    background: #020b17;
    width: 2px;
    height: 21px;
    opacity: 0.5;
    margin: 0 15px;
}

.p-wrap__detail__pipe__style--opacity::after {
    background: #020b17;
}

.p-wrap__detail__pipe__style:nth-last-child(1)::after, .p-wrap__detail__pipe__style--opacity:nth-last-child(1)::after {
    display: none;
}

.p-wrap__history {
    width: calc(100% - 36px);
    max-width: 900px;
    margin: 0 auto 0;
    background: #F2F2F3;
    padding: 15px 0 30px;
}

.p-wrap__history--none {
    padding-top: 148px;
}

.p-wrap__payment__content {
    display: block;
    width: 100%;
    height: 108px;
    border-radius: 15px;
    background: white;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
}

.p-wrap__payment__content::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 4px solid #3965E5;
    opacity: 0;
    border-radius: 15px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.p-wrap__payment__content:hover::after, .p-wrap__payment__content--active::after {
    opacity: 1;
}

.p-wrap__payment__form, .p-wrap__block, .p-wrap__payment__form--none {
    width: calc(100% - 36px);
    max-width: 898px;
    padding: 30px 0 60px;
    background: white;
    border-radius: 15px;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    display: none;
}

.p-wrap__payment__form--none {
    background: none;
    padding: 0px;
    margin-top: 60px;
    max-width: 900px;
}

.p-wrap__payment__form--active {
    display: block;
    pointer-events: unset;
    -webkit-animation: fadein 0.5s both;
    animation: fadein 0.5s both;
}

.p-wrap__block {
    opacity: 1;
    display: block;
    pointer-events: unset;
    margin-top: 0px;
    padding: 60px 0;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.u-align__self-center {
    align-self: center;
}

.u-height__min-input {
    color: white;
}

.u-margin__center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.u-margin__history__button {
    margin: 30px auto 0;
    width: 162px;
    background: white;
    border: none;
}

.u-margin__nop {
    padding: 0px;
}

.u-opacity__inactive {
    opacity: 0.5;
}

.u-text, .u-text__white, .u-text__bold__mid, .u-text__bold__mid--opacity, .u-text__bold, .u-text__bold--label, .u-text__title, .u-text__title__mid, .u-text__title__big, .u-text__pay, .u-text--sp-12 {
    color: #020b17;
    font-size: 14px;
    font-weight: 300;
}

.u-text__min {
    color: #f3f3f3;
    font-size: 15px;
    font-weight: 300;
}

.u-text--comp {
    line-height: 30px;
}

.u-text__drop-in {
    font-size: 13px;
    font-weight: 600;
    color: #020b17;
}

.u-text__pay {
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}

.u-text__title, .u-text__title__mid, .u-text__title__big {
    font-size: 24px;
    font-weight: 700;
}

.u-text__title__big {
    font-size: 48px;
}

.u-text__title__mid {
    font-size: 36px;
}

.u-text__mid, .u-text__mid__bold, .u-text__mid__bold--accent, .u-text__mid__med {
    font-size: 18px;
}

.u-text__mid__med {
    color: #020b17;
    font-weight: 400;
}

.u-text__mid__bold, .u-text__mid__bold--accent {
    font-weight: 700;
}

.u-text__mid__bold--accent {
    color: #3965E5;
}

.u-text__min {
    font-size: 12px;
    display: block;
}

.u-text__bold, .u-text__bold--label {
    font-weight: 600;
}

.u-text__bold--black, .u-text__bold--history-grid {
    color: #020b17;
    font-size: 15px;
    font-weight: 700;
}

.u-text__bold__mid, .u-text__bold__mid--opacity {
    font-size: 15px;
    font-weight: 400;
}

.u-text__bold__mid--opacity {
    opacity: 0.5;
}

.u-text__black {
    font-size: 15px;
    font-weight: 700;
    color: #020b17;
}

.u-text__black__med {
    font-size: 15px;
    font-weight: 400;
    color: #020b17;
}

.u-text__history, .u-text__history--red, .u-text__history--confirm {
    font-size: 15px;
    font-weight: 400;
    color: #4DAE7E;
}

.u-text__history--confirm {
    color: #ff9b27;
}

.u-text__history--red {
    color: #e74653;
}

.u-text--center {
    text-align: center;
}

.u-text--bold {
    font-weight: 700;
}

.u-text--accent {
    color: #3965E5;
}

.u-text--opacity {
    opacity: 0.5;
}

.u-text--noline::after, .u-text--noline::before {
    display: none;
}

.u-text--arrow {
    display: -webkit-box;
    display: flex;
}

.u-text__white {
    color: white;
}

.u-text--error {
    font-size: 13px;
    font-weight: 600;
    color: #E74653;
    margin-top: -3px;
}

.u-width__mpayf, .u-width__mprof {
    max-width: 600px;
}

.u-width__mprof {
    margin: 0 auto;
}
.d-md-block {
    display: block;
}
.d-md-none { display: none }
.fs-13 { font-size: 13px}
@media (max-width: 768px) {
    .sub-content {
        margin-top: 27px;
    }
    .mb-57 {margin-bottom: 42px}
    .mb-27 {margin-bottom: 21px}

    .d-md-flex {
        display: block;
    }
    .d-none {
        display: none;
    }
    .d-block {
        display: block;
    }
    .c-form__input.pr-15 {
        padding-right: unset;
    }
    .d-md-flex .c-form__input:first-child {
        margin-right: unset;
        width: 100%;
    }

    .d-md-flex .c-form__input:last-child {
        margin-left: unset;
        width: 100%;
    }
    .text-center {
        text-align: center;
    }
    .w-md-50 {
        width: 100%;
    }
    .p-wrap__opacity__register {
        padding: 18px;
    }
    .pc {
        display: none !important;
    }
    .btn-form input {
        height: 54px;
        width: 100%;
        margin-top: 52px;
        margin-bottom: 45px;
    }
    .l-main, .l-main__login, .l-main__login--gray {
        background: linear-gradient(90deg, #29d3dd, #648EE8, #003dab);
        background-size: 120% 120%;
        animation: gradient-animation 6s ease infinite;
        padding: 20px 0;
    }

    .l-main__login--gray {
        background: #F2F2F3;
    }
    .sub-menu {
        display: none;
    }

    .form-register {
        padding: 18px;
    }
    .logo-header {
        margin-top: 26px;
        display: block;
    }
    .logo-header img {
        width: 100%;
        height: auto;
    }
    .l-main__normal, .l-main__normal--white, .l-main__normal--gray {
        background: linear-gradient(0deg, #0b3255, #011029);
        background-size: 120% 120%;
        animation: gradient-animation 6s ease infinite;
    }

    .l-main__normal--gray {
        background: #F2F2F3;
    }

    .l-main__normal--white {
        background: white;
    }

    .l-section__history {
        min-height: calc(100vh - 403px);
    }

    .c-button__submit, .c-button__submit--border, .c-button__submit--border--bold, .c-button__submit--bottom {
        height: 45px;
    }

    .c-button__mid--submit--min {
        height: 39px;
        font-size: 15px;
    }

    .c-button__mid--submit--big {
        height: 45px;
        font-size: 15px;
    }

    .c-button__mid--red--min {
        height: 39px;
        font-size: 15px;
    }

    .c-button__mid--red--big {
        height: 45px;
        font-size: 15px;
    }

    .c-button__mid--disabled {
        height: 39px;
        font-size: 15px;
    }

    .c-button__under {
        font-size: 15px;
        padding-bottom: 15px;
    }

    .c-button__under--active {
        padding-bottom: 13px;
    }

    .c-form__input {
        gap: 12px;
    }

    .c-input, .c-input__select, .c-input__select--circle {
        height: 45px;
    }

    .c-media__logo {
        max-width: 220px;
        width: 100%;
        height: auto;
    }

    .c-media__green-check {
        width: 32px;
        height: 24px;
    }

    .c-media__up, .c-media__down {
        width: 12px;
        height: 12px;
    }

    .c-media__payment, .c-media__payment--eth, .c-media__payment--credit, .c-media__payment--bitcoin, .c-media__payment--bank {
        width: 164px;
        height: 84px;
    }

    .p-flex--center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }

    .p-flex__account__head, .p-flex__account__button--history, .p-flex__account__button {
        -webkit-box-align: center;
        align-items: center;
    }

    .p-flex__account__head__info {
        gap: 4px;
    }

    .p-flex__account__button {
        margin: 18px 0;
        gap: 9px;
    }

    .p-flex__account__button--history {
        margin: 15px 0 0px;
        gap: 11px;
    }

    .p-grid__mid--inputs {
        gap: 18px;
    }

    .p-grid__form__login {
        gap: 45px;
    }

    .p-grid__history__head, .p-grid__history__body {
        padding: 12px 0;
        grid-template-columns: 140px 90px 55px;
        gap: 17px;
    }

    .p-grid__history__body__left {
        gap: 4px 6px;
        grid-template-columns: 12px 105px;
    }

    .p-grid__repeat-4, .p-grid__repeat-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 11px;
        margin: 18px auto 24px;
    }

    .p-grid__repeat-drop {
        grid-template-columns: 100%;
        gap: 30px;
    }

    .p-grid__drop {
        gap: 12px;
    }

    .p-wrap__header__button__menu {
        width: 100%;
        max-width: unset;
        border-radius: 0px;
        right: -100%;
        padding: 64px 30px 30px;
        top: 0px;
        margin-top: 0px;
        height: 100vh;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }

    .p-wrap__header__button__menu--active {
        right: 0%;
    }

    .p-wrap__opacity__login {
        padding: 20px 15px 45px;
        width: 90%;
    }

    .p-wrap__opacity--payout {
        padding: 45px 18px;
    }

    .p-wrap__open-info {
        margin: 30px auto 0;
        gap: 30px;
    }

    .p-wrap__bread {
        padding: 15px 18px;
        opacity: 0.5;
    }

    .p-wrap__account {
        width: calc(100vw - 36px);
        margin: 0 18px;
        padding: 18px 18px 0;
        height: 345px;
    }

    .p-wrap__account__list {
        gap: 0px;
        scroll-padding: 18px;
    }

    .p-wrap__account__list__wrap {
        width: 100%;
    }

    .p-wrap__account__payout__list {
        height: 104px;
    }

    .p-wrap__account__show {
        padding: 18px 0;
    }

    .p-wrap__detail--top {
        margin: 15px auto 43px;
    }

    .p-wrap__detail__head {
        gap: 8px;
        margin-bottom: 20px;
    }

    .p-wrap__detail__history__button {
        gap: 24px;
    }

    .p-wrap__detail__pipe__style::after, .p-wrap__detail__pipe__style--opacity::after {
        margin: 0 12px;
        height: 18px;
    }

    .p-wrap__history {
        padding: 18px 0 30px;
    }

    .p-wrap__history--none {
        padding-top: 91px;
    }

    .p-wrap__payment__content {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        height: 84px;
    }

    .p-wrap__payment__form, .p-wrap__block, .p-wrap__payment__form--none {
        padding: 30px 0 45px;
    }

    .p-wrap__payment__form--none {
        padding: 0px;
        margin-top: 30px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .p-wrap__block {
        margin-top: 10px;
        padding: 30px 0 45px;
    }

    .u-grid__hi {
        grid-column: 2/3;
    }

    .u-grid__hicon {
        grid-row: 1/3;
    }

    .u-grid__sp-gap18 {
        gap: 18px;
    }

    .u-height__min-input {
        height: 30px;
        color: white;
    }

    .u-margin__history__button {
        max-width: 165px;
        height: 45px;
        font-size: 15px;
    }

    .u-margin__spt27 {
        margin-top: 27px;
    }

    .u-text, .u-text__white, .u-text__bold__mid, .u-text__bold__mid--opacity, .u-text__bold, .u-text__bold--label, .u-text__min, .u-text__title, .u-text__title__mid, .u-text__title__big, .u-text__pay, .u-text--sp-12 {
        font-size: 12px;
    }

    .u-text--comp {
        font-size: 15px;
        line-height: 24px;
    }

    .u-text--sp-12 {
        font-size: 12px;
    }

    .u-text__title, .u-text__title__mid, .u-text__title__big {
        font-size: 20px;
    }

    .u-text__title__big {
        font-size: 27px;
    }

    .u-text__title__mid {
        font-size: 24px;
    }

    .u-text__mid__med {
        font-size: 15px;
    }

    .u-text__bold--label {
        font-size: 13px;
    }

    .u-text__bold--history-grid {
        font-size: 12px;
    }

    .u-text__bold__mid, .u-text__bold__mid--opacity {
        font-size: 12px;
    }

    .u-text__black__med {
        font-size: 12px;
    }

    .u-text__history, .u-text__history--red, .u-text__history--confirm {
        font-size: 12px;
    }

    .u-text--sp--24 {
        font-size: 20px;
    }

    .u-text--center--sp {
        text-align: center;
    }

    .u-text--error {
        margin-top: 0px;
    }
}

@media (min-width: 769px) {
    .sp {
        display: none !important;
    }

    .p-grid__dots {
        opacity: 0;
    }

    .u-margin__pct30 {
        margin-top: 30px;
    }

    .u-text--center--pc {
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/*# sourceMappingURL=style.css.map*/