@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,800');
*{
  box-sizing: border-box
}
html, body{
  margin:0;
  padding-top:30px;
  height:100%;
  color:#14152C;
  font-family: 'Noto Sans KR', sans-serif;

}

body{
  background-color:#f7f8fc;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 10px;
    box-shadow: 0px -2px 12px rgba(0,0,0,0.1);
}

.bottom__container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress {
    width: 40%;
    height: 10px;
    position: relative;
    border-radius: 5px;
    overflow:hidden;
    background-color: #ecedf5;
}

.progress__inner {
    position: absolute;
    top: 0;
    border-radius: 5px;
    height: 100%;
    left: 0;
    width: 0%;
    background-color: #5861af;
    transition:.4s width linear
}

.navigation__btn path{
  fill:#A7AACB
}

.navigation {
    display: flex;
    align-items: center;
}

.navigation__btn {
    display: flex;
    align-items: center;
    width: 44px;
    border: 1px solid #A7AACB;
    justify-content: center;
    height: 44px;
}

.navigation__btn--left{
  border-top-left-radius:6px;
    border-bottom-left-radius:6px
}

.navigation__btn--right{
  border-top-right-radius:6px;
    border-bottom-right-radius:6px
}

.quiz{
  width: 100%;
}

.quiz__index{
    font-weight:400;
    letter-spacing:1px;
    margin-top: 0;
    font-size: 22px;
    word-break: keep-all;
    text-align: center;
    padding: 10px;

}

.quiz__question{
  word-break: keep-all;
  font-weight:400;
  letter-spacing:1px;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 50px;
  word-break: keep-all;
  text-align: center;
    padding: 10px;

}

.swiper{
    width: 100%;
    height: 100%;
}

.swiper-slide:last-child{
  padding-top: 100px;
}

.swiper-slide:last-child h1{
  margin-bottom: 30px;
}

.container {
  display: flex;
  height: calc(100% - 74px);
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
}

.square{
    margin: 20px;
    width: 35%;
    height: 35%;
}

.scene{
    padding: 10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.answer:first-of-type{
  margin-right:15px;
}

.answer__input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 1px;
  height: 1px;
  position: absolute;
  outline:none !important;
}

.answer__label {
  width: 100%;
  border: 1px solid #3484dc;
  display: inline-block;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*line-height: 56px;*/
  font-size: 16px;
  color: #3484dc;
  text-align:center;
  font-weight: 600;
}
.answer:first-child label{
  border: 1px solid #A7AACB;
  color: #3484dc;
}
.answer:last-child label{
  border: 1px solid #de6363;
  color: #de6363;
}

.answer {
  /*display: inline-block;*/
  margin-right:10px;
  padding-bottom: 10px;
}

.quiz__step {
  width: 100%;
  text-align: center;
}

.answer__input:checked + .answer__label{
  background: rgba(88,97,175, 0.2);
  color:#14152C;
  border: none;;
  box-shadow: 0px 0px 1px 4px rgba(88,97,175, 0.2);
}

.answer__input:checked + .answer__label .answer__tick{
  opacity:1;
  display: inline-block;
}

.answer__tick {
  display: none;
  background-color: #5861af;
  margin-left: 20px;
  line-height: 14px;
  border-radius: 50%;
  padding: 4px;
  opacity:0;
}

.answer__tick path{
  fill:#fff
}

.answer__char {
  line-height: 24px;
  display: inline-block;
  width: 26px;
  text-align: center;
  font-size: 13px;
  border-radius: 4px;
  color: #c8cae0;
  border: 1px solid #c8cae0;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 15px;
}
.quiz__inner {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.quiz__step:not(.quiz__step--current){
  visibility:hidden;
  opacity:0;
  display:none;
}
.question__emoji{
  font-size:45px;
  margin-bottom:15px;
  display: inline-block;
  margin-right: 15px;
}

.navigation__btn--disabled {
  opacity: 0.4;
}

.submit__container {
  margin-top: 25px;
  text-align: center;
  padding-bottom: 8px;
}

.submit {
  background-color: #5861af;
  line-height: 50px;
  display: inline-block;
  border-radius: 5px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  box-shadow: 3px 3px 5px rgba(88,97,175, 0.6);
  width: 150px;
  font-weight: 700;
  text-transform: uppercase;
}

.thanks__tick {
    line-height: 50px;
    width: 50px;
    font-size: 25px;
    color: #fff;
    background-color: #5861af;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.thanks__title {
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 15px;
    text-align: center;
    font-size: 40px;
}

.thanks{
  text-align:center;
}

.loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

.loading-image {
top: 50%;
z-index: 100;
padding-top: 200px;
}
/*result page CSS*/

.adsbygoogle{
    text-align: center;
}
