@charset "UTF-8";

/* breadCrumb작업 */
.newsEvents .innerCrumb p:nth-child(2){ display: block; }





/* 페이지네이션 */
.pagination {display: flex; align-items: center; justify-content: center; padding: 65px 0 0 0;}
.pagination * {font-size: 14px; color: #777;}
.pagination a {display: flex; align-items: center; justify-content: center; width: 31px; height: 31px; margin: 0 4px;}
.pagination .btn {background: no-repeat center / auto;}
.pagination .btn.first {background-image: url(../images/paging_first.png);}
.pagination .btn.last {background-image: url(../images/paging_last.png);}
.pagination .btn.prev {background-image: url(../images/paging_prev.png); margin-right: 10px;}
.pagination .btn.next {background-image: url(../images/paging_next.png); margin-left: 10px;}
.pagination .btn.disabled {pointer-events: none; opacity: 0.4;}
.pagination .paging.active {color: #a78c5e; border: 1px solid #a78c5e;}




/* 이벤트 게시판 리스트 */

.newsEvents .tabBox .tabBar > a{ border-bottom: 1px solid #e1e1e1; }
.upcomingEvent_list ul{ display: flex; flex-wrap: wrap; }
.upcomingEvent_list li{ width:30%; margin-right: 5%; padding-bottom: 70px; }
.upcomingEvent_list li:nth-child(3n){ margin-right: 0; }
.upcomingEvent_list li .sbj{ font-size: 18px; line-height: 40px; }
.upcomingEvent_list li .date{ font-size: 16px; color:#777; }


@media screen and (max-width: 1199px) {
    .upcomingEvent_list > .list > li * {font-size: 14px;}
    .upcomingEvent_list li{ width:30%; margin-right: 5%; padding-bottom: 35px; }
    .upcomingEvent_list li .sbj{ line-height: 20px; display:block; max-width: 320px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; }
    .upcomingEvent_list li .date{ font-size: 16px; color:#777; display:block; max-width: 320px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; }

   
    
}

@media screen and (max-width: 767px) {
    .upcomingEvent_list > .list > li * {font-size: 12px;}
    .upcomingEvent_list li{ width:30%; margin-right: 5%; padding-bottom: 20px; }
    .upcomingEvent_list li .sbj{ line-height: 15px; }

}






/* 일반 게시판 리스트 */
.newsEvents_list { margin-bottom: 145px; }
.board_list > .list {width: 100%; border-top: 2px solid #333;}
.board_list > .list > li {display: flex; padding: 15px 0; border-bottom: 1px solid #d5d5d5;}
.board_list > .list > li .no,
.board_list > .list > li .sbj,
.board_list > .list > li .date {display: flex; padding: 0 10px; color: #333;}
.board_list > .list > li .no {flex-shrink: 0; width: 70px; align-items: center; justify-content: center;}
.board_list > .list > li .sbj {display: block; width: calc(100% - 210px); }
.board_list > .list > li .sbj a {display: block; max-width: 700px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all;}
.board_list > .list > li .date {flex-shrink: 0; width: 140px; color: #777; justify-content: flex-end;}
.board_list > .list > li .sbj a:hover {color: #999; text-decoration: underline;}
.board_list > .list > li.empty { width:100%; text-align:center; justify-content:center; }

@media screen and (max-width: 1199px) {
    .newsEvents_list { margin-bottom: 70px; }
    .board_list > .list > li * {font-size: 14px;}
    .board_list > .list > li .no {width: 40px;}
    .board_list > .list > li .sbj {width: calc(100% - 180px);}
    .board_view .view_footer .list_button{ margin-top: 70px; }
}

@media screen and (max-width: 767px) {
    .board_list > .list > li {flex-wrap: wrap;}
    .board_list > .list > li .no {font-size: 12px; width: 20px;}
    .board_list > .list > li .sbj {width: calc(100% - 20px);}
    .board_list > .list > li .date {width: auto; padding: 5px 0 0 30px; font-size: 12px; }
    .board_view .view_header .info{ font-size: 12px!important; }
}



/* 일반 게시판 뷰 */
    .newsEvents_view{ margin-bottom: 115px; }
    .newsEvents .tabBox .tabBar{ margin-bottom: 80px; }
    .board_view{ border-top: 2px solid #333333; }
    .board_view .view_header{ background-color: #f8f8f8; }
    .board_view .view_header .title{ border-bottom: 1px solid #d2d2d2; padding:30px 40px; font-size: 24px; }
    .board_view .view_header .info{ color: #727171; font-size: 18px; padding: 20px 40px;}
    .board_view .view_header .info .date{ position:relative; }
    .board_view .view_header .info .date::after{ position:absolute; top:0; display: inline-block; content: ''; width: 1px; height: 25px; background-color: #d2d2d2; margin: 0 40px; }
    .board_view .view_header .info .hit{ padding-left:80px; }
    .board_view .view_body{ padding:90px 0; border-bottom: 1px solid #d2d2d2; line-height: 180%; word-break: break-all; }
    .board_view .view_body *{ white-space: pre-wrap; word-break: break-all; }
    .board_view .view_footer .view_nav{ margin-top:20px; border-top: 1px solid #535353; border-bottom: 1px solid #535353; }
    .board_view .view_footer .view_nav a{ display: block; width: 100%; padding: 15px 40px; color: #333333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .board_view .view_footer .view_nav a span{ padding-right: 40px; color: #000; }
    .board_view .view_footer .view_nav .prev{ border-bottom:1px solid #b5b5b5; }
    .board_view .view_footer .list_button{ display: block; width: 200px; height: 65px; margin: 0 auto; background-color: #9b856e; color: #fff; text-align: center; line-height: 65px; margin-top: 85px; }


@media screen and (max-width: 1199px) {
    .newsEvents_view{ margin-bottom: 50px; }
    .newsEvents .tabBox .tabBar{ margin-bottom: 20px; }
    .board_view .view_footer .list_button{  font-size:14px; width: 130px; height: 40px; margin-top: 50px; line-height: 40px;}
    .board_view .view_header .title{ padding:15px 20px; font-size: 18px; }
    .board_view .view_header .info{ font-size: 16px; padding: 10px 20px;}
    .board_view .view_header .info .date{ position:relative; }
    .board_view .view_header .info .date::after{ top:5px; height: 15px; margin: 0 10px; }
    .board_view .view_header .info .hit{ padding-left:20px; }
    .board_view .view_footer .view_nav a.prev, .board_view .view_footer .view_nav a.next{ display: block; padding:7px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; }


}
@media screen and (max-width: 767px) {
    .board_view .view_footer .view_nav a span{ padding-right: 15px; }
    .board_view .view_footer .view_nav .prev{ font-size: 14px; padding-right: 40px; }
    .board_view .view_footer .view_nav .next{ font-size: 14px; }
    .m-del{ display: none; }
}


/*********************************************************************NEWSEVENTS*****************************************************************************/
.newsEvents .innerCrumb p:nth-child(2){ display: inline-block; }
.newsEvents .logoSection{ margin-right: 30px; }
.newsEvents .infoSection{ padding-top: 20px; }
.newsEvents .infoSection > p{ width:100%; border-bottom: 1px solid #d5d5d5; padding-bottom: 25px; margin-bottom: 20px; } 
.newsEvents .infoSection .head{ font-size: 24px; font-weight: bold; line-height: 34px; }
.newsEvents .infoSection .address{ font-size: 18px; line-height: 28px; }
.newsEvents .infoSection ul{ display: flex; }
.newsEvents .infoSection ul li{ display: flex; }
.newsEvents .infoSection ul img{ margin-right: 10px; }
.newsEvents .infoSection ul p{ display: inline-block; line-height: 45px; margin-right: 30px; }
.newsEvents .formSection { padding:90px 0; background-color: #f7f7f7; margin-top: 100px; }
.newsEvents .titleSection03 .title{ font-size: 42px; font-weight: 600; padding-bottom:40px; }


/* input reset */
.newsEvents button,
textarea,
select,
input { -webkit-appearance: none;-moz-appearance: none;appearance: none;outline:none;border:none;box-shadow:none;border-radius: 0;padding: 0;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type='checkbox'] {-webkit-appearance: auto;-moz-appearance: auto;appearance: auto;}
input[type='submit'] {cursor: pointer;}
:focus {outline: none;}

/*문의입력폼*/
#inquiryForm table {
    width: 100%;
    border-top: 2px solid #333;
}

#inquiryForm table th,
#inquiryForm table td {
    vertical-align: middle;
    padding: 15px 10px;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
}

#inquiryForm table th {
    width: 120px;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    color:#333;
    font-weight: 600;
}

#inquiryForm table td {
    font-size: 18px;
}

#inquiryForm table .moLabel {
    display: none;
}

#inquiryForm table input {
    width: 100%;
    height: 43px;
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    font-size: 15px;
    transition: 0.3s;
}

#inquiryForm table textarea:focus,
#inquiryForm table input:focus {
    box-shadow: 0 0 10px rgba(1, 104, 183, 0.5);
}

#inquiryForm table input.small {
    width: 300px;
}

#inquiryForm table input.mid {
    width: 600px;
}

#inquiryForm table td .at {
    margin: 0 10px;
}

.select2-container {
    width: 200px !important;
    vertical-align: middle;
    transform: translateY(-1px);
}

.select2-container--default .select2-selection--single {
    height: 43px;
    border-radius: 0;
    border: 1px solid #d2d2d2;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    padding-left: 20px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -13px;
}

.select2-dropdown {
    border: 1px solid #d2d2d2;
    padding: 10px 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    font-weight: 500;
}

.select2-results__option {
    padding: 6px 20px;
    font-size: 15px;
}

#inquiryForm textarea {
    transition: 0.3s;
}

#inquiryForm #inqContents {
    width: 100%;
    height: 256px;
    font-family: "NanumBarunGothic";
    font-size: 15px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    box-sizing: border-box;
    resize: vertical;

}

#inquiryForm .inputWrap {
    padding-bottom: 5px;
}

#inquiryForm .inqFile {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

#inquiryForm .fileSkin {
    display: inline-block;
    vertical-align: middle;
    width: 412px;
    font-size: 0;
}

#inquiryForm .fileSkin input,
#inquiryForm .fileSkin button {
    display: inline-block;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
}

#inquiryForm .fileSkin input {
    width: 270px;
}

#inquiryForm button {
    cursor: pointer;
    background-color: #eee;
    height: 43px;
}

#inquiryForm .fileSkin .fileBtn {
    margin-left: -1px;
    width: 143px;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
}

#inquiryForm .deleteBtn {
    vertical-align: middle;
    width: 43px;
    margin-left: 10px;
    color: #777;
    font-size: 20px;
    border:1px solid #d2d2d2;
}

#inquiryForm .fileSkin input:focus {
    box-shadow: none;
}

#inquiryForm .noti {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-left: 20px;
}

#inquiryForm .email-notice span { display: block; padding-top: 10px; color: #a21c1c; line-height: 150%; font-size: 14px; }















.privacy {
    padding-top: 145px;
}

.privacy h5 {
    font-size: 22px;
    line-height: 140%;
    padding-bottom: 20px;
}

.privacy .privacyDoc {
    width: 100%;
    height: 255px;
    padding: 40px;
    border-top: 2px solid #333;
    box-sizing: border-box;
    background-color: #f8f8f8;
    overflow-y: scroll;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    font-family: "NanumSquare";
    font-size: 13px;
}

.privacy .privacyDoc p {
    font-size: 1.4em;
    line-height: 160%;
}

.privacy .privacyDoc dt {
    color: #6b6574;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 160%;
}

.privacy .privacyDoc dd {
    padding-left: 1em;
    margin-bottom: 2em;
    font-size: 1.3em;
    font-weight: 400;
    color: #7e7a71;
    line-height: 160%;
}

.privacy .privacyDoc ul {
    padding: 0.5em 0 1em 1.2em;
}

.privacy .privacyDoc::-webkit-scrollbar {
    width: 13px;
    background-color: #fff;
}

.privacy .privacyDoc::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 10px;
    border: 2px solid #fff;
}

.privacy .agree {
    text-align: center;
    padding: 24px;
    border-bottom: 1px solid #dadada;
}

.privacy .agree li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.privacy .agree input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
    width: 10px;
    height: 10px;
    appearance: auto;
}

.privacy .agree label .chkBx {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    margin-right: 12px;
    background-color: #fff;
}

.privacy .agree label .lbl {
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    vertical-align: middle;
}

.privacy .agree input[type="checkbox"]:checked ~ label .chkBx {
    border: 2px solid #a78c5e;
    background: #fff url(../images/sub/check.png) no-repeat center / 70%;
}

#inquiryForm #submitBtn {
    display: block;
    margin: 80px auto 0 auto;
    width: 375px;
    height: 73px;
    background-color: #a78c5e;
    color: #fff;
    font-size: 22px;
}







@media screen and (max-width: 1199px) {
    /********************************* NEWSEVENTS ********************************/
    .newsEvents .infoSection ul{ flex-wrap:wrap; }
    .newsEvents .titleSection02 .title{ font-size: 32px; padding-bottom: 19px; }
    .newsEvents .infoSection .head{ font-size: 18px; line-height: 18px; }
    .newsEvents .infoSection .address{ font-size: 14px; line-height: 14px; }
    .newsEvents .infoSection ul p{ font-size: 14px; }
    .newsEvents .formSection { padding:45px 0; margin-top: 50px; }
    .newsEvents .titleSection03 .title{ font-size: 32px; padding-bottom:20px; }




    #inquiryForm .fileSkin .fileBtn,
    #inquiryForm table td,
    #inquiryForm table th {
        font-size: 16px;
    }

    .select2-container,
    #inquiryForm table input#inqEmailId,
    #inquiryForm table input#inqEmailDomain {
        width: calc((100% - 60px) / 3) !important;
    }

    #inquiryForm table td .at {
        display: inline-block;
        width: 37px;
        text-align: center;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    #inquiryForm .noti {
        display: block;
        padding-left: 0;
        padding-top: 10px;
        line-height: 150%;
        word-break: keep-all;
    }

    .privacy .privacyDoc {
        font-size: 12px;
    }

    .privacy .agree label .lbl {
        font-size: 16px;
    }

}









@media screen and (max-width: 767px) {
    
    #inquiryForm table th {
        display: none;
    }

    #inquiryForm table tr:first-child td {
        padding-top: 30px;
    }

    #inquiryForm table td {
        border-bottom: none;
        font-size: 14px;
        padding: 15px 0;
    }

    #inquiryForm table .moLabel {
        display: block;
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 10px;
        padding-left: 5px;
    }

    #inquiryForm table input.small,
    #inquiryForm table input.mid {
        width: 100%;
    }

    .select2-container {
        display: block;
        width: 100% !important;
        margin-top: 10px;
    }

    #inquiryForm table input#inqEmailId,
    #inquiryForm table input#inqEmailDomain {
        width: calc((100% - 47px) / 2) !important;
    }

    #inquiryForm .fileSkin {
        width: 83%;
    }

    #inquiryForm .fileSkin input {
        width: 70%;
    }

    #inquiryForm .fileSkin .fileBtn {
        width: 30%;
        font-size: 14px;
    }

    #inquiryForm .deleteBtn {
        width: 15%;
        margin-left: auto;
    }

    .privacy {
        padding-top: 70px;
    }

    .privacy h5 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .privacy .privacyDoc {
        padding: 20px;
        font-size: 11px;
    }

    .privacy .agree {
        padding: 15px 0;
        text-align: left;
    }

    .privacy .agree li {
        display: block;
        padding: 0 0 10px 0;
    }

    .privacy .agree li:last-child {
        padding-bottom: 0;
    }

    .privacy .agree input[type="checkbox"] {
        left: 5px;
    }

    .privacy .agree label .lbl {
        font-size: 15px;
    }

    .privacy .agree label .chkBx {
        width: 30px;
        height: 30px;
    }

    #inquiryForm #submitBtn {
        width: 100%;
        height: 40px;
        font-size: 18px;
        font-weight: 700;
        margin-top: 40px;
    }
}

/*문의입력폼*/

