﻿@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;600&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;500&display=swap');
@charset "utf-8";

/* CSS Document */
html, body {
    height: 100%;
}

html, body, div, ul, li, ol, a, span, img, form, table, tr, th, thead, td, dl, dt, dd, iframe {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #555;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    border: 0;
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse: collapse
}

input, select, textarea {
    padding: 0;
    margin: 0;
    color: #555;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    box-sizing: border-box;
    background: #fff;
    vertical-align: top;
}

a {
    text-decoration: none;
}

#box-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
}

#header {
    width: 100%;
    background: #f9f9f9;
    height: 60px;
    text-align: center;
    padding-left: 68px;
    min-width: 270px;
}

    #header.mem {
        padding-left: 0px;
    }

    #header ul li {
        display: inline-block;
        font-size: 18px;
        color: #333;
        font-family: 'Comfortaa', cursive;
        font-weight: 600;
        padding-top: 12px;
        vertical-align: top;
    }

        #header ul li:nth-child(2) {
            padding-top: 28px;
            padding-left: 5px;
        }

        #header ul li:nth-child(3) {
            display: none;
        }

@media (max-width: 880px) {
    #header ul li:nth-child(2) {
        display: none;
    }

    #header ul li:nth-child(3) {
        display: inline-block;
        padding-top: 28px;
        padding-left: 5px;
    }
}

@media (max-width: 620px) {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999999999999;
    }

    #wrap-t {
        margin-top: 58px;
    }
}

#left-menu {
    background-image: url(/Images/common/left_bg01.png);
    background-position: right top;
    width: 80px;
    background-repeat: repeat-y;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    min-height: 100%;
}

#left-ham {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 68px;
    text-align: center;
    background: #7cd574;
    height: 60px;
    vertical-align: middle;
    padding-top: 16px;
    z-index: 9999999999;
}

    #left-ham img {
        cursor: pointer;
    }

.left-menu-list {
    z-index: 999999;
    position: absolute;
    left: 0px;
    top: 75px;
    width: 68px;
    text-align: center;
    vertical-align: top;
}

    .left-menu-list ul {
        margin-bottom: 20px;
        cursor: pointer;
        color: #555555;
    }

        .left-menu-list ul li {
            font-size: 12px;
            text-align: center;
            padding-bottom: 5px;
            font-weight: 400;
        }

/* 햄버거메뉴 css S */
.menu_bg {
    width: 25%;
    height: 2000px;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: none;
    z-index: 9999999999;
}

.menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
}

.menu-ham01 {
    background: #7cd574;
    height: 60px;
}

    .menu-ham01 ul li {
        color: #fff;
        line-height: 60px;
        padding-left: 26px;
        padding-right: 15px;
        display: inline-block;
        float: left;
        font-size: 24px;
    }

        .menu-ham01 ul li:last-child {
            float: right;
            vertical-align: middle;
            cursor: pointer;
            padding-top: 8px;
        }

.menu-ham01-list01 {
    padding: 20px;
}

    .menu-ham01-list01 dl {
        border-bottom: dotted 1px #000;
    }

    .menu-ham01-list01 dt {
        height: 48px;
        line-height: 48px;
        background-image: url(/Images/common/icon_l_menu01.png);
        background-repeat: no-repeat;
        background-position: left 19px;
        padding-left: 20px;
        color: #000;
        font-size: 16px;
        cursor: pointer;
    }

        .menu-ham01-list01 dt:hover {
            background: linear-gradient( to left, #45c6a8 30%, #7cd574);
            color: #fff;
        }

    .menu-ham01-list01 dd {
        height: 32px;
        padding-left: 40px;
        cursor: pointer;
    }

        .menu-ham01-list01 dd:hover {
            color: #3c9734;
        }

@media (max-width: 980px) {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999999999999;
    }

    .menu_bg {
        width: 40%;
    }

    #left-menu {
        background-image: none;
        display: none;
    }

    #left-ham {
        width: 56px;
    }
}

@media (max-width: 600px) {
    .menu_bg {
        width: 50%;
    }

    #left-ham {
        position: fixed;
    }
}

@media (max-width: 530px) {
    .menu_bg {
        width: 80%;
    }
}

@media (max-width: 280px) {
    .menu_bg {
        width: 100%;
    }
}
/* 햄버거메뉴 css E */

#wrap-t {
    width: 100%;
    padding: 20px 60px 0px 130px;
}

    #wrap-t.mem {
        padding-left: 60px;
    }

#wrap {
    width: 100%;
    padding: 0px 60px 30px 130px;
    clear: both;
}

    #wrap.mem {
        padding-left: 60px;
    }

#user-info {
    float: right;
    text-align: right;
    display: inline-block;
    padding-top: 10px;
    min-width: 260px;
    height: 31px;
}

    #user-info ul li {
        display: inline-block;
        padding-left: 15px;
    }

        #user-info ul li span {
            border: solid 1px #ccc;
            border-radius: 3px;
            margin-left: 10px;
            padding: 3px 7px;
            font-size: 12px;
            cursor: pointer;
            background: #ccc;
            color: #fff;
        }

#member-wrap {
    width: 60%;
    margin: 0 auto;
}

.selcet-study {
    display: inline-block;
}

    .selcet-study select {
        border: solid 1px #ccc;
        padding: 4px 7px;
        line-height: 24px;
        width: 270px;
    }

.title-big01 {
    line-height: 64px;
    padding: 35px 0px;
    color: #000;
    font-size: 57px;
    font-family: 'Comfortaa', 'Noto Sans KR', sans-serif;
    font-weight: 300;
    min-width: 230px;
    clear: both;
}

.tab-menu01 {
    display: table;
    width: 100%;
    border: solid 1px #d1d2d2;
    border-right: none;
}

    .tab-menu01 ul {
        display: table-row;
    }

        .tab-menu01 ul li {
            display: table-cell;
            line-height: 24px;
            padding: 18px 5px;
            font-weight: bold;
            font-size: 16px;
            color: #8c8c8c;
            border-right: solid 1px #d1d2d2;
            text-align: center;
            cursor: pointer;
            vertical-align: middle;
        }

            .tab-menu01 ul li:hover {
                color: #000;
            }

            .tab-menu01 ul li.on {
                background: #000;
                color: #fff;
            }

.graph-box01 {
    margin-top: 55px;
}

.graph-title01 {
    display: inline-block;
    font-size: 24px;
    width: 230px;
    vertical-align: top;
    line-height: 40px;
    margin-top: 5px;
}

.graph-box01-s {
    display: inline-block;
    width: calc(100% - 238px);
}

.graph-bar01 {
    background-image: url(/Images/content/graph_bg01.png);
    background-repeat: repeat-x;
    width: calc(100% - 185px);
    display: inline-block;
    margin-top: 5px;
}

    .graph-bar01 img {
        height: 43px;
        float: left;
    }

.graph-text01 {
    display: inline-block;
    float: right;
    width: 180px;
}

    .graph-text01 ul li {
        display: inline-block;
        padding-left: 10px;
        text-align: left;
        line-height: 20px;
        vertical-align: top;
    }

        .graph-text01 ul li:first-child {
            font-weight: bold;
            text-align: right;
            font-size: 18px;
            width: 80px;
        }

        .graph-text01 ul li.red {
            color: #b40404;
        }

        .graph-text01 ul li.red2 {
            color: #fa5858;
        }

        .graph-text01 ul li.orange { color: #ff9c00; }

        .graph-text01 ul li.green { color: #40c6a7; }

        .graph-text01 ul li.blue { color: #0431B4; }

.note01 {
    padding: 20px 0px 10px 0px;
    clear: both;
}

    .note01 ul li {
        list-style: circle;
        color: #f66f66;
        line-height: 18px;
        margin-left: 28px;
    }

        .note01 ul li:first-child {
            margin-left: 0px;
            list-style: none;
            font-weight: 600;
        }

@media (max-width: 980px) {
    #member-wrap {
        width: 80%;
    }

    #wrap {
        padding: 0px 20px 20px 20px;
    }

    #wrap-t {
        padding: 20px 20px 0px 20px;
    }
}

@media (max-width: 860px) {
    #user-info ul li {
        line-height: 20px;
    }

    .title-big01 {
        font-size: 50px;
    }

    #member-wrap {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 680px) {
    #user-info {
        padding-top: 0px;
    }

        #user-info ul li {
            line-height: 24px;
        }

    .selcet-study {
        margin-top: 20px;
    }

    .title-big01 {
        line-height: 56px;
        font-size: 40px;
        padding: 20px 0px;
    }

    .tab-menu01 ul li {
        font-size: 14px;
        padding: 15px 5px;
        line-height: 20px;
    }

    .graph-box01 {
        margin-top: 20px;
        clear: both;
    }

    .graph-box01-s {
        display: block;
        width: 100%;
    }

    .graph-bar01 {
        width: 100%;
    }

        .graph-bar01 img {
            height: 32px;
            margin-bottom: 8px;
        }

    .graph-text01 {
        width: 100%;
        float: left;
    }
}

@media (max-width: 420px) {
    .selcet-study select {
        width: 200px;
    }

    .title-big01 {
        line-height: 36px;
        font-size: 28px;
        padding: 20px 0px;
    }

    .tab-menu01 ul li {
        font-size: 12px;
        padding: 10px 5px;
        line-height: 16px;
    }

    .graph-title01 {
        font-size: 18px;
    }

    .graph-box01 {
        margin-top: 15px;
    }

    .graph-box01-s {
        width: 100%;
    }

    .graph-bar01 {
        width: 100%;
    }

        .graph-bar01 img {
            height: 32px;
            margin-bottom: 8px;
        }

    .graph-text01 {
        width: 100%;
        float: left;
    }

        .graph-text01 ul li:first-child {
            font-size: 14px;
            width: 60px;
        }
}

@media (max-width: 300px) {
    .title-big01 {
        line-height: 32px;
        font-size: 23px;
        padding: 20px 0px;
    }
}

/* id,pw 찾기 */
.idpw-find-table01 {
    border-top: solid 1px #d1d2d2;
    width: 100%;
    margin-top: 40px;
}

    .idpw-find-table01 ul {
        border-bottom: solid 1px #d1d2d2;
        display: -ms-flexbox;
        display: flex;
    }

        .idpw-find-table01 ul li:first-child {
            display: inline-block;
            font-weight: bold;
            background: #f9f9f9;
            width: 220px;
            line-height: 30px;
        }

        .idpw-find-table01 ul li {
            display: inline-block;
            width: calc(100% - 230px);
            padding: 10px 0px 10px 20px;
        }

            .idpw-find-table01 ul li select {
                height: 32px;
                line-height: 32px;
                padding-left: 8px;
                border: solid 1px #ccc;
                width: 60%;
                background: #fff;
            }

            .idpw-find-table01 ul li input {
                height: 32px;
                line-height: 32px;
                padding-left: 8px;
                border: solid 1px #ccc;
                width: 60%;
            }

            .idpw-find-table01 ul li span {
                color: #f66;
                font-size: 18px;
                font-weight: bold;
                padding-left: 30px;
            }

.idpw-find-btn01 {
    margin: 50px 0px;
    text-align: center;
}

    .idpw-find-btn01 input {
        border: none;
        color: #fff;
        font-size: 18px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        width: 30%;
        background: #a6a6a6;
        border-radius: 60px;
        cursor: pointer;
    }

        .idpw-find-btn01 input.green {
            background: #3aaf9f;
            margin-right: 20px;
        }

.idpw-find-text01 {
    padding-top: 35px;
    margin-bottom: -22px;
}

/* 회원가입 */
.join-select01 {
    border: solid 1px #d1d2d2;
    height: 56px;
    padding: 0px 20px;
    min-width: 200px;
}

    .join-select01 ul li {
        display: inline-block;
        padding-right: 20px;
        line-height: 56px;
        font-size: 16px;
    }

        .join-select01 ul li input {
            margin-top: 12px;
            margin-right: 8px;
        }

.join-table01 {
    border-top: solid 1px #d1d2d2;
    width: 100%;
    clear: both;
}

    .join-table01 ul {
        border-bottom: solid 1px #d1d2d2;
        display: -ms-flexbox;
        display: flex;
    }

        .join-table01 ul li:first-child {
            display: inline-block;
            font-weight: bold;
            background: #f9f9f9;
            width: 220px;
            line-height: 30px;
        }

        .join-table01 ul li {
            display: inline-block;
            width: calc(100% - 230px);
            padding: 10px 0px 10px 20px;
            vertical-align: top;
        }

            .join-table01 ul li select {
                height: 32px;
                line-height: 32px;
                padding-left: 8px;
                border: solid 1px #ccc;
                width: 60%;
                background: #fff;
            }

            .join-table01 ul li input {
                height: 32px;
                line-height: 32px;
                padding-left: 8px;
                border: solid 1px #ccc;
                width: 60%;
            }

            .join-table01 ul li textarea {
                border: solid 1px #ccc;
                display: block;
                width: 90%;
                padding: 15px;
                line-height: 18px;
                margin-top: 7px;
                height: 100px;
            }

            .join-table01 ul li input::-webkit-input-placeholder {
                color: #ccc;
                opacity: 1;
            }

            .join-table01 ul li input.join01 {
                width: 70px;
                background: #878787;
                color: #fff;
                border: none;
                border-radius: 4px;
                padding-left: 0px;
                text-align: center;
                margin-left: 5px;
                cursor: pointer;
            }

            .join-table01 ul li input.join02 {
                width: 34px;
                background: #fff;
                border: solid 1px #a6a6a6;
                border-radius: 4px;
                padding-left: 0px;
                text-align: center;
                margin-left: 5px;
                cursor: pointer;
                background-image: url(/Images/common/icon_plus.png);
                background-repeat: no-repeat;
                background-position: center;
            }

            .join-table01 ul li input.join03 {
                width: 34px;
                background: #fff;
                border: solid 1px #a6a6a6;
                border-radius: 4px;
                padding-left: 0px;
                text-align: center;
                margin-left: 5px;
                cursor: pointer;
                background-image: url(/Images/common/icon_minus.png);
                background-repeat: no-repeat;
                background-position: center;
                color: #fff;
            }

            .join-table01 ul li input.width90 {
                width: 90%;
            }

            .join-table01 ul li select.width150px {
                width: 150px;
            }

            .join-table01 ul li input.width100px {
                width: 100px;
            }

            .join-table01 ul li span {
                font-size: 12px;
                color: #777777;
                padding-left: 26px;
                background-image: url(/Images/common/icon_noti01.png);
                background-repeat: no-repeat;
                background-position: left 8px;
                display: block;
                clear: both;
                padding-top: 10px;
                margin-bottom: 10px;
                line-height: 14px;
            }

            .join-table01 ul li.text01 {
                padding-bottom: 0px;
            }

            .join-table01 ul li.text02 {
                padding: 14px 0px 14px 20px;
                line-height: 20px;
            }

            .join-table01 ul li input.radio01 {
                width: auto;
                height: auto;
                padding-left: 0px;
            }

.join-box-table01 {
    display: block;
    clear: both;
    padding-top: 8px;
    vertical-align: top;
}

.join-box01 {
    border: solid 1px #ccc;
    width: 60%;
    display: inline-block;
    padding: 10px;
}

    .join-box01 ul {
        border-bottom: dashed 1px #ccc;
    }

        .join-box01 ul:first-child {
            border-top: dashed 1px #ccc;
        }

        .join-box01 ul li {
            width: calc(100% - 30px);
            padding-left: 10px;
            line-height: 18px;
        }

            .join-box01 ul li:first-child {
                background: #fff;
                line-height: normal;
            }

            .join-box01 ul li input {
                height: auto;
                line-height: normal;
                width: auto;
                padding-left: 0;
            }

.join-box01-btn {
    display: inline-block;
    vertical-align: top;
}

.join-title01 {
    padding-top: 30px;
    clear: both;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    float: left;
}

.privacy-box01 {
    border: solid 1px #ccc;
    padding: 10px;
    height: 200px;
    clear: both;
    width: 100%;
}

    .privacy-box01 iframe {
        width: 100%;
        height: 180px;
        overflow-y: scroll;
    }

.privacy-text01 {
    line-height: 22px;
    width: 100%;
}

    .privacy-text01 span {
        padding-left: 20px;
    }

.privacy-title01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 10px;
}

.privacy-title02 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 10px;
}

.privacy-table01 {
    width: 98%;
    border: solid 1px #ccc;
    border-bottom: none;
    margin: 10px 0px;
    clear: both;
}

    .privacy-table01 tr td {
        padding: 7px;
        border-bottom: solid 1px #ccc;
        border-right: solid 1px #ccc;
        line-height: 20px;
    }

    .privacy-table01 tr th {
        background: #eee;
        padding: 7px 5px;
        border-bottom: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }

    .privacy-table01.center01 tr td {
        text-align: center;
    }

/* 회원탈퇴 */
.mem-delete01 {
    border: solid 1px #d1d2d2;
    padding: 20px;
    min-width: 200px;
    line-height: 20px;
    font-size: 16px;
    color: #f66;
}

/* 주문 */
.same-check01 {
    display: inline-block;
    float: right;
    text-align: right;
    padding-top: 25px;
    line-height: 30px;
}

@media (max-width: 980px) {
    .idpw-find-table01 ul li select {
        width: 90%;
    }

    .idpw-find-table01 ul li input {
        width: 90%;
    }

        .idpw-find-table01 ul li input.veri {
            width: 70%;
        }

    .idpw-find-btn01 input {
        width: 40%;
    }

    .idpw-find-table01 ul li span {
        padding-left: 10px;
    }

    .join-table01 ul li select {
        width: 90%;
    }

    .join-table01 ul li input {
        width: 90%;
    }

        .join-table01 ul li input.veri {
            width: 70%;
        }

    .join-table01 ul li select.veri {
        width: 80%;
    }

    .join-btn01 input {
        width: 40%;
    }

    .join-box01 {
        width: 80%;
    }
}

@media (max-width: 680px) {
    .idpw-find-table01 ul {
        border-bottom: none;
        display: block;
    }

        .idpw-find-table01 ul li {
            display: block;
            width: 100%;
            border-bottom: solid 1px #d1d2d2;
            display: -ms-flexbox;
            display: flex;
        }

            .idpw-find-table01 ul li:first-child {
                display: block;
                width: 100%;
                border-bottom: solid 1px #d1d2d2;
            }

    .idpw-find-btn01 input {
        font-size: 16px;
        height: 46px;
        line-height: 20px;
        vertical-align: middle;
        width: auto;
        padding: 0px 20px;
    }

    .join-select01 {
        height: 48px;
    }

        .join-select01 ul li {
            font-size: 15px;
            line-height: 48px;
        }

    .join-table01 ul {
        border-bottom: none;
        display: block;
    }

        .join-table01 ul li {
            display: block;
            width: 100%;
            border-bottom: solid 1px #d1d2d2;
            padding-left: 5px;
        }

            .join-table01 ul li:first-child {
                display: block;
                width: 100%;
                border-bottom: solid 1px #d1d2d2;
                padding-left: 15px;
            }

    .join-box01 ul {
        border-bottom: dashed 1px #ccc;
    }

        .join-box01 ul:first-child {
            border-top: dashed 1px #ccc;
        }

        .join-box01 ul li {
            width: calc(100% - 35px);
            padding-left: 10px;
            line-height: 18px;
            display: inline-block;
            border: none;
        }

            .join-box01 ul li:first-child {
                background: #fff;
                width: 30px;
                line-height: normal;
                display: inline-block;
                border: none;
            }

            .join-box01 ul li input {
                height: auto;
                line-height: normal;
                width: auto;
                padding-left: 0;
            }

    .idpw-find-btn01 {
        margin: 40px 0px;
    }
}

@media (max-width: 400px) {
    .join-select01 {
        padding: 0px 8px;
    }

        .join-select01 ul li {
            font-size: 13px;
            padding-right: 2px;
        }

            .join-select01 ul li input {
                margin-top: 10px;
                margin-right: 0px;
            }

    .join-table01 ul li input.join01 {
        width: auto;
        font-size: 11px;
        display: inline-block;
        padding-left: 5px;
    }

    .join-table01 ul li select.width150px {
        width: 98px;
    }

    .join-table01 ul li input.width100px {
        width: 72px;
    }

    .join-table01 ul li input.width200px { width: 200px; }

    .idpw-find-btn01 {
        margin: 30px 0px;
    }

        .idpw-find-btn01 input {
            font-size: 13px;
            height: 40px;
            vertical-align: middle;
            width: auto;
            padding: 0px 20px;
        }

            .idpw-find-btn01 input.green {
                margin-right: 10px;
            }

    .same-check01 {
        display: block;
        float: left;
        text-align: left;
        padding-top: 0px;
        line-height: 30px;
    }
}

@media (max-width: 320px) {
    .idpw-find-btn01 input {
        font-size: 12px;
        height: 40px;
        vertical-align: middle;
        width: auto;
        padding: 0px 10px;
    }

        .idpw-find-btn01 input.green {
            margin-right: 0px;
        }
}


/* 공통 */
.height10 {
    clear: both;
    height: 10px;
}

.height20 {
    clear: both;
    height: 20px;
}

.height40 {
    clear: both;
    height: 40px;
}

.sub-title01 {
    background: #666;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    padding: 16px 20px;
    font-size: 20px;
}

.sub-title02 {
    color: #000;
    font-weight: 600;
    text-align: left;
    10px;
    padding: 10px 0px;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 5px;
    clear: both;
}

    .sub-title02 ul li {
        color: #000;
        font-weight: 600;
        text-align: left;
        10px;
        font-size: 32px;
        5px;
        display: inline-block;
        width: 80%;
    }

        .sub-title02 ul li:last-child {
            width: 19%;
            text-align: right;
            font-weight: 300;
            font-size: 13px;
            color: #555;
        }

.cont-text01 {
    padding: 15px 5px;
    line-height: 20px;
    font-weight: bold;
}

.color-red01 {
    color: #f66;
    font-size: 16px;
}

.btn-green01 {
    border-radius: 80px;
    background: #3aaf9f;
    cursor: pointer;
    color: #fff;
    padding: 8px 30px;
    font-size: 15px;
}

.btn-green01-cont-text01 {
    padding-left: 10px;
    line-height: 18px;
}

.search01 {
    float: right;
    display: table;
    vertical-align: top;
}

    .search01 ul {
        display: table-row;
    }

        .search01 ul li {
            display: table-cell;
            text-align: right;
            vertical-align: middle;
            padding-right: 5px;
        }

            .search01 ul li:last-child {
                padding-right: 0px;
            }

            .search01 ul li select, input {
                border: solid 1px #ccc;
                height: 30px;
                line-height: 30px;
                padding: 0px 8px;
            }

            .search01 ul li input.search-btn01 {
                background-color: #838383;
                background-image: url(/Images/common/icon_search01.png);
                background-repeat: no-repeat;
                background-position: center;
                padding: 0px;
                border: none;
                width: 32px;
                border-radius: 3px;
                height: 29px;
                cursor: pointer;
            }

.table01 {
    border-top: solid 1px #000;
    clear: both;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

    .table01 tr th {
        background: #939393;
        color: #fff;
        font-weight: 600;
        padding: 15px 3px;
    }

    .table01 tr {
        border-bottom: solid 1px #ccc;
    }

        .table01 tr.on {
            cursor: pointer;
        }

            .table01 tr.on:hover {
                background: #f9f9f9;
            }

        .table01 tr:nth-of-type(even) {
            background: #f9f9f9;
        }

        .table01 tr td {
            padding: 12px 3px;
            text-align: center;
            line-height: 18px;
        }

            .table01 tr td.red {
                color: #f66;
            }

    .table01 ul {
        border-bottom: solid 1px #ccc;
        display: table-row;
    }

        .table01 ul li {
            display: table-cell;
            padding: 16px 5px;
            text-align: center;
            vertical-align: middle;
        }

            .table01 ul li:first-child {
                width: 50px;
            }

            .table01 ul li:nth-child(3) {
                width: 20%;
            }

        .table01 ul:first-child {
            background: #f9f9f9;
        }

            .table01 ul:first-child li {
                font-weight: bold;
                text-align: center;
            }

    .table01 tr td a {
        text-decoration: none;
    }

        .table01 tr td a:hover {
            color: #3aaf9f;
        }

    .table01 tr td select {
        border: solid 1px #ccc;
        padding: 5px;
    }

.paging01 {
    text-align: center;
    padding: 20px 0px;
}

    .paging01 ul li {
        display: inline-block;
        font-size: 13px;
        padding: 9px 12px;
        border: solid 1px #ccc;
        margin: 0px 1px;
        border-radius: 3px;
        cursor: pointer;
    }

        .paging01 ul li:hover {
            color: #40c6a7;
        }

        .paging01 ul li.on {
            background: #40c6a7;
            color: #fff;
            border: solid 1px #40c6a7;
        }

.btn-green02 {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background: #40c6a7;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 4px;
}

.btn-plus01 {
    width: 34px;
    background: #fff;
    border: solid 1px #a6a6a6;
    border-radius: 4px;
    padding-left: 0px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
    background-image: url(/Images/common/icon_plus.png);
    background-repeat: no-repeat;
    background-position: center;
}

.btn-minus01 {
    width: 34px;
    background: #fff;
    border: solid 1px #a6a6a6;
    border-radius: 4px;
    padding-left: 0px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
    background-image: url(/Images/common/icon_minus.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 980px) {
    .btn-green01 {
        font-size: 14px;
        padding: 6px 20px;
    }

    .table01 thead {
        display: block;
    }

    .table01 tbody {
        display: block;
    }

    .table01 th {
        display: block;
    }

    .table01 td {
        display: block;
    }

    .table01 tr {
        display: block;
    }

    .table01 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table01 tr td {
        position: relative;
        padding-left: 35%;
        text-align: left;
        border-bottom: dotted 1px #ccc;
        vertical-align: middle;
    }

        .table01 tr td:before {
            position: absolute;
            font-weight: bold;
            left: 15px;
            width: 30%;
            border-right: solid 1px #ccc;
            vertical-align: middle;
            white-space: nowrap;
        }

    @media (max-width: 720px) {
        .search01 {
            clear: both;
            display: table;
            margin-top: 10px;
        }

            .search01 ul {
                display: table-row;
            }

                .search01 ul li {
                    display: table-cell;
                    text-align: left;
                    vertical-align: middle;
                    padding-right: 5px;
                }

                    .search01 ul li:last-child {
                        padding-right: 0px;
                    }

                    .search01 ul li select, input {
                        border: solid 1px #ccc;
                        height: 30px;
                        line-height: 30px;
                        padding: 0px 8px;
                        font-size: 13px;
                    }

        .btn-green01-cont-text01 {
            padding-left: 0px;
            line-height: 18px;
            padding-top: 15px;
            display: block;
            margin-bottom: 0px;
        }

        .sub-title02 ul li {
            font-size: 22px;
        }
    }

    @media (max-width: 600px) {
        .table01 tr td {
            position: relative;
            padding-left: 45%;
            text-align: left;
            border-bottom: dotted 1px #ccc;
            vertical-align: middle;
        }

            .table01 tr td:before {
                position: absolute;
                font-weight: bold;
                left: 15px;
                width: 37%;
                border-right: solid 1px #ccc;
                vertical-align: middle;
                white-space: nowrap;
                font-size: 13px;
            }
    }

    @media (max-width: 400px) {
        .search01 {
            clear: both;
            display: block;
            margin-top: 10px;
            float: left;
        }

            .search01 ul {
                display: table-row;
            }

                .search01 ul li {
                    display: inline-block;
                    text-align: left;
                    vertical-align: middle;
                    padding-right: 5px;
                }

                    .search01 ul li:first-child {
                        display: block;
                    }

                    .search01 ul li select, input {
                        border: solid 1px #ccc;
                        height: 30px;
                        line-height: 30px;
                        padding: 0px 8px;
                        font-size: 13px;
                    }

                    .search01 ul li input.search-btn01 {
                        line-height: 31px;
                        margin-top: 2px;
                    }

        .paging01 ul li {
            margin: 0px 0px;
            padding: 7px 9px;
        }
    }

    @media (max-width: 300px) {
        .table01 tr td {
            position: relative;
            padding-left: 50%;
            text-align: left;
            border-bottom: dotted 1px #ccc;
            vertical-align: middle;
        }

            .table01 tr td:before {
                position: absolute;
                font-weight: bold;
                left: 12px;
                width: 40%;
                vertical-align: middle;
                white-space: nowrap;
                font-size: 12px;
                border-right: none;
            }

        .paging01 ul li {
            margin: 0px 0px;
            padding: 5px 5px;
        }
    }
