@charset "utf-8";

#gnb {
    display: block;
    position: fixed;
    width: 100%;
    position: absolute;
    z-index: 12;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

#gnb.hide {
    visibility: hidden;
    height: 0;
    /* top:-82px; */
}

#gnb.none {

    /* top:0px; */
}

#gnb.over {
    /* background-color: #fff; */
}

#gnb.fixed {
    position: fixed;
    background-color: #fff;
    border-color: #eee;
}

#gnb.over.fixed {
    background: unset;
}

#gnb.over.fixed h1 {
    background-image: url(/img/logo/logo_w.svg);
}

#gnb .gnb_wd {
    /* position:relative; */
    /* width: var(--width-size); */
    /* margin: 0 auto; */
}

#gnb h1 {
    /* width: 250px; */
    min-width: 180px;
    height: 66px;
    background-image: url(/img/logo/logo_w.svg);
    background-position-x: left;
    background-position-y: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

#gnb.fixed h1 {
    background-image: url(/img/logo/logo.svg);
}

#gnb h1>a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    /* opacity: 0; */
}

#gnb .gnb_top form {
    display: flex;
    border-radius: 40px;
    background-color: #fff;
}

#gnb .gnb_top input {
    border-radius: 40px;
    width: 30%;
    height: 40px;
    border: 1px solid var(--color-main);
}

#gnb .gnb_top input[type=text] {
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
    /* background-image: url(/img/common/search.png); */
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 96%;
    width: 300px;
    border-radius: 40px 0 0 40px;
    border-right: 0;
    background-color: #fff;
}

#gnb .gnb_top input[type=text]:hover,
#gnb .gnb_top input[type=text]:focus {
    background-color: #fff
}

#gnb .gnb_top input[type=submit] {
    background-image: url(/img/common/search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    border-left: 0;
    border-radius: 0 40px 40px 0;
    background-color: #fff;
}

#gnb .gnb1_ul {
    display: flex;
    height: 100%;
    justify-content: center;
}

#gnb .gnb1_ul>li {
    min-width: 200px;
    width: 260px;
    height: 100%;
    /* position: relative; */
    border-radius: 2rem 2rem 0 0;
    /* padding: 1rem 0; */

    /* position:relative; */
    overflow: unset;
}

#gnb .gnb1_ul>li:hover {
    /* background-color:#fff; */
}

#gnb .gnb1_ul>li:hover>a {
    background-color: var(--color-main-dark);
    color: #fff;
}

#gnb .gnb1_ul>li:last-child::before {
    display: none;
}

#gnb .gnb1_ul>li>a {
    /* padding: .5em; */
    height: 100%;
    width: 100%;
    /* text-align: center; */
    /* z-index: -1; */
    font-weight: 600;
    font-size: 24px;
    /* box-shadow: 3px 3px 3px gray; */
    color: #232323;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 2rem 2rem 0 0;
    color: #fff;
}

#gnb.fixed .gnb1_ul>li>a {
    color: #222;
    transition: all .4s
}

#gnb>ul>li a:hover,
#gnb .gnb1_ul>li>a:hover {
    /* color: var(--color-main); */
    color: #fff;
}

#gnb .gnb1_ul>li>a:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: unset;
    bottom: 0;
    background-color: var(--color-main);
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -10px;
    border: 6px solid #fff;
    opacity: 0;
    transition: .5s;
}

#gnb.fixed .gnb1_ul>li.over>a {
    color: #ffffff;
    background-color: var(--color-main);
    z-index: 3;
}

#gnb .gnb1_ul>li .gnb2 {
    /* display: none; */
    position: absolute;
    top: 100px;
    left: 0;
    height: 0px;
    max-height: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
    /* border-top: 1px solid #2d51a300; */
    z-index: -2;
    /* transform: translateX(-50%); */
    opacity: 1;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#gnb .gnb1_ul>li.over>a::after {
    opacity: 1
}

#gnb .gnb1_ul>li.over .gnb2.over,
#gnb .gnb1_ul>li .gnb2:hover {

    height: 12em;

    max-height: 12em;

    z-index: 2;
}

.gnb_bg {
    /* background-color:#fff; */
    height: 100%;
    border-top: 1px solid var(--color-main);
    /* border-bottom: 1px solid #ddd; */
    /* border-radius: 0 0 6rem 6rem; */
    /* overflow: hidden; */
    width: 100%;
}

.gnb_inner {
    width: var(--width-size);
    margin: 0 auto;
    height: 100%;
}

.gnb2_ul {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#gnb .gnb1_ul .gnb2_ul li {
    background-color: white;
    width: 17%;
    height: 100%;
    transition: .2s;
    padding: 0;
    border-right: 1px solid #eee;
}

#gnb .gnb1_ul .gnb2_ul li:first-child {}

#gnb .gnb1_ul .gnb2_ul li:last-child {
    border-right: 0
}

#gnb .gnb1_ul .gnb2_ul li a {
    /* padding: .5em 0 .5em 0; */
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 500;
    word-break: keep-all;
    text-align: center;
    background-image: url(/img/depth/dt1-0.svg);
    background-repeat: no-repeat;
    padding: 2rem;
    padding-top: 160px;
    background-position: center 2rem;
    background-size: 120px;
}

#gnb .gnb1_ul .gnb2_ul li:hover {}

#gnb .gnb1_ul .gnb2_ul li:hover a {
    color: var(--color-main);
    background-color: #D0E9FF
}

#gnb .gnb1_ul .gnb2_ul li a p {
    padding-top: 1rem;
    font-weight: 500;
    font-size: 22px;
}

#gnb .gnb1_ul .gnb2_ul li:hover a p {
    color: var(--color-main-dark);
    font-weight: 700;
}

/* 메뉴 아이콘 */
#gnb .gnb1_ul .gnb2_ul li a.icon_0_1 {
    background-image: url(/img/depth/dt1-1.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_0_2 {
    background-image: url(/img/depth/dt1-2.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_0_3 {
    background-image: url(/img/depth/dt1-3.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_0_4 {
    background-image: url(/img/depth/dt1-4.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_0_5 {
    background-image: url(/img/depth/dt1-5.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_0_6 {
    background-image: url(/img/depth/dt1-6.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_1_0 {
    background-image: url(/img/depth/dt2-0.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_1_1 {
    background-image: url(/img/depth/dt2-1.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_1_2 {
    background-image: url(/img/depth/dt2-2.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_1_3 {
    background-image: url(/img/depth/dt2-3.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_2_0 {
    background-image: url(/img/depth/dt3-0.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_2_1 {
    background-image: url(/img/depth/dt3-1.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_2_2 {
    background-image: url(/img/depth/dt3-2.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_2_3 {
    background-image: url(/img/depth/dt3-3.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_3_0 {
    background-image: url(/img/depth/dt4-0.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_3_1 {
    background-image: url(/img/depth/dt4-1.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_3_2 {
    background-image: url(/img/depth/dt4-2.svg);
}

#gnb .gnb1_ul .gnb2_ul li a.icon_3_3 {
    background-image: url(/img/depth/dt4-3.svg);
}


.gnb_top {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    z-index: 1;
    position: relative;
    background-color: #f7f7f7;
    height: 60px;
}

.gnb_wrap {
    position: relative;
    width: 100%;
    height: 100px;
    /* background-color: #fff; */
    /* border-bottom: 1px solid var(--color-main); */
}

#gnb.fixed .gnb_top {
    display: none
}

.gnb_step {
    /* max-width: var(--width-size); */
    /* margin: 0 auto; */
    /* padding: 0 30px; */
}

.gnb_step1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 2rem;
    width: var(--width-size);
    margin: 0 auto;
    padding: 0 30px;
}

.gnb_step2 {
    display: flex;
    height: 90px;
    width: var(--width-size);
    height: 100%;
    /* gap: 10rem; */
    /* position: relative; */
    margin: 0 auto;
    align-items: center;
    padding: 0 30px;
}

#gnb .gnb_right {
    height: 100%;
    width: 100%;
}

#gnb .gnb_menu {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

#gnb .menu_inner {
    height: 100%;
    width: 100%;
    /* display: inline-block; */
    /* padding-right: 10%; */
    /* position: relative; */
}

#gnb .m_btn {
    margin-left: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#gnb .sitemap_btn {
    background-image: url(/img/common/sitemap_w.svg);
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#gnb.fixed .sitemap_btn {
    background-image: url(/img/common/sitemap.svg)
}

#gnb.over.fixed .sitemap_btn {
    background-image: url(/img/common/sitemap_w.svg)
}

#gnb .gnb_sns {
    width: 12%;
}

#gnb .gnb_sns ul {
    display: flex;
    justify-content: flex-end;
}

#gnb .gnb_sns ul li {
    margin-left: 1rem
}

#gnb .gnb_top a {
    position: relative;
    color: #222;
    /* font-size: 15px; */
    /* opacity:.7; */
}

#gnb .gnb_top a:hover {
    opacity: 1
}

#gnb .gnb1_ul a:nth-of-type(1) {
    /* padding-left: 0; */
}

#gnb .gnb1_ul a.sitemap {
    width: 40px;
    height: 40px;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    padding: .5em .3em;
    border: 1px solid #ccc;
    position: relative;
    justify-content: space-between;
}

#gnb>div a.sitemap div {
    height: 2px;
    width: 100%;
    /* position: absolute; */
    background-color: var(--color-gray);
}

#gnb>div a.sitemap div:nth-of-type(1) {}

#gnb>div a.sitemap div:nth-of-type(2) {}

#gnb>div a.sitemap div:nth-of-type(3) {}

#gnb button {}

#gnb button.mobile_btn {
    background-image: url(/img/common/sitemap_w.svg);
    display: none;
    /* position: absolute; */
    /* right: 0; */
    /* display: inline-block; */
    background-repeat: no-repeat;
    background-position: center;
}

#gnb .m_btn button:hover i,
#gnb .m_btn button:hover span {}

#gnb.fixed button.mobile_btn {
    background-image: url(/img/common/sitemap.svg);
}

#gnb.fixed h1.fix_view {
    display: unset;
}

#gnb .m_btn button span {
    color: #232323;
    transition: all .4s
}

#gnb .m_btn button i.ri-close-fill {
    transform: rotate(180deg);
}

#gnb .gnb_top .all_menu {
    display: none;
    border: 0;
    background-color: var(--color-main);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

#gnb .gnb_top .all_menu i {
    color: #ffffff
}

.sub_title_con .nav_float {
    position: relative;
    margin-top: -30px
}

.nav_float ul {}

.nav_float ul li {}

/*.nav_float ul li.on a:before{content:"";position:absolute;width: 10px;height: 10px;left: 50%;top: 0;background-color:var(--color-main2);border-radius:50%;margin-top: -12px;transform: translateX(-50%);}*/
.nav_float ul li a {
    display: flex;
    /* width: 100%; */
    height: 100%;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    align-items: center;
    text-transform: uppercase;
    transition: all 0.3s;
    position: relative;
    padding: 10px 3rem;
    border-radius: 100px;
    /* opacity: .5; */
    /* border-bottom: 2px solid #67483d00; */
}

.nav_float ul li a:hover {
    color: var(--color-main2);
    opacity: 1
}

.nav_float ul li.on a,
.nav_float ul li.on a:hover {
    font-weight: 700;
    color: var(--color-main);
}

.icon_10 ul li.on a,
.icon_10 ul li a:hover {}

.icon_20 ul li.on a,
.icon_20 ul li a:hover {
    background-color: #0b98d3;
}

.icon_30 ul li.on a,
.icon_30 ul li a:hover {
    background-color: #e98612;
}

.icon_50 ul li.on a,
.icon_50 ul li a:hover {
    background-color: #048d4c;
}

/*.icon_10 ul li:nth-of-type(1) a{background-image:url(/img/icon/10_icon1.png);}
.icon_10 ul li.on:nth-of-type(1) a,.icon_10 ul li:nth-of-type(1) a:hover{background-image:url(/img/icon/10_icon1_over.png);}
.icon_10 ul li:nth-of-type(2) a{background-image:url(/img/icon/10_icon2.png);}
.icon_10 ul li.on:nth-of-type(2) a,.icon_10 ul li:nth-of-type(2) a:hover{background-image:url(/img/icon/10_icon2_over.png);}
.icon_10 ul li:nth-of-type(3) a{background-image:url(/img/icon/10_icon3.png);}
.icon_10 ul li.on:nth-of-type(3) a,.icon_10 ul li:nth-of-type(3) a:hover{background-image:url(/img/icon/10_icon3_over.png);}
.icon_10 ul li:nth-of-type(4) a{background-image:url(/img/icon/10_icon4.png);}
.icon_10 ul li.on:nth-of-type(4) a,.icon_10 ul li:nth-of-type(4) a:hover{background-image:url(/img/icon/10_icon4_over.png);}
.icon_10 ul li:nth-of-type(5) a{background-image:url(/img/icon/10_icon5.png);}
.icon_10 ul li.on:nth-of-type(5) a,.icon_10 ul li:nth-of-type(5) a:hover{background-image:url(/img/icon/10_icon5_over.png);}
.icon_10 ul li:nth-of-type(6) a{background-image:url(/img/icon/10_icon6.png);}
.icon_10 ul li.on:nth-of-type(6) a,.icon_10 ul li:nth-of-type(6) a:hover{background-image:url(/img/icon/10_icon6_over.png);}
.icon_10 ul li:nth-of-type(7) a{background-image:url(/img/icon/10_icon7.png);}
.icon_10 ul li.on:nth-of-type(7) a,.icon_10 ul li:nth-of-type(7) a:hover{background-image:url(/img/icon/10_icon7_over.png);}

.icon_20 ul li:nth-of-type(1) a{background-image:url(/img/icon/20_icon1.png);}
.icon_20 ul li.on:nth-of-type(1) a,.icon_20 ul li:nth-of-type(1) a:hover{background-image:url(/img/icon/20_icon1_over.png);}
.icon_20 ul li:nth-of-type(2) a{background-image:url(/img/icon/20_icon2.png);}
.icon_20 ul li.on:nth-of-type(2) a,.icon_20 ul li:nth-of-type(2) a:hover{background-image:url(/img/icon/20_icon2_over.png);}
.icon_20 ul li:nth-of-type(3) a{background-image:url(/img/icon/20_icon3.png);}
.icon_20 ul li.on:nth-of-type(3) a,.icon_20 ul li:nth-of-type(3) a:hover{background-image:url(/img/icon/20_icon3_over.png);}
.icon_20 ul li:nth-of-type(4) a{background-image:url(/img/icon/20_icon4.png);}
.icon_20 ul li.on:nth-of-type(4) a,.icon_20 ul li:nth-of-type(4) a:hover{background-image:url(/img/icon/20_icon4_over.png);}
.icon_20 ul li:nth-of-type(5) a{background-image:url(/img/icon/20_icon5.png);}
.icon_20 ul li.on:nth-of-type(5) a,.icon_20 ul li:nth-of-type(5) a:hover{background-image:url(/img/icon/20_icon5_over.png);}
.icon_20 ul li:nth-of-type(6) a{background-image:url(/img/icon/20_icon6.png);}
.icon_20 ul li.on:nth-of-type(6) a,.icon_20 ul li:nth-of-type(6) a:hover{background-image:url(/img/icon/20_icon6_over.png);}

.icon_30 ul li:nth-of-type(1) a{background-image:url(/img/icon/30_icon1.png);}
.icon_30 ul li.on:nth-of-type(1) a,.icon_30 ul li:nth-of-type(1) a:hover{background-image:url(/img/icon/30_icon1_over.png);}
.icon_30 ul li:nth-of-type(2) a{background-image:url(/img/icon/30_icon2.png);}
.icon_30 ul li.on:nth-of-type(2) a,
.icon_30 ul li:nth-of-type(2) a:hover{background-image:url(/img/icon/30_icon2_over.png);}

.icon_30 ul li:nth-of-type(3) a{background-image:url(/img/icon/30_icon3.png);}
.icon_30 ul li.on:nth-of-type(3) a,
.icon_30 ul li:nth-of-type(3) a:hover{background-image:url(/img/icon/30_icon3_over.png);}

.icon_30 ul li:nth-of-type(4) a{background-image:url(/img/icon/30_icon4.png);}
.icon_30 ul li.on:nth-of-type(4) a,
.icon_30 ul li:nth-of-type(4) a:hover{background-image:url(/img/icon/30_icon4_over.png);}

.icon_30 ul li:nth-of-type(5) a{background-image:url(/img/icon/30_icon5.png);}
.icon_30 ul li.on:nth-of-type(5) a,
.icon_30 ul li:nth-of-type(5) a:hover{background-image:url(/img/icon/30_icon5_over.png);}*/




.icon_50 ul li:nth-of-type(1) a {
    background-image: url(/img/icon/50_icon1.png);
}

.icon_50 ul li.on:nth-of-type(1) a,
.icon_50 ul li:nth-of-type(1) a:hover {
    background-image: url(/img/icon/50_icon1_over.png);
}

.icon_50 ul li:nth-of-type(2) a {
    background-image: url(/img/icon/50_icon2.png);
}

.icon_50 ul li.on:nth-of-type(2) a,
.icon_50 ul li:nth-of-type(2) a:hover {
    background-image: url(/img/icon/50_icon2_over.png);
}

.icon_50 ul li:nth-of-type(3) a {
    background-image: url(/img/icon/50_icon3.png);
}

.icon_50 ul li.on:nth-of-type(3) a,
.icon_50 ul li:nth-of-type(3) a:hover {
    background-image: url(/img/icon/50_icon3_over.png);
}

.icon_50 ul li:nth-of-type(4) a {
    background-image: url(/img/icon/50_icon4.png);
}

.icon_50 ul li.on:nth-of-type(4) a,
.icon_50 ul li:nth-of-type(4) a:hover {
    background-image: url(/img/icon/50_icon4_over.png);
}

.icon_50 ul li:nth-of-type(5) a {
    background-image: url(/img/icon/50_icon5.png);
}

.icon_50 ul li.on:nth-of-type(5) a,
.icon_50 ul li:nth-of-type(5) a:hover {
    background-image: url(/img/icon/50_icon5_over.png);
}

.icon_50 ul li:nth-of-type(6) a {
    background-image: url(/img/icon/50_icon6.png);
}

.icon_50 ul li.on:nth-of-type(6) a,
.icon_50 ul li:nth-of-type(6) a:hover {
    background-image: url(/img/icon/50_icon6_over.png);
}

.icon_50 ul li:nth-of-type(7) a {
    background-image: url(/img/icon/50_icon7.png);
}

.icon_50 ul li.on:nth-of-type(7) a,
.icon_50 ul li:nth-of-type(7) a:hover {
    background-image: url(/img/icon/50_icon7_over.png);
}

.icon_50 ul li:nth-of-type(8) a {
    background-image: url(/img/icon/50_icon8.png);
}

.icon_50 ul li.on:nth-of-type(8) a,
.icon_50 ul li:nth-of-type(8) a:hover {
    background-image: url(/img/icon/50_icon8_over.png);
}


.global_search {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1111111111111111;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
}

.global_search>div {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global_search>div>div {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    position: absolute;
    background: white;
    padding: 1em;
    border-radius: 1rem;
}

.global_search>div>div h3 {
    font-size: 1.4em;
    font-weight: 700;
    color: #d36868;
}

.global_search>div>div ul {
    display: flex;
    margin-top: 1em;
}

.global_search>div>div ul li {}

.global_search>div>div ul li input {}

.global_search>div>div ul li input[type=text] {
    /* height: 3.5em; */
    padding: .5em;
    font-size: 1.2em;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
}

.global_search>div>div ul li input[type=submit] {
    padding: .7em 2em;
}

.global_search>div>div span {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3rem;
    cursor: pointer;
    color: #fff;
    font-size: 1.5rem;
}

.sub_content_s,
.sub_all_wrab {
    visibility: hidden;
}

@media screen and (max-width: 1024px) {
    .global_search {}

    .global_search div {}

    .global_search div h3 {}

    .global_search div ul {}

    .global_search div ul li {}

    .global_search div ul li input {}

    .global_search div ul li input[type=text] {}

    .global_search div ul li input[type=submit] {}

}

.icon_btn {
    /* width: 20%; */
    /* display: none; */
    display: inline-block;
}

.top_login {
    display: flex;
    gap: 10px;
    text-align: center;
    width: 150px;
    justify-content: flex-end;
}

.top_login a {
    font-size: 13px;
    color: rgb(255 255 255);
    opacity: .8;
}

#gnb.fixed .top_login a {
    color: #222
}

.top_login a i {
    display: block;
    font-size: 18px;
}

.top_control {
    display: flex;
    gap: 2rem
}

.screen_resize {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.screen_resize dt {
    font-size: 17px;
}

.screen_resize button {
    width: 34px;
    height: 34px;
    font-size: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.screen_resize button.plus {
    background-image: url(/img/common/plus.png)
}

.screen_resize button.reset {
    background-image: url(/img/common/reset.png)
}

.screen_resize button.minus {
    background-image: url(/img/common/minus.png)
}

.font_big button {
    background-image: url(/img/common/f_plus.png);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-position: 90%;
    padding: 0 1rem;
    height: 34px;
    width: 160px;
    text-align: left;
    font-size: 17px;
}

.font_big button span {
    font-size: 17px;
}

.site_map_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #ffffff;
    /* overflow: hidden; */
    /* transition: all .5s; */
    display: none;
    /* padding: 80px 0 2rem; */
    z-index: 0;
    /* box-shadow: 0 10px 20px -5px rgb(10 113 147 / 30%); */
}

.site_map_div .map_inner {
    display: flex;
    width: 100%;
    transition: all 1s;
}

.site_map_div .map_inner>div {}

.site_map_div .map_inner .space {
    width: 15%
}

.site_map_div .sitemap_close {
    color: white;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 6em;
    padding: .3em .5em;
    border: 1px solid white;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #4c5465;
    font-weight: 500;
    transition: all .4s;
}

.site_map_div .sitemap_close:hover {
    background-color: #fff;
    color: var(--color-dark)
}

.site_map_div.active {
    height: 400px;
}

.site_map_d1 {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* margin: 1rem 10% 2rem; */
    /* padding: 0 15rem; */
    /* margin: 0 11%; */
    flex-direction: row;
    justify-content: space-between;
    /* background-color: #fff; */
    /* padding: 0 0 1rem; */
    /* padding: 1rem 0; */
    /* padding-top: 59px; */
}

.site_map_d1>li {
    text-align: center;
    min-width: 130px;
    width: 20%;
    height: 99px;
    position: relative;
    /* padding: 3rem 0; */
    /* margin-top: 42px; */
    /* border-bottom: 1px solid #eee; */
}

.site_map_d1>li a {
    /* color: #fff; */
    line-height: 2.2;
    font-weight: 400;
    /* font-family: var(--font-point); */
    font-size: 16px;
}

.site_map_d1>li>a {
    font-weight: 500;
    font-size: 19px;
    /* position: absolute; */
    /* top: -50px; */
    left: 0;
    width: 100%;
    color: #232323;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.site_map_d2 {
    animation: fadein 1s;
    animation-delay: .4s;
    opacity: 0;
    animation-fill-mode: forwards;
    padding-top: 1.5rem;
}

.site_map_d2>li {
    font-size: 17px;
}

.site_map_d1>li:first-of-type .site_map_d2>li:first-of-type a {}

.site_map_d1>li:first-of-type .site_map_d2>li:nth-of-type(2) a {}

.site_map_d2>li a:hover {
    color: var(--color-main)
}

.fixed .site_map_div .map_inner {
    /* padding-left: 240px; */
    /* margin-top: 80px; */
}

.fixed .site_map_d1 {}

.fixed .site_map_d1>li>a {}

.sitemap_bg {
    width: 100%;
    height: 0px;
    /* background-color: white; */
    position: absolute;
    top: 0;
    z-index: 2;
    transition: all 1s;
    opacity: 0;
}

.sitemap_bg.view {
    width: 100%;
    height: 370px;
    top: 127px;
    left: 0;
    z-index: 9;
    position: fixed;
    /* z-index: 3; */
    transition: all 1s;
    background-color: white;
    opacity: 1;
    box-shadow: 0 3px 20px rgb(0 0 0 / 6%);
}

.menu_over_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0vh;
    background-color: #00000091;
    z-index: 11;
    display: none;
}

.menu_over_bg.on {
    height: 100%;
    top: 0;
}

.stmap {
    /* display:none; */
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* padding-top: 100px; */
    /* background-color: #00000061; */
    background-color: rgb(27 51 106 / 80%);
    backdrop-filter: blur(6px);
    /* padding-top: 100px; */
    opacity: 0;
    position: fixed;
    visibility: hidden;
    transition: .4s;
}

.stmap.active {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}

.stmap .position {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.sitemap_wrap {
    /* background-color: rgb(255 255 255 / 80%); */
    width: var(--width-size);
    margin: 0 auto;
    /* border-radius: 20px; */
    /* margin-top: 100px; */
    /* backdrop-filter: blur(5px); */
    /* height: 100%; */
    display: flex;
    /* padding: 2rem 0; */
    gap: 2rem;
    padding-top: 100px;
    height: auto;
    align-items: flex-start;
}

.sitemap_list {
    /* padding: 2rem 0; */
    /* border-bottom: 1px dotted rgb(255 255 255 / 20%); */
    /* border: 1px solid #eee; */
    /* background-color: #fff; */
    /* border-radius: 1rem; */
    /* padding: 1.2rem 0; */
    /* padding-bottom: 1.5rem; */
    width: 33%;
    /* height: 100%; */
}

.sitemap_list:first-child {
    /* padding-top:0; */
    margin-top: 0;
}

.sitemap_list:last-child {
    border: 0
}

.sitemap_inner {
    /* display: flex; */
    align-items: center;
    background-color: #ffffff;
    padding: 2rem 0;
    border-radius: 20px;
    border: 1px solid #fff;
}

.sitemap_gnb1 {
    font-size: 28px;
    height: 100%;
    /* width: 15%; */
}

.sitemap_gnb1 strong {
    /* padding:1rem; */
    /* background-color:var(--color-bg); */
    /* border-radius:1rem; */
    width: 100%;
    display: block;
    text-align: center;
    color: #2d51a3;
    height: 100%;
}

.sitemap_gnb2 {
    display: flex;
    gap: 0;
    height: 100%;
    /* width: 85%; */
    flex-wrap: wrap;
    /* margin-left: 2rem; */
    justify-content: center;
}

.sitemap_gnb2 li {
    width: 45%;
    font-size: 22px;
    text-align: center;
    transition: .4s;
}

.sitemap_gnb2 li a {
    font-weight: 500;
    display: inline-block;
    position: relative;
    background-image: url(/img/depth/dt1-0.svg);
    background-repeat: no-repeat;
    /* padding: 2rem; */
    padding-top: 136px;
    background-position: center 1rem;
    background-size: 110px;
    width: 100%;
}

.sitemap_gnb2 li a p {
    /* color:#fff; */
}

.sitemap_gnb2 li:hover p {
    color: var(--color-main);
    font-weight: 600
}

.sitemap_gnb2 li:hover a {
    color: var(--color-main);
}

.sitemap_gnb2 li:hover a:after {
    opacity: 1;
}

.sitemap_gnb2 li a.icon_0_1 {
    background-image: url(/img/depth/dt1-1.svg);
}

.sitemap_gnb2 li a.icon_0_2 {
    background-image: url(/img/depth/dt1-2.svg);
}

.sitemap_gnb2 li a.icon_0_3 {
    background-image: url(/img/depth/dt1-3.svg);
}

.sitemap_gnb2 li a.icon_0_4 {
    background-image: url(/img/depth/dt1-4.svg);
}

.sitemap_gnb2 li a.icon_0_5 {
    background-image: url(/img/depth/dt1-5.svg);
}

.sitemap_gnb2 li a.icon_0_6 {
    background-image: url(/img/depth/dt1-6.svg);
}

.sitemap_gnb2 li a.icon_1_0 {
    background-image: url(/img/depth/dt2-0.svg);
}

.sitemap_gnb2 li a.icon_1_1 {
    background-image: url(/img/depth/dt2-1.svg);
}

.sitemap_gnb2 li a.icon_1_2 {
    background-image: url(/img/depth/dt2-2.svg);
}

.sitemap_gnb2 li a.icon_2_0 {
    background-image: url(/img/depth/dt3-0.svg);
}

.sitemap_gnb2 li a.icon_2_1 {
    background-image: url(/img/depth/dt3-1.svg);
}

.sitemap_gnb2 li a.icon_2_2 {
    background-image: url(/img/depth/dt3-2.svg);
}

.sitemap_gnb2 li a.icon_2_3 {
    background-image: url(/img/depth/dt3-3.svg);
}

.sitemap_gnb2 li a.icon_3_0 {
    background-image: url(/img/depth/dt4-0.svg);
}

.sitemap_gnb2 li a.icon_3_1 {
    background-image: url(/img/depth/dt4-1.svg);
}

.sitemap_gnb2 li a.icon_3_2 {
    background-image: url(/img/depth/dt4-2.svg);
}

.sitemap_gnb2 li a.icon_3_3 {
    background-image: url(/img/depth/dt4-3.svg);
}

@media only screen and (min-width:1025px) and (max-width: 1600px) {
    #gnb h1 {
        margin-left: 5%
    }

    #gnb .gnb1_ul {
        padding-right: 12%
    }

    #gnb .m_btn {
        margin-right: 5%
    }
}

@media screen and (max-width: 1204px) {

    #gnb,
    #gnb.fixed {
        height: 80px;
    }

    #gnb button.mobile_btn {
        display: block;
        /* position: absolute; */
        /* right: 0; */
        width: 50px;
        height: 50px;
    }

    #gnb .gnb_wrap {
        width: 100%;
        z-index: 10;
    }

    #gnb .gnb_menu {
        display: none
    }

    #gnb .gnb_top {
        display: none
    }

    #gnb.fixed {
        /* height: 80px; */
    }

    #gnb.fixed .gnb_top {
        /* display: flex; */
        /* height: 100%; */
    }

    #gnb.fixed h1 {
        /* background-size:100%; */
    }

    #gnb .gnb_top .all_menu {
        display: block;
        /* border: 0; */
        /* background-color: var(--color-main); */
        /* border-radius: 6px; */
    }

    .gnb_wrap {
        height: 80px;
    }

    .gnb_step2 {
        display: flex;
        height: 80px;
        padding: 0 3%;
        align-items: center;
        justify-content: space-between;
    }

    #gnb h1 {
        height: 52px;
        margin: 0;
        position: relative;
        top: 0;
        transform: unset;
    }

    #gnb .gnb_right {
        width: auto;
        height: auto;
    }
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {
    #gnb .gnb_top {
        display: none
    }

    .gnb_wrap {
        height: auto
    }

    .gnb_step2 {
        /* height:70px; */
    }

    #gnb h1 {
        background-size: contain;
        /* width: 200px; */
        height: 50px;
        width: auto;
    }

    .gnb_top .top_login {
        display: none
    }

    #gnb button.mobile_btn {}

    .nav_float ul {
        display: flex;
        justify-content: space-between;
    }
}