@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.header {
    width:100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.header_partiva {
    width:100%;
    background: url(https://firebasestorage.googleapis.com/v0/b/darlibaba-91ac3.firebasestorage.app/o/main_bg_03.jpg?alt=media&token=0d794521-586b-4f4e-aec2-04f73d93367c);
    background-size: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.family_area {
    background-color: #5bb5ff;;
}

.notice-bar-container {
    display: flex;
    justify-content: center;
}

.notice-bar {
    position: relative;
    width: 100%;
    max-width: 1400px;
    background-color: #5bb5ff;
    overflow: hidden;
    height: 60px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    padding-right: 50px;
}

.scroll-wrapper {
    white-space: nowrap;
    display: flex;
    animation: scroll-loop 20s linear infinite;
}

.notice-text {
    display: inline-block;
    padding-right: 100px; /* 간격 */
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
}

@keyframes scroll-loop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.close-btn {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    z-index: 10;
}

.hidden {
    display: none !important;
}

.family_list{
    max-width:1400px;
    margin:auto;
    height: 42px;
    display: flex;
}

.family_a{
    width: 41px;
    height: 42px;
    background-image: url('/new_asset/fa_00.svg');
    background-size: cover;
}

.family_b{
    width: 90px;
    height: 42px;
    background-image: url('/new_asset/fa_01.svg');
    background-size: cover;
}

.family_c{
    width: 90px;
    height: 42px;
    background-image: url('/new_asset/fa_02.svg');
    background-size: cover;
}

.family_d{
    width: 90px;
    height: 42px;
    background-image: url('/new_asset/fa_03.svg');
    background-size: cover;
}

.family_e{
    width: 90px;
    height: 42px;
    background-image: url('/new_asset/fa_04.svg');
    background-size: cover;
}

.header nav {
    max-width: 1400px;
    min-width: 1400px;
    margin: auto;
}

.header_partiva nav {
    max-width: 1400px;
    min-width: 1400px;
    margin: auto;
}

.nav_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 0px;
}

.main_menu {
    display: flex;
    flex-grow: 1;
    justify-content: left;
    padding-left: 60px;
}

.main_menu li {
    margin: 0px 16px;
    font-family: 'Pretendard-Regular';
    font-size: 1.1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: -0.45px;
    color: #353535;
}

.main_menu li a {
    color: #353535;
    font-size: 1.1rem;
}

.main_menu li a:hover {
    color: #4286f4;
    tansition: 0.2s;
}

.user_menu {
    display: flex;
}

.user_menu li {
    padding: 0px;
    color: #353535;
}

.user_menu li:first-child {
    display: flex;
    font-weight: bold;
    font-size: 1.1rem;
    font-family: 'Pretendard-Regular';
}

.user_menu li:first-child img {
    width: 37px;
    height: 37px;
    margin-right: 5px;
}

.user_menu li:nth-child(2), .user_menu li:nth-child(3) {
    display: flex;
}

.user_menu li > a {
    margin: auto;
    padding: 0px 18px;
}

.user_menu li:nth-child(2) a, .user_menu li:nth-child(3) a {
    border-left: 1px solid black;
    font-family: 'Pretendard-Regular';
}

.user_menu li:first-child a {
    padding-left: 0px;
}

.jungdari_con {
    width:139px;
    height:24px;
}

.nav_search {
    flex-grow: 1;
    display: flex;
}

.searchform_word {
    margin: auto 0px;
    margin-left: 30px;
    width: 570px;
    height: 58px;
    padding: 5px 24px;
    border-radius: 36px;
    background-color: #fff;
    display: flex;
    border: 1px solid #ccc;
}

.searchform_icon1 {
    width: 60px;
}

.searchform_input {
    width: 480px;
    padding: 0px 20px;
    border: none;
    font-size: 1rem;
    font-family: 'Pretendard-Regular';
}

.searchform_icon2 {
    width: 40px;
    cursor: pointer;
}

.searchform_icon3 {
    width: 40px;
}

.searchform_img {
    margin: auto 16px;
    width: 130px;
    height: 58px;
    padding: 5px 5px;
    border-radius: 36px;
    background-color: #fff;
    display: flex;
    cursor: pointer;
}

.searchform_img span {
    margin: auto 0px;
    font-family: 'Pretendard-Regular';
    font-weight: bold;
}

.nav_top_sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 0px;
    padding-bottom: 26px
}

.nav_bottom_sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 28px;
}

@media (max-width: 1400px) {
    .header {
        display: none;
    }
}
