@charset "UTF-8";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
body {
  margin: 0;
  overflow: hidden;
  background-color: #2a2a2a;
  font-family:'Inter','NanumBarunGothic','Nanum Gothic','Nanum Square','Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

pre {
  background-color: #3a3a3a;
  padding: 20px;
  border-radius: 5px;
}

.token.string,
.token.number,
.token.comment,
.token.keyword,
.token.attr-value {
  opacity: 0.6;
}
h1{
  font-size:36px;
}
section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  color: #fff;
  position: relative;
}
/*배경*/
#page-1 .text, #page-1-clone .text {
  background:url('img/top_bg_img.png');
}
#page-2 .text {
  background-color:#fff;
}
#page-3 .text {
  /* background: linear-gradient(#489ff0,#031b6d); */
  background-color:#fff;
}
#page-4 .text {
  background-color:#fff;
}
#page-5 .text {
  background-color:#fff;
}
#page-6 .text, #page-6-clone .text {
  background-color: #04b47f;
}
.pg-wrapper{
    overflow: hidden;
}
.scroller {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 40px;
  height: 65px;
  border: 4px solid #fff;
  border-radius: 30px;
}
.scroller::after {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: 1200ms ease 0ms forwards infinite scroll;
          animation: 1200ms ease 0ms forwards infinite scroll;
  content: "";
  z-index:10;
}
.scroller small {
  position: absolute;
  width: 174px;
  left: -64px;
  top: -34px;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}
.anchors {
  position: fixed;
  top:30px;
  left:50px;
  z-index: 1;
}
#page-1, #page-2, #page-3, #page-4{

}

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

/*animation*/
.main-bgcnt img{
  position: absolute;
  top:15%;
  right:13%;
  width:760px;
  animation: motion 0.8s linear 0s infinite alternate; margin-top: 0;
 -webkit-animation: motion 0.8s linear 0s infinite alternate; margin-top: 0;
}

@keyframes motion {
	0% {margin-top: 0px;}
	100% {margin-top: 10px;}
}

-webkit-@keyframes motion {
	0% {margin-top: 0px;}
	100% {margin-top: 10px;}
}

/*공통*/
.pagemain{
  color:#222;
}
.pagemain h1{
  padding-bottom:30px;
}
.subText{
  font-size:20px;
  padding:10px;
}
/*page1*/
.page1-Mainbox{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:10px;
}
.page1-Mainbox .cntBtn{
  width:260px;
  height:45px;
  background:rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius:60px;
  padding-top:20px;
}
.main-textBox{
  margin:0 200px 0 40px;
}
.page1-Mainbox .cntBtn:hover{
  background-color:#fff;
  cursor: pointer;
}
.page1-Mainbox .cntBtn a{
  text-decoration: none;
  color:#0e0e0f;
  font-size:24px;
  font-weight:600;
}
.text .page1-Title{
  font-size:40px;
  font-weight:600;
  line-height: 60px;
}
.page1-down {
  padding-top:20px;
}
.page1-down a{
  color:#fff;
  text-decoration: none;
}
.page1-down img{
  padding-right:10px;
}

nav {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  right:20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav ul li a span {
  background: #fff;
}

nav li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px;
  position: relative;
}

nav span:after {
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100%;
  transition: 0.3s;
}

nav li .active span {
  background: #fff;
  position: absolute;
}

nav li .active span:after {
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
}

nav ul {
  margin: 0;
  padding: 0;
  background:rgba(18, 112, 175, 0.6);
  border-radius: 20px;
}

nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

nav ul li a.active span,
nav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

nav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

nav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
/*page2*/
.page2Cnt{
  margin:-10px 0 20px 0;
}
.pag2Img{
  margin:10px 0;
  border-radius: 20px;
  animation: fadeIn 3s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }

} 
.infoText{
  font-size:21px;
  font-weight: 600;
  color:#222;
}
.infoText a{
  text-decoration: none;
  color:#222;
  font-weight: 500;
}
.infoText a:hover{
  color:#000000;
}
.infoText{
  line-height:55px;
}
.categoryBox{
  background-color: #fff;
  color:#222;
  border:1px solid #222;
  font-size:20px;
  padding:8px 20px;
  border-radius:32px;
}

.subInfo{
  font-size:15px;
}
/*page3*/
.optionWrap{
  display: flex;
}
.optionBox{
  width:370px;
  height:310px;
  background-color: #f7f7f7;
  border-radius: 20px;
  margin:40px 40px 0 0;
  text-align:center;
  color:#222;
  padding-top:10px;
}
.optionBox:hover{
  transform: scale(1.1);
  background-color: #ecfffd;
}
.optionBox ul{
  margin: 0;
  padding:0;
}
.optionBox li{
  margin:0;
}
.optionTitle{
  font-size:28px;
  font-weight: bold;
  padding-top:20px;
}
.optionTotal{
  font-size:28px;
  font-weight: bold;
  color:#0d72f7;
  padding-top:10px;
}
.optionPay{
  font-size:18px;
  border-top: 1px solid #eee;
  padding-top:30px;
}
.optionPay strong{
  font-size:20px;
}
.QnAwrap{
  display: flex;
  margin-top:40px;
  font-size: 18px;
  border:1px solid #444;
  border-radius:35px;
  padding:40px 40px 20px 20px;
  margin-right:40px;
}
.QnAtitle{
  width: 270px;
  height: 58px;
  border:1px solid #444;
  font-weight: 600;
  text-align: center;
  margin:100px 35px 0 20px;
  border-radius:40px;
}
.QnAtitle p{
  padding:16px 0 0 12px;
}
.managerA{
  font-weight: 600;
  color:#0d72f7;
}
#QnAbox li{
  line-height: 32px;
  position: relative;
  animation: fadeInText 3s;
}

@keyframes fadeInText {
  0% {
      opacity: 0;
      transform: translateY(3rem);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
/*page4*/
#slide{
  display: flex;
  overflow:hidden;
}
.mb-bar {
  background-color: #fff;
}
.mb-track-y {
  width: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}
#scroll {
  height: 90vh;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
.checkbox, .radio {
  align-items: center;
  display: flex;
  min-height: 35px;
  position: relative;
}
.radio input,
.checkbox input {
  border: 0 none !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.radio > input + label,
.checkbox > input + label {
  cursor: pointer;
  padding: 3px 0 0 30px;
  position: relative;
  color: #fff;
}

.radio > input:disabled + label,
.checkbox > input:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}

.radio > input + label::before,
.radio > input + label::after,
.checkbox > input + label::before,
.checkbox > input + label::after {
  font-family: "Material Design Icons";
  font-size: 21px;
  height: 25px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 25px;
  font-weight: normal;
}

.checkbox > input + label::after {
  content: "";
}

.checkbox > input:checked + label::after {
  content: "";
}

.radio > input + label::after {
  content: "";
}

.radio > input:checked + label::after {
  content: "";
}

.rangeable-container {
  margin: 20px 0 20px 0;
}

.rangeable-handle {
  border-color: transparent;
  width: 18px;
  height: 18px;
}

.rangeable-progress {
  height: 2px;
  background-color: #fff;
}

.rangeable-tooltip {
  background-color: transparent;
}
.rangeable-tooltip::before {
  border-color: transparent;
}

.rangeable-track {
  height: 8px;
  width: 100%;
  border-radius: 4px;
  border: 3px solid #fff;
  box-sizing: border-box;
  background-color: transparent;
}

.selectr-selected {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 7px 28px 7px 18px;
}
.selectr-selected::before {
  border-color: #fff transparent transparent;
}

.selectr-options {
  padding: 8px;
  overflow: hidden;
}

.selectr-option {
  border-radius: 2px;
  padding: 6px 10px;
}

.selectr-container.native-open .selectr-selected::before, .selectr-container.open .selectr-selected::before {
  border-color: transparent transparent #000;
}

.selectr-container.open .selectr-selected {
  color: #000;
  background-color: #fff;
  border-color: #fff #fff transparent;
}

.selectr-options-container {
  border-width: 0 3px 3px;
  border-color: transparent #fff #fff;
}

.progress {
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100vw - 20px);
  height: 5px;
}
.progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  background-color: #fff;
}

.page-progress {
  width: 40px;
  height: 40px;
  position: fixed;
  left: 10px;
  top: 20px;
}

svg {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

circle {
  stroke: #fff;
  fill: transparent;
  stroke-dasharray: 87.9645943005 87.9645943005;
  stroke-dashoffset: 87.9645943005;
}


/*탭*/

/*div변경과 관련된 코드입니다.
색 등의 디자인은 보이기 위해서 표시해놨으니
스타일 추가 및 변경이 가능합니다.*/
.typeChange input[type=radio] {
	display: none;
}
#tab-1:checked ~ .tab label:nth-child(1){
  box-shadow: none;
  color:red;
  background-color:#f8f8f8;
  border-radius: 20px 20px 0 0;
}
#tab-2:checked ~ .tab label:nth-child(2){
  box-shadow: none;
  color:#00b144;
  background-color:#f8f8f8;
  border-radius: 20px 20px 0 0;
}

.content > div {
	display: none;
}
#tab-1:checked ~ .content div:nth-child(1),
#tab-2:checked ~ .content div:nth-child(2) {
	display: block;
}
.typeChange {
  margin: 0 auto;
  width:1100px;
  /* border:1px solid red; */
}
.content-dis{
  height: 600px;
}
.tab {
  overflow: hidden;
}
.tab label {
    font-size: 18px;
    cursor: pointer;
    float: left;
    width: 25%;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    user-select: none;
    -webkit-user-select: none;    
    font-size: 21px;
}
.content {
  min-height: 250px;
  background-color:#f8f8f8;
}
.content > div{
   padding: 30px;
   line-height: 1.5;
   font-size: 20px;
}
/*page5*/
.lastpage{
  position: relative;
}
.lastpage h1{
  margin-top:-40px;
}
.partner{
  margin:40px 0 160px 0;
}
.footerBox{
  position: absolute;
  bottom:0;
  width:100%;
  height:190px;
  background-color: #005da8;
  justify-self: center;
}
footer{
  display: flex;
  position: absolute;
  width:1200px;
  bottom:0;
  left:15%;
  color:#fff;
  padding:0 80px;
}
footer ul{
  padding:20px 0;
}
footer ul li{
  line-height:21px;
}
.customer{
  margin-left:240px;
}
footer strong{
  font-size:21px;
}
@media (min-width:1930px) {
  footer{
    left:25%;
  }
}

/*슬라이드*/
.slideTitle{
  padding-bottom:50px;
}
.slider {
  width:80%;
  margin:2% 17% 0 8.5%;
  text-align: center;
  justify-content: center;
  /* border:1px solid red; */
}

.slide_viewer {
  height:560px;
  overflow: hidden;
  position: relative;
  /* border:1px solid red; */
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  position: absolute;
  width: 100%;
}
.slide:first-child {
  display: block;
}
a.slide_btn {
  color: #b8b8b8;
  font-size:50px;
  margin: 0 0.02em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 200;
}

.slide_btn.active, .slide_btn:hover {
  color: #128eec;
  cursor: pointer;
}

.directional_nav {
  width:100%;
  height: 340px;
  margin: 0 auto;
  position: relative;
  top: -400px;
}

.previous_btn {
  bottom: 0;
  left:5%;
  margin: auto;
  position: absolute;
  top:-100px;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right:5%;
  top:-100px;
}

.previous_btn, .next_btn {
  cursor: pointer;
  width: 80px;
  height:80px;
  padding-top:50px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    right: 50px;
  }
  .next_btn {
    left: 50px;
  }
}

