@font-face {
  font-family: "NanumSquare";
  src: url("/fonts/NanumSquare-L.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquare";
  src: url("/fonts/NanumSquare-R.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquare";
  src: url("/fonts/NanumSquare-B.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquare";
  src: url("/fonts/NanumSquare-EB.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  line-height: 1;
}

.container {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

header {
  width: 100%;
}
header.main-header {
  font-family: "Pretendard";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 43, 223, 0.8);
}
header.main-header .navbar-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
header.main-header .navbar-wrap .navbar {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4em;
}
header.main-header .navbar-wrap .navbar .nav-icon a {
  display: flex;
  align-items: center;
}
header.main-header .navbar-wrap .navbar .nav-icon img {
  width: 30px;
  height: auto;
}
header.main-header .navbar-wrap .navbar .hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 35px;
  height: 30px;
  cursor: pointer;
}
header.main-header .navbar-wrap .navbar .hamburger-menu span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
header.main-header
  .navbar-wrap
  .navbar
  .hamburger-menu.active
  span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
header.main-header
  .navbar-wrap
  .navbar
  .hamburger-menu.active
  span:nth-child(2) {
  opacity: 0;
}
header.main-header
  .navbar-wrap
  .navbar
  .hamburger-menu.active
  span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
header.main-header .navbar-wrap .menu-mobile {
  font-family: "Pretendard";
  font-size: 1.1rem;
  font-weight: 500;
  list-style: none;
  letter-spacing: -0.3px;
  padding: 1em 0 0 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: height 0.5s ease;
}
header.main-header .navbar-wrap .menu-mobile li {
  margin: 10px 0;
  height: 1.5em;
}
header.main-header .navbar-wrap .menu-mobile li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
header.main-header .navbar-wrap .menu-mobile li a:not(.first):hover {
  color: #333;
}
header.main-header .navbar-wrap .menu-mobile li .greeting-detail {
  display: inline;
}
header.main-header .navbar-wrap .menu-mobile li .greeting-detail .sep {
  color: #fff;
}
header.main-header .navbar-wrap .menu-mobile li .greeting-detail .sep-2 {
  display: none;
}
@media (max-width: 480px) {
  header.main-header .navbar-wrap .menu-mobile li:nth-child(2) {
    display: flex;
    margin-bottom: 1em;
    display: flex;
    height: 3em;
  }
  header.main-header .navbar-wrap .menu-mobile li:nth-child(2) a.first:hover {
    color: #fff;
  }
  header.main-header
    .navbar-wrap
    .menu-mobile
    li:nth-child(2)
    .greeting-detail {
    display: flex;
    flex-direction: column;
    margin-left: 1em;
  }
  header.main-header
    .navbar-wrap
    .menu-mobile
    li:nth-child(2)
    .greeting-detail
    a {
    display: inline-block;
    margin-bottom: 0.8em;
  }
  header.main-header
    .navbar-wrap
    .menu-mobile
    li:nth-child(2)
    .greeting-detail
    .sep {
    display: none;
  }
  header.main-header
    .navbar-wrap
    .menu-mobile
    li:nth-child(2)
    .greeting-detail
    .sep-2 {
    margin: 0 1em;
  }
}
header.main-header .navbar-wrap .menu-mobile.active {
  min-height: 240px;
}
@media (max-width: 480px) {
  header.main-header .navbar-wrap .menu-mobile.active {
    min-height: 280px;
  }
}

section {
  font-family: "Pretendard";
}
section.hero {
  width: 100%;
  height: 80vh;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}
@media (max-width: 576px) {
  section.hero {
    height: 80vh;
  }
}
section.hero .hero-video-wrap {
  position: absolute;
  top: 0;
  left: 575px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 576px) {
  section.hero .hero-video-wrap {
    left: 0;
  }
}
section.hero .hero-video-wrap video {
  width: auto;
  height: 115%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -o-object-position: center center;
  object-position: center center;
}
section.hero .hero-content {
  position: relative;
  width: 100%;
  z-index: 1;
}
section.hero .hero-content .hero-title-image {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 4vh;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -30px);
  transition: opacity 1s ease, transform 1s ease;
}
section.hero .hero-content .hero-title-image.in-view {
  opacity: 1;
  transform: translate(-50%, 0);
}
section.intro-section {
  background-color: #fffd54;
  text-align: center;
  padding: 5rem 1rem;
}
section.intro-section .intro-inner {
  max-width: 800px;
  margin: 0 auto;
}
section.intro-section .intro-host {
  color: #535353;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -1.2px;
}
@media (max-width: 576px) {
  section.intro-section .intro-host {
    font-size: 20px;
  }
}
section.intro-section .intro-title {
  color: #535353;
  text-align: center;
  font-family: Pretendard;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -2.3px;
}
@media (max-width: 576px) {
  section.intro-section .intro-title {
    font-size: 36px;
    line-height: 50px;
  }
}
section.intro-section .intro-title .br {
  display: none;
}
@media (max-width: 576px) {
  section.intro-section .intro-title .br {
    display: block;
  }
}
section.intro-section .subtitle-en {
  color: #535353;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.54px;
  padding-bottom: 24px;
}
section.intro-section .intro-date {
  color: #535353;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 600;
  line-height: 41px; /* 120.588% */
  letter-spacing: -1px;
}
@media (max-width: 576px) {
  section.intro-section .intro-date {
    padding-top: 6px;
    letter-spacing: -0.8px;
    font-weight: 500;
  }
}
section.intro-section .intro-location {
  color: #535353;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.7px;
}
@media (max-width: 576px) {
  section.intro-section .intro-location {
    font-size: 20px;
    letter-spacing: -0.8px;
    font-weight: 500;
  }
}
section.poster-section {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
}
section.poster-section .poster-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  section.poster-section {
    height: 40vh;
  }
}
section.apply-section {
  background-color: #333333;
  font-family: "Pretendard";
}
section.apply-section .apply-inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
section.apply-section .apply-inner .apply-full .apply-btn {
  width: 100%;
  display: inline-flex;
  padding: 37px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 0;
  background-color: #fff;
  color: #333;
  position: relative;
  border-bottom: 1px solid #999;
}
@media (max-width: 576px) {
  section.apply-section .apply-inner .apply-full .apply-btn {
    padding: 26px;
  }
}
section.apply-section .apply-inner .apply-full .apply-btn:hover {
  background-color: #ff2cdf;
  color: #ffffff;
  cursor: pointer;
}
section.apply-section .apply-inner .apply-full .apply-btn:hover .default {
  display: none;
}
section.apply-section .apply-inner .apply-full .apply-btn:hover .hover {
  display: inline;
}
section.apply-section .apply-inner .apply-full .apply-btn span {
  font-family: "Pretendard";
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.8px;
}
@media (max-width: 576px) {
  section.apply-section .apply-inner .apply-full .apply-btn span {
    font-size: 20px;
  }
}
section.apply-section .apply-inner .apply-full .apply-btn img {
  width: 36px;
  height: 36px;
  margin-right: 1em;
}
@media (max-width: 576px) {
  section.apply-section .apply-inner .apply-full .apply-btn img {
    width: 30px;
    height: 30px;
  }
}
section.apply-section .apply-inner .apply-full .apply-btn .hover {
  display: none;
}
section.apply-section .apply-inner .apply-full2 .apply-btn {
  width: 100%;
  display: inline-flex;
  padding: 37px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 0;
  background-color: #666;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #999;
}
@media (max-width: 576px) {
  section.apply-section .apply-inner .apply-full2 .apply-btn {
    padding: 26px;
  }
}
section.apply-section .apply-inner .apply-full2 .apply-btn:hover {
  background-color: #ff2cdf;
  color: #ffffff;
  cursor: pointer;
}
section.apply-section .apply-inner .apply-full2 .apply-btn:hover .default {
  display: none;
}
section.apply-section .apply-inner .apply-full2 .apply-btn:hover .hover {
  display: inline;
}
section.apply-section .apply-inner .apply-full2 .apply-btn span {
  font-family: "Pretendard";
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.8px;
}
@media (max-width: 576px) {
  section.apply-section .apply-inner .apply-full2 .apply-btn span {
    font-size: 20px;
  }
}
section.apply-section .apply-inner .apply-full2 .apply-btn img {
  width: 36px;
  height: 36px;
  margin-right: 1em;
}
@media (max-width: 576px) {
  section.apply-section .apply-inner .apply-full2 .apply-btn img {
    width: 30px;
    height: 30px;
  }
}
section.apply-section .apply-inner .apply-full2 .apply-btn .hover {
  display: none;
}
@media (max-width: 576px) {
  section.apply-section .apply-inner .apply-row {
    flex-direction: column;
  }
  section.apply-section .apply-inner .apply-row .apply-btn {
    width: 100%;
  }
}
section.slide-section {
  width: 100%;
  position: relative;
  background-color: #fffd54;
  padding: 80px 0;
}
section.slide-section .slider-container {
  width: 100%;
  max-width: 980px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 576px) {
  section.slide-section .slider-container {
    max-width: 320px;
    margin: 0 auto;
  }
}
section.slide-section .slider-container .slider-track {
  display: flex;
  transition: transform 0.5s ease;
  width: auto;
}
section.slide-section .slider-container .card {
  flex: 0 0 auto;
  width: 289px;
  height: 497px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  margin: 0 17px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
section.slide-section .slider-container .card .card-header {
  border-radius: 0px 0px 20px 20px;
  background: #ff2cdf;
  width: 200px;
  margin: 0 auto 37px auto;
  padding-bottom: 12px;
}
section.slide-section .slider-container .card .card-header .session-name {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.3px;
}
section.slide-section .slider-container .card .card-header p {
  color: #333333;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.48px;
}
section.slide-section .slider-container .card .card-body {
  padding: 0 10px 20px 10px;
}
section.slide-section .slider-container .card .card-body .session-title {
  color: #464646;
  text-align: center;
  font-family: Pretendard;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.78px;
}
section.slide-section .slider-container .card .card-body img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 20px 0;
}
section.slide-section .slider-container .card .card-body .position {
  color: #2c2c2c;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}
section.slide-section .slider-container .card .card-body .nameKor {
  color: #2c2c2c;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.63px;
}
section.slide-section .slider-container .card .card-body .nameEng {
  color: #aaa;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.22px;
}
section.slide-section .slider-container .card .title {
  font-weight: 500;
  margin: 5px 0;
}
section.slide-section .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}
section.slide-section .arrow img {
  width: 46px;
  height: 86px;
  display: block;
}
section.slide-section .arrow.prev {
  left: calc((100% - 1000px) / 2 - 80px);
}
section.slide-section .arrow.next {
  right: calc((100% - 1000px) / 2 - 80px);
}
section.slide-section .arrow:hover {
  opacity: 0.8;
}
section.slide-section .arrow:focus {
  outline: none;
}
@media (max-width: 576px) {
  section.slide-section .arrow img {
    width: 40px;
    height: 70px;
    display: block;
  }
  section.slide-section .arrow.prev {
    left: 10px;
  }
  section.slide-section .arrow.next {
    right: 10px;
  }
}
section.banner-section {
  width: 100%;
}
section.banner-section .banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
section.banner-section .banner-btn:hover {
  background-color: #e24084;
  color: #fff;
}

footer {
  background-color: #333;
  height: 240px;
  width: 100%;
  padding-top: 3em;
  font-family: "Pretendard";
}
footer .footerWrap {
  width: 100%;
  max-width: 1100px;
  color: #fff;
  line-height: 2em;
  margin: 0 auto;
  text-align: center;
}
footer .footerWrap .title {
  font-size: 1.5rem;
  font-weight: 500;
}
footer .footerWrap .sub,
footer .footerWrap .rights {
  font-size: 1rem;
  font-weight: 300;
}

.speaker-page .speaker-header {
  background-color: #fde047;
  padding: 3em 1em;
  position: relative;
  text-align: center;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url(/img/fingerRobot_sub.png);
  background-size: 500px;
  background-position: 50% 38%;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .speaker-page .speaker-header {
    background-size: 363px;
    background-position: 50% 16%;
    height: 403px;
    padding: 2em 1em 3.5em 1em;
  }
}
.speaker-page .header-inner {
  max-width: 960px;
  margin: 0 auto;
}
.speaker-page .header-inner .header-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.speaker-page .header-inner .header-sub {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.speaker-page .header-inner .header-sub .br {
  display: none;
}
@media (max-width: 576px) {
  .speaker-page .header-inner .header-sub .br {
    display: block;
  }
}
@media (max-width: 576px) {
  .speaker-page .header-inner .header-sub {
    line-height: 1.2;
  }
}
.speaker-page .header-inner .page-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  .speaker-page .header-inner .header-sub {
    font-size: 1.7rem;
  }
  .speaker-page .header-inner .page-title {
    font-size: 1.2rem;
  }
}
.speaker-page .session-block {
  max-width: 100%;
  margin: 0 auto;
}
.speaker-page .session-block .session-wrap .session-label {
  background-color: #444;
  color: #fff;
  margin-bottom: 5rem;
  position: relative;
  height: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.speaker-page .session-block .session-wrap .session-label .label-name1 {
  font-size: 6rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  display: block;
  margin: 0;
  padding: 0;
  transform: translateY(13px);
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .speaker-page .session-block .session-wrap .session-label .label-name1 {
    transform: translateY(14px);
  }
}
.speaker-page .session-block .session-wrap .session-label .label-name2 {
  font-size: 6rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  display: block;
  margin: 0;
  padding: 0;
  transform: translateY(14px);
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .speaker-page .session-block .session-wrap .session-label .label-name2 {
    font-size: 3rem;
    transform: translateY(7px);
  }
}
.speaker-page .session-block .session-wrap .speaker-profile {
  display: flex;
  gap: 2rem;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 5em auto;
  padding-bottom: 4em;
  border-bottom: 1px solid #dfdfdf;
}
.speaker-page .session-block .session-wrap .speaker-profile .speaker-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.speaker-page .session-block .session-wrap .speaker-profile .speaker-info {
  flex: 1;
}
.speaker-page
  .session-block
  .session-wrap
  .speaker-profile
  .speaker-info
  .speaker-title {
  color: #2c2c2c;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  letter-spacing: -0.48px;
}
.speaker-page
  .session-block
  .session-wrap
  .speaker-profile
  .speaker-info
  .speaker-name {
  flex-shrink: 0;
  color: #2c2c2c;
  font-family: Pretendard;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.87px;
}
.speaker-page
  .session-block
  .session-wrap
  .speaker-profile
  .speaker-info
  .speaker-name
  span {
  color: #aaa;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
  letter-spacing: -0.42px;
}
.speaker-page
  .session-block
  .session-wrap
  .speaker-profile
  .speaker-info
  .session-time {
  color: #38867a;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
  letter-spacing: -0.45px;
}
.speaker-page
  .session-block
  .session-wrap
  .speaker-profile
  .speaker-info
  .speaker-desc {
  color: #2c2c2c;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 187.5% */
  letter-spacing: -0.48px;
}
@media (max-width: 768px) {
  .speaker-page .session-block .session-wrap .session-label {
    background-color: #333;
    color: #fff;
    margin-bottom: 5rem;
    position: relative;
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .speaker-page .session-block .session-wrap .speaker-profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .speaker-page .session-block .session-wrap .speaker-profile .speaker-photo {
    width: 150px;
    height: 150px;
  }
  .speaker-page .session-block .session-wrap .speaker-profile .speaker-info {
    padding: 0 2em;
  }
  .speaker-page
    .session-block
    .session-wrap
    .speaker-profile
    .speaker-info
    .speaker-title {
    padding-bottom: 8px;
  }
  .speaker-page
    .session-block
    .session-wrap
    .speaker-profile
    .speaker-info
    .speaker-name {
    font-size: 1.8rem;
    line-height: 22px;
    padding-bottom: 12px;
  }
  .speaker-page
    .session-block
    .session-wrap
    .speaker-profile
    .speaker-info
    .session-time {
    font-size: 0.9rem;
    line-height: 23px;
    padding-bottom: 12px;
  }
  .speaker-page
    .session-block
    .session-wrap
    .speaker-profile
    .speaker-info
    .speaker-desc {
    font-size: 0.95rem;
    text-align: left;
    margin-top: 16px;
    line-height: 30px;
  }
  .speaker-page
    .session-block
    .session-wrap
    .speaker-profile
    .speaker-info
    .br {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .speaker-page
    .session-block
    .session-wrap
    .speaker-profile
    .speaker-info
    .br {
    display: block;
  }
}

.schedule-page {
  font-family: "Pretendard";
  margin-bottom: 10em;
}
.schedule-page .schedule-header {
  background-color: #fde047;
  padding: 3rem 1rem;
  position: relative;
  text-align: center;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url(/img/fingerRobot_sub.png);
  background-size: 500px;
  background-position: 50% 38%;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .schedule-page .schedule-header {
    background-size: 363px;
    background-position: 50% 16%;
  }
}
.schedule-page .schedule-header .br {
  display: none;
}
@media (max-width: 576px) {
  .schedule-page .schedule-header .br {
    display: block;
  }
}
.schedule-page .schedule-header .header-inner {
  max-width: 960px;
  margin: 0 auto;
}
.schedule-page .schedule-header .header-inner .header-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.schedule-page .schedule-header .header-inner .header-sub {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.schedule-page .schedule-header .header-inner .header-sub .br {
  display: none;
}
@media (max-width: 576px) {
  .schedule-page .schedule-header .header-inner .header-sub .br {
    display: block;
  }
}
@media (max-width: 576px) {
  .schedule-page .schedule-header .header-inner .header-sub {
    line-height: 1.2;
  }
}
.schedule-page .schedule-header .header-inner .page-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  .schedule-page .schedule-header .header-inner .header-sub {
    font-size: 1.7rem;
  }
  .schedule-page .schedule-header .header-inner .page-title {
    font-size: 1.2rem;
  }
}
.schedule-page .timetable {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .schedule-page .timetable {
    padding: 0;
  }
}
.schedule-page .timetable .session-introlWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-color: #fff;
  padding: 5em 2em 2em 0.7em;
  border-bottom: 3px solid #5db0cd;
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-introlWrap {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 4em 2em 1.4em 2em;
  }
}
.schedule-page .timetable .session-introlWrap .session-intro {
  color: #5db0cd;
  font-size: 2rem;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-introlWrap .session-intro {
    padding-bottom: 0.4em;
    line-height: 30px;
    font-size: 1.5rem;
  }
}
.schedule-page .timetable .session-introlWrap .session-intro span.session {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-introlWrap .session-intro span.session {
    font-size: 1.5rem;
  }
}
.schedule-page .timetable .session-introlWrap .session-moderator {
  color: #5db0cd;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 20px;
  padding-top: 16px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-introlWrap .session-moderator {
    padding-left: 0;
    line-height: 0;
    margin-top: 1em;
    font-size: 0.9rem;
    font-weight: 300;
  }
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-introlWrap .hidden {
    display: none;
  }
}
.schedule-page .timetable .session-labelWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-color: #5db0cd;
  padding: 2em 2em 1em 2em;
  margin: 0em 0 0.5em;
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-labelWrap {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 4em 2em 1.4em 2em;
  }
}
.schedule-page .timetable .session-labelWrap .session-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-labelWrap .session-title {
    padding-bottom: 0.4em;
    line-height: 0px;
  }
}
.schedule-page .timetable .session-labelWrap .session-title span.session {
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-labelWrap .session-title span.session {
    font-size: 1.5rem;
  }
}
.schedule-page .timetable .session-labelWrap .session-title2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-labelWrap .session-title2 {
    line-height: 28px;
  }
}
.schedule-page .timetable .session-labelWrap .session-title2 span.session {
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-labelWrap .session-title2 span.session {
    font-size: 1.5rem;
  }
}
.schedule-page .timetable .session-labelWrap .session-moderator {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  padding-left: 2em;
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-labelWrap .session-moderator {
    padding-left: 0;
    line-height: 0;
    margin-top: 1em;
    font-size: 0.9rem;
    font-weight: 300;
  }
}
@media (max-width: 576px) {
  .schedule-page .timetable .session-labelWrap .hidden {
    display: none;
  }
}
.schedule-page .timetable .time-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1.5em 1em;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row {
    gap: 1em;
    padding: 1.5em 0.8em;
  }
}
.schedule-page .timetable .time-row .time {
  width: 200px;
  color: #333;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.2px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row .time {
    width: 60px;
    padding-right: 1em;
    text-align: center;
    line-height: 16px;
  }
}
.schedule-page .timetable .time-row .detailWrap {
  font-size: 0.95rem;
  display: flex;
  gap: 5em;
  align-items: center;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row .detailWrap {
    flex-direction: column;
    align-items: start;
    gap: 0em;
  }
}
.schedule-page .timetable .time-row .detailWrap .detail-left {
  width: 114px;
}
.schedule-page .timetable .time-row .detailWrap .detail-left .label {
  font-weight: 400;
  color: #5db0cd;
  margin-bottom: 0.25rem;
  font-size: 17px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row .detailWrap .detail-left {
    width: 100%;
    padding-bottom: 0.3em;
  }
}
.schedule-page .timetable .time-row .detailWrap .detail-right .title {
  color: #555;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row .detailWrap .detail-right .title {
    padding-bottom: 0.5em;
    font-size: 20px;
  }
}
.schedule-page .timetable .time-row .detailWrap .detail-right .title .note {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.65px;
}
.schedule-page .timetable .time-row .detailWrap .detail-right .speaker {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.1px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row .detailWrap .detail-right .speaker {
    line-height: 23px;
  }
}
.schedule-page .timetable .time-row .detailWrap .detail-right2 .detail-wrap {
  display: flex;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row .detailWrap .detail-right2 .detail-wrap {
    align-items: center;
  }
}
.schedule-page
  .timetable
  .time-row
  .detailWrap
  .detail-right2
  .detail-wrap
  .title {
  color: #555;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .schedule-page
    .timetable
    .time-row
    .detailWrap
    .detail-right2
    .detail-wrap
    .title {
    font-size: 20px;
    line-height: 29px;
  }
}
.schedule-page
  .timetable
  .time-row
  .detailWrap
  .detail-right2
  .detail-wrap
  .title
  .note {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.65px;
}
.schedule-page
  .timetable
  .time-row
  .detailWrap
  .detail-right2
  .detail-wrap
  .speaker {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.1px;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .schedule-page
    .timetable
    .time-row
    .detailWrap
    .detail-right2
    .detail-wrap
    .speaker {
    line-height: 29px;
    padding-top: 6px;
  }
}
.schedule-page .timetable .time-row .detailWrap .br {
  display: none;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row .detailWrap .br {
    display: block;
  }
}
.schedule-page .timetable .time-row .detail2 {
  flex: 1;
  font-size: 1.1rem;
}
.schedule-page .timetable .time-row2 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1em;
  background-color: #fff;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row2 {
    gap: 1em;
    padding: 2em 0.8em;
  }
}
.schedule-page .timetable .time-row2 .time {
  width: 200px;
  color: #333;
  text-align: left;
  font-family: "roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.2px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row2 .time {
    width: 60px;
  }
}
.schedule-page .timetable .time-row2 .detail {
  flex: 1;
  font-size: 0.95rem;
}
.schedule-page .timetable .time-row2 .detail .label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
}
.schedule-page .timetable .time-row2 .detail .title {
  color: #6a5c8d;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row2 .detail .title {
    padding-bottom: 0.5em;
    font-size: 20px;
    font-weight: 800;
  }
}
.schedule-page .timetable .time-row2 .detail .title .note {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.65px;
}
.schedule-page .timetable .time-row2 .detail .speaker {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.1px;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row2 .detail .speaker {
    line-height: 23px;
  }
}
.schedule-page .timetable .time-row2 .detail .speaker .br {
  display: none;
}
@media (max-width: 576px) {
  .schedule-page .timetable .time-row2 .detail .speaker .br {
    display: block;
  }
}
.schedule-page .timetable .time-row2 .detail2 {
  flex: 1;
  font-weight: 400;
  color: #5db0cd;
  margin-bottom: 0.25rem;
  font-size: 17px;
}
.schedule-page .timetable2 {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 {
    padding: 0;
  }
}
.schedule-page .timetable2 .session-introlWrap {
  background-color: #fff;
  padding: 10em 2em 2em 0.7em;
  border-bottom: 3px solid #bf75a7;
  border-top: 3px solid #484848;
  margin-bottom: 1em;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-introlWrap {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 4em 2em 1.4em 2em;
  }
}
.schedule-page .timetable2 .session-introlWrap .session-intro {
  color: #bf75a7;
  font-size: 2rem;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-introlWrap .session-intro {
    padding-bottom: 0.4em;
    line-height: 0px;
  }
}
.schedule-page .timetable2 .session-introlWrap .session-intro span.session {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-introlWrap .session-intro span.session {
    font-size: 1.5rem;
  }
}
.schedule-page .timetable2 .session-introlWrap .session-moderator {
  color: #bf75a7;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 20px;
  padding-top: 16px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-introlWrap .session-moderator {
    padding-left: 0;
    line-height: 15px;
    font-size: 1.2rem;
    font-weight: 300;
  }
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-introlWrap .hidden {
    display: none;
  }
}
.schedule-page .timetable2 .session-labelWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-color: #bf75a7;
  padding: 2em 2em 1em 2em;
  margin: 0em 0 0.5em;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-labelWrap {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 4em 2em 1.4em 2em;
  }
}
.schedule-page .timetable2 .session-labelWrap .session-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-labelWrap .session-title {
    padding-bottom: 0.4em;
    line-height: 12px;
    font-size: 1.5rem;
  }
}
.schedule-page .timetable2 .session-labelWrap .session-title span.session {
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-labelWrap .session-title span.session {
    font-size: 1rem;
  }
}
.schedule-page .timetable2 .session-labelWrap .session-title2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-labelWrap .session-title2 {
    line-height: 28px;
  }
}
.schedule-page .timetable2 .session-labelWrap .session-title2 span.session {
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-labelWrap .session-title2 span.session {
    font-size: 1.5rem;
  }
}
.schedule-page .timetable2 .session-labelWrap .session-moderator {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  padding-left: 2em;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-labelWrap .session-moderator {
    padding-left: 0;
    line-height: 0;
    margin-top: 1em;
    font-size: 0.9rem;
    font-weight: 300;
  }
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .session-labelWrap .hidden {
    display: none;
  }
}
.schedule-page .timetable2 .time-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1.5em 1em;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row {
    gap: 1em;
    padding: 1.5em 0.8em;
  }
}
.schedule-page .timetable2 .time-row .time {
  width: 200px;
  color: #333;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.2px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row .time {
    width: 60px;
    padding-right: 1em;
    text-align: center;
    line-height: 16px;
  }
}
.schedule-page .timetable2 .time-row .detailWrap {
  font-size: 0.95rem;
  display: flex;
  gap: 5em;
  align-items: center;
}
.schedule-page .timetable2 .time-row .detailWrap .br {
  display: none;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row .detailWrap .br {
    display: block;
  }
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row .detailWrap {
    flex-direction: column;
    align-items: start;
    gap: 0em;
  }
}
.schedule-page .timetable2 .time-row .detailWrap .detail-left {
  width: 110px;
}
.schedule-page .timetable2 .time-row .detailWrap .detail-left .label {
  font-weight: 600;
  color: #bf75a7;
  margin-bottom: 0.25rem;
  font-size: 16px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row .detailWrap .detail-left {
    width: 100%;
  }
}
.schedule-page .timetable2 .time-row .detailWrap .detail-right .title {
  color: #333;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row .detailWrap .detail-right .title {
    padding-bottom: 0.5em;
    font-size: 20px;
  }
}
.schedule-page .timetable2 .time-row .detailWrap .detail-right .title .note {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.65px;
}
.schedule-page .timetable2 .time-row .detailWrap .detail-right .speaker {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.1px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row .detailWrap .detail-right .speaker {
    line-height: 23px;
  }
}
.schedule-page .timetable2 .time-row .detailWrap .detail-right .speaker2 {
  color: #333;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.1px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row .detailWrap .detail-right .speaker2 {
    line-height: 23px;
  }
}
.schedule-page .timetable2 .time-row .detailWrap .detail-right2 .detail-wrap {
  display: flex;
}
.schedule-page
  .timetable2
  .time-row
  .detailWrap
  .detail-right2
  .detail-wrap
  .title {
  color: #333;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .schedule-page
    .timetable2
    .time-row
    .detailWrap
    .detail-right2
    .detail-wrap
    .title {
    padding-bottom: 0.5em;
    font-size: 20px;
  }
}
.schedule-page
  .timetable2
  .time-row
  .detailWrap
  .detail-right2
  .detail-wrap
  .title
  .note {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.65px;
}
.schedule-page
  .timetable2
  .time-row
  .detailWrap
  .detail-right2
  .detail-wrap
  .speaker {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.1px;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .schedule-page
    .timetable2
    .time-row
    .detailWrap
    .detail-right2
    .detail-wrap
    .speaker {
    line-height: 23px;
  }
}
.schedule-page .timetable2 .time-row .detail2 {
  flex: 1;
  font-size: 1.1rem;
}
.schedule-page .timetable2 .time-row2 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1em;
  background-color: #fff;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row2 {
    gap: 1em;
    padding: 2em 0.8em;
  }
}
.schedule-page .timetable2 .time-row2 .time {
  width: 200px;
  color: #333;
  text-align: left;
  font-family: "roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.2px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row2 .time {
    width: 70px;
  }
}
.schedule-page .timetable2 .time-row2 .detail {
  flex: 1;
  font-size: 0.95rem;
}
.schedule-page .timetable2 .time-row2 .detail .label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
}
.schedule-page .timetable2 .time-row2 .detail .title {
  color: #6a5c8d;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row2 .detail .title {
    padding-bottom: 0.5em;
    font-size: 20px;
    font-weight: 800;
  }
}
.schedule-page .timetable2 .time-row2 .detail .title .note {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.65px;
}
.schedule-page .timetable2 .time-row2 .detail .speaker {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.1px;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row2 .detail .speaker {
    line-height: 23px;
  }
}
.schedule-page .timetable2 .time-row2 .detail .speaker .br {
  display: none;
}
@media (max-width: 576px) {
  .schedule-page .timetable2 .time-row2 .detail .speaker .br {
    display: block;
  }
}
.schedule-page .timetable2 .time-row2 .detail2 {
  flex: 1;
  font-weight: 600;
  color: #fe6fd0;
  margin-bottom: 0.25rem;
  font-size: 16px;
}

.greeting-page {
  font-family: "Pretendard";
}
.greeting-page .greeting-header {
  background-color: #fde047;
  padding: 3em 1em;
  position: relative;
  text-align: center;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url(/img/fingerRobot_sub.png);
  background-size: 500px;
  background-position: 50% 38%;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .greeting-page .greeting-header {
    background-size: 363px;
    background-position: 50% 16%;
    height: 403px;
    padding: 2em 1em 3.5em 1em;
  }
}
.greeting-page .header-inner {
  max-width: 960px;
  margin: 0 auto;
}
.greeting-page .header-inner .header-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.greeting-page .header-inner .header-sub {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.greeting-page .header-inner .header-sub .br {
  display: none;
}
@media (max-width: 576px) {
  .greeting-page .header-inner .header-sub .br {
    display: block;
  }
}
@media (max-width: 576px) {
  .greeting-page .header-inner .header-sub {
    line-height: 1.2;
  }
}
.greeting-page .header-inner .page-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  .greeting-page .header-inner .header-sub {
    font-size: 1.7rem;
  }
  .greeting-page .header-inner .page-title {
    font-size: 1.2rem;
  }
}
.greeting-page .session-block {
  max-width: 100%;
  margin: 0 auto;
}
.greeting-page .session-block .session-wrap .session-label {
  background-color: #333;
  color: #fff;
  margin-bottom: 5rem;
  position: relative;
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.greeting-page .session-block .session-wrap .host-profile {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 5em auto;
  padding-bottom: 4em;
  border-bottom: 1px solid #dfdfdf;
  align-items: center;
}
.greeting-page .session-block .session-wrap .host-profile .host-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.greeting-page .session-block .session-wrap .host-profile .host-info {
  flex: 1;
}
.greeting-page
  .session-block
  .session-wrap
  .host-profile
  .host-info
  .host-title {
  color: #2c2c2c;
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 49px;
  letter-spacing: -0.48px;
  text-align: center;
}
.greeting-page
  .session-block
  .session-wrap
  .host-profile
  .host-info
  .host-name {
  flex-shrink: 0;
  color: #2c2c2c;
  font-family: Pretendard;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.87px;
  text-align: center;
}
.greeting-page
  .session-block
  .session-wrap
  .host-profile
  .host-info
  .host-name
  span {
  color: #aaa;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.42px;
}
.greeting-page
  .session-block
  .session-wrap
  .host-profile
  .host-info
  .host-head {
  color: #01b7f3;
  font-family: Pretendard;
  font-size: 36px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.2px;
  margin: 72px 0;
  text-align: center;
}
.greeting-page
  .session-block
  .session-wrap
  .host-profile
  .host-info
  .host-head
  .br {
  display: none;
}
@media (max-width: 576px) {
  .greeting-page
    .session-block
    .session-wrap
    .host-profile
    .host-info
    .host-head
    .br {
    display: block;
  }
}
.greeting-page
  .session-block
  .session-wrap
  .host-profile
  .host-info
  .host-desc {
  color: #2c2c2c;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.2px;
  margin-top: 46px;
  text-align: justify;
}
@media (max-width: 768px) {
  .greeting-page .session-block .session-wrap .session-label {
    background-color: #333;
    color: #fff;
    margin-bottom: 5rem;
    position: relative;
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .greeting-page .session-block .session-wrap .host-profile {
    flex-direction: column;
    text-align: center;
  }
  .greeting-page .session-block .session-wrap .host-profile .host-photo {
    width: 150px;
    height: 150px;
  }
  .greeting-page .session-block .session-wrap .host-profile .host-info {
    padding: 0 2em;
  }
  .greeting-page
    .session-block
    .session-wrap
    .host-profile
    .host-info
    .host-title {
    padding-bottom: 8px;
  }
  .greeting-page
    .session-block
    .session-wrap
    .host-profile
    .host-info
    .host-name {
    font-size: 1.8rem;
    line-height: 22px;
    padding-bottom: 12px;
  }
  .greeting-page
    .session-block
    .session-wrap
    .host-profile
    .host-info
    .session-time {
    font-size: 0.9rem;
    line-height: 23px;
    padding-bottom: 12px;
  }
  .greeting-page
    .session-block
    .session-wrap
    .host-profile
    .host-info
    .host-desc {
    font-size: 0.95rem;
    text-align: left;
    margin-top: 16px;
    line-height: 30px;
  }
  .greeting-page .session-block .session-wrap .host-profile .host-info .br {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .greeting-page .session-block .session-wrap .host-profile .host-info .br {
    display: block;
  }
}

.scroll-section {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}
.scroll-section.show {
  opacity: 1;
  transform: translateY(0);
} /*# sourceMappingURL=style.css.map */

.lunch-page {
  max-width: 960px;
  width: 100%;
  font-family: "Pretendard";
}
.lunch-page.container {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3em;
}
.lunch-page.container .info-restaurant {
  margin-bottom: 3em;
  padding-top: 3em;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4em;
}
.lunch-page.container .info-restaurant .coupon-tit {
  font-size: 1.3rem;
  color: #26a0d0;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 1em;
  letter-spacing: -0.01em;
}
.lunch-page.container .info-restaurant .coupon-tit img {
  width: 18px;
  height: 18px;
  margin-right: 0.31em;
}
.lunch-page.container .info-restaurant .coupon-tit .coupon-detail {
  font-size: 1rem;
  color: #555555;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0.5em;
  letter-spacing: -0.01em;
}
.lunch-page.container .detail-restaurant .head-detail {
  background-color: #555;
  color: #fff;
  height: 50px;
  text-align: center;
  padding-top: 15px;
}
.lunch-page.container .detail-restaurant .res-wrap {
  margin: 0 auto;
}
.lunch-page.container .detail-restaurant .res-wrap .main-copy {
  font-size: 1.2em;
  padding: 1em 0;
  text-align: center;
  line-height: 1.3em;
  background-color: #26a0d0;
  color: #fff;
}
.lunch-page.container .detail-restaurant .res-wrap .group02 {
  background-color: #6360aa;
}
.lunch-page.container .detail-restaurant .res-wrap .list-wrap {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 2em;
  padding-top: 1.3em;
}
.lunch-page.container .detail-restaurant .res-wrap .list-wrap .right-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4em;
  text-align: center;
}
.lunch-page.container
  .detail-restaurant
  .res-wrap
  .list-wrap
  .right-info
  .res-tit {
  font-size: 1.4em;
  font-weight: 600;
  color: #26a0d0;
  margin-top: 0.5em;
  letter-spacing: -0.02em;
}
.lunch-page.container
  .detail-restaurant
  .res-wrap
  .list-wrap
  .right-info
  .tit-group02 {
  color: #6360aa;
}
.lunch-page.container
  .detail-restaurant
  .res-wrap
  .list-wrap
  .right-info
  .res-location {
  color: #555;
  line-height: 1.3em;
}
.lunch-page.container
  .detail-restaurant
  .res-wrap
  .list-wrap
  .right-info
  .button {
  width: 350px;
  height: 35px;
  border: 2px solid #bebebe;
  border-radius: 50em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5em;
}
.lunch-page.container
  .detail-restaurant
  .res-wrap
  .list-wrap
  .right-info
  .button:hover {
  background-color: #26a0d0;
  cursor: pointer;
}
.lunch-page.container
  .detail-restaurant
  .res-wrap
  .list-wrap
  .right-info
  .button
  p {
  font-size: 1em;
  color: #6b6c6c;
  font-weight: 500;
}
.lunch-page.container
  .detail-restaurant
  .res-wrap
  .list-wrap
  .right-info
  .button
  p:hover {
  color: #fff;
}
.lunch-page.container
  .detail-restaurant
  .res-wrap
  .list-wrap
  .right-info
  .btn-group02:hover {
  background-color: #6360aa;
} /*# sourceMappingURL=style.css.map */
