.intro_page{padding: 5.42rem 2.5rem 8.33rem;}
.intro_tit{font-weight: 400;font-size: 3.42rem;margin-bottom: 1.25rem;}
.intro_txt{font-weight: 400;font-size: 1.83rem;line-height: 1.7;}
.lovetest_list{margin-top: 3rem;display: flex;flex-flow: wrap row; gap:10px;}
.lovetest_box{position: relative;border-radius: 0.63rem;overflow: hidden;padding: 1.88rem 2.5rem;width: calc(50% - 5px);height: 25rem;}
.lovetest_box::after{content: '';display: block;position: absolute;bottom: 0;right: 0;background-repeat: no-repeat;background-size: cover;background-position: center;}
.lovetest_box.box1{background-color: #008cf0;}
.lovetest_box.box2{background-color: #fea900;}
.lovetest_box.box3{background-color: #ff71a8; width: 100%;height: 19.67rem;}
.lovetest_box.box4{background-color: #a653f4;}
.lovetest_box.box5{background-color: #05c5ab;}
.lovetest_box.box1::after{background-image: url('/lovetest/img/m_lovetest_list01.png');width: 11.46rem;height: 12.88rem;}
.lovetest_box.box2::after{background-image: url('/lovetest/img/m_lovetest_list02.png');width: 11.29rem;height: 12.83rem;}
.lovetest_box.box3::after{background-image: url('/lovetest/img/m_lovetest_list03.png');width: 21.75rem;height: 17.79rem;}
.lovetest_box.box4::after{background-image: url('/lovetest/img/m_lovetest_list04.png');width: 12.42rem;height: 12.5rem;}
.lovetest_box.box5::after{background-image: url('/lovetest/img/m_lovetest_list05.png');width: 13.58rem;height: 13.75rem;}
.list_tit{position: relative;display: inline-block; font-weight: 700;font-size: 2.58rem;color: #fff;}
.list_tit::after{content: '';display: block;position: absolute;top: 2px;right: -6px;width: 4px;height: 4px;background-color: #fff;border-radius: 100%;}
.list_txt{font-weight: 400;font-size: 1.67rem;color: #fff;margin: 0.75rem 0 1.67rem;}
.list_txt + img{max-width: 2.21rem;}


@media only screen and (min-device-width: 535px) and (max-device-width: 700px) and (min-device-height: 600px){
.intro_page{padding-top: 3.5rem;}
.lovetest_box{width: calc(33.33% - 6.7px);height: 23rem;}
.lovetest_box.box3{width: calc(33.33% - 6.7px);height: 23rem;}
.lovetest_box.box3::after{width: 15.2rem;height: 12.4rem;}
.lovetest_box.box4{width: calc(50% - 5px); height: 20rem;}
.lovetest_box.box5{width: calc(50% - 5px); height: 20rem;}
}