.l-contact {
    background: #F5F3EE;
}
.contact-new {
    background: #fff;
    padding: 32px;
    box-shadow: 0 4px 10px 0px rgba(154, 154, 154, 0.05);
}
.contact-new .section-title {
    text-align: center;
}
.column-last .section-title-main {
    color: #010101;
}
.contact-new-body {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    flex-wrap: wrap;
}
.contact-new-item {
    width: 48%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.contact-item-img {
    width: 207px;
    overflow: hidden;
    height: 154px;
    border-radius: 8px;
}
.contact-item-img img {
    transition: transform 0.5s ease;
    transform: scale(1);
    border-radius: 8px;
    cursor: pointer;
}
.contact-item-txt {
    width: calc(100% - 227px);
}
.contact-item-day {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.contact-item-day p {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.contact-item-day-group {
    padding-top: 12px;
    border-top: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-item-tab span {
    color: #96C60B;
    font-size: 0.875rem;
    line-height: 16px;
    border-radius: 1000px;
    padding: 2px 12px;
    background: #F5F9E7;
}
.contact-item-tab span.colum-tab_sns{
  background: #F9AB00;
  color: #fff;
}
.contact-item-tab span.colum-tab_des{
  background: #9C27B0;
  color: #fff;
}
.contact-item-tab span.colum-tab_ads{
  background: #4285F4;
  color: #fff;
}
.contact-item-tab span.colum-tab_bpo{
  background: #00ACC1;
  color: #fff;
}
.contact-item-tab span.colum-tab_seo{
  background: #34A853;
  color: #fff;
}
.contact-item-tab span.colum-tab_kol{
  background: #E91E63;
  color: #fff;
}
.contact-item-tab span:last-child {
    margin-right: 0px;
}

.contact-body {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
.contact-left, .contact-right {
    width: 48%;
}
.title-web.text-left {
    text-align: left;
}
.l-contact .title-web {
    color: #161F40;
}
.title-web.text-left span {
    color: #96C60B;
}
.contact-txt {
    font-size: 1.375rem;
    line-height: 32px;
}
.contact-txt ul {
    margin-left: 22px;
}
.contact-txt ul li {
    font-family: "Inter", sans-serif;
}