@charset "utf-8";
/* CSS Document */

/* 기본 설정 _ 기획전영역 안에만 적용 */

#ct-SUMMER-26 {
  box-sizing: border-box;
  line-height: normal;
}

#ct-SUMMER-26 * {
  box-sizing: border-box;
}

#ct-SUMMER-26 button,
#ct-SUMMER-26 input,
#ct-SUMMER-26 select,
#ct-SUMMER-26 textarea {
  font: inherit;
}
#ct-SUMMER-26 a  {
  text-decoration: none;
  color: inherit;
}
#ct-SUMMER-26 ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ct-SUMMER-26 p {
  margin: 0;
  color: inherit;
}

#ct-SUMMER-26 h1,
#ct-SUMMER-26 h2,
#ct-SUMMER-26 h3 {
  color: inherit;
}


#ct-SUMMER-26 {
  width: 1150px;
  margin: 30px auto 40px;
  overflow: hidden;
  font-family: 'SUIT', sans-serif;
  color: #121212;
}

#ct-SUMMER-26 section {
  width: 100%;
}

#ct-SUMMER-26 img {
  display: block;
  max-width: 100%;
}

/* =========================
   MAIN VISUAL
========================= */
#ct-SUMMER-26 .main-visual {
  position: relative;
}

#ct-SUMMER-26 .main-visual .visual-title {
  position: absolute;
  bottom: 85px;
  left: 32%;
  font-size: 21px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

#ct-SUMMER-26 .main-visual .visual-title p {
  margin-top: 20px;
}

/* =========================
   HERO
========================= */
#ct-SUMMER-26 .hero {
  padding: 100px 0 170px ;
  text-align: center;
  background: #FAFAFA;
}

#ct-SUMMER-26 .hero .img {
  margin: 27px auto 27px;

}

#ct-SUMMER-26 .hero-title {
  margin-top: 45px;
  margin-bottom: 30px;
  line-height: 1.3;
}

#ct-SUMMER-26 .hero-title-strong {
  font-weight: 500;
  font-size: 21px;
}

#ct-SUMMER-26 .hero-desc {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
}

/* Hero - best 3 */
#ct-SUMMER-26 .best-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 75px;
}

#ct-SUMMER-26 .best-card {
  display: block;
  width: 320px;
  text-align: center;
}

#ct-SUMMER-26 .best-img {
  overflow: hidden;
}

#ct-SUMMER-26 .info-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ct-SUMMER-26 .badge {
  width: 70px;
  padding: 5px 7px;
  border-radius: 50px;
  border: 0.7px solid #2F9CCD;
  font-size: 15px;
  color: #2F9CCD;
  text-align: center;
  font-family: 'Alegreya', serif;
}


/* =========================
   CONTENT
========================= */
#ct-SUMMER-26 .content-01,
#ct-SUMMER-26 .content-02,
#ct-SUMMER-26 .content-03 {
  background-color: #FDFDFD;
}

#ct-SUMMER-26 .content_title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 90px 80px 80px ;
}

#ct-SUMMER-26 .content-03 .content_title {
  align-items: center;
}

#ct-SUMMER-26 .content-03 .content-banner {
  width: 800px;
  margin: auto;
}

#ct-SUMMER-26 .title {
  color: #352D2A;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 60px;
  margin-bottom: 17px;
}

#ct-SUMMER-26 .desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #352D2A;
}

#ct-SUMMER-26 .desc-main {
  font-size: 17px;
  font-weight: 400;
  text-align: right;
  line-height: 37px;
}

#ct-SUMMER-26 .desc-deco {
  color: #a5a5a5;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  line-height: 30px;
}


#ct-SUMMER-26 .content-02 .content_title {
  align-items: flex-start;
}

#ct-SUMMER-26 .content-02 .desc-main {
  text-align: left;
}

#ct-SUMMER-26 .content-02 .desc-deco {
  text-align: right;
}

#ct-SUMMER-26 .content-03 .desc-main {
  text-align: center;
}

#ct-SUMMER-26 .content-03 .desc-deco {
  text-align: center;
}

#ct-SUMMER-26 .item_intro-2 {
  width: max-content;
  margin: 0 80px 130px auto;
}

#ct-SUMMER-26 .item_intro-2 .item_info {
  display: flex;
  justify-content: space-between;
  text-align: right;
}


/* 배너 */
#ct-SUMMER-26 .content-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}


/* 상품 3열 리스트 */

#ct-SUMMER-26 .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 990px;
  margin: 0 auto;
  padding-bottom: 150px;
}

#ct-SUMMER-26 .product {
  display: block;
}

#ct-SUMMER-26 .product-info {
  padding: 20px 5px 30px;
  text-align: left;
  border-bottom: 0.3px solid #929292;
}

#ct-SUMMER-26 .product-img img {
  width: 100%;
}

#ct-SUMMER-26 .product-code {
  font-family: "Ancizar Serif";
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -1.38px;
}

#ct-SUMMER-26 .more-btn {
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}

#ct-SUMMER-26 .product-name {
  margin-top: 25px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

#ct-SUMMER-26 .product-price {
  margin: 5px 0 0 ;
  font-size: 12px;
}

#ct-SUMMER-26 .product-price strong {
  margin: 0 4px;
  font-size: 25px;
  font-family: 'Alegreya', serif;
  font-weight: 400;
  margin: 0 3px 0 8px;
}

#ct-SUMMER-26 .product-price del {
  color: #999;
  font-size: 14px;
  font-family: 'Alegreya', serif;
  font-weight: 400;
}

#ct-SUMMER-26 .item_intro-1 a{
  display: flex;
  align-items: flex-end;
  gap: 50px;
  padding: 0 80px ;
  margin-bottom: 110px;
}

#ct-SUMMER-26 .item_intro-1 .frame {
  border: 6px solid #FFF;
  width: 430px;
}

#ct-SUMMER-26 .item_desc {
  margin :50px 0;
  line-height: 1.7;
  font-size: 16.5px;
}

#ct-SUMMER-26 .more-bt2 {
  width: 60px;
}

#ct-SUMMER-26 .content-02 .content-banner {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#ct-SUMMER-26 .content-02 .item_intro-1 {
  position: relative;
  z-index: 10;
  margin-top: -160px;
}


#ct-SUMMER-26 .content-03 .frame {
  border: 5px solid #FFF;
  margin-top: 60px;
}

#ct-SUMMER-26 .content-03 .desc-deco {
  margin-top: 25px;
}

/* =========================
   notice
========================= */
#ct-SUMMER-26 .notice {
  background-image: url(https://www.flowercity.co.kr/event/2026/event1/SUMMER/images/tip-bg.jpg);
  padding: 100px 130px;
}

#ct-SUMMER-26 .notice_box{
  background-color: #fff;
  display: flex;
  gap: 60px ;
  padding: 80px 70px 85px 110px;
  justify-content: space-between;
}

#ct-SUMMER-26 .tip_tit{
 font-size: 20px;
 font-weight: 600;
 margin: 23px 0 38px;
 line-height: 1.6;
}

#ct-SUMMER-26 .part02 {
  width: 300px;
}

#ct-SUMMER-26 .part02 .tip_tit {
  margin: 19px 0 35px;
  text-align: center;
}

#ct-SUMMER-26 .part02 .icon_t1{
  font-size: 16px;
  font-weight: 600;
}

#ct-SUMMER-26 .part02 .icon_t2{
  font-size: 15px;
  line-height: 1.5;
}

#ct-SUMMER-26 .tip-desc{
  font-size: 15px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 17px;
  line-height: 1.8;
 }

 #ct-SUMMER-26 .part02 .tip-desc{
  gap: 23px;
 }

 #ct-SUMMER-26 .icon_box{
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  text-align: center;
 }

 #ct-SUMMER-26 .icon_box .tip-icon{
  width: 50px;
 }


/* =========================
   FAQ
========================= */

#ct-SUMMER-26 .faq {
  padding: 130px 130px 110px 130px;
}

#ct-SUMMER-26 .faq .tip_badge{
  margin: auto;
}

#ct-SUMMER-26 .faq .title {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.3;
  margin: 25px 0 65px;
  text-align: center;
}

#ct-SUMMER-26 .qa_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#ct-SUMMER-26 .qa_question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 23px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition: opacity 0.2s ease;
  color: #121212;
}

#ct-SUMMER-26 .qa_question:hover {
  color: #6a725c;
}

#ct-SUMMER-26 .qa_question .qa_question_title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  word-break: keep-all;
  margin: 0;
}

#ct-SUMMER-26 .qa_question_title .strong {
  font-weight: 700;
  color: #86da00;
  margin-right: 13px;
  font-size: 13px;
}

#ct-SUMMER-26 .qa_icon {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: url("../images/qa_icon_plus.svg") center / contain no-repeat;
}

/* 열린 상태: - 아이콘으로 교체 */
#ct-SUMMER-26 .qa_item.active .qa_icon {
  background: url("../images/qa_icon_minus.svg") center / contain no-repeat;
}

#ct-SUMMER-26 .qa_answer {
  display: none;
  padding-left: 38px;
  padding-bottom: 30px;
}

#ct-SUMMER-26 .qa_item.active .qa_answer {
  display: block;
}

#ct-SUMMER-26 .qa_answer p {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #121212;
  word-break: keep-all;
}
