@charset "UTF-8";

@font-face {
  font-family: 'IBMPlexSansKR-Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SCoreDream';
  font-weight: 400;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.ttf') format("truetype");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 375px;
  background-color: #ffffff;
}

.ft_brtag {
  display: none;
}


.hidden {
  display: block;
  font-size: 0;
}

#hd {
  position: fixed;
  left: 0;
  top: 0;
  height: 85px;
  width: 100%;
  z-index: 990;
  background-color: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid #F0F0F0;
  transition: all 0.2s ease-out;
}

#hd .hd_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  padding: 0 4%;
  height: 100%;
  margin: 0 auto;
}

#hd .hd_top #logo a {
  display: inline-block;
  width: 139px;
  height: 45px;
  background: url(../image/logo_bk.png) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

#hd .pc .hd_top>ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#hd .pc .hd_top>ul>li {
  margin-right: 60px;
}

#hd .pc .hd_top>ul>li>a {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  line-height: 85px;
  display: block;
  transition: all 0.2s ease-out;
}

#hd .pc .hd_top>ul>li>a>.aidt {
  display: none;
}

#hd .pc .hd_top>ul>li>a>span {
  font-weight: 600;
}

#hd .pc nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#hd .pc nav ul {
  display: flex;
  justify-content: flex-end;
}

#hd .pc nav ul>li {
  position: relative;
  margin-right: 30px;
}

#hd .pc nav ul>li>a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  line-height: 85px;
  display: block;
  transition: all 0.2s ease-out;
}

#hd .pc .hd_top>ul>li>a {
  position: relative;
  padding-bottom: 4px;
}

#hd .pc nav ul>li>a>span {
  font-weight: 600;

}

#hd .pc nav ul>li:last-of-type {
  margin-right: 0;
}

#hd .pc nav ul>li>a.hd-event {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#hd .pc nav ul>li>a.hd-event>span {
  display: block;
  font-size: 10px;
  font-family: 'pretendard';
  letter-spacing: -.5px;
  font-weight: 600;
  line-height: 19px;
  padding: 0 6px;
  margin-left: 5px;
  background-color: #FFCF00;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  transition: all 0.2s ease-in-out;
}

#hd .pc .hd_top>ul>li>a:hover,
#hd .pc .hd_top>ul>li>a.active,
#hd .pc nav ul>li>a:hover {
  /* color: #FFCF00;
  border-bottom: 0; */
}

#hd .pc nav ul>li>a.hd-event:hover span {
  background-color: #000000;
  color: #FFCF00;
}

#hd .pc .hd_top>ul>li>a.active::after,
#hd .pc .hd_top>ul>li>a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background-color: #FFCF00;
}

/* aside */
#aside {
  position: fixed;
  bottom: 5vh;
  right: 12px;
  z-index: 890;
  text-align: right;
}

#aside .as_link {
  background-color: #FFCF00;
}

#aside>a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: all .2s ease-out;
  color: #000000;
  text-decoration: none;
}

#aside .as_link>span {
  width: 26px;
  height: 26px;
  background: url(../image/as-link.svg) no-repeat;
  background-size: contain;
}

#aside .as_link:hover {
  background-color: #ff7b00;
}

#aside .as_top {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
}

#aside .as_top>span {
  width: 20px;
  height: 20px;
  background: url(../image/angle-up-solid.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

#aside .as_top:hover {
  background-color: #FFCF00;
}

/* 콘텐츠 시작 */
#wrap {
  padding-top: 85px;
}

main {
  position: fixed;
  display: flex;
  top: 0;
  height: 100vh;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  pointer-events: none;
}

.aiVisual {
  width: 100%;
  /* max-width: 1920px; */
  height: 825px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.round-image {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 2;
  opacity: 0.7;
}

.viContent {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}

.viTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  align-self: stretch;
  margin-bottom: 62px;
}

.viTitle p {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}

.viTitle h2 {
  text-align: center;
  font-size: 85px;
  font-style: normal;
  font-weight: 800;
  background: linear-gradient(97deg, #F9E6FF -3.34%, #FEFFFE 49.83%, #D8FEFF 77.09%, #FAFCFF 102.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.viSelectContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.custom-select {
  position: relative;
  width: 264px;
  overflow: visible;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(48, 48, 48, 0.10),
    0px 31px 40px 0px rgba(48, 48, 48, 0.10);

}

.custom-select .selected {
  background: #fff;
  cursor: pointer;
  overflow: visible;
  display: flex;
  width: 264px;
  height: 60px;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0px 5px 25px 0px rgba(48, 48, 48, 0.10);
}

.selected-text {
  color: #191919;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
}

.custom-select .selected .arrow-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  z-index: 10;
  background: url('../image/arrow_up.svg') no-repeat center;
  background-size: contain;
}

.custom-select.open .arrow-icon {
  top: 41%;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(36%) sepia(97%) saturate(746%) hue-rotate(210deg) brightness(102%) contrast(101%);
}

.custom-select .options {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 2;
  background: #fff;
  margin-top: 6px;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgba(48, 48, 48, 0.10), 0px 31px 40px 0px rgba(48, 48, 48, 0.10);
}

.custom-select .options li {
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  height: 60px;
  padding: 0px 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.custom-select .options li a {
  color: #303030;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 85px;
}

.custom-select:hover .selected-text {
  color: #3066FC;
}

.custom-select:hover .arrow-icon {
  filter: brightness(0) saturate(100%) invert(36%) sepia(97%) saturate(746%) hue-rotate(210deg) brightness(102%) contrast(101%);
}

.custom-select .options li:hover a {
  color: #1A4BCC;
}

.custom-select .options li:first-child:hover {
  border-radius: 16px 16px 0 0;
}

.custom-select .options li:last-child:hover {
  border-radius: 0 0 16px 16px;
}

.custom-select .options li:only-child:hover {
  border-radius: 16px;
}

.custom-select.open .options {
  display: block;
}

.visual-select {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 28px;
  margin-bottom: 12px;
  position: relative;
  z-index: 3;
}

.aiCont1 {
  background: #07002A;
  width: 100%;
}

.aiCont1_bg {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.aiCont1 .inner {
  width: 100%;
  padding-top: calc(1104 / 1920 * 100%);
  /* 57.5% 비율 */
  background: url(../image/aiCont1_bg.png) no-repeat center center;
  background-size: cover;
}

/* .aiCont1 .inner {
  width: 100%;
  margin: 0 auto;
  background: url(../image/aiCont2_bg.png) no-repeat center center;
  height: 1104px;
  filter: contrast(110%) brightness(105%) saturate(115%);
} */
.aiCont2 {
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1920 / 980px;
  background: url(../image/aiCont2_bg.png) no-repeat center center;
  background-size: cover;
}

.aiCont2 .inner {
  display: flex;
  height: 980px;
  padding: 120px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 44px;
  align-self: stretch;
}

.aiCont2 h2 {
  color: #FFF;
  text-align: center;
  font-size: 44px;

  font-weight: 700;

}

.video_box {
  width: 1164px;
  height: auto;
  border-radius: 24px;
  box-shadow: 0px 8px 40px 0px rgba(7, 40, 145, 0.25);
  max-height: 656px;
}

.aiCont3 {
  min-height: 715px;
  height: 100%;


}

.aiCont3 .inner {
  margin: 0 auto;
  display: flex;
  padding: 120px 0px;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  max-width: 1164px;
}

.aiCont3 .inner h2 {
  color: #151515;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
}

.aiCont3 .panel-group {
  width: 100%;
}

#accordion .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 5px;
  border-bottom: 1px solid #E5E5E5;
}

#accordion .panel-heading {
  padding: 28px 0px;
  background: #ffffff;
}

#accordion .panel-title a {
  display: block;
  position: relative;
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 600;
  padding-right: 40px;
}

#accordion .panel-title a span {
  color: #3660E1;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;

}

#accordion .panel-title a.collapsed {}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 16px;
  color: #3d3d3d;
  position: absolute;
  top: 0;
  right: 5px;
}

#accordion .panel-title a.collapsed:before {
  content: "\F286";
}

#accordion .panel-body {
  line-height: 25px;
  padding: 0 30px;
  position: relative;
  border: none;
}

#accordion .panel-body p {
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 0px 0 28px;
}

/**************
=====푸터======
***************/
.footer {
  width: 100%;
  height: auto;
  background: #121212;
  z-index: 200;
  /* position: relative; */
  /* transform: translateY(-100%); */
}

.footer .inside {
  max-width: 1160px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0px;
  background: #121212;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.footer .ft_top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.icon_box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon_box a {
  border-radius: 100px;
  background: #303030;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.icon_box a.naver {
  display: flex;
  padding: 11px 11px 11px 10px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.4px;
}

.ft_bt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.ft_bt_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.ft_bt_left p:nth-child(1) {
  color: #D2D2D2;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.3px;
  text-align: justify;
}

.ft_bt_left p:nth-child(2) {
  color: #D2D2D2;
  text-align: center;
  font-size: 14px;
  font-weight: 500;

  letter-spacing: -0.28px;
}

.ft_bt_right ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.ft_bt_right ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ft_bt_right ul li p {
  color: #E3E1E1;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
}

.ft_bt_right ul li span {
  color: #A6A6A6;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}


.ft_bt_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}