@charset "utf-8";
caption{display: none;}
footer{
    border-top: 1px solid #ddd;
}
.sub_visual{
    background-position: 50% !important;
    background-size: cover !important;
    height: 460px;
    position: relative;
}
.sub_visual.sub_bg1{
    background: url(../../../images/sub_01.jpg) no-repeat;
}
.sub_visual.sub_bg2{
    background: url(../../../images/sub_02.jpg) no-repeat;
}
.sub_visual.sub_bg3{
    background: url(../../../images/sub_03.jpg) no-repeat;
}
.sub_visual.sub_bg4{
    background: url(../../../images/sub_04.jpg) no-repeat;
}
.sub_visual h1{
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.sub_visual h1 p{
    font-size: 48px;
    color: #fff;
    font-weight: 300;
}
.sub_visual h1 p b{
    font-weight: 700;
    color: #fff;
}

.wrap-1200{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
label[for="ex_file2"]{
    background-color: #fff;
    width: 150px;
    border: 1px solid #333333;
    margin: 15px;
    cursor: pointer;
    padding: 12px 0;
}
#thumbnails{
    padding: 10px 0;
    padding-bottom: 50px;
}
.nav{
    width: 100%;
    max-width: 1200px;
    position: absolute;
    align-items: center !important;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.nav li,.nav li i{
    color: #fff;
    font-weight: 500;
    position: relative;
    font-size: 20px;
}
.nav li i{
    margin-right: 10px;
}
.nav li:first-child::after{
    content: "";
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.nav li:first-child img{
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 3px;
}
.nav li,.nav li{
    padding:0 25px;
}
.nav li:first-child{
    padding-left: 0;
}

/* modal */
.btn-close{
    border: none;
    background-color: #fff;
    cursor: pointer;
}
/* modal */


/*admin*/
.href-wrap{
    position: relative;
}
.href-wrap .href-num{
    margin: 0 auto;
}
.href-wrap .href-num a{
    margin: 0 20px;
}
.href-wrap .href-num a span{
    font-weight: 300;
    color: #666;
}
.href-wrap a.register{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 190px;
    border: none;
    background-color: #0b50a2;
    color: #fff;
    cursor: pointer;
    padding: 13px;
    text-align: left;
    font-weight: 600;
}
.href-wrap a.register::after{
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../../images/notice_plus.png) no-repeat;
    position: absolute;
    top: 18px;
    right: 13px;
}
/*admin*/

/* gallery */
.gal-list {
    margin-top: 30px;
}

.gal-list li {
    width: 100%;
    max-width: 382px;
    margin-right: 27px;
    margin-bottom: 99px;
    border: 1px solid #ddd;
    transition: .3s;
    overflow: hidden;
}

.gal-list li:nth-child(3n) {
    margin-right: 0;
}

.gal-list li .img-box {
    position: relative;
    overflow: hidden;
    width: 382px;
    height: 240px;
    background-color: #eee;
}
.gal-list li .img-box img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gal-list li .img-box::before {
    content: "";
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 80, 162, 0.7);
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 9;
    transition: .3s;
}

.gal-list li .img-box::after {
    content: "";
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    background: url(../../../images/plus.png) no-repeat;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    z-index: 98;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.gal-list li a:hover .img-box::after, .gal-list li a:hover .img-box::before {
    opacity: 1;
}
.gal-list li:hover{
    box-shadow: 0px 0px 10px rgb(0 0 0 /0.2);
}
.gal-list li h6 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 29px 22px 0 22px;
    min-height: 81px;
    max-height: 81px;
}

.gal-list li p.date {
    color: #666666;
    padding: 29px 22px 0 22px;
    margin-bottom: 30px;
}
/* gallery */
.sub-content{
    padding:80px 0 130px 0
}

.sub-content .sub01 p{
    font-weight: 300;
    padding-top: 50px;
    line-height: 2;
    font-size: 18px;
    letter-spacing: -1px;
    word-break: keep-all;
}
.sub-content .sub01 p span{
    font-size: 22px;
    font-weight: 500;
}

/* notice_check */
.form-search-wrap{
    background-color: #f9f9f9;
    padding: 25px 20px;
}
.form-search-wrap .check-wrap{
    width: 100%;
    max-width: 550px;
}
.form-search-wrap .check-wrap li{
    font-size: 18px;
    width: 110px;
}
.form-search-wrap .check-wrap label{
    margin-bottom: 0;
    display: inline-block;
}
/* notice_check */



/* notice_write */


form#notice_write{
    border-top: 2px solid #222;

}
#notice_write .upload{
    padding: 20px 30px;
}
#notice_write .upload li{
    font-size: 18px;
    font-weight: 500;
}
#notice_write .upload li:first-child{
    font-size: 20px;
    font-weight: 500;
}
#notice_write .upload li span{
    font-size: 18px;
    font-weight: 500;
    color: #ff0000;
    
}
#notice_write table{
    width: 100%;
    border: 1px solid #ddd;
     border-right: none;
     border-left: none;
}
#notice_write table th,#notice_write table td{
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
    padding-left: 14px;
}
#notice_write table th{
    text-align: center;
    background-color: #fafafa; 
    font-weight: 500;
    border-right: 1px solid #ddd;
    width: 250px;
    max-width: 250px;
    height: 80px;
}
#notice_write table th span{
    color: #ff0000;
}
/* #notice_write table.tab-table tr:last-of-type th,#notice_write table.tab-table tr:last-of-type td{
    border-bottom: 2px solid #222;
} */
#notice_write table.tab-table td{
    padding-left: 15px;
    padding-right: 15px;

} 

#notice_write table.tab-table tr:last-of-type td{
    padding: 0;
}

#notice_write table.tab-table table {border: none;padding-right: 0;}
#notice_write table.tab-table table td{padding-left: 15px !important; padding-right: 15px !important;}
#notice_write table.tab-table table td .cke_chrome{
    margin: 15px;
}
#notice_write table td ul li{
    padding-right: 30px;
}
#notice_write table td ul li label{
    text-indent: 5px;
    margin-bottom: 0;
}
.table-list .tab-table-list{
    padding-right: 0 !important;
}

#notice_write table td.ad li.mb{
    margin-bottom: 10px;
}
table td li{
    position: relative;
}
table td li input.date_btn {
    display: block;
    width: 130px;
    background-color: #fff;
    border: 1px solid #222;
    padding: 12px;
    text-align: left;
    margin-left: 0;

    color: #666;
    cursor: pointer;
}

table td li i {
    position: absolute;
    top: 14px;
    right: 5px;
}
table td#drop{
    background-color: #fafafa;
    padding: 40px 0;

    color: #bbb;
    font-weight: 500;
    text-align: center;
    position: relative;
}
table td#drop p{
    color: #bbb;
    font-weight: 500;
    text-align: center;
    font-size: 32px;
}
table td#drop .close{
    cursor: pointer;
    opacity: 1;
}
table td#drop .close:hover{
    opacity: 1;
}
#notice_write table td input[type="text"]{
    display: block;
    width: 100%;
    max-width: 700px;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #ddd;
}
#notice_write table td input[type="file"]{
    visibility: hidden;
}

 .submit_wrap{
    padding-top: 50px;
}
 .submit_wrap li{
    width: 100%;
    max-width: 190px;
    position: relative;
}
 .submit_wrap input[type="submit"], .submit_wrap li a{
    display: block;
    width: 100%;
    max-width: 190px;
    border: none;
    background-color: #0b50a2;
    color: #fff;
    cursor: pointer;
    padding: 13px;
    text-align: left;
    font-weight: 600;
    position: relative;
}
 .submit_wrap input,.submit_wrap li input#asd{
    position: relative;

}
 .submit_wrap li::after{
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../../images/notice_plus.png) no-repeat;
    position: absolute;
    top: 18px;
    right: 13px;
}
 .submit_wrap li:last-child::after{
    display: none;
}
.submit_wrap li input[id="asd"] + i{
    display: block !important;
    content: "";
    color: #fff;
    position: absolute;
    top: 18px;
    right: 13px;
}
 .submit_wrap li:nth-child(2){
    margin:0 5px
}
 .submit_wrap input.close_btn, .submit_wrap li:last-child a{
    text-align: center;
    background-color: #666666;
}


.tab-table-list{
    display: none;
}
.tab-table-list.on{
    display: block;
}
/* notice_write */


/* notice_list */
.tab-list{
    display: flex;
    margin-bottom: 76px;
}
.tab-list li{
  width: 33.3333%;
  border: 1px solid #ddd;
  border-right: none;
}
.tab-list li:last-child{
    border-right: 1px solid #ddd;
}
.tab-list li a{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0;
    color: #666666;
}

.tab-list li:hover{
    background-color: #0b50a2;
    border-color: #0b50a2;
}
.tab-list li:hover a{
   color: #fff;
}
.tab-list li.on{
    background-color: #0b50a2;
    border-color: #0b50a2;
}
.tab-list li.on a{
   color: #fff;
}


#notice_list{width: 100%;margin-top: 20px;border-top: 2px solid #222;}
.total-box{
    padding-top: 50px;
}
#notice_list tr th,#notice_list tr td{
    padding:20px 0
}

#notice_list tr th{
    text-align: center;
}
#notice_list tr th:first-of-type,#notice_list tr th:nth-of-type(3){
    width: 70px;
}
#notice_list tr td{
    text-align: center;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
#notice_list tr td.title{
    width: 270px;
    text-align: center;
    padding:20px 10px;
}
#notice_list tr td.download i{
    vertical-align: middle;

}
#notice_list tr:hover td{
    background-color: #fafafa;
}

#search select{border:1px solid #ddd;color: #666;
    font-weight: 500;
    width: 120px;
    padding:10px 16px;padding-right:30px; background: url(../../../images/notice_select.png) no-repeat 95% 50% #fff;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 5px;
    }
#search  select::-ms-expand {display:none}
#search li:last-child{
    position: relative;

}
#search li:last-child i{
    display: block;
    position: absolute;
    top: 17px;
    right: 10px;
    z-index: 9
}

#search input[type="text"]{
    display: block;
    width: 100%;
    max-width: 400px;
    border:1px solid #ddd;
    padding: 10px 0;
    position: relative;
    
    padding-left: 5px;
}
#search input[type="submit"]{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: url(../../../images/search.jpg) no-repeat;
    background-position: 50% 50%;
    border: none;
    background-color: #ddd;
    z-index: 1
}

/* notice_list */

/* notice_view */
#notice_view{
    border-top: 2px solid #222;

}
#notice_view h4{
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
}
#notice_view .view{
    width: 100%;
}
#notice_view .view li{
    width: 100%;
    border-bottom: 1px solid #ddd;
   
}

#notice_view .view li.half{
    width: 50%;
}
#notice_view .view li p span{
    font-weight: 500;
    width: 100%;
    display: block;
}

#notice_view .view li p{
   
    padding: 10px 0;
    padding-left: 25px;
    width: 100%;
    /* text-overflow: ellipsis;
   
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden; */
}
/* #notice_view .view li a{
    display: block;
    width: 130px;
    border: 1px solid #222;
    padding: 8px 20px;
    margin-left: auto;
    margin-right: 30px;
    position: relative;
}
#notice_view .view li a i{
    position: absolute;
    top: 14px;
    right: 20px;
} */
.txt-wrap{
    padding: 70px 50px;
    overflow: hidden;
}
.txt-wrap * {
    color: inherit;
}
.txt-wrap img{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.c2_1 > table {
    width: auto !important;
    margin: 0 auto;
}

.c2_1 > table td {
    padding:25px;
}

.c2_1 > table ul {
    list-style : disc;
}

.c2_1 > table ul li {
    margin-left:25px;
}

#notice_view .flow{
    width: 100%;
    border-bottom: 2px solid #222;
}
#notice_view .flow li{
    padding: 25px 30px;
    border-top: 1px solid #ddd;
}
#notice_view .flow li i{
    display: block;

}
#notice_view .flow li span{
    font-weight: 500;
    display: block;
    margin-left: 10px;
    margin-right:30px;

}
#notice_view .list_btn{
    padding-top: 50px;
}
#notice_view .list_btn a{
    display: block;
    margin: 0 5px;
    width: 100%;
    max-width: 190px;
    background-color: #0b50a2;
    color: #fff;
    font-weight: 500;
    padding: 12px 25px;
    position: relative;
}
#notice_view .list_btn a i{
    display:block;
    color: #fff;
    position: absolute;
    top:  16px;
    right:  15px;
}
.list_btn a.close_btn{
    text-align: center;
    background-color: #666666 !important;
}
/* notice_view */


/* business_view */
#business_view{
    border-top: 2px solid #222;

}
#business_view h4{
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
}

#business_view .view{
    width: 100%;
}
#business_view .view li{
    width: 50%;
    border-bottom: 1px solid #ddd;
   
}
#business_view .view li:last-child{
    width: 100%;
}
#business_view .view li p span{
    font-weight: 500;
}
#business_view .view li h6,#notice_view .view li h6{
    background-color: #fafafa;
    width: 100%;
    max-width: 250px;
    text-align: center;
    /* padding: 18px 0; */
}
#business_view .view li .viewTitle,#notice_view .view li .viewTitle{
    background-color: #fafafa;
    border-right: 1px solid #ddd;
    width: 100%;
    max-width: 250px;
    text-align: center;
    padding: 18px 0;
}
#business_view .view li p{
   
    padding: 16px 0;
    padding-left: 25px;
}

#business_view .flow{
    width: 100%;
    border-bottom: 2px solid #222;
}
#business_view .flow li{
    padding: 25px 30px;
    border-top: 1px solid #ddd;
}
#business_view .flow li i{
    display: block;

}
#business_view .flow li span{
    font-weight: 500;
    display: block;
    margin-left: 10px;
    margin-right:30px;

}
#business_view .list_btn{
    padding-top: 50px;
}
#business_view .list_btn a{
    display: block;
    margin: 0 5px;
    width: 100%;
    max-width: 190px;
    background-color: #0b50a2;
    color: #fff;
    font-weight: 500;
    padding: 12px 25px;
    position: relative;

}
#business_view .list_btn a i{
    display:block;
    color: #fff;
    position: absolute;
    top:  16px;
    right:  15px;
}

 .applicant_result{
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
}
 .applicant_result tr td, .applicant_result tr th{
    text-align: center;
    padding: 25px 0;
}
 .applicant_result tr th{
    border-right: 1px solid #ddd;
    background-color: #fafafa;font-weight: 400;
}
 .applicant_result tr td{
    border-right: 1px solid #ddd;

}
 .applicant_result tr td:last-of-type, .applicant_result tr th:last-of-type, .applicant_result tr:first-of-type th{
    border-right: none;
}

.agree p{
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}
.agree div{
    width: 140px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    font-size: 1.2em;
}
.agree div #agree_input{
    margin-right: 10px;
}
#business_view .view li:last-child div,#notice_view .view li:last-child div{
    width: 100%;
}
/* business_view */


/* business_write */

form#business_write{
    border-top: 2px solid #222;

}
#business_write .upload{
    padding: 20px 30px;
}
#business_write .upload li{
    font-size: 18px;
    font-weight: 500;
}
#business_write .upload li:first-child{
    font-size: 20px;
    font-weight: 500;
}
#business_write .upload li span{
    font-size: 18px;
    font-weight: 500;
    color: #ff0000;
    
}
#business_write table{
    width: 100%;
    border: 1px solid #ddd;
     border-right: none;
     border-left: none;
}
#business_write table th,#business_write table td{
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
}
#business_write table th{
    text-align: center;
    background-color: #fafafa; 
    font-weight: 500;
    border-right: 1px solid #ddd;
    width: 250px;
    max-width: 250px;
    height: 80px;
}
#business_write table th span{
    color: #ff0000;
}
#business_write table tr:last-of-type th,#business_write table tr:last-of-type td{
    border-bottom: 2px solid #222 !important;
}
#business_write table td{
    padding-left: 15px;
}

#business_write table td input[type="text"]{
    display: block;
    width: 100%;
    max-width: 700px;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #ddd;
}
#business_write table td input[name="date_input"]{
    max-width: 120px;
    margin-right: 10px;
}
#business_write table td input.t2{
    margin-left: 10px;
}
#business_write table td.ad li,#notice_write table td.ad li{
    position: relative;
    padding: 0;
}
#business_write table td li input#address_btn,#business_write table td li input.date_btn,#notice_write table td li input#address_btn,#notice_write table td li input.date_btn{
    display: block;
    width: 130px;
    background-color: #fff;
    border: 1px solid #222;
    padding: 12px;
    text-align: left;
    margin-left: 10px;
    color:#666;
    cursor: pointer;
}
#business_write table td li i,#notice_write table td li i{
    position: absolute;
    top: 17px;
    right: 13px;
    color:#666
}
#business_write table td input#address{
    margin-top: 10px;
}
#business_write table td ul li{
    padding-right: 30px;
}
#business_write table td ul li label{
    text-indent: 5px;
    margin-bottom: 0;
}

select#deadline{border:1px solid #ddd;color: #666;
    font-weight: 500;
    width: 120px;
    padding:10px 16px;padding-right:30px; background: url(../../../images/notice_select.png) no-repeat 95% 50% #fff;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
select#deadline::-ms-expand {display:none}

select#tab{border:1px solid #ddd;color: #666;
    font-weight: 500;
   max-width: 360px;
    width: 100%;
    padding:10px 16px;
    padding-right:30px;
     background: url(../../../images/notice_select.png) no-repeat 95% 50% #fff;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
select#tab::-ms-expand {display:none}

select#tab_business{border:1px solid #ddd;color: #666;
    font-weight: 500;
    max-width: 250px;
    width: 100%;
    padding:12px 16px;
    padding-right:30px;
     background: url(../../../images/notice_select.png) no-repeat 95% 50% #fff;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
select#tab_business::-ms-expand {display:none}
/* business_write */

/* 댓글 */
.comments_wrap form {
    margin-bottom: 50px;
}
.comments_wrap form ul li:first-child{border-bottom: 2px solid #222;padding-bottom: 15px;}
.comments_wrap form ul li:first-child h6{font-size: 22px;}
.comments_wrap form ul li:first-child h6 i{margin-right: 10px;}
.comments_wrap form ul li:nth-child(2){margin:20px 0 25px 0;}
.comments_wrap form textarea{width: 100%;border: 1px solid #999;resize: none;padding: 15px;font-weight: 300; }
.comments_wrap form ul li:last-child p,.comments_wrap form p{color: #999;}
.comments_wrap form ul li:last-child input,.comments_wrap form input{width: 150px;color: #fff;background-color: #333333;text-align: center;border: none;padding: 13px 0; cursor: pointer;}
.comments_wrap .comments-box .comments{border-bottom: 1px solid #999;padding: 30px 0;}
.comments_wrap .comments-box .comments:first-child{padding-top: 0;}
.comments_wrap .comments-box .comments:last-child{border-bottom: none;}
.comments_wrap .comments-box .comments .comment_writer{font-weight: 600;}
.comments_wrap .comments-box .comments .comment_writer .time{font-weight: 300;color: #999;margin-left: 5px;}
.comments_wrap .comments-box .comments .comment_txt{padding: 20px 0;}
.comments_wrap .comments-box .comments .comment_function .update{color: #999;display: inline-block;padding-right: 5px;margin-right: 5px;position: relative;}
.comments_wrap .comments-box .comments .comment_function .update::after{content: "";width: 1px;height: 16px;background-color: #999; position: absolute;top: 50%;right: 0;transform: translateY(-50%); }
.comments_wrap .comments-box .comments .comment_function .delete{color: #d81f40;}
.comments_wrap .more_comments{width: 100%;text-align: center;margin-top: 20px;margin-bottom: 60px;border: 1px solid #222;padding: 13px 0;cursor: pointer;}
/* 댓글 */

/* media_query */



@media(max-width:1200px){
    #notice_list,#business_list{
        width: 100%;
        /* overflow-x: scroll; */
       
    }
    /* #notice_list table, #business_list table{
        width: 1200px;
        max-width: 1200px;
    } */
    colgroup{
        display: none;
    }
    #notice_list table tbody, #business_list table tbody{
        display:block !important

    }
    #notice_list table, #business_list table{
        width: 100%;
      
        display:block !important
    }
    #notice_list tr td,#business_list tr td,.table td{
        border-bottom: none !important;
        border-top: none !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #notice_list tr th, #notice_list tr td{
        padding: 5px 0;
    }
    #notice_list table tr.hide,#business_list table tr.hide{
        display: none !important;
    }
    #notice_list table tr, #business_list table tr{
        display: flex !important;
        flex-wrap: wrap !important;
        border-bottom:1px solid #ddd ;
        width: 100%;
        padding: 10px 3px;
    }
    #notice_list tr td.business{
        display: none;
    }
    #notice_list tr td.num{
        width: 10%;
    }
    #notice_list tr td.division{
        width: 31%;
        text-align: left;
    }
    #notice_list tr td.title{
        text-align: left;
        width: 95%;
        padding-left: 10%;
      
    }
    #notice_list .insight tr td.title,#notice_list .glovestar tr td.title{
        width: 85%;
        padding-left: 0;
    }
    #notice_list tr td.title a{
        width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #notice_list tr td.download{
        width: 5%;
        padding: 0;
        /* margin-right: 10px; */
    }
    #notice_list tr td.datetime{
     display: none;
    }
    #notice_list tr td.name{
        width: 70%;
        text-align: left;
        padding-left: 10%;
        color: #999;
    }
    #notice_list tr td.date{
        width: 30%;
        text-align: right;
    }
    
    #notice_list tr:hover td{
        background-color: #fff;
    }
    .sub-content{
        padding: 70px 40px;
    }
    .sub-content .sub01{
        display: block !important;
    }
    .sub-content .sub01 li:first-child{
        margin-right: 0;
    }

    .sub-content .sub01 li:last-child{
        margin-top: 75px;
    }
    #business_view .view li:last-child h6{
  
      padding: 42px 0;
    }
    .gal-list {
        width: 100%;
        max-width: 784px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .gal-list li{
        margin-right: 0;
    }
    .gal-list li:nth-child(odd){
        margin-right: 20px;
    }
    .gal-list li .img-box{
        width: 100%;
    }
}
@media(max-width:1210px){    
    .sub_visual h1,
    .nav{
        margin-left: 40px;
    }

    .table-responsive table.table th{
        position: sticky;
        border-top: none;
        
        border-bottom: 1px solid #ddd !important;
        background-color: #fff;
        top: 0;
    }
    .form-search-wrap{
        display: block !important;
    }
    .form-search-wrap li{
        margin-bottom: 10px;
    }
    #business_view .view li.half,#notice_view .view li.half{
        width: 100%;
    }
}
@media(max-width:764px){
    .sub-content{
        padding: 70px 10px;
    }
    .sub_visual {
        margin-top: 72px;
        background: url(../../../images/sub_01.jpg) no-repeat;
        background-position: 50% !important;
        background-size: cover !important;
        height: 170px;

        position: relative;
    }
    .sub_visual h1 {
        top: 45%;
        margin-left: 20px;      
     }
     .sub_visual h1 p {
        font-size: 32px;
      
     }

    #search>ul{
        display: block !important;
    }
    #search>ul>li:first-child{
        margin-bottom: 10px;
    }

    .form-search-wrap .check-wrap{
        flex-wrap: wrap !important;
    }
    .form-search-wrap .check-wrap li{
        width: 50%;
    }
    .nav {
        position: absolute;
        align-items: center !important;
        top: -98px;
        left: 14px;
    }
    .nav li {
        padding: 0 10px;
        font-weight: 400;
        font-size: 13px;
    }
    
    .nav li:first-child::after {
            height: 13px;
    }
       
    .gal-list {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .sub-content .sub01 li:first-child .img-box img{
        max-width: 66.6666%;
        margin: 0 auto;
    }
    .sub-content .sub01 h2{
        font-size: 17px;
        position: relative;
        line-height: 1.4;
        letter-spacing: -1px;
        color: #0b50a2;
        padding-top: 60px;
    }
    
    .sub-content .sub01 h2 span{
        font-size: 29px;
        font-weight: 600;
        color: #0b50a2;
    }

    #notice_write .upload,#business_write .upload,#business_view h4,#notice_view h4{
        padding: 25px 20px;
        display: block !important;
    }
    .sub-content .sub01 li:last-child{
        margin-top: 35px;
    }

    .sub-content .sub01 p {
        padding-top: 30px;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.8;

        word-break: keep-all;
    }

    #notice_write table td ul,  #business_write table td ul{
        display: block !important;
    }
    #business_write table td.ad ul{
        display: flex !important;
        
    }
   
    #business_write table td input[type="text"] {
       
        height: 47px;
        padding-left: 10px;
        border: 1px solid #ddd;
    }
    #notice_write table th,#business_write table th{
        width: 100px;
    }
    #notice_write table td ul li,#business_write table td ul li{
        padding-right: 0;
        font-size: 14px;
        letter-spacing: -1px;
    }
    #business_view .view,#notice_view .view{
        display: block !important;
    }
   
    #business_view .view li:last-child,#notice_view .view li:last-child{
     
        align-items: stretch !important;
       
    }

    #business_view .view li:last-child div,#notice_view .view li:last-child div{
          flex-wrap: wrap;
      }
    /* #business_view .view li h6, #notice_view .view li h6{
        max-width: 150px;
    } */
    #business_view .view li .viewTitle,#notice_view .view li .viewTitle{
        max-width: 150px;
    }
    #business_view .view li p, #notice_view .view li p{
      
        background-color: #fff;

    }
    /* #business_view .view li a,#notice_view .view li a{
       
        margin-right: 0;
        padding: 15px;
        margin-left:25px;
        margin-bottom: 20px;
        background-color: #fff;
    }
    #business_view .view li a i , #notice_view .view li a i {
        position: absolute;
        top: 14px;
        right: 5px;
    } */
    #business_view .flow .flow_title,#notice_view .flow .flow_title{
        text-overflow: ellipsis;
   
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;

    }
    #business_view .flow li span,  #notice_view .flow li span{
        width: 120px;
    }
    .gal-list li:nth-child(odd){
        margin-right: 0;
    }
    #notice_write table td.ad ul{
        display: flex !important;
      
    }
    /***************************************************************** 0126 update  *****************************************************************/
    .gal-list li {
        margin-bottom: 20px;
    }
    .gal-list li .img-box {
        height: 200px;
    }
    .gal-list li h6 {
        font-size: 20px;
        margin-bottom: 16px;
        min-height: inherit;
        font-weight: 400;
        line-height: 1.3;
    }
    .gal-list li p.date {
        padding: 0 22px;
        font-size: 13px;
    }
    .txt-wrap{
        padding: 70px 0;
        overflow: scroll !important;
    }
    .txt-wrap p > img,
    .txt-wrap p > a > img {
        height: auto !important;
        width:100% !important;
        object-fit: contain;
    }

    #notice_view .flow li{
        padding: 25px 5px;
    }
    #notice_list tr td.title,#notice_list tr td.num,#notice_list tr td.division{
        padding:5px 0;
    }
    #notice_list tr td.title{
      
        padding-left: 10%;
    }
    #notice_list tr td.download i{
        vertical-align: bottom;
    }
}
@media(max-width:500px){
  
    .tab-list li a {
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        padding: 20px 0;
        color: #666666;
    }

    #business_write table td.ad.date ul{
        flex-wrap: wrap !important;
    }
    #business_write table td input[name="date_input"] {
        max-width: 80px;
        margin-right: 10px;
    }
    #business_write table td.ad.date ul li:last-child{
        margin-top: 10px;
    }
  
    /* #business_view .view li h6, #notice_view .view li h6{
        max-width: 110px;
    } */
    #business_view .view li .viewTitle,#notice_view .view li .viewTitle{
        max-width: 110px;
    }
    #business_view .list_btn a i{
        display: none;
    }
    #business_view .list_btn a {
       
        padding: 15px 8px;
    }
    .sub-content .sub01 p span{
        font-size: 20px;
        line-height: 1.2;  
        display: inline-block;
        padding-bottom:10px;
      
    }
    .gal-list li h6{
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap:break-word; 
        display:-webkit-box; 
        min-height: 86px;
        -webkit-line-clamp: 2; /* 두 줄 */
        -webkit-box-orient: vertical;
    }
   
}
.gal-list.insight{
    border-top: 2px solid #222;
    padding-top: 30px;
}
.gal-list.insight>li{
    max-width: none;
    padding: 30px;
    margin-right: 0;
    margin-bottom:25px;

}
.gal-list.insight li.insight__img{
    width: 100%;
    max-width: 320px;
}
.gal-list.insight li h6{
    padding: 0;
    min-height: auto;
    max-height: none;
    margin-bottom: 20px;
    font-weight: 600;

}
.gal-list.insight li a ul li{
    margin-bottom: 0;
    margin-right: 0;
    border: none;
}
.gal-list.insight li a ul li div.content{
    width: 100%;
    word-break: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}
.gal-list.insight li:hover{
    box-shadow: none;
}

.gal-list.insight li .img-box {
    position: relative;
    overflow: hidden;
    max-width: 320px;
    background-color: #eee;
    border: 1px solid #ddd;
    height: 200px;
}
.gal-list.insight li.list{
    
    padding-left: 30px;
    width: 100%;
    max-width: none;
}
.gal-list.insight li p.date {
    color: #666666;
    padding:0;
    margin-bottom:0;
    margin-top: 30px;
}
@media(max-width:764px){
    .gal-list.insight li a>ul{
        display:block !important
    }
    .gal-list.insight li.list{
        padding-top: 30px;
        padding-left: 0;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    #search li:last-child{
        width: 100%;
        max-width: 350px;
    }
    #search input[type='text']{
        text-indent: 10px;
        padding:11px 0 !important
    }
    .href-wrap .href-num{
        margin: 0 !important;
    }
    #business_write table td.ad li input{
        max-width: 200px !important;
    }
    table td#drop{
        position: static;
    }
    #business_view .view li:last-child div, #notice_view .view li:last-child div{
        width: auto;
    }
    .gal-list.insight li a ul li div.content{
        width: 100%;
        word-break: break-word;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.5em;
        max-height: 4.5em;
    }
}
/* media_query */