.after_title_box {
  max-width: 100%;
  margin: 0 auto 0 361px;;
  padding: 0;
}
.after_title_box.type_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.after_title_box .after_title {
  display: flex;
  align-items: flex-end;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}
/*.after_title_box .after_title:after {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #002e74;
  margin-left: 8px;
  content: "";
}*/


.after_now {
  padding: 148px 0 100px;
  overflow: hidden;
}
.after_now_link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #888;
}
.after_now_link:hover {
  color: #002e74;
}
.after_now_link .icon {
  margin-right: 8px;
}
.after_now_link .icon path {
  fill: currentColor;
}
.after_now_link_list {
  display: flex;
  align-items: center;
}
.after_now_link_item + .after_now_link_item {
  margin-left: 24px;
}
.after_now_swiper {
  max-width: 2000px;
  margin-top: 70px;
  margin-left: 0;
}
.after_now_swiper_wrap {
  overflow: hidden;
  /*margin-left: calc(50% - 668px);*/
  margin-left: 361px;
  box-sizing: border-box;
}
.after_now_swiper .swiper-slide {
  position: relative;
  width: 382px;
  height: 390px;
  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;}
}
/*.after_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;
}
.after_now_swiper .swiper-slide.swiper-slide-active .after_now_text {
  opacity: 1;
}*/
.after_now_swiper .swiper-slide img {
  width: 382px;
  height: 249px;
  object-fit: cover;
}
.after_now_swiper .after_now_btn {
  overflow: hidden;
  transform: scale(1);
  transform-origin: left center;
}
.after_now_swiper_pagination {
  width: 100%;
  height: 2px !important;
  background: #d9d9d9;
}
.after_now_swiper_pagination .swiper-pagination-progressbar-fill {
  transform-origin: left;
  display: block;
  background: #002e74;
  height: 100%;
}
.after_now_swiper_control_area {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 40px auto 0 361px;
  padding: 0;
}
.after_now .swiper-pagination-progressbar {
  position: relative;
  width: 1093px;;
}
.after_now_swiper_control {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.after_now .swiper-button-prev,
.after_now .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0;
}
.after_now .swiper-button-prev .icon,
.after_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;
}
.after_now .swiper-button-prev .icon path,
.after_now .swiper-button-next .icon path {
  stroke: currentColor;
}
.after_now .swiper-button-prev:before,
.after_now .swiper-button-prev:after,
.after_now .swiper-button-next:before,
.after_now .swiper-button-next:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  border-radius: 50%;
  box-sizing: border-box;
}
.after_now .swiper-button-prev:before,
.after_now .swiper-button-next:before {
  border: 1px solid #888;
}
.after_now .swiper-button-prev:after,
.after_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;
}
.after_now .swiper-button-prev:hover .icon,
.after_now .swiper-button-next:hover .icon {
  color: #fff;
}
.after_now .swiper-button-prev:hover:after,
.after_now .swiper-button-next:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.after_now .swiper-button-next {
  margin-left: 14px;
}
.after_now_text {
  display: flex;
  flex-direction: column;
  /*position: absolute;
  top: 250px;
  left: 0;*/
  padding-top: 30px;
  /*width: max-content;
  opacity: 0;*/
  text-align:center;
}
.after_now_brand {
  font-size: 16px;
  line-height: 16px;
  color: #002e74;
}
.after_now_brand img {
	width: 73px !important;
	height: 12px !important;
} 
.after_now_title {
  font-family: 'NotoSansKR';	
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
}

.after_blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

.after_title_wrap { margin:0 auto 0 361px; position:relative;width:1200px; }
.after_title_wrap .wrap { position:relative;text-align:left; }
.after_title_wrap .wrap > p:nth-child(1) { font-family:'Oswald'; font-weight: 600; font-size:34px; letter-spacing: 0.34px; color:#002e75; margin-bottom:18px;}
.after_title_wrap .wrap > p:nth-child(2) { font-family:'NanumSquare';font-weight: 400; font-size:19px;  color:rgba(51, 51, 51, 0.7); }
.after_title_wrap .wrap > p:nth-child(2) span { font-family:'NanumSquare';font-weight: 700; font-size:31px;  color:#333; }

/* more */
.after_title_wrap .common_btn_more  { bottom:70px; right:0; position:absolute;  border:1px solid #002e75; width:47px; height:47px; background:none; /*border-radius:31px;*/ display:flex; justify-content:center; align-items:center }
.after_title_wrap .common_btn_more .icon { top:50%; left:50%; margin-top:-10px; margin-left:-10px; position:absolute; width:21px; height:21px; transition:all ease-out .5s }
.after_title_wrap .common_btn_more .icon:before { content:''; top:calc(50% - 1px); left:0; position:absolute; width:100%; height:1px; background:#002e75; transition:all ease-out .3s }
.after_title_wrap .common_btn_more .icon:after { content:''; top:0; left:calc(50% - 1px); position:absolute; width:1px; height:100%; background:#002e75; transition:all ease-out .3s }
/*.after_title_wrap .common_btn_more .icon.on { transform:rotate(180deg) }
.after_title_wrap .common_btn_more .icon.on:before { width:calc(100% + 10px); left:-5px }
.after_title_wrap .common_btn_more .icon.on:after { height:calc(100% + 10px); top:-5px }*/
.after_title_wrap .common_btn_more .on {color:#002e75;}

.after_title_wrap .common_btn_more .on {display:none;}
.after_title_wrap .common_btn_more .off {display:block;}
.after_title_wrap .common_btn_more:hover .on {display:block;}
.after_title_wrap .common_btn_more:hover .off {display:none;}

.lock_btn {position:absolute;top:0;left:0;}