/* Web Font Setting */
/* ------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');

/* Reset Elements */
/* ------------------------------ */

html {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

li,
p {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

.wrap-body {
    min-width: 100vw;
    min-height: 100vh;
}

.wrap-box {
    display: flex;
    display: -ms-flexbox;
    width: 100vw;
    height: 100vh;
    /* min-width: 1920px; */
    /* min-height: 1080px; */
}

.text-point {
    color: #e86e0c;
}

.btn {
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 14px;
}

.btn-primary {
    color: #fff;
    background: #2C83E9;
    border-color: #2C83E9;
}

.btn-primary:hover {
    color: #fff;
    background: #0d498f;
    border-color: #0d498f;
}

.btn-secondary {
    color: #fff;
    background: #8C95B0;
    border-color: #8C95B0;
}

.btn-dark {
    color: #fff;
    background: #444B59;
    border-color: #444B59;
}

.btn-outline-primary {
    color: #242424;
    background: #FFFFFF;
    border-color: #5C5EB6;
}

.btn-outline-secondary {
    color: #242424;
    background: #FFFFFF;
    border-color: #AEB4C6;
}

.btn-outline-light {
    color: #242424;
    background: #FFFFFF;
    border-color: #D6DAE1;
}

.btn-outline-light:hover {
    border-color: #D6DAE1;
}

.btn-disable {
    color: #999999;
    background: #e3e3e3;
    border-color: #c9c9c9;
}

.btn-disable:hover {
    color: #828282;
    background: #d8d8d8;
    border-color: #828282;
}

.btn-delete-outline {
    color: #e46d6d;
    background: #ffffff;
    border-color: #e46d6d;
}

.btn-delete-outline:hover {
    color: #fff;
    background: #e46d6d;
    border-color: #e46d6d;
}

.btn-delete-minus {
    position: relative;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: #fb5f5f;
    border-radius: 50%;
}
.btn-delete-minus:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 2px;
    background: #fff;
}

.btn-delete-minus:hover {
    background: #d14e4e;
}

.btn-success {
    color: #96cd5a;
    background: #ffffff;
    border-color: #7ab937;
}

.btn-success:hover {
    color: #fff;
    background: #7ab937;
    border-color: #7ab937;
}

.btn-login {
    height: 48px;
}

.form-control {
    padding: 4px 8px;
    font-size: 13px;
    color: #242424;
    border: 1px solid #D6DAE1;
    border-radius: 2px;
}

select.form-control {
    padding: 4px 24px 4px 8px;
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-image: url(../images/icon/icon-select-bullet.svg);
}

.form-radio-group,
.form-check-group {
    padding-top: 6px;
    padding-bottom: 6px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #AEB4C6;
}

.form-check-input:checked[type=radio] {
    background-image: url(../images/form/form-radio.png);
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../images/form/form-check.png);
}

.form-date-range {
    display: flex;
    display: -ms-flexbox;
}

.form-date-range .form-control[type=date] {
    width: 120px;
}

.form-date-range select.form-control {
    width: 60px;
}

.form-date-range .range {
    padding: 0 10px;
}

/*.form-date-range label {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    cursor: pointer;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url(../images/icon/icon-search-calendar.svg);*/
/*}*/

.form-date-range .mx-1 {
    padding-top: 5px;
}

/* table */

table {
    font-size: 13px;
}

.table-responsive {
    max-width: calc(100vw - 256px);
    overflow-y: auto;
	min-width: 1350px;
    overflow-x: auto;
}

.section-popup .table-responsive {
    max-width: 1240px;
	min-width: auto;
}

.no-result {
    min-height: 200px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.search-table {
    width: 100%;
}

.search-table th {
    border: 1px solid #D9DADC;
    padding: 14px 14px;
    background-color: #FAFAFB;
    font-size: 13px;
    font-weight: 500;
    width: 185px;
}

.search-table td {
    border: 1px solid #D9DADC;
    padding: 14px 10px;
    background-color: #fff;
}

.result-table {
    width: 100%;
}

.result-table th {
    padding: 14px 14px;
    border: 1px solid #D9DADC;
    background-color: #FAFAFB;
    font-size: 13px;
    font-weight: 500;
}

.result-table td {
    border: 1px solid #D9DADC;
    padding: 14px 10px;
    background-color: #fff;
}

.result-table thead {
    position: sticky;
    top: 0;
}

.result-table .check-all {
    width: 50px;
}

.result-table a span {
    text-decoration: underline;
}

.input-table {
    width: 100%;
    table-layout: fixed;
}

.input-table th {
    padding: 14px 14px;
    border: 1px solid #D9DADC;
    background-color: #FAFAFB;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.input-table tbody th {
    width: 185px;
}

.input-table td {
    border: 1px solid #D9DADC;
    padding: 14px 10px;
    background-color: #fff;
}

.input-table .check-all {
    width: 50px;
}

.input-table .no-input {
    min-height: 100px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.input-table+.input-table,
.input-table+.search-table,
.search-table+.input-table,
.search-table+.search-table {
    margin-top: -1px;
}

.pagenation {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    margin-top: 30px;
}

.pagenation li {
    min-width: 27px;
    padding: 4px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background-color: #AEB4C6;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.pagenation li:hover {
    background-color: #5c636a;
}

.pagenation li.active {
    color: #fff;
    background-color: #5C5EB6;
}

.pagenation li.active > a {
    color: #fff;
    background-color: #5C5EB6;
}

.pagenation li+li {
    margin-left: 4px;
}

.product-information-wrap-type1 {
    display: flex;
    display: -ms-flexbox;
}

.product-information-wrap-type1 .product-info-thumbnail {
    width: 72px;
    height: 72px;
    background-image: url(../images/demo/register-img-thumbnail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-information-wrap-type1 .product-info-value {
    min-height: 72px;
    margin-left: 15px;
    padding-top: 5px;
}

.product-information-wrap-type1.product-sm .product-info-thumbnail {
    width: 36px;
    height: 36px;
}

.product-information-wrap-type1.product-sm .product-info-value {
    min-height: 36px;
}

.product-info-value p {
    margin-bottom: 4px;
}

/*
.product-info-value .brand-name {}

.product-info-value .product-name {} */

.product-info-value .sale-code {
    font-size: 12px;
    color: #666;
}

/* popup */
/* ------------------------------ */

.section-popup {
    display: none;
}

.section-popup.active {
    position: fixed;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    background-color: #0009;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-popup .popup-wrap {
    width: calc(100vw - 30px);
    min-width: 360px;
    max-width: 1280px;
    position:relative;
}
.section-popup .popup-wrap.on:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
}
.section-popup .popup-wrap.on:after {
    content:"";
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../images/icon/ZKZg.gif) no-repeat center;
    background-size: 30px;
}

.section-popup .popup-head {
    background-color: #5C5EB6;
    padding: 20px;
    position: relative;
}

.section-popup .popup-head .popup-title {
    font-size: 14px;
    color: #fff;
}

.section-popup .popup-head .popup-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

.section-popup .popup-head .popup-close::before,
.section-popup .popup-head .popup-close::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: #fff;
}

.section-popup .popup-head .popup-close::before {
    transform: rotate(45deg);
    top: 14px;
    right: 8px;
}

.section-popup .popup-head .popup-close::after {
    transform: rotate(-45deg);
    top: 14px;
    right: 8px;
}

.section-popup .popup-body {
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
}

.section-popup .popup-body .section+.section {
    margin-top: 30px;
}

.section-popup .popup-body .btn-area {
    margin-top: 10px;
    text-align: center;
}

.section-popup .popup-foot {
    background-color: #fff;
    padding: 20px;
}

.section-popup .popup-foot .btn-area {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.section-popup .popup-foot .btn {
    width: 80px;
}

/* login */
/* ------------------------------ */

.page-login .wrap-aside,
.page-login .header {
    display: none;
}

.page-login .content-area {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Layout */
/* ------------------------------ */

.wrap-aside {
    width: 208px;
    background-color: #2C83E9;
    transition: width .15s ease-in-out;
}

.wrap-aside.active {
    width: 208px;
}

.wrap-content {
    flex: 1;
    height: 100vh;
    background-color: #EEF1F5;
}

/* Aside */
/* ------------------------------ */

.brand-wrap {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    background-color: #00244E;
    padding: 0 5px 0 25px;
}

.brand-wrap .brand {
    width: 123px;
    height: 28px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/brand/logo2.png);
}

.brand-wrap .btn-toggle-aside {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon-aside-toggle-close.svg);
}

.nav-aside .nav-aside-depth1>li>.label {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    position: relative;
    width: 100%;
    height: 40px;
    padding-left: 45px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.nav-aside .nav-aside-depth1>li>.label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon-aside-nav-index.svg);
}

.nav-aside .nav-aside-depth1>li>.label::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon-aside-nav-arrow.svg);
    transition: transform .15s ease-in-out;
}
/*.nav-aside .nav-aside-depth1>li.active {*/
/*    background: #0A68D7;*/
/*}*/
.nav-aside .nav-aside-depth1>li.active>.label::after {
    transform: rotate(-90deg);
}

.nav-aside .nav-aside-depth2 {
    height: 0;
    overflow: hidden;
    background-color: #0A68D7;
    transition: height .15s ease-in-out;
}

.nav-aside .nav-aside-depth2 li {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 13px;
    padding-left: 45px;
    cursor: pointer;
}

.nav-aside .active .nav-aside-depth2.item3 {
    height: 120px;
}

.nav-aside .active .nav-aside-depth2.item5 {
    height: 350px;
}

.nav-aside .active .nav-aside-depth2 li.active {
    text-decoration: underline;
}

/* Header */
/* ------------------------------ */

.header {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    background-color: #fff;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, .1); */
    border-bottom: 1px solid #D9DADC;
}

.header .page-title h2 {
    font-size: 15px;
    color: #242424;
    padding: 0 24px;
}

.header .wrap-user {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    cursor: pointer;
}

.header .user-pic {
    width: 24px;
    height: 24px;
    background: #aeb4c6;
    background-image: url(../images/demo/user-pic-thumbnail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.header .user-name {
    font-size: 12px;
    margin-left: 6px;
}

.header .user-logout {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon-header-logout.svg);
    margin-left: 12px;
    margin-right: 12px;
}


/* content-area */
/* ------------------------------ */

.content-area {
    background-color: #EEF1F5;
    height: calc(100vh - 58px);
    overflow: auto;
}

/* section-login */

.section-login .title-wrap {
    margin-bottom: 30px;
    text-align: center;
}

.section-login .login-section-title {
    height: 31px;
}

.section-login .form {
    min-width: 560px;
    padding: 70px 50px;
    border: 1px solid;
    border-color: #D9DADC;
    background: #fff;
}

.section-login .login-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.section-login .label {
    display: none;
}

.section-login .form-login-control {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D6DAE1;
    padding: 6px 0;
    transition: all .1s ease-in-out;
}

.section-login .form-login-control:focus-visible {
    outline: none;
    border-bottom: 1px solid #5C5EB6;
}

.section-login .pw-group {
    margin-top: 16px;
}

.section-login .auto-login-group {
    margin-top: 20px;
}

.section-login .auto-login {
    display: none;
}

.section-login .auto-label {
    font-size: 13px;
    color: #242424;
    position: relative;
    padding-left: 21px;
}

.section-login .auto-label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #D6DAE1;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 10px;
}

.section-login :checked+.auto-label::before {
    background: url(../images/icon/icon-auto-login.png);
    border: 1px solid #6C6FD0;
    background-size: cover;
}

.section-login .btn-area {
    margin-top: 30px;
}

/* section-overview */

.section-overview {
    height: 80px;
    background-color: #fff;
    padding: 0 74px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D6DAE1;
}

.section-overview .overview-group {
    flex: 1;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    margin-right: 200px;
}

.section-overview .overview-group img {
    width: 43px;
    height: 45px;
    border-radius: 2px;
}

.section-overview .value-group label {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    line-height: 1;
}

.section-overview .value-group .value {
    font-size: 20px;
    font-weight: 500;
    color: #242424;
    line-height: 1;
}

.section-overview .line {
    background-color: #D9DADC;
    width: 1px;
    height: 50px;
    margin-right: 60px;
}

/* section-search */

.section-search {
    padding: 24px;
}

.section-search .section-table {
    width: 100%;
}

.section-search .search-btn-group {
    margin-top: 20px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}

.search-btn-group .btn+.btn {
    margin-left: 8px;
}

.search-result-option {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.search-result-btn-group {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    margin-bottom: 5px;
}

.search-result-btn-group .btn+.btn {
    margin-left: 5px;
}

.search-result-btn-group .btn+.text {
    margin-left: 10px;
}

/* section-area */

.section-area {
    padding: 24px;
}

.section-area .section-title {
    position: relative;
    border-bottom: 1px solid #D9DADC;
    margin-bottom: -1px;
}

.section-area .section-title h3 {
    font-size: 14px;
    color: #5C5EB6;
    vertical-align: middle;
}

.section-area .section-title h3 span {
    font-size: 12px;
    color: #e86e0c;
}

.section-area .section-title .btn-toggle-section {
    content: '';
    width: 37px;
    height: 22px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon-section-arrow-open.svg);
    position: absolute;
    right: 0;
    bottom: 0;
}

.section-area .section-content {
    display: none;
}

.section-area.active .section-title .btn-toggle-section {
    background-image: url(../images/icon/icon-section-arrow-close.svg);
}

.section-area.active .section-content {
    display: block;
}

.section-area .section-board {
    border: 1px solid #D9DADC;
    padding: 20px;
    background-color: #fff;
}

.section-area .section-info {
    font-size: 12px;
    color: #666;
}

.page-btns {
    padding: 24px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.page-btns .btn {
    width: 70px;
}

.register-product-img-wrap {
    display: flex;
}

.register-product-img-wrap .register-product-img-group+.register-product-img-group {
    margin-left: 20px;
}

.register-product-img-wrap .line {
    background-color: #D9DADC;
    width: 1px;
    height: 114px;
    margin: 22px 16px 0 16px;
}

.register-product-img-wrap .register-product-img-index span {
    display: block;
    width: 114px;
    text-align: center;
    font-size: 12.5px;
    margin-bottom: 4px;
}

.register-product-img-wrap .register-product-img {
    display: flex;
    display: -ms-flexbox;
}

.register-product-img li {
    width: 114px;
}

.register-product-img li+li {
    margin-left: 20px;
}

.register-product-img .register-product-img-thumbnail {
    width: 114px;
    height: 114px;
    background-image: url(../images/demo/register-img-thumbnail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-product-img .register-product-img-btn-area {
    text-align: center;
    margin-top: 4px;
}

.register-product-deco-wrap .register-product-deco {
    display: flex;
    display: -ms-flexbox;
}

.register-product-deco li {
    width: 90px;
}

.register-product-deco li+li {
    margin-left: 20px;
}

.register-product-deco .register-product-deco-thumbnail {
    width: 90px;
    height: 90px;
    background-image: url(../images/demo/register-img-thumbnail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 6px;
}

.register-product-deco .register-product-deco-option-area {
    text-align: center;
    margin-top: 4px;
}

.register-product-deco .register-product-deco-option-area .btn {
    width: 90px;
}

.register-product-deco .register-product-deco-option-area .form-control {
    margin-top: 4px;
    text-align: center;
}

.list-wrap {
    margin-top: 10px;
    border: 1px solid #D9DADC;
    padding: 10px 12px 0 12px;
}

.list-wrap li {
    margin-bottom: 10px;
}

.list-wrap .list-register .shop-name {
    width: 80px;
}

.list-wrap .list-register .num {
    width: 29px;
    height: 29px;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    background: #666;
    color: #fff;
    margin-right: -10px;
}

.list-item-wrap,
.channel-setting-wrap,
.category-setting-wrap {
    margin-top: 10px;
    border: 1px solid #D9DADC;
    padding: 8px 12px 3px 12px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.list-item-wrap .list-item {
    border: 1px solid #D9DADC;
    background-color: #fff;
    padding: 8px 30px 8px 10px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}

.list-item-wrap .list-item .del {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1px;
    right: 0;
    cursor: pointer;
}

.list-item-wrap .list-item .del::before,
.list-item-wrap .list-item .del::after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    background-color: #666;
}

.list-item-wrap .list-item .del::before {
    transform: rotate(45deg);
    top: 14px;
    right: 8px;
}

.list-item-wrap .list-item .del::after {
    transform: rotate(-45deg);
    top: 14px;
    right: 8px;
}

.section-btn-group-top {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin: 20px 0 4px 0;
}

.section-btn-group-top .btn {
    width: 70px;
}

/* timedata-flex-wrap */

.timedata-flex-wrap {
    display: flex;
    display: -ms-flexbox;
}

.timedata-flex-wrap li {
    font-size: 12px;
}

.timedata-flex-wrap li label {
    color: #5C5EB6;
}

.timedata-flex-wrap li+li {
    margin-left: 30px;
}

/* utility */

.w50px {
    width: 50px !important;
}

.w60px {
    width: 60px !important;
}

.w70px {
    width: 70px !important;
}

.w80px {
    width: 80px !important;
}

.w100px {
    width: 100px !important;
}

.w120px {
    width: 120px !important;
}

.w150px {
    width: 150px !important;
}

.w180px {
    width: 180px !important;
}

.w200px {
    width: 200px !important;
}

.w250px {
    width: 250px !important;
}

.w400px {
    width: 400px !important;
}

.max-h300px {
    max-height: 300px !important;
}

.fs13px {
    font-size: 13px !important;
}

.nodisplay-caption {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: transparent;
    text-indent: -99999px;
}


/* kane8025 */
.hdn_title {display:none;}
/* ============ reg =========== */
/* file image upload */
.file-img-upload-wrap {
    margin-bottom: 10px;
    display:flex;
    justify-content: space-between;
}
.file-img-preview {
    max-width: 800px;
    display: inline-block;
    position: relative;
}
.file-img-preview img {
    width: 100%;
}
.file-img-preview .del_thumnb {
    position: absolute;
    right:-24px;
    top:0px;
    width: 24px;
    height:24px;
    background:#444;
    cursor:pointer;
    display:none;
}
.file-img-preview .del_thumnb:before,
.file-img-preview .del_thumnb:after {
    content:"";
    position: absolute;
    left:50%;
    top:50%;
    width:20px;
    height: 2px;
    background:#fff;
}
.file-img-preview .del_thumnb:before {
    transform:translate(-50%, -50%) rotate(45deg);
}
.file-img-preview .del_thumnb:after {
    transform:translate(-50%, -50%) rotate(-45deg);
}

.file-img-preview .del_thumnb:hover {
    background:#000;
}
.b_required {
    margin-right: 5px;
    color: #ff0000;
}
/* flex */
.flex-space-between {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

/* ============ card list ============ */
.card-list-area {
    margin-top: 8px;
}
.card-list-area .card-list li {
    padding: 8px;
    background: #fff;
    border-radius: 4px;
}

.card-list-area .card-list li + li {
    margin-top: 8px;
}

.card-list-area .card-list li .flex-space-between {
    align-items: start;
}
/* subject */
.card-subject-wrap {
    display: inline-block;
    vertical-align: top;
}

.card-subject-wrap .card-subject {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
}

.card-subject-wrap .card-subject .card-subject-title {
    font-weight: bold;
    font-size: 14px;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-subject-wrap .card-subject .card-subject-period {
    margin-top: 16px;
    font-size: 12px;
}

.card-case {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    color:#fff;
}
.card-case.orange {background:#FD9421;}
.card-case.blue {background:#0A68D7;}
.card-case.red {background:#D21358;}
.card-case.green {background:#47D0B8;}
.card-case.gray {background:#8C95B0;}
.card-case.large {width:unset; padding:0 10px; border-radius:2px; background:#8C95B0;}

.card-btn-active {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    height: 22px;
    vertical-align: middle;
}
.card-btn-active .card-switch {
    position: absolute;
    /* hidden */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.card-btn-active .switch_label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 22px;
    background: #ADB4C8;
    border-radius: 20px;
    transition: 0.2s;
    text-align: center;
    color:#fff;
    font-size:12px;
    line-height:22px;
}
.card-btn-active .switch_label:hover {
    background: #6b7287;
}

.card-btn-active .switch_label:before {
    content:"비활성화";
    font-size:12px;
}
/*.card-btn-active .switch_label .onf_btn {*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    left: 3px;*/
/*    display: inline-block;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 20px;*/
/*    background: #6C95FF;*/
/*    transition: 0.2s;*/
/*}*/

/* checking style */
.card-btn-active .card-switch:checked+.switch_label {
    font-size:0;
    background: #6C95FF;
}

.card-btn-active .card-switch:checked+.switch_label:before {
    content:"활성화";
    font-size: 12px;
}

.card-btn-active .card-switch:checked+.switch_label:hover {
    background: #355bbc;
}

.card-btn-process {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 60px;
    height: 22px;
    border-radius: 20px;
    vertical-align: middle;
    font-size:12px;
    line-height:22px;
    text-align: center;
    color:#fff;
}
.card-btn-process.p_I {
    background: #6C95FF;
}
.card-btn-process.p_W {
    background: #e8902b;
}
.card-btn-process.p_Q {
    background: #ADB4C8;
}

.banner_img {
    width: 390px;
    height: 44px;
    margin-top: 10px;
}
.banner_img img {
    width:100%;
    height:100%;
}

/* move */
/*.card-btn-active .card-switch:checked+.switch_label .onf_btn {*/
/*    left: 34px;*/
/*    background: #fff;*/
/*    box-shadow: 1px 2px 3px #00000020;*/
/*}*/

/* card-btn-sort */
.card-btn-sort {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.card-btn-sort-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
}
.card-btn-sort-wrap button + button {
    margin-top: 10px;
}

/* card-list-image */
.card-img {
    display: inline-block;
    width: 114px;
    height: 114px;
    background: #eeeeee;
}
.card-img img {
    width: 100%;
    height: 100%;
}

.file-type-mov {
    display:none;
}

/* 수신동의 아이콘 */
.icon_radio {
    position:relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #444;
    border-radius: 50%;
    vertical-align: -4px;
}
.icon_radio.on:before {
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:8px;
    height:8px;
    background:#444;
    border-radius: 50%;
}

/* 공통 첨부파일 리스트 */
.attach_file_list li {cursor:pointer; text-decoration: underline;}
.attach_file_list li + li {
    margin-top: 10px;
}
.attach_file_list li .btn-file-del {
    position:relative;
    display:inline-block;
    width:20px;
    height:20px;
    border-radius: 50%;
    background:#d14e4e;
    cursor: pointer;
    vertical-align: middle;
    margin-left:10px;
}
.attach_file_list li .btn-file-del:hover {
    background:#902626;
}
.attach_file_list li .btn-file-del:before,
.attach_file_list li .btn-file-del:after {
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width: 12px;
    height: 3px;
    background:#fff;
}
.attach_file_list li .btn-file-del:before {
    transform:translate(-50%, -50%) rotate(45deg);
}
.attach_file_list li .btn-file-del:after {
    transform:translate(-50%, -50%) rotate(-45deg);
}

.icon-image {width:11px; height:13px;}

/*===================== text align ====================*/
.txt_center {text-align:center;}
.txt_left {text-align:left;}
.txt_right {text-align:right;}
/*===================== ./text align ====================*/

#flx_prd_list {}
#flx_prd_list .flx_prd {display: flex;flex-direction: row;justify-content: space-around; align-items: center; padding: 5px 10px; background: #fff;}
#flx_prd_list .flx_prd + .flx_prd {margin-top: 10px;}
#flx_prd_list .flx_prd .flx_prd_img {padding: 10px; width: 200px;}
#flx_prd_list .flx_prd .flx_prd_img .flx_prd_img_preview {height: 150px;}
#flx_prd_list .flx_prd .flx_prd_img .flx_prd_img_preview img {width: 100%; height: 100%;}
#flx_prd_list .flx_prd .flx_prd_img .flx_prd_img_file {position: relative; width: 100%; height: 32px; background: #ddd;}
#flx_prd_list .flx_prd .flx_prd_img .flx_prd_img_file label {position: absolute; width: 100%; height: 100%; background: #444; color: #fff; cursor:pointer; text-align: center; line-height: 32px;}
#flx_prd_list .flx_prd .flx_prd_img .flx_prd_img_file input[type=file] {position: absolute; left: 0; top:0; width: 1px; height:1px;}
#flx_prd_list .flx_prd .flx_prd_input {padding: 10px; flex:1 2 0;}
#flx_prd_list .flx_prd .flx_prd_input > div + div {margin-top: 5px;}
#flx_prd_list .flx_prd .flx_prd_action {padding: 10px; width: 150px; text-align: center;}

/*===================== short url ====================*/
.short_url_type {display: inline-block; width: 40px;}
.short_url {display:inline-block; margin:0 10px; width: 310px; text-align: center; padding: 3px 0px; background: #6a99c3; border-radius: 4px; color:#fff;}
/*===================== /short url ====================*/

/* ==================== modal category =================== */
.category_wrap {height: 500px;}
.category_modal_list + .category_modal_list {margin-top: 10px;}
.category_modal_list li {display:flex; flex-direction:row; align-items:center; justify-content:space-between; cursor: pointer;}
.category_modal_list li + li {margin-top: 10px;}
#category_input_list {overflow: scroll; height: 430px;}
#category_input_list li {background: url(../images/icon/ico_caret_sort_icon.png) no-repeat left center; background-size:20px;}
.category_modal_list li .category_text {margin-left: 30px; flex-grow: 1;}
.category_modal_list li .category_action {margin-left: 10px; width: 60px;}
.category_modal_list li .category_action .btn {width: 100%;}
/* ==================== /modal category =================== */

/* ==================== category =================== */
.category_depth_list {justify-content:space-between; box-sizing: border-box;}
.category_depth_list .list {flex-grow: 1; text-align: center;}
.category_depth_list .list + .list {margin-left:24px;}
.category_depth_list .list .list_head {position:relative; height: 32px;}
.category_depth_list .list .list_head h3 {margin:0; font-size:14px; line-height:32px; font-weight: bold;}
.category_depth_list .list .list_head .empty { position:absolute; left:0; top:0; width:100%; background:#fff; line-height:32px; border:1px solid #dad6e1; border-radius: 2px; text-align: left; text-indent:10px; color:#959595;}
.category_depth_list .list .list_head .d-flex {display:none;}
.category_depth_list .list .list_head .d-flex .name {flex-grow: 1; margin-right: 8px; background:#fff; line-height:32px; border:1px solid #dad6e1; border-radius: 2px; text-align: left; text-indent:10px;}
.category_depth_list .list .list_head .d-flex button {width:70px;}
.category_depth_list .list .list_body {margin-top: 16px; padding: 46px; min-height: 500px; background:#fff;}
.category_depth_list .list .list_body .category_list li {position:relative; height:35px; background-color:#fff; border:1px solid #AEB4C6; border-radius: 2px; text-align: center; line-height: 32px; cursor: pointer;}
.category_depth_list .list .list_body .category_list li:hover {background-color:#efefef;}
.category_depth_list .list .list_body .category_list li.active {border:2px solid #2C83E9; color:#2C83E9; font-weight: bold;}
.category_depth_list .list .list_body .category_list li + li {margin-top: 24px;}
/*.category_depth_list .list .list_body .category_list li > span {position:absolute; right: 0; top: 0; width: 32px; height: 32px; cursor: pointer; z-index:-1;}*/
.category_depth_list .list .list_body .category_list li.plus {background-image:url(../images/icon/plus_16.png); background-repeat: no-repeat; background-position: calc(100% - 5px) center;}
.category_depth_list .list .list_body .category_list li.move {background-image:url(../images/icon/arrow_right_16.png); background-repeat: no-repeat; background-position: calc(100% - 5px) center;}
.category_depth_list .list .list_body .category_list li.prev {background-image:url(../images/icon/arrow_left_16.png); background-repeat: no-repeat; background-position: calc(100% - 5px) center;}
.category_depth_list .list .list_body .category_list li .reg_yn {position:absolute; right: 35px; top:12px; width: 10px; height:10px; border-radius: 50%; background:#ddd; border:1px solid #ccc;}
.category_depth_list .list .list_body .category_list li .reg_yn.reg_on {background:#2C83E9;}
/* ==================== /category =================== */

/* ======== over view ======== */
.img_file_target {position: relative;}
.img_file_target .img_file_btn {display:inline-block; padding: 6px 10px; background:#444B59; color: #fff; border-radius: 2px; cursor: pointer;}
.img_file_target .img_file_inp {position: absolute; left:0; top:0; width:1px; height:1px; z-index:-1;}
.img_file_wrap .img_file_preview {position:relative; display:inline-block; margin-top: 10px; height:150px;}
.img_file_wrap .img_file_preview img {height: 100%;}

.img_file_wrap .img_file_preview .del_thumnb {position: absolute;right:0;top:0;width: 24px;height:24px;background:#444;cursor:pointer;display:none;}
.img_file_wrap .img_file_preview .del_thumnb:before,
.img_file_wrap .img_file_preview .del_thumnb:after {content:"";position: absolute;left:50%;top:50%;width:20px;height: 2px;background:#fff;}
.img_file_wrap .img_file_preview .del_thumnb:before {transform:translate(-50%, -50%) rotate(45deg);}
.img_file_wrap .img_file_preview .del_thumnb:after {transform:translate(-50%, -50%) rotate(-45deg);}
.img_file_wrap .img_file_preview .del_thumnb:hover {background:#000;}

.category_children_wrap {margin-top: 45px;}
.category_children_wrap .category_children {background:#fff; border:1px solid #D9DADC;}
.category_children_wrap .category_children + .category_children {margin-top: 45px;}
.category_children_wrap .category_children .category_title {padding: 10px 0; border-bottom:1px solid #D9DADC;}
.category_children_wrap .category_children .category_title h4 {margin:0 auto; padding: 4px 0; width: 600px; line-height:48px; font-size:18px; text-align: center; font-weight:bold; border:1px solid #D6DAE1;}
.category_children_wrap .category_children .category_body {display:flex; flex-direction: row; padding: 20px 60px;}
.category_children_wrap .category_children .category_body .category_child_img {width: 600px;}
.category_children_wrap .category_children .category_body .category_child_text {flex-grow: 1; align-items: center; display: flex; flex-direction: column; justify-content: center; padding-left:50px; border-left:1px solid #d6dae1;}
.category_children_wrap .category_children .category_body .category_child_img_wrap + .category_child_img_wrap {margin-top: 20px;}
.category_children_wrap .category_children .category_body .category_child_img_wrap h5 {font-size: 14px;}
.category_children_wrap .category_children .category_body .category_child_img_wrap .d-flex .img_file_wrap {flex-grow: 1;}
.category_children_wrap .category_children .category_body .category_child_img_wrap .d-flex .img_file_wrap + .img_file_wrap {margin-left: 10px;}

.category_children_wrap .category_children .category_body .category_child_text .category_child_text_wrap {display:flex; flex-direction: row; align-items: center; width:100%;}
.category_children_wrap .category_children .category_body .category_child_text .category_child_text_wrap + .category_child_text_wrap {margin-top: 10px;}
.category_children_wrap .category_children .category_body .category_child_text .category_child_text_wrap > div:first-child {width: 100px; font-weight:bold;}
.category_children_wrap .category_children .category_body .category_child_text .category_child_text_wrap > div:last-child {flex-grow: 1;}

.category_children_wrap .category_children .category_footer {padding: 20px 60px; align-items: center; border-top: 1px solid #D6DAE1;}
.category_children_wrap .category_children .category_footer .color_code_label {width: 100px; font-weight:bold;}
.category_children_wrap .category_children .category_footer .color_code_wrap {flex-grow: 1;}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_input {}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_list_wrap {margin-top: 10px;padding: 20px; border:1px solid #d6dae1;}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_list_wrap .color_code_list {flex-wrap: wrap;}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_list_wrap .color_code_list li {padding: 5px;}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_list_wrap .color_code_list li .color_cont_wrap {display:flex; align-items: center; padding: 4px; border:1px solid #d6dae1; border-radius: 2px; cursor:pointer;}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_list_wrap .color_code_list li .color_cont_wrap:hover {background:#f3f3f3;}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_list_wrap .color_code_list li .color_cont_wrap span {display:inline-block;}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_list_wrap .color_code_list li .color_cont_wrap span + span {margin-left: 5px;}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_list_wrap .color_code_list li .color_cont_wrap .color_img {position:relative; width:30px; height:30px; border:1px solid #efefef;}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_list_wrap .color_code_list li .color_cont_wrap .color_text {}
.category_children_wrap .category_children .category_footer .color_code_wrap .color_code_list_wrap .color_code_list li .color_cont_wrap .color_del {width: 30px; height:30px; background:url(../images/icon/ico_x.png) no-repeat center; background-size:15px;}
/* ======== /over view ======== */

/* ============= category guide detail info =========== */
.category_guide_detail_wrap {position:relative; background:#fff;}
.category_guide_detail_wrap.loading:before {content:""; position: absolute; left: 0; top:0; width:100%; height:100%; background-color:#333; background-image:url(../images/icon/ZKZg.gif); background-repeat:no-repeat; background-position:center; background-size:50px; opacity: 0.7; z-index:9999;}
.category_guide_detail_top {justify-content: space-between; padding: 10px 46px; align-items:center; border-bottom: 1px solid #dad6e1;}
.category_guide_detail_top h3 {margin: 0; font-size:13px; font-weight:bold;}
.category_guide_detail_top > div + div {margin-left: 10px;}
.category_guide_detail_top > div:nth-child(1) {}
.category_guide_detail_top > div:nth-child(2) {}
.category_guide_detail_top .guide_detail_top_label {font-weight:bold;}
.category_guide_detail_top .guide_detail_top_name {display:inline-block; margin-left: 30px; width: 500px; height: 32px; line-height: 32px; text-indent: 10px; border:1px solid #D6DAE1;}

.category_guide_detail_body {background:#fff;}
.category_guide_detail_body .category_detail_tab_wrap {padding: 46px;}
.category_guide_detail_body .category_detail_tab_wrap > div {width: 300px; padding: 8px 10px; background:#fff; border:1px solid #AEB4C6; text-align: center; cursor: pointer;}
.category_guide_detail_body .category_detail_tab_wrap > div + div {margin-top: 20px;}
.category_guide_detail_body .category_detail_tab_wrap .left_tab .detail_inp_tabs {padding: 0 10px; width: 100px; text-align: center; border:0;}
.category_guide_detail_body .category_detail_tab_wrap .left_tab .detail_inp_tabs:focus {outline: none; color:#212529; font-weight: 400;}
.category_guide_detail_body .category_detail_tab_wrap .left_tab .detail_inp_tabs.on {color:#2C83E9;font-weight:bold;}
.category_guide_detail_body .category_detail_tab_wrap .left_tab .detail_inp_tabs.on:focus {color:#212529; font-weight: 400;}

.category_guide_detail_body .category_detail_editor_wrap {position:relative; padding: 46px; min-height: 700px; flex-grow: 1; border-left:1px solid #dad6e1;}
.category_guide_detail_body .category_detail_editor_wrap .guide_tab_save {position:absolute; right: 0; top: -38px;}
.category_guide_detail_body .category_detail_editor_wrap .guide_tab {display:none; margin-bottom: 20px;}
.category_guide_detail_body .category_detail_editor_wrap .guide_tab .guide_tab_btn {padding: 8px 10px; width:200px; border:1px solid #AEB4C6; text-align: center; background:#fff;}
.category_guide_detail_body .category_detail_editor_wrap .guide_editor {position:relative;min-height:1000px;}
.category_guide_detail_body .category_detail_editor_wrap .guide_editor .CodeMirror {height: 500px; border: 1px solid #ddd;}
.category_guide_detail_body .category_detail_editor_wrap .guide_editor .notice {position: absolute; right: 0; top:45px; color:#d14e4e;}
.category_guide_detail_body .category_detail_editor_wrap .guide_editor h4{margin:0; padding: 10px; text-align: center; background:#D6DAE1; font-size:13px;}
.category_guide_detail_body .category_detail_editor_wrap .guide_editor .guide_html_wrap {position:absolute; left:0; top:32px; width:100%; height:100%;}
.category_guide_detail_body .category_detail_editor_wrap .guide_editor .guide_html_wrap + .guide_html_wrap {z-index:-1}
.category_guide_detail_body .category_detail_editor_wrap .guide_editor .guide_html_wrap p {font-size: 13px; margin: 30px 0 10px; font-weight: bold;}
.category_guide_detail_body .category_detail_editor_wrap .guide_editor .preview_wrap {margin-top: 30px;}
.on_btn_active {border:1px solid #2C83E9 !important; color:#2C83E9;font-weight:bold;}

/*----------- code editor ---------*/
#code_preview_wrap {
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 9999;
}
#code_preview_wrap.on {
    display:block;
}
#code_preview_wrap:before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:#444;
    opacity: 0.5;
}
#code_preview_wrap #code_preview {position:absolute; left:0; top:0; width:100%; height:100%; overflow-y: scroll; background:#fff;}
#code_preview_wrap #code_preview_close {position:absolute; right: 10%; top: 50px; width: 40px; height:40px; border-radius: 50%; background:#444; color:#fff; cursor: pointer; z-index:9999;}
#code_preview_wrap #code_preview_close:before,
#code_preview_wrap #code_preview_close:after {content:""; position: absolute; left: 50%; top:50%; width: 24px; height: 2px; background:#fff;}
#code_preview_wrap #code_preview_close:before {transform: translate(-50%, -50%) rotate(45deg);}
#code_preview_wrap #code_preview_close:after {transform: translate(-50%, -50%) rotate(-45deg);}
#code_editor_wrap .code_editor + .code_editor {margin-top: 30px;}
#code_editor_wrap .code_editor p {margin: 8px 0; font-weight:bold;}

/*================== ajax loading wrap ===============*/
#ajax_loading_wrap {display:none; position:fixed; left:0; top:0; width:100%; height:100%; z-index: 9999;}
#ajax_loading_wrap.on {display:block;}
#ajax_loading_wrap:before {content:"";position:absolute;width:100%;height:100%; background-color:#333; background-image:url(../images/icon/ZKZg.gif); background-repeat:no-repeat; background-position:center; background-size:50px; opacity: 0.7;}


/*================== review detail modal ===============*/
/*.review_wrap .review_header,*/
/*.review_wrap .review_body {margin-bottom: 20px;}*/

.review_wrap .review_header {border-bottom: 1px solid #eaeaea;}
.review_wrap .review_header .review_head {display:flex; justify-content: space-between; align-items: center;}
.review_wrap .review_header .review_head .review_head_column {display:flex; flex:1; padding: 10px 20px; align-items: center;}
.review_wrap .review_header .review_head .review_head_column > div:first-child {width: 100px; font-weight:bold;}
.review_wrap .review_body {padding: 20px;}
.review_wrap .review_body .review_title {padding: 10px 0; font-weight:bold;}
.review_wrap .review_body .review_content {
    padding: 10px;
    border:1px solid #eaeaea;
    min-height: 200px;
    max-height: 200px; /* 최대 높이 설정 */
    overflow-y: auto; /* 수직 스크롤 추가 */
}
.review_wrap .review_footer {padding: 0 20px;}
.review_wrap .review_footer .review_attach {display:flex; align-items: center;}
.review_wrap .review_footer .review_attach > div:first-child {width: 100px; font-weight: bold;}
.review_wrap .review_footer .review_action {margin-top: 20px;}
.r_cont_txt {
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.r_list_cont {
    min-width: 300px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
/* 별점 */
.star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../images/icon/ico_empty_star.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

.star.full {
    background: url('../images/icon/ico_full_star.png') no-repeat center center;
    background-size: cover;
}

.star.half {
    background: url('../images/icon/ico_half_star.png') no-repeat center center;
    background-size: cover;
}

/* 메인 고정 리뷰 */
.fixed_list_wrap .fixed_list li {
    display: flex;
    background: #fff;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}
.fixed_list_wrap .fixed_list li + li {
    margin-top: 20px;
}

.fixed_list_wrap .fixed_list li > div {
    flex-grow: 1;
}

.fixed_list_wrap .fixed_list li > div.r_action {
    width: 200px;
    flex-grow: 0;
}

.fixed_list_wrap .fixed_list li > div:first-child {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
}

.fixed_list_wrap .fixed_list li > div:first-child .r_name {
    width: 300px;
    margin-bottom: 5px;
}

.fixed_list_wrap .fixed_list li > div:first-child .r_cont {
    flex-grow: 1;
}


/* ==== 스위트몰 ==== */
.tab_wrap {
    margin: 50px 0 20px;
    width: 100%;
}
.tab_btn_wrap {
    display: flex;
    margin: 20px 0;
    max-width: 500px;
}
.tab_btn_wrap .tab_btns {
    flex: 1;
    padding: 12px;
    text-align: center;
    border: 1px solid #D9DADC;
    cursor: pointer;
    background: #fff;
    transition: background 0.3s, color 0.3s;
    font-weight: bold;
}
.tab_btn_wrap .tab_btns + .tab_btns {
    margin-left: 10px;
}
.tab_btn_wrap .tab_btns.on {
    background: #2C83E9;
    color: #fff;
    border-bottom: 2px solid #2C83E9;
}
.tab_cont_wrap {
    position: relative;
    min-height: 100px;
}
.tab_cont {
    display: none;
    position: relative;
    width: 100%;
}
.tab_cont.on {
    display: block;
}

.pagination {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    margin-top: 30px;
}
.pagination li {
    min-width: 27px;
    padding: 4px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background-color: #AEB4C6;
    cursor: pointer;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out;
}
.pagination li+li {
    margin-left: 4px;
}
.pagination li.active {
    color: #fff;
    background-color: #2C83E9;
}
.pagination li > a {
    display: block;
    width:100%;
    height:100%;
}
.pagination li.active > a {
    color: #fff;
}
.pagination li a.arrow_left {
    background:url(../images/icon/ico_navi_arrows_left.png) no-repeat center;
    background-size: 80%;
}
.pagination li a.arrow_right {
    background:url(../images/icon/ico_navi_arrows_right.png) no-repeat center;
    background-size: 80%;
}

.pagination li a.arrow_double_left {
    background:url(../images/icon/ico_navi_arrows_double_left.png) no-repeat center;
    background-size: 80%;
}
.pagination li a.arrow_double_right {
    background:url(../images/icon/ico_navi_arrows_double_right.png) no-repeat center;
    background-size: 80%;
}

#remainPoint,
#availablePoint {
    font-weight: bold;
    display: inline-block;
}
.pointInfoArea {
    vertical-align: middle;
}
.pointInfoArea > span + span {
    margin-left: 30px;
}
#pointRows {
    width: 150px;
}

.btn .btn_img {
    width: 11px;
}

a.list_link {
    text-decoration: underline;
    cursor: pointer;
}
