/* 2025-05-15 이후로 sass 작업이 어려워져서 추가 사항 css */
@charest "utf-8";

.board_area .paging a{width:28px;height:28px;display:inline-block; cursor:pointer; text-align:center;}
	.board_area .paging a img{display:none;}
	.board_area .paging a:first-of-type{
		background: url('/kor/assets/images/subpage/btn_arrow.svg') no-repeat;
		background-size:28px 28px;		
	}
	.board_area .paging a:last-of-type{
		transform: rotate(180deg);
		background: url('/kor/assets/images/subpage/btn_arrow.svg') no-repeat;
		background-size:28px 28px;		
	}	
	.board_area .paging a:last-of-type:hover,	.board_area .paging a:first-of-type:hover{
		background: url('/kor/assets/images/subpage/btn_arrow_active.svg') no-repeat;
		 background-size: 28px 28px;
	}
	.board_area .paging a.active{
		color:#72Af2d;
	}
	.board_area .paging a.active{
		position:relative;
		
	}	
	.board_area .paging a.active:before{
		content: "";
		position: absolute;
		bottom: -6px;
		width: 25px;
		height: 1px;
		background: #72AF2D;
		left: 50%;
		transform: translateX(-50%);		
	}
	
	/* 미디어 영역 모달창 */
	.gallery-item{cursor:pointer;}
	.modal_bg {
		position:absolute;		
		
	}
	.modal_bg .img-cont{
		width:690px;		
		background:#fff;
		position:absolute;
		left:50%;
		top:50%; 
		transform:translate(-50%,-50%);
		border-radius:10px;
		overflow:hidden;
		
	}
	
	.modal_bg .img-cont img{
		width:100%;
		display:block;
		
		
	}
	
	body.modal-open {
		overflow: hidden;
		height: 100%;
		touch-action: none; /* 모바일 터치 스크롤 방지 */
	}
	
	
	/*참가업체 리스트*/
#exhi-list{
    padding: 60px 0 72px;
}
.search_area {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.search_area select {
    padding: 0 20px;
    width: 136px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #727171;
    background: url('../../assets/images/media/btn_tri_green.svg') no-repeat;
    background-position: right 10px center;
}

.search_area .search_box input {
    width: 327px;
    height: 36px;
    padding: 0px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}
.search_area .search_box {
    position: relative;
    margin-bottom: 36px;
}
.search_area .search_box button {
    width: 16px;
    height: 16px;
    background: url(../../assets/images/subpage/search_icon.svg) no-repeat center;
    background-size: 16px 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#exhi-list .board_info{
    padding: 10px 0;
}

#exhi-list .board_info span{
    font-size: 18px;
    color: #000;
    line-height: normal;
}
#exhi-list table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

#exhi-list table thead{
    border-top: 2px solid #727171;
    background: #F2F2F2;
    height: 56px;
    
}

#exhi-list table thead th{
    vertical-align: middle;
    color: #727171;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

#exhi-list table tbody tr{
    border-top: 1px solid #ccc;
    height: 56px;
}

#exhi-list table tbody tr:hover{
    background: #DCECCB;
}
#exhi-list table tbody td{
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;

}

#exhi-list table tbody td:nth-of-type(4){
    font-size: 14px;
}

#exhi-list table tbody tr:last-of-type{
    border-bottom: 1px solid #ccc;
}
#exhi-list .btn-details{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 36px;
    border-radius: 30px;
    background: #72af2d;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    margin: 0 auto;
}

#exhi-list table tbody tr:hover .btn-details{
    background: #fff;
    color: #000;
}

@media (max-width:747px){
    #exhi-list{
        padding:10px 20px 40px;
    }
    #exhi-list .board_info{
        display: none;
    }
    .board_area .search_area select{
        background-position: right 20px center;
    }
    #exhi-list table thead{
        display: none;
    }
    #exhi-list table tbody tr{
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    #exhi-list table tbody td{
        display: flex;
        padding: 0 20px;
        align-items: center;
    }

  #exhi-list table tbody tr:first-of-type{
        border-top: 1px solid #727171;
    }

    #exhi-list table tbody td.company{
        height: 52px;
        background: #F2F2F2;
        font-size: 16px;
    }
    #exhi-list table tbody td.code{
        
        height: 28px;
        font-size: 12px;
        font-weight: 900;
        color: #999;
    }
    #exhi-list table tbody td.item{
        height: 36px;
        font-size: 14px;

    }
    #exhi-list table tbody td.homepage{
        position: absolute;
        right: 0px;
        transform: translateY(50%);
    }
    #exhi-list table tbody td.view_detail{
        height: 48px;
        padding-bottom: 10px;
        justify-content: space-between
    }
    #exhi-list table tbody td.view_detail::before{
        content: "details";
        font-size:14px;
        line-height: normal;
	display:none;
    }
    #exhi-list .btn-details{
        margin: 0;
	padding:0 6px;
        height: 26px;
        font-size: 14px;
	margin-left:auto;
    }
    #exhi-list tr:hover td:nth-of-type(2){
        background: #DCECCB;
    }


}

.paging a b{
	font-weight:normal;
	position:relative;
	color:#72AF2D;
	font-size:16px;
}

.paging a b:before{
    content: "";
    position: absolute;
    bottom: -6px;
    width: 25px;
    height: 1px;
    background: #72AF2D;
    left: 50%;
    transform: translateX(-50%);
}

header .select_area{
        display: none;
    }

@media (max-width: 767px) {
    .sidemenu .sidemenu_top .select_area {
    display:block;
	bottom:0;
	right:20px;
    }
	.card{
		padding:16px;
	}
	.card .card-body{
		width:100%;}
	.card .card-body .card-desc{
		width:100%;
	}
	.card .card-body .card-date{
	text-align:right; font-size:16px;}
	.card .card-header .card-label{
	width:auto;gap:10px; }
	

    header .select_area{
        display: block;
        position: fixed;
        right:20px;
    }

}

.post-body img{width:100%;}


  .header_left .lang{
	display:none;
}

@media (max-width:767px){
	.header_left .lang{
		display:block;
	}
}


 .down_area{
        display: flex;
        width: 100%;
        gap:24px;
        padding: 20px 0;
    }

    .down_area p {
        width: 218px;
        height: 68px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        background: #f2f2f2;
        font-size: 18px;
    }

    .down_area .attach_list{
        min-height: 123px;
        flex-grow: 1;
        display: flex;
        gap: 6px;
        flex-wrap:wrap;
        background: #f2f2f2;
        border-radius: 20px;    
        padding: 20px;            
    }

    .down_area .attach_list .file-download{
        width: auto;
        height: auto;
        display: flex;
        font-size:18px;
        line-height: normal;
    }
    .file-download {
        display: flex;
        align-items: center;
        gap: 6px;
      }
      .btn_down {
        width: 20px;
        height: 20px;
        background: url('/kor/assets/images/media/btn_attach.png') no-repeat center/cover;
        flex-shrink: 0;
        display: inline-block;
      }
    @media (max-width:747px){
        .down_area{
            flex-direction: column;
            gap: 10px;
        }
        .down_area p {
            width: 100%;
            height: 36px;
            font-size: 14px;
        }
        
        .down_area .attach_list{
            padding: 20px 10px;
            display:block;
        }
     .file-download{
            word-wrap: break-word;     /* 단어 단위 줄바꿈 */
            word-break: break-all;     /* 단어 중간도 줄바꿈 가능 */
            white-space: normal;       /* 줄바꿈 허용 */
            max-width: 100%;
            display: inline !important;
            
        }
        
        .btn_down{
            width: 20px;
            height: 20px;
        }
    }
    
    /* 게시판 영역 b 태그 굵게*/
    .post-content b{
	    font-weight:800;
    }
    
    #special-ei .logo-wrap>div.logo_07 {
    height: 250px;
background:url("../../assets/images/special/logo_specialei_06.svg") no-repeat center/cover;
}
#special-ei .logo-wrap>div.logo_08 {
    height: 250px;
background:url("../../assets/images/special/logo_specialei_07.svg") no-repeat center/cover;

}

@media (max-width:767px){
#special-ei .logo-wrap>div.logo_07 {
    height: 136px;

}
#special-ei .logo-wrap>div.logo_08 {
    height: 136px;

}    
}

.header-regis .header_inner .header_right button{
    width:auto;
    padding: 0 10px;
}

.header-regis .header_inner .header_right .lang{
    width:auto;
    padding: 0 30px;
}

#pre_regis #result .inner .result .result-info{
    flex-direction: column;
}
#pre_regis #result .inner .result .result-info dl dt{
    width: 20%;
    
}
#pre_regis #result .inner .result .result-info dl dd{
    flex: 1;

}

@media (max-width:767px){
    #pre_regis #result .inner .result .result-info dl{
        flex-direction: column;
        align-items: start;
        height: auto;
    }
    #pre_regis #result .inner .result .result-info dl dd,#pre_regis #result .inner .result .result-info dl dt{
        height: auto;
        width: 100%;
    }
}



#visitor_marketing{
    background: #f2f2f2;
    padding: 72px 0;

}

#visitor_marketing .inner{
    width: 896px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 120px;
}

#visitor_marketing .inner .box{
    background: #fff;
    border-radius: 50px;
    padding: 36px 140px 72px;
}
#visitor_marketing .inner .box h2{
    padding: 36px 0 72px;
    font-size: 32px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
#visitor_marketing .inner .box .privacy{
    display: flex;
    flex-direction: column;
    gap: 36px;
}
#visitor_marketing .inner .box .privacy h3{
    color: #727171;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}

#visitor_marketing .inner .box .privacy .privacy_box{
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: 228px;
    overflow-y: scroll;
}

#visitor_marketing .inner .box .input_area{
    width: 296px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#visitor_marketing .inner .box .input_area .title{
    height: 36px;
    background: #f2f2f2;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
#visitor_marketing .inner .box .form_area{
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
}
#visitor_marketing .inner .box .input_area input,
#visitor_marketing .inner .box .input_area select{
    width: 100%;
    padding: 16px 10px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;color: #b5b5b6;
}
#visitor_marketing .inner .box .input_area input::placeholder{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;color: #b5b5b6;
}
#visitor_marketing .inner .box .input_area.tel p{
    width: 100%;
}
#visitor_marketing .inner .box .input_area.tel{
    gap: 18px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
#visitor_marketing .inner .box .input_area.tel span{
    width: 6px;
    font-size: 18px;
}
#visitor_marketing .inner .box .input_area.tel input:nth-of-type(1){
    width: 103px;
}
#visitor_marketing .inner .box .input_area.tel input:nth-of-type(2){
    width:74px;
}
#visitor_marketing .inner .box .input_area.tel input:nth-of-type(3){
    width: 87px;
}
#visitor_marketing .required{
    color: #f00;
}

#visitor_marketing h3{
    padding: 36px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

#visitor_marketing .check_area{
    padding: 36px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
}

#visitor_marketing .check_area label{
    width: 189px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
}

#visitor_marketing .check_area label input[type="checkbox"]{
  
    width: 12px;
    height: 12px;
}

#visitor_marketing .check_area label span{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #727171;
}

#visitor_marketing .check_area.sns label{
    width: 189px;
}

#visitor_marketing .check_area.sns select{
    width: 124px;
    padding: 16px 10px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;color: #b5b5b6;
}
#visitor_marketing .check_area.sns input{
    width: 403px;
    padding: 16px 10px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;color: #b5b5b6;
}
#visitor_marketing .check_area.sns .tel{
    width: 255px;
}

#visitor_marketing .file_area{
    width: 100%;
    padding-top: 36px;
}

#visitor_marketing .file_area .notice{
    color: #f00;
    font-size: 14px;
    line-height: 20px;
}

#visitor_marketing .radio_area{
    display: flex;
    gap: 18px;
    padding-top: 36px;
}

#visitor_marketing .radio_area label{
    width: 189px;
    display: flex;
    gap: 10px;
    padding: 16px 0;
}
#visitor_marketing .radio_area span{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #727171;
    
}

#visitor_marketing .notice{
    color: #f00;
    font-size: 14px;
}

#visitor_marketing .btn_area{
    display: flex;
    justify-content: center;
    gap: 36px;
}

#visitor_marketing .btn_area button{
    width: 238px;
    height: 52px;
    border-radius: 10px;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

#visitor_marketing .btn_area button.pink{
    background: #E7428D;
}
#visitor_marketing .btn_area button.gray{
    background: #727171;
}
#visitor_marketing .btn_area button.green{
    background: #72AF2D;
}

#visitor_marketing .item_table{
    width: 100%;
    border-collapse: collapse;
}

#visitor_marketing .item_table thead{
    background: #f2f2f2;
}

#visitor_marketing .item_table th{
    border-right: 1px solid #fff;
    height: 48px;
    line-height: 48px;
}
#visitor_marketing .item_table th:first-of-type{
    width: 48px;
}

#visitor_marketing .item_table th:last-of-type{
    width: 48px;
    border-right: none;
}
#visitor_marketing .item_table td{
    vertical-align: middle;
    text-align: center;
    height: 48px;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

#visitor_marketing .item_table td:last-of-type{
    border-right: none;
}
#visitor_marketing .line{
    margin: 36px 0;
    height: 1px;
    background: #e0e0e0;
}

#visitor_marketing .inner .box .input_area.iv_num{
    width: 100%;
}

#visitor_marketing .inner .box .input_area.radio{
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
#visitor_marketing .inner .box .input_area.radio .title{
    width: 100%;
}
#visitor_marketing .inner .box .input_area.radio label{
    width: 100%;
    display: flex;
    gap: 10px;
}
#visitor_marketing .inner .box .input_area.radio input{
    width: auto;
}

#visitor_marketing .inner .box .input_area.language{
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;    
}
#visitor_marketing .inner .box .input_area.language .title{
    width: 100%;
}
#visitor_marketing .inner .box .input_area.language label{
    width: calc((100% - 36px)/3);
    display: flex;
    gap: 10px;
    padding: 18px 0;
}
#visitor_marketing .inner .box .input_area.language input{
    width: auto;
    height: 24px;
}


@media (max-width:747px){

    #visitor_marketing{
        max-width: 360px;
        overflow: hidden;
        padding: 20px;
    }
    #visitor_marketing .inner .box{
        width: 100%;
        padding: 40px 20px;
    }
    #visitor_marketing .inner .box h2{
        padding: 0;
        font-size: 20px;
    }
    #visitor_marketing .inner{
        width: 100%;
        padding-top: 160px;
    }
    #visitor_marketing h3{
        padding: 40px 0 20px;
        text-align: left;
        
    }
    #visitor_marketing .inner .box .privacy h3{
        border-bottom: none;
        text-align: center;
    }
    #visitor_marketing .inner .box .privacy{
        gap: 0;
    }
    #visitor_marketing .agree_item{
        margin:20px 0;
    }
    #visitor_marketing .inner .box .input_area input, #visitor_marketing .inner .box .input_area select{
        height: 42px;
        padding: 0 10px;
        font-size: 16px;
    }
    #visitor_marketing .inner .box .input_area input::placeholder{
        font-size: 16px;
    }
    #visitor_marketing .check_area{
        padding: 20px 0;
        gap: 18px 10px;
    }
    #visitor_marketing .inner .box .input_area.radio label{
        align-items: center;
    }
    #visitor_marketing .check_area.sns select{
        width: 97px;
        height: 42px;
        padding: 0 10px;
        font-size: 16px;
    }
    #visitor_marketing .check_area.sns .tel{
        width: 173px;
        height: 42px;
    }
    #visitor_marketing .check_area.sns .tel::placeholder{
        font-size: 16px;
    }
    #visitor_marketing .check_area label{
        width: 100%;
    }
    #visitor_marketing .inner .box .input_area.language label{
        width: calc((100% - 18px)/2);
    }
    #visitor_marketing #other_lang{width: 100%;}
    #visitor_marketing .inner .box .input_area{
        gap: 10px 18px;
    }
    #visitor_marketing .interested h2{margin-bottom: 20px;}
    #visitor_marketing .btn_area{
        gap: 10px;
    }
}


.header-mm4u{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #E0E0E0;
    background: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
  
    .header_inner{
      width: 1380px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 58px;
  
      .header_left{
        display: flex;
        gap: 48px;
        align-items: center;
        h1{
          a{
            width: auto;
            height: 57px;
            background: url('/kor/assets/images/pre_regis/logo_kr.svg') no-repeat center;
          
          }
        }
        h2{
          font-size: 20px;
          font-weight: 500;
        }
      }
      .line{display: none;}
      .header_right{
        display: flex;
        align-items: center;
        gap: 11px;
  
        button{
          width: 109px;
          height: 33px;
          font-size: 16px;
          box-shadow: none;
        }
        .lang{
          width: 73px;
          height: 33px;
          border-radius: 10px;
          
          color: #727171;
          font-weight: 700;
          line-height: 20px;
          font-size: 16px;
          background: url('/kor/assets/images/pre_regis/tri_down.svg')no-repeat #e0e0e0;
          background-position: right 10px center;
          &:focus,&:hover{
            background: url('/kor/assets/images/pre_regis/tri_down_White.svg')no-repeat #72Af2d;
            background-position: right 10px center;
            
            color: #fff;
          }
        }
      }
    }
  }
  
  @media (max-width:768px){
  .header-mm4u{
  
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    .header_inner{
      width: 100%;
      padding: 20px;
      margin: 0;    
      align-items: start;
      justify-content: space-between;
      height: 159px;
  
      .header_left{
        flex-direction: column;
        gap: 0;
        align-items: start;
        
        h2{
          font-size: 16px;
          font-weight: 500;
          line-height: normal;
          display: flex;
          flex-direction: column;
          gap: 10px;
  
            a{
              height: 30px;
              font-size: 16px;
              font-weight: 500;
              line-height: normal;
            }
        }
      }
      .header_logo{
  
        margin-bottom: 32px;
  
  
      }
      .header_left h1 a{
        width: 200px;
        height: 69px;
        background-size: 200px 69px;
      }    
    
      .line{
        display: block;
        width: 1px;
        height: 52px;
        background: linear-gradient(180deg, rgba(114, 175, 45, 0.00) 0%, #72AF2D 25%, #72AF2D 75%, rgba(114, 175, 45, 0.00) 100%);
      }
      .header_right{
        flex-direction: column;
        gap: 5px;
        align-items: end;
        span{
          order: 3;
          font-size: 11px;
          color: #999;
          font-weight: 500;
        }
  
        button{
          width: 89px;
          height: 28px;
          font-size: 12px;
          border-radius: 10px;
          
        }
        .lang{
          width: 89px;
          height: 28px;
          font-size: 12px;
          
        }
      }
    }
  }
  }
  
  