@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600');

/* 역량해설 컨테이너 */
#ability-desc {
  margin: 0 auto;
  max-width: 960px;
  height: auto;
  margin-bottom: 50px;
  text-align: center;
}
/* 역량해설 정의 */
#ability-desc h3 {
  letter-spacing: normal;
  max-width: 500px;
  line-height: 1.6em;
  font-weight: bold;
  font-size: 16px;
  font-family: WhitneyHTF-medium;
}

/* 역량해설 설명 */
#ability-desc p {
  letter-spacing: normal;
  line-height: 1.6em;
  max-width: 500px;
}

#ability a {
  text-decoration: none;
}

/* 역량제목 */
#ability h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 5px 5px 10px #d9d9d9,
    -5px -5px 10px #ffffff;
  font-family: WhitneyHTF-Bold;
}

.blockquote {
  position: relative;
  font-family: WhitneyHTF-Semi, sans-serif;
  max-width: 620px;
  margin: 80px auto;
  margin-top: 50px;
  align-self: center;
}

/* 이전으로 돌아가기 버튼 */
.previous {
  max-width: fit-content;
  margin: auto;
  margin-top: 50px;
}

.previous a {
  font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
  padding: 10px 20px;
  font-weight: bold;
  color: white;
  background-color: #106bb5;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

/* 아래의 버튼 클릭 문구 */
.v-application .pulsetext {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  padding: 20px 30px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
  font-family: WhitneyHTF-medium;
}

.pulse {
  margin: auto;
  margin-bottom: 80px;
  width: 90%;
  max-width: 500px;
}
/* 아래의 버튼 클릭 화살표 */
.pulse span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: .1;
  -webkit-animation: pulse2 1.5s linear infinite;
  animation: pulse2 1.5s linear infinite;
  box-sizing: border-box;
}

.result-domain .main-row {
  margin-top: 30px;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

@keyframes pulse2 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-5px, 5px);
    opacity: 0;
  }
}

/* 2015 역량 */
.c2015 {
  max-width: 600px;
  margin: auto;
  width: 100%;
  padding: 0 10px;
}

 h1.c2015-title {
  display: table;
  margin: 12px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 30px 6px 30px;   
  background: linear-gradient(122deg, rgba(16, 107, 181, 1) 0%, rgba(16, 107, 181, 0.9) 100%);
  color: white;
}
.c2015-div{
  background-color: antiquewhite;padding: 10px;border-radius: 20px;max-width: fit-content;margin: auto;
}
.c2015-text a{
word-break: break-all;
}

@media (max-width:500px){
  h1.c2015-title {
    width: 320px;
  }
  .c2015-div{
    width: 320px;
  }
}
@font-face { 
  font-family: 'NanumBarunGothicOTF-KSCpc-EUC-H'; 
  src: url(fonts/NanumGothic/NanumBarunGothic.otf) format("opentype")
}

