/*역량 동그라미 세부설정 파일*/

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.circle {
  width: 131px;
  height: 131px;
  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;
}

.circle img {
  width: 70px;
  z-index: 10000;
}

.circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 5px;
  left: 5px;
  -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;
}

/*top-content*/
/*
.top-content .critical {
  --bg-color: #fff;
  --bg-color-light: rgb(231, 105, 109);
  --text-color-hover: #fff;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}
.top-content .critical.card:hover .circle {
  border-color: rgb(231, 105, 109);
  background: #ED1B23;
}

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

.top-content .critical.card:focus .circle:after {
  background: rgb(231, 105, 109);
}
.top-content .critical .circle {
  border: 2px solid #fff;
  background-color: #ED1B23;
}
.top-content .critical .circle:after {
  background: #fff;
}
.top-content .critical .overlay {
  background: #fff;
}
.top-content .critical .circle svg path{
  fill: #ED1B23;
}

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

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

.top-content .creative.card:focus .circle:after {
  background: rgb(235, 156, 130);
}
.top-content .creative .circle {
  border: 2px solid #fff;
  background-color: #F15A28;
}
.top-content .creative .circle:after {
  background: #fff;
}
.top-content .creative .overlay {
  background: #fff;
}
.top-content .creative .circle svg path{
  fill: #F15A28;
}

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

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

.top-content .communiccation.card:focus .circle:after {
  background: rgb(226, 231, 136);
}
.top-content .communiccation .circle {
  border: 2px solid #fff;
  background-color: #D7DF22;
}
.top-content .communiccation .circle:after {
  background: #fff;
}
.top-content .communiccation .overlay {
  background: #fff;
}
.top-content .communiccation .circle svg path{
  fill: #D7DF22;
}

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

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

.top-content .collaboration.card:focus .circle:after {
  background: rgb(230, 116, 184);
}
.top-content .collaboration .circle {
  border: 2px solid #fff;
background-color: #EC008C;
}
}
.top-content .collaboration .circle:after {
  background: #fff;
}
.top-content .collaboration .overlay {
  background: #fff;
}
.top-content .collaboration .circle svg path{
  fill: #EC008C;
}

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

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

.top-content .digital.card:focus .circle:after {
  background: rgb(144, 114, 167);
}
.top-content .digital .circle {
  border: 2px solid #fff;
  background-color: #662C91;
}
.top-content .digital .circle:after {
  background: #fff;
}
.top-content .digital .overlay {
  background: #fff;
}
.top-content .digital .circle svg path{
  fill: #662C91;
}

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

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

.top-content .emotional.card:focus .circle:after {
  background: #a5e0df;
}
.top-content .emotional .circle {
  border: 2px solid #fff;
  background-color: #59c7c4;
}
.top-content .emotional .circle:after {
  background: #fff;
}
.top-content .emotional .overlay {
  background: #fff;
}
.top-content .emotional .circle svg path{
  fill: #59c7c4;
}


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

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

.top-content .solving.card:focus .circle:after {
  background: rgb(127, 192, 135);
}
.top-content .solving .circle {
  border: 2px solid #fff;
  background-color: #38B549;
}
.top-content .solving .circle:after {
  background: #fff;
}
.top-content .solving .overlay {
  background: #fff;
}
.top-content .solving .circle svg path{
  fill: #38B549;
}


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

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

.top-content .mind.card:focus .circle:after {
  background: rgb(111, 200, 233);
}
.top-content .mind .circle {
  border: 2px solid #fff;
  background-color: #00AEEF;
}
.top-content .mind .circle:after {
  background: #fff;
}
.top-content .mind .overlay {
  background: #fff;
}
.top-content .mind .circle svg path{
  fill: #00AEEF;
}
*/

/*역량설명 페이지 나무 위 동그라미*/
.top-content .circle {
  width: 70px;
  height: 70px;
  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;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.top-content .circle:hover {
  transform: scale(1.2);
}

.top-content .circle svg {
  width: 38px;
  height: 38px;
  z-index: 10000;
}

.top-content .circle:after {
  content: "";
  width: 60px;
  height: 60px;
  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;
  top: inherit;
  left: inherit;
}

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

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

  .top-content .circle svg {
    width: 27px;
    height: 27px;
  }

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

/*result-domain*/

.result-domain .circle {
  width: 100px;
  height: 100px;
  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;
}

.result-domain .circle img {
  width: 45px;
  height: 45px;
  z-index: 10000;
}

.result-domain .circle:after {
  content: "";
  width: 90px;
  height: 90px;
  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;
  top: inherit;
  left: inherit;
}

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

/*
@media (max-width:970px) {
  .result-domain .circle {
    width: 50px;
    height: 50px;
  }
  .result-domain .circle svg {
      width: 27px;
      height: 27px;
    }
  .result-domain .circle:after {
      content: "";
      width: 40px;
      height: 40px;
    }
}
*/

/*첫째줄*/
.result-domain .first-row .circle {
  width: 80px;
  height: 80px;
}

.result-domain .first-row .circle img {
  width: 40px;
  height: 40px;
}

.result-domain .first-row .circle:after {
  width: 70px;
  height: 70px;
}

/*둘째줄*/
.result-domain .second-row .circle {
  width: 60px;
  height: 60px;
}

.result-domain .second-row .circle img {
  width: 35px;
  height: 35px;
}

.result-domain .second-row .circle:after {
  width: 50px;
  height: 50px;
}

/*그룹리스트*/

.groupuser .circle {
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 2px 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 2px 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);
}

.groupuser .circle img {
  width: 20px;
  height: 20px;
}

.groupuser .circle:after {
  width: 32px;
  height: 32px;
  top: inherit;
  left: inherit;
}

.groupuser .modal__trigger {
  pointer-events: none;
  cursor: default;
}