@import url('https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');

* {
    font-family: "Wanted Sans Variable", sans-serif;
    font-weight: 400;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    box-sizing: border-box;
    letter-spacing: -0.5px;
}


body, html, ul, li, p, h2 {padding:0; margin:0;}
li {list-style: none;}
a {text-decoration: none; color:#444;}
h2 {font-weight: bold;}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
html.hidden {
    overflow: hidden;
}

body {
    position: relative;
    font-size:14px;
    width: 100%;
    height: 100%;
}

#wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding:24px;
}
#wrap > .box {
    max-width: 980px;
    width: 100%;
    height: 460px;
    position: relative;
}

#wrap > .box > .left {
    width: 640px;
    height: 460px;
    float:left;
    margin-right: 20px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-image: url("../../image/hr-managers-interviewing-job-applicant.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    color:#fff;
}
#wrap > .box > .left::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display: block;
    content: '';
    z-index: 1;
    background: rgba(0,0,0,.4);
}
#wrap > .box > .left:hover::before {
    opacity: 0;
}
#wrap > .box > .left > .logo {
    position: absolute;
    top:28px;
    left:28px;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 2;
    background-image: url("../../image/from_logo.svg");
}
#wrap > .box > .left > .text {width: 100%; position: relative; z-index: 2;}
#wrap > .box > .left b {
    display: block;
    font-size:34px;
    margin-bottom:8px;
    line-height: 1;
}
#wrap > .box > .left p {
    font-size: 18px;
}
#wrap > .box > .left a {
    display: inline-block;
    padding:0 16px;
    height: 32px;
    border-radius: 50px;
    background-color: #fff;
    color:#424242;
    margin-top:32px;
    line-height: 32px;
    font-weight: 500;
}
#wrap > .box > .left a i {vertical-align: middle; margin-left:4px}
#wrap > .box .mbx {float:left; width: 320px;}
#wrap > .box .top {
    width: 320px;
    height: 220px;
    margin-bottom:20px;
    padding:28px;
    float:left;
    border-radius: 20px;
    background-color: #08774B;
    color:#fff;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    display: flex;
}
#wrap > .box .top:hover {
    background-color: #129872;
}
#wrap > .box .top:hover a {
    color:#129872
}
#wrap > .box .top > .text {width: 100%; position: relative;}
#wrap > .box .top b {
    display: block;
    font-size:22px;
    margin-bottom:8px;
    line-height: 1;
}
#wrap > .box .top p {
    font-size: 14px;
    opacity: .7;
}
#wrap > .box .top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom:0;
    right:0;
    border-radius: 50%;
    background-color: #fff;
    color:#08774B;
    font-weight: bold;
    font-size: 18px;
}
#wrap > .box .top > .logo {
    position: absolute;
    top:28px;
    left:28px;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../../image/freshoh_logo.svg");
}
#wrap > .box .bottom {
    width: 320px;
    height: 220px;
    padding:28px;
    float:left;
    border-radius: 20px;
    background-color: #4E6D0B;
    color:#fff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
}
#wrap > .box .bottom > .logo {
    position: absolute;
    top:28px;
    left:28px;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../../image/flower_logo.svg");
}
#wrap > .box .bottom > .text {width: 100%; position: relative;}
#wrap > .box .bottom b {
    display: block;
    font-size:22px;
    margin-bottom:8px;
    line-height: 1;
}
#wrap > .box .bottom p {
    font-size: 14px;
    opacity: .7;
}
#wrap > .box .bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom:0;
    right:0;
    border-radius: 50%;
    background-color: #fff;
    color:#4E6D0B;
    font-weight: bold;
    font-size: 18px;
}
#wrap > .box .bottom:hover {
    background-color: #71953E;
}
#wrap > .box .bottom:hover a {
    color:#71953E
}

@media screen and (max-height:748px) and (max-width:1042px) {
    #wrap {align-items: flex-start;}
}
@media screen and (max-width:1042px) {
    #wrap > .box {height: auto;}
    #wrap > .box > .left {
        float:inherit;
        margin:0 auto 20px;
        width: 660px;
    }
    #wrap > .box .mbx {
        float:inherit;
        width: 660px;
        margin:0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #wrap > .box .top {
        margin:0 20px 0 0;
    }
}
@media screen and (max-width:708px) {
    #wrap {align-items: flex-start;}
    #wrap > .box > .left {
        width: 100%;
        height: 460px;
    }
    #wrap > .box .mbx {width: 100%; flex-wrap: wrap;}
    #wrap > .box .top {
        margin: 0 0 20px 0;
        width: 100%;
    }
    #wrap > .box .bottom {width: 100%;}
}