@charset "UTF-8";

#insta + section.contents_box01 .wrapper_item {
    padding: 4.8rem 0;
    border: solid 3px #f3f3f3;
    border-bottom: none;
}

#line + section.contents_box01 .wrapper_item {
    padding-top: 4.8rem;
    border: solid 3px #f3f3f3;
    border-top: none;
}

#line + section.contents_box01 .wrapper_item .inner_item_txt {
    padding-bottom: 4.8rem;
}

@media screen and (max-width: 900px) {
#line + section.contents_box01 .wrapper_item .inner_item_txt {
    padding-bottom: 4.8rem !important;
}

#line + section.contents_box01 .wrapper_item,
#insta + section.contents_box01 .wrapper_item{
    padding-left: 1rem;
    padding-right: 1rem;
}
}