@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/*************************************************
*					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:#1c2a64;
	display: flex;
	justify-content: space-around;
	position:relative;
}
.header .header_title{
	text-align: center;
	color:#fff;
	width: 100%;
	padding:10px 0;
	position:absolute;
	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;
	color:#bfbfbf;
}
.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;
	color:#bfbfbf;
}
.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;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}

.nft_list ul li .btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 90px;
	height: 25px;
	flex-grow: 0;
	margin: 18px 0 0 10px;
	object-fit: contain;
	border-radius: 4px;
	border: 1px solid #ff514f;
	color: #ff514f;
	background-color: white;
	padding: 1px;
}

.nft_list ul li .btn.active {
	color: white;
	background-color: #ff514f;
}

.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 .nl2_list_cont .nl2_list_txt1 .buy {
	width: 90px;
	height: 25px;
	border-radius: 4px;
	background-color: #2196F3;
	color: white;
	display: flex;
    align-items: center;
    justify-content: center;
}
.nft_list2 .nl2_list_cont .nl2_list_txt1 .sell {
	width: 90px;
	height: 25px;
	border-radius: 4px;
	background-color: #6e6e6e;
	color: white;
	display: flex;
    align-items: center;
    justify-content: center;
}
.nft_list2 .nl2_list_cont .nl2_list_txt1 .register {
	width: 90px;
	height: 25px;
	border-radius: 4px;
	/* background-color: #6e6e6e; */
	border: 1px solid #1c2a64;
	color: #1c2a64;
	display: flex;
    align-items: center;
    justify-content: center;
}
.nft_list2 .nl2_list_cont .nl2_list_txt1 .cancel {
	width: 90px;
	height: 25px;
	border-radius: 4px;
	/* background-color: #6e6e6e; */
	border: 1px solid #666666;
	color: #666666;
	display: flex;
    align-items: center;
    justify-content: center;
}
.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 img {
	width: 18px;
	height: 16px;
}
.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;
  }
  
  
  .nft_title {
	line-height: 2.5ex;
    height: 5ex;
    overflow: hidden;
  }

  .no-margin {
	margin: 0;
  }


/*230523 스타일 수정*/
.nft_list_info{margin-top: 0px; border:none;}

.nl_btns2{display: flex; justify-content: space-between;}
.nl_btns2 a{display: block; padding:0px 13px;}
.nl_btns2 a img{width: 60px;}

.header .htit{background: #1c2a64;}
.header .active2{ width: 30px;  height: 50px;  position: absolute; right: 10px;  top: 0;  z-index: 100; background: url(../images/icon/header_active.png) no-repeat 5px 50%;}
.header .active2 a, .header .active2_on a, .header .back a{width:30px; height:50px;z-index:100000; display: flex; }
.header .active2_on{ width: 30px;  height: 50px;  position: absolute; right: 10px;  top: 0;  z-index: 100; background: url(../images/icon/header_active_on.png) no-repeat 5px 50%;}

.st_list .tabs-standard .sliderkit-nav-clip li.sliderkit-selected{	border-bottom: 2px solid #1c2a64;}
.st_list .tabs-standard .sliderkit-nav-clip li.sliderkit-selected a {color: #1c2a64;}
#tabs2>li.active>a {color: #fff !important;
border-radius: 5px !important;	border: 1px solid #1c2a64 !important; background-color: #1c2a64;}

.nft_list_cont p.nb2_b b{border:1px solid #00b6ac; font-size: 10px; padding:2px 10px; color:#00b6ac; border-radius: 4px; margin-right: 7px;}
.nl_btns2{align-items: flex-end;}
.nb2_b{margin-top: 6px;}


.nsn_btn{border:1px solid #1c2a64; font-size: 10px; border-radius: 4px; padding:2px 10px; font-weight: bold;}
.ns_btn{background: #1c2a64; color:#fff !important; font-size: 10px;border-radius: 4px; padding:2px 10px;}

.main_cont{background: #fff;}
.st_list .tabs-standard .sliderkit-nav{margin:0 auto;}

.hidden-text-target {
  font-size: 15px;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box !important;
  word-wrap:break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow:ellipsis;
}
.nft_list_cont span{font-family: 'Noto Sans KR', sans-serif;;}


/*nft_active.html*/
.pop_contant { margin: 0 0; padding: 10px 0 0;    position: relative;}
.pf_wrap li{border-bottom: 1px solid #d9d9d9; padding:10px 15px;}
.ua_list_top li .ult_l p{margin:0 0 10px;}
.newsview .nv_info ul{display: flex; border:none;}
.newsview .nv_info li{width:80px;}
.newsview .nv_info li a{color:#909090;}
.newsview .nv_info li a img{width: 25px;height: 25px; margin:0 4px 0 0;}

.v3d_search{display: flex;
align-items: center; padding: 0 20px; max-width: 450px;  background: rgba(203, 203, 203, 0.2);  border-radius: 50px;}
.v3d_search input{position:relative; border:none; font-size: 15px;}
.v3d_search input::after{content:''; background: url(../images/icon/search.png)no-repeat; position:absolute; left: 0; z-index: 100; display: block; width: 16px; height: 16px;}
.v3d_search input::placeholder{font-size: 15px;color:#acacac;}


.v3d_slide_video{width: 100%; max-width: 1050px; overflow: hidden; position:relative; margin:0 auto;}
.wrap_thumb_layout { position: absolute; top: 0; left: 0;  z-index: 2;  margin-left: 0;}
.swiper-container {	width: 100%;height: 100%;/* margin: 20px auto; */}
.wrap_thumb_layout .swiper-container {	margin: 0 auto;}

.swiper-slide-container { text-align: center;    font-size: 18px;   background: #fff;    height:100%;    max-width: 500vw;    margin:auto;    display: -webkit-box;    display: -ms-flexbox;    display: -webkit-flex;    display: flex;    -webkit-box-pack: center;    -ms-flex-pack: center;    -webkit-justify-content: center;    justify-content: center;    -webkit-box-align: center;    -ms-flex-align: center;   -webkit-align-items: center;    align-items: center; cursor:pointer;}

.gallery-thumbs,.gallery-top  {   position: relative; width: 100%; margin-top: 20px;}
.gallery-thumbs .swiper-slide,
.gallery-top   .swiper-slide  {	 width: 100%;	height: 100%;	opacity: 1;	cursor:pointer;}

.gallery-top .swiper-slide p, .gallery-thumbs .swiper-slide p{margin-bottom: 0; 	text-overflow: ellipsis;	overflow: hidden;	word-break: break-word;	display: -webkit-box;	-webkit-line-clamp: 3; 	-webkit-box-orient: vertical; line-height: 1.3em; margin:15px 0 0; font-size: 16px;}

.gallery-top .swiper-slide:hover p,
.gallery-thumbs .swiper-slide:hover p{color:#2e82e0;}
.gallery-top .swiper-slide p.active, .gallery-thumbs .swiper-slide p.active{
	color:#2e82e0;}
.gallery-top .swiper-slide .swiper-slide-container, .gallery-thumbs .swiper-slide .swiper-slide-container{	height: 170px;	}

.gallery-top .swiper-slide .swiper-slide-container img, .gallery-thumbs .swiper-slide .swiper-slide-container img{width: 100%;}




.nv_info ul {	list-style: none;	padding-left: 20px;}
.nv_info li {	overflow: hidden;	display: block;	margin-bottom: 10px;}
input[type=checkbox],input[type=radio] {opacity: 0;	position: absolute;	z-index: 12;	width: 18px;	height: 18px;}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {	outline: none !important;}

input[type=checkbox]+.lbl,
input[type=radio]+.lbl {	position: relative;	z-index: 11;	display: inline-block;	margin: 0;	line-height: 20px;	min-height: 14px;	min-width: 14px;font-weight: normal;}

input[type=checkbox]+.lbl.padding-8::before,
input[type=radio]+.lbl.padding-8::before,
input[type=checkbox]:checked+.lbl.padding-8::before,
input[type=radio]:checked+.lbl.padding-8::before {	margin-right: 8px;}

input[type=checkbox]+.lbl{color:#909090;}
input[type=checkbox]:checked+.lbl{color:#3e81da;}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before {content: "";background: url(../images/icon/u_thumbs-up_g.png) no-repeat;	display: inline-block;	text-align: center;	vertical-align: middle;	height: 25px;	line-height: 25px;	width: 25px;	margin-right: 1px;	margin-top: -5px;}

input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {display: inline-block;	content: "";background: url(../images/icon/u_thumbs-up.png) no-repeat;
text-align: center;	vertical-align: middle;	height: 25px;line-height: 25px;	min-width:25px;	margin-right: 1px;	margin-top: -5px;}



#v3d ,#v3d_reply{width: 1050px; margin:0 auto;position:relative;}
#v3d_prev{ position: absolute;  top: 50%;  left:-60px; width: 30px;  height: 30px; padding:20px;  border-radius:50%;  background: #eee;  }
#v3d_next{    position: absolute;    top: 50%;    right: -60px;    width: 30px;    height: 30px;    padding:20px;  border-radius:50%;
background: #eee;  }
#v3d_prev:after, #v3d_next:after{ font-size: 22px; font-weight: bold;}


.jour_wrap .jw_text .jt_tit .jt_btn{line-height: 45px;height: 45px; width: 85px; top: 30px; font-weight: normal;}

.jour_wrap .jw_text .jt_tit .jt_btn a.bw{font-weight: 500;}
.foot_wrap{z-index:999;}

.ua_list_top li{display: flex; justify-content: flex-start; width: 100%;}
.ua_list_top li .ult_l{display:flex; flex-direction: column; margin-right: 12px;}
.ua_list_top li .ult_l p{ border: solid 0.3px #c8c8c8; width:72px; height: 72px; padding:5px; overflow: hidden; font-size: 13px; color:#000; line-height: normal; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-line-clamp: 3;}
.ua_list_top li .ult_l img{width: 72px;height: 72px; margin-bottom: 10px;}
.ua_list_top li .ult_l svg{width: 31px;height: 16px;  border-radius: 8px;
    background-color: #909090; color:#fff; }

.ua_list_top li .ult_r{display: flex; justify-content: flex-start; flex-direction: column; width: 100%; } 
.ua_list_top li .ult_r .ult_r_tit{font-size: 12px; color:#000; font-weight: bold; margin-bottom: 10px;}
.ua_list_top li .ult_r .ult_r_tit a{font-weight: normal; color:#8c8c8c; font-size: 13px; float:right;}
.ua_list_top li .ult_r .ult_r_txt{font-size: 13px; color:#000; font-weight: normal;  overflow: hidden;  white-space: normal;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  word-break: keep-all;  font-family: 'Noto Sans KR', sans-serif;  }
.ua_list_top li .ult_r .ult_r_txt .urt_b{margin: 0;width: 31px; height: 16px; border:1px solid #000; font-size: 8px; border-radius: 8px; color:#000; padding:0px 8px; line-height: 16px; margin-right: 5px; font-weight: bold;}
.ua_list_top li .ult_r .ult_r_txt .urt_b2{ background: #152e5f;margin: 0;width: 31px; height: 16px; border:1px solid #152e5f; font-size: 8px; border-radius: 8px; color:#fff; padding:0px 8px; line-height: 16px; margin-right: 5px; font-weight: bold;}

.ua_list_top li .ult_r p{color:#bdbdbd; font-size: 10px; font-weight: normal; margin-bottom: 0;}

.ua_list_bottom ul li{display:flex; justify-content: space-between; align-items: center;}
.ua_list_bottom ul li div{display: flex; align-items: center; margin-right: 10px;}
.ua_list_bottom ul li div img{margin-right: 12px; width: 48px; height: 48px; border-radius: 50%;}
.ua_list_bottom ul li div p{margin-bottom: 0;}
.ua_list_bottom ul li div p span{display: block; color:#bdbdbd; font-size: 10px; font-weight: normal;}
.ua_list_bottom ul li button{width: 72px;height: 30px;line-height: 30px; border: 1px solid #c2c2c2;  font-size: 11px; background: #fff;  border-radius: 6px; }
.ua_list_bottom ul li button.btn_active{
    background: #152e5f; color:#fff; border:1px solid #152e5f; }

.text{display: none; width: 100%; margin-top: 10px;}
.text .text_cont{background: #f7f7f7; height: 100px; padding:13px; display: flex; }
.text .text_cont textarea{background: #fff; height: 74px; margin-right: 13px; resize: none;}

.text .text_cont .text_btns{display: flex; flex-direction: column; justify-content: space-between;}
.text .text_cont .text_btns button{border-radius: 0px; width:69px ;height: 32px;}

.text .text_cont .text_btns button.submit{background: #152e5f; color:#fff; border:none; font-size: 11px;}
.text .text_cont .text_btns button.close2{background: #fff; border:1px solid #c2c2c2; color:#000; font-size: 11px; }

.text2,.text3{display: none; width: 100%; margin-top: 10px;}
.text2 .text_cont,.text3 .text_cont{background: #f7f7f7; height: 100px; padding:13px; display: flex; }
.text2 .text_cont textarea,.text3 .text_cont textarea{background: #fff; height: 74px; margin-right: 13px; resize: none;}

.text2 .text_cont .text_btns,
.text3 .text_cont .text_btns{display: flex; flex-direction: column; justify-content: space-between;}
.text2 .text_cont .text_btns button,.text3 .text_cont .text_btns button{border-radius: 0px; width:69px ;height: 32px;}

.text2 .text_cont .text_btns button.submit2,.text3 .text_cont .text_btns button.submit3{background: #152e5f; color:#fff; border:none; font-size: 11px;}
.text2 .text_cont .text_btns button.close3,
.text3 .text_cont .text_btns button.close4{background: #fff; border:1px solid #c2c2c2; color:#000; font-size: 11px; }

div#v3d_next.swiper-button-next::after{display:block;}
div.swiper-button-next::after{display: none;}



/*alert*/
.dimLayer{display: block;width: 100%;background-color: rgba(54,54,54,.6);position: fixed;left: 0;top: 0px;margin: 0;padding: 0;z-index: 1000;}
#alert_cont, #alert_cont2{width: 400px;height: 120px;border-radius: 10px;padding: 20px 24px;box-sizing: border-box;text-align: center;}
#alert_cont.modal-section, #alert_cont2.modal-section{
    background: #ffffff;box-sizing: border-box;display: none;position: fixed;    top: 50% !important;    left: 50%; transform: translate(-50%, -50%);display: none;z-index: 9999; border-radius: 6px;}
.menu_msg, .menu_msg2{font-size: 14px; margin-bottom:20px;}
#alert_cont .gray_btn, 
#alert_cont2 .gray_btn{width: 90px;background: #d9d9d9;color: #333;height: 36px;transition: 0.5s;font-size: 14px; margin-right: 10px; border-radius: 4px; border:1px solid #d9d9d9;}
#alert_cont .pink_btn,
#alert_cont2 .pink_btn2 {width: 90px;background: #152e5f;color: #fff;height: 36px;transition: 0.5s;font-size: 14px;border: 1px solid #152e5f;  border-radius: 4px; }

.sparkling-modal-content{padding:0 !important;}

.noline{list-style: none;}


@media screen and (max-width:480px) {
	#alert_cont, #alert_cont2{width: 330px;}
}

/*nft_active.html 끝*/

.main_cont{	background-color: #fff;}

/*230523 스타일 수정 끝*/