@charset "UTF-8";
/* Name	: 공감그리고 vol_57 main.css
/* Date	: 2025-08-04 */

/********** main-visual ***********/
.main-visual {
  position: relative;
  overflow: hidden;
}
.main-visual > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-visual .main-visual_pc {
  width: 100%;
  overflow: hidden;
}
.main-visual .main-visual_pc img {width: 100%;}
.main-visual .main-visual_tablet, .main-visual_mobile {display: none;}

.main-visual div {
  position: absolute;
  z-index: 10;
}
.main-visual .text {
  color: #000;
  top: 60%;
  left: 5%;
}
.main-visual .text h1 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 2rem;
}
.main-visual .icon {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.main-visual .icon01 {
  width: 11%; 
  top: 15%; right: 12%;
  -webkit-animation-name: icon01-animation;
          animation-name: icon01-animation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.main-visual .icon02 {
  width: 8%; 
  top: 20%; left: 25%;
  -webkit-animation-name: icon02-animation;
          animation-name: icon02-animation;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
.main-visual .icon03 {
  width: 5%;
  left: 78%; bottom: 8%;
  -webkit-animation-name: icon03-animation;
          animation-name: icon03-animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.main-visual .icon04 {
  width: 5%;
  top: 15%; left: 38%;
  -webkit-animation-name: icon04-animation;
          animation-name: icon04-animation;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

@-webkit-keyframes icon01-animation {
  from {
    -webkit-transform: translateY(-10%) rotate(15deg);
            transform: translateY(-10%) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(15deg);
            transform: translateY(0) rotate(15deg);
  }
  to {
    -webkit-transform: translateY(-10%) rotate(15deg);
            transform: translateY(-10%) rotate(15deg);
  }
}

@keyframes icon01-animation {
  from {
    -webkit-transform: translateY(-10%) rotate(15deg);
            transform: translateY(-10%) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(15deg);
            transform: translateY(0) rotate(15deg);
  }
  to {
    -webkit-transform: translateY(-10%) rotate(15deg);
            transform: translateY(-10%) rotate(15deg);
  }
}
@-webkit-keyframes icon02-animation {
  from {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
}
@keyframes icon02-animation {
  from {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
}
@-webkit-keyframes icon03-animation {
  from {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes icon03-animation {
  from {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-webkit-keyframes icon04-animation {
  from {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
}
@keyframes icon04-animation {
  from {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
}

/******************* section ******************/
section {
  padding: 0 1.2rem;
  margin-top: 13.7rem;
}
section.section04 {
  margin-bottom: 13.7rem;
}
section .section-inner {
  max-width: 1440px;
  margin: 0 auto;
}
section .section-title {
  text-align: center;
  margin-bottom: 6rem;
}
section .section-title h2 {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 1rem;
}
section .section-title h2 span {
  color: #31aedb;
}
section .section-title h2 span.comma {
  font-family: gulim, sans-serif;
  font-size: 1.5em;
}
section article h2 {
  font-weight: 700;
  line-height: 120%;
}
section article figure {
  overflow: hidden;
}
section article figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section article:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
section.section01 .section-title h2 {
  color: #00a8d8;
}
section.section01 .sub_title {
  color: #00a8d8;
}
section.section02 .section-title h2 span {
  color: #ef9732;
}
section.section02 .sub_title {
  color: #ef9732;
}
section.section03 .section-title h2 span {
  color: #6d5dcd;
}
section.section03 .sub_title {
  color: #6d5dcd;
}
section.section04 .section-title h2 span {
  color: #005bac;
}
section.section04 .sub_title {
  color: #005bac;
}

.sub_title {
  font-weight: 600;
  margin-bottom: 0;
}
.sub_title span {
  font-weight: 400;
  font-size: 1.4rem;
}
.sub_title span br {display: none;}

.sec-1 article figure {
  position: relative;
  margin-bottom: 2rem;
}
.sec-1 article figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.sec-1 article figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec-2 article figure {
  position: relative;
  margin-bottom: 2rem;
}
.sec-2 article figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.0465116279%;
}
.sec-2 article figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec-3 article figure {
  position: relative;
  margin-bottom: 2rem;
}
.sec-3 article figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.0465116279%;
}
.sec-3 article figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec-4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-4 article {
  width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.sec-4 article figure {
  position: relative;
  margin-bottom: 2rem;
}
.sec-4 article figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.sec-4 article figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.color-section {
  background: #edf8fd;
  padding: 12rem 0;
}
.color-section .sec {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.color-section .sec article {
  width: calc(100% / 3 - 5rem);
  margin: 0 2.5rem 5rem 2.5rem;
  -webkit-box-flex: 0;

      -ms-flex: none;
          flex: none;
}
.color-section .sec article figure {
  position: relative;
  margin-bottom: 2rem;
}
.color-section .sec article figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.color-section .sec article figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.color-section .sec:last-child article {
  margin-bottom: 0;
}

.slick-dots {
  max-width: 1440px;
  margin: 0 auto;
}
.slick-dots li {
  width: calc(100% / 5);
  height: 3px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button::before {
  width: 100%;
  height: 100%;
  background: #ccc;
  overflow: hidden;
}
.slick-dots li.slick-active button::before {
  background: #000;
}

/******** 2025 여름호_수정 ********/
.img_line {border: 1px solid #ccc; box-sizing: border-box;}


/************* Tablet_Media query **************/
@media screen and (max-width: 1200px) {
  .main-visual .text {bottom: 30%; left: 5%;}
  .main-visual .text h1 {
    font-size: 2em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 10px;
    text-shadow:
    0 0 3px white,
    0 0 6px white,
    0 0 9px white;
  }
  .main-visual .text h2 {font-size: 1.2em;}

  .main-visual .main-visual_pc {display: none;}
  .main-visual .main-visual_mobile {display: none;}
  .main-visual .main-visual_tablet {display: block;}
  .main-visual .main-visual_tablet {
  width: 100%;
  overflow: hidden;
}
 .main-visual .icon01 {
    width: 16%;
    top: 10%; right: 10%;
  }
  .main-visual .icon03 {
    width: 7%;
    left: 90%;
    bottom: 10%;
  }
}

/************* Mobile_Media query **************/
/******* Mobile_768px *******/
@media screen and (max-width: 768px) {

  /* main-visual */
  .main-visual {
    position: relative;
  }
  .main-visual > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .main-visual .icon01 {
    width: 15%;
    top: 10%; right: 10%;
  }
  .main-visual .icon02 {
    width: 10%;
    left: 5%;
    bottom: -7%;
  }
  .main-visual .icon03 {
    width: 8%;
    left: 90%;
    bottom: 8%;
  }
  .main-visual .icon04 {
    width: 10%;
    top: 30%;
    left: 15%;
  }

  /* seciton */
  section {
    margin-top: 8rem;
  }

  section article h2 {
    font-size: 1.2em;
  }

  .sec article {
    margin: 0 1rem;
  }
  .sec article figure {
    margin-bottom: 1rem;
  }

  .color-section .sec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .color-section .sec article {
    width: calc(100% / 2 - 2rem);
    margin: 0 1rem 2rem 1rem;
  }
  .color-section .sec-3 {
    margin-bottom: 2rem;
  }
  .color-section .sec article figure {margin-bottom: 1rem;}
  
  .color-section .sec-4 {
    margin-bottom: 3rem;
  }
  .color-section .sec:last-child article:last-child {
    margin-bottom: 0;
  }
  
  .sec-2 article br {display: none;}
}


/******* Mobile_640px *******/
@media screen and (max-width: 640px) {

  /* main-visual */
  .main-visual {
    position: relative;
    overflow: hidden;
  }
  .main-visual > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .main-visual .main-visual_pc {display: none;}
  .main-visual .main-visual_tablet {display: none;}
  .main-visual .main-visual_mobile {display: block;}
  .main-visual .main-visual_mobile {
  width: 100%;
  overflow: hidden;
}
  .main-visual .icon01 {
    width: 25%;
    top: 20%; right: 10%;
  }
  .main-visual .icon02 {
    width: 20%;
    left: 5%;
    bottom: -7%;
  }
  .main-visual .icon03 {
    width: 15%;
    left: 75%;
    bottom: 8%;
  }
  .main-visual .icon04 {
    width: 12%;
    top: 30%;
    left: 8%;
  }

  /* seciton */
   section {
    padding: 0;
  }
  section .section-title h2 {
    font-size: 2em;
  }
  section .section-title h3 {
    font-size: 0.9em;
  }

  section article h2 {
    font-size: 1.2em;
  }

  .color-section article {
    margin: 0 1rem;
  }
  .color-section .sec-3 article figure {margin-bottom: 1rem;}
}

/******* Mobile_620px *******/
@media screen and (max-width: 620px) {
  .main-visual .text {
    left: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sub_title {
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }
  .sub_title span br {display: block !important;}
}


/******* Mobile_480px *******/
@media screen and (max-width: 480px) {
  .main-visual .text h1 {
    font-size: 1.5em;
    margin-bottom: 1rem;
  }
  .main-visual .text h2 {
    font-size: 1.2em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  section .section-title {
    margin-bottom: 4rem;
  }
  .sub_title br {display: block;}

  section article h2 {
    font-size: 1.1em;
    font-weight: 500;
  }

  .sec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec article {
    width: calc(100% / 2 - 2rem);
    margin-bottom: 3rem;
    
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .color-section .sec-3 article {
    margin-bottom: 6rem;
  }
  .sec article:last-child {
    margin-bottom: 0;
  }
  .sec article figure {
    margin-bottom: 1rem;
  }
  .sec article .sub_title {
    margin-bottom: 0;
  }

  .sec-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec-1 article {
    width: calc(100% - 2rem);
  }
  .sec-1 article figure {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  .sec-3 article br {display: none;}
  .sec-4 article {
    width: calc(100% - 2rem);
  }
  .sec-4 article figure {
    position: relative;
  }
  .sec-4 article figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .sec-4 article figure > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .sec-4 article figure img {
    height: auto;
  }

  .color-section {
    padding: 6rem 0;
    margin-top: 6rem;
  }
  .color-section .slider-wrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .color-section .slider-wrap article {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem 1rem;
  }
  .color-section .slider-wrap article figure {
    margin-bottom: 1rem;
  }
}
