@charset "utf-8";
/* SIR 지운아빠 */

/* 초기화 */
html {overflow-y:scroll;}
body {margin:0;padding:0 !important;color:#444444; background:#fff;
	 font-size:13.5px; letter-spacing:-0.6px; font-weight:400; line-height:1.6em; font-family: 'scoredream', sans-serif;word-break:keep-all;}
body.idx_body{ background:#fff;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul {margin:0;padding:0;list-style:none}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle; outline:none;}
input, button {margin:0;padding:0;font-size:1em;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0;font-size:1em;-webkit-appearance:none}
textarea, select {font-size:1em;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#403944;text-decoration:none}
a:hover, a:focus, a:active {color:#403944;text-decoration:none}
.cf{}
.cf:after{display:block; content:""; clear: both;}

/*아이폰 input 스타일제거*/
select, input{
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background:none;
	border-radius:0;
	-webkit-border-radius:0;
	-webkit-appearance:normal;
	}
input[type=button], input[type=submit]{
	-webkit-appearance:button;
	}
input[type=radio]{-webkit-appearance:radio; border-radius:25px;}
input[type=checkbox]{-webkit-appearance:checkbox;}
*{-webkit-text-size-adjust:none;}

/* 팝업레이어 */
#hd_pop { z-index:1000; position:fixed; margin:0 auto; width:100%; height:1px; top:0;}
#hd_pop h2 { position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops { position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer { padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button { margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd{position:relative; height:60px;}

#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#hd_wrapper{ padding:10px 15px; position:fixed; top:0; left:0; width:100%; height:60px;  z-index:1000; background:#fe8ea6; border-bottom:1px solid #fe8ea6;}
#hd_wrapper.main{background:#fff; padding:12px 15px;border-bottom:1px solid #eaeef6;}
#hd_wrapper.main #my_p .svg-inline--fa{color:#2d2d2d;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#hd_wrapper #logo{text-align:center; /*padding:10px 0 6px 0;*/}
#hd_wrapper #logo a{font-weight:700; color:#fff; font-size:1.88em; text-shadow:0 0 10px rgba(0,0,0,0.1);}
#hd_wrapper #logo img{height:35px; width:auto;}
#hd_wrapper #title{text-align:center; padding:10px 0 8px 0; color:#fff; font-size:1.6em; font-weight:500; text-shadow:0 0 10px rgba(0,0,0,0.1);}
#hd_wrapper #my_p{position:absolute; top:15px; right:15px;}
#hd_wrapper #my_p span{color:#fff; font-weight:800; font-size:0.8em; position:absolute; top:11px; right:26px;}
#hd_wrapper #my_p .svg-inline--fa{color:#fff; font-size:2em;}
#hd_wrapper #hd_back{position:absolute; top:15px; left:15px;}
#hd_wrapper #hd_back a{font-size:2.4em; color:#fff;}


/* 상단추가메뉴(스크롤메뉴) */
#nav_wrap{
    position: fixed;
	top:60px; 
	left:0;
	width:100%;
	z-index:1000;
}
#nav_wrap .right-blur{
     position: absolute;
     top: 0;
     right: 0;
     bottom: 1px;
     width: 15px;
     background-image: -webkit-gradient(linear,right top,left top,from(#fff),to(rgba(255,255,255,0)));
     background-image: -webkit-linear-gradient(right,#fff,rgba(255, 255, 255, 0));
     background-image: linear-gradient(to left,#fff,rgba(255, 255, 255, 0));
     z-index: 1;
 }
#nav_wrap .left-blur{
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    width: 15px;
    background-image: -webkit-gradient(linear,left top,right top,from(#510087),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left,#fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right,#fff,  rgba(255, 255, 255, 0));
    z-index: 1;
}
#nav_wrap .cate_list{
    position: relative;
    background: #fffef6;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    border-bottom:1px solid #f1f1f1;
}
#nav_wrap .cate_list .menu{
    display: inline-flex;
    align-items: center;
}
#nav_wrap .cate_list .menu a{
    color: #222;
    font-size: 1.05em;
	font-weight:500;
	display:block; 
	padding:12px 14px 10px 14px;
}
#nav_wrap .cate_list .menu a.active{
    border-bottom: 3px solid #fe8ea6;
	color:#fe8ea6;
	font-weight:600;
}




/*카테고리 버튼 */
#nav_open{position:absolute; top:20px; left:15px;}
#nav_open a{display:inline-block;}
#nav_open span{ display:block; width:28px; height:3px; background:#2d2d2d; margin-bottom:6px;}
#nav_open span:nth-child(3){ width:18px;}

/* 왼쪽메뉴 */
#navtoggle {position:absolute; width:100%; height:100%; left:0; top:0; background:#fff; overflow:auto; z-index:102;}
#navtoggle .scroll{position:relative; height:100%; overflow-y:scroll;}

#nav_top{ background:#fff; position:relative; padding:0px;}
#nav_top .home{ position:absolute; top:20px; right:58px; display:block; font-size:1.8em; z-index:99999999}
#nav_top h1 img{ width:160px; height:auto;}
#nav_top .nav_close{ position:absolute; top:15px; right:20px; display:block; font-size:3em; z-index:99999999}

#hd_tnb{ padding-top:25px;}
#hd_tnb .nav_name{ font-size:1.1em; color:#333; margin-left:15px;}
#hd_tnb .nav_name .mb_photo{float:left; width:65px; height:65px; background:#ededed;  text-align:center; border-radius:50%;  overflow:hidden; margin-right:12px; position:relative;}
#hd_tnb .nav_name .mb_photo img{height:100%;/* width: 100%; */position:absolute;top:50%;left:50%;transform:translate(-50%, -50%); }
#hd_tnb .nav_name .mb_photo .svg-inline--fa{color:#fff; font-size:1.5em;}
#hd_tnb .nav_name .mb_id{float:left; color:#000; margin-top:5px;}
#hd_tnb .nav_name .mb_id strong{font-size:1.2em; }
#hd_tnb .nav_name .mb_id a{display: inline-block; padding:3px 12px; color:#000; font-size:0.9em; background:#F6F6F6; border-radius:30px; margin-top:12px;}
#hd_tnb .nav_name .my{display:inline-block; padding:3px 8px 2px 8px;border:1px solid #f1f1f1; background:#f9f9f9; font-size:0.73em; text-align:center; border-radius:4px; margin-left:6px;}
#hd_tnb .nav_id{ margin-left:25px; font-size:13px; color:#777;}
#hd_tnb .nav_login{margin:20px 0; width:100%;}
#hd_tnb .nav_login:after{ display:block; content:""; clear:both;}
#hd_tnb .nav_login li{float:left; width:calc(33.333%); text-align:center;}
#hd_tnb .nav_login li span{display:block; margin-bottom:10px;}
#hd_tnb .nav_login li a{ color:#000; font-weight:500; font-size:1.1em; display:block;}
#hd_tnb .nav_login li .svg-inline--fa{font-size:1.8em;}
#left_menu{margin:20px 0;/*border-bottom:7px solid #f8f8f8;*/}
#left_menu ul:after{display:block; content:""; clear:both;}

#left_menu .mgnb_2dul{margin:0 15px 15px 15px; border:1px solid #f3f3f3; border-bottom:none; border-right:none;}
#left_menu .mgnb_2dul:after{display:block; content:""; clear:both;}
#left_menu .mgnb_2dul .mgnb_2dli{float:left; width:50%;}
#left_menu .mgnb_2dul .mgnb_2dli a{font-size:1em; padding:10px 0; border-bottom:1px solid #f3f3f3; background:#FCFCFC; border-right:1px solid #f3f3f3; font-weight:500; color:#666}
#left_menu li{text-indent:24px; position:relative; width:100%; /*margin-bottom:-1px;*/}
#left_menu li:nth-child(odd){}
#left_menu li:nth-child(6){margin-top:10px; border-top:1px solid #f0f0f0; padding-top:10px;}
#left_menu li a{ color:#000; font-size:1.1em; font-weight:500; padding:12px 0; display:block;}
#left_menu li:first-child .gnb_1da2{}
#left_menu li:nth-child(6) .svg-inline--fa{top:29px; }
#left_menu li .svg-inline--fa{ position:absolute; top:15px; right:20px; font-size:1em; color:#e0e0e0;}
#left_menu li .gnb_1dam{background:#fbfbfb no-repeat 10px center / 22px auto; font-weight:bold; font-size:15px; border-top:1px solid #f2f2f2;} /*1차메뉴*/

#left_menu li.bb{width:50%; text-indent:10px; background:#fff; border-right:1px solid #eee; border-bottom:1px solid #eee;}/*2차메뉴*/
#left_menu li.bb:nth-child(even){border-right:none;}/*2차메뉴*/
#left_menu li .bbb{background:none !important; line-height:35px;}


#left_cate{ border-top:1px solid #eee; display:none;}
#left_cate li{ border-bottom:1px solid #eee; padding-left:20px; background-repeat:no-repeat; background-position:10px center; background-size:22px auto;}
#left_cate li a{ font-size:13px; line-height:45px; color:#222;}
#left_cate li a i{font-size:1.3em; vertical-align:middle; margin-right:3px;}

#left_cus{ padding:20px 20px 20px 20px; position:relative;}
#left_cus h2{font-size:1.75em; color:#000; font-weight:600; letter-spacing:-0.1px;}
#left_cus p{font-size:0.9em; margin:10px 0 4px 0;}
#left_cus p span{display:inline-block; background:#f2f2f2; color:#000; padding:2px 8px; border-radius:20px; margin-right:5px;}
#left_cus .adr{font-size:0.9em;}
#left_cus .adr span{display:inline-block; background:#f2f2f2; color:#000; padding:2px 8px; border-radius:20px; margin-right:5px;}
#left_cus .call{padding:15px; background:#f2f2f2; color:#000; font-size:1.4em; border-radius:50%; position:absolute; right:20px; top:20px;}


#left_sns{border-top:7px solid #f0f0f0; border-bottom:7px solid #f0f0f0;}
#left_sns ul:after{display:block; content:""; clear:both;}
#left_sns ul li{float:left; width:33.3333%; text-align:center; border-right:1px solid #eee;}
#left_sns ul li a{display:block; line-height:45px;}
#left_sns ul li a i{font-size:1.2em; vertical-align:middle;}
#left_sns ul li img{width:14px; height:auto; margin-right:2px; margin-top:2px;}


#tgnb{ border-top:1px solid #E3E3E3;}
#tgnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#tgnb_1dul:after{content:""; display:block; clear:both;}
.tgnb_1dli{float:left; width:33.3333%; text-align:center; border-bottom:1px solid #E3E3E3; border-right:1px solid #E3E3E3;}
#tgnb_1dul li:nth-child(3n+0){border-right:0}
.tgnb_1da{display:block; padding:8px 5px; font-size:12px;}
.tgnb_1da .hitm{ font-weight:bold; color:#ed1616;}
#tgnb_1dul li:nth-child(2) .tgnb_1da{ font-size:12px; padding:8px 3px;}









/* 중간 레이아웃 */
#wrapper {margin:0 auto; min-width:280px;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container {position:relative; min-height:600px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin:15px 20px;font-size:1.2em;font-weight:500}

/* 텍스트 크기 조절 */
#text_size {margin:0 0 10px;text-align:center}
#text_size button {margin:0;padding:2px 2px 1px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}





/* 메인페이지디자인*/
#mb_main{background:linear-gradient(180deg, #fef7f9, #fff); padding:30px 20px 40px 20px; position:relative;margin-top:44px; }
#mb_main .bg1{position:absolute; right:5px; top:40px; z-index:1;}
#mb_main .bg1 img{width:100px; height:auto; }
#mb_main .bg2{position:absolute; right:20px; top:20px; z-index:3;}
#mb_main .bg2 img{width:60px; height:auto; }
#mb_main .bg3{position:absolute; left:20px; bottom:8px; z-index:2;}
#mb_main .bg3 img{width:150px; height:auto; }
#mb_main .title{color:#fe8ea6; font-size:1.22em; line-height:1.5em; margin-bottom:15px;}
#mb_main .title strong{display:block; font-size:1.1em; font-weight:600;}
#mb_main .cont{font-size:1.05em; line-height:1.6em; color:#a6bade; margin-left:30px;}
#mb_main .cont h3{color:#607db2; font-size:1.2em; margin-bottom:15px;}
#mb_main .cont2 {color:#666; margin-top:22px; font-size:1em;}
#mb_main .cont2 strong{display:block; font-weight:500; font-size:1.15em; margin-bottom:10px;}
#mb_main .sign{font-size:1.22em; color:#000; font-weight:600; margin-top:30px; text-align:right;}
#mb_main .sign span{margin-left:10px;}
#mb_main .sign span img{width:80px; height:auto;}
#area_bg{background:#f8f8f8; border-top:1px solid #f0f0f0; height:7px;}
#mb_main .view_more{display:inline-block; padding:1px 10px; font-size:0.85em; text-align:center; color:#fe8ea6; border:1px solid #fe8ea6; border-radius:20px;}
#mb_ban{margin:20px;}
#mb_ban img{width:100%; height:auto;}

#member_list{padding:40px 20px 0 20px; width:100%; background:linear-gradient(#FFFEF2 70%, #fff 100%)}
#member_list h3{font-size:1.75em; margin:10px 0 20px 0; text-align:center; color:#fe8ea6;}
#member_list h3 span{display:block; font-size:0.55em; margin-top:8px; color:#649ce2; }
#member_list .memb {}
#member_list .memb .list{width:100%; background:#fff; padding:20px 15px; margin-bottom:8px; border-radius:5px; border:1px solid #FCF1DE; box-shadow:0 0 8px #f1f1f1;}
#member_list .memb .list .face{float:left; text-align:center; margin-right:12px; position:relative;}
#member_list .memb .list.right .face{margin-left:12px; margin-right:0;}
#member_list .memb .list .face .mg{width:75px; height:75px; border-radius:50%; overflow:hidden; position:relative;}
#member_list .memb .list .face .mg img{height:100%;/* width: 100%; */position:absolute;top:50%;left:50%;transform:translate(-50%, -50%); }	
#member_list .memb .list .info{float:left; width:calc(100% - 90px);}
#member_list .memb .list .info .nick{font-weight:500; font-size:1.15em; margin-bottom:4px;}
#member_list .memb .list .info .simp_info{color:#8c8c8c; font-weight:500; font-size:0.9em; line-height:1.4em;}
#member_list .memb .list .info .con{margin-top:8px; font-size:0.9em; line-height:1.4em; color:#999; max-height:45px; word-wrap:break-word; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;}
#member_list .view{width:50%; margin:25px auto 25px auto; text-align:center; display:block;  padding:6px; border:2px solid #fe8ea6;}
#member_list .view:hover{ background:#fe8ea6; color:#fff;}

/*상단검색부분*/
#mem_sch{ background:#f3f7ff; padding:15px 6px 15px 6px;}
#mem_sch .part{float:left; font-size:1.05em;}
#mem_sch .part.add{float:right;}
#mem_sch .part .sel{float:left;margin-right:5px;}
#mem_sch .part.st2 {
    padding: 0 3vw;
    width: 100%;
}
#mem_sch .part.st2 .sel{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
	margin-bottom: 8px;
	border: 1px solid #fe8ea6;
}
#mem_sch .part .sel select{
	border:none;
}
#mem_sch .part.st2 .sel select{
	background: #fff url(../img/common/ico_down.png) no-repeat 88% center;
	background-size: 7px;
	padding: 5px 24px 6px 12px;
	/* margin-bottom: 4px; */
	-webkit-appearance: none;
}
#mem_sch .part.st2 .sel_gu select{
	background: #fff0f3 url(../img/common/ico_down.png) no-repeat 88% center;
    background-size: 7px;
}
#mem_sch .part.add .add_sch{color:#000;}

/* 검색버전2 */
/* #mem_sch .part.st2 .sel{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin:0px 5px 9px 0px;
    border: 0;
    padding: 3px;
    background: #fff;
    border: 1px solid #fe8ea6;
    float: left;
    border: 1px solid #fe8ea6;
}
#mem_sch .part.st2 .selBBox{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #fe8ea6;
    background: #FFF;
    float: left;
    margin: 0px 5px 9px 0px;
}

#mem_sch .part.st2 .selBBox .sel{
    border: 0;
    margin: 0;
} */


/*내 메세지함 검색*/
#msg #mem_sch{margin:50px 0 0; background:none; padding:15px; border-bottom:1px solid #eee; text-align:center;}
#msg #mem_sch .part{float:unset;}
#msg #mem_sch .part span{display:none;}
#msg #mem_sch input[type=text]{padding:5px; border:1px solid #fe8ea6 !important; background:#fff !important; height:35px; width:calc(100% - 60px);}
#msg #mem_sch input[type=submit]{ background:#fe8ea6; height:35px; padding:0 10px; font-size:1em; font-weight:600; width:50px; border:none; color:#fff;}

/*회원리스트부분*/
#mem_list{padding:30px 10px;}
#mem_list .memb{position:relative; margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #f4f4f4; position:relative;}
#mem_list .memb:last-child{padding-bottom:0; border-bottom:0;}
#mem_list .memb:after{display:block; content:""; clear:both;}
#mem_list .memb .face{float:left; text-align:center; margin-right:12px; position:relative;}
#mem_list .memb .face .new_ico{display:none; /*width:23px; height:23px; overflow:hidden; text-align:center; color: #fff; background:#FC0; border-radius:50%; position:absolute; top:-10px; font-size:0.87em; padding-top:2px; font-weight:700;left:50%; transform:translateX(-50%);*/}
#mem_list .memb .face .love_ico{display:block; width:18px; height:18px; overflow:hidden; text-align:center; color: #fff; background:#FC0; border-radius:50%; position:absolute; top:-10px; font-size:0.85em;  font-weight:700;left:50%; transform:translateX(-50%); z-index:10;}
#mem_list .memb .face .mg{width:75px; height:75px; border-radius:50%; overflow:hidden; position:relative;}
#mem_list .memb .face .mg img{width:100%;}
/*
#mem_list .memb .face .mg img{height:100%;width: 100%; position:absolute;top:50%;left:50%;transform:translate(-50%, -50%); 
-webkit-filter:blur(4.5px);
-moz-filter:blur(4.5px);
-o-filter:blur(4.5px);
-ms-filter:blur(4.5px);
filter:blur(4.5px);
}	*/
#mem_list .memb i{display:inline-block; position:relative; top:3px; width:16px; height:16px; margin:0; background:url(../img/app/icon_secret.svg)no-repeat center; border-radius:50px; z-index:90;}
	
#mem_list .memb .face .name{font-size:0.9em; margin-top:10px;}
#mem_list .memb .info{float:left; width:calc(100% - 90px);}
#mem_list .memb .info .nick{display:inline-block; font-weight:600; font-size:1.15em; margin-bottom:4px;}
#mem_list .memb .info .nick.male{color:#8baeff; }
#mem_list .memb .info .nick.fe{color:#fe8ea6; }
#mem_list .memb .info .simp_info{color:#8c8c8c; font-weight:500; font-size:0.9em; line-height:1.4em; width:calc(100% - 105px);}
#mem_list .memb .info .con{margin-top:18px; max-height:65px; word-wrap:break-word; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;}
#mem_list .memb .info .date{font-size:0.9em; margin-top:2px;}
#mem_list .memb .love_btn{position:absolute; right:0; top:0px;}
#mem_list .memb .love_btn a{float:left; margin-left:6px; display:block; text-align:center; color:#000;}
#mem_list .memb .love_btn a span{display:block; font-size:0.75em; font-weight:600; letter-spacing:-0.9px;}
#mem_list .memb .love_btn img{width:auto; height:22px;}
#mem_list .memb .love_btn .zzim img{height:20px;}
#mem_list .memb .love_btn .private{margin-left:10px;}
#mem_list .memb .love_btn .private div{display:none;}
#mem_list .memb .love_btn .private div.on{display:block;}
/*내신고함*/
#mem_love.report #mem_list .memb .face{}
#mem_love.report #mem_list .memb .face .mg{width:50px; height:50px;}
#mem_love.report #mem_list .memb .info{width:calc(100% - 65px);}
#mem_love.report #mem_list .memb:last-child{margin-bottom:25px; padding-bottom:10px;}
#mem_list .memb .info.singo{}
#mem_list .memb .info.singo div:after{display:block; content:""; clear:both;}
#mem_list .memb .info.singo div {margin-bottom:5px;}
#mem_list .memb .info.singo div strong{float:left; display:inline-block; background:#f0f0f0; border-radius:25px; padding:1px 8px; font-weight:500; font-size:0.8em;}
#mem_list .memb .info.singo div span{float:left; width:calc(100% - 70px); margin-left:8px;  word-break:normal; font-size:0.9em; padding:1px;}


/*============추가내용페이지============*/
.mb_gt{margin-top:26px; text-align:center; padding:15px;}
.mb_gt .title{display:inline-block; text-align:center; position:relative; z-index:2; font-size:1.36em; font-weight:500; color:#000; margin:25px 0;}
.mb_gt .title:after{display:block; content:""; position:absolute; background:#fff8a9; height:12px; width:105%; left:50%; transform:translateX(-50%); bottom:8px; text-align:center; position:relative; z-index:-1;}
.mb_gt .title strong{color:#fe8ea6; font-size:1.1em;}
.mb_gt .bx{border:2px solid #fceced; border-radius:5px; padding:15px; box-shadow:3px 3px #fbfbfb; min-height:95px; width:90%; font-size:1.11em; color:#666; margin:0px auto 10px auto;}
.mb_gt .bx.left{ text-align:left;}
.mb_gt .bx.right{ text-align:right;}
.mb_gt .bx.a{ background:url(../img/app/love01.png) no-repeat 90% center / 60px auto;}
.mb_gt .bx.b{ background:url(../img/app/love02.png) no-repeat 10% center / 60px auto;}
.mb_gt .bx.c{ background:url(../img/app/love03.png) no-repeat 90% center / 60px auto;}
.mb_gt .bx.d{ background:url(../img/app/love04.png) no-repeat 10% center / 60px auto;}
.mb_gt .bx.e{ background:url(../img/app/love05.png) no-repeat 90% center / 60px auto;}
.mb_gt .partner{}
.mb_gt .partner li{display:inline-block; margin:5px 3px 5px 3px; border-radius:5px; overflow:hidden; width:calc(100%/3 - 9px); border:1px solid #f1f1f1; text-align:center;}
.mb_gt .partner li img{width:100%; height:auto;}
.mb_gt .partner li div{margin:6px 0;}
.mb_gt .ready{ text-align:center; margin-top:50px;}
.mb_gt .ready img{width:80px; height:auto; text-align:center;}
.mb_gt .ready p{margin-top:20px;}
.mb_gt .sg{margin-bottom:10px; border:2px solid #fceced; border-radius:5px; box-shadow:3px 3px #fbfbfb; padding:10px;}
.mb_gt .sg .mg{float:left; width:80px;}
.mb_gt .sg .mg img{width:100%; height:auto;}
.mb_gt .sg .txt{float:left; width:calc(100% - 100px); margin-left:20px; font-size:1.05em; line-height:1.6em; text-align:left;}
.mb_gt .sg .txt strong{font-size:1.2em; color:#8baeff; display:block; font-weight:500; margin:8px 0;}
.mb_gt .fam .top{margin-bottom:20px;}
.mb_gt .fam .top .last{margin:20px 0 0;}
.mb_gt .fam .top .t1{margin-top:12px;}
.mb_gt .fam .top .t1 span{display:block; font-size:1.1em; color:#999;}
.mb_gt .fam .top .t2{margin:6px 0;}
.mb_gt .fam .top img{border-radius:20px; width:130px;}
.mb_gt .fam .s_fam{}
.mb_gt .fam .s_fam li{display:inline-block; margin:5px 6px 5px 6px; border-radius:5px; overflow:hidden; width:110px; border:1px solid #f1f1f1; text-align:center;}
.mb_gt .fam .s_fam li img{width:100%; height:auto;}
.mb_gt .fam .s_fam li div{margin:6px 0;}

.mb_gt .mbs_main{position:relative; text-align:left;}
.mb_gt .mbs_main .bg1{position:absolute; right:5px; top:40px; z-index:1;}
.mb_gt .mbs_main .bg1 img{width:100px; height:auto; }
.mb_gt .mbs_main .bg2{position:absolute; right:20px; top:20px; z-index:3;}
.mb_gt .mbs_main .bg2 img{width:60px; height:auto; }
.mb_gt .mbs_main .bg3{position:absolute; left:20px; bottom:-30px; z-index:2;}
.mb_gt .mbs_main .bg3 img{width:150px; height:auto; }
.mb_gt .mbs_main .stitle{color:#fe8ea6; font-size:1.22em; line-height:1.5em; margin-bottom:15px;}
.mb_gt .mbs_main .stitle strong{display:block; font-size:1.1em; font-weight:600;}
.mb_gt .mbs_main .cont{font-size:1.05em; line-height:1.6em; color:#a6bade; margin-left:30px;}
.mb_gt .mbs_main .cont h3{color:#607db2; font-size:1.2em; margin-bottom:15px;}
.mb_gt .mbs_main .cont2 {color:#666; margin-top:22px; font-size:1em;}
.mb_gt .mbs_main .cont2 strong{display:block; font-weight:500; font-size:1.15em; margin-bottom:10px;}
.mb_gt .mbs_main .sign{font-size:1.22em; color:#000; font-weight:600; margin-top:30px; text-align:right;}
.mb_gt .mbs_main .sign span{margin-left:10px;}
.mb_gt .mbs_main .sign span img{width:80px; height:auto;}
.mb_gt .mbs_main .view_more{display:inline-block; padding:1px 10px; font-size:0.85em; text-align:center; color:#fe8ea6; border:1px solid #fe8ea6; border-radius:20px;}
.mb_gt .con{font-size:1.15em; line-height:1.5em;}
.mb_gt .mg.un{margin-bottom:15px;}
.mb_gt .mg.un img{width:200px; height:auto;}
.mb_gt .gift{ text-align:center;}
.mb_gt .gift .ins{margin-bottom:25px; display:inline-table; width:49%;}
.mb_gt .gift .ins span{display: inline-block; padding:3px 10px; background:#8baeff; color:#fff; border-radius:30px; margin-bottom:8px; position:relative; z-index:1;}
.mb_gt .gift .ins span:after{display:block; content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:12px; z-index:-1;width:110px; height:1px; background:#8baeff;}
.mb_gt .gift .ins .mg{margin-bottom:12px;}
.mb_gt .gift .ins img{width:110px; height:auto;}
.mb_gt .gift .ins div{font-size:1.05em; line-height:1.5em;}
.mb_gt .gift .ins div strong{color:#fe8ea6; margin-right:5px; font-size:1.1em;}
/*라디오박스 디자인*/
.mb_gt.info .my_info{ text-align:left;}
.mb_gt.info .mg{ text-align:center; margin-bottom:20px;}
.mb_gt.info .mg img{width:120px; height:auto;}
.mb_gt.info .selc_box:after{display:block; content:""; clear:both;}
.mb_gt .selc_box span{float:left; width:calc(33.333% - 3px); margin-right:4px; margin-bottom:4px; text-align:center;}
.mb_gt .selc_box span:nth-child(3n){margin-right:0;}
.mb_gt .selc_box input[type="radio"] {display:none;} 
.mb_gt .selc_box input[type=radio] + label{cursor: pointer;}
.mb_gt .selc_box input[type=radio] + label{display:block; background:#fff; border:1px solid #ddd; padding:10px 2px; margin-bottom:0 !important; font-size:0.98em !important; font-weight:500; color:#CCC;}
.mb_gt .selc_box input[type=radio]:checked + label {background:#fffafc;  border:1px solid #fe8ea6; font-weight:600; color:#fe8ea6 !important;}
.mb_gt .sts{width:100%; font-weight:500; font-size:1.15em; margin-bottom:7px; position:relative; padding-left:10px;}
.mb_gt .sts:after{display:block; content:""; background:#F9C; width:5px; height:5px; border-radius:50%; position:absolute; top:6px; left:0;}
.mb_gt .sts span{display:block; font-size:0.8em; color:#999;}
.mb_gt .form-group{width:100%; }
.mb_gt .form-group.mg_none{margin-bottom:0;}
.mb_gt .form-group .txt_info{width:100%; box-shadow:none; padding:8px; height:45px; border:1px solid #ececec; border-radius:0;}
.mb_gt .fine{width:100%; margin:30px 0 0 0;}
.mb_gt .fine a{padding:14px 0; text-align:center; display:block; background:#fff; border:3px solid #fe8ea6; color:#fe8ea6; font-size:1.38em; font-weight:500;}
.mb_gt .fine a:hover{ background:#fe8ea6; color:#fff;}




/*============알림사항 모달창============*/
#basic_modal .modal-header{ background:#fe8ea6; border-bottom:none; text-align:center; position:relative; }
#basic_modal .modal-title{ font-size:1.6em; color:#fff;}
#basic_modal .modal-content{overflow:hidden; border-radius:0;}
#basic_modal .modal-body{ text-align:center; font-size:1.15em; line-height:1.5em;}
#basic_modal .modal-body .swiper-container img{    border-radius: 6px; -webkit-filter: blur(15px); -moz-filter: blur(15px); -o-filter: blur(15px); -ms-filter: blur(15px); filter: blur(15px);}
#basic_modal .modal-footer{ text-align:center; border-top:none;}
#basic_modal .modal-dialog{margin:0;}
#basic_modal .modal-backdrop.in{opacity:0.7}
#basic_modal .btn-default{border-radius:40px; background:#fe8ea6; border:1px solid #fe8ea6; color:#fff; font-size:1.3em; font-weight:600; padding:6px 35px;}
#basic_modal .close{opacity:1; color:#fff; font-size:2em; margin-top:0; position:absolute; right:12px; top:14px;}
#basic_modal .modal-body .point{color:#8baeff;}
#basic_modal .modal-content .reason{margin-bottom:8px;}
#basic_modal .modal-content .reason select{border:1px solid #ddd; border-radius:4px; padding:8px 12px; width:100%;}
#basic_modal .modal-content .cont textarea.form-control{border:1px solid #ddd; box-shadow:none;}
#basic_modal .modal-content .msg_con{}
#basic_modal .modal-content .msg_con .to_name{ margin-bottom:10px;}
#basic_modal .modal-content .msg_con .to_name .ht{color:#FF575B; font-size:0.7em; margin:4px;}
#basic_modal .modal-content .msg_con #counter{font-size:0.78em;}
#basic_modal.greet{}
#basic_modal.greet .modal-header{padding:10px;}
#basic_modal.greet .close{top:9px;}
#basic_modal.greet .modal-title{font-size:1.3em;}
#basic_modal.greet .modal-body{ text-align:left; font-size:1em;}
#basic_modal.greet .modal-body strong{font-size:1.3em; font-weight:500; margin-bottom:8px; display:block;}
#basic_modal.greet .modal-body .sg{margin-top:20px; font-size:1.18em;font-weight:500; }

/*============탭메뉴============*/






/* 하단 레이아웃 */
#ft_copy{padding:25px 20px; font-size:0.7em; width:100%;}
#ft_copy #ft_company {text-align:left; line-height:1.5em; font-size:1.1em;}
#ft_copy #ft_company a {display:inline-block;padding:0;}
#ft_copy #ft_company a:after{content:""; display:inline-block; width:1px; height:8px; background:#ddd; margin:0 3px 0 5px; vertical-align:middle;}
#ft_copy #ft_company a:last-child:after{ display:none;}
#ft_copy b {color:inherit}
#ft_copy a {color:inherit;text-decoration:none}

#ft{height:95px;}
#ft_menu{position:fixed; bottom:0; left:0; width:100%; padding:18px 10px; z-index:99; text-align:right; background:#fe8ea6; border-top:1px solid #fe8ea6; border-radius:40px 0 0 0;}
#ft_menu ul:after{content:""; display:block; clear:both;}
#ft_menu ul{ text-align:center;}
#ft_menu li{display:inline-block; text-align:center;/* margin:0 3px;*/ width:calc(20% - 3px); }
#ft_menu li img{height:32px; margin-bottom:10px;}
#ft_menu li p{font-size:0.95em; line-height:1em; color:#fff; /*opacity:0.5;*/}
#ft_menu li.on p{ font-weight:600; opacity:1; color:#FF6}


#ft_btn{/*position:fixed; z-index:9; bottom:0; left:0;*/ width:100%; background:#666; color:#fff; text-align:center;}
#ft_btn .btn{display:block; color:#fff; font-size:1.2em; padding:13px 0; background:none; width:100%;}
#ft_btn .good{width:55px; background:#fff; height:100%; text-align:center; position:absolute; left:0; bottom:0;}
#ft_btn .good img{height:25px; margin:16px 0;}
#ft_btn.half:after{content:""; display:block; clear:both;}
#ft_btn.half .btn{ float:right; width:calc(100% - 150px); font-size:1.2em;}
#ft_btn.half .btn.fl{ width:calc(100% - 55px); font-size:1.2em;}
#ft_btn.half .link{float:left; width:150px; color:#fff; background:#ac218e;}
#ft_btn.half .link a{ display:block; color:#fff; padding:15px 0; font-size:1.2em;}

#ft_back a{ display:block; position:fixed; left:10px; bottom:80px; text-align:center; width:35px; line-height:35px; 
background:#fff; border:1px solid #ddd; color:#8D68B0; font-size:1.3em; z-index:999; opacity:0.9;}





/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}
.hidden{
	position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}
/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 - PC */
#captcha {display:inline-block;position:relative;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;font-size:0}
#captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-right:32px;vertical-align:top}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat  0 -30px;border:none;border-top:1px solid #ccc;overflow:hidden;cursor:pointer;text-indent:-9999px;}
#captcha #captcha_key {margin:0;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;font-size:0}
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;display:block;}
#captcha.m_captcha #captcha_reload {width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat  0 -30px;border:none;overflow:hidden;cursor:pointer;text-indent:-9999px;position:static}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}


/*단축키일람 */
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none;margin-bottom:5px}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#ff3061;color:#fff;l}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 모바일게시판 버튼 */
/* 글쓰기버튼 */
.bo_fx{position:fixed; width:50px; bottom:100px; right:10px; padding:0; margin:0; z-index:100;}
.bo_fx ul{float:right;}
.bo_fx ul li{padding:0; margin:0; margin-bottom:5px;}
.bo_fx a, .bo_fx button{ display:block; width:50px; height:50px; line-height:50px; text-align:center; 
						border:0; padding:3px;font-size:15px; border-radius:50%; background:#211A2C; color:#fff;}
.bo_fx a{background:#D12B32;}
#bo_list a.btn_b02{background:url(../img/app/write_plus.png) no-repeat #ffa6b9 50%/45% auto; border:0; text-indent:-9999px;}

#bo_v_top{display:none;}
#bo_v_bot{padding:15px 0;}
#bo_v_bot a{background:none; border:1px solid #ddd; padding:0 8px; color:#ccc;}
#bo_v_bot .bo_v_com a{background:#fff;}
.bo_v_com li{margin:0; margin-left:-1px;}

/* 게시판카테고리 */
#bo_cate{ background: #f9f9f9; position:relative; z-index:999;}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate>ul {margin-bottom:0px;padding-left:1px;zoom:1; border-bottom:1px solid #f2f2f2; overflow-x:scroll; white-space:nowrap; padding:0 10px;}
#bo_cate>ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate>ul>li {padding:0 5px; display:inline-block; white-space:nowrap;}
#bo_cate>ul>li:last-child{margin-right:35px;}
#bo_cate>ul>li>a {display:block;position:relative;line-height:1.2em; font-weight:600;cursor:pointer; padding:15px 5px 14px 5px; font-size:1.16em;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:0;color:#ff5a00;font-weight:700; position:relative;}
#bo_cate #bo_cate_on:after{content:""; display:block; width:100%; height:2px; background:#ff5a00;
						   position:absolute; bottom:0; left:0;}
#bo_cate .open_btn{ position:absolute; right:0; top:0; padding-left:15px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&0+0,1+60 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#bo_cate .open_btn p{margin:10px; width:20px; height:20px; line-height:18px; font-size:1em; 
					border-radius:50%; background:#fff; border:2px solid #1a1a1a; color:#1a1a1a; text-align:center;}
#bo_cate_all{ position:absolute; width:100%; left:0; top:41px; z-index:999; display:none; background:#fff; box-shadow:0 3px 3px rgba(0,0,0,0.1);
			  margin-bottom:0px;padding-left:1px;zoom:1; border-bottom:1px solid #f2f2f2; background:#fff; padding:25px 20px;}
/* 1차메뉴만 있을때 */
#bo_cate_all ul{margin:0; padding:5px 0;}
#bo_cate_all ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate_all li{float:left; margin-bottom:2px;}
/* 2차메뉴까지 있을때 */
#bo_cate_all dl{margin:0; padding:3px 0;}
#bo_cate_all dl:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate_all dt{float:left; font-size:1.2em; margin-right:8px; line-height:26px;}
#bo_cate_all dd {float:left;}
#bo_cate_all dd:first-child{float:none;}
#bo_cate_all a{opacity:0.9; display:inline-block; line-height:26px; padding:0px 8px; border:1px solid #ddd; color:#999; border-radius:15px; margin-right:1px;}
#bo_cate_all #bo_cate_on{border:1px solid #ccc; background:#FBFBFB; font-weight:600;}
#bo_cate_all #bo_cate_on:after{ display:none; }

#bo_cate.on{position:fixed; top:0; left:0; width:100%; box-shadow:0 0 5px rgba(0,0,0,0.2);}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap {margin:0 0px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 폼 테이블 */
.tbl_frm01 {}
.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left}
.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:20px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#673695; font-weight:600;}
.txt_expired {color:#ccc}
.txt_rdy {color:#673695; opacity:0.5;}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .tbl_wrap {margin:0 20px}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:10px 20px}

.new_win .win_btn {clear:both;margin:20px;text-align:center}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em}
.new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em}
.new_win .win_btn input {padding:0 10px;height:2.5em;line-height:2.5em}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#fff; border:1px solid #ddd; text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0px 0 0;background:#333;color:#fff;font-weight:normal}

/* PC화면으로 */
#device_change {display:block;margin:5px;padding:5px 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}

/* 글등록시 첨부 이미지 */
#bo_w #bf_wrap dl{border-bottom:0;}
#bo_w #bf_wrap dt{margin-bottom:10px;}
#bo_w #bf_wrap dt,
#bo_w #bf_wrap dd{ float:none;}
#bo_w #bf_wrap dd:after{content:""; display:block; clear:both;}
#bf_wrap .el_hidden {width: 0; height: 0; position: absolute; z-index: -1; opacity: 0;}
#bf_wrap #bf_prev_wrap{ display:inline;}
#bf_wrap .prev_area { width:100px; height: 90px; position: relative;  float:left; margin-right: 8px; margin-bottom:8px;}
#bf_wrap .prev_area .img_bd{ position:relative; width:100%; height:100%; border:1px solid #ddd; border-radius:4px; overflow:hidden;}
#bf_wrap .prev_area .img_bd img {width:100%; height: auto; position:absolute; left:0; top:50%; transform:translateY(-50%);}

#bf_wrap .prev_area button{position: absolute; border:0; right:-6px; top:-6px; background:#EE432B; border-radius:50%; color:#fff; 
							width:18px; height:18px; font-size:0.8em; z-index:1;}
#bf_wrap .img_add{ float:left; vertical-align:middle;}
#bf_wrap .img_add .btn{ width:100px; height:90px; border:1px solid #ddd; background:#fff; color:#ccc;}

/* loading */
#loading_area {display: none; position: fixed; top: 50%; margin-top: -25%; text-align: center; width: 100%;}
.loader, .loader:after {border-radius: 50%; width: 10em; height: 10em;}
.loader {margin: 60px auto; font-size: 10px; position: relative; text-indent: -9999em; border-top: 1.1em solid rgba(255, 255, 255, 0.2); border-right: 1.1em solid rgba(255, 255, 255, 0.2); 
border-bottom: 1.1em solid rgba(255, 255, 255, 0.2); border-left: 1.1em solid #20e4bf; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear;}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}