* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR';
    letter-spacing: -0.8px;
}

.solBox {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.iconCircle {
    display: inline-block;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.iconCircle img {
    display: inline-block;
    width: 35px;
    margin-top: 5px;
}

.mask {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top:0;
    left:0;
}

.leftMask {
    float: left;
    width: calc(100% - 50%);
    height: calc(100vh - 70px);
    background: #ddd;
    position: relative;
}

.leftMaskwrap {
    background-image: url(../img/left-bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.leftMaskBox {
    width: 100%;
    height: 354px;
    opacity: 0.8;
    background-color: #162c3e;
    position: absolute;
    top: calc(50% - (354px / 2));
    left: 0;
}
.leftMaskBox2 {
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #687a87;
    position: absolute;
    top: 0;
    left: 0;
}
.leftBox2Txt {
    font-size: 18px;
    padding: 20px;
    color: #ffff;
    font-weight: 100;
}
.rightMaskBox2 {
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #3F4B58;
    position: absolute;
    top: 0;
    left: 0;
}
.leftMaskBox2.active {
}
.rightMaskBox2.active {
}
.rightBox2Txt {
    font-size: 18px;
    padding: 20px;
    color: #ffff;
    font-weight: 100;
}
.rightMaskBox {
    width: 100%;
    height: 354px;
    opacity: 0.6;
    background-color: #556c86;
    position: absolute;
    top: calc(50% - (354px / 2));
    right: 0;
}

.leftMaskBoxTxt {
    width: 100%;
    position: absolute;
    top: calc(50% - (138px / 2));
    left: 0;
}
.rightMaskBoxTxt {
    width: 100%;
    position: absolute;
    top: calc(50% - (138px / 2));
    left: 0;
}

.leftMaskBoxTxt h2 {
    font-weight: 100 !important;
    font-size: 35px;
    color: #fff;
}

.rightMaskBoxTxt h2 {
    font-weight: 100 !important;
    font-size: 35px;
    color: #fff;
}

.rightMaskwrap {
    background-image: url(../img/right-bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.rightMask {
    float: right;
    width: calc(100% - 50%);
    height: calc(100vh - 70px);
    background: #eee;
    position: relative;
}

.footerMask {
    width: 100%;
    height: 70px;
    background-color: #222222;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footerMaskLeft {
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
}

.footerMaskImg {
    text-align: left;
}

.footerMaskImg img {
    width: 100px;
    display: inline-block;
    margin-top: 18px;
    padding-left: 20px;
}

.footerMaskTxt {
    position: absolute;
    display: inline-block;
    bottom: 15px;
    left: 180px;
    text-align: left;
}

.footerMaskTxt span {
    font-size: 13px;
    line-height: 1.38;
    color: #979797;
}

.footerMaskRight {
    width: 50%;
    display: inlne-block;
    float: right;
}

.footerMaskLink {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
}

.btnLink {
    border: solid 1px #707070 !important;
    background-color: #565656 !important;
    color: #dbdbdb;
}

.btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}