.withdraw .time_box {
    gap: 40px;
}
.withdraw .time_box .top .title {
	gap: 8px;
	line-height: 1.4;
}
.withdraw .time_box .top .title h3 {
	font-size: 24px;
	line-height: 1;
}
.withdraw .time_box .top .badge {
	font-size: 13px;
	border: 1px solid var(--green);
	border-radius: 50px;
	padding: 6px 10px;
	box-sizing: border-box;
}
.withdraw .time_box .top .badge:before {
	content: '';
	display: inline-block;
	vertical-align: -1px;
	margin-right: 6px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--green);
	animation: opacity 1s linear infinite;
}
.withdraw .time_box .bottom {
    padding: 30px;
    gap: 20px;
    font-size: 20px;
    line-height: 1.2;
    box-sizing: border-box;
}
.withdraw .time_box .bottom .time {
    font-size: 24px;
    font-weight: 700;
}
.withdraw .time_box .bottom p {
    font-size: 18px;
}

.withdraw .status_box {
    gap: 40px;
}
.withdraw .status_box .grid3 {
    gap: 20px 0;
}
.withdraw .status_box .grid3 > div {
    flex: 1;
    gap: 16px;
}
.withdraw .status_box .grid3 > div p {
    font-size: 18px;
    opacity: .8;
}
.withdraw .status_box .grid3 > div h4 {
    font-size: 32px;
}
.withdraw .status_box .bar_box {
    gap: 16px;
}
.withdraw .status_box .bar_box .top {
    font-size: 18px;
}
.withdraw .status_box .bar_box .bar {
    position: relative;
    height: 40px;
    background: rgba(5, 0, 28, 0.45);
    border-radius: 100px;
    overflow: hidden;
}
.withdraw .status_box .bar_box .bar span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    border-radius: 100px;
}
.withdraw .status_box .box > div {
    flex: 1;
    padding: 30px;
    gap: 16px;
    font-size: 20px;
    box-sizing: border-box;
}
.withdraw .status_box .box > div p {
    font-size: 18px;
    opacity: .8;
}


.withdraw .rules_box {
    gap: 30px;
}
.withdraw .rules_box .list .item {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(0, 0, 0, 0.10);
    gap: 20px;
    box-sizing: border-box;
}
.withdraw .rules_box .list .item h4 {
    font-size: 20px;
    line-height: 1.2;
}
.withdraw .rules_box .list .item h4 span {
    display: inline-block;
    transform: rotate(0.06deg);
}
.withdraw .rules_box .list .item .txt strong {
    font-size: 20px;
}
.withdraw .rules_box .list .item .txt p {
    font-size: 18px;
    line-height: 1.2;
    opacity: .8;
}
.withdraw .rules_box .list .item .txt p + strong {
    margin-top: 16px;
}


.withdraw .price_box {
    gap: 30px;
}
.withdraw .price_box .form {
    gap: 30px;
    padding: 30px;
    border-radius: 15px;
    box-sizing: border-box;
}
.withdraw .price_box .form .box > div {
    flex: 1;
    padding: 30px;
    gap: 16px;
    font-size: 20px;
    box-sizing: border-box;
}
.withdraw .price_box .form .box > div p {
    font-size: 18px;
    opacity: .8;
}
.withdraw .price_box .form .input_box > p {
    font-size: 18px;
    opacity: .8;
}
.withdraw .price_box .form .input_box select {
    height: 60px;
    font-size: 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    padding: 0 20px;
}
.withdraw .price_box .form .input_box input[type=text] {
    height: 60px;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    box-sizing: border-box;
}
.withdraw .price_box .form .input_box button {
    min-width: 120px;
    height: 60px;
    font-size: 18px;
    border-radius: 15px;
    padding: 0 20px;
    box-sizing: border-box;
}
.withdraw .price_box .form .input_box .copy_btn:after {
    content: '';
    width: 32px;
    height: 32px;
    background: url("../images/ic_copy.svg")no-repeat 50% 50% / 100%;
}
.withdraw .price_box .form .input_box.state {
    padding: 20px;
    box-sizing: border-box;
}
.withdraw .price_box .form .input_box.state strong {
    font-size: 20px;
}
.withdraw .price_box .form .input_box + .box > div {
    padding: 20px;
}
.withdraw .price_box .form .btn_area button {
    width: 100%;
    height: 72px;
    border-radius: 20px;
    font-size: 20px;
}


.withdraw .list_box {
    gap: 30px;
    padding-bottom: 40px;
}
.withdraw .list_box .tab button {
    flex: 1;
    height: 58px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.15);
    font-size: 18px;
}
.withdraw .list_box .tab button.active {
    background: #05001C;
}
.withdraw .list_box .tab_cont {
    display: none;
    padding: 40px;
    gap: 20px;
    box-sizing: border-box;
}
.withdraw .list_box .tab_cont.open {
    display: flex;
}
.withdraw .list_box .tab_cont .item {
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding: 20px 0;
}
.withdraw .list_box .tab_cont .item:first-child {
    padding-top: 0;
}
.withdraw .list_box .tab_cont .item .info strong {
    font-size: 18px;
}
.withdraw .list_box .tab_cont .item .info p {
    opacity: .8;
}
.withdraw .list_box .tab_cont .item .info h4 {
    font-size: 18px;
}
.withdraw .list_box .tab_cont .item .info h4 span {
    display: block;
    color: var(--white);
    opacity: .8;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 10px;
}
.withdraw .list_box .tab_cont .item .bar {
    position: relative;
    height: 26px;
    background: rgba(5, 0, 28, 0.45);
    border-radius: 100px;
    overflow: hidden;
}
.withdraw .list_box .tab_cont .item .bar span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    border-radius: 100px;
}





@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
    .withdraw .time_box .top .title {
        font-size: 14px;
    }
    .withdraw .time_box .top .title h3 {
        font-size: 20px;
    }
    .withdraw .time_box .bottom {
        padding: 20px;
        font-size: 16px;
        gap: 12px;
    }
    .withdraw .time_box .bottom .time {
        font-size: 20px;
    }
    .withdraw .time_box .bottom p {
        font-size: 14px;
    }

    .withdraw .status_box {
        gap: 30px;
    }
    .withdraw .status_box .grid3 > div p {
        font-size: 14px;
    }
    .withdraw .status_box .grid3 > div h4 {
        font-size: 24px;
    }
    .withdraw .status_box .grid3 > div:last-child {
        flex: none;
        width: 100%;
    } 
    .withdraw .status_box .bar_box .top {
        font-size: 16px;
    }
    .withdraw .status_box .bar_box .bar {
        height: 32px;
    }
    .withdraw .status_box .box > div {
        padding: 20px;
        font-size: 16px;
    }
    .withdraw .status_box .box > div p {
        font-size: 14px;
    }

    .withdraw .rules_box .list .item {
        padding: 20px;
        gap: 14px;
    }
    .withdraw .rules_box .list .item h4 {
        font-size: 18px;
    }
    .withdraw .rules_box .list .item .txt strong {
        font-size: 16px;
    }
    .withdraw .rules_box .list .item .txt p {
        font-size: 14px;
    }

    .withdraw .price_box .form {
        gap: 20px;
        padding: 20px;
    }
    .withdraw .price_box .form .box > div {
        padding: 20px;
        font-size: 18px;
    }
    .withdraw .price_box .form .box > div p {
        font-size: 16px;
    }
    .withdraw .price_box .form .input_box > p {
        font-size: 14px;
    }
    .withdraw .price_box .form .input_box select {
        height: 54px;
        font-size: 16px;
    }
    .withdraw .price_box .form .input_box input[type=text] {
        height: 54px;
        font-size: 16px;
    }
    .withdraw .price_box .form .input_box button {
        min-width: 112px;
        height: 54px;
        font-size: 16px;
    }
    .withdraw .price_box .form .input_box.state strong {
        font-size: 16px;
    }
    .withdraw .price_box .form .btn_area button {
        height: 62px;
        font-size: 16px;
    }

    .withdraw .list_box .tab button {
        height: 48px;
        font-size: 16px;
    }
    .withdraw .list_box .tab_cont {
        padding: 25px;
    }
    .withdraw .list_box .tab_cont .item .info strong {
        font-size: 16px;
    }
    .withdraw .list_box .tab_cont .item .info p {
        font-size: 14px;
    }
    .withdraw .list_box .tab_cont .item .info h4 {
        font-size: 16px;
    }
    .withdraw .list_box .tab_cont .item .info h4 span {
        font-size: 14px;
    }
    .withdraw .list_box .tab_cont .item .bar {
        height: 18px;
    }
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 480px) {
    .withdraw .status_box .box > div {
        flex: none;
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
}
