
br.break-t {
  display: inline;
}

br.break-m {
  display: none;
}

:lang(en) .keyvisual .keyvisual-wrap .title {
  letter-spacing: -0.03vw;
}
@media screen and (max-width: 767px) {
  :lang(en) .keyvisual .keyvisual-wrap .title {
    line-height: 1.4;
    letter-spacing: 0.1px;
    font-size: 2.2rem;
  }
}

.has-notice .keyvisual .keyvisual-wrap {
  height: calc(100vh - 280px);
  
}
.has-notice .important-info,
.has-notice .important-info-d2 {
  display: block;
}

@media screen and (max-width: 767.9px) {
  br.break-t {
    display: none;
  }
  br.break-m {
    display: inline;
  }
  .has-notice .keyvisual .keyvisual-wrap {
    height: calc(var(--vh, 1vh) * 100 - 235px);
  }
  .has-notice .important-info,
  .has-notice .important-info-d2 {
    display: block;
  }
}

.keyvisual {
  position: relative;
}
.keyvisual .keyvisual-wrap {
  position: relative;
  padding: 0;
  height: 500px;
  /* min-height: 600px; */
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(0, 1, 62, 0.05);
  color: #FFFFFF;
  text-align: center;
}
.keyvisual .keyvisual-wrap .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 12;
  font-weight: 900;
  line-height: 1.4;
  font-size: 3.75vw;
  letter-spacing: 0.03em;

  /* 글자 그림자 추가 */
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6), 0 0 25px rgba(0, 0, 0, 0.2);
}
.keyvisual .keyvisual-wrap .title p {
  opacity: 0;
}
.keyvisual .keyvisual-wrap .visual li {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}
.keyvisual .keyvisual-wrap .visual li .keyvisual-mask {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
          clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
  transform: skewX(-28deg);
}
.keyvisual .keyvisual-wrap .visual li .keyvisual-mask picture {
  width: 100%;
  height: 100%;
  display: flex;
  padding-bottom: 0;
  border-radius: 0px;
}
.keyvisual .keyvisual-wrap .visual li .keyvisual-mask picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.3) skewX(28deg);
}
.keyvisual .keyvisual-wrap .visual li .shape-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate3d(50%, 0, 0) skewX(-28deg);
  transform-origin: 0 100%;
  z-index: 10;
}
.keyvisual .keyvisual-wrap .visual li .shape-wrap span {
  position: absolute;
  right: -2%;
  width: 20%;
  height: 100%;
  background: #1c2a75;
  transform: translate3d(70%, 0, 0);
}
.keyvisual .keyvisual-wrap .visual li .shape-wrap span:first-child {
  right: -4%;
  background: #009e96;
  transform: translate3d(-20%, 0, 0);
}
.keyvisual .keyvisual-wrap .visual li .shape-wrap.type-b {
  transform: translate3d(-50%, 0, 0) skewX(-28deg);
  transform-origin: 0 0%;
}
.keyvisual .keyvisual-wrap .visual li .shape-wrap.type-b span {
  right: auto;
  left: 0;
  width: 18%;
  transform: translate3d(-70%, 0, 0);
}
.keyvisual .keyvisual-wrap .visual li .shape-wrap.type-b span:first-child {
  right: auto;
  left: 0;
  background: #ffffff;
  transform: translate3d(20%, 0, 0);
}
.keyvisual .keyvisual-wrap .visual li.active {
  z-index: 10;
}
.keyvisual .keyvisual-wrap .visual li.active .keyvisual-mask {
  transition: -webkit-clip-path 1.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.18, 1), -webkit-clip-path 1.2s cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-clip-path: polygon(-20% 0%, 120% 0%, 120% 100%, -20% 100%);
          clip-path: polygon(-20% 0%, 120% 0%, 120% 100%, -20% 100%);
}
.keyvisual .keyvisual-wrap .visual li.active .keyvisual-mask img {
  transform: scale(1) skewX(28deg);
  transition: transform 8s ease-out;
}
.keyvisual .keyvisual-wrap .visual li.active .shape-wrap {
  transition: transform 1.2s;
  transform: translate3d(0, 0, 0) skewX(-28deg);
}
.keyvisual .keyvisual-wrap .visual li.active .shape-wrap span {
  transition: transform 8s;
  transform: translate3d(0, 0, 0);
}
.keyvisual .keyvisual-wrap .visual li.active .shape-wrap.type-b {
  transition: transform 1.2s;
  transform: translate3d(0, 0, 0) skewX(-28deg);
}
.keyvisual .keyvisual-wrap .visual li.active .shape-wrap.type-b span {
  transition: transform 8s;
  transform: translate3d(0, 0, 0);
}
.keyvisual .keyvisual-wrap .visual li.active .shape-wrap.type-b span:first-child {
  transform: translate3d(-10%, 0, 0);
}
.keyvisual .keyvisual-wrap .visual li.deactive {
  z-index: 9;
}

@media screen and (max-width: 1199.9px) {
  .keyvisual .keyvisual-wrap {
    margin-top: 0px;
  }
  .keyvisual .keyvisual-wrap .visual.active .keyvisual-mask {
    -webkit-clip-path: polygon(-220px 0%, calc(100% + 220px) 0%, calc(100% + 220px) 100%, -220px 100%);
            clip-path: polygon(-220px 0%, calc(100% + 220px) 0%, calc(100% + 220px) 100%, -220px 100%);
  }
}
@media screen and (max-width: 767.9px) {
  .keyvisual .keyvisual-wrap {
    margin: 0;
    height:500px;
    min-height: auto;
  }
  .keyvisual .keyvisual-wrap .title {
    text-align: left;
    font-size: 2rem;
    line-height: 170%;
    letter-spacing: 0.03em;
    display: block;
    height: auto;
    padding: 50px 0px 50px 30px;
    bottom: 0;
  }
  .keyvisual .keyvisual-wrap .visual li .keyvisual-mask picture img {
    transform: scale(1.3) skewX(28deg);
  }
  .keyvisual .keyvisual-wrap .visual li .shape-wrap {
    transform: translate3d(50%, 0, 0) skewX(-28deg);
  }
  .keyvisual .keyvisual-wrap .visual li .shape-wrap span {
    right: 4%;
    width: 32%;
    transform: translate3d(50%, 0, 0);
  }
  .keyvisual .keyvisual-wrap .visual li .shape-wrap span:first-child {
    right: 0;
    transform: translate3d(-10%, 0, 0);
  }
  .keyvisual .keyvisual-wrap .visual li .shape-wrap.type-b {
    transform: translate3d(-50%, 0, 0) skewX(-28deg);
  }
  .keyvisual .keyvisual-wrap .visual li .shape-wrap.type-b span {
    left: 0;
    width: 32%;
    transform: translate3d(-20%, 0, 0);
  }
  .keyvisual .keyvisual-wrap .visual li .shape-wrap.type-b span:first-child {
    transform: translate3d(20%, 0, 0);
  }
  .keyvisual .keyvisual-wrap .visual li.active .keyvisual-mask {
    -webkit-clip-path: polygon(-200px 0%, calc(100% + 200px) 0%, calc(100% + 200px) 100%, -200px 100%);
            clip-path: polygon(-200px 0%, calc(100% + 200px) 0%, calc(100% + 200px) 100%, -200px 100%);
  }
}
/* ---- important information ---- */
.important-info {
  display: none;
  margin-top: 10px;
  padding: 0 40px;
}
.important-info .important-info-inner {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 1, 62, 0.05);
  padding: 0 30px;
}
.important-info .important-info-inner dl {
  max-width: unset;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.9;
}
.important-info .important-info-inner dl dt {
  position: relative;
  width: auto;
  z-index: 1;
  color: #2e2e2e;
  padding-right: 1em;
  white-space: nowrap;

}
.important-info .important-info-inner dl dd {
  width: auto;
  line-height: 1.5;
  font-size: 1em;
}
.important-info .important-info-inner dl dd a {
  padding: 32px 0;
  display: block;
}
.important-info .important-info-inner dl dd a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transition: opacity 0.2s ease-out;
  content: "";
  z-index: -1;
  opacity: 0;
}
.important-info .important-info-inner dl dd a:hover {
  opacity: 1;
}
.important-info .important-info-inner dl dd a:hover:after {
  opacity: 1;
}

.scroll-able {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 38px;
  animation: scrollAction 1.4s ease-in-out infinite;
  transition: opacity 0.4s;
}

.is-scroll .scroll-able {
  opacity: 0;
}

@keyframes scrollAction {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 6px, 0) scaleY(0.9);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 767.9px) {
  .important-info {
    padding: 0 20px;
  }
  .important-info .important-info-inner dl {
    display: block;
    padding: 30px 0;
  }
  .important-info .important-info-inner dl dt {
    font-size: 1.6rem;
  }
  .important-info .important-info-inner dl dt:after {
    display: none;
  }
  .important-info .important-info-inner dl dd {
    padding-left: 0;
    margin-top: 8px;
    font-size: 1.6rem;
  }
  .important-info .important-info-inner dl dd a {
    padding: 0;
  }
  .important-info .important-info-inner dl dd a::after {
    content: none;
  }
  .scroll-able {
    display: none;
  }
}
/* ---- scroll ---- */
.top-scroll {
  padding-top: 32px;
  padding-bottom: 0;
}
.top-scroll-icon {
  width: 12px;
  height: 15px;
  margin: 0 auto;
  background: url(../images/top/scroll.svg) center no-repeat;
  background-size: 12px 15px;
}

@media screen and (max-width: 767.9px) {
  .top-scroll {
    padding-top: 5vw;
  }
}
/* ---- topics ---- */
.top-topics {
  margin-top: 93px;
  padding-top: 0;
  padding-bottom: 0;
  
}
.top-topics h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .top-topics {
    margin-top: 80px;
 
  }
  .top-topics h2 {
    font-size: 4rem;
  }
}


@media screen and (max-width: 767.9px) {
  .top-targeted-info {
    padding-top: 80px;
    padding-bottom: 80px;
    
  }
}
/* ---- copied from inline style in html file ---- */
.body-container.top-info-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-topics h2.c-index-h2 {
  font-size: 3.2rem;
  text-align: unset;
}

@media screen and (max-width: 767.9px) {
  .body-container.top-info-container {
    padding-top: 21.3vw;
    padding-bottom: 10.7vw;
  }
  .top-topics {
    margin-top: 0;
  }
  .top-topics h2.c-index-h2 {
    font-size: 2.4rem;
  }
}
/* ---- DAY2: important info ---- */
.important-info-d2 {
  display: none;
  margin-top: 10px;
  padding: 0 40px;
}
.important-info-d2 a {
  display: flex;
  justify-content: center;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #f2f2f5;
  color: #2e2e2e;
  transition: background-color 0.2s;
}
.important-info-d2 a:hover, .important-info-d2 a:active {
  background-color: #e6e6e6;
}
.important-info-d2 a dl {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.important-info-d2 a dl dt {
  padding-right: 1em;
  white-space: nowrap;
}

@media screen and (max-width: 767.9px) {
  .important-info-d2 {
    margin-top: 20px;
    padding: 0 20px;
  }
  .important-info-d2 a {
    display: block;
    padding: 28px 8vw;
  }
  .important-info-d2 a dl {
    display: block;
    font-size: 1.6rem;
  }
  .important-info-d2 a dl dt {
    padding: 0 0 10px 0;
    white-space: normal;
  }
}

