@import 'slick.css';
#container {
  padding: 0;
}

.section {
  padding-top: 200px;
  background: #F8F6F6;
}

.bg {
  background: linear-gradient(to bottom, #fff 30%, #F8F6F6 100%);
}
.bg .section {
  background: none;
}

.title_section {
  text-align: center;
}
.title_section .title {
  display: block;
  font-size: 36px;
}
.title_section .desc {
  margin-top: 24px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.title_section [class^=link] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 50px;
  margin-top: 24px;
  padding: 0 24px;
  min-width: 220px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
}
.title_section .link_line {
  border: 2px solid #D80006;
  background: #fff;
  color: #D80006;
}

.contents {
  margin-top: 72px;
}

.list_conts:not(.slick-initialized) {
  display: flex;
  gap: 24px;
}
.list_conts:not(.slick-initialized) .item {
  width: 100%;
}

.box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 1180px) {
  .section {
    padding-top: 120px;
  }
  .title_section .title {
    font-size: 32px;
  }
  .title_section .desc {
    font-size: 18px;
  }
  .title_section [class^=link] {
    height: 48px;
    padding: 0 16px;
    font-size: 18px;
  }
  .contents {
    margin-top: 60px;
  }
  .list_conts:not(.slick-initialized) {
    gap: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .section {
    padding-top: 100px;
  }
  .title_section .title {
    font-size: 24px;
  }
  .title_section .desc {
    margin-top: 16px;
    font-size: 16px;
  }
  .title_section [class^=link] {
    font-size: 16px;
    height: 44px;
    min-width: 0;
  }
  .contents {
    margin-top: 40px;
  }
  .box {
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .title_section .title br {
    display: none;
    font-size: 0;
  }
}
#visual .wfix {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#visual .visual_conts {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-right: 32px;
  background: #F7F6F6;
  border-radius: 20px;
}
#visual .visual_conts .swiper {
  width: 100%;
}
#visual .visual_conts .inner {
  padding: 0 90px;
  background: url(../img/main_visual1_img.png) no-repeat calc(100% - 50px) bottom/auto 310px;
}
#visual .visual_conts .sup {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  background: #D80006;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#visual .visual_conts .title {
  display: block;
  margin-top: 16px;
  font-size: 36px;
  font-weight: 600;
}
#visual .visual_conts .desc {
  margin-top: 72px;
  font-size: 20px;
  font-weight: 500;
}
#visual .visual_conts .desc:before {
  display: block;
  width: 52px;
  height: 3px;
  margin-bottom: 20px;
  background: #D80006;
  content: "";
}
#visual .members {
  width: 27%;
  min-width: 320px;
  flex-shrink: 0;
}
#visual .members .link_join {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  height: 120px;
  padding: 0 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #E67930 0%, #B81E22 100%);
  color: #fff;
}
#visual .members .link_join:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: 0.3s;
  content: "";
}
#visual .members .link_join .txt {
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
}
#visual .members .link_join .tit {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
#visual .members .link_join .tit img {
  height: 28px;
  margin-right: 8px;
}
#visual .members .link_join .tit:after {
  display: inline-block;
  width: 12px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow01_right.png) no-repeat center/contain;
  transition: 0.3s;
  content: "";
}
@media screen and (min-width: 1400px) {
  #visual .members .link_join:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  #visual .members .link_join:hover:after {
    border-color: #D80006;
  }
  #visual .members .link_join:hover .tit:after {
    animation: arrow 0.6s infinite;
  }
}
#visual .members .wrap_login {
  margin-top: 24px;
}
#visual .members .wrap_login .inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 36px 30px;
  border-radius: 20px;
  border: 2px solid #D80006;
}
#visual .members .wrap_login .wrap_inp {
  margin-top: 4px;
}
#visual .members .wrap_login .inp {
  width: 100%;
  height: 60px;
  padding: 0 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  font-size: 20px;
  transition: 0.2s;
}
@media screen and (min-width: 1400px) {
  #visual .members .wrap_login .inp:focus {
    border-color: #D80006;
  }
}
#visual .members .wrap_login .btn_login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  background: #D80006;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.2s;
  border: 2px solid #D80006;
}
@media screen and (min-width: 1400px) {
  #visual .members .wrap_login .btn_login:hover {
    background-color: #B81E22;
  }
}
#visual .members .wrap_login .close {
  display: none;
}
@media screen and (max-width: 1480px) {
  #visual .visual_conts {
    margin-right: 20px;
  }
  #visual .visual_conts .inner {
    padding: 0 60px;
    background-position: calc(100% - 32px) bottom;
    background-size: auto 20vw;
  }
  #visual .members .link_join {
    height: 100px;
    padding: 0 24px;
  }
  #visual .members .link_join .txt {
    font-size: 14px;
  }
  #visual .members .link_join .tit {
    font-size: 16px;
  }
  #visual .members .wrap_login {
    margin-top: 20px;
  }
  #visual .members .wrap_login .inner {
    padding: 36px 24px;
    font-size: 16px;
  }
  #visual .members .wrap_login .inp {
    height: 50px;
    font-size: 18px;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 1180px) {
  #visual .visual_conts {
    gap: 16px;
  }
  #visual .visual_conts .inner {
    padding: 0 40px;
    background-position: calc(100% - 24px) bottom;
  }
  #visual .visual_conts .sup {
    height: 36px;
    padding: 0 12px;
    font-size: 18px;
  }
  #visual .visual_conts .title {
    font-size: 32px;
  }
  #visual .visual_conts .desc {
    margin-top: 52px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #visual .wfix {
    display: block;
  }
  #visual .visual_conts {
    margin: 12px 0 0;
    padding: 50px 0;
    border-radius: 12px;
  }
  #visual .visual_conts .inner {
    padding: 0 32px;
    background-size: auto 28vw;
  }
  #visual .visual_conts .sup {
    height: 32px;
    font-size: 16px;
  }
  #visual .visual_conts .title {
    margin-top: 12px;
    font-size: 28px;
  }
  #visual .visual_conts .desc {
    font-size: 16px;
    font-weight: normal;
  }
  #visual .members {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
  }
  #visual .members .link_join {
    height: auto;
    padding: 16px 20px;
    border-radius: 12px;
  }
  #visual .members .link_join .txt {
    font-weight: normal;
  }
  #visual .members .link_join .tit img {
    height: 20px;
  }
  #visual .members .wrap_login {
    position: relative;
    display: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #visual .members .wrap_login .close {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  #visual .members .wrap_login .close:before, #visual .members .wrap_login .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    border-radius: 2px;
    background: #222;
    content: "";
  }
  #visual .members .wrap_login .close:before {
    transform: rotate(45deg);
  }
  #visual .members .wrap_login .close:after {
    transform: rotate(-45deg);
  }
  #visual .members .wrap_login .inner {
    gap: 24px;
  }
  #visual .members .wrap_login .btn_login {
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #visual .visual_conts .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    text-align: center;
  }
  #visual .visual_conts .inner .sup {
    background: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    color: #D80006;
  }
  #visual .visual_conts .inner .title {
    font-size: 24px;
    line-height: 1.3;
  }
  #visual .visual_conts .inner .title br {
    font-size: 0;
    display: none;
  }
  #visual .visual_conts .inner .desc {
    margin-top: 0;
    font-size: 15px;
  }
  #visual .visual_conts .inner .desc .block {
    display: inline-block;
  }
  #visual .visual_conts .inner .desc:before {
    width: 224px;
    height: 164px;
    margin: 12px auto 22px;
    background: url(../img/main_visual1_img.png) no-repeat center center/contain;
  }
}
@media screen and (max-width: 540px) {
  #visual .visual_conts .inner .desc .block {
    display: inline;
  }
}

#section1 {
  padding-top: 120px;
}
#section1 .box {
  padding: 40px 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#section1 .box .tit {
  display: block;
  padding: 0 40px;
  font-size: 24px;
  line-height: 1;
}
#section1 .box .img {
  display: block;
  width: 160px;
  max-width: 100%;
  margin: 12px auto 0;
}
@media screen and (max-width: 1024px) {
  #section1 {
    padding-top: 80px;
  }
  #section1 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 32px 0 12px;
  }
  #section1 .box .tit {
    font-size: 20px;
  }
  #section1 .box .img {
    width: 92px;
  }
}
@media screen and (max-width: 768px) {
  #section1 .list_conts {
    flex-wrap: wrap;
  }
  #section1 .list_conts .item {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 430px) {
  #section1 .list_conts .box {
    aspect-ratio: 1/1;
    padding: 20px 0 0;
  }
  #section1 .list_conts .box .img {
    margin-top: 4px;
  }
}

#section2 .list_conts .item {
  display: flex;
}
#section2 .box {
  padding: 60px 30px;
  text-align: center;
}
#section2 .box .tit {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
#section2 .box .sub {
  display: block;
  margin-top: 12px;
  color: #D80006;
  font-weight: 600;
}
#section2 .box .desc {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  #section2 .box {
    padding: 32px;
  }
  #section2 .box .tit {
    font-size: 20px;
  }
  #section2 .box .sub {
    font-size: 14px;
    line-height: 1.4;
  }
  #section2 .box .desc {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 16px;
  }
  #section2 .box .desc br {
    display: none;
    font-size: 0;
  }
}
@media screen and (max-width: 640px) {
  #section2 .list_conts {
    margin: 0 -20px;
  }
  #section2 .slick-track {
    display: flex;
  }
  #section2 .slick-list {
    overflow: visible;
  }
  #section2 .item {
    padding: 0 6px;
  }
  #section2 .box {
    position: relative;
    transition: 0.5s 0.2s;
    box-shadow: none;
    border: 2px solid transparent;
  }
  #section2 .box .desc {
    margin-top: 32px;
    padding-top: 0;
    border-top: none;
  }
  #section2 .item.slick-active .box {
    box-shadow: 6px 6px 16px rgba(216, 0, 6, 0.1);
    border-color: #D80006;
  }
}

#section3 .list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#section3 .list > li {
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#section3 .list .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section3 .list .tit {
  display: flex;
  width: 32%;
  min-height: 68px;
  align-items: center;
  padding-right: 108px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 68px;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
#section3 .list .item1 .tit {
  background-image: url(../img/icon_func01.png);
}
#section3 .list .item2 .tit {
  background-image: url(../img/icon_func02.png);
}
#section3 .list .item3 .tit {
  background-image: url(../img/icon_func03.png);
}
#section3 .list .item4 .tit {
  background-image: url(../img/icon_func04.png);
}
#section3 .list .item5 .tit {
  background-image: url(../img/icon_func05.png);
}
#section3 .list .item6 .tit {
  background-image: url(../img/icon_func06.png);
}
#section3 .list .list_desc {
  flex-grow: 1;
  margin-left: 40px;
}
#section3 .list .list_desc li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
#section3 .list .list_desc li + li {
  margin-top: 0.4em;
}
#section3 .list .list_desc li:before {
  position: absolute;
  top: calc(0.75em - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #222;
  content: "";
}
@media screen and (max-width: 1024px) {
  #section3 .list .tit {
    min-width: 200px;
    min-height: 48px;
    padding-right: 72px;
    background-size: 48px;
    font-size: 18px;
  }
  #section3 .list .list_desc {
    margin-left: 28px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #section3 .list {
    border-top: none;
  }
  #section3 .list > li {
    padding: 0;
    border: none;
  }
  #section3 .list > li + li {
    margin-top: 12px;
  }
  #section3 .list .inner {
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.03);
  }
  #section3 .list .tit {
    width: 100%;
    padding: 24px 16px 24px 64px;
    background-position: 16px center;
    background-size: 40px;
    min-height: 40px;
    justify-content: space-between;
  }
  #section3 .list .tit br {
    display: none;
    font-size: 0;
  }
  #section3 .list .tit:after {
    flex-shrink: 0;
    margin-left: 12px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/arrow04_top.png) no-repeat center center/contain;
    transform: rotate(180deg);
    transition: 0.3s;
    content: "";
  }
  #section3 .list .tit.on:after {
    transform: rotate(0deg);
  }
  #section3 .list .list_desc {
    display: none;
    margin-left: 0;
    padding: 0 20px 24px;
  }
}

#section4 {
  padding-bottom: 160px;
}
#section4 .title_section .link_line {
  transition: 0.3s;
}
#section4 .title_section .link_line:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow02_right.png) no-repeat center center/contain;
  content: "";
}
@media screen and (min-width: 1400px) {
  #section4 .title_section .link_line:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  #section4 .title_section .link_line:hover:after {
    animation: arrow 0.6s infinite;
  }
}
#section4 .contents {
  margin-top: 92px;
}
#section4 .list_conts {
  gap: 32px;
}
#section4 .list_conts .item {
  display: flex;
}
#section4 .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  transition: 0.3s;
}
#section4 .box .tit_price {
  position: relative;
  height: 120px;
}
#section4 .box .tit_price .tit {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
#section4 .box .tit_price .kor {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  color: #757575;
}
#section4 .box .tit_price .desc {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  color: #D80006;
  font-weight: 600;
  line-height: 1.3;
}
#section4 .box .price {
  font-size: 32px;
  font-weight: 500;
}
#section4 .box .price .unit {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
}
#section4 .box .price .unit .vat {
  font-size: 14px;
}
#section4 .box .list_func {
  flex-grow: 1;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
#section4 .box .list_func li {
  position: relative;
  padding-left: 24px;
  background: url(../img/check_red.png) no-repeat 0 center/16px auto;
}
#section4 .box .list_func li + li {
  margin-top: 0.2em;
}
#section4 .box .wrap_btn {
  margin-top: 24px;
}
#section4 .box .wrap_btn .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background: #D80006;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (min-width: 1400px) {
  #section4 .box .wrap_btn .link:hover {
    background-color: #B81E22;
  }
}
@media screen and (min-width: 1400px) {
  #section4 .box:hover {
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1480px) {
  #section4 .list_conts {
    gap: 20px;
  }
  #section4 .box {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #section4 {
    padding-bottom: 70px;
  }
  #section4 .list_conts {
    gap: 12px;
  }
  #section4 .box {
    padding: 32px;
  }
  #section4 .box .tit_price .tit {
    font-size: 24px;
  }
  #section4 .box .tit_price .kor {
    font-size: 14px;
  }
  #section4 .box .tit_price .desc {
    font-size: 15px;
  }
  #section4 .box .price {
    font-size: 24px;
    line-height: 1;
  }
  #section4 .box .price .unit {
    font-size: 16px;
  }
  #section4 .box .price .unit .vat {
    font-size: 13px;
  }
  #section4 .box .list_func {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 15px;
  }
  #section4 .box .list_func li {
    padding-left: 20px;
    background-size: 12px auto;
    color: #555;
  }
  #section4 .box .wrap_btn .link {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #section4 .list_conts {
    margin: 0 -20px;
  }
  #section4 .list_conts .slick-list {
    padding-left: 14px;
    overflow: visible;
  }
  #section4 .list_conts .slick-track {
    display: flex;
  }
  #section4 .list_conts .item {
    width: 288px;
    min-width: 40vw;
    padding: 0 6px;
  }
  #section4 .list_conts .box {
    padding: 32px 24px;
  }
}