﻿@charset "utf-8";


/*헤더*/
header {
    position: absolute;
    width: 100%;

    z-index: 999;
    max-width: 1660px;

    margin: 0 auto;

    transition-duration: 0.5s;
    transition-timing-function: ease;

    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    
    top: 10px;
    left: 0;
    right: 0;
}

header.main-header {
    position: fixed;
    
    top: 0;
    /* left: 50%;
    transform: translateX(-50%); */
}


header .logo {
	height: 34px;
}

header .logo img {
	height: 100%;
	width: 100%;
	max-width: 233px;
	object-fit: cover;
}

.headerDeactive {

}

header .ver2-inner {
    max-width: unset;
    width: 100%;
    padding: 0 26px;

    border-radius: 12px;
}
header:hover .ver2-inner {
    background: transparent;
    backdrop-filter: blur(32px);
    --webkit-backdrop-filter: blur(32px);
    background-color: rgba(255, 255, 255, 0.5);


    /* transition-duration: 0.5s;
    transition-timing-function: ease;

    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease; */
}

.headerActive .ver2-inner {
    background: transparent;
    backdrop-filter: blur(32px);
    --webkit-backdrop-filter: blur(32px);
    background-color: rgba(255, 255, 255, 0.5);


    /* transition-duration: 0.5s;
    transition-timing-function: ease;

    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease; */
}
header.main-header.headerActive {
    position: fixed;
    top: 10px;

    z-index: 999;
}

/*로고*/
header:hover .logo .logo-wh {
    display: none !important;
}
header:hover .logo .logo-cl {
    display: block !important;
}

header.headerDeactive .logo .logo-wh {
    display: block;
}
header.headerActive .logo .logo-wh {
    display: none;
}
header.headerDeactive .logo .logo-cl {
    display: none;
}
header.headerActive .logo .logo-cl {
    display: block;
}



header.headerActive .menu {

}


.header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 0 auto;
    height: 74px;
}
.header .ver2-inner .right {
    display: flex;
    align-items: center;
}


/*헤더메뉴*/
.header .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-right: 60px;
}

/* 
.header .menu > li > a {
    font-weight: 500;
    font-size: 18px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
스크롤 내렸을때!
.header.headerActive .menu > li > a {
    color: #212121;
}
.header:hover .menu > li > a {
    color: #212121;
}

.header .menu > li.on > a {
	color: #0083d2;
    font-weight: bold;
}

.header .menu > li:hover > a {
    color: #0083d2;
    font-weight: bold;
}
 */
/* 
.header .menu > li > div {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
스크롤 내렸을때!
.header.headerActive .menu > li > div {
    color: #212121;
}
.header:hover .menu > li > div {
    color: #212121;
}

.header .menu > li.on > div {
	color: #0083d2;
    font-weight: bold;
}

.header .menu > li:hover > div {
    color: #0083d2;
    font-weight: bold;
}
 */

/*고민인부분*/
.header .menu > li {
    padding: 25px 0;
}


/*스크롤 내렸을때!*/
.header .menu > li > div {
    /* font-size: 18px; */
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

.header.main-header.headerActive .menu > li > div {
    color: #212121;
}
.header:hover .menu > li > div {
    color: #212121;
}

.header .menu > li.on > div {
   color: #0083d2;
    font-weight: bold;
}

.header .menu > li:hover > div {
    color: #0083d2;
    font-weight: bold;
}





/** etc 메뉴 **/
header .etc-menu {
    display: flex;
}
header .etc-menu li a { 
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: -0.01em;
    text-align: left;
    /* width: 32px;
    height: 32px; */
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #e8e8e8;
}

header .etc-menu li:last-child a {
    margin-right: unset;
}
header.headerActive .etc-menu li a {
    color: #333;
}

header .etc-menu li a path {
    fill: #333;
}
header .etc-menu li a path {
    fill: #fff;
}

header.headerActive .etc-menu li a path {
    fill: #333;
}
header:hover .etc-menu li a {
    color: #333;
}
header:hover .etc-menu li a path {
    fill: #333;
}
header .etc-menu li a:hover {
    background: rgba(15, 15, 15, 0.1);
}




@media (max-width:1660px) {
    header {
        transform: unset;
        width: auto;
        left: 10px;
        right: 10px;
    }
}

@media (max-width:1600px) {
    .header .menu {
        margin-right: 20px;
    }
}
@media (max-width:1451px) {
    .header .menu > li {
        padding: 16px 12px;
    }
}


@media (max-width:1400px) {
    .header .menu {
        display: none;
    }

    /* 햄버거 */
    .hambeok {
        display: block;
        width: 50px;
        height: 50px;
        padding: 13px;
        cursor: pointer;
        background: none;
        float: right;
        position: relative;
        top: 5px;
        right: -10px;
    }
	.hambeok_on {
		top: unset;
	}


    .hambeok em {
        display: block;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
        position: relative;
        transition: all .3s ease-in-out;
    }

    .hambeok_on em:nth-child(1) {
        margin-bottom: -8px;
        margin-top: 11px;
        margin-left: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }

    .hambeok_on em:nth-child(2) {
        opacity: 0;
    }

    .hambeok_on em:nth-child(3) {
        margin-bottom: 6px;
        margin-left: 0px;
        margin-top: -2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }

    .header.headerActive .hambeok em,
    header:hover em {
        background: #555;
    }
}
@media(max-width:1330px){

}



/**모바일 메뉴**/

/*스크롤금지*/
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.m_menu {
    display: none;
    z-index: 10;
    position: fixed;
    background: #fff;
    right: 10px;
    left: 10px;
    top: 95px;
    height: 100%;
    overflow: hidden;

    border-radius: 12px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    opacity: 0.98;
    z-index: 999;
}

.m_active {
    display: block !important;
}

.m_menu_bar {
    width: 150px;
    height: 100%;
    background: #ececec;
}


.m_menu_bar .m_side_menu {
    flex-direction: column;
}


.m_menuOver {
    padding: 1rem 1rem;
}

.m_sub_menu {
    position: absolute;
    top: 0;
    left: 150px;
    right: 0;
    list-style: none;
    padding: 0;
}

.m_sub_menu h5 {
    margin: 0;
}

.m_subMenuOver {
	display: none;
}

.m_subMenuOverShow {
	display: block;
}

.m_subMenuOver li {
	border-bottom: 1px #ddd solid;
    position: relative;
}

.m_subMenuOver li h5 a {
    height: 49px;
    padding: 0 25px;
    line-height: 49px;
}

.m_subMenuOver li h5 a.link:after {
	content: ''; 
	display: block; 
    position: relative;
	width: 17px; 
	float: right; 
	height: 17px; 
	right: 16px;
	margin-top: 17px; 
	background: url(/images/front/common/gnb_link.png)no-repeat center center;
}

.m_menu_list h5:hover {
    background-color: #0083d22b;
}

.m_menu_list h5:hover a {
    color: #0083d2;
}
.m_menu_list.active h5 {
    background-color: #0083d2;
}
.m_menu_list.active h5 a {
    color: #fff;
}


.m_subMenuOver li h5 {
	font-size: 1em;
}

.m_menuOver:hover .m_menu_hover {
    text-decoration: none;
    color: #0083d2;
    font-weight: 600;
    font-size: 16px;
}

.m_sub_menu > li span {
position: absolute;
left: 200px;
right: 0;
top: 0;
bottom: 0;
}

.m_sub_menu > li ul {
    list-style: none;
    display: none;
}

.m_sub_menu > li ul li {
    border: none;
    padding: 15px 0 15px 40px;
    background: #fbfbfb;
}

.m_menu_list .m_menu_btn:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url("/images/front/main/new/arrow-down.png") no-repeat center center;
    background-size: 12px auto;
}


.m_menu_list.active .m_menu_btn:after {
    transform: rotate(180deg);
}

.m_sub_menu_2 li a:hover {
    color: #0083d2;
}


@media (max-width: 370px) {
    .m_sub_menu > li span {
        left: 190px;
    }
}


/** 모바일 etc 메뉴 **/
.m_menu .box {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 6px 16px;
    border-bottom: 1px solid #ddd;
    background: #ececec;
}

.m_menu .etc-menu {
    display: flex;
}
.m_menu .etc-menu li a {
    font-family: Figtree;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #555;
    margin-right: 17px;

}
.m_menu .etc-menu li a:hover {
    color: #0083d2;
}


/**모바일 search**/
.m_menu .search {
    position: relative;
    height: 35px;
    padding-right: unset;
    margin-left: 15px;
}

.m_menu .search .txt {
    width: 100%;
    height: 100%;
    line-height: 100%;
    border: none!important;
    background-color: transparent;
}

.m_menu .search .txt label {
    color: #555;
    position: absolute;
    display: block;

    width: 100%;

    font-size: 9px;
    color: transparent;

    overflow: hidden;
}

.m_menu .search .txt input {
    width: 100%;
    height: 35px;

    padding: 0 10px 0 20px;

    font-size: 12px;
    color: #333;
    line-height: 35px;
    
    border: unset;
    border-radius: 4px;
    background: #88888857 !important;
}
.m_menu .search .txt input::placeholder {
    color: #555;
}

.m_menu .search .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 35px;

    border: unset;
    background: unset;
}

.m_menu .search .search_btn .search_btn_icon {
    position: absolute;
    top: 38%;
    right: 12%;
    transform: translate(-50%, -50%);

    width: 16px;
    height: 16px;
}
.m_menu .search .bi-search {
    fill: #555;
}

.m_menu .text-center.mt-3 {
	display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.m_menu .text-center.mt-3 .btn {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 8px 0;
    text-align: center;
    margin: 0 10px;
}

@media (min-width: 1400px) {
    .m_menu {
        display: none !important;
    }
}


/**모바일 메뉴 사이트맵 및 검색**/
@media (max-width:1400px) {
    .header .etc-menu,
    .header .search {
        display: none;
    }
    .m_menu .box {
        display: flex;
    }
    .m_sub_menu{
        top: 30px;
    }    
}
/* 
@media (max-width:767px) {
    .header .etc-menu,
    .header .search {
        display: none;
    }
    .m_menu .box {
        display: flex;
    }
    .m_sub_menu{
        top: 48px;
    }    
}
 */









/***********************************************menu drop***************************************************/

.menu_drop {
    /* position: fixed; */
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;

    width: 100%;
    z-index: 999;

    padding-top: 20px;

    display: none;
}
.sub .menu_drop {

}


.dep_1, .dep_2, .dep_3 {
    display: inline-block;
}

.menu_drop .dep_1_list {
    /* background: rgba(255, 255, 255, 0.9); */
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;

    
    transition-duration: 0.4s;
    transition-timing-function: ease;
}
.sub .menu_drop .dep_1_list {
    background: #fff;
}


.menu_drop .dep_1_list:hover {
    background: #fff;
}


/*1뎁스*/
header .menu_drop .dep_1_list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
header .menu_drop .dep_1_list > li {
    padding: 20px 10px;
    width: 100%;
    text-align: left;

}

/*메뉴가 6개 미만일때 그리고 6개 이상일때 조건*/
header .menu_drop .dep_1_list > li {
	max-width: 33.3333%;
}
header .menu_drop .dep_1_list:has(> li:nth-child(4)) {
	flex-wrap: unset;
}

header .menu_drop .dep_1_list:has(> li:nth-child(4)) > li {
	max-width: 100%;
}
header .menu_drop .dep_1_list:has(> li:nth-child(6)) {
	flex-wrap: wrap;
}
header .menu_drop .dep_1_list:has(> li:nth-child(6)) > li {
	max-width: 16.6666%;
}



header .menu_drop .dep_1_list > li:not(:last-child) {
    border-right: 1px solid #f1f1f1;
}
header.sub .menu_drop .dep_1_list > li:not(:last-child) {
    border-right-color: #e8e8e8;
}
header .menu_drop .dep_1 {
    /* font-size: 18px; */
    font-size: 20px;
    font-weight: 700;
    /* color: #333; */
    color: #164692;
    margin-bottom: 10px;

    display: block;
    width: 100%;
    /* background-color: #F4F7FA; */
    background-color: #e5ecf3;
    padding: 16px 14px;
    border-radius: 12px;
    position: relative;
}
header .menu_drop .dep_1.link:after {
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background: url(/images/front/common/gnb_link.png) no-repeat center center;
}


/*2뎁스*/
header .menu_drop .dep_2_list > li {
    padding: 8px 6px;
    border-radius: 4px;
    padding-left: 14px;
}
header .menu_drop .dep_2_list > li:hover {
    background: #f8f8f8;
}
header .menu_drop .dep_2 {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    position: relative;
    /*width: 100%;*/
}
/* header .menu_drop .dep_2::after {
    display: block;
    width: 0;
    margin: 0 auto;
    border-bottom: 1px solid #5393bd;
    transition: all .5s;
    content: "";
} */
header .menu_drop .dep_2.link:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    background: url(/images/front/common/gnb_link.png) no-repeat center center;
    background-size: contain;
}




/*3뎁스*/
header .menu_drop .dep_3_list {
    margin-top: 4px;
    display: none;
}
header .menu_drop .dep_3_list > li {
/*     padding: 2px 0; */
}

header .menu_drop .dep_3 {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}


/*메뉴호버*/
header .menu_drop .dep_1_list > li:hover .dep_1 {
    color: #fff;
    background-color: #164692;
}
header .menu_drop .dep_2_list > li:hover .dep_2 {
    color: #164692;
}
header .menu_drop .dep_2_list > li:hover .dep_2::after {
    width: 100%;
}
header .menu_drop .dep_3_list > li:hover .dep_3 {
    color: #164692;
}








/*3뎁스 화살표*/
header .menu_drop .dep_2.more::before {
    content: '';
    display: block;
    position: absolute;
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;

    transition-duration: .4s;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}
header .menu_drop .dep_2.more.on::before {
    transform: rotateX(180deg) translateY(40%);

}




/*다국어*/
header .lang {
	position: absolute;
	right: -16px;
    top: 50%;
    transform: translateY(-50%);


    transition: 1s all ease;
}

/*sub헤더*/
header .lang.sub {
	right: -56px;
	padding-left: 16px;
}

header .lang .dropdown {
	display: flex;
    align-items: center;
    justify-content: center;
    
   	width: 44px;
	height: 44px;

    border-radius: 50%;
  	cursor: pointer;
}

header .lang button {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	
    font-size: 12px;
    font-weight: 600;
    background: transparent;
}


header .lang:hover button {
    background: rgba(15, 15, 15, 0.1);
    color: #212121;
}

header:hover .lang,
header.headerActive .lang {
	right: -56px;
	padding-left: 16px;
}

header:hover .lang .dropdown,
header.headerActive .lang .dropdown {
	background: transparent;
    backdrop-filter: blur(32px);
    --webkit-backdrop-filter: blur(32px);
    background-color: rgba(255, 255, 255, 0.5);
}

header:hover .lang button,
header.headerActive .lang button {
    color: #212121;
}


.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  /* border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color); */
  border: 1px solid #f9f9f9;
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  padding: 0;
  overflow: hidden;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  /* color: var(--bs-dropdown-link-active-color); */
  color: #fff;
  text-decoration: none;
  /* background-color: var(--bs-dropdown-link-active-bg); */
  background-color: #5393bd;
  
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

@media (max-width: 1800px) {
    header .lang {
   	    right: 18px;
    	top: 60px;
    	transform: unset;
    }
    
    header:hover .lang, header.headerActive .lang {
    	right: 0;
    	top: 90px;
    	transform: unset;
    }
}







/*top_광고*/
.top_popup {
	position: fixed;
    z-index: 3;
    max-width: 1004px;
    
    bottom: 30px;
    right: 40%;
    transform: translateX(50%);
    
   	opacity: 1;
    pointer-events: unset;
}
.top_popup.scrollMove {
	opacity: 0;
    pointer-events: none;
}

#top_ad_wrap { 
	/* background:#245aab;  */ 
	/*background:#324259;*/  
	/*background:#6d5549;*/ 
	/*가을*/ 
	/*background:#245aab; 
	/*겨울*/  /*background:#EF9A9A; 봄*/ 
	width: 100%; 
	padding: 15px 30px;
    padding-bottom: 8px;
	
    backdrop-filter: blur(32px);
    --webkit-backdrop-filter: blur(32px);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;

}
.top_ad {
	max-width: 1400px; 
	margin: 0 auto; 
	font-size: 0; 
	/* max-height: 70px;  */
	overflow: hidden;
}
.top_ad > div{
	text-align:center;
}
.ad_img{
	display: inline-block; 
	/* font-size:16px;  */
	/* width:25%;  */
	vertical-align:text-top;
	/* margin-right:3px; */
}
.ad_img:last-child {
	margin-right:0;
}
.ad_img a {
	display: block;
}
.ad_img.slick-slide img {
	width: 100%;
	height: 40px;
	
    object-fit: contain;
    object-position: left;
}

.top_close {
	text-align:right; 
	color:#fff;
}
.custom-input label {
	display:inline-block !important; 
	margin-bottom:3px;
}
.btn-close {
	margin-left:20px;
	}
.btn-close:before {
	background:url(/images/front/common/popup_delete.png) no-repeat center center; 
	content:""; 
	display:inline-block; 
	clear:both; 
	width:12px; 
	height:12px; 
	margin-right:5px;
}

.top_close {
	position:absolute; 
	right:20px;
	bottom:0;
}
/*top_광고*/
@media(max-width:1300px) {
	.top_popup {
	    max-width: 829px;
	}
	.ad_img {
		width:50%;
	}
}

@media(max-width:991px){
	.ad_img {
		width:50%;
	}
	.top_popup {
		right: 50%;
	}
}
@media(max-width:828px){
	.top_popup {
		border-radius: 0 !important;
	}
}

@media(max-width:425px){
	.ad_img {
		width:100%;
	}
}
@media(max-width:345px){
	.top_popup .top_close span {
		margin-right:0;
	}
}

@media(max-width:768px){
	/* #top_ad_wrap {
		position:relative;
	} */
	.top_popup .top_close {
		position:absolute; 
		right:2px;  
		bottom:50%; 
		margin-bottom:-8px; 
	}
	.top_popup .top_close .custom-input {
		display:none;
	}
	.top_popup .top_close .btn-close {
		font-size:0; 
		display:block;
	}
	.btn-close:before {
		width:16px; 
		height:16px;
	}
}




/* 
@media(min-width:1601px){
	.top_popup{position:relative;}
	.top_close{position:absolute; right:20px; bottom:0;}
} */


/* Dots */
.top_popup .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.top_popup .slick-dots
{
    position: absolute;
    bottom: -30px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.top_popup .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.top_popup .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.top_popup .slick-dots li button:hover,
.top_popup .slick-dots li button:focus
{
    outline: none;
}
.top_popup .slick-dots li button:hover:before,
.top_popup .slick-dots li button:focus:before
{
    opacity: 1;
}
.top_popup .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 26px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #164692;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top_popup .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #164692;
}









/*다국어 폰트 사이즈 및 간격*/
header .menu.lang_en {
    gap: 0px;
    margin-right: 10px;
}
header .menu.lang_en > li > div {
    font-size: 10.9px;
}

header .menu.lang_vi {
    gap: 20px;
}
header .menu.lang_vi > li > div {
	font-size: 16px;
}

header .menu.lang_cn {
    gap: 20px;
}
header .menu.lang_cn > li > div {
	font-size: 16px;
}

header .menu.lang_ja {
    gap: 20px;
}
header .menu.lang_ja > li > div {
	font-size: 16px;
}

header .menu.lang_my {
    gap: 20px;
}
header .menu.lang_my > li > div {
	font-size: 16px;
}

header .menu.lang_ru {
    gap: 6px;
}
header .menu.lang_ru > li > div {
	font-size: 11px;
}

