@charset "UTF-8";
@font-face {
  font-family: "HDHarmony";
  src: url("../font/HDHarmonyL.woff") format("woff"), url("../font/HDHarmonyL.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HDHarmony";
  src: url("../font/HDHarmonyM.woff") format("woff"), url("../font/HDHarmonyM.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HDHarmony";
  src: url("../font/HDHarmonyB.woff") format("woff"), url("../font/HDHarmonyB.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* 영상 */
.movieBig {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}
.movieBig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieBig .btnPlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}
@media (max-width: 1200px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 14.5px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
}

html, body {
  color: #071329;
  word-break: keep-all;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  font-family: "HDHarmony", Roboto, "itc-avant-garde-gothic-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, "돋움", courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

/* 모바일에서 꾹 눌렀을때 텍스트 복사 막기 */
body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
img,
figure,
select,
section,
textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #071329;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  border: 0px;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
.btn {
  border: 1px solid #ddd;
}
.btn.small {
  padding: 3px 10px;
  font-size: 13px;
}
.btn.medium {
  padding: 5px 10px;
  font-size: 14px;
}
.btn.normal {
  background-color: transparent;
}
.btn.light {
  background-color: #ddd;
  border-color: #ddd;
  color: #000;
}
.btn.primary {
  background-color: #02769D;
  border-color: #02769D;
  color: #fff;
}
.btn.dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn.danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn.warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}

.layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.layer-popup .popup-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.layer-popup .cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.layer-popup .popup-container {
  margin: 0 auto;
}
.layer-popup .popup-container.w-400 {
  max-width: 400px;
}
.layer-popup .popup-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #fff;
}

.popupWrap {
  width: 59rem;
  height: auto;
  display: none;
  background-color: #fff;
  overflow: hidden;
  border-radius: 3px;
  z-index: 2000;
}
.popupWrap .btn_popClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
  background-color: transparent;
}
.popupWrap .btn_popClose:before, .popupWrap .btn_popClose:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #000;
}
.popupWrap .btn_popClose:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupWrap .btn_popClose:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupWrap .btn_popClose.light:before, .popupWrap .btn_popClose.light:after {
  background-color: #fff;
}
.popupWrap .popHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
  color: #fff;
}
.popupWrap .popHeader h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: inherit;
}
.popupWrap .popHeader .btn_popClose {
  padding-right: 2.25rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: inherit;
}
.popupWrap .popContent {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
.popupWrap .popFooter {
  padding: 4.25rem 0 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupWrap .popFooter .link {
  padding: 0 10px;
  height: 30px;
  border-radius: 3px;
}
.popupWrap .popFooter .link + .link {
  margin-left: 1.5rem;
}

html.scroll-disable,
body.scroll-disable {
  overflow: hidden;
}
@media (min-width: 800px) {
  html.scroll-disable,
  body.scroll-disable {
    overflow: visible;
  }
}

body {
  min-height: 100vh;
}

/* 공통 */
img {
  max-width: 100%;
}

#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
}

section {
  position: relative;
  margin: 0 auto;
}

main {
  position: relative;
  overflow: hidden;
}

.section-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .section-inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .pcVer {
    display: none;
  }
}

.mVer {
  display: none;
}
@media (max-width: 600px) {
  .mVer {
    display: block;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  z-index: 1000;
  background-color: #fff;
}
header .section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  display: block;
  width: 6.7rem;
  height: 4.8rem;
  background: url("../images/brandLogo.svg") no-repeat 0 center/6.7rem auto;
  z-index: 998;
}
header .link {
  font-style: normal;
  font-weight: 300;
  font-size: 1.35rem;
  line-height: 4.8rem;
  letter-spacing: -0.025em;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mT00 {
  margin-top: 0rem !important;
}

.mT10 {
  margin-top: 0.5rem !important;
}

.mT20 {
  margin-top: 1rem !important;
}

.mT30 {
  margin-top: 1.5rem !important;
}

.mT40 {
  margin-top: 2rem !important;
}

.mT50 {
  margin-top: 2.5rem !important;
}

.mT60 {
  margin-top: 3rem !important;
}

.mT70 {
  margin-top: 3.5rem !important;
}

.mT80 {
  margin-top: 4rem !important;
}

.mT90 {
  margin-top: 4.5rem !important;
}

.mT100 {
  margin-top: 5rem !important;
}

.ani,
.pt {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

figure.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.first_section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #071329;
  color: #fff;
  text-align: center;
}
.first_section dl dt {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.first_section dl dd {
  margin-top: 1.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4.5rem;
}

section.bg {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.hero-section .logo-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
.hero-section .logo-group li img {
  height: 2.5rem;
}
@media (max-width: 600px) {
  .hero-section .section-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-section .section-inner .logo-group {
    align-items: flex-start;
    flex-flow: column nowrap;
    gap: 2rem;
  }
  .hero-section .section-inner .logo-group li img {
    height: 3rem;
  }
}

.bg.first {
  background-image: url("../images/sBg_01.jpg");
  transition: 0.3s;
}
.bg.first .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.bg.first .logo-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
.bg.first .logo-group li img {
  height: 2.5rem;
}
@media (max-width: 600px) {
  .bg.first .section-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg.first .section-inner .logo-group {
    align-items: flex-start;
    flex-flow: column nowrap;
    gap: 2rem;
  }
  .bg.first .section-inner .logo-group li img {
    height: 3rem;
  }
}
.bg.second {
  background-image: url("../images/sBg_02.jpg");
}
.bg.third {
  background-image: url("../images/sBg_03.jpg");
}
@media (max-width: 600px) {
  .bg {
    background-attachment: scroll !important;
  }
}

.headingWrap {
  height: 100vh;
  min-height: 700px;
  background: #050001 url("../images/heading_bg.jpg") no-repeat center 0/cover;
}
.headingWrap .section-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headingWrap .heading-title {
  position: relative;
  padding-top: 4.8rem;
  color: #fff;
}
.headingWrap .heading-title dt span {
  font-size: 2.35rem;
  font-weight: 400;
}
.headingWrap .heading-title dt h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 5rem;
}
.headingWrap .heading-title dd {
  margin: 3.75rem 0 4rem;
  font-size: 1.75rem;
}
.headingWrap .logo-group li + li {
  margin-top: 1.25rem;
}

.jDWrap {
  height: 36rem;
  background: #efefef url("../images/jd_bg.jpg") no-repeat center center/cover;
  padding: 9rem 0;
}
.jDWrap .title {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}
.jDWrap .jdTabUI {
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 1.1rem;
}
.jDWrap .jdTabUI li {
  flex: 1;
  height: 4rem;
  padding: 0.25rem;
  border: 1px solid #071329;
  border-radius: 50px;
  overflow: hidden;
}
.jDWrap .jdTabUI li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 1.6rem;
  text-indent: -9999px;
}
.jDWrap .jdTabUI li:nth-of-type(1) a {
  background-image: url("../images/HD_logo_01.svg");
}
.jDWrap .jdTabUI li:nth-of-type(1).active a {
  background-color: #071329;
  background-image: url("../images/HD_logo_01_w.svg");
}
.jDWrap .jdTabUI li:nth-of-type(2) a {
  background-image: url("../images/HD_logo_02.svg");
}
.jDWrap .jdTabUI li:nth-of-type(2).active a {
  background-color: #071329;
  background-image: url("../images/HD_logo_02_w.svg");
}
.jDWrap .jdTabUI li:nth-of-type(3) a {
  background-image: url("../images/HD_logo_03.svg");
}
.jDWrap .jdTabUI li:nth-of-type(3).active a {
  background-color: #071329;
  background-image: url("../images/HD_logo_03_w.svg");
}
.jDWrap .jDTabContainer {
  margin-top: 1.5rem;
}
.jDWrap .jDTabContainer .jDTabContent {
  display: none;
}
.jDWrap .jDTabContainer .jDTabContent .jd-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.jDWrap .jDTabContainer .jDTabContent .jd-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  min-width: 7.5rem;
  border: 1px solid #071329;
  border-radius: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: inherit;
  letter-spacing: -0.05em;
  background-color: #fff;
  cursor: pointer;
}
.jDWrap .jDTabContainer .jDTabContent .jd-list li small {
  font-size: 0.8rem;
}
.jDWrap .jDTabContainer .jDTabContent.active {
  display: block;
}
@media (max-width: 600px) {
  .jDWrap {
    height: auto;
  }
  .jDWrap .jdTabUI {
    flex-flow: row wrap;
    justify-content: center;
    gap: 1rem;
  }
  .jDWrap .jdTabUI li {
    flex: none;
    width: 11rem;
  }
  .jDWrap .jdTabUI li:last-child {
    width: 14rem;
  }
  .jDWrap .jDTabContainer .jDTabContent .jd-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .jDWrap .jDTabContainer .jDTabContent .jd-list li {
    height: 2.75rem;
  }
}

.applyWrap {
  padding: 9rem 0;
  background: url("../images/apply_bg.png") no-repeat center center/cover;
}
.applyWrap dl {
  text-align: center;
  line-height: 3rem;
}
.applyWrap dl dt {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: inherit;
  color: #88d0e1;
}
.applyWrap dl dd {
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: inherit;
  color: #fff;
}
.applyWrap .logo-box {
  height: 3.9rem;
  width: 41.5rem;
  margin: 3rem auto;
  background-color: #fff;
  border-radius: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3.5rem;
}
.applyWrap .link {
  display: flex;
  height: 3.5rem;
  width: 24.25rem;
  margin: 0 auto;
  background-color: #071329;
  border-radius: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: inherit;
  color: #fff;
}
@media (max-width: 600px) {
  .applyWrap dl dt {
    font-size: 1.5rem;
  }
  .applyWrap .logo-box {
    width: auto;
    height: auto;
    padding: 1.5rem;
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 1rem;
  }
}

h3 {
  position: relative;
  margin-bottom: 3rem;
}
h3 span {
  font-style: normal;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: inherit;
  color: #fff;
}
h3:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 12rem);
  height: 1px;
  background-color: #fff;
}

.companyInfoWrap {
  padding: 9rem 0;
  background: #071329 url("../images/info_bg.jpg") no-repeat center center/cover;
}
.companyInfoWrap h4 {
  margin-bottom: 2.25rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.companyInfoWrap .mission-box {
  padding: 2.1rem 0;
  border-radius: 18px;
  background-color: #000c15;
}
.companyInfoWrap .mission-box figure img {
  height: 6.1rem;
}
.companyInfoWrap .part + .part {
  margin-top: 6rem;
}
@media (max-width: 600px) {
  .companyInfoWrap .mission-box figure {
    padding: 0 1.5rem;
  }
  .companyInfoWrap .mission-box figure img {
    height: auto;
  }
}

.vision-list {
  display: flex;
}
.vision-list dt {
  width: 20rem;
  display: grid;
  grid-template-columns: 8.65rem 1fr;
}
.vision-list dt figcaption {
  padding-left: 1.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4rem;
  color: #fff;
}
.vision-list dd {
  width: calc(100% - 20rem);
  padding-left: 1.25rem;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #afb2b9;
  border-left: 1px dashed #afb2b9;
}
.vision-list + .vision-list {
  margin-top: 1.75rem;
}
.vision-list + .vision-list figure {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .vision-list {
    flex-flow: row wrap;
  }
  .vision-list dt {
    width: 100%;
    grid-template-columns: auto;
  }
  .vision-list dt figure {
    order: 2;
  }
  .vision-list dt figure img {
    width: 100%;
  }
  .vision-list dt figcaption {
    padding-left: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    order: 1;
  }
  .vision-list dt figcaption br {
    display: none !important;
  }
  .vision-list dd {
    margin-top: 1.5rem;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .vision-list + .vision-list {
    margin-top: 3.5rem;
  }
}

.core-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
.core-list li {
  position: relative;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column nowrap;
  color: #fff;
  text-align: center;
}
.core-list li div {
  padding: 0.75rem 0;
}
.core-list li figure {
  margin: 0 auto;
  padding: 1rem 0.75rem;
  width: 5.75rem;
  height: 5.75rem;
  background-color: #fff;
  border-radius: 50%;
}
.core-list li figure img {
  max-width: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.core-list li dl {
  margin-top: 1.25rem;
}
.core-list li dl dt {
  font-size: 1.05rem;
  font-weight: 700;
}
.core-list li dl dd {
  margin-top: 1.25rem;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
}
.core-list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: calc(100% - 1.15rem);
}
.core-list li:nth-of-type(2n-1):after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100% - 1.15rem);
  width: 1px;
  border-right: 1px dashed rgba(175, 178, 185, 0.5);
}
.core-list li:nth-of-type(1):after {
  top: 0;
  bottom: auto;
}
.core-list li:nth-of-type(1):before {
  border-bottom: 1px dashed rgba(175, 178, 185, 0.5);
}
.core-list li:nth-of-type(2):before {
  border-bottom: 1px dashed rgba(175, 178, 185, 0.5);
}
@media (max-width: 600px) {
  .core-list {
    grid-template-columns: auto;
  }
  .core-list li:nth-of-type(2n-1):after {
    display: none;
  }
  .core-list li:nth-of-type(3):before {
    border-bottom: 1px dashed rgba(175, 178, 185, 0.5);
  }
}

.benefitsWrap {
  padding: 9rem 0;
  background-color: #dedede;
}
.benefitsWrap h3 span {
  color: #071329;
}
.benefitsWrap h3:before {
  width: calc(100% - 14rem);
  background-color: #071329;
}
.benefitsWrap .part h4 {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.benefitsWrap .part > p {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #4c4948;
  letter-spacing: -1px;
}
.benefitsWrap .part > p.comment {
  margin-top: 1rem;
}
.benefitsWrap .part + .part {
  margin-top: 2.5rem;
}
@media (max-width: 600px) {
  .benefitsWrap .part h4 {
    line-height: 1.5rem;
  }
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.benefit-list li {
  position: relative;
  padding-top: 6.5rem;
  height: 12.6rem;
  background-color: #071329;
  border-radius: 0.75rem;
}
.benefit-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.benefit-list li dl {
  text-align: center;
}
.benefit-list li dl dt {
  font-style: normal;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: inherit;
  color: #fff;
}
.benefit-list li dl dd {
  margin-top: 0.75rem;
  font-style: normal;
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1rem;
  color: #afb2b9;
}
.benefit-list li dl dd small {
  color: #828387;
}
.benefit-list li dl dd p {
  font-style: normal;
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1rem;
}
.benefit-list li:nth-of-type(1):before {
  background-image: url("../images/benefit_icon_01.svg");
}
.benefit-list li:nth-of-type(2):before {
  background-image: url("../images/benefit_icon_02.svg");
}
.benefit-list li:nth-of-type(3):before {
  background-image: url("../images/benefit_icon_03.svg");
}
.benefit-list li:nth-of-type(4):before {
  background-image: url("../images/benefit_icon_04.svg");
}
.benefit-list li:nth-of-type(5):before {
  background-image: url("../images/benefit_icon_05.svg");
}
.benefit-list li:nth-of-type(6):before {
  background-image: url("../images/benefit_icon_06.svg");
}
.benefit-list li:nth-of-type(7):before {
  background-image: url("../images/benefit_icon_07.svg");
}
.benefit-list li:nth-of-type(8):before {
  background-image: url("../images/benefit_icon_08.svg");
}
.benefit-list li:nth-of-type(9):before {
  background-image: url("../images/benefit_icon_09.svg");
}
.benefit-list li:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.benefit-list.etc li:nth-of-type(1):before {
  background-image: url("../images/benefit_icon_10.svg");
}
.benefit-list.etc li:nth-of-type(2):before {
  background-image: url("../images/benefit_icon_11.svg");
}
.benefit-list.etc li:nth-of-type(3):before {
  background-image: url("../images/benefit_icon_12.svg");
}
.benefit-list.etc li:nth-of-type(4):before {
  background-image: url("../images/benefit_icon_13.svg");
}
.benefit-list.etc li:nth-of-type(5):before {
  background-image: url("../images/benefit_icon_14.svg");
}
@media (max-width: 768px) {
  .benefit-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit-list li:before {
    background-size: auto 4rem;
  }
}
@media (max-width: 600px) {
  .benefit-list li {
    height: auto;
    padding: 7.5rem 1.5rem 1.5rem;
  }
  .benefit-list li dl dt {
    line-height: 1.4rem;
  }
  .benefit-list li dl dd br {
    display: none;
  }
}

.mediaCenterWrap {
  padding: 9rem 0;
  background: #071329 url("../images/media_bg.png") no-repeat center center/cover;
}
.mediaCenterWrap h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: inherit;
  text-align: center;
  color: #fff;
}
.mediaCenterWrap h3:before {
  display: none;
}
.mediaCenterWrap .linkGroup__page {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3.25rem;
}
.mediaCenterWrap .linkGroup__page .link {
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 2.8rem;
  color: #fff;
}
.mediaCenterWrap .linkGroup__sns-link {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mediaCenterWrap .linkGroup__sns-link ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2.5rem;
  height: 2.1rem;
}
.mediaCenterWrap .linkGroup__sns-link ul li .HDlogo {
  width: 10.75rem;
  justify-content: flex-start;
}
.mediaCenterWrap .linkGroup__sns-link ul li .HDlogo img {
  height: 1.5rem;
}
.mediaCenterWrap .linkGroup__sns-link ul li .link {
  background-position: center center;
  background-repeat: no-repeat;
}
.mediaCenterWrap .linkGroup__sns-link ul li .link:not(.HDlogo) {
  width: 2.1rem;
  height: 2.25rem;
  background-size: 2.1rem auto;
}
.mediaCenterWrap .linkGroup__sns-link ul li .link.insta {
  width: 2.25rem;
  background-image: url("../images/sns_insta.svg");
  background-size: 2.25rem auto;
}
.mediaCenterWrap .linkGroup__sns-link ul li .link.youtube {
  width: 2.5rem;
  background-image: url("../images/sns_youtube.svg");
  background-size: 2.5rem auto;
}
.mediaCenterWrap .linkGroup__sns-link ul li .link.facebook {
  background-image: url("../images/sns_facebook.svg");
}
.mediaCenterWrap .linkGroup__sns-link ul li .link.linked {
  background-image: url("../images/sns_linked.svg");
}
.mediaCenterWrap .linkGroup__sns-link ul li + li {
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .mediaCenterWrap .linkGroup__sns-link ul li {
    gap: 0 1.5rem;
  }
}

.movie-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1.5rem;
}
.movie-list li {
  width: calc((100% - 3rem) / 3);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .movie-list li {
    width: calc(50% - 1.5rem);
  }
}

.popupWrap[class*=jdPop] {
  width: 50rem;
  padding: 2.5rem 3rem 3rem;
  background-color: #071329;
  background-image: url("../images/pop_bg_top.png"), url("../images/pop_bg_bottom.png");
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
}
.popupWrap[class*=jdPop] .popHeader small {
  font-weight: 300;
}
.popupWrap[class*=jdPop] .popHeader .logo {
  height: 1.4rem;
  width: 15rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 1.4rem;
}
.popupWrap[class*=jdPop] .popContent {
  min-height: 10.5rem;
}
.popupWrap[class*=jdPop] .popContent .cont-box strong {
  min-width: 7.25rem;
  height: 1.75rem;
  padding: 0 1rem;
  border-radius: 40px;
  background-color: #071329;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: inherit;
  color: #fff;
}
.popupWrap[class*=jdPop] .popContent .cont-box .list {
  margin-top: 1rem;
}
.popupWrap[class*=jdPop] .popContent .cont-box .list li {
  position: relative;
  padding-left: 1.5rem;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #4c4948;
  letter-spacing: -0.065em;
}
.popupWrap[class*=jdPop] .popContent .cont-box .list li small {
  color: #8e8a87;
}
.popupWrap[class*=jdPop] .popContent .cont-box .list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url("../images/pop_bul_check.svg") no-repeat 0 0/auto 1.1rem;
}
.popupWrap[class*=jdPop] .popContent .cont-box .list li + li {
  margin-top: 0.75rem;
}
.popupWrap[class*=jdPop] .popContent .cont-box + .cont-box {
  margin-top: 2.25rem;
}
.popupWrap[class*=jdPop01] .logo {
  background-image: url("../images/HD_logo_01_w.svg");
}
.popupWrap[class*=jdPop02] .logo {
  background-image: url("../images/HD_logo_02_w.svg");
}
.popupWrap[class*=jdPop03] .logo {
  background-image: url("../images/HD_logo_03_w.svg");
}
.popupWrap[class*=jdPop03] .popContent .cont-box .list li {
  color: #071329;
}
.popupWrap[class*=jdPop03] .popContent .cont-box .list li p {
  margin-top: 0.75rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 300;
  color: #4c4948;
}
@media (max-width: 600px) {
  .popupWrap {
    width: 100% !important;
  }
  .popupWrap .popHeader {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 6rem;
  }
  .popupWrap .popHeader h2 {
    margin-bottom: 1rem;
  }
  .popupWrap .popHeader .logo {
    background-position: center !important;
  }
  .popupWrap .popContent .cont-box strong {
    height: auto !important;
    padding: 0.3rem 1rem !important;
  }
}/*# sourceMappingURL=style.css.map */