@charset "UTF-8";
/* ^scss에서 수정해주세요! */
.p_main .sub_title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -1.2px;
  color: #222;
  text-align: center;
}
.p_main .sub_title.type_02 {
  font-size: 24px;
  line-height: 1.21;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1280px) {
  .p_main .sub_title {
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: -0.6px;
  }
  .p_main .sub_title.type_02 {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.45px;
  }
}
.p_main em {
  font-style: normal;
}
.p_main em.yellow {
  color: #ffe600;
}
.p_main em.blue {
  color: #0167cc;
}

.p_main em.pink {
  color: #ff0980;
}

.p_main .com_btn {
  width: 200px;
  height: 60px;
}
@media screen and (max-width: 1280px) {
  .p_main .com_btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.35px;
  }
}
.p_main .com_btn.icon_search::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  background: url("../img/icon_search_white.png") no-repeat 0 0;
  background-size: 18px;
}
@media screen and (max-width: 1280px) {
  .p_main .com_btn.icon_search::after {
    width: 16px;
    height: 16px;
    margin-left: 11px;
    background-size: 14px;
  }
}
.p_main .com_btn.icon_plus::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  background: url("/assets/img/icon_plus_black.png") no-repeat 0 0;
  border:0px solid yellow;
  background-size: 22px;
}
@media screen and (max-width: 1280px) {
  .p_main .com_btn.icon_plus::after {
    width: 16px;
    height: 16px;
    background-size: 14px;
  }
}
.p_main .icon_text {
  display: block;
  margin: 0 auto;
  margin-bottom: 22px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1280px) {
  .p_main .icon_text {
    margin-bottom: 10px;
    width: 130px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: -0.33px;
  }
}
.p_main .swiper-button-next {
  background: url("/assets/img/btn_main_next.png") no-repeat 0 0;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  right: -30px;
  top: 197px;
}
@media screen and (max-width: 1280px) {
  .p_main .swiper-button-next {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    right: 0;
    top: auto;
    bottom: -47px;
  }
}
.p_main .swiper-button-next::after {
  display: none;
}
.p_main .swiper-button-prev {
  background: url("/assets/img/btn_main_prev.png") no-repeat 0 0;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  left: -30px;
  top: 197px;
}
@media screen and (max-width: 1280px) {
  .p_main .swiper-button-prev {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    left: 0;
    top: auto;
    bottom: -47px;
  }
}
.p_main .swiper-button-prev::after {
  display: none;
}
.p_main .pop_search.com_popup.mainPopSearch .pop_container {
  margin-top: 0;
}
.p_main .sec_visual {
  padding: 150px 0 565px;
  border-bottom: 1px solid #eee;
  text-align: center;
  background: url("/assets/img/main_bg3.png") no-repeat;
  background-position: top center;
  background-size: auto;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_visual {
    position: relative;
    padding: 120px 0 125px;
    background: url("/assets/img/m_mainbg3.png") no-repeat;
    background-size: auto 520px;
    background-position: top center;
  }
}
.p_main .sec_visual .top_title {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -1.75px;
  text-align: center;
  color:#fff;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_visual .top_title {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    font-size: 40px;
    line-height: 1.18;
    letter-spacing: -1px;
	
  }
}
.p_main .sec_visual .top_title em {
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_visual .top_title em {
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: -0.75px;
  }
}
.p_main .sec_top_banner {
  width: 100%;
  position: absolute;
  top: 380px;
  border:0px solid yellow;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_top_banner {
    position: relative;
    top: auto;
    width: 100%;
    display: flex;

  }
}
.p_main .sec_top_banner .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.26;
  letter-spacing: -0.95px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_top_banner .banner {
    width: 50%;
    height: auto;
    padding: 20px 0;
    border-radius: 0;
  }
}
.p_main .sec_top_banner .banner.buy {
  position: absolute;
  right: 50%;
  margin-right: 320px;
  top: 0;
  font-size: 38px;
  background: #0167cc;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_top_banner .banner.buy {
    position: relative;
    right: auto;
    margin-right: auto;
    top: auto;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.4px;
  }
}
.p_main .sec_top_banner .banner.sale {
  position: absolute;
  left: 50%;
  margin-left: 320px;
  top: 0;
  font-size: 35px;
  background-color: #ffffff;
        background-color: rgba( 252, 175, 218, 1 );
}
@media screen and (max-width: 1280px) {
  .p_main .sec_top_banner .banner.sale {
    position: relative;
    left: 0%;
	width:100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.4px;
	border:0px solid yellow;
	 background-color: rgba( 252, 175, 218, 1 );
  }
}
.p_main .sec_top_banner .banner em {
  color: #f4439e;
  font-style: normal;
}
.p_main .sec_top_banner .banner .tit {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.7px;
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_top_banner .banner .tit {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}
.p_main .sec_top_banner .banner .link {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ff0980;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_top_banner .banner .link {
    width: 110px;
    margin-top: 12px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
}
.p_main .sec_search {
  padding: 48px 0 124px;
  text-align: center;

}

.p_main .sec_search {
  padding: 48px 0 124px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .p_main .sec_search {
    padding: 37px 0 30px;
	border:0px solid yellow;
  }
}
.p_main .sec_search .top_text {
  margin-bottom: 9px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.68px;
  color: #999;
}

.pt50 {padding-top:50px;}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .top_text {

    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
    text-align: center;
  }
}
.p_main .sec_search .search_tit {
  display: block;
  margin-top: 10px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: -1.25px;
  color:#ff0980;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .search_tit {
    padding-left: 0px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.45px;
    text-align: center;
  }
}
.p_main .sec_search .input_wrap {
  position: relative;
  width: 822px;
  margin: 72px auto 0;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .input_wrap {
    width: 100%;
    margin-top: 23px;
  }
}
.p_main .sec_search .input_wrap .search_input {
  height: 75px;
  padding: 9px 15px 9px 30px;
  border: solid 1px #707070;
  border-radius: 75px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .input_wrap .search_input {
    height: 40px;
    padding-left: 15px;
  }
}
.p_main .sec_search .input_wrap .search_input::placeholder {
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: -0.45px;
  color: #999;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .input_wrap .search_input::placeholder {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}
.p_main .sec_search .input_wrap .btn_search {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 57px;
  height: 57px;
  border-radius: 100%;
  background: #0167cc;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .input_wrap .btn_search {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
  }
}
.p_main .sec_search .input_wrap .btn_search::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../img/icon_search_white_thin.png") no-repeat center;
  background-size: 36px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .input_wrap .btn_search::before {
    width: 19px;
    height: 19px;
    background-size: 19px;
  }
}
.p_main .sec_search .hint {
  margin-top: 17px;
  padding-left: 31px;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: -0.45px;
  color: #999;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .hint {
    padding-left: 15px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}
.p_main .sec_search .sub_title {
  margin: 80px 0 36px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .sub_title {
    margin: 25px 0 10px;
  }
}
.p_main .sec_search .select_wrap {
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .select_wrap {
    margin-bottom: 20px;
  }
}
.p_main .sec_search .select_wrap .sel_box {
  width: 243px;
  height: 75px;
  border: 1px solid #707070;
  border-radius: 40px;
  background: url("../img/arrow_down_black.png") no-repeat 86% 50%/28px auto;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .select_wrap .sel_box {
    width: 100%;
    height: 40px;
    background: url("../img/arrow_down_black.png") no-repeat 97.5% 50%/16px auto;
  }
  .p_main .sec_search .select_wrap .sel_box.m_type {
    width: 49.5%;
    margin-bottom: 10px;
    background: url("../img/arrow_down_black.png") no-repeat 95% 50%/16px auto;
  }
}
.p_main .sec_search .select_wrap .sel_box.input_box {
  background: none;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .select_wrap .sel_box.input_box {
    background: none;
  }
  .p_main .sec_search .select_wrap .sel_box.input_box.m_type {
    background: none;
  }
}
.p_main .sec_search .select_wrap .sel_box select, .p_main .sec_search .select_wrap .sel_box input {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: -0.45px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: transparent;
}
.p_main .sec_search .select_wrap .sel_box select:-ms-expand, .p_main .sec_search .select_wrap .sel_box input:-ms-expand {
  display: none;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_search .select_wrap .sel_box select, .p_main .sec_search .select_wrap .sel_box input {
    padding: 0 16px;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}
.p_main .sec_recommend {
  overflow: hidden;
  width: 100%;
  padding: 89px 0 82px;
  text-align: center;
  background-image: linear-gradient(296deg, #ff0980, #f4439e 80%);
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend {
    padding: 30px 0;
  }
}
.p_main .sec_recommend .sub_title {
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend .sub_title {
    margin-bottom: 20px;
  }
}
.p_main .sec_recommend .icon_text {
  background-color: #ffe600;
}
.p_main .sec_recommend .com_product_list .list {
  flex-wrap: initial;
  margin-bottom: 0;

}
.p_main .sec_recommend .com_product_list .list .item {
  width: 400px;
  margin-bottom: 40px;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend .com_product_list .list .item {
    margin-bottom: 35px;
  }
}
.p_main .sec_recommend .com_product_list .list .item .img_area {
  margin-bottom: 0;
}
.p_main .sec_recommend .com_product_list .list .item .info_area {
  padding: 30px 30px 10px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend .com_product_list .list .item .info_area {
    padding: 15px 15px;
  }
}
.p_main .sec_recommend .com_product_list .list .item .info_area .price {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend .com_product_list .list .item .info_area .price {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -0.38px;
  }
}
.p_main .sec_recommend .com_product_list .list .item .count_area {
  padding: 0;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.33px;
  font-weight: normal;
  color: #222;
}
.p_main .sec_recommend .swiper {
  overflow: initial;
}
.p_main .sec_recommend .swiper .swiper-slide {
  opacity: 0.5;
}
.p_main .sec_recommend .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.p_main .sec_recommend .swiper .swiper-slide.swiper-slide-active + .swiper-slide, .p_main .sec_recommend .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend .swiper .swiper-slide.swiper-slide-active + .swiper-slide, .p_main .sec_recommend .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend .swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}


/*행사갤리러*/
.p_main .sec_recommend_1 {
  overflow: hidden;
  width: 100%;
  padding: 89px 0 82px;
  text-align: center;
  background-image: linear-gradient(296deg, #f9f9f9, #f9f9f9 80%);
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend_1 {
    padding: 30px 0;
  }
}
.p_main .sec_recommend_1 .sub_title {
  margin-bottom: 50px;
  color: #ff0980;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend_1 .sub_title {
    margin-bottom: 20px;
  }
}
.p_main .sec_recommend_1 .icon_text {
  background-color: #f4439e;
  color:#fff;
}
.p_main .sec_recommend_1 .com_product_list .list {
  flex-wrap: initial;
  margin-bottom: 0;
}
.p_main .sec_recommend_1 .com_product_list .list .item {
  width: 400px;
  margin-bottom: 40px;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend_1 .com_product_list .list .item {
    margin-bottom: 35px;
  }
}
.p_main .sec_recommend_1 .com_product_list .list .item .img_area {
  margin-bottom: 0;
}
.p_main .sec_recommend_1 .com_product_list .list .item .info_area {
  padding: 30px 30px 10px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend_1 .com_product_list .list .item .info_area {
    padding: 15px 15px;
  }
}
.p_main .sec_recommend_1 .com_product_list .list .item .info_area .price {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend_1 .com_product_list .list .item .info_area .price {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -0.38px;
  }
}
.p_main .sec_recommend_1 .com_product_list .list .item .count_area {
  padding: 0;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.33px;
  font-weight: normal;
  color: #222;
}
.p_main .sec_recommend_1 .swiper {
  overflow: initial;
}
.p_main .sec_recommend_1 .swiper .swiper-slide {
  opacity: 0.5;
}
.p_main .sec_recommend_1 .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.p_main .sec_recommend_1 .swiper .swiper-slide.swiper-slide-active + .swiper-slide, .p_main .sec_recommend_1 .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend_1 .swiper .swiper-slide.swiper-slide-active + .swiper-slide, .p_main .sec_recommend_1 .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1280px) {
  .p_main .sec_recommend_1 .swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
/*행사갤러리*/


.p_main .sec_list {
  padding: 90px 0 100px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_list {
    padding: 30px 0 40px;
  }
}
.p_main .sec_list .icon_text {
  width: 258px;
  color: #3196ff;
  background-color: #e8f4fb;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_list .icon_text {
    width: 167px;
  }
}
.p_main .sec_list .sub_title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_list .sub_title {
    margin-bottom: 20px;
  }
}
.p_main .sec_list .item {
  text-align: left;
}
.p_main .sec_list .com_product_list .list .item .img_area {
  margin-bottom: 0;
}
.p_main .sec_list .com_product_list .list .item .info_area {
  padding: 10px;
  border:0px solid yellow;
  background-color: #e22697;
  color:#fff;
  text-align:center;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_list .com_product_list .list .item .info_area {
    padding: 15px 15px;
	
  }
}

.p_main .sec_list .item .info_area .now_price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p_main .sec_list .item .info_area .now_price .date {
  margin-left: auto;
  font-weight: normal;
}


/*인허가증*/
.p_main .sec_list_1 {
  padding: 90px 0 100px;
  text-align: center;
  background-color: #fcb4d7;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_list_1 {
    padding: 30px 0 40px;
  }
}
.p_main .sec_list_1 .icon_text {
  width: 258px;
  color: #ff1686;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_list_1 .icon_text {
    width: 167px;
  }
}
.p_main .sec_list_1 .sub_title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_list_1 .sub_title {
    margin-bottom: 20px;
  }
}
.p_main .sec_list_1 .item {
  text-align: left;
}




.p_main .sec_list_1 .item .info_area .now_price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p_main .sec_list_1 .item .info_area .now_price .date {
  margin-left: auto;
  font-weight: normal;
}

/*인허가증*/


.p_main .sec_banner {
  padding: 94px 0 100px;
  color: #fff;
  background: url("/assets/img/bg_main_banner1.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_banner {
    padding: 53px 0 40px;
    background: url("/assets/img/bg_main_banner1_m.jpg") no-repeat center;
    background-size: cover;
  }
}
.p_main .sec_banner .sub_title {
  margin-bottom: 44px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_banner .sub_title {
    width: 230px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
.p_main .sec_banner .list {
  display: flex;
  justify-content: space-between;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_banner .list {
    display: initial;
  }
}
.p_main .sec_banner .list .item {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_banner .list .item {
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    padding: 11px 0;
    border-top: 1px solid #fff;
  }
  .p_main .sec_banner .list .item:first-child {
    border-top: none;
  }
}
.p_main .sec_banner .list .item strong {
  display: block;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -1.2px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_banner .list .item strong {
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: -0.75px;
    text-align: right;
  }
}
.p_main .sec_banner .list .item .text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.38px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_banner .list .item .text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.35px;
    text-align: left;
  }
}
.p_main .sec_intro {
  padding: 50px 0 80px;
  background: #f3f7fa;
}

.p_main .sec_intro img {
	margin-bottom:80px;
}


@media screen and (max-width: 1280px) {
  .p_main .sec_intro {
    padding: 20px 15px 30px;
  }

  .p_main .sec_intro img {
	margin-bottom:30px;
}

}
.p_main .sec_intro .com_center_wrap {
  padding: 0px 0px;
  border:0px solid yellow;
 text-align: center;
}

.p_main .sec_intro .search_tit {
  display: block;
  margin-top: 50px;
   margin-bottom: 20px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: -1.25px;
  color:#5c5c5c;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_intro .search_tit {
  
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.45px;
    text-align: center;
  }
}


@media screen and (max-width: 1280px) {
  .p_main .sec_intro .com_center_wrap {

    padding: 0;
  }
}
.p_main .sec_intro .com_center_wrap .list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.p_main .sec_intro .com_center_wrap .list .item {
  position: relative;
  width: 33.3333333333%;
  height: 200px;
  padding: 30px 20px 20px 35px;
  text-align: left;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  margin-top: -1px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_intro .com_center_wrap .list .item {
    width: 50%;
    height: 130px;
    padding: 19px 0px 0px 15px;
  }
}
.p_main .sec_intro .com_center_wrap .list .item:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_intro .com_center_wrap .list .item:after {
    background-size: 55px;
    width: 55px;
    height: 55px;
    bottom: 5px;
    right: 7px;
  }
}
.p_main .sec_intro .com_center_wrap .list .item.icon_intro01:after {
  /*background-image: url("../img/icon_intro01.png");*/
}
.p_main .sec_intro .com_center_wrap .list .item.icon_intro02:after {
  /*background-image: url("../img/icon_intro02.png");*/
}
.p_main .sec_intro .com_center_wrap .list .item.icon_intro03:after {
  /*background-image: url("../img/icon_intro03.png");*/
}
.p_main .sec_intro .com_center_wrap .list .item.icon_intro04:after {
 /* background-image: url("../img/icon_intro04.png");*/
}
.p_main .sec_intro .com_center_wrap .list .item.icon_intro05:after {
  /*background-image: url("../img/icon_intro05.png");*/
}
.p_main .sec_intro .com_center_wrap .list .item.icon_intro06:after {
 /* background-image: url("../img/icon_intro06.png");*/
}
.p_main .sec_intro .com_center_wrap .list .item strong {
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.17;
  letter-spacing: -0.75px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_intro .com_center_wrap .list .item strong {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: -0.45px;
  }
}
.p_main .sec_intro .com_center_wrap .list .item .text {
  display: block;
  width: 70%;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.38px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_intro .com_center_wrap .list .item .text {
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: -0.3px;
  }
  .p_main .sec_intro .com_center_wrap .list .item .text .m_type {
    display: none;
  }
}
.p_main .sec_intro .com_center_wrap .list .item .text em {
  font-weight: bold;
  color: #e4192c;
}
.p_main .sec_tv {
  padding: 90px 0 100px;
  text-align: center;
  background: #f3f7fa;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_tv {
    padding: 30px 0 40px;
  }
}
.p_main .sec_tv .sub_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_tv .sub_title {
    margin-bottom: 20px;
    line-height: 1.33;
    letter-spacing: -0.6px;
  }
}
.p_main .sec_tv .com_product_list .list {
  margin-top: -70px;
  
}
@media screen and (max-width: 1280px) {
  .p_main .sec_tv .com_product_list .list {
    margin-top: -20px;
  }
}
.p_main .sec_tv .com_product_list .item {
  margin-bottom: 0;
  margin-top: 70px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_tv .com_product_list .item {
    margin-top: 20px;
  }
}
.p_main .sec_tv .com_product_list .item .img_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_tv .com_product_list .item .img_area {
    margin-bottom: 12px;
  }
}
.p_main .sec_tv .com_product_list .item .info_area .brand {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_tv .com_product_list .item .info_area .brand {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: -0.33px;
    color: #1f1f1f;
  }
}
.p_main .sec_tv .com_product_list.tv .item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
.p_main .sec_tv .com_product_list.tv .item:nth-child(3n), .p_main .sec_tv .com_product_list.tv .item:nth-child(6n), .p_main .sec_tv .com_product_list.tv .item:nth-child(9n) {
  margin-right: 0;
}
.p_main .sec_tv .com_product_list.tv .item:nth-child(4n) {
  margin-right: 40px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_tv .com_product_list.tv .item {
    width: 100%;
    margin-right: 0;
  }
  .p_main .sec_tv .com_product_list.tv .item:not(:first-child) {
    /*display: none;*/
  }

  .p_main .sec_tv .com_product_list.tv .item:nth-child(4n) {
	  margin-right: 0px;
	}
}
.p_main .sec_tv .com_product_list.tv .img_area::before {
  content: "";
  position: absolute;
  height: 20%;
  max-height: 42px;
  background-image: url("/assets/img/icon_youtube.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 3/2;
  z-index: 1;
}
.p_main .sec_tv .com_product_list.tv .img_link {
  aspect-ratio: 3/1.7;
}
.p_main .sec_tv .com_product_list.tv .img_link:hover {
  transform: scale(1.1);
  transition: ease 0.6s;
}
.p_main .sec_tv .com_btn {
  margin-top: 54px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_tv .com_btn {
    margin-top: 25px;
  }
}
.p_main .sec_notice {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice {
    flex-direction: column;
  }
}
.p_main .sec_notice .notice_area {
  padding: 80px 60px 80px;
  background: #ececec;
}
.p_main .sec_notice .notice_area .content_box {
  width: 580px;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .notice_area .content_box {
    width: auto;
  }
}
.p_main .sec_notice .notice_area .title_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .notice_area .title_box {
    margin-bottom: 15px;
    align-items: flex-start;
  }
}
.p_main .sec_notice .notice_area .title_box .link {
  margin-left: auto;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.38px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .notice_area .title_box .link {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}
.p_main .sec_notice .notice_area .title_box .link::after {
  content: "";
  background: url("/assets/img/icon_plus_black.png") no-repeat 0 0;
  display: inline-block;
  vertical-align: -3px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.p_main .sec_notice .notice_area .item {
  background: #fff;
  padding: 22px 25px;
  margin-top: 10px;
  height: 90px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .notice_area .item {
    padding: 15px 15px;
  }
}
.p_main .sec_notice .notice_area .item:first-child {
  margin-top: 0;
}
.p_main .sec_notice .notice_area .item .link {
  display: block;
}
.p_main .sec_notice .notice_area .item .item_tit {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: -0.45px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .notice_area .item .item_tit {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.38px;
  }
}
.p_main .sec_notice .notice_area .item .item_tit .tit {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 70%;
}
.p_main .sec_notice .notice_area .item .item_content {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.38px;
  color: #999;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .notice_area .item .item_content {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: -0.33px;
  }
}
.p_main .sec_notice .notice_area .item .date {
  margin-left: auto;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.33px;
  text-align: right;
  color: #999;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .notice_area .item .date {
    font-size: 11px;
    line-height: 1.18;
    letter-spacing: -0.28px;
  }
}
.p_main .sec_notice .magazine_area {
  padding: 80px 0 80px 60px;
  background: #ff0980;
}
.p_main .sec_notice .magazine_area .content_box {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .magazine_area .content_box {
    flex-direction: column;
  }
}
.p_main .sec_notice .magazine_area .title_box {
  width: 210px;
  margin-right: 40px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .magazine_area .title_box {
    margin-bottom: 15px;
  }
}



.p_main .sec_notice .magazine_area .contatus_box {
  width: 450px;
  margin-right: 40px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
  border:0px solid yellow;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .magazine_area .contatus_box {
	 width: 100%;
    margin-bottom: 15px;
	border:0px solid yellow;
  }
}




.p_main .sec_notice .magazine_area .title_box .sub_title {
  color: #fff;
  text-align: left;
}
.p_main .sec_notice .magazine_area .title_box .text {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.18;
  letter-spacing: -1px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .magazine_area .title_box .text {
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: -0.6px;
  }
}
.p_main .sec_notice .magazine_area .title_box .text em {
  font-weight: bold;
}
.p_main .sec_notice .magazine_area .swiper {
  position: relative;
  width: 100%;
}
.p_main .sec_notice .magazine_area .swiper .item {
  width: 235px;
  height: 337px;
}
.p_main .sec_notice .magazine_area .swiper .item .link {
  aspect-ratio: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p_main .sec_notice .magazine_area .swiper .item .link img {
  min-height: 100%;
  min-width: 100%;
}
.p_main .sec_notice .notice_area, .p_main .sec_notice .magazine_area {
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .notice_area, .p_main .sec_notice .magazine_area {
    width: 100%;
    padding: 30px 15px 30px 15px;
  }
}



.p_main .sec_notice .swiper-button-next, .p_main .sec_notice .swiper-button-prev {
  bottom: 18px;
  top: auto;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .swiper-button-next, .p_main .sec_notice .swiper-button-prev {
    bottom: 150px;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
}
.p_main .sec_notice .swiper-button-next {
  left: 75px;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .swiper-button-next {
    left: auto;
    right: 10px;
  }
}
.p_main .sec_notice .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_notice .swiper-button-prev {
    left: -8px;
  }
}
.p_main .footer {
  margin-top: 0;
}
.p_main .policy .com_bg {
  background: none;
  border: 0;
}


/*절차 및 비용 */
.p_main .sec_wedding {
  padding: 48px 0 124px;
  text-align: center;

}

.p_main .sec_wedding {
  padding: 48px 0 124px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .p_main .sec_wedding {
    padding: 37px 0 30px;
	border:0px solid yellow;
  }
}
.p_main .sec_wedding .top_text {
  margin-bottom: 9px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.68px;
  color: #999;
}


@media screen and (max-width: 1280px) {
  .p_main .sec_wedding .top_text {

    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
    text-align: center;
  }
}
.p_main .sec_wedding .search_tit {
  display: block;
  margin-top: 10px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: -1.25px;
  color:#ff0980;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_wedding .search_tit {
    padding-left: 130px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.45px;
    text-align: left;
  }
}


/*결혼전 공통사항 */
.p_main .sec_gongtong {
  padding: 48px 0 124px;
  text-align: center;
   background: #ffffff;

}

.p_main .sec_gongtong {
  padding: 48px 0 124px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .p_main .sec_gongtong {
    padding: 37px 0 30px;
	border:0px solid yellow;
  }
}
.p_main .sec_gongtong .top_text {
  margin-bottom: 9px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.68px;
  color: #999;
}


@media screen and (max-width: 1280px) {
  .p_main .sec_gongtong .top_text {

    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
    text-align: center;
  }
}
.p_main .sec_gongtong .search_tit {
  display: block;
  margin-top: 10px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: -1.25px;
  color:#ff0980;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_gongtong .search_tit {
  
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.45px;
    text-align: center;
  }
}


.p_main .sec_gongtong .gongtong_info { position:relative;padding: 48px 0 0px;}


.p_main .sec_gongtong .gongtong_info .con  { margin:0 0;background:#ff0980 }
.p_main .sec_gongtong .gongtong_info .con  img{width:30%; display:inline-block;vertical-align:middle;}
.p_main .sec_gongtong .gongtong_info .con .txt-box { display:inline-block;vertical-align:top;width:67%;padding-left:2%;color:#fff;margin-top:20px;margin-bottom:20px;text-align:left;}
.p_main .sec_gongtong .gongtong_info .con .txt-box > span { display:block;font-size:20px;line-height:35px;font-weight:400;color:#fff;width:90%;word-break:keep-all}

@media screen and (max-width: 1280px) {
	.p_main .sec_gongtong .gongtong_info .con  img{width:100%; display:inline-block;vertical-align:middle;}
	.p_main .sec_gongtong .gongtong_info .con .txt-box { display:inline-block;vertical-align:top;width:100%;padding:2%;color:#fff;margin-top:20px;margin-bottom:20px;text-align:left;}
	.p_main .sec_gongtong .gongtong_info .con .txt-box > span { display:block;font-size:14px;line-height:30px;font-weight:400;color:#fff;width:100%;word-break:keep-all}
}


/*보증금 청구절차 */
.p_main .sec_insu {
  padding: 48px 0 124px;
  text-align: center;
    background: #f3f7fa;

}


@media screen and (max-width: 1280px) {
  .p_main .sec_insu {
    padding: 37px 0 30px;
	border:0px solid yellow;
  }
}
.p_main .sec_insu .top_text {
  margin-bottom: 9px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.68px;
  color: #999;
}


@media screen and (max-width: 1280px) {
  .p_main .sec_insu .top_text {

    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
    text-align: center;
  }
}
.p_main .sec_insu .search_tit {
  display: block;
  margin-top: 10px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: -1.25px;
  color:#ff0980;
}
@media screen and (max-width: 1280px) {
  .p_main .sec_insu .search_tit {
  
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.45px;
    text-align: center;
  }
}