@charset "UTF-8";


/*************************************************
*					LAYOUT						*
*************************************************/

.wrap{width:100%;margin:0;padding:0;position:relative;}
.header_wrap{
	background-color: #fff;
	width:100%;
	height:50px;
	margin:0 auto;
	padding:0;
	position:fixed;
	top:0;
	display:block;
	z-index:200;
}
.tcontainer{
	width:100%;
	margin:0;
	padding:20px 0 0;
	position:relative;}
.rcontainer{
	width:100%;
	margin:0;
	padding:60px 0 0;
	position:relative;}
.mcontainer{
	width:100%;
	margin:0 auto;
	padding:40px 0 0;
	position:relative;}
.wcontainer{width:100%;margin:0;padding:50px 0 0;position:relative;}
.ncontainer{width:100%;margin:0;padding:40px 0 0;position:relative;}
.scontainer{width:100%;margin:0;padding:0;position:relative;}
.bcontainer{margin:0;padding:10px;position:relative;}
.npcontainer{width:100%;margin:0;padding:80px 0 0;position:relative;}
.npcontainer_1{
	width:100%;
	margin:0;
	padding:50px 0 0;
	position:relative;
}
.nxcontainer{width:100%;margin:0 0 0 4%;padding:80px 0 0;position:relative;}
.dcontainer{width:100%;margin:0 0 0 2%;padding:80px 0 0;position:relative;}
.footer{width:100%;margin:0;padding:0;position:fixed;bottom:0;z-index:1000;}



/************************************************
*		HEADER									*
************************************************/

.header{
	width:100%;
	height:50px;
	background-color:rgb(73, 73, 73);
	display: flex;
	justify-content: space-around;
	position:relative;
}
.header .header_title{
	text-align: center;
	color:#fff;
	width: 100%;
	padding:10px 0;
	font-size: 20px;
}

.header_icon {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	padding:10px 10px 0;
	width:100%;
}

.header_icon li{
	margin-left:8px;
}


.nsearch{
	width: 20px;
	height: 20px;
	background:url(../images/icon/icon_search_w.png) no-repeat;
	background-size:20px;
	display: block;
}  
.nuser{
	width: 20px;
	height: 20px;
	background:url(../images/icon/icon_nc_apply_w.png) no-repeat;
	background-size:20px;
	display: block;
	
} 



/*************************************************
*					MAIN						*
*************************************************/
/* focus.htm */
.nav-tabs{
	border-bottom: none !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:none !important;
}
.nav-tabs>li{
	border-bottom:1px solid #ddd;
}
.nav-tabs>li.active{
	border-bottom: 3px solid rgb(255, 88, 88) !important;
}
.nav-tabs>li.active>a{
	color:rgb(255, 88, 88) !important;
	border-radius: 4px;
}
.nav>li>a {
	padding: 0 15px !important;

}
.nav-tabs>li>a{
	border:none !important;
	border-radius: 0 !important;
	border-bottom:none !important;
}
#tabs2>li{
	border-bottom:none !important;
}
#tabs2>li a{
	border-bottom:none !important;
	padding:5px;
	border-radius: 5px !important;
	background-color: rgb(245, 245, 245);
	margin:0 5px !important;
}
#tabs2>li.active{
	border-bottom:none !important;
}
#tabs2>li.active>a{
	color:#fff !important;
	border-radius: 5px !important;
	border:1px solid tomato !important;
	background-color: tomato;
}



 #body .out-wrap {
    position: relative;
}
  #body .out-wrap #tabs,
  #body .out-wrap #tabs2 {
    background: #fff;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
	height: 45px;
	line-height:45px;
	width: 100%;
  }
  #body .out-wrap #tabs::-webkit-scrollbar,
  #body .out-wrap #tabs2::-webkit-scrollbar {
    display: none;
  }
  #body .out-wrap #tabs li,
  #body .out-wrap #tabs2 li {
    width: 30%;
    white-space: nowrap;
    flex: 1;
  }
#body .out-wrap #tabs li a {
	text-align: center;
    cursor: pointer;
    margin: 0 auto;
	height: 40px;
	display: block;
    color: #000;
	line-height: 42px;
}
#body .out-wrap #tabs2 li a{
	text-align: center;
    cursor: pointer;
    margin: 0 auto;
	height: 40px;
	display: block;
    color: #000;
	line-height: 38px;
}
.tab_case{
	width:100%;
	position:absolute;
	left:0px;
	top:10px;
	z-index:10;
	height: 40px;
}


.tab_nav{
	width:100%;
	height:40px;
	background:#fff;
	border-bottom:1px solid #ddd;
	left:0;
	top:0;
	overflow-x:scroll;
	white-space: nowrap;
	overflow-y: hidden;
	z-index:200;
}
.tab_nav::-webkit-scrollbar{
	display: none;
}
.tab_nav .swiper-slide{
	display:inline-block; 
	width:70px; 
	background:#fff; 
	font-size:16px; 
	text-align:center;
	font-size:15px;
	line-height:40px;
	color:rgb(50,50,50);
}

.tab_nav .active-nav{
	height:40px;
	border-bottom:4px solid #2f82e0;
}

#tab .tab_nav{
	height: 50px;
}
#tab .tab_nav .active-nav{
	height: 50px;
}
#tab .tab_nav .active-nav a{
	color:#2f82e0;
}
#tab .tab_nav .swiper-slide{
	line-height: 50px;
}



.tab_nav .tn_txt{font-size:13px;letter-spacing:-1px;}
.tab_nav .tn_txt.active-nav{
	height:40px;
	border-bottom:0 none !important;
	background-color:#fafafa;
	color:#2f82e0;
}


/** 타이틀 **/
.header .htit{
	width:100%;
	height:50px;
	padding:0;
	text-align:center;
	font-size:20px;
	font-weight:500;
	color:#fff;
	background-color:rgb(73, 73, 73);
	line-height:50px;
	position:absolute;
	left:0;
	top:0;
}
.header .htit a{
	padding:12px;
	background:url(../images/icon/category_down_icon.png) no-repeat center 50%;
	background-size:15px;
}

/** 뒤로가기 **/
.header .back{
	width:20px;
	height:50px;
	position:absolute;
	left:10px;
	top:0;
	z-index:100;
	background: url(../images/icon/arrow_back.png) no-repeat 5px 50%;
}




/************************************************
*		SLIDER MENU								*
************************************************/

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.main > section {
	max-width:20px;
	width:90%;
	margin-left:10px;
	position:fixed;
	z-index:1000;
}
.main > section button {
	margin:0;
	padding:0 0 8px;
	opacity:1;
	color:#fff;
	display:block;
	cursor:pointer;
}
.main > section button:hover {
	opacity:1;
}
.main > section button.active {
	opacity:1;
}
.main > section button.disabled {
	opacity:1;
	pointer-events:none;
}

.bg_over{width:100%;height:100%;background-color:#000 !important;opacity:0.4 !important;position:fixed;left:0;top:0;z-index:10000;}


/************************************************
*		SUB PAGE								*
************************************************/
html, body {
	height:100%; 
	background-color: #f8f8f8 !important;
}
.main_cont{
	background-color: #f8f8f8;
}

.st_list{margin:0 0 45px;padding:0;position:relative;}
.st_list .tabs-standard{width:100%;margin:0;padding:0;position:relative;}
.st_list .tabs-standard .sliderkit-nav{width:100%;height:51px;margin:0;text-align:left;position:relative;}
.st_list .tabs-standard .sliderkit-nav-clip{margin:0;}
.st_list .tabs-standard .sliderkit-nav-clip li{
	height:51px;
	background-color:#fff;
	border-bottom: 1px solid #ddd;
	position:relative;
	float:left;
	list-style-type: none;
}
.st_list .tabs-standard .sliderkit-nav-clip li:first-child a{border-left:0 none;}
.st_list .tabs-standard .sliderkit-nav-clip li a{
	width:100%;
	height:22px;
	margin:15px 0 10px;
	text-align:center;
	color:rgb(163, 163, 163);
	font-size:16px;
	font-weight:400;
	line-height:22px;
	text-decoration:none;
	display:block;
}
.st_list .tabs-standard .sliderkit-nav-clip li.sliderkit-selected{
	border-bottom:2px solid tomato;
}
.st_list .tabs-standard .sliderkit-nav-clip li.sliderkit-selected a{color:tomato;}

.st_list .tabs-standard .sliderkit-panels{width:100%;position:relative;}
.st_list .tabs-standard .sliderkit-panel{width:100%;}
.st_list .tabs-standard .sliderkit-list{margin:0;padding:0;}




/*newstong.html*/
.nft_list_info{
	margin-top:55px;
	display: flex;
	justify-content: space-between;
	padding:10px;
	align-items: center;
	border-bottom:1px solid lightgray;
	border-top:1px solid lightgray;
	height: 40px;
}
.nft_list_info .nli{
	display: flex;
	justify-content: space-between;
}
.nft_list_info .nli #select1{
	padding:0 0 0 10px;
	width: 90px;
	border:none;
	appearance:none;
	background:url('../images/icon/arrow_down.png') no-repeat left 0px center;
	padding:0 0 0 20px;
	text-align: center;
}
.nft_list_info .nli #select2{
	width: 90px;
	border:none;
	appearance:none;
	background:url('../images/icon/arrow_down.png') no-repeat left 0px center;
	padding:0 0 0 20px;
	text-align: center;
}
.nft_list_info > select{
	width: 90px;
	border:none;
	appearance:none;
	background:url('../images/icon/arrow_down.png') no-repeat left 0px center;
	padding:0 0 0 20px;
	text-align: center;
}
.line {
	border:5px solid #eee;
	display: block;
	padding:0;
	margin:0;
}

.nft_list ul li{
	padding: 20px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	height: 130px;
}

.nft_list ul li > img{
	width: 90px;
	height: 90px;
	margin-right:15px;
}

.nft_list_cont span{
	font-size: 1.1em;
	font-weight: 600;
	display: block;
	margin-bottom:13px;
}
.nft_list_cont p{
	font-size: 1em;
	color:gray;
}
.nft_list_cont p img{
	width: 18px;
	height: 16px;
}


.nft_list_cont .nlc_cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nft_list_cont .nlc_cont button{
	border-radius: 5px;
	background-color: #268dff;
	color:#fff;
	padding:0 10px;
	width: 90px;
	height: 30px;
}
.nft_list_cont .nlc_cont .nlc_cont_txt > p:first-child{
	margin-bottom:5px;
}
.nft_list_cont .nlc_cont p > .nct_mark{
	border:1px solid #268dff;
	padding:0 4px;
	border-radius: 5px;
	color:#268dff;
	font-size: 12px;
	margin-right: 2px;
}




/*nft_newsontg.htm :: 거래내역 탭*/
.nft_list2 .nl2_list_cont .nl2_list_txt1{
	display: flex;
	justify-content: space-between;
	padding-bottom:20px;
}
.nft_list2 .nl2_list_cont .nl2_list_txt1 span:first-child{
	color:#a1a1a1;
	font-size: 13px;
	display: block;
}
.nft_list2 .nl2_list_cont .nl2_list_txt1 span:nth-child(2){
	color:#000;
	font-size: 16px;
}
.nft_list2 ul li{
	background-color: #fff;
}
.nft_list2 .nl2_list_cont{
	padding:20px;
}
.nl2_list_cont p {
	padding-bottom:15px;
	width: 75%;
}
.nl2_list_cont p:last-child{
	padding-bottom:0;
}
.nl2_list_cont p > em{
	color:#a1a1a1;
	font-size: 14px;
	margin-right:10px;
}
/*nft_newsontg.htm :: 거래내역 탭 끝*/




#exampleModal .modal-content{
	border-radius: 5px;
	width: 250px;
	height: 163px;
	margin:200px auto 0;

}
#exampleModal .modal-body{
	text-align: center;
	height: 100px;
	padding:45px 0;
}
#exampleModal .modal-footer{
	text-align: center;
}
#exampleModal .modal-footer .btn-light{
	background-color: #6e6e6e;
	border:1px solid #6e6e6e;
	color:#fff;
}
#exampleModal .modal-footer .btn-primary{
	background-color: #268dff;
	border:1px solid #268dff;
}


/*userLogin.html*/
.login_cont{
	margin:0;
	padding:0;
	background-color: #f8f8f8;
	width: 100%;
	height: 100vh;
}
.login_cont h3{
	font-size: 2em;
	font-weight: 500;
	width: 100%;
	display: block;
	padding: 38px 0 ;
	margin:0 auto;
	text-align: center;
	font-family: 'SCoreDream';
	font-weight: 500;
}

.login-page {

	padding: 0;
	margin: auto;
  }
  .form {
	position: relative;
	z-index: 1;

	margin: 0 auto ;
	padding: 20px;
	text-align: center;
  }
  .form input {
	font-family: 'SCoreDream';
	outline: 0;
	background: #fff;
	border:1px solid #d5d5d5;
	width: 100%;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
  }
  .form button {
	font-family: 'SCoreDream';
	text-transform: uppercase;
	outline: 0;
	background: #268dff;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 15px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
  }
  
  .form p{
	padding:20px 0;
	display: flex;
	justify-content: space-between;
  }
  .form p > a{
	display: inline-block;
	margin:0 20px;
	font-size: 14px;
	font-family: 'SCoreDream';
	width: 33%;
  }

  .form .register-form {
	display: none;
  }
  .container {
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: 0 auto;
  }
  .container:before, .container:after {
	content: "";
	display: block;
	clear: both;
  }
  .container .info {
	margin: 50px auto;
	text-align: center;
  }
  .container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #1a1a1a;
  }
  .container .info span {
	color: #4d4d4d;
	font-size: 12px;
  }
  .container .info span a {
	color: #000000;
	text-decoration: none;
  }
  .container .info span .fa {
	color: #EF3B3A;
  }
  

  .login-form-phone{
	display: flex;
	justify-content: space-between;
  }
  .login-form-phone > input:first-child{
	width: 28%;
	margin-right:10px;
  }



  /*countryCode.html*/
   .search-container {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
  }
  
  input#search-bar {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	padding:0 40px;
	font-family: 'SCoreDream';
	font-size: 1.2em;
	border: none;
	border-bottom:5px solid #eee;
	outline: none;
  }
  input#search-bar:focus {
	border:none;
	border-bottom:5px solid rgb(218, 218, 218);
	transition: 0.35s ease;
	
  }
  input#search-bar:focus::-webkit-input-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
  }
  input#search-bar:focus::-moz-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
  }
  input#search-bar:focus:-ms-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
  }
  
  .search-icon {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	top: -38px;
	left:10px;
  }
  .delete-icon {
	position: relative;
	float: right;
	width: 25px;
	height: 25px;
	top: -40px;
	right: 10px;
  }


.country_list{
	list-style: none;

}
.country_list li{
	height: 50px;
	border-bottom:1px solid #ebebeb;
	padding:10px 20px;
	font-family: 'SCoreDream';
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}
.country_list li span{
	display: block;
}


/*passwordReset.html*/
.pwdreset_cont{
	padding-top: 105px;
	background-color: #f8f8f8;
	height: 100%;
}

.pwd-form-number{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 0;
}
.pwd-form-number input{
	margin-right:10px;
	width: 60%;
}
.pwd-form-number button{
	height: 40px;
	width: 45%;
	border-radius: 4px;
	line-height: 1em;
	font-size: 1em;
}

.pwdreset_count{
	font-family: 'SCoreDream';
	color:#39bcbc;
	padding:0 0 20px !important;
	font-weight: 500;
	font-size: 14px;
}

/* userJoin.html */
.join_cont{
	margin:0;
	padding:0;
	background-color: #f8f8f8;
	width: 100%;
	height: 100%;
	margin-top: 50px;
}
.join_cont h3{
	font-size: 2em;
	font-weight: 500;
	width: 100%;
	display: block;
	padding: 38px 20px 16px;
	margin:0 auto;
	text-align: center;
	font-family: 'SCoreDream';
	font-weight: 500;
}
.join_cont .jc_sub {
	font-family: 'SCoreDream';
	font-weight: 500;
	font-size: 1em;
	color:#9b9b9b;
	display: block;
	text-align: center;
	padding:0 20px 20px;
}

.join_cont > img {
	width: 50%;
	margin:0 auto 20px;
	display: block;
	height: auto;
	max-width: 300px;
}

.jc_pc_title {
	padding:0 20px;
	display: flex;
	align-items: center;
}
.jc_pc_title img{
	width: 14px;
	height: 14px;
	margin:5px;
}
.jc_pc_title span{
	font-size: 15px;
}

/*userJoin3.html*/
.jc_check_cont{
	padding:20px;
}
.container2 {
	display: block;
	position: relative;
	padding-left: 35px !important;
	cursor: pointer;
	font-size: 16px;
	font-family: 'SCoreDream';
	font-weight: 500;
  }
.c2_arrow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:10px 0;
}

.c2_arrow > label{
	font-weight: 400;
	font-size: 13px;
}
.c2_arrow > img{
	width: 24px;
	height: 24px;
}
 
 
  /* Hide the browser's default checkbox */
  .container2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #eee;
  }
  

  /* When the checkbox is checked, add a blue background */
  .container2 input:checked ~ .checkmark {
	background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .container2 input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .container2 .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  
  /*userJoin4.html*/
  .user_guide h3{
	font-size: 1.5em;
	padding:30px 0;
  }
  .user_guide .user_guide_cont > span{
	font-size: 1.2em;
	font-family: 'SCoreDream';
	line-height: 1.5em;
  }
  .user_guide .user_guide_cont > h3{
	text-align: left;
	padding:30px 0 10px;
  }
  .user_guide .user_guide_cont > h4{
	font-family: 'SCoreDream';
	padding:20px 0 10px;
	font-size: 1.2em;
  }
  .user_guide .user_guide_cont > P{
	font-family: 'SCoreDream';
	font-size: 1em;
	padding:5px 0;
  }
  
  
  