
.hrd_header_temp {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hrd_header_temp .pc_gnb {
    display: block;
}

.hrd_header_temp .tablet_gnb {
    display: none;
}

.hrd_header_temp .inner {
    position: relative;
    max-width: 1580px;
    width: 100%;
    height: 112px;
    margin: 0 auto;
    padding: 16px 40px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hrd_header_temp .inner h1 a {
    display: block;
    width: 256px;
    height: 64px;
    margin-bottom: -8px;
    color: transparent;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 256px 64px;
    background-image: url("/assets/images/logo01-1.svg");
}

.hrd_header_temp .quick_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 24px;
    font-size: 14px;
    color: #888888;
}

.hrd_header_temp .quick_menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
}

.hrd_header_temp .nav_menu {
    margin-top: 24px;
    -webkit-transition: margin-top 0.5s;
    transition: margin-top 0.5s;
}

.hrd_header_temp .nav_menu .depth1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 56px;
}

.hrd_header_temp .nav_menu .depth1 .hover_target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hrd_header_temp .nav_menu .depth1 .hover_target > a {
    display: inline-block;
    color: #262626;
    -webkit-transition: color 0.2s, font-weight 0.2s;
    transition: color 0.2s, font-weight 0.2s;
}

.hrd_header_temp .nav_menu .depth1 .hover_target > a::before {
    content: attr(title);
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-weight: 700;
    cursor: pointer;
}

@media speech {
    .hrd_header_temp .nav_menu .depth1 .hover_target > a::before {
        display: none;
    }
}

.hrd_header_temp .nav_menu .depth1 .hover_target:hover::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.hrd_header_temp .nav_menu .depth1 .hover_target:hover > a {
    font-weight: 700;
    color: #fff;
}

.hrd_header_temp .nav_menu .depth1 .hover_target:hover > .menu_wrap {
    width: 100%;
    height: 176px;
    margin-top: 24px;
    padding: 0 32px;
    opacity: 1;
    overflow: visible;
    border: 1px solid #dbdbdb;
}

.hrd_header_temp .nav_menu .depth2 {
    position: relative;
    z-index: 5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.hrd_header_temp .nav_menu .depth2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hrd_header_temp .nav_menu .depth2 a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.hrd_header_temp .nav_menu .depth2 a.blank::after {
    width: 100%;
    background: #000;
}

.hrd_header_temp .nav_menu .depth2 a:hover {
    color: #1ea25e;
    font-weight: 700;
}

.hrd_header_temp .nav_menu .depth2 a:hover::after {
    width: 100%;
    background: #1ea25e;
}

.hrd_header_temp .nav_menu .depth2 a::before {
    content: attr(title);
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-weight: 700;
    cursor: pointer;
}

@media speech {
    .hrd_header_temp .nav_menu .depth2 a::before {
        display: none;
    }
}

.hrd_header_temp .nav_menu .depth2 a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    display: block;
    width: 0;
    height: 1px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.hrd_header_temp .nav_menu .menu_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
    border: 0;
    -webkit-transition: height 0.5s, opacity 0.5s 0.1s;
    transition: height 0.5s, opacity 0.5s 0.1s;
}

.hrd_header_temp .nav_menu .menu_bg {
    position: relative;
    z-index: 5;
    width: 244px;
    height: 128px;
    -webkit-transform: translate(40px, 0);
    /* transform: translate(40px, 0); */
    transform: translate(33px, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    background-size: cover;
    border-radius: 8px 0px 0px 8px;
}

.hrd_header_temp .nav_menu .menu_bg.menu01 {
    background-image: url("/assets/images/img_menu01@2x.png");
}

.hrd_header_temp .nav_menu .menu_bg.menu02 {
    background-image: url("/assets/images/img_menu02@2x.png");
}

.hrd_header_temp .nav_menu .menu_bg.menu03 {
    background-image: url("/assets/images/img_menu03@2x.png");
}

.hrd_header_temp .nav_menu .menu_bg.menu04 {
    background-image: url("/assets/images/img_menu04@2x.png");
}

.hrd_header_temp .nav_menu .menu_bg.menu05 {
    background-image: url("/assets/images/img_menu05@2x.png");
}

.hrd_header_temp .nav_menu .menu_bg strong {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: block;
    color: #fff;
}

.hrd_header_temp .bottom_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 72px;
    padding: 0 40px;
    background-color: #fff;
    border-top: 1px solid #dbdbdb;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.hrd_header_temp .bottom_menu a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px 0;
}

.hrd_header_temp .bottom_menu a.active span {
    color: #1ea25e;
}

.hrd_header_temp .bottom_menu span {
    font-size: 12px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.hrd_header_temp .bottom_menu.scrolled {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.hrd_header_temp .all_menu {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 150;
    width: 100%;
    height: calc(100% - 129px);
    background-color: #fff;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
}

.hrd_header_temp .all_menu .depth1 {
    overflow-y: auto;
    height: 100%;
    padding: 16px 0;
}

.hrd_header_temp .all_menu .depth1 > li.current .clickable {
    color: #1ea25e;
}

.hrd_header_temp .all_menu .depth1 .clickable {
    width: 100%;
    height: 83px;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    cursor: pointer;
}

.hrd_header_temp .all_menu .depth2 {
    padding: 24px 40px;
}

.hrd_header_temp .all_menu .depth2 > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hrd_header_temp .all_menu .depth2 > li + li {
    margin-top: 16px;
}

.hrd_header_temp .all_menu .depth2 a {
    display: block;
}

.hrd_header_temp .all_menu .depth2 a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 105%;
    height: 150%;
}

.hrd_header_temp .all_menu .menu_wrap {
    overflow: hidden;
    background-color: #f2f2f2;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.hrd_header_temp .all_menu.active {
    bottom: 72px;
}

.hrd_header_temp.scrolled {
    background-color: #fff;
}


.hrd_header_temp.scrolled .inner h1 a {
    margin-bottom: 0;
    background-image: url("/assets/images/logo02-1.svg");
}

.hrd_header_temp.scrolled .quick_menu {
}


.hrd_header_temp.scrolled .nav_menu .depth1 .hover_target > a {
    color: #262626;
}

.hrd_header_temp.scrolled .nav_menu .depth1 .hover_target.current > a {
    color: #000;
}

@media (max-width: 1024px) {
    .hrd_header_temp .pc_gnb {
        display: none;
    }

    .hrd_header_temp .tablet_gnb {
        display: block;
    }

    .hrd_header_temp .inner {
        height: 56px;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hrd_header_temp.scrolled .inner {
        height: 56px;
        padding: 0;
    }
}

@media (max-width: 720px) {
    .hrd_header_temp .inner {
        height: 40px;
    }

    .hrd_header_temp .inner h1 a {
        width: 96px;
        height: 24px;
        background-size: cover;
    }

    .hrd_header_temp .bottom_menu {
        height: 64px;
        padding: 0 20px;
    }

    .hrd_header_temp .bottom_menu a {
        gap: 4px 0;
    }

    .hrd_header_temp .all_menu {
        height: calc(100% - 105px);
    }

    .hrd_header_temp .all_menu .depth1 {
        padding: 8px 0;
    }

    .hrd_header_temp .all_menu .depth1 .clickable {
        height: 56px;
        padding: 0 20px;
        font-size: 16px;
    }

    .hrd_header_temp .all_menu .depth2 {
        padding: 16px 20px;
    }

    .hrd_header_temp .all_menu .depth2 > li + li {
        margin-top: 14px;
    }

    .hrd_header_temp .all_menu .depth2 a {
        font-size: 14px;
    }

    .hrd_header_temp .all_menu.active {
        bottom: 64px;
    }

    .hrd_header_temp.scrolled .inner {
        height: 40px;
    }
}

.header_change .hrd_header_temp {
    background-color: #fff;
}

.header_change .hrd_header_temp::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
}

.header_change .hrd_header_temp .inner h1 a {
    background-image: url("/assets/images/logo02-1.svg");
}

.header_change .hrd_header_temp .quick_menu {
}

.hrd_header_temp .quick_menu a i {

    background-color: #F2F2F2;
}

.header_change .hrd_header_temp .nav_menu .depth1 .hover_target > a {
    color: #000;
}

.header_change .hrd_header_temp .nav_menu .depth1 .hover_target:hover > a {
    color: #1ea25e;
}

.header_change .hrd_header_temp .nav_menu .depth1 .hover_target:hover > .menu_wrap {
    border-top: 0;
}

.header_change .hrd_header_temp.scrolled {
    border-bottom: 0;
}

.header_change main {
    padding-top: 112px;
}

@media (max-width: 1024px) {
    .header_change main {
        padding-top: 56px;
    }
}

@media (max-width: 720px) {
    .header_change main {
        padding-top: 40px;
    }
}

.header_change .scrolled + main {
    padding-top: 72px;
}

@media (max-width: 1024px) {
    .header_change .scrolled + main {
        padding-top: 56px;
    }
}

@media (max-width: 720px) {
    .header_change .scrolled + main {
        padding-top: 40px;
    }
}

