@charset "utf-8";


/*검색창*/
.search_page_header{margin-bottom: 65px; margin-top: 12px;}
.search_page_header .search_page_form{position: relative; max-width: 440px; margin: 0 auto;}
.search_page_header .search_page_form input[type="text"]{width: 100%; background-color: transparent; border: 0; margin: 0; padding: 0; border-bottom: 2px solid #ff7f00; font-size: 17px; font-family: 'Spoqa Han Sans Neo',sans-serif; color: #adadad; padding: 15px 0;}
.search_page_header .search_page_form button[type="submit"]{position: absolute; right: 0; top: 50%; transform: translateY(-50%); border: 0; margin: 0; background: transparent;}
.search_page_header h1{text-align: center; color: #222222; font-size: 50px; font-family: 'Spoqa Han Sans Neo',sans-serif; font-weight: 700; margin: 53px 0 44px;}
.search_page_header p{text-align: center; color: #222222; font-size: 24px; font-family: 'Spoqa Han Sans Neo',sans-serif; font-weight: 400;}
.search_page_header p span{color: #ff7f00; font-weight: 700;}

/* .search_page_category{border-top: 1px solid #dbdbdb} 
.search_page_category ul{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 0 -28px;}
.search_page_category li{font-size: 17px; color: #888888; font-family: 'Spoqa Han Sans Neo',sans-serif; font-weight: 500; padding: 0 8px; position: relative; padding-top: 18px; margin: 0 28px;}
.search_page_category li.active{color: #ff7f00;}
.search_page_category li.active::before{content:""; display: block; position: absolute; left: 0; top: -1px; width:  100%; height: 2px; background-color: #ff7f00;}
.search_page_category li button{margin: 0; padding: 0; border: 0; background: transparent;} */


.container_fix.search_container {max-width: 1230px;}
.search_page_category ul {display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 10px;}
.search_page_category ul a {display: inline-block; font-size: 14px; font-weight: 500; color: #666; padding: 0 20px; height: 36px; line-height: 36px; background-color: #f3f3f3; border-radius: 18px; cursor: pointer;}
.search_page_category ul li.active a {font-weight: 500; color: #fff; background-color: #ff7f00;}


.search_result_wrap{margin-top: 95px;}
.search_row{margin-bottom: 60px;}
.search_row:last-child{margin-bottom: 0;}
.search_row .search_result_header{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;}
.search_row .search_result_header h1{font-family: 'Spoqa Han Sans Neo',sans-serif; font-weight: 700; color: #222222; font-size: 28px;}
.search_row .search_result_header a{display: inline-block; color: #666666; font-size: 17px; font-family: 'Spoqa Han Sans Neo',sans-serif;}
.search_row .search_result_header a:hover{color: #ff7f00; font-weight: 500;}
.search_row .image_list{display: flex; flex-wrap: wrap; gap:30px 14px; margin-top: 44px;}
.search_row .image_list li{width: calc((100% - 14px *3)/4); background-color: #f5f5f5;border-radius: 17px;    overflow: hidden; transition: .3s cubic-bezier(0.45, 0, 0.55, 1);}
.search_row .image_list a{display: block; width: 100%; height: 100%;  }
.search_row .image_list .search_result_image{position: relative; width: 100%; max-width: 400px; height: 245px;border-radius: 17px; overflow: hidden; }
.search_row .image_list .search_result_image img{max-width: 100%; width: 100%; height: 100%; object-fit: cover;  display: block; transition: .3s cubic-bezier(0.45, 0, 0.55, 1);}
.search_row .image_list .search_result_text {padding:20px;}
.search_row .image_list .search_result_text h1{color: #0c0c0c; font-family: 'Spoqa Han Sans Neo',sans-serif; font-weight: 500; font-size: 15px;  overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; line-height: 1.5;}
.search_row .image_list .search_result_text p{font-family: 'Spoqa Han Sans Neo',sans-serif; font-size: 15px; color: #666666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.search_row .plan_down{border-top: 1px solid #dcdcdc; margin-top: 40px; margin-bottom: 100px;}
.search_row .plan_down li{border-bottom: 1px solid #dcdcdc; width: 100%;}
.search_row .plan_down a{display: block; width: 100%; height: 100%; padding: 13px 30px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.search_row .plan_down p{font-size: 17px; color: #666666; font-family: 'Spoqa Han Sans Neo',sans-serif; width: calc(100% - 50px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.search_row .plan_down .plan_down_btn{margin: 0; padding: 0; border: 1px solid #dcdcdc; border-radius: 50%; background: white url(/img/down_icon.png) no-repeat center center; width: 33px; height: 33px;} 
.search_row .no-result{font-size: 17px; color: #666666; font-family: 'Spoqa Han Sans Neo',sans-serif; font-weight: 400; padding: 40px 0;}

.search_row .plan_down a:hover p{color: #ff7f00; font-weight: 500;}
.search_row .plan_down a:hover .plan_down_btn{border: 1px solid #ff7f00; background: #ff7f00 url(/img/down_icon_on.png) no-repeat center center;}

.search_row .download_board a:hover .search_result_image{border: 1px solid #dbdbdb;}
.search_row .download_board a:hover .search_result_image::after{content:""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5) url(/img/board_down_logo.png) no-repeat center center;}


.search_row .image_list li:hover {background: #e8e8e8;}
.search_row .image_list li:hover .search_result_image img {        transform: scale(1.1);}

@media (max-width:1199px) {
    .search_row .image_list li {width: calc((100% - 14px *2)/3);}
}


@media all and (max-width: 991px) {
  .search_page_header{margin-bottom: 45px;}
  .search_page_header .search_page_form{max-width: calc(100% - 30px); margin: 0 auto;}
  .search_page_header .search_page_form input[type="text"]{font-size: 13px; padding: 18px 0;}
  .search_page_header h1{font-size: 28px; margin: 48px 0 27px;}
  .search_page_header p{font-size: 14px;}

  .container_fix.search_container {max-width: none; padding: 0;}
  .search_page_category { position: relative; }
  .search_page_category #categoryLabel{display: inline-block; width: 100%; font-family: 'Spoqa Han Sans Neo',sans-serif; position: relative; padding: 13px 0; font-size: 14px; font-weight: 500; color: #fff; border-radius: 50px !important;background-color: #ff7f00; outline: none; z-index: 9;}
  .search_page_category #categoryLabel::after {content: '';position: absolute;top: 45%; right: 3.07%;width: 12px; height: 6px;background: url(/img/drop_arrow.png) no-repeat; background-size: cover; }
    
  .search_page_category ul.dropdown-menu{display: none; margin: 0; max-width: 100%; width: 100%; box-shadow: none;}
  .search_page_category .open ul.dropdown-menu{display: block;}
  .search_page_category .open ul.dropdown-menu {position: absolute;width: 100%;top: 50%;padding: 30px 0;text-align: center;border: 1px solid #e1e1e1;border-radius: 0 0 25px 25px;box-shadow: none;z-index: 8;}
  .search_page_category ul a {background: none; height: auto;}
  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background-color: transparent;}
  .search_page_category li{padding: 0; margin: 0; padding-top: 0; }
  .search_page_category li a{text-align: center; font-size: 13px; padding: 6px 0;}


  
  .search_result_wrap{margin-top: 45px;}
  .search_row{margin-bottom: 35px;}
  .search_row .search_result_header h1{font-size: 21px;}
  .search_row .search_result_header a{font-size: 15px;}
  .search_row .image_list{ margin-top: 22px;}
  .search_row .image_list li{width: calc((100% - 14px)/2);}
  .search_row .image_list .search_result_image {max-width: none; height: 150px;}
  .search_row .image_list .search_result_text {padding: 20px 10px;}
  .search_row .image_list .search_result_text h1{font-size: 13px;}
  .search_row .image_list .search_result_text p{font-size: 12px;}
  .search_row .no-result{font-size: 13px; padding: 25px 0;}
  .search_row .plan_down{margin-top: 25px; margin-bottom: 65px;}
  .search_row .plan_down a{padding: 15px 12px;}
  .search_row .plan_down p{font-size: 13px; overflow: inherit; text-overflow: inherit; white-space: wrap; width: 80%; word-break: keep-all; width: 60%; line-height: 20px;}
}



.share_popup_wrap{display:none; position:absolute; top:45px; left:-400px; z-index:102; margin-left:0; transform: translateY(0);}
.share_popup_wrap .it_share_popup{position:relative; min-width:420px; padding:24px 36px 26px; border:1px solid transparent; border-radius: 20px; background-color:#f5f5f5}
.it_share_popup .share_title{margin-bottom:25px}
.it_share_popup .share_title .title{text-align: center; font-size:17px; font-family: "Pretendard",sans-serif; font-weight: 500; color:#0c0c0c}
.it_share_popup .share_content .share_ul{text-align:center; display: flex;}
.it_share_popup .share_ul > li{display:inline-block; flex: 1; padding:0px}
.it_share_popup .share_ul > li > a{display:inline-block; overflow:hidden; border-radius:50%}
.it_share_popup .share_ul > li .share_text{margin-top: 9px; font-size: 14px; color: #5d5d5d;}

.it_share_popup .share_ul > li > a img{}
.it_share_popup .btn_close{display:block; position:absolute; top:20px; right:20px; padding:0px; cursor:pointer}
.it_share_popup .input_url{border:none; width:1px; height:1px; position:absolute; top:0; left:0; background:transparent; }
.dim_layer{display:none; position:fixed; top:0; left:0; z-index:101; width:100%; height:100%; background-color:rgba(0,0,0,0.2)}

@media (max-width:768px){
	.share_popup_wrap{position:fixed; top: 50%; left: 50%; width:auto; margin-left:0; transform: translate(-50%, -50%);}
	.share_popup_wrap .it_share_popup{min-width:320px; border-radius: 12.5px; padding:25px;}
    .it_share_popup > a {display: block !important; text-align: center;}
    .it_share_popup .share_title {margin-bottom: 15px; }
	.it_share_popup .share_title .title{font-size:17px;}

    .it_share_popup .share_content .share_ul {flex-wrap: wrap; gap: 15px 0; align-items: center; justify-content: center;}
	.it_share_popup .btn_share {margin-top: 0 !important;}

    .it_share_popup .share_ul {display: flex;}
	.it_share_popup .share_ul > li{padding:0px; flex: none; width: 33%;}
	.it_share_popup .share_ul > li > a{width:auto !important; height: auto !important;}
	.it_share_popup .share_ul > li > a img{display:inline-block; width:100%; height: auto !important;}
	.it_share_popup .btn_close{right:13px}
	.it_share_popup .btn_close img{width:auto; height: auto !important;}
}
  


/* 추가 요청 */
#hd_pop{position: relative; width: 100%; height: 100%;}
#hd_pop .hd_pops {
    border-radius: 20px; overflow: hidden;
    position: fixed; 
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important; 
    z-index: 100;
}
#hd_pop .hd_wrap{position: absolute; width: 100%; height: 100vh;}
#hd_pop .hd_wrap::after {position: absolute; content: ""; inset: 0; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.5); z-index: 99;}