@charset "UTF-8";

html.modal-open {
    overflow: hidden;
}
.validation {
    visibility: hidden;
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #342e1e;
}
.validation:before, .noti:before {
    content: '!';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    border: 1px solid #c30e2f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font: inherit;
    color:#c30e2f;
}
.validation.show {
    visibility: visible;
}
.child-w-20 > * {
    width: 20%;
}
.child-w-25 > * {
    width: 25%;
}
.child-w-33 > * {
    width: 33.3333%;
}
.child-w-50 > * {
    width: 50%;
}
.child-w-100 > * {width:100%;}
.point, .bar {
    position: relative;
}
.point:before,
.bar:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.point:before {
    content: '*';
}
.bar:before {
    content: '-';
}
.sp-char {
    margin-left: 2px;
    font-family: sans-serif !important;
    font-size: inherit;
    line-height: 0.5;
    font-weight: inherit;
    color: inherit;
    letter-spacing: normal;
}
.unit {
    margin-left: 2px;
    font-family: inherit;
    line-height: 0.5;
    font-weight: inherit;
    color: inherit;
    letter-spacing: normal;
}
.table-link tbody tr {cursor: pointer;}
.txt-center {
    text-align: center;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-hide {
    text-align: left;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
}
.ellipsis {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.multi-ellipsis {
    overflow: hidden;
}
.font-child {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    letter-spacing: inherit;
}
.f-wrap {
    overflow: hidden;
}
.f-right {
    float: right;
}
.f-left,
.child-f-left > * {
    float: left;
}
.d-inline-block {
    display: inline-block;
}
.d-block {
    display: block;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.is-mobile {
    display: none !important;
}
.cell-wrap {
    display: table;
}
.cell {
    display: table-cell;
    height: 100%;
}
.cell-wrap .cell {
    width: 100%;
}
.v-middle {
    vertical-align: middle;
}
.v-top {
    vertical-align: top;
}
.inline-fix {
    font-size: 0;
}
.inline-fix > * {
    vertical-align: top;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.bg-sprite {
    /*background-image: url(/rqEffect/images/sprite.png);*/ /*local*/
    /*background-image: url(/shthp/rqEffect/images/sprite.png);*/  /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/sprite.png); /*real*/
    -webkit-background-size: 550px auto;
    background-size: 550px auto;
    background-repeat: no-repeat;
}
.icon-time-large {
    display: inline-block;
    width: 24px;
    height: 32px;
    background-position: -167px -502px;
}
.icon-temp-large {
    display: inline-block;
    width: 18px;
    height: 32px;
    background-position: -167px -539px;
}
.icon-time-medium {
    display: inline-block;
    width: 20px;
    height: 26px;
    background-position: -196px -502px;
}
.icon-temp-medium {
    display: inline-block;
    width: 14px;
    height: 26px;
    background-position: -190px -539px;
}
.icon-time-medium.gray {
    background-position: -220px -502px;
}
.icon-temp-medium.gray {
    background-position: -209px -539px;
}
.accordion-body {
    display: none;
}
.accordion-header {
    position: relative;
    border-bottom: 1px solid rgba(195, 14, 47, 0.4);
}
.accordion-header a {
    display: block;
    padding: 8px 0;
    outline: none;
}
.accordion-header:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 10px;
    width: 19px;
    height: 10px;
    margin-top: -7px;
    /*background-image: url(/rqEffect/images/sprite.png);*/ /*local*/
   /*background-image: url(/shthp/rqEffect/images/sprite.png);*/  /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/sprite.png); /*real*/
    background-repeat: no-repeat;
    -webkit-background-size: 550px auto;
    background-size: 550px auto;
    background-position: -169px -2px;
    pointer-events: none;
}
.accordion-header.show:after {
    background-position: -193px -2px;
}
.accordion-body.show {
    display: block;
}
@media screen and (max-width: 768px) {
    .is-pc {
        display: none !important;
    }
    .is-mobile {
        display: block !important;
    }
    .icon-time-large,
    .icon-time-medium {
        background-position: -244px -502px;
    }
    .icon-temp-large,
    .icon-temp-medium {
        background-position: -228px -539px;
    }
    .icon-time-large,
    .icon-time-medium {
        width: 17px;
        height: 21px;
    }
    .icon-temp-large,
    .icon-temp-medium {
        width: 12px;
        height: 22px;
    }
    .icon-time-medium.gray {
        background-position: -266px -502px;
    }
    .icon-temp-medium.gray {
        background-position: -245px -539px;
    }
    .accordion-header:after {
        width: 13px;
        height: 7px;
        margin-top: -4px;
        background-position: -133px -2px;
    }
    .accordion-header.show:after {
        background-position: -151px -2px;
    }
    .validation {
        font-size: 13px;
        line-height: 24px;
    }
    .validation:before, .noti:before {
        width: 24px;
        height: 24px;
        margin-right: 7px;
    }
}
/*---------------------------------------------*/
.custom-ckbox {
    font-size: 0;
}
.custom-ckbox > * {
    vertical-align: top;
}
.custom-ckbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
}
.custom-ckbox:not(.type-txt) label {
    position: relative;
    display: inline-block;
    padding-left: 34px;
    font-size: 16px;
    line-height: 24px;
    color: #4b4b4b;
    text-align: left;
}
.custom-ckbox.not-txt label {
    padding-left: 0 !important;
}
.custom-ckbox:not(.type-txt) label:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    /*background-image: url(/rqEffect/images/sprite.png);*/ /*local*/
    /*background-image: url(/shthp/rqEffect/images/sprite.png);*/  /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/sprite.png); /*real*/
    -webkit-background-size: 550px auto;
    background-size: 550px auto;
    background-repeat: no-repeat;
    background-position: -374px -178px;
    vertical-align: top;
}
.custom-ckbox.not-txt label:before {
    position: static;
}
.custom-ckbox:not(.type-txt) input:checked + label:before {
    background-position: -374px -207px;
}
/*.content .major-wrap .body-wrap .category-wrap .custom-ckbox label:before {*/
    /*top: 19px;*/
/*}*/
.content .major-wrap .body-wrap .category-wrap .custom-ckbox label:before {
    top: 9px;
}
.content .major-wrap .body-wrap .category-wrap .custom-ckbox label span {
    display: inline-block;
    width: 41px;
    height: 41px;
    vertical-align: top;
}
.custom-ckbox.download label span {
    background-position: -2px -434px;
}
.custom-ckbox.upload label span {
    background-position: -48px -434px;
}
.custom-ckbox.add label span {
    background-position: -2px -548px;
}
.custom-ckbox.minus label span {
    background-position: -48px -548px;
}
.custom-ckbox.medium label,
.custom-ckbox.large label {
    padding-left: 38px;
    font-size: 16px;
    line-height: 29px;
}
.custom-ckbox.medium label:before,
.custom-ckbox.large label:before {
    width: 29px;
    height: 29px;
    background-position: -340px -178px;
}
.custom-ckbox.medium input:checked + label:before,
.custom-ckbox.large input:checked + label:before {
    background-position: -340px -212px;
}
.custom-ckbox.red label {
    padding-left: 32px;
    font-size: 16px;
    line-height: 23px;
    color: #4b4b4b;
}
.custom-ckbox.red label:before {
    width: 23px;
    height: 23px;
    background-position: -340px -246px;
}
.custom-ckbox.red input:checked + label:before {
    background-position: -340px -274px;
}
.custom-ckbox.type-txt label {
    display: inline-block;
    min-width: 60px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 36px;
    color: #807d7b;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
}
.custom-ckbox.type-txt input:disabled + label,.custom-radio.type-txt input:disabled + label {
    cursor: default;
}
.custom-ckbox.type-txt input:checked + label {
    color: #fff;
    background-color: #c30e2f;
    border-color: #c30e2f;
}
.custom-ckbox.bookmark label:before {display: inline-block;width:28px;height:28px;background-position: -35px -964px;}
.custom-ckbox.bookmark input:checked + label:before {background-position: -2px -964px;}
.custom-ckbox.bookmark input:disabled + label:before {cursor: default;}
@media screen and (max-width: 768px) {
    .custom-ckbox:not(.type-txt) label {
        padding-left: 24px;
        font-size: 13px;
        line-height: 16px;
    }
    .custom-ckbox:not(.type-txt) label:before {
        width: 16px;
        height: 16px;
        background-position: -374px -236px;
    }
    .custom-ckbox:not(.type-txt) input:checked + label:before {
        background-position: -374px -257px;
    }
    .content .major-wrap .body-wrap .category-wrap .custom-ckbox label:before {
        top: 13px;
    }
    .custom-ckbox.medium label {
        padding-left: 34px;
        font-size: 13px;
        line-height: 24px;
    }
    .custom-ckbox.medium label:before {
        width: 24px;
        height: 24px;
        background-position: -374px -178px;
    }
    .custom-ckbox.medium input:checked + label:before {
        background-position: -374px -207px;
    }
    .custom-ckbox.large label {
        padding-left: 38px;
        font-size: 24px;
        line-height: 29px;
    }
    .custom-ckbox.large label:before {
        width: 29px;
        height: 29px;
        background-position: -340px -178px;
    }
    .custom-ckbox.large input:checked + label:before {
        background-position: -340px -212px;
    }
    .custom-ckbox.red label {
        /*padding-left: 29px;*/
        font-size: 13px;
        line-height: 18px;
    }
    .custom-ckbox.red label:before {
        width: 18px;
        height: 18px;
        background-position: -340px -302px;
    }
    .custom-ckbox.red input:checked + label:before {
        background-position: -340px -325px;
    }
    .custom-ckbox.type-txt label {
        min-width: 50px;
        font-size: 13px;
        line-height: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .custom-ckbox.bookmark label:before {width: 22px;height: 22px;background-position: -35px -996px;}
    .custom-ckbox.bookmark input:checked + label:before {background-position: -2px -996px;}
}
/*---------------------------------------------*/
.custom-radio {
    position: relative;
    font-size: 0;
}
.custom-radio > * {
    vertical-align: top;
}
.custom-radio input {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
}
.custom-radio:not(.type-txt) label {
    position: relative;
    display: inline-block;
    padding-left: 34px;
    font-size: 16px;
    line-height: 24px;
    color: #4b4b4b;
    text-align: left;
}
.custom-radio:not(.type-txt) label:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    /*background-image: url(/rqEffect/images/sprite.png);*/ /*local*/
    /*background-image: url(/shthp/rqEffect/images/sprite.png);*/  /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/sprite.png); /*real*/
    -webkit-background-size: 550px auto;
    background-size: 550px auto;
    background-repeat: no-repeat;
    background-position: -374px -307px;
    vertical-align: top;
}
.custom-radio:not(.type-txt) input:checked + label:before {
    background-position: -374px -278px;
}
.custom-radio.type-txt label {
    display: inline-block;
    min-width: 60px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 36px;
    color: #807d7b;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
}
.custom-radio.type-txt input:checked + label {
    color: #fff;
    background-color: #c30e2f;
    border-color: #c30e2f;
}
.custom-radio.type-check {
    /*padding-left: 25px;*/
}
.custom-radio.type-check label:before {
    content: none;
    position: absolute;
    display: inline-block;
    top: 4px;
    left: 0;
    width: 13px;
    height: 12px;
}
.custom-radio.type-check input:checked + label:before {
    content: '';
    /*background-image: url(/rqEffect/images/sprite.png);*/ /*local*/
    /*background-image: url(/shthp/rqEffect/images/sprite.png);*/  /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/sprite.png); /*real*/
    -webkit-background-size: 550px auto;
    background-size: 550px auto;
    background-repeat: no-repeat;
    background-position: -249px -2px;
}
.custom-radio.type-check label {
    font-size: 16px;
    line-height: 20px;
    color: #4b4b4b;
}
@media screen and (max-width: 768px) {
    .custom-radio:not(.type-txt) label {
        padding-left: 22px;
        font-size: 13px;
        line-height: 16px;
    }
    .custom-radio:not(.type-txt) label:before {
        width: 16px;
        height: 16px;
        background-position: -374px -157px;
    }
    .custom-radio:not(.type-txt) input:checked + label:before {
        background-position: -374px -136px;
    }
    .custom-radio.type-txt label {
        min-width: 50px;
        font-size: 13px;
        line-height: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .custom-radio.type-check label:before {
        width: 11px;
        height: 10px;
    }
    .custom-radio.type-check {
        /*padding-left: 20px;*/
    }
    .custom-radio.type-check input:checked + label:before {
        background-position: -233px -2px;
    }
    .custom-radio.type-check label {
        font-size: 13px;
        line-height: 18px;
    }
}
/*---------------------------------------------*/
.input-nor {
    height: 48px;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #c5c5c5;
    color: #4b4b4b;
    outline: none;
    background-color: #fff;
}
.input-nor:focus {
    background-color: #f9f9f9;
}
.input-nor.error {border-color:#c30e2f;}
.txtarea-nor {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #c5c5c5;
    color: #4b4b4b;
    outline: none;
    background-color: #fff;
}
.txtarea-nor:focus {
    background-color: #f9f9f9;
}
.input-bdr-bottom {
    padding: 0 6px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    outline: none;
}
.input-bdr-bottom:focus {
    border-bottom: 1px solid rgba(195, 19, 47, 0.4);
}
.input-bdr-bottom.normal {
    height: 48px;
    color: #4b4b4b;
}
@media screen and (max-width: 768px) {
    .input-nor {
        height: 38px;
        padding: 9px 15px;
        font-size: 13px;
    }
    .input-bdr-bottom {
        font-size: 13px;
    }
    .input-bdr-bottom.normal {
        height: 38px;
    }
    .txtarea-nor {
        padding: 9px 15px;
        font-size: 13px;
        line-height: 20px;
    }
}
/*---------------------------------------------*/
.btn-nor {
    display: inline-block;
    padding: 0 26px;
    min-width: 100px;
    height: 34px;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-nor.small {
    min-width: 70px;
    height: 30px;
    padding: 0 20px;
    font-size: 15px;
}
.btn-nor.large {
    height: 40px;
}
.btn-nor.xlarge {height: 46px;}
a.btn-nor {
    line-height: 34px;
}
a.btn-nor.small {
    line-height: 30px;
}
a.btn-nor.large {
    line-height: 40px;
}
a.btn-nor.xlarge {line-height:46px;}
.btn-nor.red {
    color: #fff;
    background-color: #c30e2f;
}
.btn-nor.red:hover {
    background-color: #a70e2c;
}
.btn-nor.gray {
    color: #524e4b;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
}
.btn-nor.gray:hover {
    background-color: #e4e4e4;
}
@media screen and (max-width: 768px) {
    .btn-nor {
        min-width: 80px;
        height: 32px;
        font-size: 13px;
    }
    .btn-nor.small {
        height: 28px;
        font-size: 13px;
    }
    .btn-nor.large {
        height: 36px;
    }
    .btn-nor.xlarge {height: 40px;}
    a.btn-nor {
        line-height: 32px;
    }
    a.btn-nor.small {
        line-height: 28px;
    }
    a.btn-nor.large {
        line-height: 36px;
    }
    a.btn-nor.xlarge {line-height: 40px;}
}
/*---------------------------------------------*/
.custom-select {
    position: relative;
}
.custom-select select {
    height: 36px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 40px;
    color: #4b4b4b;
    border: 1px solid #c5c5d5;
    outline: none;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
}
.custom-select select option:disabled {display: none;}
.custom-select select::-ms-expand {
    display: none;
}
.custom-select.type-curve select {
    height: 34px;
    padding-left: 20px;
    padding-right: 42px;
    border: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
.custom-select.type-not-border select {
    padding-right: 42px;
    border: none;
}
.custom-select.type-curve.black select {
    color: #fff;
    background-color: #7c7c7c;
}
.custom-select.type-curve.gray select {
    color: #4b4b4b;
    background-color: #f4f4f4;
}
.custom-select svg {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: 8px solid #4b4b4b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}
.custom-select.type-not-border svg,
.custom-select.type-curve svg {
    width: 16px;
    height: 8px;
    border: none;
    /*background-image: url(/rqEffect/images/sprite.png);*/ /*local*/
    /*background-image: url(/shthp/rqEffect/images/sprite.png);*/  /*dev*/
    background-image: url(//img.stronghold.coffee/sht-images/square/images/sprite.png); /*real*/
    background-repeat: no-repeat;
    -webkit-background-size: 550px auto;
    background-size: 550px auto;
}
.custom-select.type-curve.black svg {
    background-position: -190px -20px;
}
.custom-select.type-not-border svg,
.custom-select.type-curve.gray svg {
    background-position: -169px -20px;
}
.custom-select.large select {
    height: 48px;
    padding-left: 20px;
    padding-right: 60px;
}
.custom-select.large svg {
    right: 25px;
}
@media screen and (max-width: 768px) {
    .custom-select select {
        font-size: 13px;
    }
    .custom-select.type-curve select {
        height: 28px;
        padding-left: 15px;
        padding-right: 37px;
        font-size: 15px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px;
    }
    .custom-select.type-not-border select {
        height: 28px;
        padding-right: 37px;
    }
    .custom-select.type-not-border svg, .custom-select.type-curve svg {
        width: 13px;
        height: 7px;
    }
    .custom-select.type-curve.black svg {
        background-position: -115px -2px;
    }
    .custom-select.type-not-border svg,
    .custom-select.type-curve.gray svg {
        background-position: -133px -2px;
    }
    .custom-select.large select {
        height: 38px;
        padding-left: 15px;
        padding-right: 45px;
    }
    .custom-select.large svg {
        right: 18px;
    }
}
/*---------------------------------------------*/
.custom-dropdown {
    position: relative;
    display: inline-block;
}
.custom-dropdown .dropdown-btn button {
    height: 48px;
    padding: 0 20px;
    border: 1px solid #c5c5d5;
    background-color: #fff;
    outline: none;
    text-align: left;
}
.custom-dropdown .dropdown-btn button span {
    display: inline-block;
    font-size: 16px;
    color: #4b4b4b;
}
.custom-dropdown .dropdown-menu {position: absolute;display: none;top: 100%;left: 0;min-width: 100%;margin-top: -1px;border: 1px solid #d9d9d9;background-color: #fff;-webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.2);box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.2);z-index: 100;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.custom-dropdown .dropdown-menu .dropdown-menu-inner > ul > li + li {
    border-top: 1px solid #eee;
}
.custom-dropdown .dropdown-menu button {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    font-size: 16px;
    color: #3d3d3d;
    border: none;
    outline: none;
    text-align: left;
    white-space: nowrap;
}
.custom-dropdown .dropdown-menu button:hover {
    background-color: #eee;
}
.custom-dropdown.show .dropdown-menu {
    display: inline-block;
}
.custom-dropdown.more .dropdown-btn button {
    width: 40px;
    height: 40px;
    padding: 0 10px;
    text-align: right;
    border: none;
}
.custom-dropdown.more .dropdown-btn button span {
    width: 5px;
    height: 24px;
    background-position: -278px -2px;
}
.custom-dropdown.show.more .dropdown-btn button span,
.custom-dropdown.more .dropdown-btn button:hover span {
    background-position: -268px -2px;
}
.custom-dropdown.more .dropdown-menu {
    left: auto;
    right: 0;
}
.custom-dropdown.more .dropdown-menu .dropdown-menu-inner > ul > li {
    min-width: 200px;
}
.custom-dropdown.type-select .dropdown-btn {
    position: relative;
}
.custom-dropdown.type-select.show .dropdown-btn button {
    background-color: #f9f9f9;
}
.custom-dropdown.type-select .dropdown-btn button:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: 8px solid #4b4b4b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.custom-dropdown .dropdown-menu.ckbox-group .dropdown-menu-inner {padding: 20px;}
.custom-dropdown .dropdown-menu.ckbox-group .dropdown-menu-inner .box + .box {
    margin-top: 25px;
}
.custom-dropdown .dropdown-menu.ckbox-group .dropdown-menu-inner .custom-ckbox + .custom-ckbox {
    margin-top: 15px;
}
.custom-dropdown .dropdown-menu.ckbox-group .dropdown-menu-inner .custom-ckbox.child {
    margin-left: 24px;
}
.custom-dropdown.input-inner .dropdown-btn button {padding-left: 12px;padding-right:40px;}
.custom-dropdown.input-inner .dropdown-btn button:after {right:18px;}
.custom-dropdown.input-inner .dropdown-btn button span {display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.custom-dropdown.input-inner .dropdown-menu {max-height:232px;overflow: auto;}
.custom-dropdown.input-inner .dropdown-menu .input-wrap {padding:6px;background-color:#f8f8f8;}
.custom-dropdown.input-inner .dropdown-menu .input-wrap input {height:36px;padding:0 10px;border:1px solid #c4c4c4;background-color:#fff;box-shadow: inset 1px 1px 7px 0 rgba(0, 0, 0, 0.2);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-size:16px;color:#4b4b4b;}
.custom-dropdown.input-inner .dropdown-menu button {min-height:45px;height:auto;padding:12px;color:#4b4b4b;}
.custom-dropdown.input-inner .dropdown-menu .custom-ckbox {padding:10px 12px;}
.custom-dropdown.input-inner .dropdown-menu .custom-ckbox label {width:100%;}
.custom-dropdown.input-inner .dropdown-menu .custom-ckbox:hover {background-color:#eee;}
.custom-dropdown.input-btn .dropdown-btn {height:48px;padding-right:40px;border: 1px solid #c5c5d5;background-color: #fff;box-sizing: border-box;}
.custom-dropdown.input-btn .dropdown-btn input {border:none;width:100%;height:100%;font-size:16px;color:#4b4b4b;padding-left:12px;}
.custom-dropdown.input-btn.show .dropdown-btn input {background-color:#f9f9f9;}
.custom-dropdown.input-btn .dropdown-btn button {position:absolute;right:0;top:0;border:none;width:40px;padding:0;height:100%;background-color:transparent;}
.custom-dropdown.input-btn .dropdown-btn button:after {right:18px;}
.custom-dropdown.input-btn .dropdown-menu {max-height:256px;overflow: auto;}
.custom-auto-complete {position:relative;display: inline-block;}
.custom-auto-complete select {display: none;}
.custom-auto-complete .custom-combobox {display:block;height: 48px;padding-right: 40px;border: 1px solid #c5c5d5;background-color: #fff;box-sizing: border-box;}
.custom-auto-complete .custom-combobox input {border:none;outline: none;width: 100%;height: 100%;font-size: 16px;color: #4b4b4b;padding-left: 12px;cursor: text;}
.custom-auto-complete .custom-combobox a {position:absolute;display: inline-block;top:0;border:none;width:40px;height:100%;background-color:transparent;text-align: center;}
.custom-auto-complete .custom-combobox a .ui-icon-triangle-1-s {position:relative;display: inline-block;top: 50%;width: 0;height: 0;margin-top: -4px;border-top: 8px solid #4b4b4b;border-left: 6px solid transparent;border-right: 6px solid transparent;vertical-align: top;}
.custom-auto-complete ul {position:absolute;top:100% !important;left:0 !important;width:100% !important;max-height:256px;overflow: auto;border:1px solid #d9d9d9;margin-top:-1px;background-color:#fff;box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.2);z-index:100;box-sizing:border-box;}
.custom-auto-complete ul li + li {border-top:1px solid #eee;}
.custom-auto-complete ul li div {font-size:16px;line-height:50px;color:#3d3d3d;padding:0 12px;text-align: left;letter-spacing: -0.04em;cursor: pointer;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.custom-auto-complete ul li div:hover {background-color:#eee;}
@media screen and (max-width: 768px) {
    .custom-dropdown .dropdown-btn button {
        height: 38px;
        padding: 0 15px;
    }
    .custom-dropdown .dropdown-btn button span {
        font-size: 13px;
    }
    .custom-dropdown.more .dropdown-menu .dropdown-menu-inner > ul > li {
        min-width: 0;
    }
    .custom-dropdown .dropdown-menu button {
        height: 40px;
        font-size: 13px;
        padding: 0 10px;
    }
    .custom-dropdown.type-select .dropdown-btn button:after {
        right: 18px;
    }
    .custom-dropdown .dropdown-menu.ckbox-group .dropdown-menu-inner {
        padding: 15px;
    }
    .custom-dropdown .dropdown-menu.ckbox-group .dropdown-menu-inner .box + .box {
        margin-top: 20px;
    }
    .custom-dropdown .dropdown-menu.ckbox-group .dropdown-menu-inner .custom-ckbox + .custom-ckbox {
        margin-top: 12px;
    }
    .custom-dropdown .dropdown-menu.ckbox-group .dropdown-menu-inner .custom-ckbox.child {
        margin-left: 16px;
    }
    .custom-dropdown.input-inner .dropdown-btn button {padding-left:10px;padding-right:35px;}
    .custom-dropdown.input-inner .dropdown-btn button:after {right:12px;}
    .custom-dropdown.input-inner .dropdown-menu {max-height:200px;}
    .custom-dropdown.input-inner .dropdown-menu button {min-height:38px;padding:10px;}
    .custom-dropdown.input-inner .dropdown-menu .input-wrap input {height:30px;font-size:13px;}
    .custom-dropdown.input-btn .dropdown-btn {height:38px;padding-right:35px;}
    .custom-dropdown.input-btn .dropdown-btn button {width:35px;}
    .custom-dropdown.input-btn .dropdown-btn button:after {right:12px;}
    .custom-dropdown.input-btn .dropdown-btn input {font-size:13px;padding-left:10px;}
    .custom-dropdown.input-btn .dropdown-menu {max-height:206px;}
    .custom-auto-complete .custom-combobox {height:38px;padding-right:35px;}
    .custom-auto-complete .custom-combobox input {font-size:13px;padding-left:10px;}
    .custom-auto-complete .custom-combobox a {width:35px;}
    .custom-auto-complete ul {max-height:206px;}
    .custom-auto-complete ul li div {padding:0 10px;font-size:13px;line-height:38px;}
}
/*---------------------------------------------*/
.btn-list-more {width:60px;height:60px;border:none;margin-top:10px;}
.btn-list-more span {font-size:16px;color:#484848;}
.btn-list-more i {display: inline-block;width:26px;height:12px;background-position:-493px -2px;margin-top:6px;}
@media screen and (max-width:768px) {
    .btn-list-more {width:50px;height:50px;}
    .btn-list-more span {font-size:15px;}
    .btn-list-more i {width:22px;height:10px;background-position:-493px -20px;}
}

/*로딩 작은거*/
.loaing-small{height: 100% !important; width: 100% !important;}
.loaing-small td{vertical-align: middle !important; text-align: center !important;}
.loaing-small td img{ width: 30px !important;}
