#detail {
  position: relative;
  top: 130px;
}

.hg-h2 {
  text-align: center;
  font-size: 36px;
  position: relative;
  font-weight: normal;
  line-height: 1.3;
  color: #006fbc;
  padding-bottom: 30px;
}
.hg-h2::before, .hg-h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #006fbc;
  position: absolute;
  bottom: 0;
  border-radius: 100px;
}
.hg-h2::before {
  right: 50%;
  margin-right: 4px;
}
.hg-h2::after {
  background-color: #ffd147;
  left: 50%;
  margin-left: 4px;
}
.hg-mv {
  position: relative;
  background-image: url(/helloog/img/mv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 0 20px;
}
.hg-mv-inner {
  position: relative;
  max-width: 1200px;
  min-width: 900px;
  height: 335px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 80px;
}
.hg-mv-info {
  margin-top: 65px;
}
.hg-mv-title {
  position: relative;
  width: 260px;
}
.hg-mv-text {
  margin-top: 20px;
  font-size: 18px;
}
.hg-mv-link {
  display: flex;
  gap: 0 20px;
  margin-top: 20px;
}
.hg-mv-link > a {
  width: 240px;
  height: 32px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  color: #008fd3;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.hg-mv-menu {
  flex-shrink: 0;
  padding: 20px;
  background-color: #fff;
  border: 4px solid #ffca28;
  border-radius: 10px;
  margin: auto 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.hg-mv-menu > li:last-of-type {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
}
.hg-mv-menu > li:last-of-type > a {
  box-shadow: 0px 3px 0px #006fbc;
  background-color: #008fd3;
}
.hg-mv-menu > li > p {
  text-align: center;
  font-weight: bold;
  color: #084a7c;
  margin-bottom: 15px;
  line-height: 1;
}
.hg-mv-menu > li > a {
  position: relative;
  border-radius: 5px;
  min-height: 40px;
  padding: 8px 0;
  display: flex;
  width: 240px;
  background-color: #f55b73;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 3px 0px #d5314b;
}
.hg-mv-menu > li > a::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 16px;
  background-image: url(/helloog/img/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
}
.hg-flow {
  position: relative;
  padding: 80px 20px;
  background-color: #e9f6ff;
}
.hg-flow-accordion {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.hg-flow-accordion[open] .hg-flow-accordion-head-icon::after {
  display: none;
}
.hg-flow-accordion-head {
  cursor: pointer;
  text-align: center;
  color: #006fbc;
  list-style: none;
  font-size: 26px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 5px solid #008fd3;
  gap: 0 10px;
}
.hg-flow-accordion-head-icon {
  aspect-ratio: 1;
  width: 36px;
  border-radius: 100%;
  background-color: #008fd3;
  border: 3px solid #d8efff;
  position: relative;
}
.hg-flow-accordion-head-icon::before, .hg-flow-accordion-head-icon::after {
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.hg-flow-accordion-head-icon::after {
  rotate: 90deg;
}
.hg-flow-accordion-body {
  padding: 50px 35px 40px;
  border-top: 1px solid #dedede;
}
.hg-flow-list {
  display: flex;
  justify-content: center;
  gap: 50px 24px;
  flex-wrap: wrap;
  counter-reset: cnt;
}
.hg-flow-card {
  position: relative;
  background-color: #e9f6ff;
  padding: 30px 0;
  border-radius: 10px;
  text-align: center;
  width: 205px;
  counter-increment: cnt;
  font-feature-settings: "palt" 1;
}
.hg-flow-card:not(:last-of-type)::before {
  content: "";
  display: block;
  aspect-ratio: 22/36;
  background-color: #e9f6ff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 22px;
  right: -20px;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.hg-flow-card:not(:last-of-type)::after {
  content: "";
  display: block;
  aspect-ratio: 12/18;
  background-color: #008fd3;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  right: -12px;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.hg-flow-card-label {
  position: absolute;
  border-radius: 100px;
  width: 120px;
  height: 32px;
  background-color: #008fd3;
  left: 50%;
  top: -16px;
  translate: -50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: "Poppins";
}
.hg-flow-card-label > p {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.hg-flow-card-label > p > span {
  font-size: 24px;
  display: inline-block;
}
.hg-flow-card-title > h3 {
  height: 2lh;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  color: #084a7c;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.hg-flow-card-title > p {
  height: 60px;
  text-align: center;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.hg-flow-card-title > p.icon01 {
  background-image: url(/helloog/img/icon_doc.png);
}
.hg-flow-card-title > p.icon02 {
  background-image: url(/helloog/img/icon_apply.png);
}
.hg-flow-card-title > p.icon03 {
  background-image: url(/helloog/img/icon_account.png);
}
.hg-flow-card-title > p.icon04 {
  background-image: url(/helloog/img/icon_resist.png);
}
.hg-flow-card-title > p.icon05 {
  background-image: url(/helloog/img/icon_linkage.png);
}
.hg-flow-card-title > img {
  width: auto;
  height: 60px;
}
.hg-flow-card-text {
  font-size: 14px;
  margin-top: 15px;
}
.hg-flow-card-text a {
  color: #006fbc;
  text-decoration: underline;
}
.hg-flow-card-text small {
  font-size: 12px;
  display: inline-block;
}
.hg-flow-card-text > span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #d90000;
  text-decoration-color: #d90000;
  text-decoration-thickness: 3px;
}
.hg-flow-card-text > span > a {
  text-decoration: none;
}
.hg-flow-card-attention {
  font-size: 12px;
  margin-top: 10px;
}
.hg-guide {
  position: relative;
  padding: 80px 20px;
}
.hg-guide-inner {
  width: 920px;
  margin: 0 auto;
  position: relative;
}
.hg-guide-lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 70px;
  white-space: nowrap;
}
.hg-guide-lead > span {
  font-weight: bold;
  font-size: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #ffd147;
  text-decoration-color: #ffd147;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 5px;
  text-underline-offset: -2px;
}
.hg-guide-box {
  position: relative;
  margin-top: 60px;
  background-color: #e9f6ff;
  border-radius: 10px;
  overflow: hidden;
}
.hg-guide-box-head {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #084a7c;
}
.hg-guide-box-body {
  padding: 50px 0;
}
.hg-guide-apply {
  color: #fff;
  font-weight: bold;
  width: 380px;
  height: 65px;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #d5314b;
  background-color: #f55b73;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
}
.hg-guide-apply::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 24px;
  background-image: url(/helloog/img/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
}
.hg-guide-apply + p {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
.hg-guide-login {
  display: flex;
  justify-content: center;
}
.hg-guide-login > li {
  width: 100%;
}
.hg-guide-login > li:last-of-type {
  border-left: 1px solid #85c7e6;
}
.hg-guide-login > li:last-of-type .hg-guide-login-btn {
  box-shadow: 0px 5px 0px #dedede;
  background-color: #fff;
  color: #6d6d6d;
}
.hg-guide-login > li:last-of-type .hg-guide-login-btn::after {
  filter: brightness(0.4);
}
.hg-guide-login > li:last-of-type .hg-guide-login-attention {
  color: #d90000;
}
.hg-guide-login-inner {
  width: 390px;
  margin: 0 auto;
}
.hg-guide-login-text {
  text-align: center;
  margin-bottom: 30px;
}
.hg-guide-login-btn {
  color: #fff;
  font-weight: bold;
  width: 380px;
  height: 65px;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #006fbc;
  background-color: #008fd3;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
}
.hg-guide-login-btn::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 24px;
  background-image: url(/helloog/img/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
}
.hg-guide-login-attention {
  font-size: 13px;
  margin-top: 30px;
}
.hg-guide-login-attention a {
  color: #006fbc;
  text-decoration: underline;
}
.hg-guide-faq {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 40px;
}
.hg-guide-faq a {
  color: #006fbc;
  text-decoration: underline;
}
.hg-guide-faq-list {
  display: grid;
  gap: 15px 40px;
}
.hg-guide-faq-list > li > a {
  display: inline-block;
  padding-left: 19px;
  text-indent: -19px;
}
.hg-guide-faq-list > li > a::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  width: 14px;
  background-image: url(/helloog/img/icon_link_bl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-right: 5px;
  top: 2px;
}
.hg-guide-faq-link {
  margin-top: 20px;
  text-align: right;
}
.hg-feature {
  position: relative;
  padding: 80px 20px 110px;
  background-color: #e9f6ff;
}
.hg-feature-list {
  position: relative;
  width: 920px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  counter-reset: cnt;
}
.hg-feature-card {
  height: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 30px;
  counter-increment: cnt;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.hg-feature-card::before {
  content: "“Á’·";
  font-size: 15px;
  color: #006fbc;
  letter-spacing: 0.2em;
  padding-left: 15px;
  padding-top: 3px;
  font-weight: bold;
  display: block;
  background-color: #ffd147;
  aspect-ratio: 1;
  width: 100px;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 10px 0 0 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.hg-feature-card::after {
  content: counter(cnt);
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  font-weight: 600;
  font-size: 30px;
  color: #006fbc;
  width: 1em;
  text-align: center;
  font-family: "Poppins";
}
.hg-feature-card-title {
  font-size: 22px;
  color: #084a7c;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.hg-feature-card-pic {
  height: 150px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.hg-feature-card-pic.pic01 {
  background-image: url(/helloog/img/feature_pic_01.png);
}
.hg-feature-card-pic.pic02 {
  background-image: url(/helloog/img/feature_pic_02.png);
}
.hg-feature-card-pic.pic03 {
  background-image: url(/helloog/img/feature_pic_03.png);
}
.hg-feature-card-pic.pic04 {
  background-image: url(/helloog/img/feature_pic_04.png);
}
.hg-feature-card-text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #detail {
    top: 110px;
  }
  .hg-pagetop > a:not(.foot) {
    margin-bottom: 80px;
  }
  .hg-h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .hg-h2::before, .hg-h2::after {
    width: 20px;
    height: 2px;
  }
  .hg-h2::before {
    margin-right: 2px;
  }
  .hg-h2::after {
    margin-left: 2px;
  }
  .hg-mv {
    padding: 40px 20px;
  }
  .hg-mv-inner {
    min-width: auto;
    height: auto;
    display: block;
  }
  .hg-mv-info {
    margin: 0;
  }
  .hg-mv-title {
    margin: 0 auto;
  }
  .hg-mv-text {
    font-size: 16px;
    text-align: center;
  }
  .hg-mv-link {
    gap: 0 15px;
    justify-content: center;
  }
  .hg-mv-link > a {
    font-size: 13px;
    width: 160px;
  }
  .hg-mv-menu {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 20;
    border-radius: 0;
    border: none;
    display: flex;
    padding: 10px 15px;
    gap: 0 15px;
    transition: 0.3s;
  }
  .hg-mv-menu.hide {
    opacity: 0;
    visibility: hidden;
    bottom: -10px;
  }
  .hg-mv-menu > li {
    width: 100%;
  }
  .hg-mv-menu > li:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
  }
  .hg-mv-menu > li > p {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .hg-mv-menu > li > a {
    width: 100%;
    font-size: 12px;
  }
  .hg-mv-menu > li > a::after {
    width: 14px;
    right: 8px;
  }
  .hg-flow {
    padding: 40px 20px;
  }
  .hg-flow-accordion-head {
    gap: 0 5px;
    font-size: 18px;
    height: 60px;
    border-top-width: 3px;
  }
  .hg-flow-accordion-head-icon {
    width: 20px;
    border-width: 2px;
  }
  .hg-flow-accordion-head-icon::before, .hg-flow-accordion-head-icon::after {
    width: 10px;
    height: 2px;
  }
  .hg-flow-accordion-body {
    padding: 30px 20px;
  }
  .hg-flow-list {
    flex-direction: column;
    gap: 30px 0;
  }
  .hg-flow-card {
    width: 100%;
    padding: 20px 15px;
    padding-left: 60px;
    text-align: left;
  }
  .hg-flow-card:not(:last-of-type)::before {
    aspect-ratio: 36/22;
    width: 36px;
    top: auto;
    bottom: -20px;
    left: 50%;
    translate: -50%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .hg-flow-card:not(:last-of-type)::after {
    aspect-ratio: 18/12;
    width: 18px;
    top: auto;
    bottom: -12px;
    left: 50%;
    translate: -50%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .hg-flow-card-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    translate: none;
    border-radius: 0;
    border-radius: 10px 0 0 10px;
    text-align: center;
  }
  .hg-flow-card-label > p {
    letter-spacing: 0;
    font-size: 12px;
  }
  .hg-flow-card-label > p > span {
    font-size: 16px;
    display: block;
    line-height: 1;
  }
  .hg-flow-card-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 0 5px;
    line-height: 1;
  }
  .hg-flow-card-title > h3 {
    margin: 0;
    display: block;
    height: auto;
    font-size: 16px;
  }
  .hg-flow-card-title > p {
    height: 20px;
  }
  .hg-flow-card-title > p.icon01 {
    aspect-ratio: 98/124;
  }
  .hg-flow-card-title > p.icon02 {
    aspect-ratio: 114/124;
  }
  .hg-flow-card-title > p.icon03 {
    aspect-ratio: 114/126;
  }
  .hg-flow-card-title > p.icon04 {
    aspect-ratio: 146/112;
  }
  .hg-flow-card-title > p.icon05 {
    aspect-ratio: 126/114;
  }
  .hg-flow-card-title > img {
    height: 20px;
  }
  .hg-flow-card-text {
    margin-top: 10px;
  }
  .hg-flow-card-attention {
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .hg-guide {
    padding: 40px 20px;
    width: 100%;
  }
  .hg-guide-inner {
    width: 100%;
  }
  .hg-guide-lead {
    margin: 0 -20px 40px;
    font-size: 16px;
  }
  .hg-guide-lead > span {
    font-size: 16px;
  }
  .hg-guide-box {
    margin-top: 30px;
  }
  .hg-guide-box-head {
    font-size: 16px;
    height: 45px;
  }
  .hg-guide-box-body {
    padding: 30px 0;
  }
  .hg-guide-apply {
    width: 290px;
    height: 50px;
    font-size: 16px;
    box-shadow: 0px 3px 0px #d5314b;
  }
  .hg-guide-apply::after {
    width: 20px;
    right: 12px;
  }
  .hg-guide-apply + p {
    font-size: 12px;
  }
  .hg-guide-login {
    display: block;
  }
  .hg-guide-login > li:last-of-type {
    border-left: none;
    border-top: 1px solid #85c7e6;
    padding-top: 20px;
    margin-top: 20px;
  }
  .hg-guide-login > li:last-of-type .hg-guide-login-btn {
    box-shadow: 0px 3px 0px #dedede;
  }
  .hg-guide-login-inner {
    width: 100%;
  }
  .hg-guide-login-text {
    margin-bottom: 20px;
  }
  .hg-guide-login-btn {
    width: 290px;
    height: 50px;
    font-size: 16px;
    box-shadow: 0px 3px 0px #006fbc;
  }
  .hg-guide-login-btn::after {
    width: 20px;
    right: 12px;
  }
  .hg-guide-login-attention {
    font-size: 12px;
    padding: 0 20px;
  }
  .hg-guide-faq {
    padding: 0 20px;
    width: 100%;
  }
  .hg-guide-faq-list {
    display: block;
  }
  .hg-guide-faq-list > li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .hg-guide-faq-list > li > a {
    padding-left: 17px;
    text-indent: -17px;
  }
  .hg-guide-faq-list > li > a::before {
    width: 12px;
    top: 1px;
  }
  .hg-guide-faq-link {
    margin-top: 20px;
  }
  .hg-feature {
    padding: 40px 20px 120px;
  }
  .hg-feature-list {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 40px;
  }
  .hg-feature-card {
    padding: 35px 20px;
  }
  .hg-feature-card::before {
    top: -4px;
    left: -4px;
    width: 80px;
    font-size: 12px;
    padding-left: 12px;
  }
  .hg-feature-card::after {
    font-size: 24px;
    top: 11px;
    left: 9px;
  }
  .hg-feature-card-title {
    font-size: 18px;
  }
  .hg-feature-card-pic {
    height: 130px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .hg-mv-link > a:hover {
    opacity: 0.7;
  }
  .hg-mv-menu > li > a:hover {
    top: 3px;
    box-shadow: none !important;
  }
  .hg-flow-card-text a:hover {
    text-decoration: none;
  }
  .hg-guide-apply:hover {
    top: 5px;
    box-shadow: none;
  }
  .hg-guide-login-btn:hover {
    top: 5px;
    box-shadow: none !important;
  }
  .hg-guide-login-attention a:hover {
    text-decoration: none;
  }
  .hg-guide-faq a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .hg-flow-accordion {
    width: 920px;
  }
}