
@font-face {
  font-family: 'sf-ui-display';
  font-weight: 400;
  src: url("../fonts/SF-UI-Display-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'sf-ui-display';
  font-weight: 500;
  src: url("../fonts/SF-UI-DISPLAY-MEDIUM.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'sf-ui-display';
  font-weight: 700;
  src: url("../fonts/SF-UI-DISPLAY-BOLD.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NOTOSANSKR-REGULAR.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NOTOSANSKR-MEDIUM.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 700;
  src: url("../fonts/NOTOSANSKR-BOLD.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ROBOTO-REGULAR.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ROBOTO-MEDIUM.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  src: url("../fonts/ROBOTO-BOLD.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'appleGothicNeo';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/APPLESDGOTHICNEOR.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'appleGothicNeo';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/APPLESDGOTHICNEOM.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'appleGothicNeo';
  font-weight: 700;
  src: url("../fonts/APPLESDGOTHICNEOB.woff2") format("woff2");
  font-display: swap;
}

:lang(ko) * {
  word-break: keep-all;
  word-wrap: break-word;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, select, input, textarea{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  word-break: break-all;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

body {
  background: #fafafa;
  font-family: 'sf-ui-display', 'appleGothicNeo', 'NotoSansKR', 'roboto', 'sans-serif';
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: default;
}

body.bg-white{
  background: #fff;
}

.wrapper{
	position: relative;
  width:100%;
  margin: 0 auto;
}

.wrapper-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.subpage{
  padding-top: 160px !important;
}

.form-card-subpage{
  padding-top: 200px !important;
}


.bg-purple {
  background-color: #6f42c1;
}

.bg-white{
  background: #fff;
}

/* header:s */
.header{
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  border-bottom: 1px solid #eee;
  z-index: 1000;
  flex-direction: column;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.03);
}


.header-top{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-top .header-logo{
  
}

.header-top .header-submenu{
  position: absolute;
  right: 0;
}

.header-top .header-submenu .header-submenu-list{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.header-submenu-list li{
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.header-submenu-list li.only-text{
  padding: 10px 5px 5px;
  font-size: 14px;
}

.header-submenu-list li.only-text a:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 10px;
  background: #eaeaea;
  margin-left: 75px;
}

.header-submenu-list li.only-text:last-child{
  padding-right: 0;
}

.header-submenu-list li.only-text:last-child a:after{
  width: 0;
}

.header-submenu-list li.only-text a{
  font-size: 14px;
}

.header-submenu-list li.only-text span{
  font-weight: 700;
  padding-right: 5px;
}

.header-submenu-list li a{
  padding: 5px 5px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.header-submenu-list li a.submenu-write{
  border: 1px solid #c9cbd1;
  border-radius: 15px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  letter-spacing: -1px;
  color: #000;
}

.header-submenu-list li a.submenu-write span{
  padding-right: 3px;
  color: #f48fb1;
}

.header-top .logo {
  display: block;
  padding-left: 10px;
}
.header-top .logo img{
  height: 45px;
}

.header-top .logo.partner-logo img{
  height: 55px;
}
.header-wrap{
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
}

.header-wrap .header-main-left,
.header-wrap .header-main-right{
  width: 100%;
}

.header-wrap .header-main-left ul,
.header-wrap .header-main-right ul{
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}

.header-wrap .header-main-left ul li,
.header-wrap .header-main-right ul li{
  display: flex;
  line-height: 30px;
}

.header-wrap .header-main-left ul li a,
.header-wrap .header-main-right ul li a{
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.header-wrap .header-main-right ul{
  justify-content: flex-end;
}

.header-wrap .header-main-right ul li a{
  color: #f48fb1;
}
/* header:e */

/* section:s */
.section-title{
  padding-bottom: 20px;
}
.section-title h3{
  font-size: 20px;
  font-weight: 700;
  color: #444;
}


.section-title.partner-title h3{
  font-size: 27px;
  font-weight: 700;
  color: #444;
  justify-content: center;
  display: flex;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 0 20px;
  
}
.section-title.partner-title{
 isolation: isolate; 
 justify-content: center;
 text-align: center;
}
.section-title.partner-title:after{
  position: absolute;
  content: '';
  width: calc( 100% - 50px );
  height: 2px;
  background: #eaeaea;
  margin-top: 12px;
  z-index: -1;
}

.section-title.partner-title2{
  margin-top: 60px!important;
}


.section-title p{
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f1f1f;
  padding-top: 10px;
}
.section-title h3 span{
  font-weight: 400;
}
.section-title > div{
  align-items: center;
}
.section-title > div a{
  color: #000;
  font-size: 14px;
}

.section-card{
  position: relative;
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.015);
}

.section-card.section-notification{
  background: #f7f7f7;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  color: #777;
}

.section-card.section-notification h4{
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f1f1f;
  padding-bottom: 15px;
}

.section-card.section-white{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
}
/* section:e */


/* main slider:s */

.main-visual{
  overflow-x: hidden;
  padding-top: 160px;
}

#main-slider .swiper-wrapper{
  height: 330px;
}
#main-slider {
  margin: 0 auto 0;
  position: relative;
}

#main-slider .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
}

#main-slider div.swiper-slide {
  position: relative;
  width: calc(80% - 20px);
  height: 100%;
  margin: 0 10px;
  padding: 0 50px;
  border-radius: 10px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

#main-slider div.swiper-slide > a{
  display: block;
  position: relative;
}

#main-slider li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  opacity: 1;
}

#main-slider .visual-subtitle{
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 4px;
  color: #888;
}

#main-slider .visual-title{
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #000;
}

#main-slider .visual-title span{
  color: #ff0039;
  font-weight: 500;
}

#main-slider .swiper-button-prev,
#main-slider .swiper-button-next{
  position: absolute;
  top: calc( 100% / 2 - 25px );
  z-index: 10;
  width: 50px;
}

#main-slider .swiper-button-prev img,
#main-slider .swiper-button-next img{
  width: 100%;
}

#main-slider .swiper-button-prev{
  left: 20px;
}

#main-slider .swiper-button-next{
  right: 20px;
}
/* main slider:e */


/* benefit:s */
.benefit .benefit-list ul{
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: space-around;
}



.benefit .benefit-list ul li{
  list-style: none;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  color: #1f1f1f;
  width: calc( 100% / 5 );
  max-width: 150px;
  min-width: 85px;
}

.benefit li img{
  width: 100%;
  border-radius: 50%;
  margin-bottom: 15px;
}

.benefit-list .card-caption{
  font-size: 14px;
  letter-spacing: -1px;
}
/* benefit:e */


/* quick:s */
.quick .quick-list ul{
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  justify-content: space-around;
}

.quick .quick-list ul li{
  width: calc( 100% / 6 );
  max-width: 120px;
  min-width: 75px;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  color: #1f1f1f;
}

.quick li img{
  width: 100%;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
}

.quick-list .card-caption{
  font-size: 13px;
  letter-spacing: -1px;
}
/* quick:e */

/* card list:s */
.card-list ul{
  gap: 60px 24px;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.card-list ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc( 100% / 3 - 16px );
}

.card-list ul li figure{
  margin: 0;
  position: relative;
  text-align: center;
}

.card-list ul li figure a{
  display: inline-block;
}

.card-list ul li figure a img{
  display: block;
  max-width: 100%;
}

.card-list .card-title{
  font-size: 13px;
  font-weight: 600;
  padding-top: 10px;
}

.card-list .card-body{
  position: relative;
}

.card-list .card-description > div{
  display: inline-block;
}

.card-list .card-ratio{
  color:#ff0039;
  font-weight: 700;
  font-size: 13px;
}

.card-list .card-discount-price{
  color: #000;
  font-size: 13px;
  
  padding-left: 10px;
  font-weight: 700;
  
}

.card-list .card-price{
  color: #000;
  font-size: 13px;
  text-decoration:line-through;
  padding-left: 10px;
  font-weight: 400;
}

.card-list .card-buttons {
    display: flex;
    width: 140px;
    position: absolute;
    right: 0;
}



.card-list .card-buttons > a{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 0;
}

.card-list .card-buttons > a:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.card-list .card-buttons > a.btn-light{
  border-color: #e2e2e2;
  color: #777;
}

.card-list .card-buttons > a:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* card list:e */

/* footer:s */
.footer{
  width: 100%;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  margin-top: 40px;
}
.footer-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: block;
  font-size: 12px;
  padding: 20px;
  line-height: 24px;
}

.footer-content{
  display: flex;
  align-items: center;
}

.footer-content .footer-intro{
  width: 100%;
  
}

.footer-content .footer-intro > div:first-child{
  color: #666;
  line-height: 20px;
  letter-spacing: -1px;
}
.footer-content .footer-customer{
  width: 250px;
}

.footer-container .copyright{
  color: #909090;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -1px;
  padding-top: 10px;
}

.footer-container .footer-navi ul{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-container .footer-navi ul > li{
  padding-right: 20px;
}


.footer-container .footer-navi a{
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -1px;
}

.footer-container .footer-customer .footer-subtitle{
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f1f1f;
}

.footer-container .footer-customer .footer-tel{
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1f;
}

.footer-container .footer-customer .footer-operation{
  font-size: 11px;
  letter-spacing: -1px;
  color: #1f1f1f;
}
/* footer:e */


/* button:s */
.btn-sm{
  padding: 5px 10px;
  border-radius: 7px;
}

.btn-light{
  background-color: #fff;
  border: 1px solid #979797;
}
.btn-danger{
  background-color: #ff0039;
  border: 0;
}
/* button:e */

/* review:s */
#main-review{
  overflow: hidden;
}
#main-review .swiper-slide img{
  max-width: 100%;
}

#main-review .swiper-slide figure{
  border: 1px solid #cacaca;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
}

#main-review .swiper-slide .card-caption{
  padding: 15px;
}

#main-review .swiper-slide .card-caption h4{
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1.3;
  color: #555;
}

#main-review .swiper-slide .card-caption p{
  color: #898989;
  font-size: 12px;
  letter-spacing: -1px;
  padding-top: 5px;
  
}

#main-review .swiper-slide .card-caption p span{
  color: #898989;
}
/* review:e */

/* review list:s */
.review-list .review-item{
  border-radius: 15px;
  border: solid 1px #cacaca;
  background-color: #fff;
  padding: 15px;
  display: flex;
  margin-bottom: 20px;
}

.review-list .review-img{
  width: 120px;
  display: flex;
  align-items: center;
}
.review-list .review-img img{
  width: 100%;
}

.review-list .review-content{
  padding: 0 15px;
}

.review-list .review-content ul{
  margin: 0;
  padding: 0;
}

.review-list .review-content ul li{
  display: inline-block;
  color: #eee;
}

.review-list .review-content ul li.active{
  color: #f48fb1;
}

.review-list .review-content p{
  color: #666;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 20px;
}

.review-list .review-content .review-product{
  font-size: 14px;
  padding: 5px 0;
}

.review-list .review-content .review-product strong{
  font-weight: 700;
}

.review-list .review-content .review-product span{
  display: inline-block;
  width: 20px;
}

.review-list .review-content .review-product span:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background: #eaeaea;
  margin-top: -10px;
  margin-left: 10px;
}

.review-list .review-author{
  width: 120px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
  color: #888;
}
/* review list:e */


/* flower:s */
.flower-info{
  display: flex;
  align-items: center;
}

.flower-wrapper{
  margin-top: 40px;
  background: #eff7f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.flower-wrapper > .container{
  padding-left: 50px;
  padding-right: 50px;
}

.flower-title h3{
  font-size: 30px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 40px;
}

.flower-title p{
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #1f1f1f;
}

.flower-title p span{
  clear: both;
  display: inline-block;
  width: 100%;
}

#main-flower{
  overflow: hidden;
}
#main-flower .swiper-slide {

}
#main-flower .swiper-slide img{
    width: 100%;
    max-width:100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}

#main-flower .card-title{
  padding-top: 25px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #1f1f1f;
  text-align: left;
}

#main-flower .card-description{
  padding-bottom: 10px;
  white-space: nowrap;
}

#main-flower .card-description > div{
  font-size: 13px;
  display: inline-block;
}

#main-flower .card-description .card-ratio{
  color: #ff0039;
  font-weight: 700;
}

#main-flower .card-description .card-price{
  color:#333;
  font-weight: 400;
  padding-left: 5px;
  text-decoration: line-through;
  white-space: nowrap;
}

#main-flower .card-description .card-discount-price{
  color:#000;
  font-weight: 700;
  padding-left: 5px;
  white-space: nowrap;
}


/* flower:e */

/* card form:s */
.form-preview{
  border: 1px solid #eee;
  height: 100%;
}

#accordion-form-list .accordion-item{
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
  border-radius: 0;
}

#accordion-form-list .col-2{
  min-width: 70px;
}

#accordion-form-list .accordion-item:first-child{
  margin-top: 0;
}

#accordion-form-list .accordion-button::after{
  width: 10px;
  height: 10px;
  background-size: 100%;
}

#accordion-form-list .accordion-button{
  padding: 10px 20px 10px 0;
  font-size: 14px;
  box-shadow: none;
  --bs-accordion-transition: none;
}

#accordion-form-list .accordion-button:not(.collapsed){
  background-color: transparent;
  box-shadow: none;
}
#accordion-form-list .accordion-button[aria-expanded=true]{
  color: #333;
  /*font-weight: 800;
  border-bottom: 1px solid #e0e0e0;*/
}

#accordion-form-list .accordion-button:focus {
  outline: 0 !important;
  box-shadow: none;
}


#accordion-form-list .input-group-text{
  padding: 0 5px;
}


#accordion-form-list .col-form-label{
  font-size: 12px;
  color: #4e4e4e;
}

.btn.btn-outline-primary{
  --bs-btn-color: #434343;
  --bs-btn-border-color: #e0e0e0;
  --bs-btn-hover: ;
  --bs-btn-active-color: #333;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #ff0039;
  --bs-btn-font-size: 12px;
  --bs-btn-line-height: 27px;
  padding-top: 0;
  padding-bottom: 0;
}

.frm .form-check-label{
  font-size: 12px;
  letter-spacing: -0.5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.frm .form-check-input:checked{
  background-color: #ff0039;
  border-color: #ff0039;
}

.frm input[type=password].form-control,
.frm input[type=text].form-control{
  height: 30px;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 30px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.frm textarea{
  font-size: 12px;
  line-height: 22px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.frm hr{
  display: block;
  width: 100%;
  border-color: #bbb;
}

.frm .form-select{
  height: 30px;
  font-size: 12px;
}

.frm .accordion-body > .row{
  margin-bottom: 10px;
}



.frm .accordion-body > .row:last-child{
  margin-bottom: 0;
}

.frm .accordion-body .list-group li.list-group-item{
  font-size: 12px;
}

.frm .accordion-header .form-check-input{
  margin-top: 0;
  margin-right: 10px;
}



.frm .radio-color .btn.btn-secondary{
  --bs-btn-border-color: #e0e0e0;
  --bs-btn-font-size: 12px;
  --bs-btn-bg: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-color: #000;
  --bs-btn-color: #333;
  --bs-btn-active-border-color: #000;
  --bs-btn-line-height: 27px;
  padding-top: 0;
  padding-bottom: 2px;
}

.frm .radio-color .btn.btn-secondary.theme-gray{
  --bs-btn-border-color: #e0e0e0;
  --bs-btn-font-size: 12px;
  --bs-btn-bg: #f6f6f6;
  --bs-btn-hover-bg: #f6f6f6;
  --bs-btn-active-bg: #f6f6f6;
  --bs-btn-active-color: #555;
  --bs-btn-color: #888;
  --bs-btn-active-border-color: #555;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.frm .radio-color .btn.btn-secondary.theme-pink{
  --bs-btn-border-color: #e0e0e0;
  --bs-btn-font-size: 12px;
  --bs-btn-bg: #ffeef5;
  --bs-btn-hover-bg: #ffeef5;
  --bs-btn-active-bg: #ffeef5;
  --bs-btn-active-color: #555;
  --bs-btn-color: #888;
  --bs-btn-active-border-color: #555;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.frm .radio-color .btn.btn-secondary.theme-yellow{
  --bs-btn-border-color: #e0e0e0;
  --bs-btn-font-size: 12px;
  --bs-btn-bg: #fff6bc;
  --bs-btn-hover-bg: #fff6bc;
  --bs-btn-active-bg: #fff6bc;
  --bs-btn-active-color: #555;
  --bs-btn-color: #888;
  --bs-btn-active-border-color: #555;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn.btn-outline-primary{
  --bs-btn-border-color: #e0e0e0;
  --bs-btn-font-size: 12px;
  --bs-btn-bg: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-color: #000;
  --bs-btn-color: #333;
  --bs-btn-active-border-color: #000;
  --bs-btn-line-height: 27px;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-border-color: #888;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 12px;
  font-weight: 400;
}

.frm .btn-check:checked+.btn, 
.frm .btn.active, 
.frm .btn.show, 
.frm .btn:first-child:active, 
.frm :not(.btn-check)+.btn:active{
  font-weight: 700;
}
.frm .select-image-type{
  background: #ebebeb;
  padding: 25px 40px 30px;
}
.frm .grid-intro {
  width: 100%;
}
.frm .grid-intro > .row:first-child{
  margin-top: 0;
}
.frm .grid-intro > .row{
  margin-top: 20px;
}

.frm .grid-intro img{
  width: 100%;
  border: 1px solid #e2e2e2;
}

.frm .main-image-item.active > img{
  border: 1px solid #f48fb1;
}

.frm-submit-button{
  position: fixed;
  top: 117px;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #eaeaea;
  background: #f7f7f7;
  z-index: 1000;
}

.frm-submit-button-inner{
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:disabled{
  opacity: 0.1;
}

.frm .list-group-item.disabled{
  background-color: #f7f7f7;
}

.frm .accordion-header {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

.frm .accordion-header .form-check-input{
  width: 15px;
  height: 15px;
}

.frm .accordion-header .accordion-button {
  padding-left: 0;
  background: none;
}

.frm .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.frm input[type=text]:read-only{
  background: #f7f7f7;
}

.frm .alert{
  font-size: 12px;
  margin-top: 20px;
}
/* card form:e */

/* event:s */
.event-category{
  margin-top: 20px;
}
.event-category ul{
  margin: 0 0 25px;
  padding:0;
  list-style: none;
  display: flex;
}

.event-category ul > li{
  display: flex;
}

.event-category ul > li > a{
  display: block;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f1f1f;
  margin-right: 30px;  
}

.event-category ul > li.active > a{
  font-weight: 600;
}

.event-category ul > li:last-child > a{
  margin-right: 0;
}

.event-list > div > div{
  margin-bottom: 25px;
}

.event-list img{
  max-width: 100%;
}
/* event:e */

/* naver login:s */
.naver-login{
  height: calc( 100vh - 110px - 200px );
  display: flex;
  align-items: center;
  justify-content: center;
}

.naver-login img{
  height: 50px;
}
/* naver login:e */

.empty-message{
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #888;
}

/* 마이페이지:s */
.card-item{
  display: flex;
  border: 1px solid #cacaca;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.card-list-wrapper{
  margin-top: 40px;
}

.mypage .card-thumb{
  display: flex;
  align-items: center;
  width: 115px;
  margin-right: 20px;
}
.mypage .card-thumb img{
  width: 100%;
}

.mypage .card-info{
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mypage .card-info .product-title{
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}
.mypage .card-info .product-title span{
  display: inline-block;
  width: 20px;
}

.mypage .card-info .product-title span:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 10px;
  background: #eaeaea;
  margin-top: -10px;
  margin-left: 10px;
}

.mypage .card-info .product-id,
.mypage .card-info .product-delete{
  font-size: 12px;
  color: #888;
  padding-bottom: 5px;
}

.mypage .product-btn-group{
  margin-top: 10px;
}
.mypage .product-btn-group .btn.btn-sm{
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.mypage .product-btn-group .btn.btn-sm.btn-outline-secondary{
  color: #555;
  border: 1px solid #ccc;
  --bs-btn-border-color: #e0e0e0;
  --bs-btn-font-size: 12px;
  --bs-btn-bg: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-color: #000;
  --bs-btn-color: #333;
  --bs-btn-active-border-color: #000;
  --bs-btn-line-height: 18px;
}
/* 마이페이지:e */
/* responsive:s */

@media (max-width: 750px) {
  
  .card-list .card-buttons{
    margin-top: 10px;
    display: flex;
    width: 100%;
    position: relative;
  }
  
  .section-title h3{
    font-size: 18px;
    font-weight: 700;
    color: #444;
  }
  .header .header-logo{
    padding-left: 15px; 
  }
  
  .header-wrap .header-main-left{
    padding-left: 15px;
  }
  
  .header-wrap .header-main-left ul li a,
  .header-wrap .header-main-right ul li a{
    padding-left: 7px;
    padding-right: 7px;
    
  }
  
  .header-submenu-list li a.submenu-write{
    border: 1px solid #c9cbd1;
    border-radius: 15px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
  }
  
  .header-submenu-list li a{
    margin-right: 5px;
  }
  
  .frm-submit-button{
    top: 115px;
  }
  
  
  #main-slider .swiper-wrapper{
    height: 200px;
  }
  
  #main-slider div.swiper-slide {
    position: relative;
    width: calc(80% - 20px);
    height: 100%;
    margin: 0 5px;
    padding: 0 20px;
    border-radius: 7px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  
  #main-slider .visual-subtitle{
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
    padding-left: 4px;
    color: #888;
  }
  
  #main-slider .visual-title{
    font-size: 18px;
  }
  
  
  #main-slider .visual-title.txt-white{
    color: #fff;
  }
  
  #main-slider .visual-title span{
    color: #ff0039;
    font-weight: 500;
  }
  
  
  .card-list ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc( 100% / 2 - 12px );
  }
  
  .flower-title {
    padding-bottom: 30px;
  }
  
  .flower-title h3{
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 23px;
  }
  
  .flower-title p{
    font-size: 12px;
    font-weight: 300;
  }
  
  .flower-title p span{
    clear: both;
    display: inline-block;
    width: auto;
    padding-right: 4px;
  }
  
  .card-list .card-buttons > a{
    font-size: 12px;
  }
  
  .footer-content{
    padding-top: 15px;
  }
  
  .footer-content .footer-intro > div:first-child{
    color: #666;
    line-height: 20px;
    letter-spacing: -1px;
  }
  .footer-content .footer-customer{
    width: 200px;
    padding-left: 10px;
    line-height: 20px;
  }
  
  #main-flower .card-description .card-ratio{
    font-size: 12px;
  }
  
  #main-flower .card-description .card-price{
    font-size: 12px;
  }
  
  #main-flower .card-buttons {
    width: 100%;
  }
  
  #main-flower .card-buttons button{
    width: 100%;
    border-radius: 5px;
    border-color: #ececec;
    font-size: 12px;
    color: #555;
  }
  
  .card-item{
    padding: 10px;
  }
  
  .mypage .card-thumb{
    width: 80px;
    margin-right: 10px;
  }
  
  .mypage .product-btn-group .btn.btn-sm{
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .section-card.section-notification h4{
    font-size: 16px;
  }
}
/* responsive:e */


/* dropzone:s */

.upload-photo.upload-photo-main-image-inactive{
  display:none;	
}

.upload-photo.upload-photo-main-image-active{
  display:flex;
}

.dropzone-gallery-list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
}

.dropzone{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /*justify-content: space-around;*/
  height: 100%;
  width: 100%;
  padding:0;
  min-height: auto;
}

.dropzone .text-upload {
  font-size: 14px;
  color: #8f8f8f;
}

.dropzone.dropzone-openning1-image.dz-started .dz-message,
.dropzone.dropzone-openning2-image.dz-started .dz-message,
.dropzone.dropzone-main-image.dz-started .dz-message,
.dropzone.dropzone-kakaotalk-image.dz-started .dz-message,
.dropzone.dropzone-map-image.dz-started .dz-message,
.dropzone.dropzone-url-image.dz-started .dz-message{
  display: none;
}


.dropzone.dropzone-map-image,
.dropzone.dropzone-greeting-image{
  width:100%;
  height: 284px;
}

.dropzone.dropzone-map-image .dz-item,
.dropzone.dropzone-map-image .dz-message,
.dropzone.dropzone-greeting-image .dz-item,
.dropzone.dropzone-greeting-image .dz-message{
  width:100%;
  height: 100%;
}

.dropzone.dropzone-map-image .dz-item,
.dropzone.dropzone-map-image .dz-details,
.dropzone.dropzone-greeting-image .dz-item,
.dropzone.dropzone-greeting-image .dz-details{
  width:100%;
  height: 100%;
  overflow: hidden;
}

.dropzone.dropzone-map-image .dz-details img{
  max-width:100%;
}



.dropzone .dz-message{
  display: flex;
  flex-direction: column;
  width: 120px;
  box-sizing: border-box;
  border: none;
  margin: 0 5px 0 0;
}

.dropzone .dz-details{
  display: flex;
  flex-direction: column;
  width: 120px;
  box-sizing: border-box;
  border: none;
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
}

.dropzone .dz-details:nth-child(3n){
  margin-right: 0;
}

.dz-item{
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 7px;
}

.dz-item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;  
}

.dropzone .dz-remove{
  position: absolute;
  top: 0;
  
}

.modal-header.bg-white {
  background: #fff;
}

.modal-header {
  background: #fafafa;
}

.modal-header .modal-title{
  font-size: 16px;
  font-weight: 700;

}

.modal-header.bg-white .modal-title{
  color: #000;
}

.modal .alert{
  font-size: 14px;
}
.table-quote th,
.table-quote td{
  font-size: 12px;
  line-height: 25px;
  vertical-align: middle;
}

.table-quote tr td{
  border-top: 1px solid #ddd;
  padding: 10px 10px;
}
.table-quote > tbody > tr:nth-child(2n) td{
  background: #f7f7f7;
}
/* dropzone:e */

/* swal:s */
.swal2-title{
  font-size: 14px !important;
}

.swal2-html-container{
  font-size: 12px !important;
  line-height: 22px !important;
}
/* swal:e */


.modal .modal-tabs li a{
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #444;
  border-radius: 0;
}

.modal .modal-tabs li a.acitve{
  color: #000;
  background: #fff;
}

.payment-type .btn{
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
}


.payment-type .btn.naverpay{
  background-color: #03c75a;
  color: #fff;
  border: 0;
}

.frm .btn-check:checked+.btn.naverpay, 
.frm .btn.naverpay.active, 
.btn.naverpay:active{
  background-color: #14a856;
}

.payment-type .btn.kakaopay{
  background-color: #fee500;
  color: #000;
  border: 0;
}

.frm .btn-check:checked+.btn.kakaopay, 
.frm .btn.kakaopay.active, 
.btn.kakaopay:active{
  background-color: #bbab17;
}

.payment-body .product-info{
  margin-bottom: 25px;
}

.payment-body .product-info p{
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.payment-body .product-info h5{
  font-size: 12px;
  color: #777;
}

.mypage-attend .card-header{
  font-size: 14px;
  color: #f48fb1;
  font-weight: 700;
  letter-spacing: 1;
}

.mypage-attend .card-body > div{
  width: 100%;
}

.mypage-attend h6{
  font-size: 14px;
  font-weight: normal;
  padding-top: 15px;
}

.mypage-attend strong{
  font-weight: 700;
  font-size: 12px;
  display:block;
  padding-bottom: 15px;
}

.mypage-attend .attend-title{
  font-size: 14px;
  margin-top: 20px;
  font-weight: 400;
}
.mypage-attend table th{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.mypage-attend table th,
.mypage-attend table td{
  font-size: 12px;
  text-align: center;
}

.mypage-attend table td{
  border-bottom: 1px solid #eaeaea;
}

#faq-accordion button:focus{
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

#faq-accordion{
  --bs-accordion-active-bg: #f7f7f7;
  --bs-accordion-bg: #fff;
  --bs-accordion-btn-color: #000;
  --bs-accordion-active-color: #f48fb1;
}

#faq-accordion .accordion-body {
  color: #555;
}
.purchase-button-wrap {
  margin-top: 20px;
  border-top:1px solid #ccc;
  padding-top: 20px;
}

.payment-agreement{
  margin-top: 20px;
}
.purchase-button-wrap .btn{
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dc3545;
  
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #dc3545 !important;
  --bs-btn-border-color: #dc3545 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #bb2d3b !important;
  --bs-btn-hover-border-color: #b02a37 !important;
  --bs-btn-focus-shadow-rgb: 225, 83, 97 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #b02a37 !important;
  --bs-btn-active-border-color: #a52834 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #dc3545 !important;
  --bs-btn-disabled-border-color: #dc3545 !important;
}

.partner-form .form-label{
  display: flex;
  align-items: center;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 0;
}

.ui-datepicker td span, .ui-datepicker td a{
  font-size: 12px;
}

.agreement-header{
  padding: 20px;
}
.agreement-content{
  padding: 20px;
  line-height: 25px;
  font-size: 16px;
  color: #666;
}

#search-address-modal .modal-body{
  padding: 20px 0;
}
.search-result{
  border-top: 1px solid #bbb;
  font-size: 14px;
  margin-top: 20px;
  background: #fafafa;
  padding: 20px;
}

.search-result a{
  display: block;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  padding: 15px 10px;
  margin-bottom: 10px;
}

.search-result a:hover{
  background: #f7f7f7;
}

.search-result h3{
  font-size: 14px;
  font-weight: 700;
}

.search-result p{
  padding-top: 5px;
  color: #888;
}

.search-title{
  display: flex;
}

.search-title > div{
  width: 100%;
  padding: 0 15px;
}

.search-title > div .btn{
  font-size: 14px;
}

.label-music label{
  margin-bottom: 5px;
}

.order-wrap{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.order-table{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.order-table .table tr > td:first-child{
  background: #f7f7f7;
  text-align: center;
}
.order-table .table td{
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 15px 10px;
  vertical-align: middle;
}

.order-header{
  display: flex;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
  background: #333;
  justify-content: space-between;
  align-items: center;
}

.order-header img{
  height: 40px;
}

h3.order-title{
  font-size: 14px;
  margin-top: 20px;
  font-weight: 700;
}

@media print {
  .order-wrap{
    max-width: 100%;
  }
  .order-print{
    display: none;
  }
}