/**********************************************************
                           nav
***********************************************************/
body.active {
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
}

.nav_pc {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    min-width: 320px;
    background-color: transparent;
    transition: 0.3s;
    /* border-bottom: 2px solid rgba(0, 0, 0, 0); */
}

.nav_pc:hover,
.nav_pc.active2 {
    background-color: rgba(255, 255, 255, 0.8);
}

.nav_pc:hover .nav_list_st01 a,
.nav_pc.active2 .nav_list_st01 a,
.nav_pc:hover .nav_locatitle,
.nav_pc.active2 .nav_locatitle,
.nav_pc:hover .nav_cslist a,
.nav_pc.active2 .nav_cslist a {
    color: #000;
}

@media(max-width:1024px) {
    .nav_pc:hover .nav_locatitle {
        color: #fff;
    }
}

.nav_pc:hover .nav_sitebtn span,
.nav_pc.active2 .nav_sitebtn span {
    background-color: #000;
}

.nav_pc:hover .nav_location .nav_locaarrow,
.nav_pc.active2 .nav_location .nav_locaarrow {
    background-image: url(../images/nav_select_b.png);
}

.nav_pc .nav_bg {
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
}

.nav_pc.active .nav_bg {
    height: 270px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.nav_container {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    padding: 0 80px;
}

.nav_logowrap {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
}

.nav_logowrap.mo_head {
    display: none;
}

.nav_logo>a>img {
    width: 100%;
}

.nav_location {
    width: 150px;
    position: relative;
    margin-top: 2px;
    padding: 0 10px;
    margin-left: auto;
}

.nav_location>h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    font-weight:bold;
}

.nav_location .nav_locaarrow {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url(../images/nav_select.png) no-repeat center center;
    background-size: cover;
}

.nav_location .nav_locasel {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

.nav_locaselect {
    display: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 10px;
}

.nav_locaselect.show {
    display: block;
}

.nav_locaselect .nav_locaoption {
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.nav_locaselect .nav_locaoption:last-child {
    border-radius: 0 0 5px 5px;
}

.nav_locaselect .nav_locaoption:hover,
.nav_locaselect .nav_locaoption.active {
    background: #c29a4c !important;
    color: #fff;
}

.nav_locaselect .nav_locaoption:hover .nav_locaicon {
    background: url(../images/nav_location_w.png) no-repeat center center;
}

.nav_molink {
    display: none;
}

.nav_con {
    display: flex;
    align-items: center;
    width: 45%;
    height: 100%;
}

.nav_wrap_st01 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.nav_mowrap_st01.nav_modivi {
    display: none;
}

.nav_wrap_st01 .nav_list_st01,
.nav_mowrap_st01 .nav_list_st01 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    height: 100%;
}

.nav_wrap_st01 .nav_list_st01>a,
.nav_mowrap_st01 .nav_list_st01>a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.nav_wrap_st02 {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    /* padding: 0 740px 0 330px; */
    padding: 0 calc(740vw / 1920 * 100) 0 calc(330vw / 1920 * 100);
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.nav_wrap_st02.active {
    z-index: 1;
    height: 265px;
}

.nav_wrap_st02.dp_none {
    display: none;
}

.nav_wrap_st02 .nav_list_st02 {
    float: left;
    width: 25%;
    height: 80px;
    position: relative;
    padding-top: 48px;
    vertical-align: text-top;
}

.nav_wrap_st02.nav_wrap_cancer .nav_list_st02 {
    height: 45px;
}

.nav_wrap_st02.nav_wrap_25p .nav_list_st02 {
    flex: none;
    width: 25%;
}

/* .nav_wrap_st02 .nav_list_st02:before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 1px;
   height: 265px;
   background-color: #fff;
} */
.nav_wrap_st02 .nav_list_st02>a {
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 10px;
    line-height: 23px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.nav_wrap_st02.nav_wrap_cancer .nav_list_st02>a {
    padding-bottom: 0;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    color: #555;
}

.nav_wrap_st02 .nav_wrap_banner>a {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: calc(400vw / 1920 * 100);
    max-width: 400px;
    height: 80px;
}

.nav_wrap_st02 .nav_wrap_banner.nav_wrap_banner01>a {
    left: 17.8%;
    background: url(../images/nav_banner01.jpg) no-repeat center center;
    background-size: contain;
}

.nav_wrap_st02 .nav_wrap_banner.nav_wrap_banner02>a {
    left: 39.8%;
    background: url(../images/nav_banner02.jpg) no-repeat center center;
    background-size: contain;
}

.nav_wrap_st02 .nav_wrap_banner.nav_wrap_banner03>a {
    left: 17.8%;
    background: url(../images/nav_banner03.jpg) no-repeat center center;
    background-size: contain;
}

.nav_wrap_st02 .nav_wrap_banner.nav_wrap_banner04>a {
    left: 39.8%;
    background: url(../images/nav_banner04.jpg) no-repeat center center;
    background-size: contain;
}

.nav_wrap_st03.nav_flexwrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
}

.nav_wrap_st03.nav_flexwrap.sp {
    height: 210px;
}

.nav_wrap_st03 .nav_list_st03.h100 {
    height: 105px;
}

.nav_wrap_st03 .nav_list_st03>a {
    display: inline-block;
    padding-left: 20px;
    line-height: 28px;
    font-size: 14px;
    color: #555;
}

.nav_wrap_st03.nav_flexwrap.sp .nav_list_st03>a {
    display: inline-block;
    padding-left: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.nav_wrap_st03 .nav_list_st03>a:hover,
.nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 ul li a:hover {
    text-decoration: underline;
    color: #000;
}

.nav_wrap_st03.nav_flexwrap.sp .nav_list_st03>a:hover {
    text-decoration: none;
}

.nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 ul {
    margin-right: 20px;
}

.nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 .s_pc {
    display: block;
}

.nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 .s_mo {
    display: none;
}

.nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 ul li a {
    font-weight: normal;
    display: inline-block;
    padding-left: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #555555;
}

.cv_icon {
    width: 70px;
    position: fixed;
    z-index: 9;
    bottom: 45px;
    right:20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cv_icon a {
    width: 100%;
}

.cv_icon a img {
    width: 100%;
    height: auto;
}


@media(max-width:1200px) {
    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 ul {
        margin-right: 20px;
    }

    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 .s_pc {
        display: none;
    }

    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 .s_mo {
        display: block;
    }
}

@media(max-width:1600px) {
    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 ul {
        margin-right: 0px;
    }

    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 .s_pc {
        display: none;
    }

    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 .s_mo {
        display: block;
    }
}

@media screen and(max-width:1024px) {

    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 .s_pc {
        display: block;
    }

    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 .s_mo {
        display: none;
    }

    .nav_wrap_st03.nav_flexwrap.sp {
        margin-left: 20px;
    }

    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03>a {
        display: inline-block;
        padding-left: 20px;
        line-height: 28px;
        font-size: 14px;
        color: #000;
    }

    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 ul li a {
        font-weight: normal;
        display: inline-block;
        padding-left: 30px;
        line-height: 28px;
        font-size: 14px;
        color: #555555;
    }

    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 ul li a::before {
        content: '- ';
        display: inline-block;
    }

    .nav_wrap_st03 .nav_list_st03.h100 {
        height: auto;
    }

    .nav_pc:hover .nav_locatitle,
    .nav_pc.active2 .nav_locatitle {
        color: #fff;
    }

    .nav_pc:hover,
    .nav_pc.active2 {
        background-color: transparent;
    }

    .nav_pc:hover .nav_mobtn span {
        background-color: #fff;
    }

    .nav_pc:hover .nav_location .nav_locaarrow,
    .nav_pc.active2 .nav_location .nav_locaarrow {
        background-image: url(../images/nav_select.png);
    }
}

.nav_concs {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: calc(1400vw / 1920 * 100);
    height: 100%;
    /* border-left: 1px solid #fff;
   border-right: 1px solid #fff; */
    transition: all 0.3s ease-in-out;
}

.nav_concs::after {
    display: block;
    content: "";
    width: 88%;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    top: 46%;
    left: 40px;
    transform: translateY(-46%);
}

.nav_ccwrap.nav_moccwrap {
    display: none;
}

.nav_ccwrap {
    padding-left: 40px;
    padding-top: 40px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.nav_ccwrap .nav_cctext {
    font-size: 12px;
}

.nav_ccwrap .nav_cctitle {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
}

.nav_ccwrap .nav_cctitle>span {
    display: block
}

.nav_ccwrap .nav_ccopen {
    font-size: 12px;
}

.nav_ccwrap .nav_ccform {
    margin: 15px 0 30px 0;
}

/* .nav_ccwrap .nav_ccform .phone_num {
  width: 90px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #d8d8d8;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
} */

.nav_ccwrap .phone_btn {
    padding: 0px 23px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #888788;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.nav_ccwrap .page_move {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.nav_concs .nav_contect {
    display: flex;
    padding-left: 40px;
    gap: 20px;
}

.nav_concs .nav_contect .nav_ct {
    height: 80px;
}

.nav_concs .nav_contect .nav_ct:nth-of-type(1) img {
    margin-left: 6px;
}

.nav_concs .nav_contect .nav_ct:nth-of-type(2) img {
    margin-left: -1px;
}

.nav_concs .nav_contect .nav_ct:nth-of-type(3) img {
    margin-left: -2px;
}

.nav_concs .nav_contect .nav_ct:nth-of-type(4) p {
    margin-left: -2px;
}

.nav_concs .nav_contect .nav_ct p {
    margin-top: 10px;
}

.nav_concs .nav_contect .nav_ct.nav_ctkakao {
    /* border-top: 1px solid #efefef; */
}

.nav_concs .nav_contect .nav_ct.nav_cttel>p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.nav_concs .nav_contect .nav_ct.nav_cttel>p>span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.nav_concs .nav_contect .nav_ct.nav_ctkakao>p {
    font-size: 16px;
    color: #000;
}

.nav_concs .nav_contect .nav_ct.nav_ctkakao>p>span {
    display: block;
    font-size: 12px;
}

.nav_cswrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.nav_cswrap .nav_cslist {
    /* margin-left: 20px; */
}

.nav_cswrap .nav_cslist>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.nav_cswrap .nav_cslist.cslist2>a {
    font-size: 16px;
    padding: 7px 14px !important;
}

.nav_cswrap .nav_cslist:nth-of-type(1)>a,
.nav_cswrap .nav_cslist:nth-of-type(2)>a {
    display: inline-block;
    padding: 7px;
    border-radius: 20px;
    background-color: #0779f9;
    color: #fff !important;
}

.nav_cswrap .nav_cslist:nth-of-type(2)>a {
    background-color: #444;
}

/* .nav_cswrap .nav_cslist>a::before{
   content: '';
   display: inline-block;
   width: 20px;
   height: 20px;
} */
.nav_cslist .nav_csicon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: text-top;
}

/* .nav_cslist .nav_csicon01 {
   background: url(../images/nav_bone.png) no-repeat center center;
}

.nav_cslist .nav_csicon02 {
   background: url(../images/nav_call.png) no-repeat center center;
}

.nav_cslist .nav_csicon03 {
   background: url(../images/nav_kakao.png) no-repeat center center;
} */
.nav_momember {
    display: none;
}

/* aside */
.nav_quick {
    position: fixed;
    z-index: 9;
    bottom: 0;
    right: -845px;
    width: 845px;
    height: calc(100vh - 80px);
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.nav_quick.active {
    right: 0;
}

.navq_wrap {
    display: none;
    position: absolute;
    left: -100px;
    bottom: 0;
    margin-right: 45px;
}

.navq_list {
    margin-bottom: 20px;
}

.navq_list>a>img {
    width: 100%;
    max-width: 60px;
}

.navq_titwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    background: #3f6aeb;
    padding: 0 40px 0 40px;
}

.navq_titwrap .navq_title {
    line-height: 70px;
    font-size: 20px;
    color: #fff;
}

.navq_close {
    cursor: pointer;
}

.navq_con {
    overflow-y: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    transform: translate(-50%, -50%);
}

.navq_conbg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background: url(../images/aside_person.png) no-repeat center center;
    -webkit-background-size: 170px 540px;
    background-size: 170px 540px;
}

.navq_conlist {
    position: absolute;
}

.navq_conlist.navq_conlist01 {
    top: 210px;
    left: 69px;
}

.navq_conlist.navq_conlist02 {
    top: 355px;
    left: 87px;
}

.navq_conlist.navq_conlist03 {
    top: 545px;
    left: 144px;
}

.navq_conlist.navq_conlist04 {
    top: 130px;
    right: 160px;
}

.navq_conlist.navq_conlist05 {
    top: 210px;
    right: 160px;
}

.navq_conlist.navq_conlist06 {
    top: 325px;
    right: 106px;
}

.navq_conlist .navq_conbtn {
    display: inline-block;
}

.navq_conlist01 .navq_conbtn {
    width: 362px;
    height: 83px;
    background: url(../images/aside_click01.png) no-repeat center center;
    background-size: contain;
}

.navq_conlist02 .navq_conbtn {
    width: 344px;
    height: 123px;
    background: url(../images/aside_click02.png) no-repeat center center;
    background-size: contain;
}

.navq_conlist03 .navq_conbtn {
    width: 259px;
    height: 72px;
    background: url(../images/aside_click03.png) no-repeat center center;
    background-size: contain;
}

.navq_conlist04 .navq_conbtn {
    width: 272px;
    height: 70px;
    background: url(../images/aside_click04.png) no-repeat center center;
    background-size: contain;
}

.navq_conlist05 .navq_conbtn {
    width: 215px;
    height: 66px;
    background: url(../images/aside_click05.png) no-repeat center center;
    background-size: contain;
}

.navq_conlist06 .navq_conbtn {
    width: 326px;
    height: 141px;
    background: url(../images/aside_click06.png) no-repeat center center;
    background-size: contain;
}

.navq_conlist01 .navq_conbtn:hover {
    background: url(../images/aside_click01_on.png) no-repeat center center;
}

.navq_conlist02 .navq_conbtn:hover {
    background: url(../images/aside_click02_on.png) no-repeat center center;
}

.navq_conlist03 .navq_conbtn:hover {
    background: url(../images/aside_click03_on.png) no-repeat center center;
}

.navq_conlist04 .navq_conbtn:hover {
    background: url(../images/aside_click04_on.png) no-repeat center center;
}

.navq_conlist05 .navq_conbtn:hover {
    background: url(../images/aside_click05_on.png) no-repeat center center;
}

.navq_conlist06 .navq_conbtn:hover {
    background: url(../images/aside_click06_on.png) no-repeat center center;
}

.navq_conlist .navq_context {
    position: absolute;
    left: 0;
    top: 100%;
    padding-bottom: 20px;
}

.navq_conlist .navq_context>li {
    line-height: 23px;
    font-size: 16px;
    color: #888;
}

.navq_conlist05 .navq_context {
    position: absolute;
    left: 60px;
    width: 260px;
}

.navq_conlist06 .navq_context {
    position: absolute;
    left: 146px;
    width: 140px;
}

/**********************************************************
                         sitemap
***********************************************************/
.sitemap {
    overflow: hidden;
    position: fixed;
    z-index: 99;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.sitemap.active {
    transform: scaleY(1);
    opacity: 1;
    overflow: auto;
    top: 81px;
    padding: 20px 0;
    background: #fff;
}

.sitemap>.fore {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.col_brown {
    color: #db9267;
}

.col_dkblue {
    color: #456594;
}

.nav_sitebtn {
    position: relative;
    display: block;
    margin-left: 10px;
    padding: 9px 0px;
    cursor: pointer;
}

.nav_sitebtn span {
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    margin-left: auto;
    border-radius: 3px;
    transition: 0.25s margin 0.25s, 0.25s transform;
}

.nav_sitebtn span:nth-child(1) {
    margin-bottom: 4px;
}

.nav_sitebtn span:nth-child(3) {
    margin-top: 4px;
}

.nav_sitebtn.active span {
    transition: 0.25s margin, 0.25s transform 0.25s;
}

.nav_sitebtn.active span:nth-child(1) {
    margin-top: 2px;
    margin-bottom: -2px;
    transform: rotate(45deg);
}

.nav_sitebtn.active span:nth-child(2) {
    transform: rotate(45deg);
}

.nav_sitebtn.active span:nth-child(3) {
    margin-top: -2px;
    transform: rotate(135deg);
}

.sm_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.sm_head>h2 {
    font-size: 36px;
    font-weight: bold;
}

.sm_head .sm_headright {
    display: flex;
    align-items: center;
}

.sm_head .sm_headright .sm_member,
.sm_head .sm_headright .sm_link {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.sm_head .sm_headright .sm_memberlist.sm_memberblock {
    margin: 0 10px;
}

.sm_head .sm_headright .sm_linklist.cancer {
    width: 170px;
    margin-right: 17px;
    background: #db9267;
}

.sm_head .sm_headright .sm_linklist.spinal {
    width: 170px;
    background: #456594;
}

.sm_head .sm_headright .sm_linklist>a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.sm_head .sm_headright .sm_linklist>a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    background: url(../images/navmo_link_w.png) no-repeat center center;
}

.sitemap_content {
    display: flex;
    justify-content: space-between;
}

.sm_wrap {
    flex: auto;
    width: 25%;
    margin-right: 0;
    border-right: 1px solid #d9d8d6;
}

.sm_wrap:last-child {
    margin-right: 0;
    border-right: none;
}

.sm_list01>p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sm_list01>a {
    display: inline-block;
    margin-top: 10px;
    font-size: 21px;
    font-weight: 600;
}

.sm_list01>ul {
    margin-left: 10px;
    padding: 5px 0 20px;
}

.mx_220 {
    max-width: 220px;
}

.sm_list02>a {
    display: inline-block;
    padding: 5px 0;
    font-size: 16px;
    margin-right: 5px;
}

.sm_list03 {
    padding-left: 20px;
}

.sm_list03>a {
    display: inline-block;
    padding: 5px 0;
    font-size: 16px;
    color: #000;
}

/* subpage nav */
.nav_pc.subv2 {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #ddd;
}

.nav_pc.subv2 .nav_bg {
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid #ddd;
}

.nav_pc.subv2 .nav_list_st01 a,
.nav_pc.subv2 .nav_locatitle,
.nav_pc.subv2 .nav_cslist a {
    color: #000;
}

.nav_pc.subv2 .nav_sitebtn span,
.nav_pc.subv2 .nav_mobtn span {
    background-color: #000;
}

.nav_pc.subv2 .nav_location .nav_locaarrow {
    background-image: url(../images/nav_select_b.png);
}

.nav_pc.subv2 .nav_locaselect .nav_locaoption {
    background-color: #fff;
}

.nav_pc.subv2 .nav_locaselect .nav_locaoption:hover {
    background-color: #c29a4c;
}

.nav_pc.subv2 .nav_search .search_on {
    color: #000;
}

.nav_wrap_st01 .nav_list_st01>a {
    font-size: 19px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
}


.nav_wrap_st01 .nav_list_st01:hover>a::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #c29a4c;
}

.mobile_login {
    display: none;
}

/* ico */
.nav_cslist.contact,
.nav_cslist.kakao {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_cslist.contact.active::before {
    background-image: url('../images/contact_ico2.png');
}

.nav_cslist.kakao.active::before {
    background-image: url('../images/kakao_ico2.png');
}

.nav_cslist.contact::before,
.nav_cslist.kakao::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/contact_ico.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.nav_cslist.kakao::before {
    background-image: url('../images/kakao_ico.png');
}

.nav_cslist.contact a,
.nav_cslist.kakao a {
    margin-left: 4px !important;
}

/**********************************************************
                        responsive
***********************************************************/
@media screen and (max-width: 1600px) {
    .nav_con{
        width:52%;
    }
    .nav_container {
        padding: 0 30px;
    }

    .nav_sitebtn {
        margin-right: 0;
    }


    .nav_logowrap {
        width: 200px;
    }

    .nav_logo>a>img {
        width: 100%;
    }

    .nav_wrap_st01 .nav_list_st01>a,
    .nav_mowrap_st01 .nav_list_st01>a,
    .nav_location>h2 {
        font-size: 18px;
    }

    .nav_cslist .nav_csicon {
        display: none;
    }

    /* .nav_cswrap .nav_cslist{
      margin-left: 20px;
   } */
    .nav_cswrap .nav_cslist>a {
        font-size: 14px;
        font-weight: 400;
    }

    .nav_cswrap .nav_cslist>a::before {
        display: none;
    }

    .nav_cswrap .nav_cslist>a {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        vertical-align: middle;
    }
}

@media screen and (max-width: 1300px) {

    .nav_cswrap .nav_cslist:nth-of-type(1)>a,
    .nav_cswrap .nav_cslist:nth-of-type(2)>a {
        padding: 7px 2px;
    }

    .nav_logowrap .nav_logo {
        margin-right: 0;
    }

    .nav_container {
        padding: 0 20px;
    }

    .nav_logowrap {
        width: 170px;
    }

    .nav_logowrap .nav_logo>a>img {
        max-width: 170px;
    }

    .nav_location {
        width: 95px;
    }

    .nav_cslist.contact::before,
    .nav_cslist.kakao::before {
        display: none;
    }

    .nav_cslist.contact,
    .nav_cslist.kakao {
        margin-left: 0;
    }

    .nav_wrap_st01 .nav_list_st01>a,
    .nav_mowrap_st01 .nav_list_st01>a {
        font-size: 17px;
    }

    .nav_wrap_st02 {
        padding: 0 calc(740vw / 1920 * 100) 0 0;
    }

    /* .nav_cswrap .nav_cslist {
      margin-left: 10px;
   } */
    .nav_wrap_st02 .nav_wrap_banner.nav_wrap_banner01>a,
    .nav_wrap_st02 .nav_wrap_banner.nav_wrap_banner03>a {
        left: 0.9%;
        width: calc(370vw / 1300 * 100);
    }

    .nav_wrap_st02 .nav_wrap_banner.nav_wrap_banner02>a,
    .nav_wrap_st02 .nav_wrap_banner.nav_wrap_banner04>a {
        left: 31.4%;
        width: calc(370vw / 1300 * 100);
    }

    .nav_cswrap .nav_cslist>a {
        font-size: 14px;
        font-weight: 400;
        margin-left: 5px;
    }

    .nav_location>h2 {
        font-size: 16px;
    }

    .nav_location .nav_locaarrow {
        margin-left: 0px;
    }

    .nav_location {
        padding: 0;
    }
}

.nav_mohead {
    display: none;
}

.nav_sidebar_ftr {
    display: none;
}

@media screen and (max-width: 1090px) {
    .nav_concs{
        left: calc(1280vw / 1920 * 100);
    }
    .nav_ccwrap{
        padding-left : 20px;
    }
    .nav_concs .nav_contect{
        padding-left:20px;
    }
}
@media screen and (max-width: 1024px) {
    .cv_icon {
        bottom: 25px;
        right: 10px;
        width: 60px;
    }

    div.nav_location {
        display: none;
    }

    .nav_pc {
        width: 100%;
        background: transparent;
    }

    .nav-ftr-wrap{
        width: 100%;
        position: absolute;
        bottom:0;
    }

    .nav_wrap_st02 .nav_wrap_banner {
        display: none;
    }

    .nav_container_bg {
        /* transition: all 0.5s ease-in-out; */
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 0;
        left: -100%;
        background: rgba(0, 0, 0, 0.7);
    }

    .nav_container {
        flex-direction: column;
        position: fixed;
        top: 0px;
        left: -100%;
        width: 100%;
        max-width: 75%;
        min-width: 260px;
        height: calc(100%);
        padding: 0;
        background: #fff;
        transition: all 0.5s ease-in-out;
    }

    .nav_pc.open .nav_container {
        z-index: 1;
        left: 0;
        box-shadow: -15px 35px 25px 10px rgb(0 0 0 / 30%);
    }

    .nav_pc.open .nav_container_bg {
        left: 0;
    }


    .nav_logowrap.pc_head {
        display: none;
    }

    .nav_logowrap.mo_head {
        transition: 0.3s;
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 0 30px;
        background: transparent;
    }

    .nav_logowrap.mo_head.active {
        background: #fff;
    }

    .nav_logowrap .nav_logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .nav_logowrap.mo_head>form,
    .nav_logowrap.mo_head>.nav_mobtn {
        flex-shrink: 0;
    }

    .nav_ccwrap.nav_moccwrap {
        display: block;
        text-align: center;
    }

    .nav_moccwrap .nav_moccinner {
        text-align: left;
    }

    .nav_moccwrap .nav_mocctitle {
        display: inline-block;
        width: 100%;
        line-height: 60px;
        text-align: left;
        font-size: 15px;
        font-weight: 800;
    }

    .nav_mologowrap {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
        height: 60px;
        padding: 0 30px;
        line-height: 60px;
    }

    .nav_ccwrap .phone_btn {
        width: 20%;
        left: 40px;
        right: 0px;
        top: 200px;
    }

    .nav_mologowrap .nav_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .nav_mologowrap .nav_logo>a>img {
        max-width: 150px;
    }

    .nav_mohead {
        display: block;
    }

    .nav_mobtn {
        position: relative;
        display: block;
        padding: 9px 0;
        cursor: pointer;
    }

    .nav_mobtn span {
        display: block;
        background: #fff;
        width: 25px;
        height: 2px;
        margin-left: auto;
        border-radius: 3px;
    }

    .nav_mobtn2 {
        position: relative;
        display: block;
        padding: 5px 0;
        cursor: pointer;
    }

    .nav_mobtn2 span {
        display: block;
        background: #fff;
        width: 25px;
        height: 2px;
        margin-left: auto;
        border-radius: 3px;
    }

    /* .nav_pc:hover  .nav_mobtn span {
      background-color: #000;
   }
   */
    .nav_mobtn span:nth-child(1) {
        margin-bottom: 7px;
    }

    .nav_mobtn span:nth-child(3) {
        margin-top: 7px;
    }

    /* .nav_pc.open .nav_mobtn span {
    transition: 0.25s margin, 0.25s transform 0.25s;
  } */

    .nav_pc .nav_mobtn2 span:nth-child(1) {
        margin-top: 0px;
        margin-bottom: -2px;
        transform: rotate(45deg);
    }

    .nav_pc .nav_mobtn2 span:nth-child(2) {
        transform: rotate(45deg);
    }

    .nav_pc .nav_mobtn2 span:nth-child(3) {
        margin-top: -2px;
        transform: rotate(135deg);
    }

    .nav_mohead {
        width: 100%;
        background: #c29a4c;
        color: #fff;
        height: 150px;
        padding: 0px 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nav_top_sec {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav_top_sec img {
        width: 75%;
    }

    .in_search_form {
        margin-top: 15px;
        display: flex;
        justify-content: center;
        gap: 2px;
        align-items: center;
        background: #fff;
    }

    .in_search_form input[type="text"] {
        width: 100%;
        height: 30px;
        border: 0;
        border-radius: 6px;
    }

    .in_search_form button {
        height: 90%;
        padding-right: 5px;
        cursor: pointer;
        background: #fff;
        outline: none;
        stroke: none;
        border: none;
    }

    .nav_info {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .nav_info a {
        color: #fff;
        width: calc(100% / 3);
        text-align: center;
        position: relative;
    }

    .nav_info a:nth-of-type(1) {
        text-indent: -30px;
    }

    .nav_info a:nth-of-type(1)::after {
        width: 1px;
        height: 70%;
        content: "";
        display: inline-block;
        position: absolute;
        background: #000;
        left: 82%;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav_info a:nth-of-type(2) {
        text-indent: -25px;
    }

    .nav_info a:nth-of-type(2)::after {
        width: 1px;
        height: 70%;
        content: "";
        display: inline-block;
        position: absolute;
        background: #000;
        left: 88%;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav_sidebar_ftr {
        display: flex;
        justify-content: space-around;
        min-height: 40px;
        align-items: center;
        background: #f5f5f5;
        width: 100%;
        position: relative;
    }

    .nav_sidebar_ftr::after {
        width: 1px;
        height: 14px;
        content: "";
        display: inline-block;
        position: absolute;
        background: #aaa;
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
    }

    /* .nav_molink .nav_molinklist {
    flex: 1;
  }

  .nav_molink .nav_molinklist>a {
    display: inline-block;
    width: 100%;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .nav_molink .nav_molinklist>a:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 30px;
    background: url(../images/navmo_link_b.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
  }

  .nav_molink .nav_molinklist>a.active:after {
    background: url(../images/navmo_link_w.png) no-repeat center center;
    background-size: contain;
  }

  .nav_molink .nav_molinklist>a {
    background: #f2f2f2;
    color: #000;
  }

  .nav_molink .nav_molinklist:first-child>a.active {
    background: #c29a4c;
    color: #fff;
  } */

    /* .nav_molink .nav_molinklist:last-child>a.active {
    background: #3f6aeb;
    color: #fff;
  } */

    .mo_head .nav_location {
        width: auto;
        display: block;
        padding: 0;
    }

    .nav_location .nav_locaarrow {
        margin-left: 10px;
    }

    .nav_location>h2,
    .nav_locaselect .nav_locaoption {
        font-size: 14px;
        padding-left: 10px;
    }

    .nav_locaselect .nav_locaoption {
        padding: 0;
        padding-left: 5px;
    }

    .nav_location .nav_locaicon {
        vertical-align: middle;
    }

    .nav_bg {
        display: none;
    }
    .nav_con {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: calc(100% - 150px);
        min-width: 260px;
        overflow: scroll;
    }

    .nav_con .nav_wrap_st01 {
        display: block;
        /* flex-direction: column; */
        width: 100%;
        height: 100%;
        padding: 0 15px;
        overflow: scroll;
    }

    .nav_wrap_st01 .nav_list_st01 {
        display: block;
    }

    .nav_list_st01.mo_cancer,
    .nav_list_st01.mo_spinal {
        display: none;
    }

    .nav_mowrap_st01.nav_modivi,
    .nav_mowrap_st01.nav_modivi .nav_list_st01.mo_cancer,
    .nav_mowrap_st01.nav_modivi .nav_list_st01.mo_spinal {
        display: block;
        max-width: 150px;
    }

    .nav_mowrap_st01.nav_modivi .nav_list_st01.mo_cancer>a>span {
        color: #9c5534;
    }

    .nav_mowrap_st01.nav_modivi .nav_list_st01.mo_spinal>a>span {
        color: #3748ab;
    }

    .nav_wrap_st01 .nav_list_st01,
    .nav_mowrap_st01 .nav_list_st01 {
        width: 100%;
        position: relative;
        height: 50px;
        max-height: 50px;
    }

    .nav_wrap_st01 .nav_list_st01.active,
    .nav_mowrap_st01 .nav_list_st01.active {
        background: #fff;
        height: auto;
        max-height: max-content;
    }

    .nav_wrap_st01 .nav_list_st01>a::after {
        transition: all 0.5s;
        content: "";
        display: block;
        background: url("../images/nav_toggle_btn.png") center center/100% no-repeat;
        position: absolute;
        right: 15px;
        top: 48%;
        width: 14px;
        height: 9px;
        transform: translateY(-50%);
    }

    .nav_wrap_st01 .nav_list_st01.active>a::after {
        transform: scaleY(-1);
    }

    .nav_wrap_st01 .nav_list_st01:hover>a::after {
        content: "";
        display: block;
        background: url("../images/nav_toggle_btn.png") center center/100% no-repeat;
        position: absolute;
        right: 15px;
        top: 48%;
        width: 14px;
        height: 9px;
    }

    .nav_wrap_st01 .nav_list_st01>a,
    .nav_mowrap_st01 .nav_list_st01>a {
        display: inline-block;
        width: 100%;
        height: auto;
        padding-left: 10px;
        line-height: 50px;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        border-bottom: 1px solid #dddddd;
    }

    .nav_wrap_st01 .nav_list_st01.active>a {
        color: #c29a4c;
        font-weight: bold;
    }

    .nav_list_st01.mo_fix .nav_wrap_st02 {
        display: flex;
        flex-wrap: wrap;
        flex: auto;
    }

    .nav_list_st01.mo_fix .nav_wrap_st02 .nav_list_st02 {
        width: 50%;
    }

    .nav_wrap_st02 {
        display: block;
        position: static;
        overflow-y: hidden;
        width: calc(100%);
        height: 0;
        padding: 0;
        border: none;
        transition-delay: 0.2s;
        opacity: 0;
    }

    .nav_list_st01.active .nav_wrap_st02 {
        height: auto;
        touch-action:pan-y;
    }

    .nav_pc.spinal .nav_wrap_st02 {
        max-height: 195px;
        overflow-y: auto;
        height: auto;
    }

    .nav_pc.cancer .nav_wrap_st02,
    .nav_pc.subv2 .nav_wrap_st02,
    .main_page .nav_wrap_st02{
        max-height: 200px;
        overflow-y: scroll;
    }

    .nav_wrap_st02.active {
        z-index: 1;
        height: auto;
    }

    .nav_wrap_st02.moactive {
        z-index: 3;
        transform: translateX(0);
        opacity: 1;
        height: auto;
    }

    .nav_wrap_st02.dp_none {
        display: block;
    }

    .nav_wrap_st02.nav_wrap_25p .nav_list_st02 {
        width: 100%;
    }

    .nav_wrap_st02 .nav_list_st02 {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
    }

    .nav_wrap_st02 .nav_list_st02:before {
        display: none;
    }

    .nav_wrap_st02 .nav_list_st02>a {
        padding: 10px 20px 10px 10px;
        line-height: 20px;
        font-size: 15px;
        font-weight: 400;
        color: #555;
        word-break: keep-all;
    }

    .nav_wrap_st02.moactive .nav_list_st02>a {
        color: #999;
    }

    .nav_wrap_st02 .nav_list_st02>a>br {
        display: none;
    }

    .nav_wrap_st03.nav_flexwrap {
        flex-wrap: nowrap;
    }

    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03>a {
        padding-left: 30px;
    }

    .nav_wrap_st03 .nav_list_st03>a,
    .nav_wrap_st03.nav_flexwrap.sp .nav_list_st03 ul li a {
        padding-left: 40px;
        font-size: 13px;
        font-weight: 400;
        color: #646464;
    }

    .nav_cswrap {
        display: none;
    }

    .nav_momember {
        display: none;
        width: 100%;
        max-width: 150px;
        padding: 20px 0;
        padding-left: 40px;
        background: #ffeade;
    }

    .nav_momember .nav_momemlist>a {
        line-height: 30px;
        font-size: 14px;
    }

    /* .nav_quick, */
    .nav_quick.active {
        top: auto;
        bottom: 20px;
        right: 20px;
    }

    .navq_wrap {
        left: -70px;
        margin-right: 0;
    }

    .nav_quick,
    .navq_container,
    .navq_list.navq_bone {
        display: none;
    }

    .navq_list>a>img {
        max-width: 50px;
    }

    .sitemap {
        display: none;
    }


    .nav_ccwrap.nav_moccwrap {
        position: relative;
    }

    .mobile_login {
        padding: 0 40px;
        border-bottom: 1px solid #eee;
        display: flex;
        width: 100%;
        height: 50px;
        align-items: center;
    }

    .mobile_login a {
        width: 50%;
        display: inline-block;
        font-size: 15px;
        font-weight: 800;
    }

    .nav_pc:hover,
    .nav_pc.active2 {
        background-color: transparent;
    }


    .nav_pc:hover .nav_location .nav_locaarrow,
    .nav_pc.active2 .nav_location .nav_locaarrow {
        background-image: url('../images/nav_select.png');
    }

    /* subpage nav */
    .nav_pc.subv2 {
        background-color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid #ddd;
    }

    .nav_pc.subv2 .nav_bg {
        background-color: rgba(255, 255, 255, 1);
        border-top: 1px solid #ddd;
    }

    .nav_pc.subv2 .nav_sitebtn span,
    .nav_pc.subv2 .nav_mobtn span {
        background-color: #000;
    }

    /* .nav_pc.subv2.open .nav_sitebtn span,
  .nav_pc.subv2.open .nav_mobtn span {
    background-color: #fff;
  } */

    .nav_pc.subv2 .nav_location .nav_locaarrow {
        background-image: url(../images/nav_select_b.png);
    }

    .nav_pc.subv2 .nav_locaselect .nav_locaoption.active {
        background-color: #c29a4c;
    }

    /* .nav_pc.subv2 .nav_locaselect .nav_locaoption:hover {
    background-color: #f65b06;
  } */

    .nav_pc.subv2 .nav_search .search_on {
        color: #000;
    }
}

@media screen and (max-width: 799px) {}

@media screen and (max-width: 639px) {
    .nav_location .nav_locaicon {
        display: none;
    }
}

@media screen and (max-width: 499px) {
    .nav_ccwrap .phone_btn {
        width: 30%;
        padding: 0;
    }

    .nav_mobtn span {
        width: 25px;
    }

    .nav_logowrap.mo_head {
        padding: 0 15px;
    }

    .nav_logowrap {
        padding: 0 15px;
    }

    .navq_wrap {
        left: -60px;
    }

    .navq_list {
        margin-bottom: 15px;
    }

    .navq_list>a>img {
        max-width: 40px;
    }

    .nav_location {
        font-size: 14px;
    }

    .nav_location .nav_locaicon {
        display: none;
    }
}

@media screen and (max-width: 399px) {
    .nav_list_st01.mo_fix .nav_wrap_st02 {
        max-width: 200px;
    }

    .nav_ccwrap .nav_ccform .phone_num {
        width: 60px;
    }
}

@media screen and (max-width: 320px) {
    .nav_container {
        left: -320px;
    }
}

/* sitemap수정부분  */
.flex {
    display: flex;
}

.spinal_nav {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.spinal_nav .sm_list03 {
    padding: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.spinal_nav .sm_list03>a {
    margin-left: 5px;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    color: #000000;
}

.spinal_nav .sm_list03 ul li a {
    font-size: 16px;
    line-height: 1.8;
    margin-left: 5px;
    color: #000;
}

.sitemap_content .sm_wrap {
    width: auto;
}

.sitemap_content .sm_wrap.fore_w38 {
    width: 38%;
}

.sitemap_content .sm_wrap.fore_w38 .sm_list01>ul {
    padding: 5px 0 20px;
    margin-left: 5px;
}

.sitemap_content .sm_wrap.fore_w38>li {
    max-width: 375px;
    margin: 0 auto;
}

.sitemap_content .sm_wrap .sm_list02 .sm_list03 {
    padding-left: 5px;
}

.sitemap_content .sm_wrap2 .sm_list02 .sm_list03 {
    padding-left: 10px;
}

.sitemap_content .sm_wrap2 .sm_list02 {
    padding-bottom: 20px;
}

.spinal_nav .sm_list03 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}

/* 암종별치료 부분 nav style   */
.nav_new_style .nav_wrap_st02 .nav_list_st02 {
    width: 16.666%;
    text-align: center;
    height: 88px;
    padding-top: 0;
}

.nav_new_style .nav_wrap_st02 .nav_list_st02>a {
    padding-left: 0;
    line-height: 88px;
    font-size: 16px;
    position: relative;
    color: #000;
    font-weight: bold;
}

.nav_new_style .nav_wrap_st02 .nav_list_st02>a:hover {
    text-decoration: underline;
    color: #000;
}

.nav_new_style .nav_wrap_st02 .nav_list_st02::before {
    top: 0;
    left: 0;
    width: 0px;
}

/* .nav_new_style .nav_wrap_st02 .nav_list_st02.nonbanner::after {
   content: "";
   display: block;
   position: absolute;
   top: calc(50% - 10px);
   left: 0;
   width: 4px;
   height: 20px;
   background-color: #efefef;
} */
/* .nav_new_style .nav_wrap_st02 .nav_list_st02:nth-last-of-type(3n)::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 1px;
   height: 265px;
   background-color: #efefef;
} */
@media screen and (max-width:1023px) {
    .nav_new_style .nav_wrap_st02 .nav_list_st02 {
        width: 50%;
        text-align: left;
        height: 45px;
        padding-top: 0;
        float: left;
    }

    .nav_new_style .nav_wrap_st02 .nav_list_st02>a {
        padding: 10px 20px 10px 30px;
        line-height: 28px;
        font-size: 14px;
        font-weight: normal;
    }

    .nav_new_style .nav_wrap_st02 .nav_list_st02.nonbanner::after {
        top: 0;
        left: 0;
        width: 0px;
    }

    .nav_new_style .nav_wrap_st02 .nav_list_st02:nth-last-of-type(3n)::before {
        width: 0px;
    }

    /* 모바일시 지점 네비게이션 중복으로 뜨는것 수정  */
    .nav_location {
        display: none;
    }
}

.sitemap_content .sm_wrap2 .sm_list02:last-of-type {
    padding-bottom: 0;
}

/* new sitemap  */
.sitemap {
    width: 90%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
}

.sitemap .fore {
    max-width: 100%;
    padding: 0 80px;
    margin: 0 auto;
}

.sitemap.active {
    transform: translateX(-50%) scaleY(1);
}

.sitemap_content {
    width: 100%;
    margin: 0 auto;
}

.sitemap .sm_head {
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.sitemap h2 {
    font-size: 30px;
    text-align: center;
}

.sitemap_content {
    display: flex;
    flex-direction: column;
}

.sitemap .sm_wrap {
    display: flex;
    width: 100% !important;
    border-right: 0px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.sitemap .sm_wrap.active {
    border-top: 1px solid #414042;
    border-bottom: 1px solid #414042;
}

.sitemap .sm_list01:nth-of-type(1) {
    min-width: 160px;
    width: calc(100% / 5);
}

.sitemap .sm_list01 {
    min-width: 170px;
    width: calc(100% / 5);
}

.sitemap .sm_list01.w_60 {
    min-width: 160px;
    width: calc(100% / 5);
}

.sitemap .sm_list01>p {
    font-size: 21px;
    min-width: 160px;
    width: 15%;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    overflow: visible !important;
}

.sitemap .sm_list01>p::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: -12px;
    background: #c29a4c;
}

.sitemap .sm_list01>ul {
    margin-left: 0;
    padding: 0;
}

.sitemap .sm_list01>a {
    margin-top: 0;
    font-weight: 500;
    font-size: 18px;
    overflow: hidden;
    color: #c8c7c6;
}

.sitemap .sm_wrap.active .sm_list01>a {
    color: #1d1c1b;
    font-weight: 600;
}

.sitemap .sm_list03>a {
    padding-bottom: 3px;
}

.sitemap .sm_list01 .sub_style2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sitemap .sm_list01 .sub_style2>ul {
    width: 33.333%;
    margin-bottom: 20px;
}

.sitemap .col_orange .sm_list02 a {
    color: #414042;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.sitemap .sm_list02>a {
    border-bottom: 1px solid #fff;
    color: #414042;
}

.sitemap .sm_list02:hover a {
    color: #c29a4c;
    border-bottom: 1px solid #c29a4c;
}

.sitemap .spinal_nav {
    padding: 0;
}

.sitemap .spinal_nav>.sm_list03 {
    width: 33.333%;
    min-width: 170px;
    margin-top: 0;
    margin-bottom: 20px;
}

.sitemap .spinal_nav .sm_list03>a {
    color: #c8c7c6;
    margin-left: 0;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}

.sitemap .sm_wrap.active .spinal_nav .sm_list03>a {
    color: #231f20;
    font-weight: 600;
}

.sitemap_content .sm_wrap .sm_list02 .sm_list03 {
    padding-left: 0;
}

.sitemap_content .sm_wrap .m_bar {
    display: inline-block;
    height: 10px;
    background-color: #231f20;
    width: 1px;
}

.sitemap .sm_list03 {
    padding-left: 0;
}

.sitemap .sm_list03>a {
    border-bottom: 1px solid #fff;
    color: #414042;
}

.sitemap .spinal_nav .sm_list03 ul {
    margin-top: 5px;
    flex-direction: column;
    margin-left: 0;
    flex-wrap: nowrap;
}

.sitemap .spinal_nav .sm_list03 ul li a {
    margin-left: 0;
    border-bottom: 1px solid #fff;
    color: #414042;
}

.sitemap .sm_wrap.active.col_blue .sm_list02:hover a {
    color: #231f20;
    border-bottom: 1px solid #fff;
}

.sitemap .sm_wrap.active.col_blue .sm_list03:hover a,
.sitemap .sm_wrap.active.col_blue .spinal_nav .sm_list03 .sitemap_sub li:hover a {
    color: #1b75bc;
    border-bottom: 1px solid #1b75bc;
}

.sitemap .sm_wrap.active.col_blue .spinal_nav .sm_list03:hover a {
    color: #231f20;
    border-bottom: 1px solid #fff;
}

.sitemap .col_blue .spinal_nav .sm_list03:hover a {
    color: #c8c7c6;
    border-bottom: 1px solid #fff;
}

.sitemap .bar {
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #c8c7c6;
}

.sitemap .sm_wrap.active .bar {
    background-color: #231f20;
}

.sitemap_sub {
    margin-top: 5px;
}

@media(max-width: 1300px) {
    .sitemap {
        display: none;
    }

    .nav_sitebtn {
        display: none;
    }

    .nav_locaselect .nav_locaoption {
        font-size: 14px;
        padding: 0 4px;
    }
}

/* 네비검색 */
.nav_search {
    position: relative;
}

.nav_search .search_on {
    width: 24px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    margin: 0 5px 0 10px;
}

.nav_pc:hover .nav_search .search_on,
.nav_pc.active2 .nav_search .search_on {
    color: #000;
}

.search_form {
    position: absolute;
    top: 50%;
    left: -235px;
    transform: translateY(-50%) scaleX(0);
    display: flex;
    transform-origin: right;
    transition: 0.3s;
}

.search_form.active {
    transform: translateY(-50%) scaleX(1);
}

.search_form input {
    padding: 15px;
    width: 200px;
    height: 50px;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    stroke: none;
}

.search_form button {
    padding-right: 15px;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    stroke: none;
}

/* 20230523 추가 */
.search_wrap{
  transition: all 0.5s ease-in-out;
  width:89%;
  position:fixed;
  left:50%;
  transform: translateX(-50%);
  top:80px;
  background:#fff;
  height: 0px;
  overflow: hidden;
  z-index: 998;
}
.search_wrap.active{
  height:calc(100vh - 80px);
}
.search_wrap form{
  position:absolute;
  top:115px;
  left:50%;
  transform: translateX(-50%);
}
.search_wrap form input[type="text"]{
  width:640px;
  height:60px;
  border:0px;
  border-bottom: 1px solid #000;
  outline:none;
  stroke:none;
  font-size:22px;
  font-weight: 600;
}
.search_wrap form button[type="submit"]{
  all:unset;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right:0px;
  background: url(../images/search_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor:pointer;
}
.close_btn{
  cursor:pointer;
  position: absolute;
  right:30px;
  top:30px;
  z-index: 999;
}
.close_btn span:nth-of-type(1){
    display: block;
    background: #000;
    width: 20px;
    height: 2px;
    transform: rotate(310deg);
}
.close_btn span:nth-of-type(2){
    display: block;
    background: #000;
    width: 20px;
    height: 2px;
    transform: rotate(45deg);
    margin-top:-2px;
}
@media screen and(max-width:1024px){
  .search_wrap{
    display:none;
  }
}
