@charset "UTF-8";
/* 컨퍼런스 사이트 서식 */
/* common css */
/* 공통 서식 */
/* Font */
/* 프리텐다드 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
html {
  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;
}

/* 지마켓산스 */
@font-face {
  font-family: "GmarketSansLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 템플릿 */
/* 줄바꿈 서식 */
.br-none {
  display: none !important;
}

.br-m2 {
  display: none;
}

.br-m3 {
  display: block;
}

/* 스크립트 서식 */
.header-fix {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-fix-bg {
  background-color: rgba(0, 0, 0, 0.8); /* 배경 색상과 투명도 지정 */
}

.rotate {
  transform: rotate(-180deg) !important;
}

.static {
  position: static !important;
}

.recaptcha {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.back-to-position {
  opacity: 0;
  transition: 1s;
}

.back-to-position.to-left {
  transform: translateX(30px);
}

.back-to-position.to-down {
  transform: translateY(-30px);
}

.back-to-position.to-up {
  transform: translateY(30px);
}

.show .back-to-position {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

.show .back-to-position.delay-0 {
  transition-delay: 0s;
}

.show .back-to-position.delay-1 {
  transition-delay: 0.3s;
}

.show .back-to-position.delay-2 {
  transition-delay: 0.7s;
}

.show .back-to-position.delay-3 {
  transition-delay: 1s;
  /* transition: opacity 1s ease, transition-delay 1s; */
}

header {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: none;
  box-shadow: none;
  transition: .3s;
}
header .container-h {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 1260px;
  background: none;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}
header .nav-icon {
  display: none;
}
header h1 {
  margin-top: -10px;
}
header h1 img {
  width: 140px;
  height: 35px;
}
header nav {
  width: 300px;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  margin-top: -5px;
}
header nav ul li a {
  color: #fff;
  font-size: 1.05em;
}
header nav ul li:first-child a {
  color: #BBFFC7;
  font-weight: 600;
}

main #section01 {
  width: 100%;
  padding: 0 2.5%;
  padding-top: 143px;
  padding-bottom: 280px;
  background-image: url(../images/section01_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
main #section01 .container01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
main #section01 .container01 .year_title {
  font-size: 66px;
  font-weight: 500;
  line-height: 70px;
  background: linear-gradient(to right top, #52cd80, #85eead);
  color: transparent;
  -webkit-background-clip: text;
  text-shadow: 
  0 0 8px rgba(133, 238, 173, 0.25),
  0 0 20px rgba(95, 214, 140, 0.15);
}
main #section01 .container01 div {
  width: 100%;
  margin-top: 110px;
}
main #section01 .container01 div h2 p:first-child img {
  max-width: 300px;
  margin: 0 auto;
}
main #section01 .container01 div h2 p:last-child {
  /* font-size: 3.75em; */
  font-size: 4.2em;
  line-height: 120%;
  word-break: keep-all;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(180deg, #B4FFC1 0%, #009141 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 6px;
}
main #section01 .container01 div h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 1.9em;
  line-height: 135%;
  padding: 0 40px;
  text-shadow: 0px 0px 32px rgba(0, 0, 0, 0.5);
}
main #section01 .container01 div .webina-time {
  font-weight: 400;
  text-align: center;
  color: #BBFFC7;
  text-shadow: 0px 0px 8px rgba(210, 255, 224, 0.6);
  font-size: 1.5em;
}
main #section01 .container01 div .webina-time::before {
  margin: 0 auto;
  content: '';
  display: block;
  width: 1px; height: 50px;
  background: #BBFFC7;
  margin-top: 60px;
  margin-bottom: 16px;
  opacity: 0.8;
  text-shadow: 0px 0px 8px rgba(210, 255, 224, 0.6);
}
main #section01 .container01 div a {
  display: block;
  width: 300px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 300px;
  margin: 0 auto;
  margin-top: 70px;
}
main #section01 .container01 div a:hover {
  background: #496DCE;
  border: 2px solid #496DCE;
  transition: background 0.5s, border 0.5s;
  transition-delay: 0s;
}
main #section02 {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, #1B7957 0%, #0A2C24 100%);
  text-align: center;
}
main #section02 nav {
  width: 100%;
  max-width: 1456px;
  margin: -40px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 28px;
}
main #section02 nav ul {
  display: flex;
  position: relative;
}
main #section02 nav ul li {
  width: 50%;
  height: 80px;
  background: #fff;
}
main #section02 nav ul li a {
  width: 100%;
  height: 80px;
  font-family: "GmarketSansMedium";
  font-size: 1.4em;
  line-height: 140%;
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a5a5a5;
  padding: 4px;
}
@media (max-width: 1420px) {
  main #section02 nav ul li a {
    font-size: 1.2em;
  }
}
main #section02 nav ul li a.selected {
  font-family: "GmarketSansBold";
  background: #161616;
  color: #fff;
  border: 1px solid #161616;
}
main #section02 nav .tab-btn {
  display: none;
}
main #section02 .container02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5%;
}
main #section02 .container02 div {
  padding-top: 170px;
  padding-bottom: 130px;
}
main #section02 .container02 div h3 {
  font-size: 2.25em;
  line-height: 140%;
  letter-spacing: -0.01em;
  background: linear-gradient(270deg, #C5F2CA 0.01%, #87C08E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 34px;
  word-break: break-all;
}
main #section02 .container02 div p {
  font-size: 1.25em;
  line-height: 160%;
  word-break: keep-all;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #C7E2C7;
}
main #section03 {
  background-color: #021A1A;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  z-index: -99;
}
main #section03 .container03 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

main #section03 .text-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
}

main #section03 .text-bg .scrolling-text-container {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translateX(-200%);
  }
}

main #section03 .text-bg .scrolling-text-container .scrolling-text {
  padding-right: 50px;
  letter-spacing: -0.01em;
  color: #fff;
  font-size: 72px;
  user-select: none;
  color: #C7E2C7;
  opacity: 0.05;
}


main #section03 .container03 .webina-video {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
main #section03 .container03 .webina-video iframe {
  width: 798px;
  min-height: 25vh;
  height: 450px;
  z-index: 10;
  transition: 0.3s;
}
main #section03 .container03 .webina-video .webina-video-intro {
  background: linear-gradient(90deg, #F8F9FB 0%, #F8F9FB 35%, rgba(255, 255, 255, 0) 100%);
  border-radius: 24px 0px 0px 24px;
  width: 633px;
  padding: 5% 0;
  letter-spacing: -0.02em;
  padding-left: 50px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main #section03 .container03 .webina-video .webina-video-intro div p:nth-child(1) {
  line-height: 1;
  font-weight: 400;
  font-size: 2em;
  color: #213864;
  margin-bottom: 12px;
}
main #section03 .container03 .webina-video .webina-video-intro div p:nth-child(2) {
  font-size: 2em;
  font-weight: 700;
  line-height: 140%;
  color: #213864;
  margin-bottom: 16px;
}
main #section03 .container03 .webina-video .webina-video-intro div p:nth-child(3) {
  font-size: 1.125em;
  line-height: 150%;
  color: #333;
  margin-bottom: 36px;
}
main #section03 .container03 .webina-video .webina-video-intro div a {
  display: block;
  width: 260px;
  height: 52px;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #496DCE;
  border: 2px solid #496DCE;
  border-radius: 300px;
  transition: 0.5s;
}
main #section03 .container03 .webina-video .webina-video-intro div a:hover {
  background: #496DCE;
  color: #fff;
}
main #section03 .container03 .webina-info {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  display: flex;
  gap: 3%;
}
main #section03 .container03 .webina-info .info-l {
  width: 50%;
  border-radius: 24px 0px 0px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
main #section03 .container03 .webina-info .info-l ul {
  width: 100%;
}
main #section03 .container03 .webina-info .info-l div {
  width: 100%;
}
main #section03 .container03 .webina-info div h3 {
  font-family: 'Pretendard';
  font-weight: 700;
  font-size: 3.6em;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #12CB81 0%, #007150 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
main #section03 .container03 .webina-info .info-bg {
  width: 100%;
  height: 220px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
main #section03 .container03 .webina-info .info-bg ul {
  margin-left: 22px;
  margin-right: 18px;
}
main #section03 .container03 .webina-info .info-bg ul li {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #C7E2C7;
}
main #section03 .container03 .webina-info .info-bg ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #C7E2C7;
  margin-right: 12px;
  border-radius: 99px;
  vertical-align: middle;
}
main #section03 .container03 .webina-info .info-l div p:nth-child(1) {
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
main #section03 .container03 .webina-info .info-l div p:nth-child(2) {
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.01em;
}
main #section03 .container03 .webina-info .info-r {
  width: 50%;
  border-radius: 24px 0px 0px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
main #section03 .container03 .webina-info .info-r div {
  width: 100%;
}
main #section03 .container03 .webina-info .info-r div p {
  line-height: 260%;
}
main #section03 .container03 .webina-info .info-r div p span:nth-child(1) {
  font-weight: 700;
  font-size: 1.4em;
  color: #333;
  margin-right: 40px;
}
main #section03 .container03 .webina-info .info-r div p span:nth-child(2) {
  font-weight: 400;
  font-size: 1.4em;
  color: #333;
}
main #section04 {
  background: url(../images/section04_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 120px 0;
}
main #section04 .container04 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
main #section04 .container04 .section_title h2 {
  font-size: 2.2em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
main #section04 .container04 .section_title p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  margin-bottom: 40px;
}
main #section04 .container04 .session_index .session_intro {
  margin-bottom: 16px;
}
main #section04 .container04 .session_index .session_intro span:first-child::after {
  content: "";
  display: block;
  width: 2px;
  height: 26px;
  background: #888888;
  position: absolute;
  top: 4px;
  left: 60px;
  transform: translateX(-50%);
}
main #section04 .container04 .session_index .session_intro span:nth-child(1) {
  font-size: 1.7em;
  font-weight: 600;
  color: #A4C8FF;
  margin-right: 48px;
  position: relative;
}
main #section04 .container04 .session_index .session_intro span:nth-child(2) {
  font-size: 1.7em;
  font-weight: 400;
  color: #fff;
}
main #section04 .container04 .session_index p:nth-child(2) {
  margin-bottom: 32px;
}
main #section04 .container04 .session_index ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
main #section04 .container04 .session_index ul li {
  width: 32%;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
main #section04 .container04 .session_index ul li a {
  width: 100%;
  min-height: 440px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 28px 3% 28px 3%;
}
main #section04 .container04 .session_index ul li a img {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 0.7s;
}
main #section04 .container04 .session_index ul li a h4 {
  font-size: 1.125em;
  font-weight: 800;
  color: #333;
  margin-bottom: 12px;
}
main #section04 .container04 .session_index ul li a p:nth-of-type(1) {
  font-size: 1.125em;
  font-weight: 700;
  color: #445FA8;
  margin-bottom: 8px;
}
main #section04 .container04 .session_index ul li a p:nth-of-type(2) {
  font-size: 1em;
  font-weight: 400;
  line-height: 130%;
  color: #333;
}
main #section04 .container04 .session_index ul li a:hover img {
  filter: grayscale(1);
  transform: scale(0.95);
}
main #section05 {
  background: #F0F2F6;
  padding: 100px 0;
}
main #section05 .container05 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
main #section05 .container05 .section_title h2 {
  font-size: 2.2em;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
main #section05 .container05 .section_title p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 140%;
  color: #333;
  margin-bottom: 40px;
}
main #section05 .container05 .event_list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 60px;
}
main #section05 .container05 .event_list li {
  width: 49%;
  position: relative;
}
main #section05 .container05 .event_list li .event-title {
  width: 100%;
  padding: 16px 0;
  background: #325699;
  border-radius: 24px 24px 0px 0px;
}
main #section05 .container05 .event_list li .event-title p {
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
}
main #section05 .container05 .event_list li .event-content {
  max-height: 540px;
  min-height: 540px;
  padding: 50px 16px;
  background: #fff;
  border-radius: 0px 0px 24px 24px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
main #section05 .container05 .event_list li .event-content img {
  max-width: 300px;
  min-width: 50px;
  display: inline;
  margin: 20px 0;
}
main #section05 .container05 .event_list li .event-content p:nth-of-type(1) {
  color: #333;
  font-size: 1.25em;
  line-height: 140%;
  margin-bottom: 20px;
}
main #section05 .container05 .event_list li .event-content p:nth-of-type(1) span {
  color: #376AB6;
  font-weight: 700;
}
main #section05 .container05 .event_list li .event-content .event-date {
  color: #888;
  font-size: 1em;
  margin-bottom: 16px;
}
main #section05 .container05 .event_list li .event-content .gift {
  color: #333;
  font-size: 1.25em;
  font-weight: 600;
}
main #section05 .container05 .event_list li .event-content-end {
  width: 100%;
  max-height: 540px;
  min-height: 540px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 24px 24px;
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
main #section05 .container05 .event_list li .event-content-end div {
  transform: translateY(-50%);
}
main #section05 .container05 .event_list li .event-content-end div p:nth-of-type(1) {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 12px;
}
main #section05 .container05 .event_list li .event-content-end div p:nth-of-type(2) {
  color: #fff;
  font-size: 1.5em;
}
main #section05 .container05 .event_list li:nth-child(2) .event-content img {
  margin-top: 12px;
}
main #section05 .container05 .event_notice li {
  display: flex;
  margin-bottom: 16px;
  position: relative;
}
main #section05 .container05 .event_notice li > span:nth-of-type(1) {
  color: #333;
  width: 182px;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 700;
}
main #section05 .container05 .event_notice li > span:nth-of-type(2) {
  color: #333;
  font-size: 1.125em;
  width: calc(100% - 182px);
}
main #section05 .container05 .event_notice li .em {
  color: #376AB6;
  display: inline-block;
  margin-top: 8px;
}
main #section05 .container05 .event_notice li:nth-child(2n-1) {
  margin-top: 32px;
}
main #section05 .container05 .event_notice li:nth-child(2n) {
  margin-bottom: 64px;
}
main #section05 .container05 .event_notice li:nth-child(2n)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -32px;
  left: 0px;
}
main #section06 {
  background: url(../images/section04_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-top: 100px;
  padding-bottom: 120px;
}
main #section06 .container06 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
main #section06 .container06 .section_title h2 {
  font-size: 2.2em;
  font-weight: 700;
  color: #dff3df;
  margin-bottom: 8px;
}
main #section06 .container06 .section_title p {
  font-size: 1.2em;
  line-height: 140%;
  font-weight: 400;
  color: #bfcfbf;
  margin-bottom: 40px;
}
main #section06 .container06 .apply_container {
  width: 100%;
  max-width: 1200px;
  position: relative;
}
main #section06 .container06 .conference_apply_end {
  width: 100%;
  height: 593px;
  border-radius: 23px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 30px 60px -12px rgba(50, 50, 93, 0.25), 0px 18px 36px -18px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
main #section06 .container06 .conference_apply_end div {
  transform: translateY(-50%);
  text-align: center;
}
main #section06 .container06 .conference_apply_end div p:nth-of-type(1) {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 12px;
}
main #section06 .container06 .conference_apply_end div p:nth-of-type(2) {
  color: #fff;
  font-size: 1.5em;
}
main #section06 .container06 .conference_apply {
  position: relative;
  width: 100%;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 30px 60px -12px rgba(50, 50, 93, 0.25), 0px 18px 36px -18px rgba(0, 0, 0, 0.3);
  mix-blend-mode: normal;
  backdrop-filter: blur(12px);
}
main #section06 .container06 .conference_apply form {
  padding: 50px 25px;
}
main #section06 .container06 .conference_apply form > div {
  display: flex;
  flex-wrap: wrap;
}
main #section06 .container06 .conference_apply form .form-layout-l {
  width: 35%;
  padding: 0 25px;
}
main #section06 .container06 .conference_apply form .form-layout-r {
  width: 65%;
  padding: 0 25px;
}
main #section06 .container06 .conference_apply form label {
  color: #ccc;
  font-weight: 700;
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}
main #section06 .container06 .conference_apply form label span {
  color: #BBFFC7;
  font-weight: 300;
  margin-left: 1px;
}
main #section06 .container06 .conference_apply form input, main #section06 .container06 .conference_apply form textarea {
  width: 100%;
  background: rgba(25, 25, 25, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 24px;
  color: #fff;
}
main #section06 .container06 .conference_apply form input {
  height: 56px;
  background: rgba(25, 25, 25, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
main #section06 .container06 .conference_apply form textarea {
  height: 160px;
}
main #section06 .container06 .conference_apply form button {
  width: 29.4%;
  height: 56px;
  background: linear-gradient(180deg, #1F965F 0%, #006033 100%);
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0px 0px 25px;
  position: absolute;
  bottom: 50px;
  cursor: pointer;
  transition: contrast 0.3s, transform 0.3s;
}
main #section06 .container06 .conference_apply form button:hover {
  filter: contrast(1.2);
  transform: scale(0.98);
}
main #section06 .container06 .conference_apply form .radio_box {
  width: 100%;
  display: flex;
  gap: 4%;
}
main #section06 .container06 .conference_apply form .radio_box label {
  padding: 16px;
  gap: 10px;
  width: 50%;
  height: 56px;
  background: #222222;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #aaa;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 24px;
  cursor: pointer;
}
main #section06 .container06 .conference_apply form .radio_box input[type="radio"]:checked + label {
  background: #2F8C61;
  color: #fff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

footer {
  width: 100%;
  /* height: 200px; */
  background: #14211b;
  padding: 50px 0;
}
footer .container-f {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5%;
  display: flex;
  justify-content: space-between;
}
footer .container-f div:first-child {
  width: 70%;
}
footer .container-f div:first-child p:first-child {
  font-size: 1em;
  line-height: 160%;
  margin-bottom: 24px;
  color: #ddd;
}
footer .container-f div:first-child p:last-child {
  font-size: 1em;
  color: #aaa;
}
footer .container-f div:last-child {
  width: 25%;
}
footer .container-f div:last-child img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */