@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
body{font-family: 'Pretendard-Regular';}

/* 좌측 nav */
.left_nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.left_nav li{
    height: 48px;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.left_nav li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
/* 우측 nav */
.right_nav{
    width: 280px;
    position: fixed;
    top: 68px;
    padding: 20px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.right_nav>div{
    display: flex;
    gap: 10px;
}

.right_nav>div a{
    display: flex;
    flex-direction: column;
    width: 115px;
    height: 115px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid rgb(209 213 219);
    
}

.right_nav>div a i{
    font-size: 36px;
}

.right_nav>div a span{
    color: #FF8722;
}

.right_nav ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.right_nav ul li{
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(209 213 219);
}
/* 내 정보 */
.my_info{
    position: flex;
    top: 68px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    height: 135px;
    width: 1320px;
    background: #fff;
    z-index: 999;
}

.my_info table{
    width: 49%;
    text-align: left;
}

.my_info table th{
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    border-top: 1px solid #000;
    border-bottom: 1px solid rgb(209 213 219);
    padding: 0 20px;
    height: 40px;
}

.my_info table td{
    border-bottom: 1px solid rgb(209 213 219);
    padding: 0 20px;
}


/*  */
.form_box{
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 20px;
    border-radius: 10px;
}

.form_box input[type="checkbox"]{
    width: auto;
}
.form_box h2{
    margin-bottom: 18px;
    font-weight: 800;
}
.form_box label{
    margin-bottom: 9px;
    color: gray;
}
.form_box input{
    width: 100%;
}
.form_box .btn_area{
    margin-top: 72px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

main{
    margin-top: 68px;
    
}

.contents{
    padding: 36px 0;
    display: block !important;
}

/* 부스 관련 */
.booth_desc{
    width: 100%;
    border: 1px solid rgb(209 213 219);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.booth_img{
    display: flex;
    width: 200px;
    border-right: 1px solid rgb(209 213 219);
    justify-content: center;
    align-items: center;
}
.booth_img img{
    width: 200px;
}
.booth_info{
    padding: 20px;
}
.booth_info .booth_type{
    font-weight: 600;   
    font-size: 18px;

}
.booth_info .booth_type+p{
    margin-bottom: 18px;
}
.booth_info>ul li.note{
    margin-top: 18px;
}

/*  */
.submit_area{
    margin-top: 72px;    
}

.submit_area h2{
    font-size: 24px;
    margin-bottom: 18px;
}

.submit_area .notice{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    
}

.ex{margin-top: 18px;}

.submit_area .submit_notice{
    border: 1px solid rgb(209 213 219);    
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    padding: 20px;
    flex:1;
}


.submit_area .submit_deadline{
    width: 200px;    
    border: 1px solid rgb(209 213 219);        
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    padding: 20px;    
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    justify-content: center;
}

/*신청기한 밑 삭제 버튼*/
.delete_button {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;    
    gap: 10px; 
    padding-bottom: 36px;             
}

.delete_item {
    width: 160px;    
    border: 1px solid #535353;
    border-radius: 10px;
    height: 42px;
    background-color: #535353;
    cursor: pointer;
    color: #fff;
    font-weight: 700;        
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.delete_item:hover {
    background-color: #000;
    border: 1px solid #000;
}


.submit_area .submit_deadline strong{
    font-size: 24px;
}

.submit_area .submit_deadline span{
    font-size: 22px;
    color: red;
    font-weight: 600;
}

.submit_area .form_area{
    display: flex;
    flex-direction: column;
    margin-top: 36px;
    width: 100%;    
}

.submit_area .form_area h3{
    padding-bottom: 16px;
}

.submit_area .form_area .input_area{
    display: flex;

}

.submit_area .form_area table, table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.submit_area .form_area table thead th, table th{
    border: 1px solid #ccc;
}
.submit_area .form_area table tbody td, table td{
    border: 1px solid #ccc;
}

/*  */
.button_group{
    display: flex;
    justify-content: space-between;
    padding: 72px;    
}

.button_group button{
    display: flex;
    width: 30%;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(209 213 219);    
    aspect-ratio:3/1;
    border-radius: 10px;
    font-size: 24px;
}

.button_group button.pick_item{
    display: flex;
    width: 30%;
    text-align: center;
    align-items: center;
    justify-content: center; 
    aspect-ratio:3/1;
    border-radius: 10px;
    font-size: 24px;
    border: 2px solid #FF8722;
    background: #f7f7f7;
    color: #FF8722 !important;
    font-weight: 700;
}

.button_group button.on{
    background: rgb(209 213 219);
    color: #fff;
}

.input_area select{
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}

input[type="checkbox"]{
    width: auto !important;
}

table select{
    width: 100%;
    border: 1px solid gray;
    border-radius: 5px;
    outline: none;
    padding: 7px 10px;
}
table input[type="file"]{
    width: 100%;
    border: 1px solid gray;
    border-radius: 5px;
}

.tax_manager{
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    
}

.relative .btn_area{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 10px;
    margin-top: 0;
}
.btn_add{

    background: #000;
    color: #fff;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    width: 24px;
    height: 24px;
    padding: 4px 16px;
}
.btn_delete{
  
    background: #000;
    color: #fff;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    width: 24px;
    height: 24px;
    padding: 4px 16px;
}

/* utility */
.utility_tab{margin-top: 18px;}
.utility_tab ul, .checklist_tab ul{
    display: inline-flex;
    gap: 10px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 10px 20px;
    /* height: 48px; */
    display: inline-flex;
    align-items: center;
    font-size:20px;
    
}

.utility_tab a, .checklist_tab button{
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
}
.utility_tab a.on, .checklist_tab button.on{
    background: #fff;
}

.utility_info{
    padding: 20px;
    width: 100%;
    border: 1px solid rgb(209 213 219);    
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.utility_list thead{
    background: rgb(209 213 219);
}

table .btn_remove{
    width: auto;
    height: auto;
    padding: 4px 12px;
    background: #000;
    color:#fff;
}
table input{
    width: 48px;
    height: auto;
    padding-left : 10px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding:5px;
}

.table_01 th{
    border-top: 2px solid #000;
}
.table_01 thead, .table_01 tbody tr, .table_01 tfoot tr{
    height: 48px;
}

.table_01 .row-total, .table_01 .row-tax{
    height: 48px;
    background: #f2f2f2;
}
.table_01 .row-amount{
    background: #ddd;
    
}

.table_01 .row-tax td{ 
    border-bottom: 2px solid #000;
}

.utility_list .utility_item{
    display: none;
    padding: 32px 0;
}

.utility_list .utility_item.show{
    display: flex;
    flex-direction: column;
    gap:18px;
}


/* furniture_nav */


.furniture_tab{
    display: inline-flex;
    text-align: center;
    background: #ffa500;
    border-radius: 5px;
    padding: 10px;
    gap: 16px;
    font-size: 22px;
}

.furniture_tab li{
   color: #fff;
}

.furniture_tab li.on{
    color: #ffa500;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
}

.furniture .catalog #furni_list_info{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 32px 0;
}

.furniture .catalog .catalog-item{
    width: 316px;
    height: 316px;
    border: 1px solid #000;
    
    border-top-left-radius: 5%;
    border-bottom-right-radius: 5%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.furniture .catalog .item-header{
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px solid #000;
}
.furniture .catalog .item-img{
    flex-grow: 1;
}
.furniture .catalog .item-footer{
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-top: 1px solid #000;
    background: #000;
    color: #fff;
}

.furniture .catalog .item-price{
    font-weight: 700;
}

.catalog_detail{
    display: inline-flex;
    flex-direction: column;
    padding: 36px 0;
   
    
}
.catalog_detail .product_header{
    display: flex;
    gap: 36px;
    width: 70%;
    border-bottom: 2px solid #ddd;
}
.catalog_detail .product_img-cont{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
   
}

.catalog_detail .product_img-cont .product_img{
    border: 10px solid #ddd;
}
.catalog_detail .product_img-cont .product_img-preview{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.catalog_detail .product_img-cont .product_img-preview img{
    width: 48px;
    border: 2px solid #FF8722;
    padding-bottom: auto;
}

.catalog_detail .product_img-cont .product_img{
    aspect-ratio: 1/1;
}
.catalog_detail .product_info{
    width: 50%;
}

.catalog_detail .product_info .product_name{
    font-size: 24px;
    font-weight: 600;
}

.catalog_detail .product_info .product_price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    color:#FF8722;
    
}


.catalog_detail .product_info .product_price .price{
    font-size: 24px;
    font-weight: 600;
}

.catalog_detail .product_info .recommend{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 18px;
    background: #FF8722;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.catalog_detail .product_info .product_option{
    margin: 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.catalog_detail .product_info .product_option select{
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    outline:none;
}


.catalog_detail .product_info .product_quantity{
    background: #f2f2f2;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 16px;
    margin:18px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog_detail .product_info .product_quantity p{
    width: 100%;
}

.catalog_detail .product_info .quantity_area{
    display: flex;
    gap: 10px;
    align-items: center;
}
.catalog_detail .product_info .product_quantity p.price{
    width: auto;
}

#product_quantity{
    background: none;
    width: 10px;
    text-align: center;
    padding: 0;
}

.catalog_detail .product_info .quantity_area button{
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
}

.catalog_detail .product_info .price_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog_detail .product_info .price_info span{
    font-size: 12px;
}
.catalog_detail .product_info .amount_price-area {
    display: flex;
    gap: 18px;
    align-items: center;
}
.catalog_detail .product_info .amount_price-area span{
    font-size: 14px;
}

.catalog_detail .product_info .amount_price-area .amount_price{
    font-size: 20px;
}

.catalog_detail .btn-area{
    display: flex;
    flex-direction: column;
    gap:10px;
    padding: 10px 0;
}

.catalog_detail .btn-area button{
    width: 100%;
    height: 48px;

    border-radius: 0;
}

.catalog_detail .btn-area button.btn-cart{
    background: #FF8722;
    color: #fff;
}
.catalog_detail .btn-area button.btn-buy{
    color: #FF8722;
    background: #fff;
    border: 1px solid #FF8722;
}

.catalog_detail .product_detail{
    display: flex;

}

.product_detail{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 36px;
}


.product_detail p{
    text-align: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px solid #FF8722;
    color:#FF8722;
    font-weight: 600;
    font-size: 18px;
}

.product_detail table th{
    padding: 20px;
    background: #fafafa;
}
.product_detail table td{
    padding: 20px;
    text-align: left;
}

.contents_info{
    padding: 20px;
    width: 100%;
    border: 1px solid rgb(209 213 219);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.resident-info table input[type="text"]{
    width: 100%;
}

.resident-info table td{
    padding: 0 10px;
}


/* 초청장 */
.iv_box{
    width: 600px;
    border-radius: 10px;
    border: 1px solid rgb(209 213 219);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;   
    height: 600px;
}

.iv_box h3{
    padding: 10px 10px;
    border-bottom: 1px solid rgb(209 213 219);
}



.item-footer select{
    background: inherit;
    font-size: 12px;
}
.item-footer option{
    color:#000;
}

/* 체크리스트 */
.btn-shortcut{
    border-radius: 5px;
    color: #fff;
    background: #b1b1b1;
    padding: 5px 10px;
}

.estimate-wrapper .notice{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.estimate-wrapper .estimate_notice{
    border: 1px solid rgb(209 213 219);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    padding: 20px;
    flex: 1;
}
.estimate-wrapper .estimate_deadline{
    width: 200px;
    border: 1px solid rgb(209 213 219);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    padding: 20px;
    display: flex
;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    justify-content: center
}

.estimate-wrapper .estimate_deadline strong{
    font-size: 24px;
}

.estimate-wrapper .estimate_deadline span{
    font-size: 18px;
    color: red;
    font-weight: 600;
}

.btn-est{
    padding: 5px 10px;
    color: #fff;
    background: #000;
    border-radius: 5px;
}

.btn-payment{
    color: #fff;
    padding: 5px 10px;
    background: #000;
}

/* main */

.contact{
    border-top: 2px solid #FF8722;
    background: #fff;
    border-bottom: 2px solid #FF8722;
    padding: 20px;
    display: flex;
    gap: 72px;
}

.contact li, .contact li a{
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact i{
    color: #FF8722;
}

h2{
    font-size: 24px !important;
    font-weight: 600 !important;
    position: relative;
    padding-left: 22px;

}

h2:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #FF8722;
}

.cart-wrap{
    display: flex;
    flex-direction: column;
}

.cart{
    width: 100%;
    border: 1px solid rgb(209 213 219);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    padding: 20px;
}

.cart-header{
    border-bottom: 1px solid rgba(209 213 219);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.btn-remove{
    background: #e9e9e9;
    padding:5px 10px;
}
.cart-container{
    display: flex;
    flex-direction: column;
}
.cart-item{
    padding: 10px 0;
    border-bottom: 1px solid rgb(209 213 219);
    display: flex;
    position: relative;
}

.cart-item .select{
    margin-right: 10px;
}

.cart-item:last-of-type{
    border-bottom: none;
}

.cart-item .item-img{
    width: 160px;
    height: 160px;
    border: 1px solid rgb(209 213 219);
    margin-right: 10px;
}

.cart-item .item-info .item-name{
    font-weight: 600;
    font-size: 20px;
}
.cart-item .item-info .item-option{
    display: flex;
    gap: 10px;
}
.cart-item .item-info .item-option span{
    color: #a1a1a1;
}
.cart-item .btn-remove{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #fff;
}

.cart-item .quantityamount{
    display: flex;
    justify-content: space-between;
}

.cart-item .quantityamount input{
    outline: none;
}

.btn-delete{
    border: 1px solid #000;
    padding: 5px 10px;
}
/* 로그인 */
body#login{
    width: 100%;
    min-height: 100vh;
    /*background: url('/assets/images/common/login_bg.png') no-repeat center /cover; */
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login_wrap {
    width: 440px;
    display: flex;
    flex-direction: column;

    color: #381e2b;    
}
#login_wrap .login-logo{
    height: 130px;
    width: 100%;

}
#login_wrap .login-logo img{
    margin: 0 auto;
}


#login_wrap .login-main{
    width: 100%;
    height: 392px;
    background: #fff;
    padding: 36px 80px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    align-items: center;
}

.login-main .title{
    padding-bottom: 10px;
    width: 80px;
    border-bottom: 2px solid #ff8722;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}
#login_wrap .input-wrap{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

#login_wrap .input-wrap{
    font-size: 14px;    
}




#login_wrap input{
    padding: 10px;
    border: 1px solid #c2bebd;
    outline: none;
}
#login_wrap input,#login_wrap input::placeholder{
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
    line-height: normal;
}
#login_wrap .button-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
#login_wrap .button-wrap button{
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff8722;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
}
#login_wrap .button-wrap button:hover{
    background: #404040;
}


#login_wrap .button-wrap p{
    font-size: 16px;
    color: #ff8722;
}




.btn-add{
    background:#000;
    color:#fff;
    padding: 4px 16px;
}
.contents{
    display: flex;
    flex-direction: column;
    gap: 16px;

}

h3{
    font-size: 20px !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
}

.deadline{
    width: 200px;
    border: 1px solid rgb(209 213 219);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    justify-content: center;
}

.deadline strong{
    font-size: 24px;
}
.deadline span{
    font-size: 22px;
    color: red;
    font-weight: 600;
}



.btn_down{
    font-size: 16px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
}

.apply-history>.btn-add{margin-left: auto; display: block; width:110px;text-align: center; border-radius: 5px; margin-bottom: 16px;}

main section {margin-left: 280px;}

/* admin */
main.admin{
    margin-top: 68px;
}
main.admin section{
    width: calc(100% - 280px);
    margin-left: 280px;
}
.contents-admin h2{
    padding-left: 0;
}
.contents-admin h2:before{
    content: none;
    display: none;    
}
/*  */
main.admin .compnay-list ul{
    margin-top: 18px;
    display: flex;
    gap: 18px;
}

main.admin .search-box{
    display: flex;
    justify-content: end;
}

main.admin .search-box form{
    display: flex;
    gap: 10px;
    align-items: center;
}

main.admin .search-box input, main.admin .search-box select{
    outline: none;
    border: 1px solid #000;
    padding: 8px 10px;
    box-sizing: border-box;
}

main.admin .search-box button{
    padding: 8px 10px;
    background: #000;
    color: #fff;
}

main.admin table ul{
    display: flex;
    padding: 10px;
    gap: 18px;
}

main.admin table ul a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f3f4f6;
    font-size: 12px;
}

nav.company-list ul{
    display: flex;
    pad: 10px;
    gap: 18px;
    margin-top: 16px;
}

nav.company-list a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f3f4f6;
    font-size: 12px;
}

header i {
    color:#FF8722
}


/* 랜딩페이지 */
#landing header{
    width: 100%;
    background: #000;
    height: 84px;
}

#landing header h1{
    width: auto;
}
#landing header .inner{
    height: 100%;
    display: flex;
}
#landing header h1 a{
    height: 100%;
    display: flex;
    align-items: center;
}



#landing header h1 img{
    height: 42px;
}
#landing main{margin-top: 0;}
#landing .inner{
    width: 1360px;
    margin: 0 auto;
}
#landing .landing_visual{
    height: 296px;
    background: #F2ECE2;
    border-bottom: 1px solid #bfbfbf;
}

#landing .landing_visual .inner{
    height: 100%;
}
#landing .landing_visual .swiper{
    height: 100%;
}
#landing .landing_contents .inner{
    display: flex;
    flex-wrap: wrap;
    padding: 72px 0 56px;
    gap: 20px;
}
#landing .landing_contents .inner img{
    height: 100%;
}



#landing .landing_contents .card{
    width: calc((100% - 60px)/4);
    height: 325px;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
}
#landing .landing_contents .card-top{
    height: 120px;
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
    display: flex;
    align-items: center;
    justify-content: center;
}
#landing .card-content{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
#landing .category-item{
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 45px;
}
#landing .category-label{
    color: #959595;
    font-size: 14px;
    font-weight: 700;
}
#landing .category-title{
    font-weight: 700;
    font-size: 16px;
}

#landing .card .btn-wrap {
    display: flex;
    gap: 20px;
}

#landing .card .btn-wrap a{
    width: 132px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    
}


#landing .landing_contents .card-content{
    padding: 20px; 
}
.card .btn-exhibitor{
    background: #FF8722;
}
.card .btn-request{
    background: #404040;
}

/* 관리자페이지 기본정보 */
.basic_info table{
    font-weight: 400;
    font-size: 16px;
}
.basic_info table th, .basic_info table td{
    padding: 4px 16px;
}
.basic_info table td{
    text-align-last: left;
}

.basic_info table th{
    background-color: #f3f4f6;
}

/* 관리자 - 부대시설 신청 */
.svc-table{
    font-weight: 400;
    font-size: 16px;
}
.svc-table th, .svc-table td{
    padding: 4px 16px;
}

.svc-table th{
    background-color: #f3f4f6;
}

.svc-table tbody tr td:first-of-type{
    background-color: #f3f4f6;
}
.svc-table tfoot tr td:first-of-type{
    background-color: #f3f4f6;
}

.svc-table02{
    font-weight: 400;
    font-size: 16px;
}

.svc-table02 th, .svc-table02 td{
    padding: 4px 16px;
}

.svc-table02 td{
    text-align: left;
}

.svc-table02 th{
    background: #f3f4f6;    
}




table .input-cover{
    width: 50%;
    display: flex;
    gap: 20px;
}
table .input-cover input{
    width: auto;
}
table .input-cover label{
    display: flex;
    gap: 10px;
}
table .input-cover input[type="text"]{
    width: 100%;
}


/* 페이징 */
ul.paging{
    display: flex;
    justify-content: center;
    margin-top: 36px;
    gap: 6px;
}

ul.paging li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: #fff;
    font-size: 14px;
}

ul.paging li.on{
    background: #000;
    color: #fff;
}