@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

div.detail-more {
	width: 100vw;
	background: #0E0E0E;
	
  .inner {
    padding: 160px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1412px;

    .title-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 70px;

      .title {
        margin:0;
        font-size: 32px;
        font-weight: 700;
        color: #ffffff;
        line-height:1;
        letter-spacing: inherit;
        text-align:left;
        float: none;
  	    font-family:
		    'Pretendard',
		    'Montserrat',
		    -apple-system,
		    BlinkMacSystemFont,
		    system-ui,
		    Roboto,
		    'Helvetica Neue',
		    'Segoe UI',
		    'Apple SD Gothic Neo',
		    'Noto Sans KR',
		    'Malgun Gothic',
		    'Apple Color Emoji',
		    'Segoe UI Emoji',
		    'Segoe UI Symbol',
		    'Spoqa Han Sans Neo',
		    'Sanchez',
		    sans-serif;
      }

      button.more-btn {
      	display: flex;
      	align-items:center;
        outline: none;
        border: none;
        background-color: transparent;
        
        &::after {
        	content:'';
        	display:block;
        	width: 24px;
            height: 24px;
        	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25' fill='none'%3E%3Cmask id='mask0_6672_24527' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect width='24' height='24' transform='matrix(-1 0 0 1 24 0.945312)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6672_24527)'%3E%3Cpath d='M14 22.9453L24 12.9453L14 2.94531L12.225 4.72031L20.45 12.9453L12.225 21.1703L14 22.9453Z' fill='%23DDDDDD'/%3E%3C/g%3E%3C/svg%3E");
       }

        span {
          display: flex;
          align-items: center;
          font-weight: 700;
          font-size: 24px;
          color: rgba(255,255,255,0.6);
          text-align:left;
          line-height: 1;
  		  font-family:
		    'Pretendard',
		    'Montserrat',
		    -apple-system,
		    BlinkMacSystemFont,
		    system-ui,
		    Roboto,
		    'Helvetica Neue',
		    'Segoe UI',
		    'Apple SD Gothic Neo',
		    'Noto Sans KR',
		    'Malgun Gothic',
		    'Apple Color Emoji',
		    'Segoe UI Emoji',
		    'Segoe UI Symbol',
		    'Spoqa Han Sans Neo',
		    'Sanchez',
		    sans-serif;
        }
      }
    }
    
    .card-wrap {
      display: flex;
      gap: 28px;
      padding: 0;
      margin-bottom: 0;

      .article-card {
        width: 100%;
        list-style: none;

        div {
          margin-bottom: 20px;
          width: 100%;
          height: 487px;
          border-radius: 14px;
          overflow: hidden;

          .img-box {
            width: 100%;
            height: 100%;
            object-fit: cover;

            transition: all 200ms ease-in-out;
          }
        }


		p {
		  margin: 0;
		  letter-spacing: inherit;
		  text-align:left;
		  font-family:
		    'Pretendard',
		    'Montserrat',
		    -apple-system,
		    BlinkMacSystemFont,
		    system-ui,
		    Roboto,
		    'Helvetica Neue',
		    'Segoe UI',
		    'Apple SD Gothic Neo',
		    'Noto Sans KR',
		    'Malgun Gothic',
		    'Apple Color Emoji',
		    'Segoe UI Emoji',
		    'Segoe UI Symbol',
		    'Spoqa Han Sans Neo',
		    'Sanchez',
		    sans-serif;
		}
			

        .title {
          color: #ffffff;
          font-size: 20px;
          line-height: 1.4;
          float: none;
        }

        .subText {
          color: rgba(255,255,255,0.7);
          font-size: 18px;
          line-height: 1.6;
        }

        &:hover .img-box {
          transform: scale(1.05);
        }
      }
    }
  }
}

/*ÇªÅÍ*/
.footer-wrap {
  width: 100vw;
  background: #0E0E0E;
	
  .inner {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: flex-start;
	  margin: 0 auto;
	  padding: 120px 80px;
	  width: 100%;
	  max-width: 1920px;
	  height: 100%;


  .left-wrap {
    padding-block: 10px;

    .left-img {
      width: 118px;
      height: 64px;
    }
  }

  .right-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    width: 100%;
    max-width: 724px;

    .title {
      margin: 0 0 24px;
      font-weight: 700;
      line-height: 1.6;
      font-size: 20px;
      text-align:left;
      color: #ffffff;
      letter-spacing: inherit;
      float: none;
  	  font-family:
	    'Pretendard',
	    'Montserrat',
	    -apple-system,
	    BlinkMacSystemFont,
	    system-ui,
	    Roboto,
	    'Helvetica Neue',
	    'Segoe UI',
	    'Apple SD Gothic Neo',
	    'Noto Sans KR',
	    'Malgun Gothic',
	    'Apple Color Emoji',
	    'Segoe UI Emoji',
	    'Segoe UI Symbol',
	    'Spoqa Han Sans Neo',
	    'Sanchez',
	    sans-serif;
      
    }

    .sub-text {
      line-height: 1.6;
      font-size: 18px;
      color: rgba(255,255,255,0.6);
      letter-spacing: inherit;
      text-align:left;
	  font-family:
	    'Pretendard',
	    'Montserrat',
	    -apple-system,
	    BlinkMacSystemFont,
	    system-ui,
	    Roboto,
	    'Helvetica Neue',
	    'Segoe UI',
	    'Apple SD Gothic Neo',
	    'Noto Sans KR',
	    'Malgun Gothic',
	    'Apple Color Emoji',
	    'Segoe UI Emoji',
	    'Segoe UI Symbol',
	    'Spoqa Han Sans Neo',
	    'Sanchez',
	    sans-serif;

      transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

      &:hover {
        color: #ffffff;
      }
    }

    .office {
      width: 310px;
      line-height:1;
      text-align:left;
    }

    .contact-list {
      display: flex;
      gap: 62px;
      height: 32px;
      text-align: left;
      align-items: center;

      & + .contact-list {
        margin-top: 2px;
      }

      .sub-title {
        width: 70px;
        line-height: 1.6;
        font-size: 18px;
        font-weight: 700;
        color: rgba(255,255,255,0.7);
        letter-spacing: inherit;
        text-align:left;
  		font-family:
	    'Pretendard',
	    'Montserrat',
	    -apple-system,
	    BlinkMacSystemFont,
	    system-ui,
	    Roboto,
	    'Helvetica Neue',
	    'Segoe UI',
	    'Apple SD Gothic Neo',
	    'Noto Sans KR',
	    'Malgun Gothic',
	    'Apple Color Emoji',
	    'Segoe UI Emoji',
	    'Segoe UI Symbol',
	    'Spoqa Han Sans Neo',
	    'Sanchez',
	    sans-serif;
      }
    }
  }
  }
}

@media (max-width: 1559px) {
  div.detail-more {
    .inner {
      width: calc(100% - 40px * 2);

      .title-wrap {
        margin-bottom: 64px;

        button.more-btn {
        	&::after {
	    	  width: 22px;
              height: 22px;}
          span {
            font-size: 22px;

            i {
      
            }
          }
        }
      }

      .card-wrap {
        gap: 16px;

        .article-card {
          div {
            height: 252px;
          }

          .title {
            font-size: 18px;
          }

          .subText {
            font-size: 17px;
          }
        }
      }
    }
  }
  
  /*ÇªÅÍ*/
  .footer-wrap {
    .inner{
    gap: 35px 80px;
    padding: 120px 56px;

    .left-wrap {
      width: 144px;
      padding-block: 28px;
      .left-img {
        width: 64px;
        height: 34px;
      }
    }

    .right-wrap {
      margin: 20px 40px 0 0;
      width: 100%;
      gap: 60px;
      max-width: 612px;

      .sub-text {
        font-size: 16px;
      }

      .office {
        width: 276px;
      }

      .contact {
        width: 276px;

        .contact-list {
          height: 26px;
          gap: 20px;

          & + .contact-list {
            margin-top: 6px;
          }

          .sub-title {
            width: 60px;
          }
        }
      }
    }
    }
  }
}

/* mobile */
@media (max-width: 899px) {
  div.detail-more {
    padding: 0 20px;

    .inner {
      width: 100%;
      max-width: 739px;
      padding: 64px 0;

      .title-wrap {
        margin-bottom: 40px;

        .title {
          font-size: 20px;
        }

        button {
          span {
            font-size: 18px;
          }
        }
      }

      .card-wrap {
        gap: 40px 16px;
        flex-wrap: wrap;

        .article-card {
          width: calc(100% / 2 - 8px);

          div {
            height: 240px;
            margin-bottom: 14px;
          }

          .title {
            font-size: 13px;
          }

          .subText {
            font-size: 12px;
          }
        }
      }
    }
  }
  
  /*ÇªÅÍ*/
  .footer-wrap {
  	.inner {
    gap: 72px;
    width: calc(100% - 48px);
    max-width: 680px;
    margin: 0 auto;
    padding: 64px 0 72px;

    .left-wrap {
      padding: 0;

      .left-img {
        width: 54px;
        height: 29px;
      }
    }

    .right-wrap {
      justify-content: space-between;
      margin: 0;
      gap: 40px 0px;
      width: 100%;

      .title {
        font-weight: 700;
        line-height: 14px;
        font-size: 20px;
        text-transform: capitalize;
        color: #ffffff;
      }

      .sub-text {
        line-height: 1.7;
        font-size: 14px;
        font-weight: 400;
      }

      .office {
        width: 272px;
      }

      .contact {
        width: 272px;

        .contact-list {
          gap: 15px;
          height: 26px;

          & + .contact-list {
            margin-top: 2px;
          }

          .sub-title {
            width: 70px;
            font-weight: 700;
            line-height: 160%;
            font-size: 16px;
            text-transform: capitalize;
            color: rgba(255,255,255,0.6);
          }

          .sub-text {
            font-weight: 400;
            font-size: 14px;
          }
        }
      }
    }
    }
  }
}