@charset "UTF-8";
/* common */
html,
body {
  height: 100%;
  position: relative;
}

.word-wrap {
  word-break: keep-all;
  word-wrap: break-word;
}

/*******************************************************************
layout sub3
********************************************************************/
.sub_home {
  display: none;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 9;
  width: 40px;
  height: 40px;
  color: inherit;
  text-align: center;
}

.sub_home span {
  font-size: 22px;
  line-height: 38px;
  display: block;
}

.sub_home i {
  display: inline-block;
  text-indent: -9999999px;
  height: 0;
  width: 0;
}

@media screen and (max-width: 1280px) {
  #content {
    width: 100%;
  }
  .container.sub .breadcrumb {
    height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .container.sub .breadcrumb #pageLinkNav {
    display: none;
  }
  .sub_home {
    display: block;
  }
  .sidebar {
    position: absolute;
    display: block;
    top: -40px;
    left: 40px;
    width: calc(100% - 40px);
    padding-bottom: 0;
  }
  .sidebar .h2-title {
    display: none;
  }
  .sidebar nav h3 {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    border-left: 1px solid #ccc;
  }
  .sidebar .sidemenu_btn {
    cursor: pointer;
    width: 100%;
    text-align: left;
    height: 40px;
    padding: 0 10px;
    background: url(../_images/common/ico_arrow.png) right 15px top 17px no-repeat;
    background-size: 17px auto;
  }
  .sidebar.__show {
    z-index: 9;
  }
  .sidebar.__show nav .lnb-menu {
    padding: 0 6px;
    background-color: white;
    opacity: 1;
    border: 1px solid #ccc;
    border-top: none;
    padding-bottom: 6px;
    max-height: 300px;
    overflow-y: auto;
  }
  .sidebar.__show nav .lnb-menu > li {
    border: none;
  }
  .sidebar.__show nav .lnb-menu > li.on > a {
    background-color: white;
    border-bottom: none;
  }
  .sidebar.__show nav .lnb-menu a {
    font-size: 14px;
    padding: 0.7em 0 0.7em 4px;
  }
  .sidebar.__show nav .lnb-menu a:hover {
    background-color: white;
  }
  .sidebar.__show nav .lnb-menu .depth2 {
    padding: 0 0 0 1em;
  }
  .sidebar.__show .sidemenu_btn {
    background-position: right 15px top -23px;
  }
}

.consulting_apply .gray_bgarea {
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  padding: 20px 15px 20px 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.consulting_apply .gray_bgarea .checks {
  margin-right: 24px;
}

.consulting_apply .gray_bgarea .layout_field {
  margin-top: 19px;
  overflow: hidden;
}

.consulting_apply .gray_bgarea .layout_field:after {
  display: table;
  clear: both;
  content: '';
}

.consulting_apply .gray_bgarea .layout_field li {
  float: left;
  width: 25%;
  padding-right: 5px;
}

.consulting_apply .gray_bgarea .layout_field li .select_box {
  position: relative;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 1;
}

.consulting_apply .gray_bgarea .layout_field li .select_box:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #313131;
}

.consulting_apply .gray_bgarea .layout_field li .select_box label {
  position: absolute;
  top: 0px;
  left: 5px;
  line-height: 28px;
  z-index: -1;
}

.consulting_apply .gray_bgarea .layout_field li .select_box select {
  width: 100%;
  height: auto;
  line-height: 28px;
  padding: 0 .5em;
  border: 0;
  opacity: 0;
}

.consulting_apply .gray_bgarea .layout_field li .f_step {
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
}

.consulting_apply .gray_bgarea .pre_info {
  word-break: break-all;
}

.consulting_apply .applyform_area {
  border-top: 2px solid #5f5f5f;
  border-bottom: 1px solid #5f5f5f;
}

.consulting_apply .applyform_area dl {
  height: 44px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  display: table;
}

.consulting_apply .applyform_area dl dt {
  display: table-cell;
  width: 155px;
  background-color: #f6f6f6;
  vertical-align: middle;
  text-align: center;
}

.consulting_apply .applyform_area dl dd {
  word-break: break-all;
  display: table-cell;
  padding: 8px 0 8px 8px;
  line-height: 1;
  vertical-align: middle;
}

.consulting_apply .applyform_area dl .con_cont {
  height: 300px;
  vertical-align: top;
}

.consulting_apply .applyform_area dl.f_top {
  border-top: none;
}

.consulting_apply .applyform_area input[type=text] {
  border: 1px solid #e5e5e5;
  min-height: 30px;
  width: 100%;
}

.consulting_apply .applyform_area textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
}

.consulting_apply .applyform_area.info_list {
  overflow: hidden;
}

.consulting_apply .applyform_area.info_list:after {
  clear: both;
  display: table;
  content: '';
}

.consulting_apply .applyform_area.info_list li {
  float: left;
  width: 50%;
}

.consulting_apply .applyform_area.info_list li dl dt {
  height: 44px;
}

.consulting_apply .applyform_area.info_list li dl dd {
  padding: 8px;
}

.consulting_apply .apply_btn_area {
  margin-top: 30px;
  text-align: right;
}

.consulting_apply .apply_btn_area a {
  display: inline-block;
  width: 115px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  line-height: 43px;
  vertical-align: top;
}

.consulting_apply .apply_btn_area a.btn-white {
  color: #145a9f;
  border: 1px solid #145a9f;
}

.consulting_apply .apply_btn_area a.btn-white:hover {
  background-color: #eee;
}

.consulting_apply .apply_btn_area a.btn-blue {
  color: white;
}

.consulting_apply .apply_btn_area a + a {
  margin-left: 10px;
}

.consulting_apply .consulting_view {
  overflow: hidden;
}

.consulting_apply .consulting_view:after {
  clear: both;
  display: table;
  content: '';
}

.consulting_apply .consulting_view .btn-white {
  float: left;
}

.consulting_apply .consulting_view .btn-blue {
  float: right;
}

.consulting_apply .consulting_list .table_wrap table {
  border-top: 2px solid #5f5f5f;
}

.consulting_apply .consulting_list .table_wrap table th,
.consulting_apply .consulting_list .table_wrap table td {
  height: 44px;
}

.consulting_apply .consulting_list .table_wrap table th {
  background-color: #f6f6f6;
  border-bottom: 1px solid #5f5f5f;
  font-weight: bold;
}

.consulting_apply .consulting_list .table_wrap table td {
  padding: 4px 0;
  border-bottom: 1px solid #eeeeee;
}

.consulting_apply .consulting_list .table_wrap table td a {
  color: inherit;
}

.consulting_apply .consulting_list .table_wrap table td a:hover {
  color: #145a9f;
}

.consulting_apply .consulting_list .table_wrap table td .ico_file {
  display: inline-block;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
  vertical-align: middle;
  padding: 3px;
}

.consulting_apply .consulting_list .table_wrap table td .ico_file:before {
  text-indent: 0;
  font-size: 19px;
  font-weight: 700;
  color: #145a9f;
}

.consulting_apply .consulting_list .table_wrap table td .ico_cons {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #145a9f;
  width: 64px;
  padding: 4px 0;
  font-weight: bold;
}

.consulting_apply .consulting_list .table_wrap table td .ico_cons.progress {
  color: #145a9f;
}

.consulting_apply .consulting_list .table_wrap table td .ico_cons.complete {
  color: white;
  background-color: #145a9f;
}

.consulting_apply .consulting_list .table_wrap table .ta_left {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.Stext {
  font-weight: bold;
}

.img_wrap {
  text-align: center;
}

.sprout .alert_txt {
  margin-top: 4px;
  color: #b91428;
  text-align: right;
}

.export_friend .list-dot li {
  padding: 2px 2px 2px 10px;
}

.export_friend .ex_link {
  width: 250px;
  display: inline-block;
}

.export_friend .btn-wc {
  text-align: center;
  padding: 15px 0;
}
.export_friend .btn-wc ul {
  display: inline-block;
}

.export_friend .btn-wc ul li {
  display: table;
  min-height: 65px;
  margin-right:10px;
}

.export_friend .btn-wc ul li:first-child{
  float: left;
}
.export_friend .btn-wc ul li:last-child{
  margin-right: 0;
}

.export_friend .btn-wc ul li a{
  display: table-cell;
  vertical-align: middle;
}


.export_friend .img_wrap {
  margin-top: 88px;
}

.ex_link {
  font-size: 18px;
  display: block;
  color: white;
  padding: 14px 24px 14px 24px;
}

.ex_link .ico-chevron-right-thin {
  font-size: 16px;
  margin-left: 10px;
}

.oversea-office .btn-wc {
  text-align: center;
  padding: 15px 0;
}

.oversea-office .btn-wc ul {
  margin: 0 -5px;
  overflow: hidden;
}

.oversea-office.voucher-list .process_witharrow li:nth-child(9), .oversea-office.voucher-list .process_witharrow li:nth-child(8) {
  padding-bottom: 20px
}

.oversea-office.voucher-list .step-row li dl dd {
  width: 20%;
}
.oversea-office.voucher-list .step-row li dl dd {
  width: 80%;
}
.oversea-office.voucher-list .table_wrap .base_layout td {
  border-right: 1px solid #eeeeee;
}
.oversea-office.voucher-list .table_wrap .base_layout td:last-child, .oversea-office.voucher-list .table_wrap .base_layout td:last-of-type {
  border-right: 0;
}
.oversea-office.voucher-list .process_witharrow {
  margin-top:  20px;
}
.business_info.voucher-list .goods_searchform .db_select .select-box.custom {
  width: 250px;
}

.oversea-office .btn-wc ul:after {
  display: table;
  clear: both;
  content: '';
}

.oversea-office .btn-wc ul li {
  float: left;
  width: 33.3333%;
  padding: 0 5px;
}

.oversea-office .btn-wc ul li .ex_link {
  width: 100%;
}

.oversea-office .btn-wc .ex_link {
  padding: 14px 34px 14px 24px;
  position: relative;
  line-height: 1.3;
  word-break: keep-all;
}

.oversea-office .btn-wc .ex_link.center-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.oversea-office .btn-wc .ex_link span {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table_wrap table {
  text-align: center;
  word-break: break-all;
  margin-top: 14px;
  width: 100%;
 
}

.table_wrap table th,
.table_wrap table td {
  font-size: 16px;
  vertical-align: middle;
}

.table_wrap .base_layout th {
  background-color: #B4C4DE;
  height: 46px;
  border-bottom: 1px solid #5f5f5f;
   border-top: 1px solid #5f5f5f;
}

.table_wrap .base_layout td {
  padding: 14px 8px;
  height: 46px;
  border-bottom: 1px solid #eeeeee;
}

.table_wrap .txt_left {
  text-align: left;
}

.table_wrap .base_layout2 th {
  background-color: #ACCCF2;
  height: 46px;
  border-bottom: 1px solid #5f5f5f;
  border-top: 1px solid #5f5f5f;
}

.table_wrap .base_layout2 td {
  padding: 14px 8px;
  height: 46px;
  border-bottom: 1px solid #eeeeee;
}

.table_wrap .base_layout3 th {
  background-color: #FCD67F;
  height: 46px;
  border-bottom: 1px solid #5f5f5f;
   border-top: 1px solid #5f5f5f;
}

.table_wrap .base_layout3 td {
  padding: 14px 8px;
  height: 46px;
  border-bottom: 1px solid #eeeeee;
}

.table_wrap .dbside_layout {
  word-break: keep-all;
}

.table_wrap .dbside_layout thead tr {
  border-bottom: 1px solid #5f5f5f;
}

.table_wrap .dbside_layout th {
  background-color: #f6f6f6;
  height: 46px;
}

.table_wrap .dbside_layout td {
  padding: 10px 25px;
  height: 46px;
  border-bottom: 1px solid #eeeeee;
}

.table_area + .table_area {
  margin-top: 30px;
}

.txt4 .br {
  padding-left: 7rem !important;
}

.smbusi_program li:first-child .list-dot-dash {
  padding-top: 0;
}

.process_witharrow {
  overflow: hidden;
}

.process_witharrow:after {
  content: '';
  clear: both;
  display: table;
}

.process_witharrow .process_box {
  text-align: center;
  border: 2px solid #a0bedd;
}

.process_witharrow .process_box dt {
  font-size: 22px;
  color: white;
  background-color: #a0bedd;
  height: 78px;
  width: 100%;
}

.process_witharrow .process_box dt div {
  display: table;
  height: 100%;
  width: 100%;
}

.process_witharrow .process_box dt div p {
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
}

.process_witharrow .process_box dd {
  height: 76px;
  display: table;
  width: 100%;
}

.process_witharrow .process_box dd p {
  display: table-cell;
  vertical-align: middle;
}

.process_witharrow .arr_right .process_box {
  position: relative;
}

.process_witharrow .arr_right .process_box:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../_images/content/ico_barr_right.png) no-repeat;
  position: absolute;
  top: 50%;
  right: -51px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.process_witharrow .arr_left .process_box {
  position: relative;
}

.process_witharrow .arr_left .process_box:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../_images/content/ico_barr_left.png) no-repeat;
  position: absolute;
  top: 50%;
  right: -51px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.process_witharrow .arr_down .process_box {
  position: relative;
}

.process_witharrow .arr_down .process_box:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../_images/content/ico_barr_down.png) no-repeat;
  position: absolute;
  bottom: -51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.four_box {
  margin: 0 -35px;
}

.four_box li {
  width: 50%;
  padding: 35px;
  float: left;
}

.four_box li:nth-child(2), .four_box li:nth-child(3) {
  float: right;
}

.four_box li:first-child, .four_box li:nth-child(2) {
  padding-top: 0;
}

.four_box li:nth-child(3), .four_box li:nth-child(4) {
  padding-bottom: 0;
}

.nine_box {
  margin: 0 -20px;
}

.nine_box li {
  width: 25%;
  padding: 20px;
  float: left;
}

.nine_box li:nth-child(5), .nine_box li:nth-child(6), .nine_box li:nth-child(7), .nine_box li:nth-child(8) {
  float: right;
}

.nine_box li:first-child, .nine_box li:nth-child(2), .nine_box li:nth-child(3), .nine_box li:nth-child(4) {
  padding-top: 0;
}

.nine_box li:nth-child(7), .nine_box li:nth-child(8), .nine_box li:nth-child(9) {
  padding-bottom: 0;
}

.process_witharrow.nine_box .arr_right .process_box:after {
  right: -37px;
}

.process_witharrow.nine_box .arr_left .process_box:after {
  right: -37px;
}

.process_witharrow.nine_box .arr_down .process_box:before {
  bottom: -37px;
}

/* 회원서비스 */
.member_serv ::-webkit-input-placeholder {
  color: #c8c8c8;
}
.member_serv :-ms-input-placeholder {
  color: #c8c8c8;
}
.member_serv ::-ms-input-placeholder {
  color: #c8c8c8;
}
.member_serv ::placeholder {
  color: #c8c8c8;
}

.member_serv :-ms-input-placeholder {
  color: #c8c8c8;
}

.member_serv ::-ms-input-placeholder {
  color: #c8c8c8;
}

.member_serv .for_privacy {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 16px;
  overflow-y: auto;
  min-height: 600px;
  max-height: 600px;
}

.member_serv .for_privacy .txt_head {
  font-size: 20px;
  margin-bottom: 12px;
}

.member_serv .for_privacy .txt_smhead {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.member_serv .for_privacy .privacy_cont > li + li {
  margin-top: 1em;
}

.member_serv .for_privacy .privacy_cont > li p + ul {
  margin-top: 1em;
}

.member_serv .for_privacy p + .privacy_cont {
  margin-top: 1em;
}

.member_serv .for_privacy .privacy_cont + p {
  margin-top: 1em;
}

.member_serv .for_privacy .priv_top {
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.member_serv .for_privacy .priv_top p + p {
  margin-top: 1em;
}

.member_serv .for_privacy .priv_etc p + p,
.member_serv .for_privacy .priv_etc ul {
  margin-top: 1em;
}

.member_serv .for_privacy .privacy_contlist > li + li {
  margin-top: 2em;
}

.member_serv .for_privacy .privacy_contlist > li p + p,
.member_serv .for_privacy .privacy_contlist > li ul + p {
  margin-top: 1em;
}

.member_serv .for_privacy .table_wrap + p {
  margin-top: 1em;
}

.member_serv .btn_area {
  position: relative;
  margin-top: 30px;
}

.member_serv .btn_area .btn-blue {
  width: 180px;
  height: 45px;
  font-size: 18px;
  cursor: pointer;
}

.member_serv .btn_area .checks {
  position: absolute;
  right: 0;
  top: 10px;
}

.member_serv .btn_area.a_center {
  text-align: center;
}

.member_serv .title_txt {
  font-size: 22px;
  text-align: center;
  margin-bottom: 28px;
}

.member_serv .forget_input {
  margin: 0 -20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.member_serv .forget_input:after {
  display: table;
  content: '';
  clear: both;
}

.member_serv .forget_input li {
  float: left;
  width: 50%;
  padding: 0 20px;
}

.member_serv .forget_input li .wrap {
  padding: 24px;
  border: 1px solid #e1e1e1;
}

.member_serv .forget_input li .wrap .title_txt {
  color: #145a9f;
}

.member_serv .forget_input li .wrap input {
  width: 100%;
  border: 1px solid #145a9f;
  margin-bottom: 10px;
  height: 70px;
  text-align: center;
  padding: 0 10px;
  font-size: 23px;
}

.member_serv .forget_input li .wrap .btn-blue {
  display: block;
  text-align: center;
  line-height: 70px;
  height: 70px;
  width: 100%;
  font-size: 25px;
}

.member_serv .forget_input li .wrap .inner_info_txt {
  margin-top: 12px;
  text-align: center;
}

.member_serv .info_txt {
  text-align: center;
}

.member_serv .login_wrap .input_wrap {
  margin: 0 auto;
  width: 500px;
  margin-bottom: 50px;
}

.member_serv .login_wrap .input_wrap input[type=text],
.member_serv .login_wrap .input_wrap input[type=password] {
  width: 100%;
  display: block;
  border: 1px solid #145a9f;
  height: 70px;
  font-size: 23px;
  margin-bottom: 10px;
  padding: 0 20px 0 70px;
}

.member_serv .login_wrap .input_wrap a {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 23px;
}

.member_serv .login_wrap .input_wrap .login_wrap {
  position: relative;
}

.member_serv .login_wrap .input_wrap .login_wrap:before {
  content: '';
  background: url(../_images/content/logo_login.png) 25px center no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
}

.member_serv .login_wrap .input_wrap .pass_wrap {
  position: relative;
}

.member_serv .login_wrap .input_wrap .pass_wrap:before {
  content: '';
  background: url(../_images/content/logo_pass.png) 25px center no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
}

.member_serv .login_wrap .input_wrap .okta-login{
    white-space:nowrap;
    color: red;
    text-align:center;
    margin: 10px 0 0 0;
}

.member_serv .login_wrap .login_infomsg {
  text-align: center;
  font-size: 35px;
  color: #145a9f;
  margin-bottom: 45px;
}

.member_serv .login_wrap .login_infomsg span {
  font-size: 18px;
  color: #3a3a3a;
}

.member_serv .login_wrap .checks {
  margin-right: 0;
}

.member_serv .login_wrap .settings {
  text-align: right;
}

.member_serv .login_wrap .settings .box_wrap + .box_wrap {
  margin-left: 20px;
}

.member_serv .member_menus {
  border-top: 2px solid #5f5f5f;
  border-bottom: 1px solid #5f5f5f;
  padding: 24px 0;
  margin-bottom: 16px;
}

.member_serv .member_menus .menu_list li {
  display: table;
  width: 100%;
}

.member_serv .member_menus .menu_list li div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.member_serv .member_menus .menu_list li div .txt_title {
  font-size: 22px;
}

.member_serv .member_menus .menu_list li .for_btn {
  padding: 0;
  width: 225px;
}

.member_serv .member_menus .menu_list li .for_btn a {
  width: 100%;
  height: 45px;
  text-align: center;
  display: block;
  line-height: 45px;
}

.member_serv .member_menus .menu_list li:first-child {
  margin-bottom: 10px;
}

.member_serv .member_wrap {
  margin-bottom: 45px;
}

.member_serv .info_msg {
  line-height: 1.7;
}

.member_serv .gray_bgbox {
  background-color: #f6f6f6;
  padding: 30px 26px;
}

.member_serv .gray_bgbox .benefit_on {
  overflow: hidden;
  margin: 0 -9px;
}

.member_serv .gray_bgbox .benefit_on .title_txt {
  color: #145a9f;
}

.member_serv .gray_bgbox .benefit_on:after {
  display: table;
  clear: both;
  content: '';
}

.member_serv .gray_bgbox .benefit_on li {
  float: left;
  width: 25%;
  padding: 0 9px;
}

.member_serv .gray_bgbox .benefit_on li img {
  width: 100%;
  margin-bottom: 2px;
}

.member_serv.for_join .info_input_wrap ul li.__none {
  display: none !important;
}

.member_serv.for_join .table-overflow .table-col th,
.member_serv.for_join .table-overflow .table-col td {
  height: 46px;
  vertical-align: middle;
}

.member_serv.for_join .table-overflow .table-col .btn-blue {
  display: inline-block;
  width: 80px;
  height: 30px;
}

.member_serv.for_join .table-overflow .table-col .btn-blue span {
  line-height: 30px;
}

.member_serv.for_join .form-edit,
.member_serv.for_join .addbtn.__none {
  display: none;
}

.member_serv.for_join .form-edit.__show {
  display: block;
}


.member_serv.for_join .sign_step1,
.member_serv.for_join .sign_step2,
.member_serv.for_join .sign_step3,
.member_serv.for_join .sign_step4 {
  display: none;
}

.member_serv.for_join .select-box2{
    width: 100%!important;
    padding-top: 10px; 
    overflow: hidden;

}
.member_serv.for_join .select-box2 label{
    display: none;

}

.member_serv.for_join .select-box2 select{
    padding: 5px;
    width: 203px;
    border: 1px solid #e5e5e5;

}

.member_serv.for_join .select-box2 .select-box, .member_serv.for_join .select-box2 button{
    display: inline-block!important;
}
.member_serv.for_join .select-box2 .select-box label{
    display: block;
}

.member_serv.for_join .sign_step1.__show,
.member_serv.for_join .sign_step2.__show,
.member_serv.for_join .sign_step3.__show,
.member_serv.for_join .sign_step4.__show {
  display: block;
}


.member_serv.for_join .section-area .h3-title {
  margin-bottom: 0.4em;
}

.member_serv.for_join .for_privacy {
  min-height: 400px;
  max-height: 400px;
}

.member_serv.for_join .select-box.custom select {
  height: 28px;
}

.member_serv.for_join .agree_box {
  text-align: center;
  margin-top: 5px;
  padding: 10px 0;
  background-color: #f6f6f6;
}

.member_serv.for_join .agree_box p {
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
}

.member_serv.for_join .agree_box p + .box_wrap {
  margin-left: 20px;
}

.member_serv.for_join .agree_box .box_wrap {
  vertical-align: bottom;
}

.member_serv.for_join .join_step {
  display: none;
  overflow: hidden;
  padding-bottom: 12px;
}

.member_serv.for_join .join_step:after {
  display: table;
  content: '';
  clear: both;
}

.member_serv.for_join .join_step li {
  float: left;
  position: relative;
  width: 16.6666%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #e5e5e5;
  border-right: 0;
  text-align: center;
  background-color: #f6f6f6;
}

.member_serv.for_join .join_step li:nth-child(6) {
  border-right: 1px solid #e5e5e5;
}

.member_serv.for_join .join_step li.__on {
  font-weight: bold;
  border: 1px solid #145a9f;
  background-color: #145a9f;
  color: white;
}

.member_serv.for_join .join_step li.__on:after {
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 100%;
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: #145a9f transparent transparent transparent;
}

.member_serv.for_join .ref_mark {
  position: relative;
  padding-left: 20px;
}

.member_serv.for_join .ref_mark .marker {
  position: absolute;
  left: 0;
}

.member_serv.for_join .for_mg {
  margin-top: 1.8em;
}

.member_serv.for_join .member_class {
  margin-bottom: 40px;
  overflow: hidden;
}

.member_serv.for_join .member_class > ul {
  overflow: hidden;
  margin: 0 -35px;
}

.member_serv.for_join .member_class > ul:after {
  display: table;
  content: '';
  clear: both;
}

.member_serv.for_join .member_class > ul > li {
  float: left;
  width: 25%;
  padding: 0 35px;
}

.member_serv.for_join .member_class > ul > li .select_membertype {
  color: inherit;
  display: block;
}

.member_serv.for_join .member_class > ul > li .select_membertype span {
  display: block;
  text-align: center;
}

.member_serv.for_join .member_class > ul > li .select_membertype .type_head {
  color: #1d233b;
  font-size: 22px;
  font-weight: bold;
  padding: 4px 0;
}

.member_serv.for_join .member_class > ul > li .select_membertype:hover {
  text-decoration: underline;
}

.member_serv.for_join .member_class > ul > li .select_membertype .ico_wrap img {
  width: 100%;
}

.member_serv.for_join .txt_warning {
  color: #de2a21;
  margin-bottom: 12px;
  padding-top: 8px;
}

.member_serv.for_join .txt_addinput {
  margin-top: 28px;
  margin-bottom: 12px;
}

.member_serv.for_join .req_item:after {
  color: #de2a21;
  content: '★';
  font-size: 12px;
  vertical-align: top;
}

.member_serv.for_join .info_input_wrap {
  border-top: 2px solid #5f5f5f;
  border-bottom: 1px solid #5f5f5f;
}

.member_serv.for_join .info_input_wrap input[type=text],
.member_serv.for_join .info_input_wrap input[type=password] {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 30px;
  padding: 0 8px;
  font-size: 16px;
}

.member_serv.for_join .info_input_wrap textarea {
  width: 100%;
  height: 75px;
  border: 1px solid #e5e5e5;
}

.member_serv.for_join .info_input_wrap input.input_type1,
.member_serv.for_join .info_input_wrap .input_type1 {
  width: 203px;
}

.member_serv.for_join .info_input_wrap input.input_type2,
.member_serv.for_join .info_input_wrap .input_type2 select {
  width: 103px;
}
.member_serv.for_join .info_input_wrap input.input_type3,
.member_serv.for_join .info_input_wrap .input_type3 select {
  max-width: 100%;
  width: 400px;
}
@media screen and (max-width: 920px) {
 .member_serv.for_join .info_input_wrap input.input_type3,
.member_serv.for_join .info_input_wrap .input_type3 select {
  max-width: 100%;
  width: 100%;
} 
}

.member_serv.for_join .info_input_wrap .input_title,
.member_serv.for_join .info_input_wrap .input_cont {
  display: table-cell;
  vertical-align: middle;
}

.member_serv.for_join .info_input_wrap .input_title {
  width: 155px;
  text-align: center;
  background-color: #f6f6f6;
}

.member_serv.for_join .info_input_wrap .unit_wrap {
  position: relative;
}

.member_serv.for_join .info_input_wrap .unit_wrap > input {
  padding-left: 44px;
  text-align: right;
}

.member_serv.for_join .info_input_wrap .unit_wrap .unit {
  position: absolute;
  left: 4px;
  line-height: 28px;
  top: 0;
}

.member_serv.for_join .info_input_wrap .input_cont {
  padding: 8px 0 8px 10px;
  position: relative;
}

.member_serv.for_join .info_input_wrap .input_cont .mg_top {
  display: block;
  margin-top: 10px;
}

.member_serv.for_join .info_input_wrap .input_cont .mg_left {
  margin-left: 10px;
}

.member_serv.for_join .info_input_wrap .input_cont .mg_right {
  margin-right: 20px;
}

.member_serv.for_join .info_input_wrap .input_cont .sm_size {
  font-size: 14px;
}

.member_serv.for_join .info_input_wrap .input_check {
  padding: 3px 0 13px 30px;
}

.member_serv.for_join .info_input_wrap .input_check > ul {
  overflow: hidden;
}

.member_serv.for_join .info_input_wrap .input_check > ul:after {
  display: table;
  clear: both;
  content: '';
}

.member_serv.for_join .info_input_wrap .input_check > ul > li {
  float: left;
  width: 240px;
  margin-top: 10px;
}

.member_serv.for_join .info_input_wrap .input_check > ul > li .checks {
  word-break: break-all;
}

.member_serv.for_join .info_input_wrap > ul li {
  display: table;
  width: 100%;
}

.member_serv.for_join .info_input_wrap > ul > li + li {
  border-top: 1px solid #eeeeee;
}

.member_serv.for_join .info_input_wrap > ul .half {
  overflow: hidden;
  display: block;
}

.member_serv.for_join .info_input_wrap > ul .half:after {
  content: '';
  display: table;
  clear: both;
}

.member_serv.for_join .info_input_wrap > ul .half .half_wrap {
  width: 50%;
  float: left;
  display: table;
}

.member_serv.for_join .info_input_wrap > ul .half .half_wrap .input_cont {
  padding: 8px 10px 8px 10px;
}

.member_serv.for_join .info_input_wrap > ul .half .half_wrap + .half_wrap .input_cont {
  padding: 8px 0 8px 10px;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap {
  overflow: hidden;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap:after {
  display: table;
  clear: both;
  content: '';
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_inner {
  float: left;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_inner button {
  display: block;
  height: 30px;
  width: 78px;
  cursor: pointer;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_inner .checks + .select-box {
  display: inline-block;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_inner .date_suffix {
  width: 26px;
  text-align: center;
  padding-right: 4px;
  display: inline-block;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_inner .line_control {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 60px;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_inner .line_control + .line_control {
  margin-left: 6px;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_disable {
  width: calc(100% - 416px);
  padding-left: 10px;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_space {
  margin-left: 10px;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_space2 {
  margin-left: 30px;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_spacetop {
  margin-top: 10px;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .telnums {
  padding-left: 20px;
  position: relative;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .telnums:before {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  content: '';
  height: 1px;
  width: 9px;
  background-color: #3a3a3a;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .email {
  padding-left: 30px;
  position: relative;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .email:before {
  position: absolute;
  left: 10px;
  content: '@';
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .turms {
  margin-left: 10px;
  position: relative;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .turms:before {
  position: absolute;
  left: -14px;
  content: '~';
  line-height: 28px;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .txt_avail {
  height: 30px;
  line-height: 30px;
}

.member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap + .inpsort_wrap {
  margin-top: 10px;
}

.member_serv.for_join .for_inpsort.for_int_comm .select-box > label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 26px);
}

.member_serv.for_join .school_wrap {
  overflow: hidden;
  float: left;
}

.member_serv.for_join .school_wrap:after {
  clear: both;
  display: table;
  content: '';
}

.member_serv.for_join .member_msg {
  text-align: center;
  font-size: 18px;
  padding-bottom: 47%;
  background: url(../_images/content/okta_bg.png) center bottom no-repeat;
  background-size: 55%;
}

.member_serv.for_join .member_msg .greeting_msg {
  font-size: 35px;
  color: #145a9f;
  font-weight: bold;
}

.member_serv.for_join .member_msg + .btn_area {
  margin-top: 50px;
}

.member_serv.for_join .member_msg + .btn_area .btn {
  width: 500px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  margin-bottom: 10px;
}
.member_serv.for_join .member_msg + .btn_area .btn:last-child {
  margin-bottom: 0;
}

.member_serv.for_join .btn-grd-edit {
  padding: 3px 7px;
  position: absolute;
  letter-spacing: -1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.member_serv.for_join .section-grd-edit {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 320px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  line-height: 1.3;
}

.member_serv.for_join .section-grd-edit .h5-title,
.member_serv.for_join .section-grd-edit .grd-edit-cont,
.member_serv.for_join .section-grd-edit .select-grd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.member_serv.for_join .section-grd-edit .member_msg {
  text-align: center;
  font-size: 18px;
  padding-bottom: 47%;
  background: url(../_images/content/okta_bg.png) center bottom no-repeat;
  background-size: 55%;
}

.member_serv.for_join .section-grd-edit .member_msg .greeting_msg {
  font-size: 35px;
  color: #145a9f;
  font-weight: bold;
}

.member_serv.for_join .section-grd-edit .member_msg + .btn_area {
  margin-top: 50px;
}

.member_serv.for_join .section-grd-edit .member_msg + .btn_area .btn {
  width: 500px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
}

.member_serv.for_join .section-grd-edit .btn-grd-edit {
  padding: 3px 7px;
  position: absolute;
  letter-spacing: -1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.member_serv.for_join .section-grd-edit .section-grd-edit {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 320px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  line-height: 1.3;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .h5-title, .member_serv.for_join .section-grd-edit .section-grd-edit .grd-edit-cont, .member_serv.for_join .section-grd-edit .section-grd-edit .select-grd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.member_serv.for_join .section-grd-edit .section-grd-edit .h5-title {
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 100%;
  padding-bottom: 7px;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .grd-edit-cont {
  font-size: 0;
  padding: 7px 0;
  text-align: center;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .grd-edit-cont input[type=radio] {
  position: absolute;
  opacity: 0;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .grd-edit-cont > label {
  display: inline-block;
  width: 31.3333%;
  font-size: 13px;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: none !important;
  height: 100px;
  vertical-align: bottom;
  margin: 0 1%;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .grd-edit-cont > label:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 94px;
  position: absolute;
  top: 2px;
  left: -1px;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .grd-edit-cont > label[for=grd-company] {
  background: url(../_images/content/logo_mem2.png) 50% 50% no-repeat;
  background-size: 100%;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .grd-edit-cont > label[for=grd-okta] {
  background: url(../_images/content/logo_mem3.png) 50% 50% no-repeat;
  background-size: 100%;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .grd-edit-cont > label[for=grd-next] {
  background: url(../_images/content/logo_mem4.png) 50% 50% no-repeat;
  background-size: 100%;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .grd-edit-cont > label[for=grd-web] {
  background: url(../_images/content/logo_mem1.png) 50% 50% no-repeat;
  background-size: 100%;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .grd-edit-cont > label em {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 3px 0;
  color: #1d233b;
  background: #fff;
  border-radius: 3px;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .select-grd {
  display: none;
  padding: 5px 0 8px;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .select-grd, .member_serv.for_join .section-grd-edit .section-grd-edit .select-grd strong {
  color: #fff;
  font-size: 14px;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .btn-group {
  text-align: center;
  padding: 5px 0 0;
  font-size: 0;
}

.member_serv.for_join .section-grd-edit .section-grd-edit .btn-group a, .member_serv.for_join .section-grd-edit .section-grd-edit .btn-group button {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  height: 28px;
  max-width: 100px;
  line-height: 28px;
  cursor: pointer;
  margin: 0 5px;
}

.member_serv.for_join .section-grd-edit .grd-edit-cont {
  font-size: 0;
  padding: 7px 0;
}

.member_serv.for_join .section-grd-edit .grd-edit-cont input[type=radio] {
  position: absolute;
  opacity: 0;
}

.member_serv.for_join .section-grd-edit .grd-edit-cont > label {
  display: inline-block;
  width: 31.3333%;
  font-size: 13px;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: none !important;
  height: 100px;
  vertical-align: bottom;
  margin: 0 1%;
}

.member_serv.for_join .section-grd-edit .grd-edit-cont > label:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 94px;
  position: absolute;
  top: 2px;
  left: -1px;
}

.member_serv.for_join .section-grd-edit .grd-edit-cont > label[for=grd-company] {
  background: url(../_images/content/logo_mem2.png) 50% 50% no-repeat;
  background-size: 100%;
}

.member_serv.for_join .section-grd-edit .grd-edit-cont > label[for=grd-okta] {
  background: url(../_images/content/logo_mem3.png) 50% 50% no-repeat;
  background-size: 100%;
}

.member_serv.for_join .section-grd-edit .grd-edit-cont > label[for=grd-next] {
  background: url(../_images/content/logo_mem4.png) 50% 50% no-repeat;
  background-size: 100%;
}

.member_serv.for_join .section-grd-edit .grd-edit-cont > label em {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 3px 0;
  color: #1d233b;
  background: #fff;
  border-radius: 3px;
}

.member_serv.for_join .section-grd-edit .select-grd {
  display: none;
  padding: 5px 0 8px;
}

.member_serv.for_join .section-grd-edit .select-grd,
.member_serv.for_join .section-grd-edit .select-grd strong {
  color: #fff;
  font-size: 14px;
}

.member_serv.for_join .section-grd-edit .btn-group {
  text-align: center;
  padding: 5px 0 0;
  font-size: 0;
}

.member_serv.for_join .section-grd-edit .btn-group a,
.member_serv.for_join .section-grd-edit .btn-group button {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  height: 28px;
  max-width: 100px;
  line-height: 28px;
  cursor: pointer;
  margin: 0 5px;
}

.head_office .org_chart {
  padding-bottom: 30px;
}

.head_office .org_chart .org_step li .org_wrap {
  border: 1px solid #e5e5e5;
  width: 217px;
  font-size: 22px;
  text-align: center;
}
.head_office .org_chart .org_step li.step2{
  /*background: url(../_images/content/line_step4_1.jpg) 50% 15px no-repeat;*/
}
.head_office .org_chart .org_step li.step2 li.right_ps{
  margin-right: 15%;
}
.head_office .org_chart .org_step li.step2 li.right_ps .org_wrap {
  width: 140px;
  margin-right: 0;
}

.head_office .org_chart .org_step li .org_wrap > p {
  display: table;
  width: 100%;
  height: 63px;
}

.head_office .org_chart .org_step li .org_wrap > p > span {
  display: table-cell;
  vertical-align: middle;
}

.head_office .org_chart .org_step li .not_link_blue {
  background-color: #335388;
  color: white;
}

.head_office .org_chart .org_step li .not_link_white {
  background-color: white;
  line-height: 1.3;
  height: auto;
  font-size: 16px;
  min-height: 45px;
  max-height: 45px;
  color: #707070;
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;
  border: 1px solid #e5e5e5;
}

.head_office .org_chart .org_step li .link_blue {
  background-color: #698ABE;
  color: white;
}
.head_office .org_chart .org_step li .link_light_blue {
  background-color: #5A9AE5;
  color: white;
}
.head_office .org_chart .org_step li .link_gray {
  background-color: #f6f6f6;
  color: #707070;
}

.head_office .org_chart .org_step li a:hover {
  text-decoration: underline;
}

.head_office .org_chart .org_step .of_head {
  font-size: 18px;
}

.head_office .org_chart .org_step .step1 {
  text-align: center;
}

.head_office .org_chart .org_step .step1 > div {
  display: block;
  margin: auto;
}

.head_office .org_chart .org_step .step2 {
  padding-top: 20px;
  text-align: center;
  background: url(../_images/content/line_base_b.jpg) 50% 0 repeat-y;
}
.head_office .org_chart .org_step .step2 ul {
  position: relative;
}

.head_office .org_chart .org_step .step2 ul li {
  padding-top: 30px;
}

.head_office .org_chart .org_step .step2 ul li > div {
  display: block;
  margin: auto;
}

.head_office .org_chart .org_step .step2 ul .right_ps {
  position: absolute;
  right: 0;
  top: -90px;
}

.head_office .org_chart .org_step .step2 ul .step2_line {
  position: absolute;
  width: 35%;
  height: 190px;
  top: -90px;
  right: 0px;
  background: url(../_images/content/line_base_b.jpg) 0 50% repeat-x;
}
.head_office .org_chart .org_step .step2 ul .center_ps {
  position: relative;
  background: url(../_images/content/line_base_b.jpg) 50% 0 repeat-y;
  z-index: 1000;
}

.head_office .org_chart .org_step .step3 {
  text-align: center;
  padding-top: 30px;
  background: url(../_images/content/line_base_b.jpg) 50% 0 repeat-y;
}
.head_office .org_chart .org_step .step3 > div {
  display: block;
  margin: auto;
}

.head_office .org_chart .org_step .step4 {
  padding-top: 15px;
  background: url(../_images/content/line_step4.png) 50% 0 no-repeat;
}

.head_office .org_chart .org_step .step4 > ul {
  display: flex;
  width: 100%;
}

.head_office .org_chart .org_step .step4 > ul > li {
  padding: 0 8px;
  text-align: center;
}
.head_office .org_chart .org_step .step4 > ul > li:nth-of-type(1){
  width: 24%;
}
.head_office .org_chart .org_step .step4 > ul > li:nth-of-type(2){
  width: 48%;
}
.head_office .org_chart .org_step .step4 > ul > li:nth-of-type(3){
  width: 13%;
}
.head_office .org_chart .org_step .step4 > ul > li:nth-of-type(4){
  width: 15%;
}
.head_office .org_chart .org_step .step4 > ul > li > .depth_wrap {
  background-color: #F9AD00;
  color: white;
  margin: auto;
  border: 1px solid #e5e5e5;
  font-size: 22px;
}

.head_office .org_chart .org_step .step4 > ul > li > .depth_wrap > p {
  display: table;
  width: 100%;
  height: 63px;
  line-height: 1.4;
}

.head_office .org_chart .org_step .step4 > ul > li > .depth_wrap > p > span {
  display: table-cell;
  vertical-align: middle;
}

.head_office .org_chart .org_step .step4 .left_ps {
  padding-top: 15px;
  background: url(../_images/content/line_step4_1.jpg) 50% 0 no-repeat;
}

.head_office .org_chart .org_step .step4 .left_ps > .depth_wrap {
}

.head_office .org_chart .org_step .step4 .left_ps .step5 > ul > li {
}

.head_office .org_chart .org_step .step4 .center_ps {
  padding-top: 15px;
  background: url(../_images/content/line_step4_3.png) 50% 0 repeat-x;
}
.head_office .org_chart .org_step .step4 .center_ps:nth-of-type(2) {
  background: url(../_images/content/line_step4_3.png) 53% 0 repeat-x;
}


.head_office .org_chart .org_step .step4 .right_ps {
  padding-top: 15px;
  background: url(../_images/content/line_step4_2.jpg) 50% 0 no-repeat;
}

.head_office .org_chart .org_step .step4 .right_ps > .depth_wrap {
  
}

.head_office .org_chart .org_step .step4 .right_ps .step5 > ul > li {
  
}

.head_office .org_chart .org_step .step4 .mobile_ps {
    margin-top: 20px;
    display: none;
}

.head_office .org_chart .org_step .step5 {
  padding-top: 15px;
  background: url(../_images/content/line_step4.png) 50% 0 repeat-y;
}
.head_office .org_chart .org_step .center_ps:nth-of-type(2) .step5 {
  background: url(../_images/content/line_step4.png) 53.1% 0 no-repeat;
}

.head_office .org_chart .org_step .step5 > ul {
  display: flex;
}

.head_office .org_chart .org_step .step5 > ul > li {
  padding-top: 30px;
  flex-grow: 1;
}
.head_office .org_chart .org_step .step5 > ul > li.step5_down{
  padding-top: 95px;
}

.head_office .org_chart .org_step .step5 > ul > li > div {
  width: 100%;
}

.head_office .org_chart .org_step .step5 > ul .step5_lf {
  background: url(../_images/content/line_step4_1.jpg) 50% 15px no-repeat;
  padding-right: 8px;
}

.head_office .org_chart .org_step .step5 > ul .step5_ct {
  background: url(../_images/content/line_step4_3.png) 50% 15px no-repeat;
  padding-right: 8px;
}

.head_office .org_chart .org_step .step5 > ul .step5_rt {
  background: url(../_images/content/line_step4_2.jpg) 50% 15px no-repeat;
}

.head_office .org_chart .org_step .step5 > ul .for_oversea {
  position: relative;
}

.head_office .org_chart .org_step .step5 > ul .for_oversea:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  display: block;
  background-color: #145a9f;
  top: 0;
  right: 0;
}

.head_office .org_chart .org_step .step5 > ul .for_strategy {
  position: relative;
}

.head_office .org_chart .org_step .step5 > ul .for_strategy:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  background-color: #145a9f;
  top: 0;
  left: 50%;
}

.head_office .org_chart .org_step .step5 .inner_org li {
  height: 55px;
  display: table;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  background: url(../_images/content/line_base_g.jpg) 50% 0 repeat-y;
}

.head_office .org_chart .org_step .step5 .inner_org li:first-child {
  padding-top: 20px;
  height: 65px;
}

.head_office .wrap {
  border-top: 2px solid #5f5f5f;
}

.head_office .wrap .office_exp {
  border-bottom: 1px solid #5f5f5f;
  display: table;
  width: 100%;
}

.head_office .wrap .office_exp dt {
  width: 186px;
  display: table-cell;
  vertical-align: middle;
  background-color: #f6f6f6;
  text-align: center;
}

.head_office .wrap .office_exp dd {
  padding: 10px 25px;
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}

.head_office .wrap .office_exp dd + dd {
  width: auto;
  border-left: 1px solid #f6f6f6;
}

.okta_activity #modal-popup .h4-title {
  display: block;
  padding-left: 14px;
  text-align: left;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
    padding-right: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.okta_activity #modal-popup .modal-content {
  padding: 0 !important;
  line-height: 1;
  font-size: 0;
}

.okta_activity #modal-popup .modal-content .inner {
  display: block;
}

.okta_activity #modal-popup .modal-content .inner img {
  width: 100%;
}

.okta_activity .photoframe {
  position: relative;
  border: 1px solid #cfcfcf;
  font-size: 0;
  line-height: 1;
  height: 280px;
  overflow: hidden;
}

.okta_activity .photoframe img {
  width: 100%;
  height: 100%;
}

.okta_activity .photoframe .photo_date {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  text-align: center;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

.okta_activity .photoframe .photo_date p {
  display: table-cell;
  vertical-align: middle;
}

.okta_activity .desc_txt {
  text-align: center;
  height: 68px;
  line-height: 1.4;
  padding-top: 2px;
  padding-bottom: 4px;
}

.okta_activity .desc_txt p {
  color: #5b5c5e;
}

.okta_activity .printadv_list {
  position: relative;
  overflow: hidden;
  margin: -10px -15px 0;
}

.okta_activity .printadv_list:after {
  display: table;
  clear: both;
  content: '';
}

.okta_activity .printadv_list > li {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 15px;
  margin-top: 10px;
}

.okta_activity .printadv_list > li a {
  display: block;
}

.okta_activity .printadv_list > li a:hover .desc_txt p {
  text-decoration: underline;
}

.okta_activity .as_bulletin {
  border-top: 2px solid #5f5f5f;
  padding-top: 20px;
}

.okta_activity .as_bulletin .cont_wrap {
  display: table;
  width: 100%;
}

.okta_activity .as_bulletin .cont_wrap .img_box {
  width: 336px;
  display: table-cell;
}

.okta_activity .as_bulletin .cont_wrap .img_box .photoframe {
  height: 410px;
}

.okta_activity .as_bulletin .cont_wrap .img_box .photoframe img {
  height: 410px;
}

.okta_activity .as_bulletin .cont_wrap .cont_box {
  display: table-cell;
  vertical-align: top;
  padding: 34px 0 0 60px;
}

.okta_activity .as_bulletin .cont_wrap .cont_box h4 {
  font-size: 16px;
  margin-bottom: 30px;
}

.okta_activity .as_bulletin .cont_wrap .cont_box > ol > li {
  margin-top: 16px;
}

.okta_activity .as_bulletin .cont_wrap .cont_box > ol > li:first-child {
  margin-top: 0;
}

.okta_activity .as_bulletin .cont_wrap .cont_box .cont_chap {
  overflow: hidden;
  width: 100%;
}

.okta_activity .as_bulletin .cont_wrap .cont_box .cont_chap:after {
  display: table;
  content: '';
  clear: both;
}

.okta_activity .as_bulletin .cont_wrap .cont_box .cont_chap dt,
.okta_activity .as_bulletin .cont_wrap .cont_box .cont_chap dd {
  float: left;
}

.okta_activity .as_bulletin .cont_wrap .cont_box .cont_chap dt {
  width: 104px;
}

.okta_activity .as_bulletin .cont_wrap .cont_box .cont_chap dd {
  width: calc(100% - 104px);
}

.okta_activity .btn_area {
  margin-top: 15px;
  width: 336px;
  text-align: center;
  padding-bottom: 10px;
}

.okta_activity .btn_area .btn-blue {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 180px;
}

.okta_activity .for_view_content {
  position: absolute;
  top: 16px;
  left: 30px;
  background-color: #145a9f;
  color: white;
  padding: 5px;
  z-index: 8;
}

.okta_activity .for_view_content:hover {
  text-decoration: underline;
}

.okta_activity.thirty_years .as_bulletin {
  padding-bottom: 20px;
  border-bottom: 1px solid #5f5f5f;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .img_box {
  width: 306px;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box {
  padding: 22px 0 0 50px;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box .cont_chap dt {
  width: 150px;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box .cont_chap dd {
  width: calc(100% - 150px);
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box .cont_chap .inner_ol li {
  margin-top: 4px;
  padding-left: 44px;
  position: relative;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box .cont_chap .inner_ol li:first-child {
  margin-top: 0;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box .cont_chap .inner_ol li .prefix {
  position: absolute;
  left: 0;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box .cont_chap .inner_ul > li {
  margin-top: 4px;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box .cont_chap .inner_ul > li:first-child {
  margin-top: 0;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box > ol > li {
  margin-top: 30px;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box > ol > li:first-child {
  margin-top: 0;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box .cont_chap.photos dt {
  width: 104px;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box .cont_chap.photos dd {
  width: calc(100% - 104px);
}

.okta_activity.thirty_years .as_bulletin .cont_wrap.brochure .cont_box { padding: 4px 0 0 50px; }

.okta_activity.thirty_years .as_bulletin .cont_wrap.brochure .cont_box > ol > li {
  margin-top: 18px;
}

.okta_activity.thirty_years .as_bulletin .cont_wrap.brochure .cont_box > ol > li:first-child {
  margin-top: 0;
}

.okta_activity.thirty_years .btn_area {
  margin-top: 25px;
  width: 100%;
}

.okta_activity.thirty_years .btn_area .btn-blue {
  width: 282px;
}

.okta_activity.guidebook .btn_area .btn-blue {
  width: 180px;
}

.business_info #modal-popup .section-modal {
  max-width: 820px;
}

.business_info #modal-popup .section-modal .h4-title {
  margin: 0 0;
}

.business_info .fl_wrap {
  overflow: hidden;
}

.business_info .fl_wrap:after {
  content: '';
  clear: both;
  display: table;
}

.business_info .checks_wrap1 {
  float: left;
  width: 280px;
}

.business_info .checks_wrap1 .checks + .checks {
  margin-left: 20px;
}

.business_info .checks_wrap2 {
  float: left;
  width: calc(100% - 280px);
}

.business_info .checks_wrap2 .checks + .checks {
  margin-left: 10px;
}

.business_info .checks_wrap2 > span {
  float: left;
  width: 96px;
  padding-right: 20px;
  text-align: right;
  height: 30px;
  line-height: 30px;
}

.business_info .map_area {
  margin: 26px 0;
  position: relative;
}

.business_info .map_area img {
  width: 100%;
}

.business_info .map_area .region_select li {
  text-align: center;
}

.business_info .map_area .region_select li a {
  color: inherit;
  position: absolute;
  width: 115px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #e2e2e2;
  background-color: rgba(255, 255, 255, 0.8);
}

.business_info .map_area .region_select li:first-child > a {
  top: 45%;
  left: 34%;
}

.business_info .map_area .region_select li:nth-child(2) > a {
  top: 33%;
  left: 7%;
}

.business_info .map_area .region_select li:nth-child(3) > a {
  top: 55%;
  left: 11%;
}

.business_info .map_area .region_select li:nth-child(4) > a {
  top: 35%;
  left: 30%;
}

.business_info .map_area .region_select li:nth-child(5) > a {
  top: 23%;
  left: 44%;
}

.business_info .map_area .region_select li:nth-child(6) > a {
  top: 56%;
  left: 32%;
}

.business_info .map_area .region_select li:nth-child(7) > a {
  top: 72%;
  left: 45%;
}

.business_info .map_area .region_select li:nth-child(8) > a {
  top: 46%;
  left: 48%;
}

.business_info .map_area .region_select li:nth-child(9) > a {
  top: 32%;
  left: 66%;
}

.business_info .map_area .region_select li:nth-child(10) > a {
  top: 65%;
  left: 77%;
}

.business_info .map_area .region_select li.__on,
.business_info .map_area .region_select li > a:hover,
.business_info .map_area .region_select li > a:focus {
  color: white;
  font-weight: bold;
  background-color: #145a9f;
  border: 1px solid #145a9f;
}

.business_info .category_info {
  padding-top: 45px;
  color: #1d233b;
  margin-bottom: 50px;
}

.business_info .category_info .info_title {
  text-align: center;
  font-size: 22px;
  color: #1d233b;
  font-weight: bold;
  margin-bottom: 16px;
}

.business_info .category_info .ol_inner {
  display: table;
}

.business_info .category_info .ol_inner span {
  display: table-cell;
  vertical-align: top;
}

.business_info .category_info .ol_inner .txt_numb {
  text-align: center;
}

.business_info .category_info .ol_inner .txt_numb i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  border-radius: 50px;
  background-color: #1d233b;
  color: white;
}

.business_info .category_info .ol_inner .txt_cont {
  padding-left: 8px;
}

.business_info .category_info > ol > li {
  margin-top: 10px;
}

.business_info .category_info > ol > li:first-child {
  margin-top: 0;
}

.business_info .bg_box {
  display: table;
  width: 100%;
  height: 250px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6 url(../_images/content/busi_bg.png) -174px bottom no-repeat;
}

.business_info .bg_box .txt_right {
  color: #1d233b;
  display: table-cell;
  vertical-align: middle;
  padding-left: 58%;
  line-height: 1.7;
}

.business_info .bg_box .txt_right h4 {
  font-weight: bold;
  font-size: 22px;
  color: #1d233b;
  margin-bottom: 22px;
}

.business_info .goods_wrap .goods_assort {
  overflow: hidden;
  padding-bottom: 16px;
}

.business_info .goods_wrap .goods_assort:after {
  content: '';
  display: table;
  clear: both;
}

.business_info .goods_wrap .goods_assort li {
  position: relative;
  text-align: center;
  width: 50%;
  float: left;
  height: 45px;
  line-height: 45px;
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
}

.business_info .goods_wrap .goods_assort li a {
  display: block;
  color: inherit;
  height: 100%;
}

.business_info .goods_wrap .goods_assort li a:hover {
  background-color: #145a9f;
  color: white;
}

.business_info .goods_wrap .goods_assort li a:hover:after {
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 100%;
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: #145a9f transparent transparent transparent;
}

.business_info .goods_wrap .goods_assort li.__on {
  border: 1px solid #145a9f;
  background-color: #145a9f;
  color: white;
}

.business_info .goods_wrap .goods_assort li.__on:after {
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 100%;
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: #145a9f transparent transparent transparent;
}

.business_info .sector_wrap {
  border-top: 2px solid #5f5f5f;
  border-bottom: 1px solid #5f5f5f;
}

.business_info .sector_wrap .wrap {
  display: table;
}

.business_info .sector_wrap .wrap .sec_title,
.business_info .sector_wrap .wrap .sec_list {
  display: table-cell;
  vertical-align: middle;
}

.business_info .sector_wrap .wrap .sec_title {
  font-size: 16px;
  width: 150px;
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: center;
  padding: 10px 6px;
}

.business_info .sector_wrap .wrap .sec_list {
  font-size: 16px;
}

.business_info .sector_wrap .wrap .sec_list > ul {
  padding: 0 0px 12px 40px;
  overflow: hidden;
}

.business_info .sector_wrap .wrap .sec_list > ul li {
  min-width: 180px;
  max-width: 180px;
  float: left;
  margin-top: 12px;
  padding-right: 10px;
}

.business_info .sector_wrap .wrap .sec_list > ul li button {
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-align: left;
}

.business_info .sector_wrap .wrap .sec_list > ul li button:hover {
  text-decoration: underline;
}

.business_info .sector_wrap .wrap .sec_list > ul li button span {
  line-height: 1.2;
}

.business_info .sector_wrap > li + li {
  border-top: 1px solid #eeeeee;
}

.goods_searchform {
  border-top: 2px solid #145a9f;
  border-bottom: 1px solid #145a9f;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}

.goods_searchform input[type=text] {
  width: 100%;
  height: 30px;
  border: none;
  padding-left: 8px;
  font-size: 16px;
}

.goods_searchform .select-box.custom {
  border: none;
}

.goods_searchform .select-box.custom select {
  height: 30px;
}

.goods_searchform .search_cont:after {
  clear: both;
  display: table;
  content: '';
}

.goods_searchform .search_cont > li {
  width: 100%;
  float: left;
  display: table;
}

.goods_searchform .search_cont li.half {
  width: 50%;
}

.goods_searchform .search_title,
.goods_searchform .search_opt {
  display: table-cell;
  vertical-align: middle;
}

.goods_searchform .search_title {
  width: 120px;
  text-align: center;
}

.goods_searchform .search_opt {
  padding: 8px 10px;
}

.goods_searchform .search_opt a {
  font-size: 14px;
  width: 78px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.goods_searchform .db_select .select-box.custom {
  width: 180px;
  display: inline-block;
}

.goods_searchform .db_select .select-box.custom + .select-box.custom {
  margin-left: 6px;
}

.goods_searchform .search_opt.for_btn input[type=text] {
  width: calc(100% - 88px);
}

.goods_searchform .search_opt.for_btn a {
  margin-left: 6px;
}

.goods_searchform .search_opt.for_sgbtn {
  text-align: right;
}

.business_info.busi_write .write_wrap {
  border-top: 2px solid #5f5f5f;
  border-bottom: 1px solid #5f5f5f;
  overflow: hidden;
}

.business_info.busi_write .write_wrap:after {
  clear: both;
  content: '';
  display: table;
}

.business_info.busi_write .form_cont {
  width: 100%;
  display: table;
}

.business_info.busi_write .form_cont input[type=text],
.business_info.busi_write .form_cont input[type=number],
.business_info.busi_write .form_cont textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.business_info.busi_write .form_cont input[type=text],
.business_info.busi_write .form_cont input[type=number] {
  height: 30px;
  padding: 0 8px;
}

.business_info.busi_write .form_cont .w_title {
  width: 154px;
  background-color: #f6f6f6;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 10px;
}

.business_info.busi_write .form_cont .input_caution {
  padding: 8px 0;
}

.business_info.busi_write .form_cont .input_cont {
  display: table-cell;
  padding: 8px 0 8px 10px;
}

.business_info.busi_write .form_cont .input_cont > textarea {
  height: 120px;
  overflow-y: auto;
}

.business_info.busi_write .form_cont .input_cont p {
  font-size: 14px;
  margin-top: 1rem;
}

.business_info.busi_write .form_cont .input_cont.with_area {
  line-height: 1;
}

.business_info.busi_write .form_cont .select_sector input[type=text] {
  width: calc(100% - 88px);
  margin-right: 6px;
}

.business_info.busi_write .form_cont .select_sector .btn-blue {
  font-size: 14px;
  width: 78px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.business_info.busi_write .form_cont + .form_cont {
  border-top: 1px solid #eeeeee;
}

.business_info.busi_write .form_cont.select_cont {
  width: 50%;
}

.business_info.busi_write .form_cont.select_cont .input_cont {
  padding: 8px 10px;
}

.business_info.busi_write .form_cont.half_cont {
  width: 50%;
  display: inline-table;
  float: left;
}

.business_info.busi_write .form_cont.half_cont.lf .input_cont {
  padding: 8px 10px;
}

.business_info.busi_write .applybtn_area {
  margin-top: 30px;
  text-align: center;
}

.business_info.busi_write .applybtn_area .btn {
  width: 180px;
  height: 45px;
  line-height: 43px;
}

.business_info.busi_write .add_file {
  overflow: hidden;
}

.business_info.busi_write .add_file:after {
  clear: both;
  display: table;
  content: '';
}

.business_info.busi_write .add_file .file_list {
  width: calc(100% - 88px);
  height: 90px;
  margin-right: 10px;
  float: left;
  border-color: #e5e5e5;
}

.business_info.busi_write .add_file .file_btns {
  width: 45px;
  float: left;
}

.business_info.busi_write .add_file .file_btns a {
  width: 78px;
  margin: 0;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
}

.business_info.busi_write .add_file .file_btns a.btn-white {
  color: #145a9f;
  border: 1px solid #145a9f;
}

.business_info.busi_write .add_file .file_btns a.btn-white:hover {
  background-color: #eee;
}

.business_info.busi_write .add_file .file_btns a + a {
  margin-top: 10px;
}

.business_info.busi_write .add_file .file_caution {
  float: left;
  width: 100%;
}

.business_info.busi_view .head_title {
  padding: 14px;
  background-color: #f6f6f6;
  font-weight: bold;
}

.business_info.busi_view .company_info {
  margin-top: 10px;
}

.business_info.busi_view .company_info .head_title {
  text-align: center;
  font-weight: normal;
}

.business_info.busi_view .company_info .head_title span {
  display: inline-block;
}

.business_info.busi_view .company_info .head_title span + span {
  margin-left: 24px;
}

.business_info.busi_view .company_info .info_wrap {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.business_info.busi_view .company_info .info_wrap > ul {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 12px;
  line-height: 1.5;
}

.business_info.busi_view .company_info .info_wrap > ul > li + li {
  margin-top: 6px;
}

.business_info.busi_view .company_info .info_wrap > ul dl {
  overflow: hidden;
}

.business_info.busi_view .company_info .info_wrap > ul dl dt {
  font-weight: bold;
  margin-right: 4px;
}

.business_info.busi_view .company_info .info_wrap > ul dl dt,
.business_info.busi_view .company_info .info_wrap > ul dl dd {
  float: left;
}

.business_info.busi_view .company_info .info_wrap > ul + ul {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.business_info.busi_view .busi_view_inner {
  font-size: 16px;
}

.business_info.busi_view .busi_view_inner > dl {
  line-height: 1.4;
  padding-bottom: 20px;
}

.business_info.busi_view .busi_view_inner > dl dd {
  line-height: 1.6;
  padding-top: 20px;
}

.business_info.busi_view .busi_view_inner > dl + dl {
  margin-top: 20px;
}

.business_info.busi_view .busi_view_inner .item_int dd .addfile_list li a {
  color: inherit;
  display: inline-block;
}

.business_info.busi_view .busi_view_inner .item_int dd .addfile_list li a i {
  color: #145a9f;
  vertical-align: middle;
}

.business_info.busi_view .busi_view_inner .item_int dd .addfile_list li + li {
  margin-top: 4px;
}

.business_info.busi_view .busi_view_inner .item_int dd .img_wrap img {
  max-width: 100%;
}

.business_info.busi_view .busi_view_inner .item_int dd .addfile_list + .img_wrap {
  margin-top: 30px;
}

.business_info.busi_view .busi_view_inner .youtube dd {
  width: 560px;
  margin: auto;
}

.business_info.busi_view .busi_view_inner .youtube dd .wrap {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  text-align: center;
}

.business_info.busi_view .busi_view_inner .youtube dd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.okta_group .upper_cont {
  border-top: 2px solid #5f5f5f;
  padding: 0.7em 0 1em 0;
  border-bottom: 1px solid #5f5f5f;
}

.okta_group .upper_cont .img_wrap {
  margin-top: 0;
  margin-bottom: 1em;
}

.okta_group .upper_cont .img_wrap img {
  width: 100%;
}

.okta_group .upper_cont .list-dot > li {
  margin-top: 4px;
}

.okta_group .upper_cont .list-dot > li:first-child {
  margin-top: 0;
}

.okta_group .table_wrap table {
  margin-top: 0;
}

.okta_group .table_wrap table th {
  background-color: #f6f6f6;
  border-bottom: 1px solid #5f5f5f;
  padding: 6px;
  height: 48px;
  min-height: 48px;
}

.okta_group .table_wrap table td {
  padding: 6px 10px;
  height: 48px;
  min-height: 48px;
}

.okta_group .table_wrap table tbody tr {
  border-bottom: 1px solid #eeeeee;
}

.okta_group .ch_list {
  overflow: hidden;
}

.okta_group .chairman_list {
  overflow: hidden;
  margin: 0 -12px;
}

.okta_group .chairman_list:after {
  content: '';
  display: table;
  clear: both;
}

.okta_group .chairman_list > li {
  float: left;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 25px;
}

.okta_group .chairman_info {
  border: 1px solid #e5e5e5;
}

.okta_group .chairman_info dt {
  padding: 14px;
  background-color: #f6f6f6;
  font-size: 18px;
}

.okta_group .chairman_info dd {
  padding: 24px 14px;
  overflow: hidden;
}

.okta_group .chairman_info dd:after {
  content: '';
  display: table;
  clear: both;
}

.okta_group .chairman_info dd div,
.okta_group .chairman_info dd ul {
  float: left;
}

.okta_group .chairman_info dd > ul {
  padding-left: 14px;
  width: calc(100% - 136px);
}

.okta_group .chairman_info dd > ul li {
  margin-top: 4px;
  word-break: keep-all;
  word-wrap: break-word;
}

.okta_group .chairman_info dd > ul li:first-child {
  margin-top: 0;
}

.okta_group .chairman_info .img_wrap {
  width: 136px;
  height: 160px;
  margin-top: 0;
  overflow: hidden;
}

.okta_group .chairman_info .img_wrap img {
  width: 100%;
}

.non_pd .public-category {
  padding-bottom: 0;
}

.accotype02.branch_stat {
  border-top: 2px solid #5f5f5f;
  border-bottom: 1px solid #5f5f5f;
}

.accotype02.branch_stat > li {
  border-top: 1px solid #eeeeee;
}

.accotype02.branch_stat > li:first-child {
  border-top: none;
}

.accotype02.branch_stat .branch_data dt {
  position: relative;
}

.accotype02.branch_stat .branch_data dt .open_trigger {
  color: inherit;
  padding: 12px 0;
  width: 100%;
  display: block;
  padding: 20px 0;
}

.accotype02.branch_stat .branch_data dt .open_trigger:hover {
  text-decoration: underline;
}

.accotype02.branch_stat .branch_data dt .branch_link {
  text-align: center;
  width: 120px;
  display: block;
  padding: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.accotype02.branch_stat .branch_data dd {
  position: relative;
  padding: 30px 30px 30px 172px;
  background: #f6f6f6;
  color: #707070;
}

.accotype02.branch_stat .branch_upper {
  display: table;
  width: 100%;
}

.accotype02.branch_stat .branch_upper .img_wrap {
  width: 60px;
  line-height: 1;
  margin-top: 0;
  font-size: 0;
}

.accotype02.branch_stat .branch_upper .img_wrap img {
  width: 100%;
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: 2px 2px 3px #ccc;
          box-shadow: 2px 2px 3px #ccc;
}

.accotype02.branch_stat .branch_upper .branch_list_num,
.accotype02.branch_stat .branch_upper .img_wrap,
.accotype02.branch_stat .branch_upper .branch_region,
.accotype02.branch_stat .branch_upper .branch_name {
  display: table-cell;
  vertical-align: middle;
}

.accotype02.branch_stat .branch_upper .branch_list_num {
  width: 62px;
  text-align: center;
}

.accotype02.branch_stat .branch_upper .branch_region,
.accotype02.branch_stat .branch_upper .branch_name {
  padding-left: 50px;
  word-break: break-all;
}

.accotype02.branch_stat .branch_upper .branch_name {
  width: 50%;
}

.accotype02.branch_stat .branch_bottom {
  overflow: hidden;
}

.accotype02.branch_stat .branch_bottom:after {
  clear: both;
  display: table;
  content: '';
}

.accotype02.branch_stat .branch_bottom span {
  float: left;
  margin-right: 40px;
}

.accotype02.branch_stat .branch_bottom a {
  color: inherit;
}

.accotype02.branch_stat .branch_bottom a:hover {
  text-decoration: underline;
}

.accotype02.branch_stat .branch_bottom p {
  float: left;
  width: 100%;
  word-break: break-all;
}

.accotype02.branch_stat .branch_bottom p i {
  margin-right: 4px;
}

.accotype02.branch_stat .branch_bottom .img_wrap {
  position: absolute;
  left: 62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  width: 62px;
  height: 62px;
  overflow: hidden;
}

.accotype02.branch_stat .branch_bottom .img_wrap img {
  width: 100%;
}

.accotype02.branch_stat .adm_edit {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 25px;
}

.user_search input[type=text] {
  border: 1px solid #e5e5e5;
  height: 30px;
  padding: 0 8px;
  width: 100%;
}

.user_search .search_option {
  border-top: 2px solid #145a9f;
  background: #f6f6f6;
  border-bottom: 1px solid #145a9f;
}

.user_search .search_option li {
  display: table;
  width: 100%;
  min-height: 60px;
  border-top: 1px solid #e5e5e5;
}

.user_search .search_option li:first-child {
  border-top: none;
}

.user_search .search_option li.twin_cont {
  display: block;
  overflow: hidden;
  min-height: auto;
}

.user_search .search_option li.twin_cont:after {
  clear: both;
  display: table;
  content: '';
}

.user_search .option_title {
  width: 160px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.user_search .option_cont {
  padding: 15px 0;
  display: table-cell;
  width: calc(100% - 160px);
  overflow: hidden;
  vertical-align: middle;
}

.user_search .option_cont:after {
  clear: both;
  display: table;
  content: '';
}

.user_search .option_cont .select-box {
  width: calc(25% - 10px);
  margin-right: 10px;
  float: left;
}

.user_search .option_cont .btn-blue {
  text-align: center;
  display: inline-block;
  width: 78px;
  height: 30px;
  line-height: 28px;
  cursor: pointer;
  color: white;
}

.user_search .option_cont .for_direct {
  float: left;
  width: calc(25% - 10px);
}

.user_search .twin_cont .wrap {
  width: 50%;
  float: left;
  display: table;
  min-height: 60px;
}

.user_search .twin_cont .wrap .option_cont {
  padding-right: 10px;
}

.user_search .twin_cont .wrap.btn_area {
  display: table;
}

.user_search .twin_cont .wrap.btn_area .option_cont {
  width: 100%;
  text-align: right;
}

.user_search .table_wrap table {
  margin-top: 10px;
  word-break: break-all;
}

.user_search .table_wrap table th,
.user_search .table_wrap table td {
  height: 44px;
}

.user_search .table_wrap table th {
  background-color: #f6f6f6;
  border-bottom: 1px solid #5f5f5f;
  font-weight: bold;
}

.user_search .table_wrap table td {
  padding: 4px 0;
  border-bottom: 1px solid #eeeeee;
}

.user_search .table_wrap table td a {
  color: inherit;
}

.user_search .table_wrap table td a:hover {
  text-decoration: underline;
}

.viewlist_head {
  position: relative;
  margin: 15px 0;
  height: 36px;
  text-align: right;
}

.viewlist_head .total {
  font-size: 14px;
  line-height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.viewlist_head .select-menu {
  position: absolute;
  top: 0;
  right: 0;
}

.head_comment {
  margin-bottom: 2em;
}

.bottom_comment {
  margin-top: 2em;
}

.comm-wrap .img_wrap {
  margin-top: 0;
}

.comm-wrap .img_wrap img {
  width: 100%;
}

.comm-wrap .img_list {
  margin: 0 -5px;
}

.comm-wrap .img_list:after {
  display: table;
  content: '';
  clear: both;
}

.comm-wrap .img_list li {
  float: left;
  width: 33.3333%;
  padding: 0 5px;
}

.no-dash .img_wrap img {
  width: 100%;
}

.board-wrap.custom-normal-view .board-detail .detail-content .board-content .board_content img {
  max-width: 100% !important;
  height: auto !important;
}

.public-category {
  margin-top: 10px;
}

.trade-school.main .public-category > ul {
  max-width: 920px;
}

.manager-info {
  margin-top: 2em;
  padding: 1.5em 1.5em;
}

.manager-info .contact {
  padding-left: 70px;
  text-align: left;
  min-height: auto;
}

.manager-info .contact > li {
  font-size: 20px;
  line-height: 1.5;
}

.manager-info .contact > li:first-child {
  padding-left: 0;
}


@media screen and (max-width: 960px) {
  .table-overflow.nextgen-user .table-col {
    min-width: 960px;
  }
  .trade-school.main .public-category > ul {
    background: none;
    border: none;
    height: auto;
  }
  .trade-school.main .public-category > ul > li {
    position: relative;
    display: block;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    height: auto;
  }
  .public-category .tab-title {
    display: block;
    overflow: hidden;
  }
  .public-category .tab-title .btn-tab-title {
    width: 100%;
    height: 36px;
    padding: 8px 38px 8px 20px;
    background: url(../_images/common/ico_arrow_tab.png) #145a9f 97% 15px no-repeat;
    background-size: 17px auto;
    text-align: left;
    cursor: pointer;
    color: #fff;
  }
  .trade-school.main .public-category > ul {
    display: block;
    visibility: hidden;
    position: absolute;
    right: 0;
    left: 0;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    max-height: 446px;
    overflow-y: auto;
  }
  .trade-school.main .public-category.__open > ul {
    opacity: 1;
    z-index: 40;
    visibility: visible;
    top: 35px;
    z-index: 8;
    border: 1px solid #272f4e;
    border-top: none;
    background-color: #fff;
  }
  .public-category.__open .tab-title .btn-tab-title {
    background-position: 97% -23px;
  }
  .trade-school.main .public-category > ul > li > a {
    background: none;
    color: inherit;
    text-align: left;
  }
  .trade-school.main .public-category > ul > li > a.__sel {
    font-weight: bold;
    color: #222;
  }
  .trade-school.main .public-category > ul > li.__on > a {
    color: #222;
    font-weight: bold;
  }
  .public-category ul li.__on,
  .public-category ul li:hover {
    background: none;
    border: none;
  }
  .trade-school.main .public-category > ul > li > a span {
    font-size: 14px;
    padding: 5px 44px 5px 20px;
  }
  .trade-school.main .public-category > ul .menu-div {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    padding-left: 25px;
  }
  .trade-school.main .public-category > ul .menu-div .depth2:after {
    display: none;
  }
  .trade-school.main .public-category > ul .menu-div .depth2 {
    background: none;
    display: block;
  }
  .trade-school.main .public-category > ul .menu-div .depth2 li a {
    line-height: 1.5;
  }
  .public-category ul li.__on a,
  .public-category ul li:hover a,
  .public-category ul .depth2 li a.__on,
  .public-category ul .depth2 li a:hover {
    color: inherit;
  }
  .public-category ul li .menu-div.__none {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .manager-info .contact > li {
    font-size: 16px;
  }
  .year-category .tab-title.ico-caret-down.blind,
  .year-category .tab-title.ico-caret-down {
    opacity: 1;
    text-indent: 0;
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: 1.4;
    display: block;
  }
  .year-category .tab-title.ico-caret-down.blind:before,
  .year-category .tab-title.ico-caret-down:before {
    display: none;
  }
  .year-category .tab-title .btn-tab-title {
    width: 100%;
    height: 36px;
    padding: 8px 38px 8px 20px;
    background: url(../_images/common/ico_arrow_tab.png) #145a9f 97% 15px no-repeat;
    background-size: 17px auto;
    text-align: left;
    cursor: pointer;
    color: #fff;
  }
  .trade-school .year-category ul,
  .complet-wrap .year-category ul {
    display: block;
    visibility: hidden;
    position: absolute;
    right: 0;
    left: 0;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-width: 1px;
    max-height: 420px;
    overflow-y: auto;
  }
  .trade-school .year-category.__open-tab .btn-tab-title,
  .year-category.__open-tab .tab-title .btn-tab-title {
    background-position: 97% -23px;
  }
  .trade-school .year-category.__open-tab ul,
  .complet-wrap .year-category.__open-tab ul {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    background-color: white;
  }
  .trade-school .year-category ul.divide16 > li,
  .complet-wrap .year-category ul.divide16 > li {
    width: 100%;
  }
  .trade-school .year-category ul li,
  .complet-wrap .year-category ul li {
    float: none;
    border: none;
    padding: 5px 20px;
    text-align: left;
    display: block;
  }
  .trade-school .year-category ul li.on a,
  .trade-school .year-category ul li:hover a,
  .complet-wrap .year-category ul li a {
    color: inherit;
    padding: 0;
  }
  .trade-school .year-category ul li.on,
  .trade-school .year-category ul li:hover,
  .complet-wrap .year-category ul li.on,
  .complet-wrap .year-category ul li:hover,
  .complet-wrap .year-category ul li.on a,
  .complet-wrap .year-category ul li:hover a {
    background: none;
    border: none;
    font-weight: bold;
    color: #222;
  }
  .trade-school .section-area .section-area dl dt.select-area {
    height: auto;
    margin-bottom: 8px;
    padding-top: 3.3em;
  }
  .trade-school .section-area .section-area dl dt .select-menu {
    border: none;
  }
  .trade-school .section-area .section-area dl dt .select-menu.left {
    z-index: 6;
  }
  .trade-school .section-area .section-area dl dt .select-menu.left2 {
    z-index: 5;
  }
  .trade-school .section-area .section-area dl dt .select-menu.left,
  .trade-school .section-area .section-area dl dt .select-menu.left2 {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .trade-school .section-area .section-area dl dt .select-menu.left + .select-menu.left2 {
    margin-top: 8px;
  }
  .trade-school .select-menu .tab-title .btn-tab-title {
    width: 100%;
    background-position: 98% 15px;
    padding: 8px 10px;
  }
  .trade-school .select-menu.__open-select .tab-title .btn-tab-title {
    background-position: 98% -23px;
  }
  .trade-school .section-area .section-area dl dt .select-menu .tab-title {
    border: 1px solid #e5e5e5;
  }
  .trade-school .section-area .section-area dl dt .select-menu.right {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    z-index: 7;
  }
  .select-menu.__open-select > ul {
    border: 1px solid #e5e5e5;
    border-top: none;
  }
  .select-menu.left.__open-select > ul,
  .select-menu.left2.__open-select > ul {
    border: 1px solid #e5e5e5;
    border-top: none;
    position: absolute;
    width: 100%;
    padding-top: 0;
  }
  .adviser-info .search-area .layout-table {
    display: block;
  }
  .adviser-info .search-area .layout-table > li {
    display: block;
    width: 100%;
  }
  .adviser-info .search-area .layout-table > li + li {
    margin-top: 4px;
  }
  .adviser-info .search-area .btn-search {
    margin-top: 68px;
  }
  .adviser-info .list-area .profile .layout-table > div.hit,
  .adviser-info .list-area .profile .layout-table > div.num {
    display: none;
  }
  .adviser-info .list-area .profile .layout-table > div.part {
    display: inline-block;
    width: 88px;
  }
  .adviser-info .list-area .profile .layout-table {
    display: block;
    padding: 10px 0;
    position: relative;
  }
  .adviser-info .list-area .profile .layout-table > div.img {
    display: inline-block;
    width: calc(100% - 92px);
    text-align: left;
  }
  .adviser-info .list-area .profile .layout-table > div.text {
    display: inline-block;
    width: 100%;
  }
  .adviser-info .list-area .profile .layout-table > div.text > a {
    padding-left: 88px;
    display: block;
  }
  .adviser-info .list-area .profile .layout-table > div.text > a > span {
    width: 100%;
    word-break: break-all;
  }
  .adviser-info .list-area .profile .layout-table > div.apply {
    position: absolute;
    top: 22px;
    right: 0;
  }
  .pagination > ul > li.first-page,
  .pagination > ul > li.last-page {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .pagination > ul > li {
    width: 24px;
    height: 24px;
  }
  .pagination > ul > li button {
    border: none;
    line-height: 22px;
  }
  .pagination > ul > li.active button,
  .pagination > ul > li button:hover {
    color: inherit;
    border: none;
    background: none;
  }
  .pagination > ul > li.active button {
    color: #145a9f;
  }
}

@media screen and (max-width: 425px) {
  .manager-info .contact {
    padding-left: 0;
  }
  .manager-info .contact:before {
    display: none;
  }
  .adviser-info .list-area .profile .layout-table > div.text > a {
    padding-left: 10px;
  }
}

@media screen and (max-width: 380px) {
  .pagination > ul > li {
    width: 18px;
    height: 18px;
  }
  .pagination > ul > li button {
    line-height: 16px;
  }
}

/*******************************************************************
media query
********************************************************************/
@media screen and (max-width: 1024px) {
  .member_serv .info_txt .br {
    display: inline;
  }
}

@media screen and (max-width: 920px) {
  .member_serv .member_menus .menu_list li,
  .member_serv .member_menus .menu_list li div {
    display: block;
  }
  .member_serv .member_menus .menu_list li .for_btn {
    margin-top: 10px;
  }
  .member_serv .gray_bgbox .benefit_on li {
    width: 50%;
    margin-top: 20px;
  }
  .member_serv .gray_bgbox .benefit_on li img {
    display: block;
    max-width: 152px;
    margin: auto;
  }
  .member_serv .title_txt {
    margin-bottom: 4px;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_select .input_cont .select-box {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .input_title,
  .member_serv.for_join .info_input_wrap .input_cont {
    display: block;
  }
  .member_serv.for_join .info_input_wrap .input_title {
    width: 100%;
    padding: 8px;
    text-align: left;
  }
  .member_serv.for_join .info_input_wrap .input_cont {
    padding-left: 0;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_space:not(span) {
    margin-left: 0;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_country .inpsort_wrap .inp_inner {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_country input.inp_space {
    width: 100%;
  }
  .for_inpsort.for_country .input_cont .select-box {
    margin-bottom: 8px;
  }
  .for_inpsort.for_userid button {
    margin-left: 10px;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_nation .input_cont .inpsort_wrap + .inpsort_wrap div {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_nation .input_cont .inpsort_wrap + .inpsort_wrap div .select-box {
    float: none;
    clear: both;
    display: block;
    width: 100%;
  }
  .member_serv.for_join .school_wrap {
    float: none;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_userid .input_cont > input {
    width: 100%;
    margin-bottom: 8px;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_userid .input_cont > .inp_inner.email {
    width: calc(100% - 88px);
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_userid .input_cont > .inp_inner.email input {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_userpass input,
  .member_serv.for_join .info_input_wrap .for_inpsort.for_reuserpass input,
  .member_serv.for_join .info_input_wrap .for_inpsort.for_username input {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_engname .inp_inner {
    width: calc(50% - 5px);
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_engname .inp_inner input {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_userbirth .input_cont .inp_inner {
    width: 33.3333%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_userbirth .input_cont .inp_inner input {
    width: calc(100% - 30px);
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_telnum .input_cont .select-box {
    width: 100%;
    margin-bottom: 8px;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_telnum .input_cont .telnums {
    width: 33.3333%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_telnum .input_cont .telnums input,
  .member_serv.for_join .info_input_wrap .for_inpsort.for_krtelnum .input_cont .telnums input {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_krtelnum .input_cont input,
  .member_serv.for_join .info_input_wrap .for_inpsort.for_krtelnum .input_cont .telnums {
    width: 33.3333%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_subemail .input_cont > input {
    width: 100%;
    margin-bottom: 8px;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_subemail .inpsort_wrap .email {
    width: calc(100% - 132px);
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_subemail .inpsort_wrap .email input {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_subemail .inpsort_wrap .select-box {
    margin-left: 10px;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_subemail .inpsort_wrap .select-box select {
    width: 120px;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_school .inpsort_wrap .select-box {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_school .inpsort_wrap .select-box select {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_school .inpsort_wrap .inp_inner:not(.select-box) {
    float: none;
    clear: both;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_membercard .inpsort_wrap .select-box {
    width: 100%;
    margin-bottom: 8px;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_membercard .inpsort_wrap .select-box + .inp_inner,
  .member_serv.for_join .info_input_wrap .for_inpsort.for_membercard .inpsort_wrap .select-box select {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_membercard .inpsort_wrap .select-box + .inp_inner input {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_membercard .inpsort_wrap .inp_inner + .inp_inner {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_membercard .inpsort_wrap .inp_inner + .inp_inner > span {
    width: 100%;
    margin-left: 0;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_membercard .inpsort_wrap .inp_inner + .inp_inner .input-cal {
    width: calc(50% - 10px);
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_membercard .inpsort_wrap .inp_inner + .inp_inner .input-cal.turms {
    margin-right: 0;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort .inpsort_wrap .inp_space2 {
    margin-left: 0;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_com_name .inpsort_wrap .inp_inner {
    float: none;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_com_name .inpsort_wrap .input_type1 {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_com_name .inpsort_wrap > input + div {
    margin-top: 8px;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_com_addr .inpsort_wrap .input_type1 {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_com_addr .inpsort_wrap > div + div {
    margin-top: 8px;
  }
  .member_serv.for_join .info_input_wrap > ul .half .input_type1 {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap > ul .half .for_empl .input_type1 {
    width: calc(100% - 30px);
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_int_comm .inpsort_wrap .inp_inner {
    float: none;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_int_comm .inpsort_wrap .input_type1 {
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_int_comm .inpsort_wrap .select-box + .select-box {
    margin-top: 8px;
  }
  .member_serv.for_join .info_input_wrap .for_inpsort.for_int_comm .inpsort_wrap .inp_disable {
    width: 100%;
    padding-left: 0;
    margin-top: 8px;
  }
  .user_search .table_wrap {
    overflow-x: auto;
  }
  .user_search .table_wrap table {
    width: 920px;
  }
  .user_search .search_option li,
  .user_search .option_title,
  .user_search .option_cont {
    display: block;
    width: 100%;
  }
  .user_search .option_title {
    text-align: left;
  }
  .user_search .option_title span,
  .user_search .option_title label {
    padding: 8px 8px 0 8px;
    display: inline-block;
  }
  .user_search .option_cont {
    padding-left: 10px;
    padding-top: 4px;
    padding-right: 10px;
  }
  .user_search .option_cont .for_direct {
    width: 25%;
  }
  .user_search .btn_area .option_cont {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .user_search .twin_cont .wrap {
    width: 100%;
    float: none;
    min-height: auto;
  }
  .user_search .twin_cont .wrap + .wrap {
    border-top: 1px solid #e5e5e5;
  }
  .user_search .twin_cont .wrap.btn_area {
    display: block;
  }
  .business_info.busi_write .form_cont.select_cont {
    width: 100%;
  }
  .business_info.busi_write .form_cont.half_cont {
    width: 100%;
    float: none;
  }
  .business_info.busi_write .form_cont.select_cont .input_cont,
  .business_info.busi_write .form_cont.half_cont.lf .input_cont {
    padding: 8px 0 8px 10px;
  }
  .goods_searchform .search_cont li.half {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .okta_activity .printadv_list > li {
    width: 33.3333%;
  }
}

@media screen and (max-width: 768px) {
  .export_friend .btn-wc ul {
    width: 100%;
  }
  .export_friend .btn-wc ul li {
    margin-right: 0; margin-bottom: 10px;
    width: 100%;
  }
  .oversea-office .table_wrap {
    overflow-x: auto;
  }
  .oversea-office .table_wrap table {
    width: 800px;
  }
  .oversea-office .btn-wc ul li {
    width: 100%;
  }
  .oversea-office .btn-wc ul li + li {
    margin-top: 8px;
  }
  .okta_activity .printadv_list {
    margin: 0 -10px;
  }
  .okta_activity .printadv_list > li {
    padding: 0 10px;
  }
  .table_wrap table th,
  .table_wrap table td {
    font-size: 14px;
  }
  .head_office .org_chart .org_step li .org_wrap {
    width: 100%;
  }
  .head_office .org_chart .org_step .step3 .left_ps {
    display: none;
  }
  .head_office .org_chart .org_step .step4 .mobile_ps {
    display: block;
}
  .head_office .org_chart .org_step .step2{
    padding-top: 0;
  }
  .head_office .org_chart .org_step .step2,
  .head_office .org_chart .org_step .step2 ul .left_ps,
  .head_office .org_chart .org_step .step2 ul .center_ps,
  .head_office .org_chart .org_step .step2 ul .step2_line,
  .head_office .org_chart .org_step .step3,
  .head_office .org_chart .org_step .step4,
  .head_office .org_chart .org_step .step4 .left_ps,
  .head_office .org_chart .org_step .step4 .center_ps,
  .head_office .org_chart .org_step .step4 .center_ps:nth-of-type(2),
  .head_office .org_chart .org_step .step4 .right_ps,
  .head_office .org_chart .org_step .center_ps:nth-of-type(2) .step5,
  .head_office .org_chart .org_step .step5,
  .head_office .org_chart .org_step .step5 > ul > li,
  .head_office .org_chart .org_step .step5 > ul .step5_lf,
  .head_office .org_chart .org_step .step5 > ul .step5_ct,
  .head_office .org_chart .org_step .step5 > ul .step5_rt {
    background: none;
  }
  .head_office .org_chart .org_step .step5 > ul .for_strategy:before,
  .head_office .org_chart .org_step .step5 > ul .for_oversea:before {
    display: none;
  }
  .head_office .org_chart .org_step .step2 ul .left_ps {
    position: relative;
  }
  .head_office .org_chart .org_step .step2 ul .right_ps {
    display:none;
  }
  .head_office .org_chart .org_step .step2 ul .center_ps .org_wrap {
    width: 100%;
  }
  .head_office .org_chart .org_step .step4 .left_ps,
  .head_office .org_chart .org_step .step4 .center_ps,
  .head_office .org_chart .org_step .step4 .right_ps{
    padding-top: 30px;
  }
  .head_office .org_chart .org_step .step5 > ul > li.step5_down{
    padding-top: 0px;
  }
  .head_office .org_chart .org_step .step4 > ul{
    display: block;
  }
  .head_office .org_chart .org_step .step4 > ul > li {
    padding: 0;
  }
  .head_office .org_chart .org_step .step4 > ul > li:nth-of-type(1),
  .head_office .org_chart .org_step .step4 > ul > li:nth-of-type(2),
  .head_office .org_chart .org_step .step4 > ul > li:nth-of-type(3),
  .head_office .org_chart .org_step .step4 > ul > li:nth-of-type(4),
  .head_office .org_chart .org_step .step4 .left_ps,
  .head_office .org_chart .org_step .step4 .left_ps > .depth_wrap,
  .head_office .org_chart .org_step .step4 .right_ps > .depth_wrap,
  .head_office .org_chart .org_step .step4 .right_ps {
    width: 100%;
  }
  .head_office .org_chart .org_step .step5 > ul > li > div {
    max-width: none;
  }
  .head_office .org_chart .org_step .step5 > ul > li {
    padding-top: 0px;
  }
  .head_office .table_wrap {
    overflow-x: auto;
  }
  .head_office .table_wrap table {
    width: 768px;
  }
  .okta_activity .as_bulletin .cont_wrap,
  .okta_activity.thirty_years .as_bulletin .cont_wrap .img_box,
  .okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box,
  .okta_activity .as_bulletin .cont_wrap .img_box,
  .okta_activity .as_bulletin .cont_wrap .cont_box {
    display: block;
  }
  .okta_activity.thirty_years .as_bulletin .cont_wrap .img_box,
  .okta_activity .as_bulletin .cont_wrap .img_box {
    margin: auto;
  }
  .okta_activity.thirty_years .as_bulletin .cont_wrap .cont_box {
    padding: 22px 0 0 0;
  }
  .okta_activity .as_bulletin .cont_wrap .cont_box {
    padding: 34px 0 0 0;
  }
  .okta_activity .btn_area {
    width: auto;
  }
  .member_serv.for_join .for_privacy {
    min-height: 320px;
    max-height: 320px;
  }
  .member_serv .btn_area .checks {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 10px;
  }
  .member_serv.for_join .member_class > ul {
    margin: 0;
  }
  .member_serv.for_join .member_class > ul > li {
    width: 50%;
    padding: 0;
    margin-top: 20px;
  }
  .member_serv.for_join .member_class > ul > li .select_membertype {
    display: table;
    width: 300px;
    margin: auto;
  }
  .select_membertype .ico_wrap {
    width: 20%;
    min-width: 120px;
    line-height: 1;
  }
  .select_membertype > div {
    display: table-cell;
    vertical-align: middle;
  }
  .select_membertype .desc {
    padding-left: 20px;
  }
  .member_serv.for_join .member_class > ul > li .select_membertype span {
    text-align: left;
  }
  .member_serv.for_join .member_msg + .btn_area .btn {
    width: 80%;
  }
  .okta_group .table_wrap {
    overflow-x: auto;
  }
  .okta_group .table_wrap table {
    width: 1024px;
  }
  .okta_group .chairman_list > li {
    width: 100%;
  }
  .okta_group .chairman_info {
    height: auto !important;
  }
  .member_serv .forget_input {
    margin-left: 0;
    margin-right: 0;
  }
  .member_serv .forget_input li {
    float: none;
    width: 100%;
  }
  .member_serv .forget_input li + li {
    margin-top: 30px;
  }
  .head_office .wrap .office_exp {
    display: block;
  }
  .head_office .wrap .office_exp dt {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
  }
  .head_office .wrap .office_exp dd {
    display: block;
    width: 100%;
  }
  .consulting_apply .gray_bgarea .layout_field li {
    width: 100%;
    float: none;
  }
  .consulting_apply .gray_bgarea .layout_field li + li {
    margin-top: 4px;
  }
  .consulting_apply .applyform_area dl {
    display: block;
    height: auto;
  }
  .consulting_apply .applyform_area dl dt {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    min-height: 30px;
    line-height: 28px;
  }
  .consulting_apply .applyform_area dl dd {
    display: block;
    padding: 8px 0;
    line-height: 1.4;
  }
  .consulting_apply .consulting_list .table_wrap {
    overflow-x: auto;
  }
  .consulting_apply .consulting_list .table_wrap table {
    width: 768px;
  }
  .consulting_apply .applyform_area.info_list li {
    float: none;
    width: 100%;
  }
  .consulting_apply .applyform_area.info_list li dl dt {
    height: auto;
  }
  .consulting_apply .apply_btn_area a {
    width: 86px;
    height: 34px;
    font-size: 16px;
    line-height: 32px;
  }
  .user_search .option_cont .select-box + .select-box,
  .user_search .option_cont .select-box + .for_direct {
    margin-top: 4px;
  }
  .user_search .option_cont .select-box {
    width: 100%;
  }
  .user_search .option_cont .for_direct {
    width: 100%;
  }
  .business_info.busi_view .company_info .info_wrap {
    display: block;
  }
  .business_info.busi_view .company_info .info_wrap > ul {
    display: block;
    width: 100%;
    border-right: 1px solid #eee;
  }
  .business_info.busi_view .busi_view_inner .youtube dd {
    width: 100%;
  }
  .business_info.busi_write .form_cont .w_title {
    display: block;
    width: 100%;
    text-align: left;
  }
  .business_info.busi_write .form_cont.select_cont .input_cont,
  .business_info.busi_write .form_cont .input_cont,
  .business_info.busi_write .form_cont.half_cont.lf .input_cont {
    padding: 8px 0;
  }
  .business_info.busi_write .form_cont .input_cont {
    display: block;
  }
  .goods_searchform .search_cont > li,
  .goods_searchform .search_title,
  .goods_searchform .search_opt {
    display: block;
  }
  .goods_searchform .search_title {
    padding-left: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  .goods_searchform .search_opt {
    padding: 4px 10px;
  }
  .business_info .bg_box {
    background: none;
    background-color: #f6f6f6;
    height: auto;
  }
  .business_info .bg_box .txt_right {
    padding: 20px;
  }
  .business_info .bg_box .txt_right .br {
    display: inline;
  }
  .accotype02.branch_stat .branch_upper {
    display: block;
    overflow: hidden;
  }
  .accotype02.branch_stat .branch_upper:after {
    clear: both;
    display: table;
    content: '';
  }
  .accotype02.branch_stat .branch_upper .branch_list_num,
  .accotype02.branch_stat .branch_upper .img_wrap,
  .accotype02.branch_stat .branch_upper .branch_region,
  .accotype02.branch_stat .branch_upper .branch_name {
    display: block;
    float: left;
  }
  .accotype02.branch_stat .branch_upper .branch_list_num {
    height: 42px;
    line-height: 40px;
  }
  .accotype02.branch_stat .branch_upper .branch_region,
  .accotype02.branch_stat .branch_upper .branch_name {
    width: 100%;
  }
  .accotype02.branch_stat .branch_upper .branch_region {
    padding-top: 12px;
  }
  .accotype02.branch_stat .branch_bottom span {
    float: none;
    width: 100%;
    display: block;
    word-break: break-all;
  }
  .accotype02.branch_stat .branch_bottom p {
    float: none;
    margin-top: 4px;
  }
  .accotype02.branch_stat .branch_bottom span + span {
    margin-top: 4px;
  }
  .comm-wrap .img_list li {
    float: none;
    width: auto;
  }
  .comm-wrap .img_wrap {
    text-align: left;
  }
  .comm-wrap .img_wrap img {
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  .okta_activity .printadv_list > li {
    width: 50%;
  }
  .member_serv .login_wrap .input_wrap {
    width: auto;
  }
  .member_serv.for_join .member_class > ul > li {
    float: none;
    width: 100%;
  }
  .member_serv.for_join .info_input_wrap > ul .half .half_wrap {
    width: 100%;
    float: none;
  }
  .member_serv.for_join .info_input_wrap > ul .half .half_wrap .input_cont,
  .member_serv.for_join .info_input_wrap > ul .half .half_wrap + .half_wrap .input_cont {
    padding: 8px 0;
  }
  .consulting_apply .applyform_area dl dd > select {
    width: 100% !important;
  }
  .member_serv .login_wrap .input_wrap .okta-login{
          white-space: inherit
  }
}

@media screen and (max-width: 540px) {
  .member_serv.for_join .info_input_wrap .input_check > ul > li {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .okta_activity .printadv_list > li {
    width: 100%;
  }
  .okta_activity .printadv_list > li a {
    margin: auto;
    max-width: 230px;
  }
  .member_serv .btn_area.a_center .btn {
    width: 46%;
  }
  .okta_activity .for_view_content {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .member_serv .forget_input li {
    padding: 0;
  }
  .member_serv .forget_input li .wrap input {
    font-size: 20px;
  }
  .goods_searchform .db_select .select-box.custom {
    width: 100%;
    display: block;
  }
  .goods_searchform .db_select .select-box.custom + .select-box.custom {
    margin-left: 0;
    margin-top: 4px;
  }
  .accotype02.branch_stat .branch_data dd {
    padding: 30px 30px 30px 90px;
  }
  .accotype02.branch_stat .branch_bottom .img_wrap {
    left: 16px;
  }
}

@media screen and (max-width: 400px) {
  .member_serv .gray_bgbox .benefit_on li {
    width: 100%;
  }
  .member_serv.for_join .agree_box p {
    line-break: 1.5;
  }
  .head_office .org_chart .org_step .step4 .left_ps .step5 > ul > li,
  .head_office .org_chart .org_step .step4 .right_ps .step5 > ul > li {
    width: 100%;
  }

  .head_office .org_chart .org_step .step5 > ul{
    display: block;
  }
  .head_office .org_chart .org_step .step5 > ul .step5_lf,
  .head_office .org_chart .org_step .step5 > ul .step5_ct{
    padding-right: 0;
  }
  .head_office .org_chart .org_step .step5 > ul > li{
    padding-bottom: 10px;
  }
  
  .export_friend .img_wrap {
    width: 100%;
  }
  .export_friend .img_wrap img {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .okta_activity.thirty_years .as_bulletin .cont_wrap .img_box,
  .okta_activity .as_bulletin .cont_wrap .img_box {
    width: auto;
  }
  .okta_activity .as_bulletin .cont_wrap .img_box .photoframe,
  .okta_activity .as_bulletin .cont_wrap .img_box .photoframe {
    height: auto;
  }
  .okta_activity .as_bulletin .cont_wrap .img_box .photoframe img,
  .okta_activity .as_bulletin .cont_wrap .img_box .photoframe img {
    height: auto;
  }
}
/*# sourceMappingURL=sub3.css.map */