@media only screen and (min-width: 769px) {
  .header {
    background: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
  }
  .header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
  }
  .header_wrapper_sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_button {
    min-width: 146px;
    padding: 0 24px;
    height: 35px;
    border-radius: 99px;
    background: #f5cc29;
    margin-right: 60px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
  }
  .header_button.sub_button {
    background: transparent;
    border-radius: 99px;
    border: 1px solid #f5cc29;
    color: #f5cc29;
    margin-right: 82px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
  }
  .header_right_main {
    display: flex;
    align-items: center;
    position: relative;
  }
  .header_lang {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 5px;
  }
  .header_lang p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    min-width: 33px;
  }
  .header_lang .select_icon {
    height: 22px;
    margin-left: 20px;
    display: flex;
    align-items: center;
  }
  .header .header_lang_menu {
    height: 35px;
  }
  .header #lang_content {
    position: absolute;
    padding: 10px 27px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #000;
    background: #fff;
    display: none;
    transition: all 0.3s;
    z-index: 9;
  }
  .header #lang_content li {
    cursor: pointer;
    color: #808080;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
  }
  .header #lang_content li:hover {
    color: #000;
  }
  .header #lang_content li.active {
    color: #000;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    background: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
  }
  .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 24px;
  }
  .header_wrapper_sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: inherit;
    right: 40px;
  }
  .header_logo {
    width: 160px;
  }
  .header_logo a {
    display: block;
  }
  .header_logo img {
    width: 100%;
    height: 24px;
  }
  .header_button {
    width: 111px;
    height: 32px;
    border-radius: 99px;
    background: #f5cc29;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
  }
  .header_right_main {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
  }
  .header_right {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
    left: 100%;
  }
  .header_lang {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
  }
  .header_lang p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    min-width: 33px;
  }
  .header_lang .select_icon {
    height: 22px;
    margin-left: 8px;
    display: flex;
    align-items: center;
  }
  .header #lang_content {
    position: absolute;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #000;
    background: #fff;
    display: none;
    transition: all 0.3s;
    z-index: 9;
    margin-left: -45%;
  }
  .header #lang_content li {
    cursor: pointer;
    color: #808080;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
  }
  .header #lang_content li:hover {
    color: #000;
  }
  .header #lang_content li.active {
    color: #000;
  }
  .header .menu_button_wrapper {
    width: 100%;
    background: #fff;
    max-height: 81px;
    min-height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
  }
  .header .menu_button_wrapper .menu_button {
    width: 320px;
    height: 41px;
    padding: 8px 23px;
    text-align: center;
    border-radius: 99px;
    border: 1px solid #f5cc29;
    background-color: #f5cc29;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .header_right {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
  }
  .header .header_lang_menu {
    margin-top: 0;
    margin-left: 32px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 359px) {
  .header {
    background: #222;
  }
  .header_wrapper {
    padding: 5.5556vw 0 6.6667vw;
  }
  .header_logo {
    width: 44.4444vw;
  }
  .header_logo a {
    display: block;
  }
  .header_logo img {
    width: 100%;
    height: 6.6667vw;
  }
  .header_button {
    width: 30.8333vw;
    height: 8.8889vw;
    border-radius: 27.5vw;
    background: #f5cc29;
    color: #000;
    font-size: 3.8889vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0778vw;
  }
  .header_right {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
  }
  .header_lang {
    display: flex;
    align-items: center;
    margin-right: 2.7778vw;
    cursor: pointer;
  }
  .header_lang p {
    color: #fff;
    font-size: 4.4444vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0889vw;
    min-width: 9.1667vw;
  }
  .header_lang .select_icon {
    width: 3.6111vw;
    height: 6.1111vw;
    margin-left: 2.2222vw;
    display: flex;
    align-items: center;
  }
  .header_lang .select_icon img {
    width: 100%;
  }
  .header .menu_button_wrapper {
    width: 100%;
    max-height: 22.5vw;
    min-height: 22.5vw;
  }
  .header .menu_button_wrapper .menu_button {
    width: 88.8889vw;
    height: 11.3889vw;
    padding: 2.2222vw 6.3889vw;
    border-radius: 27.5vw;
    border: 0.2778vw solid #f5cc29;
    font-size: 4.4444vw;
    letter-spacing: -0.0889vw;
  }
  .header #lang_content {
    position: absolute;
    padding: 2.7778vw 7.5vw;
    display: flex;
    flex-direction: column;
    gap: 5.5556vw;
    border: 0.2778vw solid #000;
    background: #fff;
    right: 0;
    top: 10vw;
    display: none;
    transition: all 0.3s;
    z-index: 9;
  }
  .header #lang_content li {
    cursor: pointer;
    color: #808080;
    text-align: center;
    font-size: 4.4444vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0889vw;
  }
  .header #lang_content li:hover {
    color: #000;
  }
  .header #lang_content li.active {
    color: #000;
  }
}


/*상단 버튼 추가 :: 241205*/
.pdf_btn {
  position: relative; display: block;
  border: 1px solid #000;
  padding: 20px;
  font-weight: 500; font-size: 17px; line-height: 1.2;
  border-radius: 5px;
  box-sizing: border-box;
}

.pdf_btn span {display: block; padding-right: 35px; color: #000;}
.pdf_btn span::after {
  content: ""; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 20px; height: 24px;
  background-image: url('../img/pdf_icon_b.svg'); background-repeat: no-repeat; background-position: right center; background-size: auto 100%;
}
.pdf_btn:hover {background-color: #000; border-color: #000;}
.pdf_btn:hover span {color: #fff;}
.pdf_btn:hover span::after {background-image: url('../img/pdf_icon_w.svg');}



.pdf_hd_btn {font-size: 0; display: flex; flex-wrap: wrap; gap:10px; margin-bottom: 30px;}
.pos-r {position: relative;}

@media only screen and (min-width: 1400px) {
  .pdf_hd_btn {
    z-index: 7;
    position: fixed; left: 50%; top: 80px;
    width: 700px; font-size: 0; padding-top: 10px;
    text-align: right; justify-content: flex-end; 
  }
  .pdf_hd_btn .pdf_btn {border-color: #fff; font-size: 15px; line-height: 38px; padding-top: 0; padding-bottom: 0;}
  .pdf_hd_btn .pdf_btn span {padding-right: 25px; color: #fff;}
  .pdf_hd_btn .pdf_btn span::after {background-image: url('../img/pdf_icon_w.svg'); width: 20px; height: 24px;}
  .pdf_hd_btn .pdf_btn:hover {border-color: #000;}

  
  .pdf_hd_btn.ty2 {width: auto; top: 10px; text-align: left; z-index: 10; justify-content: flex-start;}
  /*
  .pdf_hd_btn.ty2 {position: absolute; left: auto; right: 0; top: -20px; width: auto;}
  .pdf_hd_btn.ty2 .pdf_btn {border-color: #000; color: #000;}
  .pdf_hd_btn.ty2 .pdf_btn span {color: #000;}
  .pdf_hd_btn.ty2 .pdf_btn span::after {background-image: url('../img/pdf_icon_b.svg');}
  .pdf_hd_btn.ty2 .pdf_btn:hover span {color: #fff;}
  .pdf_hd_btn.ty2 .pdf_btn:hover span::after {background-image: url('../img/pdf_icon_w.svg');}
  */
}


@media only screen and (max-width: 1400px) {
  .pdf_hd_btn {z-index: 0; position: relative; top: 0; left: 0; width: auto; text-align: left;}
  .pdf_btn {
    border-color: #000; 
    margin-left: 0; padding-top: 20px; padding-bottom: 20px;
    font-size: 17px; 
  }
}

@media only screen and (max-width: 768px) {
  .pdf_btn {font-size: 14px; padding-top: 15px; padding-bottom: 15px;}
}

@media only screen and (max-width: 360px) {
  .pdf_btn {width: 100%; padding-left: 15px;}
}