@charset "utf-8";[class^="title"] {
    position: relative
}

[class^="t_"],[class^="i_"],[class^="ibtn_"] {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal
}

[class^="i_"]:before,[class^="ibtn_"]:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/static/images/forum/icons.png) 0 0 no-repeat;
    background-size: 500px auto
}

[class^="i_"] span,[class^="ibtn_"] span {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    line-height: inherit
}

[class^="btn_"] {
    display: inline-block;
    position: relative;
    font-weight: bold
}

.btn_cancel {
    padding: 8px 15px;
    border-radius: 6px;
    color: #222832
}

.btn_basic {
    padding: 8px 15px;
    border-radius: 6px;
    color: #222832;
    border: 1px solid #edeef6;
    background-color: #edeef6
}

.btn_act {
    color: #222832;
    font-weight: bold;
    border-radius: 6px;
    background-color: #edeef6
}

.btn_top {
    padding: 8px 14px 8px 26px;
    border-radius: 6px;
    background-color: #edeef6
}

.post_footer .btn_top:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #000
}

.pc_br {
    display: none
}

.btns a~a,.btns button~button {
    margin-left: 8px
}

button[class^="btn_"] {
}

.i_hit {
    font-size: 12px;
    line-height: 16px
}

.i_hit:before {
    margin-top: 1px;
    width: 16px;
    height: 13px;
    background-position: 0 -117px
}

.i_comment {
    color: #627793;
    font-size: 12px;
    line-height: 16px;
    font-style: normal
}

.i_comment span {
    margin-top: -1px
}

.i_comment:before {
    width: 12px;
    height: 14px;
    background-position: -140px -117px
}

.i_post:before {
    width: 15px;
    height: 15px;
    background-position: -175px -117px
}

.ibtn_write:before {
    width: 22px;
    height: 22px;
    background-position: -351px -91px
}

.ibtn_tool_more {
}

.ibtn_add_img:before {
    width: 22px;
    height: 19px;
    background-position: -69px -162px
}

.ibtn_del:before {
    display: block;
    margin: 0;
    width: 16px;
    height: 16px;
    background-position: -96px -163px
}

.opt {
    position: absolute;
    top: 0;
    right: 0
}

.user>* {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    margin-right: 4px;
    font-style: normal
}

.user>.name {
    display: inline-block;
    max-width: 138px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.resign_user {
    max-width: initial !important;
    text-overflow: initial !important;
    white-space: initial !important
}

.resign_user .name {
    max-width: initial !important;
    text-overflow: initial !important;
    white-space: initial !important
}

.user>em {
    color: #627793
}

.user>i {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 4px 1px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    font-style: normal;
    background-color: #222832
}

.user>i.game {
    color: #222832;
    background: #fff;
    border: 1px solid #222832;
    padding: 0 4px 0;
    margin-right: 0 !important
}

.textarea {
    position: relative;
    padding: 20px;
    border: 1px solid #b9bbce
}

.textarea .caution {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding: 46px 20px;
    font-size: 14px;
    color: #b9bbce;
    line-height: 18px;
    text-align: center;
    z-index: 2
}

.textarea .user_id {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
}

.textarea textarea {
    width: 100%;
    min-height: 4.4em;
    height: 10em;
    max-height: 100%;
    resize: vertical;
    background-color: transparent
}

.textarea .list_attach {
    margin: 20px 0 16px;
    border-top-width: 0
}

.textarea .list_attach:after {
    content: "";
    display: table;
    clear: both
}

.textarea .list_attach li {
    float: left;
    margin-right: 18px;
    position: relative;
    padding: 0
}

.textarea .list_attach li .img {
    overflow: hidden;
    width: 40px;
    height: 40px
}

.textarea .list_attach li .img img {
    width: 100%;
    max-width: 44px;
    min-height: 44px;
    margin: 0
}

.textarea .list_attach li .ibtn_del {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff
}

.textarea .list_attach+p {
    margin-top: 0;
    vertical-align: bottom
}

.textarea p {
    margin-top: 32px;
    vertical-align: bottom
}

.textarea .counter {
    display: inline-block;
    color: #627793;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle
}

.textarea .btns {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.textarea .btns button {
    padding: 6px 13px;
    font-size: 13px;
    line-height: 18px
}

.textarea .btn_act {
    color: #222832;
    font-weight: bold;
    border-radius: 6px;
    background-color: #edeef6
}

.textarea .btn_act:disabled {
    color: #fff
}

.textarea.disable {
    height: 126px
}

.textarea.disable .caution {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: center
}

.textarea.disable .user_id {
    color: #edeef6
}

.textarea.disable textarea,.textarea.disable .counter {
    opacity: 0;
    min-height: 0;
    height: 0
}

.textarea.disable .ibtn_add_img:before {
    background-position: -230px -162px
}

.textarea.disable p {
    margin-top: 22px
}

.content .wrap_container {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 14px;
    border-bottom: 2px solid #222832
}

.content .title {
    font-size: 18px;
    line-height: 24px;
    display: inline-block
}

.title_wrap span {
    display: inline-block
}

#CMMsub .title em {
    font-style: normal
}

#CMMsub .title em:before {
    content: "'"
}

#CMMsub .title em:after {
    content: "'"
}

#CMMsub .wrap_container span {
    color: #627793;
    font-weight: normal
}

#CMMsub .board_cmm._result .title span {
    font-size: inherit
}

.pager {
    margin-top: 40px;
    text-align: center
}

.pager a.ibtn_prev:before,.pager a.ibtn_next:before {
    width: 4px;
    height: 10px;
    margin: 0
}

.pager a.ibtn_prev:before {
    background-position: -288px -69px
}

.pager a.ibtn_next:before {
    background-position: -321px -69px
}

.pager a.ibtn_prev:hover:before {
    background-position: -222px -69px
}

.pager a.ibtn_next:hover:before {
    background-position: -255px -69px
}

.pager a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
    width: 28px;
    height: 28px;
    font-size: 11px;
    line-height: 28px;
    color: #d8d8d8;
    border-radius: 6px;
    border: 1px solid #d8d8d8
}

.pager li {
    float: left;
}
.pager li span{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
    width: 28px;
    height: 28px;
    font-size: 11px;
    line-height: 28px;
    color: #d8d8d8;
    border-radius: 6px;
    border: 1px solid #d8d8d8
}
.pagination{
    height: 28px;
    display: flex;
    justify-content: center;
}

.pager .active span {
    color: #222832;
    border-color: #222832
}
.pager a:hover,.pager a.on {
    color: #222832;
    border-color: #222832
}

.list li {
    position: relative;
    padding: 10px 46px 10px 0;
    border-bottom: 1px solid #b9bbce
}

.list li.nodata {
    text-align: center
}

.list li .tit,.list li .tit strong {
    font-weight: normal;
    word-break: break-all
}

.list li .i_comment {
}

.list li .i_comment:before {
}

.col_board li {
    position: relative;
    border-bottom: 1px solid #b9bbce
}

.col_board li.new .tit:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 2px;
    margin-top: -12px;
    background: url(/static/images/forum/icons.png) -195px -116px no-repeat;
    background-size: 500px auto;
    vertical-align: middle
}

.board_cmm .title_wrap {
    position: relative
}

.board_cmm .title_wrap .opt,.board_gallery .title_wrap .opt {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right
}

.board_cmm .filter {
    position: absolute;
    top: 54px;
    width: 100%;
    text-align: left
}

.board_cmm .select.sort {
    position: relative;
    border: 0;
    width: auto !important;
    min-width: auto;
    padding: 0 16px 0 0;
    border-radius: 0;
    color: #222832;
    font-size: 16px;
    line-height: 22px
}

.board_cmm .select.sort:after {
    right: 0;
    margin-top: -3px;
    width: 8px;
    height: 4px;
    background-position: -50px -186px
}

.board_cmm .view_type {
    float: right;
    height: 24px;
    margin-right: -6px
}

.board_cmm .view_type>button {
    margin: 0 8px
}

.board_cmm .view_type>button:before {
    width: 20px;
    height: 22px;
    vertical-align: top
}

.board_cmm .view_type .ibtn_list:before {
    background-position: -225px -138px
}

.board_cmm .view_type .ibtn_list.on:before {
    background-position: -249px -138px
}

.board_cmm .view_type .ibtn_grid:before {
    background-position: -273px -138px
}

.board_cmm .view_type .ibtn_grid.on:before {
    background-position: -297px -138px
}

.board_cmm .list.exist {
    padding-top: 20px
}

.board_cmm .list .img {
    float: right;
    margin-left: 10px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.board_cmm .list .img img {
    width: 100%;
    min-width: 100%;
    min-height: 100%
}

.board_cmm .list .tit {
    position: relative;
    display: block;
    font-weight: normal;
    overflow: hidden
}

.board_cmm .list .tit strong {
    max-height: 4em
}

.board_cmm .list li {
    padding: 14px 0 14px
}

.board_cmm .list li.new .tit:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-top: -14px;
    background: url(/static/images/forum/icons.png) -195px -116px no-repeat;
    background-size: 500px auto;
    vertical-align: middle
}

.board_cmm .list li.fix {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fbfbff
}

.board_cmm .list li.fix .tit {
    padding-left: 25px
}

.board_cmm .list li.fix .tit strong:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 18px;
    background: url(/static/images/forum/icons.png) -210px -162px no-repeat;
    background-size: 500px auto;
    vertical-align: middle
}

.board_cmm .list p {
    margin-top: 22px;
    font-size: 12px;
    line-height: 16px
}

.board_cmm .list .user em {
    font-style: normal;
    color: #627793
}

.board_cmm .list .hits {
    right: 0;
    color: #627793
}

.board_cmm .list .hits>* {
    margin-left: 10px
}

.board_cmm .list .hits.no_comment .i_comment {
    display: none
}

.board_cmm .list .tag_reslut {
    margin-top: 10px;
    overflow: hidden
}

.board_cmm .list .tag_reslut span {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
    color: #627793;
    line-height: 18px
}

.board_cmm .list .tag_reslut .point {
    font-weight: bold
}

.board_cmm .list.grid {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(auto-fill,47.2%);
    grid-template-columns: repeat(auto-fill,47.2%);
    -webkit-align-content: start;
    align-content: start;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.board_cmm .list.grid li.new .tit:after {
    margin-top: -4px
}

.board_cmm .list.grid li.nodata,.board_cmm .list.grid li.not {
    display: none
}

.board_cmm .list.grid li:not(.nodata) {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    border-bottom: 0
}

.board_cmm .list.grid .img {
    float: none;
    margin-left: 0;
    width: 100%;
    height: auto;
    padding-top: 100%
}

.board_cmm .list.grid .tit {
    margin: 8px 0 6px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px
}

.board_cmm .list.grid li.fix .tit {
    padding-left: 0
}

.board_cmm .list.grid li.fix .tit strong:before {
    display: none
}

.board_cmm .list.grid p {
    margin-top: 0
}

.board_cmm .list.grid .user .t_date {
    display: block
}

.board_cmm .list.grid .hits {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 100%;
    display: flex;
    align-items: center;
    text-align: center
}

.board_cmm .list.grid .hits:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    background-color: rgba(0,0,0,.7)
}

.board_cmm .list.grid .hits em {
    position: absolute;
    bottom: 0;
    width: 50%;
    margin-left: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    box-sizing: border-box;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.board_cmm .list.grid .hits em:first-child {
    left: 0
}

.board_cmm .list.grid .hits em:last-child {
    right: 0
}

.board_cmm .list.grid .hits .i_hit:before {
    background-position: -314px -117px
}

.board_cmm .list.grid .hits .i_comment:before {
    background-position: -335px -117px
}

.board_cmm .list.grid .hits.no_comment .i_comment {
    display: none
}

.board_cmm .list.grid .hits.no_comment .i_hit {
    width: 100%
}

.board_cmm._result .title_wrap {
    display: table;
    border: 0;
    width: 100%
}

.board_cmm._result .title_wrap .wrap_container {
    display: table-cell;
    border-bottom: 2px solid #222832;
    width: 100%
}

.board_cmm._result .title_wrap .select.sort {
    display: table-cell;
    width: auto;
    padding-bottom: 14px;
    border-bottom: 2px solid #222832;
    vertical-align: bottom
}

.board_cmm._result .title_wrap .select.sort:after {
    top: auto;
    bottom: 24px
}

.board_cmm._result .title_wrap .opt {
    display: table-caption;
    caption-side: bottom;
    margin: 16px 0 4px;
    padding: 0;
    overflow: hidden
}

.board_cmm._result .select {
    color: #627793;
    font-size: 14px;
    line-height: 20px
}

.board_cmm._result .select.sort {
    position: relative;
    color: #222832;
    font-size: 16px;
    line-height: 22px
}

.opt_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.opt_bottom .select {
    width: 160px;
    margin-left: 6px;
    padding: 7px 36px 7px 12px
}

.opt_bottom .select:first-child {
    margin-left: 0
}

.opt_bottom .search_wrap_opt {
    display: flex;
    align-items: center;
    margin-left: 6px
}

.opt_bottom .search_wrap_opt input {
    width: 274px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border-radius: 6px;
    border: 1px solid #b9bbce;
    background: #fff;
    padding: 6px 36px 6px 12px;
    font-size: 14px
}

.opt_bottom .search_wrap_opt input::-webkit-input-placeholder {
    font-size: 14px;
    color: #b9bbce
}

.opt_bottom .search_wrap_opt input::placeholder {
    font-size: 14px;
    color: #b9bbce
}

.opt_bottom .select {
    color: #627793;
    font-size: 14px;
    line-height: 20px
}

.opt_bottom .search_wrap_opt .btn_search {
    display: block;
    width: 46px;
    height: 36px;
    margin-left: 6px;
    border-radius: 6px;
    background: #edeef6;
    position: relative
}

.opt_bottom .search_wrap_opt .btn_search:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='30bg244z9a' d='M0 0h18v18H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='l1oqbhey3b' fill='%23fff'%3E%3Cuse xlink:href='%2330bg244z9a'/%3E%3C/mask%3E%3Cpath d='M7.306 12.817a5.517 5.517 0 0 1-5.511-5.51 5.517 5.517 0 0 1 5.511-5.512 5.517 5.517 0 0 1 5.511 5.511 5.517 5.517 0 0 1-5.51 5.511m10.43 3.651-4.67-4.67a7.306 7.306 0 1 0-1.27 1.269l4.671 4.67a.893.893 0 0 0 1.27 0 .897.897 0 0 0 0-1.269' fill='%23222832' mask='url(%23l1oqbhey3b)'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.board_gallery .list:after {
    content: "";
    display: table;
    clear: both
}

.board_gallery li {
    position: relative;
    padding: 0;
    margin-top: 20px;
    box-sizing: border-box;
    border-width: 0
}

.board_gallery li a {
    display: block;
    height: 100%
}

.board_gallery li .img {
    position: relative;
    height: 164px;
    height: 20%;
    overflow: hidden
}

.board_gallery li .thumb {
    padding-top: 56%;
    background-position: 50% 50%;
    background-size: cover
}

.board_gallery li .tit {
    display: block;
    margin: 10px 0 13px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word
}

.board_gallery li .hits {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding: 5%;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    background: rgba(0,0,0,.5)
}

.board_gallery li .hits em {
    position: absolute;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.board_gallery li .hits .i_hit {
    left: 15%
}

.board_gallery li .hits .i_hit:before {
    background-position: -20px -117px;
    width: 20px;
    height: 15px
}

.board_gallery li .hits .i_comment {
    left: 75%
}

.board_gallery li .hits .i_comment:before {
    background-position: -121px -117px;
    width: 14px;
    height: 15px
}

.board_gallery li .user {
    font-size: 12px;
    line-height: 16px
}

.board_gallery li .user em {
    color: #627793
}

.board_gallery li.new .user em:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    margin: -6px 0 0 6px;
    background: url(/static/images/forum/icons.png) -195px -116px no-repeat;
    background-size: 500px auto;
    vertical-align: middle
}

.board_gallery .pager {
    margin-top: 30px
}

.board_gallery li.video .thumb {
    position: relative
}

.board_gallery li.video .thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.46);
    ;background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 46 46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.785 33.066v-20.13L35.343 23 16.785 33.066zM23 0C10.298 0 0 10.298 0 23c0 12.703 10.298 23 23 23s23-10.297 23-23C46 10.298 35.702 0 23 0z' fill='%23FFF' fill-rule='evenodd' opacity='.88'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-size: 12% auto
}

.board_gallery .list.grid {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(auto-fill,47.2%);
    grid-template-columns: repeat(auto-fill,47.2%);
    -webkit-align-content: start;
    align-content: start;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.board_gallery .list.grid li {
    width: 100%
}

.board_gallery .list.grid li .img {
    height: auto
}

.board_gallery .list.grid li .thumb {
    padding-top: 100%
}

.board_gallery .list.grid li .tit {
    display: block;
    height: auto;
    margin: 8px 0 6px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px
}

.board_gallery .list.grid li .user .t_date {
    display: block
}

.board_gallery .list.grid li .hits {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.board_gallery .list.grid li .hits em {
    position: relative;
    left: auto;
    right: auto;
    float: left;
    width: 50%
}

.board_gallery .list.grid li .hits .i_hit:before {
    width: 16px;
    height: 13px;
    margin-top: 1px;
    background-position: -314px -117px
}

.board_gallery .list.grid li .hits .i_comment:before {
    width: 12px;
    height: 14px;
    background-position: -335px -117px
}

.board_gallery .list.grid li.video .thumb:after {
    background-size: 25.2% auto
}

.board_gallery .list.grid li .hits.no_comment {
    display: flex;
    justify-content: center
}

.board_gallery .list.grid li .hits.no_comment .i_comment {
    display: none
}

.board_instant {
    font-size: 14px;
    line-height: 22px
}

.board_instant .title_wrap .wrap_container {
    padding: 0 0 14px;
    border-bottom: 2px solid #222832;
    margin-bottom: 14px
}

.board_instant .user_info {
    position: relative;
    padding-left: 40px
}

.board_instant .user_info .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    background-position: 50% 0;
    background-size: cover
}

.board_instant .user_info .thumb img {
    width: 100%;
    min-height: 30px
}

.board_instant .user_info .user {
    margin: 8px 0 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px
}

.board_instant .user_info .user .name {
    font-size: 14px;
    line-height: 18px
}

.board_instant .user_info .user .t_date {
    font-size: 13px;
    line-height: 18px
}

.board_instant .list li {
    padding: 16px 4px
}

.board_instant .list li p {
    margin-top: 3px;
    padding-left: 40px;
    word-break: break-all
}

.board_instant .list li .textarea {
    margin-top: 6px
}

.board_instant .list li .textarea p {
    margin-top: 32px;
    padding-left: 0;
    vertical-align: bottom
}

.board_instant .list li.new p:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    margin: -6px 0 0 6px;
    background: url(/static/images/forum/icons.png) -195px -116px no-repeat;
    background-size: 500px auto;
    vertical-align: middle
}

.board_instant .textarea {
    line-height: 20px
}

.board_instant .textarea .counter {
    line-height: 16px
}

.board_instant .ibtn_tool_more {
    width: 40px;
    height: 22px;
    text-align: right
}

.board_instant .ibtn_tool_more:before {
    margin: 0;
    width: 6px;
    height: 15px;
    background-position: -118px -95px
}

.board_instant .layer_tool {
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    border: 1px solid #b9bbce;
    background-color: #fff;
    z-index: 1
}

.board_instant .ibtn_tool_more.on+.layer_tool {
    display: block
}

.board_instant .layer_tool {
    padding: 5px 0;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px
}

.board_instant .layer_tool li {
    padding: 0;
    border: 0
}

.board_instant .layer_tool li a {
    display: block;
    padding: 5px 20px
}

.board_detail {
    color: #222832
}

.board_detail .title_wrap {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b9bbce
}

.board_detail .title {
    font-size: 20px;
    line-height: 28px;
    border-bottom-width: 0;
    padding-bottom: 20px;
    word-break: break-all
}

.board_detail .info {
    position: relative
}

.board_detail .info .btn_translation {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 12px;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 6px;
    background-color: #edeef6
}

.board_detail .info .btn_translation span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 6px;
    vertical-align: middle;
    background: url(/static/images/forum/icons.png) -269px -118px no-repeat;
    background-size: 500px auto
}

.board_detail .info .btn_share {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 12px;
    margin-left: 8px;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 6px;
    background-color: #edeef6
}

.board_detail .info .btn_share span:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: middle;
    background: url(/static/images/forum/icons.png) -233px -118px no-repeat;
    background-size: 500px auto
}

.board_detail .info .layer_share {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 30
}

.board_detail .info .layer_share.on {
    display: block
}

.board_detail .info .layer_share li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/static/images/forum/icons.png) 0 0 no-repeat;
    background-size: 500px auto
}

.board_detail .info .layer_share .cont_share {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: auto;
    margin: -183px 0 0 -145px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff
}

.board_detail .info .layer_share .p_tit {
    margin-bottom: 26px;
    font-size: 18px;
    color: #222832;
    line-height: 26px;
    text-align: center
}

.board_detail .info .layer_share .ibtn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px
}

.board_detail .info .layer_share .ibtn_close:before {
    width: 14px;
    height: 14px;
    background-position: -156px -117px
}

.board_detail .info .layer_share li {
    position: relative;
    width: 70px;
    min-height: 86px;
    padding: 0 6px 14px 6px;
    display: inline-block;
    font-size: 12px;
    color: #222832;
    line-height: 14px;
    text-align: center;
    vertical-align: top
}

.board_detail .info .layer_share li a:before {
    width: 54px;
    height: 54px
}

.board_detail .info .layer_share li.uri a:before {
    background-position: 0 -250px
}

.board_detail .info .layer_share li.facebook a:before {
    background-position: -59px -250px
}

.board_detail .info .layer_share li.whatsapp a:before {
    background-position: -118px -250px
}

.board_detail .info .layer_share li.messenger a:before {
    background-position: -177px -250px
}

.board_detail .info .layer_share li.kakaotalk a:before {
    background-position: -236px -250px
}

.board_detail .info .layer_share li.line a:before {
    background-position: -295px -250px
}

.board_detail .info .layer_share li.reddit a:before {
    background-position: -354px -250px
}

.board_detail .info .layer_share li span {
    display: block;
    padding: 4px 0 0;
    word-break: break-all
}

.board_detail .info .layer_translation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 30;
    text-align: center
}

.board_detail .info .layer_translation.on {
    display: block
}

.board_detail .info .layer_translation:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.board_detail .info .layer_translation .cont_translation {
    position: relative;
    display: inline-block;
    width: 360px;
    height: auto;
    padding: 30px 40px;
    background-color: #fff;
    vertical-align: middle;
    box-sizing: border-box
}

.board_detail .info .layer_translation .cont_translation .p_tit {
    display: none
}

.board_detail .info .layer_translation .cont_translation .p_desc {
    font-size: 16px;
    color: #222832;
    line-height: 22px;
    text-align: left
}

.goog-te-banner-frame {
    z-index: -1 !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important
}

#google_translate_element {
    position: relative;
    margin: 20px 0
}

#google_translate_element:after {
    content: '';
    position: absolute;
    right: 14px;
    top: 18px;
    width: 12px;
    height: 6px;
    background: url(/static/images/forum/icons.png) -34px -185px no-repeat;
    background-size: 500px auto;
    pointer-events: none
}

#google_translate_element .goog-te-combo {
    width: 100%;
    height: 40px;
    margin: 0;
    margin-bottom: 4px;
    padding: 9px 14px 10px;
    border-radius: 6px;
    border: solid 1px #b9bbce;
    font-size: 15px;
    color: #627793;
    line-height: 22px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.board_detail .info .layer_translation .btn_basic {
    font-size: 14px;
    line-height: 16px
}

.board_detail .info .layer_translation .ibtn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0
}

.board_detail .info .layer_translation .ibtn_close:before {
    width: 14px;
    height: 14px;
    background-position: -156px -117px
}

.board_detail .user_info {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    padding-left: 46px
}

.board_detail .user_info>* {
    vertical-align: middle;
    margin-right: 7px
}

.board_detail .user_info>em {
    color: #627793
}

.board_detail .user_info .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px
}

.board_detail .user_info .thumb img {
    width: 100%;
    margin: 0
}

.board_detail .user_info .user {
    display: inline-block
}

.board_detail .info .opt {
    top: auto;
    bottom: 0
}

.board_detail .post_cont {
    font-size: 14px;
    line-height: 22px;
    ;overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.board_detail .post_cont:lang(ko) {
    word-break: keep-all
}

.board_detail .post_vote {
    position: relative;
    font-size: 14px;
    line-height: 22px
}

.board_detail .post_vote .onair,.board_detail .post_vote .onend,.board_detail .post_vote .finish {
    display: inline-block;
    margin: -2px 0 0 6px;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 12px;
    vertical-align: middle
}

.board_detail .post_vote .onair {
    background-color: #ffffff;
    border: 1px solid #1475db;
    color: #1475db
}

.board_detail .post_vote .onend {
    background-color: #b9bbce;
    border: 1px solid #b9bbce;
    color: #ffffff
}

.board_detail .post_vote .finish {
    background-color: #ffffff;
    border: 1px solid #b9bbce;
    color: #b9bbce
}

.board_detail .post_vote .question {
    position: relative;
    margin-top: 20px;
    padding: 30px 20px;
    border: 2px solid #edeef6
}

.board_detail .post_vote dl {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #edeef6;
    overflow: hidden
}

.board_detail .post_vote dl dt {
    margin-bottom: 14px;
    font-weight: bold
}

.board_detail .post_vote dl.req dt:before {
    content: '*';
    display: inline-block;
    margin-right: 4px
}

.board_detail .post_vote dl dd {
    margin-bottom: 10px
}

.board_detail .post_vote dl dd:last-child {
    margin-bottom: 30px
}

.board_detail .post_vote dl dd input[type="radio"]+label,.board_detail .post_vote dl dd input[type="checkbox"]+label {
    margin-left: 8px
}

.board_detail .post_vote dl dd input[type="text"] {
    width: 100%
}

.board_detail .post_vote .btn_submit {
    display: block;
    margin: 0 auto;
    padding: 8px 14px;
    border-radius: 6px;
    background-color: #edeef6;
    font-size: 14px;
    color: #222832;
    line-height: 20px
}

.board_detail .post_vote .btn_submit:disabled {
    color: #ffffff
}

.board_detail .post_vote .question.disable:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.6)
}

.board_detail .post_vote .question.disable dl dd input[type="radio"]+label:before,.board_detail .post_vote .question.disable dl dd input[type="checkbox"]+label:before {
    filter: grayscale(1)
}

.board_detail .post_tag {
    padding: 20px 0;
    overflow: hidden
}

.board_detail .post_tag li {
    display: inline-block;
    font-size: 14px;
    color: #627793;
    line-height: 18px
}

.board_detail .post_tag li a:hover {
    color: #1475db;
    text-decoration: underline
}

.board_detail .post_emotion {
    margin: 0 0 12px;
    overflow: hidden
}

.board_detail .post_emotion button {
    width: 49%;
    height: 36px;
    border-radius: 6px;
    border: solid 1px #b9bbce;
    font-size: 14px;
    color: #b9bbce;
    line-height: 20px
}

.board_detail .post_emotion button.on {
    border-color: #1475db;
    color: #1475db
}

.board_detail .post_emotion button:before {
    width: 18px;
    height: 16px;
    vertical-align: middle
}

.board_detail .post_emotion .ibtn_like {
    float: left
}

.board_detail .post_emotion .ibtn_like:before {
    background-position: -118px -163px
}

.board_detail .post_emotion .ibtn_like.on:before {
    background-position: -142px -163px
}

.board_detail .post_emotion .ibtn_hate {
    float: right
}

.board_detail .post_emotion .ibtn_hate:before {
    background-position: -166px -163px
}

.board_detail .post_emotion .ibtn_hate.on:before {
    background-position: -189px -163px
}

.board_detail .post_emotion.single {
    text-align: center
}

.board_detail .post_emotion.single button {
    float: none;
    width: 120px
}

.board_detail .post_foot {
    position: relative;
    padding: 12px 0 0;
    font-size: 14px;
    line-height: 18px;
    min-height: 20px
}

.board_detail .post_foot .i_comment {
    font-size: inherit;
    line-height: inherit
}

.board_detail .post_foot .textarea {
    margin-top: 30px
}

.board_detail .btns_modify {
    position: absolute;
    top: 15px;
    right: 0
}

.board_detail .btns_modify a {
    display: inline-block;
    margin-left: 15px
}

.board_detail .btns_modify a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 18px;
    margin-right: 15px;
    background-color: #edeef6
}

.board_detail .btns_modify a:first-child {
    margin-left: 0;
    padding-left: 0
}

.board_detail .btns_modify a:first-child:before {
    display: none
}

.board_detail .post_comment_list {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid #b9bbce
}

.board_detail .post_comment_list>li {
    padding: 20px 0 10px;
    position: relative;
    border-bottom: 1px solid #edeef6
}

.board_detail .post_comment_list .user_info {
    margin-left: -44px;
    padding-left: 44px;
    font-size: 14px
}

.board_detail .post_comment_list .user_info .thumb {
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0
}

.board_detail .post_comment_list .user_info .name {
    max-width: none;
    font-weight: bold;
    white-space: initial
}

.board_detail .post_comment_list .t_date {
    color: #627793
}

.board_detail .post_comment_list .post_comment {
    margin: 10px 0 20px;
    word-break: break-all
}

.board_detail .post_comment_list .post_comment strong {
    margin-right: 4px;
    color: #1475DB
}

.board_detail .post_comment_list .pcl_foot {
    font-size: 13px
}

.board_detail .post_comment_list .pcl_foot>* {
    margin-right: 10px;
    vertical-align: middle
}

.board_detail .post_comment_list .opt {
    position: absolute;
    top: 16px;
    right: 0
}

.board_detail .ibtn_tool_more {
    width: 40px;
    height: 22px;
    text-align: right
}

.board_detail .ibtn_tool_more:before {
    margin: 0;
    width: 6px;
    height: 15px;
    background-position: -118px -95px
}

.board_detail .layer_tool {
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    border: 1px solid #b9bbce;
    background-color: #fff
}

.board_detail .ibtn_tool_more.on+.layer_tool {
    display: block
}

.board_detail .layer_tool {
    padding: 5px 0;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px
}

.board_detail .layer_tool li {
    padding: 0
}

.board_detail .layer_tool li a {
    display: block;
    padding: 5px 20px
}

.board_detail .post_comment_list>li>ul {
    margin-top: 10px;
    padding-left: 44px;
    border-top: 1px solid #edeef6
}

.board_detail .post_comment_list>li>ul>li {
    position: relative;
    padding: 20px 0 10px;
    border-bottom: 1px solid #edeef6
}

.board_detail .post_comment_list>li>ul>li:last-child {
    padding-bottom: 0;
    border-bottom-width: 0
}

.board_detail .post_comment_list>li>ul>li>ul {
    margin-top: 10px;
    border-top: 1px solid #edeef6
}

.board_detail .post_comment_list>li>ul>li>ul>li {
    padding-top: 20px
}

.board_detail .post_comment_list .pcl_wp {
    padding-left: 44px
}

.board_detail .post_comment_list img {
    display: block;
    margin: 10px 0;
    max-width: 180px;
    max-height: 320px
}

.board_detail .post_comment_list .textarea {
    margin-top: 10px;
    margin-left: -44px;
    overflow: hidden
}

.board_detail .ibtn_add_img+.counter {
    margin-left: 13px
}

.board_detail .post_comment_list+.textarea {
    margin-top: 30px
}

.post_footer {
    position: relative
}

.post_footer .opt {
    top: 20px;
    vertical-align: top
}

.more_list .title {
    border-bottom-width: 1px;
    border-color: #b9bbce;
    margin-bottom: 20px
}

.more_list li {
    padding: 0
}

.more_list li.current {
    background-color: rgba(237,238,246,0.3)
}

.more_list li.current a {
    padding: 13px 10px
}

.more_list ul a {
}

.more_list a>* {
}

.more_list a>.tit {
    margin-bottom: 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.more_list a>.user,.more_list a>.t_date {
    font-size: 12px;
    line-height: 16px
}

.more_list a>.t_date {
    width: 100px;
    text-align: center;
    color: #627793
}

.more_list a>.user {
    width: 150px
}

.more_list .foot_btns {
    padding: 28px 0 18px;
    text-align: center
}

.more_list .btn_top {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 14px 6px;
    border-radius: 6px;
    border: 1px solid #222832;
    background: #fff
}

.user_info {
    position: relative
}

.user_info .thumb {
    display: inline-block;
    position: relative;
    margin-right: 7px;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0
}

.user_info .thumb.square {
    width: 30px;
    height: 30px;
    margin-left: 4px;
    border-radius: 0;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-color: #000;
    overflow: inherit
}

.user_info .thumb.square .frame {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -11px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto
}

.user_info .thumb img {
    width: 38px;
    margin: 0
}

#CMMrecent {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 0;
    opacity: 0
}

#CMMrecent.on {
    height: auto;
    opacity: 1
}

#CMMrecent .slider {
    margin: 0 -10px;
    position: relative;
    height: 157px
}

#CMMrecent .slider .slick-prev {
    left: 10px
}

#CMMrecent .slider .slick-next {
    right: 10px
}

#CMMrecent .g_wrap {
    margin: 0 10px
}

#CMMrecent .g_wrap .thumb {
    padding-top: 56%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

#CMMrecent .g_wrap img {
    width: 185px;
    height: 101px
}

#CMMrecent p {
    height: 56px;
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    background-color: #000;
    box-sizing: border-box
}

#CMMrecent.vertical .slider {
    height: 376px
}

#CMMrecent.vertical .g_wrap .thumb {
    padding-top: 177.78%
}

.board_write {
    position: relative
}

.board_write .bw_head li input[type="text"]:disabled {
    background-color: #edeef6;
    color: #627793
}

.board_write .title_wrap .opt .btn_temp {
    display: none
}

.board_write .bw_foot .opt label {
    color: #627793
}

.board_write .bw_body .write_tag {
    width: 100%;
    margin: 10px 0 20px;
    padding: 8px 20px;
    border: solid 1px #b9bbce;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 50px
}

.board_write .bw_body .write_tag .tag_inp {
    width: 100%
}

.board_write .bw_body .write_tag .tag_inp input {
    width: calc(100% - 20px);
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 15px;
    line-height: 20px;
    line-height: 34px
}

.board_write .bw_body .write_tag .tag_inp .inp_error {
    display: none
}

.mypage {
    padding: 13px 0
}

.mypage .user_info {
    padding: 18px 0 0 92px
}

.mypage .user_info._bundle {
    padding-top: 7px
}

.mypage .user_info .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px
}

.mypage .user_info .thumb.square {
    top: 16px;
    left: 13px;
    width: 52px;
    height: 52px
}

.mypage .user_info .thumb.square .frame {
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -20px
}

.mypage .user_info .ibtn_setting {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border: solid 3px #fff;
    border-radius: 50%
}

.mypage .user_info .ibtn_setting:before {
    width: 26px;
    height: 26px;
    background-position: -179px -60px;
    vertical-align: top
}

.mypage .user_info .thumb img {
    width: 80px;
    height: 80px
}

.mypage .user_info .name {
    font-size: 20px;
    line-height: 28px
}

.mypage .user_info .name span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #1475db
}

.mypage .user_info p {
    margin-top: 10px;
    color: #627793;
    font-size: 14px;
    line-height: 18px
}

.mypage .user_info .i_comment:before {
    width: 12px;
    height: 14px;
    background-position: -46px -139px;
    background-position: -140px -117px
}

.mypage .i_comment {
    font-size: inherit;
    line-height: inherit
}

.mypage em~em {
    margin-left: 20px
}

.temp_zone {
    display: none
}

.pfp_zone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    padding: 30px 0
}

.pfp_zone.on {
    z-index: 100
}

.pfp_zone .pfp_head,.pfp_zone .pfp_foot {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    z-index: 1
}

.pfp_zone .pfp_head {
    display: table;
    width: 100%;
    padding: 0 240px 0 60px;
    background-color: #000;
    font-size: 20px;
    color: #808080;
    line-height: 24px;
    text-align: left;
    box-sizing: border-box
}

.pfp_zone .pfp_head strong {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    word-break: keep-all
}

.pfp_zone .pfp_body {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.pfp_zone .pfp_body>div {
    padding: 30px 0;
    border-bottom: 1px solid #edeef6;
    flex-shrink: 0
}

.pfp_zone .pfp_body>div:nth-last-child(2) {
    border: none
}

.pfp_zone .pfp_body>div:last-child {
    border: none;
    padding-bottom: 0
}

.pfp_zone .pfp_body .pfp_tit {
    display: block;
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #222832;
    line-height: 24px
}

.pfp_zone .pfp_body .pfp_nickname {
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #edeef6
}

.pfp_zone .pfp_body .pfp_nickname .pfp_info {
    margin: 4px 0 12px;
    font-size: 16px;
    color: #627793;
    line-height: 24px
}

.pfp_zone .pfp_body .pfp_nickname .pfp_form {
    position: relative;
    display: flex;
    display: -webkit-flex;
    padding: 7px;
    border: 1px solid #b9bbce;
    border-radius: 8px;
    align-items: center;
    -webkit-align-items: center
}

.pfp_zone .pfp_body .pfp_nickname .pfp_form input {
    width: 100%;
    padding: 7px 9px;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    color: #222832;
    line-height: 22px;
    flex: 1
}

.pfp_zone .pfp_body .pfp_nickname .pfp_form .pfp_length {
    padding-right: 8px;
    font-size: 14px;
    color: #b9bbce;
    line-height: 18px
}

.pfp_zone .pfp_body .pfp_nickname .pfp_form button {
    white-space: nowrap
}

.pfp_zone .pfp_body .pfp_nickname .pfp_error {
    margin: 6px 0 0 10px;
    font-size: 14px;
    line-height: 18px
}

.pfp_zone .pfp_body .pfp_nickname .pfp_error.true {
    color: #1475db
}

.pfp_zone .pfp_body .pfp_nickname .pfp_error.false {
    color: #e21212
}

.pfp_zone .pfp_body .pfp_avatar {
    margin: 15px auto 0;
    font-size: 12px;
    border-bottom: 1px solid #edeef6
}

.pfp_zone .pfp_body .pfp_avatar li {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    border-radius: 50%;
    cursor: pointer
}

.pfp_zone .pfp_body .pfp_avatar li.cur:after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 6px solid #1475db;
    border-radius: 50%
}

.pfp_zone .pfp_body .pfp_avatar li.on:before,.pfp_zone .pfp_body .pfp_avatar li.on:after {
    content: '';
    position: absolute;
    border-radius: 50%
}

.pfp_zone .pfp_body .pfp_avatar li.on:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20,117,219,.68)
}

.pfp_zone .pfp_body .pfp_avatar li.on:after {
    top: 50%;
    left: 50%;
    width: 24px;
    height: 20px;
    margin: -10px 0 0 -12px;
    background: url(/static/images/forum/icons.png) -87px -137px no-repeat;
    background-size: 500px auto
}

.pfp_zone .pfp_body .pfp_check {
    overflow: hidden;
    padding-top: 30px
}

.pfp_zone .pfp_body .pfp_check .pfp_tit {
    font-size: 18px;
    line-height: 24px;
    color: #222832;
    margin-bottom: 12px;
    font-weight: bold
}

.pfp_zone .pfp_body .pfp_withdraw {
    margin-top: auto;
    padding: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pfp_zone .pfp_body .pfp_withdraw .pfp_tit {
    display: none
}

.pfp_zone .pfp_body .btn_withdraw_1 {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border-radius: 10px;
    border: solid 1px #e21212;
    color: #e21212
}

.pfp_zone .pfp_body .cmm_setting li {
    position: relative;
    margin-bottom: 14px
}

.pfp_zone .pfp_body .cmm_setting li:last-child {
    margin-bottom: 0
}

.pfp_zone .pfp_body .cmm_setting li input[type="checkbox"]+label {
    color: #627793
}

.pfp_zone .pfp_foot button {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    padding: 0 20px;
    font-size: 0;
    line-height: 0
}

.pfp_zone .pfp_foot .ibtn_cancel:before {
    width: 20px;
    height: 20px;
    background-position: -454px -92px
}

.pfp_zone .pfp_foot .btn_basic {
    left: auto;
    right: 0;
    width: 140px;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: transparent;
    border: 0;
    text-align: right;
    word-break: break-all
}

.pfp_zone .ibtn_close {
    display: none
}

._sdk .pfp_zone .pfp_foot .btn_basic {
    right: 68px
}

._sdk .pfp_zone .pfp_foot .btn_basic:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 22px;
    margin-top: -10px;
    background-color: #505050
}

.pfp_zone._bundle .pfp_body {
    width: auto;
    padding: 80px 20px 0
}

.pfp_zone._bundle .pfp_body .pfp_avatar {
    margin: 0;
    padding-bottom: 30px
}

.pfp_zone._bundle .pfp_body .pfp_avatar li {
    background: none;
    display: block;
    width: auto;
    height: 92px;
    margin: 20px 0 0 0;
    cursor: pointer;
    vertical-align: top;
    border-radius: 0
}

.pfp_zone._bundle .pfp_body .pfp_avatar li.on:before,.pfp_zone._bundle .pfp_body .pfp_avatar li.on:after,.pfp_zone._bundle .pfp_body .pfp_avatar li.cur:after {
    display: none
}

.pfp_zone._bundle .pfp_body .pfp_avatar li input[type="radio"]+label:before {
    top: 20px
}

.pfp_zone._bundle .pfp_body .pfp_avatar li .thumb {
    position: relative;
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-color: #000
}

.pfp_zone._bundle .pfp_body .pfp_avatar li .thumb .frame {
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -22px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto
}

.pfp_zone._bundle .pfp_body .pfp_avatar li .server {
    display: block;
    margin-top: -8px;
    padding-left: 92px;
    font-size: 16px;
    color: #222832;
    line-height: 18px;
    vertical-align: top;
    word-break: break-all
}

.pfp_zone._bundle .pfp_body .pfp_avatar li .server span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.pfp_zone._bundle .pfp_body .pfp_avatar li .server span:first-child {
    margin-bottom: 4px;
    color: #1475db
}

.pfp_zone._bundle .pfp_body .cmm_setting li {
    color: #627793
}

.pfp_zone {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding-top: 68px
}

.pfp_zone .pfp_cont {
    min-height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden
}

.pfp_zone .pfp_body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.pfp_zone .pfp_withdraw {
    margin-top: auto
}

.pfp_zone .pfp_foot {
    height: auto;
    padding-bottom: 50px
}

.pfp_zone .pfp_avatar+.pfp_game {
    padding-top: 30px;
    border-top: 1px solid #edeef6
}

.pfp_zone .pfp_game .pfp_tit {
    position: relative
}

.pfp_zone .pfp_game .btn_interlock {
    width: auto;
    padding: 8px 15px;
    border-radius: 6px;
    color: #b9bbce;
    background-color: #edeef6;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: -6px;
    right: 0
}

.pfp_zone .pfp_game .btn_interlock.btn_on {
    color: #1475db
}

.pfp_zone .pfp_game .pfp_desc {
    color: #627793;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px
}

.pop_withdraw {
    padding-top: 68px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box
}

.pop_withdraw .pfp_body {
    padding: 30px 20px 30px
}

.pop_withdraw .desc_1 {
    font-size: 18px;
    line-height: 26px;
    color: #222832
}

.pop_withdraw .desc_2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #1475db
}

.pop_withdraw .info_list {
    margin-top: 20px;
    background: #edeef6;
    padding: 20px
}

.pop_withdraw .info_list li {
    font-size: 15px;
    line-height: 24px;
    color: #627793;
    margin-top: 10px;
    padding-left: 14px;
    position: relative
}

.pop_withdraw .info_list li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    vertical-align: top;
    background: #627793
}

.pop_withdraw .info_list li:first-child {
    margin-top: 0
}

.pop_withdraw .pfp_foot {
    padding-bottom: 50px
}

.pop_withdraw .pfp_body>div:last-child {
    border-bottom: none;
    padding: 20px 0 30px
}

.pop_withdraw .agree_check {
    padding-top: 20px !important
}

.pop_withdraw .agree_check label {
    color: #627793
}

.pop_withdraw .pfp_foot .btn_withdraw_1 {
    left: auto;
    right: 0;
    width: 140px;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: transparent;
    border: 0;
    text-align: right;
    word-break: break-all
}

.pop_withdraw .btn_withdraw_2 {
    margin-top: auto;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #edeef6;
    border-radius: 10px;
    color: #fff;
    font-size: 16px
}

.pop_withdraw .btn_withdraw_2.btn_on {
    background: #e21212
}

#CMMwithdraw_success.pfp_zone .pfp_head {
    padding-left: 20px
}

@media (min-width: 1080px) {
    .pc_br {
        display:block
    }

    #CMMheader {
        background-color: #000
    }

    #CMMsub .title span,.title_wrap .title span {
        font-size: 18px
    }

    .mypage {
        padding: 13px 0
    }

    .mypage .tab {
        overflow: hidden;
        position: relative;
        margin-top: 42px;
        font-size: 20px;
        line-height: 26px
    }

    .mypage .tab:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        height: 3px;
        right: 0;
        background-color: #edeef6
    }

    .mypage .tab a {
        display: block;
        line-height: 26px;
        padding-bottom: 14px;
        color: #b9bbce;
        border-bottom: 3px solid transparent
    }

    .mypage .tab a.on {
        color: #222832;
        font-weight: bold;
        border-color: #222832
    }

    .mypage .tab li {
        float: left;
        margin-right: 30px;
        position: relative
    }

    .mypage .user_info {
        padding: 29px 0 0 144px
    }

    .mypage .user_info [class^="i_"]:before {
        font-size: 18px;
        line-height: 22px;
        background-position: 0 -162px
    }

    .mypage .user_info .thumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 114px;
        height: 114px
    }

    .mypage .user_info .thumb.square {
        top: 22px;
        left: 18px;
        width: 74px;
        height: 74px
    }

    .mypage .user_info .thumb.square .frame {
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -30px
    }

    .mypage .user_info .thumb img {
        width: 114px;
        height: 114px
    }

    .mypage .user_info .name {
        font-size: 24px;
        line-height: 34px
    }

    .mypage .user_info .name span {
        font-size: 20px;
        line-height: 26px
    }

    .mypage .user_info p {
        margin-top: 20px;
        color: #627793;
        font-size: 18px;
        line-height: 22px
    }

    .mypage .user_info .i_comment:before {
        width: 16px;
        height: 18px;
        background-position: -46px -139px
    }

    .mypage .i_post:before {
        width: 18px;
        height: 18px
    }

    .mypage .i_comment {
        font-size: inherit;
        line-height: inherit
    }

    .mypage em~em {
        margin-left: 30px
    }

    .textarea {
        border: 2px solid #edeef6
    }

    #CMMmain .tab {
        display: none
    }

    #CMMrecent {
        padding-bottom: 30px;
        margin-bottom: 30px;
        height: auto;
        opacity: 1
    }

    .title_wrap .opt .ibtn_write {
        font-size: 16px;
        line-height: 22px;
        padding: 3px 13px 7px;
        color: #627793;
        border-radius: 6px;
        border: solid 1px #627793
    }

    .list li.nodata {
        padding: 200px 0 !important
    }

    .col_board {
        margin-top: 20px;
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 13px;
        line-height: 18px
    }

    .col_board>* {
        display: table-cell;
        padding-right: 20px;
        position: relative
    }

    .col_board .i_comment span {
        margin-left: 0px
    }

    .col_board .ibtn_more {
        position: absolute;
        top: 2px;
        right: 20px
    }

    .col_board .ibtn_more:before {
        width: 19px;
        height: 5px;
        background-position: -81px -100px
    }

    .col_board .title {
        display: block;
        width: 100%;
        padding-right: 24px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
        border-bottom: 2px solid #222832;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        text-overflow: ellipsis
    }

    .col_board .list li {
        position: relative;
        padding: 10px 46px 10px 0;
        border-bottom: 1px solid #b9bbce
    }

    .col_board .list li .tit {
        position: relative;
        display: block;
        overflow: hidden
    }

    .col_board .list li .tit strong {
        display: inline-block;
        max-width: calc(100% - 20px);
        max-width: -webkit-calc(100% - 20px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .col_board .list li .i_comment {
        position: absolute;
        top: 12px;
        bottom: auto;
        right: 0;
        font-size: 12px;
        line-height: 16px;
        color: #627793
    }

    .col_board .list li .i_comment:before {
        margin-right: 4px;
        width: 12px;
        height: 14px;
        background-position: -140px -117px
    }

    .board_cmm .title_wrap {
        display: flex;
        display: -webkit-flex;
        width: 100%;
        border-bottom: 2px solid #222832
    }

    .board_instant .title_wrap .wrap_container {
        padding: 4px 0 14px;
        line-height: 28px
    }

    .title_wrap .wrap_container {
        flex: 1;
        border-bottom: none;
        padding: 4px 0 14px
    }

    .title_wrap .wrap_container .title {
        display: inline-block;
        padding: 0
    }

    .title_wrap .wrap_container .span {
        display: inline-block
    }

    .board_cmm .title_wrap .title {
        width: auto;
        border-bottom: 0
    }

    .board_cmm .title_wrap .opt {
        position: relative;
        width: auto;
        padding: 4px 0 10px 20px;
        white-space: nowrap;
        -webkit-align-self: end;
        align-self: end
    }

    .board_cmm .title_wrap .opt .ibtn_write {
        font-size: 16px;
        line-height: 22px;
        padding: 3px 13px 7px;
        color: #627793;
        border-radius: 6px;
        border: solid 1px #627793
    }

    .board_cmm._result .title_wrap .opt .select {
        width: 253px
    }

    .board_cmm .title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 14px
    }

    .board_cmm .title span {
        font-size: 18px;
        line-height: 28px
    }

    .board_cmm .filter {
        display: inline-block;
        position: relative;
        top: auto;
        width: auto;
        margin-right: 20px
    }

    .board_cmm .view_type {
        float: none;
        display: inline-block;
        margin-left: 20px;
        margin-right: 0;
        padding: 0 10px;
        /*border-left: 1px solid #b9bbce;*/
        /*border-right: 1px solid #b9bbce*/
    }

    .board_cmm .filter.admin {
        margin-right: 0
    }

    .board_cmm .filter.admin .view_type {
        border-right: 0
    }

    .board_cmm .list {
        font-size: 16px;
        line-height: 22px
    }

    .board_cmm .list.exist {
        padding-top: 0
    }

    .board_cmm .list li {
        padding: 16px 0
    }

    .board_cmm .list li.fix .tit {
        padding-left: 0
    }

    .board_cmm .list li.fix .tit strong:before {
        position: relative;
        display: inline-block;
        margin: -6px 10px 0 0
    }

    .board_cmm .list .user {
        margin-top: 16px;
        line-height: 18px;
        display: inline
    }

    .board_cmm .list .user>* {
        margin-right: 4px
    }

    .board_cmm .list .user>em {
        margin-left: 2px
    }

    .board_cmm .list .hits {
        right: 0;
        line-height: 18px;
        color: #627793
    }

    .board_cmm .list .hits>* {
        margin-left: 15px
    }

    .board_cmm .list .tit strong {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .board_cmm .list li.new .tit strong {
        max-width: calc(100% - 20px);
        max-width: -webkit-calc(100% - 20px)
    }

    .board_cmm .list p {
        margin-top: 16px
    }

    .board_cmm .list .img {
        width: 54px;
        height: 54px
    }

    .board_cmm .list.grid,.board_gallery .list.grid {
        -webkit-grid-template-columns: repeat(auto-fill,180px);
        grid-template-columns: repeat(auto-fill,180px)
    }

    .board_gallery .list.grid li {
        margin-bottom: 12px
    }

    .board_gallery .list.grid li.video .thumb:after {
        background-size: 40px auto
    }

    .board_cmm .list.grid li.new .tit strong {
        display: initial
    }

    .board_gallery .title_wrap {
        display: flex;
        display: -webkit-flex;
        width: 100%;
        border-bottom: 2px solid #222832
    }

    .board_gallery .title_wrap .opt {
        position: relative;
        width: auto;
        padding: 0 0 10px 20px;
        white-space: nowrap;
        -webkit-align-self: end;
        align-self: end
    }

    .board_gallery li .tit {
        margin: 12px 0 13px
    }

    .board_gallery li .img .hits {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: .5s;
        transition: .5s
    }

    .board_gallery li .img:hover .hits {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .board_gallery li .hits {
        font-size: 15px;
        line-height: 21px
    }

    .board_gallery li .hits em span {
        margin-left: 10px
    }

    .board_gallery li .hits .i_hit {
        left: 75px
    }

    .board_gallery li .hits .i_comment {
        left: 246px
    }

    .board_gallery li.video .thumb:after {
        background-size: 46px auto
    }

    .board_instant .textarea {
        border-color: #edeef6
    }

    .board_instant .textarea .counter {
        font-size: 13px;
        line-height: 18px
    }

    .textarea textarea {
        font-size: 14px;
        line-height: 20px
    }

    .board_detail {
        font-size: 14px;
        line-height: 22px;
        padding: 30px;
        border: 2px solid #edeef6
    }

    .content .board_detail .title {
        font-size: 22px;
        line-height: 32px;
        border-bottom-width: 0;
        padding-top: 0
    }

    .board_detail .user_info>* {
        vertical-align: middle;
        margin-right: 17px
    }

    .board_detail .user_info {
        padding-top: 8px;
        height: 25px
    }

    .board_detail .info .btn_translation,.board_detail .info .btn_share {
        top: 2px
    }

    .board_detail .info .layer_share .p_tit,.board_detail .info .layer_share .ibtn_close {
        display: none
    }

    .board_detail .info .layer_share {
        position: absolute;
        top: 35px;
        right: 0;
        left: auto;
        bottom: auto;
        width: 330px;
        height: auto;
        padding: 20px 20px 20px 22px;
        border: solid 1px #b9bbce;
        background-color: #ffffff
    }

    .board_detail .info .layer_share .cont_share {
        position: initial;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        border-radius: 0;
        background-color: transparent
    }

    .board_detail .info .layer_share li {
        position: relative;
        width: 66px;
        padding: 10px 6px;
        min-height: 72px;
        display: inline-block;
        font-size: 12px;
        color: #222832;
        line-height: 14px;
        text-align: center
    }

    .board_detail .info .layer_share li a:before {
        width: 40px;
        height: 40px
    }

    .board_detail .info .layer_share li.uri a:before {
        background-position: 0 -200px
    }

    .board_detail .info .layer_share li.facebook a:before {
        background-position: -45px -200px
    }

    .board_detail .info .layer_share li.whatsapp a:before {
        background-position: -90px -200px
    }

    .board_detail .info .layer_share li.messenger a:before {
        background-position: -135px -200px
    }

    .board_detail .info .layer_share li.kakaotalk a:before {
        background-position: -180px -200px
    }

    .board_detail .info .layer_share li.line a:before {
        background-position: -225px -200px
    }

    .board_detail .info .layer_share li.reddit a:before {
        background-position: -270px -200px
    }

    .board_detail .info .layer_share li span {
        top: 64px
    }

    .board_detail .info .ibtn_tool_more {
        display: block
    }

    .board_detail .info .layer_tool {
        display: none;
        top: 32px
    }

    .board_detail .info .opt {
        bottom: 6px
    }

    .board_detail .post_tag {
        padding: 30px 0
    }

    .board_detail .post_emotion button {
        width: 350px
    }

    .board_detail .pager {
        margin-bottom: 30px
    }

    .post_footer {
        position: relative;
        font-size: 14px;
        line-height: 20px
    }

    .post_footer .pager {
        display: inline-block;
        margin-bottom: 8px
    }

    .post_footer .pager a {
        margin-left: 0;
        margin-right: 6px
    }

    .board_detail .post_comment_list img {
        display: block;
        margin: 10px 0;
        max-width: 250px;
        max-height: 444px
    }

    .more_list {
        margin-top: 34px;
        font-size: 14px;
        line-height: 18px
    }

    .more_list ul a {
        display: flex;
        align-items: center
    }

    .more_list ul a>* {
        padding: 13px 10px;
        margin: 0
    }

    .more_list a>.tit {
        margin-bottom: 0;
        padding: 13px 10px;
        flex: 1
    }

    .more_list .current a>* {
        padding: 13px 10px
    }

    .more_list .current a>.tit {
        margin-bottom: 0
    }

    .more_list li.current a {
        padding: 0
    }

    .more_list .foot_btns {
        display: none
    }

    .textarea .list_attach li .img img {
        width: 100%;
        max-width: 56px;
        min-height: 56px;
        margin: 0
    }

    .board_write .title_wrap .title {
        font-size: 22px;
        line-height: 30px
    }

    .board_write .title_wrap .opt span {
        margin-right: 19px;
        font-size: 14px
    }

    .board_write .title_wrap .opt label {
        padding-left: 22px
    }

    .board_write .title_wrap .opt .btn_temp {
        display: inline-block;
        margin-right: 6px;
        padding: 4px 12px;
        border-radius: 6px;
        border: solid 1px #222832;
        vertical-align: top;
        cursor: pointer
    }

    .board_write .title_wrap .opt .btn_temp span {
        margin-right: 0;
        line-height: 20px
    }

    .board_write .title_wrap .opt .btn_temp span:first-child {
        margin-right: 12px;
        padding-right: 12px;
        border-right: solid 1px #b9bbce
    }

    .board_write .title_wrap .btn_basic {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 14px
    }

    .board_write .ibtn_cancel {
        display: none
    }

    .board_write .bw_head {
        position: relative;
        overflow: hidden;
        padding: 20px 0 10px
    }

    .board_write .bw_head li {
        float: left
    }

    .board_write .bw_head li:nth-child(1) {
        float: left;
        width: 100%
    }



    .board_write .bw_head li:nth-child(2) {
        width: 100%;
        margin-top: 10px
    }

    .board_write .bw_head li:nth-child(2) .inp {
        width: 100%
    }
    .board_write .bw_head li:nth-child(3) {
        margin-left: 10px;
        width: 261px
    }
    .board_write .bw_head li:nth-child(4) {
        width: 385px;
        margin-top: 11px
    }

    .board_write .bw_head li:nth-child(4) .inp {
        width: 100%;
        height: 100%
    }

    .board_write .bw_head li:nth-child(5) {
        width: 385px;
        margin-top: 10px;
        margin-left: 10px
    }

    .board_write .bw_foot .opt label {
        font-size: 14px;
        line-height: 20px
    }

    .board_write .select {
        width: 100%;
        padding: 15px 52px 17px 20px;
        font-size: 16px;
        line-height: 22px;
        border-radius: 0
    }

    .board_write .select:after {
        width: 12px;
        height: 6px;
        right: 20px
    }

    .board_write .editor_zone {
    }

    .board_write .bw_body .write_tag {
        margin: 10px 0 0 0;
        border: solid 1px #b9bbce;
        background-color: #ffffff;
        overflow: hidden;
        min-height: 60px
    }

    .board_write .bw_body .write_tag .item {
        float: left;
        height: 36px;
        margin: 0 8px 8px 0;
        padding: 0 14px;
        border-radius: 6px;
        background-color: #edeef6;
        color: #222832;
        font-size: 14px;
        line-height: 34px
    }

    .board_write .bw_body .write_tag .tag_inp {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 36px;
        line-height: 38px;
        padding: 0 8px
    }

    .board_write .bw_body .write_tag .tag_inp.inactive {
        border-radius: 6px;
        background-color: #edeef6
    }

    .board_write .bw_body .write_tag .tag_inp.inactive:before {
        content: '#';
        display: inline-block;
        color: #b9bbce
    }

    .board_write .bw_body .write_tag .tag_inp input {
        position: relative;
        padding: 0;
        border: 0;
        background-color: transparent;
        font-size: 14px;
        color: #b9bbce;
        line-height: 34px
    }

    .board_write .bw_body .write_tag .tag_inp.focus:before,.board_write .bw_body .write_tag .tag_inp.focus input {
        color: #222832
    }

    .board_write .bw_body .write_tag .tag_inp .inp_error {
        display: none;
        position: absolute;
        top: -58px;
        left: 50%;
        padding: 12px;
        border-radius: 8px;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.26);
        background-color: #ffffff;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        font-size: 16px;
        line-height: 22px;
        color: #222832;
        white-space: nowrap
    }

    .board_write .bw_body .write_tag .tag_inp .inp_error.on {
        display: block
    }

    .board_write .bw_foot .opt {
        position: static;
        display: block;
        width: 100%;
        margin: 10px 0 20px;
        padding: 15px 20px;
        background-color: rgba(237,238,246,.3);
        box-sizing: border-box
    }

    .board_write .bw_foot .opt label {
        margin-right: 20px;
        color: #222832
    }

    .board_write .bw_foot .bottom {
        display: block;
        margin: 10px 0;
        text-align: center;
        overflow: hidden
    }

    .board_write .bw_foot .bottom button {
        display: inline-block;
        margin: 0 4px;
        font-size: 14px;
        line-height: 20px
    }

    .board_write .bw_foot .bottom button.btn_cancel {
        color: #b9bbce;
        border-radius: 6px;
        border: solid 1px #b9bbce
    }

    .inp {
        padding: 15px 20px 17px;
        border: 1px solid #b9bbce
    }

    .temp_zone {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        overflow: hidden;
        overflow-y: auto;
        z-index: -1;
        -webkit-transition: .5s;
        transition: .5s
    }

    .temp_zone .temp_cont {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        -webkit-transition: .5s;
        transition: .5s;
        opacity: 0
    }

    .temp_zone.on .temp_cont {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .temp_zone.on {
        z-index: 100
    }

    .temp_zone:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .temp_zone .temp_cont {
        position: relative;
        display: inline-block;
        width: 600px;
        min-height: 590px;
        background-color: #fff;
        box-shadow: 0 2px 16px 0 rgba(0,0,0,0.26);
        vertical-align: middle
    }

    .temp_zone .temp_cont .temp_head {
        display: table;
        width: 100%;
        height: 80px;
        border-bottom: solid 2px #edeef6;
        font-size: 22px;
        color: #222832;
        line-height: 28px
    }

    .temp_zone .temp_cont .temp_head strong {
        display: table-cell;
        width: 100%;
        height: 100%;
        padding: 0 60px;
        vertical-align: middle
    }

    .temp_zone .temp_cont .temp_body {
        padding: 30px
    }

    .temp_zone .temp_cont .temp_body .temp_warn {
        display: table;
        width: 100%;
        text-align: left;
        overflow: hidden
    }

    .temp_zone .temp_cont .temp_body .temp_warn span {
        display: table-cell;
        font-size: 16px;
        color: #627793;
        line-height: 24px;
        vertical-align: middle
    }

    .temp_zone .temp_cont .temp_body .temp_warn button {
        float: right
    }

    .temp_zone .temp_cont .temp_body .temp_list {
        margin-top: 20px;
        overflow: hidden
    }

    .temp_zone .temp_cont .temp_body .temp_list li {
        position: relative;
        padding: 20px 0;
        border-bottom: solid 1px #edeef6;
        text-align: left
    }

    .temp_zone .temp_cont .temp_body .temp_list li span {
        display: block;
        padding-right: 100px;
        font-size: 16px;
        color: #222832;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer
    }

    .temp_zone .temp_cont .temp_body .temp_list li .ibtn_delete {
        position: absolute;
        top: 50%;
        right: 0;
        width: 14px;
        height: 16px;
        margin-top: -14px
    }

    .temp_zone .temp_cont .temp_body .temp_list li .ibtn_delete:before {
        display: block;
        width: 14px;
        height: 15px;
        background-position: -68px -141px
    }

    .temp_zone .temp_cont .pager {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0
    }

    .temp_zone .temp_cont .ibtn_close {
        width: 76px;
        height: 76px;
        position: absolute;
        right: 0;
        top: 0
    }

    .temp_zone .temp_cont .ibtn_close:before {
        width: 20px;
        height: 20px;
        background-position: -430px -94px
    }

    .pfp_zone {
        display: block;
        background-color: transparent;
        text-align: center;
        -webkit-transition: .5s;
        transition: .5s
    }

    .pfp_zone:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .pfp_zone .pfp_cont {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        -webkit-transition: .5s;
        transition: .5s;
        opacity: 0
    }

    .pfp_zone.on .pfp_cont {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        display: inline-block
    }

    .pfp_zone .pfp_cont {
        position: relative;
        display: inline-block;
        width: 600px;
        min-height: 540px;
        background-color: #fff;
        box-shadow: 0 2px 16px 0 rgba(0,0,0,0.26);
        vertical-align: middle;
        text-align: initial
    }

    .pfp_zone .pfp_head,.pfp_zone .pfp_foot {
        position: static
    }

    .pfp_zone .pfp_head {
        height: 80px;
        padding: 0 60px;
        background-color: transparent;
        font-size: 22px;
        color: #222832;
        line-height: 32px;
        border-bottom: solid 1px #edeef6;
        text-align: center
    }

    .pfp_zone .pfp_body {
        padding: 25px;
        width: auto;
        margin: 0 auto
    }

    .pfp_zone .pfp_body .pfp_tit:first-child {
        margin-top: 0
    }

    .pfp_zone .pfp_body .pfp_avatar {
        width: auto;
        padding-bottom: 10px
    }

    .pfp_zone .pfp_body .pfp_avatar li {
        margin: 13px
    }

    .pfp_zone .pfp_foot {
        text-align: center
    }

    .pfp_zone .pfp_foot button {
        position: static;
        top: auto;
        left: auto;
        height: auto;
        padding: 0;
        font-size: 14px;
        line-height: 20px
    }

    .pfp_zone .pfp_foot button {
        margin-left: 6px
    }

    .pfp_zone .pfp_foot button:first-child {
        margin-left: 0
    }

    .pfp_zone .pfp_foot .ibtn_cancel {
        padding: 8px 15px;
        height: 36px;
        color: #b9bbce;
        border-radius: 6px;
        border: solid 1px #b9bbce
    }

    .pfp_zone .pfp_foot .ibtn_cancel:before {
        display: none
    }

    .pfp_zone .pfp_foot .btn_withdraw_1 {
        width: auto;
        height: 36px;
        padding: 8px 15px;
        color: #fff;
        border-radius: 6px;
        background: #edeef6
    }

    .pfp_zone .pfp_foot .btn_withdraw_1.btn_on {
        background: #e21212
    }

    .pfp_zone .pfp_foot .btn_basic {
        width: auto;
        height: 36px;
        padding: 8px 15px;
        border-radius: 6px;
        color: #222832;
        border: 1px solid #edeef6;
        background-color: #edeef6;
        font-size: 14px;
        line-height: 20px
    }

    .pfp_zone .ibtn_close {
        display: block;
        width: 76px;
        height: 76px;
        position: absolute;
        right: 0;
        top: 0
    }

    .pfp_zone .ibtn_close:before {
        width: 20px;
        height: 20px;
        background-position: -430px -94px
    }

    ._sdk .pfp_zone .pfp_foot .btn_basic:after {
        display: none
    }

    .pfp_zone._bundle .pfp_cont {
        width: 630px
    }

    .pfp_zone._bundle .pfp_body {
        padding: 10px 30px 0
    }

    .pfp_zone._bundle .pfp_body .pfp_avatar {
        padding-bottom: 40px
    }

    .pfp_zone._bundle .pfp_body .pfp_avatar li {
        float: left;
        width: 50%;
        margin: 30px 0 0 0
    }

    .pfp_zone._bundle .pfp_body .pfp_check {
        margin-bottom: 20px
    }

    .pfp_zone .pfp_body .pfp_withdraw {
        padding: 30px 0
    }

    .pfp_zone .pfp_body .pfp_withdraw .pfp_tit {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .pfp_zone .pfp_body .btn_withdraw_1 {
        width: auto;
        height: 36px;
        padding: 0 14px;
        border-radius: 6px;
        color: #e21212;
        border: 1px solid #e21212;
        font-size: 14px;
        line-height: 20px
    }

    .pfp_zone .pfp_body>div:nth-last-child(2) {
        border-bottom: 1px solid #edeef6
    }

    .pfp_zone .pfp_body>div:last-child {
        padding-bottom: 30px;
        border-bottom: 1px solid #edeef6
    }

    .pfp_zone.game {
        display: block
    }

    .pfp_zone.game .pfp_body {
        padding: 0 30px 40px
    }

    .pop_withdraw {
        display: block
    }

    .pop_withdraw .pfp_body {
        padding: 0
    }

    .pop_withdraw .pfp_cont {
        width: 630px;
        padding: 0 30px 0;
        min-height: auto
    }

    .pop_withdraw .desc_1 {
        font-size: 18px;
        line-height: 26px;
        color: #222832;
        text-align: center;
        margin-top: 36px
    }

    .pop_withdraw .desc_2 {
        margin-top: 16px;
        font-size: 18px;
        line-height: 26px;
        color: #1475db;
        text-align: center
    }

    .pop_withdraw .info_list {
        margin-top: 36px;
        background: #edeef6;
        padding: 30px
    }

    .pop_withdraw .info_list.mb {
        margin-bottom: 40px
    }

    .pop_withdraw .info_list li {
        font-size: 15px;
        line-height: 24px;
        color: #627793;
        margin-top: 16px;
        padding-left: 14px;
        position: relative
    }

    .pop_withdraw .info_list li:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        position: absolute;
        top: 10px;
        left: 0;
        border-radius: 50%;
        vertical-align: top;
        background: #627793
    }

    .pop_withdraw .info_list li:first-child {
        margin-top: 0
    }

    .pop_withdraw .pfp_foot {
        padding-bottom: 50px
    }

    .pop_withdraw .pfp_body>div:last-child {
        border-bottom: none
    }

    .pop_withdraw .agree_check {
        border: none !important;
        padding: 40px 0 !important
    }

    .pop_withdraw .agree_check label {
        color: #627793
    }

    .pfp_zone .pfp_body .btn_withdraw_2 {
        display: none
    }
}

@media (max-width: 1079px) {
    #CMMmain #CMMheader {
        background-color:rgba(0,0,0,.8)
    }

    #CMMheader .header_opt .search_wrap button {
        width: 50px
    }

    .post_comment_list .user>i {
        padding: 2px 4px 2px
    }

    .post_comment_list .user>i.game {
        padding: 1px 4px 1px
    }

    .list li.nodata {
        padding: 100px 0
    }

    .mypage {
        padding: 0
    }

    .mypage .tab {
        margin-top: 30px;
        margin: 30px -20px 0
    }

    .tab {
        padding: 16px 20px;
        background-color: #000;
        overflow: hidden
    }

    #CMMmain .tab li {
        margin-right: 20px
    }

    .tab li {
        float: left;
        position: relative
    }

    .tab li:last-child {
        margin-right: 0
    }

    .tab li a {
        color: #808080
    }

    .mypage .tab li {
        float: left;
        margin-right: 20px;
        position: relative
    }

    .content .tab a.on {
        color: #fff
    }

    .mypage .tab a.on {
    }

    .tabcont {
        display: none
    }

    .tabcont.on {
        display: block
    }

    .col_board .title {
        display: none;
        padding-bottom: 10px;
        border-bottom: 2px solid #222832
    }

    .col_board li {
        padding: 22px 46px 22px 0
    }

    .col_board li a {
        display: block
    }

    .col_board li .tit {
        max-height: initial
    }

    .col_board .list li.new .tit:after {
        margin-top: -6px
    }

    .col_board li .i_comment:before {
        margin-right: 4px
    }

    .col_board .ibtn_more {
        display: none
    }

    .search_wrap input {
        font-size: 20px;
        line-height: 28px
    }

    .board_cmm .title_wrap .wrap_container,.board_gallery .title_wrap .wrap_container {
        padding-right: 40px
    }

    .board_cmm .title_wrap .opt,.board_gallery .title_wrap .opt {
        position: relative;
        top: -38px;
        min-height: 24px
    }

    .board_gallery .list.grid {
        margin-top: -20px
    }

    .board_cmm._result {
        position: fixed;
        z-index: 50;
        top: 68px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 16px 20px 30px;
        background-color: #fff;
        overflow: auto;
        font-size: 15px;
        line-height: 20px;
        -webkit-overflow-scrolling: touch
    }

    .board_cmm._result .title_wrap {
        display: initial
    }

    .board_cmm._result .ibtn_cancel {
        position: fixed;
        top: 0;
        left: 0;
        width: 62px;
        height: 62px
    }

    .board_cmm._result .ibtn_cancel:before {
        width: 18px;
        height: 18px;
        background-position: -328px -92px
    }

    .board_cmm._result .ibtn_cancel span {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        width: 1px;
        height: 1px;
        text-indent: -9999px;
        font-size: 0;
        line-height: 0;
        color: transparent
    }

    .board_cmm._result .title_wrap .opt {
        display: block;
        top: auto;
        margin: 14px 0 6px;
        overflow: hidden
    }

    .board_cmm._result .title_wrap .opt .select {
        padding: 9px 40px 9px 14px;
        font-size: 15px;
        line-height: 21px
    }

    .title_wrap .opt .ibtn_write:before {
        background-position: -351px -67px
    }

    .title_wrap .opt .ibtn_write span {
        margin-left: 0;
        display: none
    }

    .title_wrap .opt .ibtn_write {
        font-size: 12px;
        padding: 0;
        color: #627793;
        border-radius: 0;
        border: 0
    }

    .board_cmm .list .tit strong {
        margin-bottom: 10px;
        font-weight: normal;
        max-height: initial
    }

    .board_cmm .list li.new .tit:after {
        display: inline-block;
        margin-top: -4px;
        margin-left: 4px
    }

    .textarea .caution {
        margin-top: 0;
        padding: 52px 20px;
        text-align: left
    }

    .textarea.disable {
        height: 108px;
        border: 1px solid #edeef6
    }

    .textarea.disable p {
        margin-top: 38px
    }

    .board_instant .textarea .btn_act {
        padding: 8px 14px;
        font-size: 14px;
        line-height: 20px
    }

    .board_detail {
        padding-bottom: 20px
    }

    .board_detail .title_wrap {
        margin-bottom: 20px
    }

    .board_detail .user_info .user {
        display: block
    }

    .board_detail .post_vote .question {
        padding: 20px 20px 30px;
        border: 1px solid #b9bbce
    }

    .board_detail .post_vote dl {
        margin-bottom: 20px
    }

    .board_detail .post_vote dl dt {
        margin-bottom: 8px
    }

    .board_detail .post_vote dl dd {
        margin-bottom: 6px
    }

    .board_detail .post_vote dl dd:last-child {
        margin-bottom: 20px
    }

    #CMMrecent.vertical.on {
        padding-bottom: 28px;
        margin-bottom: 23px
    }

    #CMMrecent.vertical .slider {
        height: auto
    }

    #CMMrecent.vertical .g_wrap .thumb {
        padding-top: 176.7%
    }

    #CMMrecent.on {
        padding-bottom: 28px;
        margin-bottom: 23px
    }

    #CMMrecent .slider {
        height: auto
    }

    #CMMrecent p {
        height: 50px;
        padding: 9px 8px;
        background-color: #222832;
        font-size: 12px;
        line-height: 16px
    }

    #CMMrecent .slider .slick-dots {
        bottom: -28px
    }

    #CMMrecent .slider .slick-dots>li {
        width: 8px;
        height: 8px
    }

    .post_footer {
        display: none
    }

    .more_list {
        position: relative;
        padding-top: 32px
    }

    .more_list:before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        height: 12px;
        background-color: #edeef6
    }

    .more_list ul a {
        display: block;
        padding: 13px 0
    }

    .more_list .current a {
        padding: 13px 10px
    }

    .more_list a>.tit {
        display: block
    }

    .more_list .title span:after {
        content: ">"
    }

    .bw_inwrap {
        position: fixed;
        z-index: 50;
        top: 68px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 20px 30px;
        background-color: #fff;
        overflow: auto;
        font-size: 15px;
        line-height: 20px;
        -webkit-overflow-scrolling: touch
    }

    .board_write .title_wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 68px;
        padding: 0 240px 0 60px;
        z-index: 30;
        font-size: 18px;
        background-color: #000;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center
    }

    .board_write .title_wrap .title {
        font-size: 20px;
        line-height: 24px;
        color: #808080;
        border-width: 0;
        padding: 0;
        word-break: keep-all
    }

    .board_write .bw_head {
        position: relative;
        overflow: hidden;
        padding: 20px 0 10px
    }

    .board_write .bw_head li:nth-child(3) .inp {
        width: 100%
    }

    .board_write .select {
        width: 100%;
        padding: 15px 52px 17px 20px;
        font-size: 16px;
        line-height: 22px;
        border-radius: 0;
        border: 1px solid #b9bbce;
        background-color: #fff
    }

    .board_write .select:after {
        width: 12px;
        height: 6px;
        right: 20px
    }

    .board_write .editor_zone {
        font-size: 15px
    }

    .board_write .btn_basic {
        position: absolute;
        top: 0;
        right: 0;
        height: 68px;
        width: 140px;
        color: #fff;
        padding: 0 20px 0 0;
        border-color: transparent;
        background-color: transparent;
        font-size: 14px;
        line-height: 16px;
        text-align: right;
        word-break: break-all
    }

    .board_write .ibtn_cancel {
        position: fixed;
        top: 0;
        left: 0;
        width: 62px;
        height: 68px;
        padding: 20px 22px;
        box-sizing: border-box
    }

    .board_write .ibtn_cancel:before {
        width: 20px;
        height: 20px;
        background-position: -454px -92px
    }

    .board_write .ibtn_cancel span {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        width: 1px;
        height: 1px;
        text-indent: -9999px;
        font-size: 0;
        line-height: 0;
        color: transparent
    }

    .board_write .bw_foot {
        position: relative;
        margin-top: 20px;
        font-size: 16px
    }

    .board_write .bw_foot .opt {
        position: static
    }

    .board_write .bw_foot .opt label~label {
        margin-top: 13px;
        margin-left: 20px
    }

    .board_write .bw_foot .bottom {
        position: absolute;
        top: 4px;
        right: 0
    }

    .board_write .bw_foot .bottom .btn_cancel {
        display: none
    }

    .board_write .bw_foot .bottom .btn_basic {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        height: auto;
        padding: 8px 15px;
        background-color: #edeef6;
        font-size: 14px
    }

    .board_write .bw_foot .bottom .btn_basic.active {
        color: #222832
    }

    .pager {
        display: none
    }

    .opt_bottom {
        display: none
    }

    ._sdk .board_write .btn_basic {
        right: 68px
    }

    ._sdk .board_write .btn_basic:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 22px;
        margin-top: -10px;
        background-color: #505050
    }

    ._sdk .board_write .bw_foot .bottom .btn_basic:after {
        display: none
    }

    .pfp_zone .pfp_body .pfp_avatar {
        padding-bottom: 20px
    }

    .pfp_zone .pfp_body .pfp_check {
        padding-top: 0
    }

    .pfp_zone.game .pfp_body>div {
        padding-top: 0
    }

    .pfp_zone .pfp_body,.pfp_zone.game .pfp_body {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media (min-width: 640px) and (max-width:1079px) {
    .col_board li {
        padding:20px 66px 20px 0
    }

    .col_board li .i_comment {
        bottom: 20px
    }

    .col_board li .i_comment {
        position: absolute;
        right: 0;
        font-size: 12px;
        line-height: 16px;
        color: #627793
    }

    .col_board li .i_comment:before {
        margin-right: 4px
    }

    .board_cmm._result .title_wrap .opt:after {
        content: "";
        display: table;
        clear: both
    }

    .board_cmm._result .title_wrap .opt .select {
        width: 32.6%;
        float: left
    }

    .board_cmm._result .title_wrap .opt .select~.select {
        margin-left: 1%
    }

    .board_detail .info .layer_share .cont_share {
        width: 350px;
        height: auto;
        margin: -131px 0 0 -190px;
        padding: 16px 15px
    }

    .board_detail .info .layer_translation .cont_translation {
        width: 366px;
        padding: 16px 20px 24px;
        border-radius: 10px
    }

    .board_detail .info .layer_translation .cont_translation .p_tit {
        display: block;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 18px;
        color: #222832;
        line-height: 26px
    }

    .board_detail .info .layer_translation .cont_translation .p_desc {
        color: #627793
    }

    .board_detail .info .layer_translation .cont_translation .btn_basic {
        width: 100%
    }

    .board_write .bw_head li {
        float: left
    }

    .board_write .bw_head li:nth-child(1) {
        float: left;
        width: 60%
    }

    .board_write .bw_head li:nth-child(2) {
        margin-left: 2%;
        width: 38%
    }

    .board_write .bw_head li:nth-child(3) {
        width: 100%;
        margin-top: 10px
    }

    .board_write .bw_head li:nth-child(4) {
        width: 49%;
        margin-top: 11px
    }

    .board_write .bw_head li:nth-child(4) .inp {
        width: 100%;
        height: 100%
    }

    .board_write .bw_head li:nth-child(5) {
        width: 49%;
        margin-top: 10px;
        margin-left: 2%
    }

    .board_cmm .list .img {
        width: 48px;
        height: 48px
    }

    .board_cmm .list.grid,.board_gallery .list.grid {
        -webkit-grid-template-columns: repeat(auto-fill,31%);
        grid-template-columns: repeat(auto-fill,31%)
    }

    .pfp_zone .pfp_body .pfp_avatar {
        width: auto
    }

    .pfp_zone .pfp_body .pfp_avatar li {
        margin: 12px 18px
    }

    .pfp_zone._bundle .pfp_body .pfp_avatar li {
        float: left;
        width: 50%
    }
}

@media (min-width: 768px) {
    #CMMlogin h1.logo {
        height:80px
    }
}

@media (min-width: 640px) {
    .board_gallery li {
        float:left;
        width: 48.8%
    }

    .board_gallery li:nth-child(even) {
        float: right
    }

    .board_gallery li .tit {
        height: 44px
    }

    .board_cmm .list p {
        margin-top: 10px
    }
}

@media (max-width: 639px) {
    #CMMheader .header_opt .search_wrap {
        padding-right:52px
    }

    .col_board li {
        padding: 14px 0 13px 0
    }

    .col_board li p {
        margin-top: 12px
    }

    .col_board li .i_comment {
        margin-top: 10px;
        display: block
    }

    .board_cmm .list li.new .tit:after {
        display: inline-block;
        margin-top: -4px;
        margin-left: 4px
    }

    .board_cmm .title_wrap .wrap_container,.board_gallery .title_wrap .wrap_container {
        padding-right: 34px
    }

    .board_cmm .title_wrap .opt .select {
        width: 100%
    }

    .board_cmm .title_wrap .opt .select~.select {
        margin: 10px 0 0
    }

    .textarea .btns {
        bottom: 0;
        right: 0
    }

    .textarea p {
        position: relative
    }

    .textarea.disable p {
        padding-top: 0
    }

    .textarea.disable .caution {
        padding: 52px 20px
    }

    .textarea p,.textarea .list_attach+bw_bodyp {
        margin-top: 0;
        padding-top: 36px
    }

    .textarea .counter,.board_detail .ibtn_add_img+.counter {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0
    }

    .board_detail .info .btn_translation {
        padding: 6px 7px
    }

    .board_detail .info .btn_share {
        margin-left: 4px;
        padding: 6px 8px
    }

    .board_detail .info .btn_translation span,.board_detail .info .btn_share span {
        font-size: 0;
        line-height: 0
    }

    .board_detail .info .btn_translation span:before,.board_detail .info .btn_share span:before {
        margin-right: 0;
        margin-top: -8px
    }

    .board_detail .info .layer_translation .cont_translation {
        width: 282px;
        padding: 14px 20px 24px;
        border-radius: 10px
    }

    .board_detail .info .layer_translation .cont_translation .p_tit {
        display: block;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 18px;
        color: #222832;
        line-height: 26px
    }

    .board_detail .info .layer_translation .cont_translation .p_desc {
        color: #627793
    }

    .board_detail .info .layer_translation .cont_translation .btn_basic {
        width: 100%
    }

    .board_detail .user_info .t_date {
        display: block
    }

    .textarea .list_attach {
        margin-bottom: 0
    }

    .textarea .list_attach li {
        margin-bottom: 20px
    }

    .board_write .title_wrap {
        padding: 0 175px 0 60px
    }

    .board_write .btn_basic {
        width: 90px
    }

    .board_write .bw_head li {
        margin-top: 10px
    }

    .board_write .bw_head li .inp {
        width: 100%;
        height: 100%
    }

    .board_write .bw_foot .opt label {
        display: block
    }

    .board_write .bw_foot .opt label~label {
        margin-left: 0
    }

    .board_write .bw_foot .bottom {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px;
        text-align: center
    }

    .board_gallery li .tit {
        max-height: 44px
    }

    .pfp_zone .pfp_head {
        padding: 0 110px 0 60px
    }

    .pfp_zone .pfp_foot .btn_basic {
        width: 90px
    }

    @media (orientation: landscape) {
        .board_detail .info .layer_share .cont_share {
            width:350px;
            height: 230px;
            margin: -131px 0 0 -190px;
            padding: 16px 15px
        }

        .board_detail .info .layer_share li {
            padding: 0 15px 40px 15px
        }
    }
}

@media (max-width: 374px) {
    #CMMrecent p {
        height:41px;
        padding: 6px 8px;
        font-size: 10px;
        line-height: 12px
    }

    .pfp_zone .pfp_body {
        min-width: 260px
    }

    .pfp_zone .pfp_body .pfp_avatar {
        width: 100%
    }

    .pfp_zone .pfp_body .pfp_avatar li {
        width: 75px;
        height: 75px
    }
}
