@charset "utf-8";

/* 카테고리 */
.list-category {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(99,255,232,0.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 10px 20px rgba(0,0,0,0.10);
}

.list-category a {
    display: inline-block;
    padding: 8px 14px;
    margin: 4px 6px 4px 0;
    border-radius: 999px;
    color: #dffefe;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(99,255,232,0.08);
    transition: all .22s ease;
}

.list-category .active a,
.list-category .selected a {
    color: #ffffff !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, rgba(10,143,141,0.94) 0%, rgba(20,184,177,0.94) 55%, rgba(11,109,110,0.94) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        0 8px 16px rgba(0,0,0,0.14),
        0 0 14px rgba(99,255,232,0.12);
}

/* 목록 */
.list-item {
    border-radius: 20px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(24,96,96,0.98) 0%, rgba(15,58,58,0.98) 52%, rgba(10,42,42,0.98) 100%);
    border: 1px solid rgba(99,255,232,0.14);
    box-shadow:
        0 14px 28px rgba(0,0,0,0.12),
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 0 16px rgba(99,255,232,0.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.list-item:hover {
    transform: translateY(-3px);
    border-color: rgba(99,255,232,0.22);
    box-shadow:
        0 18px 32px rgba(0,0,0,0.16),
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 0 22px rgba(99,255,232,0.12);
}

.list-item .label-tack {
    padding-left: 10px;
}

.list-item strong {
    display: block;
    line-height: 1.45;
    margin: 14px 10px 8px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-shadow: 0 0 6px rgba(99,255,232,0.20);
}

.list-item .list-img {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(99,255,232,0.08);
    background: rgba(255,255,255,0.04);
}

.list-item .list-img img {
    width: 100%;
    height: auto;
    transition: transform .35s ease;
}

.list-item:hover .list-img img {
    transform: scale(1.04);
}

.list-item .list-details {
    padding: 0 5% 16px;
    color: #ffffff;
}

.list-item .list-details .member,
.list-item .list-details .guest {
    color: #ffffff !important;
}

.list-item a,
.list-item span,
.list-item div,
.list-item p,
.list-item strong,
.list-item small {
    color: #ffffff !important;
}

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important; }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important; }
}

/* 아이콘 */
.list-wrap .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; }
.list-wrap .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.list-wrap .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.list-wrap .wr-hot { width:12px; height:12px; background-image: url('./img/icon_hot.gif'); }

/* 목록 공통 */
.list-notice .wr-notice {
    display: inline-block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left top;
    width: 37px;
    height: 19px;
    background-image: url('./img/icon_notice.gif');
    filter: drop-shadow(0 0 4px rgba(99,255,232,0.16));
}

.list-wrap {
    width: 100%;
    color: #eaffff;
}

.list-btn-box {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(99,255,232,0.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 8px 18px rgba(0,0,0,0.08);
}

.list-btn-box a span {
    margin-left: 4px;
}

.list-btn-box .sort a {
    color: #63ffe8 !important;
    font-weight: 700 !important;
}

.list-btn-box .dropdown-menu {
    font-size: 12px;
    border-radius: 14px;
    background: rgba(10,34,34,0.98);
    border: 1px solid rgba(99,255,232,0.10);
}

.list-btn-box .dropdown-menu a {
    color: #eaffff !important;
}

/* 공통 버튼 톤 */
.list-btn-box .btn,
.view-btn .btn,
.write-wrap .btn {
    border-radius: 12px !important;
    border: 1px solid rgba(99,255,232,0.12) !important;
    background:
        linear-gradient(135deg, rgba(10,143,141,0.94) 0%, rgba(20,184,177,0.94) 55%, rgba(11,109,110,0.94) 100%) !important;
    color: #ffffff !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        0 8px 18px rgba(0,0,0,0.14),
        0 0 12px rgba(99,255,232,0.08);
}

.list-btn-box .btn:hover,
.view-btn .btn:hover,
.write-wrap .btn:hover {
    background:
        linear-gradient(135deg, rgba(18,167,164,0.98) 0%, rgba(38,226,216,0.98) 55%, rgba(17,136,138,0.98) 100%) !important;
    color: #ffffff !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.12),
        0 10px 20px rgba(0,0,0,0.18),
        0 0 16px rgba(99,255,232,0.14);
}

.list-none {
    margin: 0 0 15px;
    padding: 80px 0;
    border-radius: 18px;
    text-align: center;
    color: rgba(234,255,255,0.82);
    background: rgba(255,255,255,0.04);
    border: 1px dashed rgba(99,255,232,0.12);
}

.list-page {
    margin-bottom: 15px;
}

.list-page .pagination {
    margin: 0;
}

.list-page .pagination > li > a,
.list-page .pagination > li > span {
    color: #dffefe !important;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(99,255,232,0.08) !important;
    margin: 0 3px;
    border-radius: 10px !important;
}

.list-page .pagination > .active > a,
.list-page .pagination > .active > span {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(10,143,141,0.94) 0%, rgba(20,184,177,0.94) 55%, rgba(11,109,110,0.94) 100%) !important;
    border-color: rgba(99,255,232,0.14) !important;
    box-shadow: 0 0 12px rgba(99,255,232,0.10);
}

/* 내용 공통 */
.view-wrap {
    width: 100%;
    overflow: hidden;
    color: #eaffff;
}

.view-wrap .img-photo i {
    background: rgba(255,255,255,0.08);
    padding: 16px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    color: rgba(222,245,244,0.70);
    font-size: 40px;
    display: inline-block;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 0 12px rgba(99,255,232,0.06);
}

.view-wrap .img-photo img {
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
    display: inline-block;
}

.view-wrap .img-resize img {
    max-width: 100%;
    height: auto;
}

.view-wrap h1 {
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 14px 16px;
    color: #ffffff;
    letter-spacing: -0.8px;
    line-height: 1.4;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(10,143,141,0.94) 0%, rgba(20,184,177,0.94) 55%, rgba(11,109,110,0.94) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        0 10px 22px rgba(0,0,0,0.16),
        0 0 16px rgba(99,255,232,0.10);
}

.view-wrap h1 .photo {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.view-wrap .no-attach {
    border-bottom: 0;
}

.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

.view-head {
    border-left: 0;
    border-right: 0;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(99,255,232,0.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 8px 18px rgba(0,0,0,0.10);
}

.view-head .sp {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 11px;
    color: rgba(222,245,244,0.70);
}

.view-head .list-group-item {
    padding: 8px 15px;
    border-style: solid;
    border-color: rgba(99,255,232,0.06);
    background: transparent;
    color: #eaffff;
}

.view-tag {
    margin: 12px 0;
    padding: 0;
    color: rgba(222,245,244,0.72);
}

.view-tag a {
    color: rgba(222,245,244,0.78);
}

.view-tag a:hover {
    color: #63ffe8;
}

.view-cnt {
    margin-top: 4px;
}

.view-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
    border: 0;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.view-content {
    padding: 18px 18px 24px;
    margin-top: 12px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    color: #222222;
    box-shadow:
        0 10px 22px rgba(0,0,0,0.08);
}

.view-mobile .view-content {
    padding: 16px 12px 22px;
}

.view-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}

.view-content p {
    padding: 0;
    margin: 0;
    line-height: 1.85;
    color: #222222;
}

.view-content,
.view-content * {
    color: #222222 !important;
}

.view-good-box {
    text-align: center;
}

.view-good-box span {
    margin: 15px 8px;
    width: 84px;
    height: 84px;
    display: inline-block;
}

.view-good-box a {
    background: rgba(255,255,255,0.06);
    padding-top: 14px;
    border-radius: 50%;
    width: 84px;
    height: 84px;
    text-align: center;
    color: #eaffff;
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
    border: 1px solid rgba(99,255,232,0.10);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 10px 18px rgba(0,0,0,0.12),
        0 0 10px rgba(99,255,232,0.05);
}

.view-good-box .view-good a:hover {
    background: linear-gradient(135deg, #13b9b2 0%, #21ddd3 100%);
    color: #fff;
    box-shadow:
        0 12px 20px rgba(0,0,0,0.16),
        0 0 18px rgba(99,255,232,0.14);
}

.view-good-box .view-nogood a:hover {
    background: linear-gradient(135deg, #2a3b3b 0%, #101919 100%);
    color: #fff;
}
.view-author .auth-photo { width:160px; padding-right:15px; }
.view-comment {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    margin: 0 0 14px;
    padding: 0 0 8px;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid rgba(99,255,232,0.18);
    display: inline-block;
    position: relative;
    text-shadow: 0 0 8px rgba(99,255,232,0.10);
}

#bo_v_sns {margin:4px 0 15px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 댓글 */
.comment-media .photo i {
    background: rgba(255,255,255,0.08);
    padding: 15px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    color: rgba(222,245,244,0.74);
    font-size: 30px;
    display: inline-block;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 0 10px rgba(99,255,232,0.05);
}

.comment-media .photo img {
    border-radius: 50%;
    width: 64px !important;
    height: 64px !important;
    display: inline-block;
}

.view-mobile .comment-media .photo i {
    padding: 10px;
    width: 54px;
    height: 54px;
}

.view-mobile .comment-media .photo img {
    width: 54px !important;
    height: 54px !important;
}

.comment-media .media {
    border-top: 1px solid rgba(99,255,232,0.08);
    margin: 10px 0;
    padding: 12px 0 0;
}

.comment-media :first-child.media {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.comment-media h5 {
    margin: 2px 0;
    line-height: 22px;
    color: #222222;
}

.comment-media .media .media-body {
    padding-left: 0;
    color: #222222;
}

.comment-media .media .media-info {
    margin-left: 10px;
    color: rgba(0,0,0,0.55);
}

.comment-media .media .media-content {
    margin-top: 8px;
    color: #222222;
}

.comment-media,
.comment-media * {
    color: #222222;
}

.comment-media .media .media-btn {
    margin-left: 4px;
}

.comment-media .cmt-good-btn {
    text-align: right;
    padding-right: 1px;
}

.comment-media .cmt-good,
.comment-media .cmt-nogood {
    display: inline-block;
    width: 74px;
    height: 20px;
    margin-top: 10px;
    padding-right: 10px;
    margin-right: -1px;
    font: bold 11px verdana;
    text-align: right;
    letter-spacing: -1px;
    line-height: 19px;
    cursor: pointer;
}

.comment-media .cmt-good {
    background: url('./img/cmt_good.gif') no-repeat left center;
    color: #63ffe8;
}

.comment-media .cmt-nogood {
    background: url('./img/cmt_nogood.gif') no-repeat left center;
    color: rgba(222,245,244,0.72);
}

/* 쓰기 공통 */
.write-wrap {
    width: 100%;
    overflow: hidden;
    color: #222222;
}

.write-wrap h2 {
    padding: 0;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
}

.write-wrap label {
    font-weight: 700;
    margin-top: 4px;
    color: #222222;
}

.write-wrap .form-control,
.write-wrap input[type="text"],
.write-wrap input[type="password"],
.write-wrap textarea,
.write-wrap select {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.10);
    color: #222222;
    border-radius: 12px !important;
    box-shadow: none;
}

.write-wrap .form-control:focus,
.write-wrap input[type="text"]:focus,
.write-wrap input[type="password"]:focus,
.write-wrap textarea:focus,
.write-wrap select:focus {
    border-color: rgba(10,143,141,0.35);
    box-shadow: 0 0 0 3px rgba(10,143,141,0.08);
}

.write-wrap .write-content {
    height: 300px;
}

.write-wrap .write-file {
    border: 0;
    box-shadow: none;
}

.write-wrap .write-btn {
    margin: 18px 0 25px;
    text-align: center;
}

.write-wrap,
.write-wrap * {
    color: #222222;
}

.write-wrap .btn,
.write-wrap .btn * {
    color: #ffffff !important;
}

/* view커스텀 */
.bo_safety_top_con_wrap {
    margin: 10px 0 40px;
    padding: 0 15px;
    min-height: 240px;
}

.bo_safety_info_img_wrap {
    float: left;
    width: 330px;
    height: 266px;
    margin-right: 15px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(99,255,232,0.08);
    box-shadow:
        0 14px 28px rgba(0,0,0,0.14),
        inset 0 1px 0 rgba(255,255,255,0.03);
}

.bo_safety_info_tbl_wrap {
    float: left;
    width: calc(100% - 345px);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(99,255,232,0.08);
    box-shadow:
        0 14px 28px rgba(0,0,0,0.14),
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 0 16px rgba(99,255,232,0.06);
}

.tbl_bo_safety_info {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.tbl_bo_safety_info tbody tr:first-child th {
    border-top: 0;
    border-radius: 18px 0 0 0;
}

.tbl_bo_safety_info tbody tr:first-child td {
    border-top: 0;
    border-radius: 0 18px 0 0;
}

.tbl_bo_safety_info tbody tr:last-child th {
    border-radius: 0 0 0 18px;
}

.tbl_bo_safety_info tbody tr:last-child td {
    border-radius: 0 0 18px 0;
}

.tbl_bo_safety_info tr th {
    width: 140px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background:
        linear-gradient(135deg, rgba(10,143,141,0.94) 0%, rgba(20,184,177,0.94) 55%, rgba(11,109,110,0.94) 100%);
    color: #fff;
    font-weight: 600;
    height: 48px;
    letter-spacing: -0.05rem;
    padding: 10px 18px;
    font-size: 15px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.tbl_bo_safety_info tr td {
    word-break: break-all;
    min-height: 48px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 12px 16px;
    font-size: 15px;
    color: #222222;
    background: #ffffff;
}

.tbl_bo_safety_info tr td .icon_safety_game {
    background: rgba(0,0,0,0.05);
    color: #222222;
    padding: 4px 10px 2px;
    line-height: 1.4;
    border-radius: 999px;
    font-size: 13px;
    margin: 2px 5px 2px 0;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.08);
}

.tbl_bo_safety_info tr td.bo_safety_info_feature {
    font-size: 14px;
}



/* 반응형 공통 */
@media all and (max-width:460px) {
	.responsive .list-btn { text-align:center; margin:0px auto; }
	.responsive .pull-right.list-btn { float:none !important; margin-bottom:14px; }
	.responsive .view-wrap h1 { text-overflow:clip; overflow:none; white-space:normal; line-height: 24px; font-size: 18px; margin-bottom:10px; }
	.responsive .view-wrap h1 .photo { display:none; }
	.responsive .view-btn i { margin-right:0px; }
	.responsive .view-author .auth-photo { float:none; width:100%; padding-right:0px; }
	.responsive .comment-btn { text-align:center; }
	.responsive .comment-btn .pull-right { float:none !important; }
}