@charset "utf-8";
/* Info
 ========================================================================== */
/**
 * 1. Writer: Ajin Lee. (Weaverloft Corp.)
 * 2. Production Date: 2023-01-02
 * 3. Client: 서울대학교병원 융합의학기술원
 */
 
#footer { display: none; } 
#main { position: relative; width: 100%; } 
#main #top-btn { opacity: 0; visibility: hidden; } 
.main .inner { max-width: 86.25em; font-size: 0.833vw; } 
.main-contSwiper { width: 100%; height: 100vh; height: 100dvh; } 
.main-sec { position: relative; /*overflow: hidden;*/ width: 100%; height: 100%; } 
@media screen and (max-width: 1100px){
    #footer { display: block; } 
    #main #top-btn { opacity: 1; visibility: visible; } 
    .btn-header-search { background-image: url('../images/common/icon-search-w.svg'); } 
}

/*========== Visual ==========*/
.main-vis-cont { position: relative; } 
.main-vis-tit { display: flex; flex-direction: column; justify-content: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 800px; z-index: 10; color: #fff; text-align: center; } 
.main-vis-tit h2 { margin-top: 2%; font-size: clamp(3.5rem, 2.91667vw, 58px); font-weight: 600; font-variation-settings: 'wght' 600; } 
.main-vis-tit p { margin: 1em 0 0; font-size: clamp(1.63rem, 1.354vw, 28px);  font-weight: 500; font-variation-settings: 'wght' 500; line-height: 1.4; } 
.main-vis-tit:lang(en) { width: 100%; max-width: 2080px; padding: 0 7%;}
.main-vis-tit h2:lang(en) { font-size: clamp(40px, 3.636vw, 54px);}
.main-vis-tit p:lang(en) { font-size: clamp(20px, 1.818vw, 26px);}
/* main-visual-slide */
.swiper-pointer-events { touch-action: pan-y; } 
.swiper-container.main-slide-container { position: unset !important; width: 100%; height: auto; } 
.main-slide-container .swiper-slide { position: relative; overflow: hidden; height: 100vh; height: 100dvh; cursor: default; } 
.main-slide-container .swiper-slide a { display: block; } 
.main-slide-container figure:not(.main-img-box) { display: flex; justify-content: center; align-items: center; overflow: hidden; width: 100%; height: 100%; } 
.main-slide-container figure:not(.main-img-box) img { width: 100%; height: auto; object-fit: cover; } 
.main-img-box { overflow: hidden; position: relative; width: 100%; height: 100%; background-color: #000; transform: scale(1.06); transition:transform 8s linear; } 
.main-img-box::after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); } 
.main-slide-wrapper .main-slide.swiper-slide-active .main-img-box { transform: scale(1); } 
.main-img-box img { width: auto; max-width: none; min-width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 116%; aspect-ratio: 1920 / 1080; } 
.main-slide01 .main-img-box img { transform: translate(-50%, -59%); height: 125%; -webkit-transform: translate(-50%, -59%); -moz-transform: translate(-50%, -59%); -ms-transform: translate(-50%, -59%); -o-transform: translate(-50%, -59%); } 
.main-slide-container .pagination-wrap { position: absolute; bottom: 0; left: 0; right: 0; z-index: 15; width: 100%; min-height: 18.75em; margin: 0; background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.4) 80%,rgba(0,0,0,0.6) 100%); font-size: clamp(1rem, 0.833vw, 30px); } 
.main-slide-container .pagination-wrap .pagination { display: flex; } 
.main-slide-container .pagination-wrap .swiper-pagination { position: static; display: flex; justify-content: space-between; gap: 1.88em; width: calc(100% - 3.750em); font-size: 0.833vw; } 
.main-slide-container .pagination-wrap .swiper-pagination button.bullet { display: flex; width: calc(100%/3); opacity: 0.7; color: #fff; transition: opacity 300ms; cursor: pointer; } 
.main-slide-container .pagination-wrap .swiper-pagination button.bullet.active { opacity: 1; } 
.main-slide-txt h3 { font-size: clamp(1.250rem, 1.042vw, 24px); font-weight: 600; font-variation-settings: 'wght' 600; text-align: left; } 
.main-slide-txt h3 span { display: inline-block; } 
.main-slide-txt .slide-progress { display: block; position: relative; width: 100%; height: 0.06em; margin: 0.938em 0 0; background-color: #fff; font-size: 0.833vw; } 
.main-slide-container .pagination-wrap .swiper-pagination button.bullet .slide-progress::after { content: ''; display: block; position: absolute; top: -0.09em; left: 0; right: 0; z-index: 2; height: 0.19em; background-color: #fff; transform: scaleX(0); transform-origin: left; font-size: 0.833vw; } 
.main-slide-container .pagination-wrap .swiper-pagination button.bullet.active .slide-progress::after { opacity: 1; transform: scaleX(1); transition: transform 5.1s linear; } 
.main-slide-txt { text-align: left; } 
.main-slide-txt dl { margin: 1em 0 0; font-size: clamp(1rem, 0.833vw, 30px); } 
.main-slide-txt dl dt { font-size: clamp(1.250rem, 1.042vw, 24px); font-weight: 600; font-variation-settings: 'wght' 600; white-space: pre-line; word-break: keep-all; } 
.main-slide-txt dl dd { margin: 0.56em 0 0; font-size: clamp(1.125rem, 0.938vw, 22px); font-weight: 300; font-variation-settings: 'wght' 300; line-height: 1.4; white-space: pre-line; word-break: keep-all; } 
.main-slide-txt dl dd:lang(en) { display: none;}
.main-vis-cont .playPause { position: relative; margin: 1.271vw 0 0 1.88em; width: 1.88em; height: 1.88em; background-repeat: no-repeat; background-position: center; background-size: contain; font-size: clamp(1rem, 0.833vw, 24px); } 
.main-vis-cont .playPause.pause { background-image: url('../images/main/icon-pause-w.svg'); } 
.main-vis-cont .playPause.play { background-image: url('../images/main/icon-play-w.svg'); } 
#navi { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.38em; position: absolute; z-index: 10; top: 0; left: 2%; width: 1.13em; height: 100vh; transform: translate(0, 0);} 
#navi span { position: relative; opacity: 0.6; width: 1.13em; height: 1.13em; margin: 0; border-radius: 50%; background-color: transparent; } 
#navi span::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0.38em; height: 0.38em; border-radius: 50%; background-color: #111; transform: translate(-50%, -50%); } 
#navi span::after { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; border: 1px solid #111; transform: translate(-50%, -50%); transform-origin: center; transition: width 300ms, height 300ms; } 
#navi span.swiper-pagination-bullet-active { opacity: 1; } 
#navi span.swiper-pagination-bullet-active::after { width: 100%; height: 100%; } 
#navi.bk span::before { background-color: #fff; } 
#navi.bk span::after { border-color: #fff; } 
@media screen and (min-width: 2400px){
    .main-vis-cont .playPause {margin: 0.9vw 0 0 0;}
}
@media screen and (max-width: 1920px){
    #navi { font-size: 1rem; } 
    .main-slide-txt .slide-progress { font-size: 1rem; } 
}
@media screen and (max-width: 1800px){
    .main .inner { max-width: 90%; margin: 0 auto; } 
    .playPause,.main-pro-left,#navi { font-size: 1rem; } 
}
@media screen and (max-width: 1480px){
    .main .inner { font-size: 1rem; } 
    .main-slide-container .pagination-wrap { min-height: 14.75em; font-size: 1rem; } 
    .main-slide-container .pagination-wrap .swiper-pagination { margin: 0; } 
    .scroll-down { transform: translateX(1.5em); } 
    .main-vis-cont .playPause { margin: 1.351vw 0 0 1.88em; } 
    #navi { left: 1%; } 
}
@media screen and (max-width: 1100px){
    #main .inner { margin: 0 20px; max-width: none; } 
    .main-contSwiper { height: auto !important; } 
    .main-contSwiper > .swiper-wrapper { display: block; } 
    .swiper-container.main-slide-container { display: flex; flex-direction: column; } 
    .main-slide-container .swiper-wrapper { height: auto; } 
    #navi { display: none; } 
    .main-slide-container .swiper-slide { height: auto; aspect-ratio: 1024 / 768; } 
    .main-vis-tit { top: 13.75em; width: 100%; height: auto; transform: translate(-50%, 0); margin:0; } 
    .main-vis-tit h2 {width: 90%; margin: 0 auto; font-size: clamp(2em, 5.091vw, 56px); } 
    .main-vis-tit p { width: 90%; margin: 1em auto 0;font-size: clamp(1.13em, 2.364vw, 26px); } 
	.main-vis-tit:lang(en) { padding: 0;}
	.main-vis-tit h2:lang(en) { font-size: clamp(30px, 3.636vw, 40px); } 
    .main-vis-tit p:lang(en) { font-size: clamp(15px, 1.818vw, 20px); } 
    .main-img-box img, .main-slide01 .main-img-box img { position: static; transform: translate(0, 0); width: 144%; height: auto; margin-left: -20%; aspect-ratio: auto; } 
    .main-slide01 .main-img-box img.pc { display: none; } 
    .main-slide01 .main-img-box img.tb { display: block; } 
    .main-slide01.swiper-slide-active .main-img-box::after { background-color: rgba(0,0,0,0.05); } 
    .main-slide-container .pagination-wrap { display: flex; align-items: stretch; position: static; min-height: 180px; background: #4C829F; } 
    .main-slide-container .pagination-wrap .pagination { align-items: self-end; position: relative; width: 100%; height: 100%; } 
    .main-slide-container .pagination-wrap .swiper-pagination { position: relative; height: 100%; } 
    .main-slide-container .pagination-wrap .swiper-pagination button.bullet { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
    .main-slide-container .pagination-wrap .swiper-pagination button.bullet dl { display: none; } 
    .main-slide-container .pagination-wrap .swiper-pagination button.bullet.active dl { display: block; } 
    .main-slide-txt h3 { display: inline-block; position: absolute; top: -3.091vw; left: 0; font-size: 1.125rem; } 
    .main-slide-container .pagination-wrap .swiper-pagination button.bullet.pos-01 h3 { left: 0; z-index: 18; } 
    .main-slide-container .pagination-wrap .swiper-pagination button.bullet.pos-02 h3 { left: auto; right: 3.273vw; z-index: 20; } 
    .main-slide-container .pagination-wrap .swiper-pagination button.bullet.pos-03 h3 { left: auto; right: 0; z-index: 20; } 
    .main-slide-container .pagination-wrap .swiper-pagination button.bullet {opacity: 1;}
    .main-slide-container .pagination-wrap .swiper-pagination button.pos-02 .main-slide-txt h3 span {position: relative; left: -0.355vw;}
    .main .pagination-wrap .pagination.inner { margin-top: 1.25em !important; } 
    .main-vis-cont .playPause-wrap { position: relative; top: 1.75em; } 
    .main-vis-cont .playPause { margin: 0 0 0 1.88em; } 
    .main-slide-txt .slide-progress { margin: 0.63em 0 0; font-size: 1.455vw; } 
    .main-slide-txt dl { margin: 2em 0 0; } 
    .main-slide-txt dl dt { font-size: clamp(1.125rem, 1.818vw, 20px); } 
    .main-slide-txt dl dd { margin: 10px 0 0; font-size: clamp(0.875rem, 1.636vw, 18px); } 
}
@media screen and (max-width: 768px){
    .main-sec .pc { display: none; } 
    .main-sec .mo { display: block; } 
    .main-vis-tit { top: 7.50em; min-width: auto;} 
    .main-vis-tit h2 br.mo { display: block; } 
	.main-vis-tit h2:lang(en) { font-size: clamp(24px, 3.125vw, 30px);}
	.main-vis-tit p:lang(en) { font-size: clamp(12px, 1.953vw, 15px);}
	.main-vis-tit h2 br.mo:lang(en) { display: none;}
    .main-slide-container .swiper-slide { height: clamp(460px, 109.635vw, 842px); aspect-ratio: initial; } 
    .main-img-box img, .main-slide01 .main-img-box img { width: auto; height: 100%; margin: 0; aspect-ratio: 360 / 540; } 
    .main-slide01 .main-img-box img.tb { display: none; } 
    .main-slide01 .main-img-box img.mo { display: block; } 
    .main-slide-container .pagination-wrap .swiper-pagination button.pos-02 h3 { right: 2em; } 
    .main .pagination-wrap .pagination.inner { opacity:1 !important; transform: translateZ(0) !important; margin: 0 16px 0 20px !important; } 
    .main-slide-container .pagination-wrap .swiper-pagination { width: calc(100% - 40px); } 
    .main-slide-txt dl { width: 110%; margin: 15px 0 0; } 
    .main-slide-txt h3 { font-weight: 'wght' 500; font-variation-settings: 'wght' 500; } 
    .main-slide-txt .slide-progress { margin: 1.25em 0 0; font-size: 1rem; } 
    .main-vis-cont .playPause-wrap { top: 2.5em; } 
    .main-vis-cont .playPause { margin: 0 0 0 10px; } 
    .main-slide-container .pagination-wrap .swiper-pagination button .slide-progress::after { top: -1.25px; height: 3px; } 
    .main-slide-container .pagination-wrap .swiper-pagination button.pos-02 .main-slide-txt h3 span {left: -15px;}
}
@media screen and (max-width: 420px){
    .main-slide-container .swiper-slide { height: clamp(400px, 142.857vw, 600px); } 
}

/*========== Professor ==========*/
/* left */
.main-pro-left { display: flex; justify-content: center; align-items: center; width: 34%; height: 100%; background-image: url('../images/main/main-professor-bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; font-size: 0.833vw; } 
.main-pro-left-inner { max-width: 58%; } 
.main-pro-left:not(.copy) .main-pro-left-inner { display: none;} 
.main-pro-left-inner .main-pro-txt { display: inline-block; margin: 0 0 1em; font-size: clamp(22px, 1.146vw, 24px); font-weight: 600; font-variation-settings: 'wght' 600; color: var(--main-color); } 
.main-pro-left-inner .main-pro-txt:lang(en) { display: none;}
.main-pro-left-inner .main-pro-logo img { max-width: 19.38em; font-size: 0.833vw; } 
.main-pro-logo-txt { margin: 3.63636em 0 8.48484em; font-size: clamp(1.63rem, 1.1456vw, 28px); font-weight: 400; font-variation-settings: 'wght' 400; line-height: 1.3636; word-break: keep-all; line-height: 1.5; } 
.main-pro-logo-txt:lang(en) { margin: 1.5em 0 3.5em; font-size: clamp(21px, 1.0938vw, 24px);}
.main-pro-logo { font-size: clamp(3.15rem, 2.62494vw, 53px); font-weight: 600; font-variation-settings: 'wght' 600; line-height: 1.43333; word-break: keep-all; line-height: 1;}
.main-pro-logo:lang(en) { font-size: clamp(48px, 2.5vw, 54px);line-height: 1.4;}

/* right */
.main-pro-right { display: flex; align-items: center; width: 66%; padding: 5em 0 0; }
.main-pro-right-inner { position: relative; display: flex; flex-flow: column; justify-content: center; width: 58em; margin: 0 0 0 16%; font-size: clamp(16px,0.833vw,30px); }

.pro-slide-wrapper { align-items: flex-end; } 
.pro-slide-container { overflow: initial !important; width: 100%; height: 100%; } 
.main-pro-slide-tit-wrap { position: relative; z-index: 10;} 
.pro-slide { align-items: flex-end; } 
.main-pro-tit { margin-bottom: 0.5333em; font-size: clamp(30px,1.563vw,34px); font-weight: 600; font-variation-settings: 'wght' 600; line-height: 1.2; letter-spacing: -0.04em; color: #111; word-break:keep-all;} 
.main-pro-tit .tb { display: none; } 
.main-pro-date { margin: 1.36em 0 0; padding: 0 0 0 1.55em; background-image: url('../images/main/icon-calendar.svg'); background-repeat: no-repeat; background-position: left top -1px; background-size: 1.354vw auto; font-size: 1.146vw; color: #666; } 
.main-pro-date span { font-size:inherit; font-weight: 400; font-variation-settings: 'wght' 400; font-family: 'Outfit Variable'; } 
.main-pro-right-inner .session-btn { position: relative; z-index: 2; min-width: 13.000em; margin: 2.73em 0 0; font-size: 1.146vw; font-weight: 300; font-variation-settings: 'wght' 300; font-family: 'Outfit Variable'; text-transform: uppercase; } 
.main-pro-right-inner .session-btn span { font-family: inherit; } 
.main-pro-desc { margin-bottom: 2.2222em; font-size: clamp(18px,0.938vw,24px); font-weight: 300; font-variation-settings: 'wght' 300; line-height: 1.333333; letter-spacing: -0.04em; color: #666666; word-break:keep-all;}
/* slide */
.main-pro-slide-wrap { position: relative; font-size: 0.833vw;} 
.pro-slide { display: flex; align-items: flex-end; align-items: stretch; gap: 2.604vw;} 
.pro-slide-txt-wrap { align-self: center; width: 42%;} 
.pro-name { font-size: clamp(2.19rem,2.08363vw,44px); font-weight: 600; font-variation-settings: 'wght' 600; color: #111; letter-spacing: -0.04em; } 
.pro-name span { margin-left: 0.5em; font-size: 0.6em; color: #666;}
.pro-name:lang(en) { display: flex; flex-flow: column-reverse;}
.pro-name span:lang(en) { margin-left: 0;}
.pro-part { display: inline-block; margin: 0.8em 0 0; font-size: clamp(1.125rem,1.042vw,24px); font-weight: 500; font-variation-settings: 'wght' 500; color: #999999; line-height: 1.4; letter-spacing: -0.04em; word-break:keep-all; text-wrap: pretty; } 
.pro-img-box { width: 45%; aspect-ratio: 420 / 520;} 
.pro-img-box img { object-fit: cover; height: 100%; } 
.pro-slide-txt-wrap .divide-line { margin: 2.083vw 0; width: 11%; height: 2px; background-color: #2955CC;}
.pro-time { padding-left: 1.8em; font-size: clamp(1.25rem,1.042vw,22px); font-weight: 400; font-variation-settings: 'wght' 400; color: #333; line-height: 1.1667; letter-spacing: -0.04em; word-break:keep-all; text-wrap: pretty; background-image: url('../images/main/icon-main-pro-time.svg'); background-repeat: no-repeat; background-size: 1.333em 1.333em; background-position: left top; }
.pro-loc { margin-top: 0.66667em; padding-left: 1.8em; font-size: clamp(1.25rem,1.042vw,22px); font-weight: 400; font-variation-settings: 'wght' 400; color: #333; line-height: 1.1667; letter-spacing: -0.04em; word-break:keep-all; text-wrap: pretty; background-image: url('../images/main/icon-main-pro-loc.svg'); background-repeat: no-repeat; background-size: 1.333em 1.333em; background-position: left top;}
.clinic-btn-wrap { display: flex; gap: 0.8889em; min-height: 2.9445em; margin-top: 2.7778em; font-size: clamp(1.125rem,0.938vw,22px);}
.clinic-btn-wrap .apply-btn { padding: 0.8889em 1.1111em; color: #2955CC; border: 1px solid #2955CC; transition: 300ms; cursor: pointer; font-size: inherit; font-weight: 600; font-variation-settings: 'wght' 600; line-height: 1.1667; letter-spacing: 0; background-color: #fff; border-radius: 3vw; text-align: center;}
.pro-slide-container .swiper-bottom { z-index: 1; } 
.pro-slide-container .swiper-bottom button { position: absolute; top: 50%; width: 3.00em; height: 3.00em; transform: translateY(-50%); border-radius: 50%; border: 1px solid #ddd; box-sizing: border-box; background-size: 1.63em 1.63em; text-indent: -9999px; transition: background-color 300ms, background-image 300ms; font-size: 0.833vw; background-color: rgba(255, 255, 255, 0.35); } 
.pro-slide-container .swiper-bottom .swiper-button-next { right: 0; background-image: url('../images/main/icon-slide-next-black.svg'); } 
.pro-slide-container .swiper-bottom .swiper-button-prev { left: -4.875em; background-image: url('../images/main/icon-slide-prev-black.svg'); } 
/* autoplay 숨김 */
.pro-slide-container .swiper-bottom .swiper-btns-autoplay { display: flex; justify-content: center; align-items: center; width: 3.00em; height: 3.00em; margin: 0 0 0 0.63em; border-radius: 50%; border: 1px solid #ddd; box-sizing: border-box; font-size: 0.833vw; display: none; } 
.pro-slide-container .swiper-bottom .swiper-btns-autoplay button { display: flex; justify-content: center; align-items: center; position: relative; border: none; width: 100%; height: 100%; margin: 0; background-repeat: no-repeat; background-position: center; background-size: 1.63em auto; } 
.pro-slide-container .swiper-bottom .swiper-btns-autoplay button.playPause.pause { background-image: url('../images/main/icon-pause-black.svg'); } 
.pro-slide-container .swiper-bottom .swiper-btns-autoplay button.playPause.play { background-image: url('../images/main/icon-play-black.svg'); } 
.pro-slide-container .swiper-pagination { position: absolute; left: 50%; top: calc(100vw / 360 * 440 - 20px - 8px); transform: translateX(-50%); display: none; justify-content: center; align-items: center; width: 3em; height: 1.25em; border-radius: 13px; background-color: rgba(0,0,0,0.5); box-sizing: border-box; }
.pro-slide-container .swiper-pagination span { font-size: 0.750rem; line-height: 1.1667; letter-spacing: -0.04em; color: #fff;}
.pro-slide-container .swiper-pagination .pagination-current { font-weight: 600; font-variation-settings: 'wght' 600;}
.pro-slide-container .swiper-pagination .pagination-all { position: relative; margin-left: 6px; padding-left: 7px; opacity: 0.4; font-weight: 400; font-variation-settings: 'wght' 400;}
.pro-slide-container .swiper-pagination .pagination-all::before { content:''; position: absolute; left: 0; top: 50%; display: block; width: 1px; height: 8px; margin-top: -4px; background-color: #fff;}

/*== 2차 ==*/
.main-professor-group { display: flex; }
.main-pro-left { position: sticky; top: 0; left: 0;}
.main-pro-left.copy { position: absolute; left: 0; z-index: 2; transform: translateY(0%); transition: transform 0.5s; }
#main-professor.btm .main-pro-left.copy { transform: translateY(100%); transition: transform 0.5s; -webkit-transition: transform 0.5s; -moz-transition: transform 0.5s; -ms-transition: transform 0.5s; -o-transition: transform 0.5s; }
#main-professor2 .main-pro-left { background-image: none;}
/* 차트 */
.clinic-chart-box { position: relative; width: 100%; aspect-ratio: 850 / 297;}
.clinic-chart-box .chart-desc { position: absolute; bottom: 16%; right: 1.6%; z-index: 1;}
.clinic-chart-box .chart-desc p { font-size: 12px; font-weight: 400; font-variation-settings: 'wght' 400; line-height: 1.3333; color: #666; text-align: right;}
.main-professor-group .tab-tit-wrap { flex-flow: column; justify-content: flex-start; align-items: flex-start;}
.main .tab-tit-wrap .section-tit { font-size: clamp(30px,1.563vw,34px); margin-bottom: 0.53333em; word-break:keep-all;}
.main .tab-tit-wrap p { font-size: clamp(18px,0.938vw,24px); font-weight: 300; font-variation-settings: 'wght' 300; line-height: 1.3333; color: #666; word-break:keep-all;}
.main-professor-group .chart-box { margin-top: clamp(60px,3.125vw,90px);}
#mainChartView { width: inherit !important; pointer-events: none;}
#mainChartView .canvasjs-chart-credit, .canvasjs-chart-tooltip { display: none !important;}


@media screen and (min-width: 769px){
	@media (hover:hover) {
		.clinic-btn-wrap .apply-btn:hover { color: #fff; background-color: #2955CC;}
		.pro-slide-container .swiper-bottom button:hover { background-color: #f2f2f2; border-color: #f2f2f2; } 
	}
}
.clinic-btn-wrap .apply-btn:focus { color: #fff; background-color: #2955CC;}
@media screen and (max-width: 1920px){
    .main .inner { max-width: 90%; margin: 0 auto; } 
    .main-vis-cont .playPause,.main-pro-left,.main-pro-left-inner .main-pro-logo img,.main-pro-right-inner,.main-pro-slide-wrap,.pro-slide,.pro-slide-txt-wrap,.pro-img-box { font-size: 1rem; } 
    .pro-slide-container .swiper-bottom { top: 38.244vw; } 
    .main-pro-date { background-size: clamp(26px, 1.354vw, 44px) auto; } 
}
@media screen and (max-width: 1700px){
    .main-pro-left-inner { width: 100%; max-width: none; padding: 0 30px 0 100px; } 
    .main-pro-left-inner .main-pro-txt { font-size: 1.38rem; } 
    .main-pro-left-inner .main-pro-logo img { max-width: 16.38em; } 
    .main-pro-logo-txt { font-size: 1.1676rem; } 
	.main-pro-logo-txt:lang(en) { font-size: 17px; } 
    .main-pro-logo {font-size: clamp(40px, 2.941vw, 50px);}
    .main-pro-logo:lang(en) {font-size: clamp(43px, 2.8vw, 48px);}
    /* main-pro-right */
    .main-pro-tit { font-size: clamp(24px,1.588vw, 27px); } 
    .main-pro-date { background-size: clamp(22px, 1.529vw, 26px) auto; font-size: clamp(21px, 1.294vw, 22px); } 
    .main-pro-right-inner { width: calc(100% - 160px); margin: 0 5em; } 
    .main-pro-right-inner .session-btn { font-size: clamp(17px, 1.059vw, 18px); } 
    .pro-name { font-size: clamp(36px, 2.353vw, 40px); } 
    .pro-part { font-size: clamp(18px, 1.176vw, 20px); } 
	.pro-time { font-size: clamp(16px, 1.059vw, 18px); } 
	.pro-loc { margin-top: 1em; font-size: clamp(16px, 1.059vw, 18px); } 
	.clinic-btn-wrap { margin-top: 2em; flex-flow: column; font-size: clamp(14px, 1.059vw, 18px); } 
    .pro-slide-container .swiper-bottom button,
    .pro-slide-container .swiper-bottom .swiper-btns-autoplay { font-size: clamp(15px, 0.941vw, 16px); } 
	.pro-slide-container .swiper-bottom .swiper-button-prev { left: -4em;}
	.pro-slide-container .swiper-bottom .swiper-button-next { right: -4em;}

	.main .tab-tit-wrap .section-tit,
	.main .main-pro-slide-tit-wrap .main-pro-tit { font-size: clamp(28px,1.765vw,30px);}
	.main-pro-desc, .main .tab-tit-wrap p { font-size: 18px;}

	.main-professor-group .chart-box { width: 962px;}
	.main-professor-group .chart-inner { overflow: hidden; overflow-x: auto; } 
	.main-professor-group .chart-inner::-webkit-scrollbar { display: block; width: 4px; height: 4px; border-radius:10px; transition: 300ms; } 
	.main-professor-group .chart-inner::-webkit-scrollbar-thumb { height: 30%; background: var(--main-color); border-radius:10px; border-left: 16px solid var(--main-color); border-right: 16px solid var(--main-color); } 
	.main-professor-group .chart-inner::-webkit-scrollbar-track { background: #ccc; border-radius: 10px; } 
	#main-professor2 .touch-mark { display: flex; } 
}
@media screen and (max-width: 1320px){
	.main-pro-left { width: 370px;}
	.main-pro-right { width: calc(100% - 370px);}
    .main-pro-left-inner { padding: 0 30px 0 70px;}
	.main-pro-left-inner .main-pro-txt { font-size: 18px;}
    .main-pro-logo { font-size: 34px !important;}
	.main-pro-logo-txt { font-size: 16px;} 
}
@media screen and (max-width: 1100px){
    .main-professor-group { display: block; aspect-ratio: initial; height: auto; min-height: auto; } 
    .main-pro-left { display: flex; z-index: 11; width: 100%; height: auto; background-image: url('../images/main/main-professor-bg-tb.jpg'); } 
    .main-pro-left-inner { display: block !important; max-width: none; padding: 7.813vw 5.0925vw; } 
    .main-pro-left-inner .main-pro-txt { margin: 0 0 18px; font-size: 2.182vw; } 
    .main-pro-left-inner .main-pro-logo img { max-width: none; width: 24.182vw; } 
    .main-pro-right { width: 100%; } 
	.main-pro-logo-txt { margin: 35px 0 40px !important; font-size: 2.182vw; } 
	.main-pro-logo-txt:lang(en) { font-size: 2.01413vw; } 
    .main-pro-logo-txt .mo { display: block; } 
	.main-pro-logo-txt .pc:first-child {display: none;}
	.main-pro-logo { font-size: max(36px,3.6vw) !important;}
    /* main-pro-right */
    .main-pro-right { padding: max(80px,7.813vw) 0 0;} 
	.main-professor-group .main-pro-right { padding-bottom: 0; background-image: none;}
    .pro-slide { min-height: auto; margin-top: 0; } 
    .main-pro-right-inner { width: calc(100% - 10.185%); margin: 0 3.50em; font-size: 1.455vw; } 
    .main-pro-tit { font-size: clamp(28px,2.8vw,31px); } 
    .main-pro-tit .tb { display: block; } 
    .main-pro-tit .pc { display: none; } 
    .main-pro-date { background-size: 2.364vw auto; font-size: 1.818vw; } 
    .main-pro-right-inner .session-btn { font-size: 1.636vw; } 
	.main-pro-slide-wrap { position: relative; margin-left: 4.13em;} 
	.pro-img-box { width: 40%;}
    .pro-slide-txt-wrap { width: calc(60% - 4%); min-width: auto; font-size: 1.455vw; } 
    .pro-name { font-size: 3.273vw; } 
    .pro-part { font-size: 1.636vw; } 
    .pro-slide-container .swiper-bottom button,
    .pro-slide-container .swiper-bottom .swiper-btns-autoplay { font-size: 1.455vw; } 
    .pro-slide-container .swiper-bottom { top: 52.636vw; } 
	.main-pro-left.copy { display: none;}
	.main .tab-tit-wrap p br { display: none;}
	.pro-slide-container .swiper-bottom .swiper-button-next { right: 0.75em;}
	.clinic-btn-wrap { flex-flow: row; } 
	.main-professor-group .main-pro-right-inner { display: block;}
	.pro-slide-txt-wrap .divide-line { margin: 30px 0; width: 42px;}
	.pro-slide-wrapper { align-items: flex-start; } 
	.main-professor-group .chart-inner {  overflow-x: hidden; } 
	.main-professor-group .chart-box { width: 100%;}
	#main-professor .touch-mark,
	#main-professor2 .touch-mark { display: none; } 
	.main-pro-chart-wrap { margin: 0; padding-bottom: 80px;}
	.main-pro-slide-tit-wrap { margin: 0; } 
	.main-pro-left.copy,
    #main-professor2 .main-pro-left { display: none;}
}
@media screen and (max-width: 768px){
    .main-professor-group { display: block; height: auto; min-height: auto; aspect-ratio: initial; } 
	.main .tab-tit-wrap .section-tit,
	.main-pro-tit { margin-bottom: 20px;}
	.main-professor-group .tab-tit-wrap p { padding-bottom: 40px;}
    .main-pro-left { display: flex; width: 100%; max-height: 380px; background-position: bottom; aspect-ratio: 360/306; } 
    .main-pro-left-inner { width: 100%; padding: 80px 20px; } 
    .main-pro-logo-txt .tb { display: none; } 
    .main-pro-left-inner .main-pro-txt { font-size: 1.25rem; } 
    .main-pro-left-inner .main-pro-logo img { width: 15.38em; } 
    .main-pro-logo-txt { font-size: 1.25rem !important; } 
    /* main-pro-right */
    .main-pro-right { width: 100%; padding: 80px 0; font-size: 1rem; } 
    #main-professor2 .main-pro-right { padding: 0;}
	.main-pro-right-inner { width: 100%; margin: 0; font-size: 1rem; } 
	.main .tab-tit-wrap .section-tit,
	.main .tab-tit-wrap p { text-align: center;}
    .main-pro-slide-tit-wrap { padding: 0 20px; } 
    .main-pro-slide-wrap { position: static; min-height: auto; margin-left: 0; }
    .main-pro-chart-wrap { margin: 80px 20px 0;} 
    .main-pro-tit { font-size: 1.63rem; text-align: center;} 
    .main-pro-tit .tb { display: none; } 
	.main-pro-desc { text-align: center; text-wrap: balance;}
    .main-pro-date { margin: 1.56em 0 0; padding: 0 0 0 1.44em; background-position: left, top 2px; background-size: 1.11em auto; font-size: 1.125rem; } 
    .main-pro-date .mo { display: none; } 
    .main-pro-date span { line-height: 1.6; } 
    .main-pro-right-inner .session-btn { margin: 1.88em 0 0; padding: 0.94em 1.82em; border-radius: 10px; font-size: 1rem; } 
    .main-pro-right-inner .session-btn:hover { border-color: var(--main-color); background-color: var(--main-color); color: #fff; } 
    .main-pro-right-inner .session-btn span { padding: 0 2em 0 0; background-size: 1.25em auto; } 
    .main-pro-right-inner .session-btn:hover span { background-image: url('../images/common/icon-btn-arrow-w.svg'); } 
    .swiper-slide.pro-slide { display: flex; flex-direction: column; align-items: flex-start; padding: 0 20px;} 
	.pro-img-box { width: 100%; aspect-ratio: 360 / 300; }
    .pro-slide-txt-wrap { position: static; margin: 32px 0 0; padding: 0; width: 100%; font-size: 1rem; } 
    .pro-name { font-size: 2rem; } 
	.pro-name span { font-size: 0.5625em;}
    .pro-part { margin-top: 0.88889em; font-size: 18px; } 
	.pro-slide-container .swiper-bottom .swiper-btns { display: none;}
	.pro-slide-container .swiper-pagination { display: flex;top: calc(100vw / 360* 300 - 60px);}
	.clinic-btn-wrap { min-height: auto; margin-top: 30px; gap: 14px; font-size: 16px;}
	.clinic-btn-wrap .apply-btn { width: calc((100% - 14px) / 2); border-radius: 33px;}
	.clinic-btn-wrap .apply-btn:lang(en) { width: 100%;}
	.clinic-btn-wrap .apply-btn { padding: 15px 0 14px;}
	.clinic-chart-box { aspect-ratio: 320 / 196;}
	.clinic-chart-box .chart-desc { right: 20px; bottom: 17.346%;}
	#mainChartView { width: auto; height: inherit !important;}
    #mainChartView canvas { height: inherit !important;}
	.main-professor-group .chart-inner {  overflow-x: auto; } 
	.main-professor-group .chart-box { width: auto !important; min-width: 560px;}
	#main-professor2 .touch-mark { display: flex; } 
	#main-professor .touch-mark { display: flex; z-index: 2; top: 60vw;} 
}
@media screen and (max-width: 620px){
    .main-pro-logo-txt .mo.tb { display: block; } 
}
@media screen and (max-width: 480px){
    .main-pro-date .mo { display: block; } 
    .main-pro-left { background-image: url('../images/main/main-professor-bg-mo.jpg'); } 
	.clinic-btn-wrap { flex-flow: column;}
	.clinic-btn-wrap .apply-btn { width: 100%;}
}
@media screen and (max-width: 360px){
	#main-professor .touch-mark { top: 76vw;} 
}

/*========== Part ==========*/
.main-part-cont { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background-image: url('../images/main/main-part-bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; } 
.main-part-cont > li { display: flex; flex-direction: column; justify-content: center; align-items: center; width: calc(100%/4); height: 100%; padding: 0 5.63em; color: #fff; text-align: center; cursor: pointer; transition: 600ms; } 
.main-part-cont > li.on { background-color: rgba(50,106,255,0.55); } 
.main-part-cont > li:has(dl dd.on) { background-color: rgba(50,106,255,0.55); } 
.main-part-cont > li dl dt { position: relative; } 
.main-part-cont > li dl dt span { display: block; position: relative; padding: 4.77em 0 0; font-size: clamp(26px, 1.354vw, 30px); font-weight: 600; font-variation-settings: 'wght' 600; background-repeat: no-repeat; background-position: top center; background-size: 3.85em auto; word-break: keep-all; } 
.main-part-cont > li.part-data dl dt span { background-image: url('../images/main/icon-data.svg'); } 
.main-part-cont > li.part-science dl dt span { background-image: url('../images/main/icon-science.svg'); } 
.main-part-cont > li.part-engineering dl dt span { background-image: url('../images/main/icon-engineering.svg'); } 
.main-part-cont > li.part-tech dl dt span { background-image: url('../images/main/icon-tech.svg'); } 
.main-part-cont > li dl dd { display: none; overflow: hidden; position: relative; } 
.main-part-cont > li dl dd br.tb {display: block;}
.main-part-cont > li dl dd:not(.btn-area) span { display: block; position: relative; padding: 6.75em 0 0; font-size: clamp(1.250rem, 1.042vw, 24px); font-weight: 500; font-variation-settings: 'wght' 500; line-height: 1.4; word-break: keep-all; transition: 600ms; } 
.main-part-cont > li dl dd:not(.btn-area) span::before { content: ''; display: block; position: absolute; top: 1.40em; left: 50%; transform: translate(-50%, 0); width: 0.05em; height: 4em; background-color: #F5F5F5; transition: 300ms; } 
.main-part-cont > li dl dd:not(.btn-area) span:lang(en) { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.main-part-cont > li .underline-btn { margin: 3.75em 0 0; } 
.main-part-cont > li .underline-btn span { font-size: clamp(16px, 0.833vw, 20px); } 
.main-part-cont > li .underline-btn span::before { content: ''; display: block; position: absolute; bottom: 0; left: 50%; width: 100%; height: 2px; background-color: #fff; transform: translateX(-50%); transition: 500ms; } 
@media screen and (max-width: 1920px){
    .main-part-cont > li .underline-btn span { font-size: 1rem; } 
}
@media screen and (max-width: 1600px){
    .main-part-cont > li { padding: 0; } 
    .main-part-cont > li dl { width: 71%; } 
    .main-part-cont > li dl dd br.tb {display: none;}
}
@media screen and (max-width: 1100px){
    #main-part { height: 80vh; height: 80dvh; } 
    .main-part-cont > li dl { width: 84%; } 
    .main-part-cont > li dl dt span { font-size: clamp(1.25rem, 2.364vw, 26px); } 
    .main-part-cont > li dl dd:not(.btn-area) span { font-size: clamp(0.938rem, 1.818vw, 20px); } 
    .underline-btn { font-size: clamp(0.938rem, 1.455vw, 16px); } 
}
@media screen and (max-width: 768px){
    #main-part { height: auto; } 
    .main-part-cont { flex-direction: column; padding: 50px 20px; } 
    .main-part-cont > li { align-items: flex-start; width: 100%; padding: 2.5em 0; text-align: left; } 
    .main-part-cont > li + li { border-top: 1px solid rgba(255, 255, 255, 0.4); box-sizing: border-box; } 
    .main-part-cont > li:first-child { padding-top: 0; } 
    .main-part-cont > li:last-child { padding-bottom: 0; } 
    .main-part-cont > li dl { display: flex; flex-direction: column; position: relative; width: initial; padding: 0 20px 0 6em; background-repeat: no-repeat; background-position: top 10px left 20px; background-size: 3.75em auto; } 
    .main-part-cont > li.part-data dl { background-image: url('../images/main/icon-data.svg'); } 
    .main-part-cont > li.part-science dl { background-image: url('../images/main/icon-science.svg'); } 
    .main-part-cont > li.part-engineering dl { background-image: url('../images/main/icon-engineering.svg'); background-position: top 0 left 20px; } 
    .main-part-cont > li.part-tech dl { background-image: url('../images/main/icon-tech.svg'); background-position: top 0 left 20px; } 
    .main-part-cont > li dl dt span { padding: 0; margin: 0 0 14px; } 
    .main-part-cont > li.part-data dl dt span, 
    .main-part-cont > li.part-science dl dt span,
    .main-part-cont > li.part-engineering dl dt span, 
    .main-part-cont > li.part-tech dl dt span { background-image: none; } 
    .main-part-cont > li dl dd { display: block; } 
    .main-part-cont > li dl dd:not(.btn-area) span { padding: 0; background-image: none; word-break: break-all; } 
    .main-part-cont > li dl dd:not(.btn-area) span::before { display: none; } 
    .main-part-cont > li dl dd.btn-area { display: none; } 
}

/*========== 2차 신규 영역 공통 ==========*/
.main-tit { margin-bottom: 0.5em; font-size: clamp(56px, 2.9166vw, 58px); font-weight: 600; font-variation-settings: 'wght' 600; line-height: 1.18333; letter-spacing: -0.04em; text-align: center; color: #111;}
.main-tit-desc { font-size: clamp(22px, 1.1456vw, 24px); font-weight: 400; font-variation-settings: 'wght' 400; line-height: 1.1923; letter-spacing: -0.04em; text-align: center; color: #333; word-break:keep-all; text-wrap: pretty;}
.main-tit:lang(en) {font-size: clamp(48px, 2.5vw, 54px);}
.btn-wrap { position: relative; width: max-content; cursor: pointer;}
.btn-wrap a p { position: relative; display: flex; align-items: center; min-width: 8.8837em; height: 3.33155em; margin: 0 1.4435em; padding-right: 1.77778em; font-size: clamp(18px,0.938vw,20px); font-weight: 600; font-variation-settings: 'wght' 600; line-height: 1.166666; letter-spacing: -0.04em; color: #333; background-image: url('../images/common/icon-btn-wrap-arrow-bk.svg'); background-position: right center; background-size: 0.888889em 0.666667em; background-repeat: no-repeat; text-align: left; transition: 300ms; z-index: 1; }
.btn-wrap.clinic-ver a p:lang(en) { margin: 0 1.4435em 0 1.75em;}
.btn-wrap a p em { color: #fff;}
.btn-wrap:not(.clinic-ver) a p:lang(en) { margin: 0 1.4435em 0 1.2em;}
.btn-wrap a p em:lang(en) { margin-right: 0.3em;}
.btn-wrap .btn-bg { position: absolute; top: 0; left: 0; width: clamp(60px, 3.125vw, 66px); height: 100%; background-color: #2955CC; border-radius: clamp(60px, 3.125vw, 90px); transition: 300ms;}

@media screen and (min-width: 769px){
	@media (hover:hover) {
		.btn-wrap:hover a p { color: #fff; background-image: url('../images/common/icon-btn-wrap-arrow-w.svg'); }
		.btn-wrap:hover .btn-bg { width: 100%;}
	}
}

/*========== Lecture (2차) ==========*/
#main-lecture { position: relative; display: flex; flex-flow: column; justify-content: center; gap: max(100px,5.208vw); padding-top: 80px;}
#main-lecture::after { content:''; position: absolute; bottom: 0; left: 0; width: 100%; height: 30%; background-color: #EEF3FF; z-index: -1;}
#main-lecture .cont { position: relative; display: flex; justify-content: space-between; flex-shrink: 1; margin-left: calc((100% - 1440px) / 2); margin-bottom: 12.9629vh; width: calc(100% - (100% - 1440px) / 2);}
#main-lecture .txt-box { width: 36%; max-width: 540px; flex-shrink: 0; padding-right: 40px;}
#main-lecture .txt-box .lecture-txt { display: none;}
#main-lecture .txt-box .lecture-txt.active { display: block;}
#main-lecture .tag-wrap { display: flex; gap: 0.44456em; font-size: clamp(18px,0.938vw,18px); }
#main-lecture .tag-wrap li { padding: 0.4444em 1.33333em; border: 1px solid #2955CC; border-radius: 1.33333em; font-weight: 600; font-variation-settings: 'wght' 600; line-height: 1.16667; letter-spacing: -0.04em; color: #2955CC;}
#main-lecture .tit-wrap { margin-top: 0.777778em; margin-bottom: 0.833333em; font-size: clamp(36px,1.875vw,38px); font-weight: 700; font-variation-settings: 'wght' 700; line-height: 1.33333; letter-spacing: -0.04em; color: #333;}
#main-lecture .desc-wrap { margin-bottom: 1.81818em; font-size: clamp(22px,1.146vw,24px); font-weight: 400; font-variation-settings: 'wght' 400; line-height: 1.63636; letter-spacing: -0.04em; color: #666;}
#main-lecture .tit-wrap p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break:keep-all; text-wrap: pretty;}
#main-lecture .desc-wrap p { word-break:keep-all; text-wrap: pretty;}

#main-lecture .swiper-wrap { width: calc(100% - 540px); overflow: hidden;}
#main-lecture .lecture-swiper { width: 100%; transform: translateX(-50%);}
#main-lecture .lecture-swiper .swiper-slide { width: max(360px,18.75vw); max-width: 420px; aspect-ratio: 360 / 510; transition: 300ms;}
#main-lecture .lecture-swiper .swiper-slide figure { display: flex; justify-content: center; align-items: flex-end; width: 100%; height: 100%;}
#main-lecture .lecture-swiper .swiper-slide img { width: max(280px,14.583vw); max-width: 340px; aspect-ratio: 280 / 396; transition: 300ms; box-shadow: 4px 4px 10px rgba(0,0,0,.1);}
#main-lecture .lecture-swiper .swiper-slide.swiper-slide-active img { width: 100% !important; max-width: 100% !important; border-top-right-radius: 2.604vw 2.604vw;}
#main-lecture .lecture-swiper .swiper-slide.hide { opacity: 0; pointer-events: none;}
#main-lecture .lecture-swiper .swiper-slide.swiper-slide-active, #main-lecture .lecture-swiper .swiper-slide.swiper-slide-next { transform: translateX(0) !important;}
#main-lecture .swiper-btn-wrap { position: absolute; left: 0; bottom: 0; display: flex; align-items: center;}
#main-lecture .swiper-pagination { position: relative; min-width: 75px;}
#main-lecture .swiper-pagination > span { font-size: clamp(16px,0.833vw,20px); font-weight: 600; font-variation-settings: 'wght' 600; line-height: 1.1875; letter-spacing: -0.04em; color: #999;}
#main-lecture .swiper-pagination > span.pagination-current { position: relative; margin-right: 0.75em; padding-right: 0.75em; color: #326AFF;}
#main-lecture .swiper-pagination > span.pagination-current::after { content:''; position: absolute; top: 50%; right: 0; display: block; width: 1px; height: 50%; transform: translateY(-50%); background-color: #ddd;}
#main-lecture .swiper-progress { margin-left: 1em; margin-right: 1em; font-size: clamp(16px,0.833vw,24px); width: 3.125em; height: 2px; background-color: #E0E0E0;}
#main-lecture .swiper-progress .progress-current { background-color: #326AFF; height: 100%; transition: width 300ms;}
#main-lecture .swiper-btns { display: flex;}
#main-lecture .swiper-button-next, #main-lecture .swiper-button-prev { position: relative; top: auto; width: 1.5em; height: 1.5em; margin-top: 0; font-size: clamp(16px,0.833vw,24px); background-size: 0.4375em 0.875em; }
#main-lecture .swiper-button-prev { left: auto; background-image: url('../images/common/icon-slide-prev.svg'); }
#main-lecture .swiper-button-next { right: auto; background-image: url('../images/common/icon-slide-next.svg'); }
#main-lecture .swiper-button-next span, #main-lecture .swiper-button-prev span { font-size: 0; opacity: 0;}
#main-lecture .swiper-btns-autoplay { width: 1.5em; height: 1.5em; margin: 0 0.25em; font-size: clamp(16px,0.833vw,24px);}
#main-lecture .swiper-btns-autoplay button { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: contain;}
#main-lecture .swiper-btns-autoplay button span { font-size: 0; opacity: 0;}
#main-lecture .swiper-btns-autoplay button.swiper-play { display: none; background-image: url('../images/main/icon-play-blue.svg'); }
#main-lecture .swiper-btns-autoplay button.swiper-pause { display: block; background-image: url('../images/main/icon-pause-blue.svg'); }
#main-lecture .swiper-btns-autoplay.pause button.swiper-play { display: block;}
#main-lecture .swiper-btns-autoplay.pause button.swiper-pause { display: none;}

/*커서*/
.lecture-cursor { position: absolute; z-index: 11; left: 50%; top: 50%; width: 0; height: 0; opacity: 0; transform: translate(-50%, -50%); pointer-events: none; will-change: transform;}
.lecture-cursor.cursor-txt { z-index: 12;}
.lecture-cursor.cursor-bg { mix-blend-mode: multiply;}
.lecture-cursor .circle { display: block; position: relative; top: 50%; left: 50%; width: 160px; height: 160px; box-sizing: border-box; background-color: #326AFF; border-radius: 50%; transform: translate3d(-50%, -50%, 0); transition: all .3s; pointer-events: none; opacity: 1;}
.lecture-cursor.cursor-txt .circle { background-color: transparent;}
.lecture-cursor.cursor-on .circle { animation: newCursorOn 0.3s ease forwards;	-webkit-animation: newCursorOn 0.3s ease forwards;}
.lecture-cursor.cursor-off .circle { animation: newCursorOff 0.3s ease forwards;	-webkit-animation: newCursorOff 0.3s ease forwards;}
@keyframes newCursorOn {
	0% {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0) scale(0);
    }
	100% {
        opacity: 1;
		transform: translate3d(-50%, -50%, 0) scale(1);
    }
}
@keyframes newCursorOff {
	0% {
        opacity: 1;
		transform: translate3d(-50%, -50%, 0) scale(1);
    }
	100% {
        opacity: 0;
		transform: translate3d(-50%, -50%, 0) scale(0);
    }
}
.lecture-cursor .circle .arrow.left-arrow { left: 30px; position: absolute; top: 50%; width: 10px; height: 10px; margin-top: -5px; transition: 0.3s;}
.lecture-cursor .circle .arrow.right-arrow { right: 30px; position: absolute; top: 50%; width: 10px; height: 10px; margin-top: -5px; transition: 0.3s;}
.lecture-cursor .circle .arrow::before,
.lecture-cursor .circle .arrow::after { content: ''; position: absolute; top: 50%; margin-top: -1px; display: block; width: 12px; height: 2px; background-color: #fff; transition: 0.3s;}
.lecture-cursor .circle .arrow.left-arrow::before { transform-origin: left center; transform: rotate(-45deg);}
.lecture-cursor .circle .arrow.left-arrow::after { transform-origin: left center; transform: rotate(45deg);}
.lecture-cursor .circle .arrow.right-arrow::before { transform-origin: right center; transform: rotate(45deg);}
.lecture-cursor .circle .arrow.right-arrow::after { transform-origin: right center; transform: rotate(-45deg);}
.lecture-cursor .circle .circle-txt { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.lecture-cursor .circle span { font-size: 22px; color: #fff; transform: scale(1.0); transition: 0.3s; font-weight: 300; font-variation-settings: 'wght' 300; }
/*그랩시*/
.lecture-cursor.grab-on .circle { width: 100px;	height: 100px;}
.lecture-cursor.grab-on .circle span { transform: scale(0);}
@media (pointer: coarse) {
    .lecture-cursor { opacity: 0 !important; }
}

@media screen and (max-width: 1920px){
    #main-lecture .cont { margin-left: clamp(100px, 12.5vw, calc((100% - 1380px) / 2)); width: calc(100% - (100% - 1440px) / 2); margin-bottom: 36px;}
	#main-lecture .txt-box { width: 400px; padding-right: 0;}
	#main-lecture .swiper-wrap { width: calc(100% - 400px - 100px);}
}

@media screen and (max-width: 1700px){
	.main-tit { font-size: clamp(50px, 3.294vw, 56px);}
	.main-tit:lang(en) { font-size: clamp(45px, 2.941vw, 50px);}
	.main-tit-desc { font-size: clamp(19px, 1.294vw, 22px);}
	#main-lecture { gap: min(5.882vw,100px);}
	#main-lecture .txt-box { width: 360px;}
	#main-lecture .swiper-wrap { width: calc(100% - 360px - 60px);}
	#main-lecture .tit-wrap { font-size: clamp(32px, 2.118vw, 36px);}
	#main-lecture .tag-wrap { font-size: clamp(16px, 1.059vw, 18px); }
	#main-lecture .desc-wrap { font-size: clamp(20px, 1.294vw, 22px);}
	#main-lecture .lecture-swiper .swiper-slide.swiper-slide-active img { border-top-right-radius: 50px 50px;}
}
@media screen and (max-width: 1320px){
	#main-lecture { padding-top: 60px;}
}

@media screen and (max-width: 1100px){
	.main-tit-wrap { padding: 0 20px;}
	.main-tit { font-size: clamp(36px,3.636vw,40px) !important; margin-top: clamp(80px,8vw,88px); margin-bottom: clamp(20px,0.5em,30px);}
	.main-tit-desc { font-size: clamp(18px, 1.818vw, 20px);}
	.btn-wrap a p { font-size: clamp(16px,1.636vw,18px);}
	.btn-wrap .btn-bg { width: clamp(50px, 5.455vw, 60px); border-radius: clamp(50px, 5.455vw, 60px);}
	#main-lecture { gap: 0; padding-top: 0;}
	#main-lecture .main-tit-wrap { margin-bottom: clamp(60px,6vw,66px);}
	#main-lecture .cont { flex-flow: column; margin-left: 20px; margin-bottom: clamp(80px,8vw,88px); width: calc(100% - 20px);}
	#main-lecture .txt-box { width: 100%; margin-bottom: clamp(50px,5vw,55px); padding-right: 20px;}
	#main-lecture .swiper-wrap { width: 100%; cursor: grab;}
	.lecture-cursor { visibility: hidden;}
	#main-lecture .tag-wrap { font-size: clamp(14px, 1.455vw, 16px);}
	#main-lecture .tag-wrap li { padding: 6px 16px;}
	#main-lecture .tit-wrap { margin-top: max(0.4285em, 12px); margin-bottom: max(0.7142em, 20px); font-size: clamp(28px, 2.818vw, 31px);}
	#main-lecture .desc-wrap { margin-bottom: max(1.6667em,30px); font-size: clamp(18px, 1.818vw, 20px);}
	#main-lecture .swiper-btn-wrap { bottom: -24px; transform: translateY(100%);}
	#main-lecture .swiper-pagination > span { font-size: clamp(14px, 1.455vw, 16px);}
	#main-lecture .swiper-progress { width: clamp(160px,16vw,176px);}
}
@media screen and (max-width: 768px){
	#main-lecture .lecture-swiper .swiper-slide { width: 230px; }
	#main-lecture .lecture-swiper .swiper-slide img { width: 180px;}
    #main-lecture .swiper-pagination {min-width: 62px;}
}
@media screen and (max-width: 360px){
	#main-lecture .swiper-progress { width: 80px;}
}

/*========== News (2차) ==========*/
#main-news { display: flex; flex-flow: column; justify-content: center; gap: 60px; padding-top: 80px;}
#main-news .tab-container { width: 100%;}
#main-news .tab-content-wrap .tab-content { margin: 0;}
#main-news .tab-tit-wrap { display: flex; justify-content: center; margin-bottom: clamp(40px, 2.083vw ,48px); padding: 0; border-bottom: none;}
#main-news .tab-menu { position: relative; display: flex; width: max(420px, 21.875vw); max-width: 630px; height: 2.708vw; max-height: 78px; border-bottom: 2px solid #DDDDDD;}
#main-news .tab-menu li { width: calc(100% / 3); height: 100%; margin-right: 0;}
#main-news .tab-menu li.slider { position: absolute; left: 0; bottom: -2px; display: inline-block; height: 3px; background-color: #2955CC; transition: left .3s linear;} 
#main-news .tab-link a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
#main-news .tab-link span { font-size: clamp(18px,0.938vw,22px); font-weight: 600; font-variation-settings: 'wght' 600; line-height: 1.2; letter-spacing: -0.04em; color: #767676; transition: color 300ms;}
#main-news .tab-link.current span { color: #2955CC;}
#main-news .no-result { /* display: none; */ padding: 5% 0 0; width: 100%; height: 22.917vw; max-height: 660px; border-top: none; border-bottom: none;}
#main-news .no-result p { font-size: clamp(18px,0.938vw,22px);}
@media screen and (max-width: 1700px){
	#main-news .no-result p { font-size: clamp(16px, 1.059vw, 18px);}
}
#main-news .board-cont-list { gap: 30px; max-width: clamp(1380px,71.875vw,1440px); margin: 0 auto;}
#main-news .news-swiper .swiper-slide { cursor: pointer; width: calc((100% - 60px)/4);}
#main-news .news-swiper .swiper-slide .list-vis-box { position: relative; display: flex; align-items: center; width: 100%; aspect-ratio: 450 / 280; background-color: #efefef; overflow: hidden; transition: 300ms;}
#main-news .news-swiper .swiper-slide .list-vis-box img { object-fit: cover;}
#main-news .news-swiper .swiper-slide .list-txt-box .category { margin-top: 1.25em; margin-bottom: 0.75em; font-size: clamp(15px, 0.781vw, 18px); font-weight: 600; font-variation-settings: 'wght' 600; line-height: 1.1875; letter-spacing: -0.04em; color: #2955CC;}
#main-news .news-swiper .swiper-slide .list-txt-box .list-tit { margin-bottom: 1.4em; min-height: 2.8em; font-size: clamp(20px, 1.042vw, 22px); font-weight: 400; font-variation-settings: 'wght' 400; line-height: 1.4; letter-spacing: -0.04em; color: #111; }
#main-news .news-swiper .swiper-slide .list-txt-box .list-tit p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break:keep-all; }
#main-news .news-swiper .swiper-slide .list-txt-box .list-progress { position: relative; display: block; width: 100%; height: 2px; background-color: #ddd; }
#main-news .news-swiper .swiper-slide .list-txt-box .list-progress::after { content: ''; display: block; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: #326AFF; transform: scaleX(0); transform-origin: left; } 
#main-news.on .news-swiper .swiper-slide.center .list-txt-box .list-progress::after { opacity: 1; width: 100%; transition: width 4.5s linear; } 
#main-news .news-swiper .swiper-slide .list-txt-box .list-bottom { display: flex; justify-content: space-between; margin-top: 0.85714em; font-size: clamp(13px, 0.677vw, 16px); font-weight: 400; font-variation-settings: 'wght' 400; line-height: 1.14285; letter-spacing: -0.04em; color: #767676;}
#main-news .swiper-btns .btn-section { position: absolute; top: 0; height: 100%; background-image: none; z-index: 2;}
#main-news .swiper-btns .prev-section { left: 0;}
#main-news .swiper-btns .next-section { right: 0;}
#main-news .swiper-btns button { position: absolute; display: block; width: clamp(80px,4.167vw,140px); height: clamp(80px,4.167vw,140px); border-radius: 50%; opacity: 0; transition: opacity 300ms; background-color: #326AFF; mix-blend-mode: multiply; font-size: 0; background-image: none; visibility: hidden;}
#main-news .swiper-btns button span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background-image: url('../images/common/icon-btn-wrap-arrow-w.svg'); width: 30%; height: 30%; background-repeat: no-repeat; background-size: contain; background-position: center;}
#main-news .swiper-btns button.swiper-button-prev { right: auto; transform: translateX(calc(-100% - 2.292vw));}
#main-news .swiper-btns button.swiper-button-prev span { transform: translate(-50%,-50%) rotate(180deg);}
#main-news .swiper-btns button.swiper-button-next { left: auto; transform: translateX(calc(100% + 2.292vw)); -webkit-transform: translateX(calc(100% + 2.292vw)); -moz-transform: translateX(calc(100% + 2.292vw)); -ms-transform: translateX(calc(100% + 2.292vw)); -o-transform: translateX(calc(100% + 2.292vw)); }
#main-news .common-btn-wrap { margin-top: max(50px,2.604vw);}
#main-news .common-btn-wrap .view-list-btn { font-size: clamp(18px,0.938vw,20px); padding: 1.1111em 0; max-width: 200px; background-color: #fff; border: 1px solid var(--main-color); color: var(--main-color);}
@media screen and (max-width: 1700px){
	#main-news { gap: min(5.882vw,100px);}
	#main-news .tab-menu { width: max(420px,24.706vw); max-width: 100%; height: 2.5em; font-size: clamp(16px, 1.059vw, 18px);}
	#main-news .tab-tit-wrap { margin-bottom: clamp(30px,3.7vh,60px);}
	#main-news .tab-link span { font-size: clamp(16px, 1.059vw, 18px);}
	#main-news .news-swiper .swiper-slide .list-txt-box .category { margin-top: 1em; margin-bottom: 0.5em; }
	#main-news .news-swiper .swiper-slide .list-txt-box .list-tit { margin-bottom: 28px;}
	#main-news .news-swiper .swiper-slide .list-txt-box .list-bottom { font-size: clamp(12px,0.824vw,14px);}
	#main-news .swiper-btns button { width: clamp(60px,4.706vw,80px); height: clamp(60px,4.706vw,80px);}
	#main-news .swiper-btns button.swiper-button-prev {  transform: translateX(calc(-100% - 44px));}
	#main-news .swiper-btns button.swiper-button-next { transform: translateX(calc(100% + 44px));}
	#main-news .common-btn-wrap { margin-top: min(2.941vw,50px);}
	#main-news .common-btn-wrap .view-list-btn { font-size: clamp(16px,1.059vw,18px);}
}
@media screen and (max-width: 1440px){
	#main-news .board-cont-list { max-width: 90vw;}
}
@media screen and (max-width: 1320px){
	#main-news { padding-top: 60px;}
}
@media screen and (max-width: 1280px){
	#main-news .swiper-btns button.swiper-button-prev {  transform: translateX(0);}
	#main-news .swiper-btns button.swiper-button-next { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
}
@media screen and (max-width: 1100px){
	#main-news { gap: 0;  padding-bottom: 60px; padding-top: 0;}
	#main-news .main-tit-desc { margin-bottom: 40px;}
	#main-news .swiper-btns button.swiper-button-prev {  transform: translateX(20px);}
	#main-news .swiper-btns button.swiper-button-next { transform: translateX(-20px);}
}
@media screen and (max-width: 920px){
	#main-news .news-swiper .swiper-slide.view.swiper-slide-prev,
	#main-news .news-swiper .swiper-slide.view.swiper-slide-next { opacity: 0.1;}
}
@media screen and (max-width: 768px){
	#main-news { padding-bottom: 160px;}
	#main-news .board-cont-list { max-width: 100%;}
	#main-news .swiper-wrapper { flex-flow: column; gap: 50px;}
	#main-news .news-swiper .swiper-slide { width: calc(100% - 40px); margin: 0 20px;}
	#main-news .news-swiper .swiper-slide .list-txt-box .list-bottom { font-size: 14px;}
	#main-news .tab-menu { width: 100%; font-size: 16px;}
	#main-news .swiper-btns .btn-section { display: none !important;}
	#main-news .common-btn-wrap { margin-top: 60px;}
	#main-news .common-btn-wrap .view-list-btn { max-width: 100%; width: calc(100% - 40px); padding: 15px 0 14px;}
	#main-news .tab-tit-wrap { margin-bottom: 40px;}
}

@media screen and (min-width: 769px){
	@media (hover:hover) {
		#main-news .tab-link:hover span { color: #2955CC;}
		#main-news .news-swiper:hover + .swiper-btns button { opacity: 1; visibility: visible;}
		#main-news .news-swiper:hover + .swiper-btns button.swiper-button-disabled { opacity: 0.25;}
		#main-news .news-swiper + .swiper-btns:hover button { opacity: 1; visibility: visible;}
		#main-news .news-swiper + .swiper-btns:hover button.swiper-button-disabled { opacity: 0.25;}
		#main-news .news-swiper .swiper-slide:hover .list-vis-box { filter: brightness(0.9);}
		#main-news .news-swiper .swiper-slide:hover .list-txt-box .list-progress::after { transform: scaleX(1); transition: transform 600ms;}
		#main-news .common-btn-wrap .view-list-btn:hover { background-color: var(--main-color); color: #fff;}
	}
	@media (hover:none) {
		#main-news .news-swiper + .swiper-btns button { opacity: 1; visibility: visible;}
		#main-news .news-swiper + .swiper-btns button.swiper-button-disabled { opacity: 0.25;}
	}
}

/*========== mainPop ==========*/
.mainPop .modal-wrap { width: 70vh; max-width: 460px; min-width: 320px; aspect-ratio: 560/680; padding: 0; } 
.mainPop .modal-content { border-radius: 10px;} 
.mainPop .modal-cont-wrap { overflow: initial; overflow-y: initial; max-height: none; margin: 0; padding: 0; } 
.mainPop .banner-swiper { overflow: hidden; position: relative; display: block; width: 100%; cursor: grab; } 
.mainPop .banner-swiper .swiper-slide > a { cursor: grab; } 
.mainPop .banner-swiper .banner-img { position: relative; aspect-ratio: 1 / 1.414;} 
.mainPop .banner-swiper .banner-img::after { content:''; position: absolute; bottom: 0; left: 0; display: block; width: 100%; height:50%; background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));}
.mainPop .banner-swiper .banner-img picture { width: 100%; height: 100%; background-color: #f9f9f9; } 
.mainPop .banner-swiper .banner-img img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
.mainPop .banner-swiper .swiper-bottom { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 4px; z-index: 1; } 
.mainPop .banner-swiper .swiper-slide::after { content:'';position:absolute;top:0;left:0;display:none;width:100%;height:100%;box-shadow: 0 0 0 2px rgba(22, 87, 255, 0.3) inset; }
.mainPop .banner-swiper .swiper-slide:has(a:focus)::after { display: block;}
/* indicator */
.mainPop.modal .swiper-btns { position: absolute; top: 50%; bottom: auto; left: auto; transform: translate(0); width: 70vh; max-width: 460px;}
.mainPop .swiper-button-next, .mainPop .swiper-button-prev { z-index: 160; width: 80px; height: 80px; margin-top: -60px; background-size: 54px auto; background-position: center; } 
.mainPop .swiper-button-prev {left: -50px; background-image: url('../images/main/icon-main-banner-prev.svg'); text-indent: -9999px; transform: translateX(-100%); } 
.mainPop .swiper-button-next {right: -50px; background-image: url('../images/main/icon-main-banner-next.svg'); text-indent: -9999px; transform: translateX(100%); } 
.mainPop .banner-swiper .swiper-btns-autoplay {width: 24px; height: 24px; } 
.mainPop .banner-swiper .swiper-btns-autoplay a {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; } 
.mainPop .banner-swiper .swiper-btns-autoplay a img {width: 100%; height: 100%; object-fit: contain; object-position: center; } 
.mainPop .banner-swiper .swiper-btns-autoplay a figure {display: flex; justify-content: center; align-items: center; } 
.mainPop .banner-swiper .swiper-btns-autoplay a.swiper-play {display: none; } 
.mainPop .banner-swiper .swiper-btns-autoplay a.swiper-pause {display: flex; } 
.mainPop .banner-swiper .swiper-btns-autoplay.pause a.swiper-play {display: flex; } 
.mainPop .banner-swiper .swiper-btns-autoplay.pause a.swiper-pause {display: none; } 
.mainPop .modal-bottom-wrap { display: flex; justify-content: space-between; align-items: center; height: 70px; padding-right: 24px; } 
.mainPop .modal-check-close { display: flex; align-items: center; height: 100%; padding-left: 24px; } 
.mainPop .modal-check-close input[type="checkbox"] + label { font-size: 20px; font-weight: 700; font-variation-settings: 'wght' 700; color: #767676; } 
.mainPop .modal-check-close input[type="checkbox"] + label:hover { opacity: 1; } 
.mainPop .modal-close-btn { width: 94px; height: 44px; } 
.mainPop .modal-close-btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border-radius: 21px; background-image: none; background-color: #EEEEEE; text-indent: 0; text-align: center; } 
.mainPop .modal-close-btn a:hover { opacity: 1; } 
.mainPop .modal-close-btn a span { position: relative; display: inline-block; font-size: 20px; font-weight: 700; font-variation-settings: 'wght' 700; color: #666; line-height: 1; }  
#main-pop-navi { display: flex; align-items: center; gap: 8px; } 
#main-pop-navi span { position: relative; opacity: 0.6; width: 18px; height: 18px; border-radius: 50%; background-color: transparent; } 
#main-pop-navi span::before { content: ''; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; border-radius: 50%; background-color: #fff; transform: translate(-50%, -50%); } 
#main-pop-navi span::after { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; border: 1px solid #fff; transform: translate(-50%, -50%); transform-origin: center; transition: width 300ms, height 300ms; } 
#main-pop-navi span.swiper-pagination-bullet-active { opacity: 1; } 
#main-pop-navi span.swiper-pagination-bullet-active::after { width: 100%; height: 100%; } 

@media screen and (max-width: 768px){
	.mainPop .modal-wrap { width: 72%; max-width: 420px; min-width: auto; aspect-ratio: 320/400;} 
	.mainPop .banner-swiper .swiper-bottom { bottom: 15px; } 
	.mainPop.modal .swiper-btns { width: 72%; max-width: 420px;}
	.mainPop .swiper-button-next, .mainPop .swiper-button-prev { display: none;} 
	.mainPop .banner-swiper .swiper-btns-autoplay {width: 18px; height: 18px; } 
	.mainPop .modal-bottom-wrap { height: 52px; padding-right: 16px;} 
    .mainPop .modal-check-close { padding-left: 16px; } 
    .mainPop .modal-check-close input[type="checkbox"] + label { font-size: 14px; } 
    .mainPop .modal-check-close input[type="checkbox"] + label::before { width: 18px; height: 18px; margin: 0 5px 0 0; } 
    .mainPop .modal-close-btn { width: 72px; height: 32px; } 
	.mainPop .modal-close-btn a span { font-size: 14px; }  
	#main-pop-navi { gap: 2px; } 
	#main-pop-navi span { width: 14px; height: 14px; } 
	#main-pop-navi span::before { width: 4px; height: 4px;} 
}

/*========== 영문 ==========*/
/* main-vis */
@media screen and (max-width: 1100px) {
    .main-slide-container:lang(en) .pagination-wrap {min-height: 160px;}
}
