/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.hero {
  background: url(../images/top/mv.webp) no-repeat center center;
  background-size: cover;
  border-radius: 1rem;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 0 2rem;
    height: calc(100vh - 9rem);
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    margin: 0 1.2rem;
    height: 30rem;
  }
}
.hero-eyebrow {
  font-family: var(--font-teko);
  color: #ffff00;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero-eyebrow {
    font-size: 2.4rem;
    padding-left: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-eyebrow {
    font-size: 1.6rem;
    padding-left: 1.6rem;
  }
}
.hero-eyebrow:before {
  content: "";
  border: 0.2rem solid #ffff00;
  border-radius: 50%;
  display: block;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .hero-eyebrow:before {
    width: 6rem;
    height: 6rem;
    left: -2rem;
    top: -1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-eyebrow:before {
    width: 3rem;
    height: 3rem;
    left: 0;
    top: -0.4rem;
  }
}
.hero-title {
  line-height: 1.5625;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .hero-title {
    font-size: 4.8rem;
    margin: 0.3rem 0 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-title {
    font-size: 1.8rem;
    margin: 0.3rem 0 1.5rem;
  }
}
.hero-sub {
  line-height: 1.8;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .hero-sub {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-sub {
    font-size: 1.2rem;
  }
}
.hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-scroll {
  position: absolute;
  right: 4.1rem;
  bottom: 11.2rem;
  width: 4rem;
  height: 8.5rem;
  border: 0.1rem solid #fff;
  border-radius: 0.3rem;
  display: block;
  font-family: var(--font-teko);
  text-transform: uppercase;
  color: #fff;
  padding-top: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .hero-scroll:hover {
    color: var(--co-blue);
    background: #fff;
  }
  .hero-scroll:hover:before {
    background: var(--co-blue);
  }
}
@media only screen and (max-width: 767px) {
  .hero-scroll {
    display: none;
  }
}
.hero-scroll:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
.hero-scroll span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  margin-left: -0.4rem;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  .about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.9rem;
    padding-top: 9.9rem;
    padding-bottom: 10.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.about-section .img-ph {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .about-section .img-ph {
    width: 50rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .img-ph {
    width: 100%;
    margin-top: 2rem;
  }
}
.about-section > div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) {
  .about-section p {
    margin: 2.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-section p {
    margin: 0;
  }
}

.gateway-section {
  background: url(../images/top/bg1.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .gateway-section {
    padding: 9.1rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .gateway-section {
    padding: 3rem 0;
  }
}
.gateway-section .section-label {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .gateway-section .text {
    margin: 3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .gateway-section .text {
    margin: 0;
  }
}
.gateway-section .gateway-grid-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .gateway-section .gateway-grid-3 {
    gap: 2.3rem;
    margin-top: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .gateway-section .gateway-grid-3 {
    gap: 2rem;
    margin-top: 3rem;
  }
}
.gateway-section .gateway-card {
  background: #fff;
  border-radius: 1rem;
  color: #18172b;
}
@media only screen and (min-width: 768px) {
  .gateway-section .gateway-card {
    width: calc(33.3333333333% - 1.5333333333rem);
    padding: 3.9rem 1.5rem 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .gateway-section .gateway-card {
    width: 100%;
    padding: 1.5rem;
  }
}
.gateway-section .gateway-card .card-tag {
  color: #9197e2;
  font-family: var(--font-teko);
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .gateway-section .gateway-card .card-tag {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .gateway-section .gateway-card .card-tag {
    font-size: 1.4rem;
  }
}
.gateway-section .gateway-card .tit {
  font-weight: 600;
  color: #303ab1;
  border-bottom: 0.1rem solid #dddddd;
}
@media only screen and (min-width: 768px) {
  .gateway-section .gateway-card .tit {
    font-size: 2.4rem;
    margin: -0.8rem 0 2.3rem;
    padding-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .gateway-section .gateway-card .tit {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.gateway-section .gateway-card .tit span {
  color: #18172b;
  font-weight: 400;
  display: block;
  margin-top: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .gateway-section .gateway-card .tit span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .gateway-section .gateway-card .tit span {
    font-size: 1.4rem;
  }
}
.gateway-section .gateway-card p {
  margin: 0;
}
.gateway-section .gateway-card ul {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .gateway-section .gateway-card ul {
    margin: 1.1rem 1.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .gateway-section .gateway-card ul {
    margin: 1rem 0 0;
  }
}
.gateway-section .gateway-card ul li {
  list-style-type: none;
}
.gateway-section .gateway-card ul a {
  background: url(../images/top/icon.svg) no-repeat left top 0.5rem;
  background-size: 2rem auto;
  line-height: 1.875;
  margin-bottom: 0.5rem;
  text-decoration: none;
  padding: 0.2rem 0 0 2.8rem;
}
@media only screen and (min-width: 768px) {
  .gateway-section .gateway-card ul a:hover {
    color: var(--co-blue);
  }
}

@media only screen and (min-width: 768px) {
  .concerns-section {
    padding: 9.2rem 0 10.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .concerns-section {
    padding: 3rem 0;
  }
  .concerns-section .text_center {
    text-align: left;
  }
}
.concerns-section .section-label {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .concerns-section .text {
    margin: 3.3rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .concerns-section .text {
    margin: 0;
  }
}
.concerns-section .concerns-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .concerns-section .concerns-grid {
    gap: 5.3rem 2.3rem;
    margin-top: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .concerns-section .concerns-grid {
    margin-top: 3rem;
    gap: 5rem;
  }
}
.concerns-section .concerns-grid .concern-card {
  background: #ffffff;
  -webkit-box-shadow: 0.4rem 0.4rem 1.5rem 0.6rem rgba(48, 58, 177, 0.15);
          box-shadow: 0.4rem 0.4rem 1.5rem 0.6rem rgba(48, 58, 177, 0.15);
  border-radius: 0.4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .concerns-section .concerns-grid .concern-card {
    width: calc(33.3333333333% - 1.5333333333rem);
    padding: 8.5rem 2.5rem 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .concerns-section .concerns-grid .concern-card {
    width: 100%;
    padding: 3.5rem 1.5rem 1.5rem;
  }
}
.concerns-section .concerns-grid .concern-card .concern-num {
  position: absolute;
  border-radius: 50%;
  background: var(--co-blue);
  color: #ffff00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-teko);
}
@media only screen and (min-width: 768px) {
  .concerns-section .concerns-grid .concern-card .concern-num {
    width: 6.8rem;
    height: 6.8rem;
    top: -2.1rem;
    left: 2.8rem;
    font-size: 3.6rem;
    padding-top: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .concerns-section .concerns-grid .concern-card .concern-num {
    width: 4rem;
    height: 4rem;
    top: -2rem;
    left: 1rem;
    font-size: 2rem;
    padding-top: 0.3rem;
  }
}
.concerns-section .concerns-grid .concern-card .tit {
  font-weight: 600;
  line-height: 1.5833333333;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .concerns-section .concerns-grid .concern-card .tit {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .concerns-section .concerns-grid .concern-card .tit {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .concerns-section .concerns-grid .concern-card p {
    margin: 2.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .concerns-section .concerns-grid .concern-card p {
    margin: 1.5rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .concerns-section .concerns-grid .concern-card .btn-ph {
    margin: 2.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .concerns-section .concerns-grid .concern-card .btn-ph {
    margin: 2rem auto 0;
  }
}

.basics-section {
  background: url(../images/top/bg2.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .basics-section {
    padding: 9.9rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .basics-section {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .basics-section .txt {
    margin: 2.9rem 0 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .basics-section .txt {
    margin: 0 0 3rem;
  }
}
.basics-section .section-label {
  color: #fff;
}
.basics-section .basics-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
}
.basics-section .basics-card .card-no {
  font-weight: 400;
  color: var(--co-blue);
  margin: 0;
  font-family: var(--font-teko);
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .basics-section .basics-card .card-no {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .basics-section .basics-card .card-no {
    font-size: 2rem;
  }
}
.basics-section .basics-card .tit {
  color: #18172b;
}
@media only screen and (min-width: 768px) {
  .basics-section .basics-card .tit {
    font-size: 2.8rem;
    margin: -0.3rem 0 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .basics-section .basics-card .tit {
    font-size: 1.8rem;
    margin: 0 0 1.8rem;
  }
}
.basics-section .basics-card .text {
  margin: 0 0 2.1rem;
}
.basics-section .basics-card .flow-diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .basics-section .basics-card .flow-diagram {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0;
    margin-bottom: 2rem;
  }
}
.basics-section .basics-card .flow-diagram .flow-arrow {
  color: #fbbcbc;
  font-size: 1rem;
  margin: 0 0.5rem;
}
.basics-section .basics-card .flow-diagram .flow-step {
  border: 0.2rem solid #ff0000;
  border-radius: 0.2rem;
  color: #ff0000;
  line-height: 1.5714285714;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 0.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .basics-section .basics-card .flow-diagram .flow-step {
    font-size: 1.4rem;
    height: 5.6rem;
    min-width: 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .basics-section .basics-card .flow-diagram .flow-step {
    font-size: 1.2rem;
    height: 5rem;
  }
}
.basics-section .basics-card .basics-card-body {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .basics-section .basics-card .basics-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    padding: 1rem;
  }
  .basics-section .basics-card .basics-card-body:hover .img-ph img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .basics-section .basics-card .basics-card-body {
    padding: 1.5rem;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .basics-section .basics-card .basics-card-body .img-ph {
    width: 43.4rem;
    height: 31.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0.4rem;
  }
  .basics-section .basics-card .basics-card-body .img-ph img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
}
@media only screen and (max-width: 767px) {
  .basics-section .basics-card .basics-card-body .img-ph {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .basics-section .basics-card .basics-card-body .ct-ph {
    padding: 2.3rem 0 0 3.4rem;
  }
}
.basics-section .basics-card .basics-card-body .icon {
  position: absolute;
  width: 9rem;
  height: 9rem;
  bottom: -5.4rem;
  right: -4.2rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  background: #9197e2;
}
.basics-section .basics-card .basics-card-body .icon:before {
  content: "";
  background: url(../images/common_img/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 0.4rem;
  top: 2.9rem;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.basics-section .basics-two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .basics-section .basics-two-col {
    gap: 4rem;
    margin-top: 4rem;
  }
  .basics-section .basics-two-col .basics-card-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.7rem;
  }
  .basics-section .basics-two-col .basics-card-body .img-ph {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 29rem;
  }
  .basics-section .basics-two-col .basics-card-body .ct-ph {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 1.9rem 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .basics-section .basics-two-col {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .basics-section .basics-two-col .basics-card {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .basics-section .basics-two-col .basics-card {
    width: 100%;
  }
}
.basics-section .basics-viewall {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .basics-section .basics-viewall {
    margin: 6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .basics-section .basics-viewall {
    margin: 2rem 0 0;
  }
}
.basics-section .basics-viewall a {
  margin: auto;
  max-width: 40rem;
}

@media only screen and (min-width: 768px) {
  .tools-section {
    padding: 9.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .tools-section {
    padding: 3rem 0;
  }
  .tools-section .text_center {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .tools-section .tools-intro {
    margin: 3.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .tools-section .tools-intro {
    margin: 0;
  }
}
.tools-section .tools-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .tools-section .tools-grid {
    gap: 2.3rem;
    margin-top: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tools-section .tools-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.tools-section .tool-card {
  background: #ffffff;
  -webkit-box-shadow: 0.4rem 0.4rem 1.5rem 0.6rem rgba(48, 58, 177, 0.15);
          box-shadow: 0.4rem 0.4rem 1.5rem 0.6rem rgba(48, 58, 177, 0.15);
  border-radius: 0.4rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tools-section .tool-card {
    width: calc(33.3333333333% - 1.5333333333rem);
    padding: 3.5rem 2.5rem 4.9rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .tools-section .tool-card {
    width: 100%;
    padding: 1.5rem 1.5rem 2rem;
  }
}
.tools-section .tool-card .icon {
  position: absolute;
  width: 9rem;
  height: 9rem;
  bottom: -5.4rem;
  right: -4.2rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  background: #9197e2;
}
.tools-section .tool-card .icon:before {
  content: "";
  background: url(../images/common_img/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 0.4rem;
  top: 2.9rem;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.tools-section .tool-card img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .tools-section .tool-card img {
    width: 6.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .tools-section .tool-card img {
    width: 5rem;
  }
}
.tools-section .tool-card .tit {
  line-height: 1.4285714286;
}
@media only screen and (min-width: 768px) {
  .tools-section .tool-card .tit {
    font-size: 2.8rem;
    margin: 1.4rem 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .tools-section .tool-card .tit {
    font-size: 1.8rem;
    margin: 1.4rem 0 1.5rem;
    text-align: center;
  }
}
.tools-section .tool-card p {
  margin: 0;
}
.tools-section .tool-viewall {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tools-section .tool-viewall {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .tools-section .tool-viewall {
    margin-top: 3rem;
  }
}
.tools-section .tool-viewall a {
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .pickup-section {
    padding: 1.7rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-section {
    padding: 3rem 0;
  }
  .pickup-section .text_center {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .pickup-section .pickup-intro {
    margin: 3.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-section .pickup-intro {
    margin: 0;
  }
}
.pickup-section .expert-bar {
  border: 0.2rem solid #303ab1;
  border-radius: 0.4rem;
}
@media only screen and (min-width: 768px) {
  .pickup-section .expert-bar {
    padding: 4.7rem 12rem 5.4rem 7.4rem;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-section .expert-bar {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}
.pickup-section .expert-bar-label {
  color: #9197e2;
  font-family: var(--font-teko);
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .pickup-section .expert-bar-label {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-section .expert-bar-label {
    font-size: 1.6rem;
  }
}
.pickup-section .expert-bar .expert-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .pickup-section .expert-bar .expert-list {
    margin-top: 1.5rem;
    gap: 2.9rem 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-section .expert-bar .expert-list {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.pickup-section .expert-bar .expert-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .pickup-section .expert-bar .expert-item {
    width: calc(50% - 1.9rem);
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-section .expert-bar .expert-item {
    width: 100%;
    gap: 1rem;
  }
}
.pickup-section .expert-bar .expert-item .expert-avatar {
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .pickup-section .expert-bar .expert-item .expert-avatar {
    width: 11rem;
    height: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-section .expert-bar .expert-item .expert-avatar {
    width: 6rem;
    height: 6rem;
  }
}
.pickup-section .expert-bar .expert-item .expert-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.pickup-section .expert-bar .expert-item .expert-info {
  width: 100%;
}
.pickup-section .expert-bar .expert-item .expert-info .expert-name {
  color: var(--co-blue);
  margin: 0;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .pickup-section .expert-bar .expert-item .expert-info .expert-name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-section .expert-bar .expert-item .expert-info .expert-name {
    font-size: 1.6rem;
  }
}
.pickup-section .expert-bar .expert-item .expert-info .expert-badge {
  border: 0.1rem solid #9197e2;
  color: #9197e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.2rem;
  margin-top: 0.3rem;
}
@media only screen and (min-width: 768px) {
  .pickup-section .expert-bar .expert-item .expert-info .expert-badge {
    width: 5rem;
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-section .expert-bar .expert-item .expert-info .expert-badge {
    width: 4rem;
    height: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .pickup-section .pickup-grid {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-section .pickup-grid {
    margin-top: 3rem;
  }
}

.news-section {
  background: #e6e8fd;
  color: #18172b;
}
@media only screen and (min-width: 768px) {
  .news-section {
    padding: 9.4rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-section {
    padding: 3rem 0;
  }
  .news-section .text_center {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .news-section .news-intro {
    margin: 3.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-section .news-intro {
    margin: 0;
  }
}
.news-section .news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .news-section .news-grid {
    gap: 1.9rem;
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-section .news-grid {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.news-section .news-grid .news-card {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .news-section .news-grid .news-card {
    width: calc(25% - 1.425rem);
  }
}
@media only screen and (max-width: 767px) {
  .news-section .news-grid .news-card {
    width: 100%;
  }
}
.news-section .news-grid .news-thumb {
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
}
.news-section .news-grid .tit {
  font-weight: 500;
  margin: 0.6rem 0 0;
  line-height: 1.875;
}
@media only screen and (min-width: 768px) {
  .news-section .news-grid .tit {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-section .news-grid .tit {
    font-size: 1.4rem;
  }
}
.news-section .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-top: 2.1rem;
}
.news-section .news-meta span:first-child {
  color: var(--co-blue);
  font-size: 1.6rem;
  font-family: var(--font-teko);
  line-height: 1;
}
.news-section .news-meta span.news-cat-tag {
  border: 0.1rem solid #9197e2;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  padding: 0 0.6rem;
  color: #9197e2;
  font-weight: 500;
}
.news-section .news-viewall {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news-section .news-viewall {
    margin: 5.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-section .news-viewall {
    margin: 3rem 0 0;
  }
}
.news-section .news-viewall a {
  margin: auto;
  max-width: 28.9rem;
}

@media only screen and (min-width: 768px) {
  .banner-section {
    padding: 10.3rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section {
    padding: 3rem 0;
  }
}
.banner-section .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .banner-section .banner-inner {
    gap: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-inner {
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.banner-section a {
  display: block;
  -webkit-box-shadow: 0.4rem 0.4rem 1rem 0.2rem rgba(0, 0, 0, 0.27);
          box-shadow: 0.4rem 0.4rem 1rem 0.2rem rgba(0, 0, 0, 0.27);
  border-radius: 0.4rem;
  text-decoration: none;
  background: #aeaeae;
  border: 0.5rem solid #fff;
}
@media only screen and (min-width: 768px) {
  .banner-section a {
    width: calc(33.3333333333% - 1.8666666667rem);
    height: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section a {
    width: 100%;
    height: 21rem;
  }
}
.banner-section a p {
  line-height: 1.375;
  letter-spacing: -0.1em;
  margin: 1.3rem 0 0;
}
.banner-section a.banner-card01 {
  background: url(../images/top/bg4.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 2.5rem 1.5rem;
}
.banner-section a.banner-card01 .banner-logo {
  width: 24.8rem;
}
.banner-section a .btn-ph {
  width: 13.7rem;
  height: 3.4rem;
  border: 0.1rem solid #fff;
  color: #fff;
  font-size: 1.4rem;
  margin: 1.6rem 0 0 0.2rem;
}
.banner-section a .btn-ph i {
  right: 1rem;
}
@media only screen and (min-width: 768px) {
  .banner-section a:hover .btn-ph {
    background: #fff;
    color: var(--co-blue);
  }
}