@media (max-width: 1023px) {
  .p-home .swiper-container {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .p-home .swiper-slide {
    height: 480px;
  }
  .p-home .swiper-slide figure.caption p {
    overflow: hidden;
    height: 340px;
    background-color: #000000;
    display: flex;
    align-items: center;
  }
  .p-home .swiper-slide a {
    text-decoration: none;
    position: absolute;
    height: 480px;
  }
  .p-home .swiper-slide a .caption::before {
    content: '';
    background: url(/images/common/link-ar.svg) 50% 45% #EF4123 no-repeat;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
  }
  .p-home .swiper-slide .no-link {
    width: 100%;
  }
  .p-home .swiper-slide .caption {
    position: relative;
    height: 100%;
  }
  .p-home .swiper-slide .caption figcaption {
    background-color: #ffffff;
    max-width: 800px;
    min-height: 140px;
    padding: 18px 50px 20px 20px;
  }
  .p-home .swiper-slide .caption figcaption .caption-1 {
    font-size: 18px;
    line-height: 22px;
    color: #EF4123;
    padding-bottom: 8px;
    display: block;
  }
  .p-home .swiper-slide .caption figcaption .caption-2 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    color: #333;
  }
  .p-home__title {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 66px;
    background-color: #ffffff;
  }
  .p-home__title span {
    position: absolute;
    right: 0;
    left: 52px;
    top: 60px;
    transform-origin: 0% 0%;
    transform: rotate(90deg);
  }
  .p-home__title span::before {
    content: '';
    display: block;
    position: absolute;
    background: url(/images/common/line.svg) 50% 45% no-repeat;
    height: 30px;
    width: 30px;
    transform: rotate(-90deg) translateY(-40px) translateX(-5px);
  }
  .p-home__news {
    width: calc(100% - 66px);
    padding: 20px 0 80px 0;
    background-color: #EEEEEE;
  }
  .p-home__news a {
    color: #333;
    text-decoration: none;
  }
  .p-home__news dl {
    width: 86%;
    margin-left: 7%;
    border-bottom: solid 1px #ffffff;
    padding: 15px 0;
  }
  .p-home__news dl dt {
    font-size: 12px;
    width: auto;
    color: #666;
  }
  .p-home__news dl dt .c-cat {
    background-color: #ffffff;
    color: #333;
    display: inline-block;
    width: 122px;
    text-align: center;
    margin-left: 20px;
  }
  .p-home__news dl dd {
    font-size: 14px;
    line-height: 18px;
    width: auto;
    padding-top: 10px;
  }
  .p-home__news .c-button--list {
    width: 180px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .p-home__news .c-button--list a {
    display: block;
    width: 100%;
    background-color: #EF4123;
    color: #ffffff;
    text-align: center;
    padding: 18px 0;
    font-size: 14px;
    line-height: 14px;
  }
  .p-home__news .c-button--list a::after {
    content: '';
    background: url(/images/common/link-ar.svg) no-repeat;
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 18px;
    display: block;
    width: 25px;
    height: 10px;
    transform: scale(0.7) translateY(-5px);
  }
  .p-home .news {
    position: relative;
    width: 100%;
    background-color: #EEEEEE;
  }
  .p-home .news__inner {
    width: 100%;
    display: flex;
  }
  .p-home .sns {
    padding: 40px 20px;
  }
  .p-home .sns .facebook {
    margin-bottom: 30px;
  }
  .p-home .insta-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
  }
  .p-home .insta-list li {
    width: 31.3%;
    margin: 1% 1% 0 1%;
    line-height: 130%;
  }
  .p-home .insta-list li a {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .p-home .instagram-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    fill: #fff;
  }
  .p-home .like_count {
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .p-home .like_count span {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 22px;
    font-size: 11px;
  }
  .p-home .comment_count {
    position: absolute;
    top: 5px;
    left: 50px;
  }
  .p-home .comment_count span {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 22px;
    font-size: 11px;
  }
  .p-home .caption {
    font-size: 12px;
    color: #333;
  }
  .p-home .time {
    font-size: 12px;
    color: #333;
  }
  .p-home .user {
    font-size: 12px;
    color: #333;
  }
}

@media (min-width: 1024px) {
  .p-home {
    max-width: 1280px;
    margin: 0 auto;
  }
  .p-home .swiper-slide {
    height: 560px;
  }
  .p-home .swiper-slide figure.caption p {
    overflow: hidden;
    height: 554px;
  }
  .p-home .swiper-slide a .caption::before {
    content: '';
    background: url(/images/common/link-ar.svg) 50% 45% #EF4123 no-repeat;
    position: absolute;
    z-index: 2;
    bottom: -5px;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
  }
  .p-home .swiper-slide .caption {
    position: relative;
    min-height: 554px;
    max-height: 554px;
  }
  .p-home .swiper-slide .caption figcaption {
    position: absolute;
    z-index: 1;
    bottom: -5px;
    right: 0;
    background-color: #ffffff;
    max-width: 800px;
    min-height: 140px;
    padding: 25px 35px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .p-home .swiper-slide .caption figcaption .caption-1 {
    font-size: 18px;
    line-height: 22px;
    color: #EF4123;
    padding-bottom: 8px;
    display: block;
  }
  .p-home .swiper-slide .caption figcaption .caption-2 {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    color: #333;
  }
  .p-home__title {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 270px;
    background-color: #ffffff;
  }
  .p-home__title span {
    position: absolute;
    right: 0;
    top: 80px;
    transform-origin: 0% 0%;
    transform: rotate(90deg);
  }
  .p-home__title span::before {
    content: '';
    display: block;
    position: absolute;
    background: url(/images/common/line.svg) 50% 45% no-repeat;
    height: 30px;
    width: 30px;
    transform: rotate(-90deg) translateY(-40px) translateX(-5px);
  }
  .p-home__news {
    width: calc(100% - 270px);
    padding: 60px 0 120px 0;
    background-color: #EEEEEE;
  }
  .p-home__news a {
    color: #333;
    text-decoration: none;
    transition: all ease .3s;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .p-home__news a:hover dd {
    transition: all ease .3s;
    color: #EF4123;
  }
}

@media (min-width: 1024px) {
  .p-home__news dl {
    max-width: 870px;
    margin-left: 7%;
    border-bottom: solid 1px #ffffff;
    display: flex;
    padding: 15px 0;
  }
  .p-home__news dl dt {
    font-size: 12px;
    width: 260px;
    color: #666;
  }
  .p-home__news dl dt .c-cat {
    background-color: #ffffff;
    color: #333;
    display: inline-block;
    width: 122px;
    text-align: center;
    margin-left: 40px;
  }
  .p-home__news dl dd {
    font-size: 14px;
    line-height: 18px;
    width: calc(100% - 260px);
  }
  .p-home__news .c-button--list {
    width: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .p-home__news .c-button--list a {
    display: block;
    width: 100%;
    background-color: #EF4123;
    color: #ffffff;
    text-align: center;
    padding: 22px 0;
    font-size: 15px;
    line-height: 15px;
  }
  .p-home__news .c-button--list a::after {
    content: '';
    background: url(/images/common/link-ar.svg) no-repeat;
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 18px;
    display: block;
    width: 25px;
    height: 10px;
  }
  .p-home .news {
    position: relative;
    margin-top: -7px;
    width: 100%;
    background-color: #EEEEEE;
  }
  .p-home .news__inner {
    width: 100%;
    display: flex;
  }
  .p-home .sns {
    display: flex;
    padding: 50px 0;
  }
  .p-home .sns .facebook {
    width: 28%;
    margin: 1%;
  }
  .p-home .sns .facebook h3 {
    margin-bottom: 3%;
  }
  .p-home .sns .instagram {
    margin-left: 1%;
    margin-top: 1%;
    width: 71%;
  }
  .p-home .sns .instagram h3 {
    margin-left: 1%;
  }
  .p-home .insta-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-width: 1280px;
    margin: 0 auto;
  }
  .p-home .insta-list li {
    width: 23%;
    margin: 1%;
    line-height: 130%;
  }
  .p-home .insta-list li a {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .p-home .instagram-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    fill: #fff;
  }
  .p-home .like_count {
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .p-home .like_count span {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 22px;
    font-size: 11px;
  }
  .p-home .comment_count {
    position: absolute;
    top: 5px;
    left: 50px;
  }
  .p-home .comment_count span {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 22px;
    font-size: 11px;
  }
  .p-home .caption {
    font-size: 12px;
    color: #333;
  }
  .p-home .time {
    font-size: 12px;
    color: #333;
  }
  .p-home .user {
    font-size: 12px;
    color: #333;
  }
}

/*# sourceMappingURL=home.css.map */
