
/* 검색 영역 */
.category_container {
    width: 100%;
    overflow-y: auto;
}

.container-search {
    margin: 15px 0px;
}

.btn-write a {
    font-size: 15px;
    color: #ffffff;
}

.wrapper-search {
    width: 95%;
    margin-bottom: 10px;
    overflow-y: auto;
}
.search-input {
    float: left;
    width: 90%;
    overflow-y: auto;
}

.search-input #stx {
    width: 100%;
    height: 38px;
    text-align: left;
    border-radius: 5px 0 0 5px;
    padding-left: 15px;
    box-sizing: border-box;
}


.search-btn {
    float: right;
    width: 10%;
    height: 38px;
    overflow-y: auto;
    background: #5b6dce;
    margin: 0;
    border-radius: 0 5px 5px 0;
}

.search-btn img {
    margin-top: 8px;
    width: 20px;
    height: 20px;
}

/* List */

.wrapper-board {
    /*width: 97.5%;*/
    /*max-width: 1200px;*/
    /*margin: auto;*/
}
.board-list { float: left; width: 100%; margin-bottom: 30px; }

.wrapper-content {
    position: relative;
    width: 95%;
    margin: 0px 2.5% 0px 2.5%;
    background: #ffffff;
    border-bottom: 1px solid #eee;
    overflow-y: auto;
    /* padding: 1.25% 1.25%; */
    /* border: 1px solid #f1f1f1; */
}

.board-list .wrapper-content:first-child{
    border-top: 1px solid #eee;
}

.left-content {
    width: 30%;
    float: left;
    padding: 10px 10px 10px 2px;
}

.right-content {
    position: relative;
    width: 66%;
    float: right;
}
.right-content .wrapper-ctg {
    width:100%;
}

.right-content .wrapper-ctg .content-category {
    text-align:left;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0 4px 0;

}
.right-content .wrapper-ctg span {
    border-radius:2px;
    padding: 0 5px;
    color:#fff;
}
.right-content .wrapper-info {
    width: 100%;
    margin: 0px 5px 10px 0;
    text-align: left;
}

.right-content .content-title {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

.right-content .content-subtitle {
    font-size: 15px;
    color: #ef0000;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0 0px 1% 0px;
    text-align:right;
}

.right-content .content-text {
    font-size: 13px;
    color: #999;
}


/* 레프트 이미지*/
.wrapper-img {
    position: relative;
    width: 100%;
}

.cover-img {
    position: relative;
}

.cover-img > img{
    width: 100%;
}

.background-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-title {
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: normal;
    line-height: 1.5;
    height: 1.5em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content-subtitle {
    margin-bottom: 5px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: normal;
    line-height: 1.5;
    height: 1.0em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content-text {
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: normal;
    line-height: 1.6;
    height: 3em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrapper-link {
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

.link-btn {
    background-color: #aaa;
    border-radius: 2px;
    width: 100px;
    float: right;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    margin: 10px 0px;
}

.link-btn:hover {
    cursor: pointer;
}

.wrapper-no-content {
    position: relative;
    float: left;
    width: 90%;
    background: #ffffff;
    border-radius: 15px;
    overflow-y: auto;
    margin: 5% 5%;
    border:1px solid #f1f1f1;
}

.no-content {
    height: 100px;
    text-align: center;
    font-size: 20px;
}
.no-content span {
    line-height: 100px;
}

.category_container {
    width: 95%;
    display: inline-block;
    margin: 20px 0 20px 0;
    overflow-y: auto;
}

.ctg01_row {
    float: left;
    width: 47.5%;
    margin: 0px 0px 10px 0px;
    /*background: blue;*/
}

.ctg01_row:nth-child(even) {

}

.ctg01_row:nth-child(odd) {
    margin-right: 5%;
}

.ctg01_row p {
    font-size: 15px;
    line-height: 15px;
    padding:13px 0 ;
    border:1px solid #ddd;
    border-radius:3px;
    margin: 0px 0 5px 0;
    font-weight:600;
}

.ctg01_row a.on p { background:#bebebe; color: #fff; border:1px solid #bebebe; }
.ctg01_row a p:hover {cursor:pointer; background:#bebebe; color: #fff; transition:all .3s ease-out, -webkit-transform .3s ease-out; }


.wrap-write {
    float: right;
    margin: 0 0 15px 0;
    width: 38px;
    height: 38px;
}

.btn-write {
    /*float: left;*/
    width: 38px;
    height: 38px;
    border-radius: 0px;
    text-align: center;
}
.btn-write img { width: 100%; }

.container-search
{
    width: 95%;
    overflow-y: auto;
    /*background: red;*/
}

.wrapper-content:hover {
    cursor: pointer;
}

/* */

@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

*:focus {
    outline: none;
}

body, form, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, th, td, input, textarea, button, select {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    -webkit-text-size-adjust: none;
    outline: none;
    letter-spacing: normal;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

table, th, td {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
    vertical-align: middle;
}

label {
    cursor: pointer;
    vertical-align: top;
}

textarea {
    -webkit-appearance: none;
}

fieldset, abbr, acronym {
    border: 0;
}

hr {
    display: none;
}

ul, ol, li {
    list-style: none;
}

img, input, select, textarea {
    vertical-align: middle;
}

img {
    outline: 0;
    text-decoration: none;
    border: 0;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
}

button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a, a:link, a:visited, a:active {
    color: #333;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

/* common */
* {
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 1.7;
}

.wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.board_container {
    width: 100%;
    margin: 20px auto;
}

/*gall_ul*/
.gall_ul {
    width: 100%;
    overflow: hidden;
}

.gall_ul .gall_li {
    width: 25%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 5px;
    box-sizing: border-box;
}

.gall_ul .gall_li:hover .item {
    border: 1px solid #ccc;
}

.gall_ul .box_clear {
    clear: both;
}

.gall_ul .item {
    width: 100%;
    height: 285px;
    border-radius: 3px;
    border: 1px solid #eee;
    overflow: hidden;
}

.gall_ul .areaimg {
    width: 100%;
    float: left;
    margin: 0;
}

.gall_ul .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150px;
}

.gall_ul .view .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    border: 0;
}

.gall_ul .areatxt {
    width: 100%;
    float: left;
    padding: 10px 10px;
    text-align: left;
}

.gall_ul .areatxt p {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.gall_ul .areatxt .title {
    font-size: 15px;
    line-height: 1.5;
    min-height: 44px;
    color: #000;
    margin: 0 0 5px 0;
    -webkit-line-clamp: 2;
}

.gall_ul .areatxt .text {
    font-size: 12px;
    line-height: 1.6;
    min-height: 40px;
    color: #999;
    padding: 0;
    margin: 0 0 5px 0;
    -webkit-line-clamp: 2;
}

.gall_ul .areatxt .price {
    font-size: 14px;
    line-height: 1.6;
    color: #f50000;
    text-align: right;
    -webkit-line-clamp: 1;
}

.gall_ul .areatxt .date {
    font-size: 12px;
    line-height: 1.6;
    text-align: right;
    color: #aaa;
    -webkit-line-clamp: 1;
}

/* paging */
.paging {
    padding: 30px 0 40px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.paging p {
    display: inline-block;
    vertical-align: top;
}

.paging p.first {
    margin: 0 -4px 0 0;
}

.paging ol {
    display: inline-block;
    margin: 0 -3px;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
}

.paging li {
    display: inline-block;
    margin: 0 0 0 -1px;
    border: 1px solid #d7d5d5;
    font-size: 12px;
    color: #757575;
    vertical-align: top;
}

.paging li a {
    display: block;
    width: 33px;
    padding: 9px 0;
    font-weight: bold;
    color: #353535;
    line-height: 14px;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 1px solid #d7d5d5;
}

.board_container .wrap-paging .paging li a:hover {
    color: #454545;
}

.paging li.on {
    /*padding-bottom: 6px;*/
    border-bottom: 3px solid #008bcc;
    color: #008bcc;
}

.paging li.on a {
    padding: 8px 0;
}

.paging li:first-child {
    margin-left: 0;
}

.paging p.last {
    margin: 0 0 0 -3px;
}

/* mobile [0 ~ 480px] */
@media all and (max-width: 480px) {

    .gall_ul .gall_li {
        width: 50%;
    }

    .gall_ul .view {
        padding-bottom: 130px;
    }

    .gall_ul .item {
        height: 245px;
    }

}
