
.bfaf{z-index:102}
  .global_support_container.ba{right:auto!important; left:50px!important}
  .global_support_container.ba .global_finder_msg{right:auto!important; left:calc(100% + 15px)!important;}
  .global_support_container.ba #floating_backup{right:auto; left:50px!important;}
  .global_support_container.ba #floating_backup .f_menu{right:auto!important; left:0;!important;}
  .now-form.ba{padding:15px 0 15px 70px!important; display:flex;}
  .now-form.ba .now-form-cont02{margin-left:40px;}


  .now-form.ba .now-form-cont li > input, .now-form.ba .multi-select-button{width:220px;}

  @media(max-width:768px){
    .select_area{width:calc(100% + 1vw)!important}
    .global_support_container.ba{left:auto!important; right:0!important;}
    .global_support_container.ba .global_finder_msg{left:auto!important; right:auto!important; left:calc(100% + 15px)!important;}
    .global_support_container.ba #floating_backup{left:auto!important; right:0!important; }
    .global_support_container.ba #floating_backup .f_menu{left:auto!important; right:10px!important;}
    .now-form.ba{padding:3vw!important; display:block;}
    .now-form.ba .now-form-cont02{margin-left:0;}
    .now-form.ba .now-form-cont li > input, .now-form.ba .multi-select-button{width:100%;}
  }

  .hidden_input{
    opacity: 0!important;
    border:0!important;
    width: 0!important;
    height: 0!important;
    visibility: hidden;
    pointer-events: none;
    padding: 0!important;
    margin: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    min-width: 0!important;}

  #direct_input{opacity:0; pointer-events:none; z-index:-1; position:absolute; top:0; left:0; width:100%; height:100%; transition:all 0.2s ease-in-out;}
  #direct_input.direct{opacity:1; pointer-events:auto; z-index:2;}
  .now-form .now-form-cont > li > ul > li{position:relative; display:flex;}
  .now-form .now-form-cont > li > ul > li.select_area{width:100%!important;}
  .no_cursor{pointer-events:none;}
  .submit_btn_set > i{position:relative; top:-1px; margin-left:10px;}
  @font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-2ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }


  /* 공통 끝 */






  .now-form {
    z-index: 100;
    position: fixed;
    padding: 15px /*100px*/;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
  }
  .now-form .custom-mo {
    display:flex;
    align-items: center;
    justify-content:center;
	/*max-width:1280px;
	/*margin:0 auto;*/
  }
  .now-form > p {
    font-family: 'S-CoreDream-4Regular';
    font-size: 32px;
    margin-bottom: 13px;
    color: #fff;
  }
  .now-form > p b {
    font-family: 'S-CoreDream-6Bold';
  }
  .now-form .now-form-cont {
    display: flex;
  }
  .now-form .now-form-cont > li{display:flex; align-items:center;}
  .now-form .now-form-cont > li > ul {
    display: flex;
  }
  .now-form .now-form-cont li +li {
    margin-left: 15px;
  }

  input:focus {
    outline: none;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  select {
    color: #000;
    background: transparent;
  }
  select:focus {
    outline: none;
  }
  textarea:focus {
    outline: none;
  }
  button:focus {
    outline: none;
  }


  .now-form .now-form-cont li > input {
    font-size: 14px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    background: #fff;
    border: none;
    color: #111111;
    border-radius: 0;
  }


  .now-form .now-form-cont li > input::placeholder {
    font-size: 14px;
    color: #b8b8b8;
  }
  .now-form .now-form-cont li > select {
    font-size: 14px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    background: #fff;
    border: none;
    /*color: #b8b8b8;*/
  }
  .now-form .now-form-cont li > select::-ms-expand{display:none}
  .now-form .now-form-cont li > select {
   /* border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
  }
  .now-form .now-form-cont li > select option {
    color: #111111;
  }

  .now-form .now-form-cont02 {
    display: flex;
    margin-left: 15px;
  }
  .now-form .now-form-cont02 label {
    font-family: 'S-CoreDream-3Light';
    font-size: 13px;
    line-height:13px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .now-form .now-form-cont02 ul li{display:flex; flex-wrap:wrap; align-items:center;}
  .now-form .now-form-cont02 ul li:first-child {
    margin-bottom: 4px;
  }

  input[id="agree_checkbox01"] {
    display: none;
  }
  input#agree_checkbox01 + label:before {
    content:"";
    display:inline-block;
    margin-right: 5px;
    width:18px;
    height:18px;
    line-height:18px;
    border:2px solid #fff;
    vertical-align:middle;/*체크 전과 체크 후 높이 차이 때문에 설정*/
    box-sizing: border-box;
  }
  input#agree_checkbox01:checked + label:before{
    content: "";
    border: 2px solid #d7a176;
    color:#fff;
    text-align:center;
    background: url(https://www.banobagi.com/img_up/shop_pds/banobagi/design/assets-promo02/images/check-icon.png) no-repeat;
    background-color: #d7a176;
    background-position: 50% 50%;
    background-size:100%;
  }
  input[id="agree_checkbox02"] {
    display: none;
  }
  input#agree_checkbox02 + label:before {
    content:"";
    display:inline-block;
    margin-right: 5px;
    width:18px;
    height:18px;
    line-height:18px;
    border:2px solid #fff;
    vertical-align:middle;/*체크 전과 체크 후 높이 차이 때문에 설정*/
    box-sizing: border-box;
  }
  input#agree_checkbox02:checked + label:before{
    content: "";
    border: 2px solid #d7a176;
    color:#fff;
    text-align:center;
    background: url(https://www.banobagi.com/img_up/shop_pds/banobagi/design/assets-promo02/images/check-icon.png) no-repeat;
    background-color: #d7a176;
    background-position: 50% 50%;
    background-size:100%;
  }
  .now-form .now-form-cont02 > li:nth-of-type(1) {
    margin-right: 25px;
    display:flex;
    align-items:center;
  }
  .now-form .now-form-cont02 ul li:nth-child(2) a {
    font-family: 'S-CoreDream-2ExtraLight';
    font-size: 10px;
    line-height:10px;
    padding:3px 0;
    width: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    color: #292929;
    background: rgba(255, 255, 255, .6);
  }
  .now-form .now-form-cont02 li button {
    font-family: 'S-CoreDream-7ExtraBold';
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    color: #fff;
    background: #d7a176;
    border: none;
	cursor: pointer;
  }
  .now-form .now-form-cont02 li button img {
    margin-left: 15px;
    position:relative; top:-1px;
  }
  .now-form .custom-abs {
    position: absolute;
    bottom: 13px;
  }
  .now-form span.custom-span {
    font-family: 'S-CoreDream-3Light';
    font-size: 10px;
    left: 150px;
    bottom: 28px;
    opacity: .6;
    display: inline-block;
    color: #ffffff;
  }




  @media(max-width:1880px) {
    .now-form .custom-abs {
      bottom: 13px;
    }

    .now-form {
      padding: 10px /*100px*/;
    }
  }
  @media(max-width:1750px) {
    .now-form {
     /* padding: 10px;*/
    }
    .now-form .now-form-cont02 li button {
      font-size: 24px;
      width: 200px;
    }

  }
  @media(max-width:1500px) {

    .now-form {
      padding: 15px /*100px*/;
    }
    .now-form .now-form-cont li +li {
      margin-left: 10px;
    }
    .now-form .now-form-cont li > input {
      width: 200px;
    }
    .now-form .now-form-cont li > select {
      width: 220px;
    }
    .now-form .now-form-cont02 > li:nth-of-type(1) {
      margin-right: 20px;
      display:flex;
      align-items:center;
      flex-wrap:wrap;
    }
    .now-form .now-form-cont02 li button {
      font-size: 20px;
    }

  }
  @media(max-width:1355px) {
    .now-form .now-form-cont02 > li:nth-of-type(1){margin-right:0;}
    .now-form .now-form-cont02 label {
      font-size: 14px;
      line-height:12px;
    }

    .now-form .now-form-cont li > input::placeholder {
      font-size: 14px;
    }
    .now-form .now-form-cont li > input {
      font-size: 14px;
      width: 180px;
    }
    .now-form .now-form-cont li > select {
      font-size: 14px;
      width: 200px;
    }
    .now-form .now-form-cont02 li button {
      width: 150px;
    }
    input#agree_checkbox01 + label:before {
      width: 13px;
      height: 13px;
      line-height: 13px;
      border: 1px solid #fff;
    }
    input#agree_checkbox02 + label:before {
      width: 13px;
      height: 13px;
      line-height: 13px;
      border: 1px solid #fff;
    }

  }
  @media(max-width:1080px) {
    .now-form .now-form-cont li +li{margin-left:0;}
    footer{/*padding-bottom:160px*/}
    .now-form {
      padding: 3vw;
    }
    .now-form > p {
      font-size: 4.6296vw;
      margin-bottom: 1.8519vw;
    }
    .now-form .custom-mo {
      flex-direction: column;
    }
    .now-form .now-form-cont {
      flex-wrap: wrap;
      width:100%;
    }
    .now-form .now-form-cont > li {
      width: 100%;
    }
    .now-form .now-form-cont > li > ul {
      width: 100%;
      display:flex;
    }
    .now-form .now-form-cont > li > ul > li {
      width: 100%;

    }
    .now-form .now-form-cont > li > ul > li:nth-of-type(2) {
      margin-left: 1.8519vw;
    }
    .now-form .now-form-cont > li+li {
      margin-top: 1.1111vw;
    }
    .now-form .now-form-cont li >:nth-of-type(2) {
      margin-left: 0;
    }
    .now-form .now-form-cont li > input {
      font-size: 2.7778vw;
      width: 100%;
      height: auto;
      line-height: 5.0000vw;
      padding: 1.5vw 1.6667vw;
    }
    .now-form .now-form-cont li > input::placeholder {
      font-size: 2.7778vw;
    }
    .now-form .now-form-cont li > select {
      line-height: 5.0000vw;
      font-size: 2.7778vw;
      width: 100%;
      height:auto;
      padding: 1.85vw 1.6667vw;
    }

    .now-form .now-form-cont02 {
      margin-top: 2.0370vw;
      margin-left: 0;
    }
    .now-form .now-form-cont02 label {
      font-size: 2.5vw;
      line-height:2.5vw;
    }
    input#agree_checkbox01 + label:before {
      margin-right: 5px;
      width: 3.4722vw;
      height: 3.4722vw;
      line-height: 3.4722vw;
      border: 0.185185185vw solid #fff;
    }
    input#agree_checkbox02 + label:before {
      margin-right: 5px;
      width: 3.4722vw;
      height: 3.4722vw;
      line-height: 3.4722vw;
      border: 0.185185185vw solid #fff;
    }
    input#agree_checkbox01:checked + label:before {
      border: 0.185185185vw solid #d7a176;
      background: url(https://www.banobagi.com/img_up/shop_pds/banobagi/design/assets-promo02/images/check-icon-mo.png) no-repeat;
      background-size: 80%;
      background-color: #d7a176;
      background-position: 50% 50%;
    }
    input#agree_checkbox02:checked + label:before {
      border: 0.185185185vw solid #d7a176;
      background: url(https://www.banobagi.com/img_up/shop_pds/banobagi/design/assets-promo02/images/check-icon-mo.png) no-repeat;
      background-size: 80%;
      background-color: #d7a176;
      background-position: 50% 50%;
    }
    .now-form .now-form-cont02 {
      width: 100%;
      justify-content: space-between;
      align-items: stretch;
    }
    .now-form .now-form-cont02 > li {
      width: 100%;
    }
    .now-form .now-form-cont02 ul li:first-child {
      margin-bottom: 1vw;
    }
    .now-form .now-form-cont02 ul li:nth-of-type(2) {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction:column;

    }
    .now-form .now-form-cont02 ul li:nth-child(2) a {
      font-size: 1.6667vw;
      line-height:1.6667vw;
      width: auto;
      height: auto;
      margin-top: 0;
      margin-left: 0.2778vw;
      padding:2vw 1vw;
      display:none;
    }
    .now-form .now-form-cont02 li button {
      font-size: 4.1667vw;
      width: 44.4444vw;
      height: 10.1852vw;
      margin-left: 2.8vw;
    }
    .now-form .now-form-cont02 li button img {
      width: 1.9444vw;
      margin-left: 2.2222vw;
    }
    .now-form .custom-abs {
      top: -4.5vw;
      bottom:auto;
    }
    .now-form span.custom-span {
      font-size: 1.8519vw;
      color:#000;

    }
  }

  .now-form .form_close_mo{ display:none; }
  @media(max-width:1080px) {
    .now-form{transition:height 0.2s ease-in-out}
    .now-form.open_form{height:30vw;width:95%; }
    .now-form.close_form{height:0;  bottom:-3vw;}
    .now-form.close_form span.custom-span{display:none;}
    .now-form .form_close_mo{
      cursor:pointer;
      display: flex;
      position: absolute;
      top: -20px;
      right:0;

      color: #fff;
      background: inherit;
      padding: 0 15px;
      height: 20px;
      line-height: 20px;
      align-items: center;
      justify-content: center;
      border-radius: 5px 5px 0px 0;

    }

    .now-form.close_form .form_close_mo{height:25px; line-height:25px; top:-25px; padding: 0 18px;}
    .now-form.close_form .form_close_mo > span{font-size:12px;}

    .now-form .form_close_mo > span{ display:none;     font-size: 10px; letter-spacing:0;}
    .now-form.open_form .form_close_mo .close_text{display:block;}
    .now-form.open_form .form_close_mo .open_text{display:none}
    .now-form.close_form .form_close_mo .open_text{display:block;}
    .now-form.close_form .form_close_mo .close_text{display:none;}
  }




  .multi-select-container {
    display: inline-block;
    position: relative;
  }

  .multi-select-menu {
    position: absolute;
    left: 0;
    bottom:100%;
    height:230px;
    overflow:auto;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    border: 1px solid #eee;
    box-shadow:0 4px 10px 0 rgb(0,0,0,0.1);
    display: none;
  }

  .multi-select-menuitem {
    display: flex;
    align-items:center;
    font-size: 13px;
    padding: 15px 15px 15px 30px;
    white-space: nowrap;
    font-family:'S-CoreDream-3Light';
    color:#111;
    position:relative;
  }

  .multi-select-menuitem--titled{margin-top:70px;}
  .multi-select-menuitem--titled:after{content:""; position:absolute; top:-65px; left:50%; transform:translateX(-50%); width:85%; height:1px; background:#ddd;}
  .multi-select-menuitem--titled:first-of-type{margin-top:40px;}
  .multi-select-menuitem--titled:first-of-type:before{top:-20px;}
  .multi-select-menuitem--titled:first-of-type:after{display:none;}

  .multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 15px -20px;
    font-size:14px;
    color:#111;
    position:absolute;
    top:-40px;
    left:30px;
  }

  .multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
  }

  .multi-select-presets {
    border-bottom: 1px solid #ddd;
  }

  .multi-select-menuitem input {
    position: relative;;

    margin-left: -20px;
    margin-right:5px;
    width:14px; height:14px;
    margin-top:-2.5px;
  }

  .multi-select-button {

    font-size: 14px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    background: #fff;
    color: #111111;
    border-radius: 0;

    display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 1;
    cursor:pointer;
  }

  .multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #111 transparent transparent transparent;
    position:absolute;
    top:50%;
    right:16px;
    transform:translateY(-50%);
  }

  .multi-select-container--open .multi-select-menu {
    display: block;
  }

  .multi-select-container--open .multi-select-menu .multi-select-menuitems{padding:0 5px 10px 5px}
  .multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #111 transparent;
    top:calc(50% - 2px)
  }

  .multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
  }

  .multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
  }


  @media(max-width:1080px){
    .multi-select-button{font-size: 2.7778vw;
      width: 93%;
      height: auto;
      line-height: 5.0000vw;
      padding: 1.5vw 5vw 1.5vw 1.6667vw;
    }

    .multi-select-container{width:100%;}
    .multi-select-button:after{right:1.6667vw}
    .now-form .now-form-cont > li > ul > li{display:flex;}

    .multi-select-menuitem{font-size: 2.7778vw; padding:3vw 3vw 3vw 8vw;}
    .multi-select-menuitem--titled:before{font-size:3.2vw; left:7vw; top:-8vw;}
    .multi-select-menuitem--titled:first-of-type:before{top:-4.5vw;}
    .multi-select-menuitem input{width:3.5vw; height:3.5vw; margin-top:-0.5vw; margin-left:-5vw; margin-right:2vw;}
    .multi-select-menuitem--titled{margin-top:19vw;}
    .multi-select-menuitem--titled:after{top:-14vw;}
    .multi-select-menuitem--titled:first-of-type{margin-top:11vw;}
  }

  @media(max-width:420px){

    .multi-select-menuitem--titled:before{ left:8vw; }


    .multi-select-menuitem input{margin-right:1vw;}

    .multi-select-menuitem--titled:after{top:-16vw;}


	.now-form {width:95%;}

  }



    #footer {}
    #footer h1 { float: none; margin: 0 auto 30px auto; width: 180px; opacity: 0.66 }
    #footer ul.f-info { float: none;  width: 100%; }
    #footer ul.f-ico { position: fixed; width: 115px%;  bottom: 170px; right:10px;z-index:999; }
    #footer ul.f-ico li { float: none; margin: 5px 0; width:55px;}
    .s-inner {
        width: 100%;
    }
    
}

#top_btn .top_btn_icon {
    width: 40px;
    position: fixed;
    bottom: 120px;
    right: 23px;
    display: none;
    z-index: 100;
}