@font-face {
    font-family: 'YDIYMjO150';
    src: url('/fonts/YDIYMjO150.eot');
    src: url('/fonts/YDIYMjO150.eot?#iefix') format('embedded-opentype'),
    url('/fonts/YDIYMjO150.woff2') format('woff2'),
    url('/fonts/YDIYMjO150.woff') format('woff'),
    url('/fonts/YDIYMjO150.svg#YDIYMjO150') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'YDIYMjO150', 'Arial', 'serif';
    font-weight: 400;
    font-size: 18px !important;
    color: #333333;
}
#logo {
    width: 300px;
    height: auto;
}
.header-line {
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 36px;
    color: #ffffff;
    background-color: #1f4770;
    text-align: center;
}
.header-line-text {
    max-width: 1110px;
    padding-top: 0;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
}
#header-phone-a {
    color: white;
    -webkit-text-fill-color: #ffffff;
    text-decoration: none;
}
#header-phone, #header-city, #header-email {
    display: inline-block;
    font-size: 18px;
    padding: 0 80px;
}
/* 기본 PC 메뉴 */
.topnav {
    display: flex;
    justify-content: flex-end;
}
.mobileIcon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
a {
    text-decoration: none;
}

/* 모바일 전환 */
@media screen and (max-width: 768px) {
    .topnav {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .topnav.responsive {
        display: flex;
    }
    .mobileIcon {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
    }
}
.foot-menu {
    font-size: 18px;
    margin-right: 5px;
    background-color: #f7f7f7;
    border: 1px solid #ffffff;
    height: 30px;
    padding: 4px 8px;
    margin-bottom: 2px;
}
.card-header:first-child {
    background-color: #1f4770;
}
.card-header {
    color: #ffffff;
    padding: .4rem 1.5rem;
    border-radius: 6px !important;
}
/* 공통 모달 */
.customModal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    overflow: auto;
    text-align: center;
    padding-top: 5%; /* 중앙 정렬 */
}

/* 모달 안의 이미지 */
.customModalImg {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    box-shadow: 0 0 20px #000;
    border-radius: 8px;
}

/* 닫기 버튼 */
.customClose, .customClose2 {
    position: absolute;
    top: 20px; right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


