.contents__layout > .contents__layout__inner{
    padding-top: 0;
}

.contents__layout > .contents__layout__inner .img__wrap{
    border-radius: 5px;
    overflow: hidden;
    height: 250px;
}

.contents__layout > .contents__layout__inner .img__wrap img{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.s2{
  width: 80%;
  place-self: center;
  padding-bottom: 20px;
}

.contents__layout > .contents__layout__inner > p{
    margin: 0;
    margin-top: 20px;
}

.intro__business__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
}

.intro__business__list > li{
    width: 100%;
    height: auto;
}

.intro__business__list > li a{
    width: 100%;
    height: auto;
    display: block;
}

.intro__business__list > li a div{
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}

.intro__business__list > li a div img{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.intro__business__list > li a p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

.map__wrap{
    width: 100%;
    height: 255px;
    overflow: hidden;
    border-radius: 5px;
}

.map__wrap .root_daum_roughmap{
    width: 100%;
    height: 100%;
}

.map__wrap .root_daum_roughmap .wrap_map{
    height: 100%;
}

.map__wrap .root_daum_roughmap .map_border{
    opacity: 0;
}

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

.map__info__list > li{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.map__info__list > li:last-of-type{
    border-bottom: none;
}

.map__info__list > li img{
    width: 15px;
    height: auto;
    margin-right: 5px;
}

.board__list{
    width: 100%;
    height: auto;
}

.board__list li{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.board__list li:last-of-type{
    margin: 0;
    padding: 0;
    border: none;
}

.board__list li > a{
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 14px;
}

.contents__layout > .contents__layout__inner .board__list li > a .img__wrap{
    width: 115px;
    height: 85px;
    border-radius: 5px;
    overflow: hidden;
}

.contents__layout > .contents__layout__inner .board__list li > a .img__wrap img{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.board__list li > a div{
    width: calc(100% - 140px);
}

.board__list li > a p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
}

.board__list li > a span{
    font-size: 14px;
    font-weight: 500;
    color: #909090;
    line-height: 22px;
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.youtube__list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 12px;
}

.youtube__list > li{
    width: calc(50% - 6px);
    height: auto;
}

.youtube__list > li a{
    width: 100%;
    height: auto;
    display: block;
}

.youtube__list > li a .youtube__wrap{
    width: 100%;
    height: 135px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.youtube__list > li a .youtube__wrap img:nth-child(1){
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.youtube__list > li a .youtube__wrap img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.youtube__list > li a p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}





/* media */
@media screen and (max-width: 768px){
    .intro__business__list > li a div{
        height: 180px;
    }

    .youtube__list > li a .youtube__wrap{
        height: 180px;
    }
}

@media screen and (max-width: 650px){
    .contents__layout > .contents__layout__inner .img__wrap {
        height: 180px;
    }

    .intro__business__list{
        grid-template-columns: 1fr;
    }

    .intro__business__list > li a div{
        height: 140px;
    }

    .youtube__list > li{
        width: 100%;
    }

    .youtube__list > li a .youtube__wrap{
        height: 140px;
    }
}
