body {
  min-width: 1300px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 13px;
  color: #000000;
  font-family: SF Pro KR, SF Pro Display, SF Pro Icons, Apple Gothic, HY Gulim,
    MalgunGothic, HY Dotum, Lexi Gulim, Helvetica Neue, Helvetica, Arial,
    sans-serif !important;
  overflow-x: hidden;
}
button,
input,
select,
textarea {
  font-family: SF Pro KR, SF Pro Display, SF Pro Icons, Apple Gothic, HY Gulim,
    MalgunGothic, HY Dotum, Lexi Gulim, Helvetica Neue, Helvetica, Arial,
    sans-serif !important;
}
.btn:focus,
*:focus {
  outline: none;
}
a,
a:hover {
  color: #000000;
}
.txt_white {
  color: #ffffff !important;
}
.txt_blue {
  color: #316be6;
}
.txt_red {
  color: #ff0000;
}
.p_top_10 {
  padding-top: 10px;
}
.p_bot_5 {
  padding-bottom: 5px;
}
.txt_pointer {
  cursor: pointer;
}
.txt_center {
  text-align: center;
}
/* header_wrapper */
.header_fixed {
  position: fixed;
  top: 0px;
  z-index: 3;
  width: 100%;
  background-color: #ffffff;
}
.header_wrapper {
  max-width: 1300px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.header_left ul,
.header_right ul {
  margin: 0;
  padding: 0;
}

.header_left,
.header_right {
  align-items: flex-start;
}
.header_login {
  color: #808080;
  display: flex;
  align-items: center;
}
.header_login_input_wrapper {
  position: relative;
}
.header_login_input_wrapper i {
  position: absolute;
  right: 7px;
  top: 5px;
  font-size: small;
  cursor: pointer;
}
.header_login input {
  border: none;
  outline: none;
  border-bottom: 1px solid #bebfc4;
  margin: 0 5px;
  width: 100px;
  height: 22px;
}
.nav {
  height: 52px;
  width: 100%;
  background-color: #3175b8;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 60px;
  z-index: 2;
}
.inner_nav {
  width: 1300px;
  max-width: 1300px;
  height: 52px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav_ul {
  padding: 0;
  margin: 0;
  width: 1020px;
  display: flex;
}
.nav_ul li {
  list-style: none;
  width: 170px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 5px;
}
.menulist_wrapper {
  width: 170px;
  margin: 0 auto;
  box-sizing: border-box;
}
.menu_title {
  width: 180px;
  box-sizing: border-box;
  font-size: 19px;
  padding: 25px 50px 25px 50px;
  border-right: 1px solid #dae1e6;
  cursor: default;
}

.menuList1,
.menuList2,
.menuList3,
.menuList4,
.menuList5,
.menuList6 {
  visibility: visible;
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  border: 1px solid #dae1e6;
  border-top: none;
  border-radius: 0 0 8px 8px;
  top: 52px;
  left: 0px;
  width: 168px;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #ffffff;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.06) 0px 10px 10px -5px;
}
.menu1:hover .menuList1,
.menu2:hover .menuList2,
.menu3:hover .menuList3,
.menu4:hover .menuList4,
.menu5:hover .menuList5,
.menu6:hover .menuList6 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  pointer-events: auto;
}
.menu1:hover .menu_arrow,
.menu2:hover .menu_arrow,
.menu3:hover .menu_arrow,
.menu4:hover .menu_arrow,
.menu5:hover .menu_arrow,
.menu6:hover .menu_arrow {
  /* width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3; */
}
.menu {
  /* width: calc((100% - 180px) / 5); */
  width: 170px;
  padding: 15px 10px;
  box-sizing: border-box;
  cursor: default;
}
.menu div {
  padding: 5px 0 5px 5px;
  text-align: left;
  height: 32px;
  box-sizing: border-box;
}
.menu span,
.menu1 span {
  font-size: 14px;
  color: #3c3c3c;
  cursor: pointer;
  text-align: center;
}
.menu_div {
  line-height: 25px;
}
.menu_menu:hover {
  color: #000000;
}
.hamburger {
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  margin-top: 2px;
}

.dropdown_all {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  background-color: #ffffff;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.06) 0px 10px 10px -5px;
}

.dropdown_all.show {
  display: block;
  opacity: 1;
  max-height: 500px; /* �쟻�젅�븳 理쒕� �넂�씠 �꽕�젙 */
}

/* .hamburger:hover .dropdown_all {
  display: block;
} */
.dropdown_wrapper {
  max-width: 1300px;
  border: 1px solid #dae1e6;
  border-top: none;
}
.dropdown_wrapper .menu {
  border-right: 1px solid #dae1e6;
}
.header_search {
  border: 1px solid #dae1e6;
  box-sizing: border-box;
  padding: 3px 10px;
  border-radius: 25px;
  width: 210px;
  height: 26px;
}
.header_search::placeholder {
  font-size: 13px;
  padding-top: 2px;
}
.header_right_after {
  width: 155px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_icon {
  position: absolute;
  top: 5px;
  right: 15px;
}
/* carousel */

.carousel_wrapper {
  border-top: 1px solid #dae1e6;
  border-bottom: 1px solid #dae1e6;
  /* background-color: #000000;
  color: #ffffff; */
  /* height: 720px; */
  position: relative;
  margin-top: 91px;
}
.carousel_top {
  max-width: 1300px;
  margin: 60px auto;
  height: 100%;
}
.carousel_1,
.carousel_2,
.carousel_3,
.carousel_4,
.carousel_5 {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  /* align-items: center; */
  /* display: none; */
}
.carousel_title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  /* height: 400px; */
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.carousel_top_title_m {
  font-size: 20px;
}
.carousel_top_title_b {
  font-size: 34px;
  line-height: 48px;
}
.carousel_top_title_s {
  font-size: 20px;
  line-height: 30px;
}
.carousel_btn {
  height: 40px;
  font-size: 16px;
  /* width: 150px; */
  padding: 0 25px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  /* background-color: #ffffff;
  color: #000000; */
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.carousel_btn:hover {
  transform: translateY(-5px);
}

.carousel_img {
  width: 62%;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  /* opacity: 0; */
}

/* rolling banner */
.incbanner {
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
  cursor: pointer;
  margin: 20px auto 0px;
}

/* rolling banner */
.banner {
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
  margin: 32px auto 0px;
}

.banner_content {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
}

.banner_content img {
  height: 30px;
  margin-left: 40px;
  box-sizing: border-box;
}

.footer_banner {
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
  margin: 150px auto 30px;
}

.footer_banner_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* animation: scroll 60s linear infinite; */
}

.footer_banner_content img {
  height: 28px;
  box-sizing: border-box;
}
.line {
  display: inline-block;
  margin: 0 18px;
  width: 1px;
  height: 30px;
  background-color: #d7dce5;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* rolling banner */

/* 占쏙옙??? ????????? ??? */
.capture_img {
  /* width: 540px; */
  height: 365px;
  box-sizing: border-box;
}
.capture_img img {
  /* border: 2px solid #c6c6c6; */
  /* object-fit: cover;
  object-position: center; */
  /* background-size: cover;
  background-position: center; */
  max-height: 365px;
  width: 100%;
  /* height: 100%; */

  /* border-radius: 5px;
  box-shadow: 1px 37px 83px -47px rgba(0, 0, 0, 0.77);
  -webkit-box-shadow: 1px 37px 83px -47px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: 1px 37px 83px -47px rgba(0, 0, 0, 0.77);
  transition: transform 0.3s; */
}
.capture_img img:hover {
  /* transform: translateY(-5px); */
}

.carousel_bottom {
  max-width: 1300px;
  margin: 0 auto 60px;
  height: auto;
}
.carousel_bottom_wrapper {
  display: flex;
  justify-content: space-between;
}
.carousel_bottom_content {
  border-top: 3px solid #cccccc;
  width: 210px;
  color: #898989;
}
.carousel_bottom_title_b_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carousel_bottom_title_b {
  font-size: 20px;
  padding: 20px 0;
  cursor: pointer;
  display: inline-block;
}
.carousel_bottom_title_b_wrapper i {
  font-size: large;
  color: #70a9f0;
  cursor: pointer;
}
.carousel_bottom_title_s {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  display: inline-block;
}
.carousel_active {
  color: #000000;
  border-top: 3px solid #70a9f0;
  transition: background-color 0.5s;
}
.carousel_active2 {
  color: #000000;
  border-top: 3px solid #70a9f0;
  transition: background-color 0.5s;
}

#imgModal1,
#imgModal2,
#imgModal3,
#imgModal4,
#imgModal5 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}

#imgModal1 img,
#imgModal2 img,
#imgModal3 img,
#imgModal4 img,
#imgModal5 img {
  max-width: 85%;
  max-height: 85%;
}
#imgModal1 img:hover,
#imgModal2 img:hover,
#imgModal3 img:hover,
#imgModal4 img:hover,
#imgModal5 img:hover {
  transform: translateY(0px);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
/* advantage_wrapper */
.advantage_wrapper {
  border-bottom: 1px solid #dae1e6;
  max-width: 1300px;
  margin: 0 auto;
}
.advantage_title {
  font-size: 40px;
  margin: 52px auto 82px;
  text-align: center;
}
.advan_content {
  display: flex;
  justify-content: center;
}
.advan_top_row {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  width: 1300px;
  padding-bottom: 90px;
}
.advan_bottom_row {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  width: 855px;
  padding-bottom: 82px;
}
.img_wrapper {
  /* margin: 23px; */
}
.img_wrapper img {
  width: 350px;
  height: 230px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#sisl,
#svc,
#item,
#js {
  height: 26px;
  line-height: 26px;
  width: 45px;
  padding: 0 4px;
  text-align: center;
}
.md_title {
  font-size: 22px;
  padding: 30px 0 20px 0;
  position: relative;
}
.md_title img {
  width: 50px;
  position: absolute;
  top: 18px;
  right: 0px;
  opacity: 0.9;
}
.sm_title {
  font-size: 16px;
  padding: 10px 0;
  line-height: 28px;
  height: 80px;
}
.send_btn {
  background-color: #70a9f0;
  border: none;
  color: #ffffff;
  border-radius: 4px;
  width: 45px;
  height: 26px;
  line-height: 24px;
}
.advan_box {
  border: 1px solid #dae1e6;
  border-radius: 24px;
  width: 400px;
  /* height: 500px; */
  padding: 30px 23px;
  box-sizing: border-box;
}
.advan_btn {
  width: 200px;
  font-size: 16px;
  margin-top: 30px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  background-color: #70a9f0;
  border: none;
  color: #ffffff;
  border-radius: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
}
.advan_btn:hover {
  transform: translateY(-3px);
}

.advan_btnnon {
  width: 200px;
  font-size: 16px;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.3s ease;
  background-color: #e1e1e1;
  border: none;
  color: #000000;
  border-radius: 25px;
  padding: 5px 10px 5px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 40px;
}
.advan_btnnon:hover i {
  transform: translateX(5px);
}
.join_btn_wrapper {
  display: flex;
  justify-content: center;
}
.join_btn {
  background-color: #70a9f0;
  color: #ffffff;
  font-size: 15px;
  border-radius: 23px;
  border: none;
  width: 180px;
  height: 40px;
  margin: 32px 0 20px;
  transition: all 0.3s ease;
}
.join_btn:hover {
  transform: translateY(-3px);
}
.twoway_btn {
  background-color: #70a9f0;
  color: #ffffff;
  font-size: 15px;
  border-radius: 23px;
  border: none;
  width: 180px;
  height: 40px;
  margin-top: 52px;
  transition: all 0.3s ease;
}
.twoway_btn:hover {
  transform: translateY(-3px);
}

.twoway_wrapper {
  border-bottom: 1px solid #dae1e6;
  padding-bottom: 82px;
  max-width: 1300px;
  margin: 0 auto;
}
.twoway_title {
  font-size: 40px;
  margin: 82px auto 82px;
  text-align: center;
  position: relative;
}
.twoway_title img {
  position: absolute;
  top: -37px;
  right: 46%;
  width: 150px;
}
.twoway_image {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.two_img {
  width: 515px;
  /* height: 486px; */
  border: 5px solid #c6c6c6;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.united_left,
.basic_right {
  border: 1px solid #dae1e6;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  width: 625px;
}
.united_left img,
.basic_right img {
  transition: transform 0.3s ease;
}
.united_left img:hover,
.basic_right img:hover {
  transform: translateY(-8px);
}
.md_title_wrapper {
  text-align: center;
  margin: 0;
}
.twoway_md_title {
  font-size: 34px;
  margin-bottom: 10px;
  position: relative;
}
.twoway_md_title img {
  position: absolute;
  top: -25px;
  right: 47%;
  width: 120px;
  rotate: -10deg;
}
.twoway_sm_title {
  font-size: 18px;
  margin-bottom: 52px;
}
.twoway_txt {
  display: flex;
  font-size: 18px;
  margin-top: 20px;
  margin-left: 20px;
}
.twoway_txt img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
.twoway_btn_wrapper {
  display: flex;
  justify-content: center;
}
.twoway_checklist {
  margin-top: 52px;
}
.process_wrapper {
  padding-bottom: 82px;
}
.process_title {
  font-size: 40px;
  margin: 82px auto;
  text-align: center;
}
.process_line {
  display: flex;
  justify-content: center;
  border-bottom: 4px solid #3175b8;
  position: relative;
}
.process_line img {
  position: absolute;
  top: -6px;
}
.process_title_txt_wrapper {
  max-width: 1300px;
  display: flex;
  justify-content: center;
  margin: 82px auto 0;
}
.process_title_txt {
  color: #000000;
  font-size: 22px;
  width: 350px;
  text-align: center;
}
.process_section_wrapper {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  margin: 52px auto 0;
}
.process_section {
  width: 310px;
  /* height: 539px; */
  border: 1px solid #dae1e6;
  border-radius: 23px;
  box-sizing: border-box;
  padding: 15px;
}
.process_section img {
  width: 277px;
  height: 280px;
}
.section_txt {
  font-size: 16px;
  line-height: 28px;
  margin: 30px 20px 0;
}
/* process_wrapper end */
/* faq_wrapper */
.faq_wrapper {
  max-width: 1300px;
  margin: 82px auto 102px;
}
.faq_title {
  font-size: 40px;
  margin: 82px auto 35px;
  text-align: center;
  position: relative;
}
.faq_sub_title {
  font-size: 20px;
  text-align: center;
}
.question_list {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  align-items: center;
  width: 100%;
  margin: 35px auto 0px;
}
.question_list i {
  color: #919191;
  font-size: small;
  margin-right: 5px;
}
.question_list span {
  cursor: pointer;
}
.qna_set {
  border-radius: 8px;
  background-color: #f1f3f5;
  border: 1px solid transparent;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  background-color: white;
  width: 100%;
  margin: 20px 0;
}
.question {
  padding: 28px 48px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #dae1e6;
  border-radius: 8px;
}
.question i {
  color: #a1a1a1 !important;
  margin-right: 24px;
}
.question:hover {
  border: 1px solid #dae1e6;
  border-radius: 8px;
}
.hover-active {
  border: 1px solid #dae1e6;
  border-radius: 8px;
}
.answer {
  display: none;
  padding: 0 88px 30px 88px;
  font-size: 18px !important;
  line-height: 32px;
  transition: display 0.3s ease-out;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 33px;
}
.fa-solid {
  transition: transform 0.3s; /* ?????? ????? ???? ????????? ??? */
}

.rotate-down {
  transform: rotate(0deg); /* ??? ?????? ??? ???? */
}

.rotate-up {
  transform: rotate(180deg); /* ??? ?? ?????? ??? ???? */
}
/* promotion_title start*/
.promotion_wrapper {
  border-bottom: 1px solid #dae1e6;
  padding-bottom: 82px;
  max-width: 1300px;
  margin: 0 auto;
}
.promotion_title {
  max-width: 1300px;
  font-size: 40px;
  margin: 82px auto 41px;
  text-align: center;
}
.promotion_sub_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 82px;
}
.promotion_inner_wrapper {
  display: flex;
  justify-content: space-between;
}
.option_a,
.option_b {
  border: 1px solid #dae1e6;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  width: 600px;
  background-color: #f5f7fd;
}
.promotion_md_title {
  font-size: 34px;
  margin: 50px 0;
  position: relative;
}
.promotion_md_title img {
  position: absolute;
  left: 38%;
  top: -35px;
  width: 120px;
}
.promotion_sm_title {
  font-size: 20px;
  line-height: 40px;
}
.promotion_go {
  border: 1px solid #dae1e6;
  border-radius: 20px;
  margin: 50px 0 0;
  padding: 20px 100px;
  box-sizing: border-box;
}
.promotion_go_title {
  font-size: 34px;
}
.promotion_go_text {
  font-size: 20px;
}
/* promotion_title end*/

/* price_table_wrapper */
.price_table_wrapper {
  border-top: 1px solid #dae1e6;
  border-bottom: 1px solid #dae1e6;
  padding-bottom: 82px;
  max-width: 1300px;
  margin: 0 auto;
}
.price_background {
  background-color: #f5f7fb;
  border-radius: 25px;
  padding-bottom: 30px;
}
.price_title {
  font-size: 40px;
  margin: 82px auto;
  text-align: center;
}
.price_table_title {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  width: 100%;
  max-width: 1300px;
  margin: 48px auto 10px;
}
.price_table_sub {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  font-size: 16px;
  margin: 10px auto;
}
.process_btn {
  font-size: 16px;
  width: 120px;
  height: 30px;
  border-radius: 4px;
  line-height: 21px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border: 1px solid #bebfc4;
  border-radius: 2px;
  padding: 2px 7px;
  background: rgb(254, 254, 254);
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 1) 0%,
    rgba(240, 242, 245, 1) 100%
  );
}
.process_btn:hover {
  border: 1px solid #5d9de8;
  background: rgb(229, 234, 245);
  background: linear-gradient(
    162deg,
    rgba(229, 234, 245, 1) 6%,
    rgba(245, 246, 251, 1) 51%,
    rgba(229, 234, 245, 1) 100%
  );
}
.line {
  border-top: 1px solid #dae1e6;
  height: 30px;
  margin: 0 auto;
  max-width: 1300px;
}
.price_table_title_sub {
  font-size: 14px;
  color: #808080;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.price_table_title_sub i {
  color: #808080;
  font-size: 14px;
  margin-right: 5px;
}
.price_table_1 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 1300px;
  margin: 10px auto 10px;
}
.price_table_1 th {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  padding: 16px 32px;
  border: 1px solid #dae1e6;
  box-sizing: border-box;
  background-color: #f6f6f8;
}
.price_table_1 td {
  text-align: left;
  background-color: #ffffff;
  padding: 16px 25px;
  font-size: 16px;
  border: 1px solid #dae1e6;
  box-sizing: border-box;
}
.price_table_1 th:nth-child(1),
.price_table1 th:nth-child(1),
.price_table2 th:nth-child(1) {
  width: 200px;
}
.price_table1 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 1300px;
  margin: 10px auto 40px;
}
.price_table1 th {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  padding: 16px 32px;
  border: 1px solid #dae1e6;
  box-sizing: border-box;
  background-color: #f6f6f8;
}
.price_table1 td {
  text-align: center;
  background-color: #ffffff;
  padding: 16px 32px;
  font-size: 16px;
  border: 1px solid #dae1e6;
  box-sizing: border-box;
}
.price_table_section {
  padding: 32px 0 16px !important;
  font-weight: bold;
}
.pdf_class {
  font-size: 20px;
  color: #70a9f0;
  margin-left: 10px;
  cursor: pointer;
}
.main_title {
  padding: 18px 32px 22px !important;
  font-size: 16px !important;
}
.main_title_div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
}

.price_table2 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 1300px;
  margin: 10px auto 10px;
}
.price_table2 th {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  padding: 16px 25px;
  border: 1px solid #dae1e6;
  box-sizing: border-box;
  background-color: #f6f6f8;
}
.price_table2 td {
  text-align: center;
  background-color: #ffffff;
  padding: 16px 25px;
  font-size: 16px;
  border: 1px solid #dae1e6;
  box-sizing: border-box;
}
.price_table2 td div {
  font-size: 13px;
}

/*  */
.footer_wrapper {
  margin: 0 auto;
  background-color: #31373f;
}
.footer_content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer_bottom_left {
  display: flex;
  flex-direction: column;
}
.footer_bottom_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #bdbdbd;
  font-size: 14px;
}
.footer_bottom_logo span {
  padding: 0 8px;
}
.footer_bottom_info {
  color: #bdbdbd;
  font-size: 14px;
  margin-top: 20px;
}
.footer_bottom_right span {
  padding: 0 8px;
}
.footer_bottom_right span img {
  cursor: pointer;
}
.top_btn {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border: 1px solid #dae1e6;
  background-color: #ffffff;
  cursor: pointer;
}
/*  */
.txt_center {
  text-align: center !important;
}
.txt_right {
  text-align: right !important;
}
.txt_left {
  text-align: left !important;
}
.txt_blue {
  color: #70a9f0 !important;
}
.txt_red {
  color: #ff0000 !important;
}
.txt_pointer {
  cursor: pointer;
}
.txt_bold {
  font-weight: bold !important;
}
.border_right {
  border-right: 1px solid #dae1e6 !important;
}
.border_left {
  border-left: 1px solid #dae1e6 !important;
}
.border_bottom {
  border-bottom: 1px solid #dae1e6 !important;
}
.boxflex {
  display: flex;
}
.just_space {
  justify-content: space-between;
}
.align_center {
  align-items: center;
}
.align_top {
  align-items: top;
}
.default_btn {
  font-size: 14px;
  /* height: 22px; */
  line-height: 21px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000000;
  border: 1px solid #bebfc4;
  border-radius: 2px;
  padding: 2px 7px;
  background: rgb(254, 254, 254);
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 1) 0%,
    rgba(240, 242, 245, 1) 100%
  );
}
.default_btn:hover {
  border: 1px solid #5d9de8;
  background: rgb(229, 234, 245);
  background: linear-gradient(
    162deg,
    rgba(229, 234, 245, 1) 6%,
    rgba(245, 246, 251, 1) 51%,
    rgba(229, 234, 245, 1) 100%
  );
}
.stress_btn {
  border: 1px solid #5d9de8;
  background: #e9f0fe;
  background: linear-gradient(162deg, #e9f0fe, #dee8ff 50%);
}
.stress_btn:hover {
  background: linear-gradient(162deg, #e5eaf5 6%, #f5f6fb 51%, #e5eaf5);
  border: 1px solid #5d9de8;
}
.btn {
  height: 32px;
  width: 150px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #70a9f0;
  background-color: #70a9f0;
  color: #ffffff;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn:after {
  /* content: '';
  position: absolute;
  opacity: 0;
  top: 7px;
  right: -20px;
  transition: 0.5s;
  color: #ffffff;
  pointer-events: none; */
}

.btn:hover {
  /* padding-right: 24px;
  padding-left: 8px;
  color: #ffffff; */
}

.btn:hover:after {
  /* opacity: 1;
  right: 20px;
  color: #ffffff;
  pointer-events: none; */
}
.active_btn {
  border-radius: 25px;
  background-color: #70a9f0;
  border: 1px solid #70a9f0;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 16px;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  margin-top: 50px;
  width: 290px;
}
.active_btn:hover {
  /* background-color: #ffffff;
  border: 1px solid #70a9f0;
  color: #70a9f0; */
  transform: translateY(-5px);
}

.on {
  border: 1px solid #70a9f0;
  background-color: #70a9f0 !important;
  color: #ffffff;
}
.off {
  border: 1px solid #70a9f0;
  color: #70a9f0;
  background-color: #ffffff !important;
}
i {
  color: #70a9f0;
  font-size: large;
}
/* ??????? ?????? ???占쏙옙?? ???? (????)*/
.tooltips_up {
  position: relative;
  display: inline;
}
/* tooltip?? ?????? ?????? ??????占쏙옙? */
.tooltips_up span {
  position: absolute;
  width: 45px;
  color: #ffffff;
  background: #000000;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: none;
  border-radius: 6px;
  top: 27px;
  right: -40px;
  font-size: 13px;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif !important;
}
/* tooltip?? ???? */
.tooltips_up span:after {
  content: '';
  position: absolute;
  bottom: 103%; /* top ���떊 bottom�쓣 �궗�슜 */
  left: 50%;
  margin-left: -10px;
  margin-bottom: -5px; /* margin-top ���떊 margin-bottom�쓣 �궗�슜 */
  width: 0;
  height: 0;
  border-bottom: 8px solid #000000; /* border-top ���떊 border-bottom�쓣 �궗�슜 */
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltips_down {
  position: relative;
  display: inline;
}
/* tooltip�쓽 湲곕낯 �뒪���씪 */
.tooltips_down span {
  position: absolute;
  width: 45px;
  color: #ffffff;
  background: #000000;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: none;
  border-radius: 6px;
  bottom: 27px; /* �꽕紐낃��쓣 �쐞濡� �삱由ш린 �쐞�빐 bottom�쓣 �궗�슜 */
  right: -40px;
  font-size: 13px;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif !important;
}
/* tooltip�쓽 �솕�궡�몴 �뒪���씪 */
.tooltips_down span:after {
  content: '';
  position: absolute;
  top: 100%; /* �꽕紐낃��쓽 �븘�옒�뿉 �쐞移섑븯�룄濡� top�쓣 �궗�슜 */
  left: 50%;
  margin-left: -10px;
  margin-top: -3px; /* margin-bottom ���떊 margin-top�쓣 �궗�슜 */
  width: 0;
  height: 0;
  border-top: 8px solid #000000; /* border-bottom ���떊 border-top�쓣 �궗�슜 */
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
/* tooltip�씠 蹂댁씠�룄濡� �꽕�젙 */
.tooltips_down:hover span {
  display: block;
}

.test {
  position: relative;
  display: inline;
}
/* tooltip�쓽 湲곕낯 �뒪���씪 */
.test span {
  position: absolute;
  width: 45px;
  color: #ffffff;
  background: #000000;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: none;
  border-radius: 6px;
  bottom: 27px; /* �꽕紐낃��쓣 �쐞濡� �삱由ш린 �쐞�빐 bottom�쓣 �궗�슜 */
  right: -40px;
  font-size: 13px;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif !important;
}
/* tooltip�쓽 �솕�궡�몴 �뒪���씪 */
.test span:after {
  content: '';
  position: absolute;
  top: 100%; /* �꽕紐낃��쓽 �븘�옒�뿉 �쐞移섑븯�룄濡� top�쓣 �궗�슜 */
  left: 50%;
  margin-left: -10px;
  margin-top: -3px; /* margin-bottom ���떊 margin-top�쓣 �궗�슜 */
  width: 0;
  height: 0;
  border-top: 8px solid #000000; /* border-bottom ���떊 border-top�쓣 �궗�슜 */
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
/* tooltip�씠 蹂댁씠�룄濡� �꽕�젙 */
.test:hover span {
  display: block;
}

/* hover?? ??? ????? */
:hover.tooltips_up span {
  display: block;
  opacity: 0.8;
  right: -40px;
  margin-left: 0px;
  z-index: 999;
}

.tooltips_right {
  position: relative;
  /* display: inline; */
}
/* tooltip?? ?????? ?????? ??????占쏙옙? */
.tooltips_right span {
  position: absolute;
  color: #ffffff;
  background: #000000;
  line-height: 20px;
  text-align: left;
  display: none;
  border-radius: 6px;
  top: -4px;
  left: 48px;
  padding: 1px 10px;
  font-size: 13px;
  z-index: 9;
}
/* tooltip?? ???? */
.tooltips_right span:after {
  content: '';
  position: absolute;
  top: 58%;
  left: 2%;
  margin-left: -10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(90deg);
}
/* hover?? ??? ????? */
:hover.tooltips_right span {
  display: block;
  opacity: 0.8;
  right: 50px;
  margin-right: 0px;
  z-index: 999;
}
.tooltips_white {
  position: relative;
  display: inline;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tooltips_white video {
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  object-fit: cover;
  width: 540px;
  height: 401px;
}
/* tooltip?? ?????? ?????? ??????占쏙옙? */
.tooltips_white span {
  position: absolute;
  width: 45px;
  color: #000000;
  background: #ffffff;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: none;
  border-radius: 6px;
  top: -35px;
  right: -40px;
  font-size: 13px;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif !important;
}
/* tooltip?? ???? */
.tooltips_white span:after {
  content: '';
  position: absolute;
  top: 103%;
  left: 50%;
  margin-left: -10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 8px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; /* -webkit-transform: rotate(90deg); */
}
/* hover?? ??? ????? */
:hover.tooltips_white span {
  display: block;
  opacity: 0.8;
  right: -40px;
  margin-left: 0px;
  z-index: 999;
}

/* defult1.asp css */
.top_wrapper {
  max-width: 1300px;
  margin: 102px auto 0;
}
.wrapper {
  max-width: 1300px;
  margin: 25px auto 0;
}
.box_title {
  font-size: 17px;
  margin-top: 40px;
  margin-bottom: 8px;
  height: 27px;
}
.box_title i {
  color: #808080;
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
}
.box {
  width: 600px;
  border: 1px solid #dae1e6;
  border-radius: 8px;
  box-sizing: border-box;
}
.box1 {
  height: 250px;
  font-size: 15px;
  padding: 25px 35px;
  line-height: 36px;
  background-color: #ecf6fb;
}
select[name='cust_iddb'] {
  width: 160px;
  border: 1px solid #808080;
  border-radius: 4px;
  margin-right: 102px;
  box-sizing: border-box;
  height: 30px;
  padding: 3px;
}
.cust_iddb {
  width: 265px;
  margin-bottom: 25px;
}
.icon_collection {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 5px;
  width: 167px;
}
.icon_collection i {
  margin-left: 10px;
  width: 20px;
  cursor: pointer;
}
.remain_div {
  background-color: #ecf6fb;
  border: 1px solid #bebfc4;
  border-radius: 4px;
  margin-left: 15px;
  padding: 3px 5px;
  box-sizing: border-box;
}
.box6 {
  height: 175px;
  font-size: 15px;
  padding: 20px 35px;
  line-height: 32px;
}
.box6 i {
  font-size: 15px;
  margin-right: 45px;
  margin-left: 15px;
  width: 20px;
}
.box6 .svcselect:hover {
  color: #70a9f0;
}
.upjong_table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px #dae1e6;
  border-radius: 4px;
  border-spacing: 0;
  /* border: 1px solid #dae1e6; */
  border-top: none;
  font-size: 15px;
  height: 175px;
}
#imageWrapper1,
#imageWrapper2 {
  position: relative;
}
table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.upjong_table th {
  border: 1px solid #dae1e6;
  background-color: #f1f1f1;
  border-top: none;
  font-weight: normal;
  text-align: center;
  padding: 3px 10px;
  height: 40px;
  box-sizing: border-box;
}
.upjong_table td {
  border: 1px solid #dae1e6;
  padding: 6px 10px;
  box-sizing: border-box;
  height: 43px;
  text-align: center;
}
.contract_yn_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-radius: 4px;
}
.contract_yn_table th {
  font-weight: normal;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #dae1e6;
  height: 40px;
}
.contract_yn_table td {
  text-align: center;
  border: 1px solid #dae1e6;
  height: 40px;
}
.direct_box div {
  margin-right: 35px;
}
.direct_box div span {
  cursor: pointer;
}
.direct_box div span:hover {
  /*color: #70a9f0; */
}
.switch_btn {
  width: 140px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin: 5px auto;
  /* width: 85%; */
  padding: 0 !important;
  margin: 13px auto;
}
/* �댋�똻 �씠誘몄� */
.tooltip_container_left,
.tooltip_container_right {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip_text_left {
  display: none;
  position: absolute;
  top: 23px;
  right: 0;
  width: 450px;
  padding: 8px 0 8px 40px;
  background-color: #333;
  color: #fff;
  border-radius: 5px 5px 0 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  font-size: 13px;
}
.tooltip_container_left:hover .tooltip_text_left {
  display: block;
}
.tooltip_image_left {
  display: none;
  position: absolute;
  top: 131px;
  right: 0;
  background-color: #fff;
  border: 1px solid #333;
  width: 450px;
  height: 320px;
  background-size: cover;
  z-index: 1;
  box-sizing: border-box;
}
.tooltip_container_left:hover .tooltip_image_left {
  display: block;
}

.tooltip_text_right {
  display: none;
  position: absolute;
  top: 23px;
  left: 0;
  width: 450px;
  padding: 8px 0 8px 40px;
  background-color: #333;
  color: #fff;
  border-radius: 5px 5px 0 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  font-size: 13px;
}
.tooltip_container_right:hover .tooltip_text_right {
  display: block;
}
.tooltip_image_right {
  display: none;
  position: absolute;
  top: 117px;
  left: 0;
  background-color: #fff;
  border: 1px solid #333;
  width: 450px;
  height: 320px;
  background-size: cover;
  z-index: 999;
  box-sizing: border-box;
}
.tooltip_container_right:hover .tooltip_image_right {
  display: block;
}

.sm_btn {
  width: 60px;
  height: 22px !important;
  padding: 5px 0 !important;
  line-height: 12px !important;
  font-size: 13px !important;
  text-align: center !important;
  box-sizing: border-box;
  border-radius: 25px;
  cursor: pointer;
}
.long_btn {
  width: 60px;
  height: 22px !important;
  padding: 5px 0 !important;
  line-height: 12px !important;
  font-size: 13px !important;
  text-align: center !important;
  box-sizing: border-box;
  border-radius: 25px;
  cursor: pointer;
}
.left_btn {
  width: 70px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
.right_btn {
  width: 70px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  flex: 1;
  margin: 0 0 0 -1px;
  cursor: pointer;
}
.on {
  background-color: #70a9f0;
  border: 1px solid #70a9f0;
  color: #ffffff;
}
.off {
  background-color: #ffffff;
  background-color: #f9f9fe;
  border: 1px solid #bebfc4;
}
.onoff_disable {
  border: 1px solid #bebfc4;
  background-color: #f5f5f5 !important;
  color: #545454 !important;
  cursor: not-allowed;
}
.box2 {
  height: 52px;
}
.box2_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  height: 52px;
  box-sizing: border-box;
}
.box2_inner span {
  cursor: pointer;
}
.box2_inner i {
  margin-right: 8px;
  font-style: normal;
}
.box3 {
  height: 112px;
  padding: 20px 35px;
}
.alert_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 15px;
}
.alert_table th {
  border-bottom: 1px solid #dae1e6;
  font-weight: normal;
  text-align: center;
  height: 30px;
}
.alert_table td {
  height: 30px;
  text-align: center;
}
.alert_btn {
  border-radius: 25px;
  background-color: #70a9f0;
  color: #ffffff;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}
.box4 {
  height: 299px;
  width: 600px;
  border: none;
  border-radius: 8px;
}
.box5 {
  width: 280px;
  height: 299px;
  border: 1px solid #dae1e6;
  border-radius: 8px;
  font-size: 15px;
  padding: 2px 2px 5px 30px;
  box-sizing: border-box;
  line-height: 48px;
}
.box5 i {
  margin-right: 8px;
  width: 25px;
  text-align: center;
}
.box5 a:hover,
.box5 span:hover {
  color: #70a9f0;
}
.tabs {
  display: flex;
  /* border-bottom: 1px solid #dae1e6; */
  position: relative;
  top: 0px;
  left: 5px;
  margin-right: 25px;
}
.tab {
  cursor: pointer;
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-right: 0px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  width: 53px;
  box-sizing: border-box;
  text-align: center;
}
.tab2 {
  cursor: pointer;
  padding: 2px 6px;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-right: 0px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
}
.tab.active,
.tab2.active {
  background: rgb(229, 234, 245);
  background: linear-gradient(
    162deg,
    rgba(229, 234, 245, 1) 6%,
    rgba(245, 246, 251, 1) 51%,
    rgba(229, 234, 245, 1) 100%
  );
  border: 1px solid #5d9de8;
  border-bottom: 1px solid #dae1e6;
}
.text_overflow_hidden {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table_container,
.gongji_wrapper {
  display: none;
}
.table_container.active,
.gongji_wrapper.active {
  display: block;
}
.table_div {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px #dae1e6;
  border-radius: 4px;
  border-spacing: 0;
  /* border: 1px solid #dae1e6; */
  border-top: none;
  font-size: 15px;
}
table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.table_div th {
  border: 1px solid #dae1e6;
  background-color: #f1f1f1;
  border-top: none;
  font-weight: normal;
  text-align: center;
  padding: 3px 10px;
  height: 40px;
  box-sizing: border-box;
}
.table_div td {
  border: 1px solid #dae1e6;
  padding: 6px 10px;
  box-sizing: border-box;
  height: 43px;
}
.table_div div {
  text-align: center;
}
/* .table_div th:nth-child(1),
.table_div td:nth-child(1) {
  width: 136px;
  padding-left: 25px;
}
.table_div th:nth-child(2),
.table_div td:nth-child(2) {
  width: 80px;
}
.table_div th:nth-child(3),
.table_div td:nth-child(3) {
  width: 131px;
}
.table_div th:nth-child(4),
.table_div td:nth-child(4) {
  width: 100px;
} */
.apply_btn {
  height: 60px;
  width: 80px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border: 1px solid #bebfc4;
  border-radius: 2px;
  padding: 2px 7px;
  background: rgb(254, 254, 254);
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 1) 0%,
    rgba(240, 242, 245, 1) 100%
  );
}
.apply_btn:hover {
  border: 1px solid #5d9de8;
  background: rgb(229, 234, 245);
  background: linear-gradient(
    162deg,
    rgba(229, 234, 245, 1) 6%,
    rgba(245, 246, 251, 1) 51%,
    rgba(229, 234, 245, 1) 100%
  );
}
.gongji_table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
/* modal */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 100px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal_content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 400px; /* Could be more or less, depending on screen size */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgb(235, 245, 254);
}
.modal_content img {
  text-align: center;
  width: 300px;
}
.modal_title {
  font-size: 18px;
  text-align: center;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* 怨듭��궗�빆 */
.pop_fix {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pop,
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 101;
  display: none;
}
.pop > div {
  position: absolute;
  top: 177px;
  left: 354px;
  width: 900px;
  height: 660px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
  padding: 50px 40px 40px;
}
.pop .pop_wrap,
.popup .pop_wrap {
  background: #fff;
}
.pop_table_wrapper {
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  border-top: 1px solid #dae1e6;
  border-bottom: 1px solid #dae1e6;
  border-left: 1px solid #dae1e6;
}
.detailBtn {
  position: absolute;
  top: 15px;
  right: 40px;
  border: 1px solid #dae1e6;
  color: #858585;
  border-radius: 3px;
}
.popup_title {
  position: relative;
  top: 50%;
  left: 45%;
  width: 900px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -420px 0 0 -347px;
  z-index: 110;
  border-radius: 3px 3px 0 0;
  text-align: left;
  line-height: 28px;
  font-size: 15px;
  background: #56ccf2; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #2f80ed,
    #56ccf2
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #2f80ed,
    #56ccf2
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: #ffffff;
  padding: 0 30px;
}
.pop_close {
  cursor: pointer;
  position: absolute;
  margin: 0;
  font-size: 15px;
}
.pop_close_icon {
  cursor: pointer;
}
.popup_table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px !important;
}
.popup_table th {
  border-bottom: 1px solid #dae1e6;
  border-right: 1px solid #dae1e6;
  height: 24px;
  line-height: 24px;
  padding: 3px;
  width: 50px;
  text-align: center;
  font-weight: normal;
}
.popup_table td {
  border-bottom: 1px solid #dae1e6;
  border-left: 1px solid #dae1e6;
  height: 24px;
  line-height: 24px;
}
.popup_table tr:nth-child(4) th,
.popup_table tr:nth-child(4) td {
  border-bottom: none;
}
#popup > div > div > table > tbody > tr:nth-child(1) > td {
  padding-left: 35px;
}
#popup > div > div > table > tbody > tr:nth-child(2) > td {
  padding-left: 35px;
}
#popup > div > div > table > tbody > tr:nth-child(4) > th {
  height: 520px;
  min-height: 520px;
}
#popup_file {
  padding-left: 35px;
}
#popup_content {
  padding: 35px;
}
#popup_content p {
  margin: 0 !important;
}
