@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

[data-aos=fade-down] {
    transform: translate3d(0,-30px,0);
}

[data-aos=fade-up] {
    transform: translate3d(0,10px,0);
}

html{
	font-family:'NanumSquare';
}

html,body{
	scroll-behavior:smooth;
}

*{
    margin:0;
    padding:0;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
    color:inherit;
}

.subMenu{
    border-bottom: #c9b9ff 1px solid;
    color:#333;
    font-family: "NanumSquare";
    font-size:18px;
    height:auto;
    position:sticky;
    top:102px;
    z-index:30;
    background-color:#fff;
}

.subMenu ul{
    width: 80%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;

}
.subMenu li{
    position: relative;
    padding:40px 20px 20px 20px;
    box-sizing:content-box;
}

.subMenu li .popup{
    position: absolute;
    background: linear-gradient(2deg, #F99ECA, #C77EDA, #94A2DE);
    background-size: 300% 300%;
    animation: popupBack 1s ease infinite;
    font-size: 14px;
    color:#fff;
    white-space: nowrap;
    top:-30px;
    left:50%;
    transform: translateX(-50%);
    padding:2px 5px;
    z-index: 10;

}

.subMenu a{
    position: relative;
}
.subMenu a span:nth-child(1){
	position: relative;
	z-index:3;
}

.subMenu li:hover a:after{
    width: 100%;
    transition: all 0.4s linear;
}

.subMenu li:hover a{
    color: #fff;
    transition: all 0.4s linear;

}
.subMenu a:after{
    background-image: linear-gradient(to left, #faaeca, #e198ec, #b3c1ff);
    width: 0;
    content: '';
    display: inline-block;
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
/*    mix-blend-mode: overlay;*/
}


.subMenu li .popup:after{
    content: '';
    display: block;
    width:10px;
    height: 10px;
    border-top: 5px solid #C77EDA;
    border-right: 5px solid #C77EDA;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left:50%;
    top:14px;
    transform: rotate(135deg);
    box-sizing: border-box;

}


.mainImg{
	display:block;
	margin: 0 auto;
	width:700px;
}

/* hrd영역 */

.hrd{
    background-color:#f2e7fb;
    padding-top: 45px;
  }

.hrdWrap{
    position: relative;
    max-width:745px;
    margin: 0 auto;
}

.tabContent{
    width: 510px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-bottom: 125px;

    border:1px solid #ffb2d9;
}

.tabContent:not(:first-child){
    margin-top: 100px;
}
.tabContent .tit{
    padding-top: 25px;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 100px;
}

.tabContent h3{
    font-family: 'Y Spotlight';
    font-weight: normal;
    letter-spacing: -2px;
}

.tabContent p{
    font-size: 14px;
    font-family: 'NanumSquare';
    margin-top: 25px;
    line-height: 1.4;
}

.tabContent p mark{
    background-color: #fbc6e0;
}

.tabContent section:not(:first-child){
    margin-top: 150px;
}

.messageWrap{
    margin-bottom: 80px;
}
/*
.messageBox{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}*/
.messageBoxLeft{
    position: relative;
    right: 117px;
}

.messageBoxRight{
    position: relative;
    left:117px;
    flex-direction: row-reverse;
}

.messageBox figure{
    position: absolute;
    top: 40px;
}

.messageBoxLeft figure{
    left:0;
}
.messageBoxRight figure{
    right: 0;
}

.messageBox article{
    font-size: 18px;
    font-family: 'NanumSquare';
    padding: 20px;
    font-weight: 600;
    color: #4f4f4f;
    position: relative;
}

.messageBox article em{
    position: absolute;
    bottom:-20px;
    right:20px;
}

.messageBox article strong{
    font-family: 'Y Spotlight';
    font-size: 32px;
    position: absolute;
    top:-20px;
}

.messageBoxLeft article strong{
    left:0px;
    color:#f99eca;
}

.messageBoxRight article strong{
    right:0;
    color:#c688d9;
}

.messageBoxLeft article{
    background-image: linear-gradient(to bottom,#b7e2ff,#dbc8f6);
    border-radius:20px 20px 20px 0;
    margin-left: 105px;
    box-shadow: 10px 10px 20px rgba(124, 135, 199, 0.3);
}

.messageBoxRight article{
    background-image: linear-gradient(to bottom,#dffbf6,#cdeaff);
    border-radius: 20px 20px 0 20px;
    margin-right: 105px;
    box-shadow: 10px 10px 20px rgba(124, 135, 199, 0.3);
}

.messageBox mark{
    background-color:#fff195;
}
.messageBox span{
    display: block;
    padding: 0 5px;
}

.messageBox .qna{
    display: block;
    width: 180px;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 42px;
    border:0;
    margin-top: 10px;
    background: linear-gradient(270deg, #fab9f8, #cbbee9);
    font-weight: 900;
    transition: all 0.6s;
}
.messageBox .qna:hover{
    transform: translate(-5px,-5px);
    box-shadow: 5px 5px 0 #94A2DE;
}

.messageBox .goHRD{
    display: block;
    width: 180px;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 42px;
    border:0;
    margin-top: 15px;
    background: #abc8fb;
    box-shadow: inset 0 -4px 4px #5e88d3 ;
    transition: all 0.2s;
}

.messageBox .goHRD:hover{
    background-color: #5e88d3;
}
.messageBox .goHRD:active{
    background-color: #3f64a3;
}

.messageBox a{
    color:#5e0bda
}

.messageBox .exImg{
    display: block;
    transform: translateX(-70px);
    margin-top: 20px;
    margin-bottom: 15px;
}

.messageBox .exImg2{
    display: block;
    height:120px;
    position: relative;
    margin-top: 15px;
}

.messageBox .exImg2 img{
    position: absolute;
    left: -150px;
    top: 20px;
}

.messageBox i{
    font-style: normal;
}

.messageBox .exProgress{
    background-color: #f2f2f2;
    border-radius: 6px;
    color:#6b6b6b;
    font-size: 16px;
    display: block;
    text-align: center;
    padding:10px;
    box-sizing: border-box;
    margin: 5px 0;
    
}

.messageBoxBottom{
    margin-top: 60px;
}

.messageBox .arrow{
    color: #d5d5d5;
}

.notification{
    width: 452px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding:15px;
    box-sizing: border-box;
    font-family: 'NanumSquare';
    margin-bottom: 20px;
    position: relative;
}

.notification:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
    background-color: #f5f5f5;
    border-radius: 20px;

}

.notification:after{
    content: '';
    width: 70%;
    position: absolute;
    bottom: 10px;
    left:50%;
    transform: translateX(-50%);
    height: 40px;
    background-color: rgba(0,0,0,0.4);
    filter: blur(30px);
}

.notification figure{
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex:1;
    margin-right: 20px;
    position: relative;
    z-index: 10;
}

.notification article{
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    flex: 5.4;
}

.notification strong{
    display: block;
    font-size: 18px;
    color:#333;
    font-weight: 900;
    margin-bottom: 6px;
    padding-top: 7px;
}

.notification span{
    font-size: 12px;
    display: block;
    color: #6f6f6f;
    line-height: 1.4;
    
}

.notification h4{
    position: absolute;
    top: -25px;
    animation: vZKGD 3s linear infinite alternate-reverse;
    background: linear-gradient(135deg,#fa00ff,#00e0ff 50%,#fa00ff);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 500%;
    color: #0000;
}

.progress .item{
    width: 370px;
    height: 164px;
    margin: 40px auto 0;
    border-radius: 20px;
}

.progress .item1{
    background-color: #e1f5fc;
}

.progress .item2{
    background-color: #daf0fd;
}

.progress .item3{
    background-color: #aedcfa;
}

.progress .item4{
    background-color: #72c4fc;
}


@keyframes vZKGD {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 12% 100%;
    }
}

  /* 애니메이션 영역 */
@keyframes popupBack {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }


#subwrap.hrdCenter{
	background-color:#f3f3f3;
}

.hrdCenter .mainBg{
		background-image:url(../images/hrdfirstBg01.png);	
}

.hrdEmployed .mainBg{
	background-image:url(../images/hrdBg02.jpg)
}
.hrdUnemployed .mainBg{
	background-image:url(../images/hrdBg03.jpg)
}
.hrdSpecialized .mainBg{
	background-image:url(../images/hrdBg04.jpg)
}

.mainBg{
	height:290px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:100%;
	background-position:left -70px;
}

.mainBg .inset .hd3{
	    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    padding: 0;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    font-weight: normal;
}

.mainBg .inset .hd2{
	    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    background: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.mainBg .inset .ft{
	    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    background: none;
    color: #fff;
    font-size: 36px;
    letter-spacing: 0.02em;
    display:block;
    margin-top:27px;
    margin-bottom:35px;
 
}

.mainBg .bar{
	position:relative;
}

.mainBg .bar:after{
	    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.mainBg .banner-inwrap{
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
}

.mainBg .smtxt{
	font-family:'NanumSquare';
	display:block;
	line-height:22px;
	font-size:13px;
}

.hrdSubMenu{
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
}
.hrdSubMenu ul{
	display:flex;
	background-color:#fff;
	border-radius:20px;

}
.hrdSubMenu ul li{
	line-height:67px;
	flex:1;
	text-align:center;
	position:relative;
	font-family: 'NanumSquare';
	font-size:18px;
}
.hrdSubMenu ul li a{
	display:block;
	background-color:#fff;
	border-radius:15px;
	transition:transform 0.5s, box-shadow 0.5s;
	position:relative
}

.hrdSubMenu ul li:hover a{
	font-weight:900;
	
}
.hrdSubMenu ul li.active{
	font-weight:900;
	z-index:3;
}
.hrdSubMenu ul li.active a{
	transform:translate(5px, -5px);
	box-shadow:3px 4px 5px rgba(0,0,0,0.3);
}

.hrdSubMenu ul li:not(.active,:first-child):after{
	content:'';
	width:2px;
	height:20px;
	background-color:#e4acea;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}

.hrdTabContent{
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	font-family:'NanumSquare';
	align-items:center;
	margin-top:40px;
	margin-bottom:100px;


}
.hrdTabContent>div{
	margin-bottom:10px;
}
.hrdTabContent h3{
	
	padding:15px 0 10px 20px;
	line-height:1;
	border-radius:10px;
	z-index:3;
	position:relative;
	transition:transfrom 0.5s;
	cursor:pointer;
	background-image: url(/img/sub/dot_04.gif);
    background-position:5px center;
   	background-repeat:no-repeat;
}
.hrdTabContent h3.active{
	padding-left:15px;
	background-color:#f3bbf1;
	color:#fff;	
	box-shadow:3px 3px 10px rgba(0,0,0,0.2);
	transform:translate(-5px,-5px);	
	    background: linear-gradient(-152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
	
}
.hrdTabContent h3:hover{
	background-color:#ffd4fd;
}
.hrdTabContent .tabWrap{

	padding:60px 60px 40px;
	background-color:#fff;

	border-radius:0 0 10px 10px;
	transform:translateY(-15px);


}

.tabCon4 .tabWrap{
	padding:0;
}
.hrdTabContent>div:first-child{
	display:block;
	margin-bottom:40px;
}


/*tabCon1 영역*/
.tabCon1 .tabWrap{
	display:flex;
	font-size:14px;
}

.tabCon1 p{
	margin-bottom:25px;
	padding-left:15px;

}

.tabCon1 article{
	margin-left:40px;
}

.tabCon1 mark{
	background-color:#f2f2f2;
	font-weight:900;
}

.tabCon1 h4{
		color:#2e2e2e;
	font-weight:900;
	font-size:20px;	
	margin-top:10px;
	margin-bottom:10px;
	background-position:0 center;
}



/*tabCon2 영역*/

.tabCon2 ul{
	display:flex;
	text-align:center;
	justify-content:center;
}

.tabCon2 li{
	flex:1;

}

.tabCon2 ul p{
	color:#2e2e2e;
	font-weight:900;
	font-size:20px;	
	margin-top:10px;
	margin-bottom:10px;
}

.tabCon2 ul span{
	display:block;
	font-size:14px;
	line-height:1.2;
}

.tabCon2 figure{
	height:70px;
	display:flex;
	align-items:flex-end;
	justify-content:center;
}

.tabCon2 article{
	background-color:#f0f0f0;
	border-radius:25px;
	margin-top:40px;
	padding:35px;
	text-align:center;
	font-size:14px;
}


/*재직자과정 안내*/


.hrdContext{
	font-family:'NanumSquare'
}

.hrdContext .hrdContent{
	margin-top:40px;
	width:1180px;
	margin-left:auto;
	margin-right:auto;
}

.hrdContext .hrdContent h3{
	font-size:24px;
	font-weight:900;
	text-align:center;
}

.hrdContext .hrdContent .tit p{
	font-size:14px;
	margin-top:10px;
	text-align:center;
	letter-spacing:-1px;
}
.hrdContext .hrdContent .tit .description{
	font-size:16px;
	color:#363636;
	margin-top:20px;
	letter-spacing:0;
}

.hrdContext .hrdContent .tit .description span{
	color:#c696eb;
	font-weight:700;
}


.supported .txtBox h4{
	background-image:none;
	padding:0;
	font-size:20px;
	font-weight:900;
	text-align:center;
	margin-top:120px;
	color:#363636;
	margin-bottom:0;
}

.supported .txtBox p mark{
	background-color:transparent;
	font-weight:bold;
	color:#111;
	border-bottom:1px solid #111;
	padding-bottom:1px;
}

.supported .txtBox p{
	font-size:14px;
	margin-top:5px;
	text-align:center;
	letter-spacing:-1px;
}


.supported .imgBox{
	display:flex;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	justify-content:space-between;
}

.supported .imgItem{
	width:260px;
	position:relative;
}

.supported .imgItem:after{
	content:'';
	width:1px;
	height:30px;
	border-right:2px dashed pink;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-15px;
}

.supported .imgItem:last-child:after{
	content:none;
}

.supported .pic{
	width:180px;
	height:180px;
	overflow:hidden;
	margin:0 auto;
	
}
.supported .imgBox img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	margin-top:-10px;
}

.supported .imgBox p{
	font-size:18px;
	font-weight:700;
	text-align:center;
	color:#363636;
	margin-top:12px;
}

.hrdContext .hrdConBox{
	border-radius: 10px;
	display:flex;
	margin:40px auto 0;
	flex-wrap:wrap;
	padding:20px;
	width:800px;
	background-color:#f6f6f6;
	border:1px dashed #ccc;
}



.hrdUnemployed .hrdConBox{
	width:1000px;
}
.hrdContext .box:first-child{
	width:100%;
	margin-bottom:20px;	
	background-color:#fff;
	border-radius:10px;
}
.hrdContext .box{
	width:50%;
	text-align:center;
	position:relative;

	padding:20px 0;
}

.hrdContext .box li{
	font-size:14px;
	width:90%;
	margin:0 auto 3px;
	
}
.hrdContext .box ul{
	margin-top:6px;
}


.hrdContext .box:nth-child(2) li{
	text-align:left;
}

.hrdSpecialized .box:nth-child(3) li{
	text-align:left;
}
.hrdContext .box li:before{
	content:'∙';
}
.hrdContext .hrdConBox span{
	font-size:14px;
}

.hrdContext .box:nth-child(2):after{
	content:'';
	width:1px;
	height:30px;
	background-color:#ddd;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}

.hrdContext .box h5{
	font-size:18px;
	color:#363636;
	font-weight:900;
	margin-top:5px;
	margin-bottom:5px;
}

.hrdContext .box figure{
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.hrdContext .hrdConBox2{
	background-color:transparent;
	border:0;
}

.hrdContext .hrdConBox2 .box{
	width:100%;
    padding:0;
}

.hrdContext .hrdConBox2 .box:after{
	content:none;
}

.hrdContext .hrdConBox2 table{
		font-size:14px;
		margin-top:12px;
}

.hrdContext .hrdConBox2 table td,
.hrdContext .hrdConBox2 table th{
		padding-top:10px;
		padding-bottom:10px;	
		border-left:1px solid #ddd;
		border-bottom:1px solid #ddd;
}

.hrdContext .hrdConBox2 .categoriase{
	width: 45%;
}
.hrdContext .hrdConBox2 .over140{
	width:25%;
}
.hrdContext .hrdConBox2 .under140{
	width:30%;
		border-right:1px solid #ddd;
}

.hrdContext .hrdConBox2 table th{
	border-top:1px solid #ccc;
	font-size:16px;
	background-color:#f2f2f2;
	font-weight:500;
}


.classes{
		/*background-image:url(../images/hrdBg02.jpg);*/
		padding:40px 0 120px;
}
.cardContainer{
	display:flex;
	flex-wrap:wrap;
	width:1180px;
	margin-left:auto;
	margin-right:auto;	
	margin-top:80px;
	justify-content:center;
}
.classCard{
	width:370px;
	margin-right:23px;
	background-color:#fff;
	border:1px solid #eee;
	border-radius:5px;
	overflow:hidden;
	backdrop-filter:blur(14px);
	background-color:rgba(255,255,255,0.1);
	margin-bottom:20px;

}

.classCard a{
		cursor:auto;
}

.classCard:hover{
	background-color:#eee;
	border-color:#ccc;
}

.classCard:last-child{
	margin-right:0;
}


.classCard .pic{
	height:200px;
	overflow:hidden;
}

.classCard .pic img{
	height:100%;
	transition:all 2s;
	display:block
}

.classCard:hover img{
	transform:scale(1.1);
}

.classCard .txt{
	padding:15px;
	line-height:1.2;
	width:100%;
}

.classCard strong{
	font-size:12px;
}

.classCard h4{
	margin:0;
	padding:0;
	background-image:none;
	font-size:18px;
	margin-top:5px;
	width:100%;
}
.classCard p{
	margin-top:10px;
}
.classCard p span:before{
	content:'#';
}

.classCard p span:not(:last-child):after{
	content:',';
}


/*과목배너 백그라운드 이미지들*/

.lec_sub_banner.hrd-game .lec_banner-inwrap .design-fst-tag:nth-child(1) .bg {
    background-image: url(../images/game-mainBg01.jpg) !important;
}
.lec_sub_banner.hrd-game .lec_banner-inwrap .design-fst-tag:nth-child(2) .bg {
    background-image: url(../images/game-mainBg02.jpg) !important;
}
.lec_sub_banner.hrd-interior .lec_banner-inwrap .design-fst-tag:nth-child(1) .bg {
    background-image: url(../images/interior-mainBg01.jpg) !important;
}
.lec_sub_banner.hrd-interior .lec_banner-inwrap .design-fst-tag:nth-child(2) .bg {
    background-image: url(../images/interior-mainBg02.jpg) !important;
}
.lec_sub_banner.hrd-editorial .lec_banner-inwrap .design-fst-tag:nth-child(1) .bg {
    background-image: url(../images/editDesign-mainBg01.jpg) !important;
}
.lec_sub_banner.hrd-editorial .lec_banner-inwrap .design-fst-tag:nth-child(2) .bg {
    background-image: url(../images/editDesign-mainBg02.jpg) !important;
}
.lec_sub_banner.hrd-web .lec_banner-inwrap .design-fst-tag:nth-child(1) .bg {
    background-image: url(../images/web-mainBg01.jpg) !important;
}
.lec_sub_banner.hrd-web .lec_banner-inwrap .design-fst-tag:nth-child(2) .bg {
    background-image: url(../images/web-mainBg02.jpg) !important;
}

.lec_sub_banner.hrd-ae .lec_banner-inwrap .design-fst-tag:nth-child(1) .bg {
    background-image: url(../images/ae-mainBg01.jpg) !important;
}
.lec_sub_banner.hrd-ae .lec_banner-inwrap .design-fst-tag:nth-child(2) .bg {
    background-image: url(../images/ae-mainBg02.jpg) !important;
}

.lec_sub_banner.hrd-cad .lec_banner-inwrap .design-fst-tag:nth-child(1) .bg {
    background-image: url(../images/cad-mainBg01.jpg) !important;
}
.lec_sub_banner.hrd-cad .lec_banner-inwrap .design-fst-tag:nth-child(2) .bg {
    background-image: url(../images/cad-mainBg02.jpg) !important;
}

.lec_sub_banner.hrd-ai .lec_banner-inwrap .design-fst-tag:nth-child(1) .bg {
    background-image: url(../images/ai-mainBg01.jpg) !important;
}
.lec_sub_banner.hrd-ai .lec_banner-inwrap .design-fst-tag:nth-child(2) .bg {
    background-image: url(../images/ai-mainBg02.jpg) !important;
}

.lec_sub_banner.hrd-ps .lec_banner-inwrap .design-fst-tag:nth-child(1) .bg {
    background-image: url(../images/ps-mainBg01.jpg) !important;
}
.lec_sub_banner.hrd-ps .lec_banner-inwrap .design-fst-tag:nth-child(2) .bg {
    background-image: url(../images/ps-mainBg02.jpg) !important;
}

.lec_sub_banner.hrd-acc .lec_banner-inwrap .design-fst-tag:nth-child(1) .bg {
    background-image: url(../images/acc-mainBg01.jpg) !important;
}
.lec_sub_banner.hrd-acc .lec_banner-inwrap .design-fst-tag:nth-child(2) .bg {
    background-image: url(../images/acc-mainBg02.jpg) !important;
}

.lec_sub_banner.hrd-java .lec_banner-inwrap .design-fst-tag:nth-child(1) .bg {
    background-image: url(../images/java-mainBg01.jpg) !important;
}
.lec_sub_banner.hrd-java .lec_banner-inwrap .design-fst-tag:nth-child(2) .bg {
    background-image: url(../images/java-mainBg02.jpg) !important;
}



.curriDeTIt {padding-top:0px !important; margin-bottom:0 !important;}
#qna_top_banner {box-shadow:none;}
.skill_hide .inlist{
	display:none;
}
.skill_hide{
	padding-top:80px;
}
	.skillSet{    
	background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding-bottom:60px;
    }
    
    .skillSet .titset{
    display: inline-block;
    vertical-align: top;
    min-width: 345px;
    padding: 20px 0 29px 25px;
    }
    
    .skillSet .titset h3{
    font-size: 10px;
    font-family: NotoSansKR-Black;
    background: none;
    padding: 0;
    }
    
    .skillSet .titset span{
        color: #727272;
    font-size: 13.34px;
    font-family: NotoSansKR-Regular;
    }
    
    .skillSet:after{
    content: "";
    display: block;
    width: 21px;
    height: 77px;
    background: url(../images/skiltit.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 22px;
    margin: auto;
    right: 20px;
	}	
	
	.skillIconSet{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.skillIconSet ul{
		display:flex;
		justify-content:space-between;
		text-align:center;
	}
	
	.skillIconSet li{
		padding:0 52px;
		position:relative;
	}
	
	.skillIconSet li:not(:last-child):after{
		content:'';
		width:1px;
		height:54px;
		background-color:#ccc;
		position:absolute;
		right:0;
		top:0;
	}

	
	.skillIconSet img{
		height:56px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.skillIconSet li span{
		display:block;
		font-size:14px;
		font-family:'nanum square';
		margin-top:20px;
	}
	
	
.typeHRD .curri_FocTit {
    position: relative;
}	
.typeHRD .curri_FocTit .hd4 {
    font-size: 16px;
    color: #212121;
    font-weight: normal;
    letter-spacing: 9px;
    margin: 0;
    background: none;
    position: relative;
    display: inline-block;
}	
.typeHRD .curri_FocTit .subtxt {
    color: #595858;
    font-size: 13.34px;
    margin-top: 3px;
    letter-spacing: -0.05em;
}

.typeHRD .curri_FocTit .subtxt {
    color: #595858;
    font-size: 13.34px;
    margin-top: 3px;
    letter-spacing: -0.05em;
}

.typeHRD .curri_FocTit h4 span.bold {
    font-family: 'NotoSansKR-Bold';
}
.typeHRD .curri_FocTit .hd4::before {
    content: "";
    display: block;
    width: 354px;
    height: 46px;
    background: url(/img/sub/curri_FocTit_left.png) no-repeat 0 0;
    position: absolute;
    top: 11px;
    left: -369px;
}
.typeHRD .curri_FocTit .hd4::after {
    content: "";
    display: block;
    width: 354px;
    height: 46px;
    background: url(/img/sub/curri_FocTit_right.png) no-repeat 0 0;
    position: absolute;
    top: 11px;
    right: -369px;
}
	.focusBox{
	    flex: 1;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #b2b2b2;
    padding: 35px 25px 35px 25px;
    position: relative;
    z-index: 1;
    }
    
    .focusBox:not(:last-child){
        margin-right:25px;
    }
    
    .focusBox h5{
    	font-size:19px;
    	font-family: 'Y_Spotlight';
    	transform: rotate(-0.1deg);
    	color: #2e2e2e;
    	line-height:1.1;
    	font-weight:bold;
    	margin-bottom:18px;
    }
    
    .typeHRD{
    width: 1222px;
    margin: 5px auto 0;
    position: relative;
    z-index: 1;
    }
    
.typeHRD .curri-focus-content {
    display: flex;
    position: relative;
    margin-top:10px;
}

.typeHRD .curri-focus-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 0;
    right: 0;
    background: linear-gradient(152deg, rgba(193,191,230,1) 0%, rgba(234,136,222,1) 100%);
    z-index: 0;
}

.typeHRD .stxt{
	font-size:14px;
	line-height:1.34;
	font-family:'NanumSquare';
	letter-spacing:-0.6px;
	color:#747474;
}

.N_curriDeTIt-outer.hrdVer{
	margin-top:-50px;
}

.hrdVer .N_curriTable{
	bottom:40px;
}

.hrdVer.N_curriDeTIt-outer::after{
	top:30px;
	bottom:55px;

}


.hrdPf{
	margin-top:86px;
	width:100%;
	overflow:hidden;

}

.hrdPf .tit{
	width:1180px;
	margin-left:auto;
	margin-right:auto;
}
.hrdPf h4{
font-size: 25px;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    font-weight: normal;
}


.hrdPf h4 .smtxt{
	font-size: 15px;
}
.hrdPf .wrap{
	height:500px;
	background-image:url(../images/portfolioBg1.jpg);
	background-size:cover;
	background-position:center;
	position:relative;
}

.marquee-box.differ .marquee-in.hrdVer {

	background-image:url(../images/portfolioLineTit.svg);
}

.pfTit{

	width:1180px;
	margin-left:auto;
	margin-right:auto;
	
}

.pfTit .titBox{
	width:230px;
	height:320px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding-top:90px;
	align-items:flex-start;
	box-sizing:content-box;
}

.pfTit .titBox h5{
	font-size: 25px;
    font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    color: #2e2e2e;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 18px;
    border-bottom:1px solid #404040;
    padding-bottom:10px;
    padding-right:25px;
}
.pfTit .titBox p{
	font-size:14px;
	color:#444;
	font-family:'NanumSquare';
	margin-bottom:10px;
	font-weight:600;
}


.pfNxt{
	position:relative;
	width:130px;
	height:40px;	
	overflow:hidden;	
}


.pfNxt .arr{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:130px;
	height:40px;
}
.pfNxt .arr:after{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#666;
	position:absolute;
	bottom:0;
	left:0;
}
.pfNxt .arr:before{
	width:24px;
	height:1px;
	background-color:#666;
	transform:rotate(35deg);
	content:'';
	display:block;
	position:absolute;
	bottom:7px;
	right:-1px;
}



.pfCarousel{
	
	width:1400px;
	position:absolute !important;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	margin-left: 400px;
	margin-top:10px;
	display:flex;
	height:auto !important;
}


.pfCarousel .card a{
	display:block;
	overflow:hidden;
	border-radius:20px;
	background-color:#fff;
	height:320px;
	width:250px;
	box-shadow:4px 4px 10px rgba(0,0,0,0.2);
	margin-bottom:15px;
	margin-right:15px;
	
}

.pfCarousel figure{
	height:260px;
	overflow:hidden;
	background-color:powderblue;
	position:relative;
}
.pfCarousel figure img{
	display:block;
	height:100%;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:0;
	
}
.pfCarousel article{
	padding-top:20px;
	padding-left:20px;
	font-family:'NanumSquare';
	position:relative;
	}
	
.pfCarousel h6{
	font-size:14px;
	color:#666;
}

.pfCarousel h6 span{
	font-weight:900;
	color:#111;
}

.port-click{
	position:absolute;
	top:10px;
	right:10px;
}
.port-click:before{
	content:'❤';
	color:red;


}


.txtinfo{
font-family: 'GmarketSansLight';
    color: #666;
    font-size: 29px;
    margin: 0 auto;
    letter-spacing: -0.07em;

}
.txtinfo .row{
	display:flex;
	justify-content:center;
	z-index:1;
	max-width: 1000px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}


.txtinfo .row:last-child{
	margin-top:36px;
	margin-bottom:36px;
}

.txtinfo .row p{
	font-size:16px;
	text-align:center;
	font-family:'NanumSquare';
	
}


.txtinfo .hash-txt{
	line-height: 1;
    padding: 8px 0 2px;
}

.txtinfo .hashbox{
    margin-right:5px;
    margin-left:5px;
    margin-bottom:10px;
    }
    
.hashbox .in{
	background-color: #f3f3f3 !important;

}
.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;
	z-index:1;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



/*hrd 폼 부분*/

.lecture-total-frmset .section.liccoast.hrdQna .coast-inputbg{
	top:-51px;

}

.lecture-total-frmset .section.liccoast .bg .ban{
	    background: url(/m/img/lecture/fst/inquiry-phonebg-banngerbg-imgNEW.jpg) no-repeat 0 0 / 100% !important;
}


.hrdQna .titset {
    width: 1180px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    letter-spacing: -0.05em;
}

.hrdQna .subject-set {
    position: relative;
    z-index: 100;
}

.hrdQna .topbar {
    position: relative;
    height: 1px;
}

.hrdQna .subject-set .subject.grid2{
	padding: 1px 0;
	    min-height: 272px;
    display: flex;
    align-items: center;
        width: 1180px;
    margin: 0 auto;
    position: relative;


}


.formWrap{
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}


.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;
}

.progress{
	
	width:800px;
	display:flex;
	padding:0 30px;
	margin:0 auto 0;
	margin-top:40px;
}

.progress .prBox{
	width:180px;
	padding:2px;
	overflow:hidden;
	height:130px;
	margin-right:24px;
	position:relative;
}

.progress2{
	justify-content:flex-end;
	margin-top:0;
}

.progress .prBox:after{
	content:'';
	position:absolute;
	top:0;
	left:-100%;
	width:100px;
	height:130px;
	filter:blur(20px);
	background-color:#784dd1;
	animation-duration:1s;
	animation-fill-mode:forwards;
	animation-timing-function:linear;

}

.progress.active .prBox:after{
	animation-name:moveshadow
}

.progress .pr2:after{animation-delay:0.4s;}
.progress .pr3:after{animation-delay:0.8s;}
.progress .pr4:after{animation-delay:1.2s;}
.progress .pr5:after{animation-delay:1.6s;}
.progress .pr6:after{animation-delay:2s;}


@keyframes moveshadow{
		
	from{
	left:-100%;
	}
	
	to{
	left:120%;
	}	
}


.progress .pr1{
	background-image:linear-gradient(90deg, rgba(255,212,255,1) 0%, rgba(248,192,234,1) 100%);
}

.progress .pr2{
	background-image:linear-gradient(90deg, rgba(248,192,234,1) 80%, rgba(184,162,230,1) 100%);
	
}
.progress .pr3{
	background-image:linear-gradient(90deg, rgba(184,162,230,1) 0%, rgba(164,142,210,1) 100%);

}
.progress2 .pr4{
	background-image:linear-gradient(90deg, rgba(164,142,210,1) 0%, rgba(184,162,230,1) 100%);
	
}
.progress2 .pr5{
	background-image:linear-gradient(90deg, rgba(184,162,230,1) 0%, rgba(248,192,234,1) 100%);

}
.progress2 .pr6{
	background-image:linear-gradient(90deg, rgba(248,192,234,1) 0%, rgba(255,212,255,1) 100%);

}


.progress .prBox div{
	width:100%;
	height:100%;
	background-color:#fff;

	padding-left:27px;
	padding-top:10px;
	padding-bottom:20px;
	position:relative;
	z-index:2;
}

.progress .prBox:nth-child(1){margin-bottom:15px}

.progress .prBox:nth-child(2){margin-bottom:15px}

.progress .prBox strong{
	font-size:20px;
	display:block;
	font-family: 'Y_Spotlight';
    rotate :-0.1deg;
    color:#444;
    font-weight:900;
}

.progress .prBox p{
	font-family:'NanumSquare';
	font-weight:700;
	font-size:18px;
	margin-top:25px;
	line-height:1.2;
	color:#6a6a6a;
	letter-spacing:-1px
}

.mainContent{
	width:650px;
	box-shadow:5px 5px 20px rgba(0,0,0,0.2);
	border-radius:20px;
	display:flex;
	justify-content:space-between;	
	background-color:#fff;

}

.mainContent .titBox{
	width:320px;
	padding:150px 40px 60px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	font-size:20px;
	color:#363636;
	letter-spacing:-1px;
}

.mainContent em{
	font-style:normal;
	width:100%;
	line-height:1.15;
}

.mainContent .titBox p{
	margin-top:80px;
	width:100%;
}

.mainContent .titBox span{
	display:block;
	font-size:14px;
	font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
 
}

.mainContent .titBox a{
	font-size:25px;
		font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    display:block;
    
}

.mainContent .titBox b{
	font-size:12px;
	font-family:'NanumSquare';
	color:#575757;
	line-height:1.1;
	display:block;
}


.hrdCost{
	font-family: 'Y_Spotlight';
    transform: rotate(-0.1deg);
    color:#232323;
    margin-top:100px;
    padding-right:40px;
    width:340px;
}
.hrdCost dt{
	font-size:20px;
	flex:1
}
.hrdCost dd{
	font-size:20px;
	flex:3
	}
.hrdCost dd input[type=text]{
	width:100%;
}
.hrdCost dl{
	display:flex;
}
.hrdCost li:not(:last-child){
	margin-bottom:10px;
	padding-bottom:12px;
}
.hrdCost li:last-child{
	margin-top:40px;
}

.hrdCost dd{
	font-family:'NanumSquare';
	font-size:16px;
	line-height:28px;
	letter-spacing:-1px;
	color:#515151
}

.hrdCost li .infotxt{
	display:flex;
	font-family:'NanumSquare';
	color:#666;
	font-size:12px;
	letter-spacing:-1px;
	transform:translate(30px,90px);
	white-space:nowrap;
}


.hrdCost .rsbtn{
	display:block;
	width:265px;
	color:#fff;
	border-radius:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:50px;
	    background: linear-gradient(270deg, #fab9f8, #cbbee9);
    background-size: 400% 400%;
    animation: AnimationName 15s ease infinite;
}

.hrdCost input{
	border-bottom:1px solid #ddd;
	width:100%;
}
.hrdCost .inputset{
	border:0;
	width:100%;
}
.hrdCost .autoset{
	display:flex;
	align-items:center;
}
.hrdCost .autoset input,
.hrdCost .autoset select{
	min-width:50px;
}
.hrdCost .autoset .inputbar{
	margin:0 10px;
}

@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/*.inquery-resultbox>div{
	position:relative;
	width:650px;
	margin-left:auto;
	padding-top:60px;
}

.inquery-resultbox>div:after{
	content:'';
	width:1px;
	height:87px;
	background-color:#ccc;
	position:absolute;
	top:-16px;
	left:50%;
}*/

.liccoast{
	padding-top:102px;
	margin-top:0 !important;
	background-image:url(../images/hrdformbg.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	background-color:#fff;
	padding-bottom:75px;
	
}

.lecture-total-frmset{
	padding-bottom:0;
}



.goToQna{
	position:fixed;
	left:40px;
	top:50%;
	translate:0 -50%;
	z-index:50;
	display:none;
	
}
.goToQna figure img{
	width:80px;
}

.qnaWrap{
	display:flex;
}

.qnaWrap p{
    background-image: linear-gradient(45deg, #7b40f7 30%,#b7e2ff 100%);
    border-radius:20px 20px 20px 0;
    box-shadow: 5px 5px 10px rgba(124, 135, 199, 0.3);
    padding:15px 10px 7px;
	font-size:14px;
	color:#fff;

}

.goToQna button{
	display:block;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	border-radius:4px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background-color:#6c79f8;
	font-weight:bold;
	cursor:pointer;
	position:relative;
    box-shadow: 2px 2px 6px rgba(124, 135, 199, 0.3);	
	overflow:hidden;	
}

.goToQna button:after{
	content:'';
	position:absolute;
	animation:moveshadow 4s infinite linear; 
	width:40px;
	height:100%;
	background-color:#b7e2ff;
	filter:blur(20px);
}
