@charset "UTF-8";

/* font */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/*font Noto Sans KR*/
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf)
      format("opentype");
}

/* css_reset */
html {
  -webkit-text-size-adjust: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
input {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  font-weight: normal;
  letter-spacing: -0.04em;
}

input,
textarea {
  border-radius: 0;
  resize: none;
  background: transparent;
  border: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button {
  font-family: "Noto Sans KR", Dotum, "돋움", Helvetica, AppleSDGothicNeo,
    sans-serif;
  font-size: 12px;
}

body {
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
}

caption,
legend {
  font-size: 0;
  line-height: 0;
  text-indent: -5000px;
}

img,
fieldset,
iframe {
  border: 0 none;
  vertical-align: top;
}

fieldset {
  font-size: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: #666;
  text-decoration: none;
  border: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  border: 0;
  outline: 0;
}

i,
em,
address {
  font-style: normal;
}

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

hr {
  display: none;
}

input[type="submit"] {
  cursor: pointer;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/*slick reset*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  /*border: 1px solid transparent;*/
}

.slick-arrow.slick-hidden {
  display: none;
}

.section .slide-box.fade .slick-list {
  pointer-events: none;
  overflow: visible;
}

.section .slide-box.fade .slick-slide {
  animation: slick-slide-off 0.3s;
  opacity: 0;
}

.section .slide-box.fade .slick-slide.slick-current {
  animation: slick-slide-on 0.3s;
  pointer-events: auto;
  opacity: 1;
}

.section .slide-box.fade .slick-slide.slick-current {
  pointer-events: auto;
  opacity: 1;
}

.slick-slide .img-wrap.anime img {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.9s 0s;
}

.active .slick-slide .img-wrap img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}

.active .slick-slide.slick-current .img-wrap img {
  opacity: 1;
  transform: translateX(0px);
}

.slick-slide.slick-current .img-wrap.anime img + img {
  margin-top: 5px;
}

.slick-slide.slick-current .img-wrap.anime img:nth-child(1) {
  transition-delay: 0s;
}

.slick-slide.slick-current .img-wrap.anime img:nth-child(2) {
  transition-delay: 0.3s;
}

.slick-slide.slick-current .img-wrap.anime img:nth-child(3) {
  transition-delay: 0.6s;
}

@keyframes slick-slide-on {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slick-slide-off {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/*//slick reset*/

/* layout */
.wrapper {
  min-width: 1300px;
}

.wrap {
  width: 1440px;
  margin: 0 auto;
}

/* btn style */
.btn-play {
  display: inline-block;
  width: 224px;
  height: 71px;
  margin-right: 15px;
  background: url(../img/btn/btn_play.png) no-repeat 0 0;
  background-size: auto 100%;
}

.btn-app {
  display: inline-block;
  width: 224px;
  height: 71px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  box-sizing: border-box;
  background: url(../img/btn/btn_app.png) no-repeat 0 0;
  background-size: 100%;
}

.btn-app:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-video {
  display: inline-block;
  width: 225px;
  height: 147px;
  background: url(../img/img/ytb_kr.png) no-repeat 0 0;
}

#en .btn-video {
  background: url(../img/img/ytb_en.png) no-repeat 0 0;
}

.btn-down {
  animation: btn_ani 0.5s infinite linear alternate;
  position: absolute;
  bottom: 50px;
  left: 50%;
  display: inline-block;
  width: 44px;
  height: 27px;
  background: url(../img/btn/btn_down.png) no-repeat 0 0;
}

.btn-footer {
  display: inline-block;
  float: left;
  width: 95px;
  height: 70px;
  margin-left: 220px;
  background: url(../img/img/img_footer.png) no-repeat 0 0;
  background-size: 100%;
}

@keyframes btn_ani {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 22px 0;
  z-index: 1000;
}

.header:before,
.header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
}

.header.on:before,
.header.on::before {
  opacity: 1;
}

.header .wrap {
  position: relative;
}

.header h1 {
  display: block;
  padding: 18px 0 0 100px;
  transition: all 0.5s;
}

.header h1 a {
  display: block;
  width: 183px;
  height: 26px;
  background: url(../img/img/logo.png) no-repeat 0 0;
}

.header ul {
  position: absolute;
  top: 9px;
  right: 197px;
  transition: all 0.5s;
}

.header ul > li {
  display: inline-block;
  margin-right: 50px;
}

.header ul > li a.on {
  font-weight: 700;
}

.header ul > li a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.header .lang-wrap {
  position: absolute;
  top: 3px;
  right: 100px;
  transition: all 0.5s;
}

.header .lang-wrap > a {
  display: inline-block;
  width: 98px;
  height: 39px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #2c2c2c;
}

.header .lang-wrap > a span {
  display: block;
  line-height: 39px;
  padding-left: 42px;
  background: url(../img/icon/icon_kr.png) no-repeat 0 50%;
  font-size: 16px;
  color: #fff;
}

#en .header .lang-wrap > a span {
  background: url(../img/icon/icon_en.svg) no-repeat 0 50%;
}

.header .lang-wrap .sel-lang {
  display: none;
  position: absolute;
  top: 50px;
  right: -25px;
  width: 120px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.header .lang-wrap .sel-lang.on {
  display: block;
}

.header .lang-wrap .sel-lang li {
  display: block;
  margin: 0;
}

.header .lang-wrap .sel-lang li a {
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  color: #333;
}

.header .lang-wrap .sel-lang li a:hover {
  background: #ccc;
}

/* .header.on h1 {
	display: inline-block;
	padding: 0 0 0 100px
} */

.header.on h1 a {
  background: url(../img/img/logo_on.png) no-repeat 0 0;
}

.header.on ul li a {
  color: #000;
}

/* .header.on ul {
	top: 0;
}

.header.on .lang-wrap {
	top: -7px;
} */

/* footer */
.footer {
  padding: 24px 0 25px;
  background: #343a40;
  overflow: hidden;
}

.footer .wrap {
}

.footer .btn-wrap {
  float: left;
  padding: 19px 0 0 96px;
}

.footer .btn-wrap a {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-right: 1px;
}

.footer .btn-wrap .btn-f {
  background: url(../img/btn/btn_1.png) no-repeat 0 0;
  background-size: 100%;
}

.footer .btn-wrap .btn-t {
  background: url(../img/btn/btn_2.png) no-repeat 0 0;
  background-size: 100%;
}

.footer .btn-wrap .btn-m {
  background: url(../img/btn/btn_3.png) no-repeat 0 0;
  background-size: 100%;
}

.footer .btn-wrap .btn-a {
  background: url(../img/btn/btn_4.png) no-repeat 0 0;
  background-size: 100%;
}

.footer .btn-wrap .btn-e {
  background: url(../img/btn/btn_5.png) no-repeat 0 0;
  background-size: 100%;
}

.footer .btn-wrap .btn-k {
  background: url(../img/btn/btn_6.png) no-repeat 0 0;
  background-size: 100%;
}

.footer .address {
  float: left;
  padding: 10px 0 0 93px;
  font-weight: 300;
  font-size: 12px;
  color: #fefefe;
}

.footer .address span {
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 8px;
  background: #fff;
}

/* main */
.main {
  position: relative;
  min-height: 798px;
  /*height:100vh;*/
  background: url(../img/bg/main_1.jpg) no-repeat 50% 0;
  background-size: cover;
}

.main .text-wrap {
  padding-top: 210px;
  padding-left: 176px;
}

.main .text-wrap .text-1 {
  font-weight: 700;
  font-size: 48px;
  color: #fefefe;
}

.main .btn-wrap {
  padding-top: 17px;
  padding-left: 176px;
}

.main .video-wrap {
  padding-top: 34px;
  padding-left: 176px;
}

.section {
  overflow-x: hidden;
  min-height: 670px;
  box-sizing: border-box;
  padding: 15px 0 77px;
  background: #efefef;
}

.section .slide:after {
  display: block;
  content: "";
  clear: both;
}

.section .slide-wrap {
  position: relative;
  padding: 0 176px;
}

.section .slide-wrap .slide-box {
  position: absolute;
  top: 0;
  right: 176px;
  width: 339px;
  background: url(../img/img/img_slide_bg.png) no-repeat 100% 0;
  background-size: 339px 614px;
  height: 614px;
  padding: 101px 60px;
}

.section.type-3 .slide-wrap .slide-box {
  background: none;
}

.section .slide-wrap .slide-box .slide {
  width: 220px;
}

.section .slide-wrap .title {
  padding-top: 70px;
  /*position:absolute;top:70px;left:176px;*/
  font-size: 48px;
  font-weight: 500;
  color: #4f4e4e;
}

.section .text-wrap {
  display: none;
  /*float:left;width:65%;padding-top:394px;*/
}

.section .text-wrap.on {
  display: block;
}

.section .text-wrap span {
  display: block;
  line-height: 2;
  margin-bottom: 22px;
  font-size: 16px;
  color: #4f4e4e;
}

.section .img-wrap {
  float: right;
  width: 220px;
}

.section.type-3 .img-wrap {
  width: 246px;
}

.section.type-3 .slide-wrap .slide-box {
  padding: 101px 45px;
}

.section .slide-nav {
  margin-top: 90px;
  /*position:absolute;top:305px;left:176px;*/
}

.section .slide-text-box {
  margin-top: 40px;
}

.section .slide-nav .slick-list {
  width: 100%;
}

.section .slide-nav .slick-track {
  width: 100% !important;
}

.section .slide-nav li {
  display: inline-block;
  width: auto !important;
  margin-right: 30px;
}

.section .slide-nav li:last-child {
  margin-right: 0;
}

.section .slide-nav li a {
  display: inline-block;
  padding-bottom: 18px;
  font-size: 20px;
  color: #a8a8a8;
}

.section .slide-nav li:hover a {
  font-weight: bold;
}

.section .slide-nav li.slick-current a {
  font-weight: bold;
  border-bottom: 3px solid #4f4e4e;
  color: #4f4e4e;
}

.sMotion .title {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: all 0.6s;
}

.sMotion .slide-box {
  opacity: 0;
  -webkit-transform: translate(70px, 0);
  -moz-transform: translate(70px, 0);
  -ms-transform: translate(70px, 0);
  transform: translate(70px, 0);
  transition: translate 0.6s;
}

.sMotion .text-wrap.on {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: translate 0.7s;
}

.sMotion .slide-box .slide:focus {
  outline: 0;
}

.section.type-2 {
  background: #ffb500;
}

.section.type-2 .slide-wrap .title {
  color: #fff;
}

.section.type-2 .text-wrap span {
  color: #fff;
}

.section.type-2 .slide-nav li a {
  color: #fff;
}

.section.type-2 .slide-nav li.slick-current a {
  border-bottom: 3px solid #fff;
  color: #fff;
}

.sMotion .slide-nav {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: all 0.6s;
}

.sMotion.active .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sMotion.active .slide-box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 1s;
}

.sMotion.active .slide-box.fade {
  transition-delay: 0s;
}

.sMotion.active .text-wrap.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 1s;
}

.sMotion.active .slide-nav {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 0.5s;
}

.sMotion-2.sv-img-wrap {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: all 0.7s;
}

.sMotion-2.text-wrap {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: all 0.7s;
}

.sMotion-2.info-list {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: all 0.7s;
}

.sMotion-2.btn-wrap {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: all 0.7s;
}

.sMotion-2.active.sv-img-wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sMotion-2.active.text-wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sMotion-2.active.info-list {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sMotion-2.active.btn-wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* service main */
.service-main {
  position: relative;
  min-height: 798px;
  background: url(../img/bg/main_service.png) no-repeat 50% 0;
  background-size: cover;
}

.service-main .text-1 br {
  display: none;
}

.service-main .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.service-main .text-wrap .text-1 {
  font-weight: 700;
  font-size: 48px;
  color: #fefefe;
}

.service-main .text-wrap .text-2 {
  margin-top: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fefefe;
}

.service-section-1 {
  padding-bottom: 165px;
  min-height: 1567px;
  text-align: center;
  background: url(../img/bg/bg_1.png) no-repeat 50% 0;
}

.sv-img-wrap {
  padding-top: 202px;
  text-align: center;
}

.sv-img-wrap.type-2 {
  padding-top: 135px;
}

.sv-img-wrap img {
  display: inline-block;
  margin: 0 34px;
}

.service-section-1 .text-wrap {
  margin-top: 40px;
}

.service-section-1 .text-wrap .text-1 {
  font-weight: 700;
  font-size: 48px;
  color: #4f4e4e;
  letter-spacing: -0.005em;
}

.service-section-1 .info-list {
}

.service-section-1 .info-list dt {
  margin-top: 42px;
  font-weight: bold;
  font-size: 25px;
  color: #4f4e4e;
}

.service-section-1 .info-list dd {
  margin-top: 20px;
  font-size: 25px;
  color: #4f4e4e;
}

.service-section-2 {
  text-align: center;
  min-height: 300px;
  padding-top: 53px;
  box-sizing: border-box;
  background: url(../img/bg/bg_2.png) no-repeat 50% 0;
  background-size: cover;
}

.service-section-2 .text-wrap .text-1 {
  font-weight: bold;
  font-size: 53px;
  color: #fff;
}

.service-section-2 .btn-wrap {
  margin-top: -25px;
}

.service-section-2 .btn-wrap .btn-down-kr {
  display: inline-block;
  width: 440px;
  height: 188px;
  background: url(../img/btn/btn_down_kr.png) no-repeat 50% 0;
  background-size: 100%;
}

.service-section-2 .btn-wrap .btn-down-en {
  display: inline-block;
  width: 440px;
  height: 188px;
  background: url(../img/btn/btn_down_en.png) no-repeat 50% 0;
  background-size: 100%;
}

#en .service-section-2 .btn-wrap .btn-down-kr {
  display: inline-block;
  width: 491px;
  height: 200px;
  background: url(../img/btn/btn_down_kr_2.png) no-repeat 50% 0;
}

#en .service-section-2 .btn-wrap .btn-down-en {
  display: inline-block;
  width: 491px;
  height: 200px;
  background: url(../img/btn/btn_down_en_2.png) no-repeat 50% 0;
}

.service-section-3 {
  padding-top: 65px;
  text-align: center;
  min-height: 800px;
  background: #f8f9fb;
}

.service-section-3 .text-wrap .text-1 {
  font-weight: bold;
  font-size: 32px;
  color: #313131;
}

.service-section-3:not(.active) .card-wrap .card {
  bottom: -2rem;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.card-wrap {
  margin-top: 60px;
  padding-left: 176px;
  padding-right: 176px;
  font-size: 0;
  text-align: center;
  background: url(../img/bg/bg_3.svg) no-repeat 74% 39%;
}

.card-wrap .card + .card {
  margin-left: 39px;
}

.card-wrap .card {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  border-width: 0;
  width: 262px;
  height: 273px;
  padding: 26px 39px 10px;
  margin-bottom: 63px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  position: relative;
  bottom: 0;
  opacity: 1;
}

.card-wrap .card h3 {
  text-align: left;
  margin-bottom: 0.5rem;
  font-family: Helvetica;
  font-size: 24px;
  color: #ffb500;
  letter-spacing: 0;
  line-height: 25px;
}

.card-wrap .card ul.custom {
  margin-bottom: 0;
  padding-left: 1.2rem;
  list-style: none;
}

.card-wrap .card ul.custom li {
  line-height: 20px;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
}

.card-wrap .card ul.custom li:nth-child(2n) {
  margin-bottom: 12px;
}

.card-wrap .card ul.custom li:before {
  content: "-";
  position: absolute;
  margin-left: -1rem;
}

.card-wrap.en {
  padding-left: 0;
  padding-right: 0;
}

.card-wrap.en .card {
  width: 400px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-wrap .card:nth-child(n + 4) {
  height: 228px;
}

.modal {
  width: 280px;
  height: 150px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
  padding: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: right;
  display: none;
}

.modal .modal-text {
  text-align: center;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-btn {
  background: #ffb500;
  color: #ffffff;
  font-weight: 700;
  border: none;
  padding: 6px 20px;
  border-radius: 30px;
  outline: none;
}

@media screen and (max-width: 1460px) {
  .wrap {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1340px) {
  .wrap {
    width: auto;
    margin: 0 auto;
  }

  /*	.section .text-wrap{width:60%;}
	.section .img-wrap{width:40%;}*/
  .section .slide-wrap {
    padding: 0 35px;
  }
}

@media screen and (max-width: 1170px) {
  /*.section .text-wrap{width:60%;}
	.section .img-wrap{width:40%;}*/
}

@media screen and (min-width: 639px) {
  /* web */
  .header h1 {
    padding: 9px 0 9px 100px;
  }

  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  #en .section .slide-wrap .title {
    font-size: 23px;
  }

  .web-only {
    display: none !important;
  }

  .wrapper {
    min-width: auto;
  }

  .wrap {
    width: auto;
    margin: 0 auto;
  }

  .section .text-wrap {
    width: 60%;
  }

  .section .img-wrap {
    width: 40%;
  }

  .header {
    transition-duration: 0.3s;
    padding: 16px 0;
  }

  .header h1 {
    padding: 3px 0 0 13px;
  }

  .header h1 a {
    width: 98px;
    height: 14px;
    background-size: 100%;
  }

  .header ul {
    top: 0;
    right: 52px;
  }

  .header ul li {
    margin-right: 20px;
  }

  /* 
  #en .header ul li {
    margin-right: 10px;
  } */

  .header ul li a {
    font-size: 10px;
  }

  .header.on h1 a {
    width: 98px;
    height: 14px;
    background-size: 100%;
  }

  .header .lang-wrap {
    top: 0;
    right: 10px;
  }

  .header .lang-wrap a {
    width: 51px;
    height: 20px;
    padding: 0 9px;
  }

  .header .lang-wrap a span {
    line-height: 20px;
    padding-left: 16px;
    font-size: 10px;
    background-size: 12px;
  }

  #en .header .lang-wrap > a span {
    background-size: 12px;
  }

  .header .lang-wrap .sel-lang {
    top: 25px;
    right: 0;
    width: 50px;
  }

  .header .lang-wrap .sel-lang li a {
    width: 40px;
    padding: 3px 5px;
    font-size: 12px;
  }

  .main {
    min-height: 480px;
    height: 100%;
  }

  .main .text-wrap {
    padding-top: 100px;
    padding-left: 30px;
  }

  .main .text-wrap .text-1 {
    font-size: 25px;
  }

  .main .btn-wrap {
    padding-top: 20px;
    padding-left: 30px;
  }

  .btn-play {
    width: 128px;
    height: 40px;
  }

  .btn-app {
    width: 128px;
    height: 40px;
    border-radius: 3px;
  }

  .main .video-wrap {
    padding-top: 20px;
    padding-left: 30px;
  }

  #en .main {
    min-height: 513px;
  }

  #en .main .video-wrap {
    padding-top: 20px;
  }

  .btn-video {
    width: 225px;
    height: 147px;
  }

  .btn-down {
    bottom: 10px;
    margin-left: -11px;
    width: 23px;
    height: 19px;
    background-size: 100%;
  }

  .section {
    padding: 45px 0 10px;
    min-height: 600px;
  }

  #en .section.type-3 {
    min-height: 660px;
  }

  .section .slide-wrap {
    padding: 0;
  }

  .section .slide-wrap .title {
    line-height: 36px;
    font-size: 25px;
    text-align: center;
    padding-top: 0;
  }

  #en .section .slide-wrap .title {
    line-height: 34px;
  }

  .section .slide-text-box {
    margin: 0;
  }

  .section .text-wrap {
    float: none;
    width: auto;
    padding: 24px 10px 0;
    text-align: center;
  }

  .section .text-wrap span {
    line-height: 12px;
    margin-bottom: 10px;
    font-size: 10px;
  }

  .section .slide-wrap .slide-box {
    position: absolute;
    top: 170px;
    right: 0;
    width: 196px;
    background: url(../img/img/img_slide_bg.png) no-repeat 50% 0;
    background-size: 196px 355px;
    height: 355px;
    padding: 58px 33px;
    left: 50%;
    margin-left: -98px;
    box-sizing: border-box;
  }

  .section.type-3 .slide-wrap .slide-box {
    padding: 23px 23px;
  }

  #en .section.type-3 .slide-wrap .slide-box {
    padding: 53px 23px;
  }
  #en .section .slide-wrap .slide-box {
    top: 180px;
  }

  .section.type-3 .img-wrap {
    width: auto;
  }

  .section .img-wrap {
    float: none;
    width: auto;
  }

  .section .img-wrap img {
    width: 176px;
    margin: 0 auto;
  }

  .section .slide-nav {
    width: 100%;
    text-align: center;
    margin-top: 13px;
  }

  .section .slide-nav li {
    width: 27% !important;
    margin-right: 14px;
    float: none;
    vertical-align: middle;
  }

  .section .slide-nav li a {
    padding-bottom: 5px;
    font-size: 13px;
  }

  .footer {
    padding: 17px 0 17px;
  }

  .footer .wrap {
    text-align: center;
    color: #fefefe;
  }

  .footer .btn-footer {
    float: none;
    width: 28px;
    height: 20px;
    background-size: 100%;
    margin-left: 0;
  }

  .footer .btn-wrap {
    float: none;
    padding: 0 0 0 30px;
    display: inline-block;
  }

  .footer .btn-wrap a {
    width: 22px;
    height: 22px;
    margin-right: 4px;
  }

  .footer .btn-wrap .btn-f {
    background-size: 100%;
  }

  .footer .btn-wrap .btn-t {
    background-size: 100%;
  }

  .footer .btn-wrap .btn-m {
    background-size: 100%;
  }

  .footer .btn-wrap .btn-a {
    background-size: 100%;
  }

  .footer .btn-wrap .btn-e {
    background-size: 100%;
  }

  .footer .btn-wrap .btn-k {
    background-size: 100%;
  }

  .footer .address {
    float: none;
    padding: 10px 0 0 0;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    letter-spacing: -0.01em;
  }

  .footer .address span {
    width: 1px;
    height: 8px;
    margin: 0 5px;
  }

  .service-main {
    min-height: 600px;
    height: 100%;
  }

  .service-main .text-wrap {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }

  .service-main .text-wrap .text-1 {
    font-size: 25px;
  }

  .service-main .text-1 br {
    display: block;
  }

  .service-main .text-wrap .text-2 {
    margin-top: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #fefefe;
  }

  .sv-img-wrap {
    padding-top: 95px;
  }

  .sv-img-wrap.type-2 {
    padding-top: 85px;
  }

  .sv-img-wrap img {
    margin: 0 12px;
    width: 48px;
  }

  .service-section-1 {
    min-height: auto;
    padding-bottom: 25px;
    background-size: auto;
    background: url(../img/bg/bg_1.png) no-repeat 0 184%;
  }

  .service-section-1 .text-wrap {
    margin-top: 17px;
  }

  .service-section-1 .text-wrap .text-1 {
    font-size: 26px;
    padding: 0 20px;
  }

  .service-section-1 .info-list dt {
    margin-top: 23px;
    font-size: 12px;
  }

  .service-section-1 .info-list {
    padding: 0 20px;
  }

  .service-section-1 .info-list dd {
    margin-top: 7px;
    font-size: 12px;
  }

  .service-section-2 {
    padding-top: 58px;
    min-height: auto;
  }

  .service-section-2 .text-wrap .text-1 {
    font-size: 26px;
    padding: 0 20px;
  }

  .service-section-2 .btn-wrap {
    margin-top: -13px;
  }

  .service-section-2 .btn-wrap .btn-down-kr {
    width: 320px;
    height: 159px;
    background: url(../img/btn/btn_down_kr_m.png) no-repeat 0 0;
    background-size: 100%;
  }

  .service-section-2 .btn-wrap .btn-down-en {
    width: 320px;
    height: 159px;
    margin-top: -83px;
    background: url(../img/btn/btn_down_en_m.png) no-repeat 0 0;
    background-size: 100%;
  }

  #en .service-section-2 .btn-wrap .btn-down-kr {
    width: 320px;
    height: 159px;
    background: url(../img/btn/btn_down_kr_2.png) no-repeat 0 0;
    background-size: 100%;
  }

  #en .service-section-2 .btn-wrap .btn-down-en {
    width: 320px;
    height: 159px;
    margin-top: -83px;
    background: url(../img/btn/btn_down_en_2.png) no-repeat 0 0;
    background-size: 100%;
  }

  .service-section-3 {
    padding-top: 39px;
    padding-bottom: 62px;
  }

  .service-section-3 .text-wrap .text-1 {
    font-size: 20px;
  }

  .card-wrap {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: none;
  }

  .card-wrap .card {
    font-size: 16px;
    width: 100%;
    height: auto;
    padding: 17px 20px 10px;
    margin-bottom: 9px;
  }

  .card-wrap .card:after {
    display: block;
    content: "";
    clear: both;
  }

  .card-wrap .card h3 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 25px;
  }

  .card-wrap .card ul.custom {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-left: 6px;
    float: left;
  }

  .card-wrap .card ul.custom li {
    line-height: 16px;
    font-size: 10px;
    position: relative;
  }

  .card-wrap .card ul.custom li:before {
    margin-left: 0;
    left: -6px;
    top: auto;
  }

  .card-wrap .card + .card {
    margin-left: 0;
  }

  .card-wrap .card:before {
    content: "";
    display: block;
    height: 1rem;
    width: 2px;
    background: #979797;
    position: absolute;
    left: calc(50% - 1px);
    bottom: -1rem;
  }

  .card-wrap .card:last-child:before {
    height: 2rem;
    bottom: -2rem;
  }

  .card-wrap .card:last-child:after {
    content: "";
    display: block;
    height: 1rem;
    width: 2px;
    border: 11px solid #979797;
    position: absolute;
    left: calc(50% - 7px);
    bottom: -3rem;
    border-width: 14px 6px 0 6px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }

  #en .card-wrap.en .card ul.custom {
    display: block;
    width: 100%;
  }

  .card-wrap.en {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-wrap.en .card {
    width: 100%;
  }

  .card-wrap .card:nth-child(n + 4) {
    height: auto;
  }

  .modal {
    width: 200px;
    height: 100px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.11);
    box-sizing: border-box;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: right;
    display: none;
  }

  .modal .modal-text {
    text-align: center;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal-btn {
    background: #ffb500;
    color: #ffffff;
    font-weight: 700;
    border: none;
    padding: 6px 20px;
    border-radius: 30px;
    outline: none;
  }
}

@media screen and (max-width: 360px) {
  #en .section .slide-wrap .title {
    font-size: 20px;
  }

  .section .slide-nav li a {
    font-size: 11px;
  }
}
