@charset "utf-8";

h3 {font-size:40px; color:#222c49; font-weight:600; text-align:center; margin-bottom:45px; line-height:1.5em; font-family: 'GmarketSansMedium';}

h4 {font-size:25px; color:#222; font-weight:600; margin-bottom:20px; line-height:1.5em; font-family: 'GmarketSansMedium';}
h4:before {content:""; display:inline-block; width:24px; height:24px; border-top:6px solid #376ac7; border-left:6px solid #376ac7; border-bottom:6px solid #ee295e; border-right:6px solid #ee295e; border-radius:5px; vertical-align:middle; margin-right:10px;}
h4 span{font-size:20px; font-weight:400;}

h4.mt{margin-top:70px;}

h5 {margin-bottom:20px; font-size:23px; color:#222; font-weight:600}
h5.mt{margin-top:40px;}

.btnBox {margin-top:50px;}

@media screen and (max-width:1220px){
	h3 {font-size:30px}

	h4 {font-size:22px;}
	h4:before {width:20px; height:20px; border-width:5px;}
	h4 span{font-size:17px;}
	h4.mt {margin-top:60px;}

	h5 {font-size:17px;}
	h5.mt {margin-top:30px;}
}

@media screen and (max-width:768px){
	h3 {font-size:20px; margin-bottom:20px;}

	h4 {font-size:18px; margin-bottom:10px;}
	h4:before {width:16px; height:16px; border-width:4px; margin-right:5px;}
	h4 span{font-size:14px;}
	h4.mt {margin-top:40px;}

	h5 {font-size:14px; margin-bottom:10px;}
	h5.mt {margin-top:15px;}

	.btnBox {margin-top:30px;}
}

.borderBox {padding:30px; border:2px solid #376ac7; box-shadow: 3px 5px 5px rgb(0,0,0,0.2); animation: borderBox 0.7s; animation-timing-function: ease-out;}


/*-----------------------------------------------블릿-----------------------------------------------*/
/*블릿*/
.bul01 {font-size:16px;}
.bul01 > li{color:#222; padding-bottom:8px; padding-left:15px}
.bul01 > li:before {content:""; display:inline-block; width:8px; height:2px; margin-right:7px; vertical-align: middle; background:#376ac7; margin-left:-15px;}

.bul02 {font-size:14px;}
.bul02 > li{color:#2b2b2; padding-left:15px}
.bul02 > li:before {content:""; display:inline-block; width:4px; height:4px; margin-right:7px; vertical-align: middle; background:#376ac7; margin-left:-15px;}


@media screen and (max-width:768px){
	.bul01 {font-size:13px;}

	.bul01 > li, .bul02 > li {padding-left:10px}

	.bul01 > li:before {width:6px;}
	.bul01 > li:before, .bul02 > li:before {margin-left:-10px;}

	.bul02 {font-size:12px;}
	.bul02 > li{padding-bottom:5px;}
}


/*-----------------------------------------------전시회안내-----------------------------------------------*/
/*전시회개요*/
.sub01_2 .sec01 .imgBox {float:left; width:21%}
.sub01_2 .sec01 .imgBox span {display:block; margin-bottom:10px;}
.sub01_2 .sec01 .imgBox img{width:100%}
.sub01_2 .sec01 .t1 {float:right; width:77%;}

.sub01_2 .sec02 .icon {margin-bottom:10px;}

@media screen and (max-width:1220px){
	.sub01_2 .sec01 .imgBox, .sub01_2 .sec01 .t1 {float:none; width:100%;}
	.sub01_2 .sec01 .imgBox {margin-bottom:15px;}
	.sub01_2 .sec01 .imgBox span {display:inline-block; width:32%; margin:0 1% 0 0}
	.sub01_2 .sec01 .imgBox span:last-child {margin-right:0}

	.sub01_2 .sec02 .icon img {max-width:100%}
}

@media screen and (max-width:768px){
	.sub01_2 .sec01 .imgBox span {width:31.6%;}

	.sub01_2 .sec02 .icon img {max-width:80%}
}

/*이미지돋보기*/
.mfBox {position: relative;}
.mfBox .img img {max-width:100%; vertical-align:middle;}
.mfBox .txt {position: absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.mfBox .txt img {max-width:100%;}

/*모달팝업*/
.modal {position:fixed; width:100%; height:100%;top:0;left:0;bottom:0;background-color:rgba(0,0,0,.8);z-index:-1;opacity:0;transition:all 0.2s;}
.modal.on{opacity:1;z-index:999;}

.modal .md_cont {position:absolute; top:57%; left:50%; transform: translate(-50%,-50%); /*width:100%;*/ height:80%;}
.modal .md_cont  .md_close {display:inline-block; text-align:right; color:#fff; font-size:40px; width:100%; margin-bottom:10px}
.modal .md_cont_scroll {overflow:hidden; overflow-y: scroll; width:940px; /*height:100%;*/ background-color:#fff; padding:20px;}
.modal .md_cont_scroll img {width:100%}

@media screen and (max-width:1220px){
	.modal .md_cont_scroll {width:700px}
}

@media screen and (max-width:768px){
	.modal .md_cont {width:90%}
	.modal .md_cont_scroll {max-width:760px; width:100%; padding:10px;}
	.modal .md_cont  .md_close {font-size:30px;}

	.mfBox .txt {width:70% !important;}
}


/*-----------------------------------------------참가안내-----------------------------------------------*/
/*각종서류신청*/
.docu_btn {font-size:22px; color:#376ac7; transition:all 0.3s}

/*참가신청안내*/
.step_ul2 {position:relative;}
.step_ul2 li {position:relative; display:inline-block; width:23%; margin-right:2%; border-top:5px solid #376ac7; border-left:5px solid #376ac7; border-right:5px solid #549cee;  border-bottom:5px solid #549cee; font-size:15px; line-height:1.3; color:#549cee; height:280px; text-align:center;}
.step_ul2 li:hover {box-shadow: 3px 10px 10px rgb(0,0,0,0.2); }
.step_ul2 li:last-child {margin-right:0}
.step_ul2 li:after {content:"\f105"; display:inline-block; font-family: FontAwesome; font-size:40px;position:absolute; top:40%; right:-75px; color:#fff; width:60px; height:60px; background:#549cee; line-height:60px; box-shadow: 3px 3px 3px rgb(0 0 0 / 20%); border-radius:50%; transform:translateX(-50%); z-index:1}
.step_ul2 li:last-child:after {display:none}
.step_ul2 .box {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; padding:0 20px;}
.step_ul2 .box .txt { font-size:18px; font-weight:600; color:#376ac7; margin-bottom:5px;}

.step_ul2 .icon {margin-bottom:20px;}

@media all and (max-width:768px) {
	.step_ul2 li {width:46%; margin-right:2%;font-size:13px; height:220px;}
	.step_ul2 li:after {font-size:36px;position:absolute; top:40%; right:-55px; color:#fff; width:45px; height:45px; line-height:43px;}
	.step_ul2 .box {padding:0 15px;}
	.step_ul2 .box .txt { font-size:16px;}

	.step_ul2 .icon {margin-bottom:10px;}
	.step_ul2 .icon img{height:50px;}
}


/*-----------------------------------------------참관안내-----------------------------------------------*/
/*현장참관&초청장참관 안내*/
.step_ul {position:relative;}
.step_ul li {position:relative; display:inline-block; width:23%; margin-right:2%; border-top:5px solid #376ac7; border-left:5px solid #376ac7; border-right:5px solid #549cee;  border-bottom:5px solid #549cee; font-size:18px; color:#549cee; height:150px; text-align:center;}
.step_ul li:hover {box-shadow: 3px 10px 10px rgb(0,0,0,0.2); }
.step_ul li:last-child {margin-right:0}
.step_ul li:after {content:"\f105"; display:inline-block; font-family: FontAwesome; font-size:40px;position:absolute; top:30%; right:-75px; color:#fff; width:60px; height:60px; background:#549cee; line-height:60px; box-shadow: 3px 3px 3px rgb(0 0 0 / 20%); border-radius:50%; transform:translateX(-50%); z-index:1}
.step_ul li:last-child:after {display:none}
.step_ul .box {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; padding:0 20px;}
.step_ul .box .txt {font-weight:600; color:#376ac7; margin-bottom:5px;}

@media all and (max-width:768px) {
	.step_ul li {width:46%; margin-right:2%;font-size:14px; height:120px;}
	.step_ul li:after {content:"\f105"; display:inline-block; font-family: FontAwesome; font-size:36px;position:absolute; top:30%; right:-55px; color:#fff; width:45px; height:45px; background:#549cee; line-height:43px; box-shadow: 2px 2px 2px rgb(0 0 0 / 20%); border-radius:50%; transform:translateX(-50%); z-index:1}
}

/*부스배치도&참가업체리스트*/
.sub03_5 .sec03 img{border:1px solid #ccc;}

.sub03_5 .sec01 img{border:1px solid #ccc;}
.sub03_5 .sec02 .t1 {float:left; width:49%;}

@media screen and (max-width:768px){
	.sub03_5 .sec02 .t1 {float:none; width:100%; margin-bottom:20px;}
}


/*-----------------------------------------------전시장안내-----------------------------------------------*/
/*교통및주차안내*/
.map_box {height:450px}

.map_dl dt {float:left; width:20%;}
.map_dl dt img {max-width:100%}
.map_dl dd {float:right; width:80%;}

ul.tab{width:100%; border-left:1px solid #ededed; overflow:hidden; margin-bottom:40px; display:inline-block;}
ul.tab li {float:left; width:20%; text-align:center; font-weight:bold; padding:0 !important;}
ul.tab a {display:block; padding:20px 0; color:#5d6164; border:1px solid #ededed; border-left:none;}
ul.tab li.on a {color:#fff; background:#376ac7; border:1px solid #376ac7;}
ul.tab:after {display:block; content:''; clear:both}

@media all and (max-width:1200px) {
	ul.tab a {padding:2vw 0;}
}

@media all and (max-width:768px) {
	.map_box {height:200px}
	.map_dl dt {width:30%;}
	.map_dl dd {width:70%;}

	ul.tab a {padding:1.7vw 0;}
}

@media all and (max-width:480px) {
	ul.tab{margin-bottom:20px;}
	ul.tab li {width:33%;}
	ul.tab a {padding:2vw 0;}
}