@charset "utf-8";

#sh_idx > div{overflow:hidden}
#sh_idx .box{overflow:hidden;float:left;position:relative;width:300px;height:300px;font-size:14px;line-height:1.8;letter-spacing:-.2px;color:rgba(255,255,255,.6)}
#sh_idx .box .plus{display:block;position:absolute;right:40px;top:60px;width:19px;height:1px;margin-top:-1px;background-color:rgba(255,255,255,.35)}
#sh_idx .box .plus:after{display:block;content:"";position:absolute;left:9px;top:-9px;width:1px;height:19px;background-color:rgba(255,255,255,.35);-webkit-transition:all .3s;transition:all .3s}
#sh_idx .box:hover .plus:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);background-color:#fff}

/* 교육특강 */
#sh_idx .box01{position:relative;z-index:1;left:-300px;text-align:center;cursor:pointer}
#sh_idx .box01 img{position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s}
#sh_idx .box01 p{padding:60px 0 15px;font-size:22px;line-height:1;color:#fff;letter-spacing:-.2px;font-family:'notokr-medium'}
#sh_idx .box01:hover img{transform:scale(1.05)}
#sh_idx .box01 span{display:block;position:relative;width:120px;padding:0 20px 10px;margin:30px auto 0;font-size:14px;color:#fff;font-family:'notokr-medium'}
#sh_idx .box01 span:before, #sh_idx .box01 span:after{content:'';display:block;position:absolute;bottom:0;width:100%;height:2px;-webkit-transition:width .4s;transition:width .4s;-webkit-transition-timing-function:cubic-bezier(0.165, 0.840, 0.440, 1.000);transition-timing-function:cubic-bezier(0.165, 0.840, 0.440, 1.000)}
#sh_idx .box01 span:before{width:100%;right:0;background:#fff;-webkit-transition-delay:.2s;transition-delay:.2s}
#sh_idx .box01 span:after{width:0;left:0;background:#1588a9;-webkit-transition-delay:0s;transition-delay:0s}
#sh_idx .box01:hover span:before{width:0;transition-delay:0s}
#sh_idx .box01:hover span:after{width:100%;-webkit-transition-delay:.2s;transition-delay:.2s}  

/* News */
#sh_idx .box02{position:relative;left:-600px;z-index:0;padding:40px;color:#777;background-color:#fff}
#sh_idx .box02 .tit{position:relative;margin-bottom:40px;font-size:19px;color:#333;cursor:pointer;font-family:'notokr-bold'}
#sh_idx .box02 .tit span{display:block;position:absolute;right:0;top:50%;width:19px;height:1px;margin-top:-1px;background-color:#333}
#sh_idx .box02 .tit span:after{display:block;content:"";position:absolute;left:9px;top:-9px;width:1px;height:19px;background-color:#333;-webkit-transition:all .3s;transition:all .3s}
#sh_idx .box02 .tit:hover span:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
#sh_idx .box02 .sh_latest ul li:first-child{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e1e1e1}
#sh_idx .box02 .sh_latest .subj{color:#333;font-family:'notokr-medium'}

/* 컬러박스 */
#sh_idx .c-box{padding:40px 0 0 40px;cursor:pointer}
#sh_idx .c-box .icon{position:absolute;left:35px;top:40px;width:46px;opacity:.35;-webkit-transition:all .3s;transition:all .3s}
#sh_idx .c-box:hover .icon{opacity:.8}
#sh_idx .c-box p{padding:115px 0 15px;font-size:19px;color:#fff;font-family:'notokr-medium'}
#sh_idx .box03{background-color:#1588a9}
#sh_idx .box04{position:relative;top:-300px;z-index:1;background-color:#192937}
#sh_idx .box05{position:relative;left:-600px;z-index:0;background-color:#e2aa14}

#sh_idx .cs{padding:30px 40px;font-size:13px;color:#777;line-height:1.7;font-family:'Montserrat', sans-serif}
#sh_idx .cs .tit{margin-bottom:15px;font-size:19px;font-weight:600;color:#222}
#sh_idx .cs .txt{font-size:14px;font-family:'notokr-regular'}
#sh_idx .cs .tel_area { font-size:14px; font-family:'notokr-medium'}
#sh_idx .cs .tel_area li:nth-child(2) {padding:12px 0;margin:12px 0;border-top:1px solid #ddd; border-bottom:1px solid #e1e1e1}
#sh_idx .cs .tel{padding-top:2px;font-size:21px;font-weight:700;line-height:1;color:#1588a9;font-family:'Montserrat', sans-serif}
#sh_idx .cs span{display:block;margin-top:25px}
#sh_idx .cs span a{font-size:14px;color:#222;font-family:'notokr-medium'}
#sh_idx .cs span a:first-child:after{display:inline-block;content:"";width:1px;height:10px;margin:0 6px 0 9px;background-color:#bbb}
#sh_idx .cs span a:hover{text-decoration:underline}