@charset "utf-8";

/* 이벤트 공통 이미지 img_section 영역 */
.img_section {
  position: relative;
}

.img_section .img_section_box {
  width: 100%;
  position: relative;
  margin-top: -1px;
}

/* 이벤트 공통 사용법 direction_section 영역 */
.direction_section {
  display: block;
  width: 100%;
  margin: -1px auto 0 auto;
  padding: 50px 0;
  position: relative;
  background-color: #6037d2;
  overflow: hidden;
}
.direction_section.picpick {
  padding: 30px 0 50px 0;
  background-color: #a000d4;
}
.direction_section.iwd_stagram {
  padding: 30px 0 50px 0;
  background-color: #682cda;
}
.direction_section.shareking {
  padding: 30px 0 50px 0;
  background-color: #672cda;
}
.direction_section .direction_title {
  text-align: center;
  font-family: yg-jalnan;
  font-size: 65px;
  color: #fff;
}
.direction_section .direction_subtitle {
  text-align: center;
  font-family: "GmarketSans";
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  margin: 64px 0 75px 0;
}
.direction_section .howtouse_title {
  text-align: center;
  font-family: yg-jalnan;
  font-size: 43px;
  color: #f5fa74;
  margin-bottom: 45px;
}
.direction_section .direction_box {
  width: 85%;
  margin: 0 auto;
  padding: 9.37vw 6.25vw 3.12vw 6.25vw;
  border: 3px solid #fff;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.direction_section .direction_box .item_box {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
/* 60 56 / 20 18px */
.direction_section .direction_box .item_box:last-child {
  border-bottom: none;
}
.direction_section .direction_box .item_box .img_item {
  display: inline-block;
  width: 6.25vw;
  height: 100%;
  margin-right: 13px;
  vertical-align: top;
  padding-top: 7px;
}
.direction_section .direction_box .item_box .text_item {
  display: inline-block;
  font-size: 3.5vw;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}
.direction_section .direction_box .item_box .text_item p {
  font-family: "GmarketSans";
}
.direction_section .direction_box .button_box {
  width: 36.25vw;
  height: 8vw;
  border: 1px solid #fff;
  margin-top: 10px;
  margin-left: 11vw;
}
.direction_section .direction_box .button_box a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3vw;
  color: #fff;
  text-align: center;
  padding: 2.18vw 0;
  font-weight: 300;
}
.direction_section .direction_box .button_box a span {
  font-family: "GmarketSans";
}

/* 이벤트 공통 참여하기 participation 영역 */
.participation_section {
  width: 100%;
  position: relative;
}

.participation_section .participation_box {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.participation_section .participation_box .title {
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 22px;
  font-weight: bold;
  color: #423a50;
  margin-bottom: 25px;
}

.participation_section .participation_box .input_container {
  width: 85%;
  margin: 0 auto 10px auto;
  font-size: 4vw;
  font-family: "Noto Sans KR";
  font-weight: 200;
  white-space: nowrap;
  position: relative;
  background-color: #fff;
}

.participation_section .participation_box .input_container .left_text {
  float: left;
  width: 30%;
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
}
.participation_section .participation_box .input_container .vl {
  border-left: 1px solid #000;
  height: 30px;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(0, -50%);
}
.participation_section .participation_box .input_container .username {
  float: right;
  width: 70%;
  padding: 17px 0px 0px 20px;
  border: none;
  background-color: #fff;
  font-size: 1.2em;
}
.participation_section
  .participation_box
  .input_container
  .left_text.second_line {
  text-align: left;
  padding-left: 20px;
}
.participation_section .participation_box .input_container .sns_review {
  float: right;
  width: 70%;
  padding-left: 20px;
  border: none;
  background-color: #fff;
  padding-top: 25px;
  font-size: 1.2em;
}
.participation_section .participation_box .participation_button {
  width: 85%;
  height: 40px;
  margin: 20px auto 0 auto;
  background-color: #ef387e;
}
.participation_section .participation_box .participation_button > a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  font-family: "GmarketSans";
  font-weight: 300;
}

/* 이벤트 공통 안내사항 event_guide 영역 */
.event_guide {
  padding: 40px 0;
}
.event_guide .guide_section {
  padding: 0 30px;
  font-size: 3vw;
}
.event_guide .guide_section .guide_title {
  font-family: "Noto Sans KR";
  font-weight: bold;
  margin-bottom: 10px;
}
.event_guide .guide_section .guide_list {
  font-family: "Noto Sans KR";
  padding-left: 15px;
}
.event_guide .guide_section .guide_list li {
  list-style: disc;
  margin-bottom: 7px;
  font-weight: 200;
  line-height: 1.4em;
}

/* 공유왕 share_king */

/* 공유왕 코드 없음 */

/* 아이웨딩스타그램 iwedding_stagram 이벤트 */
.brand_section {
  position: relative;
  padding-top: 50px;
}
.brand_section .brand_title {
  width: 52%;
  height: 8.4vw;
  margin: 0 auto;
  border-radius: 4vw;
  background-color: #6037d2;
  text-align: center;
}
.brand_section .brand_title p {
  font-family: yg-jalnan;
  font-size: 4.6vw;
  color: #f5fa74;
  line-height: 1.8;
}
.brand_section .triangle {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-top: 5px solid transparent;
  border-right: 10px solid #6037d2;
  border-bottom: 5px solid transparent;
  transform: rotate(-90deg);
}
.brand_section .brand_search {
  width: 89%;
  height: 11.5vw;
  margin: 27px auto 10vw auto;
  border-radius: 11.5vw;
  background-color: #fff;
  position: relative;
}
.brand_section .brand_search .brand_search_input {
  width: 62.5%;
  height: 11.5vw;
  padding-left: 5vw;
  float: left;
  border: none;
  background-color: transparent;
  font-family: "Noto Sans KR";
  font-size: 3.75vw;
}
.brand_section .brand_search .brand_search_input::placeholder {
  color: #d7d7d7;
  font-size: 3.75vw;
}

.brand_section .brand_search .vl {
  border-left: 2px solid #d7d7d7;
  height: 5vw;
  position: absolute;
  left: 62.6875vw;
  top: 5.5vw;
}

.brand_section .brand_search .search_btn {
  width: 30%;
  height: 11.5vw;
  float: right;
  background-color: transparent;
}
.brand_section .brand_search .search_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 3.5vw;
  font-family: "Noto Sans KR";
  font-size: 3.75vw;
  color: #df477d;
  text-align: center;
}
.brand_section .brand_box {
  width: 87.5vw;
  margin: 0 auto 4.6vw auto;
}
.brand_section .brand_box:last-child {
  margin: 0 auto 0 auto;
}
.brand_section .brand_box .category_title {
  margin-bottom: 4vw;
  font-family: "Noto Sans KR";
  font-size: 3.75vw;
  font-weight: bold;
  color: #262626;
}
.brand_section .brand_box .brand_list {
  width: 100%;
  box-sizing: border-box;
}
.brand_section .brand_box .brand_list li {
  display: inline-block;
  width: 30%;
  height: 88px;
  vertical-align: middle;
  margin-bottom: 5.6vw;
  margin-right: 3.125vw;
}
.brand_section .brand_box .brand_list li:nth-child(3n) {
  margin-right: 0;
}
.brand_section .brand_box .brand_list li .brand_logo {
  width: 100%;
  height: 13.1vw;
  border: 1px solid #d7d7d7;
  margin-bottom: 2.81vw;
  background-color: #fff;
}
.brand_section .brand_box .brand_list li .brand_logo a {
  display: block;
  width: 100%;
  height: 13.1vw;
  text-align: center;
}
.brand_section .brand_box .brand_list li .brand_logo a .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.brand_section .brand_box .brand_list li .brand_logo a img {
  width: 100%;
  height: calc(100% - 2px);
}
.brand_section .brand_box .brand_list li .brand_name {
  font-family: "Noto Sans KR";
  font-size: 3.4vw;
  text-align: center;
  color: #4866e4;
}
.brand_section .banner_box {
  width: 87.5vw;
  height: 19.21vw;
  margin: 8.1vw auto 0 auto;
}
.brand_section .banner_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.brand_section .banner_box a img {
  width: 100%;
}

/* 픽픽쳐 pick_picture 이벤트 */
.picture_section {
  position: relative;
  padding: 50px;
  background-color: #fff;
  font-family: "Noto Sans KR";
}
.picture_section .picture_title {
  text-align: center;
  font-size: 7.8vw;
  font-weight: bold;
  color: #262626;
  margin-bottom: 33px;
}

.picture_section .picture_box {
  width: 78.12vw;
  margin: 0 auto 35px auto;
  overflow: hidden;
}
.picture_section .picture_box:last-child {
  margin-bottom: 0;
}
.picture_section .division_line {
  width: 100%;
  height: 1px;
  margin: 0 auto 35px auto;
  background-color: #ededed;
}
.picture_section .picture_box .category_name {
  font-size: 5vw;
  font-weight: bold;
  color: #fd4381;
  margin-bottom: 17px;
}
.picture_section .picture_box .pic_gallery_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 33px;
}
.picture_section .picture_box .pic_gallery_box:last-child {
  margin-bottom: 0;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery {
  width: 100%;
  height: 78.13vw;
  margin-bottom: 21px;
  position: relative;
}
.picture_section
  .picture_box
  .pic_gallery_box
  .pic_gallery
  .swiper-wrapper
  .swiper-slide {
  width: 100%;
  height: 100%;
}
.picture_section
  .picture_box
  .pic_gallery_box
  .pic_gallery
  .swiper-wrapper
  .swiper-slide
  img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery_title {
  font-size: 5vw;
  font-weight: bold;
  color: #262626;
  margin-bottom: 17px;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery_tag a {
  display: inline-block;
  font-size: 3.5vw;
  color: #4866e4;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery .progress_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 11.25vw);
  z-index: 2;
  height: 3px;
}
.picture_section
  .picture_box
  .pic_gallery_box
  .pic_gallery
  .progress_box
  .progress {
  width: 100%;
  height: 3px;
  background-color: transparent;
}
.picture_section
  .picture_box
  .pic_gallery_box
  .pic_gallery
  .progress_box
  .swiper-pagination-progressbar-fill {
  background-color: #fff;
  opacity: 0.8;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery .all_view {
  width: 11.25vw;
  height: 11.25vw;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 3;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery .all_view a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  font-weight: 200;
  line-height: 4vw;
  padding-top: 6px;
}

.gallery_description {
  width: 100%;
  overflow: hidden;
}
.gallery_description .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 18px;
}
.gallery_description .content {
  font-size: 13px;
  font-weight: 200;
  line-height: 1.6;
}

/* 0923 1분 완성 결혼준비 추가 */
/* 상단 배너 영역 */
.top_banner {
  width: 100%;
}
.top_banner a img {
  width: 100%;
}

/* 레이어 팝업 영역 */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 101;
}
.wd_plan_inner {
  display: none;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 6vw 4vw;
  background: #ffe9ed;
  position: relative;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
}
.wd_plan_inner .close_btn_box {
  position: relative;
  width: 100%;
  height: 4.8vw;
  margin-bottom: 4.8vw;
}
.wd_plan_inner .close_btn_box.second {
  margin-bottom: 13.33vw;
}
.wd_plan_inner .close_btn_box a {
  display: block;
  width: 4.8vw;
  height: 4.8vw;
  position: absolute;
  right: 0;
}
.wd_plan_inner .close_btn_box a img {
  width: 100%;
}
.wd_plan_inner .close_btn_box .page_num_box {
  position: absolute;
  left: 0;
}
.wd_plan_inner .close_btn_box .page_num_box p {
  font-size: 4.8vw;
  color: #b8b8b8;
}
.wd_plan_inner .close_btn_box .page_num_box p span {
  color: #fd4381;
}
.wd_plan_inner .intro_box {
  width: 70.1vw;
  margin: 0 auto 9.3vw auto;
}
.wd_plan_inner .intro_box img {
  width: 100%;
}
.wd_plan_inner .intro_text_box {
  width: 100%;
  text-align: center;
  margin-bottom: 9.3vw;
}
.wd_plan_inner .intro_text_box p.title {
  font-size: 6.6vw;
  font-weight: bold;
  margin-bottom: 6.6vw;
}
.wd_plan_inner .intro_text_box p.content {
  font-size: 4.5vw;
  line-height: 5.86vw;
}

.wd_plan_inner .step_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 9.3vw;
  padding: 0;
  padding-top: 1.86vw;
}
.wd_plan_inner .step_box .step_item {
  width: 32%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.wd_plan_inner .step_box .step_item .circle {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  margin: 0 auto 2.93vw auto;
  background-color: #ffdde3;
  text-align: center;
  box-sizing: border-box;
}
.wd_plan_inner .step_box .step_item .circle img {
  width: 55%;
}
.wd_plan_inner .step_box .step_item:nth-child(1),
.wd_plan_inner .step_box .step_item:nth-child(2) {
  border-right: 1px solid #ff9abc;
}
.wd_plan_inner .step_box .step_item:nth-child(1) .circle {
  padding-top: 4.26vw;
}
.wd_plan_inner .step_box .step_item:nth-child(2) .circle {
  padding-top: 5.3vw;
}
.wd_plan_inner .step_box .step_item:nth-child(3) .circle {
  padding-top: 3.46vw;
}
.wd_plan_inner .step_box .step_item .number_box {
  width: 4.26vw;
  margin: 0 auto 1.86vw auto;
  padding-bottom: 1.86vw;
  font-size: 3.46vw;
  font-weight: bold;
  color: #fd4381;
  border-bottom: 1px solid #fd4381;
}
.wd_plan_inner .step_box .step_item .item_text {
  font-size: 3.46vw;
  line-height: 4.53vw;
}

.wd_plan_inner .btn_box {
  width: 100%;
}
.wd_plan_inner .btn_box button.plan_btn {
  width: 100%;
  height: 12vw;
  background-color: #fd4381;
  color: #fff;
  font-size: 4.26vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.8vw;
}
.wd_plan_inner .later_box {
  width: 20.8vw;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 1.6vw;
}
.wd_plan_inner .later_box .later_btn {
  display: block;
  font-size: 4.26vw;
  font-weight: bold;
  color: #b8b8b8;
}

/* 체크박스 */
.wd_plan_inner form {
  width: 100%;
}
.wd_plan_inner form .radio_box {
  width: 100%;
  margin-bottom: 2.66vw;
}
.wd_plan_inner form .radio_box .radio_item {
  display: inline-flex;
  position: relative;
  width: 29.86vw;
  margin-bottom: 2.66vw;
}
.wd_plan_inner form .radio_box .radio_item.all_select {
  width: 98%;
}
.wd_plan_inner form .radio_box .radio_item .radio_btn {
  width: 5.86vw;
  height: 5.86vw;
  display: inline-flex;
  position: absolute;
  top: -1.3vw;
  right: 0px;
}
.wd_plan_inner form .radio_box .radio_item .radio_btn input[type="radio"],
.wd_plan_inner form .radio_box .radio_item .radio_btn input[type="checkbox"] {
  display: none;
}
.wd_plan_inner
  form
  .radio_box
  .radio_item
  .radio_btn
  input[type="radio"]
  + label,
.wd_plan_inner
  form
  .radio_box
  .radio_item
  .radio_btn
  input[type="checkbox"]
  + label {
  width: 5.86vw;
  height: 5.86vw;
  background-image: url("../../../image/iwedding_plus/2020/icons_0921/pink_unchecked.png");
  background-size: cover;
  cursor: pointer;
}
.wd_plan_inner
  form
  .radio_box
  .radio_item
  .radio_btn
  input[type="radio"]:checked
  + label,
.wd_plan_inner
  form
  .radio_box
  .radio_item
  .radio_btn
  input[type="checkbox"]:checked
  + label {
  width: 5.86vw;
  height: 5.86vw;
  background-image: url("../../../image/iwedding_plus/2020/icons_0921/pink_checked.png");
  background-size: cover;
  cursor: pointer;
}
.wd_plan_inner form .radio_box .radio_item .label_box {
  width: 28vw;
  height: 21.33vw;
  border: 1px solid #b8b8b8;
  background-color: #fff;
  border-radius: 2.66vw;
}
.wd_plan_inner form.region_form .radio_box .radio_item .label_box {
  height: 16vw;
}
.wd_plan_inner form .radio_box .radio_item .label_box.on {
  border: 1px solid #fd4381;
  background-color: #ffdde3;
}
.wd_plan_inner form .radio_box .radio_item .label_box.on label {
  color: #fd4381;
}
.wd_plan_inner form .radio_box .radio_item .label_box label {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 3.73vw;
  color: #b8b8b8;
  padding-top: 5.86vw;
  line-height: 4.5vw;
}
.wd_plan_inner .schedule_form .tab_box {
  width: 100%;
  margin-bottom: 9.33vw;
  overflow: hidden;
}
.wd_plan_inner .schedule_form .tab_box ul {
  width: 100%;
}
.wd_plan_inner .schedule_form .tab_box ul li.content_box {
  width: 100%;
  overflow: hidden;
  display: none;
}
.wd_plan_inner .schedule_form .tab_box ul li.content_box.on {
  display: block;
}
.wd_plan_inner .schedule_form .tab_box ul li.content_box .confirm_select {
  width: 100%;
}
.wd_plan_inner .schedule_form .tab_box ul li.content_box .confirm_select select,
.wd_plan_inner .schedule_form .tab_box ul li.content_box .almost_select select,
.wd_plan_inner
  .schedule_form
  .tab_box
  ul
  li.content_box
  .not_yet_select
  select {
  width: 28.53vw;
  height: 16vw;
  border: 1px solid #b8b8b8;
  border-radius: 2.6vw;
  padding-left: 4.66vw;
  margin-right: 1.3vw;
  background-color: #fff;
  background-image: url("../../../image/iwedding_plus/2020/icons_0921/gray_arrow_down.png");
  background-repeat: no-repeat;
  background-size: 4.5vw 2.4vw;
  background-position: 85% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #000;
}
.wd_plan_inner
  .schedule_form
  .tab_box
  ul
  li.content_box
  .confirm_select
  select::-ms-expand {
  display: none;
}
.wd_plan_inner
  .schedule_form
  .tab_box
  ul
  li.content_box
  .confirm_select
  select:last-child {
  margin-right: 0;
}
.wd_plan_inner
  .schedule_form
  .tab_box
  ul
  li.content_box
  .confirm_select
  select
  option {
  font-size: 3.73vw;
}

.wd_plan_inner .schedule_form .tab_box ul li.content_box .almost_select select {
  width: 44vw;
}
.wd_plan_inner
  .schedule_form
  .tab_box
  ul
  li.content_box
  .not_yet_select
  select {
  width: 100%;
  background-position: 95% 50%;
}

.wd_plan_inner form.region_form .radio_box .text_item {
  width: 98%;
  height: 16vw;
  border-radius: 2.66vw;
  margin-bottom: 9.33vw;
}
.wd_plan_inner form.region_form .radio_box .text_item input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 2.66vw;
  padding-left: 4.66vw;
  font-size: 3.73vw;
}
.wd_plan_inner form.region_form .radio_box .text_item input[type="text"].on {
  border: 1px solid #fd4381;
}
.wd_plan_inner
  form.region_form
  .radio_box
  .text_item
  input[type="text"]::placeholder {
  font-size: 3.73vw;
  text-align: center;
  color: #b8b8b8;
}

.wd_plan_inner section {
  width: 100%;
  margin-bottom: 13.33vw;
  text-align: center;
}
.wd_plan_inner section.parent_item,
.wd_plan_inner section.day_item,
.wd_plan_inner section.after_item {
  text-align: left;
}
.wd_plan_inner section p.section_title {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 4.5vw;
}
.wd_plan_inner section.parent_item p.section_title,
.wd_plan_inner section.day_item p.section_title,
.wd_plan_inner section.after_item p.section_title {
  text-align: center;
}
.wd_plan_inner section form .radio_box .radio_item.all_select {
  width: 98%;
  height: 16vw;
}
.wd_plan_inner section form .radio_box .radio_item.all_select .radio_btn {
  top: 50%;
  left: 30.4vw;
  transform: translateY(-50%);
}
.wd_plan_inner section form .radio_box .radio_item.all_select .label_box {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.wd_plan_inner section form .radio_box .radio_item.all_select .label_box.on {
  border: 1px solid #fd4381;
  background-color: #ffdde3;
}
.wd_plan_inner section form .radio_box .radio_item.all_select .label_box label {
  padding-top: 5.33vw;
}

.wd_plan_inner section form .radio_box .radio_item {
  width: 22.1vw;
  vertical-align: top;
}
.wd_plan_inner section form .radio_box .radio_item .label_box {
  box-sizing: border-box;
  width: 21vw;
  height: 24vw;
}
.wd_plan_inner section form .radio_box .radio_item .label_box label {
  padding-top: 0;
  text-align: center;
  position: relative;
}
.wd_plan_inner section form .radio_box .radio_item .label_box label img {
  width: 45%;
  display: inline-block;
  margin-top: 3.73vw;
}
.wd_plan_inner section form .radio_box .radio_item .label_box label span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 4vw;
}
.wd_plan_inner
  section
  form.couple_form
  .radio_box
  .radio_item:nth-child(3)
  .label_box
  label
  img,
.wd_plan_inner
  section
  form.couple_form
  .radio_box
  .radio_item:nth-child(4)
  .label_box
  label
  img {
  margin-top: 5.33vw;
}
.wd_plan_inner
  section
  form.couple_form
  .radio_box
  .radio_item:nth-child(5)
  .label_box
  label
  img {
  width: 40%;
}
.wd_plan_inner
  section
  form.couple_form
  .radio_box
  .radio_item:nth-child(6)
  .label_box
  label
  img {
  width: 42%;
}
.wd_plan_inner
  section
  form.couple_form
  .radio_box
  .radio_item:nth-child(6)
  .label_box
  label
  span {
  font-size: 3.4vw;
}
.wd_plan_inner
  section
  form.couple_form
  .radio_box
  .radio_item:nth-child(9)
  .label_box
  label
  img {
  width: 36%;
}

.wd_plan_inner
  section
  form.parent_form
  .radio_box
  .radio_item:nth-child(2)
  .label_box
  label
  span {
  font-size: 3.4vw;
}
.wd_plan_inner
  section
  form.day_form
  .radio_box
  .radio_item:nth-child(3)
  .label_box
  label
  img {
  width: 70%;
  margin-top: 6.66vw;
}
.wd_plan_inner
  section
  form.after_form
  .radio_box
  .radio_item:nth-child(5)
  .label_box
  label
  img {
  margin-top: 5.86vw;
}

/* 웨딩 쇼핑 어워즈 */
.awards-container {
  display: block;
  width: 100%;
  position: relative;
  background-color: #1a130b;
  overflow: hidden;
}
.awards-container .back-slide-box {
  position: relative;
  padding-bottom: 8vw;
}
.back-slide-box .infiniteslide_wrap {
  width: 100%;
  margin-bottom: 2vw;
}
.back-slide-box .infiniteslide_wrap:last-child {
  margin-bottom: 0;
}
.back-slide-box .infiniteslide_wrap .back-slide {
  margin: 0 2vw 0 0;
}
.back-slide li {
  height: 26vw;
  margin-right: 2vw;
}
.back-slide li > img {
  height: 100%;
}
.awards-container .back-slide-box .side-dark-blur {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.back-slide-box .side-dark-blur .left-blur {
  width: 45.6vw;
}
.back-slide-box .side-dark-blur .right-blur {
  width: 45.6vw;
  position: absolute;
  top: 0;
  right: 0;
}
.awards-container .back-slide-box .bottom-dark-blur {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 2vw;
  /* background: rgb(0, 0, 0);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.87) 25%,
		rgba(0, 0, 0, 0.81) 50%,
		rgba(0, 0, 0, 0.64) 75%,
		rgba(0, 0, 0, 0.001) 100%
	); */
}
.back-slide-box .side-dark-blur .left-blur > img,
.back-slide-box .side-dark-blur .right-blur > img,
.awards-container .back-slide-box .bottom-dark-blur > img {
  width: 100%;
}
.awards-container .polygons {
  width: 100%;
  height: 48vw;
  position: relative;
  background-color: #251d15;
}
.awards-container .polygons > .polygon-img {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 7vw;
}
.awards-container .spotlight {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.awards-container .spotlight > img {
  width: 100%;
}

.awards-container .gold-particle {
  width: 93vw;
  height: 100%;
  position: absolute;
  top: 1vw;
  left: 53%;
  transform: translateX(-50%);
  background: url("../../../image/iwedding_plus/2020/wedding_shopping_awards/gold-particle_m.png")
    no-repeat center 12vw;
  background-size: contain;
}
.awards-container .gold-particle > img {
  width: 100%;
}
.awards-container .awards-title {
  width: 100%;
  position: absolute;
  top: 11vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.awards-container .awards-title > img {
  /* width: 100%; */
  display: block;
  margin: 0 auto;
}
.awards-container .awards-title .awards-title-img {
  width: 82vw;
  margin-bottom: 4vw;
}
.awards-container .awards-title .trophy-img {
  width: 83vw;
  margin-right: 2.6vw;
}

/* 알림센터 페이지 추가 */
body.noti-body {
  background-color: #fafafa;
}
.noti-header {
  width: 100%;
  height: 11.73vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4vw;
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.noti-header > a {
  display: block;
  width: 5.7vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.noti-header .back_btn {
  top: 0;
  left: 1.6vw;
}
.noti-header .close_btn {
  top: 0;
  right: 2.3vw;
}
.noti-header .back_btn > img {
  width: 2.4vw;
  height: 4.8vw;
}
.noti-header .close_btn > img {
  width: 4vw;
  height: 4vw;
}
.noti-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 11.73vw;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noti-container .noti-form {
  width: 100%;
  height: 5.3vw;
  position: relative;
  margin: 5.3vw 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 4vw;
}
.noti-form .chk_item {
  height: 100%;
  display: flex;
  align-items: center;
}
.noti-form .chk_item .chk_btn {
  display: flex;
  width: 5.3vw;
  height: 5.3vw;
  margin-right: 1.3vw;
}
.noti-form .chk_item .chk_btn input[type="checkbox"] {
  display: none;
}
.noti-form .chk_item .chk_btn input[type="checkbox"] + label {
  width: 5.3vw;
  height: 5.3vw;
  background: url("../../../image/iwedding_plus/2020/new_login/unchecked.png");
  background-size: cover;
  cursor: pointer;
}
.noti-form .chk_item .chk_btn input[type="checkbox"]:checked + label {
  width: 5.3vw;
  height: 5.3vw;
  background: url("../../../image/iwedding_plus/2020/new_login/checked.png");
  background-size: cover;
  cursor: pointer;
}
.noti-form .chk_item .label_box {
  font-size: 3.7vw;
}
.noti-container .noti-list-box {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4vw;
}
.noti-list-box .noti-item {
  width: 100%;
  padding: 5.6vw 4.2vw;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 2.1vw;
  margin-bottom: 3.7vw;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.14);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.14);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.14);
}
.noti-list-box .noti-item.unread {
  border: 2px solid #4866e4;
}
.noti-list-box .noti-item .noti-item-title {
  width: 100%;
  position: relative;
  margin-bottom: 3.2vw;
  display: flex;
  justify-content: space-between;
}
.noti-item-title .text-box {
  display: flex;
  align-items: center;
}
.noti-item-title .text-box > span {
  display: block;
  height: 4.5vw;
  font-size: 4.2vw;
  font-weight: 700;
  border-bottom: 3vw solid #fffd37;
  margin-right: 1vw;
}
.noti-item-title .text-box > img {
  width: 9.6vw;
}
.noti-item-title .time-box {
  font-size: 3.2vw;
  color: #8c8c8c;
}
.noti-item .noti-item-text {
  width: 100%;
  font-size: 3.7vw;
  line-height: 5vw;
  margin-bottom: 4vw;
  padding-right: 0.5vw;
}
.noti-item .noti-item-img {
  width: 100%;
  border-radius: 1.6vw;
  margin-bottom: 4.2vw;
}
.noti-item .noti-item-img > img {
  width: 100%;
  display: block;
  border-radius: 1.6vw;
}
.noti-item .noti-btn-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noti-item .noti-btn-box .inquiry-btn {
  height: 10.6vw;
  border: 1px solid #4866e4;
  font-size: 3.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.6vw;
  color: #4866e4;
  cursor: pointer;
}
.noti-item .noti-btn-box .inquiry-btn.short {
  width: 25vw;
}
.noti-item .noti-btn-box .inquiry-btn.full {
  width: 100%;
}
.noti-item .noti-btn-box .event-btn {
  width: 56vw;
  height: 10.6vw;
  background-color: #4866e4;
  color: #fff;
  font-size: 3.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.6vw;
  cursor: pointer;
}

/* 02.26 견적함 추가 모달 수정 */
.estimate-wrapper.quotation-modal3 {
  /* height: 100%; */
}
.estimate-wrapper.quotation-modal3 .m-modal-header {
  border-bottom: 1px solid #dfdfdf;
}
.estimate-wrapper.quotation-modal3 .make-estimate-form {
  /* padding-top: 54px; */
  height: calc(100% - 90px);
  background-color: #fff;
}

@media all and (max-width: 1020px) {
  .estimate-wrapper.quotation-modal3 {
    bottom: unset;
    top: 44px;
    height: calc(100% - 44px);
  }
  .m-modal-header.fixed {
    top: 0;
  }
}
