@charset "UTF-8";

/*-------------------------------------------------------------------
	분류그룹 : 유틸리티
	속성순서 : 레이아웃, 박스 모델, 배경, 폰트/정렬, 기타
-------------------------------------------------------------------*/
.reco{display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start;}
.reco >li{width: calc((100% - 1.875rem - 1.875rem) / 3); margin-left: 1.875rem; border: 1px solid #E0E0E0;}
.reco >li:nth-child(3n-2){margin-left: 0;}
.reco >li >a{display: block; position: relative; height: 10.3125rem; padding: 1.25rem 1rem 1.25rem 16.625rem; padding-left: 16.625rem;}
.reco >li >a.specialty .imgs:before{content: "전문과정"; display: block; position: absolute; top: 0; right: 1.25rem; z-index: 1; width: 2.625rem; height: 2.1875rem; padding: 0.1rem 0.6rem 0.6rem 0.6rem; background: url(../images/sub/board/board_img21.svg) no-repeat center center; background-size: 100% auto; font-size: 0.75rem; color: #fff; text-align: center;text-indent: 0; box-sizing: border-box;}
.reco >li >a.open .imgs:before{content: "열린과정"; display: block; position: absolute; top: 0; right: 1.25rem; z-index: 1; width: 2.625rem; height: 2.1875rem; padding: 0.1rem 0.6rem 0.6rem 0.6rem; background: url(../images/sub/board/board_img22.svg) no-repeat center center; background-size: 100% auto; font-size: 0.75rem; color: #fff; text-align: center;text-indent: 0; box-sizing: border-box;}

.reco >li >a .imgs{
	overflow: hidden; display: block; position: absolute; top: -1px; left: -1px; width: 15.625rem; height: calc(10.3125rem + 2px); 
	
}
.reco >li >a .imgs span{
	overflow: hidden; display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; text-indent: -9999px;
	-webkit-transform: scale(1); transform: scale(1);
	-webkit-transition: all 0.2s linear; transition: all 0.2s linear;
}
.reco >li >a:hover .imgs span{
	-webkit-transform: scale(1.1); transform: scale(1.1);
}
.reco >li >a span{display: inline-flex; }
.reco >li >a span i{display: inline-block; min-width: 3.75rem; margin-right: 0.25rem; padding: 0.22rem 1.125rem; border: 1px solid #E0E0E0; color: #000; font-size: 0.875rem; font-weight: 600; text-align: center; background-color: #fff; border-radius: 5px; font-style: normal; }
.reco >li >a span i:last-child{margin-right: 0;}
.reco >li >a span i[data-color="2"]{background-color: #413C7F; border-color: #413C7F; color: #fff; font-weight: 500;}
.reco >li >a strong{overflow: hidden; display: block; display: -webkit-box; height: 4.875rem; font-size: 0.9375rem; color: #000; font-weight: 500; letter-spacing: -0.3px; word-break: break-word; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 4; text-overflow: ellipsis;}
.reco >li >a span:not(.imgs) + strong{margin-top: 0.9375rem;}
.reco >li >a:hover strong{text-decoration: underline;}

@media screen and (max-width: 1640px){
	.reco >li >a{padding: 1.25rem 1rem 1.25rem 14rem;}
	.reco >li >a .imgs{width: 13rem;}
}
@media screen and (max-width: 1500px){
	.reco >li{width: calc((100% - 1rem - 1rem) / 3); margin-left: 1rem;}
	.reco >li >a{height: auto; padding: 1rem 0.85rem;}
	.reco >li >a .imgs{position: relative; top: auto; left: auto; width: 100%; height: 12rem; margin-bottom: 1rem;}
	.reco >li >a.specialty .imgs:before,
	.reco >li >a.open .imgs:before{right: 0.75rem;}
	.reco >li >a strong{height: 2.4rem; -webkit-line-clamp: 2;}
	.reco >li >a span:not(.imgs) + strong{margin-top: 0.65rem;}
}
@media screen and (max-width: 1200px){
	.reco >li >a .imgs{height: 10rem;}
}
@media screen and (max-width: 840px){
	.reco >li >a .imgs{height: 9rem;}
}
@media screen and (max-width: 640px){
	.reco >li >a .imgs{height: 8rem;}
}
@media screen and (max-width: 540px){
	.reco >li{width: 100%; margin-left: 0;}
	.reco >li:not(:first-child){margin-top: 0.75rem;}
	.reco >li >a .imgs{height: 10rem;}
}


/*-------------------------------------------------------------------
	분류그룹 : 로그인
	속성순서 : 레이아웃, 박스 모델, 배경, 폰트/정렬, 기타
-------------------------------------------------------------------*/
#login{position: relative; z-index: 1; padding: 1.875rem; background-color: #F7F7F7;}
#login:before{content: ""; display: block; position: absolute; top: 1.875rem; left: 1.875rem; z-index: -1; width: calc(100% - 1.875rem - 1.875rem); height: calc(100% - 1.875rem - 1.875rem); background-color: #fff; border: 1px solid #E0E0E0; box-sizing: border-box;}
#login .inners{max-width: 34rem; margin: 0 auto; padding: 3.4375rem 2rem 3.125rem;}
#login .inners .t{display: block; font-size: 1.375rem; color: #000; font-weight: 600; text-align: center;}
#login .inners .t + [data-skin="input"]{margin-top: 2rem;}
#login .inners [data-skin="input"] + [data-skin="input"]{margin-top: 0.625rem;}
#login .inners [data-skin="input"] input{height: 3.75rem;border-radius: 15px;}
#login .inners [data-skin="check"]{margin-top: 1.25rem; }
#login .inners [data-skin="btn"]{display: block; margin-top: 2rem; border-radius: 15px;}
#login .inners [data-skin="btn"] + [data-skin="btn"]{margin-top: 0.9375rem;}
#login .inners .tip_box{margin-top: 3rem; text-align: center;}
#login .inners .tip_box [data-skin="tip"]{display: inline-block;}
#login .inners .link-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 1rem;
    gap: 1rem;
}
#login .inners .link-group li {
	position: relative;
}
#login .inners .link-group li .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: auto;
    height: 3rem;
    padding: 0 1rem;
    border: 0;
    color: gray;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.4s ease-in-out;
}
#login .inners .link-group li .btn-txt {
    height: 3rem;
    padding: 0 1rem;
}

#login .inners .link-group > li .btn-txt:hover {
    background-color: #413c7f14;
    box-shadow: none;
    border-radius: 15px;
}
#login .inners .link-group > li + li::before {
    position: absolute;
    top: 50%;
    left: -8%;
    content: "";
    width: 1px;
    height: 1.6rem;
    background-color: lightgray;
    transform: translateY(-50%);
}

@media screen and (max-width: 640px){
	#login{padding: 1.5rem;}
	#login:before{top: 1.5rem; left: 1.5rem; width: calc(100% - 1.5rem - 1.5rem); height: calc(100% - 1.5rem - 1.5rem);}
	#login .inners{padding: 2.75rem 1.5rem;}
	#login .inners [data-skin="input"] + [data-skin="input"]{margin-top: 0.5rem;}
	#login .inners [data-skin="input"] input{height: 3.125rem; border-radius: 10px;}
	#login .inners [data-skin="check"]{margin-top: 1rem;}
	#login .inners [data-skin="btn"]{margin-top: 1.75rem; padding: 0.85rem 1rem; font-size: 1rem; border-radius: 10px;}
	#login .inners [data-skin="btn"] + [data-skin="btn"]{margin-top: 0.75rem;}
	#login .inners .tip_box{margin-top: 1.5rem;}
}

@media screen and (max-width: 440px){
	#login{padding: 1rem;}
	#login:before{top: 1rem; left: 1rem; width: calc(100% - 1rem - 1rem); height: calc(100% - 1rem - 1rem);}
	#login .inners{padding: 2.25rem 1.25rem;}
	#login .inners .link-group {
	    gap: 0.5rem;
	}
	#login .inners .link-group > li + li::before {
	    left: -4%;
	}
	#login .inners .link-group li .btn-txt {
		padding: 0 0.5rem;
	}
}

/*-------------------------------------------------------------------
	분류그룹 : 학습현황
	속성순서 : 레이아웃, 박스 모델, 배경, 폰트/정렬, 기타
-------------------------------------------------------------------*/
#mymain{}
#mymain .status{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 1.5625rem 2rem 1.5625rem 3.375rem; background: linear-gradient(94deg, #413C7F 0.62%, #60679D 41.51%, #B07AA3 100%); border-radius: 15px; box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.30);}
#mymain .status >div{width: calc((100% - 1.375rem - 1.375rem - 1.375rem) / 4);}
#mymain .status >div strong{display: block; max-width: 9rem; font-size: 2rem; color: #CECFF8; font-weight: 400;}
#mymain .status >div strong b{color: #fff; font-weight: 600;}
#mymain .status >div p{margin-top: 1.6875rem; color: #CECFF8; font-size: 1.125rem; font-weight: 400;}
#mymain .status >div p u{text-decoration: underline; text-underline-position: under;}
#mymain .status >div p u span{color: #fff;}
#mymain .status >ul{display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;  width: calc(100% - ((100% - 1.375rem - 1.375rem - 1.375rem) / 4) - 1.375rem); margin-left: 1.375rem;}
#mymain .status >ul >li{display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-between; width: calc((100% - 1.375rem - 1.375rem) / 3); margin-left: 1.375rem; padding: 2.5rem; background-color: #fff; border-radius: 15px;}
#mymain .status >ul >li:first-child{margin-left: 0;}
#mymain .status >ul >li div{width: calc(100% - 9.5rem);}
#mymain .status >ul >li:before{content: ""; display: block; width: 7.5rem; height: 7.5rem; background-repeat: no-repeat; background-position: center center; background-size: 100% auto;}
#mymain .status >ul >li:nth-child(1):before{background-image: url(../images/sub/sub_img01.svg);}
#mymain .status >ul >li:nth-child(2):before{background-image: url(../images/sub/sub_img02.svg);}
#mymain .status >ul >li:nth-child(3):before{background-image: url(../images/sub/sub_img03.svg);}
#mymain .status >ul >li div strong{display: inline-block; position: relative; padding-bottom: 0.35rem; color: #000; font-size: 1.125rem; font-weight: 600;}
#mymain .status >ul >li div strong:before{content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #E9E9E9;}
#mymain .status >ul >li div span{display: block; margin-top: 1rem; color: #000; font-size: 1.125rem; font-weight: 500;}
#mymain .status >ul >li div span b{font-size: 3.125rem; font-weight: 600; color: #413C7F;}
#mymain .wraps{position: relative;}
#mymain .wraps .table tbody tr th{background-color: #F6F5FA;}
#mymain .wraps .table tbody tr td{padding: 0.5rem 1.875rem; text-align: left}
#mymain .wraps .table .flex{display: flex; align-items: center; justify-content: space-between;}
#mymain .wraps .table .flex [data-skin="btn"]{margin-left: 1rem;}
#mymain .wraps [data-type="more"]{position: absolute; top: -3rem; right: 0; min-width: 6.25rem; padding: 0.53rem 1rem; color: #000;}
#mymain .wraps [data-type="more"] span:before{background-image: url(../images/sub/btn/more_03.svg);}

@media screen and (max-width: 1500px){
	#mymain .status >ul >li{padding: 2.5rem 1.5rem;}
}
@media screen and (max-width: 1400px){
	#mymain .status >ul >li:before{width: 7rem; height: 7rem;}
	#mymain .status >ul >li div{width: calc(100% - 8.5rem);}
}
@media screen and (max-width: 1300px){
	#mymain .status{padding: 1.5625rem 2rem 1.5625rem 2rem;}
	#mymain .status >ul >li{padding: 2rem 1.25rem;}
	#mymain .status >ul >li:before{width: 6rem; height: 6rem;}
	#mymain .status >ul >li div{width: calc(100% - 7.5rem);}
}
@media screen and (max-width: 1200px){
	#mymain .status >ul >li{padding: 1.5rem 1.25rem;}
	#mymain .status >ul >li:before{width: 5rem; height: 5rem;}
	#mymain .status >ul >li div{width: calc(100% - 6.5rem);}
}
@media screen and (max-width: 1100px){
	#mymain .status >ul >li{width: calc((100% - 1rem - 1rem) / 3); margin-left: 1rem; padding: 1.5rem 1.25rem;}
	#mymain .status >ul >li:before{width: 4.5rem; height: 4.5rem;}
	#mymain .status >ul >li div{width: calc(100% - 5.5rem);}
}
@media screen and (max-width: 1024px){
	#mymain .status{display: block; }
	#mymain .status >div{display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end; width: 100%;}
	#mymain .status >div strong{max-width: 100%; margin-right: 1.5rem; font-size: 1.8rem;}
	#mymain .status >div p{margin-top: 0.25rem; font-size: 1.1rem;}
	#mymain .status >ul{width: 100%; margin-left: 0; margin-top: 1.25rem;}
	#mymain .status >ul >li:before{width: 6.5rem; height: 6.5rem;}
	#mymain .status >ul >li div{width: calc(100% - 8.5rem);}
	#mymain .status >ul >li div strong{font-size: 1.1rem;}
	#mymain .status >ul >li div span b{font-size: 2.75rem;}
}
@media screen and (max-width: 840px){
	#mymain .status >ul >li:before{width: 5.5rem; height: 5.5rem;}
	#mymain .status >ul >li div{width: calc(100% - 6.5rem);}
}
@media screen and (max-width: 740px){
	#mymain .status >ul >li{width: calc((100% - 0.75rem - 0.75rem) / 3); margin-left: 0.75rem; padding: 1.15rem 1rem;}
	#mymain .status >ul >li:before{width: 4.5rem; height: 4.5rem;}
	#mymain .status >ul >li div{width: calc(100% - 5.5rem);}
}
@media screen and (max-width: 640px){
	#mymain .status{padding: 1.25rem 1.5rem;}
	#mymain .status >ul >li{padding: 1rem 0.5rem 0.75rem;}
	#mymain .status >ul >li:before{display: none;}
	#mymain .status >div strong{font-size: 1.6rem;}
	#mymain .status >div p{font-size: 1rem;}
	#mymain .status >ul >li div{width: 100%; text-align: center; }
	#mymain .status >ul >li div span{margin-top: 0.5rem;}
	#mymain .status >ul >li div strong{font-size: 1rem;}
	#mymain .status >ul >li div span b{font-size: 2.5rem;}
	#mymain .wraps .table colgroup col:first-child{width: 8rem !important;}
	#mymain .wraps .table tbody tr td{padding: 0.5rem 1.25rem;}
}
@media screen and (max-width: 420px){
	#mymain .wraps .table .flex{display: block;}
	#mymain .wraps .table .flex >span{display: block;}
	#mymain .wraps .table .flex [data-skin="btn"]{margin-top: 0.35rem; margin-left: 0;}
}

/*-------------------------------------------------------------------
	분류그룹 : 프로그래스 바
	속성순서 : 레이아웃, 박스 모델, 배경, 폰트/정렬, 기타
-------------------------------------------------------------------*/
#pro_bar{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 1.875rem; padding: 2.5rem 2rem; border: 1px solid #E9E9E9;}
#pro_bar strong{display: block; width: 3.375rem; font-size: 1.125rem; color: #111; font-weight: 600; }
#pro_bar >span{display: block; width: calc(100% - 3.375rem - 6rem - 9rem); background-color: #CAD8F5; height: 0.5rem;}
#pro_bar >span i{
    display: inline-block; position: relative; width: 0; height: 100%; background-color: #3951F1; text-indent: -9999px;
    transition: width 1.2s ease-in-out; -webkit-transition: width 1.2s ease-in-out;
}
#pro_bar >span i:before{content: ""; display: block; position: absolute; top: -0.5rem; right: -0.78125rem; width: 1.5625rem; height: 1.5625rem; background-color: #F4FAFF; border: 0.4rem solid #3951F1; border-radius: 50%; box-sizing: border-box;}
#pro_bar >b{display: block; width: 9rem; color: #111; font-size: 1.5625rem; line-height: 1; text-align: right;}
#pro_bar >b em{display: inline-block; width: 6rem; margin-right: 0.5rem; font-size: 1.875rem; color: #413C7F; text-align: right;}

@media screen and (max-width: 1024px){
	#pro_bar{padding: 1.75rem;}
}
@media screen and (max-width: 640px){
	#pro_bar{padding: 1.5rem;}
	#pro_bar >span{width: calc(100% - 3.375rem - 5rem - 3rem); height: 5px;}
	#pro_bar >span i:before{width: 16px; height: 16px; top: -6px; right: -8px; border: 4px solid #3951F1;}
	#pro_bar >b{width: 5rem;}
	#pro_bar >b em{width: 3rem; font-size: 1.5rem;}
}
@media screen and (max-width: 480px){
	#pro_bar{padding: 1.25rem;}
}

/*-------------------------------------------------------------------
	분류그룹 : 소개
	속성순서 : 레이아웃, 박스 모델, 배경, 폰트/정렬, 기타
-------------------------------------------------------------------*/
#introduce{}
#introduce .box1{position: relative; margin-top: 2.5rem; padding: 4.625rem 10rem; background: linear-gradient(180deg, #E4F2FF 0%, #F0ECFF 100%); text-align: center; border-radius: 20px;}
#introduce .box1:before{content: ""; display: block; position: absolute; bottom: 0; left: 7rem; width: 11.875rem; height: 17.125rem; background: url(../images/sub/sub_img14.png) no-repeat center center; background-size: 100% auto;}
#introduce .box1:after{content: ""; display: block; position: absolute; bottom: 0; right: 7rem; width: 17.5rem; height: 17.125rem; background: url(../images/sub/sub_img15.png) no-repeat center center; background-size: 100% auto;}
#introduce .box1 strong{display: block; font-size: 2.1875rem; color: #232F50; font-weight: 500;}
#introduce .box1 strong b{display: block; font-weight: 700;}
#introduce .box2{margin-top: 7.1875rem;}
#introduce .box2 >strong{display: block; text-align: center;}
#introduce .box2 >strong span{display: inline-block; position: relative; padding: 0 2.1875rem; font-size: 1.75rem; font-weight: 600; box-sizing: border-box;}
#introduce .box2 >strong span:before{
	content: "["; position: absolute; top: 40%; left: 0; color: #413C7F; font-size: 2.1875rem; font-weight: 600; line-height: 1;
	-webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#introduce .box2 >strong span:after{
	content: "]"; position: absolute; top: 40%; right: 0; color: #413C7F; font-size: 2.1875rem; font-weight: 600; line-height: 1;
	-webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#introduce .box2 ul{display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; margin-top: 2.6875rem;}
#introduce .box2 ul li{width: calc((100% - 2.75rem - 2.75rem) / 3); margin-left: 2.75rem; text-align: center; font-size: 1.375rem; color: #000; font-weight: 600;}
#introduce .box2 ul li:first-child{margin-left: 0;}
#introduce .box2 ul li .imgs{display: block; position: relative; width: 100%; margin-bottom: 1.625rem; padding-top: 2.35rem;}
#introduce .box2 ul li .imgs:before{position: absolute; top: 0; left: 0; line-height: 1; font-size: 2.8125rem; font-weight: 700;}
#introduce .box2 ul li:first-child .imgs:before{content: "speciality"; display: block; background: linear-gradient(to right, #DED7FF, #EFECFD); -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}
#introduce .box2 ul li:nth-child(2) .imgs:before{content: "specificity"; display: block; background: linear-gradient(to right, #D4DEFF, #ECF0FD); -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}
#introduce .box2 ul li:nth-child(3) .imgs:before{content: "spectrum"; display: block; background: linear-gradient(to right, #D3F0FF, #ECF7FD); -webkit-background-clip: text;  -webkit-text-fill-color: transparent; }
#introduce .box2 ul li .imgs:after{
	content: ""; display: block; position: absolute; top: calc((100% + 2.35rem) / 2); left: 50%; width: 100%; height: calc(100% - 2.35rem); background-repeat: no-repeat; background-position: center center;  background-size: 100% auto;
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
#introduce .box2 ul li:nth-child(1) .imgs:after{background-image: url(../images/sub/sub_img09.svg);}
#introduce .box2 ul li:nth-child(2) .imgs:after{background-image: url(../images/sub/sub_img10.svg);}
#introduce .box2 ul li:nth-child(3) .imgs:after{background-image: url(../images/sub/sub_img11.svg);}
#introduce .box2 ul li .imgs img{display: block; width: 100%; border-radius: 20px;}
#introduce .box2 ul li b{color: #413C7F; font-weight: 700;}
#introduce .box3{display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; grid-column-gap: 3.125rem; margin-top: 7.1875rem; }
#introduce .box3 li{align-items: center; justify-content: center; padding: 1.4375rem 2.1875rem; background-color: #F6F5FA; border-radius: 20px;}
#introduce .box3 li:before{content: ""; display: block; width: 7.1875rem; height: 7.1875rem; background-repeat: no-repeat; background-position: center center; background-size: 100% auto;}
#introduce .box3 li:first-child:before{background-image: url(../images/sub/sub_img12.svg);}
#introduce .box3 li:nth-child(2):before{background-image: url(../images/sub/sub_img13.svg);}
#introduce .box3 li .ins{width: calc(100% - 9.6875rem); margin-left: 2.5rem;}
#introduce .box3 li .ins strong{display: block; color: #000; font-size: 1.25rem; font-weight: 700; letter-spacing: 0.6px;}
#introduce .box3 li .ins p{margin-top: 0.85rem; font-size: 1.125rem; color: #000; font-weight: 500;}

@media screen and (max-width: 1640px){
	#introduce .box1:before{left: 5rem;}
	#introduce .box1:after{right: 5rem;}
}
@media screen and (max-width: 1400px){
	#introduce .box1{margin-top: 0;}
	#introduce .box1:before{left: 3rem; width: 10.6875rem; height: 15.4125rem;}
	#introduce .box1:after{right: 3rem; width: 15.75rem; height: 15.4125rem;}
	#introduce .box2 ul li b{display: block; }
}
@media screen and (max-width: 1300px){
	#introduce .box1:before{left: 2rem; width: 9.5rem; height: 13.7rem;}
	#introduce .box1:after{right: 2rem; width: 14rem; height: 13.7rem;}
	#introduce .box1 strong{font-size: 2rem;}
}
@media screen and (max-width: 1200px){
	#introduce .box1:before{left: 2rem; width: 8.3125rem; height: 11.9875rem;}
	#introduce .box1:after{right: 1rem; width: 12.25rem; height: 11.9875rem;}
	#introduce .box1 strong{font-size: 1.875rem;}
	
}
@media screen and (max-width: 1024px){
	#introduce .box1{padding: 3.5rem 12rem;}
	#introduce .box1:before{left: 2rem; width: 7.125rem; height: 10.275rem;}
	#introduce .box1:after{right: 1rem; width: 10.5rem; height: 10.275rem;}
	#introduce .box2{margin-top: 5rem;}
	#introduce .box2 ul li{width: calc((100% - 1.75rem - 1.75rem) / 3); margin-left: 1.75rem; font-size: 1.25rem;}
	#introduce .box2 ul li .imgs{padding-top: 1.85rem;}
	#introduce .box2 ul li .imgs:before{font-size: 2.1rem;}
	#introduce .box2 ul li .imgs:after{top: calc((100% + 1.85rem) / 2); height: calc(100% - 1.85rem);}
	#introduce .box3{margin-top: 5rem; grid-column-gap: 1.75rem;}
	
	.use_box{padding: 1.75rem 2rem;}
	.use_box:before{width: 6.1875rem; height: 6.1875rem; margin-right: 1.8125rem;}
	.use_box .inners{width: calc(100% - 8rem);}
	
	
}
@media screen and (max-width: 840px){
	#introduce .box2 ul li{width: calc((100% - 1rem - 1rem) / 3); margin-left: 1rem;}
	#introduce .box3{grid-column-gap: 1rem;}
	
}
@media screen and (max-width: 640px){
	#introduce .box1{padding: 2rem 2rem 11rem;}
	
	#introduce .box2 ul li{width: 100%; margin-left: 0;}
	#introduce .box2 ul li .imgs{overflow: hidden; height: 15rem; border-radius: 15px;}
	#introduce .box2 ul li .imgs img{border-radius: 15px;}
	#introduce .box2 ul li .imgs:after{background-size: auto 100%;}
	
}

@media screen and (max-width: 1024px){
	
	#introduce .box2 >strong span{font-size: 1.35rem;}
	#introduce .box2 ul li{font-size: 1.125rem;}
	#introduce .box2 ul li .imgs{margin-bottom: 1rem;}
	#introduce .box3 li{padding: 1.75rem 2rem;}
	#introduce .box3 li:before{width: 6.1875rem; height: 6.1875rem; margin-right: 1.8125rem;}
	#introduce .box3 li .inners{width: calc(100% - 8rem);}
}
@media screen and (max-width: 640px){
	#introduce .box1 strong{font-size: 1.5rem;}
	#introduce .box2 ul li{margin-top: 1rem; font-size: 1.125rem;}
	#introduce .box2 ul li:first-child{margin-top: 0;}
	#introduce .box3{-ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-row-gap: 1rem;}
	#introduce .box3 li{padding: 1.5rem;}
}
@media screen and (max-width: 480px){
	#introduce .box3 li{flex-wrap: wrap;}
	#introduce .box3 li:before{display: none; }
	#introduce .box3 li .inners{width: 100%;}
}



/*-------------------------------------------------------------------
	분류그룹 : 신청안내
	속성순서 : 레이아웃, 박스 모델, 배경, 폰트/정렬, 기타
-------------------------------------------------------------------*/
#infor{}
#infor .box1{display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; padding: 2rem 3.375rem; position: relative; background-color: #FAFAFF; border-radius: 20px;}
#infor .box1:before{content: ""; display: block; width: 15.625rem; height: 11.25rem; background: url(../images/sub/sub_img16.png) no-repeat center center; background-size: 9.5rem auto;}
#infor .box1 .ins{width: calc(100% - 3.125rem - 15.625rem); margin-left: 3.125rem;}
#infor .box1 .ins strong{display: block; font-size: 1.5625rem; color: #000; font-weight: 700;}
#infor .box1 .ins [data-skin="list"]{margin-top: 1.5rem;}
#infor .box2{display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 9%;}
#infor .box2 li{position: relative; border: 1px solid #E0E0E0; border-radius: 20px;}
#infor .box2 li:before{content: ""; display: block; width: calc(100% + 2px); height: calc(12.8125rem + 1px); margin-left: -1px; margin-top: -1px; border-radius: 20px 20px 0 0; background-repeat: no-repeat; background-position: center center; background-size: contain;}
#infor .box2 li:nth-child(1):before{background-color: #C2CCED; background-image: url(../images/sub/sub_img18.png);}
#infor .box2 li:nth-child(2):before{background-color: #DCD4F9; background-image: url(../images/sub/sub_img19.png)}
#infor .box2 li:nth-child(3):before{background-color: #C5D6F4; background-image: url(../images/sub/sub_img20.png)}
#infor .box2 li:not(:last-child):after{content: ""; position: absolute; top: 50%; left: 110%; width: 3.125rem; height: 3.125rem; margin-top: -1.5625rem; background: url(../images/sub/sub_img17.svg) no-repeat center center; background-size: 100% auto;}
#infor .box2 li span{display: block; padding: 1.5625rem 1rem; font-size: 1.125rem; color: #000; font-weight: 600; text-align: center; letter-spacing: -0.36px;}
#infor .img_box{display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; position: relative; padding: 2.625rem; border: 1px solid #EFEFEF;}
#infor .img_box:before{content: ""; display: block; position: absolute; top: 2.625rem; left: 50%; width: 1px; height: calc(100% - 2.625rem - 2.625rem); margin-left: -0.5px; background-color: #EFEFEF;}
#infor .img_box >.imgs{width: calc((100% - 4rem) / 2); text-align: center; }

@media screen and (max-width: 1400px){
	#infor .box1{padding: 2rem 2.85rem;}
	#infor .box1:before{width: 12.5rem; height: 9rem; background-size: 7.6rem auto;}
	#infor .box1 .ins{width: calc(100% - 2rem - 12.5rem); margin-left: 2rem;}
	#infor .box2{grid-column-gap: 5rem;}
	#infor .box2 li:not(:last-child):after{left: calc(100% + 1rem);}
}
@media screen and (max-width: 1024px){
	#infor .box1{padding: 1.75rem 2.25rem; align-items: flex-start;}
	#infor .box1:before{width: 10.9375rem; height: 7.875rem; background-position: left 0.5rem center; background-size: 6.65rem auto;}
	#infor .box1 .ins{width: calc(100% - 10.9375rem); margin-left: 0;}
	#infor .box1 .ins [data-skin="list"]{margin-top: 1rem;}
	#infor .box2{grid-column-gap: 4rem;}
	#infor .box2 li:before{height: 11rem;}
	#infor .box2 li:not(:last-child):after{left: calc(100% + 0.5rem);}
	#infor .box2 li span{padding: 1.25rem 1rem;}
	#infor .img_box{flex-wrap: wrap; padding: 2rem;}
	#infor .img_box >.imgs{width: calc((100% - 3rem) / 2);}
}
@media screen and (max-width: 840px){
	#infor .box1:before{width: 8.5rem; height: 6.75rem; background-size: 5.7rem auto;}
	#infor .box1 .ins{width: calc(100% - 8.5rem);}
	#infor .box2{grid-column-gap: 3rem;}
	#infor .box2 li:before{height: 10rem;}
	#infor .box2 li:not(:last-child):after{left: calc(100% + 0rem);}
}
@media screen and (max-width: 640px){
	#infor .box1{flex-wrap: wrap;  padding: 1.5rem 1.5rem}
	#infor .box1:before{width: 7rem; height: 5rem; background-size: 5rem auto;}
	#infor .box2{-ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-column-gap: 0; grid-row-gap: 3rem;}
	#infor .box2 li:not(:last-child):after{
		left: 50%; top: auto; bottom: -3rem; width: 3rem; height: 3rem;
		-webkit-transform: translateX(-50%) rotate(90deg); transform: translateX(-50%) rotate(90deg);
	}
	#infor .box2 li span{padding: 1.25rem 1rem;}
	#infor .img_box{flex-wrap: wrap; padding: 2rem;}
	#infor .img_box >.imgs{width: 100%;}
	#infor .img_box >.imgs:nth-child(n+2){position: relative; margin-top: 1.5rem; padding-top: 1.5rem;}
	#infor .img_box >.imgs:nth-child(n+2):before{content: ""; display: block; position: absolute; top: 0; left: -0.75rem; width: calc(100% + 1.5rem); height: 1px; background-color: #EFEFEF;}
	#infor .img_box:before{display: none;}
}
@media screen and (max-width: 480px){
	#infor .box1{flex-wrap: wrap;}
	#infor .box1:before{display: none; }
	#infor .box1 .ins{width: 100%;} 
	#infor .box2{grid-row-gap: 2.5rem;}
	#infor .box2 li:not(:last-child):after{bottom: -2.5rem; width: 2.5rem; height: 2.5rem;}
	#infor .box2 li:before{height: 10rem; background-size: 70% auto;}
	#infor .box2 li span{padding: 1rem;}
	#infor .img_box{flex-wrap: wrap; padding: 1.5rem;}
	#infor .img_box >.imgs:nth-child(n+2){margin-top: 1rem; padding-top: 1rem;}
	#infor .img_box >.imgs:nth-child(n+2):before{left: -0.5rem; width: calc(100% + 1rem);}
}

/*-------------------------------------------------------------------
	분류그룹 : 학습현황 > 이용안내 박스
	속성순서 : 레이아웃, 박스 모델, 배경, 폰트/정렬, 기타
-------------------------------------------------------------------*/
.use_box{display: flex; padding: 2.1875rem 2.875rem;}
.use_box:before{content: ""; display: block; width: 7.1875rem; height: 7.1875rem; margin-right: 2.8125rem; background: url(../images/sub/sub_img05.svg) no-repeat center center; background-size: 100% auto;}
.use_box .inners{width: calc(100% - 10rem);}
.use_box .inners strong{display: block; font-size: 1.25rem; font-weight: 700; letter-spacing: 0.6px; color: #000;}
.use_box .inners p{margin-top: 0.25rem; color: #666; font-weight: 500; letter-spacing: 0.48px; }
.use_box .inners strong + p{margin-top: 1rem;}
.use_box .inners [data-skin="btn"]{margin-top: 1.5625rem;}

@media screen and (max-width: 1024px){
	.use_box{padding: 1.75rem 2rem;}
	.use_box:before{width: 6.1875rem; height: 6.1875rem; margin-right: 1.8125rem;}
	.use_box .inners{width: calc(100% - 8rem);}
}
@media screen and (max-width: 640px){
	.use_box{padding: 1.5rem;}
}
@media screen and (max-width: 480px){
	.use_box{flex-wrap: wrap;}
	.use_box:before{display: none; width: 5rem; height: 5rem;}
	.use_box .inners{width: 100%;}
}







