/* common */
.theme-blue {
  color: #0047a0 !important;
}
.theme-lightblue {
  color: #077AF0 !important;
}
.theme-red {
  color: #ee1c25 !important;
}
.theme-lightred {
  color: #FA3B43 !important;
}
.guide {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.guide.hide {
  display: none;
}

.sub-layout {
  padding-top: var(--headerHeight);
}

.sub-layout .content {
  padding: 130px 0 150px;
}
.sub-top h1 {
  font-size: 65px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 85px;
}

.sub-top__visual {
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sub-top__visual-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-animation: svZoomOut 3s forwards ease-out;
  animation: svZoomOut 3s forwards ease-out;
}

.sub-top__visual-bg.K0201 {
  background-image: url(/image/sub/sv_0201.jpg);
}

.sub-top__visual-bg.K0202 {
  background-image: url(/image/sub/sv_0202.jpg);
}

.sub-top__visual-bg.K0203 {
  background-image: url(/image/sub/sv_0203.jpg);
}

.sub-top__visual-bg.K0301,
.sub-top__visual-bg.K0302,
.sub-top__visual-bg.K0303,
.sub-top__visual-bg.K0304 {
  background-image: url(/image/sub/sv_03.jpg);
}

.sub-top__visual-bg.K0401,
.sub-top__visual-bg.K0402,
.sub-top__visual-bg.K0403 {
  background-image: url(/image/sub/sv_04.jpg);
}

.sub-top__visual-txt {
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.sub-top__visual-txt > h2 {
  color: #fff;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
  position: relative;
}
.sub-top__visual-txt > h2::after {
  position: absolute;
  content: "";
  display: block;
  background-color: var(--bohanred);
  width: 98%;
  height: 5px;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.sub-top__visual-txt > h3 {
  color: #fff;
  font-size: 54px;
  line-height: 1.6em;
  font-family: 'Noto Sans SC';
  font-weight: 700;
  word-break: break-all;
}

.sub-top__visual-txt > h3 .font-blue {
  color: #0047a0;
  font-weight: 600;
}

.sub-top__visual-txt > h3 .font-red {
  color: #ed1b24;
  font-weight: 600;
}

.sub-top__visual-txt > p {
  margin-top: 10px;
  color: #ddd;
  font-size: 20px;
}

.sub-top__visual-txt .common-btn {
  width: 130px;
  margin-top: 35px;
}

.sub-top__lnb {
  background: #f5f5f5;
}

.sub-top__lnb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-top__lnb .inner > a {
  padding: 30px 40px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  line-height: 1em;
}

.sub-top__lnb .inner > a:not(:first-of-type)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-top__lnb .inner > a.on {
  color: #0047a0;
  background-color: #fff;
}

.sub-top__lnb .inner > a.on + a::before,
.sub-top__lnb .inner > a.on::before {
  display: none;
}

@-webkit-keyframes svZoomOut {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes svZoomOut {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
:root {
  --bohanblue: #0047a0;
  --bohanblue02: #1d73ca;
  --bohanred: #ed1b24;
  --bohanred02: #e5545b;
}

.sub-p01 {
  font-family: 'Noto Sans SC';
  font-size: 18px;
  font-weight: 300;
  color: #444;
  line-height: 1.8;
}
.sub-p01 span {
  font-weight: 700;
}
.sub-p02 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.sub-p02 span {
  font-weight: 700;
}

.sub-tit {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 66px;
}
.sub-stit {
  font-size: 34px;
  font-weight: 700;
}
.sub-stit .remark {
  font-size: 20px;
}

/* about common */
.about-tit {
  font-size: 80px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.about-subtit {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  text-transform: uppercase;
}
.about-stit {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.6;
}
.about-litit {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

/* about bohan */
.about-bohan__mv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.about-bohan__mv .about-bohan__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.first .about-bohan__txt {
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
}
.second .about-bohan__txt,
.fourth .about-bohan__txt {
  left: 16.6%;
}
.third .about-bohan__txt {
  right: 16.6%;
}
.about-bohan__txt hgroup {
  color: #fff;
}
.about-bohan__txt hgroup h2 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(225, 225, 225, 0.7);
  margin-bottom: 40px;
}
.about-bohan__txt hgroup h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}

/* .fadeInUp {
  transform: translateY(50%);
  opacity: 0;
  transition: all 1s ease;
}
.fadeInUp.active {
  transform: translateY(0);
  opacity: 1;
} */

.about-bohan__txt hgroup h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6;
  font-family: 'Noto Sans SC';
}
.about-bohan__txt hgroup h3 img {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: auto;
  margin-left: 5px;
}
.about-bohan__txt .common-btn {
  margin: 0 auto;
}
.about-bohan__mv .about-bohan__txt p {
  display: block;
  margin-top: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8;
}
.about-bohan__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-bohan__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about-bohan__bg2 {
  background-image: url(/image/sub/about_bohan_always_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
}
.about-bohan__frame {
  width: 1280px;
  margin: 0px auto;
  overflow: hidden;
  position: absolute;
  height: 380px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-bohan__tit-area {
  display: flex;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 80px;
}
.about-bohan__tit-area .about-tit {
  width: 575px;
  margin-right: 60px;
  font-size: 70px;
  color: #222;
}
.about-bohan__txt strong {
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 45px;
  width: 100%;
}
.about-bohan__edu {
  /* height: 1000px; */
  padding-top: 200px;
  padding-bottom: 100px;
}
.about-bohan__edu__inner {
  display: flex;
}
.about-bohan__edu__desc .sub-p01 {
  margin-bottom: 2em;
  white-space: wrap;
}
.about-bohan__edu__img {
  width: 500px;
  display: block;
  margin-right: 60px;
}
.about-bohan__edu__desc {
  flex: 1;
}
.about-bohan__edu__inner > span img {
  width: 100%;
}
.about-bohan__edu .sub-stit {
  margin-top: 60px;
  font-weight: 300;
  word-break: break-all;
  font-size: 27px;
  line-height: 1.6em;
}
.about-bohan__edu .sub-stit span {
  font-weight: 700;
}
.about-bohan__edu .sub-stit::before {
  content: '';
  display: block;
  margin-bottom: 30px;
  width: 120px;
  height: 8px;
  background-color: var(--bohanred);
}
.about-bohan__always {
  height: 100vh;
  position: relative;
}
.about-bohan__always .about-bohan__txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #222;
}
.about-bohan__always .about-bohan__txt strong {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 60px;
  display: block;
  white-space: nowrap;
}
.about-bohan__always .about-bohan__txt > span {
  display: inline-block;
  width: 1px;
  height: 120px;
  background-color: #fff;
  margin-bottom: 60px;
}
.about-bohan__always .about-bohan__txt em {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  display: block;
  color: #fff;
}
.about-btn {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 164px;
  height: 52px;
}
.about-btn span {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.about-btn img {
  margin-left: 8px;
  display: block;
}


/* about - identity, staff, service */
.about-mv {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.about-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-animation: svZoomOut 3s forwards ease-out;
  animation: svZoomOut 3s forwards ease-out;
}
.about-mv-dim {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  -webkit-animation: aboutDim 1.2s forwards cubic-bezier(0.84, 0, 0.61, 0.98);
  animation: aboutDim 1.2s forwards cubic-bezier(0.84, 0, 0.61, 0.98);
}
@keyframes aboutDim {
  from {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(100%);
  }
}
.about-bohan .about-bg {
  background-image: url(/image/sub/about_bohan_bg01.png);
}
.about-identity .about-bg {
  background-image: url(/image/sub/about_identity_bg01.png);
}
.about-staff .about-bg {
  background-image: url(/image/sub/about_staff_bg01.png);
}
.about-tit-area {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.about-tit-area .about-tit {
  margin-bottom: 60px;
}
.about-tit-area p {
  color: #fff;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  white-space: nowrap;
}
.about-tit-box {
  display: flex;
}
.about-tit__img {
  width: 35%;
  margin-right: 2%;
}
.scroll-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 11;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.scroll-btn img {
  margin-left: 19px;
}

.scroll-btn:hover {
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}

.about-section {
  padding: 130px 0;
}
.about-identity .about-txt {
  margin-bottom: 108px;
}
.about-identity .about-txt .about-stit {
  margin-bottom: 40px;
  letter-spacing: -0.025em;
}
.about-motion-txt {
  position: relative;
  margin-bottom: 200px;
  height: var(--motionTxtHeight);
}
.about-motion-txt span {
  color: #f9f9f9;
  font-size: 230px;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  font-weight: bold;
  transform: translateX(116px);
}
.symbol li {
  display: flex;
  align-items: center;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}
.symbol-tit {
  display: block;
  margin-bottom: 100px;
  font-size: 60px;
  font-weight: 700;
}
.symbol-index {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}
.symbol-subtit {
  display: block;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}
.symbol-txt p {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 2;
  font-weight: 400;
}
.symbol-img {
  overflow: hidden;
  border-radius: 200px;
}
.no-radius .symbol-img {
  border-radius: 0;
  animation: noRadius 1.7s ease;
}

@keyframes noRadius {
  from {
    border-radius: 200px;
  }
  to {
    border-radius: 0;
  }
}
.symbol .short {
  width: 1000px;
}
.symbol .long {
  width: 1280px;
}
.symbol .right {
  justify-content: space-between;
}
.left .symbol-img {
  margin-right: 80px;
}

.about-staff .about-tit {
  text-transform: none;
}
.about-staff .about-txt {
  margin-bottom: 150px;
}
.about-staff .about-section {
  position: relative;
}
.about-staff .about-section__bg {
  position: absolute;
  width: auto;
  height: 100vh;
  top: 0;
  left: 0;
}
.about-staff .about-section__bg img {
  height: 100%;
}
.about-staff .about-section__bg.fix {
  position: fixed;
}
.full-tit {
  color: #aaa;
  font-size: 60px;
  font-weight: 700;
}
.about-staff-full {
  width: 64%;
  margin: 0 auto 144px;
}
.about-staff-full li {
  display: flex;
  align-items: center;
  padding: 90px 0;
}
.about-staff-img {
  margin-right: 60px;
}
.about-staff-txt strong {
  display: block;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}
.about-staff-txt p {
  display: block;
  font-size: 20px;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
  opacity: 0;
}
.about-count {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}
.about-count .plus {
  position: relative;
  width: 58px;
  height: 58px;
  align-self: center;
  margin-right: 54px;
}
.about-count .plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 58px;
  height: 18px;
  background-color: #ddd;
}
.about-count .plus span:nth-child(1) {
  transform: translate(-50%, -50%);
}
.about-count .plus span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.about-count .count {
  font-size: 40px;
  font-weight: 700;
  margin-right: 117px;
}
.about-count .count span {
  display: inline-block;
  width: 195px;
  font-size: 160px;
  line-height: 1;
  margin-right: 20px;
}
.about-count p {
  display: block;
  color: #666;
  font-size: 16px;
  padding-bottom: 1em;
}
.about-service .about-bg {
  background-image: url(/image/sub/about_service_bg01.png);
}
.about-service .about-txt {
  margin-bottom: 150px;
}

.about-sevice__list > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.about-sevice__list > li:last-child {
  margin-bottom: 0;
}
.about-sevice__list .desc-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.about-sevice__list .desc-list li {
  width: 50%;
}
.about-service .about-service__desc {
  padding-top: 0.5em;
  font-size: 20px;
  margin-bottom: 80px;
}
.about-service .desc-icon {
  display: block;
  margin-bottom: 34px;
}
.about-service .about-litit {
  margin-bottom: 16px;
}
.about-service .tit-side .sub-stit {
  margin-bottom: 73px;
}
.about-service .common-btn {
  border-color: rgba(34, 34, 34, 0.3);
  color: #222;
}
.about-service .common-btn:hover {
  color: #fff;
  border-color: var(--bohanblue);
}
.doubledot {
  position: relative;
  padding-left: 8px;
  font-weight: 400 !important;
  display: block;
}
.doubledot::before {
  content: ":";
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: translateY(-50%);
}


/* consulting */
.sub-window {
  padding-bottom: 200px;
}
.sub-window__img {
  position: relative;
}
.sub-window__img p {
  line-height: 1.8;
}
.sub-window__desc {
  background-color: var(--bohanblue);
  background-image: url(/image/common/sub_rectangle_01.png);
  background-repeat: no-repeat;
  background-position: right 14px bottom 14px;
  background-size: 44px;
  width: 600px;
  height: 160px;
  display: flex;
  align-items: center;
  padding-left: 39px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(50%);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.sub-overview {
  padding-top: 132px;
  background-color: #f0f9ff;
  background-image: url(/image/sub/consulting_overview_bg.png);
  background-repeat: no-repeat;
  background-size: 580px;
  background-position: center top 268px;
}
.overview-tit {
  text-align: center;
}
.overview-tit p {
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Montserrat';
}
.overview-tit strong {
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}

.overview-case {
  transform-style: preserve-3d;
  perspective: 2000px;
  margin-bottom: 136px;
}
.overview-case__list {
  width: 100%;
  height: 536px;
  position: relative;
}
.overview-case__list li {
  padding: 36px 40px;
  background-color: #fff;
  position: absolute;
  transition: scale 0.5s ease;
  border: 1px solid #e8e8e8;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.05);
}
.overview-case__list li p {
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: 300;
}
.overview-case__list li span {
  font-weight: 700;
}
.overview-case__list li:nth-child(1) {
  top: 50px;
  left: 0;
  z-index: 2;
}
.overview-case__list li:nth-child(1) p {
  opacity: 0.7;
}
.overview-case__list li:nth-child(2) {
  top: 152px;
  left: 12.3%;
  z-index: 3;
}
.overview-case__list li:nth-child(2) p {
  opacity: 1;
}
.overview-case__list li:nth-child(3) {
  top: 313px;
  left: 2.3%;
  z-index: 2;
}
.overview-case__list li:nth-child(3) p {
  opacity: 0.7;
}
.overview-case__list li:nth-child(4) {
  bottom: 0;
  left: 30%;
  z-index: 3;
}
.overview-case__list li:nth-child(4) p {
  opacity: 1;
}
.overview-case__list li:nth-child(5) {
  top: 86px;
  left: 42.5%;
  z-index: 1;
}
.overview-case__list li:nth-child(5) p {
  opacity: 0.3;
}
.overview-case__list li:nth-child(6) {
  bottom: 108px;
  left: 37%;
  z-index: 1;
}
.overview-case__list li:nth-child(6) p {
  opacity: 0.3;
}
.overview-case__list li:nth-child(7) {
  top: 194px;
  right: 13%;
  z-index: 3;
}
.overview-case__list li:nth-child(7) p {
  opacity: 1;
}
.overview-case__list li:nth-child(8) {
  top: 0;
  right: 12px;
  z-index: 2;
}
.overview-case__list li:nth-child(8) p {
  opacity: 0.7;
}
.overview-case__list li:nth-child(9) {
  bottom: 55px;
  right: 0;
  z-index: 2;
}
.overview-case__list li:nth-child(9) p {
  opacity: 0.7;
}
.overview-case__list li:hover {
  scale: 1.05;
  z-index: 4;
}
.overview-case__list li:hover p {
  opacity: 1;
}

.overview-banner {
  height: 240px;
  background-image: url(/image/sub/consulting_banner_img01.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overview-banner img {
  display: block;
  margin-bottom: 10px;
}
.overview-banner strong {
  color: #fff;
  font-weight: 400;
  font-size: 34px;
}
.overview-banner strong span {
  font-weight: 700;
}

.sub-process {
  padding-top: 120px;
  background-image: url(/image/common/Ellipse_bg.svg);
  background-repeat: no-repeat;
  background-size: auto 762px;
  background-position: left top 45%;
}
.process-tit {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
.process-tab {
  display: flex;
  margin-bottom: 80px;
}
.process-tab li {
  background-color: #f5f5f5;
  color: #999;
  width: 50%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.process-tab li.on {
  background-color: var(--bohanblue);
  color: #fff;
}
.process-list.hide {
  display: none;
}
.process-list > li .consulting-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.process-list > li {
  margin-bottom: 100px;
}
.degree .process-desc-side {
  border-top: 2px solid var(--bohanred);
}
.degree .process-desc-side li {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.degree .process-desc-side li p {
  width: 75%;
  word-break: break-all;
}
.process-icon {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-desc-side {
  width: 75%;
  margin-left: auto;
}
.journal .process-desc-side {
  background-color: #fbfbfb;
  padding: 80px 45px 171px;
  position: relative;
}
.journal .svgArea {
  position: absolute;
  top: 80px;
  left: 45px;
  background-image: url(/image/sub/consiulting_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 870px;
  height: 255px;
}
.journal .svgArea i {
  font-size: 17px;
  color: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(43%);
}
.journal .svgArea i.on {
  color: #f3c7c9;
}
.journal .svgArea path {
  fill: none;
  stroke: #f3c7c9;
  stroke-width: 3;
  stroke-dasharray: 1992;
  stroke-dashoffset: 1992;
  transition: all 7s linear;
}
.journal.active .svgArea path {
  stroke-dashoffset: 0;
}



.consulting-banner {
  width: 100%;
  padding-top: 17.4%;
  position: relative;
}
.consulting-banner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.consulting-banner .common-btn {
  width: 140px;
}
.consulting-banner .common-btn::before {
  background-color: #fff;
}
.consulting-banner .common-btn:hover {
  color: #222;
}
.consulting-banner .common-btn:hover img {
  fill: #000;
}
.cunsulting-baner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transform: translate(-50%, -50%);
  margin-right: 287px;
  width: 100%;
  padding: 0 15%;
}

.process-step-list {
  /* position: absolute; */
  width: 100%;
  height: 256px;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(47px);
}
.process-step-list li {
  text-align: center;
  font-weight: 700;
  color: #aaa;
  font-size: 16px;
  line-height: 1.8;
  transition: all 0.3s ease;
}
.process-step-list li p {
  position: absolute;
  width: 100%;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}
.process-step__number {
  background-color: #ccc;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background 0.3s ease;
}
.process-step-list li:nth-child(1),
.process-step-list li:nth-child(2),
.process-step-list li:nth-child(3),
.process-step-list li:nth-child(4),
.process-step-list li:nth-child(5) {
  width: 20%;
  transform: translateY(-50%);
}
.process-step-list li:nth-child(6),
.process-step-list li:nth-child(7),
.process-step-list li:nth-child(8),
.process-step-list li:nth-child(9) {
  width: 25%;
  transform: translateY(50%);
}
.process-step-list li:nth-child(6) {
  order: 8;
}
.process-step-list li:nth-child(7) {
  order: 7;
}
.process-step-list li:nth-child(8) {
  order: 6;
}
.process-step-list li:nth-child(9) {
  order: 5;
}

.process-step-list li.active:nth-child(odd) {
  color: var(--bohanred02);
}
.process-step-list li.active:nth-child(even) {
  color: var(--bohanblue02);
}

.process-step-list li.active:nth-child(odd) .process-step__number {
  background-color: var(--bohanred02);
}
.process-step-list li.active:nth-child(even) .process-step__number {
  background-color: var(--bohanblue02);
}
.process-step-list li::after {
  color: #666;
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(25%, -65%);
  white-space: nowrap;
}
.process-step-list.added li:nth-child(3)::after {
  content: '与指导教授见面(1)';
}
.process-step-list.added li:nth-child(4)::after {
  content: '与指导教授见面(2)';
}
.process-step-list.added li:nth-child(7)::after {
  content: '与指导教授见面(3)';
}
.process-step-list.added li:nth-child(8)::after {
  content: '与指导教授见面(4)';
}

.consulting-style .sub-process {
  background-position: left top 20%;
}
.consulting-style .sub-window {
  position: relative;
}
.consulting-style .sub-window::before {
  content: '';
  display: block;
  width: 100vw;
  height: 407px;
  background-color: #f9f9f9;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.consulting-style .process-list {
  display: block;
}

.journal .single .svgArea {
  background-image: url(/image/sub/consiulting_line02.svg);
  width: 870px;
  height: 3px;
}
.journal .single .svgArea line {
  fill: none;
  stroke: #f3c7c9;
  stroke-width: 3;
  stroke-dasharray: 870;
  stroke-dashoffset: 870;
  transition: all 4s linear;
}
.journal.active .single .svgArea line {
  stroke-dashoffset: 0;
}
.journal .single .svgArea i {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  transform: translateY(-40%);
}
.single .process-step-list {
  width: 100%;
  height: auto;
  transform: none;
  justify-content: space-between;
}
.single .process-step-list .process-step__number {
  margin-bottom: 20px;
}
.single .process-step-list li p {
  margin-bottom: 36px;
  position: static;
  transform: none;
}
.single .process-step-list li:nth-child(1),
.single .process-step-list li:nth-child(2),
.single .process-step-list li:nth-child(3),
.single .process-step-list li:nth-child(4),
.single .process-step-list li:nth-child(5) {
  width: 17%;
  transform: translateY(-16px);
  position: relative;
}
.process-step__box {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #444;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}
.process-step__box i {
  margin: 16px 0;
  font-size: 10px;
  color: #aaa;
}
.journal .process-desc-side.single {
  padding: 80px 45px 60px;
}
.process-desc-side.flex {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  padding: 0;
  margin-bottom: 60px;
}
.process-desc-box {
  width: 49%;
  padding: 49px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.process-desc-box > span {
  margin-bottom: 36px;
}
.process-desc-box strong {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.process-desc-box .sub-p02 {
  color: #444;
}
.process-desc-box.sky {
  background-color: #f0f9ff;
}
.process-desc-box.pink {
  background-color: #fdf2f2;
}
.process-desc-box.sky .sub-p02,
.process-desc-box.pink .sub-p02{
  text-align: center;
}

.process-desc-box__inner {
  background-color: #fff;
  padding: 25px 20px;
  width: 100%;
}
.process-desc-box__inner li {
  line-height: 2;
  position: relative;
  padding-left: 12px;
  word-break: break-all
}
.process-desc-box__inner li span {
  position: absolute;
  top: 1em;
  left: 0;
  transform: translateY(-50%);
}
/* .process-desc-box__inner .remark::after {
  content: '依照学校及期刊编写格式(含参考文献)进行标准化';
  display: block;
  color: #888;
  font-size: 13px;
  font-weight: 400;
} */

.between .process-desc-box {
  width: 42%;
}
.process-desc-chinese {
  padding: 30px 10px;
  display: flex;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 200px;
  align-self: center;
}
.process-desc-chinese span {
  font-size: 16px;
  font-weight: 500;
}
.process-desc-chinese img {
  margin: 16px 0;
}
.process-desc-chinese::before,
.process-desc-chinese::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.process-desc-chinese::before {
  background-image: url(/image/sub/chinese_left_arrow.png);
  left: -10px;
  transform: translate(-100%, -50%);
}
.process-desc-chinese::after {
  background-image: url(/image/sub/chinese_right_arrow.png);
  right: -10px;
  transform: translate(100%, -50%);
}

.process-desc-box::after {
  width: 100%;
  display: block;
  margin-top: 10px;
  color: #888;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  word-break: break-all;
}
.between .process-desc-box.sky::after {
  content: '※ 由从事3年以上研究写作经验的专家进行校正';
}
/* .between .process-desc-box.pink::after {
  content: '※ 번역전문가가 1차적으로 번역교정, 지도박사가 2차 검수 및 수정';
} */

.seven .process-step-list li:nth-child(1),
.seven .process-step-list li:nth-child(2),
.seven .process-step-list li:nth-child(3),
.seven .process-step-list li:nth-child(4) {
  width: 25%;
}
.seven .process-step-list li:nth-child(5),
.seven .process-step-list li:nth-child(6),
.seven .process-step-list li:nth-child(7) {
  width: 33%;
}
.seven .process-step-list li:nth-child(5) {
  order: 7;
  transform: translateY(50%);
}
.seven .process-step-list li:nth-child(6) {
  order: 6;
}
.seven .process-step-list li:nth-child(7) {
  order: 5;
}
.journal .seven .svgArea path {
  transition: all 6s linear;
}

/* community */
.community_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 66px;
}
.community_top .sub-tit {
  margin-bottom: 0;
}

/* contact */
.consult-form {
  border-top: 1px solid #222;
}
.consult-form__item {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 30px 0;
}
.consult-form__item.half {
  display: flex;
  justify-content: space-between;
}
.consult-form__item.radio {
  display: flex;
}
.consult-form__item.radio ul {
  display: flex;
  align-items: center;
}
.consult-form__item.radio li {
  margin-right: 50px;
  display: flex;
  align-items: center;
}
.consult-form__item.radio input[type='checkbox']:checked + label,
.consult-form__item.radio input[type='radio']:checked + label {
  color: var(--bohanblue);
}
.consult-form__item.radio input[type='checkbox'] ,
  .consult-form__item.radio input[type='radio'] {
  accent-color: var(--bohanblue);
  margin-right: 5px;
}
.consult-form__item.radio span {
  margin-right: 60px;
  margin-bottom: 0;
}
.consult-form__item.radio label {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.consult-form__item.half div {
  width: 49%;
}
.consult-form__item span {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}
.essential::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--bohanblue);
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.consult-form__item input[type='text'],
.consult-form__item input[type='date'],
.consult-form__item input[type='file'],
.consult-form__item textarea {
  padding: 20px;
  background-color: #f6f6f6;
  width: 100%;
  font-size: 15px;
  color: #666;
  font-weight: 400;
}
.consult-form__item input[type='file']::file-selector-button {
  display: none;
}
.consult-form__item textarea {
  resize: none;
  height: 250px;
}
.consult-form__item textarea::placeholder {
  color: #999;
}
.contact-remark {
  display: block;
  text-align: right;
  color: #999;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.common-btn.submit-btn {
  background-color: var(--bohanblue);
  color: #fff;
  display: block;
  margin: 80px auto 0;
}

.recruit-field {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.recruit .process-tab {
  width: auto;
  margin-bottom: 40px;
}
.recruit .process-tab li {
  width: 180px;
  position: relative;
}
.recruit .process-tab li:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #ccc;
}
.recruit .sub-p01 {
  color: #222;
  line-height: 1.6;
  margin-bottom: 60px;
}
.recuit-desc__tab > li > span {
  display: block;
  margin-bottom: 60px;
}
.recruit-desc__list {
  border-top: 1px solid #222;
}
.recruit-desc__list li {
  display: flex;
  align-items: center;
  padding: 50px;
  border-bottom: 1px solid #ddd;
}
.recruit-desc__list .list-tit {
  font-size: 24px;
  font-weight: 700;
  width: 87px;
  margin-right: 100px;
}
.recruit-desc__list .list-desc {
  font-size: 16px;
  font-weight: 300;
}

.recruit-step .sub-stit {
  margin-bottom: 60px;
}
.recruit-step__list {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
.recruit-step__list > div {
  width: 21.8%;
  height: var(--recruitCircleHeight);
  border: 1px solid #ddd;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recruit-step__list .dash {
  display: block;
  height: 1px;
  background-color: #ddd;
  flex: 1;
}
.recruit-step__list .step-num {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 27px;
}
.recruit-step__list .step-img {
  display: block;
  margin-bottom: 20px;
}
.recruit-step__list .step-tit {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.recruit-banner {
  background-image: url(/image/sub/recruit_banner_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-banner__txt {
  margin-right: 307px;
}
.recruit-banner .sub-stit {
  color: #fff;
  margin-bottom: 20px;
}
.recruit-banner .sub-p02 {
  color: #fff;
  font-weight: 400;
}
.recruit-banner .common-btn {
  width: 193px;
}

.location-tit {
  margin-bottom: 30px;
  display: block;
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
}
.location-map {
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
}
.location-map iframe {
  width: 100%;
  height: 100%;
}
.location-list {
  border-top: 1px solid #222;
}
.location-list:not(:last-child) {
  margin-bottom: 120px;
}
.location-list li {
  display: flex;
  align-items: center;
  height: 150px;
  border-bottom: 1px solid #ddd;
  padding: 0 70px;
}
.location-list li span {
  display: block;
}
.locition-list__icon {
  margin-right: 30px;
}
.location-list__tit {
  width: 160px;
  margin-right: 130px;
  font-size: 30px;
  font-weight: 700;
}
.location-list__desc {
  font-size: 20px;
  line-height: 1.8em;
  color: #666;
  font-weight: 400;
}
.around-tit {
  color: #0047A0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 60px;
  padding-bottom: 20px;
}
.location-list.around li {
  border-bottom: none;
  display: block;
  padding: 0;
  height: auto;
}
.around-box {
  display: flex;
  justify-content: space-between;
  padding: 50px 40px;
  border: 1px solid #ddd;
}
.around-box span {
  width: 49%;
}
.around-box span img {
  width: 100%;
}
/* login */
.utill-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.utill-btn.blue {
  background-color: var(--bohanblue);
  color: #fff;
}
.utill-btn.white {
  border: 1px solid var(--bohanblue);
  color: var(--bohanblue);
  background-color: #fff;
}
.login-style {
  display: flex;
  font-family: 'Noto Sans SC' !important;
}
.login-left-side {
  padding: 120px 0 140px;
  margin-left: auto;
  margin-right: 140px;
  width: 500px;
}
.login-left-side .sub-tit {
  margin-bottom: 25px;
}
.find .login-left-side .sub-tit {
  margin-bottom: 80px;
}
.login-left-side .sub-p02 {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 44px;
}
.login-tab {
  display: flex;
  margin-bottom: 30px;
}
.login-tab li {
  font-weight: 500;
  color: #aaa;
  font-size: 20px;
  position: relative;
  line-height: 1;
  padding-bottom: 10px;
  margin-right: 20px;
  cursor: pointer;
}
.login-tab li.on a {
  font-weight: 700;
  color: var(--bohanblue);
}
.login-tab li::after {
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bohanblue);
  content: '';
  display: block;
}
.login-tab li.on::after {
  width: 100%;
}
.login-form-area {
  width: 500px;
}
.find .login-form-area li input[type='text'],
.find .login-form-area li input[type='password'] {
  background-image: none;
  padding: 0 24px;
  margin-bottom: 20px;
}
.login-form-area li input[type='text'],
.login-form-area li input[type='password'] {
  width: 100%;
  height: 68px;
  margin-bottom: 10px;
  padding: 0 24px 0 52px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: left 24px center;
}
.login-form-area li input[type='text'] {
  background-image: url(/image/common/login_id_01.svg);
}
.login-form-area li input[type='password'] {
  background-image: url(/image/common/login_pw_01.svg);
}
.login-form-area li span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.login-form__check {
  padding-top: 10px;
  margin-bottom: 50px;
}
.login-form__check input[type='checkbox'] {
  width: 0;
  height: 0;
  overflow: hidden;
}
.login-form__check label {
  padding-left: 26px;
  background-image: url(/image/common/check_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.login-form__check input[type='checkbox']:checked + label {
  background-image: url(/image/common/checked_icon.png);
}
.login-right-side  {
  width: 50%;
}
.login-right-side.blue {
  background-color: #d9efff;
}
.login-right-side.pink {
  background-color: #fdf2f2;
}
.login-right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.login-right-side strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
.login-right-side.blue strong {
  color: #18396a;
}
.login-right-side.pink strong {
  color: #842634;
}
.login-right-side em {
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 50px;
}
.login-right-side span {
  display: block;
  margin-bottom: 60px;
}
.login-style .utill-btn.blue {
  width: 100%;
  margin-bottom: 30px;
  height: 68px;
  font-size: 18px;
  font-weight: 700;
}
.login-style.find .utill-btn.blue {
  margin-top: 40px;
}
.login-style .utill-btn.white {
  width: 180px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
}
.login-form__bottom {
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
}
.login-form__bottom p {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
.login-form__bottom a {
  display: block;
  color: #666;
  font-weight: 300;
  font-size: 12px;
  padding: 9px;
  border: 1px solid #ddd;
}
.login-form__phone {
  position: relative;
  margin-bottom: 20px;
}
.login-form-area li .login-form__phone input[type='text'] {
  margin-bottom: 0;
}
.login-form__phone button {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  font-weight: 400;
  color: #666;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  background-color: #eee;
}
.login-left__box {
  background-color: #f9f9f9;
  width: 100%;
  height: 212px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.login-left__box > span {
  margin-bottom: 38px;
}
.login-left__box p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.login-left__box .theme-blue {
  font-weight: 700;
}
.login-form__btn {
  display: flex;
  justify-content: space-between;
}
.login-style .login-form__btn .utill-btn {
  height: 68px;
  width: 49%;
  margin: 0 !important;
}

/* join */
.join-style .sub-tit {
  margin-bottom: 20px;
}
.join-style .sub-p02 {
  font-weight: 500;
  color: #999;
  margin-bottom: 60px;
}
.join-tab {
  display: flex;
  margin-bottom: 80px;
}
.join-tab li {
  width: 25%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  border-right: 1px solid #eee;
}
.join-tab li:last-child {
  border-right: none;
}
.join-tab li .join-tab__tit {
  color: #aaa;
}
.join-tab li .join-tab__tit span {
  display: block;
}
.join-tab li .join-tab__tit span:first-child {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
}
.join-tab li .join-tab__tit span:last-child {
  font-weight: 700;
  font-size: 20px;
}
.join-tab li.on {
  background-color: var(--bohanblue);
}
.join-tab li.on .join-tab__tit {
  color: #fff;
}
.join-style .content {
  padding: 150px 0;
}
.join-select {
  display: flex;
  justify-content: space-between;
}
.join-select li {
  width: 49%;
  height: 340px;
  background-color: #f9f9f9;
  border: 3px solid transparent;
  transition: all 0.3s ease;
}
.join-select li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.join-select li:hover {
  background-color: #fff;
  border: 3px solid var(--bohanblue);
}
.join-select li span {
  display: block;
  margin-bottom: 30px;
}
.join-select li strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.join-tab__icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 64px;
  height: 64px;
  display: block;
  margin-right: 20px;
}
.join-terms li {
  width: 100%;
  margin-bottom: 35px;
  border: 1px solid #ddd;
}
.join-terms li:last-child {
  margin-bottom: 0;
}
.join-terms__tit {
  padding-left: 36px;
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.join-terms__tit label {
  font-size: 20px;
  font-weight: 700;
  padding-left: 30px;
  background-image: url(/image/common/check_icon_01.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}
.join-terms__tit input[type='checkbox'] {
  width: 0;
  height: 0;
  overflow: hidden;
}
.join-terms__tit input[type='checkbox']:checked + label {
  background-image: url(/image/common/checked_icon_01.svg);
}
.join-terms__desc {
  padding: 0 69px 0 36px;
  background-color: #f9f9f9;
  overflow-y: scroll;
  height: 260px;
}
.terms-inner {
  padding: 46px 0;
}
.join-terms__desc strong {
  font-size: 18px;
  font-weight: 500;
}
.join-terms__desc p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.join-terms__desc::-webkit-scrollbar {
  width: 6px;
}
.join-terms__desc::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
.join-style .utill-btn {
  width: 160px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  margin: 80px auto 0;
}
.join-tit-area {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.join-tit-area .contact-remark {
  margin-bottom: 0;
}
.join-tit-area .join-tit {
  font-size: 26px;
  font-weight: 700;
}
.join-style .consult-form__item {
  display: flex;
}
.join-style .consult-form__item span {
  width: 240px;
}
.join-style .consult-form__input {
  width: 605px;
}
.join-style .consult-form__item input[type='text'],
.join-style .consult-form__item textarea {
  width: 100%;
}
.join-style .consult-form__item.radio span {
  margin-right: 0;
}
.consult-form__item input[type='date'] {
  position: relative;
  padding-left: 50px;
}
.consult-form__item input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
  z-index: 1;
}
.consult-form__item input[type='date']::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/image/common/calandar_icon_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.consult-form__item input[type='date']::placeholder {
  color: transparent;
}

.consult-form__input p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #999;
}
.consult-form__input .consult-form__flex {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.consult-form__input .mid-add {
  margin-bottom: 12px;
}
.consult-form__input .consult-form__flex button,
  .consult-form__input .consult-form__flex label {
  background-color: #666;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.join-style .consult-form:not(:last-of-type) {
  margin-bottom: 100px;
}
input#file-upload-button {
  background-color: pink;
}
.consult-form__input .consult-form__flex a {
  border: 1px solid #222;
  display: flex;
  margin-right: 20px;
  padding: 15px 30px 15px 20px;
  align-items: center;
  background-image: url(/image/common/download_icon_01.png);
  background-position: right 14px center;
  background-repeat: no-repeat;
}
.consult-form__input .consult-form__flex a:last-child {
  margin-right: 0;
}
.consult-form__input .consult-form__flex a span {
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 0;
}
.download .consult-form__input {
  flex: 1;
}
.download .consult-form__input .consult-form__flex {
  justify-content: flex-start;
}
.join-ok {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.join-ok strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}
.join-ok em {
  display: block;
  margin-bottom: 37px;
  font-size: 400px;
  font-size: 20px;
  color: #666;
  text-align: center;
}
.join-ok__btn {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  width: 590px;
}
.join-ok__btn .utill-btn {
  width: 49%;
  height: 70px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

/* mypage */

.my-layout {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  padding-top: calc(150px + var(--headerHeight));
  padding-bottom: 150px;
  font-family: 'Noto Sans SC' !important;
}
.my-layout input {
  font-family: 'Noto Sans SC' !important;
}
.my-lnb {
  width: 25%;
  padding-right: 60px;
}
.my-tit {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1;
}
.my-info {
  background-color: var(--bohanblue);
  width: 100%;
  height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  border-bottom-right-radius: 30px;
  margin-bottom: 30px;
}
.my-info__rank {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(225, 225, 225, 0.3);
  display: flex;
  width: 70px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.my-info__name {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.my-info__name span {
  font-weight: 700;
}

.my-lnb__lnb a {
  display: block;
  line-height: 2.5;
  font-size: 20px;
  font-weight: 700;
  color: #888;
}
.my-lnb__lnb a.on {
  color: var(--bohanred02);
}

.my-article {
  padding-top: 110px;
  flex: 1;
  max-width: 75%;
}
.my-article__top {
  margin-bottom: 60px;
}
.my-subtit {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}
.my-article__top .my-subtit {
  margin-bottom: 16px;
}
.my-subtit-area {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-subtit-area .my-subtit {
  margin-bottom: 0;
}
.my-desc {
  border-top: 1px solid #222;
}
.my-desc li {
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  transition: border 0.3s ease;
  border: 3px solid transparent;
  position: relative;
}
.my-desc li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.my-desc li:hover {
  border: 3px solid var(--bohanblue);
  box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.08);
}
.my-desc li:hover::after {
  display: none;
}
.my-desc__inner {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.my-desc__inner .my-desc__tit {
  margin-top: 0;
  flex: 1;
  margin-bottom: 0;
}
.my-desc__icon {
  width: 26px;
  margin-right: 10px;
  display: block;
}
.my-desc__icon img {
  width: 100%;
}
.my-desc__turn {
  color: var(--bohanred02);
  margin-left: auto;
  font-size: 15px;
  font-weight: 400;
}
.my-desc__turn span {
  font-weight: 700;
}
.my-desc__turn i {
  color: inherit;
  font-size: 17px;
  margin-left: 6px;
}
.my-desc__tit {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-right: 12px;
}
.my-desc__tit.my-mt {
  margin-top: 60px;
}
.my-desc__date {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
.my-desc__info {
  display: flex;
}
.my-desc__info span {
  display: flex;
  align-items: center;
  color: #888;
  font-size: 16px;
  font-weight: 400;
}
.my-desc__info span:first-child::after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 1px;
  background-color: #ddd;
  margin: 0 16px;
}
.classmanage05 .my-desc__info span:first-child::after {
  display: none;
}
.mob-lnb__tit {
  display: none;
}
.my-desc__txtarea {
  position: relative;
}
.fb-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 120px;
  height: 45px;
  background-color: #666;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.my-desc03 {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  border-top: 1px solid #222;
  margin-bottom: 80px;
}
.my-desc__box {
  background-color: #f6f6f6;
  height: 90%;
}
.my-desc03 > li .my-desc__box {
  padding: 30px 40px;
}
.my-desc03 .info {
  flex: 1;
  margin-right: 25px;
}
.calculate02 .my-desc03 .info:last-child {
  margin-right: 0;
}
.info-list {
  padding-left: 13px;
  width: 100%;
}
.info-list li {
  line-height: 2;
}
.info-list__p01 {
  margin-right: 22px;
  color: #444;
  font-size: 15px;
  font-weight: 500;
}
.info-list__p02 {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}
.my-desc03 .info .my-desc__box li {
  display: flex;
  flex-wrap: wrap;
}
.my-desc03 .info .my-desc__box li p {
  line-height: 2.4;
  white-space: nowrap;
}
.my-desc03 .info .my-desc__p01 {
  font-size: 16px;
  font-weight: 500;
  margin-right: 36px;
}
.my-desc03 .info .my-desc__p01::before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #222;
  vertical-align: middle;
  transform: translateY(-50%);
}
.my-desc03 .info .my-desc__p02 {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
.my-desc03 .progress {
  width: 35.4%;
}
.my-desc03 .progress .my-desc__box {
  padding: 40px 0 0;
  text-align: center;
}
.my-progress {
  margin-bottom: 34px;
  position: relative;
}
.my-progress canvas {
  max-width: 70%;
  margin: 0 auto;
}
.my-desc03 .progress strong {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.my-desc03 .progress strong span {
  font-weight: 700;
}
.my-desc03 .progress p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
}
.my-desc03 .progress p span {
  font-weight: 700;
}
.my-progress__current {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Montserrat';
}
.my-progress__current span {
  color: var(--bohanred02);
  font-size: 16px;
  font-weight: 500;
}
.my-progress__current .current {
  font-weight: 700;
  font-size: 20px;
}
.my-img-area {
  width: 100%;
  min-height: 326px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.classmanage03 .my-desc__turn,
.classmanage01.student .my-desc__turn {
  margin-bottom: 12px;
}
.my-desc__status {
  font-size: 15px;
  font-weight: 500;
  width: 78px;
  height: 31px;
  border: 1px solid transparent;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-desc__status.standby {
  color: #109044;
  border-color: #109044;
}
.my-desc__status.complete {
  color: #1d72c9;
  border-color: #1d72c9;
}
.my-desc__status.companion {
  color: var(--bohanred02);
  border-color: var(--bohanred02);
}
.my-tab {
  display: flex;
  margin-bottom: 30px;
}
.my-tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 18px;
  font-weight: 700;
  background-color: #f5f5f5;
  width: 50%;
  height: 60px;
}
.my-tab a.on {
  background-color: #555;
  color: #fff;
}
.my-layout .sub-p01 {
  font-weight: 400;
  margin-bottom: 40px;
}
.review .my-table {
  border-top: 1px solid #222;
}
.my-table {
  border-top: 1px solid var(--bohanblue02);
}
.my-table > li {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-right: 40px;
}
.my-table input::placeholder,
.my-table textarea::placeholder{
  color: #666;
  font-size: 15px;
  font-weight: 400;
}
.my-desc__tit-area {
  margin-bottom: 12px;
  display: flex;
}
.my-desc__tit-area .my-desc__tit {
  margin-bottom: 0;
}
.my-desc__tit-area .contact-remark {
  margin-left: auto;
  margin-bottom: 0;
}
.my-table__head {
  font-size: 18px;
  font-weight: 500;
}
.my-table__desc {
  display: flex;
  align-items: center;
}
.privacy02 .my-table__desc {
  display: block;
}
.my-table__desc.address {
  flex-wrap: wrap;
}
.my-table__desc input[type='date'],
.my-table__desc input[type='password'],
.my-table__desc input[type='text'] {
  background-color: #f6f6f6;
  height: 55px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  padding: 10px;
  position: relative;
}
.my-table__desc input[type='text'].short {
  width: 36%;
  text-align: center;
}
.my-table__desc span {
  font-size: 16px;
  font-weight: 400;
}

.my-table__desc .standby {
  color: #109044;
}
.my-table__desc .complete {
  color: #1d72c9;
}
.my-table__desc .companion {
  color: var(--bohanred02);
}

.my-table__desc .my-table__turn {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
.my-table__desc .my-table__turn span {
  font-size: 18px;
  color: #222;
}
.my-table__desc .sign {
  margin: 10px;
  font-size: 15px;
  font-weight: 400;
}
.my-table__desc .sign.tilde {
  display: inline-block;
}
.my-table__desc input[type='date'] {
  padding-left: 43px;
}
.my-table__desc input[type='date']::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/image/common/calandar_icon_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.my-table__desc input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
  z-index: 1;
}
.my-table__desc ul {
  display: flex;
  align-items: center;
}
.my-table__desc li {
  display: flex;
  margin-right: 50px;
}
.my-table__desc li label {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.my-table__desc input[type='radio'] {
  accent-color: var(--bohanblue);
}
.my-table__desc input[type='radio']:checked + label {
  color: var(--bohanblue);
}
.my-table__desc.input-size01 {
  grid-column-start: 3;
  grid-column-end: 5;
}
.my-table__desc.input-size02 {
  grid-column-start: 2;
  grid-column-end: 5;
}
.classmanage04 textarea {
  width: 100%;
  height: 220px;
  background-color: #f6f6f6;
  padding: 16px 22px;
  resize: none;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.my-btn {
  margin-top: 20px;
  width: 130px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.my-btn.blue {
  background-color: var(--bohanblue);
  color: #fff;
  margin-left: auto;
}
.my-btn.blue.center {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.my-btn.white {
  margin: 75px auto 0;
  border: 1px solid var(--bohanblue);
  color: var(--bohanblue);
}
.my-btn.red {
  margin: 80px auto 0;
  color: #fff;
  background-color: var(--bohanred);
}
.my-btn-set {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-btn-set button {
  width: 160px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
}
.my-btn-set .my-btn__left {
  border: 1px solid #0047a099;
  color: var(--bohanblue);
  margin-right: 10px;
}
.my-btn-set .my-btn__right {
  background-color: var(--bohanblue);
  color: #fff;
}
.download-btn {
  background-color: #1d72c9;
  color: #fff;
  width: 130px;
  height: 40px;
  display: block;
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
}
.my-desc__file-bottom .my-desc__caution {
  margin-top: 0;
}
.my-desc__caution {
  margin-top: 12px;
}
.my-desc__caution p {
  font-size: 15px;
  font-weight: 400;
  color: var(--bohanred02);
  line-height: 1.3;
}
.my-table__desc textarea {
  padding: 20px 22px;
  background-color: #f6f6f6;
  width: 100%;
  height: 160px;
  resize: none;
}
.review .my-table__desc textarea {
  height: 340px;
}
.my-table__txt {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}
.my-desc__file {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 22px;
  margin-bottom: 12px;
}
.my-desc__file li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}
.my-desc__file li:last-child {
  margin-bottom: 0;
}
.my-desc__file li a {
  color: #337ab7;
  line-height: 1;
  font-size: 15px;
}
.my-desc__file li button i {
  color: #aaa;
  font-size: 13px;
}
.my-desc__file-bottom {
  display: flex;
  justify-content: space-between;
}
.my-desc__file-bottom .file-box {
  width: 100px;
  height: 40px;
  position: relative;
}
.my-desc__file-bottom input[type='file'] {
  width: 0;
  height: 0;
  overflow: hidden;
}
.my-desc__file-bottom input[type='file']::file-selector-button {
  display: none;
}
.my-desc__file-bottom label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #666;
}
.classmanage04 .my-desc__tit:not(:first-of-type) {
  margin-top: 80px;
}
.my-desc02 {
  background-color: #f6f6f6;
  padding: 16px 22px;
}
.my-desc02 p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 1.7;
  white-space: wrap;
  word-break: break-all;
}
.my-link-btn {
  font-size: 16px;
  color: #666;
  position: relative;
  font-weight: 500;
  padding-right: 17px;
}
.my-link-btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
  transform: translateY(-40%) rotate(45deg);
}

.fix-complete-bar {
  width: 100%;
  height: 74px;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.fix-complete-bar .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.fix-complete-bar span {
  display: block;
  margin-right: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.fix-complete-bar img {
  margin-right: 7px;
}
.fix-complete-bar button {
  background-color: var(--bohanred);
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  width: 296px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix-complete-bar.complete button {
  background-color: #444;
}
.my-survey {
  margin: 0 auto;
  width: 960px;
  padding-top: 250px;
  padding-bottom: 150px;
}
.score-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
}
.score-info li {
  display: flex;
  margin-left: 12px;
  align-items: center;
}
.score-info__num {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--bohanblue);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.score-info__desc {
  color: #888;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.survey-list {
  border-top: 1px solid var(--bohanred);
  padding-top: 40px;
}
.survey-list > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.survey-list > li:nth-child(5) {
  margin-bottom: 60px;
}
.survey-list > li p {
  font-size: 20px;
  font-weight: 700;
  flex: 1;
}
.survey-list > li.survey-list__txtarea textarea {
  height: 160px;
  background-color: #f6f6f6;
  width: 100%;
  resize: none;
}
.survey-list > li.survey-list__txtarea {
  margin-bottom: 60px;
  display: block;
}
.survey-list > li.survey-list__txtarea p {
  margin-bottom: 12px;
}
.survey-list__txtarea.etc {
  border-top: 1px solid #ddd;
  padding-top: 60px;
}
.survey-score {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  z-index: 1;
  width: 32%;
}
.survey-score__num {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ccdaec;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.survey-score::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ddd;
  z-index: -1;
}
.survey-score li input[type='radio'] {
  display: none;
}
.survey-score li input[type='radio']:checked + label {
  background-color: var(--bohanblue);
}
.calculate02 .my-table > li {
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-columns: 1.5fr 2fr 3fr 1.5fr 2fr 1.4fr 1.4fr 1.4fr 2fr 3.5fr;
  grid-auto-rows: minmax(80px, auto);
  padding: 0;
}
.calculate02 .my-table__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.calculate02 .my-table__desc.not-center {
  justify-content: flex-start;
  padding-left: 14px;
}
.my-table__top .my-table__desc {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  background-color: #f9f9f9;
}
.my-table__top > div:not(:last-child) {
  border-right: 1px solid #ddd;
}
.my-table__desc.size01 {
  grid-column-start: 6;
  grid-column-end: 9;
}
.calculate02 .size01 {
  padding: 0;
  flex-wrap: wrap;
}
.calculate02 .size01 div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}
.calculate02 .size01 div:first-child {
  border-bottom: 1px solid #ddd;
}
.calculate02 .size01 div span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  height: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.calculate02 .size01 div span:not(:last-child) {
  border-right: 1px solid #ddd;
}
.inquiry01 .my-desc > li a {
  width: 68%;
}
.inquiry01 .my-desc__tit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}
.inquiry01 .my-desc__info {
  padding-left: 36px;
  color: #666;
  line-height: 1.7;
  height: 3.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
}
.my-inquiry__box {
  padding: 27px 18% 27px 30px;
  background-color: #f9f9f9;
  display: flex;
}
.my-inquiry__icon {
  display: block;
  width: 26px;
  margin-right: 15px;
}
.my-inquiry__icon img {
  width: 100%;
}
.my-inquiry__answer {
  flex: 1;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  min-height: 220px;
}
.privacy {
  padding: 68px 77px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.privacy li {
  display: flex;
  align-items: center;
}
.privacy li:first-child {
  margin-bottom: 30px;
}
.privacy__head {
  width: 215px;
}
.privacy__head span {
  font-size: 20px;
  font-weight: 700;
}
.privacy__desc input[type='text'],
.privacy__desc input[type='password'] {
  width: 400px;
  height: 55px;
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  padding: 0 22px;
}

.privacy__desc input[type='text']::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.my-table__remark {
  width: 100%;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}
.my-table__desc.address > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.my-table__desc.address > div button {
  width: 26%;
  margin-left: 10px;
  background-color: #666;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.my-table__desc.address > input[type='text'] {
  margin-top: 12px;
}
.privacy02 .my-link-btn {
  color: var(--bohanblue);
}
.privacy02 .my-link-btn::after {
  border-color: var(--bohanblue);
}
.privacy-link {
  text-align: right;
  margin-top: 30px;
}
.privacy03 .my-desc__tit {
  padding-top: 60px;
  border-top: 1px solid #222;
}
.privacy03 .my-desc02 {
  padding: 30px 40px;
  line-height: 1.7;
}
.privacy03 .my-desc02 .my-desc__p01 {
  font-size: 16px;
  color: #222;
  font-weight: 700;
}
.privacy03 .my-desc02 .my-desc__p02 {
  color: #222;
  font-weight: 400;
}
.privacy-agree {
  display: flex;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  align-items: center;
}
.privacy-agree input[type='checkbox'] {
  width: 0;
  height: 0;
  overflow: hidden;
}
.privacy-agree label {
  padding-left: 26px;
  background-image: url(/image/common/check_icon.png);
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.privacy-agree input[type='checkbox']:checked + label {
  background-image: url(/image/common/checked_icon.png);
}

/* about bohan test */
.test .about-bohan__mv {
  height: 100vh;
  position: relative;
}
.test .about-bohan__inner {
  background: no-repeat 50%/cover;
  transition: .5s ease;
  height: 100%;
  position: relative;
  width: 100%;
}
.test .about-bohan__inner img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 1s ease;
}

.scene02 .about-bohan__inner .bg02 {
  opacity: 1;
}
.about-bohan__inner .bg02 {
  opacity: 0;
}

.scene02 .about-bohan__inner .bg01 {
  opacity: 0;
}
.about-bohan__inner .bg01 {
  opacity: 1;
}
.about-bohan__txt-wrap {
  position: absolute;
  width: 1280px;
  top: 50%;
  left: calc(50% - 640px);
  transform: translateY(-50%);
  z-index: 100;
}
.about-bohan__mv .about-bohan__txt-wrap .about-bohan__txt {
  position: static;
  transform: none;
}
.about-bohan__txt-wrap li {
  display: none;
}
.about-bohan__txt-wrap li.on {
  display: block;
}

/* 마이페이지 설문조사 팝업 */
.survey-dim {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.survey-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  padding: 30px 30px 50px;
  z-index: 9999;
}
.survey-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.survey-close::after, 
.survey-close::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
}
.survey-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.survey-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.survey-popup > span {
  display: block;
  margin: 0 auto 30px;
  width: 65%;
  margin-top: 30px;
}
.survey-inner {
  background-color: #FDF2F2;
  text-align: center;
  padding: 40px;
}
.survey-inner > span {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.survey-inner strong {
  color: #222;
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.survey-inner p {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  line-height: 1.7;
}
.survey-popup .my-btn.center {
  width: 200px;
  margin-top: 30px;
  height: 56px;
}


/* about bohan test */

.test .about-bohan__mv {
  position: relative;
}
.test .about-bohan__bg {
  background-image: url(/image/sub/about_bohan_bg01.png);
  transition: background .5s ease;
}
.about-bohan__txt-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.test .about-bohan__txt {
  display: none;
}
.test .about-bohan__txt.on {
  display: block;
}
@media all and (max-width: 1440px) {
  .about-bohan__txt hgroup h1 {
    font-size: 80px;
    white-space: nowrap;
  }
  .login-style {
    max-width: 100%;
  }
  .login-left-side {
    margin-right: 0;
    margin-left: 0;
    padding: 100px 3.90625%;
    width: 50%;
  }
  .login-right-side span {
    max-width: 80%;
  }
  .login-form-area {
    width: 100%;
  }

  .my-layout {
    width: auto;
    margin-right: 3.90625%;
    margin-left: 3.90625%;
    /* display: flex;
    padding-top: calc(150px + var(--headerHeight));
    padding-bottom: 150px;
    font-family: 'Noto Sans SC' !important; */
  }
}
@media all and (max-width: 1290px) {
  /* svg area size */
  
  .process-step-list {
    width: 100%;
  }
  .hide-1290 {
    display: none !important;
  }
  .show-1290 {
    display: block !important;
  }
  .process-list > li .consulting-box {
    display: block;
  }
}
@media all and (max-width: 1280px) {
  .about-bohan__frame {
    width: 100%;
    height: 380px;
  }
  .about-bohan__always .about-bohan__txt strong {
    font-size: 70px;
    margin-bottom: 50px;
  }
  .sub-p01 {
    font-size: 16px;
  }
  .about-section {
    padding: 100px 0;
  }
  .about-stit {
    font-size: 30px;
  }
  .about-identity .about-txt .about-stit {
    margin-bottom: 30px;
  }
  .about-motion-txt span {
    font-size: 180px;
    transform: translateX(3%);
  }
  .sub-top__visual-txt > h3 {
    font-size: 50px;
  }
  .sub-window__desc {
    width: 50%;
    left: auto;
    right: 0;
  }
  .symbol .short {
    justify-content: center;
    width: auto;
  }
  .symbol .long {
    width: auto;
  }
  .left .symbol-img {
    margin-right: 8%;
  }
  .location-list li {
    height: 150px;
    padding: 0 30px;
  }
  .locition-list__icon {
    margin-right: 20px;
    width: 30px;
  }
  .location-list__tit {
    width: 110px;
    margin-right: 70px;
    font-size: 20px;
  }
  .location-list__desc {
    font-size: 16px;
  }
  .my-tit {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .my-lnb {
    width: 22%;
    padding-right: 50px;
  }
  .my-article {
    padding-top: 75px;
    max-width: 78%;
  }
  .my-info__name {
    font-size: 16px;
  }
  .my-info__rank {
    font-size: 13px;
    width: 60px;
    height: 25px;
    margin-bottom: 12px;
  }
  .my-info {
    height: 110px;
    margin-bottom: 20px;
  }
  
  .my-lnb__lnb a {
    line-height: 2.2;
    font-size: 18px;
  }
  .my-subtit {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .my-desc li {
    padding: 30px;
  }
  .my-desc__tit {
    font-size: 18px;
  }
  .my-desc__date {
    font-size: 15px;
  }
  .my-desc__info span {
    font-size: 14px;
  }
  .my-desc__turn {
    font-size: 14px;
  }
}
