@charset "euc-kr";

/* Gmarket Sans Light (300) */
@font-face {
  font-family: "GmarketSans";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* Gmarket Sans Medium (500) */
@font-face {
  font-family: "GmarketSans";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;

}

.cont_wrap_260420 {
  font-family: "Noto Sans KR", "Sans-serif";
  color: #252525;
  margin: 0 auto;
  position: relative;
  max-width: 890px;  
  text-align: center;
}

.cont_wrap_260420 button {
  font-family: "Noto Sans KR", "Sans-serif";
}

/* cont_main_visual */
.cont_main_visual {
  position: relative;
  background-color: #d4e6ff;
  width: 100%;
  overflow: hidden;
}

.cont_main_visual>img {
  width: 100%;
}

.cont_main_visual .text_box_260420 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.cont_main_visual .text_box_260420 h1 {}

.cont_main_visual .text_box_260420 h1 img {
  width: 88px;
  margin-bottom: 5px;
  display: inline-block;
}

.cont_main_visual .text_box_260420 h1 p {
  font-size: 68px;
  font-family: "GmarketSans";
  font-weight: 500;
  letter-spacing: -0.0019em;
  display: block;
  margin-bottom: -6px;
  line-height: 1.5;
}

.cont_main_visual .text_box_260420 h1 p span {
  font-weight: 300;
  letter-spacing: 0;

}

.cont_main_visual .text_box_260420 .title_text01 {}

.cont_main_visual .text_box_260420 .title_text01 p {
  font-size: 20px;
  margin-bottom: 31px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.062em;
}

.cont_main_visual .text_box_260420 .title_text01 .item_text {
  font-size: 18px;
  width: 312px;
  height: 39px;
  line-height: 39px;
  border-radius: 30px;
  border: 1px solid #fffd7f;
  background-color: #fffd7f;
  margin: 0 auto;
  letter-spacing: 0;
  display: flex;
  text-align: center;
  gap: 15px;
  justify-content: center;
}

.cont_main_visual .text_box_260420 .title_text01 .item_text .text_p {
  letter-spacing: -0.072em;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 37px;
}

.cont_main_visual .text_box_260420 .title_text01 .item_text .text_span {
  letter-spacing: 0.05em;
  font-weight: 500;
  display: inline-block;
  font-size: 18px;
  line-height: 37px;
}

/* 이미지 */
.cont_main_visual .image_wrap_260420 {}

.cont_main_visual .image_wrap_260420 .cont_flower {
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  width: 795px;
  animation: flowerAnimation 4s infinite alternate linear;
}

@keyframes flowerAnimation {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0deg);
    opacity: 0.8;
  }

  25% {
    transform: translateX(-52%) translateY(-6px) rotate(-1deg);
    opacity: 1;
  }

  50% {
    transform: translateX(-48%) translateY(-12px) rotate(2deg);
    opacity: 0.5;
  }

  75% {
    transform: translateX(-51%) translateY(-6px) rotate(-1deg);
    opacity: 0.8;
  }

  100% {
    transform: translateX(-50%) translateY(0) rotate(0deg);
    opacity: 1;
  }
}

.cont_main_visual .image_wrap_260420 .cont_flower img {
  width: 100%;
}

.cont_main_visual .image_wrap_260420 .cont_bird {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 669px;
  animation: birdAnimation 4s infinite alternate linear;
  z-index: 3;
}

.cont_main_visual .image_wrap_260420 .cont_bird img {
  width: 100%;
}

@keyframes birdAnimation {
  0% {
    transform: translateX(-50%) translate(0px, 0px) rotate(-3deg);
  }

  25% {
    transform: translateX(-50%) translate(10px, -8px) rotate(1deg);
  }

  50% {
    transform: translateX(-50%) translate(20px, -4px) rotate(-2deg);
  }

  75% {
    transform: translateX(-50%) translate(10px, -10px) rotate(1deg);
  }

  100% {
    transform: translateX(-50%) translate(0px, 0px) rotate(-5deg);
  }
}

.cont_main_visual .image_wrap_260420 .cont_cloud {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  width: 823px;
  animation: cloudAnimation 5s ease-in-out infinite;
}

.cont_main_visual .image_wrap_260420 .cont_cloud img {
  width: 100%;
}

@keyframes cloudAnimation {
  0% {
    transform: translateX(-50%) translateX(0px);
    opacity: 0.5;
  }

  25% {
    transform: translateX(-50%) translateX(6px);
    opacity: 0.8;
  }

  50% {
    transform: translateX(-50%) translateX(0px);
    opacity: 1;
  }

  75% {
    transform: translateX(-50%) translateX(-6x);
    opacity: 0.8;
  }

  100% {
    transform: translateX(-50%) translateX(0px);
    opacity: 0.5;
  }
}

/* 5월의 달력 */
.sec2605_01 {
  padding: 100px 0 80px;
  background-color: #326e4a;
  width: 100%;
  box-sizing: border-box;
  height: auto;

}

.sec2605_01 .cal_wrap {
  width: 770px;
  padding: 67px 0 80px;
  background-color: #fff;
  margin: 0 auto;
}

.sec2605_01 .cal_wrap .cal_list {}

.sec2605_01 .cal_wrap .cal_list p {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 45px;
  letter-spacing: -0.1em;
}

.sec2605_01 .cal_wrap .cal_list p span {
  letter-spacing: -0.002em;
}

.sec2605_01 .cal_wrap .cal_list p strong {
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 1.5;
}

.sec2605_01 .cal_wrap .cal_list p strong span {
  letter-spacing: 0;
}


.sec2605_01 .cal_wrap .cal_list {}

.sec2605_01 .cal_wrap .cal_list img {
  width: 630px;
  margin-bottom: 43px;
}

.sec2605_01 .cal_wrap .cal_list a {
  display: block;
  width: 430px;
  margin: 0 auto;

}

.sec2605_01 .cal_wrap .cal_list a:hover img {
  animation: mov0 0.4s ease-out;
}

.sec2605_01 .cal_wrap .cal_list a img {
  width: 100%;
  display: block;
  margin: 0 auto;
  transform: scaleY(1) scaleX(1);
  box-shadow: 2px 4px 6px rgba(122, 122, 122, 0.774);
}

@keyframes mov0 {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.8) scaleX(1.1);
  }

  75% {
    transform: scaleY(1.1) scaleX(0.8);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}


/* 인사말 */
.sec2605_02 {
  width: 100%;
  background-color: #589263;
 
}

.sec2605_02 .clip_pop {
  position: fixed;
  top: -20px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  height: 38px;
  background: #222;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
  z-index: 999;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  opacity: 0;
}

.sec2605_02 .clip_pop.on {
  animation: mov1 1s;
}

@keyframes mov1 {
  0% {
    top: -20px;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: -20px;
    opacity: 0;
  }
}

.sec2605_02 .cont_main_260420 {
  padding: 63px 0 74px;
}

.sec2605_02 .cont_main_260420 .conts_01 {}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner {}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_title {
  margin-bottom: 60px;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_title dl {
  text-align: center;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_title dl dt {
  padding-bottom: 7px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.079em;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_title dl dd {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.085em;
  margin-bottom: 60px;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_title dd strong {
  font-weight: 500;
  letter-spacing: -0.085em;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs {

  width: 100%;

}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul {
  font-size: 0;
  text-align: center;
  width: 890px;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul li {
  width: 253px;
  height: 316px;
  background: url('https://www.bizforms.co.kr/magazine/content/hotclick/images/2026/0420/phone.png') 0 0 no-repeat;
  background-size: 100% 100%;
  /* padding: 0 8px 10px 2px; */
  overflow: hidden;
  display: inline-block;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
  vertical-align: top;
  margin-left: 12px;
  object-fit: contain;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul li:nth-child(1) {
  margin-left: 6px;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul li .conts_box {
  position: relative;
  height: 100%;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul li .conts_box .conts_box_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 100%;
}


.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul li .conts_box .conts_box_inner:nth-child(1) p {
  margin-left: 1.5px;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul li .conts_box .conts_box_inner p {
  padding-top: 79px;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  font-weight: 300;
  letter-spacing: -0.08em;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-right: 12.5px;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul li .conts_box .conts_box_inner span {
  font-size: 20px;
  font-weight: 400;
  color: #252525;
  letter-spacing: -0.07em;
  display: block;
  position: absolute;
  bottom: 2%;
  left: -1.9px;
  width: 100%;
  height: 41px;
  line-height: 1.5;
  z-index: 2;
  cursor: pointer;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul li .conts_box .conts_box_copy {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 248px;
  height: 309.5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  /* background: url('url('https://www.bizforms.co.kr/magazine/content/hotclick/images/2026/0420/phone.png')/0420/bg_opa.png') 0 0 repeat; */
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(1px);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;

}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul li .conts_box:hover .conts_box_copy {
  visibility: visible;
  opacity: 1;
}

.sec2605_02 .cont_main_260420 .conts_01 .conts_inner .conts_boxs ul li .conts_box .conts_box_copy span {
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 0;
  width: 100%;
  height: 82px;
  line-height: 82px;
  margin-top: -41px;
  background: url('https://www.bizforms.co.kr/magazine/content/hotclick/images/2026/0420/img_hover.png') 50% 50% no-repeat;
}

@keyframes mov1 {
  0% {
    top: -20px;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: -20px;
    opacity: 0;
  }
}

/* 인사말 */
.sec2605_03 {
  background-color: #326e4a;
  padding: 80px 0 100px;
  width: 100%;
  
}

.sec2605_03 .con_wrap .con_list {
  width: 770px;
  padding: 68px 0 110px;
  background-color: #fff;
  margin: 0 auto;

}


.sec2605_03 .con_wrap .con_list p {
  font-size: 40px;
  font-weight: 700;
  display: block;
  letter-spacing: -0.073em;
  z-index: 5;
  margin-bottom: 41px;
  line-height: 1.5;
}

.sec2605_03 .con_wrap .con_list p span {
  letter-spacing: 0;
  font-weight: 700;
}

.sec2605_03 .con_wrap .con_list img {
  width: 400px;
  margin-bottom: -22px;
}

.sec2605_03 .con_wrap .con_list a {
  display: block;
  width: 430px;
  height: 69px;
  margin: 0 auto;

}

.sec2605_03 .con_wrap .con_list a:hover img {
  animation: mov0 0.4s ease-out;
  width: 100%;

}

.sec2605_03 .con_wrap .con_list a img {
  width: 100%;
  display: block;
  margin: 0 auto;
  transform: scaleY(1) scaleX(1);
  box-shadow: 2px 4px 6px rgba(122, 122, 122, 0.774);
}

@keyframes mov0 {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.8) scaleX(1.1);
  }

  75% {
    transform: scaleY(1.1) scaleX(0.8);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

.conts_btn_top {
  position: fixed;
  left: 50%;
  margin-left: 680px;
  bottom: 95px;
  z-index: 9888;
  animation: topm 0.8s ease-in-out infinite;
  animation-play-state: paused;
}

.conts_btn_top button {
  cursor: pointer;
  border: none;
  outline: none;
  display: block;
  background: url('https://www.bizforms.co.kr/magazine/content/hotclick/images/2020/201208/ico_top.png') 50% 50% no-repeat;
  text-indent: -9999px;
  opacity: 0;
  width: 0px;
  height: 0px;
  -webkit-transition:
    opacity 0.4s,
    width 0s 0.4s,
    height 0s 0.4s;
  -moz-transition:
    opacity 0.4s,
    width 0s 0.4s,
    height 0s 0.4s;
  -ms-transition:
    opacity 0.4s,
    width 0s 0.4s,
    height 0s 0.4s;
  -o-transition:
    opacity 0.4s,
    width 0s 0.4s,
    height 0s 0.4s;
  transition:
    opacity 0.4s,
    width 0s 0.4s,
    height 0s 0.4s;
}

.conts_btn_top:hover {
  animation-play-state: running;
  animation-fill-mode: forwards;
}

.conts_btn_top.on button {
  opacity: 0.5;
  width: 50px;
  height: 50px;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.conts_btn_top.on:hover button {
  opacity: 1;
}