@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cafe24Shiningstar';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 평가자료 소개 */
/*.intro.title_wrap:before {*/
/*    content:'';*/
/*    width: 230px;*/
/*    height: 160px;*/
/*    position: absolute;*/
/*    left: 1rem;*/
/*    top: 50%;*/
/*    background: url('../../img/renew/evaluation/title-bg-math.png') center no-repeat;*/
/*    background-size: contain;*/
/*    transform:translateY(-50%);*/
/*}*/

.intro.title_wrap:after {
    content:'';
    width: 273px;
    height: 167px;
    position: absolute;
    right: 3rem;
    top: 51%;
    background: url('../../img/renew/evaluation/title-bg-math-intro.png') center no-repeat;
    background-size: contain;
    transform:translateY(-50%);
}

.intro.title_wrap .title_desc b {
    text-decoration: underline;
    font-weight: 500;
}

.tab_wrap {
    margin: 2rem 0 2.5rem;
}

.eval_tit_wrap {
    text-align: center;
}

.eval_tit {
    display: inline-block;
    margin: 1rem auto 3.75rem;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.5px;
    max-width: calc(100% - 150px);
}

.eval_tit:before,
.eval_tit:after {
    content:'';
    width: 45px;
    height: 30px;
    background-size: contain;
    opacity: 0.1;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

.eval_tit:before {
    background-image: url('../../img/renew/common/icon-lquotes.png');
    left: -60px;
}

.eval_tit:after {
    background-image: url('../../img/renew/common/icon-gquotes.png');
    right: -60px;
}

.eval_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: 3.75rem;
}

.eval_list .eval_item {
    width: 100%;
}

.eval_list .eval_item .eval_big_tit {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.eval_list .eval_item .eval_desc {
    margin-top: 1rem;
    text-align: center;
    line-height: 1.4;
    word-break: keep-all;
    letter-spacing: -1px;
    font-weight: 500;
}

.eval_list .eval_item .eval_desc .p_br {
    display: block;
}

.eval_list .eval_item .eval_img {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    max-width: 602px;
    margin: 2rem auto 0;
}

.eval_list .eval_item .eval_img img {
    vertical-align: top;
}

.eval_list .eval_item .btn_zoom {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color-deep-blue) url('../../img/renew/common/icon-zoom.svg') center no-repeat;
    background-size: 30px;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    text-indent: -99999px;
    transition: 0.2s all linear;
}

.eval_list .eval_item .btn_zoom:hover {
    background-color: var(--color-red);
    transition: 0.2s all linear;
}

/* 평가자료 학년별 */
.evaluation-data .title_wrap.math {
    background: url('../../img/renew/evaluation/evaluation-data-bg-math.jpg') left center no-repeat;
    background-size: cover;
}

.evaluation-data .title_wrap.society {
    background: url('../../img/renew/evaluation/evaluation-data-bg-society.jpg') left center no-repeat;
    background-size: cover;
}

.evaluation-data .title_wrap.science {
    background: url('../../img/renew/evaluation/evaluation-data-bg-science.jpg') left center no-repeat;
    background-size: cover;
}

.evaluation-data .title_wrap .title {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: #20377d;
    color: #fff;
    border-radius: 2rem;.
}

.evaluation-data .title_wrap.society .title {
    background: var(--color-red);
}

.evaluation-data .title_wrap.science .title {
    background: #ff7600;
}

.evaluation-data .title_wrap .title_desc {
    color: var(--color-deep-blue);
}

.evaluation-data .title_wrap .btn-wrap a {
    position: relative;
}

.evaluation-data .title_wrap .btn-wrap a small {
    width: 110px;
    word-break: keep-all;
    line-height: 1.3;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    padding: 0.5rem 0.75rem;
    border: 2px solid var(--color-red);
    border-radius: 0.5rem;
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.2s all linear;
}

.evaluation-data .title_wrap .btn-wrap a small:before {
    content: '';
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid var(--color-red);
    position: absolute;
    left: -14px;
    top:50%;
    transform:translateY(-50%);
}

.evaluation-data .title_wrap .btn-wrap a:hover small {
    opacity: 1;
    transition: 0.2s all linear;
}

.boardList .bd_tit {
    position: absolute;
    left: 0;
    top: 0;
}

.board_table .bd_list_item .item_filename img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
}

.board_table .item_chk {
    width: 40px;
}

.board_table .item_filename {
    width: calc(100% - 40px - (10% * 3));
}

.board_table .item_scrap, .board_table .item_preview, .board_table .item_download {
    width: 10%;
}

.board_table button, .board_table .download_btn{
    width: 23px;
    height: 22px;
    transition: 0.2s all linear;
}

.board_table .preview_btn {
    background: url('../../img/renew/common/icon-preview.png') no-repeat center center / contain;
    opacity: 0.2;
}

.board_table .download_btn {
    background: url('../../img/renew/common/icon-download.png') no-repeat center center / contain;
    opacity: 0.2;
    display: inline-block;
}

.board_table .preview_btn:hover,
.board_table .download_btn:hover {
    opacity: 1;
    transition: 0.2s all linear;
}

/* 자료 오류 신고 */
.errorModify_modal .modal_box {
    box-sizing: border-box;
    padding: 2.5rem;
    width: 695px;
}

.errorModify_modal .modal_title {
    font-size: 1.375rem;
    font-weight: 600;
}

.errorModify_modal.modal_wrap .modal_box .comment {
    padding: 2rem 2rem 0;
    font-size: 95%;
}

.errorModify_modal.modal_wrap .modal_box .comment .p_br {
    display: block;
}

.errorModify_modal .select_area {
    margin: 2rem 0 1rem;
}

.errorModify_modal .select_area select {
    min-width: 150px;
    padding: 0.625rem 0.75rem;
    border: 1px solid #ddd;
}

.errorModify_modal .input_area input[type="text"]{
    width: 100%;
}

.errorModify_modal .input_area textarea {
    min-height: 100px;
    padding: 0.75rem 20px;
    margin-top: 1rem;
}

.errorModify_modal .upload {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.errorModify_modal #chooseFile {
    display: none;
}

.errorModify_modal .upload_btn {
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    margin-right: 1rem;
    box-shadow: none;
    cursor: pointer;
}

.errorModify_modal .loaded_files,
.errorModify_modal .loaded_files li {
    display: flex;
    align-items: center;
}

.errorModify_modal .loaded_files {
    flex-wrap: wrap;
}

.errorModify_modal .loaded_files li:not(:last-child) {
    margin-right: 20px;
}

.errorModify_modal .loaded_files span {
    font-size: 13px;
    text-decoration: underline;
}

.errorModify_modal .loaded_files .delete_btn {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    background: url('../../img/icon/icon_close_btn.svg') no-repeat center center / contain;
    min-width: auto;
    margin-top: 3px;
}

.errorModify_modal.modal_wrap .modal_box .button_wrap {
    margin-bottom: 0;
}

/* 수학 계통 클리닉 */
.math-depart-clinic {
    width: 1200px;
    margin: 1.75rem auto;
    box-sizing: border-box;
}

.math-depart-clinic img {
    max-width:100%;
    width: auto;
    height: auto;
}

.math-depart-clinic .head {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}

.math-depart-clinic .head .logo {
    width: 165px;
    position: absolute;
    left: 0;
    top: 0;
}

.math-depart-clinic .head .clinic_tit {
    position: relative;
    padding-top: 3.25rem;
}

.math-depart-clinic .head .clinic_tit span {
    display: block;
    text-align: center;
}

.math-depart-clinic .head .clinic_tit .small_txt {
    font-weight: 500;
    font-size: 1.125rem;
}

.math-depart-clinic .head .clinic_tit .big_txt {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 1.5rem;
}

.math-depart-clinic .head .clinic_info {
    font-weight: 600;
    color: var(--color-red);
    font-size: 17px;
    letter-spacing: -0.2px;
    padding-top: 8.5rem;
}

.math-depart-clinic .mt {
    margin-top: 3.75rem;
    position: relative;
}

.math-depart-clinic .mt2 {
    margin-top: 1rem;
    position: relative;
}

.math-depart-clinic .login_wrap {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #Fff;
    width: 100%;
    height: 455px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 4rem;
    border-radius: 1rem;
}

.math-depart-clinic .login_wrap .login_desc {
    width: 80%;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.6;
}

.math-depart-clinic .login_wrap a {
    width: 300px;
    text-align: center;
    background: var(--color-red);
    padding: 1rem;
    box-sizing: border-box;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 0.75rem;
}

.math-depart-clinic .clinic_top {
    box-sizing: border-box;
    padding: 3.25rem 3.75rem;
    border-radius: 1rem;
    background: #f3f9ff;
    position: relative;
    /*background: #feffe0;*/
    /*display: flex;*/
    /*align-items: center;*/
}

.math-depart-clinic .clinic_top > div {
    /*width: 50%;*/
}

.math-depart-clinic .clinic_top .left_con {

}

.math-depart-clinic .clinic_top .left_con .title {
    position: relative;
}

/* .math-depart-clinic .clinic_top .left_con .title:before {
    content:'';
    width: 38px;
    height: 25px;
    background: url('../../img/renew/evaluation/icon-left-quote.png');
    display: block;
    margin-bottom: 0.5rem;
}*/

.math-depart-clinic .clinic_top .left_con .title span {
    /*font-family: 'GangwonEduPowerExtraBoldA';*/
    font-size: 32px;
    line-height: 1.3;
    position: relative;
    z-index: 0;
    font-weight: 800;
    display: block;
}

/* .math-depart-clinic .clinic_top .left_con .title span:before {
    content:'';
    width: 100%;
    height: 20px;
    background: #f9ff49;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1;
}

.math-depart-clinic .clinic_top .left_con .title span:last-child:after {
    content:'';
    width: 38px;
    height: 25px;
    background: url('../../img/renew/evaluation/icon-left-quote.png');
    transform: rotate(-180deg);
    position: absolute;
    right: -3rem;
    bottom: 0.375rem;
} */

.math-depart-clinic .clinic_top .left_con .title .p_br {
    display: block;
}

.math-depart-clinic .clinic_top .left_con .desc {
    /*font-family: 'S-CoreDream-4Regular';*/
    margin-top: 1.25rem;
    line-height: 1.6;
    letter-spacing: -0.5px;
    font-size: 1.125rem;
}

.math-depart-clinic .clinic_top .left_con .desc u,
.math-depart-clinic .clinic_top .left_con .desc b {
    /*font-family: 'S-CoreDream-5Medium';*/
    display: inline-block;
}

.math-depart-clinic .clinic_top .left_con .desc b {
    margin-top: 1rem;
    font-size: 1.5rem;
}

.math-depart-clinic .clinic_top .p_br {
    display: block;
}

.math-depart-clinic .clinic_top .right_con {
    position: absolute;
    right: 3.75rem;
    top: 3.5rem;
    width: 45%;
}

.math-depart-clinic .clinic_top .textbook_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.math-depart-clinic .clinic_top a {
    background: linear-gradient(to right, #1f5393, #0f3768);
    border-radius: 2rem;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-family: 'S-CoreDream-4Regular';
    padding: 0.875rem 0;
    letter-spacing: -0.5px;
    margin-top: 1.5rem;
    line-height: 1.6;
}

.math-depart-clinic .clinic_top a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.math-depart-clinic .clinic_top a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    margin-left: 1rem;
    font-family: 'Cafe24Shiningstar';
}

.math-depart-clinic .clinic_top a span img {
    margin-top: -7px;
}

.math-depart-clinic .tab_wrap {
    background: none;
    border-radius: 0;
    margin: 0 0 1.5rem;
    gap: 1.25rem;
    overflow: visible;
}

.math-depart-clinic .tab_wrap li {
    width: 25%;
    border-radius: 1rem;
    border: 1px solid #ddd;
    cursor: pointer;
}

.math-depart-clinic .tab_wrap li:first-child.active {
    background: #ff8100;
    border-color: #ff8100;
    color: #fff;
}

.math-depart-clinic .tab_wrap li:nth-child(2).active {
    background: #00b050;
    border-color: #00b050;
    color: #fff;
}

.math-depart-clinic .tab_wrap li:nth-child(3).active {
    background: #00d2f3;
    border-color: #00d2f3;
    color: #fff;
}

.math-depart-clinic .tab_wrap li:nth-child(4).active {
    background: #a624e9;
    border-color: #a624e9;
    color: #fff;
}

.math-depart-clinic .tab_wrap li .flex-box {
    display: flex;
    align-items: center;
    padding: 1.125rem 1rem;
    position: relative;
}

.math-depart-clinic .tab_wrap li.active .flex-box:after {
    content: '';
    border-style: solid;
    border-width: 14px 12px 0;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform:translateX(-50%);
}

.math-depart-clinic .tab_wrap li:first-child.active .flex-box:after {
    border-color: #ff8100 transparent transparent;
}

.math-depart-clinic .tab_wrap li:nth-child(2).active .flex-box:after {
    border-color: #00b050 transparent transparent;
}

.math-depart-clinic .tab_wrap li:nth-child(3).active .flex-box:after {
    border-color: #00d2f3 transparent transparent;
}

.math-depart-clinic .tab_wrap li:nth-child(4).active .flex-box:after {
    border-color: #a624e9 transparent transparent;
}

.math-depart-clinic .tab_wrap .flex-img {
    width: 80px;
}

.math-depart-clinic .tab_wrap .flex-img img {
    vertical-align: middle;
}

.math-depart-clinic .tab_wrap .flex-txt {
    width: calc(100% - 80px);
    text-align: center;
}

.math-depart-clinic .tab_wrap .flex-txt small {
    display: block;
    font-size: 14px;
    margin-bottom: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.math-depart-clinic .tab_wrap .flex-txt b {
    display: block;
    font-size: 24px;
}

.math-depart-clinic .tabCon {
    position: relative;
    display: none;
}

.math-depart-clinic .tabCon.on {
    display: block;
}

.conImgWrap::-webkit-scrollbar {
    width: 100%;
    height: 5px;
}
.conImgWrap::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.2);
}
.conImgWrap::-webkit-scrollbar-thumb {
    background-color: var(--color-red);
}
.conImgWrap::-webkit-scrollbar-button {
    display: none;
}

.conImgWrap .conImg {
    position: relative;
}

.conImgWrap .conImg .grade {
    position: absolute;
    top: 114px;
    width: 129px;
    height: 162px;
}

.conImgWrap .conImg  .grade1 {left: 34px;}
.conImgWrap .conImg .grade2 {left: 217px;}
.conImgWrap .conImg .grade3 {left: 399px;}
.conImgWrap .conImg .grade4 {left: 582px;}

#tab01 .conImgWrap .conImg .grade2 {height: 125px;}
#tab01 .conImgWrap .conImg .grade3 {height: 185px;}
#tab01 .conImgWrap .conImg .grade4 {height: 133px;width: 147px;}

#tab02 .conImgWrap .conImg  .grade {top: 220px;height: 19px;}

#tab03 .conImgWrap .conImg  .grade {top: 104px;height: 174px;}
#tab03 .conImgWrap .conImg  .grade2 {height: 200px;}
#tab03 .conImgWrap .conImg  .grade4 {height: 155px;}

#tab04 .conImgWrap .conImg  .grade {top: 173px; height: 42px;width: 128px;}
#tab04 .conImgWrap .conImg  .grade2 {left:215px;}
#tab04 .conImgWrap .conImg  .grade3 {left: 398px;height: 20px;}
#tab04 .conImgWrap .conImg  .grade4 {left:580px; }

.conImgWrap .conImg .grade a {
    width: 100%;
    height: 19px;
    border: 2px solid transparent;
    border-radius: 1rem;
    /*animation: opacity 2s infinite;*/
}

#tab01 .conImgWrap .conImg .grade1 a.semester1-3 {margin-top: 12px;}
#tab01 .conImgWrap .conImg .grade1 a.semester2-2 {margin-top: 3px;}
#tab01 .conImgWrap .conImg .grade1 a.semester2-6 {margin-top: 3px;}
#tab01 .conImgWrap .conImg .grade2 a.semester1-3 {margin-top: 11.5px;}
#tab01 .conImgWrap .conImg .grade2 a.semester1-6 {margin-top: 11px;}
#tab01 .conImgWrap .conImg .grade3 a.semester1-3 {margin-top: 26px;}
#tab01 .conImgWrap .conImg .grade3 a.semester1-6 {margin-top: 11px;}
#tab01 .conImgWrap .conImg .grade3 a.semester2-5 {margin-top: 4px;}
#tab01 .conImgWrap .conImg .grade4 a.semester1-1, #tab01 .conImgWrap .conImg .grade4 a.semester1-3 {width: 129px;}
#tab01 .conImgWrap .conImg .grade4 a.semester1-3 {margin-top: 34px;}
#tab01 .conImgWrap .conImg .grade4 a.semester2-1 {margin-top: 19px;}
#tab01 .conImgWrap .conImg .grade5 a.semester1-1 {margin-top: 2px;}
#tab01 .conImgWrap .conImg .grade5 a.semester1-2 {margin-top: 10px;}
#tab01 .conImgWrap .conImg .grade5 a.semester1-4 {margin-top: 10px;}
#tab01 .conImgWrap .conImg .grade5 a.semester1-5 {margin-top: 3px;}
#tab01 .conImgWrap .conImg .grade5 a.semester2-2 {margin-top: 11px;}
#tab01 .conImgWrap .conImg .grade5 a.semester2-4 {margin-top: 3px;}
#tab01 .conImgWrap .conImg .grade6 a.semester1-1 {margin-top: 2px;}
#tab01 .conImgWrap .conImg .grade6 a.semester1-3 {margin-top: 3px;}
#tab01 .conImgWrap .conImg .grade6 a.semester2-1 {margin-top: 3px;}
#tab01 .conImgWrap .conImg .grade6 a.semester2-2 {margin-top: 3px;}

#tab03 .conImgWrap .conImg .grade1 a.semester1-4 {margin-top: 91px;}
#tab03 .conImgWrap .conImg .grade1 a.semester2-3 {margin-top: 4px;}
#tab03 .conImgWrap .conImg .grade2 a.semester1-4 {margin-top: 114px;}
#tab03 .conImgWrap .conImg .grade2 a.semester2-4 {margin-top: 3px;height: 23px;}
#tab03 .conImgWrap .conImg .grade3 a.semester1-5 {margin-top: 91px;}
#tab03 .conImgWrap .conImg .grade4 a.semester1-2 {margin-top: 49px;}
#tab03 .conImgWrap .conImg .grade5 a.semester1-6 {margin-top: 90px;}
#tab03 .conImgWrap .conImg .grade6 a.semester1-6 {margin-top: 70px;}

#tab04 .conImgWrap .conImg .grade4 a {height: 20px;}
#tab04 .conImgWrap .conImg .grade4 a.semester2-5 {margin-top: 3px;}

.conImgWrap .conImg .grade5,
.conImgWrap .conImg .grade6 {
    left: 68%;
    width: 12%;
    height: 57%;
}

.conImgWrap .conImg .grade6 {
    left: 85%;
    height: 58%;
}

.conImgWrap .conImg a.active {
    border-color: var(--color-org);
}

.conImgWrap .conImg .grade a + a {
    margin-top: 3.5px;
}

#tab01 .conImgWrap .conImg .grade1 a.semester1-1 {
    position: relative;
}

#tab01 .conImgWrap .conImg .grade1 a.semester1-1:before {
    content:'';
    width: 25px;
    height: 25px;
    background: url('../../img/landing/icon-touch-effect.png');
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -0.375rem;
    z-index: 99;
    opacity: 1;
    transition:0.2s all linear;
}

#tab01 .conImgWrap .conImg .grade1 a.semester1-1:after {
    content:'';
    width: 37px;
    height: 42px;
    background: url('../../img/landing/icon-touch.png') center no-repeat;
    background-size: contain;
    position: absolute;
    right: -1.25rem;
    bottom: -2.125rem;
    z-index: 100;
    opacity: 1;
    transition:0.2s all linear;
}

@keyframes opacity {
    0% {opacity: 0;  border-color: transparent;}
    50% {opacity: 1;  border-color: var(--color-org);}
    100% {opacity: 0.5;  border-color: transparent;}
}

#tab01 .conImgWrap .conImg .grade1 a.semester1-1.on:before,
#tab01 .conImgWrap .conImg .grade1 a.semester1-1.on:after {
    opacity: 0;
    transition:0.2s all linear;
}

.popupWrap {
    width: 50%;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    background: #fff;
    border-radius: 1rem;
    box-sizing: border-box;
    box-shadow: 0 4px 40px rgba(0,0,0,0.4);
    padding: 1.75rem 2rem;
    display: none;
}

.popupWrap .popup_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popupWrap .popup_top .popup_tit {
    font-weight: 500;
}

.popupWrap .popup_top .popup_tit span {
    background: var(--color-red);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2rem;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}

.popupWrap .popup_top .popup_tit span:not(:first-child) {
    margin-left: 5px;
}

.popupWrap .popup_top .popup_tit b {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    margin-top: -3px;
    color: var(--color-red);
    font-size: 17px;
}

.popupWrap .popup_top .popup_close {
    cursor: pointer;
}

.popupWrap .table_list {
    margin-top: 1rem;
}

.popupWrap .table_list li {
    display: flex;
    align-items: center;
}

.popupWrap .table_list li:not(.table_head) {
    border-bottom: 1px solid #000;
}

.popupWrap .table_list li p {
    padding: 0.5rem 0.5rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}

.popupWrap .table_list .table_head {
    border-radius: 0.5rem;
    overflow: hidden;
}

.popupWrap .table_list .table_head p {
    background: #000;
    color: #fff;
}

.popupWrap .table_list .th01 {
    width: 50%;
}

.popupWrap .table_list li:nth-child(2) .th01 {
    letter-spacing: 0.875px;
}

.popupWrap .table_list li:nth-child(3) .th01 {
    letter-spacing: 0.75px;
}

.popupWrap .table_list .th02,
.popupWrap .table_list .th03 {
    width: 25%;
}

.popupWrap .table_list .th01 img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.popupWrap .ppt,
.popupWrap .pdf,
.popupWrap .zip,
.popupWrap .preview,
.popupWrap .download {
    width: 20px;
    height: 23px;
    background-size: contain;
    margin: auto;
}

.popupWrap .ppt {
    background: url('../../img/renew/curriculum/file-icon-ppt.svg') center no-repeat;
}

.popupWrap .pdf {
    background: url('../../img/renew/curriculum/file-icon-pdf.svg') center no-repeat;
}

.popupWrap .zip {
    background: url('../../img/renew/curriculum/file-icon-zip.svg') center no-repeat;
}

.popupWrap .preview {
    width: 23px;
    height: 23px;
    background: url('../../img/renew/evaluation/icon-play.png') center no-repeat;
    background-size: contain;
}

.popupWrap .download {
    width: 22px;
    height: 22px;
    background: url('../../img/renew/common/icon-download.png') center no-repeat;
}

.popupWrap .popup_bot p {
    margin-top: 0.75rem;
    letter-spacing: -0.5px;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    padding-left: 1rem;
}

.popupWrap .popup_bot p:before {
    content:'※';
    position: absolute;
    left: 0;
    top: 0;
}

.popupWrap .popup_bot .p_br {
    display: block;
}

.info_box {
    background: #f6f6f6;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    padding: 2rem;
    border-radius: 10px;
}

.info_box h2 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}

.info_box h2 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-top: -5px;
    overflow: hidden;
}

.info_box b {
    color: var(--color-org);
}

ol li {
    list-style: decimal;
    margin-left: 1.75rem;
    padding-left: 0.375rem;
    width: calc(100% - 2rem);
    line-height: 1.4;
}

ol li + li {
    margin-top: 0.5rem;
}

.clinic_zoom_tit_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.clinic_zoom_tit {

}

.clinic_zoom_tit .sm_tit {
    font-size: 20px;
    font-weight: 500;
}

.clinic_zoom_tit .sm_tit span {
    color: var(--color-red);
}

.clinic_zoom_tit .big_tit {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0.625rem 0 1.5rem;
}

.clinic_zoom_tit .big_tit span {
    background: var(--color-red);
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 0.5rem;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    margin-left: 0.5rem;
}

.clinic_zoom_btn a {
    box-sizing: border-box;
    border: 1px solid var(--color-deep-blue);
    font-size: 17px;
    line-height: 1.2;
    padding: 0.875rem 1.5rem 0.875rem 4.5rem;
    font-weight: 500;
    border-radius: 0.75rem;
    letter-spacing: -0.5px;
    background: url(../../img/renew/curriculum/file-icon-pdf.svg) 1.5rem center no-repeat;
    background-size: 35px;
    margin-top: -0.25rem;
    transition: 0.2s all linear;
}

.clinic_zoom_btn a:hover {
    background-color: var(--color-deep-blue);
    color: #fff;
    transition: 0.2s all linear;
}

.clinic_zoom_btn a .p_br {
    display: block;
}

.clinic_zoom_img {
    position: relative;
    display: inline-block;
}

.clinic_zoom_img img {
    display: block;
    max-width: 100%;
    cursor: zoom-in;
}

#zoom-area {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 2px dashed var(--color-org);
    display: none;
    cursor: zoom-out;
    background-size: 150%;
    background-repeat: no-repeat;
    z-index: 10;
}

/* 반응형 */
@media(max-width:1400px){
    .evaluation-data .title_wrap .btn-wrap a small {
        right: auto;
        left: -120px;
    }

    .evaluation-data .title_wrap .btn-wrap a small:before {
        left: auto;
        right: -14px;
        border-left-color: var(--color-red);
        border-right-color: transparent;
    }
}

@media(max-width:1200px){
    .conImgWrap {
        overflow-x: scroll;
        cursor: grab;
    }

    .conImgWrap .conImg {
        width: 1200px;
    }

    .title_wrap .title {
        font-size: 18px;
    }

    /*.intro.title_wrap:before {*/
    /*    width: 190px;*/
    /*    height: 135px;*/
    /*}*/

    .intro.title_wrap:after {
        width: 240px;
        height: 150px;
    }

    .eval_list .eval_item .btn_zoom {
        width: 50px;
        height: 50px;
        background-size: 22px;
    }

    .evaluation-data .title_wrap .title {
        padding: 0.75rem 2rem;
    }

    /* 수학 계통 클리닉 */
    .math-depart-clinic {
        width: 100%;
    }

    .math-depart-clinic .clinic_top {
        padding: 2.75rem;
    }

    .math-depart-clinic .clinic_top .right_con {
        right: 2.75rem;
        top: 3rem;
    }
    .math-depart-clinic .head .clinic_tit .big_txt {
        font-size: 2.75rem;
    }

    .math-depart-clinic .clinic_top .left_con .title span {
        font-size: 30px;
    }

    .math-depart-clinic .clinic_top .left_con .desc b {
        font-size: 1.375rem;
    }

    .math-depart-clinic .login_wrap {
        height: 450px;
        border-radius: 0.5rem;
    }

    .math-depart-clinic .tab_wrap li .flex-box {
        padding: 1.125rem 0.75rem;
    }

    .math-depart-clinic .tab_wrap .flex-txt b {
        font-size: 20px;
    }

    .math-depart-clinic .tab_wrap .flex-img {
        width: 55px;
    }

    .math-depart-clinic .tab_wrap .flex-txt {
        width: calc(100% - 55px);
        padding-left: 5px;
    }

    .math-depart-clinic .tab_wrap .flex-txt small {
        font-size: 13px;
        margin-bottom: 0.5rem;
    }
}

@media(max-width:1024px){

    /*.intro.title_wrap:before {*/
    /*    width: 206px;*/
    /*    height: 142px;*/
    /*}*/

    .intro.title_wrap:after {
        top: 52%;
    }

    /* 수학 계통 클리닉 */
    .math-depart-clinic .head {
        display: block;
    }

    .math-depart-clinic .head .logo {
        position: inherit;
        left: auto;
        top: auto;
    }

    .math-depart-clinic .head .clinic_tit {
        padding-top: 0;
        margin-top: -2rem;
    }

    .math-depart-clinic .head .clinic_tit .big_txt {
        font-size: 2.5rem;
    }

    .math-depart-clinic .head .clinic_tit .small_txt {
        font-size: 17px;
    }

    .math-depart-clinic .clinic_top .right_con {
        width: 42%;
        right: 2.5rem;
        top: 2.75rem;
    }

    .math-depart-clinic .clinic_top .left_con .title span {
        font-size: 28px;
    }

    .math-depart-clinic .clinic_top .left_con .desc {
        font-size: 1rem;
    }

    .math-depart-clinic .clinic_top .left_con .desc b {
        font-size: 1.25rem;
    }

    .math-depart-clinic .login_wrap {
        height: 560px;
        border-radius: 0.5rem;
    }

    .math-depart-clinic .tab_wrap {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .math-depart-clinic .tab_wrap li {
        width: calc((100% - 1rem) / 2);
    }

    .math-depart-clinic .tab_wrap li.active .flex-box:after {
        display: none;
    }

    .math-depart-clinic .tab_wrap .flex-txt {
        width: auto;
        padding-left: 1rem;
    }

    .math-depart-clinic .tab_wrap li .flex-box {
        justify-content: center;
    }

    .popupWrap {
        width: 60%;
    }

    .clinic_zoom_tit .sm_tit {
        font-size: 18px;
    }

    .clinic_zoom_tit .big_tit {
        font-size: 30px;
    }

    .clinic_zoom_tit .big_tit span {
        padding: 0.375rem 0.5rem;
        font-size: 18px;
    }

    .clinic_zoom_btn a {
        font-size: 1rem;
    }

    #zoom-area {
        width: 250px;
        height: 250px;
    }

}

@media(max-width:970px){

    /*.intro.title_wrap:before {*/
    /*    width: 190px;*/
    /*    height: 135px;*/
    /*}*/

    /*.intro.title_wrap:after {*/
    /*    width: 115px;*/
    /*    height: 120px;*/
    /*    right: 1rem;*/
    /*}*/

    .eval_tit {
        line-height: 1.3;
        word-break: keep-all;
    }

    /* 수학 계통 클리닉 */
    .math-depart-clinic .head {
        padding-bottom: 0;
        border-bottom: none;
    }

    .math-depart-clinic .head .clinic_tit {
        margin-top: 2rem;
    }

    .math-depart-clinic .mt {
        margin-top: 3.25rem;
    }

    .math-depart-clinic .login_wrap {
        height: 550px;
    }

    .math-depart-clinic .clinic_top {
        padding: 17rem 2.75rem 2.75rem;
    }

    .math-depart-clinic .clinic_top .right_con {
        width: 100%;
        height: 190px;
        right: 50%;
        transform:translateX(50%);
    }

    .math-depart-clinic .clinic_top .textbook_img {
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .math-depart-clinic .clinic_top .right_con img {
        height: 100%;
    }

    .math-depart-clinic .clinic_top .left_con {
        text-align: center;
    }

    .math-depart-clinic .clinic_top .left_con .title span {
        display: inline-block;
        font-size: 26px;
    }

    .math-depart-clinic .clinic_top .p_br {
        display: inline-block;
    }

    .math-depart-clinic .clinic_top .left_con .desc {
        margin-top: 2rem;
        word-break: keep-all;
    }

    .math-depart-clinic .clinic_top .left_con .desc + .desc {
        margin-top: 0.25rem;
    }

    .math-depart-clinic .clinic_top .left_con .desc b {
        font-size: 1.125rem;
    }

    .math-depart-clinic .tab_wrap li .flex-box {
        padding: 1rem 0.75rem;
    }

    .popupWrap {
        width: 580px;
    }

    .info_box {
        padding: 1.5rem;
    }

    .info_box h2 {
        font-size: 1.125rem;
    }

    .info_box h2 span {
        width: 30px;
        height: 30px;
        margin-top: -3px;
    }

    ol li {
        margin-left: 1.625rem;
        word-break: keep-all;
    }

    .clinic_zoom_tit .sm_tit {
        font-size: 16px;
    }

    .clinic_zoom_tit .big_tit {
        font-size: 28px;
    }

    .clinic_zoom_tit .big_tit span {
        font-size: 15px;
        margin-left: 0.25rem;
    }

    .clinic_zoom_btn a {
        font-size: 15px;
        background-size: 30px;
        background-position-x: 1.24rem;
        padding: 0.75rem 1.25rem 0.75rem 3.75rem;
    }

}

@media(max-width:818px){

    .math-depart-clinic .login_wrap .login_desc {
        font-size: 1.5rem;
    }

    .math-depart-clinic .login_wrap a {
        font-size: 1rem;
    }

}

@media(max-width:768px){

    .evaluation-data .title_wrap.math {
        background-image: url('../../img/renew/evaluation/evaluation-data-bg-math-m.jpg');
    }

    .evaluation-data .title_wrap.society {
        background-image: url('../../img/renew/evaluation/evaluation-data-bg-society-m.jpg');
    }

    .evaluation-data .title_wrap.science {
        background-image: url('../../img/renew/evaluation/evaluation-data-bg-science-m.jpg');
    }

    .eval_tit {
        font-size: 1rem;
    }

    .eval_list .eval_item .eval_big_tit {
        font-size: 1.75rem;
    }

    .title_wrap .title {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .title_wrap .btn-wrap {
        position: inherit;
        right: auto;
        top: auto;
        transform: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        margin-top: 1.5rem;
    }

    .title_wrap .btn-wrap a + a {
        margin-top: 0;
    }

    .errorModify_modal .modal_box {
        width: 90%;
    }

    .errorModify_modal .select_area select {
        min-width: calc((100% - 12px - 150px) / 3);
    }

    .errorModify_modal .select_area select:last-child {
        min-width: 150px;
    }

    .evaluation-data .title_wrap .btn-wrap a small {
        padding: 0.5rem 0.5rem 0.375rem;
        width: 102px;
        left: 50%;
        top: -55px;
        transform: translateX(-50%);
        text-align: center;
    }

    .evaluation-data .title_wrap .btn-wrap a small:before {
        right: 50%;
        border-left-color: transparent;
        border-top-color: var(--color-red);
        transform: translateX(50%);
        top: auto;
        bottom: -13px;
    }

    /* 수학 계통 클리닉 */
    .math-depart-clinic .head .logo {
        width: 150px;
    }

    .math-depart-clinic .clinic_top {
        padding: 15rem 2rem 2.75rem;
    }

    .math-depart-clinic .head .clinic_tit .big_txt {
        font-size: 2.375rem;
        margin-top: 1.25rem;
    }

    .math-depart-clinic .head .clinic_tit .small_txt {
        font-size: 1rem;
    }

    .math-depart-clinic .mt {
        margin-top: 2.75rem;
    }

    .math-depart-clinic .login_wrap {
        height: 545px;
    }

    .math-depart-clinic .clinic_top .right_con {
        height: 150px;
    }

    .math-depart-clinic .clinic_top .p_br {
        display: block;
    }

    .math-depart-clinic .tab_wrap li .flex-box {
        padding: 0.875rem 0.75rem;
    }

    .popupWrap {
        width: 550px;
    }

    .clinic_zoom_tit .sm_tit {
        font-size: 14px;
    }

    .clinic_zoom_tit .big_tit {
        font-size: 24px;
    }

    .clinic_zoom_tit .big_tit span {
        font-size: 13px;
    }

    .clinic_zoom_btn a {
        font-size: 14px;
    }

}

@media(max-width:640px){

    .intro.title_wrap:after {
        top: 52%;
        width: 210px;
        height: 130px;
        right: 2rem;
    }

    .eval_tit {
        font-size: 15px;
        max-width: calc(100% - 100px);
    }

    .eval_tit:before {
        left: -50px;
    }

    .eval_tit:after {
        right: -50px;
    }

    .eval_list .eval_item .eval_big_tit {
        font-size: 1.5rem;
    }

    .title_wrap .btn-wrap a {
        padding: 0.75rem 1.125rem;
    }

    .title_wrap .btn-wrap a img {
        display: none;
    }

    .boardList .bd_tit {
        position: inherit;
        left: auto;
        top:auto;
    }

    .board_table .item_chk {
        width: 60px;
    }

    .board_table .item_chk input {
        margin: auto;
    }

    .board_table .bd_head .item_scrap, .board_table .bd_head .item_preview, .board_table .bd_head .item_download {
        display: none;
    }

    .board_table .bd_list_item p.item_scrap, .board_table .bd_list_item p.item_preview, .board_table .bd_list_item p.item_download {
        padding: 0;
        width: auto;
        position: absolute;
        left: 60px;
        bottom: 0.75rem;
    }

    .board_table .bd_list_item p.item_preview {
        left: 90px;
    }

    .board_table .bd_list_item p.item_download {
        left: 120px;
    }

    .errorModify_modal .modal_box {
        padding: 2rem;
    }

    .errorModify_modal.modal_wrap .modal_box .comment {
        padding: 1.5rem 0 0;
        letter-spacing: -0.5px;
        word-break: keep-all;
    }

    .errorModify_modal.modal_wrap select {
        font-size: 13px;
    }

    /* 수학 계통 클리닉 */
    .math-depart-clinic .clinic_top .left_con .title span {
        font-size: 22px;
    }

    .math-depart-clinic .clinic_top .right_con {
        height: 120px;
        top: 2.5rem;
    }

    .math-depart-clinic .clinic_top {
        padding: 12rem 1.5rem 2.25rem;
    }

    .math-depart-clinic .clinic_top .left_con .desc {
        font-size: 15px;
    }

    .math-depart-clinic .clinic_top .left_con .desc {
        margin-top: 1.75rem;
    }

    .math-depart-clinic .clinic_top .left_con .desc b {
        font-size: 1rem;
        line-height: 1.4;
    }

    .math-depart-clinic .head .clinic_tit .big_txt {
        font-size: 2.125rem;
    }

    .math-depart-clinic .login_wrap .login_desc {
        width: 100%;
        font-size: 1.3755rem;
    }

    .math-depart-clinic .login_wrap {
        height: calc(100% - 295px);
        border-radius: 0.375rem;
    }

    .math-depart-clinic .tab_wrap .flex-img {
        width: 50px;
    }

    .math-depart-clinic .tab_wrap .flex-txt {
        padding-left: 10px;
    }

    .math-depart-clinic .tab_wrap {
        gap: 0.75rem;
    }

    .math-depart-clinic .tab_wrap li {
        width: calc((100% - 0.75rem) / 2);
    }

    .math-depart-clinic .tab_wrap .flex-txt b {
        font-size: 18px;
    }

    .math-depart-clinic .tab_wrap .flex-txt small {
        letter-spacing: -1px;
    }

    .popupWrap {
        width: 450px;
        height: 285px;
        padding: 1.5rem;
    }

    .popupWrap .popup_bot p {
        font-size: 14px;
    }

    .popupWrap .popup_top .popup_tit b {
        font-size: 1rem;
    }

    .popupWrap .popup_top .popup_tit span {
        font-size: 13px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin-top: -2px;
    }

    .popupWrap .popup_top .popup_close {
        width: 16px;
    }

    .clinic_zoom_tit_wrap {
        display: block;
    }

    .clinic_zoom_tit .big_tit span {
        margin-top: -4px;
    }

    .clinic_zoom_btn {
        text-align: right;
        margin-bottom: 1rem;
    }

    .clinic_zoom_btn a {
        display: inline-block;
        background-size: 22px;
        padding: 0.75rem 1.25rem 0.75rem 3.125rem;
    }

    .clinic_zoom_btn a .p_br {
        display: inline-block;
    }

    #zoom-area {
        width: 200px;
        height: 200px;
    }


}

@media(max-width:480px){

    .tab_wrap {
        margin: 2rem 0 1.5rem;
    }

    .eval_tit {
        font-size: 14px;
        line-height: 1.4;
        gap: 3.25rem;
        margin: 1rem auto 3rem;
    }

    .eval_list .eval_item {
        width:100%;
    }

    .eval_list .eval_item .eval_big_tit {
        font-size: 1.375rem;
    }

    .eval_list .eval_item .eval_desc {
        margin-top: 0.75rem;
    }

    .eval_list .eval_item .eval_img {
        margin: 1.5rem auto 0;
    }

    .eval_tit:before, .eval_tit:after {
        width: 39px;
        height: 26px;
        background-size: contain;
    }

    .title_wrap .title {
        margin-bottom: 1rem;
    }

    .title_wrap .btn-wrap {
        gap: 0.5rem;
    }

    .title_wrap .btn-wrap a {
        padding: 0.625rem 1rem;
    }

    .evaluation-data .title_wrap .title {
        padding: 0.625rem 1.5rem;
    }

    .board_table .bd_list_item .item_filename img {
        margin-right: 6px;
        width: 18px;
    }

    .errorModify_modal .select_area select,
    .errorModify_modal .select_area select:last-child {
        min-width: calc((100% - 8px) / 3);
    }

    .errorModify_modal .select_area select:last-child {
        min-width: 100%;
        margin-top: 0.25rem;
    }

    .errorModify_modal .modal_title {
        font-size: 1.25rem;
    }

    .errorModify_modal.modal_wrap .modal_box .comment {
        padding: 1rem 0 0;
    }

    .errorModify_modal.modal_wrap .modal_box .comment .p_br {
        height: 5px;
    }

    .errorModify_modal.modal_wrap .modal_box .comment .m_br {
        display: block;
    }

    .errorModify_modal .input_area textarea {
        min-height: 130px;
    }

    /* 수학 계통 클리닉 */
    .math-depart-clinic .head .logo {
        width: 135px;
    }

    .math-depart-clinic .head .clinic_tit .small_txt {
        font-size: 13px;
    }

    .math-depart-clinic .head .clinic_tit .big_txt {
        font-size: 1.75rem;
        margin-top: 1rem;
    }

    .math-depart-clinic .mt {
        margin-top: 2.25rem;
    }

    .math-depart-clinic .login_wrap {
        height: 685px;
        gap: 3rem;
    }

    .math-depart-clinic .login_wrap .login_desc {
        font-size: 1.125rem;
        letter-spacing: -0.5px;
    }

    .math-depart-clinic .login_wrap a {
        font-size: 15px;
        width: 280px;
        padding: 0.875rem;
    }

    .math-depart-clinic .clinic_top {
        padding: 10rem 1rem 2rem;
    }

    .math-depart-clinic .clinic_top .right_con {
        height: 100px;
        top: 2.25rem;
    }

    .math-depart-clinic .clinic_top .left_con .title span {
        font-size: 18px;
        line-height: 1.4;
    }

    .math-depart-clinic .clinic_top .left_con .desc {
        margin-top: 1.25rem;
        line-height: 1.4;
        font-size: 14px;
    }

    .math-depart-clinic .clinic_top .left_con .desc b {
        font-size: 14px;
    }

    .math-depart-clinic .clinic_top .left_con .desc b b {
        margin-top: 0;
    }

    .math-depart-clinic .tab_wrap {
        gap: 0.5rem;
    }

    .math-depart-clinic .tab_wrap li {
        width: 100%;
    }

    .math-depart-clinic .tab_wrap li .flex-box {
        padding: 0.75rem;
    }

    .math-depart-clinic .tab_wrap .flex-txt {
        padding-left: 1rem;
    }

    .popupWrap {
        width: 100%;
        height: 275px;
        padding: 2.75rem 1.25rem 1.25rem;
    }

    .popupWrap .popup_top .popup_close {
        position: absolute;
        right: 1.25rem;
        top: 1.25rem;
    }

    .popupWrap .table_list {
        margin-top: 0.75rem;
    }

    .popupWrap .table_list li p {
        padding: 0.375rem 0;
    }

    .popupWrap .table_list .th01 img {
        width: 16px;
        margin-right: 0.375rem;
    }

    .popupWrap .table_list .th01 {
        width: 40%;
    }

    .popupWrap .table_list .th02, .popupWrap .table_list .th03 {
        width: 30%;
    }

    .popupWrap .popup_bot p {
        font-size: 13px;
        letter-spacing: -0.5px;
    }

    .popupWrap .ppt, .popupWrap .pdf, .popupWrap .zip, .popupWrap .preview, .popupWrap .download {
        height: 20px;
    }

    .popupWrap .download {
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .popupWrap .popup_bot p {
        padding-left: 0.75rem;
        line-height: 1.3;
    }

    .popupWrap .popup_bot .p_br {
        display: inline-block;
    }

    .popupWrap .popup_top .popup_tit {
        letter-spacing: -0.5px;
    }

    .popupWrap .popup_top .popup_tit b {
        font-size: 15px;
        margin-left: 0.25rem;
    }

    .popupWrap .popup_top .popup_tit span {
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin-top: 0px;
    }

    .popupWrap .popup_top .popup_tit span:not(:first-child) {
        margin-left: 3px;
    }

    .info_box {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .info_box h2 span {
        width: 26px;
        height: 26px;
        margin-right: 0.25rem;
    }

    .info_box h2 {
        font-size: 1rem;
    }

    ol li {
        margin-left: 1.125rem;
        padding-left: 0.125rem;
        width: calc(100% - 1.25rem);
    }

    .clinic_zoom_tit .sm_tit {
        font-size: 13px;
    }

    .clinic_zoom_tit .big_tit {
        font-size: 20px;
    }

    .clinic_zoom_btn a {
        font-size: 13px;
        background-position-x: 1rem;
        background-size: 18px;
        padding: 0.625rem 1rem 0.625rem 2.625rem;
    }

    .clinic_zoom_tit .big_tit span {
        font-size: 12px;
    }
}

@media(max-width:380px){
    .title_wrap .btn-wrap a {
        padding: 0.625rem 0.75rem;
        letter-spacing: -0.5px;
    }

    /* 수학계통클리닉 */
    .math-depart-clinic .login_wrap .login_desc {
        font-size: 1rem;
    }
    .math-depart-clinic .head .clinic_tit .big_txt {
        font-size: 1.5rem;
    }

    .math-depart-clinic .clinic_top {
        padding: 8.5rem 1rem 1.5rem;
    }

    .math-depart-clinic .clinic_top .right_con {
        height: 85px;
        top: 1.75rem;
    }

    .math-depart-clinic .clinic_top .left_con .title span {
        font-size: 1rem;
    }

    .math-depart-clinic .clinic_top .left_con .desc {
        font-size: 13px;
        letter-spacing: -0.5px;
    }

    .math-depart-clinic .clinic_top .left_con .desc + .desc {
        margin-top: 0.75rem;
    }

    .math-depart-clinic .clinic_top .left_con .desc b {
        font-size: 13px;
    }

}

