@charset "UTF-8";

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
}
.copyright {
  word-break: break-all;
}

/* YT iframe RWD end */
@font-face {
  font-family: 'Noto Sans SC';
  src: url("/web/20250310080407im_/https://www.wtmec-adi.com/fonts/NotoSansSC-Regular.ttf") format("ttf");
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url("/web/20250310080407im_/https://www.wtmec-adi.com/fonts/NotoSansKR-Regular.ttf") format("ttf");
}
@font-face {
  font-family: 'Noto Sans TC';
  src: url("/web/20250310080407im_/https://www.wtmec-adi.com/fonts/NotoSansTC-Regular.ttf") format("ttf");
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
html.hidden, body.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

select, input, textarea {
  width: 100%;
  border: 1px solid #D8D8D8;
  padding: 16px 12px 15px;
  border-radius: 8px;
  font-size: 18px;
  position: relative;
}
select::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #D8D8D8;
}
select:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D8D8D8;
}
select::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D8D8D8;
}
select:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #D8D8D8;
}
select:focus, input:focus, textarea:focus {
  outline-color: #0067B9;
}
select.error, input.error, textarea.error {
  border-color: #D85B60;
  background: url(/images/template/icon_error.svg) no-repeat calc(100% - 12px) center;
  padding-right: 40px;
  background-size: 20px auto;
}

textarea {
  height: 120px;
  resize: none;
  font-family: "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select {
  padding-right: 40px !important;
  -webkit-appearance: none;
  background: #fff url(/images/template/icon_select.svg) no-repeat calc(100% - 16px) center;
  background-size: 12px auto;
}
select.error {
  background-image: url(/images/template/icon_select.svg), url(/images/template/icon_error.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(100% - 16px) center, calc(100% - 38px) center;
  background-size: 12px auto, 20px auto;
  padding-right: 70px !important;
}

.colorB {
  color: #0067B9;
}

.colorB2 {
  color: #009FBD;
}

.colorP1 {
  color: #7C4A8A;
}

.colorP2 {
  color: #6B1685;
}

.colorR {
  color: #D85B60;
}

.colorR2 {
  color: #E85298;
}

.colorY {
  color: #FFDC22;
}

.bg-gy {
  background-color: #F5F5F5;
}
.bg-gy .card2:hover {
  background-color: #fff !important;
}

.bg-bk {
  background-color: #F5F5F5;
}

.text-break {
  word-break: break-all;
  display: inline !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-normal {
  font-weight: normal !important;
}

.d-flex {
  display: flex;
}

.flex-align-center {
  align-items: center;
}

.mobile, .pad-block {
  display: none;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.wrap::after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

.f_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.f_row .col {
  padding: 0 10px;
}
.f_row .col-6 {
  width: 50%;
}
.f_row .col-4 {
  width: calc(100% / 3);
}
.f_row .col-5 {
  width: calc((100% / 12) * 5);
}
.f_row .col-7 {
  width: calc((100% / 12 ) * 7);
}
.f_row .col-8 {
  width: calc((100% / 3) * 2);
}
.f_row .col-12 {
  width: 100%;
}
.f_row .col-3 {
  width: calc(100% / 4);
}
.f_row .col-9 {
  width: calc((100% / 4)* 3);
}
.f_row.row-4 {
  margin: 0 -4px;
}
.f_row.row-4 .col {
  padding: 0 4px;
}
.f_row.row-6 {
  margin: 0 -6px;
}
.f_row.row-6 .col {
  padding: 0 6px;
}
.f_row.row-6 .col-left, .f_row.row-6 .col-right {
  width: 50%;
}
.f_row.row-10 {
  margin: 0 -10px;
}
.f_row.row-10 .col {
  padding: 0 10px;
}

.slick-style {
  position: relative;
}
.slick-style .slick-arrow {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -45px;
  cursor: pointer;
  opacity: 0.8;
}
.slick-style .slick-arrow:hover {
  opacity: 1;
}
.slick-style .slick-arrow.slick-prev {
  right: 28px;
}
.slick-style .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.slick-style .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.slick-style .slick-dots li {
  display: inline-block;
  padding: 0 4px;
}
.slick-style .slick-dots li button {
  font-size: 0;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #AAAAAA;
  padding: 0;
  cursor: pointer;
}
.slick-style .slick-dots li.slick-active button {
  background-color: #009FBD;
}

.slider-full-dot .slider-item {
  padding: 1px;
  justify-content: center;
}
.slider-full-dot a {
  border: 1px solid #AAAAAA;
}
.slider-full-dot a img {
  width: 100%;
}
.slider-full-dot .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slider-full-dot .slick-dots li {
  display: inline-block;
  padding: 0 4px;
}
.slider-full-dot .slick-dots li button {
  font-size: 0;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #F5F5F5;
  padding: 0;
  cursor: pointer;
}
.slider-full-dot .slick-dots li.slick-active button {
  background-color: #009FBD;
}

.slider-fade-dot .slick-dots, .slider-dot .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slider-fade-dot .slick-dots li, .slider-dot .slick-dots li {
  display: inline-block;
  padding: 0 4px;
}
.slider-fade-dot .slick-dots li button, .slider-dot .slick-dots li button {
  font-size: 0;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #AAAAAA;
  padding: 0;
  cursor: pointer;
}
.slider-fade-dot .slick-dots li.slick-active button, .slider-dot .slick-dots li.slick-active button {
  background-color: #009FBD;
}

.slider-item a {
  overflow: hidden;
  display: block;
}
.slider-item a img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.3s;
}
.slider-item a:hover img {
  transform: scale(1.05, 1.05);
}


#header h1 a:first-child::after {
  content: "";
  width: 1px;
  height: 36px;
  background-color: #AAAAAA;
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -18px;
}
#header #menu {
  float: right;
  font-size: 14px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 -15px 0 0;
}
#header #menu > li {
  position: relative;
}
#header #menu > li > a {
  display: block;
  padding: 40px 20px 39px;
  position: relative;
  height: 100px;
}
#header #menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 21px;
  top: 50%;
  margin-top: -9px;
}
#header #menu > li > a .icon-arrow {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 22px;
  margin-left: 5px;
  background: url(/images/template/icon_arrow_down_b.svg) no-repeat center center;
  background-size: contain;
}
#header #menu > li:nth-child(1) a::before {
  display: none;
}
#header #menu > li:nth-child(2) a::before {
  background-color: #0067B9;
}
#header #menu > li:nth-child(3) a::before {
  background-color: #001F34;
}
#header #menu > li:nth-child(4) a::before {
  background-color: #009FBD;
}
#header #menu > li:nth-child(5) a::before {
  background-color: #FF7201;
}
#header #menu > li:nth-child(6) a::before {
  background-color: #7C4A8A;
}
#header #menu > li:nth-child(7) a::before {
  background-color: #25A449;
}
#header #menu > li:nth-child(8) a::before {
  background-color: #0067B9;
}
#header #menu > li:hover > a {
  background-color: #0067B9;
  color: #fff;
}
#header #menu > li:hover > a .icon-arrow {
  background-image: url(/images/template/icon_arrow_down_w.svg);
}
#header #menu > li:hover > ul {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}
#header #menu > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2) inset;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: -999;
}
#header #menu > li ul a {
  display: block;
  padding: 20px 15px;
}
#header #menu > li ul a:hover {
  background-color: #F5F5F5;
}

#container {
  padding-top: 35px;
}
#container .section {
  padding: 30px 0;
  overflow: hidden;
}
#container .section.full-section {
  padding: 0;
  text-align: center;
}
#container .section.full-y-section {
  padding: 30px 0;
}
#container .section .title {
  position: relative;
  padding-left: 15px;
  font-size: 28px;
  color: #333;
  line-height: 160%;
  margin: 0 0 15px;
}
#container .section .title::before {
  content: "";
  width: 5px;
  height: 30px;
  position: absolute;
  background: url(/images/template/title_line.svg) no-repeat center top;
  left: 0;
  top: 7px;
}
#container .section .title.top-line {
  text-align: center;
  padding-top: 10px;
}
#container .section .title.top-line::before {
  content: "";
  width: 60px;
  height: 5px;
  position: absolute;
  background: url(/images/template/title_line2.svg) no-repeat center top;
  left: 50%;
  top: 0;
  margin-left: -22px;
}
#container .section.bg-bk .title {
  color: #fff;
}
#container .card {
  display: block;
}
#container .card .card-box {
  display: flex;
  transition: background-color 0.3s;
}
#container .card .card-box .text {
  margin-right: 5px;
}
#container .card .card-box .text .tag {
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 0 20px 20px 0;
  background-color: #6B1685;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
#container .card .card-box .text .tag.tag-y {
  background-color: #FFDC22;
  color: #2F2F2F;
}
#container .card .card-box .text .name {
  font-size: 20px;
  color: #009FBD;
  margin-bottom: 10px;
  line-height: 160%;
}
#container .card .card-box .text p {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  text-overflow: ellipsis;
}
#container .card2 {
  display: block;
  padding: 10px;
}
#container .card2 .img {
  position: relative;
  border: 1px solid #AAAAAA;
  overflow: hidden;
}
#container .card2 .img.video::before {
  width: 55px;
  height: 55px;
  content: "";
  background: url(/images/template/icon_play.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
  z-index: 5;
}
#container .card2 .text {
  margin-top: 10px;
}
#container .card2 .text .tag {
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 0 20px 20px 0;
  background-color: #6B1685;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
#container .card2 .text p {
  font-size: 16px;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  text-overflow: ellipsis;
}
#container .card3 {
  padding: 0 10px;
}
#container .card3 .img {
  position: relative;
  overflow: hidden;
}
#container .card3 .tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 12px;
  background-color: #6B1685;
}
#container .card3 .text {
  padding: 6px 10px;
}
#container .card3 .text .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#container .card3 .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}
#container .card3 .text ul li {
  display: flex;
  margin: 3px 0;
}
#container .card3 .text ul li span {
  display: block;
  width: calc(100% - 50px);
}
#container .card3 .text ul li span:first-child {
  width: 50px;
}
#container .card3 .text ul li a {
  display: block;
  width: calc(100% - 50px);
}
#container .card3 .text ul li a:hover {
  color: #0067B9;
  text-decoration: underline;
}
#container .card4 {
  position: relative;
}
#container .card4 .img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#container .card4 .img img {
  width: 100%;
}
#container .card4 .tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 12px;
  background-color: #6B1685;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 5;
}
#container .card4 .tag.tag-b {
  background-color: #0067B9;
}
#container .card4 .text {
  padding: 10px;
}
#container .card4 .text .date {
  font-size: 14px;
  color: #009FBD;
  margin-bottom: 5px;
}
#container .card4 .text .name {
  font-size: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
  text-overflow: ellipsis;
  font-weight: bold;
}
#container .card4 .text ul {
  list-style: none;
  font-size: 16px;
  margin: 8px 0 0;
  padding: 0;
}
#container .card4 .text ul li {
  margin: 5px 0;
}
#container .card4 .text ul a {
  display: inline;
  color: #0067B9;
  border: none;
}
#container .card5 {
  display: block;
}
#container .card5 .text-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#container .card5 .text-top .txt {
  width: calc(100% - 170px);
}
#container .card5 .text-top .img {
  display: block;
  width: 150px;
  position: relative;
  overflow: hidden;
}
#container .card5 .text-top .img.video::before {
  width: 40px;
  height: 40px;
  content: "";
  background: url(/images/template/icon_play.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 5;
}
#container .card5 .text-top .tag {
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 0 20px 20px 0;
  background-color: #6B1685;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
#container .card5 .text-top .name {
  font-size: 20px;
  color: #009FBD;
  margin-bottom: 5px;
  line-height: 160%;
}
#container .card5 .text {
  font-size: 14px;
  line-height: 1.4;
}
#container .card5 .text .name {
  color: #0067B9;
  font-weight: bold;
  margin-bottom: 5px;
}
#container .card5 .text .name::before {
  content: "|";
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
}
#container .card5 .text .name::after {
  content: "|";
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
}
#container .card5 .text a {
  display: inline-block;
  color: #0067B9;
  vertical-align: top;
}
#container .card5 .text a:hover {
  color: #8CC4DF;
}
#container .card5 .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#container .card5 .text ul li {
  position: relative;
  padding-left: 15px;
  margin: 5px 0;
}
#container .card5 .text ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #0067B9;
  position: absolute;
  left: 5px;
  top: 6px;
}
#container .card5 p {
  font-size: 14px;
  margin: 0;
}
#container .card6 {
  text-align: center;
  padding: 20px 12px;
}
#container .card6 .tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  background-color: #6B1685;
  margin-bottom: 8px;
}
#container .card6 .name {
  color: #0067B9;
  margin-bottom: 8px;
}
#container .card6 .img {
  margin-bottom: 8px;
}
#container .card6 p {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
  max-height: 54px;
  text-overflow: ellipsis;
  text-align: left;
}
#container .card6:hover {
  background-color: #fff;
}
#container .card7 {
  padding: 0 10px 20px;
  position: relative;
}
#container .card7 .img {
  display: block;
  margin-bottom: 5px;
}
#container .card7 .tag {
  display: inline-block;
  padding: 3px 10px 3px 5px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 12px;
  background-color: #6B1685;
  position: absolute;
  left: 0;
  top: 12px;
}
#container .card7 .text {
  padding: 5px;
}
#container .card7 .text .name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-size: 18px;
  max-height: 48px;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
#container .card7 .text .name:hover {
  color: #7C4A8A;
}
#container .card7 .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #343434;
}
#container .card7 .text ul li {
  margin: 5px 0;
}
#container .card7 .text ul li.icon::before {
  display: inline-block;
  margin-right: 6px;
}
#container .card7 .text ul li.icon-date::before {
  content: url(/images/account/sec_19_theme7/icon_date_p2.svg);
}
#container .card7 .text ul li.icon-user::before {
  content: url(/images/account/sec_19_theme7/icon_user_p.svg);
}
#container .card7 .text ul li.icon-document::before {
  content: url(/images/account/sec_19_theme7/icon_document_p.svg);
}
#container .card7 .text ul li a {
  color: #009FBD;
  display: inline;
}
#container .card7 .text ul li a svg {
  fill: #009FBD;
  width: 14px;
  display: inline-block;
  vertical-align: bottom;
}
#container .card7 .text ul li a:hover {
  color: #7C4A8A;
}
#container .card7 .text ul li a:hover svg {
  fill: #7C4A8A;
}
#container .card7:hover {
  background-color: #F5F5F5;
}
#container .card8 {
  padding: 0 7px;
}
#container .card8 .img {
  display: block;
}
#container .card8 .img img {
  max-width: none;
  width: 100%;
}
#container .card8 .text {
  padding: 5px;
}
#container .card8 .text .name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 21px;
  font-size: 16px;
  max-height: 42px;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
#container .card8 .text p {
  color: #636363;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  max-height: 36px;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 0;
}
#container .card8 .text .date {
  font-size: 12px;
  color: #6B1685;
}
#container .card8 .text .date::before {
  content: url(/images/account/sec_21_theme8/icon_download_p.svg);
  width: 15px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 1px;
}
#container .card8 .btn-block {
  padding: 5px;
  margin-top: 10px;
}
#container .card8 .btn-block .btn {
  border-radius: 50px;
  padding: 10px;
}
#container .card8:hover {
  background-color: #F5F5F5;
}
#container .list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}
#container .list li {
  border-top: 1px dashed #AAAAAA;
  padding: 5px 0;
}
#container .list li:first-child {
  border-top: none;
}
#container .list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 0;
  position: relative;
}
#container .list li a.list-icon {
  padding-left: 38px;
}
#container .list li a .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
#container .list li a .icon img {
  width: 26px;
  height: 26px;
}
#container .list li a .date {
  color: #6B1685;
  font-weight: bold;
  margin-right: 8px;
}
#container .list li a:hover {
  background-color: #fff;
}
#container .input-row {
  margin-bottom: 8px;
}
#container .input-row label {
  margin-bottom: 8px;
  display: block;
  color: #191919;
  line-height: 26px;
}
#container .input-row label .colorR {
  font-size: 17px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
#container .input-row label a {
  display: inline-block;
  text-decoration: underline;
  vertical-align: bottom;
}
#container .input-row label a:hover {
  color: #0067B9;
}
#container .input-row input, #container .input-row select, #container .input-row textarea {
  margin-bottom: 12px;
}
#container .input-row input:disabled, #container .input-row select:disabled, #container .input-row textarea:disabled {
  background-color: #F5F5F5;
}
#container .input-row .message {
  color: #E85298;
  font-size: 12px;
  margin: -5px 0 0;
}
#container .checkbox-row .checkbox-item label {
  padding-left: 35px;
  background: url(/images/template/icon_checkbox.svg) no-repeat left top;
  background-size: 24px auto;
  display: block;
  min-height: 26px;
}
#container .checkbox-row .checkbox-item input {
  display: none;
}
#container .checkbox-row .checkbox-item input:checked + label {
  background-image: url(/images/template/icon_checkbox_selected.svg) !important;
}
#container .checkbox-row .checkbox-item input:checked + label.checkbox-p {
  background-image: url(/images/template/icon_checkbox_selected_p.svg) !important;
}
#container .checkbox-row .checkbox-item input.error + label {
  background-image: url(/images/template/icon_checkbox_error.svg);
}
#container .icon-input {
  position: relative;
}
#container .icon-input::before {
  content: "-";
  position: absolute;
  left: -15px;
  top: 0%;
  line-height: 54px;
}

#footer {
  background-color: #343434;
  color: #fff;
  font-size: 14px;
  padding: 35px 0 0;
  position: initial;
}
#footer::before {
  width: 100%;
  content: "";
  background: url(/images/template/footer_line.svg) no-repeat center center;
  background-size: 100% 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
#footer.footer2 .info {
  max-width: 730px;
}
#footer.footer2 .info .logo {
  float: none;
  margin-right: 0;
}
#footer.footer2 .info .logo::after {
  display: block;
  height: 2px;
  content: "";
  margin: 15px 0 10px;
  background: linear-gradient(to right, #009FBD 0%, #25A449 100%);
}
#footer.footer2 .info .logo .img {
  display: inline-block;
  vertical-align: top;
  width: 144px;
}
#footer.footer2 .info .logo .img img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
#footer .logo {
  float: left;
  margin-right: 35px;
}
#footer .info {
  float: left;
  max-width: 540px;
}
#footer .info h2 {
  font-size: 28px;
  font-weight: normal;
  position: relative;
  margin: 0 0 8px;
  padding: 4px 0 13px;
}
#footer .info h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0067B9;
  background: linear-gradient(to right, #0067B9 0%, #25A449 100%);
}
#footer .info p {
  line-height: 160%;
  margin: 0;
}
#footer .social {
  float: right;
}
#footer .social .social-item {
  text-align: right;
  margin-bottom: 28px;
}
#footer .social .social-item .name {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
#footer .social .social-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
#footer .social .social-item ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}
#footer .social .social-item ul li a {
  display: block;
}
#footer .social .social-item ul li a:hover {
  opacity: 0.8;
}
#footer .footer-bottom {
  margin-top: 30px;
  background-color: #43234D;
  padding: 10px 0;
}
#footer .footer-bottom .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-bottom .wrap::after {
  display: none;
}
#footer .footer-bottom nav {
  display: flex;
  align-items: center;
}
#footer .footer-bottom nav a {
  display: block;
  padding: 3px 15px;
}
#footer .footer-bottom nav a:hover {
  background-color: #0067B9;
}
#footer .footer-bottom nav span {
  margin: 0 5px;
  width: 1px;
  height: 21px;
  background-color: #fff;
  display: block;
}

/*RD-edit star 202312*/
#wechatPopup, #wechatPopupAdi {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}
#wechatPopup .popup, #wechatPopupAdi .popup {
  background-color: #fff;
  max-width: 500px;
  width: 90%;
  padding: 20px;
  border: 1px solid #8CC4DF;
  border-radius: 4px;
  position: relative;
  font-size: 16px;
}
#wechatPopup .popup .popup-close, #wechatPopupAdi .popup .popup-close {
  background: #0067B9;
  opacity: 0.8;
  border: 1px solid #009FBD;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  right: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wechatPopup .popup .popup-close img, #wechatPopupAdi .popup .popup-close img {
  width: 16px;
}
#wechatPopup .popup .popup-close:hover, #wechatPopupAdi .popup .popup-close:hover {
  opacity: 1;
}
#wechatPopup .popup h2, #wechatPopupAdi .popup h2 {
  font-size: 28px;
  margin: 0;
  font-weight: normal;
}
#wechatPopup .popup .img, #wechatPopupAdi .popup .img {
  max-width: 300px;
  margin: 5px auto 0;
}
#wechatPopup .popup p, #wechatPopupAdi .popup p {
  margin: 10px 0;
}
#wechatPopup.active, #wechatPopupAdi.active {
  display: flex;
}

/*RD-edit end*/
.fixed-group {
  position: fixed;
  right: 0;
  bottom: 120px;
  z-index: 999;
}
.fixed-group > a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 8px 0 0 8px;
  color: #fff;
  text-align: center;
  margin: 8px 0;
  font-size: 16px;
  font-weight: bold;
  padding-top: 8px;
  opacity: 0.8;
  border: 1px solid #009FBD;
}
.fixed-group > a:hover, .fixed-group > a.active {
  opacity: 1;
}
.fixed-group > a i {
  display: block;
  text-align: center;
}
.fixed-group > a i img {
  vertical-align: bottom;
  width: auto;
  margin-bottom: 3px;
}
.fixed-group > a.btn-top {
  background-color: #0067B9;
}
.fixed-group > a.btn-top i img {
  width: 18px;
  margin-bottom: 6px;
}
.fixed-group > a.btn-online {
  background-color: #fff;
  padding-top: 10px;
}
.fixed-group > a.btn-online i img {
  width: 38px;
}
.fixed-group > a.btn-service {
  background-color: #009FBD;
}
.fixed-group > a.btn-service i img {
  width: 24px;
}
.fixed-group > a.btn-service + .sub {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 0;
  display: none;
}
.fixed-group > a.btn-service + .sub.active {
  display: block;
}
.fixed-group > a.btn-service + .sub li {
  margin-bottom: 8px;
}
.fixed-group > a.btn-service + .sub a {
  display: flex;
  background-color: #009FBD;
  border: 1px solid #0067B9;
  color: #fff;
  padding: 10px 12px;
  border-radius: 50px;
  align-items: center;
  white-space: nowrap;
  opacity: 0.8;
}
.fixed-group > a.btn-service + .sub a:hover {
  opacity: 1;
}
.fixed-group > a.btn-service + .sub a i {
  width: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-top: -2px;
}
.fixed-group > a.btn-service + .sub a i img {
  vertical-align: bottom;
  width: auto;
}
.fixed-group.online-active a:not(.btn-online) {
  pointer-events: none;
  position: relative;
  border-color: #000000B2;
}
.fixed-group.online-active a:not(.btn-online)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000B2;
  pointer-events: none;
}

.fixed-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 998;
}
.fixed-mask.fixed-mask-bk {
  background: #000000B2;
}

#sec_01_banner {
  position: relative;
}
#sec_01_banner .slider-for .slider-item {
  display: block;
}
#sec_01_banner .slider-for .slider-item:hover .web {
  transform: scale(1.05, 1.05);
}
#sec_01_banner .slider-for .slider-item .web {
  height: calc((100vw / 1440 ) * 400);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
#sec_01_banner .slider-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.2);
}
#sec_01_banner .slider-bottom .slider-nav {
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
#sec_01_banner .slider-bottom .slider-nav .slick-list {
  padding: 0 !important;
}
#sec_01_banner .slider-bottom .slider-nav .slider-item {
  font-size: 12px;
  display: block;
  text-align: center;
}
#sec_01_banner .slider-bottom .slider-nav .slider-item.slick-current a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 100%;
  content: "";
  background-color: #009FBD;
}
#sec_01_banner .slider-bottom .slider-nav .slider-item a {
  display: inline-block;
  vertical-align: top;
  padding: 16px 20px 8px;
  width: 190px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  color: #fff;
}
#sec_01_banner .slider-bottom .slider-nav .slider-item a:hover::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 100%;
  content: "";
  background-color: #009FBD;
}
#sec_01_banner .slider-bottom .slider-nav .slick-arrow {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
  opacity: 0.8;
}
#sec_01_banner .slider-bottom .slider-nav .slick-arrow:hover {
  opacity: 1;
}
#sec_01_banner .slider-bottom .slider-nav .slick-arrow.slick-prev {
  left: 0;
}
#sec_01_banner .slider-bottom .slider-nav .slick-arrow.slick-next {
  right: 0;
}
#sec_01_banner .slider-bottom .slider-nav .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

#sec_02_marquee {
  padding: 20px 0 12px;
}
#sec_02_marquee .marquee-box {
  padding-left: 45px;
  position: relative;
  max-width: 1114px;
  margin: 0 auto;
}
#sec_02_marquee .marquee-box .marquee-title {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #009FBD;
  left: 0;
  background-color: #fff;
  padding: 3px;
  z-index: 5;
  letter-spacing: 2px;
  top: 50%;
  margin-top: -17px;
}
#sec_02_marquee .marquee-box .marquee-slider {
  border-radius: 30px;
  border: 1px solid #009FBD;
  font-size: 14px;
  padding-left: 55px;
  padding-right: 75px;
}
#sec_02_marquee .marquee-box .marquee-slider .marquee-inner {
  overflow: hidden;
  height: 49px;
  width: 100%;
  position: relative;
}
#sec_02_marquee .marquee-box .marquee-slider .marquee-run {
  white-space: nowrap;
  left: 0;
  top: 0;
  position: absolute;
}
#sec_02_marquee .marquee-box .marquee-slider .slider-item {
  display: inline-block;
  padding: 15px;
}
#sec_02_marquee .marquee-box .marquee-slider .slider-item:hover {
  color: #0067B9;
}
#sec_02_marquee .marquee-box .marquee-slider .marquee-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  width: 9px;
  height: 18px;
  opacity: 0.8;
  display: block;
}
#sec_02_marquee .marquee-box .marquee-slider .marquee-arrow img {
  width: auto;
  vertical-align: top;
}
#sec_02_marquee .marquee-box .marquee-slider .marquee-arrow:hover {
  opacity: 1;
}
#sec_02_marquee .marquee-box .marquee-slider .marquee-arrow.marquee-prev {
  right: 50px;
}

#sec_08_theme .slider-item {
  display: flex;
  flex-wrap: wrap;
}
#sec_08_theme .slider-item .card {
  width: 50%;
  padding: 5px;
}
#sec_08_theme .slider-item .card:nth-child(1), #sec_08_theme .slider-item .card:nth-child(2) {
  border-bottom: 1px dashed #AAAAAA;
}
#sec_08_theme .slider-item .card:nth-child(1), #sec_08_theme .slider-item .card:nth-child(3) {
  border-right: 1px dashed #AAAAAA;
}
#sec_08_theme .slider-item .card:hover .card-box {
  background-color: #F5F5F5;
}
#sec_08_theme .slider-item .card .card-box {
  padding: 15px 20px;
  transition: background-color 0.3s;
}
#sec_08_theme .slider-item .card .card-box .text {
  width: calc(100% - 130px);
  margin-right: 5px;
}
#sec_08_theme .slider-item .card .card-box .text .name {
  margin-bottom: 0;
}
#sec_08_theme .slider-item .card .card-box .img {
  width: 112px;
}

#sec_12_resource {
  padding-bottom: 0 !important;
}
#sec_12_resource .slider-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 45px;
  position: relative;
}
#sec_12_resource .slider-item .card .card-box {
  padding: 0 15px;
}
#sec_12_resource .slider-item .card .card-box .text {
  width: calc(100% - 181px);
  margin-right: 5px;
}
#sec_12_resource .slider-item .card .card-box .text .name {
  display: block;
}
#sec_12_resource .slider-item .card .card-box .text .name:hover {
  text-decoration: underline;
}
#sec_12_resource .slider-item .card .card-box .img {
  width: 176px;
  display: block;
}
#sec_12_resource .slider-item .btn-group {
  position: absolute;
  left: 10px;
  bottom: 0;
}
#sec_12_resource .slider-item .btn-group a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 110px;
  height: 31px;
  padding: 6px 10px;
  border-radius: 10px 10px 0 0;
}
#sec_12_resource .slider-item .btn-group a.btn-bk {
  background-color: #2F2F2F;
}
#sec_12_resource .slider-item .btn-group a.btn-b {
  background-color: #0067B9;
}
#sec_12_resource .slider-item .btn-group a.btn-g {
  background-color: #009FBD;
}
#sec_12_resource .slider-item .btn-group a:hover {
  height: 42px;
}

.video .slider-item {
  display: flex;
  justify-content: space-between;
}
.video .slider-item .card2:hover {
  background-color: #F5F5F5;
}
.video .slick-style {
  margin: 0 -10px;
}
.video .slick-style .slick-arrow.slick-prev {
  right: 38px;
}
.video .slick-style .slick-arrow.slick-next {
  right: 10px;
}

.card .slider-item {
  display: flex;
  justify-content: space-between;
}
.card .slider-item .card2 {
  padding: 10px 7px !important;
}
.card .slick-style {
  margin: 0 -7px;
}
.card .slick-style .slick-arrow.slick-prev {
  right: 35px;
}
.card .slick-style .slick-arrow.slick-next {
  right: 7px;
}

#sec_05_video1 .slick-style {
  padding-left: 50px;
  padding-right: 50px;
}
#sec_05_video1 .slick-style .slider-item .card2 {
  width: 100%;
  padding: 10px 8px;
}

#sec_07_theme4 .slick-style .slider-item .card6 {
  margin: 0 12px;
}

#sec_16_news .row {
  margin: 0 -20px;
}
#sec_16_news .row .col {
  padding: 0 20px;
}
#sec_16_news .title .selectSwitch {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: -3px;
}
#sec_16_news .title .selectSwitch select {
  padding: 10px 12px 9px;
}

.page .inner-wrap {
  padding: 1px 85px 20px;
}
.page .inner-wrap.line {
  border-bottom: 1px dashed #AAAAAA;
}
.page .inner-wrap .text {
  font-size: 16px;
  padding: 0 10px;
  line-height: 160%;
}
.page .inner-wrap h2 {
  margin: 28px 0;
}
.page .page-banner .web {
  height: calc((100vw / 1440) * 380);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto calc((100vw / 1440) * 380);
}
.page .page-banner.sbanner .web {
  height: calc((100vw / 1440) * 250);
  background-size: auto calc((100vw / 1440) * 250);
}
.page .btn-block {
  margin: 30px 0;
}
.page .btn-block .btn-send {
  display: inline-block;
  position: relative;
  font-size: 30px;
  background-color: #009FBD;
  color: #fff;
  border-radius: 100px;
  padding: 14px 35px 15px;
  overflow: visible;
  margin-left: 16px;
}
.page .btn-block .btn-send:hover {
  background-color: #0067B9;
}
.page .btn-block .btn-send i {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: -2px;
}
.page .btn-block .btn-send::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 1px solid #009FBD;
  top: -11px;
  left: -16px;
  content: "";
  z-index: -1;
}

.tabs .tabs-content {
  position: relative;
  overflow: hidden;
}
.tabs .tabs-content .tabs-block {
  opacity: 0;
  pointer-events: none;
  z-index: -9999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.tabs .tabs-content .tabs-block.active {
  opacity: 1;
  z-index: 1;
  pointer-events: initial;
  position: initial;
}

#contact .checkbox-group-row > label.error::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  background: url(/images/template/icon_error.svg) no-repeat center center;
  margin-left: 6px;
  background-size: contain;
  width: 20px;
  height: 20px;
}
#contact .checkbox-group {
  padding: 0 12px;
}
#contact .checkbox-row {
  margin-top: 2px;
  margin-bottom: 15px;
}
#contact .checkbox-row.agree-row {
  margin-top: 60px;
  margin-bottom: 30px;
}
#contact .sol {
  font-size: 16px;
  margin-bottom: 90px;
}
#contact .sol > p {
  margin: 5px 0;
  padding: 0 130px 0 30px;
}
#contact .sol .collapse {
  position: relative;
}
#contact .sol .collapse.active .collapse-box .scroll {
  height: auto;
}
#contact .sol .collapse.active .btn-collapse::before {
  content: "收合";
}
#contact .sol .collapse.active .btn-collapse::after {
  transform: rotate(180deg);
}
#contact .sol .btn-collapse {
  position: absolute;
  right: 30px;
  top: -30px;
  display: block;
  background: #6B1685;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  padding: 5px 20px 5px 25px;
}
#contact .sol .btn-collapse::before {
  content: "展开";
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
#contact .sol .btn-collapse::after {
  width: 11px;
  height: 18px;
  content: "";
  background: url(/images/template/icon_arrow_down.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 1px 12px;
}
#contact .sol .collapse-box {
  font-size: 14px;
  line-height: 22px;
  padding: 22px;
  background: rgba(124, 74, 138, 0.1);
  border: 1px solid #6B1685;
  border-radius: 8px;
}
#contact .sol .collapse-box .scroll {
  height: 150px;
  overflow-y: auto;
}
#contact .sol .collapse-box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0;
}
#contact .sol .collapse-box p {
  margin: 0;
}
#contact .sol .collapse-box ol {
  margin: 0 0 0 21px;
  padding: 0;
}
#contact .sol .collapse-box ol.list-cjk {
  list-style-type: cjk-ideographic;
  margin-left: 33px;
}
#contact .sol .collapse-box ol.list-cjk > li {
  margin-top: 12px;
}

#sec_17_contact .row .col.line {
  border-left: 1px dashed #AAAAAA;
}

#review-card .slider-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#review-card .slider-item .card4 {
  width: calc((100% / 4) - 5px);
  padding: 10px;
}
#review-card .slider-item .card4:hover {
  background-color: #F5F5F5;
}

#review-download {
  background: url(/images/review/bg.png) no-repeat center top;
  background-size: cover;
}
#review-download .slider-fade-dot {
  margin-left: 70px;
  margin-right: 70px;
}
#review-download .slider-item {
  padding: 7px;
  display: flex;
  justify-content: space-between;
}
#review-download .slider-item .card {
  position: relative;
}
#review-download .slider-item .card:hover .img .img-bg {
  transform: scale(1.05, 1.05);
}
#review-download .slider-item .card .img {
  color: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 180px;
  height: 250px;
  border-radius: 30px 0px;
  overflow: hidden;
}
#review-download .slider-item .card .img .img-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
#review-download .slider-item .card .img .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px;
  z-index: 5;
}
#review-download .slider-item .card .img .text .name {
  font-size: 28px;
}
#review-download .slider-item .card .img .text .date {
  font-size: 16px;
}
#review-download .slider-item .card .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px 0px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#review-download .slider-item .card .btn {
  margin: 0 15px;
  position: absolute;
  border-radius: 30px;
  border: 1px solid #AAAAAA;
  background-color: #6B1685;
  bottom: 16px;
  display: block;
  color: #fff;
  text-align: center;
  width: calc(100% - 30px);
  font-size: 16px;
  padding: 5px 10px;
  z-index: 5;
}
#review-download .slider-item .card .btn:hover {
  background-color: #7C4A8A;
}

#review-live .tabs .tabs-nav {
  text-align: center;
}
#review-live .tabs .tabs-nav a {
  background: #AAAAAA;
  border-radius: 50px 50px 0px 0px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  padding: 5px 30px 2px 25px;
}
#review-live .tabs .tabs-nav a.active {
  background-color: #009FBD;
}
#review-live .tabs .tabs-nav a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  background: url(/images/template/icon_clock.svg) no-repeat center center;
  background-size: contain;
}
#review-live .tabs .tabs-nav a:hover {
  background-color: #009FBD;
}
#review-live .tabs .tabs-nav a.active::before {
  background-image: url(/images/template/icon_clock_selected.svg);
}
#review-live .slider-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#review-live .slider-item .card4 {
  width: calc((100% / 4) - 5px);
  padding: 10px;
}
#review-live .slider-item .card4:hover {
  background-color: #F5F5F5;
}
#review-live .slider-item .card4 .text a i {
  width: 12px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
#review-live .slider-item .card4 .text a:hover {
  text-decoration: underline;
}

#review-ebook .slider-full {
  margin-left: 70px;
  margin-right: 70px;
}
#review-ebook .slider-item {
  padding: 7px;
  display: flex;
  justify-content: space-between;
}
#review-ebook .slider-item .card4 {
  width: 180px;
  padding-bottom: 10px;
  transition: background-color 0.3s;
}
#review-ebook .slider-item .card4:hover {
  background-color: #D8D8D8;
}
#review-ebook .slider-item .card4:hover .img img {
  transform: scale(1.05, 1.05);
}
#review-ebook .slider-item .card4 .img {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#review-ebook .slider-item .card4 .img img {
  transition: all 0.3s;
}
#review-ebook .slider-item .card4 .text {
  padding: 10px;
}
#review-ebook .slider-item .card4 .text .name {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 21px;
  height: 42px;
}
#review-ebook .slider-item .card4 .text p {
  font-size: 12px;
  color: #636363;
  margin: 5px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
  height: 36px;
  text-overflow: ellipsis;
}
#review-ebook .slider-item .card4 .btn {
  margin: 5px 15px 0;
  border-radius: 30px;
  border: 1px solid #AAAAAA;
  background-color: #0067B9;
  display: block;
  color: #fff;
  text-align: center;
  width: calc(100% - 30px);
  font-size: 16px;
  padding: 5px 10px;
}
#review-ebook .slider-item .card4 .btn:hover {
  background-color: #009FBD;
}

#npsi .slider-item {
  display: flex;
  flex-wrap: wrap;
}
#npsi .slider-item .card5 {
  width: 50%;
  padding: 25px;
  transition: background-color 0.3s;
}
#npsi .slider-item .card5:nth-child(1), #npsi .slider-item .card5:nth-child(3) {
  position: relative;
}
#npsi .slider-item .card5:nth-child(1)::after, #npsi .slider-item .card5:nth-child(3)::after {
  content: "";
  height: 60%;
  width: 0;
  border-right: 1px dashed #AAAAAA;
  position: absolute;
  right: 0;
  top: 20%;
}
#npsi .slider-item .card5:hover {
  background-color: #F5F5F5;
}
#npsi .bg-gy .slider-item .card5:hover {
  background-color: #fff;
}
#npsi #npsi2 .wrap {
  position: relative;
}
#npsi .selectSwitch {
  width: 190px;
  position: absolute;
  right: 0;
  top: 5px;
}

#ebook-download .slick-style {
  margin-left: 70px;
  margin-right: 70px;
}
#ebook-download .slider-item {
  padding: 7px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ebook-download .slider-item .ebook-item {
  width: calc(20% - 7px);
  margin-bottom: 20px;
}
#ebook-download .slider-item .ebook-item .card4 {
  transition: background-color 0.3s;
  padding-bottom: 10px;
}
#ebook-download .slider-item .ebook-item .card4:hover {
  background-color: #D8D8D8;
}
#ebook-download .slider-item .ebook-item .card4:hover .img img {
  transform: scale(1.05, 1.05);
}
#ebook-download .slider-item .ebook-item .card4 .img {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#ebook-download .slider-item .ebook-item .card4 .img img {
  transition: all 0.3s;
  vertical-align: bottom;
}
#ebook-download .slider-item .ebook-item .card4 .text {
  padding: 10px;
}
#ebook-download .slider-item .ebook-item .card4 .text .name {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 21px;
  height: 42px;
}
#ebook-download .slider-item .ebook-item .card4 .text p {
  font-size: 12px;
  color: #636363;
  margin: 5px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
  height: 36px;
  text-overflow: ellipsis;
}
#ebook-download .tools {
  margin-bottom: 30px;
}
#ebook-download .tools .tools-box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #009FBD;
  border-radius: 30px;
  padding: 10px 75px;
  align-items: center;
}
#ebook-download .tools .tools-box .btn-block {
  margin: 0;
}
#ebook-download .tools .tools-box .btn-block span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
#ebook-download .tools .tools-box .btn-block a {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  border: 1px solid #AAAAAA;
  background-color: #0067B9;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 5px 25px;
}
#ebook-download .tools .tools-box .btn-block a:hover {
  background-color: #009FBD;
}
#ebook-download .ebook-item label {
  display: block;
}
#ebook-download .ebook-item label .name {
  padding-left: 32px;
  position: relative;
}
#ebook-download .ebook-item label .name::before {
  content: "";
  background: url(/images/template/icon_checkbox.svg) no-repeat left top;
  background-size: 24px auto;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
}
#ebook-download .ebook-item input {
  display: none;
}
#ebook-download .ebook-item input:checked + label .name::before {
  background-image: url(/images/template/icon_checkbox_selected.svg) !important;
}

#sec_06_theme2 .slider-item {
  display: flex;
  flex-wrap: wrap;
}
#sec_06_theme2 .slider-item .card {
  width: calc(100% /3);
  padding: 5px;
  position: relative;
}
#sec_06_theme2 .slider-item .card::after {
  position: absolute;
  width: 1px;
  border-right: 1px dashed #AAAAAA;
  height: calc(100% - 60px);
  top: 30px;
  right: 0;
  content: "";
  display: none;
}
#sec_06_theme2 .slider-item .card:nth-child(1), #sec_06_theme2 .slider-item .card:nth-child(2), #sec_06_theme2 .slider-item .card:nth-child(3) {
  border-bottom: 1px dashed #AAAAAA;
}
#sec_06_theme2 .slider-item .card:nth-child(1)::after, #sec_06_theme2 .slider-item .card:nth-child(2)::after, #sec_06_theme2 .slider-item .card:nth-child(4)::after, #sec_06_theme2 .slider-item .card:nth-child(5)::after {
  display: block;
}
#sec_06_theme2 .slider-item .card:hover .card-box {
  background-color: #F5F5F5;
}
#sec_06_theme2 .slider-item .card .card-box {
  padding: 20px;
  transition: background-color 0.3s;
}
#sec_06_theme2 .slider-item .card .card-box .text {
  width: calc(100% - 130px);
  margin-right: 5px;
}
#sec_06_theme2 .slider-item .card .card-box .text .name {
  margin-bottom: 0;
}
#sec_06_theme2 .slider-item .card .card-box .img {
  width: 112px;
}

#sec_09_slideAD img, #adi img {
  max-width: 100%;
  margin: 0 auto;
}
#sec_09_slideAD .btn-block, #adi .btn-block {
  margin-top: 20px;
}
#sec_09_slideAD .btn-block .btn, #adi .btn-block .btn {
  font-size: 16px;
  color: #fff;
  background-color: #0067B9;
  border-radius: 12px;
  padding: 15px 30px;
  display: inline-block;
}
#sec_09_slideAD .btn-block .btn:hover, #adi .btn-block .btn:hover {
  background-color: #009FBD;
}
#sec_09_slideAD .btn-block .btn i, #adi .btn-block .btn i {
  display: inline-block;
  width: 12px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: -2px;
}

#pageMenu {
  background-color: #AAAAAA;
}
#pageMenu .wrap {
  position: relative;
  height: 12px;
}
#pageMenu .nav {
  position: absolute;
  right: 15px;
  bottom: -1px;
}
#pageMenu .nav a {
  display: inline-block;
  vertical-align: bottom;
  width: 175px;
  margin-left: 3px;
  border: 1px solid #fff;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(180deg, #6B1685 0%, #000 100%);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
#pageMenu .nav a .en {
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: normal;
}
#pageMenu .nav a.active {
  background: linear-gradient(180deg, #0D4B87 0%, #000 100%);
  color: #FFDC22;
}
#pageMenu .nav a:hover {
  animation: popup 1s forwards;
}

#smartFactory1 {
  font-size: 16px;
}
#smartFactory1 .text-area {
  line-height: 2;
}
#smartFactory1 h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#smartFactory1 h4 {
  margin-bottom: 10px;
  margin-top: 5px;
}
#smartFactory1 p {
  margin: 10px 0;
}
#smartFactory1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#smartFactory1 ul.list-dot {
  margin-left: 5px;
}
#smartFactory1 ul.list-dot li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 5px;
}
#smartFactory1 ul.list-dot li::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  position: absolute;
  left: 12px;
  top: 8px;
  background-color: #2F2F2F;
}
#smartFactory1 ul.list-arrow {
  background-color: #F5F5F5;
  padding: 10px 20px;
}
#smartFactory1 ul.list-arrow li {
  border-bottom: 1px dashed #AAAAAA;
  position: relative;
}
#smartFactory1 ul.list-arrow li::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 12px;
  top: 11px;
  background: url(/images/smartFactory/icon_arrow.svg) no-repeat center center;
  background-size: contain;
}
#smartFactory1 ul.list-arrow li a {
  display: block;
  padding: 10px 10px 10px 35px;
}
#smartFactory1 ul.list-arrow li a:hover {
  background-color: #fff;
}
#smartFactory1 .icon-group {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  flex-wrap: wrap;
}
#smartFactory1 .icon-group .icon-item {
  margin: 0 10px;
  max-width: 140px;
  text-align: center;
}
#smartFactory1 .icon-group .icon-item img {
  max-width: 100%;
}
#smartFactory1 .icon-group .icon-item p {
  margin: 0;
}

#smartFactory2 .bricks-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
#smartFactory2 .bricks-block .brick {
  width: calc((100% / 3) - 8px);
  height: 180px;
  margin: 0 4px 8px;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  overflow-y: auto;
}
#smartFactory2 .bricks-block .brick::-webkit-scrollbar {
  width: 7px;
}
#smartFactory2 .bricks-block .brick::-webkit-scrollbar-button {
  background: transparent;
  display: none;
}
#smartFactory2 .bricks-block .brick::-webkit-scrollbar-track-piece {
  background: transparent;
}
#smartFactory2 .bricks-block .brick::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}
#smartFactory2 .bricks-block .brick::-webkit-scrollbar-track {
  box-shadow: transparent;
}
#smartFactory2 .bricks-block .brick .text {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
#smartFactory2 .bricks-block .brick .text p {
  margin: 0;
}
#smartFactory2 .bricks-block .brick .text ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
#smartFactory2 .bricks-block .brick .text ul.list-dot li {
  border-bottom: none;
  position: relative;
}
#smartFactory2 .bricks-block .brick .text ul.list-dot li::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 14px;
  background-color: #fff;
}
#smartFactory2 .bricks-block .brick .text ul.list-dot li a {
  padding: 4px 2px 4px 15px;
}
#smartFactory2 .bricks-block .brick .text ul li {
  border-bottom: 1px dashed #AAAAAA;
}
#smartFactory2 .bricks-block .brick .text ul li a {
  padding: 6px 2px;
}
#smartFactory2 .bricks-block .brick .text ul li a .sm {
  margin: 0;
}
#smartFactory2 .bricks-block .brick .text ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#smartFactory2 .bricks-block .brick .text .sm {
  font-size: 12px;
  margin: 5px 0;
}
#smartFactory2 .bricks-block .brick .tag {
  display: inline-flex;
  background-color: #FFDC22;
  color: #2F2F2F;
  border-radius: 10px 10px 0px 0px;
  font-size: 12px;
  padding: 3px 20px;
  align-items: center;
  margin-bottom: 5px;
}
#smartFactory2 .bricks-block .brick .tag i {
  width: 7px;
  margin-right: 6px;
  display: inline-flex;
}
#smartFactory2 .bricks-block .brick .tag i img {
  width: 100%;
}
#smartFactory2 .bricks-block .brick .list-box {
  text-align: left;
}
#smartFactory2 .bricks-block .brick-inner {
  width: calc((100% / 3) - 8px);
  margin: 0 4px 8px;
}
#smartFactory2 .bricks-block .brick-inner .brick {
  width: 100%;
  margin: 0;
}
#smartFactory2 .bricks-block .brick-inner .brick + .brick {
  margin-top: 8px;
}
#smartFactory2 .bricks-block .brick-r2 {
  width: calc((((100% / 3) - 8px) * 2) + 8px);
}
#smartFactory2 .bricks-block .brick-c2 {
  height: calc((180px * 2) + 8px);
}
#smartFactory2 .bricks-block .brick-c3 {
  height: 180px;
}
#smartFactory2 .bricks-block .brick-c4 {
  height: 368px;
}
#smartFactory2 .bricks-block .brick-c5 {
  height: 240px;
}
#smartFactory2 .bricks-block .styleImg {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  overflow: hidden;
}
#smartFactory2 .bricks-block .styleImg .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#smartFactory2 .bricks-block .styleImg:hover .img {
  transform: scale(1.05, 1.05);
}
#smartFactory2 .bricks-block .styleImg.video::before {
  width: 98px;
  height: 97px;
  content: "";
  background: url(/images/smartFactory/icon_play.png) no-repeat center center;
  position: absolute;
  background-size: contain;
  left: 50%;
  top: 50%;
  margin-left: -49px;
  margin-top: -97px;
  z-index: 5;
}
#smartFactory2 .bricks-block .styleB {
  background: linear-gradient(180deg, #0D4B87 0%, #000 100%);
}
#smartFactory2 .bricks-block .styleP {
  background: linear-gradient(180deg, #6B1685 0%, #000 100%);
}

#sec_10_theme3 .slider-item, #theme3 .slider-item {
  display: flex;
  flex-wrap: wrap;
}
#sec_10_theme3 .slider-item .card, #theme3 .slider-item .card {
  width: calc(100% /5);
  padding: 5px;
  position: relative;
}
#sec_10_theme3 .slider-item .card:hover, #theme3 .slider-item .card:hover {
  background-color: #F5F5F5;
}
#sec_10_theme3 .slider-item .card::after, #theme3 .slider-item .card::after {
  position: absolute;
  width: 1px;
  border-right: 1px dashed #AAAAAA;
  height: 100px;
  top: 50%;
  right: 0;
  margin-top: -50px;
  content: "";
}
#sec_10_theme3 .slider-item .card:nth-child(5n)::after, #theme3 .slider-item .card:nth-child(5n)::after {
  display: none;
}
#sec_10_theme3 .slider-item .card .card-box, #theme3 .slider-item .card .card-box {
  padding: 20px;
  transition: background-color 0.3s;
}
#sec_10_theme3 .slider-item .card .card-box .img, #theme3 .slider-item .card .card-box .img {
  text-align: center;
}
#sec_10_theme3 .slider-item .card .card-box .img img, #theme3 .slider-item .card .card-box .img img {
  width: auto;
  display: inline-block;
}
#sec_10_theme3 .slider-item .card .card-box .text .name, #theme3 .slider-item .card .card-box .text .name {
  margin-bottom: 0;
  font-size: 18px;
}
#sec_10_theme3 .slider-item .card .card-box .text p, #theme3 .slider-item .card .card-box .text p {
  display: block;
  height: auto;
}

.slider-slides-full .slider-item {
  padding: 0 6px;
}
.slider-slides-full .slider-item a {
  width: 100%;
}
.slider-slides-full .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.slider-slides-full .slick-dots li {
  display: inline-block;
  padding: 0 6px;
}
.slider-slides-full .slick-dots li button {
  font-size: 0;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #636363;
  padding: 0;
  cursor: pointer;
}
.slider-slides-full .slick-dots li.slick-active button {
  background-color: #009FBD;
}
.slider-slides-full .slick-control {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slider-slides-full .slick-control .slick-arrow {
  position: static;
  margin: 9px 6px 0;
}
.slider-slides-full .slick-arrow img {
  height: 15px;
}

#sec_11_theme6 .slider-slides .slick-arrow {
  left: calc(50% + (1170px / 2) - 18px);
  right: auto;
}
#sec_11_theme6 .slider-slides .slick-arrow.slick-prev {
  left: calc(50% + (1170px / 2) - 46px);
}

#sec_10_theme3 .slider-slides-full .slider-item,
#theme3 .slider-slides-full .slider-item {
  width: 592px;
}

.online-popup {
  display: none;
  position: fixed;
  right: 70px;
  bottom: 128px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 500px;
  overflow: hidden;
  z-index: 1000;
}
.online-popup.active {
  display: block;
}
.online-popup .online-title {
  color: #fff;
  background-color: #43234D;
  font-size: 18px;
  padding: 9px 50px 9px 15px;
  position: relative;
  text-align: center;
}
.online-popup .online-title i {
  margin-right: 10px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.online-popup .online-title .btn-online-close {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 10px;
  display: block;
}
.online-popup .online-title .btn-online-close:hover {
  opacity: 0.8;
}
.online-popup .online-title .btn-online-close:hover img {
  transform: none;
}
.online-popup .online-title .btn-online-back {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 10px;
  display: block;
}
.online-popup .online-title .btn-online-back:hover {
  opacity: 0.8;
}
.online-popup .online-title .btn-online-back:hover img {
  transform: none;
}
.online-popup .online-box {
  height: 550px;
  background-color: #fff;
  padding: 0 20px;
  overflow-y: auto;
  max-height: 50vh;
  line-height: 1.6;
}
.online-popup .online-box::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.online-popup .online-box::-webkit-scrollbar-button {
  background: transparent;
  display: none;
}
.online-popup .online-box::-webkit-scrollbar-track-piece {
  background: transparent;
}
.online-popup .online-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}
.online-popup .online-box::-webkit-scrollbar-track {
  box-shadow: transparent;
}
.online-popup .online-box .online-info {
  margin: 20px 0;
  position: relative;
  font-size: 14px;
  color: #636363;
  padding: 8px 60px 8px 30px;
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  line-height: 1.4;
}
.online-popup .online-box .online-info::after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/template/icon_online_info.svg) no-repeat center center;
  background-size: contain;
}
.online-popup .online-box .online-info p {
  margin: 0;
}
.online-popup .online-box .online-item {
  margin: 20px 0;
  display: flex;
}
.online-popup .online-box .online-item .text {
  width: calc(100% - 118px);
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  background-color: #F1F1F1;
}
.online-popup .online-box .online-item .text p {
  margin: 0;
}
.online-popup .online-box .online-item .text p + p {
  margin-top: 15px;
}
.online-popup .online-box .online-item .img {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-popup .online-box .online-item .img img {
  width: 50px;
}
.online-popup .online-box .online-item.user {
  justify-content: flex-end;
}
.online-popup .online-box .online-item.user .text {
  background-color: #E0F1FA;
  width: calc(100% - 100px);
}
.online-popup .online-bottom {
  background-color: #43234D;
  padding: 12px;
}
.online-popup .online-bottom .online-form {
  background-color: #fff;
  border: 1px solid #585858;
  padding: 4px 9px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.online-popup .online-bottom input {
  border: none;
  font-size: 14px;
  padding: 9px;
}
.online-popup .online-bottom input:focus {
  outline: none;
  background-color: #F5F5F5;
}
.online-popup .online-bottom .online-tools {
  display: flex;
  justify-content: space-between;
}
.online-popup .online-bottom .online-tools .online-option {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.online-popup .online-bottom .online-tools .online-option a {
  display: block;
  padding: 5px;
}
.online-popup .online-bottom .online-tools .online-option a svg {
  fill: #009FBD;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
}
.online-popup .online-bottom .online-tools .online-option a:hover svg, .online-popup .online-bottom .online-tools .online-option a.active svg {
  fill: #6B1685;
}
.online-popup .online-bottom .online-tools .online-option .sub {
  display: none;
  position: absolute;
  box-shadow: 0px 0px 7px 0px #00000033;
  left: 0;
  bottom: 100%;
  width: 258px;
  padding: 8px 7px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 12px;
  z-index: 999;
}
.online-popup .online-bottom .online-tools .online-option .sub .name {
  font-size: 10px;
  color: #6B1685;
  margin-bottom: 5px;
  padding: 0 5px;
}
.online-popup .online-bottom .online-tools .online-option .sub ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 220px;
  overflow-y: auto;
}
.online-popup .online-bottom .online-tools .online-option .sub ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.online-popup .online-bottom .online-tools .online-option .sub ul::-webkit-scrollbar-button {
  background: transparent;
  display: none;
}
.online-popup .online-bottom .online-tools .online-option .sub ul::-webkit-scrollbar-track-piece {
  background: transparent;
}
.online-popup .online-bottom .online-tools .online-option .sub ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}
.online-popup .online-bottom .online-tools .online-option .sub ul::-webkit-scrollbar-track {
  box-shadow: transparent;
}
.online-popup .online-bottom .online-tools .online-option .sub ul a {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.online-popup .online-bottom .online-tools .online-option .sub ul a:hover {
  color: #6B1685;
  background-color: #F5F5F5;
}
.online-popup .online-bottom .online-tools .online-option .sub.active {
  display: block;
}
.online-popup .online-bottom .online-tools .btn-send {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.online-popup .online-bottom .online-tools .btn-send svg {
  fill: #43234D;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.online-popup .online-bottom .online-tools .btn-send:hover svg {
  fill: #6B1685;
}
.online-popup.online-index-popup {
  background: #fff url(/images/template/online_bg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.online-popup.online-index-popup .online-title {
  background-color: transparent;
  text-align: left;
  padding: 30px 20px;
}
.online-popup.online-index-popup .online-title .logo {
  width: 298px;
  height: 52px;
}
.online-popup.online-index-popup .online-title .logo img {
  max-width: 100%;
}
.online-popup.online-index-popup .online-title .btn-online-close {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 46px;
  display: block;
}
.online-popup.online-index-popup .online-title .btn-online-close:hover {
  opacity: 0.8;
}
.online-popup.online-index-popup .online-title .btn-online-close:hover img {
  transform: none;
}
.online-popup.online-index-popup .online-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px 10px;
  overflow-y: auto;
  max-height: 50vh;
}
.online-popup.online-index-popup .online-block::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.online-popup.online-index-popup .online-block::-webkit-scrollbar-button {
  background: transparent;
  display: none;
}
.online-popup.online-index-popup .online-block::-webkit-scrollbar-track-piece {
  background: transparent;
}
.online-popup.online-index-popup .online-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}
.online-popup.online-index-popup .online-block::-webkit-scrollbar-track {
  box-shadow: transparent;
}
.online-popup.online-index-popup .online-block .title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
}
.online-popup.online-index-popup .online-block .online-box {
  border: 1px solid #D8D8D8;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 30px;
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  color: #343434;
  width: calc(50% - 6px);
  height: auto;
  line-height: 1.6;
}
.online-popup.online-index-popup .online-block .online-box .name {
  color: #6B1685;
}
.online-popup.online-index-popup .online-block .online-box .img img {
  height: 40px;
  width: auto;
}
.online-popup.online-index-popup .online-block .online-box .text-sm {
  font-size: 14px;
}
.online-popup.online-index-popup .online-block .online-box a {
  display: inline;
}
.online-popup.online-index-popup .online-block .online-box a:hover {
  color: #0067B9;
}
.online-popup.online-index-popup .online-block .online-box p {
  margin: 0;
}
.online-popup.online-index-popup .online-block .online-box.online-full-box {
  width: 100%;
  color: #AAAAAA;
  position: relative;
  padding-right: 90px;
}
.online-popup.online-index-popup .online-block .online-box.online-full-box::after {
  width: 50px;
  height: 50px;
  content: "";
  background: url(/images/template/icon_online_send.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.online-popup.online-index-popup .online-block .online-box.online-full-box p {
  font-size: 12px;
}
.online-popup.online-index-popup .online-block .online-box.online-full-box:hover {
  background-color: #F1F1F1;
}
.online-popup.online-index-popup .online-bottom {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 12px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.online-popup.online-index-popup .online-bottom a {
  width: 30%;
  text-align: center;
  padding: 10px;
  margin: 0 4px;
}
.online-popup.online-index-popup .online-bottom a .icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto;
  height: 25px;
  margin-bottom: 8px;
}
.online-popup.online-index-popup .online-bottom a .icon.icon-home {
  background-image: url(/images/template/icon_online_home_w.svg);
}
.online-popup.online-index-popup .online-bottom a .icon.icon-message {
  background-image: url(/images/template/icon_online_message_w.svg);
}
.online-popup.online-index-popup .online-bottom a .icon.icon-mail {
  background-image: url(/images/template/icon_online_mail_w.svg);
}
.online-popup.online-index-popup .online-bottom a p {
  margin: 0;
}
.online-popup.online-index-popup .online-bottom a:hover, .online-popup.online-index-popup .online-bottom a.active {
  color: #6B1685;
}
.online-popup.online-index-popup .online-bottom a:hover .icon.icon-home, .online-popup.online-index-popup .online-bottom a.active .icon.icon-home {
  background-image: url(/images/template/icon_online_home_p.svg);
}
.online-popup.online-index-popup .online-bottom a:hover .icon.icon-message, .online-popup.online-index-popup .online-bottom a.active .icon.icon-message {
  background-image: url(/images/template/icon_online_message_p.svg);
}
.online-popup.online-index-popup .online-bottom a:hover .icon.icon-mail, .online-popup.online-index-popup .online-bottom a.active .icon.icon-mail {
  background-image: url(/images/template/icon_online_mail_p.svg);
}

.single-page {
  background: url(/images/login/bg.jpg) no-repeat center center;
  background-size: cover;
}
.single-page .single-wrap {
  margin: 0 auto;
  padding: 60px 40px;
  max-width: 1000px;
  font-size: 14px; /* 20240526 Fix checkbox line wrap issue in personalization page */
}
.single-page .single-wrap.sm-single-wrap {
  max-width: 500px;
}
.single-page .single-wrap .single-title {
  color: #6B1685;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 2px solid #43234D;
  margin-bottom: 20px;
}
.single-page .single-wrap input {
  font-size: 16px;
}
.single-page .single-wrap p {
  line-height: 1.6;
}
.single-page .single-wrap p.ps {
  font-size: 14px;
  padding: 5px;
}
.single-page .single-wrap .input-row {
  margin-bottom: 15px;
  position: relative;
}
.single-page .single-wrap .input-row .error-message {
  color: #D85B60;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -8px;
  margin: 0;
}
.single-page .single-wrap .input-row .col {
  position: relative;
}
.single-page .single-wrap .input-row .col .error-message {
  left: 10px;
}
.single-page .code-row {
  padding-left: 0;
  padding-bottom: 12px;
}
.single-page .btn-reload {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #0067B9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  transition: all 0.3s;
}
.single-page .btn-reload:hover {
  background-color: #6B1685;
}
.single-page .link-row {
  font-size: 14px;
}
.single-page .link-row .link {
  color: #009FBD;
  display: inline-flex;
  margin-bottom: 12px;
  margin-left: 10px;
  text-decoration: underline;
}
.single-page .link-row .link i {
  margin-right: 3px;
}
.single-page .link-row .link i svg {
  fill: #009FBD;
}
.single-page .link-row .link:hover {
  text-decoration: none;
}
.single-page .or {
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.single-page .or::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  content: "";
  background-color: #D8D8D8;
  height: 1px;
  z-index: -1;
}
.single-page .or .txt {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
}
.single-page .btn-row {
  margin: 0 0 20px;
}
.single-page .btn-row a {
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 50px;
  transition: opacity 0.3s;
}
.single-page .btn-row a.btn-fb {
  background-color: #3D5996;
  color: #fff;
}
.single-page .btn-row a.btn-line {
  background-color: #00C300;
  color: #fff;
}
.single-page .btn-row a.btn-kakao {
  background-color: #FEE500;
}
.single-page .btn-row a:hover {
  opacity: 0.8;
}
.single-page .btn-block {
  padding-bottom: 20px;
  margin-top: 40px;
}
.single-page .btn {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 16px;
  text-align: center;
  border: none;
  width: 100%;
  line-height: 100%;
  border: 1px solid #0067B9;
  cursor: pointer;
  transition: all 0.3s;
}
.single-page .btn.btn-full-b {
  border-radius: 8px;
  background-color: #0067B9;
  color: #fff;
}
.single-page .btn.btn-full-b:hover {
  background-color: #6B1685;
}
.single-page .btn.btn-outline-b {
  border-radius: 50px;
  color: #0067B9;
  background-color: #fff;
}
.single-page .btn.btn-outline-b:hover {
  color: #6B1685;
  border-color: #6B1685;
  background-color: #F5F5F5;
}
.single-page .btn.btn-max {
  max-width: 300px;
}
.single-page .btn.btn-disabled {
  pointer-events: none;
  background-color: #C1C1C1;
  border-color: #C1C1C1;
}
.single-page .btn.btn-disabled:hover {
  background-color: #C1C1C1 !important;
  border-color: #C1C1C1 !important;
  color: #fff !important;
}
.single-page .checkbox-group-row > label.error::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  background: url(/images/template/icon_error.svg) no-repeat center center;
  margin-left: 6px;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.single-page .checkbox-group {
  padding: 0 12px;
}
.single-page .checkbox-group .checkbox-row .checkbox-item label {
  height: 26px;
}
.single-page .checkbox-row {
  margin-top: 2px;
  margin-bottom: 15px;
}
.single-page .checkbox-row.agree-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-page .checkbox-row.agree-row label {
  position: relative;
  padding-left: 45px !important;
}
.single-page .checkbox-row.agree-row label .point {
  position: absolute;
  left: 30px;
}
.single-page .sol {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.single-page .sol > p {
  margin: 5px 0;
  padding: 0 130px 0 0;
}
.single-page .sol .collapse {
  position: relative;
}
.single-page .sol .collapse.active .collapse-box .scroll {
  height: auto;
  max-height: none;
}
.single-page .sol .collapse.active .btn-collapse::before {
  content: "COLSE";
}
.single-page .sol .collapse.active .btn-collapse::after {
  transform: rotate(180deg);
}
.single-page .sol .btn-collapse {
  position: absolute;
  right: 30px;
  top: -30px;
  display: flex;
  background: #6B1685;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  padding: 5px 10px 5px 15px;
  width: 100px;
  justify-content: center;
  align-items: center;
}
.single-page .sol .btn-collapse::before {
  content: "OPEN";
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.single-page .sol .btn-collapse::after {
  width: 11px;
  height: 18px;
  content: "";
  background: url(/images/template/icon_arrow_down.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 1px 12px;
}
.single-page .sol .collapse-box {
  font-size: 14px;
  line-height: 22px;
  padding: 22px;
  background: rgba(124, 74, 138, 0.1);
  border: 1px solid #6B1685;
  border-radius: 8px;
}
.single-page .sol .collapse-box .scroll {
  max-height: 90px;
  overflow-y: auto;
}
.single-page .sol .collapse-box h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0;
}
.single-page .sol .collapse-box p {
  margin: 0;
}
.single-page .sol .collapse-box ol {
  margin: 0 0 0 21px;
  padding: 0;
}
.single-page .sol .collapse-box ol.list-cjk {
  list-style-type: cjk-ideographic;
  margin-left: 33px;
}
.single-page .sol .collapse-box ol.list-cjk > li {
  margin-top: 12px;
}
.single-page #registerForm {
  margin-top: 40px;
}

.single-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
}
.single-popup .popup {
  background-color: #fff;
  max-width: 500px;
  width: 90%;
  padding: 30px 40px;
  border-radius: 20px;
  position: relative;
  font-size: 16px;
}
.single-popup .popup.lg-popup {
  max-width: 1000px;
}
.single-popup .popup .popup-close {
  background: #6B1685;
  opacity: 0.8;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-popup .popup .popup-close img {
  width: 15px;
}
.single-popup .popup .popup-close:hover {
  opacity: 1;
}
.single-popup .popup .single-icon {
  margin-bottom: 5px;
}
.single-popup .popup .single-icon img {
  display: inline-block;
}
.single-popup .popup .single-title {
  color: #6B1685;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 2px solid #43234D;
  margin-bottom: 15px;
}
.single-popup .popup input {
  font-size: 16px;
}
.single-popup .popup p {
  line-height: 1.6;
}
.single-popup .popup p.ps {
  font-size: 14px;
  padding: 5px;
}
.single-popup .popup .input-row {
  margin-bottom: 15px;
  position: relative;
}
.single-popup .popup .input-row .error-message {
  color: #D85B60;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -8px;
  margin: 0;
}
