@charset "utf-8";

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

i {/* color: var(--white); */}


/* View page */

.view-wrap {
    background-color: #fff;
    padding: 30px 25px 100px;
    border-radius: 10px;
    }


.parner_starbox .star_icon > i.la_active {color: #e49c12;}
.parner_starbox .star_icon {
    color: #ccc;
        font-size: 13px;
		margin-right:5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}
.parner_starbox > p {
    font-size: 13px;
    font-weight: 400;
    color: #64635d;
}
.parner_starbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.nav-tabs {border-bottom:0px;padding: 7px;border-radius: 5rem;width: 32%;}
.div-tab.tabs.trans-top ul.nav-tabs li.active {background-color: #c31432;color: #000 !important;}
.div-tab.tabs ul.nav-tabs li {text-align: center;padding: 5px 15px;font-size: 13px;font-weight: 500;color: #ccc;border-radius: 5rem;     background: none; border: 0 !important;}
.div-tab.tabs ul.nav-tabs li a {    color: #64635d;}
.nav>li>a {    padding: 3px 3px;}


/* Category */
.list-category .tabs { margin-bottom:20px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* List */
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }

/* Page */
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }

/* View */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

/* Write */
.write-wrap { width:100%; overflow:hidden; }

/* BOARD USER */
.board_user {
       width: 34%;
    height: auto;
    position: relative;
    margin-top: 20px;
	margin:0 auto;
}

.sch_select {
    width: 110px;
    height: 40px;
    position: relative;
}

.sch_select > select {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 10px;
    background-color: #1b1b1b;
    border: 1px solid #484848;
}

.sch_input {
    width: 160px;
    height: 40px;
    position: relative;
}

.sch_input > input {
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    border-right: 0;
    padding: 0 10px;
    color: #fff;
}

.board_user .user_search > form {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}

.board_user .user_search > form .sch_inputbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board_user .user_btnbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.board_user .user_btnbox > li {
    width: auto;
    height: auto;
    position: relative;
}

.board_user .user_btnbox > li > a {
    display: block;
    width: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background-color: #e7e6e2;
    text-align: center;
    color: #64635d;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 5rem;
}

.board_user .user_btnbox > li.writer_btn > a {
    background-color: #e49c12;
    color: #000;
}

.board_user .user_btnbox > li.writer_btn > a:hover {
    background-color: #ffbf44;
}

.board_user .user_search {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}

.board_user .user_search > form {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}

.board_user .user_search > form .sch_inputbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* BOARD USER END */

.sfdiv3 {width: 100%; height: 40px;      display: inline-block;}
select.input-sm {padding: 0 10px;background-color: #fff;height: 40px;font-size: 14px;color: #64635d;}
.form-control {background-color: var(--color4) border: 1px solid #484848; height: 40px;     font-size: 14px; color: #bbb;}
.input-sm {color: #64635d;}
.sfdiv2 {    padding-left: 10px; width: 200px; display: inline-block;   }
.sfdiv {  float: left;}
.sfbtn {position: absolute;right: 7px;top: 5px;     right: 11px;top: 5px;margin: 0;}
.btnimg {
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    border: 1px solid #484848!important;
    border-left: 0 !important;
    background-image: url(/img/all_searh_icon.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    border: 0 !important;
    }
@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}


.new_icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -5px;
    left: -10px;
    border-radius: 5rem;
    text-align: center;
    line-height: 20px;
    background-image: url(/img/partner_new.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.writer_allbox {
    width: 100%;
    height: auto;
    position: relative;
}

.writer_allbox .writer_all {
    width: 100%;
    height: 46px;
    position: relative;
    background-color: #e7e6e2;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.writer_allbox .writer_all > h2 {
    font-size:16px;
    font-weight: 500;
       color: #64635d;
}

.writer_allbox .writer_all > h2 > span {
    color: #c31432;
}

.writer_allbox .writer_all .view_more {
    width: auto;
    height: auto;
    position: relative;
}

.writer_allbox .writer_all .view_more > a {
    display: block;
    width: auto;
    height: auto;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background-color: #c31432;
    padding: 5px 10px;
    border-radius: 5rem;
}

.writer_allbox .writer_all .view_more > a:hover {
    background-color: #c31432;
}

.writer_allbox .writer_alllist {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px;
}

.writer_allbox .writer_alllist .all_listbox {
    width: 100%;
    height: auto;
    position: relative;
}

.writer_allbox .writer_alllist .all_listbox > li {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.writer_allbox .writer_alllist .all_listbox > li:last-of-type {
    margin-bottom: 0;
}

.writer_allbox .writer_alllist .all_listbox > li > a {
    width: auto;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:14px;
    font-weight: 500;
    color: #64635d;
    padding-left: 10px;
}

.writer_allbox .writer_alllist .all_listbox > li > a:hover {
    color: #c31432;
}

.writer_allbox .writer_alllist .all_listbox > li > a::after {
    content: '';
    width: 2px;
    height: 2px;
    background-color: #c31432;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.writer_allbox .writer_alllist .all_listbox > li > a > span {
    font-size: 0.;
    font-weight: 500;
    color: #e49c12;
}

.writer_allbox .writer_alllist .all_listbox > li > p {
    font-size:14px;
    font-weight: 400;
    color: #64635d;
}