@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:50px 0 20px;
	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;}

/*************************************************************
* 동의 : Agreement + 회원가입 : JOIN + 보안키 : Security Key *
*************************************************************/

.agr_wrap,
.join_wrap,
.sk_wrap{margin:0 0 40px;padding:0 20px;position:relative;}

.agr_wrap .aw_icon{margin:20px 0 15px;padding:0; text-align:center;}
.agr_wrap .aw_icon img{width:25%;max-width:200px;}
.agr_wrap .aw_case{padding:15px 10px;background-color:#f8f8f8;border:1px solid #e5e5e5;position:relative;}


.join_wrap .jw_inp{margin:0 0 10px;padding:10px 15px 5px;border:1px solid #e5e5e3;background-color:#fff;}
.join_wrap .jw_inp p{margin:0 0 2px;font-size:13px;font-weight:400;color:#999;display:block;}
.join_wrap .jw_inp b{display:block;}
.join_wrap .jw_inp b input{padding:0;border:0 none;}
.join_wrap .jw_inp b input[type="text"],
.join_wrap .jw_inp b input[type="password"]{height:30px;font-size:18px;color:#02b9ff;line-height:30px;}
.join_wrap .jw_inp b input[type="text"]:focus,
.join_wrap .jw_inp b input[type="password"]:focus{color:#fff;}
.join_wrap .jw_inp b ::-webkit-input-placeholder,
.join_wrap .jw_inp b :-moz-placeholder,
.join_wrap .jw_inp b ::-moz-placeholder,
.join_wrap .jw_inp b :-ms-input-placeholder,
.join_wrap .jw_inp b .formerize-placeholder{color:#dadada !important;}
.join_wrap .jw_inp:hover{background-color:#02b9ff;}
.join_wrap .jw_inp:hover p{color:#fff;}

.join_wrap .jw_case{width:94%;margin:0 0 30px;padding:30px 3%;border:1px solid #e5e5e3;background-color:#f8f8f8;overflow:hidden;}
.join_wrap .jw_case b{margin:0 0 20px;text-align:center;font-size:18px;font-weight:600;color:#02b9ff;line-height:28px;display:block;}
.join_wrap .jw_case p{text-align:center;font-size:18px;font-weight:400;color:#333;display:block;}
.join_wrap .jc_icon{margin:20px 0 15px;padding:0;text-align:center;}
.join_wrap .jc_icon img{width:40%;max-width:200px;}
.join_wrap .jc_img{margin:20px 0 15px;padding:0;text-align:center;}
.join_wrap .jc_img img{width:80%;max-width:700px;}
.join_wrap .jc_cimg{margin:20px 0 15px;padding:0;text-align:center;}
.join_wrap .jc_cimg img{width:60%;max-width:700px;}


/************************************************
*		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;
	font-family: 'SCoreDream';
	font-weight: 500;
}

.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 #1c2a64 !important;
	background-color: #1c2a64;
}



 #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;
	font-family: 'SCoreDream';
	font-weight: 500;
}
.tab_case{
	width:100%;
	position:fixed;
	left:0px;
	top:50px;
	z-index:997;
	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:16px;
	font-weight:500;
	color:#fff;
	background-color:#222327;
	line-height:50px;
	position:absolute;
	left:0;
	top:0;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: medium;

}
.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;
}
 */
/** 완료 **/
.header .ok{
	height:50px;
	line-height: 50px;
}
.header .ok a{
	color:#02b9ff;
	text-align: center;
	font-size: 15px;
	position:absolute;
	right:15px;
	z-index:100;
	display: block;
	font-weight: normal;
}


/************************************************
*		ETC										*
************************************************/

.xbltit{height:40px;margin:40px 0 15px;text-align:left;font-size:36px;line-height:40px;font-weight:700;position:relative;display:block;z-index:100;}
.xbltit span{position:absolute;right:0;top:0;}

.xctit{margin:15px 0;text-align:center;font-size:34px;line-height:45px;font-weight:300;position:relative;display:block;z-index:100;}
.xctit span{height:45px;position:absolute;right:0;top:0;}

.xltit{margin:20px 0 15px;text-align:left;font-size:34px;line-height:45px;font-weight:300;position:relative;display:block;z-index:100;}
.xltit span{height:45px;position:absolute;right:0;top:0;}

.xlstit{margin:0;border-bottom:2px solid #555;text-align:left;font-size:25px;line-height:40px;font-weight:700;position:relative;display:block;z-index:100;}
.xlstit span{height:34px;position:absolute;right:0;top:0;}

.bxctit{margin:0 0 20px;text-align:center;font-size:24px;font-weight:600;color:#333;line-height:30px;position:relative;z-index:100;}
.bxctit span{height:30px;position:absolute;right:0;top:0;}

.bxltit{margin:0 0 20px;text-align:left;font-size:24px;font-weight:600;color:#333;line-height:30px;position:relative;z-index:100;}
.bxltit span{height:30px;position:absolute;right:0;top:0;}

.bctit{margin:0 0 20px;text-align:center;font-size:20px;color:#333;line-height:22px;position:relative;z-index:100;}
.bctit2{margin:0 0 20px;text-align:center;font-size:17px;color:#777;line-height:22px;position:relative;z-index:100;}
.bctit3{margin:0 0 20px;text-align:left;font-size:16px; font-weight: bold;color:#333;line-height:20px;position:relative;z-index:100;}
.bctit span{height:22px;position:absolute;right:0;top:0;}

.bltit{text-align:left;font-size:20px;font-weight:500;color:#333;line-height:30px;position:relative;z-index:100;}
.bltit span{height:30px;position:absolute;right:0;top:0;}

.blti{text-align:left;font-size:18px;font-weight:300;color:#333;line-height:26px;position:relative;z-index:100;}
.blti span{height:30px;position:absolute;right:0;top:0;}

.ltit{text-align:left;font-size:16px;color:#333;line-height:24px;position:relative;z-index:100;}
.ltit span{height:28px;position:absolute;right:0;top:0;}

.ctit{margin:0 0 5px;text-align:center;font-size:16px;color:#333;line-height:22px;position:relative;display:block;z-index:100;}
.ctit span{height:22px;position:absolute;right:0;top:0;}

.ltxt{margin:0 0 10px;text-align:left;font-size:16px;color:#555;line-height:30px;font-weight:500;position:relative;display:block;}
.stxt{margin:0 0 30px;text-align:left;font-size:16px;line-height:30px;font-weight:400;color:#888;position:relative;display:block;}
.ctxt{margin:0 0 15px;text-align:center;font-size:16px;color:#879c9c;line-height:30px;font-weight:300;position:relative;display:block;}
.slbxt{width:100%;height:35px;margin:0;padding:0 10px;background-color:#dbdbdb;text-align:left;font-size:14px;line-height:35px;font-weight:600;color:#444;position:relative;display:block;}
.slxt{
	width:100%;
	margin:0 0 5px;
	padding:0;
	text-align:left;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	position:relative;
	display:block;
}
.slxt span{height:35px;font-size:12px;line-height:35px;position:absolute;right:10px;top:0;}
.slxt span img{height:12px;margin:-3px 0 0 2px;}

.sltxt{margin:0 0 30px;text-align:left;font-size:14px;line-height:28px;font-weight:400;color:#777;position:relative;display:block;}
.sltxt b{font-size:18px;}
.sctxt{margin:0 0 15px;text-align:center;font-size:13px;line-height:17px;font-weight:400;color:#777;position:relative;display:block;}


.tal{text-align:left !important;}
.tac{text-align:center !important;}
.tar{text-align:right !important;}




/************************************************
*		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%; 
	
}
.main_cont{
	background-color: #f8f8f8;
	max-width: 900px;
	margin:0 auto;
}

.st_list{margin:50px 0 0;padding:0;position:relative;}
.st_list .tabs-standard{width:100%;margin:0;padding:0;position:relative;}
 .sliderkit-nav{width:100%;height:51px;margin:0;text-align:left;position:relative;}
 .sliderkit-nav-clip{margin:0;}
 .sliderkit-nav-clip li{
	height:51px;
	background-color:#fff;
	border-bottom: 1px solid #ddd;
	position:relative;
	float:left;
	list-style-type: none;
}
 .sliderkit-nav-clip li:first-child a{border-left:0 none;}
 .sliderkit-nav-clip li a{
	width:100%;
	height:22px;
	margin:15px 0 10px;
	text-align:center;
	color:#777;
	font-size:15px;
	font-weight:medium;
	line-height:22px;
	text-decoration:none;
	display:block;
	font-family: 'Noto Sans KR', sans-serif;

}
 .sliderkit-nav-clip li.sliderkit-selected{
	border-bottom:2px solid #03baff;
	
}
 .sliderkit-nav-clip li.sliderkit-selected a{
	color:#222;
	font-size: 15px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: medium;
}

 .sliderkit-panels{width:100%;position:relative;}
 .sliderkit-panel{width:100%;}
 .sliderkit-list{margin:0;padding:0;}




/*newstong.html*/
.nft_list_info{
	margin-top:45px;
	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 > select{
	width: 100px;
	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:50px 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.3em;
	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;
}



#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: #1c2a64;
	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: 95px;
	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:#1c2a64;
	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: 26px;
	width: 26px;
	background-color: #eee;
  }
  

  /* When the checkbox is checked, add a blue background */
  .container2 input:checked ~ .checkmark {
	background-color: #1c2a64;
  }
  
  /* 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: 7px;
	width: 7px;
	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;
  }
  
  


/*content_edit.htm**/
.profile_cont{
	text-align: center;

}
.profile_cont > img{
	width: 88px;
	height: 88px;
	text-align: center;
	border-radius: 50%;
	border:1px solid #000;
}
.profile_cont .pc_img_edit{
	position: relative;
}
.profile_cont .pc_img_edit > a > img{
	position: absolute;
	width: 16px;
	display: block;
	left:-15px;
	top: 25px;
}

.profile_cont_txt {
	padding:20px 20px 0;
}
.profile_cont_txt .pct_name{
	margin-bottom: 10px;
}
.profile_cont_txt .pct_name,
.profile_cont_txt .pct_cont{
	width: 100%;
}
.profile_cont_txt .pct_name tr td > span,
.profile_cont_txt .pct_cont tr td > span  {
	height: 40px;
	display: block;
	text-align: right;
	line-height: 40px;
}
.profile_cont_txt .pct_name tr td > span,
.profile_cont_txt .pct_name tr td > input,
.profile_cont_txt .pct_cont tr td > span,
.profile_cont_txt .pct_cont tr td > input{
	border:none;
	border-bottom:1px solid #dddddd;
}
.profile_cont_txt .pct_name tr td > input,
.profile_cont_txt .pct_cont tr td > input{
	padding:0;
}

.profile_cont2{
	padding:0 20px;
}

.profile_cont2 > ul > li{
	list-style: none;
	margin-bottom: 50px;
}
.profile_cont2 > ul > li > span{
	font-size: 14px;
	margin-bottom: 6px;
}
.profile_cont2 > ul > li > span > img{
	width: 34px;
	margin-right:10px;
}


.profile_cont2 > ul > li > span > .cert_icon{
	margin-left:10px;
	width: 53px;
}

.profile_cont3{
	padding:0 20px;

}

.profile_cont3 > ul > li{
	list-style: none;
	margin-bottom: 65px;
	
}
.profile_cont3 > ul > li > span{
	font-size: 14px;
	margin-bottom: 6px;
	display: block;
}
.profile_cont3 > ul > li > span > img{
	width: 34px;
	margin-right:10px;
}

.profile_cont3 > ul > li > input[type=text],
.profile_cont4 > input[type=text]{
	border:none;
	background-color: #f9f9f9;
	border-radius: 10px;
	margin:6px 0;
}
.profile_cont3 > ul > li > button{
	border-radius: 10px;
	width: 20%;
	height: 40px;
}



.pc3_file_add{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pc3_file_add > input{
	width: 22%;
}
.pc3_file_add > span{
	width: 78%;
	font-size: 1em;
	color:rgb(161, 161, 161);
	font-weight: normal;
}

.ic_cont {
	width: 100%;
	max-width: 110px;
}
.ic_cont > .img-preview{
	position: relative;
	margin-top: 10px;
	width: 110px;
	height: 120px;
	object-fit: contain;
	z-index:100;
	border:1px solid gray;
}

.ic_cont > span{
	position: absolute;
	bottom:0;
	z-index: 105;
	left:0;
	background-color: #000;
	opacity: 0.4;
	color:#fff;
	width: 110px;
	text-align: center;
	padding:5px 0;
}
.ic_cont > .mark2{
	position: absolute;
	top:15px;
	left:5px;
	z-index: 110;
	opacity: 1;
	color:#fff;
	width: 53px;
	height: 17px;
	text-align: center;
	display: block;
}
.ic_cont > a .del{
	position: absolute;
	top:13px;
	left:90px;
	z-index: 110;
	opacity: 1;
	color:#fff;
	width: 20px;
	height: 20px;
	text-align: center;
	
}

/** content_edit2.htm swiper **/

.ss2{
	text-align: center;
	font-size: 18px;
	margin-right: 15px !important;
}

.ss2 > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/** content_edit2.htm swiper 끝 **/	

.pc2_btns{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f9f9f9;
	width: 350px;
	height: 42px;
	padding:4px;
	margin:0 auto;
	border-radius: 10px;
}
.pc2_btns > button{
	width: 168px;
	border-radius: 8px;
	height: 35px;

}
.pc2_option, .pc2_btns {
	margin-top: 6px;
}
.pc2_option > select{
	-webkit-appearance:none; /* for chrome */
	-moz-appearance:none; /*for firefox*/
	appearance:none;
	background:url("../images/icon/arrow_down.png") no-repeat 97% 50%/15px auto;
	background-size: 15px;
	border:none;
	background-color: #f9f9f9;
	border-radius: 10px;
}


.self_check button{
	background-color: #222327;
	color:#fff;
	width: 99%;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	height: 42px;
	margin-bottom: 7px;
}
.self_check span{
	font-size: 13px;
	color:#888;
	text-align: left;
}


/*input type style*/

.pc3_file_add label {
    display: inline-block;
 	padding:10px 0;
    color: #fff;
    vertical-align: middle;
    background-color: #222327;
    cursor: pointer;
	width: 20%;
	font-size: 13px;
	font-weight: normal;
	border-radius: 10px;
	margin-bottom: 0;
	height: 40px;
	text-align: center;
}
.pc3_file_add input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}



.pc2_search{
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}
.pc2_search > input{
	background-size: 15px;
	border:none;
	background-color: #f9f9f9;
	border-radius: 10px;
	width: 78%;
}
.pc2_search > button{
	background-color: #03baff;
	color:#fff;
	width: 20%;
	border-radius: 10px;
}
.pc4_certification{
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
	align-items: center;
}
.pc4_certification > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 78%;
	background-color: #f9f9f9;
	border-radius: 10px;
}
.pc4_certification > div > input{
	background-size: 15px;
	border:none;
	width: 70%;
	
}
.pc4_certification > div > span{
	margin-right: 20px;
	color:red;
	font-weight: 500;
}
.pc4_certification > button{
	width: 20%;
	border-radius: 10px;
	height: 40px;

}


.vc_img{
	width: 90px;
	margin:20px auto;

}
.vc_check_btn{
	background-color: #03baff;
	color:#fff;
	width: 174px;
	border-radius: 10px;
	height: 34px;
	margin:0 auto;
	display: block;
}

/* content_edit.htm button style */
.switch-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:6px auto 0;
	width: 100%;
    background-color: #f9f9f9;
    height: 42px;
   	padding:0 4px;
    border-radius: 10px;
}

.switch-field input {
	position: absolute !important;
	width: 1px;
	border: 0;
}

.switch-field label {
	background-color: #d9d9d9;
	color: rgba(0, 0, 0, 0.6);
	font-size: 13px;
	line-height: 1;
	text-align: center;
	transition: all 0.1s ease-in-out;
	margin:0;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: bold;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #03baff;
	color:#fff;
	padding-left:0;
}

.switch-field label:first-of-type {
	border-radius: 8px;
	width: 49.5%;
	padding:10px 0;
	height: 34px;
	
}

.switch-field label:last-of-type {
	border-radius: 8px;
	width: 49.5%;
	padding:10px 0;
	height: 34px;
	
}

/*파일첨부 style*/
.file_input label {
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    width:100px;
    height:30px;
    background:#777;
    color:#fff;
    text-align:center;
    line-height:30px;
}
.file_input label input {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
}
.file_input input[type=text] {
    vertical-align:middle;
    display:inline-block;
    width:400px;
    height:28px;
    line-height:28px;
    font-size:11px;
    padding:0;
    border:0;
    border:1px solid #777;
}


/*content_edit.htm :: modal style*/

.modal-header{
	padding:15px;
	border-bottom:1px solid #e5e5e5;
	font-size: 1.5em;
}
.modal-header .close{
	margin-top: -30px !important;
	float:right;

}

.modal-header .close > span{
	font-size: 2em;
}
.modal-header .close2{
	margin-top: -15px !important;
	float:right;
}
.modal-header .close2 > span{
	font-size: 2em;
}
.modal-body > ul > li{
	list-style: none;
	margin-bottom: 10px;
}
.modal-body > ul > li > .mb_list{
	display: flex;
	justify-content: space-between;
}
.modal-body > ul > li > .mb_list span{
	font-size: 1.2em;
}
.modal-body > ul > li > .mb_list button{
	padding:5px 10px;
	border-radius: 5px;
}
.modal-body > ul > li > .mb_list2{
	display: flex;
	justify-content:center;
}
.modal-body > ul > li > .mb_list2 button{
	font-size: 1.2em;
	text-decoration: none;
	color:#9e9e9e;
}
.modal-body > ul > li > .mb_list2 button:hover{
	color:#03baff;
}

#btn{

}

#btn.modal {
	bottom:30px;
	padding:0 20px;
}
#btn > .modal-dialog > .modal-content{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border:none;
}
#btn > .modal-dialog > .modal-content > .modal-header{
	border:none;
}
#btn > .modal-dialog > .modal-content > .modal-header > .modal-title{
	font-size: 0.7em;
}


#profileInfo{
	width: 100%;	
	color: white;
	margin:0 auto ;
	height: auto;
	padding:20px 0 0 ;
}
#GeneralInfo{
	width: 100%;
	color: white;
	margin:0 auto;
	height: auto;
}
#propertyInfo{
	width: 100%;
	color: white;
	margin:0 auto;
	height: auto;
}
@media only screen and (max-width: 480px) {
	#profileInfo{
		width: 100%;	
		color: white;
		margin:0 auto;	
	}
	#GeneralInfo{
		width: 100%;
		color: white;
		margin:0 auto;
	}
	#propertyInfo{
		width: 100%;
		color: white;
		margin:0 auto;
		
	}
} 

  .navigation {
	top:50px;
	position: fixed;
	width: 100%;
	height: 50px;
	z-index: 1000;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
	border-bottom:1px solid #dedede;
  }
  .navigation__link {
	color: #777 !important;
	font-weight: 400;
	font-size: 1.2em;
	display: inline-block;
	text-align: center;
  }
 
  .navigation__link.active {
	color: #222 !important;
	border-bottom:2px solid #03baff;
	height: 51px;
	padding:15px 0;
  }



 
  
  




/************************************************
*		FOOT									*
************************************************/

.footer{height:50px;font-size:15px;font-weight:500;line-height:60px;}
.footer a{height:50px;line-height:50px;display:block;float:left;}
.footer a.fgbtn{background-color:#636b6e;text-align:center;color:#fff;}
.footer a.fgbtn:hover{color:#fff;}
.footer a.fbbtn{background-color:#02b9ff;text-align:center;color:#fff;}
.footer a.fbbtn:hover{color:#fff;}
.footer a.bbtn_u{background-color:#02b9ff;text-align:center;color:#fff;opacity:0.5;}
.footer a.bbtn_u:hover,
.footer a.onbtn{background-color:#02b9ff;color:#fff;opacity:1;}
.footer a.fgrbtn{background-color:#636b6e;text-align:center;color:#fff;}
.footer a.fgrbtn:hover{background-color:#02b9ff;color:#fff;}
