@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
@import "bootstrap/bootstrap.min.css";
@import "font-awesome/font-awesome.min.css";
@import "datepicker2.css";
input[type=text]::-ms-clear {
  display: none;
}

.common-content-main .main-content-info .main-content-organizer > div, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a span, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news, .common-content-main .main-content-info .main-content-intro > div, .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area:nth-child(even), .header .main-info-content .main-info-text {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* //UI디자인 스타일가이드 */
body, html, #root {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
  word-break: keep-all;
  font-weight: normal;
  font-size: 16px;
  color: #292929;
}
@media (max-width: 768px) {
  body, html, #root {
    font-size: 14px;
  }
}

.common-content-main .main-content-info .main-content-news .news-wrapper:after, .common-content-main .main-content-info .main-content-intro:after, .header .main-top-nav .header-nav .header-sub-menu > ul:after, .header .main-top .header-megamenu > ul:after {
  content: "";
  display: block;
  clear: both;
}

.img-container {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
}

.img-contain img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  max-width: 10%;
  max-height: 10%;
  -webkit-transform: scale(10);
  transform: scale(10);
}

.img-cover, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .m {
  overflow: hidden;
}
.img-cover img, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .m img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.color-white {
  color: #FFF;
}
.color-white-imp {
  color: #FFF !important;
}

.text-size-inh {
  font-size: inherit;
}
.text-size-inh-imp {
  font-size: inherit !important;
}

br.br-1024 {
  display: none;
}

@media (max-width: 1024px) {
  br.br-1024 {
    display: inline-block;
  }
  .display-over-1024 {
    display: none;
  }
}
.strong {
  font-weight: bold !important;
}

.not-account {
  word-break: break-all;
}

br {
  font-family: "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

.main-sub-title {
  font-family: "Noto Sans", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

body, html, #root {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

h1 {
  font-size: 58px;
  font-weight: bold;
  padding: 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h2 {
  font-size: 46px;
  font-weight: bold;
  font-family: "Noto Sans", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h3 {
  font-size: 30px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h4 {
  font-size: 22px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h5 {
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h6 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

.font-fas {
  font-family: "Font Awesome 5 Free";
}

::-webkit-scrollbar {
  width: 0; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */
@keyframes fadein-normal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein-normal { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein-normal { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein-normal { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    position: relative;
    top: 50px;
  }
  to {
    position: relative;
    top: 0px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    position: relative;
    top: 50px;
  }
  to {
    position: relative;
    top: 0px;
  }
}
@keyframes fadeinsmall {
  from {
    opacity: 0;
    position: relative;
    top: 30px;
  }
  to {
    opacity: 1;
    position: relative;
    top: 0;
  }
}
@keyframes fadeinsmall-2 {
  from {
    opacity: 0;
    position: absolute;
    top: 60%;
  }
  to {
    opacity: 1;
    position: absolute;
    top: 50%;
  }
}
.fade-in-effect-normal {
  animation: fadein-normal 3s;
  -moz-animation: fadein-normal 3s; /* Firefox */
  -webkit-animation: fadein-normal 3s; /* Safari and Chrome */
  -o-animation: fadein-normal 3s; /* Opera */
  opacity: 1 !important;
}

.fade-in-effect {
  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
  opacity: 1 !important;
}

.fade-in-effect-small {
  animation: fadeinsmall 1s;
  -moz-animation: fadeinsmall 1s; /* Firefox */
  -webkit-animation: fadeinsmall 1s; /* Safari and Chrome */
  -o-animation: fadeinsmall 1s; /* Opera */
  opacity: 1 !important;
}

.fade-in-effect-small-2 {
  animation: fadeinsmall 2s;
  -moz-animation: fadeinsmall 2s; /* Firefox */
  -webkit-animation: fadeinsmall 2s; /* Safari and Chrome */
  -o-animation: fadeinsmall 2s; /* Opera */
  opacity: 1 !important;
}

.fade-in-effect-small-3 {
  animation: fadeinsmall 3s;
  -moz-animation: fadeinsmall 3s; /* Firefox */
  -webkit-animation: fadeinsmall 3s; /* Safari and Chrome */
  -o-animation: fadeinsmall 3s; /* Opera */
  opacity: 1 !important;
}

.fade-in-effect-small-4 {
  animation: fadeinsmall-2 1s;
  -moz-animation: fadeinsmall-2 1s; /* Firefox */
  -webkit-animation: fadeinsmall-2 1s; /* Safari and Chrome */
  -o-animation: fadeinsmall-2 1s; /* Opera */
  opacity: 1 !important;
}

.common-content-wrapper {
  max-width: 1432px;
  margin: 0 auto;
  padding: 0 16px;
}
.common-content-wrapper.defalut-margin {
  max-width: none;
  padding: 0;
}
.common-content-wrapper.defalut-margin.login-bg {
  background: #F7F7F7;
}

html a, html a:visited, html a:link, html a:active, body a, body a:visited, body a:link, body a:active {
  text-decoration: none;
}

.shopping-bag {
  width: 15%;
}
.common-table {
  width: 100%;
}
.common-table th {
  background: #292929;
  color: white;
  border: 1px solid #292929;
}
.common-table th, .common-table td {
  padding: 10px;
  text-align: center;
}
.common-table tbody th, .common-table tbody td {
  border: 1px solid #CCC;
}
.common-table tbody th {
  background: #F7F7F7 !important;
  color: #292929;
  border-color: #CCC !important;
}

.margin-table {
  margin-bottom: 40px;
}

.text-color-red {
  color: red !important;
}

.text-color-black {
  color: #1D1D1D !important;
}

.table-over > div {
  overflow: auto;
}
.table-over > div .common-table {
  min-width: 550px;
}
@media (max-width: 576px) {
  .table-over > div .common-table {
    min-width: initial;
  }
}

.mobile-br {
  display: none;
}

.header {
  background-color: white;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.header .main-top {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 1000;
  background-color: white;
  height: 80px;
  border-bottom: 1px solid #EEEEEE;
}
.header .main-top .header-megamenu {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  height: 250px;
  display: none;
}
.header .main-top .header-megamenu.active {
  display: block;
}
.header .main-top .header-megamenu > div.active ~ .btn-area {
  display: inline-block;
}
.header .main-top .header-megamenu .btn-area {
  display: none;
}
.header .main-top .header-megamenu .btn-area .btn-close {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: 10;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.header .main-top .header-megamenu .megamenu-area {
  width: 100%;
  display: inline-block;
  position: fixed;
  top: 80px;
  left: 0;
  background: #FFFFFF;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.header .main-top .header-megamenu .megamenu-area.active {
  display: block;
  height: 250px;
}
.header .main-top .header-megamenu .megamenu-area .title-area {
  width: 45%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  float: left;
}
@media (max-width: 850px) {
  .header .main-top .header-megamenu .megamenu-area .title-area {
    width: 55%;
  }
}
.header .main-top .header-megamenu .megamenu-area .title-area .title-text {
  margin: 0;
  position: absolute;
  top: 50px;
  right: 80px;
  color: #555;
  font-weight: 500;
}
.header .main-top .header-megamenu .megamenu-area .title-area .title-text > span {
  color: #FB6A7B;
}
.header .main-top .header-megamenu .megamenu-area > ul {
  width: 55%;
  height: 100%;
  box-sizing: border-box;
  float: left;
  padding-top: 50px;
}
@media (max-width: 850px) {
  .header .main-top .header-megamenu .megamenu-area > ul {
    width: 45%;
  }
}
.header .main-top .header-megamenu .megamenu-area > ul > li {
  padding-bottom: 15px;
}
.header .main-top .header-megamenu .megamenu-area > ul > li:last-child {
  padding-bottom: 0;
}
.header .main-top .header-megamenu .megamenu-area > ul > li > a {
  color: #222222;
  font-weight: 500;
}
.header .main-top .header-megamenu .mobile-nav-list,
.header .main-top .header-megamenu .mobile-nav-detail-list {
  display: none;
}
.header .main-top .header-megamenu.d-3 > ul > li {
  width: 20%;
}
.header .main-top .header-megamenu .mobile-login-button {
  display: none;
}
.header .main-top .header-megamenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .main-top .header-megamenu > ul {
  display: block;
  width: 100%;
  min-width: 640px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.header .main-top .header-megamenu > ul > li {
  width: 20%;
  display: inline-block;
  float: left;
  text-align: center;
}
.header .main-top .header-megamenu > ul > li a, .header .main-top .header-megamenu > ul > li a:visited, .header .main-top .header-megamenu > ul > li a:active, .header .main-top .header-megamenu > ul > li a:hover {
  color: #292929;
}
.header .main-top .header-megamenu > ul > li ul li.menu {
  display: none;
}
.header .main-top .header-megamenu > ul > li ul li > .sub-menu {
  padding-left: 60px;
  text-align: left;
}
.header .main-top .header-megamenu > ul > li ul li a {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.header .main-top .header-megamenu > ul > li ul li span {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.header .main-top .header-megamenu > ul > li ul li:first-child a {
  padding-top: 20px;
}
.header .main-top .header-megamenu > ul > li ul li:last-child a, .header .main-top .header-megamenu > ul > li ul li:last-of-type a {
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .header .main-top .header-megamenu > ul {
    max-width: 550px;
    min-width: 500px;
  }
}
.header .main-top-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  height: 80px;
  position: relative;
}
.header .main-top-nav .header-logo, .header .main-top-nav .header-nav, .header .main-top-nav .header-right {
  display: inline-block;
  line-height: 80px;
}
.header .main-top-nav .header-logo {
  float: left;
  position: relative;
  z-index: 10;
}
.header .main-top-nav .header-logo img {
  width: 106px;
}
.header .main-top-nav .header-logo .mobile-logo {
  display: none;
}
.header .main-top-nav .header-logo .btn-left-arrow {
  display: none;
}
.header .main-top-nav .header-nav {
  float: right;
}
.header .main-top-nav .header-nav .header-sub-menu .white-space-2row {
  white-space: pre-wrap;
  line-height: 1em;
  height: 80px;
  float: inline-end;
  display: flex;
  align-items: center;
}
.header .main-top-nav .header-nav .header-sub-menu > ul > li {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-right: 35px;
  cursor: pointer;
}
.header .main-top-nav .header-nav .header-sub-menu > ul > li:last-child {
  margin-right: 0;
}
.header .main-top-nav .header-nav .header-sub-menu > ul > li > a {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.header .main-top-nav .header-nav .header-mobile-bottom {
  display: none;
}
.header .main-top-nav .header-nav a {
  margin: 0 18px;
  font-size: 18px;
  color: #292929;
  display: inline-block;
  font-weight: bold;
}
.header .main-top-nav .header-nav a:last-child {
  margin-right: 0;
}
.header .main-top-nav .header-nav > a {
  line-height: 79px;
}
.header .main-top-nav .header-nav li ul {
  background: white;
  display: none; /* 평상시에는 서브메뉴가 안보이게 하기 */
  height: auto;
  padding: 8px 0;
  position: absolute;
  width: 270px;
  z-index: 200;
  list-style: none;
  box-shadow: 2px 2px 10px 0 rgba(51, 51, 51, 0.2);
}
.header .main-top-nav .header-nav li ul .header-mouse-event {
  display: block;
}
.header .main-top-nav .header-nav li ul li {
  width: 100%;
  line-height: normal;
}
.header .main-top-nav .header-nav li ul li a {
  color: #292929;
  display: inline-block;
  width: 100%;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.header .main-top-nav .header-nav li ul li a:hover {
  display: block;
  color: #FF2E63;
}
.header .main-top-nav .header-nav li ul li .sub-menu {
  line-height: normal;
  padding-bottom: 6px;
}
.header .main-top-nav .header-nav li ul li .sub-menu a {
  padding: 10px 46px;
}
.header .main-top-nav .header-nav li ul li .sub-menu a:first-child {
  padding: 16px 36px;
  padding-bottom: 5px;
}
.header .main-top-nav .header-nav li ul li .sub-menu a:hover {
  text-decoration: underline;
}
.header .main-top-nav .header-nav > div > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.header .main-top-nav .header-nav > div > ul img {
  position: absolute;
  top: -14px;
  left: 44px;
  width: 17px;
}
.header .main-top-nav .header-nav > div > ul > li {
  display: inline-block;
}
.header .main-top-nav .header-nav > div > ul > li.header-mouse-event > ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.header .main-top-nav .header-nav > div > ul > li.header-mouse-event > ul ul {
  display: inline-block;
}
@media (max-width: 768px) {
  .header .main-top-nav .header-nav {
    display: none;
  }
}
.header .main-top-nav .mobile-right-btn {
  display: none;
}
.header .main-top-nav .mobile-right-btn button {
  border: 0;
  background: transparent;
}
.header .main-top-nav .header-right {
  color: white;
  font-size: 18px;
  float: right;
  text-align: right;
  font-weight: bold;
  line-height: normal;
  padding: 25px 0;
}
.header .main-top-nav .header-right a {
  display: inline-block;
  float: left;
  color: #292929;
}
.header .main-top-nav .header-right a:last-child {
  border: 0;
  padding-top: 1px;
  text-decoration: none;
}
.header .main-top-nav .header-right button {
  border: 0;
  background: transparent;
  padding: 0;
}
.header .main-top-nav .header-right img {
  width: 24px;
}
.header .main-top-nav .header-right .header-search {
  position: relative;
}
.header .main-top-nav .header-right .header-search .search-btn {
  padding-right: 16px;
}
.header .main-top-nav .header-right .header-search .search-btn.black {
  display: none;
}
.header .main-top-nav .header-right .header-search .search-input {
  display: none;
}
.header .main-top-nav .header-right .header-search .search-input.search-on {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  right: -10px;
  top: 50px;
}
.header .main-top-nav .header-right .header-search .search-input.search-on img {
  width: 10px;
  position: absolute;
  right: 29px;
  top: -9px;
}
.header .main-top-nav .header-right .header-search .search-input.search-on input {
  padding: 10px;
  width: 300px;
  font-size: 16px;
  border: 0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: #999;
}
.header .main-top-nav .header-right .login-btn {
  padding-left: 16px;
}
.header .main-top-nav .header-right .login-btn.r-border::after {
  content: "|";
  padding-left: 10px;
}
.header .main-top-nav .header-right .login-btn.r-border:last-child::after {
  content: "";
}
.header .main-info-content {
  margin-top: 80px;
  height: 591.6px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-color: black;
}
@media (max-width: 992px) {
  .header .main-info-content {
    height: 489.056px;
  }
}
@media (max-width: 768px) {
  .header .main-info-content {
    height: 650px !important;
  }
}
.header .main-info-content .main-info-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header .main-info-content .main-info-img .m {
  display: none;
}
@media (max-width: 768px) {
  .header .main-info-content .main-info-img .m {
    display: block;
    transform: scale(0.394);
  }
  .header .main-info-content .main-info-img .d {
    display: none;
  }
}
.header .main-info-content .main-info-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header .main-info-content .main-info-text {
  max-width: 100%;
  color: white;
  margin: 0 auto;
  text-align: center;
}
.header .main-info-content .main-info-text span {
  font-size: 18px;
}
.header .main-info-content .main-info-text h1 {
  color: white;
  margin-bottom: 36px;
  margin-top: 0;
  font-size: 55px;
}
.header .main-info-content .main-info-text h2 {
  display: none;
}
.header .main-info-content .main-info-text .mobile-hr {
  opacity: 0;
}
.header .main-info-content .main-info-text .web-hr {
  display: block;
  margin-top: 45px;
  margin-bottom: 30px;
}
.header .main-info-content .main-info-text h5 {
  margin: 0;
  font-weight: normal;
  line-height: 1.4em;
}
.header .main-info-content .main-info-text h6 {
  opacity: 0;
}
.header .main-info-content .main-info-text p {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .header .main-info-content .main-info-text {
    width: 100% !important;
    left: 0;
    text-align: center;
    margin-left: 0;
    max-width: initial;
  }
  .header .main-info-content .main-info-text h1 {
    font-size: 32px;
    margin-top: 10px;
  }
  .header .main-info-content .main-info-text p {
    font-size: 12px;
  }
  .header .main-info-content .main-info-text p.date-range {
    margin-top: 30px;
  }
  .header .main-info-content .main-info-text span {
    font-size: 15px;
  }
  .header .main-info-content .main-info-text h4 {
    font-size: 18px;
  }
  .header .main-info-content .main-info-text img {
    display: none;
  }
  .header .main-info-content .main-info-text .m {
    background-color: #0b2e13;
  }
}
@media (max-width: 768px) {
  .header .main-info-content {
    height: 752px;
  }
}
.header.sub {
  /*background: white;
  height:auto;*/
  background: url(/images/layout/kimex-main-banner@3x.png);
}
.header.sub .main-top {
  background: white;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.header.sub .main-top-nav .header-nav li {
  color: #677B8C;
}
.header.sub .main-top-nav .header-right a {
  border-color: #292929;
  color: #292929;
}
.header.sub .main-top-nav .web-logo {
  display: none;
}
.header.sub .main-top-nav .mobile-logo {
  display: inline-block;
}
.header.sub .header-right .header-search .search-btn.white {
  display: none;
}
.header.sub .header-right .header-search .search-btn.black {
  display: inline-block;
}
.header.top-sub .main-top {
  background: rgba(0, 0, 0, 0.5);
}
.header.sub-fix {
  background: white;
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 5;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.header.sub-fix .main-top-nav .header-nav a {
  color: #292929;
}
.header.sub-fix .main-top-nav .header-right {
  color: #292929;
}
.header.sub-fix .main-top-nav .header-right a {
  border-color: #292929;
  color: #292929;
}
.header.sub-fix .main-top-nav .web-logo {
  display: none;
}
.header.sub-fix .main-top-nav .mobile-logo {
  display: inline-block;
}
.header.sub-fix .header-right .header-search .search-btn.white {
  display: none;
}
.header.sub-fix .header-right .header-search .search-btn.black {
  display: inline-block;
}

.mobile-application-btn {
  display: none;
}

footer {
  color: #999;
  background: #F7F7F7;
}
footer .footer-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 60px 155px 60px;
  overflow: hidden;
}
footer .footer-top h5 {
  color: #777;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
footer .footer-top div {
  display: inline-block;
  width: 100%;
  float: left;
}
footer .footer-top .top-left .footer-logos {
  width: calc(28% - 4px);
  border-right: 1px solid #CCC;
}
@media (max-width: 1199px) {
  footer .footer-top .top-left .footer-logos {
    width: calc(25% - 4px);
  }
}
footer .footer-top .top-left .footer-logos > div {
  display: inline-block;
  float: left;
  width: auto;
}
footer .footer-top .top-left .footer-logos > div:first-child {
  padding: 0 30px 45px 0;
}
footer .footer-top .top-left .footer-logos > div:nth-child(2) {
  padding: 0 60px 45px 0;
}
@media (max-width: 1199px) {
  footer .footer-top .top-left .footer-logos > div:nth-child(2) {
    padding-right: 75px;
  }
}
footer .footer-top .top-left .footer-logos > div:last-child {
  padding: 0 60px 0 170px;
}
@media (max-width: 1199px) {
  footer .footer-top .top-left .footer-logos > div:last-child {
    padding: 0 60px 0 0px;
  }
}
footer .footer-top .top-left .footer-menu {
  width: 72%;
  padding-left: 40px;
}
footer .footer-top .top-left .footer-menu > div:first-child {
  width: 51%;
}
@media (max-width: 930px) {
  footer .footer-top .top-left .footer-menu > div:first-child {
    width: 43%;
  }
}
footer .footer-top .top-left .footer-menu > div:first-child > p {
  margin: 0;
  font-size: 14px;
}
footer .footer-top .top-left .footer-menu > div:first-child .text-fax {
  padding-bottom: 25px;
}
footer .footer-top .top-left .footer-menu > div:nth-child(2) {
  width: calc(30% - 7px);
}
@media (max-width: 966px) {
  footer .footer-top .top-left .footer-menu > div:nth-child(2) {
    width: calc(29% - 7px);
  }
}
footer .footer-top .top-left .footer-menu > div:nth-child(2) p {
  margin-bottom: 5px;
  font-size: 14px;
}
footer .footer-top .top-left .footer-menu > div:last-child {
  width: auto;
}
footer .footer-top .top-left .footer-menu > div:last-child > h5 {
  margin-bottom: 15px;
}
footer .footer-top .top-left .footer-menu a {
  color: #999;
}
footer .footer-top .top-right {
  width: 200px;
}
footer .footer-top .top-right h5 {
  margin-bottom: 35px;
  font-weight: bold;
}
footer .footer-top .top-right a {
  padding: 20px 0;
  border: 1px solid white;
  display: inline-block;
  width: calc((100% - 40px) / 2);
  text-align: center;
  height: 91px;
  margin-right: 35px;
  margin-bottom: 35px;
  float: left;
}
footer .footer-top .top-right a:nth-child(odd) {
  margin-right: 0;
}
footer .footer-top .top-right a:nth-child(3) {
  padding: 15px 0;
}
footer .footer-top .top-right a:nth-child(4) {
  padding: 25px 0;
  margin-bottom: 0;
}
footer .footer-top .top-right a:nth-child(5) {
  margin-bottom: 0;
}
footer .footer-top .top-right.tmp-logo a {
  border: 0;
  width: initial;
}
footer .footer-bottom {
  text-align: center;
  padding: 15px 0;
  background: #000;
  display: none;
}
footer .footer-bottom-fix {
  width: 100%;
  max-height: 90px;
  background: #FFF;
  box-shadow: 5px -1px 11px rgba(255, 255, 255, 0.1254901961);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  z-index: 3;
}
footer .footer-bottom-fix .footer-bottom-fix-left {
  width: 55%;
  max-height: 90px;
  float: left;
  padding: 31px 40px;
  display: inline-block;
}
@media (max-width: 1080px) {
  footer .footer-bottom-fix .footer-bottom-fix-left {
    width: 45%;
  }
}
footer .footer-bottom-fix .footer-bottom-fix-left .user-icon {
  float: left;
  padding-right: 15px;
}
footer .footer-bottom-fix .footer-bottom-fix-left .user-icon img {
  width: 25px;
  height: 25px;
}
footer .footer-bottom-fix .footer-bottom-fix-left .text {
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  vertical-align: middle;
  float: left;
}
footer .footer-bottom-fix .footer-bottom-fix-left .text.mypage {
  padding-right: 10px;
  border-right: 1px solid #222;
}
footer .footer-bottom-fix .footer-bottom-fix-left .text.logout {
  padding-left: 10px;
}
footer .footer-bottom-fix-right {
  width: 45%;
  height: 90px;
  float: left;
  display: inline-block;
  background: #FB6A7B;
  padding: 20px 0;
}
@media (max-width: 1080px) {
  footer .footer-bottom-fix-right {
    width: 55%;
  }
  footer .footer-bottom-fix-right .text-visitor img, footer .footer-bottom-fix-right .text-exhibitor img {
    display: none;
  }
}
footer .footer-bottom-fix-right > div {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
}
footer .footer-bottom-fix-right > div:first-child {
  border-right: 1px solid #CCC;
}
footer .footer-bottom-fix-right > div .footer-btn {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-bottom-fix-right .text-visitor img, footer .footer-bottom-fix-right .text-exhibitor img {
  padding-right: 10px;
}
footer .footer-bottom-fix-right .text-visitor span, footer .footer-bottom-fix-right .text-exhibitor span {
  font-size: 22px;
  font-weight: 500;
  color: #FFF;
  vertical-align: middle;
}
footer .footer-bottom-fix {
  display: flex !important;
  align-items: center;
}
footer .footer-bottom-fix .footer-bottom-fix-left .text-area div {
  display: flex;
  gap: 2%;
}
@media (max-width: 768px) {
  footer .footer-bottom-fix .footer-bottom-fix-left .text-area div {
    justify-content: center;
  }
}
footer .footer-bottom-fix-left .text-area div {
  display: flex;
  gap: 2%;
}
footer .footer-right-fix {
  position: fixed;
  bottom: 130px;
  right: 40px;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  footer .footer-right-fix {
    display: none;
  }
}
footer .footer-right-fix > ul > li {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 20px;
}
footer .footer-right-fix > ul > li .icon {
  width: 48px;
}
footer .footer-right-fix > ul > li:last-child {
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
  .web-br {
    display: none !important;
  }
  .mobile-br {
    display: flex;
    width: calc(100vw - 30px);
    justify-content: space-around;
    align-items: center;
  }
  .mobile-br th {
    width: 16.6666666667% !important;
    padding: 10px 0 !important;
  }
  .matching-list tbody tr {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .matching-list tbody tr td {
    width: 16.6666666667% !important;
    padding: 10px 0;
  }
  .matching-list tbody tr td a {
    word-break: break-all;
  }
  .common-content-wrapper {
    padding: 0 15px;
  }
  .common-content-wrapper.defalut-margin, .common-content-wrapper.news-room {
    padding: 0;
  }
  .mobile-application-btn {
    display: block;
    background: #FF2E63;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .mobile-application-btn a {
    padding: 24px 0;
    border-right: 1px solid white;
    color: #292929;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .mobile-application-btn a:last-child {
    border-right: 0;
  }
  .mobile-application-btn.mobile-open {
    display: none;
  }
  .header {
    margin-top: 60px;
    height: unset;
    position: relative;
    z-index: 1;
  }
  .header .main-top {
    height: 60px;
  }
  .header .main-top .main-top-nav {
    background: white;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
  }
  .header .main-top .main-top-nav .header-logo {
    padding: 0 50px;
    width: 100%;
    border-bottom: 1px solid #EEE;
    line-height: normal;
    height: 60px;
    position: relative;
    display: inline-block;
  }
  .header .main-top .main-top-nav .header-logo .logo-area {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 100px;
  }
  .header .main-top .main-top-nav .header-logo .web-logo {
    display: none;
  }
  .header .main-top .main-top-nav .header-logo .mobile-logo {
    display: inline-block;
    width: 96px;
  }
  .header .main-top .main-top-nav .header-logo .btn-left-arrow {
    width: 13px;
    position: absolute;
    top: 17px;
    left: 20px;
    display: none;
  }
  .header .main-top .main-top-nav .header-logo .btn-left-arrow.first-mobile-list-open, .header .main-top .main-top-nav .header-logo .btn-left-arrow.second-mobile-list-open {
    display: inline-block;
  }
  .header .main-top .main-top-nav .header-nav {
    display: none;
    padding: 0;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    height: 50px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
  }
  .header .main-top .main-top-nav .header-nav ::-webkit-scrollbar {
    display: none;
  }
  .header .main-top .main-top-nav .header-nav div {
    position: relative;
    min-width: 100%;
    line-height: 50px;
  }
  .header .main-top .main-top-nav .header-nav div a {
    display: inline-block;
    line-height: 50px;
    /*padding: 0 18px;*/
    padding-left: 16px;
    color: #292929;
    font-size: 16px;
    margin: 0;
  }
  .header .main-top .main-top-nav .header-nav div a:last-child {
    padding-right: 18px;
  }
  .header .main-top .main-top-nav .header-nav div a.active {
    color: #FF2E63;
    border-bottom: 2px solid #FF2E63;
  }
  .header .main-top .main-top-nav .mobile-right-btn {
    display: inline-block;
    float: right;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu {
    outline: 0;
    width: 18px;
    height: 20px;
    position: relative;
    bottom: 45px;
    left: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #222222;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu span:nth-child(1) {
    top: 0px;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu span:nth-child(2), .header .main-top .main-top-nav .mobile-right-btn .side-menu span:nth-child(3) {
    top: 8px;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu span:nth-child(4) {
    top: 16px;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu.list-open {
    display: none;
  }
  .header .main-top .main-top-nav .header-right {
    display: none;
  }
  .header .main-top .main-top-nav.mobile-open {
    height: 100%;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav {
    height: 100%;
    background: #101112;
    -webkit-transition: height 0.5s ease;
    white-space: normal;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .fa {
    display: inline-block;
    float: right;
    line-height: 38px;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div.header-sub-menu {
    padding: 20px 0;
    overflow: scroll;
    height: calc(100% - 36px - 36px - 94px);
    text-align: left;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div a {
    color: white;
    width: 100%;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div a.active {
    border-bottom: 0;
    color: #FF2E63;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul img {
    display: none;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li {
    display: block;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li a {
    padding: 0 16px;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li ul {
    height: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li:hover ul {
    height: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul {
    display: inline;
    position: relative;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li {
    padding: 0 16px;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li a {
    padding: 0 16px;
    line-height: 50px;
    border-top: 1px solid #333;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li a:last-child {
    border-bottom: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li:last-child a {
    border-bottom: 1px solid #333;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li .sub-menu {
    padding: 0;
    line-height: 0;
    padding-bottom: 10px;
    border-top: 1px solid #333;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li .sub-menu a {
    padding: 0 32px;
    line-height: 35px;
    border: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li .sub-menu a:first-child {
    padding: 0 16px;
    line-height: 40px;
    padding-top: 10px;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom {
    display: block;
    position: relative;
    z-index: 1000;
    padding: 0 16px;
    bottom: 0;
    background: #101112;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div {
    padding: 16px 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div a, .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div button {
    padding: 0px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #1D1D1D;
    margin-right: 10px;
    border: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div a img, .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div button img {
    width: 24px;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div a:last-child, .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div button:last-child {
    margin-right: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div .login-btn {
    width: calc(100% - 130px);
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom .mobile-search {
    position: absolute;
    width: 100%;
    bottom: 85px;
    height: 40px;
    display: none;
    padding: 5px 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom .mobile-search.open {
    display: block;
  }
  .header .main-top .header-megamenu {
    padding: 0;
  }
  .header .main-top .header-megamenu.mobile-open {
    display: block;
  }
  .header .main-top .header-megamenu .mobile-nav-list {
    display: none;
  }
  .header .main-top .header-megamenu .mobile-nav-list.first-mobile-list-open {
    display: block !important;
    z-index: 10;
    height: calc(100vh - 60px);
    margin-top: 60px;
    top: 0;
    overflow: scroll;
    background-color: white;
    padding: 35px 0 0 20px;
  }
  .header .main-top .header-megamenu .mobile-nav-list > ul {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .header .main-top .header-megamenu .mobile-nav-list > ul > li {
    color: #555;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .header .main-top .header-megamenu .mobile-nav-list > ul > li:last-child {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #999999;
  }
  .header .main-top .header-megamenu .mobile-nav-list > ul > li .logout {
    color: #999;
  }
  .header .main-top .header-megamenu .mobile-nav-list > ul > li > a {
    color: #555;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list {
    display: none;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list .title-area .title-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #555;
    margin: 0;
    padding-bottom: 35px;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list .title-area .title-text > span {
    color: #FB6A7B;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list.second-mobile-list-open {
    display: block !important;
    z-index: 10;
    height: calc(100vh - 60px);
    margin-top: 60px;
    top: 0;
    overflow: scroll;
    background-color: white;
    padding: 35px 0 0 20px;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list > ul {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list > ul > li {
    padding-bottom: 20px;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list > ul > li > a {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
  }
  .header .main-info-content {
    margin-top: 60px;
  }
  .header .main-info-content .main-info-text p {
    margin-bottom: 5px;
  }
  .header .main-info-content .main-info-text span {
    font-size: 12px;
  }
  .header .main-info-content .main-info-text h1 {
    font-size: 35px;
    margin: 0 0 20px 0;
  }
  .header .main-info-content .main-info-text h2 {
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 30px;
    display: block;
  }
  .header .main-info-content .main-info-text .mobile-hr {
    opacity: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .header .main-info-content .main-info-text .web-hr {
    display: none;
  }
  .header .main-info-content .main-info-text h5 {
    display: none;
  }
  .header .main-info-content .main-info-text h6 {
    opacity: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    margin-bottom: 25px;
  }
  .header.sub .main-top-nav {
    padding: 0;
  }
  footer .footer-top {
    padding: 20px 20px 0 20px;
  }
  footer .footer-top .top-left .footer-logos {
    width: 100%;
    position: relative;
    border-right: none;
    border-bottom: 1px solid #EEE;
  }
  footer .footer-top .top-left .footer-logos > div {
    clear: both;
    float: initial;
  }
  footer .footer-top .top-left .footer-logos > div:first-child {
    padding: 0 20px 15px 0;
  }
  footer .footer-top .top-left .footer-logos > div:first-child img {
    width: 94px;
  }
  footer .footer-top .top-left .footer-logos > div:nth-child(n+2) {
    padding: 0;
  }
  footer .footer-top .top-left .footer-logos > div:nth-child(n+2) img {
    width: 50px;
    height: 35px;
  }
  footer .footer-top .top-left .footer-logos > div:last-child {
    padding: 0;
  }
  footer .footer-top .top-left .footer-logos > div:last-child img {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
  }
  footer .footer-top .top-left .footer-menu {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  footer .footer-top .top-left .footer-menu > div {
    padding-right: 0;
    margin-bottom: 25px;
  }
  footer .footer-top .top-left .footer-menu > div h5 {
    font-size: 16px;
    color: #222;
  }
  footer .footer-top .top-left .footer-menu > div:first-child {
    width: 100%;
  }
  footer .footer-top .top-left .footer-menu > div:first-child .text-address {
    padding-bottom: 5px;
  }
  footer .footer-top .top-left .footer-menu > div:first-child .text-tel {
    display: inline-block;
    padding-right: 15px;
  }
  footer .footer-top .top-left .footer-menu > div:first-child .text-fax {
    display: inline-block;
    padding-bottom: 0;
  }
  footer .footer-top .top-left .footer-menu > div:nth-child(2) {
    width: 100%;
  }
  footer .footer-top .top-left .footer-menu > div:nth-child(2) .menu-group {
    display: inline-block;
  }
  footer .footer-top .top-left .footer-menu > div:nth-child(2) .menu-group > p {
    float: left;
    width: 50%;
  }
  footer .footer-top .top-left .footer-menu > div:nth-child(2) .menu-group .text-intro {
    padding-bottom: 5px;
  }
  footer .footer-top .top-left .footer-menu > div:last-child {
    width: 100%;
  }
  footer .footer-top .top-left .footer-menu .text-copyright {
    display: none;
  }
  footer .footer-bottom {
    text-align: center;
    padding: 10px 0;
    background: #000;
    display: block;
    height: 100px !important;
  }
  footer .footer-bottom-fix {
    display: none;
    width: 100%;
    min-height: 60px;
    background: #FFF;
    box-shadow: 5px -1px 11px rgba(255, 255, 255, 0.1254901961);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left {
    width: 20%;
    min-height: 60px;
    float: left;
    display: block;
    text-align: center;
    padding: 6px 0;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left .user-icon {
    float: initial;
    padding-right: 0;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left .user-icon img {
    width: 25px;
    height: 25px;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left .text {
    font-size: 14px;
    float: initial;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left .text.mypage {
    padding-right: 0;
    border-right: none;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left .text.logout {
    display: none;
  }
  footer .footer-bottom-fix-right {
    width: 80%;
    min-height: 60px;
    display: block;
    padding: 13px 0;
  }
  footer .footer-bottom-fix-right > div {
    padding: 6px 0;
  }
  footer .footer-bottom-fix-right .text-visitor img, footer .footer-bottom-fix-right .text-exhibitor img {
    display: none;
  }
  footer .footer-bottom-fix-right .text-visitor span, footer .footer-bottom-fix-right .text-exhibitor span {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    vertical-align: middle;
  }
}
.display-none {
  display: none !important;
}

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

.disabled-background {
  background-color: #C8C8C8 !important;
}

.question-wrapper {
  position: absolute;
  z-index: 1;
}

.color-point {
  color: #FB6A7B;
}

.gradient-45deg-light-blue-cyan {
  background: #FFC107 !important;
}

.card-content {
  color: #292929;
  padding: 10px 20px;
  width: 230px;
  border-radius: 0 0 2px 2px;
  transition: box-shadow 0.25s;
}
.card-content p {
  margin: 0;
}

.lp-50 {
  letter-spacing: 50px;
}

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

#modalPopupSchedule .modal-content {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#modalPopupSchedule .modal-content .body-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-content .main-content-title {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.main-content .main-content-title div {
  width: 100%;
  text-align: center;
}

.login, .logout {
  padding-right: 10px;
  border-right: 1px solid #222;
}

.changeCountry {
  padding-left: 10px;
}

.main-notice {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 506px;
  height: 100%;
  background-image: url(/images/layout/main_notice_bg.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  .main-notice {
    display: block;
    height: auto;
  }
}
.main-notice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.main-notice .bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.9;
}
.main-notice .main-notice-left {
  margin-right: 36px;
  position: relative;
  top: 50%;
  background-color: white;
  width: 60%;
  min-height: 400px;
  height: 100%;
  padding: 30px 35px;
}
@media (max-width: 768px) {
  .main-notice .main-notice-left {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px;
    top: 0;
    transform: translateY(0);
  }
}
.main-notice .main-notice-left .more {
  margin-right: 0 !important;
  padding-right: 0 !important;
  text-align: end !important;
}
.main-notice .main-notice-left .more a i {
  text-decoration: none;
  color: black;
}
.main-notice .main-notice-left .board-title {
  width: 100%;
  display: flex;
  border-bottom: 2px solid #292929;
}
.main-notice .main-notice-left .board-title div {
  width: 20%;
  text-align: center;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #999;
}
@media (max-width: 768px) {
  .main-notice .main-notice-left .board-title div {
    font-size: 15px;
  }
}
.main-notice .main-notice-left .board-title div.active {
  color: black;
  position: relative;
}
.main-notice .main-notice-left .board-title div.active::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: 0;
  height: 4px;
  background-color: #FB6A7B;
}
.main-notice .main-notice-left .first {
  width: 100%;
  display: inline-block;
  padding: 7px 19px 17px 19px;
  margin-bottom: 17px;
}
.main-notice .main-notice-left .first p {
  height: 1.2em;
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .main-notice .main-notice-left .first p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
  }
}
.main-notice .main-notice-left .first span {
  border-bottom: 1px solid #979797;
  height: 3em;
  text-decoration: none;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: normal;
}
.main-notice .main-notice-left .other-board {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: black;
  padding: 7px 19px 7px 19px;
}
.main-notice .main-notice-left .other-board p {
  width: 80%;
  display: -webkit-box;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  height: 1.2em;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .main-notice .main-notice-left .other-board p {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .main-notice .main-notice-left .other-board span {
    font-size: 12px;
  }
}
.main-notice .main-notice-right {
  width: 30%;
  position: relative;
  top: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-notice .main-notice-right {
    width: 100%;
    height: auto;
    top: 0;
    transform: translateY(0);
  }
}
.main-notice .main-notice-right .main_bg_office {
  object-fit: cover;
  display: block;
  min-height: 400px;
  height: 100%;
  width: 100%;
}
.main-notice .main-notice-right .main_bg_office_m {
  display: none;
}
@media (max-width: 768px) {
  .main-notice .main-notice-right .main_bg_office {
    display: none;
  }
  .main-notice .main-notice-right .main_bg_office_m {
    display: block;
    width: 100%;
  }
}
.main-notice .main-notice-right div {
  position: absolute;
  bottom: 0;
  padding: 5%;
  width: 100%;
  text-align: center;
}
.main-notice .main-notice-right div p {
  width: 100%;
  color: white;
  margin: 0 0 10px 0;
}
.main-notice .main-notice-right div p:first-child {
  font-size: 30px;
  font-weight: bold;
}
.main-notice .main-notice-right div p:last-child {
  font-size: 20px;
}

.notice-btn, .news-letter-btn, .guide-btn, .more {
  user-select: none;
  cursor: pointer;
}

.common-content-main .main-sub-title {
  font-size: 120px;
  font-weight: bold;
}
.common-content-main .main-text-pattern {
  margin-bottom: 16px;
}
.common-content-main .main-top-title {
  position: relative;
  height: 220px;
}
.common-content-main .main-top-title h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  letter-spacing: -1.5px;
}
.common-content-main .main-top-title .main-line {
  display: inline-block;
  width: 76px;
  height: 1px;
  border: solid 3px #225EDF;
  margin-bottom: 16px;
}
.common-content-main .main-top-title .main-sub-title {
  position: relative;
  top: -70px;
  z-index: 0;
}
.common-content-main .common-content-wrapper {
  z-index: 0;
  position: relative;
}
.common-content-main .common-content-wrapper .booth-info {
  display: flex;
}
.common-content-main .common-content-wrapper .booth-info .booth3 {
  width: 50%;
}
.common-content-main .common-content-wrapper .booth-info .booth4 {
  width: 50%;
}
.common-content-main .main-content-info .common-content-wrapper {
  padding-top: 128px;
  padding-bottom: 128px;
}
.common-content-main .main-content-exhibitors .common-content-wrapper {
  padding-top: 128px;
}
.common-content-main .main-content-info {
  position: relative;
}
.common-content-main .main-content-info .main-title {
  text-align: center;
}
.common-content-main .main-content-info .main-title > h3 {
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  line-height: 55px;
  color: #677B8C;
}
.common-content-main .main-content-info .main-title > p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #999999;
}
.common-content-main .main-content-info .main-content-description {
  padding-top: 160px;
  padding-bottom: 160px;
  text-align: center;
}
.common-content-main .main-content-info .main-content-description .img-wrapper {
  padding-bottom: 30px;
}
.common-content-main .main-content-info .main-content-description .img-wrapper .main-description-img {
  width: 83px;
}
.common-content-main .main-content-info .main-content-description .text-wrapper .text {
  margin: 0;
  font-size: 18px;
  color: #222222;
  line-height: 26px;
}
.common-content-main .main-content-info .main-content-description .text-wrapper .text .web-br {
  display: block;
}
.common-content-main .main-content-info .main-content-notice .notice-content-wrapper {
  max-width: 900px;
  display: flex;
  margin: 0 auto;
  padding: 70px 0 160px 0;
  background: #FFF;
}
.common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-left {
  width: 50%;
  float: left;
}
.common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-left .main-notice-img {
  width: 95%;
}
.common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-right {
  width: 50%;
  float: left;
  padding: 20px 0 0 30px;
}
.common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-right .title {
  display: block;
  padding-bottom: 20px;
}
.common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-right .title h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #222222;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid #677B8C;
  display: inline-block;
}
.common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-right .notice-content > a {
  position: relative;
}
.common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-right .notice-content > a > p {
  font-size: 18px;
  line-height: 26px;
  color: #222222;
  padding-bottom: 15px;
  padding-right: 35px;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 15px;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-right .notice-content > a > p .main-notice-plus-img {
  width: 15px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.common-content-main .main-content-info .main-content-future {
  width: 100%;
  padding-top: 100px;
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.common-content-main .main-content-info .main-content-future .future-content-wrapper {
  max-width: 900px;
  margin: auto;
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
}
.common-content-main .main-content-info .main-content-future .future-content-wrapper:after {
  content: "";
  clear: both;
}
.common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area {
  opacity: 0;
  height: 580px;
  margin-left: auto;
  width: 350px;
}
.common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area:nth-child(even) {
  float: left;
  position: absolute !important;
}
.common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area:first-child {
  margin-bottom: 464px;
}
.common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area .content-img, .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area .content-img img {
  width: 100%;
}
.common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area .content-title > h4 {
  margin: 5px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #677B8C;
}
.common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area .content-desc > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #999999;
}
@media (max-width: 992px) {
  .common-content-main .main-content-info .main-content-future .future-content-wrapper {
    max-width: 75%;
  }
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area:first-child {
    margin-bottom: 580px;
  }
}
@media (max-width: 940px) {
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area {
    width: 320px;
  }
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area:first-child {
    margin-bottom: 522px;
  }
}
@media (max-width: 900px) {
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area {
    width: 305px;
  }
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area:first-child {
    margin-bottom: 464px;
  }
}
@media (max-width: 840px) {
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area {
    width: 280px;
  }
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area:first-child {
    margin-bottom: 406px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future .future-content-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area {
    width: 220px;
    height: 396px;
  }
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area:first-child {
    margin-bottom: 316.8px;
  }
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area .content-title h4 {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0 0 0;
  }
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area .content-desc p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area:first-child {
    margin-bottom: 594px;
  }
}
.common-content-main .main-content-info .main-content-future2 {
  width: 100%;
  padding-top: 100px;
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 {
    padding-top: 50px;
  }
}
.common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 {
  max-width: 900px;
  margin: auto;
  height: 1800px;
  position: relative;
}
@media (max-width: 992px) {
  .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 {
    max-width: 75%;
    height: 2100px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 {
    height: 1610px;
  }
}
.common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-area2 {
  opacity: 0;
  width: 350px;
  height: 580px;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-area2 {
    width: 218px;
  }
}
.common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-area2 .content-img, .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-area2 .content-img img {
  width: 350px;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-area2 .content-img, .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-area2 .content-img img {
    width: 218px;
  }
}
.common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-area2 .content-title > h4 {
  margin: 5px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #677B8C;
}
.common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-area2 .content-desc > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #999999;
}
.common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-first2 {
  position: absolute;
  top: 110px;
  right: 0;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-first2 {
    top: 60px;
  }
}
.common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-best2 {
  position: absolute;
  top: 610px;
  left: 0;
}
@media (max-width: 992px) {
  .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-best2 {
    top: 760px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-best2 {
    top: 575px;
  }
}
.common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-safety2 {
  position: absolute;
  top: 1130px;
  right: 0;
}
@media (max-width: 992px) {
  .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-safety2 {
    top: 1405px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .future-content-wrapper2 .content-safety2 {
    top: 1080px;
  }
}
.common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 {
  max-width: 900px;
  margin: auto;
  height: 1810px;
  position: relative;
}
@media (max-width: 992px) {
  .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 {
    max-width: 75%;
    height: 2100px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 {
    height: 1750px;
  }
}
.common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-area2 {
  opacity: 0;
  width: 350px;
  height: 580px;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-area2 {
    width: 218px;
  }
}
.common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-area2 .content-img, .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-area2 .content-img img {
  width: 350px;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-area2 .content-img, .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-area2 .content-img img {
    width: 218px;
  }
}
.common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-area2 .content-title > h4 {
  margin: 5px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #677B8C;
}
.common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-area2 .content-desc > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #999999;
}
.common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-first2 {
  position: absolute;
  top: 60px;
  right: 0;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-first2 {
    top: 60px;
  }
}
.common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-best2 {
  position: absolute;
  top: 610px;
  left: 0;
}
@media (max-width: 992px) {
  .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-best2 {
    top: 760px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-best2 {
    top: 610px;
  }
}
.common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-safety2 {
  position: absolute;
  top: 1130px;
  right: 0;
}
@media (max-width: 992px) {
  .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-safety2 {
    top: 1405px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-future2 .en-future-content-wrapper2 .content-safety2 {
    top: 1170px;
  }
}
.common-content-main .main-content-info .main-content-video {
  width: 100%;
  padding-top: 160px;
  background: white;
}
.common-content-main .main-content-info .main-content-video .video-content-wrapper {
  max-width: 900px;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 100px;
}
.common-content-main .main-content-info .main-content-video .video-content-wrapper .video-content-area {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}
.common-content-main .main-content-info .main-content-video .video-content-wrapper .video-content-area .highlight-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.common-content-main .main-content-info .main-content-video .video-content-wrapper .video-content-area .main-video-iframe {
  height: 506px;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-video .video-content-wrapper .video-content-area .main-video-iframe {
    height: 450px;
  }
}
@media (max-width: 550px) {
  .common-content-main .main-content-info .main-content-video .video-content-wrapper .video-content-area .main-video-iframe {
    height: 310px;
  }
}
.common-content-main .main-content-info .main-content-numbers {
  text-align: center;
  margin-bottom: 0;
}
.common-content-main .main-content-info .main-content-numbers.main-bg2 {
  background-image: url("/images/layout/main_bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-numbers.main-bg2 {
    background-image: url("/images/layout/main_bg2_m.jpg");
  }
}
.common-content-main .main-content-info .main-content-numbers .content-numbers-bg {
  height: 155px;
  position: relative;
  color: #FFF;
}
.common-content-main .main-content-info .main-content-numbers .content-numbers-bg:before {
  content: "";
  background-color: #FF2E63;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)";
  filter: alpha(opacity=9);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-numbers .content-numbers-bg {
    height: 80px;
  }
}
.common-content-main .main-content-info .main-content-numbers .main-sub-title {
  transform: translateY(-60%);
  color: #F7F7F7;
  opacity: 0.2;
  position: relative;
  top: 50%;
}
.common-content-main .main-content-info .main-content-numbers .numbers-contents {
  width: 100%;
  padding: 100px 0 200px 0;
}
.common-content-main .main-content-info .main-content-numbers .numbers-contents > div {
  position: relative;
  display: inline-block;
  margin-right: 130px;
}
.common-content-main .main-content-info .main-content-numbers .numbers-contents > div h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  color: #677B8C;
  margin-bottom: 0;
}
.common-content-main .main-content-info .main-content-numbers .numbers-contents > div span {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #999999;
}
.common-content-main .main-content-info .main-content-numbers .numbers-contents > div:last-child, .common-content-main .main-content-info .main-content-numbers .numbers-contents > div:last-of-type {
  margin-right: 0;
}
.common-content-main .main-content-info .main-content-numbers .numbers-contents > div:after {
  content: "∙";
  position: absolute !important;
  top: 27%;
  right: -70px;
  font-weight: bold;
  font-size: 30px;
  color: #677B8C;
}
.common-content-main .main-content-info .main-content-numbers .numbers-contents > div:last-of-type:after, .common-content-main .main-content-info .main-content-numbers .numbers-contents > div:last-child:after {
  content: "";
}
.common-content-main .main-content-info .main-content-intro {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 294px;
  position: relative;
}
.common-content-main .main-content-info .main-content-intro > div {
  width: 25%;
  display: inline-block;
  float: left;
  text-align: center;
  position: relative;
  top: 50%;
}
.common-content-main .main-content-info .main-content-intro > div:after {
  content: "";
  position: absolute;
  height: 135px;
  width: 2px;
  top: 0;
  right: 0;
  background-color: #F7F7F7;
}
.common-content-main .main-content-info .main-content-intro > div:last-child:after, .common-content-main .main-content-info .main-content-intro > div:last-of-type:after {
  display: none;
}
.common-content-main .main-content-info .main-content-intro > div a {
  display: inline-block;
  width: auto;
  padding: 25px;
  background-color: #F7F7F7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.common-content-main .main-content-info .main-content-intro > div a img {
  width: 85px;
}
.common-content-main .main-content-info .main-content-intro > div p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-intro {
    height: 165px;
  }
  .common-content-main .main-content-info .main-content-intro > div:after {
    height: 60px;
  }
  .common-content-main .main-content-info .main-content-intro > div a {
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .common-content-main .main-content-info .main-content-intro > div a img {
    width: 40px;
  }
  .common-content-main .main-content-info .main-content-intro > div P {
    font-size: 14px;
  }
}
.common-content-main .main-content-info .main-content-news {
  height: 506px;
  position: relative;
  background-image: url("/images/layout/main_bg3.jpg");
  background-size: cover;
  background-position: center;
}
.common-content-main .main-content-info .main-content-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.common-content-main .main-content-info .main-content-news .news-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.common-content-main .main-content-info .main-content-news .news-wrapper a, .common-content-main .main-content-info .main-content-news .news-wrapper a:visited, .common-content-main .main-content-info .main-content-news .news-wrapper a:active, .common-content-main .main-content-info .main-content-news .news-wrapper a:hover {
  color: #292929;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news {
  width: calc(100% - 376px - 36px);
  display: inline-block;
  margin-right: 36px;
  float: left;
  height: 386px;
  padding: 30px 35px;
  background-color: white;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-top {
  border-bottom: 2px solid #292929;
  display: block;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-top a {
  font-size: 24px;
  color: #999;
  font-weight: bold;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 24px;
  display: inline-block;
  position: relative;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-top a.active {
  color: #292929;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-top a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: 0;
  height: 4px;
  background-color: #FC1851;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-top a.more {
  color: #292929;
  float: right;
}
@media (max-width: 992px) {
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-top a {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content {
  display: none;
  background-color: white;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a {
  display: block;
  padding: 7px 109px 7px 19px;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  height: calc(1em + 14px);
  overflow: hidden;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a p {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  height: 1.2em;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a span {
  right: 19px;
  position: absolute !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a.first {
  border-bottom: 1px solid #979797;
  margin-bottom: 17px;
  padding: 7px 19px 17px 19px;
  height: auto;
  -webkit-line-clamp: initial;
  overflow: initial;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a.first p {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a.first span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative !important;
  right: auto;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  height: 3em;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: keep-all;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content.active {
  display: block;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-img {
  height: 386px;
  width: 376px;
  display: inline-block;
  float: left;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-img img {
  width: 100%;
  height: 100%;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-img > div.desc {
  position: absolute !important;
  width: 100%;
  color: white;
  padding-left: 20px;
  left: 0;
  bottom: 20px;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-img > div.desc p {
  font-size: 30px;
  font-weight: bold;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-img > div.desc span {
  font-size: 20px;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .m {
  display: none;
  width: 100%;
  height: 100%;
}
.common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .m img {
  width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img {
    width: 100%;
    height: 193px;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .d {
    display: none;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .m {
    display: block;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img > div.desc p {
    font-size: 24px;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img > div.desc span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news {
    width: 100%;
    margin-top: 40px;
    padding: 20px 10px;
    height: 350px;
    top: 0 !important;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-top a {
    font-size: 15px;
    padding-bottom: 15px;
    width: calc((100% - 50px) / 4);
    text-align: center;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-top a.more {
    width: 30px;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-top a.active:after {
    bottom: -2px;
    left: 0;
    height: 2px;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content {
    background-color: rgba(255, 255, 255, 0);
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content p, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content span {
    font-size: 12px;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a {
    padding: 7px 109px 17px 7px;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a.first {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 7px 7px 17px 7px;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a.first p {
    margin-top: 15px;
    font-size: 14px;
  }
  .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img {
    margin-top: 40px;
    overflow: hidden;
    top: 0 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-news {
    height: unset;
  }
}
.common-content-main .main-content-info .main-content-safety {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-safety {
    padding-top: 10px;
  }
}
.common-content-main .main-content-info .main-content-safety .main-safe-title1 {
  font-weight: bold;
  display: inline-block;
  float: left;
  padding-top: 10px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-safety .main-safe-title1 {
    margin-top: 0px;
  }
}
.common-content-main .main-content-info .main-content-safety .main-safe-icon {
  width: 33%;
}
@media (max-width: 576px) {
  .common-content-main .main-content-info .main-content-safety .main-safe-icon {
    width: auto;
  }
}
.common-content-main .main-content-info .main-content-safety .main-safe-icon img {
  width: 56px;
  height: 56px;
  display: inline-block;
  float: left;
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-safety .main-safe-icon img {
    width: 35px;
    height: 35px;
    margin-top: 13px;
  }
}
.common-content-main .main-content-info .main-content-safety .main-safe-title2 {
  display: inline-block;
  font-size: 32px;
  padding-left: 190px;
}
.common-content-main .main-content-info .main-content-safety .main-safe-title2 h3 {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .common-content-main .main-content-info .main-content-safety .main-safe-title2 {
    padding-left: 150px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-safety .main-safe-title2 {
    padding-left: 5px;
  }
  .common-content-main .main-content-info .main-content-safety .main-safe-title2 h3 {
    font-size: 32px;
    padding-left: 10px;
  }
}
@media (max-width: 576px) {
  .common-content-main .main-content-info .main-content-safety .main-safe-title2 h3 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
}
.common-content-main .main-content-info .main-content-safety > h5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 5px;
}
.common-content-main .main-content-info .main-content-safety .main-safe-contentbox .main-safe-box {
  display: inline-block;
}
.common-content-main .main-content-info .main-content-safety .main-safe-contentbox .main-safe-box img {
  width: 273px;
  height: 180px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .common-content-main .main-content-info .main-content-safety .main-safe-contentbox .main-safe-box img {
    width: 252px;
    height: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-safety .main-safe-contentbox .main-safe-box img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
}
.common-content-main .main-content-info .main-content-safety .main-safe-contentbox .main-safe-txt .main-safe-p {
  width: 273px;
  height: 55px;
  background-color: red;
}
.common-content-main .main-content-info .main-content-safety .main-safe-contentbox .main-safe-txt .main-safe-p > p {
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 55px;
}
.common-content-main .main-content-info .main-content-organizer {
  height: 95px;
  background-color: white;
  text-align: center;
  position: relative;
}
.common-content-main .main-content-info .main-content-organizer > div {
  position: absolute;
  display: inline-block;
  font-size: 18px;
}
.common-content-main .main-content-info .main-content-organizer > div span {
  margin-right: 16px;
}
.common-content-main .main-content-info .main-content-organizer > div span:after {
  content: "";
  margin-left: 16px;
  width: 1px;
  height: 1em;
  display: inline-block;
  background-color: #979797;
}
.common-content-main .main-content-info .main-content-organizer > div span:last-of-type, .common-content-main .main-content-info .main-content-organizer > div span:last-child {
  margin-left: 60px;
}
.common-content-main .main-content-info .main-content-organizer > div > div {
  display: inline-block;
}
.common-content-main .main-content-info .main-content-organizer > div > div img {
  margin-left: 16px;
  margin-right: 16px;
  height: 35px;
}
@media (max-width: 992px) {
  .common-content-main .main-content-info .main-content-organizer > div span {
    margin-right: 5px;
  }
  .common-content-main .main-content-info .main-content-organizer > div span:last-of-type, .common-content-main .main-content-info .main-content-organizer > div span:last-child {
    margin-left: 10px;
  }
  .common-content-main .main-content-info .main-content-organizer > div > div img {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .main-content-organizer {
    display: none;
  }
}
.common-content-main .main-content-info .common-content-wrapper {
  padding-bottom: 0;
}
.common-content-main .main-content-info h2 {
  margin-bottom: 35px;
}
.common-content-main .main-content-info .circle-top {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: -50px;
}
.common-content-main .main-content-info .circle-line {
  width: 200px;
  height: 200px;
}
.common-content-main .main-content-info .circle {
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 60px;
}
.common-content-main .main-content-info .info-pattern-side {
  width: 230px;
  top: 40px;
  right: -70px;
}
.common-content-main .main-content-info .info-pattern {
  height: 125px;
  bottom: 12px;
  right: 250px;
}
.common-content-main .main-content-info .main-top-title {
  opacity: 0;
}
.common-content-main .main-content-info .info-contents {
  overflow: hidden;
  position: relative;
}
.common-content-main .main-content-info .info-contents > div {
  display: inline-block;
  float: left;
}
.common-content-main .main-content-info .info-contents > div h4 {
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 34px;
}
.common-content-main .main-content-info .info-contents .info-right-text {
  opacity: 0;
  position: absolute;
  top: 50%;
  background: white;
  transform: translateY(-46%);
  left: 500px;
}
.common-content-main .main-content-info .info-contents .info-right-text span {
  color: #FF2E63;
}
.common-content-main .main-content-info .info-contents .info-right-text h3 {
  margin-bottom: 24px;
}
.common-content-main .main-content-info .info-contents .info-left-img {
  opacity: 0;
}
.common-content-main .main-content-info .info-contents .info-left-img .circle-main-img { /*width: 514px;height: 514px;*/ }
.common-content-main .main-content-info .info-contents .info-left-img.mobile-new-line {
  display: none;
}
.common-content-main .main-content-info .info-contents .info-left-img > div {
  position: relative;
}
.common-content-main .main-content-info .info-contents .info-left-img > div img {
  position: absolute;
}
.common-content-main .main-content-info .info-contents .info-left-img > div .circle-main-img {
  position: relative;
  right: 70px;
  width: 600px;
}
.common-content-main .main-content-exhibitors {
  background: #F7F7F7;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-top-title {
  text-align: right;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-top-title .main-sub-title {
  color: white;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box {
  padding-bottom: 135px;
  overflow: hidden;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div {
  width: calc(33.3333333333% - 30px);
  margin-right: 36px;
  display: inline-block;
  background: white;
  box-shadow: 8px 8px 10px 0 rgba(153, 153, 153, 0.5);
  opacity: 0;
  float: left;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div:last-child {
  margin-right: 0;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div .main-sub-title {
  color: #E7EFFF;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div .box-text {
  padding: 0 36px;
  position: relative;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div .box-text h4 {
  font-weight: bold;
  margin-bottom: 36px;
  position: absolute;
  top: 103px;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div .box-text .box-company-info {
  height: 120px;
  margin-bottom: 64px;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div .img {
  height: 100%;
  width: 100%;
  padding-bottom: 36px;
}
.common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div .img img {
  width: 100%;
}
.common-content-main .main-content-footer {
  background-image: url("/images/layout/thetech-btm-bg-img.png");
  background-size: cover;
  height: 450px;
  margin-top: 128px;
}
.common-content-main .main-content-footer .mobile-use-br {
  display: none;
}
.common-content-main .main-content-footer .common-content-wrapper {
  padding-top: 40px;
  padding-bottom: 64px;
}
.common-content-main .main-content-footer .common-content-wrapper .main-top-title {
  text-align: right;
}
.common-content-main .main-content-footer .common-content-wrapper .main-top-title .main-sub-title {
  opacity: 0.4;
  color: white;
}
.common-content-main .main-content-footer .common-content-wrapper .footer-contents {
  overflow: hidden;
  padding: 0 15px;
}
.common-content-main .main-content-footer .common-content-wrapper .footer-contents > div {
  width: calc(25% - 27px);
  margin-right: 36px;
  display: inline-block;
  float: left;
}
.common-content-main .main-content-footer .common-content-wrapper .footer-contents > div a {
  display: inline-block;
  width: 100%;
  color: #292929;
}
.common-content-main .main-content-footer .common-content-wrapper .footer-contents > div div {
  background: white;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 16px;
}
.common-content-main .main-content-footer .common-content-wrapper .footer-contents > div:last-child {
  margin-right: 0;
}
.common-content-main .main-content-footer .common-content-wrapper .footer-contents > div:last-child div {
  padding: 9px 0;
}
.common-content-main .main-content-footer .common-content-wrapper .footer-contents > div p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1059px) {
  .common-content-main .main-content-info .info-contents .info-left-img > div .circle-main-img {
    width: 500px;
  }
  .common-content-main .main-content-info .info-contents .info-right-text {
    left: 400px;
    transform: translateY(-46%);
  }
}
@media (max-width: 768px) {
  .common-content-main .main-content-info .common-content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .common-content-main h2 {
    font-size: 30px;
  }
  .common-content-main .main-top-title {
    height: 160px;
  }
  .common-content-main .main-top-title h2 {
    letter-spacing: -1px;
  }
  .common-content-main .main-top-title .main-sub-title {
    font-size: 46px;
    top: -30px;
    left: -10px;
  }
  .common-content-main .main-top-title .main-sub-title.latest {
    left: 10px;
  }
  .common-content-main .main-sub-title {
    font-size: 46px;
  }
  .common-content-main .main-content-info .info-contents > div {
    width: 100% !important;
    margin: 0;
  }
  .common-content-main .main-content-info .info-contents > div:first-child {
    margin-bottom: 50px;
  }
  .common-content-main .main-content-info .info-contents .info-left-img {
    display: none;
  }
  .common-content-main .main-content-info .info-contents .info-left-img > div .circle-main-img {
    width: 100%;
  }
  .common-content-main .main-content-info .info-contents .info-left-img.mobile-new-line {
    display: inline-block !important;
    margin-top: 20px;
  }
  .common-content-main .main-content-info .info-contents .info-right-text {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
  }
  .common-content-main .main-content-info .info-contents .info-right-text h3 {
    font-size: 30px;
  }
  .common-content-main .main-content-info .info-contents .info-right-text h4 {
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .common-content-main .main-content-info .main-title {
    text-align: center;
  }
  .common-content-main .main-content-info .main-title > h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    color: #677B8C;
  }
  .common-content-main .main-content-info .main-title > p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #999999;
  }
  .common-content-main .main-content-info .main-content-description {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .common-content-main .main-content-info .main-content-description .img-wrapper .main-description-img {
    width: 53px;
  }
  .common-content-main .main-content-info .main-content-description .text-wrapper {
    padding: 0 25px;
  }
  .common-content-main .main-content-info .main-content-description .text-wrapper .text {
    font-size: 14px;
    line-height: 20px;
  }
  .common-content-main .main-content-info .main-content-description .text-wrapper .text .web-br {
    display: unset !important;
  }
  .common-content-main .main-content-info .main-content-notice .notice-content-wrapper {
    width: 100%;
    padding: 35px 20px 70px 20px;
  }
  .common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-left {
    display: none;
  }
  .common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-right {
    padding: 0;
    width: 100%;
  }
  .common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-right .title {
    display: none;
  }
  .common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-right .notice-content > a > p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .common-content-main .main-content-info .main-content-notice .notice-content-wrapper .notice-content-right .notice-content > a > p .main-notice-plus-img {
    width: 10px;
  }
  .common-content-main .main-content-info .main-content-video {
    padding-top: 50px;
  }
  .common-content-main .main-content-info .main-content-video .video-content-wrapper {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .common-content-main .main-content-info .main-content-video .video-content-wrapper > iframe {
    height: 215px;
  }
  .common-content-main .main-content-info .main-content-numbers {
    padding: 0;
  }
  .common-content-main .main-content-info .main-content-numbers .numbers-contents {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .common-content-main .main-content-info .main-content-numbers .numbers-contents > div {
    margin-right: 40px;
  }
  .common-content-main .main-content-info .main-content-numbers .numbers-contents > div h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #677B8C;
    margin-top: 0;
    margin-bottom: 0;
  }
  .common-content-main .main-content-info .main-content-numbers .numbers-contents > div span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #999999;
  }
  .common-content-main .main-content-info .main-content-numbers .numbers-contents > div:after {
    content: "∙";
    position: absolute !important;
    top: -13%;
    right: -33px;
    font-weight: bold;
    font-size: 30px;
    color: #677B8C;
  }
  .common-content-main .main-content-exhibitors .common-content-wrapper {
    padding-top: 50px;
  }
  .common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box {
    padding-bottom: 50px;
  }
  .common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div {
    /* width: 100%;
     margin: 0;
     margin-bottom: 36px;*/
    width: calc(100% - 30px);
    margin-bottom: 36px;
    margin-left: 15px;
  }
  .common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div .box-text h4 {
    font-size: 18px;
    top: 83px;
  }
  .common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div .box-text .box-company-info {
    margin-bottom: 16px;
  }
  .common-content-main .main-content-exhibitors .common-content-wrapper .main-content-box > div .main-sub-title {
    font-size: 100px;
  }
  .common-content-main .main-content-video .video .video-js .vjs-big-play-button {
    height: 28%;
    left: 0px;
    width: 15%;
  }
  .common-content-main .main-content-video .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .common-content-main .main-content-video .video .video-js .vjs-big-play-button.ie-align {
    left: 20%;
    bottom: 2px;
  }
  .common-content-main .main-content-footer {
    margin-top: 50px;
    background-image: url("/images/layout/thetech-btm-bg-img@2x.png");
  }
  .common-content-main .main-content-footer .mobile-use-br {
    display: block;
  }
  .common-content-main .main-content-footer .common-content-wrapper .main-top-title {
    top: -50px;
  }
  .common-content-main .main-content-footer .common-content-wrapper .footer-contents {
    padding: 0;
    top: -40px;
    position: relative;
  }
  .common-content-main .main-content-footer .common-content-wrapper .footer-contents > div {
    margin-right: 17px;
    width: calc((100% - 17px) / 2);
  }
  .common-content-main .main-content-footer .common-content-wrapper .footer-contents > div:nth-child(even) {
    margin-right: 0;
  }
  .common-content-main .main-content-footer .common-content-wrapper .footer-contents > div:last-child div {
    padding: 15px 0;
  }
  .common-content-main .main-content-footer .common-content-wrapper .footer-contents > div p {
    font-size: 14px;
  }
  .common-content-main .main-content-footer .common-content-wrapper .footer-contents img {
    height: 7vw;
  }
}
@media (max-width: 576px) {
  .common-content-main .main-content-footer {
    height: 400px;
  }
  .mobile-br {
    display: none;
  }
  .sm-br {
    display: block;
  }
}
input[type=text]::-ms-clear {
  display: none;
}

.header .main-info-content .main-info-text, .common-content-main .main-content-info .main-content-future .future-content-wrapper .content-area:nth-child(even), .common-content-main .main-content-info .main-content-intro > div, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-news .tab-content a span, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img, .common-content-main .main-content-info .main-content-organizer > div {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* //UI디자인 스타일가이드 */
body, html, #root {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
  word-break: keep-all;
  font-weight: normal;
  font-size: 16px;
  color: #292929;
}
@media (max-width: 768px) {
  body, html, #root {
    font-size: 14px;
  }
}

.header .main-top .header-megamenu > ul:after, .header .main-top-nav .header-nav .header-sub-menu > ul:after, .common-content-main .main-content-info .main-content-intro:after, .common-content-main .main-content-info .main-content-news .news-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.img-container {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
}

.img-contain img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  max-width: 10%;
  max-height: 10%;
  -webkit-transform: scale(10);
  transform: scale(10);
}

.img-cover, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .m {
  overflow: hidden;
}
.img-cover img, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .m img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.color-white {
  color: #FFF;
}
.color-white-imp {
  color: #FFF !important;
}

.text-size-inh {
  font-size: inherit;
}
.text-size-inh-imp {
  font-size: inherit !important;
}

br.br-1024 {
  display: none;
}

@media (max-width: 1024px) {
  br.br-1024 {
    display: inline-block;
  }
  .display-over-1024 {
    display: none;
  }
}
.strong {
  font-weight: bold !important;
}

.not-account {
  word-break: break-all;
}

br {
  font-family: "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

.main-sub-title {
  font-family: "Noto Sans", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

body, html, #root {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

h1 {
  font-size: 58px;
  font-weight: bold;
  padding: 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h2 {
  font-size: 46px;
  font-weight: bold;
  font-family: "Noto Sans", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h3 {
  font-size: 30px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h4 {
  font-size: 22px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h5 {
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h6 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

.font-fas {
  font-family: "Font Awesome 5 Free";
}

::-webkit-scrollbar {
  width: 0; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */
@keyframes fadein-normal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein-normal { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein-normal { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein-normal { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    position: relative;
    top: 50px;
  }
  to {
    position: relative;
    top: 0px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    position: relative;
    top: 50px;
  }
  to {
    position: relative;
    top: 0px;
  }
}
@keyframes fadeinsmall {
  from {
    opacity: 0;
    position: relative;
    top: 30px;
  }
  to {
    opacity: 1;
    position: relative;
    top: 0;
  }
}
@keyframes fadeinsmall-2 {
  from {
    opacity: 0;
    position: absolute;
    top: 60%;
  }
  to {
    opacity: 1;
    position: absolute;
    top: 50%;
  }
}
.fade-in-effect-normal {
  animation: fadein-normal 3s;
  -moz-animation: fadein-normal 3s; /* Firefox */
  -webkit-animation: fadein-normal 3s; /* Safari and Chrome */
  -o-animation: fadein-normal 3s; /* Opera */
  opacity: 1 !important;
}

.fade-in-effect {
  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
  opacity: 1 !important;
}

.fade-in-effect-small {
  animation: fadeinsmall 1s;
  -moz-animation: fadeinsmall 1s; /* Firefox */
  -webkit-animation: fadeinsmall 1s; /* Safari and Chrome */
  -o-animation: fadeinsmall 1s; /* Opera */
  opacity: 1 !important;
}

.fade-in-effect-small-2 {
  animation: fadeinsmall 2s;
  -moz-animation: fadeinsmall 2s; /* Firefox */
  -webkit-animation: fadeinsmall 2s; /* Safari and Chrome */
  -o-animation: fadeinsmall 2s; /* Opera */
  opacity: 1 !important;
}

.fade-in-effect-small-3 {
  animation: fadeinsmall 3s;
  -moz-animation: fadeinsmall 3s; /* Firefox */
  -webkit-animation: fadeinsmall 3s; /* Safari and Chrome */
  -o-animation: fadeinsmall 3s; /* Opera */
  opacity: 1 !important;
}

.fade-in-effect-small-4 {
  animation: fadeinsmall-2 1s;
  -moz-animation: fadeinsmall-2 1s; /* Firefox */
  -webkit-animation: fadeinsmall-2 1s; /* Safari and Chrome */
  -o-animation: fadeinsmall-2 1s; /* Opera */
  opacity: 1 !important;
}

.common-content-wrapper {
  max-width: 1432px;
  margin: 0 auto;
  padding: 0 16px;
}
.common-content-wrapper.defalut-margin {
  max-width: none;
  padding: 0;
}
.common-content-wrapper.defalut-margin.login-bg {
  background: #F7F7F7;
}

html a, html a:visited, html a:link, html a:active, body a, body a:visited, body a:link, body a:active {
  text-decoration: none;
}

.shopping-bag {
  width: 15%;
}
.common-table {
  width: 100%;
}
.common-table th {
  background: #292929;
  color: white;
  border: 1px solid #292929;
}
.common-table th, .common-table td {
  padding: 10px;
  text-align: center;
}
.common-table tbody th, .common-table tbody td {
  border: 1px solid #CCC;
}
.common-table tbody th {
  background: #F7F7F7 !important;
  color: #292929;
  border-color: #CCC !important;
}

.margin-table {
  margin-bottom: 40px;
}

.text-color-red {
  color: red !important;
}

.text-color-black {
  color: #1D1D1D !important;
}

.table-over > div {
  overflow: auto;
}
.table-over > div .common-table {
  min-width: 550px;
}
@media (max-width: 576px) {
  .table-over > div .common-table {
    min-width: initial;
  }
}

.mobile-br {
  display: none;
}

.header {
  background-color: white;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.header .main-top {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 1000;
  background-color: white;
  height: 80px;
  border-bottom: 1px solid #EEEEEE;
}
.header .main-top .header-megamenu {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  height: 250px;
  display: none;
}
.header .main-top .header-megamenu.active {
  display: block;
}
.header .main-top .header-megamenu > div.active ~ .btn-area {
  display: inline-block;
}
.header .main-top .header-megamenu .btn-area {
  display: none;
}
.header .main-top .header-megamenu .btn-area .btn-close {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: 10;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.header .main-top .header-megamenu .megamenu-area {
  width: 100%;
  display: inline-block;
  position: fixed;
  top: 80px;
  left: 0;
  background: #FFFFFF;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.header .main-top .header-megamenu .megamenu-area.active {
  display: block;
  height: 250px;
}
.header .main-top .header-megamenu .megamenu-area .title-area {
  width: 45%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  float: left;
}
@media (max-width: 850px) {
  .header .main-top .header-megamenu .megamenu-area .title-area {
    width: 55%;
  }
}
.header .main-top .header-megamenu .megamenu-area .title-area .title-text {
  margin: 0;
  position: absolute;
  top: 50px;
  right: 80px;
  color: #555;
  font-weight: 500;
}
.header .main-top .header-megamenu .megamenu-area .title-area .title-text > span {
  color: #FB6A7B;
}
.header .main-top .header-megamenu .megamenu-area > ul {
  width: 55%;
  height: 100%;
  box-sizing: border-box;
  float: left;
  padding-top: 50px;
}
@media (max-width: 850px) {
  .header .main-top .header-megamenu .megamenu-area > ul {
    width: 45%;
  }
}
.header .main-top .header-megamenu .megamenu-area > ul > li {
  padding-bottom: 15px;
}
.header .main-top .header-megamenu .megamenu-area > ul > li:last-child {
  padding-bottom: 0;
}
.header .main-top .header-megamenu .megamenu-area > ul > li > a {
  color: #222222;
  font-weight: 500;
}
.header .main-top .header-megamenu .mobile-nav-list,
.header .main-top .header-megamenu .mobile-nav-detail-list {
  display: none;
}
.header .main-top .header-megamenu.d-3 > ul > li {
  width: 20%;
}
.header .main-top .header-megamenu .mobile-login-button {
  display: none;
}
.header .main-top .header-megamenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .main-top .header-megamenu > ul {
  display: block;
  width: 100%;
  min-width: 640px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.header .main-top .header-megamenu > ul > li {
  width: 20%;
  display: inline-block;
  float: left;
  text-align: center;
}
.header .main-top .header-megamenu > ul > li a, .header .main-top .header-megamenu > ul > li a:visited, .header .main-top .header-megamenu > ul > li a:active, .header .main-top .header-megamenu > ul > li a:hover {
  color: #292929;
}
.header .main-top .header-megamenu > ul > li ul li.menu {
  display: none;
}
.header .main-top .header-megamenu > ul > li ul li > .sub-menu {
  padding-left: 60px;
  text-align: left;
}
.header .main-top .header-megamenu > ul > li ul li a {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.header .main-top .header-megamenu > ul > li ul li span {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.header .main-top .header-megamenu > ul > li ul li:first-child a {
  padding-top: 20px;
}
.header .main-top .header-megamenu > ul > li ul li:last-child a, .header .main-top .header-megamenu > ul > li ul li:last-of-type a {
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .header .main-top .header-megamenu > ul {
    max-width: 550px;
    min-width: 500px;
  }
}
.header .main-top-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  height: 80px;
  position: relative;
}
.header .main-top-nav .header-logo, .header .main-top-nav .header-nav, .header .main-top-nav .header-right {
  display: inline-block;
  line-height: 80px;
}
.header .main-top-nav .header-logo {
  float: left;
  position: relative;
  z-index: 10;
}
.header .main-top-nav .header-logo img {
  width: 106px;
}
.header .main-top-nav .header-logo .mobile-logo {
  display: none;
}
.header .main-top-nav .header-logo .btn-left-arrow {
  display: none;
}
.header .main-top-nav .header-nav {
  float: right;
}
.header .main-top-nav .header-nav .header-sub-menu .white-space-2row {
  white-space: pre-wrap;
  line-height: 1em;
  height: 80px;
  float: inline-end;
  display: flex;
  align-items: center;
}
.header .main-top-nav .header-nav .header-sub-menu > ul > li {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-right: 35px;
  cursor: pointer;
}
.header .main-top-nav .header-nav .header-sub-menu > ul > li:last-child {
  margin-right: 0;
}
.header .main-top-nav .header-nav .header-sub-menu > ul > li > a {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.header .main-top-nav .header-nav .header-mobile-bottom {
  display: none;
}
.header .main-top-nav .header-nav a {
  margin: 0 18px;
  font-size: 18px;
  color: #292929;
  display: inline-block;
  font-weight: bold;
}
.header .main-top-nav .header-nav a:last-child {
  margin-right: 0;
}
.header .main-top-nav .header-nav > a {
  line-height: 79px;
}
.header .main-top-nav .header-nav li ul {
  background: white;
  display: none; /* 평상시에는 서브메뉴가 안보이게 하기 */
  height: auto;
  padding: 8px 0;
  position: absolute;
  width: 270px;
  z-index: 200;
  list-style: none;
  box-shadow: 2px 2px 10px 0 rgba(51, 51, 51, 0.2);
}
.header .main-top-nav .header-nav li ul .header-mouse-event {
  display: block;
}
.header .main-top-nav .header-nav li ul li {
  width: 100%;
  line-height: normal;
}
.header .main-top-nav .header-nav li ul li a {
  color: #292929;
  display: inline-block;
  width: 100%;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.header .main-top-nav .header-nav li ul li a:hover {
  display: block;
  color: #FF2E63;
}
.header .main-top-nav .header-nav li ul li .sub-menu {
  line-height: normal;
  padding-bottom: 6px;
}
.header .main-top-nav .header-nav li ul li .sub-menu a {
  padding: 10px 46px;
}
.header .main-top-nav .header-nav li ul li .sub-menu a:first-child {
  padding: 16px 36px;
  padding-bottom: 5px;
}
.header .main-top-nav .header-nav li ul li .sub-menu a:hover {
  text-decoration: underline;
}
.header .main-top-nav .header-nav > div > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.header .main-top-nav .header-nav > div > ul img {
  position: absolute;
  top: -14px;
  left: 44px;
  width: 17px;
}
.header .main-top-nav .header-nav > div > ul > li {
  display: inline-block;
}
.header .main-top-nav .header-nav > div > ul > li.header-mouse-event > ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.header .main-top-nav .header-nav > div > ul > li.header-mouse-event > ul ul {
  display: inline-block;
}
@media (max-width: 768px) {
  .header .main-top-nav .header-nav {
    display: none;
  }
}
.header .main-top-nav .mobile-right-btn {
  display: none;
}
.header .main-top-nav .mobile-right-btn button {
  border: 0;
  background: transparent;
}
.header .main-top-nav .header-right {
  color: white;
  font-size: 18px;
  float: right;
  text-align: right;
  font-weight: bold;
  line-height: normal;
  padding: 25px 0;
}
.header .main-top-nav .header-right a {
  display: inline-block;
  float: left;
  color: #292929;
}
.header .main-top-nav .header-right a:last-child {
  border: 0;
  padding-top: 1px;
  text-decoration: none;
}
.header .main-top-nav .header-right button {
  border: 0;
  background: transparent;
  padding: 0;
}
.header .main-top-nav .header-right img {
  width: 24px;
}
.header .main-top-nav .header-right .header-search {
  position: relative;
}
.header .main-top-nav .header-right .header-search .search-btn {
  padding-right: 16px;
}
.header .main-top-nav .header-right .header-search .search-btn.black {
  display: none;
}
.header .main-top-nav .header-right .header-search .search-input {
  display: none;
}
.header .main-top-nav .header-right .header-search .search-input.search-on {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  right: -10px;
  top: 50px;
}
.header .main-top-nav .header-right .header-search .search-input.search-on img {
  width: 10px;
  position: absolute;
  right: 29px;
  top: -9px;
}
.header .main-top-nav .header-right .header-search .search-input.search-on input {
  padding: 10px;
  width: 300px;
  font-size: 16px;
  border: 0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: #999;
}
.header .main-top-nav .header-right .login-btn {
  padding-left: 16px;
}
.header .main-top-nav .header-right .login-btn.r-border::after {
  content: "|";
  padding-left: 10px;
}
.header .main-top-nav .header-right .login-btn.r-border:last-child::after {
  content: "";
}
.header .main-info-content {
  margin-top: 80px;
  height: 591.6px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-color: black;
}
@media (max-width: 992px) {
  .header .main-info-content {
    height: 489.056px;
  }
}
@media (max-width: 768px) {
  .header .main-info-content {
    height: 650px !important;
  }
}
.header .main-info-content .main-info-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header .main-info-content .main-info-img .m {
  display: none;
}
@media (max-width: 768px) {
  .header .main-info-content .main-info-img .m {
    display: block;
    transform: scale(0.394);
  }
  .header .main-info-content .main-info-img .d {
    display: none;
  }
}
.header .main-info-content .main-info-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header .main-info-content .main-info-text {
  max-width: 100%;
  color: white;
  margin: 0 auto;
  text-align: center;
}
.header .main-info-content .main-info-text span {
  font-size: 18px;
}
.header .main-info-content .main-info-text h1 {
  color: white;
  margin-bottom: 36px;
  margin-top: 0;
  font-size: 55px;
}
.header .main-info-content .main-info-text h2 {
  display: none;
}
.header .main-info-content .main-info-text .mobile-hr {
  opacity: 0;
}
.header .main-info-content .main-info-text .web-hr {
  display: block;
  margin-top: 45px;
  margin-bottom: 30px;
}
.header .main-info-content .main-info-text h5 {
  margin: 0;
  font-weight: normal;
  line-height: 1.4em;
}
.header .main-info-content .main-info-text h6 {
  opacity: 0;
}
.header .main-info-content .main-info-text p {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .header .main-info-content .main-info-text {
    width: 100% !important;
    left: 0;
    text-align: center;
    margin-left: 0;
    max-width: initial;
  }
  .header .main-info-content .main-info-text h1 {
    font-size: 32px;
    margin-top: 10px;
  }
  .header .main-info-content .main-info-text p {
    font-size: 12px;
  }
  .header .main-info-content .main-info-text p.date-range {
    margin-top: 30px;
  }
  .header .main-info-content .main-info-text span {
    font-size: 15px;
  }
  .header .main-info-content .main-info-text h4 {
    font-size: 18px;
  }
  .header .main-info-content .main-info-text img {
    display: none;
  }
  .header .main-info-content .main-info-text .m {
    background-color: #0b2e13;
  }
}
@media (max-width: 768px) {
  .header .main-info-content {
    height: 752px;
  }
}
.header.sub {
  /*background: white;
  height:auto;*/
  background: url(/images/layout/kimex-main-banner@3x.png);
}
.header.sub .main-top {
  background: white;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.header.sub .main-top-nav .header-nav li {
  color: #677B8C;
}
.header.sub .main-top-nav .header-right a {
  border-color: #292929;
  color: #292929;
}
.header.sub .main-top-nav .web-logo {
  display: none;
}
.header.sub .main-top-nav .mobile-logo {
  display: inline-block;
}
.header.sub .header-right .header-search .search-btn.white {
  display: none;
}
.header.sub .header-right .header-search .search-btn.black {
  display: inline-block;
}
.header.top-sub .main-top {
  background: rgba(0, 0, 0, 0.5);
}
.header.sub-fix {
  background: white;
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 5;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.header.sub-fix .main-top-nav .header-nav a {
  color: #292929;
}
.header.sub-fix .main-top-nav .header-right {
  color: #292929;
}
.header.sub-fix .main-top-nav .header-right a {
  border-color: #292929;
  color: #292929;
}
.header.sub-fix .main-top-nav .web-logo {
  display: none;
}
.header.sub-fix .main-top-nav .mobile-logo {
  display: inline-block;
}
.header.sub-fix .header-right .header-search .search-btn.white {
  display: none;
}
.header.sub-fix .header-right .header-search .search-btn.black {
  display: inline-block;
}

.mobile-application-btn {
  display: none;
}

footer {
  color: #999;
  background: #F7F7F7;
}
footer .footer-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 60px 155px 60px;
  overflow: hidden;
}
footer .footer-top h5 {
  color: #777;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
footer .footer-top div {
  display: inline-block;
  width: 100%;
  float: left;
}
footer .footer-top .top-left .footer-logos {
  width: calc(28% - 4px);
  border-right: 1px solid #CCC;
}
@media (max-width: 1199px) {
  footer .footer-top .top-left .footer-logos {
    width: calc(25% - 4px);
  }
}
footer .footer-top .top-left .footer-logos > div {
  display: inline-block;
  float: left;
  width: auto;
}
footer .footer-top .top-left .footer-logos > div:first-child {
  padding: 0 30px 45px 0;
}
footer .footer-top .top-left .footer-logos > div:nth-child(2) {
  padding: 0 60px 45px 0;
}
@media (max-width: 1199px) {
  footer .footer-top .top-left .footer-logos > div:nth-child(2) {
    padding-right: 75px;
  }
}
footer .footer-top .top-left .footer-logos > div:last-child {
  padding: 0 60px 0 170px;
}
@media (max-width: 1199px) {
  footer .footer-top .top-left .footer-logos > div:last-child {
    padding: 0 60px 0 0px;
  }
}
footer .footer-top .top-left .footer-menu {
  width: 72%;
  padding-left: 40px;
}
footer .footer-top .top-left .footer-menu > div:first-child {
  width: 51%;
}
@media (max-width: 930px) {
  footer .footer-top .top-left .footer-menu > div:first-child {
    width: 43%;
  }
}
footer .footer-top .top-left .footer-menu > div:first-child > p {
  margin: 0;
  font-size: 14px;
}
footer .footer-top .top-left .footer-menu > div:first-child .text-fax {
  padding-bottom: 25px;
}
footer .footer-top .top-left .footer-menu > div:nth-child(2) {
  width: calc(30% - 7px);
}
@media (max-width: 966px) {
  footer .footer-top .top-left .footer-menu > div:nth-child(2) {
    width: calc(29% - 7px);
  }
}
footer .footer-top .top-left .footer-menu > div:nth-child(2) p {
  margin-bottom: 5px;
  font-size: 14px;
}
footer .footer-top .top-left .footer-menu > div:last-child {
  width: auto;
}
footer .footer-top .top-left .footer-menu > div:last-child > h5 {
  margin-bottom: 15px;
}
footer .footer-top .top-left .footer-menu a {
  color: #999;
}
footer .footer-top .top-right {
  width: 200px;
}
footer .footer-top .top-right h5 {
  margin-bottom: 35px;
  font-weight: bold;
}
footer .footer-top .top-right a {
  padding: 20px 0;
  border: 1px solid white;
  display: inline-block;
  width: calc((100% - 40px) / 2);
  text-align: center;
  height: 91px;
  margin-right: 35px;
  margin-bottom: 35px;
  float: left;
}
footer .footer-top .top-right a:nth-child(odd) {
  margin-right: 0;
}
footer .footer-top .top-right a:nth-child(3) {
  padding: 15px 0;
}
footer .footer-top .top-right a:nth-child(4) {
  padding: 25px 0;
  margin-bottom: 0;
}
footer .footer-top .top-right a:nth-child(5) {
  margin-bottom: 0;
}
footer .footer-top .top-right.tmp-logo a {
  border: 0;
  width: initial;
}
footer .footer-bottom {
  text-align: center;
  padding: 15px 0;
  background: #000;
  display: none;
}
footer .footer-bottom-fix {
  width: 100%;
  max-height: 90px;
  background: #FFF;
  box-shadow: 5px -1px 11px rgba(255, 255, 255, 0.1254901961);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  z-index: 3;
}
footer .footer-bottom-fix .footer-bottom-fix-left {
  width: 55%;
  max-height: 90px;
  float: left;
  padding: 31px 40px;
  display: inline-block;
}
@media (max-width: 1080px) {
  footer .footer-bottom-fix .footer-bottom-fix-left {
    width: 45%;
  }
}
footer .footer-bottom-fix .footer-bottom-fix-left .user-icon {
  float: left;
  padding-right: 15px;
}
footer .footer-bottom-fix .footer-bottom-fix-left .user-icon img {
  width: 25px;
  height: 25px;
}
footer .footer-bottom-fix .footer-bottom-fix-left .text {
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  vertical-align: middle;
  float: left;
}
footer .footer-bottom-fix .footer-bottom-fix-left .text.mypage {
  padding-right: 10px;
  border-right: 1px solid #222;
}
footer .footer-bottom-fix .footer-bottom-fix-left .text.logout {
  padding-left: 10px;
}
footer .footer-bottom-fix-right {
  width: 45%;
  height: 90px;
  float: left;
  display: inline-block;
  background: #FB6A7B;
  padding: 20px 0;
}
@media (max-width: 1080px) {
  footer .footer-bottom-fix-right {
    width: 55%;
  }
  footer .footer-bottom-fix-right .text-visitor img, footer .footer-bottom-fix-right .text-exhibitor img {
    display: none;
  }
}
footer .footer-bottom-fix-right > div {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
}
footer .footer-bottom-fix-right > div:first-child {
  border-right: 1px solid #CCC;
}
footer .footer-bottom-fix-right > div .footer-btn {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-bottom-fix-right .text-visitor img, footer .footer-bottom-fix-right .text-exhibitor img {
  padding-right: 10px;
}
footer .footer-bottom-fix-right .text-visitor span, footer .footer-bottom-fix-right .text-exhibitor span {
  font-size: 22px;
  font-weight: 500;
  color: #FFF;
  vertical-align: middle;
}
footer .footer-bottom-fix {
  display: flex !important;
  align-items: center;
}
footer .footer-bottom-fix .footer-bottom-fix-left .text-area div {
  display: flex;
  gap: 2%;
}
@media (max-width: 768px) {
  footer .footer-bottom-fix .footer-bottom-fix-left .text-area div {
    justify-content: center;
  }
}
footer .footer-bottom-fix-left .text-area div {
  display: flex;
  gap: 2%;
}
footer .footer-right-fix {
  position: fixed;
  bottom: 130px;
  right: 40px;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  footer .footer-right-fix {
    display: none;
  }
}
footer .footer-right-fix > ul > li {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 20px;
}
footer .footer-right-fix > ul > li .icon {
  width: 48px;
}
footer .footer-right-fix > ul > li:last-child {
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
  .web-br {
    display: none !important;
  }
  .mobile-br {
    display: flex;
    width: calc(100vw - 30px);
    justify-content: space-around;
    align-items: center;
  }
  .mobile-br th {
    width: 16.6666666667% !important;
    padding: 10px 0 !important;
  }
  .matching-list tbody tr {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .matching-list tbody tr td {
    width: 16.6666666667% !important;
    padding: 10px 0;
  }
  .matching-list tbody tr td a {
    word-break: break-all;
  }
  .common-content-wrapper {
    padding: 0 15px;
  }
  .common-content-wrapper.defalut-margin, .common-content-wrapper.news-room {
    padding: 0;
  }
  .mobile-application-btn {
    display: block;
    background: #FF2E63;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .mobile-application-btn a {
    padding: 24px 0;
    border-right: 1px solid white;
    color: #292929;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .mobile-application-btn a:last-child {
    border-right: 0;
  }
  .mobile-application-btn.mobile-open {
    display: none;
  }
  .header {
    margin-top: 60px;
    height: unset;
    position: relative;
    z-index: 1;
  }
  .header .main-top {
    height: 60px;
  }
  .header .main-top .main-top-nav {
    background: white;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
  }
  .header .main-top .main-top-nav .header-logo {
    padding: 0 50px;
    width: 100%;
    border-bottom: 1px solid #EEE;
    line-height: normal;
    height: 60px;
    position: relative;
    display: inline-block;
  }
  .header .main-top .main-top-nav .header-logo .logo-area {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 100px;
  }
  .header .main-top .main-top-nav .header-logo .web-logo {
    display: none;
  }
  .header .main-top .main-top-nav .header-logo .mobile-logo {
    display: inline-block;
    width: 96px;
  }
  .header .main-top .main-top-nav .header-logo .btn-left-arrow {
    width: 13px;
    position: absolute;
    top: 17px;
    left: 20px;
    display: none;
  }
  .header .main-top .main-top-nav .header-logo .btn-left-arrow.first-mobile-list-open, .header .main-top .main-top-nav .header-logo .btn-left-arrow.second-mobile-list-open {
    display: inline-block;
  }
  .header .main-top .main-top-nav .header-nav {
    display: none;
    padding: 0;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    height: 50px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
  }
  .header .main-top .main-top-nav .header-nav ::-webkit-scrollbar {
    display: none;
  }
  .header .main-top .main-top-nav .header-nav div {
    position: relative;
    min-width: 100%;
    line-height: 50px;
  }
  .header .main-top .main-top-nav .header-nav div a {
    display: inline-block;
    line-height: 50px;
    /*padding: 0 18px;*/
    padding-left: 16px;
    color: #292929;
    font-size: 16px;
    margin: 0;
  }
  .header .main-top .main-top-nav .header-nav div a:last-child {
    padding-right: 18px;
  }
  .header .main-top .main-top-nav .header-nav div a.active {
    color: #FF2E63;
    border-bottom: 2px solid #FF2E63;
  }
  .header .main-top .main-top-nav .mobile-right-btn {
    display: inline-block;
    float: right;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu {
    outline: 0;
    width: 18px;
    height: 20px;
    position: relative;
    bottom: 45px;
    left: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #222222;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu span:nth-child(1) {
    top: 0px;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu span:nth-child(2), .header .main-top .main-top-nav .mobile-right-btn .side-menu span:nth-child(3) {
    top: 8px;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu span:nth-child(4) {
    top: 16px;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .header .main-top .main-top-nav .mobile-right-btn .side-menu.list-open {
    display: none;
  }
  .header .main-top .main-top-nav .header-right {
    display: none;
  }
  .header .main-top .main-top-nav.mobile-open {
    height: 100%;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav {
    height: 100%;
    background: #101112;
    -webkit-transition: height 0.5s ease;
    white-space: normal;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .fa {
    display: inline-block;
    float: right;
    line-height: 38px;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div.header-sub-menu {
    padding: 20px 0;
    overflow: scroll;
    height: calc(100% - 36px - 36px - 94px);
    text-align: left;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div a {
    color: white;
    width: 100%;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div a.active {
    border-bottom: 0;
    color: #FF2E63;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul img {
    display: none;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li {
    display: block;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li a {
    padding: 0 16px;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li ul {
    height: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li:hover ul {
    height: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul {
    display: inline;
    position: relative;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li {
    padding: 0 16px;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li a {
    padding: 0 16px;
    line-height: 50px;
    border-top: 1px solid #333;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li a:last-child {
    border-bottom: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li:last-child a {
    border-bottom: 1px solid #333;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li .sub-menu {
    padding: 0;
    line-height: 0;
    padding-bottom: 10px;
    border-top: 1px solid #333;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li .sub-menu a {
    padding: 0 32px;
    line-height: 35px;
    border: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav div > ul > li.side-header-click ul li .sub-menu a:first-child {
    padding: 0 16px;
    line-height: 40px;
    padding-top: 10px;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom {
    display: block;
    position: relative;
    z-index: 1000;
    padding: 0 16px;
    bottom: 0;
    background: #101112;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div {
    padding: 16px 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div a, .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div button {
    padding: 0px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #1D1D1D;
    margin-right: 10px;
    border: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div a img, .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div button img {
    width: 24px;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div a:last-child, .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div button:last-child {
    margin-right: 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom div .login-btn {
    width: calc(100% - 130px);
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom .mobile-search {
    position: absolute;
    width: 100%;
    bottom: 85px;
    height: 40px;
    display: none;
    padding: 5px 0;
  }
  .header .main-top .main-top-nav.mobile-open .header-nav .header-mobile-bottom .mobile-search.open {
    display: block;
  }
  .header .main-top .header-megamenu {
    padding: 0;
  }
  .header .main-top .header-megamenu.mobile-open {
    display: block;
  }
  .header .main-top .header-megamenu .mobile-nav-list {
    display: none;
  }
  .header .main-top .header-megamenu .mobile-nav-list.first-mobile-list-open {
    display: block !important;
    z-index: 10;
    height: calc(100vh - 60px);
    margin-top: 60px;
    top: 0;
    overflow: scroll;
    background-color: white;
    padding: 35px 0 0 20px;
  }
  .header .main-top .header-megamenu .mobile-nav-list > ul {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .header .main-top .header-megamenu .mobile-nav-list > ul > li {
    color: #555;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .header .main-top .header-megamenu .mobile-nav-list > ul > li:last-child {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #999999;
  }
  .header .main-top .header-megamenu .mobile-nav-list > ul > li .logout {
    color: #999;
  }
  .header .main-top .header-megamenu .mobile-nav-list > ul > li > a {
    color: #555;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list {
    display: none;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list .title-area .title-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #555;
    margin: 0;
    padding-bottom: 35px;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list .title-area .title-text > span {
    color: #FB6A7B;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list.second-mobile-list-open {
    display: block !important;
    z-index: 10;
    height: calc(100vh - 60px);
    margin-top: 60px;
    top: 0;
    overflow: scroll;
    background-color: white;
    padding: 35px 0 0 20px;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list > ul {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list > ul > li {
    padding-bottom: 20px;
  }
  .header .main-top .header-megamenu .mobile-nav-detail-list > ul > li > a {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
  }
  .header .main-info-content {
    margin-top: 60px;
  }
  .header .main-info-content .main-info-text p {
    margin-bottom: 5px;
  }
  .header .main-info-content .main-info-text span {
    font-size: 12px;
  }
  .header .main-info-content .main-info-text h1 {
    font-size: 35px;
    margin: 0 0 20px 0;
  }
  .header .main-info-content .main-info-text h2 {
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 30px;
    display: block;
  }
  .header .main-info-content .main-info-text .mobile-hr {
    opacity: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .header .main-info-content .main-info-text .web-hr {
    display: none;
  }
  .header .main-info-content .main-info-text h5 {
    display: none;
  }
  .header .main-info-content .main-info-text h6 {
    opacity: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    margin-bottom: 25px;
  }
  .header.sub .main-top-nav {
    padding: 0;
  }
  footer .footer-top {
    padding: 20px 20px 0 20px;
  }
  footer .footer-top .top-left .footer-logos {
    width: 100%;
    position: relative;
    border-right: none;
    border-bottom: 1px solid #EEE;
  }
  footer .footer-top .top-left .footer-logos > div {
    clear: both;
    float: initial;
  }
  footer .footer-top .top-left .footer-logos > div:first-child {
    padding: 0 20px 15px 0;
  }
  footer .footer-top .top-left .footer-logos > div:first-child img {
    width: 94px;
  }
  footer .footer-top .top-left .footer-logos > div:nth-child(n+2) {
    padding: 0;
  }
  footer .footer-top .top-left .footer-logos > div:nth-child(n+2) img {
    width: 50px;
    height: 35px;
  }
  footer .footer-top .top-left .footer-logos > div:last-child {
    padding: 0;
  }
  footer .footer-top .top-left .footer-logos > div:last-child img {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
  }
  footer .footer-top .top-left .footer-menu {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  footer .footer-top .top-left .footer-menu > div {
    padding-right: 0;
    margin-bottom: 25px;
  }
  footer .footer-top .top-left .footer-menu > div h5 {
    font-size: 16px;
    color: #222;
  }
  footer .footer-top .top-left .footer-menu > div:first-child {
    width: 100%;
  }
  footer .footer-top .top-left .footer-menu > div:first-child .text-address {
    padding-bottom: 5px;
  }
  footer .footer-top .top-left .footer-menu > div:first-child .text-tel {
    display: inline-block;
    padding-right: 15px;
  }
  footer .footer-top .top-left .footer-menu > div:first-child .text-fax {
    display: inline-block;
    padding-bottom: 0;
  }
  footer .footer-top .top-left .footer-menu > div:nth-child(2) {
    width: 100%;
  }
  footer .footer-top .top-left .footer-menu > div:nth-child(2) .menu-group {
    display: inline-block;
  }
  footer .footer-top .top-left .footer-menu > div:nth-child(2) .menu-group > p {
    float: left;
    width: 50%;
  }
  footer .footer-top .top-left .footer-menu > div:nth-child(2) .menu-group .text-intro {
    padding-bottom: 5px;
  }
  footer .footer-top .top-left .footer-menu > div:last-child {
    width: 100%;
  }
  footer .footer-top .top-left .footer-menu .text-copyright {
    display: none;
  }
  footer .footer-bottom {
    text-align: center;
    padding: 10px 0;
    background: #000;
    display: block;
    height: 100px !important;
  }
  footer .footer-bottom-fix {
    display: none;
    width: 100%;
    min-height: 60px;
    background: #FFF;
    box-shadow: 5px -1px 11px rgba(255, 255, 255, 0.1254901961);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left {
    width: 20%;
    min-height: 60px;
    float: left;
    display: block;
    text-align: center;
    padding: 6px 0;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left .user-icon {
    float: initial;
    padding-right: 0;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left .user-icon img {
    width: 25px;
    height: 25px;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left .text {
    font-size: 14px;
    float: initial;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left .text.mypage {
    padding-right: 0;
    border-right: none;
  }
  footer .footer-bottom-fix .footer-bottom-fix-left .text.logout {
    display: none;
  }
  footer .footer-bottom-fix-right {
    width: 80%;
    min-height: 60px;
    display: block;
    padding: 13px 0;
  }
  footer .footer-bottom-fix-right > div {
    padding: 6px 0;
  }
  footer .footer-bottom-fix-right .text-visitor img, footer .footer-bottom-fix-right .text-exhibitor img {
    display: none;
  }
  footer .footer-bottom-fix-right .text-visitor span, footer .footer-bottom-fix-right .text-exhibitor span {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    vertical-align: middle;
  }
}
.display-none {
  display: none !important;
}

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

.disabled-background {
  background-color: #C8C8C8 !important;
}

.question-wrapper {
  position: absolute;
  z-index: 1;
}

.color-point {
  color: #FB6A7B;
}

.gradient-45deg-light-blue-cyan {
  background: #FFC107 !important;
}

.card-content {
  color: #292929;
  padding: 10px 20px;
  width: 230px;
  border-radius: 0 0 2px 2px;
  transition: box-shadow 0.25s;
}
.card-content p {
  margin: 0;
}

.lp-50 {
  letter-spacing: 50px;
}

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

.blockUI.blockMsg.blockPage {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

@media (max-width: 480px) {
  .big-table {
    font-size: 9px;
  }
}

.list-padding-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media (max-width: 768px) {
  .list-padding-100 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.btn-text-center {
  display: flex;
  align-items: center;
  height: 100% !important;
}

@media (max-width: 768px) {
  *::placeholder {
    font-size: 12px;
  }
  * select {
    font-size: 10px;
  }
  * select {
    font-size: 10px;
  }
}

.terms-pre {
  background-color: white;
  border: none;
  white-space: pre-wrap;
  padding: 0 10%;
  line-height: 1.42857143;
  font-size: 16px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

.main-content-list {
  padding: 0 10%;
  width: 100%;
  height: 300px;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .main-content-list {
    padding: 0;
    height: 165px;
  }
}
.main-content-list li {
  width: 25%;
  text-align: center;
  position: relative;
}
.main-content-list li ::after {
  content: "";
  position: absolute;
  height: 135px;
  width: 2px;
  top: 0;
  right: 0;
  background-color: #F7F7F7;
}
.main-content-list li:last-child ::after {
  height: 0;
}
.main-content-list li div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-content-list li div a {
  width: 100%;
  height: 100%;
}
.main-content-list li div a img {
  width: 135px;
  padding: 25px;
  background-color: #F7F7F7;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .main-content-list li div a img {
    padding: 10px;
    width: 65px;
    border-radius: 15px;
  }
}
.main-content-list li div p {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .main-content-list li div p {
    font-size: 14px;
  }
}

.main-content-info .guide-btn {
  width: 30% !important;
}
.main-content-info .more {
  width: 10% !important;
}
.main-content-info .notice-btn .tab-content, .main-content-info .news-letter-btn .tab-content {
  display: none;
}
.main-content-info .notice-btn.active .tab-content, .main-content-info .news-letter-btn.active .tab-content {
  display: block;
}

.terms-pre {
  background-color: white;
  border: none;
  white-space: pre-wrap;
  word-break: normal;
  padding: 0 10%;
  line-height: 1.42857143;
  font-size: 16px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

.main-content-list {
  padding: 0 10%;
  width: 100%;
  height: 300px;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .main-content-list {
    padding: 0;
    height: 165px;
  }
}
.main-content-list li {
  width: 25%;
  text-align: center;
  position: relative;
}
.main-content-list li ::after {
  content: "";
  position: absolute;
  height: 135px;
  width: 2px;
  top: 0;
  right: 0;
  background-color: #F7F7F7;
}
.main-content-list li:last-child ::after {
  height: 0;
}
.main-content-list li div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-content-list li div a {
  width: 100%;
  height: 100%;
}
.main-content-list li div a img {
  width: 135px;
  padding: 25px;
  background-color: #F7F7F7;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .main-content-list li div a img {
    padding: 10px;
    width: 65px;
    border-radius: 15px;
  }
}
.main-content-list li div p {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .main-content-list li div p {
    font-size: 14px;
  }
}

.main-content-info .guide-btn {
  width: 30% !important;
}
.main-content-info .more {
  width: 10% !important;
}
.main-content-info .notice-btn .tab-content, .main-content-info .news-letter-btn .tab-content {
  display: none;
}
.main-content-info .notice-btn.active .tab-content, .main-content-info .news-letter-btn.active .tab-content {
  display: block;
}

.down-btn {
  background-color: #FF2E63;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  height: 45px;
  border: 0;
}
.down-btn a {
  overflow: hidden;
  display: block;
  text-decoration: none;
  height: 100%;
  color: #292929;
}
.down-btn img {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 10px;
}
.down-btn img, .down-btn span {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.down-btn span {
  font-weight: bold;
  color: #FFF;
  margin: 0;
}
.down-btn button {
  width: 100%;
  background: transparent;
  border: 0;
  color: #FFF;
  padding: 10px 0;
}
.down-btn.rounded {
  border-radius: 17px !important;
  height: auto;
  width: auto;
  padding: 5px 36px;
}
.down-btn.rounded img, .down-btn.rounded span {
  top: 0;
  float: none;
  transform: translateY(0);
}
.down-btn.btn-del {
  background-color: #FF3737;
}

span.down-btn {
  padding: 10px 0;
}

.w-40 {
  width: 40% !important;
}

.mobile-new-line {
  display: none;
}

.list-down {
  width: 31px;
  height: 17px;
  background-image: url("../images/icons/kimex_icon_up@2x.png");
  background-size: 100% 100%;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 auto;
}
.list-down.list-down- {
  float: right;
  margin-right: 16px;
}

.white-btn {
  background-color: #FFF;
  border: solid 1px #E5E5E5;
}
.white-btn a {
  text-decoration: none;
  color: #292929;
}

.pink-border-btn {
  border: solid 1px #FF2E63;
  color: #FF2E63;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.pink-border-btn a {
  overflow: hidden;
  text-decoration: none;
  color: #FF2E63;
}

.circle {
  border-radius: 40px;
}

.shadow-card {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  float: left;
  margin: 0 10px;
  text-align: center;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w100 {
  width: 100%;
}

.common-list {
  width: 100%;
  margin-bottom: 64px;
}
.common-list ul .last-img {
  display: flex;
  justify-content: space-around;
}
.common-list ul .last-img img {
  width: 100%;
  margin: 10px 0;
}
.common-list ul .last-img:first-child {
  padding-bottom: 0;
}
.common-list ul .last-img:last-child {
  padding-top: 0;
}
.common-list.line .common-sub-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.common-list.line .common-sub-title.ie-font {
  font-family: "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}
.common-list.no-btm {
  margin-bottom: 0;
}
.common-list ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
.common-list ul.pr-box {
  display: table;
  border-bottom: 1px solid #CCC;
}
.common-list ul.pr-box li .pr-img {
  position: relative;
  width: 90%;
  padding: 45%;
  overflow: hidden;
}
.common-list ul.pr-box li .pr-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-list ul li {
  width: 100%;
  font-weight: 500;
  padding: 24px 0;
  overflow: hidden;
}
.common-list ul li.pr-item {
  width: 33%;
  float: left;
  border: none;
}
.common-list ul li.pr-item p {
  font-size: 14px;
}
.common-list ul li.pr-item h5 {
  font-weight: bold;
}
@media (max-width: 768px) {
  .common-list ul li.pr-item {
    width: 100%;
    display: block;
  }
  .common-list ul li.pr-item a {
    text-align: center !important;
  }
  .common-list ul li.pr-item a .pr-img {
    width: 100%;
    text-align: center;
  }
}
.common-list ul li a {
  text-decoration: none;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #292929;
}
.common-list ul li .common-sub-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.common-list ul li .common-sub-title.ie-font {
  font-family: "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}
.common-list ul li .common-sub-info {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 16px;
}
.common-list ul li .common-sub-detail {
  width: 100%;
  font-size: 16px;
}
.common-list ul li .common-sub-detail.ie-font {
  font-family: "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}
.common-list ul li .title {
  width: 52.9411764706%;
}
.common-list ul li .place {
  width: 17.6470588235%;
}
.common-list ul li .etc {
  width: 29.4117647059%;
}
.common-list ul li .none-content {
  width: 100%;
  text-align: center;
  color: #999;
}
.common-list ul .time .mobile-new-line {
  display: none;
}
.common-list .common-list-top {
  background-color: #E5E5E5;
  font-weight: bold;
}
.common-list .sm-line-sub {
  text-align: center;
  overflow: hidden;
  padding: 16px 0;
}

.tab-menu {
  display: inline-block;
  margin-bottom: 20px;
}
.tab-menu a {
  margin-right: 35px;
  font-size: 30px;
  color: #CCC;
  font-weight: bold;
}
.tab-menu a:active, .tab-menu a:hover, .tab-menu a.selected {
  color: #FF2E63;
}

@media (max-width: 768px) {
  .tab-menu {
    margin-bottom: 16px;
  }
  .tab-menu a {
    margin-right: 16px;
    font-size: 18px;
  }
}
.dataTables_paginate {
  text-align: center;
  padding: 24px 0;
}
.dataTables_paginate .paginate_button {
  color: #292929;
  font-weight: normal;
  padding: 8px 10px;
}
.dataTables_paginate .paginate_button.previous:after {
  color: #E5E5E5;
  padding-left: 15px;
  content: "|";
}
.dataTables_paginate .paginate_button.current {
  background-color: transparent;
  color: #FF2E63;
  font-weight: bold;
}
.dataTables_paginate .paginate_button.next:before {
  color: #E5E5E5;
  padding-right: 15px;
  content: "|";
}
.dataTables_paginate .paginate_button:hover {
  color: #FF2E63;
  background-color: transparent;
}

.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper div {
  display: inline-block;
}
.pagination-wrapper a {
  overflow: hidden;
  display: inline-block;
}
.pagination-wrapper a.page-link {
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 14px;
  box-shadow: none;
  padding: 8px 12px;
}
.pagination-wrapper a.page-link.next:before {
  color: #E5E5E5;
  padding-right: 15px;
  content: "|";
}
.pagination-wrapper a.page-link.next:active, .pagination-wrapper a.page-link.next:focus, .pagination-wrapper a.page-link.next:hover {
  border: none;
  color: #333;
}
.pagination-wrapper a.page-link.next img {
  width: 8px;
  height: 15px;
  margin-left: 5px;
  margin-bottom: 3px;
}
.pagination-wrapper a.page-link.prev:after {
  color: #E5E5E5;
  padding-left: 15px;
  content: "|";
}
.pagination-wrapper a.page-link.prev:active, .pagination-wrapper a.page-link.prev:focus, .pagination-wrapper a.page-link.prev:hover {
  border: none;
  color: #333;
}
.pagination-wrapper a.page-link.prev img {
  width: 8px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.pagination-wrapper a.page-link:hover {
  color: #FF2E63;
  background-color: transparent;
}
.pagination-wrapper a.page-link:active, .pagination-wrapper a.page-link:focus, .pagination-wrapper a.page-link.selected {
  background-color: transparent;
  color: #FF2E63;
  font-weight: bold;
}

.fix-page {
  width: 100%;
  border: solid 1px #979797;
  padding: 100px 0;
  text-align: center;
}
.fix-page img {
  width: 100px;
}
.fix-page h3 {
  font-weight: bold;
  margin: 36px 0 24px;
}
.fix-page h6 {
  line-height: normal;
  font-weight: 500;
}

.benefit-page {
  max-width: 1200px;
  display: block;
  text-align: center;
  padding: 90px 168px;
}
@media (max-width: 768px) {
  .benefit-page {
    max-width: 768px;
    padding: 50px 5px;
  }
}
.benefit-page img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .benefit-page .show-desktop {
    display: none;
  }
}
.benefit-page .show-mobile {
  display: none;
}
@media (max-width: 768px) {
  .benefit-page .show-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .common-list ul li {
    padding: 16px 5px;
  }
  .common-list ul li div.w15, .common-list ul li div.w20, .common-list ul li div.w25, .common-list ul li div.w45, .common-list ul li div.w80 {
    width: auto;
    display: table-cell;
    vertical-align: middle;
  }
  .common-list ul li div .common-sub-info {
    display: none;
  }
  .common-list ul li div .common-sub-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .common-list ul li div .common-sub-detail {
    font-size: 12px;
    font-weight: 500;
    color: #999;
  }
  .common-list ul li.common-list-top {
    background-color: transparent;
    text-align: left;
  }
  .common-list ul li.common-list-top .no-display-content {
    display: none;
  }
  .common-list ul li.common-list-sub {
    text-align: left;
    overflow: hidden;
  }
  .common-list ul li.common-list-sub a {
    text-align: left;
    overflow: hidden;
  }
  .common-list ul li.common-list-sub .time {
    text-align: center;
  }
  .common-list ul li.common-list-sub .time .mobile-new-line {
    display: inline-block;
  }
  .common-list ul li.common-list-sub .title {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .common-list ul li.common-list-sub .place {
    font-size: 12px;
    font-weight: 500;
  }
  .common-list ul li.common-list-sub .place span {
    /*"\00a0장소 :\00a0"*/
  }
  .common-list ul li.common-list-sub .place span:before {
    display: inline-block;
    content: "장소: ";
  }
  .common-list ul li.common-list-sub .etc {
    font-size: 12px;
    font-weight: 500;
  }
  .common-list ul li.common-list-sub .etc span {
    /*"\00a0| 비고 :\00a0"*/
  }
  .common-list ul li.common-list-sub .etc span:before {
    display: inline-block;
    content: " | 비고: ";
  }
  .common-list ul .sm-line-sub {
    display: table;
  }
  .common-list ul .sm-line-sub > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .common-list ul .sm-line-sub .w85 {
    padding-left: 16px;
  }
  .common-tab-menu ul {
    text-align: center;
  }
  .common-tab-menu li {
    margin-right: 16px;
  }
  .common-tab-menu li label {
    font-size: 18px;
  }
}
.top {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 80px;
}
.top .common-top .top-banner {
  text-align: center;
  height: 350px;
  color: #FFF;
  background-size: cover;
  background-position-x: center;
}
.top .common-top .top-banner h2 {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.top .common-top .exhibition-title {
  background-image: url("../images/layout/sub-banner_kofas_2021.jpg");
}
.top .common-top .application-title {
  background-image: url("../images/layout/sub-banner_company.jpg");
}
.top .common-top .application-title- {
  background-image: url("../images/layout/sub-banner_customer.jpg");
}
.top .common-top .news-title {
  background-image: url("../images/layout/kimex-sub-banner1@3x.jpeg");
}
.top .common-top .faq-title {
  background-image: url("../images/layout/Kimex_News_banner@2x.png");
}
.top .common-top .matching-title {
  background-image: url("../images/layout/thetech-sub-banner-digital@2x.png");
}
.top .common-top .top-nav {
  width: 100%;
  height: 70px;
  display: block;
  white-space: nowrap;
}
.top .common-top .top-nav .sub-nav-box {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  text-align: center;
  position: relative;
  min-width: 100%;
  border-bottom: solid 1.5px #E5E5E5;
}
.top .common-top .top-nav .sub-nav-box ul {
  border-bottom: solid 1.5px #E5E5E5;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.top .common-top .top-nav .sub-nav-box ul li.tabs-line {
  background: #333;
  position: absolute;
  height: 3px;
  bottom: 0;
}
.top .common-top .top-nav .sub-nav-box ul li a {
  overflow: hidden;
  display: block;
  font-weight: bold;
  color: #292929;
  font-size: 16px;
  padding: 24px;
}
.top .common-top .top-nav .sub-nav-box ul li a:hover, .top .common-top .top-nav .sub-nav-box ul li a:active, .top .common-top .top-nav .sub-nav-box ul li a.selected {
  padding: 24px 24px 19px 24px;
  border-bottom: 3px solid #333;
}
@media (max-width: 375px) {
  .top .common-top .top-nav .sub-nav-box ul li a span {
    font-size: 14px !important;
  }
}
@media (max-width: 375px) {
  .top .common-top .top-nav .sub-nav-box ul li a span {
    font-size: 14px !important;
  }
}

.long-btn {
  width: 200px !important;
}

.sub-content {
  padding: 128px 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.sub-content.defalut-padding {
  padding-top: 0;
}
.sub-content .ei-title, .sub-content .mobile-shadow-card {
  display: none;
}
.sub-content .content-ei {
  overflow: hidden;
  float: left;
  margin-bottom: 125px;
  width: 47.4%;
}
.sub-content .content-ei h3 {
  margin: 0;
}
.sub-content .content-ei .ei-text {
  margin-bottom: 35px;
}
.sub-content .content-ei .ei-text h3 {
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
}
.sub-content .content-ei .ei-text h6 {
  letter-spacing: normal;
  line-height: normal;
}
.sub-content .content-ei .ei-download-btn {
  overflow: hidden;
}
.sub-content .content-ei .ei-download-btn .ai-btn {
  margin-right: 15px;
  width: 97px;
}
.sub-content .content-ei .ei-download-btn .png-btn {
  width: 116px;
}
.sub-content .web-shadow-card {
  width: 515px;
  height: 250px;
  float: right;
  text-align: center;
}
.sub-content .web-shadow-card img {
  width: 400px;
  height: 125px;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sub-content .content-symbol {
  float: left;
  width: 100%;
}
.sub-content .content-symbol h3 {
  margin: 0;
}
.sub-content .content-symbol .border-box {
  border: solid 1px #979797;
  margin: 24px 0 35px 0;
  overflow: hidden;
  width: 100%;
  height: 320px;
}
.sub-content .content-symbol .border-box img {
  width: 19%;
  margin: 0 10%;
}
.sub-content .content-symbol .border-box img, .sub-content .content-symbol .border-box h6, .sub-content .content-symbol .border-box div {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sub-content .content-symbol .border-box h6 {
  margin-right: 1%;
  margin-top: 0;
  font-weight: 500;
}
.sub-content .content-symbol .border-box .symbol-color {
  float: left;
  width: 20%;
  height: 80px;
  margin: 0;
}
.sub-content .content-symbol .border-box .symbol-color .circle {
  width: 80px;
  height: 80px;
  float: left;
  padding: 30px 0;
  text-align: center;
  margin-right: 18px;
}
.sub-content .content-symbol .border-box .symbol-color .circle span {
  color: #FFF;
}
.sub-content .content-symbol .border-box .symbol-color .symbol-black {
  background-color: #221E1F;
}
.sub-content .content-symbol .border-box .symbol-color .symbol-gray {
  background-color: #4C4C4E;
}
.sub-content .content-symbol .border-box .symbol-color .symbol-magenta {
  background-color: #C40063;
}
.sub-content .content-symbol .symbol-box {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sub-content .content-symbol .symbol-box {
    margin-top: 15px;
    display: grid;
  }
}
.sub-content .content-symbol .symbol-box .border-box {
  border: solid 1px #979797;
  overflow: hidden;
  width: 100%;
  height: 320px;
  display: inline-block;
  float: left;
}
@media (max-width: 768px) {
  .sub-content .content-symbol .symbol-box .border-box {
    width: 100%;
  }
}
.sub-content .content-symbol .symbol-box .border-box img {
  width: 60%;
  margin: 0 20%;
}
.sub-content .content-symbol .symbol-box .border-box img, .sub-content .content-symbol .symbol-box .border-box h6, .sub-content .content-symbol .symbol-box .border-box div {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sub-content .content-symbol .symbol-box .txt-box {
  display: inline-block;
  width: calc(100% - 520px);
  margin: 80px 0 0 37px;
}
.sub-content .content-symbol .symbol-box .txt-box h6 {
  display: inline-block;
  margin-right: 1%;
  font-weight: 500;
}
.sub-content .content-symbol .symbol-box .symbol-color {
  overflow: hidden;
  float: left;
  width: 20%;
  height: 80px;
  margin: 0;
}
.sub-content .content-symbol .symbol-box .symbol-color .circle {
  width: 80px;
  height: 80px;
  float: left;
  padding: 30px 0;
  text-align: center;
  margin-right: 18px;
}
.sub-content .content-symbol .symbol-box .symbol-color .circle span {
  color: #FFF;
}
.sub-content .content-symbol .symbol-box .symbol-color .symbol-black {
  background-color: #221E1F;
}
.sub-content .content-symbol .symbol-box .symbol-color .symbol-gray {
  background-color: #4C4C4E;
}
.sub-content .content-symbol .symbol-box .symbol-color .symbol-magenta {
  background-color: #C40063;
}
@media (max-width: 768px) {
  .sub-content .content-symbol .symbol-box .txt-box {
    width: 100%;
    margin: 5px 0 5px 0;
  }
}
.sub-content .content-symbol h6 {
  letter-spacing: normal;
  line-height: normal;
}
.sub-content.visitor-part-intro {
  padding-top: 20px;
  padding-bottom: 128px;
}
.sub-content.visitor-part-intro.invite-buyer {
  padding: 0;
  margin-bottom: 3%;
}
.sub-content.visitor-part-intro.invite-buyer .common-content-wrapper.visitor-info-tablebox {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sub-content.visitor-part-intro.invite-buyer .common-content-wrapper.visitor-info-tablebox .visitor-process .pro-box {
  font-weight: normal;
}
.sub-content .intro-bg {
  padding: 128px 0;
  position: relative;
  background-image: url(../images/layout/Kimex_SubBgimg_1920.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  overflow: hidden;
  background-position-x: center;
}
.sub-content .online-intro {
  padding: 20px 0;
  position: relative;
  background-image: url("../images/layout/sub-banner_notice.jpg");
  background-repeat: no-repeat;
  top: 0;
  overflow: hidden;
  background-position-x: center;
}
.sub-content .exhibition-summary .summary-bg {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  top: 460px;
  left: 0;
  z-index: -5;
}
.sub-content .exhibition-summary h3 {
  font-weight: bold;
  margin: 0;
}
.sub-content .exhibition-summary ul {
  height: auto;
  overflow: hidden;
  padding-left: 0;
  margin: 50px 0;
  width: 70%;
  list-style: none;
}
.sub-content .exhibition-summary ul li > div {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
  float: left;
}
.sub-content .exhibition-summary ul li > div.w20 {
  width: 20%;
}
.sub-content .exhibition-summary ul li > div.w80 {
  width: 80%;
}
.sub-content .exhibition-summary ul li > div .white-btn {
  overflow: hidden;
  display: inline-block;
  width: 82px;
  height: 44px;
}
.sub-content .exhibition-summary ul li > div .white-btn img, .sub-content .exhibition-summary ul li > div .white-btn span {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sub-content .exhibition-summary ul li > div .white-btn img {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 10px;
}
.sub-content .exhibition-summary ul li > div .white-btn span {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.sub-content .exhibition-summary ul li > div .see-btn {
  float: left;
  margin-right: 15px;
  width: auto;
  padding-right: 10px;
}
.sub-content .participate-btn {
  width: auto;
  height: 44px;
  text-align: center;
  padding: 10px;
}
@media (max-width: 768px) {
  .sub-content .participate-btn {
    margin-top: 16px;
  }
}
@media (max-width: 1059px) {
  .sub-content .participate-btn {
    margin-top: 16px;
  }
}
.sub-content .participate-btn a {
  display: block;
  text-align: center;
}
.sub-content .participate-btn a span {
  width: 100%;
}
.sub-content .summary-pink-bg {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 1;
  height: 568px;
  background-image: linear-gradient(133deg, #46B7FF, #225EDF 100%);
}
.sub-content .en-summary-pink-bg {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 1;
  height: 768px;
  background-image: linear-gradient(133deg, #46B7FF, #225EDF 100%);
}
.sub-content .summary-img {
  position: relative;
  float: right;
  right: 67px;
  top: 90px;
  z-index: 2;
  width: 350px;
}
.sub-content .exhibition-category {
  width: 100%;
  overflow: hidden;
}
.sub-content .exhibition-category .category-info-wrapper {
  width: 100%;
  display: inline-block;
  float: left;
}
.sub-content .exhibition-category .category-info-wrapper .category-info-left, .sub-content .exhibition-category .category-info-wrapper .category-info-right {
  width: 50%;
  height: 100%;
  float: left;
}
.sub-content .exhibition-category .category-info-wrapper .category-info-left .category-info-title, .sub-content .exhibition-category .category-info-wrapper .category-info-right .category-info-title {
  padding-bottom: 20px;
}
.sub-content .exhibition-category .category-info-wrapper .category-info-left .category-info-title > h4, .sub-content .exhibition-category .category-info-wrapper .category-info-right .category-info-title > h4 {
  display: inline-block;
  margin: 0 0 0 10px;
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 29px;
  color: #222222;
  border-bottom: 3px solid #677B8C;
}
@media (max-width: 576px) {
  .sub-content .exhibition-category .category-info-wrapper .category-info-left .category-info-title > h4, .sub-content .exhibition-category .category-info-wrapper .category-info-right .category-info-title > h4 {
    font-size: 16px;
  }
}
.sub-content .exhibition-category h3 {
  font-weight: bold;
  margin-bottom: 64px;
}
.sub-content .exhibition-category p {
  margin-bottom: 64px;
}
.sub-content .exhibition-category .other-site-box {
  margin-bottom: 36px;
  overflow: hidden;
}
.sub-content .exhibition-category .other-site-box > div {
  width: 33.3333333333%;
  float: left;
  text-align: center;
  display: inline-block;
  padding: 16px 0;
  border: 1px solid #CCC;
}
.sub-content .exhibition-category .other-site-box > div > img.white-logo {
  display: none;
}
.sub-content .exhibition-category .other-site-box > div:hover {
  background: #FF2E63;
  cursor: pointer;
}
.sub-content .exhibition-category .other-site-box > div.on {
  background: #FF2E63;
}
.sub-content .exhibition-category .other-site-box > div.on img {
  display: none !important;
}
.sub-content .exhibition-category .other-site-box > div.on img.white-logo {
  display: inline-block !important;
}
.sub-content .exhibition-category .category-info {
  display: none;
}
.sub-content .exhibition-category .category-info.on {
  display: inline-block;
}
.sub-content .exhibition-category .category-info h3 {
  margin-bottom: 24px;
}
.sub-content .exhibition-category .category-info .shadow-card {
  width: calc(100% - 20px);
  margin-bottom: 64px;
  padding: 24px;
  text-align: left;
}
.sub-content .exhibition-category .category-info .shadow-card .category-list {
  display: flex;
  justify-content: space-between;
}
.sub-content .exhibition-category .category-info .shadow-card .category-list .category-img {
  width: 64px;
  height: 64px;
}
.sub-content .exhibition-category .category-info .shadow-card .category-list h5 {
  width: 100%;
  font-weight: bold;
  margin: 24px;
}
.sub-content .exhibition-category .category-info .shadow-card .category-list h5.en-margin {
  margin: 12px 15px;
}
.sub-content .exhibition-category .category-info .shadow-card .category-list .list-down {
  margin: 24px 0;
}
.sub-content .exhibition-category .category-info .shadow-card .category-list-content {
  display: none;
}
.sub-content .exhibition-category .category-info .shadow-card .category-list-content h6 {
  letter-spacing: normal;
  line-height: normal;
  float: left;
  margin-top: 24px;
  margin-botton: 0px;
}
.sub-content .exhibition-category .category-info .shadow-card:nth-of-type(1), .sub-content .exhibition-category .category-info .shadow-card:nth-of-type(2) {
  height: auto;
}
.sub-content .exhibition-category .category-info .shadow-card:nth-of-type(3), .sub-content .exhibition-category .category-info .shadow-card:nth-of-type(4) {
  height: auto;
}
.sub-content .exhibition-category .category-info .shadow-card:nth-of-type(5), .sub-content .exhibition-category .category-info .shadow-card:nth-of-type(6) {
  height: auto;
}
.sub-content .exhibition-category .category-info .shadow-card:nth-of-type(7), .sub-content .exhibition-category .category-info .shadow-card:nth-of-type(8) {
  height: auto;
}
.sub-content .exhibition-category .category-info .shadow-card:nth-of-type(9), .sub-content .exhibition-category .category-info .shadow-card:nth-of-type(10) {
  height: auto;
}
.sub-content .exhibition-category .category-info .shadow-card:nth-of-type(11), .sub-content .exhibition-category .category-info .shadow-card:nth-of-type(12) {
  height: auto;
}
.sub-content .exhibition-category .category-info.machine-info .shadow-card:nth-of-type(1), .sub-content .exhibition-category .category-info.machine-info .shadow-card:nth-of-type(2), .sub-content .exhibition-category .category-info.machine-info .shadow-card:nth-of-type(3), .sub-content .exhibition-category .category-info.machine-info .shadow-card:nth-of-type(4) {
  height: 465px;
}
.sub-content .last-exhibition {
  display: block;
  overflow: hidden;
  width: 100%;
}
.sub-content .last-exhibition h3 {
  display: block;
  font-weight: bold;
  margin: 64px 0 24px;
  width: 100%;
}
.sub-content .last-exhibition .common-list:last-child {
  margin-bottom: 0;
}
.sub-content .last-exhibition .common-list ul .common-list-sub a {
  overflow: hidden;
  display: block;
  text-align: center;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list {
  overflow: hidden;
  float: none;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list .last-exhibition-title {
  float: left;
  width: 50%;
  font-weight: bold;
  font-size: 18px;
  padding-left: 16px;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content {
  width: 100%;
  overflow: hidden;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 50px;
  height: 370px;
  background: linear-gradient(133deg, #ff8fde, #ff1852 100%);
  background: -ms-linear-gradient(133deg, #ff8fde, #ff1852 100%);
  padding-top: 50px;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers .last-number-title {
  opacity: 0.2;
  font-size: 150px;
  font-weight: 800;
  color: #FFF;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers .numbers-contents-sub {
  transform: translateY(-130%);
  float: none;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers .numbers-contents-sub > div {
  color: white;
  float: none;
  display: inline-block;
  border-right: 1px solid white;
  margin-right: 36px;
  padding-right: 36px;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers .numbers-contents-sub > div h1 {
  margin: 5px 0;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers .numbers-contents-sub > div:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content a {
  width: calc(50% - 24px);
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: visible;
  display: inline-block;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .shadow-card {
  float: left;
  width: 100%;
  height: 320px;
  padding: 64px 0;
  text-align: center;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .shadow-card .last-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .shadow-card h6 {
  font-weight: bold;
  margin: 16px auto;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .shadow-card .last-download {
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
.sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .shadow-card .last-part-guide {
  margin-right: 25px;
}
.sub-content .news a > div.img-cover, .sub-content .news .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img a > div.m, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .sub-content .news a > div.m {
  float: left;
  width: 20%;
  height: 130px;
  position: relative;
}
.sub-content .news a > div:nth-child(2) {
  padding-left: 24px;
  width: 80%;
}
.sub-content .news a > div .common-sub-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 22px;
  height: 22px;
}
.sub-content .news a > div .common-sub-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 17px;
  height: 34px;
}
.sub-content .news .more-btn {
  display: none;
}
.sub-content .news h3 {
  font-weight: bold;
  margin-bottom: 24px;
}
.sub-content .news .notice-detail {
  border-top: 3px solid #FF2E63;
  margin-bottom: 24px;
}
.sub-content .news .notice-detail h5 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 24px 0;
}
.sub-content .news .notice-detail table {
  width: 100%;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 16px;
}
.sub-content .news .notice-detail table tbody {
  display: flex;
  flex-wrap: wrap;
}
.sub-content .news .notice-detail table tr {
  width: 50%;
  display: flex;
}
.sub-content .news .notice-detail table tr .board-write-date {
  display: flex;
  align-items: center;
}
.sub-content .news .notice-detail table tr td {
  border-right: 0;
}
.sub-content .news .notice-detail table tr td a {
  color: #292929;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.sub-content .news .notice-detail table tr td a:hover {
  text-decoration: underline;
}
.sub-content .news .notice-detail table th, .sub-content .news .notice-detail table td {
  padding: 15px 0;
}
.sub-content .news .notice-detail table th {
  width: 100px;
  background: #F8F8F8;
  border-right: 1px solid #DDD;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-content .news .notice-detail table td {
  padding: 15px;
  width: calc(100% - 100px);
}
.sub-content .news .notice-detail table .w100 {
  width: 100%;
}
.sub-content .news .notice-detail .notice-subject {
  padding: 40px 16px;
  min-height: 225px;
}
.sub-content .news .notice-detail .notice-subject img {
  display: block;
  margin: auto;
  max-width: 80%;
}
.sub-content .news .notice-detail .pr-box-detail {
  padding: 40px 16px;
  min-height: 225px;
  margin-bottom: 70px;
}
.sub-content .news .notice-detail .pr-box-detail img {
  display: block;
  margin: auto;
  max-width: 80%;
}
.sub-content .news .notice-detail .pr-box-detail .pr-image {
  width: 59%;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  outline: none;
  border: none;
}
.sub-content .news .notice-detail .pr-box-detail .slick-slide {
  outline: none;
  border: none;
}
.sub-content .news .notice-detail .pr-box-detail .slider-text {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 8px 0 32px 0;
}
.sub-content .news .notice-detail .pr-box-detail .slick-dots {
  display: inline-block;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.sub-content .news .notice-detail .pr-box-detail .slick-dots button:before {
  content: "";
  background-color: #999;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sub-content .news .notice-detail .pr-box-detail .slick-dots .slick-active button:before {
  opacity: 0.75;
  color: black;
}
.sub-content .news .notice-detail .pr-box-detail .slick-arrow {
  z-index: 4;
}
.sub-content .news .notice-detail .pr-box-detail .slick-arrow.slick-prev {
  left: 12%;
  height: auto;
  transform: translateY(-100%);
}
.sub-content .news .notice-detail .pr-box-detail .slick-arrow.slick-prev:before {
  content: "\f053";
  color: #FF2E63;
  font-size: 35px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sub-content .news .notice-detail .pr-box-detail .slick-arrow.slick-next {
  right: 12%;
  height: auto;
  transform: translateY(-100%);
}
.sub-content .news .notice-detail .pr-box-detail .slick-arrow.slick-next:before {
  content: "\f054";
  color: #FF2E63;
  font-size: 35px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sub-content .news .pink-border-btn {
  float: right;
  width: 78px;
  height: 44px;
  padding: 10px;
}
.sub-content .news .pink-border-btn a {
  margin: 0;
}
.sub-content .faq .common-list {
  overflow: hidden;
  border-top: solid 3px #FF2E63;
}
.sub-content .faq .common-list ul li {
  width: 100%;
  padding: 0;
  border-top: solid 1px #DDD;
}
.sub-content .faq .common-list ul li:first-child {
  border-top: 0;
}
.sub-content .faq .common-list ul li .none-content {
  padding: 16px 0;
}
.sub-content .faq .common-list ul li.common-list-sub {
  overflow: hidden;
}
.sub-content .faq .common-list ul li.common-list-sub a {
  width: 100%;
  display: table;
  padding: 20px 0;
  color: #292929;
  text-decoration: none;
}
.sub-content .faq .common-list ul li.common-list-sub .faq-list {
  width: 100%;
  display: table;
  padding: 24px 0;
  cursor: pointer;
}
.sub-content .faq .common-list ul li.common-list-sub .faq-list div {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.sub-content .faq .common-list ul li.common-list-sub .faq-title {
  width: 70%;
  text-align: left;
  font-weight: bold;
  display: block;
}
.sub-content .faq .common-list ul li.common-list-sub .faq-title:before {
  content: "Q.  ";
  color: #FF2E63;
}
.sub-content .faq .common-list ul li.common-list-sub .list-down {
  transform: rotate(180deg);
  width: 21px;
  height: 13px;
}
.sub-content .faq .common-list ul li.common-list-sub .faq-content {
  font-size: 16px;
  display: none;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 36px 16px;
  text-align: left;
  background: #F8F8F8;
  border-top: solid 1px #DDD;
  font-weight: 500;
}
.sub-content .faq .common-list ul li.common-list-sub .faq-content:before {
  content: "A.  ";
  color: #FF2E63;
  font-size: 18px;
}
.sub-content .faq .common-list ul li.common-list-sub .faq-content a {
  padding: 0;
  text-decoration: underline;
}
.sub-content .more-btn {
  display: none;
}
.sub-content.company-part-intro .company-intro-topbtn {
  background: #EEE;
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper {
  overflow: hidden;
  padding: 64px 16px;
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div {
  width: 20%;
  text-align: center;
  cursor: pointer;
  float: left;
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div > div {
  background: white;
  border-radius: 50%;
  margin-bottom: 24px;
  width: 100px;
  height: 100px;
  display: inline-block;
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div > div .white {
  display: none;
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div > div:hover {
  background: #FF2E63;
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div > div.active {
  background: #FF2E63;
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div > div.active img {
  display: none !important;
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div > div.active .white {
  display: inline-block !important;
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div > div.btn-left img {
  left: 5px;
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div > div img {
  width: 48px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div > div p {
  font-weight: bold;
}
@media (max-width: 768px) {
  .sub-content.company-part-intro .visitor-part .visitor-part- {
    width: 100%;
  }
}
.sub-content.company-part-intro .visitor-part td {
  padding: 30px;
}
.sub-content.company-part-intro .visitor-part td .admission-fee:after {
  content: "";
  display: block;
  width: 212px;
  border-bottom: solid 1px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sub-content.company-part-intro .visitor-part td .admission-fee:after {
    width: 186px !important;
  }
}
.sub-content.company-part-intro .visitor-part td.visitor-td {
  background-color: #292929;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
}
.sub-content.company-part-intro .visitor-part .period_visiting {
  text-align: right;
}
.sub-content.company-part-intro .visitor-part .period_visitingperiod_visiting- {
  text-align: center;
}
.sub-content.company-part-intro .visitor-intro {
  overflow: hidden;
  position: relative;
}
.sub-content.company-part-intro .visitor-intro .shadow-card {
  width: calc(33% - 16px);
  margin: 10px;
  height: auto;
}
.sub-content.company-part-intro .visitor-intro .shadow-card > div {
  padding-left: 10px;
  padding-right: 10px;
}
.sub-content.company-part-intro .visitor-intro .shadow-card h6 {
  text-align: left;
  min-height: 145px;
  margin-bottom: 20px;
}
.sub-content.company-part-intro .visitor-intro .shadow-card h6 p {
  padding-left: 18px;
  margin-bottom: 0;
  position: relative;
}
.sub-content.company-part-intro .visitor-intro .shadow-card h6 p:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 4px;
}
@media (max-width: 992px) {
  .sub-content.company-part-intro .visitor-intro .shadow-card h6 {
    min-height: 170px;
  }
}
@media (max-width: 768px) {
  .sub-content.company-part-intro .visitor-intro .shadow-card h6 {
    min-height: initial;
  }
}
.sub-content.company-part-intro .visitor-intro .shadow-card .down-btn {
  padding: 0 15px;
}
.sub-content.company-part-intro .visitor-process {
  display: table;
  width: 100%;
}
.sub-content.company-part-intro .visitor-process > div {
  display: table-cell;
  vertical-align: middle;
  justify-content: center;
}
.sub-content.company-part-intro .visitor-process .pro-box {
  border-radius: 4px;
  border: solid 2px #FF2E63;
  padding: 20px 25px 20px 25px;
  text-align: center;
  font-weight: bold;
  width: 25%;
  vertical-align: middle;
}
.sub-content.company-part-intro .visitor-process .pro-box.visitor-box {
  width: auto;
}
.sub-content.company-part-intro .visitor-process .pro-box.visitor-pro-box {
  width: 33%;
  vertical-align: top;
  padding: 35px 25px 35px 25px;
}
@media (max-width: 768px) {
  .sub-content.company-part-intro .visitor-process .pro-box.visitor-pro-box {
    width: 100%;
  }
}
.sub-content.company-part-intro .visitor-process .pro-box .pro-box- {
  vertical-align: top;
}
.sub-content.company-part-intro .visitor-process .list-down {
  transform: rotate(90deg);
}
.sub-content.company-part-intro h3, .sub-content.company-part-intro h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.sub-content.company-part-intro h3.entry-step-h3, .sub-content.company-part-intro h5.entry-step-h3 {
  margin-bottom: 20px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .sub-content.company-part-intro h3.entry-step-h3, .sub-content.company-part-intro h5.entry-step-h3 {
    padding-top: 10px;
  }
}
.sub-content.company-part-intro h3.enter-info-h5, .sub-content.company-part-intro h5.enter-info-h5 {
  margin-top: 0px;
}
.sub-content.company-part-intro h3.visitor-h5, .sub-content.company-part-intro h5.visitor-h5 {
  margin-top: 15px;
  margin-bottom: 0px;
}
.sub-content.company-part-intro h3.facility-apply-h5, .sub-content.company-part-intro h5.facility-apply-h5 {
  padding-bottom: 49px;
}
@media (max-width: 768px) {
  .sub-content.company-part-intro h3.facility-apply-h5, .sub-content.company-part-intro h5.facility-apply-h5 {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .sub-content.company-part-intro h3.mobile-company-h3, .sub-content.company-part-intro h5.mobile-company-h3 {
    margin-top: 50px;
  }
}
.sub-content.company-part-intro .desc {
  color: #FF2E63;
}
.sub-content.company-part-intro .booth-img {
  width: 100%;
}
.sub-content.company-part-intro .booth-img.booth-end {
  height: 200px;
}
.sub-content.company-part-intro .booth-img.premium-bottom {
  height: 200px;
}
.sub-content.company-part-intro .shadow-card {
  width: calc(33.3333333333% - 36px);
  height: 316px;
  padding: 50px 0;
  margin-right: 18px;
  margin-left: 18px;
}
.sub-content.company-part-intro .shadow-card:last-child {
  margin-right: 0;
}
.sub-content.company-part-intro .shadow-card img.category-img {
  height: 64px;
  margin-bottom: 24px;
}
.sub-content.company-part-intro .download-btn {
  text-align: center;
}
.sub-content.company-part-intro .download-btn .down-btn {
  height: auto;
  width: 448px;
}
.sub-content.company-part-intro .download-btn .down-btn a {
  padding: 24px 0;
}
.sub-content.company-part-intro .download-btn .down-btn a span, .sub-content.company-part-intro .download-btn .down-btn a img {
  float: none;
  top: 0;
  transform: inherit;
}
.sub-content.company-part-intro h6 {
  line-height: 24px;
}
.sub-content.company-part-intro h6.step1-h6 {
  text-align: left;
  margin-bottom: 0px;
  letter-spacing: -1px;
}
.sub-content.company-part-intro h6.step1-h6-1024 {
  text-align: left;
  margin-bottom: 0px;
  display: none;
}
.sub-content.company-part-intro h6 span {
  font-size: 18px;
  color: #FF2E63;
  font-weight: bold;
  margin-top: 16px;
}
.sub-content.company-part-intro .common-content-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}
.sub-content.company-part-intro .common-content-wrapper.common-content-wrapper {
  padding-bottom: 0px;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box {
  padding-top: 35px;
  padding-bottom: 30px;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .company-list-type {
  margin: 0 0 40px 0;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .list-type-box {
  margin-bottom: 40px;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .list-type-box > span {
  margin-right: 40px;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .list-type-box .list-type {
  font-size: 16px;
  display: inline-block;
  width: 180px;
  padding-bottom: 10px;
  border-bottom: 2px solid #292929;
  cursor: pointer;
  color: #292929;
  text-align: left;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .list-type-box .list-type.active {
  color: #FF2E63;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .navi-table {
  width: 100%;
  margin-bottom: 30px;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .navi-table tbody tr {
  margin-bottom: 15px;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .navi-table tbody tr .list-navi-item {
  display: inline-block;
  margin-right: 15px;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .navi-table tbody tr .list-navi-item:last-child {
  margin: 0;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .navi-table tbody tr .list-navi-item a {
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #292929;
  box-sizing: border-box;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .navi-table tbody tr .list-navi-item.active a {
  color: #FF2E63;
  border-bottom: 1px solid #FF2E63;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .search-box {
  border-top: 1px solid #CCC;
  padding: 20px 0;
  overflow: hidden;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .search-box div {
  float: right;
}
.sub-content.company-part-intro .common-content-wrapper.navi-box .search-box div input[type=text] {
  border: none;
}
.sub-content.company-part-intro .common-content-wrapper .company-list-type {
  font-size: 20px;
  color: #FF2E63;
  font-weight: bold;
}
.sub-content.company-part-intro .common-content-wrapper .company-list-type .icon-bracket-right:before {
  content: "\f077";
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox h5 {
  display: inline-block;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox span {
  font-size: 16px;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-detail-content {
  font-size: 16px;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-wrapper {
    display: block;
  }
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-wrapper .booth-img-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-wrapper .booth-img-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-wrapper .booth-table-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-wrapper .booth-table-wrapper {
    width: inherit;
  }
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-wrapper .ref-wrapper .ref-content {
  margin-left: 20px;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-wrapper .ref-wrapper .ref-content.important-text {
  font-weight: bold;
  color: blue;
}
@media (max-width: 768px) {
  .sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-wrapper .ref-wrapper .ref-content {
    margin-left: 18px;
  }
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-wrapper .ref-wrapper .text-bold {
  font-weight: bold;
  color: blue;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-info {
  display: flex;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-info div {
  width: 100%;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-info div img {
  width: 180%;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-info .booth4 .booth-wrapper .booth-img-wrapper {
  text-align: center;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .booth-info .booth4 .booth-wrapper .booth-img-wrapper img {
  width: 140%;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .common-table {
  margin-bottom: 50px;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .common-table.common-table {
  margin-bottom: 10px;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .common-table:last-child {
  margin-bottom: 0;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-tab-menu ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  overflow: hidden;
  display: table;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-tab-menu ul li {
  cursor: pointer;
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 24px 0;
  color: #292929;
  border: 1px solid #CCC;
  border-right: 0;
}
@media (max-width: 402px) {
  .sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-tab-menu ul li {
    font-size: 10px;
  }
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-tab-menu ul li:last-child {
  border-right: 1px solid #CCC;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-tab-menu ul li.active {
  border: 1px solid #FB6A7B;
  background: #FB6A7B;
  color: white;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-info-box {
  padding: 35px;
  border: 1px solid #FF2E63;
  display: none;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-info-box.active {
  display: block;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-info-box .common-table.common-table- {
  word-break: initial;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-info-box .common-table th {
  background: #FB6A7B;
  border-color: #FB6A7B;
}
.sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .mobile-booth-table {
  display: none;
}
.sub-content.company-part-intro .common-content-wrapper.visitor-info-tablebox {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .sub-content.company-part-intro .common-content-wrapper.visitor-info-tablebox {
    padding-bottom: 0px;
  }
}
.sub-content.company-part-intro .vat {
  text-align: right;
  color: #FF2E63;
  font-weight: bold;
}
.sub-content.company-part-intro .vat.vat- {
  color: black;
}
.sub-content.application-form .application-homepage-input {
  width: 100% !important;
}
.sub-content.application-form .application-email {
  display: flex !important;
}
.sub-content.application-form .pc-login-mail, .sub-content.application-form .m-login-mail {
  color: #FF2E63;
}
.sub-content.application-form .pc-login-mail {
  display: block;
}
.sub-content.application-form .m-login-mail {
  display: none;
}
@media (max-width: 768px) {
  .sub-content.application-form .application-email {
    display: block !important;
  }
  .sub-content.application-form .pc-login-mail {
    display: none;
  }
  .sub-content.application-form .m-login-mail {
    display: block;
  }
}
.sub-content.application-form .red-text {
  color: red;
}
.sub-content.application-form .application-input.visit-user {
  margin-bottom: 0;
}
.sub-content.application-form .application-input.visit-user .not-form:after {
  content: "";
  clear: both;
}
.sub-content.application-form .application-input.visit-user .not-form > label, .sub-content.application-form .application-input.visit-user .not-form > span {
  display: inline-block;
  float: left;
}
.sub-content.application-form .application-input.visit-user .not-form > label {
  width: 210px;
}
.sub-content.application-form .application-input.visit-user .not-form > span {
  display: block;
  width: calc(50% - 210px);
}
.sub-content.application-form .application-input.visit-user.last {
  margin-bottom: 64px;
}
.sub-content.application-form input[type=text], .sub-content.application-form input[type=email], .sub-content.application-form input[type=number] {
  max-width: 80%;
}
.sub-content.application-form .table-list-attached .application-input {
  margin-bottom: 0;
}
.sub-content.application-form .table-list-attached .application-input .buyer-table-gap {
  margin-bottom: 70px;
}
.sub-content.application-form .table-list-attached .application-input .pos-depart-btns input {
  width: 20%;
}
@media (max-width: 768px) {
  .sub-content.application-form .table-list-attached .application-input .pos-depart-btns input {
    width: 100%;
  }
}
.sub-content.application-form .table-list-attached .application-input div ol {
  line-height: 2;
}
.sub-content.application-form .table-list-attached .application-input div ol li {
  font-weight: bold;
}
.sub-content.application-form .table-list-attached .application-input span {
  font-weight: bold;
}
.sub-content.application-form .table-list-attached .application-input > div:first-child {
  border-top: 0;
}
.sub-content.application-form .table-list-attached .application-input:last-of-type, .sub-content.application-form .table-list-attached .application-input:last-child {
  margin-bottom: 64px;
}
.sub-content.application-form .table-list-attached .application-input:first-child > div:first-child {
  border-top: 2px solid #333;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input.stay-info {
  width: 100%;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input.stay-info > div > div {
  width: calc(84% - 32px);
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input.stay-info > div > div input[type=text] {
  width: 50%;
  margin-bottom: 10px;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input.stay-info p {
  width: 160%;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input .buyer_name_email {
  margin-bottom: 0;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input > div .com_address {
  width: 100%;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input > div > div {
  width: 50%;
  float: left;
  display: table;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input > div > div label {
  width: 160px;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input > div > div select {
  width: 93%;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input > div > div input[type=text] {
  width: calc(100% - 32px);
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input > div > div p {
  width: 150%;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input .stay-info-sub {
  width: calc(84% - 32px);
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input .stay-info-sub input[type=text] {
  width: 50%;
  margin-bottom: 10px;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input .stay-info-sub .datepicker {
  /*저장된 양식*/
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input .stay-info-sub .datepicker.checkout_date {
  margin-right: 16px;
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input .stay-info-sub .datepicker {
  /*기본양식*/
}
.sub-content.application-form .usage-form-invite-buyer .invite-buyer-application-box .application-input .stay-info-sub .datepicker.checkout_date_default {
  margin-right: 16px;
}
.sub-content.application-form .usage-form-pass-settled .application-input > div, .sub-content.application-form .usage-form-fixed-parking .application-input > div {
  width: 100%;
  clear: both;
}
.sub-content.application-form .usage-form-pass-settled .application-input > div > div, .sub-content.application-form .usage-form-fixed-parking .application-input > div > div {
  width: calc((100% - 250px) / 2);
  float: left;
}
.sub-content.application-form .usage-form-pass-settled .application-input label, .sub-content.application-form .usage-form-fixed-parking .application-input label {
  width: 100px;
  float: left;
  margin-top: 0.6em;
}
.sub-content.application-form .usage-form-pass-settled .application-input input, .sub-content.application-form .usage-form-fixed-parking .application-input input {
  width: calc(100% - 120px);
}
.sub-content.application-form .usage-form-pass-settled .show-mobile, .sub-content.application-form .usage-form-fixed-parking .show-mobile {
  display: none;
}
.sub-content.application-form .usage-form-pass-settled .show-desktop, .sub-content.application-form .usage-form-fixed-parking .show-desktop {
  display: inline-block;
}
@media (max-width: 768px) {
  .sub-content.application-form .usage-form-pass-settled .application-input > div > div, .sub-content.application-form .usage-form-fixed-parking .application-input > div > div {
    width: 50%;
  }
  .sub-content.application-form .usage-form-pass-settled .show-mobile, .sub-content.application-form .usage-form-fixed-parking .show-mobile {
    display: block;
  }
  .sub-content.application-form .usage-form-pass-settled .show-desktop, .sub-content.application-form .usage-form-fixed-parking .show-desktop {
    display: none;
  }
}
.sub-content.application-form .usage-form-online-exhibition .table-list-attached .application-input-header > div {
  border-top: 2px solid #333;
  padding: 16px;
}
.sub-content.application-form .usage-form-online-exhibition .table-list-attached .application-input-header > div input[type=radio] {
  margin-right: 5px;
}
.sub-content.application-form .usage-form-online-exhibition .table-list-attached .application-input-header > div label {
  margin-bottom: 10px;
  width: 210px;
  display: table-cell;
  vertical-align: middle;
  float: left;
}
@media (max-width: 768px) {
  .sub-content.application-form .usage-form-online-exhibition .table-list-attached .application-input-header > div label {
    width: 100%;
  }
}
.sub-content.application-form .usage-form-online-exhibition .table-list-attached .application-input-header > div label span {
  color: #FF2E63;
}
.sub-content.application-form .usage-form-online-exhibition .table-list-attached .application-input-header > div div {
  width: calc(100% - 210px);
}
.sub-content.application-form .usage-form-online-exhibition .table-list-attached .application-input-header > div span {
  font-weight: bold;
}
.sub-content.application-form .usage-form-online-exhibition .table-list-attached .application-input {
  width: 100%;
}
.sub-content.application-form .usage-form-online-exhibition .table-list-attached .application-input.no-margin {
  margin-bottom: 0px;
}
.sub-content.application-form .usage-form-online-exhibition .application-input {
  margin-bottom: 64px;
}
.sub-content.application-form .usage-form-online-exhibition .application-input > div {
  width: 100%;
  clear: both;
}
.sub-content.application-form .usage-form-online-exhibition .application-input > div > div {
  width: calc((100% - 250px) / 2);
  float: left;
}
.sub-content.application-form .usage-form-online-exhibition .application-input .step-table {
  width: 100%;
}
@media (max-width: 768px) {
  .sub-content.application-form .usage-form-online-exhibition .application-input .step-table {
    width: 100%;
  }
}
.sub-content.application-form .usage-form-online-exhibition .application-input .step-table .step-table-td {
  width: 30%;
  display: inline-block;
}
.sub-content.application-form .usage-form-online-exhibition .application-input .step-table .step-table-td img {
  margin-top: 10px;
  max-width: 100%;
}
.sub-content.application-form .usage-form-online-exhibition .application-input .necessary-image-info {
  margin: 5px 0 0 0;
  font-size: 14px;
  display: block;
}
.sub-content.application-form .usage-form-online-exhibition .show-mobile {
  display: none;
}
.sub-content.application-form .usage-form-online-exhibition .show-desktop {
  display: inline-block;
}
@media (max-width: 768px) {
  .sub-content.application-form .usage-form-online-exhibition .application-input > div > div {
    width: 50%;
  }
  .sub-content.application-form .usage-form-online-exhibition .application-input input {
    max-width: 100%;
  }
  .sub-content.application-form .usage-form-online-exhibition .show-mobile {
    display: block;
  }
  .sub-content.application-form .usage-form-online-exhibition .show-desktop {
    display: none;
  }
}
.sub-content.application-form .application-tab-menu {
  width: 100%;
  margin-bottom: 64px;
}
.sub-content.application-form .application-tab-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  overflow: hidden;
  display: flex;
}
.sub-content.application-form .application-tab-menu ul li {
  width: 25%;
  margin-left: -2px;
  display: flex;
  justify-content: flex-end;
}
.sub-content.application-form .application-tab-menu ul li .btn {
  white-space: normal;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  cursor: default;
  pointer-events: none;
  background-color: transparent;
  color: #999;
  border-radius: 0;
  border-bottom: 3px solid #CCC;
}
.sub-content.application-form .application-tab-menu ul li .btn img {
  width: 36px;
  margin-right: 16px;
}
.sub-content.application-form .application-tab-menu ul li .btn.active {
  border-bottom: 3px solid #FF2E63;
  color: #FF2E63;
  box-shadow: none;
}
.sub-content.application-form .application-tab-menu ul li .btn.active-end {
  border-bottom: 3px solid #FF2E63;
}
.sub-content.application-form .application-title {
  margin-bottom: 64px;
}
.sub-content.application-form .application-title .left {
  float: left;
}
.sub-content.application-form .application-title h3, .sub-content.application-form .application-title p {
  text-align: center;
  margin: 0;
}
.sub-content.application-form .application-title h3 {
  margin-bottom: 24px;
}
.sub-content.application-form h4 {
  margin-bottom: 16px;
}
.sub-content.application-form.agree-form .common-table {
  margin-bottom: 0;
}
.sub-content.application-form.agree-form .common-table th, .sub-content.application-form.agree-form .common-table td {
  text-align: left;
}
.sub-content.application-form.agree-form .common-table td.border-none {
  border: none;
}
.sub-content.application-form.agree-form .common-table .agreement-txt {
  max-height: 200px;
  overflow-y: scroll;
}
.sub-content.application-form.agree-form .common-table .agreement-txt h3 {
  font-size: 1em;
}
.sub-content.application-form.agree-form .common-table .regulation-txt {
  overflow-y: scroll;
}
.sub-content.application-form.agree-form .common-table .regulation-txt h3 {
  font-size: 1em;
}
.sub-content.application-form .input-agreement {
  padding: 24px 0;
  display: table;
  width: 100%;
}
.sub-content.application-form .input-agreement input, .sub-content.application-form .input-agreement label {
  display: table-cell;
}
.sub-content.application-form .input-agreement input {
  margin: 0;
}
.sub-content.application-form .input-agreement label {
  width: 100%;
  padding-left: 10px;
}
.sub-content.application-form .agree-desc {
  margin-bottom: 24px;
}
.sub-content.application-form.agree-form .application-input input {
  width: calc(100% - 16px);
  margin-right: 16px;
}
.sub-content.application-form.agree-form .application-input input:last-child {
  margin-right: 0;
}
.sub-content.application-form .visitor-company-list-desc {
  font-size: 18px;
  color: #999;
  font-weight: normal;
}
.sub-content.application-form.visitor-application-form .table-list-attached.attach-bold-line .application-input {
  border-bottom: 2px solid #333;
}
.sub-content.application-form .duty-title:first-child {
  padding: 0;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #292929;
  font-size: 22px;
}
.sub-content.application-form .application-input {
  overflow: hidden;
  margin-bottom: 64px;
}
.sub-content.application-form .application-input .category-label {
  margin-bottom: 15px;
}
.sub-content.application-form .application-input .category-label span {
  color: #FF2E63;
}
.sub-content.application-form .application-input.extra-duty {
  padding: 0;
}
.sub-content.application-form .application-input.visitor-exh-type .types > label {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.sub-content.application-form .application-input.visitor-exh-type .types > label > span {
  padding-left: 20px;
}
.sub-content.application-form .application-input.visitor-exh-type .types > label span {
  color: #999;
  font-weight: normal;
}
@media (max-width: 768px) {
  .sub-content.application-form .application-input.visitor-exh-type .types > label > span {
    display: block;
  }
  .sub-content.application-form .application-input.visitor-exh-type .types > label > span span {
    display: none;
  }
  .sub-content.application-form .application-input.visitor-exh-type .types > label > span span:after {
    display: block;
  }
  .sub-content.application-form .application-input.visitor-exh-type .types > label > span span.mobile-br {
    display: inline-block !important;
  }
}
.sub-content.application-form .application-input select.w-20 {
  width: calc(20% - 10px);
  margin-right: 16px;
}
.sub-content.application-form .application-input .time-info {
  padding: 28px;
}
.sub-content.application-form .application-input.mypage-application-input div {
  display: block;
}
.sub-content.application-form .application-input.mypage-application-input label {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
.sub-content.application-form .application-input.duty-application-input span {
  width: auto;
  display: inline;
}
.sub-content.application-form .application-input .hidden-application {
  display: none !important;
}
.sub-content.application-form .application-input .w-50-m-10 {
  margin: 0 5px;
  width: calc(50% - 10px);
}
.sub-content.application-form .application-input .password-input {
  display: none;
}
.sub-content.application-form .application-input .extra-duty-area {
  padding: 0;
  border-bottom: 1px solid #FFF;
  border-top: 2px solid #FFF;
}
.sub-content.application-form .application-input > div {
  width: 100%;
  padding: 16px;
  display: table;
  border-bottom: 1px solid #CCC;
  float: left;
}
.sub-content.application-form .application-input > div.seminar-time {
  display: flex;
}
.sub-content.application-form .application-input > div.seminar-time .seminar-time-box .application_time {
  display: table;
}
.sub-content.application-form .application-input > div.seminar-time .seminar-time-box .application_time div select {
  width: 210px;
  margin-bottom: 10px;
}
.sub-content.application-form .application-input > div:first-child {
  border-top: 2px solid #292929;
}
.sub-content.application-form .application-input > div p {
  display: inline-block;
  margin: 0 16px 0 0;
  width: calc(50% - 100px);
}
.sub-content.application-form .application-input > div p.online-exhibition-info {
  width: 100%;
}
.sub-content.application-form .application-input > div .w-20 {
  width: calc(20% - 10px);
}
.sub-content.application-form .application-input > div input {
  border: 1px solid #CCC;
  display: inline-block;
  width: calc(50% - 100px);
  padding: 9px 7px;
  margin-right: 16px;
  background-color: white;
}
.sub-content.application-form .application-input > div input.datepicker-text {
  max-width: 45%;
}
@media (max-width: 768px) {
  .sub-content.application-form .application-input > div input.datepicker-text {
    max-width: 100%;
  }
}
.sub-content.application-form .application-input > div input.app-time-input {
  margin-right: 0;
  margin-bottom: 10px;
  width: calc(30% - 10px);
}
.sub-content.application-form .application-input > div input.app-time-input.minute {
  margin: 0 10px 10px 20px;
}
.sub-content.application-form .application-input > div input.width-auto {
  width: auto;
}
.sub-content.application-form .application-input > div input.w-20 {
  width: calc(20% - 10px);
}
.sub-content.application-form .application-input > div input.w100 {
  width: calc(100% - 10px);
}
.sub-content.application-form .application-input > div input.mobile-input {
  width: calc(50% + 5px);
}
.sub-content.application-form .application-input > div input.checkbox {
  width: auto;
  margin-right: 0px;
}
.sub-content.application-form .application-input > div input.before-text {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@supports (-webkit-overflow-scrolling: touch) {
  .sub-content.application-form .application-input > div input {
    font-size: 16px;
  }
}
.sub-content.application-form .application-input > div input[type=radio] {
  width: auto;
  margin-right: 5px;
}
.sub-content.application-form .application-input > div input[type=radio].seminar-radio {
  margin-right: 16px;
}
.sub-content.application-form .application-input > div input:last-child {
  margin-right: 0px;
}
.sub-content.application-form .application-input > div input.no-margin-r {
  margin-right: 0;
}
.sub-content.application-form .application-input > div input.company-checkbox {
  width: 25px;
  height: 15px;
  margin: 0px 5px 0px 0px;
}
.sub-content.application-form .application-input > div select {
  border: 1px solid #CCC;
  display: inline-block;
  width: calc(50% - 100px);
  padding: 9px 7px;
  margin-right: 16px;
  background-color: white;
}
@media (max-width: 768px) {
  .sub-content.application-form .application-input > div select {
    width: calc(50% - 10px);
  }
}
.sub-content.application-form .application-input > div select.h-8 {
  height: 40px;
}
.sub-content.application-form .application-input > div select.w-20 {
  width: calc(20% - 10px);
}
.sub-content.application-form .application-input > div select.w100 {
  width: calc(100% - 10px);
}
.sub-content.application-form .application-input > div select.mobile-input {
  width: calc(50% + 5px);
}
.sub-content.application-form .application-input > div label {
  width: 210px;
  display: table-cell;
  vertical-align: middle;
}
.sub-content.application-form .application-input > div label .black-text {
  color: #292929 !important;
  font-weight: normal;
}
.sub-content.application-form .application-input > div label span {
  color: #FF2E63;
}
.sub-content.application-form .application-input > div label .red-text {
  color: red;
}
.sub-content.application-form .application-input > div label.right-label {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .sub-content.application-form .application-input > div label.right-label {
    padding-left: 0px;
  }
}
.sub-content.application-form .application-input > div label.w-150px {
  width: 150px;
}
.sub-content.application-form .application-input > div label.w-auto {
  width: auto;
}
.sub-content.application-form .application-input > div.bottom-none {
  padding-bottom: 0;
  border-bottom: none;
}
.sub-content.application-form .application-input > div.app-info {
  padding-top: 4px;
  padding-left: 220px;
  font-size: 14px;
}
.sub-content.application-form .application-input > div .desc {
  color: #FF2E63;
  margin-left: 10px;
}
.sub-content.application-form .application-input > div .desc.no-margin {
  margin: 0;
}
.sub-content.application-form .application-input > div .app-info {
  font-size: 14px;
  padding-top: 8px;
}
.sub-content.application-form .application-input .detail-form > div {
  display: block;
}
.sub-content.application-form .application-input .detail-form > div:last-child input {
  margin-bottom: 0;
}
.sub-content.application-form .application-input .detail-form > div:last-child input:first-child {
  margin-left: 0px;
  float: left;
}
.sub-content.application-form .application-input .detail-form > div:last-child input:last-child {
  width: calc(50% - 100px);
}
@supports (-webkit-overflow-scrolling: touch) {
  .sub-content.application-form .application-input .detail-form input {
    font-size: 16px;
  }
}
.sub-content.application-form .application-input .detail-form input:first-child {
  margin-bottom: 16px;
}
.sub-content.application-form .application-input .detail-form .form-check-inline {
  display: inherit;
  margin-bottom: 16px;
}
.sub-content.application-form .application-input .detail-form .form-check-inline input {
  width: 30px;
  margin-bottom: 0;
}
.sub-content.application-form .application-input .detail-form .form-check-inline input[type=checkbox] {
  width: 20px;
  margin-top: 0;
  margin-right: 8px;
}
.sub-content.application-form .application-input .detail-form .form-check-inline label {
  width: auto;
}
.sub-content.application-form .application-input .detail-form .duty-email input {
  float: none !important;
}
.sub-content.application-form .application-input .detail-form .remove-btn {
  margin-top: 10px;
}
.sub-content.application-form .application-input .detail-form .file-list input {
  float: none !important;
}
.sub-content.application-form .application-input .common-table .form-check-label {
  padding: 7px 5px;
  font-weight: normal;
}
.sub-content.application-form .application-input .common-table.other-type-box tbody td {
  border-top: 0;
  word-break: break-all;
}
.sub-content.application-form .application-input .form-control {
  border-radius: 0;
  height: auto;
  padding: 8px 7px;
}
.sub-content.application-form .application-input.fix-page img {
  margin-bottom: 36px;
}
.sub-content.application-form .application-input.fix-page h5 {
  font-weight: bold;
}
.sub-content.application-form .application-input.fix-page .application-btn {
  border: 0;
}
.sub-content.application-form .application-input.fix-page .application-btn .down-btn.white {
  margin-right: 10px;
}
.sub-content.application-form .application-input .category-table .form-check-inline {
  text-align: left;
  width: calc(50% - 20px);
  float: left;
  display: table;
  margin: 5px 0;
}
.sub-content.application-form .application-input .category-table .form-check-inline input {
  width: 20px;
  display: table-cell;
}
.sub-content.application-form .application-input .category-table .form-check-inline label {
  display: table-cell;
  padding: 0;
  width: 100%;
}
.sub-content.application-form .application-input .download-sub {
  border: 0;
  padding: 0;
  padding-bottom: 10px;
}
.sub-content.application-form .application-input .download-sub:first-child {
  border: 0;
}
.sub-content.application-form .application-input.invoice .application-btn {
  padding-top: 50px;
  border-bottom: 0;
}
.sub-content.application-form .application-input.other-application {
  padding: 10px;
}
.sub-content.application-form .application-input.other-application > div:first-child {
  border-top: 0;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form {
  border: 1px solid #CCC;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form.notag-form {
  display: table;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form.notag-form > div {
  display: table-cell;
  vertical-align: middle;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-style {
  width: 80%;
  display: inline-block;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-style.mypage-list {
  width: 65%;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-style.mypage-list .list-text p {
  margin: 0;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-style.necessary .list-icon {
  background-color: #DC3545;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-style .list-icon {
  height: 20px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 5px;
  background-color: #FF2E63;
  color: white;
  padding: 1px 13px;
  font-size: 12px;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-style .list-icon .i-next {
  width: 16px;
  height: 16px;
  margin: 10px 16px;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-icon.necessary > div {
  background-color: #FF2E63;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form:last-child {
  margin-bottom: 0;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-text.rigging-text {
  display: flex;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-text p {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  width: 100%;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-text .bold {
  color: #FF2E63;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-text span {
  color: #999;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-btn {
  width: 19%;
  text-align: right;
  display: inline-block;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-btn.mypage-list-btn {
  width: 34%;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-btn.mypage-list-btn .down-btn {
  width: 48%;
  height: 50px;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-btn.mypage-list-btn .down-btn.red {
  background-color: #DC3545;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-btn.mypage-list-btn .down-btn.display-none {
  display: none;
}
.sub-content.application-form .application-input.other-application > div.other-app-list-form .list-btn.mypage-list-btn .down-btn span br {
  display: none;
}
.sub-content.application-form .duty-wrapper {
  overflow: hidden;
  margin-bottom: 64px;
}
.sub-content.application-form .duty-wrapper .category-label {
  margin-bottom: 15px;
}
.sub-content.application-form .duty-wrapper .category-label span {
  color: #FF2E63;
}
.sub-content.application-form .duty-wrapper.extra-duty {
  padding: 0;
}
.sub-content.application-form .duty-wrapper.visitor-exh-type .types > label {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.sub-content.application-form .duty-wrapper.visitor-exh-type .types > label > span {
  padding-left: 20px;
}
.sub-content.application-form .duty-wrapper.visitor-exh-type .types > label span {
  color: #999;
  font-weight: normal;
}
@media (max-width: 768px) {
  .sub-content.application-form .duty-wrapper.visitor-exh-type .types > label > span {
    display: block;
  }
  .sub-content.application-form .duty-wrapper.visitor-exh-type .types > label > span span {
    display: none;
  }
  .sub-content.application-form .duty-wrapper.visitor-exh-type .types > label > span span:after {
    display: block;
  }
  .sub-content.application-form .duty-wrapper.visitor-exh-type .types > label > span span.mobile-br {
    display: inline-block !important;
  }
}
.sub-content.application-form .duty-wrapper select.w-20 {
  width: calc(20% - 10px);
  margin-right: 16px;
}
.sub-content.application-form .duty-wrapper .time-info {
  padding: 28px;
}
.sub-content.application-form .duty-wrapper.mypage-application-input div {
  display: block;
}
.sub-content.application-form .duty-wrapper.mypage-application-input label {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
.sub-content.application-form .duty-wrapper.duty-application-input span {
  width: auto;
  display: inline;
}
.sub-content.application-form .duty-wrapper .hidden-application {
  display: none !important;
}
.sub-content.application-form .duty-wrapper .w-50-m-10 {
  margin: 0 5px;
  width: calc(50% - 10px);
}
.sub-content.application-form .duty-wrapper .extra-duty-area {
  padding: 0;
  border-bottom: 1px solid #FFF;
  border-top: 2px solid #FFF;
}
.sub-content.application-form .duty-wrapper > div {
  width: 100%;
  padding: 16px;
  display: table;
  border-bottom: 1px solid #CCC;
  float: left;
}
.sub-content.application-form .duty-wrapper > div.seminar-time {
  display: flex;
}
.sub-content.application-form .duty-wrapper > div.seminar-time .seminar-time-box .application_time {
  display: table;
}
.sub-content.application-form .duty-wrapper > div.seminar-time .seminar-time-box .application_time div select {
  width: 210px;
  margin-bottom: 10px;
}
.sub-content.application-form .duty-wrapper > div:first-child {
  border-top: 2px solid #FFF;
}
.sub-content.application-form .duty-wrapper > div p {
  display: inline-block;
  margin: 0 16px 0 0;
  width: calc(50% - 100px);
}
.sub-content.application-form .duty-wrapper > div .w-20 {
  width: calc(20% - 10px);
}
.sub-content.application-form .duty-wrapper > div input {
  border: 1px solid #CCC;
  display: inline-block;
  width: calc(50% - 100px);
  padding: 9px 7px;
  margin-right: 16px;
  background-color: white;
}
.sub-content.application-form .duty-wrapper > div input.datepicker-text {
  max-width: 45%;
}
@media (max-width: 768px) {
  .sub-content.application-form .duty-wrapper > div input.datepicker-text {
    max-width: 100%;
  }
}
.sub-content.application-form .duty-wrapper > div input.app-time-input {
  margin-right: 0;
  margin-bottom: 10px;
  width: calc(30% - 10px);
}
.sub-content.application-form .duty-wrapper > div input.app-time-input.minute {
  margin: 0 10px 10px 20px;
}
.sub-content.application-form .duty-wrapper > div input.width-auto {
  width: auto;
}
.sub-content.application-form .duty-wrapper > div input.w-20 {
  width: calc(20% - 10px);
}
.sub-content.application-form .duty-wrapper > div input.w100 {
  width: calc(100% - 10px);
}
.sub-content.application-form .duty-wrapper > div input.mobile-input {
  width: calc(50% + 5px);
}
.sub-content.application-form .duty-wrapper > div input.checkbox {
  width: auto;
  margin-right: 0px;
}
.sub-content.application-form .duty-wrapper > div input.before-text {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@supports (-webkit-overflow-scrolling: touch) {
  .sub-content.application-form .duty-wrapper > div input {
    font-size: 16px;
  }
}
.sub-content.application-form .duty-wrapper > div input[type=radio] {
  width: auto;
  margin-right: 5px;
}
.sub-content.application-form .duty-wrapper > div input[type=radio].seminar-radio {
  margin-right: 16px;
}
.sub-content.application-form .duty-wrapper > div input:last-child {
  margin-right: 0px;
}
.sub-content.application-form .duty-wrapper > div input.no-margin-r {
  margin-right: 0;
}
.sub-content.application-form .duty-wrapper > div input.company-checkbox {
  width: 25px;
  height: 15px;
  margin: 0px 5px 0px 0px;
}
.sub-content.application-form .duty-wrapper > div select {
  border: 1px solid #CCC;
  display: inline-block;
  width: calc(50% - 100px);
  padding: 9px 7px;
  margin-right: 16px;
  background-color: white;
}
@media (max-width: 768px) {
  .sub-content.application-form .duty-wrapper > div select {
    width: calc(50% - 10px);
  }
}
.sub-content.application-form .duty-wrapper > div select.h-8 {
  height: 40px;
}
.sub-content.application-form .duty-wrapper > div select.w-20 {
  width: calc(20% - 10px);
}
.sub-content.application-form .duty-wrapper > div select.w100 {
  width: calc(100% - 10px);
}
.sub-content.application-form .duty-wrapper > div select.mobile-input {
  width: calc(50% + 5px);
}
.sub-content.application-form .duty-wrapper > div label {
  width: 210px;
  display: table-cell;
  vertical-align: middle;
}
.sub-content.application-form .duty-wrapper > div label .black-text {
  color: #292929 !important;
  font-weight: normal;
}
.sub-content.application-form .duty-wrapper > div label span {
  color: #FF2E63;
}
.sub-content.application-form .duty-wrapper > div label .red-text {
  color: red;
}
.sub-content.application-form .duty-wrapper > div label.right-label {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .sub-content.application-form .duty-wrapper > div label.right-label {
    padding-left: 0px;
  }
}
.sub-content.application-form .duty-wrapper > div label.w-150px {
  width: 150px;
}
.sub-content.application-form .duty-wrapper > div label.w-auto {
  width: auto;
}
.sub-content.application-form .duty-wrapper > div.bottom-none {
  padding-bottom: 0;
  border-bottom: none;
}
.sub-content.application-form .duty-wrapper > div.app-info {
  padding-top: 4px;
  padding-left: 220px;
  font-size: 14px;
}
.sub-content.application-form .duty-wrapper > div .desc {
  color: #FF2E63;
  margin-left: 10px;
}
.sub-content.application-form .duty-wrapper > div .desc.no-margin {
  margin: 0;
}
.sub-content.application-form .duty-wrapper > div .app-info {
  font-size: 14px;
  padding-top: 8px;
}
.sub-content.application-form .duty-wrapper .detail-form > div {
  display: block;
}
.sub-content.application-form .duty-wrapper .detail-form > div:last-child input {
  margin-bottom: 0;
}
.sub-content.application-form .duty-wrapper .detail-form > div:last-child input:first-child {
  margin-left: 0px;
  float: left;
}
.sub-content.application-form .duty-wrapper .detail-form > div:last-child input:last-child {
  width: calc(50% - 100px);
}
@supports (-webkit-overflow-scrolling: touch) {
  .sub-content.application-form .duty-wrapper .detail-form input {
    font-size: 16px;
  }
}
.sub-content.application-form .duty-wrapper .detail-form input:first-child {
  margin-bottom: 16px;
}
.sub-content.application-form .duty-wrapper .detail-form .form-check-inline {
  display: inherit;
  margin-bottom: 16px;
}
.sub-content.application-form .duty-wrapper .detail-form .form-check-inline input {
  width: 30px;
  margin-bottom: 0;
}
.sub-content.application-form .duty-wrapper .detail-form .form-check-inline input[type=checkbox] {
  width: 20px;
  margin-top: 0;
  margin-right: 8px;
}
.sub-content.application-form .duty-wrapper .detail-form .form-check-inline label {
  width: auto;
}
.sub-content.application-form .duty-wrapper .detail-form .duty-email input {
  float: none !important;
}
.sub-content.application-form .duty-wrapper .detail-form .remove-btn {
  margin-top: 10px;
}
.sub-content.application-form .duty-wrapper .detail-form .file-list input {
  float: none !important;
}
.sub-content.application-form .duty-wrapper .common-table .form-check-label {
  padding: 7px 5px;
  font-weight: normal;
}
.sub-content.application-form .duty-wrapper .common-table.other-type-box tbody td {
  border-top: 0;
  word-break: break-all;
}
.sub-content.application-form .duty-wrapper .form-control {
  border-radius: 0;
  height: auto;
  padding: 8px 7px;
}
.sub-content.application-form .duty-wrapper.fix-page img {
  margin-bottom: 36px;
}
.sub-content.application-form .duty-wrapper.fix-page h5 {
  font-weight: bold;
}
.sub-content.application-form .duty-wrapper.fix-page .application-btn {
  border: 0;
}
.sub-content.application-form .duty-wrapper.fix-page .application-btn .down-btn.white {
  margin-right: 10px;
}
.sub-content.application-form .duty-wrapper .category-table .form-check-inline {
  text-align: left;
  width: calc(50% - 20px);
  float: left;
  display: table;
  margin: 5px 0;
}
.sub-content.application-form .duty-wrapper .category-table .form-check-inline input {
  width: 20px;
  display: table-cell;
}
.sub-content.application-form .duty-wrapper .category-table .form-check-inline label {
  display: table-cell;
  padding: 0;
  width: 100%;
}
.sub-content.application-form .duty-wrapper .download-sub {
  border: 0;
  padding: 0;
  padding-bottom: 10px;
}
.sub-content.application-form .duty-wrapper .download-sub:first-child {
  border: 0;
}
.sub-content.application-form .duty-wrapper.invoice .application-btn {
  padding-top: 50px;
  border-bottom: 0;
}
.sub-content.application-form .duty-wrapper.other-application {
  padding: 10px;
}
.sub-content.application-form .duty-wrapper.other-application > div:first-child {
  border-top: 0;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form {
  border: 1px solid #CCC;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form.notag-form {
  display: table;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form.notag-form > div {
  display: table-cell;
  vertical-align: middle;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-style {
  width: 80%;
  display: inline-block;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-style.mypage-list {
  width: 65%;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-style.mypage-list .list-text p {
  margin: 0;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-style.necessary .list-icon {
  background-color: #DC3545;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-style .list-icon {
  height: 20px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 5px;
  background-color: #FF2E63;
  color: white;
  padding: 1px 13px;
  font-size: 12px;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-style .list-icon .i-next {
  width: 16px;
  height: 16px;
  margin: 10px 16px;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-icon.necessary > div {
  background-color: #FF2E63;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form:last-child {
  margin-bottom: 0;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-text p {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-text .bold {
  color: #FF2E63;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-text span {
  color: #999;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-btn {
  width: 19%;
  text-align: right;
  display: inline-block;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-btn.mypage-list-btn {
  width: 34%;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-btn.mypage-list-btn .down-btn {
  width: 48%;
  height: 50px;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-btn.mypage-list-btn .down-btn.red {
  background-color: #DC3545;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-btn.mypage-list-btn .down-btn.display-none {
  display: none;
}
.sub-content.application-form .duty-wrapper.other-application > div.other-app-list-form .list-btn.mypage-list-btn .down-btn span br {
  display: none;
}
.sub-content.application-form .extra-time-info {
  display: inline-block;
  padding-bottom: 16px;
}
.sub-content.application-form .right-btn {
  display: inline-block;
  float: right;
  margin-top: 28px;
}
.sub-content.application-form .long-btn {
  width: 200px !important;
}
.sub-content.application-form .down-btn {
  width: 120px;
  color: white;
  cursor: pointer;
}
.sub-content.application-form .down-btn span {
  width: 100%;
}
.sub-content.application-form .down-btn.white {
  background: white;
  border: 2px solid #FF2E63;
  color: #292929;
}
.sub-content.application-form .down-btn.white span {
  color: #292929;
}
.sub-content.application-form .down-btn.sub {
  height: 40px;
}
.sub-content.application-form .down-btn.h-auto span {
  top: 0;
  transform: none;
  padding: 13px 0;
}
.sub-content.application-form .down-btn.w-auto span {
  top: 0;
  transform: none;
  padding: 13px 26px;
}
.sub-content.application-form .down-btn.invoice-btn {
  width: auto;
  padding: 0 13px;
}
.sub-content.application-form .application-btn {
  text-align: center;
  width: 100%;
}
.sub-content.application-form .application-btn > div {
  display: inline-table;
}
.sub-content.application-form .application-btn > div:first-child .down-btn {
  margin-right: 10px;
}
.sub-content.application-form .application-btn .down-btn {
  float: left;
}
.sub-content.application-form .application-btn .btn-area {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.sub-content.application-form .application-btn .btn-area .down-btn {
  float: left;
}
.sub-content.application-form .application-btn .btn-area .down-btn.white {
  margin-right: 15px;
}
.sub-content.application-form .manager-btn {
  margin-bottom: 30px;
  text-align: right;
  width: 100%;
}
.sub-content.application-form .manager-btn > div {
  display: inline-table;
}
.sub-content.application-form .manager-btn > div:first-child .down-btn {
  margin-right: 10px;
}
.sub-content.application-form .manager-btn .down-btn {
  float: left;
}
.sub-content.application-form .manager-btn .btn-area {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.sub-content.application-form .manager-btn .btn-area .down-btn {
  float: left;
}
.sub-content.application-form .manager-btn .btn-area .down-btn .add-btn {
  color: black;
}
.sub-content.application-form .manager-btn .btn-area .down-btn.white {
  margin-right: 15px;
}
.sub-content.application-form .not-form span {
  display: inline-block;
  width: 29%;
}
.sub-content.application-form .not-form span.desc {
  width: 100%;
  display: block;
  margin-left: 0;
  font-weight: normal;
  font-size: 14px;
}
.sub-content.application-form .not-form p {
  margin: 8px 0;
  display: inline-block;
  width: calc(50% - 48px);
}
.sub-content.application-form .product-manage {
  width: 100%;
  border-top: solid 1px #292929;
}
.sub-content.application-form .product-manage .item-btn-box {
  text-align: center;
}
.sub-content.application-form .product-manage .product-list .product-item {
  padding-left: 10px;
  list-style: none;
  overflow: hidden;
  margin-top: 50px;
}
.sub-content.application-form .product-manage .product-list .product-item li {
  width: calc((99.99999% - 70px) / 3);
  float: left;
  position: relative;
  margin-right: 30px;
}
.sub-content.application-form .product-manage .product-list .product-item li:nth-child(3n) {
  margin-right: 0;
}
.sub-content.application-form .product-manage .product-list .product-item li .img-box {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.sub-content.application-form .product-manage .product-list .product-item li .img-box img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.sub-content.application-form .product-manage .product-list .product-item li p {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #292929;
  font-size: 20px;
}
.sub-content.application-form .product-manage .product-list .product-item li .product-name {
  font-weight: bold;
  margin: 25px 0;
}
.sub-content.application-form .product-manage .product-list .product-item li .delete-btn {
  margin: 35px 0;
  text-align: center;
}
.sub-content.application-form .product-manage .product-list .product-item li .delete-btn .down-btn {
  cursor: pointer !important;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #FF2E63;
  color: #FF2E63;
}
.sub-content.application-form.other-form h4 {
  display: inline-block;
  margin-right: 10px;
}
.sub-content.application-form.other-form h3 {
  margin-bottom: 36px;
  text-align: center;
}
.sub-content.application-form.other-form p {
  display: inline-block;
}
.sub-content.application-form.other-form .form-control {
  display: inline-block;
  width: calc(85% - 5px);
  margin-right: 5px;
}
.sub-content.application-form.other-form .common-table th {
  background-color: #E5E5E5;
  border: 0;
  padding: 16px 10px;
  border-top: 1px solid #292929;
  color: #292929;
}
.sub-content.application-form.other-form .common-table td:last-child {
  border-right: 2px solid #CCC;
}
.sub-content.application-form.other-form .common-table .w-10 {
  width: 10%;
}
.sub-content.application-form.other-form .common-table .w-15 {
  width: 15%;
}
.sub-content.application-form.other-form .common-table .w-20 {
  width: 20%;
}
.sub-content.application-form.other-form .common-table .w-25 {
  width: 25%;
}
.sub-content.application-form.other-form .common-table .w-30 {
  width: 30%;
}
.sub-content.application-form.other-form .common-table .sign-panel .row {
  display: block;
}
.sub-content.application-form.other-form .common-table .sign-panel .row input::placeholder {
  color: #CCC;
}
.sub-content.application-form.other-form .common-table .sign-panel .row input::-webkit-input-placeholder {
  color: #CCC;
}
.sub-content.application-form.other-form .common-table .sign-panel .row input:-ms-input-placeholder {
  color: #CCC;
}
.sub-content.application-form.other-form .common-table .sign-panel .row input {
  text-align: center;
  width: 6%;
  margin-right: 0 !important;
}
.sub-content.application-form.other-form .application-input textarea {
  width: 100%;
  border: 1px solid #CCC;
  min-height: 200px;
}
.sub-content.application-form.other-form .application-input .time-zone input {
  width: auto;
  margin-right: 5px;
}
.sub-content.login-page {
  max-width: 448px;
  margin: 0 auto;
}
.sub-content.login-page .login-form {
  background: white;
  padding: 100px 36px;
}
.sub-content.login-page .login-form h3 {
  text-align: center;
  margin-bottom: 50px;
}
.sub-content.login-page .login-form input {
  width: 100%;
  padding: 16px 24px;
  border: 1px solid #CCC;
  margin-bottom: 16px;
}
.sub-content.login-page .login-form .initial-password {
  margin-bottom: 36px;
  color: #7D7D7D;
}
.sub-content.login-page .login-form .down-btn {
  width: 100%;
  height: 56px;
  margin-bottom: 16px;
}
.sub-content.login-page .login-form .down-btn button {
  padding: 16px 0;
}
.sub-content.login-page .login-form .login-find {
  text-align: center;
}
.sub-content.login-page .login-form .login-find a {
  color: #999;
  padding-left: 10px;
}
.sub-content.login-page .login-form .login-find a::after {
  content: "|";
  padding-left: 10px;
}
.sub-content.login-page .login-form .login-find a:last-child::after {
  content: "";
}
.sub-content.login-page .login-form .login-find-box {
  text-align: center;
}
.sub-content.login-page .login-form .login-find-box a {
  color: #999;
  cursor: pointer;
}
.sub-content.login-page .login-form .login-find-box a:first-child::after {
  content: "|";
  padding-left: 10px;
}
.sub-content.login-page .login-form .login-find-box a:last-child {
  padding-left: 10px;
}
.sub-content.login-page .login-form .login-check-form {
  display: table;
  width: 100%;
  margin-bottom: 16px;
}
.sub-content.login-page .login-form .login-check-form input[type=checkbox] {
  display: table-cell;
  vertical-align: bottom;
  width: 18px;
  margin: 0px;
  height: 18px;
  padding: 0;
}
.sub-content.login-page .login-form .login-check-form label {
  display: table-cell;
  vertical-align: bottom;
  color: #999;
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  padding-left: 4px;
  margin-bottom: 0;
}
.sub-content.digital-content.detail-wrapper {
  padding: 64px 0;
}
.sub-content.digital-content .top-select {
  margin-top: 40px;
  margin-bottom: 30px;
  cursor: pointer;
  color: #FF2E63;
}
.sub-content.digital-content .top-select h5 {
  display: inline-block;
  margin: 0;
  font-weight: bold;
}
.sub-content.digital-content .top-select .list-down {
  width: 25px;
  height: 15px;
  float: none;
  margin-left: 15px;
  display: inline-block;
}
.sub-content.digital-content .top-sub-select {
  margin-bottom: 30px;
}
.sub-content.digital-content .top-sub-select a {
  width: 180px;
  display: inline-block;
  border: 0;
  color: #292929;
  border-bottom: 2px solid #292929;
  padding-bottom: 10px;
  margin-right: 40px;
}
.sub-content.digital-content .top-sub-select a.selected {
  color: #FF2E63;
  border-color: #FF2E63;
}
.sub-content.digital-content .top-sub-select a:last-child {
  margin-right: 0;
}
.sub-content.digital-content .top-order-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
  display: inline-block;
}
.sub-content.digital-content .top-order-list div {
  overflow: hidden;
}
.sub-content.digital-content .top-order-list div a, .sub-content.digital-content .top-order-list div button {
  font-size: 18px;
  padding: 8px;
  font-weight: bold;
  color: #292929;
  float: left;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}
.sub-content.digital-content .top-order-list div a:link, .sub-content.digital-content .top-order-list div button:link {
  color: #292929;
}
.sub-content.digital-content .top-order-list div a:hover, .sub-content.digital-content .top-order-list div a.selected, .sub-content.digital-content .top-order-list div button:hover, .sub-content.digital-content .top-order-list div button.selected {
  color: #FF2E63;
  border-bottom: 2px solid #FF2E63;
}
.sub-content.digital-content .search-box {
  padding: 20px 0;
}
.sub-content.digital-content .search-box > div {
  clear: both;
  width: 100%;
  display: flex;
}
.sub-content.digital-content .search-box > div .top-order-list {
  border-bottom: 0;
  padding: 0;
  width: 33.3333333333%;
  margin-right: 5px;
}
.sub-content.digital-content .search-box > div .top-order-list .detail-order-list {
  border: 1px solid #CCC;
  position: relative;
  border-radius: 4px;
  padding: 0;
}
.sub-content.digital-content .search-box > div .top-order-list .detail-order-list i {
  position: absolute;
  right: 10px;
  top: 46%;
  transform: translateY(-50%);
}
.sub-content.digital-content .search-box > div .top-order-list .detail-order-list select {
  width: 100%;
  padding: 10px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
}
.sub-content.digital-content .search-box > div .search-wraaper {
  float: right;
  position: relative;
  border-bottom: 2px solid #292929;
  width: 33.3333333333%;
}
.sub-content.digital-content .search-box > div .search-wraaper input {
  width: 100%;
  border: 0;
  padding: 10px;
}
.sub-content.digital-content .search-box > div .search-wraaper i {
  position: absolute;
  right: 10px;
  top: 46%;
  transform: translateY(-50%);
}
.sub-content.digital-content .matching-list {
  font-weight: bold;
}
.sub-content.digital-content .matching-list table {
  width: 100% !important;
}
.sub-content.digital-content .matching-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-content.digital-content .matching-list .matching-menu {
  background-color: black;
  color: white;
  padding: 10px 0px;
  font-size: 16px;
}
.sub-content.digital-content .matching-list .matching-menu > div {
  padding-left: 20px;
  display: inline-block;
}
.sub-content.digital-content .matching-list .matching-menu > div:first-child {
  text-align: left;
}
.sub-content.digital-content .matching-list .matching-content {
  padding: 24px 20px;
  text-align: center;
  display: table;
  width: 100%;
}
.sub-content.digital-content .matching-list .matching-content button {
  background-color: transparent;
  border: 0;
}
.sub-content.digital-content .matching-list .matching-content img {
  width: 30px;
}
.sub-content.digital-content .matching-list .matching-content.matching-table .category-name {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
.sub-content.digital-content .matching-list .matching-content.matching-table .even {
  background-color: #F7F7F7;
}
.sub-content.digital-content .matching-list .matching-content.matching-table thead {
  background-color: black;
}
.sub-content.digital-content .matching-list .matching-content.matching-table thead th {
  color: #FFF;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.sub-content.digital-content .matching-list .matching-content.matching-table a {
  padding: 18px 0;
}
.sub-content.digital-content .matching-list .matching-content.matching-table td {
  text-align: center;
}
.sub-content.digital-content .matching-list .matching-content.matching-table td.dataTables_empty {
  padding: 10px;
  text-align: center !important;
}
.sub-content.digital-content .matching-list .matching-content.matching-table td:first-child {
  width: 10%;
  text-align: left;
}
.sub-content.digital-content .matching-list .matching-content.matching-table td:nth-of-type(2) {
  width: 30%;
}
.sub-content.digital-content .matching-list .matching-content.matching-table td:nth-of-type(3) {
  width: 25%;
}
.sub-content.digital-content .matching-list .matching-content.matching-table td:nth-of-type(4) {
  width: 25%;
}
.sub-content.digital-content .matching-list .matching-content.matching-table td:last-child {
  width: 10%;
}
.sub-content.digital-content .matching-list .matching-content.matching-table td > p {
  word-break: keep-all;
  font-weight: normal;
  margin: 0;
  overflow-wrap: break-word;
}
.sub-content.digital-content .matching-list .matching-content .matching-sub-content {
  display: table;
  width: 100%;
}
.sub-content.digital-content .matching-list .matching-content a {
  display: table-cell;
  color: #292929;
  vertical-align: middle;
  display: block;
  font-weight: normal;
}
.sub-content.digital-content .matching-list .matching-content a .img-cover, .sub-content.digital-content .matching-list .matching-content a .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .m, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .sub-content.digital-content .matching-list .matching-content a .m {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  float: left;
  position: relative;
}
.sub-content.digital-content .matching-list .matching-content .heart-icon {
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 5%;
}
.sub-content.digital-content .matching-list .matching-content .company-text {
  text-align: left;
  width: 40%;
}
.sub-content.digital-content .matching-list .matching-content .category-text {
  width: 25%;
}
.sub-content.digital-content .matching-list .matching-content .booth {
  width: 20%;
}
.sub-content.digital-content .matching-list .matching-content .country {
  width: 15%;
}
.sub-content.digital-content .matching-list.float-top .matching-menu > div:last-child {
  display: none;
}
.sub-content.digital-content .matching-list.float-top .matching-content {
  text-align: left;
  display: table;
}
.sub-content.digital-content .matching-list.float-top .matching-content h5 {
  font-weight: bold;
  margin-top: 0;
}
.sub-content.digital-content .matching-list.float-top .matching-content > div {
  vertical-align: top;
  display: table-cell;
}
.sub-content.digital-content .matching-list.float-top .matching-content > div:first-child {
  padding-right: 10px;
}
.sub-content.digital-content .matching-list.float-top .matching-content .category-text {
  width: auto;
}
.sub-content.digital-content .matching-list.float-top .matching-content i {
  color: white;
  margin-right: 10px;
}
.sub-content.digital-content .detail-info .detail-info-top p {
  color: #FF2E63;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 5px;
}
.sub-content.digital-content .detail-info .detail-info-top h2 {
  margin-top: 0;
  margin-bottom: 30px;
  width: 80%;
  display: inline-block;
}
.sub-content.digital-content .detail-info .detail-info-top .heart-icon {
  text-align: right;
  margin-bottom: 20px;
  display: inline-block;
  width: 19%;
}
.sub-content.digital-content .detail-info .detail-info-top .heart-icon button {
  background-color: transparent;
  border: 0;
}
.sub-content.digital-content .detail-info .detail-info-top .heart-icon img {
  width: 24px;
}
.sub-content.digital-content .detail-info .detail-info-bottom img {
  width: 25px;
}
.sub-content.digital-content .detail-info .detail-info-bottom .heart-icon {
  padding-top: 25px;
  overflow: hidden;
}
.sub-content.digital-content .detail-info .detail-info-bottom .heart-icon button {
  background-color: transparent;
  border: 0;
}
.sub-content.digital-content .detail-info .detail-info-bottom .heart-icon .app-icon {
  border: 1px solid #FF2E63;
  color: #FF2E63;
  float: right;
}
.sub-content.digital-content .detail-info .detail-info-bottom .heart-icon .app-icon span {
  color: #FF2E63 !important;
}
.sub-content.digital-content .detail-info .detail-info-bottom .heart-icon .app-icon:last-child {
  margin-right: 15px;
}
.sub-content.digital-content .application-form {
  padding: 0;
}
.sub-content.digital-content .application-form .product-manage {
  border-top: 4px solid #FF2E63;
}
.sub-content.digital-content .application-form .product-manage .product-list {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.sub-content.digital-content .application-form .product-manage .product-list .product-item li .product-img {
  border: 1px solid #CCC;
}
.sub-content.digital-content .application-form .product-manage .product-list .product-item li .product-name {
  margin-bottom: 10px;
  font-size: 14px;
}
.sub-content.digital-content .application-form .product-manage .product-list .product-item li .product-name button {
  float: right;
}
.sub-content.digital-content .application-form .product-manage .product-list .product-item li .product-name button img {
  width: 17px;
}
.sub-content.digital-content .application-form .product-manage .product-list .product-item li .product-content {
  margin-bottom: 30px;
  font-size: 14px;
}
.sub-content.digital-content .application-form .digital-detail {
  text-align: center;
  padding: 24px 0;
}
.sub-content.digital-content .application-form .digital-detail h4 {
  text-align: left;
}
.sub-content.digital-content .application-form .digital-detail h3 {
  margin-bottom: 50px;
}
.sub-content.digital-content .application-form .digital-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-content.digital-content .application-form .digital-detail .contact-bar {
  background-color: #FF2E63;
  color: white;
  padding: 10px;
  text-align: left;
  margin-bottom: 50px;
}
.sub-content.digital-content .application-form .digital-detail .contact-list {
  margin: 0 auto;
  width: 70%;
  overflow: hidden;
}
.sub-content.digital-content .application-form .digital-detail .contact-list li {
  width: 45%;
  display: inline-block;
  text-align: left;
  float: left;
}
.sub-content.digital-content .application-form .digital-detail .contact-list li:first-child {
  margin-right: 10%;
}
.sub-content.digital-content .application-form .digital-detail .contact-list li p:first-child {
  color: #FF2E63;
  margin-bottom: 16px;
}
.sub-content.digital-content .application-form .digital-detail .detail-company-info {
  margin-bottom: 30px;
}
.sub-content.digital-content .application-form .digital-detail .detail-company-info p {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}
.sub-content.digital-content .application-form .common-btn-wrapper {
  margin-bottom: 30px;
}
.sub-content.digital-content .application-form .common-btn-wrapper .down-btn {
  margin-right: 20px;
  width: auto;
}
.sub-content.digital-content .application-form .common-btn-wrapper .down-btn:last-child {
  margin-right: 0;
}
.sub-content.digital-content .application-form .common-btn-wrapper .down-btn button {
  padding: 0;
}
.sub-content .schedule-content .tab-content .tabs-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .conference-title {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  color: #FF2E63;
  margin-top: 0;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .conference-title span {
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sub-content .schedule-content .tab-content .tabs-wrapper .open-ceremony-title {
    width: 30%;
  }
}
.sub-content .schedule-content .tab-content .tabs-wrapper .conference-sub-title {
  font-weight: bold;
  margin-bottom: 30px;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .conference-table-wrapper .title-wrapper .title-item {
  font-weight: bold;
  font-size: 18px;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .conference-table-wrapper .title-wrapper .title-item img.title-img {
  width: 18px;
  margin-right: 10px;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .opening-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sub-content .schedule-content .tab-content .tabs-wrapper .opening-wrapper {
    flex-direction: column;
  }
}
.sub-content .schedule-content .tab-content .tabs-wrapper .opening-wrapper .img-wrapper {
  text-align: center;
  padding-top: 30px;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .opening-wrapper .img-wrapper:first-child {
  padding-right: 26px;
}
@media (max-width: 768px) {
  .sub-content .schedule-content .tab-content .tabs-wrapper .opening-wrapper .img-wrapper:first-child {
    padding-right: unset;
    padding-top: 30px;
  }
}
.sub-content .schedule-content .tab-content .tabs-wrapper .opening-wrapper .img-wrapper .img-content {
  margin-top: 10px;
  font-weight: bold;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .opening-wrapper .img-wrapper .booth-img {
  width: 95%;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .conference-content-wrapper {
  padding-bottom: 40px;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .open-ceremony {
  padding-bottom: unset;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .consulting-wrapper {
  display: flex;
  flex-direction: column;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .consulting-wrapper .content-wrapper {
  margin-bottom: 30px;
}
.sub-content .schedule-content .tab-content .tabs-wrapper .consulting-wrapper .consulting-img-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sub-content .schedule-content .tab-content .tabs-wrapper .consulting-wrapper .consulting-img-wrapper {
    flex-direction: column;
  }
}
.sub-content .schedule-content .tab-content .tabs-wrapper .consulting-wrapper .consulting-img-wrapper .img-wrapper {
  padding-right: unset;
  width: 100%;
}
@media (max-width: 768px) {
  .sub-content .schedule-content .tab-content .tabs-wrapper .consulting-wrapper .consulting-img-wrapper .img-wrapper {
    padding-right: unset;
    width: 100%;
  }
}
.sub-content .schedule-content .tab-content .tabs-wrapper .consulting-wrapper .consulting-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.sub-content .schedule-content .tab-content .preparing-wrapper {
  position: relative;
}
.sub-content .schedule-content .tab-content .preparing-wrapper .booth-img {
  width: 100%;
  height: auto;
  opacity: 0.3;
}
.sub-content .schedule-content .tab-content .preparing-wrapper .white-gradation {
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 358px;
}
.sub-content .schedule-content .tab-content .conference-wrapper {
  width: 100%;
}
.sub-content .schedule-content .tab-content .conference-wrapper .content-wrapper {
  width: 70%;
  float: left;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .sub-content .schedule-content .tab-content .conference-wrapper .content-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.sub-content .schedule-content .tab-content .conference-wrapper .img-wrapper {
  width: 30%;
  float: right;
  text-align: center;
}
@media (max-width: 768px) {
  .sub-content .schedule-content .tab-content .conference-wrapper .img-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .sub-content .schedule-content .tab-content .conference-wrapper .img-wrapper:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .sub-content .schedule-content .tab-content .conference-wrapper .img-wrapper {
    width: 100%;
    float: none;
  }
}
.sub-content .schedule-content .tab-content .conference-wrapper .img-wrapper .booth-img {
  width: 95%;
}
.sub-content .schedule-content .tab-content .conference-wrapper .img-wrapper .img-content {
  margin-top: 10px;
  font-weight: bold;
}
.sub-content .schedule-content .tab-content .custom-border {
  width: 100%;
  background: #f6dfe8;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1059px) {
  .sub-content .ei-title {
    display: block;
    font-weight: bold;
  }
  .sub-content .web-shadow-card {
    display: none;
  }
  .sub-content .ei-text h3, .sub-content .ei-text h6 {
    margin: 0;
  }
  .sub-content .content-ei {
    margin-bottom: 100px;
    width: 100%;
  }
  .sub-content .content-ei .mobile-shadow-card {
    display: block;
    width: calc(100% - 20px);
    max-width: 340px;
    height: 166px;
    margin: 35px auto;
    text-align: center;
    float: none;
    padding: 10px;
  }
  .sub-content .content-ei .mobile-shadow-card img {
    width: 267px;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .sub-content .content-ei .ei-download-btn {
    width: 250px;
    height: 45px;
    margin: 0 auto;
  }
  .sub-content .content-symbol {
    float: left;
    width: 100%;
  }
  .sub-content .content-symbol .border-box {
    border: solid 1px #979797;
    padding: 50px 40px;
    width: 100%;
    max-width: 340px;
    height: 365px;
    margin: 25px auto;
    overflow: hidden;
  }
  .sub-content .content-symbol .border-box img, .sub-content .content-symbol .border-box h6, .sub-content .content-symbol .border-box div {
    position: static;
    top: 0;
    transform: none;
  }
  .sub-content .content-symbol .border-box img {
    width: 100%;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
  }
  .sub-content .content-symbol .border-box .symbol-color {
    width: 33.3333333333%;
    margin: 0;
    text-align: center;
  }
  .sub-content .content-symbol .border-box .symbol-color .circle {
    width: 36px;
    height: 36px;
    float: none;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .sub-content .content-symbol .border-box .symbol-color .circle span {
    display: none;
  }
  .sub-content .content-symbol .border-box .symbol-color h6 {
    width: 100%;
    margin-top: 10px;
  }
  .sub-content .intro-bg {
    padding: 64px 0;
  }
  .sub-content .intro-bg .exhibition-summary ul {
    margin: 35px 0;
    width: 100%;
  }
  .sub-content .intro-bg .exhibition-summary ul li {
    margin-bottom: 10px;
  }
  .sub-content .intro-bg .exhibition-summary ul li > div {
    width: 100%;
    font-weight: 500;
    padding: 8px 0;
    float: none;
  }
  .sub-content .intro-bg .exhibition-summary ul li > div.summary-title {
    font-weight: bold;
    display: inline-block;
  }
  .sub-content .intro-bg .exhibition-summary ul li > div.summary-content {
    font-weight: normal;
  }
  .sub-content .intro-bg .exhibition-summary .summary-pink-bg {
    display: none;
  }
  .sub-content .intro-bg .exhibition-summary .summary-img {
    display: none;
  }
  .sub-content .exhibition-category {
    width: 100%;
  }
  .sub-content .exhibition-category h3 {
    font-weight: bold;
    margin-bottom: 35px;
  }
  .sub-content .exhibition-category .category-card {
    margin-bottom: 35px;
    padding: 50px 25px;
  }
  .sub-content .exhibition-category .category-card .category-img {
    width: 50px;
    float: left;
  }
  .sub-content .exhibition-category .category-card:nth-child(even) {
    margin-right: 25px;
  }
  .sub-content .exhibition-category .category-card:nth-of-type(1), .sub-content .exhibition-category .category-card:nth-of-type(2), .sub-content .exhibition-category .category-card:nth-of-type(3), .sub-content .exhibition-category .category-card:nth-of-type(4) {
    height: 290px;
  }
  .sub-content .exhibition-category .category-card:nth-of-type(5), .sub-content .exhibition-category .category-card:nth-of-type(6), .sub-content .exhibition-category .category-card:nth-of-type(7), .sub-content .exhibition-category .category-card:nth-of-type(8) {
    height: 357px;
  }
  .sub-content .exhibition-category .category-card:nth-of-type(9), .sub-content .exhibition-category .category-card:nth-of-type(10), .sub-content .exhibition-category .category-card:nth-of-type(11), .sub-content .exhibition-category .category-card:nth-of-type(12) {
    height: 359px;
  }
  .sub-content .exhibition-category .machine-info .shadow-card:nth-of-type(1), .sub-content .exhibition-category .machine-info .shadow-card:nth-of-type(2), .sub-content .exhibition-category .machine-info .shadow-card:nth-of-type(3), .sub-content .exhibition-category .machine-info .shadow-card:nth-of-type(4) {
    height: 350px !important;
  }
  .sub-content .news .notice-detail table tbody {
    border-top: 1px solid #DDD;
  }
  .sub-content .news .notice-detail table tr {
    width: 100%;
  }
  .sub-content .news .notice-detail table tr td .board-file-info {
    width: 80vw;
  }
  .sub-content .news .notice-detail img {
    width: 100%;
  }
}
/***********************모바일************************/
@media (max-width: 768px) {
  .company-info-tablebox p span {
    font-size: 14px !important;
  }
  .pc-process {
    display: none !important;
  }
  .mobile-process {
    display: block !important;
  }
  .mobile-process h6 {
    text-align: center !important;
  }
  .booth-info {
    display: inline-block !important;
  }
  .booth-info img {
    width: 90vw !important;
  }
  .last-img {
    display: inline-block !important;
    padding: 0 !important;
  }
  .last-img img {
    margin: 10px 0 !important;
    width: calc(100vw - 30px) !important;
  }
  h3 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
  .new-line {
    display: none;
  }
  .mobile-new-line {
    display: inline-block;
  }
  .top {
    padding-top: 0;
  }
  .top .common-top .top-banner {
    height: 55vw;
  }
  .top .common-top .top-banner h2 {
    font-size: 22px;
  }
  .top .common-top .exhibition-title {
    background-image: url("../images/layout/sub-banner_kofas_2021.jpg");
  }
  .top .common-top .application-title {
    background-image: url("../images/layout/sub-banner_company.jpg");
  }
  .top .common-top .application-title- {
    background-image: url("../images/layout/sub-banner_customer.jpg");
  }
  .top .common-top .news-title {
    background-image: url("../images/layout/sub-banner_notice.jpg");
  }
  .top .common-top .faq-title {
    background-image: url("../images/layout/Kimex_Sub_Banner_02@2x.png");
  }
  .top .common-top .matching-title {
    background-image: url("../images/layout/thetech-sub-banner-digital-m@2x.png");
  }
  .top .common-top .top-nav {
    width: 100%;
    height: 50px;
    display: inline-block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .top .common-top .top-nav .sub-nav-box {
    margin: 0;
    overflow: auto;
    scrollbar-width: none;
    text-align: center;
  }
  .top .common-top .top-nav .sub-nav-box.left-nav {
    float: left;
  }
  .top .common-top .top-nav .sub-nav-box .sub-nav {
    width: auto;
  }
  .top .common-top .top-nav .sub-nav-box .sub-nav li a {
    padding: 11.5px 10px !important;
  }
  .sub-content {
    padding: 64px 0;
  }
  .sub-content.list-padding {
    padding-top: 36px;
  }
  .sub-content .intro-bg > div ul li .summary-content {
    font-size: 14px;
  }
  .sub-content .exhibition-category .category-info-wrapper {
    display: block;
    float: initial;
  }
  .sub-content .exhibition-category .category-info-wrapper .category-info-left, .sub-content .exhibition-category .category-info-wrapper .category-info-right {
    float: initial;
    width: 100%;
  }
  .sub-content .exhibition-category .category-info .category-card {
    height: auto !important;
  }
  .sub-content .exhibition-category .category-info .category-card .category-list h5 {
    font-size: 16px;
    margin: 12px 12px;
  }
  .sub-content .exhibition-category .category-info .category-card .category-list .category-img {
    width: 36px;
    height: 36px;
    margin: 0px;
  }
  .sub-content .exhibition-category .category-info .category-card .category-list #category-img-it {
    width: 36px;
    height: 36px;
    margin-top: 12px;
  }
  .sub-content .exhibition-category .category-info .category-card .category-list .list-down {
    margin: 12px 0;
  }
  .sub-content .exhibition-category .category-info .category-card .category-list #list-down-it {
    margin: 24px 0px 0px 0px;
  }
  .sub-content .exhibition-category .category-info.komaf-info {
    width: 98%;
  }
  .sub-content .exhibition-category .category-info .shadow-card {
    padding: 16px;
    margin-bottom: 36px;
  }
  .sub-content .exhibition-category .category-info .shadow-card .category-list h5 {
    margin: 12px 10px;
    display: inline-block;
    width: 100%;
  }
  .sub-content .exhibition-category .category-info .shadow-card .category-list h5.en-margin {
    margin: 3px 10px;
  }
  .sub-content .exhibition-category .category-info .shadow-card .category-list div .list-down {
    width: 20px;
    height: 12px;
  }
  .sub-content .exhibition-category .other-site-box > div {
    height: 75px;
    padding: 20px 0;
  }
  .sub-content .exhibition-category .other-site-box img {
    height: 30px;
  }
  .sub-content .exhibition-category .other-site-box .machine-category {
    padding: 24px 0;
  }
  .sub-content .exhibition-category .other-site-box .machine-category img {
    height: 20px;
  }
  .sub-content .last-exhibition {
    margin-bottom: 0;
  }
  .sub-content .last-exhibition h3 {
    margin: 115px 0 30px 0;
  }
  .sub-content .last-exhibition .common-list:last-child {
    margin-bottom: 0;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list {
    overflow: hidden;
    display: table;
    width: 100%;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list > div {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list > div.last-exhibition-title {
    font-weight: bold;
    width: 100%;
    font-size: 16px;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list > div .list-down {
    width: 27px;
    height: 15px;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 50px;
    height: 320px;
    padding-top: 50px;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers .last-number-title {
    font-size: 60px;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers .numbers-contents-sub {
    transform: translateY(-25%);
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers .numbers-contents-sub > div {
    width: calc((100% - 100px) / 2);
    border: 0;
    margin: 0 15px 24px 15px;
    padding: 0;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers .numbers-contents-sub > div:last-child {
    margin: 0 15px 24px 15px;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .last-numbers .numbers-contents-sub > div h1 {
    font-size: 35px;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content > a {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .shadow-card {
    width: calc(100% - 20px);
    height: 270px;
    padding: 50px 0;
    margin-bottom: 35px;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .shadow-card .last-img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
  }
  .sub-content .last-exhibition .common-list ul .common-list-sub .last-exhibition-list-content .shadow-card .last-download {
    margin: 0 auto;
  }
  .sub-content .schedule-content {
    text-align: center;
  }
  .sub-content .schedule-content .tab-menu a {
    width: calc((100% - 16px) / 2);
    margin: 0;
  }
  .sub-content .schedule-content .tab-menu a:first-child {
    text-align: right;
    margin-right: 8px;
  }
  .sub-content .schedule-content .tab-menu a:last-child {
    text-align: left;
    margin-left: 8px;
  }
  .sub-content .schedule-content .tab-content div > img {
    width: 100px;
  }
  .sub-content .schedule-content .tab-content div a > img {
    width: 100%;
  }
  .sub-content .schedule-content .conference-footer {
    width: 100%;
    font-size: 8px;
  }
  .sub-content .schedule-content .common-list { /* ul li div*/
    border-top: none;
    margin-bottom: 35px;
  }
  .sub-content .schedule-content .common-list:last-child {
    margin-bottom: 0;
  }
  .sub-content .schedule-content .common-list ul .common-list-top {
    border-bottom: solid 3px #FF2E63;
  }
  .sub-content .booth-layout .booth-img {
    width: 100%;
    height: 34vw;
  }
  .sub-content .exhibition-booth-content {
    padding: 64px 0;
  }
  .sub-content .exhibition-booth-content .booth {
    margin: 15px auto 35px auto;
  }
  .sub-content .news {
    padding-top: 0;
  }
  .sub-content .news.news-padding {
    padding: 0 16px;
  }
  .sub-content .news .tab-menu, .sub-content .news .tab-content {
    padding: 0 16px;
  }
  .sub-content .news .common-list {
    margin-bottom: 0;
  }
  .sub-content .news .common-list li {
    padding: 16px 0;
  }
  .sub-content .news .common-list li:last-child {
    border-bottom: none;
  }
  .sub-content .news a > div.img-cover, .sub-content .news .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img a > div.m, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .sub-content .news a > div.m {
    height: 70px;
  }
  .sub-content .news a > div:nth-child(2) {
    padding-left: 16px;
  }
  .sub-content .news a > div:nth-child(2) .common-sub-detail {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: auto;
  }
  .sub-content .news .line div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
  }
  .sub-content .news .more-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .sub-content .news .more-btn span {
    width: 100%;
  }
  .sub-content .news .notice-detail {
    margin-bottom: 16px;
  }
  .sub-content .news .notice-detail h5 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 16px 0;
  }
  .sub-content .news .notice-detail table {
    font-size: 14px;
  }
  .sub-content .news .notice-detail table td {
    padding-left: 15px;
  }
  .sub-content .news .notice-detail table td .board-file-info {
    width: calc(100vw - 170px) !important;
  }
  .sub-content .news .notice-detail table .w100 {
    width: 100%;
  }
  .sub-content .news .notice-detail .notice-subject {
    padding: 40px 16px;
    min-height: 225px;
  }
  .sub-content .faq .common-list ul li.common-list-sub a {
    padding: 20px 0;
  }
  .sub-content .faq .common-list ul li.common-list-sub .faq-list {
    padding: 16px 16px;
  }
  .sub-content .faq .common-list ul li.common-list-sub .faq-list div {
    font-size: 16px;
  }
  .sub-content .faq .common-list ul li.common-list-sub .faq-content {
    font-size: 16px;
  }
  .sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper {
    padding: 32px 16px;
  }
  .sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div {
    width: 33.3333333333%;
    margin-bottom: 24px;
  }
  .sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div:nth-of-type(4), .sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div:nth-of-type(5) {
    margin-bottom: 0;
  }
  .sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div .top-btn {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
  }
  .sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div .top-btn img {
    width: 32px;
  }
  .sub-content.company-part-intro .company-intro-topbtn .common-content-wrapper > div h5 {
    font-size: 14px;
  }
  .sub-content.company-part-intro .shadow-card {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
  .sub-content.company-part-intro .download-btn .down-btn {
    width: 80%;
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sub-content.company-part-intro .download-btn .down-btn.down-btn- {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .sub-content.company-part-intro .download-btn .down-btn a {
    padding: 16px 0;
  }
  .sub-content.company-part-intro .download-btn .down-btn img {
    margin: 0;
  }
  .sub-content.company-part-intro .common-content-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-tab-menu ul li {
    padding: 8px 0;
  }
  .sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .facility-info-box {
    padding: 16px;
  }
  .sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .web-booth-table {
    display: none;
  }
  .sub-content.company-part-intro .common-content-wrapper.company-info-tablebox .mobile-booth-table {
    display: table;
  }
  .sub-content.company-part-intro .visitor-intro {
    padding: 5px 10px;
  }
  .sub-content.company-part-intro .visitor-intro .shadow-card {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .sub-content.company-part-intro .visitor-process {
    display: inline-block;
  }
  .sub-content.company-part-intro .visitor-process > div {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .sub-content.company-part-intro .visitor-process .pro-box {
    width: 100%;
  }
  .sub-content.company-part-intro .visitor-process .pro-box.visitor-box {
    width: 100%;
  }
  .sub-content.company-part-intro .visitor-process .list-down {
    margin: 10px auto;
    float: none;
    transform: rotate(180deg);
  }
  .sub-content .width-180 {
    width: 180px;
  }
  .sub-content .period_visiting {
    text-align: center !important;
  }
  .sub-content.visitor-part-intro .common-content-wrapper {
    padding: 0;
  }
  .sub-content.application-form .application-tab-menu ul li {
    margin-left: -2px;
  }
  .sub-content.application-form .application-tab-menu ul li .btn {
    position: relative;
  }
  .sub-content.application-form .application-tab-menu ul li .btn img {
    position: absolute;
    width: 16px;
    margin-right: 5px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sub-content.application-form h4 {
    font-size: 18px;
  }
  .sub-content.application-form .application-input .w-50-m-10 {
    margin: 0;
  }
  .sub-content.application-form .application-input > div {
    border: 0;
    padding: 0;
    padding-top: 12px;
    display: block;
  }
  .sub-content.application-form .application-input > div.seminar-time {
    display: block;
  }
  .sub-content.application-form .application-input > div.seminar-time .seminar-time-box {
    width: 100%;
  }
  .sub-content.application-form .application-input > div label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .sub-content.application-form .application-input > div label.label-margin-0 {
    display: block;
    width: 100%;
  }
  .sub-content.application-form .application-input > div input {
    width: 100%;
    margin-bottom: 10px;
  }
  .sub-content.application-form .application-input > div input.mobile-input {
    width: calc(100% - 10px);
  }
  .sub-content.application-form .application-input > div input.width-auto {
    width: 100%;
  }
  .sub-content.application-form .application-input > div.app-info {
    padding-left: 0;
  }
  .sub-content.application-form .application-input.mypage-application-input label {
    width: 100%;
    margin-bottom: 0;
  }
  .sub-content.application-form .application-input.mypage-application-input span {
    width: 100%;
    margin: 8px 0;
  }
  .sub-content.application-form .application-input .download-sub .down-btn.w-25 {
    width: auto !important;
  }
  .sub-content.application-form .application-input .download-sub .down-btn.w-25 a {
    padding: 0 10px;
  }
  .sub-content.application-form .application-input .detail-form {
    display: block;
  }
  .sub-content.application-form .application-input .detail-form label {
    display: block;
  }
  .sub-content.application-form .application-input .detail-form input:first-child {
    margin-bottom: 10px;
  }
  .sub-content.application-form .application-input .detail-form > div input {
    margin-right: 0;
  }
  .sub-content.application-form .application-input .detail-form > div:last-child input {
    width: 100%;
    margin: 10px 0;
  }
  .sub-content.application-form .application-input .detail-form > div:last-child input:first-child {
    margin-right: 0;
  }
  .sub-content.application-form .application-input .detail-form .form-check-inline {
    display: table;
  }
  .sub-content.application-form .application-input .detail-form .form-check-inline input {
    width: 20px;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0 !important;
  }
  .sub-content.application-form .application-input .detail-form .form-check-inline label {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .sub-content.application-form .application-input .detail-form .file-list input {
    width: calc(100% - 130px) !important;
  }
  .sub-content.application-form .application-input .detail-form .file-list .remove-btn {
    margin-top: 0;
  }
  .sub-content.application-form .application-input.fix-page img {
    width: 64px;
  }
  .sub-content.application-form .application-input.fix-page h5 {
    font-size: 14px;
  }
  .sub-content.application-form .application-input.fix-page h6 {
    font-size: 12px;
  }
  .sub-content.application-form .application-input .category-table .form-check-inline {
    width: 100%;
  }
  .sub-content.application-form .application-input.other-application.w-50-m-10 {
    width: 100%;
  }
  .sub-content.application-form .application-input.other-application.w-50-m-10:nth-child(2n) {
    margin-left: 0;
  }
  .sub-content.application-form .application-input.other-application > div.other-app-list-form {
    padding: 10px;
    display: table;
  }
  .sub-content.application-form .application-input.other-application > div.other-app-list-form.w-50-m-10 {
    width: 100%;
  }
  .sub-content.application-form .application-input.other-application > div.other-app-list-form.w-50-m-10:nth-child(2n) {
    margin-left: 0;
  }
  .sub-content.application-form .application-input.other-application > div.other-app-list-form > div {
    display: table-cell;
    vertical-align: middle;
  }
  .sub-content.application-form .application-input.other-application > div.other-app-list-form > div.list-style {
    width: calc(100% - 71px);
  }
  .sub-content.application-form .application-input.other-application > div.other-app-list-form .list-icon {
    width: auto;
    padding-right: 10px;
  }
  .sub-content.application-form .application-input.other-application > div.other-app-list-form .list-btn {
    width: auto;
  }
  .sub-content.application-form .application-input.other-application > div.other-app-list-form .list-btn .down-btn {
    width: 70px;
    height: 40px;
  }
  .sub-content.application-form .application-input.other-application > div.other-app-list-form .list-btn .down-btn.invoice-btn {
    width: auto;
  }
  .sub-content.application-form .application-input.other-application > div.other-app-list-form .list-btn .down-btn button {
    padding: 10px 0;
  }
  .sub-content.application-form .down-btn {
    margin-left: 0;
  }
  .sub-content.application-form .down-btn.add-btn {
    margin-left: 0;
  }
  .sub-content.application-form.agree-form .application-input input {
    width: 100%;
  }
  .sub-content.application-form.other-form .common-table .sign-panel .row {
    display: block;
  }
  .sub-content.application-form.other-form .common-table .sign-panel .row input {
    text-align: center;
    width: auto;
    margin-right: 0 !important;
  }
  .sub-content.application-form.other-form .application-input textarea {
    width: 100%;
    border: 1px solid #CCC;
    min-height: 200px;
  }
  .sub-content.application-form.other-form .application-input .time-zone input {
    width: 35%;
    margin-right: 5px;
  }
  .sub-content.login-page {
    max-width: none;
    padding: 0;
  }
  .sub-content.login-page .login-form {
    padding: 64px 24px;
  }
  .sub-content.login-page .login-form h3 {
    font-size: 22px;
    margin-bottom: 36px;
  }
  .sub-content.application-form .product-manage {
    width: 100%;
    border-top: solid 1px #292929;
  }
  .sub-content.application-form .product-manage .item-btn-box {
    margin: 35px 0;
    text-align: center;
  }
  .sub-content.application-form .product-manage .product-list .product-item {
    padding: 0;
    list-style: none;
  }
  .sub-content.application-form .product-manage .product-list .product-item li {
    width: 100%;
  }
  .sub-content.application-form .product-manage .product-list .product-item li .product-name {
    color: #292929;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    overflow: hidden;
  }
  .sub-content.application-form .product-manage .product-list .product-item li .product-content {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
  }
  .sub-content.application-form .product-manage .product-list .product-item li .delete-btn {
    margin: 25px 0;
    text-align: center;
  }
  .sub-content.application-form .product-manage .product-list .product-item li .delete-btn .down-btn {
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #FF2E63;
    color: #FF2E63;
  }
  .sub-content.application-form .application-btn > div {
    display: inline-table;
  }
  .sub-content.application-form .application-btn > div:first-child .down-btn {
    margin-right: 10px;
  }
  .sub-content.application-form .application-btn .down-btn {
    width: 100px;
    float: left;
  }
  .sub-content.digital-content .top-sub-select {
    margin-bottom: 15px;
  }
  .sub-content.digital-content .top-sub-select a {
    margin-right: 20px;
    width: calc((100% - 25px) / 2);
  }
  .sub-content.digital-content .top-order-list > div a {
    font-size: 16px;
  }
  .sub-content.digital-content .top-order-list.mobile-br {
    padding-top: 10px;
  }
  .sub-content.digital-content .search-box > div .top-order-list {
    width: 100%;
    margin-bottom: 15px;
  }
  .sub-content.digital-content .search-box > div .search-wraaper {
    width: 100%;
  }
  .sub-content.digital-content .matching-list .matching-menu {
    font-size: 14px;
  }
  .sub-content.digital-content .matching-list .matching-content {
    padding: 24px 0;
    font-size: 14px;
    font-weight: normal;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table thead .mobile-br th:first-child {
    display: inline-block;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table a {
    padding: 0;
    text-align: center;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table a:first-child {
    padding-left: 0;
    word-break: break-word;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table td {
    text-align: center;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table td:first-child {
    width: 100%;
    text-align: left;
    display: inline-block;
    font-weight: bold;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table td:first-child a:first-child {
    padding-top: 24px;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table td:last-child {
    padding-right: 0;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table td:nth-of-type(2) {
    width: 100%;
    display: inline-block;
    word-break: break-all;
    text-align: left;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table td:nth-of-type(2) a {
    color: #999 !important;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table td:nth-of-type(3) {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .sub-content.digital-content .matching-list .matching-content.matching-table td:nth-of-type(3):before {
    content: "";
  }
  .sub-content.digital-content .matching-list .matching-content .matching-sub-content a {
    display: inline-block;
    width: 100%;
  }
  .sub-content.digital-content .matching-list .matching-content div {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .sub-content.digital-content .matching-list .matching-content .company-text {
    font-weight: bold;
  }
  .sub-content.digital-content .matching-list .matching-content .category-text {
    color: #999 !important;
    word-break: break-all;
  }
  .sub-content.digital-content .matching-list .matching-content .booth::before {
    content: "위치 - ";
  }
  .sub-content.digital-content .matching-list .matching-content .country::before {
    content: "국가 - ";
  }
  .sub-content.digital-content .matching-list .matching-content .heart-icon {
    width: 10%;
  }
  .sub-content.digital-content .matching-list.float-top .matching-menu > div:last-child {
    display: inline-block;
  }
  .sub-content.digital-content .matching-list.float-top .common-btn-wrapper {
    text-align: center;
  }
  .sub-content.digital-content .matching-list.float-top .matching-content > div {
    display: inline-block;
    width: 100%;
  }
  .sub-content.digital-content .detail-info .detail-info-top p {
    font-size: 16px;
  }
  .sub-content.digital-content .detail-info .detail-info-top h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .sub-content.digital-content .detail-info .detail-info-top .heart-icon {
    margin-bottom: 0;
  }
  .sub-content.digital-content.detail-wrapper {
    padding: 30px 0;
  }
  .sub-content.digital-content.detail-wrapper .application-form h3 {
    margin: 30px 0;
    font-size: 20px;
  }
  .sub-content.digital-content.detail-wrapper .application-form h3.size-up {
    font-size: 26px;
  }
  .sub-content.digital-content.detail-wrapper .application-form .digital-detail {
    padding: 0;
  }
  .sub-content.digital-content.detail-wrapper .application-form .digital-detail .product-list .product-item {
    margin-top: 0;
  }
  .sub-content.digital-content.detail-wrapper .application-form .digital-detail .product-list .product-item li .product-name {
    text-align: center;
  }
  .sub-content.digital-content.detail-wrapper .application-form .digital-detail .product-list .product-item li:last-child p {
    margin-bottom: 0;
  }
  .sub-content.digital-content.detail-wrapper .application-form .digital-detail .common-btn-wrapper .item-btn-box {
    margin: 30px 0;
  }
  .sub-content.digital-content.detail-wrapper .application-form .digital-detail .detail-company-info p {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .mypage-list-btn span br {
    display: block !important;
  }
  .sub-content .news a > div.img-cover, .sub-content .news .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img a > div.m, .common-content-main .main-content-info .main-content-news .news-wrapper .tab-img .sub-content .news a > div.m {
    height: 70px;
    width: 30%;
  }
  .sub-content .news a > div:nth-child(2) {
    padding-left: 16px;
    width: 70%;
  }
}
.booth-layout-content {
  width: 100%;
  position: relative;
  padding: 50px 0px;
  margin: 50px auto;
}
.booth-layout-content .see-btn {
  position: absolute;
  top: 0px;
  right: 4%;
  bottom: 0px;
  width: 150px;
  height: 60px;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding: 11px;
}
@media screen and (max-width: 768px) {
  .booth-layout-content .see-btn {
    width: 120px;
    height: 50px;
    padding: 9px;
  }
}
@media screen and (max-width: 425px) {
  .booth-layout-content .see-btn {
    padding: 5px 0px 0px 0px;
    width: 90px;
    height: 35px;
  }
}
.booth-layout-content .see-btn a {
  text-decoration: none;
  font-size: 27px;
  font-weight: bold;
  color: #292929;
}
@media screen and (max-width: 768px) {
  .booth-layout-content .see-btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 425px) {
  .booth-layout-content .see-btn a {
    font-size: 14px;
  }
}
.booth-layout-content .see-btn a:hover {
  color: #292929;
}
.booth-layout-content .see-btn img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .booth-layout-content .see-btn img {
    width: 25px;
  }
}
@media screen and (max-width: 425px) {
  .booth-layout-content .see-btn img {
    width: 18px;
  }
}

.booth-backImg {
  width: 100%;
}

@media screen and (max-width: 425px) {
  .see-btn a {
    font-size: 16px;
  }
  .see-btn img {
    width: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .step1-h6 {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .step1-h6-1024 {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .conference-footer {
    width: 700px;
    font-size: 11px;
  }
}
.mw100 {
  max-width: 100% !important;
}

.m0 {
  margin: 0px;
}

.remove-btn {
  height: 40px;
}

/* gray */
/* white */
/* blue */
/* button */
.white-text {
  color: #FFF !important;
}

.modal-backdrop {
  height: 200vh !important;
}

.modal #modal-pop4 {
  margin-left: 0;
  margin-right: 0;
  left: 30px;
  top: 50px;
  width: 100%;
  display: inline-block;
}

.modal #modal-pop5 {
  margin-left: 0;
  margin-right: 0;
  left: 500px;
  top: 50px;
}

.modal {
  z-index: 10000;
}
.modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-dialog.find-modal {
  max-width: 600px;
}
.modal .modal-dialog-held {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-title {
  text-align: center;
  font-size: 20px;
}
.modal #modal-pop2 .modal-content {
  width: 600px;
}
@media screen and (min-width: 2560px) {
  .modal #modal-pop2 .modal-content {
    width: 700px;
  }
}
@media screen and (max-width: 1440px) {
  .modal #modal-pop2 .modal-content {
    width: 600px;
  }
}
@media screen and (max-width: 1308px) {
  .modal #modal-pop2 .modal-content {
    width: 550px;
  }
}
@media screen and (max-width: 425px) {
  .modal #modal-pop2 .modal-content {
    width: 300px;
  }
}
.modal #modal-pop4 .modal-content {
  width: 450px;
}
@media screen and (max-width: 1440px) {
  .modal #modal-pop4 .modal-content {
    width: 400px;
  }
}
@media screen and (max-width: 1308px) {
  .modal #modal-pop4 .modal-content {
    width: 350px;
  }
}
@media screen and (max-width: 425px) {
  .modal #modal-pop4 .modal-content {
    width: 300px;
  }
}
.modal #modal-pop4 .modal-content .modal-top {
  background: #fff;
  text-align: center;
  padding: 5px 5px;
}
.modal #modal-pop4 .modal-content .modal-top-content {
  background: #b91b78;
  text-align: center;
}
.modal #modal-pop4 .modal-content .modal-top-content .modal-title {
  padding: 3px 0;
  font-size: 26px;
  color: #fff;
}
.modal #modal-pop4 .modal-content .modal-btn-wrapper {
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}
.modal #modal-pop4 .modal-content .modal-btn-wrapper a {
  border: 1px solid #b91b78;
  background: #b91b78;
  border-radius: 20px 20px 20px 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
}
.modal #modal-pop5 .modal-content {
  width: 450px;
}
@media screen and (max-width: 1440px) {
  .modal #modal-pop5 .modal-content {
    width: 400px;
  }
}
@media screen and (max-width: 1308px) {
  .modal #modal-pop5 .modal-content {
    width: 350px;
  }
}
@media screen and (max-width: 425px) {
  .modal #modal-pop5 .modal-content {
    width: 300px;
  }
}
.modal #modal-pop5 .modal-content .modal-top {
  background: #fff;
  text-align: center;
  padding: 5px 5px;
}
.modal #modal-pop5 .modal-content .modal-top-content {
  background: #b91b78;
  text-align: center;
}
.modal #modal-pop5 .modal-content .modal-top-content .modal-title {
  padding: 3px 0;
  font-size: 26px;
  color: #fff;
}
.modal #modal-pop5 .modal-content .modal-btn-wrapper {
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}
.modal #modal-pop5 .modal-content .modal-btn-wrapper a {
  border: 1px solid #b91b78;
  background: #b91b78;
  border-radius: 20px 20px 20px 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
}
.modal .modal-content {
  border-radius: 0;
  width: 750px;
}
@media screen and (max-width: 1440px) {
  .modal .modal-content {
    width: 590px;
  }
}
@media screen and (max-width: 1308px) {
  .modal .modal-content {
    width: 550px;
  }
}
@media screen and (max-width: 425px) {
  .modal .modal-content {
    width: 300px;
  }
}
.modal .modal-content .modal-btn-area {
  position: absolute;
  bottom: 2px;
  left: 35%;
}
@media screen and (max-width: 1440px) {
  .modal .modal-content .modal-btn-area {
    left: 30%;
  }
}
@media screen and (max-width: 425px) {
  .modal .modal-content .modal-btn-area {
    left: 25%;
  }
}
.modal .modal-content .modal-btn-area .popupClose {
  background-color: #1da1f2;
  color: #fff;
  border: none;
  width: 100px;
}
@media screen and (max-width: 425px) {
  .modal .modal-content .modal-btn-area .popupClose {
    width: 55px;
    font-size: 9px;
  }
}
.modal .modal-content .modal-btn-area .event-application {
  background-color: #1da1f2;
  color: #fff;
  border: none;
  width: 140px;
  margin-left: 10px;
}
@media screen and (max-width: 425px) {
  .modal .modal-content .modal-btn-area .event-application {
    width: 95px;
    font-size: 9px;
  }
}
.modal .modal-content .text-line {
  width: 100vh;
  padding: 0 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal .modal-content .btn {
  /*display: inline-block;
  width: 120px;
  height: 40px;
  background-color: $blue-color;
  color: $white-bg-color;
  margin-left: 15px;
  text-align: center;
  font-size: $size-ml;
  font-weight: bold;
  border-radius: 0;*/
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.modal .modal-content .btn.btn-white {
  background-color: #FFF;
  border: 1px solid #225EDF;
  color: #225EDF;
  margin: 0;
}
.modal .modal-content .btn.btn-submit {
  margin-left: 4px;
}
.modal .modal-content .modal-header {
  display: inline-block;
  width: 100%;
  padding: 25px;
  border-bottom: none;
}
.modal .modal-content .modal-header .close {
  padding-top: 0;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 15px;
  opacity: 1;
  color: #1E1E1E;
}
.modal .modal-content .modal-header .close span {
  font-size: 2.5rem;
  font-weight: 100;
}
.modal .modal-content .modal-header .find-close {
  margin: -0.45rem -1rem -1rem auto;
}
.modal .modal-content .modal-header > div {
  width: 100%;
  text-align: center;
}
.modal .modal-content .modal-header > div h5 {
  font-size: 20px;
  font-weight: bold;
}
.modal .modal-content .modal-body .visit-day {
  width: 30%;
}
.modal .modal-content .modal-body table {
  width: 100%;
}
.modal .modal-content .modal-body table .select-arrow {
  display: none;
}
.modal .modal-content .modal-body table .visitor-input-box {
  display: none;
}
.modal .modal-content .modal-body table tr {
  margin-bottom: 15px;
}
.modal .modal-content .modal-body table tr.input-box.visitor-input-box {
  display: none;
}
.modal .modal-content .modal-body table tr.new-pwd-box {
  display: none;
}
.modal .modal-content .modal-body table tr > td {
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 500;
}
.modal .modal-content .modal-body table tr td {
  padding-bottom: 15px;
}
.modal .modal-content .modal-body table tr td span {
  color: #225EDF;
  font-weight: 700;
}
.modal .modal-content .modal-body table tr td input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #cccccc;
}
.modal .modal-content .modal-body table tr td input.input-file {
  width: calc(100% - 136px);
}
.modal .modal-content .modal-body table tr td input::placeholder {
  color: #999;
}
.modal .modal-content .modal-body table tr td input[type=text] {
  height: 40px;
}
.modal .modal-content .modal-body table tr td textarea {
  width: 100%;
  min-height: 120px;
  resize: none;
  border: 1px solid #cccccc;
  padding: 10px;
}
.modal .modal-content .modal-body table tr td textarea::placeholder {
  color: #999;
}
.modal .modal-content .modal-body table tr td label {
  vertical-align: top;
}
.modal .modal-content .modal-body .area-btn {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
}
.modal .modal-content .popup-held-footer {
  background: #1c1a32;
  color: #fff;
  display: flex;
  position: relative;
  padding: 0.25rem 0.5rem;
  align-items: center;
  border: 1px solid #fff;
  border-top: none;
}
.modal .modal-content .popup-held-footer .popup-close {
  position: absolute;
  cursor: pointer;
  right: 0.5rem;
  box-sizing: border-box;
  font-size: 90%;
  background: #fff;
  color: #1c1a32;
  padding: 0.25rem 0.375rem;
  border-radius: 3px;
  line-height: 1;
  font-weight: 500;
  transition: 0.2s all linear;
}
.modal .modal-font-blue {
  color: #225EDF;
}
.modal .modal-font-red {
  color: red;
}
.modal .modal-font-green {
  color: #6CC458;
}
.modal .modal-dialog.print {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.modal .modal-body {
  padding: 0;
  height: 100%;
}
.modal .modal-body .close {
  margin: 0.25em 0.25rem 0.25rem auto;
  position: absolute;
  right: 5px;
  color: lightpink;
}
.modal .modal-body .body-content.pop-main-img img {
  width: 100%;
}

.modal.admin-modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 90%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
.modal.admin-modal:focus {
  outline: none;
}
@media (max-width: 768px) {
  .modal.admin-modal {
    width: 80%;
  }
}
.modal.admin-modal h1, .modal.admin-modal h2, .modal.admin-modal h3, .modal.admin-modal h4 {
  margin-top: 0;
}
.modal.admin-modal .modal-content {
  padding: 24px;
}
.modal.admin-modal .modal-content .divider {
  overflow: hidden;
  height: 1px;
  background-color: #e0e0e0;
}
.modal.admin-modal .modal-content .col.flex-auto {
  flex-basis: auto;
}
.modal.admin-modal .modal-content table {
  width: 100%;
}
.modal.admin-modal .modal-close {
  cursor: pointer;
}
.modal.admin-modal .modal-footer {
  /*border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;*/
  padding: 0;
}
.modal.admin-modal .modal-footer .btn, .modal.admin-modal .modal-footer .btn-flat {
  margin: 6px 0;
}

@media (max-width: 768px) {
  .modal .modal-content {
    position: relative;
  }
  .modal .modal-content .modal-body table tr td {
    display: block;
    padding-bottom: 10px;
  }
  .modal .modal-content .modal-body table tr td .select-arrow {
    display: inline-block;
  }
  .modal .area-btn {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
.event-modal {
  margin-left: auto;
  margin-right: auto;
}
.event-modal.sectors-modal .sectors-name {
  width: 100% !important;
  float: none !important;
  display: block !important;
  max-height: initial !important;
}
.event-modal.sectors-modal .sectors-select {
  width: 100% !important;
  padding: 20px 10px !important;
}
.event-modal.sectors-modal .sectors-select .checkbox {
  width: calc((100% - 10px) / 2) !important;
}
.event-modal.product-modal .product-select .common-btn-wrapper {
  margin-top: 15px;
  margin-bottom: 0;
}
.event-modal.product-modal .product-sub {
  height: 106px;
  overflow: hidden;
}
.event-modal.product-modal .common-btn-wrapper .btn-select {
  width: 25% !important;
}
.event-modal.product-modal .event-form .product-form-item > div {
  width: 100% !important;
  display: inline-block !important;
}
.event-modal.product-modal .event-form .product-form-item .form-sub {
  display: inline-block !important;
}

.modal #modal-pop1 {
  margin-left: 0;
  margin-right: 0;
  left: 30px;
  top: 50px;
}
.modal #modal-pop2 {
  top: 50px;
  left: 850px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 2560px) {
  .modal #modal-pop2 {
    left: 950px;
  }
}
@media screen and (max-width: 1440px) {
  .modal #modal-pop2 {
    left: 750px;
  }
}
@media screen and (max-width: 1308px) {
  .modal #modal-pop2 {
    left: 700px;
  }
}
@media screen and (max-width: 1250px) {
  .modal #modal-pop2 {
    top: 400px;
    left: 30px;
  }
}
@media screen and (max-width: 425px) {
  .modal #modal-pop2 {
    top: 250px;
    left: 30px;
  }
}
.modal #modal-pop3 {
  margin-left: 0;
  margin-right: 0;
  left: 540px;
  max-width: 420px;
}

/*# sourceMappingURL=style.css.map */
