* {
    word-break: break-all;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.6;
    background: white;
    z-index: 9999;
    text-align: center;
}

#loading > img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
}

.f_red {
    color: #bd2222;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.w_100 {
    width: 100% !important;
}

.w_15 {
    width: 15% !important;
}

.w_50 {
    width: 50% !important;
}

.f_20 {
    font-size: 20px;
}

.m_r_5{
    margin-right:5px;
}

.m_l_5{
    margin-left:5px;
}

.point-box {
    padding: 10px 10px 0px 10px;
    display: block;
    position: relative;
}

.point-box:before, .point-box:after {
    display: table;
    content: "";
    clear: both;
}

.table tbody tr td {
    vertical-align: middle !important;
}

.shop_auth label {
    margin-bottom: 0px;
    padding: 0px !important;
}

.shop_auth label table tbody tr td:first-child {
    width: 8%;
    padding: 0px 6px;
    vertical-align: middle;
}

.shop_auth label table tbody tr td:nth-child(2) {
    width: 8%;
    padding: 0px 6px;
    vertical-align: middle;
}

.shop_auth label table tbody tr td:nth-child(2) > input[type='checkbox'],
.shop_auth label table tbody tr td:nth-child(2) > input[type='radio'] {
    display: block;
}

.shop_auth label table tbody tr td:last-child {
    width: 84%;
    padding: 0px 6px;
    vertical-align: middle;
}

.upload_btn {
    margin-top: 5px;
}

.content_list {
    clear: both;
}

.content_list .image {
    text-align: center;
    padding: 7px;
}

.content_list .image > img, .thumbnail_image{
    width: 210px;
    height: 140px;
}

.content_list > ul::after {
    clear: both;
}

.content_list > ul {
    display: inline-block;
    padding: 0;
}

.content_list > ul > li {
    cursor: pointer;
    float: left;
    width: 224px;
    /*margin: 0 22px 30px 22px;*/
    /*box-shadow: 2px 2px 2px 2px #ccc;*/
    /*border: 1px solid #ddd;*/
    position: relative;
    display: block;

}

.content_list > ul > li:first-child {
    clear: both;
}

.content_list > ul > li:nth-child(n+1) {
    float: left;
}

.t_box > div {
    clear: both;
    text-align: center;
}

.t_box_content {
    padding: 0px 7px 7px 7px;
}

.t_box .p_name {
    padding: 7px;
}

.label_block {
    background-color: #222d32;
    opacity: 0.85;
    color: white;
}

.content_list .t_box .p_name {
    padding: 2px;
}

.t_box .p_highlight {
    bottom: 0px;
    font-weight: bold;
    color: darkblue;
}

#pagination {
    text-decoration: none;
    clear: both;
}

#pagination a {
    text-decoration: none;
}

#pagination .pagenum {
    display: inline-block;
    width: 25px;
    border: 1px solid transparent;
    color: gray;
    font-weight: bolder;
    text-decoration: none;
    text-align: center;
}

#pagination .pagenum:hover {
    border: 1px solid #bbb;
}

#pagination .pagenum.current {
    color: #000;
    font-size: 120%;
    text-decoration: underline;
}

#pagination .move_btn {
    color: gray;
}

#pagination .move_btn:hover {
    color: gold;
}

#pagination .disabled {
    color: gray;
}

#pagination .disabled:hover {
    color: gray;
}

#pagination .paging_area {
    text-align: center;
}

#pagination {
    padding: 20px 0;
}

#pagination .move_btn {
    padding: 0 10px;
}

.box_content {
    padding: 20px !important;
    /*height: 500px;*/
    max-height: 500px;
    overflow-y: scroll !important;
    background: #f7f7f7;
}

.pointer {
    cursor: pointer;
}

.file_list {
    border: 1px solid #cccccc;
}

.file_list > tbody > tr > th:first-child {
    text-align: left;
}

.file_list > tbody > tr > th {
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
    background: #f2f2f2;
    text-align: center;
}

.file_list > tbody > tr > td:first-child {
    text-align: left;
}

.file_list > tbody > tr > td {
    padding: 3px 7px;
    text-align: center;
}

.label_tag {
    display: inline-block;
    width: auto;
    padding: .2em .4em .2em;
    border-radius: 3px;
    text-decoration: none;
    /*background-color: #305e91;*/
    color: white;
    font-weight: 700;
}

.label_inning {
    background-image: url('/image/ico_baseball.png');
    background-size: 100%;
    width: 30px;
    height: 30px;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
    display: inline-block;
}

.label_table, .label_table_v {
    margin: 0 auto;
}

.label_table > tbody > tr > td, .label_table_v > tbody > tr > td {
    padding: 0px 10px;
}

.label_table > tbody > tr > td:first-child, .label_table_v > tbody > tr:first-child > td:first-child {
    background: #3c8dbc;
    width: 30px;
}

.label_table > tbody > tr > td:nth-child(3), .label_table_v > tbody > tr:last-child > td:first-child {
    background: #f56954;
    width: 30px;
}

.icon_table {
    display: inline-block;
}

.icon_table > tbody > tr > td, .label_table_v > tbody > tr > td {
    padding: 0px 10px;
}

.icon_table > tbody > tr > td:nth-child(2n+1) {
    font-size: 20px;
    padding: 0px 0px 0px 5px;
}

.none_center {
    float: none !important;
    margin: 0 auto !important;
    position: relative;
}

.none_padding {
    padding: 0px !important;
}

table.dataTable > tbody > tr.child ul.dtr-details li {
    border: none !important;
}

.dtr-data {
    white-space: initial;
}

.sub_title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}

.product_name {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#product_options tr td > table td {
    padding: 5px;
}

.option_table td {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.option_table td select {
    width: 150px !important;
}

.zoom_in {
    cursor: zoom-in;
}

.f_left {
    float: left !important;
}

.option_status {
    float: left;
    margin-right: 10px;
    padding: 7px 0px;
}

/** ~480 *************************************************************************************************************** */
@media all and (max-width: 480px) {
    #product_image {
        width: 250px;
        height: 200px;
    }

    #slide_box {
        padding: 0 50px;
    }

    #slideshow {
        height: 230px !important;
    }
}

/** 480~1024 *************************************************************************************************************** */
@media (min-width: 480px) and (max-width: 1024px) {
    #product_image {
        width: 187.5px;
        height: 150px;
    }
}

/** 480~768 *************************************************************************************************************** */
@media (min-width: 480px) and (max-width: 768px) {
    #slide_box {
        padding: 0 50px;
    }

    #slideshow {
        height: 400px !important;
    }

}

/** 768~992 *************************************************************************************************************** */
@media (min-width: 768px) and (max-width: 992px) {
    #slide_box {
        padding: 0 100px;
    }

    #slideshow {
        height: 400px !important;
    }

}

/** 992 ~ *************************************************************************************************************** */
@media all and (min-width: 992px) {
    #product_image {
        width: 250px;
        height: 200px;
    }
}

/** 992 ~ 1300 *************************************************************************************************************** */
@media (min-width: 992px) and (max-width: 1300px) {
    #slide_box {
        padding: 0 50px;
    }

    #slideshow {
        height: 300px !important;
    }
}

/** 1300 ~ 1700 *************************************************************************************************************** */
@media (min-width: 1300px) and (max-width: 1700px) {
    #slide_box {
        padding: 0 100px;
    }

    #content_padding {
        padding-left:100px;
    }

    #slideshow {
        height: 300px !important;
    }
}

/** 1700~ *************************************************************************************************************** */
@media all and (min-width: 1700px) {
    #slide_box {
        padding: 0 150px;
    }

    #content_padding {
        padding-left:150px;
    }

    #slideshow {
        height: 400px !important;
    }
}