@charset "utf-8";
/* ========================================
Website :K-pars(O2O)
File Name :add_style.css
Version :CSS2.1 (+ 3.0)
Maker :amoo (minuya@gmail.com)
Date :2021 / MAY
Explanation :add_style(RWD)
Modify Date :2021 / 07 / 29
======================================== */
.sr-only {  position: absolute;  width: 1px;  height: 1px;  padding: 0;  margin: -1px;  overflow: hidden;  clip: rect(0, 0, 0, 0);   border: 0;}

/* === All Device(Default) === */
/* Main(common) */
.main-area{background-image:linear-gradient(to bottom, rgba(243,243,243,1), rgba(198,198,198,1))}
.main-area section:after{content:'';display:block;clear:both;height:0;visibility:hidden}
.main-area .tit-wrap{position:relative;}
.main-area .main-tit{ margin: 8px 0 10px 0; font-size:32px; font-weight:600; color:#333; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; word-break:break-all; }
.main-area .main-tit + .desc{padding-left:15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;word-break:break-all}
.main-area .swiper-slide > figure >  img{vertical-align:top;width:100%;height:auto; min-height: 320px;}
.main-area .cont-box{position:relative;background:#fff;border:1px solid #c5c5c5;border-radius:3px;box-sizing:border-box;box-shadow:1px 0 12.61px .39px rgba(9, 9, 9, .14)}
.color-w{color:#fff!important;}
/* .main-area .tit-wrap:before{content:'';position:absolute;top:7px;left:0;;width:8px;height:25px;background:#004e9f} */

.flex-box{display:flex; padding: 60px 0 90px!important;}


.fade{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s}
@-webkit-keyframes fade{from {opacity:.4} to {opacity:1}}
@keyframes fade{from {opacity:.4} to {opacity:1}}

/* 3D VR Booth */
.vr-booth-wrap{display:none;position:fixed;top:0;left:0;bottom:auto;right:auto;width:100%;height:100%;z-index:5000;}
.vr-booth-wrap .dim{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);}
.vr-booth-wrap .vr-booth-con{position:absolute;top:50%;left:50%;transform:translate(-50%, -46%);width:1120px;height:620px;padding:40px 0;background:url(/images/gtrade/design-long.png) 0 no-repeat;}
.vr-booth-wrap .vr-booth-con .vr-close-btn{position:absolute;top:-46px;right:5px;padding:10px;background:none;}
.vr-booth-wrap .vr-booth-con .vr-inner{width:calc(100% - 140px);height:100%;padding:0 80px;overflow-y:scroll;}
.vr-booth-wrap .vr-booth-con .vr-inner::-webkit-scrollbar{width:10px;}
.vr-booth-wrap .vr-booth-con .vr-inner::-webkit-scrollbar-thumb{border-radius:8px;background-color:#2a3741;background-clip:padding-box;border:1px solid transparent;}
.vr-booth-wrap .vr-booth-con .vr-inner::-webkit-scrollbar-track{background-color:#c3cccd;border-radius:8px;box-shadow:inset 0px 0px 5px white;}
.vr-booth-wrap .vr-booth-con .vr-inner ul{display:flex;flex-wrap:wrap}
.vr-booth-wrap .vr-booth-con .vr-inner ul li{width:195px;height:180px;margin-right:60px;margin-top:40px;border-radius:10px;background:#fff;box-shadow:0px 0px 10px 4px rgba(255,255,255,0.3);overflow:hidden;}
.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(4n){margin-right:0;}
.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(1),
.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(2),
.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(3),
.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(4){margin-top:0;}
.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-img{display:flex;justify-content:center;align-items:center;height:70%;}
.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-img img{width:70%!important;}
.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-title{display:flex;justify-content:center;align-items:center;height:30%;background:#c0d2d6;}
.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-title img{width:auto!important;height:80%;}

/* one-row === visual-tit*/
/* 전체 섹션: 높이 고정 및 기준점 */
.main-visual-slide {
    clear: both;
    position: relative;
    display: block;
    width: 100%;
    height: auto; /* 슬라이더 전체 높이에 맞춰 조절하세요 */
    max-height: 692px;
    overflow: hidden;
}
/* 1. 내용물을 담는 중앙 그릇 설정 */
.visual-inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.visual-inner > * { pointer-events: auto; } /* 내부 요소는 클릭 가능 */
/* 2. 메인 텍스트 위치 수정 (브라우저 기준이 아닌 .visual-inner 기준) */
/* 텍스트 위치: 1200px 박스 안에서 왼쪽 550px 지점에 딱 붙임 */
.main-visual {
    position: absolute;
    top: 35%;
    /* 1200px 컨테이너 기준 550px은 약 46% 지점입니다. */
    left: 46%; 
    width: 54%; /* 나머지 공간을 차지하도록 설정 */
    z-index: 5;
}
.visual-tit {
	position: relative; /* 가상 요소의 기준점 */
    display: flex;
    flex-direction: column;
    /* 최소 1.5rem, 화면비례 4.5vw, 최대 3.4rem 사이에서 자동 조절 */
    font-size: clamp(1.5rem, 4.5vw, 4rem); 
    line-height: 1.1;
    letter-spacing: -0.05em;
    /* -webkit-text-stroke: 0.1px rgba(255,255,255,.5); */
    color:#fff; 
    text-shadow: 2px 2px 3px rgb(0 0 0 / 11%);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.45));
}

.visual-tit span { color:#f1f1f1; font-weight: 400; letter-spacing: 0px; text-shadow: 2px 2px 2px rgba(0,0,0,0.1);}
.visual-tit strong { margin-top: 0px; color:#101931; font-weight: 700; letter-spacing: -3px; }
.visual-tit em { color:#4c66b3; font-style:normal; letter-spacing: -3px;}

/* 썸네일 이미지 영역 */
.main-visual > .visual-img { display: block; margin-top: 14px; }
.main-visual > .visual-img > .items {display: flex;
    gap: 1%; /* 고정 gap 대신 비율 gap */
    width: 100%;
    margin-top: 20px;}
.main-visual > .visual-img > .items > .item {
    position: relative;
    flex: 1; /* 3개가 동일한 비율로 줄어듦 */
    max-width: 220px; /* 최대 크기만 제한 */
    aspect-ratio: 220 / 90; /* 비율을 유지하며 크기 조절 (중요) */
    height: auto; /* 높이는 비율에 맡김 */
    border: 2px solid rgba(255,255,255,.8);
    border-radius: 8px;
    overflow: hidden;
}
.main-visual > .visual-img > .items > .item img { width: 100%; height: 100%; object-fit: cover; }
/* 3. 하단 배너 슬라이더 위치 수정 */
/* Sub Banner Slider (5-view) */
/* 1. 컨테이너 위치 및 너비 수정 */
/* 하단 배너 슬라이더: 텍스트와 같은 left: 550px로 정렬 */
.sub-banner-wrap {
   /*  position: absolute;
    top: 60%; 
    left: 46%; 
    width: 54%; 
    z-index: 100; */
    margin-top: 60px; 
    display: block !important; /* 숨김 해제 */
    opacity: 1 !important;     /* 강제 노출 */
    visibility: visible !important;
    
}
/* [추가] Swiper 로드가 완료되면 부드럽게 나타남 */
.sub-banner-wrap.swiper-container-initialized {
    opacity: 1;
    visibility: visible;
}

.js-sub-five-slider {
    min-height: 60px; 
    overflow: hidden;
   
}

/* [수정] 슬라이더 초기화 전 레이아웃 깨짐 방지 */
.js-sub-five-slider .swiper-slide {
    overflow: hidden;
    /* 초기 로딩 시에만 4개 정렬을 돕고, 초기화 후에는 Swiper의 계산을 따름 */
    width: 25%;    
    box-sizing: border-box;
}

/* [수정] 초기화 된 이후에는 Swiper가 계산한 너비를 따르도록 설정 */
.js-sub-five-slider.swiper-container-initialized .swiper-slide {
    width: auto !important;  
}

.js-sub-five-slider .swiper-slide img {
    width: 100% !important;
    height: 90px !important;    
    object-fit: contain;        
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15); 
    display: block;    
    border-bottom:2px solid #2e4d6e;
    overflow: hidden;
    max-width: 100%;
}
.js-sub-five-slider .swiper-slide img:is(:hover, :focus)  {   border-bottom:4px solid #2e4d6e;}
/* 도트(Pagination) 스타일 */
/* 도트 및 컨트롤러 영역 */
.sub-ctrl-area {
    display: flex;
    justify-content: flex-end; 
    align-items: center;      
    margin-top: 10px;
    gap: 14px;
    position: relative;
    z-index: 10;
}

.sub-pagination.swiper-pagination-bullets {
    position: relative !important;
    bottom: 0 !important;
    width: auto !important;
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    display: none !important;
}

.sub-pagination .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5;
    margin: 0 4px !important;
}

.sub-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.btn-sub-stop {
    background: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.8;
}


/* one row == banner */





/* Visual-slide-area */

.quick-menu{position: absolute; top: 50%; right: 10px; transform: translate(-20%, -50%); width: 20%; z-index: 100;border:0px solid yellow}
.quick-menu ul{display: flex; flex-direction: column; width: 100%; }
.quick-menu ul li{display:block; position: relative;}
.quick-menu ul li > a{position:relative; display:block; margin:0 0 0.9em 0; text-align:right; width:100%; height:110px; color: #fff; border: 1px solid rgba(255, 255, 255, .4); box-sizing: border-box;}
.quick-menu ul li:last-child > a{margin:0 0 0 0;}
.quick-menu ul li > a:after{content:''; position: absolute; display:block; top: 50%; right:0px; width: 22px; height:7px; background-color: rgba(50,188,252,0.0); transition: all 2s;}
.quick-menu ul li > a:hover{color: #30b4f2; border: 1px solid rgba(47, 167, 225, .8); background-color:rgba(0,0,0,0.8); transition: all 2s;}
.quick-menu ul li > a:hover .sp-txt{ }
.quick-menu ul li > a:hover:after{background-color:rgba(50,188,252,0.8)}
.quick-menu .sp-txt{position: absolute; top: 50%; left: 50%; margin-left: 90px; padding-right:5px; font-size: 1.2rem; transform: translate(-50%, -50%); font-weight: 400; text-align: left; line-height: 110%; width: 50%;}
 
.quick-menu .quick-bg01{background:url(/images/gtrade/quick-vr-view.png);}
.quick-menu .quick-bg02{background:url(/images/gtrade/quick-vr-car.png);}
.quick-menu .quick-bg03{background:url(/images/gtrade/quick-vr-building.png);}
.quick-menu .quick-bg04{background:url(/images/gtrade/quick-vr-electric.png);}
.quick-menu .quick-bg{background-position: left; background-repeat: no-repeat; background-size: contain; background-color:rgba(0,0,0,0.6)}





.slideshow-container{position:relative;width:100%;margin:auto}
.slideshow-container .mySlides{display:none}
.slideshow-container .mySlides:after{content:'';display:block;clear:both;height:0;visibility:hidden}
.slideshow-container figcaption{position:absolute;top:50%;transform:translateY(-60%);left:20%;right:10%;word-break:break-all}
.slideshow-container figcaption .tit{display:block;color:#fff;font-weight:700;font-size:5rem;transition:font-size .6s ease}
.slideshow-container figcaption .txt{color:#fff;font-weight:500;font-size:24px;margin-top:10px}
.slideshow-container .dot-slide{position:absolute;left:20%;bottom:12%;width:50%;height:4px}
.slideshow-container .dot{display:inline-block;width:10%;height:4px;margin:0 2px;vertical-align:top;background-color:#fff;transition:background-color 0.6s ease}
.slideshow-container .dot.active{background-color:#2189c4}
.slideshow-container .prev, .slideshow-container .next{position:absolute;top:50%;width:auto;margin-top:-28px;padding:16px;color:#fff;font-weight:700;font-size:18px;transition:0.6s ease;border-radius:0 3px 3px 0;user-select:none;z-index:9999}
.slideshow-container .next{right:0;border-radius:3px 0 0 3px}


/*20230822-mainslide video add*/
/*.video-background {position:relative;width: 100%; height: 692px; background: linear-gradient(to top, black, transparent); border:1px solid red;}
.video-background > video {position:absolute; top: 0; left: 0; margin-top:-200px; z-index:-1;}
.video-background > video p{position: absoluite; top: 0; left: 20px; background:yellow; width: 100px; height: 50px; }*/
.video-container { position: relative; width: 100%; height: 492px; overflow: hidden;}
.video-container::before {content: "";  position: absolute;  top: 0;   left: 0; bottom: 0; width: 100%;  height: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); z-index: 1; /* 그라데이션은 비디오 아래에 나타나도록 설정 */}
#myVideo { position: absolute;  top: 0; left: 0; width: 100%; height: 100%; /* 화면 비율을 유지하기 위해 높이를 자동으로 조정 */ object-fit: cover; /* 비디오가 컨테이너를 덮도록 설정 */ }
.video-container .video-txt {  position: absolute; top: 80%; left: 25%; transform: translate(-25%, -80%); color: white; text-align: center; font-size: 2rem; z-index: 2; /* 텍스트의 z-index 설정 */} 
.video-container .video-txt p { text-align: left; font-size: 48px; letter-spacing: -0.5px; color: #fff; -webkit-text-stroke: 1px rgba(255,255,255,0.1); font-weight: 400; text-shadow: 3px 6px 9px rgba(0,0,0,0.2); z-index:-1 }
.video-container .video-txt p strong {    display: block; color:#052451; -webkit-text-stroke: 1px rgba(255,255,255,0.9); font-weight: 900; text-shadow: 3px 6px 9px rgba(0,0,0,0.8);}
.video-container .video-txt p strong span {    color:#0f53ae; text-shadow:: -1px 1px 0px rgba(0, 0, 0, 0.2); -webkit-text-stroke: 1px rgba(255,255,255,0.9); font-weight: 900; text-shadow: 3px 6px 9px rgba(0,0,0,0.8);}

/* 비디오 컨트롤 숨기기 */
#myVideo::-webkit-media-controls {
    display: none !important;
}

/* 2021 05 12 main Page Slide 수정 */
/* 배경 슬라이더: 화면 전체를 덮음 */
.js-shows-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.js-shows-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 왼쪽은 투명하게, 오른쪽은 진한 배경색으로 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(0,0,0,0.2) 100%);
    z-index: 2;
    pointer-events: none;
}
.js-shows-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 와이드 모니터에서 이미지가 잘리지 않고 꽉 차게 */
}
.js-shows-slider .prev, 
.js-shows-slider .next{position:absolute;top:50%;width:auto;margin-top:-22px;padding:16px;color:#fff; background:rgba(82, 82, 82,.6); font-weight:600;font-size:18px;transition:0.6s ease;border-radius:0 3px 3px 0;user-select:none;z-index:99}
.js-shows-slider .prev{ padding: 8px 16px 10px 10px; }
.js-shows-slider .next{ padding: 8px 10px 10px 16px; right:0; border-radius:3px 0 0 3px}
.js-shows-slider .prev:hover, 
.js-shows-slider .next:hover, 
.js-shows-slider .prev:focus, 
.js-shows-slider .next:focus{background-color:rgba(0,0,0,0.8)}
.main-visual-slide .js-shows-slider .dot-slide{position:absolute;left:20%;bottom:12%;width:50%;height:4px;z-index:9999}
.main-visual-slide .js-shows-slider .dot-slide .swiper-pagination-bullet{display:inline-block;width:60px;height:7px;margin:0 4px;vertical-align:top;background-color:#fff;transition:0.3s}
.main-visual-slide .js-shows-slider .dot-slide .swiper-pagination-bullet-active{width:100px;background-color:#2189c4 !important}
.main-visual-slide .js-shows-slider .dot-slide{ display: none!important}/* 숨김처리*/

/* KMDIA TV - Event Hall*/
.contents-two-row { display:flex; align-items: flex-end; gap: 20px; margin: 0px 0px 90px 0px; padding: 10px 0 0px !important;}
.contents-two-row > section { flex: 1; }
/* .KMDIA TV */
.video-wrap{ display: flex;  flex: 1;  flex-direction: column;  width: 100%; padding: 10px 4px 10px 0px; width: 100%;  background: transparent; border-radius: 10px;  border: 1px solid transparent; box-shadow: 1px 0 12.61px .39px rgba(9, 9, 9, 0); box-sizing:border-box; }
.video-wrap .tit-wrap >  .tit { margin: 8px 0 10px 0; font-size: 28px;  font-weight: 600;  color: #222; letter-spacing: -1px;  text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;  word-break: break-all;}
.video-wrap .box-wrap { display: flex; gap: 30px }
.video-wrap .box-wrap > .cont-box { flex: 1;  display: flex; flex-direction: column;  width: 50%; border-radius: 10px; position: relative; background: #fff;
    border: 1px solid #c5c5c5;  box-sizing: border-box; box-shadow: 1px 0 12.61px .39px rgba(9, 9, 9, .14); transition: 0.2s;}
.video-wrap .box-wrap > .cont-box:is(:hover, :focus) { transform: translateY(-2px);border:1px solid #368fca; }
.video-wrap .v-play{  position: relative;   padding: 10px!important; border-radius: 10px;  width: 100%; height: 120px; box-sizing: border-box;}
/* .video-wrap .v-play:after{content:'';display:inline-block;width:64px;height:64px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:url(/images/gtrade/ico-video-play.png) 0 no-repeat} */
.video-wrap .v-play img{height:100%}
.video-wrap .v-detail {  padding: 0px 15px 20px 15px; text-align: right; box-sizing: border-box; }
/* .video-wrap .box-wrap:after{content:'';display:block;clear:both;height:0;visibility:hidden} */
/* .video-wrap .cont-box{float:left;width:calc(50% - 14px);height:calc(50% - 14px);margin:0 7px; border: 1px solid #c5c5c5;} */
/* .video-wrap .cont-box:nth-of-type(3), .video-wrap .cont-box:nth-of-type(4){margin-top:20px} */
.video-wrap .v-detail .tit{margin-bottom:5px;font-weight:500;font-size:16px;color:#333; text-align: left; /* 2줄 제한 + 말줄임 추가 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4; /* 16px * 1.4 = 약 22.4px, 2줄 = 44.8px */
    max-height: 44.8px; /* 안정성 위해 명시 */}
.video-wrap .v-detail .tit:is(:hover, :focus) { color: #005dbe; }
.video-wrap .v-detail .desc { margin-bottom: 0px; background: #f1f1f1;  padding: 0px 10px 2px 10px;  border-radius: 15px;  display: inline-flex;  color: #353535; justify-content: flex-end; }
/* .video-wrap .cont{position:absolute;width:36.5%;top:0;right:0;padding:12px;box-sizing:border-box;}
.video-wrap .cont{position:absolute;width:36.5%;top:0;right:0;padding:12px;box-sizing:border-box;} */

/* .video-wrap .v-play{position:relative;display:block;width:63.5%;height:100%} */
/* 2021 05 12 유튜브 영상 */
/*  Event Hall*/
.event-hall {position: relative;  flex: 1;  padding: 10px 4px 10px 0px; width: 100%;  }
.event-hall >  .tit { margin: 8px 0 10px 0; font-size: 28px;  font-weight: 600;  color: #222; letter-spacing: -1px;  text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;  word-break: break-all;}
.event-hall > .tit-wrap .tit {margin: 8px 0 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #222;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;}
.event-hall > .event-items { display: flex;  justify-content: space-between;  gap: 20px; box-sizing: border-box; }
.event-hall > .event-items > .item { width: 100%; border: 1px solid #cdcdcd;  box-sizing: border-box; box-shadow: 1px 0 12.61px .39px rgba(9, 9, 9, .14); border-radius: 10px; overflow: hidden; transition: 0.2s;}
.event-hall > .event-items > .item:is(:hover, :focus) { transform: translateY(-2px); border:1px solid #368fca; }
.event-hall > .event-items > .item .alink { display: flex; width: 100%; height: 100%; }
.event-hall > .event-items > .item .alink img { min-height: 210px; max-height: 260px;}


/* two-rows*/
.b-section-wrap {
    position: relative; /* 가상 요소의 기준점이 됩니다 */
    padding: 0px;
    /*  padding: 0px 60px 0px 60px; */
    /* 투명도 때문에 배경색이 보일 수 있으므로 원하는 바탕색을 지정하세요 */
    background-color: #fff; 
    overflow: hidden; /* 가상 요소가 영역 밖으로 나가는 것을 방지 */
}

.b-section-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/gtrade/back-pattern03.jpg');
    background-repeat: repeat;
    
    /* ★ 투명도 조절 (0.1 ~ 1.0) ★ */
    opacity: 1; 
    
    z-index: 0; /* 배경이므로 뒤로 보냅니다 */
}
/* 내부 콘텐츠가 배경보다 위로 오도록 설정 */
.b-section-wrap > * {
    position: relative;
    z-index: 1;
}
.flex-box.contents-one-row {padding: 14px 0 10px 0px!important}
.contents-one-row { display: flex; gap: 20px;}
.row_wrap.buyer-notice > .tit {  margin-top: 60px; font-size: 32px; font-weight: 600; letter-spacing: -.9px; color: #333;}
/* .buyer-wrap*
* 2024 04 19 main new-buyer Slide 수정 */
/* .buyer-slider-inner { position:absolute; top:0; bottom:0; left:0; right: 0; margin: 0 auto; width: 1180px;} */
.buyer-wrap { flex: 1 ; min-width: 0; /*내 슬라이더가 너비를 강제로 늘리지 못하게 차단*/}
.buyer-slider-wrap { flex: 1; position: relative;  padding: 20px; width:100%; min-width: 320px; height: inherit;  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48783263305322133) 30%); border-radius: 10px; /* box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);  border:1px solid rgba(255,255,255,0.2);*/ border:1px solid #c5c5c5; box-sizing: border-box;  box-shadow: 1px 0 12.61px .39px rgba(9, 9, 9, .14); }
/* .buyer-slider-wrap {position: absolute; top: 120px; left: 370px; z-index: 5; padding: 20px; width: 340px; height: 260px; background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48783263305322133) 30%); border-radius: 5px; box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); border:1px solid rgba(255,255,255,0.2); box-sizing: border-box; } */
.buyer-slider-wrap .tit { position: relative; margin-top: 5px; margin-bottom: 10px; padding-bottom: 5px;  font-weight: 500; font-size: 16px; color:#fff; 
border-bottom:1px solid rgba(255,255,255,0.2); }
.buyer-slider-wrap .tit::before { content:''; position: absolute; top:-3px; left: 0; width: 30px; height: 2px; background-color:yellow; }
.new-buyer-slider { display: block; margin-top: 0px; width: 100%; min-width: 100%; height: 180px; overflow: hidden; border-bottom:0px solid rgba(255,255,255,0.2); box-sizing: border-box; }
.swiper-container { position : initial!important}
.new-buyer-slider > .swiper-wrapper{ display: flex; justify-content: flex-start; align-items: flex-start; }
.new-buyer-slider > .swiper-wrapper .swiper-slide { display: block; margin: 0px 0px 10px 0px; padding: 0px 0px 0px ; width: 100%; height: 26px!important; }
.new-buyer-slider > .swiper-wrapper .swiper-slide:last-child{ margin-bottom: 0;}
.new-buyer-slider > .swiper-wrapper .swiper-slide a { display: flex; padding:2px;  }
.new-buyer-slider > .swiper-wrapper .swiper-slide a:hover { background-color:rgba(139,193,231,.3); border-bottom:1px dashed rgba(139,193,231,.6);}
.new-buyer-slider > .swiper-wrapper .swiper-slide .flag { display: inline-block; margin-right: 10px; width: 38px; height: 26px; line-height: 26px; }
.new-buyer-slider > .swiper-wrapper .swiper-slide .flag-txt { flex: 1;
  min-width: 0;
  display: block;
  color:#fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  max-width: none; 
}
.new-buyer-slider > .btn-slide { display:flex; gap: 4; position:absolute; top: 30px; right: 15px; width:auto; margin:0px; padding:0px; color:#fff; font-weight:700; font-size:18px;}
.new-buyer-slider > .btn-slide button {margin: 0px 2px 0px 0px; padding: 0px;}
.new-buyer-slider > .btn-slide i { margin-left: 4px; margin-right: 6px; font-size: 16px; color:#fff;}

/* .Notice-wrap */
.notice-wrap.type01 { flex: 1; }
.notice-wrap.type01 .cont-box{ /* height:calc(100% - 76px); */  padding:20px; width: 100%;  height: 100%; }
.notice-wrap.type01 .notice{position:relative;padding:0 2px 26px}
.notice-wrap.type01 .notice > .tit { padding-bottom: 6px; font-size:20px; font-weight:600; color:#333; border-bottom:1px solid #ddd; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; word-break:break-all;} 
.notice-wrap.type01 .notice .item {margin: 6px 10px}
.notice-wrap.type01 .notice .item .date i { display: none;}
.notice-wrap.type01 .notice ul { margin: 6px 10px;}
.notice-wrap.type01 .notice .item {position:relative;height:30px;padding:5px 5px 0 10px;border-bottom:1px dashed #d3d3d3; box-sizing:border-box}
.notice-wrap.type01 .notice .item:before{content:'';display:inline-block;position:absolute;top:50%;left:1px;margin-top:3px;width:2px;height:2px;background:#838383}
.notice-wrap.type01 .notice .item >i a{ display: flex;  gap: 20px;}
.notice-wrap.type01 .notice > .item  > .txt{display:inline-block;width:calc(100% - 48px);line-height:30px;color:#777;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.notice-wrap.type01 .notice > .item > .date{float:right;line-height:30px;color:#888;font-size:12px}
.notice-wrap.type01 .notice .more { position:absolute; top: 5px; right:10px;padding:0 10px;color:#fff;font-size:13px;line-height:22px;background:#2189c4;border-radius:4px}
.notice-wrap.type01 .exhibition{display:table;width:100%;margin-top:10px;padding:10px 0;border-top:1px solid #e7e7e7}
.notice-wrap.type01 .exhibition a{display:table-row;width:100%;height:76px;margin-top:5px}
.notice-wrap.type01 .exhibition .thum{display:table-cell;width:40%;text-align:center;vertical-align:middle;overflow:hidden;border:1px solid #eee}
.notice-wrap.type01 .exhibition .thum > img{max-width:90%}
.notice-wrap.type01 .exhibition .cont{display:table-cell;padding:0 5px 0 10px}
.notice-wrap.type01 .exhibition .tit{display:block;color:#222;font-weight:700}
.notice-wrap.type01 .exhibition .tit em{color:#c2170f;font-weight:700}
.notice-wrap.type01 .exhibition .date{display:block;color:#c23e0f;font-size:13px}
.notice-wrap.type01 .exhibition .link{display:block;color:#666}

.notice-wrap.type02 { flex: 1; }
.notice-wrap.type02 .cont-box{ /* height:calc(100% - 76px); */ padding:20px 20px 10px 20px; height: 100%; min-height: 263px; background-color: rgba(226, 236, 244, 0.5); border-radius: 10px;  border: 1px solid #dadada; box-shadow: 1px 0 12.61px .39px rgba(9, 9, 9, .14); box-sizing:border-box;}
.notice-wrap.type02 .notice{position:relative;}
.notice-wrap.type02 .notice > .tit { padding-bottom: 6px; font-size:20px; font-weight:600; color:#082e6b; border-bottom:1px solid #ddd; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; word-break:break-all;} 
/* .notice-wrap.type02 .notice ul { }
.notice-wrap.type02 .notice li{  } */
/* .notice-wrap.type02 .notice li:before{content:'';display:inline-block;position:absolute;top:50%;left:1px;margin-top:3px;width:2px;height:2px;background:#838383} */
.notice-wrap.type02 .notice .item {  display: flex;  flex-direction: column;  gap: 8px; margin-top: 8px; padding: 0 4px;  box-sizing:border-box}
.notice-wrap.type02 .notice .item >  a {  display: flex;  flex-direction: column; gap: 4px; position:relative;  padding: 8px 20px; background-color:#fff;  border:2px solid transparent;  border-radius: 10px; }
.notice-wrap.type02 .notice .item >  a:first-child { background:#368fca }
.notice-wrap.type02 .notice .item >  a:first-child .txt { color:#fff!important; }
.notice-wrap.type02 .notice .item >  a:first-child .date { color:#fff!important; }
.notice-wrap.type02 .notice .item >  a:hover, .notice-wrap.type02 .notice .item >  a:focus { outline: #90b5cf auto 0px; outline-offset: 0px;}
.notice-wrap.type02 .notice .item >  a:first-child:hover, .notice-wrap.type02 .notice .item >  a:first-child:focus { border:2px solid #fff; }

.notice-wrap.type02 .notice .item >  a > .txt{  flex: 1; color:#777; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
.notice-wrap.type02 .notice .item >  a >  .date{ flex: 1;  color:#888; font-size:12px}
.notice-wrap.type02 .notice .item >  a:hover { border:2px solid #368fca}
.notice-wrap.type02 .notice  .more { position:absolute; top: 5px; right:10px;padding:0 10px;color:#fff;font-size:13px;line-height:22px;background:#183153;border-radius:4px}
.notice-wrap.type02 .exhibition{display:table;width:100%;margin-top:10px;padding:10px 0;border-top:1px solid #e7e7e7}
.notice-wrap.type02 .exhibition a{display:table-row;width:100%;height:76px;margin-top:5px}
.notice-wrap.type02 .exhibition .thum{display:table-cell;width:40%;text-align:center;vertical-align:middle;overflow:hidden;border:1px solid #eee}
.notice-wrap.type02 .exhibition .thum > img{max-width:90%}
.notice-wrap.type02 .exhibition .cont{display:table-cell;padding:0 5px 0 10px}
.notice-wrap.type02 .exhibition .tit{display:block;color:#222;font-weight:700}
.notice-wrap.type02 .exhibition .tit em{color:#c2170f;font-weight:700}
.notice-wrap.type02 .exhibition .date{display:block;color:#c23e0f;font-size:13px}
.notice-wrap.type02 .exhibition .link{display:block;color:#666}

/* .Notice-wrap+new-notice */
.notice-wrap.new-noticed { border:2px solid red;}



/* .Full-banner-wrap */
.full-banner-wrap{clear:both;}
.full-banner-wrap .cont-box{min-height:68px;background-position:50%;background-repeat:no-repeat;background-size:cover;border:0;background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6)),url(/images/gtrade/thum/@short-banner.png)}
.full-banner-wrap .full-banner{display:table;width:90%;padding:.8em 5% .8em}
.full-banner-wrap .full-banner .tit{display:table-cell;width:auto;padding-right:40px;color:#fff;font-weight:700;font-size:24px;vertical-align:middle}
.full-banner-wrap .full-banner .txt{display:table-cell;padding-left:35px;border-left:1px solid rgba(255,255,25,.4);vertical-align:middle}
.full-banner-wrap .full-banner .txt > em{display:block;color:#fff;font-weight:500;font-size:16px}
.full-banner-wrap .full-banner .txt > .date{display:block;color:#e4aa72;font-weight:400;font-size:18px}
.full-banner-wrap .full-banner .url{position:absolute;top:50%;right:5%;display:inline-block;margin-top:-15px;padding:0 1em 0 2em;color:#fff;font-weight:500;font-size:14px;line-height:31px;background:#752b17;border-radius:50px}
.full-banner-wrap .full-banner .url:after{content:'go';display:inline-block;width:21px;height:21px;margin-left:10px;color:#752b17;line-height:19px;text-align:center;vertical-align:text-top;background:#fff;border-radius:50%}

/* .Cart-prod-wrap */
.cart-prod-wrap{padding:60px 0 90px; background:url(/images/gtrade/middle-banner2.jpg)50%/cover no-repeat;}
.cart-prod-wrap .cont-box + .cont-box{margin-top:28px}
.cart-prod-wrap .more{position:absolute;bottom:20px;left:20px;padding:0 1.43em;color:#eff0f4;font-size:14px;line-height:31px;background:#222;border-radius:50px}
.cart-prod-wrap .cont-box{overflow:hidden;height:293px}
.cart-prod-wrap .cart-prod-tit{position:absolute;top:0;bottom:0;left:0;width:27%;background-repeat:no-repeat;background-size:cover}
.cart-prod-wrap .cart-prod-tit > .tit{padding:30px;color:#eff0f4;font-size:24px;line-height:1.21}
.cart-prod-wrap .cart-prod{float:left;width:73%;padding-left:27%;height:293px}
.cart-list-item{float:left;width:25%;border-left:1px solid #f3f3f3;height:293px;box-sizing:border-box}
.cart-list-item:after{content:'';display:block;clear:both;height:0;visibility:hidden}
.cart-list-item:first-of-type{border:0}
.cart-list-item a.list-info{display:block}
.cart-list-item a.list-info:after{content:'';display:block;clear:both;height:0;visibility:hidden}
.cart-list-item a.list-info:hover .thum img, .cart-list-item a.list-info:focus .thum img{transform:scale(1.1);transition:all .6s ease 0s}
.cart-list-item .thum{display:block;margin:17px 22px 15px;overflow:hidden}
.cart-list-item .thum img{width:100%;max-width:100%;min-width:130px;height:auto;min-height:130px;vertical-align:top;overflow:hidden}
.cart-list-item .cont{padding:3px 18px 10px}
.cart-list-item .tit{margin-bottom:4px;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;overflow:hidden}
.cart-list-item .price{display:block;color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.cart-list-item .unit{display:block;color:#666;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.cart-list-item .unit > abbr{color:#747474;font-size:12px;text-decoration:none}
.cart-list-item .unit > abbr:before{content:'（'}
.cart-list-item .unit > abbr:after{content:'）'}

/* Exhibitors-wrap, Request-wrap */
/*.b-section-wrap{padding:0; background:url(/images/gtrade/kmdia-video-bg2.jpg)50%/cover no-repeat;}*/

.ytp-cued-thumbnail-overlay { height: calc (100% -1px);}
/* Exhibitors-wrap */
.exhibitors-wrap{ /*margin-bottom:30px */ background-color: #ddd;}
.exhibitors-wrap .box-wrap{margin:0 -15px}
.exhibitors-wrap .box-wrap:after{content:'';display:block;clear:both;height:0;visibility:hidden}
.exhibitors-wrap .exhibitors-con{margin-bottom:10px;}
.exhibitors-wrap .cont-box{position:relative;clear:none;float:left;width:calc(25% - 30px);margin:0 15px;padding:20px 25px}
.exhibitors-wrap .cont-box::before{content:"";position:absolute;top:-1px;right:-1px;width:44px;height:31px;}
.exhibitors-wrap .cont-box.cont-box2::before{content:"";position:absolute;top:-1px;right:-1px;width:44px;height:31px;background:url(/images/gtrade/3d.png) 100% no-repeat;}
.exhibitors-wrap .exhibitors-box{margin-bottom:10px;transition:0.2s;border-bottom:2px solid #1d3f62}
.exhibitors-wrap .exhibitors-box:hover{margin-top:10px;margin-bottom:0;}
.exhibitors-wrap .cont-box a{display:block}
.exhibitors-wrap .thum{display:block;height:80px;margin-bottom:5px;padding:10px;text-align:center;box-sizing:border-box}
.exhibitors-wrap .thum > img{max-height:60px}
.exhibitors-wrap .txt{color:#666;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;height:72px;overflow:hidden}



/* .Request-wrap */
.request-wrap{padding:85px 0;}
.request-wrap .box-wrap:after{content:'';display:block;clear:both;height:0;visibility:hidden}
.request-wrap .cont-box{clear:none;float:left;width:calc(50% - 15px);height:247px;padding-bottom:13px;border-top:none}
.request-wrap .cont-box:before{content:'';display:block;width:calc(100% + 2px);height:6px;margin:0 -1px;background:#004d9d}
.request-wrap .cont-box:nth-of-type(2):before{background:#72349b}
.request-wrap .cont-box:nth-of-type(2){margin-left:30px}
.request-wrap .sub-tit{position:relative;margin-bottom:7px;color:#101021;font-weight:600;font-size:24px;line-height:32px;text-align:center}
.request-wrap .sub-tit:before{content:'';display:block;width:0;height:0;margin:0 auto 13px;border-left:38px solid transparent;border-right:38px solid transparent;border-top:21px solid #004e9f}
.request-wrap .cont-box:nth-of-type(2) .sub-tit:before{border-top-color:#72349b}
.request-wrap .more{position:relative;left:50%;transform:translateX(-50%);padding:0 1.62em;font-weight:300;font-size:12px;line-height:24px;color:#eff0f4;background:#222;border-radius:50px}
.request-list-area{width:100%;position: relative}
.request-list-area:after{content:'';display:block;clear:both;height:0;visibility:hidden}
.request-list-area .request-btn{position:absolute;float:left;width:40px;height:130px;text-indent:-999em;z-index:99;background:#fff}
.request-list-area .request-btn:after{content:'';position:absolute;top:50%;display:inline-block;width:20px;height:20px;margin-top:-15px;border:solid #888;border-width:0 0 2px 2px}
.request-list-area .request-btn.prev{left:0}
.request-list-area .request-btn.prev:after{left:50%;transform:rotate(45deg)}
.request-list-area .request-btn.next{right:0}
.request-list-area .request-btn.next:after{right:50%;transform:rotate(-135deg)}
.request-list-area .request-list{float:left;width:100%;margin-bottom:5px}
.request-list-area .request-list .list-item{float:left;width:calc(50% - 30px) !important;margin:15px 15px 0;padding:0 5% 0 7%;box-sizing:border-box;height:110px}
.request-list-area .request-list .list-item:nth-of-type(even):before{content:'';position:absolute;top:10px;bottom:10px;left:-15px;width:1px;background:#e5e5e5}
.request-list-area .request-list .list-item .national{height:20px;overflow:hidden;margin-bottom:5px}
.request-list-area .request-list .list-item .national img{margin-right:5px}
.request-list-area .request-list .list-item .date{display:block;overflow:hidden;margin-bottom:10px;color:#7e7e7e}
.request-list-area .request-list .list-item .txt{display:inline-block;height:54px;overflow:hidden;color:#666;word-break:break-all}
.request-list-area .request-list .list-item > a{display:block;height:110px;overflow:hidden}


/* Sub Banner Slider Responsive */
/* one row == banner */
/* Sub Banner Slider (5-view) */
/* 서브 배너 컨테이너 (메인 슬라이드 위에 위치) */
/* 웹 접근성 숨김 텍스트 */





@media (max-width:1680px){
.quick-menu ul li > a{height:100px;}
.quick-menu .sp-txt{margin-left: 90px;}
	
}

@media all and (max-width:1500px){
	.slideshow-container figcaption .tit{font-size: 3.5rem;}
	.quick-menu ul li > a{height:90px;}
	.quick-menu .sp-txt{margin-left: 80px; font-size: 1rem;}
	.sub-banner-wrap { margin-top: 30px;}
}

@media all and (max-width:1280px){
	.quick-menu ul li > a{height:70px;}
	.quick-menu .sp-txt{margin-left:55px; font-size: 1.1rem;}
	
	/* .buyer-slider-wrap {margin-top: 80px; margin-left: 20px; } */
	.main-visual {  top: 30%;  left: 44%;   transform: scale(0.8);}
/* 	.sub-banner-wrap { top: 46%;  left: 42%; transform: scale(0.8);} */
}



@media all and (max-width:1200px){
	.vr-booth-wrap .vr-booth-con{width:800px;height:620px;padding:40px 0;background:url(/images/gtrade/design-long-800.png) 0 no-repeat;}
	.vr-booth-wrap .vr-booth-con .vr-inner{width:calc(100% - 105px);height:100%;padding:0 60px;overflow-y:scroll;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li{width:186.66px;height:180px;margin-right:60px;margin-top:40px;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(4n){margin-right:60px;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(3n){margin-right:0;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(1),
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(2),
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(3){margin-top:0;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(4){margin-top:40px;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-img{height:70%;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-img img{width:70%!important;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-title{height:30%;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-title img{height:80%;}
	/**/
	.visual-inner { width: 95%; }
    .main-visual, .sub-banner-wrap { left: 44%; }
    .notice-wrap.type02 { flex: 1; }
}

@media all and (max-width:1024px){
	/* .video-wrap .tit { height: 80px;  overflow: hidden;}	 */
	.video-wrap .box-wrap {  gap: 10px;}	
	.event-hall > .event-items {  gap: 10px;}
	.notice-wrap.type02 { flex: 2; }
	
}

@media all and (max-width:1023px){
	.slideshow-container figcaption{left:15%}
/* 	.slideshow-container figcaption .tit{font-size:68px} */
	.slideshow-container figcaption .txt{display:none}
	.slideshow-container figcaption h3.tit + .txt{display:block}
	.slideshow-container .dot-slide{left:15%}
/* 	.video-wrap .tit { font-size: 18px; margin-bottom: 3px;}
	.video-wrap .cont-box{height:26vw;}
	.video-wrap .cont-box .cont{padding: 10px 0px 0px 10px;}
	.video-wrap .cont-box2 .cont{padding:0 30px 0 0;}
	.video-wrap .cont-box .cont p{font-size:13px;margin-bottom:25px;}
	.video-wrap .cont-box .cont p::after{width:95%;}
	.video-wrap .cont-box:hover .cont p::after{width:95%;}
	.video-wrap .v-play{height:26vw;}
	.video-wrap .v-play img{width:100%}
	.video-wrap .cont .desc{margin:0} */
	.notice-wrap .exhibition .thum{display:block;width:100%}
	.notice-wrap .exhibition .thum img{width:100%}
	.notice-wrap .exhibition .cont{display:block;margin-top:20px;padding:0}
	.full-banner-wrap .full-banner .url{display:none}
	.cart-prod-wrap .cart-prod-tit{width:32%}
	.cart-prod-wrap .cart-prod{width:68%;padding-left:32%}
	.cart-prod-wrap .cart-list-item{width:33.3333%}
	.cart-list-item:nth-of-type(4){display:none}
	.quick-menu ul li > a{height:60px;}
	.quick-menu .sp-txt{margin-left:40px; font-size: 1rem;}
	.exhibitors-wrap .exhibitors-box:hover{margin-top:0;margin-bottom:10px;}
	
	/* .buyer-slider-wrap {margin-top: 30px; margin-left: 30px; } */
}

@media (max-width:1000px){
	.slideshow-container figcaption .tit {font-size: 2.8rem;}
	.quick-menu ul li > a{margin:0 0 0.6em 0; height:55px; font-size: 0.9rem;}
	.quick-menu .sp-txt{margin-left:0px; background-color:rgba(0,0,0,0.6); backdrop-filter: blur(2px);}
	.quick-menu .quick-bg{background-size: auto;}	
	
	/* .buyer-slider-wrap {margin-top: 30px; margin-left: 30px; } */
}

@media all and (max-width:912px)
{
 /* .video-wrap .cont-box { height: 26vw; }
 .video-wrap .cont-box .cont {  top:auto;  bottom: 0; padding: 0px 0px 0px 10px;  width: 100%}
 .video-wrap .cont-box .cont p { margin-bottom: 5px}
 .video-wrap .tit { margin-bottom: 0px;  font-size: 18px; height: auto; }
 .video-wrap .box-wrap { margin-bottom: 5px;}
 .video-wrap .v-play {  height: 16vw;  width: 100%;} */
/*  .contents-one-row {  display: flex;  gap: 20px;  flex-direction: column;} */
 .buyer-wrap {  flex: 1;  min-width: 0;  width: 50%;}
 .notice-wrap.type02 { flex: 1;  width: 50%;}
 }
 
 
/* === Tablet Device === */
@media all and (max-width:820px){/* Tab */ 
	.vr-booth-wrap .vr-booth-con{width:520px;height:400px;padding:40px 0;background:url(/images/gtrade/design-long-520.png) 0 no-repeat;}
	.vr-booth-wrap .vr-booth-con .vr-inner{width:calc(100% - 105px);height:100%;padding:0 60px;overflow-y:scroll;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li{width:180px;height:180px;margin-right:40px;margin-top:40px;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(3n){margin-right:40px;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(2n){margin-right:0px;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(1),
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(2){margin-top:0;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(3){margin-top:40px;}	
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-img{height:70%;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-img img{width:70%!important;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-title{height:30%;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-title img{height:80%;}

    .footer-btm-area .logo {  position: static;  display: block; }
    
    

}

@media all and (max-width:799px){/* Tab */ 
	.v-bg{padding:80px 0;}
	/*.video-wrap .tit{font-size:24px;}*/
	.video-wrap .cont-box .cont strong{font-size:16px;}
/* 	.slideshow-container figcaption .tit{font-size:54px} */
	.cart-prod-wrap .cont-box{height:500px}
	.cart-prod-wrap .cart-prod-tit{width:50%;height:250px}
	.cart-prod-wrap .more{top:200px;bottom:inherit}
	.cart-prod-wrap .cart-prod{width:50%;padding-left:50%}
	.cart-prod-wrap .cart-list-item{width:100%;height:250px;border:0}
	.cart-prod-wrap .cart-list-item:nth-of-type(3){border-top:1px solid #ddd;border-left:1px solid #ddd}
	.cart-list-item .thum{text-align:center}
	.cart-list-item .thum img{width:auto;height:125px}
	.cart-list-item:nth-of-type(2){clear:both;margin-left:-100%}
	.exhibitors-wrap .cont-box{width:calc(50% - 30px)}
	.exhibitors-wrap .cont-box:nth-of-type(3), .exhibitors-wrap .cont-box:nth-of-type(4){margin-top:20px}
	.exhibitors-wrap .thum img{width:auto}
	.request-wrap .cont-box{width:100%}
	.request-wrap .cont-box:nth-of-type(2){margin:20px 0 0 0}
	.quick-menu ul li > a{margin:0 0 0.6em 0; height:45px; font-size: 0.9rem;}
	
	 .main-visual, .sub-banner-wrap {  position: relative;  left: 0;  top: 16%;   width: 100%;  margin-top: 20px;  padding: 0px; }
    .js-sub-five-slider .swiper-slide img {  width: 96% !important;}
    .contents-two-row { gap: 0px; flex-direction: column;}
    .video-wrap {padding: 10px 0px 10px 0px;}
    .video-wrap .box-wrap { gap: 20px; }
    .event-hall { padding: 0px 0px 10px 0px;}
    .event-hall > .event-items { gap: 20px;  box-sizing: border-box; }
    .event-hall > .event-items > .item .alink { display: flex;  width: 100%;  height: 100%;  align-items: center;  justify-content: center;  background: #f5f4f2; }
	.footer-btm-area .info dd:first-of-type {  letter-spacing: -1px; }
	.footer-btm-area .info {  margin-top: 10px; }
}


@media all and (max-width:767px){/* Pad */
	/* .flex-box{display:block} */
	/* .video-wrap{width:100%}
	.video-wrap .cont-box{height:26vw; margin-bottom: 140px;}
	.notice-wrap{width:100%; margin: 60px 0;}
	.notice-wrap .cont-box {  height: calc(100% - 80px); }
	.notice-wrap .exhibition .thum{display:table-cell;width:30%}
	.notice-wrap .exhibition .cont{display:table-cell;width:70%;margin-top:0;padding-left:20px}
	
	 화면 너비가 768px 이하일 때의 스타일링
    .video-container { height: 400px; 원하는 높이로 설정}
    .video-container .video-txt p{ font-size: 36px;}     */

     .contents-one-row {  flex-direction: column;} 
      .buyer-wrap {  flex: 1;  width: 100%; }
      .notice-wrap.type02 {  flex: 1;   width: 100%; }
      .notice-wrap.type02 .cont-box { padding: 20px 20px 20px 20px; }
      .visual-tit {  flex-direction: row; font-size: clamp(1.5rem, 6.5vw, 4rem);  }
      .main-visual, .sub-banner-wrap { top: 16%; }
      .visual-tit span { margin-right: 10px; }
}

/* === Mobile Device === */
@media all and (max-width:639px){
	.main-area .swiper-slide > figure >  img {  min-height: 200px;}
	.main-area .main-tit{font-size:26px}
	.main-area .tit-wrap:before{top:4px}
	.main-visual-slide{}
	.slideshow-container figcaption{left:10%;text-align:center}
 	.slideshow-container figcaption .tit{font-size:2.5rem} 
	.slideshow-container figcaption h3.tit + .txt{display:none}
	.slideshow-container .dot-slide{left:50%;transform:translateX(-50%);text-align:center}
	.main-visual-slide .js-shows-slider .dot-slide{left:50%;transform:translateX(-50%);text-align:center}
	/* .video-wrap{width:100%;padding:0}
	.notice-wrap{width:100%}
	.v-bg{padding:55px 0 70px;}
	.video-wrap .v-play{width:100%;height:37vw;}
	.video-wrap .cont-box .cont-ex{display:none;}
	.video-wrap .cont-box .cont{position:relative;float:none;width:100%;padding:0 0 0 15px;}
	.video-wrap .cont-box2 .cont{float:none!important;}
	.video-wrap .cont-box .cont::before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;border-radius:10px;background:#327ab7;}
	.video-wrap .cont-box2 .cont::before{width:4px;background:#fff;}
	.video-wrap .tit{ padding-bottom: 3px; padding-top: 5px; font-size:16.5px; height: 46px; line-height: 130%; }
	.video-wrap .cont-box .cont p{font-size:15px!important; margin-bottom: -1px; height: 26px;}
	.video-wrap .cont-box .cont p::after{display:none;}	 */
	.full-banner-wrap .full-banner{width:100%;padding:.4em 0}
	.full-banner-wrap .full-banner .tit{display:block;width:253px;margin:0 auto;padding:20px;text-align:center}
	.full-banner-wrap .full-banner .txt{display:none}	
	.main-area > .row_wrap{padding-bottom:0px}
	/* .notice-wrap{display:block; margin-top:170px;} */
	/* .notice-wrap{position:absolute;bottom:0;left:20px;right:20px;width:calc(100% - 40px)} */
	.request-list-area .request-btn{width:30px}
	.request-list-area .request-btn:before, .request-list-area .request-btn:after{width:15px;height:15px}
	.request-list-area .request-list .list-item:nth-of-type(odd){padding:0 0 0 25px}
	.request-list-area .request-list .list-item:nth-of-type(even){padding:0 25px 0 0}
	.request-wrap{padding:0;background:none}
	.request-wrap .sub-tit{font-size:18px}
	.exhibitors-wrap .cont-box{padding:20px 15px}
	.quick-menu ul li > a{margin:0 0 0.4em 0; height:40px; font-size: 0.8rem;}
	/* .notice-wrap { display: block;  margin-top: 40px;} */
/* 	.video-wrap .cont-box{height:26vw; margin-bottom: 140px;}
	.notice-wrap { display: block;  margin-top: 40px;} */
	.quick-menu{display:none;}
	
	/* .buyer-slider-wrap { display: none; }	 */
	/* .footer-top-area .footer-nav a { padding: 10px 0px !important;}
	.footer-top-area .footer-nav a strong {   color: #f1f1f1;  } */
	.visual-tit {  position: relative;  flex-direction: row;  font-size: clamp(1.8rem, 4.5vw, 3.4rem);}
	.visual-tit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 위는 투명, 아래는 투명도 40% 검정 */
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    z-index: -1; /* 글자 뒤로 보냄 */
    filter: blur(15px); /* 경계를 아주 부드럽게 뭉갬 */
    pointer-events: none; /* 마우스 클릭 방해 금지 */
    }
	.visual-tit strong {margin-left: 6px;}
	.main-visual { top:0;}
	.main-visual > .visual-img { display: none; }
	.js-shows-slider .prev, .js-shows-slider .next { top: 60%;  transform: scale(0.7);}
    .js-shows-slider .prev { margin-left: -5px}
    .js-shows-slider .next { margin-right: -5px}
    
	
}

@media all and (max-width:570px){
	.vr-booth-wrap .vr-booth-con{width:300px;height:400px;padding:40px 0;background:url(/images/gtrade/design-long-300.png) 0 no-repeat;}
	.vr-booth-wrap .vr-booth-con .vr-inner{width:calc(100% - 105px);height:100%;overflow-y:scroll;}

	.vr-booth-wrap .vr-booth-con .vr-inner ul li{width:180px;height:180px;margin-right:0;margin-top:40px;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(3n){margin-right:0px;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(2n){margin-right:0px;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(1){margin-top:0;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(2){margin-top:40px;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li:nth-child(3){margin-top:40px;}	
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-img{height:70%;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-img img{width:70%!important;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-title{height:30%;}
	.vr-booth-wrap .vr-booth-con .vr-inner ul li .vr-com-title img{height:80%;}	
	
	/* .notice-wrap .cont-box { min-height: 180px;} */
	
	.row_wrap.buyer-notice > .tit { letter-spacing: -2px; }
	
}

@media all and (max-width:430px){
	 /* .footer-top-area .footer-nav {display: flex!important;  width: 100%;  flex-wrap: wrap;  justify-content: space-between!important;   align-items: center;}
    .footer-top-area .footer-nav a { padding: 10px  0px !important;}
    .footer-top-area .footer-nav a strong { font-size: 13px; }
   	.footer-top-area .footer-nav a + a:before {left: 50%;   transform: translate(-50%, -50%);} */
   	.copyright > span { display: block; margin-top:3px;}
   	.row_wrap.buyer-notice > .tit { margin-top: 40px; font-size: 26px; letter-spacing: -2px;}
   	.contents-two-row {margin: 0px 0px 40px 0px;}   	
   	.video-wrap .box-wrap { gap: 10px; }
   	.video-wrap .tit-wrap > .tit {font-size: 26px;}
   	.event-hall > .event-items { gap: 10px; }  
    .exhibitors-wrap > .row_wrap { padding-top: 40px!important;  padding-bottom: 40px!important; }
   	.cart-prod-wrap { padding: 40px 0 40px; }
   	.event-hall > .event-items > .item .alink img { min-height: auto; }
   	.video-wrap .v-detail { padding: 0px 15px 15px 15px; }
   	.video-wrap .v-detail .tit { margin-bottom: 10px; font-size: 14px; }
   	.footer-btm-area .info dt { display: block; float: none;}
    .main-area .swiper-slide > figure > img { min-height: 220px; }
    .js-sub-five-slider .swiper-slide img  {min-height: 60px;}
     .main-visual {  top: 0%; }
     .visual-tit { flex-direction: row; font-size: clamp(2.1rem, 4.5vw, 3.4rem); }
     .visual-tit span { margin-right: 2px; }
}

@media all and (max-width:413px){
	.main-area .swiper-slide > figure >  img {  min-height: 200px;}
	/* .main-area .tit-wrap{height:70px;} */
	.main-area .main-tit{text-align: center;}
	.v-bg{padding:55px 0 65px;}
 	.slideshow-container figcaption .tit{font-size:24px!important}
	/* .video-wrap .v-play{height:36vw;}
	.video-wrap .cont-box{width:100%; height:auto;}
	.video-wrap .cont-box:nth-of-type(2){margin-top:20px}		 */
	/* .video-wrap .tit{font-size:24px;} */
	/* .video-wrap .tit {  margin-bottom: 0px;  padding-top: 15px;  font-size: 20px;  }
	.video-wrap .cont-box .cont p{ font-size:13px!important; margin-bottom:-1px;} */
	.cart-prod-wrap{padding:50px 0 70px;}
	.cart-prod-wrap .cont-box{height:auto}
	.cart-prod-wrap .cart-prod-tit{position:static; width:100%; height:200px;}
	.cart-prod-wrap .cart-prod{clear:both;width:100%;height:auto;padding-left:0}
	.cart-prod-wrap .more{top:150px;}
	.cart-prod-wrap .cart-list-item{height:auto}
	.cart-prod-wrap .cart-list-item:nth-of-type(2), .cart-prod-wrap .cart-list-item:nth-of-type(3){margin-left:0;margin-top:5px;padding-top:5px;border-top:1px solid #eee;border-left:0	}
	.cart-list-item a.list-info{width:calc(100% - 20px);margin:10px}
	.cart-list-item .thum{float:left;width:100px;margin:0}
	.cart-list-item .thum img{width:100px;height:auto;min-width:inherit;min-height:inherit}
	.cart-list-item .cont{float:left;width:calc(100% - 120px);padding-right:0}	
	.exhibitors-wrap .cont-box{width:calc(100% - 30px)}
	.exhibitors-wrap .cont-box:nth-of-type(2){margin-top:20px}	
	.b-section-wrap{padding:0px 0;}
	.main-area > .row_wrap {padding-bottom: 0px;}
	/* .notice-wrap {margin-top: 40px!important} */
	
	/* 화면 너비가 768px 이하일 때의 스타일링 */
   /*  .video-container { height: 260px; 원하는 높이로 설정}
    .video-container .video-txt p{ font-size: 24px;} */
    
}

@media (max-width:414px){
	/* .video-wrap .cont-box{width:100%; height:auto;}
	.video-wrap .box-wrap{width:100%;}
	.video-wrap .tit {  margin-bottom: 0px;  padding-top: 15px;  font-size: 17px;  line-height: 130%; }
	.slideshow-container figcaption .tit{font-size:24px!important}
	.video-wrap .cont-box {margin-bottom: 20px;} */
	.main-visual-slide .js-shows-slider .dot-slide .swiper-pagination-bullet {width: 40px;}
	.main-visual-slide .js-shows-slider .dot-slide .swiper-pagination-bullet-active{width:50px}
	.main-area img{width:auto;}
	.main-visual-slide .js-shows-slider .dot-slide .swiper-pagination-bullet { display; none;}	
	 .visual-tit { flex-direction: row;  font-size: clamp(1.8rem, 4.5vw, 3.4rem);}




.fadeInList{opacity:0;transform: translate(0, 100px);transition: all 1s ease-in;}
.fadeInList.show{opacity: 1;transform: none;}