.d_clear {
    clear: both;
}
/*pc*/
@media (min-width: 1280px) {
    body.scroll #header .bg {
        opacity: 1;
        transition: 0.5s;
    }
    body.scroll #hs1 {
        display: none;
    }
    body.pc {
        min-width: 1200px;
    }
    .d_container {
        margin: 0 auto;
        max-width: 2000px;
    }

    #header {
        display: block;
        width: 100%;
        max-width: 2000px;
        height: 100px;
        margin: 0 auto;
        background:#ffffff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        /* border-bottom: 1px solid rgba(244,244,244,0.5); */
        transition: 0.3s;
        /* border-bottom: 1px solid #e0e5f0; */
    }
    #header:after {
        /* content:''; */
        display: inline-block;
        width: calc(50% - 800px);
        height: 100%;
        background: #e8ecf5;
        position: absolute;
        right: 0;
        top: 0;
    }
    #header .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        transition: 0.5s;
        opacity: 0;
        background: #ffffff;
    }

    body.lnb_over #header .bg {
        opacity: 1;
        transition: 0.5s;
    }
    #hs1 {
        position: relative;
        overflow: hidden;
        display: none;
    }

    #d_gnb {
        overflow: hidden;
    }
    #d_gnb li {
        display: block;
        float: left;
        position: relative;
    }

    #hs2 {
        position: relative;
        width: 100%;
        transition: 0.5s;
    }
    .scroll #hs2 {
        /* box-shadow: 0 0 15px -5px rgb(0 0 0 / 30%); */
        /* backdrop-filter: blur(43px); */
        /* background: #ffffff90; */
    }
    .scroll #hs2 h1 {
        /* padding: 0 20px; */
    }
    #hs2 h1 {
        float: left;
        width: 300px;
        padding: 0px 0px 0;
        position: relative;
        z-index: 2;
        position: absolute;
        top: 22px;
        left: 20px;
        transition: 0.3s;
    }
    #hs2 .lang {
        position: absolute;
        top: 37px;
        right: 50px;
        /* margin-left: calc(50% - 960px); */
        transition: 0.3s;
    }
    #hs2 .lang a {
        transition: 0.3s;
        color: #fff;
        font-size: 14px;
        background: url("/img/ic_lang.png") no-repeat;
        padding-left: 27px;
        border: 1px solid rgba(244,244,244,0.5);
        border-radius: 50px;
        padding: 11px 19px 11px 40px;
        background-position: 14px center;
    }
    #hs2 .lang a:hover {
        background: #e1252d url("/img/ic_lang2.png") no-repeat;
        background-position: 14px center;
    }
    .scroll #hs2 .lang {
        top: 17px;
    }
    .lnb_over #hs2 .lang a,
    .scroll #hs2 .lang a {
        background: url("/img/ic_lang2.png") no-repeat;
        background-position: 14px center;
        color: #444;
        border: 1px solid #dedede;
    }

    #hs2 h1 a {
        display: block;
        padding: 0;
        background: url("/img/common/logo.png") no-repeat;
        width: 140px;
        height: 54px;
        background-size: 100%;
        font-size: 0;
        transition: 0.5s;
    }
    .lnb_over #hs2 h1 a,
    .scroll #hs2 h1 a {
        /* background: url("/img/logo2.png") no-repeat; */
        /* background-size: 100%; */
    }
    .scroll #hs2 h1 a {
        /* width: 103px; */
    }
    #hs2 .lang a:hover {
        background: #e1252d url("/img/ic_lang.png") no-repeat;
        background-position: 14px center;
        color: #fff;
        border: 1px solid #e1252d;
    }
    #hs2 h1 a img {
        height: 27px;
        transition: 0.2s;
    }
    #d_lnb_bg {
        position: absolute;
        left: 0;
        top: 100px;
        width: 100%;
        background: #ffffff;
        height: 0;
        overflow: visible !important;
        z-index: 998;
    }
    body.scroll #d_lnb_bg{/* top:60px; *//* border-bottom: 1px solid #e0e5f0; *//* -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.3); */-moz-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.3);/* box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1); *//* background: #ffffff6b; */}
    body.lnb_over #d_lnb_bg {
        background: #ffffff;
        min-height: 200px; border-bottom: 1px solid #e0e5f0;
    }
    #d_lnb_bg > .d_container {
        overflow: hidden;
        height: 100%;
    }
    body.lnb_over #d_lnb_bg .shadow {
        display: block;
    }
   
    body.scroll #header {
        background: #ffffff;
        box-shadow: 0 0 15px -5px rgb(0 0 0 / 30%);
        backdrop-filter: blur(43px);
        background: #ffffff90;
    }
    body.scroll #header {
        /* height: 60px; */
    }
    #d_lnb_btn {
        display: none;
    }

    #d_lnb {
        width: 100%;
        /* float: left; */
        height: 100px;
        margin: 0 auto;
        /* padding-right: 320px; */
        padding-left: 8vw;
    }
    #d_lnb ul {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    #d_lnb li {
        /* width: calc(20% - 50px); */
        /* max-width: 180px; */
        position: relative;
        width: unset;
    }
    #d_lnb li.long {
        max-width: 200px;
    }
    #d_lnb li > a {
        display: block;
        font-size: 22px;
        /* color: #fff; */
        font-weight: 700;
        line-height: 100px;
        text-align: center;
        padding-left: 0;
        text-transform: uppercase;
        transition: 0.3s;
        padding: 0 2.3vw;
    }
    #d_lnb li > a:after {
        display: block;
        clear: both;
        content: "";
        width: 0;
        transition: 0.3s;
    }
    #d_lnb li:hover > a:after {
    }
    body.lnb_over #d_lnb li > a,
    body.scroll #d_lnb li > a {
        color: #000000;
    }
    #d_lnb li.on .sub {
        background: #00649cc2;
    }
    #d_lnb li.on .sub{height:unset;}
    #d_lnb li.on .sub a{color:#fff;}
    #d_lnb li .sub {
        position: absolute;
        width: 100%;
        height: 0;
        overflow: hidden;
        border-radius: 20px;
        z-index: 999;
    }
    #d_lnb li .sub dl {
        padding: 20px 0;
        position: relative;
    }
    #d_lnb li .sub dd a {
        display: block;
        padding: 8px 0;
        font-size: 15px;
        color: #000000;
        line-height: 20px;
        text-align: center;
        /* color: #fff; */
        font-weight: 500;
    }
    #d_lnb li .sub dd a:hover {
        font-weight: 600;
    }
    #d_lnb li .sub dd a[target='_blank']:after {
        font-family: 'FontAwesome';
        font-size: 11px;
        display: inline-block;
        content: "\f08e";
        margin: 0 0 2px 5px;
        vertical-align: middle;
    }

    #d_lnb li.tail {
        line-height: 100px;
        display: flex;
        width: 250px;
        max-width: 250px;
        background: #e8ecf5;
        justify-content: center;
    }
    #d_lnb li.tail:hover > a {
        background: 0;
    }
    #d_lnb li.tail a.sitemap {
        margin: 43px 20px 0 0;
        width: 25px;
    }
    #d_lnb li.tail a.sitemap span {
        display: block;
        width: 25px;
        height: 2px;
        margin: 0 0 5px;
        background: #000;
    }
    #d_lnb li.tail div.member {
        font-size: 0.9em;
        color: #444;
    }
    #d_lnb li.tail div.member a {
        padding: 0 0.5em;
        border-right: 1px solid #babdc4;
    }
    #d_lnb li.tail div.member a:last-child {
        border-right: 0;
    }

    #d_lnb_mask {
        display: none;
    }
    /**/
     body.bodyWrap #header {
        /* background: #ffffff; */
    }

    
   body.bodyWrap #hs2 h1 a {
        /* background: url("/img/logo2.png") no-repeat; */
        background-size: 100%;
    }
    body.bodyWrap #d_lnb li > a{
        color: #000000;
    }
    body #d_lnb li > a > span{display:none;}
        body.bodyWrap #d_lnb li.on > a{
    color: var(--main-color);
}
    body.bodyWrap #hs2 .lang a {
        background: url("/img/ic_lang2.png") no-repeat;
        background-position: 14px center;
        color: #444;
        border: 1px solid #dedede;
    }
    body.bodyWrap #hs2 .lang a:hover {
    }
    .reservBtn{}
    .reservBtn a{
    font-size: 18px;
    background: var(--main-color);
    color: #fff;
    width: 210px;
    height: 55px;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 23px;
    right: 84px;
    line-height: 55px;
    font-weight: 600;
    padding-left: 65px;
}
    .reservBtn a:before{
        display:block;
        clear:both;
        content:"";
        width:14px;
        height:19px;
        background: url(/img/main/ic_lock.svg) no-repeat;
        position: absolute;
        top: 17px;
        left: 34px;
    }
    .reservBtn a:after{
        display:block;
        clear:both;
        content:"";
        width:20px;
        height:14px;
        background: url(/img/main/ic_arr_w.svg) no-repeat;
        position: absolute;
        top: 20px;
        right: 33px; transition:0.3s;
    }
    .reservBtn a:hover:after{right:27px; }
    .sitemapBtn{
    position: absolute;
    top: 36px;
    right: 20px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    width: 37px;
    height: 21px;
}
    .sitemapBtn i{
    width: 100%;
    display: block;
    height: 3px;
    background: #000;
    margin-top: 6px;
}
}



@media all and (min-width:1600px) {









    
    #d_lnb{
    /* padding-right: 400px; */
    padding-left: 102px;
}
    .sitemapBtn{
    position: absolute;
    top: 39px;
    right: 21px;
}
    .reservBtn a{
    right: 150px;
}
    .scroll #hs2 h1 {
        /* top: 18px; */
    }
    #hs2 h1 {
        padding: 34px 00px 0;
        /* left: 0px; */
        top: -13px;
    }
    #hs2 h1 a img {
        height: 27px;
    }
    #hs2 .lang {
        right: 100px;
    }
    #d_lnb ul {
    width: 100%;
    display: flex;
    /* justify-content: center; */
}
    #d_lnb li .sub dd a {
        font-size: 17px;
    }
    #d_lnb li > a{/* font-size:22px; *//* padding: 0 28px; *//* text-align: center; *//* letter-spacing: -1px; */}
    #d_lnb li{
    width: unset;
    max-width: unset;
}
}
@media all and (min-width:1840px) { 
    #d_lnb ul {
    width: 100%;
    display: flex;
     justify-content: center; 
}   #d_lnb{
    padding-right: 22px;
    /* padding-left: 504px; */
}
                                   #d_lnb li > a{
         font-size:22px;
         padding: 0 38px;
         text-align: center;
         letter-spacing: -1px;
         }
    }

/*mobile*/
@media all and (max-width:1280px) {



    .reservBtn{}
    .reservBtn a{
    font-size: 18px;
    background: var(--main-color);
    color: #fff;
    width: 210px;
    height: 60px;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: -60px;
    line-height: 60px;
    font-weight: 600;
    padding-left: 65px;
    left: 0px;
    border-radius: 0px;
    width: calc(100% - 60px);
}
    .reservBtn a:before{
        display:block;
        clear:both;
        content:"";
        width:14px;
        height:19px;
        background: url(/img/main/ic_lock.svg) no-repeat;
        position: absolute;
        top: 20px;
        left: 34px;
    }
    .reservBtn a:after{
        display:block;
        clear:both;
        content:"";
        width:20px;
        height:14px;
        background: url(/img/main/ic_arr_w.svg) no-repeat;
        position: absolute;
        top: 23px;
        right: 29px;
    }
    .sitemapBtn{
    position: absolute;
    top: 36px;
    right: 20px;
    display: none;
}


    #header {
        position: fixed;
        z-index: 9999;
        width: 100%;
        max-width: 2000px;
        min-width: 320px;
        left: 0;
        right: 0;
        top: 0;
    }
    body.scroll #header {
        -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    }

    #header .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: 0.5s;
    }
    body.mo {}
    body.lnb_on {
        overflow: hidden;
    }
    body.lnb_on #d_lnb_mask {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 990;
        background: rgba(0,0,0,0.4);
    }

    #d_gnb {
        position: fixed;
        left: -100%;
        top: 0;
        height: 60px;
        width: 100%;
        background: #ffffff;
        z-index: 991;
        max-width: 400px;
    }
    #d_gnb .lag {
        padding-right: 60px;
        display: flex;
    }
    #d_gnb .lag li {
        width: 50%;
        text-align: center;
    }
    #d_gnb .lag li a {
        display: block;
        line-height: 60px;
        height: 60px;
        background: #f4f4f4;
        font-weight: 700;
        color: #888;
        border-bottom: 1px solid #dedede;
        font-size: 18px;
    }
    #d_gnb .lag li.on a {
        background: #fff;
        color: #e1252d;
        border-right: 1px solid #dedede;
        border-bottom: 1px solid #fff;
    }
    #d_gnb a img {
        width: 93px;
        margin: 19px 0 0 20px;
    }

    #d_gnb .close {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        cursor: pointer;
        background: transparent linear-gradient(90deg, #00649C 0%, #008379 51%, #469b39 100%) 0% 0% no-repeat;
    }
    #d_gnb .close span {
        display: inline-block;
        position: absolute;
        top: 57%;
        right: 14px;
    }
    #d_gnb .close span:after,
    #d_gnb .close span:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 5px;
    }
    #d_gnb .close span:after {
        top: -11px;
    }
    #d_gnb .close span:before {
        -webkit-transform: translateX(4px) translateY(-5px) rotate(45deg);
        -moz-transform: translateX(4px) translateY(-5px) rotate(45deg);
        -ms-transform: translateX(4px) translateY(-5px) rotate(45deg);
        -o-transform: translateX(4px) translateY(-5px) rotate(45deg);
        transform: translateX(4px) translateY(-5px) rotate(45deg);
    }
    #d_gnb .close span:after {
        -webkit-transform: translateX(4px) translateY(6px) rotate(-45deg);
        -moz-transform: translateX(4px) translateY(6px) rotate(-45deg);
        -ms-transform: translateX(4px) translateY(6px) rotate(-45deg);
        -o-transform: translateX(4px) translateY(6px) rotate(-45deg);
        transform: translateX(4px) translateY(6px) rotate(-45deg);
    }

    #hs2 {
        position: relative;
        background:#ffffff;
        height: 60px;
        /* border-bottom: 1px solid #e0e5f0; */
    }
    .scroll #hs2 {
        background: #fff;
    }
    #hs2 h1 {
        display: block;
        padding: 0;
    }
    #hs2 h1 a {
        display: block;
        background: url("/img/common/logo.png") no-repeat;
        /* background-position: 14px center; */
        /* color:#444; */
        font-size: 0;
        width: 199px;
        height: 30px;
        background-size: 75px auto;
        margin-left: 15px;
        /* margin-top: 14px; */
        position: absolute;
        top: 17px;
        left: 0;
        /* z-index: 99999; */
        transition: 0.3s;
    }
    .lnb_on #hs2 h1 a{
    z-index: 999;
    background-size: 100px auto;
    height: 39px;
    top: 14px;
}
    .scroll #hs2 h1 a {
        /* background: url("/img/logo2.png") no-repeat; */
        /* background-position: 14px center; */
        color: #444;
        /* background-size: 93px auto; */
    }

    #hs2 h1 a img {
        height: 20px;
        margin: 21px 0 0 15px;
    }
    #d_lnb_bg {
        display: none;
    }
    #d_lnb_btn {
        position: absolute;
        /* background:#e8ecf5; */
        top: 0;
        right: 4px;
        cursor: pointer;
        width: 60px;
        height: 60px;
        padding-top: 15px;
        background: url(/img/main/menu.svg);
        background-repeat: no-repeat;
        background-size: 30px 29px;
        background-position: center;
    }
    .icon-bar {
        display: block;
        margin: 5px auto;
        width: 29px;
        height: 3px;
        /* background: #fff; */
        background: #000000;
    }
    .scroll .icon-bar {
        /* background: #444; */
    }
    #d_lnb {
        position: fixed;
        left: -100%;
        top: 60px;
        width: 100%;
        max-width: 400px;
        height: 100%;
        /* overflow:auto; */
        background: #ffffff;
        z-index: 991;
    }
    #d_lnb h2 {
        position: relative;
        text-align: center;
        color: #333;
        padding: 20px 0;
        border-bottom: 1px solid #c8c8c8;
    }
    #d_lnb h2 .close {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }
    #d_lnb h2 .close img {
        max-width: 65px;
    }

    #d_lnb ul {
        height: 100%;
        overflow: auto;
        text-align: left;
        /* border-top: 1px solid #dedede; */
        padding: 20px 0;
    }
    #d_lnb ul li{
    margin-bottom: 15px;
}
    #d_lnb li > a {
        display: block;
        padding: 15px 30px;
        font-size: 20px;
        position: relative;
        /* border-bottom: 1px solid #e6e6e6; */
        font-weight: 700;
        pointer-events: none;
    }
    #d_lnb li:last-child {
        /* display: none; */
    }

    #d_lnb li.on {
        transition: all 0.3s ease-in-out;
    }
    #d_lnb li > a span {
        position: absolute;
        right: 15px;
        /* color: #fff; */
        font-size: 29px;
        top: 16px;
        /* bottom: 0; */
        margin: auto;
        color: var(--main-color);
        right: 28px;
    }
    #d_lnb li.on > a {
        color: #008379;
        border-bottom: 0;
    }
    #d_lnb li.on > a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 11px;
    }

    #d_lnb li .sub {
        display: none;
        padding: 15px 0;
        transition: 0.3s;
    }
    #d_lnb li.on .sub {
        display: block;
        height: auto !important;
        background: #fafff9;
        border-bottom: 1px solid #e6e6e6;
        border-top: 2px solid #008379;
    }
    #d_lnb li .sub dl {}
    #d_lnb li .sub dd a {
        display: block;
        padding: 7px 30px;
        font-size: 18px;
        font-weight: 600;
        font-size: 18px;
        color: #000;
    }
    #d_lnb li .sub dd a:hover {
        font-weight: 600;
    }
    .bodyWrap #hs2 {
        background: #fff;
    }
    .bodyWrap #hs2 h1 a {
        /* background: url("/img/logo2.png") no-repeat; */
        /* background-position: 14px center; */
        color: #444;
        /* background-size: 93px auto; */
    }
     .bodyWrap .icon-bar {
        /* background: #444; */
    }

}
