/* FontIcon CDN : RemixIcon */
@import url("https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.1.0/remixicon.css");


input[type="text"],
textarea,
select {
    appearance: none;
    width: 100%;
    height: 32px;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    padding: 6px;
}
textarea {
    height: 100%;
    resize: none;
}
.sch-Box {
    justify-content: flex-end;
    gap: 4px;
}
.sch-Box input[type="text"] {
    width: 200px;
    /* appearance: none; */
}
.inpt-btn {
    height: 32px;
    border: 1px solid #d0d0d0;
    background: #f9f9f9;
    padding: 0 8px;
    width: 50px;
    font-size: .9em;
}
.ul-style > li::before {
    font-family: remixicon;
    content: "\ea6d";
    text-align: center;
    margin-right: 4px;
    color: #0085ff;
}
.table-layout-fix {
    table-layout: fixed;
}
.rule-hr {
    width: 100%;
    border-top: 1px dashed #F0f0f0;
}
.tit_04 {
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 600;
}
table .ellipsis {
    position: relative;
    min-width: 100px;
}
table .ellipsis > .elips {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 9px;
    right: 9px;
    /*text-align: left;*/
}
.ellipsis:before {
    content: '';
    display: inline-block;
}
table thead th {
    text-align: center !important;
}
table tr {
    transition: all .5s;
}
table tr.active {
    background: #0085ff;
    color: #FFF;
}
a:hover {
    text-decoration: none !important;
}
.sm-font-8 {
    font-size: .8em;
}
.sm-font-85 {
    font-size: .85em;
}
.sm-font-9 {
    font-size: .9em;
}
.sm-font-95 {
    font-size: .95em;
}
.wh-20 {
    width: 20%;
}
.wh-80 {
    width: 80%;
}
.ht-300 {
    height: 300px;
}
.pdl8 {
    padding-left: 8px;
}
.pdr8 {
    padding-right: 8px;
}
.pdl12 {
    padding-left: 12px;
}
.pdr12 {
    padding-right: 12px;
}
.pdl16 {
    padding-left: 16px;
}
.pdr16 {
    padding-right: 16px;
}
.pdl18 {
    padding-left: 18px;
}
.pdr18 {
    padding-right: 18px;
}
.pdl42 {
    padding-left: 42px;
}
.pdl42 {
    padding-right: 42px;
}
.pdt8 {
    padding-top: 8px;
}
.pdb8 {
    padding-bottom: 8px;
}
.dis-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.dis-flex.flex-start {
    justify-content: flex-start;
}
.dis-flex input[type="text"] {
    width: 70%;
}
.dis-flex span {
    width: 30%;
}


section.section-box {
    margin-top: 10px;
    /* padding-bottom: 4rem; */
}
/* section.section-box:last-child {
    padding-bottom: 0;
} */
section.section-box > p,
section.section-box > ul {
    margin: 1.5rem 0;
    text-align: justify;
    color: #494D59;
    text-indent: -20px;
    margin-left: 20px;
}
section.section-box > ul {
    margin-bottom: 0;
}
section.section-box > ul > li.li-text {
    padding-bottom: 2rem;
}
section.section-box > ul > li:last-child {
    padding-bottom: 0;
}
section.section-box li,
section.section-box dd.li-num {

}
section.section-box li.li-text-long {
    padding-bottom: 18px;
}
section.section-box li.li-text-long > p:first-child {
    color: #1965ab;
    font-weight: 700;
}
section.section-box li.li-text > span {
    width: 68px;
}
section.section-box li.li-text > span:last-child {
    width: calc(100% - 68px);
}
section.section-box li.li-num > span {
    width: 16px;
}
section.section-box li.li-num > span:last-child {
    width: calc(100% - 16px);
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.center {
    text-align: center !important;
}


.found-section-box > h3 {
    padding-top: .5rem;
    margin-bottom: -.5rem;
}

.border-bottom-style {
    border-bottom: 1px solid #d0d0d0;
}
.officer-area.tblTy01 th, 
.officer-area.tblTy01 td {
    border: 0px;
    text-align: left;
    padding: 10px;
}
.officer-area.tblTy01 th {
    background: none;
    color: #0085ff;
}

.img-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.img-column_item {
    text-align: center;
    width: 25%;
    padding: 16px;
    box-sizing:border-box;
}
.ksAlbum-area_img.img-column_item {
    padding: 8px;
}
.img-column_item > h4 {
    color: #0085ff;
    padding: 4px 0;
}
.img-column_item > h4 > span {
    color: #1e1e1e;
}
.img-column_item > p {
    font-size: .95em;
}

.lstMonthly-area_info-img {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 1px solid #F6F9FC;
    padding: 8px;
    width: 100%;
}
.btn-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 0;
    gap: 8px;
}
.btn-bg-area {
    justify-content: center;
}
.btn-sm-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.btn-area .btn {
    min-width: 120px;
    border: 1px solid #d0d0d0;
    background: #f9f9f9;
    padding: 8px;
}
.btn-area .btn {
    min-width: 240px;
    padding: 12px;
}
.btn-sm-area .btn-sm {
    width: 100%;
    height: 32px;
    border: 1px solid #d0d0d0;
    background: #f9f9f9;
    padding: 4px;
    text-align: center;
}
.btn-area .btn.btn_succes {
    border: 1px solid #1965ab;
    background: #1965ab;
    color: #FFF;
}
.sm-btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}
.sm-btn-area > a {
    display: block;
    padding: 0 12px;
}
.sm-btn-area > a:first-child {
    border-right: 1px solid #F6F9FC;
}
.sm-btn-area > a::before,
.lstQst_card-box > a::before {
    font-family: remixicon;
    content: "\ea86";
    text-align: center;
    margin-right: 4px;
    color: #0085ff;
}
.bnViewLst::before {
    content: "\eeba";
}
.bnViewEbk::before {
    content: "\edc5";
}
.bnSearchLst::before {
    content: "\f0d1";
}
.sm-btn-area > a.none-icon::before {
    content: none;
    /* width: 100%;
    border: 1px solid #d0d0d0;
    background: #f9f9f9;
    padding: 4px; */
}

.vewMonthly-area {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sub-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #acc3d3;
}
.vewMonthly-area_left img {
    border: 1px solid #F6F9FC;
    display: block;
    width: 80%;
}
.vewMonthly-section-box li,
.lstPaper-section-box li {
    /* padding-bottom: 4px; */
    line-height: 2;
}
.lstPaper-section-box li {
    font-weight: 700;
}
.lstPaper-section-box a {
    display: block;
    width: 100%;
    transition: all .5s;
    font-weight: 400;
}
.lstPaper-section-box a:last-child {
    padding-bottom: 8px;
}
.lstPaper-section-box a:hover {
    color: #0085ff;
}
.lstPaper-section-box a::after {
    font-family: remixicon;
    content: "\ea67";
    text-align: center;
    margin-left: 4px;
    color: #0085ff;
}


.sign_up > div {
    margin: 1.5rem 0;
}
.sign_up p {
    font-weight: 700;
}
.sign_up p::before {
    font-family: remixicon;
    content: "\ea6d";
    text-align: center;
    margin-right: 4px;
    color: #0085ff;
}
.sign_up > p > a::before {
    font-family: remixicon;
    content: "\ec53";
    text-align: center;
    margin-right: 4px;
    color: #0085ff;
}


.info-column {
    background: #f3f3f3;
    padding: 8px;
}
.info-column_body {
    background: #FFF;
    border-radius: 8px;
    padding: 24px;
}
.policy-column_text {
    height: 150px;
    overflow: auto;
    border: 1px solid #d0d0d0;
    padding: 24px;
}
.policy-column_text > * {
    padding-bottom: 18px;
}
.policy-column_text > *:last-child {
    padding-bottom: 0;
}
.inpForm {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}
.inpForm input[type="checkbox"]{
    display: none;
}
.inpForm input[type="checkbox"] {
    appearance: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    border:1px solid #707070;
    position: relative;
}
.inpForm input[type="checkbox"]:checked {
    background: #1965ab;
}
.inpForm input[type="checkbox"]:checked::after{
    content:'✔';
    font-size: 1em;
    width: 22px;
    height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top:-2px;
    color: #fff;
    
}
.policy-column_form .tblTy01 td {
    text-align: left;
}
.policy-column_form input[type="file"],
.policy-column_form input[type="password"] {
    border: 0px;
    width: 50%;
}
.policy-column_form input[type="password"] {
    border: 1px solid #d0d0d0;
    padding: 6px;
}


.korAndHj-area_board thead,
.lstPubilsh-area_board thead {
    display: none;
}
.korAndHj-area_info-btn,
.sm-btn-area.lstPubilsh-area_info-btn,
.money-area_btn {
    justify-content: flex-end;
    padding: 0;
    gap: 8px;
}
.korAndHj-area_info-btn.left-btn-area {
    justify-content: flex-start;
}
.lstNJscholar-area_info-btn {
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
}
.lstNJscholar-area_info-btn .btn-sm-area {
    flex-direction: column;
    justify-content: flex-start;
}
.lstNJscholar-area_info-btn .btn-sm-area .btn-sm {
    width: 120px;
}
.sm-btn-area.korAndHj-area_info-btn > a,
.sm-btn-area.lstPubilsh-area_info-btn > a,
.sm-btn-area.lstNJscholar-area_info-btn > a,
.money-area_btn > a {
    width: auto;
    min-width: 120px;
    border: 1px solid #d0d0d0 !important;
    background: #f9f9f9;
    padding: 8px;
    text-align: center;
}
.korAndHj-area_info-btn > a::before,
.money-area_btn > a::before {
    font-family: remixicon;
    content: "\ea86";
    text-align: center;
    margin-right: 4px;
    color: #0085ff;
}
.korAndHj-area_info > ul {
    background: #D9DFE2;
    padding: 12px;
}
.filePDF {
    cursor: pointer;
}
.filePDF::after {
    font-family: remixicon;
    content: "\f3c6";
    text-align: center;
    font-size: 1em;
    color: red;
}


section.section-box.found-secstion-box li {
    display: block !important;
    width: 45px;
}
.names {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-start;
}



.ksTalk-area .tabcontent_img {
    background: none;
}
.ks_choice::before {
    font-family: remixicon;
    content: "\ea67";
    text-align: center;
    font-size: 1em;
    color: #0085ff;
}
.ksTitle {
    color: #0085ff;
    font-weight: 700;
}
.tabcontent_img {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px 0;
}
.tabcontent_img p {
    padding-top: 8px;
}
.tabcontent_img p > span {
    color: #0085ff;
    font-weight: 700;
}
.tabcontent_img img {
    display: block;
    width: 220px;
    height: 220px;
    object-fit: cover;
}

#interview-contents {
    padding: 12px 0;
}
#interview-contents > div {
    padding: 12px 0;
}
#interview-contents p {
    padding: 4px 0;
    text-align: justify;
    line-height: 1.5625;
}


.flex-table {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-table tr {
    width: 25%;
    text-align: center;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-table tr img {
    height: 240px;
}
.flex-table td {
    display: block;
    width: 100%;
    box-sizing: border-box !important;
}
.flex {
    display: flex;
}
.form-box {
    display: flex;
    width: calc(100% / 9);
    align-items: center;
    gap: 4px;
    padding: 6px 0;
}


.badge {
    padding: 4px 10px;
    border: 1px solid #1965ab;
    color: #1965ab;
}
.r-badge {
    padding: 4px 10px;
    border: 1px solid #a1a1a1;
    border-radius: 30px;
    color: #717171;
}
.r-badge.succes {
    border: 1px solid #1965ab;
    color: #1965ab;
}
.r-badge.error {
    border: 1px solid red;
    color: red;
}

.card-di-area {
    display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card-di-area_box {
    width: calc(50% - 8px);
    border: 1px solid #f3f3f3;
}
.levelTest-area .card-di-area {
    justify-content: flex-start;
    gap: 0;
    border: 0;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}
.levelTest-area .card-di-area_box {
    width: 25%;
    border : 0;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    text-align: center;
    padding: 18px 0;
    border-bottom: 1px solid #f3f3f3;
    transition: all .5s;
    cursor: pointer;
}
.levelTest-area .card-di-area_box.lstQst_card-box {
    width: 12.5%;
}
.levelTest-area .card-di-area_box:hover {
    background: #F3F3f3;
}
.levelTest-area .card-di-area_box.active {
    background: #1965ab;
    color: #FFF;
}
.card-di-area_box > h4 {
    color: #1965ab;
    background: #F3F3f3;
    padding: 18px;
    text-align: center;
}
.card-di-area_box > dl {
    padding: 24px
}


.money-area.flex {
    align-items: flex-end;
    justify-content: space-between;
}

.lstPds_card-box,
.center_card-box {
    width: 100%;
    padding: 24px;
    background: #FFF;
}
.center_card-box {

}
.lstSch-area_card .center_card-box {
    gap: 24px;
}

.center_card-box_img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.center_card-box-_body {
    width: calc(100% - 200px);
    position: relative;
    min-width:150px;
}
.center_card-box-contents > p {
    padding-top: 24px;
}
.lstPds_card-box-title,
.center_card-box-title {
    font-weight: 700;
    color: #1965ab;
    font-size: 1.7rem;
    padding-bottom: 8px;
}
.lstPds_card-box-download,
.center_card-box-loadMap {
    padding-top: 18px;
}
.lstSch-area_card .center_card-box-loadMap {
    position: absolute;
    bottom: 0;
}
.lstPds_card-box-download > a,
.center_card-box-loadMap > a {
    font-size: .9em;
    background: #F3F3F3;
    padding: 4px 12px;
    border-radius: 30px;
    transition: .5s;
}
.lstPds_card-box-download > a:hover,
.center_card-box-loadMap > a:hover {
    background: #1965ab;
    color: #FFF;
}
#lstPdsList .flex-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    align-items: stretch;
}
#lstPdsList .flex-table tr {
    border: 1px solid #f3f3f3;
    width: 100%;
    text-align: left;
    padding: 0;
    /* display: flex;
    flex-direction: none;
    align-items: none; */
}
#lstPdsList .card-di-area_box {
    border: 0px;
}

.faq-area {
    /* border-top:2px solid #0085ff; */
}
.faq-silde {
    /* border-bottom: 1px solid #0085ff; */
    border: 1px solid #D9DFE2;
    margin-bottom: 8px;
    padding: 0 18px;
}
.faq-question {
    justify-content: space-between;
    padding: 16px 0;
    
}
.faq-question > p {
    font-size: 1.2em;
}
.faq-question > div,
.faq-answer {
    gap: 16px;
}
.faq-question > div {
    align-items: center;
}
.faq-silde > .faq-answer {
    display: none;
    padding: 16px 12px;
    border-top: 1px solid #D9DFE2;
}
.faq-silde.in > .faq-answer {
    display: flex;
}
.question,
.answer {
    width: calc(100% - 32px);
}
.question {
    font-weight: 700;
}
.ques-icon,
.answ-icon {
    font-size: 1.1em;
    font-weight: 700;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #D9DFE2;
    border-radius: 100%;
}
.ques-icon {

}
.answ-icon {
    background: #1965ab;
    color: #FFF;
}

.not-info-area {
    text-align: center;
    padding: 18px 0;
}

.lstBook-purchase-area {
    padding: 24px 0;
    border: 1px solid #f3f3f3;
}
.lstBook-purchase-area_list {
    gap: 16px;
    
}
.lstBook-purchase-area_list >div {
    width: 33.333333%;
    text-align: center;
}
.lstBook-purchase-area_list-title {
    padding-top: 12px;
}

.lstBook-area .center_card-box_img {
    width: auto;
    height: auto;
    min-height: auto;
}
.lstBook-area .center_card-box_img img {
    object-fit: revert;
    border: 1px solid #f3f3f3;
}
.lstBook-area .flex-table tr img {
    height: auto;
}

.lstNJscholar_tab.tab_box {
    padding: 0;
}
.name-list__box {
    flex-wrap: wrap;
    border-top: 1px solid #f3f3f3;
}
.name-list__box li {
    width: 33.333333%;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f3f3f3;
}
.name-list__box.name-list-not li {
    width: 100%;
    justify-content: center;
}

.mypage-area__info > div {
    padding-bottom: 24px;
}
.mypage-area__info > div:last-child {
    padding-bottom: 0;
}
.mypage-area__info > div > h4 {
    padding-bottom: 6px;
    color: #0085ff;
}


/* ======== step_style ======== */
.step-area_box {
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    font-size: 1em;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
}
.step-area_box__title {
    position: relative;
    width: 280px;
    background: #F6F9FC;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.step-area_box__title > h3 {
    text-align: center;
    color: #2951A6;
}
.step-area_box__title > h3 span {
    font-weight: 400;
    font-size: .8em;
    color: #1e1e1e
} 
.step-area_box__contents {
    width: calc(100% - 280px);
    padding: 32px 24px;
}    
.step-area_box__contents > ul.flex {
    flex-wrap: wrap;
}
.step-area_box__contents > ul.flex li {
    width: 33.333333%;
    padding: 4px 0;
}
.step-area_box__title i {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    bottom: -28px;
    background: #FFF;
    border-radius: 100%;
    text-align: center;
    line-height: 56px;
    font-size: 4rem;
}
.step-area_box__contents a {
    display: block;
    color: #0085ff;
    font-weight: 700;
    padding-bottom: 12px;
}
/* ======== step_style ======== */

/* ======== table_style ======== */
.tblTy01.tblTy01_1  th, 
.tblTy01.tblTy01_1 td {
    border-left: 1px dashed #d0d0d0;
}
.tblTy01 td.board-title {
    text-align: left;
    /* cursor: pointer; */
    display: flex;
    align-items: center;
}
/* ======== table_style ======== */

/* ======== tab_style ======== */
.tab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.tab > .btn {
    width: 120px;
    border-radius: 12px;
    border: 2px solid #D9DFE2;
    text-align: center;
    color: #D9DFE2;
    font-size: .95em;
    transition: all .5s;
}
.tab > .btn.btn_active {
    border: 2px solid #2951A6;
    background: #F6F9FC;
    color: #2951A6;
    font-weight: 700;
}
.tab > .btn:not(.btn.btn_active):hover {
    border: 2px solid #2951A6;
    background: #F6F9FC;
    color: #2951A6;
}
.tab > .btn > a {
    display: block;
    width: 100%;
    padding: 8px 0;
}
.paging-tab {
    width: 100%;
    display: flex;
}
.paging-tab > * {
    width: 33.333333%;
    border-bottom: 2px solid#F6F9FC;
    font-size: .9em;
    color: #D9DFE2;
}
.paging-tab > *.btn.year {
    border-bottom: 2px solid#2951A6;
    font-size: 1.1em;
    font-weight: 700;
    color: #2951A6;
}
/* ======== tab_style ======== */



/* ======== media_style ======== */
@media (max-width: 1600px) {}
@media (max-width: 940px) {
    .img-column_item,
    .flex-table tr {
        width: 33.333333%;
    }
    .step-area_box__title {
        width: 200px;
    }
    .step-area_box__contents {
        width: calc(100% - 200px);
    }
}
@media (max-width: 768px) {
    .vewMonthly-area {
        flex-direction: column;
    }
    .vewMonthly-area_left,
    .vewMonthly-area_right {
        width: 100% !important;
    }
    .vewMonthly-area_left > div {
        text-align: center;
        margin-bottom: 40px;
    }
    .vewMonthly-area_left img {
        width: 50%;
        margin: 0 auto;
    }
    .flex-table tr img {
        height: 160px; 
    }
    .levelTest-area .card-di-area_box.lstQst_card-box {
        width: 25%;
    }
    .step-area_box__contents > ul.flex li {
        width: 50%;
    }
	.btn-area .btn {
	    min-width: 120px;
	    padding: 12px;
	}


}
@media (max-width: 500px) {
    .img-column_item,
    .flex-table tr {
        width: 50%;
    }
    .card-di-area_box {
        width: 100%;
    }
    .step-area_box {
        flex-direction: column;
    }
    .step-area_box__title {
        width: 100%;
        padding: 18px 0;
    }
    .step-area_box__title i {
        display: none;
    }
    .step-area_box__contents {
        width: 100%;
        padding: 24px;
    }
    .sm-btn-area.korAndHj-area_info-btn > a, 
    .sm-btn-area.lstPubilsh-area_info-btn > a,
    .sm-btn-area.lstNJscholar-area_info-btn > a,
    .money-area_btn > a {
        width: 100%;
    }
}
/* ======== media_style ======== */