.inner {
    width: 1600px;
    margin: 0 auto;
}

.intro-header {
    background: linear-gradient(to right, #0f7ed1, #cbd877);
    color: white;
    height: 110px;
    text-align: center;
    position: relative;
}

.intro-header h2 {
    margin: 0;
    font-size: 34px;
    font-weight: bold;
    line-height: 110px;
}


/* 내용 영역 */
.intro-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.intro-image img {
    width: 100%;
}

.intro-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 150px;
    margin: 0 auto;
    padding: 23px 40px;
    line-height: 1.6;

}

/* 왼쪽 영역 */
.intro-left {
    flex: 1;
    min-width: 540px;
}

.intro-left h2 {
    font-size: 27px;
    line-height: 1.5;
}

.line {
    margin: 25px 0 15px;
    width: 70px;
    height: 2px;
    background: #0f7ed1;
}


.intro-left p {
    font-size: 18px;
    line-height: 32px;
}

/* 오른쪽 영역 */
.intro-right {
    flex: 1.5;
    min-width: 540px;
}

.intro-right p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 32px;
}

.intro {
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: -1;
}

.content-search {
    margin: 100px 0;
}

.content-search h2 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 15px;
}

.intro-box {
    background: #f7f7f7;
    border: 1px solid #d6d4d4;
    font-size: 22px;
    border-radius: 8px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
}

.highlight {
    color: #1da1f2;
}

.search-guide {
    margin-bottom: 25px;
}

.search-guide li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 18px;
    background: url(../img/info-ic.png) no-repeat left top+6px;
}


.contact-box {
    display: flex;
    align-items: center;
    border: 1px solid #b1abad;
    background: #fff;
    border-radius: 8px;
    height: 61px;
    line-height: 61px;
    padding-left: 40px;
    margin-top: 70px;
    color: #7a7a7a;
    font-size: 15px;
}

.contact-box strong {
    color: #000;
}

.contact-box span.bar {
    padding: 0 10px;
}

.contact-icon img {
    padding-right: 20px;
    margin-top: 14px;
}

.location-info {
    padding: 50px 300px;
    border: 2px solid #dfdfdf;
    border-radius: 20px;
    margin: 40px 0;
}

.location-info h2 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 25px;
}

.location-info .subtitle {
    /* color: #282828; */
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}

.map-box {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    height: 365px;
}


.contact-info {
    margin-bottom: 30px;
    font-size: 14px;
    background: #f5f5f5;
    display: flex;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    height: 60px;
    justify-content: center;
    gap: 60px;
    align-items: center;
}

.contact-info p img {
    vertical-align: middle;
    margin-right: 5px;
}

.transport-section,
.parking-section {
    margin-bottom: 30px;
}

.transport-section h3 {
    font-size: 18px;
}

.transport-section h3 img {
    margin-right: 5px;
}

.transport-section h3:nth-of-type(2) {
    margin-top: 30px;
}

.transport-section h4 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 5px;
    line-height: 23px;
}


.transport-section p {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 23px;
}

.bi-logo-section {
    margin: 20px 0;
}

.bi-logo-section img {
    width: 100%;
}

.bi-btn-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.bi-btn-wrap .btn {
    border-radius: 24px;
    font-size: 17px;
    color: #171717;
    border: 1px solid #b1abad;
    width: 280px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-weight: bold;
}

.color-section {
    margin-top: 30px;
    background: #f7f7f7;
    padding: 25px 30px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
}

.color-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.color-list {
    display: flex;
    gap: 60px;
    justify-content: center;

}

.color-card {
    display: flex;
    align-items: center;
    gap: 15px;
}

.color-box {
    width: 82px;
    height: 82px;
    border-radius: 8px;
}

.color-info {
    font-size: 12px;
    line-height: 1.4;
}

.color-info strong {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.copybox {
    padding: 10px 20px;
    background: #dfdfdf;
    color: #282828;
    font-size: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.open-mark-table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    border-top: 2px solid #1280d2;
    font-size: 15px
}

.open-mark-table th,
.open-mark-table td {
    border: 1px solid #dcdcdc;
    padding: 10px;
    vertical-align: middle;
}

.open-mark-table th {
    font-weight: bold;
    text-align: center;
}

.open-mark-table td {
    background: #f5f5f5;
    text-align: left;
    padding-left: 50px;
}

.desc {
    font-size: 10px;
    color: #282828;
    margin-top: 5px;
}

.location-info.exp {
    position: relative;
}

.img-bg7 {
    position: absolute;
    left: 100px;
    top: 45px;
}

.img-box img{
    width: 100%;
}


@media (max-width: 1600px) {
    .inner {
        width: 100%;
        padding: 0 40px;
    }

    .location-info {
        padding: 30px;
    }


    .intro-wrapper {
        gap: 40px;
    }

    .img-bg7 {
        display: none;
    }
}

@media (max-width: 1200px) {

    .inner {
        padding: 0 20px;
    }

    .breadcrumb {
        top: unset;
        transform: unset;
        bottom: -30px;
        color: #1280d2;
    }

    .breadcrumb img {
        filter: brightness(0) invert(0.6);
    }

    .breadcrumb .arrow {
        color: #b3b3b3;
    }

    .intro-header {
        height: 70px;
    }

    .intro-header h2 {
        line-height: 70px;
        font-size: 22px;
    }

    .location-info h2 {
        font-size: 22px;
    }

    .contact-info {
        flex-wrap: wrap;
        height: auto;
        justify-content: flex-start;
        gap: 20px;
        padding: 20px;
    }

    .bi-btn-wrap .btn {
        font-size: 14px;
    }

    .bi-btn-wrap {
        gap: 10px;
    }

    .color-section h3 {
        font-size: 18px;
    }

    .color-list {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: left;
    }

    .intro-box {
        height: auto;
        line-height: 1.2;
        padding: 20px;
        font-size: 16px;
    }

    .intro {
        display: none;
    }

    .content-search {
        margin: 70px 0;
    }

    .content-search h2 {
        font-size: 22px;
    }

    .search-guide li {
        font-size: 14px;
    }

    .contact-box {
        padding: 10px;
        height: auto;
        line-height: 1.2;
    }

    .contact-icon img {
        padding-right: 5px;
        width: 25px;
        margin-top: 0;
    }

    .intro-left h2 {
        font-size: 22px;
    }

    .intro-left p {
        font-size: 14px;
        line-height: 1.2;
    }

    .intro-right p {
        font-size: 14px;
        line-height: 1.2;
    }

    .open-mark-table,
    .open-mark-table tbody,
    .open-mark-table tr,
    .open-mark-table th,
    .open-mark-table td {
        display: block;
        width: 100%;
    }

    .open-mark-table td {
        border: none;
        padding: 8px 10px;
    }

}

@media (max-width: 550px) {
    .location-info {
        padding: 20px 10px;
    }

    .location-info h2 {
        text-align: center;
    }

    .subtitle.exp {
        text-align: center;
    }

    .map-box {
        height: 176px;
    }

    .contact-info {
        padding: 10px;
        font-size: 13px;
    }

    .contact-info p img {
        width: 15px;
        margin-right: 2px;
    }

    .contact-box span.bar {
        display: none;
    }

    .contact-box strong {
        display: block;
        margin-bottom: 5px;
    }

    .contact-icon img {
        margin-right: 5px;
    }

    .intro-box {
        padding: 10px;
        margin: 20px 0;
    }

    .search-guide li {
        margin-bottom: 15px;
    }

    .contact-box {
        margin-top: 40px;
    }

    .intro-wrapper {
        gap: 20px;
        padding: 10px;
    }

    .intro-left {
        min-width: unset;
        width: 100%;
        flex: auto;
    }

    .intro-right {
        min-width: unset;
        width: 100%;
    }

    .copybox{
        padding: 10px;
        text-align: center;
    }
}

@media (max-width: 360px) {

    .mark4{
        width: 100%;
    }
}