@charset "utf-8";

*{ margin:0; padding:0; list-style:none; font-family:'NanumSquare', 맑은 고딕, sans-serif; box-sizing:border-box;}
html{ overflow-y:scroll; margin:0 0 -400px 0; width:100%; height:100%; background:url(/images/b_bg.jpg); background-size:100% 100%; background-attachment:fixed;}
@media(min-width:700px){
	html{ background:url(/images/i_bg1_pc.jpg); background-size:100% 100%; background-attachment:fixed;}
}
body{ overflow:hidden; -webkit-text-size-adjust:none;}
body ::selection { color:#000; background-color:#ffd746; text-shadow:none;}
body ::-moz-selection { color:#000; background-color:#ffd746; text-shadow:none;}




.intro_scroll_down{ display: block; position: absolute; z-index: 10; bottom: 20px; left: calc(50% - 10px); width: 20px; animation: intro_scroll_down .8s infinite;}

.intro_fb{ display: none; padding: 20px; background: #000;}
.intro_fb .wrap{ display: block; position: relative; margin: 0 auto; max-width: 500px; width: 100%;}
.intro_fb .wrap img{ display: block; position: relative; z-index: 10; width: 100%; height: auto;}
.intro_fb .wrap.img01{ z-index: 20;}
.intro_fb .wrap.img02{ padding: 50px 40px 0 40px;}
.intro_fb .wrap.img02 img:nth-child(2){ position: absolute; top: -10px; left: -20px; width: auto; height: 90%;}
.intro_fb .wrap.img03{ z-index: 20; padding-top: 50px;}
.intro_fb .wrap.img04{ overflow: hidden; padding: 100px 40px 0 40px;}
.intro_fb .wrap.img04 img:nth-child(2){ position: absolute; top: -50px; right: 30px; width: auto; height: 120%;}

@keyframes intro_scroll_down{
	0%   { transform: translate(0,-10px); opacity: 1;}
	50%  { transform: translate(0,10px); opacity: .5;}
	100% { transform: translate(0,-10px); opacity: 1;}
}






header{ position:fixed; z-index:110; top:0; right:0; left:0; box-shadow:0 0 0 1px rgba(0,0,0,0.5);backdrop-filter: blur(20px);}
	header .bg{ position:absolute; z-index:5; top:0; right:0; bottom:0; left:0; border-bottom:1px solid rgba(255,255,255,0.1); background:url(/images/b_bg.jpg) top; background-size:100% auto; opacity:0.9;}
	header .row{ overflow:hidden; position:relative; z-index:10; margin:0 auto; max-width:1000px; height:70px;}
	header .logo{ position:absolute; top:-5px; left:50%; margin:0 0 0 -30.5px; height:60px;}
	header .logo img{ display:block; width:auto; height:100%;}
	header .tit{ display:none; margin:15px 0; text-align:center; line-height:40px; font-size:18px; font-weight:700; color:#FFF;}
	header .back{ display:none; position:absolute; top:20px; left:15px; width:30px; height:30px; cursor:pointer;}
	header .back i{ display:block; float:left; line-height:30px; font-size:24px; color:#ffd746;}
	header.back .back{ display:block;}
	header.back .i_left{ display:none;}
	header.back .i_right{ display:none;}
	header.tit .logo{ display:none;}
	header.tit .tit{ display:block;}
	header.no .alarm{ display:none;}
@media(min-width:700px){
	header{ box-shadow:none;}
	header .bg{ border:0; background:url(/images/i_bg1_pc.jpg) top; background-size:100% auto;}
	header .row{ height:80px;}
	header .logo{ top:-5px; margin:0 0 0 -35.3px; height:70px;}
	header .tit{ line-height:50px;}
	header .alarm{ top:25px;}
	header .back{ top:25px;}
	header.back{ box-shadow:0 0 0 1px rgba(0,0,0,0.5);}
	header.back .bg{ border-bottom:1px solid rgba(255,255,255,0.1);}
}


.gnb{ position:fixed; z-index:50; right:0; bottom:0; left:0; height:80px; box-shadow:0 0 0 1px rgba(0,0,0,0.5); transition:none;}
	.gnb .bg{ position:absolute; z-index:5; top:0; right:0; bottom:0; left:0; border-top:1px solid rgba(255,255,255,0.1); background:url(/images/b_bg.jpg) bottom; background-size:100% auto; opacity:0.9;}
	.gnb ul{ position:relative; z-index:10;}
	.gnb ul li{ float:left; width:16.6%;}
	.gnb ul li a{ display:block; position:relative; padding:10px 0; height:70px;}
	.gnb ul li a font{ display:block; position:absolute; top:-2px; right:50%; margin:0 -28px 0 0; padding:0 7px; height:20px; border-radius:10px; background:#F00; text-align:center; line-height:22px; font-size:12px; color:#FFF;}
	.gnb ul li a .icon{}
	.gnb ul li a .icon img{ display:block; margin:0 auto; width:auto; height:25px; opacity:0.5;}
	.gnb ul li a p{ margin:10px 0 0 0; text-align:center; line-height:15px; font-size:12px; color:#FFF; opacity:0.5;}
	.gnb ul li.on a .icon img{ opacity:1;}
	.gnb ul li.on a p{ opacity:1;}
@media(min-width:700px){
	.gnb{ top:80px; bottom:inherit; height:60px; box-shadow:0 1px 0 0 rgba(0,0,0,0.5);}
	.gnb .bg{ border-top:0; border-bottom:1px solid rgba(255,255,255,0.1); background:url(/images/i_bg1_pc.jpg) top; background-size:100% auto;}
	.gnb ul{ margin:0 auto; max-width:1000px;}
	.gnb ul li a{ padding:15px 0; height:60px; text-align:center;}
	.gnb ul li a font{ top:5px; margin:0 -50px 0 0;}
	.gnb ul li a .icon{ display:inline-block; vertical-align:top; padding:2.5px 0;}
	.gnb ul li a p{ display:inline-block; vertical-align:top; margin:0 0 0 5px; line-height:33px; font-size:17px;}
}


footer{ display:none; background:#d5d7e1;}
	footer .row{ overflow:hidden; position:relative; margin:0 auto; padding:60px 0; max-width:600px;}
	footer .row .logo{ display:block; margin:0 auto; width:165px; height:30px;}
	footer .row .logo img{ display:block; width:auto; height:100%;}
	footer .row .txt{ margin:15px 0 0 0; text-align:center; line-height:20px; font-size:15px; color:rgba(0,0,0,0.7);}
	footer .row .copy{ margin:20px 0 0 0; text-align:center; line-height:15px; font-size:12px; color:rgba(0,0,0,0.5); text-transform:uppercase; letter-spacing:0;}
@media(min-width:700px){
	footer{ display:none;}
}


.header_menu{ padding:0;}
	.header_menu ul{ overflow:hidden;}
	.header_menu ul li{ float:left; position:relative; width:50%;}
	.header_menu ul li a{ display:block; text-align:center;}
	.header_menu ul li a p{ line-height:20px; font-size:15px; font-weight:700; color:#FFF; opacity:0.5;}
	.header_menu ul li a font{ display:inline-block; padding:0 3px 0 10px; height:20px; line-height:20px; font-size:12px; color:#feda46; text-transform:uppercase; letter-spacing:5px; opacity:0.5;}
	.header_menu ul li span{ display:block; position:absolute; top:50%; left:0; margin:-10px 0 0 0; width:1px; height:20px; background:#FFF; opacity:0.2;}
	.header_menu ul li:first-child span{ display:none;}
	.header_menu ul li.on a p{ opacity:1;}
	.header_menu ul li.on a font{ border-bottom:1px solid #feda46; opacity:1;}


.foot_btn{ position:fixed; z-index:50; right:0; bottom:0; left:0; height:80px; box-shadow:0 0 0 1px rgba(0,0,0,0.5); text-align:center;}
	.foot_btn .bg{ position:absolute; z-index:5; top:0; right:0; bottom:0; left:0; border-top:1px solid rgba(255,255,255,0.1); background:url(/images/b_bg.jpg) bottom; background-size:100% auto; opacity:0.9;}
	.foot_btn .row{ display:inline-block; vertical-align:top; position:relative; z-index:10; margin:15px 0 0 0; cursor:pointer;}
	.foot_btn .row img{ display:block; float:left; margin:0 5px 0 0; height:40px;}
	.foot_btn .row div{ float:left;}
	.foot_btn .row p{ text-align:left; line-height:25px; font-size:22px; font-weight:800; color:#FFF;}
	.foot_btn .row font{ display:block; text-align:center; line-height:15px; font-size:13px; color:#ffd746; letter-spacing:2px; text-transform:uppercase;}
@media(min-width:700px){
	.foot_btn .bg{ background:url(/images/i_bg1_pc.jpg) bottom; background-size:100% auto;}
}


.wrapper{ position:relative; margin:70px auto 0 auto; max-width:600px; padding:15px 10px 95px 10px;}
	.wrapper_chatting{ position:relative; margin:70px auto 0 auto; max-width:600px; padding:15px 10px 95px 10px;}
	.sub{ position:relative; margin:70px auto 0 auto; max-width:600px; padding:15px 10px 95px 10px;}
	.sub_quick{ position:relative; margin:0 auto; max-width:600px; padding:70px 10px 90px 10px;}
	.sub_talk{ position:relative; margin:0 auto; max-width:600px; padding:70px 10px 130px 10px;}
	.member_sub{ position:relative; margin:0 auto; max-width:600px; padding:60px 0;}
	.member_sub .member_login{ padding:15px;}
	.member_sub .member_login .logo{ display:block; margin:40px auto; width:auto; height:40px;}
	.member_sub .member_login .check{ overflow:hidden; margin:15px 0 0 0;}
	.member_sub .member_login .check .bg{ overflow:hidden; float:left; padding:2px; width:40px; height:20px; border-radius:20px; background:#f0f0f0;}
	.member_sub .member_login .check .bg span{ display:block; float:left; width:16px; height:16px; border-radius:50%; background:#333; transition:all .5s;}
	.member_sub .member_login .check p{ float:left; margin:0 0 0 5px; line-height:20px; font-size:15px; color:#999;}
	.member_sub .member_login .check.on .bg{ background:#ffbe30;}
	.member_sub .member_login .check.on .bg span{ margin:0 0 0 20px; background:#FFF;}
	.member_sub .member_login .button{ display:block; border-radius:25px; background:#ffbe30; box-shadow:0 5px 10px 0 rgba(255,190,48,0.4); text-align:center; line-height:50px; font-size:16px; font-weight:800; color:#000; letter-spacing:0; cursor:pointer;}
	.member_sub .member_login .bottom{ text-align:center;}
	.member_sub .member_login .bottom *{ display:inline-block; vertical-align:top;}
	.member_sub .member_login .bottom a{ line-height:20px; font-size:15px; color:#999;}
	.member_sub .member_login .bottom span{ margin:0 15px; width:1px; height:20px; background:#DDD;}
@media(min-width:700px){
	.wrapper{ margin:140px auto 0 auto; padding:20px 0 30px 0;}
	.wrapper_chatting{ margin:80px auto 0 auto; padding:20px 0 100px 0;}
	.sub{ margin:80px auto 0 auto; padding:20px 0 100px 0;}
	.sub_quick{ padding:95px 0 100px 0;}
	.sub_talk{ padding:95px 0 140px 0;}
}


.h10{ height:10px;}
.h15{ height:15px;}
.h20{ height:20px;}
.h30{ height:30px;}
@media(min-width:700px){
	.h10{ height:15px;}
	.h15{ height:20px;}
	.h20{ height:25px;}
	.h30{ height:40px;}
}
	
.pc{}
@media(min-width:700px){
	.pc{ display:none;}
}







.title_head{ position:relative;}
	.title_head .logo{ display:block; margin:0 auto; width:auto; height:30px;}
	.title_head .tit{ margin:5px 0 0 0; text-align:center; line-height:30px; font-family:Castoro; font-size:30px; color:#FFF; text-transform:uppercase;}
	.title_head .text{ text-align:center;}
	.title_head .text p{ display:inline-block; vertical-align:top; position:relative; padding:0 60px; line-height:20px; font-size:18px; font-weight:700; color:#ffd746; text-transform:uppercase;}
	.title_head .text p .left{ display:block; position:absolute; top:50%; left:0; margin:-3px 0 0 0; width:45px; height:auto;}
	.title_head .text p .right{ display:block; position:absolute; top:50%; right:0; margin:-3px 0 0 0; width:45px; height:auto;}
	
.title_txt{ text-align:center; line-height:20px; font-size:17px; color:#FFF;}
	.title_txt font{ color:#ffd746; text-decoration:underline;}
	
.title_txt2{ text-align:center;}
	.title_txt2 ul{ display:inline-block;}
	.title_txt2 ul li{ padding:10px 0 10px 35px; text-align:left;}
	.title_txt2 ul li span{ display:block; float:left; margin:5px 0 0 -35px; width:30px; height:30px; border-radius:50%; border:3px solid #ffd746; text-align:center; line-height:24px; font-size:15px; color:#ffd746;}
	.title_txt2 ul li p{ line-height:20px; font-size:14px; color:#FFF; letter-spacing:-0.5px;}
	.title_txt2 ul li p font{ color:#ffd746; text-decoration:underline;}
	
.title_txt3{ text-align:center;}
	.title_txt3 ul{ display:inline-block;}
	.title_txt3 ul li{ padding:10px 0 10px 30px; text-align:left;}
	.title_txt3 ul li img{ display:block; float:left; margin:5px 0 0 -30px; height:30px;}
	.title_txt3 ul li p{ line-height:20px; font-size:13px; color:#000; letter-spacing:-0.5px;}
	.title_txt3 ul li p font{ color:#ffd746; text-decoration:underline;}
	
.title_txt_img{ text-align:center;}
	.title_txt_img img{ display:inline-block; vertical-align:top; margin:0 5px 0 0; height:40px;}
	.title_txt_img div{ display:inline-block; vertical-align:top;}
	.title_txt_img div font{ display:block; text-align:left; line-height:15px; font-size:15px; color:#000;}
	.title_txt_img div p{ text-align:left; line-height:25px; font-size:20px; font-weight:700; color:#000; letter-spacing:-1px;}








.vip_list{}
	.vip_list ul{ overflow:hidden; margin:-10px -5px 0 -5px;}
	.vip_list ul li{ float:left; margin:10px 0 0 0; width:50%;}
	.vip_list ul li a{ display:block; overflow:hidden; position:relative; margin:0 5px; border-radius:5px; background:rgba(0,0,0,0.5);}
	.vip_list ul li a .ok{ display:none; position:absolute; z-index:20; top:50%; left:50%; margin:-60px 0 0 -50px; width:100px; height:100px;}
	.vip_list ul li a .img{ position:relative;}
	.vip_list ul li a .img .tit{ position:absolute; z-index:10; top:15px; left:15px;}
	.vip_list ul li a .img .tit p{ line-height:20px; font-size:18px; font-weight:700; color:#ffd746;}
	.vip_list ul li a .img .tit font{ display:block; margin:5px 0 0 0; line-height:15px; font-size:13px; color:rgba(255,255,255,0.8);}
	.vip_list ul li a .img .time{ position:absolute; z-index:10; bottom:50px; right:10px; left:10px; text-align:center; line-height:15px; font-size:12px; color:rgba(255,255,255,0.8);}
	.vip_list ul li a .img .btn{ position:absolute; z-index:10; bottom:10px; left:10px; right:10px; height:35px; border-radius:5px; border:1px solid #ffd746; text-align:center; line-height:33px; font-size:15px; font-weight:700; color:#ffd746;}
	.vip_list ul li a .img .bg{ position:absolute; z-index:5; top:0; right:0; bottom:0; left:0; background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));}
	.vip_list ul li a .img img{ display:block; width:100%; height:auto; opacity:0.5;}
	.vip_list ul li.ok a .ok{ display:block;}
	.vip_list ul li.ok a .img{ opacity:0.2;}


.vip_detail{}
	.vip_detail .head{ position:relative;}
	.vip_detail .head .logo{ display:block; margin:0 auto; width:auto; height:30px;}
	.vip_detail .head .tit{ margin:5px 0 0 0; text-align:center; line-height:30px; font-family:Castoro; font-size:30px; color:#FFF; text-transform:uppercase;}
	.vip_detail .head .text{ text-align:center;}
	.vip_detail .head .text p{ display:inline-block; vertical-align:top; position:relative; padding:0 60px; line-height:20px; font-size:18px; font-weight:700; color:#ffd746; text-transform:uppercase;}
	.vip_detail .head .text p .left{ display:block; position:absolute; top:50%; left:0; margin:-3px 0 0 0; width:45px; height:auto;}
	.vip_detail .head .text p .right{ display:block; position:absolute; top:50%; right:0; margin:-3px 0 0 0; width:45px; height:auto;}

	.vip_detail .video_txt1{ text-align:center; line-height:20px; font-size:18px; color:#FFF;}
	.vip_detail .video_txt1 font{ color:#ffd746; text-decoration:underline;}
	
	.vip_detail .video_img{ overflow:hidden; margin:0 auto; padding:20px 0; border-radius:5px; background:rgba(0,0,0,0.5); text-align:center;}
	.vip_detail .video_img img{ display:inline-block; vertical-align:top; margin:0 10px 0 0; height:75px;}
	.vip_detail .video_img p{ display:inline-block; vertical-align:top; text-align:left; line-height:25px; font-size:18px; color:#FFF;}
	.vip_detail .video_img p font{ display:block; font-size:25px; font-weight:700; color:#ffd746;}
	
	.vip_detail .video_txt2{ text-align:center;}
	.vip_detail .video_txt2 p{ display:inline-block; vertical-align:top; text-align:right; line-height:20px; font-size:18px; color:#FFF;}
	.vip_detail .video_txt2 p font{ color:#ffd746; text-decoration:underline;}
	.vip_detail .video_txt2 img{ display:inline-block; vertical-align:top; margin:0 0 0 5px; height:40px;}
	
	.vip_detail .price{ position:relative; margin:0 auto; max-width:320px;}
	.vip_detail .price .text{ position:absolute; top:50%; left:50%; width:190px; height:auto; transform:translate(-50%,-50%);}
	.vip_detail .price .text .tit{ line-height:15px; font-size:12px; color:#FFF; text-transform:uppercase;}
	.vip_detail .price .text .qian{ overflow:hidden; margin:5px 0 0 0;}
	.vip_detail .price .text .qian p{ float:left; line-height:15px; font-size:15px; font-weight:700; color:#FFF;}
	.vip_detail .price .text .qian font{ display:block; float:left; line-height:30px; font-size:30px; font-weight:800; color:#ffd746;}
	.vip_detail .price .text .qian span{ display:block; float:left; height:30px; line-height:35px; font-size:15px; color:#FFF;}
	.vip_detail .price .text .txt{ width:240px; line-height:20px; font-size:12px; color:#FFF;}
	.vip_detail .price .text .txt font{ color:#ec6941;}
	.vip_detail .price .text .txt span{ font-size:16px; color:#ec6941;}
	.vip_detail .price img{ display:block; width:100%; height:auto;}
	
	.vip_detail .point{ text-align:center;}
	.vip_detail .point ul{ display:inline-block;}
	.vip_detail .point ul li{ padding:10px 0 10px 30px; text-align:left;}
	.vip_detail .point ul li img{ display:block; float:left; margin:5px 0 0 -30px; height:30px;}
	.vip_detail .point ul li p{ line-height:20px; font-size:14px; color:#FFF; letter-spacing:-0.5px;}
	.vip_detail .point ul li p font{ color:#ffd746; text-decoration:underline;}
	
	.vip_detail .profile{ text-align:center;}
	.vip_detail .profile li{ display:inline-block; vertical-align:top; margin:0 5px;}
	.vip_detail .profile li img{ display:block; float:left; margin:0 2px 0 0; height:20px;}
	.vip_detail .profile li p{ float:left; line-height:20px; font-size:18px; color:#FFF;}
	
	.vip_detail .profile_img{ overflow:hidden; margin:-15px auto 0 auto;}
	.vip_detail .profile_img li{ margin:15px 0 0 0;}
	.vip_detail .profile_img li img{ display:block; width:100%; height:auto;}
	
	.vip_detail .event{ text-align:center;}
	.vip_detail .event ul{ display:inline-block;}
	.vip_detail .event ul li{ padding:10px 0 10px 35px; text-align:left;}
	.vip_detail .event ul li span{ display:block; float:left; margin:5px 0 0 -35px; width:30px; height:30px; border-radius:50%; border:3px solid #ffd746; text-align:center; line-height:24px; font-size:15px; color:#ffd746;}
	.vip_detail .event ul li p{ line-height:20px; font-size:14px; color:#FFF; letter-spacing:-0.5px;}
	.vip_detail .event ul li p font{ color:#ffd746; text-decoration:underline;}
	
	.vip_detail .play{ display:block; cursor:pointer; margin:0 auto; max-width:320px;}
	
	
	
	
	
	
	
.alba_banner{ display: block; overflow: hidden; border-radius: 5px;}
	.alba_banner img{ display: block; width: 100%;}

.alba_option{}
	.alba_option ul{ overflow: hidden; border-radius: 5px; background: rgba(0,0,0,0.3);}
	.alba_option ul li{ float: left; width: 50%;}
	.alba_option ul li a{ display: block; padding: 10px 0 5px 0; text-align: center; opacity: 0.5; cursor: pointer;}
	.alba_option ul li a p{ line-height: 15px; font-family: 15px; font-weight: 700; color: #feda46;}
	.alba_option ul li a font{ display: block; line-height: 15px; font-size: 12px; color: #FFF;}
	.alba_option ul li.on a{ opacity: 1;}

.alba_list{}
	.alba_list ul{ overflow:hidden; margin:-10px 0 0 0;}
	.alba_list ul li{ margin:10px 0 0 0; position:relative;}
	.alba_list ul li .ok{ display:none; position:absolute; z-index:20; top:50%; left:50%; margin:-60px 0 0 -50px; width:100px; height:100px;}
	.alba_list ul li .ok_bg{ display: none;position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; border-radius: 5px; background: rgba(0,0,0,0.7);}	
	.alba_list ul li a{ display:block; overflow:hidden; position:relative; border-radius:5px; background:rgba(0,0,0,0.3);}
	.alba_list ul li a img{ display:block; float:left; margin:0 10px 0 0; width:120px; height:auto;}
	.alba_list ul li a .text{ position:absolute; top:50%; left:140px; right:20px; transform:translate(0,-50%); }
	.alba_list ul li a .text .tit{}
	.alba_list ul li a .text .tit p{ line-height:20px; font-size:18px; font-weight:700; color:#ffd746;}
	.alba_list ul li a .text .tit font{ display:block; margin:5px 0 0 0; line-height:20px; font-size:15px; color:rgba(255,255,255,0.8); text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
	.alba_list ul li a .text .txt{ margin:5px 0 0 0; line-height:15px; font-size:12px; color:rgba(255,255,255,0.5); text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
	.alba_list ul li a .text .btn{ margin:15px 0 0 0; height:30px; border-radius:20px; border:1px solid #ffd746; text-align:center; line-height:28px; font-size:13px; font-weight:700; color:#ffd746;}
	.alba_list ul li.ok .ok{ display:block;}
	.alba_list ul li.ok .ok_bg{ display: block;}
	
.alba_user{ padding:20px 0; border-radius:5px; background:rgba(0,0,0,0.3);}
	.alba_user .head{ position:relative; margin: 0 0 20px 0;}
	.alba_user .head .logo{ display:block; margin:0 auto; width:auto; height:30px;}
	.alba_user .head .tit{ margin:5px 0 0 0; text-align:center; line-height:25px; font-family:Castoro; font-size:25px; color:#FFF; text-transform:uppercase;}
	.alba_user .head .text{ text-align:center;}
	.alba_user .head .text p{ display:inline-block; vertical-align:top; position:relative; padding:0 60px; line-height:20px; font-size:15px; font-weight:700; color:#ffd746; text-transform:uppercase;}
	.alba_user .head .text p .left{ display:block; position:absolute; top:50%; left:0; margin:-3px 0 0 0; width:45px; height:auto;}
	.alba_user .head .text p .right{ display:block; position:absolute; top:50%; right:0; margin:-3px 0 0 0; width:45px; height:auto;}

	.alba_user .top{ margin: 0;}
	.alba_user .top .slide{}
	.alba_user .top .slide a{ display:block; margin:0 -7px;}
	.alba_user .top .slide a img{ display:block; max-width:100%; height:auto; border-radius: 5px; transition: all .5s; transform: scale(0.7); opacity: 0.5;}
	.alba_user .top .slide.slick-active a img{ transition: all .5s; transform: scale(1); opacity: 1;}
	
	.alba_user.my .top{ margin:0 15px;}
	.alba_user.my .top .slide a{ margin:0 5px;}
	.alba_user.my .top .slide a img{ display:block;}
	
	.alba_user ul{ overflow:hidden; margin:20px 10px 0 10px;}
	.alba_user ul li{ float:left; width:20%;}
	.alba_user ul li a{ display:block;}
	.alba_user ul li a img{ display:block; margin:0 auto; height:25px;}
	.alba_user ul li a p{ margin:10px 0 5px 0; text-align:center; line-height:15px; font-size:12px; color:#FFF;}
	.alba_user ul li a font{ display:block; text-align:center; line-height:20px; font-size:15px; font-weight:700; color:#ffd746;}
	
	
.alba_profile{ overflow: hidden; padding: 0 15px 20px 15px; border-radius: 5px; background: rgba(0,0,0,0.3);}
	.alba_profile li{ float: left; width: 100%; margin:20px 0 0 0; text-align: center;}
	.alba_profile li p{ line-height:20px; font-size:15px; color:#FFF;}
	.alba_profile li p span{ margin:0 5px 0 0; line-height:20px; font-size:15px; font-weight:700; color:#ffd746;}
	.alba_profile li font{ display:block; line-height:20px; font-size:15px; font-weight:700; color:#ffd746;}
	
.alba_chatting_btn{ position:fixed; z-index:50; right:0; bottom:0; left:0; padding: 15px 15px 25px 15px; height:80px; box-shadow:0 0 0 1px rgba(0,0,0,0.5); transition:none;}
	.alba_chatting_btn a{ display: block; position: relative; z-index: 10; margin: 0 auto; max-width: 600px; border-radius: 30px; background: #ffd746; text-align: center; line-height: 40px; font-size: 15px; font-weight: 700; color: #333; cursor: pointer;}
	.alba_chatting_btn .bg{ position:absolute; z-index:5; top:0; right:0; bottom:0; left:0; border-top:1px solid rgba(255,255,255,0.1); background:url(/images/b_bg.jpg) bottom; background-size:100% auto; opacity:0.9;}

.alba_chatting_btn2{ position:fixed; z-index:50; right:0; bottom:0; left:0; padding: 15px 15px 25px 15px; height:80px; box-shadow:0 0 0 1px rgba(0,0,0,0.5); transition:none;}
    .alba_chatting_btn2 ul{ overflow: hidden; margin: 0 -5px;}
    .alba_chatting_btn2 ul li{ float: left; width: 50%;}
    .alba_chatting_btn2 ul li a{ display: block; position: relative; z-index: 10; margin: 0 5px; max-width: 600px; border-radius: 30px; background: #ffd746; text-align: center; line-height: 40px; font-size: 15px; font-weight: 700; color: #333; cursor: pointer;}
    .alba_chatting_btn2 ul li:nth-child(1) a{ background: #F00; color: #FFF;}
    .alba_chatting_btn2 .bg{ position:absolute; z-index:5; top:0; right:0; bottom:0; left:0; border-top:1px solid rgba(255,255,255,0.1); background:url(/images/b_bg.jpg) bottom; background-size:100% auto; opacity:0.9;}
@media(min-width:700px){
    .alba_chatting_btn2 ul{ margin: 0 auto; max-width: 600px;}
}



.my_alba_banner{ overflow: hidden; padding: 15px 15px; border-radius: 5px; background: #feda46;}
	.my_alba_banner img{ display: block; float: left; width: auto; height: 30px;}
	.my_alba_banner p{ float: left; margin: 0 0 0 15px; line-height: 30px; font-size: 15px; font-weight: 700; color: #333;}
	.my_alba_banner font{ display: block; float: right; padding: 0 10px; height: 30px; border-radius: 15px; background: #333; line-height: 30px; font-size: 13px; font-weight: 700; color: #FFF;}
	

.my_alba{}
	.my_alba .list{ margin:0 !important;}
	.my_alba .list .slick-list{ overflow:visible;}
	.my_alba .list .slide{}
	.my_alba .list .slide .row{ display: block; overflow:hidden; position:relative; margin:0 10px 0 0; border-radius:5px;}

	.my_alba .list .slide .row .ok{ display:none; position:absolute; z-index:110; top:50%; left:50%; margin:-60px 0 0 -50px; width:100px; height:100px;}
	.my_alba .list .slide .row .ok_bg{ display: none;position: absolute; z-index: 100; top: 0; right: 0; bottom: 0; left: 0; border-radius: 5px; background: rgba(0,0,0,0.7);}	
	
	.my_alba .list .slide .row .top{ position:absolute; z-index:20; top:15px; right: 15px; left:15px;}
	.my_alba .list .slide .row .top p{ line-height: 25px; font-size: 18px; font-weight: 700; color: #feda46;}
	.my_alba .list .slide .row .top font{ display: block; line-height: 20px; font-size: 13px; color: rgba(255,255,255,0.8);}
	.my_alba .list .slide .row .bottom{ position: absolute; z-index: 20; right: 15px; bottom: 50px; left: 15px;}
	.my_alba .list .slide .row .bottom li{ float: left; width: 50%;}
	.my_alba .list .slide .row .bottom li p{ line-height: 15px; font-size: 12px; color: rgba(255,255,255,0.6);}
	.my_alba .list .slide .row .bottom li font{ display: block;line-height: 20px; font-size: 15px; color: rgba(255,255,255,1);}
	.my_alba .list .slide .row .bottom li:nth-child(1) font{ font-weight: 700; color: #feda46;}
	.my_alba .list .slide .row .bottom li:nth-child(2){ text-align: right;}
	.my_alba .list .slide .row .btn{ position: absolute; z-index: 20; right: 15px; bottom: 15px; left: 15px; height:30px; border-radius:20px; border:1px solid #ffd746; text-align:center; line-height:28px; font-size:13px; font-weight:700; color:#ffd746;}
	.my_alba .list .slide .row .bg{ position:absolute; z-index:10; top:0; right:0; bottom:0; left:0; background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.8));}
	.my_alba .list .slide .row .img{ display:block; width:170px; height:auto;}
	
	.my_alba .list .slide.ok_name .line{ display:block;}
	.my_alba .list .slide.ok_name .real_name{ display:block !important;}
	.my_alba .list .slide.ok_vip .row .bg .name img{ display:block;}
	
	.my_alba .list .slide.my_ok .row .love .love_my_ok{ display:block;}
	.my_alba .list .slide.my_pass .row .love .love_my_pass{ display:block;}
	.my_alba .list .slide.my_pass .row .img{ filter:grayscale(100%);}
	.my_alba .list .slide.ok .row .love .love_ok{ display:block;}
	
	.my_alba .list .slide .row.show-icon .ok{ display:block;}
	.my_alba .list .slide .row.show-icon .ok_bg{ display:block;}
	
	

.chatting_list{ overflow: hidden;}
	.chatting_list ul{ overflow: hidden; margin: -10px 0 0 0;}
	.chatting_list ul li{ margin: 10px 0 0 0;}
	.chatting_list ul li .row{ display: block; overflow: hidden; position: relative; padding: 15px 60px 15px 85px; border-radius: 5px; background: rgba(0,0,0,0.3);}
	.chatting_list ul li .row .img{ position: relative; float: left; margin: 0 0 0 -65px;}
	.chatting_list ul li .row .img font{ display: block; position: absolute; z-index: 10; top: 0; right: -5px; padding: 0 7px; background: #F00; border-radius: 10px; line-height: 20px; font-size: 12px; color: #FFF;}
	.chatting_list ul li .row .img div{ overflow: hidden; width: 50px; height: 50px; border-radius: 50%;}
	.chatting_list ul li .row .img div img{ display: block; width: 100%; height: auto;}
	.chatting_list ul li .row .name{ margin: 7px 0 0 0; line-height: 20px; font-size: 15px; font-weight: 700; color: #feda46;}
	.chatting_list ul li .row .name span{ font-size:13px; font-weight:normal; color:rgba(255,255,255,0.7);}
	.chatting_list ul li .row .txt{ line-height: 20px; font-size: 13px; color: rgba(255,255,255,0.5);}
	.chatting_list ul li .row .time{ position: absolute; top: 50%; right: 20px; transform: translate(0,-50%);  line-height: 20px; font-size: 12px; color: rgba(255,255,255,0.6);}




.chatting{}
	.chatting .time{ padding: 0 0 15px 0; text-align:center; line-height:15px; font-size:10px; color: rgba(255,255,255,0.8); letter-spacing:0;}
	.chatting .item{ position:relative; padding-bottom:15px; clear:both;}
	.chatting .item .row{ display:inline-block; max-width:80%;}
	.chatting .item .row .img{ overflow:hidden; position:relative; width:50px; height:50px; border-radius:50%; text-align:center; line-height:40px;}
	.chatting .item .row .img img{ display:block; position:absolute; top:50%; left:50%; width:100%; height:auto; transform:translate(-50%,-50%);}
	.chatting .item .row .img img.icon{ display:inline-block; position:static; top:inherit; left:inherit; margin:7.5px 0 0 0; width:auto; height:35px; transform:translate(0,0);}
	.chatting .item .row p{ overflow:hidden; margin: 5px 0 0 0; padding:10px; border-radius:5px; line-height:20px; font-size:13px;}
	.chatting .item .row p img{ display:block; width:100%; height:auto; border-radius:10px;}
	.chatting .item .row span{ display:block; margin: 5px 0 0 0; line-height:20px; font-size:12px; color:rgba(255,255,255,0.7); letter-spacing:0;}
	.chatting .item.left{ text-align:left;}
	.chatting .item.left .row{}
	.chatting .item.left .row .img{ float:left; margin:0 5px 0 0;}
	.chatting .item.left .row p{ padding-right:15px; background: rgba(0,0,0,0.3); text-align:left; color: rgba(255,255,255,1);}
	.chatting .item.left .row span{ margin:0 0 0 55px;}
	.chatting .item.right{ text-align:right;}
	.chatting .item.right .row .img{ float: right; margin: 0 0 0 5px;}
	.chatting .item.right .row p{ padding-left:15px; background: #feda46; text-align:right; color: #333;}
	.chatting .item.right .row span{ margin:0 55px 0 0;}

	.chatting .price{ position:relative; margin:0 auto 15px auto; max-width:400px;}
	.chatting .price .text{ position:absolute; top:50%; left: 65px; height:auto; transform:translate(0,-50%);}
	.chatting .price .text .tit{ line-height:15px; font-size:12px; color:#FFF; text-transform:uppercase;}
	.chatting .price .text .qian{ overflow:hidden; display: flex; align-items: center; grid-gap: 3px; margin:5px 0 0 0;}
	.chatting .price .text .qian p{ line-height:15px; font-size:15px; font-weight:700; color:#FFF;}
	.chatting .price .text .qian font{ line-height:30px; font-size:30px; font-weight:800; color:#ffd746;}
	.chatting .price .text .qian span{ height:30px; line-height:35px; font-size:15px; color:#FFF;}
	.chatting .price .text .txt{ margin-top: 5px; width:240px; line-height: 1.4; font-size:11px; color:#FFF;}
	.chatting .price .text .txt font{ color:#ec6941;}
	.chatting .price .text .txt span{ font-size: 11px; font-weight: 600; color:#ffd746;}
	.chatting .price img{ display:block; width:100%; height:auto;}

	.yuyue_txt{
		overflow: hidden; margin: 0 0 15px 0; padding: 10px 15px; border-radius: 5px; background: rgba(0,0,0,0.3);
	}
	.yuyue_txt p{ float: left; line-height: 30px; font-size: 13px; color: rgba(255,255,255,0.8);}
	.yuyue_txt p font{ color: #ffd746;}
	.yuyue_txt a{ display: block; float: right; padding: 0 10px; border-radius: 15px; background: #ffd746; line-height: 30px; font-size: 13px; color: #333;}

	.yuyue_txt2{ overflow: hidden; margin: 0 0 15px 0; padding: 10px 15px; border-radius: 5px; background: rgba(0,0,0,0.3);
	}
	.yuyue_txt2 p{ float: right; line-height: 30px; font-size: 13px; color: rgba(255,255,255,0.8);}
	.yuyue_txt2 p font{ color: #ffd746;}
	.yuyue_txt2 a{ display: block; float: left; padding: 0 10px; border-radius: 15px; background: #ffd746; line-height: 30px; font-size: 13px; color: #333;}

.chatting_input{ position:fixed; z-index:50; right:0; bottom:0; left:0; padding: 15px 15px 25px 15px; height:80px; box-shadow:0 0 0 1px rgba(0,0,0,0.5); transition:none;}
.chatting_input .row{ overflow: hidden; position: relative; z-index: 10; margin: 0 auto; padding: 0 70px; max-width: 600px;}
.chatting_input .btn_left{
	position: absolute;left: 0;
	width: 60px; border-radius: 30px; background: #F00; text-align: center; line-height: 40px; font-size: 15px; font-weight: 700; color: #FFF; cursor: pointer;}
.chatting_input .btn_right{ float: right; margin: 0 -70px 0 0; width: 60px; border-radius: 30px; background: #feda46; text-align: center; line-height: 40px; font-size: 15px; font-weight: 700; color: #333; cursor: pointer;}
.chatting_input	.box{ position: relative;}
.chatting_input	.box .file{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; width: 40px; height: 40px; cursor: pointer;}
.chatting_input	.box .file i{ font-size: 24px; color: #FFF;}
.chatting_input	.box .file input{ position: absolute; z-index: 10; top: 0; left: 0; margin: 0 !important; width: 40px !important; height: 40px; padding: 0; opacity: 0; outline:none; -webkit-appearance:none;}
.chatting_input input{ display:block; float: left; padding:0 40px 0 15px; width:100%; height:40px; border-radius:20px; border:0; background: rgba(255,255,255,0.1); line-height:40px; font-size:15px; color:#FFF; outline:none; -webkit-appearance:none;}
.chatting_input input::-webkit-input-placeholder{ color:#FFF;}
.chatting_input .bg{ position:absolute; z-index:5; top:0; right:0; bottom:0; left:0; border-top:1px solid rgba(255,255,255,0.1); background:url(/images/b_bg.jpg) bottom; background-size:100% auto; opacity:0.9;}




.reservation_list{ overflow: hidden; margin: 0 0 15px 0; border-radius: 5px;}
	.reservation_list .top{ overflow: hidden; padding: 15px 20px; background: rgba(0,0,0,0.3);}
	.reservation_list .top .user{ float: left; padding: 0 0 0 60px;}
	.reservation_list .top .user .img{ display: block; overflow: hidden; float: left; margin: 0 0 0 -60px; width: 50px; height: 50px; border-radius: 50%;}
	.reservation_list .top .user .img img{ display: block; width: 100%; height: auto;}
	.reservation_list .top .user .name{ margin: 7px 0 0 0; height: 20px; line-height: 20px;}
	.reservation_list .top .user .name font{ font-size: 15px; font-weight: 700; color: #feda46;}
	.reservation_list .top .user .name span{ margin: 0 0 0 5px; font-size: 13px; color: rgba(255,255,255,0.7);}
	.reservation_list .top .user .text{ line-height: 20px; font-size: 13px; color: rgba(255,255,255,1);}
	.reservation_list .top .time{ float: right; margin: 10px 0 0 0; text-align: right;}
	.reservation_list .top .time font{ display: block; line-height: 15px; font-size: 12px; color: rgba(255,255,255,0.7);}
	.reservation_list .top .time span{ display: block; line-height: 25px; font-size: 18px; font-weight: 700; color: #FFF;}
	.reservation_list .bottom{ overflow: hidden; padding: 15px 20px; background: rgba(0,0,0,0.5);}
	.reservation_list .bottom .cos{ float: left;}
	.reservation_list .bottom .cos font{ display: block; line-height: 15px; font-size: 13px; color: rgba(255,255,255,0.5);}
	.reservation_list .bottom .cos span{ display: block; height: 20px; line-height: 22px; font-size: 18px; font-weight: 700; color: #feda46;}
	.reservation_list .bottom .btn{ position: relative; float: right;}
	.reservation_list .bottom .btn p{ position: absolute; z-index: 10; top: -7px; right: -7px; padding: 0 7px; height: 20px; border-radius: 10px; background: #F00; line-height: 21px; font-size: 12px; color: #FFF;}
	.reservation_list .bottom .btn a{ display: block; width: 150px; height: 30px; border-radius: 20px; border: 1px solid #feda46; text-align: center; line-height: 29px; font-size: 13px; font-weight: 700; color: #feda46;}
	.reservation_list .bottom .btn a.on{ border-color: #feda46; background: #feda46; color: #333;}
	.reservation_list .bottom .txt{ padding: 5px 0 0 0; line-height: 20px; font-size: 12px; color: rgba(255,255,255,0.6);}
    .reservation_list .bottom .btn_my{ position: relative; margin: 10px 0 0 0;}
	.reservation_list .bottom .btn_my p{ position: absolute; z-index: 10; top: -7px; right: -7px; padding: 0 7px; height: 20px; border-radius: 10px; background: #F00; line-height: 21px; font-size: 12px; color: #FFF;}
	.reservation_list .bottom .btn_my a{ display: block; height: 30px; border-radius: 20px; border: 1px solid #00d2ff; text-align: center; line-height: 29px; font-size: 13px; font-weight: 700; color: #00d2ff;}
    .reservation_list .bottom .btn_my a.on{ background: #00d2ff; color: #333;}

.reservation_list_my{ overflow: hidden; margin: 0 0 15px 0; border-radius: 5px;}
	.reservation_list_my .top{ overflow: hidden; padding: 15px 20px; background: rgba(0,0,0,0.3);}
	.reservation_list_my .top .time{ float: left; margin: 10px 0 0 0;}
	.reservation_list_my .top .time font{ display: block; line-height: 15px; font-size: 12px; color: rgba(255,255,255,0.7);}
	.reservation_list_my .top .time span{ display: block; line-height: 25px; font-size: 18px; font-weight: 700; color: #FFF;}
	.reservation_list_my .top .user{ float: right; padding: 0 60px 0 0;}
	.reservation_list_my .top .user .img{ display: block; overflow: hidden; float: right; margin: 0 -60px 0 0; width: 50px; height: 50px; border-radius: 50%;}
	.reservation_list_my .top .user .img img{ display: block; width: 100%; height: auto;}
	.reservation_list_my .top .user .name{ margin: 7px 0 0 0; height: 20px; text-align: right; line-height: 20px; font-size: 15px; font-weight: 700; color: #feda46;}
	.reservation_list_my .top .user .text{ text-align: right; line-height: 20px; font-size: 13px; color: rgba(255,255,255,1);}
	.reservation_list_my .bottom{ overflow: hidden; padding: 15px 20px; background: rgba(0,0,0,0.5);}
	.reservation_list_my .bottom .btn{ position: relative; float: left;}
	.reservation_list_my .bottom .btn p{ position: absolute; z-index: 10; top: -7px; right: -7px; padding: 0 7px; height: 20px; border-radius: 10px; background: #F00; line-height: 21px; font-size: 12px; color: #FFF;}
	.reservation_list_my .bottom .btn a{ display: block; width: 150px; height: 30px; border-radius: 20px; background: #feda46; text-align: center; line-height: 30px; font-size: 13px; font-weight: 700; color: #333;}
	.reservation_list_my .bottom .btn a.danbao{ border-color: #00d2ff; background: #00d2ff; color: #333;}
	.reservation_list_my .bottom .cos{ float: right;}
	.reservation_list_my .bottom .cos font{ display: block; text-align: right; line-height: 15px; font-size: 13px; color: rgba(255,255,255,0.5);}
	.reservation_list_my .bottom .cos span{ display: block; height: 20px; line-height: 22px; font-size: 18px; font-weight: 700; color: #feda46;}
	.reservation_list_my .bottom .txt{ padding: 5px 0 0 0; line-height: 20px; font-size: 12px; color: rgba(255,255,255,0.6);}
	.reservation_list_my .bottom .btn_my{ position: relative; margin: 10px 0 0 0;}
	.reservation_list_my .bottom .btn_my p{ position: absolute; z-index: 10; top: -7px; right: -7px; padding: 0 7px; height: 20px; border-radius: 10px; background: #F00; line-height: 21px; font-size: 12px; color: #FFF;}
	.reservation_list_my .bottom .btn_my a{ display: block; height: 30px; border-radius: 20px; border: 1px solid #00d2ff; text-align: center; line-height: 29px; font-size: 13px; font-weight: 700; color: #00d2ff;}
    .reservation_list_my .bottom .btn_my a.on{ background: #00d2ff; color: #333;}




.notice_banner{ overflow: hidden; padding: 15px 15px; border-radius: 5px; background: #feda46;}
	.notice_banner img{ display: block; float: left; width: auto; height: 30px;}
	.notice_banner p{ float: left; margin: 0 0 0 15px; line-height: 30px; font-size: 15px; font-weight: 700; color: #333;}
	.notice_banner font{ display: block; float: right; padding: 0 10px; height: 30px; border-radius: 15px; background: #333; line-height: 30px; font-size: 13px; font-weight: 700; color: #FFF;}

.notice_list{}
	.notice_list ul{ overflow:hidden; margin:-10px 0 0 0;}
	.notice_list ul li{ margin:10px 0 0 0;}
	.notice_list ul li a{ display:block; overflow:hidden; border-radius:5px;}
	.notice_list ul li a .top{ overflow:hidden; padding:15px 15px 15px 65px; background:rgba(0,0,0,0.3);}
	.notice_list ul li a .top .point{ float:left; margin:0 0 0 -50px; width:40px; height:40px; border-radius:50%; background: #feda46; text-align: center; line-height: 40px; font-size: 13px; font-weight: 700; color: #333;}
	.notice_list ul li a .top .tit{ margin:5px 0 0 0; line-height:20px; font-size:15px; color:#FFF; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
	.notice_list ul li a .top .txt{ line-height:15px; font-size:12px; color:rgba(255,255,255,0.5);}
	.notice_list ul li a .row{ display:none; transition:none;}
	.notice_list ul li a .middle{ overflow:hidden; padding:15px 15px 15px 65px; border-top:1px solid rgba(255,255,255,0.1); background:rgba(0,0,0,0.4);}
	.notice_list ul li a .middle .point{ float:left; margin:0 0 0 -50px; width:40px; height:40px; border-radius:5px; background:#FFF; box-shadow:0 0 0 1px rgba(0,0,0,0.1);}
	.notice_list ul li a .middle .point p{ margin:8px 0; text-align:center; line-height:12px; font-size:12px; color:#333;}
	.notice_list ul li a .middle .txt{ margin:5px 15px 5px 0; line-height:25px; font-size:15px; color:#FFF;}
	.notice_list ul li a .middle .txt img{ margin:10px 0; max-width:100%;}




.qna_banner{ overflow: hidden; padding: 15px 15px; border-radius: 5px; background: #feda46;}
	.qna_banner img{ display: block; float: left; width: auto; height: 30px;}
	.qna_banner p{ float: left; margin: 0 0 0 15px; line-height: 30px; font-size: 15px; font-weight: 700; color: #333;}
	.qna_banner a{ display:block; float: right; padding:0 15px; border-radius:20px; background:#333; line-height:30px; font-size:13px; font-weight:700; color:#feda46;}

.qna_list{}
	.qna_list ul{ overflow:hidden; margin:-10px 0 0 0;}
	.qna_list ul li{ margin:10px 0 0 0;}
	.qna_list ul li a{ display:block; overflow:hidden; border-radius:5px;}
	.qna_list ul li a .top{ overflow:hidden; padding:15px 15px 15px 65px; background:rgba(0,0,0,0.3);}
	.qna_list ul li a .top .point{ float:left; margin:0 0 0 -50px; width:40px; height:40px; border-radius:5px; background:rgba(255,255,255,0.2);}
	.qna_list ul li a .top .point p{ margin:8px 0; text-align:center; line-height:12px; font-size:12px; color:#FFF;}
	.qna_list ul li a .top .tit{ margin:5px 0 0 0; line-height:20px; font-size:15px; color:#FFF; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
	.qna_list ul li a .top .txt{ line-height:15px; font-size:12px; color:rgba(255,255,255,0.5);}
	.qna_list ul li a .row{ display:none; transition:none;}
	.qna_list ul li a .middle{ overflow:hidden; padding:15px 15px 15px 65px; border-top:1px solid rgba(255,255,255,0.1); background:rgba(0,0,0,0.4);}
	.qna_list ul li a .middle .point{ float:left; margin:0 0 0 -50px; width:40px; height:40px; border-radius:5px; background:#FFF; box-shadow:0 0 0 1px rgba(0,0,0,0.1);}
	.qna_list ul li a .middle .point p{ margin:8px 0; text-align:center; line-height:12px; font-size:12px; color:#333;}
	.qna_list ul li a .middle .txt{ margin:5px 15px 5px 0; line-height:25px; font-size:15px; color:#FFF;}
	.qna_list ul li a .middle .txt img{ margin:10px 0; max-width:100%;}
	.qna_list ul li a .bottom{ overflow:hidden; padding:15px 15px 15px 65px; border-top:1px solid rgba(255,255,255,0.1); background:rgba(0,0,0,0.3);}
	.qna_list ul li a .bottom .point{ float:left; margin:0 0 0 -50px; width:40px; height:40px; border-radius:5px; background:#ffd746;}
	.qna_list ul li a .bottom .point p{ margin:8px 0; text-align:center; line-height:12px; font-size:12px; color:#000;}
	.qna_list ul li a .bottom .txt{ margin:5px 15px 5px 0; line-height:25px; font-size:15px; color:#FFF;}
	.qna_list ul li a .bottom .txt img{ margin:10px 0; max-width:100%;}
	.qna_list ul li.on a .top .point{ background:#ffd746;}
	.qna_list ul li.on a .top .point p{ color:#000;}








	
.talk_chat_list{ overflow-x:hidden; position:absolute; z-index:10; top:140px; right:30px; bottom:80px; left:30px; padding:15px; border-radius:5px; background:rgba(0,0,0,0.5);}
	.talk_chat_list .time{ padding:15px 0; text-align:center; line-height:15px; font-size:10px; color:#FFF; letter-spacing:0;}
	.talk_chat_list .item{ position:relative; padding-bottom:15px; clear:both;}
	.talk_chat_list .item .row{ display:inline-block; max-width:80%;}
	.talk_chat_list .item .row .img{ overflow:hidden; position:relative; width:40px; height:40px; border-radius:50%; background:#f5f5f5; text-align:center; line-height:40px;}
	.talk_chat_list .item .row .img img{ display:block; position:absolute; top:50%; left:50%; width:100%; height:auto; transform:translate(-50%,-50%);}
	.talk_chat_list .item .row .img img.icon{ display:inline-block; position:static; top:inherit; left:inherit; margin:7.5px 0 0 0; width:auto; height:35px; transform:translate(0,0);}
	.talk_chat_list .item .row p{ overflow:hidden; padding:10px; border-radius:5px; background:#FFF; box-shadow:0 0 0 1px rgba(0,0,0,0.05); line-height:20px; font-size:15px; color:#666;}
	.talk_chat_list .item .row p img{ display:block; margin:0 0 5px 0; width:100%; height:auto; border-radius:10px;}
	.talk_chat_list .item .row span{ display:block; line-height:20px; font-size:12px; color:rgba(255,255,255,0.7); letter-spacing:0;}
	.talk_chat_list .item.left{ text-align:left;}
	.talk_chat_list .item.left .row{}
	.talk_chat_list .item.left .row .img{ float:left; margin:0 5px 0 0;}
	.talk_chat_list .item.left .row p{ padding-right:15px; text-align:left;}
	.talk_chat_list .item.left .row span{ margin:0 0 0 45px;}
	.talk_chat_list .item.right{ text-align:right;}
	.talk_chat_list .item.right .row{}
	.talk_chat_list .item.right .row p{ padding-left:15px; text-align:right;}
	.talk_chat_list .item.right .row span{}
	
	
.talk_chat_input{ position:absolute; right:30px; bottom:30px; left:30px; padding:0 60px 0 0;}
	.talk_chat_input input{ display:block; padding:0 15px; width:100%; height:40px; border-radius:5px; border:0; background:rgba(0,0,0,0.5); line-height:40px; font-size:15px; color:#FFF; outline:none; -webkit-appearance:none;}
	.talk_chat_input input::-webkit-input-placeholder{ color:#FFF;}
	.talk_chat_input .btn{ position:absolute; right:0; bottom:0; width:50px; height:40px; border-radius:5px; background:#000; text-align:center; line-height:40px; color:#ffd746; cursor:pointer;}

	
	
.talk_fixed{ position:fixed; z-index:500; top:-100%; right:0; left:0; padding:15px; height:150px; background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0)); transition:all .5s;}
	.talk_fixed .row{ overflow:hidden; margin:0 auto; position:relative; padding:10px 50px 10px 70px; max-width:600px; border-radius:5px; background:#ffd746;}
	.talk_fixed .row .img{ overflow:hidden; position:relative; float:left; margin:0 0 0 -60px; width:50px; height:50px; border-radius:50%;}
	.talk_fixed .row .img img{ display:block; position:absolute; top:50%; left:50%; width:100%; height:auto; transform:translate(-50%,-50%);}
	.talk_fixed .row p{ position:relative; margin:7px 0 0 0; line-height:20px; font-size:18px; color:#000; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
	.talk_fixed .row span{ display:block; margin:5px 0 0 0; line-height:15px; font-size:12px; color:rgba(0,0,0,0.5); letter-spacing:0;}
	.talk_fixed .row i{ display:block; position:absolute; right:15px; top:50%; margin:-15px 0 0 0; width:30px; height:30px; text-align:center; line-height:30px; font-size:20px; color:rgba(0,0,0,0.5);}
	.talk_fixed.on{ top:0;}
	.talk_fixed.on .row{ box-shadow:0 5px 10px 0 rgba(255,190,48,0.5);}
	
	
	
	
	
	
	
.shop_list{ border-radius:15px; background:#FFF; box-shadow:0 0 0 1px rgba(0,0,0,0.05);}
	.shop_list .head{ overflow:hidden; margin:0 15px; height:70px;}
	.shop_list .head ul{ overflow:hidden; text-align:center;}
	.shop_list .head ul li{ display:inline-block; vertical-align:top; margin:0 22px;}
	.shop_list .head ul li a{ display:block; position:relative; text-align:center;}
	.shop_list .head ul li a p{ display:inline-block; position:relative; line-height:70px; font-size:18px; color:#999;}
	.shop_list .head ul li a p span{ display:none; position:absolute; left:0; right:0; bottom:22px; height:2px; border-radius:2px; background:#ffbe30;}
	.shop_list .head ul li a p font{ display:block; position:absolute; top:12px; right:-18px; padding:0 7px; height:20px; border-radius:10px; background:#F00; text-align:center; line-height:22px; font-size:12px; color:#FFF;}
	.shop_list .head ul li.on a p{ font-weight:700; color:#333}
	.shop_list .head ul li.on a p span{ display:block;}
	.shop_list .body{ overflow:hidden; padding:0 15px 20px 15px;}
	
	.shop_list .body .vip_member{ overflow:hidden; margin:0 -5px 0 -5px;}
	.shop_list .body .vip_member li{ float:left; margin:10px 0 0 0; width:50%;}
	.shop_list .body .vip_member li a{ display:block; margin:0 5px; padding:10px 0; border-radius:10px; border:1px solid #DDD; background:#f0f1f6; cursor:pointer;}
	.shop_list .body .vip_member li a img{ display:block; margin:0 auto; width:auto; height:50px;}
	.shop_list .body .vip_member li a p{ margin:5px 0 0 0; text-align:center; line-height:20px; font-size:16px; font-weight:700; color:#000; letter-spacing:0;}
	.shop_list .body .vip_member li a font{ display:block; text-align:center; line-height:20px; font-size:12px; color:#999; letter-spacing:0;}
	.shop_list .body .vip_member li a span{ display:block; margin:5px 0 0 0; text-align:center; line-height:20px; font-size:13px; color:#666; letter-spacing:0;}
	.shop_list .body .vip_member li a span img{ display:inline-block; vertical-align:top; margin:0 2px 0 0; height:18px;}
	.shop_list .body .vip_member li.on a{ border-color:#ffbe30; background:#ffbe30;}
	.shop_list .body .vip_member li.on a p{ color:#000;}
	.shop_list .body .vip_member li.on a font{ color:#000;}
	.shop_list .body .vip_member li.on a span{ color:#000;}

	.shop_list .body .point_pay{ overflow:hidden; margin:-10px -5px 0 -5px;}
	.shop_list .body .point_pay li{ float:left; margin:10px 0 0 0; width:50%;}
	.shop_list .body .point_pay li a{ display:block; position:relative; margin:0 5px; padding:10px 0; border-radius:10px; border:1px solid #DDD; background:#f0f1f6; cursor:pointer;}
	.shop_list .body .point_pay li a img{ display:block; margin:0 auto; width:auto; height:40px;}
	.shop_list .body .point_pay li:first-child{ width:100%;}
	.shop_list .body .point_pay li:first-child a{ overflow:hidden; padding:0; border:0;}
	.shop_list .body .point_pay li:first-child a img{ width:100%; height:auto;}
	.shop_list .body .point_pay li a .line{ display:none; position:absolute; z-index:10; top:0; right:0; bottom:0; left:0; border-radius:10px; border:5px solid #ffbe30;}
	.shop_list .body .point_pay li a font{ display:block; text-align:center; line-height:20px; font-size:12px; color:#999; letter-spacing:0;}
	.shop_list .body .point_pay li a span{ display:block; margin:10px 0 0 0; text-align:center; line-height:20px; font-size:13px; color:#666; letter-spacing:0;}
	.shop_list .body .point_pay li a span img{ display:inline-block; vertical-align:top; margin:0 2px 0 0; height:18px;}
	.shop_list .body .point_pay li:first-child.on a .line{ display:block;}
	.shop_list .body .point_pay li.on a{ border-color:#ffbe30; background:#ffbe30;}
	.shop_list .body .point_pay li.on a font{ color:#000;}
	.shop_list .body .point_pay li.on a span{ color:#000;}
	
	.shop_list .body .mycache{ position:relative; padding:60px 0 45px 0; border-radius:10px; background:#333;}
	.shop_list .body .mycache .user{ position:absolute; top:10px; left:10px;}
	.shop_list .body .mycache .user .img{ overflow:hidden; position:relative; float:left; width:25px; height:25px; border-radius:50%;}
	.shop_list .body .mycache .user .img img{ display:block; position:absolute; top:50%; left:50%; width:100%; height:auto; transform:translate(-50%,-50%);}
	.shop_list .body .mycache .user p{ float:left; margin:0 0 0 5px; line-height:25px; font-size:13px; color:rgba(255,255,255,0.7);}
	.shop_list .body .mycache .tit{ position:absolute; top:10px; right:10px;}
	.shop_list .body .mycache .tit font{ display:block; float:left; padding:0 10px; border-radius:15px; background:#F00; line-height:25px; font-size:13px; color:#FFF;}
	.shop_list .body .mycache .tit span{ display:block; float:left; margin:0 0 0 5px; height:25px; line-height:27px; font-size:13px; color:rgba(255,255,255,0.7);}
	.shop_list .body .mycache .txt{ position:absolute; bottom:10px; left:10px; line-height:15px; font-size:12px; color:#F00;}
	.shop_list .body .mycache .icon{ display:block; position:absolute; bottom:10px; right:10px; width:auto; height:20px;}
	.shop_list .body .mycache .cache{ overflow:hidden; text-align:center;}
	.shop_list .body .mycache .cache font{ display:inline-block; vertical-align:top; height:50px; line-height:50px; font-size:50px; font-weight:800; color:#ffbe30; letter-spacing:0;}
	.shop_list .body .mycache .cache span{ display:inline-block; vertical-align:top; height:50px; line-height:68px; font-size:15px; color:rgba(255,255,255,0.5);}


.shop_history{ border-radius:15px; background:#FFF; box-shadow:0 0 0 1px rgba(0,0,0,0.05);}
	.shop_history .head{ overflow:hidden; padding:0 15px; height:70px;}
	.shop_history .head .tit{ float:left; position:relative; line-height:70px; font-size:18px; font-weight:700; color:#333;}
	.shop_history .head .tit span{ display:block; position:absolute; left:0; right:0; bottom:22px; height:2px; border-radius:2px; background:#ffbe30;}
	.shop_history .body{ overflow:hidden; padding:0 15px 20px 15px;}
	.shop_history .body .list{ overflow:hidden; margin:-15px 0 0 0;}
	.shop_history .body .list > li{}
	.shop_history .body .list > li .row{ margin:0 0 0 60px; padding:15px 0; border-top:1px solid #e5e5e5;}
	.shop_history .body .list > li:first-child .row{ border:none;}
	.shop_history .body .list > li .row .top{ overflow:hidden; position:relative; margin:0 0 0 -60px;}
	.shop_history .body .list > li .row .top .user{ overflow:hidden; float:left; padding:0 0 0 60px;}
	.shop_history .body .list > li .row .top .user > .img{ overflow:hidden; float:left; position:relative; margin:0 0 0 -60px; width:50px; height:50px; border-radius:50%;}
	.shop_history .body .list > li .row .top .user > .img .img{ display:block; position:absolute; top:50%; left:50%; width:100%; height:auto; transform:translate(-50%,-50%);}
	.shop_history .body .list > li .row .top .user .name{ overflow:hidden; height:25px; line-height:32px; font-size:16px; color:#333;}
	.shop_history .body .list > li .row .top .user .date{ line-height:25px; font-size:12px; color:#999; letter-spacing:0;}
	.shop_history .body .list > li .row .top .pay{ position:absolute; z-index:10; top:50%; right:0; margin:-15px 0 0 0; height:30px; line-height:30px; font-size:15px; font-weight:800; color:#ffbe30; letter-spacing:0;}
	.shop_history .body .list > li .row .top .pay.use{ color:#F00;}












	
.mypage_my{ overflow:hidden; position:relative; padding:20px 30px; border-radius:5px; background:rgba(0,0,0,0.3);}
	.mypage_my .row{ height: 60px; text-align: center;}
	.mypage_my .row .img{ display:inline-block; overflow: hidden; position: relative; width: 60px; height: 60px; border-radius: 50%;}
	.mypage_my .row .img img{ display: block; position: absolute; top: 50%; right: 0; width: 100%; height: auto; transform: translate(0,-50%);}
	.mypage_my .row .name{ display:inline-block; vertical-align:top; margin: 10px 0 0 5px;}
	.mypage_my .row .name p{ text-align:left; line-height:15px; font-size:13px; color: rgba(255,255,255,1);}
	.mypage_my .row .name font{ display:block; text-align:left; line-height:25px; font-size:22px; color:rgba(255,255,255,0.7);}
	.mypage_my .row .name font span{ font-weight: 700; color: #ffd746;}
	.mypage_my .btn{ display: block; margin: 15px 0 0 0; border-radius: 30px; background: rgba(255,255,255,0.1); text-align: center; line-height: 35px; font-size: 15px; font-weight: 700; color: #FFF;}

.mypage_money{ overflow:hidden; position:relative; padding:20px 30px; border-radius:5px; background:rgba(0,0,0,0.3);}
    .mypage_money .row{ text-align: center;}
    .mypage_money .row p{ line-height: 15px; font-size: 15px; color: rgba(255,255,255,1);}
	.mypage_money .row font{ display:block; margin: 5px 0 0 0; text-align: center; line-height: 25px; font-size: 25px; font-weight: 700; color: #ffd746;}
	.mypage_money .row font img{ display: inline-block; vertical-align: middle; height: 25px;}
	.mypage_money .btn{ display: block; margin: 15px 0 0 0; border-radius: 30px; background: #ffd746; text-align: center; line-height: 35px; font-size: 15px; font-weight: 700; color: #333;}

.mypage_money_list{ overflow: hidden; margin-top: 10px; border-radius: 5px; background: rgba(0 0 0/30%);}
.mypage_money_list .head{ background: rgba(255 255 255/5%); box-shadow: 0 1px 0 0 rgba(0 0 0/10%);}
.mypage_money_list .head .wrap{ display: flex; padding: 0 10px;}
.mypage_money_list .head .wrap .row{ padding: 10px 5px; text-align: center; font-size: 13px; font-weight: 500; color: #FFF;}
.mypage_money_list .head .wrap .row:nth-child(1){ width: 50%;}
.mypage_money_list .head .wrap .row:nth-child(2){ width: 25%; text-align: center;}
.mypage_money_list .head .wrap .row:nth-child(3){ width: 25%;}
.mypage_money_list .body{}
.mypage_money_list .body .wrap{ display: flex; align-items: center; padding: 0 10px; border-bottom: 1px solid rgba(255 255 255/10%);}
.mypage_money_list .body .wrap:last-child{ border-bottom: 0;}
.mypage_money_list .body .wrap .row{ padding: 10px 0; font-size: 12px; font-weight: 500; color: #FFF;}
.mypage_money_list .body .wrap .row:nth-child(1){ width: 50%;}
.mypage_money_list .body .wrap .row:nth-child(2){ width: 25%; text-align: center; font-size: 11px;}
.mypage_money_list .body .wrap .row:nth-child(3){ display: flex; justify-content: center; align-items: center; width: 25%;}
.mypage_money_list .body .wrap .row:nth-child(3) span{ display: flex; align-items: center; padding: 0 10px; height: 25px; border-radius: 20px; background: #147f3c; font-size: 11px; font-weight: 600; color: #FFF;}
.mypage_money_list .body .wrap .row b{ font-weight: 600; color: #ffd746;}

.mypage_chatting{ overflow:hidden; position:relative; padding:20px 30px; border-radius:5px; background:rgba(0,0,0,0.3);}
	.mypage_chatting .row{ height: 60px; text-align: center;}
	.mypage_chatting .row img{ display:inline-block; width: auto; height: 60px;}
	.mypage_chatting .row p{ display:inline-block; vertical-align:top; margin: 10px 0 0 5px;}
	.mypage_chatting .row font{ display:block; text-align:left; line-height:25px; font-size:22px; font-weight: 700; color: #FFF;}
	.mypage_chatting .row span{ display:block; text-align:left; line-height:20px; font-size:13px; color:rgba(255,255,255,0.7);}
	.mypage_chatting .btn{ display: block; margin: 15px 0 0 0; border-radius: 30px; background: #58acfa; text-align: center; line-height: 35px; font-size: 15px; font-weight: 700; color: #FFF;}

.mypage_chatting_ok{ overflow:hidden; position:relative; padding:20px 30px; border-radius:5px; background: #58acfa;}
	.mypage_chatting_ok .left{ float: left; height: 60px;}
	.mypage_chatting_ok .left img{ display:inline-block; width: auto; height: 60px;}
	.mypage_chatting_ok .left p{ display:inline-block; vertical-align:top; margin: 10px 0 0 5px;}
	.mypage_chatting_ok .left font{ display:block; text-align:left; line-height:25px; font-size:22px; font-weight: 700; color: #FFF;}
	.mypage_chatting_ok .left span{ display:block; text-align:left; line-height:20px; font-size:13px; color:rgba(255,255,255,0.7);}
	.mypage_chatting_ok .right{ float: right; margin: 10px 0 0 0;}
    .mypage_chatting_ok .right font{ display:block; text-align:right; line-height:20px; font-size:13px; color:rgba(255,255,255,0.7);}
    .mypage_chatting_ok .right span{ display:block; text-align:right; line-height:25px; font-size:22px; font-weight: 700; color: #FFF;}

.mypage_alba{ overflow:hidden; position:relative; padding:20px 30px; border-radius:5px; background:rgba(0,0,0,0.3);}
	.mypage_alba .row{ height: 60px; text-align: center;}
	.mypage_alba .row img{ display:inline-block; width: auto; height: 60px;}
	.mypage_alba .row p{ display:inline-block; vertical-align:top; margin: 10px 0 0 5px;}
	.mypage_alba .row font{ display:block; text-align:left; line-height:25px; font-size:22px; font-weight: 700; color: #ffd746;}
	.mypage_alba .row span{ display:block; text-align:left; line-height:20px; font-size:13px; color:rgba(255,255,255,0.7);}
	.mypage_alba .btn{ display: block; margin: 15px 0 0 0; border-radius: 30px; background: #ffd746; text-align: center; line-height: 35px; font-size: 15px; font-weight: 700; color: #333;}

.mypage_alba_ok{ overflow:hidden; position:relative; padding:30px 30px 0 30px; border-radius:5px; background: #ffd746;}
	.mypage_alba_ok .logo{ display: block; position: absolute; top: 15px; right: 15px; width: auto; height: 25px;}
	.mypage_alba_ok .img{ display: block; float: left; margin: 0 10px 0 -20px; width: auto; height: 95px;}
	.mypage_alba_ok p{ line-height: 20px; font-size: 15px; color: #333;}
	.mypage_alba_ok font{ display:block; line-height:25px; font-size:22px; color: #333;}
	.mypage_alba_ok span{ display:block; line-height:20px; font-size:13px; color:rgba(0,0,0,0.8);}

.mypage_img_btn{ overflow: hidden; margin: 10px 1% 0 1%;}
    .mypage_img_btn a{ float: left; margin:2% 1% 0 1%; width: 48%; border-radius:20px; background:rgba(255,255,255,0.2); text-align:center; line-height: 35px; font-size:15px; color:#FFF; cursor: pointer;}



.mypage_alba_g{ position:relative; margin:0 auto; padding:30px 0 30px 20px; border-radius:5px; background:rgba(0,0,0,0.5);}
	.mypage_alba_g p{ line-height:20px; font-size:18px; color:#FFF;}
	.mypage_alba_g p font{ color:#ffd746; text-decoration:underline;}
	.mypage_alba_g img{ position:absolute; right:10px; bottom:0; height:150px;}












.today_check_tit{ display:block; position:relative; z-index:10; margin:-40px auto 0 auto; width:290px; height:auto;}
.today_check_txt{ margin:-165px auto 0 auto; width:120px; height:120px; border-radius:50%; border:5px solid #dfbe5f; background:#fef4db; text-align:center;}
	.today_check_txt p{ display:inline-block; vertical-align:top; line-height:80px; font-size:40px; font-weight:800; color:#dfbe5f;}
	.today_check_txt font{ display:inline-block; vertical-align:top; margin:0 0 0 2px; line-height:80px; font-size:20px; font-weight:400; color:#dfbe5f;}

.today_check{ margin:40px 0 0 0;}
	.today_check ul{ margin:0 -5px; text-align:center;}
	.today_check ul li{ display:inline-block; margin:10px 0 0 0; width:24%;}
	.today_check ul li a{ display:block; margin:0 5px; padding:5px 0; border-radius:10px; border:2px solid #fbecc1; background:#fbecc1;}
	.today_check ul li a p{ margin:0 10px; padding:5px 0; border-radius:20px; background:#FFF; text-align:center; line-height:15px; font-size:13px; color:#dfbe5f;}
	.today_check ul li a img{ display:block; margin:5px auto; width:40px; height:auto;}
	.today_check ul li font{ margin:5px 0 0 0; text-align:center; line-height:15px; font-size:13px; color:#dfbe5f;}
	.today_check ul li.on a{ border-color:#e9913a;}

.today_check_ok{ text-align:center;}
	.today_check_ok p{ display:inline-block; margin:5px 0 0 0; padding:20px; border-radius:30px; border:1px solid #dfbe5f; background:#fef4db;}
	.today_check_ok p img{ display:inline-block; vertical-align:top; width:40px; height:40px;}
	.today_check_ok p font{ display:inline-block; vertical-align:top; margin:0 2px; line-height:44px; font-size:31px; font-weight:800; color:#ffbe30;}
	.today_check_ok p span{ display:inline-block; vertical-align:top; line-height:44px; font-size:13px; font-weight:400; color:rgba(0,0,0,0.5);}

.today_bg{ display:block; position:absolute; top:50%; left:50%; margin:-280px 0 0 -160px; width:320px; height:auto;}















	
	
	
.board{ border-radius:15px; background:#FFF; box-shadow:0 0 0 1px rgba(0,0,0,0.05);}
	.board .head{ padding:0 30px; background:#f0f0f0;}
	.board .head .user{ overflow:hidden;}
	.board .head .user img{ float:left; margin:10px 10px 10px 0; width:40px; height:40px; border-radius:50%;}
	.board .head .user p{ line-height:60px; font-size:20px; font-weight:bold; color:#333;}
	.board .head p{ line-height:50px; font-size:18px; font-weight:700; color:#333;}
	.board .body{ padding:20px; border-radius:25px 25px 0 0; background:#FFF;}
	.board .body .user{ overflow:hidden; padding:0 0 0 70px;}
	.board .body .user img{ display:block; float:left; margin:0 0 0 -70px; width:60px; height:60px; border-radius:50%;}
	.board .body .user .name{ margin:10px 0 0 0; line-height:20px; font-size:17px; color:#333;}
	.board .body .user .txt{ margin:5px 0 0 0; line-height:15px; font-size:15px; color:#999;}
	.board .body > .detail{}
	.board .body > .detail .tit{ line-height:25px; font-size:20px; font-weight:bold; color:#333;}
	.board .body > .detail .txt{ line-height:20px; font-size:15px; color:#999;}
	.board .body > .detail img{ display:block; margin:20px 0; max-width:100%;}
	.board .body > .button{ margin:30px 0 0 0; background:#474866; text-align:center; line-height:50px; font-size:18px; font-weight:700; color:#ffba00; cursor:pointer;}
	.board .body > .button_02{ overflow:hidden; margin:30px -2.5px 0 -2.5px;}
	.board .body > .button_02 li{ float:left; width:50%;}
	.board .body > .button_02 li a{ margin:0 2.5px; height:50px; border-radius:0; background:#a2a2b3; text-align:center; line-height:50px; font-size:17px; font-weight:700; color:#FFF; cursor:pointer;}
	.board .body > .button_02 li:first-child a{ border-color:#454667; background:#454667; color:#ffba00;}
	.board .bottom_btn{ overflow:hidden; border-radius:0 0 25px 25px; background:#FFF;}
	.board .bottom_btn ul{ overflow:hidden;}
	.board .bottom_btn ul li{ float:left; width:50%;}
	.board .bottom_btn ul li a{ display:block; text-align:center; line-height:50px; font-size:17px; font-weight:700;}
	.board .bottom_btn ul li:nth-child(1) a{ color:#03004c;}
	.board .bottom_btn ul li:nth-child(2) a{ height:50px; border-radius:25px 0 0 0; background:#e5004f; color:#FFF;}
	
	
.join_txt01{}
	.join_txt01 li{ overflow:hidden; margin:15px 0 0 0; padding:0 0 0 20px; line-height:20px; font-size:15px; color:#666;}
	.join_txt01 li:first-child{ margin:0;}
	.join_txt01 li span{ display:block; float:left; margin:9px 0 0 -20px; width:10px; height:2px; background:#333;}
	
.join_txt02{ overflow:hidden;}
	.join_txt02 .tit{ line-height:25px; font-size:25px; font-weight:bold; color:#333;}
	.join_txt02 .txt{ margin:10px 0 0 0; line-height:20px; font-size:15px; color:#666;}
	.join_txt02 img{ display:block; float:right; margin:0 0 0 10px; width:80px;}
	
.join_txt03{}
	.join_txt03 li{ overflow:hidden; margin:15px 0 0 0; padding:0 0 0 25px; line-height:20px; font-size:15px; color:#666;}
	.join_txt03 li:first-child{ margin:0;}
	.join_txt03 li span{ display:block; float:left; margin:5px 0 0 -25px; width:20px; height:20px; border-radius:50%; background:#ffba00; text-align:center; line-height:20px; font-size:10px; font-weight:700; color:#333;}




.board_fixed_terms{ position:fixed; z-index:50000; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.7); transition:none;}
	.board_fixed_terms .box{ overflow:hidden; position:fixed; top:50px; left:50%; bottom:50px; margin:0 0 0 -155px; width:310px; border-radius:25px; background:#FFF;}
	.board_fixed_terms .box .xi-close{ display:block; position:absolute; top:0; right:0; width:50px; height:50px; border-radius:0 0 0 25px; background:#e5004f; text-align:center; line-height:50px; font-size:20px; color:#FFF; cursor:pointer;}
	.board_fixed_terms .box .tit{ padding:30px 0; text-align:center; line-height:20px; font-size:19px; font-weight:700; color:#333;}
	.board_fixed_terms .box .text{ overflow-y:scroll; position:absolute; top:80px; right:0; bottom:0; left:0; padding:0 30px 30px 30px; line-height:25px; font-size:15px; color:#666;}
	.board_fixed_terms.terms01{ display:none;}
	.board_fixed_terms.terms02{ display:none;}
	.board_fixed_terms.chat_what{ display:none;}
	.board_fixed_terms.on{ display:block;}
@media(min-width:700px){
	.board_fixed_terms .box{ margin:0 0 0 -200px; width:400px;}
}

	
.board_fixed{ display:none; position:fixed; z-index:50000; top:-100%; right:0; bottom:100%; left:0; background:rgba(0,0,0,0.8); opacity:0; transition:all .5s;}
	.board_fixed .box{ overflow:hidden; position:fixed; z-index:100; top:200%; left:50%; margin:0 0 0 -160px; padding:0 15px 20px 15px; width:320px; border-radius:15px; background:#FFF; opacity:0; transition:all .5s;}
	.board_fixed .box .head{ overflow:hidden; position:relative; padding:25px 0 20px 0; background:#FFF;}
	.board_fixed .box .head .tit{ text-align:center; line-height:25px; font-size:22px; font-weight:800; color:#333; letter-spacing:0;}
	.board_fixed .box .head .xi-close{ display:block; position:absolute; top:0; right:0; width:50px; height:50px; text-align:center; line-height:50px; font-size:20px; color:#999; cursor:pointer;}
	.board_fixed .box .body{ position:relative; z-index:10; padding:0 30px 30px 30px; background:#FFF;}
	.board_fixed .box .body .input{ display:block; padding:0 15px; width:100%; height:45px; border-radius:25px; border:1px solid #e5e5e5; background:#f5f5f5; line-height:45px; font-size:15px; color:#999; outline:none; -webkit-appearance:none;}
	.board_fixed .box .body .check{ overflow:hidden; margin:10px 0 0 0;}
	.board_fixed .box .body .check .bg{ overflow:hidden; float:left; padding:2px; width:40px; height:20px; border-radius:20px; background:#CCC;}
	.board_fixed .box .body .check .bg span{ display:block; float:left; width:16px; height:16px; border-radius:50%; background:#FFF; transition:all .5s;}
	.board_fixed .box .body .check p{ float:left; margin:0 0 0 5px; line-height:20px; font-size:13px; color:#999;}
	.board_fixed .box .body .check.on .bg{ background:#e5004f;}
	.board_fixed .box .body .check.on .bg span{ margin:0 0 0 20px;}
	
	.board_fixed .box .love_card{ overflow:hidden; margin:0 -5px;}
	.board_fixed .box .love_card li{ float:left; width:33.333%;}
	.board_fixed .box .love_card li a{ display:block; margin:0 5px; padding:15px 0; border-radius:10px; border:1px solid #DDD; background:#f0f1f6; cursor:pointer;}
	.board_fixed .box .love_card li a img{ display:block; margin:0 auto; width:auto; height:50px;}
	.board_fixed .box .love_card li a p{ margin:15px 0 0 0; text-align:center; line-height:20px; font-size:15px; color:#999;}
	.board_fixed .box .love_card li a span{ display:block; margin:5px 0 0 0; text-align:center; line-height:20px; font-size:13px; color:#999; letter-spacing:0;}
	.board_fixed .box .love_card li a span img{ display:inline-block; vertical-align:top; margin:0 2px 0 0; height:18px;}
	.board_fixed .box .love_card li.on a{ border-color:#ffbe30; background:#ffbe30;}
	.board_fixed .box .love_card li.on a p{ color:#000;}
	.board_fixed .box .love_card li.on a span{ color:#000;}
	
	.board_fixed .box .vip_member{ overflow:hidden; margin:0 -5px 0 -5px;}
	.board_fixed .box .vip_member li{ float:left; margin:10px 0 0 0; width:50%;}
	.board_fixed .box .vip_member li a{ display:block; margin:0 5px; padding:10px 0; border-radius:10px; border:1px solid #DDD; background:#f0f1f6; cursor:pointer;}
	.board_fixed .box .vip_member li a img{ display:block; margin:0 auto; width:auto; height:50px;}
	.board_fixed .box .vip_member li a p{ margin:5px 0 0 0; text-align:center; line-height:20px; font-size:16px; font-weight:700; color:#000; letter-spacing:0;}
	.board_fixed .box .vip_member li a font{ display:block; text-align:center; line-height:20px; font-size:12px; color:#999; letter-spacing:0;}
	.board_fixed .box .vip_member li a span{ display:block; margin:5px 0 0 0; text-align:center; line-height:20px; font-size:13px; color:#666; letter-spacing:0;}
	.board_fixed .box .vip_member li a span img{ display:inline-block; vertical-align:top; margin:0 2px 0 0; height:18px;}
	.board_fixed .box .vip_member li.on a{ border-color:#ffbe30; background:#ffbe30;}
	.board_fixed .box .vip_member li.on a p{ color:#000;}
	.board_fixed .box .vip_member li.on a font{ color:#000;}
	.board_fixed .box .vip_member li.on a span{ color:#000;}
	
	.board_fixed .box .point_pay{ overflow:hidden; margin:-10px -5px 0 -5px;}
	.board_fixed .box .point_pay li{ float:left; margin:10px 0 0 0; width:50%;}
	.board_fixed .box .point_pay li a{ display:block; position:relative; margin:0 5px; padding:10px 0; border-radius:10px; border:1px solid #DDD; background:#f0f1f6; cursor:pointer;}
	.board_fixed .box .point_pay li a img{ display:block; margin:0 auto; width:auto; height:40px;}
	.board_fixed .box .point_pay li:first-child{ width:100%;}
	.board_fixed .box .point_pay li:first-child a{ overflow:hidden; padding:0; border:0;}
	.board_fixed .box .point_pay li:first-child a img{ width:100%; height:auto;}
	.board_fixed .box .point_pay li a .line{ display:none; position:absolute; z-index:10; top:0; right:0; bottom:0; left:0; border-radius:10px; border:5px solid #ffbe30;}
	.board_fixed .box .point_pay li a font{ display:block; text-align:center; line-height:20px; font-size:12px; color:#999; letter-spacing:0;}
	.board_fixed .box .point_pay li a span{ display:block; margin:10px 0 0 0; text-align:center; line-height:20px; font-size:13px; color:#666; letter-spacing:0;}
	.board_fixed .box .point_pay li a span img{ display:inline-block; vertical-align:top; margin:0 2px 0 0; height:18px;}
	.board_fixed .box .point_pay li:first-child.on a .line{ display:block;}
	.board_fixed .box .point_pay li.on a{ border-color:#ffbe30; background:#ffbe30;}
	.board_fixed .box .point_pay li.on a font{ color:#000;}
	.board_fixed .box .point_pay li.on a span{ color:#000;}
	
	.board_fixed .box .point_select{ overflow:hidden; padding:15px 0; border-radius:15px; background:#f0f1f6; text-align:center;}
	.board_fixed .box .point_select > *{ display:inline-block; vertical-align:top;}
	.board_fixed .box .point_select .img{ margin:0 10px 0 0; width:auto; height:50px;}
	.board_fixed .box .point_select .txt span{ display:block; text-align:left; line-height:25px; font-size:16px; font-weight:800; color:#666; letter-spacing:0;}
	.board_fixed .box .point_select .txt span img{ display:inline-block; vertical-align:top; margin:0 2px 0 0; height:22px;}
	.board_fixed .box .point_select .txt font{ display:block; margin:5px 0 0 0; text-align:left; line-height:20px; font-size:18px; color:#F00; letter-spacing:0;}
	
	.board_fixed .box .body .gift_open{}
	.board_fixed .box .body .gift_open .img{ overflow:hidden; margin:20px auto 0 auto; width:100px; height:100px; border-radius:50%;}
	.board_fixed .box .body .gift_open .img img{ display:block; width:100%; height:100%;}
	.board_fixed .box .body .gift_open .text{ position:relative; margin:10px 0 0 0; padding:15px 0; border-radius:25px; border:1px solid #e5e5e5; background:#f5f5f5;}
	.board_fixed .box .body .gift_open .text .tit{ text-align:center; line-height:20px; font-size:17px; font-weight:700; color:#333;}
	.board_fixed .box .body .gift_open .text .tit font{ color:#e5004f;}
	.board_fixed .box .body .gift_open .text .txt{ text-align:center; line-height:20px; font-size:13px; color:#666;}
	.board_fixed .box .body .gift_open .text .txt font{ color:#F00;}
	.board_fixed .box .body .gift_open .text .xi-plus{ display:block; position:absolute; top:50%; right:10px; margin:-10px 0 0 0; width:20px; height:20px; text-align:center; line-height:20px; font-size:20px; color:#333;}
	.board_fixed .box .body .gift_open .text .xi-minus{ display:block; position:absolute; top:50%; left:10px; margin:-10px 0 0 0; width:20px; height:20px; text-align:center; line-height:20px; font-size:20px; color:#333;}
	
	.board_fixed .box .body .receive_message{}
	.board_fixed .box .body .receive_message .head{ padding:20px 0; text-align:center;}
	.board_fixed .box .body .receive_message .head .img{ display:inline-block; vertical-align:top; overflow:hidden; width:60px; height:60px; border-radius:50%;}
	.board_fixed .box .body .receive_message .head .img img{ display:block; width:100%; height:100%;}
	.board_fixed .box .body .receive_message .head .info{ display:inline-block; vertical-align:top; margin:0 0 0 10px;}
	.board_fixed .box .body .receive_message .head .info .name{ margin:10px 0 0 0; text-align:left; line-height:20px; font-size:17px; font-weight:700; color:#333;}
	.board_fixed .box .body .receive_message .head .info .date{ margin:5px 0 0 0; text-align:left; line-height:15px; font-size:13px; color:#999;}
	.board_fixed .box .body .receive_message .head .info .date font{ color:#666;}
	.board_fixed .box .body .receive_message .text{ padding:20px; border-radius:25px; border:1px solid #e5e5e5; background:#f5f5f5; line-height:20px; font-size:15px; color:#666;}
	
	.board_fixed .box .body .add_message{}
	.board_fixed .box .body .add_message textarea{ display:block; padding:10px 15px; width:100%; max-width:100%; height:150px; max-height:150px; border-radius:22.5px; border:1px solid #e5e5e5; background:#f5f5f5; line-height:20px; font-size:15px; color:#333; outline:none; -webkit-appearance:none;}
	
	.board_fixed .box .btn{ overflow:hidden; margin:20px -5px 0 -5px;}
	.board_fixed .box .btn li{ float:left; width:50%;}
	.board_fixed .box .btn li a{ display:block; margin:0 5px; border-radius:20px; background:#333; text-align:center; line-height:40px; font-size:14px; cursor:pointer;}
	.board_fixed .box .btn li:nth-child(1) a{ color:#FFF;}
	.board_fixed .box .btn li:nth-child(2) a{ background:#ffbe30; color:#000;}
	
	.board_fixed.on{ top:0; bottom:0; opacity:1;}
	.board_fixed.on .box{ top:50%; margin-top:-200px; opacity:1;}
	
	.board_fixed.vip_member_fixed.on .box{ margin-top:-300px;}
	.board_fixed.point_pay_fixed.on .box{ margin-top:-270px;}
	.board_fixed.point_select_fixed.on .box{ margin-top:-240px;}
	
@media(min-width:700px){
	.board_fixed .box{ margin:0 0 0 -200px; width:400px;}
}




.meeting_option{}
	.meeting_option .option{ position:relative;}
	.meeting_option .option .line{ display:none; position:absolute; z-index:10; top:0; right:0; bottom:0; left:0; border-radius:15px; border:2px solid #ffbe30;}
	.meeting_option .option.on .line{ display:block;}










.board_fixed_01{ display:none; position:fixed; z-index:50000; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.7); transition:none;}
	.board_fixed_01 .box{ overflow:hidden; position:absolute; top:50%; left:50%; margin:0 0 0 -160px; padding:30px; width:320px; border-radius:5px; background:#feda46;}
	.board_fixed_01 .box .xi-close{ display:block; position:absolute; top:0; right:0; width:50px; height:50px; text-align:center; line-height:50px; font-size:20px; color:#000; cursor:pointer;}
	.board_fixed_01 .box .head{ position:relative;}
	.board_fixed_01 .box .head .logo{ display:block; margin:0 auto; width:auto; height:30px;}
	.board_fixed_01 .box .head .tit{ margin:5px 0 0 0; text-align:center; line-height:30px; font-family:Castoro; font-size:30px; color:#000; text-transform:uppercase;}
	.board_fixed_01 .box .head .text{ text-align:center;}
	.board_fixed_01 .box .head .text p{ display:inline-block; vertical-align:top; position:relative; padding:0 60px; line-height:20px; font-size:18px; font-weight:700; color:#000; text-transform:uppercase;}
	.board_fixed_01 .box .head .text p .left{ display:block; position:absolute; top:50%; left:0; margin:-3px 0 0 0; width:45px; height:auto;}
	.board_fixed_01 .box .head .text p .right{ display:block; position:absolute; top:50%; right:0; margin:-3px 0 0 0; width:45px; height:auto;}
	
	.board_fixed_01 .box .body{ margin:20px 0 0 0;}
	.board_fixed_01 .box .body .input{ display:block; padding:0 15px; width:100%; height:45px; border-radius:5px; border:none; background:rgba(0,0,0,0.5); line-height:45px; font-size:15px; color:#FFF; outline:none; -webkit-appearance:none;}
	.board_fixed_01 .box .body .input.pw{ font-family:맑은 고딕;}
	.board_fixed_01 .box .body .input::-webkit-input-placeholder{ color:#FFF;}
	.board_fixed_01 .box .body .check{ overflow:hidden; margin:10px 0 0 0;}
	.board_fixed_01 .box .body .check .bg{ overflow:hidden; float:left; padding:2px; width:40px; height:20px; border-radius:5px; background:rgba(0,0,0,0.5);}
	.board_fixed_01 .box .body .check .bg span{ display:block; float:left; width:16px; height:16px; border-radius:5px; background:#FFF; transition:all .5s;}
	.board_fixed_01 .box .body .check p{ float:left; margin:0 0 0 5px; line-height:20px; font-size:13px; color:rgba(0,0,0,0.7);}
	.board_fixed_01 .box .body .check.on .bg{ background:#e5004f;}
	.board_fixed_01 .box .body .check.on .bg span{ margin:0 0 0 20px;}
	
	.board_fixed_01 .box .body .gift_open{}
	.board_fixed_01 .box .body .gift_open .img{ overflow:hidden; margin:20px auto 0 auto; width:100px; height:100px; border-radius:50%;}
	.board_fixed_01 .box .body .gift_open .img img{ display:block; width:100%; height:100%;}
	.board_fixed_01 .box .body .gift_open .text{ position:relative; margin:10px 0 0 0; padding:15px 0; border-radius:25px; border:1px solid #e5e5e5; background:#f5f5f5;}
	.board_fixed_01 .box .body .gift_open .text .tit{ text-align:center; line-height:20px; font-size:17px; font-weight:700; color:#333;}
	.board_fixed_01 .box .body .gift_open .text .tit font{ color:#e5004f;}
	.board_fixed_01 .box .body .gift_open .text .txt{ text-align:center; line-height:20px; font-size:13px; color:#666;}
	.board_fixed_01 .box .body .gift_open .text .txt font{ color:#F00;}
	.board_fixed_01 .box .body .gift_open .text .xi-plus{ display:block; position:absolute; top:50%; right:10px; margin:-10px 0 0 0; width:20px; height:20px; text-align:center; line-height:20px; font-size:20px; color:#333;}
	.board_fixed_01 .box .body .gift_open .text .xi-minus{ display:block; position:absolute; top:50%; left:10px; margin:-10px 0 0 0; width:20px; height:20px; text-align:center; line-height:20px; font-size:20px; color:#333;}
	
	.board_fixed_01 .box .body .receive_message{}
	.board_fixed_01 .box .body .receive_message .head{ padding:20px 0; text-align:center;}
	.board_fixed_01 .box .body .receive_message .head .img{ display:inline-block; vertical-align:top; overflow:hidden; width:60px; height:60px; border-radius:50%;}
	.board_fixed_01 .box .body .receive_message .head .img img{ display:block; width:100%; height:100%;}
	.board_fixed_01 .box .body .receive_message .head .info{ display:inline-block; vertical-align:top; margin:0 0 0 10px;}
	.board_fixed_01 .box .body .receive_message .head .info .name{ margin:10px 0 0 0; text-align:left; line-height:20px; font-size:17px; font-weight:700; color:#333;}
	.board_fixed_01 .box .body .receive_message .head .info .date{ margin:5px 0 0 0; text-align:left; line-height:15px; font-size:13px; color:#999;}
	.board_fixed_01 .box .body .receive_message .head .info .date font{ color:#666;}
	.board_fixed_01 .box .body .receive_message .text{ padding:20px; border-radius:25px; border:1px solid #e5e5e5; background:#f5f5f5; line-height:20px; font-size:15px; color:#666;}
	
	.board_fixed_01 .box .body .add_message{}
	.board_fixed_01 .box .body .add_message textarea{ display:block; padding:10px 15px; width:100%; max-width:100%; height:150px; max-height:150px; border-radius:22.5px; border:1px solid #e5e5e5; background:#f5f5f5; line-height:20px; font-size:15px; color:#333; outline:none; -webkit-appearance:none;}
	
	.board_fixed_01 .box .btn{ margin:20px 0 0 0;}
	.board_fixed_01 .box .btn ul{ overflow:hidden; margin:0 -5px;}
	.board_fixed_01 .box .btn ul li{ float:left; width:50%;}
	.board_fixed_01 .box .btn ul li a{ display:block; margin:0 5px; border-radius:5px; text-align:center; line-height:45px; font-size:15px; font-weight:700; cursor:pointer;}
	.board_fixed_01 .box .btn ul li:nth-child(1) a{ background:#333; color:#feda46;}
	.board_fixed_01 .box .btn ul li:nth-child(2) a{ background:#333; color:#feda46;}
	
	.board_fixed_01.vip_contact .box{ top:50px; bottom:50px; margin-top:0 !important;}
	
	.board_fixed_01.on{ display:block;}
@media(min-width:700px){
	.board_fixed_01 .box{ margin:0 0 0 -200px; width:400px;}
}

	


	
	
	
.board_fixed_02{ position:fixed; z-index:50000; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.7); transition:none;}
	.board_fixed_02 .box{ overflow:hidden; position:absolute; top:100px; left:50%; margin:0 0 0 -155px; width:310px; background:#b9c1d5;}
	.board_fixed_02 .box .head{ overflow:hidden; padding:0 30px; height:50px; background:#ffba00;}
	.board_fixed_02 .box .head p{ float:left; line-height:50px; font-size:20px; font-weight:700; color:#333;}
	.board_fixed_02 .box .head .xi-close{ float:right; line-height:50px; font-size:24px; color:#000; opacity:0.5; cursor:pointer;}
	.board_fixed_02 .box .body{ overflow:hidden; padding:30px 30px 40px 30px;}
	.board_fixed_02 .box .body > input{ display:block; padding:0 15px; width:100%; height:40px; border-radius:0; border:none; background:#FFF; line-height:40px; font-size:15px; color:#666; outline:none; -webkit-appearance:none;}
	.board_fixed_02 .box .body > textarea{ display:block; padding:10px 15px; width:100%; max-width:100%; height:150px; max-height:150px; border-radius:0; border:0; background:#f5f5f5; line-height:20px; font-size:15px; color:#666; outline:none; -webkit-appearance:none;}
	.board_fixed_02 .box .body .button{ margin:30px 0 0 0; background:#474866; text-align:center; line-height:50px; font-size:18px; font-weight:700; color:#ffba00; cursor:pointer;}
	.board_fixed_02 .box .body .button_02{ overflow:hidden; margin:30px -2.5px 0 -2.5px;}
	.board_fixed_02 .box .body .button_02 li{ float:left; width:50%;}
	.board_fixed_02 .box .body .button_02 li a{ margin:0 2.5px; height:50px; border-radius:25px; border:1px solid #e5e5e5; background:#f5f5f5; text-align:center; line-height:48px; font-size:18px; font-weight:bold; color:#333; cursor:pointer;}
	.board_fixed_02 .box .body .button_02 li:first-child a{ border-color:#474866; background:#474866; color:#FFF;}
	
	.board_fixed_02 .user_ok_img{ overflow:hidden; padding:0 0 0 70px;}
	.board_fixed_02 .user_ok_img img{ display:block; float:left; margin:0 0 0 -70px; width:60px; height:60px; border-radius:50%;}
	.board_fixed_02 .user_ok_img .name{ margin:10px 0 0 0; line-height:20px; font-size:17px; font-weight:700; color:#333;}
	.board_fixed_02 .user_ok_img .txt{ margin:5px 0 0 0; line-height:15px; font-size:15px; color:#000; opacity:0.5;}
	.board_fixed_02 .user_ok_line{ margin:15px 0; border-top:1px solid rgba(0,0,0,0.15);}
	.board_fixed_02 .user_ok_txt{ line-height:20px; font-size:15px; color:#000; opacity:0.5;}
@media(min-width:700px){
	.board_fixed_02 .box{ margin:0 0 0 -200px; width:400px;}
}

.board_fixed_02.choice_ok{ display:none;}
	.board_fixed_02.choice_ok.on{ display:block;}
	
.board_fixed_02.my_ok{ display:none;}
	.board_fixed_02.my_ok.on{ display:block;}
	
.board_fixed_02.my_pass{ display:none;}
	.board_fixed_02.my_pass.on{ display:block;}
	
.board_fixed_02.chat_what{ display:none;}
	.board_fixed_02.chat_what .box{ top:50px; bottom:50px;}
	.board_fixed_02.chat_what .box .body{ position:absolute; top:50px; right:0; bottom:0; left:0; overflow-y:scroll !important;}
	.board_fixed_02.chat_what.on{ display:block;}

.board_fixed_02.meeting_my{ display:none;}
	.board_fixed_02.meeting_my.on{ display:block;}
	
.board_fixed_02.meeting_choice{ display:none;}
	.board_fixed_02.meeting_choice.on{ display:block;}
	
.board_fixed_02.meeting_up{ display:none;}
	.board_fixed_02.meeting_up.on{ display:block;}

.board_fixed_02.withdraw{ display:none;}
	.board_fixed_02.withdraw .box{ top:50px; bottom:50px;}
	.board_fixed_02.withdraw .box .body{ position:absolute; top:50px; right:0; bottom:0; left:0; overflow-y:scroll !important;}
	.board_fixed_02.withdraw.on{ display:block;}
	
	
	

	
	
	
	

.board_write{}
	.board_write .head{ overflow:hidden; margin:0 0 10px 0;}
	.board_write .head .tit{ float:left; line-height:30px; font-size:18px; font-weight:600; color:#333;}
	.board_write .head .tit i{ display:block; float:left; margin:0 5px 0 0; line-height:30px; font-size:30px; color:#3d3f42;}
	.board_write .head .txt{ float:right; line-height:30px; font-size:14px; color:#666;}
	.board_write .head .txt font{ margin:0 2px 0 0; color:#F00;}
	
	.board_write .gender{ margin:-95px 0 15px 0; text-align:center; transition:all .5s;}
	.board_write .gender *{ transition:all .5s;}
	.board_write .gender ul{ display:inline-block;}
	.board_write .gender ul li{ float:left;}
	.board_write .gender ul li .img{ overflow:hidden; position:relative; margin:25px 10px 0 10px; width:100px; border-radius:50%;}
	.board_write .gender ul li .img span{ display:none; position:absolute; z-index:1; top:0; right:0; bottom:0; left:0; border-radius:50%; border:5px solid #e5004f;}
	.board_write .gender ul li .img img{ display:block; width:100%; height:100%;}
	.board_write .gender ul li p{ margin:5px 0 0 0; text-align:center; line-height:20px; font-size:15px; color:#999;}
	.board_write .gender ul li.on .img{ margin:0; width:150px;}
	.board_write .gender ul li.on .img span{ display:block;}
	.board_write .gender ul li.on p{ font-weight:700; color:#e5004f;}
	
	.board_write > ul{ margin:-5px 0;}
	.board_write > ul > li{ position:relative; padding:5px 0; width:100%;}
	.board_write > ul > li p.tit{ margin:0 0 5px 0; line-height:15px; font-size:15px; color:#FFF; letter-spacing:0;}
	.board_write > ul > li .input{ display:block; padding:0 15px; width:100%; height:40px; border-radius:5px; border:0; background:rgba(0,0,0,0.5); line-height:40px; font-size:15px; color:#FFF; outline:none; -webkit-appearance:none;}
	.board_write > ul > li .input::-webkit-input-placeholder{ color:#FFF;}
	.board_write > ul > li .input.pw{ font-family:맑은 고딕;}
	.board_write > ul > li select{ display:block; margin:0; padding:0 35px 0 15px; height:40px; width:100%; border-radius:5px; border:0; background:url(/images/select_icon_bai.png) no-repeat center right 15px rgba(0,0,0,0.5); background-size:15px auto; line-height:20px; font-size:15px; color:#FFF; outline:none; -webkit-appearance:none;}
	.board_write > ul > li select::-ms-expand{ display:none;}
	.board_write > ul > li textarea{ display:block; padding:10px 15px; width:100%; max-width:100%; height:150px; max-height:150px; border-radius:5px; border:0; background:rgba(0,0,0,0.5); line-height:25px; font-size:15px; color:#FFF; outline:none; -webkit-appearance:none;}
	.board_write > ul > li textarea::-webkit-input-placeholder{ color:#FFF;}
	
	.board_write > ul > li .button_01{ float:left; width:100%; height:45px; border-radius:25px; background:#333; text-align:center; line-height:45px; font-size:15px; color:#FFF; cursor:pointer;}

	.board_write > ul > li .btn_copy{ display: flex; align-items: center; position: absolute; z-index: 10; right: 10px; bottom: 13px; padding: 0 12px; height: 25px; border-radius: 50px; background: #ffbe30; font-size: 10px; font-weight: 600; color: #000; cursor: pointer;}
	
	.board_write > ul > li .keyword{ margin:15px 0 0 0;}
	.board_write > ul > li .keyword li{ float:left; margin:5px 5px 0 0; padding:0 10px; border-radius:10px; background:#f0f1f6; line-height:45px; font-size:15px; color:#666;}
	.board_write > ul > li .keyword li.on{ background:#ffbe30; color:#000;}
	
	.board_write > ul > li .sex_img{ margin:15px 0 0 0 !important;}
	.board_write > ul > li .sex_img .slick-list{ overflow:visible;}
	.board_write > ul > li .sex_img .slide{}
	.board_write > ul > li .sex_img .slide .row{ overflow:hidden; position:relative; margin:0 10px 0 0; border-radius:10px;}
	.board_write > ul > li .sex_img .slide .row .img{ display:block; width:150px; height:auto;}
	
	.board_write > ul > li .moment_img{ margin:15px -5px 0 -5px;}
	.board_write > ul > li .moment_img li{ float:left; width:33.333%;}
	.board_write > ul > li .moment_img li .row{ overflow:hidden; position:relative; margin:0 5px; border-radius:10px; background:#f0f0f0;}
	.board_write > ul > li .moment_img li .row i{ display:block; position:absolute; z-index:10; top:50%; left:50%; margin:-20px 0 0 -20px; width:40px; height:40px; text-align:center; line-height:40px; font-size:30px; color:#999;}
	.board_write > ul > li .moment_img li .row img{ display:block; width:100%; height:auto;}
	.board_write > ul > li .moment_img li .row .img{ display:block; position:absolute; z-index:20; top:50%; left:50%; width:100%; height:auto; transform:translate(-50%,-50%);}
	
	.board_write > ul > li .tel_code{ position:relative; padding:0 130px 0 0; height:40px;}
	.board_write > ul > li .tel_code .input{ float:left; width:100%;}
	.board_write > ul > li .tel_code span{ display:block; position:absolute; z-index:1; top:0; right:0; bottom:0; width:120px; border-radius:5px; border:1px solid #ffd746; background:#333; text-align:center; line-height:38px; font-size:16px; color:#ffbe30; cursor:pointer;}
	
	.board_write > ul > li .check{ overflow:hidden;}
	.board_write > ul > li .check .bg{ overflow:hidden; float:left; padding:2px; width:40px; height:20px; border-radius:5px; background:rgba(0,0,0,0.5);}
	.board_write > ul > li .check .bg span{ display:block; float:left; width:16px; height:16px; border-radius:5px; background:#FFF; transition:all .5s;}
	.board_write > ul > li .check p{ float:left; margin:0 0 0 5px; line-height:20px; font-size:13px; color:#FFF;}
	.board_write > ul > li .check p font{ font-weight:700; color:#e5004f; text-decoration:underline; cursor:pointer;}
	.board_write > ul > li .check.on .bg{ background:#ffd746;}
	.board_write > ul > li .check.on .bg span{ margin:0 0 0 20px; background:#000;}
	
	
	.board_write > ul > li .address{ position:relative;}
	.board_write > ul > li .address .top{ overflow:hidden; position:relative; padding:0 120px 0 0; height:35px;}
	.board_write > ul > li .address .top .input{ float:left; width:100%;}
	.board_write > ul > li .address .top .button{ position:absolute; z-index:1; top:0; right:0; bottom:0; width:121px; border:1px solid #CCC; background:#FFF; text-align:center; line-height:33px; font-size:14px; color:#666; cursor:pointer;}
	.board_write > ul > li .address .top .button:hover{ z-index:21; border-color:#666; background:#555; color:#FFF;}
	.board_write > ul > li .address > .input{ margin:10px 0 0 0;}
	
	.board_write > ul > li .file{ position:relative; padding:0 160px 0 0; height:35px;}
	.board_write > ul > li .file .input{ float:left; width:100%;}
	.board_write > ul > li .file .button{ position:absolute; z-index:1; top:0; right:60px; bottom:0; width:101px; border:1px solid #CCC; background:#FFF; text-align:center; line-height:33px; font-size:14px; color:#666; cursor:pointer;}
	.board_write > ul > li .file .button:hover{ z-index:21; border-color:#666; background:#555; color:#FFF;}
	.board_write > ul > li .file .button_p{ position:absolute; z-index:1; top:0; right:30px; bottom:0; width:31px; border:1px solid #CCC; background:#FFF; text-align:center; line-height:35px; font-size:14px; color:#666; cursor:pointer; transition:none;}
	.board_write > ul > li .file .button_p:hover{ z-index:2; border-color:#666; background:#555; color:#FFF;}
	.board_write > ul > li .file .button_m{ position:absolute; z-index:1; top:0; right:0; bottom:0; width:31px; border:1px solid #CCC; background:#FFF; text-align:center; line-height:35px; font-size:14px; color:#666; cursor:pointer; transition:none;}
	.board_write > ul > li .file .button_m:hover{ z-index:2; border-color:#666; background:#555; color:#FFF;}
	.board_write > ul > li .code{ position:relative; padding:0 160px 0 0; height:35px;}
	.board_write > ul > li .code .input{ float:left; width:100%;}
	.board_write > ul > li .code .img{ position:absolute; z-index:1; top:0; right:60px; bottom:0; width:101px; border:1px solid #CCC; background:#FFF; text-align:center; line-height:33px; font-size:14px; color:#666;}
	.board_write > ul > li .code .button{ position:absolute; z-index:1; top:0; right:0; bottom:0; width:61px; border:1px solid #CCC; background:#FFF; text-align:center; line-height:35px; font-size:14px; color:#666; cursor:pointer;}
	.board_write > ul > li .code .button i{ margin:0 2px 0 0; color:#666;}
	.board_write > ul > li .code .button:hover{ border-color:#666; background:#555; color:#FFF;}
	.board_write > ul > li .code .button:hover i{ color:#FFF;}
	
	.board_write > ul > li .width{ margin:0 -5px; height:35px;}
	.board_write > ul > li .width .li{ float:left;}
	.board_write > ul > li .width .li .wrap{ margin:0 5px;}
	
	.board_write > ul > li .width_checkbox{ overflow:hidden;}
	.board_write > ul > li .width_checkbox .li{ float:left; width:20%;}
	.board_write > ul > li .width_checkbox .li label{ display:block; margin:0; text-align:left; line-height:30px; font-size:14px; font-weight:normal; color:#666;}
	.board_write > ul > li .width_checkbox .li label input{ display:block; float:left; margin:7px 5px 0 0; width:16px; height:16px; border-radius:0;}
	.board_write > ul > li .width_checkbox .li label:hover{ color:#b5221d; text-decoration:underline !important;}
	
	.board_write .policy{ border-top:2px solid #333;}
	.board_write .policy .box{ overflow-y:scroll; padding:50px 50px 0 50px; height:300px; border:1px solid #CCC; border-top:0;}
	.board_write .policy .box .tit1{ padding:0 0 0 20px; line-height:20px; font-size:16px; font-weight:600; color:#333;}
	.board_write .policy .box .tit1 i{ float:left; margin:0 0 0 -20px; line-height:20px; font-size:16px; color:#b5221d;}
	.board_write .policy .box .txt1{ margin:5px 0 0 0; padding:0 0 0 20px; line-height:20px; font-size:13px; color:#666;}
	.board_write .policy .box .txt2{ margin:5px 0 0 0; padding:0 0 0 45px}
	.board_write .policy .box .txt2 li{ list-style:decimal-leading-zero; padding:3px 0; line-height:18px; font-size:13px; color:#666;}
	.board_write .policy .bottom{ overflow:hidden; padding:15px 0; border:1px solid #CCC; border-top:0; background:#fafafa; text-align:center;}
	.board_write .policy .bottom label{ display:inline-block; margin:0 15px 0 0; line-height:20px; font-size:14px; font-weight:normal; color:#666;}
	.board_write .policy .bottom label input{ display:block; float:left; margin:2px 5px 0 0; width:16px; height:16px;}
	.board_write .policy .bottom label:hover{ color:#3d3f42; text-decoration:underline !important;}
	

	.board_write_select{ display:block; margin:0; padding:0 35px 0 10px; height:40px; width:100%; border-radius:0; border:1px solid rgba(255,255,255,0.2); background:url(/images/select_icon.png) no-repeat center right 10px #f0f0f0; background-size:15px auto; line-height:40px; font-size:15px; color:#666; outline:none; -webkit-appearance:none;}
	.board_write_select::-ms-expand{ display:none;}
	.board_write_select option{ color:#666;}
	
@media(min-width:700px){
	.board_write .sex_img li{ width:14.285%;}
}



.board_btn_01{ display:block; position:relative; border-radius:5px; background:#ffd746; text-align:center; line-height:45px; font-size:15px; font-weight:700; color:#000; cursor:pointer;}
	.board_btn_01 font{ display:block; position:absolute; top:-5px; right:-5px; padding:0 7px; height:20px; border-radius:10px; background:#F00; text-align:center; line-height:22px; font-size:12px; color:#FFF;}
	
.board_btn_01_basic{ display:block; border-radius:5px; background:rgba(0,0,0,0.3); text-align:center; line-height:45px; font-size:15px; font-weight:700; color:#ffd746; cursor:pointer;}

.board_btn_02{}
	.board_btn_02 ul{ overflow:hidden; border-radius:25px;}
	.board_btn_02 ul li{ float:left; width:50%; background:#333;}
	.board_btn_02 ul li a{ display:block; text-align:center; line-height:45px; font-size:15px; font-weight:700; color:#FFF; cursor:pointer;}
	.board_btn_02 ul li:last-child a{ border-radius:25px 0 0 0; background:#e5004f;}
	

.board_line{ margin:20px 0; border-top:1px solid #e5e5e5;}

















.payment_menu{ border-radius:5px; background:rgba(0,0,0,0.5);}
	.payment_menu ul{ overflow:hidden;}
	.payment_menu ul li{ float:left; width:50%;}
	.payment_menu ul li a{ display:block; height:45px; text-align:center; line-height:45px; font-size:15px; color:rgba(255,255,255,0.8); cursor:pointer;}
	.payment_menu ul li.on a{ border-radius:5px; background:#ffd746; color:#000; font-weight: 700;}

.payment_myqian{ padding:20px 0; border-radius:5px; background:rgba(0,0,0,0.5); text-align:center;}
	.payment_myqian p{ line-height:20px; font-size:18px; color:rgba(255,255,255,0.5);}
	.payment_myqian font{ display:inline-block; vertical-align:top; margin:5px 0 0 0; line-height:50px; font-size:30px; font-weight:800; color:#ffd746;}
	.payment_myqian font img{ display:inline-block; vertical-align:top; margin:0 5px 0 0; width:50px; height:auto;}




































