

.con-2 {
    padding: 80px 0 0;
    flex-flow: column nowrap;
}

.con-2 > .top-box {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;

    text-align: center;
}

.con-2 > .top-box > h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333333;
}

.con-2 > .top-box > h3::after {
    width: 130px;
    height: 1px;
    background-color: #777777;
    left: 50%;
    transform: translate(-50%);
}

.con-2 > .top-box > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #777777;
    width: 60%;

    margin-top: 30px;
}

.con-2 > .mid-box {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;

    padding: 50px 0 0;
}

.con-2 > .mid-box > .circ-box {
    width: 180px;
    height: 180px;
    padding: 15px;
}

.con-2 > .mid-box > .circ-box > .circ-top {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(160, 151, 32);

    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
}
.con-2 > .mid-box > .circ-box > .circ-top > img {
    width: 40px;
}

.con-2 > .mid-box > .circ-box > .circ-bot {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid rgb(160, 151, 32);
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
    text-align: center;
}

.con-2 > .mid-box > .circ-box > .circ-bot > p {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #a09720;
}

.bot-box {
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;

    padding: 80px 0 0;
}

.bot-box > .pc {
    position: absolute;
    width: auto;
    height: 464px;
    left: 40%;
    top: 130px;
    transform: translate(-470px);
}

.bot-box > .mo {
    position: absolute;
    width: auto;
    height: 300px;
    left: 50%;
    transform: translate(-500px);
    top: 390px;
}

.bot-box > .texbx {
    position: absolute;
    width: 40%;
    top: 100px;
    padding-left: 20px;
    left: 50%;
    transform: translate(10%);
}

.bot-box > .texbx > h3 {
    font-size: 21px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333333;
}

.bot-box > .texbx > p {
    font-size: 16px;
    font-weight: 100;
    font-family: 'Noto Sans KR', sans-serif;
    color: #777777;
    margin-top: 30px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .con-2 {
        padding: 70px 0 0;
        flex-flow: column nowrap;
    }

    .con-2 > .top-box > h3 {
        font-size: 32px;
        font-weight: 600;
        line-height: 50px;
    }
    
    .con-2 > .top-box > h3::after {
        width: 130px;
    }
    
    .con-2 > .top-box > p {
        font-size: 14px;
        line-height: 22px;
        width: 70%;
    
        margin-top: 30px;
    }
    
    .con-2 > .mid-box {
    
        padding: 50px 0 0;
    }
    
    .con-2 > .mid-box > .circ-box {
        width: 180px;
        height: 180px;
        padding: 15px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-top {
    
        border-top-right-radius: 75px;
        border-top-left-radius: 75px;
    }
    .con-2 > .mid-box > .circ-box > .circ-top > img {
        width: 40px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-bot {
        padding-bottom: 10px;
    
        border-bottom-right-radius: 75px;
        border-bottom-left-radius: 75px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-bot > p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .bot-box {
        position: relative;
        width: 100%;
        height: 650px;
        display: flex;
        justify-content: center;
    
        padding: 80px 0 0;
    }
    
    .bot-box > .pc {
        position: absolute;
        width: auto;
        height: 400px;
        left: 43%;
        transform: translate(-400px);
        top: 200px;
    }
    
    .bot-box > .mo {
        position: absolute;
        width: auto;
        height: 250px;
        left: 50%;
        transform: translate(-420px);
        top: 390px;
    }
    
    .bot-box > .texbx {
        position: absolute;
        width: 40%;
        top: 100px;
        padding-left: 20px;
        left: 50%;
        transform: translate(10%);
    }
    
    .bot-box > .texbx > h3 {
        font-size: 21px;
        font-weight: 400;
        font-family: 'Noto Sans KR', sans-serif;
        color: #333333;
    }
    
    .bot-box > .texbx > p {
        font-size: 16px;
        font-weight: 100;
        font-family: 'Noto Sans KR', sans-serif;
        color: #777777;
        margin-top: 30px;
    }
}


@media (max-width: 991.99px) and (min-width: 768px) {
    .con-2 {
        padding: 70px 0 0;
        flex-flow: column nowrap;
    }

    .con-2 > .top-box > h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 50px;
    }
    
    .con-2 > .top-box > h3::after {
        width: 130px;
    }
    
    .con-2 > .top-box > p {
        font-size: 13px;
        line-height: 22px;
        width: 80%;
    
        margin-top: 30px;
    }
    
    .con-2 > .mid-box {
    
        padding: 50px 0 0;
    }
    
    .con-2 > .mid-box > .circ-box {
        width: 160px;
        height: 160px;
        padding: 15px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-top {
    
        border-top-right-radius: 75px;
        border-top-left-radius: 75px;
    }
    .con-2 > .mid-box > .circ-box > .circ-top > img {
        width: 40px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-bot {
        padding-bottom: 10px;
    
        border-bottom-right-radius: 75px;
        border-bottom-left-radius: 75px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-bot > p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .bot-box {
        position: relative;
        width: 100%;
        height: 550px;
        display: flex;
        justify-content: center;
    
        padding: 80px 0 0;
    }
    
    .bot-box > .pc {
        position: absolute;
        width: auto;
        height: 350px;
        left: 40%;
        transform: translate(-300px);
    }
    
    .bot-box > .mo {
        position: absolute;
        width: auto;
        height: 200px;
        left: 50%;
        transform: translate(-320px);
        top: 360px;
    }
    
    .bot-box > .texbx {
        position: absolute;
        width: 40%;
        top: 50px;
        padding-left: 10px;
        left: 50%;
        transform: translate(10%);
    }
    
    .bot-box > .texbx > h3 {
        font-size: 21px;
        font-weight: 400;
        font-family: 'Noto Sans KR', sans-serif;
        color: #333333;
    }
    
    .bot-box > .texbx > p {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Noto Sans KR', sans-serif;
        color: #777777;
        margin-top: 30px;
    }
}


@media (max-width: 767.99px) and (min-width: 576px) {
    .con-2 {
        padding: 50px 0 0;
        flex-flow: column nowrap;
    }

    .con-2 > .top-box > h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 50px;
    }
    
    .con-2 > .top-box > h3::after {
        width: 100px;
    }
    
    .con-2 > .top-box > p {
        font-size: 13px;
        line-height: 20px;
        width: 80%;
    
        margin-top: 30px;
    }
    
    .con-2 > .mid-box {
    
        padding: 30px 0 0;
    }
    
    .con-2 > .mid-box > .circ-box {
        width: 140px;
        height: 140px;
        padding: 5px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-top {
    
        border-top-right-radius: 75px;
        border-top-left-radius: 75px;
    }
    .con-2 > .mid-box > .circ-box > .circ-top > img {
        width: 30px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-bot {
        padding-bottom: 10px;
    
        border-bottom-right-radius: 75px;
        border-bottom-left-radius: 75px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-bot > p {
        font-size: 13px;
        line-height: 22px;
    }
    
    .bot-box {
        position: relative;
        width: 100%;
        height: 620px;
        display: flex;
        justify-content: center;
    
        padding: 80px 0 0;
    }
    
    .bot-box > .pc {
        position: absolute;
        width: auto;
        height: 350px;
        left: 45%;
        transform: translate(-40%);
        top: 50px;
    }
    
    .bot-box > .mo {
        position: absolute;
        width: auto;
        height: 200px;
        left: 50%;
        transform: translate(-180%);
        top: 240px;
    }
    
    .bot-box > .texbx {
        position: absolute;
        width: 80%;
        top: 500px;
        padding-left: 0;
        left: 50%;
        transform: translate(-50%);
        text-align: center;
    }
    
    .bot-box > .texbx > h3 {
        font-size: 21px;
        font-weight: 400;
        font-family: 'Noto Sans KR', sans-serif;
        color: #333333;
        margin-bottom: 20px;
    }
    
    .bot-box > .texbx > p {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Noto Sans KR', sans-serif;
        color: #777777;
        margin-top: 10px;
    }
}


@media (max-width: 575.99px) {
    .con-2 {
        padding: 40px 0 0;
        flex-flow: column nowrap;
        margin-bottom: 370px;
    }

    .con-2 > .top-box > h3 {
        width: 70%;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
    
    .con-2 > .top-box > h3::after {
        width: 80px;
        margin-top: 10px;
    }
    
    .con-2 > .top-box > p {
        font-size: 13px;
        line-height: 20px;
        width: 90%;
    
        margin-top: 30px;
    }
 

    .con-2 > .mid-box {
        position: relative;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    
        padding: 30px 0 0;
    }
    
    .con-2 > .mid-box > .circ-box {
        width: 130px;
        height: 130px;
        padding: 5px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-top {
    
        border-top-right-radius: 75px;
        border-top-left-radius: 75px;
    }
    .con-2 > .mid-box > .circ-box > .circ-top > img {
        width: 30px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-bot {
        padding-bottom: 10px;
    
        border-bottom-right-radius: 75px;
        border-bottom-left-radius: 75px;
    }
    
    .con-2 > .mid-box > .circ-box > .circ-bot > p {
        font-size: 13px;
        line-height: 22px;
    }
    
    .bot-box {
        position: relative;
        width: 100%;
        height: 520px;
        display: flex;
        justify-content: center;
    
        padding: 80px 0 0;
    }
    
    .bot-box > .pc {
        position: absolute;
        width: auto;
        height: 270px;
        left: 30%;
        transform: translate(-25%);
        top: 60px;
    }
    
    .bot-box > .mo {
        position: absolute;
        width: auto;
        height: 140px;
        left: 50%;
        transform: translate(-150%);
        top: 210px;
    }
    
    .bot-box > .texbx {
        position: absolute;
        width: 90%;
        top: 400px;
        padding-left: 0;
        left: 50%;
        transform: translate(-50%);
        text-align: center;
    }
    
    .bot-box > .texbx > h3 {
        font-size: 21px;
        font-weight: 400;
        font-family: 'Noto Sans KR', sans-serif;
        color: #333333;
        margin-bottom: 20px;
    }
    
    .bot-box > .texbx > p {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Noto Sans KR', sans-serif;
        color: #777777;
        margin-top: 10px;
    }
}

@media (max-width:419.99px) {
    .bot-box {
        height: 570px;
    
        padding: 80px 0 0;
    }
    
}
