/* set */
body {
    background: #efefef;
}

input[type="checkbox"] + label.none {
    background: #d8d8d8;
    border: 2px solid #d8d8d8;
}

.none {
    display: none;
}

.mx200 {
    max-width: 200px;
    margin: 0 auto;
}

.mx400 {
    max-width: 400px;
}

.name-btn-active {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
}

.name-btn-active::placeholder {
    font-size: 18px;
}

input.name-btn-active[type=text]:focus {
    border: 1px solid #ffc864;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .1);
    color: #404040;
}

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

.right {
    text-align: right !important;
}

.bg_gray {
    background: #efefef;
}

.total { /* font-weight: 800; */
}

.clearfix::after {
    content: '';
    clear: both;
    display: table;
}

.justify {
    text-align: justify;
    text-justify: inter-cluster;
}

.justify:after {
    content: "";
    display: inline-block;
    width: 100%;
}

select {
    padding: 0 6px !important;
    border-radius: 5px;
}

.tip {
    float: left;
    line-height: 30px; /* padding-right: 5px; */
    width: 10px;
    text-align: center;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.dropdown-toggle {
    margin: 0 !important;
}

.none_block {
    color: #aaa;
}

.info_btn {
    display: none;
}
.wd90 {
    width: 90px !important;
    min-width: 90px !important;
}

.wd80 {
    width: 80px !important;
    min-width: 80px !important;
}

.wd60 {
    width: 60px !important;
    min-width: 60px !important;
}

.wd50 {
    width: 50px !important;
    min-width: 50px !important;
}

.wd96 {
    width: 96px !important;
    min-width: 96px !important;
}

.wd108 {
    width: 108px !important;
    min-width: 108px !important;
}

.wd120 {
    width: 120px !important;
    min-width: 120px !important;
}

.wd150 {
    width: 150px !important;
    min-width: 150px !important;
}

.wd160 {
    width: 160px !important;
    min-width: 160px !important;
}

.wd240 {
    width: 240px !Important;
    min-width: 240px !Important;
}

.wd255 {
    width: 255px !Important;
    min-width: 240px !Important;
}

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

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

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

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

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

.mg17 {
    margin-bottom: 17px !important;
}

.mg100 {
    margin-bottom: 100px !important;
}

.form_default::placeholder {
    color: #d8d8d8 !important;
    font-size: 11px;
}

.form_default:focus {
    border-color: #0000000A;
    color: #404040;
    color: #404040;
}

.form_default:disabled {
    background: #d8d8d8;
    color: #404040;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    pointer-events: none;
}

.form_control:hover {
    transition: 0.2s;
    border: 1px solid #ffc864;
    box-shadow: 0px 3px 6px #00000029;
}

.form_control:focus {
    transition: 0.2s;
    box-shadow: 0px 3px 6px #00000029;
}

textarea::placeholder {
    font-size: 11px;
}

textarea.extraInfo {
    padding: 5px;
}

.checkbox label {
    margin-right: 0 !important;
}

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

input[disabled] {
    background: #d8d8d8;
}

.disabled {
    background: #d8d8d8;
    pointer-events: none;

}

.disabled-white {
    color: #fff !important;
}

.disabled-white::placeholder {
    color: #fff !important;
}

.disabled-black {
    color: #404040 !important;
}

.disabled-black::placeholder {
    color: #404040 !important;
}

.day ul {
    overflow: hidden;
}

.day ul li {
    float: left;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
}

.day ul li:last-child {
    margin-right: 0px;
}

/* intro */
/* three rayout */
.rayout_step01,
.rayout_step02,
.rayout_step03 {
    width: 341px;
    height: 768px;
    float: left;
    background: #fff;
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, .5);
    -ms-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, .5);
    z-index: 100;
    position: relative;
    overflow: hidden;
}

.rayout_step01 {
    border-right: 1px solid #eee;
}

.rayout_step02 {
    width: 0;
    height: 768px;
    z-index: 99;
    top: 0;
    left: 341px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    position: absolute;
    border-right: 1px solid #eee;
}

.rayout_step02:before {
    content: '';
    width: 210px;
    height: 1px;
    position: absolute;
    top: 50px;
    left: 0px;
    background: #FFC864;
    opacity: 0.1;
}

.rayout_step03 {
    width: 0;
    height: 768px;
    z-index: 98;
    top: 0;
    left: 682px;
    background-color: #fff;
    overflow: hidden;
    /*transition: 0.1s;*/
    -ms-transition-duration: 0;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    position: absolute;
}

.rayout_step02 .info,
.rayout_step03 .info {
    display: none;
}

.rayout_step03:before {
    content: '';
    width: 275px;
    height: 1px;
    position: absolute;
    top: 50px;
    left: 0px;
    background: #FFC864;
    opacity: 0.1;
}

.rayout_step02.opa:before {
    opacity: 1;
}

.rayout_step03.opa:before {
    opacity: 1;
}


.rayout_step02 a {
    padding: 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.rayout {
    overflow: hidden;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    position: relative;
}

.rayout .info {
    width: 341px;
    height: 768px;
    /* float: left; */
    /* padding: 35px 0px 78px; */
    position: relative;
    overflow: hidden;
}

.rayout .bg {
    width: 682px;
    height: 100%;
    position: absolute;
    left: 341px;
    background-image: url(../images/intro_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
    overflow: hidden;
}

.rayout .bg .text {
    float: left;
    padding-top: 317px;
    padding-left: 155px;
    font-size: 30px;
    line-height: 50px;
}

.rayout .bg .text span {
    letter-spacing: 3.5px;
}

.rayout .bg .logo {
    width: 150px;
    float: right;
    padding-top: 50%;
    margin-right: 95px;
}

.rayout .bg .logo img {
    width: 100%;
}

/* step 1,2,3 variation */
.action {
    overflow: hidden;
    position: absolute;
    right: 21px;
    top: 32px;
}

.action .gr {
    position: relative;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.action .gr:last-child {
    margin-right: 0;
}

.action .gr:after {
    content: '';
    width: 10px;
    height: 1px;
    position: absolute;
    right: -14px;
    background: #d8d8d8;
    top: 17px;
}

.action .gr .num {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #FFC864;
    line-height: 38px;
    color: #FFC864;
    font-size: 13px;
    font-weight: 500;
}

.action .gr .comm {
    display: block;
    margin-top: 9px;
    font-size: 11px;
    font-weight: 500;
}

.action .gr:last-child:after {
    display: none;
}

/* rayout container01 */
.rayout .info .step {
    text-align: center;
    /* margin-top: 100px; */
    max-width: 200px;
    margin: 0 auto;
    padding-top: 130px;
}

.rayout .info .step .de .name {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 3.5px;
    margin-bottom: 41px;
    line-height: 21px;
}

.rayout .info .step .de .text {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 26px;
}

.rayout .info .step .de .enter .phonenum {
    /* overflow: hidden; */
    width: 100%;
    margin: 36px 0 40px auto;
}

.rayout .info .step .de .enter .phonenum .num {
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    border: 1px solid #FFC864;
    border-radius: 50px;
    margin-right: 20px;
    margin-top: 20px;
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.rayout .info .step .de .enter .phonenum .num:hover {
    background: #fff7e8;
    cursor: pointer;
    transition: 0.3s;
}

.rayout .info .step .de .enter .phonenum .num:nth-child(-n+3) {
    margin-top: 0;
}

.rayout .info .step .de .enter .phonenum .num:nth-child(3n) {
    margin-right: 0;
}

.rayout .info .step .de .enter .phonenum .num:last-child {
    margin-left: 70px;
}


/* action jquery event */
#ac01.on .gr {
    margin-right: 0;
}

#ac01.on .gr:nth-child(n+2) {
    display: none;
}

#ac01.on .gr:after {
    display: none;
}

#ac01.on .gr .num {
    background-image: url(../images/ic_check.png);
    background-position: center;
    /* background-size: 30px; */
    /* background-color: #ffc864; */
}

#ac02.on .gr {
    margin-right: 0;
}

#ac02.on .gr:nth-child(2) {
    display: none;
}

#ac02.on gr:after {
    display: none;
}

.rayout_step02.on:before,
.rayout_step03.on:before {
    width: 275px;
}

.rayout_step02.on .action .gr .num,
.rayout_step03.on .action .gr .num {
    background-image: url(/static/images/ic_check.png);
    background-position: center;
}

.rayout_step05.on:before,
.rayout_step06.on:before {
    width: 460px !important;
}

.rayout_step05.chk:before {
    width: 400px;
}

.rayout_step05.on .action .gr .num,
.rayout_step06.on .action .gr .num {
    background-image: url(../images/ic_check.png);
    background-position: center;
}


#classList, #classList2, #noneList {
    display: none;
}

#classList2 .text {
    margin-bottom: 18px;
}


.rayout .info .success {
    display: none;
}

.rayout .info .coupon {
    display: none;
}

.rayout .info .personal {
    display: none;
}

.rayout .info .success.on {
    display: block;
    background: url(../images/ezlogo.png) 0 0 no-repeat;
    background-position: center 334px;
    background-size: 150px;
}

.rayout .info .coupon.on {
    display: block;
}

.rayout .info .personal.on {
    display: block;
}

/* container01 details */
.rayout .info > .btn_area {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 78px;
    text-align: center;
}

.rayout .btn_area button {
    width: 200px;
}

.rayout .info .container01 {
    height: 590px;
    /* padding-top: 130px; */
    text-align: center;
    position: relative;
    padding: 130px 20px 0 20px;
}

.rayout .info .text {
    margin-bottom: 23px;
    font-weight: 600;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.rayout .info .container01 .de .dual {
    width: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.rayout .info .container01 .de .dual button {
    float: left;
}

.rayout .info .container01 .de .dual button:first-child {
    margin-right: 20px;
}


.rayout .info .container01 .de .list {
    /*display: none;*/
    padding-top: 29px;
    /*max-width: 240px;*/
    /*height: 432px;**/
    margin: 0 auto;
    position: relative;
    line-height: 1.6em;
}

.rayout .info .container01 .de .list .group {
    text-align: left;
    line-height: 2em;
}

.rayout .info .container01 .de .list .group .check_box {
    height: 17px;
    line-height: 17px;
    margin-bottom: 15px;
}

.rayout .info .container01 .de .list .group .check_box:last-child {
    margin-bottom: 0;
}

.rayout .info .container01 .de .list .btn_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rayout .info .container01.terms_wrap .btn_area {
    top: 488px;
}

.rayout .info .success,
.rayout .info .success_member {
    padding-top: 210px;
    height: 676px;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.rayout .info .count {
    position: absolute;
    left: 0;
    bottom: 55px;
    text-align: center;
    width: 100%;
    font-size: 11px;
    color: #ffc864;
    font-weight: 600;
}

.rayout .info .success_coupon .txt,
.rayout .info .success_personal .txt,
.rayout .info .success_info .txt {
    font-weight: 600;
    /* margin-bottom: 10px; */
}


.rayout .info .class_tot {
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* margin-top: 8px; */
    /* margin-bottom: 16px; */
    margin-top: 13px;
    margin-bottom: 26px;
    line-height: 20px;
}

.rayout .info .class_tot li {
    padding: 0 10px;
    position: relative;
}

.rayout .info .class_tot li:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    background: #555;
    width: 1px;
    height: 10px;
}

.rayout .info .class_tot li:last-child:after {
    display: none;
}

.rayout .info .group {
    max-width: 200px;
    margin: 0 auto;
    text-align: left;
    line-height: 2em;
}

.rayout .info .group .radio_box {
    width: 50%;
    float: left;
}

.rayout .info .container01 .group2 {
    width: 132px;
    height: 216px;
    margin-left: 71px;
    margin-right: 138px;
}

.rayout .info .container01 .group2 .radio_box {
    width: 50%;
    height: 18px;
    float: left;
    /* margin-right: 25px; */
    margin-bottom: 15px;
    text-align: left;
}

.rayout .info .container01 .group2 .radio_box:nth-child(2n) {
    margin-right: 0;
}

.rayout .info .container01 .btn_area {
    position: absolute;
    top: 354px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.rayout .info .container01 .btn_area button {
    width: 200px;
    margin: 0 auto;
}

.success_coupon,
.success_personal {
    margin-top: 36px;
    display: none;
}

.success_info {
    margin-top: 50px;
    display: none;
}

.success_info.oneline {
    margin-top: 68px;
}

/* privacy terms */

.terms {
    text-align: left;
    margin-top: 40px;
    font-size: 13px;
    transform: none !important;
    perspective: none !important;
}

.terms .gr {
    padding: 4px 10px;
    font-size: 11px;
}

.terms .gr label {
    margin-right: 8px;
}

.terms .terms_form .items {
    /* background: #efefef; */
    margin-bottom: 3px;
    border: none;
    margin: 0;
    margin-bottom: 2px;
    transform: none !important;
    perspective: none !important;
}

.terms .terms_form .items .panel-body {
    font-size: 9px;
    padding: 10px 10px 0 10px;
    transform: none !important;
    perspective: none !important;
}

.terms .terms_form .items .terms_more {
    background: #efefef;
    margin-bottom: 2px;
    /* padding: 5px 8px; */
    overflow: hidden;
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.terms .terms_form .items:last-child {
    margin-bottom: 0;
}

.terms .terms_form .items .check_box {
    float: left;
    margin-right: 2px;
    margin: 6px 10px;
    /* line-height: 30px; */
    /* background: #efefef; */
    /* padding: 6px; */
}

.terms .terms_form .items .check_box label {
    margin: 0;
}

.terms .terms_form .items .terms_con {
    width: 100% !important;
    height: 122px;
    overflow: auto;
    /*overflow-y: scroll !important;*/
    transform: none;
    transform: none !important;
    perspective: none !important;
}

.terms .terms_form .items a {
    /* height: 30px; */
    /* line-height: 30px; */
    /* background: #efefef; */
    float: left;
    display: block;
    font-size: 11px;
    width: calc(100% - 40px);
}

.terms_con {
    overflow-y: scroll;
}

.terms_con {
    scrollbar-base-color: #ffc864;
    scrollbar-track-color: #fff4df;
    scrollbar-arrow-color: #fff4df;
    scrollbar-shadow-color: #ffc864;
}

.terms_con::-webkit-scrollbar {
    width: 5px;
}

.terms_con::-webkit-scrollbar-track-piece {
    background-color: #fff4df;
}

.terms_con::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #ffc864;
    border-radius: 3px;
}

.terms_con::-webkit-scrollbar-corner {
    background-color: #999;
}

.terms_con::-webkit-resizer {
    background-color: #666;
}

/*.manager .scroll_custom .manage_form .dual_twice .sec {
    margin-right: 35px;
}*/

.terms .terms_form .items a:after {
    content: '';
    width: 3px;
    height: 3px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    display: inline-block;
    transform: rotate(135deg);
    position: absolute;
    top: 10px;
    right: 6px;
}

.terms .terms_form .items a.collapsed:after {
    transform: rotate(315deg);
}


.dual_group {
    overflow: hidden;
    text-align: left;
    float: left;
    line-height: 1.8em;
}

.dual_group .check_box {
    width: 50%;
    float: left;
    font-size: 15px;
    height: 17px;
    margin-bottom: 15px;
}

.member_on {
    margin-bottom: 15px;
    background: #d8d8d8;
    text-align: center;
    font-size: 17px;
    color: #555;
}


/* manager */
.manager {
    position: relative;
    min-width: 1600px;
    height: 100vh;
    border-top: 20px solid #000;
    font-size: 13px;
    overflow: hidden;
    color: #404040;
}

.manager .sidebar {
    position:relative;
    width: 200px;
    height: 100vh;
    min-height: 900px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 3px 6px #00000029;
    float: left;
}

.manager .sidebar .logo {
    height: 70px;
    /* line-height: 72; */
    overflow: hidden;
    margin: 0 23px;
    border-bottom: 1px solid #e7e7e7;
    padding: 17px 0;
}

.manager .sidebar .logo .text_area {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1.8px;
    width: 114px;
    float: left;
    padding: 7px 0;
    text-align: left;
}

.manager .sidebar .logo .img_area {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: right;
    padding: 7px 0;
}

.manager .sidebar .logo .img_area img {
    width: 100%;
}

.manager .sidebar .logo img {
}

.manager .sidebar .user {
    height: 70px;
    margin: 0 21px;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
}

.manager .sidebar .user .wrap {
    overflow: hidden;
    padding: 16px 0;
}

.manager .sidebar .user .user_image {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    /*background: transparent url('../images/Avatar.png') 0% 0% no-repeat padding-box;*/
    /* border-radius: 50px; */
    opacity: 1;

    display: flex;
    justify-content: center;
    align-content: center;
}

.manager .sidebar .user .user_image img {
    width: 100%;
    /* height: 100%; */
    /*display: none;*/
}

.manager .sidebar .user .user_name {
    width: 85px;
    height: 35px;
    float: left;
    line-height: 38px;
    font-weight: 600;

    padding-left: 15px;
    padding-right: 10px;
    font-weight: 600;
    text-overflow: clip;
    overflow: hidden;
}

.manager .sidebar .user .user_more {
    float: left;
    height: 35px;
    /* line-height: 40px; */
    /* padding: 12px 0; */
    cursor: pointer;
}

.manager .sidebar .user .user_more i {
    font-size: 1px;
    font-weight: 800;
    line-height: 35px;
}

.manager .sidebar .user .user_name:after {

}

.manager .sidebar .user .alarm {
    float: right;
    width: 16px;
    height: 21px;
    /* line-height: 40px; */
    padding-top: 6px;
    cursor: pointer;
}

.manager .sidebar .user .alarm img {
    width: 100%;
}

.manager .sidebar .menu {
    padding-top: 19px;
}

.manager .sidebar .menu .menu_items {
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: 10px;
}

.manager .sidebar .menu .menu_items:last-child {
    margin-bottom: 0;
}

.manager .sidebar .menu .menu_items a {
    display: block;
    padding: 0 37px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.manager .sidebar .menu .menu_items a .icon {
    float: left;
}

.manager .sidebar .menu .menu_items a .icon {
    width: 16px;
    height: 16px;
    /* line-height: 46px; */
    margin: 12px 0;
}

.manager .sidebar .menu .menu_items a .icon img {
    width: 100%;
}

.manager .sidebar .menu .menu_items a .menu_items_name {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    z-index: 9999;
    position: absolute;
    left: 63px;
    top: 0;
    font-weight: bold;
}

.manager .sidebar .menu .menu_items.on,
.manager .sidebar .menu .menu_items:hover {
    color: #fff;
}

.manager .sidebar .menu .menu_items.on:after,
.manager .sidebar .menu .menu_items:hover:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 40px;
    background: #000;
    right: -22px;
    top: 0px;
    z-index: 999;
    border-radius: 15px;
    cursor: pointer;
}


.manager .sidebar .menu .menu_items.on:before,
.manager .sidebar .menu .menu_items:hover:before {
    content: '';
    width: 6px;
    height: 40px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    cursor: pointer;
}

.manager .sidebar .menu .menu_items.on a:after,
.manager .sidebar .menu .menu_items a:hover:after {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid #FFC864;
    border-right: 2px solid #FFC864;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 9999;
}

i.arrowdown {
    border: solid darkslategray;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/

.menu_dropdown a:hover {
    background: #fcf8e3;
}

.manager .sidebar .copy {
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    padding: 36px 32px;
}

.manager .sidebar .copy .link {
    font-size: 9px;
}

.manager .sidebar .copy .copy_text {
    font-size: 9px;
    margin-top: 9px;
}

.manager .sidebar .copy .link a {
    position: relative;
    display: inline-block;
}

.manager .sidebar .copy .link a:nth-child(1) {
    padding-right: 6px;
}

.manager .sidebar .copy .link a:nth-child(2) {
    padding-left: 5px;
    font-weight: 600;
}

.manager .sidebar .copy .link a:nth-child(1):after {
    content: '';
    width: 1px;
    height: 10px;
    background: #707070;
    position: absolute;
    right: 0;
    top: 2px;
}


.manager .view {
    width: 1400px;
    float: left;
    padding: 40px;
    /*overflow: scroll;*/
}


/* title design */
.tit01 {
    font-size: 26px;
    font-weight: 700;
    padding-left: 18px;
    position: relative;
    line-height: 36px;
    margin-bottom: 25px;
}

.tit01:after {
    content: '';
    width: 5px;
    height: 30px;
    background: #FFC864;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 5px;
}

.tit02 {
    font-size: 18px;
    position: relative;
    font-weight: 700;
    padding-left: 12px;
    line-height: 20px;
    /* margin-bottom:15px; */
}

.tit02:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 20px;
    background: #FFC864;
    border-radius: 5px;
}


/* manaber left area */
.manager .title_area {
    overflow: hidden;
}

.manager .title_area .tit02 {
    float: left;
}

.manager .title_area .tot {
    font-size: 11px;
    font-weight: 600;
    color: #FFC864;
    margin-left: 10px;
    display: block;
    float: left;
    padding-top: 5px;
}


.manager .view .works {
    width: 1357px;
    font-size: 11px;
}

.manager .view .works .dual {
    overflow: hidden;
}

.manager .view .works .dual .tab_area {
    width: 760px;
    float: left;
}


/* tabs */
.manager .tabcontent {
    display: none;
}


.manager .tab {
    /* overflow: hidden; */
}

.manager .tab .tablinks {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    background: #d8d8d8;
    color: #333;
    margin-right: 5px;
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
    cursor: pointer;
    font-weight: 700;
}

.manager .tab .tablinks:hover {
    /*background: #fff;*/
    /*border-top: 2px solid #FFC864;*/
    /*border-left: 2px solid #FFC864;*/
    /*border-right: 2px solid #FFC864;*/
    /*!* border-bottom: 10px solid #fff; *!*/
    /*position: relative;*/
    /*height: 41px;*/
    /*line-height: 36px;*/
}

.manager .tab .tablinks.active {
    background: #fff;
    border-top: 2px solid #FFC864;
    border-left: 2px solid #FFC864;
    border-right: 2px solid #FFC864;
    position: relative;
    height: 41px;
}

.manager .tabcontent {
    position:relative;
    padding: 30px 20px 20px 20px;
    background: #fff;
    width: 100%;
    height: 700px;
}

/* tab container01 header */
.manager .tabcontent .menu_head {
    overflow: hidden;
    margin-bottom: 10px;
}

.manager .tabcontent .menu_head.wide_tit .btn_area {
    width: calc(100% - 230px);
}

.manager .tabcontent .menu_head .title_area {
    float: left;
    padding: 4px 0;
}

.manager .tabcontent .menu_head .btn_area {
    float: right;
    width: calc(100% - 170px);
    text-align: right;
}

.manager .tabcontent .menu_head .btn_area button {
    margin-left: 5px;
    width: 80px;
}

.manager .tabcontent .menu_head .btn_area button:nth-child(1) {
    margin-left: 0;
}

.manager .tab .tablinks.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    /*background: red;*/
    z-index: 9999;
}

/* tab container01 contents */
.manager .tabcontent .tablebody {
    height: 516px;
    overflow-y: scroll;
}

.wage_tablebody {
    height: 454px;
}

.tablehead {
    transform: none;
}

.tablebody .jspPane {
    padding-right: 0 !important;
}

.min_tablebody .jspPane {
    padding-right: 0 !important;
}

.wage_tablebody .jspPane {
    padding-right: 3px !important;
}

.btn-group {
    transform: none;
}

.dropdown-menu {
    transform: none;
}

/* footer */
.menu_footer {
    margin-top: 18px;
    /* position: absolute; */
    /* width: 100%; */
}
.menu_footer::after {
    content:'';
    display:block;
    clear:both;
}

.menu_footer .wrap {
    /* overflow: hidden; */
}

.menu_footer .search {
    float: left;
    width: 200px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.menu_footer .search .search_input {
    border: 0;
    width: calc(100% - 34px);
    height: 30px;
    float: left;
    font-size: 11px;
}

.menu_footer .search .search_input::placeholder {
    font-size: 11px;
    color: #dbdbdb;
}

.menu_footer .search .ic_search {
    background: url(../images/ic_search.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    border: 0;
    float: right;
    margin-top: 2px;
    margin-right: 3px;
    border-radius: 5px;
    background-size: 24px;
}

.menu_footer .pag {
    float: right;
    /* overflow: hidden; */
}

.menu_footer .pag .pager_wrap {
    float: left;
}

.menu_footer .pag .pager_wrap ul {
    /*overflow: hidden;*/
}

.menu_footer .pag .pager_wrap ul li {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    /* border: 1px solid #eee; */
    text-align: center;
    font-size: 11px;
}

.menu_footer .pag .pager_wrap ul li.on {
    background: #000;
    color: #fff;
}

.menu_footer .pag .pager_wrap ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 700;
}

.menu_footer .pag .pager_wrap ul li:hover {
    box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, .1);
}

.menu_footer .pag .pager_wrap ul li a {
    position: relative;
}

.menu_footer .pag .pager_wrap ul li a.prev:after {
    content: '';
    width: 3px;
    height: 3px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    display: inline-block;
    transform: rotate(225deg);
    position: absolute;
    top: 12px;
    left: 14px;
}

.menu_footer .pag .pager_wrap ul li a.next:after {
    content: '';
    width: 3px;
    height: 3px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 14px;
}

.menu_footer .page {
    float: right;
    width: 80px;
    height: 30px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 11px;
}

.page .dropdown-menu {
    width: 70px !Important;
    min-width: 70px !Important;
}


/* manager right area - detail menu */

.manager .view .works .dual .detail_area {
    width: 540px;
    height: 700px;
    float: left;
    margin-top: 40px;
    background: #fff;
    margin-left: 20px;
    padding: 30px 20px 20px 20px;
}

.manager .detail_head {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    transform: none;
}

.manager .detail_head::after {
    content: '';
    clear: both;
    display: table;
}

.manager .detail_head.noline {
    padding: 0;
    border: none;
    margin-bottom: 10px;
}

.manager .detail_head.none_line {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.manager .detail_head.clearfix .fr_btn_area {
    float: right;
    width: calc(100% - 200px);
    text-align: right;
    transform: none;
}

.manager .detail_head.clearfix .tit02 {
    float: left;
}

.manager .detail_head .line {
    /* overflow: hidden; */
    margin-bottom: 8px;
}

.manager .detail_head .line .tot{
    font-size: 11px;
    font-weight: 600;
    color: #FFC864;
    margin-left: 10px;
    display: block;
    float: left;
    padding-top: 9px;
}

.manager .detail_head .line::after {
    content: '';
    clear: both;
    display: table;
}

.manager .detail_head .line:last-child {
    margin-bottom: 0;
    transform: none;
}

.manager .detail_head .line .tit02 {
    float: left;
    margin: 4px 0;
}

.manager .detail_head .line .fr_btn_area {
    float: right;
    width: 77%;
    text-align: right;
}

.manager .detail_head .line .fr_btn_area button {
    margin-left: 10px;
}

.manager .detail_head .line .search_bar {
    transform: none;
}

.manager .detail_head .line .search_bar .date {
    /* overflow: hidden; */
    transform: none;
}

.manager .detail_head .line .search_bar .date .year {
    width: 90px;
    height: 30px;
    float: left;
    margin-right: 10px;
    font-size: 11px;
}

.manager .detail_head .line .search_bar .date .month {
    width: 60px;
    height: 30px;
    border-radius: 4px;
    float: left;
    /* margin-right: 4px; */
    font-size: 11px;
}

.manager .detail_head .line .search_bar .date .tip {
    float: left;
    width: 15px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    padding: 0;
}

.manager .detail_head .line .search_bar .date .branch {
    width: 160px;
    height: 30px;
    float: left;
    margin-right: 15px;
    margin-left: 10px;
    font-size: 11px;
    border-radius: 4px;
}

.manager .detail_view {
    transform: none;
}

.manager .detail_view.inner {
    height: 592px;
}

.manager .detail_view .wage_view {
    height: 520px;
    overflow-y: scroll;
}

.manager .detail_view .wage_view02 {
    height: 520px;
    overflow-y: scroll;
}

.manager .detail_view .section {
    margin-bottom: 15px;
}

.manager .detail_view .section:last-child {
    margin-bottom: 0;
}

.manager .detail_view .section .sec_tit {
    font-weight: 800;
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 11px;
}

.manager .detail_view .section .sec_tit:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #111;
    position: absolute;
    left: 0;
    top: 4px;
}

.manager .detail_view .section .sec_con {
    padding-left: 16px;
    font-size: 11px;
    line-height: 1.8;
}

.manager .detail_footer {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 15px;
    transform: none;
}

.manager .detail_footer.noline {
    border-top: none;
    padding-top: 0;
    margin-top: 20px;
}

.manager .detail_footer.line {
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
}

.manager .detail_footer .fr_btn_area {
    float: right;
    width: 100%;
    text-align: right;
}

.manager .detail_footer .fr_btn_area button {
    margin-left: 10px;
}

/* manager button/input default */
.form_default {
    height: 30px;
    border-radius: 5px;
    font-size: 11px;
    border: 1px solid #d8d8d8;
}
.form_default.fix {
    width: 100px;
}

.none_edit:not(:focus) {
    background: #d8d8d8;
}


.btn_ma_default {
    /* width: 80px; */
    font-size: 11px;
    min-width: 50px;
    max-width: 80px;
    height: 30px;
    line-height: 31px;
    color: #fff;
    border-radius: 5px;
    background: #5c5c5c;
}


/* manager input form default */
.manager .manage_form input::placeholder {
    font-size: 11px;
    color: #eee;
}

.manager .manage_form .dual_twice {
    /* overflow: hidden; */
    transform: none;
}

.manager .manage_form .dual_twice::after {
    content: '';
    clear: both;
    display: table;
}

.manager .manage_form .dual_twice .sec {
    width: 226px;
    float: left;
    margin-bottom: 8px;
    margin-right: 37px;
}

.manager .manage_form .dual_twice.wide .sec {
    margin-bottom: 15px;
}

.manager .manage_form .dual_twice.min_wide .sec {
    margin-bottom: 12px;
}

.manager .manager_form .dual_twice.min .sec {
    margin-bottom: 5px;
}

.manager .manage_form .dual_twice .sec:nth-child(2n) {
    margin-right: 0;
}

.manager .manage_form .dual_twice .sec .form_default {
    width: 160px;
}

.manager .manage_form .dual_twice .sec .form_default::placeholder {
    font-size: 11px;
    color: #d8d8d8;
}

.manager .manage_form .dual_twice .sec.phone {
    overflow: hidden;
}

.manager .manage_form .dual_twice .sec.phone .check,
.manager .manage_form .email .check {
    float: left;
    margin-left: 5px;
    padding: 3px 0;
}

.manager .manage_form .dual_twice .sec.phone .check .chk_comm,
.manager .manage_form .email .check .chk_comm {
    width: 20px;
    height: 24px;
    float: left;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    margin-right: 7px;
    letter-spacing: -0.5px;
}

.manager .manage_form .dual_twice .sec.phone .check .checkbox,
.manager .manage_form .email .check .checkbox {
    float: left;
    padding: 3px 0;
}

.manager .manage_form .dual_twice .sec.phone .form_default {
    width: 105px !Important;
    float: left;
}

.manager .manage_form .dual_twice .sec.file_group label {
    width: 100%;
}

.manager .manage_form .dual_twice .sec.file_group .upload {
    padding-left: 15px;
    overflow: hidden;
}

.manager .manage_form .dual_twice .sec.file_group .upload .btn_ma_default {
    margin-right: 5px;
    float: left;
}

.manager .manage_form .dual_twice .sec.file_group .upload .btn_ma_default:last-child {
    margin-right: 0;
}

.manager .manage_form .dual_twice .sec.search input {
    float: left;
    width: 90px;
}

.manager .manage_form .sec > label {
    width: 55px;
    height: 30px;
    line-height: 30px;
    display: block;
    /*text-align: justify;*/
    float: left;
    margin-right: 10px;
    padding-left: 16px;
    position: relative;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0px;
}


.manager .manage_form .sec::after {
    content: '';
    clear: both;
    display: table;
}

.manager .manage_form .sec > label.line02 {
    line-height: 1.1em;
    padding-top: 4px;
}

.manager .manage_form .sec > label:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #404040;
    position: absolute;
    left: 0;
    top: 12px;
}

.manager .manage_form .sec > label.on:before {
    background: #a6200c;
}

.manage_form .dual_twice .sec > label:after {
    content: '';
    display: inline-block;
    width: 100%;
}


/* table design */

table .check_box label {
    margin: 0 !important;
}

.common_table {
    font-size: 11px;
    width: 100%;
}

.common_table thead tr {
    height: 38px;
}

.common_table thead tr th {
    background: #efefef;
    text-align: left;
    padding: 0 10px;
    line-height: 38px;
    font-weight: 800;
}

.common_table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.common_table thead tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.common_table tbody tr td {
    /*height: 38px;
    line-height:38px;*/
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.common_table tbody tr td.total {
    background: #efefef;
}

.common_table tbody tr td.total:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.common_table tbody tr td.total:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.min_table tbody tr td, .min_table thead tr th {
    padding: 4px 8px !Important;
}

.view_table {
    font-size: 11px;
    width: 100%;
}

.view_table thead tr {
    height: 38px;
}

.view_table thead tr th {
    background: #efefef;
    line-height: 38px;
    text-align: left;
    padding: 0 8px;
}

.view_table tbody tr td {
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
    border-bottom: 1px solid #eee;
}

.view_table tbody tr:nth-child(3n) td {
    border-bottom: 2px solid #aaa;
}


.view_table02 {
    font-size: 11px;
    width: 100%;
}

.view_table02 thead tr {
    height: 38px;
}

.view_table02 thead tr th {
    background: #efefef;
    line-height: 38px;
    text-align: left;
    padding: 0 8px;
    font-weight: 800;
}

.view_table02 tbody tr td {
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    border-bottom: 1px solid #eee;
}

.date_table {
    width: 100%;
    font-size: 12px;
}

.date_table thead tr th {
    background: #efefef;
    font-size: 11px;
    padding: 0 4px;
    line-height: 38px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, .7);
}

.date_table thead tr th:nth-child(1),
.date_table tbody tr td:nth-child(1) {
    /*text-align:center;*/
}

.date_table thead tr th.date {
    font-size: 10px;
    text-align: center;
    width: 19px;
    height: 19px;
    padding: 0;
    line-height: 1;
}

.date_table tbody tr td {
    height: 38px;
    line-height: 38px;
    padding: 0 4px;
    border-bottom: 1px solid #eee;
    font-size: 11px;
}

.date_table tbody tr td.date {
    font-size: 9px;
    text-align: center;
    width: 19px;
    height: 19px;
    padding: 0;
    line-height: 1;
    border-left: 1px solid #efefef;
    color: #888;
}

.date_table tbody tr td.date_on,
.date_table tbody tr td.date.on,
.date_table tbody tr td.date:hover {
    background: #ffc864;
    color: #fff;
    font-weight: 700;
    transition: 0.2s;
    cursor: pointer;
}

.date_table tbody tr td.date:active {
    background: #000;
    color: #fff;
}

.date_table tbody tr td.date.none {
    background: #a6200c;
    color: #fff;
}

.date_table.line tbody tr:nth-child(4n) td {
    border-bottom: 2px solid #888;
}

.date_table.line tbody tr:last-child td {
    border-bottom: 2px solid #888;
    border-top: 1px solid rgba(255, 255, 255, .7);
}

.lesson_table tbody tr:hover td, .lesson_table tbody tr.active td {
    background: #fff7e8;
    transition: 0.2s;
    cursor: pointer;
}

.fix_table tbody tr td,
.fix_table thead tr th {
    height: 40px;
    padding: 0 10px !important;
}

.fix_table2 {
    font-size: 11px;
    width: 100%;
}

.fix_table2 thead tr th {
    background: #efefef;
}

.fix_table2 thead tr th:first-child,
.fix_table2 thead tr th:last-child,
.fix_table2 tbody tr td:first-child {
    padding: 0 10px;
}

.fix_table2 thead tr th:first-child {
    width: 32px;
}

.fix_table2 thead tr th:last-child {
    width: 60px;
}

.fix_table2 thead tr th, .fix_table2 tbody tr td {
    height: 40px;
    line-height: 40px;
}

.fix_table2 button {
    width: 40px;
    min-width: 40px;
}

.fix_head thead tr th {
    height: 40px;
    line-height: 1px;
}

.one_table tbody tr td {
    width: 38px;
}

.common_table input[type="checkbox"] + label {
    margin: 0;
}

.center_table tbody tr td,
.center_table thead tr th {
    text-align: center;
}

.min_s_table thead tr th, .min_s_table tbody tr td {
    letter-spacing: -1px;
}

.pd_table thead tr th,
.pd_table tbody tr td {
    padding: 4px;
    height: 40px;
}

.pd_table thead tr th:nth-child(1), .pd_table tbody tr td:nth-child(1), .pd_table thead tr th:last-child, .pd_table tbody tr td:last-child {
    padding: 0 10px;
    line-height: 1px;
}

.group08 .sec .datepicker {
    width: 130px;
}

.attendance_table thead tr th.date {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

#common_worker, #add_worker, #wages_worker,
#common_teacher, #add_teacher, #wages_teacher,
#common_laborer, #add_laborer, #wages_laborer {
    display: none;
}

#common_lesson, #lessonInfoArea, #detailed_lesson,
#attendance_lesson, #extionsion_lesson {
    display: none;
}

.email .form_default:nth-child(1) {
    width: 105px !Important;
    float: left;
}

.email .form_default:nth-child(3) {
    width: 120px !Important;
    float: left;
}

.email .mail_select {
    width: 120px !important;
    float: left;
    margin-left: 3px;
}

.email span {
    width: 16px;
    display: inline-block;
    text-align: center;
    float: left;
    font-size: 11px;
    line-height: 28px;
}

.email .check {
    width: 46px;
}

.email .check .checkbox label {
    margin: 0;
}

.manage_form select {
    padding: 5px;
}

.manager .manage_form .address {
    float: left;
    width: calc(100% - 65px);
    transform: none;
}

.manager .manage_form .address .form_default {
    transform: none;
}

.manager .manage_form .address .form_default::placeholder {
    font-size: 11px;
}

.manager .manage_form .sec {
    margin-bottom: 17px;
    /* overflow: hidden; */
    transform: none;
}

.manager .manage_form .address .line:last-child {
    margin-bottom: 1px;
}

.manager .manage_form .address .line {
    margin-bottom: 5px;
}

.manager .manage_form .address .line .input_add {
    width: 260px;
}

.manager .manage_form .address .line .input_add2 {
    width: 160px;
    margin-left: 1px;
}

.manager .manage_form .address .line:nth-child(1) input {
    width: 75px;
    vertical-align: middle;
}

.manager .manage_form .sec .email {
    float: left;
    width: calc(100% - 75px);
}


/* sort */
.sort {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-left: 4px;
}

.sort .down, .sort .up {
    position: relative;
    width: 6px;
    height: 5px;
}

.sort .up:before {
    cursor: pointer;
    content: url(../images/ic_up.png);
    width: 0;
    height: 0;
    /* border-left: 4px solid transparent; */
    /* border-right: 4px solid transparent; */
    /* border-bottom: 5px solid #111; */
    position: absolute;
    /* right: -12px; */
    top: -14px;
}

.sort .up:hover:before, .sort .up.on:before {
    content: url(../images/ic_up_on.png);
}

.sort .down:before {
    content: url(../images/ic_down.png);
    cursor: pointer;
    width: 0;
    height: 0;
    /* border-left: 4px solid transparent; */
    /* border-right: 4px solid transparent; */
    border-top: 5px solid #111;
    /* right: -12px; */
    top: -14px;
    position: absolute;
}

.sort .down:hover:before, .sort .down.on:before {
    content: url(../images/ic_down_on.png);
}

.sort .up:hover:before {
    border-bottom: 5px solid #ffc864;
    transition: 0.2s;
}

.sort .down:hover:before {
    border-top: 5px solid #ffc864;
    transition: 0.2s;

}

.more {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.more:after {
    content: '';
    border: 1px solid #ccc;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 5px;
    top: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.more:hover:after {
    border: 1px solid #111;
    transition: 0.2s;
}

.more:before {
    content: '';
    width: 3px;
    height: 3px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    display: inline-block;
    transform: rotate(135deg);
    position: absolute;
    top: 10px;
    right: 2px;
    z-index: 9999;
}

/* date picker */
.calendar_wrap {
    float: left;
    width: 160px;
}

.calendar_wrap input {
    border: 0;
    height: 28px;
    width: 80% !important;
    float: left;
    font-size: 11px;
}

.calendar_wrap input::placeholder {
    font-size: 11px;
    color: #d8d8d8 !important;
}

.calendar_wrap input.datepicker::placeholder {
    font-size: 11px;
}

.calendar_wrap button, .ui-datepicker-trigger {
    width: 16px;
    height: 16px;
    background: transparent;
    float: right;
    margin: 6px 6px 6px 0;
}

.calendar_wrap button, .ui-datepicker-trigger img {
    width: 16px;
}

/*
.date_picker .calendar_wrap button, .ui-datepicker-trigger {
    margin: 0px;
    margin-top: 6px !important;
}
*/


.teacher_search {
}

.teacher_search .sec .form_default {
    float: left;
    width: 160px;
    margin-right: 6px;
}

.teacher_search .sec .form_default::placeholder {
    font-size: 11px;
}

.teacher_search .sec .btn_sm_default {
    width: 86px;
    height: 30px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
}


.go_link {
    position: absolute;
    width: 150px;
    height: 40px;
    right: 0;
    top: 0;
    background: #111;
    padding: 10px 18px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    border-bottom-left-radius: 20px;
    cursor: pointer;
    letter-spacing: 0;
}

.go_link:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    right: 6%;
    top: 50%;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(135deg);
}

.go_link:after {
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}


/* lesson manager */

.time_wrap {
    float: left;
    width: calc(100% - 65px);
    transform: none;
}

.time_wrap .form_default:nth-child(1),
.time_wrap .form_default:nth-child(2) {
    width: 50px !important;
    margin-right: 2px;
}

.time_wrap .form_default:nth-child(3) {
    width: 50px !important;
}


.manager .manage_form .sec.day .day_detail {
    float: left;
    width: calc(100% - 71px);
}

.day_detail {
    overflow: hidden;
}

.day_detail .day_select {
    float: left;
}

.day_detail input {
    float: left;
    width: 160px;
    margin-left: 23px;
}

.day_select {
    overflow: hidden;
}

.day_select li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #eee;
    font-size: 11px;
    margin-right: 5px;
}

.day_select li.on {
    background: #ffc864;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .1);
}

.history {
}

.history ul li {
    margin-bottom: 8px;
    font-size: 11px;
}

.history ul li:last-child {
    margin-bottom: 0;
}

.history ul li .date {
    margin-right: 10px;
}


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

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

.lesson_info_bar label {
    float: left;
}

.lesson_info_bar .form_default:nth-child(2) {
    width: 254px;
    margin-right: 10px;
    float: left;
}

.lesson_info_bar .form_default:nth-child(3) {
    margin-right: 10px;
    float: left;
    width: 90px;
}

.lesson_info_bar .form_default:nth-child(4) {
    width: 60px;
}

.lessonList01 {
    height: 506px;
    overflow-y: scroll;
}


.period {
    overflow: hidden;
}

.period input {
    float: left;
    width: 160px;
    margin-right: 5px;
}

.period .tips {
    float: left;
    margin-right: 5px;
}

.sec.period .num_info {
    float: left;
    font-size: 11px;
    padding-right: 2px;
    margin-left: 13px;
}

.sec.period .num_info .bd {
    margin-right: 14px;
}

.manage_form.min > .sec {
    margin-bottom: 8px;
}

.manager .tab .tablinks:nth-child(1).active:after {
    content: '';
    width: 660px;
    height: 1px;
    background: #ffc864;
    position: absolute;
    left: 98px;
    top: 39px;
    z-index: 9999;
}

.manager .tab .tablinks:nth-child(2).active:before {
    content: '';
    width: 104px;
    height: 1px;
    background: #ffc864;
    position: absolute;
    left: -105px;
    top: 39px;
    z-index: 9999;
}

.manager .tab .tablinks:nth-child(2).active:after {
    content: '';
    width: 556px;
    height: 1px;
    background: #ffc864;
    position: absolute;
    left: 98px;
    top: 39px;
    z-index: 9999;
}

.manager .tab .tablinks:nth-child(3).active:before {
    content: '';
    width: 210px;
    height: 1px;
    background: #ffc864;
    position: absolute;
    left: -210px;
    top: 39px;
    z-index: 9999;
}

.manager .tab .tablinks:nth-child(3).active:after {
    content: '';
    width: 454px;
    height: 1px;
    background: #ffc864;
    position: absolute;
    left: 96px;
    top: 39px;
    z-index: 9999;
}

/* short */

.manager .manage_form .dual_twice.short .sec {
    margin-bottom: 5px;
}

.manager .manage_form .sec.wide_select {
    margin-bottom: 8px;
}

.payment_form.short .list .line {
    margin-bottom: 6px;
}

/* popup */

.popup {
    /*
    display: none;
    background: #fff;
    font-size: 13px;
    padding: 20px;
    border-radius: 5px;
    */
    margin-top: 100px;
}

.pop_wrapper input {
    margin-top: 8px;
}

.popup .modal-dialog {
    max-width: 367px;
}

.popup .modal-dialog.excel {
    max-width: 312px;
}

.popup .modal-dialog .modal-content {
    padding: 20px;
    font-size: 11px;
    border-radius: 5px;
}

.popup .modal-dialog .modal-content .pop_wrapper {
    line-height: 15px;
}

.pop_wrapper p {
    margin-bottom: 6px;
}

.popup .yellow {
    font-size: 9px;
    font-weight: 700;
    color: #FFC864;
    padding: 0 3px;
}

.popup .pop_footer {
    margin-top: 20px;
    text-align: right;
}

.popup .pop_footer button {
    margin-left: 5px;
}

.pop_footer .sm {
    width: 50px;
}

.popup .dual {
    overflow: hidden;
}

.popup .dual .check_box {
    float: left;
    width: 45%;
    max-width: 200px;
    margin-top: 10px;
    /* line-height: 16px; */
}

.popup .dual .check_box:nth-child(-n+2) {
    margin-top: 0px;
}

.popup .dual .check_box:nth-child(2n) {
    width: 55%;
}

#wageMail .modal-dialog {
    width: 300px;
}

#workerDelete .modal-dialog {
    width: 367px;
    max-width: 367px;
}

#teacherDelete .modal-dialog {
    width: 390px;
    max-width: 390px;
}

#deleteLesson .modal-dialog {
    width: 367px;
    max-width: 367px;
}

#printExcelLesson .modal-dialog {
    width: 320px;
    max-width: 320px;
}

#deleteExtension .modal-dialog {
    width: 367px;
    max-width: 367px;
}

/* Popup Upload */

.uploadModal .modal-dialog {
    width: 560px;
    min-width: 560px;
    height: 320px;
}

.uploadModal .modal-dialog .modal-content {
    padding: 0;
    width: 500px;
}

.popup .upload {
    width: 500px;
    overflow: hidden;
    border-radius: 5px;
}

.popup .upload .file_upload_area {
    width: 50%;
    height: 100%;
    float: left;
    padding: 16px;
}

.popup .upload .file_upload_area .ic_close {
    width: 8px;
    height: 8px;
    display: block;
}

.popup .upload .file_upload_area .ic_close img {
    width: 100%;
}

.popup .upload .file_upload_area .upload_option {
    width: 100%;
    overflow: hidden;
    /* padding: 0 40px; */
    margin: 51px 51px 20px 51px;
}

.popup .upload .file_upload_area .upload_option .radiobox {
    float: left;
    /* margin-right: 30px; */
    width: 43px;
    margin-right: 30px;
}

.popup .upload .file_upload_area .upload_option .radiobox label {
    margin-right: 2px;;
}

.radiobox {
}

.popup .upload .file_upload_area .upload_option .radiobox:last-child {
    margin-right: 0;
}

.popup .upload .file_upload_area .icon {
    text-align: center;
    font-size: 15px;
}

.popup .upload .file_upload_area .icon p {
    line-height: 1;
    margin: 0;
    margin-top: 8px;
    font-weight: bold;
}

.popup .upload .file_upload_area .icon label {
    font-size: 13px;
    background: #555;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-top: 12px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
}

.popup .upload .file_upload_list {
    float: left;
    width: 50%;
    height: 100%;
    /* border-top-right-radius: 15px; */
}

.popup .upload .file_upload_list .header {
    height: 40px;
    background: #ffc864;
    color: #fff;
    padding: 0 10px;
    overflow: hidden;
    border-top-radius: 10px;
}

.popup .upload .file_upload_list .header .success {
    float: left;
    line-height: 40px;
}

.popup .upload .file_upload_list .header .delete {
    float: right;
    line-height: 40px;
}

.popup .upload .file_upload_list .listup {
    height: calc(100% - 40px);
    background: #efefef;
}

.popup .upload .file_upload_list .listup .sec {
    height: 50px;
}

.popup .upload .file_upload_list .listup .sec .file {
    float: left;
    width: 50px;
    height: 50px;
}

.popup .upload .file_upload_list .listup .sec .info {
    width: 160px;
    height: 50px;
    float: left;
    padding: 12px 0;
}

.popup .upload .file_upload_list .listup .sec .chk {
    width: 30px;
    height: 50px;
    line-height: 50px;
    float: left;
}

.popup .upload .file_upload_list .listup .sec .chk .success_on {
    padding: 17px 0;
}

.popup .upload .file_upload_list .listup .sec .chk .success_off {
    padding: 17px 0;
}

.popup .upload .file_upload_list .listup .sec .file .ic_file {
    width: 30px;
    height: 30px;
    margin: 12px;
    text-align: center;
    line-height: 27px;
    border: 2px solid #ffc864;
    border-radius: 50%;
    font-weight: 700;
    color: #ffc864;
    background: rgba(255, 200, 88, .2);
    font-size: 9px;
}

.popup .upload .file_upload_list .listup .sec .info .name {
    font-weight: 600;
}


/* Lesson */

.rollbook_bar {
    float: right;
    width: 430px;
}

.manager .detail_head .line .rollbook_bar .date {
    float: left;
}

.manager .detail_head .line .rollbook_bar .date::after {
    content: '';
    clear: both;
    display: table;
}

.manager .detail_head .line .rollbook_bar .date .year {
    width: 90px;
    height: 30px;
    border-radius: 4px;
    float: left;
    margin-right: 4px;
    font-size: 11px;
}

.manager .detail_head .line .rollbook_bar .date .month {
    width: 60px;
    height: 30px;
    border-radius: 4px;
    float: left;
    /* margin-right: 4px; */
    font-size: 11px;
}

.manager .detail_head .line .rollbook_bar button {
    width: 80px;
    float: left;
    /* width: 10px; */
    line-height: 30px;
    font-size: 11px;
    margin-left: 10px;
}

.manager .detail_head .line .rollbook_bar button:last-child {
    /* margin-right: 0; */
}

.view04 {
    height: 468px;
    overflow-y: scroll;
}

.view04 .jspPane {
    padding-right: 5px !important;
}

#extensionRequest,
#extensionInfo {
    margin-top: 17px;
}


#extensionRequest, #extension_lesson, #extensionInfo {
    display: none;
}

#extensionRequest .comment .form_default,
#extensionInfo .comment .form_default {
    float: left;
    width: 160px;
}

.comment .form_default::placeholder {
    font-size: 11px;
}


/* Personnel info */
#common_info, #wages_info, #wages_list, #wages_upload {
    display: none;
}

#common_info_teacher, #wages_info_teacher, #wages_list_teacher, #wages_upload_teacher {
    display: none;
}

#common_info_laborer, #wages_info_laborer, #wages_list_laborer, #wages_upload_laborer {
    display: none;
}

.info_form01 {
    padding-top: 5px;
    transform: none;
}

.info_form01 .fr_btn_area {
    width: 100%;
    float: right;
    text-align: right;
}

.dual_three {
    transform: none;
}

.clearfix {
    transform: none;
}

.info_form01 .dual_three .sec {
    width: 226px;
    margin-right: 17px;
    float: left;
    transform: none;
}
/*
.scroll_custom .info_form01 .dual_three .sec {
    margin-right: 16px;
}

.scroll_custom .info_form01 .dual_three .sec:nth-child(3n) {
    margin-right: 0;
}*/

.info_form01 .dual_three .sec:nth-child(3n) {
    margin-right: 0;
}

.info_form01 label {
    float: left;
    margin: 0;
}

.info_form01 .form_default {
    float: left;
    width: 160px;
}

.info_form01 .form_default::placeholder {
    font-size: 11px;
}

.info_form01 .group01 {
    float: left;
    width: 469px;
    margin-right: 17px;
    transform: none;
}

.info_form01 .group02 {
    float: left;
    width: 226px;
}

.info_form01 .group01 .phone {
    width: 226px;
    margin-right: 17px;
    float: left;
}

.info_form01 .group01 .phone:nth-child(2) {
    margin-right: 0;
}

.info_form01 .group01 .phone .form_default {
    width: 105px;
    font-size: 11px;
}

.info_form01 .group01 .phone .form_default::placeholder {
    font-size: 11px;
}

.info_form01 .dual_three .sec.phone .form_default {
    width: 105px;
}

.info_form01 .dual_three .sec.move .form_default {
    width: 90px;
}

.info_form01 .dual_three .sec.move button {
    width: 60px;
    margin-left: 10px;
}

.info_form01 .check {
    width: 45px;
    float: left;
    margin-left: 10px;
}

.info_form01 .check .chk_comm {
    font-size: 10px;
    width: 20px;
    float: left;
    line-height: 12px;
    margin-right: 7px;
}

.info_form01 .check .checkbox {
    float: left;
    width: 18px;
    margin: 4px 0;
}

.info_form01 .group01 .sec.mail {
    width: 100%;
}

.info_form01 .sec.mail .email {
}

.info_form01 .sec.mail .em span {
    float: left;
    padding-right: 4px;
    line-height: 30px;
}

.info_form01 .sec.mail .em .form_default:nth-child(1) {
    width: 105px;
}

.info_form01 .sec.mail .em .form_default {
    float: left;
    width: 108px;
    margin-right: 3px;
}

.info_form01 .group02 .comment .form_default {
    height: 77px !important;
    width: 160px;
}

.info_form01 .sec.wide {
    width: 100%;
}

.info_form01 .sec.wide .address .input_add {
    width: 235px !important;
    /*width: 244px !important;*/
}

.info_form01 .sec.wide .address .input_add2 {
    width: 160px !important;
}

.info_form01 .sec.wide .address .form_default {
    width: 75px;
    margin-right: 4px;
}

.info_form01 .sec.wide .address button {
    float: left;
    margin-right: 4px;
    height: 30px;
}

.info_form01 .sec.wide .payment button {
    float: right;
}

.info_form01 .sec.wide .payment .form_default:nth-child(1) {
    width: 95px;
    margin-right: 4px;
}

.info_form01 .sec.wide .payment .form_default:nth-child(2) {
    width: 160px;
    margin-right: 4px;
}

.info_form01 .sec.wide .payment .form_default:nth-child(3) {
    width: 145px;
}

.month_select {
    /*overflow: hidden;*/
    float: left;
    /* width: calc(100% - 70px); */
}

.manager .manage_form .month_select .form_default:nth-child(1) {
    width: 90px;
    margin-right: 8px;
}

.manager .manage_form .month_select .form_default:nth-child(2) {
    width: 60px;
}

.manager .manage_form .sec.wide_select .month_select {
    width: 162px;
    float: left;
}

.manager .manage_form .sec.wide_select .tip {
    float: left;
    line-height: 30px;
    /* padding: 0 3px; */
    text-align: center;
}

.payment_form {
    width: 100%;
}

.payment_form .fl {
    width: 226px;
    margin-right: 35px;
}

.payment_form .fr {
    width: 226px;
    float: left;
}

.payment_form label {
    width: 55px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: justify;
    float: left;
    margin-right: 10px;
    padding-left: 16px;
    position: relative;
    font-weight: 600;
    font-size: 11px;
}

.payment_form label:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #404040;
    position: absolute;
    left: 0;
    top: 12px;
}

.payment_form label.on:before {
    background: #a6200c;
}

.payment_form .list {
    width: calc(100% - 65px);
    float: left;
}

.payment_form .list .line {
    margin-bottom: 5px;
}

.payment_form .list .line:last-child {
    margin-bottom: 0 !important;
}

.payment_form .list .line .form_default {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding-left: 10px;
}

.payment_form .list .line .form_default .tit {
    float: left;
    line-height: 30px;
    /* margin-left: 10px; */
    width: 80px;
}

.payment_form .list .line .form_default .won {
    float: right;
    line-height: 30px;
    /* margin-right: 10px; */
    width: calc(100% - 80px);
    padding-right: 12px;
    text-align: right;
}

.payment_form .list .line .form_default .won input {
    height: 28px !important;
    text-align: right;
    padding-right: 0px;
}

.payment_form .list .line .form_default .won input::placeholder {
    color: #d8d8d8 !important;
    font-weight: 600;
}

.payment_form .list .line .form_default.total .won input::placeholder {
    color: #fff !important;
}

.payment_form .list .line .form_default.total input,
.payment_form2 .list .line .form_default.total input {
    background: #d8d8d8;
}

.payment_form2 .list .line .form_default.total .won input::placeholder {
    color: #fff !important;
}


.payment_form .list .line .form_default .won .set {
    color: #aaa;
}

.payment_form .list .line .form_default .won .set.on {
    color: #111;
    /* font-weight: 600; */
}

.payment_form .list .line .form_default.total,
.payment_form2 .list .line .form_default.total {
    background: #d8d8d8;
}

.payment_form .list .line .form_default.not_edit {
    color: #d8d8d8;
}

.payment_form .list .line .form_default.not_edit .won input::placeholder {
    color: #ddd !important;
}

.class_list {
    height: 194px;
}

/* teacher Info */
.teacher_pay_form {
}

.teacher_pay_form .la {
    float: left;
    width: 65px;
}

.btn_sm {
    width: 40px;
    color: #fff;
    height: 30px;
}

.teacher_pay_form .la label {
    width: 55px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: justify;
    float: left;
    margin-right: 12px;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0px;
}

.teacher_pay_form .la label.line02 {
    line-height: 1;
    padding-top: 4px;
}

.teacher_pay_form .la label:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #404040;
    position: absolute;
    left: 0;
    top: 12px;
}

.teacher_pay_form .la label.on:before {
    background: #a6200c;
}

.teacher_pay_form .btn_sm {
    margin-top: 6px;
    margin-left: 15px;
}

.teacher_pay_form .fl {
    width: 255px;
}

.teacher_pay_form .fr {
    width: 160px;
    float: left !important;
    margin-left: 9px;
}

.teacher_pay_form .fl .list .line {
    margin-bottom: 8px;
    transform: none;
}

.teacher_pay_form .fr .list .line .tit {
    float: left;
    line-height: 30px;
    padding-left: 12px;
}

.bordernone {
    border: none !important;
    width: 100%;
}

.teacher_pay_form .fr .list .form_default {
}

.teacher_pay_form .fr .list .line {
    margin-bottom: 8px;
}

.teacher_pay_form .fr .list .form_default .won {
    float: right;
    width: 100px;
}

.teacher_pay_form .fr .list .form_default .won .bordernone {
    height: 28px;
    text-align: right;
}

.data_table {
    height: 214px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.manager .manage_form .dual_twice .sec.file_group .upload02 {
    padding-left: 12px;
}

.manager .manage_form .dual_twice .sec.file_group .upload02 button:nth-child(1) {
    float: left;
}

.manager .manage_form .dual_twice .sec.file_group .upload02 button:nth-child(2) {
    float: right;
}

.manager .manage_form .sec.comment textarea {
    width: 424px;
    height: 50px !important;
    resize:none;
}

.manager .manage_form .sec.comment2 textarea {
    float: left;
    width: 408px;
    height: 50px !important;
}

.manager .manage_form .sec.comment2 button {
    float: right;
    margin-top: 20px;
}

/* Laborer Info */

.wage_info_form {
    height: 590px;
}

.manager .manage_form .sec.wide_time {
}

.manager .manage_form .sec.wide_time .time_select {
    float: left;
    width: 124px;
    transform: none;
}

.manager .manage_form .sec.wide_time .time_select .form_default {
    float: left;
    width: 60px;
    margin-right: 4px;
}

.manager .manage_form .sec.wide_time .time_select .form_default:last-child {
    margin-right: 0;
}

.manager .manage_form .sec.wide_time {
}

.manager .manage_form .sec.wide_time .ti {
    float: left;
    width: 152px;
    margin-left: 10px;
    line-height: 30px;
    padding: 0 12px;
}

.manager .manage_form .sec.wide_time .tip {
    float: left;
    width: 12px;
    line-height: 30px;
    text-align: center;
    padding-right: 0;
}

.manager .manage_form .sec.wide_time .ti .during {
    float: left;
}

.manager .manage_form .sec.wide_time .ti .hour {
    float: right;
}


.manager .manage_form .sec.wide_day .day {
    /* width: calc(100% - 70px); */
    float: left;
}

.manager .manage_form .sec.wide_day .ti {
    float: left;
    width: 160px;
    padding: 0 12px;
    line-height: 30px;
    margin-left: 24px;
}


.payment_form .list .line.pay00 .form_default {
    width: 60px;
    float: left;
    padding-left: 3px;
}

.payment_form .list .line.pay00 .won {
    float: left;
    width: 94px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 6px;
    text-align: right;
}

.payment_form .list .line.pay00 .won input {
    height: 28px;
    border: 0;
    text-align: right;
    padding: 0 12px;
}

.payment_form .list .line.pay00 {
    /* overflow: hidden; */
    transform: none;
}

.payment_form .list .line.pay00::after {
    content: '';
    clear: both;
    display: table;
}


/* Member */
#common_member, #add_member, #end_member,
#common_nonmember, #add_nonmember, #info_nonmember,
#common_applicant, #list_applicant, #extension_applicant {
    display: none;
}

.manager .detail_head .line .search_bar .date_picker .form_default {
    float: left;
    width: 120px;
    /* margin-right: 8px; */
}

.manager .detail_head .line .search_bar .date_picker .form_default.select_box {
    width: 150px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px;
}

.view03 {
    height: 482px;
}

.manager .manage_form .dual_twice .group03 {
    width: 47%;
    float: left;
    transform: none;
}

.manager .manage_form .dual_twice .group03 > .sec {
    width: 100%;
    margin-left: 0;
    margin-bottom: 18px;
}

.manager .manage_form .dual_twice .group04 {
    width: 47%;
    margin-left: 6%;
    float: left;
    /* overflow: hidden; */
}

.manager .manage_form .dual_twice .sec .payment_form2 {
    width: calc(100% - 71px);
    float: left;
    /* overflow: hidden; */
}

.manager .manage_form .dual_twice .group04 .sec {
    width: 100%;
    margin: 0 !important;
}

.manager .manage_form .dual_twice .sec .payment_form2 .form_default {
    width: 100%;
}


.payment_form2 .list .line {
    margin-bottom: 5px;
}

.payment_form2 .list .line .tit {
    float: left;
    line-height: 25px;
    padding-left: 12px;
}

.payment_form2 .list .line .tit .check {
    margin-top: 3px;
}

.payment_form2 .list .line .tit .check label {
    vertical-align: top;
}

.payment_form2 .list .line .won {
    float: right;
    width: 90px;
}

.payment_form2 .list .line .won input {
    height: 28px;
    text-align: right;
}

.payment_form2 .list .line .tit .check {
    float: right;
    margin: 5px;
}


.manager .manage_form .sec.non_class01 {
}

.manager .manage_form .sec.non_class01 .form_default {
    float: left;
    width: 90px;
    margin-right: 8px;
}

.manager .manage_form .sec .non_class02 {
}

.manager .manage_form .sec.non_class02 .form_default:nth-child(2) {
    width: 254px;
    float: left;
    margin-right: 8px;
}

.manager .manage_form .sec.non_class02 .form_default:nth-child(3) {
    width: 90px;
    float: left;
    margin-right: 8px;
}

.manager .manage_form .sec.non_class02 .form_default:nth-child(4) {
    float: left;
    width: 60px;
}

.info_nonmember01 {
    height: 580px;
}

.lessonList02 {
    height: 160px;
}

.lessonList03 {
    height: 210px;
}


/* member Info */


.sec > label {
    width: 55px;
    height: 30px;
    line-height: 30px;
    display: block;
    /*text-align: justify;*/
    float: left;
    margin-right: 10px;
    padding-left: 16px;
    position: relative;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0px;
}

.sec > label:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #404040;
    position: absolute;
    left: 0;
    top: 12px;
}

.sec > label.on:before {
    background: #a6200c;
}


#common_memberInfo, #register_lessonInfo, #detailed_lessonInfo,
#returned_lessonInfo, #transfer_lessonInfo, #attendance_lessonInfo,
#extension_lessonList, #extensionRequestArea,
#locker, #locker_add, #branchMove_lessonInfo, #branchMove_history {
    display: none;
}

#returned_lessonInfo,
#transfer_lessonInfo,
#branchMove_history {
    margin-top: 20px;
}

#extension_lessonRequest, #extension_lessonInfo {
    margin-top: 20px;
}

.lessonInfoMore:hover {
    color: #ffc864;
}

.lessonInfoMore.none_block:hover {
    color: #aaa;
}

.lessonInfoMore:active {
    color: #ffc864;
}

.List04 {
    height: 600px;
}

.manager .manage_form .sec.lesson_select02 .line {
    margin-bottom: 5px;
    transform: none;
}

.manager .manage_form .sec.lesson_select02 .line::after {
    content: '';
    clear: both;
    display: table;
}

.manager .manage_form .sec.lesson_select02 .line:last-child {
    margin-bottom: 1px;;
}

.manager .manage_form .sec.lesson_select02 label {
    width: 55px;
    height: 30px;
    line-height: 30px;
    display: block;
    /*text-align: justify;*/
    float: left;
    margin-right: 10px;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0px;
}

.manager .manage_form .sec.lesson_select02 label.line02 {
    line-height: 1;
    padding-top: 4px;
}

.manager .manage_form .sec.lesson_select02 label.on:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #404040;
    position: absolute;
    left: 0;
    top: 12px;
}

.manager .manage_form .sec.lesson_select02 label.on:before {
    background: #a6200c;
}

.manager .manage_form .sec.lesson_select02 .form_default:nth-child(2) {
    float: left;
    width: 254px;
    margin-right: 10px;
}

.manager .manage_form .sec.lesson_select02 .form_default:nth-child(3) {
    float: left;
    width: 90px;
    margin-right: 10px;
}

.manager .manage_form .sec.lesson_select02 .form_default:nth-child(4) {
    float: left;
    width: 60px;
}

.manager .manage_form .group05 {
    float: left;
    width: 47%;
    margin-right: 6%;
    overflow: hidden;
}

.group05 > .sec, .group06 > .sec {
    margin-bottom: 0 !important;
}

.manager .manage_form .sec.payment .payment_form2 {
    float: left;
    width: 160px;
}

.manager .manage_form .group06 {
    float: left;
    width: 47%;
    overflow: hidden;
}

.manager .manage_form .group06 > .sec:nth-child(2) .form_default {
    float: left;
    width: 160px;
}

.manager .manage_form .group06 > .sec:nth-child(1) {
    margin-bottom: 0;
}

.manager .manage_form .sec.comment3 textarea {
    width: calc(100% - 71px);
}

.sec.comment4 .form_default {
    width: calc(100% - 65px);
    height: 80px !important;
}

.group07 {
    width: 226px;
    float: left;
    margin-right: 38px;
}

.group07 .payment_form2 {
    float: left;
    width: 160px;
}

.group08 .sec input, .group08 .sec select {
    float: left;
    width: 160px;
}

.group08 .sec .datepicker {
    width: 130px;
}

.group08 {
    width: 228px;
    float: left;
}

.group08 .sec {
    margin-bottom: 18px;
    transform: none;
}

.group08 .sec::after {
    content: '';
    clear: both;
    display: table;
}

.group08 .sec:nth-child {
    margin-bottom: 0;
}

#returned_lesson {
    margin-top: 20px;
}

.list_year_month_searchbar {
    margin-bottom: 12px;
    transform: none;
}

.list_year_month_searchbar .form_default:nth-child(1) {
    width: 240px;
    float: left;
    margin-right: 10px;
}

.list_year_month_searchbar .form_default:nth-child(2) {
    float: left;
    width: 90px;
    margin-right: 10px;
}

.list_year_month_searchbar .form_default:nth-child(3) {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.attendance_table tbody tr td {
    padding: 0;
    margin: 0;
    line-height: 1;
    height: auto;
    text-align: center;
    font-size: 11px;
}

.attendance_table tbody tr td.date {
    border: 1px solid #eee;
}

.attendance_table tbody tr td.data_lesson {
    text-align: left;
    padding: 8px;
}

.attendance_table tbody tr td.date {
    font-size: 10px;
}

.data_lesson .lesson_name {
    font-size: 11px;
    margin-bottom: 6px;
    display: block;
    font-weight: 600;
}

.data_lesson .lesson_name .lesson_info {
    font-size: 10px;
}


.data_lesson .lesson_info {
    font-size: 10px;
}

.data_lesson .lesson_info .sec {
    display: inline-block;
    padding-right: 6px;
    margin-right: 4px;
    position: relative;
}

.data_lesson .lesson_info .sec:after {
    content: '';
    width: 1px;
    height: 8px;
    position: absolute;
    right: 0;
    background: #8888;
}

.data_lesson .lesson_info .sec:last-child:after {
    display: none;
}

.attendance_info_list {
    margin-top: 15px;
}

.attendance_info_list .group {
    float: left;
    width: 45%;
    margin-right: 5%;
    /* margin-top: 20px; */
}

.attendance_info_list .group:nth-child(2) {
    margin-right: 0;
    width: 50%;
}

.attendance_info_list .group .sec > label {
    width: 100%;
    float: none;
}

.attendance_info_list .group .list {
    padding-left: 15px;
}

.attendance_info_list .group .list .line {
    overflow: hidden;
    margin-bottom: 4px;
}

.attendance_info_list .group .list .line:last-child {
    margin-bottom: 0;
}

.attendance_info_list .group .list .line .date {
    float: left;
    width: 70px;
    font-size: 11px;
}

.attendance_info_list .group .list .line
.count {
    float: left;
    width: 30px;
    text-align: left;
    font-size: 11px;
}

.attendance_info_list .group .list .line .name {
    float: left;
    width: calc(100% - 100px);
    font-size: 11px;
}

.locker_select {
    height: 186px;
    border-bottom: 1px solid #ddd;
}

.seat {
}

.seat ul {
    overflow: hidden;
}

#locker .seat ul li {
    width: 16.4px;
}

.seat ul li:first-child {
    border-left: 1px solid #e1e1e1;
}

.seat ul li {
    float: left;
    font-size: 9px !important;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    color: #000;
    font-weight: 600;
}

.seat ul li:hover {
    transition: 0.2s;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.seat ul li.black {
    color: #fff;
    background: #000;
}

.seat ul li.red {
    color: #fff;
    background: #a6200c;
}

.seat ul li.yellow {
    color: #000;
    background: #fec969;
}

.seat ul li span {
    display: inline-block;
    font-weight: 800;
    -webkit-transform: scale(0.80);
}

.locker_add {
    margin-top: 20px;
}

.group09 {
    width: 47%;
    margin-right: 6%;
    float: left;
}

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

.group09 .sec .form_default {
    float: left;
    width: calc(100% - 71px);
}

.group10 {
    width: 47%;
    float: left;
    transform: none;
}

.group10 .sec:nth-child(2) .form_default {
    float: left;
    width: 160px;
}

.group10 .sec:nth-child(1) {
    margin-bottom: 0px;
}

.history_info {
    overflow: hidden;
}

.history_info .line .date {
    float: left;
    width: 70px;
    font-size: 11px;
}

.history_info .line .comm {
    float: left;
    width: calc(100% - 70px);
    font-size: 11px;
}


/* Locker */
#common_locker, #add_locker, #set_locker,
#info_locker, #common_lockerlist, #info_lockerList {
    display: none;
}

.locker_selectbar {
    overflow: hidden;
    margin-top: 10px;
}

.locker_selectbar .selectbar {
    float: left;
    padding: 4px 0;
}

.locker_selectbar .selectbar .group:nth-child(-n+3) {
    padding: 4px 0;
}

.locker_selectbar .selectbar .group:nth-child(3) label {
    margin-top: 4px;
}

.locker_selectbar .selectbar .group .seat_checkbox {
    font-size: 11px;
}

.locker_selectbar .selectbar .group .seat_checkbox label {
    margin: 0;
    margin-right: 5px;
}

.manager .tabcontent .menu_head .locker_selectbar .btn_area {
    float: right;
    width: 80px;
}

.locker_selectbar .selectbar .group {
    float: left;
    margin-right: 25px;
}

.locker_selectbar .selectbar {
    /*padding: 12px 0;*/
}

.locker_selectbar .selectbar .seat_checkbox .form_default {
    width: 60px;
}

.locker_selectbar .selectbar .group input[type="checkbox"] + label {
    border-radius: 50%;
}

.locker_seat {
    overflow: hidden;
    width: 2160px;
    /*height: 520px;*/
}

.locker_seat .seatbox {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    padding: 10px;
}

.locker_seat .seatbox.on {
    background: #000;
    color: #fff;
    transition: 0.3s;
}

.locker_seat .seatbox:hover,
.locker_seat .seatbox:active {
    background: #000;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

.locker_seat .seatbox label {
    float: left;
    margin-bottom: 0px;
    font-size: 11px;
}

.locker_seat .seatbox .seat_checkbox {
    float: right;
}

.locker_seat .seatbox .seat_checkbox label {
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width:16px;
    height: 16px;
}

.locker_seat .seatbox .name {
    font-size: 11px;
    font-weight: 600;
}

.locker_seat .seatbox .date {
    font-size: 9px;
    letter-spacing: -1px;
}

.locker_seat .seatbox.use {
    color: #000;
    background: #ffc864;
}

.locker_seat .seatbox.use .seat_checkbox label{
    color: #000;
    border: 2px solid #ffffff;
}

.locker_seat .seatbox.pass {
    color: #fff;
    background: #a6200c;
}

.locker_seat .seatbox.unuse {
    background: #000;
}


.locker_seat .seatbox .seat_checkbox label {
    border: 2px solid #ffc864;
    background-image: none;
}

.locker_seat .seatbox .seat_checkbox input[type="checkbox"]:checked + label {
    background-image: url(../images/checkbox_checked.png);
    background-position: center;
    background-size: contain;
}


.sec.search {
    overflow: hidden;
}

.sec.search button {
    float: left;
    width: 64px;
    margin-left: 6px;
}

.sec.search .form_default {
    width: calc(100% - 140px);
}

/* Locker num setting */
.manager .manage_form .sec.locker_group {
}

.manager .manage_form .sec.locker_group label {
    width: 100%;
    float: none;
}

.manager .manage_form .sec.locker_group .la {
    float: left;
    padding-left: 15px;
    margin-bottom: 1px;
}

.manager .manage_form .sec.locker_group .btn_area {
    float: right;
    width: 80px;
}

.manager .manage_form .sec.locker_group .la .form_default {
    float: left;
    width: 80px;
    margin-right: 4px;
}

/* mms setting */

#common_mms, #recharge_mms,
#list_mms, #month_mms, #template_mms {
    display: none;
}

.message_form {
    /* overflow: hidden; */
    font-size: 11px;
}

.message_form .form_wrapper {
    float: left;
    width: 410px;
}

.message_form .form_wrapper .line {
    margin-bottom: 10px;
    transform: none;
}

label.tit {
    width: auto;
    height: 24px;
    line-height: 24px;
    display: block;
    margin-right: 6px;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0px;
    /* float: left; */
}

label.tit.line02 {
    line-height: 1;
    padding-top: 4px;
}

label.tit:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #404040;
    position: absolute;
    left: 0;
    top: 8px;
}

label.tit.on:before {
    background: #a6200c;
}

.message_form .form_wrapper .line .wide {
    overflow: hidden;
}

.message_form .form_wrapper .line .wide .group {
    float: left;
}

.message_form .form_wrapper .line .wide .group .tit {
    float: left;
    width: 90px;
}

.message_form .form_wrapper .line .wide .group:nth-child(2) .tit {
    width: 70px;
}

.message_form .form_wrapper .line .wide .group .check {
    float: left;
    margin-right: 15px;
    padding: 2px 0;
}

.message_form .form_wrapper .line .wide .group .check span {
    float: left;
    padding-top: 2px;
    margin-left: 6px;
}

.message_form .form_wrapper .line .wide .group .check .checkbox {
    float: left;
}

.message_form .form_wrapper .line .input_wrap {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    height: 30px;
    padding: 0 8px;
}

.message_form .form_wrapper .line .input_wrap input {
    float: left;
    width: calc(100% - 60px);
    height: 28px;
}

.byte {
    color: #ffc864;
    font-weight: 700;
    font-size: 9px;
    float: right;
    line-height: 30px;
}

.byte.on {
    color: #27417A;
}

.message_form .form_wrapper .line .clearfix {
    /* padding-right: 8px; */
}

.message_form .form_wrapper .line .clearfix .byte {
    padding-right: 10px;
}

.message_form .form_wrapper .line .clearfix .tit {
    float: left;
}

.message_form .form_wrapper .line .clearfix .comm {
    float: left;
    margin-left: 12px;
    padding-top: 4px;
    font-weight: 600;
}

.messagebox {
    width: 100%;
    font-size: 11px;
    height: 120px !important;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.messagebox textarea {
    width: 100%;
    height: 100% !important;
    border: none;
    padding: 8px;
}

.message_form .form_wrapper .line .filebox {
    overflow: hidden;
}

.message_form .form_wrapper .line .filebox .form_default {
    float: left;
    width: 320px;
    pointer-events: none;
}

.message_form .form_wrapper .line .filebox .btn_file {
    float: left;
    width: 80px;
    margin-left: 10px;
}

/*.message_form .form_wrapper .scroll_custom .line .filebox .btn_file {
    margin-left: 5px;
}*/

.message_form .form_wrapper .line .filebox .btn_file label {
    display: inline-block;
    width: 80px;
    /* margin-left: 6px; */
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
    background-color: #5c5c5c;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.reservationbox {
    transform: none;
}

.reservationbox .form_default:first-child {
    width: 180px;
    float: left;
    margin-right: 10px;
}

.reservationbox .form_default:nth-child(2),
.reservationbox .form_default:nth-child(3) {
    float: left;
    width: 60px;
    margin-right: 10px;
}

/*.scroll_custom .reservationbox .form_default {
    margin-right: 8px;
}*/

.meassagebox {
    overflow: hidden;
    margin-top: 5px;
}

.meassagebox .fl {
    float: left;
    width: 130px;
    margin-right: 10px;
}

.meassagebox .fl input {
    margin-bottom: 5px;
}

.meassagebox .fl .clearfix button {
    float: left;
    width: 62px;
    margin-right: 5px;
}

.meassagebox .fl .clearfix button:nth-child(2) {
    margin-right: 0;
}

button.wide {
    margin-top: 7px;
    width: 100%;
    min-width: 100%;
}

.meassagebox .fl2 {
    float: left;
    width: calc(100% - 140px);
}

.meassagebox .fl2 button {
    margin-top: 19px;
}

.meassagebox .fl2 .message_list {
    width: 180px;
    height: 140px;
    /* margin-right: 4px; */
    border-radius: 4px;
    border: 1px solid #ddd;
    /* padding: 8px !important; */
    float: left;
}

.meassagebox .fl2 .balance {
    float: right;
    width: 80px;
    background: #e1e1e1;
    border-radius: 4px;
    padding: 8px;
}

.meassagebox .fl2 .balance .line {
    margin-bottom: 4px;
}

.meassagebox .fl2 .balance .line .message_tip {
    margin-bottom: 0;
    font-size: 9px;
    color: #ffc864;
}

.meassagebox .fl2 .balance .line .won {
    font-size: 9px;
    text-align: right;
}

.meassagebox .fl2 .balance .line:last-child {
    margin-bottom: 0;
}

.meassagebox .fl2 .message_list ul {
    padding: 8px;
}

.meassagebox .fl2 .message_list ul li {
    line-height: 1.6em;
}

.meassagebox .fl2 .message_list ul li .name {
    float: left;
    width: 30%;
}

.meassagebox .fl2 .message_list ul li .num {
    width: calc(70% - 12px);
    float: left;
    text-align: right;
    padding-right: 4px;
}

.meassagebox .fl2 .message_list ul li .ic_close {
    float: left;
    width: 8px;
    height: 8px;
    background-image: url(../images/ic_close.png);
    background-repeat: no-repeat;
    background-size: 8px;
    margin: 3px 0;
    cursor: pointer;
    display: block;
}

.message_form .preview {
    float: left;
    width: 276px;
    height: 582px;
    margin-left: 30px;
}

.message_form .preview .bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_message.png);
    background-size: 275px;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.message_form .preview .bg .header {
    height: 78px;
    padding-top: 40px;
    text-align: center;
    font-weight: 600;
}

.message_form .preview .bg .content {
    padding: 5px 17px;
    height: 450px;
}

.message_form .preview .bg .content .wrapper {
    /* width: 212px; */
    height: 448px;
    /* padding: 8px !important; */
    /* padding: 8px !important; */
}

.message_form .preview .bg .content .image {
    margin-left: 12px;
    width: 178px;
    border-radius: 12px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .15);
    overflow: hidden;
    margin-bottom: 8px;
}

.message_form .preview .bg .content .image img {
    width: 100%;
}

.message_form .preview .bg .content .message_wrap {
    background: #efefef;
    border-radius: 12px;
    padding: 12px;
    width: 178px;
}

.message_form .preview .bg .content .message {
    padding-left: 12px;
    background-image: url(../images/message_tag.png);
    background-position-y: bottom;
    background-position-x: 2px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.sec.recharge {
    overflow: hidden;
}

.sec.recharge .form_default {
    float: left;
}

.sec.recharge .form_default input {
    width: 160px;
    height: 28px;
    text-align: right;
}

.sec.recharge .check_box {
    float: left;
    padding: 4px 0;
    margin-left: 12px;
    font-size: 11px;
}

.sec.recharge .btn_area {
    float: right;
    width: 80px;
}

.sec.count {
}

.sec.count label {
    width: 100px !important;
}

.message_count {
    overflow: hidden;
    float: left;
    width: calc(100% - 112px);
}

.message_count li {
    line-height: 30px;
    float: left;
    width: 18%;
    margin-right: 2.5%;
    overflow: hidden;
}


.message_count li .tit {
    float: left;
    font-weight: 600;
    font-size: 11px;
}

.message_count li .num {
    float: right;
    font-size: 11px;
}

.message_count li:last-child {
    margin-right: 0;
}

.List05 {
    height: 490px;
}

.List07 {
    height: 325px;
}

.List08 {
    height: 510px;
}

/* System Setting */
#authorityInfo:after {
    width: 1120px;
}

/* employer Setting */
.List06 {
    height: 520px;
}

.List06 .jspHorizontalbar {
    display: none;
}

.List09 {
    height: 616px;
}

#common_system, #system_upload, #common_employer, #add_employer {
    display: none;
}

.sec.account .form_default {
    width: 160px;
}

.toggle_system {
    overflow: hidden;
}

.toggle_system .onoff {
    float: left;
    width: calc(100% - 260px);
    margin-top: 40px;
}

.setting {
    float: right;
}

.setting .common_table thead tr th,
.setting .common_table tbody tr td {
    padding: 10px;
    height: 40px;
    text-align: center;
}

.setting .common_table tbody tr td label {
    margin: 0;
}

.setting .common_table thead tr th {
    line-height: 1;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.toggle_system .group {
    width: 18%;
    margin-right: 2%;
    float: left;
}

.toggle_system .group .tit {
    height: 40px;
    line-height: 40px;
    background: #efefef;
    padding: 0 12px;
    border-radius: 4px;
}

.toggle_system .group .tit label {
    float: left;
    margin: 0;
    font-size: 11px;
    font-weight: 800;
}

.toggle_system .group .tit .use_on {
    float: right;
}

.toggle_system .group .toggle .line {
    height: 40px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    cursor: pointer;
}

.toggle_system .group .toggle .line:hover {
    background: rgba(255, 200, 100, .2);
}
.toggle_system .group .toggle .line.active {
    background: rgba(255, 200, 100, .2);
}
.toggle_system .group .toggle.on {
    background: #fff4e0;
}

.toggle_system .group .toggle .line label {
    float: left;
    margin: 0;
    font-size: 11px;
}

.toggle_system .group .toggle .line .switch_wrap {
    float: right;
}

.toggle_system .group .toggle .line .switch_wrap .num {
    float: left;
    color: #ffc864;
    font-size: 9px;
}

.toggle_system .group .toggle .line .switch_wrap .switch {
    /* padding: 8px; */
    margin: 10px 0;
    margin-left: 5px;
}

.group11 {
    /*overflow: hidden; */
}

.group11::after {
    content: '';
    clear: both;
    display: table;
}

.group11 .sec:nth-child(1) {
    float: left;
    width: 468px;
    margin-right: 16px;
}

.group11 .sec:nth-child(2) {
    float: left;
    margin: 0;
    width: 226px;
}

.group12 {
    overflow: hidden;
}

.group12 .sec:nth-child(1) {
    float: left;
    width: 468px;
    margin-right: 16px;
}

.group12 .sec:nth-child(2) {
    float: left;
    width: 226px;
}

.group12 .sec:nth-child(1) .payment {
    overflow: hidden;
    float: left;
    width: 403px;
}

.group12 .sec:nth-child(1) .payment .form_default:nth-child(1) {
    width: 95px;
    margin-right: 2px;
}

.group12 .sec:nth-child(1) .payment .form_default:nth-child(2) {
    width: 160px;
    margin-right: 2px;
}

.group12 .sec:nth-child(1) .payment .form_default:nth-child(3) {
    width: 140px;
}

.group12 .sec:nth-child(1) .payment input:last-child {
    margin-right: 0;
}

/*  */
.transfer_wrap .panel-default > .panel-heading {
    border-radius: 5px;
    background: #efefef;
    border: none;
    border-bottom: none;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
}

.transfer_wrap .panel-title {
    font-size: 11px;
    font-weight: 600;
    padding: 14px 0;
}

.transfer_wrap .panel-title a {
    display: block;
}

.transfer_wrap .panel-title a:after {
    content: '';
    width: 3px;
    height: 3px;
    border-top: 2px solid #404040;
    border-right: 2px solid #404040;
    display: inline-block;
    transform: rotate(135deg);
    position: absolute;
    top: 2px;
    right: -3px;
    z-index: 9999;
}

.transfer_wrap .panel-title a.collapsed:after {
    transform: rotate(315deg);
}

.transfer_wrap .panel-group .panel {
    border: none;
    border-radius: 0;
    transform: none;
}

.transfer_wrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding: 5px 0;
}

/* alert_form */

.sec.period_comm input {
    float: left;
    width: 160px;
    margin-right: 4px;
}

.sec.period_comm .tip {
    float: left;
}

.sec.period_comm .alert_form {
    position:relative;
    float: left;
    width: 160px;
}

.form_alert {
    border: 1px solid #a94442 !important;
    float: none;
}

.sec.period_comm .alert_form .alert_comm {
    /* position: absolute; */
    /* left: 0; */
    /* top: 30px; */
    color: #a6200c;
    font-size: 9px;
    margin-top: 2px;
    display: block;
    text-align: left;
    padding-left: 2px;
}

.alert_comm.on {
    color: #ffc864 !important;
}

.alert_admin {
    position: absolute;
    top: 570px;
    color: #a6200c;
    text-align: right;
    width: 98%;
    line-height: 1em;
    display: none;
}
/* member Search */

.modal_finish {
    position: absolute;
    bottom: 100px;
    left: 160px;
    display: none;
}

.modal_finish .modal-dialog,
.modal_finish .modal-dialog2 {
    width: 260px;
    min-width: 260px;
    margin: 25px auto;
}

.member_search_popup .modal-dialog .modal-content {
    padding: 22px 20px;
    width: 260px;
    height: 325px;
}

.member_search_popup .search_head .search {
    float: right;
    width: 130px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.member_search_popup .search_head .search .search_input {
    margin: 0;
    border: 0;
    width: calc(100% - 30px);
    height: 30px;
    float: left;
}

.member_search_popup .search .ic_search {
    background: url(../images/ic_search.png) 0 0 no-repeat;
    width: 28px;
    height: 28px;
    border: 0;
    float: right;
    margin-top: 1px;
    margin-right: 1px;
    border-radius: 5px;
}

.member_search_popup .search_head {
    overflow: hidden;
    margin-bottom: 10px;
}

.member_search_popup .search_head .tit02 {
    float: left;
    margin: 4px 0;
}

.member_search_popup .pop_footer {
    margin-top: 10px;
    text-align: right;
}

.pop_academic {
    left: 164px !important;
}

/* locker View */
.seat_list_popup {
    display: none;
}

.seat_list_popup {
    position: absolute;
    top: 70px;
    background: #fff;
    border: 1px solid #ffc864;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
    left: 107px;
}

.seat_list_popup .seat {
    padding: 12px;
    width: 540px;
    height: 150px;
}

.seat_list_popup .seat ul {
    margin: 0;
}

/* Alarm talk */
.message_form .form_wrapper .line.temp input {
    float: left;
    width: calc(100% - 85px);
}

.message_form .form_wrapper .line.temp button {
    float: right;
}

.message_form .preview .bg.kakaotalk {
    background-image: url(../images/bg_kakao.png);
}

.message_form .preview .bg.kakaotalk .header {
}


.message_form .preview .bg.kakaotalk .talk_wrapper {
    padding: 12px;
    background: #bbcad7;
}

.message_form .preview .bg.kakaotalk .talk_message {
    overflow: hidden;
}

.message_form .preview .bg.kakaotalk .talk_message .logo {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    overflow: hidden;
}

.message_form .preview .bg.kakaotalk .talk_message .logo img {
    width: 100%;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox {
    float: left;
    width: 150px;
    /* background: #fff; */
    position: relative;
    margin-left: 5px;
    font-size: 10px;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox .name {
    font-weight: 800;
    font-size: 10px;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox .box {
    background: #fff;
    border-radius: 10px;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox .box .kakaologo {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 21px;
    height: 21px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    /* line-height: 28px; */
    /* text-align: center; */
    z-index: 9999;
    /* -webkit-transform: scale(0.83); */
    padding: 0;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox .box .kakaologo span {
    font-size: 10px;
    display: inline-block;
    -webkit-transform: scale(0.65);
    line-height: 21px;
    text-align: center;
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    left: -2px;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox .box .m_header {
    background: #f6e22f;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    font-weight: 800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox .box .m_content {
    padding: 8px;
    min-height: 300px;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox .box .m_content .comm {
    color: #aaa;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox .box .m_footer {
    padding: 8px;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox .box .btn_kakao {
    height: 26px;
    border-radius: 3px;
    background: #f6e22f;
    font-weight: 600;
}

.message_form .preview .bg.kakaotalk .talk_message .talkbox .box .btn_kakao:hover {
    color: #000;
}

/* template_add */

.template_add {
    display: none;
}

.button_edit {
    margin-bottom: 6px;
    transform: none;
}

.button_edit::after {
    content: '';
    clear: both;
    display: table;
}

.button_edit .form_default:nth-child(1) {
    float: left;
    width: 160px;
}

.button_edit .form_default:nth-child(2) {
    width: 150px;
    margin-left: 10px;
    float: left;
}

.button_edit button {
    margin-left: 10px;
    float: left;
}

/*.scroll_custom .button_edit .form_default:first-child {
    margin-left: 0;
}

.scroll_custom .button_edit .form_default {
    margin-left: 5px;
}*/

.url .line {
    overflow: hidden;
    margin-bottom: 6px !important;
}

.url .line input {
    float: left;
    width: 320px;
}

.url .line .comm {
    float: left;
    padding-left: 10px;
    line-height: 30px;
    font-weight: 600;
}

.temp_btn_area {
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
}

.temp_btn_area .excel_upload {
    max-width: 150px;
    width: 130px;
}

.temp_btn_area .temp_upload {
    max-width: 270px;
    margin-left: 7px;
}

.add_button select, .add_button input {
    float: left;
    width: calc(50% - 46px);
    margin-right: 6px;
}

/* SystemInfo */
#common_systemInfo, #systemPaymentInfoArea, #info_systemInfo, #systemInfo_upload, #refundSystemPayment {
    display: none;
}

.tax_form {
    overflow: hidden;
    float: left;
    width: calc(100% - 70px);
}

.tax_form input {
    float: left;
}

.tax_form .form_default {
    width: 160px;
    float: left;
}

.tax_form .text {
    float: left;
    width: calc(100% - 160px);
}

.tax_form .text .check_box {
    float: left;
    margin-left: 8px;
    padding: 6px 0;
    font-size: 11px;
}

.tax_form .text .check_box span {
    font-size: 11px;
}

.tax_form .text .check_box label {
    margin: 0;
}

.tax_form .text .comm {
    float: left;
    padding: 9px 0;
    font-size: 8px;
    color: #ffc864;
    width: calc(100% - 90px);
    line-height: 1.1;
    margin-left: 10px;
}

.tax_form .text .comm.line02 {
    padding: 2px 0;
}

.List10 {
    height: 590px;
}

.List11 {
    height: 480px;
}

/* Login,Join */

.rayout_step04,
.rayout_step05,
.rayout_step06 {
    width: 533px;
    height: 100%;
    float: left;
    background: #fff;
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, .1);
    z-index: 100;
    position: relative;
    overflow: hidden;
}

.rayout_step04 {
    border-right: 1px solid #eee;
    /* width: 0; */
    left: 1066px;
    transition: 0.2s;
}

.rayout_step05 {
    width: 0;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 533px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.25s;
    -ms-transition-duration: 0;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    position: absolute;
    /* border-right: 1px solid #eee; */
}

.rayout_step05:before {
    content: '';
    width: 403px;
    height: 1px;
    position: absolute;
    top: 50px;
    left: 0px;
    background: #FFC864;
}


.rayout_step06 {
    width: 0;
    height: 100%;
    z-index: 98;
    top: 0;
    left: 1066px;
    background-color: #fff;
    overflow: hidden;
    transition: 0.25s;
    position: absolute;
}

.rayout_step06:before {
    content: '';
    width: 460px;
    height: 1px;
    position: absolute;
    top: 50px;
    left: 0px;
    background: #FFC864;
}

.rayout.join {
    width: 1600px;
    height: 900px;
}

.rayout.join input::placeholder {
    font-size: 15px !important;
    color: #dbdbdb !important;
}

.rayout.join .bg .left_area {
    float: left;
    width: 55%;
    /* line-height: 1.6em; */
}

.rayout.join .bg .left_area .text {
    padding-top: 370px;
    padding-left: 221px;
    font-weight: normal;
    font-size: 50px;
}

.rayout.join .bg .left_area .text span {
    display: block;
    font-weight:bold;
}

.rayout.join .bg {
    overflow: hidden;
    width: 1066px;
    left: 0px;
    background-size: cover;
    background-image: url(../images/intro_bg2.jpg);
}

.rayout.join .bg .right_area {
    float: right;
    width: 45%;
    padding-top: 370px;
    text-align: center;
}

.rayout.join .bg .right_area .logo2 {
    width: 152px;
    margin: 0 auto;
}

.rayout.join .bg .right_area .logo2 img {
    width: 100%;
}

.rayout.join .bg .right_area .txt {
    font-size: 15px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.rayout.join .bg .right_area button {
    width: 150px;
}

.fx160 {
    width: 180px;
}

.join_contents {
    position:relative;
    padding: 0 31px;
}
.join_contents .form_default {
    height:50px;
}
.join_contents .form_default button {
    height:50px;
    font-size:15px;
}
.join_contents .form_default:before {
    top:20px;
}
.join_contents input {
    height:50px;
}
.join_form input {
    height:50px;
}

.rayout.join .name .tit {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 3.5px;
    display: block;
    line-height: 39px;
}

.rayout.join .name .sub_tit {
    margin-top: 20px;
    display: block;
    font-weight: 500;
    font-size: 18px;
    /* line-height: 13px; */
}

.rayout.join .join_form {
    position:relative;
}

.rayout.join .join_form .form_controlbox {
    border: 1px solid #dbdbdb;
    padding: 0 8px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
}

.rayout.join .join_form p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 28px;
    display: inline-block;
    padding-right: 8px;
}

.rayout.join .join_form span.alert_comm.on:nth-child(3) {
    top:105px;
    text-align: right;
}

.rayout.join .info {
    width: 533px;
    padding: 36px 35px;
}

.rayout.join .join_form .cert {
    margin-top: 25px;
}

.rayout.join .join_form .cert .cert_input {
    position:relative;
    float: left;
    width: 240px;
}

.rayout.join .join_form .cert .cert_input .form_control {
    margin: 0px;
}

.rayout.join .join_form .cert .cert_btn {
    width: 150px;
    float:right;
}

.rayout.join .join_form .cert .cert_btn .comm {
    position:relative;
    margin-top: 8px;
    display: block;
    font-size: 13px;
    padding-left: 3px;
}

.rayout.join .join_form .cert .cert_btn .comm .ic_tooltip {
    right: 0;
}

.rayout.join .join_form .cert .cert_input .comm {
    position: absolute;
    right: 10px;
    line-height: 50px;
    font-size: 13px;
    color: #ffc864;
}

.rayout.join .join_contents .btn_area {
    float: right;
    width: 150px;
    margin-top: 50px;
}

.rayout.join .join_contents .btn_area button {
    width: 100%;
}

.rayout.join .info .container02 {
    padding-top: 80px;
}

.rayout.join .info .container02 .text {
    font-size: 14px;
    margin-bottom: 10px;
}

.rayout.join .info .container02 .join_min_form {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.join_min_form .manage_form .dual_twice::after {
    content: '';
    clear: both;
    display: table;
}

.join_min_form .manage_form .dual_twice .sec {
    position:relative;
    float: left;
    width: 225px;
    margin-right: 12px;
    margin-bottom: 15px;
    transform: none;
}

.join_min_form .manage_form .dual_twice .sec:nth-child(2n) {
    margin-right: 0;
}

.join_min_form .manage_form .dual_twice .sec input::placeholder {
    font-size: 11px !Important;
}

.join_min_form .manage_form .dual_twice .sec > label {
    float: left;
    margin-right: 10px;
}

.join_min_form .manage_form .dual_twice .sec .form_default,
.join_min_form .manage_form .dual_twice .sec select {
    float: left;
    width: 160px;
}

.join_min_form .manage_form .dual_twice .sec .alert_group {
    float: left;
    width: 160px;
}

.join_min_form .manage_form .dual_twice .sec .alert_group input {
    width: 100%;
}
.join_min_form .manage_form .alter_comm {
    width:100%;
    text-align: right;
}

.alert_comm {
    font-size: 9px;
    line-height: 1em;
    color: #a6200c;
    position: absolute;
    top: 33px;
    right: 0;
    display: block;
    width: 160px;
    text-align: left;
    padding-right: 2px;
    letter-spacing: -0.5px;
}

.alert_login {
    font-size: 13px;
    line-height: 1em;
    color: #a6200c;
    position: absolute;
    top: 60px;
    right: 0;
    display: block;
    width: 160px;
    text-align: right;
    padding-right: 2px;
    letter-spacing: -0.5px;
}

.alert_login_fail {
    font-size: 13px;
    color: #a6200c;
    position: absolute;
    top:142px;
    right: 0;
    display: block;
    text-align: right;
    padding-right: 2px;
    letter-spacing: -0.5px;
}

label.justify.on.line02 {
}

.sec > label.line02 {
    line-height: 1;
}

.line02 span {
    display: block;
}

.join_min_form .sec.wide .address {
    float: left;
    width: calc(100% - 64px);
}

.join_min_form .sec.wide {
    margin-bottom: 12px;
}

.join_min_form .sec.wide > label {
    margin-right: 6px;
}

.join_min_form .sec.wide .address .clearfix:nth-child(1) {
    margin-bottom: 5px;
}

.join_min_form .sec.wide .address .clearfix:nth-child(1) input {
    float: left;
    width: 80px;
    margin-left: 5px;
}

.join_min_form .sec.wide .address .clearfix:nth-child(1) button {
    float: left;
}

.join_min_form .sec.wide .address .clearfix:nth-child(2) input {
    width: 235px;
    float: left;
}

.join_min_form .sec.wide .address .clearfix:nth-child(2) .alert_group input {
    width: 160px;
    margin-left: 4px;
}

.join_min_form .sec.wide .address .clearfix input::placeholder {
    font-size: 11px !important;
}

.join_min_form .sec.mail {
}

.join_min_form .sec.mail .em {
    float: left;
    width: calc(100% - 64px);
    /* margin-left: 2px; */
    transform: none;
}


.join_min_form .sec.mail > label {
    margin-right: 6px;
}

.join_min_form .sec.mail .em .form_default {
    float: left;
    width: 96px;
    margin-left: 2px;
}

.join_min_form .sec.mail .em span {
    float: left;
    font-size: 10px;
    line-height: 30px;
    padding: 0 2px;
}

.join_min_footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd
}

.join_min_footer .terms {
    width: 300px;
    float: left;
    margin: 0;
    /* font-size: 11px; */
}

.join_min_footer .btn_fr_area {
    float: right;
    width: 150px;
}


.join_min_footer .btn_fr_area .alert_comm {
    top: 0;
    position: relative;
    top: 10px;
    line-height: 1.4em;
    width: 100%;
    text-align: left;
}


.rayout_step06 .join_contens_final .wrapper {
    padding-top: 280px;
    text-align: center;
}

.rayout_step06 .join_contens_final .wrapper .text {
    font-size: 15px;
    font-weight: 600;
}

.rayout_step06 .join_contens_final .wrapper .logo {
    width: 140px;
    margin: 40px auto 64px;
}

.rayout_step06 .join_contens_final .wrapper .logo img {
    width: 100%;
}

.rayout_step06 .join_contens_final .wrapper .btn_group {
    width: 150px;
    margin: 0 auto;
}

.type02 {
    display: none;
}

/*
.login {
    width: 533px;
    height: 100%;
    z-index:98;
    top:0;
    left: 1066px;
    background-color: #fff;
    overflow: hidden;
    transition: 0.25s;
    position: absolute;
}
*/

.join_wrapper {
    display: none;
    height: 100%;
}

.search_wrapper {
    position:relative;
    height: 100%;
}

.login_wrapper {
    display: block;
    height: 100%;
}

.login_wrapper .login_contents, .join_contents {
    padding: 100px 66px 31px 66px;
}

.login_form {
    position:relative;
    margin-top: 100px;
}

.form_control:hover::placeholder {
    color: #404040;
}

.login_form .form_control {
    margin-bottom: 30px;
    height: 50px;
    font-size: 15px;
}
.join_form .form_control::placeholder,
.login_form .form_control::placeholder {
    font-size: 15px;
    color: #d8d8d8 !important;
}

.login_form .right_tips {
    text-align: right;
}

.login_form .right_tips .log_info {
    position: relative;
    margin-bottom: 55px;
    font-weight: 500;
    font-size: 15px;
}
.login_form .right_tips .log_info .check_box {
    margin-bottom:10px;
}

.rayout .copy {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.rayout .copy .link {
    margin-bottom: 8px;
    font-weight: 500;
}

.rayout .copy .link a {
    position:relative;
    display: inline-block;
    padding: 0 8px;
}
.rayout .copy .link a:hover {
    color:#FFC864;
    text-decoration:underline;
}

.rayout .copy .link:first-child a:after {
    content: '';
    width: 1px;
    height: 12px;
    background: #707070;
    position: absolute;
    right: -2px;
    top: 1px;
}

.rayout .copy .link a:nth-child(2):after {
    display: none;
}

.login_form .right_tips .log_info .search_log {
    overflow: hidden;
}

.login_form .right_tips .log_info .search_log li {
    display: inline-block;
    padding-left: 6px;
}

.login_form .right_tips .log_info .search_log li:first-child:after {
    content: '|';
    display:inline-block;
    padding-left:4px;
    font-size:15px;
    color:#404040;
}
.login_form .right_tips .log_info .search_log li a {
    font-weight:500;
}
.login_form .right_tips .log_info .search_log li:last-child {
    padding-left:3px
}

.login_form .right_tips .btn_area button {
    width: 150px;
}


.searchId .line {
    margin-bottom: 12px;
    font-size: 15px;
}

.searchId .line .check .check_box span {
    font-weight: 700;
}

.searchId .line .comm {
    padding-left: 28px;
    margin-top: 4px;
}


.join_contens.wide {
    padding: 280px 66px 0 66px;
}

.join_contens .join_form .form_control {
    margin-top: 25px;
}

.join_contens .join_form .form_control:nth-child(2) {
    margin-top: 0;
}

.join_contens.wide .btn_area {
    margin-top: 50px;
    float: right;
    width: 150px;
}

.join_contens.wide .btn_area button {
    width: 100%;
}

.rayout.join .join_form .fr {
    margin-top: 50px;
    font-weight: 600;
    float: none;
    text-align: right;
}

.rayout.join .action {
    right: 26px;
}

.join_contens.wide .right {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.bd800 {
    font-weight: 800;
}

.join_contens .join_form .password_wrap .form_control {
    margin-top: 0;
}

.password_wrap {
    position:relative;
    margin-bottom: 25px;
}

.password_wrap:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/ic_password.png);
    position: absolute;
    top: 12px;
    right: 10px;
}

.password_wrap:last-child {
    /* margin-bottom: 0; */
}

.password_wrap2:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/ic_password.png);
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 10px;
}


/*
@media (min-width: 1025px) and (max-width: 1368px) {
    .rayout { width: 100%; height: 100%; }
    .rayout_step01, .rayout_step02, .rayout_step03 { width: 33.3%; height: 100%; }
    .rayout .bg { width: 66.6%; left: 33.3% !important; }
    .rayout .info { width: 100%; height: 840px; padding: 60px 0 78px; }
    .rayout_step02 { left: 33.3%; width:0px; }
    .rayout_step03 { left: 66.6%; width:0px; }
    .rayout_step02.on:before {width: 84%; top: 50px;}
    .rayout_step02:before { top: 50px; width: 72%; }
    .rayout_step03:before { top: 50px; width: 84% !important; }
    .rayout .bg .text { padding-top: 50%; }
    .rayout .info .container01.terms_wrap .btn_area {width: 100%;position: relative;width: 100%;top: 0 !important;}
    .rayout .info .container01 .btn_area { width: 100%; }
}
@media (min-width: 720px) and (max-width: 1023px) {
    .rayout { width: 100%; height: 100%; }
    .rayout_step01, .rayout_step02, .rayout_step03 { width: 33.3%; height: 100%; }
    .rayout .bg { width: 66.6%; left: 33.3% !important; }
    .rayout .info { width: 100%; height: 840px; padding: 60px 0 78px; }
    .rayout_step02 { left: 33.3%; width:0px; }
    .rayout_step03 { left: 66.6%; width:0px; }
    .rayout_step02.on:before {width: 84%; top: 80px;}
    .rayout_step02:before { top: 80px; width: 72%; }
    .rayout_step03:before { top: 32px; width: 75% !important; }
    .rayout .bg .text { padding-top: 50%; }
    .rayout .info .container01.terms_wrap .btn_area {width: 100%;position: relative;width: 100%;top: 0 !important;}
    .rayout .info .container01 .btn_area { width: 100%; top:270px;}
    .action .gr .num { width: 26px; height: 26px; line-height: 26px; font-size: 12px; margin: 0 auto; }
    .action .gr .comm { font-size: 9px; }
    .rayout .info .step .de .name { font-size: 26px; margin-bottom: 2px; }
    .rayout .info .step .de .enter .phonenum .num { width: 36px; height: 36px; line-height: 33px; font-size: 16px; margin-right: 14px; margin-top: 14px; }
    .rayout .info .step .de .enter .phonenum { width: 136px; margin:24px auto; }
    .rayout .info .step .de .enter .phonenum .num:last-child { margin-left: 50px; }
    .rayout .info>.btn_area { bottom: 30px; }
    .rayout .info { height: 100%; padding: 20px 0; }
    .rayout .info .step { padding-top: 60px; }
    .rayout .info .container01 { height: 100%; padding-top: 64px; }
    .rayout .info .text { font-size: 11px; margin-bottom: 10px; line-height:1.6em; }
    .rayout .bg .text { font-size: 24px; padding-left: 100px; }
    .rayout .bg .logo { width: 124px; padding-top: 52%; }
    .rayout .info .step .de .text { font-size: 12px; }
    .rayout .info .container01 .de .dual button { width: 45.2%; height: 36px; font-size: 12px; margin-right: 2% !important; }
    .rayout_step02:before { top: 32px; width: 52%; }
    .rayout .info .container01 .de .dual button { fonlt-size: 12px; }
    .rayout .info .container01 .de .dual button:nth-child(2) { margin-right: 0; }
    .rayout_step02.on:before { top: 32px; width: 75% }
    .rayout .info .success, .rayout .info .success_member { height: 520px; padding-top: 120px; }
    .rayout_step03.on:before, .rayout_step03.on:before { top: 32px; width: 75% !important; }
    .dual_group .check_box { font-size: 10px; height: 20px; }
    .rayout .info .container01 .de .list { padding-top: 20px; line-height: 1.2em; }
    .rayout .info>.btn_area button { height: 36px; font-size: 12px; }
    .rayout .info .count { bottom: 8px; }
    .rayout .info .container01 .de .list .group .check_box { font-size: 10px; height: 25px; }
    .rayout .info .class_tot li { font-size: 10px; }
    .rayout .info .class_tot { margin: 4px; }
    .rayout .info .group .radio_box { height: 25px; font-size: 10px; }
    .rayout .info .container01 .btn_area button { height: 36px; font-size: 12px; }
    .rayout_step02.on .action .gr .num, .rayout_step03.on .action .gr .num { background-size: 30px; }
    #ac01.on .gr .num { background-size: 30px; }
    .success_coupon, .success_personal { margin-top: 12px; font-size: 11px; }
    .rayout .info .success_coupon .txt, .rayout .info .success_personal .txt, .rayout .info .success_info .txt { margin-bottom: 0; }
    .rayout .info .group .check_box { font-size: 10px; height: 25px; }
    .terms .gr { font-size: 10px; }
    .terms .terms_form .items a { font-size: 10px; }
    .terms .terms_form .items .terms_con { height: 54px; }
    .success_info { margin-top: 10px; }
    .rayout .info .success_coupon .txt, .rayout .info .success_personal .txt, .rayout .info .success_info .txt { font-size: 10px; }
}
*/