@charset "UTF-8";
.content_page {
  padding: 0 15px;
  padding-top: 45px;
  text-align: left !important;
  line-height: 1.3;
  max-width: 640px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}
.content_page .img {
  width: 100%;
  overflow: hidden;
}
.content_page .img img {
  width: 100%;
}
.content_page h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: #222222;
}
.content_page h3:has(.boldB) {
  font-weight: 700;
}
.content_page h4 {
  line-height: 1.3;
  margin-bottom: 15px;
}
.content_page h4 b {
  font-size: 19px;
  font-weight: 300;
  color: #254a73;
}
.content_page h4 span {
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
}
.content_page h6 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #333;
  margin-top: 45px;
}
.content_page .sub {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.3;
  color: #222222;
  margin-bottom: 8px;
}
.content_page .subBold {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 32px;
  color: #121212;
}
.content_page .subBold span {
  font-weight: 400;
  letter-spacing: 0;
  color: #222222;
}
.content_page .subBold + div {
  font-size: 13px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.content_page .sub_bl {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
}
.content_page .desc {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  letter-spacing: -0.05em;
  line-height: 17px;
}
.content_page .li_sub {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
}
.content_page .boldB {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -0.04em;
  color: #0054ff;
}
.content_page .boldB b {
  color: inherit !important;
}
.content_page .tit {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #333;
  padding-bottom: 7px;
}
.content_page .titB {
  font-size: 21px;
  font-weight: 700;
  color: #222222;
}
.content_page .infoBlue {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #0054ff;
}
.content_page .infoRed {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: red;
}
.content_page .con {
  font-size: 15px;
  font-weight: 400;
  color: #787878;
  margin-bottom: 50px;
  line-height: 1.3;
}
.content_page .con p {
  letter-spacing: -0.03em;
}
.content_page .con b {
  font-size: inherit;
  font-weight: 600;
  color: #121212;
}
.content_page .con > div {
  margin-top: 13px;
}
.content_page ul {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03em;
  padding-left: 15px;
  text-indent: -15px;
}
.content_page ul > li {
  padding-bottom: 10px;
}
.content_page ul ol {
  font-size: 13px;
}
.content_page ul.padB {
  padding-left: 38px;
  text-indent: -38px;
}
.content_page ol {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 2px;
  text-indent: -2px;
  color: #8b8b8b;
  padding-top: 10px;
}
.content_page ol > li {
  position: relative;
  padding-left: 8px;
  padding-bottom: 5px;
}
.content_page ol > li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 5px;
  background-color: #b7b7b7;
}
.content_page ol ul {
  font-size: 13px;
}
.content_page ol ul li {
  padding-bottom: 0px;
}
.content_page .table01 {
  font-size: 13px;
  font-weight: 400;
  color: #787878;
  letter-spacing: -0.03em;
  line-height: 1.3;
  text-align: left;
  border-top: 1px solid #000;
}
.content_page .table01 th, .content_page .table01 td {
  padding: 10px 0;
  vertical-align: top;
}
.content_page .table01 tr {
  border-bottom: 1px solid #dddddd;
}
.content_page .table01 tr th {
  font-weight: 500;
  width: 130px;
  padding-left: 30px;
  color: #121212;
}
.content_page .table01 i {
  font-style: normal;
  margin: 0 10px;
}
.content_page .tbCen tr th {
  padding: 10px;
  text-align: left;
}
.content_page .tableWrap {
  white-space: nowrap;
  overflow-x: scroll;
}
.content_page .btn {
  width: 180px;
  height: 35px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0054ff;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.05em;
  position: relative;
  padding-right: 21px;
}
.content_page .btn::before {
  content: "❭";
  position: absolute;
  right: 20px;
  font-size: 9px;
}
.content_page .btn.btn01 {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content_page .btn.btn02 {
  background-color: #2b2e3d;
  width: 240px;
}
.content_page .btn.btn03 {
  background-color: #508a26;
}
.content_page .op0 {
  opacity: 0;
}
.content_page .blank_h {
  height: 30px;
}

.content_page .imgWrap > div {
  position: relative;
  margin-bottom: 5px;
}
.content_page .imgWrap p {
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #fff;
  padding-right: 10px;
}
.content_page .divWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.content_page .divWrap > div {
  width: calc(33.33% - 4px);
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content_page .divWrap > div:nth-child(2n) {
  background-color: #fbfbfb;
}
.content_page .divWrap > div:nth-child(2n+1) {
  background-color: #f6fcfd;
}
.content_page .divWrap > div:nth-child(3n) {
  margin-right: 0;
}
.content_page .divWrap .icon {
  margin-top: 30px;
  margin-bottom: 20px;
  height: 37px;
}
.content_page .divWrap .icon img {
  vertical-align: middle;
}
.content_page .divWrap p {
  text-align: center;
  color: #555555;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.content_page .box_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content_page .box_wrap .con_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content_page .box_wrap .box01 {
  border: 1px solid #00c4b6;
  background: url(/images/content/company04_01.jpg) no-repeat center/cover;
}
.content_page .box_wrap .box01 .con_tit {
  background-color: #00c4b6;
}
.content_page .box_wrap .box02 {
  border: 1px solid #268ed0;
  background: url(/images/content/company04_02.jpg) no-repeat center/cover;
}
.content_page .box_wrap .box02 .con_tit {
  background-color: #268ed0;
}
.content_page .box_wrap .con_tit {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}
.content_page .box_wrap .con_body {
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  letter-spacing: -0.03em;
  line-height: 1.5;
  text-align: center;
  padding: 12px 0;
}
.content_page .box_wrap .icon {
  margin: 0 12px;
}
.content_page .box_wrap .icon img {
  width: 15px;
}
.content_page .icon_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.content_page .icon_wrap > div {
  width: calc(50% - 7.5px);
  text-align: center;
}
.content_page .icon_wrap .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
.content_page .icon_wrap .icon::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #f7f7f7;
  z-index: -1;
}
.content_page .icon_wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 1px;
}
.content_page .table_wrap {
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
}
.content_page .table_wrap .table {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
.content_page .table_wrap .table thead th {
  background-color: #eeeeee;
  font-weight: 500;
}
.content_page .table_wrap .table tbody th {
  background-color: #e9f7f7;
  font-weight: 400;
}
.content_page .table_wrap .table th, .content_page .table_wrap .table td {
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
  border: 1px solid #bfbfbf;
}
.content_page .table_wrap .table th:last-child, .content_page .table_wrap .table td:last-child {
  border-right: 1px solid #bfbfbf;
}
.content_page .table_wrap .table th.left, .content_page .table_wrap .table td.left {
  border-left: 3px solid #0E0965;
}
.content_page .table_wrap .table th.right, .content_page .table_wrap .table td.right {
  border-right: 3px solid #0E0965;
}
.content_page .table_wrap .table th.top, .content_page .table_wrap .table td.top {
  border-top: 3px solid #0E0965;
}
.content_page .table_wrap .table th.bottom, .content_page .table_wrap .table td.bottom {
  border-bottom: 3px solid #0E0965;
}
.content_page .table_wrap .table tr:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.content_page .list {
  border: 1px solid #d2d2d2;
  margin-bottom: 15px;
}
.content_page .list:last-child {
  margin-bottom: 0;
}
.content_page .list_tit {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  color: #1b83b6;
  background-color: #f7f7f7;
  text-align: left;
  padding: 12px;
  padding-right: 0;
  border-bottom: 1px solid #d2d2d2;
}
.content_page .list_body {
  padding: 12px;
  padding-right: 0;
}
.content_page .list ol {
  font-size: 13px;
  color: #787878;
}
.content_page .list ol li {
  padding-left: 15px;
  text-indent: -15px;
}
.content_page .list ol li::before {
  display: none;
}
.content_page .imgs {
  padding: 45px 20px;
}
.content_page .imgs p {
  text-align: center;
  margin: 5px 0;
}
.content_page .imgs .heightDiv {
  height: 15px;
}
.content_page .imgs img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1019607843);
}
.content_page .flex_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content_page .com02 .con03 span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #787878;
}
.content_page .com02 .con03 b {
  color: #0054ff;
}
.content_page .com03 .boldB {
  font-size: 21px;
  margin: 20px 0 10px;
}
.content_page .com06 ul {
  padding-left: 0;
  text-indent: 0;
  font-size: inherit;
}
.content_page .com06 ul li {
  padding-bottom: 0;
}
.content_page .abroad img {
  width: 100%;
}
.content_page .location .con span {
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 25px;
}
.content_page .location .tit {
  font-weight: 500;
  color: #121212;
  margin-right: 10px;
}
.content_page .location .desc {
  font-weight: 400;
  color: #787878;
}
.content_page .location .wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content_page .location .btnC {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 28px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.content_page .location .btnC1 {
  background-color: #39b442;
}
.content_page .location .btnC2 {
  background-color: #8c8723;
}
.content_page .location .btnZone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  gap: 10px;
}
.content_page .location .btnZone .btn {
  color: #6d757f;
  background-color: #fff;
  border: 1px solid #6d757f;
  padding-right: 10px;
}
.content_page .location .btnZone .btn::before {
  right: 10px;
  font-size: 11px;
}
.content_page .location .btnZone .btn a {
  color: inherit;
}

.content_page .txt_con .sub {
  font-weight: 600;
}
.content_page .txt_con .img {
  margin-bottom: 30px;
}
.content_page .txt_con ol {
  margin-bottom: 20px;
}
.content_page .txt_con b {
  color: #c90606;
  font-weight: 400;
}
.content_page .hom01 {
  padding-bottom: 20px;
}
.content_page .hom01 h3 {
  margin-bottom: 5px;
}
.content_page .hom01 ul {
  text-indent: 0px;
}
.content_page .hom01 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 30px;
}
.content_page .hom01 .tabs div {
  cursor: pointer;
  width: calc(50% - 3.5px);
  height: 45px;
  line-height: 45px;
  background: #f6f6f6;
  color: #787878;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
.content_page .hom01 .tabs div.on {
  background: #217dbe;
  color: #fff;
}
.content_page .hom01 .con {
  display: none;
}
.content_page .hom01 .con.on {
  display: block;
}
.content_page .hom01 .table01 {
  font-size: 15px;
}
.content_page .hom01 .txt_con {
  margin-top: 50px;
}
.content_page .hom01 .subBold {
  margin-top: 20px;
  line-height: 1.3;
}
.content_page .hom02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content_page .hom02 .box {
  width: 160px;
  width: calc(50% - 15px);
  padding: 15px;
  border-radius: 8px;
  background-color: #fbfbfb;
  text-align: center;
  margin-bottom: 20px;
}
.content_page .hom02 .box p {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  padding-top: 25px;
  margin-bottom: 25px;
  letter-spacing: -0.03em;
}
.content_page .hom02 .box p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 7px);
  height: 9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fcffa8;
  z-index: -1;
}
.content_page .hom02 .box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 75px;
  padding: 10px 0;
}
.content_page .hom02 .box .icon img {
  height: 100%;
}
.content_page .hom02 .box .desc {
  margin-top: 10px;
  text-align: center;
  height: 100px;
}
.content_page .hom02 .box .tit {
  margin-top: 25px;
}
.content_page .hom02 .arrow {
  margin: 0 10px;
}
.content_page .hom05 .wrap > div {
  margin-bottom: 45px;
}
.content_page .hom05 .tit {
  margin-top: 15px;
}
.content_page .hom06 .boldB {
  font-weight: 600;
  margin: 2px 0;
}
.content_page .hom06 .boldB + p {
  margin-bottom: 15px;
}
.content_page .hom06 .con04 ol {
  margin-bottom: 25px;
}
.content_page .hom06 .con04 ol li::before {
  background-color: #444;
}
.content_page .hom07 .wrap > div {
  position: relative;
  width: 100%;
  background-color: #fbfbfb;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 40px;
}
.content_page .hom10 .icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fbfbfb;
  padding: 30px 0;
  gap: 0;
  margin-bottom: 45px;
}
.content_page .hom10 .icon_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 38px);
  gap: 10px;
  margin-bottom: 5px;
}
.content_page .hom10 .tit {
  color: #0054ff;
}
.content_page .hom10 .arrow {
  margin: 0 6px;
}
.content_page .hom10 .table01 th {
  width: 75px;
  padding: 22px;
  text-align: center;
}
.content_page .hom10 .table01 td {
  padding-top: 20px;
}
.content_page .hom10 .table01 ul {
  margin-right: 25px;
}
.content_page .hom10 .sub {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.content_page .hom12 .img {
  text-align: center;
}
.content_page .hom12 .img img {
  max-width: 325px;
}
.content_page .homepagebg .wcom_company > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.content_page .homepagebg .companyArea {
  width: calc(50% - 8px);
  margin-bottom: 20px;
  margin-left: 0 !important;
}
.content_page .homepagebg .images img {
  width: 100% !important;
  height: auto;
}
.content_page .homepagebg .txt_line {
  margin: 7px 0;
  min-height: 80px;
}
.content_page .homepagebg .images_mob img {
  width: 100%;
  height: auto;
}

.content_page .mNew {
  min-height: 750px;
}
.content_page .mNew img {
  width: 100%;
}
.content_page .mNew.en .tab_wrap {
  width: 90px !important;
}
.content_page .mNew.en .tab {
  width: 90px !important;
}
.content_page .mNew.cn .tab_wrap {
  width: 70px !important;
}
.content_page .mNew.cn .tab {
  width: 70px !important;
}
.content_page .mNew.jp .tab_wrap {
  width: 80px !important;
}
.content_page .mNew.jp .tab {
  width: 80px !important;
}
.content_page .pro06.kr04 img {
  width: 100%;
  margin-bottom: 20px;
}
.content_page .pro06.kr04 p {
  font-size: 17px;
  padding: 5px 0;
  color: #333;
}
.content_page .pro06.kr04 i {
  width: 11px;
  height: 2px;
  background: #494949;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 5px 2px 5px;
}
.content_page .pro05 .li_sub {
  padding-top: 35px;
  padding-left: 10px;
  padding-bottom: 5px;
}
.content_page .pro05 .li_sub + .img {
  max-width: 360px;
}
.content_page .pro07 h3 {
  margin-bottom: 25px;
}
.content_page .pro07 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.content_page .pro07 .wrap > div {
  width: 50%;
}
.content_page .pro08 .tableBd th {
  border-left: 1px solid #ddd;
  text-align: center;
  padding: 20px 0;
  vertical-align: middle;
}
.content_page .pro08 .tableBd th:first-of-type {
  border-left: none;
}
.content_page .kr04 .con_wrap {
  width: 100%;
  padding-left: 70px !important;
}
.content_page .kr04 img {
  width: 100%;
}

.content_page .prod01 .divWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.content_page .prod01 .divWrap > div {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: calc(50% - 7.5px);
  aspect-ratio: 140/125;
}
.content_page .prod01 .divWrap > div:nth-child(1) {
  background-color: #f2f6ff;
}
.content_page .prod01 .divWrap > div:nth-child(1) p {
  color: #667fb9;
}
.content_page .prod01 .divWrap > div:nth-child(2) {
  background-color: #f2f4ff;
}
.content_page .prod01 .divWrap > div:nth-child(2) p {
  color: #6871a6;
}
.content_page .prod01 .divWrap > div:nth-child(3) {
  background-color: #f6f5ff;
}
.content_page .prod01 .divWrap > div:nth-child(3) p {
  color: #726ca7;
}
.content_page .prod01 .divWrap > div:nth-child(4) {
  background-color: #f6f3ff;
}
.content_page .prod01 .divWrap > div:nth-child(4) p {
  color: #8877bd;
}
.content_page .prod01 .divWrap > div:nth-child(5) {
  background-color: #fff7ff;
}
.content_page .prod01 .divWrap > div:nth-child(5) p {
  color: #ab78ab;
}
.content_page .prod01 .divWrap > div:nth-child(6) {
  background-color: #fff7fa;
}
.content_page .prod01 .divWrap > div:nth-child(6) p {
  color: #c789a0;
}
.content_page .prod01 .divWrap p {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 10%;
}
.content_page .prod01 .divWrap p + div {
  font-weight: 600;
}
.content_page .prod01 .div_wrap {
  margin-bottom: 70px;
}
.content_page .prod01 ul.list_wrap {
  margin: 15px 0 25px;
}
.content_page .prod01 .infoBlue {
  margin: 7.5px 0;
  padding-left: 8px;
  text-indent: -5px;
}
.content_page .prod03 h3 + span {
  padding-top: 1.5rem;
}
.content_page .prod03 ul li {
  padding-bottom: 5px;
}
.content_page .prod03 .table01 tr th {
  width: auto;
  text-align: center;
}
.content_page .prod03 .table01 tr td {
  border-left: 1px solid #ddd;
}
.content_page .prod03 .table01 tr th, .content_page .prod03 .table01 tr td {
  padding: 10px 15px;
}

.content_page .service03 .img {
  margin-top: 40px;
  margin-bottom: 18px;
}
.content_page .service03 ul li {
  margin-bottom: 5px;
}
.content_page .service05 .flex_div {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 35px;
}
.content_page .service05 .flex_div .img {
  width: calc(70% - 20px);
}
.content_page .service05 .flex_div .info_name {
  width: calc(30% - 20px);
  color: #212121;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.content_page .service05 .flex_div .info_name span {
  font-size: 17px;
  font-weight: 600;
}
.content_page .service05 .wrap {
  padding: 20px;
  background-color: #fbfbfb;
}
.content_page .service05 .wrap > div {
  margin-bottom: 45px;
}
.content_page .service05 .sub_bl {
  position: relative;
  z-index: 1;
  font-size: 16px;
  display: inline-block;
}
.content_page .service05 .sub_bl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: calc(100% + 4px);
  height: 12px;
  z-index: -1;
  background: #a8d1ff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content_page .service05 .desc {
  font-size: 15px;
}
.content_page .service05 ol {
  padding-top: 0;
}
.content_page .service05 ol li {
  padding-bottom: 0;
}
.content_page .service12 .img {
  position: relative;
  width: 100%;
}
.content_page .service12 .img01 {
  background: #fbfbfb;
  height: 350px;
}
.content_page .service12 .img01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160%;
  max-width: 600px;
}
.content_page .service12 .img02 {
  background: #ebf0f6;
  height: 450px;
}
.content_page .service12 .img02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 128%;
  max-width: 600px;
}
.content_page .service13 h3 {
  font-size: 17px;
  padding-bottom: 15px;
}
.content_page .service13 h3 span {
  color: #0054ff;
  font-weight: 800;
}
.content_page .service13 .desc b {
  font-size: inherit;
  font-weight: 600;
  text-decoration: underline;
  color: #000;
}
.content_page .service13 .desc i {
  font-style: normal;
  font-weight: 600;
  color: #013bb1;
}
.content_page .service13 .img {
  margin-top: 40px;
}

#counsel.counsel01_2 {
  padding: 30px 0;
  font-size: 15px;
  font-weight: 400;
  color: #606060;
}
#counsel.counsel01_2 .con02 {
  padding: 20px 0;
}
#counsel.counsel01_2 .con02 ul {
  text-align: center;
  float: left;
  width: 100%;
}
#counsel.counsel01_2 .con02 div {
  width: 110px;
  height: 110px;
  display: inline-block;
}
#counsel.counsel01_2 .con02 .li01 {
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
}
#counsel.counsel01_2 .con02 .li02 {
  color: #686868;
  font-size: 13px;
  line-height: 24px;
}
#counsel.counsel01_2 .con02 table {
  width: 100%;
}
#counsel.counsel01_2 .con02 td {
  position: relative;
  vertical-align: top;
  border: none;
  text-align: center;
}
#counsel.counsel01_2 .con02 .td01 {
  width: 100%;
}
#counsel.counsel01_2 .con02 .td05 {
  width: 298px;
}
#counsel.counsel01_2 .con02 .td01 div {
  background: url("/images/counsel/icon01.svg") no-repeat center;
}
#counsel.counsel01_2 .con02 .td02 div {
  background: url("/images/counsel/icon02.svg") no-repeat center;
}
#counsel.counsel01_2 .con02 .td03 div {
  background: url("/images/counsel/icon03.svg") no-repeat center;
}
#counsel.counsel01_2 .con02 .td04 div {
  background: url("/images/counsel/icon04.svg") no-repeat center;
}
#counsel.counsel01_2 .con02 .td05 div {
  background: url("/images/counsel/icon05.svg") no-repeat center;
}
#counsel.counsel01_2 .con02 .arrow_img {
  width: 100%;
  height: 134px;
  background: url("/images/counsel/arrow01.svg") no-repeat center top;
  background-size: auto 124px;
}
#counsel.counsel01_2 .con02 em {
  display: inline-block;
  width: 100%;
  height: 150px;
}
#counsel.counsel01_2 .con02 em i {
  position: absolute;
  width: 1px;
  background: #b8b8b8;
  bottom: 25px;
  left: 50%;
  margin-left: -0.5px;
  height: 120px;
}
#counsel.counsel01_2 .con02 em u {
  position: absolute;
  width: 15px;
  height: 13px;
  background: url("/images/counsel/arrow.svg") no-repeat center;
  left: 50%;
  margin-left: -7.5px;
  bottom: 15px;
}
#counsel.counsel01_2 .con02 .td02 em i {
  height: 145px;
}
#counsel.counsel01_2 .con {
  margin-bottom: 30px;
}
#counsel .counsel_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
#counsel .counsel_list .box {
  max-width: 450px;
  width: 100%;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  padding: 30px 0;
  text-align: center;
}
#counsel .counsel_list p {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 600;
  width: 100%;
  padding-top: 10px;
}
#counsel .counsel_list .icon {
  margin: 10px 0;
}
#counsel .title {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 30px;
  margin-bottom: 7px;
}
#counsel .info {
  font-size: 13px;
  padding: 0 5px;
  color: #90A4AE;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 5px;
}
#counsel .infoRight {
  display: block;
  text-align: right;
  font-size: 13px;
  color: #222;
}
#counsel .infoLight {
  padding-left: 10px;
  font-size: 13px;
  color: #9e9e9e;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
#counsel .table .tb {
  white-space: nowrap;
  overflow-x: scroll;
}
#counsel .tb3 {
  -webkit-box-shadow: 0 0 0 1px #aaa;
          box-shadow: 0 0 0 1px #aaa;
}
#counsel .tb3 th, #counsel .tb3 td {
  text-align: center;
  border-color: #fff;
  padding: 10px 15px;
}
#counsel .tb3 tr.even {
  background-color: #f5f5f5;
}
#counsel .tb3 thead {
  background: #eee;
}
#counsel .tb3 td {
  color: #2e2e2e;
}
#counsel .management_fee {
  padding-top: 15px;
}
#counsel .management_fee ul {
  font-size: 16px;
  text-indent: -22px;
  padding-left: 22px;
  padding-bottom: 5px;
}
#counsel .management_fee ol {
  padding-left: 15px;
  padding-bottom: 5px;
}
#counsel .management_fee ol li {
  color: #9e9e9e;
  font-size: 14px;
}
#counsel .tb1 thead th:first-child {
  background: #dadcec;
  color: #3d426f;
  border-color: #a5a9c2;
}
#counsel .tb1 thead th:nth-child(2) {
  background: #f7e7d0;
  color: #a35930;
  border-color: #d5bb95;
}
#counsel .tb1 thead th:last-child {
  background: #d0e7e5;
  color: #305750;
  border-color: #95bbb7;
}
#counsel .tb1 thead th.trOrange {
  background: #f7e7d0;
  color: #a35930;
  border-color: #d5bb95;
  width: 90px;
}
#counsel .tb1 tbody th {
  background: #e8eaf6;
  color: #1a237e;
  border-color: #a5a9c2;
}
#counsel .tb1 tbody td:nth-child(2), #counsel .tb1 tbody td:nth-child(3) {
  background: #fff3e0;
  color: #e65100;
  font-weight: 500;
  border-color: #d5bb95;
}
#counsel .tb1 tbody td:last-child {
  background: #e0f2f1;
}
#counsel .tb1 tbody td:nth-child(7) {
  background: #e0f2f1;
  color: #004d40;
  border-color: #95bbb7;
}
#counsel .tb1 tbody tr:nth-child(2) th {
  background: #e1e3f3;
}
#counsel .tb1 tbody tr:nth-child(2) td {
  background: #fafafa;
}
#counsel .tb1 tbody tr:nth-child(2) td:nth-child(2), #counsel .tb1 tbody tr:nth-child(2) td:nth-child(3) {
  background: #ffefd6;
}
#counsel .tb1 tbody tr:nth-child(3) th {
  background: #d9ddf0;
}
#counsel .tb1 tbody tr:nth-child(3) td {
  background: whitesmoke;
}
#counsel .tb1 tbody tr:nth-child(3) td:nth-child(2), #counsel .tb1 tbody tr:nth-child(3) td:nth-child(3) {
  background: #ffebcc;
}
#counsel .tb1 tbody tr:nth-child(4) th {
  background: #d2d6ed;
}
#counsel .tb1 tbody tr:nth-child(4) td {
  background: #f0f0f0;
}
#counsel .tb1 tbody tr:nth-child(4) td:nth-child(2), #counsel .tb1 tbody tr:nth-child(4) td:nth-child(3) {
  background: #ffe7c1;
}
#counsel .tb1 tbody tr:nth-child(5) th {
  background: #c2c8ea;
}
#counsel .tb1 tbody tr:nth-child(5) td {
  background: #e6e6e6;
}
#counsel .tb1 tbody tr:nth-child(5) td:nth-child(2), #counsel .tb1 tbody tr:nth-child(5) td:nth-child(3) {
  background: #ffdda8;
}
#counsel .tb1 th, #counsel .tb1 td {
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #aaa;
}
#counsel .tb2 {
  border: 1px solid #aaa;
}
#counsel .tb2 th, #counsel .tb2 td {
  font-size: 15px;
  padding: 10px 15px;
  text-align: center;
}
#counsel .tb2 thead th {
  background: #eee;
}
#counsel .tb2 td {
  color: #2e2e2e;
}

#counsel {
  padding: 30px 0px;
}
#counsel * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#counsel input, #counsel button {
  border: none;
  outline: none;
  background: none;
}
#counsel input[type=text] {
  width: 100%;
  height: 50px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #919191;
}
#counsel input[type=text]::-webkit-input-placeholder {
  font-size: 15px;
  color: #acacac;
}
#counsel input[type=text]::-moz-placeholder {
  font-size: 15px;
  color: #acacac;
}
#counsel input[type=text]:-ms-input-placeholder {
  font-size: 15px;
  color: #acacac;
}
#counsel input[type=text]::-ms-input-placeholder {
  font-size: 15px;
  color: #acacac;
}
#counsel input[type=text]::placeholder {
  font-size: 15px;
  color: #acacac;
}
#counsel input[type=checkbox] {
  display: none;
}
#counsel input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
}
#counsel input[type=checkbox] + label i {
  font-style: normal;
  text-decoration: underline;
}
#counsel input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 9px;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  background: #fff;
  border: 1px solid #727272;
}
#counsel input[type=checkbox]:checked + label::before {
  content: "✓";
}
#counsel input#txtCaptcha {
  background: #fafafa;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  margin-top: 6px;
}
#counsel textarea {
  padding: 10px;
  width: 100%;
  height: 180px;
  background: #fdfdfd;
  border: 1px solid #a8a8a8;
}

#counsel .title {
  text-align: center;
}
#counsel .title div {
  font-size: 25px;
  font-weight: 500;
  color: #212121;
  line-height: 45px;
}
#counsel .title p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #343434;
}
#counsel .title p b {
  color: red;
  font-weight: inherit;
}

#counsel .input_list {
  padding: 30px 0px;
}
#counsel .input_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#counsel .input_info > div {
  width: 100%;
  padding: 5px;
  margin: 0 5px;
}
#counsel .input_info .tit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  line-height: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
}
#counsel .input_info .tit span {
  color: red;
}
#counsel .input_info .input_con {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#counsel .input_info .com_requiry {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
#counsel .input_info .com_requiry b {
  color: red;
  font-size: inherit;
  font-weight: inherit;
}
#counsel .input_info.com_info {
  gap: 15px;
}
#counsel .input_info.detail_info {
  padding: 25px 5px;
}
#counsel .input_info.detail_info > div {
  width: 100%;
}
#counsel .input_info.captcha {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#counsel .input_info.captcha > div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#counsel .input_info.captcha .alert {
  background: none;
  font-size: 13px;
  width: 100%;
  padding: 2px 0;
}
#counsel .input_info.captcha .icon {
  margin: 0;
  margin-left: auto;
  width: 50px;
  height: 50px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.168627451);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.168627451);
  border-radius: 4px;
}
#counsel .input_info.captcha .icon .refresh {
  left: 0;
  top: 0;
  margin: 0;
  background: url(/images/icon/undo.png) no-repeat center;
  width: 30px;
  height: 30px;
}
#counsel .input_info.captcha .icon button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#counsel .policy_content {
  width: 100%;
  height: 180px;
  overflow-y: scroll;
  display: none;
  background: #fafafa;
}
#counsel .policy_content.on {
  display: block;
  border: 1px solid #aaaaaa;
  margin-top: 15px;
  padding-top: 10px;
  padding-left: 10px;
}
#counsel .policy_content h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 18px;
}
#counsel .policy_content h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
#counsel .policy_content ul, #counsel .policy_content p, #counsel .policy_content ol {
  padding-top: 5px;
  font-size: 13px;
  font-weight: 400;
}
#counsel .policy_content ul ul, #counsel .policy_content ul ol, #counsel .policy_content p ul, #counsel .policy_content p ol, #counsel .policy_content ol ul, #counsel .policy_content ol ol {
  padding-left: 3px;
  padding-top: 0;
}
#counsel .agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counsel .btn_view {
  cursor: pointer;
  padding: 5px 10px;
  margin-left: 18px;
  color: #fff;
  background: #888;
}

#counsel .btn_wrap {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#counsel .btn_wrap .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 50px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
#counsel .btn_wrap .btn_reg {
  background: #ff4630;
}
#counsel .btn_wrap .btn_reset {
  background: #3a3a3a;
}