/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
main section {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #individual_first .inner {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  #individual_first .inner.first_view_slide {
    padding-top: 0;
  }
}

#first_box {
  position: relative;
  background-image: linear-gradient(90deg, rgb(116, 177, 224) 0%, rgb(90, 148, 206) 20%, rgb(0, 77, 157) 100%);
  width: 100%;
}
@media screen and (min-width: 769px) {
  #first_box {
    padding: 3rem 6rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  #first_box {
    padding: 4rem;
  }
}
#first_box::before {
  content: "";
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #first_box::before {
    background-image: url(../img/to_individual_investors/index/bg_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  #first_box::before {
    background-image: url(../img/to_individual_investors/index/bg_sp.png);
    background-size: 44.777% auto;
  }
}

#first_box h2 {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #first_box h2 {
    line-height: 1.3em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #first_box h2 {
    line-height: 1.3em;
    font-size: 5rem;
    letter-spacing: 0.05em;
  }
}

#first_box .general_txt {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #first_box .general_txt {
    text-align: center;
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  #first_box .general_txt {
    margin-top: 3rem !important;
  }
}

#first_box .menu_btn_set {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #first_box .menu_btn_set {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  #first_box .menu_btn_set {
    margin-top: 4rem !important;
  }
}

#meeting_sec {
  position: relative;
  width: 100%;
}
#meeting_sec .crm_btn_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  #meeting_sec .crm_btn_set {
    margin-top: 0rem !important;
  }
}
@media screen and (max-width: 768px) {
  #meeting_sec .crm_btn_set {
    margin-top: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  #first_box .menu_btn_set a p,
  #first_box .menu_btn_set a h3 {
    max-width: 44rem;
  }
}

@media screen and (min-width: 769px) {
  #euroland_block {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 98rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  #euroland_block {
    position: relative;
    width: 100%;
    padding-top: 4rem;
  }
}

#euroland_block > div,
#euroland_block #euroland_iframe {
  position: relative;
}
@media screen and (min-width: 769px) {
  #euroland_block > div,
  #euroland_block #euroland_iframe {
    width: 54rem !important;
  }
}
@media screen and (max-width: 768px) {
  #euroland_block > div,
  #euroland_block #euroland_iframe {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  #euroland_block > div {
    transform: translateY(1rem);
  }
}