.ablityList .iconBox {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.introArea {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 1180px) {
  .introArea {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .introArea {
    padding: 20px 0;
  }
}
.introArea .titleBox {
  margin-bottom: 0;
}
.introArea .titleBox .title {
  letter-spacing: 0;
}
.introArea .titleBox .title + .subtitle {
  margin-top: 1.125rem;
}
@media (max-width: 1180px) {
  .introArea .titleBox .title + .subtitle {
    margin-top: 0.625rem;
  }
}
.introArea .titleBox .subtitle {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 1180px) {
  .introArea .titleBox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .introArea .titleBox .subtitle {
    font-size: 20px;
  }
}
.introArea .titleBox .textEditorBox {
  position: relative;
  max-width: 1245px;
  margin: 2.625rem auto 0;
}
@media (max-width: 1180px) {
  .introArea .titleBox .textEditorBox {
    margin-top: 1rem;
  }
}
.introArea .titleBox .textEditorBox .textEditor {
  line-height: 1.75;
}

.ablityArea {
  position: relative;
  padding: 70px 0;
}
.ablityArea .wrap {
  text-align: center;
}

.ablityBox {
  position: relative;
  display: inline-block;
}
.ablityBox .centralBox {
  position: relative;
}
.ablityBox .centralBox .circle {
  display: block;
  border-radius: 50%;
  background-color: #eacf5b;
  aspect-ratio: 1/1;
}
@media (max-width: 575px) {
  .ablityBox .centralBox .circle {
    aspect-ratio: unset;
    border-radius: 0;
    background-color: transparent;
  }
}
.ablityBox .centralBox .circle:not(.large) {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 575px) {
  .ablityBox .centralBox .circle:not(.large) {
    position: relative;
    top: unset;
    left: unset;
    translate: unset;
  }
}
.ablityBox .centralBox .circle.large {
  width: 650px;
  opacity: 0.1;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .ablityBox .centralBox .circle.large {
    width: 600px;
  }
}
@media (max-width: 991px) {
  .ablityBox .centralBox .circle.large {
    width: 550px;
  }
}
@media (max-width: 768px) {
  .ablityBox .centralBox .circle.large {
    width: 500px;
  }
}
@media (max-width: 640px) {
  .ablityBox .centralBox .circle.large {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .ablityBox .centralBox .circle.large {
    width: 350px;
  }
}
@media (max-width: 575px) {
  .ablityBox .centralBox .circle.large {
    display: none;
  }
}
.ablityBox .centralBox .circle.medium {
  width: 503px;
  opacity: 0.2;
}
@media (max-width: 1180px) {
  .ablityBox .centralBox .circle.medium {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .ablityBox .centralBox .circle.medium {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .ablityBox .centralBox .circle.medium {
    width: 350px;
  }
}
@media (max-width: 640px) {
  .ablityBox .centralBox .circle.medium {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .ablityBox .centralBox .circle.medium {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .ablityBox .centralBox .circle.medium {
    display: none;
  }
}
.ablityBox .centralBox .circle.small {
  width: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
@media (max-width: 1180px) {
  .ablityBox .centralBox .circle.small {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .ablityBox .centralBox .circle.small {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .ablityBox .centralBox .circle.small {
    width: 150px;
  }
}
@media (max-width: 640px) {
  .ablityBox .centralBox .circle.small {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .ablityBox .centralBox .circle.small {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .ablityBox .centralBox .circle.small {
    width: auto;
    height: auto;
    padding: 0;
  }
}
.ablityBox .centralBox .circle.small .title {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #333333;
  text-align: center;
  max-width: 120px;
}
@media (max-width: 1180px) {
  .ablityBox .centralBox .circle.small .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .ablityBox .centralBox .circle.small .title {
    font-size: 20px;
    max-width: 90px;
  }
}
@media (max-width: 768px) {
  .ablityBox .centralBox .circle.small .title {
    font-size: 18px;
    max-width: 80px;
  }
}
@media (max-width: 640px) {
  .ablityBox .centralBox .circle.small .title {
    font-size: 16px;
    max-width: 70px;
  }
}
@media (max-width: 575px) {
  .ablityBox .centralBox .circle.small .title {
    font-size: 24px;
    max-width: none;
  }
}

.ablityList {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 575px) {
  .ablityList {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
.ablityList .ablityItem {
  position: absolute;
}
@media (max-width: 575px) {
  .ablityList .ablityItem {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    translate: unset !important;
  }
}
.ablityList .ablityItem:nth-child(1) {
  top: -2px;
  right: -16px;
}
@media (max-width: 1180px) {
  .ablityList .ablityItem:nth-child(1) {
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .ablityList .ablityItem:nth-child(1) {
    right: 25px;
  }
}
.ablityList .ablityItem:nth-child(2) {
  top: calc(50% + 30px);
  right: -10px;
  translate: 50% -50%;
}
@media (max-width: 1180px) {
  .ablityList .ablityItem:nth-child(2) {
    right: 0;
  }
}
@media (max-width: 768px) {
  .ablityList .ablityItem:nth-child(2) {
    right: 10px;
  }
}
.ablityList .ablityItem:nth-child(3) {
  bottom: -35px;
  right: 15px;
  translate: -50% 0;
}
@media (max-width: 1180px) {
  .ablityList .ablityItem:nth-child(3) {
    right: 55px;
  }
}
@media (max-width: 768px) {
  .ablityList .ablityItem:nth-child(3) {
    bottom: 0;
    right: 50%;
    translate: 50% 50%;
  }
}
.ablityList .ablityItem:nth-child(4) {
  bottom: calc(50% - 30px);
  left: -5px;
  translate: -50% 50%;
}
@media (max-width: 1180px) {
  .ablityList .ablityItem:nth-child(4) {
    left: 0;
  }
}
@media (max-width: 768px) {
  .ablityList .ablityItem:nth-child(4) {
    left: 20px;
  }
}
.ablityList .ablityItem:nth-child(4) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .ablityList .ablityItem:nth-child(4) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ablityList .ablityItem:nth-child(5) {
  top: 0;
  left: -20px;
}
@media (max-width: 1180px) {
  .ablityList .ablityItem:nth-child(5) {
    left: 0;
  }
}
@media (max-width: 768px) {
  .ablityList .ablityItem:nth-child(5) {
    left: 25px;
  }
}
.ablityList .ablityItem:nth-child(5) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .ablityList .ablityItem:nth-child(5) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ablityList .item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media (max-width: 1180px) {
  .ablityList .item {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .ablityList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}
@media (min-width: 1181px) {
  .ablityList .item:hover .iconBox {
    background-color: #d85c40;
  }
  .ablityList .item:hover .iconBox .num {
    background-color: #fff;
    border-color: #c9c9c9;
    color: #d85c40;
  }
  .ablityList .item:hover .iconBox .Img {
    translate: 0 100px;
  }
  .ablityList .item:hover .iconBox .Img img {
    -webkit-filter: drop-shadow(0 -100px 0 #fff);
            filter: drop-shadow(0 -100px 0 #fff);
  }
}
.ablityList .iconBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 182px;
  height: 182px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
}
@media (max-width: 1180px) {
  .ablityList .iconBox {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  .ablityList .iconBox {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 640px) {
  .ablityList .iconBox {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .ablityList .iconBox {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .ablityList .iconBox {
    width: 100px;
    height: 100px;
  }
}
.ablityList .iconBox .imgBox {
  position: relative;
  overflow: clip;
  max-width: 80px;
}
@media (max-width: 1180px) {
  .ablityList .iconBox .imgBox {
    max-width: 60px;
  }
}
@media (max-width: 991px) {
  .ablityList .iconBox .imgBox {
    max-width: 45px;
  }
}
@media (max-width: 575px) {
  .ablityList .iconBox .imgBox {
    max-width: 50px;
  }
}
@media (max-width: 480px) {
  .ablityList .iconBox .imgBox {
    max-width: 45px;
  }
}
.ablityList .iconBox .Img {
  -webkit-transition: translate 0.5s ease-in-out;
  transition: translate 0.5s ease-in-out;
}
.ablityList .iconBox .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ablityList .Txt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ablityList .Txt .title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 1180px) {
  .ablityList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .ablityList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .ablityList .Txt .title {
    font-size: 16px;
  }
}

.serviceArea {
  position: relative;
  overflow-x: hidden;
  padding: 100px 0 70px;
}
@media (max-width: 1180px) {
  .serviceArea {
    padding: 70px 0 40px;
  }
}
@media (max-width: 768px) {
  .serviceArea {
    padding: 50px 0 40px;
  }
}
.serviceArea .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 1180px) {
  .serviceArea .topBox {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .serviceArea .topBox {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 575px) {
  .serviceArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.5rem;
  }
}
.serviceArea .topBox .titleBox {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .serviceArea .topBox .titleBox {
    text-align: center;
  }
}
.serviceArea .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.serviceArea .controlBox:has(.slick-hidden) {
  display: none;
}

.serviceBox {
  position: relative;
}
.serviceBox .serviceList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.serviceBox .serviceList:not(.slick-slider) .serviceItem {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .serviceBox .serviceList:not(.slick-slider) .serviceItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .serviceBox .serviceList:not(.slick-slider) .serviceItem {
    width: 100%;
  }
}
.serviceBox .serviceList .slick-list {
  margin: 0 -16px;
}
@media (max-width: 1180px) {
  .serviceBox .serviceList .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .serviceBox .serviceList .slick-list {
    overflow: visible;
    margin: 0;
    padding: 0 60px;
  }
}
@media (max-width: 480px) {
  .serviceBox .serviceList .slick-list {
    padding: 0 30px;
  }
}
@media (max-width: 375px) {
  .serviceBox .serviceList .slick-list {
    padding: 0;
  }
}
.serviceBox .serviceList .serviceItem {
  position: relative;
  padding: 0 16px;
}
@media (max-width: 1180px) {
  .serviceBox .serviceList .serviceItem {
    padding: 0 10px;
  }
}
.serviceBox .serviceList .item {
  position: relative;
}
.serviceBox .serviceList .Img {
  border-radius: 25px;
  overflow: clip;
}
.serviceBox .serviceList .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceBox .serviceList .Txt {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  padding: 2.75rem;
}
@media (max-width: 1366px) {
  .serviceBox .serviceList .Txt {
    padding: 2rem;
  }
}
@media (max-width: 1180px) {
  .serviceBox .serviceList .Txt {
    padding: 1.5rem;
  }
}
.serviceBox .serviceList .Txt .engTitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .serviceBox .serviceList .Txt .engTitle {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .serviceBox .serviceList .Txt .engTitle {
    font-size: 12px;
  }
}
.serviceBox .serviceList .Txt .title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .serviceBox .serviceList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .serviceBox .serviceList .Txt .title {
    font-size: 20px;
  }
}

.artistArea {
  position: relative;
  overflow: hidden;
  padding: 65px 0 20px;
}
@media (max-width: 1180px) {
  .artistArea {
    padding: 40px 0 10px;
  }
}
@media (max-width: 768px) {
  .artistArea {
    padding: 30px 0 0;
  }
}
.artistArea .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 3.625rem;
}
@media (max-width: 1180px) {
  .artistArea .topBox {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .artistArea .topBox {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 575px) {
  .artistArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.5rem;
  }
}
.artistArea .topBox .titleBox {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .artistArea .topBox .titleBox {
    text-align: center;
  }
}
.artistArea .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.artistArea .controlBox:has(.slick-hidden) {
  display: none;
}

.artistBox {
  position: relative;
}

.artistList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.artistList:not(.slick-slider) .artistItem {
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .artistList:not(.slick-slider) .artistItem {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .artistList:not(.slick-slider) .artistItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .artistList:not(.slick-slider) .artistItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .artistList:not(.slick-slider) .artistItem {
    width: 100%;
  }
}
.artistList .slick-list {
  margin: 0 -27px;
}
@media (max-width: 1366px) {
  .artistList .slick-list {
    margin: 0 -16px;
  }
}
@media (max-width: 1280px) {
  .artistList .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 480px) {
  .artistList .slick-list {
    overflow: visible;
    margin: 0;
    padding: 0 50px;
  }
}
@media (max-width: 375px) {
  .artistList .slick-list {
    padding: 0;
  }
}
.artistList .artistItem {
  position: relative;
  padding: 0 27px;
}
@media (max-width: 1366px) {
  .artistList .artistItem {
    padding: 0 16px;
  }
}
@media (max-width: 1280px) {
  .artistList .artistItem {
    padding: 0 10px;
  }
}
.artistList .item {
  position: relative;
}
.artistList .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.artistList .Txt {
  position: relative;
  margin-top: 1.25rem;
}
@media (max-width: 1280px) {
  .artistList .Txt {
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .artistList .Txt {
    margin-top: 0.625rem;
  }
}
.artistList .Txt .engTitle {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #999;
}
@media (max-width: 1280px) {
  .artistList .Txt .engTitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .artistList .Txt .engTitle {
    font-size: 15px;
  }
}
.artistList .Txt .title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 1280px) {
  .artistList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .artistList .Txt .title {
    font-size: 20px;
  }
}
.artistList .Txt .text {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #333333;
  margin-top: 1rem;
}
@media (max-width: 1280px) {
  .artistList .Txt .text {
    font-size: 16px;
    margin-top: 0.625rem;
  }
}
@media (max-width: 480px) {
  .artistList .Txt .text {
    font-size: 15px;
  }
}

.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}
/*# sourceMappingURL=ib_about_001.css.map */