@charset "UTF-8";


/*************************************************
*					LAYOUT						*
*************************************************/

.wrap{width:100%;margin:0;padding:0;position:relative;}
.header_wrap{
	background-color:#1c2a64;
	width:100%;
	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;}

.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%;

	display: flex;
	justify-content: center;
	align-items: center;
}

.header_div{
	width: 900px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;

}
.header_div .hd_logo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 220px;
}
.header_div .hd_logo > span{
	color:#fff;
	font-size: 1.5em;
	flex-grow: 0;
	font-family: 'SCoreDream';
	font-weight: 500;
	text-align: left;
	color: #fff;
}


.header_div .hd_logo img{
	height: 40px;
	width: 123px;
}
.header_div .hd_search{
	height: 40px;
}
.header_div .hd_search input{
	width: 400px;
	height: 18px;
	background-color: #fff;
}
.search-box {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
	height: 40px;
	position: relative;
	background: #fff;
}
.search-box i{
	font-size: 1.5em;
	padding: 0;
}
.search-box.hovered, .search-box:hover, .search-box:active {
	border: 1px solid #aaa;
}
.search-box > input[type=text] {
	border: none;
	box-shadow: none;
	padding: 0;
	background: transparent;
}
input[type=text]:hover, input[type=text]:focus, input[type=text]:active {
	box-shadow: none;
}
.search-btn {
	position: absolute;
	right: 2px;
	top: 2px;
	color: #aaa;
	border-radius: 3px;
	font-size: 21px;
	padding: 5px 10px 1px;
}
  




.only_mobile{
	display: none !important;
}




.nsearch{
	width: 24px;
	height: 24px;
	background:url(../images/icon/icon_search_w.png) no-repeat;
	background-size:24px;
	display: block;
}  
.nuser{
	width: 24px;
	height: 24px;
	background:url(../images/icon/icon_nc_apply_w.png) no-repeat;
	background-size:24px;
	display: block;
} 
.nuser2{
	width: 34px;
	height: 34px;
	background:url(../images/icon/icon_nc_apply_w2.png) no-repeat;
	background-size:34px;
	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{
	font-size: 1.1em;
	font-family: 'SCoreDream';
	font-weight: 500;
	color:#a7a7a7 !important;
}
.nav-tabs>li.active{
	border-bottom: 3px solid #1c2a64 !important;
}
.nav-tabs>li.active>a{
	color:#1c2a64 !important;
	font-size: 1.1em;
}
.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;
	width: 100%;
	background-color: #fff !important;
}

  #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: #a7a7a7;
	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_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%;
}
.header .back a{
	width:100%;
	height:50px;
	background:url(../images/icon/h_back.png) no-repeat 5px 50%;
	background-size:20px;
	line-height:50px;
	display:block;
}



/************************************************
*		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: #fff !important;
}
.main_cont{
	background-color: #fff;

	margin:0 auto;
}
.mc_mt{
	margin-top: 74px;
}
.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_cont span{
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin-bottom:13px;
	font-family: 'ScoreDream';
}
.nft_list_cont p{
	font-size: 1em;
	color:gray;
}
.nft_list_cont p img{
	width: 18px;
	height: 16px;
}





/*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;
  }
  

  @media only screen and (min-width:768px) and (max-width:1024px) {
	.header_div{
		padding:0 20px;
	}
  }

  @media all and (max-width:768px){
	.header{
		width: 100%;
		background-color: #1c2a64;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
	}
	.header_div{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
		height: 68px;
	}
	
  }

  @media only screen and (min-width:480px) and (max-width:768px) {
	.header_div{
		padding:0 20px;
	}
	.header_div .hd_logo{
		width: 200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header_div .hd_logo img{
		width: 100%;
		height: auto;
	}
	.header_div .hd_search{
		width: 50%;
	}
	.header_div .hd_search input{
		width: 85%;
	}
  }

  @media all and (max-width:480px){
	.header_wrap{
		height: 50px;
	}
	#header_div2 .hd_logo{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 20%;
	}
	.hd_logo a img {
		width: 80px;
	}
	#body .out-wrap #tabs{
		background: #fff;
		display: flex;
		justify-content: flex-start;
		overflow-x: scroll;
		overflow-y: hidden;
		flex-wrap: nowrap !important;
		height: 45px;
		line-height: 45px;
		width: 100%;
		margin: 0 auto;
	}

	.only_pc{
		display: none !important;
	}
	.only_mobile{
		display: flex !important;
	}
	.tab_case{
		top:50px;
	}
	.header{
		display: block;
		height: 50px;
	}
	#header_div2{
		font-family: 'SCoreDream';
		font-weight: 500;
		align-items: center !important;	
		height: 50px;
		display: flex !important;
		justify-content: space-between !important;
		
	}
	#header_div2 > .back {
		height: 40px;
		position: relative;
		left:0;
	}


	#header_div2 .header_title{
		color:#fff;
		font-size: 1.3em;
		font-family: 'SCoreDream';
		font-weight: 500;
	}
	#header_div2 .header_icon ul{
		display: flex;
		justify-content: space-between;
		width: 55px;
		flex-direction: row;
		margin-bottom: 0;
	}

	.nav-tabs > li{
		margin-bottom:0 !important;
	}
	.mc_mt{
		margin-top: 55px;
	}

	#tab-cont, #tab-cont2{
		width: 100%;
		background-color: #fff;
		max-width: 900px;
		margin:-50px auto;
	}
	
}
  