@charset "utf-8";

#sh_idx > div{overflow:hidden}
#sh_idx .box{overflow:hidden;float:left;position:relative;width:300px;height:300px;font-size:16px;line-height:24px;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;font-family: 'NanumSquareRound',sans-serif}
#sh_idx .box01 img{position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}
#sh_idx .box01 p.bo_tit{padding:70px 0 15px;font-size:28px;line-height:1;color:#fff;letter-spacing:-.2px;font-weight:800;font-family: 'NanumSquareRound',sans-serif}
#sh_idx .box01:hover img{transform:scale(1.05)}
#sh_idx .box01 span{display:inline-block;position:relative;padding:0 20px 10px;margin-top:40px;font-size:15px;color:#fff;font-family: 'NanumSquareRound',sans-serif}
#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 35px;color:#777;background-color:#fff}
#sh_idx .box02 .tit{position:relative;margin-bottom:40px;font-size:28px;font-weight:700;color:#333;cursor:pointer;font-weight: 800;font-family: 'NanumSquareRound',sans-serif}
#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:'NanumSquareRound',sans-serif}

/* 컬러박스 */
#sh_idx .c-box{padding:40px 0 0 27px;cursor:pointer}
#sh_idx .c-box .icon{position:absolute;left:30px;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 27px;font-size:28px;color:#fff;font-weight:800;font-family: 'NanumSquareRound',sans-serif}
#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:40px;font-size:15px;color:#777;line-height:1.7;font-family:'Montserrat', sans-serif}
#sh_idx .cs .tit{font-size:24px;font-weight:800;color:#222;font-family: 'NanumSquareRound',sans-serif}
#sh_idx .cs .txt{font-size:16px;font-family:'NanumSquareRound',sans-serif}
#sh_idx .cs .tel{padding:27px 0 10px;font-size:26px;font-weight:700;line-height:1;color:#1588a9}
#sh_idx .cs span{display:block;margin-top:25px}
#sh_idx .cs span a{font-size:16px;color:#222;font-family:'NanumSquareRound',sans-serif}
#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}