@charset "utf-8";

.pagecommon{--bg:rgba(153,135,120,0.08)}
.pagecommon b.point{color:var(--primary)}
.pagecommon .tit--large{font-family:var(--batang-font);font-size:34px;font-weight:700;line-height:1.3;color:#000;word-break:keep-all;white-space:pre-line}
.pagecommon .tit--medium{font-family:var(--batang-font);font-size:26px;font-weight:700;line-height:1.38;word-break:keep-all;white-space:pre-line;color:#000}
.pagecommon .area-tit p.desc{font-size:17px;line-height:1.58;color:#666;word-break:keep-all;white-space:pre-line}
.pagecommon .cont__tit .en{display:inline-block;padding-bottom:30px;font-family:var(--batang-font);font-size:15px;font-weight:700;color:var(--primary)}
.pagecommon .cont__tit h3{font-family:var(--batang-font);font-size:30px;font-weight:700;line-height:1.3;color:#111;word-break:keep-all;white-space:pre-line}
.pagecommon .cont__tit p{font-size:16px;line-height:1.5;color:#666;white-space:pre-line;word-break:keep-all}
.pagecommon .btn--round{padding:16px 35px;border-radius:100px;background-color:var(--primary);border:1px solid var(--primary);font-size:17px;font-weight:700;color:#fff;text-align:center;box-sizing:border-box;cursor:pointer;transition:all 0.3s}
.pagecommon .btn--round:hover{background-color:#fff;color:var(--primary)}

/* 교육과정 공통 체크리스트*/
.pagecommon .sc__recommend .cont__tit{padding-bottom:60px;text-align:center}
.pagecommon .sc__recommend .recommend-list{display:flex;flex-direction:column;gap:10px;max-width:845px;width:100%;margin:0 auto}
.pagecommon .sc__recommend .recommend-list li{display:flex;align-items:center;justify-content:center;gap:12px;text-align:center;border:1px solid var(--primary);border-radius:100px;padding:22px 0;font-size:20px;font-weight:600;line-height:1.4;background-color:#fff}
.pagecommon .sc__recommend .recommend-list li p{word-break:keep-all}
.pagecommon .sc__recommend .recommend-list li .ic-check{display:flex;align-items:center;justify-content:center;width:26px;aspect-ratio:1;border-radius:100px;background-color:var(--primary);color:#fff}
.pagecommon .sc__recommend .recommend-list li .ic-check svg{width:16px;height:16px;stroke-width:2.5px}
.pagecommon .sc__recommend .recommend-list li b{font-weight:600}

/* 교육과정 공통 교육일정안내 기본 스타일*/
.pagecommon .sc__timetable .cont__tit{padding-bottom:55px;text-align:center}
.pagecommon .sc__timetable .timetable{padding-bottom:70px}
/* .pagecommon .sc__timetable .timetable{padding-bottom:70px;font-size:16px} */
.pagecommon .sc__timetable .btn-wrap{display:flex;align-items:center;justify-content:center;gap:10px}
.pagecommon .sc__timetable .btn-wrap .btn--edit{background-color:#f0f0f0;border-color:#e1e1e1;color:#a5a5a5}
.pagecommon .sc__timetable .btn-wrap .btn--edit:hover{background-color:#f0f0f0;color:#7f7f7f}

/* 공통 교육 일정 안내 (기본테이블 스타일) (임시) */
/* .timetable_tbl{width:100%;border-collapse:collapse}
.timetable_tbl thead th{padding:17px;font-family:var(--batang-font);font-size:17px;font-weight:700;color:#fff;background-color:var(--primary);border-right:1px solid var(--primary)}
.timetable_tbl thead th:first-child{border-left:1px solid var(--primary)}
.timetable_tbl tbody td{padding:22px;font-family:var(--k-font);font-size:16px;font-weight:600;color:#111;text-align:center;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1}
.timetable_tbl tbody td:first-child{border-left:1px solid #e1e1e1} */


/* ========================================= 학원소개 */
#sh_about .sc__target{padding-bottom:75px}
#sh_about .sc__target .area-tit{display:flex;flex-direction:column;align-items:center;gap:45px;text-align:center;padding-bottom:82px}
#sh_about .sc__target .target-list{display:flex;flex-direction:column;align-items:center;gap:12px;padding-bottom:48px}
#sh_about .sc__target .target-list li{max-width:860px;width:100%;padding:29px;border-radius:14px;background-color:rgba(137,124,114,0.85);text-align:center;color:#fff;font-size:18px;font-weight:700;line-height:1.4;word-break:keep-all}
#sh_about .sc__target .dot-motion{display:flex;flex-direction:column;align-items:center;gap:10px;padding-bottom:66px}
#sh_about .sc__target .dot-motion span{width:9px;aspect-ratio:1;border-radius:50px;background-color:var(--primary);animation:dot 2.4s infinite}
#sh_about .sc__target .dot-motion span:nth-child(2){opacity:0.5;animation-delay:.3s}
#sh_about .sc__target .dot-motion span:nth-child(3){opacity:0.2;animation-delay:.6s}
#sh_about .sc__target .tit--medium{text-align:center}
@keyframes dot{
    0%, 20%, 100%{opacity:.2;transform:scale(1)}
    40%{opacity:1;transform:scale(1.15)}
}

#sh_about .sc__goals .group--goal{padding:115px 0 95px;background-color:var(--bg)}
#sh_about .cont__tit h3{padding-bottom:40px}
#sh_about .sc__goals .group--goal .col-2{display:grid;grid-template-columns:repeat(2,1fr)}
#sh_about .sc__goals .group--goal .fl-l{display:flex;flex-direction:column;gap:75px;padding-left:144px;box-sizing:border-box}
#sh_about .sc__goals .group--goal .fl-l .goals-list{display:flex;flex-direction:column;gap:8px;max-width:482px}
#sh_about .sc__goals .group--goal .fl-l .goals-list li{padding:14px 30px;border-radius:2px;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;gap:18px;font-size:16px;font-weight:600;line-height:1.5;color:#fff;word-break:keep-all}
#sh_about .sc__goals .group--goal .fl-l .goals-list li:nth-child(odd){background-color:rgba(75,67,61,0.93);border:1px solid rgba(153,135,120,0.47)}
#sh_about .sc__goals .group--goal .fl-l .goals-list li:nth-child(even){background-color:var(--primary);border:1px solid var(--primary)}
#sh_about .sc__goals .group--goal .fl-l .goals-list li svg{flex-shrink:0;width:17px;height:17px}
#sh_about .sc__goals .group--goal .fl-r{padding:30px 144px 0 155px;box-sizing:border-box;width:100%}
#sh_about .sc__goals .group--goal .fl-r .po-r{position:relative;max-width:351px;width:100%;aspect-ratio:351 / 441}
#sh_about .sc__goals .group--goal .fl-r .thumb-box{border-radius:12px;overflow:hidden}
#sh_about .sc__goals .group--goal .fl-r .thumb-box img{width:100%;height:100%;object-fit:cover}
#sh_about .sc__goals .group--goal .fl-r dl{position:absolute;bottom:-38px;left:-43px;display:flex;flex-direction:column;gap:20px;max-width:157px;width:100%;padding:20px;border-radius:5px;background-color:var(--primary)}
#sh_about .sc__goals .group--goal .fl-r dt{font-size:14px;font-weight:700;color:#fff}
#sh_about .sc__goals .group--goal .fl-r dd{display:flex;align-items:flex-end;justify-content:space-between;font-size:14px;font-weight:600;color:rgba(255,255,255,0.69)}
#sh_about .sc__goals .group--goal .fl-r dd b{font-weight:700;font-size:40px;color:#fff;line-height:1}

#sh_about .sc__goals .group--tech{padding:130px 0 140px}
#sh_about .sc__goals .group--tech .cont__tit{padding-bottom:75px;text-align:center}
#sh_about .sc__goals .group--tech .tech-list{display:flex;justify-content:center;gap:18px}
#sh_about .sc__goals .group--tech .tech-list li{display:flex;flex-direction:column;gap:24px;max-width:403px;width:100%;padding:34px 45px 45px;border-radius:10px;border:1px solid  #e1e1e1;transition:border-color 0.3s}
#sh_about .sc__goals .group--tech .tech-list li .icon{display:flex;align-items:center;justify-content:center;max-width:63px;width:100%;aspect-ratio:1;margin-left:auto;border-radius:9px;background-color:rgba(153,135,120,0.16)}
#sh_about .sc__goals .group--tech .tech-list li:first-child .icon img{width:30px}
#sh_about .sc__goals .group--tech .tech-list li:nth-child(2) .icon img{width:29px}
#sh_about .sc__goals .group--tech .tech-list li:last-child .icon img{width:40px}
#sh_about .sc__goals .group--tech .tech-list li dl{display:flex;flex-direction:column;gap:28px}
#sh_about .sc__goals .group--tech .tech-list li dt{font-family:var(--batang-font);font-size:22px;font-weight:700;color:#111}
#sh_about .sc__goals .group--tech .tech-list li dd{font-size:16px;font-weight:500;line-height:1.5;color:#666;word-break:keep-all}

#sh_about .sc__goals .group--tech .tech-list li:hover{border-color:var(--primary)}

#sh_about aside{position:relative;padding:64px 0 105px;background-image:url(../sh_page/img/p38_banner.jpg);background-repeat:no-repeat;background-size:cover}
#sh_about aside::before{position:absolute;content:'';inset:0%;width:100%;height:100%;background-color:rgba(0,0,0,0.4);pointer-events:none}
#sh_about aside .text-box{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}
#sh_about aside img{width:99px}
#sh_about aside p{padding:49px 0 38px;font-size:18px;font-weight:500;color:rgba(255,255,255,0.76);word-break:keep-all}
#sh_about aside h2{font-family:var(--batang-font);font-size:38px;font-weight:700;color:#fff;word-break:keep-all}

#sh_about .sc__cutlist{padding-top:152px}
#sh_about .sc__cutlist .cont__tit{padding-bottom:45px;text-align:center}
#sh_about .sc__cutlist .cont__tit h3{padding-bottom:0}
#sh_about .sc__cutlist .table-box table{width:100%;border-collapse:collapse}
#sh_about .sc__cutlist .table-box table thead th{padding:17px;font-family:var(--batang-font);font-size:17px;font-weight:700;color:#fff;background-color:var(--primary);word-break:keep-all}
#sh_about .sc__cutlist .table-box table thead th:first-child{border-right:1px solid rgba(255,255,255,0.2)}
#sh_about .sc__cutlist .table-box table thead th.point{background-color:var(--subColor);border:solid var(--subColor);border-width:0 3px 0 3px}
#sh_about .sc__cutlist .table-box table tbody td{padding:22px;font-size:16px;font-weight:600;color:#111;text-align:center;border-bottom:1px solid #e1e1e1;word-break:keep-all}
#sh_about .sc__cutlist .table-box table tbody td span{display:flex;align-items:center;justify-content:center;gap:8px;word-break:keep-all}
#sh_about .sc__cutlist .table-box table tbody td svg{flex-shrink:0;width:20px;height:20px;stroke-width:2.5px}
#sh_about .sc__cutlist .table-box table tbody td:first-child{border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1}
#sh_about .sc__cutlist .table-box table tbody td.point{border-right:3px solid var(--subColor);border-left:3px solid var(--subColor);font-weight:700;color:var(--subColor)}
#sh_about .sc__cutlist .table-box table tbody tr:last-child td.point{border-bottom:3px solid var(--subColor)}

/* ========================================= 오시는길 */
#sh_location .store-list{display:flex;flex-direction:column;gap:86px}
#sh_location .store-list li{display:flex;align-items:center;justify-content:space-between;gap:40px}
#sh_location .store-list li .text-box{max-width:505px;width:100%;padding-left:60px;box-sizing:content-box}
#sh_location .store-list li .text-box h3{display:flex;align-items:flex-end;gap:5px;padding-bottom:26px;margin-bottom:30px;border-bottom:1px solid #e1e1e1;font-family:var(--batang-font);font-size:28px;font-weight:700;color:#000;line-height:1.3}
#sh_location .store-list li .text-box h3 span{font-size:18px}
#sh_location .store-list li .text-box .info{display:flex;flex-direction:column;gap:34px;padding-bottom:75px}
#sh_location .store-list li .text-box dl{display:flex;align-items:center}
#sh_location .store-list li .text-box dt{display:flex;align-items:center;gap:12px;width:120px;font-size:18px;font-weight:700;color:var(--primary)}
#sh_location .store-list li .text-box dt svg{width:17px;height:17px;stroke-width:2.5px}
#sh_location .store-list li .text-box dd{font-size:18px;font-weight:500;line-height:1.3;color:#666}
#sh_location .store-list li .text-box a.link-map{align-items:center;justify-content:center;max-width:161px;width:100%;margin-left:auto;padding:14px 0;display:flex;border-radius:100px;background-color:var(--subColor);font-size:16px;font-weight:700;color:#fff;transition:background-color 0.3s}
#sh_location .store-list li .text-box a.link-map:hover{background-color:var(--primary)}
#sh_location .store-list li .map{max-width:628px;width:100%;aspect-ratio:628 / 376;border-radius:12px;overflow:hidden}
#sh_location .store-list li .map iframe{width:100%;height:100%}
#sh_location .store-list li:last-child{justify-content:flex-start;gap:74px}
#sh_location .store-list li:last-child .text-box{padding-left:0}


/* ========================================= 150모델 디자이너 프로젝트 */
#sh_content.sub_page.model{padding-bottom:0}
#sh_model_course{padding-bottom:0}
#sh_model_course .sc__overview{padding-bottom:140px}
#sh_model_course .sc__overview .col-2{display:grid;grid-template-columns:repeat(2,1fr)}
#sh_model_course .sc__overview .col-2 .fl-l{position:relative;display:flex;align-items:center;justify-content:center}
#sh_model_course .sc__overview .col-2 .fl-l .swiper{max-width:588px;width:100%;border-radius:12px;overflow:hidden}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-slide{aspect-ratio:588 / 400}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-slide img{width:100%;height:100%;object-fit:cover}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation button{all:unset;position:absolute;z-index:1;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:35px;height:78px;background-color:var(--primary);color:#fff;cursor:pointer;transition:background-color 0.3s}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation button:hover{background-color:var(--subColor)}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--prev{left:16px}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--prev svg{transform:translateX(-1px)}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--next{right:16px}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--next svg{transform:translateX(1px)}
#sh_model_course .sc__overview .col-2 .fl-r{position:relative;display:flex;flex-direction:column;justify-content:center;gap:30px;padding-left:67px}
#sh_model_course .sc__overview .col-2 .fl-r::before{position:absolute;content:"Overview";top:20px;left:67px;font-family:var(--batang-font);font-size:100px;line-height:1;font-weight:700;color:var(--primary);opacity:0.1}
#sh_model_course .sc__overview .col-2 .fl-r .txt01{font-family:var(--batang-font);font-size:21px;font-weight:600;white-space:pre-line;word-break:keep-all;line-height:1.4}
#sh_model_course .sc__overview .col-2 .fl-r .txt01 b{color:var(--primary)}
#sh_model_course .sc__overview .col-2 .fl-r p.desc{font-size:16px;line-height:1.6;color:#666;word-break:keep-all;white-space:pre-line}

#sh_model_course .sc__curriculum{overflow:hidden;padding:114px 0 156px;background-color:var(--bg)}
#sh_model_course .sc__curriculum .cont__tit{padding-bottom:55px;text-align:center}
#sh_model_course .sc__curriculum .curriculum-box{display:flex;justify-content:center;gap:30px}
#sh_model_course .sc__curriculum .curriculum-box .tip-box{max-width:257px;width:100%}
#sh_model_course .sc__curriculum .curriculum-box .tip-box span{position:relative;display:flex;align-items:center;justify-content:center;max-width:242px;width:100%;border-radius:10px;background-color:var(--primary);height:86px;font-size:22px;font-weight:700;color:#fff;box-shadow:0 0 10px rgba(180,180,180,0.25)}
#sh_model_course .sc__curriculum .curriculum-box .tip-box span::after{position:absolute;content:'';top:50%;right:-7px;transform:translateY(-50%) rotate(45deg);width:22px;height:22px;background-color:var(--primary)}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list{display:flex;flex-direction:column;padding:65px 74px 23px 68px;border-radius:12px;background-color:#fff;box-shadow:0 0 10px rgba(180,180,180,0.25)}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li{display:flex;flex-direction:column;gap:40px;padding:50px 0 60px;border-bottom:1px solid #e1e1e1}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li:first-child{padding-top:0}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li:last-child{border-bottom:none}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head{display:flex;align-items:center;gap:17px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head .step{display:flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:100px;background-color:var(--primary);font-size:15px;font-weight:700;color:#fff;text-transform:uppercase}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head h4{font-family:var(--batang-font);font-size:26px;font-weight:700;color:#111}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li p.desc{font-size:16px;font-weight:500;line-height:1.6;color:#666;word-break:keep-all;white-space:pre-line}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li.point .step{position:relative;background-color:var(--subColor)}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li.point .step::before{position:absolute;content:'';top:-13px;left:9px;width:23px;aspect-ratio:1;background-image:url(../sh_page/img/p40_ic-star.png);background-repeat:no-repeat;background-size:cover}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li.point h4{color:var(--subColor)}

#sh_model_course .sc__core{padding:140px 0 184px}
#sh_model_course .sc__core .cont__tit{padding-bottom:55px;text-align:center}
#sh_model_course .sc__core .core-list{display:flex;flex-direction:column;gap:28px}
#sh_model_course .sc__core .core-list > li{display:flex;align-items:center;gap:52px;border-radius:12px;overflow:hidden;border:1px solid #e1e1e1}
#sh_model_course .sc__core .core-list > li .thumb-box{max-width:445px;width:100%;aspect-ratio:445 / 339}
#sh_model_course .sc__core .core-list > li .thumb-box img{width:100%;height:100%;object-fit:cover}
#sh_model_course .sc__core .core-list > li .text-box h4{display:flex;align-items:center;gap:10px;padding-bottom:40px;font-family:var(--batang-font);font-size:24px;font-weight:700;color:#000}
#sh_model_course .sc__core .core-list > li .text-box h4 span{display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;padding:2px 14px;border-radius:100px;background-color:var(--primary);letter-spacing:1px}
#sh_model_course .sc__core .core-list > li .text-box .txt01{padding-bottom:26px;font-size:17px;font-weight:600;line-height:1.5;color:var(--subColor);word-break:keep-all}
#sh_model_course .sc__core .core-list > li .text-box .desc{padding-bottom:32px;font-size:16px;font-weight:500;line-height:1.6;color:#666;word-break:keep-all;white-space:pre-line}
#sh_model_course .sc__core .core-list > li .text-box .flex{display:flex;flex-direction:column;gap:10px}
#sh_model_course .sc__core .core-list > li .text-box .keyword-list{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
#sh_model_course .sc__core .core-list > li .text-box .keyword-list li{display:flex;align-items:center;justify-content:center;padding:5px 11px;font-size:15px;font-weight:600;line-height:1.4;border-radius:4px;background-color:#f7f7f7;color:var(--primary)}

#sh_model_course .sc__recommend{padding:120px 0;background-color:var(--bg)}
#sh_model_course .sc__timetable{padding:98px 0 144px}

#sh_model_course aside{padding:96px 0 104px;background-image:url(../sh_page/img/p40_banner.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}
#sh_model_course aside .slogan{padding-bottom:48px}
#sh_model_course aside .slogan p{font-family:var(--batang-font);font-size:38px;font-weight:700;color:var(--subColor);text-align:center;line-height:1.4;word-break:keep-all}
#sh_model_course aside .slogan p span{padding:0 10px;color:#fff;background:linear-gradient(var(--subColor), var(--subColor))}
#sh_model_course aside p.desc{font-size:17px;font-weight:500;line-height:1.6;white-space:pre-line;text-align:center;color:var(--primary);word-break:keep-all}

/* ========================================= 단과반 코스 */
#sh_single_course .sc__recommend{padding-bottom:135px}

/* ========================================= 상담 문의 */
#sh_contact{padding:160px 0 115px}
#sh_contact #consultform .reserve-box{padding-bottom:64px}

#sh_contact #consultform .head{display:flex;align-items:center;gap:9px;font-size:19px;font-weight:700;color:#242424}
#sh_contact #consultform .head::before{content:"";width:3px;height:18px;background-color:var(--primary)}
#sh_contact #consultform .head.req::after{content:"*";font-size:16px;line-height:1;transform:translateY(1px);color:var(--primary)}
#sh_contact #consultform .radio-flex{display:flex}
#sh_contact #consultform .radio-flex label{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;color:#454545}

/* 상담 문의 > 희망 분류 */
#sh_contact #consultform .category{padding-bottom:100px}
#sh_contact #consultform .category .form__item{display:flex;align-items:center;gap:40px}
#sh_contact #consultform .category .radio-flex{gap:36px}
#sh_contact #consultform .cm-check .check-custom{display:flex;align-items:center;justify-content:center;width:18px;aspect-ratio:1;border-radius:2px;border:1px solid #ccc;background-color:#f0f0f0;transition:background-color 0.2s, border-color 0.2s}
#sh_contact #consultform .cm-check .check-custom svg{width:13px;height:13px;stroke-width:3px;stroke:#fff;opacity:0;transition:opacity 0.2s}
#sh_contact #consultform .cm-check input:checked + .check-custom{background-color:var(--primary);border-color:var(--primary)}
#sh_contact #consultform .cm-check input:checked + .check-custom svg{opacity:1}

/* 상담 문의 > 문의자 정보 */
#sh_contact #consultform .info{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 130px;padding-bottom:50px}
#sh_contact #consultform .info .form__item{display:flex;flex-direction:column;gap:20px}
#sh_contact #consultform .info input[type="text"]{height:54px;padding:22px 26px;font-size:15px;color:#111;border:1px solid #e1e1e1;border-radius:2px}
#sh_contact #consultform .info input[type="text"]::placeholder{color:#777}
#sh_contact #consultform .info input[type="text"]:focus{border:1px solid #e1e1e1 !important;box-shadow:none}
#sh_contact #consultform .info .radio-flex{height:54px;align-items:center;gap:26px}
#sh_contact #consultform .info .radio-flex .radio-custom{display:flex;align-items:center;justify-content:center;width:14px;aspect-ratio:1;border-radius:50px;border:1px solid #ccc;background-color:#f0f0f0;transform:translateZ(0);will-change:transform;transition:background-color 0.2s, border-color 0.2sf}
#sh_contact #consultform .info .radio-flex .radio-custom .checked{opacity:0;width:8px;aspect-ratio:1;border-radius:50px;background-color:var(--primary);transform:translateZ(0);will-change:transform}
#sh_contact #consultform .info .radio-flex input[type="radio"]:checked + .radio-custom{background-color:#fff;border-color:var(--primary)}
#sh_contact #consultform .info .radio-flex input[type="radio"]:checked + .radio-custom .checked{opacity:1}
#sh_contact #consultform .info .comment{grid-column:1 / 3}
#sh_contact #consultform .info textarea{width:100%;height:136px;padding:25px 26px;border:1px solid #e1e1e1;font-size:15px;color:#111}
#sh_contact #consultform .info textarea::placeholder{color:#777}
#sh_contact #consultform .agree label{display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:rgba(102,102,102,0.8);text-align:center;word-break:keep-all}
#sh_contact #consultform .agree .check-custom{margin-right:10px}
#sh_contact #consultform .agree a{font-size:15px;font-weight:600;color:rgba(102, 102, 102, 0.8);cursor:pointer}
#sh_contact #consultform .submit-box{display:flex;justify-content:center;gap:10px}
#sh_contact #consultform .submit-box > *{all:unset;padding:16px 35px;border-radius:100px;background-color:var(--primary);border:1px solid var(--primary);font-size:17px;font-weight:700;color:#fff;text-align:center;box-sizing:border-box;cursor:pointer;transition:all 0.3s}
#sh_contact #consultform .submit-box .link-list{background-color:#f0f0f0;color:#797979;border-color:#ccc}
#sh_contact #consultform .submit-box #submit:hover{background-color:#fff;color:var(--primary)}

/* 반응형 [s] */
@media (max-width:1600px){
/* 교육과정 공통 체크리스트*/
.pagecommon .sc__recommend .cont__tit{padding-bottom:50px}
.pagecommon .sc__recommend .recommend-list li{font-size:19px}
/* 교육과정 공통 교육일정안내 기본 스타일*/
.pagecommon .sc__timetable .cont__tit{padding-bottom:45px}

/* ========================================= 학원소개 */
#sh_about .sc__target .area-tit{padding-bottom:72px}
#sh_about .sc__goals .group--tech .cont__tit{padding-bottom:60px}
#sh_about .sc__goals .group--goal{padding:100px 0}
#sh_about .sc__goals .group--tech{padding:100px 0 110px}
#sh_about aside{padding:64px 0 90px}
#sh_about aside p{padding:40px 0 30px}
#sh_about .sc__cutlist{padding-top:120px}

/* ========================================= 150모델 디자이너 프로젝트 */
#sh_model_course .sc__overview{padding-bottom:120px}
#sh_model_course .sc__curriculum{padding:114px 0 120px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list{padding:60px 70px 20px 64px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li{gap:26px;padding:42px 0 48px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head{gap:15px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head h4{font-size:22px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head .step{font-size:14px}
#sh_model_course .sc__curriculum .curriculum-box .tip-box{max-width:215px}
#sh_model_course .sc__curriculum .curriculum-box .tip-box span{height:82px;font-size:20px}
#sh_model_course .sc__core{padding:120px 0 140px}
#sh_model_course aside .slogan p{font-size:34px}
#sh_model_course aside .slogan{padding-bottom:32px}
#sh_model_course .sc__timetable{padding:98px 0 120px}

/* ========================================= 단과반 코스 */
#sh_single_course .sc__recommend{padding-bottom:120px}

/* ========================================= 상담 문의 */
#sh_contact{padding:120px 0 115px} 
}
@media (max-width:1400px){
.pagecommon .btn--round{font-size:16px}
/* 교육과정 공통 체크리스트*/
.pagecommon .sc__recommend .cont__tit{padding-bottom:45px}
.pagecommon .sc__recommend .recommend-list li{font-size:18px}
/* 교육과정 공통 교육일정안내 기본 스타일*/
.pagecommon .sc__timetable .timetable{padding-bottom:50px}
/* 임시 텍스트 크기 */
.pagecommon .sc__timetable .timetable p, .pagecommon .sc__timetable .timetable p span{font-size:16px !important}

/* ========================================= 150모델 디자이너 프로젝트 */
#sh_model_course .sc__timetable{padding:98px 0 100px}

/* ========================================= 학원소개 */
#sh_about .sc__goals .group--goal{padding:80px 0 90px}
#sh_about .sc__goals .group--goal .fl-l{padding-left:80px}
#sh_about .sc__goals .group--goal .fl-r{display:flex;justify-content:center;padding:30px 0 0}
#sh_about .cont__tit h3{padding-bottom:32px}
#sh_about .sc__goals .group--tech{padding:80px 0 90px}
#sh_about .sc__goals .group--tech .cont__tit{padding-bottom:50px}
#sh_about .sc__goals .group--tech .tech-list li{padding:34px 30px 45px}
#sh_about .sc__goals .group--tech .tech-list li dl{gap:20px}
#sh_about aside{padding:55px 0 75px}
#sh_about aside p{padding:30px 0 20px}
#sh_about aside h2{font-size:35px}
#sh_about .sc__cutlist{padding-top:100px}

/* ========================================= 오시는길 */
#sh_location .store-list{gap:75px}
#sh_location .store-list li .text-box h3{font-size:25px}
#sh_location .store-list li .text-box h3 span{font-size:16px}
#sh_location .store-list li .text-box dt{gap:10px;font-size:16px}
#sh_location .store-list li .text-box dd{font-size:16px}
#sh_location .store-list li .text-box .info{gap:30px;padding-bottom:60px}
#sh_location .store-list li .map{max-width:590px}
#sh_location .store-list li .text-box a.link-map{max-width:150px;font-size:15px}
#sh_location .store-list li .text-box dt{width:110px}

/* ========================================= 150모델 디자이너 프로젝트 */
#sh_model_course .sc__overview{padding-bottom:100px}
#sh_model_course .sc__overview .col-2{display:flex}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--prev{left:0px}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--next{right:0px}
#sh_model_course .sc__overview .col-2 .fl-r{padding-left:50px}
#sh_model_course .sc__overview .col-2 .fl-r::before{left:44px}
#sh_model_course .sc__curriculum{padding:100px 0}
#sh_model_course .sc__curriculum .cont__tit{padding-bottom:45px}
#sh_model_course .sc__core{padding:100px 0 120px}
#sh_model_course .sc__core .cont__tit{padding-bottom:45px}
#sh_model_course .sc__core .core-list > li{gap:40px}
#sh_model_course .sc__core .core-list > li .thumb-box{max-width:390px}
#sh_model_course .sc__core .core-list > li .text-box h4{padding-bottom:25px;font-size:22px}
#sh_model_course .sc__core .core-list > li .text-box .txt01{padding-bottom:16px;font-size:16px}
#sh_model_course .sc__core .core-list > li .text-box .flex{gap:6px}
#sh_model_course .sc__core .core-list > li .text-box .keyword-list{gap:6px}
#sh_model_course .sc__core .core-list > li .text-box .keyword-list li{font-size:14px}
#sh_model_course .sc__core .core-list > li .text-box .desc{padding-bottom:25px;font-size:15px}
#sh_model_course .sc__recommend{padding:100px 0}
#sh_model_course aside{padding:90px 0 100px}
#sh_model_course aside .slogan p{font-size:32px}

/* ========================================= 단과반 코스 */
#sh_single_course .sc__recommend{padding-bottom:100px}

/* ========================================= 상담 문의 */
#sh_contact{padding:100px 20px 115px}
#sh_contact #consultform .category{padding-bottom:80px}
#sh_contact #consultform .head{font-size:18px}
#sh_contact #consultform .info{gap:50px 80px}
}

@media (max-width:1200px){
.pagecommon .tit--large{font-size:30px}
.pagecommon .tit--medium{font-size:22px}
.pagecommon .cont__tit h3{font-size:26px}
.pagecommon .cont__tit .en{padding-bottom:22px}
/* 교육과정 공통 체크리스트*/
.pagecommon .sc__recommend .cont__tit{padding-bottom:35px}
/* 교육과정 공통 교육일정안내 기본 스타일*/
.pagecommon .sc__timetable .cont__tit{padding-bottom:35px}
.pagecommon .sc__timetable .timetable{padding-bottom:40px}
.pagecommon .sc__timetable .timetable table th{font-size:16px !important}
.pagecommon .sc__timetable .timetable table td{padding:20px !important;font-size:15px !important}

/* ========================================= 학원소개 */
#sh_about .sc__target .area-tit{gap:38px;padding-bottom:50px}
#sh_about .sc__target .target-list{padding-bottom:36px}
#sh_about .sc__target .target-list li{padding:25px;font-size:17px}
#sh_about .sc__target .dot-motion{padding-bottom:40px}
#sh_about .sc__target .dot-motion span{width:7px}
#sh_about .cont__tit h3{padding-bottom:25px}
#sh_about .sc__goals .group--goal .col-2{grid-template-columns:1.6fr 1fr}
#sh_about .sc__goals .group--goal .fl-l{gap:50px;padding-left:40px}
#sh_about .sc__goals .group--goal .fl-l .goals-list li{padding:14px 20px}
#sh_about .sc__goals .group--goal .fl-r dl{gap:15px;max-width:150px;bottom:-28px;left:-50px}
#sh_about .sc__goals .group--goal .fl-r dd b{font-size:36px}
#sh_about .sc__goals .group--goal .fl-r .po-r{max-width:315px}
#sh_about .sc__goals .group--tech .tech-list{gap:14px}
#sh_about .sc__goals .group--tech .tech-list li{padding:20px 20px 36px 26px}
#sh_about .sc__goals .group--tech .tech-list li .icon{max-width:56px}
#sh_about .sc__goals .group--tech .tech-list li:last-child .icon img{width:36px}
#sh_about .sc__goals .group--tech .tech-list li dl{gap:14px}
#sh_about .sc__goals .group--tech .tech-list li dt{font-size:20px}
#sh_about aside{padding:50px 0 65px}
#sh_about aside img{width:90px}
#sh_about aside p{padding:22px 0 18px}
#sh_about aside h2{font-size:30px}
#sh_about .sc__cutlist{padding-top:80px}
#sh_about .sc__cutlist .cont__tit{padding-bottom:40px}

/* ========================================= 오시는길 */
#sh_location .store-list{gap:60px}
#sh_location .store-list li .text-box h3{gap:3px;padding-bottom:20px;margin-bottom:25px;font-size:23px}
#sh_location .store-list li .text-box h3 span{font-size:15px}
#sh_location .store-list li .text-box dt{width:100px;gap:8px;font-size:15px}
#sh_location .store-list li .text-box dd{font-size:15px}
#sh_location .store-list li:last-child{gap:60px}
#sh_location .store-list li .text-box{padding-left:25px}
#sh_location .store-list li .text-box a.link-map{max-width:132px;padding:12px 0;font-size:14px}
#sh_location .store-list li .text-box .info{gap:24px;padding-bottom:40px}

/* ========================================= 150모델 디자이너 프로젝트 */
#sh_model_course .sc__overview{padding-bottom:80px}
#sh_model_course .sc__overview .col-2{flex-direction:column;align-items:center;gap:30px;text-align:center}
#sh_model_course .sc__overview .col-2 .fl-l, #sh_model_course .sc__overview .col-2 .fl-l .swiper{max-width:570px;width:100%}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--prev{left:-16px}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--next{right:-16px}
#sh_model_course .sc__overview .col-2 .fl-r{gap:24px;padding-left:0}
#sh_model_course .sc__overview .col-2 .fl-r::before{left:50%;top:50%;transform:translate(-50%, -50%);font-size:90px}
#sh_model_course .sc__overview .col-2 .fl-r .txt01{font-size:20px}
#sh_model_course .sc__curriculum{padding:80px 0}
#sh_model_course .sc__curriculum .curriculum-box .tip-box{max-width:175px}
#sh_model_course .sc__curriculum .curriculum-box .tip-box span{height:74px;font-size:18px}
#sh_model_course .sc__curriculum .curriculum-box .tip-box span::after{right:-6px;width:14px;height:14px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list{padding:50px 54px 20px 56px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li{gap:20px;padding:36px 0 42px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head{gap:12px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head h4{font-size:20px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head .step{padding:6px 12px;font-size:13px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li p.desc{font-size:15px}
#sh_model_course .sc__core{padding:80px 0 100px}
#sh_model_course .sc__core .core-list{gap:14px}
#sh_model_course .sc__core .core-list > li{gap:28px;padding-right:20px}
#sh_model_course .sc__core .core-list > li .text-box h4{gap:6px;padding-bottom:16px;font-size:20px}
#sh_model_course .sc__core .core-list > li .text-box h4 span{padding:2px 10px;font-size:13px}
#sh_model_course .sc__core .core-list > li .text-box .txt01{padding-bottom:8px}
#sh_model_course aside{padding:80px 0 90px}
#sh_model_course aside .slogan{padding-bottom:28px}
#sh_model_course aside .slogan p{font-size:28px}
#sh_model_course .sc__recommend{padding:80px 0}
#sh_model_course .sc__timetable{padding:80px 0 90px}

/* ========================================= 단과반 코스 */
#sh_single_course .sc__recommend{padding-bottom:80px}

/* ========================================= 상담 문의 */
#sh_contact{padding:80px 20px 115px}
#sh_contact #consultform .head{gap:8px;font-size:16px}
#sh_contact #consultform .head::before{height:16px}
#sh_contact #consultform .cm-check .check-custom{width:16px}
#sh_contact #consultform .category{padding-bottom:50px}
#sh_contact #consultform .category .radio-flex{gap:30px}
#sh_contact #consultform .radio-flex label{gap:8px;font-size:15px}
#sh_contact #consultform .info{gap:50px;padding-bottom:40px}
#sh_contact #consultform .info input[type="text"]{padding:22px 18px}
#sh_contact #consultform .info textarea{padding:22px 18px}
#sh_contact #consultform .reserve-box{padding-bottom:50px}
#sh_contact #consultform .agree .check-custom{margin-right:8px}
#sh_contact #consultform .submit-box > *{font-size:16px}
}

@media (max-width:1024px){
.pagecommon .tit--large{font-size:28px}
.pagecommon .tit--medium{font-size:20px}
.pagecommon .area-tit p.desc{font-size:16px}
.pagecommon .cont__tit h3{font-size:24px}
.pagecommon .cont__tit .en{padding-bottom:15px;font-size:14px}
/* 교육과정 공통 체크리스트*/
.pagecommon .sc__recommend .recommend-list li{gap:8px;font-size:16px}
.pagecommon .sc__recommend .recommend-list li .ic-check{width:25px}

/* ========================================= 학원소개 */
#sh_about .sc__cutlist .table-box table thead th{font-size:16px}
#sh_about .sc__cutlist .table-box table tbody td{font-size:15px}
#sh_about .sc__cutlist .table-box table tbody td svg{width:18px;height:18px}
#sh_about .sc__cutlist .table-box table tbody td span{gap:6px}
#sh_about .sc__cutlist .cont__tit{padding-bottom:34px}
#sh_about .sc__target{padding-bottom:60px}
#sh_about .sc__target .area-tit{gap:24px;padding-bottom:30px}
#sh_about .sc__target .target-list{gap:10px;padding-bottom:30px}
#sh_about .sc__target .target-list li{max-width:770px;padding:22px;font-size:16px;border-radius:10px}
#sh_about .sc__target .dot-motion{gap:8px;padding-bottom:30px}
#sh_about .sc__target .dot-motion span{width:6px}
#sh_about .sc__goals .group--goal{padding:60px 0 70px}
#sh_about .sc__goals .group--goal .col-2{display:flex;flex-direction:column;align-items:center}
#sh_about .sc__goals .group--goal .fl-l{gap:34px;align-items:center;width:100%;padding-left:0}
#sh_about .sc__goals .group--goal .fl-l > *{width:100%}
#sh_about .sc__goals .group--goal .fl-l .cont__tit{text-align:center}
#sh_about .sc__goals .group--goal .fl-l .goals-list li{gap:8px}
#sh_about .cont__tit h3{padding-bottom:20px}
#sh_about .sc__goals .group--goal .fl-r dd b{font-size:32px}
#sh_about .sc__goals .group--goal .fl-r dl{max-width:142px;left:-55px;gap:10px;text-align:left}
#sh_about .sc__goals .group--tech{padding:60px 0 70px}
#sh_about .sc__goals .group--tech .cont__tit{padding-bottom:34px}
#sh_about .sc__goals .group--tech .tech-list li{gap:18px}
#sh_about .sc__goals .group--tech .tech-list li .icon{max-width:50px}
#sh_about .sc__goals .group--tech .tech-list li:last-child .icon img{width:32px}
#sh_about .sc__goals .group--tech .tech-list li dl{gap:10px}
#sh_about .sc__goals .group--tech .tech-list li dt{font-size:18px}
#sh_about .sc__goals .group--tech .tech-list li dd{font-size:15px}
#sh_about aside{padding:45px 0 55px;background-position:center right}
#sh_about aside p{padding:18px 0 14px;font-size:17px}
#sh_about aside h2{font-size:28px}
#sh_about .sc__cutlist{padding-top:60px}

/* ========================================= 오시는길 */
#sh_location .store-list{width:90%;margin:0 auto;gap:50px}
#sh_location .store-list li{flex-direction:column-reverse;gap:30px}
#sh_location .store-list li .text-box{max-width:none;padding-left:0}
#sh_location .store-list li .text-box h3{padding-bottom:15px;margin-bottom:20px;font-size:22px}
#sh_location .store-list li .text-box h3 span{font-size:14px}
#sh_location .store-list li .text-box .info{gap:15px;padding-bottom:25px}
#sh_location .store-list li .text-box dt svg{width:16px;height:16px}
#sh_location .store-list li .map{max-width:none;aspect-ratio:unset;height:300px}
#sh_location .store-list li:last-child{flex-direction:column;gap:30px}

/* ========================================= 150모델 디자이너 프로젝트 */
#sh_model_course .sc__overview .col-2 .fl-l, #sh_model_course .sc__overview .col-2 .fl-l .swiper{max-width:520px}
#sh_model_course .sc__overview .col-2 .fl-r{gap:18px}
#sh_model_course .sc__overview .col-2 .fl-r .txt01{font-size:19px}
#sh_model_course .sc__overview .col-2 .fl-r::before{font-size:78px}
#sh_model_course .sc__curriculum .cont__tit{padding-bottom:35px}
#sh_model_course .sc__curriculum .curriculum-box{gap:24px}
#sh_model_course .sc__curriculum .curriculum-box .tip-box span{height:70px;font-size:16px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list{padding:45px 40px 20px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li{gap:16px;padding:36px 0 38px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head h4{font-size:18px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li.point .step::before{top:-11px;left:5px;width:20px}
#sh_model_course .sc__curriculum .curriculum-box .tip-box{max-width:135px}
#sh_model_course .sc__curriculum .curriculum-box .tip-box span{height:62px;font-size:15px}
#sh_model_course .sc__core .cont__tit{padding-bottom:35px}
#sh_model_course .sc__core .core-list{gap:54px}
#sh_model_course .sc__core .core-list > li{flex-direction:column;gap:20px;border:none;padding-right:0}
#sh_model_course .sc__core .core-list > li .thumb-box{border-radius:10px;overflow:hidden}
#sh_model_course .sc__core .core-list > li .text-box{text-align:center}
#sh_model_course .sc__core .core-list > li .text-box h4{justify-content:center;padding-bottom:12px;text-align:center}
#sh_model_course .sc__core .core-list > li .text-box h4 span{padding:3px 9px}
#sh_model_course .sc__core .core-list > li .text-box .keyword-list{justify-content:center}
#sh_model_course .sc__core .core-list > li .text-box .desc{padding-bottom:16px}
#sh_model_course aside{padding:70px 0 80px}
#sh_model_course aside .slogan p{font-size:24px}
#sh_model_course aside p.desc{font-size:16px}

/* ========================================= 상담 문의 */
#sh_contact #consultform .category{padding-bottom:44px}
#sh_contact #consultform .category .form__item{gap:30px}
#sh_contact #consultform .category .radio-flex{gap:24px}
#sh_contact #consultform .radio-flex label{gap:6px;font-size:14px}
#sh_contact #consultform .info{gap:35px}
#sh_contact #consultform .info .form__item{gap:15px}
#sh_contact #consultform .info input[type="text"], #sh_contact #consultform .info textarea{font-size:14px}
#sh_contact #consultform .info .radio-flex{gap:20px}
}

@media (max-width:768px){
.pagecommon .tit--large{font-size:24px}
.pagecommon .tit--medium{font-size:18px}
.pagecommon .area-tit p.desc{font-size:15px}
.pagecommon .cont__tit h3{font-size:22px}
.pagecommon .cont__tit p{font-size:15px}
.pagecommon .btn--round{padding:16px 30px;font-size:15px}
/* 교육과정 공통 체크리스트*/
.pagecommon .sc__recommend .cont__tit{padding-bottom:30px}
.pagecommon .sc__recommend .recommend-list li{padding:20px 0;font-size:15px}
.pagecommon .sc__recommend .recommend-list li .ic-check{width:22px}
.pagecommon .sc__recommend .recommend-list li .ic-check svg{width:14px;height:14px}
/* 교육과정 공통 교육일정안내 기본 스타일*/
.pagecommon .sc__timetable .cont__tit{padding-bottom:30px}
.pagecommon .sc__timetable .timetable{padding-bottom:30px}
.pagecommon .sc__timetable .timetable p, .pagecommon .sc__timetable .timetable p span{font-size:15px !important}
.pagecommon .sc__timetable .timetable table th{font-size:15px !important}
.pagecommon .sc__timetable .timetable table td{padding:18px !important;font-size:14px !important}

/* ========================================= 학원소개 */
#sh_about .sc__target{padding-bottom:50px}
#sh_about .sc__target .area-tit{gap:20px;padding-bottom:26px}
#sh_about .sc__target .target-list{gap:8px;padding-bottom:25px}
#sh_about .sc__target .target-list li{max-width:545px;padding:18px;font-size:15px}
#sh_about .sc__target .dot-motion{padding-bottom:25px}
#sh_about .cont__tit h3{padding-bottom:15px}
#sh_about .sc__goals .group--goal{padding:50px 0 60px}
#sh_about .sc__goals .group--goal .fl-l{gap:25px}
#sh_about .sc__goals .group--goal .fl-l .goals-list li{font-size:15px}
#sh_about .sc__goals .group--goal .fl-r{padding:24px 0 0}
#sh_about .sc__goals .group--goal .fl-r dl{max-width:133px}
#sh_about .sc__goals .group--goal .fl-r dd b{font-size:28px}
#sh_about .sc__goals .group--tech .cont__tit{padding-bottom:35px}
#sh_about .sc__goals .group--tech .tech-list{flex-direction:column;align-items:center}
#sh_about .sc__goals .group--tech .tech-list li{flex-direction:row;align-items:center;max-width:470px;padding:20px}
#sh_about .sc__goals .group--tech .tech-list li .icon{margin:0}
#sh_about .sc__goals .group--tech .tech-list li dl{gap:6px}
#sh_about .sc__goals .group--tech .tech-list li dt{font-size:17px}
#sh_about aside::before{background-color:rgba(0,0,0,0.6)}
#sh_about aside img{width:80px}
#sh_about aside p{padding:15px 0 10px;font-size:15px}
#sh_about aside h2{font-size:24px}
#sh_about .sc__cutlist .table-box table thead th{padding:15px 10px;font-size:15px}
#sh_about .sc__cutlist .table-box table tbody td{padding:20px 10px;font-size:14px}
#sh_about .sc__cutlist .table-box table tbody td svg{width:16px;height:16px}
#sh_about .sc__cutlist .table-box table thead th.cate{width:18% !important}

/* ========================================= 오시는길 */
#sh_location .store-list{width:100%;gap:34px}
#sh_location .store-list li{gap:22px}
#sh_location .store-list li .text-box h3{font-size:20px}
#sh_location .store-list li .text-box .info{padding-bottom:20px}

/* ========================================= 150모델 디자이너 프로젝트 */
#sh_model_course .sc__overview{padding-bottom:60px}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation button{height:64px}
#sh_model_course .sc__overview .col-2 .fl-r{gap:14px}
#sh_model_course .sc__overview .col-2 .fl-r .txt01{font-size:17px}
#sh_model_course .sc__overview .col-2 .fl-r p.desc{font-size:15px}
#sh_model_course .sc__overview .col-2 .fl-r::before{font-size:65px}
#sh_model_course .sc__curriculum{padding:60px 0}
#sh_model_course .sc__curriculum .cont__tit{padding-bottom:30px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list{padding:32px 30px 10px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li{padding:30px 0 32px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head{gap:9px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head .step{padding:6px 10px;font-size:11px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head h4{font-size:16px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li p.desc{font-size:14px}
#sh_model_course .sc__curriculum .curriculum-box .tip-box{max-width:105px}
#sh_model_course .sc__curriculum .curriculum-box .tip-box span{height:58px}
#sh_model_course .sc__core .core-list{gap:32px}
#sh_model_course .sc__core .core-list > li .text-box h4{font-size:18px}
#sh_model_course .sc__core{padding:60px 0 80px}
#sh_model_course .sc__core .cont__tit{padding-bottom:30px}
#sh_model_course .sc__core .core-list > li .text-box .txt01{font-size:15px}
#sh_model_course .sc__core .core-list > li .text-box .desc{padding-bottom:12px;font-size:14px}
#sh_model_course .sc__core .core-list > li .text-box .keyword-list li{font-size:13px}
#sh_model_course aside{padding:60px 0 70px}
#sh_model_course aside .slogan{padding-bottom:16px}
#sh_model_course aside .slogan p{font-size:22px}
#sh_model_course aside p.desc{font-size:15px}
#sh_model_course .sc__recommend{padding:60px 0 70px}
#sh_model_course .sc__timetable{padding:60px 0 70px}

/* ========================================= 단과반 코스 */
#sh_single_course .sc__recommend{padding-bottom:60px}

/* ========================================= 상담 문의 */
#sh_contact{padding:60px 20px 115px}
#sh_contact #consultform .info{grid-template-columns:repeat(1,1fr)}
#sh_contact #consultform .info .comment{grid-column:unset}
#sh_contact #consultform .category .form__item{flex-direction:column;align-items:flex-start;gap:15px}
#sh_contact #consultform .head{font-size:15px}
#sh_contact #consultform .info{gap:30px}
#sh_contact #consultform .info .form__item{gap:10px}
#sh_contact #consultform .info input[type="text"]{height:48px}
#sh_contact #consultform .info .radio-flex{height:auto}
#sh_contact #consultform .category{padding-bottom:30px}
#sh_contact #consultform .submit-box > *{font-size:15px}
}

@media (max-width:620px){
/* 교육과정 공통 체크리스트*/
.pagecommon .sc__recommend .recommend-list li{gap:6px;font-size:14px}
.pagecommon .sc__recommend .recommend-list li .ic-check{width:21px}
/* 교육과정 공통 교육일정안내 기본 스타일*/
.pagecommon .sc__timetable .timetable{overflow-x:auto;margin-bottom:15px;padding-bottom:20px}
.pagecommon .sc__timetable .timetable table{min-width:540px}

/* ========================================= 학원소개 */
#sh_about .sc__cutlist .table-box table .cate{display:none}
#sh_about .sc__cutlist .table-box table tbody td svg{width:15px;height:15px}
#sh_about .sc__cutlist .table-box table tbody td span{gap:3px}

/* ========================================= 150모델 디자이너 프로젝트 */
#sh_model_course .sc__overview .col-2 .fl-r p.desc{white-space:normal}
#sh_model_course .sc__curriculum .curriculum-box .tip-box{display:none}
#sh_model_course aside .slogan p{font-size:20px}
/* ========================================= 상담 문의 */
#sh_contact #consultform .agree label, #sh_contact #consultform .agree a{font-size:14px}
#sh_contact #consultform .agree label{text-align:left}
}

@media (max-width:480px){
.pagecommon .tit--large{font-size:20px}
.pagecommon .tit--medium{font-size:16px}
.pagecommon .area-tit p.desc{font-size:14px;white-space:normal}
.pagecommon .cont__tit h3{font-size:20px}
.pagecommon .cont__tit p{font-size:14px;white-space:normal}
.pagecommon .cont__tit .en{padding-bottom:10px;font-size:13px}
.pagecommon .btn--round{padding:14px 26px;font-size:14px}
/* 교육과정 공통 체크리스트*/
.pagecommon .sc__recommend .recommend-list li{padding:15px 20px}
.pagecommon .sc__recommend .recommend-list li .ic-check{display:none}
/* 교육과정 공통 교육일정안내 기본 스타일*/
.pagecommon .sc__timetable .timetable p, .pagecommon .sc__timetable .timetable p span{font-size:14px !important}

/* ========================================= 학원소개 */
#sh_about .sc__target{padding-bottom:40px}
#sh_about .sc__target .area-tit{gap:12px;padding-bottom:15px}
#sh_about .sc__target .target-list{padding-bottom:20px}
#sh_about .sc__target .target-list li{padding:15px;font-size:14px}
#sh_about .cont__tit h3{padding-bottom:12px}
#sh_about .sc__goals .group--goal .fl-l{gap:15px}
#sh_about .sc__goals .group--goal .fl-l .goals-list li{padding:12px 20px;font-size:14px}
#sh_about .sc__goals .group--goal .fl-r{padding:15px 0 0}
#sh_about .sc__goals .group--goal .fl-r dl{left:unset;right:-20px;max-width:120px;padding:16px}
#sh_about .sc__goals .group--goal .fl-r dd b{font-size:24px}
#sh_about .sc__goals .group--tech{padding:50px 0 60px}
#sh_about .sc__goals .group--tech .cont__tit{padding-bottom:15px}
#sh_about .sc__goals .group--tech .tech-list li{gap:14px;padding:20px 16px}
#sh_about .sc__goals .group--tech .tech-list li .icon{max-width:42px}
#sh_about .sc__goals .group--tech .tech-list li:first-child .icon img{width:26px}
#sh_about .sc__goals .group--tech .tech-list li:nth-child(2) .icon img{width:25px}
#sh_about .sc__goals .group--tech .tech-list li:last-child .icon img{width:28px}
#sh_about .sc__goals .group--tech .tech-list li dl{gap:5px}
#sh_about .sc__goals .group--tech .tech-list li dt{font-size:15px}
#sh_about .sc__goals .group--tech .tech-list li dd{font-size:14px}
#sh_about aside{padding:40px 0 50px}
#sh_about aside img{width:70px}
#sh_about aside p{padding:12px 0 10px;font-size:14px}
#sh_about aside h2{font-size:20px}
#sh_about .sc__cutlist .cont__tit{padding-bottom:20px}
#sh_about .sc__cutlist .table-box table thead th{padding:13px 10px;font-size:14px}
#sh_about .sc__cutlist .table-box table tbody td{padding:17px 10px;font-size:13px}
#sh_about .sc__cutlist .table-box table tbody td svg{display:none}

/* ========================================= 오시는길 */
#sh_location .store-list li .text-box h3{padding-bottom:10px;margin-bottom:15px;font-size:16px}
#sh_location .store-list li .text-box h3 span{font-size:13px}
#sh_location .store-list li .text-box dl{flex-direction:column;align-items:flex-start;gap:6px}
#sh_location .store-list li .text-box dt{gap:6px;font-size:14px}
#sh_location .store-list li .text-box dt svg{width:15px;height:15px}
#sh_location .store-list li .text-box dd{font-size:14px}
#sh_location .store-list li .text-box a.link-map{max-width:120px;padding:11px 0;font-size:13px}
#sh_location .store-list li .text-box .info{padding-bottom:15px}
#sh_location .store-list li .map{height:255px}

/* ========================================= 150모델 디자이너 프로젝트 */
#sh_model_course .sc__overview{padding-bottom:50px}
#sh_model_course .sc__overview .col-2{gap:20px}
#sh_model_course .sc__overview .col-2 .fl-r{gap:10px}
#sh_model_course .sc__overview .col-2 .fl-r::before{display:none}
#sh_model_course .sc__overview .col-2 .fl-r .txt01{font-size:15px}
#sh_model_course .sc__overview .col-2 .fl-r p.desc{font-size:14px}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--prev{left:-15px}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--next{right:-15px}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation button{width:30px;height:54px}
#sh_model_course .sc__overview .col-2 .fl-l .swiper-navigation .btn--next svg{width:22px;height:22px}
#sh_model_course .sc__curriculum{padding:50px 0}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li{gap:10px;padding:25px 0 27px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head{flex-direction:column}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li .head h4{font-size:15px}
#sh_model_course .sc__curriculum .curriculum-box .curriculum-list li p.desc{text-align:center;white-space:normal}
#sh_model_course .sc__core{padding:50px 0 70px}
#sh_model_course .sc__core .core-list > li .text-box h4{font-size:16px}
#sh_model_course .sc__core .core-list > li .text-box h4 span{font-size:12px}
#sh_model_course .sc__core .core-list > li .text-box .txt01{font-size:14px}
#sh_model_course .sc__core .core-list > li .text-box .keyword-list{gap:4px}
#sh_model_course .sc__core .core-list > li .text-box .flex{gap:4px}
#sh_model_course aside{padding:50px 0}
#sh_model_course aside .slogan p{font-size:18px}
#sh_model_course aside p.desc{font-size:14px}
#sh_model_course .sc__recommend{padding:50px 0 60px}
#sh_model_course .sc__timetable{padding:50px 0 60px}

/* ========================================= 단과반 코스 */
#sh_single_course .sc__recommend{padding-bottom:50px}

/* ========================================= 상담 문의 */
#sh_contact{padding:50px 20px 115px}
#sh_contact #consultform .agree a{font-size:14px}
#sh_contact #consultform .category .radio-flex{flex-direction:column;gap:15px}
#sh_contact #consultform .submit-box > *{padding:14px 32px;font-size:14px}
}

@media (max-width:390px){
/* ========================================= 학원소개 */
#sh_about .sc__goals .group--goal .fl-r dl{right:0;bottom:0;max-width:108px;padding:13px}
#sh_about .sc__goals .group--goal .fl-r dt{font-size:13px}
#sh_about .sc__goals .group--goal .fl-r dd{font-size:13px}
#sh_about .sc__goals .group--goal .fl-r dd b{font-size:22px}
#sh_about .sc__cutlist .table-box table tbody td{white-space:pre-line}
}
/* 반응형 [e] */