.branch-map {
    width: 100%;
    height: 800px;
}
.prd-option__options2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.sec-prd-option2 {
    padding-top: 100px;
}
.option-type-circle {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: 20px;
    justify-content: start;
}
.option-type-circle-item {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.option-type-circle-item + .option-type-circle-item {
    margin-left: 30px;
}
.option-type-circle-thumb {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.option-type-circle-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.option-type-circle__title {
    margin-top: 13px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.option-type-rounded {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: 20px;
    justify-content: start;
}
.option-type-rounded-item {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.option-type-rounded-item + .option-type-rounded-item {
    margin-left: 30px;
}
.option-type-rounded-thumb {
    width: 250px;
    height: 180px;
    border-radius: 16px; /* 모서리 둥글기 */
    overflow: hidden;
    display: block;
}
.option-type-rounded-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.option-type-rounded__title {
    margin-top: 13px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.prd-option-type__desc2 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.product-intro-top__menu2 {
    position: absolute;
    top: -100px;
    left: 0;
    width: 400px;
    height: 400px;
    background: #004b80;
    display: flex;
    align-items: center;
    padding: 50px;
    z-index: 2;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    position: relative;
    line-height: 1.6;
color: #000;
    font-size: 20px;
    font-weight: 400;
}

.check-list li::before {
    content: "\2714";
    font-family: Arial, sans-serif;
    color: #e45c44;
    padding-right: 10px;
}

.prd-map {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.prd-map__left {
    flex: 1;
}

.prd-map__right {
    width: 40%;
}

.prd-map__map {
    width: 100%;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
}

.prd-map__title {
    font-size: 25px;
    line-height: 2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.prd-info__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 12px;
}

.prd-map__label {
    flex: 0 0 75px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 5px 0;
}

.prd-map__value {
    flex: 1;
    min-width: 0;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 5px 0;
}
.map-label {
    transform: translateY(-20px);
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    color: #fff;
    background: #63021a;
    border-radius: 20px;
    border: 1px solid #ddd;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
}

/* 말풍선 꼬리 */
.map-label::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #63021a transparent transparent transparent;
}
.sec-product-top2 {
    padding-top: 400px;
    padding-bottom: 310px;
    background-image: url(../img/product/changniroom/bg-product-intro.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-product-intro2 {
    padding-top: 200px;
}
.sec-main-dream2 {
    padding-top: 200px;
}
/*메인-지점소개*/

#main_about_100{width:100%; max-width:1920px; padding: 0; padding-bottom: 200px; overflow:hidden; }
#main_about_100 .img_wrap{ float:left; width:50%; height:450px; background:url('../img/main/main_about_img.jpg') center center no-repeat}
#main_about_100 .txt_wrap{ float:right; width:50%; vertical-align:top; background:#f7f7f7; box-sizing:border-box; }
#main_about_100 .txt_wrap .txt_cont{ width:100%; height:450px;  padding:50px;}
#main_about_100 .txt_wrap .txt_cont h2{ font-size:2em; font-weight:700;  line-height:1.5em; }
#main_about_100 .txt_wrap .tit{font-size:1.5em; font-weight:400; line-height:1.2em;  }
#main_about_100 .txt_wrap .txt{font-size:1em; line-height:1.5em; display:inline-block; word-break:keep-all; color:#333; padding:25px 0 50px;}
#main_about_100 .txt_wrap .txt:last-child{padding-top:14px}
#main_about_100 .btn_more{display:block; width:180px; height:50px; line-height:50px; background:#222; text-align:center; color:#fff; transition:0.6s;}
#main_about_100 .btn_more:hover{background:#800020; }

/*애니메이션*/
.aos-left,
.aos-right {
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.aos-left {
    transform: translateX(-80px);
}

.aos-right {
    transform: translateX(80px);
}

.aos-left.action,
.aos-right.action {
    transform: translateX(0);
}

@media (max-width: 1024px) {
    .branch-map {
        height: 500px;
    }
    .sec-prd-option2 {
        padding-top: var(--section-padding);
    }
}

@media (max-width: 768px) {
    .branch-map {
        height: 360px;
    }
    .sec-prd-option2 {
        padding-top: var(--section-padding);
    }
    .product-intro-top__menu2 {
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
        background-color: transparent;
        display: block;
        font-size: 0;
    }
    .prd-map {
        flex-direction: column;
    }

    .prd-map__right {
        width: 100%;
    }

    .prd-map__map {
        height: 300px;
    }

    .prd-map__label,
    .prd-map__value {
        font-size: 16px;
        line-height: 24px;
    }
    .option-type-circle {
        grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 480px) {
    .branch-map {
        height: 300px;
    }
    .sec-prd-option2 {
        padding-top: var(--section-padding);
    }
    .product-intro-top__menu2 {
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
        background-color: transparent;
        display: block;
        font-size: 0;
    }
}