/* sub common */
.sub_area {
  width: 1200px;
  padding-bottom: 5%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sub_area.w1600 {
  width: 1600px;
}
.sub_tit {
  display: none;
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 2.8rem;
  word-break: keep-all;
}
.sub_tit.hide {
  display: none;
}
.sub_cont {
  width: 100%;
  box-sizing: border-box;
}
.sub_cont_tit {
  padding: 2.5em 0 2em;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #444;
  line-height: 1.4;
  word-break: keep-all;
}
.sub_cont_desc {
  padding: 2em 0;
  font-size: 3rem;
  text-align: center;
  color: #444;
  line-height: 1.4;
  word-break: keep-all;
}
.sub_cont_desc.review {
  text-align: left;
  padding: 2em 0 1em;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.025em;
}
.sub_cont_desc.small {
  font-size: 2.4rem;
}
.sub_cont_desc.review .small {
  font-size: 1.8rem;
  vertical-align: top;
}
.sub_top_tit {
  position: relative;
  height: 250px;
  background: url("/sub/img/bg_sub_top_tit.jpg");
  background-size: cover;
}
.sub_top_tit .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
  color: #fff;
  text-align: center;
}
.sub_top_tit .desc {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 30px;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: 200;
  color: #fff;
  text-align: center;
}
.sub_top_tit .desc.show {
  display: block;
}
.menu_top_sub {}
.menu_top_sub_scd {display:flex; justify-content:center; width:100%; margin-bottom: 3%; box-shadow:1px 1px 2px rgba(0,0,0,0.2);}
.menu_top_sub_scd > li > .link {position:relative; display:block; padding:1em 3em; color:#666;}
.menu_top_sub_scd > li > .link::before {content:''; position:absolute; top:50%; right:0; display:block; height:1em; border-right:1px solid #ccc; transform:translateY(-50%);}
.menu_top_sub_scd > li:last-child > .link::before {display:none;}
.menu_top_sub_scd > li.active > .link {font-weight:600; color:#333;}
.menu_top_sub_scd > li > .link i {display:none;}
.page_submit_area {
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .sub_area.w1600 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .sub_area {
    width: 100%;
    padding: 0 10px 10% 10px;
  }
  .sub_tit {
    font-size: 2rem;
  }
  .sub_cont_tit {
    font-size: 2.8rem;
  }
  .sub_cont_desc {
    font-size: 2rem;
  }
  .sub_cont_desc.small {
    font-size: 1.6rem;
  }
  .sub_top_tit {
    height: auto;
    padding: 60px 0;
  }
  .sub_top_tit .txt {
    position: static;
    margin: 0;
    transform: translate(0%, 0%);
    font-size: 3rem;
  }
  .sub_top_tit .desc {
    position: static;
    padding-top: 10px;
    margin: 0;
    transform: translate(0%, 0%);
  }
  .menu_top_sub {display:none;}
}
@media screen and (max-width: 768px) {
  .sub_area.popup_padding {
    padding-bottom:400px;
  }
  .sub_cont_tit {
    font-size: 2.2rem;
  }
  .sub_cont_desc {
    padding: 1em;
    font-size: 1.6rem;
  }
  .sub_cont_desc br {
    display: none;
  }
  .sub_top_tit {
    padding: 25px 0;
  }
  .sub_top_tit .txt {
    font-size: 2rem;
  }
  .sub_top_tit .desc {
    font-size: 1.4rem;
  }
}
/* table */
.sub_tbl01 {
  width: 100%;
  line-height: 1.5;
}
.sub_tbl01 tr:first-of-type th,
.sub_tbl01 tr:first-of-type td {
  border-top: 1px solid #aaa;
}
.sub_tbl01 th {
  width: 220px;
  padding: 10px 40px;
  border: 1px solid #ddd;
  font-weight: 400;
  text-align: left;
  background: #fbfbfb;
}
.sub_tbl01 th:first-of-type {
  border-left: 0;
}
.sub_tbl01 td {
  padding: 10px 20px;
  border: 1px solid #ddd;
}
.sub_tbl01 td:last-of-type {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .sub_tbl01 th {
    width: auto;
    padding: 5px;
    font-size: 1.4rem;
  }
  .sub_tbl01 td {
    padding: 5px;
    font-size: 1.4rem;
  }
}

.sub_tbl02 {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
.sub_tbl02 thead th,
.sub_tbl02 thead td {
  border-top: 1px solid #aaa;
}
.sub_tbl02 th {
  width: 220px;
  padding: 1.2em 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  background: #f8f8f8;
}
.sub_tbl02 td {
  padding: 1.2em 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sub_tbl02 .icon_file {
  padding-left: 5px;
  color: #ff8638;
}
@media screen and (max-width: 768px) {
  .sub_tbl02 th {
    padding: 1em 3px;
    font-size: 1.4rem;
  }
  .sub_tbl02 td {
    padding: 1em 3px;
    font-size: 1.4rem;
  }
}

/* table nav */
.page_nav {
  padding: 20px 0;
  text-align: center;
}
.page_nav .link {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  color: #999;
  font-size: 1.4rem;
}
.page_nav .link:hover {
  background-color: #fff;
  color: #ff8638;
}
.page_nav .link.active {
  background: #ff8638;
  color: #fff;
}
.page_nav .link.inactive {
  opacity: 0.3;
  cursor: default;
}

/* aticle tit */
.page_atc {
  margin-bottom: 9%;
}
.page_atc:first-of-type {
  position: relative;
}
.page_atc_tit {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1.3;
  z-index: 9;
}
.page_atc_tit .small {
  margin-left: 15px;
  font-size: 1.5rem;
}
.page_atc_tit .ipt_label {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.page_atc_tit .ipt_label .ipt_chk {
  margin-right: 5px;
}
.page_atc_tit .ipt_label .txt {
  font-size: 1.6rem;
}
.page_atc_tit .ipt_label:hover .txt {
  color: #ff8638;
}
.page_atc_txt {
  padding-left: 10px;
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.4;
  word-break: keep-all;
}
.page_atc_txt.bg_gray {
  background: #eee;
}
.page_atc_txt.small {
  font-size: 1.5rem;
}
.page_atc_txt .small {
  font-size: 1.4rem;
}
.page_atc_txt.center {
  text-align: center;
}
.page_atc_fst_img {
  position: absolute;
  top: 10px;
  right: 10px;
}
.page_atc_list {
  padding-left: 10px;
  font-size: 1.8rem;
}
.page_atc_list > li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.6em;
  line-height: 1.4;
}
.page_atc_list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 5px;
  height: 1px;
  margin: auto;
  background: #333;
}
@media screen and (max-width: 1020px) {
  .page_atc_fst_img {
    position:static;
    display:block;
    width:100%;
    max-width:200px;
    margin:0 auto;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .page_atc_tit {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .page_atc_tit .small {
    font-size: 1.2rem;
  }
  .page_atc_txt {
    font-size: 1.6rem;
  }
  .page_atc_txt.small {
    font-size: 1.4rem;
  }
  .page_atc_txt .small {
    font-size: 1.2rem;
  }
  .page_atc_list {
    font-size: 1.4rem;
  }
  .page_atc_list > li {
    margin-bottom: 0.6em;
  }
}

/* �������� */
.page_type {
}
.page_type .link_down {max-width:1200px; margin:0 auto 50px; text-align:center;}
.page_type .link_down .link {}
.page_type .link_down .link i {padding-right:10px;}
.page_type_caut {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:2em;
}
.page_type_caut .icon {
  flex: 0 0 30px;
  width: 30px;
  margin-right:5px;
  font-size:2.5rem;
  text-shadow:2px 2px 1px rgba(0,0,0,0.1);
}
.page_type_caut .txt {
  line-height:1.5;
  word-break:keep-all;
}
.page_type_list01 {
  display: flex;
}
.page_type_list01 > li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(20% - 10px);
  margin: 0 5px;
  padding: 0 10px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.page_type_list01 > li:hover {
  border: 1px solid #ff8638;
  box-shadow: 0px 0px 5px rgba(224, 95, 21, 0.7);
}
.page_type_list01 > li .td {
  padding: 25px 15px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.page_type_list01 > li .td > .txt {
  color: #777;
  line-height: 1.4;
  word-break: keep-all;
  font-size: 1.5rem;
}
.page_type_list01 > li .td01 {
  position: relative;
  padding: 60px 0 30px;
  text-align: center;
}
.page_type_list01 > li .td01 > .tag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 40px;
  font-size: 1.9rem;
  color: #fff;
  background: #ff8638;
  text-align: center;
  line-height: 35px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.page_type_list01 > li .td01 > .tit {
  margin-bottom: 0.3em;
  font-size: 3rem;
  font-weight: 600;
}
.page_type_list01 > li .td01 > .num {
  font-size: 1.6rem;
}
.page_type_list01 > li .td01 > .num > .c_orange {
  font-size: 2.8rem;
}
.page_type_list01 > li .td02 {
  height: 130px;
}
.page_type_list01 > li .td03 {
  height: 220px;
}
.page_type_list01 > li .td03 > .txt {
  margin-bottom: 1.8em;
}
.page_type_list01 > li .td03 > .txt.str {
  color: #666;
}
.page_type_list01 > li .td03 .webch_btn {
  /* margin-top: 10px; */
  margin-left: 10px;
}
.page_type_list01 > li .td:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .page_type_list01 {
    flex-wrap: wrap;
  }
  .page_type_list01 > li {
    flex-basis: calc(33.33% - 10px);
    margin-bottom: 10px;
  }
  .page_type_list01 > li.item_best {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 10px);
  }
  .page_type_list01 > li .td03 .webch_btn {
    margin: 10px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .page_type_list01 > li {
    flex-basis: calc(100% - 10px);
    margin-bottom: 10px;
  }
  .page_type_list01 > li.item_best {
    flex-basis: calc(100% - 10px);
  }
  .page_type_list01 > li .td {border-bottom:1px solid #eee;}
  .page_type_list01 > li .td:not(.td01) {
    padding: 15px;
  }
  .page_type_list01 > li .td01 > .tit {
    font-size: 2rem;
  }
  .page_type_list01 > li .td01 > .num > .c_orange {
    font-size: 1.8rem;
  }
  .page_type_list01 > li .td02 {
    height: auto;
  }
  .page_type_list01 > li .td03 {
    height: auto;
  }
  .page_type_caut .txt {font-size:1.3rem;}
}

.page_type_list02 {
  display: flex;
}
.page_type_list02 > li {
  flex: 1 1 25%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
.page_type_list02 > li > .icon {
  max-width: 100px;
  margin-bottom: 20px;
  background: #ccc;
}
.page_type_list02 > li > .tit {
  margin-bottom: 20px;
  font-size: 2rem;
}
.page_type_list02 > li > .txt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page_type_list02 > li > .webch_btn {
  margin-bottom: 5px;
}
.page_type_list02 > li:nth-of-type(5) .webch_btn {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .page_type_list02 {
    display: block;
  }
  .page_type_list02 > li {
    overflow: hidden;
    text-align: left;
  }
  .page_type_list02 > li > .icon {
    float: left;
    margin-right: 10px;
    margin-bottom: 70px;
  }
  .page_type_list02 > li:nth-of-type(5) .webch_btn {
    width: auto;
  }
}

.page_type .main_type_item_swiper.swiper-container {max-width:1200px; height:712px;}
.page_type .main_type_item > .link {padding-bottom:100px;}
.page_type .main_type_item .tit {position:relative;}
.page_type .main_type_item .tit .icon {position:absolute; top:50%; right:0; display:block; width:70px; transform:translateY(-50%);}
.page_type .main_type_item .desc {font-size:1.6rem;}
.page_type .main_type_item .price {margin-bottom:0; border-bottom:0;}
.page_type .main_type_item_list01 {font-size:1.6rem; font-weight:200;}
.page_type .main_type_item_list02 {margin-bottom:35px; font-size:1.6rem; font-weight:200;}
.page_type .main_type_item_list03 {display:flex; flex-wrap:wrap; margin-bottom:35px; font-size:1.6rem; font-weight:200;}
.page_type .main_type_item_list03 > dt {position:relative; flex: 0 0 100px; padding-left:10px;}
.page_type .main_type_item_list03 > dt::before {content:''; position:absolute; top:0.8em; left:0; display:block; width:3px; height:3px; background:#333; border-radius:50%;}
.page_type .main_type_item_list03 > dd {flex: 1 1 calc(100% - 100px); font-weight:300;}
.main_type_item_btn {position:absolute; bottom:6%; left:50%; display:flex; gap:5px; width:80%; transform:translateX(-50%);}
.main_type_item_btn .link {flex:1 1 auto; padding:12px 0; font-size:1.6rem;}

.page_type_default {display:flex; max-width:1200px; margin:0 auto; padding:6% 0;}
.page_type_default > .tit {flex: 0 0 250px; font-size:3.5rem; font-weight:500;}
.page_type_default_list {flex: 1 1 auto; display:flex; flex-wrap:wrap;}
.page_type_default_list > li {flex:0 1 33.33%; padding-right:40px; margin-bottom:40px;}
.page_type_default_list > li > .icon {display:inline-block; margin-bottom:10%;}
.page_type_default_list > li > .tit {margin-bottom:1em; font-size:2.5rem; font-weight:500;}
.page_type_default_list > li > .txt {margin-bottom:1em; font-size:1.6rem; line-height:1.4; word-break:keep-all;}
.page_type_default_list > li > .link {position:relative; display:inline-block; padding: 0.4em 2em 0.6em 1em; border:1px solid #7b6f6f; color:#7b6f6f; font-size:1.4rem; border-radius:5px;}
.page_type_default_list > li > .link:hover {background:#7b6f6f; color:#fff;}
.page_type_default_list > li > .link .arw {position:absolute; top:50%; right:10px; transform:translateY(-50%);}
.page_type_checkit {padding:4% 0; background:#f4f4f6;}
.page_type_checkit > .cont_size {display:flex;}
.page_type_checkit > .cont_size > .tit {flex: 0 0 250px; font-size:3.5rem; font-weight:600;}
.page_type_checkit_list {flex: 1 1 auto; flex-wrap:wrap;}
.page_type_checkit_list > li {position:relative; padding-left:20px; margin-bottom:1.2em; font-size:1.4rem; line-height:1.2;}
.page_type_checkit_list > li::before {content:''; position:absolute; top:0.5em; left:5px; display:block; width:4px; height:4px; background:#005eff; border-radius:50%;}

@media screen and (max-width:1200px){
  .page_type_default {display:block;}
  .page_type_default > .tit {margin-bottom:1em; font-size:2.5rem;}
  .page_type_default_list {justify-content:center;}
  .page_type_default_list > li {flex: 0 1 48%; padding:0; text-align:center;}
  .page_type_default_list > li > .tit {font-size:2rem;}
  .page_type_default_list > li > .txt {font-size:1.4rem;}
  .page_type_checkit > .cont_size {display:block; padding:0 10px;}
  .page_type_checkit > .cont_size > .tit {margin-bottom:1em; font-size:2.5rem;}
}
@media screen and (max-width:768px){
  .page_type .main_type_item_swiper.swiper-container {height:630px;}
  .page_type .main_type_item .tit .icon {width:60px;}
  .page_type .main_type_item_list02 {margin-bottom:15px;}
  .page_type .main_type_item_list03 {margin-bottom:15px; font-size:1.3rem;}
  .page_type_checkit_list > li {font-size:1.3rem;}
}

/* �������� */
.page_step {
}
.page_step_list {
  display: flex;
  flex-wrap: wrap;
}
.page_step_list > li {
  overflow: hidden;
  position: relative;
  flex: 1 1 23%;
  height: 260px;
  margin: 5px;
  padding: 4% 2% 2% 2%;
  text-align: center;
  border: 1px solid #ccc;
  transition: all 0.2s;
}
.page_step_list > li:hover {
  border: 1px solid #ff8638;
}
.page_step_list > li:before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  display: block;
  width: 50px;
  height: 50px;
  background: #ff8638;
  transform: rotate(45deg);
  transition: all 0.2s;
  opacity: 0;
}
.page_step_list > li:hover:before {
  top: -25px;
  right: -25px;
  opacity: 1;
}
.page_step_list > li:last-of-type {
  border:0;
}
.page_step_list > li:last-of-type:hover:before {
  opacity: 0;
}
.page_step_list_img {position:absolute; top:0; bottom:0; right:0; left:0; display:block; margin:auto; width:100%;}
.page_step_list > li > .num {
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 200;
}
.page_step_list > li > .tit {
  margin-bottom: 20px;
  font-size: 3rem;
}
.page_step_list > li > .txt {
  margin-bottom: 20px;
  font-size: 1.5rem;
  word-break: keep-all;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .page_step_list > li {
    flex: 1 1 30%;
  }
  .page_step_list > li > .tit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page_step_list > li {
    flex: 1 1 45%;
    height: auto;
    padding: 4% 1.5% 2.5% 1.5%;
    letter-spacing:-1px;
  }
  .page_step_list > li > .tit {
    font-size: 2rem;
  }
  .page_step_list > li > .txt {
    font-size: 1.4rem;
    margin-bottom:10px;
  }
  .page_step_list .webch_btn {margin:0 5px 5px 5px;}
}

/* �������� */
.page_repair_list01 {
  display: flex;
  margin-bottom: 20px;
}
.page_repair_list01 > li {
  overflow: hidden;
  position: relative;
  top: 0;
  flex: 1 1 33%;
  margin: 0 1px;
  border-radius: 15px;
  border: 1px solid #ddd;
  border-top: 12px solid #ccc;
  transition: all 0.2s;
}
.page_repair_list01 > li:hover {
  top: -10px;
}
.page_repair_list01 > li:nth-of-type(1) {
  border-top: 12px solid #fbe3cc;
}
.page_repair_list01 > li:nth-of-type(2) {
  border-top: 12px solid #ff8638;
}
.page_repair_list01 > li:nth-of-type(3) {
  border-top: 12px solid #7e6d63;
}
.page_repair_list01 > li > .td {
  padding: 0 7%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.page_repair_list01 > li > .td:last-of-type {
  border-bottom: 0;
}
.page_repair_list01 > li > .td .txt {
  line-height: 1.5;
}
.page_repair_list01 > li > .td01 {
}
.page_repair_list01 > li > .td01 > .tit {
  padding: 1.2em 0;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.page_repair_list01 > li > .td02 {
  height: 260px;
  padding-top: 15%;
  text-align: center;
}
.page_repair_list01 > li > .td02 .price {
  margin-bottom: 10px;
  font-size: 2.5rem;
}
.page_repair_list01 > li > .td02 .price .str {
  font-size: 4.2rem;
  font-weight: 600;
}
.page_repair_list01 > li > .td02 .sale {
  margin-bottom: 13%;
  font-size: 2.3rem;
  font-weight: 600;
  color: #aaa;
}
.page_repair_list01 > li > .td03 {
  height: 320px;
  padding-top: 10%;
}
.page_repair_list01 > li > .td03 .txt {
  margin-bottom: 1.5em;
}
.page_repair_list01 > li:last-of-type > .td03 {
  border-bottom: 0;
}
.page_repair_list01 > li > .td04 {
  height: 170px;
  padding-top: 15%;
}
@media screen and (max-width: 1200px) {
  .page_repair_list01 {
    display: block;
  }
  .page_repair_list01 > li {
    margin-bottom: 15px;
  }
  .page_repair_list01 > li > .td01 > .tit {
    font-size: 2rem;
    padding: 0.5em 0;
  }
  .page_repair_list01 > li > .td02 {
    height: auto;
    padding: 3%;
  }
  .page_repair_list01 > li > .td02 .sale {
    margin-bottom: 10px;
    font-size:1.8rem;
  }
  .page_repair_list01 > li > .td02 .price {font-size:2rem;}
  .page_repair_list01 > li > .td02 .price .str {font-size:2.5rem;}
  .page_repair_list01 > li > .td03 {
    height: auto;
    padding: 3%;
  }
  .page_repair_list01 > li > .td03 .txt {
    margin-bottom: 10px;
  }
  .page_repair_list01 > li > .td04 {
    height: auto;
    padding: 3%;
  }
}

.page_repair_list02 {
}
.page_repair_list02 > li {
  position: relative;
  padding: 2.5%;
  margin-bottom: 65px;
  background: #eee;
  border-radius: 15px;
  text-align: center;
  transition: all 0.2s;
}
.page_repair_list02 > li:hover {
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3) inset;
}
.page_repair_list02 > li > .icon_arw {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
}
.page_repair_list02 > li > .tit {
  margin-bottom: 0.7em;
  font-size: 2.4rem;
}
.page_repair_list02 > li > .txt {
  font-size: 1.6rem;
  color: #888;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (max-width: 1200px) {
  .page_repair_list02 > li > .tit {
    font-size: 2rem;
  }
  .page_repair_list02 > li > .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .page_repair_list02 > li > .txt br {
    display: none;
  }
}

/* ��Ʈ������ */
.page_portfolio {
  padding-top: 3%;
}
.page_portfolio_tab {
  display: flex;
  margin-bottom: 3%;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.page_portfolio_tab .tab {
  flex: 1 1 auto;
  padding: 13px;
  background: #fff;
  border-bottom: 0;
  color: #999;
}
.page_portfolio_tab .tab:hover {
  border-bottom: 0;
  box-shadow: none;
  color: #83bade;
}
.page_portfolio_tab .tab:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  display: block;
  width: 0;
  height: 2px;
  background: #4788b4;
  border: 0;
  transform: translateX(0%);
  transition: all 0.3s;
}
.page_portfolio_tab .tab.active {
  color: #4788b4;
  font-weight: 600;
}
.page_portfolio_tab .tab.active:before {
  width: 100%;
  opacity: 1;
}
.page_portfolio_tab .tab:first-of-type {
  margin-left: 0;
}
.page_portfolio_tab .tab:last-of-type {
  margin-right: 0;
}
.page_portfolio_list {
  display: flex;
  flex-wrap: wrap;
}
.page_portfolio_list_item {
  overflow: hidden;
  position: relative;
  flex: 0 1 25%;
  padding: 0 25px 30px 25px;
  margin-bottom: 5%;
}
.page_portfolio_list_thumb {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 15px;
}
.page_portfolio_list_thumb .link_arw {
  position: absolute;
  top: 55%;
  left: 50%;
  font-size: 60px;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 9;
}
.page_portfolio_list_thumb:hover .link_arw {
  top: 50%;
  opacity: 1;
}
.page_portfolio_list_thumb .thumb {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.2s;
}
.page_portfolio_list_thumb:hover .thumb {
  opacity: 0.4;
  transform: scale(1.05);
}
.page_portfolio_list_name {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4%;
  font-size: 1.5rem;
  line-height: 1.5;
}
.page_portfolio_list_name > .nat {
  margin-right: 5px;
  color: #409fcb;
  font-weight: 600;
  line-height: 1.5;
}
.page_portfolio_list_name > .name {
  font-weight: 600;
}
.page_portfolio_list_temp {
  display: block;
  margin-bottom: 4%;
  font-size: 1.3rem;
  color: #555;
}
.page_portfolio_list_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 0 25px;
}
.page_portfolio_list_btn .link {
  position: relative;
  flex: 1 1 45%;
  margin: 0 2px;
  padding: 0.5em 0;
  background: #fff;
  border: 1px solid #ffb684;
  font-size: 1.2rem;
  text-align: center;
  color: #7f6d63;
  transition: all 0.2s;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.page_portfolio_list_btn .link .icon_more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background: #eb6101;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  transition: all 0.2s;
  opacity: 0;
}
.page_portfolio_list_btn .link:hover .icon_more {
  top: -15px;
  opacity: 1;
}
.page_portfolio_list_btn .link .icon {
  margin-right: 5px;
  color: #eb6101;
}
.page_portfolio_list_btn .link.link_site {
  color: #7f6d63;
  background: #fff;
}
.page_portfolio_list_btn .link.link_mobile.hide {
  display: none;
}
.page_portfolio_btn_add_area {
  position: relative;
}
.page_portfolio_btn_add {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 0;
  background: none;
  border-radius: 4px;
  transition: all 0.2s;
  z-index: 99;
}
.page_portfolio_btn_add.review {
  margin-top: 3em;
}
.page_portfolio_btn_add:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  width: 90%;
  height: 1px;
  background: #ddd;
  transition: all 0.2s;
}
.page_portfolio_btn_add.review:before {
  width: 100%;
}
.page_portfolio_btn_add.hide {
  opacity: 0;
}
.page_portfolio_btn_add > .txt {
  display: block;
  padding-top: 5px;
  font-size: 1.8rem;
}
.page_portfolio_btn_add > .icon_more {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  font-size: 13px;
  color: #555;
  text-align: center;
  line-height: 50px;
  background: #666;
  border-radius: 100%;
  transition: all 0.2s;
  opacity: 1;
}
.page_portfolio_btn_add > .icon_more > .icon {
  color: #fff;
  opacity: 1;
}

.page_portfolio_btn_add > .icon_more > .icon_arw {
  position: absolute;
  top: 35%;
  left: 50%;
  color: #fff;
  font-size: 18px;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  opacity: 0;
}
/* ����Ͽ��� hover ���� */
@media (hover: hover) {
  .page_portfolio_btn_add:hover:before {
    background: #ff8638;
  }
  .page_portfolio_btn_add:hover > .icon_more {
    background: #ff8638;
  }
  .page_portfolio_btn_add:hover > .icon_more > .icon {
    opacity: 0;
  }
  .page_portfolio_btn_add:hover > .icon_more > .icon_arw {
    top: 50%;
    opacity: 1;
  }
}

.efct_loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto -5px;
  width: 80px;
  height: 80px;
  transition: all 0.2s;
  opacity: 0;
  z-index: 9;
}
.efct_loading.show {
  opacity: 1;
}
.efct_loading_spiner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.efct_loading_spiner div {
  transform-origin: 40px 40px;
  animation: efct_loading_spiner 1.2s linear infinite;
}
.efct_loading_spiner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #666;
}
.efct_loading_spiner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.efct_loading_spiner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.efct_loading_spiner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.efct_loading_spiner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.efct_loading_spiner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.efct_loading_spiner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.efct_loading_spiner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.efct_loading_spiner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.efct_loading_spiner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.efct_loading_spiner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.efct_loading_spiner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.efct_loading_spiner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes efct_loading_spiner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1200px) {
  .page_portfolio_list_item {
    flex: 0 1 33.33%;
    padding: 0 15px 30px 15px;
  }
  .page_portfolio_list_btn {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .page_portfolio_tab {margin-bottom:8%;}
  .page_portfolio_list_item {
    flex: 0 1 48%;
    padding: 0 10px 30px 10px;
  }
  .page_portfolio_list_btn {
    padding: 0 10px;
  }
  .page_portfolio_list_thumb {padding-bottom:60%;}
  .page_portfolio_list_thumb .thumb {width:90%; margin:0 auto;}
}
@media screen and (max-width: 400px) {
  .page_portfolio_list_item {
    flex: 0 1 100%;
    padding: 0 5px 30px 5px;
  }
  .page_portfolio_list_btn {
    padding: 0 5px;
  }
}

/* �¶��λ�� */
.page_counsel {
}
.page_counsel_emer {margin-bottom:1em;}
.page_counsel_txt {
  margin-bottom: 5%;
  line-height: 1.5;
}
.page_counsel_content.ipt_txa {
  width: 100%;
  height: 260px;
  padding: 4%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "NotoSansKR", sans-serif;
  line-height: 1.5;
}
.page_counsel_agr {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 5%;
  box-sizing: border-box;
}
.page_counsel_agr .ipt_label {
  display: flex;
  margin-right: auto;
  align-items: center;
}
.page_counsel_agr .ipt_label .ipt_chk {
  margin-right: 10px;
}
.page_counsel_agr .ipt_label:hover .txt {
  color: #ff7600;
}
.page_counsel_agr .ipt_txt.email {
  width: calc(100% - 550px);
}
.page_counsel_agr .webch_btn.btn_counsel {
  padding: 8px 20px;
  margin-left: 10px;
  font-size: 1.6rem;
}
.page_counsel_contect {
  display: flex;
  padding: 5%;
  background: #f4f0ed;
  border-radius: 5px;
}
.page_counsel_contect .item {
  position: relative;
  flex: 1 1 50%;
  padding-bottom: 55px;
  text-align: center;
  border-right:1px solid #d0c8c3;
}
.page_counsel_contect .item:last-of-type {border:0;}
.page_counsel_contect .item .txt {
  margin-bottom:0.6em;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
.page_counsel_contect .item .txt.small {font-size:1.8rem;}
.page_counsel_contect .item .time {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width:300px;
  width: 90%;
  margin: 0 auto;
  padding: 0.7em 0.5em;
  background: #7e6d63;
  border-radius: 20px;
  color: #fff;
}
.page_counsel_contect .item .time:hover {box-shadow:2px 2px 3px rgba(0,0,0,0.7) inset;}
@media screen and (max-width: 1020px) {
  .page_counsel_contect .item .txt {font-size:2.3rem;}
}
@media screen and (max-width: 768px) {
  .page_counsel_txt {
    font-size: 1.4rem;
  }
  .page_counsel_content.ipt_txa {
    font-size: 1.5rem;
  }
  .page_counsel_agr {
    flex-wrap: wrap;
    padding: 10px;
  }
  .page_counsel_agr .ipt_label {
    margin-bottom: 10px;
  }
  .page_counsel_agr .ipt_txt.email {
    flex-basis: calc(100% - 100px);
    flex-grow: 1;
    flex-shrink: 1;
  }
  .page_counsel_agr .webch_btn.btn_counsel {
    flex: 1 1 90px;
    padding: 8px 0;
    font-size: 1.4rem;
  }
  .page_counsel_contect {
    display: block;
    padding: 15px;
  }
  .page_counsel_contect .item {
    padding: 20px 10px;
    border:0;
    border-bottom:1px solid #d0c8c3;
  }
  .page_counsel_contect .item .txt {
    font-size: 2rem;
  }
  .page_counsel_contect .item .time {
    position: static;
    display:block;
    margin-top: 10px;
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}

/* �¶��λ�� ����Ʈ */
.page_counsel_list {
}
.page_counsel_list_tbl01 tr:not(.tr_detail) {
  cursor: pointer;
}
.page_counsel_list_tbl01 tr:not(.tr_detail):hover {
  box-shadow: 0px -2px 1px rgba(255, 134, 56, 0.9) inset;
}
.page_counsel_list_tbl01 .tr_detail {
  display: none;
  text-align: left;
}
.page_counsel_list_tbl01 .tr_detail.show {
  display: table-row;
}
.page_counsel_list_tbl01 .tr_detail td {
  padding: 0px;
}
.page_counsel_list_detail {
  display: none;
  padding: 30px;
}
.page_counsel_list_tbl01 .tr_detail .link_file {
  display: inline-block;
  margin-bottom: 1.5em;
  text-decoration: underline;
}
.page_counsel_list_tbl01 .tr_detail .link_file:hover {
  color: #ff8638;
}
.page_counsel_list_tbl01 .tr_detail .icon_file {
  padding-left: 0;
  padding-right: 5px;
}
.page_counsel_list_tbl01 .tr_detail .qst {
  position: relative;
  padding: 2em;
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #666;
  border: 1px solid #eee;
}
.page_counsel_list_tbl01 .tr_detail .ans {
  position: relative;
  padding: 2em;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #ffb684;
}
.page_counsel_list_tbl01 .tr_detail .tag {
  position: absolute;
  top: 0.8em;
  left: 0.8em;
  display: block;
  color: #ff8638;
}
.page_counsel_list_tbl01 .col01 {
  width: 45px;
}
.page_counsel_list_tbl01 .col02 {
  width: auto;
}
.page_counsel_list_tbl01 .col03 {
  width: 200px;
}
.page_counsel_list_tbl01 .col04 {
  width: 200px;
}
.page_counsel_list_tbl01 .col05 {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .page_counsel_list_tbl01 .col01 {
    width: 40px;
  }
  .page_counsel_list_tbl01 .col02 {
    width: auto;
  }
  .page_counsel_list_tbl01 .col03 {
    width: 100px;
  }
  .page_counsel_list_tbl01 .col04 {
    width: 100px;
  }
  .page_counsel_list_tbl01 .col05 {
    width: 100px;
  }
  .page_counsel_list_detail {
    padding: 10px;
  }
  .page_counsel_list_tbl01 .tr_detail .qst {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .page_counsel_list_tbl01 .tr_detail .ans {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .page_counsel_list_tbl01 .tr_detail .tag {
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .page_counsel_list_tbl01 .col01 {
    width: 25px;
  }
  .page_counsel_list_tbl01 .col02 {
    width: auto;
  }
  .page_counsel_list_tbl01 .col03 {
    width: 50px;
  }
  .page_counsel_list_tbl01 .col04 {
    width: 50px;
  }
  .page_counsel_list_tbl01 .col05 {
    width: 80px;
  }
}

.page_counsel_list_tbl02 th,
.page_counsel_list_tbl02 td {
  padding: 20px 20px;
}
.page_counsel_list_tbl02 .c_gray {
  font-size: 1.3rem;
}
.page_counsel_list_tbl02 .ipt_txt {
  min-width: 200px;
}
.page_counsel_list_tbl02 .ipt_txt.ch_name {
  width: calc(100% - 500px);
}
.page_counsel_list_tbl02 .ipt_txt.url {
  width: calc(100% - 200px);
}
.page_counsel_list_tbl02 .ipt_label {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .page_counsel_list_tbl02 th,
  .page_counsel_list_tbl02 td {
    padding: 5px;
  }
  .page_counsel_list_tbl02 .ipt_txt {
    width: 100%;
    min-width: 100%;
  }
}

.page_counsel_list_tbl03 th,
.page_counsel_list_tbl03 td {
  padding: 20px 20px;
}
.page_counsel_list_tbl03 .c_gray {
  font-size: 1.3rem;
}
.page_counsel_list_tbl03 .ipt_txt {
  min-width: 200px;
}
.page_counsel_list_tbl03 .ipt_txt.sbj {
  width: 100%;
}
.page_counsel_list_tbl03 .ipt_txa {
  width: 100%;
  height: 200px;
}
.page_counsel_list_tbl03 .ipt_label {
  margin-right: 10px;
}
.page_counsel_list_tbl03 .webch_btn {
  padding-right: 20px;
  padding-left: 20px;
}
.page_counsel_list_tbl03 .ipt_file {
  width: 0;
  height: 0;
  font-size: 0;
  opacity: 1;
}
.page_counsel_list_tbl03 .ipt_file_name {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}
@media screen and (max-width: 768px) {
  .page_counsel_list_tbl03 th,
  .page_counsel_list_tbl03 td {
    padding: 5px;
  }
  .page_counsel_list_tbl03 .ipt_txt {
    width: 100%;
    min-width: 100%;
  }
  .page_counsel_list_tbl03 .ipt_label.file {
    width: 100%;
  }
}

/* �����û */
.page_build {
}
.page_build_cont {
  padding: 2.5% 4%;
  border: 1px solid #ddd;
}
.page_build_tit .webch_btn.size_small {margin-left:20px;}
.page_build_tit .webch_btn.size_small .icon {padding-left:0; padding-right:3px;}
.page_build_atc.agree .page_build_cont {
  position: relative;
}
.page_build_atc.info .page_build_cont {
  padding: 0;
  border: 0;
}
.page_build_cont_item {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.page_build_atc.agree .page_build_cont_item {
  padding: 10px 0;
}
.page_build_cont_item .ipt_label {
  display: flex;
  margin-right: 20px;
  align-items: center;
}
.page_build_cont_item .ipt_label .ipt_chk {
  margin-right: 15px;
}
.page_build_cont_item .ipt_label .ipt_radio {
  margin-right: 5px;
}
.page_build_cont_item .webch_btn {
  width: 150px;
  margin-left: auto;
}
.page_build_cont_item .tag {
  flex: 0 0 120px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.page_build_atc.type .page_build_cont_item .ipt_label {
  margin-right: 80px;
}
.page_build_tbl .td_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.page_build_tbl .td_item:last-of-type {
  margin-bottom: 0;
}
.page_build_tbl .td_item .ipt_label {
  margin-right: 10px;
}
.page_build_tbl .ipt_txt {
  width: 400px;
}
.page_build_tbl .td_item .ipt_txt {
  margin-right: 10px;
}
.page_build_tbl .td_item .ipt_txt.addr1 {
  width: 150px;
}
.page_build_tbl .td_item .ipt_txt.addr2 {
  flex-basis: calc(100% - 120px);
  flex-grow: 1;
  flex-shrink: 1;
}
.page_build_tbl .td_item.domestic .addr2 {
  flex-basis: calc(100% - 75px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
  margin-top: 10px;
}
.page_build_pop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  z-index: 9;
}
.page_build_pop_cont {
  display: none;
  height: 100%;
}
.page_build_pop_cont.show {
  display: block;
}
.page_build_pop .tit {
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.page_build_pop .txt {
  overflow-y: scroll;
  height: calc(100% - 30px);
  padding: 20px 20px 50px 20px;
  line-height: 1.5;
  font-size: 1.4rem;
}
.page_build_pop .btn_cls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  background: rgba(100, 100, 100, 0.9);
  color: #fff;
  height: 30px;
}
.page_build_atc.user .ipt_txt {
  flex: 0 1 400px;
}
.page_build_atc.etc .page_build_cont_item {
  flex-wrap: wrap;
}
.page_build_atc.etc .page_build_cont_item .small {
  padding-top: 10px;
  margin-left: auto;
  font-size: 1.4rem;
  color: #999;
}
.page_build_atc.etc .ipt_txt {
  flex-basis: calc(100% - 120px);
  flex-grow: 0;
  flex-shrink: 1;
}
.page_build_atc.etc .ipt_txa {
  flex-basis: calc(100% - 120px);
  flex-grow: 0;
  flex-shrink: 1;
  height: 150px;
}
.page_build_cont_item .chk_site {
  display: flex;
  flex-wrap: wrap;
  flex-basis: calc(100% - 120px);
  flex-grow: 0;
  flex-shrink: 1;
}
.page_build_cont_item .chk_site .ipt_txt.etc_cont {
  display: none;
  flex: 0 1 100px;
}
.page_build_cont_item .chk_site .ipt_txt.etc_cont.show {
  display: block;
}
.page_build_cont_item .chk_site .ipt_label {
  padding: 5px 0;
  margin-right: 25px;
}
.page_build_cont_item .chk_site .ipt_label .ipt_radio {
  margin-right: 5px;
}
/*��óġ�������� �߰� 22.11.10*/
.page_build_cont_item .chk_choice {
  display: flex;
  flex-wrap: wrap;
  flex-basis: calc(100% - 120px);
  flex-grow: 0;
  flex-shrink: 1;
}
.page_build_cont_item .chk_choice .ipt_txt.etc_cont {
  display: none;
  flex: 0 1 100px;
}
.page_build_cont_item .chk_choice .ipt_txt.etc_cont.show {
  display: block;
}
.page_build_cont_item .chk_choice .ipt_label {
  padding: 5px 0;
  margin-right: 25px;
}
.page_build_cont_item .chk_choice .ipt_label .ipt_radio {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .page_build_cont_item {
    flex-wrap: wrap;
  }
  .page_build_cont_item .webch_btn {
    flex: 1 1 100%;
    padding: 3px 0;
    margin: 10px 0;
  }
  .page_build_cont_item .tag {
    flex: 1 1 100%;
    margin-bottom: 0.5em;
  }
  .page_build_atc.type .page_build_cont_item .ipt_label {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .page_build_tbl .ipt_txt {
    width: 100%;
  }
  .page_build_tbl .td_item .ipt_label {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .page_build_tbl .td_item.domestic .addr2 {
    flex: 1 1 100%;
  }
  .page_build_atc.user .ipt_txt {
    flex: 1 1 100%;
  }
  .page_build_atc.etc .ipt_txt {
    flex: 1 1 100%;
  }
  .page_build_atc.etc .ipt_txa {
    flex: 1 1 100%;
  }
  .page_build_cont_item .chk_site {
    flex: 1 1 100%;
  }
}

/* �����û�Ϸ� */
.page_build_c_cont {
  padding: 15% 0;
  background: #f8f8f8;
  text-align: center;
}
.page_build_c_cont .tit {
  margin-bottom: 1em;
  font-size: 4rem;
  font-weight: 600;
}
.page_build_c_cont .txt {
  margin-bottom: 2em;
  font-size: 1.8rem;
  line-height: 1.8;
}
.page_build_c_cont .webch_btn {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .page_build_c_cont .tit {
    font-size: 2rem;
  }
  .page_build_c_cont .txt {
    font-size: 1.3rem;
  }
  .page_build_c_cont .webch_btn {
    width: 150px;
  }
}

/* ���ȼ��� */
.page_security_atc {
}
.page_security_atc.secure .page_atc_tit {position:relative; padding-top:100px;}
.page_security_atc_img {
  position:absolute; 
  top:0; 
  right:0;
  display:inline-block;
  width: 380px;
  padding:40px 0 0;
  margin-left:auto;
  background:#fff;
  border-radius:10px;
  text-align:center;
}
.page_security_atc_img .txt {font-size:6rem;}
.page_security_atc_img .txt.small {padding-top:1.8em; font-size:1.5rem;}
.page_security_atc_img .icon {padding-right:10px; font-size:6rem;}
.page_security_list {
  padding-left: 10px;
}
.page_security_list > li {
  line-height: 1.4;
  font-weight: 200;
}
.page_security_summ {
  position: relative;
  display: flex;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}
.page_security_summ_left {
  overflow: hidden;
  flex: 0 0 110px;
  height: 230px;
  border-radius: 55px;
  background: #ffc04c;
  text-align: center;
}
.page_security_summ_left .icon {
  margin-top: 70px;
  margin-bottom: 10px;
}
.page_security_summ_left .txt {
  font-weight: 600;
  font-size: 1.8rem;
}
.page_security_summ_right {
  overflow: hidden;
  flex: 0 0 110px;
  height: 230px;
  border-radius: 55px;
}
.page_security_summ_right_img {
  width: 100%;
  height: 110px;
  padding-top: 15px;
  background: #d2d2d2;
  border-radius: 100%;
  text-align: center;
  font-size: 1.4rem;
}
.page_security_summ_right_img:last-of-type {
  margin-top: 10px;
  background: #18c98d;
}
.page_security_summ_right_img .icon {
  margin-bottom: 5px;
}
.page_security_summ_right_img:last-of-type .icon {
  margin-bottom: 0;
}
.page_security_summ_right_img .txt {
  font-size: 1.5rem;
  font-weight: 600;
}
.page_security_summ_mid {
  flex: 1 1 auto;
}
.page_security_summ_mid_item {
  height: 50%;
  padding-top: 25px;
  text-align: center;
}
.page_security_summ_mid_item .line {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border-bottom: 1px dashed #666;
}
.page_security_summ_mid_item .line:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-right: 10px solid #333;
  border-bottom: 5px solid transparent;
}
.page_security_summ_mid_item .line:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-left: 10px solid #333;
  border-bottom: 5px solid transparent;
}
.page_security_summ_mid_item .txt {
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
}
.page_security_summ_mid_item .txt.small {
  font-size: 1.4rem;
  color: #333;
}
.page_security_summ_mid_item:first-of-type .txt.small {
  color: rgb(209, 20, 20);
}
.page_security_summ_mid_item:last-of-type .txt.small {
  color: #14aa28;
}
.page_atc_txt .icon_ssl {
  width: 50px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 1020px) {
  .page_security_atc.secure .page_atc_tit {flex-wrap:wrap; padding-top:10px;}
  .page_security_atc_img {position:static; flex:0 0 100%; display:block; margin:0 auto; padding:0;}
}
@media screen and (max-width: 768px) {
  .page_security_atc_img .txt {font-size:3rem;}
  .page_security_atc_img .icon {padding-right:3px; font-size:3rem;}
  .page_security_atc_img .txt.small {padding-top:0.5em; font-size:1.3rem;}
  .page_security_list > li {
    font-size: 1.3rem;
  }
  .page_security_summ_left {
    flex: 0 0 80px;
  }
  .page_security_summ_mid_item .txt {
    font-size: 1.4rem;
  }
}

/* ����Ȯ�� */
.page_identifi_atc {
}
.page_identifi_atc_img02 {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

/* ������ */
.page_domain_atc {
}
.page_domain_tbl01 {
}
.page_domain_tbl01 td {
  padding: 20px;
  text-align: left;
  border: 1px solid #eee;
}
.page_domain_tbl01 th {
  border: 1px solid #eee;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.page_domain_tbl01 td:first-of-type {
  text-align: center;
}
.page_domain_tbl01 .col01 {
  width: 100px;
}
.page_domain_tbl01 tbody tr:nth-of-type(2) td {
  text-align: center;
}
.page_domain_tbl01 tbody tr:nth-of-type(3) td {
  text-align: center;
}
.page_domain_namesv {
  padding: 4%;
  background: #f8f8f8;
}
.page_domain_namesv_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2;
}
.page_domain_namesv_cont .txt.left {
  flex: 1 1 23%;
}
.page_domain_namesv_cont .txt.mid {
  flex: 1 1 43%;
}
.page_domain_namesv_cont .txt.right {
  flex: 1 1 33%;
}
@media screen and (max-width: 768px) {
  .page_domain_tbl01 td {
    padding: 10px 5px;
  }
  .page_domain_namesv {
    padding: 0;
  }
  .page_domain_namesv_cont {
    width: 100%;
    padding: 3%;
    font-size: 1.4rem;
  }
}

/* �������� */
.page_responsive_atc {
}
.page_responsive_exa {
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 10%;
}
.page_responsive_exa .box1 {
  width: 620px;
  height: 48%;
  margin: 0 auto 0;
  border: 1px dashed #999;
  border-bottom: 0;
}
.page_responsive_exa .box2 {
  width: 100%;
  height: 32%;
  background: url("../sub/img/responsive_box.png") bottom;
}
.page_responsive_exa_item {
  position: absolute;
  text-align: center;
}
.page_responsive_exa_item .txt {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 100%;
  line-height: 75px;
  font-size: 1.8rem;
  letter-spacing: -1px;
}
.page_responsive_exa_item.pc {
  top: -38px;
  left: 0;
  right: 0;
  width: 500px;
  margin: 0 auto;
}
.page_responsive_exa_item.tablet {
  top: 70px;
  left: 50%;
  margin-left: -410px;
  width: 200px;
}
.page_responsive_exa_item.phone {
  top: 100px;
  right: 50%;
  margin-right: -410px;
  width: 200px;
}
.page_responsive_atc .page_submit_area .webch_btn {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .page_responsive_exa {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
  .page_responsive_exa .box1 {
    display: none;
  }
  .page_responsive_exa_item {
    position: static;
  }
  .page_responsive_exa_item.pc {
    margin: 0;
  }
  .page_responsive_exa_item.tablet {
    margin: 0;
  }
  .page_responsive_exa_item.phone {
    margin: 0;
  }
  .page_responsive_atc .page_submit_area .webch_btn {
    top: 50px;
  }
}

/* �����ɼ� */
.page_options_atc {
}
.page_options_list {
  display: flex;
	gap: 20px;
	justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.page_options_list > li {
  position: relative;
  width: calc((100% - 80px) / 5);
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  transition: all 0.2s;
}
.page_options_list > li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li {
  width: calc((100% - 60px) / 4);
}
.page_options_list > li:last-child {
  width: calc((100% - 60px) / 4);
}
.page_options_list > li:hover {
  border: 1px solid #ff8638;
  box-shadow: 0px 0px 3px rgba(255, 134, 56, 0.4);
}
.page_options_list > li > .link {
  display: block;
  height: 100%;
  padding: 20% 10% 35%;
  text-align: center;
}
.page_options_list .icon {
  position: relative;
  top: 0;
  display: block;
  margin: 0 auto 13%;
  transition: all 0.2s;
}
.page_options_list > li:hover .icon {
  top: -10px;
}
.page_options_list .tit {
  margin-bottom: 15%;
  font-size: 2.2rem;
  font-weight: 600;
  transition: all 0.2s;
}
.page_options_list > li:hover .tit {
  color: #ff8638;
}
.page_options_list .tit .small {
  display: block;
  padding: 5px 0px;
  font-size: 1.4rem;
}
.page_options_list .txt {
  margin-bottom: 15%;
  line-height: 1.5;
  letter-spacing: -1px;
  word-break: keep-all;
}
.page_options_list .txt.small {font-size:1.4rem;}
.page_options_list .price {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
}
.page_options_list .price .small {
  font-size: 1.4rem;
  font-weight: 400;
}
.page_options_list .more {
  position: absolute;
  bottom: calc(15% - 35px);
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
}
.page_options_list > li:hover .more {
  color: #409fcb;
}
.page_options_list .more .icon_plus {
  margin-right: 3px;
}
.page_options_link {display:flex; align-items:center; width:calc(100% - 20px); margin:0 auto; padding:4%; background:#c6e6f5; border: 1px solid #f5f5f5;}
.page_options_link:hover {
  border: 1px solid #a9d5e9;
}
.page_options_link .icon {position: relative; top: 0; margin-right:20px; transition: top 0.2s;}
.page_options_link:hover .icon {top: -10px;}
.page_options_link .tit {font-size:2.5rem; font-weight:600;}
.page_options_link .tit .small {display:block; padding-top:0.5em; font-size:1.8rem; font-weight:400;}
.page_options_link .more {position:relative; margin-left:auto; font-size:2.5rem; color:#0f5879;}
.page_options_link .more .icon {position:absolute; top:50%; left:-60px; display:block; transform:translateY(-50%) scaleX(-1) rotate(-10deg); font-size:4.5rem; color:#1f769e; text-shadow: -4px 4px 1px rgba(3,42,60,0.2); transition: all 0.2s;}
.page_options_link:hover .more .icon {
  transform:translateY(-65%) scaleX(-1) rotate(-10deg);
  text-shadow: -6px 6px 1px rgba(3,42,60,0.1);
}
@media screen and (max-width: 820px) {
  .page_options_list > li {
		width: calc((100% - 40px) / 3);
  }
  .page_options_list > li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li {
		width: calc((100% - 20px) / 2);
  }
  .page_options_list > li:last-of-type {
		width: calc((100% - 20px) / 2);
  }
  .page_options_list > li > .link {
    padding: 20% 5% 35%;
  }
  .page_options_list .tit {
    font-size: 1.8rem;
  }
  .page_options_link {flex-wrap:wrap; width: 100%;}
  .page_options_link .tit {font-size:1.8rem;}
  .page_options_link .tit .small {font-size:1.2rem;}
  .page_options_link .more {flex:0 0 100%; padding-top:20px; font-size:1.4rem; text-align:center;}
  .page_options_link .more .icon {position:static; display:inline-block; transform:translateY(0%) scaleX(1) rotate(0deg); margin-right:10px; font-size:2rem;}
}
@media screen and (max-width: 500px) {
	.page_options_list {
		gap: 10px; margin-bottom: 10px;
	}
  .page_options_list > li {
		width: calc((100% - 10px) / 2);
  }
  .page_options_list > li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li {
		width: calc((100% - 10px) / 2);
  }
/*
	.page_options_list > li:last-child {
		width: 100%;
	}
*/
	.page_options_list > li:last-child > .link {
		/*padding: 10% 3%;*/
	}
	.page_options_list .icon {
		margin: 0 auto 5%;
	}
	.page_options_list .tit {
		margin-bottom: 5%;
	}
}

/* Ȩ������ � */
.page_operation_atc {
}
.page_operation_exa {
  position: relative;
  width: 1050px;
  height: 480px;
  margin: 0 auto;
}
.page_operation_exa_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
}
.page_operation_exa_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
}
.page_operation_exa_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}
.page_operation_exa_list > li {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.page_operation_exa_list > li:hover .txt {
  color: #ff8638;
}
.page_operation_exa_list > li > .icon {
  margin-right: 15px;
}
.page_operation_exa_list > li:nth-of-type(1) {
  left: 0;
  top: 10%;
}
.page_operation_exa_list > li:nth-of-type(2) {
  left: 0;
  top: 27%;
}
.page_operation_exa_list > li:nth-of-type(3) {
  left: 0;
  top: 44%;
}
.page_operation_exa_list > li:nth-of-type(4) {
  left: 0;
  top: 60%;
}
.page_operation_exa_list > li:nth-of-type(5) {
  left: 0;
  top: 76%;
}
.page_operation_exa_list > li:nth-of-type(6) {
  right: 50px;
  top: 10%;
}
.page_operation_exa_list > li:nth-of-type(7) {
  right: 60px;
  top: 27%;
}
.page_operation_exa_list > li:nth-of-type(8) {
  right: 60px;
  top: 44%;
}
.page_operation_exa_list > li:nth-of-type(9) {
  right: 20px;
  top: 60%;
}
.page_operation_exa_list > li:nth-of-type(10) {
  right: 0;
  top: 76%;
}
@media screen and (max-width: 1200px) {
  .page_operation_exa {
    width: 100%;
    height: auto;
  }
  .page_operation_exa_img_bg {
    display: none;
  }
  .page_operation_exa_img {
    position: static;
    display: block;
    margin: 0 auto;
    width: 300px;
  }
  .page_operation_exa_list {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.page_operation_exa_list > li {
    position: static;
    padding: 10px;
    margin: 10px;
    border: 1px solid #eee;
  }
}

/* ����������û*/
.page_remote_atc {
}
.page_remote_exa {
  padding-top: 8%;
}
.page_remote_exa_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
}
.page_remote_exa_list > li {
  position: relative;
  flex: 1 1 20%;
  padding: 0px 20px;
  text-align: center;
}
.page_remote_exa_list .icon {
  display: block;
  margin: 0 auto 20px;
  transform: scale(1);
  transition: all 0.2s;
}
.page_remote_exa_list .step {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #444;
}
.page_remote_exa_list > li:hover .icon {
  transform: scale(1.1);
}
.page_remote_exa_list .txt {
  word-break: keep-all;
  line-height: 1.7;
}
.page_remote_exa_list .num {
  position: absolute;
  top: 0;
  left: -100px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  border-radius: 100%;
  text-align: center;
  background: #409fcb;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page_remote_exa_list > li {
    flex: 1 1 33%;
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .page_remote_exa_list > li {
    flex: 1 1 48%;
  }
}

/* FAQ */
.page_faq_atc {
}
.page_faq_top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 50px;
  margin: 0 auto 5%;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.page_faq_top > .icon_label {
  flex: 0 0 50px;
  text-align: center;
}
.page_faq_top_find {
  position: relative;
  flex: 1 1 auto;
}
.page_faq_top_find .ipt_txt {
  width: 95%;
  padding-left: 1em;
  border: 0;
  font-size: 1.6rem;
  border-left: 1px solid #eee;
}
.page_faq_top_find .webch_btn {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 80px;
  margin: auto;
  border-radius: 45px;
}
.page_faq_tab {
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.page_faq_tab .tab {
  flex: 1 1 auto;
  padding: 13px;
  background: #fff;
  border-bottom: 0;
  color: #999;
}
.page_faq_tab .tab:hover {
  border-bottom: 0;
  box-shadow: none;
  color: #83bade;
}
.page_faq_tab .tab:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  display: block;
  width: 0;
  height: 2px;
  background: #4788b4;
  border: 0;
  transform: translateX(0%);
  transition: all 0.3s;
}
.page_faq_tab .tab.active {
  color: #4788b4;
  font-weight: 600;
}
.page_faq_tab .tab.active:before {
  width: 100%;
  opacity: 1;
}
.page_faq_tab .tab:first-of-type {
  margin-left: 0;
}
.page_faq_tab .tab:last-of-type {
  margin-right: 0;
}
.page_faq_board {
}
.page_faq_list {
}
.page_faq_list > li {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.page_faq_list_item {
  position: relative;
  display: flex;
  align-items: center;
}
.page_faq_list_item > .tag {
  flex: 0 0 50px;
  text-align: center;
  font-size: 2rem;
  color: #4788b4;
}
.page_faq_list > li.active .tag {
  color: #ff8638;
}
.page_faq_list_item > .sbj {
  flex: 1 1 auto;
  line-height: 1.3;
}
.page_faq_list > li:hover .page_faq_list_item > .sbj {
  color: #ff8638;
}
.page_faq_list_item > .arw {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  line-height: 20px;
  transform: rotate(180deg);
  transition: all 0.2s;
}
.page_faq_list > li.active .arw {
  transform: rotate(0deg);
}
.page_faq_list_cont {
  display: none;
  position: relative;
  margin-top: 1em;
  padding: 3%;
  background: #efefef;
}
.page_faq_list_cont .txt {
  line-height: 1.6;
  word-break: keep-all;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page_faq_top {
    width: 100%;
  }
  .page_faq_tab .tab {
    padding: 5px;
    font-size: 1.2rem;
  }
  .page_faq_top {
    height: 40px;
  }
  .page_faq_top_find .ipt_txt {
    font-size: 1.3rem;
  }
  .page_faq_top_find .webch_btn {
    width: 50px;
    font-size: 1.3rem;
  }
  .page_faq_list_item > .tag {
    flex: 0 0 30px;
  }
  .page_faq_list_item > .sbj {
    padding-right: 30px;
    font-size: 1.3rem;
  }
  .page_faq_list_item > .arw {
    right: 10px;
  }
}

/* �̿��ı� */
.page_review_tbl {
  margin-bottom: 5%;
}
.page_review_tbl td {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.page_review_tbl .col01 {
  width: 250px;
}
.page_review_tbl .col02 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .page_review_tbl td {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .page_review_tbl .col01 {
    width: 100px;
  }
}
/* �����ı� */
.page_review_board_cont {
  border-top: 2px solid #333;
}
.page_review_board_item {
  display: flex; flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ddd;
}
.page_review_board_item:first-of-type {
  border-top: none;
}
.page_review_board_item > div {
  padding: 20px;
  font-weight: 500;
  box-sizing: border-box;
}
.page_review_board_cont .favicon_area {
  width: 100px;
}
.page_review_board_cont .favicon_area img {
  display: block;
  width: 100%;
}
.page_review_board_cont .title_area {
  width: 38%;
  font-size: 2rem;
  line-height: 1.3;
  padding-left: 0;
}
.page_review_board_cont .title_area .link {
  font-size: 1.6rem;
  font-weight: 300;
}
.page_review_board_cont .star_area {
  width: 21%;
}
.page_review_board_cont .star_area lord-icon {
  width: 26px; height: 26px;
  vertical-align: text-bottom;
}
.page_review_board_cont .date_area {
  width: calc(20% - 100px);
  text-align: right;
  font-weight: 300;
}
.page_review_board_cont .txt_area {
  font-weight: 300;
  font-size: 1.4rem;
  padding-top: 0;
  padding-left: 100px;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .page_review_board_item > div {
    padding: 15px;
  }
  .page_review_board_cont .favicon_area {
    width: 80px;
  }
  .page_review_board_cont .title_area {
    width: 34%;
  }

  .page_review_board_cont .star_area {
    width: 23%;
  }
  .page_review_board_cont .date_area {
    width: calc(20% - 80px);
  }
  .page_review_board_cont .txt_area {
    padding-left: 80px;
  }  
}

@media screen and (max-width: 820px) {
  .page_review_board_cont .favicon_area {
    width: 80px;
  }
  .page_review_board_cont .title_area {
    width: calc(100% - 80px);
    font-size: 1.8rem;
  }

  .page_review_board_cont .star_area {
    padding-top: 0;
    width: 40%;
  }
  .page_review_board_cont .star_area lord-icon {
    width: 20px; height: 20px;
  }  
  .page_review_board_cont .date_area {
    padding-top: 0;
    width: 20%;
  }
  .page_review_board_cont .txt_area {
    padding-left: 15px;
  }  
}
@media screen and (max-width: 500px) {
  .page_review_board_item > div {
    padding: 15px 10px;
  }  
  .page_review_board_cont .star_area {
    width: 50%;
    padding: 0 0 15px 10px;
  }
  .page_review_board_cont .date_area {
    width: 100%;
    text-align: left;
  }
  .page_review_board_cont .txt_area {
    padding-left: 10px;
  }   
}

/* �Աݾȳ� */
.page_account_atc {
}
.page_review_acc {
  display: flex;
  padding: 3% 0;
  border: 1px solid #eee;
}
.page_review_acc_cont {
  display: flex;
  flex: 1 1 49%;
  align-items: flex-start;
  padding: 0px 3%;
}
.page_review_acc_cont.cont02 {
  border-left: 1px solid #eee;
}
.page_review_acc_cont .icon {
  flex: 0 0 auto;
  margin-right: 7%;
}
.page_review_acc_cont .tit {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.page_review_acc_cont .txt {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.4rem;
}
.page_review_card {
  display: flex;
  padding: 3% 0;
  border: 1px solid #eee;
}
.page_review_card_cont {
  display: flex;
  flex: 1 1 49%;
  align-items: flex-start;
  padding: 0px 3%;
}
.page_review_card_cont.cont02 {
  position: relative;
  flex-wrap: wrap;
  border-left: 1px solid #eee;
}
.page_review_card_cont .icon {
  flex: 0 0 auto;
  margin-right: 7%;
}
.page_review_card_cont .tit {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.page_review_card_cont .txt {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.4rem;
}
.page_review_card_cont.cont02 .ipt_txt {
  max-width: 250px;
  width: 100%;
  margin-bottom: 5px;
}
.page_review_card_cont.cont02 .webch_btn {
  position: absolute;
  top: 0;
  left: 290px;
  width: 100px;
  height: 83px;
}
.page_review_card_cont.cont02 .txt {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page_review_acc {
    display: block;
    padding: 0px;
  }
  .page_review_acc_cont {
    padding: 3%;
  }
  .page_review_acc_cont.cont02 {
    border-top: 1px solid #eee;
    border-left: 0;
  }
  .page_review_card {
    display: block;
    padding: 0px;
  }
  .page_review_card_cont {
    padding: 3%;
  }
  .page_review_card_cont.cont02 {
    display: block;
    border-top: 1px solid #eee;
    border-left: 0;
  }
  .page_review_card_cont.cont02 .ipt_txt {
    max-width: 100%;
  }
  .page_review_card_cont.cont02 .webch_btn {
    position: static;
    width: 100%;
    height: auto;
  }
}

/* ���� ���� */
.page_account_list_atc {
}
.page_account_list_top {
  padding: 0px 40px;
  margin-bottom: 5%;
  background: #f8f8f8;
}
.page_account_list_top .txt {
  position: relative;
  padding: 1.2em 0;
  color: #555;
  font-weight: 600;
}
.page_account_list_top .txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 100%;
  background: #ff8638;
}
.page_account_list_top .txt:first-of-type {
  border-bottom: 1px solid #ddd;
}
.page_account_list_tbl .col01 {
  width: auto;
}
.page_account_list_tbl .col02 {
  width: auto;
}
.page_account_list_tbl .col03 {
  width: 200px;
}
.page_account_list_tbl .col04 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .page_account_list_tbl .col03 {
    width: auto;
  }
  .page_account_list_tbl .col04 {
    width: 80px;
  }
}

/* ��óġ�� */
.page_webchis_atc {
}
.page_webchis_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 18px;
}
.page_webchis_list > li {
  flex: 1 1 30%;
  text-align: center;
}
.page_webchis_list_img {
  position: relative;
}
.page_webchis_list_img .img {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  transition: all 0.2s;
}
.page_webchis_list > li:hover .page_webchis_list_img .img {
  transform: scale(1.05);
}
.page_webchis_list_img .tag {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100%;
  background: #ff7600;
  font-size: 1.8rem;
  color: #fff;
  line-height: 80px;
  transition: all 0.2s;
}
.page_webchis_list > li:hover .page_webchis_list_img .tag {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) inset;
}
.page_webchis_list > li > .txt {
  padding: 0 1em;
  line-height: 1.8;
  font-size: 1.4rem;
  letter-spacing: -1px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .page_webchis_list {
    gap: 30px 5px;
  }
  .page_webchis_list > li {
    flex: 1 1 45%;
  }
  .page_webchis_list_img .tag {
    bottom: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.3rem;
  }
  .page_webchis_list > li > .txt {
    font-size: 1.2rem;
  }
}

/* ������� */
.page_business_atc {
}
.page_business_atc .page_atc_txt.bg_gray {
  display: inline-block;
  padding: 1em 2em;
}
.page_business_list {
  padding-left: 10px;
}
.page_business_list > li {
  position: relative;
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.page_business_list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 100%;
}
.page_business_tbl {
  margin-bottom: 5%;
  border-top: 2px solid #333;
}
.page_business_tbl td {
  width: 25%;
  border-left: 1px solid #ccc;
  font-weight: 600;
}
.page_business_tbl td:first-of-type {
  border-left: 0;
}
.page_business_down {
  display: block;
  font-size: 2rem;
  text-align: center;
}
.page_business_down .icon {
  position: relative;
  top: 0;
  padding-right: 5px;
  transition: all 0.2s;
}
.page_business_down:hover .icon {
  top: -5px;
}

/* ȸ�翬�� */
.page_history_atc {
}
.page_history_bg01 {
  display: block;
  margin-bottom: 20px;
}
.page_history_timeline_container {
  width: 100%;
}
.page_history_timeline_container > .white {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 100%;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 9;
}
.page_history_timeline_area {
  position: relative;
  overflow-x: scroll;
}
.page_history_timeline_area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 3.5px;
  background: #ffffff;
}
.page_history_timeline_area::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #409fcb;
}
.page_history_timeline_area::-webkit-scrollbar-thumb:hover {
  background-color: #18c98d;
}
.page_history_timeline_area::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: #ddd;
}
.page_history_timeline {
  width: 3000px;
  padding: 0px 20px 410px;
  background: url("/sub/img/history_bg02.jpg") left bottom repeat-x;
}
.page_history_timeline .timeline_desc {
  display: flex;
  align-items: flex-start;
}
.page_history_timeline .timeline_desc.fst {
  align-items: flex-end;
}
.page_history_timeline .timeline {
  width: 100%;
  height: 11px;
  border-radius: 6px;
  background: #ff8638;
}
.page_history_timeline .timeline_desc_item {
  flex: 0 1 570px;
  position: relative;
  padding-right: 50px;
  border-left: 1px solid #fbe3cc;
}
.page_history_timeline .timeline_desc_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
}
.page_history_timeline .timeline_desc_item:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 4px solid #ff8638;
  border-radius: 100%;
}
.page_history_timeline .timeline_desc.fst .timeline_desc_item {
  padding-bottom: 140px;
}
.page_history_timeline .timeline_desc.scd .timeline_desc_item {
  padding-top: 140px;
}
.page_history_timeline .timeline_desc.scd .timeline_desc_item:before {
  top: auto;
  bottom: 0;
  height: 15px;
}
.page_history_timeline .timeline_desc.scd .timeline_desc_item:after {
  bottom: auto;
  top: -15px;
}
.page_history_timeline .timeline_desc.scd .timeline_desc_item:first-of-type {
  margin-left: 200px;
}
.page_history_timeline .timeline_desc_item .year {
  position: absolute;
  bottom: 70px;
  left: 15px;
  font-size: 4.8rem;
  letter-spacing: -3px;
}
.page_history_timeline .timeline_desc.scd .timeline_desc_item .year {
  top: 70px;
  bottom: auto;
}
.page_history_timeline .timeline_desc_list {
  padding-left: 15px;
}
.page_history_timeline .timeline_desc_list > li {
  position: relative;
  display: flex;
  justify-content: left;
  margin-bottom: 5px;
  line-height: 1.8;
  color: #666;
  letter-spacing: -1px;
}
.page_history_timeline .timeline_desc_list > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  display: block;
  width: 9px;
  height: 9px;
  background: #ff8638;
  border-radius: 100%;
}
.page_history_timeline .timeline_desc_list > li .tag {
  flex: 0 0 40px;
  margin-right: 10px;
  font-weight: 600;
  color: #333;
}
.page_history_timeline .timeline_desc_list > li .tag.str {
  flex: 0 1 auto;
}
.page_history_timeline .timeline_desc_list > li .txt {
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .page_history_bg01 {
    display: none;
  }
  .page_history_timeline {
    padding-bottom: 25px;
    background: none;
  }
  .page_history_timeline .timeline_desc_item {
    flex: 0 1 300px;
  }
  .page_history_timeline .timeline_desc.fst .timeline_desc_item {
    padding-bottom: 50px;
  }
  .page_history_timeline .timeline_desc_item .year {
    bottom: 10px;
    font-size: 3rem;
  }
  .page_history_timeline .timeline_desc.scd .timeline_desc_item .year {
    top: 10px;
  }
  .page_history_timeline .timeline_desc.scd .timeline_desc_item {
    padding-top: 50px;
  }
  .page_history_timeline .timeline_desc_list > li {
    line-height: 1.5;
  }
  .page_history_timeline .timeline_desc_list > li .tag {
    flex: 0 0 25px;
    font-size: 1.3rem;
  }
  .page_history_timeline .timeline_desc_list > li .txt {
    font-size: 1.2rem;
  }
}

/* �������� */
.page_build_d_atc {
}
.page_build_d_top {
  display: flex;
}
.page_build_d_top_thumb {
  position: relative;
  flex: 0 0 300px;
  margin: 0 10%;
}
.page_build_d_top_thumb .thumb {
  display: block;
  width: 100%;
}
.page_build_d_top_thumb .txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-right:30px;
  transform:translateX(-50%);
}
.page_build_d_top_info {
  flex: 1 1 auto;
  padding: 30px 40px;
  border: 1px solid #ddd;
}
.page_build_d_top_info .tit {
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.page_build_d_top_info .txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page_build_d_top {
    display:block;
    padding: 1.5%;
    border-bottom: 1px solid #eee;
  }
  .page_build_d_top_thumb {
    width:80%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .page_build_d_top_thumb .thumb {
    padding-top: 20px;
  }
  .page_build_d_top_info {
    padding:20px 0 0 0;
    border: 0;
  }
  .page_build_d_top_info .tit {
    font-size: 2rem;
  }
  .page_build_d_top_info .txt {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.page_build_d_atc_qst {
  margin-right: auto;
  margin-left: auto;
}
.page_build_d_qst {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #ffcfdd;
  border-radius: 5px;
}
.page_build_d_qst .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 25px;
  border-radius: 100%;
}
.page_build_d_qst .txt {
  flex: 1 1 auto;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  color: #333;
  line-height: 1.8;
  word-break: keep-all;
}
.page_build_d_qst .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 10px solid transparent;
  transform: translateY(-50%);
}
.page_build_d_req {
  padding: 2.5% 3.5%;
  margin-bottom: 4%;
  background: #f9fafa;
}
.page_build_d_tbl {
  width: 100%;
  margin-bottom: 4%;
}
.page_build_d_tbl th {
  width: 100px;
  padding: 5px 0;
  text-align: left;
  font-weight: 400;
}
.page_build_d_tbl td {
  width: auto;
  padding: 5px 0;
  line-height: 39px;
}
.page_build_d_tbl tr:first-of-type td > .txt {
  margin: 0 1em;
  vertical-align: middle;
}
.page_build_d_tbl .ipt_txt.sbj {
  width: 100%;
}
.page_build_d_tbl .ipt_label {
  margin-right: 10px;
}
.page_build_d_tbl .ipt_txa {
  height: 120px;
}
.page_build_d_tbl .td_file .ipt_label_file {
  width: 48%;
}
.page_build_d_tbl .td_file .ipt_label_file .webch_btn.size_small {
  padding: 4px 30px;
}
@media screen and (max-width: 768px) {
  .page_build_d_qst {
    padding: 2%;
  }
  .page_build_d_qst .icon {
    width: 60px;
    height: 60px;
  }
  .page_build_d_qst .txt {
    font-size: 1.3rem;
  }
  .page_build_d_req {
    padding: 1.5%;
    background: none;
  }
  .page_build_d_tbl {
    display: block;
  }
  .page_build_d_tbl tbody {
    display: block;
  }
  .page_build_d_tbl tr {
    display: block;
  }
  .page_build_d_tbl th {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    font-size: 1.3rem;
    color: #2381b3;
    font-weight: 600;
  }
  .page_build_d_tbl td {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1.3rem;
    line-height: 20px;
  }
  .page_build_d_tbl .ipt_txt {
    width: 100%;
    margin-bottom: 5px;
  }
  .page_build_d_tbl .td_file .ipt_label_file {
    width: 100%;
    margin-bottom: 5px;
  }
}

.page_build_d_file {
  display: flex;
  align-items: flex-start;
  padding: 0px 5px;
  border-bottom: 1px solid #eee;
}
.page_build_d_file:first-of-type {
  border-top: 1px solid #aaa;
}
.page_build_d_file > .tag {
  flex: 0 0 90px;
  padding-top: 25px;
  font-size: 1.8rem;
}
.page_build_d_file_list {
  flex: 1 1 auto;
}
.page_build_d_file_list > li {position:relative; display:flex; flex-wrap:wrap; justify-content:flex-start; align-items:center; padding:1.5em 180px 1.5em 0; border-bottom:1px solid #f7f7f7;}
.page_build_d_file_list .tag {position:relative; flex: 0 1 auto; padding-right:20px; line-height:1.8;}
.page_build_d_file_list .tag:before {content:''; position:absolute; top:50%; right:10px; display:block; width:1px; height:0.8em; background:#ddd; transform:translateY(-50%); border-radius:50%;}
.page_build_d_file_list .link {flex: 0 1 auto; padding-right:1.5em; line-height:1.8; word-break:keep-all;}
.page_build_d_file_list .link:hover {color:#3d98c8;}
.page_build_d_file_list .link .icon {position:relative; top:0; transition:all 0.2s; opacity:1;}
.page_build_d_file_list .link:hover .icon {top:2px; opacity:0.8;}
.page_build_d_file_list .date {position:absolute; top:50%; right:0; font-size:1.4rem; color:#666; transform:translateY(-50%);}
@media screen and (max-width: 768px) {
  .page_build_d_file {
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .page_build_d_file_list > li {padding:1em 0; font-size:1.3rem;}
  .page_build_d_file_list .date {position:static; flex: 0 0 100%; padding-top:10px; text-align:right; color:#999; font-size:1.2rem; transform:translateY(0%);}
}

.page_build_d_list_top {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.page_build_d_list_top > .btn_list_align {
  margin-left: auto;
  padding-right: 10px;
  border: 0;
  background: none;
  font-size: 1.6rem;
}
.page_build_d_list_top > .btn_list_align:hover {
  color: #14aa28;
}
.page_build_d_list_top > .btn_list_align .txt {
  padding-right: 5px;
  vertical-align: middle;
}
.page_build_d_list_top > .btn_list_align .icon {
  color: #666;
  font-size: 12px;
  transition: all 0.2s;
  transform: rotate(0deg);
}
.page_build_d_list_top > .btn_list_align:hover .icon {
  color: #14aa28;
}
.page_build_d_list_top > .btn_list_align.asc .icon {
  transform: rotate(180deg);
}
.page_build_d_list {
}
.page_build_d_list > li {
  border-top: 1px solid #aaa;
}
.page_build_d_list_info {
  display: flex;
  align-items: center;
  padding: 1.3em;
  background: #faf6f2;
}
.page_build_d_list_info > .date {
  margin-left: auto;
}
.page_build_d_list_info .btn_del {border:0; background:none; color:#9b4800; font-size:1.6rem;}
.page_build_d_list_cont {
  padding: 1.3em 1.3em 2.5em 1.3em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page_build_d_list_top {
    font-size: 1.3rem;
  }
  .page_build_d_list_top > .btn_list_align {
    font-size: 1.3rem;
  }
  .page_build_d_list_info {
    padding: 10px;
    font-size: 1.3rem;
  }
  .page_build_d_list_cont {
    padding: 10px;
    font-size: 1.3rem;
  }
}

/* �������� �α��� */
.page_build_login {
  display: flex;
  width: 650px;
  margin: 0 auto;
}
.page_build_login_img {
  width: 300px;
}
.page_build_login_area {
  flex: 1 1 auto;
  padding-left: 50px;
  padding-top: 50px;
}
.page_build_login_area > .txt {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.page_build_login_tit {
  margin-bottom: 1.5em;
  font-size: 3rem;
  font-weight: 600;
}
.page_build_login_ipt {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.page_build_login_ipt .icon {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.page_build_login_ipt .ipt_txt {
  width: 100%;
  padding: 15px 15px 15px 35px;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
}
.page_build_login_ipt .ipt_txt:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border: 0;
  border-bottom: 1px solid #ff7600;
}
.page_build_login_area .btn_login {
  overflow: hidden;
  position: relative;
  height: 50px;
  width: 150px;
}
.page_build_login_area .btn_login .txt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.page_build_login_area .btn_login .txt.kor {
  top: 50%;
}
.page_build_login_area .btn_login .txt.eng {
  top: 150%;
}
.page_build_login_area .btn_login:hover .txt.kor {
  top: -50%;
}
.page_build_login_area .btn_login:hover .txt.eng {
  top: 50%;
}
@media screen and (max-width: 768px) {
  .page_build_login {
    width: 100%;
  }
  .page_build_login_img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.05;
  }
  .page_build_login_area {
    padding: 10%;
  }
}

/* �¶��ΰ��� */
.page_estimate {
}
.page_estimate_tbl {
  margin-bottom: 40px;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.page_estimate_tbl th {
  padding-bottom: 70px;
  border: 0;
  border-right: 1px solid #eee;
  background: none;
  text-align: right;
}
.page_estimate_tbl td {
  padding-bottom: 70px;
  border: 0;
}
.page_estimate_tbl tr:first-of-type th,
.page_estimate_tbl tr:first-of-type td {
  border-top: 0;
}
.page_estimate_tbl .ipt_label {
  display: block;
  padding: 3px 0;
}
.page_estimate_tbl .tag_area {display:flex;}
.page_estimate_tbl .tag {
  flex: 1 1 30%;
  padding-left:10px;
  padding-bottom:10px;
}
.page_estimate_tbl .ipt_txt {
  width: 100%;
}
.page_estimate_tbl .small {
  font-size: 1.3rem;
  line-height: 2;
}
.page_estimate_tbl .webch_btn.size_small {margin-top:10px; font-size:1.3rem;}
.page_estimate_tbl .webch_btn.size_small .icon {padding-left:0px; padding-right:3px;}
.page_estimate_txt {
  font-size: 1.8rem;
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_estimate_tbl {
    display: block;
  }
  .page_estimate_tbl tbody,
  .page_estimate_tbl tr {
    display: block;
  }
  .page_estimate_tbl th {
    display: block;
    width: 100%;
    padding: 20px 0px 5px 0px;
    background: none;
    border: 0;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
  }
  .page_estimate_tbl th br {
    display: none;
  }
  .page_estimate_tbl td {
    display: block;
    width: 100%;
    padding: 0px 0px 10px 0px;
    border: 0;
  }
  .page_estimate_tbl tr:first-of-type th,
  .page_estimate_tbl tr:first-of-type td {
    border: 0;
  }
  .page_estimate_tbl .td_item {
    display: block;
    padding-bottom: 20px;
  }
  .page_estimate_tbl .tag {
    color: #777;
  }
  .page_estimate_txt {
    font-size: 1.3rem;
  }
}

/* zoom ��� */
.page_zoom {
  position: relative;
}
.page_zoom .txt_caut {margin-bottom:1em;}
.page_zoom_img {
  position: absolute;
  top: 130px;
  right: 50px;
  display: block;
  width: 300px;
}
.page_zoom_txt {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
}
.page_zoom_list > li {
  position: relative;
  padding-left: 15px;
  line-height: 2;
}
.page_zoom_list > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #333;
}
.page_zoom_ess {
  width: 700px;
  padding: 1.2em 1.5em;
  border: 5px solid #7cd3e7;
  color: #217da3;
  text-align: center;
  line-height: 1.5;
}

.page_zoom_step_list {
  display: flex;
  flex-wrap: wrap;
}
.page_zoom_step_list > li {
  flex: 0 1 20%;
  padding: 0 15px;
  border-right: 1px solid #eee;
}
.page_zoom_step_list > li:nth-child(3) {
  flex: 1 1 auto;
  border-right: 0;
}
.page_zoom_step_list_step {
  position: relative;
  width: 150px;
  padding: 8px 0;
  margin-bottom: 15px;
  background: #7cd2e7;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page_zoom_step_list_step.scd {
  background: #47b9d3;
}
.page_zoom_step_list_step.trd {
  background: #339bb8;
}
.page_zoom_step_list_step:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  display: block;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-left: 30px solid #7cd2e7;
  border-bottom: 23px solid transparent;
  transform: translateY(-50%);
}
.page_zoom_step_list_step.scd:before {
  border-left: 30px solid #47b9d3;
}
.page_zoom_step_list_step.trd {
  width: 400px;
}
.page_zoom_step_list_step.trd:before {
  border-left: 30px solid #339bb8;
}
.page_zoom_step_list_step .tag {
  display: inline-block;
  padding: 5px;
  border: 2px solid #fff;
  border-radius: 100%;
}
.page_zoom_step_list_step .txt {
  font-size: 1.8rem;
}
.page_zoom_step_list_txt {
  padding-left: 10px;
  line-height: 1.5;
  word-break: keep-all;
}
.page_zoom_step_list_app {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 40px;
  vertical-align: top;
}
.page_zoom_step_list_app .tag {
  display: inline-block;
  padding: 0.5em 1em;
  border: 2px solid #47b9d3;
  border-radius: 20px;
  font-size: 1.4rem;
}
.page_zoom_step_list_app .txt {
  padding: 1em 0;
  font-size: 1.3rem;
  line-height: 1.5;
}
.page_zoom_info {
  padding: 2.5%;
  margin-bottom: 2.5%;
  background: #fafafa;
}
.page_zoom_info > .tit {
  margin-bottom: 2.5%;
  font-size: 1.8rem;
}
.page_zoom_info > .tit .small {
  padding-left: 2em;
  font-size: 1.4rem;
  font-weight: 400;
}
.page_zoom_info_list {
  padding: 2%;
  margin-bottom: 2%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.page_zoom_info_list > li {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.page_zoom_info_list > li > .str {
  margin-bottom: 7px;
}
.page_zoom_info_foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
}
.page_zoom_info_foot > .txt {
  margin-right: 1em;
}
.page_zoom_info_foot > .ipt_label {
  margin-right: 1em;
}

.page_zoom_tbl {
  margin-bottom: 2.5%;
}
.page_zoom_tbl th {
  font-size: 1.4rem;
}
.page_zoom_tbl .ipt_txa {
  height: 100px;
}
.page_zoom_tbl .ipt_txt {
  width: 250px;
}
.page_zoom_tbl .ipt_txt.url {width:100%;}
.page_zoom_tbl .time_item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.page_zoom_tbl .time_item * {
  vertical-align: middle;
}
.page_zoom_tbl .time_item .cate {
  flex: 0 0 70px;
}
.page_zoom_tbl .time_item .ipt_txt {
  width: 200px;
  margin-right: 10px;
}
.page_zoom_tbl .time_item input.disabled {
  color:#666;
  background:#ddd;
  cursor: default;
}
.page_zoom_tbl .time_item .ipt_label {
  margin: 0 5px 0 0;
  cursor: pointer;
}
.page_zoom_tbl .time_item .ipt_radio {
  width: 15px;
  height: 15px;
  margin: 0;
}
.page_zoom_tbl .time_item .ampm {
  flex: 0 0 50px;
}
.page_zoom_tbl .time_item .ampm .ipt_label {
  width: 100%;
  font-size: 12px;
}
.page_zoom_tbl .time_item .ipt_slct {
  margin-right: 5px;
}
.page_zoom_tbl .time_item .ipt_slct + .txt {margin-right:10px;}
.page_zoom_tbl .time_item .ipt_txt.time {
  width: 50px;
  margin-right: 5px;
}
.page_zoom_tbl .time_item .ipt_txt.time + .txt {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .page_zoom_step_list > li {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .page_zoom_step_list > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page_zoom_img {
    width: 200px;
    opacity: 0;
  }
  .page_zoom_ess {
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
    word-break: keep-all;
  }
  .page_zoom_list > li {
    padding-left: 10px;
    font-size: 1.3rem;
  }
  .page_zoom_list > li:before {
    display: none;
  }
  .page_zoom_txt {
    margin-bottom: 2em;
    font-size: 1.4rem;
  }
  .page_zoom_txt .item {
    display: block;
  }
  .page_zoom_step_list_step {
    width: 90%;
  }
  .page_zoom_step_list > li {
    padding: 0;
  }
  .page_zoom_step_list_step.trd {
    width: 90%;
  }
  .page_zoom_step_list_step .txt {
    font-size: 1.3rem;
  }
  .page_zoom_step_list_step .tag {
    font-size: 1.3rem;
  }
  .page_zoom_info > .tit {
    font-size: 1.5rem;
  }
  .page_zoom_info > .tit .small {
    display: block;
    padding-left: 0;
    padding-top: 1em;
    font-size: 1.2rem;
  }
  .page_zoom_info_list > li {
    font-size: 1.2rem;
  }
  .page_zoom_info_foot {
    font-size: 1.2rem;
  }
  .page_zoom_info_foot > .txt {
    flex: 0 1 100%;
    margin-bottom: 1em;
    text-align: center;
  }

  .page_zoom_tbl {
    display: block;
  }
  .page_zoom_tbl tbody,
  .page_zoom_tbl tr {
    display: block;
  }
  .page_zoom_tbl th {
    display: block;
    width: 100%;
    padding: 20px 0px 5px 0px;
    border: 0;
    background: none;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .page_zoom_tbl th br {
    display: none;
  }
  .page_zoom_tbl td {
    display: block;
    width: 100%;
    padding: 0px 0px 10px 0px;
    border: 0;
  }
  .page_zoom_tbl tr:first-of-type th,
  .page_zoom_tbl tr:first-of-type td {
    border: 0;
  }
  .page_zoom_tbl .ipt_txt {
    width: 100%;
  }
  .page_zoom_tbl .time_item {
    flex-wrap: wrap;
  }
  .page_zoom_tbl .time_item .cate {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 5px;
  }
  .page_zoom_tbl .time_item .ipt_txt.date {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 5px;
  }
}

/* ������ */
.page_vod {
}
.page_vod_txt {
  margin-bottom: 5%;
  font-size: 1.8rem;
}
.page_vod_desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6%;
}
.page_vod_desc_item {
  overflow: hidden;
  flex: 0 1 49%;
  border: 1px solid #eee;
  border-radius: 10px;
}
.page_vod_desc_item.webch {
  border: 1px solid #ffb684;
}
.page_vod_desc_item.youtube {
  border: 1px solid #e0313f;
}
.page_vod_desc_item .tit {
  padding: 0.8em 0;
  margin-bottom: 5%;
  font-size: 2.2rem;
  text-align: center;
  background: #ccc;
}
.page_vod_desc_item.webch .tit {
  color: #eb6101;
  background: #fbe3cc;
}
.page_vod_desc_item.youtube .tit {
  color: #fff;
  background: #e0313f;
}
.page_vod_desc_item_cont {
  padding: 0px 8% 5%;
}
.page_vod_desc_item_cont .num {
  height: 20px;
  margin-bottom: 8%;
  font-size: 2rem;
}
.page_vod_desc_item_cont .list {
  margin-bottom: 8%;
  font-size: 1.7rem;
}
.page_vod_desc_item_cont .list > li {
  margin-bottom: 0.3em;
  line-height: 1.5;
  letter-spacing: -1px;
}
.page_vod_desc_item_cont > .txt {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page_vod_txt {
    font-size: 1.4rem;
  }
  .page_vod_desc {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .page_vod_desc_item {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .page_vod_desc_item .tit {
    padding: 0.5em 0;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .page_vod_desc_item_cont {
    padding: 20px;
  }
  .page_vod_desc_item_cont .num {
    height: auto;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .page_vod_desc_item_cont .list {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.page_vod_def {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5%;
  margin-bottom: 5%;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.page_vod_def .tit {
  flex: 0 0 100%;
  padding: 1em 0;
  margin-bottom: 5%;
  font-size: 2rem;
  text-align: center;
  background: #f4f0ed;
}
.page_vod_def_item {
  flex: 1 1 30%;
  text-align: center;
}
.page_vod_def_item .img {
  display: block;
  max-width: 300px;
  margin: 0 auto 20px;
}
.page_vod_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.page_vod_list > li {
  position: relative;
  padding-left: 10px;
  padding-right: 2em;
  margin-bottom: 10px;
}
.page_vod_list > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background: #333;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page_vod_def .tit {
    font-size: 1.6rem;
    padding: 0.8em 0;
  }
  .page_vod_def_item {
    display: flex;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .page_vod_def_item .img {
    max-width: 50%;
    margin-bottom: 0;
  }
  .page_vod_def_item .txt {
    flex: 0 0 120px;
    margin-top: 50px;
    word-break: keep-all;
    line-height: 1.5;
  }
  .page_vod_list > li {
    flex: 1 1 30%;
  }
}
@media screen and (max-width: 500px) {
  .page_vod_list > li {
    flex: 1 1 45%;
  }
}

/* ����ä�� */
.page_recru {
}
.page_recru_txt {
  padding: 2em 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
.page_recru_cont {
  display: flex;
  align-items: center;
}
.page_recru_img {
  overflow: hidden;
  flex: 0 0 350px;
  width: 350px;
  margin-right: 3%;
  border-radius: 10px;
}
.page_recru_list {
}
.page_recru_list > li {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.8em 20px 0.8em 20px;
  line-height: 1.4;
}
.page_recru_list > li .icon {
  margin-right: 20px;
  font-size: 10px;
  color: #ff7600;
}
.page_recru_list > li .webch_btn {
  margin-right: 10px;
}
.page_recru_list.step {
  display: flex;
  justify-content: space-between;
}
.page_recru_list.step > li {
  overflow: inherit;
  flex: 0 1 28%;
  display: block;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #18c98d;
  color: #18c98d;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.page_recru_list.step > li:last-child {
  border: 3px solid #ffc04c;
  color: #ffc04c;
}
.page_recru_list.step > li > .tit {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 170px;
  height: 30px;
  transform: translateX(-50%);
  font-size: 2rem;
  line-height: 30px;
  background: #fff;
}
.page_recru_list.step > li > .icon {
  display: block;
  margin: 0 auto 20px;
}
.page_recru_list.step > li > .txt {
  font-size: 1.8rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page_recru_txt {
    font-size: 1.6rem;
  }
  .page_recru_img {
    flex: 0 0 150px;
    width: 150px;
  }
  .page_recru_list {
    font-size: 1.3rem;
  }
  .page_recru_list > li .txt {
    font-size: 1.3rem;
  }
  .page_recru_list > li {
    padding: 0.3em;
    word-break: keep-all;
  }
  .page_recru_list > li .icon {
    margin-right: 10px;
  }
  .page_recru_list.step {
    display: block;
  }
  .page_recru_list.step > li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 30px;
  }
  .page_recru_list.step > li > .tit {
    width: 150px;
    font-size: 1.6rem;
  }
  .page_recru_list.step > li > .icon {
    width: 50px;
    margin: 0 20px 0 0;
  }
  .page_recru_list.step > li > .txt {
    flex: 0 0 180px;
    font-size: 1.4rem;
    word-break: keep-all;
  }
}

/* ������� */
.page_certifi {
}
.page_certifi_txt {
  padding: 2em 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
.page_certifi_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.page_certifi_list > li {
  position: relative;
  flex: 1 1 30%;
  border-radius: 0px;
  background: #fff;
}
.page_certifi_list > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  transform: translateX(-50%);
  box-shadow: 0px 0px 10px rgba(133, 167, 208, 0.3);
}
.page_certifi_list_cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(133, 167, 208, 0.2);
  border-radius: 10px;
  z-index: 9;
}
.page_certifi_list_cont > .icon {
  margin-right: 10px;
}
.page_certifi_list_cont > .tit {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
  word-break: keep-all;
}
.page_certifi_list_cont > .txt {
  flex: 0 0 100%;
  padding: 3em 0px;
  line-height: 1.5;
  word-break: keep-all;
  font-size: 1.4rem;
  color: #555;
}
@media screen and (max-width: 768px) {
  .page_certifi_txt {
    font-size: 1.6rem;
  }
  .page_certifi_list {
    gap: 10px;
  }
  .page_certifi_list > li {
    flex: 1 1 45%;
  }
  .page_certifi_list_cont {
    display: block;
    text-align: center;
  }
  .page_certifi_list_cont > .icon {
    margin-bottom: 10px;
  }
  .page_certifi_list_cont > .tit {
    font-size: 1.4rem;
  }
  .page_certifi_list_cont > .txt {
    text-align: left;
    font-size: 1.3rem;
  }
}

/* �����ڰ��� */
.page_retire_txt {
  padding: 2em 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
.page_retire_info {
  margin-bottom: 1em;
  font-size: 2rem;
}
.page_retire_info .txt {
  margin-right: 1em;
}
.page_retire_info .txt .icon {
  margin-right: 10px;
}
.page_retire_tbl {
  margin-bottom: 5%;
}
.page_retire_tbl .td_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.page_retire_tbl .td_item:last-of-type {
  margin-bottom: 0;
}
.page_retire_tbl .ipt_txt {
  width: 100%;
  max-width: 400px;
}
.page_retire_tbl .td_item .ipt_txt {
  width: auto;
  flex: 1 1 auto;
}
.page_retire_tbl .td_item .txt {
  margin-right: 5px;
}
.page_retire_tbl .ipt_txt.name {
  width: 200px;
}
.page_retire_tbl .ipt_txt.phone {
  width: 80px;
  flex: 0 0 80px;
}
.page_retire_tbl .ipt_txt.birth {
  width: 60px;
  flex: 0 0 60px;
  margin-right: 5px;
}
.page_retire_tbl .ipt_txt.addr1 {
  width: 100px;
  flex: 0 0 100px;
  margin-right: 10px;
}
.page_retire_tbl .ipt_txt.addr2 {
  width: auto;
  max-width: 100%;
  flex: 1 1 100%;
  margin-bottom: 10px;
}
.page_retire_tbl .ipt_txt.addr3 {
  width: auto;
  max-width: 100%;
  flex: 1 1 auto;
}
.page_retire_tbl .ipt_txt.count {
  width: 50px;
}
.page_retire_tbl .ipt_slct.birth {
  width: 60px;
  flex: 0 0 60px;
  margin-right: 5px;
}
.page_retire_tbl .txt.phone_tag {
  padding: 0 10px;
  margin: 0;
}
.page_retire_tbl .ipt_label {
  margin-right: 20px;
  word-break: keep-all;
}
.page_retire_tbl .td_inline .td_item {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_retire_txt {
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .page_retire_info {
    font-size: 1.3rem;
  }
  .page_retire_info .txt {
    display: block;
    line-height: 1.5;
  }
  .page_retire_tbl {
    display: block;
  }
  .page_retire_tbl tbody,
  .page_retire_tbl tr {
    display: block;
  }
  .page_retire_tbl th {
    display: block;
    width: 100%;
    padding: 20px 0px 5px 0px;
    border: 0;
    background: none;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .page_retire_tbl th br {
    display: none;
  }
  .page_retire_tbl td {
    display: block;
    width: 100%;
    padding: 0px 0px 10px 0px;
    border: 0;
  }
  .page_retire_tbl tr:first-of-type th,
  .page_retire_tbl tr:first-of-type td {
    border-top: 0;
  }
}

/* �����ֽŰ� */
.page_emergency {
}
.page_emergency .form_domain {}
.page_emergency .page_faq_top {display:flex; align-items: center; max-width:420px; width:100%; height:35px; margin:0 0 0 20px; box-shadow:none; border-bottom:1px solid #ccc; border-radius:0;}
.page_emergency .page_faq_top_find {display:flex; align-items: center;}
.page_emergency .page_faq_top_find .ipt_txt {width:calc(100% - 65px); padding: 0.2em; background:none; border:0;}
.page_emergency .page_faq_top_find .webch_btn {width:60px; padding:0; border-radius:5px; font-size:1.3rem}
.page_emergency .page_faq_top_find .webch_btn i {padding-left:0; padding-right:5px;}
.page_emergency .page_faq_top .txt {
  padding-right: 5px;
}
.page_emergency_txt {
  margin-bottom: 8%;
  line-height: 1.5;
}
.page_emergency_caut {
  font-size: 3rem;
  margin-bottom: 1em;
  text-align: center;
}
.page_emergency_tit .icon {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  color: #eb6101;
  font-size: 30px;
}
.page_emergency_tit .icon:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 13px;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #4788b4;
  border-radius: 2px;
  opacity: 0.5;
  z-index: -1;
}
.page_emergency_desc {
  margin-bottom: 3%;
  word-break: keep-all;
  line-height: 1.5;
}
.page_emergency_msg_area {flex: 0 0 100%; padding-top:20px; text-align:center;}
.page_emergency_msg {
  display:inline-block;
  padding: 15px 30px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #3bb35c;
  border-radius: 10px;
  word-break: keep-all;
}
.page_emergency_msg .icon {
  position: relative;
  display: inline-block;
  margin-right:5px;
  font-size: 20px;
  color: #3bb35c;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, 2px -2px 0px #fff,
    -2px 2px 0px #fff;
}
.page_emergency_msg .icon:after {
  content: "";
  position: absolute;
  top: 60%;
  left: 32%;
  display: block;
  width: 26px;
  height: 26px;
  border: 3px solid #3bb35c;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.page_emergency_list {
  margin-bottom: 5%;
}
.page_emergency_list > li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 20px;
  line-height: 1.5;
}
.page_emergency_list > li.srch_domain {display:flex; align-items:center; flex-wrap:wrap;}
.page_emergency_list > li.srch_domain:before {top:1.1em;}
.page_emergency_list > li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 10px;
  display: block;
  width: 3px;
  height: 3px;
  background: #eb6101;
}
.page_emergency_tbl {
  margin-bottom: 3%;
}
.page_emergency_tbl .ipt_txt {
  width: 100%;
}
.page_emergency_tbl .ipt_txt.phone {
  padding: 2px;
  width: 60px;
}
.page_emergency_tbl .ipt_txa {
  height: 300px;
}
.page_emergency .phone_box{
  display: none;
}
.page_emergency .email_box{
  display: none;
}
.page_emergency .choice{
  display: inline-block;
  vertical-align: center;
  margin-left: 15px;
}
.page_emergency [name=way_choice_group]+label{
  color: #888;
}
.page_emergency [name=way_choice_group]:checked+label{
  color: #eb6101;
}
.way_choice_group_cont{
  margin-bottom: 10px;
}
.way_choice_group_cont .ipt_radio {width:13px; height:13px; margin-top:0;}
@media screen and (max-width: 768px) {
  .page_emergency_txt {
    font-size: 1.3rem;
  }
  .page_emergency_txt br {
    display: none;
  }
  .page_emergency_caut {
    font-size: 2rem;
  }
  .page_emergency_desc {
    font-size: 1.3rem;
  }
  .page_emergency_msg {
    padding:10px 15px;
    font-size: 1.3rem;
  }
  .page_emergency_msg .icon {
    font-size: 16px;
  }
  .page_emergency_msg .icon:after {
    width: 20px;
    height: 20px;
    border: 2px solid #3bb35c;
  }
  .page_emergency_list > li {
    font-size: 1.3rem;
  }
  .page_emergency_list > li.srch_domain:before {top:0.6em;}
  .page_emergency .form_domain {width:100%;}
  .page_emergency .page_faq_top {margin-left:0;}
  .page_emergency .page_faq_top_find .ipt_txt {width:calc(100% - 45px);}
  .page_emergency .page_faq_top_find .webch_btn {width:40px;}
  .page_emergency .page_faq_top_find .webch_btn i {display:none;}
  .page_emergency .page_faq_top .txt {
    font-size: 1.3rem;
  }
}

/* �¶������ */
.page_offering_list {
  position: relative;
  max-width: 800px;
  width: 100%;
  padding: 70px 100px;
  margin: 0 auto 5%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.page_offering_list:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #dfd2b2;
  border-radius: 10px;
}
.page_offering_list > .tit {
  margin-bottom: 2em;
  line-height: 1.5;
  font-size: 2rem;
  word-break: keep-all;
}
.page_offering_list > .price {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 2.2rem;
}
.page_offering_list > .price:last-of-type {
  margin-bottom: 0;
}
.page_offering_list > .price .small {
  font-size: 1.3rem;
}
.page_offering_list > .price .icon {
  font-size: 15px;
  color: #dfd2b2;
  vertical-align: middle;
}
.page_offering_list .tag_before {
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
}
.page_offering_list .tag_before:before {
  content: "�¶������";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150%;
  height: 40px;
  background: #62baea;
  transform: rotate(-45deg) translateY(-20px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.page_offering_list .tag_before:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #4a98bf;
  z-index: -1;
  box-shadow: 140px -140px #4a98bf;
}
.page_offering_list .tag_after {
  overflow: hidden;
  position: absolute;
  bottom: -10px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  transform: rotate(180deg);
}
.page_offering_list .tag_after:before {
  content: "�¶������";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150%;
  height: 40px;
  background: #62baea;
  transform: rotate(-45deg) translateY(-20px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.page_offering_list .tag_after:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #4a98bf;
  z-index: -1;
  box-shadow: 140px -140px #4a98bf;
}
.page_offering_func {
  position: relative;
  display: flex;
  align-items: center;
}
.page_offering_func_bg {
  display: block;
  flex: 0 0 500px;
  width: 500px;
  margin-right: 20px;
}
.page_offering_list02 {
  flex: 1 1 auto;
}
.page_offering_list02 > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 40px;
}
.page_offering_list02 > li > .chk {
  margin-right: 20px;
}
.page_offering_list02 > li .icon {
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 10px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 30px;
  background: #77a9fe;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
}
.page_offering_list02 > li:nth-child(1) .icon {
  background: #b1a9ff;
}
.page_offering_list02 > li:nth-child(2) .icon {
  background: #a2a8ff;
}
.page_offering_list02 > li:nth-child(3) .icon {
  background: #8aa8fe;
}
.page_offering_list02 > li:nth-child(4) .icon {
  background: #78a8ff;
}
.page_offering_list02 > li:nth-child(5) .icon {
  background: #61a9fd;
}
.page_offering_list02 > li > .txt {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (max-width: 1020px) {
  .page_offering_func_bg {
    flex: 0 0 300px;
    width: 300px;
  }
  .page_offering_list02 > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page_offering_list {
    padding: 50px;
  }
  .page_offering_list > .tit {
    font-size: 1.4rem;
  }
  .page_offering_list > .price {
    font-size: 1.6rem;
  }
  .page_offering_list .tag_before {
    top: -45px;
    left: -45px;
    transform: scale(0.5);
  }
  .page_offering_list .tag_after {
    bottom: -45px;
    right: -45px;
    transform: scale(0.5) rotate(180deg);
  }
  .page_offering_func {
    display: block;
  }
  .page_offering_func_bg {
    width: 200px;
    margin: 0 auto 20px;
  }
  .page_offering_list02 > li {
    margin-bottom: 10px;
  }
  .page_offering_list02 > li > .txt {
    font-size: 1.4rem;
  }
}

/* ��û�ַ�� */
.page_course_list {
  position: relative;
  max-width: 800px;
  width: 100%;
  padding: 70px 100px;
  margin: 0 auto 5%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.page_course_list:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #dfd2b2;
  border-radius: 10px;
}
.page_course_list > .tit {
  margin-bottom: 2em;
  line-height: 1.5;
  font-size: 2rem;
  word-break: keep-all;
}
.page_course_list > .price {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 2.2rem;
}
.page_course_list > .price:last-of-type {
  margin-bottom: 0;
}
.page_course_list > .price .small {
  font-size: 1.3rem;
}
.page_course_list > .price .icon {
  font-size: 15px;
  color: #dfd2b2;
  vertical-align: middle;
}
.page_course_list .tag_before {
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
}
.page_course_list .tag_before:before {
  content: "��û�ַ��";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150%;
  height: 40px;
  background: #62baea;
  transform: rotate(-45deg) translateY(-20px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.page_course_list .tag_before:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #4a98bf;
  z-index: -1;
  box-shadow: 140px -140px #4a98bf;
}
.page_course_list .tag_after {
  overflow: hidden;
  position: absolute;
  bottom: -10px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  transform: rotate(180deg);
}
.page_course_list .tag_after:before {
  content: "��û�ַ��";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150%;
  height: 40px;
  background: #62baea;
  transform: rotate(-45deg) translateY(-20px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.page_course_list .tag_after:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #4a98bf;
  z-index: -1;
  box-shadow: 140px -140px #4a98bf;
}
.page_course_func {
  position: relative;
  display: flex;
  align-items: center;
}
.page_course_func_bg {
  display: block;
  flex: 0 0 500px;
  width: 500px;
  margin-right: 20px;
}
.page_course_list02 {
  flex: 1 1 auto;
}
.page_course_list02 > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 40px;
}
.page_course_list02 > li > .chk {
  margin-right: 20px;
}
.page_course_list02 > li > .small {
  font-size: 1.3rem;
  color: #666;
}
.page_course_list02 > li .icon {
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 10px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 30px;
  background: #77a9fe;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
}
.page_course_list02 > li:nth-child(1) .icon {
  background: #b1a9ff;
}
.page_course_list02 > li:nth-child(2) .icon {
  background: #a2a8ff;
}
.page_course_list02 > li:nth-child(3) .icon {
  background: #8aa8fe;
}
.page_course_list02 > li:nth-child(4) .icon {
  background: #78a8ff;
}
.page_course_list02 > li:nth-child(5) .icon {
  background: #61a9fd;
}
.page_course_list02 > li > .txt {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (max-width: 1020px) {
  .page_course_func_bg {
    flex: 0 0 300px;
    width: 300px;
  }
  .page_course_list02 > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page_course_list {
    padding: 50px;
  }
  .page_course_list > .tit {
    font-size: 1.4rem;
  }
  .page_course_list > .price {
    font-size: 1.6rem;
  }
  .page_course_list .tag_before {
    top: -45px;
    left: -45px;
    transform: scale(0.5);
  }
  .page_course_list .tag_after {
    bottom: -45px;
    right: -45px;
    transform: scale(0.5) rotate(180deg);
  }
  .page_course_list > li {
    font-size: 1.4rem;
  }
  .page_course_func {
    display: block;
  }
  .page_course_func_bg {
    width: 200px;
    margin: 0 auto 20px;
  }
  .page_course_list02 > li {
    margin-bottom: 10px;
  }
  .page_course_list02 > li > .txt {
    font-size: 1.4rem;
  }
}
/*ĳ�� ���� �ȳ�*/
.c_skyblue{font-size: 18px; color: #409fcb; font-weight: bold;}

.cash_type{
width:100%; 
max-width: 1200px;
margin: 0 auto;
word-break: keep-all;
}
.cash_type img{
max-width: 100%;
}

.cash_type .mobi_img{display: none;}

.cash_type .sub_cont_desc{
	line-height: 1.7;
}
.cash_type .sub_cash_info{
margin-bottom: 100px;
}
.cash_type .sub_cash_info .tit{
font-size: 24px; margin-top: 20px;
}
.cash_type .c_orange{
 font-weight: bold;
}
.cash_type .sub_step_txt{
margin: 30px 0;
}
.cash_type .sub_step_txt.c_orange{
margin-bottom: 10px;
}
.cash_type .sub_cash_img {
width: 90%; margin: 0 auto;
}
.cash_type .sub_cash_title{
display: flex; justify-content: space-between; align-items: center;
cursor: pointer;
}
.cash_type .sub_cash_title > li{
flex: 1; border: 1px solid #eb6101; 
text-align: center; padding: 15px 0;
}
.cash_type .sub_cash_title > li:not(:last-child){
border-right: none;
}
.cash_type .sub_cash_title > li.on{
color: #fff; background: #eb6101; 
font-weight: 700;
}
.cash_type .sub_cash_info {
display: none; margin-top: 50px;
}
.cash_type .sub_cash_info.on {
display: block;
}

.cash_type .sub_cash_info:nth-child(3) .tit, .cash_type .sub_cash_info:nth-child(4) .tit,
.cash_type .sub_cash_info:nth-child(5) .tit,.cash_type .sub_cash_info:nth-child(6) .tit{
margin-bottom: 50px;}


@media screen and (max-width: 768px) {
	.cash_type .sub_cash_img { width: 100%; margin: 0;}

	.cash_type .sub_cont_desc p.str{ font-size: 18px;}

	.cash_type .sub_cash_title{flex-wrap: wrap;}

	.cash_type .sub_cash_title > li{width: 33.3333%; flex: auto;}
	.cash_type .sub_cash_title > li:nth-child(1),
	.cash_type .sub_cash_title > li:nth-child(2),
	.cash_type .sub_cash_title > li:nth-child(4),
	.cash_type .sub_cash_title > li:nth-child(5){
	border-right: 0; border-bottom: 0;}

	.cash_type .sub_cash_title > li:nth-child(3),
	.cash_type .sub_cash_title > li:nth-child(6){
	border-right: 1px solid #eb6101; border-bottom: 0;}

	.cash_type .c_orange{font-size: 16px; line-height: 1.7;}

	.cash_type .sub_cash_info .tit{ font-size: 18px;}

	.cash_type .sub_cash_info:nth-child(2) .tit, .cash_type .sub_cash_info:nth-child(3) .tit,
	.cash_type .sub_cash_info:nth-child(5) .tit,.cash_type .sub_cash_info:nth-child(6) .tit{
	margin-bottom: 20px;}

}

@media screen and (max-width: 550px) {
.cash_type .pc_img{display: none;}
.cash_type .mobi_img{display: block;}

}

