#sec_01 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  background: url(../img/main/sec_01_bg.png) no-repeat center / cover;
}

#sec_01 .top {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

#sec_01 .top .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
}

#sec_01 .top .wrap h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
}

#sec_01 .bottom {
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_01 .bottom .wrap {
  width: 100%;
  height: auto;
}

#sec_01 .bottom .wrap h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #071EA2;
  max-width: 1600px;
  margin: 0 auto;
}

#sec_01 .bottom .wrap .line {
  width: 100%;
  height: 1px;
  background: #071EA2;
  max-width: 1600px;
  margin: 30px auto;
}

#sec_01 .bottom .wrap .slide_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  z-index: 2;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

#sec_01 .bottom .wrap .slide_wrap .slide {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
  gap: 20px;
  align-items: center;
}

#sec_01 .bottom .wrap .slide_wrap:hover .slide {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#sec_01 .bottom .wrap .slide_wrap .slide img {
  width: auto;
  height: auto;
}

#sec_01 .txt_line {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 2;
  overflow: hidden;
  background: #F9F9F9;
}

#sec_01 .txt_line .txt {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  gap: 30px;
  align-items: center;
}

#sec_01 .txt_line:hover .txt {
  animation-play-state: paused;
}

#sec_01 .txt_line .txt p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #071EA2;
}

/* #sec_01 .bg_item {
  width: 27.6%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: url(../img/main/sec_01_item_bg.png) no-repeat center / cover;
} */

#sec_02 {
  width: 100%;
  height: 500px;
  display: flex;
  border-top: 1px solid #071EA2;
  border-bottom: 1px solid #071EA2;
  overflow: hidden;
}

#sec_02 .left_box {
  width: 100%;
  height: 100%;
  background: url(../img/main/sec_02_bg_1.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 10px;
}

#sec_02 .left_box h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 80px;
  color: #fff;
}

#sec_02 .left_box p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
}

#sec_02 .right_box {
  width: 100%;
  height: 100%;
  display: flex;
} 

#sec_02 .right_box .txt {
  width: 100%;
  height: 100%;
  background: url(../img/main/sec_02_bg_2.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#sec_02 .right_box .txt h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}

#sec_02 .right_box .txt h2::after {
  content: "";
  width: 300px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/main/sec_02_item_01.png) no-repeat center / cover;
  z-index: -1;
}

#sec_02 .right_box .txt p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #DA0000;
}

#sec_02 .right_box .txt h3 {
  font-family: 'PB_B';
  font-weight: bold;
  font-size: 80px;
  color: #DA0000;
  opacity: 0;
  margin-bottom: 25px;
}

#sec_02 .right_box .txt h3.aos-animate {
  opacity: 1;
  animation:
    zoom 0.5s ease 0s 1,
    heart 1.5s ease 1.5s infinite;
}

@keyframes zoom {
  0%   { scale: 5; }
  100% { scale: 1; }
}

@keyframes heart {
  0%   { scale: 1; }
  50%  { scale: 1.2; }
  100% { scale: 1; }
}


#sec_02 .right_box .txt h4 {
  width: fit-content;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#sec_02 .right_box .txt h4::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #F4E000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

#sec_02 .right_box .banner {
  width: 21.7%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #071EA2;
}

#sec_02 .right_box .banner p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
  writing-mode: vertical-rl;
  text-orientation: sideways; /* 또는 sideways-right */
}

#sec_03 {
  width: 100%;
  height: 80px;
  background: #F5F7FF;
  border-bottom: 1px solid #071EA2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  overflow: hidden;
}

#sec_03 p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #071EA2;
}

#sec_04 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/main/sec_04_bg.png) no-repeat center / cover;
  overflow: hidden;
}

#sec_04 .wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

#sec_04 .wrap .title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

#sec_04 .wrap .title h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
}

#sec_04 .wrap .title h2 span {
  color: transparent;
  -webkit-text-stroke: 1px #071EA2;
}

#sec_04 .wrap .title a {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #071EA2;
  position: relative;
  width: fit-content;
}

#sec_04 .wrap .title a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #071EA2;
  position: absolute;
  left: 0;
  bottom: -8px;
}

#sec_04 .wrap .slide_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 200px;
  padding-left: 30px;
}

#sec_04 .wrap .slide_wrap .btn_wrap {
  width: auto;
  height: auto;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  flex-shrink: 0;
}

#sec_04 .wrap .slide_wrap .btn_wrap::after {
  content: "";
  width: 1px;
  height: 80%;
  background: #071EA2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#sec_04 .wrap .slide_wrap .btn_wrap button { 
  border: none;
  background: none;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 30px;
  color: #071EA2;
  text-align: left;
}

#sec_04 .wrap .slide_wrap .btn_wrap button.active {
  font-family: 'PB_B';
	font-weight: bold;
}

#sec_04 .wrap .slide_wrap .slide {
  width: 100%;
  max-width: 600px;
  height: auto;
  background: url(../img/main/sec_04_slide.png) no-repeat center / 100% auto;
}

#sec_04 .wrap .slide_wrap .slide img {
  width: auto;
  height: auto;
}

#sec_05 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

#sec_05 .coffee {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

#sec_05 .wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

#sec_05 .wrap::after {
  content: "";
  width: 1px;
  height: 1000px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 160px;
}

#sec_05 .wrap .con_1 {
  width: auto;
  height: auto;
  position: absolute;
  top: -50px;
  left: 50px;
}

#sec_05 .wrap .con_2 {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

#sec_05 .wrap .inner {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

#sec_05 .wrap .inner .txt {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#sec_05 .wrap .inner .txt h2 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 30px;
  color: #fff;
}

#sec_05 .wrap .inner .txt h2 span {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
}

#sec_05 .wrap .inner .txt p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#sec_05 .wrap .inner .txt a {
  width: fit-content;
  position: relative;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#sec_05 .wrap .inner .txt a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -8px;
}

#sec_05 .wrap .inner img {
  width: auto;
  height: auto;
}

#sec_05 video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

#sec_06 {
  width: 100%;
  height: 740px;
  display: flex;
  overflow: hidden;
}

#sec_06 .left_box {
  width: 46.8%;
  height: 100%;
}

#sec_06 .left_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec_06 .right_box {
  width: 53.2%;
  height: 100%;
  text-align: center;
  background: #071EA2;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#sec_06 .right_box .txt {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
}

#sec_06 .right_box .txt .title {
  width: auto;
  height: auto;
}

#sec_06 .right_box .txt p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#sec_06 .right_box .slide_wrap {
  width: 100%;
  height: auto;
}

#sec_06 .right_box .slide_wrap .slide {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  gap: 10px;
  align-items: center;
}

#sec_06 .right_box .slide_wrap:hover .slide {
  animation-play-state: paused;
}

#sec_06 .right_box .slide_wrap .slide img {
  width: auto;
  height: auto;
}

#sec_07 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#sec_07 .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: flex;
  gap: 100px;
  align-items: flex-start;
  justify-content: center;
}

#sec_07 .wrap .title {
  width: auto;
  height: auto;
}

#sec_07 .wrap .title h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
}

#sec_07 .wrap .title h2 span {
  font-size: 30px;
}

#sec_07 .wrap .txt {
  display: flex;
  flex-direction: column;
  gap: 95px;
  text-align: center;
}

#sec_07 .wrap .txt p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #071EA2;
}

#sec_07 .wrap .txt p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#sec_07 .wrap .txt p.point {
  color: #fff;
  position: relative;
  z-index: 1;
}

#sec_07 .wrap .txt p.point::after {
  content: "";
  width: 450px;
  height: 200px;
  background: #071EA2;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#sec_07 .wrap form {
  width: 100%;
  max-width: 500px;
  height: auto;
}

#sec_07 .wrap form h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #071EA2;
  margin-bottom: 10px;
  text-align: center;
}

#sec_07 .wrap form input:not([type="checkbox"]) {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #071EA2;
  padding: 0 20px;
  background: none;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 18px;
  color: #071EA2;
}

#sec_07 .wrap form input:not([type="checkbox"])::placeholder {
  color: #071EA2;
}

#sec_07 .wrap form .agree_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin: 10px 0;
}

#sec_07 .wrap form .agree_box input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #071EA2;
}

#sec_07 .wrap form .agree_box input[type="checkbox"]:checked {
  background: #071EA2;
}

#sec_07 .wrap form .agree_box label {
  cursor: pointer;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
  color: #071EA2;
}

#sec_07 .wrap form button {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #071EA2;
  color: #fff;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  border: none;
}

@media (max-width: 1600px) {
  #sec_01 .top .wrap {
    max-width: 90%;
  }

  #sec_01 .bottom .wrap h2,
  #sec_01 .bottom .wrap .line {
    max-width: 90%;
  }

  #sec_05 .coffee {
    width: 500px;
  }

  #sec_07 .wrap {
    gap: 100px;
    max-width: 90%;
    flex-wrap: wrap;
  }

  #sec_07 .wrap .title {
    width: 100%;
    text-align: center;
  }

  #sec_07 .wrap .txt {
    width: calc((100% - 100px) / 2);
  }

  #sec_07 .wrap form {
    max-width: calc((100% - 100px) / 2);
  }
}

@media (max-width: 1400px) {
  #sec_01 .top .wrap h2 {
    font-size: 42px;
  }

  #sec_01 .bottom .wrap h2 {
    font-size: 24px;
  }

  #sec_01 .txt_line .txt p {
    font-size: 24px;
  }

  #sec_02 .left_box h2 {
    font-size: 62px;
  }

  #sec_02 .left_box p {
    font-size: 24px;
  }

  #sec_02 .right_box .txt h2 {
    font-size: 42px;
  }

  #sec_02 .right_box .txt p {
    font-size: 24px;
  }

  #sec_02 .right_box .txt h3 {
    font-size: 62px;
  }

  #sec_02 .right_box .txt h4 {
    font-size: 42px;
  }

  #sec_02 .right_box .banner p {
    font-size: 42px;
  }

  #sec_05 .wrap::after {
    left: 5%;
  }

  #sec_05 .wrap .con_1 {
    width: 250px;
  }

  #sec_05 .wrap .con_2 {
    width: 350px;
  }

  #sec_05 .coffee {
    width: 30%;
  }

  #sec_05 .wrap .inner .txt h2 {
    font-size: 24px;
  }

  #sec_05 .wrap .inner .txt h2 span {
    font-size: 42px;
  }

  #sec_05 .wrap .inner img {
    width: 300px;
  }

  #sec_06 .right_box .txt .title {
    width: 200px;
  }

  #sec_06 .right_box .txt p {
    font-size: 18px;
  }

  #sec_06 .right_box .slide_wrap .slide img {
    height: 100%;
  }

  #sec_06 .left_box {
    width: 40%;
  }

  #sec_06 .right_box {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  #sec_01 {
    padding-top: 50px;
  }

  #sec_02 {
    height: auto;
    flex-wrap: wrap;
  }

  #sec_02 .left_box {
    height: auto;
    background: url(../img/main/sec_02_bg_1.png) no-repeat top center / cover;
    padding: 100px 0;
  }

  #sec_02 .right_box {
    height: 500px;
  }

  #sec_04 .wrap {
    max-width: 90%;
  }

  #sec_04 .wrap .title h2 {
    font-size: 42px;
  }

  #sec_04 .wrap .slide_wrap .btn_wrap button {
    font-size: 24px;
  }

  #sec_04 .wrap .slide_wrap .slide {
    max-width: 500px;
  }

  #sec_04 .wrap .slide_wrap {
    gap: 150px;
  }

  #sec_05 .wrap .con_1 {
    width: 150px;
  }

  #sec_05 .wrap .con_2 {
    width: 200px;
  }

  #sec_06 {
    height: auto;
    flex-wrap: wrap;
  }

  #sec_06 .left_box {
    display: none;
  }

  #sec_06 .right_box {
    width: 100%;
    height: auto;
  }

  #sec_06 .right_box .slide_wrap .slide img {
    height: 300px;
  }

  #sec_07 .wrap .title h2 span {
    font-size: 24px;
  }

  #sec_07 .wrap .title h2 {
    font-size: 42px;
  }
}

@media (max-width: 900px) {
  #sec_01 .top .wrap h2 {
    font-size: 36px;
  }

  #sec_01 .top {
    height: 300px;
  }

  #sec_01 .bottom .wrap .slide_wrap .slide img {
    height: 180px;
  }

  #sec_03 p {
    font-size: 24px;
  }

  #sec_04 .wrap .title h2 {
    font-size: 36px;
  }

  #sec_04 .wrap .title a {
    font-size: 18px;
  }

  #sec_04 .wrap .slide_wrap {
    padding-left: 0;
  }

  #sec_04 .wrap .slide_wrap .btn_wrap button {
    font-size: 20px;
  }

  #sec_04 .wrap .slide_wrap .btn_wrap {
    gap: 20px;
  }

  #sec_04 .wrap .slide_wrap .slide {
    max-width: 60%;
  }

  #sec_05 .wrap .inner {
    flex-wrap: wrap;
    gap: 50px;
    text-align: center;
  }

  #sec_05 .wrap .inner .txt {
    width: 100%;
  }

  #sec_05 .wrap .inner .txt a {
    margin: 0 auto;
  }

  #sec_05 .coffee {
    width: 50%;
  }

  #sec_07 .wrap .txt {
    width: 100%;
  }

  #sec_07 .wrap form {
    max-width: 100%;
  }

  #sec_07 .wrap {
    gap: 50px;
  }
}

@media (max-width: 700px) {
  #sec_01 .top .wrap h2 {
    font-size: 32px;
  }

  #sec_01 .bottom .wrap h2 {
    font-size: 20px;
  }

  #sec_01 .bottom .wrap .line {
    margin: 15px 0;
  }

  #sec_01 .bottom .wrap .slide_wrap .slide img {
    height: 160px;
  }

  #sec_01 .txt_line .txt p {
    font-size: 20px;
  }

  #sec_01 .txt_line {
    height: 50px;
  }

  #sec_02 .left_box h2 {
    font-size: 48px;
  }

  #sec_02 .left_box p {
    font-size: 18px;
  }

  #sec_02 .right_box .txt h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  #sec_02 .right_box .txt h2::after {
    width: 200px;
    height: 67px;
  }

  #sec_02 .right_box .txt p {
    font-size: 20px;
  }

  #sec_02 .right_box .txt h3 {
    font-size: 48px;
  }

  #sec_02 .right_box .txt h4 {
    font-size: 32px;
  }

  #sec_02 .right_box .txt h4::after {
    height: 10px;
  }

  #sec_02 .right_box .banner p {
    font-size: 32px;
  }

  #sec_03 p {
    font-size: 20px;
  }

  #sec_03 {
    height: 50px;
  }

  #sec_04 .wrap .title h2 {
    font-size: 32px;
  }

  #sec_04 .wrap .title a::after {
    height: 2px;
    bottom: -5px;
  }

  #sec_04 .wrap .title a {
    font-size: 16px;
  }

  #sec_04 .wrap .slide_wrap .btn_wrap {
    padding-left: 15px;
  }

  #sec_04 .wrap .slide_wrap {
    gap: 100px;
  }

  #sec_04 .wrap .slide_wrap .slide {
    max-width: 50%;
  }

  #sec_06 .right_box .txt .title {
    width: 160px;
  }

  #sec_06 .right_box .txt p {
    font-size: 16px;
  }

  #sec_06 .right_box .slide_wrap .slide img {
    height: 250px;
  }

  #sec_07 .wrap .title h2 {
    font-size: 36px;
  }

  #sec_07 .wrap .title h2 span {
    font-size: 20px;
  }

  #sec_07 .wrap .txt p {
    font-size: 16px;
  }

  #sec_07 .wrap .txt p.point::after {
    width: 350px;
    height: 120px;
  }

  #sec_07 .wrap .txt {
    gap: 50px;
  }
} 

@media (max-width: 500px) {
  #sec_01 .top .wrap h2 {
    font-size: 24px;
  }

  #sec_01 .top {
    height: 200px;
  }

  #sec_01 .bottom .wrap {
    max-width: 100%;
  }

  #sec_01 .bottom .wrap h2 {
    padding: 0 5%;
  }

  #sec_01 .bottom .wrap .line {
    width: 90%;
    margin: 15px auto;
  }

  #sec_01 .bottom .wrap .slide_wrap .slide img {
    height: 140px;
  }

  #sec_02 .left_box h2 {
    font-size: 32px;
  }

  #sec_02 .left_box p {
    font-size: 14px;
  }

  #sec_02 .right_box .banner {
    width: 15%;
  }

  #sec_02 .right_box .txt h2 {
    font-size: 24px;
  }

  #sec_02 .right_box .txt p {
    font-size: 16px;
  }

  #sec_02 .right_box .txt h3 {
    font-size: 36px;
  }

  #sec_02 .right_box .txt h4 {
    font-size: 24px;
  }

  #sec_02 .right_box .banner p {
    font-size: 24px;
  }

  #sec_02 .right_box {
    height: 350px;
  }

  #sec_03 p {
    font-size: 16px;
  }

  #sec_03 {
    gap: 10px;
  }

  #sec_04 {
    padding: 50px 0;
  }

  #sec_04 .wrap .title h2 {
    font-size: 24px;
  }

  #sec_04 .wrap .title a {
    font-size: 14px;
  }

  #sec_04 .wrap .slide_wrap {
    gap: 30px;
    flex-wrap: wrap;
  }

  #sec_04 .wrap .slide_wrap .slide {
    max-width: 100%;
  }

  #sec_04 .wrap .title {
    margin-bottom: 50px;
  }

  #sec_04 .wrap .slide_wrap .btn_wrap button {
    font-size: 16px;
  }

  #sec_05 {
    padding: 50px 0;
  }

  #sec_05 .wrap .con_1 {
    width: 100px;
    top: -30px;
    left: 10px;
  }

  #sec_05 .wrap .con_2 {
    width: 140px;
    bottom: 10px;
    left: 10px;
  }

  #sec_05 .wrap .inner .txt h2 {
    font-size: 18px;
  }

  #sec_05 .wrap .inner .txt h2 span {
    font-size: 36px;
  }

  #sec_05 .wrap .inner .txt p {
    font-size: 16px;
  }

  #sec_05 .wrap .inner .txt a {
    font-size: 16px;
  }

  #sec_05 .wrap .inner .txt a::after {
    height: 2px;
    bottom: -5px;
  }

  #sec_05 .wrap .inner img {
    width: 250px;
  }

  #sec_06 .right_box .txt {
    padding: 50px 5%;
    gap: 30px;
  }

  #sec_06 .right_box .txt .title {
    width: 140px;
  }

  #sec_06 .right_box .txt p {
    font-size: 14px;
  }

  #sec_06 .right_box .txt p br {
    display: none;
  }

  #sec_07 {
    padding: 50px 0;
  }

  #sec_07 .wrap .title h2 span {
    font-size: 16px;
  }

  #sec_07 .wrap .title h2 {
    font-size: 24px;
  }

  #sec_07 .wrap .txt p {
    font-size: 14px;
  }

  #sec_07 .wrap .txt p.point::after {
    width: 300px;
    height: 90px;
  }

  #sec_07 .wrap form h3 {
    font-size: 24px;
  }

  #sec_07 .wrap form input:not([type="checkbox"]) {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }

  #sec_07 .wrap form .agree_box label {
    font-size: 14px;
  }

  #sec_07 .wrap form button {
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  #sec_01 .top .wrap h2 {
    font-size: 20px;
  }

  #sec_01 .top {
    height: 100px;
  }

  #sec_01 .bottom .wrap h2 {
    font-size: 16px;
  }

  #sec_01 .bottom .wrap .slide_wrap .slide img {
    height: 110px;
  }

  #sec_01 .bottom .wrap .slide_wrap .slide {
    gap: 10px;
  }

  #sec_01 .txt_line .txt p {
    font-size: 16px;
  }

  #sec_02 .left_box h2 {
    font-size: 28px;
  }

  #sec_02 .left_box p {
    font-size: 12px;
  }

  #sec_02 .right_box .txt h2 {
    font-size: 20px;
  }

  #sec_02 .right_box .txt h2::after {
    width: 120px;
    height: 40px;
  }

  #sec_02 .right_box .txt p {
    font-size: 14px;
  }

  #sec_02 .right_box .txt h3 {
    font-size: 28px;
  }

  #sec_02 .right_box .txt h4 {
    font-size: 20px;
  }

  #sec_02 .right_box .banner p {
    font-size: 18px;
  }

  #sec_03 p {
    font-size: 14px;
  }

  #sec_05 .wrap .inner .txt h2 {
    font-size: 16px;
  }

  #sec_05 .wrap .inner .txt h2 span {
    font-size: 24px;
  }

  #sec_05 .wrap .inner .txt p {
    font-size: 14px;
  }

  #sec_05 .wrap .inner .txt a {
    font-size: 14px;
  }

  #sec_05 .wrap .inner img {
    width: 200px;
  }

  #sec_05 .coffee {
    width: 60%;
  }

  #sec_06 .right_box .slide_wrap .slide img {
    height: 200px;
  }

  #sec_07 .wrap .title h2 span {
    font-size: 14px;
  }

  #sec_07 .wrap .title h2 {
    font-size: 20px;
  }

  #sec_07 .wrap .txt p {
    font-size: 12px;
  }

  #sec_07 .wrap .txt p.point::after {
    width: 260px;
    height: 80px;
  }

  #sec_07 .wrap form h3 {
    font-size: 18px;
  }

  #sec_07 .wrap {
    gap: 30px;
  }

  #sec_07 .wrap .txt {
    gap: 30px;
  }
}