@charset "utf-8";
/* 나눔스퀘어: layout/header.html 에서 nanumsquare.css 로드 */


body{font-family:"NanumSquare",sans-serif;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; ;font-size:16px;letter-spacing:-0.05em !important;}
#container.main .main_visual,
#container.main .main_search_band {font-family:"NanumSquare",sans-serif;}
body * {letter-spacing:-0.05em !important;}

.hide { display:none; }

.ver_mobile {display:none !important;}
.ver_pc {}

.br_mobile { display:none !important;}
.br_pc { display:block !important;}

#wrap {position:relative; width:100%; min-width:1600px;}
#header {height:206px;overflow:visible;z-index:1000;}
#header .header_top_strip {width:100%;background:#f5f5f7;border-bottom:1px solid #d9d9d9;}
#header .header_top_strip_inner {display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;min-height:48px;margin:0 auto;padding:0 4px;box-sizing:border-box;}
#header .header_strip_nav ul {display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:8px 0;gap:0;}
#header .header_strip_nav li {display:flex;align-items:center;}
#header .header_strip_nav li + li {margin-left:12px;padding-left:12px;border-left:1px solid #d9d9d9;}
#header .header_strip_nav li a {display:inline-block;font-family:"NanumSquare",sans-serif;font-size:12px;color:#222;line-height:1;font-weight:400;letter-spacing:-0.02em;}
#header .header_strip_nav li a:hover {color:#30b2e5;}
#header .header_strip_right {display:flex;align-items:center;flex-wrap:wrap;gap:6px 14px;padding:6px 0;}
#header .header_strip_right .strip_icon {display:inline-flex;align-items:center;justify-content:center;color:#444;text-decoration:none;line-height:0;}
#header .header_strip_right .strip_icon:hover {color:#30b2e5;}
#header .header_strip_right .strip_icon svg {display:block;}
#header .header_strip_right .util_menu {float:none;width:auto;margin:0 0 0 10px;padding:0 0 0 12px;border-left:1px solid #d9d9d9;}
#header .header_strip_right .util_menu ul {display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:0;}
#header .header_strip_right .util_menu li {position:relative;padding-left:10px;margin:0 0 0 4px;}
#header .header_strip_right .util_menu li:after {content:'';position:absolute;left:0;top:50%;width:1px;height:11px;margin-top:-5px;background-color:#c1c1c1;}
#header .header_strip_right .util_menu li:first-child {padding-left:0;margin-left:0;}
#header .header_strip_right .util_menu li:first-child:after {display:none;}
#header .header_strip_right .util_menu ul li a {color:#333;font-size:12px;}
#header .header_strip_right .util_menu ul li a:hover {color:#30b2e5;}
#header .header_strip_right .strip_greeting {font-size:12px;color:#555;white-space:nowrap;margin-left:6px;}
#header .header_strip_right .strip_greeting strong {font-weight:700;color:#222;}
#header .header_strip_right .strip_profile {display:inline-flex;align-items:center;justify-content:center;position:relative;text-decoration:none;padding-right:14px;margin-left:4px;}
#header .header_strip_right .strip_profile::after {content:'';position:absolute;right:0;top:50%;margin-top:-2px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #888;}
#header .header_strip_right .strip_profile:hover::after {border-top-color:#30b2e5;}
#header .header_strip_right .strip_avatar {display:block;width:28px;height:28px;border-radius:50%;background:#d8d8d8;border:1px solid #ccc;box-sizing:border-box;}
#header .header_strip_right .strip_profile:hover .strip_avatar {border-color:#30b2e5;}
#header .util_wrap {position:relative;background-color: #fff;max-width:1200px;width: 100%;margin: 0 auto;height:88px;text-align: center;}

#header .logo {display: inline-block;vertical-align: middle;margin-top:19px;float: left;}
#header .logo img {margin:0px;max-width:250px;max-height:50px;}

.h_search { position:absolute;left:50%; transform:translateX(-50%);top:24px;width:300px;display: inline-block;vertical-align: middle;border:1px solid #ebebeb;box-sizing: border-box;height:40px;border-radius: 40px;overflow: hidden;padding: 0px 20px;background-color: #fafafa;margin:0px;}
.h_search input {width: 100%;height:38px;border: none !important;box-shadow: none;outline: none;padding: 0;background-color: #fafafa !important;}
.search_btn {background: url(/html/images/common/h_search.png) no-repeat center;background-size:20px auto;width: 23px;height: 100%;position: absolute;right:15px;}
/* 헤더 안 검색은 숨김 — 메인만 배너 아래 슬롯으로 이동 후 표시 */
#header .h_search {display:none !important;}

/* 메인 배너 아래 검색 (pill, 중앙 플레이스홀더) */
/* Figma 4355-1119 — 메인 과정 카테고리 태그 네비 */
#container.main .main_course_tag_nav {
	width:100%;background:#fff;padding:16px 140px;box-sizing:border-box;
	font-family:"NanumSquare",sans-serif;
}
#container.main .main_course_tag_nav__inner {
	display:flex;align-items:center;justify-content:center;gap:0;max-width:1200px;margin:0 auto;
}
#container.main .main_course_tag_nav__viewport {
	flex:0 1 720px;max-width:720px;overflow-x:auto;overflow-y:hidden;
	-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;
}
#container.main .main_course_tag_nav__viewport::-webkit-scrollbar {display:none;}
#container.main .main_course_tag_nav__track {
	display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:9px;
	min-width:min-content;padding:0 2px;box-sizing:border-box;
}
#container.main .main_course_tag_nav__btn {
	display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;
	padding:8px 20px;border-radius:999px;background:#f9fafb;
	font-family:"NanumSquare",sans-serif;font-size:16px;line-height:24px;font-weight:700;
	color:#364153;text-decoration:none;white-space:nowrap;letter-spacing:0 !important;
	transition:background-color 0.2s ease,color 0.2s ease;
}
#container.main .main_course_tag_nav__btn:hover,
#container.main .main_course_tag_nav__btn:focus {
	background:#eef0f3;color:#101828;text-decoration:none;
}
#container.main .main_course_tag_nav__btn.is-active {
	background:#eef0f3;color:#101828;
}
#container.main .main_course_tag_nav__arrow {
	flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;
	width:40px;height:40px;padding:8px;border:none;border-radius:999px;
	background:transparent;font-family:"NanumSquare",sans-serif;font-size:24px;line-height:24px;
	font-weight:400;color:#364153;cursor:pointer;letter-spacing:0 !important;
}
#container.main .main_course_tag_nav__arrow:hover {background:#f3f4f6;}
@media (max-width:1024px) {
	#container.main .main_course_tag_nav {padding:14px 24px;}
	#container.main .main_course_tag_nav__viewport {flex:1 1 auto;max-width:none;}
	#container.main .main_course_tag_nav__track {justify-content:flex-start;}
}
@media (max-width:640px) {
	#container.main .main_course_tag_nav {padding:12px 16px;}
	#container.main .main_course_tag_nav__btn {font-size:14px;line-height:22px;padding:7px 16px;}
	#container.main .main_course_tag_nav__arrow {width:36px;height:36px;font-size:20px;}
}

.main_search_band {width:100%;background:#fff;padding:28px 16px 32px;box-sizing:border-box;text-align:center;border-bottom:none;}
.main_search_band .main_search_inner {max-width:720px;margin:0 auto;}
.main_search_band .h_search {position:relative !important;left:auto !important;top:auto !important;transform:none !important;display:block;width:100%;max-width:720px;height:52px;margin:0 auto;padding:0 14px;border:1px solid #e0e0e0;border-radius:26px;background:#f8f9fa;box-sizing:border-box;overflow:hidden;}
.main_search_band .h_search form {position:relative;height:100%;margin:0;padding:0;}
.main_search_band .h_search input.search_txt {width:100%;height:50px;line-height:50px;border:none !important;box-shadow:none;outline:none;padding:0 48px;background:transparent !important;text-align:center;font-family:"NanumSquare",sans-serif;font-size:15px;font-weight:400;color:#333;box-sizing:border-box;}
.main_search_band .h_search input.search_txt::placeholder {color:#9e9e9e;font-weight:400;}
.main_search_band .h_search .search_btn {right:18px;top:0;height:100%;width:28px;background-size:22px auto;opacity:0.55;}
.main_search_band .h_search .search_btn:hover {opacity:0.9;}

#header > .inner {position:relative;width: 100%;background-color:#30b2e5;height:70px;margin: 0 auto;overflow:visible;text-align:center;line-height:0;}
#header .inner .menu_wrap {position:relative;float: none;width: 100%;max-width:1200px;background:#30b2e5;height:70px;margin:0 auto;text-align:center;display:block;border-radius:0px 0px 20px 20px;z-index:10;line-height:normal;font-size:16px;}
.menu_wrap #gnb {float:left;display:flex; justify-content:center; width:1130px;margin:0px auto;}
.menu_wrap #gnb li {width:100%;position: relative;display:inline-block;padding:0px;}
.menu_wrap #gnb li a {font-family:"NanumSquare",sans-serif;position: relative;display:inline-block;font-size:20px;color: #fff;line-height:70px;padding:0px 20px;box-sizing: border-box;font-weight: 400;letter-spacing: -1px;}
.menu_wrap #gnb li a:hover {color: #fff;}
.menu_wrap #gnb li.on a {color: #fff;}
.menu_wrap #gnb .gnb_sub {display: none;position:absolute;left:50%;top:70px;transform:translateX(-50%);z-index: 100 !important;background:none;width:180px;background:#30b2e5;border:1px #30b2e5 solid; border-top:none; padding:5px 10px; box-sizing: border-box;}
.menu_wrap #gnb .gnb_sub li {float: none !important;width:100%;padding:0px 0px !important; border-bottom:1px transparent solid;}
.menu_wrap #gnb .gnb_sub li:last-child {border-bottom:none;}
.menu_wrap #gnb .gnb_sub li a {display: block;width:100%;box-sizing:border-box;color: #fff;font-size:15px;text-align: center;line-height:20px;font-weight: normal;letter-spacing: -0.05em;padding:10px 0px; overflow:hidden;-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease;-o-transition: all 0.2s ease; transition: all 0.2s ease;}
.menu_wrap #gnb .gnb_sub li:hover a {color: #fff;background:none;text-decoration:underline; }

.hamburger {padding: 25px 14px;display: inline-block; height:70px;width:70px; margin-left:0; box-sizing: border-box;float: left;background-color: #30b2e5;position: relative;cursor: pointer;}
.hamburger span {background: #fff; display: block; height: 3px;-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease; transition: all 0.6s ease;margin: 0 auto;}
.hamburger span:nth-child(1) {width: 24px;}
.hamburger span:nth-child(2) {width: 24px;margin-top: 5px;}
.hamburger span:nth-child(3) {width: 24px;margin-top: 5px;}
.hamburger.is-active {padding: 25px 11px;}
.hamburger.is-active .line {width: 30px;}
.hamburger.is-active .line:nth-child(2){opacity: 0;}
.hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-o-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg);}
.hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-o-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg);}

.all_list {display: none;}
.all_list {position: absolute;top:70px;width: 100%;max-width:1200px;left:50%; transform:translateX(-50%);right:auto;z-index:1 !important;background:#fff;border: 1px solid #30b2e5;border-top:none;border-radius:0 0 20px 20px;vertical-align:top; box-sizing: border-box;overflow: hidden; margin: 0 auto;}
.all_list_inner {position:relative;width:1200px;margin:20px auto;height:auto;display:inline-block;text-align:left;}
.all_list .a_inner { position:relative;height:auto !important;display:flex;justify-content:space-around; width:auto;margin:0px;vertical-align:top !important;text-align:center;}
.all_list .a_inner > li {position:relative;width:100%;box-sizing: border-box;padding:30px 0px; }
.all_list .a_inner > li h2 {font-family:"NanumSquare",sans-serif; font-size:18px; color:#000; font-weight:400; line-height:33px; margin-bottom:10px;}
.all_list .a_inner > li ul {overflow: hidden; margin-top:0px;}
.all_list .a_inner > li ul li {line-height:30px;}
.all_list .a_inner > li ul li a {color: #666; font-size: 16px;line-height:35px;text-align:center;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;display: block;width: 100%; height: 100%;}
.all_list .a_inner > li ul li a:hover { color:#333;text-decoration:underline;}

/* 데스크푸터: layout/footer.html 내 #footer.footer-lectus 스타일 사용 (구 foot_menu / .copy 제거됨) */

.tac {text-align: center;}
.banner_box {position: relative;padding: 50px 90px;box-sizing: border-box;margin-top: 50px;margin-bottom: 55px;}
.sub0102 .banner_box {padding: 80px 90px;}
.sub0103 .banner_box {padding: 80px 90px;}
.banner_box .text_img {}
.banner_box .font2 {color: #222;font-weight: bold;font-size: 20px;margin-bottom: 10px;}
.banner_box .sample_link span {display: inline-block;text-align: center;width: 137px;height: 53px;box-sizing: border-box;border: 3px solid #231916;line-height: 50px;border-radius: 40px;overflow: hidden;margin-right: 5px;}
.banner_box .sample_link span a {font-size: 18px;font-weight: bold;color: #1c1c1c;}
.sub0102 .banner_box .sample_link span {border: 3px solid #fff;}
.sub0102 .banner_box .sample_link span a {color: #fff;}
.banner_box .sample_link span a img {margin-left: 10px;}
.banner_box .sample_link {margin-top: 30px;}
.content_img {text-align: center;margin-bottom: 100px;position: relative;}
/*.content_body {width: 1200px;margin:0 auto;padding-top: 50px;padding-bottom: 150px;box-sizing: border-box;}*/
.sub0301 .content_img .img_btn {position: absolute;right: 165px;bottom: 70px;}

.button.red {background-color: #21b499;border: 1px solid #21b499;}



#container{position:relative;width:100%;margin:0px auto 0px auto;padding:0px; }
#container.main{position:relative;width:100%;margin:0px auto 0px auto;padding:0px; }
#container .horizontal_wrap{position:relative;width: 1200px;margin: 0 auto  20px auto;}
#container.main .horizontal_wrap {text-align:center;}

/****** ?? ?��???******/	
/* main ?�??�? ?��???*/
.main_outer {position:relative;display:inline-block; width:100%;text-align:center;padding:120px 0px; }
.main_inner {position:relative;width:1200px;margin:0px auto 0px auto; padding:0px 0px; display:block;overflow:visible; text-align:left;z-index:0;}
.main_title {position:relative;display:inline-block;max-width:100%;font-family:"NanumSquare",sans-serif;line-height:100%;font-size:40px;font-weight:400;color:#000000;padding-bottom:30px;margin:0px auto 50px auto;text-align:center;background:none;letter-spacing:-0.07em !important;box-sizing:border-box;}
.main_title:before {content:'';position:absolute;left:0;bottom:0;width:100%;height:3px;background:#30b2e5;}
.main_title b {font-weight:700;}
.main_ment {font-family:"NanumSquare",sans-serif;line-height:30px;font-size:18px;font-weight:normal;color:#333333;text-align:center;margin:-10px 0px 35px 0px;}
.bgGray {background:#ffffff; }
.bgWhite {background:#fff;}
.bgBottom {background:#ffffff;}
.bgBottom:before{display:none;}
.nopd {padding:0px !important;}

/****** ?? ?��???******/	
/* main ?�????? */
.main_visual{position:relative;width:100%;height:500px;z-index:0 !important;margin:0;padding:0;}
.container {display:relative; width:100%; min-width:1300px; height:500px !important; overflow:hidden; min-height:700px; top:0px; padding:0px; text-align:center; }
#slides {display:none;top:0;left:0%; position:absolute; width:100%; margin:0%; height:500px !important; overflow: hidden !important; z-index:0; text-align:center; }
#slides a {position:relative;display:block;width:100%; height:500px; overflow:hidden; }
#slides a img {position:absolute;left:50%;top:0;transform:translate(-50%,0); z-index:0; border:0; width:auto; height:500px; vertical-align:top; display:block; }
#slides .slidesjs-navigation { position:absolute;  margin-top:0px; }

.slidesjs-pagination { display:none;position:absolute;width:100%;left:0%;bottom:30px; z-index:101;text-align:center;  }
.slidesjs-pagination li { width:12px !important;height:12px !important;display:inline-block;margin:0px 7px;border:none; }
.slidesjs-pagination li a {display:inline-block;width: 12px !important;height: 12px !important; text-indent:-9999px; padding:0px;background:#fff;border:none;border-radius:50%;overflow: hidden;opacity:0.5}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {background:#fff;opacity:1; }
.slidesjs-pagination li a:hover {background:#fff; opacity:1;}

a.slidesjs-next,
a.slidesjs-previous {display:absolute;top:50%;transform:translateY(-50%);width:100px !important;height:100px !important;overflow: hidden;background-size:28px auto !important;text-indent: -9999px;float: left;z-index:100;border-radius:50%;}
a.slidesjs-next { position:absolute;right:20px;background: url(/html/images/common/btn_slide_next.png) 50% 50% no-repeat;background-size:28px auto;}
a:hover.slidesjs-next {background: url(/html/images/common/btn_slide_next.png) 50% 50% no-repeat;opacity:1;background-color:rgba(255,255,255,0.4) !important; }
a.slidesjs-previous { position:absolute;left:20px;background: url(/html/images/common/btn_slide_prev.png) 50% 50% no-repeat;}
a:hover.slidesjs-previous { background: url(/html/images/common/btn_slide_prev.png) 50% 50% no-repeat;opacity:1;background-color:rgba(255,255,255,0.4) !important; }

/* main ?�?????
.main_visual{position:relative;height:700px;z-index:100;}
#slides{position:absolute;top:0;left:0;z-index:100}
.slides_container{width:100%;height:700px;overflow:hidden}
.slides_container img {position:absolute;left:50%; transform: translateX(-50%);width:auto;height:700px;}
.slides_container div{width:100%;height:700px;display:block;background-size: cover !important; image-rendering: -webkit-optimize-contrast; backface-visibility: hidden;}

.main_visual .pagination{position:absolute;width:auto;left:50%; transform:translateX(-50%);bottom:30px;z-index:10;margin:0px;text-align:center; }
.main_visual .pagination li{width:12px;height:12px;float:none;display:inline-block;padding:0px;margin:0px 4px;background:#fff;border-radius:50%;opacity:0.5;}
.main_visual .pagination li a{line-height:12px;text-indent:-9999999px; width:12px; height:12px;}
.main_visual .pagination li.current {background:#fff;opacity:1.0;}

.main_visual a.prev,
.main_visual a.next {display:absolute;top:50%;transform:translateY(-50%);width:50px !important;height:50px !important;overflow: hidden;background-size:80% auto !important;text-indent: -9999px;float: left;z-index:100;border-radius:50%; opacity:0.5;background-color:rgba(0,0,0,0.2) !important;}
.main_visual a.prev { position:absolute !important;left:50px;background: url('/html/images/common/arrow_left.png') 50% 50% no-repeat;}
.main_visual a.next { position:absolute !important;right:50px;background: url('/html/images/common/arrow_right.png') 50% 50% no-repeat;}
*/


/* main ?? ?? ?��???*/
.horizontal_wrap .horizontal_list {overflow:hidden;width:1240px;display:flex;flex-wrap:wrap;margin:0px 0px -50px 0px; }
.horizontal_wrap .horizontal_list li{border:none;background:#fff;text-align:center;padding:0px;height:370px;min-height:200px;width:calc(( 100% - 160px ) / 4 );border-radius:10px;margin:0px 40px 50px 0px !important;overflow:hidden;}
.horizontal_wrap .horizontal_list li.nodata{padding:0px 0;height:280px;line-height:280px;width:1200px;border:1px solid #e5e5e5;margin-left:0;}
.horizontal_list span{display:block;}
.horizontal_list span.img_box{position:relative;width:100%; height:auto; border:none;border-bottom:1px #dedede solid;box-sizing:border-box;border-radius:10px 10px 0px 0px;margin:0px;}
.horizontal_list span.img_box a{position:relative;display:block; height:0; padding-bottom:66.66%;border-radius:10px 10px 0px 0px; }
.horizontal_list span.img_box > a > img{position:absolute;left:0px;top:0px; width:100%; height:100%;border-radius:0px; }
.horizontal_list .list_cont {display:block;width:100%; padding:20px 30px;box-sizing:border-box;}
.horizontal_list span.list_subject{font-family:"NanumSquare",sans-serif;font-weight:400;font-size:20px;line-height:25px;height:50px;max-height:50px;color:#000;padding:0px;margin:0px;text-align:left; display: -webkit-box; white-space:normal; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:keep-all; }
.horizontal_list span.list_cate {padding:0px;max-height:40px;line-height:20px;font-size:15px;color:#30b2e5;margin-bottom:10px;text-align:left;}
.horizontal_list span.list_period{font-weight:bold;height:20px;line-height:20px;font-size:17px;margin-bottom:10px; padding:0px;text-align:center}
.horizontal_list span.list_blt {line-height:18px;font-size:13px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center}
.horizontal_list span.list_price {font-size:16px; color:#30b2e5;font-weight:400;text-align:center}
.horizontal_list .list_btn {display:inline-block;width:auto;font-family:"NanumSquare",sans-serif;font-weight:400;font-size:17px;line-height:50px;color:#000;padding:0px 33px 0px 20px;margin:0px auto;background:#30b2e5;}
.horizontal_list .button.course{}
.main_course_wrap {position:relative;width:100%;display:inline-block;overflow:hidden;background-color:#f3f3f3;margin-top:70px;}
/* 메인: 모집·인기·추천 — 섹션 상단 패딩 48px 통일 (인기·추천 배경 #fff 유지) */
#container.main > .main_search_band + script + .main_outer.main_course_wrap {padding-top:48px;}
#container.main > .main_outer.main_course_wrap + .main_outer.main_course_wrap {margin-top:0;padding-top:48px;background-color:#fff;}
#container.main > .main_outer.main_course_wrap:has(+ .main_outer.main_course_wrap) {padding-bottom:48px;}
/* Figma 4363-1081 — 과정 쇼케이스 (상·하 90px, 제목↔카드 20px) */
#container.main .main_outer.main_course_showcase {padding:0;text-align:left;}
.main_course_showcase {display:block;padding:0;background:#ffffff;}
#container.main .main_course_showcase > .main_inner {
	max-width:1200px;width:100%;margin:0 auto;padding:90px 20px 90px;
	box-sizing:border-box;text-align:left;
}
/* Figma 4363-1088 — 렉터스 원격평생교육원 소개 (쇼케이스와 동일: 섹션 0 + __inner 상·하 90px) */
#container.main .main_course_showcase > .main_remote_edu {
	display:block;width:100%;margin:0;padding:0;box-sizing:border-box;
	background-color:#f7f8f8;color:#101828;
}
#container.main .main_course_showcase > .main_remote_edu > .main_remote_edu__inner {
	max-width:1200px;width:100%;margin:0 auto;
	padding:90px 20px 100px;
	display:flex;flex-direction:column;align-items:flex-start;gap:30px;
	box-sizing:border-box;
}
.main_course_showcase .main_remote_edu__head {
	display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;
}
.main_course_showcase .main_remote_edu__title {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:30px;line-height:45px;font-weight:800;color:#101828;letter-spacing:-0.57px;
}
.main_course_showcase .main_remote_edu__lead {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:20px;line-height:30px;font-weight:400;color:#101828;letter-spacing:-0.38px;
}
.main_course_showcase .main_remote_edu__cards {
	display:grid;grid-template-columns:repeat(3,minmax(0,360px));
	justify-content:center;align-items:stretch;column-gap:60px;row-gap:60px;
	width:100%;margin:0;padding:0;list-style:none;
}
.main_course_showcase .main_remote_edu__card {
	width:100%;max-width:360px;margin:0;padding:0;min-width:0;
}
.main_course_showcase .main_remote_edu__card-body {
	display:flex;flex-direction:column;align-items:center;justify-content:center;
	min-height:405px;height:100%;padding:30px;box-sizing:border-box;
	background:#ffffff;border-radius:20px;text-align:center;overflow:hidden;
}
.main_course_showcase .main_remote_edu__card-title {
	margin:0 0 25px;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:25px;line-height:40px;font-weight:800;color:#101828;letter-spacing:-0.5px;
}
.main_course_showcase .main_remote_edu__card-visual {
	display:flex;align-items:center;justify-content:center;
	width:192px;min-height:119px;margin:0 0 33px;position:relative;overflow:visible;
}
.main_course_showcase .main_remote_edu__card-visual img {
	display:block;max-width:100%;height:auto;margin:0 auto;
}
.main_course_showcase .main_remote_edu__card-visual--people img {
	object-fit:contain;object-position:bottom;opacity:0.95;
}
.main_course_showcase .main_remote_edu__card-visual--support {
	width:auto;min-height:0;height:auto;background:transparent;
}
.main_course_showcase .main_remote_edu__card-visual--support img {
	display:block;object-fit:contain;
	box-shadow:none !important;filter:none !important;background:transparent !important;
	max-height:119px;max-width:192px;width:auto;height:auto;
	vertical-align:top;
}
.main_course_showcase .main_remote_edu__card-visual--online {
	width:auto;min-height:0;height:auto;background:transparent;
}
.main_course_showcase .main_remote_edu__card-visual--online img {
	display:block;object-fit:contain;object-position:bottom;
	box-shadow:none !important;filter:none !important;background:transparent !important;
	max-width:240px;max-height:119px;width:auto;height:auto;opacity:0.96;
}
.main_course_showcase .main_remote_edu__card-desc {
	margin:0;padding:0;max-width:300px;
	font-family:"NanumSquare",sans-serif;
	font-size:15px;line-height:25px;font-weight:400;color:#101828;letter-spacing:-0.3px;
}
@media (max-width:1280px) {
	.main_course_showcase .main_remote_edu__cards {column-gap:40px;row-gap:40px;}
}
@media (max-width:1024px) {
	#container.main .main_course_showcase > .main_remote_edu > .main_remote_edu__inner {
		padding:90px 20px 100px;
	}
	.main_course_showcase .main_remote_edu__title {font-size:26px;line-height:1.45;}
	.main_course_showcase .main_remote_edu__lead {font-size:17px;line-height:1.5;}
	.main_course_showcase .main_remote_edu__cards {
		display:flex;flex-direction:column;align-items:center;gap:24px;
	}
	.main_course_showcase .main_remote_edu__card {width:min(360px,100%);max-width:360px;}
}
/* Figma 4410-1947 — 국비코스 신청 절차 */
.main_course_showcase .main_remote_edu_steps {
	display:block;width:100%;margin:0;padding:90px 20px;box-sizing:border-box;
	background-color:#ffffff;color:#2b2b2b;
}
.main_course_showcase .main_remote_edu_steps__inner {
	max-width:1200px;margin:0 auto;padding:0;
	display:flex;flex-direction:column;align-items:flex-start;gap:40px;
	box-sizing:border-box;
}
.main_course_showcase .main_remote_edu_steps__head {
	display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%;
}
.main_course_showcase .main_remote_edu_steps__title {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:30px;line-height:1.5;font-weight:800;color:#2b2b2b;letter-spacing:-0.57px;
}
.main_course_showcase .main_remote_edu_steps__lead {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:20px;line-height:1.5;font-weight:400;color:#595f63;letter-spacing:-0.38px;
}
.main_course_showcase .main_remote_edu_steps__flow {
	display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;
	gap:43px;width:100%;max-width:1200px;margin:0;padding:0;list-style:none;
}
.main_course_showcase .main_remote_edu_steps__item {
	flex:0 0 auto;margin:0;padding:0;
}
.main_course_showcase .main_remote_edu_steps__card {
	position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;
	width:334px;max-width:100%;min-height:170px;height:170px;margin:0;padding:24px;box-sizing:border-box;
	background:#ffffff;border:1px solid #e8e8e8;border-radius:10px;text-align:left;
}
.main_course_showcase .main_remote_edu_steps__badge {
	display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;
	margin:0;padding:5px 12px;border-radius:100px;
	border:1.6px solid #30b2e5;background:transparent;
	font-family:"NanumSquare",sans-serif;
	font-size:12px;line-height:15px;font-weight:800;color:#30b2e5;letter-spacing:0;
}
.main_course_showcase .main_remote_edu_steps__card-title {
	align-self:flex-start;width:100%;max-width:calc(100% - 118px);margin:13px 0 0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:22px;line-height:28px;font-weight:700;color:#202325;letter-spacing:0;
	text-align:left;word-break:keep-all;
}
.main_course_showcase .main_remote_edu_steps__card-cta {
	position:relative;z-index:2;display:inline-flex;align-items:center;align-self:flex-start;
	margin:10px 0 0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:14px;line-height:1.4;font-weight:700;color:rgba(32,35,37,0.8);letter-spacing:-0.28px;
	text-decoration:none;white-space:nowrap;
}
.main_course_showcase .main_remote_edu_steps__card-cta:hover,
.main_course_showcase .main_remote_edu_steps__card-cta:focus-visible {
	color:#202325;text-decoration:underline;
}
.main_course_showcase .main_remote_edu_steps__card-icon {
	position:absolute;right:20px;top:calc(50% + 10px);transform:translateY(-50%);
	display:block;width:99px;height:63px;
	object-fit:contain;object-position:center;pointer-events:none;
}
.main_course_showcase .main_remote_edu_steps__arrow {
	flex:0 0 auto;display:flex;align-items:center;justify-content:center;
	width:13px;margin:0;padding:0;list-style:none;
}
.main_course_showcase .main_remote_edu_steps__arrow img {
	display:block;width:13px;height:23px;
}
@media (max-width:1200px) {
	.main_course_showcase .main_remote_edu_steps__flow {
		flex-wrap:wrap;justify-content:center;gap:43px;
	}
}
@media (max-width:1024px) {
	.main_course_showcase .main_remote_edu_steps {padding:56px 20px;}
	.main_course_showcase .main_remote_edu_steps__title {font-size:26px;}
	.main_course_showcase .main_remote_edu_steps__lead {font-size:17px;}
	.main_course_showcase .main_remote_edu_steps__flow {
		flex-direction:column;align-items:stretch;gap:12px;max-width:334px;
	}
	.main_course_showcase .main_remote_edu_steps__card {width:100%;height:auto;min-height:170px;}
	.main_course_showcase .main_remote_edu_steps__card-icon {top:calc(50% + 10px);bottom:auto;right:20px;transform:translateY(-50%);}
	.main_course_showcase .main_remote_edu_steps__arrow img {transform:rotate(90deg);}
}
/* Figma 4279-1644 — 1920×450 배너, 텍스트 584px·카드 525×295.317 비율 */
.main_course_showcase .main_remote_edu_naeil {
	--naeil-text-w:48.667%;
	--naeil-card-w:43.75%;
	--naeil-gap:7.583%;
	position:relative;display:block;width:100%;margin:0;padding:0;
	box-sizing:border-box;overflow:hidden;background-color:#1f2326;color:#ffffff;
	height:clamp(225px,calc(100vw * 450 / 1920),450px);
	min-height:clamp(225px,calc(100vw * 450 / 1920),450px);
}
.main_course_showcase .main_remote_edu_naeil__bg {
	position:absolute;inset:0;z-index:0;pointer-events:none;
	background-color:#1f2326;
	background-image:url(../images/remote-edu/naeil-section-bg.png);
	background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.main_course_showcase .main_remote_edu_naeil__grid,
.main_course_showcase .main_remote_edu_naeil__gradient {
	display:none;
}
.main_course_showcase .main_remote_edu_naeil__inner {
	position:relative;z-index:1;max-width:1200px;width:100%;height:100%;margin:0 auto;padding:0 20px;
	display:flex;align-items:center;justify-content:space-between;gap:var(--naeil-gap);box-sizing:border-box;
}
.main_course_showcase .main_remote_edu_naeil__content {
	flex:0 1 var(--naeil-text-w);width:var(--naeil-text-w);max-width:584px;min-width:0;
	display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:30px;
	text-align:left;
}
.main_course_showcase .main_remote_edu_naeil__title {
	margin:0;padding:0;text-align:left;
	font-family:"NanumSquare",sans-serif;
	font-size:32px;line-height:40px;font-weight:800;color:#ffffff;letter-spacing:-0.64px;
	word-break:keep-all;
}
.main_course_showcase .main_remote_edu_naeil__text {
	display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%;text-align:left;
	font-family:"NanumSquare",sans-serif;
	font-size:20px;line-height:35px;font-weight:400;color:#ffffff;letter-spacing:-0.38px;
	word-break:keep-all;
}
.main_course_showcase .main_remote_edu_naeil__text p {margin:0;padding:0;}
.main_course_showcase .main_remote_edu_naeil__btn {
	display:inline-flex;align-items:center;justify-content:center;gap:11px;
	margin:0;padding:11px 20px;box-sizing:border-box;
	border:1px solid #ffffff;border-radius:100px;background:transparent;color:#ffffff;
	font-family:"NanumSquare",sans-serif;
	font-size:16px;line-height:25px;font-weight:700;letter-spacing:0.32px;text-decoration:none;
	white-space:nowrap;transition:background-color 0.2s ease;
}
.main_course_showcase .main_remote_edu_naeil__btn:hover,
.main_course_showcase .main_remote_edu_naeil__btn:focus-visible {
	background-color:rgba(255,255,255,0.2);color:#ffffff;text-decoration:none;
}
.main_course_showcase .main_remote_edu_naeil__btn-icon {
	display:block;width:12px;height:12px;flex-shrink:0;transform:rotate(90deg);
}
.main_course_showcase .main_remote_edu_naeil__visual {
	flex:0 0 var(--naeil-card-w);width:var(--naeil-card-w);max-width:525px;min-width:0;
	aspect-ratio:525 / 295.317;position:relative;overflow:visible;align-self:center;
	background:transparent;
}
.main_course_showcase .main_remote_edu_naeil__cards {
	position:absolute;display:block;width:130.68%;max-width:none;height:auto;
	left:-15.37%;top:-42.67%;
	object-fit:cover;object-position:center;
}
@media (max-width:1200px) {
	.main_course_showcase .main_remote_edu_naeil__inner {
		flex-wrap:wrap;justify-content:flex-start;align-content:center;height:auto;
		min-height:clamp(225px,calc(100vw * 450 / 1920),450px);padding:32px 20px;gap:24px;
	}
	.main_course_showcase .main_remote_edu_naeil__content {
		flex:1 1 100%;width:100%;max-width:584px;
	}
	.main_course_showcase .main_remote_edu_naeil__visual {
		flex:0 0 auto;width:min(525px,87.5%);max-width:525px;margin-left:auto;margin-right:0;
	}
}
@media (max-width:1024px) {
	.main_course_showcase .main_remote_edu_naeil {
		height:auto;min-height:0;
	}
	.main_course_showcase .main_remote_edu_naeil__inner {
		min-height:0;padding:40px 20px;gap:28px;
	}
	.main_course_showcase .main_remote_edu_naeil__title {font-size:26px;line-height:1.35;}
	.main_course_showcase .main_remote_edu_naeil__text {font-size:17px;line-height:1.65;}
	.main_course_showcase .main_remote_edu_naeil__visual {width:min(100%,525px);}
}
/* Figma 4329-1078 / 배경 4329-1113 — 렉터스 소개·통계 */
.main_course_showcase .main_lectus_intro {
	position:relative;display:block;width:100%;margin:0;padding:0;
	box-sizing:border-box;overflow:hidden;color:#ffffff;
	min-height:clamp(280px,calc(100vw * 708 / 3000),708px);
}
.main_course_showcase .main_lectus_intro__bg {
	position:absolute;inset:0;z-index:0;pointer-events:none;background-color:#000000;
	background-image:url(../images/remote-edu/lectus-intro-bg.png);
	background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.main_course_showcase .main_lectus_intro__bg-photo {
	position:absolute;inset:0;display:block;width:100%;height:100%;
	object-fit:cover;object-position:center center;opacity:1;
}
.main_course_showcase .main_lectus_intro__overlay {
	display:none;
}
.main_course_showcase .main_lectus_intro__inner {
	position:relative;z-index:2;max-width:1200px;width:100%;margin:0 auto;padding:clamp(48px,8vw,119px) 20px clamp(40px,6vw,80px);
	box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;gap:clamp(24px,4vw,40px);
	text-align:left;
}
.main_course_showcase .main_lectus_intro__head {
	display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:100%;max-width:1200px;
}
.main_course_showcase .main_lectus_intro__quote {
	margin:0;padding:0;border:none;text-align:left;
	font-family:"NanumSquare",sans-serif;
	font-size:30px;line-height:50px;font-weight:800;color:#ffffff;letter-spacing:-0.57px;
	word-break:keep-all;
}
.main_course_showcase .main_lectus_intro__quote-mark {
	color:#30b2e5;font-weight:800;
}
.main_course_showcase .main_lectus_intro__quote-body {font-weight:400;}
.main_course_showcase .main_lectus_intro__accent {color:#30b2e5;font-weight:800;}
.main_course_showcase .main_lectus_intro__lead {
	width:100%;max-width:1200px;margin:0;padding:0;text-align:left;
	font-family:"NanumSquare",sans-serif;
	font-size:20px;line-height:40px;font-weight:400;color:#ffffff;letter-spacing:-0.4px;
	word-break:keep-all;
}
.main_course_showcase .main_lectus_intro__lead p {margin:0;padding:0;}
.main_course_showcase .main_lectus_intro__stats {
	display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;
	gap:0;width:100%;max-width:1200px;margin:0;padding:0;list-style:none;
}
.main_course_showcase .main_lectus_intro__stat {
	flex:0 1 250px;max-width:300px;margin:0;padding:15px 25px;box-sizing:border-box;
	display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;
}
.main_course_showcase .main_lectus_intro__stat-label {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:25px;line-height:50px;font-weight:800;color:#30b2e5;letter-spacing:-0.5px;
}
.main_course_showcase .main_lectus_intro__stat-value {
	display:flex;align-items:flex-end;justify-content:center;gap:0;margin:0;padding:0;
	text-shadow:0 4px 5px rgba(0,0,0,0.75);
}
.main_course_showcase .main_lectus_intro__stat-num {
	font-family:"Roboto","Helvetica Neue",Arial,sans-serif;font-size:60px;line-height:60px;font-weight:400;
	color:#ffffff;letter-spacing:-1.2px;
}
.main_course_showcase .main_lectus_intro__stat-unit {
	font-family:"NanumSquare",sans-serif;
	font-size:30px;line-height:45px;font-weight:800;color:#ffffff;letter-spacing:-0.6px;
}
@media (max-width:1024px) {
	.main_course_showcase .main_lectus_intro__quote {font-size:24px;line-height:1.45;}
	.main_course_showcase .main_lectus_intro__lead {font-size:17px;line-height:1.65;}
	.main_course_showcase .main_lectus_intro__stat {flex:1 1 45%;max-width:none;}
	.main_course_showcase .main_lectus_intro__stat-num {font-size:48px;line-height:1;}
	.main_course_showcase .main_lectus_intro__stat-unit {font-size:24px;line-height:1.2;}
	.main_course_showcase .main_lectus_intro__stat-label {font-size:20px;line-height:1.4;}
}
/* Figma 4398-1293 — 학습 혜택 */
#container.main .main_course_showcase > .main_learning_benefits {
	display:block;width:100%;margin:0;padding:0;box-sizing:border-box;
	background-color:#ffffff;color:#101828;
}
#container.main .main_course_showcase > .main_learning_benefits > .main_learning_benefits__inner {
	max-width:1200px;width:100%;margin:0 auto;
	padding:90px 20px 100px;
	display:flex;flex-direction:column;align-items:flex-start;gap:30px;
	box-sizing:border-box;
}
.main_course_showcase .main_learning_benefits__head {
	display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;
}
.main_course_showcase .main_learning_benefits__title {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:30px;line-height:1.5;font-weight:800;color:#101828;letter-spacing:-0.57px;
}
.main_course_showcase .main_learning_benefits__lead {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:20px;line-height:1.5;font-weight:700;color:#101828;letter-spacing:-0.38px;
}
.main_course_showcase .main_learning_benefits__rows {
	display:flex;flex-direction:column;align-items:flex-start;gap:90px;
	width:100%;margin:0;padding:0;list-style:none;
}
.main_course_showcase .main_learning_benefits__row {
	display:flex;flex-direction:row;align-items:center;justify-content:space-between;
	gap:143px;width:100%;margin:0;padding:0;
}
.main_course_showcase .main_learning_benefits__row--reverse {
	flex-direction:row-reverse;gap:126px;
}
.main_course_showcase .main_learning_benefits__copy {
	flex:0 1 469px;max-width:469px;min-width:0;
	display:flex;flex-direction:column;align-items:flex-start;gap:12px;
}
.main_course_showcase .main_learning_benefits__label {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:20px;line-height:1.5;font-weight:800;color:#30b2e5;letter-spacing:-0.38px;
}
.main_course_showcase .main_learning_benefits__heading {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:30px;line-height:1.5;font-weight:700;color:#101828;letter-spacing:-0.57px;
	word-break:keep-all;
}
.main_course_showcase .main_learning_benefits__visual {
	flex:0 1 590px;max-width:590px;width:100%;height:320px;
	border-radius:20px;overflow:hidden;background-color:#f7f8f8;
}
.main_course_showcase .main_learning_benefits__visual img {
	display:block;width:100%;height:100%;object-fit:cover;object-position:center;
}
@media (max-width:1280px) {
	.main_course_showcase .main_learning_benefits__row,
	.main_course_showcase .main_learning_benefits__row--reverse {gap:48px;}
	.main_course_showcase .main_learning_benefits__copy {flex:1 1 40%;max-width:none;}
	.main_course_showcase .main_learning_benefits__visual {flex:1 1 50%;max-width:none;height:auto;aspect-ratio:590 / 320;}
}
@media (max-width:1024px) {
	#container.main .main_course_showcase > .main_learning_benefits > .main_learning_benefits__inner {
		padding:56px 20px 64px;gap:24px;
	}
	.main_course_showcase .main_learning_benefits__title {font-size:26px;line-height:1.45;}
	.main_course_showcase .main_learning_benefits__lead {font-size:17px;line-height:1.5;}
	.main_course_showcase .main_learning_benefits__rows {gap:48px;}
	.main_course_showcase .main_learning_benefits__row,
	.main_course_showcase .main_learning_benefits__row--reverse {
		flex-direction:column;align-items:flex-start;gap:20px;
	}
	.main_course_showcase .main_learning_benefits__copy {flex:1 1 auto;width:100%;max-width:none;}
	.main_course_showcase .main_learning_benefits__label {font-size:17px;}
	.main_course_showcase .main_learning_benefits__heading {font-size:24px;line-height:1.45;}
	.main_course_showcase .main_learning_benefits__visual {
		flex:0 0 auto;width:100%;max-width:590px;height:auto;aspect-ratio:590 / 320;
	}
}
/* Figma 4350-1092 — 수강 후기 */
.main_course_showcase .main_lectus_reviews {
	display:block;width:100%;margin:0;padding:70px 20px;box-sizing:border-box;
	background-color:#f7f8f8;color:#202325;text-align:left;
}
.main_course_showcase .main_lectus_reviews__inner {
	max-width:1200px;width:100%;margin:0 auto;padding:0;
	box-sizing:border-box;
}
.main_course_showcase .main_lectus_reviews__head {
	display:flex;flex-direction:column;align-items:flex-start;gap:22px;
	margin:0 0 30px;padding:0;text-align:left;
}
.main_course_showcase .main_lectus_reviews__title {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:30px;line-height:33px;font-weight:800;color:#000000;letter-spacing:-0.02em;
}
.main_course_showcase .main_lectus_reviews__lead {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:20px;line-height:20px;font-weight:400;color:#595f63;letter-spacing:-0.02em;
}
.main_course_showcase .main_lectus_reviews__cards {
	display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;
	gap:40px;width:100%;margin:0;padding:0 0 4px;list-style:none;
	overflow-x:auto;-webkit-overflow-scrolling:touch;
	scrollbar-width:thin;
}
.main_course_showcase .main_lectus_reviews__item {
	flex:0 0 270px;width:270px;margin:0;padding:0;
}
.main_course_showcase .main_lectus_reviews__card {
	display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;
	width:100%;min-height:405px;margin:0;padding:40px 20px 20px;box-sizing:border-box;
	background:#ffffff;border-radius:10px;text-align:left;
}
.main_course_showcase .main_lectus_reviews__card-title {
	align-self:flex-start;width:100%;margin:0;padding:0;
	min-height:56px;
	font-family:"NanumSquare",sans-serif;
	font-size:20px;line-height:28px;font-weight:800;color:#202325;letter-spacing:-0.8px;
	text-align:left;word-break:keep-all;
}
.main_course_showcase .main_lectus_reviews__card-body {
	flex:1 1 auto;align-self:flex-start;width:100%;margin:29px 0 16px;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:14px;line-height:20px;font-weight:400;color:#595f63;letter-spacing:-0.42px;
	text-align:left;word-break:keep-all;
}
.main_course_showcase .main_lectus_reviews__card-meta {
	align-self:stretch;width:100%;margin-top:auto;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:12px;line-height:15px;font-weight:400;color:#adb3b8;text-align:right;
}
.main_course_showcase .main_lectus_reviews__card-meta span {display:block;}
@media (max-width:1280px) {
	.main_course_showcase .main_lectus_reviews__cards {
		flex-wrap:wrap;overflow-x:visible;justify-content:flex-start;gap:24px;
	}
	.main_course_showcase .main_lectus_reviews__item {
		flex:0 1 calc((100% - 24px) / 2);width:auto;max-width:270px;
	}
}
@media (max-width:1024px) {
	.main_course_showcase .main_lectus_reviews {padding:56px 20px;}
	.main_course_showcase .main_lectus_reviews__title {font-size:26px;line-height:1.3;}
	.main_course_showcase .main_lectus_reviews__lead {font-size:17px;line-height:1.5;}
	.main_course_showcase .main_lectus_reviews__item {flex:1 1 100%;max-width:100%;}
	.main_course_showcase .main_lectus_reviews__card {min-height:0;}
}
/* Figma 4384-1290 — FAQ 아코디언 */
/* FAQ 임시 비표시 — 복구 시 아래 1줄 삭제 */
#container.main .main_course_showcase > .main_faq {display:none !important;}
.main_course_showcase .main_faq {
	display:block;width:100%;margin:0;padding:60px 20px;box-sizing:border-box;
	background-color:#ffffff;color:#202325;text-align:left;
}
.main_course_showcase .main_faq__inner {
	max-width:1200px;width:100%;margin:0 auto;padding:0;box-sizing:border-box;
}
.main_course_showcase .main_faq__title {
	margin:0 0 36px;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:30px;line-height:33px;font-weight:800;color:#040505;letter-spacing:-0.02em;
}
.main_course_showcase .main_faq__list {
	width:100%;margin:0;padding:0;box-sizing:border-box;
}
.main_course_showcase .main_faq__item {
	margin:0;padding:0;border:none;
}
.main_course_showcase .main_faq__question {
	display:flex;align-items:center;justify-content:space-between;gap:16px;
	margin:0;padding:18px 0;cursor:pointer;list-style:none;
	font-family:"NanumSquare",sans-serif;
}
.main_course_showcase .main_faq__question::-webkit-details-marker {display:none;}
.main_course_showcase .main_faq__question::marker {content:"";}
.main_course_showcase .main_faq__q-text {
	flex:1 1 auto;min-width:0;
	font-size:16px;line-height:25px;font-weight:700;color:#202325;letter-spacing:0.32px;
	word-break:keep-all;
}
.main_course_showcase .main_faq__q-prefix {margin-right:0.35em;}
.main_course_showcase .main_faq__icon {
	flex:0 0 24px;width:24px;height:24px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23adb3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center / 24px 24px no-repeat;
	transition:transform 0.2s ease;
}
.main_course_showcase .main_faq__item[open] > .main_faq__question .main_faq__icon {
	transform:rotate(180deg);
}
.main_course_showcase .main_faq__answer {
	padding:0 0 24px 0;box-sizing:border-box;
	font-family:"NanumSquare",sans-serif;
	font-size:16px;line-height:24px;font-weight:400;color:#000000;
}
.main_course_showcase .main_faq__a-line {
	margin:0 0 0;padding:0 0 0 1.75em;position:relative;
	word-break:keep-all;
}
.main_course_showcase .main_faq__a-line:first-child {margin-top:0;}
.main_course_showcase .main_faq__a-line + .main_faq__a-line {margin-top:0;padding-top:0;}
.main_course_showcase .main_faq__a-prefix {
	position:absolute;left:0;top:0;
}
.main_course_showcase .main_faq__a-link-wrap {
	margin:12px 0 0;padding:0 0 0 1.75em;
}
.main_course_showcase .main_faq__link {
	font-family:"NanumSquare",sans-serif;
	font-size:16px;line-height:24px;font-weight:700;color:#30b2e5;
	text-decoration:underline;text-underline-offset:2px;
}
.main_course_showcase .main_faq__link:hover {color:#52bce8;}
@media (min-width:1025px) {
	.main_course_showcase .main_faq {padding:120px 20px;}
}
@media (max-width:1024px) {
	.main_course_showcase .main_faq {padding:60px 4%;}
	.main_course_showcase .main_faq__title {font-size:26px;line-height:1.3;margin-bottom:28px;}
	.main_course_showcase .main_faq__q-text {font-size:15px;line-height:1.45;}
	.main_course_showcase .main_faq__answer,
	.main_course_showcase .main_faq__link {font-size:15px;line-height:1.5;}
}
/* Figma 4167-19700: 뷰포트 가로 풀폭 + 콘텐츠·배경 설계폭 max 1920px (LECTUS-Website-UI) */
.main_course_showcase .main_band_1920 {
	display:block;width:100%;max-width:none;margin:10em 0 0;padding:0;
	box-sizing:border-box;position:relative;clear:both;background:#ffffff;
}
/* 디자인 기준 1920은 피그마 아트보드일 뿐, 양끝 여백 없이 채우려면 상한 두지 않음(뷰포트 폭 = 100%) */
.main_course_showcase .main_band_1920__surface {
	width:100%;max-width:none;margin:0;padding:0;
	box-sizing:border-box;position:relative;
}
.main_course_showcase .main_band_1920 .main_showcase_creator {
	margin:32px 0 0;
}
/* Figma 4169-19800 / 배경 노드 4169-19801 — 통계 섹션 (타일 이미지 PNG + 그라데이션 오버레이) */
.main_course_showcase .main_stats_showcase {
	position:relative;width:100%;margin:0;padding:0;box-sizing:border-box;overflow:hidden;
	background-color:#0a0a0c;
	background-image:url(../images/stats/stats-section-bg.png);
	background-repeat:no-repeat;background-size:cover;background-position:center center;
	color:#ffffff;text-align:center;
}
.main_course_showcase .main_stats_showcase__overlay {
	position:absolute;inset:0;z-index:0;pointer-events:none;
	background:linear-gradient(180deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.99) 100%);
}
.main_course_showcase .main_stats_showcase__inner {
	position:relative;z-index:1;max-width:1140px;margin:0 auto;
	padding:calc(clamp(48px,8vw,88px) + 5em) 20px calc(clamp(40px,6vw,72px) + 5em);
	box-sizing:border-box;
}
.main_course_showcase .main_stats_showcase__quote {
	margin:0 0 clamp(20px,3vw,32px);padding:0;border:none;font-family:"NanumSquare",sans-serif;
	font-size:clamp(22px,3.2vw,32px);line-height:1.5;font-weight:400;color:#ffffff;
}
.main_course_showcase .main_stats_showcase__quote p {margin:0;}
.main_course_showcase .main_stats_showcase__sub {
	margin:0 0 clamp(28px,4vw,40px);font-family:"NanumSquare",sans-serif;
	font-size:19.2px;line-height:28.8px;font-weight:400;color:#ffffff;
}
.main_course_showcase .main_stats_showcase__sub p {margin:0 0 4px;}
.main_course_showcase .main_stats_showcase__sub p:last-child {margin-bottom:0;}
.main_course_showcase .main_stats_showcase__rows {
	display:flex;flex-direction:column;align-items:stretch;gap:clamp(16px,2.5vw,24px);margin:0 0 clamp(12px,2vw,20px);
}
.main_course_showcase .main_stats_showcase__row {
	display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start;
	gap:clamp(12px,2vw,24px);width:100%;
}
.main_course_showcase .main_stats_showcase__stat {
	flex:1 1 280px;max-width:360px;margin:0 auto;box-sizing:border-box;padding:10px 8px 0;text-align:center;
}
.main_course_showcase .main_stats_showcase__stat-value {
	font-family:"NanumSquare",sans-serif;font-size:48px;line-height:72px;font-weight:400;color:#ffffff;
	white-space:nowrap;
}
.main_course_showcase .main_stats_showcase__num {margin-right:0.06em;}
.main_course_showcase .main_stats_showcase__unit {font-size:48px;line-height:72px;}
.main_course_showcase .main_stats_showcase__stat-label {
	margin:8px 0 0;padding:0;font-family:"NanumSquare",sans-serif;font-size:19.2px;line-height:48px;font-weight:700;color:#30b2e5;
}
.main_course_showcase .main_stats_showcase__note {
	margin:0;padding:0;font-family:"NanumSquare",sans-serif;font-size:12px;line-height:18px;color:#9f9f9f;
}
/* Figma 4184-10767 — 렉크리에이션 섹션 (데스크톱) */
.main_course_showcase .main_recreation_showcase {
	display:block;position:relative;width:100%;margin:0;padding:0;
	background-color:#e8f7ff;
	background-image:url(../images/creator/bg-primary.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	color:#111;text-align:center;overflow:hidden;
}
.main_course_showcase .main_recreation_showcase::after {
	content:'';
	position:absolute;inset:0;z-index:0;pointer-events:none;
	background:none;
}
.main_course_showcase .main_recreation_showcase__inner {
	position:relative;z-index:1;max-width:1140px;margin:-5em auto 5em;
	padding:calc(clamp(48px,8vw,88px) + 5em) 20px calc(clamp(40px,6vw,72px) + 5em);box-sizing:border-box;
	display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(16px,2.2vw,24px);
	width:100%;
}
.main_course_showcase .main_recreation_showcase__title {
	margin:0 0 14px;padding:0;font-family:"NanumSquare",sans-serif;
	font-size:42px;line-height:1.25;font-weight:800;color:#1d1d1f;letter-spacing:-0.03em;
}
.main_course_showcase .main_recreation_showcase__lead {
	margin:0;padding:0;font-family:"NanumSquare",sans-serif;
	font-size:20px;line-height:1.5;font-weight:400;color:#3a3a3a;
}
.main_course_showcase .main_recreation_showcase__visual {
	position:relative;width:min(780px,100%);margin:18px auto 20px;
}
.main_course_showcase .main_recreation_showcase__mockup {
	display:block;width:100%;height:auto;margin:0 auto;
	filter:drop-shadow(0 12px 26px rgba(14,16,22,0.24));
}
.main_course_showcase .main_recreation_showcase__link {
	display:inline-flex;align-items:center;justify-content:center;min-width:170px;height:56px;
	align-self:center;
	padding:0 32px;border-radius:999px;box-sizing:border-box;text-decoration:none;
	font-family:"NanumSquare",sans-serif;
	font-size:20px;line-height:1;font-weight:700;letter-spacing:-0.02em;
	color:#ffffff;background:#67c5ec;border:1px solid #67c5ec;
}
.main_course_showcase .main_recreation_showcase__link:hover {background:#52bce8;border-color:#52bce8;}
/* Figma 4156:1463 — 라운지: 노드 전체 단일 PNG(배경+오버레이+타이포 합성), 가로 100% 비율 유지 */
.main_course_showcase .main_lounge_intro {
	position:relative;width:100%;margin:0;padding:0;box-sizing:border-box;
	overflow:hidden;background-color:#0f1117;color:#fff;
	/* 예전 분리형 CSS(배경 lounge-intro.png + 타이포)가 캐시·병합으로 남으면 이중으로 겹침 → 명시적으로 제거 */
	background-image:none !important;
	background-repeat:no-repeat;
	background-size:auto;
	background-position:0 0;
	min-height:0 !important;
	height:auto !important;
}
.main_course_showcase .main_lounge_intro__frame {
	position:relative;z-index:0;width:100%;max-width:1912px;margin:0 auto;line-height:0;
	background:none;
}
.main_course_showcase .main_lounge_intro__hero {
	display:block;position:relative;z-index:1;width:100%;height:auto;margin:0;vertical-align:top;
}
/* Figma 4196:798 — 라운지 상세(로고+카피+원형 3장+CTA) */
.main_course_showcase .main_lounge_about {
	background:#000000;color:#fff;
	padding:clamp(48px,7vw,110px) 20px clamp(56px,8vw,120px);
	box-sizing:border-box;
}
.main_course_showcase .main_lounge_about__inner {
	max-width:1140px;margin:0 auto;padding:0;
	display:flex;flex-direction:column;align-items:center;
	gap:clamp(36px,5vw,56px);
}
.main_course_showcase .main_lounge_about__head {
	display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;
	gap:clamp(24px,4vw,48px);width:100%;
}
.main_course_showcase .main_lounge_about__brand {
	flex:0 0 auto;width:min(100%,280px);max-width:441px;
}
.main_course_showcase .main_lounge_about__brand img {
	display:block;width:100%;height:auto;margin:0;
}
.main_course_showcase .main_lounge_about__copy {
	flex:1 1 280px;min-width:0;max-width:640px;
	text-align:left;
}
.main_course_showcase .main_lounge_about__lead {
	margin:0 0 16px;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:clamp(17px,1.35vw,22.4px);line-height:1.45;font-weight:400;color:#fff;
}
.main_course_showcase .main_lounge_about__lead strong {font-weight:800;}
.main_course_showcase .main_lounge_about__accent {
	font-weight:800;color:#30b5e2;
}
.main_course_showcase .main_lounge_about__body {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:clamp(17px,1.35vw,22.4px);line-height:1.55;font-weight:400;color:#fff;
}
.main_course_showcase .main_lounge_about__cards {
	display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
	gap:clamp(20px,8vw,48px);width:100%;margin:0;padding:0;list-style:none;
	box-sizing:border-box;
}
.main_course_showcase .main_lounge_about__card {
	flex:0 0 auto;width:min(348px,42vw);max-width:348px;aspect-ratio:1;border-radius:50%;
	overflow:hidden;margin:0;padding:0;
	box-shadow:0 8px 28px rgba(0,0,0,0.45);
}
.main_course_showcase .main_lounge_about__card img {
	display:block;width:100%;height:100%;object-fit:cover;margin:0;
}
.main_course_showcase .main_lounge_about__cta {
	display:inline-flex;align-items:center;justify-content:center;
	min-width:200px;height:72px;padding:0 40px;border-radius:999px;box-sizing:border-box;
	text-decoration:none;white-space:nowrap;
	font-family:"NanumSquare",sans-serif;
	font-size:clamp(18px,1.5vw,24px);line-height:1;font-weight:800;letter-spacing:0.02em;
	color:#fff;background:rgba(160,160,160,0.74);border:none;
	transition:background 0.2s ease, transform 0.2s ease;
}
.main_course_showcase .main_lounge_about__cta:hover {
	background:rgba(180,180,180,0.88);
}
.main_course_showcase .main_lounge_about__cta:active {transform:scale(0.98);}
@media (max-width:1024px) {
	.main_course_showcase .main_recreation_showcase__title {font-size:34px;}
	.main_course_showcase .main_recreation_showcase__lead {font-size:17px;}
}
.main_showcase_head {margin-bottom:28px;}
/* 쇼케이스 제목 — Figma 4363-1082 */
.main_course_showcase .main_showcase_head {margin:0 0 20px;padding:0;}
.main_course_showcase .main_showcase_head .showcase_title,
.main_showcase_head .showcase_title {
	margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;
	font-size:30px !important;line-height:42px !important;font-weight:800 !important;
	color:#2b2b2b !important;letter-spacing:-0.6px !important;
}
#container.main .main_course_showcase .main_showcase_head .showcase_title .showcase_title__accent,
#container.main .main_showcase_head .showcase_title .showcase_title__accent {color:#30b2e5 !important;font-weight:800 !important;}
.main_course_showcase .main_showcase_head .showcase_title a,
.main_showcase_head .showcase_title a {
	color:#101828 !important;text-decoration:none;text-decoration-color:#30b2e5;text-underline-offset:3px;
}
.main_course_showcase .main_showcase_head .showcase_title a:hover,
.main_showcase_head .showcase_title a:hover {color:#111 !important;}
@media (max-width:1024px) {
	#container.main .main_course_showcase > .main_inner {padding:56px 20px 56px;}
	.main_course_showcase .main_showcase_head {margin-bottom:16px;}
	.main_course_showcase .main_showcase_head .showcase_title,
	.main_showcase_head .showcase_title {font-size:26px !important;line-height:1.45 !important;}
	.main_course_showcase .showcase_list .horizontal_list {gap:24px;}
}
.main_showcase_head .showcase_tabs {display:inline-flex;align-items:center;list-style:none;padding:6px;background:#ebebed;border:1px solid #d7d7d9;border-radius:999px;gap:6px;margin-bottom:18px;}
.main_showcase_head .showcase_tabs li a {display:inline-block;padding:0 18px;height:34px;line-height:34px;border-radius:20px;font-size:18px;color:#6f6f73;background:transparent;font-family:"NanumSquare",sans-serif;}
.main_showcase_head .showcase_tabs li.active a {background:#4b4d57;color:#fff;font-weight:400;font-family:"NanumSquare",sans-serif;}
/* 메인: Figma LECTUS-Website-UI 노드 4156-1385 — 크리에이터 섹션 */
/* 배경은 PNG 한 겹만(cover). 이전: 그라데이션+두 PNG 각각 cover+::after 겹침으로 스케일/톤 불일치 발생 */
.main_course_showcase .main_showcase_creator {
	position:relative;width:100%;max-width:none;left:auto;transform:none;
	margin:32px 0 0;padding:0;box-sizing:border-box;
	overflow:hidden;text-align:center;
	background:linear-gradient(180deg,rgba(48,178,229,0.12) 0%,rgba(48,178,229,0.06) 100%);
	border:none;border-radius:0;box-shadow:none;
}
.main_course_showcase .main_showcase_creator__bg {
	position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0;
}
/* PNG 한 겹 위에 브랜드 블루만 얹음(두 번째 PNG 없음 → 스케일 충돌 없음) */
.main_course_showcase .main_showcase_creator__bg::after {
	content:'';
	position:absolute;inset:0;z-index:1;pointer-events:none;
	background:linear-gradient(180deg,rgba(48,178,229,0.2) 0%,rgba(48,178,229,0.09) 50%,rgba(232,248,255,0.25) 100%);
}
.main_course_showcase .main_showcase_creator__bg-layer {
	position:absolute;inset:0;pointer-events:none;background-repeat:no-repeat;
}
.main_course_showcase .main_showcase_creator__bg-layer--grid {
	z-index:0;
	background-image:url(../images/creator/bg-primary.png);
	background-size:cover;
	background-position:center center;
}
.main_course_showcase .main_showcase_creator__inner {
	position:relative;z-index:2;max-width:1140px;margin:0 auto;padding:clamp(40px,6vw,110px) 20px clamp(36px,5vw,80px);
	box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:clamp(16px,2.2vw,24px);
}
.main_course_showcase .main_showcase_creator__head {width:100%;max-width:1120px;display:flex;flex-direction:column;align-items:center;}
.main_course_showcase .main_showcase_creator__intro {
	width:100%;max-width:1120px;display:flex;flex-direction:column;align-items:center;text-align:center;
}
.main_course_showcase .main_showcase_creator__eyebrow {
	margin:0;font-family:"NanumSquare",sans-serif;
	font-size:19.2px;line-height:28.8px;font-weight:800;color:#000000;
}
.main_course_showcase .main_showcase_creator__eyebrow-en {display:block;color:#30b2e5;}
.main_course_showcase .main_showcase_creator__tagline-ko {
	margin:0;font-family:"NanumSquare",sans-serif;
	font-size:19.2px;line-height:28.8px;font-weight:400;color:#000000;
}
.main_course_showcase .main_showcase_creator__title {
	margin:0;padding:0;font-family:"NanumSquare",sans-serif;
	font-size:38.4px;line-height:57.6px;font-weight:700;color:#000000;letter-spacing:-0.03em !important;max-width:1120px;
	text-align:center;
}
.main_course_showcase .main_showcase_creator__figure {
	margin:0;padding:0;width:100%;max-width:768px;
}
.main_course_showcase .main_showcase_creator__figure-frame {
	position:relative;overflow:hidden;background:transparent;border-radius:0;box-shadow:none;
}
.main_course_showcase .main_showcase_creator__figure-frame::after {display:none;}
.main_course_showcase .main_showcase_creator__figure img {
	display:block;width:100%;max-width:768px;height:auto;margin:0 auto;vertical-align:top;object-fit:cover;
}
.main_course_showcase .main_showcase_creator__footer {
	display:block;width:100%;max-width:1120px;margin:0 auto;padding:0;border:0;background:transparent;
	font-family:"NanumSquare",sans-serif;
	font-size:19.2px;line-height:28.8px;font-weight:400;color:#000000;text-align:center;
}
.main_course_showcase .main_showcase_creator__footer p {margin:0 0 2px 0;}
.main_course_showcase .main_showcase_creator__footer p:last-child {margin-bottom:0;}
@media (max-width:900px) {
	.main_course_showcase .main_showcase_creator__title {font-size:clamp(24px,5vw,38.4px);line-height:1.45;}
	.main_course_showcase .main_showcase_creator__eyebrow,
	.main_course_showcase .main_showcase_creator__tagline-ko,
	.main_course_showcase .main_showcase_creator__footer {font-size:clamp(15px,3.6vw,19.2px);line-height:1.5;}
}
.main_showcase_head .showcase_banner {background:#d9d9dc;border-radius:10px;padding:18px 26px;}
.main_showcase_head .showcase_banner small {display:block;font-family:"NanumSquare",sans-serif;font-size:14px;color:#30b2e5;font-weight:400;line-height:1.3;margin-bottom:6px;}
.main_showcase_head .showcase_banner strong {display:block;font-family:"NanumSquare",sans-serif;font-size:38px;line-height:1.18;color:#333;font-weight:700;letter-spacing:-0.05em !important;}
.main_course_showcase .showcase_list {width:100%;max-width:1200px;margin:0;padding:0;}
.main_course_showcase .showcase_list .horizontal_list {width:100%;margin:0;display:flex;flex-wrap:wrap;gap:40px;align-items:flex-start;overflow:visible;}
/* Figma 4355-1139 — 메인 과정 카드 */
.main_course_showcase .showcase_list .horizontal_list li {
	position:relative;display:flex;flex-direction:column;width:270px;height:auto !important;min-height:auto;max-height:none;margin:0 !important;
	background:#ffffff;border:1px solid rgba(0,0,0,0.2);border-radius:11px;overflow:hidden;box-shadow:none;text-align:left;
}
.main_course_showcase .showcase_list .horizontal_list span.img_box {
	position:relative;display:block;flex-shrink:0;border:none;border-radius:0;overflow:hidden;line-height:0;font-size:0;
}
.main_course_showcase .showcase_list .horizontal_list span.img_box a {
	position:relative;display:block;width:100%;height:auto;aspect-ratio:1 / 1;padding:0;margin:0;line-height:0;font-size:0;overflow:hidden;
}
.main_course_showcase .showcase_list .horizontal_list span.img_box a:before {
	content:'';position:absolute;left:0;top:0;z-index:1;width:100%;height:50%;
	background:linear-gradient(180deg,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);pointer-events:none;
}
.main_course_showcase .showcase_list .horizontal_list span.img_box a:after {display:none;}
.main_course_showcase .showcase_list .horizontal_list span.img_box > a > img {
	position:absolute;left:0;top:0;z-index:0;width:100%;height:100%;object-fit:cover;image-rendering:auto;display:block;margin:0;padding:0;border:0;
}
.main_course_showcase .showcase_list .horizontal_list span.img_box a .thumb_label {display:none !important;}
.main_course_showcase .showcase_list .horizontal_list .showcase_thumb_badge {
	position:absolute;left:12px;top:14px;z-index:2;display:inline-flex;align-items:center;justify-content:center;
	margin:0;padding:3px 9px;border:1px solid #30b2e5;border-radius:200px;background:#30b2e5;
	font-family:"NanumSquare",sans-serif;font-size:12px;line-height:15px;font-weight:800;color:#ffffff;white-space:nowrap;
}
.main_course_showcase .showcase_list .horizontal_list .showcase_thumb_badge[hidden] {display:none !important;}
.main_course_showcase .showcase_list .horizontal_list .list_cont {
	position:relative;left:auto;right:auto;bottom:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;
	flex:1 1 auto;flex-shrink:0;min-height:135px;padding:12px;background:#ffffff;border-top:1px solid #ececec;box-sizing:border-box;width:100%;overflow:visible;gap:3px;
}
.main_course_showcase .showcase_list .horizontal_list > li > a.list_cont {
	height:auto !important;max-height:none !important;min-height:135px !important;overflow:visible !important;flex-shrink:0 !important;
}
.main_course_showcase .showcase_list .horizontal_list span.list_subject {
	display:-webkit-box;font-family:"NanumSquare",sans-serif;font-size:14px;line-height:20px;height:auto !important;max-height:40px !important;
	min-height:0;color:#101828;margin:0;font-weight:700;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:keep-all;
}
.main_course_showcase .showcase_list .horizontal_list span.list_tutor {
	display:block;width:100%;margin:0;padding:0;
	font-family:"NanumSquare",sans-serif;font-size:10px;line-height:15px;font-weight:400;color:#4a5565;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.main_course_showcase .showcase_list .horizontal_list span.list_tutor:empty {display:none;}
.main_course_showcase .showcase_list .horizontal_list span.list_cate {
	display:none;margin:0;padding:0;
}
.main_course_showcase .showcase_list .horizontal_list span.list_cate.type-badge {
	display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;
	margin-top:auto;margin-bottom:0;padding:3px 9px;height:auto;min-height:21px;
	border:1px solid #30b2e5;border-radius:200px;background:rgba(255,255,255,0.8);box-sizing:border-box;
	font-family:"NanumSquare",sans-serif;font-size:12px;line-height:15px;font-weight:400;color:#30b2e5;letter-spacing:0;
}
.main_course_showcase .showcase_list .horizontal_list span.list_cate.type-recomm,
.main_course_showcase .showcase_list .horizontal_list span.list_cate.type-best {
	background:rgba(255,255,255,0.8);color:#30b2e5;border:1px solid #30b2e5;
}
.main_course_showcase .showcase_list .horizontal_list span.list_cate.type-hot {
	background:rgba(255,255,255,0.8);color:#666666;border:1px solid #666666;
}
.main_course_showcase .showcase_list .horizontal_list span.list_period {display:none !important;}
.main_course_showcase .showcase_list .horizontal_list span.list_blt,
.main_course_showcase .showcase_list .horizontal_list span.list_price {display:none;}
.main_course_showcase .showcase_list .horizontal_list .button.course {display:none;}

.main_course {position:relative;width:100%;display:inline-block;}
.main_course .banner {position:relative;width:calc(100% + 50px); margin:0px -25px; display:inline-block;}
.main_course .banner li {float:left; width:calc((100% - 150px) / 3); margin:0px 25px;display:inline-block;border-radius:20px;overflow:hidden;}
.main_course .banner li img {width:100%;height:auto;}
.main_course:before {content:'';position:absolute;left:0%;width:100%;height:100%;margin-left:-100% !important;background:rgba(255,255,255,0.8);z-index:10;}
.main_course:after {content:'';position:absolute;left:50%;width:100%;height:100%;margin-left:50% !important;background:rgba(255,255,255,0.8);z-index:10;}

.arrow_left, 
.arrow_right {display:inline-block;position:absolute;top:50%; transform:translateY(-50%);width:50px !important;height:50px !important;background-size:40px auto !important; box-sizing:border-box;z-index:15;box-shadow: 0px 5px 0px rgb(0 0 0 / 10%);}
.arrow_left  {left:50%;margin-left:-700px;;background:#30b2e5 url('/html/images/common/arrow_left.png') 50% 50% no-repeat;border-radius:30px 0px 0px 30px;}
.arrow_right {right:50%;margin-right:-701px;background:#30b2e5 url('/html/images/common/arrow_right.png') 50% 50% no-repeat;border-radius:0px 30px 30px 0px;}
.arrow_left:hover, .arrow_right:hover {background-color:#ff9330;} 
.slick-arrow {display: block;}
.slick-disabled {display: none !important;}

/* ?? ??�?-  ?�? ?�? */
.square_wrap {display:flex;justify-content:space-between;  margin:0px auto 0px auto; padding:0px 0px; box-sizing:border-box; width:1200px;overflow: hidden;}
.square_wrap .mainb_board {position:relative;width:770px;height:300px;margin:0px;padding:30px 50px;background:#ffffff;border:1px #ddd solid;box-sizing:border-box;z-index:10;}
.square_wrap .mainb_board .mboard_title {position:relative;display:inline-block;width:100%; height:auto;padding:0px; border:none;border-bottom:3px #30b2e5 solid;}
.square_wrap .mainb_board .mboard_title span { float:left;display:inline-block; width:auto;min-width:10%;margin:0px 40px 0px 0px; height:40px; border:none;}
.square_wrap .mainb_board .mboard_title span a {font-family:"NanumSquare",sans-serif;font-size:20px; display:block; width:auto !important;padding:0px 0px 15px 0px; height:40px; line-height:100%;font-weight:400; text-align:center; background:none; color:#666;box-sizing:border-box;  } 
.square_wrap .mainb_board .mboard_title span a.active { background:none;color:#30b2e5; font-weight:400; }
.square_wrap .mainb_board .mboard_title span a:hover {color:#000;}
.square_wrap .mainb_board .mboard_cont {width:100%;padding:0px;margin-top:20px;}
.square_wrap .mainb_board .mboard_more {display:none;position:absolute;top:0px;right:0px;margin:0px;}
.square_wrap .mainb_board .mboard_more a {display:inline-block;width:25px;border:none;font-size:15px;color:#000; height:25px;padding:0px;opacity:1;background:url('/html/images/common/mcourse_more.png') 50% 50% no-repeat;text-indent:-9999999px;}
.square_wrap .mainb_board .mboard_more a:hover {opacity:1;border:none;color:#000;}

.square_wrap .mainb_cs {width:390px;height:300px; background:none;margin:0px;padding:30px 50px;background:#ffffff;border:1px #ddd solid;box-sizing:border-box; z-index:10;text-align:left;}
.square_wrap .mainb_cs h3.top_title {display:inline-block;width:auto;font-family:"NanumSquare",sans-serif;font-size:20px;color:#30b2e5;font-weight:400;padding:0px 0px 15px 0px; line-height:100%; border-bottom:3px #30b2e5 solid;}
.square_wrap .mainb_cs p {font-size:14px;color:#666666;font-weight:400;margin:20px 0px 20px 0px; line-height:100%; text-align:left;}
.square_wrap .mainb_cs .mcs_text {padding:0px;background:none;}
.square_wrap .mainb_cs .mcs_text .mcs_tel{font-family:"NanumSquare",sans-serif;color:#30b2e5;font-size:30px;font-weight:700;line-height:70px;height:70px;padding:0px 0px 0px 80px; margin:0px 0px 15px 0px; letter-spacing:-0.07em;background:url('/html/images/common/mcs_tel.png') 0% 50% no-repeat;}
.square_wrap .mainb_cs .mcs_text span{display:block;font-size:15px;color:#666;line-height:25px;letter-spacing:-0.07em;box-sizing:border-box;padding-left:10px;background:url('/html/images/common/dot.png') 0% 50% no-repeat;}

/* ?? ??�?-  ?? ??�??? ?��???*/
.list_top li{padding:0px;background:none;}
.list_top li a{display:block; font-size:17px;line-height:35px;color:#666666; border:none; text-align:left;padding-left:10px;background:url('/html/images/common/dot.png') 0% 50% no-repeat;box-sizing:border-box; overflow:hidden;white-space:nowrap; text-overflow:ellipsis }
.faq_top li{padding:0px;background:none;}
.faq_top li a{display:block; font-size:17px;line-height:35px;color:#666666 border:none; text-align:left;padding-left:10px;background:url('/html/images/common/dot.png') 0% 50% no-repeat;box-sizing:border-box; overflow:hidden;white-space:nowrap; text-overflow:ellipsis }
.faq_top li .blue{ display:inline-block; width:auto; margin-right:8px;background:none;font-size:17px;border-radius:0px;color:#30b2e5 ;margin-top:0px;}
.faq_top li .blue:before{content:'['}
.faq_top li .blue:after{content:']'}
.faq_top li .green{background:none;color:#30b2e5 ;margin-top:0px;}

/* layout */
.main_wrap{position:static;width:100%;margin:0 auto;overflow:hidden; text-align:center}
.sub_top + .main_wrap{padding-top:50px;}
.main_wrap .main_content{overflow:hidden;}
.main_wrap .main_content > div{float: left}
.main_wrap .left_area{float:none; width:100%; max-width:1200px;margin:0px auto;}
.main_wrap .content_area {float:none;width:1200px;text-align:left;margin:60px auto;padding:0px;min-height:500px;}
.main_wrap .content_body {width:1200px;padding:0px;}

.content_title {font-family:"NanumSquare",sans-serif;font-weight:700;color:#000;font-size:30px;height:auto;line-height:100%; background:none; text-align:center; margin-bottom:50px; position: relative; }
.content_title::after {display:none;}

/*lnb */
.left_area{ display:inline-block;text-align:center; }
.left_area .lnb_title{display:none;}
.left_area .lnb_list{width:100%;display: flex;justify-content: center;margin: 0px auto;border: 1px #ddd solid;background:#fff;border-radius:10px;padding:10px;}
.left_area .lnb_list li{ float:left; width:100%;max-width:250px;min-width:150px; border:none;margin-left:-1px;}
.left_area .lnb_list li.lnb_sub{display:none !important;}
.left_area .lnb_list li.half{width:50%;float:left;}
.left_area .lnb_list li a{font-family:"NanumSquare",sans-serif;display:block;font-size:18px;color:#666;text-align:center;background:none;border:none;font-weight:400; margin:0px;height:60px;line-height:60px; padding:0px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.left_area .lnb_list li.on a{position:relative;color:#30b2e5; background:none;font-weight:700;margin:0px;height:60px; line-height:60px;}
.left_area .lnb_list li a:hover{color:#30b2e5; }
/*
.left_area .lnb_list li.on a:before {content:'';position:absolute;bottom:0px;left:0px;display:inline-block;width:100%;height:2px;background:#30b2e5;}
.left_area .lnb_list li.on a:hover{color:#000; background:none;}
*/

.path{display:none;}

.sub_top {display:none;position:relative; width:100%; min-width:1300px; height:70px; padding:0px; margin:0px 0px 50px 0px; background:#30b2e5; overflow:hidden; text-align:center;z-index:1; }
.sub_top img { display:none;}
.sub_top h2 {font-family:"NanumSquare",sans-serif;width:1200px;font-weight:700;font-size:50px;color:#fff;line-height:65px;text-align:left;letter-spacing:-0.05em;margin:115px auto 0px auto;}
.sub_top h2 span {color:#fff;}
.sub_top1,
.sub_top2,
.sub_top3,
.sub_top4,
.sub_top5,
.sub_top6,
.sub_top7,
.sub_top8 {background:#30b2e5 url(/html/images/common/subtop_pattern.png) 50% 0px repeat;}

/* ?????�?,??�?*/
a.back_icon{width:35px;height:35px;display:inline-block;text-indent:-100000px; background: url('/html/images/common/icon_list2.png') no-repeat -1px -1px;margin:0px 9px 10px 0px;}
a.btn_list{background-position:-1px -1px}
a.btn_list.on{background-position:-1px -37px}
a.btn_gallery{background-position:-37px -1px}
a.btn_gallery.on{background-position:-37px -37px}
a.btn_webzine{background-position:-73px -1px}
a.btn_webzine.on{background-position:-73px -37px}
a.btn_calendar{background-position:-109px -1px}
a.btn_calendar.on{background-position:-109px -37px}

/* ???????*/
.btn_sort { float:right; margin-right:0px;margin-left:5px; text-align:right; }
.btn_sort a { margin:0px 0px 0px 0px; }
.s_category { display:inline-block; width:100%; margin-bottom:15px; text-align:right; }
.s_category select.category { float:right; width:auto;min-width:150px; height:35px; border:1px #cccccc solid; }
.search_form .btn_search { height:35px; background:#30b2e5;}
.tb_top_course { border-top:2px #333333 solid; padding-top:20px;}
.tb_top_board { border-top:none; padding-bottom:20px;}
.tb_top_board2 { border-top:2px #333333 solid; padding:20px 0px;}
.tb_box {border-top:1px solid #666666;}
.tb_top {padding-bottom:5px;}

.search_form .button.small {color:#fff;background:#333; border:1px #333 solid; border-radius:5px;}

.search_form_wrap1 {margin:0 auto 15px auto;padding:0 0 15px 0; text-align:right; }	  /* ?? ?�????�?�????*/
.search_form_wrap1 .search_form { }
.search_form_wrap1 .search_form span { float:left; margin:0 0px 0 5px !important; padding:0 !important; }
.search_form_wrap1 .search_form form{overflow:hidden}
.search_form_wrap1 .search_form select{ padding:0 0 0 5px; margin:0;  width:auto; min-width:120px; height:35px; border:1px #cccccc solid; font-size:14px;}
.search_form_wrap1 select.search_select { width:auto; min-width:200px; height:35px; line-height:35px; border:1px #cccccc solid; font-size:14px; padding-left:7px;}
.search_form_wrap1 .search_form input[type=text] {border:1px solid #d1d1d1;margin:0 !important; padding:0 6px;width:180px;height:35px; line-height:35px;}
.search_form_wrap1 .search_form .search_input { border:1px #cccccc solid; margin-top:0; }
.search_form_wrap1 .search_form .button.small { font-family:"NanumSquare",sans-serif;height:35px;line-height:33px;padding:0px 20px;margin:0px;width:auto;min-width:25px;color:#333; border:1px #333 solid; border-radius:5px; background:#fff;font-size:16px;box-sizing:border-box;}
.search_form_wrap1 .search_form .button.small:hover {background:#333;color:#fff;}

.search_form_wrap2 {width:100%;display:inline-block;margin:0 auto;padding:30px 0; text-align:center; }  /* ?????�? ???*/
.search_form_wrap2 .search_form { width:auto;display:inline-block;padding:0px; margin:0px auto; } 
.search_form_wrap2 .search_form span { margin:0px !important;}
.search_form_wrap2 .search_form input[type=text], 
.search_form_wrap2 .search_form input[type=submit] {margin-left:5px;}
.search_form_wrap2 .search_form .button {border-radius:5px;}

.search_form_wrap3 { margin:0 0px 20px 0px; width:100%;display:inline-block; padding:20px 0px; text-align:center !important; background:#fff;border:none; box-sizing:border-box;  }  /* FAQ ???*/
.search_form_wrap3 .search_form {width:auto;display:inline-block;padding:0px  !important; margin:0px auto !important; box-sizing:border-box; }  /* FAQ ???*/
.search_form_wrap3 .search_keyword { width:300px !important; height:34px !important; line-height:34px !important; margin:0 !important; }
.search_form_wrap3 .search_form .button.gray {border:1px #333 solid;background:#333;}
.search_form_wrap3 .search_form input[type=submit] {margin:0px;}
.search_form_wrap3 .search_form .button {border-radius:5px;}

.search_form_wrap4 { display:block; float:right;margin-top:10px; padding:0; text-align:right;z-index:100000; }	 /* ???�?? ???*/
.search_form_wrap4 .search_form .button {border-radius:5px;}

span.ori_price{font-family:"NanumSquare",sans-serif;font-weight:400;color:#333333;text-decoration:line-through;text-align:center;padding-right:5px}
.type_chart span.ori_price{padding-right:0}
span.price{font-family:"NanumSquare",sans-serif;color:#30b2e5;text-align:center;text-decoration:none;font-weight:400;}
span.per_price {font-family:"NanumSquare",sans-serif;font-weight:400;color:#30b2e5;}

/****** button style ******/
/* button style */
.button::-moz-focus-inner {border:0; padding:0;margin:0}
button.button::-moz-focus-inner {margin:0}
.button{width: auto;display: inline-block;cursor: pointer;line-height:100%;border: none;border-radius:30px;
	padding:8px 25px;font-size:15px;text-align:center;background-image:none;
	text-shadow:none;
}
.button.mini{padding:0 4px; height:24px; line-height:24px; font-size:13px; vertical-align:0;}
.button.small{padding:0 10px; height:30px; line-height:27px; font-size:13px}
.button.medium{padding:0 20px; height:34px; line-height:34px; font-size:15px}
.button.large{padding:0 35px; height:38px; line-height:38px; font-size:18px;font-weight:bold}
.button.large_square{padding:10px 10px;font-size:14px;font-weight:bold;}
.button.large_p0{padding:0;font-size:14px;font-weight:bold;}
.button.course{padding:0px;width:100px;height:32px; line-height:32px; font-size:15px; border-radius:30px; }

.button.black{background-color: #222;color: #fff;border:1px solid transparent;background-image:none;}
.button.black:hover{background-color: #000}
.button.white{background-color: #fff;color: #777;border:1px solid #adadad;text-shadow:none;background-image:none;}
.button.white:hover{background-color: #eee;border:1px solid #bbb}
.button.recomm_title{float:left; border:0 none; padding:10px 0 10px 32px; border-radius:0px; background:url('/common/images_skin2/common/icon_good.png') 10px 48% no-repeat;}
.button.recomm_cnt{float:left;background:none;padding:10px 10px 10px 6px; color:#30b2e5;}
.button.pview_title{padding:10px 10px 10px 37px; border-radius:0px; background:url('/common/images_skin2/common/icon_pview.png') 10px 48% no-repeat; }
.button.large_p0:hover .button.recomm_title{color: #30b2e5}
.button.blue{background-color: #30b2e5;color: #fff;border:1px solid #30b2e5}
.button.blue:hover{background-color: #30b2e5;color: #fff;border:1px solid #30b2e5}
.button.green{background-color: #30b2e5;color: #fff;border:1px solid #30b2e5}
.button.sky{background-color: #30b2e5;color: #fff;border:1px solid #30b2e5}
.button.orange{background-color: #30b2e5;color: #fff;border:1px solid #30b2e5}
.button.orange:hover{background-color: #30b2e5;color: #fff;border:1px solid #30b2e5}
.button.red{background-color: #30b2e5;color: #fff;border:1px solid #30b2e5}
.button.gray{background-color: #a3a3a3;color: #fff;border:1px solid #939393}
.button.long{padding-left:0;padding-right:0;width:78px}
.button.full{padding-left:0;padding-right:0;width:100%}
.button.login{padding:25px 40px;font-size:15px;font-weight:700;*padding:18px 0;*width:75px}

.button.btn_buy	{ width:300px;border-radius:30px; padding:0; text-align:center; height:45px; line-height:45px; font-size:17px; color:#ffffff; font-weight:400; background:#30b2e5; border:none;}
.button.btn_buy:hover {background:#30b2e5;}
/* 과정 상세(.course_info) — 신청마감: btn_buy가 black보다 뒤에 있어 파란색으로 덮이므로 별도 지정 */
.course_info .info_btn .button.btn_buy.black {
	background: #8e99a4 !important;
	border: none !important;
	color: #fff !important;
	cursor: default;
}
.course_info .info_btn .button.btn_buy.black:hover {
	background: #7a8490 !important;
}
.button.btn_cart { width:300px;border-radius:30px;padding:0; margin-right:10px; text-align:center; height:45px; line-height:45px; font-size:17px;color:#000; font-weight:400; background:#ffffff; border:1px solid #adadad;}
.button.btn_cart:hover {background:#ffffff; border:1px #929292 solid;}

.button.btn_refund	{ width:100%; padding:0; text-align:center; height:40px; line-height:40px; font-size:18px; color:#ffffff; font-weight:bold; background:#000; border:none;}
.button.btn_refund:hover {background:#30b2e5;}
.button.btn_sample { width:100%;padding:0; text-align:center; height:40px; line-height:40px; font-size:18px;color:#ffffff; font-weight:bold; background:#a6a6a6; border:none;}
.button.btn_sample:hover {background:#929292;}

.col_course_thumbnail {width:330px;}
.col_course_name {padding-top:20px !important;vertical-align:top;}
.col_course_price {width:250px; }
.col_course_button {width:250px; text-align:right !important;}

/* ???? ?? ????*/
.course_gallery {border:0px solid #d1d1d1;width:1240px;display:inline-block;padding:0px 0px;margin:0px -40px 0 0px;}
.course_gallery li { float:left;position:relative; width:calc(( 100% - 160px ) / 4 ); height:auto !important;max-height: 700px !important; margin:20px 40px 50px 0; border:1px #dedede solid;border-radius:10px; overflow:hidden !important; }
.course_gallery .cimg {position:relative;width:100%;height:0;padding-bottom:100%;border:none;border-bottom:1px #dedede solid;box-sizing:border-box;border-radius:10px 10px 0px 0px;}
.course_gallery .cimg img {position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;border-radius:0;}
.course_gallery .ccont { position:relative;padding:19px;width:100%;height:110px;text-align:center;border:none;box-sizing:border-box;border-radius:0px 0px 10px 10px;}  
.course_gallery .ccont .clabel {display:none; }
.course_gallery .ccont .label { margin-left:0; }
.course_gallery .ccont .ctitle {font-family:"NanumSquare",sans-serif; display:block; font-size:20px;line-height:30px;height:30px;max-height:30px; color:#000; font-weight:400; margin:0 0 10px 0;padding:0px; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.course_gallery .ccont .csubtitle {font-size:15px; line-height:20px;max-height:20px; height:20px; font-weight:400;color:#30b2e5;padding:0px;  margin:0px 0px 10px 0px;overflow:hidden;text-overflow:clip; white-space:normal; }
.course_gallery .ccont .cinfo {display:none; float:none; font-size:16px; font-weight:400;color:#666; margin:0px 0px 10px 0px;text-align:center; }
.course_gallery .ccont .cprice {display:none; position:relative;width:80%;text-align:center; font-size:17px; margin:0px 10%;font-weight:400; padding:5px 0px 0px 0px; border:none; }
.course_gallery .cbtn { position:relative;width:100%;text-align:center;background:none; height:60px;margin:0px;padding:10px; box-sizing:border-box;display:flex;justify-content: center;align-items: center;}
.course_gallery .cbtn .button.course{font-family:"NanumSquare",sans-serif;padding:0px 17px;margin:0px 4px;width:50%;height:30px; line-height:28px; }
.course_gallery .nodata { height:200px;width:100%;margin:10px 25px 0 0px;text-align:center;font-size:18px;line-height:200px;padding:0px;box-sizing: border-box;border:none;border-top:1px #dedede solid;border-bottom:1px #dedede solid; }

/* ?�????? ????*/
.course_webzine {border-top:0px solid #676767;width:100%;display:inline-block;margin:-10px 0px 10px 0px;}
.course_webzine li {border:1px solid #dedede;height:201px;margin:30px 0px 0px 0px;border-radius:10px;box-sizing:border-box;overflow:hidden;}

.course_webzine .col_course_thumbnail {float:left;width:201px;height:201px;padding:0;margin:0;border-radius:0;overflow:hidden;}
.course_webzine .col_course_thumbnail .course_img,
.course_webzine .col_course_thumbnail .course_img a {display:block;width:100%;height:100%;}
.course_webzine .col_course_thumbnail img {width:100%;height:100%;object-fit:cover;display:block;border-radius:0;border-right:1px solid #e8e8e8;}

.course_webzine .col_course_name {float:left;width:600px;height:208px;padding:20px 0px 20px 40px !important; margin:0px;box-sizing:border-box;}
.course_webzine .col_course_name .ctitle {font-family:"NanumSquare",sans-serif;font-size:20px; line-height:25px;color:#000;font-weight:400; margin:0px 0px 10px 0px;padding:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.course_webzine .col_course_name .csubtitle { display:block; font-size:15px; line-height:20px;color:#30b2e5;font-weight:normal;height:20px; max-height:20px; overflow:hidden; margin:0px 0px 10px 0px; }
.course_webzine .col_course_name .cstar {display:block; border:none; height:20px; padding:0px; margin: 0px 0px 10px 0px; }
.course_webzine .col_course_name .cstar img {vertical-align:-3px}
.course_webzine .col_course_name .clabel { display:block;margin-top:10px}
.course_webzine .col_course_name .clabel .small {font-size:13px;padding:0 12px;font-weight:normal;vertical-align:1px;display:inline-block;height:25px;line-height:25px;letter-spacing:-1px;}
.course_webzine .col_course_name .clabel .hide {display:none}
.course_webzine .col_course_name .cinfo { display:block;font-size:15px;font-weight:400;color:#666;margin:0px;}
.course_webzine .col_course_name .cinfo label { color:#111111;}
.course_webzine .col_course_name .ctutor label { color:#111111;}
.course_webzine .col_course_name label {font-weight:bold; color:gray}

.course_webzine .col_course_button {float:right;width:250px;height:208px;background:#f9f9f9 !important;padding:30px 30px; border:none; background:none;  text-align:center !important; box-sizing:border-box;}
.course_webzine .col_course_button span.ori_price {padding-right:0px;font-size:16px;}
.course_webzine .col_course_button table { margin:0px; width:100%; }
.course_webzine .col_course_button th {text-align:left;width:100px; height:30px; font-size:15px; font-weight:normal;color:#111111; line-height:20px;  }
.course_webzine .col_course_button td {padding-top:0px; height:30px; font-size:18px; font-weight:bold; line-height:20px;text-align:right;}
.course_webzine .col_course_button td.cc_btn {height:46px;padding-top:10px; }
.course_webzine .col_course_button .button.course {width:100%;height:36px;line-height:34px;margin-top:5px;box-sizing:border-box;}
.course_webzine .nodata { height:200px;width:100%;margin:10px 0 0 0px;text-align:center;font-size:18px;line-height:200px;width:100%;padding:0px;box-sizing: border-box;border:none;border-top:1px #dedede solid;border-bottom:1px #dedede solid;}
.course_webzine span.pment { display:inline-block;padding:0px;line-height:17px;}


/* ?? ?�??? */
.content_title_course {font-family:"NanumSquare",sans-serif;font-weight:400;color:#000000;font-size:30px;height:auto;line-height:40px;padding-bottom:15px;text-align:left; border-bottom:1px #ddd solid;margin-bottom:10px;}
.course_info {display:inline-block;width:100%;border-top:0 solid #333333;padding:0 0 0 0;overflow:hidden;margin-bottom:40px;}
.course_info .info_img{ width:500px;float:left;margin-right:100px;text-align:center;border-radius:0px;}
.course_info .info_img img{display:block;width:500px;height:500px;object-fit:contain;background:#fff;border:1px solid #d1d1d1;margin-bottom:10px;border-radius:10px;}
.course_info .info_text{float:left;width:590px}
.course_info .info_text .info_title{font-size:15px;color:#3c3c3c;border-bottom:2px solid #e2450e;font-weight:700}
.course_info .info_text p{font-size:12px;color:#3c3c3c}
.course_info .info_text div.buy_book{float:left;width:250px}
.course_info .info_text div.buy_book p.book_name{text-align:left}
.course_info .info_text div.buy_book p.book_price{text-align:right}
.course_info .info_text div.buy_book p.book_price input{vertical-align:-3px;margin-left:10px}

.course_info .lesson_period li {margin:2px}
.course_info .lesson_period input[type=radio] {vertical-align:middle}
.course_info .return_list li {float:left;margin-right:15px;font-size:14px}

.course_info .info_btn{float:left;display:flex;flex-wrap:wrap;align-items:center;gap:10px;overflow:hidden;padding-top:20px;width:auto;}
.course_info .info_btn li{float:none;margin:0;}
.course_info .info_btn li.notice{width:100%;text-align:center;font-weight:bold;}

.course_foot {margin-top:50px}
.course_foot .tutor_list {padding-bottom:-10px}
.course_foot .tutor_info dl {background-color:#f1f1f1;padding:10px 20px;margin-bottom:10px;}
.course_foot .tutor_info dt {float:left;padding:5px 0;width:70px;font-weight:bold;}
.course_foot .tutor_info dd {float:clear;padding:5px 0 5px 70px}


.type_table{border-top: 1px solid #676767}
.type_table thead th{padding:8px 0;font-weight:700;color:#3c3c3c;border-bottom:1px solid #676767}
.type_table tbody th{padding:8px 0 8px 8px;background-color:#f8f8f8;font-weight:700;text-align:left;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td{padding:8px 0 8px 8px ;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td div.mh50{min-height:50px}
.type_table tbody th.tac{text-align:center;padding-left:0}
.type_table tbody td.tac{text-align:center;padding-left:0}
.type_table.type_inner{border-top:0px dashed #d1d1d1; font-size:15px;margin-bottom:50px;}
.type_table.type_inner thead th{text-align:center;padding:4px 0; } 
.type_table.type_inner tbody th{text-align:left;padding:10px 7px;background-color:#ffffff;border-bottom:0px dashed #d1d1d1}
.type_table.type_inner tbody td{text-align:left;padding:10px 0;border-bottom:0px dashed #d1d1d1}
.type_table.type_inner tbody td.tal{text-align:left;padding-left:20px}

.search_no {border:1px solid #d9d9d9; border-width:1px 0; padding:30px 0; height:200px;}
.search_no .search_no_image {height:100%;float:left; vertical-align:middle;}
.search_no .search_no_image img {margin-top:6px;}
.search_no .search_no_text {height:100%;float:left;}
.search_no .search_no_text h4 {font-weight:bold; margin-bottom:14px;}
.search_no .search_no_text h4 em {color:#e9861a;}

/* ?�?�?*/
.table {width:100%;border-top: 1px solid #676767;}
.table thead th {border-bottom: 1px solid #676767;padding:10px 0;color:#3c3c3c; text-align:center;font-size:15px;}
.table tbody td {border-bottom: 1px solid #ddd;padding:8px;font-size:15px;}
.table.type-view tbody th{padding:12px;background-color:#f8f8f8;font-weight:700;color:#3c3c3c;border-bottom:1px solid #d1d1d1; text-align:center;}
.table.type-view tbody td{padding:12px 0 12px 20px ;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.table.type-list thead th{padding:12px 0; background-color:#f8f8f8;border-bottom:1px solid #d1d1d1}
.table.type-list tbody td{padding:12px 0;border-bottom:1px solid #d1d1d1}
.table.type-list tbody td{padding:8px 0;border-bottom:1px solid #d1d1d1}
.table.striped tbody tr:nth-child(odd) td, .type_list tbody tr:nth-child(odd) th{background-color: #f9f9f9;}
.table strong{display:inline-block;max-height:52px;line-height:26px;overflow:hidden; margin-top:15px;}
.table strong a{font-family:"NanumSquare",sans-serif;color:#303030;font-size:22px;font-weight:400; padding-left:0;padding-right:10px;}

.type_list {border-top: 1px solid #000000}
.type_list thead th{border-bottom: 1px solid #676767;padding:15px 0;color:#222222;white-space:nowrap;font-size:16px;font-weight:400;}
.type_list tbody td{border-bottom: 1px solid #ddd;padding:15px 0;font-size:15px;}
.type_list tbody td.tac{text-align:center}
.type_list tbody td.tal{text-align:left;padding-left:10px}
.type_list tbody td.tal span{vertical-align:top;margin-left:2px}
.type_list tbody td.tal span img{vertical-align:top;margin-top:2px}
.type_list tbody td.tal .subject{max-width:80%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;float:left;line-height:19px;margin-right:4px}
.type_list tbody td.tal .subject img{vertical-align:top}
.type_list tbody td.tal .subject a {color:#777; line-height:24px;}
.type_list tbody td.tal .subject a b {color:#333333; font-size:15px; font-weight:bold; padding-top:7px;}
.type_list tfoot td{padding:20px 0;background-color:#f9f9f9;border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;text-align:center}

/* ?�?�????? ?��???*/
.type_list tbody tr:nth-child(odd) td, .type_list tbody tr:nth-child(odd) th{background-color: #ffffff;}
.tb_list tbody tr:nth-child(odd) td, .tb_list tbody tr:nth-child(odd) th{background-color: #ffffff;}

.tb_insert tbody th{padding:10px 0 10px 10px;border-bottom:1px solid #d1d1d1;background-color:#f8f8f8;font-weight:400;font-size:16px;text-align:left}
.tb_insert tbody td{padding:10px 0 10px 10px;border-bottom:1px solid #d1d1d1;font-size:15px;text-align:left}

.type_list thead th{text-align:center;}
.type_table thead th{text-align:center;}

/* ?�? */
.label{font-size:12px;padding:0 4px;font-weight:normal;vertical-align:1px;display:inline-block;height:20px;line-height:20px;letter-spacing:-1px;}
.label.red{background-color:#d9534f;color:#fff}
.label.blue{background-color:#30b2e5;color:#fff}
.label.mint{background-color:#30b2e5;color:#fff}
.label.orange{background-color:#e75e0e;color:#fff}
.label.gray{background-color:#999;color:#fff}
.label.green{background-color:#5cb85c;color:#fff}
.label.sky{background-color:#30b2e5;color:#fff}
.label.brown{background-color:#7b462f;color:#fff}
.label.purple{background-color:#30b2e5;color:#fff}
.label.small{font-size:11px}
.label.large{font-size:13px}
.label.refund{font-size:13px;padding:0 12px;font-weight:normal;vertical-align:1px;display:inline-block;height:30px;line-height:30px;letter-spacing:-1px;}

/* ?????????*/
.tab_tt_board { display:none; }
select.board_category { height:34px !important; line-height:29px !important; font-size:15px !important; margin-bottom:10px; border:1px #cccccc solid !important;  margin-top:1px; }

/* ??�?????*/
.type_gallery .list_gallery {overflow:hidden;border-bottom:1px solid #d3d3d3;margin-left:0px; margin-right:-9px; padding:20px 0px 0px 0px;}
.type_gallery .list_gallery li {width:190px;float:left;margin:0px 9px 20px 0px;height:200px;text-align:left;border:1px solid #dedede; padding:0px;}
.type_gallery .list_gallery li .gallery_div {width:190px;height:120px;border:none; border-bottom:1px solid #dedede;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;background-size:cover !important;text-indent:-9999px;}
.type_gallery .list_gallery li .gallery_img img {width:190px;height:120px;}
.type_gallery .list_gallery li .gallery_title {margin-top:10px; font-size:15px;line-height:30px;color:#222222;font-weight:bold;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_gallery .list_gallery li a { margin-left:13px; }
.type_gallery .list_gallery li a.gallery_reg { display:visible; float:right; margin-right:10px;}

.type_gallery .list_gallery li.nodata {width:100%;line-height:200px;text-align:center;}
.type_gallery .list_gallery li .gallery_div_ie {height:150px;overflow:hidden;display:none;}
.type_gallery .list_gallery li .gallery_div_ie img {width:229px;border:1px solid #dedede;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;}

/* ?????�??? */
.type_read{border-top: 1px solid #676767}
.type_read thead th{padding:20px 0;background-color:#f6f6f6;color:#000;font-size:18px; font-weight:400;}
.type_read thead td{padding:20px 0;background-color:#f6f6f6;color:#666;font-size:15px;}
.type_read thead td.subject{padding-left:20px;font-size:17px;font-weight:400;color:#000;}
.type_read td.files{padding-left:10px}
.type_read thead td.view_info{text-align:right;padding-right:20px}
.type_read tbody td{border-bottom:1px solid #d1d1d1;padding:8px 0}
.type_read tbody td .read_text{padding:10px 0px;min-height:200px;line-height:23px;}
.type_read tbody td .read_text img{max-width:100%;}
.type_read tbody td .read_text hr{height:1px;background-color:#999999;border:1px;width:100%;position:static;visibility:visible;}
.type_read tbody td .webtv_player { padding:20px; }

.type_write{border-top:1px solid #d1d1d1}
.type_write tbody td{border-bottom: 1px solid #d1d1d1;padding:12px 0}
.type_write tbody td.tw_bold{font-weight:400;color:#474747;font-size:15px;text-indent:12px}
.type_write input[type=text]{padding:2px 4px 3px; border:1px solid #d1d1d1;}
.type_write input[type=password]{padding:2px 4px 3px;border:1px solid #d1d1d1;}
.type_write .write_text{padding:12px}
.type_write textarea{border:1px solid #d1d1d1;width:100%;min-height:200px;padding:8px 0}


/* ?�?�?*/
.page_bar{padding-top:0px;text-align:center;margin-bottom:30px;}
.page_box{ margin:20px auto; table-layout:auto !important}
.page_box li{vertical-align:top;display:inline-block;zoom:1;*display:inline;vertical-align:top}
.page_box li.page_margin{display:none}
.page_box li div{width:30px;height:36px;border:none;padding:0;margin:0 0px;line-height:36px}
.page_box li{ padding:0; border-width:0; font-family:"NanumSquare",sans-serif; color:#999999; font-size:16px }
.page_p_btn{display:none}
.page_n_btn{display:none}
.page_box .page_first_btn { background:url('/common/images_skin2/common/page_first_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid;margin:0px 2px; }
.page_box .page_last_btn { background:url('/common/images_skin2/common/page_last_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid; margin:0px 2px;}
.page_box .page_prev_btn { background:url('/common/images_skin2/common/page_prev_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid;margin:0px 7px 0px 2px ; }
.page_box .page_next_btn { background:url('/common/images_skin2/common/page_next_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid; margin:0px 2px 0px 7px;}
.page_box li div.page_seperator{display:none}
.page_box li .page_number_btn_on	{background-color:#ffffff; color:#000000; font-weight:400; width:30px; height:36px;border:none;line-height:36px }
.page_box li a:hover{text-decoration:none}
.page_box li .page_number_btn:hover{background-color:#ffffff;color:#000000;width:30px; height:36px;border:none;line-height:36px}

.cv .page_title{font-family:"NanumSquare",sans-serif;font-size:20px;font-weight:400;color:#000000;padding-left:0px;background:none;margin-top:30px;margin-bottom:15px}
.cv .cv_text{margin-bottom:20px;color:#3c3c3c;padding-left:0px;padding-bottom:8px; font-size:15px;line-height:30px;}
.cv .cv_text img{max-width:100%;}
.cv .cv_text hr{height:1px;background-color:#999999;border:1px;width:100%;position:static;visibility:visible;}
.cv .tb_cv{border-top:2px solid #727272}
.cv .tb_cv thead th{padding:8px 0; background-color:#f8f8f8;border-bottom:1px solid #d1d1d1}
.cv .tb_cv tbody td{padding:8px 0;border-bottom:1px solid #d1d1d1;text-align:center}
.cv .tb_cv tbody td.tal{text-align:left;padding-left:20px}

.faq_wrap{border-top:1px solid #e2e2e2}
.faq_wrap .nodata{padding:12px 0;border-bottom:1px solid #e2e2e2}
.faq dt{font-family:"NanumSquare",sans-serif;width:100%;font-weight:400;font-size:18px;padding:20px 50px; background: url('/html/images/mobile/sub/faq_question.png') no-repeat 15px 22px;background-size:15px auto;border-bottom:1px solid #e2e2e2; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.faq dd{display:none;font-size:16px;padding:25px 50px;background: #f4f4f4 url('/html/images/mobile/sub/faq_answer.png') no-repeat 15px 26px;background-size:15px auto;border-bottom:1px solid #e2e2e2}
.faq.on dt{display:block;white-space:normal;}

.tab_wrap{padding-top:0}
.tab_wrap2{padding-top:0}
.tab_wrap2 select { display:none;}
.tab_wrap{position:relative}

.tab_tt{display:flex;justify-content:center;margin-bottom:20px;border:NONE;width:100%;background:none;border:none;}
.tab_tt li{position:relative;width:auto;height:40px;margin:0px 2px;}
.tab_tt li a{font-family:"NanumSquare",sans-serif;display:inline-block;width:auto;background:#fff;border:1px #e2e2e2 solid;padding:0px 20px;line-height:38px;height:40px; text-align:center;color:#3c3c3c;font-size:16px; z-index:4;border-radius:30px;}
.tab_tt li a:hover {background:#f7f7f7;color:#000;}
.tab_tt li.on a{background-color:#30b2e5;color:#fff;font-weight:400;border:none;z-index:5;position:relative;left:0;top:0;height:40px}

.tab_cview{display:flex;justify-content:center; margin:60px 0px 20px 0px !important;width:100%;height:auto;padding:0px;background:#f3f3f3;border:none;border-radius:7px;box-sizing:border-box;overflow:hidden;}
.tab_cview li{position:relative;width:100%;height:50px}
.tab_cview li:before {content:'';position:absolute;right:0px;top:15px;width:1px; height:20px;background:#ddd;}
.tab_cview li:last-child:before {display:none;}
.tab_cview li a{font-family:"NanumSquare",sans-serif;display:block;background-color:none;border:none;line-height:50px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4}
.tab_cview li a:hover {color:#000;font-weight:400;}
.tab_cview li.on a{background-color:#30b2e5;color:#fff;font-weight:400;border:none;border-radius:7px;z-index:5;position:absolute;left:0;top:0;width:100%;height:50px}

.tab_tt1 li{width:40%;}
.tab_tt2 li{width:33.3%;}

.tab_tt3{display:inline-block;margin-bottom:0px;border:NONE;width:100%;border-bottom:2px #000 solid;}
.tab_tt3 li{ width:50%;height:50px;}
.tab_tt3 li a {line-height:50px;height:50px;}
.tab_tt3 li.on a {line-height:50px;height:50px;}

/* login */
.login_box{border:none; background:#ffffff; padding:40px 350px 40px 350px;overflow:hidden; margin:0px;}
.log_tt{margin-bottom:20px;font-size:17px;}
.log_form{float:left;padding-right:0px;border-right:none;width:500px; padding-bottom:0px;}
.log_area{overflow:hidden}
.log_in{float:none !important; display:inline-block;margin-bottom:10px;}
.log_in label{padding-right:13px}
.log_in div{height:31px;margin:0px;z-index:10000;}
.log_in .iparea input{ z-index:10000; font-size:16px; font-weight:300; color:#7a7a7a; border:0px solid #dbdbdb !important;padding:0px 0 0px 10px;height:40px;width:400px;line-height:40px; margin:10px 0px;}
.log_in .ip_id { display:inline-block; width:500px; height:60px; background:#ffffff url('/html/images/common/ipt1_id.png') 25px 50% no-repeat !important;margin:0px; padding-left:60px; border:1px #dbdbdb solid; border-bottom:1px #dbdbdb solid;border-radius:10px 10px 0px 0px; }
.log_in .ip_pass { display:inline-block; width:500px; height:60px; background:#ffffff url('/html/images/common/ipt1_pw.png') 25px 50% no-repeat !important;margin:0px 0px 20px 0px;padding-left:60px;border:1px #dbdbdb solid; border-top:none;border-radius:0px 0px 10px 10px; }
.log_in span { float:left;width:800px; display:block; line-height:60px; font-size:16px; font-weight:400; color:#7a7a7a; }
.log_area .ip_submit{float:none !important;margin:0px 0px 0px 0px}
.id_save { padding:15px 0px; font-size:15px; font-weight:400;}

.login_box .ip_tx{margin-top:24px;font-size:12px;line-height:18px;color:#30b2e5}
.login_box .ip_tx a{color:#e2450e ;font-weight:400}
.log_find{float:left;padding:40px 0 0 0px;width:500px}
.log_find dl {width:500px;display:inline-block; height:50px;}
.log_find dt{float:left;width:200px;font-weight:400;letter-spacing:-0.05em; font-size:17px;line-height:30px;}
.log_find dd{float:right;width:200px;margin:0px 0 20px 0;text-align:right;}
.log_find dd .button.gray2 {font-family:"NanumSquare",sans-serif;border-radius:5px; width:180px !important;font-size:15px; line-height:32px;}

.button.btn_login{ font-family:"NanumSquare",sans-serif;font-weight:400;padding:0px;border-radius:10px;;font-size:20px;background:#30b2e5;color: #fff;border:none;width:500px ; height:60px; line-height:60px;}
.button.btn_login:hover{background:#30b2e5;border:none;}

.log_oauth {overflow:hidden; margin-top:15px; font-weight:bold; line-height:40px;}
.log_oauth .log_oauth_list {float:right; margin-right:40px;}
.log_oauth .log_oauth_list li {float:left; margin-left:10px;}
.log_oauth .log_oauth_list li img {width:40px; height:40px;}

.coupon_box .coupon_input{height:38px;line-height:38px;text-align:center;padding:0 10px;margin:0 4px 0 4px; width:400px }

.join_oauth {display:none; overflow:hidden;}
.join_oauth .join_oauth_list {width:300px; margin:0 auto;}
.join_oauth .join_oauth_list li {margin:10px 0; background-color:#ffffff; border:1px solid #dedede; border-radius:8px; padding:6px; }
.join_oauth .join_oauth_list li a {position:relative;}
.join_oauth .join_oauth_list li img {position:absolute; width:40px; height:40px; left:0; top:0;}
.join_oauth .join_oauth_list li div {height:40px; font-size:1.2em; margin-left:40px; text-align:center; line-height:40px;}
.join_oauth .join_oauth_list li.join_oauth_normal div {font-size:1.4em; font-weight:bold;}

.board.btn .button {margin:0px 3px;}

.join_normal .board.btn .button {width:200px;height:45px;line-height:45px;padding:0px;margin:0px 3px;font-family:"NanumSquare",sans-serif;font-size:16px;font-weight:400; }
.join_normal .board.btn .button.gray{background:#30b2e5;color:#fff; border:none; }
.join_normal .board.btn .button.white{background:#aaa;color:#fff; border:none;}

#buttonArea .board.btn .button {width:200px;height:45px;line-height:45px;padding:0px;margin:0px 3px;font-family:"NanumSquare",sans-serif;font-size:16px;font-weight:400; }
#buttonArea .board.btn .button.gray{background:#30b2e5;color:#fff; border:none; }
#buttonArea .board.btn .button.white{background:#aaa;color:#fff; border:none;}


/* ?�??? ?�? ?�?�??�??�? ?�??? ?�???*/
.passwd_box { border:1px solid #dcdcdc; padding:0; margin-bottom:20px; text-align:center; }
.passwd_box .box_sub { padding:20px 15px; font-size:15px;}
.passwd_box .box_sub .box_icon { padding:10px 0 20px; }
.passwd_box .box_sub .box_icon img { width:67px; height:65px; }
.passwd_box .box_stitle { font-size:18px; line-height:30px;color:#000; font-weight:bold;padding-bottom:5px; }
.passwd_box .box_login { margin:20px 0; }
.passwd_box input[type=password] { height:33px !important; vertical-align:bottom; }

/*agreement */
.agreement_list{display:none;}
.box_title{font-family:"NanumSquare",sans-serif;color:#2d2d2d;font-size:24px;font-weight:400;margin:25px 0 20px 0}
.box_tx{margin:0 0 20px 0;font-size:15px; }
.gray_box{border:0px solid #dcdcdc;background-color:#fff;padding:20px 0px;margin-bottom:20px}
.gray_box.top{border-top:1px solid #676767}
.gray_box .box_stitle{font-family:"NanumSquare",sans-serif;font-weight:400;font-size:18px;color:#000;margin-bottom:12px}
.gray_box .g_box_in{border:1px solid #dbdbdb;background-color:#fff;height:60px;overflow:auto;padding:14px 10px;margin-bottom:10px}
.check input{vertical-align:middle;margin-right:4px}
.gray_box .g_box_in {height:130px;}

.find_subtitle {font-family:"NanumSquare",sans-serif;font-size: 18px;color: #000;font-weight:400;}

.privacy {display:inline-block;width:100%; margin-top:-20px; line-height:160%;}
.privacy h2{font-family:"NanumSquare",sans-serif;font-weight:400;font-size:20px;margin-top:20px;color:#000000;}
.privacy h3{font-family:"NanumSquare",sans-serif;font-weight:400;font-size:18px;margin-top:20px;color:#30b2e5;}
.privacy dl{padding-left:5px;margin-top:10px; font-size:15px;}
.privacy dt{font-weight:bold;margin-top:10px; font-size:15px;}
.privacy dd{margin-top:2px;margin-left:10px; font-size:15px;}
.privacy p{margin-top:5px;margin-left:0px;float:none !important; font-size:15px;}
.privacy .depth2{padding-left:10px}
.privacy .depth2 > li{margin:2px 0}
.privacy .depth3{padding-left:10px}
.privacy .depth3 > li{margin:2px 0}
.privacy .tel_list{overflow:hidden}
.privacy .tel_list li{float:left;width:50%}
.privacy table.privacy  { display:block;border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px;width:100%; }
.privacy th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:8px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.privacy td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:10px 15px; }
.privacy td.tac { text-align:center; }
.privacy_box { background:#f7f7f7;text-align:center; font-size:16px;font-weight:400;color:#333333; width:100%; line-height:30px;padding:20px;border:1px #dedede solid;}

.terms {display:inline-block;width:100%; margin-top:-30px !important;}
.terms h2{font-family:"NanumSquare",sans-serif;font-weight:400;font-size:20px;margin-top:40px;color:#000000;}
.terms h3{font-family:"NanumSquare",sans-serif;margin-top:30px;font-weight:400;font-size:18px;color:#30b2e5;}
.terms .depth1 li{line-height:150%; font-size:15px;}
.terms .depth1{margin-top:5px;padding-left:0;float:none; font-size:15px;}
.terms .depth2{padding-left:15px; font-size:15px;}
.terms .depth3{padding-left:24px; font-size:15px;}

.refund h3 {font-family:"NanumSquare",sans-serif;font-weight:400;font-size:20px;color:#30b2e5 !important;}
.refund li { font-size:15px;line-height:22px;} 
.refund .formula .rbox {width: 1150px;margin:10px 0px;}

/* ?????�??�? ??*/
.refund .depth1 table{ border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px; }
.refund .depth1 table th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.refund .depth1 table td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; text-align:center;}
.refund .depth1 table td.tl{text-align:left;}
.refund .depth1 table td .fc_red{color:#d90000;}

.pop_wrap .pop_title {height: 44px;background-color: #30b2e5;line-height: 44px;}
.pop_content {border-top:none; padding:20px;}
.pop_wrap .content_title {margin-bottom:10px;}

/* 메인 공지 팝업(popup.jsp): 세로 중앙 → 상단 쪽 — OpenLayer와 별도 */
#post_pop,
#pop_wrap,
#main_pop,
#main_popup,
.main_pop,
.main_pop2 {
	top: 10vh !important;
	bottom: auto !important;
	margin-top: 0 !important;
	max-height: 82vh !important;
	box-sizing: border-box;
}
#post_pop,
.main_pop2,
.main_pop {
	left: 50% !important;
	right: auto !important;
	margin-left: 0 !important;
	transform: translateX(-50%) !important;
}


/* ?�?????��??�??�????�??? */
.textin { font-size:15px !important; font-weight:normal !important;line-height:25px !important;}
.textin > .privacy{ margin-top:-10px;}
.textin > .privacy h2 {font-size:15px !important; font-weight:normal !important;color:#666666 !important; line-height:25px !important;padding:0px !important;margin:20px 0px 0px 0px !important;}
.textin > .privacy h3 {font-size:15px !important; font-weight:normal !important;color:#666666 !important; line-height:25px !important;padding:0px !important;margin:10px 0px 0px 0px !important;}
.textin > .depth1{margin-top:0px !important;}
.terms h3{color:#666666 !important;}

.division{position:relative;}
.my_box .my_info h6,
.my_box .my_note h6{font-family:"NanumSquare",sans-serif;font-weight:400;color:#2d2d2d;font-size:20px;padding:3px 0 12px 0;}
.my_box .my_info .h6_sub,
.my_box .my_note .h6_sub {color:#757575;font-size:14px;padding-left:21px;font-weight:300;background: url(/common/images/default/blt_bar.png) no-repeat 10px 50%}
.my_box .my_info .my_info_in {border-top: 1px solid #d7d7d7;margin-top:0px;  padding: 20px 0 0 100px; background: url(/common/images_skin2/common/myinfo_img.jpg) no-repeat 0 15px; min-height: 100px;}
.my_box .my_note .my_notice_in{border-top:1px solid #d7d7d7;padding:10px 0px;margin:0px;}
.my_box .my_note .my_notice_in .list_top li a{height:24px;line-height:24px;border-bottom:none;font-size:15px;padding:1px 15px; background:url('/html/images/common/dot.png') 4px 50% no-repeat;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}

.stitle {position:relative;display:block;font-family:"NanumSquare",sans-serif;font-size:22px;font-weight:400;color:#000 !important; padding:10px 0px 0px 20px;margin-bottom:15px;text-align:left;}
.stitle:before {content:'';position:absolute;left:0px;top:15px;width:10px;height:10px;background:#30b2e5;border-radius:50%;}
.sstitle { font-size:18px; font-weight:bold; color:#30b2e5; line-height:24px; margin:0px 0 10px 0px;}
.scont { font-size:16px; color:#666; line-height:180%; margin-bottom:40px;  }
.scont span {  color:#30b2e5; }
ul.scont { font-size:16px; color:#666; line-height:180%; margin-bottom:40px;  }
ul.scont li { font-size:16px; font-weight:normal; color:#666; line-height:180%; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; }

.greeting_scont { background:#ffffff; border-radius:10px;}
.greeting_scont.scont {position: relative; background:}
.greeting_scont.scont > .btn_box {display:inline-block;position: relative;width:100%; text-align:center;padding:10px 0px 40px 0px;}

/* ?�? ?�? ?? */
.sub_topbox {width:100%;margin-bottom:60px; text-align:center;background:#ffffff;border-radius:10px;padding:0px;}
.sub_topbox h2 {font-family:"NanumSquare",sans-serif;font-size:40px;line-height:130%;font-weight:400;color:#333 !important; padding:30px;}
.sub_topbox h2 span {color:#222;font-weight:700;}
.sub_topbox p {font-family:"NanumSquare",sans-serif;font-size:17px !important;font-weight: 400;line-height:150% !important; color:#fff !important;padding:20px;background:#30b2e5;box-sizing: border-box;border-radius:0px 0px 10px 10px;}

.sub_top_img {border-radius:10px;max-width:100%;}

/* ???�???*/
.worker1 { width:100%; height:auto; background:url('/html/images/common/worker1_2.png') no-repeat;display:inline-block;margin-top:50px; padding-left:460px;box-sizing:border-box;}
.worker1 h2 { font-size:26px; font-weight:bold; color:#2e2e2e; line-height:35px; margin:0px 0 20px 0px; }
.worker1 p { font-size:17px; font-weight:normal; color:#666; line-height:180%; margin:0 0 15px 0px; }
.worker1 p span{color:#fe5a4e;}
.worker1 ul { margin:0 0 15px 0px; }
.worker1 li { font-size:16px; font-weight:normal; color:#2e2e2e; line-height:180%; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat;}
.worker1 li b { color:#30b2e5; font-weight:bold;}
.worker1 .btn_box{width:100%;display:flex; margin:25px 0 0px 0px;}
.worker1 a{float:left; display:inline-block; width:100%; height:80px;padding:15px 10px;line-height:25px;text-align:center; font-size:17px; color:#ffffff;border-radius:5px; font-weight:400;box-sizing:border-box;}
.worker1 a.oepncard {margin-right:10px; background:#30b2e5;}
.worker1 a.btn_bule {line-height:50px; background:#000;}

.worker2 { position:relative;width:1200px; height:auto; border:1px #ccc solid; display:inline-block; margin-bottom:50px; box-sizing:border-box;padding-left:300px;}
.worker2 h2 {position:absolute;left:0px;top:50%;transform:translateY(-50%);font-family:"NanumSquare",sans-serif;  width:300px; margin:0px; font-size:18px; font-weight:400; color:#525252; line-height:30px; text-align:center; }
.worker2 h2 span { color:#30b2e5;}
.worker2 h2 small { font-size:15px; }
.worker2 ul { float:left; width:898px; padding:30px 0px 30px 0px; background-color: #f4f4f4; }
.worker2 li { font-size:16px; font-weight:normal; color:#666; line-height:150%; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; margin-left:25px; margin-bottom:7px;}

.worker3 {  width:100%; padding:30px 80px 30px 260px; display:inline-block;background:url('/html/images/common/worker3_2.png') no-repeat;box-sizing:border-box; }
.worker3  .worker3_sub {width:100%;height:185px;padding:50px 0px 0px 0px; margin:0px 0px 30px 0px; text-align:left;box-sizing:border-box; }
.worker3  .worker3_sub h2 {font-family:"NanumSquare",sans-serif; font-size:18px; font-weight:400; color:#000; line-height:30px; }
.worker3  .worker3_sub ul { margin:10px 0px 10px 0px; height:75px; }
.worker3  .worker3_sub li {font-size:16px; font-weight:normal; color:#666; line-height:180%; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; }
.worker3_2 a.worker3_down { float:right; display:block; width:180px; height:75px; line-height:25px; padding:12px 0px 0 30px; text-align:left; font-size:18px; color:#ffffff; font-weight:bold; border:1px #30b2e5 solid; background:#30b2e5 url('/html/images/common/worker3_down.png') 115px 17px no-repeat; margin:-110px 30px 0 0;  }
.worker3_2 a.worker3_btn { display:block; width:290px; height:60px; line-height:60px; text-align:center; font-size:18px; color:#ffffff;border-radius:5px; font-weight:400; border:none; background:#30b2e5; margin:0 auto;   }
.worker3_2 .worker3_tel  { line-height:50px; text-align:center; font-size:17px; color:#000000; font-weight:bold; }
.worker3_2 .worker3_tel span {  color:#30b2e5; }

.worker_noti{margin:50px 0px 30px 0px; padding:0px; }
.worker_noti .noti_box{padding:30px; border:1px solid #e5e5e5; background:#fff;}
.worker_noti .noti_box h2{ font-size:17px; font-weight:normal; color:#2e2e2e; line-height:30px;}
.worker_noti .noti_box table{margin-top:5px;}
.worker_noti .noti_box table th{padding:10px 0px;font-size:16px;font-weight:400; line-height:130%; text-align:center;background:#30b2e5; color:#fff; }
.worker_noti .noti_box table td{padding:10px;font-size:16px; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
.worker_noti .noti_box table td.tc{text-align:center;}
.worker_noti .noti_box table td li{font-size:15px; font-weight:normal; color:#666; line-height:25px; padding-left:10px; background:url('/html/images/common/dot.png') 0px 11px no-repeat; }
.worker_noti .noti_box .txt_noti{margin-top:20px; padding:0px; }
.worker_noti .noti_box .txt_noti p{font-family:"NanumSquare",sans-serif; font-size:18px;font-weight:400;margin-bottom:10px;}
.worker_noti .noti_box .txt_noti ol{padding-left:0px;} 
.worker_noti .noti_box .txt_noti li{font-size:16px; font-weight:normal; color:#666; line-height:180%; padding-left:10px; background:url('/html/images/common/dot.png') 0px 12px no-repeat;}

.worker4_box {padding:30px; border:1px solid #ddd;font-size:16px; font-weight:normal; color:#666; line-height:150%; }
.worker4_box strong {display:block;color:#000;font-size:17px;margin-bottom:5px;}
.worker4_box ol {margin-bottom:30px;}
.worker4_box li {list-style:none;margin:0px !important;font-size:16px; font-weight:normal; color:#666; line-height:150%;; padding:0px;}
 
.owner1 { border:1px #dedede solid;  padding:40px 150px; line-height:25px;font-size:15px; font-weight:normal; color:#666; margin-bottom:40px;  }
.owner1 p{font-weight:bold; font-size:17px; color:#111;}
.owner1 .box1{padding-top:190px; margin-bottom:50px; background:url('/html/images/common/owner1_box1.png') no-repeat;}
.owner1 .box2{padding-top:330px; background:url('/html/images/common/owner1_box2.png') no-repeat;}
.owner1_2 { border:1px #dedede solid; background:url('/html/images/common/owner1_2.png') 0px 100% no-repeat; padding:35px 40px 275px 40px;line-height:25px;font-size:15px; font-weight:normal; color:#666;  margin-bottom:40px; background-size: contain; background-position: center; }
.owner1_3 { line-height:25px;font-size:15px; font-weight:normal; color:#666;  margin-bottom:40px; }
.owner1_3 img { margin:13px 0px; }
.button.owner_btn {height:45px !important;line-height:43px !important;}

.owner2 { display:inline-block; }
.owner2 li { float:left; width:270px; height:255px; border:1px #e2e2e2 solid;background:#fff; text-align:center; margin-bottom:30px; border-radius:10px; margin-right:30px;overflow:hidden;}
.owner2 li:last-child {margin-right:0;}
.owner2 li h1 { text-align:center; font-size:17px; color:#ffffff; font-weight:bold; line-height:40px; background-color:#30b2e5; border-radius:0px;}
.owner2 li h2 { margin-bottom:20px; text-align:center; font-size:18px; color:#2e2e2e; font-weight:bold; line-height:62px; background-color:#f4f4f4; }
.owner2 li p { font-size:16px; font-weight:normal; color:#666; line-height:22px; margin-top:20px; }
.owner2 li p span {color:#30b2e5;}
.owner2 li.arrow { width:30px; height:345px; background:url('/html/images/common/owner2_arrow.png') 50% 50% no-repeat; border:none; }
.owner2 li.line2 { height:280px; }

.owner_noti{margin-top:20px; padding-top:20px; border-top:1px solid #eee;}
.owner_noti p{margin-bottom:5px; font-weight:bold; color:#111; font-size:15px;}
.owner_noti ul{padding-left:0px;}
.owner_noti li{list-style:none; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; }

.owner3 { width:1200px; height:auto; display:inline-block; margin-bottom:35px; padding:30px 0px 30px 210px;border-radius:10px; border:1px #e2e2e2 solid; box-sizing:border-box;text-align:left; }
.owner3 h2 { font-size:18px; font-weight:bold; color:#333; line-height:30px; margin:0px 0px 10px 0px; }
.owner3 h2 .button{margin-left:10px;}
.owner3 p { font-size:16px; font-weight:normal; color:#666; line-height:22px; margin:0 0 5px 0px; }
.owner3 ul {  margin:0px; }
.owner3 li { font-size:16px; font-weight:normal; color:#666; line-height:25px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 11px no-repeat;}
.owner3 li a:hover{text-decoration:underline;}
.owner3 li b { color:#333333; font-weight:bold;}
.owner3_1 { background:#fff url('/html/images/common/owner3_1.png') 50px 50% no-repeat; }
.owner3_2 { background:#fff url('/html/images/common/owner3_2.png') 50px 50% no-repeat; }
.owner3_3 { background:#fff url('/html/images/common/owner3_3.png') 50px 50% no-repeat; }

.owner6 {}
.owner6 > div > table {border:1px solid #dedede; font-size:16px; }
.owner6 > div > table tr {}
.owner6 > div > table tr th {padding:15px; background-color:#30b2e5; color:#fff;}
.owner6 > div > table tr td {padding:15px;}
.owner6 > div > table tr td:first-child {background-color: #f4f4f4;}


/* ?�?�?*/
.greeting { width:100%; min-width:1300px;display:inline-block;background:url('/html/images/common/greeting_bg.png') 50% 50% no-repeat; background-size:cover;padding:110px 0px; margin-bottom:150px;}
.greeting_txt1 { width:1200px;margin:0px auto 110px auto;font-family:"NanumSquare",sans-serif;font-size:72px;line-height:130%;padding-left:304px;box-sizing:border-box;text-align:left;}
.greeting_txt1 strong { display:block;font-weight:700;height:auto; font-size:72px;line-height:110%;color:#2e2b27;}
.greeting_txt1 strong span {color:#ff6d0f}

.greeting_txt2 {width:1200px;margin:0px auto;padding-left:580px;box-sizing:border-box;text-align:left;}
.greeting_txt2 img {height:275px;}

.greeting_ceo {display:inline-block;width:1200px;position:relative;padding:0px 570px 100px 0px;box-sizing:border-box;margin:0px auto;text-align:left;}
.greeting_ceo h2 {position:relative;font-size:30px;line-height:130%;color:#222;font-weight:400;margin-bottom:70px; padding-left:50px;}
.greeting_ceo h2:before {content:'';position:absolute;left:0px;top:50%; transform:translateY(-50%);width:18px;height:70px;background:#ff6c0e;}
.greeting_ceo p {font-size:18px;color:#333;line-height:180%;font-weight:normal;margin-bottom:20px; padding-left:50px;}
.greeting_ceo p.sign {display:flex;letter-spacing: -1px; align-items: center; gap: 10px;font-size:18px;font-weight:400;line-height:200%;}
.greeting_ceo p.sign img {width: 107px;}
.greeting_ceo_img {position:absolute;right:0px;top:0px;width:550px;margin:0px 0px;text-align:center; }
.greeting_ceo_img img {max-width:450px;}

/* ?�? */
.greeting2 {font-family:"NanumSquare",sans-serif;width:100%;text-align:left;}
.greeting2 h2 {font-size:50px;line-height:70px;color:#222;font-weight:400;margin-bottom:70px;}
.greeting2 h2 span {color:#30b2e5;font-weight:700; }
.greeting2 p {font-size:18px;color:#333;line-height:180%;font-weight:normal;margin-bottom:20px;}
.greeting2 p b {display:block;font-size:25px;font-weight:400;line-height:200%;}
.greeting2_img {width:100%;margin:50px 0px;}
.greeting2_img img {max-width:100%;}


/* ???�? ???�? */
.cheating_ {margin-bottom:30px;}
.cheating_:first-child {margin-top:30px;}
.cheating_ ul {margin-bottom:50px;}
.cheating_ li {margin-bottom:10px;}
.cheating_ p {display:block;font-size:16px; color:#666; margin-top:10px;line-height:180%;word-break:keep-all;}
.cheating_ h3 {position:relative;display:block;font-family:"NanumSquare",sans-serif;font-size:22px;font-weight:400;color:#000 !important; padding:10px 0px 0px 20px;margin-bottom:15px;}
.cheating_ h3:before {content:'';position:absolute;left:0px;top:15px;width:10px;height:10px;background:#30b2e5;border-radius:50%;}

.sub_content h3 {position:relative;display:block;font-family:"NanumSquare",sans-serif;font-size:22px;font-weight:400;color:#000 !important; padding:10px 0px 0px 20px;margin-bottom:15px;}
.sub_content h3:before {content:'';position:absolute;left:0px;top:15px;width:10px;height:10px;background:#30b2e5;border-radius:50%;}
.sub_content ul {margin-bottom:50px;}
.sub_content ol {margin-bottom:50px;}
.sub_content li {font-size:16px; color:#666; margin-top:15px;line-height:180%;word-break:keep-all;}
.sub_content p {font-size:16px; color:#666; margin-top:15px;line-height:180%;word-break:keep-all;}
.sub_content .depth2 li {margin:0px;}

.sub_content .depth1 table{ border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px; }
.sub_content .depth1 table th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:10px; line-height:22px; color:#333333; background:#f7f7f7;text-align:center;}
.sub_content .depth1 table td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:10px; text-align:center;}
.sub_content .depth1 table td.tl{text-align:left;}
.sub_content .depth1 table td .fc_red{color:#d90000;}

/* ?�????*/
.cs_remote1 { background:#ffffff url('/html/images/common/support1_1.png') -2% 96% no-repeat; padding:60px; margin-bottom:40px; padding-left:240px;}
.cs_remote1 h2 { font-family:"NanumSquare",sans-serif;font-size:40px;line-height:130%;font-weight:700;color:#000 !important; margin-bottom:20px; }
.cs_remote1 h2 span {color:#30b2e5;}
.cs_remote1 p { font-size:17px; font-weight:normal; color:#666; line-height:24px; }

.cs_remote2 { width:1200px; display:inline-block; margin-bottom:10px; }
.cs_remote2 li { float:left; width:360px; text-align:center; margin:15px; padding:120px 30px 30px; font-size:14px; line-height:24px; font-weight:normal; color:#444444; }
.cs_remote2 li.cs_remote2_1 { background:url('/html/images/common/support1_2.png') center 11% no-repeat; }
.cs_remote2 li.cs_remote2_2 { background:url('/html/images/common/support1_3.png') center 11% no-repeat; }
.cs_remote2 li.cs_remote2_3 { background:url('/html/images/common/support1_4.png') center 11% no-repeat; }

.cs_remote3 { width:1200px; display:inline-block; background-color:#f4f4f4; padding:50px 0 10px 50px; margin-bottom: 50px; }
.cs_remote3 li { text-align:left; margin-bottom:40px; padding:10px 0 0 120px; height:96px; font-size:14px; line-height:24px; font-weight:normal; color:#444444; }
.cs_remote3 li h2 { text-align:left; margin-bottom:10px; padding:0px; font-size:18px; line-height:24px; font-weight:bold; color:#000000; }
.cs_remote3 li.cs_remote3_1 { background:url('/html/images/common/support1_5.png') 0px 50% no-repeat; }
.cs_remote3 li.cs_remote3_2 { background:url('/html/images/common/support1_6.png') 0px 50% no-repeat; }
.cs_remote3 li.cs_remote3_3 { background:url('/html/images/common/support1_7.png') 0px 50% no-repeat; }

.cs_remote4 { width:100%; border:1px #dedede solid; background:#ffffff; padding:20px 40px;display:inline-block;line-height:45px;font-size:15px; }
.cs_remote4 a.cs_remote4_btn { float:right; width:170px; height:45px; line-height:45px; color:#ffffff; font-size:16px; text-align:center; background:#30b2e5; border-radius:30px;}


.course_tab { display:inline-block; width:100%; border-top:0px #30b2e5 solid; }
.course_tab li { float:left; width:16.1%; height:40px; border:none; background:none; box-sizing:border-box; }
.course_tab li a { display:block; font-size:14px; text-align:center; color:#464646; }
.course_tab li a.line2 { line-height:17px; padding:6px 0px;}
.course_tab li.on { border:none; background:none; color:#ffffff; font-weight:bold; }
.course_tab li.on a { color:#ffffff; } 

.exam_question h6 {background-color:white;font-size:15px;color:#000;font-weight:bold;line-height:20px;padding:9px 14px;border-bottom:1px solid black}

/* 2019-04-15 common */
.tc{text-align:center;}
.mt50{margin-top:50px;}

/* ???�?? ?�? ?��?*/
.col-coupon {  }

/* 2019-05-16 ?�? */
.txt_noti{padding-left:27px; margin:10px 0; font-size:15px; font-weight:bold; background:url(../images/common/txt_noti.png) 0 0 no-repeat; line-height:20px; color:#111;}
.txt_noti span{color:#ff7607;}


/* ?�??�? */
#location {width:100%; margin-bottom:50px;}
#location .map-info {padding:3.5% 5%;border:1px solid #ddd;}
#location .map-info {overflow:hidden;}
#location .map-info h3 {float:left;padding-right:40px;font-weight:700;font-size:24px;color:#333;}
#location .map-info .row {margin-right:0;}
#location .row li {position:relative;width:100%;padding-left:117px;box-sizing:border-box;font-weight:400;font-size:16px;line-height:34px;list-style:none;}
#location .row li strong {position:absolute;left:0;font-weight:700;font-size:16px;color:#333;vertical-align:middle;letter-spacing:0}
#location .row li a {color:#666;}
#location p {margin-top:10px;font-size:15px;color:#333;text-align:right;}

#location .map .root_daum_roughmap {width:100%!important;}
#location .map .root_daum_roughmap .wrap_controllers {display:none!important;}
#location .mapBtn {position:absolute;right:20px;bottom:20px;display:block;width:140px;height:45px;background-color:#fff;border:1px solid #ddd;font-size:15px;color:#666;line-height:45px;text-align:center;box-sizing:border-box;font-weight:300;z-index:9999;}
#location .mapBtn:before {display:none; content:'';width:14px;height:14px;margin-right:10px;background-image:url(../../images/sub/blit_map.gif);background-position:0;background-repeat:no-repeat;background-size:100%;vertical-align:middle;}
#location .map {position:relative;}


.type_grid{}
.type_grid .list_grid{overflow:hidden;border-bottom:1px solid #d3d3d3;margin-left:-22px}
.type_grid .list_grid li{ width:220px;float:left;margin:15px 0 25px 23px;height:370px;text-align:left;}
.type_grid .list_grid li .grid_text {padding:0 0 0 0;}
.type_grid .list_grid li .grid_img{width:220px;height:260px;border:1px solid #d3d3d3;margin-right:0px;overflow:hidden;}
.type_grid .list_grid li .grid_img img{width:100%;height:100%}
.type_grid .list_grid li .grid_title a {display:block;padding:15px 0 10px 0;font-size:15px;line-height:20px;color:#222222;font-weight:bold;}
.type_grid .list_grid li .grid_author{margin-top:2px;font-size:13px;line-height:18px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_grid .list_grid li .grid_price{color:#e2450e;font-weight:bold;font-size:15px;display:block; margin:5px 0 10px 0;}
.type_grid .list_grid li.nodata { float:none; width:830px; margin:0 0 0 20px; padding:0; border:0; text-align:center;height:200px; line-height:200px;  font-size:18px; }

#container .type_grid .list_grid {margin-left:-10px;}
#container .type_grid .list_grid li {margin-left:30px;}

.market_list {display:flex; flex-wrap:wrap;gap:30px;padding-left:10px;margin-top:20px;}
.market_list .item {position:relative; width:calc((100% - 90px) / 4);border:1px solid #ddd; box-sizing:border-box; border-radius:10px;}
.market_list .item:nth-child(4n) {margin-right:0;}
.market_list .item .img_box{position:relative;border-bottom:1px solid #ddd;}
.market_list .item .img_box > img {width:100%;aspect-ratio:1/1; background-position:center; background-size:contain; background-repeat:no-repeat; border-radius:10px 10px 0 0;}
.market_list .item .con_box {position:relative; padding:30px 30px 35px;}
.market_list .item .con_box h4 {font-size:1.176rem; color:#222; font-weight:300; line-height:1.3; letter-spacing:-0.7pt; word-break: keep-all; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; word-wrap:break-word; overflow:hidden; height: 3rem;}
.market_list .item .con_box .price {margin:22px 0 0;}
.market_list .nodata{width:100%;line-height:200px;height:200px;font-size:18px;border-radius:10px;border:1px #dedede solid;background:#fff; text-align:center; }
.i_label {position:absolute; top:15px; left:-12px;background-color:#30b2e5; min-width:90px; padding:0 15px; box-sizing:border-box; height:40px; line-height:40px; z-index:10; color:#fff; font-style:normal; text-align:center; font-size:15px; letter-spacing:-0.5pt; font-weight:bold; border-radius:0 50px 50px 0;}
.i_label > .svg {width:inherit; position:absolute; top:0; left:0; z-index:-1; border-radius:0;}
.i_label > .label_b {width:12px; position:absolute; top:1px; left:0; transform: scaleX(-1);}

.book_infomation .info_img{width:400px;}
.book_infomation .info_img img{width:100%;height:auto;}
.book_infomation .info_text{width: calc(100% - 440px);}



/* nodata ?��???*/
.course_gallery li.nodata { float:none; width:1200px !important;line-height:200px;height:200px;font-size:18px;margin:0px !important;padding:0px !important; border:0;border-radius:10px !important; border:1px #dedede solid !important; background:#fff; text-align:center; }
.type_chart .list_li tr td.top_td.nodata { width:1200px !important;line-height:200px;height:200px;font-size:18px; margin:0px !important; padding:0px !important; border:0;border-radius:10px !important; border:1px #dedede solid !important; text-align:center; }

/* ?�??�? ?�? ?�??�? */
.course_review {width:100%;display:inline-block; }
.course_review .course_review_list {width:99%;margin:0.5%;display:inline-block; }
.course_review .course_review_list li {position:relative;width:100%;display:inline-block;padding:25px 40px;border-radius:10px;background:#fff;margin-bottom:20px;box-shadow:0px 0px 5px #ddd;box-sizing:border-box;}
.course_review .course_review_list li.nodata {text-align:center;}
.creview_writer {font-family:"NanumSquare",sans-serif;font-size:15px;font-weight:400;color:#000;margin-bottom:10px;}
.creview_reg_date {font-size:14px;font-weight:300;color:#999999; margin-left:10px;}
.creview_star {position:absolute;right:40px;top:25px;}
.creview_subject {font-family:"NanumSquare",sans-serif;font-size:16px;line-height:26px;color:#000;word-break:keep-all;}
.creview_item {font-size:15px;line-height:130%;color:#666;word-break:keep-all;}



.intro1 {width:100%;min-height:920px;padding:0;box-sizing:border-box;}
.intro1_cont {width:100%;}
.intro1_cont h2{font-family:"NanumSquare",sans-serif; width:100%;border:8px #30b2e5 solid;font-size:24px;line-height:150%;font-weight:400;color:#000;padding:35px 35px 35px 110px;box-sizing:border-box;margin-top:50px;} 
.intro1_cont h2 em {color:#30b2e5;}
.intro1_cont p {font-size:17px;line-height:150%;color:#000;padding:15px 0px 15px 0;box-sizing:border-box;;}

.edu1 {width:100%; text-align:center;border:none;overflow:visible;margin:80px 0px 0px 0px;}
.edu1_cont {width:100%;display:flex;justify-content:space-between;font-family:"NanumSquare",sans-serif;box-sizing:border-box;transform:translateY(-65px);}
.edu1_cont li{position:relative;width:100%;padding:160px 20px 0px 20px;box-sizing:border-box;margin:0px;}
.edu1_cont li::before {content:''; position:absolute;right:0px;top:55px;transform:translateX(5px);width:10px;height:20px;background:url('../images/common/edu1_arrow.png') 50% 50% no-repeat;}
.edu1_cont li:last-child::before  {display:none;}
.edu1_cont li span {position:absolute;left:50%;top:0%;transform:translateX(-50%);width:130px;height:130px;border-radius:50%; background-color:#30b2e5;background-position:50% 50%;background-repeat:no-repeat;}
.edu1_cont li h2 {font-size:18px;line-height:100%;color:#000;font-weight:400;margin-bottom:10px;}
.edu1_cont li p {font-size:15px;color:#666;line-height:150%;font-weight:normal;word-break:keep-all;}
.edu1_cont li span.edu1_1 {background-image:url('../images/common/edu1_1.png');}
.edu1_cont li span.edu1_2 {background-image:url('../images/common/edu1_2.png');}
.edu1_cont li span.edu1_3 {background-image:url('../images/common/edu1_3.png');}
.edu1_cont li span.edu1_4 {background-image:url('../images/common/edu1_4.png');}
.edu1_cont li span.edu1_5 {background-image:url('../images/common/edu1_5.png');}

.edu2 {width:100%; text-align:center; }
.edu2_cont {width:100%; text-align:center;font-family:"NanumSquare",sans-serif;margin-bottom:80px;}
.edu2_cont h2 {font-size:30px;line-height:120%;color:#30b2e5;font-weight:400;margin-bottom:30px;}
.edu2_cont h2 b {font-weight:700;}
.edu2_cont h2 span {color:#30b2e5;font-weight:700; }
.edu2_cont p {font-size:17px;color:#333;line-height:150%;font-weight:normal;}

.edu_tbl{width:100%;max-width:900px;margin:40px auto; }
.edu_tbl th { font-size:16px;line-height:25px;border-bottom:3px #fff solid;padding:10px; color:#fff; background:#30b2e5;text-align:center;}
.edu_tbl td { font-size:16px;line-height:25px;border-bottom:3px #fff solid;border-right:3px #fff solid;background:#e2ebfa;color:#30b2e5; padding:10px; text-align:center;word-break:keep-all;}
.edu_tbl td:last-child {border-right:none;}
.edu_tbl td.bg{background:#f2f2f2;color:#000;}
.edu_tbl td em {color:#000;}


.edu3 {position:relative;width:100%; text-align:left;font-family:"NanumSquare",sans-serif;margin-bottom:50px;padding-left:360px;box-sizing:border-box; }
.edu3 h2 {position:absolute;left:100px;top:0px; width:260px;;font-size:50px;line-height:120%;color:#000;font-weight:700;}
.edu3_cont {border-left:1px #ddd solid;padding-left:40px;box-sizing:border-box;}
.edu3_cont p {font-size:17px;color:#333;line-height:150%;font-weight:normal;margin-bottom:30px;}

.schedule_title h2 strong{color:#30b2e5;}
table.tbl_schedule tr > td a.btn_state1{background-color:#30b2e5;}


.teacher_list {display:flex; flex-wrap:wrap;}
.teacher_list .item {width:calc((100% - 90px) / 4); margin-right:30px; text-align:center; margin-bottom:30px;}
.teacher_list .item:nth-child(4n) {margin-right:0;}
.teacher_list .item .img_box {border-radius:100%; overflow:hidden;border:1px solid #ddd;}
.teacher_list .item .img_box img {width:100%; background-size:cover; background-repeat:no-repeat; background-position:center bottom;}
.teacher_list .item .con_box {margin:25px 0 0;}
.teacher_list .item .con_box p {letter-spacing:-0.5pt; line-height:1.4; margin:0 0 4px;}
.teacher_list .item .con_box h4 {font-size:1.412rem; font-weight:400; color:#222; letter-spacing:-0.7pt; line-height:1.2;}

.teacher_list dl{width:calc((100% - 90px) / 4); margin-right:30px; text-align:center; margin-bottom:30px;}
.teacher_list dl:nth-child(4n) {margin-right:0;}
.teacher_list dl dt {border-radius:100%; overflow:hidden;border:1px solid #ddd;}
.teacher_list dl dt img {width:100%; background-size:cover; background-repeat:no-repeat; background-position:center bottom;}
.teacher_list dl dd {margin:25px 0 0;}
.teacher_list dl dd p {letter-spacing:-0.5pt; line-height:1.4; margin:0 0 4px;}
.teacher_list dl dd h4 {font-size:1.412rem; font-weight:400; color:#222; letter-spacing:-0.7pt; line-height:1.2;}


.view_table {}
.view_table .photo_list {border-top:0;}
.view_table .table_in {display:flex; width:100%; vertical-align:middle;}
.view_table .table_in .imgCont {display:block; width:390px; vertical-align:top; }
.view_table .table_in .imgCont img {width:100%; background-size:cover; background-repeat:no-repeat; background-position:center; border-radius:20px; overflow:hidden;}
.view_table .table_in .txtCont {position:relative; display:block; width:calc(100% - 390px); vertical-align:middle; padding-left:60px;padding-bottom:100px;}
.view_table .table_in .txtCont > p {font-size:1.176rem; letter-spacing:-0.6pt; line-height:1.3;}
.view_table .table_in .txtCont > h4 {font-size:1.765rem; color:#222; letter-spacing:-0.7pt; line-height:1; border-bottom:1px solid #ddd; padding:10px 0 30px; margin:0 0 30px;}
.view_table .table_in .txtCont .info {}
.view_table .table_in .txtCont .info dl {display:flex; width:100%; margin:0 0 7px;}
.view_table .table_in .txtCont .info dl dt {display:block; width:80px; vertical-align:top; line-height:1.8; color:#222; font-weight:400; letter-spacing:-0.5pt;}
.view_table .table_in .txtCont .info dl dd {display:block; width:calc(100% - 80px); vertical-align:top; line-height:1.8; letter-spacing:-0.5pt;}
.view_table .table_in .txtCont .info dl dd p {line-height:inherit; letter-spacing:inherit;}
.view_table .table_in .txtCont .info dl dd img{max-width:100%;height:auto;}
.view_table .table_in .txtCont .list_btn {width:120px; height:52px; line-height:50px; text-align:center; position:absolute; bottom:0; right:0; font-size:15px; letter-spacing:-0.6pt; border:1px solid #ddd; border-radius:50px; font-weight:400; background:#fff;}

.process_tit {border-radius:20px; border:1px solid #ddd; box-sizing:border-box; line-height:50px; padding:0 25px; font-size:1.176em	; color:#222; font-weight:400; letter-spacing:-0.7pt; margin:50px 0 30px;}

.list_bgColor {background-color:#30b2e5;}

/* ===== BEGIN lectus-detailpage (자동 생성 — 손으로 고치지 마라) ===== */
/* 출처: sections/_deploy-base.css · 생성 2026-07-29 */
/* 되돌리려면 이 BEGIN~END 블록만 지우면 된다. */
/* ============================================================
   LECTUS 상세페이지 — 배포 베이스 CSS (self-contained)

   정본: design-import/layout-merged.dc.html 의 <helmet> <style> 블록(17~65행).
   합본은 .lc1 · .fc · .lc3 세 스코프의 CSS 를 순서대로 3벌 담고 있다.
   아래 [1][2][3] 은 그 3벌을 순서 그대로, 한 글자도 고치지 않고 옮긴 것이다
   (heading 태그선택자 h2 도 그대로 둔다 — bake 의 expandHeadingSelectors 가
    [data-h="2"] 를 자동 병기한다. 손으로 확장하지 마라).

   로컬 추가분 — 합본에 없거나 합본과 다른 것은 이 4가지뿐이다:
     (a) 폰트 인라인 — 합본은 _ds/tokens/fonts.css 를 <link> 로 참조한다.
         우리 산출물은 워드프레스에 붙여넣는 단일 HTML 이라 자기완결이어야 한다.
         배포본이 의존하던 CMS Pretendard 대신 NanumSquare/Roboto 를 인라인한다(결정사항).
     (b) 토큰 인라인 — 합본이 참조하는 _ds/tokens/colors.css · typography.css 중
         실제로 쓰이는 변수만 스코프에 인라인. 출처는 각 줄 주석 참조.
     (c) html,body 전역 리셋 비활성 — 합본엔 3벌 다 있으나 우리는 CMS 본문에 삽입되므로
         전역 리셋을 걸 수 없다. 주석으로 자리만 남겨 대조 가능하게 뒀다.
     (d) 맨 끝 [4] 세트 마지막 칸 하단 여백.
     (e) 맨 끝 [5] 한글 줄바꿈 보정 — 합본이 본문에 건 word-break:break-all 을
         keep-all 로 덮는다(한글이 어절 중간에서 잘리는 것을 막는다).
     (f) 맨 끝 [6] 본문 폭 제한·줄바꿈 자동조정 해제 — 합본이 본문에 건 max-width:38em 과
         text-wrap:pretty 를 푼다(컨테이너 폭을 그대로 쓰게 한다).
     (g) 맨 끝 [7] 모바일 섹션 여백 — 합본이 .lc1/.lc3 에만 건 819px 이하 패딩 규칙을 .fc 에도 적용
         (안 하면 .fc 섹션만 여백이 절반이라 모바일에서 앞뒤 섹션에 붙어 보인다).
     (h) 맨 끝 [8] .fc-p 본문 정합 — 본문이 p 가 아니라 div.fc-p 인 자리(pain-point·feature-cross)에
         p 겨냥 규칙이 안 걸려 모바일 폰트가 25% 크고 text-wrap:pretty 가 남아 있었다.
     (i) 맨 끝 [9] 본문은 칸을 채운다 — (e)[5] 의 keep-all 을 **본문에 한해 뒤집는다**(2026-07-21 사용자 지시).
         왼쪽 정렬을 유지한 채 break-all 로 줄 끝 공백을 없앤다. 양끝맞춤은 쓰지 않는다.
         **(e) 와 (i) 는 모순이 아니라 순서다** — 제목은 (e)의 keep-all, 본문은 (i)의 break-all.
     (j) 맨 끝 [10] 세트(feature-cross) 모바일 세로 순서 통일 — 합본 [2](line 117)이 reverse 의
         order:1·order:2 를 모바일에서 둘 다 order:0 으로 눌러 '글→이미지' 로 뒤섞인 것을,
         이미지(order:1)를 먼저·텍스트(order:2)를 나중으로 고정해 세 섹션 모두 '이미지→글' 로 통일(2026-07-24 사용자 지시).

   재동기화 방법:
     1) design-import/layout-merged.dc.html 의 <style> 블록을 연다.
     2) .lc1 / .fc / .lc3 3벌을 이 파일의 [1][2][3] 자리에 통째로 덮어쓴다.
     3) 각 벌 첫 줄 html,body 는 (c) 대로 다시 주석 처리한다.
     4) 새로 등장한 var(--*) 가 있으면 design-import/_ds/tokens/*.css 에서 값을 찾아 [토큰] 에 추가한다.
     5) [폰트]·[토큰]·[4]·[5]·[6]·[7]·[8]·[9] 는 손대지 않는다.
        ([5]·[9] 는 [1][3] 을 의도적으로 덮는 보정이라, 덮어쓴 뒤에도 반드시 남아 있어야 한다.
         [9] 가 [5] 보다 뒤에 와야 본문에서 이긴다 — 순서를 바꾸지 마라.)

   bake 시 배포 HTML <head> 에 인라인 <style> 로 삽입된다.
   ============================================================ */

/* ============================================================
   [폰트] 로컬 추가분 (a) — 합본의 _ds/tokens/fonts.css 를 인라인
   ============================================================ */
/* ---- Roboto (Latin/numerals) ---- */


/* ---- NanumSquare (Korean) ---- */





/* ============================================================
   [토큰] 로컬 추가분 (b) — 합본의 _ds/tokens/colors.css · typography.css 중
   실제 사용분만 인라인. 커스텀 프로퍼티는 상속되므로 스코프 래퍼 어디에
   붙어도 하위 섹션까지 닿는다. 스코프 4종을 모두 적어 두는 이유는
   compose 가 어떤 래퍼(.lc / .lc1 / .fc / .lc3)를 쓰든 값이 보장되게 하기 위함.
   주의: 이 파일의 산문 주석에 중괄호를 쓰지 마라 — bake 의 expandHeadingSelectors 는
   주석을 모르고 중괄호를 선택자 경계로 본다. 앞쪽 산문에 h1~h6 글자가 있으면
   주석 안 문장이 복제된다(무해하지만 산출물이 지저분해진다).
   아래 html,body 주석의 중괄호는 검증 완료(복제 유발 안 함) — 원본 대조용으로 유지.
   ============================================================ */
.lc,.lc1,.fc,.lc3{
  /* _ds/tokens/typography.css */
  --font-sans:"NanumSquare","Roboto","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  --font-latin:"Roboto","NanumSquare","Inter",Arial,sans-serif;
  /* _ds/tokens/colors.css */
  --brand:#30B2E5;      /* = --blue-500 */
  --ink:#101828;        /* gray-900 */
  --body:#364153;
  --body-2:#4A5565;
  --surface-card:#FFFFFF;  /* colors.css: --surface-card: var(--white) · --white: #FFFFFF
                              (gallery/closing-glass.html 의 background-color 가 사용) */
}

/* ============================================================
   [1] 합본 .lc1 스코프 — 원본 그대로 (design-import/layout-merged.dc.html 19~30행)
   ============================================================ */
    /* html,body{margin:0;padding:0;background:#fff}  ← 합본에 있으나 의도적으로 비활성.
       우리 산출물은 워드프레스 본문에 붙는 조각이라 전역 리셋을 걸면 호스트 페이지를 망가뜨린다.
       원본 대조용으로 자리만 남긴다. */
    .lc1 *{box-sizing:border-box}
    .lc1{font-family:var(--font-sans);font-size:16px;color:#364153;background:#fff;-webkit-font-smoothing:antialiased;line-height:1.6;letter-spacing:-0.01em;overflow-x:clip}
    .lc1 img{display:block;max-width:100%}
    .lc .num,     .lc1 .num,     .lc3 .num,     .fc .num{font-family:var(--font-latin)}
    .lc1 [data-carousel-track]{scrollbar-width:none;-ms-overflow-style:none}
    .lc1 [data-carousel-track]::-webkit-scrollbar{display:none}
    @media (max-width:760px){.lc1 [data-scene]{grid-template-columns:1fr !important}}
      @media(max-width:1024px){.lc1 p,.lc1 li{text-align:justify !important;text-justify:inter-character !important;text-wrap:wrap !important;word-break:break-all !important;overflow-wrap:break-word !important;max-width:none !important;hyphens:none !important}.lc1 [data-scene-copy] div,.lc1 [data-scene-copy] [data-rv]{text-wrap:wrap !important;max-width:none !important}.lc1 h2{text-align:left !important;word-break:keep-all !important;overflow-wrap:break-word !important;max-width:none !important;text-wrap:balance !important;font-size:1.3em !important}.lc1 [data-scene-copy] [data-rv],.lc1 [data-scene-copy]>p{max-width:none !important}}
      @media(max-width:819px){.lc1 p,.lc1 li{font-size:0.8em;line-height:1.6}.lc1 h2{line-height:1.3}.lc1>section:not([data-flush]):not(:has([data-scene])){padding-top:clamp(112px,14vw,192px) !important;padding-bottom:clamp(112px,14vw,192px) !important}.lc1 [data-cprev],.lc1 [data-cnext]{width:32px !important;height:32px !important}.lc1 [data-cprev] svg,.lc1 [data-cnext] svg{width:18px;height:18px}.lc1 [data-hero-b1] [data-hero-bg]{display:block !important}.lc1 [data-hero-b1] [data-hero-img]{display:none !important}.lc1 [data-hero-b1]{display:flex;align-items:center;min-height:78vw}.lc1 [data-hero-b1] [data-hero-card]{display:flex;flex-direction:column;margin:0;padding:clamp(28px,7vw,40px) clamp(20px,5vw,40px)}.lc1 [data-hero-b1] [data-hero-card] h2{color:#fff !important}.lc1 [data-hero-b1] [data-hero-card] p,.lc1 [data-hero-b1] [data-hero-card] span{color:rgba(255,255,255,.82) !important}.lc1 [data-hero-b1] [data-hero-cta]{display:inline-block !important}}
      @media(max-width:819px){.lc1 [data-scene-group="first"]{padding-top:clamp(112px,14vw,192px) !important}.lc1 [data-scene-group="last"]{padding-bottom:clamp(112px,14vw,192px) !important}}
      @media(max-width:1024px){.lc1 [data-hero-b1]{display:flex;align-items:center;min-height:64vw;border-radius:0 !important;overflow:hidden}.lc1 [data-hero-b1] [data-hero-bg]{display:block !important;border-radius:0 !important}.lc1 [data-hero-b1] [data-hero-bg]::part(frame){border-radius:0 !important}.lc1 [data-hero-b1] [data-hero-bg] img{border-radius:0 !important}.lc1 [data-hero-b1] [data-hero-img]{display:none !important}.lc1 [data-hero-b1] [data-hero-grad]{display:block !important}.lc1 [data-hero-b1] [data-hero-card]{display:flex;flex-direction:column;width:auto !important;max-width:none !important;margin:0 !important;padding:clamp(24px,5vw,40px) clamp(20px,5vw,40px) !important}.lc1 [data-hero-glass]{max-width:none !important;background-color:#12161c75 !important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:clamp(26px,5vw,40px) !important}.lc1 [data-hero-b1] [data-hero-card] h2{color:#fff !important}.lc1 [data-hero-b1] [data-hero-card] p,.lc1 [data-hero-b1] [data-hero-card] span{color:rgba(255,255,255,.85) !important}}

/* ============================================================
   [2] 합본 .fc 스코프 — 원본 그대로 (design-import/layout-merged.dc.html 33~53행)
   ============================================================ */
    /* html,body{margin:0;padding:0;background:#fff}  ← 합본에 있으나 의도적으로 비활성.
       우리 산출물은 워드프레스 본문에 붙는 조각이라 전역 리셋을 걸면 호스트 페이지를 망가뜨린다.
       원본 대조용으로 자리만 남긴다. */
    .fc *{box-sizing:border-box}
    .fc{font-family:var(--font-sans);font-size:16px;color:#364153;background:#fff;-webkit-font-smoothing:antialiased;line-height:1.6;letter-spacing:-0.01em;overflow-x:clip}
    .fc img{display:block;max-width:100%}
    .lc .num,     .lc1 .num,     .lc3 .num,     .fc .num{font-family:var(--font-latin)}
    .fc-wrap{max-width:1120px;margin:0 auto;padding:0 clamp(20px,5vw,40px)}
    .fc-ey{display:inline-block;font-family:var(--font-latin);font-size:0.8125em;font-weight:800;letter-spacing:.14em;color:#30B2E5;text-transform:uppercase}
    .fc-h{font-size:1.75em;font-weight:800;line-height:1.3;letter-spacing:-0.03em;color:#101828;margin:0;text-wrap:normal}
    .fc-dark .fc-h{color:#fff}
    .fc-p{font-size:1em;line-height:1.6;color:#4A5565;text-wrap:pretty}
    .fc-card{background:#11161F;border:1px solid #1E2530;border-radius:18px}
    @keyframes fc-marq{from{transform:translateX(0)}to{transform:translateX(-50%)}}
    @keyframes fc-glow{0%,100%{opacity:.5;transform:scale(1)}50%{opacity:.9;transform:scale(1.12)}}
    .fc-reveal{opacity:0;transform:translateY(34px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}
    .fc-reveal.in{opacity:1;transform:none}
    @media (prefers-reduced-motion:reduce){.fc-reveal{opacity:1;transform:none}.fc-marqtrack{animation:none!important}}
    @media (max-width:760px){.fc-2col{grid-template-columns:1fr!important}.fc-out{grid-template-columns:1fr!important}.fc-2col>[style*="order:2"]{order:0!important}.fc-2col>[style*="order:1"]{order:0!important}}
      .fc [data-scene-copy]{font-size:0.7em}
    @media(max-width:1024px){.fc-h,.fc h2{font-size:1.3em !important}}
    @media(max-width:819px){.fc p,.fc li{font-size:0.8em;line-height:1.6}.fc h1,.fc h2,.fc-h{line-height:1.3}.fc [data-pfcar]{gap:8px !important;grid-auto-columns:calc((100% - 16px)/3) !important}.fc [data-pfprev],.fc [data-pfnext]{display:none !important}.fc [data-pfthumbs]{margin-top:8px !important}}
    .fc image-slot-gif::part(image){object-fit:cover;width:100% !important;height:100% !important;left:50% !important;top:50% !important;max-width:100% !important}

/* ============================================================
   [3] 합본 .lc3 스코프 — 원본 그대로 (design-import/layout-merged.dc.html 56~63행)
   ============================================================ */
    /* html,body{margin:0;padding:0;background:#fff}  ← 합본에 있으나 의도적으로 비활성.
       우리 산출물은 워드프레스 본문에 붙는 조각이라 전역 리셋을 걸면 호스트 페이지를 망가뜨린다.
       원본 대조용으로 자리만 남긴다. */
    .lc3 *{box-sizing:border-box}
    .lc3{font-family:var(--font-sans);font-size:16px;color:#364153;background:#fff;-webkit-font-smoothing:antialiased;line-height:1.6;letter-spacing:-0.01em;overflow-x:clip}
    .lc3 img{display:block;max-width:100%}
    .lc .num,     .lc1 .num,     .lc3 .num,     .fc .num{font-family:var(--font-latin)}
    @media (max-width:760px){.lc3 [data-scene]{grid-template-columns:1fr !important}}
      @media(max-width:1024px){.lc3 p,.lc3 li{text-align:justify !important;text-justify:inter-character !important;text-wrap:wrap !important;word-break:break-all !important;overflow-wrap:break-word !important;max-width:none !important;hyphens:none !important}.lc3 [data-scene-copy] div,.lc3 [data-scene-copy] [data-rv]{text-wrap:wrap !important;max-width:none !important}.lc3 h2{word-break:keep-all !important;text-wrap:balance !important;font-size:1.3em !important}.lc3 [data-flush] p,.lc3 [data-flush] h2{text-align:left !important}}
      @media(max-width:819px){.lc3 p,.lc3 li{font-size:0.8em;line-height:1.6}.lc3 h2{line-height:1.3;word-break:keep-all}.lc3>section:not([data-flush]):not(:has([data-scene])){padding-top:clamp(112px,14vw,192px) !important;padding-bottom:clamp(112px,14vw,192px) !important}.lc3 [data-scene-group="first"]{padding-top:clamp(112px,14vw,192px) !important}.lc3 [data-scene-group="last"]{padding-bottom:clamp(112px,14vw,192px) !important}.lc3 [data-lgap]{margin-top:clamp(112px,14vw,192px) !important}}

/* ============================================================
   [4] 로컬 추가분 (d) — 합본에 없음
   ============================================================ */

/* 세트 마지막 칸 하단 여백 — 프래그먼트는 상단 패딩만 갖는다(위치 종속 제거).
   bake 가 주입하는 data-scene-group="last" 로 하단을 준다.
   인라인 style 을 이겨야 하므로 !important 필수. 값은 원본 인라인과 동일. */
.lc1 [data-scene-group="last"]{padding-bottom:clamp(56px,7vw,96px) !important}
.fc  [data-scene-group="last"]{padding-bottom:clamp(56px,8vw,104px) !important}

/* ============================================================
   [5] 로컬 추가분 (e) — 한글 줄바꿈 보정 (2026-07-20, 사용자 리뷰 지적)
   ============================================================ */

/* 합본 [1][3] 의 max-width:1024px 규칙은 본문에 word-break:break-all 을 건다.
   라틴 문자엔 맞지만 한글은 어절 중간에서 잘린다 — 실제로 01 BA 섹션이
   "…분위기를 어 / 떻게 바꾸는지…" 로 끊겼다(사용자 확인).
   한글 본문의 정답은 keep-all(어절 단위로 끊고, 공백에서만 줄바꿈)이고,
   합본도 제목 줄에는 이미 keep-all 을 쓰고 있다 — 본문에만 안 걸려 있었다.
   (이 주석에 제목 태그명을 적지 마라 — 위 [토큰] 주석의 경고 참조.)
   길어서 한 줄에 안 들어가는 단어(긴 영문 용어)는 아래 overflow-wrap 이 받는다.

   범위가 넓은 이유(2026-07-20 실측): 처음엔 break-all 이 걸린 .lc1/.lc3 의 1024px 이하만
   덮었는데, 헤드리스 실측에서 데스크톱 1440px 과 .fc 스코프가 그대로 깨졌다.
   word-break 를 아무것도 안 걸면 브라우저 기본값이 한글을 음절 단위로 아무 데나 끊기 때문이다
   (.fc 에는 애초에 규칙이 없었고, .lc1/.lc3 도 1024px 초과에서는 규칙 밖이었다).
   그래서 break-all 을 걷어내는 것으로는 부족하고, 전 스코프에 keep-all 을 '걸어야' 한다.

   두 단으로 나눈 이유: word-break 는 상속되므로 래퍼에 걸면 p·li·제목·div 까지 한 번에 닿는다.
   다만 합본이 !important 로 break-all 을 박아 둔 자리만은 상속으로 못 이기므로 같은 선택자로 다시 덮는다.

   [1][3] 구역을 직접 고치지 않는 이유: 그 구역은 합본에서 한 글자도 안 고치고
   옮긴 것이라 재동기화(위 '재동기화 방법' 2단계)가 통째로 덮어쓴다.
   여기서 덮어써야 재동기화 후에도 살아남는다.

   @qa-guard:hangul-wordbreak  ← check-page-quality.mjs 가 이 표식으로 보정 유실을 감시한다. 지우지 마라. */
.lc,.lc1,.fc,.lc3{word-break:keep-all;overflow-wrap:break-word}
@media(max-width:1024px){
  .lc1 p,.lc1 li,.lc3 p,.lc3 li{word-break:keep-all !important;overflow-wrap:break-word !important}
}

/* ============================================================
   [6] 로컬 추가분 (f) — 본문 폭 제한·줄바꿈 자동조정 해제 (2026-07-20, 사용자 리뷰 지적)
   ============================================================ */

/* 합본 프래그먼트는 본문에 인라인으로 두 가지를 건다:
     max-width:38em  → 컨테이너(1120px)보다 훨씬 좁게 잘라 글이 일찍 끊긴다.
                       실측(35번 신뢰 섹션 1440px): 이미지는 1240px 까지 가는데 본문은 810px 에서 끊겼다.
     text-wrap:pretty → 브라우저가 마지막 줄을 예쁘게 만들려고 앞 줄들을 임의로 당겨 끊는다.
   사용자 결정: "정해진 간격 안에서 그냥 이어지게" — 둘 다 해제하고 컨테이너 폭을 그대로 쓴다.

   제목(h2·[data-h])은 건드리지 않는다(헤더는 문제 없다는 사용자 확인). 그래서 p·li 만 고른다.
   인라인 style 을 이겨야 하므로 !important 필수.
   word-break:keep-all([5])은 유지한다 — 그건 '어절 중간을 자르지 마라'는 규칙이라 성격이 반대다.
   빼면 "분위기를 어 / 떻게" 가 되살아난다. @qa-guard 참조. */
.lc p,.lc1 p,.fc p,.lc3 p,
.lc li,.lc1 li,.fc li,.lc3 li{max-width:none !important;text-wrap:wrap !important}

/* 본문을 감싼 래퍼가 좁으면 p 만 풀어도 소용없다 — 본문 래퍼도 함께 푼다.
   (ba-slider-titled 헤더 블록이 max-width:40em 로 h2+본문을 함께 묶고 있다) */
.lc1 [data-scene-copy]>div,.lc1 [data-scene-copy] [data-rv],
.fc .fc-reveal>p{max-width:none !important}

/* ============================================================
   [7] 로컬 추가분 (g) — 모바일 섹션 여백을 스코프 간에 맞춘다 (2026-07-20, 디자이너 피드백)
   ============================================================ */

/* 합본은 819px 이하에서 섹션 상하 패딩을 112px 로 키우는 규칙을 .lc1 과 .lc3 에만 걸었다.
   .fc 에는 같은 규칙이 없어(합본에 `.fc>section` 규칙 0건) .fc 섹션만 인라인 값(40~56px)에 머문다.
   그 결과 모바일에서 페인포인트(.fc)가 앞뒤 섹션(.lc1)에 바짝 붙어 보였다 — 실측 360px:
     video(하단 112) + pain(상단 40) = 152px  vs  일반적인 112+112 = 224px.
   .fc 도 같은 규칙을 받게 해 경계마다 여백이 들쭉날쭉하지 않게 한다.
   세트(scene)·풀블리드는 원본대로 제외한다(연속 배치가 의도된 것들이다). */
@media(max-width:819px){
  .fc>section:not([data-flush]):not(:has([data-scene])){
    padding-top:clamp(112px,14vw,192px) !important;
    padding-bottom:clamp(112px,14vw,192px) !important;
  }
}

/* ============================================================
   [8] 로컬 추가분 (h) — .fc-p 본문을 다른 본문과 같게 (2026-07-21, 디자이너 피드백)
   ============================================================ */

/* 본문은 대부분 p 인데 `.fc-p` 만 div 다(pain-point · feature-cross 3종).
   그래서 p·li 를 겨냥한 규칙이 이 자리만 비껴간다. 실측(360px)에서 드러난 결과:
     본문 폰트 — 다른 섹션 12.8px vs 페인포인트 16.0px (25% 큼)
     [6] 의 text-wrap:pretty 해제도 안 걸려 임의 줄바꿈이 남아 있었다.
   합본의 `.fc p,.fc li{font-size:0.8em}`(819px 이하)과 같은 값을 .fc-p 에도 준다.
   ※ 새 프래그먼트를 만들 때 본문은 되도록 p 를 써라 — 클래스로만 구분하면 이런 누락이 반복된다. */
.fc-p{text-wrap:wrap !important}
@media(max-width:819px){
  .fc .fc-p{font-size:0.8em !important;line-height:1.6 !important}
}

/* ============================================================
   [9] 로컬 추가분 (i) — 본문은 칸을 채운다 (2026-07-21, 사용자 지시)
   ============================================================ */

/* ★ [5] 의 keep-all 을 **본문에 한해** 뒤집는다. 결함이 아니라 의도된 번복이다 — 되돌리지 마라.

   경위: keep-all 은 어절을 안 쪼개는 대신, 다음 어절이 안 들어가면 줄을 일찍 끝낸다.
   실측(06 원리 섹션 1920px): 484px 칸에서 줄 끝에 최대 84px(약 17%)가 남았고,
   사용자가 "가득 차지도 않았는데 줄바꿈된다"고 지적했다.

   사용자 결정(2026-07-21): **양끝맞춤으로 글자 사이를 억지로 벌리지 말고, 왼쪽 정렬을 유지한 채
   단어 중간에서 잘려도 좋으니 공백 없이 다음 줄로 넘겨라.** ("디/자인 해도 상관없다")
   → 본문 = break-all + text-align:left. 양끝맞춤(justify)은 쓰지 않는다.

   이는 2026-07-20 의 "어절 중간을 자르지 마라"(01 BA '분위기를 어/떻게')를 **사용자가 직접 번복**한 것이다.
   따라서 '분위기를 어/떻게' 류가 다시 보여도 그건 결함이 아니다.
   check-page-quality 의 [렌더] 어절 중간 줄바꿈 검사도 같은 날 경고로 낮췄다(exit 1 → 경고).

   제목은 그대로 keep-all 이다(사용자: "헤더는 상관없어. 본문이 중요해").
   [5] 가 래퍼에 건 keep-all 이 제목까지 상속으로 닿고, 여기서 본문만 다시 덮는다.

   합본이 1024px 이하에 건 text-align:justify 도 함께 끈다 — 사용자가 '억지로 간격을 늘리지 말라'고
   했으므로 좁은 폭에서도 왼쪽 정렬이다.

   @qa-guard:body-fill-line  ← check-page-quality.mjs 가 이 표식으로 보정 유실을 감시한다. 지우지 마라. */
.lc p,.lc1 p,.fc p,.lc3 p,
.lc li,.lc1 li,.fc li,.lc3 li,
.fc-p{
  word-break:break-all !important;
  overflow-wrap:break-word !important;
  text-align:left !important;
  text-justify:auto !important;
}

/* ────────────────────────────────────────────────────────────────
   [10] 로컬 추가분 (j) — 세트(feature-cross) 모바일 세로 순서 통일 (2026-07-24, 사용자 지시)

   커리큘럼·원리·응용 세트의 세로형(feature-cross) 섹션은 데스크톱에서 좌우로 교차한다.
   모바일(1단)에서는 세 섹션 모두 '이미지 먼저, 글 나중'으로 통일해야 하는데,
   feature-cross-reverse 만 글이 먼저 나와 순서가 뒤섞였다(사용자 지적).
   원인: reverse 의 DOM 이 '텍스트(order:2) → 이미지(order:1)' 이고, 합본 [2](line 117)이
   모바일에서 order:1·order:2 를 둘 다 order:0 으로 눌러 DOM 순서(글→이미지)를 따르게 하기 때문.
   여기서 reverse 만 이미지(order:1)를 먼저(0), 텍스트(order:2)를 나중(1)으로 고정해 통일한다.
   기본형·태그형은 DOM 이 이미 '이미지→텍스트' 라 order 인라인이 없어 이 규칙에 안 걸린다(영향 없음).
   [2] 를 직접 못 고치는 이유: 재동기화가 [1][2][3] 을 통째로 덮어쓴다 — 맨 끝 로컬이 뒤에 와서 이긴다.
   [9] 보다 뒤에 와도 선택자가 겹치지 않아 순서 의존 없음.

   @qa-guard:fc-mobile-imgfirst  ← check-page-quality.mjs 가 이 표식으로 유실을 감시한다. 지우지 마라.
   ──────────────────────────────────────────────────────────────── */
@media (max-width:760px){
  .fc-2col>[style*="order:1"]{order:0 !important}   /* 이미지 먼저 */
  .fc-2col>[style*="order:2"]{order:1 !important}   /* 글 나중 */
}

/* ===== JS 부재 보정 — 이 사이트에는 런타임이 없다(살균기가 script 를 지운다) ===== */

/* ★ 기준 폰트를 원본과 같은 16px 로 고정한다.
   우리 CSS 의 모바일 분기는 0.8em 같은 상대값을 쓰는데, 그 기준이 호스트마다 다르다:
     데스크톱 .cv_text = 15px · 모바일 .info_text div = 13px · 원본 = 16px
   그대로 두면 모바일 본문이 13x0.8 = 10.4px 로 나온다(원본은 12.8px). 실측으로 확인했다.
   데스크톱은 우리 CSS 가 절대값으로 다시 잡아 줘서 이 값을 바꿔도 안 변한다(실측: h2 28px 불변). */
.lc{font-size:16px !important}
/* ★ .lc 하나로는 안 된다. 모바일의 .info_text div{font-size:13px} 이 **모든 하위 div 에
   직접** 걸려 상속을 끊는다 — .lc 를 16px 로 해도 자손 div 가 다시 13px 이 된다.
   그 규칙만 무력화한다(우리 스코프 안에서만, 특이도 0,2,1 로 0,1,1 을 이긴다).
   실측: 이걸 넣어야 h2 20.8px · 본문 12.8px/lh20.48 로 원본과 일치한다. */
.info_text .lc div{font-size:inherit}

/* 등장 애니메이션 — 2026-08-12 게이트 전환.
   기본값은 '보임'(JS 없으면 그대로 남는다) · html.lc-js 일 때만 초기 숨김을 되살린다.
   특이도 0,2,0 이 0,1,0 을 이기므로 같은 !important 끼리는 게이트 쪽이 이긴다. */
.fc-reveal{opacity:1 !important;transform:none !important;transition:none !important}
html.lc-js .fc-reveal{
  opacity:0 !important;
  transform:translateY(34px) !important;
  transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1) !important;
}
html.lc-js .fc-reveal.in{opacity:1 !important;transform:none !important}
@media (prefers-reduced-motion:reduce){
  html.lc-js .fc-reveal{opacity:1 !important;transform:none !important;transition:none !important}
}

/* 반응형: _setupResponsive(_deploy-runtime.js:58) 의 분기를 그대로 옮김.
   ★ html:not(.lc-js) 로 감싼다 — 런타임이 실리면 JS 가 인라인으로 계산해 넣으므로
     여기서 !important 로 박으면 **JS 를 이겨 버린다**(2026-08-12 실측으로 확인). */
@media (min-width:760px){
  html:not(.lc-js) .lc [data-scene]{grid-template-columns:1fr 1fr !important}
  html:not(.lc-js) .lc [data-cards]{grid-template-columns:repeat(3,1fr) !important}
  html:not(.lc-js) .lc [data-grid3]{display:grid !important;grid-template-columns:repeat(3,1fr) !important}
  html:not(.lc-js) .lc [data-evengrid]{grid-template-columns:repeat(3,1fr) !important}
  /* 좌우 교차 — data-reverse 면 글이 왼쪽 */
  html:not(.lc-js) .lc [data-scene]:not([data-reverse])>:not([data-scene-copy]){order:0 !important}
  html:not(.lc-js) .lc [data-scene]:not([data-reverse])>[data-scene-copy]{order:1 !important}
  html:not(.lc-js) .lc [data-scene][data-reverse]>[data-scene-copy]{order:0 !important}
  html:not(.lc-js) .lc [data-scene][data-reverse]>:not([data-scene-copy]){order:1 !important}
}
@media (max-width:759.98px){
  html:not(.lc-js) .lc [data-scene]{grid-template-columns:1fr !important}
  html:not(.lc-js) .lc [data-cards]{grid-template-columns:1fr !important}
  html:not(.lc-js) .lc [data-evengrid]{grid-template-columns:repeat(2,1fr) !important}
  /* 모바일은 교차 없이 항상 이미지 먼저 */
  html:not(.lc-js) .lc [data-scene]>:not([data-scene-copy]){order:0 !important}
  html:not(.lc-js) .lc [data-scene]>[data-scene-copy]{order:1 !important}
}

/* ★ LMS 의 skin2.css 가 우리 이미지를 눌러 비율 타일이 반만 찬다:
     .cv .cv_text img{max-width:100%;height:auto !important}
   !important 라 우리 인라인 height:100% 가 진다. 채움형 이미지만 되돌린다.
   (우리 채움 이미지는 전부 object-fit:cover 를 갖는다 — 20/20 실측)
   에디터가 style 을 재직렬화해 "object-fit: cover" 로 공백이 들어가므로
   부분일치(*=)로 잡는다. 완전일치로 바꾸지 마라. */
.lc img[style*="object-fit"],.fc img[style*="object-fit"]{height:100% !important;max-width:none !important;
  /* ★ 모바일 쪽에도 같은 계열의 방해가 있다: /html/css/mobile.css 의
       .info_text img{width:auto !important;max-width:100%}
     데스크톱은 height 를, 모바일은 width 를 눌러 온다. 둘 다 되돌린다. */
  width:100% !important}

/* 포트폴리오 썸네일 — 격자 (JS 부재 시에만)

   2026-07-29: 원래 한 줄 가로 슬라이더인데 JS 도 화살표도 없어 6장 중 3장이 잘려
   격자로 펼쳤다. 당시 전체폭 스트립 대안은 사용자가 디자인상 기각했다
   (바로 아래 캐러셀도 전체폭 이미지 스트립이라 같은 동작이 연달아 반복돼서).

   ★ 2026-08-12: 런타임이 사이트에 올라가 화살표가 실제로 동작하게 됐다.
     "슬라이더가 갤러리로만 작동한다"는 지적을 받아 **사용자 결정으로 원본 슬라이더 복원.**
     기각됐던 것은 '전체폭 스트립'이지 '슬라이더'가 아니었고, 격자를 택한 이유(JS 없음)가
     사라졌다. → JS 가 없을 때만 격자로 폴백한다.
     원본 실측치: 336px x 6열 한 줄(가로 슬라이더). 아래 '원본 충실' 절 참조. */
html:not(.lc-js) [data-pfcar]{grid-auto-flow:row !important;grid-template-columns:repeat(3,1fr) !important;
  grid-auto-columns:auto !important;overflow-x:visible !important;scroll-snap-type:none !important}
@media (max-width:759.98px){
  html:not(.lc-js) [data-pfcar]{grid-template-columns:repeat(2,1fr) !important}
}

/* 캐러셀 스크롤바 — JS 부재 시에만.
   JS 가 없으면 오토스크롤도 드래그도 없고 스크롤바마저 숨겨져(scrollbar-width:none)
   넘길 수단이 아예 없다. 그때만 스크롤바를 보이게 해 사람이 밀 수 있게 한다.
   런타임이 있으면 오토스크롤이 돌므로 스크롤바는 군더더기다. */
html:not(.lc-js) [data-carousel-track]{scrollbar-width:thin !important;padding-bottom:10px !important}
html:not(.lc-js) [data-carousel-track]::-webkit-scrollbar{display:block !important;height:8px}
html:not(.lc-js) [data-carousel-track]::-webkit-scrollbar-thumb{background:rgba(16,24,40,.28);border-radius:4px}
html:not(.lc-js) [data-carousel-track]::-webkit-scrollbar-track{background:rgba(16,24,40,.06);border-radius:4px}

/* 조작 버튼 — JS 부재 시에만 숨긴다. JS 가 없으면 눌러도 아무 일도 안 해 오해만 준다.
   ★ 런타임이 있으면 반드시 보여야 한다. 이 줄이 게이트 없이 걸려 있어서
     "신뢰 슬라이더에 화살표가 없다"가 됐다(2026-08-12 실측). */
html:not(.lc-js) [data-pfprev],
html:not(.lc-js) [data-pfnext],
html:not(.lc-js) [data-cprev],
html:not(.lc-js) [data-cnext],
html:not(.lc-js) [data-grid3-dots]{display:none !important}

/* Before/After 비교 — JS 가 손잡이를 끌어 clip-path 를 움직이던 물건이다.
   JS 가 없으면 clip-path:inset(0 50% 0 0) 에서 멈춰 '왼쪽 절반/오른쪽 절반' 정지 비교가 된다.
   기능적으로는 그것으로 충분하다(두 장면이 다 보인다). 문제는 거짓 신호다:
   cursor:ew-resize 와 원형 그립(↔)이 "끌 수 있다"고 말하는데 안 끌린다.

   ★ BEFORE/AFTER 라벨을 CSS 로 찍지 마라. alt 는 9과정 전부 동일한 일반 템플릿
     ("보정 전/후")이라 과정별 실제 내용과 다르다. 예: 15_RSCA 는 보정 전후가 아니라
     '낮 장면과 밤 장면'이다(카피가 그렇게 말한다). 라벨을 찍으면 화면의 카피와 모순된다.
     무엇을 비교하는지는 바로 위 h2·본문이 이미 설명한다. */
   ★ 2026-08-12: 아래 전부 html:not(.lc-js) 로 감쌌다. 런타임이 있으면 손잡이가 진짜로
     끌리므로 cursor:ew-resize 와 그립은 거짓 신호가 아니라 사실이다. 게이트 없이 두면
     "BA 가 의도한 코드와 다르게 구현된다"가 된다(실측: cursor default·그립 display none). */
html:not(.lc-js) .lc [data-ba]{cursor:default !important}
html:not(.lc-js) .lc [data-ba] [data-ba-handle] > div{display:none !important}   /* 드래그 그립 숨김 — 구분선만 남긴다 */
html:not(.lc-js) .lc [data-ba] [data-ba-top]{transition:clip-path .7s cubic-bezier(.16,1,.3,1)}
html:not(.lc-js) .lc [data-ba]:hover [data-ba-top]{clip-path:inset(0 100% 0 0) !important}
html:not(.lc-js) .lc [data-ba] [data-ba-handle]{transition:left .7s cubic-bezier(.16,1,.3,1),opacity .45s}
html:not(.lc-js) .lc [data-ba]:hover [data-ba-handle]{left:0 !important;opacity:0}

/* 영상 자리 재생 버튼 — iframe 을 못 쓰므로 썸네일+링크로 바꿨는데, 그냥 두면
   그림인지 영상인지 구분이 안 된다. 원형 배지와 삼각형을 얹어 영상임을 알린다.

   ★ 마크업(<span>)으로 넣지 마라 — 에디터가 지운다. 내용이 없는 빈 요소라
     살균기가 걷어낸다(실측: 저장 후 spanCount 0). 가상요소는 CSS 에 있으므로 안 지워진다.
   삼각형은 data URI SVG 다 — 외부 파일이 없어 업로드할 자산이 늘지 않는다. */
   ★ 2026-08-12: html:not(.lc-js) 로 감쌌다. 런타임의 _setupVideo 가 같은 자리에
     [data-lc-play] 배지를 그리므로, 게이트가 없으면 **배지가 두 개 겹친다**(실측 확인).
     JS 가 있으면 배지는 JS 가, 없으면 이 가상요소가 맡는다. */
html:not(.lc-js) .lc a[href*="youtube.com/watch"]{position:relative;display:block;cursor:pointer}
html:not(.lc-js) .lc a[href*="youtube.com/watch"]::after{
  content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:clamp(64px,7vw,96px);height:clamp(64px,7vw,96px);border-radius:50%;
  background:rgba(16,24,40,.68) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M9 5.5l10 6.5-10 6.5z'/%3E%3C/svg%3E") no-repeat center/38%;
  box-shadow:0 10px 30px -8px rgba(16,24,40,.55),0 0 0 1px rgba(255,255,255,.18) inset;
  transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s;
  pointer-events:none}
html:not(.lc-js) .lc a[href*="youtube.com/watch"]:hover::after{
  transform:translate(-50%,-50%) scale(1.08);background-color:rgba(227,30,36,.92)}
/* 썸네일 확대는 JS 유무와 무관하게 두어도 배지와 겹치지 않는다 — 그대로 유지한다. */
.lc a[href*="youtube.com/watch"] img{transition:transform .5s cubic-bezier(.16,1,.3,1),filter .3s}
.lc a[href*="youtube.com/watch"]:hover img{transform:scale(1.03);filter:brightness(.92)}

/* ===== 방향 A — 폭의 리듬 (2026-07-29 디자인 검토) =====

   문제: LMS 컨테이너가 1200px 라 넓은 화면에서 콘텐츠가 화면의 44% 만 썼고,
   섹션 배경색이 1200px 에서 끊겨 '밴드'가 아니라 '떠 있는 사각형'으로 보였다.

   원인: skin2.css 의 .content_body{overflow:hidden}(폭 1200px)이 100vw 탈출을 잘랐다.
   캐러셀이 2560px 로 계산되면서도 화면엔 1200px 만 나오던 것도 같은 이유다.
   skin2.css 는 LMS 소관이지만 custom.css 가 그 뒤에 로드되므로 덮을 수 있다.

   ★ :has(.lc) 로 우리 상세페이지가 든 페이지에만 건다. 다른 LMS 화면은 안 건드린다.
   ★ main_wrap 의 overflow:hidden 은 일부러 남긴다 — 100vw 가 스크롤바 폭만큼 넘치는
     8px 를 그것이 잡는다. 해제하면 가로 스크롤이 생긴다(실측).
   ★ 전 섹션을 전체폭으로 하되 '안쪽 글'은 기존 max-width:1120px 래퍼가 그대로 잡는다.
     밴드만 넓어지고 읽기 폭은 유지된다 — 이게 핵심이다. 글까지 넓히면 한 줄이 2500px 가
     되어 원본보다 나빠진다. */
.content_body:has(.lc){overflow:visible !important}
.lc,.lc1,.lc3,.fc{overflow:visible !important;overflow-x:visible !important}
/* ★ 2026-08-12 수정 — 100vw 가 아니라 max(100vw,1600px) 다.
     이 사이트의 레이아웃 폭은 뷰포트 폭이 아니다. custom.css 18행에
     #wrap{min-width:1600px} 이 걸려 있어, 뷰포트가 1600px 보다 좁으면 문서는 1600px 로
     고정되고 가로 스크롤이 생긴다. 그때 100vw(=뷰포트)는 문서보다 좁아 섹션이 미달한다.
       실측 산술 — 뷰포트 1440: 문서 1600, content_body 좌측 (1600-1200)/2 = 200px.
         옛 값 margin-left = 600-720 = -120 → 섹션 좌측 80px (좌우 80px 씩 남음)
         새 값 margin-left = 600-800 = -200 → 섹션 좌측 0 · 폭 1600 (문서와 정확히 일치)
       라이브 A/B 확인(2026-08-12, 뷰포트 1440): 옛 1440/좌80/좌끝미달 → 새 1600/좌0/닿음.
     ★ 깨지는 구간은 뷰포트 1200~1600px 였다. 1440·1536 노트북이 여기 들어간다.
       2026-07-29 검증이 뷰포트 2545px 에서만 이뤄져 못 잡혔다.
       확인은 반드시 1440px 폭에서 하라 — 넓은 모니터에서는 고치기 전에도 정상으로 보인다.
     ★ 800px 은 1600px 의 절반이다. #wrap 의 min-width 를 바꾸면 두 값을 같이 바꿔라.
     ★ mobile.css 에는 이 규칙이 안 들어간다(아래 SCOPES 처리). 모바일은
       #wrap{min-width:320px} 이라 1600px 바닥이 없어, 걸면 좁은 창에서 오히려 벌어진다. */
.lc section{width:max(100vw,1600px) !important;margin-left:calc(50% - max(50vw,800px)) !important;margin-right:0 !important}

/* ★ 전체폭은 뷰포트가 컨테이너보다 넓을 때만 성립한다.
     calc(50% - 50vw) 의 50% 는 **컨테이너 폭** 기준이다. 컨테이너(데스크톱 1200px)가
     뷰포트보다 넓으면 부호가 뒤집혀 오른쪽으로 밀린다 —
     실측: 뷰포트 371px 에서 margin-left 가 +415px 이 되어 콘텐츠가 386px 로 쪼그라든 채
     1200px 캔버스 한가운데 떠 있었다. 그게 "모바일 UI 가 깨진다"의 정체였다.
     그리고 100vw 는 스크롤바 폭을 포함해 좁은 화면에서 8px 씩 넘친다.
     아래에서 원본 마크업의 100vw 래퍼(캐러셀)까지 함께 누른다. */
@media (max-width:1199.98px){
  .lc section{width:auto !important;margin-left:0 !important}
  .lc .fc-dark{width:auto !important;margin-left:0 !important}
  .lc [style*="100vw"]{width:100% !important;left:auto !important;margin-left:0 !important}
}

/* ★ .fc-dark 에 따로 손대지 마라. 원본에서 이미 전체폭 섹션이다
     (실측: width 2529px · border-radius 0 · padding 104px 0 · bg #F9FAFB).
     위의 .lc section{width:100vw} 하나로 충분하다.
     한때 여기에 padding:clamp(72px,9vw,132px) 를 줬다가 원본 104px 에서 벗어났다. */

/* ===== 원본 충실 (2026-07-29 사용자 결정) =====

   전체폭이 열린 뒤 "최대한 원본 파일의 레이아웃을 따라가라"는 지시가 있었다.
   그래서 한때 넣었던 방향 B(세트 비대칭 1.15fr·틴트 강화 #EEF2F6·기둥 1400px·
   밴드 여백 190px)를 전부 걷어냈다. 전부 원본과 다른 값이었다.

   ★ 원본 실측치(courses/01_BRBA_revit-deploy.html, 뷰포트 2545px):
       안쪽 기둥      1120px
       세트 열        484px 484px (균등) · gap 72px
       h2             28px / w800
       본문           16px / line-height 25.6px
       섹션 여백      104/104 · 72/72 · 96/96 · 96/0 · 80/104
       틴트           #F9FAFB
       캐러셀         2560px(전체폭) · 슬라이드 520px
       포트폴리오     336px x 6열 한 줄(가로 슬라이더)

   ★ B3 의 ".lc section > div{max-width:1400px}" 은 캐러셀의 전체폭 래퍼까지 잡아
     캐러셀을 2560 → 1400px 로 좁혔다. 기둥을 넓히는 규칙을 다시 넣을 거라면
     전체폭 래퍼를 반드시 제외하라.
     (이 주석은 CSS 템플릿 리터럴 안이다 — 백틱을 쓰면 문자열이 끊긴다.)

   ★ 포트폴리오만은 원본을 못 따른다 — 원본은 JS 화살표로 넘기는 6열 슬라이더인데
     이 사이트엔 JS 가 없다. 3열 2행 격자로 둔다(사용자가 전체폭 스트립을 기각했다).
     이건 어쩔 수 없는 이탈이고, 나머지는 전부 원본값이다. */
/* ===== END lectus-detailpage ===== */
