@import url("../../css/reset.css");
@import url("https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css");

/*
font-family: 'NanumSquareNeoLight';
font-family: 'NanumSquareNeo';
font-family: 'NanumSquareNeoBold';
font-family: 'NanumSquareNeoExtraBold';
font-family: 'NanumSquareNeoHeavy';
*/
@font-face {
  font-family: 'GmarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url(/common/font/Pretendard-Regular.woff);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url(/common/font/Pretendard-Medium.woff);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

body,
html {
  font-family: "Pretendard", sans-serif;
}

.only-pc {
  display: block;
}
.only-mo {
  display: none;
}

/* blind */
.blind {
  overflow: hidden !important;
  border: 0 !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* input */
input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: -0.48px;
}
input:disabled {
  color: #b0b0b0;
  background-color: #f8f8f8;
}
input:disabled:focus {
  border-color: #dbdbdb;
}
input:focus {
  outline: none;
  border: 1px solid #000;
}
input.error {
  border: 1px solid #e6605c !important;
}
input[type="checkbox"] + label {
  font-family: "Pretendard-Medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.5px;
}
.address-wrap {
  display: flex;
  flex-direction: column;
}
.address-wrap > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.address-wrap > div input:nth-of-type(1) {
  width: 290px;
}
.tel-wrap {
  display: flex;
  align-items: baseline;
}
.tel-wrap.space-top {
  margin-top: 5px;
}
.tel-wrap input:nth-of-type(1) {
  width: 275px;
}
.td_email {
  display: flex;
  align-items: center;
  gap: 10px;
}
.td_email input {
  min-width: 275px;
}
.mail-wrap {
  display: flex;
  align-items: baseline;
}
.mail-wrap div:nth-of-type(1) input {
  width: 275px;
}
.mail-wrap div:nth-of-type(2) input {
  width: 256px;
}
.mail-wrap em {
  margin: 0 10px;
}
.mail-wrap select {
  margin-left: 10px;
}
.validation-text {
  text-align: left;
}

/* button */
.btn-group {
  display: flex;
  justify-content: center;
  padding-bottom: 99px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  height: 60px;
  font-size: 22px;
  letter-spacing: -0.54px;
  border-radius: 6px;
  box-sizing: border-box;
}
.btn-grad {
  display: flex;
  align-items: center;
  width: 240px;
  height: 62px;
  border-radius: 30px;
  background-image: linear-gradient(to right, #14bcea 0%, #2882ff 33%, #645aff 67%, #a53cff 100%);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.66px;
  color: #fff;
}
.btn-grad:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(to right, #14bcea 0%, #2882ff 33%, #645aff 67%, #a53cff 100%);
}
.btn-addr {
  width: 125px;
  min-width: auto;
  height: 46px;
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #000;
  border: 1px solid #7c7f8d;
  border-radius: 4px;
}
.btn-addr:disabled {
  background-color: #f7f7f7;
  border-color: #e5e5e5;
  color: #7b7b7b;
}

/* select */
select {
  min-width: auto;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #b0b0b0;
  background: url("../../images/icon_arrow_down_full.png") no-repeat center right 5px;
}
select:focus {
  outline: none;
  border: 1px solid #000;
}
select.error {
  border: 1px solid #e6605c !important;
}

/* textarea */
textarea {
  height: 130px;
  padding: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  font-family: "NotoSansKR-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: -0.48px;
}

/* footer */
footer {
  font-family: "NotoSansKR-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: -0.4px;
}
footer .inner {
  position: relative;
  width: 1200px;
  height: 100%;
}
.footer-top {
  height: 70px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.footer-menu {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.footer-menu li:not(:last-of-type) {
  margin-right: 47px;
}

.footer-menu li a {
  color: #7b7b7b;
}

.footer-family {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-family dt {
  width: 240px;
  border-bottom: 1px solid #7b7b7b;
}

.footer-family dt.family_btn {
  padding: 10px 17px;
  text-align: left;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #4b4e53;
  cursor: pointer;
}

.footer-family dt.family_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  background-image: url("../../images/icon_arrow_up.png");
  background-repeat: no-repeat;
  background-size: 24px;
  transform: translateY(-50%);
  transition: transform 0.5s;
}

.footer-family dt.family_btn.on::after {
  top: 25%;
  transform: rotate(180deg);
}

.footer-family dd {
  display: none;
  position: absolute;
  top: -173px;
}

.footer-family dt.family_btn.on + dd {
  display: block;
}

.footer-family dd ul {
  width: 273px;
  height: 170px;
  overflow-y: scroll;
  background-color: #fff;
  border: solid 1px #454545;
}
.footer-family dd ul li:first-of-type {
  padding-top: 15px;
}
.footer-family dd ul li {
  padding: 0 10px 20px 10px;
  font-size: 14px;
}
.footer-family dd ul li a {
  display: block;
}
footer .footer-info {
  color: #7b7b7b;
  font-size: 15px;
  letter-spacing: -0.38px;
  line-height: 25px;
}

footer .footer-info > div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

footer .footer-info .line span {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

footer .footer-info .line span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  height: 14px;
  content: "";
  background: #3e3e3e;
}
footer .footer-info .line span:last-child {
  padding: 0;
  margin: 0;
}
footer .footer-info .line span:last-child::after {
  display: none;
}
footer .footer-info .copyright {
  margin-top: 26px;
}

.footer-logo img {
  width: 145px;
  filter: contrast(0);
}
.footer-logo a {
  display: inline-block;
  margin-right: 60px;
}
.footer-bottom {
  padding: 40px 0 64px 0;
}
.footer-bottom .inner {
  display: flex;
}

/* wrap */
.wrap {
  position: relative;
}



/* inner */
.inner {
  width: 1200px;
  margin: 0 auto;
}
.top-area {
  position: relative;
  background: url("/html/event/251201/images/bg-kv.webp") no-repeat center;
  background-size: cover;
}

header {}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 77px;
  background-color: rgba(255, 255, 255, 0.05);
}
.logo-douzone a {
  display: flex;
  width: 244px;
  height: 47px;
  background-image: url(../images/logo-douzone.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.logo-ai a {
  display: flex;
  width: 130px;
  height: 40px;
  background-image: url(../images/logo-ai.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.main-title {
  padding-top: 70px;
  text-align: center;
  color: #fff;
}
.main-title .m-title {
  margin-bottom: 1rem;
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.4px;
}
.main-title h1 {
  width: 95%;
  height: 94px;
  background: url("/html/event/251201/images/img-tit.png") no-repeat center;
  background-size: contain;
  margin: 0 auto 16px;
}
.main-title h4 {
  height: 48px;
  width: 500px;
  margin: 0 auto 20px;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #14bcea 20%, #5ca0ff 40%, #7b73ff 59%, #ad4cff 79%);
  font-family: "Pretendard", sans-serif;
  letter-spacing: -0.8px;
}
.main-title .sub-text {
  gap: 12px;
  font-family: "Pretendard", sans-serif;
  line-height: 1.6;
  letter-spacing: -0.36px;
  font-weight: 300;
  font-size: 18px;
  color: #9fa6ff;

}
.main-title .sub-text span {
  display: block;
  margin-top: 20px;
  font-size: inherit;
  letter-spacing: -0.27px;
}
.header-box .bg-box {
  height: 229px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  padding: 30px 40px;
  border-radius: 24px;
  background-color: rgba(73, 176, 255, 0.07);
  width: 720px;
  border: 1px solid rgba(159, 166, 255, 0.5);
  margin: 40px auto;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.header-box dl {
  display: flex;
  opacity: 90%;
}
.header-box dl dt {
  margin-right: 20px;
  font-size: 20px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 24px;
  color: #fff;
}
.header-box dl dd {
  font-size: 20px;
  font-family: "Pretendard", sans-serif;
  letter-spacing: -0.3px;
  line-height: 24px;
  font-weight:300 !important;
  color: #fff;
}
.header-box .btn {
  margin-bottom: 23px;
}
.header-box p::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  letter-spacing: -0.23px;
  color: #fff;
}
.header-box p {
  position: relative;
  margin-top: 3px;
  padding-left: 10px;
  font-size: 15px;
  letter-spacing: -0.23px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  opacity: 70%;
}
.header-box .info-text {
  padding-left: 0;
}
.header-box .info-text::before {
  display: none;
}
.header-box .info-text span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-box .info-text span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url(../images/icon-info.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-box .btn {
  margin-bottom: 20px;
}
.header-box .btn-grad {
  width: 241px;
  height: 64px;
  font-size: 22px;
  letter-spacing: -0.54px;
}

.header-box .btn-grad::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("/html/event/251201/images/ic-chev-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
/* floating */
.floating {
  position: fixed;
  color: #fff;
  right: 40px;
  bottom: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 200px;
  height: 90px;
  object-fit: cover;
  font-size: 13px;
  letter-spacing: 0.2px;
  box-sizing: border-box;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  z-index: 999;
  display: flex;
  border: 1px solid rgba(159, 166, 255, 0.5);
  backdrop-filter: blur(10px);
  transition: background-color 0.3s ease;
}

.floating.scrolled {
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #272a33, #272a33), linear-gradient(to right, #14bcea 0%, #2882ff 33%, #645aff 67%, #a53cff 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.floating div.icon {
  width: 32px;
  height: 32px;
  background-image: url("/html/event/251201/images/ic-quick-apply.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
  margin-bottom: 20px;
}
.floating div.text {
  font-weight: 300;
  margin-top: 0;
}
.floating p {
  margin-top: 8px;
  font-weight: 500;
}

.floating p::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 15px;
  background-image: url("/html/event/251201/images/ic-chev-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.floating.none {
  display: none;
}

/* scrollTop */
#scrollTop {
  display: inline-block;
  position: fixed;
  right: 40px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-image: url("../images/top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 999;
}

/* scroll-down */
.scroll-down-area {
  position: relative;
  height: 108px;
}
.scroll-down-area p {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #fff;
  text-align: center;
}
.scroll-down,
.scroll-down:before {
  position: absolute;
  left: 50%;
}
.scroll-down {
  width: 28px;
  height: 38px;
  margin-left: -14px;
  top: 65px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.scroll-down:before {
  content: "";
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin-left: -2px;
  border-radius: 4px;
  animation: scrollDown 1.5s ease-in-out infinite;
}
@keyframes scrollDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* sub-title */
.section {
  padding: 140px 0 120px 0;
}
.sub-title {
  text-align: center;
}
.sub-title strong {
  display: block;
  margin-bottom: 20px;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #9360fe;
}
.sub-title strong.number {
  position: relative;
  font-size: 40px;
  letter-spacing: -1.2px;
}
.sub-title strong.number::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 57px;
  height: 4px;
  background-color: #9360fe;
  transform: translateX(-50%);
}
.sub-title h4 {
  font-family: "Pretendard", sans-serif;
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: -0.72px;
  color: #1d1d1f;
  margin-bottom: 40px;
}
.sub-title.line {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-title.line:before {
  content: "";
  display: inline-block;
  margin-bottom: 30px;
  width: 48px;
  height: 3px;
  flex-grow: 0;
  background-image: linear-gradient(to right, #374bff 0%, #1c278e 51%, #0e1554 100%);
}

/* program */
.program {
  background-image: url("../images/bg-program.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.program .inner .sub-title h4{
  color: #1d1d1f;
  font-size: 36px;
  margin-bottom: 20px;
}
.program-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.program-list .box {
  width: 100%;
  height: 497px;
  padding: 40px 32px;
  border-radius: 24px;
  box-sizing: border-box;
  color: #1d1d1f;
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.6));
}
.program-list .box dt.s1 strong {
  color: #06b2ef;
}
.program-list .box dt.s2 strong{
  color: #4080ff;
}
.program-list .box dt.s3 strong{
  color: #9360fe;
}

.program-list .box dt span.icon {
  display: inline-block;
  width: 100%;
  height: 132px;
}

.program-list .box dt.s1 span.icon{
  background: url("/html/event/251201/images/img-session-01.png") no-repeat center;
  background-size: contain;
}
.program-list .box dt.s2 span.icon{
  background: url("/html/event/251201/images/img-session-02.webp") no-repeat center;
  background-size: contain;
}
.program-list .box dt.s3 span.icon{
  background: url("/html/event/251201/images/img-session-03@2x.png") no-repeat center;
  background-size: contain;
}


.program-list .box dt {
  padding-bottom: 20px;
}

.program-list .box dt > strong {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.36px;

}
.program-list .box dt > p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  height: 60px;
  font-size: 24px;
  letter-spacing: -0.52px;
  line-height: 1.4;
  text-align: center;
}
.program-list .box dt > p strong {
  position: relative;
}
.program-list .box dt > p strong:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: 0;
  width: 110%;
  height: 12px;
  background-color: #b24aff;
  opacity: 0.2;
}


.program-list .box dd {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  letter-spacing: -0.45px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}

.program-list .box span.title {
  display: inline-block;
  background-image: linear-gradient(to right, #14bcea 0%, #2882ff 33%, #645aff 67%, #a53cff 100%);
  font-size: 15px;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
  padding-left: 0;
  box-sizing: border-box;
  width: 100px;
  height: 28px;
  margin-left: 13px;
  margin-bottom: 13px;
}
.program-list .box dd.title:before {
  display: none;
}

.program-list .box dd:not(:last-of-type) {
  margin-bottom: 3px;
}

.program-list .box dd::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
}

/* edu */
.edu {
  padding-top: 96px;
  background-image: url("../images/bg-edu.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.edu .caption {
  opacity: 0.76;
  font-size: 16px;
  letter-spacing: -0.48px;
  text-align: right;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}
.table-grid .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.table-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  text-align: center;
}
.table-grid .th {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  border-radius: 12px;
  background-color: #121317;
}
.table-grid .th.disabled {
  position: relative;
  color: #333;
}
.table-grid .th.disabled::before {
  position: absolute;
  color: #fff;
  content:'교육 종료';
}

.table-grid .td {
  height: 235px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 22px 10px;
  border-radius: 12px;
  border: solid 1px #fff;
  background-color: #fff;
  font-size: 24px;
  box-sizing: border-box;
}
.table-grid .col.disabeld > .th,
.table-grid .col.disabeld > .td {
  position: relative;
}
.table-grid .col.disabeld > .th:before,
.table-grid .col.disabeld > .td:before {
  content:'';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 10;
}
.table-grid .col.disabeld > .th:before {
  content:'교육 종료';
}

.table-grid .col.disabeld > .td a {
  touch-action: none;
}
.table-grid .td h4 {
  margin-bottom: 6px;
  font-size: 24px;
  letter-spacing: -0.6px;
  color: #000;
}
.table-grid .td > p {
  margin-bottom: 13px;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 22px;
  color: rgba(60, 60, 67, 0.65);
}
.table-grid .td li {
  padding: 6px 10px 6px 12px;
  border-radius: 10px;
  background-color: #f7f8fc;
  height: 50px;
  width: 213.6px;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #1d1d1f;
}
.table-grid .td li:not(:last-of-type) {
  margin-bottom: 8px;
}


.table-grid .th.disabled {
  pointer-events: none;
  content:'교육 종료';
}

.table-grid .td li.disabled span{
  color: rgba(29, 29, 31, 0.5);
}

.table-grid .td li.disabled a.edu_btn{
  pointer-events: none;
  background-color: #bebecb;
}

.table-grid .td li  p {
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}


.table-grid .td li  p a.edu_btn{
  width: 52px;
  height: 34px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  font-family: 'Pretendard',sans-serif;
  font-weight: 300;
  box-sizing: border-box;
  align-items: center;
  padding: 8px 0;
  border-radius: 8px;
  background-color: #2882ff;
}
.table-grid .td li p a.edu_btn:hover {
  background-color: #2068cc;
}

.table-grid .td li strong {
  margin-right: 10px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  color: #000;
}
.dot {
  margin-top: 33px;
  font-size: 18px;
  letter-spacing: -0.54px;
  color: #666;
}
.dot li {
  position: relative;
  padding-left: 13px;
  color: #000;
  font-size: 16px;
}
.dot li:not(:last-of-type) {
  margin-bottom: 10px;
}
.dot li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #666;
}


/* two */
section.two {
  /*background-image: url("../images/bg-color.png");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.two iframe {
  width: 100%;
  height: auto;
  margin-top: 60px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.05);
}

/* toggle-bar */
.section.qna {
  padding: 100px 0;
}
.toggle-wrap {
  margin-top: 60px;
}
@keyframes slide {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.toggle-bar {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.toggle-bar:nth-of-type(1) {
  border-top: 1px solid #000;
}

.toggle-bar h4 {
  height: 88px;
  padding: 40px 24px 24px;
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: -0.3px;
  cursor: pointer;
}
.toggle-bar h4:before {
  content: "Q.";
  margin-right: 18px;
  font-size: 20px;
  letter-spacing: -0.3px;
  color: #000;
}
.toggle-bar h4:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45px;
  right: 10px;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #939393;
  border-right: 2px solid #939393;
  transform: rotate(45deg);
  transition: all 1s;
}
.toggle-bar.open h4:after {
  transform: rotate(225deg);
}
.toggle-bar .detail {
  position: absolute;
  padding: 32px 24px;
  border-radius: 12px;
  background-color: #f7f8fc;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.3s, transform 0.3s;
}
.toggle-bar.open .detail {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  animation: slide 1s forwards;
  animation: slide 1s;
}
.toggle-bar .detail p:before {
  content: "A.";
  margin-right: 18px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.72px;
  color: #2882ff;
}
.toggle-bar .detail p {
  font-size: 18px;
  letter-spacing: -0.54px;
  color: #666;
}

/* notice */
.section.notice {
  padding: 60px 0;
  background-color: #f7f8fc;
}
.section.notice dt {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
  color: #666;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.54px;
}
.section.notice dt::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("../images/icon-notice.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section.notice dd {
  position: relative;
  padding-left: 13px;
  color: #666;
}
.section.notice dd:not(:last-of-type) {
  margin-bottom: 10px;
}
.section.notice dd::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
}


@media screen and (max-width: 1200px) {
  .inner {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .header-box {
    width: 100%;
    box-sizing: border-box;
  }

  .program-list {
    display: flex;
  }
  .program-list .box {
    padding: 30px 15px;
    flex-direction: column;
  }
  .program-list .box dt > p {
    font-size: 18px;
  }

  .table-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
  }

  .table-grid .th {
    font-size: 18px;
    height: 50px;
  }

  .section.notice {
    padding-left: 20px;
  }

  .table-grid ul {
    width: 100%;
    margin: 0 auto 8px;
  }


  .table-grid .td li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }
  .table-grid .td li p a.edu_btn{
    font-size: 15px;
    width: 42px;
  }
  .table-grid .td > p {
    font-size: 14px;
    line-height: 20px;
  }

  /* footer */
  footer .inner {
    width: 100%;
    padding: 0;
  }
  .footer-top {
    height: auto;
    padding: 30px 20px 50px 20px;
  }
  .footer-family {
    position: relative;
    top: inherit;
    transform: inherit;
  }
  .footer-family dt {
    width: 100%;
  }
  .footer-family dt.family_btn {
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
  }
  .footer-menu li {
    margin-bottom: 16px;
  }
  .footer-menu li a {
    font-size: 13px;
    letter-spacing: -0.33px;
  }
  .footer-menu li:not(:last-of-type) {
    margin-right: 21px;
  }
  .footer-family dd {
    width: 100%;
  }
  .footer-family dd ul {
    width: calc(100% - 1px);
  }

  footer .company {
    padding-top: 26px;
  }
  footer .company h4 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.33px;
  }
  footer .company h4:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
  }
  footer .company h4 a {
    color: #8e8e8e;
  }
  footer .company h4.active:after {
    transform: rotate(-180deg);
  }
  footer .item {
    display: none;
    margin-top: 10px;
  }
  footer .item dl {
    display: grid;
    grid-template-columns: 94px 1fr;
  }
  footer dl dt {
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #7b7b7b;
  }
  footer dl dd {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: #7b7b7b;
  }
  footer .copy {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #939393;
  }
}


@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }

  .only-mo {
    display: block  !important;
  }

  .inner {
    width: 100%;
    padding: 0 20px;
  }

  /* header */
  .header-inner {
    height: 56px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.05);
  }

  .logo-douzone a {
    width: 188px;
    height: 37px;
  }

  .logo-ai a {
    width: 79px;
    height: 25px;
  }

  /* header */
  .top-area {
    display: flex;
    height: 1266px;
    background: url("/html/event/251201/images/bg-kv-mo.webp") no-repeat center;
    flex-direction: column;
    background-size: cover;
  }

  .main-title {
    padding-top: 13%;
  }

  .main-title .m-title {
    font-size: 1.25rem;
    letter-spacing: -0.26px;
  }

  .main-title h1 {
    width: 260px;
    height: 198px;
    margin-bottom: 16px;
    background: url("/html/event/251201/images/img-tit-mo.png") no-repeat center;
    background-size: cover;

  }

  .main-title h4 {
    max-width: 100%;
    width: 95%;
    font-size: 22px;
    letter-spacing: -0.33px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .main-title .sub-text {
    line-height: 2rem;
    letter-spacing: -0.24px;
    font-size: 16px;
  }

  .header-box {
    margin: 0;
    padding-top: 10rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    order: 2;
  }

  .header-box .bg-box {
    margin: 0 auto;
    width: 85%;
    height: auto;
    padding: 18px 20px;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(3.7px);
    backdrop-filter: blur(3.7px);
    background-color: rgba(73, 176, 255, 0.07);
    box-sizing: border-box;
    gap: 8px;
  }

  .btn-group {
    padding-bottom: 0;
  }
  .header-box .btn-group {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .header-box dl dt {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-right: 10px;
  }

  .header-box dl dd {
    font-size: 15px;
    letter-spacing: -0.3px;
  }

  .header-box p {
    margin-top: 0;
    font-size: 14px;
    opacity: 0.7;
    letter-spacing: -0.3px;
    color: #fff;
  }

  .header-box .btn-grad {
    width: 212px;
    height: 60px;
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  .header-box .btn-grad::after {
    width: 24px;
    height: 24px;
  }

  .program-list .box dt span.icon {
    height: 10rem;
    background-size: contain;
  }

  .section {
    padding: 60px 0;
  }
  .sub-title.line:before {
    margin-bottom: 18px;
  }
  /* scroll-down */
  .scroll-down-area {
    order: 1;
    height: 65px;
    margin: 65px 0 30px 0;
  }

  .scroll-down-area p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }

  .scroll-down {
    top: 62px;
  }

  /* floating */
  .floating {
    width: 169px;
    height: 59px;
    right: 20px;
    bottom: 70px;
    gap: 10px;
    border-radius: 12px;
  }

  .floating div.icon {
    margin-right: 0;
    margin-bottom: 3px;
  }

  #scrollTop {
    right: 20px;
    bottom: 20px;
  }

  /* program */
  .program {
    background-color: #fff;
    background-image: url("../images/bg-program-mo.webp");
    background-position: bottom;
  }

  .program-list {
    flex-direction: column;
    margin-top: 0;
    gap: 12px;
  }

  .program .inner .sub-title h4 {
    font-size: 30px;
  }

    .program-list .box {
      width: 95%;
      height: auto;
      padding: 30px 18px;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
      border-radius: 16px;
      border: solid 1px #fff;
      background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.6));
    }

    .sub-title h4 {
      margin-bottom: 0;
    }

    .program-list .box dt {
      height: auto;
      margin-bottom: 20px;
    }

    .program-list .box dt > strong {
      letter-spacing: -0.3px;
      font-size: 1rem;
    }

    .program-list .box dt > p {
      font-size: 20px;
      letter-spacing: -0.4px;
      line-height: 1.4;
    }

    .program-list .box dd {
      font-size: 16px;
      letter-spacing: -0.4px;
      line-height: 1.63;
    }


    /* sub-title */

    .sub-title strong {
      margin-bottom: 10px;
      font-size: 16px;
      letter-spacing: -0.24px;
      line-height: 22px;
    }

    .sub-title h4 {
      font-size: 30px;
      letter-spacing: -0.36px;
    }

    .edu .caption {
      opacity: 1;
      margin: 10px 0 -20px 0 ;
      text-align: center;
      font-size: 13px;
      color: #666;
      line-height: 1.3;
      letter-spacing: -0.36px;
    }

    .table-grid {
      display: block;
      row-gap: 30px;
      width: 100%;
      margin: 0 auto;
    }

    .table-grid .th {
      height: 48px;
      font-size: 18px;
      margin-top: 40px;
    }


    .table-grid .td {
      height: auto;
      min-height: 158px;
      padding: 20px;
    }

    .table-grid .td h4 {
      font-size: 20px;
      letter-spacing: -0.5px;
    }

    .table-grid .td > p {
      margin-bottom: 15px;
      font-size: 14px;
      letter-spacing: -0.35px;
      line-height: 22px;
    }

  .table-grid .td li  {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 6px 8px 6px 16px;
    font-size: 15px;
    height: 56px;
    justify-content: center;
  }
  .table-grid .td li  p {
    display: flex;

    align-items: center;
    max-width: 400px;
   min-width: 220px;
    font-size: 17px;
    justify-content: space-between;
  }

  .table-grid .td li  p a.edu_btn{
    width: 80px;
    height: 40px;
  }

  .table-grid .td li strong {
      margin-right: 6px;
    }


    .table-grid .col:nth-of-type(5) {
      grid-column-start: 1;
      grid-column-end: 3;
    }

    .dot {
      margin-top: 30px;
    }

    .dot li {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: -0.42px;
    }

    .dot li:not(:last-of-type) {
      margin-bottom: 14px;
    }



    .sub-title strong.number {
      font-size: 16px;
      line-height: 1;
    }

    .sub-title strong.number::after {
      width: 20px;
      height: 2px;
    }

    .section.qna {
      padding: 60px 0;
    }

    .toggle-wrap {
      margin-top: 30px;
    }

    .toggle-bar {}

    .toggle-bar h4:before {
      margin-right: 10px;
      font-size: 18px;
    }

    .toggle-bar h4:after {
      top: 30px;
      right: 10px;
      width: 8px;
      height: 8px;
      border-bottom: 1px solid #939393;
      border-right: 1px solid #939393;
    }

    .toggle-bar h4 {
      font-size: 14px;
      padding: 20px 16px 16px;
      height: 56px;
      box-sizing: border-box;
    }

    .toggle-bar .detail {
      padding: 20px 16px 16px;
    }

    .toggle-bar .detail p {
      position: relative;
      padding-left: 27px;
      font-size: 14px;
      letter-spacing: -0.21px;
      line-height: 20px;
    }

    .toggle-bar .detail p:before {
      position: absolute;
      top: 0;
      left: 0;
      margin-right: 0;
      font-size: 18px;
    }

    .section.notice {
      padding: 30px 0;
    }

    .section.notice dt {
      margin-bottom: 15px;
      font-size: 16px;
      letter-spacing: -0.48px;
    }

    .section.notice dd {
      font-size: 14px;
      letter-spacing: -0.42px;
      line-height: 22px;
    }

  .floating.scrolled {
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #272a33, #272a33), linear-gradient(to right, #14bcea 0%, #2882ff 33%, #645aff 67%, #a53cff 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
  }

  }
