@charset "utf-8";
@import url('/share/css/font/SCDream.css');
@font-face {
  font-family: 'WAGURI';
  src: url('/share/css/font/WAGURI.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

:root {
	--WAGURI: 'WAGURI', 'Malgun Gothic', '맑은고딕', sans-serif;
}

.splide__sr {
  display: none;
}

html,body,div,p,ul,li {
  font-family:'SCDream', 'Malgun Gothic', '맑은고딕', sans-serif;
  letter-spacing: 0;
}

body { 
  padding-left: 30px;
  padding-right: 30px;
  background: url(/img/intro/bg.png) no-repeat left bottom 13px, linear-gradient(183deg, #ECF6FF 0, #FFF 100%) no-repeat;
}

header {  
  text-align: center;
  padding: 110px 0px 50px 0px;
}

header .logo {
  display: inline-block;
  padding: 4px 0 4px 54px;
  margin-bottom: 20px;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.01em;
  background: url(/main/img/inc/logo.gif) no-repeat 0 center;
}

header .slogan {
  color: #2C2F36;
  font-family: var(--WAGURI);
  font-size: 44px;
  line-height: 150%;
  letter-spacing: -0.03em;
}

header .slogan span {
  display: inline-block;
  background: linear-gradient(90deg, #0B91CF 0, #3C3E82 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

main {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

main .link {
  text-align: center;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 2px 2px 20px 0px rgba(35, 34, 69, 0.15);
  overflow: hidden;  
}

main .link a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

main .link .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  transition: .3s;
}

main .link a:hover .btn {
  gap: 20px;
}

main .link .btn::after {
  content: '';
  display: flex;
  background: url(/img/intro/btn.svg) no-repeat 0 0 / 100%;
}

main .pzone a:focus-visible,
main .link a:focus-visible {
  outline: 0;
  box-shadow: none;
}

main .pzone a:focus-visible::before,
main .link a:focus-visible::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 30px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  outline:3px solid #ff2e2e; box-shadow: inset 2px 2px #000, inset -2px -2px #000;
  z-index: 1;
}

main .gu,
main .sisul {
  flex: 1 1 auto;
  max-width: 331px;
}

main .gu .tit,
main .sisul .tit {
  padding-top: 50px;
  margin-bottom: 6px;
  color: #0A8AD1;
  font-size: 34px;
  font-weight: 700;
  line-height: 132%;
}

main .gu .tit span,
main .sisul .tit span {
  display: block;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

main .gu .btn,
main .sisul .btn  {
  width: 100%;
  height: 53px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

main .gu .btn::after,
main .sisul .btn::after {
  width: 22px;
  height: 22px;
}

main .quick .btn::after {
  width: 18px;
  height: 18px;
}

main .quick li:nth-child(1) a:focus-visible::before {
  border-radius: 30px 0 0 30px;
}

main .quick li:nth-child(2) a:focus-visible::before,
main .quick li:nth-child(3) a:focus-visible::before {
  border-radius: 0;
}

main .quick li:nth-child(4) a:focus-visible::before {
  border-radius: 0 30px 30px 0;
}

main .gu {
  background: #fff url(/img/intro/gu.png) no-repeat center 160px;
}

main .gu .tit {
  color: #0A8AD1;
}

main .gu .btn {
  background: #1a8ada;
}

main .pzone {
  position: relative;
  flex: 0 0 auto;
  width: 578px;
  height: 420px;
  border-radius: 30px;
  overflow: hidden;
}

main .pzone .splide__list {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

main .pzone .splide__list>li {
  display: inline-block;
  width: 100%;
  height: 100%;
}

main .pzone .splide__list>li>a {
  position: relative;
  display: block;
}

main .pzone .splide__list>li img {
  width: 100%;
}

main .pzone .control {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  width: 100%;
  height: 53px;
  background: rgba(28, 26, 46, 0.70);
  z-index: 1;
}

main .pzone .control .splide__pagination {  
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

main .pzone .control .splide__pagination button {
  display: block;
  padding: 0;
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
}

main .pzone .control .splide__pagination .is-active {
  background: #fff;
}

main .pzone .control div {  
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

main .pzone .control div>button {
  border: none;
  width: 13px;
  height: 18px;
  background: url(/img/intro/control.png) no-repeat;
  cursor: pointer;
}

main .pzone .control .stop {
  background-position: -25px 0;
}

main .pzone .control .next {
  background: url(/img/intro/control.png) no-repeat -50px 0;
}

main .sisul {
  background: #fff url(/img/intro/sisul.png) no-repeat center 173px / 422px;
}

main .sisul .tit {
  color: #2537BA;
}

main .sisul .btn {
  background: #33409E;
}

main .quick {
  display: flex;
  width: 100%;
}

main .quick li {
  flex: 1 1 25%;
  text-align: center;
}

main .quick li .tit {
  position: relative;
  padding-top: 125px;
  padding-bottom: 30px;
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  border-right: 1px dashed #C0C0C0;
}

main .quick li .tit::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  margin: 0 auto;
  width: 85px;
  height: 85px;  
  background: url(/img/intro/quick.png) no-repeat 0 0;
}

main .quick li:nth-child(2) .tit::before {
  background-position: -85px 0;
}

main .quick li:nth-child(3) .tit::before {
  background-position: calc(-85px * 2) 0;
}

main .quick li:nth-child(4) .tit {
  border-right: 0;
}

main .quick li:nth-child(4) .tit::before {
  background-position: calc(-85px * 3) 0;
}

main .quick li .btn {
  padding: 16px 20px;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  background: #313564;
}

footer {
  padding: 70px 0px 110px 0px;
  text-align: center;
}

footer .addr {
  display: flex;
  justify-content: center;
  gap: 0 18px;
  margin-bottom: 10px;
}

footer .addr address,
footer .addr span {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

footer .addr span::before {
  content: '/';
  padding-right: 18px;
}

footer .copy {
  color: #555;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width:1100px) {  
  body {    
    background-position: 0 520px, 0 0;
  }

  header {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  header .slogan {
    font-size: 38px;
    word-break: keep-all;
  }

  main {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  main .link {
    max-width: 100%;
  }

  main .gu,
  main .sisul {
    height: 420px;
  }

  main .gu .tit,
  main .sisul .tit {
    font-size: 30px;
  }

  main .gu .tit span,
  main .sisul .tit span {
    font-size: 17px;
  }
  
  main .sisul {
    grid-row: 1;
    grid-column: 2;
  }
  
  main .pzone {
    grid-column: auto / span 2;
    width: 100%;
    height: auto;
  }
  
  main .quick {
    grid-column: auto / span 2;
    flex-wrap: wrap;
  }
  
  main .quick li {
    flex: 1 1 50%;
  }

  main .quick li .tit {
    font-size: 17px;
  }

  main .quick li:nth-child(2) .tit {
    border-right: 0;
  }
  
  footer {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  footer .addr {
    flex-wrap: wrap;
  }
}

@media screen and (max-width:640px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(183deg, #ECF6FF 0, #FFF 100%) no-repeat 0 0;
  }
  
  header {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  
  header .logo {
    padding-left: 33px;
    font-size: 15px;
    background-size: 30px;
  }

  header .slogan {
    font-size: 28px;
  }

  main {
    grid-template-columns: 1fr;
  }

  main .gu,
  main .sisul {
    height: 380px;
  }

  main .gu .tit,
  main .sisul .tit {
    padding-top: 40px;
    font-size: 27px;
  }

  main .gu .tit span,
  main .sisul .tit span {
    font-size: 15px;
  }

  main .gu .btn,
  main .sisul .btn {
    height: 48px;
    font-size: 18px;
  }

  main .gu {
    background-position: center 129px;
    background-size: 187px;
  }

  main .sisul {
    grid-row-start: 2;
    grid-column: 1;
    background-position: center 152px;
    background-size: 397px;
  }
  
  main .pzone {
    grid-row-start: 3;
    grid-column: 1;
  }
  
  main .pzone .control {
    height: 48px;
  }
    
  main .quick {
    grid-row-start: 4;
    grid-column: 1;
  }

  main .quick li .btn {
    font-size: 16px;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  footer .addr address,
  footer .addr span {
    font-size: 14px;
  }

  footer .copy {
    font-size: 13px;
  }
}