#partnership .sub_top {background: url(/img/sub_top5.png) no-repeat center center; background-size: cover;}
html,body {overflow-x: hidden;}

.business_top {width: 100%; height: 100vh; display: flex; flex-wrap: wrap;}
.business_top .box {width: 50%; height: 50vh; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; text-align: center;}
.business_top .box::before {content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(34, 58, 27, 0.75); opacity: 0; transition: all 0.3s;}
.business_top .box:hover::before {opacity: 1;}
.business_top .box img {position: relative; z-index: 3;}
.business_top .box .roboto {font-size: 1.875em; margin-top: 25px; color: #fff; position: relative; z-index: 3;}
.business_top .box:nth-child(1) {background: url(/img/busi_1.png) no-repeat center center; background-size: cover;}
.business_top .box:nth-child(2) {background: url(/img/busi_2.png) no-repeat center center; background-size: cover;}
.business_top .box:nth-child(3) {background: url(/img/busi_3.png) no-repeat center center; background-size: cover;}
.business_top .box:nth-child(4) {background: url(/img/busi_4.png) no-repeat center center; background-size: cover;}

.business_bt {background: #f6f6f6; padding: 45px 0 70px 0;}
.business_bt .flex {align-items: flex-start;}
.business_bt .flex .roboto {font-size: 2.5em; width: 30%;}
.business_bt .flex .rt {width: 70%;}
.business_bt .flex .rt .desc {font-size: 1.125em; font-weight: 300;}
.business_bt .flex .rt .partner_wrap {align-items: flex-start; margin: 70px 0 45px 0;}
.business_bt .flex .rt .partner_wrap li {width: 33.3333%; transform: rotate(-0.03deg);}
.business_bt .flex .rt .partner_wrap .number {font-size: 1.25em; font-weight: bold;}
.business_bt .flex .rt .partner_wrap .title {font-size: 1.75em; font-weight: 500; margin: 10px 0 7px 0; position: relative; display: inline-block;}
.business_bt .flex .rt .partner_wrap .title span {position: relative;}
.business_bt .flex .rt .partner_wrap .title::before {content: ""; display: block; width: 100%; height: 15px; background: #ffa930; position: absolute; bottom: 0; left: 0;}
.business_bt .flex .rt .partner_wrap .desc {font-size: 1.111em; opacity: 0.75;}
.business_bt .more_btn {color: #223a1b; padding: 15px 45px; background: transparent;}
.business_bt .more_btn:hover {color: #fff;}

.busi_1 #sec1 {background: url(/img/busi_1_bg.png); background-size: cover; padding: 100px 0;}
.busi_1 #sec1 .title {text-align: center; color: #fff;}
.busi_1 #sec1 .title .bold {font-size: 3.125em;} 
.busi_1 #sec1 .title .md {font-size: 1.875em; margin: 0 0 20px 0;}
.busi_1 #sec1 .title .light {font-size: 1.125em; opacity: 0.5; line-height: 170%; transform: rotate(-0.03deg);}
.busi_1 #sec1 .plan_wrap {display: flex; justify-content: space-between; margin-top: 50px;}
.busi_1 #sec1 .plan_wrap li {width: 32.3333%; display: flex; flex-direction: column; border-radius: 20px; overflow: hidden; transition: all 0.3s; background: #fff;}
.busi_1 #sec1 .plan_wrap li.reverse {flex-direction: column-reverse;}
.busi_1 #sec1 .plan_wrap li .img_wrap {position: relative; overflow: hidden; height: 0; padding-bottom: 55.8789%;}
.busi_1 #sec1 .plan_wrap li .img_wrap img {position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.3s;}
/* .busi_1 #sec1 .plan_wrap li:hover {transform: translateY(-10px) scale(1.03);} */
/* .busi_1 #sec1 .plan_wrap li:hover .img_wrap img {transform: translate(-50%, -50%) scale(1.05);} */
.busi_1 #sec1 .plan_wrap li .txt {background: #fff; padding: 35px 25px 65px 25px;}
.busi_1 #sec1 .plan_wrap li .txt .top {position: relative; padding-bottom: 30px;}
.busi_1 #sec1 .plan_wrap li .txt .top::after {content: ""; display: block; width: 30px; height: 2px; background: #223a1b; position: absolute; left: 0; bottom: 0;}
.busi_1 #sec1 .plan_wrap li .txt .top .green {font-size: 1em;}
.busi_1 #sec1 .plan_wrap li .txt .top .noto {font-size: 1.375em;}
.busi_1 #sec1 .plan_wrap li .txt .desc {padding-top: 15px; font-size: 1.0625em; font-weight: 300;}

.busi_1 #sec2 {padding: 75px 0; background: #fff;}
.busi_1 #sec2 .flex {justify-content: center;}
.busi_1 #sec2 .flex .circle_box {border: 1px solid rgba(34, 58, 27, 0.5); border-radius: 50%; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 300px; height: 300px; margin: 0 50px; transition: all 0.3s; text-align: center; transform: rotate(-0.03deg);}
.busi_1 #sec2 .flex .circle_box:nth-child(1) {margin-left: 0;}
.busi_1 #sec2 .flex .circle_box:nth-child(3) {margin-right: 0;}
.busi_1 #sec2 .flex .circle_box .green {font-size: 1.875em; margin-bottom: 15px; transition: all 0.3s;}
.busi_1 #sec2 .flex .circle_box .desc {font-size: 1.375em; font-weight: 300; transition: all 0.3s;}
.busi_1 #sec2 .flex .circle_box:hover {background: #223a1b; transform: translateY(-7px); box-shadow: 6px 10px 0px rgba(221, 233, 218, 0.5);}
.busi_1 #sec2 .flex .circle_box:hover .green {color: #fff;}
.busi_1 #sec2 .flex .circle_box:hover .desc {color: rgba(255, 255, 255,0.5);}

.busi_1 #sec3 {padding-top: 60px; background: url(/img/busi_1_bg2.png) no-repeat center center; background-size: cover; overflow: hidden;}
.busi_1 #sec3 .flex .lt {width: 50%;}
.busi_1 #sec3 .flex .rt {width: 50%;}
.busi_1 #sec3 .flex .rt .top {position: relative; padding-bottom: 80px;}
.busi_1 #sec3 .flex .rt .top::after {content: ""; display: block; width: 35px; height: 2px; background: #fff; position: absolute; left: 0; bottom: 0;}
.busi_1 #sec3 .flex .rt .top .md {font-size: 3.125em; margin-bottom: 20px;}
.busi_1 #sec3 .flex .rt .top .light {font-size: 1.625em; line-height: 170%;}
.busi_1 #sec3 .flex .rt .thin {padding-top: 30px; font-size: 1.0625em; opacity: 0.5; transform: rotate(-0.03deg);}

.busi_2 #sec1 {height: 100vh; background: url(/img/busi_2_bg.png) no-repeat center bottom; background-size: cover; position: relative;}
.busi_2 #sec1 .txt {position: absolute; left: 0; bottom: 60px; background: rgba(255,255,255,0.7); padding: 65px 50px 65px 10%; border-radius: 0 30px 0 0;}
.busi_2 #sec1 .txt .black {font-size: 1.875em;}
.busi_2 #sec1 .txt .reg {font-size: 2.1875em; margin: 5px 0 35px 0;}
.busi_2 #sec1 .txt .light {font-size: 1.125em; line-height: 170%;}

.busi_2 #sec2 {padding: 100px 0 150px 0;}
.busi_2 #sec2 .wrapper {max-width: 1300px;}
.busi_2 #sec2 .move_wrap > li {display: flex;}
.busi_2 #sec2 .move_wrap > li:not(:last-child) {margin-bottom: 60px;}
.busi_2 #sec2 .move_wrap > li.reverse {flex-direction: row-reverse;}
.busi_2 #sec2 .move_wrap > li .move_box {display: flex; justify-content: center; align-items: center;}
.busi_2 #sec2 .move_box {width: 50%; position: relative;}
.busi_2 #sec2 .move_box .fix {position: relative; right: -10%; bottom: -13%;}
.busi_2 #sec2 .move_box .move {display: flex; flex-wrap: wrap; position: absolute; width: 100%; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); max-width: 437px;}
/* .busi_2 #sec2 .move_box .move {display: flex; flex-wrap: wrap; position: absolute; width: 100%; height: 100%; position: absolute; top: 50px; left: calc(50% + 50px); transform: translateX(-50%); max-width: 437px;} */
.busi_2 #sec2 .move_box ul .move {width: 102%; margin-left: -1%;}
.busi_2 #sec2 .move_box .move > li {width: 23%; margin: 0 1% 2% 1%; background: #fff; border: 1px solid #e6e6e6; display: flex; justify-content: center; align-items: center; box-shadow: 5px 5px 10px rgba(0,0,0,0.15); border-radius: 5px;}
.busi_2 #sec2 .move_box .move > li >img {max-width: 95%; max-height: 90%;}
.busi_2 #sec2 .txt {width: 50%; padding: 7% 5% 7% 10%;}
.busi_2 #sec2 .reverse .txt {width: 50%; padding: 7% 5%;}
.busi_2 #sec2 .txt .green {font-size: 2.1875em; margin-bottom: 30px;}
.busi_2 #sec2 .txt .desc {font-size: 1.25em; line-height: 170%;}
.busi_2 #sec2 .txt .desc .dot_p::before {content: "-";}

.rect_box.left {
  opacity: 0;
  webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rect_box.left.second {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.rect_box.right.second {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.rect_box.right {
  opacity: 0;
  webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rect_box.animated {
  opacity: 1;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}


.busi_3.busi_2 #sec2 .move_box .move {justify-content: center;}
.busi_3.busi_2 #sec2 .move_box .fix {left: 0; top: 10px;}
.busi_3.busi_2 #sec2 .move_box .move img {/* height: 120%; */ max-width: 90%;}
.busi_3.busi_2 #sec2 .move_wrap li:nth-child(1) .move_box .move img {margin-left: 15%;}
.busi_3.busi_2 #sec2 .move_wrap li:nth-child(2) .move_box .move img {margin-right: 10%;}
.busi_3 #sec1 {background: url(/img/busi3_bg.png) no-repeat center center; background-size: cover; height: 620px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; text-align: center;}
.busi_3 #sec1 .reg {font-size: 1.5625em; margin-bottom: 10px;}
.busi_3 #sec1 .light {font-size: 1.25em; opacity: 0.35; margin-top: 30px;}
ul.text-loop {overflow: hidden; height: 80px; margin: 5px 0; position: relative;}
.text-loop li {width: 100%; height: 80px; position: absolute; top: -100%;}
.text-loop li strong {display: block; font-size: 3.125em; color: #fff; font-weight: 700; letter-spacing: 0.2px;}
/* .text-loop li.loop1 {animation: cycle 15s linear infinite;}
.text-loop li.loop2 {animation: cycle2 15s linear infinite;}
.text-loop li.loop3 {animation: cycle3 15s linear infinite;}
.text-loop li.loop4 {animation: cycle4 15s linear infinite;}
.text-loop li.loop5 {animation: cycle5 15s linear infinite;}
.text-loop li.loop6 {animation: cycle6 15s linear infinite;}
.text-loop li.loop7 {animation: cycle7 15s linear infinite;}

@keyframes cycle {
  0%  { top: 0; }
  4%  { top: 0; }
  7.5% { top: 0; opacity: 1; z-index: 0; }
  14.2% { top: 100%; opacity: 0; z-index: 0; }
  21% { top: -100%; opacity: 0; z-index: -1; }
  50% { top: -100%; opacity: 0; z-index: -1; }
  92% { top: -100%; opacity: 0; z-index: 0; }
  96% { top: -100%; opacity: 0; }
  100% { top: 0; opacity: 1; }
}

@keyframes cycle2 {
  0% { top: -100%; opacity: 0; }
  7.5% { top: -100%; opacity: 0; }
  14.2% { top: 0; opacity: 1; }
  18% { top: 0; opacity: 1; }
  22% { top: 0; opacity: 1; z-index: 0; }
  28.5% { top: 100%; opacity: 0; z-index: 0; }
  41% { top: -100%; opacity: 0; z-index: -1; }
  100% { top: -100%; opacity: 0; z-index: -1; }
}

@keyframes cycle3 {
  0% { top: -100%; opacity: 0; }
  22% { top: -100%;  opacity: 0; }
  28.5% { top: 0; opacity: 1; }
  31% { top: 0; opacity: 1; }
  37% { top: 0; opacity: 1; z-index: 0; }
  43% { top: 100%; opacity: 0; z-index: 0; }
  61% { top: -100%; opacity: 0; z-index: -1; }
  100% { top: -100%; opacity: 0; z-index: -1; }
}

@keyframes cycle4 {
  0% { top: -100%; opacity: 0; }
  37% { top: -100%;  opacity: 0; }
  43% { top: 0; opacity: 1; }
  48% { top: 0; opacity: 1; }
  51% { top: 0; opacity: 1; z-index: 0; }
  57% { top: 100%; opacity: 0; z-index: 0; }
  81% { top: -100%; opacity: 0; z-index: -1; }
  100% { top: -100%; opacity: 0; z-index: -1; }
}

@keyframes cycle5 {
  0% { top: -100%; opacity: 0; }
  51% { top: -100%; opacity: 0; }
  57% { top: 0; opacity: 1; }
  61% { top: 0; opacity: 1; }
  65% { top: 0; opacity: 1; z-index: 0; }
  71.5% { top: 100%; opacity: 0; z-index: 0; }
  100% { top: -100%; opacity: 0; }
}

@keyframes cycle6 {
  0% { top: -100%; opacity: 0; }
  65% { top: -100%; opacity: 0; }
  71.5% { top: 0; opacity: 1; }
  75% { top: 0; opacity: 1; }
  79.6% { top: 0; opacity: 1; z-index: 0; }
  85.6% { top: 100%; opacity: 0; z-index: 0; }
  100% { top: -100%; opacity: 0; }
}

@keyframes cycle7 {
  0% { top: -100%; opacity: 0; }
  79.6% { top: -100%; opacity: 0; }
  85.6% { top: 0; opacity: 1; }
  91% { top: 0; opacity: 1; }
  96% { top: 0; opacity: 1; z-index: 0; }
  100% { top: 100%; opacity: 0; z-index: 0; }
} */

.busi_3 #sec2 .top {text-align: center;}
.busi_3 #sec2 .top .txt {width: 100%; padding: 0; margin-top: -8%; margin-bottom: 100px;}
.busi_3 #sec2 .top .txt .green {margin-bottom: 20px; line-height: 130%;}

.busi_3 #sec3 {padding: 80px 0; text-align: center;}
.busi_3 #sec3 .roboto {font-size: 1.875em; margin-bottom: 40px;}
.busi_3 #sec3 .ad_wrap {display: flex; align-items: center; justify-content: space-between; width: 100%;}
.busi_3 #sec3 .ad_wrap li {width: 13%; height: 100px; border: 1px solid #e6e6e6; border-radius: 10px; display: flex; justify-content: center; align-items: center; transition: all 0.3s;}
.busi_3 #sec3 .ad_wrap li img {max-height: 90%;}
.busi_3 #sec3 .ad_wrap li:hover {box-shadow: 0 5px 15px rgba(0,0,0,0.1); transform: translateY(-5px);}


#partner {padding: 60px 0 50px 0;}
#partner h3 {font-size: 1.625em; }
#partner .table_wrap h3 {margin-bottom: 30px}
#partner .table_wrap.chk_wrap h3 {margin-bottom: 20px;}
#partner .chk_wrap:first-child {margin-bottom: 50px;}
#partner .chk_wrap:nth-child(2) {margin-bottom: 100px;}
#partner .chk_wrap:nth-child(2) .container-checkbox {margin-bottom: 10px;}
#partner .chk_wrap .scroll_wrap {background: #fff; border: 1px solid #e6e6e6; height: 180px; overflow-Y: scroll; margin-bottom: 20px; font-size: 0.875em; padding: 15px 20px;}

#partnership .view_table {border-top: 2px solid #111; border-bottom: 1px solid #e6e6e6; background: #fff; font-size: 1.125em;}
#partnership .table_wrap2 .view_table {border-bottom: 0;}
#partnership .table_wrap2 .view_table .input_box {border-right: 0;}
#partnership .table_wrap2 .view_table .input_box:not(:last-child) {border-right: 0;}
#partnership .table_wrap2 .view_table .input_box .title {width: 15%;}
#partnership .table_wrap2 .view_table .input_box input {width: 85%;}
#partnership .table_wrap2 .view_table .filebox {padding: 0; display: flex; width: 80%; padding: 0 15px;}
#partnership .table_wrap2 .view_table .filebox > div {width: 100%;}
#partnership .table_wrap2 .view_table .filebox > div > input {width: auto; padding: 0; color: rgba(17, 17, 17, 0.35);}
#partnership .table_wrap2 .view_table .filebox > div > input::placeholder {color: rgba(17, 17, 17, 0.35);}
#partnership .view_table .flex_3 .input_box {width: 33.3333%;}
#partnership .view_table .flex.flex_col .input_box {width: 100%; min-height: 140px;}
#partnership .view_table .flex.flex_col textarea {width: 100%; padding: 0; margin-top: 15px; color: #777;}
#partnership .view_table .input_box {padding: 15px 25px; border-bottom: 1px solid #e6e6e6;font-size: 1.125em;}
#partnership .view_table .input_box:not(:last-child) {border-right: 1px solid #e6e6e6;}
#partnership .view_table .input_box .title { /* margin-right: 25px; */ width: 20%;}
#partnership .view_table .input_box input {border: 0; outline: 0; color: #777; width: 80%;}
#partnership .view_table .input_box input::placeholder {color: rgba(17, 17, 17, 0.35);}
#partnership .view_table .input_box textarea {border: 0; outline: 0; color: #999;}
#partnership .view_table .input_box textarea::placeholder {color: rgba(17, 17, 17, 0.35);}

#partnership .view_table .filebox {padding: 15px 25px; border-bottom: 0;}
#partnership .more_btn {color: #111; border: 1px solid #111; cursor: pointer;}
#partnership .more_btn::before {background: #111;}
#partnership .more_btn:hover {color: #fff;}

#partnership .btn_wrap {display: flex; justify-content: center; margin-top: 70px; margin-bottom: 100px;}
#partnership .table_wrap1 {margin-bottom: 100px;}
#partnership .chk_wrap {margin-top: 100px;}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 0.875em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: rotate(-0.03deg);
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container-checkbox .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.container-checkbox input:checked ~ .checkmark {background-color: #f6f6f6;}
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container-checkbox input:checked ~ .checkmark:after {display: block;}

.filebox input[type="file"] {
  position: absolute;
  width: 1px !important;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filebox label {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #333333;
  font-size: 1rem;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  transform: rotate(-0.03deg);
  margin-right: 20px;
}

/* named upload */
.filebox .upload-name {
  display: inline-block;
  padding: .5em .75em;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50%;
  color: rgba(17, 17, 17, 0.35);

  border: 0;
  background: #fff;
}


@media screen and (max-width: 1240px) {
  .busi_1 #sec1 .plan_wrap li .txt {padding: 8% 20px 10% 20px;}
  .busi_1 #sec1 .plan_wrap li .txt .top {padding-bottom: 8%;}
  .busi_1 #sec1 .plan_wrap li .txt .top .noto {font-size: 1.25em;}
  .busi_1 #sec1 .plan_wrap li .txt .desc {font-size: 1em; padding-top: 4%;}
  .busi_1 #sec1 .plan_wrap li .txt .desc br {display: none;}

  .busi_1 #sec2 .flex .circle_box {width: 250px; height: 250px; margin: 0 2.5%;}
  .busi_1 #sec2 .flex .circle_box .green {font-size: 1.4em; margin-bottom: 5%;}
  .busi_1 #sec2 .flex .circle_box .desc {font-size: 1.125em;}

  .busi_1 #sec3 .flex .lt {width: 45%;}
  .busi_1 #sec3 .flex .rt {width: 55%;}
  .busi_1 #sec3 .flex .rt .top {padding-bottom: 10%;}
  .busi_1 #sec3 .flex .rt .top .md {font-size: 2.875em; margin-bottom: 3%;}
  .busi_1 #sec3 .flex .rt .top .light {font-size: 1.325em;}
  .busi_1 #sec3 .flex .rt .thin {padding-top: 5%; font-size: 1em;}

  .busi_2 #sec2 .wrapper {padding: 0 50px 0 20px;}
  .busi_2.busi_3 #sec2 .wrapper {padding: 0 20px;}
  .busi_2 #sec2 .move_wrap > li:not(:last-child) {margin-bottom: 12%;}
  .busi_2 #sec2 .txt {padding: 10% 0 7% 10%;}
  .busi_2 #sec2 .reverse .txt {padding: 10% 5% 7% 5%;}
  .busi_2 #sec2 .txt .green {font-size: 2em; margin-bottom: 7%;}
  .busi_2 #sec2 .txt .desc {font-size: 1.111em;}

  .business_bt {padding: 7% 0;}
  .business_bt > .flex {display: block;}
  .business_bt .flex .roboto {width: 100%; margin-bottom: 5%;}
  .business_bt .flex .rt {width: 100%;}
  .business_bt .flex .rt .partner_wrap {margin: 6% 0 5% 0;}
  .business_bt .flex .rt .partner_wrap .number {margin-bottom: 0;}
  .business_bt .flex .rt .partner_wrap .title {font-size: 1.5em;}
  .business_bt .flex .rt .partner_wrap .desc {font-size: 1em;}
}

@media screen and (max-width: 1024px) {
  .busi_1 #sec2 .flex .circle_box {width: 220px; height: 220px; margin: 0 1.5%;}
  .busi_1 #sec3 .flex .rt .top .md {font-size: 2.325em}
  .busi_1 #sec3 .flex .rt .top .light {font-size: 1.111em;}

  input {padding: 5px 0 5px 10px;}
  #partnership .view_table .input_box {font-size: 1.111rem;}
  #partnership .view_table .input_box input::placeholder {font-size: 0.95rem;}
  #partnership .view_table .input_box textarea::placeholder {font-size: 0.95rem;}
  #partnership .view_table .input_box .title {width: 25%;}
  #partnership .view_table .input_box input {width: 75%;}
  #partnership .table_wrap2 .view_table .input_box .title {width: auto; min-width: 20%;}
  #partnership .table_wrap2 .view_table .input_box input {width: auto;}
  #partnership .view_table .input_box {padding: 10px 20px;}
  #partnership .view_table .filebox {padding: 10px 20px;}
  #partnership .table_wrap2 .view_table .filebox {padding: 0 10px;}
}

@media screen and (max-width: 768px) {
  .business_top {flex-direction: column;}
  .business_top .box {width: 100%; height: 25vh;}
  .business_top .box .roboto {font-size: 1.625em; margin-top: 3.5%;}
  .business_top .box img {max-height: 40px; max-width: 35px;}

  .busi_1 #sec1 {padding: 10% 0;}
  .busi_1 #sec1 .plan_wrap {flex-wrap: wrap; justify-content: center;}
  .busi_1 #sec1 .plan_wrap li {width: 48%; margin: 0 1%;}
  .busi_1 #sec1 .plan_wrap li.reverse {flex-direction: column;}
  .busi_1 #sec1 .plan_wrap li:not(:last-child) {margin-bottom: 3%;}
  .busi_1 #sec1 .plan_wrap li .txt .top .noto {font-size: 1.15em;}

  .busi_1 #sec2 {padding: 10% 0;}
  .busi_1 #sec2 .flex {flex-wrap: wrap;}
  .busi_1 #sec2 .flex .circle_box {width: 45%; padding: 22% 0;}
  .busi_1 #sec2 .flex .circle_box .green {font-size: 1.75em;}
  .busi_1 #sec2 .flex .circle_box .desc {font-size: 1.325em;}

  .busi_1 #sec3 {padding-top: 10%;}
  .busi_1 #sec3 .flex {flex-direction: column-reverse;}
  .busi_1 #sec3 .flex .rt {width: 100%; margin-bottom: 7%; text-align: center;}
  .busi_1 #sec3 .flex .rt .top::after {left: 50%; transform: translateX(-50%);}
  .busi_1 #sec3 .flex .lt {width: 70%;}
  .busi_1 #sec3 .flex .rt .top {padding-bottom: 6%;}
  .busi_1 #sec3 .flex .rt .thin {padding-top: 4%;}

  .busi_2 #sec2 {padding: 10% 0 15% 0;}
  .busi_2 #sec2 .move_box {width: 45%;}
  .busi_2 #sec2 .move_wrap > li:not(:last-child) {margin-bottom: 8%;}
  .busi_2 #sec2 .move_box .fix {right: -13%; bottom: -13%;}
  .busi_2 #sec2 .txt {width: 55%; padding: 10% 0 0% 10%;}
  .busi_2 #sec2 .reverse .txt {width: 55%; padding: 10% 4% 0% 4%;}
  .busi_2 #sec2 .txt .green {font-size: 1.75em;}
  .busi_2 #sec2 .txt .desc {font-size: 1em; transform: rotate(-0.03deg);}

  .busi_3 #sec1 {height: 500px;}
  .busi_3 #sec1 .reg {font-size: 1.325em;}
  .text-loop li strong {font-size: 2.875em;}
  ul.text-loop {height: 60px;}
  .text-loop li {height: 60px;}
  .busi_3 #sec1 .light {font-size: 1.111em; margin-top: 3%;}
  .busi_3 #sec2 .top .txt {margin-top: -12%; margin-bottom: 15%; padding: 0 !important;}
  .busi_3 #sec2 .top .txt .green {margin-bottom: 4.5%;}
  .busi_3 #sec3 {padding: 5% 0 7% 0;}
  .busi_3 #sec3 .roboto {font-size: 1.625em; margin-bottom: 5%;}
  .busi_3 #sec3 .ad_wrap {flex-wrap: wrap; justify-content: center; width: 102%; margin-left: -1%;}
  .busi_3 #sec3 .ad_wrap li {width: 23%; margin: 0 1% 2% 1%; height: 80px;}

  .business_bt {padding: 13% 0;}
  .business_bt .flex .rt .partner_wrap {flex-wrap: wrap; margin: 5% 0 8% 0;}
  .business_bt .flex .rt .partner_wrap li {width: 100%;}
  .business_bt .flex .rt .partner_wrap li:not(:last-child) {margin-bottom: 5%;}
  .business_bt .flex .rt .partner_wrap .number {display: inline; margin-right: 10px;}
  .business_bt .flex .rt .partner_wrap .title {font-size: 1.625em;}
  .business_bt .flex .rt .partner_wrap .desc {padding-left: 31px; font-size: 1.125em;}
  .business_bt .more_btn {padding: 3.5% 10%;}

  #partner {padding: 7% 0;}
  #partner .chk_wrap:first-child {margin-bottom: 7%;}
  #partner .chk_wrap:nth-child(2) {margin-bottom: 12%;}
  #partnership .sub_top .top_title .bold .br_mo {display: block;}
  /* #partnership .btn_wrap {margin: 5% 0 10% 0;} */
  #partnership .view_table .flex_3 .input_box {width: 100%;}
  #partnership .view_table .flex_3 {flex-wrap: wrap;}
  #partnership .view_table .input_box:not(:last-child) {border-right: 0;}
  #partnership .view_table .input_box .title {width: 15%;}
  #partnership .view_table .input_box input {width: 85%;}
  #partnership .view_table .flex.flex_col textarea {width: 85%;}
  #partnership .view_table .flex.flex_col .input_box {display: flex; min-height: 100px;}
  #partnership .view_table .flex.flex_col textarea {margin-top: 0; padding: 5px 10px;}
  #partnership .table_wrap2 .view_table .filebox {padding: 0 10px;}
  .filebox label {margin-right: 15px; padding: 5px 15px;}
  #partnership .table_wrap2 .view_table .input_box input {width: 85%;}

  .sub_top .top_title .bold.inquiry {font-size: 2.325em;}
}

@media screen and (max-width: 540px) {
  .business_top .box {flex-direction: row; align-items: center;}
  .business_top .box img {max-height: 35px; max-width: 30px; margin-right: 15px;}
  .business_top .box .roboto {margin-top: 0;}

  .busi_1 #sec1 {padding: 15% 0;}
  .busi_1 #sec1 .plan_wrap {display: block; margin-top: 12%;}
  .busi_1 #sec1 .plan_wrap li {width: 100%; margin: 0;}
  .busi_1 #sec1 .plan_wrap li .img_wrap {padding-bottom: 45%;}
  .busi_1 #sec1 .plan_wrap li .txt {padding: 6% 20px 8% 20px;}
  .busi_1 #sec1 .plan_wrap li .txt .top {padding-bottom: 5.5%;}
  .busi_1 #sec1 .plan_wrap li .txt .top .noto {font-size: 1.5em;}
  .busi_1 #sec1 .plan_wrap li .txt .desc {font-size: 1.111em;}
  .busi_1 #sec1 .plan_wrap li:not(:last-child) {margin-bottom: 5%;}

  .busi_1 #sec2 {padding: 13% 0;}
  .busi_1 #sec2 .flex .circle_box {width: 280px; height: 280px; padding: 0;}
  .busi_1 #sec2 .flex .circle_box:not(:last-child) {margin-bottom: 5%;}
  .busi_1 #sec2 .flex .circle_box .green {font-size: 1.95em;}
  .busi_1 #sec2 .flex .circle_box .desc {font-size: 1.4em;}

  .busi_1 #sec3 {padding-top: 13%;}
  .busi_1 #sec3 .flex .rt {margin-bottom: 10%;}

  .busi_2 #sec1 {height: 50vh;}
  .busi_2 #sec1 .txt {padding: 10% 7% 10% 8%;}
  .busi_2 #sec1 .txt .black {font-size: 1.625em;}
  .busi_2 #sec1 .txt .reg {font-size: 1.875em; margin: 0% 0 7% 0;}
  .busi_2 #sec1 .txt .light {font-size: 1em;}

  .busi_2 #sec2 {padding: 10% 0;}
  .busi_2 #sec2 .wrapper {padding: 0 20px;}
  .busi_2 #sec2 .move_wrap > li {display: block;}
  .busi_2 #sec2 .move_box {width: 70%; margin: 0 auto;}
  .busi_2 #sec2 .txt {width: 100%; padding: 7% 0 10% 0; text-align: center;}
  .busi_2 #sec2 .reverse .txt {width: 100%; padding: 7% 0 10% 0; text-align: center;}
  .busi_2.busi_3 #sec2 .txt {padding: 13% 0 10% 0;}
  .busi_2.busi_3 #sec2 .reverse .txt {padding: 15% 0 0 0;}
  .busi_2 #sec2 .txt .green {margin-bottom: 3.5%; font-size: 1.875em;}
  .busi_2 #sec2 .txt .desc {font-size: 1.111em;}
  .busi_2 #sec2 .txt .desc .dot_p {justify-content: center;}
  .busi_2 #sec2 .move_box .fix {position: static; transform: translate(5%, 5%);}
  .busi_2.busi_3 #sec2 .move_box .fix {transform: none;}
  .busi_2 #sec2 .move_box .move {top: -8%; left: 42%;}
  .busi_2.busi_3 #sec2 .move_box .move {top: 0; left: 50%;}
  .busi_2.busi_3 #sec2 .txt .br_mo {display: block;}

  .busi_3 #sec1 .reg {font-size: 1.25em;}
  .text-loop li strong {font-size: 2.75em; line-height: 130%;}
  ul.text-loop {height: 105px;}
  .text-loop li {height: 105px;}
  .text-loop li .br_mo {display: block;}
  .busi_3 #sec1 .light {font-size: 1em;}
  .busi_3 #sec3 .ad_wrap li {width: 23%; margin: 0 1% 2% 1%; height: 65px;}
  .busi_3 #sec3 .ad_wrap li img {max-height: 85%;}

  .business_bt .flex .rt .desc .br_mo {display: block;}
  .business_bt .flex .rt .partner_wrap {margin: 7% 0 12% 0;}

  #partner .chk_wrap .scroll_wrap {height: 100px; padding: 10px 15px; margin-bottom: 15px;}
  .container-checkbox .checkmark {width: 20px; height: 20px; top: -1px;}
  .container-checkbox {padding-left: 30px;}
  .container-checkbox .checkmark:after {left: 7px; top: 4px; width: 4px; height: 8px;}

  #partner .table_wrap.chk_wrap h3 {margin-bottom: 12px;}

  #partnership .view_table .input_box {padding: 7px 10px;}
  #partnership .view_table .input_box .title {width: 20%;}
  #partnership .view_table .input_box input {width: 80%;}
  #partnership .view_table .flex.flex_col textarea {width: 80%;}
  #partnership .table_wrap2 .view_table .input_box .title {width: 30%;}
  #partnership .table_wrap2 .view_table .input_box input {width: 70%;}
  #partnership .view_table .flex.flex_col textarea {width: 70%;}
  #partnership .table_wrap2 .view_table .filebox > div > input {width: 50%;}
  #partner .table_wrap h3 {margin-bottom: 12px;}
  #partnership .table_wrap1 {margin: 0 0 15% 0;}
  #partnership .chk_wrap {margin-top: 15%;}
  /* #partnership .table_wrap1 .btn_wrap {margin: 5% 0 17% 0;}
  #partnership .table_wrap2 .btn_wrap{margin: 5% 0 13% 0;} */
  #partner .chk_wrap:first-child {margin-bottom: 10%;}

}

@media screen and (max-width: 414px) {
  .busi_1 #sec1 .plan_wrap li .txt .top .noto {font-size: 1.325em;}
  .busi_1 #sec1 .title .light br.br_mo {display: block;}
  .busi_1 #sec1 .title .bold {font-size: 2.5em;}
  .busi_1 #sec1 .title .md {font-size: 1.625em; margin: 5px 0 20px 0;}

  .busi_1 #sec3 .flex .rt .top .md {font-size: 2.25em;}
  .busi_1 #sec3 .flex .rt .thin {font-size: 0.875em;}
  .busi_2.busi_3 #sec2 .txt .desc {font-size: 1em;}

  .busi_2 #sec1 .txt {padding: 9% 6% 7% 7%;}
  .busi_2 #sec2 .move_box {width: 80%;}
  .busi_2 #sec2 .move_box .move {top: -6.5%; left: 43%;}
  .busi_2 #sec2 .txt {padding: 9% 0 15%;}
  .busi_2 #sec2 .reverse .txt {padding: 9% 0 5% 0;}
  .busi_2 #sec2 .txt .green {margin-bottom: 3%; font-size: 1.75em;}

  .business_bt .flex .roboto {font-size: 2.325em;}

@media screen and (max-width: 375px) {
  .busi_2 #sec1 .txt .light {font-size: 0.9em;}
  .busi_2.busi_3 #sec2 .txt .desc {font-size: 0.95em;}
}
