@charset "utf-8";
#comingsoon {width:100%;padding-top:100px;text-align:center}
#sh_content #sh_content_tit{border-bottom:2px solid var(--point)}

/*공통*/
.pl{white-space:pre-line}
.common .tit_wrap{display:flex;justify-content:space-between;position:relative;padding:30px 50px;background-color:#f7f7f7}
.common .left{color:#555;font-size:16px;letter-spacing:-0.025em;line-height:26px;font-family:'notokr-regular'}
.common .left img{margin-bottom:30px}
.common .right{position:absolute;bottom:0;right:43px}
.common .bottom{margin-top:40px}


/*인사말*/
#p33 .tit_wrap{align-items:center}
#p33 .left .line{padding-bottom:12px;margin-bottom:12px;border-bottom:1px dashed #c6c6c6}
#p33 .bottom .b_tit{margin-bottom:22px;color:#222;font-size:20px;font-family:'notokr-bold'}
#p33 .bottom .b_tit span{margin-left:8px;color:#777;font-family:'notokr-medium'}
#p33 .bottom ul{display:flex;justify-content:space-between;align-items:center;flex-wrap: wrap;}
#p33 .bottom ul li{position:relative;width:calc(25% - 30px);height:190px;margin:10px 0 30px 10px;padding:40px 0;border:1px solid #e1e1e1;text-align:center}
#p33 .bottom ul li:nth-child(n+5){height:190px}
#p33 .bottom ul li:before{display:block;content:'\f054';position:absolute;top:50%;left:-22px;color:#777;font-size:12px;font-family:'fontawesome'}
#p33 .bottom ul li:nth-child(1):before,#p33 .bottom ul li:nth-child(5):before{display:none}
#p33 .bottom ul li .num{position:absolute;left:-10px;top:-10px;width:30px;background-color:var(--point);color:#fff;font-size:14px;line-height:30px;font-family:'notokr-bold';text-align:center}
#p33 .bottom ul li i{color:#222;font-size:30px;}
#p33 .bottom ul li .t_txt{margin:20px 0 12px;color:#222;font-size:17px;font-family:'notokr-medium'}
#p33 .bottom ul li .b_txt{color:#777;font-size:15px;line-height:25px;letter-spacing:-0.025em;font-family:'notokr-regular'}
#p33 .bottom ul li .b_txt span{font-size:13px;line-height:23px}
