@charset "UTF-8";

.chMainSection01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 70px 0 20px 0;
}

.chMainSection01__container{
    display: flex;
    flex-direction: column;
    width: 91%;
    height: auto;
    justify-content: center;
    align-items: flex-start;
}

.chMainSection01__ttlBox{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: flex-start;
}

.chMainSection01__ttlBox h1{
    display: block;
    font-weight: 800;
    font-size: 36px;
    color: #494949;
    font-family: 'inter', 'noto sans sc', sans-serif;
}





.chMainSection02{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.chMainSection02__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 91.5%;
    height: auto;
}

.chMainSection02__imageBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: auto;
}

.chMainSection02__imageBox img{
    display: block;
    width: 100%;
    height: auto;
}

.chMainSection02__txtBox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 48%;
    height: auto;
}

.chMainSection02__ttlBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.chMainSection02__ttlBox p{
    display: block;
    font-weight: 600;
    font-size: 21px;
    color: #494949;
}

.chMainSection02__subBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.chMainSection02__subBox p{
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    color: #636363;
    margin-top: 8px;
}






.chMainSection03{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.chMainSection03__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 91.5%;
    height: auto;
    flex-direction: row-reverse;
}

.chMainSection03__imageBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: auto;
}

.chMainSection03__imageBox img{
    display: block;
    width: 100%;
    height: auto;
}

.chMainSection03__txtBox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 48%;
    height: auto;
}

.chMainSection03__ttlBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.chMainSection03__ttlBox p{
    display: block;
    font-weight: 600;
    font-size: 21px;
    color: #494949;
}

.chMainSection03__subBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.chMainSection03__subBox p{
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    color: #636363;
    margin-top: 8px;
}

main{
    padding-bottom: 30px;
}

@media screen and (max-width: 570px) {
    main{
        padding-bottom: 60px;
    }

    .chMainSection02__container, .chMainSection03__container{
        flex-direction: column;
    }

    .chMainSection02__imageBox, .chMainSection02__txtBox{
        width: 100%;
    }

    .chMainSection03__imageBox, .chMainSection03__txtBox{
        width: 100%;
    }

    .chMainSection02__imageBox, .chMainSection03__imageBox{
        margin-bottom: 10px;
    }
}