#theader { z-index: 995; position: absolute; left: 0; top: 0; width: 100%; height: 100px; background-color: transparent; border-bottom: 1px solid rgba(255, 255, 255, 0.3); transition: background-color 0.3s, border-bottom 0.3s; }

#theader .fullwrap { height: 100%; }

#theader .logo { display: block; float: left; height: 100%; writing-mode: vertical-lr; text-align: center; }
#theader .logo img { display: inline-block; width: 260px; }

#theader nav { position: relative; left: 30px; display: block; float: right; height: 100%; }
#theader nav .menu1 { display: flex; flex-wrap: nowrap; height: 100%; }
#theader nav .menu1 > li { position: relative; height: 100%; }
#theader nav .menu1 > li > a { position: relative; display: block; height: 100%; padding: 0 30px; transition: padding 0.3s; }
#theader nav .menu1 > li > a > span { position: relative; top: 50%; transform: translateY(-50%); display: inline-block; text-align: center; font-weight: 600; font-size: 23px; color: #fff; transition: color 0.3s, font-size 0.3s; }
#theader nav .menu1 > li > a::after { z-index: 1; display: block; content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -1px; width: 0; height: 3px; background-color: #0c41c9; transition: width 0.3s; }
#theader nav .menu1 > li:hover > a::after { width: 100%; }

#theader nav .menu1 .menu2 { display: none; position: absolute; left: 0; width: 100%; background-color: rgba(0, 0, 0, 0.7); }
#theader nav .menu1 .menu2 a { display: block; padding: 13px 5px; text-align: center; }
#theader nav .menu1 .menu2 a:hover { background-color: #333; }
#theader nav .menu1 .menu2 a span { font-size: 15px; color: #fff; line-height: 1.55; }

@media (max-width: 1535px) {
    #theader { height: 90px; }

    #theader .logo img { width: 234px; }

    #theader nav .menu1 > li > a > span { font-size: 18px; }
    #theader nav .menu1 .menu2 a span { font-size: 14px; }
}
@media (max-width: 1279px) {
    #theader { height: 80px; }

    #theader .logo img { width: 208px; }

    #theader nav .menu1 > li > a { padding: 0 15px; }
    #theader nav .menu1 > li > a > span { font-weight: 600; font-size: 16px; }
    #theader nav .menu1 .menu2 a span { font-size: 13px; }
}
@media (max-width: 1023px) {
    #theader { position: fixed; height: 70px; }
    #theader.active { background-color: rgba(0, 0, 0, 0.9); border-bottom: 1px solid #555; box-shadow: none !important; }

    /* scrollh */
    #theader.scrollh { background-color: rgba(0, 0, 0, 0.9); }
    #theader.scrollh nav .menu1 > li > a > span { color: #fff; }

    
    #theader .fullwrap { width: 100%; max-width: 100%; }

    #theader .logo { margin-left: 40px; }
    #theader .logo img { width: 182px; }

    #theader nav { display: none; position: absolute; left: 0; top: 70px; float: none; width: 100%; height: initial; background-color: rgba(0, 0, 0, 0.9); box-shadow: 0 4px 4px -4px #fff; }
    #theader.active nav { display: block; }
    #theader nav .menu1 { display: block; height: initial; text-align: center; }
    #theader nav .menu1 > li { height: initial; }
    #theader nav .menu1 > li > a { height: initial; padding: 11px 5px; }
    #theader nav .menu1 > li:hover > a { background-color: #333; }
    #theader nav .menu1 > li > a.no_link { pointer-events: none; }
    #theader nav .menu1 > li > a > span { top: initial; transform: translateY(0); font-weight: normal; font-size: 14px; color: #fff; }
    #theader nav .menu1 > li > a::after { display: none; }

    #theader nav .menu1 .menu2 { position: relative; background-color: #666; }
    #theader nav .menu1 .menu2 a:hover { background-color: #888; }
}
@media (max-width: 767px) {
    #theader { height: 60px; }

    #theader .logo { margin-left: 30px; }
    #theader .logo img { width: 156px; }

    #theader nav { top: 60px; }
}
@media (max-width: 460px) {
    #theader .logo { margin-left: 20px; }
}


/* hamburgerBtn */
.hamburgerBtn { display: none; z-index: 10; position: absolute; right: 40px; top: 50%; transform: translateY(-50%); width: 28px; height: 23px; display: none; flex-direction: column; justify-content: space-between; cursor: pointer; }
.hamburgerBtn > div { position: relative; width: 100%; height: 3px; background-color: #fff; transition: all 0.3s ease; border-radius: 100px; }
#theader.scrollh .hamburgerBtn > div, #theader.active .hamburgerBtn > div { background-color: #fff; }
#theader.active .hamburgerBtn > div:nth-child(1) { transform: rotate(45deg); transform-origin: top left; }
#theader.active .hamburgerBtn > div:nth-child(2) { opacity: 0; }
#theader.active .hamburgerBtn > div:nth-child(3) { top: -1px; transform: rotate(-45deg); transform-origin: bottom left; }
@media (max-width: 1023px) {
    .hamburgerBtn { display: flex; }
}
@media (max-width: 767px) {
    .hamburgerBtn { right: 30px; }
}
@media (max-width: 460px) {
    .hamburgerBtn { right: 20px; }
}

/* quicknav */
.quicknav { z-index: 1050; position: fixed; top: 50%; transform: translateY(-50%); right: 20px; }
.quicknav a { display: block; }
.quicknav a img { width: 95px; }
@media (max-width: 1535px) {
    .quicknav a img { width: 85px; }
}
@media (max-width: 1279px) {
    .quicknav a img { width: 75px; }
}
@media (max-width: 1023px) {
    .quicknav { top: initial; transform: translateY(0); bottom: 20px; }
    .quicknav a img { width: 65px; }
}

/* hd_lang */
#theader .hd_lang { position: relative; top: 50%; transform: translateY(-50%); }
@media (max-width: 1023px) {
    #theader .hd_lang { padding: 10px 0; top: initial; transform: translateY(0); }
}

.goog-te-gadget { font-family: 'Pretendard'; font-size: 14px; color: #000; }
.goog-te-gadget-simple {
    background-color: transparent;
    border: none !important;
    font-size: 14px;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
}

.goog-te-gadget img { display: none !important; }

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed { color: #fff !important; }
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span { display: inline-block; margin: 0 3px; font-size: 14px; color: #fff !important; border: none !important; }
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:last-of-type { margin-top: 1.5px; vertical-align: top; font-size: 12px; }

#theader:hover .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed { color: #fff !important; }
#theader:hover .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span { color: #fff !important; }
#theader.ham_active .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed { color: #fff !important; }
#theader.ham_active .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span { color: #fff !important; }
#theader.scrollh .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed { color: #fff !important; }
#theader.scrollh .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span { color: #fff !important; }