@charset "UTF-8";
/*************************************************************************
Main SCSS Entry Point
*************************************************************************/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
  background: #eee;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("./../font/NotoSansKR-Regular.otf") format("truetype");
}
body {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

/* custom */
.cursor_pointer {
  cursor: pointer !important;
}

.m-0 {
  margin: 0 !important;
}

.mgb_0 {
  margin-bottom: 0px !important;
}

.mgt_0 {
  margin-top: 0px !important;
}

.mgb_30 {
  margin-bottom: 30px;
}

.mgb_15 {
  margin-bottom: 15px;
}

.mgb_10 {
  margin-bottom: 10px !important;
}

.mgb_100 {
  margin-bottom: 100px !important;
}

.mgt_10 {
  margin-top: 10px;
}

.mgt_20 {
  margin-top: 20px;
}

.mgt_40 {
  margin-top: 40px;
}

.mgt_60 {
  margin-top: 60px;
}

.lastBtn {
  margin-bottom: 100px !important;
}

.w100 {
  width: 100% !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.h-300 {
  height: 300px;
}

.h-215 {
  height: 215px;
}

.button-done label {
  background: #777777 !important;
  color: #ffffff !important;
  border: 2px solid #555555 !important;
}

.font-22 {
  font-size: 22px;
}

/* container */
body {
  min-width: 280px;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.sub_container {
  margin-top: 80px !important;
  padding: 0 20px;
}

.sub_container .con_tit::before {
  background: none;
}

.container_wrap {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 200px;
  box-sizing: border-box;
}

.container .sub_page_top.else {
  border-bottom: 0 !important;
}

.sub_bg {
  background-position: center;
  background-size: cover;
}

.sub_bg_txt {
  padding: 10px 0;
}

.sub_bg_txt img {
  max-width: 100%;
}

/* language */
.language {
  position: absolute;
  right: 10px;
  top: 0;
}

.language > a {
  border: 3px solid #fff;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: bold;
}

/* agree */
.agree-hide {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  border: none !important;
}

.check_all_style {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  line-height: 20px !important;
}

.hgrp {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  background: #fff;
}

.agreementBody p,
.agreementBody li {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 0;
}

.agreementBody h3 {
  margin: 0;
  font-size: 15px;
}

.agreementBody h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.agreementBody p.fw-bold {
  margin-bottom: 5px;
}

.agreementBody table,
.agreementBody table th,
.agreementBody table td {
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  margin: 5px 0 20px;
  padding: 2px !important;
}

.agreementBody table td,
.agreementBody table th {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.agreementBody ul {
  padding-left: 0;
  margin-top: 0px;
}

.agreementBody table ul {
  margin-bottom: 0px;
}

.agreementBody ul li ul {
  margin-top: 0px;
}

.agreementBody li {
  margin-left: 12px;
  text-indent: -9px;
  list-style: none;
}

.agree-A-box {
  width: 100%;
  display: block;
  overflow: auto;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}

.agree-check-box label {
  font-size: 16px;
  margin-left: 30px;
  cursor: pointer;
  float: left;
}

.agree label {
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}

.agree-check-box {
  float: right;
  margin: 5px 0 0 0 !important;
}

/* dispplay */
.m-s-d-block {
  display: none;
}

/* form */
select {
  cursor: pointer;
  height: 40px;
  line-height: 34px;
  background-color: #fff !important;
}

.search_wrap select {
  position: relative;
  right: 0;
  margin-right: 1px;
  min-width: 100px;
}

.search_wrap select {
  padding: 0 5px;
  height: 40px;
  color: #787878;
  font-size: 12px;
  border: 1px solid #dcdcdc;
  margin-right: -5px;
  box-sizing: border-box;
  position: absolute;
  right: 375px;
}

input,
select {
  border-radius: 2px !important;
}

/* text */
a {
  cursor: pointer;
  text-decoration: none;
}

.t_center {
  text-align: center !important;
}

.fw-bold {
  font-weight: bold !important;
}

span.required_style {
  border-radius: 30px;
  padding: 2px 10px;
  background: #f1f1f1;
  font-size: 14px;
  font-weight: bold;
}

span.required_style.must {
  background: #ffdcdc;
  color: red !important;
}

p.lead {
  color: #999;
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 18px;
  font-size: 14px;
}

h3.con_tit {
  margin-bottom: 10px !important;
  line-height: 40px;
}

.title-box h2 {
  font-size: 35px;
  margin-top: 70px;
  padding-bottom: 30px;
}

.title-sub {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.title-sub-m {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
}

h3.title-sub img {
  margin-bottom: -7px;
}

.title-sub-p {
  margin: 0;
  margin-bottom: 20px;
}

ul.list_auto {
  padding-left: 0;
  list-style: auto;
  margin-left: 15px;
  margin-top: 5px;
}

ul.list_auto li {
  line-height: 18px;
}

/* btn */
.board_btn1 {
  margin-top: 100px !important;
}

.btn-gra {
  border: 0;
  font-size: 17px;
  margin: 0;
  font-weight: 600 !important;
}

.w100 {
  width: 100%;
}

.btn {
  display: inline-block;
  background-position: 100% 100%;
  padding: 15px 50px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border: none;
}

.btnL {
  font-size: 17px;
  /* max-height: 60px; */
}

.city .btn {
  margin-left: 10px;
  padding: 5px 20px;
  height: 40px;
  font-size: 13px;
}

/* footer */
.footer_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer_wrap .footer:before {
  display: none;
}

.footer_wrap .footer {
  padding: 0;
}

.footer_wrap {
  padding: 50px 0;
}

.footer_wrap span {
  line-height: 18px;
}

.footer_wrap .footer .bottom_footer_wrap {
  margin-top: 0px;
}

.footer_wrap p:nth-child(1) {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 21px;
}

.footer_wrap p:nth-child(2) {
  color: #999999;
  letter-spacing: 1px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 100;
  margin-top: 10px;
}

/* input */
input#etc_input {
  display: block;
  margin-top: 5px;
}

.radio-box .search_wrap {
  display: inherit;
  margin-top: 0px;
  margin-left: 40px;
}

.etc_outer {
  display: block !important;
}

.etc_outer .etc_wrap {
  margin-left: 30px;
}

.radio-box.etc_outer label {
  margin-bottom: 5px;
}

.input-txt {
  width: 100%;
  max-width: 430px;
  height: 40px;
  margin: 0;
  padding: 0 5px;
  font-size: 13px;
  border: 1px solid #ddd;
  line-height: normal;
  box-sizing: border-box;
}

.input-txt::placeholder {
  color: #666666 !important;
}

.file-name {
  min-height: 40px;
  height: auto;
  padding: 7px;
}

:-ms-input-placeholder {
  color: #666666 !important;
}

.search_wrap select {
  position: relative;
  right: 0;
  margin-right: 1px;
}

.search_wrap input[type=text] {
  width: initial;
  border-right: 1px solid #dcdcdc;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin: 3px 10px 0 0;
  background-image: url(../img/radio.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

input[type=radio]:checked + label:before {
  background-image: url(../img/radio-checked.png);
}

input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin: 3px 10px 0 0;
  background: whitesmoke;
  border: 1.5px solid #dadada;
  border-radius: 3px;
}

input[type=checkbox]:checked + label:before {
  background-image: url(../img/checking.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 1px/32px;
  background-color: 1px/32px;
}

.radio-box label {
  cursor: pointer;
  display: block;
}

h3.con_tit.check_all_style {
  margin-bottom: 16px !important;
}

input[type=checkbox].cantClick + label:before {
  background-color: #dadada;
  border-color: #cacaca;
}

input[type=checkbox].cantClick + label:hover {
  cursor: not-allowed;
}

input[type=checkbox].cantClick + label {
  pointer-events: none;
}

input#check_all + label {
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}

tr.company .radio-box {
  margin-right: 0 !important;
}

.search_wrap span {
  line-height: 40px;
  width: 20px;
  text-align: center;
}

.search_wrap input[type=text] {
  display: inline-block;
}

/* table */
.table_sec table {
  min-width: 100%;
  width: 100%;
}

.table_sec table input[type=checkbox]:disabled + label {
  cursor: auto;
}

table td.has_list {
  padding-bottom: 10px;
}

table th {
  color: #323232;
  font-size: 16px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-weight: bold;
  padding: 10px;
}

table td {
  text-align: left !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
  background-color: #fff;
}

td > .radio-box {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 20px;
  text-indent: -26px;
}

tr.interest td {
  padding-bottom: 30px !important;
}

tr.company .radio-box {
  display: inline-block;
}

tr.company .radio-box label {
  width: 70px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-indent: 0;
}

/* popup */
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  z-index: -1;
  opacity: 0;
}

.show {
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}

.window {
  position: relative;
  width: 100%;
  height: 100%;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  width: 80%;
  max-width: 900px;
  padding: 40px 3% 40px 3%;
  box-sizing: border-box;
  max-height: 95%;
  overflow-y: auto;
  transform: translate(-50%, -40%);
}

.show .popup {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.popup ul.bar-none li::before {
  content: "";
}

input[type=checkbox] + label.agree_checkbox1:before,
input[type=checkbox] + label.agree_checkbox2:before {
  margin-top: 0 !important;
}

.agree_checkbox1_box,
.agree_checkbox2_box {
  height: 0;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0;
  border: none !important;
}

.agree_checkbox1_box.show,
.agree_checkbox2_box.show {
  border: 1px solid #ddd !important;
  height: auto;
}

.agree_checkbox1_box li,
.agree_checkbox2_box li {
  margin: 0 40px !important;
}

.soldout {
  position: relative;
}

.soldout::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../img/soldout.svg");
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100px;
  height: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0.6;
}

.soldout .seminar-checkbox {
  visibility: hidden;
}

@media screen and (max-width: 1240px) {
  table.special .interest select {
    width: 150px !important;
  }
}
@media screen and (max-width: 1045px) {
  .wrap {
    width: auto;
  }
  .search_wrap select,
  .search_wrap input[type=text] {
    height: 40px;
  }
  .board_btn a {
    padding: 15px 50px;
    font-size: 14px;
    display: inline-block;
    height: 50px;
    box-sizing: border-box;
    line-height: 20px;
  }
}
@media screen and (max-width: 650px) {
  .agree label {
    margin-bottom: 10px;
  }
  .title-sub {
    margin-top: 50px;
  }
  .title-sub-p {
    margin-bottom: 13px;
    font-size: 13px;
  }
  .sub_container.lastBtn.t_center .btn {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .city_outer br {
    display: none !important;
  }
  .agree-A-box {
    margin-top: 0;
  }
  .h-300 {
    height: 100px;
  }
  .h-215 {
    height: 100px;
  }
  .sub_bg_txt {
    padding: 50px 20px 20px;
  }
  .radio-box {
    display: block !important;
    margin-right: 0 !important;
  }
  .etc_outer .etc_wrap {
    margin-left: 5px;
  }
  tr.visit td > .radio-box {
    margin-right: 0;
  }
  .popup {
    width: 90% !important;
    padding: 40px 25px 0 !important;
  }
  th.interest_title {
    border-right: 0 !important;
    border-bottom: 2px solid #dcdcdc !important;
    padding-bottom: 10px;
    font-size: 20px !important;
  }
  .board_btn {
    margin-top: 50px !important;
  }
  .table_sec table tbody tr td {
    padding: 10px 10px !important;
  }
  .footer_wrap {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .footer_wrap p:nth-child(1) {
    font-size: 15px;
    line-height: 15px;
  }
  .footer_wrap p:nth-child(2) {
    font-size: 10px;
    line-height: 15px;
  }
  .search_wrap {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
  }
  .search_wrap.city {
    display: block;
  }
  .table_sec {
    overflow-x: inherit;
  }
  .search_wrap select,
  .search_wrap input[type=text] {
    width: 32.3% !important;
    margin-right: 2px;
  }
  .en_email .search_wrap input[type=text] {
    width: 45.3% !important;
    margin-right: 2px;
  }
  .search_wrap.city input[type=text] {
    width: 50.3% !important;
  }
  .search_wrap.city select {
    width: 50% !important;
  }
  .title-box .stage li {
    font-size: 13px;
    line-height: 18px;
  }
  p.lead {
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    background: #f9f9f9;
  }
  .title-box h2 {
    font-size: 25px !important;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: 40px;
  }
  input.input-txt {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }
  ul.stage {
    line-height: 27px;
  }
  .sub_container {
    margin: 0px !important;
  }
  .sub_container .select-pass-box {
    margin-top: 40px !important;
  }
  .container .sub_page_top p {
    font-size: 25px;
  }
  .container .sub_page_top {
    border-bottom: 1px solid #dcdcdc;
  }
  .sub_page_top {
    text-align: center;
  }
  .sub_container .con_tit::before {
    display: none;
    margin-bottom: 0;
    margin-right: 10px;
  }
  h3.con_tit {
    margin-bottom: 10px !important;
  }
  h3.con_tit {
    margin-bottom: 0 !important;
    margin-top: 20px;
  }
  colgroup,
  .container .sub_page_top p span {
    display: none;
  }
  tr.visit p.mgb_10 {
    padding: 5px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
  }
  th {
    width: 90px;
    font-size: 15px !important;
  }
  .change_mo tbody,
  .change_mo tr,
  .change_mo th,
  .change_mo td {
    display: block;
    width: 100%;
  }
  .change_mo .table_sec table tbody tr td {
    border-bottom: 0;
    padding: 0 !important;
  }
  .change_mo .table_sec table thead tr th:after,
  .table_sec table tbody tr td:after {
    background: transparent;
  }
  .change_mo table th {
    background-color: transparent;
    border-bottom: 0;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
    border-right: 0;
    font-weight: bold;
    font-size: 16px !important;
    padding-bottom: 0;
    padding-left: 0;
  }
  .table_sec table tbody tr .soldout::after {
    position: absolute;
    display: block;
    content: "";
    background-image: url("../img/soldout.svg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 10;
  }
  .lastBtn {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  tr.interest .search_wrap {
    display: block;
  }
  .change_mo tr.company .input-txt {
    width: 75% !important;
    max-width: 462px !important;
    display: inline-block;
  }
  .radio-box.mgb_0,
  input[type=file] {
    margin-bottom: 10px !important;
  }
  .checkbox_group.agree .sub03_3 {
    margin-top: 100px;
  }
  .special .search_wrap select {
    width: 100% !important;
  }
  tr.interest td {
    border-left: 0 !important;
  }
  tr.interest .search_wrap select,
  tr.interest .search_wrap input[type=text] {
    width: 100% !important;
    display: block;
    max-width: 100%;
  }
  tr.interest p.mgb_10 + .search_wrap {
    margin-bottom: 20px;
  }
  tr.interest select {
    margin-bottom: 0;
  }
  tr.interest p.mgt_10 {
    margin-top: 0 !important;
  }
  .m-d-none {
    display: none !important;
  }
  .fix-bottom-btn {
    position: fixed;
    display: flex;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 21px;
    opacity: 0.8;
    z-index: 100;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff;
  }
  .fix-bottom-btn.button1 button {
    width: 100% !important;
    margin: 0 !important;
  }
  .fix-bottom-btn.button2 button {
    width: 50% !important;
    margin: 0 !important;
  }
  .container_wrap.conference_wrap {
    padding-bottom: 300px;
  }
  .conference_wrap .footer_wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 350px) {
  .search_wrap.city input[type=text] {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .search_wrap.city input + button.btn {
    margin: 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .agree-check-box {
    float: left;
  }
  .agree-check-box label {
    margin-left: 0 !important;
  }
  .agree label {
    display: inline;
  }
  .m-s-d-block {
    display: block !important;
  }
  .m-s-d-none {
    display: none !important;
  }
  input#check_all + label {
    font-size: 18px !important;
    line-height: 25px;
  }
  .agree > div input[type=checkbox] + label:before {
    margin: 0;
  }
  .agree > div > p {
    text-indent: -30px;
    margin-left: 30px;
    line-height: 25px;
    margin-bottom: 10px !important;
  }
  input#check_all[type=checkbox] + label:before {
    margin-top: 3px !important;
  }
  .agree-A-box {
    padding: 10px;
  }
  .agree-A-agree p.agree-A-title {
    font-size: 15px !important;
  }
  .agreementBody h3 {
    font-size: 14px !important;
  }
  .agreementBody h4 {
    line-height: 20px !important;
  }
  input#check_all + label span.lead {
    font-size: 11px !important;
    padding-bottom: 0;
  }
  .popup_inner .board_btn.t_center .btn {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 3px;
  }
  .change_mo tr.company .input-txt {
    width: 69% !important;
  }
  .board_btn a,
  .board_btn button {
    margin-bottom: 2px;
    width: 100%;
  }
  .agree-A-box table,
  .agree-A-box tbody,
  .agree-A-box th,
  .agree-A-box td,
  .agree-A-box tr {
    width: 100%;
    display: block;
    border: 0 !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: BORDER-BOX;
  }
  .agree-A-box table {
    border: 1px solid #ddd !important;
    border-radius: 5px;
    margin: 10px 0 !important;
    background: #f7f7f7;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  tr:last-child hr {
    display: none !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    min-width: 500px !important;
  }
}
/* 수정요청  포세 동의영역 컬러변경 */
.agree-A-box font {
  color: black;
}

/* 수정요청  220517 포세 기타 레이아웃 변경*/
table .radio-box.etc_outer {
  display: inline-block !important;
  transform: translateY(3px);
}

table .radio-box.etc_outer label {
  float: left;
}

table .etc_outer .etc_wrap {
  margin-left: 85px;
}

table .etc_wrap input {
  transform: translateY(-3px);
  height: 30px;
}

@media screen and (max-width: 650px) {
  .etc_outer .etc_wrap {
    margin-left: 5px !important;
    display: block !important;
  }
  table .radio-box.etc_outer {
    display: block !important;
  }
  input.input-txt {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    height: 40px !important;
    transform: translateY(0px) !important;
    margin-bottom: 3px;
  }
}
/* 수정요청 220519 포세 */
.custom_ai_container {
  margin-top: 35px !important;
}

/* 베릴 추가수정 */
table .radio-box label {
  cursor: pointer;
  display: block;
  text-indent: -32px;
  margin-left: 7px;
}

table td {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media screen and (max-width: 650px) {
  .input-txt {
    max-width: 100%;
  }
}
/* 언어 선택 버튼 */
.lang {
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 10;
}

a.lan_btn {
  background: #b1d349;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 20px 10px;
  display: block;
  border-radius: 0 0 0.375rem 0.375rem;
  border: 2px solid #ffffff;
  border-top: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  font-weight: bold;
}

.w-200 {
  width: 100%;
  max-width: 210px;
}

.text-danger {
  color: red;
}

.footer-email {
  text-decoration: none;
  color: #999999;
}

/* 랜딩페이지 스타일 */
.text-white {
  color: #ffffff !important;
}

.landingpage {
  min-width: 320px;
  background: #eafbff;
  padding-bottom: 0 !important;
}

.landingpage .sub_bg {
  border-bottom: none;
  background: #00a3cb;
  box-shadow: none;
}

.landingpage .sub_bg_txt {
  padding: 10px 20px 20px 0;
}

.landingpage .sub_bg_txt p {
  margin: 0;
}

.landingpage h1 {
  font-size: 3rem;
  color: #00a3cb;
  text-align: center;
  margin: 3rem 0 2rem 0;
}

.landingpage h1 {
  font-size: 3rem;
  color: #00a3cb;
  text-align: center;
  margin: 3rem 0;
}

.step-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 1rem;
  padding: 0px 20px;
}

.step-box .step-item {
  border: none;
  background: #eeeeee;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0 13px 0;
}

.step-box .step-item p {
  margin: 0;
}

.step-box .step-item.active {
  border: 4px solid #002060;
  background: #ffffff;
}

.price-box-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 20px;
}

.price-box {
  width: 100%;
  max-width: 360px;
  height: 515px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1254901961);
  border-radius: 24px;
  background: #ffffff;
}

.price-top {
  padding: 20px 20px;
  background: #333333;
  color: #ffffff;
  height: 166px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.price-top .price-title p {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 80%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.price-top .price-title p small {
  font-size: 1rem;
  font-weight: 400;
}

.price-top .price-price p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  margin: 1.25rem 0 0 0;
  padding: 0;
}

.price-top .price-price span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 10px;
}

.price-body {
  display: flex;
  height: 250px;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.price-box.disabled .price-top {
  background: #8e8e8e !important;
}

html[lang=en] .price-box.disabled .price-top p {
  font-size: 24px;
  line-height: 120%;
}

.price-box.disabled .price-body p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.price-box.disabled .price-body p small {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}

.price-box.disabled .price-body .pre-open {
  margin-top: 0;
}

.price-box.disabled .price-body .pre-open small {
  text-align: left;
}

.price-info-list {
  width: 240px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.price-info-list li {
  margin-top: 1.25rem;
  font-size: 1.125rem;
}

.price-info-list li {
  margin-top: 0.75rem;
  font-size: 1rem;
}

.price-info-list li:first-child,
.price-info-list li:first-child {
  margin-top: 0;
}

.price-info-list span {
  display: inline-block;
}

.price-info-list i {
  margin-right: 10px;
  vertical-align: top;
}

.price-body a {
  display: inline-block;
  width: 150px;
  padding: 0 0 5px 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border-radius: 24px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0823529412);
}

.price-body a:hover {
  filter: opacity(0.9);
}

/* 레이아웃변경 220519 포세요청 */
.custom_ai_title {
  color: white;
  background: #29b4d3;
  margin-bottom: 0;
  display: inline-block;
  padding: 7px 24px 9px;
  border-radius: 5px 5px 0 0;
  font-size: 98%;
}

.custom_ai_container .table_sec table {
  border-top: 1px solid #dcdcdc;
}

@media screen and (max-width: 650px) {
  .custom_ai_title {
    display: block;
    border-radius: 0;
    text-align: center;
  }
  .custom_ai_container .change_mo table th {
    margin-top: 5px !important;
  }
}
/* 랜딩페이지 price 색상*/
.price-box:nth-of-type(1) .price-top,
.price-box:nth-of-type(1) a {
  background: linear-gradient(160deg, #2758bc, #002060);
}

.price-box:nth-of-type(1) .price-info-list i {
  color: #002060;
}

.price-box:nth-of-type(2) .price-top,
.price-box:nth-of-type(2) a {
  background: linear-gradient(160deg, #3fe68a, #059244);
}

.price-box:nth-of-type(2) .price-info-list i {
  color: #00b050;
}

/* regist페이지 price 색상*/
.select-pass-box .price-box-wrap {
  padding: 0;
  margin-bottom: 20px;
  gap: 1rem;
}

.select-pass-box .price-box {
  box-shadow: unset;
  height: 140px;
  border: 5px solid #dcdcdc;
  background: #ffffff;
  cursor: pointer;
}

.select-pass-box .price-box .price-top {
  padding: 16px 10px;
  height: auto;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.select-pass-box .price-box .price-top .price-title p {
  font-size: 1.5rem;
  height: auto;
}

.select-pass-box .price-box .price-top .price-price p {
  font-size: 2rem;
  margin-top: 5px;
}

.select-pass-box .price-box .price-top .price-price span {
  margin-top: 5px;
}

.select-pass-box .price-box .price-body {
  padding: 5px 20px 15px 20px;
  height: auto;
}

.select-pass-box .price-box .price-top,
.select-pass-box .price-box .price-box:nth-of-type(1) a {
  background: #ffffff;
  color: #000000;
}

.select-pass-box .price-box:nth-of-type(1) .price-top .price-title p {
  color: #002060;
}

.select-pass-box .price-box:nth-of-type(1) a {
  background: linear-gradient(160deg, #2758bc, #002060);
}

.select-pass-box input:nth-of-type(1):checked + .price-box {
  border: 5px solid #002060;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
}

.select-pass-box .price-box:nth-of-type(2) .price-top .price-title p {
  color: #00af50;
}

.select-pass-box .price-box:nth-of-type(2) a {
  background: linear-gradient(160deg, #3fe68a, #059244);
}

.select-pass-box input:nth-of-type(2):checked + .price-box {
  border: 5px solid #00af50;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
}

.select-pass-box .price-box {
  height: auto !important;
  cursor: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.select-pass-box .price-box-wrap {
  align-items: stretch;
}

.select-pass-box .price-title p {
  line-height: 120%;
}

/* focus */
.select-pass-box input:focus + .price-box {
  outline-offset: 0px;
  outline-color: rgba(170, 228, 236, 0.3);
  outline-width: 3px;
  outline-style: solid;
}

@media (max-width: 1000px) {
  .landingpage .sub_bg_txt {
    padding: 50px 20px 30px 0;
  }
  .price-box-wrap {
    flex-direction: column;
    gap: 2rem;
  }
  .select-pass-box .price-box-wrap {
    flex-direction: row;
    gap: 1rem;
  }
  .select-pass-box .price-box {
    box-shadow: unset;
    border: 5px solid #dcdcdc;
  }
  .select-pass-box .price-box .price-top {
    padding: 10px;
    height: auto;
  }
  .select-pass-box .price-box .price-top .price-title p {
    font-size: 1rem;
    height: auto;
  }
  .select-pass-box .price-box .price-top .price-title p small {
    font-size: 0.8rem;
  }
  .select-pass-box .price-box:nth-of-type(1) .price-top .price-title p {
    font-size: 1rem;
  }
  .select-pass-box .price-box .price-top .price-price p {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .select-pass-box .price-box .price-body a {
    font-size: 1rem;
  }
}
@media (max-width: 586px) {
  .landingpage h1 {
    font-size: 2rem;
    margin: 2rem 1rem;
  }
  .step-box {
    gap: 0.5rem;
  }
  .step-box .step-item {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    font-size: 16px;
    padding: 5px 0 6px 0;
  }
  .step-box .step-item.active {
    border: 3px solid #002060;
  }
  .price-box.disabled .price-body p {
    margin: 3px 0px 0px 0px;
  }
  .select-pass-box .price-box-wrap {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .select-pass-box .price-box-wrap .price-box {
    width: 100%;
    max-width: unset;
  }
  .price-box {
    height: fit-content;
  }
  .price-top {
    padding: 20px;
    height: auto;
  }
  .price-top .price-price p {
    font-size: 2rem;
  }
  .price-info-list {
    width: 100%;
    max-width: 240px;
    margin-bottom: 30px;
  }
  .price-info-list li {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .price-body {
    height: fit-content;
  }
}
/* 완료 페이지 qr */
.position-relative {
  position: relative;
}

.complete-qr-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 40px 20px 0px 20px;
}

.complete-qr-box p {
  width: 100%;
  text-align: center;
  font-size: 2rem;
}

.complete-qr-box .complete-qr {
  border: 4px solid #dcdcdc;
  padding: 10px;
}

.complete-qr-box .complete-qr img {
  display: block;
  width: 170px;
  height: 170px;
}

.complete-qr-box .complete-qr img {
  display: block;
  width: 170px;
  height: 170px;
}

.complete-button-box {
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 650px) {
  .complete-button-box {
    padding-bottom: 40px;
  }
}
@media (max-width: 586px) {
  .complete-qr-box {
    flex-direction: column;
  }
  .complete-qr-box p {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
  .complete-qr-box .complete-qr img {
    width: 100px;
    height: 100px;
  }
  .complete-button-box .btn {
    padding: 15px 30px;
  }
}
/* pass-radio */
.btn-check {
  display: inline-block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  appearance: auto;
  margin: 0;
  font-size: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-check + label:before {
  display: none !important;
}

.btn-check:disabled + label {
  cursor: auto;
}

.btn-check:disabled + label .price-top .price-title p,
.btn-check:disabled + label .price-top .price-price p {
  color: #999999 !important;
}

.btn-check:disabled + label a,
.btn-check:disabled + label a:hover {
  color: #ffffff !important;
  background: #999999 !important;
  filter: unset;
  cursor: auto;
}

.btn-light-gray {
  background: #787878;
}

.btn-orange {
  background: #ed7d31;
}

/* table-ticket-info */
.table-wrap-scroll {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}

.table-ticket-info {
  width: 100%;
  min-width: 680px !important;
}

.table-ticket-info th {
  background: #fafafa;
  padding: 10px 3px !important;
  font-size: 14px;
}

.table-ticket-info tr:first-child th:first-child {
  border-left: 1px solid #dcdcdc;
}

.table-ticket-info td {
  border: 1px solid #dcdcdc;
  padding: 10px 3px !important;
  text-align: center !important;
  font-size: 14px;
  width: 16%;
}

/* 전체 radio, check-box 스타일 수정*/
input[type=radio],
input[type=checkbox] {
  display: inline-block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  appearance: auto;
  margin: 0;
  font-size: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input[type=radio]:focus + label:before {
  outline-offset: 0px;
  outline-color: rgb(0, 0, 0);
  outline-width: 2px;
  outline-style: solid;
  border-radius: 50%;
}

input[type=checkbox]:focus + label:before {
  outline-offset: 0px;
  outline-color: rgb(0, 0, 0);
  outline-width: 2px;
  outline-style: solid;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .banner {
    background-image: url("banner.jpg");
    background-color: #ffcc00 !important;
    -webkit-print-color-adjust: exact;
  }
  button {
    background-color: #007bff !important;
    color: #fff !important;
    border: none !important;
    -webkit-print-color-adjust: exact;
  }
}
/*슈퍼 얼리버드 스타일*/
.early-birds {
  position: relative;
}

.early-birds .badge {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 80%;
  height: 40px;
  line-height: 16px;
  padding-top: 5px;
  background: linear-gradient(45deg, #d01313, #ea0000, #d01313);
  color: #ffffff;
  text-align: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  transform: translateX(-50%);
}

.early-birds .price-price p {
  font-size: 34px;
}

.conference-pass .price-price p {
  font-size: 2.5rem;
}

.early-birds .price-price p del,
.early-birds .price-price p i,
.conference-pass .price-price p del,
.conference-pass .price-price p i {
  display: inline-block;
  font-size: 16px;
}

html[lang=en] .early-birds .price-price p {
  font-size: 24px;
  margin-top: 28px;
  margin-bottom: 3px;
}

html[lang=en] .conference-pass .price-price p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  margin: 1.25rem 0 0 0;
  padding: 0;
}

html[lang=en] .early-birds .price-price p del,
html[lang=en] .early-birds .price-price p i,
html[lang=en] .conference-pass .price-price p del,
html[lang=en] .conference-pass .price-price p i {
  display: inline-block;
  font-size: 14px;
}

/*컨퍼런스 테이블*/
.conference-table tbody tr td:not(:nth-of-type(1)) {
  text-align: center !important;
}

.conference-table thead tr th:not(:last-child),
.conference-table tbody tr td:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}

.conference-table thead tr th:last-child {
  border-right: none;
}

.conference-table thead tr th {
  padding: 20px 10px !important;
}

.conference-table tbody tr td {
  padding: 15px 10px !important;
}

.table-scroll {
  overflow-x: auto;
  width: 100%;
}

.table-scroll .conference-table {
  width: 100%;
  min-width: 900px;
}

@media screen and (max-width: 650px) {
  .conference-table colgroup {
    display: contents !important;
  }
}
/* color  */
.sub_bg {
  border-bottom: 5px solid #29b4d3;
  background-image: url("../img/background.jpg");
}

.language > a {
  background: #29b4d3;
  color: #fff;
}

table th {
  background-color: #fafafa;
}

.footer_wrap {
  background-color: #26272b;
}

.footer-a {
  text-decoration: none;
  color: #bebfc0;
}

.table_sec table {
  border-top: 2px solid #29b4d3;
}

.btn-gra {
  background: #29b4d3 !important; /* Old browsers */
  background: -moz-linear-gradient(left, #29b4d3 0%, #29b4d3 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #29b4d3 0%, #29b4d3 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #29b4d3 0%, #29b4d3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b4d3', endColorstr='#29b4d3',GradientType=1 ); /* IE6-9 */
  color: #fff;
}

.btn-gray {
  background: #00528c !important;
  color: #fff;
}

.btnM {
  font-size: 14px;
  max-height: 45px;
  padding: 20px;
}

.btn-gra.w100 {
  background: #29b4d3 !important; /* Old browsers */
  background: -moz-linear-gradient(left, #29b4d3 0%, #29b4d3 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #29b4d3 0%, #29b4d3 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #29b4d3 0%, #29b4d3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b4d3', endColorstr='#29b4d3',GradientType=1 ); /* IE6-9 */
}

.radio-box {
  cursor: pointer;
}

.radio-box.radio-big {
  font-size: 16px;
}

.radio-box.radio-small {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.radio-small .etc_wrap {
  margin-left: 78px !important;
}

hr.radio_hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border-width: 1px;
  border-color: #fff;
  height: 1px;
  line-height: 0;
  background: #dcdcdc;
  border: none;
}

.radio-small input.etc_input {
  height: 27px;
  font-size: 12px;
}

/* (encoding corrupted comment removed) */
.table-seminar thead th {
  background: #29b4d3;
  color: #ffffff;
}

.table-seminar thead th,
.table-seminar tfoot th {
  padding: 30px 0;
  border-left: 1px solid #ddd;
}

.table-seminar input[type=checkbox] + label:before {
  display: none;
}

.table-seminar tbody th {
  border-left: 1px solid #ddd;
  background: #ffffff;
}

.table-seminar tbody td,
.table-seminar tfoot td {
  border-right: 1px solid #ddd;
  padding: 12px !important;
  line-height: 24px;
}

.table-seminar tbody td:nth-of-type(1) {
  font-weight: bold;
}

.table-seminar tbody td {
  text-align: center !important;
}

.table-seminar tbody td:nth-of-type(1) {
  text-align: left !important;
}

.table-seminar tbody td:nth-last-child(2) {
  text-align: right !important;
  font-weight: bold;
}

.table-seminar tfoot td {
  text-align: center !important;
  font-size: 20px;
  font-weight: bold;
  color: #29b4d3;
}

.table-seminar input.btn-check {
  display: inline;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.table-seminar label.btn-check {
  display: inline-block;
  color: #29b4d3;
  background: #ffffff;
  border: 2px solid #29b4d3;
  padding: 5px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.table-seminar input.btn-check:checked + label.btn-check {
  color: #fff;
  background: #29b4d3;
  border: 2px solid #29b4d3;
  padding: 5px;
}

.table-seminar input.btn-check:focus:focus-visible + label.btn-check {
  outline: 3px solid rgba(41, 180, 211, 0.3137254902);
}

.table-seminar tbody tr.bg-light-blue td,
.bg-light-blue th {
  background: #f4f9fb !important;
}

.table-seminar tbody tr.bg-light-green td,
.bg-light-green th {
  background: #ffffff !important;
}

tr.border-top {
  border-top: 2px solid #29b4d3;
}

.normal-list {
  padding-left: 20px;
}

.normal-list li {
  position: relative;
  padding: 3px 0;
  list-style: none;
}

.normal-list li::after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #29b4d3;
}

/* (encoding corrupted comment removed) */
.close {
  position: absolute;
  top: 15px;
  right: 18px;
  cursor: pointer;
}

.text-primary {
  color: #0066e1;
}

.text-secondary {
  color: #999;
}

.bg-secondary {
  background: #787878;
}

.font-21 {
  font-size: 21px;
}

.font-14 {
  font-size: 14px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.button-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.button-box a {
  display: inline-block;
  width: 45%;
  height: 80px;
  margin: 2%;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px;
  color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1882352941);
}

.button-box.ko a {
  line-height: unset;
  padding: 10px 5px;
  box-sizing: border-box;
}

.button-box a:first-child {
  background: #00b7c5;
  border: 1px solid #00b7c5;
}

.button-box a:last-child {
  background: #b1d349;
  border: 1px solid #b1d349;
}

.button-box a:first-child:hover,
.button-box a:last-child:hover {
  filter: brightness(1.05);
  transform: translateY(-3px);
  transition: 0.2s;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1882352941);
}

.intro-text {
  margin-top: 110px;
  text-align: center;
  padding: 20px;
}

.d-sm-none {
  display: block;
}

@media screen and (max-width: 650px) {
  hr.radio_hr {
    margin-top: 13px;
    margin-bottom: 15px;
  }
  .radio-small .etc_wrap {
    margin-left: 5px !important;
  }
  .table-seminar {
    border: none !important;
  }
  .table-seminar thead {
    display: none;
  }
  .table-seminar tbody th,
  .table-seminar tfoot th {
    box-sizing: border-box;
    background: #fafafa;
    text-align: center;
    font-size: 20px !important;
    margin: 0;
    margin-top: 20px;
    padding: 15px 0;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .table-seminar tbody tr.bg-light-blue th {
    background: #0094e8 !important;
    color: #ffffff;
  }
  .table-seminar tbody tr.bg-light-green th {
    background: #85d68a !important;
    color: #ffffff;
  }
  .table-seminar tfoot th {
    background: #666666 !important;
    color: #ffffff;
  }
  .change_mo .table_sec .table-seminar tbody td,
  .change_mo .table_sec .table-seminar tfoot td {
    box-sizing: border-box;
    padding: 3px 10px !important;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 24px;
  }
  .change_mo .table_sec .table-seminar tbody td:not(:last-child) {
    display: grid;
    grid-template-columns: 5.5rem 1fr;
    grid-template-rows: minmax(1.2rem, auto);
    align-items: start;
    gap: 0 1rem;
    text-align: left;
    font-size: 16px;
  }
  body.en .change_mo .table_sec .table-seminar tbody td:not(:last-child) {
    display: grid;
    grid-template-columns: 6rem 1fr;
    grid-template-rows: minmax(1.2rem, auto);
    align-items: start;
    gap: 0 1rem;
    text-align: left;
    font-size: 16px;
  }
  .change_mo .table_sec .table-seminar tbody td:not(:last-child)::before {
    content: attr(data-title);
    font-weight: normal !important;
    padding-left: 10px;
    color: #666666;
  }
  .change_mo .table_sec .table-seminar tbody td:first-of-type {
    padding-top: 20px !important;
  }
  .change_mo .table_sec .table-seminar tbody td:last-child {
    border-bottom: 1px solid #ddd;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }
  .change_mo .table_sec .table-seminar tfoot td {
    padding: 20px !important;
  }
  .badge-purple {
    padding: 5px 10px;
    background: rgb(255, 222, 235);
    border: 1px solid rgb(128, 0, 70);
    border-radius: 20px;
  }
  .table-seminar tbody tr.bg-light-blue td {
    background: #ffffff !important;
  }
  .table-seminar tbody tr.bg-light-green td {
    background: #ffffff !important;
  }
  .table-seminar tbody td {
    text-align: left !important;
  }
  .table-seminar tbody td:nth-last-of-type(2) {
    text-align: left !important;
  }
  .table-seminar tbody td:last-child {
    text-align: center !important;
  }
  .table-seminar label.btn-check {
    min-width: 150px;
  }
  tr.border-top {
    border-top: unset;
  }
  .button-box a {
    display: block;
    width: 96%;
    margin: 40px 2%;
  }
  .intro-text {
    margin-top: 80px;
    padding: 20px;
  }
  .d-sm-none {
    display: none;
  }
}
/* qr 박스 */
.qrImg {
  width: 320px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: -40px;
  background: url("../img/qrimg-bg.png") no-repeat;
  background-size: cover;
}

.qrImg div {
  width: 190px;
  height: 190px;
  border: 10px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(125deg, #9bcb3b 0%, #00b7c5 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  text-align: center;
}

.qrImg div img {
  display: inline-block;
  width: 150px;
  margin-top: 20px;
}

@media screen and (max-width: 650px) {
  .qrImg {
    width: 200px;
    height: 200px;
    margin-top: 40px;
    margin-bottom: -20px;
  }
  .qrImg div {
    width: 120px;
    height: 120px;
    border: 5px solid transparent;
    border-radius: 10px;
  }
  .qrImg div img {
    width: 100px;
    margin-top: 10px;
  }
}
.btn-design {
  background: linear-gradient(to top, #1c859d 0%, #28aecb 100%) !important;
  border: 1px solid #065a6d;
  padding: 20px 70px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1882352941);
}/*# sourceMappingURL=main.css.map */