@charset "euc-kr"; 


:root { 
--main-point1: #0082ff; 
--main-point2: #89C4FC; 
--main-point3: #E3F1FF; 
--main-border1: 1px solid #EAE9E9; 
--main-border2: 1px solid #c6c6c6; 
--main-text1: #6f6f6f; 
--main-text2: #393939; 
--main-text3: #111; 
--main-bg1: #f8f8f9; 
--main-bg2: #e6e6e8; 
--main-border-radius: 20px; 
}


/* ¸ÞÀÎÃÖÀûÈ­ Ãß°¡ */
img:not([src]) { visibility: hidden !important }

/* S: ¿µ¿ª (°øÅë) */
.main_wrp { width: 100%; margin: 0 auto; padding: 40px 0 70px; position: relative; overflow: hidden; line-height: 1.3; font-family: var(--font-noto), var(--font-gothic); font-size: 15px; font-weight: 500; letter-spacing: -0.03em; }
.main_wrp * { box-sizing: border-box; word-break: break-all }
.main_wrp .gothic { font-family: var(--font-gothic); }
.main_wrp .notosans { font-family: var(--font-noto), var(--font-gothic); }
.main_wrp .new_badge { color: #fff; font-weight: 500; background: var(--main-point1); font-size: 8px; letter-spacing: 0px; width: 14px; height: 14px; display: flex; align-items: center; justify-content: center; border-radius: 100%; line-height: 1; margin: 1px 0 0; }

/* main_onlyPc pcÀü¿ë , main_onlyMobile ¸ð¹ÙÀÏ Àü¿ë , 1200 ±âÁØ*/
.main_onlyPc { width: 100% }
.main_onlyMobile { display: none; width: 100% }

.main_wrp .inner_wrap { position: static;display: flex; gap: 30px; width: 1200px; margin: 0 auto; flex-wrap: wrap; }
.main_wrp .position_left { width: 790px; }
.main_wrp .position_right { position: relative; width:380px}
.main_wrp div::-webkit-scrollbar { width: 4px; background: rgba(242, 242, 242, 1); border-radius: 6px; overflow: hidden }
.main_wrp div::-webkit-scrollbar-thumb { background: #BDBDBD; border-radius: 6px }
.main_wrp div::-webkit-scrollbar-track { background: #F2F2F2; background: rgba(242, 242, 242, 1); border-radius: 6px; overflow: hidden }

.main_wrp .wide_wrap { width: 1200px; margin: 0 auto; position: relative; }
.main_wrp .wide_wrap.flex { display: flex; flex-direction: row; align-items: flex-start; gap: 30px; flex-wrap: wrap }
.main_wrp .wide_wrap.first { padding-top: 0 }
.main_wrp .wide_wrap.bg { background: var(--main-bg1) }
.main_wrp .wide_wrap.bg::before { content: ''; position: absolute; top: 0; left: 100%; width: 100%; height: 100%; background: var(--main-bg1) }
.main_wrp .wide_wrap.bg::after { content: ''; position: absolute; top: 0; right: 100%; width: 100%; height: 100%; background: var(--main-bg1) }
.main_wrp .border_1 { border: var(--main-border1); border-radius: var(--main-border-radius); background: #fff }
.main_wrp .badge-base.type-1 { background: var(--main-point1); font-size: 10px; padding: 4px 7px; }
.main_wrp .text_over {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;line-height: 1.2;}
.main_wrp .cont_wrap { position: relative; padding: 0 25px }
.main_wrp .tab_box .cont_wrap { height: 265px }
.main_wrp hr { display: none }
.main_wrp .aside_wrap { width: 380px;  will-change: top, bottom;}
.main_wrp  .sentinel {
height: 1px;
width: 100%;
}
.main_wrp  .sticky {
z-index: 10;
}
/* E: ¿µ¿ª (°øÅë) */


/* slick */
.main_wrp .slick-initialized { opacity: 1 !important }
.main_wrp .paging_common .slick-dots { font-size: 0; text-align: center; }
.main_wrp .paging_common .slick-dots li { display: inline-block; margin: 0 }
.main_wrp .paging_common .slick-dots li + li { margin-left: 6px }
.main_wrp .paging_common .slick-dots li button { display: block; width: 6px; height: 6px; font-size: 0; -webkit-border-radius: 100%; border-radius: 100%; background: #EAE9E9; }
.main_wrp .paging_common .slick-dots li.slick-active button { background: #111; border-radius: var(--main-border-radius); width: 18px }
.main_wrp .paging_common.bullet_dot2 .slick-dots { position: absolute; top: 10px; right: 12px; }
.main_wrp .paging_common.bullet_dot2 .slick-dots li + li { margin-left: 4px }
.main_wrp .paging_common.bullet_dot2 .slick-dots li button { background: #C3C3C3; }
.main_wrp .paging_common.bullet_dot2 .slick-dots li.slick-active button { background: var(--main-point1); width: 6px; }
.main_wrp .paging_common.bullet_dot3 .slick-dots { position: relative; bottom: unset; left: unset; width: 100%; text-align: center; margin-top: 10px;}
.main_wrp .paging_common.bullet_dot3 .slick-dots li + li { margin-left: 4px }
.main_wrp .paging_common.bullet_dot3 .slick-dots li button { background: #C3C3C3; }
.main_wrp .paging_common.bullet_dot3 .slick-dots li.slick-active button { background: var(--main-point1); width: 15px; }
.main_wrp .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; z-index: 1; font-size: 0; transition: 0.5s }
.main_wrp .arrowtype_1 .slick-prev { left: 14px; background: url(https://img.megagong.net/m/2025/0512_main/arrow_left.png) no-repeat center }
.main_wrp .arrowtype_1 .slick-next { right: 15px; background: url(https://img.megagong.net/m/2025/0512_main/arrow_right.png) no-repeat center }
.main_wrp .arrowtype_2 .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; z-index: 1; font-size: 0; transition: 0.3s; opacity: 0 }
.main_wrp .arrowtype_2:hover .slick-arrow { opacity: 1 }
.main_wrp .arrowtype_2 .slick-prev { left: 0px; background: url(https://img.megagong.net/m/2025/0512_main/arrow_left2.png) no-repeat center; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
.main_wrp .arrowtype_2 .slick-next { right: 0px; background: url(https://img.megagong.net/m/2025/0512_main/arrow_right2.png) no-repeat center; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }


/* S: Å¸ÀÌÆ² ¿µ¿ª (°øÅë) */
.main_wrp .title_wrap { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: center; line-height: 1 }
.main_wrp .title_wrap h3 b { color: var(--main-point1) }
.main_wrp .title_wrap.lv1 { padding: 0 25px; }
.main_wrp .title_wrap.lv2 { margin: 0 0 24px; }
.main_wrp .title_wrap.lv2 h3 { font-size: 18px; }
.main_wrp .title_more { display: inline-block; background: url('https://img.megagong.net/m/2025/0512_main/common_more.png') center no-repeat; font-size: 0; width: 15px; height: 15px; margin: 2px 0 0 8px; }
/* E: Å¸ÀÌÆ² ¿µ¿ª (°øÅë) */


/* slick µô·¹ÀÌ ³ëÃâ  */
.main_wrp .slick-slider { opacity: 0; transition: opacity 0.2s }
.main_wrp .slick-slider.slick-initialized { opacity: 1 !important }


/* S: ÆÐ½º, ¿øÇÈ ÃßÃµ°­ÁÂ */
.main_wrp .passIn_wrap { display: flex; flex-direction: row; flex-wrap: wrap; gap: 0 30px; }
.main_wrp .passIn_wrap::after { content: ''; display: block; clear: both }
.main_wrp .passIn_wrap .passSlider_wrap { width: 380px; }
.main_wrp .main_passSlider { position: relative; border-radius: var(--main-border-radius); margin-top: 0; overflow: hidden; line-height: 1; }
.main_wrp .main_passSlider .item { width: 100%; overflow: hidden; border-radius: var(--main-border-radius); }
.main_wrp .main_passSlider .item a { display: block }
.main_wrp .main_passSlider.paging_common .slick-dots { position: absolute; bottom: 25px; right: 25px; }
.main_wrp .main_passSlider.pass_out { margin: 0; }
.main_wrp .main_passSlider::after { display: block; content: ''; clear: both }
.main_wrp .main_passSlider .swiper-pagination { position: absolute; top: 10px; right: 10px; left: unset; bottom: unset; width: auto }
.main_wrp .main_passPlusSlider { position: relative; padding: 0; margin: 30px 0 0; }
.main_wrp .main_passPlusSlider .item a { display: block; width: 100%; padding: 16px 12px; text-align: center; }
.main_wrp .main_passPlusSlider .item a .txt { display: flex; font-size: 17px; justify-content: center; align-items: center; font-weight: bold; width: 100%; }
.main_wrp .main_passPlusSlider .item strong { display: inline-flex; gap: 8px; font-weight: inherit; margin: 0 5px 0 0; align-items: center; }
.main_wrp .main_passPlusSlider .item strong i { color: #fff; display: flex; width: 22px; height: 22px; justify-content: center; align-items: center; gap: 10px; border-radius: 100%; font-size: 10px; font-style: normal; font-weight: 900; line-height: 1; margin: 2px 0 0; }
.main_wrp .main_passPlusSlider .item.pal1 strong { color: #2567F8; }
.main_wrp .main_passPlusSlider .item.pal1 strong i { background: #2567F8; } 
.main_wrp .main_passPlusSlider .item.pal2 strong { color: #12B8FF; }
.main_wrp .main_passPlusSlider .item.pal2 strong i { background: #12B8FF; } 
.main_wrp .main_passPlusSlider .item.pal3 strong { color: #7406B3; }
.main_wrp .main_passPlusSlider .item.pal3 strong i { background: #8A37FF; } 
.main_wrp .main_passPlusSlider .item.pal4 strong { color: #06CEAD; }
.main_wrp .main_passPlusSlider .item.pal4 strong i { background: #06CEAD; } 
/* E: ÆÐ½º, ¿øÇÈ ÃßÃµ°­ÁÂ */


/* S: ¸ÞÀÎ ¶ì¹è³Ê */
.main_wrp .wideBnr_wrap { width: 100%; }
.main_wrp .wideBnr_wrap.top { margin: 0 0 30px; }
.main_wrp .wideBnr_wrap.middle { margin: 30px 0 0; }
.main_wrp .wideBnr_wrap .slick-dots { display: none !important; position: absolute; bottom: 25px; right: 25px; }
.main_wrp .wideBnr_wrap .wideTop_slider .item img {border-radius:20px;}
.main_wrp .wideBnr_wrap .wideMiddle_slider .item img {border-radius:20px;}


/* E: ¸ÞÀÎ ¶ì¹è³Ê */


/* S: [PC] ÀÌ ´ÞÀÇ »õ °­ÁÂ */
.main_wrp .main_monthNew { position: relative; width: 100%; margin: 30px 0 0; border: var(--main-border1); border-radius: var(--main-border-radius); padding: 30px 0 22px; }
.main_wrp .main_monthNew.on { z-index: 2 }
.main_wrp .main_monthNew .monthNew_section2 { display: none }
.main_wrp .main_monthNew .arrow { position: absolute; top: -27px; right: 25px; }
.main_wrp .main_monthNew.on .arrow { transform: rotate(180deg); top: -29px; }
.main_wrp .main_monthNew .monthnew_slider_wrap { margin: 10px 0 0; }
.main_wrp .main_monthNew .monthnew_slider { position: relative; overflow: hidden; display: flex; flex-direction: column; width: 100%; }
.main_wrp .main_monthNew:not(.on) .monthnew_slider:not(.slick-initialized) { display: none; }
.main_wrp .main_monthNew:not(.on) .monthnew_slider.slick-initialized { display: block; }
.main_wrp .main_monthNew .monthnew_slider.scroll { height: 168px; flex-direction: row; flex-wrap: wrap; justify-content: space-between; gap: 18px; overflow-y: scroll; overflow-x: hidden; height: 430px; }
.main_wrp .main_monthNew.on .monthnew_slider { opacity: 1 }
.main_wrp .main_monthNew .monthnew_slider .item { width: 100%; }
.main_wrp .main_monthNew .item a .open { position: absolute; left: 0; width: 46px; height: 46px; background: var(--main-point1); color: #fff; font-style: normal; font-size: 12px; display: flex; align-items: center; justify-content: center; border-radius: 100%; line-height: 1.05 }
.main_wrp .main_monthNew .item a .open.yet { background: #f8f8f8; color: #777; }
.main_wrp .main_monthNew .item a {display: flex;padding: 14px 20px 13px 60px;position: relative;line-height: 1;flex-direction: column;align-items: flex-start;justify-content: center;}
.main_wrp .main_monthNew .item a .tit {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 100%;line-height: 1.2;}
.main_wrp .main_monthNew .item a .name { display: block; font-size: 12px; color: #777; padding: 6px 0 0; }
.main_wrp .main_monthNew.on .monthnew_slider { height: 441px; overflow: auto; }
/* E: [PC] ÀÌ ´ÞÀÇ »õ °­ÁÂ */


/* S: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */
.main_wrp .main_superTea { margin: 30px 0 0; }
.main_wrp .main_superTea .cont_wrap { padding: 0 }
.main_wrp .main_superTea .superTea_tabs { margin: 0 0 20px; }
.main_wrp .main_superTea .superTea_tabs .slick-slide { margin-right: 6px; }
.main_wrp .main_superTea .superTea_tabs .item a { background-color: #f2f2f2; color: #777; border-radius: 999px; font-size: 13px; font-weight: 500; display: flex; padding: 8px 19px; justify-content: center; align-items: center; gap: 10px; }
.main_wrp .main_superTea .superTea_tabs .slick-current .item a { background-color: var(--main-point1); color: #fff; }
.main_wrp .main_superTea .superTea_list { border-radius: var(--main-border-radius); overflow: hidden; }
.main_wrp .main_superTea .superTea_list .item a { position: relative; display: block; border-radius: 12px; padding: 33px 25px; background-color: #f9f9f9; border-radius: var(--main-border-radius); background: #F2F2F2; height: 164px; overflow: hidden; }
.main_wrp .main_superTea .superTea_list .item { position: relative; }		
.main_wrp .main_superTea .superTea_list .t_img.prof { position: absolute; width: 211px; right: 30px; bottom: -35px; }
.main_wrp .main_superTea .superTea_list .txt .point { font-size: 22px; font-style: normal; line-height: 90%; margin: 0 0 12px; }
.main_wrp .main_superTea .superTea_list .txt .plus { color: #777; font-size: 14px; line-height: 128%; margin: 0 0 10px; }
.main_wrp .main_superTea .superTea_list .txt .check { display: flex; align-items: center; gap: 5px; }
.main_wrp .main_superTea .superTea_list .txt .check .ico { margin: 1px 0 0; }
.main_wrp .main_superTea .superTea_list .tiny { position: absolute; bottom: 12px; right: 15px; display: block; font-size: 12px; color: #777; letter-spacing: 0; line-height: 1.3; display: flex; justify-content: flex-end; gap: 5px; align-items: center; z-index: 1;}
.main_wrp .main_superTea .superTea_list .name { display: flex; padding: 4px 8px 4px 10px; align-items: center; gap: 3px; border-radius: var(--main-border-radius); background: #111; color: var(--font-font5, #FFF); font-size: 12px; line-height: 100% ; }
.main_wrp .main_superTea .superTea_list .name .ico { display: flex; width: 15px; height: 15px; justify-content: center; align-items: center; gap: 10px; border-radius: 23px; border: 1px solid #ebebeb66; color: #FFF; font-size: 8px; font-style: normal; line-height: 1; letter-spacing: -0.65px; }
.main_wrp .main_superTea .superTea_list .name strong { display: block; font-weight: inherit }
.main_wrp .main_superTea .superTea_list .noti { font-size: 10px; line-height: 120%; color: #777 }
/* E: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */


/* S: Áö±Ý ÁÖ¸ñÇÒ ¼±»ý´Ô ±âÈ¹Àü */
.main_wrp .main_focusTea { position: relative; margin: 30px 0 0; }
.main_wrp .main_focusTea .cont_wrap { padding: 0 }
.main_wrp .main_focusTea .focusTea_list { position: relative; overflow: hidden; }		
.main_wrp .main_focusTea .focusTea_list:not(.slick-initialized) {/* display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; */}		
.main_wrp .main_focusTea .focusTea_list:not(.over) {}		
.main_wrp .main_focusTea .focusTea_list.over {}		
.main_wrp .main_focusTea .focusTea_list .slick-slide > div{margin-bottom: 20px; display: flex; gap: 20px; }
.main_wrp .main_focusTea .focusTea_list .slick-slide > div:nth-child(3) {margin-bottom: 0;}
.main_wrp .main_focusTea .focusTea_list .item a { position: relative; display: block; padding: 14px 25px; border-radius: var(--main-border-radius); background: #F2F2F2; height: 130px; overflow: hidden; }
.main_wrp .main_focusTea .focusTea_list .item { /*flex: 0 0 calc(50% - 10px);*/ }		
.main_wrp .main_focusTea .focusTea_list .t_img.prof { position: absolute; top: 50%; right: 25px; width: 74px; height: 74px; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 100%; overflow: hidden; padding: 25px 0 0; }
.main_wrp .main_focusTea .focusTea_list .txt .point { font-size: 16px; line-height: 125%; margin: 0 0 6px; height: 40px; }
.main_wrp .main_focusTea .focusTea_list .txt .plus { color: #777; font-size: 12px; line-height: 133%; margin: 0 0 11px; height: 32px; }
.main_wrp .main_focusTea .focusTea_list .txt .check { font-size: 15px; display: flex; align-items: center; gap: 5px; }
.main_wrp .main_focusTea .focusTea_list .txt .check .ico { margin: 1px 0 0; }
.main_wrp .main_focusTea .focusTea_list .tiny { font-size: 12px; display: flex; justify-content: flex-start; align-items: center; }
.main_wrp .main_focusTea .focusTea_list .name { display: flex; font-size: 12px; line-height: 100% }
.main_wrp .main_focusTea .focusTea_list .name .ico { display: flex; width: 15px; height: 15px; justify-content: center; align-items: center; gap: 10px; border-radius: 23px; border: 1px solid #ebebeb66; color: #FFF; font-size: 8px; font-style: normal; line-height: 1; letter-spacing: -0.65px; }
.main_wrp .main_focusTea .focusTea_list .name strong { display: block; font-weight: inherit }
.main_wrp .main_focusTea .focusTea_list .noti { font-size: 10px; line-height: 120%; color: #777 }
.main_wrp .main_focusTea .moreBtn_wrap { margin: 20px 0 0; }
.main_wrp .main_focusTea .moreBtn_wrap a { display: flex; height: 42px; justify-content: center; align-items: center; gap: 4px; align-self: stretch; border-radius: var(--main-border-radius); color: #999; font-size: 12px; line-height: 100% }
.main_wrp .main_focusTea .moreBtn_wrap a i { border: 1px solid #eae9e9; width: 13px; height: 13px; border-radius: 100%; display: flex; justify-content: center; align-items: center; padding: 1px 0 0; }
/* E: Áö±Ý ÁÖ¸ñÇÒ ¼±»ý´Ô ±âÈ¹Àü */


/* S: ¸Þ°¡¼±»ý´Ô Ä®·³ */
.main_wrp .main_teaColumn { margin: 30px 0 0; }
.main_wrp .main_teaColumn .teaColumn_list {padding: 30px 0;display: flex;flex-direction: column;gap: 8px;}
.main_wrp .main_teaColumn .teaColumn_list .item { padding: 0 }		
.main_wrp .main_teaColumn .teaColumn_list a { position: relative; display: flex; align-items: center; padding: 6px 0 7px 65px; flex-wrap: wrap; align-content: center; }		
.main_wrp .main_teaColumn .teaColumn_list .t_img.prof { position: absolute; left: 0; }
.main_wrp .main_teaColumn .teaColumn_list .txt { width: 100%; }
.main_wrp .main_teaColumn .teaColumn_list .item.best .txt { position: relative; padding: 0 0 0 40px; display: flex; align-items: center; width: 100%; }
.main_wrp .main_teaColumn .teaColumn_list .txt .badge-base { position: absolute; left: 0; }
.main_wrp .main_teaColumn .teaColumn_list .txt .point { display: inline-flex; align-items: center; gap: 5px; flex-wrap: wrap; line-height: 1.1; width: 100%; }
.main_wrp .main_teaColumn .teaColumn_list .txt .point .badge-base { width: 38px; }
.main_wrp .main_teaColumn .teaColumn_list .txt .point .tit {max-width: calc(100% - 60px);padding: 1px 0;}
.main_wrp .main_teaColumn .teaColumn_list .txt .point .rep { color: var(--main-point1); font-size: 14px; }
.main_wrp .main_teaColumn .teaColumn_list .tiny {display: flex;gap: 5px;color: #999;justify-content: flex-start;width: 100%;font-size: 12px;line-height: 100%;margin: 6px 0 0;}
/* E: ¸Þ°¡¼±»ý´Ô Ä®·³ */


/* S: ¸Þ°¡Ä³½ºÆ®, ³­°øTV */
.main_wrp .main_cast { margin: 30px 0 0; }
.main_wrp .main_cast .inner { position: relative; width: 1200px; margin: 0 auto }
.main_wrp .main_cast .cast_slider { padding: 30px 0; display: none;}
.main_wrp .main_cast .cast_slider.cast_slider.slick-initialized {display: block;}
.main_wrp .main_cast .cast_slider::after { content: ""; display: block; clear: both }
.main_wrp .main_cast .cast_slider .item a { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.main_wrp .main_cast .cast_slider .cast_img {display: block;position: relative;margin: 0 0 10px;width: 200px;background: linear-gradient(to right, #ddd 0%, rgba(0, 0, 0, 0.2) 20%, #ddd 100%);background-position: 100% 0;animation: skeleton-line 1.2s infinite;-webkit-animation: skeleton-line 1.2s infinite;background-size: 200% 100%;border-radius: 15px;overflow: hidden;padding: 0 0 48.4%;}
.main_wrp .main_cast .cast_slider .cast_img img { border-radius: 3px; position: absolute;top: 0;left: 0;width: 100%;}
.main_wrp .main_cast .cast_slider .cast_img::before { content: ""; display: none; background: url(https://img.megagong.net/m/2021/0201_main_new/cast_play.png) center center no-repeat; position: absolute; bottom: 15px; left: 15px; width: 24px; height: 27px }
.main_wrp .main_cast .cast_slider .cast_img .time { position: absolute; bottom: 0; right: 0; display: block; background-color: #111; color: #dedede; padding: 2px 5px; font-size: 11px; letter-spacing: 0 }
.main_wrp .main_cast .cast_slider .txt { width: 100%; padding: 0 10px; font-size: 13px; line-height: 1.4; }
.main_wrp .main_cast .cast_slider .point { position: relative; display: block; padding: 0; font-size: 13px; line-height: 1.5; }
.main_wrp .main_cast .cast_slider .point .charac { display: inline-block; color: inherit; background: none !important; padding: 0 1px 0 0; margin: 0 4px 0 0; line-height: 1; font-weight: normal }
.main_wrp .main_cast .cast_slider .point .charac.solo { border-right: 0; padding-right: 0; margin-right: 0 }
.main_wrp .main_cast .cast_slider .point .name { display: inline-block; font-weight: normal }
.main_wrp .main_cast .cast_slider .point .name strong { font-weight: inherit }
.main_wrp .main_cast .cast_slider .tit { margin: 0 0 8px; font-weight: 500; }/* 1ÁÙ... */
.main_wrp .main_cast .cast_slider .txt .rep { color: var(--main-point1); display: inline-block; }
.main_wrp .main_cast .cast_slider .tiny { display: flex; gap: 5px; color: #777; justify-content: center; width: 100%; font-size: 12px; line-height: 100%; margin: 5px 0 0; font-weight: normal; }
.main_wrp .main_cast .cast_slider .slick-arrow { margin: -28px 0 0; }
.main_wrp .main_cast .cast_slider.paging_common .slick-dots { display: none !important }
/* E: ¸Þ°¡Ä³½ºÆ®, ³­°øTV */


/* S: ¼±»ý´Ô °øÁö»çÇ× */
.main_wrp #tecNotice { position: relative; width: 100%; margin: 0 0 10px }
.main_wrp .main_teaNotice { margin: 30px 0 0; }
.main_wrp .main_teaNotice .cont_wrap { padding-bottom: 20px; padding-top: 20px; }
.main_wrp .main_teaNotice .arrow { display: flex; border: 1px solid #e4e4eb; border-radius: 3px; position: absolute; top: 0; right: 21px }
.main_wrp .main_teaNotice.on .arrow { transform: rotate(180deg); top: 0px; }
.main_wrp .main_teaNotice .arrow > a { display: block; font-size: 0; width: 20px; height: 21px; background: url('https://img.megagong.net/m/2024/0619_main/monthnew_icon2.png') center no-repeat }
.main_wrp .main_teaNotice .arrow > a.teaNoticePrev { transform: rotate(180deg); border-left: 1px solid #e4e4eb }
.main_wrp .main_teaNotice.on .teaNotice_list { overflow-y: auto; max-height: 372px; padding: 0 30px 0 0; }	
.main_wrp .main_teaNotice:not(.on) .teaNotice_list:not(.slick-initialized){ display: none; }	
.main_wrp .main_teaNotice:not(.on) .teaNotice_list.slick-initialized{ display: block; }	
.main_wrp .main_teaNotice .teaNotice_list .item { padding: 0; width: 100%; }		
.main_wrp .main_teaNotice .teaNotice_list a {position: relative;display: flex;align-items: center;flex-wrap: wrap;padding: 7px 0;}		
.main_wrp .main_teaNotice .teaNotice_list .t_img.prof { position: absolute; left: 0; }
.main_wrp .main_teaNotice .teaNotice_list .txt { width: 100%; }
.main_wrp .main_teaNotice .teaNotice_list .txt .point { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; line-height: 1; }
.main_wrp .main_teaNotice .teaNotice_list .txt .point .badge-base { letter-spacing: 1px; }
.main_wrp .main_teaNotice .teaNotice_list .txt .point .tit {max-width: calc(100% - 127px);padding: 1px 0;}
.main_wrp .main_teaNotice .teaNotice_list .txt .point .rep { color: var(--main-point1); font-size: 14px; }
.main_wrp .main_teaNotice .teaNotice_list .tiny {display: flex;gap: 5px;color: #999;justify-content: flex-start;width: 100%;font-size: 12px;line-height: 100%;margin: 6px 0 0 55px;}
.main_wrp .main_teaNotice .moreBtn_wrap { margin: 20px 0 0; }
.main_wrp .main_teaNotice .moreBtn_wrap a { display: flex; height: 42px; justify-content: center; align-items: center; gap: 4px; align-self: stretch; border-radius: var(--main-border-radius); color: #999; font-size: 12px; line-height: 100% }
.main_wrp .main_teaNotice .moreBtn_wrap a i { border: 1px solid #eae9e9; width: 13px; height: 13px; border-radius: 100%; display: flex; justify-content: center; align-items: center; padding: 1px 0 0; }
.main_wrp .main_teaNotice.on .moreBtn_wrap a i { transform: rotate(-180deg); }
/* E: ¼±»ý´Ô °øÁö»çÇ× */


/* S: ¿Â¶óÀÎ¼­Á¡ */
.main_wrp .main_bookNew { padding: 30px 0; border: var(--main-border1); border-radius: var(--main-border-radius); margin: 30px 0 0; }
.main_wrp .main_bookNew .inner { position: relative; width: 1200px; margin: 0 auto }
.main_wrp .main_bookNew .bookNew_slider { padding: 30px 0 0; display: none; }
.main_wrp .main_bookNew .bookNew_slider.slick-initialized { display: block; }
.main_wrp .main_bookNew .bookNew_slider::after { content: ""; display: block; clear: both }
.main_wrp .main_bookNew .bookNew_slider .slick-slide { margin: 0 10px; }
.main_wrp .main_bookNew .bookNew_slider .item a { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.main_wrp .main_bookNew .bookNew_slider .book_img { display: flex; width: 120px; /*border: var(--main-border1);*/ height: 175px; background: linear-gradient(to right, #ddd 0%, rgba(0, 0, 0, 0.2) 20%, #ddd 100%); background-position: 100% 0; animation: skeleton-line 1.2s infinite; -webkit-animation: skeleton-line 1.2s infinite; background-size: 200% 100%; justify-content: center; align-items: center; margin: 0 0 10px; }
.main_wrp .main_bookNew .bookNew_slider .book_img img{ width: 100%; height: 100%; background: #fff; transition: 0.3s; }

.main_wrp .main_bookNew .bookNew_slider .txt { width: 100%; }
.main_wrp .main_bookNew .bookNew_slider .point { position: relative; display: block; padding: 0; font-size: 14px; line-height: 1.5; }
.main_wrp .main_bookNew .bookNew_slider .tit { position: relative; display: block; margin: 0 0 8px; font-weight: 500; line-height: 20px; max-height: calc(20px * 2); overflow: hidden; }
.main_wrp .main_bookNew .bookNew_slider .txt .point .rep { color: var(--main-point1); font-size: inherit; }
.main_wrp .main_bookNew .bookNew_slider .tiny { display: flex; gap: 5px; color: #777; justify-content: center; width: 100%; font-size: 12px; line-height: 100%; margin: 0; font-weight: normal; }
.main_wrp .main_bookNew .bookNew_slider .slick-arrow { margin: -28px 0 0; }
.main_wrp .main_bookNew .bookNew_slider.paging_common .slick-dots { display: none !important }
/* E: ¿Â¶óÀÎ¼­Á¡ */


/* S: ÇÐ½ÀÁö¿ø¼¾ÅÍ */
.main_wrp .main_center { padding: 30px 0; border: var(--main-border1); border-radius: var(--main-border-radius); margin: 30px 0 0; }
.main_wrp .main_center .btn_wrap { display: flex; flex-wrap: wrap; gap: 14px; flex-direction: row; align-items: center; margin: 25px 0; }
.main_wrp .main_center .btn_wrap .item { flex: 1 0 calc(50% - 14px); }
.main_wrp .main_center .btn_wrap .item a { display: flex; height: 40px; justify-content: center; align-items: center; gap: 4px; flex: 1 0 0; border-radius: var(--main-border-radius); background: var(--main-point1); color: #fff; font-size: 14px; }
.main_wrp .main_center .btn_wrap .item a span { display: flex; align-items: center; gap: 4px; }
.main_wrp .main_center .btn_wrap .item a span i { margin: 1px 0 0; }
.main_wrp .main_center .info_box .fir ul li a span::before { background-image: url(https://img.megagong.net/m/2024/0619_main/center_icon1.png) !important }
.main_wrp .main_center .info_box { font-size: 12px; color: #777 }
.main_wrp .main_center .info_box .sec { margin: -3px 0 0; font-size: 12px; line-height: 150% }
.main_wrp .main_center .info_box .sec ul li.flex a { color: #111 !important; border-color: #a0a0a0 !important; line-height: 1; padding: 0 0 2px }
.main_wrp .main_center .info_box .fir ul li a { border-radius: 3px; width: 105px; height: 95px; display: flex; height: 40px; justify-content: center; align-items: center; gap: 4px; flex: 1 0 0; border-radius: var(--main-border-radius); background: var(--main-point1); }
.main_wrp .main_center.gong .info_box .fir ul li a { background: var(--main-point1) }
.main_wrp .main_center.sobang .info_box .fir ul li a { background: var(--main-point1) }
.main_wrp .main_center .info_box .fir ul li:last-child a span::before { background-image: url(https://img.megagong.net/m/2024/0619_main/center_icon2.png) !important }
.main_wrp .main_center .info_box .sec ul li.etc_link { margin-top: 23px; display: flex; gap: 7px; }
/* E: ÇÐ½ÀÁö¿ø¼¾ÅÍ */


/* S: °ø½Ã»ý ÇÊ¼ö¾Û */
.main_wrp .main_appLink { margin-left: auto; width: auto; width: 540px }
.main_wrp .main_appLink .cont_wrap { padding: 0 }
.main_wrp .main_appLink ul { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 83px }
.main_wrp .main_appLink li { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; flex: 1; line-height: 1 }
.main_wrp .main_appLink .logo { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; font-size: 13px; gap: 15px; margin: 0 20px 0 0 }
.main_wrp .main_appLink .info { flex: 1; font-size: 14px; padding: 10px 0 0 }
.main_wrp .main_appLink .info br { display: none }
.main_wrp .main_appLink .info a { display: block; font-size: 13px; color: #777; margin: 5px 0 0; padding: 3px 0 }
.main_wrp .main_appLink .info.store { padding: 0 }
.main_wrp .main_appLink .info.store a { display: flex; border: var(--main-border1); border-radius: 30px; height: 27px; flex-direction: row; align-items: center; justify-content: center; width: 100%; color: #111; margin: 0; padding: 0 }
.main_wrp .main_appLink .info.store a::before { content: ''; width: 20px; height: 100%; background: url(https://img.megagong.net/m/2024/0619_main/play2.png) 0px 2px no-repeat; margin: 0 5px 0 0 }
.main_wrp .main_appLink .info.store a.google { margin-top: 5px }
.main_wrp .main_appLink .info.store a.google::before { content: ''; width: 20px; height: 100%; background: url(https://img.megagong.net/m/2024/0619_main/play1.png) 0px 2px no-repeat; margin: 0 5px 0 0 }
/* E: °ø½Ã»ý ÇÊ¼ö¾Û */



/* S: ÁÖ¿ä ±âÈ¹Àü */
.main_wrp .main_promotionPick { border: var(--main-border1); border-radius: var(--main-border-radius); margin: 0; }
.main_wrp .main_promotionPick .cont_wrap { padding: 0 22px; }
.main_wrp .main_promotionPick .promotionPick_list { padding: 22px 0; display: flex; flex-direction: column; gap: 10px; /*height: 474px;*/ overflow: hidden; }
.main_wrp .main_promotionPick .promotionPick_list .slick-dots { position: absolute; bottom: 22px; left: 0; width: 100%; }
.main_wrp .main_promotionPick .promotionPick_list .item { padding: 0; margin-bottom: 22px; }		
.main_wrp .main_promotionPick .promotionPick_list a { position: relative; display: flex; flex-wrap: wrap; flex-direction: row; gap: 20px; align-items: center; justify-content: flex-start; min-width: 300px; }		
.main_wrp .main_promotionPick .promotionPick_list .c_img { position: relative; }
.main_wrp .main_promotionPick .promotionPick_list .c_img .badge-base { position: absolute; top: 6px; left: 6px; }
.main_wrp .main_promotionPick .promotionPick_list .txt { flex: 1; }
.main_wrp .main_promotionPick .promotionPick_list .txt .point { display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
.main_wrp .main_promotionPick .promotionPick_list .txt .plus { font-size: 13px; color: #777; margin: 6px 0 0; line-height: 138%; }
/* E: ÁÖ¿ä ±âÈ¹Àü */

/* S: ÃÊ½Ã»ýÀ» À§ÇÑ ¹«·á ÄÜÅÙÃ÷ */
.main_wrp .main_startFree { padding: 30px 0; border: var(--main-border1); border-radius: var(--main-border-radius); margin: 30px 0 0; }
.main_wrp .main_startFree .startFree_list { padding: 22px 0 0; display: flex; flex-wrap: wrap; text-align: center; gap: 16px 0; }
.main_wrp .main_startFree .startFree_list .item { padding: 0; flex: 1 0 25%; }		
.main_wrp .main_startFree .startFree_list a { position: relative; display: flex; flex-wrap: wrap; flex-direction: column; gap: 10px; justify-content: center; align-items: center; font-size: 12px; }		
.main_wrp .main_startFree .startFree_list .c_img { position: relative; }
.main_wrp .main_startFree .startFree_list .c_img .badge-base { position: absolute; top: 6px; left: 6px; }
.main_wrp .main_startFree .startFree_list .txt { flex: 1; }
.main_wrp .main_startFree .startFree_list .txt .point { display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
.main_wrp .main_startFree .startFree_list .txt .plus { font-size: 13px; color: #777; margin: 6px 0 0; line-height: 138%; }
/* E: ÃÊ½Ã»ýÀ» À§ÇÑ ¹«·á ÄÜÅÙÃ÷ */


/* S: ÀÌº¥Æ® ¹è³Ê */
.main_wrp .main_examCourse { margin: 30px 0 0; }
.main_wrp .main_examCourse .cont_wrap { padding: 0; }
.main_wrp .main_examCourse .examCourse_list { overflow: hidden; border-radius: 10px; }
.main_wrp .main_examCourse .examCourse_list:not(.slick-initialized) { opacity: 0; }		
.main_wrp .main_examCourse .examCourse_list.slick-initialized { opacity: 1; }	
.main_wrp .main_examCourse .examCourse_list a { position: relative; display: flex; flex-wrap: wrap; flex-direction: column; gap: 10px; justify-content: center; align-items: center; background: var(--main-point3); height: 90px; min-width: 300px }		
.main_wrp .main_examCourse .examCourse_list a .badge { position: absolute; left: 20px; top: 0; display: flex; padding: 4px 9px 5px; justify-content: center; align-items: center; gap: 10px; border-radius: 0px 0px 6px 6px; text-align: center; background: var(--main-point1); color: #fff; font-size: 10px; }
.main_wrp .main_examCourse .examCourse_list .txt { text-align: center; }
.main_wrp .main_examCourse .examCourse_list .txt .point { color: var(--main-point1); font-size: 19px; font-weight: bold; }
.main_wrp .main_examCourse .examCourse_list .txt .plus { font-size: 13px; margin: 4px 0 0; line-height: 138%; font-size: 14px; }
/* E: ÀÌº¥Æ® ¹è³Ê */


/* S: ¼öÇè ¼ÒÀç ¹è³Ê */
.main_wrp .main_eventBnr { margin: 30px 0 0; }
.main_wrp .main_eventBnr .cont_wrap { padding: 0; }
.main_wrp .main_eventBnr .eventBnr_list { overflow: hidden; border-radius: var(--main-border-radius); }
.main_wrp .main_eventBnr .eventBnr_list:not(.slick-initialized) { opacity: 0; }		
.main_wrp .main_eventBnr .eventBnr_list.slick-initialized { opacity: 1; }	
.main_wrp .main_eventBnr .eventBnr_list a { position: relative; display: flex; flex-wrap: wrap; flex-direction: column; gap: 10px; justify-content: center; align-items: center; background: var(--main-point3); height: 76px; }		
.main_wrp .main_eventBnr .eventBnr_list a .badge { position: absolute; left: 20px; top: 0; display: flex; padding: 4px 9px 5px; justify-content: center; align-items: center; gap: 10px; border-radius: 0px 0px 6px 6px; text-align: center; background: var(--main-point1); color: #fff; font-size: 10px; }
.main_wrp .main_eventBnr .eventBnr_list .txt { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; align-items: center; width: 100%; gap: 15px; padding: 0 15px; line-height: 122%; }
.main_wrp .main_eventBnr .eventBnr_list .txt .tit br { display: none }
.main_wrp .main_eventBnr .eventBnr_list .txt .tit .highlight { color: var(--main-point1) }

/* E: ¼öÇè ¼ÒÀç ¹è³Ê */


/* S: ÇÕ°ÝÀü·« */
.main_wrp .main_strategyNews { margin: 30px 0 0; padding: 30px 0 20px; border: var(--main-border1); border-radius: var(--main-border-radius); }
.main_wrp .main_strategyNews .strategyNews_list { display: flex; flex-direction: column; padding: 10px 0 0; }		
.main_wrp .main_strategyNews .strategyNews_list .item { padding: 0; width: 100%; }		
.main_wrp .main_strategyNews .strategyNews_list a {position: relative;display: flex;align-items: center;flex-wrap: wrap;padding: 6px 0;}		
.main_wrp .main_strategyNews .strategyNews_list .txt { width: 100%; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; line-height: 1; }
.main_wrp .main_strategyNews .strategyNews_list .txt .tit {max-width: calc(100% - 25px);padding: 1px 0;}
/* E: ÇÕ°ÝÀü·« */


/* S: ÇÕ°Ý¼ö±â BEST */
.main_wrp .main_bestComment { padding: 30px 0 20px; border: var(--main-border1); border-radius: var(--main-border-radius); margin: 30px 0 0; }
.main_wrp .main_bestComment .bestComment_list { display: flex; flex-direction: column; padding: 10px 0 0; }		
.main_wrp .main_bestComment .bestComment_list .item { padding: 0; width: 100%; }		
.main_wrp .main_bestComment .bestComment_list a {position: relative;display: flex;align-items: center;flex-wrap: wrap;padding: 7px 0;}		
.main_wrp .main_bestComment .bestComment_list .txt { width: 100%; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; line-height: 1; }
.main_wrp .main_bestComment .bestComment_list .txt .tit { max-width: 100%; }
/* E: ÇÕ°Ý¼ö±â BEST */


/* S: ¸Þ°¡ °øÁö»çÇ× */
.main_wrp .main_ourNotice { padding: 30px 0 20px; border: var(--main-border1); border-radius: var(--main-border-radius); margin: 30px 0 0; }
.main_wrp .main_ourNotice .ourNotice_list { padding: 10px 0 0; }		
.main_wrp .main_ourNotice .ourNotice_list .item { padding: 0; width: 100%; }		
.main_wrp .main_ourNotice .ourNotice_list a {position: relative;display: flex;align-items: center;flex-wrap: wrap;padding: 5px 0;}		
.main_wrp .main_ourNotice .ourNotice_list .txt { width: 100%; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; line-height: 1; }
.main_wrp .main_ourNotice .ourNotice_list .txt .tit {max-width: calc(100% - 25px);padding: 1px 0;}
/* E: ¸Þ°¡ °øÁö»çÇ× */


/* S: È¸¿ø °³ÀÎ ¿µ¿ª */
.main_wrp .main_userBoard .cont_wrap { padding: 0 }
.main_wrp .main_userBoard .userBoard_wrap { padding: 25px 25px 17px; border: 1px solid var(--main-point2); border-radius: var(--main-border-radius); }
.main_wrp .main_userBoard .userBoard_wrap .state_wrap { display: flex; padding: 22px 20px 17px; flex-direction: column; align-items: center; gap: 15px; align-self: stretch; border-radius: 12px; background: var(--main-point3); }
.main_wrp .main_userBoard .userBoard_wrap .state_wrap .hello { display: flex; justify-content: center; align-items: center; gap: 10px; align-self: stretch; font-size: 16px; font-weight: 700; }
.main_wrp .main_userBoard .userBoard_wrap .state_wrap .level { display: flex; height: 23px; padding: 7px 10px 8px 4px; justify-content: center; align-items: center; gap: 5px; font-size: 12px; border-radius: var(--main-border-radius); background: linear-gradient(90deg, #0082FF 0%, #7CB0FF 100%); color: #fff; font-weight: 500; margin: 0px 0 0px; }
.main_wrp .main_userBoard .userBoard_wrap .state_wrap .level i { display: flex; width: 16px; height: 16px; justify-content: center; align-items: center; gap: 10px; border-radius: 23px; background: #0834C7; color: var(--font-font5, #FFF); font-size: 10px; font-style: normal; font-weight: 900; line-height: 22px; letter-spacing: -0.65px; }
.main_wrp .main_userBoard .userBoard_wrap .state_wrap ul { border-top: 1px solid #CAE5FF; padding: 9px 0 0; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
.main_wrp .main_userBoard .userBoard_wrap .state_wrap li a { display: flex; justify-content: center; align-items: center; gap: 2px; font-size: 13px; padding: 5px 0; color: #777; line-height: 1; }
.main_wrp .main_userBoard .userBoard_wrap .state_wrap li a svg { margin: 0 2px 0 0; }
.main_wrp .main_userBoard .userBoard_wrap .state_wrap li a .tit { position: relative; }
.main_wrp .main_userBoard .userBoard_wrap .state_wrap li a .tit.notice::before { content: ''; position: absolute; top: -4px; right: -2px; width: 3px; height: 3px; background: var(--main-point1); border-radius: 100%; }
.main_wrp .main_userBoard .userBoard_wrap .state_wrap li a .count { color: var(--main-point1); }
.main_wrp .main_userBoard .userBoard_wrap .tab_wrap { display: flex; align-items: flex-start; align-content: flex-start; gap: 10px; align-self: stretch; flex-wrap: wrap; margin: 18px 0 16px; }
.main_wrp .main_userBoard .userBoard_wrap .tab_wrap li { display: flex; flex-direction: column; align-items: center; flex: 1 0 0; }
.main_wrp .main_userBoard .userBoard_wrap .tab_wrap li a { position: relative; display: flex; padding: 16px 20px; justify-content: center; align-items: center; gap: 6px; border-radius: 12px; background: #F8F8F8; align-self: stretch; color: #777; font-size: 14px; line-height: 1; }
.main_wrp .main_userBoard .userBoard_wrap .tab_wrap li a::before { content: ''; display: block; width: 0; height: 0; position: absolute; bottom: 0; left: 50%; margin: 0 0 -6px -6px; border-top: 6px solid #f8f8f8; border-left: 6px solid transparent; border-right: 6px solid transparent; }
.main_wrp .main_userBoard .userBoard_wrap .tab_wrap li.on a { background: var(--main-point3); color: var(--main-point1); font-weight: bold; }
.main_wrp .main_userBoard .userBoard_wrap .tab_wrap li:nth-child(2).on a { color: #F23D6C; background: #FFF6FF; }
.main_wrp .main_userBoard .userBoard_wrap .tab_wrap li:nth-child(2).on a::before { border-top-color: #FFF6FF; }
.main_wrp .main_userBoard .userBoard_wrap .tab_cont { width: 100%; }
.main_wrp .main_userBoard .userBoard_wrap .tab_wrap li.on a::before { border-top-color: var(--main-point3); }
.main_wrp .main_userBoard .userBoard_wrap .recent_list { padding: 0; }		
.main_wrp .main_userBoard .userBoard_wrap .recent_list .item { padding: 0; }		
.main_wrp .main_userBoard .userBoard_wrap .recent_list .lect_null { padding: 10px 0; text-align: center; }		
.main_wrp .main_userBoard .userBoard_wrap .recent_list a {position: relative;display: flex;align-items: flex-start;flex-wrap: wrap;padding: 8px 0;flex-direction: column;min-width: 200px;}		
.main_wrp .main_userBoard .userBoard_wrap .recent_list .t_img.prof { position: absolute; left: 0; }
.main_wrp .main_userBoard .userBoard_wrap .recent_list .txt { width: 100%; }
.main_wrp .main_userBoard .userBoard_wrap .recent_list .txt .tit { display: block; max-width: 100%; }
.main_wrp .main_userBoard .userBoard_wrap .recent_list .txt .point .rep { color: var(--main-point1); font-size: 14px; }
.main_wrp .main_userBoard .userBoard_wrap .recent_list .tiny {display: flex;gap: 5px;color: #999;justify-content: flex-start;width: 100%;font-size: 12px;line-height: 100%;margin: 5px 0 0 0;}
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap { display: flex; flex-direction: column; align-items: center; gap: 8px; align-self: stretch; border-radius: var(--main-border-radius); background: #FFF6FF; text-align: center; height: 197px; justify-content: center; margin-bottom: 8px; }
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap.off { background: #FFF6FF url(https://img.megagong.net/m/2025/0512_main/flower_background.png) no-repeat 100% 100%; gap: 8px; }
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap a { display: flex; width: 146px; height: 32px; padding: 0px 18px; justify-content: center; align-items: center; gap: 4px; border-radius: var(--main-border-radius); background: #F23D6C; color: #fff; font-size: 14px; line-height: 32px; }
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap p { line-height: 130%; width: 100%; }
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap.off p { font-weight: normal; line-height: 123%; font-size: 14px; }
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap.on p b { color: #F23D6C; }
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap.off p.point { margin: 0px 0 5px; }
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap.off p.point strong { display: block; color: #F23D6C; font-size: 30px; font-weight: bold; margin: 0px 0 7px; line-height: 1; }
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap.off p.point span { font-size: 12px; display: block; font-weight: bold; line-height: 1; letter-spacing: 4px; }
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap .flower { width: 70px; height: 70px; background: #FFF; border-radius: 100%; display: flex; justify-content: center; align-items: center; margin: 0 0 2px; }
.main_wrp .main_userBoard .userBoard_wrap .playground_wrap .flower img { width: 50px; }
/* E: È¸¿ø °³ÀÎ ¿µ¿ª */


/* S: ±³Àç ¹è³Ê */
.main_wrp .main_bookBnr { margin: 30px 0 0; }
.main_wrp .main_bookBnr .cont_wrap { padding: 0; }
.main_wrp .main_bookBnr .bookBnr_list { overflow: hidden; border-radius: var(--main-border-radius); }
.main_wrp .main_bookBnr .bookBnr_list a { position: relative; display: flex; flex-wrap: wrap; flex-direction: column; gap: 10px; justify-content: center; align-items: center; background: var(--main-point3); height: 78px; }		
.main_wrp .main_bookBnr .bookBnr_list a .badge { position: absolute; left: 20px; top: 0; display: flex; padding: 4px 9px 5px; justify-content: center; align-items: center; gap: 10px; border-radius: 0px 0px 6px 6px; text-align: center; background: var(--main-point1); color: #fff; font-size: 10px; }
.main_wrp .main_bookBnr .bookBnr_list .txt { text-align: center; }
.main_wrp .main_bookBnr .bookBnr_list .txt { color: var(--main-point1); font-size: 16px; }
/* E: ±³Àç ¹è³Ê */






@media all and (min-width: 1200px){ 



    .main_wrp .main_userBoard .userBoard_wrap .recent_list a:hover .txt .point .tit,
    .main_wrp .main_teaColumn .teaColumn_list a:hover .txt .point .tit,
    .main_wrp .main_teaNotice .teaNotice_list a:hover .txt .point .tit,
    .main_wrp .main_strategyNews .strategyNews_list a:hover .txt .tit,
    .main_wrp .main_bestComment .bestComment_list a:hover .txt .tit,
    .main_wrp .main_ourNotice .ourNotice_list a:hover .txt .tit { font-weight: bold }



}





@media all and (max-width: 1200px){ 




    /* S: ¿µ¿ª (°øÅë) */
    .main_wrp { padding: 20px 0 30px; }
    .main_wrp .wide_wrap { width: 100%; padding: 0 20px }
    .main_wrp .wide_wrap.flex { gap: 0 }
    .main_wrp .wide_wrap.bg { background: #fff }
    .main_wrp .wide_wrap.bg::before,
    .main_wrp .wide_wrap.bg::after { display: none }
    .main_wrp .cont_wrap { padding: 0 15px; }
    .main_wrp .main_event .exhibi_wrapper { margin-bottom: 0 }
    .main_wrp .main_event .exhibi_wrapper .exhibi_left_wrap,
    .main_wrp .main_event .exhibi_wrapper .exhibi_right_wrap { width: 100%; float: none }
    .main_wrp .badge-base.type-1 { font-size: 8px; padding: 2px 4px 3px; }
    .main_wrp .paging_common.bullet_dot2 .slick-dots { top: unset; bottom: 10px; right: 15px; }
    .main_wrp .paging_common.bullet_dot2 .slick-dots li.slick-active button { width: 15px; }
    .main_wrp .paging_common .slick-dots li.slick-active button { width: 15px; }

    /* main_onlyPc pcÀü¿ë , main_onlyMobile ¸ð¹ÙÀÏ Àü¿ë , 1200 ±âÁØ*/
    .main_onlyPc { display: none }
    .main_onlyMobile { display: block }

    .main_wrp .inner_wrap { width: 100%; padding: 0 20px 30px; gap: 0; }
    .main_wrp .position_left { width: 100%; }
    .main_wrp .position_right { width: 100%; }
    .main_wrp .position_left > div,
    #lazy_loading_super_lineup::after { content: ''; }
    .main_wrp .aside_wrap { width: 100%; }
    .main_wrp hr { display: block; width: calc(100% + 8%); height: 10px; background: var(--main-bg1); border: 0; margin: 0 -4% 30px }
    /* E: ¿µ¿ª (°øÅë) */


    /* S: Å¸ÀÌÆ² ¿µ¿ª (°øÅë) */
    .main_wrp .title_wrap { margin: 0 0 18px; }
    .main_wrp .title_wrap.lv2 { margin: 0 0 18px; }
    .main_wrp .title_wrap h3 { font-size: 17px }
    .main_wrp .title_wrap.lv1 { border-bottom: 0; padding: 0; height: auto }
    .main_wrp .border_1 .title_wrap.lv1 { padding: 0 15px; }
    .main_wrp .title_wrap.lv2 h3 { font-size: 17px }
    /* E: Å¸ÀÌÆ² ¿µ¿ª (°øÅë) */


    /* S: ÆÐ½º, ¿øÇÈ ÃßÃµ°­ÁÂ */
    .main_wrp .main_passSlider.mo { clear: both; float: none; }
    .main_wrp .main_passSlider.paging_common .slick-dots { right: unset; left: 15px; bottom: 20px; }
    .main_wrp .main_passSlider.pass_out { margin-right: -20px; border-radius: 20px 0 0 20px; }
    .main_wrp .main_passSlider.pass_out .slick-list { padding: 0 20vw 0 0; }
    .main_wrp .main_passSlider.pass_out .slick-slide { margin: 0 20px 0 0; }
    .main_wrp .passIn_wrap .passSlider_wrap { width: calc(50% - 15px); }
    .main_wrp .main_passSlider.pass_in .slick-dots { left: unset; right: 15px; }
    .main_wrp .main_passSlider img { width: 100% }
    .main_wrp .main_passPlusSlider { margin: 20px 0 0; }
    /* E: ÆÐ½º, ¿øÇÈ ÃßÃµ°­ÁÂ */


    /* S: ¸ÞÀÎ ¶ì¹è³Ê */
    .main_wrp .wideBnr_wrap { width: 100%; }
    .main_wrp .wideBnr_wrap.middle { clear: both; }
    .main_wrp .wideBnr_wrap img { width: 100% }
    .main_wrp .wideBnr_wrap.top { margin-bottom: 20px;}
    .main_wrp .wideBnr_wrap .slick-dots { display: none; }
    .main_wrp .wideBnr_wrap .wideTop_slider {box-sizing: border-box;margin-bottom:17px }
    .main_wrp .wideBnr_wrap .wideTop_slider .item a {display: block;}
    .main_wrp .wideBnr_wrap .wideTop_slider .item img {width: 100%; margin: auto; padding: 0 20%; box-sizing: border-box;border-radius: var(--main-border-radius);}
    .main_wrp .wideBnr_wrap .wideMiddle_slider {box-sizing: border-box;margin-bottom:17px }
    .main_wrp .wideBnr_wrap .wideMiddle_slider .item a {display: block;}
    .main_wrp .wideBnr_wrap .wideMiddle_slider .item img {width: 100%; margin: auto; padding: 0 20%; box-sizing: border-box;border-radius: var(--main-border-radius);}
    /* E: ¸ÞÀÎ ¶ì¹è³Ê */


    /* S: ¼öÇè ¼ÒÀç ¹è³Ê */
    .main_wrp .main_eventBnr { margin-top: 20px; }
    /* E: ¼öÇè ¼ÒÀç ¹è³Ê */


    /* S: ÁÖ¿ä ±âÈ¹Àü */
    .main_wrp .main_promotionPick { border: 0; }
    .main_wrp .main_promotionPick .cont_wrap { border: 0; padding: 0; }
    .main_wrp .main_promotionPick .promotionPick_list { margin-right: -20px; margin-top: 20px; padding: 0; height: 242px; }
    .main_wrp .main_promotionPick .promotionPick_list .slick-slide { border: var(--main-border1); border-radius: var(--main-border-radius); background: #fff; margin: 0 20px 0 0; padding: 15px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; height: 242px; }
    .main_wrp .main_promotionPick .promotionPick_list .item { margin-bottom: 0; }	
    /* E: ÁÖ¿ä ±âÈ¹Àü */


    /* S: È¸¿ø °³ÀÎ ¿µ¿ª */
    .main_wrp .main_userBoard { margin: 0 0 20px; }
    .main_wrp .main_userBoard .userBoard_wrap .state_wrap ul { gap: 8px; }
    .main_wrp .main_userBoard .userBoard_wrap .playground_wrap { gap: 14px; }
    /* E: È¸¿ø °³ÀÎ ¿µ¿ª */


    /* S: ÃÊ½Ã»ýÀ» À§ÇÑ ¹«·á ÄÜÅÙÃ÷ */
    .main_wrp .main_startFree { padding: 0; border: 0; border-radius: 0; }
    .main_wrp .main_startFree .cont_wrap { border: var(--main-border1); border-radius: var(--main-border-radius); }
    .main_wrp .main_startFree .startFree_list { padding: 20px 0 25px; gap: 0; }
    .main_wrp .main_startFree .startFree_list .item { flex: 1 0 12%; }		
    .main_wrp .main_startFree .startFree_list .c_img .badge-base { position: absolute; top: 6px; left: 6px; }
    .main_wrp .main_startFree .startFree_list .txt .point { display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
    .main_wrp .main_startFree .startFree_list .txt .plus { font-size: 13px; color: #777; margin: 6px 0 0; line-height: 138%; }
    /* E: ÃÊ½Ã»ýÀ» À§ÇÑ ¹«·á ÄÜÅÙÃ÷ */

    /* S: ÀÌº¥Æ® ¹è³Ê */
    .main_wrp .main_examCourse .examCourse_list { border-radius: var(--main-border-radius); }
    .main_wrp .main_examCourse .examCourse_list .slick-dots { display: none !important }
    .main_wrp .main_examCourse .examCourse_list .slick-dots { display: none }
    .main_wrp .main_examCourse .examCourse_list a .badge { display: none; }
    .main_wrp .main_examCourse .examCourse_list .txt .point { font-size: 16px; }
    .main_wrp .main_examCourse .examCourse_list .txt .plus { display: none; }
    /* E: ÀÌº¥Æ® ¹è³Ê */


    /* S: [PC] ÀÌ ´ÞÀÇ »õ °­ÁÂ */
    .main_wrp .main_monthNew { display: none }
    /* E: [PC] ÀÌ ´ÞÀÇ »õ °­ÁÂ */


    /* S: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */
    .main_wrp .main_superTea { width: 100%; }
    .main_wrp .main_superTea .superTea_tabs { margin-right: -20px }
    .main_wrp .main_superTea .superTea_tabs  .slick-list { padding: 0 10vw 0 0 }
    .main_wrp .main_superTea .superTea_tabs .item a{ padding-left: 0; padding-right: 0; }
    .main_wrp .main_superTea .superTea_list { margin: 0 -20px 0 0; border-radius: 20px 0 0 20px; }
    .main_wrp .main_superTea .superTea_list .slick-list { padding: 0 35vw 0 0 }
    
    .main_wrp .main_superTea .superTea_list .slick-slide { margin: 0 20px 0 0 }
    .main_wrp .main_superTea .superTea_list .item { padding: 0 }		
    .main_wrp .main_superTea .superTea_list .item > a { height: 200px }		
    .main_wrp .main_superTea .superTea_list .txt { font-size: 13px }
    .main_wrp .main_superTea .superTea_list .txt .point { font-size: 20px; }
    .main_wrp .main_superTea .superTea_list .tiny { bottom: 10px; font-size: 10px; opacity: 0.8; line-height: 1.1 }
    .main_wrp .main_superTea .superTea_list .noti { font-size: 9px; }
    /* E: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */

    /* S: Áö±Ý ÁÖ¸ñÇÒ ¼±»ý´Ô ±âÈ¹Àü */
    .main_wrp .main_focusTea .border_1 { border: 0; padding: 0 }
    .main_wrp .main_focusTea .focusTea_list { margin: 0 -20px 0 0; }		
    .main_wrp .main_focusTea .focusTea_list:not(.slick-initialized) { opacity: 0; }		
    .main_wrp .main_focusTea .focusTea_list.slick-initialized { opacity: 1; }		
    .main_wrp .main_focusTea .focusTea_list .slick-list { padding: 0 20vw 0 0; }	
    .main_wrp .main_focusTea .focusTea_list .slick-slide { margin: 0 20px 0 0; }	
    .main_wrp .main_focusTea .focusTea_list .slick-slide > div{display: block; margin-bottom: 0;}	
    .main_wrp .main_focusTea .focusTea_list .item { flex: none; width: 100%; }
    .main_wrp .main_focusTea .focusTea_list .point { margin: 0 0 8px }
    .main_wrp .main_focusTea .focusTea_list .t_img { width: 60px; right: 20px }
    /* E: Áö±Ý ÁÖ¸ñÇÒ ¼±»ý´Ô ±âÈ¹Àü */


    /* S: ¸Þ°¡¼±»ý´Ô Ä®·³ */
    .main_wrp .main_teaColumn .teaColumn_list { padding: 20px 0; }
    .main_wrp .main_teaColumn .teaColumn_list .item.best {display: none;}		
    .main_wrp .main_teaColumn .teaColumn_list .item.best:nth-child(1) {display: block;}		
    .main_wrp .main_teaColumn .teaColumn_list .item:not(.best) {}		
    .main_wrp .main_teaColumn .teaColumn_list .item:not(.best):nth-child(5) {display: none;}		
    .main_wrp .main_teaColumn .teaColumn_list a {padding: 0 0 0 50px;min-height: 40px;}		
    .main_wrp .main_teaColumn .teaColumn_list .t_img.prof { width: 40px; }
    .main_wrp .main_teaColumn .teaColumn_list .item.best .txt { padding: 0; display: flex; flex-direction: column; align-items: flex-start; }
    .main_wrp .main_teaColumn .teaColumn_list .txt .badge-base { position: unset; left: unset; }
    .main_wrp .main_teaColumn .teaColumn_list .txt .point { position: relative; gap: 3px; }
    .main_wrp .main_teaColumn .teaColumn_list .txt .point .tit{ max-width: calc(100% - 17px); }
    .main_wrp .main_teaColumn .teaColumn_list .badge-base { margin: 0 0 2px; }
    .main_wrp .main_teaColumn .teaColumn_list .txt .point .rep { font-size: inherit; display:none; }
    .main_wrp .main_teaColumn .teaColumn_list .tiny { margin: 3px 0 0; font-size: 11px; }
    /* E: ¸Þ°¡¼±»ý´Ô Ä®·³ */


    /* S: ¸Þ°¡Ä³½ºÆ®, ³­°øTV */
    .main_wrp .main_cast .cast_slider { padding: 15px 0; }
    .main_wrp .main_cast .cast_slider .cast_img { width: calc(0100% - 20px); padding: 0 0 52%;}
    .main_wrp .main_cast .cast_slider .cast_img img { width: 100%; }
    .main_wrp .main_cast .cast_slider .slick-arrow { display: none !important; }
    /* E: ¸Þ°¡Ä³½ºÆ®, ³­°øTV */

    /* S: ¿Â¶óÀÎ ¼­Á¡ */
    .main_wrp .main_bookStore { flex-direction: column; gap: 0 }
    .main_wrp .main_bookStore .newbook_list { margin: 0 -20px 0 -10px; padding: 0 }
    .main_wrp .main_bookStore .newbook_list .slick-list { padding-right: 14% }
    .main_wrp .main_bookStore .newbook_list .item .info strong { height: 2.6em; -webkit-line-clamp: 2; font-size: 13px }
    .main_wrp .main_bookStore .newbook_list .slick-arrow { display: none !important }
    .main_wrp .main_bookStore .book_ranking,
    .main_wrp .main_bookStore .book_bnr { display: none }
    .main_wrp .main_bookStore .book_new { width: 100% }
    .main_wrp .main_bookStore .ebook_bnr { display: block; width: 100%; margin: 30px 0; }
    .main_wrp .main_bookStore .ebook_bnr .slick-list { padding: 0 }
    .main_wrp .main_bookStore .ebook_bnr .slick-slide { margin: 0 clamp(5px,1vmin,10px); }
    .main_wrp .main_bookStore .ebook_bnr .slick-slide img { width: 100% }
    .main_wrp .main_bookStore .ebook_bnr .item a { border-radius: 3px; display: flex; align-content: center; align-items: center; justify-content: center; color: #fff; text-align: center; height: clamp(60px,12vmin,100px); padding: 0 1px; font-size: clamp(14px,2.2vmin,18px); }
    /* E: ¿Â¶óÀÎ ¼­Á¡ */


    /* S: °ø½Ã»ý ÇÊ¼ö¾Û */
    .main_wrp .main_appLink { margin: 0 0 30px; width: 100% }
    .main_wrp .main_appLink ul { justify-content: space-between; gap: 2%; }
    .main_wrp .main_appLink li { justify-content: center; padding: 0; width: 60%; flex: none }
    .main_wrp .main_appLink li:nth-child(2) { width: 38% }
    .main_wrp .main_appLink .logo { gap: 10px; font-size: 12px }
    .main_wrp .main_appLink .info { font-size: 13px; padding: 11px 0 0 }
    /* E: °ø½Ã»ý ÇÊ¼ö¾Û */

    /* S: ¼±»ý´Ô °øÁö»çÇ× */
    .main_wrp .main_teaNotice .cont_wrap {padding-bottom: 12px;padding-top: 8px;}
    .main_wrp .main_teaNotice .arrow { display: flex; border: 1px solid #e4e4eb; border-radius: 3px; position: absolute; top: -37px; right: 21px }
    .main_wrp .main_teaNotice .arrow > a { display: block; font-size: 0; width: 20px; height: 21px; background: url('https://img.megagong.net/m/2024/0619_main/monthnew_icon2.png') center no-repeat }
    .main_wrp .main_teaNotice .arrow > a.teaNoticePrev { transform: rotate(180deg); border-left: 1px solid #e4e4eb }
    .main_wrp .main_teaNotice .teaNotice_list .item { display: none }	
    .main_wrp .main_teaNotice .teaNotice_list .item:nth-child(n+3) { display: block }	
    .main_wrp .main_teaNotice .teaNotice_list.scroll { overflow-y: auto; max-height: 204px; padding: 0 30px 0 0; }		
    .main_wrp .main_teaNotice .teaNotice_list a {padding: 3px 0;}		
    .main_wrp .main_teaNotice .teaNotice_list .t_img.prof { position: absolute; left: 0; }
    .main_wrp .main_teaNotice .teaNotice_list .txt .point { gap: 3px; }
    .main_wrp .main_teaNotice .teaNotice_list .txt .point .badge-base { display: none; }
    .main_wrp .main_teaNotice .teaNotice_list .txt .point .tit { max-width: calc(100% - 17px); }
    .main_wrp .main_teaNotice .teaNotice_list .txt .point .rep { font-size: inherit; display: none; }
    .main_wrp .main_teaNotice .teaNotice_list .tiny {margin: 3px 0 0 0;font-size: 11px;}
    /* E: ¼±»ý´Ô °øÁö»çÇ× */


    /* S: ÇÕ°ÝÀü·« */
    .main_wrp .main_strategyNews { border: 0; border-radius: 0; padding: 0; }
    .main_wrp .main_strategyNews .cont_wrap { border: var(--main-border1); border-radius: var(--main-border-radius); }
    .main_wrp .main_strategyNews .strategyNews_list { padding: 11px 0; }	
    .main_wrp .main_strategyNews .strategyNews_list .item { display: none }
    .main_wrp .main_strategyNews .strategyNews_list .item:nth-child(-n+3) { display: block }
    .main_wrp .main_strategyNews .strategyNews_list a {padding: 4px 0;}
    .main_wrp .main_strategyNews .strategyNews_list .txt { gap: 3px }
    /* E: ÇÕ°ÝÀü·« */


    /* S: ÇÕ°Ý¼ö±â BEST */
    .main_wrp .main_bestComment { border: 0; border-radius: 0; padding: 0; }
    .main_wrp .main_bestComment .cont_wrap { border: var(--main-border1); border-radius: var(--main-border-radius); }
    .main_wrp .main_bestComment .bestComment_list { padding: 11px 0; }		
    .main_wrp .main_bestComment .bestComment_list .item { padding: 0; width: 100%; display: none }
    .main_wrp .main_bestComment .bestComment_list .item:nth-child(-n+3) { display: block }
    .main_wrp .main_bestComment .bestComment_list a { padding: 5px 0; }		
    .main_wrp .main_bestComment .bestComment_list .txt { width: 100%; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; line-height: 1; }
    .main_wrp .main_bestComment .bestComment_list .txt .tit { max-width: 100%; }
    /* E: ÇÕ°Ý¼ö±â BEST */


    /* S: ¸Þ°¡ °øÁö»çÇ× */
    .main_wrp .main_ourNotice { border: 0; border-radius: 0; padding: 0; }
    .main_wrp .main_ourNotice .cont_wrap { border: var(--main-border1); border-radius: var(--main-border-radius); }
    .main_wrp .main_ourNotice .ourNotice_list { padding: 11px 0; }
    .main_wrp .main_ourNotice .ourNotice_list .item { padding: 0; width: 100%; display: none }
    .main_wrp .main_ourNotice .ourNotice_list .item:nth-child(-n+3) { display: block }
    .main_wrp .main_ourNotice .ourNotice_list a {padding: 4px 0;}
    .main_wrp .main_ourNotice .ourNotice_list .txt { gap: 3px }
    /* E: ¸Þ°¡ °øÁö»çÇ× */


    /* S: ÇÐ½ÀÁö¿ø¼¾ÅÍ */
    .main_wrp .main_center { width: 100%; margin: 30px 0 0; border: 0; border-radius: 0; padding: 0; }
    .main_wrp .main_center .cont_wrap { border: var(--main-border1); border-radius: var(--main-border-radius); }
    .main_wrp .main_center .btn_wrap { margin: 20px 0 18px; }
    .main_wrp .main_center h3 { font-size: 17px }
    .main_wrp .main_center .info_box { flex-direction: row; align-items: flex-start; padding: 0 0 20px; }
    .main_wrp .main_center .info_box .fir { width: calc(100% - 300px) }
    .main_wrp .main_center .info_box .fir ul li { flex: 1 }
    .main_wrp .main_center .info_box .fir ul li a { width: 100%; height: 80px }
    .main_wrp .main_center .info_box .sec ul li.etc_link { margin-top: auto; margin: 18px 0 0; }
    /* E: ÇÐ½ÀÁö¿ø¼¾ÅÍ */


    /* S: ±³Àç ¹è³Ê */
    .main_wrp .main_bookBnr .bookBnr_list .slick-dots { display: none !important; }
    /* E: ±³Àç ¹è³Ê */




}






@media all and (max-width: 992px){ 




    /* S: ÆÐ½º, ¿øÇÈ ÃßÃµ°­ÁÂ */
    .main_wrp .main_passSlider.pass_out .slick-list { padding: 0 13vw 0 0; }
    /* E: ÆÐ½º, ¿øÇÈ ÃßÃµ°­ÁÂ */


    /* S: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */
    .main_wrp .main_superTea { width: 100%; }
    .main_wrp .main_superTea .superTea_list { margin: 0 -20px 0 0 }
    .main_wrp .main_superTea .superTea_list .slick-list { padding-right: 25vw }
    .main_wrp .main_superTea .superTea_list .slick-slide { margin: 0 20px 0 0 }
    .main_wrp .main_superTea .superTea_list .item { padding: 0 }		
    .main_wrp .main_superTea .superTea_list .txt .point { font-size: 17px; }
    .main_wrp .main_superTea .superTea_list .tiny { bottom: 10px; font-size: 10px; opacity: 0.8; line-height: 1.1 }
    /* E: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */


    /* S: Áö±Ý ÁÖ¸ñÇÒ ¼±»ý´Ô ±âÈ¹Àü */
    .main_wrp .main_focusTea .focusTea_list .slick-list { padding: 0 0 0 0 }
    /* E: Áö±Ý ÁÖ¸ñÇÒ ¼±»ý´Ô ±âÈ¹Àü */


    /* S: ¸Þ°¡Ä³½ºÆ®, ³­°øTV */
    .main_wrp .main_cast .tab_cont { height: calc(21.3vw + 70px) }
    /* E: ¸Þ°¡Ä³½ºÆ®, ³­°øTV */




}






@media all and (max-width: 768px){ 




    /* S: ¿µ¿ª (°øÅë) */
    .main_wrp { font-size: 13px }
    .main_wrp .new_badge { line-height: 11px; font-size: 6px; width: 11px; height: 11px; font-weight: bold; }
    /* E: ¿µ¿ª (°øÅë) */

    
    /* S: ¸ÞÀÎ ¶ì¹è³Ê */
    .main_wrp .wideBnr_wrap .wideTop_slider .item img {padding: 0 0%; border-radius:20px;}
    .main_wrp .wideBnr_wrap .wideMiddle_slider .item img {padding: 0 0%; border-radius:20px;}
    /* E: ¸ÞÀÎ ¶ì¹è³Ê */


    /* S: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */
    .main_wrp .main_superTea .superTea_list .slick-list { padding-right: 25vw; }
    /* E: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */


    /* S: ÆÐ½º, ¿øÇÈ ÃßÃµ°­ÁÂ */
    .main_wrp .passIn_wrap { margin: 0 -20px 0 0; }
    .main_wrp .passIn_wrap .passSlider_wrap { width: 100%; }
    .main_wrp .main_passSlider.pass_in { width: 100%; border-radius: 20px 0 0 20px; }
    .main_wrp .main_passSlider.pass_in.only_mo .slick-list,
    .main_wrp .main_passSlider.pass_in.onepick .slick-list,
    .main_wrp .main_passSlider.pass_in.pass .slick-list { padding: 0 10vw 0 0; }
    .main_wrp .main_passSlider.pass_in.only_mo .slick-slide, 
    .main_wrp .main_passSlider.pass_in.onepick .slick-slide, 
    .main_wrp .main_passSlider.pass_in.pass .slick-slide { margin: 0 2vw 0 0; }
    .main_wrp .main_passPlusSlider .item strong i { display: none }
    .main_wrp .main_passPlusSlider .item a .txt { font-size: 13px; }
    .main_wrp .main_passSlider.pass_in .slick-dots { right: unset; left: 15px; }
    /* E: ÆÐ½º, ¿øÇÈ ÃßÃµ°­ÁÂ */


    /* S: ÁÖ¿ä ±âÈ¹Àü */
    .main_wrp .main_promotionPick { border: 0; }
    .main_wrp .main_promotionPick .cont_wrap { border: 0; padding: 0; }
    .main_wrp .main_promotionPick .promotionPick_list { padding: 0; height: 170px; }
    .main_wrp .main_promotionPick .promotionPick_list .slick-list { padding: 0 13vw 0 0; }
    .main_wrp .main_promotionPick .promotionPick_list .slick-slide { gap: 0; height: 170px; }
    .main_wrp .main_promotionPick .promotionPick_list .slick-slide > div + div .item { margin-top: 15px; }
    .main_wrp .main_promotionPick .promotionPick_list a { gap: 14px; min-width: 200px }
    .main_wrp .main_promotionPick .promotionPick_list .c_img img { width: 90px }
    .main_wrp .main_promotionPick .promotionPick_list .txt { font-size: 13px; }
    .main_wrp .main_promotionPick .promotionPick_list .txt .plus { font-size: 11px; }
    /* E: ÁÖ¿ä ±âÈ¹Àü */


    /* S: Áö±Ý ÁÖ¸ñÇÒ ¼±»ý´Ô ±âÈ¹Àü */
    .main_wrp .main_focusTea .focusTea_list .slick-list { padding: 0 35vw 0 0 }
    .main_wrp .main_focusTea .focusTea_list .item a { padding: 16px 15px; height: 115px; }
    .main_wrp .main_focusTea .focusTea_list .t_img.prof { width: 55px; height: 55px; padding: 15px 0 0; }
    .main_wrp .main_focusTea .focusTea_list .txt .point { font-size: 13px; margin: 0 0 5px; height: 32px; }
    .main_wrp .main_focusTea .focusTea_list .txt .plus { font-size: 11px; margin: 0 0 7px; height: 29px; }
    .main_wrp .main_focusTea .focusTea_list .name { font-size: 9px; }
    /* E: Áö±Ý ÁÖ¸ñÇÒ ¼±»ý´Ô ±âÈ¹Àü */


    /* S: ÃÊ½Ã»ýÀ» À§ÇÑ ¹«·á ÄÜÅÙÃ÷ */
    .main_wrp .main_startFree .startFree_list { gap: 18px 0; }
    .main_wrp .main_startFree .startFree_list .item { flex: 1 0 25%; }
    /* E: ÃÊ½Ã»ýÀ» À§ÇÑ ¹«·á ÄÜÅÙÃ÷ */


    /* S: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */
    .main_wrp .main_superTea .superTea_tabs .slick-slide { margin-right: 8px; }
    .main_wrp .main_superTea .superTea_tabs .slick-current a { background: var(--main-point1); color: #fff }
    .main_wrp .main_superTea .superTea_list .item > a { padding: 20px 15px 15px; height: 146px; }
    .main_wrp .main_superTea .superTea_list .t_img.prof { width: 130px; bottom: 0; right: 0; }
    .main_wrp .main_superTea .superTea_list .txt .point { font-size: 14px; }
    .main_wrp .main_superTea .superTea_list .txt .plus { font-size: 11px; }
    .main_wrp .main_superTea .superTea_list .txt .check { font-size: 11px; }
    .main_wrp .main_superTea .superTea_list .tiny { width: calc(100% - 35px); display: flex; flex-wrap: wrap; flex-direction: row; }
    .main_wrp .main_superTea .superTea_list .name { font-size: 9px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center }
    .main_wrp .main_superTea .superTea_list .noti { font-size: 9px; flex: 1; }
    /* E: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */


    /* S: ¸Þ°¡Ä³½ºÆ®, ³­°øTV */
    .main_wrp .main_cast .cont_wrap { padding: 0; border: 0; border-radius: 0; }
    .main_wrp .main_cast .cast_slider { margin: 0 -20px 0 0; padding: 0; }
    .main_wrp .main_cast .cast_slider .slick-list { padding: 0 10vw 0 0; }
    /* E: ¸Þ°¡Ä³½ºÆ®, ³­°øTV */


    /* S: ¼öÇè ¼ÒÀç ¹è³Ê */
    .main_wrp .main_eventBnr .eventBnr_list a { height: 64px; }
    .main_wrp .main_eventBnr .eventBnr_list .txt .tit br { display: block }
    /* E: ¼öÇè ¼ÒÀç ¹è³Ê */





}







@media all and (max-width: 576px){ 





    /* S: ¿µ¿ª (°øÅë) */
    .main_wrp .slick-arrow { width: 18px; height: 18px; }
    .main_wrp .arrowtype_1 .slick-prev { background: url(https://img.megagong.net/m/2025/0512_main/arrow_left_mo.png) no-repeat center; left: 8px; }
    .main_wrp .arrowtype_1 .slick-next { background: url(https://img.megagong.net/m/2025/0512_main/arrow_right_mo.png) no-repeat center; right: 8px; }
    .main_wrp .bullet_dot2.paging_common .slick-dots li.slick-active button { width: 15px; }
    /* E: ¿µ¿ª (°øÅë) */


    /* S: Å¸ÀÌÆ² ¿µ¿ª (°øÅë) */
    .main_wrp .title_wrap h3,
    .main_wrp .title_wrap.lv2 h3 { font-size: 15px; }
    /* E: Å¸ÀÌÆ² ¿µ¿ª (°øÅë) */


    /* S: ÆÐ½º, ¿øÇÈ ÃßÃµ°­ÁÂ */
    .main_wrp .passIn_wrap { margin: 0 }
    .main_wrp .main_passSlider { width: 100%; margin-right: -20px; }
    .main_wrp .main_passSlider.pass_out { border-radius: var(--main-border-radius); }
    .main_wrp .main_passSlider.pass_in { width: 100%; margin: 0; border-radius: var(--main-border-radius); }
    .main_wrp .passIn_wrap .passSlider_wrap { margin: 0 }
    .main_wrp .main_passSlider.pass_in.only_mo .slick-list ,
    .main_wrp .main_passSlider.pass_in.onepick .slick-list ,
    .main_wrp .main_passSlider.pass_in.pass .slick-list { padding: 0; }
    .main_wrp .main_passSlider.pass_out .slick-list { padding: 0; }
    .main_wrp .main_passSlider.pass_out .slick-slide { margin: 0 }
    .main_wrp .main_passSlider .slick-dots { left: unset; right: 18px; bottom: 18px; }
    .main_wrp .main_passSlider.pass_in.only_mo .slick-slide,
    .main_wrp .main_passSlider.pass_in.onepick .slick-slide,
    .main_wrp .main_passSlider.pass_in.pass .slick-slide { margin: 0 }
    .main_wrp .main_passPlusSlider .item a .txt { font-size: 13px }
    .main_wrp .main_passSlider.pass_in .slick-dots { left: unset; right: 15px }
    /* E: ÆÐ½º, ¿øÇÈ ÃßÃµ°­ÁÂ */


    /* S: ÀÌº¥Æ® ¹è³Ê */
    .main_wrp .main_examCourse .examCourse_list a { height: 45px; }		
    .main_wrp .main_eventBnr .eventBnr_list .txt { justify-content: flex-start; }
    .main_wrp .main_eventBnr .eventBnr_list .txt .tit br { display: block }
    /* E: ÀÌº¥Æ® ¹è³Ê */


    /* S: ¼öÇè ¼ÒÀç ¹è³Ê */
    .main_wrp .main_examCourse .examCourse_list a { padding: 17px; }
    .main_wrp .main_examCourse .examCourse_list .txt .point { font-size: 14px; }
    /* E: ¼öÇè ¼ÒÀç ¹è³Ê */

    /* S: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */
    .main_wrp .main_superTea .superTea_list .slick-list { padding: 0 0 0 0 }
    /* E: ¸Þ°¡°ø¹«¿ø 1À§ °­»çÁø */


    /* S: Áö±Ý ÁÖ¸ñÇÒ ¼±»ý´Ô ±âÈ¹Àü */
    .main_wrp .main_focusTea .focusTea_list .slick-list { padding: 0 12vw 0 0; }
    /* E: Áö±Ý ÁÖ¸ñÇÒ ¼±»ý´Ô ±âÈ¹Àü */
    


    /* S: ¼öÇè ¼ÒÀç ¹è³Ê */
    .main_wrp .main_examCourse .examCourse_list .slick-dots { display: none !important }
    /* E: ¼öÇè ¼ÒÀç ¹è³Ê */


    /* S: ¸Þ°¡Ä³½ºÆ®, ³­°øTV */
    .main_wrp .main_cast .cast_slider { margin-left: -10px; }
    .main_wrp .main_cast .cast_slider .slick-list { padding: 0 46vw 0 0; }
    .main_wrp .main_cast .cast_slider .cast_img { width: calc(100% - 20px); margin: 0 auto 10px; }
    .main_wrp .main_cast .cast_slider .tiny { font-size: 11px }
    /* E: ¸Þ°¡Ä³½ºÆ®, ³­°øTV */


    /* S: ±³Àç ¹è³Ê */
    .main_wrp .main_bookBnr .bookBnr_list a { padding: 0; height: 45px; }		
    .main_wrp .main_bookBnr .bookBnr_list .txt { font-size: 14px; }
    .main_wrp .main_bookBnr .bookBnr_list .slick-dots { display: none !important }
    /* E: ±³Àç ¹è³Ê */


    /* S: È¸¿ø °³ÀÎ ¿µ¿ª */
    .main_wrp .main_userBoard .userBoard_wrap { padding: 15px; }
    .main_wrp .main_userBoard .userBoard_wrap .state_wrap { padding: 14px 18px 10px; gap: 8px; }
    .main_wrp .main_userBoard .userBoard_wrap .state_wrap .hello { font-size: 14px; line-height: 20px; }
    .main_wrp .main_userBoard .userBoard_wrap .state_wrap .level { font-size: 10px; padding: 0 8px 0 4px; gap: 4px; height: 20px; }
    .main_wrp .main_userBoard .userBoard_wrap .state_wrap .level i { font-size: 8px; width: 14px; height: 14px; }
    .main_wrp .main_userBoard .userBoard_wrap .state_wrap ul { padding: 5px 0 0; }
    .main_wrp .main_userBoard .userBoard_wrap .state_wrap li a { padding: 3px 0; gap: 1px; }
    .main_wrp .main_userBoard .userBoard_wrap .state_wrap li a svg { margin: 0 1px 0 0; }
    .main_wrp .main_userBoard .userBoard_wrap .tab_wrap { margin: 14px 0 18px; }
    .main_wrp .main_userBoard .userBoard_wrap .tab_wrap li a { padding: 10px 0 11px; font-size: 13px; }
    .main_wrp .main_userBoard .userBoard_wrap .recent_list .slick-dots { padding: 10px 0 0; }	
    .main_wrp .main_userBoard .userBoard_wrap .recent_list a { padding: 8px 0; }		
    .main_wrp .main_userBoard .userBoard_wrap .recent_list .tiny { font-size: 11px; }
    .main_wrp .main_userBoard .userBoard_wrap .playground_wrap { height: 194px; }
    .main_wrp .main_userBoard .userBoard_wrap .playground_wrap a { font-size: 12px; width: 130px; line-height: 28px; height: 28px; }
    .main_wrp .main_userBoard .userBoard_wrap .playground_wrap p { font-size: 14px; }
    .main_wrp .main_userBoard .userBoard_wrap .playground_wrap.off p { font-size: 13px; }
    .main_wrp .main_userBoard .userBoard_wrap .playground_wrap.off p.point strong { font-size: 24px; }
    .main_wrp .main_userBoard .userBoard_wrap .playground_wrap.off p.point span { font-size: 9px; }
    /* E: È¸¿ø °³ÀÎ ¿µ¿ª */


    /* S: ÇÐ½ÀÁö¿ø¼¾ÅÍ */
    .main_wrp .main_center .btn_wrap .item a { font-size: 12px; height: 33px; }
    .main_wrp .main_center .btn_wrap .item a span i img { width: 20px }
    .main_wrp .main_center .info_box .sec { line-height: 125%; }
    /* E: ÇÐ½ÀÁö¿ø¼¾ÅÍ */




}