
.tsolubi{
    width: 100vw;
    /* height: 100vh; */
    height: 100%;
    background-color: #FFCE00;
    position: relative;
    overflow: hidden;
}

/* 배경 작은 이미지들 */
.tsolubi .bg_img{
    position: absolute;
    z-index: 5;
}
.tsolubi .bg_img > img{
    display: block;
    width: 100%;
}
.tsolubi .left_bg_01{
    left: 0;
    top: 0;
}
.tsolubi .left_bg_02{
    left: 0;
    bottom: 0;
}
.tsolubi .right_bg_01{
    right: 0;
    top: 0;
    z-index: 6;
}
.tsolubi .right_bg_02{
    right: 0;
    bottom: 0;
}
/* .tsolubi .left_bg_01{
    position: absolute;
    background-image: url("../images/tsolubi_bg_01.png");
    background-repeat: no-repeat;
    background-size: auto;
}
.tsolubi .left_bg_02{
    position: absolute;
    background: url(../images/tsolubi_bg_02.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    width: 292px;
    height: 354px;
    left: 0;
    bottom: 0;
}
.tsolubi .right_bg_01{
    position: absolute;
    background-image: url("../images/tsolubi_bg_03.png");
    background-repeat: no-repeat;
    background-size: auto;
}
.tsolubi .right_bg_02{
    position: absolute;
    background-image: url("../images/tsolubi_0.png");
    background-repeat: no-repeat;
    background-size: auto;
} */

.tsolubi .container{
    position: relative;
    z-index: 10;
    height: 100%;
    overflow-y: auto;
}
.tsolubi .contents{
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
}
/* 타이틀 */
.tsolubi .title_container{
    margin-bottom: 30px;
}
.tsolubi .title_box_01{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.tsolubi .title_01{
    display: block;
    width: 350px;
    font-size: 40px;
    font-weight: 800;
    height: 60px;
    line-height: 60px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}
.tsolubi .title_box_02{
    width: 70%;
    margin: 0 auto;
}
.tsolubi .title_02{
    display: block;
    width: 100%;
}

/* 카드 컨테이너 */
.tsolubi .contents_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}
/* 카드 박스 */
.tsolubi .card_box{
    width: 30%;
    border: solid 1px #000;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px #00000050;
}
/* 카드 타이틀 */
.tsolubi .title_box{
    background-color: #748EFF;
    padding: 30px;
}
.tsolubi .title{
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 33px;
    font-weight: 800;
    color: #fff;
}
/* 카드 컨텐츠 */
.tsolubi .ct_box{
    padding: 20px;
}
.tsolubi .ct_img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.tsolubi .ct_img > img{
    display: block;
    width: 100%;
}
.tsolubi .desc{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
/* 카드 버튼 */
.tsolubi .ct_bottom{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tsolubi .btn_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
    align-items: center;
    border: solid 2px #000;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 25px;
}
.tsolubi .btn_box > img{
    display: block;
}
.tsolubi .btn_t{
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.tsolubi .icon_box{
    display: flex;
    justify-content: space-between;
    width: 32%;
}
.tsolubi .icon{
    display: block;
    width: 45%;
}
.paper_icon{
    font-size: 20px;
}

/* 최하단 더보기 버튼 */
.tsolubi .bottom_container{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.tsolubi .bottom_btn{
    display: block;
    width: 350px;
    height: 50px;
    line-height: 50px;
    border-color: #000;
    background-color: #748EFF;
    box-shadow: 2px 2px 5px #00000050;
    margin-bottom: 30px;
}
