@charset "UTF-8";

body * {
    font-family: 'Nanum Gothic', serif;
    box-sizing: border-box;
}

main {
    display: block;
    padding: 4% 0;
    margin: 0
}

main:after {
    display: block;
    clear: both;
    content: ""
}

.menu-tab {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    justify-content: start;
}

.tab1 {
    background: #105C87;
    border-radius: 10px 0px 0px 0px
}

.tab2 {
    background: #0492AC;
    border-radius: 0px 10px 0px 0px
}

.tab {
    flex: 1 1 50%;
}

.tab a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1em;
    font-weight: 600;
    padding: 12px 0
}

.tab1 a:hover {
    background: #0d4c6e;
}

.tab2 a:hover {
    background: #027f97;
}

.tab .row {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: stretch;
    font-weight: 600
}

.tab-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    flex: 1 1;
    padding: 12px 0;
}

.tab-link {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    flex: 1 1;
    padding: 0 0
}

.tab-link:last-child {
    border-right: 0
}

.al {
    text-align: left !important;
}

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

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

.pb-16px {
    padding-bottom: 8px;
}

.btn-area {
    padding: 24px 0
}

.btn,
a.btn {
    width: auto;
    min-width: 120px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 600
}

.btn-blue {
    background: #3A7DA1;
    color: #fff;
    border: 1px solid #3A7DA1
}

.btn-blue:hover {
    background: #2e637e;
}

.btn span {
    display: block;
    width: 16px;
    height: 38px;
    line-height: 34px;
    position: relative;
    margin-left: 16px;
    float: right;
}

.lists {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;

}

.lists li {
    padding: 0;
    margin: 12px 0;
    display: flex;
    justify-content: stretch;
    align-items: start;

}



.lists li .image {
    flex: 0 0 375px;
    height: 250px;
    overflow: hidden;
}

.lists li .image img {
    width: 100%;
}

.lists li .info {
    flex: 1 1;
    border: 8px solid #ececec;
    padding: 16px
}

.lists li .title {
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 16px;
}

h1 {
    position: relative;
}

h1 span {
    font-size: 0.6em;
    position: absolute;
    bottom: 0;
    right: 0
}

h1 span strong {
    color: #EC4444
}

/* page style */
.page-wrapper {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 16px 0 32px 0;
}

.page-wrapper a {
    text-decoration: none;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #fff;
    text-align: center;
    padding: 0 10px;
    margin: 1px;
    color: #1d1d1d;
    border-radius: 3px;
}

.page-wrapper a.on {
    background: #124474;
    color: #fff;
}

.kit-order {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}

.content-info {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
}

.content-info .image {
    flex: 0 0 375px;
    height: 250px;
    overflow: hidden;
}

.content-info .image img {
    width: 100%;
}

.content-info .info {
    flex: 1 1;
    border: 8px solid #ececec;
    padding: 16px;
}

.content-info .subject {
    font-weight: 600;
    font-size: 1.2em;
    text-align: left;
}

.content-info td {
    vertical-align: top;
    text-align: left;
    padding: 4px;
    line-height: 160%;
}

.content-info th {
    font-weight: 600;
    padding: 4px;
    vertical-align: top
}

.fullscreen {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 80%;
    max-width: 400px;
}

.fullscreen h1 {
    text-align: center;
    font-weight: 800;
}

.login-form {
    width: 100%;
    margin: 0px auto;
    background: #ffffff;
    padding: 30px
}

.login-form p {
    font-size: 0.9em;
    color: #4d4d4d;
    line-height: 140%;
}

.login-form .row {
    text-align: left;
    padding-top: 8px;
    position: relative
}

.login-form .row label {
    display: inline-block;
    font-size: 0.8em;
    color: #1d1d1d;
    padding: 0 0 2px 8px;
    position: absolute;
    margin: 8px 0px;
    height: 36px;
    line-height: 36px;
    top: 0;
    left: 0;
    border-left: 3px solid #124474;
    width: 80px;
}

.login-form .row span {
    display: block;
}

.login-form input {
    background: #efefef;
    border: 1px solid #efefef;
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.02);
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 70px
}

.login-form button {
    background: #124474;
    color: #fff;
    width: 100%;
    height: 36px;
    line-height: 34px;
}

.frm-input {
    height: 32px;
    line-height: 30px;
    border: 1px solid #BEC2C7;
    padding: 0 8px;
}

.frm-input:focus {
    outline: none;
    border: 1px solid #124474;
    background: #ECF0F4
}

.frm-input:read-only {
    background: #efefef;
}

.select-form {
    height: 32px;
    line-height: 30px;
    border: 1px solid #BEC2C7;
    padding: 0 8px
}

.kit-form {
    padding-top: 20px;
}

.kit-form table {
    padding: 0;
    border-spacing: 0;
    width: 100%
}

.kit-form table td,
.kit-form table th {
    padding: 8px;
    border-bottom: 1px solid #efefef;
    text-align: left;
}

.kit-form table th {
    border-right: 1px solid #efefef;
    width: 200px;
    text-align: center
}

span.require {
    color: #EC4444
}

.kit-form table tr:first-child td,
.kit-form table tr:first-child th {
    padding: 8px;
    border-top: 2px solid #2d2d2d;
}

#schoolCode {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.input-search-list {
    width: 100%;
}

.search-list {
    height: auto;
    max-height: 282px;
    overflow-y: auto;
    position: absolute;
    background: #ffffff;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    border-bottom: 1px solid #dfdfdf
}

.search-list li {
    border: 1px solid #dfdfdf;
    border-top: 0;
    border-bottom: 0;
    padding: 0 8px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis
}

.search-list li:hover,
.search-list li.on {
    background: #e6eef8
}

.search-list li:first-child {
    border-top: 1px solid #e4edf8;
}

.btn-large {
    height: 38px;
    line-height: 36px;
    padding: 0 16px;
    font-size: 14px
}

.btn-large1 {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    font-size: 14px;
    background: #0492ac;
    border: 1px solid #0492ac;
    margin-right: 4px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -1px;
    text-align:center;

}
.btn-large1.btn-order {background:#176CFF;}
.btn-large1.btn-order:hover {background:#176CFF;}
.btn-large1:hover {
    text-decoration: none;

}



.btn-large1 span {
    width: 20px;
    text-align: right;

}

.list-btn-area {
    display: flex;
    justify-content: start;

}

.list-btn-area .flex-1 {
    flex: 0 0 33.3%;
}

.list-btn-area .flex-2 {
    flex: 0 0 33.3%;
}

.list-btn-area .flex-3 {
    flex: 0 0 33.3%;
}


.btn-basic {
    background: #024DA1;
    color: #fff;
    border: 1px solid #024da1;
}

.btn-basic:hover {
    background: #0667d1;
}

.btn-white {
    background: #ffffff;
    color: #2d2d2d;
    border: 1px solid #024DA1;
}

.btn-white:hover {
    background: #efefef;
}

.btn-download {
    padding: 0 16px;
}

.content-wrap {
    background: #fff;
    width: 90%;
    max-width: 1280px;
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    text-align: center;
    padding: 4%
}

.content-wrap:after {
    clear: both;
    content: "";
    display: block;
}

.complete a {
    display: inline-block;
    line-height: 46px;
    height: 46px;
    padding: 0 40px;
    text-decoration: none
}

.complete a.mypage {
    background: #024DA1;
    color: #fff;
    font-weight: 600
}

.complete a.mypage:hover {
    background: #124474
}

.complete a.list {
    background: #273346;
    color: #fff;
    font-weight: 600
}

.complete a.list:hover {
    background: #1d1d1d;
}

.title-small {
    text-align: center;
}

.title-line {
    height: 3px;
    background: #000;
    width: 30px;
    overflow: hidden;
    margin: 20px auto;
}

.title-big {
    font-size: 1.8em;
    color: #69696B;
    text-align: center;
    padding-bottom: 4%
}

.kit-list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 0.9em;
}

.kit-list thead th {
    border: 1px solid #DADADA;
    background: #F2F2F2;
    padding: 12px 0;
}

.kit-list tbody td {
    padding: 12px;
    text-align: center;
    border: 1px solid #DADADA
}

.kit-detail {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 1em;
    width: 100%;
}

.kit-detail tbody th {
    background: #f2f2f2;
    padding: 12px;
    border: 1px solid #dfdfdf;
    text-align: center;
}

.kit-detail tbody td {
    padding: 12px;
    border: 1px solid #dfdfdf;
    text-align: left;
}

.btn-state {
    width: 50px;
    font-size: 0.8em;
    display: inline-block;
    padding: 2px 0;
    text-align: center;
    margin: 2px;
    border-radius: 5px
}

.ORDER {
    background: #B2DC00;
    border: 1px solid #B2DC00;
    color: #fff;
}

.CONFIRM {
    background: #124474;
    border: 1px solid #124474;
    color: #fff;
}

.END {
    background: #E6B800;
    border: 1px solid #E6B800;
    color: #fff;
}

.CANCEL {
    background: #BFBFBF;
    border: 1px solid #BFBFBF;
    color: #fff;
}

.auth-end {
    text-decoration: line-through;
    color: #9d9d9d
}

.mobile {
    display: none;
}

.pc {
    display: block;
}

.pc-flex {
    display: flex;
}

.kit-guide {
    border-top: 1px dashed #aeaeae;
    padding: 20px 0;
    font-size: 1em;
}

.kit-guide h4 {
    text-align: center;
    font-size: 1.6em;

}

.kit-guide h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 16px 0;


}

.kit-guide ol.ol-num {
    padding-left: 20px;

    font-weight: 600;
}

.kit-guide ol.ol-num>li {
    padding: 16px 0;
}

.kit-guide ol.ol-num>li::marker {
    font-size: 20px;
}

.kit-guide ol.ol-ko {
    list-style-type: hangul;
    font-size: 1em;
    font-weight: 400;
    padding-left: 20px;
}

.kit-guide ol.ol-ko li {
    padding: 4px 0;
}

.kit-guide .ol-desc {
    line-height: 1.4;
    padding: 8px 0;
}

.kit-guide .ol-desc p {
    padding: 2px 0;
    font-weight: 400;
}

.kit-guide ol.ol-num-custom {
    list-style-type: demical;
    padding-left: 20px;
}

.kit-guide ol.ol-num-custom li {
    counter-increment: section;
}

.kit-guide ol.ol-num-custom li::marker {
    content: counter(section) ") ";
}

.kit-guide table.kit-table thead th {
    background: #e3eaf3;
    font-size: 1em;
    font-weight: 600;
}

.kit-guide table.kit-table thead th {
    background: #e3eaf3;
    font-size: 1em;
    font-weight: 600;
    border: 1px solid #dfdfdf;
    padding: 8px 0;
    text-align: center;
}

.kit-guide table.kit-table tbody td {

    font-size: 1em;
    font-weight: 500;
    border: 1px solid #dfdfdf;
    padding: 8px 0;
    text-align: center;
}



@media(max-width: 1110px) {
    .lists li .image {
        flex: 1 1;
        display: flex;
        align-items: center;
    }

    .lists li .info {
        flex: 2 2
    }
}

@media(max-width: 1024px) {
    .lists li {
        flex-wrap: wrap;
    }

    .lists li .image {
        flex: 0 0 100%;
        height: auto;
    }

    .lists li .info {
        flex: 0 0 100%;
    }
}

@media(max-width: 710px) {
    .pc {
        display: none;
    }

    .pc-flex {
        display: none;
    }

    .mobile {
        display: block;
    }

    .list-btn-area {
        flex-wrap: wrap;
    }

    .list-btn-area .btn-large1 {
        flex: 0 0 100%;
        margin: 4px 0 4px 0;
        text-align: left;
        justify-content: space-between;
    }

    .list-btn-area .btn-large1 span {
        float: right;
    }
}