@import url("sub.css");

#header {
	display: none;
}
#footer {
	margin-top: 0;
}
.booth {
	position: relative;
}
.booth .back {
	display: block;
	width: 85px;
	height: 85px;
	position: absolute;
	top: 50px;
	left: 50px;
	background: #EA5557 url("../images/ico-back.svg")no-repeat 50% 20px / 23px;
	z-index: 1;
	color: #fff;
	font-size: 17px;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.45);
}
.booth .back p {
	text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.booth img {
	width: 100%;
}
.booth .boothVideo {
    position: absolute;
    top: 56.4%;
    left: 58.55%;
    height: 0;
    padding-bottom: 6.74%;
    width: 13.7%;
    max-width: 300px;
    overflow: hidden;
    transform: translateX(-50%);
    cursor: pointer;
}
.booth .boothVideo video {
	width: 100%;
}
.booth .boothVideo2 {
    position: absolute;
    top: 56.4%;
    left: 58.55%;
    height: 0;
    padding-bottom: 6.74%;
    width: 13.7%;
    max-width: 261px;
    overflow: hidden;
    transform: translateX(-50%);
    cursor: pointer;
}
.booth .boothVideo2 video {
	width: 100%;
}
.booth .boothMenu {
	position: absolute;
	left: 84%;
    transform: translateX(-50%);
	bottom: 7%;
	width: 180px;
	background: #fff;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.45);
}
.booth .boothMenu li button {
	position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    border: 1px solid #AEAEAE;
    border-bottom: 0;
    padding: 18px 0 18px 65px;
    box-sizing: border-box;
}
.booth .boothMenu li button:hover {
	color: #fff;
}
.booth .boothMenu li:nth-child(1) button {
	background: url("../images/ico-exclamation.svg")no-repeat 38px 50% / 15px;
}
.booth .boothMenu li:nth-child(1) button:hover {
	background: #EA5557 url("../images/ico-exclamation-on.svg")no-repeat 38px 50% / 15px;
}
.booth .boothMenu li:nth-child(2) button {
	background: url("../images/ico-save.svg")no-repeat 38px 50% / 15px;
}
.booth .boothMenu li:nth-child(2) button:hover {
	background: #EA5557 url("../images/ico-save-on.svg")no-repeat 38px 50% / 15px;
}


.subExhibition h2.title {
	text-align: left;
}


.subExhibition .mintBox {
	padding: 50px 40px 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
	color: #fff;
}
.subExhibition .mintBox .tit strong {
	font-size: 35px;
	font-weight: 500;
}
.subExhibition .mintBox .tit a {
	color: #fff;
	font-size: 20px;
}
.subExhibition .mintBox .info {
	font-size: 17px;
	margin-top: 40px;
	line-height: 1.5;
	font-weight: 300;
}
.subExhibition .grayBox {
	padding: 30px 40px;
	margin-bottom: 20px;
}
.subExhibition .grayBox h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.subExhibition .grayBox .box {
	padding: 20px;
	background: #FFFFFF;
	border: 0.5px solid #112560;
	box-sizing: border-box;
}
.subExhibition .grayBox .category span {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}
.subExhibition .grayBox .category span:last-child {
	margin-right: 0;
}
.subExhibition .grayBox .text {
	font-size: 17px;
	line-height: 1.3;
}
.subExhibition .product > div {
	margin-bottom: 30px;
}
.subExhibition .product > div:last-child {
	margin-bottom: 0;
}
.subExhibition .product > div .box {
	margin-bottom: -1px;
}
.subExhibition .product > div .box:first-child {
	padding: 10px 20px;
}
.subExhibition .product > div .text strong {
	display: block;
	font-weight: 500;
	color: #112560;
	font-size: 25px;
	margin-top: 10px;
}
.subExhibition .product > div .text a {
    display: block;
    width: 212px;
    height: 50px;
    line-height: 50px;
    background: #132761;
    text-align: center;
    color: #fff;
}
.subExhibition .product > div .text .grid3 a {
	margin-left: 10px;
	width: auto;
	padding: 0 15px;
}

.subExhibition02 .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.subExhibition02 .video .slick {
	position: static;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.subExhibition02 .video .slick-slide {
	position: relative;
	height: 0;
    padding-bottom: 8%;
}
.subExhibition02 .video .slick-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.subExhibition02 .video .slick-slide video {
	position: absolute;
	width: 100%;
	height: 100%;
}
.subExhibition02 .video .slick-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.subExhibition02 .video .slick-prev {
	background: url("../images/arrow-left-gray.svg")no-repeat 50% 50% / 100%;
    width: 30px;
    height: 60px;
    left: 0;
    z-index: 5;
}
.subExhibition02 .video .slick-next {
	background: url("../images/arrow-right-gray.svg")no-repeat 50% 50% / 100%;
	width: 30px;
    height: 60px;
    right: 0;
    z-index: 5;
}
.subExhibition02 .video .slick-prev:before,
.subExhibition02 .video .slick-next:before {
	display: none;
}
.subExhibition02 .video .slick-dots {
	position: static;
    margin-top: 35px;
}
.subExhibition02 .video .slick-dots li {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.subExhibition02 .video .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #C4C4C4;
	border-radius: 50%;
	margin: 2px auto;
}
.subExhibition02 .video .slick-dots li.slick-active button {
	width: 14px;
	height: 14px;
	background: #EA5557;
	margin: 0;
}
.subExhibition02 .video .slick-dots li button:before {
	display: none;
}
.subExhibition02 .brochure .thumb {
	text-align: center;
}
.subExhibition02 .brochure .thumb img {
	width: 100%;
}
.subExhibition02 .brochure a {
	display: block;
	width: 100%;
	max-width: 300px;
	height: 70px;
	line-height: 70px;
	margin: 0px 0 30px;
	text-align: center;
	font-size: 20px;
}
.subExhibition02 .brochure a img {
	vertical-align: -1px;
}
.subExhibition02 .slick-slide.brochure a img {
	position: static!important;
	width: 22px!important;
    height: auto!important;
    display: inline-block;
    vertical-align: -1px;
}
#advertisePop .modal-cont .brochure {
	max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}
#advertisePop .modal-cont .brochure.grid2 {
	max-width: 1200px;
	margin: 0 auto;
}
#advertisePop .modal-cont .brochure.grid2 > div {
	float: left;
	width: 50%;
}
#advertisePop .main-slider {
	padding: 0 50px;
}
#advertisePop .main-slider .video {
	height: auto;
	padding-bottom: 0;
}
#advertisePop .main-slider .video video {
	position: static;
}


.board {
	display: none;
	margin-bottom: 5%;
}
.subExhibition03 .exhibitionTable th {
	background: #ededed;
	border-top: 1px solid #112560;
	border-bottom: 1px solid #112560;
	font-size: 15px;
	padding: 25px 0;
	font-weight: 500;
}
.subExhibition03 .exhibitionTable td {
	text-align: center;
	font-size: 15px;
	padding: 20px 0;
	border-bottom: 1px solid #939393;
}
.subExhibition03 .exhibitionTable td:nth-child(3) {
	text-align: left;
	padding: 20px 5px;
}
.subExhibition03 .exhibitionTable td.reply {
	position: relative;
	padding-left: 22px;
}
.subExhibition03 .exhibitionTable td.reply:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    background: url(../images/ico-reply.svg)no-repeat 50% 50% / 100%;
    display: block;
    width: 17px;
    height: 23px;
}
.subExhibition03 .exhibitionTable td button {
	text-align: left;
}
.subExhibition03 .exhibitionTable td button span {
	color: #35B6B2;
	margin-left: 5px;
}
.subExhibition03 .exhibitionTable tfoot td {
	border-bottom: 0;
	text-align: right;
	font-size: 17px;
}
.subExhibition03 .exhibitionTable tfoot td a {
	display: inline-block;
	font-size: 17px;
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 10px;
}


.subExhibition04 .mintBox {
	padding: 40px 40px 30px;
}
.subExhibition04 .mintBox .tit strong {
	font-size: 30px;
}
.subExhibition04 .mintBox .info {
	margin-top: 20px;
}
.subExhibition04 .mintBox .info a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.subExhibition04 .mintBtn {
	display: block;
    width: 100%;
    max-width: 800px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 50px auto 0;
    font-size: 20px;
}


.subExhibition05 .formTable th {
    width: 150px;
    background: #ededed;
    border: 0.5px solid rgba(17, 37, 96, 0.5);
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.subExhibition05 .formTable th span {
	font-size: 15px;
}
.subExhibition05 .formTable td {
    position: relative;
    border: 0.5px solid rgba(17, 37, 96, 0.5);
    height: 60px;
    font-size: 15px;
}
.subExhibition05 .formTable i {
    display: inline-block;
    color: #DC0000;
    margin-left: 5px;
}
.subExhibition05 .formTable td input {
    width: 100%;
    height: 60px;
    font-size: 18px;
    padding: 0 20px;
    box-sizing: border-box;
}
.subExhibition05 .formTable td textarea {
	display: block;
	resize: none;
    width: 100%;
    height: 200px;
    font-size: 18px;
    padding: 20px;
    border: 0;
    box-sizing: border-box;
}
.subExhibition05 .fileWrap {
	font-size: 0;
}
.subExhibition05 .fileWrap input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
.subExhibition05 .fileWrap label {
    display: inline-block;
    width: 150px;
    height: 40px;
	line-height: 40px;
    color: #fff;
    background: #112560;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
}
.subExhibition05 .fileWrap .filePreview {
	width: calc(100% - 165px);
	display: inline-block;
	font-family: inherit;
	vertical-align: middle;
	background-color: #fff;
	font-size: 18px;
	color: #464E9C;
	font-weight: 300;
	pointer-events: none;
}
.subExhibition05 .formTable tfoot td {
	border: 0;
}
.subExhibition05 .formTable tfoot td strong {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-top: 100px;
}
.subExhibition05 .formTable tfoot td .box {
	background: #F9F9F9;
	margin: 20px 0 25px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.3;
}
.subExhibition05 .formTable tfoot td .box i {
	display: inline-block;
    color: #DC0000;
    margin-left: 5px;
}
.subExhibition05 .formTable tfoot td input[type=checkbox] {
	display: none;
}
.subExhibition05 .formTable tfoot td input[type=checkbox] +  label {
	position: relative;
}
.subExhibition05 .formTable tfoot td input[type=checkbox] +  label:before {
	content: '';
    display: inline-block;
    vertical-align: -5px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background: #fff;
    margin-right: 10px;
}
.subExhibition05 .formTable tfoot td input[type=checkbox]:checked +  label:before {
	background: #FFD94B url("../images/ico-check.png")no-repeat 50% 50% / 16px;
}
.subExhibition05 button[type=submit] {
	display: block;
	width: 95%;
	max-width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0;
	font-size: 20px;
	font-weight: 500;
}


.subExhibition06 .subject {
    text-align: left;
    font-size: 20px;
    padding: 18px 0px;
    font-weight: 600;
    border-bottom: 2px solid #35B6B2;
}
.subExhibition06 .subject strong {
	display: block;
	margin-bottom: 15px;
	font-size: 23px;
}
.subExhibition06 .subject span {
    font-size: 17px;
    font-weight: 400;
}
.subExhibition06 .contents {
	padding: 30px 0;
	font-size: 17px;
	line-height: 1.7;
	border-bottom: 1px solid #e1e1e1;
}
.subExhibition06 .comment p {
	display: block;
	margin: 20px 0;
}
.subExhibition06 .comment .conts {

}
.subExhibition06 .listBtn {
    padding: 10px 25px;
    font-size: 17px;
    margin-top: 15px;
}



#videoPop .modal-cont {
    max-width: 854px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}
#videoPop .modal-cont video {
	width: 100%;
}
#videoPop .modal-cont .video {
	position: relative;
	height: 0;
	padding-bottom: 56.55%;
}
#videoPop .modal-cont .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#videoPop2 .modal-cont {
    max-width: 854px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}
#videoPop2 .modal-cont video {
	width: 100%;
}
#videoPop2 .modal-cont .video {
	position: relative;
	height: 0;
	padding-bottom: 56.55%;
}
#videoPop2 .modal-cont .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#brochurePop .modal-cont {
    max-width: 550px;
    margin: 100px auto 30px;
}
#brochurePop .modal-cont .thumb img {
	width: 100%;
}
#brochurePop .close {
	top: -60px;
	right: auto;
	left: 50%;
}
.subExhibition .modal .modal-cont {
    max-width: 1000px;
    margin: 75px auto 30px;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
}
.subExhibition .modal .close {
	top: -60px;
	right: auto;
	left: 50%;
}

#lockPop .modal-cont {
    background: #fff;
    max-width: 345px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}
#lockPop .modal-cont .close {
	width: 25px;
	top: -35px;
	right: 0;
}
#lockPop .modal-cont input {
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 39px;
    margin: 20px 0;
    padding: 0 10px;
    box-sizing: border-box;
}
#lockPop .modal-cont .btnArea a {
	flex: 1;
	text-align: center;
	background: #35B6B2;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
#lockPop .modal-cont .btnArea button {
	flex: 1;
	text-align: center;
	background: #35B6B2;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
#lockPop .review-read {
	display: none;
}

.boothMenu.mobile {
	display: none;
	font-size: 0;
}
.boothMenu.mobile ul {
	padding: 3%;
}
.boothMenu.mobile ul li {
    display: inline-block;
    width: 50%;
    padding: 1%;
    text-align: center;
    box-sizing: border-box;
}
.boothMenu.mobile ul li button {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    border: 1px solid #AEAEAE;
    padding: 18px 0 18px 20px;
    box-sizing: border-box;
}
.boothMenu.mobile ul li:nth-child(1) button {
	background: url("../images/ico-exclamation.svg")no-repeat calc(50% - 40px) 50% / 15px;
}
.boothMenu.mobile ul li:nth-child(2) button {
	background: url("../images/ico-save.svg")no-repeat calc(50% - 40px) 50% / 15px;
}
.boothMenu.mobile ul li:nth-child(1) button:hover {
	background: #EA5557 url("../images/ico-exclamation-on.svg")no-repeat calc(50% - 40px) 50% / 15px;
	color: #fff;
	border: 1px solid #EA5557;
}
.boothMenu.mobile ul li:nth-child(2) button:hover {
	background: #EA5557 url("../images/ico-save-on.svg")no-repeat calc(50% - 40px) 50% / 15px;
	color: #fff;
	border: 1px solid #EA5557;
}


.dubbing .boothVideo {
	top: 56.1%;
    left: 58.45%;
}
.dot .boothVideo {
	top: 59.4%;
    left: 55.95%;
    padding-bottom: 5.8%;
    width: 11.7%;
}
.dot .boothVideo2 {
	left: 30.2%;
    top: 47.6%;
    width: 9.8%;
    text-align: center;
    padding-bottom: 4.2%;
}
.dot .boothVideo2 img {
	margin-top: -4%;
}
.saltlux .boothVideo {
    top: 57.9%;
    left: 61.6%;
    padding-bottom: 5.3%;
    width: 8.95%;
}
.saltlux .boothVideo2 {
    left: 29.19%;
    top: 41.9%;
    width: 10.75%;
    text-align: center;
    padding-bottom: 4.65%;
}
.simsimi01 .boothVideo {
    top: 56.2%;
    left: 58.45%;
    padding-bottom: 6.85%;
    width: 13.8%;
}
.simsimi01 .boothVideo2 {
    left: 25.75%;
    top: 39.1%;
    width: 11.5%;
    text-align: center;
    padding-bottom: 5%;
}


.wise .wiseTable th,
.wise .wiseTable td {
	padding: 15px 10px;
	border: 1px solid #e1e1e1;
}
.wise1 .boothVideo {
    top: 55.83%;
}
.wise1 .boothVideo video {
	margin-top: -4%;
}
.wise2 .boothVideo {
    top: 59.2%;
    left: 55.9%;
    padding-bottom: 6.8%;
    width: 11.7%;
    max-width: 264px;
}
.wise .boothVideo img {
	margin-top: -6%;
}
.wise #advertisePop .modal-cont .slick-slide.brochure {
	max-width: none;
    height: auto;
    padding: 0;
}
.wise #advertisePop .modal-cont .slick-slide.brochure .thumb img {
	position: static;
    margin: 0 auto;
}
.wise #advertisePop2 .brochure a {
	height: auto;
}
.wise #advertisePop2 .brochure a.link {
	position: absolute;
    bottom: 4.2%;
    margin: 0;
    width: 23%;
    height: 4%;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
}


.eq4all .boothVideo {
    width: 9%;
    left: 61.6%;
    top: 58%;
    padding-bottom: 6%;
}


.flitto .boothVideo2 {
    width: 11.7%;
    left: 55.8%;
    top: 59%;
    padding-bottom: 5.78%;
}
.flitto .boothVideo2 video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



.iir_tech .boothVideo2 {
    width: 13.7%;
    left: 58.45%;
    top: 56%;
    padding-bottom: 6.8%;
    max-width: 300px;
}



.deepbrain .boothVideo {
	top: 58.25%;
    left: 61.5%;
    padding-bottom: 5.05%;
    width: 8.86%;
}
.deepbrain .boothVideo2 {
    top: 42.25%;
    left: 29.27%;
    padding-bottom: 4.6%;
    width: 10.78%;
}
.deepbrain .boothVideo2 video {
	margin-top: -6%;
}
.deepbrain .video {
	max-width: 620px;
}
.deepbrain .video .slick {
	max-width: 550px;
}
.deepbrain .video .slick-slide {
	height: auto;
	padding-bottom: 0;
}
.deepbrain .video .slick-slide img {
	position: static;
}

.coreai .boothVideo {
    top: 58.32%;
    left: 61.6%;
    padding-bottom: 5.15%;
    width: 8.95%;
}
.coreai .subExhibition02 .modal .modal-cont {
	max-width: 550px;
}
.nugu .boothVideo {
	top: 59%;
    left: 55.8%;
    padding-bottom: 5.8%;
    width: 11.7%;
}
.nugu .boothVideo2 {
	left: 30.1%;
    top: 47.6%;
    width: 9.8%;
    text-align: center;
    padding-bottom: 4.2%;
}
.nugu .boothVideo2 img {
	margin-top: -4%;
}

.mindslab .boothVideo {
    top: 55.8%;
    left: 58.4%;
    padding-bottom: 6.75%;
    width: 13.62%;
}
.mindslab .boothVideo2 {
    top: 38.75%;
    left: 26.05%;
    padding-bottom: 4.95%;
    width: 11.35%;
}
.mindslab .video .slick {
	max-width: 550px;
}
.mindslab .video .slick-slide {
	height: auto;
	padding-bottom: 0;
}
.mindslab .video .slick-slide img {
	position: static;
}

.event02 {
	display: none;
    background: url(../images/consonants02.svg)no-repeat 50% 50% / 100%;
    width: 4%;
    height: 0;
    padding-bottom: 4%;
    position: absolute;
    bottom: 6%;
    right: 24.55%;
    transform: rotate(-1deg);
}
.event03 {
	display: none;
    background: url(../images/consonants03.svg)no-repeat 50% 50% / 35%;
    width: 4%;
    height: 0;
    padding-bottom: 4%;
    position: absolute;
    bottom: 28%;
    left: 39.2%;
}
.event04 {
	display: none;
    background: url(../images/consonants04.svg)no-repeat 50% 50% / 65%;
    width: 4%;
    height: 0;
    padding-bottom: 4%;
    position: absolute;
    bottom: 43.5%;
    left: 41.7%;
}
.event05 {
	display: none;
    background: url(../images/consonants05.svg)no-repeat 50% 50% / 50%;
    width: 4%;
    height: 0;
    padding-bottom: 4%;
    position: absolute;
    bottom: 21.4%;
    left: 47.4%;
}
.event06 {
	display: none;
    background: url(../images/consonants06.svg)no-repeat 50% 50% / 82%;
    width: 4%;
    height: 0;
    padding-bottom: 4%;
    position: absolute;
    bottom: 11.3%;
    left: 62%;
}



#companyPop .modal-cont {
	background: transparent;
	padding: 0;
}


@media screen and (max-width: 1370px){
	.booth .back {
		top: 20px;
		left: 20px;
	}
	.booth .boothMenu {
		width: 165px;
	}
	.booth .boothMenu li button {
		background-position: 22px 50%!important;
		padding: 11px 0 11px 50px;
	}
}
@media screen and (max-width: 1140px){
	.booth .back {
	    width: 60px;
    	height: 60px;
	    font-size: 15px;
	    top: 20px;
	    left: 20px;
	    background-position: 50% 12px;
	}
	.booth .back p {
		bottom: 10px;
	}
	.booth .boothMenu {
	    width: 150px;
	}
	.booth .boothMenu li button {
		font-size: 13px;
	}
	.subExhibition .mintBox .tit strong {
    	font-size: 40px;
    }
    .subExhibition .grayBox .text {
    	font-size: 16px;
    }
    .subExhibition .grayBox .category span {
    	margin-bottom: 5px;
    }
    .subExhibition .grayBox .category span:last-child {
    	margin-bottom: 0;
    }
    .subExhibition .product > div .text strong {
    	font-size: 22px;
    }
    .subExhibition .product > div .text a {
    	width: 200px;
    }

    .subExhibition02 .video .slick-dots {
	    margin-top: 20px;
	}
    .subExhibition02 .video .slick-prev {
    	width: 20px;
    	height: 40px;
    	left: 5px;
    }
    .subExhibition02 .video .slick-next {
    	width: 20px;
    	height: 40px;
    	right: 5px;
    }

    .subExhibition03 .exhibitionTable colgroup {
    	display: none;
    }
    .subExhibition03 .exhibitionTable td:nth-child(1) {
    	width: 15%;
    }
    .subExhibition03 .exhibitionTable td:nth-child(2) {
    	width: 7%;
    }
    .subExhibition03 .exhibitionTable td:nth-child(3) {
    	width: auto;
    }
    .subExhibition03 .exhibitionTable td:nth-child(4) {
    	width: 10%;
    }
    .subExhibition03 .exhibitionTable td:nth-child(5) {
    	width: 20%;
    }
    .subExhibition03 .exhibitionTable tfoot td a {
    	width: 235px;
    }

    .subExhibition .mintBox {
    	padding: 40px 40px 30px;
    }
    .subExhibition .mintBox .tit strong {
	    font-size: 30px;
	}
	.subExhibition .mintBox .info {
		margin-top: 25px;
	}

	.subExhibition05 .formTable th {
		font-size: 15px;
	}
	.subExhibition05 .formTable td {
		height: 50px;
	}
	.subExhibition05 select {
		font-size: 15px;
	}
	.subExhibition05 .formTable td input {
		padding: 0 15px;
		height: 50px;
	}
	.subExhibition05 .formTable td textarea {
		font-size: 15px;
		padding: 15px;
	}
	.subExhibition05 .fileWrap .filePreview {
		font-size: 15px;
	}
	.subExhibition05 .fileWrap label {
		font-size: 15px;
	}
	.subExhibition05 .formTable tfoot td strong {
		font-size: 17px;
		margin-top: 70px;
	}
	.subExhibition05 .formTable tfoot td .box {
		font-size: 13px;
	}
	.subExhibition05 .formTable tfoot td input[type=checkbox] + label:before {
		vertical-align: -3px;
		width: 17px;
		height: 17px;
		margin-right: 7px;
	}
	.subExhibition05 button[type=submit] {
		height: 55px;
    	line-height: 55px;
		font-size: 17px;
	}
}
@media screen and (max-width: 768px){
	.booth .back {
	    width: 50px;
	    height: 50px;
	    font-size: 13px;
	    top: 15px;
	    left: 15px;
	    background-position: 50% 10px;
	    background-size: 18px;
	}

	.booth .boothMenu {
		display: none;
	}
	.boothMenu.mobile {
		display: block;
	}
	.subExhibition .mintBox {
    	padding: 25px 20px 15px;
    	margin-bottom: 10px;
    }
    .subExhibition .mintBox .info {
	    font-size: 15px;
	    margin-top: 20px;
	}
	.subExhibition .mintBox .tit strong {
	    font-size: 20px;
	}
	.subExhibition .mintBox .tit a {
	    font-size: 15px;
	}
	.subExhibition .grayBox {
	    padding: 15px 20px;
	    margin-bottom: 10px;
	}
	.subExhibition .grayBox .box {
    	padding: 12px;
    }
	.subExhibition .grayBox h4 {
	    font-size: 17px;
	    margin-bottom: 13px;
	}
	.subExhibition .grayBox .text {
	    font-size: 13px;
	}
	.subExhibition .grayBox .category span {
		font-size: 13px;
		margin-right: 7px;
	}
	.subExhibition .product > div .box:first-child {
	    padding: 10px 12px;
	}
	.subExhibition .product > div .text strong {
	    font-size: 18px;
	    margin-top: 7px;
	}
	.subExhibition .product > div .text a {
	    width: 165px;
	    height: 35px;
	    line-height: 35px;
	}


	.subExhibition02 .video .slick {
	    width: 100%;
	    padding: 0 15px;
	}
	.subExhibition02 .video .slick-prev,
	.subExhibition02 .video .slick-next {
		display: none!important;
	}
	.subExhibition .modal .modal-cont {
		padding: 30px;
	}
	.subExhibition02 .brochure {
		padding: 0 15px;
	}
	.subExhibition02 .brochure a {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
	.subExhibition02 .brochure a img {
		width: 16px!important;
	}
	.wise #advertisePop2 .brochure a img {
		width: 100%!important;
	}
	.wise #advertisePop2 .brochure a.link {
		width: 40%;
	}

	.subExhibition03 .exhibitionTable th {
		font-size: 13px;
		padding: 15px 0;
	}
	.subExhibition03 .exhibitionTable td {
		font-size: 12px;
		padding: 15px 0;
	}
	.subExhibition03 .exhibitionTable td button {
		font-size: 12px;
	}
	.subExhibition03 .exhibitionTable td.reply {
	    padding-left: 17px;
	}
	.subExhibition03 .exhibitionTable td.reply:before {
		width: 12px;
	}
	.subExhibition03 .exhibitionTable tfoot td {
	    font-size: 13px;
	}
	.subExhibition03 .exhibitionTable tfoot td a {
	    width: 100px;
	    height: 35px;
    	line-height: 35px;
	    font-size: 13px;
	}

	.subExhibition05 .formTable th {
	    display: block;
	    width: 100%;
	    text-align: left;
	    padding: 15px;
	    border-bottom: 0;
	    box-sizing: border-box;
	}
	.subExhibition05 .formTable td {
		display: block;
	    width: 100%;
	    height: auto;
	    text-align: left;
	    padding: 0 15px;
	    margin-bottom: 15px;
	    box-sizing: border-box;
	}
	.subExhibition05 .formTable td input {
		padding: 0;
	    height: 45px;
	}
	.subExhibition05 select {
		padding: 0;
		height: 45px;
		background-position: 100% 50%;
	}
	.subExhibition05 .formTable td textarea {
	    padding: 15px 0;
	    height: 140px;
	}
	.subExhibition05 .fileWrap .filePreview {
		width: calc(100% - 100px);
	}
	.subExhibition05 .fileWrap label {
	    width: 100px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 13px;
	}

	.subExhibition05 .formTable tfoot td {
		padding: 0;
	}
	.subExhibition05 .formTable tfoot td strong {
		font-size: 15px;
		margin-top: 40px;
	}
	.subExhibition05 .formTable tfoot td .box {
	    font-size: 12px;
	    padding: 15px;
	    margin: 15px 0;
	}
	.subExhibition05 .formTable tfoot td input[type=checkbox]:checked + label:before {
		background-size: 12px;
	}
	.subExhibition05 button[type=submit] {
		margin: 15px auto 0;
	}

	.subExhibition06 .subject strong {
		font-size: 18px;
	}
	.subExhibition06 .subject span {
		font-size: 14px;
	}
	.subExhibition06 .contents {
		font-size: 15px;
	}
	.subExhibition06 .listBtn {
	    padding: 10px 20px;
	    font-size: 15px;
	}

	.subExhibition .product > div .text .grid3 a {
    	margin-left: 5px;
    }

    #advertisePop .main-slider {
		padding: 0;
	}
}