@charset "utf-8";

 .section2, .section3, .section4, .section5 { margin-top: 100px;}
 .map_container { width: 90%; margin: 0 auto 100px auto; }
 .w96 {width: 96%; margin: 0 auto;}
 .mt100{margin-top: 100px;}
 .pd20 { padding: 0 20px;}
 .word_bk {
    word-break: keep-all;
 }

/* 제약 도매 */
.best-hotels-img {
    height: 100%;
}
.section_title .st_01 { 
     font-size: 55px;
     color: #CFCFCF;
}

.section_title .st_02 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 50px;
    color: #111;
}

.pageTopImg { 
    min-height: 911px;
}

.pageTopImg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7px);
} 

.trait_title {
    margin-bottom: 20px;
    font-size: 20px;
}

#trait .col-4 .inner {
    height: 100%;
    background-color: #F4F4F4; 
    padding: 50px;
}

#trait .col-4 {
    text-align: center; 
}

.map1 { display: block; }
.map2 { display: none; }

/* greetings */
.fix-background {
    padding: 120px 0; 
}
.testimonial-style2 .name {
    margin-top: 10px;
}

/* Gallery, page  */
.section1 {
    margin-top: 100px;
    padding: 0 30px;
}

.separator-line {
    height: 3px;
    width: 50px;
    background-color: #FFD700;
    margin: 10px 0;
    margin: 7% 0 !important;
}

.mb30 {
    margin-bottom: 30px;
}

#skills h4 {
    font-size: 16px !important;
    font-weight: 900 !important;
}

.list-line b {
    display: inline-block;
    font-weight: 900;
    width: 150px;
}


/* grid_ex */ 
.grid_ex {
    display: grid;
    grid-template-columns: repeat(4, 2fr); /* 4열 고정 */
    /* grid-gap: 10px;   */
}
.gallery-img {
    display: block;
    width: 25%;
    height: auto;  
    overflow: hidden;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;   
}

@media (max-width: 991px) { 
    
    .main_bg {
        padding: 0;
    }
}


/* 반응형 */
@media (max-width: 767px) {
    #trait .col-4 {
        width: 100%;
        margin: 5px 0;
    }

    #trait .col-4 .inner {  
        width: 90%;
        margin: 0 auto;
    }

    .map1 { display: none; }
    .map2 { display: block; } 

}


@media (max-width: 500px) {
    .personal-name h1 { font-size: 32px;}
    .black-text { width: 87%; margin: 0 auto;}
    .trait_title { font-size: 14px;
    }


    .pull-right { 
        width: 90%;
        padding: 20px 5px;
        float: none !important;
        margin: 0 auto;
    }

} 