@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

.admHThumbImg,
.basketImg,
.com-product-img,
.detail-buy-img,
.home-banner-item,
.home-best-item-img,
.home-bestreview-img,
.home-hash-img,
.home-item-img,
.imgItemList,
.pm-thumb-img,
.sBDImg {
    object-fit: cover
}

.home-mdpick-detail,
.product-btm-des,
.product-btm-title {
    -webkit-box-orient: vertical
}

input,
textarea {
    border-radius: 0
}

body,
code,
html,
kbd,
pre,
samp {
    font-family: 'Noto Sans KR'
}

.label-check-agree,
.login-btm,
.login-hr {
    display: inline-block
}

.preClass,
pre {
    word-break: normal;
    word-wrap: break-word;
    white-space: pre-wrap
}

.fItemAnchor,
.pImg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.fItemAnchor,
.followItem,
.pImg {
    background-size: cover
}

.followItem,
.newFollowData {
    background-image: url(../img/defaultImg.jpg)
}

.fItemAnchor,
.newFollowData,
.pImg,
.uploadInputFile.newUpInputFile + label {
    background-position: center;
    background-repeat: no-repeat
}

.detail-menubtn-wrap,
.filter-icon,
.icon-dot,
.imgPlaceRight,
.input-check-agree,
.label-check-agree,
.middle {
    vertical-align: middle
}

.direcRtl,
.msgPlaceR {
    direction: rtl
}

#sideMenuBtn,
.buyComponentBtn,
.click-able,
.orderComponentClass {
    cursor: pointer
}

.csDetailTable > tbody > tr,
.manageTable {
    border-collapse: collapse
}

.csDetailDate,
.home-more-btn {
    letter-spacing: -.5px
}

@font-face {
    font-family: montserratregular;
    src: url(/fonts/montserrat-regular-webfont.woff2) format('woff2'), url(/fonts/montserrat-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

body,
html {
    height: 100%;
    background-color: #FFF;
    font-weight: 400;
    color: #333;
}

.fW4,
.login-btn {
    font-weight: 500
}

input {
    font-size: 14px
}

input[type=radio] {
    width: 20px;
    height: 10px
}

input[type=checkbox] {
    height: auto;
    width: auto
}

a,
a:active,
a:visited {
    text-decoration: none;
    color: inherit
}

.fW7,
.login-btn,
.under-line {
    text-decoration: underline
}

a:focus {
    color: inherit
}

hr {
    border: 0;
    height: 1px;
    background-color: #ececec
}

:focus {
    outline: 0
}

::selection {
    background-color: grey;
    color: #FFF
}

@media (min-width:1200px) {
    ::-webkit-scrollbar {
        width: 7px
    }

    ::-webkit-scrollbar-button {
        background-color: transparent
    }

    ::-webkit-scrollbar-track {
        background-color: transparent
    }

    ::-webkit-scrollbar-track-piece {
        background-color: transparent
    }

    ::-webkit-scrollbar-thumb {
        height: 50px;
        background-color: #c1c1c1;
        border-radius: 3px
    }

    ::-webkit-scrollbar-corner {
        background-color: transparent
    }

    ::-webkit-resizer {
        background-color: transparent
    }
}

.logo-img {
    width: 140px
}

.account-wrapper {
    width: 406px;
    height: 675px;
    margin: 0 auto;
    padding: 44px 36px;
    text-align: center;
    color: #FFF;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: calc(50% - 215px);
    top: calc(50% - 344px);
    border-radius: 30px
}

.facebook-small-img {
    margin: 30px 0;
    width: 47px;
    height: 47px
}

.facebook-small-img.facebook-img-margin {
    margin: 15px 0
}

.login-hr {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 40%;
    background-color: #FFF
}

.login-btn,
.login-input-box,
.sign-input-box {
    background-color: transparent
}

.login-bar-wrap {
    font-size: 16px
}

.login-input-box {
    border: 0;
    border-bottom: 2px solid #FFF;
    width: 100%;
    height: 56px;
    padding-left: 10px;
    font-size: 15px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.login-input-box::-webkit-input-placeholder {
    color: #FFF
}

.login-input-box:-moz-placeholder {
    color: #FFF
}

.login-input-box::-moz-placeholder {
    color: #FFF
}

.login-input-box:-ms-input-placeholder {
    color: #FFF
}

.login-input-box:focus {
    outline: 0;
    border: 0;
    border-bottom: 2px solid #ccc
}

.login-btn {
    margin-top: 30px;
    width: 100%;
    height: 43px;
    font-size: 28px;
    border: 0 solid #FFF;
    border-radius: 5px
}

.password-search-wrap {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 90px;
    text-align: center
}

.login-btm {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    width: 49%
}

.login-btm-border {
    border-right: 2px solid #FFF
}

.sign-input-box {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    font-size: 16px;
    border: 0;
    border-bottom: 2px solid #FFF;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.btnStyle01,
.btnStyle02 {
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.sign-input-box:focus {
    outline: 0;
    border: 0;
    border-bottom: 2px solid #CCC
}

.sign-input-box::-webkit-input-placeholder {
    color: #FFF
}

.sign-input-box:-moz-placeholder {
    color: #FFF
}

.sign-input-box::-moz-placeholder {
    color: #FFF
}

.sign-input-box:-ms-input-placeholder {
    color: #FFF
}

.agree-check-wrap {
    font-size: 15px;
    height: 28px;
    text-align: left;
    padding-left: 25px
}

.input-check-agree {
    margin: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #FFF
}

.label-check-agree {
    height: 25px;
    width: calc(100% - 38px)
}

.search-box-wrap {
    color: #000
}

.search-mail-box {
    border: 0;
    border-bottom: 1px solid #444
}

@media(max-width:1199px) {
    .account-wrapper {
        width: 100%;
        min-width: 320px;
        min-height: 100%;
        padding: 30px 28px;
        text-align: center;
        position: static;
        border-radius: 0
    }

    .login-input-box {
        height: 44px
    }

    .login-btn {
        height: 39px;
        padding: 6px
    }

    .password-search-wrap {
        margin-bottom: 50px
    }

    .agree-check-wrap {
        height: 30px
    }

    .input-check-agree {
        margin: 0;
        vertical-align: middle;
        height: 20px;
        width: 20px;
        border: 2px solid #FFF
    }

    .label-check-agree {
        height: 20px
    }
}

.clrType2 {
    background-color: #FFF;
    color: #2A2A2A
}

.clrType5 {
    color: #DDD
}

.w100p {
    width: 100%
}

.posAbsol {
    position: absolute
}

.dis_Table {
    display: table
}

.tCell {
    display: table-cell
}

.disNone {
    display: none
}

.disInline {
    margin-top: 20px;
    display: inline-block
}

.disBlock {
    display: block
}

.absolR10 {
    right: 10px
}

.navHr {
    margin: 0 auto;
    background-color: #dedede;
    width: 80%
}

.hr3 {
    margin: 20px auto
}

.left {
    float: left
}

.right {
    float: right
}

.tLeft {
    text-align: left
}

.tRight {
    text-align: right
}

.center {
    text-align: center
}

.fInit {
    float: none
}

.p_t20 {
    padding-top: 20px
}

.m_t5 {
    margin-top: 5px
}

.m_t10 {
    margin-top: 10px
}

.m_t20 {
    margin-top: 20px;
    line-height: 15px;
    margin-bottom: 34px
}

.m_t30 {
    margin-top: 50px
}

.m_t32 {
    margin-top: 32px
}

.m_t35 {
    margin-top: 35px
}

.m_r5 {
    margin-right: 5px
}

.m_r10 {
    margin-right: 10px
}

.m_r15 {
    margin-right: 15px
}

.m_r20 {
    margin-right: 20px
}

.m_b5 {
    margin-bottom: 5px
}

.m_b10 {
    margin-bottom: 30px
}

.m_b15 {
    margin: 35px 0;
}

.m_b18 {
    margin-bottom: 18px
}

.m_b20 {
    margin-bottom: 20px
}

.m_b25 {
    margin-bottom: 25px
}

.m_l10 {
    margin-left: 10px
}

.m_l15 {
    margin-left: 15px
}

.m_l20 {
    margin-left: 20px
}

.m_h5 {
    margin: 0 5px
}

.m_h10 {
    margin: 10px 0
}

.m_tb15 {
    margin: 15px 0
}

.selected {
    color: #fdc210
}

.fRed {
    color: red
}

.fWhite {
    color: #fff
}

.fc777 {
    color: #777
}

.fcA0 {
    color: #A0A0A0
}

.com-btm-item-title,
.product-btm-title {
    word-break: break-all;
    text-overflow: ellipsis
}

.clearBoth {
    clear: both
}

.flex-space-between {
    display: flex;
    justify-content: space-between
}

.spaceAround {
    display: flex;
    justify-content: space-around
}

.pImg {
    margin: 0 auto;
    border-radius: 50%;
    background-color: #777
}

.imgS38 {
    width: 38px;
    height: 38px
}

.imgSize3 {
    width: 60px;
    height: 60px
}

.fW7,
.log-alert-icon,
.mainSubTitle,
.subTitle1 {
    font-weight: 700
}

.hash-item,
.hash-item:active,
.hash-item:hover,
.hash-item:visited,
.pagination > li > a {
    text-decoration: none
}

.f_S0 {
    font-size: 10px
}

.f_S1 {
    font-size: 11px
}

.f_S2 {
    font-size: 12px;
    color: #868686
}

.f_S6 {
    font-size: 16px
}

.f_S9 {
    font-size: 19px
}

.f_Ca7 {
    color: #171717
}

.iconS1 {
    width: 18px;
    height: 13px
}

.iconS18 {
    height: 22px;
}

.btnStyle01 {
    padding: 0;
    border: 1px solid #3E3E3E;
    background-color: #FFF;
    color: #3E3E3E
}

.btnStyle01:hover {
    background-color: #3E3E3E;
    color: #FFF
}

.btnStyle02 {
    /* padding:15px 20px; */
    border: 1px solid #cecece;
    background-color: #FFF;
    color: #000;
}

.btnStyle02:hover {
    background-color: #222;
    color: #FFF
}

.btnStyle03 {
    padding: 5px 10px;
    border: 1px solid #3E3E3E;
    height: auto;
    background-color: #FFF;
    color: #3E3E3E;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.btnStyle03:hover {
    background-color: #3E3E3E;
    color: #FFF
}

#dynamicWidthModal {
    width: auto;
    display: inline-block;
    text-align: left
}

#mainFollow,
.add-basket-foot-btn,
.log-title-wrap,
.mainSubTitle,
.subTitle1,
.subTitle3,
.subTitle4 {
    text-align: center
}

.log-alert-icon {
    margin-left: 4px;
    padding: 3px 5px;
    background-color: #e20000;
    color: #fff;
    font-size: 10px
}

.subTitle1 {
    font-size: 20px;
    position: relative;
    height: 67px;
    line-height: 67px
}

.subTitle3,
.subTitle4 {
    font-size: 18px;
    color: #212121
}

.subTitle3 {
    height: 44px;
    line-height: 44px
}

.subTitle4 {
    height: 48px;
    line-height: 48px
}

.mainSubTitle {
    height: 88px;
    line-height: 88px;
    font-size: 20px;
    position: relative
}

.log-title-wrap {
    height: 120px;
    position: relative
}

.item-review-btn {
    margin: 35px 0
}

.subTitleTapBtn {
    width: 110px;
    height: 30px;
    line-height: 30px;
    border: 0px solid #B5B5B5;
    border-radius: 50px;
    padding: 0;
    font-size: 16px;
    color: #3E3E3E;
    background-color: #FFF;
    font-weight: 500;
}

.tapSelect {
    background-color: #3E3E3E;
    color: #FFF
}

.imgBox {
    display: table;
    width: 100%;
    margin: 10px 0
}

.imgPlace {
    width: 20%;
    height: 100%;
    display: table-cell
}

.imgPlaceRight {
    display: table-cell;
    font-size: 14px;
    padding-left: 10px
}

.mainTitleFilterBtn,
.subTitleFilterBtn {
    right: 40px;
    position: absolute
}

.grid-item {
    position: absolute;
    opacity: 0;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
    margin-bottom: 20px !important
}

.subCateTitleAnchor:focus,
.subCateTitleAnchor:hover {
    text-decoration: none;
    color: inherit
}

.subCateUnderLine {
    color: #000;
    border-bottom: 3px solid #26ffbc
}
.third-cate-underline {
    color:#000;
    border-bottom: 3px solid #26ffbc;
}
.header-menu-item.subCateUnderLine {
    font-weight: font-weight;
    color: #000;
}

@media(max-width:1199px) {
    #myTimelineSubTitle {
        padding-left: 0
    }

    .iconS1 {
        width: 26px;
        height: 26px
    }

    .subTitle {
        height: 50px;
        font-size: 18px;
        line-height: 50px
    }

    .M_m_t44 {
        margin-top: 44px
    }

    .M_p_t50 {
        padding-top: 50px
    }

    .M_m_b45 {
        margin-bottom: 45px
    }

    .subTitleTapBtn {
        width: 101px;
        height: 28px;
        line-height: 28px;
        font-size: 11px
    }

    .mainTitleFilterBtn,
    .subTitleFilterBtn {
        right: 10px
    }

    .mobile-none {
        display: none
    }
}

@media(min-width:1200px) {
    .pc-none {
        display: none
    }

    .header-menu-item.subCateUnderLine {
        padding-bottom: 0;
        border-bottom: none
    }
}

.com-title-area {
    padding: 38px 0 10px;
    font-size: 20px;
    font-weight: 500
}

.com-subtitle-area {
    margin-bottom: 22px;
    font-size: 13px;
    color: #505050
}

.com-product-img {
    width: 44vw;
    height: 44vw
}

.com-pro-btm-wrap {
    padding: 10px 6px 24px
}

.com-btm-item-nick {
    color: #888;
    font-size: 11px
}

.com-btm-item-title {
    margin: 6px 0;
    height: 13px;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 13px
}

.com-btm-item-price {
    font-size: 14px;
    font-weight: 500
}

@media(min-width:1200px) {
    .com-title-area {
        padding: 80px 0 20px;
        font-size: 32px
    }

    .com-subtitle-area {
        margin-bottom: 40px;
        font-size: 16px
    }

    .com-product-img {
        width: 242px;
        height: 242px
    }

    .com-pro-btm-wrap {
        margin-bottom: 50px;
        padding: 20px 0 0
    }

    .com-btm-item-nick {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -.5px
    }

    .com-btm-item-title {
        margin: 9px 0;
        height: 22px;
        font-weight: 700;
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -.5px
    }

    .com-btm-item-price {
        font-size: 14px
    }
}

.main-page {
    width: 100%;
    overflow-y: hidden;
    height: 100%
}

.main-page > section {
    height: 100%;
    overflow-y: scroll;
    display: none;
    -webkit-overflow-scrolling: touch
}

#shopList,
.followBlock {
    display: block
}

.body-content.content-padding {
    padding: 0 16px
}

.body-content:first-child {
    margin-top: 86px
}

#mainFollow {
    width: 1000px
}

.followItem {
    margin-left: 23px;
    width: 147.5px;
    position: relative
}

.fItemAnchor {
    border-radius: 6px;
    padding-top: 100%;
    width: 100%
}

.newFollowItem {
    margin-left: 30px;
    width: 131px;
    height: 131px
}

.newFollowData {
    border-radius: 50%;
    width: 131px;
    height: 131px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

@media(max-width:1199px) {
    #mainFollow {
        width: 100%;
        padding-left: 10px
    }

    .followItem {
        margin: 0;
        width: calc(100% / 4)
    }

    .fItemAnchor,
    .newFollowData {
        width: 100%;
        padding-top: 100%
    }

    .fItemAnchor {
        border-radius: 0
    }

    .newFollowItem {
        margin: 0
    }

    .newFollowData {
        height: auto
    }

    .followBlock {
        margin-right: 15px
    }
}

@media(min-width:1200px) {

    #mainHome,
    .body-content.content-padding {
        padding: 0
    }

    .body-content:first-child {
        margin-top: 64px
    }
}

#firstView {
    overflow-x: hidden
}

#categoryKind {
    display: none
}

.uploadInputText,
.uploadTextArea {
    border: 0;
    border-bottom: 1px solid #EEE;
    padding: 10px;
    width: 100%;
    -webkit-transition: border .3s;
    transition: border .3s
}

.uploadInputText {
    margin-bottom: 10px;
    height: 36px;
    background-color: inherit
}

.uploadInputText:focus,
.uploadTextArea:focus {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #222
}

.uploadTextArea {
    padding: 10px;
    width: 100%;
    resize: none;
    height: 100px
}

.uploadRecruitPlace {
    padding: 10px 0
}

.uploadInputSubmit {
    margin-top: 21px;
    margin-bottom: 6px;
    border-radius: 15px;
    width: 122px;
    height: 33px;
    padding: 0
}

.product-btm-wrap {
    width: 100%;
    padding: 15px 15px 5px;
    font-weight: 500;
    color: #464646;
}

.product-btm-icon {
    color: #868686
}

.product-btm-title {
    height: 22px;
    max-height: 22px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 21px
}

.product-btm-title.cateItem {
    font-size: 16px;
    height: 21px;
    -webkit-line-clamp: 1
}

.product-btm-icon.cateItem {
    display: none
}

.product-btm-count {
    margin-left: 3px;
    font-size: 11px
}

.product-btm-des {
    margin: 5px 0 5px;
    height: 34px;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 400;
    line-height: 16px;
    color: #797979;
}

.detail-buy-item-title,
.storeListInfo {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.product-btm-price {
    margin: 7px 0;
    color: #3c3c3c;
    font-weight: 400;
}

.cate-btm-wrap {
    padding: 3px 15px 4px;
    color: #333;
    font-size: 13px;
    margin-bottom: 15px
}

@media(max-width:1199px) {
    .product-btm-wrap {
        padding: 15px 10px 7px;
    }

    .cate-btm-wrap {
        padding: 0 10px 15px;
        font-size: 11px
    }
}

#selectImg {
    width: 100%;
    max-width: 100%
}

#uploadFromPlace {
    background-color: #FFF;
    z-index: 99999
}

#uploadForm {
    width: 100%;
    min-height: 100%;
    padding: 0 35px
}

.inputText,
.inputTextarea {
    border: 0;
    border-bottom: 1px solid #aaa;
    -webkit-transition: border .3s;
    transition: border .3s
}

.inputText {
    height: 36px;
    margin-bottom: 10px;
    background-color: inherit
}

.inputText:focus {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #222
}

.inputTextarea {
    padding: 10px;
    width: 100%;
    resize: none;
    height: 100px
}

.inputTextarea:focus {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #222
}

.uploadInputFile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.uploadInputFile + label {
    margin: 5px;
    display: inline-block;
    border: 1px solid #BBB;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden
}

.uploadInputFile.newUpInputFile + label {
    width: 60px;
    height: 60px;
    background-size: cover
}

.inputSubmit {
    margin-top: 21px;
    margin-bottom: 6px;
    width: 122px;
    height: 33px
}

.detail-other-item-wrap {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 16px
}

.detail-other-item-title {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 350
}

.detail-other-item-price {
    margin-top: 7px;
    font-size: 15px;
    font-weight: 500
}

.select_Sm {
    width: 80px;
    height: 36px;
    margin-bottom: 15px
}

.select_M {
    width: 250px;
    height: 36px
}

.add-basket-pname {
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 700
}

.add-basket-input {
    margin-left: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
    height: auto;
    padding: 5px 0 5px 10px;
    font-size: 14px
}

.add-basket-foot-wrap {
    margin-top: 20px;
    font-size: 0
}

.add-basket-foot-btn {
    display: inline-block;
    width: 50%;
    border: 1px solid #000;
    padding: 10px;
    font-size: 14px;
    background-color: #fff
}

@media(max-width:1199px) {
    #uploadForm {
        padding: initial
    }

    .uploadInputFile + label {
        width: calc(48% - 10px)
    }

    .inputSubmit {
        width: 25.4%
    }

    .select_Sm {
        width: 45%
    }

    .select_M {
        width: 65.5%
    }

    .shopAfterIcon {
        line-height: 14px;
        height: 14px;
        font-size: 10px
    }

    .shopAfterIcon > i {
        margin: 0 3px
    }

    .uploadInputFile.newUpInputFile + label {
        width: 13vw;
        height: 13vw;
        margin: 5px
    }
}

.header-wrap {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 86px;
    z-index: 2;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1);
    transform: translateZ(0);
    line-height: 1
}

#logoTemp {
    display: none
}

.header-item {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    text-align: left
}

#sideMenuBtn {
    margin: 0 15px
}

.icon-dot {
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: currentcolor
}

.detail-main-img,
.detailLastImg,
.mProDetailBasketBtn,
.mProDetailCartBtn {
    background-repeat: no-repeat;
    background-position: center
}

#mobileAlertPlace {
    position: absolute;
    top: 0;
    left: 30px
}

#navMenuBtnPlace,
.detail-img-wrap,
.detail-img-wrapper,
.detail-main-img.detailImgWrap {
    position: relative
}

@media(max-width:1199px) {

    .header-item,
    .main-page {
        margin: 0;
        width: 100%
    }

    #logoTemp {
        display: block
    }

    #logoTemp .hidden {
        display: none
    }

    .slider {
        margin-top: 44px;
        z-index: 0
    }
}

@media(min-width:1200px) {
    .header-wrap {
        margin-left: -7px;
        height: 64px
    }

    #sideMenuBtn {
        margin: 0 15px 0 0
    }
}

#userNk {
    font-size: 1.5rem;
    width: 50%;
    padding: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 9em;
    color: #DDD;
    font-weight: 700
}

.cmtContext,
.detail-item-body-des,
.replyText,
.sBDContent {
    word-break: normal;
    white-space: pre-wrap;
    word-wrap: break-word
}

.nav-menulist-wrap {
    margin-top: 17px
}

.nav-menu-item {
    font-size: 16px;
    margin-left: 32px;
    padding: 14px 0;
    line-height: 1;
    text-align: left;
    font-weight: 500;
}

@media(max-width:1199px) {
    .m_b80 {
        margin-bottom: 80px
    }
}

@media(min-width:1200px) {
    .nav-menu-item {
        font-size: 17px;
        margin-left: 34px
    }
}

.detail-modal-body {
    padding: 0;
    line-height: 1
}

.detail-body-right-area {
    padding: 0 20px;
    padding-top: 20px;
    position: relative;
}

.detail-follow-btn {
    font-size: 14px;
    font-weight: 500;
    color: #2ce2a0
}

.detail-follow-btn.followed-btn {
    color: #999
}

.detail-cylinder-button {
    padding: 7px 13px;
    border: 1px solid #49c5b6;
    border-radius: 50px;
    color: #49c5b6;
    font-size: 13px;
}

.detail-writer-info {
    display: flex;
    margin-bottom: 40px;
    margin-top: 20px;
}

.detail-writer-des {
    display: flex;
    margin-left: 15px;
    width: 286px;
    justify-content: space-between;
    align-items: center
}

.detail-writer-nk {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500
}

.detail-item-body-des {
    margin-bottom: 40px
}

.proDetailScrap {
    font-size: 4.6rem;
    color: #FFF
}

.proDScrapSelect {
    color: #3E3E3E
}

.detail-main-img-wrap {
    margin-bottom: 24px
}

.detail-main-img {
    display: block;
    width: 100%;
    height: 100vw;
    background-color: #f3f3f3;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.detail-img-gredient {
    position: absolute;
    top: 0;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    z-index: 3
}

.detail-mobile-menu-tab {
    padding: 3px 7px;
    color: #fff;
    font-size: 22px
}

.detailLastImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover
}

.detailImgText {
    display: inline-flex;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .7)
}

.detailImgWrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.drawAddCircle {
    margin-top: 10px;
    border: 2px solid #fff;
    padding-bottom: 5px;
    height: 60px;
    width: 60px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 70px
}

.detailImgLastText {
    margin-top: 15px;
    font-size: 25px
}

.detail-other-title {
    margin: 70px 0 16px;
    font-size: 15px
}

.detail-other-more-area {
    border: 1px solid #d8d8d8;
    padding: 14px 0;
    width: 100%;
    font-size: 14px;
    color: #777;
    text-align: center;
    background-color: #fff
}

.proSelect {
    margin-right: 5%;
    width: 80%;
    display: inline-block
}

.detail-price-area.review,
.pEditComToggle {
    display: none
}

#writerInfo {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 15px
}

.detail-writer-img {
    width: 56px;
    height: 56px
}

.productInfo {
    width: 100%
}

.followBtn {
    width: 100px;
    height: 28px;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    padding: 0;
    font-size: 12px;
    background-color: #FFF;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.followBtn:hover {
    background-color: #3E3E3E;
    color: #FFF
}

.followedBtn {
    background-color: #3E3E3F;
    color: #FFF
}

.instaLinkBtn {
    width: 15px
}

.detail-product-title {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700
}

.detail-price-area {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #313131
}

#proDefaultDescript {
    font-size: 17px;
    font-weight: 350;
    line-height: 22px
}

.proEditBorderClass {
    border-bottom: 1px solid
}

#mProWriteInfo {
    height: 40px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between
}

.mProWriteDiv {
    display: inline-flex;
    height: 100%;
    align-items: center
}

.detail-menubtn-wrap,
.mProDetailActionBtn {
    display: inline-block
}

.mProDetailCloseBtn {
    padding: 5px 20px 5px 15px;
    cursor: pointer
}

.mProductDetailImg {
    width: 25px;
    height: 25px
}

.detail-back-btn,
.detail-basket-btn,
.detail-bookmark-btn,
.detail-like-btn,
.detail-write-btn {
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px
}

.detail-bookmark-btn.mobile-bookmark {
    width: 22px;
    height: 22px
}

.detail-like-btn {
    background-image: url(/img/j_like_outline_w.png)
}

.detail-like-btn.aleady-like {
    background-image: url(/img/j_like_w.png)
}

.detail-basket-btn,
.detail-basket-btn.aleady-basket {
    background-image: url(/img/j_cart_outline_w.png)
}

.detail-bookmark-btn {
    background-image: url(/img/j_scrap_outline_w.png)
}

.detail-bookmark-btn.aleady-bookmark {
    background-image: url(/img/j_scrap_w.png)
}

.onSticky .detail-bookmark-btn {
    background-image: url(/img/j_scrap_outline_b.png)
}

.detail-back-btn {
    background-image: url(/img/j_left_arrow_outline_w.png)
}

.onSticky .detail-back-btn {
    background-image: url(/img/j_left_arrow_outline_b.png)
}

.detail-write-btn {
    background-image: url(/img/j_write_outline_w.png)
}

.onSticky .detail-write-btn {
    background-image: url(/img/j_write_outline_b.png)
}

.detail-mobile-bottom-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 11px;
    height: 48px;
    background-color: #222;
}

.detail-move-to-cpc {
    width: calc(100% - 60px);
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.proFixBtnWrap {
    display: inline-flex;
    justify-content: center
}

.mProDetailBasketBtn,
.mProDetailCartBtn {
    height: 18px;
    transition: background-image .2s ease-in-out;
    background-size: cover
}

.adjRowClass,
.classup-apply-btn,
.moreCommentBtn {
    transition: background-color .3s, color .3s
}

.proFixDetailInfo {
    display: flex;
    height: 60px;
    margin: 5px 20px;
    flex-direction: column;
    justify-content: center
}

.proFixDetailNick {
    font-size: 14px;
    margin-bottom: 10px
}

.proFixDetailText {
    font-size: 15px
}

#proDefaultHashtag,
#proEADescript {
    font-size: 13px;
    font-weight: 400
}

.mProDetailCartBtn {
    width: 19px;
    background-image: url(../img/bookmark_outline_w.png)
}

.mProDetailCartBtn.aleadyCart {
    background-image: url(../img/bookmark_w.png)
}

.mProDetailBasketBtn {
    width: 20px;
    background-image: url(../img/cart_outline_w.png)
}

.mProDetailBasketBtn.aleadyBasket {
    background-image: url(../img/cart_w.png)
}

form[id*=proEA],
input[id*=proEA],
textarea[id*=proEA] {
    display: none
}

input[id*=proVEA][type=button] {
    width: initial
}

#proDefaultHashtag {
    margin-bottom: 25px;
    color: #003365
}

.detail-hash-wrap {
    font-size: 0
}

.hash-item {
    display: inline-block;
    margin: 5px 5px 5px 0;
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    padding: 5px 9px;
    font-size: 12px;
    font-weight: 500;
    color: #999
}

.detail-buy-product {
    margin-bottom: 30px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail-buy-img {
    margin-right: 12px;
    width: 72px;
    height: 72px
}

.detail-buy-title {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500
}

.detail-buy-body {
    display: inline-block;
    width: calc(100% - 164px);
    font-weight: 350
}

.detail-buy-item-writer {
    margin-bottom: 8px;
    font-size: 13px;
    color: #888
}

.detail-buy-item-title {
    margin-bottom: 8px;
    height: 15px;
    overflow-y: hidden;
    display: -webkit-box;
    font-size: 15px
}

.detail-buy-item-price {
    font-size: 16px;
    font-weight: 700
}

.product-menu-list {
    font-size: 30px;
    width: 100%
}

.detail-mobile-top-menu {
    position: fixed;
    width: 100%
}

.detail-mobile-top-menu.onSticky {
    background-color: #fff;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1)
}

.detail-mobile-btm-bar {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    opacity: .85
}

#productEditBtnArea {
    margin-top: 20px
}

.commentInputArea {
    resize: none;
    border-radius: 5px;
    width: 100%;
    border: 0;
    padding: 0;
    font-size: 14px
}

.proNoItemPlace {
    margin-bottom: 200px
}

@media(max-width:1199px) {
    .imgPlaceRight {
        width: 90%
    }

    .followBtn {
        width: 82px;
        height: 26px;
        line-height: 26px;
        font-size: 11px;
        font-weight: 400
    }
}

@media(min-width:1200px) {
    .detail-modal-wrap {
        position: relative;
        height: 658px
    }

    .detail-modal-body {
        margin: 32px 0 64px 32px
    }

    .detail-desk-menu-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        bottom: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        padding: 0 27px;
        height: 64px;
        width: calc(100% - 2px);
        background-color: #49c5b6
    }

    .detail-mobile-btm-bar,
    .detail-mobile-menu-tab,
    .detail-mobile-top-menu {
        display: none
    }

    .detail-body-left-area {
        float: left;
        width: 360px
    }

    .detail-body-right-area {
        float: left;
        padding: 0 40px 64px;
        width: 408px;
        height: 594px;
        overflow-y: auto
    }

    .detail-main-img {
        width: 360px;
        height: 400px
    }

    .detail-writer-img {
        width: 64px;
        height: 64px
    }

    .detail-img-gredient {
        top: auto;
        bottom: 0;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0))
    }

    .detail-product-title {
        font-size: 25px
    }

    .detail-price-area {
        font-size: 20px
    }

    .detail-writer-nk {
        font-size: 17px
    }

    .detail-follow-btn {
        font-size: 14px
    }

    .detail-move-to-cpc {
        padding: 0 5px;
        width: auto
    }

    .hash-item {
        padding: 6px 11px;
        font-size: 13px
    }

    .detail-buy-body {
        width: calc(100% - 166px)
    }

    .detail-buy-item-writer {
        font-size: 14px
    }

    .detail-buy-item-title {
        font-size: 16px;
        height: 16px
    }

    .detail-buy-item-price {
        font-size: 17px
    }

    .detail-desk-write-btn {
        display: inline-block;
        border-left: 1px solid #fff;
        padding-left: 22px;
        color: #fff
    }

    .detail-buy-img {
        height: 74px;
        width: 74px
    }

    .detail-other-title {
        font-size: 18px
    }

    .detail-other-more-area {
        padding: 11px 0
    }

    .detail-other-item-title {
        font-size: 13px
    }

    .detail-other-item-price {
        font-size: 14px
    }

    .detail-back-btn,
    .detail-basket-btn,
    .detail-bookmark-btn,
    .detail-like-btn,
    .detail-write-btn {
        width: 40px;
        height: 40px;
        margin-right: 18px;
        background-size: 26px
    }
}

#backImg,
.backPlace {
    position: relative
}

#commentArea {
    margin-bottom: 10px;
    max-height: 212px;
    overflow-y: hidden;
    font-size: 13px;
    scrollbar-arrow-color: #FFF
}

#commentArea::-webkit-scrollbar {
    width: 7px
}

#commentArea::-webkit-scrollbar-button {
    background-color: #FFF
}

#commentArea::-webkit-scrollbar-track {
    background-color: #FFF
}

#commentArea::-webkit-scrollbar-track-piece {
    background-color: #FFF
}

#commentArea::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c1c1c1;
    border-radius: 3px
}

#commentArea::-webkit-scrollbar-corner {
    background-color: #FFF
}

#commentArea::-webkit-resizer {
    background-color: #FFF
}

.commentHr {
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #F1F1F1
}

.comment-user-nk {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #888;
    font-size: 11px;
    font-weight: 400
}

.cmtImgPlace {
    display: inline-block;
    vertical-align: top
}

#leftSubIcon,
.sBDUImg,
.user-shop-name {
    vertical-align: middle
}

.cmtImage {
    width: 32px;
    height: 32px;
    margin-right: 9px
}

.cmtImgRight {
    display: inline-block;
    width: calc(100% - 41px)
}

.cmtContext {
    margin-top: 7px;
    font-size: 14px;
    line-height: 15px
}

#commentInputArea,
#reCommentInputArea {
    padding: 10px;
    background-color: #f3f3f3
}

#commentInputArea {
    margin-top: 10px;
    margin-bottom: 15px;
    border: 0;
    font-size: 13px;
    height: 80px;
    padding: 20px
}

#reCommentInputArea {
    height: 33px;
    margin-right: 5%;
    width: 75%
}

#cntTotalPlace {
    font-size: 14px;
    color: #585858;
    font-weight: 400
}

.user-shop-menu-tab,
.user-shop-name {
    font-weight: 700;
    display: inline-block
}

.moreCmtLoadBtn {
    font-size: 12px;
    color: #777
}

.moreCommentBtn {
    padding: 0;
    width: 73px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #b5b5b5;
    border-radius: 20px;
    background-color: #FFF;
    color: #6f6f6f;
    font-size: 12px
}

.moreCommentBtn:hover {
    background-color: #1B1B1B;
    color: #FFF
}

#menuList {
    width: 100%;
    display: table;
    background-color: #FFF
}

.quard {
    width: 25%;
    padding-bottom: 25%
}

.third {
    width: calc(100% / 3);
    padding-bottom: calc(100% / 3)
}

.subEdit1,
.subEdit2 {
    width: 100%
}

.selectBtn {
    color: #FDC210
}

@media(max-width:1199px) {
    #commentArea {
        max-height: initial
    }

    .cmtContext {
        font-size: 11px
    }
}

@media (min-width:1200px) {
    #commentArea {
        overflow-y: auto
    }
}

.subEdit1 {
    margin-top: 70px
}

.profileImgS {
    width: 140px;
    height: 140px
}

#profileImgPre {
    position: absolute;
    bottom: -70px;
    left: calc(50% - 70px)
}

#profileBackImgPre {
    height: 170px;
    width: 100%
}

#profileBackImgPre,
#profileImgPre {
    display: block;
    background-size: cover;
    background-position: center;
    background-color: #ccc
}

#editProfileBackImg,
#editProfileImg {
    width: 100%;
    height: 100%
}

.profileSelect1 {
    height: 35px;
    margin-right: 9px
}

.profileSelect1 > option:active,
.profileSelect1 > option:hover {
    background-color: #EEE
}

.profilePhone:disabled {
    width: 60px;
    background: #FFF
}

#frontImg,
.storeListImg {
    background-image: url(../img/defaultImg.jpg)
}

.profilePhone {
    border: 0;
    width: 80px;
    height: 40px;
    text-align: center;
    font-size: 14px
}

#profileSNS {
    height: 50px;
    background-color: #FFF
}

.proPWPlace {
    width: 197px;
    display: inline-block
}

.proPW {
    margin-top: 11px;
    width: 197px
}

.signOutForm {
    margin: 20px 0
}

.signOutBtn {
    width: 92px;
    height: 34px;
    border-radius: 8px
}

#backImg {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#frontImg {
    z-index: 1;
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: -55px;
    right: 200px;
    border-radius: 50%
}

#userIntro {
    margin: auto auto 20px;
    min-height: 80px;
    padding-top: 40px;
    width: 600px;
    text-align: left
}

.userPageFInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFF;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .2));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .2))
}

.userinfoFollower {
    margin-right: 15px
}

.userinfoFollower,
.userinfoFollowing {
    color: #aaa;
    display: inline-block;
    font-size: 13px;
}

.followNum {
    font-size: 16px;
    color: #757575;
}

.userShopMenuBtn {
    width: 90px;
    height: 30px;
    border: 1px solid #B5B5B5;
    border-radius: 15px;
    padding: 0;
    font-size: 12px;
    color: #3E3E3E;
    background-color: #FFF
}

.userShopMenuSelect {
    background-color: #3E3E3E;
    color: #FFF
}

#leftSubIcon {
    position: relative;
    display: table-cell;
    padding-left: 15px
}

.secretBBtn {
    background-color: #000;
    color: #fff
}

#myFollowInfo {
    background-color: #f3f3f3
}

#myFollowingPlace {
    margin: 0 auto;
    text-align: center
}

.followingUnit {
    padding: 10px;
    margin: 20px;
    display: inline-block
}

.followingNick {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px
}

.followingImg {
    width: 80px;
    height: 80px
}

.user-shop-name {
    font-size: 24px;
    margin-right: 15px
}

.user-shop-intro {
    margin: 35px 0;
    font-size: 19px
}

.userShopTapPlace {
    margin: 30px 0;
    text-align: center
}

.profileBackEditBtn,
.profileFrontEditBtn {
    position: absolute;
    font-size: 2rem;
    color: #999
}

.profileBackEditBtn {
    right: 10px;
    bottom: 3px
}

.profileFrontEditBtn {
    right: 25px;
    bottom: 13px
}

.profileEditText {
    font-size: 12px;
    color: #FFF
}

.user-shop-menu-tab {
    border: 1px solid #e6e6e6;
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #888 !important
}

.user-shop-menu-tab:nth-child(1) {
    border-right: 0
}

.user-shop-menu-tab.selected {
    color: #191919 !important
}

.user-shop-mobile {
    display: none
}

.ushop-menu-bar {
    text-align: center;
    font-size: 0
}

@media(max-width:1199px) {

    #userCart,
    #userFollower,
    #userFollowing,
    #userInfo,
    #userLike {
        padding: 0
    }

    #frontImg {
        width: 96px;
        height: 96px;
        left: 40px;
        right: auto;
        bottom: -48px;
        border: 0;
        border-radius: 50%
    }

    #backImg {
        height: 182px
    }

    #userIntro {
        min-height: 135px;
        padding: 0;
        position: relative;
        border: 0;
        width: 100%
    }

    .user-shop-content {
        padding-left: 160px
    }

    .followingUnit {
        padding: 5px;
        margin: 5px
    }

    .followingNick {
        margin-top: 7px;
        font-size: 13px
    }

    .followingImg {
        width: 70px;
        height: 70px
    }

    #leftSubIcon {
        padding: 0;
        position: absolute;
        top: 10px;
        left: 2rem
    }

    .user-shop-pc {
        display: none
    }

    .user-shop-mobile {
        display: block
    }

    .ushop-mobile-follow-act {
        position: absolute;
        top: 60px;
        left: 54px
    }

    .ushop-mobile-follow-view {
        position: absolute;
        bottom: 15px;
        left: 160px;
        font-size: 11px
    }

    .user-shop-name {
        margin-top: 15px
    }

    .user-shop-menu-tab {
        width: 49%
    }
}

.msgBoxL::before,
.msgBoxR::before {
    content: "";
    top: 9px
}

.secret-board-wrap {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 90px 0;
    text-align: center;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 500;
}

.sBListRowWrap {
    padding: 22px 0;
    border-bottom: 1px solid #ececec
}

.replyWrap,
.sBDBody,
.sBTitle {
    border-bottom: 1px solid
}

.sBListLeftItem {
    display: inline-block;
    width: 100px;
    font-size: 13px
}

.sBListRightItem {
    display: inline-block;
    width: calc(100% - 100px)
}

.sBBtnClass {
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #333;
    color: #fff;
    font-weight: 600
}

.sBReplComClass {
    padding: 2px 10px;
    background-color: #353535;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 6px
}

.sBDUDate,
.sBDUtype {
    color: #aaa
}

.sBDUerWrap {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
    font-size: 12px
}

.sBInputFile + label,
.sBWLabel {
    display: inline-block;
    text-align: center
}

.sBDUImg {
    margin-right: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%
}

.sBReplyClass,
.sBWTextarea {
    height: 60px;
    vertical-align: top;
    resize: none
}

.sBDUName {
    font-weight: 700
}

.sBDUtype {
    margin-left: 10px
}

.sBDBody {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid
}

.replyText,
.replyWrap {
    margin-bottom: 10px
}

.sBReplyClass {
    width: 100%;
    border: 1px solid
}

.replyText {
    border: 2px solid;
    padding: 5px
}

.sBDImg {
    width: 50%
}

.sBWLabel {
    width: 60px
}

.sBWTextarea {
    width: calc(100% - 60px);
    border: 1px solid
}

.msgBoxLTime,
.msgBoxRTime {
    vertical-align: bottom;
    font-size: 12px
}

.sBInputFile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.sBInputFile + label {
    margin: 5px;
    border: 1px solid;
    padding: 5px;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.hash-title-wrap {
    padding-top: 40px;
    font-size: 28px;
    position: relative;
    font-weight: 700
}

#hashTapPlace {
    padding: 35px 0;
    position: relative
}

.hashFilterBtn {
    position: absolute;
    right: 40px
}

@media (max-width:1199px) {
    .hashFilterBtn {
        right: 10px
    }

    .sBDImg {
        width: 100%
    }
}

.search-title-wrap {
    padding-top: 20px;
    font-size: 20px;
    position: relative
}

#searchTapPlace {
    padding: 35px 0
}

.searchFilterBtn {
    position: absolute;
    right: 40px
}

@media (max-width:1199px) {
    .searchFilterBtn {
        right: 10px
    }
}

#reviewPointTable {
    width: 100%
}

.pointTrClass > td {
    text-align: center;
    padding: 10px
}

.pointTitle,
.rewardTitle {
    text-align: center;
    font-size: 2rem;
    height: 67px;
    line-height: 67px;
    font-weight: 700;
    background-color: #eee
}

.pointCashAmount,
.rewardCashAmount {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 700
}

#rewardDetail,
.rewardDetail {
    font-size: 12px;
    background-color: #ccc
}

.pointOutputBtn,
.rewardOutputBtn {
    margin: 15px 0;
    width: 300px;
    height: 40px;
    border-radius: 14px;
    font-weight: 700
}

#cashLogDetail > table,
#requestPlace > table,
#rewardDetail,
#rewardStatusTable,
.chargeHistoryTable,
.msgPlace,
.rewardDetail {
    width: 100%
}

#pointChangePlace,
#rewardChangePlace {
    margin: 20px 0;
    font-weight: 700;
    text-align: center
}

.rewardsDetailDefault {
    padding: 20px 0 40px;
    text-align: center
}

#rewardStatusTable > tbody > tr:nth-child(2n+3) {
    display: none
}

#rewardStatusTable > tbody > tr > td,
#rewardStatusTable > tbody > tr > th {
    text-align: center;
    padding: 10px 0
}

.rewardTdClass {
    text-align: center;
    padding: 10px
}

.rewardDetail > tbody > tr > td,
.rewardDetail > tbody > tr > th {
    text-align: center;
    padding: 5px 0
}

#cashLogDetail > table,
#rewardStatusTable {
    background-color: #FFF
}

#rewardsModalBody {
    margin: -15px
}

#pointMyCash,
#rewardMyCash {
    text-align: center;
    font-size: 20px
}

.heightType1 {
    height: 40px;
    line-height: 40px
}

#myPointPlace {
    padding-top: 30px
}

.msgBoxL,
.msgBoxR {
    padding: 10px;
    background-color: #eee;
    max-width: 346px;
    word-break: break-all;
    border-radius: 5px
}

#pointLogMenu {
    margin: 20px 0
}

#userListView {
    min-height: 600px;
    max-height: 800px;
    overflow-y: auto
}

#chatLogPlace {
    height: 500px;
    overflow-y: auto;
    margin-bottom: 32px
}

.best-page-menu-wrap,
.new-store-list {
    overflow-y: hidden;
    white-space: nowrap
}

.msgPlace {
    margin-top: 32px;
    display: table
}

.msgBoxL,
.msgBoxLTime,
.secondCateMenu {
    display: inline-block
}

.msgPlaceR {
    margin-right: 20px
}

.msgBoxR,
.msgBoxRTime {
    direction: ltr;
    display: inline-block
}

.msgBoxL {
    position: relative
}

.msgBoxL::before {
    position: absolute;
    right: 100%;
    border-top: 18px solid transparent;
    border-right: 12px solid #eee
}

.msgBoxLTime {
    margin-left: 10px
}

.msgBoxR {
    position: relative
}

.msgBoxR::before {
    position: absolute;
    left: 100%;
    border-bottom: 18px solid transparent;
    border-left: 12px solid #eee
}

.msgBoxRTime {
    margin-right: 10px
}

#sendMsgBox {
    padding: 6px 12px;
    height: 40px;
    margin-right: 5%;
    width: 75%;
    background-color: #FFF
}

.msgSendBtn {
    width: 20%;
    border-radius: 4px;
    height: 30px;
    font-size: 12px;
    padding: 0
}

.dropNk {
    font-size: 11px;
    color: #A7A7A7
}

@media (max-width:1199px) {
    #chatLogPlace {
        height: calc(100vh - 202px)
    }

    #msgChatPlace {
        padding-bottom: 40px
    }

    .imgPlace {
        min-width: 60px
    }

    .msgBoxL {
        margin-left: 11px
    }
}

.cate-second-class {
    margin-bottom: 5px;
    padding: 30px 0;
    background-color: #fafafa
}

#cateBanner,
.cate-topic-title {
    margin-bottom: 20px
}

.cate-topic-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

#cateMyTitle {
    padding-top: 10px;
    font-size: 17px;
    text-align: center
}

.secondCateMenu {
    margin: 0 10px;
    color: #000 !important;
    font-size: 15px;
    font-weight: 400
}
.cate-menu-third-wrap{
    margin-top:10px;
    overflow-x:auto;
    white-space:nowrap;
    height:20px;
}
.cate-menu-third-item{
    margin:0 5px;
}
.newSubBtnPlace {
    position: fixed;
    display: flex;
    left: calc(50vw + 350px);
    bottom: 30px
}

.cate-sub-btn {
    display: inline-block;
    width: 80px;
    padding: 5px 0;
    text-align: center;
    border-radius: 30px;
    font-size: 13px;
    color: #fafafa;
    background-color: rgba(0, 0, 0, .8)
}

@media (max-width:1200px) {
    .newSubBtnPlace {
        bottom: 10px;
        left: auto;
        right: 40px;
        color: #555
    }

    .cate-sub-btn {
        padding: 5px 0;
        width: 50px
    }
}

#modalThirdContent {
    background-color: rgba(0, 0, 0, .5)
}

.thirdCateUl {
    margin: 0;
    padding-left: 0;
    list-style-type: none
}

.thirdCateList {
    padding: 15px 0;
    border-bottom: 1px solid #fff29;
    min-height: 60px;
    color: #FFF
}

.thirdCateHead {
    display: inline-block;
    width: 160px;
    vertical-align: top
}

.cateThirdHTitle {
    font-size: 20px;
    color: #00ffba;
    font-weight: 700
}

.cateThirdHBtn {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500
}

.thirdCateBody {
    display: inline-block;
    width: 190px;
    color: #000;
    font-weight: 400
}

.thirdHashList {
    display: inline-block;
    margin: 0 8px 6px 0;
    padding: 3px 8px 1px;
    border-radius: 100px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #5f5f5f
}

.storeListUnit {
    display: inline-flex;
    align-items: center;
    padding: 30px;
    margin: 0 10px;
    border-top: 1px solid #eee;
    width: calc(50% - 20px)
}

.bSAddressDiv,
.storeNickWarp {
    justify-content: space-between
}

.storeImgWrap {
    height: 80px
}

.storeListImg {
    display: inline-block;
    width: 80px;
    height: 80px
}

.storeListTextWrap {
    display: inline-block;
    margin-left: 20px;
    width: calc(100% - 100px)
}

.storeNickWarp {
    display: flex;
    align-items: center
}

.storeListNick {
    font-size: 14px;
    font-weight: 700;
    vertical-align: text-bottom
}

.csLabelClass,
.csLabelClass.csLabelTop {
    vertical-align: top
}

.storeListFollow {
    display: inline-block;
    font-size: 10px;
    text-align: center
}

.storeListAge {
    font-size: 12px;
    color: #a0a0a0
}

.storeListInfo {
    font-size: 12px;
    width: 100%;
    min-height: 14px;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box
}

@media (max-width:1199px) {
    #cateSecondPlace {
        margin-bottom: 14px;
        padding: 17px 0 4px;
    }

    .secondCateMenu {
        margin: 0 5px;
        font-size: 14px;
        font-weight: 500;
    }

    .cateActive {
        display: block
    }

    .storeImgWrap {
        height: 60px
    }

    .storeListImg {
        width: 60px;
        height: 60px
    }

    .thirdCateHead {
        width: 130px
    }

    .storeListUnit {
        display: flex;
        margin: 0 5px;
        padding: 15px 20px;
        width: calc(100% - 10px)
    }

    .storeListTextWrap {
        width: calc(100% - 60px)
    }
}

.proFilterBtn {
    padding: 6px 30px
}

.fChkbox,
.fRadio {
    display: none
}

.fLabel,
.fRadio {
    margin: 5px 2px;
    padding: 2px 8px;
    border: 1px solid #A7A7A7;
    border-radius: 12px;
    font-size: 12px
}

.fChkbox + .fLabel {
    background-color: #FFF
}

.fChkbox:checked + .fLabel {
    background-color: #222;
    border-color: #222;
    color: #FFF
}

.fRadio + .fLabel {
    background-color: #FFF
}

.fRadio:checked + .fLabel {
    background-color: #222;
    border-color: #222;
    color: #FFF
}

.fChkbox + .fLabel,
.fRadio + .fLabel {
    display: inline-block
}

#bestPage {
    padding: 0 16px
}

.bestTitleDate {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
}

.bestSubTitle {
    display: flex;
    flex-direction: column
}

.best-page-sub-title {
    font-size: 13px
}

.best-page-menu-wrap {
    margin: 36px 0;
    overflow-x: scroll;
    color: #000
}

.bestSecMenu {
    margin-right: 24px;
    font-size: 14px
}

.best-underline {
    color: #000;
    font-weight: 600
}

.best-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.grid-best-item {
    display: inline-block;
    position: relative;
    width: 44vw;
    opacity: 0
}

@media (min-width:1200px) {
    .bestTitleDate {
        margin-left: 12px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -.5px
    }

    .bestSubTitle {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px
    }

    .best-page-sub-title {
        font-size: 19px;
        font-weight: 500
    }

    .best-page-menu-wrap {
        margin: 0;
        overflow-x: hidden
    }

    .best-underline {
        border-bottom: 2px solid #00ffe0;
        line-height: 1.5
    }

    #bestPage {
        padding: 0
    }
}

.new-store-list {
    position: relative;
    overflow-x: scroll;
    margin: 0 -5px
}

.new-store-article-wrap {
    display: inline-block;
    margin: 0 7px;
    width: 18vw
}

.new-store-article-img {
    height: 18vw;
    width: 18vw;
    border-radius: 50%
}

.new-store-btm-wrap {
    margin-top: 13px;
    text-align: center
}

.new-store-nick-area {
    font-size: 11px
}

.new-store-pc-content {
    display: none
}

@media(min-width:1200px) {
    .new-store-article-wrap {
        border: 1px solid #d8d8d8;
        width: 154px;
        height: 206px;
        padding: 25px 0;
        text-align: center;
        vertical-align: top
    }

    .new-store-article-img.new-store-img-support {
        display: inline-block;
        width: 80px;
        height: 80px
    }

    .new-store-nick-area {
        font-size: 16px;
        font-weight: 600
    }

    .new-store-pc-content {
        display: block
    }

    .new-store-hr {
        margin: 15px auto;
        height: 2px;
        width: 12px;
        background-color: #d8d8d8
    }

    .new-store-styleList {
        font-size: 15px;
        color: #000;
        overflow-x: hidden;
        font-weight: 500
    }
}

.grid-item > a,
.imgItemList {
    display: block
}

.modal-header {
    padding: 0;
    background-color: #fff
}

.modal-body {
    background-color: #FFF
}

.close {
    margin-right: -20px
}

.modal-backdrop {
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

#detailBody {
    width: 802px
}

#modalThirdCate {
    width: 352px
}

#thirdCateModalPlace {
    background-color: inherit;
    padding: 0
}

.modal-dialog.modalSs {
    width: 402px
}

.modal-dialog.modalSm {
    width: 482px
}

.modal-content.requestApplyModalCont {
    border-radius: 14px
}

.msg-modal.modal {
    text-align: center
}

@media(max-width:1199px) {
    .modal-dialog {
        margin: 0
    }

    .close {
        margin-right: 0;
        font-size: 30px;
        float: left
    }

    #modalThirdCate,
    .modal-dialog.modalSm,
    .modal-dialog.modalSs {
        width: 100%
    }

    #detailBody {
        width: 100%;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0
    }

    .modal-content {
        border: 0
    }
}

.imgItemList {
    width: 242px;
    height: 242px
}

.imgItemList.feedImg {
    width: 320px;
    height: 320px
}

.product-item-list {
    position: relative;
    width: 100%;
    margin: 0 auto
}

@media (max-width:1199px) {
    .imgItemList {
        width: 50vw;
        min-width: 100%;
        max-width: 100%;
        height: 220px;
        object-fit: cover
    }

    .imgItemList.myFavorit {
        height: 90vw;
        border-radius: 0
    }

    .product-item-list {
        width: 100%
    }

    #loaderPlace {
        right: 0;
        bottom: 50px
    }
}

#loaderPlace {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(160, 160, 160, 0)
}

#loaderImg {
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 32px;
    width: 32px;
    background: url(../img/ajax_loader.gif) 50% 50% no-repeat
}

.cateBanImg {
    height: 270px
}

.reviewImg {
    width: 100%;
    padding-top: 100%
}

.cateBanImg,
.reviewImg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block
}

.slick-dots.dotsCustom {
    margin: 0;
    bottom: 0;
    text-align: center;
    list-style: none;
    z-index: 1
}

.slick-dots.dotsCenter {
    text-align: center;
    list-style: none
}

.slick-next.bestList,
.slick-prev.bestList {
    top: calc(50% - 30px)
}

@media (max-width:1199px) {
    .cateBanImg {
        height: 20vh
    }

    .slick-dots li {
        width: 10px !important
    }
}

.pcOnly {
    display: block;
    margin-top: 50px;
    font-weight: 400
}

.mobileOnly {
    display: none
}

@media (max-width:1200px) {
    .pcOnly {
        display: none
    }

    .mobileOnly {
        font-weight: 400;
        display: block
    }
}

#servicePage {
    padding: 20px
}

#csWritePlace {
    margin-bottom: 20px
}

.csTitlePlace {
    font-size: 18px;
    padding: 15px;
    font-weight: 700
}

.serviceRow:hover {
    background-color: #EEE
}

#serviceForm {
    border: 1px solid #EEE;
    border-radius: 20px;
    width: 320px;
    min-height: 440px;
    padding: 25px;
    margin: 0 auto
}

.csCom {
    background-color: #F5F5F5
}

.csImg {
    width: 320px;
    display: block
}

.csDetailLabel,
.csDivTableInline,
.csDivTableNum,
.csDivTablePlace,
.csInputFile + label,
.csLabelClass,
.csTArea,
.csText {
    display: inline-block
}

.csBtn {
    border-radius: 3px;
    padding: 0 15px;
    width: auto;
    height: 40px;
    font-size: 14px;
}

.csSubmitBtn {
    margin-top: 25px;
    width: auto;
    height: auto;
    padding: 15px 30px;
    border-radius: 5px;
}

.csTArea,
.csText {
    margin-bottom: 20px;
    width: calc(100% - 60px)
}

.csText {
    border: 0;
    border-radius: 5px;
    padding: 10px;
    background-color: #F3F3F3
}

.csTArea {
    border: 0;
    border-radius: 5px;
    min-height: 70px;
    background: #F3F3F3
}

.csSelectBox {
    padding: 2px 10px;
    border-radius: 5px
}

.csLabelClass {
    width: 60px;
    font-weight: 700;
    font-size: 13px
}

.csInputFile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.csInputFile + label {
    border: 1px solid #BBB;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 6px;
}

.csDetailView {
    width: 600px;
    margin: 0 auto
}

.csDetailUserPlace {
    position: relative
}

.csDetailUserImg {
    margin-right: 15px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    vertical-align: middle
}

.csDetailUserRight {
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 13px;
    color: #636363
}

.csDetailUserRight:before {
    content: " ";
    height: 100%;
    vertical-align: middle;
    display: inline-block
}

.csCmt {
    width: 100%;
    border: 1px solid #b7b7b7;
}

.csDetailTable > tbody > tr > td {
    padding: 20px 10px 0;
    min-width: 60px
}

.csDetailTable > tbody > tr {
    border-bottom: 1px solid #222
}

.csDetailText,
.csDetailTitle {
    padding: 20px 0;
    border-bottom: 1px solid #DDD
}

.csDetailTitle {
    font-size: 20px
}

.csDetailText {
    font-size: 16px
}

.csDetailLabel {
    margin-top: 10px;
    width: 60px;
    font-weight: 700
}

.csBoardCmtHead {
    margin-top: 25px;
    font-weight: 700
}

.csBoardCmtBody {
    padding: 30px 20px;
    border-radius: 5px;
    background: #F7F7F7
}

.fakeTable {
    font-size: 13px;
    padding: 0 15px
}

.csDivTableId {
    width: 100%
}

.csDivTableTr {
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E0
}

.csDivTableThr {
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #D4D4D4;
    font-weight: 700
}

.csDivTableNum {
    width: 4%
}

.csDivTablePlace {
    padding-left: 10px;
    width: 96%
}

.csDivTableTitle {
    width: 72%
}

.csDivTableDate,
.csDivTableKind {
    width: 8%
}

.csDivTableNick {
    width: 12%
}

.formTable {
    display: table
}

.formTr {
    display: table-row
}

.formTd {
    display: table-cell;
    vertical-align: top
}

.bSendInfoIBlock,
.basketInfoWrap,
.buyInfoWrap,
.pm-item-title {
    vertical-align: middle
}

@media (max-width:767px) {
    .csDetailUserImg {
        margin-right: 10px;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        vertical-align: middle
    }

    #servicePage {
        margin-top: 44px;
        padding: 5px
    }

    #csBoardFooter {
        margin-bottom: 40px
    }

    .csDetailView {
        width: 100%;
        padding: 0 25px
    }

    .csDivTableTh {
        display: none
    }

    .csDivTableNum {
        width: 30px;
        color: #969696
    }

    .csDivTablePlace {
        width: calc(100% - 30px);
        vertical-align: middle
    }

    .csDivTableTitle {
        display: block;
        width: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
        padding-bottom: 5px;
        font-weight: 700
    }

    .csDivTableDate,
    .csDivTableKind,
    .csDivTableNick {
        width: auto;
        margin-right: 10px
    }

    .csDivTableThr {
        display: none
    }

    .csDivTableDate {
        font-size: 12px;
        color: #9A9A9A
    }
}

.bSendInfoLabel,
.basketInfoWrap,
.basketQDel,
.basketQFirst,
.basketQSeller,
.basketQTitle,
.basketQuarterWrap {
    display: inline-block
}

.claimTable {
    width: 100%
}

.claimTable > thead > tr {
    border-bottom: 2px solid #3E3E3E
}

.claimTable tr td,
.claimTable tr th {
    padding: 10px
}

.claimTable tr:nth-child(odd) {
    background-color: #FAFAFA
}

.claimTable tr:hover {
    background-color: #EEE
}

.claimBtn {
    margin-left: 5px;
    width: auto;
    padding: 5px;
    height: auto
}

.claimInputText {
    border-bottom: 1px solid #AAA;
    width: auto;
    height: auto
}

.cart-item-wrap {
    border-bottom: 1px solid #d6d6d6;
    padding: 40px 20px;
    font-size: 24px
}

.basketInfoWrap {
    width: calc(100% - 140px);
    padding-left: 25px
}

.basketInfoList {
    font-size: 18px
}

.basketInfoItem {
    font-size: 15px
}

.basketInfoPrice {
    font-size: 25px;
    font-weight: 500
}

.basketInfoTitle {
    margin-bottom: 7px;
    padding: 0;
    font-size: 20px;
    font-weight: 700
}

.basketInfoOptionInput {
    padding: 0
}

.basketInfoOptionCheck {
    margin: 10px 0
}

.buyInfoTitle {
    font-size: 22px
}

.buyInfoOptionInput {
    font-size: 15px;
    font-weight: 700
}

.buyInfoOptionCheck {
    font-size: 15px;
    font-weight: 400
}

.basketQuarterWrap {
    text-align: center;
    width: 100%
}

.basketQFirst,
.basketQTitle {
    display: inline-block;
    width: 50%
}

.basketQFirst {
    text-align: left
}

.basketQSeller {
    width: 20%
}

.basketQDel {
    width: 15%
}

.basketShopName {
    padding: 12px 25px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 25px;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    margin-top: 15px 0
}

.bBuyShopName {
    padding: 10px;
    background-color: #2e2e2e;
    color: #fff
}

.basketShopCalc {
    border-bottom: 2px solid #5c5c5c;
    font-size: 18px;
    padding: 5px 0;
    text-align: right;
    background-color: #fff
}

#basketCalcView,
.bOHistoryItem,
.buyCompleteBox,
.sendInfoTitle {
    text-align: center
}

.bPostCodeBtn,
.basketSInfoLoad {
    background-color: #474747;
    color: #fff
}

.basketImg {
    width: 140px;
    height: 140px
}

.basketOptionInput {
    margin-left: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
    height: auto;
    padding: 5px 0 5px 10px;
    width: 50%;
    font-size: 14px
}

#basketSendForm {
    margin: 20px auto 0;
    width: 80%
}

.bSendItemWrap {
    margin-bottom: 10px
}

.basketSInfoLoad {
    font-size: 15px;
    margin-left: 5px;
    padding: 2px;
    border-radius: 3px
}

.bSendInfoLabel {
    width: 80px;
    font-weight: 700
}

.bSAddressDiv,
.bSPostCodeDiv {
    display: flex
}

.bSendInfoAddr,
.bSendInfoInput,
.bSendInfoPhone,
.bSendInfoTArea {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 10px
}

.bSendInfoInput {
    width: 100%
}

.bSendInfoTArea {
    padding: 10px;
    width: 100%;
    height: 100px
}

.bSendInfoPhone {
    width: 30%
}

.bSInfoAddress {
    width: 60%
}

.bSInfoAddrDetail {
    width: calc(40% - 20px)
}

.bSendInfofull {
    display: inline-flex;
    width: calc(100% - 80px)
}

.bSendInfoIBlock {
    display: inline-block;
    width: calc(100% - 80px)
}

.bPostCodeBtn {
    margin-left: 15px;
    border-radius: 5px;
    border: 0;
    padding: 10px
}

#basketCalcView {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    font-size: 16px
}

.bCalcResultClass {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700
}

.bCalcPointList {
    font-size: 14px;
    padding-bottom: 15px;
    border-color: #616161;
    color: #4f4f4f
}

.bCTotalItemLabel {
    font-size: 18px;
    font-weight: 700
}

.bCTotalItemValue {
    font-size: 25px
}

.bCTotalPostLabel {
    font-size: 18px;
    font-weight: 700
}

.bCTotalPostResult,
.bCTotalPostValue {
    font-size: 25px
}

.bCMyPointNumber {
    font-size: 18px;
    margin-left: 5px
}

.bCNeedPointString {
    margin-left: 10px
}

.bCNeedPointNumber {
    font-size: 18px;
    margin-left: 5px
}

.basketFootBtn,
.basketFootReBtn {
    display: inline-block;
    width: 50%;
    border: 1px solid #000;
    padding: 10px;
    text-align: center
}

.basketFootReBtn {
    background-color: #000;
    color: #fff
}

#basketSendInfoView {
    margin-bottom: 150px;
    padding: 15px 0
}

.sendInfoTitle {
    margin-top: 10px;
    font-size: 25px
}

.basketOptionLink,
.basketOptionSave {
    border: 1px;
    border-radius: 50px;
    font-size: 14px
}

.basketOptionLink {
    padding: 7px 15px;
    background-color: #2e2e2e;
    color: #fff
}

.basketOptionSave {
    background-color: #eee;
    padding: 9px 15px;
    font-size: 14px
}

.basketAddBtn,
.basketProductBtn {
    border: 0;
    padding: 0 4px;
    height: auto;
    background-color: #fff
}

.basketProductBtn {
    font-size: 20px;
    font-weight: 700
}

.basketCheckBoxCustom {
    border: 4px solid #dedede;
    display: none
}

.basketCheckBoxCustom + .bSelectCheck {
    display: none
}

.basketCheckBoxCustom:checked + .bSelectCheck {
    display: inline-block
}

.basketCheckBoxCustom:checked ~ .bSelectUnCheck {
    display: none
}

.bONumberWrap {
    margin-bottom: 20px
}

.bONumberItem {
    padding-left: 10px
}

.bONumberItem,
.bOShopWrap {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    border-color: #e8e8e8;
    border-style: none
}

.buyHTypeItemWrap {
    border-bottom: 1px solid #ccc;
    padding: 10px
}

.bOHistoryMenuWrap {
    border: 1px solid #d6d6d6;
    border-radius: 5px
}

.bOHistoryRow {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    font-size: 16px
}

.bOHistoryItem {
    flex-basis: 100%;
    flex-grow: 1;
    font-size: 16px
}

.bOrderBtnClass.buyComponentBtn {
    background-color: #dbdbdb;
    color: #1a1a1a
}

.bOrderBtnClass {
    margin-right: 10px;
    border-radius: 50px;
    padding: 10px 15px;
    background-color: #262626;
    color: #fff
}

.profileTextAreaClass,
.profileTextClass {
    background-color: #FFF;
    width: 100%;
    border: 0
}

.bOrderDetailBox {
    border: 1px solid #000
}

.bOrderDetailList {
    padding: 10px
}

.bOrderDetailBtmBorder {
    border-bottom: 1px solid #000
}

.bOrderDetailTopBorder {
    border-top: 1px solid #000
}

.buyCompleteBtn {
    margin: 0 10px;
    border: 1px solid;
    padding: 0 12px
}

.orderItemWrap {
    padding: 10px;
    border-bottom: 2px solid #ddd
}

.itemStateClass {
    border-bottom: 1px solid #aaa
}

@media (max-width:1199px) {
    .basketShopName {
        font-size: 13px
    }

    .basketInfoTitle {
        font-size: 15px
    }

    .basketInfoPrice,
    .basketProductBtn {
        font-size: 17px
    }

    .bCTotalItemLabel,
    .bCTotalPostLabel,
    .bCTotalPostSymbol {
        font-size: 12px
    }

    .bCTotalItemValue,
    .bCTotalPostResult,
    .bCTotalPostValue {
        font-size: 17px
    }

    .basketInfoWrap {
        width: calc(100% - 50px)
    }

    .basketImg {
        margin-top: 5px;
        width: 50px;
        height: 50px
    }

    .basketInfoList {
        padding: 0
    }

    #basketSendInfoView {
        margin-bottom: 180px
    }

    .bSAddressDiv,
    .bSPostCodeDiv {
        flex-direction: column
    }

    .bPostCodeBtn {
        margin-left: 0
    }

    .bSInfoAddrDetail,
    .bSInfoAddress {
        width: 100%
    }
}

.buyInfoWrap {
    display: inline-block;
    width: calc(100% - 140px);
    padding-left: 15px;
    font-size: 16px
}

@media (max-width:1199px) {
    .buyInfoWrap {
        width: calc(100% - 50px)
    }
}

.manageTapBtn {
    margin: 10px;
    padding: 10px;
    width: auto
}

.manageTable > tbody > tr > td {
    border: 1px solid;
    font-size: 12px
}

#userCateSubmit {
    padding: 6px 30px
}

.admPointTTable {
    width: 100%
}

.admGreen {
    color: #15b515
}

.admRed {
    color: #dd1313
}

#profileModalBody {
    padding: 0
}

.profileDiv {
    margin: 15px 0;
    padding-left: 20px;
    border-bottom: 1px solid #EEE;
    font-size: 12px;
    color: #363636
}

.profileTextAreaClass,
.profileTextClass {
    padding: 15px 0;
    height: 40px;
    font-size: 14px
}

.profileTextClass {
    padding: 0
}

.profileTextAreaClass {
    height: 50px;
    resize: none
}

.profileInlineClass,
.profileSelect1 {
    border: 0;
    width: auto;
    background-color: #FFF;
    font-size: 13px
}

.profileInlineClass {
    margin-left: 5px;
    height: 40px;
    padding: 0;
    display: inline-block
}

.profileQuarter {
    width: 25%;
    display: inline-block
}

.profileDivideTwo {
    width: 50%;
    display: inline-block
}

#profilePWPlace,
#profileSignOutPlace {
    display: none
}

.profilePWChnageBtn {
    border-radius: 8px;
    width: 92px;
    height: 34px;
    font-size: 14px
}

.profileSaveBtn {
    margin-top: 16px;
    margin-bottom: 39px;
    width: 133px;
    height: 33px;
    border-radius: 8px
}

#requestApplyModalBody {
    border-radius: 14px
}

.classup-apply-header {
    margin-bottom: 10px;
    font-size: 17px;
    color: #951A82
}

.classup-apply-body {
    margin-bottom: 10px;
    font-size: 12px
}

.classup-apply-btn {
    padding: 0;
    width: 95px;
    height: 24px;
    border-radius: 6px;
    background-color: #951A82;
    color: #FFF
}

.classup-apply-footer {
    margin-top: 8px;
    font-size: 12px
}

.pm-title-area {
    padding-top: 48px;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 500
}

.pm-title-sub {
    font-size: 18px;
    font-weight: 350
}

.pm-title-count {
    color: #49c5b6;
    font-weight: 500
}

.pm-menu-area {
    margin-bottom: 20px;
    text-align: right
}

.pm-menu-btn {
    border: 1px solid #d8d8d8;
    padding: 9px 15px;
    font-size: 16px;
    font-weight: 350;
    background-color: #fff
}

.pm-save-btn {
    border-color: #49c5b6;
    color: #fff;
    background-color: #49c5b6
}

.pm-btn-click:active {
    border-color: #49c5b6;
    color: #49c5b6
}

.pm-proTable {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666
}

.pm-proTable > .pm-prothead {
    display: block;
    padding-right: 7px
}

.pm-proTable > .pm-protbody {
    display: block;
    height: 600px;
    overflow-y: auto
}

.pm-proTable > thead > tr > th {
    height: 46px;
    font-size: 15px;
    font-weight: 350;
    color: #666
}

.pm-item-price,
.pm-item-title {
    font-size: 17px;
    font-weight: 350
}

.pm-right-margin {
    margin-right: 4px
}

.pm-bottom-margin {
    margin-bottom: 8px
}

.pm-proTable > tbody > tr > td,
.pm-proTable > thead > tr > th {
    border: 1px solid #d8d8d8
}

.pm-proTable > tbody > tr > td {
    text-align: center;
    height: 102px
}

.pm-proTable > tbody > tr.check-on,
.pm-proTable > tbody > tr:hover {
    background-color: #e9f8f6
}

.pm-td-check {
    width: 42px;
    max-width: 42px
}

.pm-td-proinfo {
    width: 293px;
    max-width: 293px
}

.pm-td-writerNk {
    width: 100px;
    max-width: 100px
}

.pm-td-price {
    width: 80px;
    max-width: 80px
}

.pm-td-category {
    width: 158px;
    max-width: 158px
}

.pm-td-radio {
    width: 132px;
    max-width: 132px
}

.pm-td-btn-area {
    width: 76px;
    max-width: 76px
}

.pm-thumb-img {
    width: 70px;
    height: 70px
}

.pm-item-title {
    display: inline-block;
    margin-left: 10px;
    width: 186px;
    text-align: left
}

.pm-selectbox {
    width: 134px
}

.pm-item-checkbox,
.pm-item-radio {
    display: none
}

.pm-item-label,
.pm-item-radio {
    border: 1px solid #f5f5f5;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 350
}

.pm-item-checkbox + .pm-item-label {
    background-color: #FFF
}

.pm-item-checkbox:checked + .pm-item-label {
    background-color: #222;
    border-color: #222;
    color: #FFF
}

.pm-item-radio + .pm-item-label {
    background-color: #FFF
}

.pm-item-radio:checked + .pm-item-label {
    font-weight: 500;
    border-color: #49c5b6;
    color: #49c5b6
}

.pm-item-checkbox + .pm-item-label,
.pm-item-radio + .pm-item-label {
    display: inline-block
}

.pm-ite-save-btn {
    border: 1px solid #49c5b6;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    background-color: #49c5b6;
    color: #fff
}

.banInputFile,
.banInputText,
.topicInputFile,
.topicInputText {
    border: 1px solid;
    vertical-align: top
}

.logImgBox {
    display: table;
    width: 100%;
    margin: 25px 0
}

.logImgPlace {
    width: 45px;
    height: 100%;
    display: table-cell
}

.banInputFile,
.topicInputFile {
    width: 160px
}

#myLogView,
.nav-nick,
.navImgRight {
    display: inline-block
}

#myLogView {
    margin: 0 auto;
    text-align: left
}

.logSubTitle {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    position: relative;
    font-weight: 700
}

.banInputText {
    padding: 5px;
    height: auto
}

.banTextarea {
    padding: 5px
}

.banInputFile {
    padding: 5px;
    height: auto
}

.cateBanBtnStyle {
    padding: 5px 10px;
    height: auto
}

#topicHead {
    padding: 10px 0
}

.topicInputText {
    padding: 5px;
    height: auto
}

.topicTextarea {
    padding: 5px
}

.topicInputFile {
    padding: 5px;
    height: auto
}

.adjTable,
.adjustDayTable {
    width: 100%;
    border-collapse: collapse
}

.topicBtnStyle {
    padding: 5px 10px;
    height: auto
}

.adjustDayTable {
    margin: 10px 0
}

.adjTable td,
.adjTable th,
.adjustDayTable td,
.adjustDayTable th {
    border: 1px solid #ccc
}

.adjRowClass {
    line-height: 2;
    text-align: right
}

.adjRowClass:hover {
    background-color: #eee
}

.body-content {
    margin: 0 auto;
    width: 1000px;
    line-height: 1
}

.body-content.manage-content {
    padding: 0 10px;
    width: auto
}

.navImgRight {
    width: calc(100% - 94px);
    vertical-align: middle
}

.navLevelClass {
    font-size: 14px;
    color: #777
}

.nav-nick {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700
}

.header-menu-item {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #1f1f1f !important;
}

.navAccountArea {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.navAccPipeText {
    margin: 0 10px
}

.naviMenuIcon {
    width: 24px;
    height: 24px
}

.naviIconSupport {
    margin: 0 15px
}

.mainSearchForm {
    position: absolute;
    top: 48px;
    width: 100%;
    height: 38px;
    border-top: 1px solid #b1b1b1;
    background-color: #FFF;
    opacity: 0;
    transition: opacity .5s;
    z-index: -1
}

.mainSearchForm.searchFormAni {
    display: block;
    opacity: 1;
    z-index: 2
}

.m-search-input-text {
    border-radius: 20px;
    background-color: #ddd;
    padding: 5px
}

#pcSearchBox {
    margin: 11px 0;
    border: 0;
    height: 15px;
    width: 100%;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #717171
}

.navi-menu-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.naviMenuLeft,
.naviMenuRight {
    display: inline-flex;
    align-items: center;
    width: 50%;
    height: 48px
}

.naviMenuRight {
    flex-direction: row-reverse
}

.naviMenuCenter {
    width: 100%;
    display: flex;
    height: 38px;
    line-height: 38px;
    justify-content: space-around
}

.navUserArea {
    margin-left: 26px
}

.navUserPArea {
    font-size: 24px;
    font-weight: 700;
    margin: 28px 32px
}

.navUserPUnit {
    font-size: 23px;
    font-weight: 350
}

.naviCartIcon {
    margin-right: 15px
}

@media (min-width:1200px) {

    #pcSearchBox,
    .mainSearchForm.searchFormAni {
        display: inline-block
    }

    .navi-menu-list {
        height: 64px
    }

    .naviMenuCenter,
    .naviMenuLeft,
    .naviMenuRight {
        width: 33.3%
    }

    .naviMenuRight {
        order: 10
    }

    .header-menu-item {
        font-size: 18px;
        font-weight: 500
    }

    .naviMenuIcon {
        width: 27px;
        height: 27px;
        cursor: pointer
    }

    .naviCartIcon,
    .naviIconSupport {
        margin: 0 0 0 24px
    }

    .navUserArea {
        margin-left: 32px
    }

    .navAccountArea {
        margin-bottom: 24px
    }

    #pcSearchBox {
        margin: 0;
        height: 30px;
        border-bottom: 1px solid;
        width: 180px
    }

    .mainSearchForm {
        border: 0;
        position: static;
        height: auto;
        width: auto
    }
}

#admSearchForm,
.admSearchFWrap {
    position: fixed
}

#admSearchForm {
    border: 1px solid #ddd;
    padding: 10px;
    top: 150px;
    left: 50%;
    max-height: 750px;
    min-width: 500px;
    overflow-y: scroll;
    background-color: #fee
}

#admHSResultView {
    margin-top: 100px
}

.admHThumbImg {
    width: 80px;
    height: 80px
}

.adm-H-Textbox {
    width: 60px
}

.admOrderImg {
    width: 80px;
    height: 80px
}

.admAdjTable {
    width: 100%
}

@media (max-width:1199px) {
    #myLogView {
        margin: 0 15px
    }

    .body-content {
        width: 100%
    }

    .navImgRight {
        width: auto
    }
}

.userImgPlace {
    margin-right: 18px;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    vertical-align: middle
}

#myCart {
    display: none
}

.selectPage {
    color: #FFF;
    background-color: #222;
    border-color: #222
}

.uShop-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 40px
}

.shop-page-btn {
    padding: 6px 13px;
    border-radius: 80px;
    background-color: #12ffb6;
    color: #000;
    font-weight: 600
}

.shop-follow-btn {
    vertical-align: bottom
}

#userinfoCartPlace,
#userinfoFollowerPlace,
#userinfoFollowingPlace,
#userinfoLikePlace,
#userinfoShopPlace {
    position: relative
}

#userinfoFollowerPlace,
#userinfoFollowingPlace {
    margin: 0 auto;
    text-align: center
}

.userinfo-shop-menu {
    margin: 40px 0;
    text-align: center
}

.userinfo-menu-select {
    color: #2ce2a0;
    font-weight: 600;
}

#corpBtmIntro {
    border-top: 1px solid #b1b1b1;
    font-size: 12px;
    line-height: 1.5;
    color: #565656
}

@media (min-width:1200px) {
    .userImgPlace {
        width: 76px;
        height: 76px
    }
}

#betaIntroPage,
#celebApplyGuide,
#corpAgreePage,
#corpAgreePage2,
#corpIntroPage,
#corpIntroPage2,
#proposalPage {
    padding-top: 88px
}

#cmtNewChk {
    position: absolute;
    top: 8px
}

.reviewWriterStatus {
    margin-top: -5px;
    color: #CCC;
    font-size: 10px
}

.modal-body .close {
    display: none
}

@media (max-width:1199px) {
    #corpBtmIntro {
        font-size: 10px
    }

    #betaIntroPage,
    #celebApplyGuide,
    #corpAgreePage,
    #corpAgreePage2,
    #corpIntroPage,
    #corpIntroPage2,
    #proposalPage {
        padding-top: 44px
    }

    .modal-body .close {
        display: block;
        position: absolute;
        z-index: 2;
        top: 5px;
        left: 5px
    }
}

.noticeInputText {
    width: 100%
}

.noticeTextarea {
    width: 100%;
    min-height: 200px;
    padding: 10px;
    resize: none
}

.noticeListPlace {
    width: 400px;
    padding: 20px;
    border-bottom: 1px solid #DDD
}

.noticeDetailTitle {
    display: inline-block;
    width: 70%;
    font-size: 15px
}

.noticeDetailDate {
    vertical-align: top;
    display: inline-block;
    width: 30%;
    font-size: 11px;
    text-align: right
}

.noticeDetailBody {
    margin-top: 20px;
    font-size: 13px
}

@media (max-width:1199px) {
    .noticeListPlace {
        width: 100%
    }
}

#scrollUp {
    display: none;
    position: fixed;
    left: calc(50vw + 520px);
    bottom: 30px
}

.scrollUpBtnImg {
    width: 30px;
    opacity: .2
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a {
    float: left;
    padding: 6px 10px;
    margin-left: -1px;
    border: 1px solid #ddd
}

.pagination > li:first-child > a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus,
.pagination > li > a:hover {
    z-index: 2;
    background-color: #eee;
    border-color: #ddd
}

.pagination > li > .selectPage:focus,
.pagination > li > .selectPage:hover {
    background-color: #000
}
.modal-dialog.common-component-dialog{
    margin-top:30vh;
}
.modal-dialog.common-component-content{
    border-radius:14px;
}
.modal-content.common-component-content {
    margin-top: 30vh;
    border-radius: 14px
}

.modal-body.common-component-body {
    border-radius: 14px
}
.common-close{
    -webkit-appearance:none;
    
    z-index:1;
    padding: 0;
    border:0;
    position:absolute;
    right:0;
    
    font-size:21px;
    font-weight:bold;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    
    cursor:pointer;
    background:transparent;
}
#paymentModal {
    z-index: 1060
}

#paymentDialog {
    width: 300px
}

#paymentBody {
    padding: 20px
}

.paymentAmount {
    display: block;
    margin: 5px;
    padding: 10px;
    border: 1px solid #3E3E3E;
    border-radius: 4px;
    width: 100%;
    color: #3E3E3E;
    background: #FFF
}

.paymentAmount:hover {
    color: #FFF;
    background: #3E3E3E
}

@media (max-width:1199px) {
    #scrollUp {
        left: auto;
        right: 10px;
        bottom: 10px
    }

    #paymentDialog {
        margin: auto
    }
}

.payPointView {
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    padding: 10px 0;
    color: #000
}

.payRadio {
    display: none
}

.payLabel {
    display: block;
    margin: 5px;
    padding: 10px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    width: 100%;
    color: #3E3E3E;
    background-color: #FFF
}

.payDSpanClass,
.payKindLeft,
.payKindRight {
    display: inline-block
}

.payLabel:hover,
.payRadio:checked + .payLabel {
    color: #FFF;
    background-color: #3E3E3E
}

.payKindLeft {
    padding: 0 10px;
    font-weight: 700
}

.payKindRight {
    width: calc(100% - 80px);
    vertical-align: top;
    font-size: 12px
}

.payDIWrap {
    margin: 10px 10px 20px;
    border-bottom: 1px solid;
    text-align: center
}

.payDInputClass {
    border: 0;
    width: 80px
}

.payDSpanClass {
    width: 80px
}

.payBuyPointPlace {
    margin-bottom: 30px;
    text-align: right
}

.payBuyPointClass:disabled {
    border: 0;
    padding-right: 10px;
    width: 70px;
    background-color: #FFF;
    color: #000
}

.payCancelBtn {
    color: #AAA;
    background-color: #FFF
}

.paySubmitBtn {
    color: #FFF;
    background-color: #000
}

.payCancelBtn,
.paySubmitBtn {
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 7px 15px;
    height: auto
}

#paymentKindChk {
    margin: 15px 0;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 5px 10px;
    width: 100%
}

.paymentProCancel {
    color: #AAA;
    background: #FFF
}

#paymentProOK,
.paymentProCancel {
    height: auto;
    padding: 7px 15px;
    border: 1px solid #DDD;
    border-radius: 4px
}

#paymentProOK {
    background-color: #3E3E3E;
    color: #FFF
}

#daouPayForm,
#tmpPayData {
    display: none
}

.modal-body.mSideBody {
    padding: 28px 0 0;
    height: 100%
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 66vw;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal.left .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
    overflow-y: auto
}

.modal.left.fade .modal-dialog {
    left: -66vw;
    -webkit-transition: opacity .3s linear, left .3s ease-out;
    -moz-transition: opacity .3s linear, left .3s ease-out;
    -o-transition: opacity .3s linear, left .3s ease-out;
    transition: opacity .3s linear, left .3s ease-out
}

.modal.left.fade.in .modal-dialog {
    left: 0
}

@media (min-width:1200px) {
    .modal.left .modal-dialog {
        width: 300px
    }

    .modal.left.fade .modal-dialog {
        left: -300px
    }
}
