@charset "UTF-8";
/* 분기점 설정 */
/* 반응형 설정 */
/* 반응형 미디어쿼리 */
@media (min-width: 280px) and (max-width: 359px) {
  body {
    font-size: 12px;
  }
  header {
    width: 100%;
  }
  header .container-h {
    width: 100%;
    position: initial;
    transform: none;
    padding: 0 2.5%;
  }
  header .container-h h1 {
    height: 70px;
    margin-top: 0;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  header .container-h .nav-icon {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 60px;
    height: 70px;
    cursor: pointer;
  }
  header .container-h .nav-icon img {
    width: 28px;
    display: block;
  }
  header .container-h nav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    z-index: 9999;
  }
  header .container-h nav ul {
    margin-top: 0;
    display: block;
  }
  header .container-h nav ul li a {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #333;
    height: 60px;
    line-height: 60px;
    font-size: 1.2em;
    width: 100%;
    display: block;
  }
  header .container-h nav ul li a:first-child {
    border-top: 1px solid #333;
  }
  header .container-h nav ul li a:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 280px) and (max-width: 359px) {
  main #section01 {
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3%;
    padding-bottom: 0;
  }
  /* main #section01 .container01 div h2 img {
    width: 55%;
    min-width: 230px;
  } */
  main #section01 .container01 div {
    margin-top: -30px;
  }
  main #section01 .container01 div h2 p:last-child {
    font-size: 3.75em;
  }
  main #section01 .container01 div h3 {
    font-size: 1.6em;
  }
  main #section01 .container01 div .webina-time {
    font-size: 1.5em;
  }
  main #section01 .container01 div a {
    min-width: 70%;
    max-width: 80%;
    height: 50px;
    line-height: 45px;
    font-size: 1.4em;
  }
  main #section02 nav {
    padding: 0 2.5%;
  }
  main #section02 nav .tab {
    display: flex;
    flex-direction: column-reverse;
  }
  main #section02 nav .tab li {
    width: calc(100% - 64px);
    height: 64px;
    position: absolute;
    top: 0;
  }
  main #section02 nav .tab li a {
    height: 64px;
    border: 0;
  }
  main #section02 nav .tab-btn {
    width: 64px;
    height: 64px;
    background: #333;
    position: absolute;
    top: 0;
    right: 2.5%;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main #section02 nav .tab-btn img {
    width: 30%;
    transform: rotate(0deg);
  }
  main #section02 .container02 {
    padding: 0 2.5%;
  }
}
@media (min-width: 280px) and (max-width: 359px) and (max-width: 550px) {
  main #section02 .container02 div {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  main #section02 .container02 div h3 {
    font-size: 1.7em;
  }
  main #section02 .container02 div p {
    font-size: 1.25em;
  }
}
@media (min-width: 280px) and (max-width: 359px) {
  main #section03 {
    padding: 70px 0;
  }
  main #section03 .container03 {
    padding: 0 3.5%;
  }
  main #section03 .container03 .webina-video {
    position: initial;
    display: block;
    margin-bottom: 0;
  }
  main #section03 .container03 .webina-video iframe {
    width: 100%;
    height: 30vh;
  }
  main #section03 .container03 .webina-video .webina-video-intro {
    position: initial;
    transform: none;
    width: 108%;
    padding: 36px 0;
    margin: 50px 0;
    margin-left: -4%;
    padding-left: 0;
    border-radius: 0;
    background: linear-gradient(90deg, #F8F9FB 0%, #F8F9FB 35%, rgba(255, 255, 255, 0.4) 100%);
    justify-content: center;
    text-align: center;
  }
  main #section03 .container03 .webina-video .webina-video-intro div p:nth-child(1) {
    margin-bottom: 8px;
  }
  main #section03 .container03 .webina-video .webina-video-intro div p:nth-child(2) {
    line-height: 120%;
  }
  main #section03 .container03 .webina-video .webina-video-intro div a {
    width: 100%;
    font-size: 1.35em;
    margin: 0 auto;
  }
  main #section03 .container03 .webina-info {
    display: block;
  }
  main #section03 .container03 .webina-info .info-l {
    width: 100%;
    border-radius: 24px 24px 0 0;
    display: block;
    padding: 5% 5%;
  }
  main #section03 .container03 .webina-info .info-l div p:nth-child(1) {
    font-size: 1.85em;
    margin-bottom: 4px;
  }
  main #section03 .container03 .webina-info .info-l div p:nth-child(2) {
    font-size: 1.3em;
  }
  main #section03 .container03 .webina-info .info-r {
    width: 100%;
    border-radius: 0 0 24px 24px;
    padding: 5% 5%;
  }
  main #section03 .container03 .webina-info .info-r div p {
    display: flex;
    justify-content: space-between;
  }
  main #section03 .container03 .webina-info .info-r div p span:nth-child(1) {
    font-size: 1.2em;
    width: 60px;
    display: inline-block;
    margin-right: 0;
  }
  main #section03 .container03 .webina-info .info-r div p span:nth-child(2) {
    font-size: 1.2em;
    width: calc(100% - 60px);
    display: inline-block;
  }
  main #section04 {
    padding: 70px 0;
  }
  main #section04 .container04 {
    padding: 0 3.5%;
  }
  main #section04 .container04 .session_index .session_intro span:first-child::after {
    height: 20px;
    top: 3px;
    left: 44px;
  }
  main #section04 .container04 .session_index .session_intro span:nth-child(1) {
    margin-right: 32px;
  }
  main #section04 .container04 .session_index ul {
    padding: 0 2%;
  }
  main #section04 .container04 .session_index ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  main #section04 .container04 .session_index ul li a {
    padding: 0 4%;
    padding-top: 24px;
    padding-bottom: 32px;
    min-height: 360px;
  }
  main #section04 .container04 .session_index ul li a img {
    width: 150px;
  }
  main #section04 .container04 .session_index ul li a h4 {
    font-size: 1.4em;
  }
  main #section04 .container04 .session_index ul li a p:nth-of-type(1) {
    font-size: 1.3em;
  }
  main #section04 .container04 .session_index ul li a p:nth-of-type(2) {
    font-size: 1.1em;
  }
  main #section05 {
    padding: 70px 0;
  }
  main #section05 .container05 {
    padding: 0 3.5%;
  }
  main #section05 .container05 .event_list {
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
  }
  main #section05 .container05 .event_list li {
    width: 100%;
  }
  main #section05 .container05 .event_list li .event-title p {
    font-size: 1.5em;
  }
  main #section05 .container05 .event_list li .event-content {
    min-height: 420px;
    max-height: 420px;
    padding: 32px 16px;
  }
  main #section05 .container05 .event_list li .event-content img {
    max-width: 34%;
    min-width: 170px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  main #section05 .container05 .event_list li .event-content p:nth-of-type(1) {
    font-size: 1.2em;
  }
  main #section05 .container05 .event_list li .event-content-end {
    min-height: 420px;
    max-height: 420px;
  }
  main #section05 .container05 .event_list li .event-content-end div p:nth-of-type(1) {
    font-size: 28px;
  }
  main #section05 .container05 .event_list li .event-content-end div p:nth-of-type(2) {
    font-size: 20px;
  }
  main #section05 .container05 .event_notice li {
    display: block;
  }
  main #section05 .container05 .event_notice li > span:nth-last-of-type(1) {
    width: 100%;
  }
  main #section05 .container05 .event_notice li > span:nth-last-of-type(2) {
    width: 100%;
  }
  main #section06 {
    padding: 70px 0;
  }
  main #section06 .container06 {
    padding: 0 3.5%;
  }
  main #section06 .container06 .conference_apply_end {
    height: 947px;
    border-radius: 11px;
  }
  main #section06 .container06 .conference_apply {
    border-radius: 12px;
  }
  main #section06 .container06 .conference_apply form {
    padding: 28px 16px;
  }
  main #section06 .container06 .conference_apply form > div {
    display: block;
  }
  main #section06 .container06 .conference_apply form .form-layout-l {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main #section06 .container06 .conference_apply form .form-layout-l > div {
    width: 100%;
  }
  main #section06 .container06 .conference_apply form .form-layout-r {
    width: 100%;
    padding: 0;
  }
  main #section06 .container06 .conference_apply form .form-layout-r .g-recaptcha {
    width: 100%;
  }
  main #section06 .container06 .conference_apply form input {
    height: 44px;
  }
  main #section06 .container06 .conference_apply form button {
    height: 48px;
    width: 100%;
    position: initial;
    margin: 4px 0;
    margin-bottom: 0px;
  }
  /* footer {
    height: 320px;
  } */
  footer .container-f {
    display: block;
  }
  footer .container-f div:first-child {
    width: 100%;
  }
  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;
    margin-bottom: 24px;
  }
  footer .container-f div:last-child {
    width: 100%;
    min-width: 190px;
    max-width: 210px;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  header .container-h {
    position: initial;
    transform: none;
    padding: 0 2.5%;
  }
  header .container-h h1 {
    height: 70px;
    margin-top: 0;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  header .container-h .nav-icon {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 60px;
    height: 70px;
    cursor: pointer;
  }
  header .container-h .nav-icon img {
    width: 28px;
    display: block;
  }
  header .container-h nav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    z-index: 9999;
  }
  header .container-h nav ul {
    margin-top: 0;
    display: block;
  }
  header .container-h nav ul li a {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #333;
    height: 60px;
    line-height: 60px;
    font-size: 1.2em;
    width: 100%;
    display: block;
  }
  header .container-h nav ul li a:first-child {
    border-top: 1px solid #333;
  }
  header .container-h nav ul li a:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  main #section01 {
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3%;
    padding-bottom: 0;
  }
  main #section01 .container01 div {
    margin-top: -40px;
}
  main #section01 .container01 div h2 img {
    width: 15%;
    min-width: 150px;
  }
  main #section01 .container01 div h2 p:last-child {
    font-size: 3.75em;
  }
  main #section01 .container01 div h3 {
    font-size: 1.8em;
  }
  main #section01 .container01 div .webina-time {
    font-size: 1.5em;
  }
  main #section01 .container01 div a {
    min-width: 70%;
  }
  main #section02 nav {
    padding: 0 2.5%;
  }
  main #section02 nav .tab {
    display: flex;
    flex-direction: column-reverse;
  }
  main #section02 nav .tab li {
    width: calc(100% - 74px);
    height: 74px;
    position: absolute;
    top: 0;
  }
  main #section02 nav .tab li a {
    height: 74px;
    border: 0;
  }
  main #section02 nav .tab-btn {
    width: 74px;
    height: 74px;
    background: #333;
    position: absolute;
    top: 0;
    right: 2.5%;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main #section02 nav .tab-btn img {
    width: 30%;
    transform: rotate(0deg);
  }
  main #section02 .container02 {
    padding: 0 2.5%;
  }
}
@media (min-width: 360px) and (max-width: 768px) and (max-width: 550px) {
  main #section02 .container02 div h3 {
    font-size: 1.7em;
  }
  main #section02 .container02 div p {
    font-size: 1.25em;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  main #section03 .container03 {
    padding: 0 3.5%;
  }
  main #section03 .container03 .webina-video {
    position: initial;
    display: block;
    margin-bottom: 0;
  }
  main #section03 .container03 .webina-video iframe {
    width: 100%;
    height: 30vh;
  }
  main #section03 .container03 .webina-video .webina-video-intro {
    position: initial;
    transform: none;
    width: 108%;
    padding: 36px 0;
    margin: 50px 0;
    margin-left: -4%;
    padding-left: 0;
    border-radius: 0;
    background: linear-gradient(90deg, #F8F9FB 0%, #F8F9FB 35%, rgba(255, 255, 255, 0.4) 100%);
    justify-content: center;
    text-align: center;
  }
  main #section03 .container03 .webina-video .webina-video-intro div a {
    margin: 0 auto;
  }
  main #section03 .container03 .webina-info {
    display: block;
  }
  main #section03 .container03 .webina-info .info-l {
    width: 100%;
    border-radius: 24px 24px 0 0;
    display: block;
    padding: 5% 5%;
  }
  main #section03 .container03 .webina-info .info-l div p:nth-child(1) {
    font-size: 1.85em;
    margin-bottom: 4px;
  }
  main #section03 .container03 .webina-info .info-l div p:nth-child(2) {
    font-size: 1.3em;
  }
  main #section03 .container03 .webina-info .info-r {
    width: 100%;
    border-radius: 0 0 24px 24px;
    padding: 5% 5%;
  }
  main #section03 .container03 .webina-info .info-r div p {
    display: flex;
    justify-content: space-between;
  }
  main #section03 .container03 .webina-info .info-r div p span:nth-child(1) {
    font-size: 1.3em;
    width: 60px;
    display: inline-block;
    margin-right: 0;
  }
  main #section03 .container03 .webina-info .info-r div p span:nth-child(2) {
    font-size: 1.3em;
    width: calc(100% - 60px);
    display: inline-block;
  }
  main #section04 .container04 {
    padding: 0 3.5%;
  }
  main #section04 .container04 .session_index ul {
    padding: 0 2%;
  }
  main #section04 .container04 .session_index ul li {
    width: 100%;
    margin-bottom: 20px;
    max-height: 440px;
  }
  main #section04 .container04 .session_index ul li a h4 {
    font-size: 1.4em;
  }
  main #section04 .container04 .session_index ul li a p:nth-of-type(1) {
    font-size: 1.3em;
  }
  main #section04 .container04 .session_index ul li a p:nth-of-type(2) {
    font-size: 1.15em;
  }
  main #section05 .container05 {
    padding: 0 3.5%;
  }
  main #section05 .container05 .event_list {
    flex-wrap: wrap;
    gap: 24px;
  }
  main #section05 .container05 .event_list li {
    width: 100%;
  }
  main #section05 .container05 .event_list li .event-title p {
    font-size: 1.5em;
  }
  main #section05 .container05 .event_list li .event-content {
    min-height: 450px;
    max-height: 450px;
    padding: 32px 16px;
  }
  main #section05 .container05 .event_list li .event-content img {
    max-width: 34%;
    min-width: 200px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  main #section05 .container05 .event_list li .event-content p:nth-of-type(1) {
    font-size: 1.2em;
  }
  main #section05 .container05 .event_list li .event-content-end {
    min-height: 450px;
    max-height: 450px;
  }
  main #section05 .container05 .event_list li .event-content-end div p:nth-of-type(1) {
    font-size: 28px;
  }
  main #section05 .container05 .event_list li .event-content-end div p:nth-of-type(2) {
    font-size: 20px;
  }
  main #section05 .container05 .event_notice li {
    display: block;
  }
  main #section05 .container05 .event_notice li > span:nth-last-of-type(1) {
    width: 100%;
  }
  main #section05 .container05 .event_notice li > span:nth-last-of-type(2) {
    width: 100%;
  }
  main #section06 .container06 {
    padding: 0 3.5%;
  }
  main #section06 .container06 .conference_apply_end {
    border-radius: 11px;
    height: 1044px;
  }
  main #section06 .container06 .conference_apply {
    border-radius: 12px;
  }
  main #section06 .container06 .conference_apply form {
    padding: 32px 20px;
  }
  main #section06 .container06 .conference_apply form > div {
    display: block;
  }
  main #section06 .container06 .conference_apply form .form-layout-l {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main #section06 .container06 .conference_apply form .form-layout-l > div {
    width: 100%;
  }
  main #section06 .container06 .conference_apply form .form-layout-r {
    width: 100%;
    padding: 0;
  }
  main #section06 .container06 .conference_apply form .form-layout-r .g-recaptcha {
    width: 100%;
  }
  main #section06 .container06 .conference_apply form .form-layout-r .g-recaptcha div {
    margin: 0 auto;
  }
  main #section06 .container06 .conference_apply form button {
    width: 100%;
    position: initial;
    margin: 24px 0;
    margin-bottom: 0px;
  }
  /* footer {
    height: 320px;
  } */
  footer .container-f {
    display: block;
  }
  footer .container-f div:first-child {
    width: 100%;
  }
  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;
    margin-bottom: 24px;
  }
  footer .container-f div:last-child {
    width: 100%;
    min-width: 230px;
    max-width: 250px;
  }
}

@media (max-width: 1033px) {
  .br-m2 {
    display: none;
  }
  .br-m3 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  header .container-h {
    padding: 0 2.5%;
  }
  main #section02 nav {
    padding: 0 2.5%;
  }
  main #section02 nav ul {
    display: flex;
    flex-direction: column-reverse;
  }
  main #section02 nav ul li {
    width: calc(100% - 80px);
    position: absolute;
    top: 0;
  }
  main #section02 nav .tab-btn {
    width: 80px;
    height: 80px;
    background: #333;
    position: absolute;
    top: 0;
    right: 2.5%;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main #section02 nav .tab-btn img {
    width: 35%;
    transform: rotate(0deg);
  }
  main #section03 .container03 {
    padding: 0 2.5%;
  }
  main #section03 .container03 .webina-video {
    position: initial;
    display: block;
    margin-bottom: 0;
  }
  main #section03 .container03 .webina-video iframe {
    width: 100%;
  }
  main #section03 .container03 .webina-video .webina-video-intro {
    position: initial;
    transform: none;
    width: 106%;
    margin: 50px 0;
    margin-left: -3%;
    padding-left: 0;
    border-radius: 0;
    background: linear-gradient(90deg, #F8F9FB 0%, #F8F9FB 35%, rgba(255, 255, 255, 0.4) 100%);
    justify-content: center;
    text-align: center;
  }
  main #section03 .container03 .webina-video .webina-video-intro div a {
    margin: 0 auto;
  }
  main #section03 .container03 .webina-info {
    display: block;
  }
  main #section03 .container03 .webina-info .info-l {
    width: 100%;
    border-radius: 24px 24px 0 0;
    display: block;
    padding: 4% 4%;
  }
  main #section03 .container03 .webina-info .info-l div p:nth-child(1) {
    font-size: 1.8em;
    margin-bottom: 4px;
  }
  main #section03 .container03 .webina-info .info-l div p:nth-child(2) {
    font-size: 1.2em;
  }
  main #section03 .container03 .webina-info .info-r {
    width: 100%;
    border-radius: 0 0 24px 24px;
    padding: 3% 4%;
  }
  main #section03 .container03 .webina-info .info-r div p span:nth-child(1) {
    font-size: 1.3em;
  }
  main #section03 .container03 .webina-info .info-r div p span:nth-child(2) {
    font-size: 1.3em;
  }
  main #section04 .container04 {
    padding: 0 2.5%;
  }
  main #section04 .container04 .session_index ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  main #section05 .container05 {
    padding: 0 2.5%;
  }
  main #section05 .container05 .event_list li .event-title p {
    font-size: 1.4em;
  }
  main #section05 .container05 .event_list li .event-content img {
    width: 60%;
  }
  main #section05 .container05 .event_list li .event-content p:nth-of-type(1) {
    font-size: 1.2em;
  }
  main #section05 .container05 .event_list li .event-content-end div p:nth-of-type(1) {
    font-size: 28px;
  }
  main #section05 .container05 .event_list li .event-content-end div p:nth-of-type(2) {
    font-size: 20px;
  }
  main #section05 .container05 .event_notice li {
    display: block;
  }
  main #section05 .container05 .event_notice li > span:nth-last-of-type(1) {
    width: 100%;
  }
  main #section05 .container05 .event_notice li > span:nth-last-of-type(2) {
    width: 100%;
  }
  main #section06 .container06 {
    padding: 0 2.5%;
  }
  main #section06 .container06 .conference_apply_end {
    height: 881px;
  }
  main #section06 .container06 .conference_apply form {
    padding: 50px 25px;
  }
  main #section06 .container06 .conference_apply form > div {
    display: block;
  }
  main #section06 .container06 .conference_apply form .form-layout-l {
    width: 100%;
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main #section06 .container06 .conference_apply form .form-layout-l > div {
    width: 48%;
  }
  main #section06 .container06 .conference_apply form .form-layout-r {
    width: 100%;
    padding: 0 25px;
  }
  main #section06 .container06 .conference_apply form .form-layout-r .g-recaptcha div {
    width: 100%;
    margin: 0 auto;
  }
  main #section06 .container06 .conference_apply form button {
    width: 50%;
    position: initial;
    margin: 28px 25%;
    margin-bottom: 0px;
  }
  footer .container-f div:first-child {
    width: 60%;
  }
  footer .container-f div:last-child {
    width: 35%;
  }
}
@media (min-width: 1023px) and (max-width: 1280px) {
  body {
    font-size: 16px;
  }
  header .container-h {
    padding: 0 2.5%;
  }
  main #section02 nav {
    padding: 0 2.5%;
  }
  main #section03 .container03 {
    padding: 0 2.5%;
  }
  main #section03 .container03 .webina-video iframe {
    width: 62%;
  }
  /* main #section03 .container03 .webina-info .info-l {
    width: 34%;
  } */
  main #section03 .container03 .webina-info .info-l div p:nth-child(1) {
    font-size: 1.8em;
  }
  main #section03 .container03 .webina-info .info-l div p:nth-child(2) {
    font-size: 1.2em;
  }
  /* main #section03 .container03 .webina-info .info-r {
    width: 66%;
  } */
  main #section03 .container03 .webina-info .info-r div p span:nth-child(1) {
    font-size: 1.3em;
  }
  main #section03 .container03 .webina-info .info-r div p span:nth-child(2) {
    font-size: 1.3em;
  }
  main #section04 .container04 {
    padding: 0 2.5%;
  }
  main #section05 .container05 {
    padding: 0 2.5%;
  }
  main #section06 .container06 {
    padding: 0 2.5%;
  }
}
/*# sourceMappingURL=responsive.css.map */