
@charset "utf-8";


/* 디스플레이 */
.sm-display-none {
    display: none;
}

.sm-display-block {
    display: block;
}

.sm-display-flex {
    display: flex;
}

.sm-display-inline {
    display: inline;
}
.sm-display-inline-block {
    display: inline-block;
}

/* 셀렉커스텀 */
.select-custom-box {position:relative; z-index:5;}
.select-custom-box select {
    width:100%; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #8c8c8c; border-radius:8px;
    background:#fff;
    /*background: url('../images/icon_arrow_bottom.png') calc(100% - 5px) no-repeat center / cover;*/
    height:45px; padding:0 10px 0 20px; font-size:16px; color:#353535;
}
.select-custom-box select:focus {
    width:100%; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #8c8c8c; border-radius:8px;
    border-color: #F5F5F5;
    height:45px; padding:0 10px 0 20px; font-size:16px; color:#353535;
}
/*select-custom-box select:after {display:inline-block; content:""; margin:0 0 0 10px; width:24px; height:24px; background:url('../images/icon_arrow_bottom.png') no-repeat center / cover;}*/
/*.select-custom-box dl {display:none; width:100%; padding:7px 10px; position:absolute; left:0; top:44px; background:#fff; border-radius:8px; border:1px solid #e9e9e9; box-shadow:2px 2px 4px 0px rgba(0, 0, 0, 0.25);}*/
/*.select-custom-box select option {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; font-size:16px; color:#353535; border-radius:140px; padding:10px; margin:10px;; background:url('../images/icon_arrow_bottom.png') no-repeat center / cover;}*/
/*
.select-custom-box select dd a:hover {background:#F5F5F5;}
.select-custom-box select dd.active a {background:#f5f5f5;}
.select-custom-box.active button {background:#f5f5f5; border:1px solid #e9e9e9;}
.select-custom-box.active button:after {transform:rotate(180deg);}
.select-custom-box.active dl {display:block;}
*/
@media (max-width:991px){
.select-custom-box select {font-size:14px; height:40px; padding:0 5px 0 10px;}
}





/* =================================== */
/*    Video Section
/* =================================== */

.video-area {
    position: relative;
    z-index: 1;
    /*background: url("/static/durian3/assets/img/video-area/video_bg.png") no-repeat center center;*/
    border: 20px solid #000;
    border-radius: 20px;
    /*height: 650px;*/
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid #fff;
    z-index: 2;
    border-radius: 20px;
}

.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-area .video-play-btn a:before,
.video-area a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
}
.video-area .video-play-btn a:before{
    -webkit-animation: scaling 1s linear 0s infinite;
    -o-animation: scaling 1s linear 0s infinite;
    animation: scaling 1s linear 0s infinite;
}
.video-area .video-play-btn a:after{
    -webkit-animation: scaling 1s linear 0.3s infinite;
    -o-animation: scaling 1s linear 0.3s infinite;
    animation: scaling 1s linear 0.3s infinite;
}

/*==========  Mobile First Method  ==========*/
/* All Device */

/* Custom, iPhone Retina : 320px ~ */
@media only screen and (min-width : 320px) {

    video-area {
        width:100vh;
        height: auto;
    }
}
/* Extra Small Devices, Phones : 480px ~ */
@media only screen and (min-width : 480px) {

    video-area {
        width:100vh;
        height: auto;
    }
}
/* Small Devices, Tablets : 768px ~ */
@media only screen and (min-width : 768px) {

    video-area {
        width:100vh;
        height: auto;
    }
}
/* Medium Devices, Desktops : 992px ~ */
@media only screen and (min-width : 992px) {

    video-area {
        width:100vh;
        height: auto;
    }
}
/* Large Devices, Wide Screens : 1200px ~ */
@media only screen and (min-width : 1200px) {
    video-area {
        width:100vh;
        height: auto;
    }
}

/*==========  Non-Mobile First Method  ==========*/
/* All Device */

/* Large Devices, Wide Screens : ~ 1200px */
@media only screen and (max-width : 1200px) {

    video-area {
        width:100vh;
        height: auto;
    }

}
/* Medium Devices, Desktops : ~ 992px */
@media only screen and (max-width : 992px) {
    video-area {
        width:100vh;
        height: auto;
    }
}
/* Small Devices, Tablets : ~ 768px */
@media only screen and (max-width : 768px) {

    video-area {
        width:100vh;
        height: auto;
    }
}
/* Extra Small Devices, Phones : ~ 480px */
@media only screen and (max-width : 480px) {

    video-area {
        width:100vh;
        height: auto;
    }
}
/* Custom, iPhone Retina : ~ 320px */
@media only screen and (max-width : 320px) {

    video-area {
        width:100vh;
        height: auto;
    }
}


.detail-left {
    margin-bottom: 100px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}



.required label, label.required {
    font-weight: bold;
    color: #333;
}

.table-cols .require {
    background: url('/static/smadmin/img/bl_required.png') no-repeat 7px 50%;
    width: 10px;
    height: 10px;
    background-color: #F6F6F6;
}

.table tr.disabled td {
    background-color: #D4D4D4;
    color: #9F9F9F;
    text-shadow: 1px 1px #FFFFFF;
    -webkit-text-shadow: 1px 1px #FFFFFF;
}

.table tr.disabled td {
    background-color: #D4D4D4;
}

.loading {
    background: url(/static/tokenbay/asset/images/icon_loading.gif) no-repeat 50% 50%;
}


/* 넓이 */
.width102p {
    width: 102% !important;
}

.width100p {
    width: 100% !important;
}

.width98p {
    width: 98% !important;
}

.width90p {
    width: 90% !important;
}

.width80p {
    width: 80% !important;
}

.width75p {
    width: 75% !important;
}

.width74p {
    width: 74% !important;
}

.width70p {
    width: 70% !important;
}

.width62p {
    width: 62% !important;
}

.width60p {
    width: 60% !important;
}

.width57p {
    width: 57% !important;
}

.width55p {
    width: 55% !important;
}

.width50p {
    width: 50% !important;
}

.width49p {
    width: 49% !important;
}

.width40p {
    width: 40% !important;
}

.width30p {
    width: 30% !important;
}

.width27p {
    width: 27% !important;
}

.width20p {
    width: 20% !important;
}

.width18p {
    width: 18% !important;
}

.width15p {
    width: 15% !important;
}

.width12p {
    width: 12% !important;
}

.width11p {
    width: 11% !important;
}

.width10p {
    width: 10% !important;
}

.width9p {
    width: 9% !important;
}

.width8p {
    width: 8% !important;
}

.width7p {
    width: 7% !important;
}

.width6p {
    width: 6% !important;
}

.width5p {
    width: 5% !important;
}

.width3p {
    width: 3% !important;
}

.width2p {
    width: 2% !important;
}

.width-4xs {
    width: 30px !important;
}

.width-3xs {
    width: 60px !important;
}

.width-2xs {
    width: 70px !important;
}

.width-xs {
    width: 100px !important;
}

.width-sm {
    width: 130px !important;
}

.width-md {
    width: 150px !important;
}

.width-lg {
    width: 200px !important;
}

.width-xl {
    width: 250px !important;
}

.width-2xl {
    width: 400px !important;
}

.width-3xl {
    width: 600px !important;
}

.width300 {
    width: 300px !important;
}

/* 높이 */
.height400 {
    height: 400px !important;
}

.height150 {
    height: 150px !important;
}

.height100p {
    /*height: 100% !important;*/
    height: 100%;
}


[type="radio"]:disabled {
  /*background-color: lightgray;*/
  box-shadow: none;
  opacity: 0.5;
  cursor: not-allowed;
}

[type="radio"]:disabled + span {
  opacity: 0.5;
  cursor: not-allowed;
}

[type="radio"]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}


/*  */
.kyc-file-label {
  margin-top: 30px;
  background-color: #5b975b;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 65%;
  border-radius: 6px;
  cursor: pointer;
}
.kyc-file {
  display: none;
}

.kyc-upload-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kyc-upload-box .kyc-drag-file {
  position: relative;
  width: 100%;
  /*min-height : 360px;*/
  height: 360px;
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px dashed #dbdbdb;
}
.kyc-upload-box .kyc-drag-file.highlight {
  border: 3px dashed red;
}
.kyc-upload-box .kyc-drag-file .kyc-image {
  width: 40px;
  margin-bottom: 15px;
}


.kyc-upload-box .kyc-drag-file .kyc-message {
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
@media (max-width:991px){

    .kyc-upload-box .kyc-drag-file .kyc-message {
      max-width: 250px;
      margin-top: 5px;
      margin-right: 0;
      margin-bottom: 5px;
      margin-left: 0;
    }
}
.kyc-upload-box .kyc-drag-file .kyc-preview {
  display: none;
  position: absolute;
  left: 0;

  width: 100%;
  height: 100%;
}


/* 넓이 */
.width102p {
    width: 102% !important;
}

.width100p {
    width: 100% !important;
}

.width98p {
    width: 98% !important;
}

.width90p {
    width: 90% !important;
}

.width80p {
    width: 80% !important;
}

.width75p {
    width: 75% !important;
}

.width74p {
    width: 74% !important;
}

.width70p {
    width: 70% !important;
}

.width62p {
    width: 62% !important;
}

.width60p {
    width: 60% !important;
}

.width57p {
    width: 57% !important;
}

.width55p {
    width: 55% !important;
}

.width50p {
    width: 50% !important;
}

.width49p {
    width: 49% !important;
}

.width40p {
    width: 40% !important;
}

.width30p {
    width: 30% !important;
}

.width27p {
    width: 27% !important;
}

.width20p {
    width: 20% !important;
}

.width18p {
    width: 18% !important;
}

.width15p {
    width: 15% !important;
}

.width12p {
    width: 12% !important;
}

.width11p {
    width: 11% !important;
}

.width10p {
    width: 10% !important;
}

.width9p {
    width: 9% !important;
}

.width8p {
    width: 8% !important;
}

.width7p {
    width: 7% !important;
}

.width6p {
    width: 6% !important;
}

.width5p {
    width: 5% !important;
}

.width3p {
    width: 3% !important;
}

.width2p {
    width: 2% !important;
}

.width-4xs {
    width: 30px !important;
}

.width-3xs {
    width: 60px !important;
}

.width-2xs {
    width: 70px !important;
}

.width-xs {
    width: 100px !important;
}

.width-sm {
    width: 130px !important;
}

.width-md {
    width: 150px !important;
}

.width-lg {
    width: 200px !important;
}

.width-xl {
    width: 250px !important;
}

.width-2xl {
    width: 400px !important;
}

.width-3xl {
    width: 600px !important;
}

.width300 {
    width: 300px !important;
}

/* 높이 */
.height400 {
    height: 400px !important;
}

.height150 {
    height: 150px !important;
}

.height100p {
    /*height: 100% !important;*/
    height: 100%;
}

/* padding */
.pd0 {
    padding: 0 !important;
}
.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px;
}

.pdt3 {
    padding-top: 3px !important;
}

.pdt2 {
    padding-top: 2px !important;
}

.pdt10 {
    padding-top: 10px;
}

.pdt14 {
    padding-top: 14px;
}

.pdt100 {
    padding-top: 100px;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdr10 {
    padding-right: 10px;
}

.pdr15 {
    padding-right: 15px;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdl5 {
    padding-left: 5px;
}
.pdl8 {
    padding-left: 8px !important;
}
.pdl10 {
    padding-left: 10px;
}

.pdl15 {
    padding-left: 15px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl50 {
    padding-left: 50px;
}

.pdt5 {
    padding-top: 5px;
}

.pdt30 {
    padding-top: 30px;
}


.pdb5 {
    padding-bottom: 5px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb24 {
    padding-bottom: 24px;
}

/* margin */
.mg5 {
    margin: 5px;
}

.mgauto {
    margin: 0 auto;
}

.mgt0 {
    margin-top: 0 !important;
}

.mgt3 {
    margin-top: 3px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}
.mgt15 {
    margin-top: 15px !important;
}
.mgt20 {
    margin-top: 20px !important;
}
.mgt24 {
    margin-top: 24px !important;
}
.mgt30 {
    margin-top: 30px !important;
}
.mgt35 {
    margin-top: 35px !important;
}
.mgt55 {
    margin-top: 55px !important;
}

.mgb0 {
    margin-bottom: 0 !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb25 {
    margin-bottom: 25px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgl0 {
    margin-left: 0 !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgl8 {
    margin-left: 8px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl12 {
    margin-left: 12px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgl34 {
    margin-left: 34px !important;
}

.mgr0 {
    margin-right: 0 !important;
}
.mgr5 {
    margin-right: 5px !important;
}
.mgr10 {
    margin-right: 10px !important;
}
.mgr20 {
    margin-right: 20px !important;
}
.mgr30 {
    margin-right: 30px !important;
}
.pdlr15 {
    padding-left: 15px !important;
}
.pdlr30 {
    padding-left: 30px !important;
}
.pos-r {
    position: relative !important;
}
.max-height250 {
    max-height: 250px !important;
}


.sm-blackout {
    width: 100%;
    margin: 0 auto 0;
    padding: 90px 0 90px;
    text-align: center;
}

.sm-blackout > strong {
    color: #222222;
    font-size: 28px;
}

.sm-blackout > strong > em {

    color: #EC1C23;
    font-size: 28px;
    font-weight: 700;
}


.sm-blackout p {
    padding: 20px 0 0;
    color: #222222;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}

.sm-terms-item {
    padding: 5px 0px 5px 0px;
}

.sm-terms-item ul {
    list-style:none;
    width : 95%;
}

.sm-terms-item li {
   float: left;
}

.sm-terms-item li:first-child {
   float: left;
}

.sm-terms-item li:last-child {
   float: right;
}



.sm-terms-item-checkbox {
    width : 95%;
}

.sm-arrow-right {
    width : 14px;
    height : 14px;
    background: url( "../images/right_arrow.png" ) no-repeat;
}

.sm-text-red {
    color: #fa2828 !important;
}

.sm-text-azure {
    color: #108fff !important;
}


.sm-button-box {
    width:100%;
    display: flex;
    float: right;
}

.sm-right {
    display: flex;
    float: right;
}

.sm-input-right {
    text-align: right;
}

.sm-text-red {
    color: #fa2828 !important;
}


.sm-text-darkred {
    color: #fa2828 !important;
}

.sm-text-blue {
    color: #117EF9 !important;
}

.sm-text-darkblue {
    color: #004AB9 !important;
}

.sm-text-orange-red {
    color: #fa2828 !important;
}

.sm-text-orange {
    color: #FFA500 !important;
}

.sm-text-green {
    color: #6EA31F !important;
}

.sm-text-greenteal {
    color: #46ce7c !important;
}

.sm-text-violet {
    color: #627DCE !important;
}

.sm-text-black {
    color: #000000 !important;
}

.sm-text-darkgray {
    color: #333 !important;
}

.sm-text-gray {
    color: #999 !important;
}

.sm-txt-right {
    text-align: right;
}

.sm-text-warn {
    padding : 0px 10px 0px 10px;
    color: #fa2828 !important;
    vertical-align:bottom;
    font-size : 12px;
}
.sm-text-warn span {
    color: #fa2828 !important;
    vertical-align:bottom;
    font-size : 12px;
}

/**
button
*/

/*.btn-white {outline:0; display:inline-block; vertical-align:top; box-sizing:border-box; cursor:pointer; background:none;}*/
.btn-white {outline:0;  vertical-align:top; box-sizing:border-box; cursor:pointer; background:none;}
.btn-white-noflex { flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #8c8c8c; border-radius:8px; background:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}
.btn-white { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #8c8c8c; border-radius:8px; background:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}
.btn-white-center {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #8c8c8c; border-radius:8px; background:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}
.btn-white-right {float: right; flex-wrap:wrap; align-items:center; justify-content:right; border:1px solid #8c8c8c; border-radius:8px; background:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}

.btn-black {outline:0;  vertical-align:top; box-sizing:border-box; cursor:pointer; background:#0d0d0d;color:#fff}
.btn-black-noflex { flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #0d0d0d; border-radius:8px; background:#0d0d0d;color:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}
.btn-black { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #0d0d0d; border-radius:8px; background:#0d0d0d;color:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}
.btn-black-center {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #0d0d0d; border-radius:8px; background:#0d0d0d;color:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}
.btn-black-right {float: right; flex-wrap:wrap; align-items:center; justify-content:right; border:1px solid #0d0d0d; border-radius:8px; background:#0d0d0d;color:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}

.btn-gray {outline:0;  vertical-align:top; box-sizing:border-box; cursor:pointer; background:#8C8C8C;color:#fff}
.btn-gray-noflex { flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #8C8C8C; border-radius:8px; background:#8C8C8C;color:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}
.btn-gray { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #8C8C8C; border-radius:8px; background:#8C8C8C;color:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}
.btn-gray-center {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; border:1px solid #8C8C8C; border-radius:8px; background:#8C8C8C;color:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}
.btn-gray-right {float: right; flex-wrap:wrap; align-items:center; justify-content:right; border:1px solid #8C8C8C; border-radius:8px; background:#8C8C8C;color:#fff; padding:0 8px; margin:0 0 0 8px; height:44px; font-size:14px;}



.btn-small {
    max-width:200px;
    height:25px;
    padding: 5px 15px;
    font-size:13px;
    border-radius: 5px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0;
    font-weight:normal !important;
}
.btn-xl {
    height:38px;
    padding:0 30px;
    font-size:13px;
    border-radius: 0;
}
.btn-2xl {
    min-width:150px;
    max-width:200px;
    height:38px;
    padding:0 15px;
    font-size:13px;
    border-radius: 5px;
}

@media (max-width:991px){
}
@media (max-width:767px){
}
@media (max-width:575px){
    .btn-2xl {
        min-width:100px;
        max-width:100px;
        height:38px;
        padding:0 5px;
        font-size:13px;
        border-radius: 5px;
    }
}


/**
    align
*/
.align-right {
    float: right;
}
.align-left {
    float: left;
}
.align-center {
    float: center;
}



/***********************************************
 ** 안내박스
 ***********************************************/
.information {
    border-top: 1px solid #888;
    margin-top: 50px;
    padding: 20px 0;
    color: #666666;
}
.information h4 {
    background-image: url("/static/tokenbay/asset/images/icon_help_contacts.svg");
    background-repeat: no-repeat;
    /*background: url(/static/tokenbay/images/import_contacts_opsz24.svg) no-repeat left top;*/
    padding-left: 18px;
    font-size: 12px;
    color: #117ef9;
    font-weight: bolder;
}

.information .content {
    padding-left: 7px;
}
.information .content ul {
    margin-bottom: -10px
}

.information .content ul li {
    margin: 5px 0px 15px 0px;
    font-size: 12px;
    color: #777777;
    line-height: 15px;
}

.information .content ul li h3 {
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    font-weight:bold;
    color: #777777;
}

.information .content ul li strong {
    color: #777777;
}

.information .content ul li .highlight {
    color: #0098A2;
}

.information .content ul li a {
    text-decoration: underline;
    color: #333333;
}

.information .content ul li li {
    margin: 10px 0 0 0;
}

.information .content ol li {
    font-size: 11px;
    color: #777777;
    line-height: 15px;
}

/* information - 테이블 */
.information .content_table {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    width: 100%;
    font-size: 11px;
}

.information .content_table td,
.information .content_table th {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding: 5px;
}

.information .content_table thead th {
    color: #FFFFFF;
    background-color: #333333;
    white-space: nowrap;
    padding: 8px;
}

.information .content_table .desc01 {
    color: #333333;
    background-color: #F6F6F6;
    white-space: nowrap;
}

.information .content_table .desc02 {
    color: #117ef9;
    background-color: #FAFAFA;
    white-space: nowrap;
}
.information p {
    line-height:1.6;
}
.information span {
    display:inline-block;
    padding:8px 0 0;
    font-size:12px !important;
}
.information p span:first-child {
    display:inline-block;
    padding:0 0 2px;
}
.information p span {
    padding:0;
}


/* 포인트 영역 */
.sm-point-area {
    width: 100%;
    margin: 20px auto 0;
    padding: 0px 0 0px;
    text-align: center;
}

.sm-point-area > strong {
    color: #222222;
    font-size: 28px;
}

.sm-point-box {
    width: 100%;
    margin: 0 auto 0;
    padding: 30px 0 30px;
    margin : 15px 0 15px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
}
.sm-point-box > em {

    color: #EC1C23;
    font-size: 28px;
    font-weight: 700;
}
.sm-point-box > strong {
    color: #222222;
    font-size: 28px;
}
.sm-point-box p {
    padding: 20px 0 0;
    color: #222222;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}





.sm-bold400 {
    font-weight: 400;
}
.sm-bold700 {
    font-weight: 700;
}

.blackout {
    width: 578px;
    margin: 0 auto 0;
    padding: 200px 0 200px;
    /*background: url('/static/tokenbay/img/icon_error.png') no-repeat center 69px;*/
    text-align: center;
}

.blackout > strong {
    color: #222222;
    font-size: 28px;
}

.blackout > strong > em {
    font-style: normal;
    color: #EC1C23;
    font-size: 28px;
}

* {
    font-family: Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
}

.blackout p {
    padding: 20px 0 0;
    color: #222222;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}

* {
    margin: 0;
    padding: 0;
}

body {
    //-webkit-text-size-adjust: none;
}

.c-point {
    color: #EC1C23;
}

.submitbtn .skinbtn {
    width: 180px;
}

.skinbtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;

    border: 1px solid #B1B1B1;
    background: #FFFFFF;
    color: #777777;
}

.btn-m2 {
    height: 44px;
}

.submitbtn {
    margin: 30px 0 0;
}

@media (max-width:991px){

}



@media (max-width: 768px) {
    .blackout {
        width: auto;
        padding: 190px 0 90px;
        /*background-size: 97px 84px;*/
    }

    .blackout > strong {
        font-size: 20px;
    }


    .blackout > strong > em {
        font-size: 28px;
    }

    .blackout p {
        padding: 10px 0 0;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.05em;
    }

    .submitbtn {
        margin: 20px 0 0;
    }

}

@media (max-width:600px){
    .blackout {
        width: auto;
        padding: 190px 0 90px;
        /*background-size: 97px 84px;*/
    }

    .blackout > strong {
        font-size: 20px;
    }



    .blackout > strong > em {
        font-size: 28px;
    }


    .blackout p {
        padding: 10px 0 0;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.05em;
    }

    .submitbtn {
        margin: 20px 0 0;
    }


    .submitbtn .skinbtn {
        width: 130px;
    }

    .skinbtn {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        height: 40px;
        padding: 0 5px;
        text-align: center;
        vertical-align: top;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 14px;

        border: 1px solid #B1B1B1;
        background: #FFFFFF;
        color: #777777;
    }
}


@media (max-width:500px){
    .blackout {
        width: auto;
        padding: 190px 0 90px;
        /*background-size: 97px 84px;*/
    }

    .blackout > strong {
        font-size: 20px;
    }



    .blackout > strong > em {
        font-size: 28px;
    }


    .blackout p {
        padding: 10px 0 0;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.05em;
    }

    .submitbtn {
        margin: 20px 0 0;
    }


    .submitbtn .skinbtn {
        width: 100px;
    }

    .skinbtn {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        height: 40px;
        padding: 0 5px;
        text-align: center;
        vertical-align: top;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 14px;

        border: 1px solid #B1B1B1;
        background: #FFFFFF;
        color: #777777;
    }
}

@media (max-width:400px){

    .blackout {
        width: auto;
        padding: 120px 0 90px;
        /*background-size: 97px 84px;*/
    }

    .blackout > strong {
        font-size: 10px;
    }



    .blackout > strong > em {
        font-size: 20px;
    }


    .blackout p {
        padding: 5px 0 0;
        font-size: 10px;
        line-height: 18px;
        letter-spacing: -0.05em;
    }

    .submitbtn {
        margin: 10px 0 0;
    }


    .submitbtn .skinbtn {
        width: 80px;
    }

    .skinbtn {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        height: 40px;
        padding: 0 5px;
        text-align: center;
        vertical-align: top;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 10px;

        border: 1px solid #B1B1B1;
        background: #FFFFFF;
        color: #777777;
    }
}






.width100 {
    width: 100px !important;
}

.width90 {
    width: 90px !important;
}

.width80 {
    width: 80px !important;
}

.width70 {
    width: 70px !important;
}

.width60 {
    width: 60px !important;
}

.width50 {
    width: 50px !important;
}

.width40 {
    width: 40px !important;
}

.width30 {
    width: 30px !important;
}

.width20 {
    width: 20px !important;
}

.width10 {
    width: 10px !important;
}


.sm-table-layout-fixed {
    table-layout: fixed;
}
.sm-table-cols td .btn-red-line,
.sm-table-cols td ul{list-style: none}
.sm-table-cols td ul.list-style-disc{list-style: disc}
.sm-table > thead > tr > td.default,
.sm-table > tbody > tr > td.default,
.sm-table > tfoot > tr > td.default,
.sm-table > thead > tr > th.default,
.sm-table > tbody > tr > th.default,
.sm-table > tfoot > tr > th.default,
.sm-table > thead > tr.default > td,
.sm-table > tbody > tr.default > td,
.sm-table > tfoot > tr.default > td,
.sm-table > thead > tr.default > th,
.sm-table > tbody > tr.default > th,
.sm-table > tfoot > tr.default > th {
    background-color: #FCFCFC;
}
.sm-table {
    margin-bottom: 20px;
}
.sm-table .val-up,
.sm-table .val-down{
    display: inline-block;
    vertical-align: middle;
    padding-left: 14px;
}
.sm-table .val-down{
    background:url(/static/smadmin/img/icon_down.png) left center no-repeat;
}
.sm-table .val-up{
    background:url(/static/smadmin/img/icon_up.png) left center no-repeat;
}
.sm-table > tbody + tbody {
    border-top-width: 1px;
}
.sm-table-title {
    margin: 0 0 7px;
    color: #222222;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: bold;
}
.sm-table-title .pull-right {
    margin-top: 0;
}
.sm-table-title .text-muted {
    color: #666666;
}
.sm-table-title small,
.sm-table-title span {
    /*margin-left: 10px;*/
}
.sm-table-title small {
    font-size: 11px;
    /*font-family: '돋움', 'Dotum';*/
    font-weight: normal;
    color: #6D6D6D;
}
.sm-table-sub-title {
    margin: 14px 0 7px;
    color: #222222;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: bold;
}
.sm-table-sub-title small {
    font-size: 11px;
    /*font-family: '돋움', 'Dotum';*/
    font-weight: normal;
    color: #6D6D6D;
}
.sm-table-btn {
    margin-bottom: 30px;
    text-align: center;
}
/* Content - Content Form - 목록테이블 */
.sm-table-cols > thead > tr > th,
.sm-table-cols > tbody > tr > th,
.sm-table-cols > tfoot > tr > th,
.sm-table-cols > thead > tr > td,
.sm-table-cols > tbody > tr > td,
.sm-table-cols > tfoot > tr > td {
    /*white-space:nowrap;*/
    border-top: 0;
    border-bottom: 1px solid #E6E6E6;
}
.sm-table-cols > thead > tr > th,
.sm-table-cols > thead > tr > td {
    border-bottom-width: 2px;
}
.sm-table-responsive {
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.sm-table-responsive > .sm-table-cols,
.sm-table-responsive > .sm-table-rows {
    border: 0;
    margin-bottom: 0;
}
.sm-table-responsive > .sm-table-cols > thead > tr > th:first-child,
.sm-table-responsive > .sm-table-cols > tbody > tr > th:first-child,
.sm-table-responsive > .sm-table-cols > tfoot > tr > th:first-child,
.sm-table-responsive > .sm-table-cols > thead > tr > td:first-child,
.sm-table-responsive > .sm-table-cols > tbody > tr > td:first-child,
.sm-table-responsive > .sm-table-cols > tfoot > tr > td:first-child {
    border-left: 0;
}
.sm-table-responsive > .sm-table-cols > thead > tr > th:last-child,
.sm-table-responsive > .sm-table-cols > tbody > tr > th:last-child,
.sm-table-responsive > .sm-table-cols > tfoot > tr > th:last-child,
.sm-table-responsive > .sm-table-cols > thead > tr > td:last-child,
.sm-table-responsive > .sm-table-cols > tbody > tr > td:last-child,
.sm-table-responsive > .sm-table-cols > tfoot > tr > td:last-child {
    border-right: 0;
}
.sm-table-responsive > .sm-table-cols > tbody > tr:last-child > th,
.sm-table-responsive > .sm-table-cols > tfoot > tr:last-child > th,
.sm-table-responsive > .sm-table-cols > tbody > tr:last-child > td,
.sm-table-responsive > .sm-table-cols > tfoot > tr:last-child > td {
    border-bottom: 0;
}
.sm-table-cols > thead > tr > th,
.sm-table-cols > tbody > tr > th,
.sm-table-cols > tfoot > tr > th,
.sm-table-cols > thead > tr > td,
.sm-table-cols > tbody > tr > td,
.sm-table-cols > tfoot > tr > td {
    padding: 8px 15px;
    font-size: 12px;
    height: 43px;
}

.sm-table-cols {
    border-top: 1px solid #888888;
}

.sm-table-cols .dl-horizontal {
    margin-bottom: 0;
}

.sm-table-cols .dl-horizontal dt {
    text-align: left;
    font-weight: normal;
}

.sm-table-cols > thead > tr > th {
    letter-spacing: -1px;
    color: #333333;
    background-color: #EFEFEF;
    white-space: nowrap;
    padding: 8px 15px;
    text-align: center;
    vertical-align: middle;
    /*
    border-right: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    */
}
.sm-table-cols > tbody > tr > th.th,
.sm-table-cols > tbody > tr > td.th {
    padding: 0;
}
.sm-table-cols > tbody > tr > th.th > div,
.sm-table-cols > tbody > tr > td.th > div {
    background-color: #F6F6F6;
    white-space: nowrap;
    padding: 13px 15px;
    text-align: right;
    vertical-align: middle;
}
.sm-table-dashboard td > strong {
    font-size:15px;
}
.sm-table-dashboard td > span {
    display:inline-block;
    padding:5px 0 0;
}
.sm-table-cols > tbody > tr > td.th >  .list-unstyled {
    padding: 12px 15px 4px;
}
.sm-table-cols > tbody > tr > td.th > .list-unstyled li {
    overflow: hidden;
}
.sm-table-cols > tbody > tr > td.th > .list-unstyled li strong {
    float: left;
    padding: 0 5px 0 0;
}
.sm-table-cols > tbody > tr > td.th > .list-unstyled li span {
    float: right;
    padding: 0 0 0 5px;
}
.sm-table-cols > tbody > tr > td.th > .list {
    padding: 12px 15px 4px;
}
.sm-table-cols > tbody > tr > td.th >.list li {
    overflow: hidden;
}
.sm-table-cols > thead > tr > th.text-left {
    text-align: left;
}
.sm-table-cols > tbody + tbody {
    border-top: 0;
}
.sm-table-cols > tbody > tr > th {
    background-color: #F6F6F6;
}


.sm-table-cols > tbody > tr > th strong {display:block; font-weight:600; color:#f00; }
.sm-table-cols > tbody > tr > th b {display:block; font-weight:600;  }
.sm-table-cols > tbody > tr > td strong {display:block; font-weight:600; color:#f00; }
.sm-table-cols > tbody > tr > td b {display:block;  font-weight:600;  }



.sm-table-cols > tbody > tr > th > .btn {
}
.sm-table-cols > tbody > tr > th > .btn.js-tooltip {
    margin:0;
}
.sm-table-cols > tbody > tr > td .bold:first-child {
    padding:0 0 10px;
}
.sm-table-cols > tbody > tr > td .checkbox-inline + .checkbox-inline,
.sm-table-cols > tbody > tr > td .radio-inline + .radio-inline {
    margin:0 0 0 15px;
}
.sm-table-cols > tbody > tr > td .checkbox-inline,
.sm-table-cols > tbody > tr > td .radio-inline {
    padding:0;
}
.sm-table-cols > tbody > tr > td label {
    margin:0;
    vertical-align:middle;
}
.sm-table-cols > tbody > tr > td .js-title-textarea-row {
    overflow:hidden;
}
.sm-table-cols > tbody > tr > td .js-title-textarea-row + .js-title-textarea-row {
    padding:20px 0 0;
}
.sm-table-cols > tbody > tr > td .js-title-textarea-row textarea {
    margin-top:-1px;
}
.sm-table-cols > tbody > tr > td .js-title-textarea-row input[type="text"]:focus {
    position:relative;
}
.sm-table-cols > tbody > tr > td.form-inline .savePathText {
    display:inline-block;
    padding:0 10px 5px 0;
}
.sm-table-cols > tbody > tr > td.form-inline .httpUrlText {
    padding:0 0 0 10px;
}
.sm-table-cols > tbody > tr > td .radio label {
    padding:0;
}
.sm-table-cols > tbody > tr > td .benefit-text {
    margin:0 0 0 5px;
}
.sm-table-cols > tbody > tr > td .progress {
    margin:0;
}
.sm-table-cols > tbody > tr > td .small-image img {
    height: 50px;
}
.sm-table-toggle > tbody > tr > th {
    padding-left: 28px;
}
.sm-table-cols-none {
    padding:0px;
    margin:0px;
    border:0px;
}
.sm-table-cols-none tr:last-child td{
    border-bottom:0px;
}
.sm-table-fixed {
    table-layout: fixed;
}
.sm-table-cross-hover {
    width: 100%;
    border-spacing: 0;
    vertical-align: top;
    table-layout: auto;
}
.sm-table-cross-hover tr.hover td {
    cursor: pointer;
    background-color: rgba(30, 138, 228, 0.15);
}
.sm-table-cross-hover td {
    padding: 0 10px;
    line-height: 30px;
    background-color: inherit;
    color: #3c3c3c;
}
.sm-table-cross-hover tr:nth-child(even) {
    background-color: #f0f0f0;
}
.sm-table-cross-hover tr:nth-child(odd) {
    background-color:#fff;
}
.sm-table-cross-hover tbody tr:hover,
.sm-table-cross-hover tbody td.hover,
.sm-table-cross-hover tfoot tr:hover,
.sm-table-cross-hover tfoot th.hover, tfoot td.hover {
    background-color: rgba(30, 138, 228, 0.15) !important;
}
.sm-table-cross-hover td:hover {
    background-color: #fff !important;
    color: #1e8ae4;
    cursor: pointer;
}
.sm-table-cross-hover tbody td.hover:hover,
.sm-table-cross-hover  tfoot th:hover,
.sm-table-cross-hover  tfoot td:hover {
    background-color: #fff !important;
}

.sm-table-cross-hover  thead th {
    padding: 20px 10px 20px 10px;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
}
.sm-table-rows {
    border-top: 1px solid #AEAEAE;
    border-bottom: 1px solid #E6E6E6;
}
.sm-table-rows > tbody > tr > th,
.sm-table-rows > tfoot > tr > th,
.sm-table-rows > tbody > tr > td,
.sm-table-rows > tfoot > tr > td {
    padding: 5px;
    border-top: 1px solid #E6E6E6;
    height: 34px;
}
.sm-table-rows > thead > tr.text-center > th,
.sm-table-rows > thead > tr > th.text-center {
    text-align: center;
}
.sm-table-rows thead.subhead th,
.sm-table-rows thead.subhead td {
    background-color: #f6f6f6 !important;
}
/*.sm-table-rows > tbody > tr:hover > td,*/
.sm-table-rows > tbody > tr > td.hover {
    background-color: #F6F6F6;
}
.sm-table-rows > caption + thead > tr:first-child > th, .sm-table-rows > colgroup + thead > tr:first-child > th, .sm-table-rows > thead:first-child > tr:first-child > th, .sm-table-rows > caption + thead > tr:first-child > td, .sm-table-rows > colgroup + thead > tr:first-child > td, .sm-table-rows > thead:first-child > tr:first-child > td {
    border-top: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
    border-right: 1px solid #aeaeae;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    vertical-align: middle;
}
.sm-table-rows thead th {
    border-top: 1px solid #AEAEAE !important;
    border-bottom: 1px solid #AEAEAE !important;
}
.sm-table-rows tfoot th {
    color: #222222;
}
.sm-table-rows tfoot th,
.sm-table-rows tfoot td {
    /*border-top: 1px solid #AEAEAE !important;*/
    /*border-bottom: 1px solid #AEAEAE !important;*/
    background-color: #FCFCFC;
    height: 37px;
}
.sm-table-rows th {
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    background-color: #BCBCBC !important;
    color: #FFFFFF;
}
.sm-table-rows th.th {
    color: #000;
    background-color: #F6F6F6 !important;
}
.sm-table-rows td {
    font-size: 12px;
    padding: 5px 0px;
    color: #444444;
}
.sm-table-rows.space10 {
}
.sm-table-rows.space10 td {
    padding:10px 0;
}
.sm-table-rows.space10 td input[type="button"] + input[type="button"] {
    margin:10px 0 0;
}
.sm-table-cols td a.btn-xs,
.sm-table-rows td a.btn-xs {
    padding-top:1px;
    padding-bottom:1px;
}
.sm-table-rows td.border-right {
    border-right: 1px solid #E6E6E6;
}
.sm-table-rows td.border-right-none {
    border-right: 0;
}
.sm-table-rows td.border-right-none + td {
    border-left: 0;
}
.sm-table-cols td.border-left,
.sm-table-rows td.border-left {
    border-left: 1px solid #E6E6E6;
}
.sm-table-rows td .num_form {
    font-weight: bold;
    font-family: verdana;
}
.sm-table-rows td.bgn {
    background-color: #FFFFFF;
}
.sm-table-rows td.bgy {
    background-color: #F7F7F7;
}
.sm-table-rows td.memSttn {
    padding-right: 5px;
    color: #6C6C6C;
}
.sm-table-rows tr.move-row td {
    padding-top:10px;
    padding-bottom:10px;
}
.sm-table-rows td.memStty {
    padding-right: 5px;
    color: #1259C3;
}
.sm-table-rows td.memSttt {
    padding-right: 5px;
    color: #CC0033;
}
/* 회원통계*/
.sm-table-rows.sm-table-in thead th {
    background: #F4F4F4;
}
.sm-table-rows .add-goods td {
    border-top: 1px dotted #D6D6D6;
}
/* Content - Content Form - 주문 상세 테이블 */
.sm-table-rows .dl-horizontal {
    margin-bottom: 0;
}
.sm-table-rows .dl-horizontal dt {
    width: auto;
}
.sm-table-rows .dl-horizontal dd {
    margin-left: auto;
}
.sm-table-rows td.bgn {
    background-color: #FFFFFF;
}
.sm-table-rows td.bgy {
    background-color: #F7F7F7;
}
.sm-table-rows td.memSttn {
    padding-right: 5px;
    color: #6C6C6C;
}
/* 회원통계*/
.sm-table-rows td.memStty {
    padding-right: 5px;
    color: #1259C3;
}
/* 회원통계*/
.sm-table-rows td.memSttt {
    padding-right: 5px;
    color: #CC0033;
}
/* 파일리스트 */
.sm-table-file {
    margin-left: 0 !important;
    border-bottom: none !important;
}
.sm-table-file thead th {
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #E6E6E6 !important;
}
.sm-table-file tfoot th {
    color: #222222;
}
.sm-table-file tfoot th,
.sm-table-file tfoot td {
    /*border-top: 1px solid #AEAEAE !important;*/
    /*border-bottom: 1px solid #AEAEAE !important;*/
    background-color: #FCFCFC;
    height: 37px;
}
.sm-table-file th {
    font-size: 12px;
    letter-spacing: -1px;
    background-color: #F6F6F6 !important;
    color: #222;
}
.sm-table-file td {
    font-size: 12px;
    padding: 5px 0px;
    color: #444444;
    border-left: 0 !important;
    border-right: 0 !important;
}
.sm-table-file td.text-muted {
    color: #BBBBBB;
}
.sm-table-file td.no-data {
    border-bottom: none;
}
/* 데이터 없슴 */
.no-data,
.sm-table .no-data,
.sm-table .no-data td {
    text-align: center;
    color: #999;
    line-height: 4em;
}
/***********************************************
 ** 테이블 관련
 ***********************************************/
.sm-table-header {
    overflow: hidden;
    border-top: 1px solid #888888;
}
.sm-table-header-no-border-top {
    border-top: 0px solid #888888;
}
.sm-table-header-tab {
    border-top: 0;
}
.sm-table-header .pull-left {
    /*float: left;*/
    padding: 25px 0px 2px;
    /*width: 300px;*/
    /*font-family: Malgun Gothic,"맑은 고딕";*/
    color: #666666
}
.sm-table-header .pull-left strong {
    color: #fa2828;
}
.sm-table-header .pull-left-btn {
    float: left;
    margin: 12px 5px;
    width: 300px;
    text-indent: 15px;
    font-size: 11px;
    /*font-family: '돋움', 'Dotum';*/
    color: #666666
}
.sm-table-header .pull-right {
    overflow: hidden;
    margin: 10px 5px 10px 5px;
}
.sm-table-header .pull-right ul {
    float: right;
    margin-right: -1px;
    list-style: none;
}
.sm-table-header .pull-right ul li {
    float: left;
    padding: 0px 10px 0px 10px;
}
.sm-table-header .pull-right ul li label {
    margin: 0px 3px 0px 0px;
    color: #666666;
}
.sm-table-header .pull-right.in-select li {
    padding:0;
}
.sm-table-header .pull-right.in-select li + li {
    padding-left:8px;
}
.sm-table-header-excel {
    width: 100%;
    height: 36px;
    margin: 0px 0px 20px 0px;
    border-bottom: 2px solid #CCCCCC;
}
.sm-table-header-excel td {
    padding: 10px 10px 10px 10px;
}
.sm-table-header.select-device {
    background-color: #F6F6F6;
}
.sm-table-header.select-device > div {
    padding: 10px 15px;
}
.sm-table-action {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    margin-top: -21px;
    margin-bottom: 20px;
    background:#f6f6f6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.sm-table-action .btn.btn-white.btn-icon-excel.js-excel-download,
.sm-table-action .btn.btn-white.btn-icon-print {
    background-color:#fff;
}
.sm-table-action select {
    background-color: #fff;
}
.sm-table-action-header {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 0;
    border-bottom: 0;
}
.sm-table-action .pull-left {
    color: #333333;
    padding-left:10px;
}
.sm-table-action .pull-right {
    padding-right:10px;
}
.sm-table-action .pull-right select {
    background-color: #FFFFFF;
}
.sm-table-action select {
    color:#333;
    border:1px solid #888;
    background-color: #fff !important;
}
/*.sm-table-action input,.sm-table-header select,.panel-heading select,.sm-table-action select {height:21px;padding: 0 6px;}*/
.sm-table-action .action-title {
    display:inline-block;
    background: url(/static/smadmin/img/check.png) no-repeat left 4px;
    padding-left: 17px;
    margin-right: 7px;
    vertical-align:-4px;
}
.sm-table-action-dropdown {
    position: relative;
}
.sm-table-action-dropdown .sm-table-action {
    height: 46px
}
.sm-table-action-dropdown .dropdown-menu {
    margin: 5px 0 0;
    padding: 0;
}
.sm-table-action-dropdown .dropdown-menu li {
    background: none;
}
.sm-table-action-dropdown .dropdown {
    display: inline;
}
.sm-table-action-dropdown .dropdown-item {
    display: block;
    border-bottom: 1px solid #efefef;
    font-size: 11px;
}
.sm-table-action-dropdown .dropdown-item+li {
    margin-top: -2px;
}
.sm-table-action-dropdown .dropdown-item a {
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
}
.sm-table-action-dropdown .dropdown-item a:hover {
    background: #f6f6f6;
    color: #666;
}
.sm-table-action-dropdown .dropdown-item:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 10px;
    width: 6px;
    height: 6px;
    background: url(/static/smadmin/img/dropdown-arr.png) right 0 no-repeat;
}
.sm-table-action-dropdown .pull-right {
    position: absolute;
    right: 10px;
    top: 10px
}
.sm-table-cols input[type="checkbox"],
.sm-table-cols input[type="radio"] {
    position:static;
    margin:0 5px 0 0;
}

.sm-table-cols .require {
    background: url('/static/smadmin/img/bl_required.png') no-repeat 7px 50%;
    width: 10px;
    height: 10px;
    background-color: #F6F6F6;
}

.sm-table tr.disabled td {
    background-color: #D4D4D4;
    color: #9F9F9F;
    text-shadow: 1px 1px #FFFFFF;
    -webkit-text-shadow: 1px 1px #FFFFFF;
}

.sm-table tr.disabled td {
    background-color: #D4D4D4;
}

.sm-table-rows select,
.sm-table-cols select {
    height: 23px;
    padding:0;
}


.sm-table td .notice-info {
    margin-bottom: 5px;
    margin-top: 5px;
}
.sm-table td .notice-info a {
}

.sm-table.sm-table-cols .reg-couponimg .btn.btn-gray.btn-sm {
    padding:2px 10px;
}
.sm-table-dashboard table .right-line1 {
    border-right:1px solid #ccc !important;
}
.sm-table-dashboard table .right-line2 {
    border-right:1px solid #bbb !important;
}

.sm-table-dashboard {
    border-top:1px solid #888;
}
.sm-table-dashboard table {
    border-top:none;
}
.sm-table-dashboard th {
    background:#F6F6F6;
    border-left:1px solid #dadada;
    border-bottom:1px solid #dadada !important;
    text-align:center;
}
.sm-table-dashboard th.bln,
.sm-table-dashboard td.bln {
    border-left:none;
}
.sm-table-dashboard th .input-group-addon {
    background:none;
}
.sm-table-dashboard th.left-rowspan {
    border-left:1px solid #EEEEEE;
}
.sm-table-dashboard td {
    padding-left:20px;
    padding-right:20px;
    border-left:1px solid #eee;
    line-height:1.8;
    text-align:center;
    vertical-align:top;
}
.sm-table-dashboard .list-unstyled {
    margin:10px 0 5px;
    padding:5px 0 0;
    border-top:1px dotted #A9A9A9;
}
.sm-table-dashboard .list-unstyled.no-border {
    border-top: 0;
    padding-top: 0;
    margin-top: 5px;
}
.sm-table-dashboard td > strong {
    font-size:15px;
}
.sm-table-dashboard td > span {
    display:inline-block;
    padding:5px 0 0;
}
.sm-table-dashboard td .list-unstyled {
    padding:10px 10px 0;
}
.sm-table-dashboard td .list-unstyled li {
    overflow:hidden;
}
.sm-table-dashboard td .list-unstyled li strong {
    float:left;
    padding:0 5px 0 0;
}
.sm-table-dashboard td .list-unstyled li span {
    float:right;
    padding:0 0 0 5px;
}
.sm-table-dashboard th.point {
    background:#dbe7f0;
}
.sm-table-dashboard td.point {
    background:#f5f9fc;
}

.sm-table-cols th,
.sm-table-cols td {
    /*border-right:1px solid #DADADA;*/
}
.sm-table-cols td.bln {
    border-left:none;
}
.sm-table-cols th + td,
.sm-table-cols th + th,
.sm-table-cols td + td {
    border-right:none;
    /*border-left:1px solid #DADADA;*/
}
.sm-table-cols .brn,
.sm-table-rows .brn {
    border-right:none !important;
}
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
    border:none !important;
}
.sm-table-cols .list-unstyled li {
    margin:8px 0 0;
}
.sm-table-cols .list-unstyled li:first-child {
    margin:0;
}
.sm-table-cols .space-checkbox label {
    margin:1px 0;
}
.sm-table-cols .in-form {
    padding:3px 0;
}
.sm-table-cols .in-form .form-inline {
    padding:3px 0;
}
.sm-table-cols .design-selector td {
    border:none;
}
.sm-table-cols .business .checkbox-inline {
    margin:0 !important;
}
.sm-table-rows {
    /*position:relative;*/
    margin-left: -1px;
    border-top: 1px solid #AEAEAE;
    border-bottom: 1px solid #E6E6E6;
}
/*
.sm-table-rows tr td:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 100;
    width: 2px;
    height: 100%;
    background: #fff;
}
 */
.sm-table-rows > tbody > tr > th,
.sm-table-rows > tfoot > tr > th,
.sm-table-rows > tbody > tr > td,
.sm-table-rows > tfoot > tr > td {
    padding: 5px;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    /*border-bottom: 1px solid #E6E6E6;*/
}
.sm-table-rows td[rowspan]:first-child {
    border-left: 0;
}
.sm-table-rows td:last-child {
    border-right: 0;
}
.sm-table-rows td + td {
    border-left: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}
.sm-table-rows tr td:first-child {
    border-left: none;
}
.sm-table-rows td .delivery-trace {
    padding:5px 0 0;
}
.sm-table-rows td .goods_name {
    color:#333;
}
.sm-table-rows td .option_info {
    color:#888;
}

.sm-table-rows > tbody > tr > td .banner_image_info {
    margin: 20px 20px 20px 20px;
    text-align: left;
}
.sm-table-rows > tbody > tr > td .banner_image_info img {
    vertical-align: top;
    border: 1px solid #e6e6e6;
}
.sm-table-rows > tbody > tr > td .banner_image_info div {
    display: inline-block;
    margin-top: -2px;
    margin-left: 15px;
    /*font-family: 'Malgun Gothic','맑은 고딕';*/
    font-size: 11px;
    line-height: 16px;
}

.sm-table-cols td > .sm-table-cols {
    border-top: 1px solid #e6e6e6;
}

.sm-table-cols .manage-list{
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}

.sm-table-cols .manage-list > label{
    font-weight: bold;
}


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.dsp-flex {
    display:flex;
}


.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.sm-form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}


.sm-btn-icon-search {
    margin:0 10px 0 0;
    /*background:#fff url(/static/smadmin/img/ico_search_btn.png) no-repeat 10px 50%;*/
    padding-left: 12px;
}


.btn-sm.sm-btn-icon-search {
    padding-left: 12px;
    background-position: 6px 50%;
}

.btn-sm-small {
  font-size: 11px;
}
.btn-sm-white-small {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    border:1px solid #8c8c8c
    ;border-radius:8px;
    background:#fff;
    padding:0 8px;
    margin:0 0 0 8px;
    /* height:44px; */
    font-size:11px;
}


.addr_info_oneline {
    display:flex;
}
.sm-form-control .addr-width-2xl {
    width: 400px !important;
}
.sm-form-control .addr-width-xl {
    width: 250px !important;
}


@media (max-width:1300px){

}
@media (max-width:1200px){

}
@media (max-width:991px){

}

@media (max-width:767px){

    .addr_info_oneline {
        display:block;
    }
    .sm-form-control .addr-width-2xl {
        width: 100%;
    }
    .sm-form-control .addr-width-xl {
        width: 100%;
    }
}
@media (max-width:500px){
    .addr_info_oneline {
        display:block;
    }
    .sm-form-control {
        font-size: 9px;
        margin:0 0 0 8px;
    }
    .sm-form-control .addr-width-2xl {
        width: 100%;
    }
    .sm-form-control .addr-width-xl {
        width: 100%;
    }
}


.sm-btn {
  border: 1px solid #8c8c8c;
}



.sm-cursor {
  cursor: pointer;
}

.sm-white {
    color : #fff;
}