header {position: fixed; top: 0; left: 0; width: 100%; height: 80px; background: var(--wt); box-sizing: border-box; border-bottom: 1px solid var(--gray_d0); z-index: 9999;}
header:before {position: absolute; top: 76px; left: 0; content: ''; display: block; width: 100%; height: 0; background: var(--wt); z-index: -1; transition: all .5s;}
header.open:before {height: 200px; transition-delay: 0;}
header .container {display: flex; align-items: center; justify-content: space-between; height: 100%;}
header .logo-menu {display: flex; align-items: center; justify-content: space-between; width: 100%;}
header .logo {width: 200px; height: auto;}
header .logo img {width: 100%; height: auto;}
header nav {width: 100%;}
header nav ul {display: flex; align-items: center; gap: 79px; justify-content: center; width: 100%;}
header nav ul li {cursor: pointer;}
header nav ul li {position: relative; padding: 30px 0; font-size: 16px; font-weight: 400; color: var(--black);}
/* header nav ul li .deps2 {opacity: 0; position: absolute; top: 55px; left: 50%; transform: translateX(-50%); display: flex; flex-flow: column; width: 120px; height: auto; padding: 0 8px; border: 1px solid var(--gray_e); box-sizing: border-box; background: var(--wt); transition: all .5s; visibility: hidden;} */
header nav ul li .deps2 {overflow: hidden; position: absolute; top: 77px; left: 50%; transform: translateX(-50%); display: flex; flex-flow: column; width: 120px; height: 0; padding: 0 8px; border: 0; box-sizing: border-box; background: transparent; transition: all .5s;}
header.open nav ul li .deps2 {height: 200px; transition-delay: 0;}
/* header nav ul li:hover .deps2 {opacity: 1; top: 65px; transition: all .5s; visibility: initial;} */
header nav ul li .deps2 a {display: flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 100%; height: 40px; border-bottom: 0; text-align: center;}
/* header nav ul li .deps2:hover {opacity: 1; top: 65px; transition: all .5s; visibility: initial;} */
header nav ul li .deps2 a:last-of-type {border: none;}
header .language-btn {}
header .language-btn a {font-size: 14px; font-weight: 400; color: var(--gray_9);}



/* quick_menu */
.quick_menu {position: fixed; top: 128px; left: 20px; border: 1px solid var(--pr); border-radius: 8px; box-sizing: border-box; background: var(--wt); overflow: hidden; z-index: 10;}
.quick_menu .quick-tit {display: flex; align-items: center; justify-content: center; gap: 4px; padding: 11px 20px; background: var(--pr); font-size: 18px; font-weight: 600; color: var(--wt);}
.quick_menu .quick-tit img {width: 20px; height: auto;}
.quick_menu ul {display: flex; align-items: center; flex-flow: column; gap: 12px; padding: 14px 11px; box-sizing: border-box;}
.quick_menu ul li {}
.quick_menu ul li .child-box {display: flex; align-items: center; flex-flow: column; gap: 12px;}
.quick_menu ul li .child-box .tit {font-size: 16px; font-weight: 600; color: var(--black);}
.quick_menu ul li .child-box .tit:after {content: ''; display: block; width: 14px; height: 2px; margin: 4px auto 0; background: var(--pr); border-radius: 5px;}
.quick_menu ul li .child-box .tell {font-size: 20px; font-weight: 600; color: var(--black);}

/* quick_menu2 */
.quick_menu2 {position: fixed; top: 128px; right: 20px; border-radius: 8px; box-sizing: border-box; overflow: hidden; z-index: 5;}
.quick_menu2 ul {display: flex; align-items: center; justify-content: center; flex-flow: column; width: 105px;}
.quick_menu2 ul li {width: 100%; border-bottom: 1px solid rgba(255,255,255, .6);}
.quick_menu2 ul li a {display: flex; align-items: center; justify-content: center; width: 100%; height: auto; padding: 18px 0; font-size: 16px; font-weight: 500; color: var(--wt); background: var(--pr2); transition: all .3s;}
.quick_menu2 ul li:first-child a {background: var(--red);}
.quick_menu2 ul li:hover a {text-indent: 10px; transition: all .3s;}


/* 260326 */
/* language-btn2 */
section.sub {padding-top: 200px; margin-bottom: 120px;}
header .logo-menu {display: flex; align-items: center; justify-content: space-between; width: 100%;}
.language-btn2 {}
.language-btn2 select {width: 104px; height: 44px; padding: 0 25px; border-radius: 60px; border: 1px solid var(--gray_d0); box-sizing: border-box; background: url(./../img/select_icon2.png)no-repeat calc(100% - 25px) 50%; background-size: 12px 7px; appearance: none; font-size: 18px; font-weight: 400; line-height: 1.11; letter-spacing: -0.72px; color: #333;}

.tit-box2 {margin-bottom: 40px;}
.tit-box2 .tit {font-size: 50px; font-weight: bold; line-height: 1; letter-spacing: -2px; color: #333;}

.category_box {position: relative; width: 100%; height: auto; z-index: 1; margin-bottom: 80px;}
.category_box::before {position: absolute; bottom: -0.5px; left: 0; content: ''; display: block; width: 100%; height: 1px; background: var(--gray_d0); z-index: -1;}
.category_box ul {display: flex; align-items: center; gap: 50px;}
.category_box ul li {}
.category_box ul li a {position: relative; display: block; padding: 0 5px 12px; font-size: 22px; font-weight: 600; line-height: 1.5; letter-spacing: -0.44px; color: var(--gray_d0); box-sizing: border-box;}
.category_box ul li.active a {color: #333;}
.category_box ul li.active a:before {position: absolute; bottom: 0; left: 0; content: ''; display: block; width: 100%; height: 3px; background: var(--red);}

.quick_menu2_n {position: fixed; top: 128px; right: 20px; z-index: 5; max-width: 100px; width: 100%;}
.quick_menu2_n ul {display: flex; flex-flow: column; gap: 6px;}
.quick_menu2_n ul li {width: 100%; height: auto;}
.quick_menu2_n ul li a {display: flex; align-items: center; justify-content: center; width: 100%; height: 42px; border-radius: 4px; background: var(--wt_f5); font-size: 16px; font-weight: 500; line-height: 1; color: var(--gray_6);}
.quick_menu2_n ul li span {display: flex; align-items: center; justify-content: center; width: 100%; height: 42px; border-radius: 4px; background: var(--pr); font-size: 16px; font-weight: 500; line-height: 1; color: var(--gray_6);}
.quick_menu2_n ul li img {width: calc(100% - 10px);}