.new_title_box {
  max-width: 100%;
  margin: 0 auto 0 361px;;
  padding: 0;
}
.new_title_box.type_link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.new_title_box .new_title {
  display: flex;
  align-items: flex-end;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}
/*.new_title_box .new_title:after {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #002e74;
  margin-left: 8px;
  content: "";
}*/


.new_now {
  padding: 148px 0 100px;
  overflow: hidden;
}
.new_now_link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #888;
}
.new_now_link:hover {
  color: #002e74;
}
.new_now_link .icon {
  margin-right: 8px;
}
.new_now_link .icon path {
  fill: currentColor;
}
.new_now_link_list {
  display: flex;
  align-items: center;
  margin-left:850px;
 
}
.new_now_link_item + .new_now_link_item {
  margin-left: 24px;
}
.new_now_swiper {
  max-width: 2000px;
  margin-top: 70px;
  margin-left: 0;
}
.new_now_swiper_wrap {
  overflow: hidden;
  /*margin-left: calc(50% - 668px);*/
  margin-left: 361px;
  box-sizing: border-box;
}
.new_now_swiper .swiper-slide {
  position: relative;
  width: 334px;
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 96px;
  transition: width 0.2s ease-in-out;
}
@keyframes slideOn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.new_now_swiper .swiper-slide.swiper-slide-active {
  width: 577px;
  height: 320px;
  padding-bottom: 125px;
  margin-top: 0;
  animation-name: slideOn;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}
.new_now_swiper .swiper-slide.swiper-slide-active .new_now_text {
  opacity: 1;
}
.new_now_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new_now_swiper .new_now_btn {
  overflow: hidden;
  border-radius: 12px;
  transform: scale(1);
  transform-origin: left center;
}
.new_now_swiper_pagination {
  width: 100%;
  height: 2px !important;
  background: #d9d9d9;
}
.new_now_swiper_pagination .swiper-pagination-progressbar-fill {
  transform-origin: left;
  display: block;
  background: #002e74;
  height: 100%;
}
.new_now_swiper_control_area {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 40px auto 0 361px;
  padding: 0;
}
.new_now .swiper-pagination-progressbar {
  position: relative;
  width: 1093px;;
}
.new_now_swiper_control {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.new_now .swiper-button-prev,
.new_now .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0;
}
.new_now .swiper-button-prev .icon,
.new_now .swiper-button-next .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 1;
  color: #888;
}
.new_now .swiper-button-prev .icon path,
.new_now .swiper-button-next .icon path {
  stroke: currentColor;
}
.new_now .swiper-button-prev:before,
.new_now .swiper-button-prev:after,
.new_now .swiper-button-next:before,
.new_now .swiper-button-next:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  border-radius: 50%;
  box-sizing: border-box;
}
.new_now .swiper-button-prev:before,
.new_now .swiper-button-next:before {
  border: 1px solid #888;
}
.new_now .swiper-button-prev:after,
.new_now .swiper-button-next:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  content: "";
  background: #002e74;
  transition: all 0.3s ease-in-out;
}
.new_now .swiper-button-prev:hover .icon,
.new_now .swiper-button-next:hover .icon {
  color: #fff;
}
.new_now .swiper-button-prev:hover:after,
.new_now .swiper-button-next:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.new_now .swiper-button-next {
  margin-left: 14px;
}
.new_now_text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 324px;
  left: 0;
  padding-top: 30px;
  width: max-content;
  opacity: 0;
}
.new_now_brand {
  font-size: 16px;
  line-height: 16px;
  color: #002e74;
}
.new_now_brand img {
	width: 73px !important;
	height: 12px !important;
} 
.new_now_title {
  font-family: 'NanumSquare';	
  margin-top: 10px;
  font-size: 27.5px;
  font-weight: 400;
  line-height: normal;
  color: #333;
}

.new_blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}