@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("/font/PretendardVariable.woff2") format("woff2-variations");
}

html {
  font-size: 20px;
  word-break: keep-all;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: -.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 2.7rem;
  list-style: 1.2;
  font-weight: 800;
}

h5 {
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 800;
}

p {
  margin: 0;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.b500 {
  font-weight: 500;
}

.b800 {
  font-weight: 800;
}

.pColor {
  color: #F6330A;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.page article header {
  display: none;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 90;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #18181d;
}

#header .logo {
  padding: 13px 0;
}

#header ul {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header a span {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}

#header .current-menu-item a span {
  border-bottom: 4px solid #fff;
}

#header .c1200 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.bgGray {
  background-color: #f4f4f4;
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c1200 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.prgInfo {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 1.1rem;
}

.prgInfo .when {
  letter-spacing: 0;
}

.hero {
  color: #fff;
  height: 100dvh;
  transition: 0.5s ease;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.hero .heroAnimation {
  width: 100%;
  height: 100%;
  background-image: url(/img/main4k.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hero h1 {
  text-align: center;
}

.hero h5 {
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.hero.subHero {
  margin-top: 58px;
  height: 35rem;
}

.hero.subHero .c1200 {
  gap: 1rem;
  text-align: left;
  align-items: flex-start;
  position: relative;
}

.hero.subHero .c1200 h1 {
  text-align: left;
}

.hero.subHero .tag {
  color: #fff;
}

.hero.subHero .btnWrap {
  margin-top: 1rem;
}

.hero.day1 {
  background-image: url(/img/day1pc.webp);
  background-position: 50% 25%;
}

.hero .c1200 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 3rem;
  position: absolute;
}

.hero .c1200 h5 {
  margin-bottom: 1.5rem;
}

.partners {
  display: flex;
  width: 100%;
  height: 84px;
  padding: 20px;
  margin-top: -58px;
  background-color: #BA2D1E;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  box-sizing: border-box;
  display: none;
}

.partners .c1200 {
  justify-content: space-between;
  flex-direction: row;
  height: 24px;
}

.partners .left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.partners .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.partners .right .pList {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.padding2 {
  padding: 8rem 0;
}

.padding100 {
  padding: 5rem 0 10rem;
}

.padding3 {
  padding: 3rem 0;
}

.pdBtm {
  padding-bottom: 10rem;
}

.pdBtm2 {
  padding-bottom: 15rem;
}

.txtWrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tag {
  border: 1px solid;
  color: #F6330A;
  border-radius: 40px;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 6px 16px;
  width: fit-content;
}

.btn {
  background-color: #111;
  color: #fff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-align: left;
  display: flex;
  width: fit-content;
  align-items: center;
  cursor: pointer;
}

.btn.center {
  text-align: center;
  justify-content: center;
}

.spkBtn {
  margin-top: 2rem;
}

.spkList.hide {
  margin-top: 15px;
}

.btnWrap {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.ico_arrow {
  width: 16px;
  height: 16px;
  margin-left: 12px;
  background-image: url(/img/arrow_out.svg);
}

.dayList {
  padding-top: 60px;
  width: 100%;
}

.dayBox {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.dayBox .left {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}

.dayBox .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
}

.dayBox .right .dayInfo {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.9rem;
}

.spkList {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.spkWrap {
  width: 100%;
  max-width: 390px;
  height: 500px;
  background-image: url(/img/spkBg.svg);
  background-size: cover;
  background-position: 50% 20%;
  background-color: #eee;
  filter: grayscale(1);
}

.spkWrap:hover {
  background-color: #F6330A;
  transition: .2s ease;
  filter: grayscale(0);
}

.spkWrap:hover .spkPic {
  filter: grayscale(0.2);
}

.spkWrap.bigCard {
  max-width: 100%;
}

.spkWrap .spkClbo {
  display: flex;
  gap: 1rem;
}

.spkWrap .name {
  font-size: 0.9rem;
  font-weight: 700;
  width: 100%;
  display: block;
}

.spkWrap .who {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

.spkWrap .spkPic {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  filter: grayscale(1);
  transition: .2s ease;
}

.spkWrap .spkPic .spkMask {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 1.5rem;
  justify-content: flex-end;
  gap: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.42%, rgba(0, 0, 0, 0.14) 52.88%, rgba(0, 0, 0, 0.5) 70.19%, rgba(0, 0, 0, 0.8) 100%);
}

.spkWrap .spkPic .spkMask h5 {
  font-size: 1.3rem;
}

.spkWrap .spkPic .spkInfo {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.spkTit {
  display: flex;
  justify-content: space-between;
  border-top: 4px solid #111;
  padding: 1rem 0 3rem;
}

.spkTit .title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.spkTit .title span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
}

.spkTit .title h2 {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.3;
}

.spkTit p {
  width: 100%;
  max-width: 570px;
}

.locInfo ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 0 3rem;
}

.locInfo ul li {
  display: flex;
  line-height: 1.6;
}

.locInfo ul li span {
  font-weight: 700;
  width: 90px;
  display: inline-block;
}

.locInfo ul li a {
  color: #111;
}

.locInfo .map {
  width: 100%;
  height: 500px;
  margin-top: 60px;
  object-fit: cover;
}

.page .wp-post-image {
  display: none;
}

.day1desc {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.day1desc h2 {
  font-size: 42px;
  line-height: 1.45;
}

.day1desc p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.kit4 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.kit4 h2 {
  font-size: 42px;
  line-height: 1.45;
}

.kit4 ul {
  width: fit-content;
  padding: 3rem 0 2rem;
}

.kit4 ul li {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 0;
  gap: 1rem;
  align-items: center;
}

.timeTable > ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.timeTable .spkInfoDesc {
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}

.timeTable .spkInfoDesc h5 {
  font-size: 1.3rem;
}

.timeTable .spkInfoDesc .time {
  margin: 1rem 0;
}

.timeTable .spkInfoDesc p {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
}

.timeTable .speakerInfo {
  width: 100%;
  padding: 50px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  margin-top: .5rem;
  gap: 2.5rem;
}

.timeTable .spkWrap {
  width: 100%;
  max-width: 430px;
  background-color: #F6330A;
  filter: grayscale(0);
}

.timeTable .spkWrap .spkPic {
  background-size: cover;
  filter: grayscale(0.2);
}

.timeTable div {
  display: flex;
}

.timeTable .time {
  font-weight: 700;
}

.timeTable h5 {
  font-weight: 700;
}

.timeTable ul {
  border-top: 4px solid #111;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
}

.timeTable ul.spks {
  border: none;
  flex-direction: row;
  width: fit-content;
  gap: 8px;
  margin: 0;
}

.timeTable ul.spks li {
  border: none;
  font-weight: 500;
  padding: 0;
  width: fit-content;
}

.timeTable ul.spks li:nth-child(even) {
  font-weight: 100;
}

.timeTable ul li {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 69px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.timeTable ul li.agenda {
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
}

.timeTable ul li.agenda .agendaSub {
  border: none;
  margin: 0;
  padding-left: 118px;
  box-sizing: border-box;
}

.timeTable ul li.agenda .agendaSub .subTitle {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.timeTable ul li.agenda .agendaSub li {
  padding: 1.5rem 0;
  flex-direction: column;
  cursor: pointer;
}

.timeTable ul li.agenda .agendaSub li.active i {
  background-image: url(/img/minus.svg);
}

.timeTable ul li.agenda .agendaSub .agendaSubInfo {
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.timeTable ul li .agendaInfo {
  gap: 20px;
  padding: 1rem 0;
}

.timeTable .subInfoBtn {
  width: 29px;
  height: 29px;
  display: block;
  background-image: url(/img/plus.svg);
  background-size: cover;
}

.timeTable .subInfoBtn.active {
  background-image: url(/img/minus.svg);
}

.timeTable .speakerInfoWrap {
  width: 100%;
  display: none;
}

.day2tag {
  margin-right: 38px;
}

.partner .prgInfo {
  font-size: 1rem;
}

.partnerWrap h5 {
  border-top: 4px solid;
  padding: 1rem 0;
}

.partnerWrap .imgBox {
  width: 100%;
  padding: 2rem 0 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.partnerWrap .imgBox img {
  width: 60%;
  max-width: 420px;
}

.col3img {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 8px;
}

.col3img li {
  width: 32%;
}

.board {
  width: 100%;
}

.board h3 {
  padding: 100px 0 0.8rem;
  border-bottom: 4px solid;
  font-size: 1.6rem;
  font-weight: 800;
}

.board li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  cursor: pointer;
}

.board li.active .subInfoBtn {
  background-image: url(/img/minus.svg);
}

.board li .boardTit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem 0;
  align-items: center;
}

.board li .boardTit h4 {
  font-size: 1.3rem;
  font-weight: 700;
}

.board li .dateWrap {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  font-size: 1rem;
  align-items: center;
}

.board li .boardCon {
  padding: 50px;
  background-color: #f7f7f7;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  box-sizing: border-box;
  display: none;
}

.board li .boardCon h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.w100 {
  width: 100%;
}

.spkCol2 {
  display: flex;
  width: 66%;
}

.spkCol2 ul {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}

.spkCol2 ul li {
  display: flex;
  font-size: 0.8rem;
}

.spkCol2 ul li::after {
  display: block;
  content: 'I';
  font-weight: 100;
  padding-left: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.spkCol2 ul li:last-child::after {
  display: none;
}

.spkCol2 ul li span {
  display: inline-block;
  margin-right: 6px;
}

.subInfoBtn {
  width: 29px;
  height: 29px;
  display: block;
  background-image: url(/img/plus.svg);
  background-size: cover;
}

.faqs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 5rem 0 1rem;
}

.faqs h3 {
  border: none;
  padding: 0;
}

.faqs ul {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
}

.faqs ul li {
  padding: 8px 18px;
  background-color: #fff;
  border-radius: 40px;
  border: none;
  font-weight: 500;
}

.faqs ul li.active {
  background-color: #111;
  color: #fff;
}

.faqLiat h3 {
  font-size: 1.2rem;
  border-color: #111;
  padding: 1rem 0;
}

.faqNav li:hover {
  transition: .2s ease;
  background-color: rgba(0, 0, 0, 0.1);
}

#faq20,
#faq30,
#faq40 {
  display: none;
}

#footer {
  display: none;
}

.spkPic.hm {
  background: url(/img/hong.webp) calc(50% + 80px)/589px no-repeat, url(/img/mark.webp) calc(50% - 80px)/660px no-repeat;
  background-position-y: 100%;
}

.spkPic.mb {
  background: url(/img/mark.webp) 16%/660px no-repeat, url(/img/bong.webp) 89%/660px no-repeat;
  background-position-y: 100%;
}

.spkPic.epj {
  background: url(/img/ceo.webp) 50%/contain no-repeat, url(/img/wilkinson.webp) calc(50% - 300px)/contain no-repeat, url(/img/juan.webp) calc(50% + 300px)/contain no-repeat;
  background-position-y: 100%;
}

.titWrap {
  justify-content: space-between;
}

.mOnly {
  display: none !important;
}

.mNav,
.mGNBopen {
  display: none;
}

.mNav {
  justify-content: space-between;
  background-color: #fff;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 99;
}

.mNav.active {
  display: flex;
}

.mNav .mNavHead {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 4px 4px 4px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mNav .mNavGnb {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 1rem;
}

.mNav .mNavGnb .menu-gnb-container {
  padding: 0 8px;
}

.mNav .mNavGnb .banner {
  background-image: url(/img/banner.webp);
  width: 100%;
  height: 180px;
  background-size: cover;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.5;
  background-position: 50% 100%;
}

.mNav .mNavGnb ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mNav .mNavGnb ul li:first-child {
  border: none;
}

.mNav .mNavGnb ul li a {
  font-size: 1rem;
  font-weight: 800;
  color: #111;
  padding: 0.6rem 0;
  display: block;
  background-image: url(/img/menuArrow.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.mNav .snsWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

.mNav .snsWrap ul {
  display: flex;
  gap: 1rem;
  padding: 0.6rem 0 0;
}

.slideWrap {
  display: none;
  padding-top: 15px;
}

.footer60 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.85rem;
  padding-bottom: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer60 ul {
  display: flex;
  flex-wrap: wrap;
}

.footer60 ul li::after {
  content: 'l';
  font-weight: 100;
  padding: 0 1em;
  color: rgba(0, 0, 0, 0.4);
}

.footer60 ul li:last-child::after {
  display: none;
}

.footer60 a {
  color: #000;
  font-weight: 500;
}

.footer60 .footNav {
  display: flex;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  line-height: 2;
}

.footer60 .left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 202px;
}

.footer60 .left dl {
  justify-content: space-between;
}

.footer60 .right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footInfo {
  display: flex;
  justify-content: space-between;
}

.footInfo dl {
  margin: 0;
  display: flex;
  gap: 20px;
  font-weight: 500;
}

.footInfo dl dt {
  display: flex;
  padding: 0;
}

.footInfo dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}

.footDesc {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #666666;
}

.footDesc p {
  font-size: 15px;
}

.footCopy {
  font-size: 15px;
  font-weight: 700;
  color: #666;
}

.disable {
  cursor: not-allowed !important;
}

.disable b {
  margin-left: 6px;
}

.ticketTit {
  font-weight: 800;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.ticketWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}

.ticketWrap .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticketWrap .head h3 {
  font-weight: 900;
}

.ticketWrap .head span {
  font-weight: 700;
  display: flex;
  gap: 4px;
  align-items: center;
}

.ticketWrap .head span b {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

.ticketWrap li {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 2px solid #000;
  padding: 20px 0 0;
}

.ticketWrap dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  row-gap: 8px;
  margin-top: 16px;
  padding: 16px 0 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ticketWrap dl dt {
  width: 80px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.ticketWrap dl dd {
  width: calc(100% - 80px);
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

.ticketWrap .ticketFoot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ticketWrap span.btn {
  font-size: 0.8rem;
  letter-spacing: -1px;
}

.ticketWrap .early {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ticketWrap .early h5 {
  font-size: 0.8rem;
}

.ticketWrap .early p {
  font-size: 0.8rem;
  font-weight: 700;
}

.ticketWrap .early p span {
  font-size: 13px;
  text-decoration: line-through;
  color: #666;
  font-weight: 400;
  margin-right: 4px;
}

@media all and (max-width: 1240px) {
  .footer60 .footInfo {
    flex-direction: column;
    gap: 16px;
  }
  .footer60 .footInfo .left {
    gap: 28px;
  }
  .footer60 ul li::after {
    padding: 0 12px;
  }
  .footer60 .right {
    gap: 16px;
  }
  .footer60 .footDesc {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer60 .footDesc a {
    display: block;
  }
  .c1200 {
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .pdBtm2 {
    padding-bottom: 6rem;
  }
  .c1200.padding2 {
    padding: 5rem 0;
  }
  .slideWrap {
    padding: 15px 1rem 0;
  }
  html {
    font-size: 18px;
  }
  .spkTit .title h2 {
    font-size: 1.8rem;
  }
  .spkWrap {
    max-width: 100%;
  }
  .spkPic.hm {
    background: url(/img/hong.webp) calc(50% + 80px)/589px no-repeat, url(/img/mark.webp) calc(50% - 150px)/660px no-repeat;
    background-position-y: 100%;
  }
  .spkPic.mb {
    background: url(/img/mark.webp) calc(50% - 150px)/660px no-repeat, url(/img/bong.webp) calc(50% + 150px)/660px no-repeat;
    background-position-y: 100%;
  }
  .dayBox .right {
    gap: 2rem;
  }
  .day1desc {
    padding: 0 20px;
  }
  .day1desc h2 {
    font-size: 1.6rem;
  }
  .day1desc p {
    font-size: 1rem;
  }
  .kit4.c1200 {
    padding: 5rem 20px;
  }
  .kit4.c1200 h2 {
    font-size: 1.6rem;
  }
  .kit4 ul {
    padding: 2rem 0 1rem;
  }
  .kit4 ul li {
    padding: 12px 0;
  }
  .col3img {
    gap: 2%;
    row-gap: 16px;
  }
  .col3img li {
    width: 49%;
    background-color: #f7f7f7;
    text-align: center;
  }
  .ticketWrap {
    flex-direction: column;
  }
}

@media all and (max-width: 960px) {
  .day2tag {
    margin-right: 0;
  }
  .titWrap {
    width: 100%;
  }
  .timeTable .time {
    order: -1;
  }
  .timeTable ul li.agenda .agendaSub .agendaSubInfo {
    gap: 2rem;
  }
  .timeTable .spkInfoDesc .time {
    order: 0;
  }
  .subInfoBtn.mOnly {
    display: block !important;
  }
  .subInfoBtn.pcOnly {
    display: none !important;
  }
  .spkTit {
    flex-direction: column;
    gap: 1rem;
  }
  .spkTit p {
    max-width: 100%;
  }
  .spkPic.epj {
    background: url(/img/ceo.webp) 50%/contain no-repeat, url(/img/wilkinson.webp) calc(50% - 200px)/contain no-repeat, url(/img/juan.webp) calc(50% + 180px)/contain no-repeat;
    background-position-y: 100%;
  }
  .hero h1 img {
    width: 90%;
  }
  .partners {
    height: fit-content;
    padding: 30px 0;
  }
  .partners .c1200 {
    flex-direction: column;
    height: fit-content;
    gap: 1rem;
  }
  .dayList {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }
  .dayBox {
    flex-direction: column;
    width: fit-content;
    align-items: flex-start;
    gap: 1rem;
  }
  .dayBox .left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .dayBox .right {
    flex-direction: column;
    align-items: flex-start;
  }
  h1 {
    font-size: 2.2rem;
  }
  .pcOnly {
    display: none;
  }
  .timeTable ul li {
    padding-right: 0;
  }
  .timeTable ul li.agenda .agendaSub {
    padding-left: 0;
  }
  .timeTable ul li.agenda .agendaSub .subTitle {
    flex-direction: column;
    align-items: flex-start;
  }
  .timeTable ul li.agenda .agendaSub li {
    padding: 1rem 0;
  }
  .timeTable .speakerInfo {
    padding: 20px;
  }
  .col3img li img {
    width: 100%;
  }
  .board li .boardTit {
    padding: 1.6rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
  .board li .boardTit .titWrap {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }
  .board li .boardTit h4 {
    font-size: 1.3rem;
    line-height: 1.4;
    width: 80%;
  }
  .board li .dateWrap {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .board li .boardCon {
    padding: 30px;
  }
  .board li .boardCon h5 {
    font-size: 1.2rem;
  }
  .spkCol2 {
    width: 100%;
  }
}

@media all and (max-width: 650px) {
  .ticketTit {
    font-size: 1.4rem;
  }
  .ticketWrap {
    flex-direction: column;
  }
  .ticketWrap dl {
    margin-top: 16px;
    padding: 16px 0 32px;
  }
  .ticketWrap dl dt {
    width: 74px;
    font-size: 15px;
    font-weight: 800;
  }
  .ticketWrap dl dd {
    width: calc(100% - 74px);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .ticketWrap span.btn {
    padding: 12px 20px;
  }
  .btnWrap {
    gap: 8px;
  }
  .btn {
    font-size: 15px;
    padding: 13px 20px;
  }
  .ico_arrow {
    width: 12px;
    height: 12px;
    background-size: cover;
  }
  .footer60 .footInfo .left {
    gap: 40px;
    width: 164px;
  }
  .footer60 .footNav {
    font-size: 0.7rem;
  }
  .footer60 .footNav li:first-child {
    display: none;
  }
  .footer60 .left dl {
    justify-content: flex-start;
  }
  .footer60 .left dd img {
    height: 18px;
  }
  .footer60 .right {
    gap: 40px;
  }
  .footer60 .footInfo {
    gap: 20px;
  }
  .footer60 .footInfo dl dd {
    gap: 12px;
  }
  header .logo img {
    padding: 4px 0;
    height: 20px;
  }
  .locInfo .map {
    height: 300px;
  }
  nav#menu {
    display: none;
  }
  .locInfo ul {
    gap: 1rem;
  }
  .locInfo ul li {
    line-height: 1.6;
    font-size: 0.9rem;
  }
  .locInfo ul li span {
    width: 70px;
  }
  .mOnly {
    display: block !important;
  }
  h1 {
    font-size: 1.4rem;
    line-height: 1.45;
  }
  p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .padding2 {
    padding: 5rem 0;
  }
  .spkTit .title span {
    font-size: 1.3rem;
  }
  .spkTit .title h2 {
    font-size: 1.4rem;
  }
  .hero .c1200 {
    gap: 1.5rem;
  }
  .hero h1 {
    margin-top: 40px;
  }
  .hero h1 img {
    width: 80%;
  }
  .hero h5 {
    font-size: 0.9rem;
  }
  .hero h5 img {
    width: 70%;
  }
  .spkWrap {
    height: 420px;
  }
  .spkWrap .spkPic {
    background-size: cover;
  }
  .spkWrap .spkPic .spkMask {
    padding: 1.2rem;
  }
  .spkWrap .spkPic.epj {
    background: url(/img/ceo.webp) 50%/400px no-repeat, url(/img/wilkinson.webp) calc(50% - 110px)/400px no-repeat, url(/img/juan.webp) calc(50% + 90px)/400px no-repeat;
    background-position-y: 57%;
  }
  .spkWrap .spkPic.epj .spkMask {
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.42%, rgba(0, 0, 0, 0.4) 52.88%, rgba(0, 0, 0, 0.8) 70.19%, black 100%);
  }
  .spkWrap .spkPic.epj .spkClbo {
    flex-direction: column;
    gap: 8px;
  }
  .spkWrap .spkPic.epj .spkClbo img {
    width: 12px;
  }
  .spkWrap.epjBg {
    background-color: #333;
  }
  .spkWrap.epjBg:hover {
    background-color: #F6330A;
  }
  .spkPic.hm {
    background: url(/img/hong.webp) calc(50% + 68px)/500px no-repeat, url(/img/mark.webp) calc(49% + -80px)/561px no-repeat;
    background-position-y: 100%;
  }
  .spkPic.mb {
    background: url(/img/mark.webp) calc(50% - 80px)/560px no-repeat, url(/img/bong.webp) calc(50% + 80px)/560px no-repeat;
    background-position-y: 100%;
  }
  .partners .left img {
    transform: scale(0.95);
    height: 18px;
  }
  .partners .right {
    align-items: flex-start;
  }
  .partners .right .pList {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 12px;
  }
  .partners .right .pList img {
    transform: scale(0.9);
  }
  .dayBox {
    width: 100%;
  }
  .timeTable h5 {
    font-size: 0.95rem;
    font-weight: 800;
  }
  .timeTable ul li .agendaInfo {
    align-items: center;
  }
  .timeTable .time,
  .timeTable ul li.agenda .agendaSub li {
    font-size: 0.8rem;
  }
  .timeTable ul li.agenda .agendaSub li {
    font-size: 0.8rem;
  }
  .timeTable .subInfoBtn {
    width: 20px;
    height: 20px;
  }
  .day1desc {
    padding: 0 20px;
  }
  .day1desc h2 {
    font-size: 1.4rem;
  }
  .day1desc p {
    font-size: 0.9rem;
  }
  .timeTable .speakerInfo {
    flex-direction: column;
  }
  .timeTable .spkWrap {
    max-width: 100%;
  }
  .timeTable .speakerInfo {
    gap: 1.5rem;
  }
  .hero.subHero .c1200 h1 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 0;
  }
  .prgInfo {
    font-size: 0.85rem;
  }
  .timeTable ul li.agenda .agendaSub .agendaSubInfo {
    gap: 1rem;
  }
  .timeTable .titWrap h5 {
    font-weight: 800;
    font-size: 1rem;
  }
  .spkWrap .spkPic .spkMask h5 {
    font-size: 1rem;
    line-height: 1.45;
  }
  .tag {
    padding: 6px 10px;
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .timeTable ul li .agendaInfo {
    gap: 0.6rem;
  }
  .timeTable .agendaInfo h5 {
    font-size: 0.95rem;
  }
  .timeTable .spkWrap {
    height: 360px;
  }
  .kit4.c1200 {
    padding: 5rem 20px;
  }
  .kit4.c1200 h2 {
    font-size: 1.4rem;
  }
  .kit4 ul {
    padding: 2rem 0 1rem;
  }
  .kit4 ul li {
    padding: 12px 0;
  }
  .padding100 {
    padding: 3rem 0 8rem;
  }
  .board li .boardTit {
    padding: 1.2rem 0;
    flex-direction: column;
    box-sizing: border-box;
  }
  .board li .boardTit h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .board li .dateWrap {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  .titWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .faqs {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .faqs ul {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .faqs ul li {
    font-size: 0.8rem;
    white-space: nowrap;
    padding: 10px 14px;
  }
  .board h3 {
    font-size: 1.2rem;
  }
  .board .faqLiat h3 {
    font-size: 0.9rem;
  }
  .board li .boardTit h4 {
    font-size: 1rem;
  }
  .board .subInfoBtn {
    width: 20px;
    height: 20px;
  }
  .board .faqLiat li .boardTit {
    flex-direction: row;
  }
  .board li .boardCon {
    padding: 20px;
  }
  .board li .boardCon h5 {
    font-size: 0.9rem;
  }
  .board li .boardCon p {
    line-height: 1.5;
    font-size: 0.8rem;
  }
  .mGNBopen {
    display: block;
  }
  .hero {
    background-size: 260%;
    background-position: 50% 50%;
    background-color: #e02a24;
    background-repeat: no-repeat;
  }
  #header .c1200 {
    padding: 0 8px 0 1rem;
  }
  .partners .right {
    display: none;
  }
  .subHero {
    background-size: cover;
  }
}

@keyframes s100 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2.1);
  }
}
/*# sourceMappingURL=style.css.map */