@charset "utf-8";

/* 기본 CSS */

body.my_show{
	background: #f6f6f6;
}

#wrap{
	width:100%;
	background: #f6f6f6;
	height: auto;
	position: absolute;
	font-family:'cwtexhei','HGGGothicssi 40g',NanumGothic,나눔고딕,'Nanum Gothic','맑은 고딕',Sans-serif;
	color:#000;
	font-size:16px;
}

#wrap:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}

.header{
	position:fixed;
	width:100%;
	height: 80px;
	border-bottom: 1px #ccc solid;
	background: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header > h1{
   position: absolute;
   margin-top: 22px;
   left: 1.8rem;
}

.header > h1:lang(en){
	margin-top: 29px;
}

.header h1 a {
    display: block;
}

.nav{
	position: absolute;
	display: inline-block;
	left:15rem;
	margin-top:35px;
	width: 760px;
}

.nav li{
	float: left;
	font-size: 18px;
	font-weight: 600;
	font-family:'cwtexhei','HGGGothicssi 80g';
}

.nav li:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}

.nav > ul > li{
	margin-left:56px;
}
.nav > ul >li:first-child{
	margin-left:0;
}

.info_section{
	position: absolute;
	right: 30px;
	top:25px;
}

.login_before li{
	float: left;
	padding-left:25px;
}

.login_after li{
	display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 12px;
}

.login_before, .login_after{
	display: flex;
    flex-direction: row;
    align-items: center;
}

.info_section .login_before a{
	color:#555;
}


.login_after .alarm {
	background: url('/webdata/images/alarm_icon.png') no-repeat;
	width: 18px;
	height: 22px;
	margin-top: -2px;
}

.login_after .alarm .alarm_pop{
	border-radius: 5px;
    background-image: -moz-linear-gradient( 0deg, rgb(254,146,35) 0%, rgb(255,92,76) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(254,146,35) 0%, rgb(255,92,76) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(254,146,35) 0%, rgb(255,92,76) 100%);
    color:#fff;
    font-size: 12px;
    padding:3px 5px;
    top: -5px;
    left: 11px;
    position: absolute;
}

.wrap_container{
	width: 100%;
	position: relative;
	margin-top:80px;
	height: auto;
	padding-bottom: 70px;
}

.container_area{
	width:auto;
	height: auto;
    position: relative;
    padding-left: 11.4rem;	
}

.container{
	/*width: 1600px;*/
    position: relative;
	width:90%;
	margin:0 auto;
/*     height: 100%; */
    min-width: 830px;
    left:3%;
    display:inline-block;
}

.my_info{
	width: 74%;
	top:48px;
	margin: 0 auto;
    position: relative;
	min-width:800px;
}

.my_info:lang(ja){
	min-width:930px;
}

.user-img{
	float: left;
    width: 120px;
    height: 120px;
    border:1px solid #e2e2e2;
    position: relative;
    border-radius: 50%!important;
    background: #fff;
}

.rounded-circle{
	border-radius: 50%!important;
	width: 120px;
    height: auto;
}

.myname{
	font-size: 26px;
}

.e-mail{
	font-size: 18px;
	padding-top:10px;
}

.my_infolist{
	margin-left: 145px;
    position: relative;
    padding-top:15px;
    width:41%;
    min-width:310px;   
}

.my_info_set{
	background: url(/webdata/images/set.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left:10px;
}

.mylist{
	padding-top:20px;
	min-width:600px;
}

.mylist > ul{
	display: inline-flex;
	overflow:hidden;
}

.my_s, .my_p, .my_h{
	float: left;
	margin-right:45px;
}

.my_s span, .my_p span, .my_h span{
	font-size:22px;
	padding-left:10px;
	color:#000;
}

.followlist {
	position: absolute;
	top: 15px;
    right: 35px;
}

.followlist > div{
	float: left;
	text-align: center;
	font-size: 20px;
	padding-left: 55px;
}

.followlist > div > ul > li {
	padding-top:15px;
}


.search{
	width: 70%;
	border-bottom: 1px solid #8c8c8c;
	position: relative;
	margin:0 auto;
    margin-top: 85px;
    display: flex;
	min-width:700px;
}

.search:lang(ja){
	margin-top:25px;
}


.show_search{
	background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    outline: none;
    display: flex;
    flex: 100%;
    font-size: 22px;
    color: #000;
	 font-family: 'cwtexhei','HGGGothicssi 20g',Sans-serif;
}

.show_search:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}

.search_btn{
	background: url('/webdata/images/search.png') no-repeat;
	width: 26px;
	height: 26px;
	border:none;
	margin:-5px 10px 7px 0;
}

.show_list_area{
	position: relative;
	top:40px;
	height: auto;
	width: 100%;
}

.showList_none{
	text-align: center;
	font-size: 30px;
	padding:227px 0;
}

.search_none{
	text-align: center;
	font-size: 30px;
	margin-top:125px;
	line-height: 40px;
}

.search_none span{
	color:#fe9124;
}

.showEditor_btn{
	width: 240px;
	height: 70px;
	margin-top:20px;
	border-radius: 5px;
	border:none;
  background-image: -webkit-linear-gradient(right, rgb(254,146,35) 0%, rgb(255,92,76) 100%);
  background-image: -o-linear-gradient(right, rgb(254,146,35) 0%, rgb(255,92,76) 100%);
  background-image: linear-gradient(to right, rgb(254,146,35) 0%, rgb(255,92,76) 100%);

}	

.showEditor_btn > span{
	color:#fff;
	font-size: 26px;
}


.left_showList_area{
	margin-top:40px;
	width: 100%;
	position: relative;
	left:0;
	display: inline-block;
}

.select{
	border:1px solid #fe9124;
	box-shadow: 3px 3px 3px 3px #e2e2e2;
	border-radius: 5px;
}


.show_list{
	width: 860px;
	height: 150px;
	border:1px solid #dddddd;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom:20px;
}

.list_info{
	margin:24px 30px;
	display: flex;
}



.thumImg{
	width: 135px;
	height: 100px;
}

.shareImg{
	width:100%;
	display: inline-block;
}

.share_btn{
	position: absolute;
	top: 0;
	left:0;
}

.show_info_section{
	position: relative;
	margin-left: 35px;
	/*width: 635px;*/
}

.show_info{
	margin-top:8px;
}

.show_title{
	font-size: 18px;
	margin-bottom: 25px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 550px;
	font-family:'cwtexhei','HGGGothicssi 80g';
}
.show_title:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}


.copy_btn{
	margin:0; 
	padding:0; 
	position: absolute;
    right: 25px;
}



.show_mylist{
	width: 600px;
    position: relative;
    display: inline-block;
}


.show_mylist > ul > li{
	float: left;
	font-size: 15px;
	margin-right:20px;
}

.show_mylist02{
	clear: both;
	margin-top: 10px;
	font-size: 15px;
}


.mHeart_click{
	color:#f12b2b;
}


.timeImg, .playImg, .heartImg{
	margin:1px 5px 0 0;
	width: 14px;
}

.sm_data{
	color:#bbb;
	margin-left:15px;

}

.tap_btn{
	width: 15px;
	height: 30px;
	margin-top:3px;
}


.list_paging{
	position: relative;
	text-align: center;
}

.list_paging ul{
	display: inline-block;
}

.list_paging ul li{
	float: left;
	padding-right:15px;
}

.list_paging ul li a{
	color:#666;
}

.list_paging .first{
	background: url('/webdata/images/list_paging_first.png') no-repeat;
	width: 10px;
	height: 13px;
	margin: 2px;
}

.list_paging .prev{
	background: url('/webdata/images/list_paging_prev.png') no-repeat;
	width: 10px;
	height: 13px;
	margin: 2px;
}

.list_paging .next{
	background: url('/webdata/images/list_paging_next.png') no-repeat;
	width: 10px;
	height: 13px;
	margin: 2px;
}

.list_paging .last{
	background: url('/webdata/images/list_paging_last.png') no-repeat;
	width: 10px;
	height: 13px;
	margin: 2px;
}

.list_paging .on{
	color:#000;
}

.right_quiz_area{
	width: 700px;
    position: relative;
    /*display: inline-block;*/
    border: 1px solid #dddddd;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    float: right;
    margin-top:40px;
    height: 100%;
    /*margin-bottom: 180px;*/
}

.quiz_info_title{
	padding-bottom: 30px;
}

.quiz_info_title > p{
	font-size: 20px;
	display: inline-block;
	margin-top:5px;
	font-family:'cwtexhei','HGGGothicssi 80g';
}
.quiz_info_title > p:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}


.m_play_btn, .m_mission_btn{
	width: 90px;
	height: 30px;
	border:1px solid #fe9124;
	border-radius: 5px;
	float: left;
	margin-left:10px;
	display: inline-block;
	line-height: 27px;
	box-sizing: border-box;
	color:#fe9124;
}

.quiz_pm_btn{
	position: relative;
    float: right;
    display: inline-flex;
}



.bx .bx_info{
	text-align: center;
	padding-top:5px;
}

.bx_info .bxImg{
	width: 225px;
	height: 140px;
}

.bx_info .bx_text{
	padding-top:30px;
	font-size: 20px;
}

.right_quiz_area .pd{
	padding:30px 40px 40px 40px;
	border-top: 1px #ddd solid;
}

.right_quiz_area .pd:nth-child(1){
	border:none;
}

.quiz_type_info .quiz_q{
	font-size: 18px;
	line-height:30px;
}

.quiz_type > p{
	color:#777;
}

.option_marker_ch{
	width: 24px;
	height: 24px;
	background: #fe9124;
	border-radius: 50%;
	margin-right: 10px;
}

.option_marker{
	width: 24px;
	height: 24px;
	background: #d3d3d3;
	border-radius: 50%;
	margin-right: 10px;
}



.question_options .option > ul > li{
	float: left;
	display: inline-flex;
	width: 45%;
	margin-top: 25px;
	position: relative;
	line-height: 24px;
	color:#777;
	font-family:'cwtexhei','HGGGothicssi 60g';
}
.question_options .option > ul > li:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}


.question_options .text_only_option > ul > li:nth-child(3){
	clear: both;
}


.text_only_option > ul > li > span{
	line-height:24px;
}


.text_only_option > input[type=radio]:checked ~ .check {
  background: #fe9124;
}

.optionImg{
	width: 100%;
	height:80px;
	margin-top: 10px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.img_text > ul li > span{
	display: inline;
    position: absolute;
    bottom: 0;
    left: 180px;
}

.question_img{
	text-align: center;
	margin-bottom: 25px;
}

.quiz_type_info .qImg{
	width: 215px;
	height: 135px;
}

/*정렬 시작*/
 .toast-top-center{
 	top : 50%
 }
 
.myshow_check_option{
    position: relative;
    text-align: left;
   	clear: both;
}

.myshow_check_option ul li{
    float: left;
}

.myshow_check_option {
    position:relative;
    box-sizing:border-box;
    cursor:pointer;
    line-height: 1.8em;
    vertical-align: middle;
    display: inline-block;
    color: #555;
    margin-bottom: 0;
    width: 20px;
    height: 20px;
}

.myshow_check_option input {
    overflow:hidden;
    width:0px;
    height:0px;
    border:0 none;
    font-size:0;
    line-height:0;
    clip:rect(0 0 0 0);
    opacity:0;
}


.myshow_check_option .ico {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/webdata/images/check_d.png) no-repeat center center;
    border: 1px #c7c7c7 solid;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;
}

.myshow_check_option input:checked + .ico {
    width: 20px;
    height: 20px;
    background: url(/webdata/images/checked_w.png) no-repeat center center #fe9124;
    border: none;
    background-size: 80%;
}

.orderList{
	display:inline-block;
	margin-left : 10px;
	margin-top : 5px;
}

#orderBy{
	width: 150px; height: 30px; font-size: 14px; text-indent: 5px; color: #555; 
	font-family: 'cwtexhei','HGGGothicssi 40g',NanumGothic,나눔고딕,'Nanum Gothic','맑은 고딕',sans-serif;
}

.play-type-btn{
	width: 76px;
    height: 28px;
    font-size: 12px;
    background: #acacac;
    color: #fff !important;
    padding: 8px 15px;
    top: 5px;
    position: relative;
    text-align: center;
    margin-left: 10px;
    border-radius: 3px;
    cursor:pointer;
}
 
.play-type-on{
 	background: rgb(254,146,35);
}
/*정렬 끝*/

/*201029-Board*/


.category_wrap{
	width:100%;
	margin:73px 0 39px 0;
	overflow:hidden;
}
.board_category{
	position:relative;
	float:left;
}


.board_category .myboardCate{
	display:inline-block;
	position:absolute;
	top:7px;
	left:316px;
	width:355px;
}

.board_category .myboardCate:lang(ja){
	left:332px;	
}

.board_category .myboardCate:lang(en){
	left:329px;
}

.board_category .myboardCate:lang(zh){
	left:329px;
}

.board_align{
	float:right;
}
.board_align ul li{
	float:left;
}

.board_category ul li{
	float:left;
	border-radius:4px;
	margin-left:4px;
}

.board_category ul li label{
	font-size:14px;
	font-family:'cwtexhei','HGGGothicssi 60g';
	color:#fff;
	padding:8px 23px 8px 21px;
	display:block;
}
.board_category ul li label:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}


.board_category ul li a{
	font-size:14px;
	font-family:'cwtexhei','HGGGothicssi 60g';
	color:#fff;
	padding:8px 23px 8px 21px;
	display:block;
}
.board_category ul li a:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}


.board_category ul li a:hover{
	font-weight:bold;

}

.board_category .cate_all{
	background:#a3a3a3;
}
.board_category .cate_ongoing{
	background:#41d980;
}
.board_category .cate_standby{
	background:#ffcc00;
}
.board_category .cate_board_end{
	background:#f04c4c;
}



.boardList_area{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	/* min-width:1200px; */
	position:relative;
	display:flex; /*브라우저 확대축소시 화면 깨지는부분 수정CSS*/
	flex-wrap:wrap;
}

.bx_board{
	position:relative;
	overflow:hidden;
	width:23.5%;
	background:#fff;
	border-radius:40px;
	float:left;
	margin-left:1.5%;
	margin-bottom:1.5%;
	min-width:309px;
	max-width:370px;
}


.bx_board:nth-child(1){
	margin-left:;	
}

.boardMainImg {
	width:370px;
	height:234px;
}
.boardMainImg .thumbImg{
	width:100%;
	height:100%;
	background:url(/webdata/images/img_title_board.png) no-repeat center center;
	background-size:cover;
	background-color:#ddd;
}

/* .boardMainImg > img{ */
	/* display:block; */
	/* width:100%; */
	/* height:auto; */
	/* border-radius:40px 40px 0 0 ; */
	/* margin:0 auto; */
/* } */

.boardMainImg > p{
	position:absolute;
	top:25px;
	left:24px;
	border-radius:15px;
	background:#41d980;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:6px 5px 7px 9px;
}

.boardMainImg > p:lang(ja){
	transform:skew(0.03deg);
}


.boardMainImg .ongoing{
	background:#41d980;
}

.boardMainImg .standby{
	background:#ffcc00;
}

.boardMainImg .end{
	background:#f04c4c;
}

.boardMainImg > p > img{
	vertical-align:middle;
	margin-left:5px;
}

.boardCopy{
	position:absolute;
	top:21px;
	right:26px;
}

.lst_board {
	width:85%;
	margin:5% auto;
	overflow:hidden;
	min-width:280px;
}



.lst_board ul li{
	float:left;
	font-size:12px;
	font-weight:800;
	font-family:'Montserrat', sans-serif;
	line-height:17px;
	position:relative;	
	width:32%;
	padding-right:1%;
	border-right:1px solid #dfdfdf;
}

.lst_board li:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;

}

.lst_board ul li:last-child{
	border-right:none;
}

.lst_board li > a{
	display:block;
	position:relative;
	width:100%;
}
.lst_board li > a:lang(ja){
	transform:skew(0.04deg);
}

.lst_board .show a{
	color:#ff7b00;	
}

.lst_board .page a{
	color:#02d7c5;
	padding-left:4px;
}

.lst_board .post a{
	color:#484848;
	border-right:none;
	padding-left:4px;
}


.lst_board li > a > span{
   display:inline-block;
   width:30%;
   text-align:right;
   margin-left:5px;
}

.lst_board li > a > span:lang(ja){
	margin-left:0;
}

.board_title{
	margin-left:20px;
	position:relative;

}

.board_title > h2{
	font-size:20px;
	color:#151515;
	font-family:'cwtexhei','HGGGothicssi 60g';
	font-weight:bold;
/* 	width:300px; */
	width:245px;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
}

.board_title >h2:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
	transform:skew(0.03deg);
}

.board_title > p{
	font-size:14px;
	color:#7d7d7d;
	font-family:'cwtexhei','HGGGothicssi 40g';
	width: 280px;
	height:32px;
	margin-top:12px;
	line-height:17px;
	letter-spacing: 0.14px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;	
	transform: skew(0.04deg);
}

.board_title >p:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
	transform:skew(0.03deg);
}
.board_title .btn_option{
	position:absolute;
	top:-3px;
	right:20px;	
}

.board_date{
	margin-left:20px;
	
}
.board_date > p {
	float:left;
	color:#b7b7b7;
	font-size:14px;
	font-family:'Montserrat', sans-serif;
	letter-spacing:0.07px;
	font-weight:bold;
	margin-top:24px;
	line-height:normal;
	margin-bottom:44px;
}
.board_date > p:lang(ja) {
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
	transform:skew(0.03deg);
}

.board_date ul{
	display:inline-block;
	margin-top:16px;
	float:right;
	margin-right:24px;
}

.board_date ul li{
	float:left;
	display:block;	
	
}
.board_date ul li img{
	width:24px;
	height:24px;
	border-radius:50px;
	background:#fff;
	border:2px solid #dfdfdf;
	margin-left:-8px;
}

.board_date .num{
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	color:#333656;
	font-size:14px;
	margin-left:5px;
	padding:8px 0;
}

.popup_option{
	position:absolute;
	top:314px;
	left:284px;	
    box-shadow:  0px 0px 11.5px 2px rgba(172, 172, 172, 0.52);
    background-color: #ffffff;
    z-index:10000;
	padding:20px;
	
}

.popup_option ul li{
	line-height:30px;
}

.popup_option ul li img{
	vertical-align:middle;
	margin-right:15px;
}
.popup_option ul li a{
	font-family:'cwtexhei','HGGGothicssi 60g';
	font-size: 15px;
	color:#7d7d7d;
	font-weight:normal;
	display:block;
	transform: skew(0.04deg);
}
.popup_option ul li a:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}

/* 인형 추가 */
.board_category ul li label{
	font-size:14px;
	font-family:'cwtexhei','HGGGothicssi 60g';
	color:#fff;
	padding:8px 23px 8px 21px;
	display:block;
	transform: skew(0.04deg);
	cursor:pointer;
}

.board_category ul li label:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}




/* 보드 카테고리 CSS 추가 */
.brd_ctgr .icon-all{color:#ababab;float:left; display:block;}
.brd_ctgr span>a{transform:skew(-0.03deg); display:block; font-size:14px; letter-spacing:0.3px;color:#494949;line-height:19px;margin-left:26px;}
.brd_ctgr span>a:hover{color:#02d7c5;text-decoration:none;}
.brd_ctgr span>a:active{color:#07756c;text-decoration:none;}
.brd_ctgr span>a:focus{color:#494949;text-decoration:none;}
.brd_ctgr .icon-right-open{color:#ababab; font-size:13px; display:inline-block; margin-left:3px;}


.selectBox{
	width: 150px;
    height: 30px;
    font-size: 14px;
    text-indent: 5px;
    color: #555;
    transform: skew(0.04deg);
    padding: 2px;
    font-family: 'cwtexhei','HGGGothicssi 60g',NanumGothic,나눔고딕,'Nanum Gothic','맑은 고딕',sans-serif;
    font-weight:500;
    border: 1px solid #8a8a8a;
}

.selectBox option{
	font-weight:400;	
}

.selectBox:lang(zh){
	font-family: 'cwtexhei', 'HGGGothicssi 60g', NanumGothic, 'Nanum Gothic',Sans-serif;	
}

.selectBox:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
	transform:skew(0.03deg);
}



/* 만들기 버튼 */

.makeFormBtn{	
	
	display:flex;
	width:23.5%;
	justify-content: center;
    flex-direction: row;   
    margin-bottom:19px;
}

.makeFormBtn > a {
	background:#ebebeb;
	border:1px solid #ebebeb;
	border-radius:40px;
	width:100%;
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	color:#b6b6b6;
	font-size:30px;	
}

.makeFormBtn > a:hover{
	color:#939393;
	background:#ebebeb;
	border:1px dashed #a5a5a5;
}


