
.content-container{
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 0;
    min-height: 500px;
    display: inline-block;
}

.content-container section .swiper-mobile, .content-container section .swiper-pc {
    display: none!important;
}


.l-container {
    position: relative;
    z-index: 10;
}
.l-contents {
    min-height: 500px;
}
.intro__wrap {
    background: #fff;
    width: 100%;
    height: 100%;
    letter-spacing: -1.5px;
}
.intro__wrap>.title {
    text-align: center;
    padding-top: 80px;
}
.intro__wrap>.title .tit {
    color: #393434;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.7px;
}
.intro__wrap>.title .dsc {
    font-size: 18px;
    color: #747474;
    margin-top: 40px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -.9px;
}
.intro__wrap>.title .brand_sign {
    margin-top: 80px;
    font-size: 0;
    background-image: url(/img/intro/company.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: 50% 100%;
}
.intro__wrap .board__wrap {
    display: flex;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.board__wrap {
    width: 1400px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.intro__wrap .board__wrap .top_container {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    width: 1400px;
    margin: 0 auto;
    gap: 80px 0;
}
.intro__wrap .board__wrap .top_container>div.top_title {
    width: 350px;
    color: #393434;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.5px;
}
.intro__wrap .board__wrap .top_container>div.top_content {
    width: 1000px;
}
.intro__wrap .board__wrap .top_container>div.top_content table {
    border-top: 2px solid #312e27;
    background: #fff;
}
.intro__wrap .board__wrap .top_container>div.top_content table tr th {
    width: 240px;
    text-align: left;
    color: #393434;
    font-weight: 700;
}
.intro__wrap .board__wrap .top_container>div.top_content table tr td, .intro__wrap .board__wrap .top_container>div.top_content table tr th {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -.9px;
    height: 60px;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    word-break: keep-all;
    vertical-align: middle;
}
.intro__wrap .board__wrap .top_container>div.top_content table tr td, .intro__wrap .content .sub_content .address_detail .address_dsc div span {
    font-weight: 500;
    color: #747474;
}
.intro__wrap .board__wrap .top_container>div.top_content p {
    color: #747474;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.9px;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
