@charset "UTF-8";
@media screen and (max-width: 1200px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 395px) {
  html {
    font-size: 12px;
  }
}
.l_sub .section_top {
  background: url(/partners/static/images/sub/linear_bg.png) no-repeat center bottom/cover;
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_sub .section_top .inner .tit {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.l_sub .section .tit_01 {
  font-weight: bold;
  font-size: 28px;
  color: #444;
}
.l_sub .section .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #555;
  word-break: keep-all;
  word-wrap: break-word;
}
.l_sub .section .b_tit {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #000;
}
.l_sub .section_banner {
  height: 374px;
  background: url(/partners/static/images/sub/exclusive/banner.jpg) no-repeat center center/cover;
}
.l_sub .section_banner .inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.l_sub .section_banner .inner .tel {
  font-size: 28px;
  justify-content: flex-start;
}
.l_sub .section_banner .inner .tel a {
  margin-left: 25px;
}
.l_sub .section_banner .inner .tel a strong {
  font-size: 44px;
}
.l_sub .section_banner .inner .tel a strong .icon_phone {
  width: 48px;
  height: 48px;
}
.l_sub .section_banner .inner .desc_s {
  margin-top: 35px;
  font-weight: 500;
  color: #444;
  font-size: 18px;
  line-height: 30px;
}
.l_sub .section .top_info {
  margin-top: 80px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(152, 177, 234, 0.2);
  padding: 80px 70px;
}
.l_sub .section button.complete {
  background: transparent !important;
  border: none !important;
  color: #65b3b1;
}
.l_sub_guide .section_content {
  position: relative;
}
.l_sub_guide .section_content .steps .step {
  background-repeat: no-repeat;
  background-size: cover;
}
.l_sub_guide .section_content .steps .step:first-of-type {
  background-position: center center;
  background-image: url(/partners/static/images/sub/guide/guide_bg_top.png);
}
.l_sub_guide .section_content .steps .step:nth-of-type(2) {
  background-position: center bottom;
  background-image: url(/partners/static/images/sub/guide/guide_bg_center.png);
}
.l_sub_guide .section_content .steps .step:last-of-type {
  background-position: center bottom;
  background-image: url(/partners/static/images/sub/guide/guide_bg_bottom.png);
}
.l_sub_guide .section_content .steps .step:last-of-type .inner .wrap_step .wrap .tit_01 {
  color: #5c82d4;
}
.l_sub_guide .section_content .steps .step .inner {
  display: flex;
  position: relative;
}
.l_sub_guide .section_content .steps .step .inner .wrap_img,
.l_sub_guide .section_content .steps .step .inner .wrap_step {
  width: 100%;
  padding: 200px 0;
}
.l_sub_guide .section_content .steps .step .inner .wrap_img img {
  position: sticky;
  left: 0;
  top: 120px;
  width: 560px;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap {
  padding: 0 90px 160px 160px;
  position: relative;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 75px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #5c82d4;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap:last-of-type {
  padding-bottom: 0;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_icon {
  width: 164px;
  height: 164px;
  position: relative;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_icon img {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_icon img.on {
  opacity: 0;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont {
  opacity: 0;
  top: 30px;
  transition: all 0.3s;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .tit_01 {
  margin-top: 40px;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .desc {
  margin-top: 20px;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .desc strong {
  display: block;
  color: #444;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .btn {
  width: 100px;
  height: 36px;
  margin-top: 20px;
  margin-left: 0;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .tel {
  justify-content: flex-start;
  margin-top: 10px;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .tel .icon {
  margin-right: 5px;
  width: 28px;
  height: 28px;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .tel a strong {
  font-size: 24px;
  color: #444;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap.active .wrap_cont {
  top: 0;
  opacity: 1;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap.active .wrap_icon img {
  opacity: 0;
}
.l_sub_guide .section_content .steps .step .inner .wrap_step .wrap.active .wrap_icon img.on {
  opacity: 1;
}
.l_sub_guide .section_content .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  height: calc(100% - 440px);
  top: 0;
  background: #ddd;
}
.l_sub_guide .section_content .line .bar {
  position: sticky;
  width: 100%;
  height: 275px;
  top: 15.7%;
  left: 0;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(92, 130, 212, 0) 0%, #5c82d4 100%);
  display: block;
}
.l_sub_guide .section_content .line::after {
  content: "";
  position: absolute;
  bottom: -440px;
  left: 0;
  width: 2px;
  height: 465px;
  background-color: #ddd;
}
.l_sub_exclusive .section_top {
  background: url(/partners/static/images/sub/exclusive/bg.jpg) no-repeat center bottom/cover;
  height: 485px;
}
.l_sub_exclusive .section_top .inner .tit {
  color: #fff;
  font-size: 56px;
}
.l_sub_exclusive .section_top .inner .btn {
  width: 240px;
  margin-top: 50px;
}
.l_sub_exclusive .section_top .inner .btn .icon {
  filter: brightness(0) invert(1);
}
.l_sub_exclusive .section_top .inner .btn:hover .icon {
  filter: none;
}
.l_sub_exclusive .section_tab ul li:first-of-type.active a {
  color: #65b3b1;
}
.l_sub_exclusive .section_tab ul li:first-of-type.active::after {
  background-color: #65b3b1;
}
.l_sub_exclusive .section_tab ul li:last-of-type.active a {
  background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l_sub_exclusive .section_tab ul li:last-of-type.active::after {
  background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
}
.l_sub_exclusive .section_info {
  padding: 120px 0 160px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.l_sub_exclusive .section_info .inner .b_tit {
  color: #fff;
  margin-bottom: 70px;
}
.l_sub_exclusive .section_info .inner .wrap {
  display: flex;
  justify-content: space-between;
}
.l_sub_exclusive .section_info .inner .wrap .box {
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
  width: 708px;
  padding: 50px 60px;
}
.l_sub_exclusive .section_info .inner .wrap .box p {
  font-size: 32px;
  font-weight: bold;
  padding-left: 20px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l_sub_exclusive .section_info .inner .wrap .box p .badge {
  margin-left: 12px;
  width: 105px;
  height: 40px;
  border-radius: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_sub_exclusive .section_info .inner .wrap .box ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  color: #444;
}
.l_sub_exclusive .section_info .inner .wrap .box ul li .txt {
  font-weight: 600;
  font-size: 28px;
}
.l_sub_exclusive .section_info .inner .wrap .box ul li .txt span {
  margin-top: 4px;
  font-weight: 500;
  font-size: 20px;
  display: block;
  color: inherit;
}
.l_sub_exclusive .section_info .inner .wrap .box ul li .icon {
  width: 80px;
  height: 80px;
}
.l_sub_exclusive .section_info .inner .wrap .box.plus {
  position: relative;
}
.l_sub_exclusive .section_info .inner .wrap .box.plus::after {
  content: "";
  position: absolute;
  right: 18px;
  top: -64px;
  width: 100px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.l_sub_exclusive .section_product {
  padding: 160px 0;
}
.l_sub_exclusive .section_product .inner .b_tit {
  margin-bottom: 70px;
}
.l_sub_exclusive .section_product .inner .wrap {
  display: flex;
  justify-content: space-between;
}
.l_sub_exclusive .section_product .inner .wrap .compare {
  width: 424px;
  display: flex;
  justify-content: space-between;
}
.l_sub_exclusive .section_product .inner .wrap .compare div {
  width: 200px;
}
.l_sub_exclusive .section_product .inner .wrap .compare div .box {
  margin-bottom: 30px;
  width: 200px;
  height: 172px;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  border: 5px solid;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l_sub_exclusive .section_product .inner .wrap .compare div .box strong {
  display: block;
}
.l_sub_exclusive .section_product .inner .wrap .compare div.plus .box {
  position: relative;
}
.l_sub_exclusive .section_product .inner .wrap .compare div.plus .box::before, .l_sub_exclusive .section_product .inner .wrap .compare div.plus .box::after {
  content: "";
  width: 110px;
  height: 40px;
  position: absolute;
  left: -5px;
  top: -5px;
}
.l_sub_exclusive .section_product .inner .wrap .compare div.plus .box::before {
  border-radius: 0 0 12px 0;
}
.l_sub_exclusive .section_product .inner .wrap .compare div.plus .box::after {
  content: "+ PLUS";
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.l_sub_exclusive .section_product .inner .wrap .compare div p {
  min-height: 70px;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
}
.l_sub_exclusive .section_product .inner .wrap .compare div p strong {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}
.l_sub_exclusive .section_product .inner .wrap .compare div p strong + span {
  margin-top: 5px;
}
.l_sub_exclusive .section_product .inner .wrap .compare div p strong span {
  line-height: normal;
  font-weight: bold;
}
.l_sub_exclusive .section_product .inner .wrap .compare div p span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.l_sub_exclusive .section_product .inner .wrap .compare div p span + span {
  margin-top: 8px;
}
.l_sub_exclusive .section_product .inner .wrap .compare div p + p {
  margin-top: 50px;
}
.l_sub_exclusive .section_product .inner .wrap .compare div p small {
  font-size: 16px;
  color: #888;
  display: block;
  margin-top: 6px;
}
.l_sub_exclusive .section_product .inner .wrap .compare_01 div .box {
  border-color: #aaa;
}
.l_sub_exclusive .section_product .inner .wrap .compare_01 div .box strong {
  color: #aaa;
}
.l_sub_exclusive .section_product .inner .wrap .compare_01 div.plus .box::before {
  background: #aaa;
}
.l_sub_exclusive .section_product .inner .wrap .compare_01 div p {
  color: #888;
}
.l_sub_exclusive .section_product .inner .wrap .compare_01 div p strong,
.l_sub_exclusive .section_product .inner .wrap .compare_01 div p span {
  color: inherit;
}
.l_sub_exclusive .section_product .inner .wrap .compare_02 div .box {
  border-color: #5c82d4;
}
.l_sub_exclusive .section_product .inner .wrap .compare_02 div .box strong {
  color: #5c82d4;
}
.l_sub_exclusive .section_product .inner .wrap .compare_02 div.plus .box::before {
  background: #5c82d4;
}
.l_sub_exclusive .section_product .inner .wrap .compare_02 div p {
  color: #5c82d4;
}
.l_sub_exclusive .section_product .inner .wrap .compare_02 div p strong {
  color: inherit;
}
.l_sub_exclusive .section_product .inner .wrap .compare_02 div p span {
  color: #888;
}
.l_sub_exclusive .section_product .inner .wrap .compare_03 div .box {
  border: 5px solid transparent; /* 투명한 테두리 */
  border-image: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
  border-image-slice: 1;
}
.l_sub_exclusive .section_product .inner .wrap .compare_03 div .box strong {
  background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l_sub_exclusive .section_product .inner .wrap .compare_03 div.plus .box::before {
  background: var(--SUB-PREMIUM, linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%));
}
.l_sub_exclusive .section_product .inner .wrap .compare_03 div p strong {
  background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l_sub_exclusive .section_product .inner .wrap .compare_03 div p span {
  color: #888;
}
.l_sub_exclusive .section_product .inner .banner {
  margin-top: 85px;
}
.l_sub_exclusive .section_product .inner .banner .wrap {
  display: flex;
  flex-wrap: wrap;
}
.l_sub_exclusive .section_product .inner .banner .wrap .wrap_txt {
  width: calc(100% - 640px);
  background: url(/partners/static/images/sub/exclusive/info_bg_01.jpg) no-repeat center center/cover;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l_sub_exclusive .section_product .inner .banner .wrap .wrap_txt .banner_tit {
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
}
.l_sub_exclusive .section_product .inner .banner .wrap .wrap_txt .banner_tit strong {
  display: block;
  font-weight: 800;
}
.l_sub_exclusive .section_product .inner .banner .wrap .wrap_txt .banner_tit strong span {
  font-weight: inherit;
}
.l_sub_exclusive .section_product .inner .banner .wrap .wrap_txt .desc_s {
  margin-top: 20px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
}
.l_sub_exclusive .section_product .inner .banner .wrap .wrap_img {
  width: 640px;
}
.l_sub_exclusive .section_confi {
  padding: 160px 0;
  background: url(/partners/static/images/sub/linear_bg.png) no-repeat center bottom/cover;
}
.l_sub_exclusive .section_confi .inner .b_tit {
  margin-bottom: 72px;
}
.l_sub_exclusive .section_confi .inner .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l_sub_exclusive .section_confi .inner .wrap + .wrap {
  margin-top: 25px;
}
.l_sub_exclusive .section_confi .inner .wrap:first-of-type img {
  width: 464px;
}
.l_sub_exclusive .section_confi .inner .wrap:nth-of-type(2) img {
  width: 708px;
}
.l_sub_exclusive .section_confi .inner .wrap:last-of-type img {
  width: 342px;
}
.l_sub_exclusive .section_confi .inner .wrap:last-of-type img:nth-of-type(2) {
  width: 708px;
}
.l_sub_exclusive .section_confi .inner .banner {
  margin-top: 60px;
}
.l_sub_exclusive .section_confi .inner .banner .wrap .wrap_img img {
  width: 100%;
}
.l_sub_exclusive .section_notice {
  padding: 120px 0;
}
.l_sub_exclusive .section_notice .inner .b_tit {
  margin-bottom: 60px;
  font-size: 40px;
}
.l_sub_exclusive .section_notice .inner div {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.l_sub_exclusive .section_notice .inner div strong,
.l_sub_exclusive .section_notice .inner div p {
  line-height: 30px;
}
.l_sub_exclusive .section_notice .inner div strong {
  font-weight: 600;
  display: block;
}
.l_sub_exclusive .section_notice .inner div p {
  font-weight: 400;
}
.l_sub_exclusive .section_notice .inner div p + strong {
  margin-top: 40px;
}
.l_sub_exclusive .section_notice .inner table {
  margin-top: 20px;
  width: 100%;
  border-top: 2px solid #5c82d4;
  margin-bottom: 50px;
  word-break: keep-all;
  word-wrap: break-word;
}
.l_sub_exclusive .section_notice .inner table td,
.l_sub_exclusive .section_notice .inner table th {
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #cdd7ed;
  min-height: 65px;
  text-align: center;
}
.l_sub_exclusive .section_notice .inner table thead th {
  background: #f4f6fb;
  height: 65px;
}
.l_sub_exclusive .section_notice .inner table tbody tr:first-of-type td {
  background: #f4f6fb;
}
.l_sub_exclusive .section_notice .inner table tbody td {
  padding: 24px 0;
}
.l_sub_exclusive .section_notice .inner p span {
  display: block;
  font-weight: 400;
}
.l_sub_exclusive .section_notice .inner a {
  line-height: 30px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-position: under;
}
.l_sub_exclusive_01 .section_info {
  background-image: url(/partners/static/images/sub/exclusive/basic_bg.jpg);
}
.l_sub_exclusive_01 .section_info .inner .wrap .box.plus::after {
  background-image: url(/partners/static/images/sub/exclusive/badge_01.png);
}
.l_sub_exclusive_01 .section_info .inner .wrap .box p {
  color: #65b3b1;
}
.l_sub_exclusive_01 .section_info .inner .wrap .box p .badge {
  background-color: #65b3b1;
}
.l_sub_exclusive_01 .section_info .inner .wrap .box ul li .icon_01 {
  background-image: url(/partners/static/images/sub/exclusive/icon_01.png);
}
.l_sub_exclusive_01 .section_info .inner .wrap .box ul li .icon_02 {
  background-image: url(/partners/static/images/sub/exclusive/icon_02.png);
}
.l_sub_exclusive_01 .section_info .inner .wrap .box ul li .icon_03 {
  background-image: url(/partners/static/images/sub/exclusive/icon_03.png);
}
.l_sub_exclusive_01 .section_info .inner .wrap .box ul li .txt {
  color: #65b3b1;
}
.l_sub_exclusive_02 .section_info {
  background-image: url(/partners/static/images/sub/exclusive/stand_bg.jpg);
}
.l_sub_exclusive_02 .section_info .inner .wrap .box.plus::after {
  background-image: url(/partners/static/images/sub/exclusive/badge_02.png);
}
.l_sub_exclusive_02 .section_info .inner .wrap .box p {
  color: #5c82d4;
}
.l_sub_exclusive_02 .section_info .inner .wrap .box p .badge {
  background-color: #5c82d4;
}
.l_sub_exclusive_02 .section_info .inner .wrap .box ul li .icon_01 {
  background-image: url(/partners/static/images/sub/exclusive/icon_01_blue.png);
}
.l_sub_exclusive_02 .section_info .inner .wrap .box ul li .icon_02 {
  background-image: url(/partners/static/images/sub/exclusive/icon_02_blue.png);
}
.l_sub_exclusive_02 .section_info .inner .wrap .box ul li .icon_03 {
  background-image: url(/partners/static/images/sub/exclusive/icon_03_blue.png);
}
.l_sub_exclusive_02 .section_info .inner .wrap .box ul li .icon_04 {
  background-image: url(/partners/static/images/sub/exclusive/icon_04_blue.png);
}
.l_sub_exclusive_02 .section_info .inner .wrap .box ul li .txt {
  color: #5c82d4;
}
.l_sub_exclusive_03 .section_info {
  background-image: url(/partners/static/images/sub/exclusive/pre_bg.jpg);
}
.l_sub_exclusive_03 .section_info .inner .wrap .box.plus::after {
  background-image: url(/partners/static/images/sub/exclusive/badge_03.png);
}
.l_sub_exclusive_03 .section_info .inner .wrap .box p .linear {
  font: inherit;
  background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l_sub_exclusive_03 .section_info .inner .wrap .box p .badge {
  background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
}
.l_sub_exclusive_03 .section_info .inner .wrap .box ul li .icon_01 {
  background-image: url(/partners/static/images/sub/exclusive/icon_01_lblue.png);
}
.l_sub_exclusive_03 .section_info .inner .wrap .box ul li .icon_02 {
  background-image: url(/partners/static/images/sub/exclusive/icon_02_lblue.png);
}
.l_sub_exclusive_03 .section_info .inner .wrap .box ul li .icon_03 {
  background-image: url(/partners/static/images/sub/exclusive/icon_03_lblue.png);
}
.l_sub_exclusive_03 .section_info .inner .wrap .box ul li .icon_04 {
  background-image: url(/partners/static/images/sub/exclusive/icon_04_lblue.png);
}
.l_sub_exclusive_03 .section_info .inner .wrap .box ul li .icon_05 {
  background-image: url(/partners/static/images/sub/exclusive/icon_05_lblue.png);
}
.l_sub_exclusive_03 .section_info .inner .wrap .box ul li .icon_06 {
  background-image: url(/partners/static/images/sub/exclusive/icon_06_lblue.png);
}
.l_sub_exclusive_03 .section_info .inner .wrap .box ul li .txt {
  color: #5c82d4;
}
.l_sub_receipt.funeral .section .inner form .wrap_input_radio .radios {
  margin-right: auto;
  margin-left: 55px;
}
.l_sub_receipt .section_top {
  height: auto;
  padding: 160px 0 120px;
}
.l_sub_receipt .section_form {
  padding-bottom: 160px;
}
.l_sub_receipt .section_form .inner form {
  padding: 0 70px;
}
.l_sub_receipt .section .inner form .wrap_line_start .wrap_input_notice .notice {
  color: #5c82d4;
}
.l_sub_receipt .section .inner form .wrap_line_start .wrap_input_notice .notice::before {
  display: none;
}
.l_sub_receipt .section .inner form .wrap_input button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l_sub_receipt .section .inner form .wrap_input button .icon {
  margin-right: 5px;
}
.l_sub_receipt .section .inner form .wrap_input textarea {
  border: 1px solid #ddd;
  height: 240px;
  padding-bottom: 60px;
}
.l_sub_receipt .section .inner form .wrap_check {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 65px;
}
.l_sub_receipt .section .inner form .wrap_check > div {
  position: relative;
}
.l_sub_receipt .section .inner form .wrap_check > div .error {
  width: 100%;
  position: absolute;
}
.l_sub_receipt .section .inner form .wrap_check > div + div {
  margin-left: 65px;
}
.l_sub_status .section_top {
  padding-bottom: 160px;
}
.l_sub_status .section_top .inner .top_info {
  padding-left: 120px;
  padding-right: 120px;
}
.l_sub_status .section_top .inner .top_info form .wrap_input {
  width: 100%;
  justify-content: flex-start;
}
.l_sub_status .section_top .inner .top_info form .wrap_input > label {
  width: 80px;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 80px);
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .calendar {
  width: calc((100% - 40px) / 2);
  position: relative;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .calendar::after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/partners/static/images/common/icon_calendar.png) no-repeat 0 0/contain;
  width: 56px;
  height: 56px;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .calendar input {
  width: 100%;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker {
  overflow: hidden;
  margin-top: -25px;
  left: 50% !important;
  transform: translateX(-50%) scale(0.85);
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker {
  padding: 40px;
  box-shadow: none;
  width: 540px;
  height: auto;
  background-color: #fff;
  border: 1px solid #ddd;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-header .datepicker-controls {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 auto 30px;
  width: 186px;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-header .datepicker-controls .view-switch {
  font-size: 24px;
  font-weight: bold;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-header .datepicker-controls button {
  line-height: normal;
  flex: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  height: auto;
  vertical-align: middle;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-header .datepicker-controls button.prev-button, .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-header .datepicker-controls button.next-button {
  text-indent: -9999%;
  width: 8px;
  height: 16px;
  background: url(/partners/static/images/common/icon_calendar_arrow.png) no-repeat center center/contain;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-header .datepicker-controls button.prev-button {
  transform: rotate(180deg);
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view {
  margin: 0 auto;
  width: 360px;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .days-of-week {
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 25px;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .days-of-week .dow {
  flex-basis: unset;
  width: 14.2857142857%;
  display: block;
  text-align: center;
  font-size: 18px;
  height: 24px;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span {
  flex-basis: unset;
  width: 14.2857142857%;
  font-weight: 500;
  display: block;
  text-align: center;
  font-size: 18px;
  min-height: 42px;
  line-height: 42px;
  position: relative;
  z-index: 1;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span.selected, .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span.focused, .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span:hover {
  background: transparent;
  color: #fff;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span.selected::before, .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span.focused::before, .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span:hover::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #5c82d4;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span.next, .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span.prev {
  display: none;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_search input {
  width: 880px;
}
.l_sub_status .section_top .inner .top_info form .wrap_input .wrap_search .btn {
  width: 200px;
  margin-left: 40px;
}
.l_sub_status .section_table {
  padding: 120px 0 160px;
}
.l_sub_status .section_table .inner .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.l_sub_status .section_table .inner .top .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.l_sub_status .section_table .inner .top .tit > strong {
  color: #000;
  font-weight: bold;
  font-size: 32px;
  margin-right: 25px;
}
.l_sub_status .section_table .inner .top .tit p {
  color: #222;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.l_sub_status .section_table .inner .top .tit p + p {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.l_sub_status .section_table .inner .top .tit p + p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 2px;
  height: 24px;
  background-color: #555;
}
.l_sub_status .section_table .inner .top .tit p + p strong {
  font-weight: 600;
  font-size: 32px;
  margin-left: 10px;
}
.l_sub_status .section_table .inner .top .wrap {
  display: flex;
}
.l_sub_status .section_table .inner .top .wrap button {
  border-radius: 8px;
  background: #f9f9f9;
  padding: 0 15px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #444;
  font-weight: 500;
  font-size: 18px;
}
.l_sub_status .section_table .inner .top .wrap button .icon {
  margin-left: 10px;
  width: 20px;
  height: 18px;
  background-image: url(/partners/static/images/common/icon_excel.png);
}
.l_sub_status .section_table .inner .top .wrap button + button {
  margin-left: 15px;
}
.l_sub_status .section_table .inner table {
  width: 100%;
  border-top: 2px solid #cad5ef;
  margin-bottom: 65px;
  word-break: keep-all;
  word-wrap: break-word;
}
.l_sub_status .section_table .inner table td,
.l_sub_status .section_table .inner table th {
  vertical-align: middle;
  font-size: 18px;
  border-bottom: 1px solid #cad5ef;
  min-width: 100px;
  min-height: 80px;
  text-align: center;
}
.l_sub_status .section_table .inner table thead th {
  background: #f7f9ff;
  height: 80px;
  font-weight: bold;
  color: #222;
}
.l_sub_status .section_table .inner table tbody td {
  font-weight: 500;
  color: #555;
  padding: 24px 0;
}
.l_sub_status .section_table .inner table tbody td .check_box input + label {
  justify-content: center;
}
.l_sub_status .section_table .inner table tbody td .check_box input + label::before {
  margin-right: 0;
}
.l_sub_status .section_table .inner table tbody td button {
  width: 110px;
  height: 40px;
}
.l_sub_status .section_table .inner table tbody td .under {
  font-weight: 600;
}
.l_sub_status .section_table .inner table tbody td .under:hover {
  text-decoration: underline;
}
.l_sub_status .section_table .inner .pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.l_sub_status .section_table .inner .pagination ul li {
  transition: all 0.2s;
}
.l_sub_status .section_table .inner .pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.l_sub_status .section_table .inner .pagination ul li.pag {
  width: 52px;
  height: 52px;
  border: 1px solid #aaa;
  border-radius: 100%;
}
.l_sub_status .section_table .inner .pagination ul li.pag a {
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  background: url(/partners/static/images/common/icon_pagination_arrow.png) no-repeat center center/contain;
}
.l_sub_status .section_table .inner .pagination ul li.pag.prev {
  margin-right: 35px;
  transform: rotate(180deg);
}
.l_sub_status .section_table .inner .pagination ul li.pag.next {
  margin-left: 35px;
}
.l_sub_status .section_table .inner .pagination ul li.num {
  font-weight: 500;
  color: #aaa;
}
.l_sub_status .section_table .inner .pagination ul li.num a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_sub_status .section_table .inner .pagination ul li.num + .num {
  margin-left: 35px;
}
.l_sub_status .section_table .inner .pagination ul li.num.current {
  font-weight: bold;
  color: #5c82d4;
}
.l_sub_info .section_top .inner .top_info {
  margin-top: 0;
  padding: 80px 120px 55px;
}
.l_sub_info .section_top .inner .top_info .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
}
.l_sub_info .section_top .inner .top_info .tit .btn {
  width: 110px;
  height: 40px;
  margin: 0 0 0 auto;
}
.l_sub_info .section_top .inner .top_info form .wrap {
  padding: 80px 65px;
}
.l_sub_info .section_top .inner .top_info form .wrap:nth-of-type(even) {
  background: rgba(92, 130, 212, 0.03);
}
.l_sub_info .section_top .inner .top_info form .wrap:nth-of-type(even) dl dt {
  color: #718cc7;
}
.l_sub_info .section_top .inner .top_info form .wrap dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.l_sub_info .section_top .inner .top_info form .wrap dl dt {
  font-weight: bold;
  width: 150px;
  font-size: 18px;
  color: #65b3b1;
}
.l_sub_info .section_top .inner .top_info form .wrap dl dd {
  font-weight: 500;
  font-size: 20px;
  width: calc(100% - 150px);
  word-break: keep-all;
  word-wrap: break-word;
}
.l_sub_info .section_top .inner .top_info form .wrap dl dd img {
  width: 480px;
  height: 320px;
}
.l_sub_info .section_top .inner .top_info form .wrap dl div {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.l_sub_info .section_top .inner .top_info form .wrap dl + dl {
  margin-top: 30px;
}
.l_sub_info .section_top .inner > .btn {
  margin-top: 60px;
}
.l_sub_inquiry .section_top .inner .top_info {
  padding: 80px;
}
.l_sub_inquiry .section_top .inner .top_info form .wrap_line {
  margin-top: 0;
}
.l_sub_inquiry .section_top .inner .top_info form .wrap_check {
  margin-bottom: 0;
}
.l_sub_inquiry .section_top .inner .btn {
  margin-top: 60px;
}
.l_sub_inquiry .section .tit {
  line-height: 56px;
  font-size: 40px;
}
.l_sub_inquiry .section .left_txt {
  width: 34%;
}
.l_sub_inquiry .section .left_txt .tit {
  font-weight: 500;
}
.l_sub_inquiry .section .left_txt .tit strong {
  font-weight: bold;
  display: block;
}
.l_sub_inquiry .section .left_txt .btn {
  margin-top: 55px;
  margin-left: 0;
}
.l_sub_inquiry .section .content {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l_sub_inquiry .section .content .box {
  width: calc((100% - 24px) / 2);
}
.l_sub_inquiry .section_02 {
  background: url(/partners/static/images/sub/inquiry/section2_bg.jpg) no-repeat center center/cover;
  padding: 200px 0;
}
.l_sub_inquiry .section_02 .inner {
  display: flex;
  flex-wrap: wrap;
}
.l_sub_inquiry .section_02 .inner .content .box {
  height: 376px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(71, 140, 138, 0.2);
}
.l_sub_inquiry .section_02 .inner .content .box .tag {
  font-size: 24px;
  font-weight: 600;
  height: 48px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_sub_inquiry .section_02 .inner .content .box .box_tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
  margin-top: 40px;
  text-align: center;
}
.l_sub_inquiry .section_02 .inner .content .box .box_tit .disabled {
  display: block;
  position: relative;
  font-size: 24px;
  color: #aaa;
  font-weight: 600;
}
.l_sub_inquiry .section_02 .inner .content .box .box_tit .disabled::before {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 173px;
  height: 18px;
  background: url(/partners/static/images/common/icon_discount.png) no-repeat 0 0/contain;
}
.l_sub_inquiry .section_02 .inner .content .box .gray_info {
  margin-top: 35px;
  font-weight: 500;
  font-size: 20px;
  color: #888;
}
.l_sub_inquiry .section_02 .inner .content .box:first-of-type .tag {
  width: 240px;
  background: rgba(101, 179, 177, 0.08);
}
.l_sub_inquiry .section_02 .inner .content .box:last-of-type .tag {
  width: 368px;
  background: rgba(113, 140, 199, 0.08);
}
.l_sub_inquiry .section_03 {
  padding: 160px 0;
  background: url(/partners/static/images/sub/inquiry/section3_bg.jpg) no-repeat center center/cover;
}
.l_sub_inquiry .section_03 .inner {
  display: flex;
  flex-wrap: wrap;
}
.l_sub_inquiry .section_03 .inner .left_txt {
  margin-top: 215px;
}
.l_sub_inquiry .section_03 .inner .content .box {
  box-shadow: 0px 0px 40px rgba(152, 177, 234, 0.4);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  height: 720px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 55px;
}
.l_sub_inquiry .section_03 .inner .content .box p {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px;
}
.l_sub_inquiry .section_03 .inner .content .box p.desc {
  font-weight: 600;
  font-size: 24px;
}
.l_sub_inquiry .section_03 .inner .content .box:first-of-type {
  margin-top: 100px;
  background-image: url(/partners/static/images/sub/inquiry/card_img_01.png);
}
.l_sub_inquiry .section_03 .inner .content .box:last-of-type {
  background-image: url(/partners/static/images/sub/inquiry/card_img_02.png);
}
.l_sub_inquiry .section_04 {
  padding: 154px 0;
  background: url(/partners/static/images/sub/inquiry/section4_bg.jpg) no-repeat center center/cover;
}
.l_sub_inquiry .section_04 .inner .tit {
  text-align: center;
}
.l_sub_inquiry .section_04 .inner .wrap {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l_sub_inquiry .section_04 .inner .wrap .box {
  height: 480px;
  width: calc((100% - 72px) / 4);
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l_sub_inquiry .section_04 .inner .wrap .box p {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.l_sub_inquiry .section_04 .inner .wrap .box:first-of-type {
  background-image: url(/partners/static/images/sub/inquiry/card_img_03.png);
}
.l_sub_inquiry .section_04 .inner .wrap .box:nth-of-type(2) {
  background-image: url(/partners/static/images/sub/inquiry/card_img_04.png);
}
.l_sub_inquiry .section_04 .inner .wrap .box:nth-of-type(3) {
  background-image: url(/partners/static/images/sub/inquiry/card_img_05.png);
}
.l_sub_inquiry .section_04 .inner .wrap .box:last-of-type {
  background-image: url(/partners/static/images/sub/inquiry/card_img_06.png);
}
.l_sub_inquiry .section_04 .inner .btn {
  margin-top: 65px;
}
.l_sub_change .section_top {
  background: url(/partners/static/images/sub/exclusive/bg2.jpg) no-repeat center bottom/cover;
  height: 360px;
}
.l_sub_change .section_top .inner .tit {
  color: #000;
  font-size: 40px;
}
.l_sub_change .section_top .inner .btn {
  margin-top: 30px;
}
.l_sub_change .section_info {
  background-image: url(/partners/static/images/sub/exclusive/bg3.png);
}
.l_sub_change .section_info .inner .wrap_change {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  filter: drop-shadow(0px 4px 40px rgba(136, 136, 136, 0.2));
}
.l_sub_change .section_info .inner .wrap_change .box {
  width: 464px;
  background: #fff;
  padding: 50px 30px;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top {
  text-align: center;
  padding-bottom: 40px;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .tag {
  width: 200px;
  height: 45px;
  font-weight: 800;
  font-size: 20px;
  border-radius: 50px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .tag_pl_green {
  background: #65b3b1;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .tag_pl_blue {
  background-color: #718cc7;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .tag_linear {
  background: var(--SUB-PREMIUM, linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%));
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .cn {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 12px;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .price {
  font-weight: bold;
  font-size: 20px;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .price strong {
  font-size: 48px;
  color: inherit;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .price_pl_green {
  color: #65b3b1;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .price_pl_blue {
  color: #718cc7;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .price_linear {
  background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l_sub_change .section_info .inner .wrap_change .box > div .top .gray {
  color: #888;
  font-weight: 500;
  font-size: 20px;
  margin-top: 12px;
}
.l_sub_change .section_info .inner .wrap_change .box > div .bottom {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.l_sub_change .section_info .inner .wrap_change .box > div .bottom dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 45px;
  margin-top: 30px;
  font-size: 24px;
}
.l_sub_change .section_info .inner .wrap_change .box > div .bottom dl dt {
  width: 180px;
  font-weight: 500;
  color: #888;
}
.l_sub_change .section_info .inner .wrap_change .box > div .bottom dl dd {
  font-weight: bold;
  color: #444;
  width: calc(100% - 180px);
}

@media screen and (max-width: 1480px) {
  .l_sub_exclusive .section_info .inner .wrap .box {
    width: 49.5%;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare {
    width: 32.6666666667%;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div {
    width: 49%;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div .box {
    width: 100%;
  }
  .l_sub_exclusive .section_product .inner .banner .wrap .wrap_txt {
    width: calc(100% - 45%);
  }
  .l_sub_exclusive .section_product .inner .banner .wrap .wrap_img {
    width: 45%;
  }
  .l_sub_exclusive .section_confi .inner .wrap:first-of-type img {
    width: 32.6666666667%;
  }
  .l_sub_exclusive .section_confi .inner .wrap:nth-of-type(2) img {
    width: 49.5%;
  }
  .l_sub_exclusive .section_confi .inner .wrap:last-of-type img {
    width: 29%;
  }
  .l_sub_exclusive .section_confi .inner .wrap:last-of-type img:nth-of-type(2) {
    width: 40%;
  }
  .l_sub_receipt .section_top .inner {
    width: 100%;
  }
  .l_sub_receipt .section_top .inner .top_info {
    padding-left: 55px;
    padding-right: 55px;
  }
  .l_sub_receipt .section_top .inner .top_info form > .wrap_input_radio {
    width: 100%;
    justify-content: flex-start;
  }
  .l_sub_receipt .section_top .inner .top_info form > .wrap_input_radio .radios {
    margin-left: 30px;
  }
  .l_sub_receipt .section_form .inner form {
    padding-left: 55px;
    padding-right: 55px;
  }
  .l_sub_receipt .section .inner form .wrap_line_start .wrap_input_notice .notice {
    margin-left: 110px;
    padding-left: 0;
  }
  .l_sub_receipt .section .inner form .wrap_check {
    justify-content: space-between;
  }
  .l_sub_receipt .section .inner form .wrap_check div {
    position: unset;
  }
  .l_sub_receipt .section .inner form .wrap_check div .check_box + .error {
    position: relative;
  }
  .l_sub_receipt .section .inner form .wrap_check div + div {
    margin-left: auto;
  }
  .l_sub_inquiry .section_02 .inner .content .box .tag {
    font-size: 20px;
  }
  .l_sub_inquiry .section_02 .inner .content .box:first-of-type .tag {
    width: 180px;
  }
  .l_sub_inquiry .section_02 .inner .content .box:last-of-type .tag {
    width: 300px;
  }
  .l_sub_inquiry .section_03 .inner .content .box {
    padding: 60px 35px;
  }
  .l_sub_change .section_info .inner .wrap_change .box {
    width: 32.6666666667%;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .bottom dl {
    padding: 0;
  }
  .l_sub_change .section_confi .inner .banner .wrap .wrap_txt {
    width: calc(100% - 45%);
  }
  .l_sub_change .section_confi .inner .banner .wrap .wrap_img {
    width: 45%;
  }
}
@media screen and (max-width: 1380px) {
  .l_sub_guide .section_content .steps .step .inner .wrap_img img {
    width: 80%;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .desc .pc_cont {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .l_sub_exclusive .section_tab ul li:first-of-type:hover a {
    color: #65b3b1;
  }
  .l_sub_exclusive .section_tab ul li:first-of-type:hover::after {
    background-color: #65b3b1;
  }
  .l_sub_exclusive .section_tab ul li:last-of-type:hover a {
    background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .l_sub_exclusive .section_tab ul li:last-of-type:hover::after {
    background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker {
    width: 100%;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_search {
    width: calc(100% - 80px);
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_search input {
    width: calc(100% - 240px);
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_search .btn {
    margin-left: auto;
  }
  .l_sub_status .section_table .inner .pagination ul li.pag:hover {
    border-color: #5c82d4;
    background: #5c82d4;
  }
  .l_sub_status .section_table .inner .pagination ul li.pag:hover a {
    filter: brightness(0) invert(1);
  }
  .l_sub_status .section_table .inner .pagination ul li.num:hover {
    font-weight: bold;
    color: #5c82d4;
  }
  .l_sub_inquiry .section_04 .inner .btn_color:hover {
    border: 1px solid #5c82d4;
  }
}
@media screen and (max-width: 1200px) {
  .l_sub .section_top {
    background: url(/partners/static/images/sub/linear_bg_m.png) no-repeat center bottom/cover;
    height: 11.666rem;
  }
  .l_sub .section_top .inner .tit {
    font-size: 1.708rem;
  }
  .l_sub .section .tit_01 {
    font-size: 1.333rem;
  }
  .l_sub .section .desc {
    font-size: 1.083rem;
    line-height: 1.666rem;
  }
  .l_sub .section .b_tit {
    font-size: 2.083rem;
    line-height: 2.916rem;
  }
  .l_sub .section_banner {
    height: 27.5rem;
    background: url(/partners/static/images/sub/exclusive/banner_m.jpg) no-repeat center bottom/cover;
  }
  .l_sub .section_banner .inner {
    justify-content: flex-start;
    padding-top: 3.333rem;
  }
  .l_sub .section_banner .inner .tel {
    display: flex;
    font-size: 1.333rem;
  }
  .l_sub .section_banner .inner .tel a {
    margin-left: 0.833rem;
  }
  .l_sub .section_banner .inner .tel a strong {
    font-size: 1.833rem;
  }
  .l_sub .section_banner .inner .tel a strong .icon_phone {
    width: 2rem;
    height: 2rem;
  }
  .l_sub .section_banner .inner .desc_s {
    margin-top: 1.354rem;
    font-size: 1rem;
    line-height: 1.583rem;
    word-break: keep-all;
    word-wrap: break-word;
  }
  .l_sub .section .top_info {
    margin-top: 3.333rem;
    padding: 3.333rem 1.666rem !important;
  }
  .l_sub_guide .section_content .steps .step:first-of-type {
    background-image: url(/partners/static/images/sub/guide/guide_bg_top_m.png);
  }
  .l_sub_guide .section_content .steps .step:nth-of-type(2) {
    background-image: url(/partners/static/images/sub/guide/guide_bg_center_m.png);
  }
  .l_sub_guide .section_content .steps .step:last-of-type {
    background-image: url(/partners/static/images/sub/guide/guide_bg_bottom_m.png);
  }
  .l_sub_guide .section_content .steps .step .inner {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_img,
  .l_sub_guide .section_content .steps .step .inner .wrap_step {
    padding: 0;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_img img {
    position: unset;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step {
    position: relative;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap {
    padding: 2.5rem 0 5rem;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap::before {
    left: -0.334rem;
    top: 3.437rem;
    width: 0.666rem;
    height: 0.666rem;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap:last-of-type {
    padding-bottom: 0;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_icon {
    width: 6.833rem;
    height: 6.833rem;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont {
    top: 30px;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .tit_01 {
    margin-top: 1.666rem;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .desc {
    margin-top: 1.041rem;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .btn {
    width: 5rem;
    height: 1.979rem;
    margin-top: 1.041rem;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .tel {
    display: flex;
    margin-top: 0.52rem;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .tel .icon {
    margin-right: 0.166rem;
    width: 1.666rem;
    height: 1.666rem;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont .tel a strong {
    font-size: 1.25rem;
  }
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_cont,
  .l_sub_guide .section_content .steps .step .inner .wrap_step .wrap .wrap_icon {
    margin-left: 3.645rem;
  }
  .l_sub_guide .section_content .line {
    left: -1px;
    top: 3.75rem;
    transform: none;
  }
  .l_sub_guide .section_content .line .bar {
    height: 7.5rem;
    top: 28%;
    border-radius: 0;
  }
  .l_sub_guide .section_content .line::after {
    display: none;
  }
  .l_sub_exclusive .section_top {
    background: url(/partners/static/images/sub/exclusive/bg_m.jpg) no-repeat center bottom/cover;
    height: 21.25rem;
  }
  .l_sub_exclusive .section_top .inner .tit {
    font-size: 2.5rem;
  }
  .l_sub_exclusive .section_top .inner .btn {
    width: 13.333rem;
    margin-top: 2.083rem;
  }
  .l_sub_exclusive .section_tab ul li {
    height: 4.166rem;
  }
  .l_sub_exclusive .section_tab ul li a {
    text-align: center;
  }
  .l_sub_exclusive .section_info {
    padding: 3.333rem 0;
  }
  .l_sub_exclusive .section_info .inner .b_tit {
    line-height: 3.333rem;
    margin-bottom: 1.666rem;
  }
  .l_sub_exclusive .section_info .inner .wrap {
    display: block;
  }
  .l_sub_exclusive .section_info .inner .wrap .box {
    height: 22.291rem;
    width: 100%;
    padding: 2.083rem 1.666rem;
  }
  .l_sub_exclusive .section_info .inner .wrap .box p {
    font-size: 1.458rem;
    padding-left: 0.833rem;
    padding-bottom: 1.354rem;
    margin-bottom: 0.625rem;
  }
  .l_sub_exclusive .section_info .inner .wrap .box p .badge {
    margin-left: 1.041rem;
    width: 5.166rem;
    height: 1.916rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
  }
  .l_sub_exclusive .section_info .inner .wrap .box ul li {
    font-size: 1.333rem;
  }
  .l_sub_exclusive .section_info .inner .wrap .box ul li .txt {
    font-size: 1.333rem;
  }
  .l_sub_exclusive .section_info .inner .wrap .box ul li .txt span {
    margin-top: 0.208rem;
    font-size: 1.083rem;
  }
  .l_sub_exclusive .section_info .inner .wrap .box ul li .icon {
    width: 3.75rem;
    height: 3.75rem;
  }
  .l_sub_exclusive .section_info .inner .wrap .box.plus {
    position: relative;
  }
  .l_sub_exclusive .section_info .inner .wrap .box.plus::after {
    right: re(30px);
    top: -2.084rem;
    width: 4.791rem;
    height: 6.479rem;
  }
  .l_sub_exclusive .section_info .inner .wrap .box + .box {
    margin-top: 3.333rem;
  }
  .l_sub_exclusive .section_product {
    padding: 5rem 0;
  }
  .l_sub_exclusive .section_product .inner .b_tit {
    margin-bottom: 3.125rem;
  }
  .l_sub_exclusive .section_product .inner .wrap {
    display: block;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div {
    width: calc((100% - 1.041rem) / 2);
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div .box {
    margin-bottom: 30px;
    width: 100%;
    height: 8.333rem;
    font-size: 1.333rem;
    line-height: 2.083rem;
    border: 0.208rem solid;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div.plus .box::before, .l_sub_exclusive .section_product .inner .wrap .compare div.plus .box::after {
    width: 5.5rem;
    height: 1.916rem;
    left: -0.105rem;
    top: -0.105rem;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div.plus .box::before {
    border-radius: 0 0 0.5rem 0;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div.plus .box::after {
    font-size: 1.25rem;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div p {
    min-height: 3.333rem;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div p strong {
    font-size: 1.333rem;
    line-height: 1.937rem;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div p strong + span {
    margin-top: 0.145rem;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div p span {
    font-size: 1.083rem;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div p span + span {
    margin-top: 0.625rem;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div p + p {
    margin-top: 1.562rem;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare div small {
    font-size: 0.958rem;
    margin-top: 0.125rem;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_01 div .box {
    border-color: #aaa;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_01 div .box strong {
    color: #aaa;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_01 div.plus .box::before {
    background: #aaa;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_01 div p {
    color: #888;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_01 div p strong,
  .l_sub_exclusive .section_product .inner .wrap .compare_01 div p span {
    color: inherit;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_02 div .box {
    border-color: #5c82d4;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_02 div .box strong {
    color: #5c82d4;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_02 div.plus .box::before {
    background: #5c82d4;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_02 div p {
    color: #5c82d4;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_02 div p strong {
    color: inherit;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_02 div p span {
    color: #888;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_03 div .box {
    border: 5px solid transparent; /* 투명한 테두리 */
    border-image: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
    border-image-slice: 1;
    border-width: 0.208rem;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_03 div .box strong {
    background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_03 div.plus .box::before {
    background: var(--SUB-PREMIUM, linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%));
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_03 div p strong {
    background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare_03 div p span {
    color: #888;
  }
  .l_sub_exclusive .section_product .inner .wrap .compare + .compare {
    margin-top: 5rem;
  }
  .l_sub_exclusive .section_product .inner .banner {
    margin-top: 3.333rem;
  }
  .l_sub_exclusive .section_product .inner .banner .wrap {
    display: block;
  }
  .l_sub_exclusive .section_product .inner .banner .wrap .wrap_txt {
    width: 100%;
    height: 14.062rem;
    background: url(/partners/static/images/sub/exclusive/info_bg_01_m.jpg) no-repeat center center/cover;
    padding-left: 2.5rem;
  }
  .l_sub_exclusive .section_product .inner .banner .wrap .wrap_txt .banner_tit {
    font-size: 1.458rem;
    line-height: 2rem;
  }
  .l_sub_exclusive .section_product .inner .banner .wrap .wrap_txt .desc_s {
    margin-top: 0.937rem;
    line-height: 1.562rem;
    font-size: 1rem;
  }
  .l_sub_exclusive .section_product .inner .banner .wrap .wrap_img {
    width: 100%;
  }
  .l_sub_exclusive .section_confi {
    padding: 5rem 0;
    background: url(/partners/static/images/sub/linear_bg_m.png) no-repeat center bottom/cover;
  }
  .l_sub_exclusive .section_confi .inner .b_tit {
    margin-bottom: ren(160px);
  }
  .l_sub_exclusive .section_confi .inner .wrap {
    display: block;
  }
  .l_sub_exclusive .section_confi .inner .wrap + .wrap {
    margin-top: 1.041rem;
  }
  .l_sub_exclusive .section_confi .inner .wrap img {
    width: 100% !important;
  }
  .l_sub_exclusive .section_confi .inner .wrap img + img {
    margin-top: 1.041rem;
  }
  .l_sub_exclusive .section_confi .inner .wrap:nth-of-type(3) {
    display: flex;
  }
  .l_sub_exclusive .section_confi .inner .wrap:nth-of-type(3) img {
    width: calc((100% - 1.041rem) / 2) !important;
  }
  .l_sub_exclusive .section_confi .inner .wrap:nth-of-type(3) img + img {
    margin-top: 0;
  }
  .l_sub_exclusive .section_notice {
    padding: 4.583rem 0;
  }
  .l_sub_exclusive .section_notice .inner .b_tit {
    margin-bottom: 2.5rem;
    font-size: 1.708rem;
  }
  .l_sub_exclusive .section_notice .inner div {
    font-size: 1.083rem;
  }
  .l_sub_exclusive .section_notice .inner div strong,
  .l_sub_exclusive .section_notice .inner div p {
    line-height: 1.583rem;
  }
  .l_sub_exclusive .section_notice .inner div p f + strong {
    margin-top: 1.25rem;
  }
  .l_sub_exclusive .section_notice .inner table {
    margin-top: 0.625rem;
    margin-bottom: 1.458rem;
  }
  .l_sub_exclusive .section_notice .inner table td,
  .l_sub_exclusive .section_notice .inner table th {
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 1.291rem;
    padding: 1rem 0.5rem;
    font-size: 1rem;
    min-height: auto;
  }
  .l_sub_exclusive .section_notice .inner table thead th {
    height: auto;
  }
  .l_sub_exclusive .section_notice .inner table tbody td {
    padding: 1rem 0;
  }
  .l_sub_exclusive .section_notice .inner a {
    line-height: 1.583rem;
    font-size: 1.083rem;
  }
  .l_sub_exclusive_01 .section_info {
    background-image: url(/partners/static/images/sub/exclusive/basic_bg_m.jpg);
  }
  .l_sub_exclusive_02 .section_info {
    background-image: url(/partners/static/images/sub/exclusive/stand_bg_m.jpg);
  }
  .l_sub_receipt .section_top {
    height: auto;
    padding: 5rem 0;
  }
  .l_sub_receipt .section_top .inner .top_info form > .wrap_input_radio label {
    margin-bottom: 1.666rem;
  }
  .l_sub_receipt .section_top .inner .top_info form > .wrap_input_radio .radios {
    margin-left: 0;
  }
  .l_sub_receipt .section_top .inner .top_info form > .wrap_input_radio .radios .radio_box label {
    padding-left: 0;
  }
  .l_sub_receipt .section_form {
    padding-top: 5rem;
    padding-bottom: 3.333rem;
  }
  .l_sub_receipt .section_form .inner form {
    padding: 0;
  }
  .l_sub_receipt .section .inner form .wrap_line_start .wrap_input_notice .notice {
    margin-left: 0;
    padding-left: 1.354rem;
  }
  .l_sub_receipt .section .inner form .wrap_input button .icon {
    margin-right: 0.312rem;
  }
  .l_sub_receipt .section .inner form .wrap_input textarea {
    height: 8.541rem;
    padding-bottom: 2.708rem;
  }
  .l_sub_receipt .section .inner form .wrap_check {
    padding: 0 0.625rem;
    margin-top: 1.354rem;
    margin-bottom: 1.875rem;
  }
  .l_sub_receipt .section .inner form .wrap_check > div {
    width: 100%;
  }
  .l_sub_receipt .section .inner form .wrap_check > div + div {
    margin-left: 0;
    margin-top: 2.083rem;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input {
    width: 100%;
    justify-content: flex-start;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input > label {
    width: 100%;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .calendar {
    width: 100%;
    position: relative;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .calendar::after {
    width: 3rem;
    height: 3rem;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .calendar input {
    width: 100%;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .calendar + .calendar {
    margin-top: 1.354rem;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker {
    width: 100%;
    padding-top: 0 !important;
    margin-top: 0;
    transform: translateX(-50%);
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker {
    padding: 2.083rem 0.833rem;
    width: 100%;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-header .datepicker-controls {
    margin: 0 auto 2.083rem;
    width: 10rem;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-header .datepicker-controls .view-switch {
    font-size: 1.25rem;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-header .datepicker-controls button.prev-button, .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-header .datepicker-controls button.next-button {
    width: 0.416rem;
    height: 0.833rem;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main {
    font-size: 1rem;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view {
    width: 100%;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .days-of-week {
    margin-bottom: 25px;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .days-of-week .dow {
    font-size: 1rem;
    height: 1.333rem;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span {
    font-size: 1rem;
    min-height: 2.25rem;
    line-height: 2.25rem;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span.selected::before, .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span.focused::before, .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_calendar .datepicker .datepicker-picker .datepicker-main .datepicker-view .datepicker-grid span:hover::before {
    width: 2.25rem;
    height: 2.25rem;
  }
  .l_sub_status .section_top .inner .top_info form .wrap_input .wrap_search .btn {
    width: 10.833rem;
    margin: 2.083rem auto 0;
  }
  .l_sub_status .section_table {
    padding: 5rem 0 6.666rem;
  }
  .l_sub_status .section_table .inner .top {
    margin-bottom: 1.666rem;
  }
  .l_sub_status .section_table .inner .top .tit {
    display: block;
  }
  .l_sub_status .section_table .inner .top .tit > strong {
    display: block;
    width: 100%;
    font-size: 1.458rem;
    margin-bottom: 1.041rem;
  }
  .l_sub_status .section_table .inner .top .tit p {
    font-size: 1.25rem;
    display: inline;
  }
  .l_sub_status .section_table .inner .top .tit p + p {
    padding-left: 0.937rem;
    margin-left: 0.937rem;
  }
  .l_sub_status .section_table .inner .top .tit p + p::before {
    bottom: 0.104rem;
    width: 2px;
    height: 1.25rem;
  }
  .l_sub_status .section_table .inner .top .tit p + p strong {
    font-size: 1.458rem;
    margin-left: 0.625rem;
  }
  .l_sub_status .section_table .inner .top .wrap button {
    margin-top: 2.5rem;
    border-radius: 0.416rem;
    padding: 0 0.833rem;
    height: 1.979rem;
    font-size: 0.958rem;
  }
  .l_sub_status .section_table .inner .top .wrap button .icon {
    margin-left: 0.5rem;
    width: 1rem;
    height: 0.895rem;
  }
  .l_sub_status .section_table .inner .wrap_table {
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    position: relative;
  }
  .l_sub_status .section_table .inner .wrap_table::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .l_sub_status .section_table .inner .wrap_table::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/partners/static/images/common/icon_table_info.png) no-repeat center center/16.5rem 3.833rem;
  }
  .l_sub_status .section_table .inner .wrap_table.on {
    overflow-x: auto;
  }
  .l_sub_status .section_table .inner .wrap_table.on::before, .l_sub_status .section_table .inner .wrap_table.on::after {
    display: none;
  }
  .l_sub_status .section_table .inner table {
    margin-bottom: 0;
    border-collapse: collapse;
  }
  .l_sub_status .section_table .inner table td,
  .l_sub_status .section_table .inner table th {
    font-size: 1rem;
    min-width: 3.333rem;
    min-height: 3.333rem;
  }
  .l_sub_status .section_table .inner table thead th {
    height: 3.333rem;
  }
  .l_sub_status .section_table .inner table tbody td {
    padding: 1.041rem;
  }
  .l_sub_status .section_table .inner table tbody td button {
    width: 4.583rem;
    height: 1.666rem;
  }
  .l_sub_status .section_table .inner .pagination {
    margin-top: 3.333rem;
  }
  .l_sub_status .section_table .inner .pagination ul li.pag {
    width: 3.041rem;
    height: 3.041rem;
  }
  .l_sub_status .section_table .inner .pagination ul li.pag.prev {
    margin-right: 2.083rem;
  }
  .l_sub_status .section_table .inner .pagination ul li.pag.next {
    margin-left: 2.083rem;
  }
  .l_sub_status .section_table .inner .pagination ul li.num + .num {
    margin-left: 2.083rem;
  }
  .l_sub_info .section_top .inner .top_info {
    padding: 3.333rem 1.666rem;
  }
  .l_sub_info .section_top .inner .top_info .tit {
    padding: 0 0.729rem 1.25rem;
    margin-bottom: 2.5rem;
  }
  .l_sub_info .section_top .inner .top_info .tit .btn {
    width: 5.312rem;
    height: 1.979rem;
  }
  .l_sub_info .section_top .inner .top_info form .wrap {
    padding: 0 1.354rem 3.333rem;
  }
  .l_sub_info .section_top .inner .top_info form .wrap dl {
    display: block;
  }
  .l_sub_info .section_top .inner .top_info form .wrap dl dt {
    width: 5.625rem;
    font-size: 1rem;
  }
  .l_sub_info .section_top .inner .top_info form .wrap dl dd {
    font-size: 1.083rem;
    width: calc(100% - 5.625rem);
  }
  .l_sub_info .section_top .inner .top_info form .wrap dl dd img {
    width: 100%;
    height: 11.562rem;
  }
  .l_sub_info .section_top .inner .top_info form .wrap dl div {
    width: 100%;
  }
  .l_sub_info .section_top .inner .top_info form .wrap dl div + div {
    margin-top: 1.666rem;
  }
  .l_sub_info .section_top .inner .top_info form .wrap dl + dl {
    margin-top: 1.666rem;
  }
  .l_sub_info .section_top .inner .top_info form .wrap dl.wrap_img div {
    display: block;
  }
  .l_sub_info .section_top .inner .top_info form .wrap dl.wrap_img div dd {
    width: 100%;
    margin-top: 1.041rem;
  }
  .l_sub_info .section_top .inner .top_info form .wrap + .wrap {
    padding: 2.083rem 1.354rem;
  }
  .l_sub_info .section_top .inner .top_info form .wrap:last-of-type {
    padding-bottom: 0;
  }
  .l_sub_info .section_top .inner > .btn {
    margin-top: 60px;
  }
  .l_sub_inquiry .section_top .inner .top_info {
    padding: 1.666rem 3.333rem;
  }
  .l_sub_inquiry .section_top .inner .btn {
    margin-top: 3.333rem;
  }
  .l_sub_inquiry .section .tit {
    line-height: 2.333rem;
    font-size: 1.708rem;
    text-align: center;
  }
  .l_sub_inquiry .section .left_txt {
    width: 100%;
  }
  .l_sub_inquiry .section .left_txt .btn {
    margin-top: 2.291rem;
    margin-left: auto;
    margin-bottom: 4.166rem;
  }
  .l_sub_inquiry .section .content {
    width: 100%;
    display: block;
  }
  .l_sub_inquiry .section .content .box {
    width: 100%;
  }
  .l_sub_inquiry .section .content .box + .box {
    margin-top: 2.5rem;
  }
  .l_sub_inquiry .section_02 {
    background-image: url(/partners/static/images/sub/inquiry/section2_bg_m.jpg);
    padding: 4.687rem 0 5rem;
  }
  .l_sub_inquiry .section_02 .inner {
    display: block;
  }
  .l_sub_inquiry .section_02 .inner .content .box {
    height: auto;
    padding: 3.333rem 0 4.166rem;
  }
  .l_sub_inquiry .section_02 .inner .content .box .tag {
    font-size: 1.25rem;
    height: 2.25rem;
  }
  .l_sub_inquiry .section_02 .inner .content .box .box_tit {
    font-size: 1.458rem;
    line-height: 2.333rem;
    margin-top: 1.833rem;
  }
  .l_sub_inquiry .section_02 .inner .content .box .box_tit .disabled {
    font-size: 1.083rem;
  }
  .l_sub_inquiry .section_02 .inner .content .box .box_tit .disabled::before {
    bottom: 6px;
    width: 8.333rem;
    height: 0.833rem;
  }
  .l_sub_inquiry .section_02 .inner .content .box .gray_info {
    margin-top: 0.458rem;
    font-size: 1.083rem;
  }
  .l_sub_inquiry .section_02 .inner .content .box:first-of-type .tag {
    width: 11.666rem;
  }
  .l_sub_inquiry .section_02 .inner .content .box:last-of-type .tag {
    width: 18.5rem;
  }
  .l_sub_inquiry .section_03 {
    padding: 4.687rem 0 5rem;
    background-image: url(/partners/static/images/sub/inquiry/section3_bg_m.jpg);
  }
  .l_sub_inquiry .section_03 .inner {
    display: block;
  }
  .l_sub_inquiry .section_03 .inner .left_txt {
    margin-top: auto;
  }
  .l_sub_inquiry .section_03 .inner .content .box {
    height: 25.833rem;
    padding: 0 0 2.5rem;
  }
  .l_sub_inquiry .section_03 .inner .content .box p {
    text-align: center;
    font-size: 1.458rem;
    margin-top: 0.833rem;
  }
  .l_sub_inquiry .section_03 .inner .content .box p.desc {
    font-size: 1.25rem;
  }
  .l_sub_inquiry .section_03 .inner .content .box:first-of-type {
    margin-top: 0;
    background-image: url(/partners/static/images/sub/inquiry/card_img_01_m.png);
  }
  .l_sub_inquiry .section_03 .inner .content .box:last-of-type {
    background-image: url(/partners/static/images/sub/inquiry/card_img_02_m.png);
  }
  .l_sub_inquiry .section_04 {
    padding: 4.687rem 0 5rem;
    background-image: url(/partners/static/images/sub/inquiry/section4_bg_m.jpg);
  }
  .l_sub_inquiry .section_04 .inner .wrap {
    margin-top: 2.083rem;
  }
  .l_sub_inquiry .section_04 .inner .wrap .box {
    height: 15.833rem;
    width: calc((100% - 0.833rem) / 2);
    padding-bottom: 1.354rem;
  }
  .l_sub_inquiry .section_04 .inner .wrap .box p {
    font-size: 1.083rem;
  }
  .l_sub_inquiry .section_04 .inner .wrap .box:first-of-type {
    background-image: url(/partners/static/images/sub/inquiry/card_img_03.png);
  }
  .l_sub_inquiry .section_04 .inner .wrap .box:nth-of-type(2) {
    background-image: url(/partners/static/images/sub/inquiry/card_img_04.png);
  }
  .l_sub_inquiry .section_04 .inner .wrap .box:nth-of-type(3) {
    margin-top: 0.833rem;
    background-image: url(/partners/static/images/sub/inquiry/card_img_05.png);
  }
  .l_sub_inquiry .section_04 .inner .wrap .box:last-of-type {
    margin-top: 0.833rem;
    background-image: url(/partners/static/images/sub/inquiry/card_img_06.png);
  }
  .l_sub_inquiry .section_04 .inner .btn {
    margin-top: 2.5rem;
  }
  .l_sub_change .section_top {
    background: url(/partners/static/images/sub/exclusive/bg2_m.jpg) no-repeat center bottom/cover;
    height: 17.916rem;
  }
  .l_sub_change .section_top .inner .tit {
    font-size: 1.708rem;
  }
  .l_sub_change .section_top .inner .btn {
    margin-top: 1.354rem;
  }
  .l_sub_change .section_info {
    background-image: url(/partners/static/images/sub/exclusive/bg3_m.png);
  }
  .l_sub_change .section_info .inner .b_tit {
    font-size: 2.083rem;
  }
  .l_sub_change .section_info .inner .wrap_change {
    display: block;
  }
  .l_sub_change .section_info .inner .wrap_change .box {
    width: 100%;
    padding: 2.083rem;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .top {
    padding-bottom: 2.083rem;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .top .tag {
    width: 10.416rem;
    height: 2.333rem;
    font-size: 1.041rem;
    border-radius: 2.604rem;
    margin: 0 auto 1.458rem;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .top .cn {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .top .price {
    font-size: 1.333rem;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .top .price strong {
    font-size: 2.666rem;
    color: inherit;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .top .gray {
    font-size: 1.041rem;
    margin-top: 0.833rem;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .bottom {
    padding-top: 0.625rem;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .bottom dl {
    padding: 0 1.041rem;
    margin-top: 1.458rem;
    font-size: 1.25rem;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .bottom dl dt {
    width: 9.375rem;
  }
  .l_sub_change .section_info .inner .wrap_change .box > div .bottom dl dd {
    width: calc(100% - 9.375rem);
  }
  .l_sub_change .section_info .inner .wrap_change .box + .box {
    margin-top: 2.5rem;
  }
  .l_sub_change .section_confi .inner .banner .wrap img + img {
    margin-top: 0 !important;
  }
}