/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

* {
  word-break: keep-all;
}

body {
  overflow-x: hidden;
}

header a {
  text-decoration: none;
}


#cont,
.flex-layout {
  animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  /* Firefox */
  -webkit-animation: fadein 0.5s;
  /* Safari and Chrome */
  -o-animation: fadein 0.5s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 메인 화면 속성 */
#top {
  font-family: WhitneyHTF-Semi, sans-serif;
}

.title {
  color: white;
  font-size: 50px;
  position: absolute;
  top: 50%;
  right: 30px;
  text-align: right;
  font-family: WhitneyHTF-Semi, sans-serif;
  font-weight: bold;
  z-index: 2;
}

.summary {
  font-size: 20px;
}


/* 메인화면 역량 이미지 */
#y3Nav.domain,
#y3Nav.home {
  width: 300px;
  height: 300px;
}

#y3Nav.domain>svg,
#y3Nav.home>svg {
  margin: 1.5em 0 .5em
}

#y3Nav.capability,
#y3Nav.report {
  width: 423px;
  height: 423px
}

#y3Nav.footer {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  width: 280px;
  height: 280px
}

#y3Nav>svg {
  position: absolute
}

.content {
  z-index: 2;
}

@media (min-width:971px) {

  #y3Nav.domain,
  #y3Nav.home {
    width: 45vw;
  }
}

/* 검사하기 버튼 */
.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.actions .action {
  margin: .25em .5em .5em;
  text-align: center
}

.actions .action .svg-wrap {
  display: none
}

.actions .action a.v-btn {
  background-color: #106bb5 !important;
  color: #fff;
  padding: .75em 1em;
  letter-spacing: 0;
  text-transform: none;
  height: 100%;
  width: 100%;
  font-size: 1em;
  font-family: WhitneyHTF-Semi, sans-serif;
}


.modify input[type=button],
.modify input[type=submit] {
  background-color: #106bb5 !important;
  color: #fff;
  padding: .55em 1em;
  letter-spacing: 0;
  text-transform: none;
  height: 100%;
  font-size: 1em;
  font-family: WhitneyHTF-Semi, sans-serif;
  -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);
  cursor: pointer;
}

@media (min-width:971px) {
  .actions .action {
    background-color: #fff;
    border-radius: 5px;
    margin: 1em 1em 1em;
    -webkit-box-shadow: 0 2px 4px 0 hsla(0, 0%, 83.1%, .5);
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 83.1%, .5);
    font-size: .75em;
    position: relative;
    text-align: left;
  }

  .actions .action .copy {
    text-align: left;
    padding: 0;
    margin: 1em 0;
    max-width: none
  }

  .actions .action p.copy {
    font-size: 1.5em
  }

  .actions .action .svg-wrap {
    display: block;
    position: absolute;
    top: -3.5em;
    left: 2.5em;
    height: 7.5em;
    width: 7.5em;
    padding: 1.25em;
    background-color: #fff;
    border-radius: 50%
  }

  .actions .action h3 {
    font-size: 2em;
    color: #f15025
  }

  .actions .action a.v-btn {
    text-transform: uppercase;
    padding: 1.75em 2.5em;
    height: auto;
    width: auto;
    font-size: 1.25em
  }
}

@media (min-width:1264px) {
  .actions .action {}
}

@media (min-width:1500px) {
  .actions .action {
    max-width: 560px
  }
}

@media (min-width:971px) {
  .content {}
}

.main-domain .modal__trigger div:nth-child(2) {
  color: #595959;
  display: none;
}

#capabilityWheel,
#pieSliceWrap {
  position: fixed;
  bottom: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  -webkit-transition: bottom .25s ease;
  transition: bottom .25s ease
}

#capabilityWheel[class=""],
#pieSliceWrap[class=""] {
  width: 400px;
  height: 400px
}

#capabilityWheel:not([class=""]),
#pieSliceWrap:not([class=""]) {
  position: absolute;
  width: 95%;
  height: 95%;
  bottom: auto;
  top: 0
}

#capabilityWheel:not([class=""]) #oddPieSlice,
#capabilityWheel:not([class=""]) #pie,
#capabilityWheel:not([class=""]) #pieSlice,
#pieSliceWrap:not([class=""]) #oddPieSlice,
#pieSliceWrap:not([class=""]) #pie,
#pieSliceWrap:not([class=""]) #pieSlice {
  margin: 1.5em 0 .5em
}

#capabilityWheel:not([class=""]) .pie-piece-link,
#pieSliceWrap:not([class=""]) .pie-piece-link {
  top: 2em;
  padding-top: 0
}

#capabilityWheel:not([class=""]) .pie-piece-link a,
#pieSliceWrap:not([class=""]) .pie-piece-link a {
  margin-top: -2em
}

#capabilityWheel .pie-piece-link,
#pieSliceWrap .pie-piece-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  text-align: center;
  pointer-events: none
}

#capabilityWheel .pie-piece-link a,
#pieSliceWrap .pie-piece-link a {
  font-family: inherit;
  display: inline-block;
  width: 120px;
  font-size: 12px;
  font-weight: 600;
  opacity: 1;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  line-height: 1.25em;
  pointer-events: all;
  text-decoration: none;
}

#capabilityWheel .pie-piece-link .cap-icon-pie,
#pieSliceWrap .pie-piece-link .cap-icon-pie {
  margin: 0 auto
}

#capabilityWheel .pie-piece-link .cap-icon-pie>svg,
#pieSliceWrap .pie-piece-link .cap-icon-pie>svg {
  width: 33px;
  height: 33px
}

#capabilityWheel .pie-piece-link .cap-icon-pie>svg circle,
#capabilityWheel .pie-piece-link .cap-icon-pie>svg line,
#capabilityWheel .pie-piece-link .cap-icon-pie>svg path,
#capabilityWheel .pie-piece-link .cap-icon-pie>svg polygon,
#capabilityWheel .pie-piece-link .cap-icon-pie>svg polyline,
#capabilityWheel .pie-piece-link .cap-icon-pie>svg rect,
#pieSliceWrap .pie-piece-link .cap-icon-pie>svg circle,
#pieSliceWrap .pie-piece-link .cap-icon-pie>svg line,
#pieSliceWrap .pie-piece-link .cap-icon-pie>svg path,
#pieSliceWrap .pie-piece-link .cap-icon-pie>svg polygon,
#pieSliceWrap .pie-piece-link .cap-icon-pie>svg polyline,
#pieSliceWrap .pie-piece-link .cap-icon-pie>svg rect {
  stroke: #fff
}

#oddPieSlice,
#pie,
#pieSlice {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

#oddPieSlice circle,
#pie circle,
#pieSlice circle {
  fill: none;
  stroke-width: 200;
  -webkit-transform-origin: center;
  transform-origin: center
}

#pie {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5)
}

#pie text {
  font-family: WhitneyHTF-Semi, sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform-origin: center;
  transform-origin: center
}

#pieSlice {
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease
}

#pieSlice.show-pie-slice {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

#pieSlice circle {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5)
}

.personal #pieSlice circle {
  stroke: #578b2c;
}

.personal #oddPieSlice circle {
  stroke: #6b9f41;
}

#pieDomainIcon {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 1.5em 0 .5em;
  pointer-events: none;
  z-index: 50
}

#pieDomainIcon,
#pieDomainIcon #pdiWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#pieDomainIcon #pdiWrap {
  width: 122px;
  height: 122px;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid
}

#pieDomainIcon #pdiWrap.personal {
  border-color: #424242
}

#pieDomainIcon #pdiWrap.personal>svg circle,
#pieDomainIcon #pdiWrap.personal>svg line,
#pieDomainIcon #pdiWrap.personal>svg path,
#pieDomainIcon #pdiWrap.personal>svg polygon,
#pieDomainIcon #pdiWrap.personal>svg polyline,
#pieDomainIcon #pdiWrap.personal>svg rect {
  stroke: #424242
}

#pieDomainIcon #pdiWrap>svg {
  width: 65px;
  height: 65px
}

.ability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* 역량 동그라미 기본 */
.critical {
  --bg-color: #ED1B23;
  --bg-color-light: rgb(231, 105, 109);
  --text-color-hover: #fff;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.critical.card:hover .circle {
  border-color: rgb(231, 105, 109);
  background: #ED1B23;
}

.critical.card:hover .circle:after {
  background: rgb(231, 105, 109);
}

.critical.card:focus .circle {
  border-color: rgb(231, 105, 109);
  background: #ED1B23;
}

.critical.card:focus .circle:after {
  background: rgb(231, 105, 109);
}

.critical .circle {
  border: 2px solid #ED1B23;
  background: #fff
}

.critical .circle:after {
  background: #ED1B23;
}

.critical .overlay {
  background: #ED1B23;
}

.critical .circle svg path {
  fill: #fff;
}

.creative {
  --bg-color: #F15A28;
  --bg-color-light: rgb(235, 156, 130);
  --text-color-hover: #fff;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.creative.card:hover .circle {
  border-color: rgb(235, 156, 130);
  background: #F15A28;
}

.creative.card:hover .circle:after {
  background: rgb(235, 156, 130);
}

.creative.card:focus .circle {
  border-color: rgb(235, 156, 130);
  background: #F15A28;
}

.creative.card:focus .circle:after {
  background: rgb(235, 156, 130);
}

.creative .circle {
  border: 2px solid #F15A28;
  background: #fff
}

.creative .circle:after {
  background: #F15A28;
}

.creative .overlay {
  background: #F15A28;
}

.creative .circle svg path {
  fill: #fff;
}

.communiccation {
  --bg-color: #D7DF22;
  --bg-color-light: rgb(226, 231, 136);
  --text-color-hover: #fff;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.communiccation.card:hover .circle {
  border-color: rgb(226, 231, 136);
  background: #D7DF22;
}

.communiccation.card:hover .circle:after {
  background: rgb(226, 231, 136);
}

.communiccation.card:focus .circle {
  border-color: rgb(226, 231, 136);
  background: #D7DF22;
}

.communiccation.card:focus .circle:after {
  background: rgb(226, 231, 136);
}

.communiccation .circle {
  border: 2px solid #D7DF22;
  background: #fff
}

.communiccation .circle:after {
  background: #D7DF22;
}

.communiccation .overlay {
  background: #D7DF22;
}

.communiccation .circle svg path {
  fill: #fff;
}

.collaboration {
  --bg-color: #EC008C;
  --bg-color-light: rgb(230, 116, 184);
  --text-color-hover: #fff;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.collaboration.card:hover .circle {
  border-color: rgb(230, 116, 184);
  background: #EC008C;
}

.collaboration.card:hover .circle:after {
  background: rgb(230, 116, 184);
}

.collaboration.card:focus .circle {
  border-color: rgb(230, 116, 184);
  background: #EC008C;
}

.collaboration.card:focus .circle:after {
  background: rgb(230, 116, 184);
}

.collaboration .circle {
  border: 2px solid #EC008C;
  background: #fff
}

.collaboration .circle:after {
  background: #EC008C;
}

.collaboration .overlay {
  background: #EC008C;
}

.collaboration .circle svg path {
  fill: #fff;
}

.digital {
  --bg-color: #662C91;
  --bg-color-light: rgb(144, 114, 167);
  --text-color-hover: #fff;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.digital.card:hover .circle {
  border-color: rgb(144, 114, 167);
  background: #662C91;
}

.digital.card:hover .circle:after {
  background: rgb(144, 114, 167);
}

.digital.card:focus .circle {
  border-color: rgb(144, 114, 167);
  background: #662C91;
}

.digital.card:focus .circle:after {
  background: rgb(144, 114, 167);
}

.digital .circle {
  border: 2px solid #662C91;
  background: #fff
}

.digital .circle:after {
  background: #662C91;
}

.digital .overlay {
  background: #662C91;
}

.digital .circle svg path {
  fill: #fff;
}

.emotional {
  --bg-color: #59c7c4;
  --bg-color-light: #a5e0df;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.emotional.card:hover .circle {
  border-color: #a5e0df;
  background: #59c7c4;
}

.emotional.card:hover .circle:after {
  background: #a5e0df;
}

.emotional.card:focus .circle {
  border-color: #a5e0df;
  background: #59c7c4;
}

.emotional.card:focus .circle:after {
  background: #a5e0df;
}

.emotional .circle {
  border: 2px solid #59c7c4;
  background: #fff
}

.emotional .circle:after {
  background: #59c7c4;
}

.emotional .overlay {
  background: #59c7c4;
}

.emotional .circle svg path {
  fill: #fff;
}


.solving {
  --bg-color: #38B549;
  --bg-color-light: rgb(127, 192, 135);
  --text-color-hover: #fff;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.solving.card:hover .circle {
  border-color: rgb(127, 192, 135);
  background: #38B549;
}

.solving.card:hover .circle:after {
  background: rgb(127, 192, 135);
}

.solving.card:focus .circle {
  border-color: rgb(127, 192, 135);
  background: #38B549;
}

.solving.card:focus .circle:after {
  background: rgb(127, 192, 135);
}

.solving .circle {
  border: 2px solid #38B549;
  background: #fff
}

.solving .circle:after {
  background: #38B549;
}

.solving .overlay {
  background: #38B549;
}

.solving .circle svg path {
  fill: #fff;
}


.mind {
  --bg-color: #00AEEF;
  --bg-color-light: rgb(111, 200, 233);
  --text-color-hover: #fff;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.mind.card:hover .circle {
  border-color: rgb(111, 200, 233);
  background: #00AEEF;
}

.mind.card:hover .circle:after {
  background: rgb(111, 200, 233);
}

.mind.card:focus .circle {
  border-color: rgb(111, 200, 233);
  background: #00AEEF;
}

.mind.card:focus .circle:after {
  background: rgb(111, 200, 233);
}

.mind .circle {
  border: 2px solid #00AEEF;
  background: #fff
}

.mind .circle:after {
  background: #00AEEF;
}

.mind .overlay {
  background: #00AEEF;
}

.mind .circle svg path {
  fill: #fff;
}


.card {
  width: 220px;
  height: 321px;
  background: #fff;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin: 15px auto;
}

.card:hover {
  -webkit-transform: translateY(-5px) scale(1.005) translateZ(0);
  transform: translateY(-5px) scale(1.005) translateZ(0);
  -webkit-box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.owl-item.active {
  opacity: 0.6;
  pointer-events: none;
}

.owl-item.active.center {
  opacity: 1;
  pointer-events: inherit;
}

.card:hover .overlay {
  -webkit-transform: scale(4) translateZ(0);
  transform: scale(4) translateZ(0);
}

.card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card:hover .circle:after {
  background: var(--bg-color-light);
}

.card:hover p {
  color: #fff;
}

.card:hover h2 {
  color: #fff;
}

.card:active {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px rgba(220, 233, 255, 0.48);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px rgba(220, 233, 255, 0.48);
}

.card:focus .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card:focus .circle:after {
  background: var(--bg-color-light);
}

.card:focus p {
  color: #fff;
}

.card:focus h2 {
  color: #fff;
}

.card:focus .overlay {
  -webkit-transform: scale(4) translateZ(0);
  transform: scale(4) translateZ(0);
}

.card p {
  font-size: 18px;
  color: #4C5656;
  margin-top: 30px;
  z-index: 12;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-weight: bold;
}

.circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: auto;
}

.main-domain .circle {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.circle svg {
  width: 50px;
  height: 50px;
  z-index: 10000;
}

.circle:after {
  content: "";
  width: 105px;
  height: 105px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.circle svg {
  z-index: 10000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.card-number {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
  z-index: 12;
  color: #4C5656;
}

.overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 95px;
  left: 50px;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.bottom {
  width: 100%;
  height: 150px;
  float: left;
  background: #4C5656;
}

.container {
  width: 88%;
  display: block;
  margin: 0 auto;
}

.footer-logo {
  width: 12%;
  float: left;
  margin-top: 30px;
}

.footer-logo img {
  width: 100%;
}

.company {
  width: 70%;
  float: right;
  margin-top: 35px;
  color: rgb(236, 239, 245);
  line-height: 1.3em;
}

#procedure {
  width: 100%;
  height: 500px;
}

/* 플랫폼 별 사이즈*/
@media (max-width:1024px) {
  .title {
    font-size: 40px;
    line-height: normal;
  }
}

@media (max-width:970px) {
  .circle {
    width: 70px;
    height: 70px;
  }

  .circle svg {
    width: 35px;
    height: 35px;
  }

  .circle:after {
    content: "";
    width: 60px;
    height: 60px;
  }

  #capabilityWheel:not([class=""]) .pie-piece-link a,
  #pieSliceWrap:not([class=""]) .pie-piece-link a {
    margin-top: -1em;
  }

  #capabilityWheel:not([class=""]) .pie-piece-link,
  #pieSliceWrap:not([class=""]) .pie-piece-link {
    top: 1.6em;
    padding-top: 0;
  }

  #pieDomainIcon #pdiWrap {
    width: 60px;
    height: 60px;
  }

  #pieDomainIcon #pdiWrap>svg {
    width: 35px;
    height: 35px;
  }

  #y3Nav.domain,
  #y3Nav.home {
    margin: auto;
  }

  .overlay {
    left: inherit;
  }

}

.assess .circle {
  width: 55px;
  height: 55px;
}

.assess .circle svg {
  width: 30px;
  height: 30px;
}

.assess .circle:after {
  content: "";
  width: 45px;
  height: 45px;
}

@media (max-width:970px) {
  .header_t {
    display: none;
  }

  .main-domain .modal__trigger div:nth-child(2) {
    display: none;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 70px;
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #212121;
    background-color: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 600;
  }

  #nav-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
    display: "block";
    color: #212121;
    font-weight: 600;
  }

  #nav-container .bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #000;
  }

  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: .6;
  }

  #nav-container * {
    visibility: visible;
  }

  .button {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 70px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 25px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #aaa;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .icon-bar+.icon-bar {
    margin-top: 5px;
  }

  #nav-container:focus-within .button {
    pointer-events: none;
  }

  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }

  #nav-content {
    margin-top: 70px;
    padding: 20px;
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 70px);
    background: white;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
    contain: paint;
  }

  #nav-content ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #nav-content li a {
    padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
    text-decoration: none;
    color: #212121;
  }

  #nav-content li a:hover {
    color: #BF7497;
  }

  #nav-content li:not(.small)+.small {
    margin-top: auto;
  }

  .small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .small a {
    font-size: 12px;
    font-weight: 400;
    color: #888;
  }

  .small a+a {
    margin-left: 15px;
  }

  #nav-container:focus-within #nav-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.no-result img {
  width: 100%;
}

.trd-ability h1 {
  background: linear-gradient(122deg, rgba(16, 107, 181, 1) 0%, rgba(16, 107, 181, 0.9) 100%);
  color: white;
  padding: 6px 20px 6px 20px;
}

.trd-ability h3 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.nav span {
  font-family: WhitneyHTF-Medium, sans-serif;
}

@media (max-width:648px) {
  .tab-content h1 {
    max-width: 300px;
  }
}

.result-domain .ability {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-gap: 10px;
}

.result-domain .ability.second-row {
  grid-template-columns: repeat(2, 1fr);
}

.result-domain .ability p {
  font-size: 14px;
  margin-top: 15px;
  font-family: WhitneyHTF-Semi, sans-serif;
}

@media (max-width:500px) {
  .result-domain .ability {
    display: grid;
    grid-template-columns: repeat(3, 110px);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    grid-gap: 5px;
  }

  .result-domain .ability p {
    font-size: 12px;
  }
}

/* 누적 검사 페이지 역량동그라미 배치 */
.groupuser .ability {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
  grid-gap: 10px;
  max-width: 140px;
}

/* 소형 화면에서 상단 공백 제거 */
@media (max-width:970px) {
  .topblank {
    display: none;
  }
}

/* 화면캡쳐버튼 */
#capture {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #106bb5;
  color: white;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  visibility: visible;
  z-index: 10001;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;

}

/* 타이틀 속성 (파란배경 흰글씨) */
.container-fluid h1 {
  background: linear-gradient(122deg, rgba(16, 107, 181, 1) 0%, rgba(16, 107, 181, 0.9) 100%);
  color: white;
  padding: 6px 20px 6px 20px;
  font-size: 18px;
  margin-top: 10px;
}

/* 하단 회사소개 */
.couponHave {
  width: 90%;
  max-width: 480px;
  margin: 10px auto;
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
  padding: 20px;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
}