/**********************************************************
                           sub
***********************************************************/
/* login */
.login {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: var(--col-main);
}

.login-box {
    display: flex;
    width: 100%;
    height: 100vh;
}

.logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 600px;
    width: 100%;
    height: 100%;
    background: var(--col-main);
}

.logo-box .logo-img {
    width: 200px;
    margin-bottom: 60px;
    height: auto;
    position: relative;
    z-index: 1;
}

.logo-box .logo-box-back {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.login-form {
    border-radius: 24px 0 0 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
}

.login-form h3 {
    font-size: 48px;
    letter-spacing: -2.4px;
    font-weight: bold;
    margin-bottom: 40px;
}

.login-form-content {
    max-width: 340px;
    margin: 0 auto;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-form .input-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.login-form .input-line .login-text {
    padding-right: 15px;
}

.login-form .input-line .login-text a {
    font-size: 13px;
    color: var(--col-gray2);
}

.login-form .input-box {
    margin-bottom: 12px;
}

.login-form .input-box.check {
    margin-left: 8px;
    text-align: left;
    margin-bottom: 24px;
}

.login-form small {
    font-size: 14px;
    letter-spacing: -0.7px;
    color: var(--col-gray);
}

/* sign */

.sign_up {
    width: 100%;    
}

.sign_area {
    padding: 40px 0;
    position: relative;
    max-width: 530px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

.sign_area .sign_back {
    position: absolute;
    top: 80px;
    left: 26px;
    cursor: pointer;
}

.sign_up .sign_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sign_up .sign_logo img {
    margin-bottom: 50px;
    width: 211px;
    height: auto;
}

.sign_up .sign_logo p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.sign_up form {
    width: 100%;
    display:flex;
    flex-wrap: wrap;    
}

.sign_input {
    margin-top: -1px;
    position: relative;
    width: 50%;
    padding: 5px;
}

.sign_input input {
    position: relative;
    width: 100%;
    padding: 20px 20px 5px;
    font-size: 18px;
    font-weight: 500;
    height: 55px;
    border: solid 1px #ebebeb;
    stroke: none;
    outline: none;
}

.sign_input.sign_radio{ text-align:left;  }
.sign_input.sign_radio label { font-weight:bold;  }
.sign_input.sign_radio input[type=radio],
.sign_input.sign_radio input[type=checkbox]{
    width: 15px; height: 15px;
}

.sign_input span {
    position: absolute;
    z-index: 0;
    left: 20px;
    top: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #ccc;
}

.sign_input span.active {
    top: 10px;
    font-size: 12px;
}

.sign_up .select_box {
    position: relative;
    width: 100%;
}

.sign_up .select_box select {
    width: 100%;
    height: 69px;
    border: none;
    stroke: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #ebebeb;
    font-size: 20px;
    padding: 15px;
    color: #cccccc;
}

.sign_up .select_box::after {
    content: '';
    background-image: url('../images/admin/drop_ico.png');
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.sign_up .reg-box { 
    border-radius: 24px 0 0 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
}
.sign_up select::-ms-expand {
    display: none
}

.sign_up .sub_title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 40px;
    margin-bottom: 10px;
}

.sign_up .btns {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    position: absolute;
    width: 112px;
    height: 42px;
    font-size: 16px;
    color: #585a59;
    border-radius: 4px;
    border: solid 1px #aaa;
    background-color: #fff;
    text-align: center;
    line-height: 15px;
}

.sign_up .flex,
.sub_14_01 .flex {
    display: flex;
    align-items: flex-end;
}

.sign_up .flex a,
.sub_14_01 .flex a {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #aaa;
}

.sign_up .change_btn,
.sub_14_01 .change_btn {
    width: 160px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
}

.sign_up .change_btn ul,
.sub_14_01 .change_btn ul {
    width: 100%;
    display: flex;
}

.sign_up .change_btn ul li,
.sub_14_01 .change_btn ul li {
    width: 50%;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    border: 1px solid #efefef;
}

.sign_up .change_btn ul li:nth-of-type(2),
.sub_14_01 .change_btn ul li:nth-of-type(2) {
    border-radius: 0 20px 20px 0;
}

.sign_up .change_btn ul li.active,
.sub_14_01 .change_btn ul li.active {
    background-color: #e64800;
}

.sign_up .change_btn ul li a,
.sub_14_01 .change_btn ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
}

.sign_up .change_btn ul li.active a,
.sub_14_01 .change_btn ul li.active a {
    color: #fff;
}

.sign_up .month_contract,
.sign_up .year_contract,
.sub_14_01 .month_contract,
.sub_14_01 .year_contract {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sign_up .year_contract,
.sub_14_01 .year_contract {
    display: none;
}

.sign_up .item,
.sub_14_01 .items {
    margin-bottom: 30px;
    min-width: 130px;
    width: 50%;
    background-color: #fff;
    box-shadow: 3px 3px 15px 0 rgba(31, 46, 87, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 203px;
    padding: 10px;
    box-shadow: 2px 2px 4px 0 rgba(31, 46, 87, 0.08);
    border: 2px solid #efefef;
    cursor: pointer;
}

.sign_up .item.active,
.sub_14_01 .items.active {
    border: 2px solid #e64800;
}

.sign_up .item .title,
.sub_14_01 .items .title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}

.sign_up .item .price,
.sub_14_01 .items .price {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 10px;
}

.sign_up .item .contract,
.sub_14_01 .items .contract {
    font-size: 12px;
}

.sign_up .item .txt_s,
.sub_14_01 .items .txt_s {
    height: 34px;
    font-size: 12px;
    margin-bottom: 10px;
}

.sign_up .item.best,
.sub_14_01 .items.best {
    position: relative;
}

.sign_up .item.best .best_up,
.sub_14_01 .items.best .best_up {
    border-radius: 0 0 5px 5px;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    bottom: -32px;
    right: -2px;
    width: 100px;
    font-size: 12px;
    height: 30px;
    background-color: #e64800;
    color: #fff;
}


.sign_input.pay input {
    width: 100%;
    padding: 10px 0;
    padding-left: 100px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    border: solid 1px #ebebeb;
    stroke: none;
    outline: none;
}

.sign_input.pay span {
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.sign_input.pay span.active {
    top: 24px;
    left: 10px;
    font-size: 20px;
}

.harf_input {
    display: flex;
}

.harf_input .sign_input.pay {
    width: 50%;
}

.sign_input.pay input.pd_l180 {
    padding-left: 180px;
}

.sign_up .submit_btn {
    margin-top: 100px;
    margin-bottom: 110px;
    margin-right: 10px;
    cursor: pointer;
    width: 45%;
    height: 70px;
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #1f2e57;
    font-size: 20px;
    font-weight: 500;
    color: #1f2e57;
}
.sign_up .cancle_btn {
    margin-top: 100px;
    cursor: pointer;
    width: 45%;
    height: 70px;
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #1f2e57;
    font-size: 20px;
    font-weight: 500;
    color: #1f2e57;
    line-height: 65px;
}

.sign_up .login-form-content h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.sign_up .radio_sign_area,
.sub_14_01 .radio_sign_area {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.sign_up .radio_sign input,
.sub_14_01 .radio_sign input {
    display: none;
}

.sign_up .radio_sign label,
.sub_14_01 .radio_sign label {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
}

.sub_14_01 .radio_sign label {
    font-size: 14px;
    margin-right: 10px;
}

.sign_up .radio_sign label::before,
.sub_14_01 .radio_sign label::before {
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
}

.sign_up .radio_sign input:checked+label::before,
.sub_14_01 .radio_sign input:checked+label::before {
    content: '\f00c';
    font-size: 10px;
    border-color: #000;
    font-family: fontawesome;
}

.sign_up .pay1,
.sub_14_01 .pay1 {
    display: none;
}

.sign_up .pay1.active,
.sub_14_01 .pay1.active {
    display: block;
}


.sign_up .agree input {
    display: none;
}

.sign_up .agree label {
    margin-top: 10px;
    font-size: 16px;
    color: #cccccc;
    display: flex;
    align-items: center;
}

.sign_up .agree label::before {
    margin: 0 5px;
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
}

.sign_up .agree input:checked+label::before {
    border-color: #000;
    color: #000;
    content: '\f00c';
    font-size: 10px;
    font-family: fontawesome;
}

.sign_up .agree label a {
    display: inline-block;
    margin-right: 5px;
    color: #585a59;
    text-decoration: underline;
}

.sign_up .copylight {
    font-size: 12px;
    color: #ccc;
    text-align: center;
    display: inline-block;
    width: 100%;
}

/* contents */
.contents {
    width: 100%;
    padding: 30px 30px 60px 30px;
}

.contents-title {
    font-size: var(--font-2xl);
    margin-bottom: 30px;
}

/* list-page */
.search-form {
    padding-bottom: 20px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.search-form .frm_input { height: 48px; border: 1px solid var(--col-gray); border-radius: 28px; }
.search-form .date-form-font { font-size: 20px; line-height: 45px; }

.modify-form {
    justify-content: space-between;
    flex-wrap: wrap;
}

.modify-form .search-box,
.modify-form .select-box:not(.last),
.btns-form .btns:not(.last) {
    margin-right: 10px;
}

.modify-form .search-box,
.modify-form .select-box,
.btns-form .btns {
    margin-bottom: 10px;
}

.product-total {
    font-size: 12px;
    margin-bottom: 10px;
}

.product-total span {
    color: var(--col-pink);
    font-weight: bold;
}

/* list-table */
.table-wrapper {
    width: 100%;
}

.list-table,
.thead,
.tbody {
    width: 100%;
    min-width: 1020px;
}

.list-table caption {
    height: 15px;
    font-size: 15px;
    text-align: left;
    overflow: initial;
    font-weight: bold;
    margin-bottom:10px;
}

.list-table .input-box.check input+label {
    width: 13px;
    height: 13px;
    vertical-align: baseline;
}

.list-table .input-box.check input:checked+label::after {
    display: none;
}

.thead {
    background-color: var(--col-main);
    color: #fff;
}

.tbody tr {
    border-bottom: 1px solid var(--col-gray);
}
.list-table th a { color: #fff;  }
.list-table th,
.list-table td {
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.list-table p {
    line-height: 1.8;
}

.table-box {
    word-break: keep-all;
    padding: 10px 15px;
}

.table-box.table-select {
    display: flex;
    justify-content: space-between;
}

.table-box.table-select .select-box {
    flex: 1;
    margin-right: 10px;
}

.table-box.table-select .select-box::after {
    top: 7px;
}

.list-table .input-box input {
    padding: 7px;
    border-radius: 0;
    width: 100%;
}

.list-table .input-box.number input {
    width: 70px;
}

.table-box.table-select .select-box .select-dummy {
    border-radius: 0;
    top: 100%;
}

/* 2단박스 */
.table-box2 {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #2353a0;
}

.table-box2>p,
.table-box2>div {
    flex: 1;
}

.table-box2>div {
    min-width: 150px;
    margin: 0 5px;
}

.table-box2>div>p {
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
}

.tbody .table-box2 {
    border-color: var(--col-gray);
}

.table-box2 .table-img {
    width: 150px;
    flex: none;
}

.table-img>img {
    border: 1px solid var(--col-gray);
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.table-btn-box {
    display: flex;
    flex-direction: column;
}

.table-btn-box a {
    display: inline-block;
    margin-bottom: 10px;
}

.table-btn-box a:last-of-type {
    margin-bottom: 0;
}

.table-btn-box a:hover {
    color: var(--col-green);
    font-weight: bold;
}

/* view-page */
.view-header {
    padding-bottom: 20px;
    border-bottom: 2px solid var(--col-main);
}

.view-header-title {
    font-size: var(--font-xl);
    padding-bottom: 10px;
}

.view-header-date {
    font-size: 13px;
    color: var(--col-gray2);
}

.view-body-content {
    padding: 20px 0;
    text-align: center;
}

.view-body-content>img {
    max-width: 100%;
}

.view-body-end {
    padding: 20px 0;
    border-top: 1px solid var(--col-gray);
    border-bottom: 1px solid var(--col-gray);
}

.view-foot {
    padding: 20px 0;
    text-align: right;
}

.view-foot .btns {
    display: inline-block;
    text-align: center;
    min-width: 100px;
}

/* notice */
/* datepicker */
.ui-datepicker {
    display: none;
}

.ui-datepicker,
.ui-datepicker-prev,
.ui-datepicker-next,
.ui-state-default {
    color: var(--col-black);
}

.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker {
    margin-top: 5px;
    width: 210px;
    background-color: #fff;
    border: 2px solid var(--col-main);
    border-radius: 24px;
    padding: 10px 0 20px;
}

.ui-datepicker-header {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

.ui-datepicker-title {
    order: -2;
    width: 50%;
}

.ui-datepicker-calendar {
    width: calc(100% - 20px);
    margin: 0 auto;
}

.ui-datepicker-calendar td {
    text-align: center;
}

.ui-datepicker-calendar td a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 5px;
}

.ui-datepicker-calendar td .ui-state-hover {
    background-color: var(--col-main);
    color: #fff;
}

/* notice-table */
.notice-table {
    width: 100%;
}

.notice-thead {
    background-color: var(--col-main);
}

.notice-tbody {
    text-align: center;
}

.notice-tbody tr {
    border-bottom: 1px solid var(--col-gray);
}

.notice-table td,
.notice-table th {
    color: var(--col-gray2);
    font-weight: normal;
    width: 100px;
}

.notice-table th {
    color: #fff;
}

.notice-table .notice-main {
    width: calc(100% - 500px);
}

.notice-table .notice-main>a {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 2.5em;
}

.notice-table .notice-tbody .notice-main {
    color: var(--col-black);
}

.notice-table .important {
    color: var(--col-pink);
    font-weight: bold;
}

.btn_list01.btn_list {
    margin-top: 10px;
}

/**********************************************************
                       agree                           
***********************************************************/
.agree_wrap .rg_ul {
   width: 100%;
   display: flex;
}
.agree_wrap .rg_ul li {
   cursor: pointer;
   background: #f6f6f6;
   text-align: center;
   font-size: 22px;
   color: #a2a2a2;
   flex-grow: 1;
   padding: 18px;
   border-bottom: 1px solid #ddd;
}
.agree_wrap .rg_ul li.active {
   border-right: 1px solid #ddd;
   border-left: 1px solid #ddd;
   border-top: 1px solid #ddd;
   border-bottom: 0px;
   background: #fff;
   color: #000;
}
.agree_wrap div#rg_div_1 {
   display: none;
}
.agree_wrap div#rg_div_2 {
   display: none;
}
.agree_wrap div#rg_div_1.active {
   display: block !important;
}
.agree_wrap div#rg_div_2.active {
   display: block !important;
}
.agree_wrap dl {
   width: 100%;
   display: flex;
   flex-direction: row-reverse;
   margin-top: 65px;
   padding-bottom: 65px;
   border-bottom: 1px solid #ddd;
}
.agree_wrap dl dd {
   text-align: left;
   font-size: 28px;
   flex-grow: 2;
   padding-left: 15px;
   color: #505050;
}
.agree_wrap dl dd span.rg_dd1 {
   color: var(--col-main);
}
.agree_wrap dl dd span.rg_dd2 {
   font-size: 20px;
   display: block;
   line-height: 23px;
   font-weight: 100;
}
.agree_wrap dl dd span.rg_dd3 {
   font-size: 16px;
   display: block;
   line-height: 23px;
   font-weight: 400;
}
.agree_wrap dl dd button,
.agree_wrap dl dd a {
   display: inline-block;
   margin-top: 15px;
   border: 1px solid var(--col-main);
   padding: 10px 50px;
   color: var(--col-main);
   font-size: 18px;
   background: #fff;
}
.agree_wrap dl dd button:hover,
.agree_wrap dl dd a:hover {
   color: #fff;
   background: var(--col-main);
}
.agree_wrap dl dt {
   flex-grow: 1;
   text-align: right;
   padding-right: 15px;
}
.agree_wrap .reg_list {
   position: relative;
   text-align: left;
   padding: 25px;
   border-bottom: 1px solid #ddd;
}
.agree_wrap .reg_list img {
   margin-right: 15px;
}
.agree_wrap .reg_list a {
   font-size: 20px;
   color: #737373;
}
.agree_wrap .reg_list a.reg_btn {
   position: absolute;
   right: 15px;
}

.agree_wrap .ord-ul {
   width: 100%;
   margin-bottom: 50px;
}
.agree_wrap .ord-ul:after {
   clear: both;
   display: block;
   content: "";
}
.agree_wrap .ord-ul li {
   width: calc(100% / 3);
   float: left;
   height: 95px;
   vertical-align: middle;
   color: #ccc;
   font-size: 28px;
   font-weight: 700;
   padding: 30px 0 0 50px;
}
.agree_wrap .ord-ul li.on {
   color: #6e5b4c;
}

.agree_wrap .ord-ul1 li {
}
.agree_wrap .ord-ul1 li:nth-child(1) {
   background: url(../images/step01_on.png) no-repeat;
}
.agree_wrap .ord-ul1 li:nth-child(2) {
   background: url(../images/step02_off.png) no-repeat;
}
.agree_wrap .ord-ul1 li:nth-child(3) {
   background: url(../images/step03_off.png) no-repeat;
}

.agree_wrap .ord-ul2 li {
}
.agree_wrap .ord-ul2 li:nth-child(1) {
   background: url(../images/step01_off.png) no-repeat;
}
.agree_wrap .ord-ul2 li:nth-child(2) {
   background: url(../images/step02_on.png) no-repeat;
}
.agree_wrap .ord-ul2 li:nth-child(3) {
   background: url(../images/step03_off.png) no-repeat;
}

.agree_wrap .ord-ul3 li {
}
.agree_wrap .ord-ul3 li:nth-child(1) {
   background: url(../images/step01_off.png) no-repeat;
}
.agree_wrap .ord-ul3 li:nth-child(2) {
   background: url(../images/step02_off.png) no-repeat;
}
.agree_wrap .ord-ul3 li:nth-child(3) {
   background: url(../images/step03_on.png) no-repeat;
}

.ag_list {
   width: 100%;
   display: flex;
   flex-flow: wrap;
}
.ag_list > div {
   flex-basis: 50%;
}
.ag_list .panel {
   text-align: left;
}

/**********************************************************
                      responsive
***********************************************************/
@media screen and (max-width: 1023px) {
    .contents {
        padding: 20px 20px 40px 20px;
    }

    .contents-title {
        margin-bottom: 20px;
    }

    /* notice-table */
    .hidden-sm {
        display: none;
    }

    .notice-table td,
    .notice-table th {
        width: 50px;
    }

    .notice-table .notice-main {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 799px) {

    .table-wrapper {
        overflow:auto;
    }

    /* login */
    .login-box {
        flex-direction: column;
    }

    .logo-box {
        max-width: 100%;
        height: auto;
        padding: 10vh 0;
    }

    .login-form h3 {
        font-size: 30px;
        letter-spacing: -1.5px;
    }

    .logo-box .logo-img {
        width: 120px;
        margin: 0;
    }

    .login-form {
        border-radius: 24px 24px 0 0;
        height: 100%;
    }

    .login-form-content {
        max-width: 300px;
        padding: 20px;
    }

    .login-form small {
        display: inline-block;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 499px) {}

@media screen and (max-width: 399px) {}

/* height */
@media (max-width:800px) and (max-height:550px) {

    /* login */
    .login,
    .login-box {
        height: auto;
    }
}