header {
    position: fixed;
    width: 100%;
    height: auto;
    display: block;
    z-index: 99;
}

header .inner {
    margin: 0 auto;
    width: 1600px;
}

header:hover,
header.down {
    background: #fff;
    transition: 0.2s;
    border-bottom: 1px solid #f7f7f7;
}

header:hover .gnb-box>li>a,
header.down .gnb-box>li>a {
    color: #111;
}

header:hover .logo,
header.down .logo {
    background-image: url("../images/common/logo-b.png");
}

header .logo {
    width: 182px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/common/logo-w.png");
}

header.down .logo,
header:hover .logo {
    background-image: url("../images/common/logo.png");
}

header:hover>.menu-box>ul>li>a {
    color: #111;
}

header ul,
header li {
    display: flex;
}

header>.menu-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header>.menu-box>ul {
    align-items: center;
    margin-right: 8.5em;
}

/* 1106 추가 */
header>.menu-box>ul {
    flex: 1;
    display: flex;
    justify-content: center;
}

header>.menu-box>ul>li {
    position: relative;
    color: white;
}

header>.menu-box>ul>li>a {
    color: #fff;
    padding: 30px 0;
    font-size: 18px;
    width: 170px;
    text-align: center;
}

header.down>.menu-box>ul>li>a {
    color: #111;
}

header>.menu-box>ul>li:hover>a {
    background-color: var(--dark-blue);
    color: #fff !important;
}

header>.menu-box>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: var(--dark-blue);
    align-items: center;
    height: 0;
    overflow: hidden;
    color: #fff;
}

header>.menu-box>ul>li:hover>ul {
    transition: 0.1s;
    overflow: visible;
    height: auto;
    padding-bottom: 20px;
}

header>.menu-box>ul>li>ul>li {
    text-align: center;
    color: #fff;
}

header>.menu-box>ul>li>ul>li:first-child {
    margin-top: 20px;
}

header>.menu-box>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 0;
    margin: 5px auto;
    color: #fff;
    font-size: 18px;
}

header>.menu-box>.language-box {
    align-items: center;
}

header>.menu-box>.language-box>ul>li {
    padding: 10px;
    color: white;
    font-size: 13px;
}

header>.menu-box>.language-box>ul>li:nth-child(2)>a,
header>.menu-box>.language-box>ul>li:nth-child(3)>a,
header>.menu-box>.language-box>ul>li:nth-child(4)>a {
    color: gray;
    transition: 0.3s;

}

header>.menu-box>.language-box>ul>li:nth-child(2)>a:hover,
header>.menu-box>.language-box>ul>li:nth-child(3)>a:hover,
header>.menu-box>.language-box>ul>li:nth-child(4)>a:hover {
    color: white;
}

header>.menu-box>.language-box>ul>li:last-child {
    font-size: 15px;
}


header>.menu-box>ul>li>ul>li a::after {
    transition: opacity .1s, width .5s;
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    background: #fff;
}

header>.menu-box>ul>li>ul>li:hover a::after {
    opacity: 1;
    width: 100%;
    transition: opacity .1s, width .5s;
    z-index: 99;
}

.r-menu {
    width: 80px;
    height: 100vh;
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #1e1f24;
    z-index: 999;
}

.r-menu button {
    width: 80px;
    height: 80px;
}

.r-menu button.up {
    background-color: #383a42;
    left: 0;
    bottom: 0;
    position: absolute;
    padding-top: 25px;

}

.r-menu button.up span {
    color: #fff;
    font-size: 14px;
    background: url("../images/common/top.png") top center / auto no-repeat;
    padding-top: 30px;
}

.wk-btn {
    padding: 10px;
    width: 170px;
    position: fixed;
    right: 100px;
    top: 19px;
    text-align: center;
    font-size: 18px;
    background: url("../images/common/contact-bg.png") center / cover no-repeat;
}

.wk-btn.m,
.wk-btn.m .arr {
    display: none;
}


.wk-btn span {
    color: #fff;
    font-weight: 500;
}

.wk-btn .wk-arr {
    margin-top: 30px;
}

.wk-btn .line-2 {
    width: 58%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    left: 0;
}

.wk-btn .arrow-2 {
    top: 62%;
}

.wk-btn:hover .arrow-2 span {
    animation: animate 2s infinite;
}

.wk-btn:hover .arrow-2 span:nth-child(2) {
    animation-delay: -0.2s;
}


.wk-btn:hover .arrow-2 span:nth-child(3) {
    animation-delay: -0.4s;
}

.scr-box {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.scr-box p {
    text-transform: uppercase;
    font-size: 14px;
    transform: rotate(90deg);
    letter-spacing: 0.15em;
    width: 80px;
    color: #fff;
    margin-bottom: 50px;
}

.scr-box .line-2 {
    display: block;
    width: 1px;
    height: 100px;
    background: #fff;
    margin: 0 auto;
}

.scr-box .arrw-box-2 {
    width: 100%;
    height: auto;
    height: 100px;
}

.scr-box .arrow-2 {
    bottom: 0;
    left: 37%;
    transform: rotate(-180deg) translate(0, 10px) scale(1.3);
}

.scr-box .arrw-box-2 .arrow-2 {
    animation: animate-2 2s infinite;
}

@keyframes animate-2 {
    0% {
        opacity: 0;
        transform: rotate(-180deg) translate(0, 10px) scale(1.3);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(-180deg) translate(0, -10px) scale(1.3);
    }
}


.arrw-box-2 {
    position: relative;
    height: 25px;
}

.arrow-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
}

.arrow-2 span {
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    transform: rotate(45deg);
    margin: -10px;
}

.arrow-2 span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow-2 span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }
}



.gnb-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}


.gnb-btn button {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
}

.gnb-btn button:focus {
    outline: none;
}

.gnb-btn button span {
    position: absolute;
    display: block;
    height: 2px;
    width: 22px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -11px;
    transition: all 0.5s;
    background: #fff;
}

.gnb-btn button span:before {
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: -7px;
    transform: rotate(0deg);
    transition: all 0.5s;
    background: #fff;
}


.gnb-btn button span:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 7px;
    transform: rotate(0deg);
    transition: all 0.5s;
    background: #fff;
}


.gnb-btn.gnb-btn-active button span {
    background: transparent !important;
}

.gnb-btn.gnb-btn-active button span:before {
    transform: rotate(135deg);
    top: 0;
}

.gnb-btn.gnb-btn-active button span:after {
    transform: rotate(-135deg);
    top: 0;
}

.site-map {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/main/sec-2-bg.png") center / cover no-repeat;
    z-index: 99;
}

.site-map .inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.site-map .lbox {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255 255 255 / 20%);
    padding: 100px 50px 100px 0;
}

.site-map .logo {
    width: 182px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/common/logo-w.png");
}

.site-map .lbox .tbox {
    margin-top: auto;
    color: #fff;
}

.site-map .lbox .tbox h3 {
    word-break: keep-all;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 20px;
}

.site-map .lbox .tbox p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
}

.gnb-wrap {
    padding-left: 50px;
    flex: 1;
}

#gnb a {
    color: #fff;
}

#gnb>li {
    padding: 15px 0;
}

#gnb>li:not(:last-child) {
    border-bottom: 1px solid rgba(255 255 255 / 20%);
}

#gnb li .tit {
    font-size: 1.8em;
    font-weight: 400;
    width: 200px;
}

#gnb li {
    display: flex;
    align-items: center;
}

#gnb .depth {
    display: flex;
    gap: 0 30px;
}

#gnb .depth a {
    position: relative;
    font-size: 20px;
    opacity: 0.8;
    font-weight: 500;
}

#gnb .depth a:hover {
    opacity: 1;
    transition: 0.1s;
}

#gnb .depth a:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

#gnb .depth a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.site-map .arr.m {
    display: none;
}

footer {
    background-color: #25262d;
    color: #fff;
    padding: 100px 0;
}

footer * {
    color: #fff;
}

footer .inner {
    border-top: 1px solid rgba(255 255 255 / 20%);
    padding-top: 20px;
}

footer .lbox {
    width: 330px;
}

footer .lbox ul {
    gap: 40px;
    justify-content: center;
}

footer .lbox ul li {
    /* flex: 1; */
    text-align: center;
    border-radius: 5px;
    position:relative
}
footer .lbox ul li + li:before{
   content:'';
   display:inline-block;
   width: 1px;
   height: 13px;
   background: #f0f0f0;
   position: absolute;
   left: -20px;
   opacity: .2;
   top: 13px;
}

footer .lbox ul li a {
    font-size: 15px;
    font-weight: 300;
    padding: 0;
}

footer .lbox .logo {
    display: block;
    text-align: center;
    margin-top: 30px;
}


footer .rbox {
    border-left: 1px solid rgba(255 255 255 / 20%);
    margin-left: 40px;
    /* padding-left: 40px; */
    /* width: calc(100% - 450px); */
    justify-content: space-between;
    /* 1106수정 */
    width: calc(100% - 320px);
    padding-left: 45px;
}

footer .rbox dl {
    display: flex;
    flex-wrap: wrap;
}

footer .rbox dl dt,
footer .rbox dl dd {
    font-size: 18px;
    font-weight: 300;
}

footer .rbox dl dd {
    flex: 1;
    word-break: keep-all;
}

footer .rbox dl dt {
    font-weight: 600;
    /* width: 120px; */
    /* 1106수정 */
    width: 84px;
}

footer .fm-list {
    width: 200px;
    margin-left: auto;
}
footer.main_footer .rbox{
    width: calc(100% - 345px);
    margin-left: 15px;
}

.fm-list {
    position: relative;
}

.fm-list .btn-family {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 200px;
    height: 50px;
    padding: 0 20px;
    color: #ddd;
    border: 1px solid rgba(255 255 255 / 20%);
    background-color: transparent;
    transition: background-color .3s;
    font-size: 18px;
    font-weight: 300;
}

.fm-list .btn-family::after {
    content: "+";
}

.fm-list.open .btn-family::after {
    content: "-";
}

.fm-list .list {
    display: none;
    position: absolute;
    bottom: 124px;
    left: 0;
    width: 200px;
    border: 1px solid rgb(255 255 255 / 20%);
    background-color: #232323;
}

.fm-list .item {
    padding: 5px 20px;
    border-top: 1px solid rgb(255 255 255 / 20%);
    float: none;
    margin-right: 0;
}

.fm-list .item:first-child {
    border-top: 0;
}

.fm-list .link {
    color: #757575;
    font-size: 18px;
    font-weight: 300;
}

footer.type-2 {
    padding: 50px 0;
}

footer.type-2 .inner {
    border-top: none;
    padding-top: 20px;
}

footer.type-2 .lbox {
    width: 390px;
}

footer.type-2 .rbox {
    width: calc(100% - 440px);
    justify-content: flex-start;
    gap: 0 20px;
}


footer.type-2 .info {
    width: 40%;
    min-width: 250px;
}

footer.type-2 .info dd,
footer.type-2 .info dt {
    font-size: 15px;
}

footer .rbox {
    gap: 0;
}

footer.type-2 .gnb {
    flex: 1;
    border-left: 1px solid rgba(255 255 255 / 20%);
    /* gap: 0 30px; */
    /* padding-left: 40px; */
    /* 1106추가 */
    gap: 0 10px;
    padding-left: 25px;
}

footer.type-2 .gnb ul {
    flex: 1;
}

footer.type-2 .gnb li.tit,
footer.type-2 .gnb li.tit a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

footer.type-2 .gnb li a {
    font-size: 15px;
    font-weight: 300;
}

footer.type-2 .fm-list {
    display: none;
}

/* 1106추가 */
footer .add_logo {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    align-items: flex-end;
    background: #34353e;
    padding: 14px;
    border-radius: 5px;
}

footer .add_logo img {
    width: 23%;
}

footer .add_logo p {
    font-size: 13px;
    width: 100%;
    text-align: right;
    line-height: 1.4;
    opacity: .6;
    font-weight: 400;
    word-break: keep-all;
    text-align: center;
}

footer.type-2 .add_logo img {
    width: auto;
    height: 32px;
}

footer.type-2 .add_logo {
    margin-top: 30px;
    padding: 8px 0;
}

@media screen and (min-width: 769px) {
    footer .add_logo.m_add_logo {
        display: none;
    }
}



#Wrap {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

@media screen and (max-width: 1700px) {
    .site-map .lbox {
        padding-left: 50px;
    }

    header .inner {
        width: 100%;
        padding-left: 20px;
    }

    /* header > .menu-box > ul {
		margin-right: 80px;
	} */


    header>.menu-box>ul>li>a {
        padding: 30px 40px;
        font-size: 16px;
        width: auto;
        white-space: nowrap;
    }
    footer.type-2 .lbox{
        width: 300px;
    }
    footer.type-2 .rbox{
        margin-left: 20px;
        width: calc(100% - 350px);
    }



}

/*1700px*/



@media screen and (max-width: 1280px) {


   .wk-btn{
    width: auto;
    font-size: 14px;
    right: 90px;
    top: 21px;
}

    header .gnb-box {
        display: none;
    }

    .site-map .lbox {
        display: none;
    }

    #gnb li .tit {
        font-size: 1.5em;
        width: 150px;
    }

    #gnb .depth a {
        font-size: 18px;
    }

    footer.type-2 .info {
        width: 100%;
    }


    footer.type-2 .info dd,
    footer.type-2 .info dt {
        font-size: 18px;
    }

    footer.type-2 .gnb {
        display: none;
    }

    footer.type-2 .fm-list {
        display: block;
    }

    footer .fm-list {
        margin-top: 10px;
        margin-left: 0 !important;
    }


}

/*E:1280*/

@media screen and (max-width: 1024px) {
    header {
        position: fixed;
        width: 100%;
        height: auto;
        background: #fff;
        z-index: 999;
    }

    header .inner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        background: #fff;
        height: 60px;
    }

    header .logo {
        margin: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        background-image: url("../images/common/logo.png");
        width: 114px;
        height: 22px;
        ;
    }

    header>.menu-box>ul {
        display: none;
    }


    .r-menu {
        background: transparent;
        /* 1106추가 */
        width: 0;
    }

    .r-menu button.up {
        width: 60px;
        height: 60px;
        right: 0;
        left: auto;
        font-size: 14px;
    }

    .r-menu button.up span {
        padding-top: 20px;
        font-size: 13px;
    }

    .scr-box {
        display: none;
    }

    .wk-btn {
        display: none;
    }

    .gnb-btn {
        top: 26px;
        position: fixed;
    }

    footer .top ul {
        width: 100%;
        padding: 20px;
    }

    .gnb-btn button span:before,
    .gnb-btn button span,
    .gnb-btn button span:after {
        background: #000;
    }

    .wk-btn.m {
        display: block;
        padding: 0;
        position: relative;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
        right: auto;
    }

    .wk-btn.m span {
        position: relative;
    }

}

/*E:1024*/

@media screen and (max-width: 768px) {

    .site-map .inner {
        padding-top: 80px;
        overflow-y: auto;
    }

    .gnb-wrap {
        padding-left: 0;
        flex: auto;
    }

    #gnb>li:not(:last-child) {
        border-bottom: none;
    }

    #gnb li {
        display: block;
    }

    #gnb {
        margin: 0 0 0 20px;
        overflow-y: auto;
        height: auto;
    }

    #gnb li a.tit {
        position: relative;
        display: block;
        color: #fff;
        background-repeat: no-repeat;
        background-image: url("../images/common/arr-down-w.png");
        background-position: 93% center;
        transform: none;
    }

    #gnb li.no-depth a.tit {
        background-image: none;
    }

    #gnb li:last-child a {
        border-bottom: 0;
    }

    #gnb li a.tit {
        width: 100%;
        padding: 10px 0;
    }


    #gnb li a.tit.active {
        color: #fff;
        background-image: url("../images/common/up.png");
        background-position: 93% center;
    }

    #gnb li a.active::after {
        display: none;
        position: absolute;
        top: 11px;
        left: 6px;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background: #fff;
    }

    #gnb .depth {
        overflow: hidden;
        display: none;
    }

    #gnb .depth li:first-child a {
        margin-top: 0;
    }

    #gnb .depth a {
        margin: 5px 0;
    }

    #gnb li ul {
        display: none;
    }

    #gnb>li {
        padding: 0;
    }

    .wk-btn {
        display: none;
    }


    .site-map .arr.m {
        display: block;
    }

    footer {
        padding: 20px 0 50px 0;
    }

    footer .lbox {
        width: 100% !important;
    }

    footer .rbox,
    footer.main_footer .rbox{
        border: none;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        justify-content: space-between;
    }
    

    footer .lbox .logo {
        margin-bottom: 50px;
    }

    footer .fm-list {
        margin-top: 20px;
    }

    footer .fm-list,
    .fm-list .btn-family,
    .fm-list .list {
        width: 100%;
    }

    footer .inner {
        border: none;
    }

    .fm-list .list {
        bottom: 49px;
    }

    footer .fm-list {
        width: 100%;
    }

    footer.type-2 .rbox {
        width: 100%;
    }

    footer .lbox ul li a,
    footer .rbox dl dt,
    footer .rbox dl dd {
        font-size: 15px;
    }

    .fm-list .btn-family,
    .fm-list .item {
        font-size: 15px;
    }

    /* 1106수정 */
    footer .add_logo {
        width: 100%;
        margin-top: 20px !important;
    }
    footer .add_logo.m_add_logo {
        display: flex;
    }
    footer .add_logo:not(.m_add_logo) {
        display: none;
    }
    footer .rbox dl dt{
        width: 100px;
    }


}

/*E:768*/



@media screen and (max-width: 640px) {
    .gnb-btn {
        z-index: 999999;
    }

    .gnb-btn button {
        height: auto;
    }


}

/*E:640*/