/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 16px;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto,
        "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    color: #1f2022;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

input,
textarea,
select {
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    outline: none;
    color: inherit;
    line-height: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

strong,
b {
    font-weight: 800;
}

button {
    font-family: inherit;
    letter-spacing: inherit;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0 none;
    box-shadow: none;
    border-radius: 0;
    color: inherit;
}

.blind {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    line-height: 0;
    clip: rect(0, 0, 0, 0);
}

* {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}

.modal-box::-webkit-scrollbar {
    width: 10px;
}

.modal-box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .4);
    border-radius: 0;
}

.modal-box::-webkit-scrollbar-track {
    background-color: #eee;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../fonts/Pretendard-Black.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../fonts/Pretendard-ExtraBold.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../fonts/Pretendard-Bold.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../fonts/Pretendard-SemiBold.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../fonts/Pretendard-Medium.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../fonts/Pretendard-Regular.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../fonts/Pretendard-Light.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../fonts/Pretendard-ExtraLight.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../fonts/Pretendard-Thin.subset.woff2') format('woff2');
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

h2.title {
    font-size: 44px;
    font-weight: 800;
}

h3.title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}

h4.title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.title-desc {
    font-size: 20px;
    font-weight: 500;
    color: #6E6E73;
    line-height: 1.3;
}

.font-red {
    color: #EB4D4D;
}

.font-blue {
    color: #167EE2;
}

.font-line {
    background-color: #C6E7FF;
}

.font-underline {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 40px;
    }

}

@media screen and (max-width: 860px) {
    .container {
        padding: 0 30px;
    }

    h2.title {
        font-size: 34px;
    }

    h3.title {
        font-size: 23px;
    }

    .title-desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 540px) {
    html {
        font-size: 14px;
    }

    .container {
        padding: 0 20px;
    }

    h2.title {
        font-size: 30px;
    }

    h3.title {
        font-size: 20px;
    }

    h4.title {
        font-size: 16px;
    }

    .title-desc {
        font-size: 17px;
    }
}

/* 영상 */
.video-wrap {
    margin: 0 -30px 20px;
}

.video-wrap .video-area {
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
}

.video-wrap .video-area .video-bx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap .video {
    width: 100%;
    height: 100%;
}

/* modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal.active {
    display: block;
    opacity: 1;
    z-index: 99999;
}

.modal .modal-inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    min-height: 100%;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.modal .modal-box {
    position: relative;
    margin: 0px auto;
    max-width: 460px;
    width: 100%;
}

.modal .modal-box.large {
    max-width: 790px;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
}

.modal .modal-box.large .modal-header {
    background-color: #FFF;
    padding: 30px 30px 0 30px;
}

.modal .modal-box .modal-header .modal-title {
    font-size: 24px;
    font-weight: 600;
}

.modal .modal-box.large .modal-body {
    padding: 30px 30px 0;
}

.modal .modal-box .modal-body {
    background: #fff;
    position: relative;
}

.modal .modal-box .sigPad .modal-body {
    padding: 10px 15px 0;
}

.modal .modal-box .modal-body h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.modal .modal-box .modal-body .table-conts {
    overflow-x: auto;
}

.modal.alert-modal .modal-box .modal-body p {
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
}

.modal .modal-box .modal-footer {
    background: #FFF;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-box .modal-footer .button.line {
    flex: inherit;
}

.modal .modal-box .modal-footer .button {
    flex: 1;
    margin: 0 .2rem;
    padding: .9375rem 1.25rem;
}

.modal .modal-box .btn-close {
    background: url(../images/x-b.svg?ver=250528) 50% 50% no-repeat;
    background-size: 24px auto;
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 22px;
}

.modal .modal-box .sigPad .btn-close {
    background: url(../images/x.svg?ver=250528) 50% 50% no-repeat;
    background-size: 24px auto;
    right: -10px;
    top: -40px;
}

.modal .modal-box .table th,
.modal .modal-box .table td {
    padding: 13px;
    line-height: 1.2;
}

.modal .modal-box .table td small {
    font-size: 12px;
}

.modal .modal-box dl.tip-box {
    background-color: #E8F5FF;
    padding: 20px 30px;
    margin: 0 -30px;
}

.modal .modal-box dl.tip-box dt {
    font-weight: 600;
}

.modal .modal-box dl.tip-box dd {
    font-size: 15px;
    padding-top: 10px;
    line-height: 1.35;
}

.modal .modal-box .notice {
    margin-top: 20px;
    font-size: 15px;
}

.modal .modal-box .notice ul li {
    padding: 4px 0;
}


/*사인하기*/
.modal .modal-box .sigPad {
    width: 340px;
    margin: 0 auto;
}

.modal .modal-box .sigPad .modal-body p.drawItDesc {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding: 10px 0 10px;
}

.modal .modal-box .sigPad .sigWrapper,
.modal .modal-box .sigPad .typed {
    width: 100%;
    max-width: 300px;
    height: 150px;
    position: relative;
}

.modal .modal-box .sigPad .pad {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* header+footer */
.header .header-inner {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    max-height: 76px;
    padding: 20px 0;
}

.header .header-inner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-inner h1 {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background: url(../images/logo-dongsim.svg) 50% 50% no-repeat;
    width: 122px;
    height: 36px;
    background-size: 100% auto;
}

.header .header-inner .header-utils {
    display: inline-block;
    text-align: right;
}

.header .header-inner .header-utils>* {
    margin-left: 20px;
    font-size: 15px;
    font-weight: 600;
}

.header .header-inner .header-utils .myinfo {
    color: #167EE2;
    font-weight: 400;
}

.header .header-inner .header-utils .btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.header .header-inner .header-utils .btn::after {
    content: '';
    background: url(../images/btn-circle-arrow.svg) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    margin-left: 5px;
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.footer .copy {
    font-size: 13px;
    font-weight: 300;
    color: #BBBBBE;
    text-align: center;
    padding: 20px 0;
}

.footer .logo-list {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .logo-list>* {
    padding: 0 17px;
}

.footer .logo-list .dongsim {
    width: 97px;
    height: auto;
}

.footer .logo-list .kinder {
    width: 77px;
    height: auto;
}

.footer .logo-list .may {
    width: 29px;
    height: auto;
}

@media screen and (max-width: 540px) {
    .header .header-inner h1 {
        width: 102px;
        height: 30px;
    }

    .header .header-inner .header-utils>* {
        font-size: 14px;
        margin-left: 15px;
        text-align: right;
    }

    .header .header-inner .header-utils .myinfo {
        padding-bottom: 3px;
        display: block;
        font-size: 12px;
    }

    .header .header-inner .header-utils .btn::after {
        width: 16px;
        height: 16px;
    }

    .footer .copy {
        font-size: 11px;
        padding: 15px 0;
    }

    .footer .logo-list {
        padding: 15px 0;
    }

    .footer .logo-list>* {
        padding: 0 10px;
    }

    .footer .logo-list .dongsim {
        width: 77px;
    }

    .footer .logo-list .kinder {
        width: 57px;
    }

    .footer .logo-list .may {
        width: 19px;
    }

    .modal .modal-inner {
        width: calc(100%);
        margin: 0;
    }

    .modal .modal-box.large .modal-header {
        padding: 20px 20px 0 20px;
    }

    .modal .modal-box .btn-close {
        background-size: 18px auto;
        right: 10px;
        top: 9px;
    }

    .modal .modal-box .modal-header .modal-title {
        font-size: 19px;
    }

    .modal .modal-box.large .modal-body {
        padding: 20px 20px 0;
    }

    .modal .modal-box .modal-body h3 {
        font-size: 15px;
    }

    .modal .modal-box .table th,
    .modal .modal-box .table td {
        padding: 10px;
        font-size: 13px;
    }

    .modal .modal-box dl.tip-box {
        margin: 0 -20px;
        padding: 20px;
    }

    .modal .modal-box dl.tip-box dd {
        font-size: 13px;
    }

    .modal .modal-box dl.tip-box dd>br {
        display: none;
    }

    .modal .modal-box .notice {
        font-size: 13px;
        line-height: 1.3;
    }

    .video-wrap {
        margin: 0 -20px 20px;
    }
}

/* main 공통요소 */
.main {
    padding-bottom: 100px;
}

.main h2.title {
    padding-top: 74px;
}

.progress {
    margin-top: 50px;
}

.progress ul {
    display: flex;
    margin: 0 -2px;
}

.progress ul li {
    width: calc(20% - 2px);
    margin: 0 2px;
}

.progress ul li .bar {
    display: block;
    padding-bottom: 10px;
    color: #BBBBBE;
    border-bottom: 5px solid #E4E6EA;
}

.progress ul li.active .bar {
    font-weight: 700;
    color: #167EE2;
    border-bottom: 5px solid #167EE2;
}

.progress-type2 {
    margin: 20px 0 40px;
}

.progress-type2 ul {
    display: flex;
    margin-left: 1px;
}

.progress-type2 ul li {
    width: calc(25%);
    border: 1px solid #C8C8C8;
    margin-left: -1px;
    padding: 16px 0;
    color: #BBBBBE;
}

.progress-type2 ul li .number-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.progress-type2 ul li .number-step::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    margin-bottom: 5px;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
}

.progress-type2 ul li:nth-child(1) .number-step::before {
    content: '1';
}

.progress-type2 ul li:nth-child(2) .number-step::before {
    content: '2';
}

.progress-type2 ul li:nth-child(3) .number-step::before {
    content: '3';
}

.progress-type2 ul li:nth-child(4) .number-step::before {
    content: '4';
}

.progress-type2 ul li.active {
    border: 1px solid #1D1D1F;
    background-color: #1D1D1F;
    color: #fff;
}

.progress-type2 ul li.active .number-step::before {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1D1D1F;
}

.progress-type2 ul li.previous {
    border: 1px solid #1D1D1F;
    color: #1D1D1F;
}

.progress-type2 ul li.previous .number-step::before {
    border: 1px solid #1D1D1F;
    background: #1D1D1F url(../images/ic-check-w.svg) no-repeat 50% 50%;
    background-size: 10px auto;
    color: #FFF;
    content: '' !important;
}

.Schoolyear {
    margin-top: 50px;
    border: 1px solid #1D1D1F;
    padding: 20px 0;
    box-sizing: border-box;
}

.Schoolyear .title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.myinfo-area {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.myinfo-area dl {
    display: flex;
    justify-content: center;
}

.myinfo-area dl>* {
    padding: 2px;
}

.title-area {
    margin: 50px 0;
    display: flex;
    align-items: flex-start;
}

.title-area .utils {
    margin-left: auto;
}

.brand-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.brand-title .happy,
.brand-title .happy0to2,
.brand-title .happy3to5 {
    height: 62px;
    width: auto;
}

.brand-title .language {
    width: auto;
    height: 42px;
}

.brand-title .music {
    width: auto;
    height: 39px;
}

.brand-title .plus {
    width: auto;
    height: 45px;
}

.brand-title .kmom {
    height: 55px;
    width: auto;
}

.brand-title .kmagic {
    height: 45px;
    width: auto;
}

.brand-title .kpalette {
    height: 68px;
    width: auto;
}

.brand-title .asset {
    height: 49px;
    width: auto;
}

.brand-title .project {
    height: 70px;
    width: auto;
}

.brand-title .high {
    height: 41px;
    width: auto;
}

.brand-title .today {
    height: 39px;
    width: auto;
}

.brand-title .doo {
    height: 66px;
    width: auto;
}

.brand-title .cedu {
    height: 51px;
    width: auto;
}

.brand-title .jelly {
    height: 38px;
    width: auto;
}

.brand-title .nori {
    height: 47px;
    width: auto;
}

.brand-title .jjak {
    height: 49px;
    width: auto;
}

.section-conts {
    padding-top: 50px;
    border-top: 1px solid #E4E6EA;
}

.section-conts h4.title {
    margin-bottom: 15px;
}

.section-conts .guide-list-box {
    margin-bottom: 30px;
}

.guide-list {
    padding-top: 10px;
}

.guide-list.point li span {
    background-color: #fff1ef;
    padding: 7px 11px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #FF5436;
    font-weight: 500;
}

.guide-list li {
    font-size: 17px;
    padding: 2px 0;
    line-height: 1.2;
}

.guide-list-sub {
    padding-top: 5px;
}

.guide-list-sub li {
    font-size: 14px;
    padding: 2px 0;
    color: #6E6E73;
    line-height: 1.2;
}

.guide-list-box {
    margin-top: 15px;
    background-color: #f9f9f9;
    padding: 20px 25px;
}

.guide-list-box li {
    font-size: 14px;
    padding: 2px 0;
    line-height: 1.2;
}

.history {
    font-size: 15px;
    color: #167EE2;
    text-align: center;
    padding-top: 20px;
}

.input-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

.input-item {
    width: 47.823%;
    margin-bottom: 40px;
}

.input-item .input-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.86;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}

.input-item .input {
    width: 100%;
    height: 48px;
    font-size: 16px;
    padding: 11px 16px;
    border: 1px solid #E4E6EA;
}

.input-item.type-full {
    width: 100%;
    position: relative;
}

.input-item.type-full .button {
    position: absolute;
    right: 0;
    top: -11px;
}

.input-group {
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: space-between;
}

.input-group .input,
.input-file .input {
    flex: 1;
    border-right: 0 !important;
}

.input-select[readonly],
.input-select.readonly,
.input-select[disabled],
.input-select.disabled {
    color: #aaa;
}

.input-checkbox[disabled] {
    background-color: #eee;
}

.input-group .btn,
.input-file .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 100px;
    border: 1px solid #E4E6EA;
    cursor: pointer;
}

.input-group .btn.active {
    border: 1px solid #167EE2;
    color: #167EE2;
}

.input-group .input-select {
    width: 48%;
}

.input-group.area .input-select {
    width: 23.5%;
}

.input-group.area .input-bg-box {
    background-color: #F9F9F9;
    width: calc(74% - 40px);
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
}

.input-group.area .label-checkbox-group {
    padding: 20px 0;
}

.label-checkbox-group {
    display: flex;
    flex-wrap: wrap;
}

.label-checkbox {
    display: flex;
    align-items: center;
    margin: 7px;
}

.label-checkbox .label {
    font-size: 14px;
}

.input-checkbox {
    background-image: url(../images/ic-checkbox.svg);
}

.input-checkbox:checked {
    background-color: #1D1D1F;
    border-color: #1D1D1F;
}

.label-checkbox .input-checkbox {
    margin-right: 5px;
}

.input-checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #E4E6EA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-color: #fff;
}

.input-file {
    display: flex;
    position: relative;
}

.input-file-box {
    flex: 1;
    position: relative;
}

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

.input-file-delete {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #BBBBBE;
    text-indent: -9999px;
}

.input-file-delete:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url(../images/ic-delete.svg) no-repeat center;
    background-size: 8px auto;
    transform: translate(-50%, -50%);
    content: "";
}

.input-select {
    width: 100%;
    height: 48px;
    font-size: 16px;
    padding: 11px 16px;
    border: 1px solid #E4E6EA;
    background: #fff url(../images/ic-dropdown.svg) right 20px top 50% no-repeat;
}

.input-group.select {
    background-color: #F9F9F9;
    padding: 0 30px;
    flex-direction: column;
    margin-top: 20px;
}

.input-group.select .select-area {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    padding: 20px 0;
    border-top: 1px solid #E4E6EA;
}

.input-group.select .select-area:first-child {
    border-top: 0;
}

.input-group.select .select-area li {
    width: calc(32% - 10px);
    margin: 10px;
}

.input-group.select .input-select {
    width: 100%;
}

.input-group.select .select-list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.input-group.select .select-list .list-item {
    position: relative;
    padding-right: 35px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.input-group.select .select-list .list-item>button {
    font-size: 14px !important;
}

.input-textarea {
    width: 100%;
    border: 1px solid #C8C8C8;
    padding: 20px;
    font-size: 18px;
    resize: none;
}

.incheckbox {
    margin-left: -7px;
    padding-top: 10px;
}

.inform {
    border: 1px solid #E4E6EA;
    box-sizing: border-box;
    padding: 26px 30px;
}

.inform .list li {
    font-size: 15px;
    padding: 4px;
    line-height: 1.2;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1D1D1F;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 20px;
    color: #fff;
    line-height: 1;
}

.button.outline {
    background-color: #fff;
    color: #1D1D1F;
    box-shadow: 0 0 0 1px #1D1D1F inset;
}

.button.light {
    background-color: #fff;
    color: #1D1D1F;
    box-shadow: 0 0 0 1px #E4E6EA inset;
}

.button:hover {
    background-color: #167EE2;
}

.button.outline:hover,
.button.light:hover {
    color: #167EE2;
    box-shadow: 0 0 0 1px #167EE2 inset;
    background-color: #fff;
}

.button.large {
    font-size: 17px;
    font-weight: 700;
    min-width: 240px;
    padding: 22px 45px;
}

.button-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-area>.button {
    margin: 0 10px;
}

.complete-box {
    background-color: #F9F9F9;
    margin: 50px 0;
    padding: 60px;
}

.complete-box p {
    font-size: 17px;
    line-height: 1.4;
    padding-top: 30px;
}

i.play {
    background: url(../images/ic-play.svg) 50% 50% no-repeat;
    width: 8px;
    height: 10px;
    background-size: 100% auto;
    display: block;
    margin-right: 5px;
}

.table-area {
    margin: 10px 0 60px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table th {
    background-color: #F9F9F9;
    border: 1px solid #C8C8C8;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 20px;
    text-align: left;
    vertical-align: middle;
}

.table td {
    font-size: 18px;
    border: 1px solid #C8C8C8;
    padding: 18px;
    vertical-align: middle;
}

.table.center th,
.table.center td {
    text-align: center;
}

.table.fixed {
    table-layout: fixed;
}

.table .btn {
    font-size: 13px;
    box-shadow: 0 0 0 1px #C8C8C8 inset;
    padding: 6px 11px;
    background-color: #fff;
}

.table .btn.dark {
    background-color: #1D1D1F;
    box-shadow: 0 0 0 1px #1D1D1F inset;
    color: #fff;
}

.table .btn.blue {
    background-color: #167EE2;
    box-shadow: 0 0 0 1px #167EE2 inset;
    color: #fff;
}


.table .disabled td {
    background-color: #eee;
}

.table td.disabled {
    background-color: #eee;
}

.table td.thead {
    background-color: #F9F9F9;
    border: 1px solid #C8C8C8;
    font-size: 15px;
    font-weight: 700;
}

.table td .block {
    display: block;
    padding-bottom: 10px;
}

.table td .block:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 860px) {
    .input-group.select .select-area li {
        width: calc(32% - 5px);
        margin: 5px;
    }

    .complete-box p {
        font-size: 15px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 540px) {
    .main {
        padding-bottom: 60px;
    }

    .main h2.title {
        padding-top: 40px;
    }

    .progress {
        margin-top: 40px;
    }

    .progress ul li {
        width: inherit;
        flex-grow: 1;
        margin: 0 1px;
    }

    .progress ul li .bar {
        border-bottom: 3px solid #E4E6EA;
        font-size: 13px
    }

    .progress ul li.active .bar {
        border-bottom: 3px solid #167EE2;
    }

    .progress-type2 {
        margin: 10px 0 25px;
    }

    .progress-type2 ul li {
        padding: 8px 0;
    }

    .progress-type2 ul li .number-step {
        font-size: 13px;
    }

    .progress-type2 ul li .number-step::before {
        width: 16px;
        height: 16px;
        line-height: 16px;
    }

    .Schoolyear {
        margin-top: 40px;
        padding: 16px 0;
    }

    .Schoolyear .title {
        font-size: 17px;
    }

    .myinfo-area {
        font-size: 16px;
        margin-top: 30px;
    }

    .section-conts {
        padding-top: 40px;
    }

    .title-area {
        margin: 30px 0;
    }

    .guide-list {
        padding-top: 5px;
    }

    .guide-list.point li {
        display: flex;
        flex-wrap: wrap;
    }

    .guide-list li {
        font-size: 14px;
        line-height: 1.35;
    }

    .guide-list-box {
        margin-top: 10px;
        padding: 15px 20px;
    }

    .guide-list-box li {
        font-size: 13px;
    }

    .input-area .input-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .input-item .input {
        font-size: 14px;
        height: 44px;
    }

    .input-item .input-title {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .input-group .btn,
    .input-file .btn {
        font-size: 14px;
        width: 88px;
    }

    .input-select {
        font-size: 14px;
        height: 44px;
    }

    .input-group.area {
        flex-direction: column;
    }

    .input-group.area .input-select {
        width: 100%;
    }

    .input-group.area .input-bg-box {
        width: calc(100% - 30px);
        padding: 0 15px;
        margin-top: 10px;
    }

    .input-group.area .input-bg-box>p {
        padding: 15px 0;
    }

    .input-group.area .label-checkbox-group {
        padding: 10px 0;
    }

    .label-checkbox {
        margin: 5px;
    }

    .label-checkbox .label {
        font-size: 13px;
    }

    .input-group.select {
        padding: 0 20px;
    }

    .input-group.select .select-area {
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .input-group.select .select-list .list-item {
        margin-bottom: 10px;
    }

    .input-group.select .select-area li {
        width: calc(100% - 5px);
    }

    .inform {
        padding: 20px 20px;
    }

    .inform .list li {
        font-size: 14px;
    }

    .button {
        font-size: 13px;
        padding: 11px 16px;
    }

    .button.large {
        font-size: 15px;
        min-width: inherit;
        padding: 17px 35px;
    }

    .button-area>.button {
        margin: 0 5px;
    }

    .complete-box {
        margin: 40px 0;
        padding: 40px;
    }

    .complete-box p {
        font-size: 15px;
        padding-top: 20px;
    }

    .brand-title .happy {
        height: 52px;
    }

    .brand-title .language {
        height: 32px;
    }

    .brand-title .music {
        height: 29px;
    }

    .brand-title .plus {
        height: 35px;
    }

    .brand-title .kmom {
        height: 45px;
    }

    .brand-title .kmagic {
        height: 30px;
    }

    .brand-title .kpalette {
        height: 48px;
    }

    .brand-title .asset {
        height: 39px;
    }

    .brand-title .project {
        height: 70px;
    }

    .brand-title .high {
        height: 31px;
    }

    .brand-title .today {
        height: 29px;
    }

    .brand-title .doo {
        height: 46px;
    }

    .brand-title .cedu {
        height: 41px;
    }

    .brand-title .jelly {
        height: 28px;
    }

    .brand-title .nori {
        height: 35px;
    }

    .brand-title .jjak {
        height: 39px;
    }

    .section-conts .guide-list-box {
        margin-bottom: 20px;
    }

    .table th,
    .table td {
        padding: 12px;
        font-size: 14px;
    }

    .table .btn {
        display: block;
        margin: 5px 10px;
    }

    .table-area {
        margin: 10px 0 40px;
    }

    .input-textarea {
        font-size: 14px;
    }
}

/* 동심협력사 등록[메인] */
.register-top {
    background-color: #F9F9F9;
}

.register-top .container {
    display: flex;
    position: relative;
    height: 212px;
}

.register-top .text-area .title-desc {
    margin-top: 20px;
}

.register-top .img-area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
}

.register-top .img-area img {
    display: block;
    width: 100%;
}

.register-conts {
    padding-top: 60px;
}

.register-conts .infomation-area dl {
    display: flex;
    padding-bottom: 60px;
}

.register-conts .infomation-area dl dt {
    width: calc(25%);
}

.register-conts .infomation-area dl dd {
    flex: 1;
}

.register-conts .infomation-area dl dd p {
    font-size: 17px;
    line-height: 1.35;
}

.register-conts .infomation-area dl dd p .line {
    background-color: #C6E7FF;
}

.register-conts .infomation-area .step-diagram {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.register-conts .infomation-area .step-diagram li {
    width: 210px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #BBBBBE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
}

.register-conts .infomation-area .step-diagram li:nth-child(1) {
    background-color: #4FBBB7;
}

.register-conts .infomation-area .step-diagram li:nth-child(2) {
    background-color: #52B2E9;
}

.register-conts .infomation-area .step-diagram li:nth-child(3) {
    background-color: #167EE2;
}

.register-conts .infomation-area .step-diagram li::after {
    content: '';
    background: url(../images/img-arrow.svg)50% 50% no-repeat;
    background-size: 100% auto;
    width: 36px;
    height: 29px;
    position: absolute;
    right: -48px;
}

.register-conts .infomation-area .step-diagram li:last-child::after {
    display: none;
}

.register-conts .infomation-area .step-diagram li .step {
    font-size: 20px;
    opacity: .7;
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .register-conts .infomation-area .step-diagram li {
        width: calc(33.3333333% - 30px);
        font-size: 20px
    }

    .register-conts .infomation-area .step-diagram li .step {
        font-size: 17px;
        padding-bottom: 5px;
    }

    .register-conts .infomation-area .step-diagram li::after {
        width: 28px;
        height: 21px;
        right: -37px;
    }
}

@media screen and (max-width: 860px) {
    .register-conts .infomation-area .step-diagram li {
        font-size: 18px;
    }

    .register-conts .infomation-area dl dd p {
        font-size: 16px;
    }

    .register-top .img-area {
        right: 30px;
    }

    .register-top .img-area img {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .register-top .container {
        flex-direction: column;
        height: auto;
    }

    .register-top .text-area .title-desc {
        margin-top: 15px;
    }

    .register-top .img-area {
        position: inherit;
    }

    .register-top .img-area {
        width: 70%;
        margin-left: auto;
        right: 0;
    }

    .register-conts {
        padding-top: 40px;
    }

    .register-conts .infomation-area dl {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .register-conts .infomation-area dl dt {
        width: calc(100%);
        padding-bottom: 15px;
    }

    .register-conts .infomation-area h3.title>br {
        display: none;
    }

    .register-conts .infomation-area .step-diagram li {
        width: calc(33.3333333% - 20px);
        font-size: 15px;
    }

    .register-conts .infomation-area .step-diagram li .step {
        font-size: 14px;
        padding-bottom: 3px;
    }

    .register-conts .infomation-area .step-diagram li::after {
        width: 18px;
        height: 11px;
        right: -25px;
    }
}

/* 프로그램 판매권 신청+계약[메인] */
.program-top {
    background-color: #F9F9F9;
}

.program-top .container {
    display: flex;
    position: relative;
    height: 212px;
}

.program-top .img-area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
}

.program-top .img-area img {
    display: block;
    width: 100%;
}

.program-conts {
    padding-top: 60px;
}

.program-conts .infomation-area h5.title {
    font-size: 17px;
    line-height: 1.35;
    text-align: center;
    padding-bottom: 60px;
}

.program-conts .infomation-area dl {
    display: flex;
    padding-bottom: 60px;
}

.program-conts .infomation-area dl dt {
    width: calc(25%);
}

.program-conts .infomation-area dl dd {
    flex: 1;
}

.program-conts .infomation-area dl dd p {
    font-size: 17px;
    line-height: 1.35;
}

.program-conts .infomation-area .num-list {
    padding-top: 10px;
}

.program-conts .infomation-area .number {
    font-size: 17px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    margin: 0 20px 10px 0;
}

.program-conts .infomation-area .n1::before {
    content: '';
    background: url(../images/num1.svg) 0 50% no-repeat;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.program-conts .infomation-area .n2::before {
    content: '';
    background: url(../images/num2.svg) 0 50% no-repeat;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.program-conts .infomation-area .n3::before {
    content: '';
    background: url(../images/num3.svg) 0 50% no-repeat;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.program-conts .infomation-area .num {
    display: flex;
    align-items: center;
    line-height: 22px;
    padding: 4px 0px;
}

.program-conts .infomation-area .num::before {
    font-size: 22px;
    margin-right: 5px;
}

.program-conts .infomation-area .num._1::before {
    content: '①';
}

.program-conts .infomation-area .num._2::before {
    content: '②';
}

.program-conts .infomation-area .num._3::before {
    content: '③';
}

.program-conts .infomation-area .num._4::before {
    content: '④';
}

.program-conts .infomation-area .num._5::before {
    content: '⑤';
}

.program-conts .infomation-area .num._6::before {
    content: '⑥';
}

.program-conts .myinfo-area {
    font-size: 25px;
    margin-bottom: 60px;
    margin-top: 0;
}

.program-conts .myinfo-area dl>* {
    padding: 2px 5px;
}

.program-area {
    padding-top: 50px;
}

.program-area .program-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin: 0 -15px;
}

.program-area .program-list .program-item {
    width: calc(25% - 30px);
    margin: 15px;
}

.program-item .item-img {
    overflow: hidden;
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
}

.program-item .item-img .tb {
    width: 100%;
}

.program-item .item-img .title-label {
    background-color: rgba(11, 21, 70, .3);
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 7px 0;
    text-align: center;
}

.program-item .item-info {
    border: 1px solid #E4E6EA;
    border-width: 0 1px 1px 1px;
    padding: 20px 15px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
}

.program-item .item-info.complete {
    background-color: #F9F9F9;
    color: #A8A8AB;
}

.program-item .item-info .brand img {
    height: 30px;
    width: auto;
}

.program-item .item-info .btn-modal {
    border: 1px solid #1D1D1F;
    background-color: #fff;
    font-size: 14px;
    padding: 9px 11px;
    font-weight: 500;
    display: block;
    color: #1D1D1F;
}

.program-item .item-info .btn-modal:hover {
    border: 1px solid #167EE2;
    color: #167EE2;
}

.program-item .btn-blank {
    width: 100%;
    background-color: #F9F9F9;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px;
    border: 1px solid #E4E6EA;
    box-sizing: border-box;
}

.program-item .btn-blank::after {
    content: '';
    background: url(../images/ic-arrow45-gray.svg) 50% 50% no-repeat;
    background-size: 8px auto;
    width: 8px;
    height: 8px;
}

/* .program-select {
    padding-top: 40px;
} */

@media screen and (max-width: 1024px) {
    .program-area .program-list {
        margin: 0 -10px;
    }

    .program-area .program-list .program-item {
        width: calc(25% - 20px);
        margin: 10px;
    }

    .program-item .item-info {
        padding: 15px;
    }

    .program-item .item-info .btn-modal {
        font-size: 13px;
    }
}

@media screen and (max-width: 860px) {
    .program-conts .infomation-area dl dd p {
        font-size: 16px;
    }

    .program-top .img-area {
        right: 30px;
    }

    .program-top .img-area img {
        width: 100%;
    }

    .program-conts .infomation-area .number {
        font-size: 16px;
    }

    .program-area .program-list {
        margin: 0 -15px;
    }

    .program-area .program-list .program-item {
        width: calc(33.3333333333% - 30px);
        margin: 15px;
    }

    .program-item .item-info {
        padding: 15px 10px 15px 15px;
        font-size: 14px;
    }

    .program-item .btn-blank {
        padding: 13px 15px;
    }
}

@media screen and (max-width: 540px) {
    .program-top .container {
        flex-direction: column;
        height: auto;
    }

    .program-top .img-area {
        width: 70%;
        margin-left: auto;
        right: 0;
        position: inherit;
    }

    .program-conts {
        padding-top: 40px;
    }

    .program-conts .infomation-area dl {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .program-conts .infomation-area dl dt {
        width: calc(100%);
        padding-bottom: 15px;
    }

    .program-conts .infomation-area h3.title>br {
        display: none;
    }

    .program-conts .infomation-area .number {
        display: flex;
    }

    .program-area {
        padding-top: 30px;
    }

    .program-area .program-list {
        margin: 0 -10px;
    }

    .program-area .program-list .program-item {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .program-item .item-info .brand img {
        height: 25px;
    }

    .program-conts .myinfo-area {
        font-size: 20px;
        margin-bottom: 30px;
    }

    /* .program-select {
        padding-top: 20px;
    } */
}

/* 계약 문서 */
.contract-wrap .button-area {
    margin-top: 40px;
}

#contract {
    border: 2px solid #1D1D1F;
    box-sizing: border-box;
    padding: 75px 100px;
}

#contract h3.title {
    max-width: 338px;
    height: 31px;
    margin: 0 auto;
}

#contract h3.title img,
#contract h4.title img {
    width: 100%;
}

#contract h4.title {
    max-width: 74px;
    height: 20px;
}

#contract h4.title3 {
    background: url(../images/title3.svg) 0 50% no-repeat;
    width: 100%;
    height: 17px;
    text-indent: -999em;
    background-size: 72px auto;
}

#contract .contract-details {
    margin-top: 45px;
}

#contract .contract-details p {
    padding: 15px 0;
    line-height: 1.5;
    font-size: 18px;
}

#contract .contract-details p:last-child {
    padding-bottom: 0;
}

#contract .contract-details.condition {
    position: relative;
}

#contract .contract-details.condition::after {
    content: '';
    background: url(../images/logo-dongsim.svg) 50% 50% no-repeat;
    background-size: 340px auto;
    opacity: .1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#contract .contract-date {
    padding: 50px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

#contract .contract-sign {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
}

#contract .contract-sign .sign {
    width: 48%;
}

#contract .contract-sign .sign h4.title {
    padding-bottom: 10px;
}

#contract .contract-sign .sign dl {
    display: flex;
    font-size: 15px;
}

#contract .contract-sign .sign dl dt {
    width: 135px;
    background: #F9F9F9;
    padding: 12px 0;
    text-align: center;
    border: 1px solid #c8c8c8;
    margin-top: -1px;
}

#contract .contract-sign .sign dl dd {
    display: flex;
    justify-content: space-between;
    flex: 1;
    position: relative;
    border: 1px solid #c8c8c8;
    margin: -1px 0 0 -1px;
    padding: 12px;
}

#contract .contract-sign .sign dl dd .signatureCanvas {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 150px;
    height: 75px;
}

#contract .contract-sign .stamp {
    position: absolute;
    width: 52px;
    right: 0;
    top: 2px;
    z-index: -1;
}

#contract .contract-sign .stamp img {
    width: 100%;
}

#contract .contract-program {
    padding-bottom: 30px;
}

#contract .contract-program .brand-title {
    margin-bottom: 20px;
}

#contract .contract-program h4.title {
    font-size: 18px;
    max-width: inherit;
    margin-bottom: 10px;
}

#contract .contract-program .special {
    margin-top: 30px;
}

#contract .contract-program .special h4.title {
    font-size: 18px;
}

#contract .contract-program .special .input-item {
    margin-bottom: 0;
}

#contract .contract-bottom {
    margin: 60px -100px -75px;
}

#contract .contract-bottom .button {
    width: calc(100%);
    display: flex;
    box-sizing: border-box;
}

#contract .contract-bottom .button[disabled] {
    background-color: #f9f9f9;
    color: #1D1D1F;
    cursor: default;
}

#contract .contract-bottom div.button:hover {
    background-color: #1D1D1F;
}

#contract .contract-bottom .button img {
    width: 20px;
    margin-right: 10px;
}

@media screen and (max-width: 860px) {
    #contract {
        padding: 75px 60px;
    }

    #contract .contract-bottom {
        margin: 60px -60px -75px;
    }

    #contract .contract-sign .stamp {
        width: 44px;
    }

    #contract .contract-sign .sign dl dt {
        width: 100px;
    }
}

@media screen and (max-width: 540px) {
    #contract {
        padding: 50px 30px;
    }

    #contract h3.title {
        max-width: 232px;
    }

    #contract h4.title {
        max-width: 65px;
    }

    #contract .contract-bottom {
        margin: 30px -30px -50px;
    }

    #contract .contract-bottom .button.large {
        padding: 17px 0px;
    }

    #contract .contract-bottom .button img {
        width: 16px;
        margin-right: 5px;
    }

    #contract .contract-details {
        margin-top: 20px;
    }

    #contract .contract-details p {
        padding: 10px 0;
    }

    #contract .contract-program {
        padding-top: 20px;
    }

    #contract .contract-date {
        padding: 20px 0;
        font-size: 18px;
    }

    #contract .contract-sign {
        padding: 10px 0;
    }

    #contract .contract-sign .sign {
        width: 100%;
        padding: 20px 0;
    }

    .contract-wrap .button-area {
        margin-top: 30px;
    }

    #contract .contract-sign .sign dl dt {
        width: 84px;
    }

    #contract .contract-sign .sign dl {
        font-size: 12px;
    }

    #contract .contract-details.condition::after {
        display: none;
    }

    #contract .contract-sign .sign dl dd .signatureCanvas {
        width: 100px;
        height: 50px;
    }
}

@page {
    size: auto;
    margin: 5mm;
}

@media print {

    header,
    footer,
    h2.title,
    .myinfo-area,
    .Schoolyear,
    footer,
    .progress-type2,
    .button-area {
        display: none
    }

    #contract {
        padding: 60px 50px 0;
        font-size: 9pt;
        border: 0;
    }

    #contract .contract-details p {
        padding: 5px 0;
    }

    .table th,
    .table td,
    .input-textarea {
        /* font-size: 8pt; */
        padding: 15px 15px;
    }

    .table td .block {
        padding-bottom: 5px;
    }

    #contract .contract-date {
        padding: 50px 0 30px;
    }

    #contract .contract-sign {
        padding: 20px 0;
    }

    #contract .contract-sign .sign dl {
        font-size: 9pt;
    }

    #contract .contract-sign .sign dl dt,
    #contract .contract-sign .sign dl dd {
        padding: 8px;
    }

    #contract .contract-sign .sign h4.title {
        font-size: 8pt;
        padding-bottom: 0;
    }

    #contract .contract-sign .sign dl dt {
        width: 100px;
    }

    #contract .contract-sign .stamp {
        width: 40px;
    }

    #contract .contract-bottom {
        margin: 20px 0 0 0;
    }

    #contract .contract-details {
        margin-top: 20px;
    }

    #contract .contract-details.condition::after {
        background-size: 250px auto;
    }

    #contract .contract-program .special {
        margin-top: 10px;
    }

    /* #contract .contract-program h4.title,
    #contract .contract-program .special h4.title {
        font-size: 9pt;
        margin-bottom: 5px;
    } */
    #contract .contract-bottom .button img {
        width: 15px;
    }

    .button.large {
        padding: 10px 0;
        font-size: 10pt;
    }

    .guide-list li {
        font-size: 12pt;
    }

    /* .h4.title {
        font-size: 8px;
    } */
}

/* 협력사 인증페이지 */
.instCert-top {
    background-color: #F5F5FA;
    padding: 30px 0;
}

.instCert-top .container {
    display: flex;
    align-items: center;
}

.instCert-top .inst-mark {
    max-width: 157px;
    display: flex;
    position: relative;
}

.instCert-top .inst-mark img {
    width: 100%;
    height: auto;
}

.instCert-top .inst-mark.lock {
    opacity: .7;
}

.instCert-top .inst-mark.lock::before {
    content: '';
    background: rgba(22,19,47,.7) url(../images/icon-key.png) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    border-radius: 10px;
}

.instCert-top .inst-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.instCert-top .inst-info ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 84px;
    width: calc(100% - 40px);
    margin-left: 40px;
}

.instCert-top .inst-info ul li {
    background-color: #fff;
    width: calc(50% - 60px);
    font-size: 14px;
    padding: 13px 20px;
    margin: 1px 0 1px 20px;
    display: flex;
}

.instCert-top .inst-info ul li .th {
    width: 33.33333333333%;
}

.instCert-top .inst-info ul li .td {
    font-weight: 700;
}

.instCert-top .noti-word {
    display: block;
    padding-top: 20px;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
}

.instCert-titlebar {
    background-color: #167EE2;
}

.instCert-titlebar h3 {
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    padding: 13px 0;
    text-align: center;
}

.instCert-conts {
    padding-top: 30px;
    margin-bottom: -60px;
}

.instCert-conts .conts-header .title {
    font-size: 20px;
    font-weight: 700;
}

.instCert-conts .conts-body {
    padding-top: 30px;
}

.instCert-conts .tab-menu {
    display: flex;
    border-bottom: 1px solid #E4E6EA;
    margin-bottom: 30px;
}

.instCert-conts .tab-menu li {
    background-color: #F5F5FA;
    border: 1px solid #E4E6EA;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 25px;
    text-align: center;
    margin-bottom: -1px;
}

.instCert-conts .tab-menu li.active {
    background-color: #1D1D1F;
    border: 1px solid #1D1D1F;
    color: #FFF;
}

.instCert-conts .tab-content.active {
    display: block;
}

.instCert-conts .tab-content {
    display: none;
}

.instCert-conts .edu-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -10px;
}

.instCert-conts .edu-list li {
    width: calc(20% - 22px);
    margin: 15px 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.instCert-conts .edu-list li .list-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

.instCert-conts .edu-list li .list-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 0;
}

.instCert-conts .edu-list li .list-item .thumb {
    width: 80px;
    height: 80px;
    border-radius: 23px;
    overflow: hidden;
}

.instCert-conts .edu-list li .list-item .thumb img {
    width: 100%;
    height: auto;
}

.instCert-conts .edu-list li .list-item .title {
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}

.instCert-conts .edu-list li .list-item .btnst {
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .13);
    border-radius: 4px;
    background: #f5f5f5;
    margin-top: auto;
}

.instCert-conts .edu-list li .list-item .btnmo {
    padding: 15px 0;
    background: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, .05);
    font-size: 15px;
}

.instCert-conts .banner {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.instCert-conts .banner .bnr-item {
    width: 49%
}

.instCert-conts .banner .bnr-item img {
    width: 100%;
    height: auto;
}

.instCert-conts .table-area {
    margin: 0;
}

.instCert-conts .table th {
    background-color: #F5F5FA;
    font-size: 15px;
    padding: 16px 20px;
    border: 0;
}

.instCert-conts .table td {
    font-size: 15px;
    border-width: 0 0 1px 0;
    border-color: #E4E6EA;
    padding: 12px 20px;
}

.instCert-conts .table td .area {
    padding: 4px 15px 4px 0;
    display: inline-flex;
}

.instCert-conts .noti-box {
    background-color: #F9F9FA;
    text-align: center;
    padding: 60px 0;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instCert-conts .noti-box p {
    font-size: 20px;
    line-height: 1.35;
}

.instCert-conts .noti-word {
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    padding-top: 80px;
}

@media screen and (max-width: 1024px) {
    .instCert-conts .edu-list li {
        width: calc(25% - 22px);
    }
}

@media screen and (max-width: 962px) {
    .instCert-top .container {
        align-items: flex-start;
    }

    .instCert-top .inst-info ul {
        flex-wrap: nowrap;
        height: auto;
    }

    .instCert-top .inst-info ul li {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 860px) {
    .instCert-conts .edu-list li .list-item .thumb {
        width: 72px;
        height: 72px;
        border-radius: 21px;
    }

    .instCert-conts .edu-list li .list-item .title,
    .instCert-conts .edu-list li .list-item .btnst {
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    .instCert-top {
        padding: 20px 30px;
    }

    .instCert-top .container {
        flex-direction: column;
        align-items: center;
    }

    .instCert-top .inst-info {
        width: calc(100%);
        padding-top: 20px;
    }

    .instCert-top .inst-info ul {
        width: calc(100%);
        margin-left: 0px;
    }

    .instCert-top .inst-info ul li {
        margin: 1px 0;
        width: calc(100% - 40px);
    }
.instCert-top .noti-word {
    font-size: 13px;
}
    .instCert-titlebar h3 {
        font-size: 15px;
    }

    .instCert-conts {
        margin-bottom: -30px;
    }

    .instCert-conts .conts-header .title {
        font-size: 16px;
    }

    .instCert-conts .conts-body {
        padding-top: 15px;
    }

    .instCert-conts .tab-menu li {
        font-size: 14px;
        padding: 12px 20px;
    }

    .instCert-conts .edu-list {
        margin: -5px;
    }

    .instCert-conts .edu-list li {
        width: calc(33.33333333333% - 12px);
        margin: 5px;
    }

    .instCert-conts .edu-list li .list-item .thumb {
        width: 52px;
        height: 52px;
        border-radius: 15px;
    }

    .instCert-conts .edu-list li .list-item a {
        padding: 20px 0;
    }

    .instCert-conts .edu-list li .list-item .title,
    .instCert-conts .edu-list li .list-item .btnst {
        font-size: 12px;
    }

    .instCert-conts .edu-list li .list-item .btnmo {
        padding: 10px 0;
        font-size: 13px;
    }

    .instCert-conts .tab-menu {
        margin-bottom: 15px;
    }

    .instCert-conts .banner {
        margin-top: 24px;
        flex-direction: column;
    }

    .instCert-conts .banner .bnr-item {
        width: 100%;
        margin: 5px 0;
    }

    .instCert-conts .table th {
        font-size: 13px;
        padding: 14px 20px;
    }

    .instCert-conts .table td {
        font-size: 13px;
        padding: 10px 20px;
    }

    .instCert-conts .noti-word {
        font-size: 13px;
        padding-top: 40px;
    }

    .instCert-conts .noti-box {
        padding: 40px 0;
        min-height: 152px;
    }

    .instCert-conts .noti-box p {
        font-size: 17px;
        line-height: 1.35;
    }
}