
:root{
	--project-primary: #141d38;
}

#main_section {
	height: 100%;
	width: 100%;
	background-image: url(/resources/image/bg_img.jpg);
	background-repeat: round;
}

/* .main_frame{ */
/*     width: 1300px; */
/*     margin: 0 auto; */
/*     height: 100%; */
/*     padding-top:140px; */
/*     padding-left:15px; */
/*     padding-right:15px; */
/* } */

#svg {
	stroke-dasharray: 2011; /*�� ���� path�� ���̿� �����մϴ�*/
	stroke-dashoffset: 2011;
	animation: dash 3s 1s linear forwards;
	position: absolute;
	width: 1000px;
	height: 900px;
	top: 34%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn-otp{
	color: #fff;
    background-color: #111d2d;
    border-color: #111d2d;
    padding: 10px 20px;
	margin-right: 10px;
}

.btn-otp:hover{
	color: #fff;
    background-color: #070b11;
    border-color: #030508;
}

.otp-title{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
}

.otp-content{
	font-size: 14px;
    margin-bottom: 20px;
}

.otp-box{
	padding: 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: .3125rem;
    border: 1px solid #cdcdcd;
}

.c-blue{
	color: var(--project-primary);
}

.c-red{
	color: #ff6888!important;
}

#circle {
	width: 150px;
	height: 150px;
}

@keyframes dash { 
	0% {
		stroke-dashoffset: 711;
	}

	100% {
		stroke-dashoffset : 0;
	}
}

p {
	color: black !important;
}

.security_class {
	color: #FF5A5A;
	font-size: 20px;
}

.text_form {
	font-size: 15px;
	font-weight: 600;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 6%;
	margin-bottom: 8%;
}

.board_form ul {
	border: 1px solid #edeeef;
	display: flex;
	background-color: #f9fafc;
}

.board_form ul li {
	height: 320px;
	border: 1px solid #edeeef;
	flex: 1;
	text-align: center;
	padding: 60px 50px 0;
}

.board_form ul li i {
	margin-bottom: 20px;
	color: #444;
}

.board_form ul li h1 {
	margin-bottom: 5px !important;
	font-size: 14px;
	font-weight: 600;
	color: var(--project-primary);
}

.board_form ul li p {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px !important;
}

.board_form ul li span {
	font-size: 12px;
	display: block;
	text-align: justify;
	margin-bottom: 20px;
}

.board_form ul li button {
	border: 0;
	background-color: inherit;
	background-color: var(--project-primary);
	width: 100px;
	height: 35px;
	border-radius: 2px;
	outline: none;
}

.board_form ul li button a {
	font-weight: 400;
	color: #fff;
	display: block;
	line-height: 35px;
}

.board_form {
	position: relative;
}

.board_form .list {
	width: 830px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 999;
	padding: 0 120px;
	bottom: -19px;
}

.board_form .circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #cfcfd9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bolder;
	color: #fff;
}

.board_form .line {
	width: 240px;
	height: 4px;
	background-color: #c2c2cb;
}

.board_form .list0 .first{
	background-color: #cfcfd9;
}


.board_form .list1 .first {
	background-color: var(--project-primary);
}

.board_form .list2 .first, .board_form .list2 .second, .board_form .list2 .line1 {
	background-color: var(--project-primary);
}
/*.board_form list3*/
.board_form .list3 .first, .board_form .list3 .second, .board_form .list3 .third, .board_form .list3 .line1, .board_form .list3 .line2 {
	background-color: var(--project-primary);
}

.table {
	width: 100%;
	text-align: center;
}

.table td {
	font-size: 14px !important;
	padding: 10px 0px !important;
}

.head_tr {
	background: var(--project-primary);
	color: white;
	height: 44px;
}

.head_tr td {
	width: 33.3%;
	border: 1px solid #edeeef;
}

.con_tr {
	height: 65px;
}

.con_tr td {
	vertical-align: middle;
	height: 65px;
	border: 1px solid #edeeef;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.security_title {
	display: flex;
	color: var(--project-primary);
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1.4%;
}

.security_title_line {
	background: var(--project-primary);
	width: 23px;
	height: 4px;
	margin-top: 12px;
	margin-right: 8px;
}

.font_gray {
	color: gray;
}

.accountbg{
	background-image: url(../images/auth-bg.jpg);
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.04);
}

.login_card{
	padding: 0 !important;
}

.bg-brown{
	background: var(--project-primary);
}

.email_chk_img{
	width: 19%;
}

.text_bold{
	font-weight:bold;
}
		
.text_under:active{
	color:#303e67;
}

.text_under:focus{
	color:#303e67;
}

.text_under:visited{
	color:#303e67;
}

.mb_5{
	margin-bottom: 5px !important;
}

.btn_form{
    text-align: center;
	margin-top: 8%;
}

.mail_btn{
	color: white;
	background: var(--project-primary);
	border: transparent;
	border-radius: 4px;
	margin-left: 2%;
	padding: 7px 17px;
}
		    
.mail_btn:hover{
	color: white;
	opacity: .7;
}

.fs-14{
	font-size: 14px;
}

.p-0{
	padding: 0 !important;
}

.buy_frame_warning{
	padding: 0 50px;
    margin-bottom: 20px;
}

.buy_frame_wawrning_text{
	border: 1px solid #3359A8;
    padding: 10px;
    border-radius: 4px;
    background: #FBA743;
    color: #fff;
}

.coin_buy_arrow{
	height: 50px;
    width: 50px;
    margin-top: 25px;
}

.ether_logo{
	width: 50px;
}

.gem_logo{
	height: 50px;
}

.main_wp_btn{
	padding: 15px 30px;
    border-radius: 4px;
    color: #fff !important;
    background-color: #3359A8;
}

.main_wp_btn:hover{
	color: #3359A8 !important;
	background-color: #fff;
}

.mt3{
	margin-top: 3%;
}

.red{
	color: red;
}

.content_btn_left{
	display: flex;
    float: left;
    line-height: 42px;
}

.coin_form{
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 10px 0 0;
}

.coin_form_body{
	border-top: 1px solid #eaeaea;
}

.coin_amount{
	border: none;
    width: 80%;
    border-radius: 0;
    height: 30px;
}

.coin_amount_symbol{
	text-align: center;
}

.coin_form_head{
	padding-bottom: 10px;
}

.coin_amount_box1{
	background: #e8e8e8;
    padding: 6px 18.9px;
}

.coin_amount_box2{
	background: #e8e8e8;
    padding: 6px 16px;
}

.coin_div02_form03{
	width: 100%;
}

.coin_div02_form03_text{
	width: 100%;
	padding: 10px 0;
	display: flex;
}

.coin_div02_form03_text .first_btn {
    margin-left: 0;
}

.coin_div02_text03_btn{
	padding: 7px;
    border: 1px solid;
    border: 1px solid #dfe0e5;
    width: 100%;
    color: black;
    font-size: 12px;
    text-align: center;
    margin-left: 6px;
    border-radius: 2px;
}

.coin_div02_form03_text .selected {
    color: white;
    background: #024dec;
    font-weight: bold;
}

.coin_div02_text03_btn:hover, .coin_div02_text03_btn:active {
    color: white;
    background: #024dec;
    font-weight: bold;
}

.coin2_div02_text03_btn{
	padding: 7px;
    border: 1px solid;
    border: 1px solid #dfe0e5;
    width: 100%;
    color: black;
    font-size: 12px;
    text-align: center;
    margin-left: 6px;
    border-radius: 2px;
}

.coin2_div02_form03_text .selected {
    color: white;
    background: #024dec;
    font-weight: bold;
}

.coin2_div02_text03_btn:hover, .coin2_div02_text03_btn:active {
    color: white;
    background: #024dec;
    font-weight: bold;
}

.token_01_amount{
	width: 16.66666666666667%;
	padding: 10px 0;
    font-size: 14px;
}

.token_03_amount{
	width: 16.66666666666667%;
	padding: 10px 0;
    font-size: 14px;
}

.eth_price{
	width: 16.66666666666667%;
	padding: 10px 0;
    font-size: 14px;
}

.gem_one_price{
	width: 16.66666666666667%;
	padding: 10px 0;
    font-size: 14px;
}

.gem_buy_price{
	width: 16.66666666666667%;
	padding: 10px 0;
    font-size: 14px;
}

.insert_date{
	width: 16.66666666666667%;
	padding: 10px 0;
    font-size: 14px;
}

.up_token_01_amount{
	width: 16.66666666666667%;
	padding: 15px 0;
    border-bottom: 1px solid #3359A8;
    color: #3359A8;
    font-size: 13px;
}

.up_token_03_amount{
	width: 16.66666666666667%;
	padding: 15px 0;
    border-bottom: 1px solid #3359A8;
    color: #3359A8;
    font-size: 13px;
}

.up_eth_price{
	width: 16.66666666666667%;
	padding: 15px 0;
    border-bottom: 1px solid #3359A8;
    color: #3359A8;
    font-size: 13px;
}

.up_gem_one_price{
	width: 16.66666666666667%;
	padding: 15px 0;
    border-bottom: 1px solid #3359A8;
    color: #3359A8;
    font-size: 13px;
}

.up_gem_buy_price{
	width: 16.66666666666667%;
	padding: 15px 0;
    border-bottom: 1px solid #3359A8;
    color: #3359A8;
    font-size: 13px;
}

.up_insert_date{
	width: 16.66666666666667%;
	padding: 15px 0;
    border-bottom: 1px solid #3359A8;
    color: #3359A8;
    font-size: 13px;
}

.coin_buy_list .main_title_form{
	border-bottom: 1px solid #3359A8;
}

.referral_box{
	padding: 10px 10px 10px 10px;
    border: 1px solid #eaeaea;
    background: #eaeaea;
    border-radius: 4px 0px 0px 4px;
    width: 80%;
    flex: 0 0 80%;
}

.referral_copy{
	width: 20%;
	flex: 0 0 20%;
	background: #f9fafc;
    border: 1px solid #dfe0e5;
    text-align: center;
	padding: 11px 10px;
    border-radius: 0px 4px 4px 0px;
}

.referral_copy a{
	color: black;
	font-weight: bold;
	padding: 10px 20px;
}

.referral_input{
	background: transparent;
	border: none;
}

.referral_input:focus{
	outline: none;
	border: none;
}

.referral_input:active{
	outline: none;
	border: none;
}

.referral_input:hover{
	outline: none;
	border: none;
}

.referral_input:visited{
	outline: none;
	border: none;
}

.flex{
	display: flex;
}

.mb5{
	margin-bottom: 5% !important;
}

.referral_input02{
	border-radius: 6px;
    border: 1px solid #dfe0e5;
    width: 100%;
    padding: 10px 15px;
    line-height: 21px;
    font-size: 13px;
    color: #305082;
	background-color: transparent;
}

.done{
	background: #eaeaea;
}

.referral-top-box{
	border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 20px 20px;
    width: 48% !important;
    margin: 0 1% !important;
}

.referral-top-box div:first-child{
	font-size: 16px;
}

.referral-top-box div:nth-child(2){
	font-size: 15px;
}

.referral_list .text{
	font-size: 16px;
	margin-bottom: 10px;
}




















