.container {
  max-width: 1400px;
  margin: 0 auto;
}
.content {
  padding-top: 70px;
}
.sidebar {
  position: fixed;
  top: 0;
  background-color: #fff;
  right: 0;
  width: 375px;
  height: 100vh;
  transition: all 0.6s ease;  z-index: 1000;overflow-x: auto;

  transform: translateX(100%);
}

.sidebar.active {
  transform: translateX(0);
}

.nav-wrap {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  z-index: 150;
  background-color: #fff;
  border-bottom: #d8d9db solid 1px;
}

.navbar {
  align-items: center;
  display: flex;
  padding: 3px 50px;
}

.border-none {
  border: none;
}

.navbar-logo {
  margin-right: 15px;

}

.navbar-menu {
  list-style-type: none;
  margin: 1.125rem auto;
  padding: 0;
  padding-right: 60px;
  
  width: 1400px;
  display: flex;
  align-items: center;
}

.navbar-menu .on {
  color: #f45118;
}

.nav-item {
  margin: 0 2.5rem 0 0;
  max-width: 6.375rem;
}

/*.nav-link {*/
/*  text-decoration: none;*/
/*  padding: 10px 0;*/
/*  font-size: 1.25rem;*/
/*  font-weight: bold;*/
/*}*/

.nav-link {
  /*text-decoration: none;*/
  /*padding: 10px 0;*/
  /*font-size: 1.25rem;*/
  /*font-weight: bold;*/
  display: block; /* 블록 레벨 요소로 변경 */
  min-width: 200px; /* 최소 너비 설정 */
  text-decoration: none;
  padding: 20px 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.nav-link:last-child{
  margin: 0 auto;
}

.nav-link:hover,
.bizTab-sub a:hover {
  color: #f45118;
}

/*.nav-item:last-child {*/
/*  border: #000 solid 1px;*/
/*  border-radius: 30px;*/
/*  padding: 6px 0;*/
/*  text-align: center;*/
/*  width: 100px;*/
/*}*/

.navbar-icons {
  display: flex;
  align-items: center;     
  gap: 30px;
  position: absolute;
  right: 50px;

}

.language-toggler {
  position: relative;
  display: inline-block;
  /* padding-right: 2rem; */
}

.language-text {
  display: none;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(68%, -50%);
  padding: 0.3rem 0.5rem;
}

.language-text a+a {
  padding-left: 0.5rem;
}

.language-toggler.clicked {
  border: 1px solid #3d4149;
  border-radius: 1rem;
  padding: 0 5rem 1.45rem 0;
}


.sub-navbar {
  background-color: #ccc;
  position: fixed;
  top: 50px;
  /* navbar의 높이만큼 간격 추가 */
  left: 0;
  width: 100%;
  z-index: 9998;
  display: flex;
  justify-content: center;
}

.sub-navbar .sub-nav-item {
  margin: 0 10px;
}

.sub-navbar .sub-nav-link {
  text-decoration: none;
  padding: 10px;
}

.subbar {
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  border-top: 1px solid #d8d9db;
  justify-content: center;
}

.subBar-li {
  position: relative;
  display: flex;
  top: 0px;
  left: 10rem;
}
.subTab-list {
  max-width: 1400px;
}
.subTab-list button {
  display: none;
}
.bizTab-sub {
  display: flex;
  font-size: 1.125rem;
}

.bizTab-sub p {
  margin-left: 2em;
  align-self: flex-end;
  font-size: 0.8em;
}

.bizTab-sub a {
  margin: 0 1.35em;
  color: #1f2125;
}

.bizTab-sub a:hover {
  border-bottom: 4px solid #f45118;
  padding-bottom: 17px;
}

.bizTab-sub .on {
  border-bottom: 4px solid #f45118;
  padding-bottom: 17px;
  color: #f45118;
}

.bizTab {
  position: relative;
}

.bizTab-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.bizTab:hover .bizTab-content {
  display: block;
}

.bizTab-content li {
  padding: 8px 12px;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  padding: 19.5px 0;
}


.dropdown>button:hover, .subTab-list>button:hover {
  cursor: pointer;
}

.dropdown>button, .subTab-list>button {
  font-weight: 700;
  border: none;
  background-color: #fff;
  font-size: 1.125rem;
  letter-spacing: -1px;
}
.subTab-list>button{}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 10.875rem;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  padding: 0;
  z-index: 20;
  top: 60px;
  border: 1px solid #d8d9db;
}

.dropdown:hover .dropdown-content {
  display: block;
  margin: auto;
  text-align: left;
}

.dropdown-content li {
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  height: 3.8125rem;
  text-align: center;
  color: #767676;
}

.dropdown-content li:hover {
  background-color: #f45118;
  list-style: none;
  font-family: "Pretendard-B";
  color: #fff;
  font-weight: 700;
}

.dropdown-content li>a {
  margin: auto;
  letter-spacing: -2px;
  width: 100%;
  padding: 15px 0;
}

.dropdown-content li:hover a {
  color: #fff;
}

.subNavi,
.subNavi2 {
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
  text-align: center;
}

.subNavi li,
.subNavi2 li {
  line-height: 60px;
}

.subNavi>li::after,
.subNavi2>li::after {
  font-family: dotum;
  font-weight: normal;
  color: #d8d9db;
  content: "|";
}

.subNavi>li:last-child::after,
.subNavi2>li:last-child::after,
.list_tab>li:last-child::after {
  content: "";
}



.border-Aini {
  border-bottom: #f45118 solid 4px;
}

.border-Aini a {
  color: #f45118;
}



.imgPc {
  display: block;
}

.imgMovil {
  display: none;
}

@media (max-width: 1280px) {
  .bizTab-sub a {
    margin: 0 1rem;
  }
}

@media (max-width: 1200px) {
 

  .dropdown {
    margin-right: 10px;
  }
}

@media (max-width: 1100px) {
  .bizTab-sub a {
    margin: 0 0.5rem;
  }
}

@media (max-width: 1023px) {


}

@media (max-width: 983px) {
  .navbar {
    padding: 11px 15px;
  }
  .navbar-icons{
    right: 30px;
  }
  .subbar{
    margin: 0;
  }
  .navbar-logo .imgPc {
    display: none;
  }

  .navbar-logo .imgMovil {
    display: block;
  }
  #dropIcon img {
    content: url(/img/mob-down.png);
  }

  .mob-1dec {
    width: 100%!important;
  }
  .mob-1dec button {
    width: 90%!important;
    font-weight: 700!important;
    color: #1f2125!important;
    font-size: 1rem!important;
  }
  .navbar-menu {
    display: none;
  }
  .dropdown {
    width: calc(50% - 0.5px);
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border-right: #d8d9db solid 1px;
  }
  .subTab-list {
    width: calc(50% - 0.5px);
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px 0;
  }

  .subTab-list:hover .bizTab-sub{
    display: block;
  }
  .subTab-list:hover .bizTab-sub .on{
    border-bottom: none;
  }
  .bizTab-sub a:hover{
    border-bottom: none;
  }
  .bizTab-sub{
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    position: absolute;
    width: 100%;
    top: 61px;
    left: -1px;
    overflow: hidden;
    background-color: #fff;
    transition: 0.3s ease-in;
    box-sizing: border-box;
  }
  .subNavi, .subNavi2 {
    margin: 0;
  }

  .subTab-list:hover .bizTab-sub a:hover{
    border-bottom: none;
  }
  .bizTab-sub li:first-child {
    border-top: 1px solid #d8d9d8;}

  .bizTab-sub li {
    border-bottom: #d8d9db solid 1px;
    color: #3D4149;
    border-left: 1px solid #d8d9d8;
    padding-left: 14px;
    height: 3.8125rem;
    display: flex;
  }
  .bizTab-sub li::after{
    content: '';
  }
  .bizTab-sub li>a{
    margin: auto;
    letter-spacing: -2px;
    width: 100%;
    padding:  0;
  }
 

  .dropdown button, .subTab-list button {
    display: flex;
    width: 94%;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: space-between;
  }
  .subTab-list button {
    color: #f45118;
    font-weight: 400;
  }
  .dropdown-content{
    position: absolute;
    width: 100%;
    top: 61px;
    left: 1px;
    overflow: hidden;
    transition: 0.3s ease-in;
    border-bottom: none;
    box-sizing: border-box;
    border-left: none;
    
  }
  .dropdown-content li{
    border-bottom: #d8d9db solid 1px;
    color: #3D4149;
    font-size: 1rem;
    font-weight: 700;
    padding-left: 14px;
    text-align: left;
  }

  .sidebar {
    width: 50%;
  }
  .bizTab-sub {
    display: none;
  }

}

/* 작은 화면 크기에서의 스타일 */
@media (max-width: 768px) {
  .navbar {
    padding: 12px 15px;
  }

  .navbar-logo img {
    max-width: 190px;
  }



  .navbar-menu {
    display: none;
  }

  .nav-item {
    margin: 10px 0;
  }

  .navbar-icons {
    right: 15px;
    gap: 1rem;
  }
  .dropdown button>span {
    color: #1F2125;
    display: flex;
  }
  #dropSubIcon {
    display: flex;
  }
.mob-1dec .subNavi {
  top: 59px;

}
  /* 가운데 부분 숨김 */
}


.all-img-box img {
  width: 100%;
}



/* 사이드바 */



.sidebar-head {
  background-color: #f45118;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 50px 14px 10px;
  justify-content: space-between;
}

.side-lan .lan-on {
  font-weight: 700;
}

.sidebar-head span {
  margin-right: 1.25rem;
  cursor: pointer;
}

.side-close {
  background: none;
  border: none;
}

.toggle-button {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.sidebar-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-section .arrow {
  background-image: url(/img/side-arrow1.png);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
.list-section.active .arrow{
  width: 28px;
  height: 28px;
  display: block;
  background-image: url(../img/up.svg);
  background-position: center;
  background-size: cover
}

.sidebar-menu li {
  cursor: pointer;
  border-bottom: #F2F2F5 solid 1px;
}

.sidebar-menu li.list-section {
  color: #3D4149;
  font-weight: 700;
  font-size: 1.625rem;

}

.sidebar-menu .list-section ul:first-child {
  justify-content: space-between;
  display: flex;
}

.sidebar-menu .list-section ul {
  padding: 25px 14px;
}

.sidebar-menu li.list-section:hover {
  color: #f45118;
}

.sidebar-menu li.list-section.active {
  color: #f45118;
}

.sidebar-menu li a {
  text-decoration: none;
  color: #333;
}

.side-subList {
  display: none;
  background-color: #F2F2F5;
}

.side-subList li {
  padding: 12px 10px;
}

.side-subList li P {
  font-weight: 700;
  color: #3d4149;
  font-size: 1.25rem;
  margin-bottom: 6px;

}

.side-subList .side-tit2 {
  margin-top: 50px;
}

.side-subList li a {
  color: #3D4149;
  font-size: 1.25rem;
  font-weight: 400;


}

.side-subList li a:hover {
  color: #ff0000;
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
  .sidebar .active {
  }

}button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}

[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.language_icon button {
  width: 24px;
  height: 24px;
  display: block;
  border: none;
  background-image: url(../img/component.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
.language_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 24px;
}
/* .side-togle-btn img {
  margin-top: 5px;
  width: 85%;
} */

.side-togle-btn {
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: 0;
}

.side-togle-btn:focus {
  outline: none;
}

.toggler-icon {
  display: block;
  border-top: 2px solid #000;
  margin-top: 5px;
}

.toggler-icon:first-child {
  margin-top: 0;
}
.language_icon.on {
  border: 1px solid #403c3c;
  border-radius: 20px;
  justify-content: space-between;
}.language_icon.on button {
  margin-right: 6px;
}.language_toggle {
  display: none;
}.language_icon.on .language_toggle {
  display: block;
  box-sizing: border-box;
}
.language_toggle ul {
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding-right: 8px;
width: 100%;
}
.language_toggle ul li{
  font-size: 10px;
}
.language_toggle ul a {
  opacity: 0.8;
  line-height: 20px;
}.language_toggle ul li.on a {
  font-weight: bold;
  opacity: 1;
}
/* ====================
 하단 바텀
 ===================== */

 .footer {
    width: 100%;
    background: #1E2432;
    padding: 4.375rem 0;
  }
  
  .footer .inner {
    max-width: 1400px;
    width: 90%;
  }
  
  .ftBox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #3D4149;
    padding-bottom: 30px;
  }
  
  .corpLogo p {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
  }
  
  .nav-footer {
    display: flex;
    color: #767676;
    font-size: 1.125rem;
    align-items: center;
  }

  .nav-footer .wallOn::after {
    content: "|";
  }
  
  .nav-footer a {
    margin: 0 1.25rem;
  }
  
  .nav-footer li:last-child {
    border: 1px solid #fff;
    color: #fff;
    padding: 5.5px 9.5px;
  }
  .nav-footer li:last-child a {
    margin: 0;
  }
  
  
  .ftBox2 {
    color: #767676;
    letter-spacing: -1px;
  }
  
  .info {
    margin: 30px 0 50px;
  
  }
  
  .info p {
    font-size: 1.125rem;
    margin-right: 20px;
  }
  
  .ftBox2 span {
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    margin-right: 4px;
    margin-bottom: 6px;
  
  }
  
  .address {
    color: #767676 !important;
    display: flex;
  
  }
  
  .info-div {
    display: flex;
  }
  
  @media(max-width: 956px) {
    .footer {
      padding: 1.25rem 0 2.8125rem;
    }
 
    .corpLogo p,
    .nav-footer,
    .info p,
    .ftBox2 span {
      font-size: 16px;
    }
    .ftBox1 {
      padding-bottom: 20px;
    }
  
    .ftBox2 {
      letter-spacing: -0.35px;
    }
  
    .info {
      margin: 20px 0;
    }
  
    .nav-footer {
      justify-content: space-between;
      width: 100%;
    }
  
    .nav-footer .wallOn {}
  
    .nav-footer a {
      margin: 0 auto;
    }
  
    .nav-footer .wallOn::after {
      content: "";
      display: none;
    }
  
    .address p {
      margin: 0;
    }
  
    .address span {
      width: 40px;
    }
    
    .info p {
      width: 100%;
      margin-bottom: 7px;
    }
  
    .info-div {
      display: block;
    }
  
    .corpLogo {
      display: none;
    }
  }
  
  @media(max-width: 456px) {
    .address span {
      width: 43px;
    }
  
  }