@charset "UTF-8";
/* display */
/* Typography */
/* breakpoint */
/* breakpoint : content */
/* 비디오 박스 공통 */
.video_box iframe {
  width: 100%;
  aspect-ratio: 16/8.2;
}

/* 비디오 박스 공통 End */
/* sub0101 소개 */
html:has(> .sub01_01) #location {
  border-bottom: none;
}
html:has(> .sub01_01) #location .page__title,
html:has(> .sub01_01) #location .utile_wrap.uw2 {
  display: none;
}

.archive_introduction .top .year {
  margin: 0 auto;
  font-size: 160px;
  color: #F6F6F6;
  letter-spacing: -8px;
  text-align: center;
  font-family: "DIN Alternate Bold", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .archive_introduction .top .year {
    font-size: 140px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .archive_introduction .top .year {
    font-size: 110px;
    margin-bottom: 5px;
  }
}
@media (max-width: 540px) {
  .archive_introduction .top .year {
    font-size: 91px;
  }
}
@media (max-width: 420px) {
  .archive_introduction .top .year {
    font-size: 78px;
  }
}
@media (max-width: 360px) {
  .archive_introduction .top .year {
    font-size: 67px;
  }
}
.archive_introduction .top .title {
  position: relative;
  width: 434px;
  height: 90px;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 600;
  color: #2C2C2C;
  letter-spacing: -1.36px;
  line-height: 130%;
  margin-bottom: 50px;
  font-family: "title_font";
}
@media (max-width: 1024px) {
  .archive_introduction .top .title {
    width: 392px;
    height: 86px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .archive_introduction .top .title {
    width: 355px;
    height: 74px;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .archive_introduction .top .title {
    width: 290px;
    height: 66px;
  }
}
@media (max-width: 360px) {
  .archive_introduction .top .title {
    width: 245px;
    height: 66px;
  }
}
.archive_introduction .top .title::before {
  position: absolute;
  right: -210px;
  bottom: 0;
  width: 194px;
  height: 155px;
  background-image: url(/images/archive/sub01/title_deco.png);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .archive_introduction .top .title::before {
    right: -150px;
    width: 144px;
    height: 105px;
  }
}
@media (max-width: 768px) {
  .archive_introduction .top .title::before {
    right: -120px;
    width: 114px;
    height: 75px;
  }
}
@media (max-width: 540px) {
  .archive_introduction .top .title::before {
    display: none;
  }
}
.archive_introduction .top .con p {
  font-size: 20px;
  font-weight: 400;
  color: #242424;
  letter-spacing: -0.2px;
  text-align: center;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .archive_introduction .top .con p {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .archive_introduction .top .con p {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .archive_introduction .top .con p {
    font-size: 17px;
  }
}
@media (max-width: 420px) {
  .archive_introduction .top .con p {
    font-size: 16px;
  }
}
.archive_introduction .top .con p:not(:first-child) {
  margin-top: 42px;
}
@media (max-width: 1280px) {
  .archive_introduction .top .con p:not(:first-child) {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .archive_introduction .top .con p:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .archive_introduction .top .con p:not(:first-child) {
    margin-top: 20px;
  }
}
.archive_introduction .top .con p .inlne-block {
  display: block;
}
.archive_introduction .item_list {
  display: flex;
  position: relative;
  margin-top: 90px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .archive_introduction .item_list {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .archive_introduction .item_list {
    margin-top: 40px;
  }
}
@media (max-width: 540px) {
  .archive_introduction .item_list {
    margin-top: 30px;
  }
}
.archive_introduction .item_list::before {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ECECEC;
}
@media (max-width: 1010px) {
  .archive_introduction .item_list::before {
    display: block;
  }
}
@media (max-width: 480px) {
  .archive_introduction .item_list::before {
    display: none;
  }
}
.archive_introduction .item_list .item {
  display: block;
  width: 25%;
  padding: 30px 40px 20px 40px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .archive_introduction .item_list .item {
    padding: 30px 30px 20px;
  }
}
@media (max-width: 1280px) {
  .archive_introduction .item_list .item {
    padding: 20px 20px 10px;
  }
}
@media (max-width: 1010px) {
  .archive_introduction .item_list .item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .archive_introduction .item_list .item {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .archive_introduction .item_list .item {
    padding: 15px 10px 10px;
  }
}
.archive_introduction .item_list .item:not(:first-child) {
  border-left: 1px solid #ECECEC;
}
@media (max-width: 480px) {
  .archive_introduction .item_list .item:not(:first-child) {
    border-top: 1px solid #ECECEC;
    border-left: none;
  }
}
@media (max-width: 1010px) {
  .archive_introduction .item_list .item:nth-child(3) {
    border-left: none;
  }
}
.archive_introduction .item_list .item .title {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #242424;
  letter-spacing: -0.26px;
  text-align: center;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .archive_introduction .item_list .item .title {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .archive_introduction .item_list .item .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  .archive_introduction .item_list .item .title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .archive_introduction .item_list .item .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .archive_introduction .item_list .item .title {
    font-size: 18px;
  }
}
.archive_introduction .item_list .item .thum {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 365px;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .archive_introduction .item_list .item .thum {
    height: 25vw;
  }
}
@media (max-width: 1280px) {
  .archive_introduction .item_list .item .thum {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .archive_introduction .item_list .item .thum {
    margin-bottom: 10px;
  }
}
@media (max-width: 1010px) {
  .archive_introduction .item_list .item .thum {
    height: 30vw;
  }
}
@media (max-width: 480px) {
  .archive_introduction .item_list .item .thum {
    height: 60vw;
  }
}
.archive_introduction .item_list .item .thum::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.1;
  transition: all 0.3s;
}
.archive_introduction .item_list .item .thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive_introduction .item_list .item .btn {
  display: flex;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  color: #A5835E;
  letter-spacing: 0.17px;
  line-height: 120%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .archive_introduction .item_list .item .btn {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .archive_introduction .item_list .item .btn {
    font-size: 15px;
  }
}
.archive_introduction .item_list .item .btn .arrow {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12H18' stroke='%23A5835E' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M14 7L19 12L14 17' stroke='%23A5835E' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.archive_introduction .item_list .item:hover, .archive_introduction .item_list .item:focus, .archive_introduction .item_list .item:active {
  background-color: #A5835E;
}
.archive_introduction .item_list .item:hover .thum::before, .archive_introduction .item_list .item:focus .thum::before, .archive_introduction .item_list .item:active .thum::before {
  opacity: 0;
}
.archive_introduction .item_list .item:hover .title, .archive_introduction .item_list .item:focus .title, .archive_introduction .item_list .item:active .title {
  color: #fff;
}
.archive_introduction .item_list .item:hover .btn, .archive_introduction .item_list .item:focus .btn, .archive_introduction .item_list .item:active .btn {
  color: #fff;
}
.archive_introduction .item_list .item:hover .btn .arrow, .archive_introduction .item_list .item:focus .btn .arrow, .archive_introduction .item_list .item:active .btn .arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12H18' stroke='white' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M14 7L19 12L14 17' stroke='white' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* sub0101 소개 End */
/* sub0102 역대병원장 */
html:has(> .sub01_02) #location {
  border-bottom: none;
}
html:has(> .sub01_02) #location .page__title,
html:has(> .sub01_02) #location .utile_wrap.uw2 {
  display: none;
}

.history_director {
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 1400px) {
  .history_director {
    margin-bottom: 190px;
  }
}
@media (max-width: 768px) {
  .history_director {
    margin-bottom: 180px;
  }
}
@media (max-width: 540px) {
  .history_director {
    margin-bottom: 60px;
  }
}
.history_director .progressbar {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 28.8%;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .history_director .progressbar {
    left: 28%;
  }
}
@media (max-width: 1140px) {
  .history_director .progressbar {
    left: 23%;
  }
}
@media (max-width: 768px) {
  .history_director .progressbar {
    left: 21%;
  }
}
@media (max-width: 540px) {
  .history_director .progressbar {
    left: 0;
  }
}
@media (max-width: 480px) {
  .history_director .progressbar {
    display: none;
  }
}
.history_director .progressbar .progress {
  width: 100%;
  height: 0;
  transition: height 0.3s ease;
  background-color: #A5835E;
}
.history_director .item {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 540px) {
  .history_director .item {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .history_director .item {
    margin-left: 0;
  }
}
.history_director .item:not(:last-child) {
  margin-bottom: 30px;
}
.history_director .item .title {
  width: 28%;
  min-width: 410px;
  margin-right: 70px;
}
@media (max-width: 1500px) {
  .history_director .item .title {
    min-width: auto;
  }
}
@media (max-width: 1400px) {
  .history_director .item .title {
    margin-right: 40px;
  }
}
@media (max-width: 1280px) {
  .history_director .item .title {
    margin-right: 30px;
  }
}
@media (max-width: 1140px) {
  .history_director .item .title {
    width: 23%;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .history_director .item .title {
    width: 21%;
    margin-right: 15px;
  }
}
@media (max-width: 540px) {
  .history_director .item .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.history_director .item .title .year {
  font-size: 130px;
  font-weight: 700;
  color: #F6F6F6;
  letter-spacing: -3.9px;
  font-family: "DIN Alternate Bold", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .history_director .item .title .year {
    font-size: 120px;
  }
}
@media (max-width: 1280px) {
  .history_director .item .title .year {
    font-size: 100px;
  }
}
@media (max-width: 1140px) {
  .history_director .item .title .year {
    font-size: 82px;
  }
}
@media (max-width: 1024px) {
  .history_director .item .title .year {
    font-size: 62px;
  }
}
@media (max-width: 768px) {
  .history_director .item .title .year {
    font-size: 46px;
  }
}
.history_director .item .title .year em {
  font-size: 120px;
}
@media (max-width: 1400px) {
  .history_director .item .title .year em {
    font-size: 110px;
  }
}
@media (max-width: 1280px) {
  .history_director .item .title .year em {
    font-size: 90px;
  }
}
@media (max-width: 1140px) {
  .history_director .item .title .year em {
    font-size: 72px;
  }
}
@media (max-width: 1024px) {
  .history_director .item .title .year em {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .history_director .item .title .year em {
    font-size: 36px;
  }
}
.history_director .item .director_list {
  display: flex;
  width: calc(72% - 70px);
  flex-wrap: wrap;
  gap: 30px;
  max-width: calc(100% - 410px - 70px);
}
@media (max-width: 1500px) {
  .history_director .item .director_list {
    max-width: none;
  }
}
@media (max-width: 1400px) {
  .history_director .item .director_list {
    width: calc(72% - 40px);
  }
}
@media (max-width: 1280px) {
  .history_director .item .director_list {
    width: calc(72% - 30px);
    gap: 20px;
  }
}
@media (max-width: 1140px) {
  .history_director .item .director_list {
    width: calc(77% - 20px);
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .history_director .item .director_list {
    width: calc(79% - 15px);
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .history_director .item .director_list {
    width: 100%;
    gap: 10px;
  }
}
.history_director .item .director_list .box {
  width: calc(33.33% - 20px);
  border: 1px solid #ddd;
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  .history_director .item .director_list .box {
    width: calc(33.33% - 13.33px);
  }
}
@media (max-width: 1140px) {
  .history_director .item .director_list .box {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 1024px) {
  .history_director .item .director_list .box {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 768px) {
  .history_director .item .director_list .box {
    width: calc(50% - 5px);
  }
}
@media (max-width: 480px) {
  .history_director .item .director_list .box {
    width: 100%;
  }
}
.history_director .item .director_list .top {
  display: flex;
  padding: 15px 20px;
  border-bottom: 1px solid #DDD;
  background-color: #F6F6F6;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .history_director .item .director_list .top {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .history_director .item .director_list .top {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .history_director .item .director_list .top {
    padding: 10px 8px;
  }
}
.history_director .item .director_list .top .num {
  font-size: 16px;
  font-weight: 700;
  color: #8B6C49;
  letter-spacing: 0.16px;
  line-height: 120%;
  transition: all 0.3s;
}
@media (max-width: 540px) {
  .history_director .item .director_list .top .num {
    font-size: 15px;
  }
}
.history_director .item .director_list .top .corporate {
  font-size: 16px;
  font-weight: 600;
  color: #8E8E8D;
  letter-spacing: 0.16px;
  line-height: 120%;
  transition: all 0.3s;
}
@media (max-width: 540px) {
  .history_director .item .director_list .top .corporate {
    font-size: 15px;
  }
}
.history_director .item .director_list .bottom {
  overflow: hidden;
  position: relative;
  position: relative;
  padding: 30px 8px 35px;
}
@media (max-width: 1280px) {
  .history_director .item .director_list .bottom {
    padding: 20px 8px;
  }
}
@media (max-width: 540px) {
  .history_director .item .director_list .bottom {
    padding: 15px 8px;
  }
}
.history_director .item .director_list .bottom::before {
  display: none;
  position: absolute;
  top: -31px;
  left: -33px;
  width: 201px;
  height: 194px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='201' height='194' viewBox='0 0 201 194' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M81.5107 0V45.3164H118.682V78.0776H149.76V115.614H200.283V88.9501H175.924V50.8389H145.016V18.6529H107.859V0H81.5107Z' fill='url(%23paint0_linear_5395_1156)'/%3E%3Cpath d='M118.773 194V148.703H81.6012V115.636H50.5232V78.3865H0V105.03H24.3596V142.437H55.2672V175.347H92.4387V194H118.773Z' fill='url(%23paint1_linear_5395_1156)'/%3E%3Cpath d='M81.5107 45.3541H50.459V78.3865H81.5107V45.3541Z' fill='url(%23paint2_linear_5395_1156)'/%3E%3Cpath d='M149.566 115.614H118.773V148.646H149.566V115.614Z' fill='url(%23paint3_linear_5395_1156)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5395_1156' x1='100.142' y1='0' x2='100.142' y2='194' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5395_1156' x1='100.142' y1='0' x2='100.142' y2='194' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_5395_1156' x1='100.142' y1='0' x2='100.142' y2='194' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_5395_1156' x1='100.142' y1='0' x2='100.142' y2='194' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.49'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.history_director .item .director_list .bottom .photo {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 120px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid rgba(221, 221, 221, 0.2);
  border-radius: 999px;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .history_director .item .director_list .bottom .photo {
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .history_director .item .director_list .bottom .photo {
    margin-bottom: 10px;
  }
}
.history_director .item .director_list .bottom .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_director .item .director_list .bottom .name {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #242424;
  letter-spacing: 0.22px;
  text-align: center;
  line-height: 120%;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .history_director .item .director_list .bottom .name {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .history_director .item .director_list .bottom .name {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .history_director .item .director_list .bottom .name {
    font-size: 19px;
    margin-bottom: 5px;
  }
}
@media (max-width: 420px) {
  .history_director .item .director_list .bottom .name {
    font-size: 18px;
  }
}
.history_director .item .director_list .bottom .date {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #6F6F6F;
  letter-spacing: -0.64px;
  text-align: center;
  line-height: 120%;
  transition: all 0.3s;
}
@media (max-width: 540px) {
  .history_director .item .director_list .bottom .date {
    font-size: 15px;
  }
}
@media (max-width: 630px) {
  .history_director .item .director_list .bottom .date .inline-block {
    display: block;
  }
}
@media (max-width: 480px) {
  .history_director .item .director_list .bottom .date .inline-block {
    display: inline;
  }
}
.history_director .item.active .title .year {
  color: #B58E65;
}
.history_director .item.active .director_list .box {
  background-color: #A5835E;
}
.history_director .item.active .director_list .top {
  background-color: #A5835E;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.history_director .item.active .director_list .top .num {
  color: #fff;
}
.history_director .item.active .director_list .top .corporate {
  color: rgba(255, 255, 255, 0.58);
}
.history_director .item.active .director_list .bottom::before {
  display: block;
}
.history_director .item.active .director_list .bottom .name {
  color: #fff;
}
.history_director .item.active .director_list .bottom .date {
  color: #fff;
}

/* sub0102 역대병원장 End */
/* sub0103 홍보동영상 */
.promotional-video .accessibility_vod_wrap {
  position: relative;
  margin: 30px 0 10px;
  border: 1px solid #dcdcdc;
}
.promotional-video .accessibility_vod_wrap .subtit {
  padding: 35px 65px;
  background: #fbfbfb;
}
@media (max-width: 768px) {
  .promotional-video .accessibility_vod_wrap .subtit {
    padding: 20px;
  }
}
.promotional-video .accessibility_vod_wrap .subtit strong {
  float: left;
  position: relative;
  width: 15%;
  font-size: 16px;
  font-weight: 700;
  color: #3180EF;
  margin-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .promotional-video .accessibility_vod_wrap .subtit strong {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
}
.promotional-video .accessibility_vod_wrap .subtit strong:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #3180EF;
  content: "";
}
@media (max-width: 768px) {
  .promotional-video .accessibility_vod_wrap .subtit strong:before {
    display: none;
  }
}
.promotional-video .accessibility_vod_wrap .subtit strong::after {
  position: absolute;
  bottom: -7px;
  left: 35px;
  width: 15px;
  height: 15px;
  border: 1px solid #3180EF;
  background: transparent;
  content: "";
  border-width: 0 2px 2px 0;
  transform: rotate(315deg);
}
@media (max-width: 768px) {
  .promotional-video .accessibility_vod_wrap .subtit strong::after {
    display: none;
  }
}
.promotional-video .accessibility_vod_wrap .subtit .subtit_txt {
  float: right;
  width: calc(83% - 10px);
  padding: 10px;
}
@media (max-width: 768px) {
  .promotional-video .accessibility_vod_wrap .subtit .subtit_txt {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}
.promotional-video .accessibility_vod_wrap .subtit .subtit_txt .txtwrap {
  width: 100%;
  height: 190px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .promotional-video .accessibility_vod_wrap .subtit .subtit_txt .txtwrap {
    height: 100px;
  }
}
.promotional-video .accessibility_vod_wrap .subtit .subtit_txt .txtwrap pre {
  width: 100%;
  white-space: pre-line;
  word-wrap: break-word;
  word-break: keep-all;
}
.promotional-video .accessibility_vod_wrap .subtit:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
}

/* sub0103 홍보동영상 End */
/* sub010401 태동과 기원 */
html:has(> .sub01_04_01, .sub01_04_02, .sub01_04_03, .sub01_04_04) #txt {
  margin-top: 0;
}
html:has(> .sub01_04_01, .sub01_04_02, .sub01_04_03, .sub01_04_04) #location {
  border-bottom: none;
}
html:has(> .sub01_04_01, .sub01_04_02, .sub01_04_03, .sub01_04_04) #location .page__title,
html:has(> .sub01_04_01, .sub01_04_02, .sub01_04_03, .sub01_04_04) #location .utile_wrap.uw2 {
  display: none;
}

.archive_history .top {
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 1280px) {
  .archive_history .top {
    padding: 100px 0 60px;
  }
}
@media (max-width: 1024px) {
  .archive_history .top {
    padding: 80px 0 60px;
  }
}
@media (max-width: 768px) {
  .archive_history .top {
    padding: 60px 0 40px;
  }
}
@media (max-width: 540px) {
  .archive_history .top {
    padding: 40px 0 30px;
  }
}
.archive_history .top::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  content: "";
  transform: translateX(-50%);
  background-position: center;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-image: url(/images/archive/sub01/sub010401_topbg.jpg);
}
.archive_history .top .text .sub {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #B58E65;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .archive_history .top .text .sub {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .archive_history .top .text .sub {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .archive_history .top .text .sub {
    font-size: 18px;
  }
}
.archive_history .top .text .title {
  display: block;
  position: relative;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -2px;
  font-family: "title_font";
  line-height: 120%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .archive_history .top .text .title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .archive_history .top .text .title {
    font-size: 44px;
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .archive_history .top .text .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .archive_history .top .text .title {
    font-size: 38px;
  }
}
@media (max-width: 1060px) {
  .archive_history .top .text .title .inline-block {
    display: block;
  }
}
.archive_history .top .text .con {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #EAEAE9;
  line-height: 160%;
  margin-bottom: 85px;
}
@media (max-width: 1024px) {
  .archive_history .top .text .con {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .archive_history .top .text .con {
    margin-bottom: 50px;
  }
}
.archive_history .top .text .con .inline-block {
  display: block;
}
@media (max-width: 768px) {
  .archive_history .top .text .con .inline-block {
    display: inline;
  }
}
.archive_history .top .year_list {
  display: flex;
  flex-wrap: wrap;
}
.archive_history .top .year_list .year_box {
  position: relative;
  width: 25%;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 1280px) {
  .archive_history .top .year_list .year_box {
    padding-top: 15px;
  }
}
@media (max-width: 1024px) {
  .archive_history .top .year_list .year_box {
    padding-top: 10px;
  }
}
@media (max-width: 540px) {
  .archive_history .top .year_list .year_box {
    display: none;
  }
}
.archive_history .top .year_list .year_box .year {
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 55px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: -1.65px;
  transition: all 0.3s;
  opacity: 0;
  font-family: "DIN Alternate Bold", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif;
  line-height: 100%;
}
@media (max-width: 1280px) {
  .archive_history .top .year_list .year_box .year {
    top: -45px;
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .archive_history .top .year_list .year_box .year {
    top: -35px;
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .archive_history .top .year_list .year_box .year {
    top: -24px;
    font-size: 29px;
  }
}
@media (max-width: 540px) {
  .archive_history .top .year_list .year_box .year {
    top: -35px;
    font-size: 37px;
  }
}
.archive_history .top .year_list .year_box .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  line-height: 120%;
  text-align: left;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .archive_history .top .year_list .year_box .title {
    font-size: 17px;
  }
}
.archive_history .top .year_list .year_box:focus, .archive_history .top .year_list .year_box:hover, .archive_history .top .year_list .year_box.active {
  border-top: 2px solid rgb(255, 255, 255);
}
.archive_history .top .year_list .year_box:focus .year, .archive_history .top .year_list .year_box:hover .year, .archive_history .top .year_list .year_box.active .year {
  opacity: 1;
}
.archive_history .top .year_list .year_box:focus .title, .archive_history .top .year_list .year_box:hover .title, .archive_history .top .year_list .year_box.active .title {
  color: rgb(255, 255, 255);
}
@media (max-width: 540px) {
  .archive_history .top .year_list .year_box:focus, .archive_history .top .year_list .year_box:hover, .archive_history .top .year_list .year_box.active {
    display: block;
    width: 100%;
  }
}
.archive_history .bottom {
  padding-top: 60px;
}
@media (max-width: 1280px) {
  .archive_history .bottom {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .archive_history .bottom {
    padding-top: 0;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap {
    overflow: hidden;
  }
}
.archive_history .history_photo_wrap .title_box {
  margin: 60px 0 15px;
  text-align: center;
}
@media (max-width: 1280px) {
  .archive_history .history_photo_wrap .title_box {
    margin: 60px 0 0;
  }
}
@media (max-width: 1124px) {
  .archive_history .history_photo_wrap .title_box {
    margin: 60px 0 -10px;
  }
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .title_box {
    margin: 60px 0 -30px;
  }
}
@media (max-width: 870px) {
  .archive_history .history_photo_wrap .title_box {
    margin: 60px 0 -70px;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .title_box {
    margin: 40px 0;
  }
}
@media (max-width: 540px) {
  .archive_history .history_photo_wrap .title_box {
    margin: 30px 0;
  }
}
@media (max-width: 420px) {
  .archive_history .history_photo_wrap .title_box {
    margin: 30px 0 20px;
  }
}
.archive_history .history_photo_wrap .history_photo {
  position: relative;
}
.archive_history .history_photo_wrap .history_photo .slick-list {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .archive_history .history_photo_wrap .history_photo .slick-list {
    width: calc(100% - 140px);
  }
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .history_photo .slick-list {
    width: calc(100% - 100px);
  }
}
@media (max-width: 870px) {
  .archive_history .history_photo_wrap .history_photo .slick-list {
    margin-top: -40px;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-list {
    width: 100% !important;
    margin: 60px auto 0 !important;
  }
}
@media (max-width: 420px) {
  .archive_history .history_photo_wrap .history_photo .slick-list {
    margin: 40px auto 0 !important;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-list,
  .archive_history .history_photo_wrap .history_photo .slick-track {
    height: auto !important;
  }
}
.archive_history .history_photo_wrap .history_photo .slick-slide.slick-active {
  transform: scale(0.755) translate(590px);
}
@media (max-width: 1280px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-active {
    transform: scale(0.68) translate(900px);
  }
}
@media (max-width: 1124px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-active {
    transform: scale(0.58) translate(1100px);
  }
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-active {
    transform: scale(0.5) translate(1280px);
  }
}
@media (max-width: 870px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-active {
    transform: scale(0.42) translate(1280px);
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-active {
    transform: none !important;
  }
}
.archive_history .history_photo_wrap .history_photo .slick-slide.slick-center {
  position: relative;
  z-index: 2;
  transform: scale(1);
}
@media (max-width: 1280px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-center {
    transform: scale(0.89);
  }
}
@media (max-width: 1124px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-center {
    transform: scale(0.78);
  }
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-center {
    transform: scale(0.65);
  }
}
@media (max-width: 870px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-center {
    transform: scale(0.5);
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-center {
    transform: none !important;
  }
}
.archive_history .history_photo_wrap .history_photo .slick-slide.slick-center + .slick-slide {
  transform: scale(0.755) translate(-590px);
}
@media (max-width: 1280px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-center + .slick-slide {
    transform: scale(0.68) translate(-900px);
  }
}
@media (max-width: 1124px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-center + .slick-slide {
    transform: scale(0.58) translate(-1100px);
  }
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-center + .slick-slide {
    transform: scale(0.5) translate(-1280px);
  }
}
@media (max-width: 870px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-center + .slick-slide {
    transform: scale(0.42) translate(-1280px);
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide.slick-center + .slick-slide {
    transform: none !important;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-slide {
    transform: none !important;
  }
}
.archive_history .history_photo_wrap .history_photo .slick-center .s_item {
  width: 980px;
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-center .s_item {
    width: 100% !important;
    height: auto;
  }
}
.archive_history .history_photo_wrap .history_photo .slick-center .s_item .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-center .s_item .inner {
    width: 100% !important;
  }
}
.archive_history .history_photo_wrap .history_photo .slick-center .s_item .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 20px solid #fff;
  content: "";
  box-shadow: 0px 10px 40px 0px rgba(139, 144, 151, 0.16);
}
@media (max-width: 1280px) {
  .archive_history .history_photo_wrap .history_photo .slick-center .s_item .inner::before {
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-center .s_item .inner::before {
    display: none;
  }
}
.archive_history .history_photo_wrap .history_photo .s_item {
  padding: 40px 0;
}
@media (max-width: 1280px) {
  .archive_history .history_photo_wrap .history_photo .s_item {
    padding: 0;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .s_item {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .s_item .inner {
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .s_item .thm-box img {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
}
.archive_history .history_photo_wrap .history_photo .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 70px;
  height: 70px;
  border: 1px solid #e6e8eb;
  font-size: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-color: #fff;
}
@media (max-width: 1700px) {
  .archive_history .history_photo_wrap .history_photo .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .history_photo .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.archive_history .history_photo_wrap .history_photo .slick-arrow.slick-prev {
  left: -120px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 24L11.5 16L19.5 8' stroke='%233D4E64' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1700px) {
  .archive_history .history_photo_wrap .history_photo .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media (max-width: 768px) {
  .archive_history .history_photo_wrap .history_photo .slick-arrow.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2344 19.25L8.98438 13L15.2344 6.75' stroke='%233D4E64' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.archive_history .history_photo_wrap .history_photo .slick-arrow.slick-next {
  right: -120px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 8L20.5 16L12.5 24' stroke='%233D4E64' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1700px) {
  .archive_history .history_photo_wrap .history_photo .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .history_photo .slick-arrow.slick-next {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .archive_history .history_photo_wrap .history_photo .slick-arrow.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.76563 5.75L16.0156 12L9.76562 18.25' stroke='%233D4E64' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.archive_history .history_photo_wrap .history_photo .slick-arrow:hover, .archive_history .history_photo_wrap .history_photo .slick-arrow:focus, .archive_history .history_photo_wrap .history_photo .slick-arrow:active {
  border: 1px solid #B58E65;
  background-color: #B58E65;
}
.archive_history .history_photo_wrap .history_photo .slick-arrow:hover.slick-prev, .archive_history .history_photo_wrap .history_photo .slick-arrow:focus.slick-prev, .archive_history .history_photo_wrap .history_photo .slick-arrow:active.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 24L11.5 16L19.5 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .archive_history .history_photo_wrap .history_photo .slick-arrow:hover.slick-prev, .archive_history .history_photo_wrap .history_photo .slick-arrow:focus.slick-prev, .archive_history .history_photo_wrap .history_photo .slick-arrow:active.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2344 19.25L8.98438 13L15.2344 6.75' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.archive_history .history_photo_wrap .history_photo .slick-arrow:hover.slick-next, .archive_history .history_photo_wrap .history_photo .slick-arrow:focus.slick-next, .archive_history .history_photo_wrap .history_photo .slick-arrow:active.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 8L20.5 16L12.5 24' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .archive_history .history_photo_wrap .history_photo .slick-arrow:hover.slick-next, .archive_history .history_photo_wrap .history_photo .slick-arrow:focus.slick-next, .archive_history .history_photo_wrap .history_photo .slick-arrow:active.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.76563 5.75L16.0156 12L9.76562 18.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.archive_history .history_photo_wrap .nav-slide .slick-list {
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .archive_history .history_photo_wrap .nav-slide .slick-list {
    width: calc(100% - 140px);
  }
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .nav-slide .slick-list {
    width: calc(100% - 100px);
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .nav-slide .slick-list {
    width: 100%;
  }
}
.archive_history .history_photo_wrap .nav-slide .s_item {
  display: flex !important;
  padding: 10px;
  min-height: 91px;
  border-radius: 16px;
  background-color: #F9F9F9;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.archive_history .history_photo_wrap .nav-slide .s_item .date {
  display: inline-block;
  font-weight: 600;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .archive_history .history_photo_wrap .nav-slide .s_item .date {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .archive_history .history_photo_wrap .nav-slide .s_item .date {
    margin-right: 5px;
  }
}
@media (max-width: 540px) {
  .archive_history .history_photo_wrap .nav-slide .s_item .date {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .nav-slide .s_item {
    min-height: 80px;
  }
}
@media (max-width: 540px) {
  .archive_history .history_photo_wrap .nav-slide .s_item {
    min-height: 60px;
    border-radius: 10px;
  }
}
.archive_history .history_photo_wrap .nav-slide .s_item > p {
  font-size: 24px;
  font-weight: 400;
  color: #242424;
  margin-top: 0;
  line-height: 129%;
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .nav-slide .s_item > p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .archive_history .history_photo_wrap .nav-slide .s_item > p {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .archive_history .history_photo_wrap .nav-slide .s_item > p {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .archive_history .history_photo_wrap .nav-slide .s_item > p {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .archive_history .history_photo_wrap .nav-slide .s_item > p {
    font-size: 15px;
  }
}
.archive_history .history_photo_wrap .slick-dots {
  display: flex;
  width: 980px;
  height: 30px;
  margin: 20px auto 40px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1700px) {
  .archive_history .history_photo_wrap .slick-dots {
    width: calc(100% - 140px);
  }
}
@media (max-width: 1280px) {
  .archive_history .history_photo_wrap .slick-dots {
    margin: 0 auto 30px;
  }
}
@media (max-width: 1124px) {
  .archive_history .history_photo_wrap .slick-dots {
    margin: -20px auto 30px;
  }
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .slick-dots {
    width: calc(100% - 100px);
    margin: -60px auto 20px;
  }
}
@media (max-width: 870px) {
  .archive_history .history_photo_wrap .slick-dots {
    margin: -100px auto 20px;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .slick-dots {
    width: 100%;
    margin: 10px auto 20px;
  }
}
@media (max-width: 540px) {
  .archive_history .history_photo_wrap .slick-dots {
    height: 20px;
    margin: 10px auto 20px;
  }
}
.archive_history .history_photo_wrap .slick-dots li:first-child button::before {
  opacity: 0;
}
.archive_history .history_photo_wrap .slick-dots li:first-child button > span {
  opacity: 1;
}
@media (max-width: 540px) {
  .archive_history .history_photo_wrap .slick-dots li:first-child button > span {
    width: 40px;
  }
}
@media (max-width: 420px) {
  .archive_history .history_photo_wrap .slick-dots li:first-child button > span {
    width: 37px;
  }
}
.archive_history .history_photo_wrap .slick-dots li button {
  position: relative;
}
.archive_history .history_photo_wrap .slick-dots li button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 16px;
  content: "";
  background-color: #889BB7;
  opacity: 1;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .slick-dots li button::before {
    height: 14px;
  }
}
@media (max-width: 768px) {
  .archive_history .history_photo_wrap .slick-dots li button::before {
    height: 12px;
  }
}
@media (max-width: 540px) {
  .archive_history .history_photo_wrap .slick-dots li button::before {
    height: 10px;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .slick-dots li button::before {
    transition: none;
  }
}
.archive_history .history_photo_wrap .slick-dots li button > span {
  display: inline-block;
  padding: 0 19px;
  font-size: 24px;
  font-weight: 700;
  color: #1D1D1D;
  opacity: 0;
  transition: all 0.3s;
  line-height: 120%;
  font-family: "title_font";
}
@media (max-width: 1500px) {
  .archive_history .history_photo_wrap .slick-dots li button > span {
    padding: 0 15px;
  }
}
@media (max-width: 1280px) {
  .archive_history .history_photo_wrap .slick-dots li button > span {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .archive_history .history_photo_wrap .slick-dots li button > span {
    padding: 0 3px;
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .archive_history .history_photo_wrap .slick-dots li button > span {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .archive_history .history_photo_wrap .slick-dots li button > span {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .archive_history .history_photo_wrap .slick-dots li button > span {
    width: 10px;
    padding: 0 2px;
    font-size: 15px;
    transition: none;
  }
}
@media (max-width: 420px) {
  .archive_history .history_photo_wrap .slick-dots li button > span {
    font-size: 14px;
  }
}
.archive_history .history_photo_wrap .slick-dots li button:hover::before, .archive_history .history_photo_wrap .slick-dots li button:focus::before {
  opacity: 0;
}
.archive_history .history_photo_wrap .slick-dots li button:hover > span, .archive_history .history_photo_wrap .slick-dots li button:focus > span {
  opacity: 1;
}
@media (max-width: 540px) {
  .archive_history .history_photo_wrap .slick-dots li button:hover > span, .archive_history .history_photo_wrap .slick-dots li button:focus > span {
    width: 45px;
  }
}
@media (max-width: 420px) {
  .archive_history .history_photo_wrap .slick-dots li button:hover > span, .archive_history .history_photo_wrap .slick-dots li button:focus > span {
    width: 43px;
  }
}
.archive_history .history_photo_wrap .slick-dots li.active button::before, .archive_history .history_photo_wrap .slick-dots li.slick-active button::before {
  opacity: 0;
}
.archive_history .history_photo_wrap .slick-dots li.active button > span, .archive_history .history_photo_wrap .slick-dots li.slick-active button > span {
  color: #B58E65;
  opacity: 1;
}
@media (max-width: 540px) {
  .archive_history .history_photo_wrap .slick-dots li.active button > span, .archive_history .history_photo_wrap .slick-dots li.slick-active button > span {
    width: 45px;
  }
}
@media (max-width: 420px) {
  .archive_history .history_photo_wrap .slick-dots li.active button > span, .archive_history .history_photo_wrap .slick-dots li.slick-active button > span {
    width: 43px;
  }
}
.archive_history.step1 .history_photo_wrap .slick-dots li:nth-child(3), .archive_history.step1 .history_photo_wrap .slick-dots li:nth-child(4), .archive_history.step1 .history_photo_wrap .slick-dots li:nth-child(5), .archive_history.step1 .history_photo_wrap .slick-dots li:nth-child(10) {
  display: none;
}
.archive_history.step1 .history_photo_wrap .slick-dots li:nth-child(11) button::before {
  opacity: 0;
}
.archive_history.step1 .history_photo_wrap .slick-dots li:nth-child(11) button > span {
  opacity: 1;
}
@media (max-width: 540px) {
  .archive_history.step1 .history_photo_wrap .slick-dots li:nth-child(11) button > span {
    width: 40px;
  }
}
@media (max-width: 420px) {
  .archive_history.step1 .history_photo_wrap .slick-dots li:nth-child(11) button > span {
    width: 37px;
  }
}
.archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(3), .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(5), .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(6), .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(7), .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(9), .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(10), .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(12), .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(14), .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(17), .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(18) {
  display: none;
}
.archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(20) button::before {
  opacity: 0;
}
.archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(20) button > span {
  opacity: 1;
}
@media (max-width: 540px) {
  .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(20) button > span {
    width: 40px;
  }
}
@media (max-width: 420px) {
  .archive_history.step2 .history_photo_wrap .slick-dots li:nth-child(20) button > span {
    width: 37px;
  }
}
.archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(2), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(4), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(5), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(6), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(8), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(10), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(11), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(12), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(13), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(14), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(15), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(17), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(18), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(19), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(21), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(22), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(23), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(24), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(25), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(27), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(29), .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(30) {
  display: none;
}
.archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(28) button::before {
  opacity: 0;
}
.archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(28) button > span {
  opacity: 1;
}
@media (max-width: 540px) {
  .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(28) button > span {
    width: 40px;
  }
}
@media (max-width: 420px) {
  .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(28) button > span {
    width: 37px;
  }
}
.archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(7) button > span, .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(9) button > span, .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(16) button > span, .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(20) button > span, .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(26) button > span, .archive_history.step3 .history_photo_wrap .slick-dots li:nth-child(28) button > span {
  font-family: "gothic";
}
.archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(2), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(3), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(4), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(6), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(7), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(8), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(9), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(10), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(12), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(13), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(14), .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(15) {
  display: none;
}
.archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(11) button::before {
  opacity: 0;
}
.archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(11) button > span {
  opacity: 1;
}
@media (max-width: 540px) {
  .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(11) button > span {
    width: 40px;
  }
}
@media (max-width: 420px) {
  .archive_history.step4 .history_photo_wrap .slick-dots li:nth-child(11) button > span {
    width: 37px;
  }
}
.archive_history.step4 .history_photo_wrap .slick-dots li button > span {
  font-family: "gothic";
}

/* sub010401 태동과 기원 End */
/* sub01050101 사업개요 */
@media (max-width: 1280px) {
  .biz-overview .vlist__column {
    gap: 20px;
  }
}
@media (max-width: 540px) {
  .biz-overview .vlist__column {
    gap: 10px;
  }
}
@media (max-width: 1280px) {
  .biz-overview .vlist__column.col5 .item {
    width: calc(20% - 16px);
  }
}
@media (max-width: 1024px) {
  .biz-overview .vlist__column.col5 .item {
    width: calc(33.3334% - 13.3333px);
  }
}
@media (max-width: 540px) {
  .biz-overview .vlist__column.col5 .item {
    width: calc(50% - 5px);
    padding: 20px 14px;
  }
}
@media (max-width: 360px) {
  .biz-overview .vlist__column.col5 .item {
    width: 100%;
    min-height: 80px;
  }
}

/* sub01050101 사업개요 End */
/* sub01050103 엠블렘/슬로건 */
.emblem-slogan .h2 {
  margin-bottom: 18px;
  font-family: "title_font";
}
.emblem-slogan .h2 ~ .h2 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .emblem-slogan .h2 ~ .h2 {
    margin-top: 45px;
  }
}
.emblem-slogan .text-box p {
  color: #242424;
}
.emblem-slogan .text-box p b {
  color: #B58E65;
}
.emblem-slogan .grid_box {
  display: flex;
  padding: 70px 20px;
  border: 1px solid #D9DAE1;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg clip-path='url(%23clip0_4057_32768)'%3E%3Crect x='-1398.44' y='-338.5' width='1419' height='359' fill='url(%23pattern0_4057_32768)' fill-opacity='0.05' stroke='%23D9DAE1'/%3E%3C/g%3E%3Cdefs%3E%3Cpattern id='pattern0_4057_32768' patternContentUnits='objectBoundingBox' width='0.0140845' height='0.0555556'%3E%3Cuse xlink:href='%23image0_4057_32768' transform='scale(0.000704225 0.00277778)'/%3E%3C/pattern%3E%3CclipPath id='clip0_4057_32768'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3Cimage id='image0_4057_32768' width='20' height='20' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAylpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAxIDc5LjE0ZWNiNDJmMmMsIDIwMjMvMDEvMTMtMTI6MjU6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4yIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ2NTRCNTAzQkVFODExRURBNTYxRTcxQjlFNEE1MUYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ2NTRCNTA0QkVFODExRURBNTYxRTcxQjlFNEE1MUYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDY1NEI1MDFCRUU4MTFFREE1NjFFNzFCOUU0QTUxRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDY1NEI1MDJCRUU4MTFFREE1NjFFNzFCOUU0QTUxRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6fKeGRAAAALUlEQVR42uzMwQ0AMAyDwJD9d6YZwv0Zie+hTirAnXAFCxYsWPATyG0SfAIMAMXVBSVVCk8XAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .emblem-slogan .grid_box {
    padding: 35px 20px;
  }
}
@media (max-width: 420px) {
  .emblem-slogan .grid_box {
    padding: 25px 16px;
  }
}
@media (max-width: 360px) {
  .emblem-slogan .grid_box {
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  .emblem-slogan .grid_box.mt_30 {
    margin-top: 20px !important;
  }
}
.emblem-slogan .grid_box.pt_109 {
  padding-top: 109px;
}
@media (max-width: 768px) {
  .emblem-slogan .grid_box.pt_109 {
    padding-top: 74px;
  }
}
@media (max-width: 420px) {
  .emblem-slogan .grid_box.pt_109 {
    padding-top: 50px;
  }
}
@media (max-width: 360px) {
  .emblem-slogan .grid_box.pt_109 {
    padding-top: 45px;
  }
}

/* sub01050103 엠블렘/슬로건 End */
/* sub0107 그때그곳 */
.before_after .title {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: #2C2C2C;
  letter-spacing: -1.52px;
  text-align: center;
  font-family: "title_font";
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .before_after .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .before_after .title {
    font-size: 34px;
  }
}
@media (max-width: 540px) {
  .before_after .title {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .before_after .title {
    font-size: 28px;
  }
}
.before_after .photo_box .photo {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 790px;
  text-align: center;
  background-image: url(/images/archive/sub01/sub0107_photo_noimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .before_after .photo_box .photo {
    height: 52vw !important;
  }
}
.before_after .photo_box .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.before_after .year {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .before_after .year {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .before_after .year {
    margin-top: 20px;
  }
}
.before_after .year .line {
  width: 1px;
  height: 16px;
  background-color: #ddd;
}
@media (max-width: 768px) {
  .before_after .year .line {
    display: none;
  }
}
.before_after .year .past {
  font-size: 32px;
  font-weight: 700;
  color: #242424;
  font-family: "title_font";
  line-height: 120%;
}
@media (max-width: 1024px) {
  .before_after .year .past {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .before_after .year .past {
    font-size: 26px;
  }
}
@media (max-width: 540px) {
  .before_after .year .past {
    font-size: 22px;
  }
}
@media (max-width: 420px) {
  .before_after .year .past {
    font-size: 18px;
  }
}
.before_after .year .spot {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #242424;
  line-height: 130%;
  padding-left: 32px;
}
@media (max-width: 1024px) {
  .before_after .year .spot {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .before_after .year .spot {
    font-size: 20px;
    padding-left: 0;
  }
}
@media (max-width: 540px) {
  .before_after .year .spot {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .before_after .year .spot {
    font-size: 16px;
  }
}
.before_after .year .spot .ico {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.864 17.364L12.5 23.7279L6.13604 17.364C2.62132 13.8492 2.62132 8.15076 6.13604 4.63604C9.65076 1.12132 15.3492 1.12132 18.864 4.63604C22.3787 8.15076 22.3787 13.8492 18.864 17.364ZM12.5 13C13.6046 13 14.5 12.1046 14.5 11C14.5 9.89543 13.6046 9 12.5 9C11.3954 9 10.5 9.89543 10.5 11C10.5 12.1046 11.3954 13 12.5 13Z' fill='%23A5835E'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .before_after .year .spot .ico {
    display: none;
  }
}
.before_after .year .future {
  font-size: 32px;
  font-weight: 600;
  color: #242424;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .before_after .year .future {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .before_after .year .future {
    font-size: 26px;
  }
}
@media (max-width: 540px) {
  .before_after .year .future {
    font-size: 22px;
  }
}
@media (max-width: 420px) {
  .before_after .year .future {
    font-size: 18px;
  }
}
.before_after .photo_tab {
  display: flex;
  margin-top: 90px;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1400px) {
  .before_after .photo_tab {
    gap: 30px;
    margin-top: 80px;
  }
}
@media (max-width: 1280px) {
  .before_after .photo_tab {
    gap: 20px;
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .before_after .photo_tab {
    gap: 15px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .before_after .photo_tab {
    gap: 10px;
    margin-top: 30px;
  }
}
.before_after .photo_tab .tab_box {
  display: block;
  overflow: hidden;
  position: relative;
  width: calc(20% - 32px);
  height: 168px;
  background-image: url(/images/archive/sub01/sub0107_tab_noimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .before_after .photo_tab .tab_box {
    width: calc(20% - 24px);
    height: 12vw;
  }
}
@media (max-width: 1280px) {
  .before_after .photo_tab .tab_box {
    width: calc(20% - 16px);
  }
}
@media (max-width: 1024px) {
  .before_after .photo_tab .tab_box {
    width: calc(20% - 12px);
  }
}
@media (max-width: 768px) {
  .before_after .photo_tab .tab_box {
    width: calc(25% - 7.5px);
    height: 14vw;
  }
}
@media (max-width: 540px) {
  .before_after .photo_tab .tab_box {
    width: calc(33.33% - 6.66px);
    height: 20vw;
  }
}
@media (max-width: 420px) {
  .before_after .photo_tab .tab_box {
    width: calc(50% - 6.66px);
    height: 26vw;
  }
}
.before_after .photo_tab .tab_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before_after .photo_tab .tab_box .photo_name {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 10px solid #A5835E;
  transition: all 0.3s;
  transform: translateY(100%);
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .before_after .photo_tab .tab_box .photo_name {
    padding: 20px;
    border: 8px solid #A5835E;
  }
}
@media (max-width: 1024px) {
  .before_after .photo_tab .tab_box .photo_name {
    padding: 15px;
    border: 5px solid #A5835E;
  }
}
@media (max-width: 768px) {
  .before_after .photo_tab .tab_box .photo_name {
    padding: 10px;
    border: 3px solid #A5835E;
  }
}
.before_after .photo_tab .tab_box .photo_name .name {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: -0.18px;
  white-space: normal;
  text-align: center;
  line-height: 130%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .before_after .photo_tab .tab_box .photo_name .name {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .before_after .photo_tab .tab_box .photo_name .name {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .before_after .photo_tab .tab_box .photo_name .name {
    font-size: 15px;
  }
}
.before_after .photo_tab .tab_box:hover .photo_name, .before_after .photo_tab .tab_box:focus .photo_name, .before_after .photo_tab .tab_box:active .photo_name {
  transform: translateY(0);
}
.before_after .twentytwenty-overlay:hover {
  background: none;
}
.before_after .twentytwenty-horizontal .twentytwenty-before-label:before,
.before_after .twentytwenty-horizontal .twentytwenty-after-label:before {
  display: none;
}
.before_after .twentytwenty-handle {
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
  background-image: url(/images/archive/sub01/sub0107_drag.png);
  margin: 0;
  border: none;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .before_after .twentytwenty-handle {
    width: 120px;
    height: 120px;
    background-image: url(/images/archive/sub01/sub0107_drag_m1.png);
  }
}
@media (max-width: 768px) {
  .before_after .twentytwenty-handle {
    width: 70px;
    height: 70px;
    background-image: url(/images/archive/sub01/sub0107_drag_m2.png);
  }
}
.before_after .twentytwenty-left-arrow,
.before_after .twentytwenty-right-arrow {
  display: none;
}
.before_after .twentytwenty-horizontal .twentytwenty-handle:before,
.before_after .twentytwenty-horizontal .twentytwenty-handle:after {
  display: none;
}

/* sub0107 그때그곳 End *//*# sourceMappingURL=content.css.map */