@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans KR Thin"), local("NotoSansKR-Thin"), url("../css/fonts/notosans_kr/NotoSansKR-Thin.woff") format("woff"), url("../css/fonts/notosans_kr/NotoSansKR-Thin.woff2") format("woff2"), url("../css/fonts/notosans_kr/NotoSansKR-Thin.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 200;
  src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url("../css/fonts/notosans_kr/NotoSansKR-Light.woff") format("woff"), url("../css/fonts/notosans_kr/NotoSansKR-Light.woff2") format("woff2"), url("../css/fonts/notosans_kr/NotoSansKR-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans KR DemiLight"), local("NotoSansKR-DemiLight"), url("../css/fonts/notosans_kr/NotoSansKR-DemiLight.woff") format("woff"), url("../css/fonts/notosans_kr/NotoSansKR-DemiLight.woff2") format("woff2"), url("../css/fonts/notosans_kr/NotoSansKR-DemiLight.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url("../css/fonts/notosans_kr/NotoSansKR-Regular.woff") format("woff"), url("../css/fonts/notosans_kr/NotoSansKR-Regular.woff2") format("woff2"), url("../css/fonts/notosans_kr/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url("../css/fonts/notosans_kr/NotoSansKR-Medium.woff") format("woff"), url("../css/fonts/notosans_kr/NotoSansKR-Medium.woff2") format("woff2"), url("../css/fonts/notosans_kr/NotoSansKR-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url("../css/fonts/notosans_kr/NotoSansKR-Bold.woff") format("woff"), url("../css/fonts/notosans_kr/NotoSansKR-Bold.woff2") format("woff2"), url("../css/fonts/notosans_kr/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans KR Black"), local("NotoSansKR-Black"), url("../css/fonts/notosans_kr/NotoSansKR-Black.woff") format("woff"), url("../css/fonts/notosans_kr/NotoSansKR-Black.woff2") format("woff2"), url("../css/fonts/notosans_kr/NotoSansKR-Black.otf") format("opentype");
}

/* base.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  list-style: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  height: 100%;
  min-height: 100vh;
  font-family: "Noto Sans KR", "Malgun Gothic", "sans-serif", "Arial";
  font-size: 16px;
  letter-spacing: -0.045em;
  color: #000;
}

html {
  scroll-behavior: smooth;
  overflow-y: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

i, img, span {
  border: 0;
}

img, video, embed {
  max-width: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption {
  display: none;
}

fieldset {
  border: 0 none;
}

legend {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
}

select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  padding: 1.25rem 0.62rem;
  color: #000;
  outline: none;
}

button {
  overflow: visible;
  border: none;
  color: inherit;
  background: none;
  background: transparent;
  font-family: inherit;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

input::-ms-check {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

input, select, button {
  display: inline-block;
  outline: none;
  appearance: none;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a {
  color: inherit;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1440px) {
  html, body {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  html, body {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 10px;
  }
}

.wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

.wrap .aside,
.wrap .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
}

.aside {
  width: 14.58333vw;
  background: #42484c;
}

.aside .logo {
  position: relative;
  height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  border-bottom: rgba(255, 255, 255, 0.7) solid 1px;
  background: #42484c;
  z-index: 2;
}

.aside .logo img {
  height: 3rem;
}

.aside .left_visual {
  position: relative;
  width: 14.58333vw;
  height: calc(100% - 6.25rem);
  z-index: 1;
}

.aside .left_visual .aside_top,
.aside .left_visual .aside_btm {
  position: absolute;
  left: 0;
  width: 14.58333vw;
  background-size: auto 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.aside .left_visual .aside_top::after,
.aside .left_visual .aside_btm::after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 100vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#aaa), to(#fff));
  background: linear-gradient(90deg, #aaa 0%, #fff 100%);
}

.aside .left_visual .aside_top {
  top: 0;
  height: 12.5rem;
  background: url(../img/aside_img_top.png) center top no-repeat;
  z-index: 2;
}

.aside .left_visual .aside_top.fix {
  position: fixed;
  top: 0;
}

.aside .left_visual .aside_top::after {
  bottom: 100%;
}

.aside .left_visual .aside_btm {
  bottom: 0;
  height: 8.25rem;
  background: url(../img/aside_img_btm.png) center bottom no-repeat;
  z-index: 3;
}

.aside .left_visual .aside_btm::after {
  top: 100%;
}

.aside .left_visual .aside_md {
  position: fixed;
  top: 0;
  left: 0;
  width: 14.58333vw;
  height: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 1;
}

.aside .left_visual .aside_md #lightning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aside .left_visual.final {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.aside .left_visual.final .aside_top,
.aside .left_visual.final .aside_btm {
  overflow: visible;
}

.aside .left_visual.final .aside_top.fix {
  position: absolute;
  top: calc(50% - 7.68rem);
  height: 7.68rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.aside .left_visual.final .aside_md {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-animation: final_light .8s forwards;
          animation: final_light .8s forwards;
}

.aside .left_visual.final .aside_btm {
  bottom: calc(50% - 8.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  .aside {
    width: 11.87rem;
  }
  .aside .left_visual {
    width: 11.87rem;
  }
  .aside .left_visual .aside_top,
  .aside .left_visual .aside_btm,
  .aside .left_visual .aside_md {
    width: 11.87rem;
  }
  .aside .left_visual .aside_top {
    height: 17.31rem;
  }
}

@media screen and (max-width: 768px) {
  .aside {
    display: none;
  }
}

.container {
  position: relative;
  width: calc(100% - 14.58333vw);
}

.container .quick_navi {
  position: fixed;
  top: 15rem;
  right: 0;
  display: inline-block;
  padding: 1.87rem 0 1.87rem 1.87rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px 0 0 10px;
  z-index: 100;
}

.container .quick_navi a {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  text-align: right;
}

.container .quick_navi a::after {
  content: '';
  display: inline-block;
  margin-left: 1.25rem;
  width: 1.25rem;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  -webkit-transition: .3s;
  transition: .3s;
}

.container .quick_navi a.active, .container .quick_navi a:hover {
  color: #ff9400;
}

.container .quick_navi a.active::after, .container .quick_navi a:hover::after {
  width: 1.87rem;
  background: #ff9400;
}

.container .content {
  position: relative;
  padding: 6.25rem 7.8125vw 8.12rem 13.80208vw;
}

.container .content .tit_eng {
  position: absolute;
  top: 7.18rem;
  left: 4.6875vw;
  font-size: 4.06rem;
  font-weight: 900;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #ddd;
}

.container .content .tit_section {
  margin-bottom: 3.12rem;
  font-weight: 700;
  font-size: 1.87rem;
}

@media screen and (max-width: 1440px) {
  .container {
    width: calc(100% - 11.87rem);
  }
  .container .content {
    padding: 6.25rem 3.47222vw 8.12rem 3.47222vw;
  }
  .container .content .tit_eng {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .container .quick_navi {
    top: 0;
  }
}

.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #4d4d4d;
}

.footer .logo {
  position: absolute;
  top: 50%;
  left: 9.37rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12.81rem;
}

.footer .inner {
  padding: 3.75rem 0 3.75rem 31.25rem;
  color: #fff;
}

.footer .inner .foot_menu {
  margin-bottom: 2.18rem;
}

.footer .inner .foot_menu a {
  display: inline-block;
  color: #a6a6a6;
}

.footer .inner .foot_menu a:hover {
  opacity: .7;
}

.footer .inner .foot_menu a + a::before {
  content: '';
  display: inline-block;
  margin: 0 1.25rem;
  width: 1px;
  height: 10px;
  background: #a6a6a6;
}

.footer .inner .copy {
  word-break: keep-all;
}

.footer .inner .copy span {
  display: inline-block;
}

.footer .inner .copy span a {
  vertical-align: baseline;
}

.footer .inner .copy span:not(.addr) + span:not(.copyright) {
  margin-left: 1.87rem;
}

.footer .inner .copy .addr {
  display: block;
}

.footer .inner .copy .copyright {
  margin-top: 1.25rem;
  display: block;
  font-size: 0.87rem;
  color: #999;
}

@media screen and (max-width: 1440px) {
  .footer .logo {
    left: 3.12rem;
  }
  .footer .inner {
    padding: 3.75rem 1.87rem;
  }
  .footer .logo {
    display: none;
  }
  .footer .inner {
    padding: 1.87rem 0.62rem;
  }
  .footer .inner .copy .mail {
    display: block;
    margin-left: 0 !important;
  }
}

/* 메인 비주얼 */
.main_visual {
  position: relative;
  width: 100%;
  height: 62.5rem;
  background: radial-gradient(circle, #03273f 0%, #020202 100%);
}

.main_visual .main_copy {
  position: absolute;
  top: 18.43rem;
  left: 8.43rem;
  color: #fff;
  z-index: 2;
}

.main_visual .main_copy h1 {
  font-size: 4.37rem;
  font-weight: 700;
  word-break: keep-all;
}

.main_visual .main_copy p {
  margin: 5rem 0 7.5rem;
  font-size: 1.25rem;
  word-break: keep-all;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fade ease-in 1s forwards;
          animation: fade ease-in 1s forwards;
}

.main_visual .main_copy .link .txt {
  display: block;
}

.main_visual .main_copy .link .arrw {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-right: 25px;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: .3s;
  transition: .3s;
}

.main_visual .main_copy .link .arrw::after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: 0;
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}

.main_visual .main_copy .link:hover {
  color: #ff9400;
}

.main_visual .main_copy .link:hover .arrw {
  padding-right: 40px;
}

.main_visual .main_copy .link:hover .arrw, .main_visual .main_copy .link:hover .arrw::after {
  background: #ff9400;
}

.main_visual .visualTop {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .main_visual .main_copy {
    left: 1.87rem;
    padding-right: 4.37rem;
  }
}

/* CEO 인사말 */
.content.about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content.about ul::after {
  content: '';
  clear: both;
  display: block;
}

.content.about ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
}

.content.about ul li:nth-child(1) {
  width: 26.5625vw;
}

.content.about ul li:nth-child(2) {
  width: calc(100% - 26.5625vw);
  padding-left: 5.20833vw;
  word-break: keep-all;
}

.content.about .inner.active ul li:nth-child(1) {
  -webkit-animation: fadeInLt 1s ease-in forwards;
          animation: fadeInLt 1s ease-in forwards;
}

.content.about .inner.active ul li:nth-child(2) {
  -webkit-animation: fadeInRt 1s ease-in forwards;
          animation: fadeInRt 1s ease-in forwards;
}

.content.about .welcome {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

.content.about .ceo {
  margin-bottom: 2.5rem;
}

.content.about .ceo b {
  font-size: 1.87rem;
  font-weight: 400;
  vertical-align: baseline;
}

@media screen and (max-width: 1440px) {
  .content.about ul li:nth-child(1) {
    width: 28.47222vw;
  }
  .content.about ul li:nth-child(2) {
    width: calc(100% - 28.47222vw);
    padding-left: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .content.about ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content.about ul li:nth-child(1) {
    width: 100%;
  }
  .content.about ul li:nth-child(2) {
    width: 100%;
    padding-top: 1.25rem;
    padding-left: 0;
  }
}

/* 연혁 */
.content.history {
  background-image: url(../img/history_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content.history .tit_eng {
  top: 6rem;
  color: #fff;
}

.content.history .inner {
  padding: 4.37rem 5.93rem;
  border-radius: 2.18rem;
  background: rgba(255, 255, 255, 0.7);
}

.content.history .inner .tit_section {
  color: #1C5190;
}

.content.history .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content.history .inner dl::after {
  content: '';
  clear: both;
  display: block;
}

.content.history .inner dl dt,
.content.history .inner dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
}

.content.history .inner dl dt {
  width: 8.43rem;
  color: #1C5190;
  font-weight: 500;
}

.content.history .inner dl dd {
  width: calc(100% - 8.43rem);
}

.content.history .inner dl dd span {
  display: inline-block;
  vertical-align: top;
}

.content.history .inner dl dd .month {
  width: 3.12rem;
}

.content.history .inner dl dd .txt {
  width: calc(100% - 3.43rem);
}

.content.history .inner dl + dl {
  margin-top: 1.25rem;
}

.content.history .inner.active dl:nth-child(1) {
  -webkit-animation: history 0.8s 200ms forwards;
          animation: history 0.8s 200ms forwards;
}

.content.history .inner.active dl:nth-child(2) {
  -webkit-animation: history 0.8s 400ms forwards;
          animation: history 0.8s 400ms forwards;
}

.content.history .inner.active dl:nth-child(3) {
  -webkit-animation: history 0.8s 600ms forwards;
          animation: history 0.8s 600ms forwards;
}

.content.history .inner.active dl:nth-child(4) {
  -webkit-animation: history 0.8s 800ms forwards;
          animation: history 0.8s 800ms forwards;
}

.content.history .inner.active dl:nth-child(5) {
  -webkit-animation: history 0.8s 1000ms forwards;
          animation: history 0.8s 1000ms forwards;
}

.content.history .inner.active dl:nth-child(6) {
  -webkit-animation: history 0.8s 1200ms forwards;
          animation: history 0.8s 1200ms forwards;
}

.content.history .inner.active dl:nth-child(7) {
  -webkit-animation: history 0.8s 1400ms forwards;
          animation: history 0.8s 1400ms forwards;
}

.content.history .inner.active dl:nth-child(8) {
  -webkit-animation: history 0.8s 1600ms forwards;
          animation: history 0.8s 1600ms forwards;
}

.content.history .inner.active dl:nth-child(9) {
  -webkit-animation: history 0.8s 1800ms forwards;
          animation: history 0.8s 1800ms forwards;
}

.content.history .inner.active dl:nth-child(10) {
  -webkit-animation: history 0.8s 2000ms forwards;
          animation: history 0.8s 2000ms forwards;
}

.content.history .inner.active dl:nth-child(11) {
  -webkit-animation: history 0.8s 2200ms forwards;
          animation: history 0.8s 2200ms forwards;
}

.content.history .inner.active dl:nth-child(12) {
  -webkit-animation: history 0.8s 2400ms forwards;
          animation: history 0.8s 2400ms forwards;
}

.content.history .inner.active dl:nth-child(13) {
  -webkit-animation: history 0.8s 2600ms forwards;
          animation: history 0.8s 2600ms forwards;
}

.content.history .inner.active dl:nth-child(14) {
  -webkit-animation: history 0.8s 2800ms forwards;
          animation: history 0.8s 2800ms forwards;
}

.content.history .inner.active dl:nth-child(15) {
  -webkit-animation: history 0.8s 3000ms forwards;
          animation: history 0.8s 3000ms forwards;
}

.content.history .inner.active dl:nth-child(16) {
  -webkit-animation: history 0.8s 3200ms forwards;
          animation: history 0.8s 3200ms forwards;
}

.content.history .inner.active dl:nth-child(17) {
  -webkit-animation: history 0.8s 3400ms forwards;
          animation: history 0.8s 3400ms forwards;
}

.content.history .inner.active dl:nth-child(18) {
  -webkit-animation: history 0.8s 3600ms forwards;
          animation: history 0.8s 3600ms forwards;
}

.content.history .inner.active dl:nth-child(19) {
  -webkit-animation: history 0.8s 3800ms forwards;
          animation: history 0.8s 3800ms forwards;
}

@media screen and (max-width: 768px) {
  .content.history .inner {
    padding: 6.25rem 1.87rem;
  }
  .content.history .inner dl dt {
    width: 3.75rem;
  }
  .content.history .inner dl dd {
    width: calc(100% - 3.75rem);
  }
}

/* 서비스 */
.srvc_wrap {
  background-image: url(../img/srvc_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 top;
}

.content[class*="srvc"] {
  position: relative;
}

.content[class*="srvc"] .srvc_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content[class*="srvc"] .srvc_img::after {
  content: '';
  clear: both;
  display: block;
}

.content[class*="srvc"] .srvc_img li {
  position: relative;
  width: calc((100% - 21.25rem) / 3);
  text-align: center;
}

.content[class*="srvc"] .srvc_img li p {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  width: 100%;
  text-align: center;
  color: #6d6e70;
}

.content[class*="srvc"] .srvc_img li:nth-child(2),
.content[class*="srvc"] .srvc_img li:nth-child(4) {
  width: 10.62rem;
  padding: 0 2.5rem;
}

@media screen and (max-width: 1440px) {
  .content[class*="srvc"] .srvc_img p {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .content[class*="srvc"] .srvc_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content[class*="srvc"] .srvc_img li {
    width: 100%;
  }
  .content[class*="srvc"] .srvc_img li p {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .content[class*="srvc"] .srvc_img li:nth-child(2),
  .content[class*="srvc"] .srvc_img li:nth-child(4) {
    padding: 3.75rem 0;
  }
  .content[class*="srvc"] .srvc_img li:nth-child(2) img,
  .content[class*="srvc"] .srvc_img li:nth-child(4) img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.content[class*="srvc"] .srvc_img + .srvc {
  margin-top: 5rem;
}

.content[class*="srvc"] .srvc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.content[class*="srvc"] .srvc::after {
  content: '';
  clear: both;
  display: block;
}

.content[class*="srvc"] .srvc dl {
  width: 100%;
}

.content[class*="srvc"] .srvc dl dt {
  padding-top: 1.87rem;
  border-top: #a5a6a8 solid 1px;
}

.content[class*="srvc"] .srvc dl dt .num {
  padding-right: 0.93rem;
  font-size: 2rem;
  font-weight: 700;
  color: #004e95;
}

.content[class*="srvc"] .srvc dl dt b {
  font-weight: 500;
}

.content[class*="srvc"] .srvc dl dd {
  padding: 1.87rem 0 5rem;
  word-break: keep-all;
  color: #404040;
}

.content[class*="srvc"] .srvc dl dd p + p {
  margin-top: 0.62rem;
}

.content[class*="srvc"] .srvc dl dd p::before {
  content: '';
  display: inline-block;
  margin-right: 0.93rem;
  width: 2px;
  height: 2px;
  background: #404040;
  vertical-align: middle;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(1) {
  -webkit-animation: history 0.8s 200ms forwards;
          animation: history 0.8s 200ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(2) {
  -webkit-animation: history 0.8s 400ms forwards;
          animation: history 0.8s 400ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(3) {
  -webkit-animation: history 0.8s 600ms forwards;
          animation: history 0.8s 600ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(4) {
  -webkit-animation: history 0.8s 800ms forwards;
          animation: history 0.8s 800ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(5) {
  -webkit-animation: history 0.8s 1000ms forwards;
          animation: history 0.8s 1000ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(6) {
  -webkit-animation: history 0.8s 1200ms forwards;
          animation: history 0.8s 1200ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(7) {
  -webkit-animation: history 0.8s 1400ms forwards;
          animation: history 0.8s 1400ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(8) {
  -webkit-animation: history 0.8s 1600ms forwards;
          animation: history 0.8s 1600ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(9) {
  -webkit-animation: history 0.8s 1800ms forwards;
          animation: history 0.8s 1800ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(10) {
  -webkit-animation: history 0.8s 2000ms forwards;
          animation: history 0.8s 2000ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(11) {
  -webkit-animation: history 0.8s 2200ms forwards;
          animation: history 0.8s 2200ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(12) {
  -webkit-animation: history 0.8s 2400ms forwards;
          animation: history 0.8s 2400ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(13) {
  -webkit-animation: history 0.8s 2600ms forwards;
          animation: history 0.8s 2600ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(14) {
  -webkit-animation: history 0.8s 2800ms forwards;
          animation: history 0.8s 2800ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(15) {
  -webkit-animation: history 0.8s 3000ms forwards;
          animation: history 0.8s 3000ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(16) {
  -webkit-animation: history 0.8s 3200ms forwards;
          animation: history 0.8s 3200ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(17) {
  -webkit-animation: history 0.8s 3400ms forwards;
          animation: history 0.8s 3400ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(18) {
  -webkit-animation: history 0.8s 3600ms forwards;
          animation: history 0.8s 3600ms forwards;
}

.content[class*="srvc"] .srvc.active dd p:nth-child(19) {
  -webkit-animation: history 0.8s 3800ms forwards;
          animation: history 0.8s 3800ms forwards;
}

/* 오시는 길 */
.content.location {
  position: relative;
  z-index: 2;
}

.content.location .tit_eng {
  color: #eee;
}

.content.location .inner {
  height: calc(100% - 45.57292%);
}

.content.location .inner .map img {
  border: #ddd solid 1px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .content.location .inner {
    height: 100%;
  }
  .content.location .footer {
    position: relative;
    margin-top: 6.25rem;
  }
  .content.location .footer::before, .content.location .footer::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #4d4d4d;
  }
  .content.location .footer::before {
    left: 100%;
  }
  .content.location .footer::after {
    right: 100%;
  }
}

@-webkit-keyframes final_light {
  0% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

@keyframes final_light {
  0% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

@-webkit-keyframes history {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes history {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@-webkit-keyframes width {
  0% {
    opacity: 0;
    width: 0;
    overflow: hidden;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes width {
  0% {
    opacity: 0;
    width: 0;
    overflow: hidden;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLt {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLt {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRt {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInRt {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
