/* =========================================================
   SUBPAGE COMMON
========================================================= */
section.subpage_section { min-height: revert; }

.subpage_container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    word-break: keep-all;
}

@media screen and (max-width: 1500px) {
    .subpage_container { padding: 0 15px; }
}


/* =========================================================
   COMPANY - HERO
========================================================= */
.company_first_contents {
    padding: 0 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.company_first_contents img {
    width: 350px;
    margin: 130px auto 50px auto;
}

.company_first_txt_wrapper {
    color: #fff;
    text-align: center;
}

span.company_first_text_title {
    display: block;
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
}

span.company_first_text_comment {
    display: block;
    margin-top: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
}

section.subpage_section.company_hero {
    position: relative;
    height: 650px;
    min-height: 650px;
    overflow: hidden;
    border-radius: 0 0 200px 0;
}

.company_hero .subpage_container {
    position: relative;
    z-index: 2;
}

section.subpage_section.company_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

img.company_hero_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
    z-index: 0;
}

/* 모바일 */
@media screen and (max-width: 640px) {
    section.subpage_section.company_hero { min-height: 770px; }
    span.company_first_text_title { font-size: 18px; }
}


/* =========================================================
   PHILOSOPHY HERO (배경 이미지 섹션)
========================================================= */
section.subpage_section.philosophy {
    position: relative;
}

img.philosophy_hero_img {
    position: absolute;
    inset: 0;
    width: 1920px;
    height: 530px;
    min-height: 530px;
    object-fit: cover;
    object-position: center 85%;
    z-index: 0;
}

/* =========================================================
   COMPANY INTRO (회사소개 카드형 페이지)
========================================================= */

section.subpage_section.company_intro {
    position: relative;
    height: 530px;
    min-height: 530px;
    overflow: hidden;
    border-radius: 0 0 200px 0;
}

section.subpage_section.company_intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 0 0 200px 0;
}


/* ======================
   HERO BANNER
====================== */
.company_banner {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
}

.company_banner_img {
    position: absolute;
    width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: center 82%;
    display: block;
}

.company_banner_text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    z-index: 2;

    font-size: 45px;
    line-height: 65px;

}

/* ======================
   CARD GRID (2 x 2)
====================== */


.philosophy_intro .grid_container{
    padding: 150px 0;
}

.company_card_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.company_card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    overflow: hidden;
}

.company_card img {
    border-radius: 16px;
    max-height: 380px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    display: block;
}

.company_card_body{
    margin-top: 35px;
}

.company_card_title {
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 15px;
}

.company_card_desc {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
}


/* ======================
   RESPONSIVE
====================== */
@media (max-width: 900px) {
    .company_card_grid {
        grid-template-columns: 1fr;
    }

    .company_banner {
        height: 160px;
    }
}


/* =========================================================
   COMPANY - INFO (UPDATED TO MATCH DESIGN)
========================================================= */
section.subpage_section.company_info {
    min-height: 300px;
}

.company_info .first_container {
    margin: 0 0 0 11%;
    padding-top: 200px;
    padding-bottom: 0;
}

.company_info .second_container {
    margin: 0 11% 0 0;
    padding-top: 264px;
    margin-bottom: 130px;
}

/* ✅ 핵심: 2행 2열 그리드 */
.company_info_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 210px;
    align-items: start;
}

.company_info_title {
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 50px;
}

.company_info_title.small {
    font-size: 28px;
}

.company_info_desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

/* ✅ 위 이미지 → 오른쪽, 아래 이미지 → 왼쪽 */
.company_info_media.top { justify-self: end; }
.company_info_media.bottom { justify-self: start; }

/* 우상단 이미지(큰 이미지 + 원형 오버랩) */
.company_info_media.top .media_main {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
}

.media_img_main {
    width: 100%;
    max-width: 750px;
    height: 550px;
    object-fit: cover;
    border-radius: 200px 0 0 0;
    display: block;
}

/* 원형 썸네일 오버랩 */
.media_img_circle {
    position: absolute;
    top: 68%;
    left: -14%;
    width: 329px;
    height: 329px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    background: #fff;
}

/* 좌하단 이미지 */
.company_info_media.bottom .media_sub {
    width: 100%;
    max-width: 560px;
}

.media_img_sub {
    width: 750px;
    height: 650px;
    object-fit: cover;
    border-radius: 0 200px 0 200px;
    display: block;
}

/* 반응형 */
@media (max-width: 1200px) {
    .company_info_grid { gap: 50px 40px; }

    .media_img_main { height: 300px; }
    .media_img_sub  { height: 320px; }

    .company_info_title { font-size: 28px; }
    .company_info_title.small { font-size: 24px; }

    .company_info .first_container  { margin: 0 0 0 auto; }
    .company_info .second_container { margin: 0 auto 0 0; }
}

@media (max-width: 768px) {
    .company_info .subpage_container {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .company_info_grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .company_info_text { max-width: 100%; }

    .company_info_media.top .media_main,
    .company_info_media.bottom .media_sub {
        max-width: 100%;
        margin: 0;
    }

    /* 모바일에서는 원형 썸네일을 작게 */
    .media_img_circle {
        left: 20px;
        bottom: -30px;
        width: 96px;
        height: 96px;
    }
}


/* =========================================================
   COMPANY - BOTTOM
========================================================= */
.subpage_section.company_bottom {
    min-height: 650px;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
        url("/img/bg_company_bottom.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.subpage_container.company_bottom {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    margin-top: 193px;
    display: flex;
    justify-content: center;
    gap: 79px;
}

.company_bottom_text_wrapper {
    display: flex;
    flex-direction: column;
    color: #fff;
}

span.company_bottom_title {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 40px;
    word-break: keep-all;
}

span.company_bottom_text {
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 1100px) {
    .subpage_container.company_bottom {
        margin: auto;
        padding: 0 15px;
    }

    span.company_bottom_title { font-size: 40px; }
    span.company_bottom_text  { font-size: 17px; }
}

@media screen and (max-width: 840px) {
    span.company_bottom_title { font-size: 35px; }
    span.company_bottom_text  { font-size: 13px; }
}

@media screen and (max-width: 640px) {
    .subpage_container.company_bottom {
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}



/* =========================================================
   MISSION VISION
========================================================= */
.vision{
    padding-top: 150px;
}

.vision_banner_img {
    position: absolute;
    width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: center 70%;
    display: block;
}

section.vision {
    background: #f5f5f5;
    padding: 120px 0;
    text-align: center;
}

.vision_title {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.vision_list {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}

/* 개별 항목 */
.vision_item {
    width: 310px;
}

/* 아이콘 원형 배경 */
.vision_icon {
    width: 310px;
    height: 310px;
    margin: 0 auto 25px;
    background: #e9e9e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision_icon img {
    width: 125px;
}

.vision_item_title {
    font-size: 25px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.vision_item_desc {
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

/* =========================================================
   PATENT GRID
========================================================= */
.patent_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(470px, 3fr));
    gap: 45px;
    margin-bottom: 150px;
}

.patent_grid_item {
    height: 600px;
    display: flex;
    flex-direction: column;
    padding: 60px;
    align-items: center;
    background: rgba(248, 248, 248, 1);
    justify-content: end;
    cursor: pointer;
}

.patent_grid_item:hover {
    scale: 1.05;
    transition: all 0.3s ease;
}

.patent_grid_item img {
    max-width: 90%;
    max-height: 350px;
}

.patent_grid_item span {
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    margin-top: 65px;
}

@media screen and (max-width: 640px) {
    .patent_grid {
        display: flex;
        flex-direction: column;
    }

    .patent_grid_item {
        height: revert;
        padding: 40px;
    }

    .patent_grid_item img  { max-height: 330px; }
    .patent_grid_item span { margin-top: 20px; }
}


/* =========================================================
   TABLE / PAGENATION
========================================================= */
.search_area_total {
    display: flex;
    max-width: 1500px;
    width: 100%;
}

.total_area {
    display: flex;
    color: rgba(221, 221, 221, 1);
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 50px;
}

span.total_number { color: rgba(0, 0, 0, 1); }

.subpage_table_board table {
    width: 100%;
    max-width: 1500px;
    border-collapse: collapse;
}

.subpage_table_board table thead {
    border-bottom: 2px solid #000;
    padding: 20px 20px;
}

.subpage_table_board table thead th { padding: 20px 20px; }

.subpage_table_board table tr td {
    padding: 20px 20px;
    border-bottom: 1px solid #d8d8d8;
}

#pagenation_area,
#pagenation_area2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 100px auto;
}

.pagenation li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-weight: 400;
    font-size: 20px;
}

.pagenation li:first-child,
.pagenation li:last-child {
    width: 50px;
    height: 50px;
    margin: 0 20px;
    border-radius: 50px;
    background-color: transparent;
    color: rgba(0,0,0,0.3);
}

.pagenation li:first-child a,
.pagenation li:last-child a { color: rgba(0,0,0,0.3); }

.pagenation li.active {
    background-color: transparent;
    color: #000;
    font-weight: 600;
}

.pagenation li.disabled {
    pointer-events: none;
    cursor: default;
}

.pagenation li.disabled a { color: rgba(0,0,0,0.1); }


/* =========================================================
   GALLERY GRID
========================================================= */
.gallery_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(345px, 4fr));
    gap: 40px;
}

.gallery_grid_item {
    display: flex;
    flex-direction: column;
}

.gallery_grid_item_img_box {
    aspect-ratio: 1 / 1;
    background: rgba(248, 248, 248, 1);
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    width: 470px;
    height: 470px;
}

.gallery_grid_item_img_box:hover {
    scale: 1.05;
    transition: all 0.3s ease;
}

img.gallery_grid_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 30px;
}

span.gallery_grid_item_title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.gallery_grid_item_date {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: rgba(128, 128, 128, 1);
}

/* 3fr Gallery */
.gallery_grid.fr3 {
    grid-template-columns: repeat(auto-fill, minmax(470px, 3fr));
    gap: 38px;
}

a.gallery_grid_item.fr3 {
    position: relative;
    aspect-ratio: 1 / 1;
    align-items: center;
    padding: 40px;
    justify-content: end;
}

img.gallery_grid_item_img_3fr_button {
    width: 50px;
    position: absolute;
    right: 35px;
    top: 35px;
    opacity: 0;
}

a.gallery_grid_item.fr3:hover img.gallery_grid_item_img_3fr_button { opacity: 1; }

a.gallery_grid_item.fr3:hover {
    scale: 1.05;
    transition: all 0.3s ease;
}

img.gallery_grid_item_img_3fr {
    margin: auto;
    width: 100%;
    height: 100%;
}

span.gallery_grid_item_title.fr3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .gallery_grid.fr3 {
        display: flex;
        flex-direction: column;
    }
}


/* =========================================================
   MAP BOX
========================================================= */
.company_contents.map {
    margin-top: 0;
    justify-items: revert;
    min-height: 740px;
}

.root_daum_roughmap .cont {
    display: none !important;
}

.comMap{
    display: flex;
    justify-content: center;
}

.map_info1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 42px 70px;
    align-items: center;
    max-width: 1200px;
    min-height: 200px;
    position: absolute;
    bottom: -25%;
    border-radius: 42px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    justify-content: flex-start;
    gap: 110px;
}

.map_info2 {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 42px 70px;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    min-height: 200px;
    position: absolute;
    bottom: -103%;
    border-radius: 42px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    gap: 70px;
}

.map_info .map_location {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #89A93E;
    margin: 0;
    margin-bottom: 15px;
}

.map_info .map_title {
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    margin: 0;
}

.map_info .map_cont {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.map_info .map_cont div {
    display: block;
    font-weight: 600;
    font-size: 20px;
}

.map_info .map_cont div .call_cont {
    font-weight: 300;
    font-size: 20px;

}

.map_info_line {
    border-right: 1.5px solid;
    height: -webkit-fill-available;
    display: inline-flex;
    margin: 0 30px 0 30px;
}

@media screen and (max-width: 860px) {
    .map_info {
        padding: 20px;
        gap: 10px;
    }

    .map_info p,
    .map_info p:first-child {
        width: 100%;
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .map_info_line {
        display: none !important;
    }

    .map_info .map_title {
        display: inline-block;
        /*margin-bottom: 10px;*/
        width: 100%;
    }

    /*.circle_tel {*/
    /*    */
    /*}*/
}

@media screen and (max-width: 640px) {
    .map_info {
        flex-direction: column;
        align-items: revert;
    }

    .map_info_content svg {
        width: 55px;
        display: none;
    }
}

/*.map_info_content::after {
    content: "|";
}*/

.map_info_content {
    display: flex;
}

.map_info_content div {
    align-self: center;
}

@media (max-width: 640px) {
    .company_contents_bg {
        border-bottom-right-radius: 200px !important;
    }
}

@media (max-width: 768px) {
    .company_contents {
        height: 1400px;
    }

    .company_contents.history {
        height: revert !important;
    }

    .company_contents.map {
        height: revert !important;
    }
}


/* =========================================================
   MODAL
========================================================= */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 24px;
}

.modal-overlay.is-open { display: flex; }

.modal-dialog {
    width: 1100px;
    max-width: 100%;
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff;
    border-radius: 28px;
    position: relative;
    padding: 56px;
}

.modal-dialog.dev { width: 600px; }

.modal-close {
    position: sticky;
    top: 0;
    margin-left: auto;
    display: block;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 44px;
    cursor: pointer;
    color: #111;
}

/* PC: 2열 */
.modal-body {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 48px;
    align-items: start;
}

.modal-dialog.dev .modal-body { display: contents; }

.modal-left img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    border-radius: 14px;
}

.modal-right { align-self: center; }

h2#modalTitle {
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.modal-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
}

.modal-dl dt {
    font-weight: 700;
    font-size: 20px;
    color: #222;
}

.modal-dl dd {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #444;
}

.modal-divider {
    height: 1px;
    background: #ddd;
    margin: 20px 0 30px;
}

.modal-dl .row {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 16px;
    padding: 10px 0;
}

.modal-dl .row.dev {
    display: grid;
    grid-template-columns: revert;
    gap: 16px;
    padding: 10px 0;
}

/* Tablet */
@media (max-width: 1024px) {
    .modal-dialog {
        width: 920px;
        padding: 36px;
        border-radius: 22px;
    }

    .modal-body {
        grid-template-columns: 360px 1fr;
        gap: 28px;
    }

    .modal-left img { height: 360px; }
}

/* Mobile */
@media (max-width: 768px) {
    .modal-overlay { padding: 14px; }

    .modal-dialog {
        width: 100%;
        padding: 18px;
        border-radius: 18px;
        max-height: calc(100vh - 28px);
    }

    .modal-body {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .modal-left img {
        height: 320px;
        margin-bottom: 30px;
    }

    .modal-dl .row {
        grid-template-columns: 90px 1fr;
        gap: 10px;
    }

    .modal-dl .row.dev { grid-template-columns: revert; }

    .modal-dl dd,
    .modal-dl dt { font-size: 16px; }
}

/* Small Mobile */
@media (max-width: 420px) {
    .modal-left img { height: 180px; }
    .modal-dl .row { grid-template-columns: 94px 1fr; }
    .modal-dl .row.dev { grid-template-columns: revert; }
}

/* =========================================================
   HISTORY
========================================================= */
.history_container{
    padding-top: 150px;
}


.history_title_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

span.history_title_year {
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #89A93E;
}

span.history_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
}

.history_cont_wrapper {
    display: flex;
    margin-top: 69px;
}

.history_cont_img_wrapper {
    width: 50%;
}

.history_cont_img_wrapper img {
    max-width: 500px;
    width: 90%;
}

.history_cont_right {
    width: 50%;
}

.history_text_wrapper {
    display: flex;
    min-height: 160px;
    border-left: 1px solid #D9D9D9;
    padding-bottom: 30px;
}

.history_text_wrapper.last_line {
    border-left: 0px;
}

.history_text_icon {
    margin-right: 91px;
    position: relative;
}

.history_text_icon img {
    max-width: 15px;
    position: absolute;
    left: -7px;
}

.history_text_year {
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #89A93E;
    margin-right: 60px;
}

.history_text {
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
    color: #2E2624;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {

    .history_cont_wrapper {
        flex-direction: column;
        gap: 60px;
    }

    .history_cont_img_wrapper {
        width: 100%;
    }

    .history_cont_img_wrapper img {
        width: 45%;
    }

    .history_cont_right {
        width: 100%;
    }

}

@media screen and (max-width: 640px) {

    .span.history_title_year {
        font-size: 55px;
    }

    .history_cont_img_wrapper img {
        width: 80%;
    }

    .history_cont_right {
        width: 100%;
    }

    .history_text_year {
        font-size: 30px;
    }

    .history_text {
        font-size: 20px;
    }
}

/* ==============================
   PRODUCT VIEW (상세)
============================== */
.product_view .subpage_container{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.product_name{
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;

}

.product_name span{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

.product_line{
    width: 100%;
    margin: 0 auto 150px;
    border: 1.5px solid #000000
}

.product_last_line{
    width: 100%;
    margin: 0 auto 100px;
    border: 1px solid #AAAAAA
}

.product_image_wrap{
    display: flex;
    justify-content: center;
}

.product_detail_img{
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin-bottom: 100px;
}

/* ==============================
   LIST BUTTON - 햄버거 스타일
============================== */

.list_btn{
    margin: 100px 0;
    display: flex;
    justify-content: center;
}

/* 원형 버튼 */
.btn_hamburger{
    width: 70px;
    height: 70px;
    background: #89A93E;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    transition: 0.2s;
}

/* 햄버거 3줄 */
.btn_hamburger span{
    width: 20px;
    border: 1px solid #FFF;
}

/* hover 효과 */
.btn_hamburger:hover{
    background: #6b8e38;
    transform: scale(1.05);
}