.mobile-main-banner {
    width: 100%;
    margin-bottom: 5px;
}

.mobile-main-banner img {
    width: 98%;
    display: inline-block;
	border-radius: 3px;
}

.pc-main-banner {
    width: 100%;
    margin-bottom: 10px;
}

.pc-main-banner img {  
    width: 32%; 
}

.user-wrap img {
	width: 100%;
	vertical-align: middle;
}


ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
ul, li, dl, dt, dd {
list-style-type: none;
    padding: 0;
    margin: 0;
}




.user-text {
	text-align:center;
	position: absolute;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	 margin-bottom: 3px;
	top: 7%;
	left: 80%;
	width: 34%;
	padding: 2px 1px;
	padding-left: 2px;
	border-radius: 50px;
	transform: translate( -50%, -50% );
    font-family: 'KHNPHU','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
	background-color: #0266d8;
	opacity: 0.8;
}
.office {
	position: absolute;
	display: inline-block;
	color: #f6f40b;
	font-size: 16px;
	margin-bottom: 3px;
	top: 475%;
	left: -35%;
	width: 230%;
	padding: 18px 33px;
	padding-left: 10px;
	transform: translate( -50%, -50% );
	background-color: rgba(0,0,0,.7); 
	 opacity: 1.5;
	 float: left
}



.imgwrap span {
    margin-bottom: -14px;
    display: inline-block;
    background-color: #ff5877;
    text-align: center;
    padding: 0px 5px;
    padding-left: 4px;
    font-size: 11px;
    color: #fff;
    border-radius: 50px;
    opacity: 0.8;
}

.bbs-wrap{
    float: left;
    width: 100%;
}
.bbs-wrap .type-list{
    float: left;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    border-bottom: 2px dashed #ddd;
    padding: 0 0 15px 0;
}
.bbs-wrap .type-list li{
    display: inline-block;
    text-align: center;
    padding: 1 0px;
}
.bbs-wrap .type-list li a{
    text-align: center;
    width: 74px;
    height: 73px;
    display: block;
    background: url(/img/type/circle_grey1.png) no-repeat 0 0;
    padding-top: 9px;
}
.bbs-wrap .type-list li.active a,
.bbs-wrap .type-list li:hover a{
    background: url(/img/type/circle_red1.png) no-repeat 0 0;
}
.bbs-wrap .type-list li i{
    display: block;
    margin: 0 auto;
}
.bbs-wrap .type-list li[data-type="all"] i{
    background: url(/img/type/i_all.png) no-repeat 0 0;
    width: 35px;
    height: 32px;
}
.bbs-wrap .type-list li[data-type="op"] i{
    background:url(/img/type/i_shop.png) no-repeat 0 0;
    width: 31px;
    height: 32px;
}
.bbs-wrap .type-list li[data-type="gun"] i{
    background: url(/img/type/i_gun.png) no-repeat 0 0;
    width: 23px;
    height: 32px;
}
.bbs-wrap .type-list li[data-type="cafe"] i{
    background: url(/img/type/i_cafe.png) no-repeat 0 0;
    width: 35px;
    height: 32px;
}
.bbs-wrap .type-list li[data-type="rum"] i{
    background: url(/img/type/i_masage.png) no-repeat 0 0;
    width: 47px;
    height: 32px;
}
.bbs-wrap .type-list li[data-type="masage"] i{
    background: url(/img/type/i_home.png) no-repeat 0 0;
    width: 30px;
    height: 32px;
}
.bbs-wrap .type-list li[data-type="tel"] i{
    background: url(/img/type/i_msg.png) no-repeat 0 0;
    width: 35px;
    height: 32px;
}
.bbs-wrap .type-list li[data-type="kiss"] i{
    background: url(/img/type/i_wg.png) no-repeat 0 0;
    width: 30px;
    height: 32px;

}
.bbs-wrap .type-list li[data-type="zen"] i{
    background: url(/img/type/doll.png) no-repeat 0 0;
    width: 22px;
    height: 32px;
}
.bbs-wrap .type-list li[data-type="doll"] i{
    background: url(/img/type/i_gun.png) no-repeat 0 0;
    width: 20px;
    height: 32px;
}
.bbs-wrap .type-list li[data-type="call"] i{
    background: url(/img/type/i_tai.png) no-repeat 0 0;
    width: 30px;
    height: 32px;
}
.bbs-wrap .type-list li[data-type="etc"] i{
    background: url(/img/type/i_tel.png) no-repeat 0 0;
    width: 20px;
    height: 32px;
}

.bbs-wrap .type-list li span{
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
    display: block;
}



.bbs-wrap .post_list{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bbs-wrap .post_list li{
    position: relative;
    float: left;
    width: calc(25% - 10px);
    margin: 0 4px 20px 4px;
    display: inline-block;
    border: 1px solid #ddd;
}
.bbs-wrap .post_list.most li{
    width: calc(33.3% - 10px);
}

.bbs-wrap .post_list li i.ico-nf{
    display: block;
    width: 34px;
    height: 35px;
    background: url(/img/post/i_nf.png) no-repeat 0 0;
    position: absolute;
    top: -3px;
    right: 6px;
    z-index: 2;
}
.bbs-wrap .post_list li i.ico-dis{
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 2;
}
.bbs-wrap .post_list li i.ico-dis[data-dis="10000"]{background: url(/img/post/i_d1.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="20000"]{background: url(/img/post/i_d2.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="30000"]{background: url(/img/post/i_d3.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="40000"]{background: url(/img/post/i_d4.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="50000"]{background: url(/img/post/i_d5.png) no-repeat 0 0;}

.bbs-wrap .post_list li i.ico-dis[data-dis="korea"]{background: url(/img/post/i_a11.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="thailand"]{background: url(/img/post/i_a12.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="china"]{background: url(/img/post/i_a13.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="vietnam"]{background: url(/img/post/i_a14.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="japan"]{background: url(/img/post/i_a15.png) no-repeat 0 0;}



.bbs-wrap .post_list li i.ico-dis[data-dis="a_1"]{background: url(/img/post/i_d1a.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="a_2"]{background: url(/img/post/i_d2a.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="b_1"]{background: url(/img/post/i_d1b.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="b_2"]{background: url(/img/post/i_d2b.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="c_1"]{background: url(/img/post/i_d1c.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="c_2"]{background: url(/img/post/i_d2c.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="d_1"]{background: url(/img/post/i_d1d.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="d_2"]{background: url(/img/post/i_d2d.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="e_1"]{background: url(/img/post/i_d1e.png) no-repeat 0 0;}
.bbs-wrap .post_list li i.ico-dis[data-dis="e_2"]{background: url(/img/post/i_d2e.png) no-repeat 0 0;}



.bbs-wrap .post_list.most li .thumb-wrap{
    height: 229px;
	filter: brightness(0.5);
}
.bbs-wrap .post_list li .thumb-wrap{
    position: relative;
    float: left;
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.bbs-wrap .post_list li .thumb-wrap img{
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.bbs-wrap .post_list li .post-wrap{
    float: left;
    width: 100%;
    padding: 2px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.bbs-wrap .post_list li .title{
    float: left;
    width: 100%;
    padding-bottom: 5px;
    line-height: 23px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.05em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bbs-wrap .post_list li .title i{
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    background-color: #b3b3b3;
    margin: 1px 3px 0 0;
}
.bbs-wrap .post_list li .title i[data-type="1인샵"]{background-color: #ffb50b;}
.bbs-wrap .post_list li .title i[data-type="로드샵"]{background-color: #079acf;}
.bbs-wrap .post_list li .title i[data-type="타이"]{background-color: #e5447c;}
.bbs-wrap .post_list li .title i[data-type="중국"]{background-color: #00a991;}
.bbs-wrap .post_list li .title i[data-type="홈타이"]{background-color: #32499c;}
.bbs-wrap .post_list li .title i[data-type="스웨디시"]{background-color: #ff6c2b;}
.bbs-wrap .post_list li .title i[data-type="왁싱"]{background-color: #662d91;}
.bbs-wrap .post_list li .title i[data-type="리얼돌"]{background-color: #079acf;}
.bbs-wrap .post_list li .title i[data-type="출장"]{background-color: #ff6c2b;}
.bbs-wrap .post_list li .title i[data-type="1인샵"]:before{content: ' ';float: left;background: url(/img/type/i_shop.png) no-repeat;background-size: 100%;width: 9px;height: 15px;margin: 5px 0 0 6px;}
.bbs-wrap .post_list li .title i[data-type="로드샵"]:before{content: ' ';float: left;background: url(/img/type/i_gun.png) no-repeat;background-size: 100%;width: 11px;height: 17px;margin: 3px 0 0 5px;}
.bbs-wrap .post_list li .title i[data-type="타이"]:before{content: ' ';float: left;background: url(/img/type/i_tai.png) no-repeat;background-size: 100%;width: 15px;height: 16px;margin: 3px 0 0 4px;}
.bbs-wrap .post_list li .title i[data-type="중국"]:before{content: ' ';float: left;background: url(/img/type/i_masage.png) no-repeat;background-size: 100%;width: 11px;height: 17px;margin: 4px 0 0 6px;}
.bbs-wrap .post_list li .title i[data-type="홈타이"]:before{content: ' ';float: left;background: url(/img/type/i_home.png) no-repeat;background-size: 100%;width: 16px;height: 10px;margin: 6px 0 0 3px;}
.bbs-wrap .post_list li .title i[data-type="스웨디시"]:before{content: ' ';float: left;background: url(/img/type/i_msg.png) no-repeat;background-size: 100%;width: 14px;height: 18px;margin: 4px 0 0 4px;}
.bbs-wrap .post_list li .title i[data-type="왁싱"]:before{content: ' ';float: left;background: url(/img/type/i_wg.png) no-repeat;background-size: 100%;width: 16px;height: 16px;margin: 7px 0 0 3px;}
.bbs-wrap .post_list li .title i[data-type="트젠"]:before{content: ' ';float: left;background: url(/img/type/i_cafe.png) no-repeat;background-size: 100%;width: 15px;height: 16px;margin: 3px 0 0 4px;}
.bbs-wrap .post_list li .title i[data-type="리얼돌"]:before{content: ' ';float: left;background: url(/img/type/i_gun.png) no-repeat;background-size: 100%;width: 11px;height: 17px;margin: 3px 0 0 5px;}
.bbs-wrap .post_list li .title i[data-type="출장"]:before{content: ' ';float: left;background: url(/img/type/i_tel.png) no-repeat;background-size: 100%;width: 14px;height: 18px;margin: 4px 0 0 4px;}
.bbs-wrap .post_list li .meta-wrap{
    float: left;
    width: 100%;
    border-top: 1px dashed #ddd;
    padding-top: 5px;
}
.bbs-wrap .post_list li .meta-wrap .location{
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.05em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bbs-wrap .post_list li .meta-wrap .meta{
    float: left;
    width: 100%;
    margin-top: 4px;
    line-height: 17px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bbs-wrap .post_list li .meta-wrap .meta .meta-title{
    float: left;
    background: #666;
    color: #fff;
    padding: 0 5px;
    border-radius: 20px;
    font-size: 12px;
}
.bbs-wrap .post_list li .meta-wrap .meta .meta-label{
    float: left;
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: -0.05em;
}
.bbs-wrap .post_list li .meta-wrap .btn-wrap{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.bbs-wrap .post_list li .meta-wrap .btn-wrap .btn{
    position: relative;
    float: left;
    width: calc(50% - 2px);
    margin-right: 4px;
}
.bbs-wrap .post_list li .meta-wrap .btn-wrap .btn:first-child{
    width: 100%;
    margin-right: 0;
}
.bbs-wrap .post_list li .meta-wrap .btn-wrap .btn:last-child{
    margin-right: 0;
}
.bbs-wrap .post_list li .meta-wrap .btn-wrap a{
    float: left;
    width: 100%;
    margin: 4px 2px 0 2px;
    padding: 4px 0 5px 0;
    border: 1px solid #ddd;
    margin-top: 4px;
    display: block;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}
.bbs-wrap .post_list li .meta-wrap .btn-wrap a:hover{
    background: #444;
    color: #fff;
    border: 1px solid #444 !important;
}
.bbs-wrap .post_list li .meta-wrap .btn-wrap .btn:first-child a{
    /*width: calc(50% - 2px);*/
    background: #d80000;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #d80000 !important;
}




.bbs-wrap .post_list li .meta-wrap .btn-wrap .btn:first-child a:hover{
    background: #444;
    color: #fff;
    border: 1px solid #444 !important;
}
.bbs-wrap .post_list li .meta-wrap .btn-wrap .btn.new:after{
    content: '';
    position: absolute;
    right: 3px;
    top: 9px;
    width: 17px;
    height: 17px;
    background-image: url(/img/new.png);
    background-repeat: no-repeat;
}



/* list */
#bbslist {float: left;width: 100%;margin:auto;padding:0 0 30px 0;}
#bbslist .info {height:28px;}
#bbslist .info .article {float:left;font-size:11px;font-family:gothic,dotum;color:#c0c0c0;padding:5px 0 0 5px;}
#bbslist .info .article a {position:relative;top:3px;left:3px;}
#bbslist .info .category {float:right;padding:0 0 5px 0;}
#bbslist .info .category select {padding:1px;margin-bottom:3px;}
#bbslist .info .category select .sline {color:#c0c0c0;}
#bbslist .info .category a {position:relative;top:3px;left:-5px;}
#bbslist table {width:100%;border-spacing:0px;border-collapse:collapse;}
#bbslist table caption {display:none;}
#bbslist thead th {
    height: 38px;
    border-bottom: #D2D2D2 solid 1px;
    font-size: 13px;
    font-weight: normal;
    color: #2d2d2d;
}
#bbslist tbody .noticetr td {
    background-color: #f5f5f5;
    border-bottom: #EBEBEB solid 1px;
}
#bbslist tbody .noticetr td a {font-weight:bold;}
#bbslist tbody td {text-align:center;color:#313131;font-size:10px;padding: 12px 0;border-bottom:#E6E6E6 solid 1px;letter-spacing:-1px;}
#bbslist tbody td span{
    font-size: 13px;
}
#bbslist .now {color:#ff0000;font-size:11px;}
#bbslist .cat {font-size:12px;color:#888;letter-spacing:-1px;}
#bbslist .sbj {text-align:left;padding:5px 0 3px 10px;letter-spacing:0px;}
#bbslist .sbj .imgpos {margin-bottom:-1px;margin-right: 8px;}
#bbslist .sbj a {font-size:13px;color:#222222;text-decoration:none;line-height:150%;margin-right: 7px;}
#bbslist .sbj a:hover {color:#d43636;text-decoration: none;}
#bbslist .sbj img{
    margin-right: 6px;
}
#bbslist .sbj .new {color:#ff0000;}
#bbslist .sbj .comment {
    color: #989898;
    margin-right: 6px;
    font-weight: normal;
    font-size: 11px;
}
#bbslist .sbj .comment:before{
    content: '\f4ad';
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    margin-right: 2px;
}
#bbslist .star span.bg{
    height: 15px;
    background: url(/img/star2.png) 0 -18px repeat-x;
    width: 80px;
    display: inline-block;
    text-align: left;
}
#bbslist .star span.progress{
    max-width: 80px;
    height: 15px;
    background: url(/img/star2.png) 0 -18px repeat-x;
    display: inline-block;
    background-position: 0 0;
}
#bbslist .sbj .trackback {font:normal 11px arial;color:#02ACD6;}
#bbslist .sbj1 {text-align:left;padding:5px 0 3px 10px;font-size:12px;font-family:gothic,gulim;color:#222222;line-height:150%;}
#bbslist .name {color:#222222;font-size:12px;color:#888;}
#bbslist .name a {color:#888;}

#bbslist .name span{

}
#bbslist .name img{
    position: relative;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-right: 2px;
}

#bbslist .hit {font-size:10px;color:#515190;}
#bbslist .bottom {position: relative;padding:15px 0 0 0;}
#bbslist .btnbox1 {
    position: absolute;
    right: 0;
    width: 130px;
    text-align: right;
}
#bbslist .btnbox1 .btn-search{
    color: #333;
    transition: border-color .4s,box-shadow .4s,background .4s,color .4s,opacity .4s;
    padding: 4px 14px 4px 10px;
    font-size: 12px;
    line-height: 1.6;
    border-color: #CCC;
    background: #FCFCFC;
    letter-spacing: -1px;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #ccc;
}
#bbslist .btnbox1 i{
    margin-right: 3px;
}
#bbslist .btnbox2 {float:right;width:130px;text-align:right;}
#bbslist .pagebox01 {float: left;width: 100%;text-align:center;padding:3px 0 0 0;}
#bbslist .searchform {
    position: absolute;
    width: 300px;
    left: 0;
    top: 13px;
}
#bbslist .searchform select {
    padding: 4.5px 6px;
    background: #FCFCFC;
    border-radius: 3px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    transition: border .4s,background .4s;
    outline: none;
    font-size: 11px;
    float: left;
    margin-right: 6px;
}
#bbslist .searchform .input-wrap{
    position: relative;
    float: left;
}
#bbslist .searchform .input{
    float: left;
    width: 140px;
    height: 25px;
    padding: 4px 14px 4px 10px;
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
    border-color: #CCC;
    background: #FCFCFC;
    letter-spacing: 0;
    box-shadow: none;
    box-sizing: border-box;
    transition: border .4s,background .4s;
    border-radius: 3px;
    border: 1px solid #ccc;
}
#bbslist .searchform button{
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    background: 0;
    border: 0;
    overflow: hidden;
}
#bbslist .searchform button i{
    margin: -3px 0 0 -8px;
}



/* @list */

.ico_16px{
    text-align: center;
    background-image: url(/img/ico_16px.png);
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    text-indent: -100px;
    transition: all .3s;
    padding: 14px 14px;
}
.ico_16px.write {
    background-position: 0 -96px;
}
.ico_16px.search {
    background-position: 5px -57px;
}

/* view */
#bbsview {margin:auto;padding:0 0 30px 0;}
#bbsview .viewbox {}
#bbsview .viewbox .icon {position:absolute;width:50px;height:50px;margin:10px 0 0 0;background:url('../../../../../_var/simbol/0.gif') center center no-repeat;}
#bbsview .viewbox .subject {padding:0 0 0 60px;}
#bbsview .viewbox .subject h1 {padding:11px 0 12px 0;margin:0;font-size:14px;font-weight:bold;font-family:dotum;border-bottom:#dfdfdf dotted 1px;}
#bbsview .viewbox .info {padding:10px 0 10px 60px;font-size:10px;font-family:arial;color:#c0c0c0;}
#bbsview .viewbox .info .xleft {float:left;}
#bbsview .viewbox .info .xright {float:right;}
#bbsview .viewbox .info .xright ul {padding:0;margin:0;}
#bbsview .viewbox .info .xright li {list-style-type:none;float:left;}
#bbsview .viewbox .info .xright .g {padding:0 10px 0 0;}
#bbsview .viewbox .info .xright .g img {position:relative;top:3px;right:3px;}
#bbsview .viewbox .info .xright .g a {font-size:11px;font-family:dotum;color:#666;}
#bbsview .viewbox .info .xright .g a:hover {text-decoration:underline;}
#bbsview .viewbox .info .xright div {position:absolute;display:none;}
#bbsview .viewbox .info .xright div ul {position:relative;top:17px;width:79px;border:#dfdfdf solid 1px;background:#ffffff;padding:1px;}
#bbsview .viewbox .info .xright div li {float:none;display:block;padding:3px 0 3px 3px;color:#333;font-size:11px;cursor:pointer;}
#bbsview .viewbox .info .xright div li:hover {background:#ECF0F6;}
#bbsview .viewbox .info .split {padding:0 5px 0 5px;color:#dfdfdf;font-size:10px;}
#bbsview .viewbox .info .han {font-family:dotum;font-size:11px;}
#bbsview .viewbox .info .num {font-family:dotum;font-size:11px;}
#bbsview .viewbox .content {padding:20px 0 20px 0;line-height:160%;}
#bbsview .viewbox .content .tag {padding:10px 0 0 0;}
#bbsview .viewbox .content .tag a {font-size:11px;font-family:dotum;color:#222;}
#bbsview .viewbox .content .tag a:hover {text-decoration:underline;}
#bbsview .viewbox .content .attach {padding:10px 0 0 0;line-height:120%;}
#bbsview .viewbox .content .attach ul {padding:0;margin:0;}
#bbsview .viewbox .content .attach li {list-style-type:none;background:url('../../../../../_core/image/_public/ico_file.gif') left no-repeat;padding:0 0 0 15px;}
#bbsview .viewbox .content .attach li a {font-size:11px;font-family:dotum;color:#666;}
#bbsview .viewbox .content .attach li a:hover {text-decoration:underline;}
#bbsview .viewbox .content .attach li .size {font-size:11px;font-family:arial;color:#999;}
#bbsview .viewbox .content .attach li .down {font-size:11px;font-family:arial;color:#333;}
#bbsview .viewbox .content .scorebox {text-align:center;padding:20px 0 20px 0;}
#bbsview .viewbox .content .snsbox {padding:20px 0 0 0;text-align:right;}
#bbsview .viewbox .content .snsbox img {cursor:pointer;}
#bbsview .bottom {padding:10px 0 0 0;text-align:right;}
#bbsview .comment {padding:0 0 10px 0;color:#c0c0c0;}
#bbsview .comment a {font-weight:bold;color:#3EA9CD;}
#bbsview .comment .icon1 {position:relative;top:3px;}
/* @view */


/* write */
#bbswrite {margin: auto;padding: 0;float: left;width: 100%;box-sizing: border-box;}
#bbswrite .editbox {padding: 0;float: left;width: 100%;}
#bbswrite .td1 {width:60px;font-weight:bold;color:#444444;vertical-align:top;padding:10px 0 0 0;letter-spacing:-1px;}
#bbswrite .td2 {}
#bbswrite .td2 .guide {font-size:11px;font-family:dotum;color:#999;padding:10px 0 10px 0;}
#bbswrite .td2 .guide img {position:relative;top:3px;}
#bbswrite .td2 .check {color:#666;}
#bbswrite .td2 .check input {position:relative;top:2px;}
#bbswrite .td2 .input {height:18px;}
#bbswrite .td2 .subject {width:400px;}
#bbswrite .td2 select {margin:1px;width:404px;padding:2px 2px 2px 0;}
#bbswrite .td2 select .cattt {background:#efefef;}
#bbswrite .td2 img {}
#bbswrite .td2 .after {padding:10px 0 0 0;color:#999;font-size:11px;font-family:dotum;letter-spacing:-1px;}
#bbswrite .iconbox {border-left:#e0e0e0 solid 1px;border-top:#e0e0e0 solid 1px;border-right:#e0e0e0 solid 1px;background:#f9f9f9;padding:6px 0 8px 7px;}
#bbswrite .iconbox a {padding:0 3px 0 3px;font-size:11px;font-family:dotum;color:#333;}
#bbswrite .iconbox a:hover {color:#7899C7;}
#bbswrite .iconbox a img {position:relative;top:2px;left:-2px;margin-right:3px;}
#bbswrite .iconbox .split {padding:0 2px 0 2px;margin-bottom:-1px;}
#bbswrite .bottombox {text-align:center;padding:0 0 20px 0;margin:15px 0 0 0;}
#bbswrite .bottombox .btngray {font-weight:bold;width:60px;height:25px;}
#bbswrite .bottombox .btnblue {font-weight:bold;width:80px;height:25px;}
/* @write */



.bbswrap{
    float: left;
    width: 100%;
}
.bbswrap .bbsview{
    float: left;
    width: 100%;
}
.bbswrap .bbsview .binfo{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 8px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.bbswrap .bbsview .binfo .clear{
    float: left;
    width: 100%;
}
.bbswrap .bbsview .binfo .cat{
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-right: 22px;
}
.bbswrap .bbsview .binfo .subject{
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px 0;
    box-sizing: border-box;
}

.bbswrap .bbsview .binfo .icon{
    position: relative;
    float: left;
    width: 23px;
    height: 23px;
    margin-top: -3px;
    margin-right: 5px;
}
.bbswrap .bbsview .binfo .icon img{
    float: left;
    width: 100%;
}
.bbswrap .bbsview .binfo .nick{
    float: left;
    margin: 0 10px 0 0;
    font-size: 14px;
    box-sizing: border-box;
    color: #313131;
    cursor: pointer;
}

.bbswrap .bbsview .binfo .date{
    float: left;
    margin: 0 10px 0 8px;
    color: #545454;
}
.bbswrap .bbsview .binfo .date:before{
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    margin-right: 5px;
}
.bbswrap .bbsview .binfo .hit{
    float: left;
    margin: 0 10px 0 4px;
    color: #545454;
}
.bbswrap .bbsview .binfo .hit:before{
    content: '\f06e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    margin-right: 5px;
}
.bbswrap .bbsview .binfo .info{
    float: left;
    width: calc(100% - 12px);
    margin: 10px 6px 6px 6px;
    padding: 10px 12px;
    background-color: #f8f9f9;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
}
.bbswrap .bbsview .binfo .info .thumb{
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 14px;
}
.bbswrap .bbsview .binfo .info .thumb img{
    float: left;
    width: 100%;
}
.bbswrap .bbsview .binfo .info .icon{
    position: relative;
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 5px;
}
.bbswrap .bbsview .binfo .info .icon img{
    float: left;
    width: 100%;
}
.bbswrap .bbsview .binfo .info .nick{
    float: left;
    font-size: 14px;
    padding: 2px 0;
    box-sizing: border-box;
    color: #313131;
    cursor: pointer;
}
.bbswrap .bbsview .binfo .info .clear{
    float: left;
    width: calc(100% - 70px);
    clear: none;
}
.bbswrap .bbsview .binfo .info .regdate{
    float: left;
    margin-top: 7px;
    margin-left: 16px;
    font-size: 14px;
    color: #757575;
}
.bbswrap .bbsview .binfo .info .regdate:before{
    content: '\f2f6';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

.bbswrap .bbsview .binfo .info .police{
    float: left;
    margin-top: 7px;
    font-size: 14px;
    color: #757575;
}

.bbswrap .bbsview .attach{
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}



.bbswrap .bbsview .bcontent{
    float: left;
    width: 100%;
    padding: 10px 10px 24px 10px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.bbswrap .bbsview .bcontent .tagwrap{
    float: left;
    width: 100%;
    padding: 20px 0;
}
.bbswrap .bbsview .bcontent .body{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 45px;
    margin-bottom: 30px;
}
.bbswrap .bbsview .bcontent .body .banner_img,
.bbswrap .bbsview .bcontent .body .banner_img img{
    float: left;
    width: 100%;
}

.bbswrap .bbsview .bcontent .admin-wrap{
    float: right;
    width: 300px;
}
.bbswrap .bbsview .bcontent .admin-wrap .btn{
    float: right;
    padding: 5px 10px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
}

.bbswrap .bbsview .bcontent .btn-wrap{
    float: left;
    width: 100%;
    text-align: right;
}
.bbswrap .bbsview .bcontent .btn-wrap a{
    padding: 5px 10px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
}
.bbswrap .inset_box{
    float: left;
    width: 100%;
    padding: 16px 10px 16px 10px;
    border-bottom: 1px solid #e8e8e8;
    table-layout: fixed;
    display: inline-table;
    box-sizing: border-box;
}
.bbswrap .inset_box .title{
    float: left;
    width: 100%;
    font-size: 15px;
}
.bbswrap .inset_box .title span{
    font-size: 11px;
    color: #676767;
}
.bbswrap .inset_box .title:before{
    content: '\f086';
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    margin-right: 5px;
}
.bbswrap .inset_box .star-wrap{
    float: left;
    width: 100%;
    padding: 6px 0;
    text-align: center;
}
.bbswrap .inset_box .star-wrap .star{
    float: none;
    vertical-align: middle;
}
.bbswrap .inset_box .star-wrap .btn-star{
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #3a80c7;
    background-color: #488cd3;
    color: #fff;
    border-radius: 3px;
    padding: 6px 9px;
    margin-left: 16px;
    outline: none;
    cursor: pointer;
}
.bbswrap .inset_box .star-wrap:not(.disabled) .btn-star:hover{
    background-color: #5498df;
}
.bbswrap .inset_box .star-wrap:not(.disabled) .btn-star:active{
    background-color: #4485ca;
}
.bbswrap .inset_box .star-wrap.disabled .btn-star{
    border: 1px solid #c7c7c7;
    background-color: #dcdcdc;
    color: #aeaeae;
    cursor: auto;
}
.bbswrap .inset_box .star-wrap.disabled .star{
    opacity: 0.8;
}


.bbscomment{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.bbscomment ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.bbscomment ul li{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.bbscomment ul li.reply{
    padding-left: 36px;
    box-sizing: border-box;
}
.bbscomment ul li .thumb{
    float: left;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
}
.bbscomment ul li .thumb img{
    float: left;
    width: 100%;
}
.bbscomment ul li .cwrap{
    float: left;
    width: calc(100% - 64px);
    padding-left: 12px;
    box-sizing: border-box;
}
.bbscomment ul li .cwrap .icon{
    position: relative;
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 3px;
}
.bbscomment ul li .cwrap .icon img{
    float: left;
    width: 100%;
}
.bbscomment ul li .cwrap .nick{
    float: left;
    color: #337ab6;
    font-size: 14px;
    margin: 3px 14px 0 2px;
    cursor: pointer;
}
.bbscomment ul li .cwrap .lock{
    float: left;
    color: #9b9b9b;
    margin: 3px 14px 0 0;
}
.bbscomment ul li .cwrap .date{
    float: left;
    color: #9b9b9b;
    margin: 3px 14px 0 0;
}
.bbscomment ul li .cwrap .date:before{
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    margin-right: 4px;
}
.bbscomment ul li .cwrap .menu{
    float: left;
    color: #9b9b9b;
    margin: 3px 14px 0 0;
}
.bbscomment ul li .cwrap .menu a{
    margin-right: 6px;
}
.bbscomment ul li .cwrap .comment{
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}
.bbscomment .writewrap{
    position: relative;
    float: left;
    width: 100%;
}
.bbscomment .writewrap.popup .cwrap{
    text-align: center;
    margin-bottom: 30px;
}
.bbscomment .writewrap .cwrap .btn_write, .chk_hidden{float: none!important;}
.bbscomment .writewrap.replybox{
    padding-left: 110px;
    box-sizing: border-box;
}
.bbscomment .writewrap .cwrap{
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.bbscomment .writewrap .cwrap .comment{
    float: left;
    width: 100%;
    min-height: 80px;
    box-sizing: border-box;
    outline: none;
}
.bbscomment .writewrap .cwrap .btn_write{
    float: right;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}




.bbs_title{
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #444;
}
.bbs_title:before{
    content: '';
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    border: 3px solid #d81a1a;
    margin: 4px 6px 0 0;
}
.bbs_subtitle{
    float: left;
    width: 100%;
    padding: 0 0 7px 10px;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #d80000;
    color: #404040;
}
.writeTable{
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.writeTable tbody td{
    border: 1px solid #ddd;
    padding: 7px 10px;
}
.writeTable tbody td.title{
    width: 10%;
    background: #f2f2f2;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}
.writeTable .input{
    float: left;
    width: auto;
    font-size: 14px;
    border: 1px solid #c3c3c3;
    padding: 7px;
    margin: 0;
    outline: none;
}
.writeTable .input.add_chkbox{
    width: 140px;
}
.writeTable .hint{
    float: left;
    padding: 8px 20px;
    color: red;
}
.writeTable .hint b{
    margin-left: 10px;
    color: blue;
}
.writeTable .hint.multi{
    width: 100%;
    padding: 0;
    margin-bottom: 7px;
}
.writeTable .star-wrap{
    float: left;
    margin-right: 20px;
}
.writeTable .star-wrap .label{
    float: left;
    margin-right: 7px;
}
.writeTable .star-wrap img{
    cursor: pointer;
}

.writeTable .radio-wrap{
    float: left;
    padding: 6px 0;
}
.writeTable select{
    float: left;
    padding: 6px;
}
.writeTable p.label{
    float: left;
    width: 100%;
}
.writeTable .snscheck{
    margin: 10px 0 0 10px;
}
.writeTable .snscheck~label{
    display: inline-block;
    vertical-align: 3px;
    margin-left: 3px;
}
.writeTable b{
    font-weight: normal;
}
.writeTable .add_chkbox[readonly="readonly"]{
    background-color: #f1f1f1;
    color: #8c8c8c;
}
.writeTable a:hover{
    text-decoration: underline;
    color: #e41a1a;
}

.writeTable td.state span{
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
}
.writeTable td.state span[data-state="wait"]{
    background-color: #8e8e8e;
    border: 1px solid #808080;
}
.writeTable td.state span[data-state="update"]{
    background-color: #5CB95C;
    border: 1px solid #4eab4e;
}
.writeTable td.state span[data-state="dont"]{
    background-color: #da514d;
    border: 1px solid #d04b47;
}

.writeTable .radio-color{
    float: left;
}
.writeTable .color-box{
    float: left;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin: -1px 1px 0 0;
}


.bottombox .btn{
    padding: 4px 9px;
    margin: 0 2px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    cursor: pointer;
}
.bottombox .btn:hover{
    background-color: #f5f5f5;
}
.bottombox .btn:active{
    background-color: #f0f0f0;
}
.bottombox .btn.btn-cancel{

}
.bottombox .btn.btn-submit{
    background-color: #6f6f6f;
    border: 1px solid #646464;
    color: #fff;
}
.bottombox .btn.btn-submit:hover{
    background-color: #797878;
}
.bottombox .btn.btn-submit:active{
    background-color: #636363;
}

.bbsview .banner_img img{
    width: 100%!important;
}



.t_info{
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #232323;
    padding: 15px 0;
    border-top: 5px solid #2d2d2d;
    border-bottom: 5px solid #2d2d2d;
}
.t_info .call img{
	width: auto!important;
}
.t_info span{
    font-size: 48px;
    color: #e5fa00;
    line-height: 75px;
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    font-weight: 800;
    font-family: 'Raleway', 'Nanum Gothic', sans-serif;
    text-shadow: 3px 3px 3px rgba(0,0,0,1);
}
.t_info img{
    width: auto!important;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.t_info p{
    width: 90%;
    border-top: 3px solid #41bcbc;
    font-size: 22px;
    color: #e5fa00;
    margin: 0 auto;
    line-height: 26px;
    margin-top: 20px;
    padding-top: 15px;
    font-weight: 800;
    font-family: 'Raleway', 'Nanum Gothic', sans-serif;
    text-shadow: 3px 3px 3px rgba(0,0,0,1);
}

.body img{height:auto !important;}
@media (max-width: 850px){
    .body img{max-width: 100%; height:auto; object-fit:contain;}
    .bbs-wrap .type-list{margin: 0;border: 0;}
    .bbs-wrap .type-list li{float: left;width: calc(25% - 3px);display: block;padding: 0;margin-right: 4px;margin-bottom: 3px;}
    .bbs-wrap .type-list li:nth-child(4n+4){margin-right: 0;}
    .bbs-wrap .type-list li a{background: #5a5a5a;width: 100%;height: 30px;padding: 5px 0;box-sizing: border-box;}
    .bbs-wrap .type-list li.active a, .bbs-wrap .type-list li:hover a{background: #f36152;}
    .bbs-wrap .type-list li[data-type="all"] i{background-size: cover;width: 22px;height: 20px;}
    .bbs-wrap .type-list li[data-type="op"] i{background-size: cover;width: 20px;height: 20px;}
    .bbs-wrap .type-list li[data-type="gun"] i{background-size: cover;width: 15px;height: 20px;}
    .bbs-wrap .type-list li[data-type="cafe"] i{background-size: cover;width: 23px;height: 20px;}
    .bbs-wrap .type-list li[data-type="rum"] i{background-size: cover;width: 15px;height: 20px;}
    .bbs-wrap .type-list li[data-type="masage"] i{background-size: cover;width: 30px;height: 20px;}
    .bbs-wrap .type-list li[data-type="tel"] i{background-size: cover;width: 26px;height: 20px;}
    .bbs-wrap .type-list li[data-type="kiss"] i{background-size: cover;width: 28px;height: 20px;background: url(/img/type/i_wg.png) no-repeat 0 0;}
    .bbs-wrap .type-list li i{display: inline-block;}
    .bbs-wrap .type-list li span{color: #fff;font-weight: bold;margin-left: 5px;display: inline-block;vertical-align: top;margin-top: 5px;font-size: 10px;}

    .bbs-wrap .post_list{padding: 0 5px;box-sizing: border-box;}
    
	.bbs-wrap .post_list li {
    width: 45%;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    box-shadow: rgb(221, 221, 221) 3px 3px 5px;
    padding: 3px;
	 margin: 0 5px 7px 4px;
	}



    .bbs-wrap .post_list li .thumb-wrap img{
	position: relative;
	background: #ddd;
	height: 100%;width: 100%;
	}
  
 
.imgwrap .loc_3 {
    background-color: #0266d8;
}

 .user-wrap {
	background: #ddd;
	height: 100%;width: 100%;
	margin: 10px auto;
	position: relative;
}
.user-wrap img {
	width: 100%;
	vertical-align: middle;
}
.user-text {
	text-align:center;
	position: absolute;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	 margin-bottom: 3px;
	top: 8%;
	left: 80%;
	width: 34%;
	padding: 2px 1px;
	padding-left: 2px;
	border-radius: 50px;
	transform: translate( -50%, -50% );
    font-family: 'KHNPHU','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
	background-color: #0266d8;
	opacity: 0.8;
}
.office {
	position: absolute;
	display: inline-block;
	color: #f6f40b;
	font-size: 16px;
	margin-bottom: 3px;
	top: 450%;
	left: -32%;
	width: 230%;
	padding: 11px 18px;
	padding-left: 3px;
	transform: translate( -50%, -50% );
	background-color: rgba(0,0,0,.7); 
	 opacity: 1.5;
	 float: left
}

    


    .bbs-wrap .post_list li i.ico-dis{width: 50px;height: 50px;background-size: 100%!important;top: 0;left: 0;}
    .bbs-wrap .post_list li i.ico-nf{width: 24px;height: 25px;background-size: 100%!important;}
	.bbs-wrap .post_list li .thumb-wrap {
    width: 100%;
    height: auto;
	border-radius: 5px;
	}


    .bbs-wrap .post_list li .title{
	font-size: 13px;
	padding-bottom: 1px;
	}
    .bbs-wrap .post_list li .meta-wrap .location{
		font-size: 11px;line-height: 13px;
	}






    .bbs-wrap .post_list li .meta-wrap .meta{line-height: 14px;}
    .bbs-wrap .post_list li .meta-wrap .meta .meta-title{font-size: 10px;font-weight: bold;padding: 0 3px;}
    .bbs-wrap .post_list li .meta-wrap .meta .meta-label{font-size: 11px;}

    .bbs-wrap .post_list li .meta-wrap .btn-wrap{
	
	margin-top: 7px;
	line-height: 13px;
	 margin-bottom: 3px;
	padding: 0px 7px;
	}
    .bbs-wrap .post_list li .meta-wrap .btn-wrap .btn{width: auto!important;margin-right: 5px!important;}
    .bbs-wrap .post_list li .meta-wrap .btn-wrap a{
	padding: 4px 4px;font-size: 11px;font-weight: bold;margin: 0;

	}
    .bbs-wrap .post_list li .meta-wrap .btn-wrap .btn.new:after{right: -7px;top: -7px;width: 16px;height: 16px;background-size: 100%;}

    .bbscomment ul li{margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #f9f9f9;}
    .bbscomment ul li .cwrap{width: 100%;}
    .bbscomment ul li .cwrap .nick, .bbscomment ul li .cwrap .comment{font-size: 13px;}
    .bbscomment ul li.reply{padding-left: 24px;}
    #bbslist .searchform{float: left;width: 100%;position: relative;top: 16px;height: 60px;}
}
@media (max-width: 650px){
    .body img{width: 100%;max-width: 100%;}
    .t_info{padding: 0;}
    .t_info .call img.phone{width: 36px!important;}
    .t_info .call img.press{width: 88px!important;}
    .t_info span{font-size: 16px;line-height: 40px;}
    .t_info p{margin-top: 0;padding: 5px 0 6px 0;line-height: 20px;border-top: 1px solid #41bcbc;font-size: 11px;}




.banner_imgs,
.banner_imgs img{

   margin: auto;
    width: 80%;
}


}
