.community-bn {
	margin-top: 30px;
}
.tabs {
	position: relative;
	margin: 0px 0 5px;
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.tabs:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.tabs li {
	float: left;
	width: 50%;
	text-align: center;
}
.tabs li a {
	display: block;
	padding: 10px 0;
	font-size: 15px;
}
.tabs li.active {
	position: relative;
    z-index: 2;
	border-bottom: 0;
}
.tabs li.active a {
	color: #ef0d2c;
	font-weight: 500;
	border-bottom: 2px solid #ef0d2c;
}



/* 이벤트 */
.event {
	padding: 20px;
}
.event .list {
	margin-top: 15px;
}
.event .list li {
	float: left;
	width: 98%;
    margin: 2% 1%;
}
.event .list li .thumb {
	border-radius: 15px;
	box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
}
.event .list li .thumb img {
	width: 100%;
	border-radius: 15px;
}
.event .list li .info {
	padding: 15px 0;
}
.event .list li .subject {
	color: 000;
	font-weight: 600;
}
.event .list li .date {
	color: #666;
	font-size: 13px;
	margin-top: 5px;
}


.navi {
	padding: 30px 0;
	text-align: center;
}
.navi a {
	display: block;
	color: #aaa;
	width: 12px;
}
.navi ol li {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
}
.navi ol li.this a {
	color: #000;
	border-bottom: 1px solid #000;
}
.read {
	text-align: left;
}
.read .subject {
	font-size: 15px;
	color: #111;
	margin-bottom: 7px;
	font-weight: bold;
}
.read .writer {
	color: #111;
	font-size: 13px;
}
.read .writer strong {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
}
.read .writer span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 10px;
    margin-left: 7px;
}
.read .writer span:before {
    content: '';
    display: block;
    background: #484848;
    position: absolute;
    top: 0px;
    left: 0;
    width: 1px;
    height: 14px;
}
.read .cont {
    border-top: 1px solid #444;
    margin-top: 10px;
    padding-top: 20px;
    line-height: 1.3;
    color: #000;
    font-size: 13px;
}
.read .cont img {
	display: block;
	width: 100%;
	margin: 10px 0;
}
.read .btn-area {
    border-top: 1px solid #444;
    margin-top: 40px;
    padding-top: 10px;
    margin-bottom: 15px;
}
.read .btn-area a {
    display: block;
    width: 70px;
    height: 30px;
    line-height: 28px;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dbdbdb;
}
.read .btn-area a.list-btn {
	float: left;
}
.read .btn-area a.modify-btn {
	float: right;
}
.read .btn-area a.del-btn {
	float: right;
	margin-left: 10px;
}
.form table th {
	background: #f7f7f7;
	font-weight: 500;
	text-align: left;
	padding: 10px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
}
.form table td {
	border: 1px solid #e1e1e1;
}
.form table td input {
	width: 100%;
	height: 35px;
	font-size: 13px;
	padding: 0 7px;
}
.form table td input[type=password] {
	font-family: "Gulim";
}
.form table td input[type=file] {
	height: auto;
}
.form table td textarea {
	resize: none;
	width: 100%;
	height: 290px;
	font-size: 13px;
	padding: 7px;
}
.form table tfoot td {
	border: 0;
	text-align: center;
	padding-top: 20px;
}
.form table tfoot td button {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    height: 30px;
    font-size: 13px;
    background: #111;
    border: 1px solid #111;
    color: #fff;
    margin-right: 5px;
}
.form table tfoot td a {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    height: 30px;
    line-height: 29px;
    font-size: 13px;
    border: 1px solid #dbdbdb;
    margin-left: 5px;
}

.form .del-form {
	background: #f7f7f7;
    padding: 10px 20px 20px;
    font-size: 0;
}
.form .del-form strong {
	display: block;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	margin: 5px 0 20px;
}
.form .del-form .flex {
	display: flex;
}
.form .del-form input[type=password] {
	flex: 6;
	width: 100%;
	height: 55px;
	margin: 0 7px 0 0;
	font-size: 25px;
}
.form .del-form button {
	flex: 1;
	height: 55px;
    line-height: 55px;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 25px;
    color: #fff;
    border: 1px solid #4a5164;
    border-bottom-color: #373d4b;
    background: #000;
}



/* 삽니다 */
.sell .sell-write-btn {
    position: fixed;
    bottom: 180px;
    left: calc(50% - -220px);
}
.sell .sell-write-btn a {
	background: #ef0d2c url("../../images/ico-pencil.png")no-repeat 50% 50% / 50%;
	text-indent: -99999px;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 35px;
}
.sell .list li {
	background: #fff;
	margin-top: 30px;
	border-bottom: 10px solid #f2f3f7;
	padding: 15px 50px;
}
.sell .list li:last-child {
	border-bottom: 0;
}
.sell .list li > a {
	display: block;
}
.sell .list li .badge {
	display: inline-block;
    background: #f2f3f7;
    color: #666;
    font-size: 22px;
    font-weight: 500;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}
.sell .list li .cont {
	margin: 10px 0;
	line-height: 1.7;
	font-weight: 500;
	word-break: keep-all;
}
.sell .list li .info {
	color: #999;
	font-size: 22px;
}
.sell .list li .sns {
	border-top: 2px solid #f2f3f7;
	padding: 20px 0;
    margin-top: 20px;
}
.sell .list li .sns .like {
	padding-left: 45px;
	font-size: 25px;
	background: url("../../images/ico-heart.png")no-repeat 1px 50% / auto 30px;
	color: #666;
	font-weight: 500;
	margin-right: 30px;
}
.sell .list li .sns .like.on {
	background: url("../../images/ico-heart-on.png")no-repeat 1px 50% / auto 30px;
}
.sell .list li .sns .comment {
	padding-left: 45px;
	font-size: 25px;
	background: url("../../images/ico-comment.png")no-repeat 1px 50% / auto 30px;
	color: #666;
	font-weight: 500;
}
.sell .write {
	margin-top: 75px;
}
.sell .read {
	margin-top: 40px;
}
.sell .read .title {
	border-bottom: 1px solid #e1e1e1;
	padding: 0 50px 35px;
}
.sell .read .title .badge {
	display: inline-block;
    background: #f2f3f7;
    color: #666;
    font-size: 22px;
    font-weight: 500;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.sell .read .title .profile .thumb {
	display: inline-block;
	vertical-align: middle;
	width: 75px;
	margin-right: 20px;
}
.sell .read .title .profile .thumb img {
	width: 100%;
}
.sell .read .title .profile .box {
	display: inline-block;
	vertical-align: middle;
}
.sell .read .title .profile .box .name {
	font-weight: bold;
}
.sell .read .title .profile .box .time {
	color: #999;
	font-size: 23px;
}
.sell .read .cont {
	border-top: 0;
	padding: 20px 50px;
	font-size: 30px;
	font-weight: 500;
	color: #222;
}
.sell #cmt .top {
	border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 50px;
    margin-top: 30px;
}
.sell #cmt .top button {
	padding-left: 45px;
	font-size: 25px;
	background: url("../../images/ico-comment.png")no-repeat 1px 50% / auto 30px;
	color: #666;
	font-weight: 500;
}
.sell #cmt .func {
	padding: 15px 50px;
}
.sell #cmt .func button {
	display: inline-block;
	font-size: 25px;
	font-weight: 500;
	color: #999;
	margin-right: 20px;
}
.sell #cmt .func button:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	background: #999;
	border-radius: 50%;
	margin-right: 5px;
}
.sell #cmt .func button.active {
	color: #000;
}
.sell #cmt .func button.active:before {
	background: #ef0d2c;
}
.sell #cmt .profile .thumb {
	display: inline-block;
	vertical-align: middle;
	width: 75px;
	margin-right: 20px;
}
.sell #cmt .profile .thumb img {
	width: 100%;
}
.sell #cmt .profile .box {
	display: inline-block;
	vertical-align: middle;
}
.sell #cmt .profile .box .name {
	font-weight: bold;
	font-size: 25px;
}
.sell #cmt .profile .box .time {
	color: #999;
	font-size: 20px;
}
.sell #cmt .conts {
	margin-top: 5px;
	margin-left: 100px;
	width: calc(100% - 100px);
    word-break: break-all;
    font-size: 25px;
}
.sell #cmt .list li {
	border-bottom: 0;
}
.sell .write-input {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 750px;
	border-top: 1px solid #e1e1e1;
	padding: 25px;
    box-sizing: border-box;
    background: #fff;
    font-size: 0;
}
.sell .write-input textarea {
	display: inline-block;
	vertical-align: middle;
	resize: none;
    width: 85%;
    height: 75px;
    background: #f2f3f7;
    font-size: 25px;
    border-radius: 50px;
    padding: 18px 20px;
    box-sizing: border-box;
}
.sell .write-input button {
	display: inline-block;
	vertical-align: middle;
	width: 12%;
	margin-left: 3%;
	font-size: 25px;
	background: url("../../images/ico-send.png")no-repeat 50% 50% / auto 100%;
	text-indent: -99999px;
	padding: 10px 0;
}




/* 수다방 */
.board {
	padding: 20px;
}
.board table th {
	font-weight: 500;
	font-size: 13px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
	background: #f7f7f7;
	color: #666;
}
.board table td {
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
}
.board table td a {
	display: block;
	text-align: left;
	padding: 0 5px;
}
.board table tfoot td {
	border-bottom: 0;
}
.board table tfoot td a {
	border: 1px solid #ef0d2c;
    padding: 6px 15px 5px;
    font-size: 14px;
}

.board .comment-write {
	background: #f7f7f7;
	padding: 10px;
	font-size: 0;
}
.board .comment-write .top > div {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	margin: 5px 0 10px;
}
.board .comment-write .top > div:last-child {
	margin-left: 2%;
}
.board .comment-write .top > div input {
	width: 100%;
	height: 35px;
	font-size: 13px;
	padding: 0 10px;
}
.board .comment-write .top > div input[type=password] {
	font-family: "Gulim";
}
.board .comment-write textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 115px;
    resize: none;
    font-size: 13px;
    padding: 7px;
    box-sizing: border-box;
}
.board .comment-write button {
    display: block;
    vertical-align: top;
    width: 100%;
    height: 35px;
    font-size: 15px;
    margin: 15px 0 5px;
}

.board .comment {
	margin-top: 100px;
}
.board .comment h3 {
	margin-bottom: 20px;
}
.board .comment .list {
	margin-top: 30px;
}
.board .comment .list li {
	position: relative;
	padding: 15px 0 0;
	border-bottom: 1px solid #e1e1e1;
}
.board .comment .list li .cmt {
	width: 75%;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 10px 0 0;
}
.board .comment .list li .cmt .name {
	display: inline-block;
	vertical-align: middle;
    max-width: 65%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.board .comment .list li .cmt .date {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
    margin-left: 5px;
}
.board .comment .list li .cmt .date:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 12px;
    background: #d6d6d6;
}
.board .comment .list li .cont {
    font-size: 13px;
    line-height: 1.7;
    padding: 0 5px 15px;
}
.board .comment .list li .btn-area {
    position: absolute;
    top: 15px;
    right: 5px;
}
.board .comment .list li .btn-area button {
	font-size: 12px;
	margin: 0 3px;
}
.board .comment .list li .reply {
	position: relative;
    padding: 15px 7px;
    border-top: 1px solid #dbdbdb;
}
.board .comment .list li .reply:before {
	content: '└';
	position: absolute;
	top: 15px;
    left: 5px;
	font-weight: bold;
}
.board .comment .list li .reply .cmt {
	padding-left: 15px;
}
.board .comment .list li .reply .btn-area {
	top: 25px;
}
.board .comment .list li .reply .cont {
	padding-bottom: 0;
}
.board .comment .list li .comment-write {
	display: none;
}
.board .comment .list li .del-form {
	display: none;
	background: #f7f7f7;
    padding: 10px 20px 20px;
    font-size: 0;
}
.board .comment .list li .del-form strong {
	display: block;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	margin: 5px 0 20px;
}
.board .comment .list li .del-form .flex {
	display: flex;
}
.board .comment .list li .del-form input[type=password] {
    flex: 6;
    width: 100%;
    height: 35px;
    margin: 0 7px 0 0;
    font-size: 12px;
}
.board .comment .list li .del-form button {
    flex: 1;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    border: 1px solid #4a5164;
    border-bottom-color: #373d4b;
    background: #000;
}



/* 이벤트 응모 */
.event-apply .bn {
	position: relative;
	margin-top: 75px;
	background: #fc637f url("../../images/event-apply-bn.png")no-repeat 0 0 / 100%;
	border-radius: 15px;
}
.event-apply .bn:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
}
.event-apply .bn .box {
	position: relative;
	z-index: 1;
	color: #000;
	font-size: 20px;
	padding: 20px;
	font-weight: 300;
	border-radius: 15px;
	box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
}
.event-apply .bn .box h3 {
	font-size: 27px;
}
.event-apply .bn .box strong {
	display: block;
	font-weight: 500;
	font-size: 23px;
	margin-top: 15px;
}

.event-apply .lotto {
	margin-top: 50px;
}
.event-apply .lotto .num-group {
	border-radius: 15px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
	background: #fff;
	margin-bottom: 50px;
}
.event-apply .lotto .num {
	width: 100%;
	padding: 15px 10px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 0;
	text-align: center;
}
.event-apply .lotto .num li {
	display: inline-block;
	vertical-align: top;
	font-size: 27px;
	width: 60px;
    height: 60px;
    line-height: 55px;
	text-align: center;
	border-radius: 50%;
	margin: 0 8px;
}
.event-apply .lotto .num li.red {
	border: 2px solid #ff7272;
}
.event-apply .lotto .num li.blue {
	border: 2px solid #69c8f2;
}
.event-apply .lotto .num li.green {
	border: 2px solid #42ca46;
}
.event-apply .lotto .num li.yellow {
	border: 2px solid #e4de1c;
}
.event-apply .lotto .num li.purple {
	border: 2px solid #e44cd9;
}
.event-apply .lotto .num li.red.on {
	background: #ff7272;
	color: #fff;
}
.event-apply .lotto .num li.blue.on {
	background: #69c8f2;
	color: #fff;
}
.event-apply .lotto .num li.green.on {
	background: #42ca46;
	color: #fff;
}
.event-apply .lotto .num li.yellow.on {
	background: #e4de1c;
	color: #fff;
}
.event-apply .lotto .num li.purple.on {
	background: #e44cd9;
	color: #fff;
}
.event-apply .lotto .total-num {
	border-radius: 15px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
	background: #fff;
	margin-top: 15px;
}
.event-apply .lotto .btn-area {
	text-align: right;
	margin-top: 30px;
}
.event-apply .lotto .btn-area button {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	width: 150px;
    height: 70px;
    border-radius: 5px;
}

.event-apply .member-table {
	margin-top: 55px;
}
.event-apply .member-table .clear {
	font-size: 27px;
	margin-bottom: 15px;
}
.event-apply .member-table table th {
	border: 1px solid #e1e1e1;
	font-size: 25px;
	font-weight: 500;
	padding: 15px 0;
}
.event-apply .member-table table td {
	border: 1px solid #e1e1e1;
	text-align: center;
	font-size: 22px;
	padding: 15px 0;
}



/* 공지사항 */
.notice .list li a {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
}
.notice .list li .tit {
	flex: 1;
}
.notice .list li .subject {
	display: block;
	font-weight: 500;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	max-width: 85%;
	margin-bottom: 10px;
}
.notice .list li .info span {
	display: inline-block;
	vertical-align: top;
	color: #999;
	font-size: 24px;
	margin-right: 20px;
}
.notice .list li .info span:nth-child(2) {
	display: inline;
}
.notice .list li .info span.name {
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	max-width: 200px;
}
.notice .list li .thumb {
    width: 110px;
    text-align: center;
}
.notice .list li .thumb img {
	width: 110px;
    height: 110px;
}
.write-btn {
	display: block;
    background: #ef0d2c;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-top: 30px;
}
.write h3 {
	padding-top: 30px;
	margin-bottom: 25px;
}



.review-write .filebox {
	margin: 7px;
}
.review-write .filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}

.review-write .filebox label {
    display: inline-block;
    width: 70px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    background-color: #222;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: 0.25em;
}
.review-write .filebox .upload-name {
	width: calc(100% - 80px);
	display: inline-block;
	height: 35px;
	font-size: 12px;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



.my-review .tab {
	font-size: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}
.my-review .tab button {
	display: inline-block;
	width: 50%;
    font-size: 15px;
    padding: 10px 0;
}
.my-review .tab button.active {
	font-weight: bold;
	border-bottom: 2px solid #000;
}
.my-review .txt {
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
}
.my-review .gift-list .order-top .date {
	color: #1a87d5;
	font-size: 13px;
}
.my-review .gift-list .fr-name {
    font-weight: bold;
    margin-top: 25px;
}
.my-review .gift-list .fr-name:before {
	content: "from.";
	margin-right: 3px;
}
.my-review #tab02 {
	display: none;
}
.my-review #tab02 .list {
	margin-top: 30px;
}
.my-review #tab02 .prd-item .cont {
	position: relative;
    background: #f7f7f7;
    padding: 15px 10px;
    margin: 20px 0 5px;
    font-size: 13px;
}
.my-review #tab02 .prd-item .cont .text {
	margin-top: 10px;
	line-height: 1.3;
}
.my-review #tab02 .prd-item .cont .text img {
	width: 100%;
	margin: 10px 0;
}
.my-review #tab02 .prd-item .cont .btn-area {
	position: absolute;
    top: 12px;
    right: 5px;
	padding: 0;
	width: 90px;
}
.my-review #tab02 .prd-item .cont .btn-area button {
	position: static;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    background: #fff;
    width: 40px;
    height: 25px;
}