@charset "utf-8";
/* ##checkbox */
  .chkui>input[type=checkbox] {
    display: none;
  }
  .chkui>input[type=checkbox]+div,
  .rdoui>input[type=radio]+div {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 29px;
    vertical-align: middle;
    font-weight: 700;
  }
  .chkui>input[type=checkbox]+div {
    padding-left: 30px;
  }
  /* ###before */
  .chkui > input[type=checkbox] + div:before {
    display: block;
    content: '';
    width: 20px;
    height: 32px;
    background: url('../imgs/common/chkui_mark.png') no-repeat center;
    background-size: contain;
  }
  .chkui > input[type=checkbox]:checked + div:before {
    background-image: url('../imgs/common/chkui_mark_on.png');
  }
  /* ##after */
  .chkui.after {
    padding-right: 0;
  }
  .chkui.after>input[type=checkbox]+div {
    display: inline-block;
    padding-left: 0;
    vertical-align: middle;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
  }
  .chkui.after>input[type=checkbox]+div:before {
    display: none;
  }
  .chkui.after>input[type=checkbox]+div:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 32px;
    margin-left: 11px;
    background: url('../imgs/common/chkui_mark.png') no-repeat center;
    background-size: contain;
    vertical-align: -9px;
  }
  .chkui.after>input[type=checkbox]:checked+div:after {
    background-image: url('../imgs/common/chkui_mark_on.png');
  }

  /* ##radio */
  .chkui>input[type=radio] {
    display: none;
  }
  .chkui>input[type=radio]+div:before {
    display: inline-block;
    content: '';
    width: 22px;
    height: 22px;
    margin-right: 7px;
    background: url('../imgs/common/rdoui_mark.png') no-repeat center;
    background-size: contain;
    vertical-align: -5px;
  }
  .chkui>input[type=radio]:checked+div:before {
    background-image: url('../imgs/common/rdoui_mark_on.png');
  }

  .resfonsive_form_box.under-style .rdoui>input[type=radio]+div {
    padding-right: 18px;
  }

  /* ##input */
  /* ### input under style */
  .resfonsive_form_box.under-style>.item>.inner>div.label {
    font-weight: 700;
  }

  .resfonsive_form_box.under-style>.item>.inner>div.control .input0 {
    border: 0;
    border-bottom: 1px solid #dedede;
  }

  .resfonsive_form_box.under-style>.item>.inner>div.control .button0 {
    display: inline-block;
    width: 117px;
    padding: 0 28px;
    background-color: #f96943;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }

  .resfonsive_form_box.under-style>.item>.inner>div.control .button0.gray {
    margin-left: 5px;
    background-color: #c3c3c3;
  }
  .variable_shape_box.agree-item-box {
    margin-top: 0;
  }
  .variable_shape_box.agree-item-box>.cell {
    height: initial;
  }
  .variable_shape_box.agree-item-box .chkui>input[type=checkbox]+div {
    display: inline-block;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.5px;
  }

  .variable_shape_box.agree-item-box .chkui>input[type=checkbox]+div+button {
    float: right;
    margin-top: 5px;
    color: #b3b3b3;
    font-size: 14px;
    text-decoration: underline;
  }

  .variable_shape_box.agree-item-box .chkui {
    line-height: 29px;
  }
  /* ##전체 동의 스타일 */
  .variable_shape_box.under-gray-line {
    margin-bottom: 17px;
    border-bottom: 1px solid #737373;
    text-align: right;
  }

  /* ##약관 펼치기 */
  .text190822141657 {
    display: none;
    margin-top: 10px;
  }

  /* ##btn */
  .btn-box-spacing {
    padding: 95px 0 94px 0;
    text-align: center;
  }
  .orange-big-btn {
    display: inline-block;
    padding: 0 109px;
    background-color: #f96943;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 59px;
    text-align: center;
  }

  @media all and (max-width: 767px) {
    .variable_shape_box.agree-item-box .chkui>input[type=checkbox]+div,
    .variable_shape_box.agree-item-box .chkui>input[type=checkbox]+div+button {
      font-size: 15px;
    }
    .orange-big-btn {
      width: 100%;
      padding: 0 10%;
      font-size: 20px;
    }
    .btn-box-spacing {
      padding: 16% 0 17% 0;
    }
  }