@charset "utf-8";
.at-mask {
    position: relative;
}
.featuresection {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    padding: 80px 0px 40px;
    line-height: 1.7;
}
.featuresection .op-title {
    margin-bottom: 40px;
}
.featuresection .op-title h2 {
    position: relative;
    font-size: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.featuresection .op-title hr {
    display: inline-block;
    width: 80px;
    height: 3px;
    margin: 0 0 10px;
    border: none;
    line-height: 1;
    background: #eb5451;
}
.featuresection .op-title p {
    padding: 0;
    margin: 0;
    color: #888;
}
.featuresection .op-box {
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 50px;
    background: #fff;
}
.featuresection .op-box span {
    display: inline-block;
    font-size: 80px;
    line-height: 1;
    margin: 5px 0 30px;
}
.featuresection .op-box h3 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.featuresection .op-box hr {
    display: inline-block;
    width: 45px;
    height: 3px;
    margin: 0 0 10px;
    border: none;
    line-height: 1;
    background: #eb5451;
}
.featuresection .op-box p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.featuresection .miso-mask-a {
    height: 64px;
}
.featuresection .mask-zone {
    display: none;
    margin-bottom: -1px;
}
.featuresection .mask-show .mask-zone {
    display: block;
}
.featuresection .miso-mask.miso-mask-a {
    z-index: 11;
}
.featuresection .miso-mask .mask-svg {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.featuresection .img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.featuresection .bg-1, .featuresection .hover-1:hover, .featuresection .box-red {
    background-color: #eb5451;
    border-color: #eb5451;
    color: #fff;
}
.featuresection .bg-2, .featuresection .hover-2:hover, .featuresection .box-violet {
    background-color: #756fad;
    border-color: #756fad;
    color: #fff;
}
.featuresection .bg-3, .featuresection .hover-3:hover, .featuresection .box-mint {
    background-color: #12cebd;
    border-color: #12cebd;
    color: #fff;
}
.featuresection .bg-4, .featuresection .hover-4:hover, .featuresection .box-navy {	
	background-color:#4c6187; 
	border-color:#4c6187; 
	color:#fff; 
}
.featuresection .bg-5, .featuresection .hover-5:hover, .featuresection .box-deepgray { 
	background-color:#4c515b; 
	border-color:#4c515b; 
	color:#fff;
}
.featuresection .bg-6, .featuresection .hover-6:hover, .featuresection .box-deepblue {	
	background-color:#0092e0; 
	border-color:#0092e0; 
	color:#fff; 
}