@charset "UTF-8";

.blind {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
}

button {
  padding: 0;
  border: none;
  box-shadow: none;
  overflow: visible;
  cursor: pointer;
  border-radius: 0;
  font: unset;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes blurSpacing {
  0% {
    letter-spacing: var(--spacing);
    filter: blur(10px);
    -webkit-filter: blur(10px);
    opacity: 0;
  }
  100% {
    letter-spacing: 0;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    opacity: 1;
  }
}
@keyframes textClip {
  0% {
    transform: translateY(100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* body */
body.noScroll {
  overflow: hidden;
}
body img {
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

.inner {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1500px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}
/* topInfo */
.topInfoPop {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  z-index: 999;
  background: #ffffff;
  text-align: center;
  transition: transform 0.5s ease;
  box-sizing: border-box;
}
.topInfoPop .topInfoW {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0 210px 0 13%;
  width: 100%;
  min-height: 88px;
  background: #265e99 url(../../../image/vi/local/popupBg.png) no-repeat left center/305px 100%;
  box-sizing: border-box;
}
.topInfoPop .infoCon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  row-gap: 6px;
  box-sizing: border-box;
}
.topInfoPop .infoBox {
  display: flex;
  gap: 45px;
  align-items: center;
  max-width: 47%;
  box-sizing: border-box;
}
.topInfoPop .infoBox + .infoBox {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.topInfoPop .infoBox p {
  padding-left: 23px;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='17'%3E%3Cpath fill-rule='evenodd' fill='%23ffffff' d='M8.069,0.145 C7.781,0.025 7.467,0.096 7.247,0.317 L3.457,4.139 L1.572,4.139 C1.146,4.139 0.802,4.477 0.802,4.903 L0.802,11.478 C0.802,11.904 1.146,12.242 1.572,12.242 L3.457,12.242 L7.265,16.064 C7.413,16.212 7.610,16.292 7.811,16.292 C7.910,16.292 7.974,16.274 8.069,16.235 C8.357,16.115 8.509,15.835 8.509,15.522 L8.509,0.858 C8.509,0.546 8.357,0.265 8.069,0.145 ZM6.967,13.657 L4.286,10.928 C4.142,10.784 3.982,10.698 3.777,10.698 L2.343,10.698 L2.343,5.683 L3.777,5.683 C3.982,5.683 4.142,5.597 4.286,5.452 L6.967,2.723 L6.967,13.657 ZM11.071,11.458 C10.918,11.628 10.708,11.715 10.496,11.715 C10.313,11.715 10.129,11.650 9.982,11.518 C9.665,11.234 9.639,10.745 9.923,10.428 C11.903,8.216 10.004,6.044 9.923,5.953 C9.639,5.635 9.665,5.147 9.982,4.863 C10.299,4.578 10.787,4.605 11.070,4.922 C12.082,6.053 13.384,8.873 11.071,11.458 Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.topInfoPop .infoBox a {
  display: block;
  flex-shrink: 0;
  border: 1px solid #ffffff;
  min-width: 95px;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
.topInfoPop .dayClose {
  display: flex;
  align-items: center;
  position: absolute;
  right: 35px;
}
.topInfoPop .dayClose input[type=checkbox] {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  width: 14px;
  height: 14px;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.topInfoPop .dayClose input[type=checkbox]:checked {
  background-color: transparent;
}
.topInfoPop .dayClose input[type=checkbox]::after {
  border: solid #ffffff;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 3px;
  height: 8px;
  content: "";
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.topInfoPop .dayClose input[type=checkbox]:not(:checked)::after {
  display: none;
}
.topInfoPop .dayClose label {
  margin-left: 7px;
  font-size: 14px;
  font-weight: 300;
  color: #9bb6db;
  cursor: pointer;
}
.topInfoPop .dayClose .topInfoClose {
  display: block;
  margin: 2px 0 0 8px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M13.36 2.05 11.95.64 7 5.**************2.05 5.59 7 .64 11.95l1.41 1.41L7 8.41l4.95 4.95 1.41-1.41L8.41 7l4.95-4.95Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 1560px) {
  .topInfoPop .infoBox {
    gap: 20px;
    max-width: calc(50% - 10px);
  }
  .topInfoPop .infoBox + .infoBox {
    margin-left: 20px;
    padding-left: 20px;
  }
  .topInfoPop .infoBox p {
    font-size: 15px;
  }
  .topInfoPop .infoBox a {
    min-width: 80px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .topInfoPop .topInfoW {
    padding: 0 210px 0 20px;
  }
  .topInfoPop .infoCon {
    justify-content: flex-start;
  }
  .topInfoPop .dayClose {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .topInfoPop .topInfoW {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 20px;
    background: #265e99;
    row-gap: 15px;
  }
  .topInfoPop .infoCon {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .topInfoPop .infoBox {
    gap: 10px;
    max-width: 100%;
  }
  .topInfoPop .infoBox + .infoBox {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .topInfoPop .infoBox p {
    padding-left: 18px;
    background-size: 11px auto;
    font-size: 14px;
  }
  .topInfoPop .infoBox a {
    min-width: 68px;
    font-size: 12px;
    line-height: 24px;
  }
  .topInfoPop .dayClose {
    margin-left: auto;
    position: static;
  }
  .topInfoPop .dayClose label {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .topInfoPop .topInfoW {
    padding: 10px 15px;
  }
}

#divWrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
#divWrapper::after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
  content: "";
  opacity: 0;
}
#divWrapper.fixed #divHeader {
  position: fixed;
}
#divWrapper.fixed #divContents {
  padding-top: 160px;
}
@media screen and (max-width: 1024px) {
  #divWrapper.fixed #divContents {
    padding-top: 70px;
  }
}
#divWrapper.fixed .gotoBtnW {
  transition: all 0.3s ease-out;
  visibility: visible;
  opacity: 1;
}
#divWrapper.topMenuOpen::after {
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
}
#divWrapper.wmOpen::after {
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #divWrapper.wmOpen #divHeader {
    overflow: auto;
    position: fixed;
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #divWrapper.wmOpen #divHeader {
      height: 100dvh;
    }
  }
  #divWrapper.wmOpen #divHeader .headerTop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
  }
}
#divWrapper.wmOpen #divHeader .logo a img:first-child {
  transform: translateY(-100%);
}
#divWrapper.wmOpen #divHeader .logo a img:last-child {
  transform: translateY(-100%);
}

#divHeader {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #ffffff;
  transition: background 0.4s;
}
#divHeader .headerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  position: relative;
  height: 90px;
  z-index: 10;
}
#divHeader .headerTop .logo {
  flex-shrink: 0;
}
#divHeader .headerTop .logo a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 296px;
}
#divHeader .headerTop .logo a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  object-fit: contain;
}
#divHeader .headerTop .logo a :last-child {
  position: absolute;
  left: 0;
  transform: translateY(0);
}
#divHeader .headerTop .wholeMenuBtn {
  display: none;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27px' height='18px' viewBox='0 0 27 18'%3E%3Cpath d='M0 1 H27 V3 H0 Z M0 8 H27 V10 H0 Z M0 15 H27 V17 H0 Z' fill='%23000000' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#divHeader .headerTop .wholeMenuBtn.wholeMenuClose {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38px' height='38px'%3E%3Cpath fill-rule='evenodd' stroke='%23000000' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='%23000000' d='M33.923,32.905 L33.217,33.617 L18.600,18.859 L3.984,33.617 L3.278,32.905 L17.895,18.146 L3.278,3.387 L3.984,2.675 L18.600,17.434 L33.217,2.675 L33.923,3.387 L19.306,18.146 L33.923,32.905 Z'/%3E%3Cpath fill='none' stroke='%23000000' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' d='M33.923,32.905 L33.217,33.617 L18.600,18.859 L3.984,33.617 L3.278,32.905 L17.895,18.146 L3.278,3.387 L3.984,2.675 L18.600,17.434 L33.217,2.675 L33.923,3.387 L19.306,18.146 L33.923,32.905 Z' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#divHeader .headerTop .myMenuArea {
  display: none;
  padding: 20px;
  border: 1px solid #000;
  box-shadow: 3.878px 6.997px 15px 0px rgba(35, 31, 32, 0.3);
  position: absolute;
  top: calc(100% - 22px);
  right: 35px;
  z-index: 101;
  min-width: 410px;
  background-color: #192241;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 15px;
}
#divHeader .headerTop .myMenuArea.open {
  display: block;
}
#divHeader .headerTop .myMenuArea .myInfoClose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38px' height='38px'%3E%3Cpath fill-rule='evenodd' stroke='%23fff' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='%23fff' d='M33.923,32.905 L33.217,33.617 L18.600,18.859 L3.984,33.617 L3.278,32.905 L17.895,18.146 L3.278,3.387 L3.984,2.675 L18.600,17.434 L33.217,2.675 L33.923,3.387 L19.306,18.146 L33.923,32.905 Z'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' d='M33.923,32.905 L33.217,33.617 L18.600,18.859 L3.984,33.617 L3.278,32.905 L17.895,18.146 L3.278,3.387 L3.984,2.675 L18.600,17.434 L33.217,2.675 L33.923,3.387 L19.306,18.146 L33.923,32.905 Z' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#divHeader .headerTop .myMenuArea .myInfo .infoTit {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
#divHeader .headerTop .myMenuArea .myInfo .infoTit::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../../../image/vi/local/myMenuUser.png) no-repeat center;
}
#divHeader .headerTop .myMenuArea .myInfo .infoTit .userId {
  font: inherit;
}
#divHeader .headerTop .myMenuArea .myMenuList {
  overflow-y: auto;
  max-height: calc(100vh - 280px);
  margin-top: 19px;
  padding-right: 7px;
}
#divHeader .headerTop .myMenuArea .myMenuList::-webkit-scrollbar {
  width: 5px;
}
#divHeader .headerTop .myMenuArea .myMenuList::-webkit-scrollbar-track {
  margin: 5px 0;
  box-shadow: inset 0px 0px 5px white;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
#divHeader .headerTop .myMenuArea .myMenuList::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 10px;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li {
  padding: 18px 16px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
#divHeader .headerTop .myMenuArea .myMenuList ul li:not(:first-child) {
  margin-top: 10px;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > a {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  gap: 18px;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a span {
  color: #36c0b5;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a span.color1 {
  color: #0c72ba;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a span.color2 {
  color: #f83567;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a span.color3 {
  color: #04a1a7;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li.myMenuBox span a {
  flex-basis: 100%;
}
#divHeader #divGlobalMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  position: relative;
}
#divHeader #divGlobalMenu > li {
  font-size: 14px;
  color: #1a1a1f;
}
#divHeader #divGlobalMenu > li > a {
  color: inherit;
}
#divHeader #divGlobalMenu > li.myInfoBtnW {
  height: fit-content;
}
#divHeader #divGlobalMenu > li.myInfoBtnW .myInfoBtn {
  text-indent: -9999px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#divHeader #divGlobalMenu > li.lang {
  padding-left: 24px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' x2='22' y1='12' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z' /%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 20px;
}
#divHeader #divGlobalMenu > li.lang button {
  color: inherit;
  font: inherit;
}
#divHeader #divGlobalMenu > li.lang .dropDownBtn.on ~ .langOptions {
  top: calc(100% + 7px);
  visibility: visible;
  opacity: 1;
}
#divHeader #divGlobalMenu > li.lang .langOptions {
  padding: 16px 0;
  border: 1px solid #e1e1e1;
  box-shadow: 3.86px 4.64px 21px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 500;
  visibility: hidden;
  background-color: #ffffff;
  transition: all ease-out 0.3s;
  transform: translateX(-50%);
  opacity: 0;
  border-radius: 10px;
}
#divHeader #divGlobalMenu > li.lang .langOptions li:not(:first-child) {
  margin-top: 13px;
}
#divHeader #divGlobalMenu > li.lang .langOptions li a {
  display: block;
  padding: 0 11px 0 26px;
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  text-align: center;
}
#divHeader #divGlobalMenu > li.lang .langOptions li a:hover {
  color: #660000;
}
#divHeader #divGlobalMenu > li.lang .langOptions li.checked a {
  color: #660000;
  background-position: left 10px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10'%3E%3Cpath fill='%23660000' fill-rule='evenodd' d='M15.884.51 6.43 9.964l-.204-.204-.204.204L.678 4.621l3.594.105 1.954 1.955L12.496.41l3.388.1Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 8px auto;
}
#divHeader .header {
  position: relative;
  background-color: #182f4e;
}
#divHeader #divTopMenu {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
}
#divHeader #divTopMenu > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#divHeader #divTopMenu > ul > li > a {
  display: inline-block;
  padding: 0 30px;
  height: 70px;
  font-size: 18px;
  line-height: 70px;
  color: #fff;
}
#divHeader #divTopMenu > ul > li > a span {
  display: inline;
  position: relative;
}
#divHeader #divTopMenu > ul > li > a span::before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.2s cubic-bezier(0.45, 0.46, 0.05, 0.96);
  content: "";
  transform: scaleX(0);
  transform-origin: 100% 0;
}
#divHeader #divTopMenu > ul > li:hover > a span::before, #divHeader #divTopMenu > ul > li.on > a span::before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
#divHeader #divTopMenu .depth2W {
  display: none;
  padding: 0 70px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}
#divHeader #divTopMenu .depth2W > div {
  margin: 0 auto;
  padding: 55px 0 60px;
  width: 100%;
  max-width: 1420px;
  box-sizing: border-box;
}
#divHeader #divTopMenu .depth2W .depth2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 55px;
  column-gap: 50px;
}
#divHeader #divTopMenu .depth2W .depth2 > li {
  width: calc(20% - 40px);
}
#divHeader #divTopMenu .depth2W .depth2 > li > a {
  padding-bottom: 17px;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
}
#divHeader #divTopMenu .depth2W .depth2 > li > a::before {
  padding-bottom: 17px;
  border-bottom: 2px solid #0c4da2;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 0;
  color: #0c4da2;
  white-space: nowrap;
  transition: max-width 0.3s;
  content: attr(data-title);
}
#divHeader #divTopMenu .depth2W .depth2 > li > a::after {
  width: 8px;
  height: 13px;
  visibility: hidden;
  transition: all 0.5s;
  content: "";
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='-0.65 -0.65 7.3 13.3'%3E%3Cpath fill='none' stroke='%230c4da2' stroke-width='1.3' stroke-linecap='round' d='M0 12 L6 6 L0 0' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#divHeader #divTopMenu .depth2W .depth2 > li:hover > a::before {
  max-width: 100%;
}
#divHeader #divTopMenu .depth2W .depth2 > li:hover > a::after {
  visibility: visible;
  opacity: 1;
}
#divHeader #divTopMenu .depth2W .depth3 {
  margin-top: 19px;
}
#divHeader #divTopMenu .depth2W .depth3 li:not(:first-child) {
  margin-top: 10px;
}
#divHeader #divTopMenu .depth2W .depth3 li a {
  display: inline-block;
  padding-left: 12px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  color: #666666;
  transition: all 0.2s ease-out;
}
#divHeader #divTopMenu .depth2W .depth3 li a::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #cdd3d8;
  content: "";
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
#divHeader #divTopMenu .depth2W .depth3 li a:hover {
  color: #000000;
}
#divHeader #divTopMenu .depth2W .depth3 li a:hover::before {
  background: #000000;
}
@media screen and (max-width: 1500px) {
  #divHeader #divTopMenu {
    max-width: 1065px;
  }
  #divHeader #divTopMenu > ul > li > a {
    padding: 0 20px;
  }
  #divHeader #divTopMenu .depth2W > div {
    padding: 40px 0 45px;
  }
  #divHeader #divTopMenu .depth2W .depth2 > li > a {
    padding-bottom: 5px;
    font-size: 17px;
  }
  #divHeader #divTopMenu .depth2W .depth2 > li > a::before {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1280px) {
  #divHeader #divTopMenu {
    max-width: 870px;
  }
  #divHeader #divTopMenu > ul > li > a {
    font-size: 16px;
  }
  #divHeader #divTopMenu .depth2W {
    padding: 0 50px;
  }
  #divHeader #divTopMenu .depth2W .depth2 {
    row-gap: 45px;
  }
  #divHeader #divTopMenu .depth2W .depth2 > li {
    width: calc(25% - 40px);
  }
  #divHeader #divTopMenu .depth2W .depth2 > li > a {
    font-size: 15px;
  }
  #divHeader #divTopMenu .depth2W .depth3 {
    margin-top: 10px;
  }
  #divHeader #divTopMenu .depth2W .depth3 li:not(:first-child) {
    margin-top: 5px;
  }
  #divHeader #divTopMenu .depth2W .depth3 li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #divHeader #divTopMenu {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  #divHeader .headerTop {
    padding: 0 20px;
  }
  #divHeader .headerTop .logo a {
    width: 205px;
  }
  #divHeader .headerTop .myMenuArea {
    right: 20px;
  }
  #divHeader #divGlobalMenu {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #divHeader .header {
    background: #fff;
  }
  #divHeader .headerTop {
    height: 70px;
  }
  #divHeader .headerTop .logo a {
    width: 173px;
  }
  #divHeader .headerTop .myMenuArea {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    min-width: 0;
    height: 100vh;
    overflow-y: auto;
  }
  #divHeader .headerTop .myMenuArea .myMenuList {
    max-height: fit-content;
  }
  #divHeader .headerTop .wholeMenuBtn {
    display: block;
  }
  #divHeader #divGlobalMenu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #divHeader .headerTop {
    padding: 0 15px;
  }
}

.wholeMenuW .wholeMenuBtn {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 27px;
  height: 27px;
  color: #fff;
  text-indent: -9999px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27px' height='18px' viewBox='0 0 27 18'%3E%3Cpath d='M0 1 H27 V3 H0 Z M0 8 H27 V10 H0 Z M0 15 H27 V17 H0 Z' fill='%23ffffff' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wholeMenuW .wholeMenu {
  display: none;
  flex-direction: column;
  padding-top: 90px;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 130px);
  background-color: #ffffff;
  z-index: 11;
  box-sizing: border-box;
}
.wholeMenuW .wm {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  padding: 40px 40px 80px;
  overflow-y: auto;
  min-height: 0;
  box-sizing: border-box;
}
.wholeMenuW .wm .depth1 {
  display: flex;
  row-gap: 30px;
  column-gap: 60px;
  flex-wrap: wrap;
  overflow-y: auto;
  height: 100%;
}
.wholeMenuW .wm .depth1 > li > a {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 28px;
  border-bottom: 2px solid #000000;
  width: 100%;
  min-width: 220px;
  min-height: 92px;
  box-sizing: border-box;
  font-size: 24px;
  color: #000000;
}
.wholeMenuW .wm .depth1 > li.on > a {
  background-color: #182f4e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 50.31 26.16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 25.16 25.16 1 49.31 25.16' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px top 26px;
  color: #ffffff;
}
.wholeMenuW .wm .depth2 {
  margin-top: 30px;
}
.wholeMenuW .wm .depth2 > li:not(:first-child) {
  margin-top: 27px;
}
.wholeMenuW .wm .depth2 > li > a {
  display: block;
  position: relative;
  transition: all 0.2s;
  font-size: 18px;
  color: #222222;
}
.wholeMenuW .wm .depth2 > li > a.active::before, .wholeMenuW .wm .depth2 > li > a.active::after {
  position: absolute;
  background-color: #222222;
  transition: all 0.3s ease;
  content: "";
}
.wholeMenuW .wm .depth2 > li > a.active::before {
  top: 26px;
  right: 23px;
  width: 18px;
  height: 1px;
}
.wholeMenuW .wm .depth2 > li > a.active::after {
  top: 18px;
  right: 31px;
  width: 1px;
  height: 18px;
}
.wholeMenuW .wm .depth2 > li:hover > a {
  color: #0c4da2;
}
.wholeMenuW .wm .depth2 > li.on > a {
  background-color: #005ca1;
}
.wholeMenuW .wm .depth2 > li.on > a.active::after {
  transform: rotate(90deg);
  opacity: 0;
}
.wholeMenuW .wm .depth3 {
  padding-top: 13px;
}
.wholeMenuW .wm .depth3 > li:not(:first-child) {
  margin-top: 12px;
}
.wholeMenuW .wm .depth3 > li a {
  display: block;
  padding-left: 12px;
  position: relative;
  font-size: 16px;
  color: #777777;
}
.wholeMenuW .wm .depth3 > li a::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 1px;
  background: url(../../../image/vi/local/depthDot.png) no-repeat;
  content: "";
}
.wholeMenuW .wm .depth3 > li a:hover {
  color: #0c4da2;
  text-decoration: underline;
}
.wholeMenuW .wholeMenuClose {
  position: absolute;
  top: 47px;
  right: 10%;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'>\
<path d='M13.36 2.05L11.95.64 7 5.59 2.05.64.64 2.05 5.59 7 .64 11.95l1.41 1.41L7 8.41l4.95 4.95 1.41-1.41L8.41 7l4.95-4.95Z' fill='%23000'/>\
</svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wholeMenuW .wmMobTop {
  display: none;
}
.wholeMenuW .wmMobTop .wmMobTop1 {
  padding: 20px 30px;
}
.wholeMenuW .wmMobTop .wmMobTop1 .logo {
  display: inline-block;
}
.wholeMenuW .wmMobTop .wmMobTop2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  background-color: #61666f;
  column-gap: 15px;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  padding: 18px 15px;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li > a {
  display: inline-block;
  text-align: center;
  font: inherit;
  color: inherit;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.login .myInfoBtn {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang {
  position: relative;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .dropDownBtn.on ~ .langOptions {
  top: calc(100% + 4px);
  visibility: visible;
  opacity: 1;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .dropDownBtn span {
  display: inline-block;
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' x2='22' y1='12' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .langOptions {
  padding: 16px 0;
  box-shadow: 3.86px 4.64px 21px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 500;
  width: 100%;
  visibility: hidden;
  background-color: #fff;
  transition: all ease-out 0.3s;
  opacity: 0;
  border-radius: 10px;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .langOptions li a {
  display: block;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  transition: all 0.2s;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .langOptions li a:hover {
  color: #660000;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .langOptions li.checked a {
  color: #660000;
  text-decoration: underline;
}
.wholeMenuW .wmBot {
  flex-shrink: 0;
  height: 104px;
  background-color: #182f4e;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1816px) {
  .wholeMenuW .wholeMenuClose {
    right: 3%;
  }
}
@media screen and (max-width: 1560px) {
  .wholeMenuW .wm .depth1 {
    justify-content: space-between;
    width: 100%;
    column-gap: 20px;
  }
  .wholeMenuW .wm .depth1 > li > a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .wholeMenuW .wholeMenuBtn {
    right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .wholeMenuW .wm {
    padding-top: 20px;
  }
  .wholeMenuW .wm .depth1 > li > a {
    padding-bottom: 20px;
    min-width: 165px;
    font-size: 18px;
  }
  .wholeMenuW .wm .depth2 > li > a {
    font-size: 16px;
  }
  .wholeMenuW .wm .depth3 > li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .wholeMenuW .wholeMenuBtn {
    display: none;
  }
  .wholeMenuW .wholeMenu {
    padding-top: 0;
    overflow: auto;
    position: relative;
    max-height: none;
    margin-top: 70px;
    z-index: 9;
  }
  .wholeMenuW .wmMobTop {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 1;
  }
  .wholeMenuW .wm {
    padding: 94px 0 0 0;
    padding-top: 94px;
  }
  .wholeMenuW .wm .depth1 {
    gap: 0;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .wholeMenuW .wm .depth1 > li:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  .wholeMenuW .wm .depth1 > li:not(:first-child) {
    border-top: 1px solid #e5e5e5;
  }
  .wholeMenuW .wm .depth1 > li > a {
    padding: 20px 45px 20px 20px;
    border-bottom: none;
    border-color: #e5e5e5;
    min-width: auto;
    min-height: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 50.31 26.16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %238e898a; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 1 25.16 25.16 49.31 1' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px top 29px;
    background-size: 22px auto;
    font-size: 20px;
    color: #7c7c7c;
  }
  .wholeMenuW .wm .depth1 > li > a br {
    display: none;
  }
  .wholeMenuW .wm .depth2 {
    margin-top: 0;
  }
  .wholeMenuW .wm .depth2 > li:not(:first-child) {
    margin-top: 0;
    border-top: 2px solid #e5e5e5;
  }
  .wholeMenuW .wm .depth2 > li > a {
    padding: 15px 45px 15px 20px;
    background-color: #ececec;
    font-size: 18px;
  }
  .wholeMenuW .wm .depth2 > li.on > a {
    color: #ffffff;
  }
  .wholeMenuW .wm .depth2 > li.on > a.active::before, .wholeMenuW .wm .depth2 > li.on > a.active::after {
    background-color: #ffffff;
  }
  .wholeMenuW .wm .depth2 > li.on > a span {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .wholeMenuW .wm .depth3 {
    padding: 20px;
  }
  .wholeMenuW .wm .depth3 > li a {
    font-size: 16px;
    color: #222222;
  }
  .wholeMenuW .wm .depth3 > li a::before {
    top: 8px;
    width: 4px;
    height: 4px;
    background: #c5c5c5;
  }
  .wholeMenuW .wholeMenuClose {
    display: none;
  }
  .wholeMenuW .wmMobTop {
    display: block;
  }
  .wholeMenuW .wmBot {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-height: 1024px) {
  .wholeMenuW .wholeMenu {
    max-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .wholeMenuW .wm {
    padding-top: 74px;
  }
  .wholeMenuW .wm .depth1 > li > a {
    padding: 15px 40px 15px 15px;
    background-position: right 15px top 23px;
    font-size: 16px;
  }
  .wholeMenuW .wm .depth1 > li.on > a {
    background-position: right 15px top 20px;
  }
  .wholeMenuW .wm .depth2 > li > a {
    padding: 12px 40px 12px 15px;
    font-size: 15px;
  }
  .wholeMenuW .wm .depth2 > li > a.active::before {
    top: 22px;
    right: 17px;
  }
  .wholeMenuW .wm .depth2 > li > a.active::after {
    top: 14px;
    right: 25px;
  }
  .wholeMenuW .wm .depth3 {
    padding: 15px;
  }
  .wholeMenuW .wm .depth3 > li a {
    font-size: 14px;
  }
  .wholeMenuW .wm .depth3 > li a::before {
    top: 7px;
  }
  .wholeMenuW .wmMobTop .wmMobTop2 {
    padding: 15px;
  }
  .wholeMenuW .wmMobTop .wmMobTop2 > li {
    font-size: 14px;
    padding: 10px 15px;
  }
  .wholeMenuW .wmMobTop .wmMobTop2 > li.lang span {
    padding-left: 24px;
    background-size: 20px auto;
  }
}

#divContents {
  flex: 1;
  position: relative;
}

.sideNav {
  position: fixed;
  right: 15px;
  z-index: 15;
}
.sideNav ul {
  display: flex;
  flex-direction: column;
}
.sideNav ul li {
  display: flex;
  align-items: center;
  position: relative;
  height: 36px;
}
.sideNav ul li a {
  display: flex;
  align-items: center;
  padding-right: 30px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.sideNav ul li a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  background: #707070;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
}
.sideNav ul li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  visibility: hidden;
  background-color: transparent;
  background-color: #182f4e;
  content: "";
  opacity: 0;
  transform: translateY(-50%) scale(0);
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.sideNav ul li a span {
  display: block;
  position: absolute;
  right: 4px;
  width: 122px;
  font-size: 14px;
  color: #707070;
  transition: all 0.3s ease-out;
}
.sideNav ul li.on a::before {
  z-index: 1;
  background: #fff;
}
.sideNav ul li.on a::after {
  visibility: visible;
  transition: all 0.3s ease-out;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.sideNav ul li.on a span {
  color: #182f4e;
}
@media screen and (max-width: 1500px) {
  .sideNav {
    display: none;
  }
}

.content1 {
  position: relative;
}
.content1 .visualW {
  position: relative;
}
.content1 .visualW .visualCont {
  position: relative;
  height: 568px;
}
.content1 .visualW .visualCont > ul > li img {
  width: 100%;
  height: 100%;
  transition: transform 1.5s ease-out;
  object-fit: cover;
  transform: scale(1.2);
}
.content1 .visualW .visualCont > ul > li.swiper-slide-active img {
  transform: scale(1);
}
.content1 .visualW .visualCont .swiper-button-prev,
.content1 .visualW .visualCont .swiper-button-next {
  width: 31px;
  height: 66px;
}
.content1 .visualW .visualCont .swiper-button-prev::after,
.content1 .visualW .visualCont .swiper-button-next::after {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  content: "";
}
.content1 .visualW .visualCont .swiper-button-prev {
  left: 40px;
}
.content1 .visualW .visualCont .swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='66' viewBox='0 0 31 66'%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='30.5 0.5 0.5 33 30.5 65.5' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.content1 .visualW .visualCont .swiper-button-next {
  right: 40px;
}
.content1 .visualW .visualCont .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='66' viewBox='0 0 31 66'%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='0.5 0.5 30.5 33 0.5 65.5' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .content1 .visualW .visualCont {
    height: 400px;
  }
  .content1 .visualW .visualCont .swiper-button-prev,
  .content1 .visualW .visualCont .swiper-button-next {
    width: 27px;
    height: 44px;
  }
  .content1 .visualW .visualCont .swiper-button-prev {
    left: 20px;
  }
  .content1 .visualW .visualCont .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content1 .visualW .visualCont {
    height: 255px;
  }
}
.content1 #divSearch {
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  bottom: 122px;
  left: 50%;
  z-index: 10;
  width: 970px;
  height: 73px;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.content1 #divSearch .searchBox {
  display: flex;
  gap: 5px;
  border: 1px solid #ffffff;
  box-shadow: -3.91px 6.96px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(24, 47, 78, 0.9);
  border-radius: 10px;
}
.content1 #divSearch .selectBox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content1 #divSearch .selectW label {
  display: block;
  padding: 0 12px 0 7px;
  width: 200px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M4 4 0 0h8L4 4Z' /%3E%3C/svg%3E") no-repeat right center;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.content1 #divSearch #searchOpt {
  display: block;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip-path: inset(1px);
}
.content1 #divSearch #searchOpt:focus + label {
  outline: auto;
}
.content1 #divSearch .srchSelectBox {
  display: none;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
}
.content1 #divSearch .srchSelectBox .OptList {
  padding: 15px 12px 15px 7px;
}
.content1 #divSearch .srchSelectBox .OptList ul li {
  margin-top: 10px;
}
.content1 #divSearch .srchSelectBox .OptList ul li:first-of-type {
  margin-top: 0;
}
.content1 #divSearch .srchSelectBox .OptList ul li a {
  display: block;
  font-size: 17px;
  color: #595959;
  transition: 0.3s;
}
.content1 #divSearch .srchSelectBox .OptList ul li a:hover {
  color: #8e0000;
}
.content1 #divSearch .inputBox {
  width: 100%;
}
.content1 #divSearch .searchInput {
  display: none;
  width: 100%;
  height: 100%;
}
.content1 #divSearch .searchInput.on {
  display: block;
}
.content1 #divSearch .searchInput form {
  display: block;
  height: 100%;
}
.content1 #divSearch .searchInput form fieldset {
  display: block;
  height: 100%;
}
.content1 #divSearch .textInput {
  padding: 0 30px;
  border: 0;
  width: calc(100% - 190px);
  height: 100%;
  background: transparent;
  box-sizing: border-box;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.content1 #divSearch .textInput::placeholder {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.content1 #divSearch .searchBtn {
  display: inline-block;
  padding: 0 55px 0 20px;
  border: 0;
  background: #660000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M28.453 28.453a1.83 1.83 0 0 1-2.589 0l-6.301-6.302c-4.81 3.557-11.62 3.17-15.978-1.187-4.799-4.799-4.799-12.58 0-17.379 4.799-4.799 12.58-4.799 17.379 0 4.358 4.358 4.744 11.168 1.187 15.978l6.302 6.301a1.83 1.83 0 0 1 0 2.589Zm-9.62-22.796c-3.654-3.654-9.579-3.654-13.234 0-3.654 3.655-3.654 9.58 0 13.234 3.655 3.655 9.58 3.655 13.234 0 3.655-3.654 3.655-9.579 0-13.234Z' /%3E%3C/svg%3E") no-repeat right 23px center/19px auto;
  line-height: 50px;
  text-align: left;
  cursor: pointer;
  border-radius: 20px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .content1 #divSearch {
    bottom: 76px;
    width: 90%;
    height: 60px;
  }
  .content1 #divSearch .selectW label {
    width: 155px;
    font-size: 16px;
  }
  .content1 #divSearch .srchSelectBox .OptList ul li a {
    font-size: 16px;
  }
  .content1 #divSearch .textInput {
    padding: 0 15px;
    width: calc(100% - 163px);
    font-size: 15px;
  }
  .content1 #divSearch .textInput::placeholder {
    font-size: 15px;
  }
  .content1 #divSearch .searchBtn {
    padding: 0 40px 0 15px;
    background-position: right 13px center;
    font-size: 15px;
    line-height: 38px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .content1 #divSearch {
    bottom: 23px;
    width: 100%;
    height: 55px;
  }
  .content1 #divSearch .selectW label {
    font-size: 14px;
    width: 125px;
  }
  .content1 #divSearch .srchSelectBox .OptList ul li a {
    font-size: 14px;
  }
  .content1 #divSearch .textInput {
    width: calc(100% - 70px);
  }
  .content1 #divSearch .searchBtn {
    padding: 18px 18px;
    width: auto;
    vertical-align: middle;
    background-position: center;
    font-size: 0;
    line-height: normal;
    border-radius: 50%;
    right: 12px;
  }
}
@media screen and (max-width: 430px) {
  .content1 #divSearch .selectW label {
    width: 76px;
    font-size: 13px;
  }
  .content1 #divSearch .textInput {
    padding: 0 8px;
    width: calc(100% - 60px);
  }
  .content1 #divSearch .srchSelectBox .OptList ul li a {
    font-size: 13px;
  }
  .content1 #divSearch .searchBtn {
    right: 7px;
  }
}
.content1 .quickMenu {
  padding: 55px 0 70px;
}
.content1 .quickMenu ul {
  gap: 20px;
  justify-content: space-between;
}
.content1 .quickMenu ul li {
  width: fit-content;
}
.content1 .quickMenu ul li a {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
}
.content1 .quickMenu ul li a .quickImgW {
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content1 .quickMenu ul li a .quickImgW img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: contain;
}
.content1 .quickMenu ul li a .quickImgW img:last-child {
  position: absolute;
  top: 100%;
  opacity: 0;
}
.content1 .quickMenu ul li a span {
  font-size: 17px;
  color: #1c1c1c;
  text-align: center;
  transition: color 0.3s;
}
.content1 .quickMenu ul li a:hover .quickImgW img:first-child {
  transform: translateY(-110%);
  opacity: 0;
}
.content1 .quickMenu ul li a:hover .quickImgW img:last-child {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.content1 .quickMenu ul li a:hover span {
  color: #8e0000;
}
@media screen and (max-width: 1500px) {
  .content1 .quickMenu {
    padding: 35px 0 50px;
  }
  .content1 .quickMenu ul li a .quickImgW {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .content1 .quickMenu {
    padding: 25px 0 30px;
  }
  .content1 .quickMenu ul {
    justify-content: space-around;
  }
  .content1 .quickMenu ul li a .quickImgW {
    width: 50px;
    height: 50px;
  }
  .content1 .quickMenu ul li a span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .content1 .quickMenu ul li a .quickImgW {
    width: 40px;
    height: 40px;
  }
  .content1 .quickMenu ul li a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .content1 .quickMenu {
    padding: 20px 0px;
  }
  .content1 .quickMenu ul {
    column-gap: 10px;
  }
}
@media screen and (max-width: 430px) {
  .content1 .quickMenu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .content1 .quickMenu ul li {
    width: 100%;
  }
}

.content2 {
  position: relative;
}
.content2::before {
  position: absolute;
  bottom: -173px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../../../image/vi/local/main/waveBg.png) no-repeat left;
  background-size: 100% 100%;
  content: "";
}
.content2 .contW {
  margin: 0 auto;
  padding: 0 40px 208px 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1670px;
  box-sizing: border-box;
}
.content2 .contW > div .more {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  font-size: 0;
  transition: transform 0.5s;
}
.content2 .contW > div .more:hover {
  transform: rotate(-90deg);
}
.content2 .contW .news {
  padding: 50px 400px 50px 85px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 75%;
  max-width: 1188px;
  height: 586px;
  border-radius: 80px 0 0 0;
  box-sizing: border-box;
}
.content2 .contW .news::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 100%;
  background-color: #182f4e;
  transition: width 0.5s ease-in-out;
  content: "";
}
.content2 .contW .news > * {
  position: relative;
  z-index: 1;
}
.content2 .contW .news > div {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.content2 .contW .news h3 {
  font-size: 40px;
  color: #fff;
}
.content2 .contW .news h3 span {
  font-size: inherit;
}
.content2 .contW .news ul {
  margin-top: 18px;
  border-top: 2px solid #fff;
}
.content2 .contW .news ul > li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.content2 .contW .news ul > li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
  column-gap: 40px;
}
.content2 .contW .news ul > li a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  transition: color 0.3s;
}
.content2 .contW .news ul > li a span {
  flex-shrink: 0;
  opacity: 0.5;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.content2 .contW .news ul > li a:hover p {
  color: #facc53;
}
.content2 .contW .news .more {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M15,2.18l3-2.18v29.32l-3,2.68V2.18Z'/%3E%3Cpath fill='%23ffffff' d='M32,14l-1.76,3H0l2.08-3h29.92Z' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 9px;
  right: 0;
  opacity: 0.7;
}
.content2 .contW .news.aos-animate::before {
  width: 100%;
}
.content2 .contW .news.aos-animate h3 span {
  animation: blurSpacing 1s forwards;
}
.content2 .contW .events {
  padding: 53px 70px 37px 60px;
  box-shadow: 0 4px 30px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  top: 70px;
  right: 40px;
  z-index: 1;
  z-index: 2;
  width: 710px;
  height: 617px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0 80px 80px 0;
}
.content2 .contW .events > div {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.content2 .contW .events h3 {
  font-size: 41px;
  color: #660000;
}
.content2 .contW .events ul {
  margin-top: 18px;
}
.content2 .contW .events ul > li {
  display: flex;
  align-items: center;
  padding: 18px 0;
  column-gap: 30px;
}
.content2 .contW .events ul > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.content2 .contW .events .date {
  flex-shrink: 0;
}
.content2 .contW .events .date .day {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  width: 54px;
  height: 54px;
  background-color: #660000;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
}
.content2 .contW .events .date .month {
  font-size: 15px;
  color: #666666;
  font-weight: 300;
}
.content2 .contW .events .title {
  flex: auto;
  overflow: hidden;
}
.content2 .contW .events .title a {
  display: block;
}
.content2 .contW .events .title a p {
  display: inline-block;
  border-bottom: 1px solid transparent;
  position: relative;
  max-width: 100%;
  font-size: 19px;
  color: #000000;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
  transition: all 0.3s ease-out;
}
.content2 .contW .events .title a span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: #959595;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.content2 .contW .events .title a:hover p {
  border-bottom-color: #8e0000;
  color: #8e0000;
}
.content2 .contW .events .more {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%238e0000' d='M15,2.18l3-2.18v29.32l-3,2.68V2.18Z'/%3E%3Cpath fill='%238e0000' d='M32,14l-1.76,3H0l2.08-3h29.92Z' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  right: 0px;
}
.content2 .contW .events.aos-animate h3 {
  animation: blurSpacing 1s forwards 0.5s;
}
.content2 .waveContainer {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.content2 .waves {
  position: relative;
  width: 100%;
  background: transparent;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
}
.content2 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.content2 .parallax > use:nth-child(1) {
  animation-duration: 7s;
  animation-delay: -2s;
}
.content2 .parallax > use:nth-child(2) {
  animation-duration: 10s;
  animation-delay: -3s;
}
.content2 .parallax > use:nth-child(3) {
  animation-duration: 13s;
  animation-delay: -4s;
}
.content2 .parallax > use:nth-child(4) {
  animation-duration: 20s;
  animation-delay: -5s;
}
@media screen and (max-width: 1500px) {
  .content2::before {
    bottom: -132px;
  }
  .content2 .contW {
    padding-bottom: 165px;
  }
  .content2 .contW .news {
    padding: 50px 400px 40px 45px;
    height: 550px;
  }
  .content2 .contW .events {
    padding: 30px 50px 25px 33px;
    height: 568px;
  }
  .content2 .contW .events > ul > li {
    padding: 10px 0;
    column-gap: 10px;
  }
  .content2 .contW .events > ul > li .title p {
    font-size: 16px;
  }
  .content2 .contW .events > ul > li .title span {
    font-size: 15px;
  }
  .content2 .waveContainer {
    bottom: 0px;
  }
}
@media screen and (max-width: 1380px) {
  .content2 .contW .news {
    padding-right: 25%;
  }
  .content2 .contW .news h3 {
    font-size: 35px;
  }
  .content2 .contW .news .more {
    top: 7px;
  }
  .content2 .contW .events {
    width: 44%;
  }
  .content2 .contW .events h3 {
    font-size: 35px;
  }
  .content2 .contW .events .more {
    top: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .content2::before {
    display: none;
  }
  .content2 .contW {
    padding: 0 20px 50px;
  }
  .content2 .contW .news,
  .content2 .contW .events {
    min-height: 98px;
  }
  .content2 .contW .news h3,
  .content2 .contW .events h3 {
    font-size: 30px;
  }
  .content2 .contW .news {
    padding: 30px 30px 10px 30px;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .content2 .contW .news ul li a {
    padding: 20px 0;
    column-gap: 10px;
  }
  .content2 .contW .news .more {
    top: 2px;
  }
  .content2 .contW .events {
    margin-top: 15px;
    padding: 30px 30px 18px 30px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .content2 .contW .events ul > li {
    padding: 12px 0;
    column-gap: 13px;
  }
  .content2 .contW .events .more {
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .content2 .contW {
    padding: 0 15px 35px 15px;
  }
  .content2 .contW .news,
  .content2 .contW .events {
    min-height: 69px;
  }
  .content2 .contW .news h3,
  .content2 .contW .events h3 {
    font-size: 23px;
  }
  .content2 .contW .news {
    padding: 20px 20px 8px 20px;
  }
  .content2 .contW .news ul {
    margin-top: 10px;
  }
  .content2 .contW .news ul li a {
    padding: 12px 0;
  }
  .content2 .contW .news ul li a p {
    font-size: 15px;
  }
  .content2 .contW .news ul li a span {
    font-size: 14px;
  }
  .content2 .contW .events {
    padding: 20px 20px 8px 20px;
  }
  .content2 .contW .events .date .day {
    width: 45px;
    height: 45px;
  }
  .content2 .contW .events .date .month {
    font-size: 13px;
  }
  .content2 .contW .events ul {
    margin-top: 5px;
  }
  .content2 .contW .events ul > li .title p {
    font-size: 15px;
  }
  .content2 .contW .events ul > li .title span {
    font-size: 14px;
  }
  .content2 .contW > div .more {
    width: 25px;
    height: 25px;
  }
  .content2 .waveContainer {
    display: none;
  }
}

.content3 {
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
}
.content3 .title {
  flex-direction: column;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content3 .title span {
  font-size: 20px;
  color: #3c3c3c;
  font-weight: 500;
}
.content3 .title h3 {
  font-size: 48px;
  color: #000000;
  margin-top: 10px;
  filter: blur(10px);
  -webkit-filter: blur(0px);
  opacity: 0;
}
.content3 .title.aos-animate h3 {
  animation: blurSpacing 1s forwards;
}
.content3 .bookTabList {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 65px auto 70px;
}
.content3 .bookTabList li {
  width: fit-content;
}
.content3 .bookTabList li:not(:last-child) {
  margin-right: 15px;
}
.content3 .bookTabList li .tab {
  display: inline-block;
  padding: 0 10px;
  min-width: 184px;
  background-color: #e2e2e2;
  text-align: center;
  white-space: nowrap;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  font-size: 18px;
  color: #6c6c6c;
  font-weight: 500;
  line-height: 52px;
}
.content3 .bookTabList li .tab.on {
  background-color: #660000;
  color: #ffffff;
}
.content3 .bookTabList li .tab:not(.on):hover {
  box-shadow: 0 0 60px 60px #660000 inset;
  color: #fff;
}
.content3 .bookListW .bookList {
  display: none;
  padding-bottom: 215px;
  position: relative;
}
.content3 .bookListW .bookList.on {
  display: block;
}
.content3 .bookListW .bookList .swiper-wrapper {
  justify-content: space-evenly;
}
.content3 .bookListW .bookList li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content3 .bookListW .bookList li.noBook {
  margin: 50px 0;
}
.content3 .bookListW .bookList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.content3 .bookListW .bookList li a:hover .bookContainer .bookImg {
  transform: rotateY(-45deg) translate(-10%);
}
.content3 .bookListW .bookList li a:hover .bookContainer .bookImg .ikc-pages {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.content3 .bookListW .bookList li a > div {
  width: 100%;
}
.content3 .bookListW .bookContainer {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  perspective: 600px;
}
.content3 .bookListW .bookContainer .bookImg {
  margin: 20px auto;
  position: relative;
  width: 100%;
  aspect-ratio: 200/292;
  transition-duration: 0.5s;
  transform-style: preserve-3d;
  transform-origin: 50% 50% 0;
}
.content3 .bookListW .bookContainer .bookImg img {
  display: block;
  margin: 0 auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  object-fit: fill;
  box-sizing: border-box;
}
.content3 .bookListW .bookContainer .bookImg .ikc-imgbox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  content: "";
  inset: 0;
}
.content3 .bookListW .bookContainer .bookImg .ikc-imgbox::before {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 8%;
  content: "";
}
.content3 .bookListW .bookContainer .bookImg .ikc-pages {
  border-left: 1px solid #aaa;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 23px;
  height: auto;
  background: #eee url(../../../image/vi/local/main/bookside.png);
  transform-origin: 0 0;
  transform: rotateY(86deg) translateX(2px) translateZ(23px);
  transition: box-shadow 0.3s;
}
.content3 .bookListW .bookInfo {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  max-width: 200px;
  width: 100%;
  text-align: left;
  row-gap: 10px;
}
.content3 .bookListW .bookInfo .title {
  font-size: 16px;
  color: #392222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.content3 .bookListW .bookInfo .writer {
  font-size: 15px;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.content3 .bookListW .swiper-button-prev,
.content3 .bookListW .swiper-button-next {
  flex-shrink: 0;
  top: 30%;
  width: 31px;
  height: 66px;
}
.content3 .bookListW .swiper-button-prev::after,
.content3 .bookListW .swiper-button-next::after {
  width: 100%;
  height: 100%;
  content: "";
}
.content3 .bookListW .swiper-button-prev.swiper-button-lock,
.content3 .bookListW .swiper-button-next.swiper-button-lock {
  display: none;
}
.content3 .bookListW .swiper-button-prev {
  left: -90px;
}
.content3 .bookListW .swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='66' viewBox='0 0 31 66'%3E%3Cpolyline fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='30.5 0.5 0.5 33 30.5 65.5' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.content3 .bookListW .swiper-button-next {
  right: -90px;
}
.content3 .bookListW .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='66' viewBox='0 0 31 66'%3E%3Cpolyline fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='0.5 0.5 30.5 33 0.5 65.5' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.content3 .bookListW .more {
  display: block;
  margin: 0 auto;
  padding: 0 50px 0 25px;
  border: 1px solid #b4b4b4;
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 186px;
  line-height: 56px;
  transition: all 0.3s;
  border-radius: 20px;
  box-sizing: border-box;
  transform: translateX(-50%);
  font-size: 16px;
  color: #747474;
}
.content3 .bookListW .more::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23cbcbcb' d='M15,2.18l3-2.18v29.32l-3,2.68V2.18Z'/%3E%3Cpath fill='%23cbcbcb' d='M32,14l-1.76,3H0l2.08-3h29.92Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: transform 0.5s;
  content: "";
  transform: translateY(-50%);
}
.content3 .bookListW .more:hover {
  background-color: #182f4e;
  color: #ffffff;
}
.content3 .bookListW .more:hover::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 1640px) {
  .content3 .bookListW .bookList {
    padding: 0 50px 215px;
  }
  .content3 .bookListW .swiper-button-prev {
    left: 0px;
  }
  .content3 .bookListW .swiper-button-next {
    right: 0px;
  }
}
@media screen and (max-width: 1280px) {
  .content3 .bookTabList {
    margin: 25px auto;
  }
  .content3 .bookTabList li .tab {
    min-width: 150px;
    font-size: 16px;
    line-height: 46px;
  }
  .content3 .bookListW .bookContainer .bookImg {
    max-width: 180px;
  }
  .content3 .bookListW .swiper-button-prev,
  .content3 .bookListW .swiper-button-next {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .content3 {
    padding-top: 0px;
  }
  .content3 .title h3 {
    font-size: 37px;
  }
  .content3 .bookTabList li:not(:last-child) {
    margin-right: 10px;
  }
  .content3 .bookTabList li .tab {
    min-width: 120px;
    font-size: 14px;
    line-height: 40px;
  }
  .content3 .bookListW .bookList {
    padding: 0 30px 170px;
  }
  .content3 .bookListW .bookContainer .bookImg {
    max-width: 150px;
    margin: 12px auto;
  }
  .content3 .bookListW .more {
    bottom: 58px;
    width: 160px;
    line-height: 48px;
  }
}
@media screen and (max-width: 850px) {
  .content3 .bookListW .bookList {
    padding-bottom: 110px;
  }
  .content3 .bookListW .bookInfo .title {
    font-size: 15px;
  }
  .content3 .bookListW .bookInfo .writer {
    font-size: 14px;
  }
  .content3 .bookListW .swiper-button-prev,
  .content3 .bookListW .swiper-button-next {
    width: 16px;
  }
  .content3 .bookListW .more {
    padding: 0px 35px 0 15px;
    bottom: 37px;
    width: 110px;
    line-height: 38px;
    font-size: 15px;
  }
  .content3 .bookListW .more::after {
    right: 12px;
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .content3 .title span {
    font-size: 17px;
  }
  .content3 .title h3 {
    font-size: 28px;
  }
}

.bannerList {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.bannerList .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bannerList .swiper {
  width: 100%;
}
.bannerList ul {
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}
.bannerList ul li {
  position: relative;
  text-align: center;
}
.bannerList ul li::after {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  content: "";
  transform: translateY(-50%);
}
.bannerList ul li.swiper-slide-active::after {
  display: none;
}
.bannerList ul li a {
  display: inline-block;
}
.bannerList ul li a img {
  width: 85%;
  height: 100%;
  transition: transform 0.3s;
  object-fit: contain;
}
.bannerList .btnW {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.bannerList .btnW .swiper-button-prev,
.bannerList .btnW .swiper-button-next {
  margin: 0;
  position: static;
  width: 8px;
  height: 14px;
}
.bannerList .btnW .swiper-button-prev.swiper-button-lock + .stop,
.bannerList .btnW .swiper-button-next.swiper-button-lock + .stop {
  display: none;
}
.bannerList .btnW .swiper-button-prev::after,
.bannerList .btnW .swiper-button-next::after {
  width: 100%;
  height: 100%;
  content: "";
}
.bannerList .btnW .swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='-0.65 -0.65 7.3 13.3'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='1.3' stroke-linecap='round' d='M6 12 L0 6 L6 0' /%3E /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bannerList .btnW .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='-0.65 -0.65 7.3 13.3'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='1.3' stroke-linecap='round' d='M0 12 L6 6 L0 0' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bannerList .btnW .stop {
  width: 7px;
  height: 12px;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7.45 12.25'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M5.45,12.25V0h2v12.25h-2ZM0,0h2v12.25H0V0Z' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bannerList .btnW .stop.on {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M7.14 5.25a1 1 0 0 1 0 1.5l-5.48 4.8A1 1 0 0 1 0 10.8V1.2A1 1 0 0 1 1.66.45l5.48 4.8Z' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
}

#divFooter {
  padding-top: 47px;
  background-color: #182f4e;
}
#divFooter .tit1 {
  display: inline-block;
  padding-left: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}
#divFooter .tit2 {
  font-size: 14px;
  color: #ffffff;
}
#divFooter .txt {
  font-size: inherit;
  color: #d0d4d9;
  font-weight: 300;
  margin-top: 5px;
  opacity: 0.8;
}
#divFooter .subTit {
  font-size: 14px;
  color: #ffffff;
  line-height: 23px;
  padding-left: 33px;
  position: relative;
}
#divFooter .subTit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  border-radius: 50%;
}
#divFooter .subTit.icon1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4' /%3E%3C/svg%3E");
  background-size: 15px auto;
}
#divFooter .subTit.icon2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='17' viewBox='0 0 13.56 17.33'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23000000; stroke-width: 1.5px; %7D .cls-2 %7B stroke-linecap: round; stroke-linejoin: round; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M2.52,2.52C.16,4.87.16,8.69,2.52,11.05c.09.09,4.26,5.53,4.26,5.53,0,0,4.17-5.44,4.26-5.53,2.35-2.35,2.35-6.17,0-8.53C8.69.16,4.87.16,2.52,2.52Z'/%3E%3Cpath class='cls-1' d='M8.81,6.63c0,1.12-.91,2.03-2.03,2.03s-2.03-.91-2.03-2.03.91-2.03,2.03-2.03,2.03.91,2.03,2.03Z' /%3E%3C/svg%3E");
  background-size: 15px auto;
}
#divFooter .subTit.icon3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='feather feather-edit-3'%3E%3Cpath d='M12 20h9M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z' /%3E%3C/svg%3E");
  background-size: 15px auto;
}
#divFooter .subTit .txt {
  padding-left: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top 3px;
  background-size: 15px auto;
}
#divFooter .footerTop > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 13px;
  column-gap: 10px;
}
#divFooter .footerTop > ul > li:nth-child(3) {
  grid-column: 2;
}
#divFooter .footerTop > ul > li span.txt {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
#divFooter .footerBottom > ul {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 13px;
  column-gap: 10px;
}
#divFooter .copyright {
  margin-top: 86px;
  padding: 14px 0;
  background-color: #122640;
  line-height: 1.4;
  text-align: center;
}
#divFooter .copyright p {
  font-size: 14px;
  color: #ffffff;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  #divFooter .footerBottom {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #divFooter {
    padding-top: 25px;
  }
  #divFooter .tit1 {
    padding-left: 29px;
    background-position: left top 2px;
    background-size: 20px auto;
    font-size: 13px;
    line-height: 22px;
  }
  #divFooter .tit2 {
    font-size: 13px;
  }
  #divFooter .tit2 .txt {
    margin-top: 5px;
  }
  #divFooter .subTit {
    padding-left: 29px;
    font-size: 13px;
  }
  #divFooter .subTit::before {
    top: 1px;
    width: 21px;
    height: 21px;
  }
  #divFooter .txt {
    margin-top: 0;
  }
  #divFooter .footerTop > ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  #divFooter .footerTop > ul > li:nth-child(3) {
    margin-top: 0;
    grid-column: 1;
  }
  #divFooter .footerBottom {
    margin-top: 10px;
  }
  #divFooter .footerBottom > ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}
#divFooter .copyright {
  margin-top: 30px;
}
#divFooter .copyright p {
  font-size: 13px;
}

/*자동완성*/
.widesrchBtn {
  display: inline-block;
  border: 2px solid #93bafa;
  position: absolute;
  top: 50%;
  right: 164px;
  width: 20px;
  height: 47px;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
}

.widesrchBtn > img {
  margin-top: 21px;
}

.widesrchLayer {
  display: none;
  border: 1px solid #fff;
  box-shadow: 3.878px 6.997px 15px 0px rgba(35, 31, 32, 0.3);
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px 10px 20px 20px;
  z-index: -1;
  box-sizing: border-box;
}

.widesrchLayer > div {
  display: flex;
  flex-direction: column;
  margin: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.widesrchLayer.on {
  display: block;
}

.widesrchContent {
  padding: 0 12px 0 24px;
  box-shadow: 3.878px 6.997px 15px 0px rgba(35, 31, 32, 0.3);
  position: relative;
  width: 100%;
  font-size: 15px;
  text-align: left;
  box-sizing: border-box;
}

.widesrchContent ul {
  position: relative;
  border: none;
  overflow-y: scroll;
  width: 100%;
  height: 207px;
  padding: 0;
  margin: 18px 0;
  scrollbar-width: thin;
  box-sizing: border-box;
}

.widesrchContent ul::-webkit-scrollbar {
  width: 10px;
}

.widesrchContent ul::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-color: #bbb;
  background-clip: padding-box;
  border-radius: 10px;
}

.widesrchContent ul::-webkit-scrollbar-track {
  box-shadow: inset 0px 0px 5px white;
  background-color: transparent;
  border-radius: 10px;
}

.widesrchContent li {
  padding: 5px 20px 5px 40px !important;
  overflow: hidden;
  width: 100%;
  float: none !important;
  background: url(../../../image/vi/local/main/widesrch.png) no-repeat left 10px center;
  transition: background 0.1s ease-in-out;
  box-sizing: border-box;
}

.widesrchContent li:hover,
.widesrchContent li:focus,
.widesrchContent .ui-state-focus {
  border: none !important;
  background-color: #f1f1f1;
}

.widesrchContent li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3 !important;
  color: #222222;
}

.widesrchContent dl dt {
  margin: 7px 0;
  font-size: 12px;
}

.widesrchContent dl dt:hover a {
  color: #b2216c;
}

.widesrchContent2 {
  padding: 4px 8px;
  overflow-y: scroll;
  height: 176px;
}

.widesrchBottom {
  padding: 15px 25px;
  z-index: 1;
  width: 100%;
  background: #182f4e;
  box-sizing: border-box;
  text-align: right;
}

#widesrchLayerClose {
  padding-right: 18px;
  position: relative;
  background: url(../../../image/vi/local/main/widesrchClose.png) no-repeat right center/12px;
  font-size: 15px;
  color: #9aa4b1;
}

@media screen and (max-width: 1024px) {
  .widesrchBtn {
    right: 137px;
  }
  .widesrchContent {
    padding: 0 10px;
  }
  .widesrchContent ul {
    height: 148px !important;
    margin: 11px 0;
  }
  .widesrchContent li {
    background-position: left 5px center;
    padding: 5px 5px 5px 30px !important;
    background-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .widesrchBtn {
    width: 13px;
    right: 52px;
  }
  .widesrchContent ul {
    height: 142px !important;
  }
  .widesrchContent li a {
    font-size: 14px;
  }
  .widesrchBottom {
    padding: 12px 20px;
  }
  #widesrchLayerClose {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .widesrchBtn {
    right: 44px;
  }
}
