* {
  margin: 0;
  padding: 0;
}
.header_box {
  width: 100%;
  padding: calc(4px + 0.5rem) 0;
  box-shadow: 0px 1px calc(2px + 0.1rem) 0px rgba(0, 0, 0, 0.25);
  position: relative;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #ffffff;
}
.header_box .header {
  max-width: 1607px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_box .header .header_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(18px + 5rem);
}
.header_box .header .header_left .header_logo {
  width: calc(87px + 10rem);
}
.header_box .header .header_left .header_logo img {
  width: 100%;
}
.header_box .header .header_left .header_nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(-3px + 3rem);
}
.header_box .header .header_left .header_nav .header_nav_item a {
  font-family: Source_Han_Bold;
  font-weight: 600;
  font-size: calc(10px + 0.5rem);
  color: #333333;
}
.header_box .header .header_left .header_nav .header_active a {
  color: #009944;
}
.header_box .header .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(7px + 2rem);
}
.header_box .header .header_right .search {
  width: calc(9px + 0.5rem);
  cursor: pointer;
}
.header_box .header .header_right .search img {
  width: 100%;
}
.header_box .header .header_right .lang {
  width: calc(1px + 1rem);
}
.header_box .header .header_right .lang img {
  width: 100%;
}
.search_box {
  width: 100%;
  height: calc(5px + 10rem);
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.search_box .search_box_input {
  width: calc(17px + 50rem);
  height: calc(14px + 2rem);
  background: #FFFFFF;
  border-radius: calc(3px + 1.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(10px + 0.5rem);
  padding: 0 calc(3px + 1rem);
}
.search_box_input img {
  width: calc(9px + 0.5rem);
}
.search_box_input input {
  flex: 1;
  border: none;
  outline: medium;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #999999;
}
.sidebar_box{
    position: fixed;
    right:0;
    top: 50%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: calc(1px + 0.25rem);
}
.sidebar_item{
    width: calc(14px + 2rem);
height: calc(14px + 2rem);

border-radius: calc(1px + 0.2rem) 0px 0px calc(1px + 0.2rem);
display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}
.sidebar_item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar_item .img1{
    width: calc(4px + 1rem);
}
.sidebar_item:nth-of-type(1){
    background: #4873ED;
    position: relative;
    right: calc(-14px - 2rem);
    
}
.sidebar_item:nth-of-type(2){
    background: #00C451;
    position: relative;
     right: calc(-14px - 2rem);
     transition-delay: .1s;
}
.sidebar_item:nth-of-type(3){
    background: #09BB07;
    position: relative;
     right: calc(-14px - 2rem);
     transition-delay: .2s;
}
.sidebar_item:nth-of-type(4){
    background: linear-gradient( 180deg, #00A265 0%, #009944 100%);
    position: relative;
     right: calc(-14px - 2rem);
     transition-delay: .3s;
}

.sidebar_1{
    width: 0;
    height: calc(40px + 3rem);
    border-radius: calc(1px + 0.2rem);
    background: #ffffff;
    position: absolute;
    right: 80%;
    top: -43%;
    box-shadow: 0px 3px 10px #00000020;
   overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(5px + 0.25rem);
  opacity: 0;
    transition: .3;
}
.sidebar_1 p{
    font-size: calc(8px + 0.5rem);
    color: #333333;
}
.sidebar_1 .copy{
width: calc(20px + 2rem);
line-height: calc(10px + 1rem);
    background: #009944;
    color: #ffffff;
    font-size: calc(4px + 0.5rem);
    text-align: center;
    border-radius: calc(1px + 0.2rem);
}

.sidebar_3{
    width: 0;
    height: calc(40px + 5rem);
    background: #ffffff;
    border-radius: calc(1px + 0.2rem);
    position: absolute;
    right: 100%;
    top: -73%;
      box-shadow: 0px 3px 10px #00000020;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
}
 .sidebar_3 img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 .copy_ok{
     width: max-content;
     height: max-content;
     background: #00000060;
     color: #ffffff;
     font-size: calc(4px + 0.5rem);
     display: flex;
     justify-content: center;
     align-items: center;
     position: fixed;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     margin: auto;
     z-index: 100;
     padding:calc(5px + 0.25rem) calc(5px + 0.5rem);
     border-radius: calc(1px + 0.2rem);
     display: none;
 }
@media (max-width: 1100px) {
  .header_box {
    display: none;
  }
  .sidebar_box{
      display: none;
  }
}
