@charset "utf-8";

/* 테스트 */
.paging {}
.paging a.pv {background:none; position:relative; width:31px; height:31px; border-radius:6px}
.paging a.pv:before {content:""; display:block; width: 13px; height: 11px; background:url('/img/sub/paging_ty1_ico.png') no-repeat 0 0;
position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; z-index: 20
}
.paging a.pv.first:before {background-position:0 0}
.paging a.pv.prev:before {background-position:-13px 0; width:7px}
.paging a.pv.next:before {background-position:-20px 0; width:7px}
.paging a.pv.last:before {background-position:-27px 0}

.paging a.pv.first:hover:before {background-position:0 -11px}
.paging a.pv.prev:hover:before {background-position:-13px -11px; width:7px}
.paging a.pv.next:hover:before {background-position:-20px -11px; width:7px}
.paging a.pv.last:hover:before {background-position:-27px -11px}


.paging a {width:31px; line-height: 31px; height: 31px; border:1px solid #d2d2d2; border-radius: 6px; font-family: 'NanumSquareR'; font-size:12px;
position:relative; overflow: hidden
}

.paging a:after {content:""; display:block; background:url('/img/sub/paging_ty1_uptextbg.png') no-repeat; background-position:0 0; 
	position:absolute; top:0; left: 0; opacity: 0; width:31px; height: 31px; z-index:-1;
	transition:all .2s linear}
.paging a:not(.pv):hover {color:#f54747}
.paging a.on {color:#f54747}

.paging a:hover:after,
.paging a.on:after {background-position:0 -31px;  opacity: 1}

.paging a:not(.pv) .in {position:relative; z-index: 10}

.paging a:not(.pv) {margin:0}
.paging a:not(.pv) + a:not(.pv) {margin:0 0 0 7px}
.paging a:not(.pv) + .next {margin-left:20px}


.paging.type1 {display:flex; align-items:center;gap: 15px; justify-content:center}
.paging.type1 .inset {display:inline-flex;  position:relative; height:49px; align-items:center;gap: 35px;background: rgb(193,191,230);background: -moz-linear-gradient(120deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);background: -webkit-linear-gradient(120deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);background: linear-gradient(120deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1bfe6",endColorstr="#ea88de",GradientType=1);
border-radius:50px}
.paging.type1 a {border:none; }
.paging.type1 .inset {padding: 0 17px;}
.paging.type1 .inset a {z-index:1;
    zwidth:
    inherit;
    height:
    auto;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg); font-size:13px; color:#838383;
    /* border: 1px solid #f00; */
    }
.paging.type1 .inset a::after {display:none}
.paging.type1 .inset::after { 
	content:""; display:block; position:absolute; top:1px; bottom:1px; left:1px; right:1px; 
	background:#fff; border-radius:50px; z-index:0
}
.paging.type1 a:not(.pv) + a:not(.pv) {margin:0}

.paging.type1 .inset a:last-child {display:block}
.paging.type1 .inset a.on { 
	background: linear-gradient(to right, #918de5, #e951d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.paging.type1 a.pv {width:31px; height:31px; position:relative}
.paging.type1 a.pv::before {content:""; display:inline-block; width:14px; height:10px;
background:url("/img/sub/common-page-arrowset.png") no-repeat 0 0 }
.paging.type1 a.pv.first::before {background-position:0 0}
.paging.type1 a.pv.prev::before {width:7px; background-position:-14px 0}
.paging.type1 a.pv.next::before {width:7px; background-position:-21px 0}
.paging.type1 a.pv.last::before {background-position:-28px 0}
.paging.type1 a:not(.pv) + .next {margin-left: 20px;}



.paging.type1 a.pv::after {display:none }




/* 인풋 재정의 */
.inputset {display:inline-block; border:1px solid #ccc; background: #fff;
transition:all .6s ease;
-webkit-transition:all .6s ease;
-moz-transition:all .6s ease
}
.inputset > input,
.inputset > select {height: 26px; padding:0 5px 0 5px; border:none}
.inputset > select {appearance:none; -webkit-appearance:none; background:url(/img/sub/inputselect_selectbg.png) no-repeat right 0 center; padding-right:30px}
select::-ms-expand {display: none}
.inputdate .inputset .datebtn,
.inputset > input + .schbtn { position: relative; display:inline-block; width: 25px; height: 33px;
 text-indent:-9999px; vertical-align: middle}

.inputdate .inputset .datebtn:after,
.inputset > input + .schbtn:after{content: ""; display:inline-block; width:20px; height: 22px; background:url(../img/inputiconset.png) no-repeat 0 0; background-size: auto 22px; margin:0 5px 0 0; position: absolute; top:6px; right: 0}

.inputset > input + .schbtn:after {background-position: -20px 0}



.inputset.rdo,
.inputset.chk {border:none}

.inputset.rdo input[type="radio"],
.inputset.chk input[type="checkbox"] {
position:absolute; left:-9999px		
}

.inputset.rdo input[type="radio"] + label::before,
.inputset.chk input[type="checkbox"] + label::before { 
	content:""; display:inline-block; width:12px; height:12px; box-sizing:border-box;
	border:1px solid #767676; border-radius:3px; background:#fff; vertical-align:middle;
	background-size:100%;	
	margin:0 5px 0 0
}

.inputset.rdo input[type="radio"]:checked + label::before,
.inputset.chk input[type="checkbox"]:checked + label::before { 
	background:#000 url('/img/sub/reserve_checkicon.png') no-repeat 0 0; border:none;
	background-size:100%;	
}

.dongi .inputset.chk input[type="checkbox"] + label::before { 
	width:13px; height:13px; margin-bottom:4px
}
.dongi .inputset.chk input[type="checkbox"]:checked + label::before {
	background-size:100%; background-color:#4e4e4e;  opacity: .7;
}




/********************************* 여기서 부터 자동 인풋 스타일 *********************************/ 
.autoset {font-size:0}
.autoset .inputset {position:relative; font-size:13px}
.autoset .inputset + .inputset {margin-left:10px}
.autoset .inputbar {display:inline-block; width:3px; height:1px; background:#a2a4a2; z-index: 10; margin:0 5px 0; vertical-align: middle}
/*
.autoset .inputset + .inputset:before {content:""; display:inline-block; width:3px; height:1px; background:#6c7273;
position:absolute; top:0; bottom:0; left:-9px; margin:auto; z-index: 10
}
*/

/* 교육과정 내의 수강료 조회 */
.userInfo_course .counsel_form_course .write_wrap .userInfo_course_table td.stepBoxBody .autoset .inputbar {margin:0 4px 6px}
.userInfo_course .counsel_form_course .write_wrap .userInfo_course_table td.stepBoxBody .inputset input[type='text'][name=phone2], 
.userInfo_course .counsel_form_course .write_wrap .userInfo_course_table td.stepBoxBody .inputset input[type='text'][name=phone3] { 
	border:none; height:28px; width:108px; text-align: center
}

.userInfo_course .counsel_form_course .write_wrap .userInfo_course_table td.stepBoxBody .inputset select {background:url(/img/sub/inputselect_selectbg2.png) no-repeat right 0 center; width:83px; height:28px; min-width:83px; padding-left:15px}

.userInfo_course .counsel_form_course .write_wrap .userInfo_course_table td.stepBoxBody .inputset input {}

/* 포트폴리오 내의 수강료 조회 */
.counsel_form .inputset input {width:85px; text-align: center}
.counsel_form .inputset select {padding-left:15px; min-width:74px}


/* 카카오 상담 전화번호 인풋 */
.kakao_userInfo_wrap .inputset select {min-width:63px}
.kakao_userInfo_wrap .inputbar {background:#d3d3d3; margin:0 0 6px}
.info_box .info_body.info_body_number .inputset input[type='text'] {border:none}
.info_box .info_body.info_body_number .inputset select {background:url(/img/sub/inputselect_selectbg3.png) no-repeat right 0 center; }


#portfolio_modal #autoinputModal .inputset {border:1px solid #a4a4a4}
#portfolio_modal #autoinputModal .inputset > input, 
#portfolio_modal #autoinputModal .inputset > select {height:22px; border:none}
#portfolio_modal #autoinputModal .inputset > input {width:73px}
#portfolio_modal #autoinputModal .inputset > select {min-width:72px}
#portfolio_modal #autoinputModal .inputset > select {background:none; color:#79797a; padding-left:18px}
#portfolio_modal #autoinputModal .inputset > .icon_bg {position:absolute; top:-1px; right:0; width:18px; height:24px; background:url(/img/sub/inputselect_selectbg4.png) no-repeat 0 0; pointer-events: none;}
#portfolio_modal #autoinputModal .autoset .inputbar {background:#545454}

/********************************* 여기까지 자동 인풋 스타일 *********************************/


/* 신규 메뉴 정의 */

.subMenuWrap.wh {}
.subMenuWrap.wh .newSubMenuWrap {
	background:none; box-shadow:none; opacity:1; height:0; overflow:hidden; /* transition:all .2s linear; */
    position: fixed;
    top: 104px;
    left: 0px;	
}
.subMenuWrap.wh .newSubMenuWrap .content {display:none}
.newSubMenuWrap {height:0}

.subMenuWrap.wh {background:#f00}

.subMenuWrap.wh .newSubMenuWrap.newSubMenuWrapFix  {
	/* min-height:140px; */ 
	opacity:1;
}

.subMenuWrap.wh .newSubMenuWrap .content {border: 1px solid #bdbbbd; height: 0; background: rgba(0,0,0,.9); border-width: 0 1px 1px 1px; 
/* border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; */
width:100%; border:none; overflow:hidden
}
.subMenuWrap.wh .newSubMenuWrap .content .inner {width:1180px; margin:0 auto; height:100%}


.subMenuWrap.wh .newSubMenuWrap .content .imginfoset {width:175px; margin:15px 0 0 14px}
.subMenuWrap.wh .newSubMenuWrap .content .imginfoset .simg {width:154px; height:95px; border:1px solid #b6b4b6; border-radius:5px; overflow:hidden}
.subMenuWrap.wh .newSubMenuWrap .content .imginfoset .simg img { }
.subMenuWrap.wh .newSubMenuWrap .content .imginfoset + .newSubMenu {margin-left:64px}
.subMenuWrap.wh .newSubMenuWrap .content .imginfoset .stxt {font-size:11px; font-family: 'NanumSquareR'; color:#666; margin-top:12px}
 
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu {display:flex; align-items:center; height:100%; position:relative}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuCourse {flex:none; width:174px}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuCourse img {display:none}


.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject {padding-left:26px}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject::before { 
	content:""; display:inline-block; width:1px; height:100%; background:#484848;
	position:absolute; top:0; left:0;	
}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul {overflow:hidden; margin:-6px 0 0 -6px; font-size:0}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul > li {width:inherit; margin:6px 0 0 6px; padding:0}

.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul > li > a {color:rgba(255,255,255,0.65); border:none; font-size:12px; width:150px; height:27px; border:1px solid #484848; border-radius:5px; line-height:25px;
display:block; transform:translate3d(0,0,0); overflow:hidden; font-family: "Noto Sans KR", "Malgun Gothic", "malgun gothic", "Arial"; font-weight:normal;}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul > li > a > .lt-txt {
	position:relative;z-index:100;display: block;background: #fff;z-index: 5000;line-height: 1;height: 23px;border-radius: 4px;line-height: 22px;
}

.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li > a:hover {color:#ec4c4d}


.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li:not(.on) a:hover:after{content:""; display:block; position:absolute; width:100%; height:100%; top:0; left:0; pointer-events:none; 
	background-image:radial-gradient(circle,#323337 30%,transparent 13.01%); background-repeat:no-repeat; 
	background-position:50%; transform:scale(10,10); opacity:1; color: rgba(255,255,255,.65);  }


.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li a:after { content:""; display:block;
transform:scale(0,0); opacity:.2; transition:all .5s linear; will-change: transform, opacity;
}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li.on a {background:#323337; border-color:#323337; color:#ec4c4d}


/* 메뉴 화이트 스타일 */
.subMenuWrap.wh { }
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu {margin-top:-1px}
.subMenuWrap.wh .newSubMenuWrap {background:transparent}
.subMenuWrap.wh .newSubMenuWrap .content  {background: rgba(255,255,255,.9); border-bottom:1px solid #dedede; display:none; opacity:0;
transition:opacity .2s linear; 
}
.subMenuWrap.wh.ty1 .newSubMenuWrap .content .newSubMenu .SubMenuCourse .stit {font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg); color:#2e2e2e; font-size:13px;
}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul > li > a  {
	color:#2e2e2e;
	font-size:13px;
	border:1px solid rgba(164,164,164,.5);
	position:relative;
	display: block;
}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li:not(.on) a:after { 
	content:""; display:none	
}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li:not(.on) a:hover:after { 
	
	background-image:radial-gradient(circle,#f4f5f7 30%,transparent 13.01%);background-repeat:no-repeat; 
	background-position:50%; transform:scale(10,10); opacity:1; color: rgba(255,255,255,.65);
}

.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li a {}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li a > .lt-txt {
	line-height:23px;
    color: #666;
    letter-spacing: -0.05em;	
	font-size:12px
}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li a:hover > .lt-txt {


	color:#333; font-weight: bold;
 font-family:"NotoSansKR-Regular"

}

.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li a:hover,
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li.on a  {background:transparent;border: none;padding: 2px;}

.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li.on span.lt-txt{
	background-color:#000;
	color:#fff;
}
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li a:hover {border-width:0}
/*
보라색 테두리 !!!!
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li a:hover .rolling,
.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li.on a .rolling {
    display: block;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    background: rgb(164,142,210);
    background: -moz-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    background: linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a48ed2",endColorstr="#f8c0ea",GradientType=1);
    line-height: 1;
    margin: 0;
    animation: gradient-rotate 1s linear infinite;
    height: 232px;
    z-index: 100;
    margin-top: -88px;
}*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li a:hover .rolling,
	.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject ul li.on a .rolling { 	
	animation:none
	}	
}

.subMenuWrap.wh .newSubMenuWrap .content .newSubMenu .SubMenuSubject::before {display:none}

.subMenuWrap.wh .newSubMenuWrap .content {
	position:absolute; top:0; z-index:1000;

}
.subMenuWrap.wh .fst-menuset {transition:opacity .2s linear}
.subMenuWrap.wh .fst-menuset .inset { }
.subMenuWrap.wh .fst-menuset .inset .title {
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);   
    display: inline-block;   
    padding: 0;
    margin: 0;	
}
.subMenuWrap.wh .fst-menuset .inset .title .txt {
	display:inline-block;
	vertical-align:middle;
	width:inherit;
	letter-spacing: -0.07em;
	 font-size: 14px;
     line-height: 47px;
    color:#000
}
.subMenuWrap.wh .fst-menuset .inset .title .svgset {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 25px;
}
/*
.fst-menuset .inset .title .svgset::after { 
	content:""; display:block; width:25px; height:25px; background:url('/img/sub/depth2menu-arrow-icon.gif') no-repeat 0 0	
}
*/

.subMenuWrap.wh .fst-menuset .bg {height:47px;  position:relative}
.subMenuWrap.wh .fst-menuset .bg .in {position:absolute; background:url('/img/sub/fstmenu-bg-transparent.png') repeat-x 0 0; 
top:0; left:0; right:0; height:47px; width:1180px; margin:auto   
}

.subMenuWrap.wh .fst-menuset .bg .in .left {height:47px; background:url('/img/sub/fstmenu-bg-left.png') repeat-x 0 0; transform: translateX(-100%)}
.subMenuWrap.wh .fst-menuset .bg .in .right {
	height:47px; background:url('/img/sub/fstmenu-bg-right.png') repeat-x 0 0; transform: translateX(100%);
	position:absolute; left:0; right:0; top:0
}
.subMenuWrap.wh .fst-menuset .inset { 
	position:absolute; top:0; left:0; right:0; height:47px; width:1180px; height:47px; margin:auto;
	z-index:10	
}

/* **************************************************************************************************** */
.subMenuWrap .newSubMenuWrap .content .newSubMenu .SubMenuCourse .stit {    float: left;
    line-height: 1.3em;
    color: #ec4c4d;
    font-weight: bold;
    word-spacing: -1.2px; 
	font-size:12px;
	background:none; margin:0; padding:0;
}
.subMenuWrap .newSubMenuWrap .content .newSubMenu .SubMenuCourse .stit .lt {font-weight:normal}
.subMenuWrap.ty1 .newSubMenuWrap .content .newSubMenu .SubMenuCourse .stit {float:none; font-family: 'NanumSquareR'; font-size:15px; color:#ec4c4d; margin-left:-4px; margin-top:7px;
display:inline-block; background:none; margin:0; padding:0;
}
/*
.subMenuWrap.ty1 .newSubMenuWrap .content .newSubMenu .SubMenuCourse .stit:before {content:""; display:inline-block; width:11px; height:11px; background:url('/img/sub/submenu_hblit.png') no-repeat 0 0; margin-right:7px}
*/

.subMenuWrap.ty1 .newSubMenuWrap .content .newSubMenu .SubMenuCourse .stxt {color:#fff; display:inline-block; margin-left:20px}


#subwrap.ty1 {padding-top:104px}
.story_tab.ty1 > ul {display:flex}
.story_tab.ty1 > ul > li {flex:1; width:inherit}

.pagetab { }
.pagetab * {font-family: 'NanumSquareR'}
.pagetab > .tablist {text-align:center}
.pagetab > .tablist > li {display:inline-block}
.pagetab > .tablist > li + li {margin-left:10px}
.pagetab > .tablist > li > a {display:block; padding:0; border:4px solid #908f8f; height:36px; text-align:center; line-height:33px; font-size:14px; border-radius:50px; overflow:hidden;
padding:0 45px
}
.pagetab > .tablist > li > a:hover {border-color:#222222}
.pagetab > .tablist > li > a .txt {position:relative; z-index:10; transition:color .5s linear; font-family: 'NanumSquareB'; color:#a8a8a8}

.pagetab > .tablist > li.on > a {border:4px solid #222222;}
.pagetab > .tablist > li.on > a .txt {color:#212020; }
.pagetab > .tablist > li > a:hover .txt {color:#212020}


.pagetab > .tabcont { }
.pagetab > .tabcont .cont {display:none}
.pagetab > .tabcont .cont:first-child {display:block}
#tab_level1 .tablist + .tabcont {margin-top:40px}

/*
.pagetab > .tabcont .cont {visibility:hidden; height:0}
.pagetab > .tabcont .cont:first-child {visibility:visible}
*/


.ripple {position:relative; /* overflow:hidden; */ transform:translate3d(0,0,0);}
.ripple:after {content:""; display:block; transform:scale(0,0); transform:scale(0,0); opacity:.2; transition:0s}
.ripple:hover:after{content:""; display:block; position:absolute; height:100%; top:0; left:0; right:0; pointer-events:none; 
	background-image:radial-gradient(circle,#000 10%,transparent 10.01%); background-repeat:no-repeat; 
	background-position:50%; transform:scale(10,10); opacity:0; transition:transform .5s, opacity 1s;
}

 
.license_info {position:relative; display:flex}
.license_info .direction {width:48%; flex:none}
.license_info .direction + .direction {margin-left:4%}
.license_info .direction .titbox {display:flex; height:inherit}
.license_info .direction .titbox .titset {}

.license_info .direction .titbox .titset .hd3 {margin-top:3px}

.license_info .direction .titbox .titset + .licence_viewtab {margin-left:20px} 
.license_info .direction .titbox .licence_viewtab {flex:1}

.license_info .direction .licence_viewtab {overflow:hidden}
.license_info .direction .licence_viewtab > .tablist {overflow:hidden; margin:-5px 0 0 -5px}
.license_info .direction .licence_viewtab > .tablist > li {float:left; margin:5px 0 0 5px; overflow:hidden}
.license_info .direction .licence_viewtab > .tablist > li > a {display:block; padding:5px 10px; border:1px solid #d2d2d2; border-radius:5px}

.license_info .direction .licence_viewtab > .tablist > li.on > a {background:#000; color:#fff}

.license_info .direction.lt {}
.license_info .direction.lt .simg {}
.license_info .direction.lt .simg img { }
.license_info .direction.lt .simg .hd4 {background:none; margin:0; padding:0}
.license_info .direction.lt .simg .hd4 .stxt {display:block; letter-spacing: -0.05em; line-height:1}
.license_info .direction.lt .simg .hd4 .stxt.lg {font-size:33px; }
.license_info .direction.lt .simg .hd4 .stxt.lg .thin {font-family: 'NanumSquareL'; font-weight:normal }

.license_info .direction.lt .simg .hd4 .stxt.lg em {font-weight:bold; position:relative}
.license_info .direction.lt .simg .hd4 .stxt.lg em:after {content: ""; display: block; height: 35%; background: #fdcf0b; position: absolute; bottom: 0; left: -5px; right: -7px; z-index: -1}
.license_info .direction.lt .simg .hd4 .stxt.md {font-size:33px; font-family: 'NanumSquareL'; font-weight:normal;}

.license_info .direction.lt .simg .hd4 .stxt + .stxt {margin-top:10px}
.license_info .direction.lt .stxt + .linkbtn {margin-top:20px}


.license_info .direction.lt .stxt {font-size: 14px; line-height: 1.5;}
.license_info .direction.lt .linkbtn {border:2px solid #908f8f; border-radius:50px; padding:5px 15px; display:inline-block; background:#fff; overflow:hidden; transition:border .2s linear}
.license_info .direction.lt .linkbtn:hover {border-color:#222222}
.license_info .direction.lt .linkbtn .intxt {color:#1b1b1b; font-size:12px}
.license_info .direction.lt .linkbtn .intxt:after {content:""; display:inline-block; width: 5px;
    height: 8px;
    background: url(/img/sub/license_link_icon.png) no-repeat 0 0;
    background-size: 100%;
    margin-left: 7px;
    vertical-align: middle;
    margin-bottom: 1px;    
    }


.license_info .direction.rt {}
.license_info .direction.rt .simg {border-radius:5px; overflow:hidden; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.25)} 
.license_info .direction.rt .simg img {width:100%}

.titset + .license_info,
.examSchedule + .license_info {margin-top:10px; margin-bottom:80px}
.license_info .direction.lt .simg + .stxt {margin-top:20px}

.license_info .direction .licence_viewtab + .simg  {margin-top:50px}
.license_info .direction .titbox + .simg {margin-top:40px}


.license_info2 {}
.license_info2 .inwrap {display:flex; gap:20px;align-items: center}
.license_info2 .title {flex:none;color: #222222;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);font-size: 24px;padding: 0;}
.license_info2 .tab-part {flex:1}
.license_info2 .tab-part .tablist {display:flex; gap:5px}
.license_info2 .tab-part .tablist > li { }
.license_info2 .tab-part .tablist > li > a {display:block}
.license_info2 .tab-part .tablist > li > a .hashbox { 
    position: relative;
    display: inline-block;
    border-radius: 50px;
    padding: 1px;
    overflow: hidden;
    vertical-align: middle;
    letter-spacing: -0.05em;
	border:1px solid #bbbbbb;	
}
.license_info2 .tab-part .tablist > li > a .hashbox .in {
    display: block;
    background: #fff;
    border-radius: 50px;
    margin: 0;
    padding: 0 20px 0 20px;
    position: relative;
    z-index: 10;
    line-height: 30px;
    /* line-height: 2; */
    height: 30px;
}
.license_info2 .tab-part .tablist > li > a .hashbox .in > span {
	font-family: 'Y_Spotlight';
	transform: rotate(-0.1deg);
	font-size: 15px;
	display: block;
	color: #5b5b5b;
}
.license_info2 .tab-part .tablist > li > a .hashbox .rolling {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	line-height: 1;
	margin: 0;
	height: 32px;
}
.license_info2 .tab-part .tablist > li.on > a .hashbox {border:none}
.license_info2 .tab-part .tablist > li.on > a .hashbox .in > span { 
	background: linear-gradient(to right, #c1bfe6, #e88fe0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}
.license_info2 .tab-part .tablist > li.on > a .hashbox .rolling { 
	background: rgb(164,142,210);
    background: -moz-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    background: linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a48ed2",endColorstr="#f8c0ea",GradientType=1);
}
.examSchedule + .license_info2 {margin-top:165px} 

.license_info2 .tabcont {margin-top: 25px;}
.license_info2 .tabcont .cont {display:none}
.license_info2 .tabcont .cont:first-child {display:block}


.license_info2 .tabcont .cont .gbox { 
    height: 246px;
    position:relative;
    width: 1377px;
    margin: 0 auto 0 -98px;
	background: rgb(164,142,210);
    background: -moz-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    background: linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a48ed2",endColorstr="#f8c0ea",GradientType=1);
	border-radius:500px	
}
.license_info2 .tabcont .cont .gbox .inbox {
	position:
	absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background:#f2f2f2;
	border-radius:500px;
	overflow:
	hidden;
	border: 2px solid #fff;
}

.license_info2 .tabcont .cont:nth-child(1) .gbox .inbox {background:url('/img/sub/license/license-info2-tabbanner01.jpg') no-repeat center / cover }
.license_info2 .tabcont .cont:nth-child(1) .gbox .inbox.color {background:url('/img/sub/license/license-info2-tabbanner01-color.jpg') no-repeat center / cover}
.license_info2 .tabcont .cont:nth-child(2) .gbox .inbox {background:url('/img/sub/license/license-info2-tabbanner02.jpg') no-repeat center / cover }
.license_info2 .tabcont .cont:nth-child(3) .gbox .inbox {background:url('/img/sub/license/license-info2-tabbanner03.jpg') no-repeat center / cover }
.license_info2 .tabcont .cont:nth-child(4) .gbox .inbox {background:url('/img/sub/license/license-info2-tabbanner04.jpg') no-repeat center / cover }
.license_info2 .tabcont .cont:nth-child(5) .gbox .inbox {background:url('/img/sub/license/license-info2-tabbanner05.jpg') no-repeat center / cover }


.license_info2 .tabcont .cont .gbox .inbox .txt-wrap {width: 1180px;height: 100%;margin: 0 auto;position: relative;display: block;display: flex;justify-content: center;flex-direction: column;flex-wrap: wrap;}

.license_info2 .tabcont .cont .gbox .inbox .txt-wrap.co1  .title,
.license_info2 .tabcont .cont .gbox .inbox .txt-wrap.co1 .viewlink > span {
	color:#1e1e1e;
	border-color:#1e1e1e;
}
.license_info2 .tabcont .cont .gbox .inbox .txt-wrap.co1 .title .bar::after {
	content:
	""; display:
	block;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #1e1e1e;
	bottom: 0;
	left: 0;	
}
.license_info2 .tabcont .cont .gbox .inbox .txt-wrap.co1 .viewlink > span::after { 
background: url(/img/sub/license/gbox-viewlink-bk.png) no-repeat 0 0;	
}

.license_info2 .tabcont .cont .gbox .inbox .txt-wrap .title {color: #fff;}
.license_info2 .tabcont .cont .gbox .inbox .txt-wrap .title .bar {position: relative;}
.license_info2 .tabcont .cont .gbox .inbox .txt-wrap .title .bar::after { 
	content:
	""; display:
	block;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	bottom: 0;
	left: 0;
}
.license_info2 .tabcont .cont .gbox .inbox .txt-wrap .viewlink {/* display: inherit; *//* border: 1px solid #fff; */margin-left: -10px;}
.license_info2 .tabcont .cont .gbox .inbox .txt-wrap .viewlink > span {border: 1px solid #fff;display: inline-block;font-size: 15px;color: #fff;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);padding: 7px 18px;border-radius: 50px;margin-top: 25px;}
.license_info2 .tabcont .cont .gbox .inbox .txt-wrap .viewlink > span::after {
	content:
	"";
	display:
	inline-block;
	width:8px; height:11px;
	background:
	url('/img/sub/license/gbox-viewlink.png') no-repeat 0 0;
	vertical-align:
	middle;
	margin: 0 0 2px 47px;
} 
@keyframes btn_click { 
  from { 
    animation-timing-function: ease; 
	transform: translate(1px,1px);
	
  } 
  to { 
    animation-timing-function: ease-out;
	
  } 
}


.examScheduleTable.col2 + .col2 {margin-top:50px}
.examScheduleTable.col2 {display:flex}
.examScheduleTable.col2 .tb_frm {width:48%; flex:none}
.examScheduleTable.col2 .tb_frm + .tb_frm {margin-left:4%}
.examScheduleTable.col2 .tb_frm .titset + table {margin-top:27px}


.titset .hd3 {background:none; padding:0; font-size:17px; position:relative}
.titset .hd3.blit {line-height:28px; padding-left:10px}
.titset .hd3.blit:before {content:""; display:block; width:29px; height:29px; position:absolute; top:-1px; left:0; background:url(/img/license/h3bliticon.png) no-repeat 0 0}

.titset .hd3 .innertxt {margin-left:5px}

.titset .hd3 .light,
.titset .hd3 .innertxt .light {font-family: 'NanumSquareL'}


.examSchedule + .titset,
.examSchedule + .license_info {margin-top:90px}


.examScheduleTable.col2 .tb_frm thead tr {background:transparent}
.examScheduleTable.col2 .tb_frm td {height:35px}
.examScheduleTable.col2 .tb_frm table .examSequence {font-weight:normal }

.mbr {display:none}
 

 /** 엽서이벤트 **/

.eventReviewList_wrap.post { } 

.eventReviewList_wrap.post .PostRvImg {height:200px}
.eventReviewList_wrap.post .PostRvImg img {width:100%; height:auto}
.eventReviewList_wrap.post .postReviewBox {
    width: 280px;
    height: 310px;
    float: left;
    /* border: 1px solid #333333; */
    box-shadow: 1px 1px 6px #d9d9d9;
    border-radius: 5px;
}

/* 엽서후기 */
.eventReviewList_wrap.post .subPostReview{margin-top: 40px;}
.eventReviewList_wrap.post .subPostReview:first-child{margin-top: 0px;}
.eventReviewList_wrap.post .subPostReview li:first-child{margin-left: 0px !important;}
.eventReviewList_wrap.post .postReviewBox{width:280px; height: 310px; float: left; /*border: 1px solid #333333;*/ /* position:relative; margin-bottom:40px; top:-40px*/ box-shadow: 1px 1px 6px #d9d9d9; border-radius: 5px}
.eventReviewList_wrap.post .postReviewBox .PostRvTitle{width: 100%; height: 45px;}
.eventReviewList_wrap.post .postReviewBox .PostRvTitle div{line-height: 45px; font-size: 12px; letter-spacing: -0.5px; font-weight: bold; margin-left: 15px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 80%;}
.eventReviewList_wrap.post .postReviewBox .PostRvImg img{width: 280px; height: 200px;}
.eventReviewList_wrap.post .postReviewBox .PostRvFakeBut{margin-top: 5px;}
.eventReviewList_wrap.post .postReviewBox .PostRvFakeBut img{width: 278px;}
.eventReviewList_wrap.post .postReviewBox .PostRvinquiry{width: 100%;  font-family: Nanumsquare; font-size: 13px; font-weight: bold; opacity: .7}
.eventReviewList_wrap.post .postReviewBox .PostRvinquiry .reviewDate{float: left; margin-left: 15px;}
.eventReviewList_wrap.post .postReviewBox .PostRvinquiry .reviewClick{float: right; margin-right: 15px;}
/* 엽서후기_e */

.sbar {margin:0 2px}
 
 .txt_line { }
.txt_line .ic { }
.txt_line .ic > li { }
.txt_line .ic > li .dp2 {margin-left:10px}
.txt_line .ic > li .dp2 > li { }
.txt_line .ic > li .dp2 > li:before {content:""; display:inline-block; vertical-align:middle; width:3px; height:1px; background:#666; margin:0 5px 3px 0}


.ida_ban_outer {width:1180px; height:140px; margin:50px 0 0 0; background:url('/img/sub/ida_bannerbg.png') no-repeat 0 0; overflow:hidden; position:relative; }
.ida_ban_outer .ida_ban_tit  {text-align:center; margin-top:25px; transition:all .2s linear}
.ida_ban_outer .ida_ban_txtlist {text-align:center; margin-top:18px}
.ida_ban_outer .ida_ban_txtlist > li {display:inline-block; animation:ida_txtmovefst .2s 1 linear; animation-fill-mode:forwards}


.ida_ban_outer .ida_ban_txtlist > li + li {margin-left:22px}
.ida_ban_outer .hoverstat {position:absolute; top:23px; left:0; right:0; bottom:0; z-index:1000; }
.ida_ban_outer .hoverstat .ida_ban_dtlist {text-align:center; font-size:0}
.ida_ban_outer .hoverstat .ida_ban_dtlist > li {display:inline-block; opacity:0; visibility:hidden;  transform:translateY(10px)}
.ida_ban_outer .hoverstat .ida_ban_dtlist > li + li {margin-left:3px}

.ida_ban_outer:hover .ida_ban_tit {opacity:0; transform:translateY(-10px)}
.ida_ban_outer:hover .ida_ban_txtlist > li {animation:ida_txtmove .2s 1 linear; animation-fill-mode:forwards}
.ida_ban_outer:hover .ida_ban_txtlist > li:nth-child(1) {animation-delay:.2s}
.ida_ban_outer:hover .ida_ban_txtlist > li:nth-child(2) {animation-delay:.3s}
.ida_ban_outer:hover .ida_ban_txtlist > li:nth-child(3) {animation-delay:.4s}

.ida_ban_outer:hover .hoverstat .ida_ban_dtlist > li {animation:ida_hover_txtmove .2s 1 linear; animation-fill-mode:forwards; animation-delay:.9s}
.ida_ban_outer:hover .hoverstat .ida_ban_dtlist > li:nth-child(1) {animation-delay:.2s}
.ida_ban_outer:hover .hoverstat .ida_ban_dtlist > li:nth-child(2) {animation-delay:.3s}
.ida_ban_outer:hover .hoverstat .ida_ban_dtlist > li:nth-child(3) {animation-delay:.4s}



@keyframes ida_txtmove { 
	0% {opacity:1; transform:translateY(0)}
	50% {}
	100% {opacity:0; transform:translateY(-10px)}
}

@keyframes ida_txtmovefst { 
	0% {opacity:0; transform:translateY(-10px)}
	50% {}
	100% {opacity:1; transform:translateY(0)}
}

@keyframes ida_hover_txtmove { 
	0% {opacity:0; }
	50% {}
	100% {opacity:1; top:23px; visibility:visible; transform:translateY(0)}
}



.ida_ban_outer + .csBannerImg {margin-top:17px; padding:0}

.flipbook-viewport{
	/*
	width:100%;
	height:100%;
	*/

}

.flipbook-viewport .container{
	/*
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
	*/		
}

.flipbook-viewport .flipbook{
	width:922px;
	height:600px;
	/*
	left:-461px;
	top:-300px;
	*/
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;
	/*
	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
	*/
}

.book_ban_set  {position:relative; height:140px; background:#282828; margin-top:15px; box-shadow: 2px 4px 5px rgba(0,0,0,.4)}
.book_ban_set .inner {position: absolute; height: 140px; left: 0; right: 0; top: 50%; margin-top: -70px}
.book_ban_set .banview {overflow:hidden; height:inherit; visibility: visible; opacity:1; transition:all .5s linear}
.book_ban_set .banview .btn {display:block}
.book_ban_set .hoverview {visibility: hidden; opacity:0; overflow:hidden; transition:all .5s linear}

.book_ban_set .hoverview > ul {overflow:hidden; margin:0 0 0 -1px}
.book_ban_set .hoverview > ul > li {width:220px; height:144px; float:left; margin:14px 0 0 14px}
.book_ban_set .hoverview > ul > li .simg {}
.book_ban_set .hoverview > ul > li .simg img {width:100%}
.book_ban_set .hoverview > ul > li.info {position:relative; width: 100%; margin: 15px 0 0 0; padding: 0; height: 174px}
.book_ban_set .hoverview > ul > li.info .info_grid {display:flex; align-items:center; height:100%}
.book_ban_set .hoverview > ul > li.info .info_grid .col {}
.book_ban_set .hoverview > ul > li.info .info_grid .col:not(:nth-child(2)) {}
.book_ban_set .hoverview > ul > li.info .info_grid .col .hd3 {background:none; padding:0}
.book_ban_set .hoverview > ul > li.info .info_grid .col:first-child {margin-left:48px}
.book_ban_set .hoverview > ul > li.info .info_grid .col:nth-child(3) {margin-left:38px}
.book_ban_set .hoverview > ul > li.info .info_grid .col:nth-child(2) {margin-left:97px}


.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm { }
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table {width:inherit}
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table th {font-weight:bold}
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td { }
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table th,
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td {font-size:14px; color:#fff; padding:14px 8px}
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td .inputset {border:1px solid #fff; background:#282828; vertical-align:middle}
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td .inputset.rdo {background:none; border:none}
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td .inputset.rdo label {padding-left:23px}
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td .inputset.rdo.on label::before {content:""; display:block; position:absolute; top:0; left:0; width:16px; height:16px; 
border:1px solid #c7c7c7; border-radius:50%}
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td .inputset.rdo.on label::after {content:""; background:#fece00; position:absolute; top:5px; left:5px; width:8px; height:8px; 
 border-radius:50%}
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td .inputset.rdo label {position:relative}
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td .inputset.rdo input {position:absolute; left:-9999px}
.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td .inputset input {background:#282828; color:#fff}

.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td .inputset select {min-width:inherit; background:#282828 url('/img/pbook/pbook_selectbg.png') no-repeat right 5px center; color:#fff;
width:44px; padding-right:0}

.book_ban_set .hoverview > ul > li.info .info_grid .col .tb_frm table td .autoset.pbbok .inputbar {margin:0 5px 0 6px}

.book_ban_set .hoverview > ul > li.info .btn {display:block; margin:0; padding:0}
.book_ban_set .hoverview > ul > li.info .info_grid .col .btn.guide {margin-top:48px}
.book_ban_set .hoverview > ul > li.info .info_grid .col .btn.agree {margin-top:36px}
.book_ban_set .hoverview > ul > li.info .btn.close {position:absolute; top:13px; right:35px}

.book_ban_set.open {}
.book_ban_set.open .banview {visibility: hidden; opacity:0; height:0 }
.book_ban_set.open .hoverview {visibility: visible; opacity:1;}

.autoset.pbbok .selectize-control {min-width:64px; height:26px; border:none}
.autoset.pbbok .inputset > input {text-align:center} 

.autoset.pbbok .selectize-control.single .selectize-input > input {min-width:inherit; color:#1b1b1b}
.autoset.pbbok .selectize-control.single .selectize-input {background:none; padding:0; border:none; box-shadow:none; padding-left:10px; height:26px; line-height:24px}
.autoset.pbbok .selectize-control.single .selectize-input .item {color:#fff}
.autoset.pbbok .selectize-control.single .selectize-input::after {border: none; background: url('/img/pbook/pbook_selectbg.png') no-repeat 0 0; width: 7px;
    height: 6px; right: 10px; top: 50%; margin-top: -3px;}
.autoset.pbbok .selectize-dropdown-content .option.active {background:#aaa}
.book_ban_set .autoset.pbbok input[type="text"] {min-width:65px}

.book_ban_set .agreement {margin-top:34px; text-align:right}
.book_ban_set .agreement .inputset.ckbox {background:none; border:none}
.book_ban_set .agreement .inputset.ckbox input {position:absolute; left:-9999px}
.book_ban_set .agreement .inputset.ckbox input + label {color:#fff; font-size:10px; letter-spacing: -.13em;}
.book_ban_set .agreement .inputset.ckbox input + label::before {content:""; display:inline-block; vertical-align:middle; width:10px; height:10px; border:1px solid #fff; margin:0 4px 1px 0}
.book_ban_set .agreement .inputset.ckbox input:checked + label::before {background:#fff url('/img/pbook/pbook_agree_chkico.png') no-repeat 0 0}
.book_ban_set .agreement .agree_txt {float:none; display:inline-block; vertical-align:middle; margin:0 2px 0 12px}
.book_ban_set .agreement .agree_txt a {display:block; color:#fff; font-size:10px; letter-spacing: -.13em;}

.write table td .col4 > .grid_col2 {width:66%}

#header.giftype { }
#header.giftype #gnb div.header {width:172px; padding:0; margin-top:2px; margin-left:-13px}
#header.giftype .gnbMenu {margin:0 0 0 11px}

#rqMenu li.rqMenuIcon.vacation > a {color:#424242; font-weight:700}

#rqMenu li.rqMenuIcon {height:101px}



#videopop {position:fixed; bottom:0; left:0; width:350px; height:197px; z-index:9999}
#videopop .vclosebtn {display:table; display: block; width: 25px; height: 25px; background: rgba(0,0,0,.9); position:absolute; top:-25px; right:0; text-align:center}
#videopop .vclosebtn .inner {display:table-cell; vertical-align:middle}
#videopop .vclosebtn .inner span {display:block; width:20px; height:2px; background:#fff; margin: 2px 0 0 2px}
#videopop .vclosebtn .inner span + span {margin-top:2px}
#videopop .vclosebtn .inner span:nth-child(1) {transform:translateY(10px) rotate(-45deg)}
#videopop .vclosebtn .inner span:nth-child(2) {transform:translateY(6px) rotate(45deg)}


.teacher_newview {overflow:hidden}
.teacher_newview > li {width:33.3%; float:left; padding:5px; position:relative; overflow:hidden}
.teacher_newview > li *::selection {background:transparent; color:inherit}


.teacher_newview > li > a > img {position:relative; z-index:100}
.teacher_newview > li > a {display:block; position:relative; overflow:hidden}
.teacher_newview > li > a::after {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:0; background:url('/img/sub/lecture/newteacher_bg.png') no-repeat 0 0; 
transition:all .2s linear
}
.teacher_newview > li > a.on::after  {transform:scale(1.1)}

/* .teacher_newview > li > a:hover::after {transform:scale(1.1)} */


.teacher_newview .over_rap {position:absolute;  left:5px; right:5px; bottom:5px; background:rgba(0,0,0,.9); height:0; padding:0 20px; opacity:0; 
transition:all .2s linear; z-index:100; cursor:pointer}

.teacher_newview .over_rap .over_stxt {color:#f5cc7c; font-family:NotoSansKR-Medium;  font-size:15px; 
line-height:1.8; position:absolute; top:43px; left:20px}


/*
.teacher_newview .over_rap.on {height:calc(100% - 10px); opacity:1 }
*/

.teacher_newview .over_rap .overlist {position:absolute; top:170px; left:20px}
.teacher_newview .over_rap .overlist::before {content:""; display:block; width:22px; height:5px; background:url('/img/sub/lecture/newlecture_overbar.jpg') no-repeat 0 0;
margin-bottom:10px
 }
.teacher_newview .over_rap .overlist > li {color:#fff; font-family:NotoSansKR-Regular; font-size:13px; line-height:1.8}


.lecturer_bannerImg { 
	height: 653px; background: url(/img/sub/newlecturer_banner.jpg) no-repeat 50% 50%;
	position:fixed; top:0; left:0; right:0
}

.teacher_newview2 {position:fixed; top:61%; left:0; right:0; }
.teacher_newview2 .nteacherlist {width:1180px; margin:0 auto; 
display:grid;  
grid-template-columns: 1fr 1fr 1fr 1fr; 
gap:80px 16px}
.teacher_newview2 .nteacherlist::after { 
	content:""; display:block; clear:both
}
.teacher_newview2 .nteacherlist > li {position:relative}
.teacher_newview2 .nteacherlist > li .link-bg {position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(255,255,255,0); z-index:100;
cursor:pointer; transition:background .2s linear
}
.teacher_newview2 .nteacherlist > li .link-bg:hover {background:rgba(255,255,255,.3);}

/*
.teacher_newview2 .nteacherlist > li::after {content:""; position:absolute; top:0; left:0; bottom:0; right:0; background:rgba(255,255,255,0); z-index:1000;
 transition:background .2s linear
}
.teacher_newview2 .nteacherlist > li:hover::after {background:rgba(255,255,255,.3); }
*/
.teacher_newview2 .nteacherlist > li:nth-child(2n + 2) {transform:translateY(-200px) }
 
.teacher_newview2 .nteacherlist > li::before {content:""; display:block; width:21px; height:24px; background:url('/img/sub/lecture/newlecturer_morebutton.png') no-repeat 0 0;
background-size:100%; position:absolute; top: 13px; right: 20px;opacity:100%}

.teacher_newview2 .nteacherlist > li .over_rap {
	position:absolute;left:0;right:0;bottom:0;z-index:1000;background:rgba(0,0,0,.73);display:flex;flex-direction:column;justify-content:space-between;
	height:0; opacity:0; transition:all .2s linear; cursor:pointer; overflow:hidden
	
}
.teacher_newview2 .nteacherlist > li .over_rap .over_stxt {
	font-size:13px;color:#fff;/* text-align: right; */display: flex;justify-content: flex-end;font-family: "NotoSansKR-Bold";
	padding: 12px 11px 0 0;
}
.teacher_newview2 .nteacherlist > li .over_rap .overlist {padding:0 10px 7px 10px}
.teacher_newview2 .nteacherlist > li .over_rap .overlist > li {color: #fff;color: #d2d0d0;font-size: 12px;line-height: 1.7;font-family: "NotoSansKR-Regular";}

.teacher_newview2 .nteacherlist > li > a > img {position:relative; z-index:100}
.teacher_newview2 .nteacherlist > li > a {display:block; position:relative; overflow:hidden}
.teacher_newview2 .nteacherlist > li > a::after {content:""; display:block; width:21px; height:24px;
background:url("/img/sub/lecture/teacher_newview2-viewicon.png") no-repeat 0 0; position:absolute; top:13px; right:11px; z-index:100 
}


.teacher_newview2 .nteacherlist .newbox_teacher > dt {color:#fff; text-align:center; padding:5px 0; display:none;}
.teacher_newview2 .nteacherlist .newbox_teacher > dd {padding:5px; position:relative}


.teacher_newview2 .nteacherlist .newbox_teacher {width:284px; height:102px; margin-bottom:0; background:#fff;}
.teacher_newview2 .nteacherlist .newbox_teacher .nboxlist > li {font-family:NotoSansKR-Regular; margin-left:6px; margin-top:20px;}
.teacher_newview2 .nteacherlist .newbox_teacher .newbox_stxt {color:#151515; font-size:18px; text-align:left; padding:8px 13px 13px 6px}


.teacher_newview2 .newbox_teacher > dd .newbox_stxt + .line {margin:0 5px 0 5px; padding:0;
height:1px; background:url('/img/sub/lecture/teacher_newview2-hrline.png') repeat-x 0 0;
}

#show-scene-1 .teacher_newview2 {transform : translateY(-150%)}
#show-scene-1 .lecturer_bannerImg {opacity:0}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.lecturer_bannerImg {position:relative}
	.teacher_newview2 {position:relative; width:1180px; margin:-300px auto 0}
	.teacher_newview2 .nteacherlist {display:block; width:inherit; overflow:hidden; margin:-80px 0 0 -16px; padding-bottom:200px}
	.teacher_newview2 .nteacherlist > li {float:left; width:calc((100% / 4) - 16px); margin:80px 0 0 16px}
	.teacher_newview2 .nteacherlist > li:nth-child(2n + 1) {transform:translateY(200px)}
	.teacher_newview2 .nteacherlist > li:nth-child(2n + 2) {transform:translateY(0)}	
	.loading {display:none}
}


.lic-stat-list {overflow:hidden;}
.lic-stat-list > ul {margin:-24px 0 0 -12px; padding:2px;}
.lic-stat-list > ul::after {content:""; display:block; clear:both}
.lic-stat-list > ul > li {
	height:261px; width: calc((100% / 5) - 12px); float:left; margin:24px 0 0 12px; background:#fff; box-shadow: 0px 1px 3px #b2b1b1;
	border-radius:5px
}
.lic-stat-list > ul > li > a {display:block; position:relative; overflow:hidden; height:100%}
.lic-stat-list > ul > li > a *  {font-family:NotoSansKR-Regular; letter-spacing:-0.05em}

.lic-stat-list > ul > li > a .tag {
	position:absolute; top:10px; left:10px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 9px;
    margin-left: 3px;
	width:27px; height:10px	
}
.lic-stat-list > ul > li > a .tag img {width:100%}
.lic-stat-list > ul > li > a .lic-icon {margin:36px auto 0 auto} 


.lic-icon {
	display:block; width:68px; height:68px;
	background:url('/img/sub/lic-iconset.png') no-repeat 0 0;
	background-size:auto 68px; margin:0 
}
.lic-icon.ty1 {background-position:0 0}
.lic-icon.ty2 {background-position:-68px 0}
.lic-icon.ty3 {background-position:-136px 0}
.lic-icon.ty4 {background-position:-204px 0}
.lic-icon.ty5 {background-position:-272px 0}
.lic-icon.ty6 {background-position:-340px 0}
.lic-icon.ty7 {background-position:-408px 0}
.lic-icon.ty8 {background-position:-476px 0}
.lic-stat-list > ul > li > a .tit {margin-top:17px; display:block; text-align:center; font-size:0}
.lic-stat-list > ul > li > a .tit .subject {display:block; font-size:11px; color:#2b2b2b}
.lic-stat-list > ul > li > a .tit .name {display:block; font-family:NotoSansKR-Bold; font-size:15px; color:rgba(2,2,2,.8); letter-spacing:-2px;
opacity:.7
}
.lic-stat-list > ul > li > a .tit .name .mask {font-size:0; display:inline-block}
.lic-stat-list > ul > li > a .tit .name .mask > span {display:inline-block; width:11px; height:11px; border-radius:50%; border:1px solid rgba(2,2,2,.8)}
.lic-stat-list > ul > li > a .tit .name .mask > span + span {margin-left:1px}
.lic-stat-list > ul > li > a .bottom-cot {position:absolute; bottom:0; left:10px; right:10px; border-top:1px solid rgba(0,0,0,.2); text-align:center;
padding:10px 0 13px 0
}
.lic-stat-list > ul > li > a .bottom-cot .txt {color:rgba(0,0,0,.6); font-size:12px; display:block; width:inherit}
.lic-stat-list > ul > li > a .bottom-cot .date {color:rgba(0,0,0,.6); font-size:10px; display:block; }


.lic-stat-list.ty1 {position:relative; width:1180px; margin:134px auto 0; padding:0}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .lic-icon {margin: 30px auto 0 auto;}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .tit .name {font-size: 14px;color: #454545;font-family: 'NotoSansKR-Regular';font-family: NotoSansKR-Bold;font-size: 15px;color: rgba(2,2,2,.8);letter-spacing: -2px;opacity: 1;}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .tit .name .mask {font-size: 0;display: inline-block;}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .tit .name .mask > span {display: inline-block;width: 11px;height: 11px;border-radius: 50%;border: 1px solid rgba(2,2,2,.8);}
.lic-stat-list.ty1 #certificateStat-list-result { }
.lic-stat-list.ty1 #certificateStat-list-result > li {
	box-shadow:
	none;
	position:
	relative;
	background: rgb(164,142,210);
	background: -moz-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
	background: linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a48ed2",endColorstr="#f8c0ea",GradientType=1);
	height: 226px;
	border-radius: 5px;
}
.lic-stat-list.ty1 #certificateStat-list-result > li > a {position:relative; z-index:10; border-radius:5px}
.lic-stat-list.ty1 #certificateStat-list-result > li::after { 
	content:"";
	display:block;
	position:absolute; top:1px; left:1px; right:1px; bottom:1px;
	background:#fff;
	border-radius:5px
}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .tit {
	margin: 9px 0 0 0;
	display: block;
	/* margin-top: 17px; */
	display: block;
	text-align: center;
	font-size: 0;
}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .mid {margin-top: 10px;display: block;}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .mid .subject {display: block;text-align: center;color: #454545;font-size: 12px;font-family: 'NotoSansKR-Bold';}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .mid .txt {display: block;text-align: center;width: inherit;color: #454545;font-size: 12px;}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .bottom-cot {position: relative;left: 0;right: 0;display: block;border: none;padding: 9px 0 0 0px;text-align: center;}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .bottom-cot .date {color: #454545;font-size: 14px;display: inline-block;vertical-align: middle;}
.lic-stat-list.ty1 #certificateStat-list-result > li > a .bottom-cot .new {vertical-align: middle;margin-left: 5px;height: 14px;line-height: 14px;}


/* new 서브배너 */
.subContent.job-total-frmset {width: 100%;
    float: left;
    position: relative;
    padding-bottom: 70px;
	padding-top: 40px;}
.job_sub_banner {position: relative;
    box-shadow: none;
    height: 994px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;}
.job_sub_banner .lec_banner-inwrap {height: 100%;}
.job_sub_banner .lec_banner-inwrap .design-fst-tag {height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;}
.job_sub_banner .lec_banner-inwrap .design-fst-tag .inset {background: none;
    font-weight: normal;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 1180px;
    bottom: 0;
    height: 869px;
    margin: auto;
	text-align: center;}
.job_sub_banner .lec_banner-inwrap .design-fst-tag .bg {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 0;}
.job_sub_banner.job01 .lec_banner-inwrap .design-fst-tag .bg {background-image: url(/img/sub/newjob_subBanner.jpg)}
.job_sub_banner.com01 .lec_banner-inwrap .design-fst-tag .bg {background-image: url(/img/sub/newcommu_subBanner.jpg)}
.job_sub_banner.cus01 .lec_banner-inwrap .design-fst-tag .bg {background-image: url(/img/sub/newcus_subBanner.jpg)}
.job_sub_banner.com01 .lec_banner-inwrap .design-fst-tag .bg video {width:100%; height:100%; object-fit:cover}
.job_sub_banner .lec_banner-inwrap .design-fst-tag .inset .ft {display: block;
	color: #fff;     
	font-size: 57px;
    margin-top: 27px;
    line-height: 1.3;
    position: relative;
	font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    font-weight: normal;}
.job_sub_banner .lec_banner-inwrap .design-fst-tag .inset .ft .hd2 {font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    background: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.02em;
	display:block;}
.job_sub_banner .lec_banner-inwrap .design-fst-tag .inset .smtxt {font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    font-weight: normal;
	letter-spacing: 0;
    margin-top: 88px;
	color: #fff;
	font-size: 15px; 
}
.job_sub_banner .lec_banner-inwrap .design-fst-tag .inset .smtxt::before {content: "";
    display: block;
    width: 10px;
    height: 14px;
    background: url(/img/sub/newjob_subBanner_arrow.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 119px;
    margin: auto;
    left: 595px;}
.job_sub_banner.com01 .lec_banner-inwrap .design-fst-tag .inset .smtxt::before {content: "";
    display: block;
    width: 10px;
    height: 14px;
    background: url(/img/sub/newjob_subBanner_arrow.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 85px;
    margin: auto;
    left: 595px;}

.ct-slide .swiper-slide {width:287px}
.job-stat-list { }
.job-stat-list > ul {margin:-24px 0 0 -12px}
.job-stat-list > ul::after {content:""; display:block; clear:both}
.job-stat-list > ul > li {
	height:275px;
	width: calc((100% / 4) - 12px);
	float:left;
	margin:24px 0 0 12px;
	background:#fff;
	box-shadow: 0px 1px 3px #b2b1b1;
	position:relative;
	padding: 0;
	border-radius: 5px;
}

.job-stat-list > ul > li * {font-family:NotoSansKR-Regular; letter-spacing:-0.05em}
.job-stat-list > ul > li .badge {
	position:absolute;
	top:12px;
	left:13px;
	font-size:9px;
	border-radius:3px;
	display: none;
}
.job-stat-list > ul > li .badge .number {color:rgba(0,0,0,.6);}
.job-stat-list > ul > li .badge .tag { 
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 9px;
    margin-left: 3px;
	width:27px; height:10px	
}
.job-stat-list > ul > li .badge .tag img {width:100%}


.job-stat-list > ul > li .logoimg {/* width:160px; *//* height:60px; */overflow:hidden;margin: 0 auto 0;display:block;height: 108px;}
.job-stat-list > ul > li .logoimg img {width:100%}
.job-icon {
	display: block;
	width: 68px;
	height: 68px;
	background: url(/img/sub/job-iconset.png) no-repeat 0 0;
	background-size: auto 68px;
	margin: 41px auto 0 auto;
}
.job-icon.ty1 {background-position:0 0 }
.job-icon.ty2 {background-position:-68px 0 }
.job-icon.ty3 {background-position:-136px 0 }
.job-icon.ty4 {background-position:-204px 0 }
.job-icon.ty5 {background-position:-272px 0 }
.job-icon.ty6 {background-position:-340px 0 }
.job-icon.ty7 {background-position:-408px 0 }
.job-icon.ty8 {background-position:-476px 0 }		







.job-stat-list > ul > li .tit {display:block; margin-top:12px; text-align:center; padding:22px 0 0 0}
.job-stat-list > ul > li .tit .subject {display:block; font-size:12px; opacity:.7}
.job-stat-list > ul > li .tit .name {display:block; font-family:NotoSansKR-Bold; font-size:17px; color:rgba(2,2,2,.8); letter-spacing:-2px}
.job-stat-list > ul > li .tit .name .mask {font-size:0; display:inline-block}
.job-stat-list > ul > li .tit .name .mask > span {display:inline-block; width:13px; height:13px; border-radius:50%; border:1px solid rgba(2,2,2,.8)}
.job-stat-list > ul > li .tit .name .mask > span + span {margin-left:2px}
.job-stat-list > ul > li .tit .celb {
	font-size:11px; color:rgba(0,0,0,.8); display:block; margin: 5px 29px 0;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	
}

.job-stat-list > ul > li .bottom-cot {position:absolute; bottom:0; left:10px; right:10px; text-align:center;
padding:10px 0 10px 0; display:flex; justify-content:space-between; align-items:center}
.job-stat-list > ul > li .bottom-cot .txt {font-size:11px; color:rgba(44,43,43,.6); width:inherit}
.job-stat-list > ul > li .bottom-cot .txt::after { 
	content:""; display:inline-block; width:7px; height:9px; background:url('/img/sub/jobstat-arrow.png') no-repeat 0 0; vertical-align:middle;
	margin:0 0 2px 5px	
}
.job-stat-list > ul > li .bottom-cot .moreview {display:block; width:21px; height:21px; background:transparent; border-radius:50%; position:relative;
transition:all .2s linear
}
.job-stat-list > ul > li .bottom-cot .moreview:hover {}

.job-stat-list > ul > li.on .bottom-cot .moreview {transform:rotate(-45deg)}

.job-stat-list > ul > li .bottom-cot .moreview > span {
	display:block; width:1px; height:14px; background:#212121; 
	position:absolute; top:0; left:0; right:0; bottom:0; margin:auto;
}

.job-stat-list > ul > li .bottom-cot .moreview > span:nth-child(1) {transform:rotate(0)}
.job-stat-list > ul > li .bottom-cot .moreview > span:nth-child(2) {transform:rotate(90deg)}

.job-stat-list > ul > li .popbox {position:absolute; top:0; left:0; right:0; height:230px; overflow:hidden; z-index:10;
display:none; opacity:0; transition:opacity .2s linear
}
.job-stat-list > ul > li .popbox img {width:100%}

.job-stat-list > ul > li .popbox.on {
	animation:popview .2s linear;
	animation-fill-mode: forwards;
display:block; 
}

.job-stat-list > ul > li .popbox.off { 
	animation:popviewoff .5s linear;
	animation-fill-mode: forwards;	
	display:block;
	opacity:0;
}

.job-stat-list > ul > li .popbox .no-port  {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.job-stat-list > ul > li .popbox .no-port .reinfo { 
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 19px 0;
    color: #fff;
    font-size: 12px;
	flex-direction:column;
	text-align:center		
}
.job-stat-list > ul > li .popbox .no-port .reinfo .line-txt {text-indent:5px}
.job-stat-list > ul > li .popbox .no-port .reinfo .bold {font-weight:bold}
.job-stat-list > ul > li .popbox .no-port img {width:100%}

@keyframes popview { 
	0% {}
	100% {opacity:1}	
}
@keyframes popviewoff { 
	0% {opacity:1}
	100% {opacity:0; display:none}	
}


/*
.job-stat-list > ul > li .bottom-cot .moreview:hover > span:nth-child(1) {transform:rotate(45deg) }
.job-stat-list > ul > li .bottom-cot .moreview:hover > span:nth-child(2) {transform:rotate(135deg)}
*/

.lecture-total-frmset {padding-bottom:75px}




.lecture-total-frmset h3,
.lecture-total-frmset h4 {margin:0; padding:0; background:none} 
.lecture-total-frmset .section {position:relative}
.lecture-total-frmset .section.main {height:887px;
}

.lecture-total-frmset .section.main .bg { 
	position:absolute; top:0; left:0; right:0; bottom:0;  background:url('/img/lecture/fst/edt-mainbg.jpg') no-repeat center;
background-size:cover; 		
}
.lecture-total-frmset .section.main .bg .bg-layer { 
	position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0);
	animation:bgopacity 1s linear 1;
	animation-fill-mode: forwards;
	animation-delay:.3s	
}

@keyframes bgopacity { 
	0% { }
	100% {background:rgba(0,0,0,.4)}	
}


.lecture-total-frmset .section.main .lecmain-fst-tag { 
position:absolute; top:272px; left:0; width:372px; height:167px; background:url('/img/lecture/fst/lecture-fst-title-line.png') no-repeat 0 0	
}
.lecture-total-frmset .section.main .lecmain-fst-tag .hd3 {
	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); background:none; color:#fff; font-size:18px; line-height:1; margin-top:37px;
	padding:0 0 0 36px; font-weight:normal
}
.lecture-total-frmset .section.main .lecmain-fst-tag .hd3 .en {display:block; font-size:36px; margin-top:5px}
.lecture-total-frmset .section.main .lecmain-fst-tag .hd3 .smtxt {font-family: 'GmarketSansLight';
font-size:9px; margin-top:18px; letter-spacing:5px; display:block
}

.lecture-total-frmset .section.main .inset { 
	position:relative; width:1180px; margin:0 auto; z-index:10	
}

.lecture-total-frmset .section.main .viewset {position:absolute; top:0; bottom:0; right:0; z-index:10;
    width: 55vw}
.lecture-total-frmset .section.main .viewset .view01set {
    position: absolute;
    top: 272px;
    right: 0;
    height: 167px;
    left: 0;
	transform:translateX(20%); opacity:0;
	animation:view01-animation .5s linear 1;
	animation-fill-mode: forwards;
}


.lecture-total-frmset .section.main .viewset .view01set .hd4 {
	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-size:7.2vw; color:#fff; line-height:1; background:none; padding:0; margin:-11px 258px 0 0; 
	
}
.lecture-total-frmset .section.main .viewset .view01set .stxt {position: absolute; bottom: 0; left: 12px; right: 0; display:flex;
align-items:flex-end
}
.lecture-total-frmset .section.main .viewset .view01set .stxt .simg { }
.lecture-total-frmset .section.main .viewset .view01set .stxt .simg img { }
.lecture-total-frmset .section.main .viewset .view01set .arrow {flex:1; margin-left:20px}
.lecture-total-frmset .section.main .viewset .view01set .arrow::before {content:""; display:block;
height:16px; width:1px; background:#fff; transform:translate(5px, 3px) rotate(45deg)
}
.lecture-total-frmset .section.main .viewset .view01set .arrow::after {content:""; display:block;
height:1px; background:#fff
}


.lecture-total-frmset .section.main .viewset .view02set {position:absolute; top:0; left:-20px; height:660px}
.lecture-total-frmset .section.main .viewset .view02set .arrow {position:relative; display:block;
	opacity:0; transform:translateY(-20%);
	animation:view02-animation-part01 1s linear 1;
	animation-fill-mode: forwards;
	animation-delay:.5s
}
.lecture-total-frmset .section.main .viewset .view02set .arrow .txt {
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: 24px;
    left: 2px;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    font-family: 'GmarketSansMedium';
    letter-spacing: 5px;	
}
.lecture-total-frmset .section.main .viewset .view02set .view02-copy { 
	position:absolute; bottom:18px; left:27px; font-family: 'Y_Spotlight'; width:50vw; display:flex; align-items:center;
	opacity:0; transform:translateX(20%) rotate(-0.1deg);
	animation:view02-animation-part01 .5s linear 1;
	animation-fill-mode: forwards;
	animation-delay:1s	
}
.lecture-total-frmset .section.main .viewset .view02set .view02-copy .stxt {color:#fff; font-size:16px; display:inline-block;
text-align:left; line-height: 1.2; transform: rotate(-0.1deg);
}
.lecture-total-frmset .section.main .viewset .view02set .view02-copy .xicon { 
	display:inline-block; width:22px; height:23px; background:url('/img/lecture/fst/view02-xicon.png') no-repeat 0 0;	
}

.lecture-total-frmset .section.main .viewset .view02set .view02-copy .stxt + .xicon,
.lecture-total-frmset .section.main .viewset .view02set .view02-copy .xicon + .stxt {margin-left:16px}


.lecture-total-frmset .section.main .viewset .view02set .arrow::before {content:""; display:block;
height:16px; width:1px; background:#fff; transform: translate(2px, 2px) rotate(-45deg);
    position: absolute; bottom: 0;left: -8px;
}
.lecture-total-frmset .section.main .viewset .view02set .arrow::after {content:""; display:block;
width:1px;
height:659px; background:#fff
}



@keyframes view01-animation { 
	0% { }
	100% {transform:translateX(0); opacity:1}	
}

@keyframes view02-animation-part01 { 
	0% { }
	100% {transform:translateY(0); opacity:1}	
}

@keyframes view02-animation-part02 { 
	0% { }
	100% {transform:translateX(0); opacity:1}	
}

.lecture-total-frmset .section.lecture-focus { 
	position:relative; width:1180px; height:204px; margin:-102px auto 0; background:#000;
	border-radius:10px
}

.lecture-total-frmset .section.lecture-focus .flexgrid {display:flex;align-items:center;height:100%;justify-content: space-between;}
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section { }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section:nth-child(1) {flex:none; width:288px}
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section:nth-child(2) {height:100%; display:flex; align-items:center;
position:relative
}
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section:nth-child(2)::after {
	content:"";
	display:block;
	position:absolute;
	top:10px;
	bottom:10px;
	left: 0;
	background:#808080;
	width:1px;
}
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .h-infoset {padding:0 0 0 40px}
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .h-infoset .hd4 {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color:#fff; font-size:16px; margin:0; padding:0;
background:none; font-weight:normal; line-height:1.3
}
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .h-infoset .info {margin-top:25px; color:#fff; font-size:9px;
letter-spacing:4px; font-family: 'GmarketSansLight'; opacity:.7
}

.lecture-total-frmset .section.lecture-focus .slick-list {padding:0 0 0 58px}
.lecture-total-frmset .section.lecture-focus .lecfocus-slide {
	height:144px;
	overflow:hidden;
	position:relative;
	padding-right: 24px;
	padding-left: 34px;	
}
.lecture-total-frmset .section.lecture-focus .lecfocus-slide .barset { 
	height: 100%;
    position: absolute;
    top: 0;
    left: 34px;
    right: 24px;
}
.lecture-total-frmset .section.lecture-focus .lecfocus-slide .barset span { 
	display:block;
	width:1px;
	height:144px;
	background:#808080;
	position:absolute;
	top:0;
		
	
}
.lecture-total-frmset .section.lecture-focus .lecfocus-slide .barset span:nth-child(1) {left:20%;}
.lecture-total-frmset .section.lecture-focus .lecfocus-slide .barset span:nth-child(2) {left:40%;}
.lecture-total-frmset .section.lecture-focus .lecfocus-slide .barset span:nth-child(3) {left:60%;}
.lecture-total-frmset .section.lecture-focus .lecfocus-slide .barset span:nth-child(4) {left:80%;}

.lecture-total-frmset .section.lecture-focus .lecfocus-slide .lecfocus-swiper {height:100%}
.lecture-total-frmset .section.lecture-focus .lecfocus-slide .lecfocus-swiper .box { 
	height:100%
}
.lecture-total-frmset .section.lecture-focus .lecfocus-slide .lecfocus-swiper .box .lecfocus-list { 
	height:100%; display:flex; align-items:center; width:770px
}

.lecture-total-frmset .section.lecture-focus [class^="swiper-button"] {
	width:46px; height:46px; border:1px solid #808080; border-radius:50%;
	position:absolute; left:-23px; margin:0; background:#000; transition:opacity .2s linear
}
.lecture-total-frmset .section.lecture-focus [class^="swiper-button"]::after { 
	content:""; display:block; width:11px; height:8px;
	background:url('/img/lecture/fst/lecturefocus-arrow.png') no-repeat 0 0;			
}

.lecture-total-frmset .section.lecture-focus .swiper-button-next::after { 
	background-position:0 -8px	
}

.lecture-total-frmset .section.lecture-focus .swiper-button-prev {top:47px; bottom:auto}
.lecture-total-frmset .section.lecture-focus .swiper-button-next {bottom:47px; top:auto}

.lecture-total-frmset .section.lecture-focus .swiper-button-prev:hover,
.lecture-total-frmset .section.lecture-focus .swiper-button-next:hover {opacity:.3}


.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list {/* overflow:hidden; */}
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li {
	float:left;
	position:relative;
	padding: 0; 
	/* width:162px */
	width:20%
}
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li + li::before {
	/*
	content:"";
	display:inline-block;
	width:1px;
	height:144px;
	background:#808080;
	position:absolute;
	top:-24px;
	left:0;
	*/
}

.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico {display:block; width:72px; height:60px;
background-image:url('/img/lecture/fst/lecture-focus-iconset.png'); background-size:360px 120px; margin:0 auto; transform: scale(.8);
background-repeat:no-repeat
}

.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list.it-list > li .ico {display:block; width:72px; height:60px;
background-image:url('/img/lecture/fst/lecture-focus-iconset-it.png'); background-size:360px 60px; margin:0 auto; transform: scale(.8);
background-repeat:no-repeat
}

.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico.ty1 {background-position:0 0 }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico.ty2 {background-position:-72px 0 }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico.ty3 {background-position:-144px 0 }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico.ty4 {background-position:-216px 0 }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico.ty5 {background-position:-288px 0 }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico.ty6 {background-position:0 -60px }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico.ty7 {background-position:-72px -60px }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico.ty8 {background-position:-144px -60px }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico.ty9 {background-position:-216px -60px }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico.ty10 {background-position:-288px -60px }
.lecture-total-frmset .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .tit {margin-top:17px; color:#fff; font-family: 'NotoSansKR-Bold';
font-size:14px; display:block; text-align:center; letter-spacing:-0.05em; opacity:.9
}

.lecture-total-frmset .section.lecture-focus .slick-arrow  {width:46px; height:46px; border:1px solid #808080; border-radius:50%; position:relative; cursor:pointer; background:#000; z-index:10;
position:absolute; left:0
}
.lecture-total-frmset .section.lecture-focus .slick-arrow::after {content:""; display:block; width:11px; height:8px; background:url('/img/lecture/fst/lecturefocus-arrow.png') no-repeat 0 0;
background-size:11px auto; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto;
}

.lecture-total-frmset .section.lecture-focus .slick-arrow.slick-next {bottom:0}
.lecture-total-frmset .section.lecture-focus .slick-arrow.slick-prev {top:0}
.lecture-total-frmset .section.lecture-focus .slick-arrow.slick-next::after  {background-position:0 -8px}
.lecture-total-frmset .section.lecture-focus .slick-arrow.slick-prev::after  {}


.lecture-total-frmset .section.archive {margin-top:117px}
.lecture-total-frmset .section.archive .titset-outer {position:relative; }
.lecture-total-frmset .section.archive .titset-outer::after {content:""; display:block; position:absolute; bottom:0; left:0; 
width:50%; height:1px; background:#818181;
 }
.lecture-total-frmset .section.archive .titset-outer .titset { 
	position:relative; width:1180px; margin:0 auto; display:flex; justify-content:space-between	
}

.lecture-total-frmset .section.archive .titset-outer .titset .hd4 {font-size:25px; font-family: 'Y_Spotlight';  font-weight:normal; margin:0; 
background:#fff;  z-index:10; position:relative; display:inline-block; border-bottom:1px solid #818181; padding:0 35px 5px 0
}
.lecture-total-frmset .section.archive .titset-outer .titset .hd4::after { 
	content:""; display:block; width:1px; height:10px; background:#818181; position:absolute; bottom:0; right:0;
	transform:translate(-4px,1px) rotate(-45deg)	
}

.lecture-total-frmset .section.archive .lecture-archive-slide {position:relative; margin-top:20px}

.lecture-total-frmset .section.archive .heart {width:22px; height:20px; background:url('/img/lecture/fst/archive-heart.png') no-repeat 0 0; display:inline-block}
.lecture-total-frmset .section.archive .arrow {display:inline-block; margin-top:8px; font-size:0}
.lecture-total-frmset .section.archive .arrow .btn {width:20px; height:20px;
background:url('/img/lecture/fst/archive-ctrbtnset.png') no-repeat 0 0; display:inline-block; cursor:pointer;
transition:opacity .2s linear
}
.lecture-total-frmset .section.archive .arrow .btn:hover {opacity:.3}


.lecture-total-frmset .section.archive .arrow .btn.pp2 { }
.lecture-total-frmset .section.archive .arrow .btn.nn2 {background-position:-20px 0}
.lecture-total-frmset .section.archive .arrow .btn + .btn {margin-left:7px}
.lecture-total-frmset .section.archive .arrow .heart + .btn {margin-left:9px}



.lecture-total-frmset .section.archive .lecture-archive-slide::after { 
	content:""; display:block; position:absolute; top:20px; bottom:20px; left:0; right:0; z-index:0;
	background: rgb(193,191,230);
    background: -moz-linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
    background: -webkit-linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
    background: linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1bfe6",endColorstr="#ea88de",GradientType=1);
   	
	
}
.lecture-total-frmset .section.archive .lecture-archive-slide .slick-list {position:relative; z-index:10}
.lecture-total-frmset .section.archive .lecture-archive-slide * {font-family:"NotoSansKR-Light"}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box { 
	 width:275px
;display: inline-block;position: relative;z-index: 10;/* border: 1px solid #f00; */}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset { 
	background:#fff;  border-radius:15px;  box-shadow: 2px 2px 5px rgba(178,177,177,.7); margin:5px;
	height:221px;	
display: block;} 

.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content { 
	display:flex; padding:15px
}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .profile { 
    width: 46px; height: 46px; position: relative; margin: 0; border-radius: 50%; flex:none; padding:0	
}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .profile::before { 
    content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 42px; height: 42px; background: #fff;
    margin: auto; border-radius: 50%; z-index: 1;		
}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .profile .inset { 
    width: 40px; height: 40px; border-radius: 50%; overflow: hidden; display: block; position: absolute; top: 0; left: 0;
    right: 0; bottom: 0; margin: auto; z-index: 10;		
}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .profile .inset img {width:100%}

.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .profile .rollingbg { 
    display: block; position: absolute;
    top: 0; left: 0; width: 46px; height: 46px;
	/*
    background: rgb(191,140,255);
    background: -moz-linear-gradient(120deg, rgba(191,140,255,1) 0%, rgba(255,94,94,1) 48%, rgba(248,192,234,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(191,140,255,1) 0%, rgba(255,94,94,1) 48%, rgba(248,192,234,1) 100%);
    background: linear-gradient(120deg, rgba(191,140,255,1) 0%, rgba(255,94,94,1) 48%, rgba(248,192,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf8cff",endColorstr="#f8c0ea",GradientType=1);
	*/
background: rgb(194,189,230);
background: -moz-linear-gradient(120deg, rgba(194,189,230,1) 0%, rgba(228,145,225,1) 100%);
background: -webkit-linear-gradient(120deg, rgba(194,189,230,1) 0%, rgba(228,145,225,1) 100%);
background: linear-gradient(120deg, rgba(194,189,230,1) 0%, rgba(228,145,225,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2bde6",endColorstr="#e491e1",GradientType=1);
	
    margin: auto; border-radius: 50%; animation: rotate-circle 1s linear infinite; backface-visibility: hidden; transform-origin: center;
/* z-index: 100; */}
@keyframes rotate-circle {
	0% {transform:rotate(0deg)}
	100%  {transform:rotate(360deg)}
	
}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .txtinfo {flex:1; margin-left:15px}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .txtinfo .nameset { 
	display: flex; overflow: hidden; font-size:13px
}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .txtinfo .nameset .cuttxt { 
	display: block; flex: 1; white-space: nowrap; overflow: hidden; width: 0; text-overflow: ellipsis; font-weight:bold	
}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .txtinfo .dateset {
	margin-top:3px
}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .txtinfo .dateset .date { 
	font-size:13px
}
.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .top-content .txtinfo .dateset .date::before { 
	content:""; display:inline-block; width:21px; height:14px; 
	background:url('/img/sub/date_icon.png') no-repeat 0 0; vertical-align:middle;
	margin-right:6px 			
}



.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset .subject { 
	margin:0 7px 0 7px; padding:15px 8px 0 8px; border-top:1px solid #cccccc; font-size:12px;
	letter-spacing:-0.05em; line-height:1.5
}

.lecture-total-frmset .section.archive + .section.difference {margin-top:110px} 

.lecture-total-frmset .section.difference { }
.lecture-total-frmset .section.difference .titset {display:flex; justify-content:space-between; width:1180px; margin:0 auto; align-items:center}
.lecture-total-frmset .section.difference .titset .hd4 {font-size:25px; font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-weight:normal}
.lecture-total-frmset .section.difference .titset .program-set {
	min-width:234px; height:24px; border:1px solid #b2b2b2; border-radius:5px; display:flex; justify-content:space-between;
}
.lecture-total-frmset .section.difference .titset .program-set .text {
	line-height:22px; padding-left:11px; color:#434343; font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-size:10px;
	padding-right:5px
}

.lecture-total-frmset .section.difference .titset .program-set .program-list {margin:-5px 7px 0 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list::after {content:""; display:block; clear:both}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li {float:left }
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico { 
	display:block; width:34px; height:33px; background:url('/img/lecture/fst/lecture-program-icon.png') no-repeat 0 0;
	background-size:auto 33px	
}


/* 
pr01 : 포토샵
pr02 : 일러스트
pr03 : 인디자인
pr04 : 라이트룸
pr05 : 오토캐드
pr06 : 3D맥스
pr07 : 스케치업
pr08 : V-Ray
pr09 : 에프터이펙트
pr10 : 프리미어
pr11 : Cinema 4D
pr12 : html
pr13 : css
pr14 : js
pr15 : maya
pr16 : 기타 등등
*/
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr01 {background-position:0 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr02 {background-position:-34px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr03 {background-position:-68px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr04 {background-position:-102px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr05 {background-position:-136px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr06 {background-position:-170px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr07 {background-position:-204px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr08 {background-position:-238px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr09 {background-position:-272px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr10 {background-position:-306px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr11 {background-position:-340px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr12 {background-position:-374px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr13 {background-position:-408px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr14 {background-position:-442px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr15 {background-position:-476px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li .ico.pr16 {background-position:-510px 0}
.lecture-total-frmset .section.difference .titset .program-set .program-list > li + li {margin-left:2px}

.lecture-total-frmset .section.difference .marquee-animation.mqrquee-module { }
.lecture-total-frmset .section.difference .marquee-animation.mqrquee-module .marquee-title { 
background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#fcb045",GradientType=1);

font-family: 'Y_Spotlight'; transform: rotate(-0.1deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}



.lecture-total-frmset .section.theory { }
.lecture-total-frmset .section.theory .txtinfo {font-family: 'GmarketSansLight'; color:#666; font-size:29px;
width:1180px; margin:0 auto; letter-spacing: -0.07em;
}

/* 데이터 툴팁 - 전자금융 */
[data-tip] {position:relative}
[data-tip]:before {content:'';/* hides the tooltip when not hovered */display:none; content:''; 
border-left: 5px solid transparent; 
border-right: 5px solid transparent;
border-top: 5px solid #555555; 
position:absolute; top:-4px; left:0; right:0; margin:auto; z-index:8; font-size:0; line-height:0; width:0; height:0}
[data-tip]:after {display:none; content:attr(data-tip); position:absolute; top:-32px; left:0px; padding:5px 8px; background:#555555; color:#fff; z-index:9; font-size: 0.75em;
height:18px; line-height:18px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; white-space:nowrap; word-wrap:normal}
[data-tip]:hover:before,
[data-tip]:hover:after {display:block}

[data-tip].tiphidden { }
[data-tip].tiphidden:before {border:none}
[data-tip].tiphidden:after {content:""; background:none}




.lecture-total-frmset .section.theory .txtinfo .row + .row {margin-top:5px}
.lecture-total-frmset .section.theory .txtinfo .row + .row.txt {margin-top:4px}

.lecture-total-frmset .section.theory .txtinfo .hash-txt {line-height:1; padding:8px 0 2px; display:inline-block; vertical-align:middle}

.lecture-total-frmset .section.curri { }
.lecture-total-frmset .section.curri .picset {display:flex; height:430px}
.lecture-total-frmset .section.curri .picset .section {position:relative; overflow:hidden}
.lecture-total-frmset .section.curri .picset .section:nth-child(1) {flex:2; border-radius:0 5px 5px 0}
.lecture-total-frmset .section.curri .picset .section:nth-child(2) {flex:1; border-radius:5px 0 0 5px}
.lecture-total-frmset .section.curri .picset .section img {object-fit: cover; height: 100%; width: 100%}
.lecture-total-frmset .section.curri .picset .section + .section {margin-left:11px}
.lecture-total-frmset .section.curri .curri-middleset {position:relative; width:1180px; margin:12px auto 0; height:427px; overflow:hidden}
.lecture-total-frmset .section.curri .curri-middleset .section {position:relative; float:left}
.lecture-total-frmset .section.curri .curri-middleset .section:first-child {display:flex; height:100%;
flex-direction:column; justify-content:center; width:437px 
}
.lecture-total-frmset .section.curri .curri-middleset .section:last-child {width:743px}
.lecture-total-frmset .section.curri .curri-middleset .section .txtinfo {margin-bottom:65px}
.lecture-total-frmset .section.curri .curri-middleset .section .txtinfo .topcopy { 
	transform: translateY(5px);
    display: block;	
}
.lecture-total-frmset .section.curri .curri-middleset .section .txtinfo .topcopy .txt {
	display:inline-block; font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); width:inherit; line-height:1;
	color:#1e1e1e; font-size:16px; vertical-align:top; letter-spacing: 0.01em; 
}
.lecture-total-frmset .section.curri .curri-middleset .section .txtinfo .topcopy .txt.large {font-size:30px; margin-bottom:3px; line-height:23px}
.lecture-total-frmset .section.curri .curri-middleset .section .txtinfo .curri-svg {width:300px; display:block; margin-top:10px; margin-left:-7px}
.lecture-total-frmset .section.curri .curri-middleset .section .txtinfo .bottomcopy {color:#1e1e1e; font-size:10px; display:block;
letter-spacing:8px; margin-top:22px; font-family:"NotoSansKR-Regular"; text-indent: 4px;
 }

.lecture-total-frmset .section.curri .curri-middleset .section .license-list { 
	position:absolute; bottom:10px; left:0	
}
.lecture-total-frmset .section.curri .curri-middleset .section .license-list .hd4 {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-weight:bold; color:#464545;
font-size:12px;
}
.lecture-total-frmset .section.curri .curri-middleset .section .license-list .hd4::before, 
.lecture-total-frmset .section.curri .curri-middleset .section .license-list .hd4::after { 
	content:""; display:inline-block; width:2px; height:7px; background:#464545; vertical-align:middle; margin-bottom:1px
}
.lecture-total-frmset .section.curri .curri-middleset .section .license-list .hd4::before {margin-right:5px;}
.lecture-total-frmset .section.curri .curri-middleset .section .license-list .hd4::after {margin-left:5px }


.lecture-total-frmset .section.curri .curri-middleset .section .license-list .listfrm {margin-top:7px}
.lecture-total-frmset .section.curri .curri-middleset .section .license-list .listfrm .row + .row {margin-top:5px}
.lecture-total-frmset .section.curri .curri-middleset .section .license-list .hashbox { }
.lecture-total-frmset .section.curri .curri-middleset .section .license-list .hashbox .in { 
	font-size:12px; font-family:"NotoSansKR-Regular"; padding:5px 10px	
}


.lecture-total-frmset .section.curri .curri-middleset .section .right-txt {position:absolute; top:2px; right:12px}
.lecture-total-frmset .section.curri .curri-middleset .section .right-arrow {position:absolute; bottom:14px; right:33px}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset {font-size:0}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .totalview {display: block;
    width: 114px;
    height: 61px;
    right: 0px;
    bottom: -1px;
    background: url(/img/main/new220421/main-totalview-bg.png) no-repeat 0 0;
    /* animation: opa .5s linear infinite alternate; */
    display: flex;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    color: #1e1e1e;
    font-size: 13px;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    position: absolute;}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .totalview > span {display: flex;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    color: #1e1e1e;
    font-size: 13px;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    animation: opa .5s linear infinite alternate;}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .item-img {border-radius:5px; overflow:hidden; display:inline-block; vertical-align:top;
font-size:0}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .item-img + .item-img {margin-left:12px}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .hashbox {position: relative;
    display: inline-block;
	background: linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    border-radius: 50px;
    padding: 2px;
    overflow: hidden;
    vertical-align: middle;
    letter-spacing: -0.05em;
    left: 557px;
    bottom: 52px;
	width:186px;
	height:52px;
	animation: opa .5s linear infinite alternate;	
}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .hashbox .in {height: 48px;
    display: flex;
    padding: 9px 0;}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .hashbox .in .txtlarge {font-size: 30px;
    margin-bottom: 3px;
    line-height: 23px;
	font-family: 'Y_Spotlight';
	color: #1e1e1e;
	margin-left: 5px;}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .hashbox .in .txt {display: inline-block;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    width: inherit;
    line-height: 1.2;
    color: #1e1e1e;
    font-size: 14px;
	margin-top: -2px;
    letter-spacing: 0.01em;
    margin-left: 5px;
    /* animation: opa .5s linear infinite alternate; */
}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .hashbox .in .txt::after {content: "";
    display: inline-block;
    background: url(/img/lecture/fst/section_morebtn.png) no-repeat 0 0;
    vertical-align: middle;
    width: 14px;
    height: 9px;
    margin: -6px 0 9px 54px;}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .item-img:nth-child(1) {max-width:294px; height:427px}
.lecture-total-frmset .section.curri .curri-middleset .section .item-imgset .item-img:nth-child(2) {max-width:436px; height:243px}
 


.lecture-total-frmset .section.curri .portfolio-slideset {margin-top:40px}
.lecture-total-frmset .section.curri .portfolio-slideset .info {text-align:right; color:#828282; font-size:11px;
width:1180px; margin:0 auto; letter-spacing:-0.08em; margin-bottom:10px; opacity:.7; word-spacing:-1px
}

.lecture-total-frmset.it-main .section.main .bg{
	background:url('/img/lecture/new-topbanner/it-main.jpg')
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg { 
	background:url('/img/lecture/fst/curri-bg.png') no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	height:742px;
	overflow:hidden	
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg *::selection {background:transparent; color:inherit}

.lecture-total-frmset .section.curri .portfolio-slideset .bg .bg-in {width:1180px; margin:0 auto; height:100%}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .mySwiper {margin-left:0; padding-top:70px; padding-bottom:70px}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide {width:527px; height:586px;}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox {background:rgba(255,255,255,.85);
height:100%; /* box-shadow: 10px 10px 40px rgb(0 0 0 / 50%); */ position:relative; border-radius:5px; overflow:hidden
}

.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset {
position: absolute;
    top: 0;    
    padding-left: 84px;	
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .simg {position:relative;width:443px;height: 267px; }
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .simg video {width:100%;object-fit:cover;}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .simg img { }
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .simg .focusimg {position:absolute;/* top:auto; */bottom:0;left:-20px;width:inherit;height: auto;overflow:inherit;text-indent:0;visibility:visible}

.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .simg.big { }
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .simg.big .inset { 
	overflow:hidden; height:100%	
} 
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .simg.big video {transform:scale(1.5)}


.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .caption-list {
	overflow:hidden; margin-top:13px; margin-left:-5px
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .caption-list + .caption-list { 
	margin-top:2px
}

.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .caption-list > li {margin-left:5px;
	float:left; color:#454545; font-size: 12px; letter-spacing: -0.09em; line-height: 1.4;
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .simgset .caption-list > li + li {

}

.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .bottom-content { 
position:absolute; bottom:0; left:0; right:0; height:145px; padding:0 16px 0 23px	
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .bottom-content .titset {display:flex;
justify-content:space-between; align-items:flex-end
 }
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .bottom-content .titset .hd4 { 
font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-weight:normal		
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .bottom-content .titset .hd4 .lesson-txt { 
color:#2a2a2a; font-size:12px; display:block	
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .bottom-content .titset .hd4 .tit { 	
	font-size:20px; color:#2a2a2a
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .bottom-content .titset .hashset { }
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .bottom-content .titset .hashset .hashbox { }
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .bottom-content .titset .hashset .hashbox .in { 
font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-size:12px; color:#6f6f6f; padding: 8px 10px 8px 11px;		
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .swiper-slide .slidebox .bottom-content .stxt { 
	 font-family:"NotoSansKR-Regular"; font-size:13px; color:#454545; letter-spacing:-0.05em; margin-top:20px;
	line-height:1.56
}

.lecture-total-frmset .section.curri .portfolio-slideset .swiper-pagination { 
	position:relative; margin-top:20px
}
.lecture-total-frmset .section.curri .portfolio-slideset .swiper-pagination .swiper-pagination-bullet { 
width:8px; height:8px; border-radius:50%; border:2px solid #4f4f4f; background:transparent; opacity:1
}
.lecture-total-frmset .section.curri .portfolio-slideset .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet { 
	margin-left:11px	
} 
.lecture-total-frmset .section.curri .portfolio-slideset .swiper-pagination .swiper-pagination-bullet-active { 
background:#4f4f4f	
} 

.lecture-total-frmset .section.license { }
.lecture-total-frmset .section.license .hd4 {width:1180px; margin:0 auto; color:#1e1e1e; font-size:25px; font-weight:normal; letter-spacing:-0.05em;
font-family: 'Y_Spotlight'; transform: rotate(-0.1deg);}
.lecture-total-frmset .section.license .hd4 .smtxt2 {font-size:15px; margin-left:5px}

.lecture-total-frmset .section.license .hd4 .line {border-bottom:1px solid #1e1e1e}
.lecture-total-frmset .section.license .hd4 + .marquee-imgplus {margin-top:6px}

.lecture-total-frmset .section.license .marquee-imgplus {position:relative; height:210px}
.lecture-total-frmset .section.license .marquee-imgplus .marquee-box.job {}
.lecture-total-frmset .section.license .marquee-imgplus .card-img {
position:absolute; top:0; left:0; right:0; width:1180px; margin:0 auto; height:296px; z-index:100
}
.lecture-total-frmset .section.license .marquee-imgplus .card-img img { 
	position:absolute; top:-80px; right:-90px;
}

.lecture-total-frmset .section.license .subject-set.lic {}
.lecture-total-frmset .section.license .subject-set.lic .subject {}
.lecture-total-frmset .section.license .subject-set.lic + .subject-lic-fcheck {margin-top:160px}
.lecture-total-frmset .section.license .subject-lic-fcheck {position:relative; width:1180px; margin:0 auto}
.lecture-total-frmset .section.license .subject-lic-fcheck .hd4 {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color:#1e1e1e; font-size:25px; font-weight:normal}
.lecture-total-frmset .section.license .subject-lic-fcheck .hd4 .smtxt2 {font-size:15px; margin-left:5px}
.lecture-total-frmset .section.license .subject-lic-fcheck .aptitude-txt {
	margin:19px 0 0 -13px; position:relative; height:260px
}
.lecture-total-frmset .section.license .subject-lic-fcheck .aptitude-txt .people {
	position:relative; width:916px;;
		position:absolute; bottom:0; left:0; top:0;  
}
.lecture-total-frmset .section.license .subject-lic-fcheck .aptitude-txt .people .simg { 
	position:absolute; bottom:0; left:120px; right:0; margin:0 auto; width:255px; height:148px; z-index:100
}
.lecture-total-frmset .section.license .subject-lic-fcheck .aptitude-txt .people .simg .tip { 
	width:116px; height:62px; background:url('/img/lecture/fst/aptitude-svgtip.svg') no-repeat 0 0;
	position:absolute; top: -62px; right: -71px; display:flex; align-items:center; justify-content:center
}
.lecture-total-frmset .section.license .subject-lic-fcheck .aptitude-txt .people .simg .tip .tip-txt { 
	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color:#1e1e1e; font-size:13px; margin-bottom:7px; overflow:hidden; 
	/* animation:typing 2.5s infinite steps(30, end); */
	white-space:nowrap; font-weight:bold; animation:opa .5s linear infinite alternate		
}
.lecture-total-frmset .section.license .subject-lic-fcheck .aptitude-txt .people .simg .tip .tip-txt > span {transform:rotate(-0.1deg); display:block}
@keyframes typing { 
  from { width: 0 }
  to { width: 100% }
}

.lecture-total-frmset .section.license .subject-lic-fcheck .checkbtnset {position:absolute; bottom:40px; right:-27px;

}
.lecture-total-frmset .section.license .subject-lic-fcheck .checkbtnset .bg { 
 background:url('/img/lecture/fst/aptitude-checkbtn-outline.png') no-repeat 0 0;
}

.lecture-total-frmset .checkbtnset {transition:opacity .2s linear;will-change:transform}
.lecture-total-frmset .checkbtnset:hover {opacity:.3; }






.lecture-total-frmset .section.license .subject-lic-fcheck .aptitude-txt .people .svg-aptitude-txt { 
	width:916px; height:228px; background:url('/img/lecture/fst/aptitude-svgtxt.svg') no-repeat 0 0	
}

.lecture-total-frmset .section.license .bottombar {position: relative; height: 1px}
.lecture-total-frmset .section.license .bottombar .in { 
    width: 1180px;
    margin: 0 auto 0;
    height: 1px;
    background: #818181;	
}
.lecture-total-frmset .section.license .bottombar .in .arrow { 
	display: block; position: absolute; top: 0; right: -79px; width: 79px; background: #818181; height: 1px;	
}
.lecture-total-frmset .section.license .bottombar .in .arrow::after { 
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: -16px;
    right: 0;
    background: #818181;
    transform: translate(-3px, 8px) rotate(-45deg);
}
.lecture-total-frmset .section.license .bottombar .out { 
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background: #818181;	
}


.lecture-total-frmset .section.daychoice { }
.lecture-total-frmset .section.daychoice .titset {
	width:1180px; margin:0 auto; display:flex; justify-content:space-between; align-items:flex-end; letter-spacing:-0.05em
}
.lecture-total-frmset .section.daychoice .titset .hd4 {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color: #1e1e1e; font-size: 25px; font-weight: normal}
.lecture-total-frmset .section.daychoice .titset .hd4 .smtxt2 {font-size:15px; margin-left:5px}
.lecture-total-frmset .section.daychoice .titset .smtxt {
    color: #828282;
    font-size: 11px;
    letter-spacing: -0.08em;
    opacity: .7;
    word-spacing: -1px; font-family:"NotoSansKR-Regular"; margin-bottom:5px
	
	}
.lecture-total-frmset .section.daychoice .titset + .marquee-box {margin-top:10px}
.lecture-total-frmset .section.licstep .marquee-box + .subject-set {margin-top:60px}

.lecture-total-frmset .section.daychoice .banner { 
    background-image: url('/img/lecture/fst/lic-time-bg.jpg');
    /* background: linear-gradient(to right, #333, #666); */
    height: 433px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;	
	margin-top:10px
}
.lecture-total-frmset .section.daychoice .banner .inset {position:relative; width:1180px; margin:0 auto; height:100%}

.lecture-total-frmset .section.daychoice .banner .inset .checkbtnset {position:absolute; top:0; bottom:0; margin:auto; right:-23px }
.lecture-total-frmset .section.daychoice .banner .inset .checkbtnset .bg { 
 background:url('/img/lecture/fst/time-checkbtn-outline.png') no-repeat 0 0;
}

.lecture-total-frmset .section.daychoice .banner .inset .checkbtnset .checkbtn-txtinfo .a1 {color:#fff}
.lecture-total-frmset .section.daychoice .banner .inset .checkbtnset .checkbtn-txtinfo .a2 {color:#fff}
.lecture-total-frmset .section.daychoice .banner .inset .checkbtnset .checkbtn-txtinfo .arrow {background:#fff}
.lecture-total-frmset .section.daychoice .banner .inset .checkbtnset .checkbtn-txtinfo .arrow::before {background:#fff}



.lecture-total-frmset .section.licstep { }
.lecture-total-frmset .section.licstep .titset {
	width:1180px; margin:0 auto; display:flex; justify-content:space-between; align-items:flex-end; letter-spacing:-0.05em
}
.lecture-total-frmset .section.licstep .titset .hd4 {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color: #1e1e1e; font-size: 25px; font-weight: normal}
.lecture-total-frmset .section.licstep .titset .hd4 .smtxt2 {font-size:15px; margin-left:5px}


.lecture-total-frmset .section.liccoast {margin-top:222px}
.lecture-total-frmset .section.liccoast .bg { 
	position: absolute;
    top: 25px;
    left: 28px;
    width: 381px;
    border-radius: 41px 41px 0 0;
    overflow: hidden;
    height: 127px;	
}
.lecture-total-frmset .section.liccoast .bg::before { 
    content: "";
    display: block;
    width: 234px;
    height: 30px;
    background: url(/img/lecture/fst/inquiry-phonebg-noch.png) no-repeat 0 0 / 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;	
}
.lecture-total-frmset .section.liccoast .bg .ban { 
	width:381px; height:127px
}

.lecture-total-frmset .section.liccoast .bg .ban.n01 {background:url('/img/lecture/fst/inquiry-phonebg-banngerbg-img01.jpg') no-repeat 0 0 / 100%}
.lecture-total-frmset .section.liccoast .bg .ban.n02 {background:url('/img/lecture/fst/inquiry-phonebg-banngerbg-img02.jpg') no-repeat 0 0 / 100%}
.lecture-total-frmset .section.liccoast .bg .ban.n03 {background:url('/img/lecture/fst/inquiry-phonebg-banngerbg-img03.jpg') no-repeat 0 0 / 100%}
.lecture-total-frmset .section.liccoast .bg .ban.n04 {background:url('/img/lecture/fst/inquiry-phonebg-banngerbg-img04.jpg') no-repeat 0 0 / 100%}
.lecture-total-frmset .section.liccoast .bg .ban.n05 {background:url('/img/lecture/fst/inquiry-phonebg-banngerbg-img05.jpg') no-repeat 0 0 / 100%}




.lecture-total-frmset .section.liccoast .titset {
	width:1180px; margin:0 auto 25px; display:flex; justify-content:space-between; align-items:flex-end; letter-spacing:-0.05em
}
.lecture-total-frmset .section.liccoast .titset .hd4 {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color: #1e1e1e; font-size: 25px; font-weight: normal}
.lecture-total-frmset .section.liccoast .titset .hd4 .smtxt {font-size:15px; margin-left:5px}
.lecture-total-frmset .section.liccoast .coast-svgtxt {width: 610px; height: 228px; background: url(/img/lecture/fst/inquiry-svgtxt.svg) no-repeat 0 0}


.lecture-total-frmset.f-com .section.liccoast .coast-svgtxt {width: 759px; height: 269px; background: url(/img/svg/lic-com-inquery-svg.svg) no-repeat 0 0}
.lecture-total-frmset.f-com .subject-set .subject.grid2 {padding:1px 0}
/*
.lecture-total-frmset.f-com .section.liccoast .coast-inputbg {background:url('/img/lecture/fst/inquiry-phonebg-com.png') no-repeat 0 0}
.lecture-total-frmset.f-gra .section.liccoast .coast-inputbg,
.lecture-total-frmset.f-auto .section.liccoast .coast-inputbg,
.lecture-total-frmset.f-web .section.liccoast .coast-inputbg,
.lecture-total-frmset.f-color .section.liccoast .coast-inputbg,
.lecture-total-frmset.f-int-design .section.liccoast .coast-inputbg,
.lecture-total-frmset.f-int-const .section.liccoast .coast-inputbg,
.lecture-total-frmset.f-arc .section.liccoast .coast-inputbg,
.lecture-total-frmset.f-mec .section.liccoast .coast-inputbg,
.lecture-total-frmset.f-mos .section.liccoast .coast-inputbg
 {background:url('/img/lecture/fst/inquiry-phonebg-license.png') no-repeat 0 0}
*/

.lecture-total-frmset .section.liccoast .coast-inputbg { 
	width:485px; height:424px; background:url('/img/lecture/fst/inquiry-phonebg.png') no-repeat 0 0;
	position:absolute; top:-152px; right:-50px		
}

.lecture-total-frmset .section.liccoast .coast-inputbg.story{
	
	top:-49px
}

.lecture-total-frmset .section.liccoast .coast-inquery-list {
    
    position: absolute;
    bottom: -1px;
    left: 36px;
    right: 85px;	
}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li {border-top: 1px solid #c0c0c0;
height:68px
}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 {display: flex; align-items: center; height: 100%}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dt {
	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-size:13px; font-weight:bold; color:#2f2f2f; min-width:73px; padding-left:10px
}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd {position:relative; padding:0 0 0 8px; width:100%}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd::before { 
	content:""; display:block; position:absolute; top:0; bottom:0; left:0; height:56px; margin:auto; width:1px; background:#c0c0c0; 	
}

.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dt,
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd {    
	display: inline-flex; align-items:center; height:100%
}

.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .in-cuttxt {display:flex; width:95%}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .in-cuttxt span {
	width:0; overflow:hidden; white-space:nowrap; flex:1; text-overflow:ellipsis;
	font-size:13px; color:#555555; font-family:"NotoSansKR-Bold";
}

.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset {border-radius:5px;margin-top: 2px;}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset input,
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset select {background:transparent}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset.full {display:block; width:100%}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd input {height:47px; width:100%}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd #coast-inquery-call .inputbar {margin:0 3px 0}


.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd #coast-inquery-call {display:flex; width:100%; align-items:center}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd #coast-inquery-call .inputset {flex:none; }
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd #coast-inquery-call .inputset input {text-align:center}

.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset.rdo label,
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset.chk label {
	font-size:14px;
	color:#555555;
	font-family:"NotoSansKR-Bold";
	letter-spacing:-0.03em;
	line-height: 0px;
}


.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset.rdo label::before,
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset.chk label::before {
	content:"";
	display:inline-block;
	width:26px;
	height:26px;
	background:url('/img/lecture/fst/select-checked-icon.png') no-repeat 0 0 / auto 26px;
	vertical-align:middle;
	margin-right:3px;
	margin-bottom: 4px;
}

.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset.rdo.on label::before,
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset.chk.on label::before { 
	background-position:-26px 0
}	


.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd #coast-inquery-call .inputset ~ .inputset {flex:1} 
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd #coast-inquery-call .inputset select {
	min-width:81px; height:47px; background: url('/img/lecture/fst/inquery-selectarrow.png') no-repeat right 0 center;
	text-align:center; transition:opacity .2s linear	
}
.lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd #coast-inquery-call .inputset select:hover { 

}

.lecture-total-frmset .inquery-resultbox {
width:1180px; margin:16px auto 0 auto;	
}
.lecture-total-frmset .inquery-resultbox .rsbox01 {width:407px; margin:0 11px 0 auto}
.lecture-total-frmset .inquery-resultbox .rsbox01 + .agree_box {margin-top:100px}
.lecture-total-frmset .inquery-resultbox .rsbox01 .rsbtn {transition:opacity .2s linear}
.lecture-total-frmset .inquery-resultbox .rsbox01 .rsbtn:hover {opacity:.7}

.lecture-total-frmset .inquery-resultbox .rsbox01 .rsbtn .hashbox {width:407px; height:88px}
.lecture-total-frmset .inquery-resultbox .rsbox01 .rsbtn .hashbox .in {height:84px; display:flex; align-items:center; justify-content:center;
padding:0
}
.lecture-total-frmset .inquery-resultbox .rsbox01 .rsbtn .hashbox .in .won-circle { 
	width:78px; height:78px; background:url('/img/lecture/fst/inquery-wonicon.png') no-repeat 0 0; display:block;
	position:absolute; top:3px; left:3px	
}
.lecture-total-frmset .inquery-resultbox .rsbox01 .rsbtn .hashbox .in .txt {text-align:center; display:block; width:inherit;
font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color:#4a4949; font-size:25px; font-weight:bold; margin:2px 0 8px 20px;
animation:opa 0.7s linear infinite alternate;}
.lecture-total-frmset .inquery-resultbox .rsbox01 .rsbtn .hashbox .in .txt .small {display:block; font-family: 'GmarketSansMedium';
color:#828282; font-size:11px; letter-spacing: 0.03em; font-weight:normal; line-height:1.3
}

.lecture-total-frmset .inquery-resultbox .direction-arrow { 
width:36px; height:15px; background:url('/img/lecture/fst/direction-arrow-icon.png') no-repeat 0 0; display:block;
margin:0 auto 16px auto	
}
.lecture-total-frmset .inquery-resultbox .rsbox01 .infotxt {
	text-align:center; display:block;  font-family: 'NotoSansKR-Light'; margin:15px 0 0 0;
    color: #828282;
    font-size: 11px;
    letter-spacing: -0.08em;
    opacity: .7;
    word-spacing: -1px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* ****************************************** 대표메인페이지  공통 코드 ****************************************** */
.lecture-total-frmset .hashbox {
position:relative; display:inline-block; border-radius:50px; padding:2px; overflow:hidden; vertical-align:middle;
    letter-spacing: -0.05em;
}
.lecture-total-frmset  .hashbox .rolling { 	
	display:block; position:absolute; 
    /* top: -190%; left: -18%; right: -18%; bottom: -190%; */
	top:-50%; left:0; right:0; 
background: rgb(164,142,210);
background: -moz-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
background: linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a48ed2",endColorstr="#f8c0ea",GradientType=1);
    line-height: 1;
    margin: 0; 		
	animation: gradient-rotate 1s linear infinite;
}
.lecture-total-frmset .hashbox .in {display:block; background:#fff; border-radius:50px; margin:0;
padding: 8px 10px 2px 10px; position:relative; z-index:10; line-height:1 
 }



.marquee-box {overflow:hidden}
.marquee-box .marquee-in { 
    

    /* width: 7680px; */
    height: 152px;
    animation: wave 50s linear infinite;
    transform: translate3d(0,0,0);		
}


.marquee-box.differ .marquee-in {background: url('/img/lecture/fst/coursesvg2.svg') repeat-x; width: 10056px;}
.marquee-box.eduproperty .marquee-in {background: url('/img/svg/edu-property-svgtxt.svg') repeat-x; width: 11944px;}

.marquee-box.job .marquee-in { 
	background: url('/img/lecture/fst/coursesvg-job.svg') repeat-x;
	animation: wave-reverse 50s linear infinite;
	width: 8188px;
}

.marquee-box.time .marquee-in {width: 6820px;}
.marquee-box.time .marquee-in { 
	background: url('/img/lecture/fst/time-svgtxt.svg') repeat-x;
	animation: wave-time 50s linear infinite;
}

.marquee-box.step .marquee-in {width: 8436px;}
.marquee-box.step .marquee-in { 
	background: url('/img/lecture/fst/licstep-svgtxt.svg') repeat-x;
	animation: wave-step 50s linear infinite;
}

@keyframes wave-step {
0% {margin-left: 0;}
100% {margin-left:-2109px;}
}

@keyframes wave-time{
0% {margin-left: -1705px;}
100% {margin-left:0px;}
}

@keyframes wave{
0% {margin-left: -2514px;}
100% {margin-left:0px;}
}

@keyframes wave-reverse {
0% {margin-left: 0;}
100% {margin-left:-2047px;}
}

.marquee-tagline {
    position: relative;
    z-index: 1000;
}

.marquee-animation {
    display: flex;
    opacity: 0;
    overflow: hidden;
    position: relative;
}

.marquee-animation.mqrquee-module {
    opacity: 1;
    --ease-sine-in-out: cubic-bezier(0.445,0.05,0.55,0.95);
    transition: opacity 1s var(--ease-sine-in-out);
}
.marquee-inview .marquee-module-segment {
    animation-play-state: running;
}

.marquee-module-segment {
    animation: marquee-animation calc(var(--speed)*1s) infinite linear paused;
    display: flex;
    flex-wrap: nowrap;
    padding-right: 5vw;
    pointer-events: none;
    white-space: nowrap;
    will-change: transform;
}
.marquee-module-aux {
    animation-delay: calc(var(--speed)*-.5s);
    left: 0;
    position: absolute;
    top: 0;
}

.marquee-title {
    font-size: 10.4vw;
    font-size: max(70px,10.4vw);
    letter-spacing: -.02em;
    line-height: 1.37;
}

@keyframes marquee-animation{
  0%{transform:translate3d(100%,0,0)}
  100%{transform:translate3d(-100%,0,0)}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient-rotate {
	100% {
		transform:scale(1.2) rotate(360deg);
	}
}

.lecture-total-frmset .subject-set {position:relative;  z-index:100}
.lecture-total-frmset .subject-set .topbar {position:relative; height:1px}
.lecture-total-frmset .subject-set .topbar .in {width:1180px; margin:0 auto 0; height:1px; background:#818181}
.lecture-total-frmset .subject-set .topbar .in .arrow {
display:block; position:absolute; top:0; left:-79px; width:79px; background:#818181; height:1px
}
.lecture-total-frmset .subject-set .topbar .in .arrow::after { 
content:""; display:block; width:1px; height:10px; position:absolute; top:-16px; left:0; background:#818181;
transform: translate(2px, 8px) rotate(45deg);	
}
.lecture-total-frmset .subject-set .topbar .out {position:absolute; right:0; top:0; width:50%; height:1px; background:#818181}

.lecture-total-frmset .subject-set .subject {width:1180px; margin:0 auto;  position:relative; padding:33px 0}
.lecture-total-frmset .subject-set .subject .faceimg {
    width: 250px;
    height: 176px;
    background: url(/img/lecture/fst/licstep-faceimg.png) no-repeat 0 0;
    position: absolute;
    top: -177px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;	
}
.lecture-total-frmset .subject-set .subject.gridStory{
	padding: 25px 0;
	;min-height: 272px; display:flex; align-items:cente
}
.lecture-total-frmset .subject-set .subject.grid1 {padding:12px 0 17px 0}
.lecture-total-frmset .subject-set .subject.grid2 {padding: 0;min-height: 272px; display:flex; align-items:center}
.lecture-total-frmset .subject-set .subject.grid3 {padding:18px 0 22px 0}
.lecture-total-frmset .subject-set .subject.grid3 table td .content {margin-top:13px}

.lecture-total-frmset .subject-set .subject.grid3 table td .tit { }
.lecture-total-frmset .subject-set .subject.grid3 table td .content {line-height:1.3 }

.lecture-total-frmset .subject-set .subject .barset {position:static}
.lecture-total-frmset .subject-set .subject .barset > span {width:1px; top:-36px; bottom:-36px; background:#a8a8a8;
position:absolute;
}
.lecture-total-frmset .subject-set .subject .barset > span:nth-child(1) {left:0}
.lecture-total-frmset .subject-set .subject .barset > span:nth-child(2) {left:calc(20% - 1px)}
.lecture-total-frmset .subject-set .subject .barset > span:nth-child(3) {left:calc(40% - 1px)}
.lecture-total-frmset .subject-set .subject .barset > span:nth-child(4) {left:calc(60% - 1px)}
.lecture-total-frmset .subject-set .subject .barset > span:nth-child(5) {left:calc(80% - 1px)}
.lecture-total-frmset .subject-set .subject .barset > span:nth-child(6) {left:calc(100% - 1px)}

.lecture-total-frmset .subject-set .subject table {width:100%; height:100%}
.lecture-total-frmset .subject-set .subject table td {border:none; border-width:0 1px; vertical-align:top}
.lecture-total-frmset .subject-set .subject table td .num {display:block; text-align:center; font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-size:24px;
color:#000; margin-top:0
}
.lecture-total-frmset .subject-set .subject table td .tit {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-size:14px; color:#000; 
padding:13px 16px 0; display:block; font-weight:bold; color:#000; line-height:1.3; letter-spacing:-0.05em;
}
.lecture-total-frmset .subject-set .subject table td .content {font-family:"NotoSansKR-Regular"; font-size:13.5px; color:#707070; 
padding:0 16px; display:block; letter-spacing:-0.05em; margin-top:25px; width:inherit; line-height:1.55
}

.lecture-total-frmset .subject-set .subject .inset {overflow:hidden; height:100%; display:flex; align-items:center}
.lecture-total-frmset .subject-set .subject .inset .in-section {
	width:590px; overflow:hidden; padding:2px 5px
}
.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset {height:20px }
.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset .svg-cong { 
	display:inline-block; width:97px; height:14px; background:url('/img/lecture/fst/congulate-svgtxt.svg') no-repeat 0 0;
	vertical-align:middle; margin-top:3px
}
.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset .stxt {display:inline-block; vertical-align:middle; 
font-size:15px; font-weight:bold; font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color:#000
}
.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset .stxt .heart { 
	width:22px; height:19px; background:url('/img/lecture/fst/heart.png') no-repeat 0 0; display:inline-block; vertical-align:middle; margin:0 0 0 0;
	animation:opa .5s linear infinite alternate		
}

@keyframes opa { 
	0% {opacity:.5; transform: rotate(-0.1deg)}
	100% {opacity:1; transform: rotate(-0.1deg)}	
}

.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset +  .swiper {margin-top:16px}
.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset .swiper-button-next { } 
.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset .swiper-button-prev { }
.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset [class^="swiper-button"] { 
position:relative; top:0; left:0; right:inherit;
 display:inline-block; height:20px; width:20px; opacity:1; margin:0;
background:url('/img/lecture/fst/license-ctr-iconset.png') no-repeat 0 0;
vertical-align:middle; transition:opacity .2s linear	
}

.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset .swiper-button-prev:hover,
.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset .swiper-button-next:hover { 
	opacity:.3
}
.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset .swiper-button-next {background-position:-20px 0}


.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset .swiper-button-next::after, 
.lecture-total-frmset .subject-set .subject .inset .in-section .top-ctrset .swiper-button-prev::after {display:none}


.lecture-total-frmset .subject-set .subject .inset .in-section:nth-child(1) {margin-right:13px}
.lecture-total-frmset .subject-set .subject .inset .in-section:nth-child(2) {margin-left:16px}

.lecture-total-frmset .subject-set .subject .inset .in-section .swiper-slide {border:1px solid #f1f1f1; border-radius:10px}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box {
	 height:155px; background:#fff; border-radius:10px;
	box-shadow: 0px 1px 3px #b2b1b1; overflow:hidden; letter-spacing: -0.03em;
}

.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .lic-icon {
	margin:11px auto 0 auto; width:38px; height:38px; background: url(/img/sub/lic-iconset.png) no-repeat 0 0;
    background-size: auto 38px;
}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .lic-icon.ty1 {background-position:0 0}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .lic-icon.ty2 {background-position:-38px 0}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .lic-icon.ty3 {background-position:-76px 0}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .lic-icon.ty4 {background-position:-114px 0}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .lic-icon.ty5 {background-position:-152px 0}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .lic-icon.ty6 {background-position:-190px 0}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .lic-icon.ty7 {background-position:-228px 0}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .lic-icon.ty8 {background-position:-266px 0}


.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .logoimg {
	/* width:100px; */
	overflow:hidden;
	margin: 0;
	height: 50px;
}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .logoimg img {width:100%;}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .name {
	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-size:13px; color:#4e4d4d; text-align:center; font-weight:bold
	}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .company {
	text-align:center; font-family: 'NotoSansKR-Bold'; color:#4e4d4d; font-size:12px; letter-spacing:-0.05em
}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .message {
	text-align:center; font-family: 'NotoSansKR-Regular'; color:#828282; font-size:11px
}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .number {text-align:center; }
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .number .num-txt {
	font-size:10px; vertical-align: middle; margin-bottom: .3em; display:inline-block
	}

.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .name + .company {margin-top:5px}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .lic-icon + .name,
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .logoimg + .name {margin-top:15px}
.lecture-total-frmset .subject-set .subject .inset .in-section .job-slide-box .message + .number {margin-top:10px}

.lecture-total-frmset .subject-set .bottombar {position:relative; height:1px}
.lecture-total-frmset .subject-set .bottombar .in {
	width:1180px; margin:0 auto 0; height:1px; background:#818181
}
.lecture-total-frmset .subject-set .bottombar .in .arrow {
display:block; position:absolute; top:0; right:-79px; width:79px; background:#818181; height:1px
}
.lecture-total-frmset .subject-set .bottombar .in .arrow::after { 
content:""; display:block; width:1px; height:10px; position:absolute; top:-16px; right:0; background:#818181;
transform: translate(-3px, 8px) rotate(-45deg);	
}
.lecture-total-frmset .subject-set .bottombar .out {position:absolute; left:0; top:0;width:50%; height:1px; background:#818181}

.lecture-total-frmset .subject-set.column-center { }
.lecture-total-frmset .subject-set.column-center .subject .barset > span:nth-child(1) {left:50%}

.lecture-total-frmset .subject-set.column4 .subject .barset > span:nth-child(1) {left:0}
.lecture-total-frmset .subject-set.column4 .subject .barset > span:nth-child(2) {left:25%}
.lecture-total-frmset .subject-set.column4 .subject .barset > span:nth-child(3) {left:50%}
.lecture-total-frmset .subject-set.column4 .subject .barset > span:nth-child(4) {left:75%}
.lecture-total-frmset .subject-set.column4 .subject .barset > span:nth-child(5) {left:100%}

.lecture-total-frmset .subject-set.reverse .topbar .in .arrow {left:inherit; right:-79px}
.lecture-total-frmset .subject-set.reverse .topbar .in .arrow:after {left:inherit; right:0; transform: translate(-4px, 8px) rotate(-45deg)}
.lecture-total-frmset .subject-set.reverse .topbar .out {right: inherit; left: 0}

.lecture-total-frmset .subject-set.reverse .bottombar .in .arrow {right:inherit; left:-79px}
.lecture-total-frmset .subject-set.reverse .bottombar .in .arrow:after {right:inherit; left:0; transform: translate(3px, 8px) rotate(45deg)}
.lecture-total-frmset .subject-set.reverse .bottombar .out {left: inherit; right: 0}



.curri + .license {margin-top:210px}
.theory + .curri,
.difference + .theory {margin-top:90px}

.marquee-box.differ + .subject-set {margin-top:44px}

.license + .daychoice {margin-top:160px}

.daychoice + .licstep {margin-top:177px}
.licstep + .liccoast {margin-top:222px}

.lecture-total-frmset .new {
	display:inline-block; border-radius:2px; 	
	width:31px; height:11px;  
background: rgb(193,191,230);
background: -moz-linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
background: -webkit-linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
background: linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1bfe6",endColorstr="#ea88de",GradientType=1);
background-size: 400% 400%; margin-left:0;
animation: gradient 1s ease infinite;
color:#fff; font-size:9px; text-align:center; line-height:11px
}

/* 롤링 선택 버튼 */
.checkbtnset {width:219px; height:219px; overflow:hidden; display:flex; justify-content:center;
align-items:center; text-align:center; font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); position:relative}
.checkbtnset .checkbtn-txtinfo { }
.checkbtnset .checkbtn-txtinfo .a1 {display:block; color:#1e1e1e; font-size:23.59px}
.checkbtnset .checkbtn-txtinfo .a2 {
	display:block; color:#1e1e1e; font-size:16.2px; font-weight:600; line-height:1.1; margin-top:5px;
	letter-spacing: -0.07em; transform: rotate(-0.1deg);
}
.checkbtnset .checkbtn-txtinfo .arrow {display:block; width:112px; height:1px; background:#969696; margin-top:12px; position:relative;}
.checkbtnset .checkbtn-txtinfo .arrow::before { 
	content:""; display:block; width:1px; height:16px; background:#969696; position:absolute; top:-16px; right:0; 
	transform: translate(-4px, 3px) rotate(-45deg); 	
}
.checkbtnset .bg {position:absolute; top:0; left:0; right:0; bottom:0; animation:rotatecircle 15s linear infinite }
@keyframes rotatecircle { 
	100% {transform:rotate(360deg)}
}
/* // 롤링 선택 버튼 */

.hash-svgouter { }
.hash-svg { 
	display:inline-block;
	vertical-align:middle;
	width:73px; height:28px;
	overflow:hidden; 
	background: url('/img/lecture/fst/hashbg-svg.svg') no-repeat 0 0;		
}
.hash-svg .txt { 
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    font-size: 12px;
    color: #6f6f6f;
    text-align:center;
	width:73px;
	line-height:28px;
	display:block;
	
}

/* 분기 - 인테리어 */
.lecture-total-frmset.int { }
.lecture-total-frmset.int .section.main .bg { 
background: url(/img/lecture/fst/int-mainbg.jpg) no-repeat center; background-size: cover;		
}

.lecture-total-frmset.int .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico { 
	background-image: url(/img/lecture/fst/int-lecture-focus-iconset.png); background-size: 360px 120px;	
}

.lecture-total-frmset.int .marquee-box.differ .marquee-in {background: url(/img/lecture/fst/coursesvg2-interior.svg) repeat-x; width:9948px}

.lecture-total-frmset.int .section.curri .portfolio-slideset .bg { 
    background: url(/img/lecture/fst/int-curri-bg.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;		
}

/* 분기 - 영상 */
.lecture-total-frmset.motion { }
.lecture-total-frmset.motion .section.main .bg {
    background: url(/img/lecture/fst/motion-mainbg.jpg) no-repeat center;
    background-size: cover;	
}
.lecture-total-frmset.motion .section.main .lecmain-fst-tag .hd3 .en {font-size:34px}
.lecture-total-frmset.motion .section.curri .section video {width:100%; object-fit:cover; height:100%}
.lecture-total-frmset.motion .section.curri .section:first-child video {height:inherit}

.lecture-total-frmset.motion .section.curri .item-img video {height:100%}
.lecture-total-frmset.motion .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico { 
	background-image: url(/img/lecture/fst/motion-lecture-focus-iconset.png); background-size: 360px 120px;	
}
.lecture-total-frmset.motion .marquee-box.differ .marquee-in {background: url(/img/lecture/fst/coursesvg2-motion.svg) repeat-x; width:10236px}
.lecture-total-frmset.motion .section.curri .portfolio-slideset .bg { 
    background: url(/img/lecture/fst/motion-curri-bg.jpg) no-repeat 50% 50% / cover;
}


/* 분기 - 웹 */
.lecture-total-frmset.web .section.main .bg {background: url(/img/lecture/fst/web-mainbg.jpg) no-repeat center; background-size: cover}
.lecture-total-frmset.web .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico { 
	background-image: url(/img/lecture/fst/web-lecture-focus-iconset.png); background-size: 360px 120px;	
}
.lecture-total-frmset.web .marquee-box.differ .marquee-in {background: url(/img/lecture/fst/coursesvg2-web.svg) repeat-x; width:9244px}
.lecture-total-frmset.web .section.curri .portfolio-slideset .bg { 
    background: url(/img/lecture/fst/web-curri-bg.jpg) no-repeat 50% 50% / cover;
}

/* 분기 - CG */
.lecture-total-frmset.cg .section.main .bg {
    background: url(/img/lecture/fst/cg-mainbg.jpg) no-repeat center / cover;
    
}
.lecture-total-frmset.cg .section.main .lecmain-fst-tag .hd3 .en {font-size:34px}
.lecture-total-frmset.cg .section.lecture-focus .flexgrid .grid-section .lecfocus-list > li .ico { 
	background-image: url(/img/lecture/fst/cg-lecture-focus-iconset.png); background-size: 360px 120px;	
}
.lecture-total-frmset.cg .marquee-box.differ .marquee-in {background: url(/img/lecture/fst/coursesvg2-cg.svg) repeat-x}
.lecture-total-frmset.cg .section.curri .section video {width:100%; object-fit:cover; height:100%}
.lecture-total-frmset.cg .section.curri .portfolio-slideset .bg { 
    background: url(/img/lecture/fst/cg-curri-bg.png) no-repeat 50% 50% / cover;
}

/* ****************************************** // 대표메인페이지  공통 코드 ****************************************** */

.kmj-licset-total {width:100%; margin-top:107px;}
.kmj-licset-total * {font-family: "NotoSansKR-Regular"}
.kmj-licset-total .new_examSchedule {position: relative; width:1222px; margin:3px -21px 0;}
.kmj-licset-total .new_examSchedule .new_examTit {position: relative;} 
.kmj-licset-total .new_examSchedule .new_examTit .hd4 {font-size: 16px; color: #212121; font-weight: normal;
letter-spacing: 9px; margin: 0; background: none; display: inline-block; }
.kmj-licset-total .new_examSchedule .new_examTit .hd4 .bold {font-family: 'NotoSansKR-Bold'}
.kmj-licset-total .new_examSchedule .new_examTit .hd4::after {content:""; display:block; 
width:354px; height:46px; background:url('/img/sub/new_examTit_right.png') no-repeat 0 0;
position:absolute; top:11px; right:704px
}
.kmj-licset-total .new_examSchedule .new_examTit .hd4::before {content:""; display:block; 
width:354px; height:46px; background:url('/img/sub/new_examTit_left.png') no-repeat 0 0;
position:absolute; top:11px; left:710px}

.kmj-licset-total .btn_new_examSchedule {height: 52px; border-radius: 5px; background: #fff;
    box-shadow: 0 0.1em 5px #d4d4d4; margin-top:32px;}

.kmj-licset-total .btn_new_examSchedule > ul {display:flex; height:52px;}
.kmj-licset-total .btn_new_examSchedule > ul > li {flex:1; height:52px; text-align:center; display:flex; align-items:center;}
.kmj-licset-total .btn_new_examSchedule > ul > li.on > a::after {
	content:""; display:block; position:absolute; top:1px; left:1px; bottom:1px; right:1px; border-radius:5px; 
	background:#ffd802; z-index:-1
}
.kmj-licset-total .btn_new_examSchedule > ul > li.on > a > span {color:#232323}
.kmj-licset-total .btn_new_examSchedule > ul > li.on > a > span::after {
	background-position:-41px 0;  border-radius:5px
}
.kmj-licset-total .btn_new_examSchedule > ul > li > a {font-size: 12px;width: 100%;display: block;transform: translate3d(0,0,0);overflow: hidden;font-family: NanumSquare;font-weight: normal;
height: 100%;line-height: 52px;
position:relative
}
.kmj-licset-total .btn_new_examSchedule > ul > li + li > a::before { 	
	content:""; display:block; position:absolute; top:11px; bottom:11px; left:0; background:#d6d6d6; width:1px
}
.kmj-licset-total .btn_new_examSchedule > ul > li:not(.on) > a:hover > span,
.kmj-licset-total .btn_new_examSchedule > ul > li:not(.on) > a:hover > span::before {opacity:.7}
.kmj-licset-total .btn_new_examSchedule > ul > li > a > span {letter-spacing:-0.05em;}
.kmj-licset-total .btn_new_examSchedule > ul > li > a > span::after {
	content:"";display:inline-block;width:41px;height:15px;
	background:url('/img/sub/new_exam_viewbtn.png') no-repeat 0 0;
	background-size:auto 16px; vertical-align:middle; margin-left:10px; margin-bottom: 3px;
}

.kmj-licset-total .btn_new_examSchedule > ul .sch02on {}
.kmj-licset-total .btn_new_examSchedule > ul .sch02on::before {content:""; display:block;
position:absolute; top:8px; bottom:-23px; width:2px; height:34px; background:#e7e7e7}

.kmj-licset-total .btn_new_examSchedule > ul .sch03on {}
.kmj-licset-total .btn_new_examSchedule > ul .sch03on::before {content:""; display:block;
position:absolute; top:8px; bottom:-23px; width:2px; height:34px; background:#e7e7e7}

.kmj-licset-total .new_examSchedule .new_examTit .hd4 .bold {font-family: 'NotoSansKR-Bold'}
.kmj-licset-total .new_examSchedule .new_examTit .subtxt {
	color:#595858; font-size:13.34px; margin-top:3px; letter-spacing:-0.05em;
	    font-family: "NotoSansKR-Regular";
	}

.kmj-licset-total .new_examScheduleTable {width: 1180px;padding: 0;}
.kmj-licset-total .new_examScheduleTable > li {display: flex;justify-content: space-between;margin-top:9px;border-top:solid 1px;width: 1180px;}
.kmj-licset-total .new_examScheduleTable > li + li {margin-top:94px}
.kmj-licset-total .new_examScheduleTable > li::before {}

.kmj-licset-total .new_examScheduleTable .new_exam-content {min-width: 50%;}

.kmj-licset-total .new_examScheduleTable .new_exam-content + .new_exam-content {margin-left: 56px;}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box {height: 164px;}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd {display: inline-block;display: flex;/* justify-content: space-between; */}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .hd1 {font-size: 30px; font-family: 'Y_Spotlight';
background: none; padding: 0; color:#232323; letter-spacing: -2px; line-height: 30px;}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .hd4 {font-size: 13px; font-family: NotoSansKR-Black;
background: none; padding: 0; color:#232323;}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .hd3 {font-size: 13px; font-family: NotoSansKR-Black;
background: none; padding: 0; color:#232323;}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .hd4::before {content:""; display:block;
width:12px; height:12px; position:absolute; top:2px; left:64px;
background:url('/img/sub/new_exam_star.png') no-repeat 0 0;}


.lecture-total-frmset .kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .hd4::before { 
	background:url('/img/sub/new_exam_star_purple.png') no-repeat 0 0;
	
}

.content + .section.license,
.N_curriDeTIt-outer + .section.license {margin-top:160px}

.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_number {display: inline-block;vertical-align: top;margin-top:16px;font-family: NotoSansKR-Black;color:#767575;width: 113px;flex: none;}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_number .exam_name {font-family: 'NanumSquare-Bold'; color:#767575; 
margin-top:44px; font-size:12px; letter-spacing:-0.05em; line-height: 15px;}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_number .exam_name > li {
	font-family: 'NotoSansKR-Bold';
	color:#767575;
	opacity: .7;
}

.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_sch .exam_name {}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_sch .exam_name > li {margin-top:27px;font-family: 'NotoSansKR-Bold';color:#767575;font-size:12px;opacity: .7;}

.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_sch {display: inline-block;vertical-align: top;padding: 15px 0 29px 53px;width: 222px;flex: none;}

.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_sch .hd1 {font-size:32px}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_number-sch {display: inline-block;vertical-align: top;padding: 18px 20px 29px 25px;position:relative;letter-spacing:-0.05em;font-size:13px;line-height: 15px;flex: 1;}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_number-sch .number-sch-list {margin-top:35px;}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_number-sch .number-sch-list .subtxt {margin-top:3px;}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .subtxt {margin-top:3px;}

.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_sch::after { 
content:""; display:block; position:absolute; top:20px; left:-21px; bottom:-16px; width:2px; background:#e7e7e7
}
.kmj-licset-total .new_examScheduleTable .new_exam-content .new_exam-content-box > dd .exam_number-sch::before { 
content:""; display:block; position:absolute; top:20px; left:0; bottom:-16px; width:4px; background:#e7e7e7
}


.kmj-licset-total .kmj-licset-tabcont {margin:40px 0 0 0}
.kmj-licset-total .kmj-licset-tabcont .tabcont {display:none}
.kmj-licset-total .kmj-licset-tabcont .tabcont:first-child {display:block}






.lecture-total-frmset.gam01 .lecmain-fst-tag .bg video,
.lecture-total-frmset.mot01 .lecmain-fst-tag .bg video,
.lecture-total-frmset.lic-color .lecmain-fst-tag .bg video { 
	width:100%; height:100%; object-fit:cover	
}



.lec_sub_banner .lec_banner-inwrap .design-fst-tag .hd3 .hd2 {
	font-family: 'Y_Spotlight';transform: rotate(-0.1deg); background:none; color:#fff; font-size:12px;
	    letter-spacing: 0.02em;	
}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .hd3 .ft {
	display:block; font-size:36px; margin-top:27px; margin-bottom:35px;
	line-height:1.3;
	position:relative
}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .hd3 .ft .bar  {
position:relative
}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .hd3 .ft .bar::after { 
	content:""; 
	position:absolute; width:100%; height:2px;
	background:#fff; bottom:0; left:0	
}	
	
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .hd3 .smtxt {
	font-family: 'NotoSansKR-Regular'; font-size:13px; line-height:22px;
}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .lic-license-wrap {font-family: 'Y_Spotlight';transform: rotate(-0.1deg); font-size:12px;
color:#fff; 
}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .hd3 + .lic-license-wrap {margin-top:67px; left:-8px;}  
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .lic-license-wrap .title { 
	display:inline-block; vertical-align:middle; 
	 border:2px solid #fff; border-radius:50px; padding:6px 10px	 
}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .lic-license-wrap .stxt {margin-left:12px}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .lic-license-wrap .stxt .txt-inset { }
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .lic-license-wrap .stxt .txt-inset + .txt-inset {margin-left:13px }

/*메인 글자 색 다른것*/
.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 {
	height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0; 
}

.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 .hd3 .hd2 {
	font-family: 'Y_Spotlight';transform: rotate(-0.1deg); background:none; color:#171717; font-size:12px;
	    letter-spacing: 0.02em;	
}

.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 .inset {transition:opacity 1s linear}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 .bg {transition:opacity 1s linear}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1.on .bg {animation:scaleAni 3s linear backwards; }

@keyframes scaleAni { 
	0% {transform:scale(1.1)}
	100% {transform:scale(1)}
}

.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 .inset {
	background:none;
	font-weight:normal;
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 1180px;
	bottom: 0;
	height: 790px;
	margin: auto;
	}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 .inset .hd3 {
	color:#171717;
	font-size:16px;
	line-height:1;
	margin-top: 0;
	padding: 0;	
	font-family: 'Y_Spotlight';
	transform: rotate(-0.1deg);	
	font-weight:normal;	
}	
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .bg {position: absolute;top: 0;left: 0;right: 0;bottom: 0}


.lec_sub_banner .lec_banner-inwrap .design-fst-tag:nth-child(1) {z-index:100}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag:nth-child(2) {z-index:90}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag:nth-child(3) {z-index:80}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag:nth-child(4) {z-index:70}

.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 .hd3 .ft .bar  {
position:relative
}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 .hd3 .ft .bar::after { 
	content:""; 
	position:absolute; width:100%; height:2px;
	background:#171717; bottom:0; left:0	
}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 .lic-license-wrap {font-family: 'Y_Spotlight';transform: rotate(-0.1deg); font-size:12px;
color:#171717; 
}
.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 .hd3 + .lic-license-wrap.ty1 {margin-top:67px; left:-8px;}  
.lec_sub_banner .lec_banner-inwrap .design-fst-tag.ty1 .lic-license-wrap.ty1 .title { 
	display:inline-block; vertical-align:middle; 
	 border:2px solid #171717; border-radius:50px; padding:6px 10px	 
}	
/*메인 글자 색 다른것:e*/


/*
.lec_sub_banner .lec_banner-inwrap .design-fst-tag .hd3::after {content:""; display:block; width:100%; height:30px;
	background:url(/img/sub/lic-round-btn.png) no-repeat 0 0;}
*/

.lec_sub_banner .lec_banner-inwrap .design-fst-tag .lic-txt {font-family: 'Y_Spotlight';transform: rotate(-0.1deg); 
	background:none; color:#fff; font-size:12px;}


/*실내건축 합격이벤트 배너*/

.lecture-total-frmset .int-slider-wrap + .inquery-resultbox {margin-top:55px;}
.lecture-total-frmset .int-slider-wrap {margin-top:100px;}
.lecture-total-frmset .inter-license-slider {
	height:157px;
    position: relative;
	overflow:hidden;}
.lecture-total-frmset .inter-license-slider .img {height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .5s linear;
    overflow: hidden;}
.lecture-total-frmset .inter-license-slider .img .simg {position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;}
.lecture-total-frmset .inter-license-slider .img.slide1 .simg {background: url(/img/sub/inter-license-bg.jpg) no-repeat center;
    background-size: cover;
    height: 100%;}
.lecture-total-frmset .inter-license-slider .img.slide2 .simg {background: url(/img/sub/inter-license2-bg.jpg) no-repeat center;
    background-size: cover;
    height: 100%;}
.lecture-total-frmset .inter-license-slider .img.on {}
.inter-license-slider .img:nth-child(1) {
    z-index: 50;
}
.inter-license-slider .img:nth-child(2) {
    z-index: 40;
}
/*리뉴얼 교육특성 css*/

.section-edu {margin-top:145px;}
.section-edu .titset {width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    letter-spacing: -0.05em;
	margin-bottom:10px;}
.section-edu .titset #downView {display: block;
    width: 114px;
    height: 61px;
    background: url(/img/main/new220421/main-totalview-bg.png) no-repeat 0 0;
    /* animation: opa .5s linear infinite alternate; */
    display: flex;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    color: #1e1e1e;
    font-size: 13px;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
	position: absolute;
    right: -22px;;
}
.section-edu .titset #downView > span {    /* display: flex; */
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    color: #1e1e1e;
    font-size: 13px;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    animation: opa .5s linear infinite alternate;}
.section-edu .hd4 {
	width: 1180px;
    margin: 0 auto;
    color: #1e1e1e;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: -0.05em;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
	background: none;}
.section-edu .hd4 .edu-txt {font-size: 15px; margin-left: 5px;}

.section-edu .marquee-box-edu {overflow: hidden;}
.section-edu .marquee-box-edu .marguee-in {}

.section-edu .titset + .marquee-box-edu {margin-top:10px;}
.section-edu + .section.license {margin-top:148px;}

.section-edu .edu-banner-bg {background: url(/img/sub/new-edu-bg.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 433px;
    overflow: hidden;
	margin-top:10px;}
.section-edu .edu-banner-bg .edubg-in {width: 1280px; margin: 0 auto;}
.section-edu .edu-banner-bg .edubg-in .smedu-box {margin-left: 335px; right:3px; padding-top: 53px; display:flex;}
.section-edu .edu-banner-bg .edubg-in .smedu-box .nbox {width:212px;
    height: 332px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
	display:inline-block;
	margin-left:16px;}
.section-edu .edu-banner-bg .edubg-in .smedu-box .nbox .nbox-img {position: relative;
    width: 212px;
    height: 210px}

.section-edu .edu-banner-bg .edubg-in .smedu-box .nboxtxt {margin-top:14px; margin-left:14px;}
.section-edu .edu-banner-bg .edubg-in .smedu-box .nboxtxt .n-txt {font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    font-weight: normal;
	color: #060a05;
    font-size: 13px;
    display: block;
	line-height: 1.2;
}
.section-edu .edu-banner-bg .edubg-in .smedu-box .nboxtxt .sm-ntxt {font-family: "NotoSansKR-Regular";
    font-size: 13px;
    color: #575757;
    letter-spacing: -0.05em;
    margin-top: 13px;
    line-height: 1.3;
}

/*리뉴얼 교육특성 css:e*/


.cursor {
    width: 89px;
    height: 89px;
    background:#000;
    border-radius: 50%;
    position: fixed;
	top:-45px; left:-45px;
    
  
    /* animation: cursorAnim .5s infinite alternate; */
    pointer-events: none;
	cursor:none;
	z-index:9999;
	display:none
}

.cursor .intxt {display:flex; height:100%; justify-content:center; align-items:center; flex-direction:column}
.cursor .intxt .txt {color:#fff; font-size:12px; display:block; text-align:center; font-family:"NotoSansKR-Regular";
letter-spacing:0.05em; transform:translateY(5px)
}
.cursor .intxt .ctrset {display:block; position:relative; width:100%; height:9px; margin-top:9px; display:flex; 
align-items:center; justify-content:center; 
}
.cursor .intxt .ctrset .arrow {display:block}
.cursor .intxt .ctrset .arrow > span {
	position:absolute; top:0;  width:6px; height:9px; background:url('/img/lecture/fst/mouse-drag-arrow.png') no-repeat 0 0;
	background-size:auto 18px;
	
}
.cursor .intxt .ctrset .arrow > span:nth-child(1) {left:25px; animation:stoparrow 1s steps(1) infinite; animation-delay:.4s}
.cursor .intxt .ctrset .arrow > span:nth-child(2) {right:25px; background-position:-6px 0; animation:stoparrow1 1s steps(1) infinite; animation-delay:.4s}

.cursor .intxt .ctrset .dot {display:block; text-align:center; font-size:0}
.cursor .intxt .ctrset .dot > span {width:3px; height:3px; background:#5c5c5c; border-radius:50%; display:inline-block; line-height:1;
vertical-align:middle; margin-bottom:1px; 
/* animation:stopdot 1s steps(1) infinite */
}
.cursor .intxt .ctrset .dot > span + span {margin-left:2px}
.cursor .intxt .ctrset .dot > span:nth-child(1) {animation-delay:.2s}
.cursor .intxt .ctrset .dot > span:nth-child(2) { }
.cursor .intxt .ctrset .dot > span:nth-child(3) {animation-delay:.2s}

@keyframes stopdot { 
	0%, 100% {background:#5c5c5c}
	50% {background:#ead963}	
}

@keyframes stoparrow { 
	0%, 100% {background-position:0 0}
	50% {background-position:0 -9px}	
}
@keyframes stoparrow1 { 
	0%, 100% {background-position:-6px 0}
	50% {background-position:-6px -9px}	
}
/*
.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 8px solid gray;
    border-radius: 50%;
    opacity: .5;
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;
}
*/
@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid red;
}

.madal_content.newtype1 { 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 341px;
	background:rgba(255,255,255,.93)	
}
.madal_content.newtype1 .modal_title {background:transparent}
.madal_content.newtype1 .modal_title .modal_title_top {border-bottom:none; padding:34px 17px 0 17px}
.madal_content.newtype1 .modal_title .modal_title_top p {text-indent:-9999px;position:relative;width: 100%;}
.madal_content.newtype1 .modal_title .modal_title_top p::before {
	content:"";
	display:block;
	width:160px;
	height:24px;
	background:url('/img/lecture/new-topbanner/new-times-title.png') no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.madal_content.newtype1 .modal_title .modal_title_top a  {
	position:absolute;
	top: -1px;
	right: 4px;
	text-indent:-9999px;
	width: 36px;
	height: 40px;
}
.madal_content.newtype1 .modal_title .modal_title_top a::before {
	content:"";
	display:block;
	width:9px;
	height:10px;
	background:url('/img/lecture/new-topbanner/new-times-closeicon.png') no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	bottom: 0;
	/* padding:10px; */
	right: 0;
	margin: auto;
	/* border: 1px solid #f00; */
}
.madal_content.newtype1 .modal_title .modal_title_bottom p { 
	color:#242424; font-family: 'Y_Spotlight'; transform: rotate(-0.1deg);
	text-align:center; font-size:11px; line-height: 1.4;
}
.madal_content.newtype1 .userInfo_modal.ty1 .agreement {margin-top:29px}


.userInfo_modal.ty1 .userInfoInput { }
.userInfo_modal.ty1 .userInfoInput table { }
.userInfo_modal.ty1 .userInfoInput table th,
.userInfo_modal.ty1 .userInfoInput table td {border:1px solid #cecece; border-width:1px 0; position:relative}
.userInfo_modal.ty1 .userInfoInput table th {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); font-size:12px; color:#242424}

.userInfo_modal.ty1 .userInfoInput table td::after {content:""; display:block; position:absolute; 
top:0; left:0; bottom:0; width:1px; height:30px; background:#cecece;
margin:auto 
}
.userInfo_modal.ty1 .userInfoInput table td {padding:0 0 0 8px}

.userInfo_modal.ty1 .userInfoInput .modal_check_busan label {font-size:11px; color:#242424}
.userInfo_modal.ty1 .userInfoInput .modal_check_busan input[type='radio'] {position: absolute; left: -9999px}
.userInfo_modal.ty1 .userInfoInput .modal_check_busan label:before { 
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/img/lecture/fst/select-checked-icon.png') no-repeat 0 0 / 100%;
    vertical-align: middle;
    margin-right: 0;
    margin-bottom: 2px;	
}


.userInfo_modal.ty1 .userInfoInput table td input[name="VC_NAME"] {border:1px solid #b0b0b0; border-radius:5px; background:transparent; width:100%}

.userInfo_modal.ty1 .userInfoInput table td .number-select {border:1px solid #b0b0b0; border-radius:5px; overflow:hidden; vertical-align: middle}
.userInfo_modal.ty1 .userInfoInput table td input[type="text"] {height:25px; background:transparent; font-size:10px}
.userInfo_modal.ty1 .userInfoInput table td .number-select select {min-width:50px; border:none; font-size:10px; height:23px; background:transparent}
.userInfo_modal.ty1 .userInfoInput table td .number-select .number-select-button  {
width:15px; height:23px; background:url('/img/lecture/new-topbanner/new-times-selectarrow.png') no-repeat 0 0	
}

.userInfo_modal.ty1 .userInfoInput table td .number-select-button .arrow-down {display:none}

.userInfo_modal.ty1 .userInfoInput table td input[name^="phone"] {text-align:center; min-width: 50px; width: 54.5px; 
border:1px solid #b0b0b0; border-radius:5px; overflow:hidden; vertical-align: middle
}
.userInfo_modal.ty1 .inputset {background:transparent}
.userInfo_modal.ty1 .madal_inc_btn {background:url('/img/lecture/new-topbanner/new-times-submit.png') no-repeat 0 0;
width:137px; height:30px; margin-top:18px
 }
.userInfo_modal.ty1 .madal_inc_btn:hover {background:url('/img/lecture/new-topbanner/new-times-submit.png'); opacity:.7}
.userInfo_modal.ty1 .agreement .agree_txt label {color:#242424; font-size:9px; font-family:NotoSansKR-Regular}
.userInfo_modal.ty1 .agreement .agree_txt label::before {margin: 0 2px 0 0; transform:translateY(-1px)}
.userInfo_modal.ty1 .agreement .agree_txt input {position:absolute; left:-9999px}

.userInfo_modal.ty1 .inputset.chk input[type="checkbox"]:checked + label::before {background-color:#505050}

.userInfo_modal.ty1 .agreement {margin-top:19px}
.userInfo_modal.ty1 .agreement .agree_cont_view p a {color:#505050; font-family:NotoSansKR-Regular}
.userInfo_modal.ty1 .agreement .agree_cont_view {line-height:1.7}

.main-index #gnb {background:transparent} 
#gnb { transition:all .2s linear; transition: all .2s linear; transition: all .2s linear;
    /* background: linear-gradient(-45deg, transparent, #ee7752, #e73c7e, #23a6d5, #23d5ab, transparent); */

	/*
    background: rgb(0,0,0);
    background: -moz-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(193,191,230,1) 82%, rgba(234,136,221,1) 92%);
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(193,191,230,1) 82%, rgba(234,136,221,1) 92%);
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(193,191,230,1) 33%, rgba(234,136,221,1) 64%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ea88dd",GradientType=1);
    background-size: 4000%;
	*/
	
	/*
    animation: gradient-headbg 15s ease 1;
	animation-delay:1s;
	*/
	
	/* 
    background-position: 100% 50%;
	*/
}

#gnb .grd-bg { 

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;	
}
#gnb .grd-bg.on { 
background: rgb(0,0,0);
background: -moz-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(193,191,230,0.2) 40%, rgba(234,136,221,0.2) 59%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(193,191,230,0.2) 40%, rgba(234,136,221,0.2) 59%, rgba(0,0,0,0) 100%);
background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(193,191,230,0.2) 40%, rgba(234,136,221,0.2) 59%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    background-size: 100%;
    animation: gradient-headbg 1s linear 1;
	animation-fill-mode:forwards;
}


@keyframes gradient-headbg {
	
	0% {
		/* background-position: 100% 50%; */
		transform: translateX(-100%);
	}

	100% {
		/* background-position: 0% 50%; */
		transform: translateX(100%);
	}
}

#gnb.color {background:#fff}
#wrap {top:27px}
.mainBanner {padding-top:0; height:585px}
.mainBanner .slick-track {}
.main_new_contents .main_notice_box .main_notice_tit img {width:inherit; float:none; margin-right:7px}
.gnbMenu ul li a {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color:#2e2e2e}

.brandAwardsNew .content .bANew_right {border-right:1px solid #dedede}
.brandAwardsNew .content .bANew_right .bANew_right_box {padding:0 13px}
.brandAwardsNew .content .bANew_right .bANew_right_box > a:hover {opacity:.7}
.brandAwardsNew .content .bANew_right .bANew_right_box .right_box_txt::after { 
	content:""; display:inline-block; width:7px; height:7px; background:url('/img/main/new220421/main-plusicon-r.png') no-repeat 0 0;
	vertical-align:middle; margin:0 0 2px 8px
}
.brandAwardsNew .content .bANew_right .bANew_right_box.tel .right_box_txt::after { 
	display:none
}

.brandAwardsNew .content .bANew_right .bANew_right_box.tel .right_box_txt.main_phone_number { 
	background: linear-gradient(to right, #918de5, #e951d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: 'NotoSansKR-Bold';
	margin:0
}
.brandAwardsNew .content .bANew_right .bANew_right_box.tel .right_box_txt.main_phone_number::before { 
	content:""; display:inline-block; width:18px; height:20px;
	background:url('/img/main/new220421/main-callicon.png') no-repeat 0 0;
	vertical-align:middle; margin-right:11px
}
.brandAwardsNew .content .bANew_right .bANew_right_box:last-child {padding-left:13px}

.mAcademyTxt .new-license-rolling .rolling-section .name-outer {font-family:"NotoSansKR-Regular"; color:#434343}
ul.main_notice_con li.notice_li_right div.listLeft {font-family:"NotoSansKR-Regular"; color:#434343; font-size:12px}

.lecture-total-frmset.main-index .new {width:27px; height:13px; line-height:13px}
.lecture-total-frmset.main-index .main_new_contents .new {margin-bottom:3px; vertical-align:middle}
.main_new_contents .main_notice_box .main_notice_tit {padding:3px 0px 4px 0px}
.mAcademyTxt .new-license-tit .tit::before {display:none}

.lecture-total-frmset.main-index .new-license-rolling .new {margin-bottom:29px}

.starting_date_box .starting_date_tit img {float:none; width:inherit}

.starting_date_box .starting_date_body .starting_date {font-family:"NotoSansKR-Regular"; margin-right:14px}
.starting_date_box .starting_date_body .starting_date .day-tit {font-weight:normal; color:#434343; margin-right:5px;
font-size:13px
}

.starting_date_box .starting_date_body .starting_date #da_wd_day2,
.starting_date_box .starting_date_body .starting_date #da_day2 { 
	background: linear-gradient(to right, #918de5, #e951d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}

.design-curri-wrap {clear:both}
.design-curri-wrap .top-tit {width:1180px; margin:0 auto; display:flex; justify-content:space-between; padding:66px 0}
.design-curri-wrap .top-tit .section { }
.design-curri-wrap .top-tit .section:nth-child(2) { margin-top: 21px;}
.design-curri-wrap .top-tit .section .hd3 {
	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color:#2a2a2a; font-size:52px; line-height:1; text-indent: 3px; margin-left: -4px}
.design-curri-wrap .top-tit .section .hd3 .smtxt {display:block; font-size:18px; margin-bottom:8px; letter-spacing:-0.01em}
.design-curri-wrap .top-tit .section .stxt {
	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); margin-top:20px; font-size:15px; color:#333333; 
}

.design-curri-wrap .top-tit .section .iconlist {overflow:hidden; border-right:1px solid #e9dbde}
.design-curri-wrap .top-tit .section .iconlist > li {float:left;min-width: 130px;border-left:1px solid #e9dbde;height: 72px;}
.design-curri-wrap .top-tit .section .iconlist > li > a {display:block;display: flex;flex-direction: column;justify-content: flex-end;height: 100%;}
.design-curri-wrap .top-tit .section .iconlist > li > a:hover {opacity:.5}
.design-curri-wrap .top-tit .section .iconlist > li > a .ico {width:46px; height:32px;/* background:url('/img/main/new220421/design-curri-iconset.png') no-repeat 0 0 / auto 100%; display:block; margin:12px auto 0 */display: block;margin: 0 auto;}

.design-curri-wrap .top-tit .section .iconlist > li > a .ico-vacation { 
width:47px; height:53px;
background:url('/img/main/new220421/newquick-vacation2.gif') no-repeat 0 0 / auto 100%; display:block;margin: 0 auto 0;transform: translateX(5px);}
.design-curri-wrap .top-tit .section .iconlist > li > a .ico-vacation + .tit {margin-top: 2px;}


.design-curri-wrap .top-tit .section .iconlist > li > a .ico.ty1 {
	width:25px; height:25px;
	background:
	url('/img/main/new220421/design-curri-icon01.png') no-repeat 0 0;
	margin-bottom: 3px;
}
.design-curri-wrap .top-tit .section .iconlist > li > a .ico.ty2 {
	width:33px; height:27px;
	background:
	url('/img/main/new220421/design-curri-icon02.png') no-repeat 0 0;
	transform: translateX(5px);
	margin-bottom: 2px;
}
.design-curri-wrap .top-tit .section .iconlist > li > a .ico.ty3 {
	width:41px; height:29px;
	background:url('/img/main/new220421/design-curri-icon03.png') no-repeat 0 0
}
.design-curri-wrap .top-tit .section .iconlist > li > a .ico.ty4 {
	width:25px; height:29px;
	background:url('/img/main/new220421/design-curri-icon04.png') no-repeat 0 0
}
.design-curri-wrap .top-tit .section .iconlist > li > a .ico.ty5 {
	width:25px; height:29px;
	background:url('/img/main/new220421/design-curri-icon05.png') no-repeat 0 0
}


.design-curri-wrap .top-tit .section .iconlist > li > a .tit {
	text-align:
	center;
	display:
	block;
	margin-top: 16px;
	font-family:
	"NotoSansKR-Regular"; font-size:13px; color:#0f0f0f
	;
	letter-spacing: -0.05em;
	}
.design-curri-wrap .top-tit .section .iconlist > li > a .tit .new {
	vertical-align:middle; margin-bottom:2px; margin-left:3px;
	    animation: gradient .5s ease infinite;
	width: 37px;
    height: 12px;
	line-height: 12px;
	font-size:9px;
	 letter-spacing: -0.01em;
}	

.design-curri-wrap .top-tit .section .iconlist.type1 { }
.design-curri-wrap .top-tit .section .iconlist.type1 > li {min-width: 124px; height:73px}
.design-curri-wrap .top-tit .section .iconlist.type1 > li:nth-child(1) {min-width: 128px;/* background: #f00; */}
.design-curri-wrap .top-tit .section .iconlist.type1 > li > a .ico.ty1 {
width:23px; height:23px;
background-size:100%		
}

.design-curri-wrap .top-tit .section .iconlist.type1 > li > a .ico.ty2 {
width:30px; height:25px;
background-size:100%		
}
.design-curri-wrap .top-tit .section .iconlist.type1 > li > a .ico.ty3 {
width:37px; height:26px;
background-size:100%		
}
.design-curri-wrap .top-tit .section .iconlist.type1 > li > a .ico.ty4 {
width:23px; height:27px;
background-size:100%		
}
.design-curri-wrap .top-tit .section .iconlist.type1 > li > a .ico.ty5 {
width:30px; height:30px;
background-size:100%		
}


.lecture-total-frmset.main-index .section.curri .portfolio-slideset {margin-top:0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .bg-wrap {height:550px}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .bg {	
	height:635px; background:none
}
.lecture-total-frmset .section.curri .portfolio-slideset .bg .bg-in {position:relative; z-index:10}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset:not(.c1) .realbg {}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;	
	
}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset.c1 .realbg > span {
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity:0;
	transition:opacity .5s linear			
}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset.c1 .realbg > span:first-child {opacity:1}

.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg > span:nth-child(1) {background-image:url('/img/main/new220421/main-curri-slidebg01.jpg'); z-index:9}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg > span:nth-child(2) {background-image:url('/img/main/new220421/main-curri-slidebg02.jpg'); z-index:8}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg > span:nth-child(3) {background-image:url('/img/main/new220421/main-curri-slidebg03.jpg'); z-index:7}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg > span:nth-child(4) {background-image:url('/img/main/new220421/main-curri-slidebg04.jpg'); z-index:6}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg > span:nth-child(5) {background-image:url('/img/main/new220421/main-curri-slidebg05.jpg'); z-index:5}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg > span:nth-child(6) {background-image:url('/img/main/new220421/main-curri-slidebg06.jpg'); z-index:4}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg > span:nth-child(7) {background-image:url('/img/main/new220421/main-curri-slidebg07.jpg'); z-index:3}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg > span:nth-child(8) {background-image:url('/img/main/new220421/main-curri-slidebg08.jpg'); z-index:2}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg > span:nth-child(9) {background-image:url('/img/main/new220421/main-curri-slidebg09.jpg'); z-index:1}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .realbg > span:nth-child(10) {background-image:url('/img/main/new220421/main-curri-slidebg10.jpg'); z-index:1}


.lecture-total-frmset.main-index .section.curri .portfolio-slideset .bg .swiper-slide { 
	width:377px; height:477px; border-radius:10px		
}
.lecture-total-frmset.main-index .section.archive {margin-top:0}

.lecture-total-frmset.main-index .section.archive .arrow {display:none}

.lecture-total-frmset.main-index .section.archive .titset-outer .titset .hd4 {
	border-bottom:none; font-size:43px; color:#2a2a2a; 
}
.lecture-total-frmset.main-index .section.archive .titset-outer .titset .hd4 .smtxt { 
	font-size:15px; color:#333333; margin-left:23px; letter-spacing:-0.05em
}
.lecture-total-frmset.main-index .titset .totalview { 
display:block; width:114px; height:61px; 
background:url('/img/main/new220421/main-totalview-bg.png') no-repeat 0 0;
    /* animation: opa .5s linear infinite alternate; */	
display: flex;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    color: #1e1e1e;
    font-size: 13px;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);}
.lecture-total-frmset.main-index .titset .totalview:hover {opacity:.5}

.lecture-total-frmset.main-index .titset .totalview > span { 
	/* display:flex; */ /* height:100%; */ justify-content:center; align-items:center; padding-bottom: 0px;
	color:#1e1e1e; font-size:13px; 	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg)
;animation: opa .5s linear infinite alternate;}
.lecture-total-frmset.main-index .totalview > span::after { 
	content:""; display:inline-block; background:url('/img/main/new220421/main-totalview-plusicon.png') no-repeat 0 0;
	vertical-align:middle; width:8px; height:8px; margin:0 0 2px 5px
}


.lecture-total-frmset.main-index .section.archive .titset-outer::after,
.lecture-total-frmset.main-index .section.archive .titset-outer .titset .hd4::after {display:none}

.lecture-total-frmset.main-index .section.curri .portfolio-slideset .bg .swiper-slide .slidebox {
	background: rgba(255,255,255,1); position:relative; display:block; cursor:none
}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox {background:#fff}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox * {font-family:"NotoSansKR-Regular"}

.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section {position:relative}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section + .m-section {margin-top:20px} 
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section:first-child {padding:20px 20px 0 20px}

.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .iconset { 
	position:relative
;display: inline-block;margin-left: -3px;}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .iconset .rollingbg { 
    display: block; position: absolute;
    top: 0; left: 0; width: 49px; height: 49px;
background: rgb(194,189,230);
background: -moz-linear-gradient(120deg, rgba(194,189,230,1) 0%, rgba(228,145,225,1) 100%);
background: -webkit-linear-gradient(120deg, rgba(194,189,230,1) 0%, rgba(228,145,225,1) 100%);
background: linear-gradient(120deg, rgba(194,189,230,1) 0%, rgba(228,145,225,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2bde6",endColorstr="#e491e1",GradientType=1);
    margin: auto; border-radius: 50%; animation: rotate-circle 1s linear infinite; backface-visibility: hidden; transform-origin: center;
}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .iconset .rollingbg::after { 
content:""; display:block; position:absolute; top: 2px; left: 2px; right: 2px; bottom: 2px; background:#fff; 
margin:auto; border-radius:50%	
}

.lecture-total-frmset.main-index .fix-txt {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); display: inline-block}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon { 
	display:inline-block; vertical-align:middle; width: 43px; height: 43px; 
	background:url("/img/main/new220421/main-curri-iconset.png") no-repeat 0 0 / auto 100%;position: relative;z-index: 10;top: 3px;left: 3px; border-radius: 50%;}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon.ty1 {background-position:0 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon.ty2 {background-position:-43px 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon.ty3 {background-position:-86px 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon.ty4 {background-position:-129px 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon.ty5 {background-position:-172px 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon.ty6 {background-position:-215px 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon.ty7 {background-position:-258px 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon.ty8 {background-position:-301px 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon.ty9 {background-position:-344px 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .cicon.ty10 {background-position:right 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .titset { 
	display:inline-block; vertical-align:middle; padding-left: 12px;}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .titset .hd4 {font-family: 'Y_Spotlight'; transform: rotate(-0.1deg)}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .titset .smtxt { }
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .morebtn { 
	display:inline-block; border:1px solid #909090; border-radius:50px; padding:2px 18px; font-family:"NotoSansKR-Bold"; color:#1a1a1a;
	position:absolute; top:32px; right:22px
}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .morebtn::after { 
	content:""; display:inline-block; width:3px; height:5px; background:url('/img/main/new220421/curri-arrow.png') no-repeat 0 0;
	vertical-align:middle; margin:0 0 0 5px;	
}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox:hover .linkbtn { 
	
	content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(255,255,255,0); cursor:none;
	z-index:9999
}

.lecture-total-frmset.main-index .section.curri .portfolio-slideset .bg .swiper-slide .slidebox:hover {
	background: rgba(255,255,255,.8);
	
}
/*
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox:hover .m-section .morebtn {opacity:.3}
*/
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section  .infotxt { 
	padding:0 20px; color:#575757; letter-spacing:-0.05em; font-size:13px; opacity:.8
} 
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .grid {
	display:flex; justify-content:space-between; padding:0 20px; transform: translateY(-4px);
	}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .hashcopy { 
	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); color:#101010; font-size:13px; 
}

.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .simg {width:377px; height:265px; overflow:hidden}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .simg.vert {transform:scaleX(-1)}

.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .simg img,
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .simg video {width:100%; height:100%; object-fit:cover}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .simg video {transform:scale(1.4) }
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .simg.none video {transform:scale(1)}


.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .deco-icoset { }
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .deco-icoset .deco-icon { 
	display:inline-block; width:17px; height:15px; 
	background:url("/img/main/new220421/design-curri-deco-iconset.png") no-repeat 0 0 / auto 100%
}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .deco-icoset .deco-icon + .deco-icon {margin-left:14px} 
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .deco-icoset .deco-icon.ty1 {background-position:0 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .deco-icoset .deco-icon.ty2 {background-position:-17px 0}
.lecture-total-frmset.main-index .section.curri .portfolio-slideset .slidebox .m-section .deco-icoset .deco-icon.ty3 {background-position:-34px 0}

.lecture-total-frmset.main-index .design-realview-wrap {width:1180px; margin:132px auto 0; position:relative; display:flex}
.lecture-total-frmset.main-index .design-realview-wrap .section {flex:1; /* border:1px solid #f00; */}
.lecture-total-frmset.main-index .design-realview-wrap .section + .section {margin-left: 8px;}
.lecture-total-frmset.main-index .design-realview-wrap .section .titset {
	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg); display:inline-block; position:relative
}
.lecture-total-frmset.main-index .design-realview-wrap .section .titset .hd3 {
	color:#2a2a2a; font-size:43px; line-height:1; text-indent:-5px
;letter-spacing: -0.02em;}
.lecture-total-frmset.main-index .design-realview-wrap .section .titset .stxt { 
	font-size:15px; color:#2a2a2a; margin-top:16px; letter-spacing:-0.05em
}
.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap + .stu-slidewrap {margin-left: 8px;}
.lecture-total-frmset.main-index .design-realview-wrap .section .titset .totalview {
	position:absolute; top:0; right: -30%; 
}

.lecture-total-frmset.main-index .design-realview-wrap .section .stu-outer {
font-size:0	;margin-top: 43px;}
.lecture-total-frmset.main-index .design-realview-wrap .section .stu-outer .stu-title {
font-size:14px;color: #5b5b5b;font-size: 12px;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);margin-top: 5px;letter-spacing: -1px;word-spacing: -1px;font-weight: 600;}

.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap {display:inline-block;width: 289px;}

.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .slidebox {
	width: 590px;height: 214px;/* background: #f00; */}
.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .slidebox .fade-item {
	overflow:hidden; width:289px; position:absolute; top:0; left:0;
}

.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .slidebox .fade-item:nth-child(even) { 
	position:absolute; top:0; left:50%; width:289px; z-index:0
}

.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .slidebox .fade-item:nth-child(1),
.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .slidebox .fade-item:nth-child(2) {
	z-index:5;
}


.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .slidebox .fade-item .item-inner { 
	
	/* transform:scale(1.2); transition:transform .5s linear */
}

.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .slidebox .fade-item .item-inner img {
border-radius:5px
	
}


.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .stu-Swiper1,
.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .stu-Swiper2 {}
.lecture-total-frmset.main-index .design-realview-wrap .section .swiper-slide {
	width:300px; overflow:hidden
	}
.lecture-total-frmset.main-index .design-realview-wrap .section .swiper-slide img {border-radius:5px;
transform: scale3d(1.15, 1.15, 1); opacity:0; transition:all 2s linear
}

.lecture-total-frmset.main-index .design-realview-wrap .section .swiper-slide.swiper-slide-active img { 
transform: scale3d(1, 1, 1); opacity:1; transition:all 2s linear
}
@keyframes sscale { 
	0% {transform:scale(1.2)}
	100% {transform:scale(1) }	
}



.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .stu-Swiper1,
.lecture-total-frmset.main-index .design-realview-wrap .section .stu-slidewrap .stu-Swiper2 {}
.lecture-total-frmset.main-index .design-realview-wrap .section .swiper-slide {width:300px}
.lecture-total-frmset.main-index .design-realview-wrap .section .swiper-slide img {border-radius:5px}

.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap {font-size:0; margin-top:43px}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box {
	display:inline-block; 
	width:289px; height:214px;
	border-radius:5px; overflow:hidden	
}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset {
	position:absolute; top:0; left:0; right:0; bottom:0; z-index:100
 }
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .titset { display: flex;/* border: 1px solid #f00; */justify-content: space-between;align-items: center;margin: 0 9px;height: 57px;position: relative;padding: 0 5px;}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .titset::after { 
	content:""; display:block; width:266px; height:1px; background:url('/img/main/new220421/main-cong-linebg.jpg') no-repeat 0 0;
	position:absolute; bottom:0; left:0
}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .titset .hd4 { font-size: 14px;color: #2a2a2a;font-family: 'Y_Spotlight'; transform: rotate(-0.1deg);}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .titset .hd4 .heart { width: 22px;
    height: 19px;
    background: url(/img/lecture/fst/heart.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    animation: opa .5s linear infinite alternate;}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .titset .stxt { margin: 0;color: #767676;font-size: 12px;font-family: "NotoSansKR-Regular";}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .list { margin-top: 15px;}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .list > li { }
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .list > li > a {
	display:block; overflow:hidden; font-size:12px; font-family:"NotoSansKR-Regular"; color:#939393
;padding: 4px 13px;}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .list > li > a .cuttxt {float:left;width: 85%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;letter-spacing: -0.04em;/* border: 1px solid #f00; */
opacity:.8
}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .list > li > a .cuttxt .bold { 
	font-family:"NotoSansKR-Bold"
}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .txtset .list > li > a .new {
	float:right;
    color: #fff;
    font-size: 9px;
    line-height: 12px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: "NotoSansKR-Normal";
    margin-left: 10px;
    width: 28px;
    height: 12px;
margin-top: 2px;}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box + .congu-box {margin-left:8px} 
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .bg { 
	position:relative;
	background: rgb(193,191,230);
    background: -moz-linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
    background: -webkit-linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
    background: linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1bfe6",endColorstr="#ea88de",GradientType=1);
	height:100%	
}
.lecture-total-frmset.main-index .design-realview-wrap .section .congu-box-wrap .congu-box .bg .inset { 
	position:absolute; top:1px; left:1px; right:1px; bottom:1px; background:#fff; border-radius:4px	
}

.lecture-total-frmset.main-index .job-banner { 
	width: 1342px;
    height: 198px;
    border-radius: 500px;
    /* background: #f00; */
    margin: 119px auto 0;
    overflow: hidden;
    position: relative;
}
.lecture-total-frmset.main-index .job-banner .txtinfo-wrap { 
	position:absolute; top:0; left:0; right:0; bottom:0; z-index:100; display:flex; align-items:center
}
.lecture-total-frmset.main-index .job-banner .txtinfo-wrap .qus {
	display:inline-block;
	width:150px;
	height:150px;
	background:url('/img/main/new220421/qus.png') no-repeat 0 0;
	margin-left:28px
}
.lecture-total-frmset.main-index .job-banner .txtinfo-wrap .txtinfo {display:inline-block;margin-left: 48px;}
.lecture-total-frmset.main-index .job-banner .txtinfo-wrap .txtinfo .t1 {
	font-size: 17px; display:block;
    background: linear-gradient(to right, #c1bfe6, #ea88de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg); 
letter-spacing: -0.05em;}
.lecture-total-frmset.main-index .job-banner .txtinfo-wrap .txtinfo .t2 {
	font-size: 41px; display:block;
    background: linear-gradient(to right, #c1bfe6, #ea88de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	 
    font-family: 'Y_Spotlight';
    /* transform: rotate(-0.1deg); */
line-height: 1;margin-top: 5px;letter-spacing: -0.08em;}
.lecture-total-frmset.main-index .job-banner .txtinfo-wrap .txtinfo .t3 {
	font-size:15px; display:block; color:#fff 
;margin-top: 30px;}

.lecture-total-frmset.main-index .job-banner .txtinfo-wrap .txtinfo .hash-svgouter { display: inline-block;margin-left: 19px;}
.lecture-total-frmset.main-index .job-banner .txtinfo-wrap .txtinfo .hash-svg { 
background-image:url(/img/lecture/fst/hashbg-svg2.svg);	
}
.lecture-total-frmset.main-index .job-banner .txtinfo-wrap .txtinfo .hash-svg .txt {color:#fff} 

.lecture-total-frmset.main-index .job-banner .link { 
	display:block
}
.lecture-total-frmset.main-index .job-banner .link:hover .txtinfo-wrap  { 
	opacity:.7
}

.lecture-total-frmset.main-index .job-banner video { 
    width: 1342px;
    height: 198px;
    border-radius: 500px;
    /* background: #f00; */
    overflow: hidden;
    position: relative;	
	object-fit:none
}


.interiorViewWrap {margin-top:165px}
.design-review-wrap {margin-top:217px}
.mainSeminarWrap {overflow:hidden; padding:0 20px; margin-top:142px}
.seminarBody .seminarTxtWrap {padding-left:0}
.seminarBody .seminarBox {width:300px; padding:0}
.seminarBody .seminarBox .seminarTxtWrap .seminarTitle {
	color:#5b5b5b; font-size:12px; font-family: 'Y_Spotlight'; transform: rotate(-0.1deg);
	text-align:left
}
.seminarBody .seminarBox .seminarTxtWrap .seminarTitle span {color:#5b5b5b; font-size:12px}
.seminarBody .seminarBox a img {border-radius:5px}
.seminarBody .seminarBox a {display:block; height:422px}
.mainSeminarWrap .seminarBodyWrap {padding-top:0}
.seminarBody .seminarBox .seminarTxtWrap .seminarTitle .new {
    color: #fff;
    font-size: 9px;
    line-height: 12px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: "NotoSansKR-Normal";
    margin-left: 16px;
    width: 28px;
    height: 12px;
}

.interiorViewWrap {border:none}
.interiorImgWrap {margin:0; width:auto}

.interiorViewWrap .interiorViewImg {height:410px; overflow:hidden; border:none; padding:0; margin-top:29px}
.interiorViewWrap .interiorViewImg .inset {position:absolute; top:0; left:50%; width:1920px; height:410px; margin:0 0 0 -960px}

/* ty1 출판인쇄   ty2 영상  ty3 인테리어     ty4 웹디자인    ty5 CG  ty6 자격증     ty7 게임원화     ty8 아트웍     ty9 제품    */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.starting_date_box .starting_date_body .starting_date #da_wd_day2,
	.starting_date_box .starting_date_body .starting_date #da_day2,
	.brandAwardsNew .content .bANew_right .bANew_right_box.tel .right_box_txt.main_phone_number {background:none; color:#e951d6}
}

.region-area {font-size:0; display:inline-block; margin-left:68px; display:none}
.region-area .btn { 

display:inline-block; line-height:28px; padding:0 22px;
border:1px solid #dedede; border-width:0 1px; font-size:12px; color:#434343; font-family:"NotoSansKR-Bold";
line-height: 26px; height: 27px;	
}
.region-area .btn + .btn {border-left:none}
.region-area .btn.on { 
background: rgb(236,236,247);
background: -moz-linear-gradient(120deg, rgba(236,236,247,1) 0%, rgba(249,219,245,1) 100%);
background: -webkit-linear-gradient(120deg, rgba(236,236,247,1) 0%, rgba(249,219,245,1) 100%);
background: linear-gradient(120deg, rgba(236,236,247,1) 0%, rgba(249,219,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f9dbf5",GradientType=1);	
}


.rqTitle {display:flex; justify-content:center; align-items:center}
.rqTitle .qtxt {
	font-family: 'Y_Spotlight'; transform: rotate(-0.1deg);
	color:#2a2a2a; font-size:12px; display:block; text-align:center; line-height:1.1
 }
.rqTitle .qtxt::before {content:""; display:block; width:20px; height:20px;
background:url('/img/main/new220421/main-quick-topicon.png') no-repeat 0 0; margin:0 auto 7px
  }

#rqMenu li a {
	padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "NotoSansKR-Regular";
    color: #0f0f0f;	
}
/*
#rqMenu li.n01 {height:107px}
#rqMenu li.n02 {height:108px}
#rqMenu li.n03 {height:108px}
#rqMenu li.n04 {height:108px}
#rqMenu li.n05 {height:107px}

[변경내역] 2022-11-24 유아경
전체적으로 아이콘섹션부분 높이 10픽셀 씩 줄여줌 
*/
#rqMenu li.n01 {height:97px}
#rqMenu li.n02 {height:98px}
#rqMenu li.n03 {height:98px}
#rqMenu li.n04 {height:98px}
#rqMenu li.n05 {height:97px}

#rqMenu li[class^="rqMenuIcon n"] {background:none}
#rqMenu li a::before {content:""; display:block; }
#rqMenu li.n01 a::before {margin-bottom:10px} 
#rqMenu li.n02 a::before {margin-bottom:8px} 
#rqMenu li.n03 a::before {margin-bottom:15px} 
#rqMenu li.n04 a::before {margin-bottom:14px} 
#rqMenu li.n05 a::before {margin-bottom:16px} 
#rqMenu li.n07 a::before {margin-bottom:4px} 

#rqMenu li.n01 a::before {width:41px; height:33px; background:url('/img/main/new220421/newquick-icon01.png') no-repeat 0 0}
#rqMenu li.n02 a::before {width:25px; height:25px; background:url('/img/main/new220421/newquick-icon02.png') no-repeat 0 0}
#rqMenu li.n03 a::before {width:33px; height:27px; background:url('/img/main/new220421/newquick-icon03.png') no-repeat 0 0}
#rqMenu li.n04 a::before {width:41px; height:29px; background:url('/img/main/new220421/newquick-icon04.png') no-repeat 0 0}
#rqMenu li.n05 a::before {width:25px; height:29px; background:url('/img/main/new220421/newquick-icon05.png') no-repeat 0 0}
#rqMenu li.n07 a::before {width:40px; height:40px; background:url('/img/main/new241128/newquick-vacation3.png') no-repeat 0 0}
#rqMenu .new { 
	display: block;
    border-radius: 2px;
    width: 37px;
    height: 12px;
    background: rgb(193,191,230);
    background: -moz-linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
    background: -webkit-linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
    background: linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1bfe6",endColorstr="#ea88de",GradientType=1);
    background-size: 400% 400%;
    margin-left: 0;
    animation: gradient .5s ease infinite;
    color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 12px;
	margin-top:2px;
	    letter-spacing: -0.01em;	
}

#rqMenu.type1 li.n01 {height:87px}
#rqMenu.type1 li.n01 a::before {width:34px; height:28px; background-size:100%}
#rqMenu.type1 li.n02 {height:90px}
#rqMenu.type1 li.n02 a::before {width:20px; height:20px; background-size:100%; margin-bottom:6px}

#rqMenu.type1 li.n03 {height:86px}
#rqMenu.type1 li.n03 a::before {width:26px; height:21px; background-size:100%; margin-bottom:12px}

#rqMenu.type1 li.n04 {height:86px}
#rqMenu.type1 li.n04 a::before {width:32px; height:23px; background-size:100%; margin-bottom:11px}
#rqMenu.type1 li.n05 {height:84px}
#rqMenu.type1 li.n05 a::before {width:20px; height:23px; background-size:100%; margin-bottom:13px}



#rqMenu.type1 li.vacation {height:105px; background:none}
#rqMenu.type1 li.rqMenuIcon.vacation > a {font-weight:normal}
#rqMenu.type1 li.vacation a::before {width: 47px;height: 53px;background: url('/img/main/new220421/newquick-vacation2.gif') no-repeat 0 0; margin-bottom:8px;transform: translateX(3px);}



.lecture-total-frmset .section.archive .lecture-archive-slide .lecture-archive-box .inset {}
.slick-slide {}
.lecture-total-frmset .section.archive .lecture-archive-slide::after {}

.topBrandAwards {width:300px}
.brandAwardsNew .content .bANew_left {background:transparent}
.brandAwardsNew .content .bANew_left .bA_leftTxt {color:#757575; font-family: "NotoSansKR-Bold"; font-size:12px}
.topBrandAwards .bA_leftTxt::before {content:""; display:inline-block; width:23px; height:23px; 
vertical-align:middle; margin:0 5px 2px 0}
.topBrandAwards .amb01 .bA_leftTxt::before {background:url('/img/main/new220421/amblem2022_01.png') no-repeat 0 0}
.topBrandAwards .amb02 .bA_leftTxt::before {background:url('/img/main/new220421/amblem2022_02.png') no-repeat 0 0}
.topBrandAwards .amb03 .bA_leftTxt::before {background:url('/img/main/new220421/amblem2021-01.png') no-repeat 0 0}
.topBrandAwards .amb04 .bA_leftTxt::before {background:url('/img/main/new220421/amblem2022_03.png') no-repeat 0 0}
.brandAwardsNew .content .bANew_left .bA_leftTxt {line-height:26px}
.brandAwardsNew .content .bANew_left .bA_leftTxt .txt {opacity:.6; color:#5a5a5a; font-weight:normal; font-size:12px}
.brandAwardsNew .content .bANew_left span.point {color:#5a5a5a; font-weight:normal; font-size:12px; font-family: 'NotoSansKR-Black'; opacity:.8}

.gnbMenu ul li a:hover {opacity:.5}
.gnb2Depth > li ul.gnbOn,
.gnbMenu ul li.gnbOn {background:transparent}

ul.main_notice_con li.notice_li_right div.listLeft {width:215px}

.mAcademyTxt .new-license-rolling .rolling-section .name-outer {width:239px}
.mAcademyTxt .new-license-tit {padding-right:17px}
.starting_date_box .starting_date_tit {margin-right:17px}

.starting_date_box .starting_date_body,
.mAcademyTxt .new-license-rolling,
ul.main_notice_con  {padding-left:16px}

.starting_date_box .starting_date_body .starting_date .day-tit,
ul.main_notice_con li.notice_li_right div.listLeft,
.mAcademyTxt .new-license-rolling .rolling-section .name-outer { 	
	opacity:.7
}
.mAcademyTxt .new-license-rolling  {width:310px}


.brandAwardsNew .content .bANew_right .bANew_right_box .right_box_txt {letter-spacing:-0.05em; font-family: "NotoSansKR-Regular"}



.mainbanner-link {height:587px; display:block}
.mainbanner-link img {width:100%; height:100%; object-fit:cover}

.paybak-banner {position:relative; width:1342px; height:253px; margin:0 auto}
.lecture-total-frmset .section.licstep + .paybak-banner {margin-top:177px}

.paybak-banner ~ .section.liccoast {margin-top:155px}

.jobsystem-banner {height:5769px}
.jobsystem-banner img {width:100%; height:100%; object-fit:cover}

.jobsystem-txtset {width:1180px; margin:0 auto; overflow:hidden; padding-bottom:100px}
.jobsystem-txtset .inset {float:right; margin-right:210px}
.jobsystem-txtset .inset .btnset { }
.jobsystem-txtset .inset .btnset .btn { }
.jobsystem-txtset .inset .btnset .btn + .btn {margin-left:5px}
.jobsystem-txtset .inset .btnset .btn:hover {opacity:.5}
.jobsystem-txtset .inset .stxt {margin-top:58px; margin-left:7px}


.subject-set .course-choiceset {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    /* grid-auto-flow: column; */
    /* grid-auto-columns: minmax(150px, auto); */
    /* grid-template-rows: repeat(5, 1fr); */
    gap: 11px 16px;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    width: 705px;
    position: relative;
    /* border: 1px solid #f00; */
    /* align-items: center; */
    /* height: 100%; */
}
.subject-set .course-choiceset .cs-select {
	border:1px solid #d7d7d7; background:#fff; border-radius:50px;
	padding: 0;
}
.subject-set .course-choiceset .cs-select .inputset:not(.on) label:hover {opacity:.7}
.subject-set .course-choiceset .cs-select label {display:block;padding: 11px 13px;}
.subject-set .course-choiceset .cs-select label .profile {
    width: 49px;
    height: 49px;
    position: relative;
    margin: 0;
    border-radius: 50%;
    flex: none;
    padding: 0;
    display:
    inline-block;
    vertical-align:
    middle
}
.subject-set .course-choiceset .cs-select label .profile::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    margin: auto;
    border-radius: 50%;
    z-index: 1;
}	
.subject-set .course-choiceset .cs-select label .profile .inset {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.subject-set .course-choiceset .cs-select .inputset {background:transparent}
.subject-set .course-choiceset .cs-select .inputset.on .inset { 
background: rgb(193,191,230);
background: -moz-linear-gradient(120deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
background: -webkit-linear-gradient(120deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
background: linear-gradient(120deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1bfe6",endColorstr="#ea88de",GradientType=1);	
}	
.subject-set .course-choiceset .cs-select .inputset.on .inset::before { 
	content:""; display:block; width:15px; height:15px;
	background:url('/m/img/sub/cs-course-thumnail-checked.png') no-repeat 0 0 / 100%;
	position:absolute; top:0; left:0; right:0; bottom:0; margin:auto
}

.subject-set .course-choiceset .cs-select .inputset.on .inset img {display:none}
.subject-set .course-choiceset .cs-select label .profile .inset img {width:100%}
.subject-set .course-choiceset .cs-select label .profile .rollingbg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 49px;
	height: 49px;
	background: rgb(193,191,230);
	background: -moz-linear-gradient(120deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
	background: linear-gradient(120deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1bfe6",endColorstr="#ea88de",GradientType=1);
	margin: auto;
	border-radius: 50%;
	animation: rotate-circle 1s linear infinite;
	backface-visibility: hidden;
	transform-origin: center;
}

.subject-set .course-choiceset .cs-select label .txt {display:inline-block; vertical-align:middle;width: inherit;margin-bottom: 5px;padding-left: 5px;}
.subject-set .course-choiceset .cs-select label .txt .txt-part {display:block;font-size: 14px; color:#010101;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);}
.subject-set .course-choiceset .cs-select label .txt .txt-part.ty1 {
	font-family: "NotoSansKR-Regular";
	transform: rotate(0deg);
	font-size: 11px; color:#7b7b7b;
	line-height: 1;
	opacity:.7
}

.subject-set .course-choiceset .cs-select .inputset.chk {display: block;}
.subject-set .course-choiceset .cs-select .inputset.chk input[type="checkbox"] { 
	
}



.rdo-wrap { }
.rdo-wrap .inputset + .inputset {margin-left:16px}


.paging {margin:80px 0 50px}

.content.grid-type1 + .lecture-total-frmset .section.liccoast { 
	margin-top:280px	
}


.arset { 
position:absolute;
top:0;
left:0; 
bottom:0;
background:none

}

.company-intro-wrap { }
.company-intro-wrap .main-top {overflow:hidden; position:relative}
.company-intro-wrap .txt-info {
	position:
	absolute; top:0; left:0; right:0; bottom:0;
	display:
	flex;
	justify-content: flex-start;
	align-items:
	center;
	flex-direction:
	column
}
.company-intro-wrap .txt-info .hd2 {
	font-family: 'Y_Spotlight';
	color: #fff;
	font-size: 24px;
	letter-spacing: 14px;
	line-height: 2;
	margin-top: 31vh;
}
.company-intro-wrap .txt-info .copy {
	text-align:
	center;
	font-family: 'Y_Spotlight';
	color: #fff;
	font-size: 17px;
	transform: rotate(-0.1deg);
	margin-top: 80px;
}

.company-intro-wrap .txt-info .creative-txt {margin-top: 28vh; font-family: 'Y_Spotlight';color: #fff;font-size: 11px;letter-spacing: 5px;}
.company-intro-wrap .txt-info .creative-txt::before {
	content:
	"";
	display:
	block;
	width:24px; height:22px;
	background:
	url('/img/sub/academy/main-top-flag.png') no-repeat 0 0;
	margin: 0 auto 30px;
}


.company-intro-wrap .main-top video { 
	width:100%; height:100vh;
	object-fit:
	cover;
	vertical-align: top;
}

.company-intro-wrap .main-top .lt-txt { 
	position:absolute; top:0; bottom:0; left:0; display:flex;
	flex-direction:column; justify-content:flex-start;	
	padding:0 0 0 80px
}
.company-intro-wrap .main-top .lt-txt .txt-mca { 
	background: linear-gradient(to right, #918de5, #e951d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: 'Y_Spotlight';
	transform: rotate(-0.1deg);
	font-size:14px;
	margin-top:10vh	
}

.company-intro-wrap .main-top .lt-txt .simg { 
	margin-top:37vh
}

.company-intro-wrap .section01 {position:relative}
.company-intro-wrap .section01 .line { 
	background: rgb(145,141,229);
	background: linear-gradient(120deg, rgba(145,141,229,1) 0%, rgba(233,81,214,1) 49%);
	z-index:-1
	
}
.company-intro-wrap .section01 .line.vert { 	
	position:absolute; top:0; height:0; left:30px; width:1px;
		
}
.company-intro-wrap .section01 .line.hrzn01 { 
    position: absolute; top: 0; left: 0; width:0; height: 1px;	
}
.company-intro-wrap .section01 .line.hrzn02 { 
	position: absolute; bottom: 0; left: 0; width:0; height: 1px;
}

.company-intro-wrap .section01 .line.hrzn03 { 
	position: absolute; bottom: 45px; left: 0; width:0; height: 1px;
}



.company-intro-wrap .section01 .sec01-part {}
.company-intro-wrap .section01 .sec01-part + .sec01-part {margin-top:13px} 
.company-intro-wrap .section01 .sec01-part .grid {display: flex;justify-content: center;align-items: center;gap: 137px;}
.company-intro-wrap .section01 .sec01-part .grid .col { }
.company-intro-wrap .section01 .sec01-part .grid .col .simg { }
.company-intro-wrap .section01 .sec01-part .grid .col .copy {color: #d6d6d6;letter-spacing: 9px;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);}
.company-intro-wrap .section01 .sec01-part .grid .col .hd3 {margin: 0;padding: 0;font-family: 'Y_Spotlight';/* transform: rotate(-0.1deg); */font-size: 23px;margin-top: 20px;color: #131313;}
.company-intro-wrap .section01 .sec01-part .grid .col .stxt {color: #4b4b4b;font-size: 16px;font-family: "NotoSansKR-Regular";font-family: 'NanumSquareR';margin-top: 35px; letter-spacing:-0.5px; line-height:1.5;}
.company-intro-wrap .section01 .sec01-part.no2 .grid {gap:35px;justify-content: flex-start;}
.company-intro-wrap .section01 .sec01-part.no2 .grid .col:first-child {
	position:relative;
	/* flex: .85; */ text-align:right;width: 62vw;/* border: 1px solid #f00; */flex: none;
}

/*
.company-intro-wrap .section01 .sec01-part.no2 .grid .col .simg::before { 
	content:""; display:block;
	position:absolute; bottom:45px; left:0; right:0; height:1px;
	background: rgb(145,141,229);
	background: linear-gradient(120deg, rgba(145,141,229,1) 0%, rgba(233,81,214,1) 49%); z-index:-1	
}
*/

.company-intro-wrap .section02 {
	position:
	relative; 
	background:#050500;
	padding: 0;
	margin-top:350px
	/* height:
	calc(100vh * 2); */
}
.company-intro-wrap .section02 .sec02-part {
	position:relative;
	height: 100vh;
	overflow:hidden
}
.company-intro-wrap .section02 .sec02-part .bg { 
	width:777px; height:716px;
	background: url('/img/sub/academy/sec02-img01.jpg') no-repeat 0 146px;
	position:absolute;
	top: 0;
	left:0; right:0;
	margin:auto
}

.company-intro-wrap .section02 .sec02-part .sec02-txt-info {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
	margin-top: 0;
	padding-top: 332px;
}
.company-intro-wrap .section02 .sec02-part .sec02-txt-info .hd3 > span {color: #fff;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);padding: 0;margin: 0;}
.company-intro-wrap .section02 .sec02-part .sec02-txt-info .hd3 > span::before  {
	content:""; display:block;
	width:36px; height:108px;
	background:url('/img/sub/academy/sec02-txt-tip.png') no-repeat 0 0;
	margin:0 auto 52px
}
.company-intro-wrap .section02 .sec02-part .sec02-txt-info .copy {font-family: "NotoSansKR-Regular";margin-top: 18px; line-height:1.5; font-size:13.5px;font-family: 'NanumSquareR';}
.company-intro-wrap .section02 .sec02-part .imgset {position:static}
.company-intro-wrap .section02 .sec02-part .imgset .simg {position:absolute}
.company-intro-wrap .section02 .sec02-part .imgset .simg img {width:100%;height: 100%;object-fit: cover;}
.company-intro-wrap .section02 .sec02-part .imgset .simg:nth-child(1) {top:0; left:140px; width:16vw}
.company-intro-wrap .section02 .sec02-part .imgset .simg:nth-child(2) {top: 18%; right:0; z-index:10; width:33.7vw;aspect-ratio: 1 / 0.56;bottom: 0;margin: auto;}
.company-intro-wrap .section02 .sec02-part .imgset .simg:nth-child(3) {top: 36vw;right: 20.7vw;width: 18vw;bottom: 0;margin: auto;aspect-ratio: 1 / 0.54;/* transform-origin: top left; */}


.company-intro-wrap .section02 .sec02-part .imgset .simg-right {position: absolute;width: 33.7vw;/* height: 362px; */top: 331px;right: 0;aspect-ratio: 1 / 0.56;}
.company-intro-wrap .section02 .sec02-part .imgset .simg-right .in {
	width: 18.5vw;
	aspect-ratio: 1 / 0.54;
	position: absolute;
	bottom: -8vw;
	left: -5vw;
	z-index: 0;
}
.company-intro-wrap .section02 .sec02-part .imgset .simg-right img { }
.company-intro-wrap .section02 .sec02-part .imgset .simg-right img:nth-child(1) {position: relative;z-index: 10;width: 100%;}
.company-intro-wrap .section02 .sec02-part .imgset .simg-right img:nth-child(2) {}


.company-intro-wrap .section02 .sec02-part:nth-child(2) { }
.company-intro-wrap .section02 .sec02-part:nth-child(2) .imgset .simg:nth-child(1) {left: auto;right: 12.4vw;top: 402px;}
.company-intro-wrap .section02 .sec02-part:nth-child(2) .imgset .simg-right {right: auto;left: 0; width:30.1vw}

.company-intro-wrap .section02 .sec02-part:nth-child(2) .imgset .simg-right img:nth-child(1) { }

.company-intro-wrap .section02 .sec02-part:nth-child(2) .imgset .simg-right .in {width: 21.2vw;bottom: 17.5vw;/* top: -209px; */left: 13vw;}


.company-intro-wrap .section03 {position:relative; height:1188px}
.company-intro-wrap .section03 .bg { 
	position:absolute; top:0; left:0; right:0; bottom:0; 
	background:url('/img/sub/academy/sec03-bg.jpg') no-repeat center / cover;
	background-attachment: fixed;
}

.company-intro-wrap .section03 .txt-info-wrap {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 100;display: flex;justify-content: center;align-items: center;}
.company-intro-wrap .section03 .txt-info-wrap .txt-info {
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	position: static;
	/* border: 5px solid #f00; */
	align-items: flex-end;
	flex-direction: row;
	/* justify-content: flex-start; */
	gap: 107px;
}
.company-intro-wrap .section03 .txt-info-wrap .txt-info .txt-info-in {display:inline-block}
.company-intro-wrap .section03 .txt-info-wrap .txt-info .hd3 {padding: 0;color: #fff;font-size: 24px;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);}
.company-intro-wrap .section03 .txt-info-wrap .txt-info .copy {margin: 30px 0 0 0;padding: 0;text-align: left;font-family: "NotoSansKR-Regular";font-size: 12px;letter-spacing: 4px;}
.company-intro-wrap .section03 .txt-info-wrap .txt-info::before {
	content:
	"";
	display:
	inline-block;
	width: 65px; height:162px;
	background:
	url('/img/sub/academy/sec03-txt-tip.png') no-repeat 0 0
}


.company-intro-wrap .section04 {overflow:hidden}
.company-intro-wrap .section04 .sec04-list {
	white-space: nowrap;
    margin: 0;
    font-size: 0;
    position: fixed;
    top: 25vh;
    left: 50vw;
    opacity: 0;
}
.company-intro-wrap .section04 .sec04-list > li {display: inline-block;}
.company-intro-wrap .section04 .sec04-list > li + li {margin-left:6px}
.company-intro-wrap .section04 .sec04-list > li .sd-list { }
.company-intro-wrap .section04 .sec04-list > li .sd-list > dt { }
.company-intro-wrap .section04 .sec04-list > li .sd-list > dd { }

.company-intro-wrap .section04 .sec04-list > li .sd-list > dt,
.company-intro-wrap .section04 .sec04-list > li .sd-list > dd { }

.company-intro-wrap .section04 .sec04-list > li .sd-list > dt .simg { }
.company-intro-wrap .section04 .sec04-list > li .sd-list > dt .simg img { }

.company-intro-wrap .section04 .sec04-list > li .sd-list > dd .sd-txt-info { }
.company-intro-wrap .section04 .sec04-list > li .sd-list > dd .sd-txt-info {margin-left: -110px;}
.company-intro-wrap .section04 .sec04-list > li .sd-list > dd .sd-txt-info .hd4 {background: none;color: #131313;font-size: 23px;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);margin: 35px 0 0 0;padding: 0;}
.company-intro-wrap .section04 .sec04-list > li .sd-list > dd .sd-txt-info .smtxt {font-size: 11px;color: #d3d2d2;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);letter-spacing: 5px;margin-top: 15px;}

.company-intro-wrap .section04 .sec04-list > li .sd-list > dd .sd-txt-info .stxt {letter-spacing: -0.03em;font-size: 15px;color: #4b4b4b;font-family: "NotoSansKR-Regular";margin-top: 43px;font-family: 'NanumSquareR';}
.company-intro-wrap .section04 .sec04-list > li .sd-list > dd .sd-txt-info .stxt .bold {/* font-family: "NotoSansKR-Bold"; */font-family: 'NanumSquareB';}

.company-intro-wrap .section05 {height: 675px;display: flex;align-items: flex-end;margin-top: 300px;}
.company-intro-wrap .section05 .sec05-inbox { 
	height:464px;
	position:
	relative;
	background:
	url('/img/sub/academy/sec05-wavebg.jpg') no-repeat 0 0;
	bottom: 0;
	width: 100%;
}

.company-intro-wrap .section05 .sec05-inbox::before { 
	content:""; display:block; position:absolute; top:0; left:0; right:0; height:1px;
    background: rgb(145,141,229);
    background: linear-gradient(120deg, rgba(145,141,229,1) 0%, rgba(233,81,214,1) 49%);
	margin-top:-3px;	
}
.company-intro-wrap .section05 .sec05-inbox::after { 
	content:""; display:block; position:absolute; bottom:0; left:0; right:0; height:1px;
    background: rgb(145,141,229);
    background: linear-gradient(120deg, rgba(145,141,229,1) 0%, rgba(233,81,214,1) 49%);	
	margin-bottom:4px;
}

.company-intro-wrap .section05 .sec05-contentbox {position: absolute;z-index: 10;bottom: 0;left: 0;right: 0;display: flex;justify-content: center;align-items: flex-end;gap: 50px;}

.company-intro-wrap .section05 .sec05-contentbox .grid { }
.company-intro-wrap .section05 .sec05-contentbox .grid .sec05-txtlist {display: grid;grid-template-columns: repeat(2, 1fr);gap: 46px 36px;margin-bottom: 58px;}
.company-intro-wrap .section05 .sec05-contentbox .grid .sec05-txtlist li {color: #101010;font-size: 14px;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);text-indent: -11px;margin-left: 20px;}
.company-intro-wrap .section05 .sec05-contentbox .grid .sec05-txtlist li > span::before {
	content:
	"";
	display:
	inline-block; width:6px; height:11px;
	background:
	url('/img/sub/academy/sec05-dot.png') no-repeat 0 0;
	margin-right: 5px;
}
.company-intro-wrap .section05 .sec05-contentbox .grid .sec05-txtlist li > span {display:block}

.company-intro-wrap .section06 { }
.company-intro-wrap .section06 .sec06-txtbox {display: flex;flex-direction: column;align-items: center;padding: 200px 0 0 0;}
.company-intro-wrap .section06 .sec06-txtbox .hd3 {color: #131313;font-size: 23px;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);}
.company-intro-wrap .section06 .sec06-txtbox .copy {color: #c8c8c8;font-size: 9px;font-family: 'Y_Spotlight';transform: rotate(-0.1deg);letter-spacing: 6px;}
.company-intro-wrap .section06 .sec06-txtbox .smtxt {text-align: center;color: #4b4b4b;font-family: "NotoSansKR-Regular";font-size: 16px;margin-top: 45px;letter-spacing: -1px;font-family: 'NanumSquareR';}
.company-intro-wrap .section06 .sec06-txtbox .btnset {margin: 50px 0 0 0;}
.company-intro-wrap .section06 .sec06-txtbox .btnset .btn { }
.company-intro-wrap .section06 .sec06-txtbox .portfolio-card {margin-top: 96px;margin-bottom: 95px;font-size: 0;display: flex;gap: 12px;}
.company-intro-wrap .section06 .sec06-txtbox .portfolio-card img { }


[data-ani=fade-up] {transform:translateY(50px); opacity: 0; transition:all .5s linear }
[data-ani=fade-up].animate-fadeup {transform: translateY(0); opacity: 1}

[data-ani=line-up] {height:0; opacity: 0; transition:all 3.5s linear}
.company-intro-wrap .section01 [data-ani=line-up].animate-line-vert,
[data-ani=line-up].animate-line-vert {height:100%; opacity: 1}



[data-ani=line-toleft] {width:0; opacity: 0; transition:all 3.5s linear}


.company-intro-wrap .section01 [data-ani=line-toleft].animate-line-toleft, 
[data-ani=line-toleft].animate-line-toleft {width:100%; opacity: 1}

[data-ani=fade-left] {transform:translateX(-50px); opacity: 0; transition:all .5s linear }
[data-ani=fade-left].animate-fadeleft {transform: translateX(0); opacity: 1}

[data-ani=fade-right] {transform:translateX(50px); opacity: 0; transition:all .5s linear }
[data-ani=fade-right].animate-faderight {transform: translateX(0); opacity: 1}


.lic-scd-tit {
	position:
	relative;
	width:1180px; margin:0 auto 
;
	display: flex;
	justify-content: space-between;
}
.lic-scd-tit .title {}
.lic-scd-tit .title .row { }
.lic-scd-tit .title .row .big {font-family: 'Y_Spotlight';transform: rotate(-0.1deg);/* font-family: 'Y_Spotlight'; *//* transform: rotate(-0.1deg); */font-size: 64px;color: #222222;display: inline-block;vertical-align: middle;line-height: 1;margin-bottom: 15px;}
.lic-scd-tit .title .row .txt {font-family: 'Y_Spotlight';transform: rotate(-0.1deg);display: inline-block;font-size: 33px;color: #222222;line-height: 1.15;vertical-align: middle;width: inherit;}
.lic-scd-tit .title .row .stxt {
    color: #393939;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    font-size: 16px;
    letter-spacing: -0.05em;
    text-indent: 9px;
    margin-top: 5px;
}

.lic-scd-tit .lic-choicetab {overflow: hidden;display: flex;/* gap: 1px; */align-items: center;/* margin: 1px 0 1px 0; */overflow: hidden;border-top: 1px solid #fff;}
.lic-scd-tit .lic-choicetab > li {
	position: relative;
	float:
	left;
	/* outline: 1px solid #f00; */
	/* margin: -1px 0 -1px 0; */
	padding: 5px 0;
	}
.lic-scd-tit .lic-choicetab > li + li::before {
	content:"";
	position:absolute;
		top:0; bottom:0;
	width:1px;
	background:#dcdcdc
}

.lic-scd-tit .lic-choicetab > li > a {display:block;padding: 0 40px;}
.lic-scd-tit .lic-choicetab > li > a .lch-icon { 
	display:block;
	width:46px; height:46px;
	background:url('/img/sub/license/license-tabicon.png') no-repeat 0 0 / auto 92px;
	margin:0 auto
}
.lic-scd-tit .lic-choicetab > li > a .lch-icon.ty1 {background-position:0 0}
.lic-scd-tit .lic-choicetab > li > a .lch-icon.ty2 {background-position:-46px 0}
.lic-scd-tit .lic-choicetab > li > a .lch-icon.ty3 {background-position:-92px 0}
.lic-scd-tit .lic-choicetab > li > a .lch-icon.ty4 {background-position:-138px 0}

.lic-scd-tit .lic-choicetab > li > a .hashbox {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    padding: 1px;
    overflow: hidden;
    vertical-align: middle;
    letter-spacing: -0.05em;
	margin-top:8px;
}
.lic-scd-tit .lic-choicetab > li > a .hashbox .in {
	display: block;
	background: #fff;
	border-radius: 50px;
	margin: 0;
	padding: 0 10px 0 10px;
	position: relative;
	z-index: 10;
	line-height: 20px;
	/* line-height: 2; */
	height: 21px;
}
.lic-scd-tit .lic-choicetab > li > a .hashbox .in > span { 

	font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
	font-size:14px;
	display: block;
}

.lic-scd-tit .lic-choicetab > li > a .hashbox .rolling { 
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	background:transparent;
    line-height: 1;
    margin: 0;
	height:26px
}

.lic-scd-tit .lic-choicetab > li.on > a .lch-icon.ty1 {background-position:0 -46px}
.lic-scd-tit .lic-choicetab > li.on > a .lch-icon.ty2 {background-position:-46px -46px}
.lic-scd-tit .lic-choicetab > li.on > a .lch-icon.ty3 {background-position:-92px -46px}
.lic-scd-tit .lic-choicetab > li.on > a .lch-icon.ty4 {background-position:-138px -46px}

.lic-scd-tit .lic-choicetab > li.on > a .hashbox .in > span { 
	background: linear-gradient(to right, #c1bfe6, #e88fe0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}

.lic-scd-tit .lic-choicetab > li.on > a .hashbox .rolling { 
    background: rgb(164,142,210);
    background: -moz-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    background: linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(248,192,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a48ed2",endColorstr="#f8c0ea",GradientType=1);
}

.lic-scd-wrap {padding-top:70px}
.lic-scd-wrap .tabcont {width:1180px; margin:41px auto 0}
.lic-scd-wrap .tabcont .cont {display: none;}
.lic-scd-wrap .tabcont .cont:first-child {display:block}
.lic-scd-wrap .tabcont .cont .grid-box {display:flex; gap:70px}
.lic-scd-wrap .tabcont .cont .grid-box .grid {flex:1}
.lic-scd-wrap .tabcont .cont .grid-box + .grid-box {margin-top:80px}
.lic-scd-wrap .tabcont .cont .grid-box .grid .hd4 { 
    background: none;
    margin: 0;
    font-size: 20px;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
}
.lic-scd-wrap .tabcont .cont .grid-box .grid .hd4 .gra { 
    background: linear-gradient(to right, #918de5, #e951d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}

.lic-scd-wrap .tabcont .cont .grid-box .grid .hd4 + .lsch-table {margin-top:28px} 

.lic-scd-wrap .tabcont .cont .grid-box .grid .lsch-table { }
.lic-scd-wrap .tabcont .cont .grid-box .grid .lsch-table > table { } 
.lic-scd-wrap .tabcont .cont .grid-box .grid .lsch-table > table thead {position: relative;}
.lic-scd-wrap .tabcont .cont .grid-box .grid .lsch-table > table thead th { 
	padding:20px 10px;
}
.lic-scd-wrap .tabcont .cont .grid-box .grid .lsch-table > table thead tr {position:relative;}
.lic-scd-wrap .tabcont .cont .grid-box .grid .lsch-table > table thead::before  {
	content:"";
	display:block;
	/* background:#ff0; */
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
	border: 1px solid transparent;
	border-radius: 50px;
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #c1bfe6 0%,  #ea88de 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
}

.lic-scd-wrap .tabcont .cont .grid-box .grid .lsch-table > table tbody { }
.lic-scd-wrap .tabcont .cont .grid-box .grid .lsch-table > table tbody td { 
	border-bottom:1px solid #dcdcdc;
	padding:23px 10px;
}


.lic-scd-wrap .tabcont .cont .grid-box .grid .lsch-table > table thead tr th,
.lic-scd-wrap .tabcont .cont .grid-box .grid .lsch-table > table tbody td {
	 text-align:center;
	font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);	
	font-size:15px;
	color:#222222;
	
}
	
	
.lic-stat-list-wrap {
	position:relative;
    width: 1265px;
    margin: 0 auto	
}
.lic-stat-list-wrap .swiper-button-prev:after,
.lic-stat-list-wrap .swiper-button-next:after {display:none}

.lic-stat-list-wrap [class^="swiper-button"] {
	top:0; 
	bottom:0; margin:auto;
	width:23px; height:40px;
	background:url('/img/sub/license/lic-stat-list-slide-pagebtn.png') no-repeat 0 0 / auto 40px
}
.lic-stat-list-wrap .swiper-button-next {background-position:-23px 0}
	
/*.job_sub_banner + .tabMenu + .subContent {margin-top:100px} 	*/
	
	
	
	
	
	
	
