@charset "utf-8"; /* slick */
.slick-slide {
    display: none;
    min-height: 1px;
    vertical-align: middle;
    overflow: hidden;
}

.slick-list {
    overflow: hidden;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-list .slick-track {
    display: inline-block;
}

.slick-initialized .slick-slide {
    display: inline-block;
}

.slick-arrow {
    cursor: pointer;
}

.slick-arrow.slick-hidden {
    display: none;
    list-style-type: none;
}

.slick-current {
    opacity: 1;
    display: block;
}

/* 작성폼 input 기본스타일 */
.inp_st {
    height: 28px;
    line-height: 28px;
    font-size: 0.75rem;
    border: 1px solid #ddd;
}

.inp_st[readonly] {
    width: 30%;
    background: #eee;
}

/* 게시판 리스트 상단 */
.bbs_srch {
    padding: 2rem 1.5rem;
    font-size: 0.8rem;
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 0 !important;
    background: #F9FCFF;
    /* margin-top: 2.5rem; */
}

[class^="tab_st"] ~ .bbs_srch { margin-top: 2.5rem !important; }

[class^="box_st"] + .bbs_srch { margin-top: 0 !important; }

.bbs_srch fieldset { margin: 0; padding: 0; border: none; }

.bbs_srch fieldset > div { display: flex; flex-wrap: wrap; width: 100%; align-items: center; justify-content: center; gap: 0.5rem; }

.bbs_srch fieldset > div input[type='text']  { height: 2.4rem; background: #fff; border: 1px solid #58616A; min-width: 16rem; margin: 0; font-size: 0.8rem; }
.bbs_srch fieldset > div select { height: 2.4rem; background: #fff url('/images/common/sel_arrow.png') right 1rem center no-repeat; border: 1px solid #58616A; min-width: 6rem; font-size: 0.8rem; padding-left: 1rem; padding-right: 2rem; }

.bbs_srch select, .bbs_srch input, .bbs_srch button {
    margin: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* .bbs_srch select {
    height: 2rem;
    font-size: 0.8rem;
    line-height: 2.2rem;
    vertical-align: middle;
    border: 1px solid #ccc;
} */

/* .bbs_srch input.inpTxt {
    min-width: 16rem;
    height: 2.4rem;
    line-height: 2.2rem;
    padding: 0 0.5rem;
    font-size: 0.8rem;
    vertical-align: middle;
    background: #fff; border: 1px solid #58616A;
    margin: 0;
} */

.bbs_srch button.btnSearch {
    position: relative;
    padding: 0 1.8rem 0 0.8rem;
    color: #fff;
    height: 2.4rem;
    vertical-align: middle;
    background: #307FE2;
    overflow: hidden;
    transition: all 0.2s ease-out 0.1s;
    /* border-radius: 0.3rem; */
    font-size: 0.85rem;
    display: inline-flex; 
    align-items: center;
    border: 2px solid #307FE2;
    line-height: 2.2rem;
    margin: 0;
}


.bbs_srch .inputWrap{ display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }

.bbs_srch button.btnSearch::before { position: absolute; content: "\f0d1"; font-family: 'remixicon'; right: 0.65rem; top: 50%; transform: translateY(-50%); font-size: 0.8rem; line-height: 1; }

.bbs_srch button.btnSearch:hover {
    background: #fff;
    color: #307FE2;
}

/* 게시판 리스트 상단 버튼 스타일 */
.bbs_Tbtn1 {
    padding: 0 1rem;
    line-height: 2rem;
    color: #fff;
    vertical-align: middle;
    background: #333;
}

.bbs_Tbtn2 {
    padding: 0 1rem;
    line-height: 2rem;
    color: #fff;
    vertical-align: middle;
    background: #044ca4;
}

.bbs_Tbtn3 {
    padding: 0 0.9rem;
    line-height: 1.8rem;
    color: #333;
    font-weight: 400;
    vertical-align: middle;
    border: 2px solid #333;
    background: #fff;
}

.bbs_Tbtn4 {
    padding: 0 0.9rem;
    line-height: 1.8rem;
    color: #044ca4;
    font-weight: 400;
    vertical-align: middle;
    border: 2px solid #044ca4;
    background: #fff;
}

/* 페이지 안내 */

.pageinfo {
    position: relative;
    margin: 2.5rem 0 0.75rem;
    color: #454545;
    overflow: hidden;
    display: flex; flex-wrap: wrap;
    align-items: center;
    line-height: 1.25rem;
}

.pageinfo .pge_totle {
    display: inline-flex; align-items: center;
}

.pageinfo .pge_totle > a { display: inline-flex; align-items: center; justify-content: center; font-size: 0; line-height: 0; }

.pageinfo .pge_num {
    margin-left: 0.6rem;
    padding-left: 0.5rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1.25rem;
}
.pageinfo .pge_num::before { position: absolute; content: ""; width: 1px; height: 0.7rem; left: 0; top: 50%; transform: translateY(-50%); background: #D6D6D6; }

.pageinfo .pge_num span {
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    margin: 0 5px;
    vertical-align: middle;
    color: #595959;
}

.pageinfo p strong {
    color: #307FE2;
    font-weight: bold;
    margin-left: 0.25rem;
}

/* color */
.pageinfo p strong.pc_black {
    color: #222;
    font-weight: 400;
}

/* 게시판 리스트 :Start ********************************************************************************************************************************************************************************************************************************/
/* 일반형게시판목록 - 스킨A */
.bbs_ListA table {
    table-layout: fixed;
    line-height: 1rem;
    color: #666;
    font-size: 0.8rem;
    text-align: center;
    border-top: 1px solid #1F1F1F;
}

/* color */
.bbs_ListA table thead th {
    padding: 0.55rem 0.8rem;
    color: #131416;
    font-weight: 700;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    background: #F0F0F0;
}

.bbs_ListA table thead th:last-child,
.bbs_ListA table tbody tr td:last-child { border-right: none; }

.bbs_ListA table tbody td {
    padding: 0.6rem 0.8rem;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

.bbs_ListA table tbody tr:hover {
    background: #f9fafb;
}

.bbs_ListA table tbody td.bbs_tit {
    text-align: left;
}

.bbs_ListA table tbody td.bbs_tit span { display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 0.7rem; font-weight: 600; border-radius: 0.3rem; padding: 0.05rem 0.3rem; margin-right: 0.35rem; }

.bbs_ListA table tbody td.bbs_tit span.ing { background: #F36D01; }
.bbs_ListA table tbody td.bbs_tit span.wait { background: #189074; }
.bbs_ListA table tbody td.bbs_tit span.done { background: #307FE2; }

.bbs_ListA table tbody td.bbs_tit a {
    display: block;
    line-height: 1.25rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bbs_ListA table tbody td.bbs_tit a:hover, .bbs_ListA table tbody td.bbs_tit a:focus {
    text-decoration: underline;
}

.bbs_ListA table tbody td.bbs_tit a:hover span.ico_answer, .bbs_ListA table tbody td.bbs_tit a:focus span.comment {
    text-decoration: none;
}

.bbs_ListA table tbody td.bbs_tit span.new {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    line-height: 15px;
    font-weight: 400;
    font-size: 0.75rem;
    color: #f57f17;
    text-align: center;
    border: 1px solid #f57f17;
}

.bbs_ListA table tbody td.bbs_tit span.comment {
    margin-right: 5px;
    color: #f57f17;
    font-weight: 400;
}

.bbs_ListA table tbody td.bbs_tit span.ico_answer {
    display: inline-block;
    line-height: 1.25rem;
    padding: 0 0.4rem;
    margin-right: 5px;
    font-size: 0.7rem;
    border: 1px solid #c1c1c1;
}

.bbs_ListA table tbody td strong.ico_noti {
    display: block;
    width: 26px;
    height: 22px;
    margin: 0 auto;
    text-indent: -10000em;
    background: url('/images/board/ico_noti.png') no-repeat ;
}

.bbs_ListA table tbody td strong.sttus_blue {
    display: inline-block;
    padding: 0 0.4rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-size: 0.75rem;
    color: #044ca4;
    border: 1px solid #044ca4;
}

.bbs_ListA table tbody td strong.sttus_green {
    display: inline-block;
    padding: 0 0.4rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-size: 0.75rem;
    color: #50b848;
    border: 1px solid #50b848;
}

.bbs_ListA table tbody td strong.sttus_orange {
    display: inline-block;
    padding: 0 0.4rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-size: 0.75rem;
    color: #f58220;
    border: 1px solid #f58220;
}

.bbs_ListA table tbody td strong.sttus_gray {
    display: inline-block;
    padding: 0 0.4rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-size: 0.75rem;
    color: #555;
    border: 1px solid #555;
}

/* 첨부파일 레이어 */
.file_lyrBox {
    position: relative;
}

.file_lyrBox .file_lyr {
    position: absolute;
    right: 0;
    top: 30px;
    max-width: 150px;
    padding: 5px 15px;
    text-align: left;
    border: 2px solid #334265;
    background: #fff;
    z-index: 2;
}

.file_lyrBox .file_lyr ul li {
    position: relative;
    padding: 3px 0 3px 15px;
    font-size: 0.75rem;
    background: url('/images/board/ico_Vfile.png') no-repeat left 8px;
}

.file_lyrBox .file_lyr a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.file_lyrBox .file_lyr a:hover, .file_lyrBox .file_lyr a:focus {
    text-decoration: underline;
}

/* 사진형게시판목록 상단 :공통 */
.bbs_Photo_top {
    position: relative;
    margin-bottom: 60px;
    padding: 30px;
    font-size: 0.75rem;
    color: #666;
    border: 4px solid #efefef;
}

.bbs_Photo_top:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 1px;
    background: #cecece;
}

.bbs_Photo_top:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

.bbs_Photo_top a .img {
    position: relative;
    width: 40%;
    height: 330px;
    float: left;
    text-align: center;
    background: #000;
    overflow: hidden;
}

.bbs_Photo_top a .img img {
    position: relative;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbs_Photo_top a .img img.vertImg {
    width: 100%;
    height: auto;
}

.bbs_Photo_top a:hover .img img {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1.1,1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1,1.1);
}

.bbs_Photo_top a .img:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    background: url('/images/board/img_photo_plus.png') no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.bbs_Photo_top a:hover .img:before {
    opacity: 1;
    transform: rotate(360deg);
}

.bbs_Photo_top .txt {
    position: relative;
    width: 55%;
    height: 330px;
    float: right;
}

.bbs_Photo_top .txt dl dt {
    padding: 20px 0 10px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bbs_Photo_top .txt dl dd.cont {
    font-size: 16px;
}

.bbs_Photo_top .txt dl dd.util {
    position: relative;
    margin-top: 15px;
    height: 40px;
    text-align: right;
    border-top: 1px dashed #cecece;
}

.bbs_Photo_top .txt dl dd.util span.date {
    padding-left: 20px;
    line-height: 39px;
    background: url('/images/board/ico_photo_date.png') no-repeat left center;
}

.bbs_Photo_top .txt dl dd.util span.rdcnt {
    margin-left: 30px;
    padding-left: 20px;
    line-height: 39px;
    background: url('/images/board/ico_photo_rdcnt.png') no-repeat left center;
}

.bbs_Photo_top .txt ul li {
    position: relative;
    margin: 7px 0;
    padding-left: 10px;
}

.bbs_Photo_top .txt ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 2px;
    height: 2px;
    background: #000;
}

.bbs_Photo_top .txt a.more_view {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 158px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbs_Photo_top .txt a.more_view:hover {
    color: #fff;
    border-color: #044ca4;
    background: #044ca4;
}

/* 사진형게시판목록 - 스킨A */
/* .bbs_PhotoA:after {
    content: "";
    display: block;
    clear: both;
} */

.bbs_PhotoA { display: flex; flex-wrap: wrap; width: 100%; gap: 2rem 1.25rem; padding: 2rem 0; border-top: 2px solid #333333; border-bottom: 1px solid #d9d9d9; }

.bbs_PhotoA li {
    position: relative;
    width: calc((100% - 5rem) / 5);
    font-size: 0.75rem;
    color: #666;
}

.bbs_PhotoA.w_30 li {
    width: calc((100% - 2rem) / 3);
}

.bbs_PhotoA.w_30 li a .img { height: 13.55rem; }

.bbs_PhotoA li.noDate {
    width: 100%;
    margin: 0;
    padding: 1rem 0;    
    display:flex;
    align-items:center;
    justify-content:center;
    float: none;
    text-align: center;
    border-top: 1px solid #1F1F1F;
    border-bottom: 1px solid #D9D9D9;
}

/* 게시글 없을경우 */
/* .bbs_PhotoA li.new:after {
    content: "N";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #f57f17;
} */

.bbs_PhotoA li a {
    position: relative;
    display: block;
}

.bbs_PhotoA li a:hover p,
.bbs_PhotoA li a:focus p {
    text-decoration: underline;
}

.bbs_PhotoA li a .txt { margin-top: 0.75rem; }

.bbs_PhotoA li a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem; font-weight: 600;
    /* margin-bottom: 0.15rem; */
    color: #454545;
}

.bbs_PhotoA li a em { color: #919191; }

.bbs_PhotoA li a .img {
    position: relative;
    width: 100%;
    height: 9rem;
    background: #F0F0F0;
    overflow: hidden;
    border-radius: 0.75rem;
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bbs_PhotoA li a .img img {
    position: relative;
    max-width: 100%;
    transition: 0.2s;
    height: 100%;
}

.bbs_PhotoA li a .img img.vertImg {
    width: 100%;
    height: auto;
}

.bbs_PhotoA li a:hover .img img {
    transform: scale(1.2);
}

/* .bbs_PhotoA li a .img:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    background: url('/images/board/img_photo_plus.png') no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.bbs_PhotoA li a:hover .img:before {
    opacity: 1;
    transform: rotate(360deg);
} */

.bbs_PhotoA li a p {
    font-size: 0.9rem;
    font-weight: 600;
    color: #454545;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 1rem 0 0.5rem;
}

.bbs_PhotoA li a span.date {
   display: block;
   color: #595959;
   font-size: 0.8rem;
   font-weight: 400;
}

/* .bbs_PhotoA li a span.rdcnt {
    position: absolute;
    right: 10px;
    bottom: 0;
    padding-left: 20px;
    line-height: 39px;
    background: url('/images/board/ico_photo_rdcnt.png') no-repeat left center;
} */

.bbs_PhotoA.w_30.vdo li a .img { position: relative; }
.bbs_PhotoA.w_30.vdo li a .img::before { position: absolute; left: 1rem; top: 1rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #0a3f8b; color: #fff; content: "\f00a"; width: 2rem; height: 2rem; font-family: 'remixicon'; font-size: 1rem; }
 
.bbs_ViewA video { max-width: 100%; }
.bbs_ViewA video + p { margin-top: 1rem; }

/* 사진형게시판목록 - 스킨B */
.bbs_PhotoB {
    border-top: 2px solid #334265;
}

.bbs_PhotoB:after {
    content: "";
    display: block;
    clear: both;
}

.bbs_PhotoB li {
    position: relative;
    min-height: 11rem;
    padding: 1rem 0;
    border-bottom: 1px solid #cecece;
    font-size: 0.75rem;
    color: #666;
}

.bbs_PhotoB li.noDate {
    height: 30px;
    text-align: center;
    border-bottom: 1px dashed #cecece;
}

/* 게시글 없을경우 */
.bbs_PhotoB li.new:after {
    content: "N";
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #f57f17;
}

.bbs_PhotoB li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 1rem 1rem 1rem 14rem;
}

.bbs_PhotoB li a span {
    display: block;
}

.bbs_PhotoB li a .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 13rem;
    height: 9rem;
    background: #f0f0f0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-radius: 0.75rem;
}

.bbs_PhotoB li a .img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bbs_PhotoB li a .img img.vertImg {
    width: 100%;
    height: auto;
}

.bbs_PhotoB li a:hover .img img {
    opacity: 0.4;
}

.bbs_PhotoB li a .img:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    background: url('/images/board/img_photo_plus.png') no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.bbs_PhotoB li a:hover .img:before {
    opacity: 1;
    transform: rotate(360deg);
}

.bbs_PhotoB li a:hover dl dd.cont,
.bbs_PhotoB li a:focus dl dd.cont,
.bbs_PhotoB li a:hover dl dt,
.bbs_PhotoB li a:focus dl dt { text-decoration: underline; }

.bbs_PhotoB li a dl {
    position: relative;
    font-size: 0.8rem;
    color: #454545;
}

.bbs_PhotoB li a dl dt {
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bbs_PhotoB li a dl dd.cont {
    height: 2.4rem;
    line-height: 1.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
    margin-top: 0.5rem;
}

.bbs_PhotoB li a dl dd.util {
    font-size: 0.8rem;
    margin-top: 1.65rem;
}

.bbs_PhotoB li a dl dd.util span {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding-left: 10px;
    color: #222;
}

.bbs_PhotoB li a dl dd.util span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 1px;
    height: 10px;
    background: #cecece;
}

.bbs_PhotoB li a dl dd.util span:first-child {
    margin-left: 0;
    padding-left: 0;
}

.bbs_PhotoB li a dl dd.util span:first-child:before {
    display: none;
}

.bbs_PhotoB li a .more_view {
    position: absolute;
    left: 350px;
    bottom: 0;
    width: 158px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbs_PhotoB li a:hover .more_view {
    color: #fff;
    border-color: #044ca4;
    background: #044ca4;
}

/* 사진형게시판목록 - 스킨C */
.bbs_PhotoC {
    border-top: 2px solid #334265;
}

.bbs_PhotoC:after {
    content: "";
    display: block;
    clear: both;
}

.bbs_PhotoC li {
    position: relative;
    height: 160px;
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
    font-size: 0.75rem;
    color: #666;
}

.bbs_PhotoC li.noDate {
    height: 30px;
    text-align: center;
    border-bottom: 1px dashed #cecece;
}

/* 게시글 없을경우 */
.bbs_PhotoC li.new:after {
    content: "N";
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #f57f17;
}

.bbs_PhotoC li a {
    position: relative;
    display: block;
    height: 100%;
}

.bbs_PhotoC li a span {
    display: block;
}

.bbs_PhotoC li a .img {
    position: relative;
    width: 20%;
    height: 120px;
    float: left;
    background: #000;
    overflow: hidden;
}

.bbs_PhotoC li a .img img {
    position: relative;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbs_PhotoC li a .img img.vertImg {
    width: 100%;
    height: auto;
}

.bbs_PhotoC li a:hover .img img {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1.1,1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1,1.1);
}

.bbs_PhotoC li a .img:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    background: url('/images/board/img_photo_plus.png') no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.bbs_PhotoC li a:hover .img:before {
    opacity: 1;
    transform: rotate(360deg);
}

.bbs_PhotoC li a .img ~ dl {
    width: 77%;
    float: right;
}

/* 이미지가 없을 경우 */
.bbs_PhotoC li a dl {
    position: relative;
    font-size: 0.75rem;
    color: #666;
}

.bbs_PhotoC li a dl dt {
    font-size: 0.9rem;
    line-height: 40px;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bbs_PhotoC li a dl dd.cont {
    height: 40px;
    line-height: 1rem;
    overflow: hidden;
}

.bbs_PhotoC li a dl dd.date {
    margin-top: 10px;
}

/* 사진형게시판목록 - 스킨D */
.bbs_PhotoD { display: flex; flex-wrap: wrap; width: 100%; gap: 2rem 3.55rem; }
.bbs_PhotoD li { width: calc((100% - 10.65rem) / 4); }
[class^="bbs_Photo"] li.noDate { width: 100%; display: flex; align-items: center; justify-content: center; padding: 1rem; border-top: 2px solid #1F1F1F; border-bottom: 1px solid #D9D9D9; font-size: 0.9rem; }
.bbs_PhotoD li .img { display: inline-flex; align-items: center; justify-content: center; background: #F2F2F2; overflow: hidden; width: 100%; padding: 2rem 2.62rem 3.1rem 2.62rem; position: relative; border-radius: 0.75rem; }
.bbs_PhotoD li .img p { display: inline-flex; align-items: center; justify-content: center; font-size: 0; line-height: 0; width: 10.55rem; height: 13.55rem; border-radius: 0.5rem; box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1); overflow: hidden; }
.bbs_PhotoD li .img p img { max-width: 100%; height: 100%; }
.bbs_PhotoD li .img span { position: absolute; display: block; width: calc(100% - 4rem); text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #232323; font-size: 0.9rem; left: 2rem; bottom: 1.1rem; }
.bbs_PhotoD li > a { display: flex; align-items: center; justify-content: space-between; background: #595959; color: #fff; border-radius: 0.5rem; height: 2.5rem; width: 100%; padding: 0 1.25rem; margin-top: 0.75rem; font-size: 0.9rem;  }
.bbs_img .bbs_PhotoD .img .bbs_NoImg { position: relative; height: 12.9rem; width: 100%; display: block; text-align: center; background: #F0F0F0; z-index: 3; }
.bbs_img .bbs_PhotoD .img .bbs_NoImg:before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background: #fff url('/images/board/img_noimg.png') no-repeat center center; z-index: 4; display: flex; align-items: center; justify-content: center; }

/* PDF게시판목록 - 스킨A */
.bbs_PDF:after {
    content: "";
    display: block;
    clear: both;
}

.bbs_PDF li {
    position: relative;
    width: 32%;
    height: 248px;
    padding-top: 30px;
    margin-right: 2%;
    float: left;
    font-size: 0.75rem;
    color: #666;
}

.bbs_PDF li:nth-child(3n) {
    margin-right: 0;
}

.bbs_PDF li:nth-child(n+4) {
    margin-top: 40px;
}

.bbs_PDF li.noDate {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    float: none;
    text-align: center;
    border-bottom: 1px dashed #cecece;
}

/* 게시글 없을경우 */
.bbs_PDF li.new:after {
    content: "N";
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #f57f17;
    z-index: 2;
}

.bbs_PDF li a .img {
    position: absolute;
    left: 20px;
    top: 0;
    width: 135px;
    height: 185px;
    border: 1px solid #cecece;
    background: #000;
    overflow: hidden;
    z-index: 2;
}

.bbs_PDF li a .img img {
    position: relative;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbs_PDF li a .img img.vertImg {
    width: 100%;
    height: auto;
}

.bbs_PDF li a:hover .img img {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1.1,1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1,1.1);
}

/* PDF No Image */
.bbs_PDF li a .img .bbs_NoImgPDF {
    position: relative;
    height: 100%;
    display: block;
    text-align: center;
    background: #fff;
    z-index: 3;
}

.bbs_PDF li a .img .bbs_NoImgPDF:before {
    content: "NO IMAGE";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 20px;
    margin: -40px 0 0 0;
    padding-top: 60px;
    line-height: 1rem;
    font-size: 0;
    color: #777;
    background: url('/images/board/ico_pdf.png') no-repeat center 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
}

.bbs_PDF li a:hover .img .bbs_NoImgPDF {
    background: #f7f9fb;
}

.bbs_PDF li a:hover .img .bbs_NoImgPDF:before {
    background-position: center 0px;
}

.bbs_PDF li a ~ .cont {
    position: relative;
    height: 218px;
    padding: 20px 20px 40px 180px;
    border: 1px solid #cecece;
}

/* 이미지가 없을 경우 타입2 */
.bbs_PDF li .cont {
    position: relative;
    height: 218px;
    padding: 20px 20px 40px 20px;
    border: 1px solid #cecece;
}

.bbs_PDF li:hover .cont {
    border: 1px solid #505c78;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.bbs_PDF li .cont p a {
    display: block;
    height: 60px;
    line-height: 1rem;
    font-size: 16px;
    color: #111;
    font-weight: 400;
    overflow: hidden;
}

.bbs_PDF li .cont a.down {
    position: absolute;
    right: 20px;
    bottom: 60px;
    display: block;
    width: 90px;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    font-size: 13px;
    color: #777;
    border: 1px solid #e5e5e5;
    background: url('/images/board/ico_Vfile.png') no-repeat 90% center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbs_PDF li .cont a.down:hover {
    color: #111;
    border: 1px solid #505c78;
}

.bbs_PDF li div.util {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    border-top: 1px dashed #cecece;
    overflow: hidden;
    z-index: 2;
}

.bbs_PDF li div.util span.date {
    display: block;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 44px;
    background: url('/images/board/ico_photo_date.png') no-repeat left center;
}

.bbs_PDF li div.util span.rdcnt {
    display: block;
    float: right;
    margin-right: 20px;
    padding-left: 20px;
    line-height: 44px;
    background: url('/images/board/ico_photo_rdcnt.png') no-repeat left center;
}

/* No Image */
.bbs_img a div.img .bbs_NoImg {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    background: #F0F0F0;
    z-index: 3;
}

.bbs_img a div.img .bbs_NoImg:before {
    content: "NO IMAGE";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 20px;
    margin: -40px 0 0 0;
    padding-top: 60px;
    line-height: 1rem;
    font-size: 13px;
    color: #777;
    background: url('/images/board/img_noimg.png') no-repeat center 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
}

.bbs_img a:hover div.img .bbs_NoImg {
    background: #ebeff2;
}

.bbs_img a:hover div.img .bbs_NoImg:before {
    background-position: center 0px;
}

/* No Video */
.bbs_img a div.img .bbs_NoVideo {
    position: relative;
    height: 100%;
    display: block;
    text-align: center;
    background: #f7f9fb;
    z-index: 3;
}

.bbs_img a div.img .bbs_NoVideo:before {
    content: "NO VIDEO";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 20px;
    margin: -40px 0 0 0;
    padding-top: 60px;
    line-height: 1rem;
    font-size: 13px;
    color: #777;
    background: url('/images/board/img_novideo.png') no-repeat center 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
}

.bbs_img a:hover div.img .bbs_NoVideo {
    background: #ebeff2;
}

.bbs_img a:hover div.img .bbs_NoVideo:before {
    background-position: center 0px;
}

/* FAQ - 스킨A */
.bbs_FaqA {
    border-top: 2px solid #333333;
}

.bbs_FaqA li {
    border-bottom: 1px solid #D9D9D9;
}

.bbs_FaqA li a {
    position: relative;
    display: block;
    padding: 1rem 1rem 1rem 3.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #454545;
}

.bbs_FaqA li a span.faq_arr {
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
    width: 28px;
    height: 28px;
    border: 1px solid #e7e7e7;
}

.bbs_FaqA li a span.faq_arr:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url('/images/board/arr_faq.png') no-repeat right center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbs_FaqA li.on a span.faq_arr:before {
    transform: rotate(180deg);
}

.bbs_FaqA li a:before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 1rem;
    top: 0.73rem;
    width: 1.8rem;
    height: 1.8rem;
    color: #fff;
    font-size: 0.9rem;
    background: #307FE2;
    border-radius: 50%;
}

.bbs_FaqA li div.faq_A {
    position: relative;
    display: none;
    padding: 1rem 1rem 1rem 3.6rem;
    font-size: 0.8rem;
    color: #454545;
    font-weight: 400;
    border-top: 1px solid #d2d7dc;
    background: #F5F5F5;
}

.bbs_FaqA li div.faq_A:before {
    content: "A";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 1rem;
    top: 0.73rem;
    width: 1.8rem;
    height: 1.8rem;
    color: #fff;
    font-size: 0.9rem;
    background: #595959;
    border-radius: 50%;
}

.bbs_FaqA li div.faq_A .btns { margin: 0.5rem 0 0 0; }
.bbs_FaqA li div.faq_A .btns .btn_gr { color: #233C67 !important; margin: 0 !important; }
.bbs_FaqA li div.faq_A .btns .btn_gr:hover,
.bbs_FaqA li div.faq_A .btns .btn_gr:focus { color: #fff !important; }

/* 게시판 리스트 :End ********************************************************************************************************************************************************************************************************************************/
/* 게시판 View :Start ********************************************************************************************************************************************************************************************************************************/
.bbs_ViewA > h3 {
    padding: 1rem;
    text-align: start;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333333;
    border-top: 2px solid #333333;
    border-bottom: 1px dashed #D9D9D9;
}

.bbs_ViewA > h3 .comment {
    margin-right: 5px;
    padding: 3px 5px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 200;
    color: #fff;
    background: #53709a;
}

.bbs_ViewA .bbsV_data {
    padding: 0.8rem 1rem;
    text-align: start;
    border-bottom: 1px solid #595959;
    background: #f8f9fc;
    display: flex;
    flex-wrap: wrap; 
    gap: 0.5rem 1rem;
}

.bbs_ViewA .bbsV_data li {
    position: relative;
    display: inline-block;
    color: #454545;
    font-size: 0.9rem;
    font-weight: 400;
    padding-left: 0.65rem;
}

.bbs_ViewA .bbsV_data li::before { position: absolute; content: ""; left: 0; top: 0.55rem; background: #003081; width: 0.2rem; height: 0.2rem; }


/* .bbs_ViewA .bbsV_data li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 10px;
    background: #b7b7b7;
}

.bbs_ViewA .bbsV_data li:first-child:before {
    display: none;
} */

.bbs_ViewA .bbsV_data li strong {
    margin-right: 0.4rem;
    color: #454545;
    font-weight: 700;
}

.bbs_ViewA .bbsV_cont {
    position: relative;
    margin: 50px 0;
}

.bbs_ViewA .bbsV_cont img {
    max-width: 100%;
}

/* 뷰페이지 큰 이미지 출력시 가로 스크롤 방지 */
/* 뷰페이지 에디터로 글 작성시 common.css 영향 받는 스타일 수정 */
.bbs_ViewA .bbsV_cont ul {
    margin-left: 20px;
    list-style-type: disc;
}

.bbs_ViewA .bbsV_cont ul li {
    list-style-type: disc;
}

.bbs_ViewA .bbsV_cont ol {
    margin-left: 20px;
    list-style-type: decimal;
}

.bbs_ViewA .bbsV_cont ol li {
    list-style-type: decimal;
}

.bbs_ViewA .bbsV_cont b {
    font-weight: bold;
}

.bbs_ViewA .bbsV_cont i {
    font-style: italic;
}

/* 사진게시판일 경우 */
.bbsV_cont .slider-view {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.bbsV_cont .slider-view .slick-slide {
    float: left;
    width: 100%;
    height: auto;
    min-height: 1px;
    vertical-align: middle;
    text-align: center;
}

.bbsV_cont .slider-view .slick-slide.slick-current img {
    max-width: 100%;
}

.bbsV_cont .slider-nav {
    position: relative;
    height: 174px;
    margin: 20px 0;
    line-height: 0;
    font-size: 0;
    border: 2px solid #efefef;
    overflow: hidden;
}

.bbsV_cont .slider-nav .slick-list {
    margin: 0 80px;
}

.bbsV_cont .slider-nav .slick-slide {
    display: inline-block;
}

.bbsV_cont .slider-nav .slick-slide a {
    position: relative;
    display: block;
    height: 110px;
    margin: 30px 20px;
    background: #eee;
    overflow: hidden;
}

.bbsV_cont .slider-nav .slick-slide img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bbsV_cont .slider-nav .slick-slide img.vertImg {
    width: 100%;
    height: auto;
}

.bbsV_cont .slider-nav .slick-slide a:hover:after, .bbsV_cont .slider-nav .slick-slide a:focus:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #c8d1db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bbsV_cont .slider-nav .slick-slide.slick-current a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #044ca4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bbsV_cont .slider-nav .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 20px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbsV_cont .slider-nav .slick-prev {
    left: 20px;
    background: #f2f2f2 url('/images/board/bbsV_Photo_prev.png') no-repeat center;
}

.bbsV_cont .slider-nav .slick-next {
    right: 20px;
    background: #f2f2f2 url('/images/board/bbsV_Photo_next.png') no-repeat center;
}

.bbsV_cont .slider-nav .slick-prev:hover, .bbsV_cont .slider-nav .slick-prev:focus {
    background: #266ed4 url('/images/board/bbsV_Photo_prev_on.png') no-repeat center;
}

.bbsV_cont .slider-nav .slick-next:hover, .bbsV_cont .slider-nav .slick-next:focus {
    background: #266ed4 url('/images/board/bbsV_Photo_next_on.png') no-repeat center;
}

/* 첨부파일 */
.bbsV_atchmnfl {
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.bbsV_atchmnfl dl {
    position: relative;
}

.bbsV_atchmnfl dt {
    font-weight: 700;
    color: #454545;
    text-align: start;
    font-size: 1rem;
}

.bbsV_atchmnfl dl + dl { margin-top: 1rem; }

.bbsV_atchmnfl dt span {
    height: 100%;
    vertical-align: middle;
}

.bbsV_atchmnfl dd {
    margin-top: 0.6rem;
}

.bbsV_atchmnfl dd ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
}

.bbsV_atchmnfl dd ul li { width: 100%; }

.bbsV_atchmnfl dd ul.bbsV_file li { width: 100%; }

.bbsV_atchmnfl dd ul.bbsV_file li a {
    display: block;
    padding: 0.8rem;
    color: #454545;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #CDD1D5;
    border-radius: 0.4rem;
    padding-right: 3rem;
}

.bbsV_atchmnfl dd ul.bbsV_file li a::before { top: 50%; transform: translateY(-50%); right: 1rem; width: 1.5rem; height: 1.5rem; font-size: 0.8rem; display: none; }

.bbsV_atchmnfl dd ul.bbsV_file li a:hover, .bbsV_atchmnfl dd ul.bbsV_file li a:focus {
    color: #333;
    text-decoration: underline;
}

.bbsV_atchmnfl dd ul.bbsV_downCO li {
    position: relative;
    width: 100%;
    border: 1px solid #CDD1D5;
    border-radius: 0.4rem;
    padding: 0.8rem;
    color: #454545;
    display: block;
    padding-right: 4.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.85rem;
}

.bbsV_atchmnfl dd ul.bbsV_downCO li span {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.bbsV_atchmnfl dd ul.bbsV_downCO li a {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    padding: 2px 10px;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
    background: #99a3b0;
}

.bbsV_atchmnfl dd ul.bbsV_downCO li a:hover, .bbsV_atchmnfl dd ul.bbsV_downCO li a:focus {
    text-decoration: underline;
    background: #747f8c;
}

/* 200402 게시글 이동 추가 */
.bbsV_PostMove dl {
    position: relative;
    margin-top: 1.5rem;
    padding: 1.5rem 2rem 1.5rem 8.1rem;
    border-radius: 0.4rem;
    background: #515761;
}

.bbsV_PostMove dl dt {
    position: absolute;
    left: 0;
    top: 1.5rem;
    width: 8.1rem;
    line-height: 2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.bbsV_PostMove dl dd {
    position: relative;
    padding-right: 2.5rem;
}

.bbsV_PostMove dl dd select {
    width: 100%;
    height: 2rem;
    font-size: 0.8rem;
    line-height: 1.9rem;
    vertical-align: middle;
    border: 1px solid #ccc;
    background: #fff url('/images/common/sel_arrow.png') right 0.65rem center no-repeat;
}

.bbsV_PostMove dl dd .btn_PostMove {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    text-align: center;
    color: #fff;
    line-height: 1.9rem;
    color: #515761;
    /* border: 1px solid #27374a; */
    background: #FFFFFF;
    margin: 0;
    font-size: 1rem;
    padding: 0;
    font-weight: 500;
}

.bbsV_PostMove dl dd .btn_PostMove i { padding: 0; margin: 0; line-height: 1; }

/* 댓글 */
.bbsV_answer { margin-top: 2rem; }

.bbsV_answer .bbsV_answInfo {
    position: relative;

}

.bbsV_answer .bbsV_answInfo p {
    font-weight: 600;
    font-size: 0.9rem;
    color: #121212;
}

.bbsV_answer .bbsV_answInfo p strong {
    color: #2768FF;
    font-weight: 600;
}

.bbsV_answer .bbsV_answInfo .ansTxt {
    display: block;
    padding: 0.85rem 1.4rem;
    border: 1px solid #2768FF;
    color: #2768FF;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 0.4rem;
    margin-top: 0.6rem;
    line-height: 0.95rem;
}

.bbsV_answer .bbsV_answInfo .ansTxt span { position: relative; padding-left: 1rem; }
.bbsV_answer .bbsV_answInfo .ansTxt span::before { position: absolute; content: "\ee58"; width: 0.8rem; height: 0.95rem; display: inline-flex; align-items: center; justify-content: center; left: 0; top: 0; color: #2768FF; font-family: 'remixicon'; }

/* 댓글 입력 폼 */
.bbsV_answer .bbsV_answWrite {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #D9D9D9;
}

.bbsV_answer .bbsV_answWrite .answer_nmpw {
    padding: 10px 25px;
    overflow: hidden;
}

.bbsV_answer .bbsV_answWrite .answer_nmpw p label {
    margin-right: 10px;
    font-weight: 400;
    color: #222;
}

.bbsV_answer .bbsV_answWrite .answer_nmpw p input {
    width: 178px;
    height: 28px;
    line-height: 28px;
    font-size: 0.75rem;
    border: 1px solid #e5e5e5;
}

.bbsV_answer .bbsV_answWrite .answer_nmpw p.answer_name {
    float: left;
}

.bbsV_answer .bbsV_answWrite .answer_nmpw p.answer_pw {
    float: right;
}

.bbsV_answer .bbsV_answWrite fieldset { position: relative; padding: 0 0 0 3.25rem !important; margin: 0 !important; border: none !important; }
.bbsV_answer .bbsV_answWrite fieldset .anwImg { width: 2.5rem; height: 2.5rem; display: inline-flex; align-items: center; justify-content: center; font-size: 0; line-height: 0; background: #233c67; border-radius: 50%; left: 0; top: 0; position: absolute; }
.bbsV_answer .bbsV_answWrite fieldset .anwImg img { max-width: 2.5rem; }

.bbsV_answer .bbsV_answWrite .answer_txt {
    padding: 1.25rem 1.5rem 3.6rem;
    /* border: 1px solid #B2BBCE; */
    background: #F2F2F2;
    /* border-radius: 0.5rem; */
}

.bbsV_answer .bbsV_answWrite .answer_txt textarea {
    width: 100%;
    height: 4.5rem;
    color: #666666;
    font-size: 0.9rem;
    font-weight: 300;
    border: 1px solid #D9D9D9;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    /* border-radius: 0.3rem; */
    padding: 1rem;
}

.bbsV_answer .bbsV_answWrite .insertCmnt {
    position: absolute; bottom: 1.25rem; right: 1.5rem;
    margin: 0;
}

/* 댓글 :리스트 */
.bbsV_answer .bbsV_answList {
    margin-top: 2rem;
    border-top: 1px solid #B2BBCE;
    padding-top: 2rem;
}

.bbsV_answer .bbsV_answList > li {
    position: relative;
    padding: 0 0 0 3.25rem;
    font-size: 0.75rem;
    /* border-bottom: 1px solid #B2BBCE; */
}

.bbsV_answer .bbsV_answList > li + li { margin-top: 1.5rem; }

.bbsV_answer .bbsV_answList > li .anwImg { width: 2.5rem; height: 2.5rem; display: inline-flex; align-items: center; justify-content: center; font-size: 0; line-height: 0; background: #233c67; border-radius: 50%; left: 0; top: 0; position: absolute; }
.bbsV_answer .bbsV_answList > li .anwImg img { max-width: 2.5rem; }

.bbsV_answer .bbsV_answList > li dl { background: #F2F2F2; padding: 1.5rem 2rem 4.25rem; }

.bbsV_answer .bbsV_answList > li dl dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #121212;
    font-weight: bold;
    gap: 0.5rem;
    line-height: 1.3;
    font-size: 1rem;
}

.bbsV_answer .bbsV_answList > li dl dt span.date { color: #141414; font-weight: 400; position: relative; padding-left: 1rem; font-size: 0.8rem; }
.bbsV_answer .bbsV_answList > li dl dt span.date::before { position: absolute; content: "\f20f"; left: 0; font-family: 'remixicon'; display: inline-flex; align-items: center; justify-content: center; top: 0; }

.bbsV_answer .bbsV_answList > li dl dd { padding: 0.5rem; font-size: 0.9rem; font-weight: 400; color: #454545; word-break: break-all; margin-top: 0.5rem; }

.bbsV_answer .bbsV_answList > li dl dd.bbsV_answUpt { padding: 0; margin-top: 1rem; }
.bbsV_answer .bbsV_answList > li dl dd.bbsV_answUpt textarea { height: 7.4rem; width: 100%; padding: 1rem; font-size: 0.9rem; color: #454545; font-weight: 400; box-shadow: 0px 0px 10px rgba(0,0,0,0.05); border: none; }

.bbsV_answer .bbsV_answList > li.no_answer {
    color: #333;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    border-top: none;
    background: url('/images/board/pt_diagonalG50.png') repeat;
}

.bbsV_answer .bbsV_answList > li ul {
    position: relative;
    margin-top: 15px;
    padding-left: 30px;
    border-top: 1px solid #e5e5e5;
}

.bbsV_answer .bbsV_answList > li ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    padding-bottom: 15px;
    background: url('/images/board/pt_diagonalg.png') repeat;
    border-radius: 0 0 5px 5px;
}

.bbsV_answer .bbsV_answList > li ul li {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}

.bbsV_answer .bbsV_answList > li ul li:first-child {
    border-top: 0;
}

.bbsV_answer .bbsV_answList > li ul li dl dt {
    color: #274b9f;
}

/* 댓글 :날짜 및 댓글달기, 수정, 삭제 버튼 */
.bbsV_answer .bbsV_answList li .answ_etc {
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
    display: flex; 
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: end;
}

.bbsV_answer .bbsV_answList li .answ_etc a { margin: 0 !important; }

.bbsV_answer .bbsV_answList li .answ_etc span.date {
    padding: 0 0.25rem;
    font-size: 0.8rem;
}

/* 댓글 :수정 및 댓댓글쓰기 */

.bbsV_answer .bbsV_answList li .bbsV_answWrite .btn_boxRight {
    float: right;
    overflow: hidden;
}

.bbsV_answer .bbsV_answList li .bbsV_answWrite .btn_boxRight button {
    display: block;
    float: left;
    padding: 15px 20px;
    line-height: 1rem;
    color: #fff;
}

.bbsV_answer .bbsV_answList li .bbsV_answWrite .btn_boxRight .btnModifi {
    background: #666;
}

.bbsV_answer .bbsV_answList li .bbsV_answWrite .btn_boxRight .btnModifi:hover, .bbsV_answer .bbsV_answList li .bbsV_answWrite .btn_boxRight .btnModifi:focus {
    background: #555;
}

.bbsV_answer .bbsV_answList li .bbsV_answWrite .btn_boxRight .btnCancel {
    background: #444;
}

.bbsV_answer .bbsV_answList li .bbsV_answWrite .btn_boxRight .btnCancel:hover, .bbsV_answer .bbsV_answList li .bbsV_answWrite .btn_boxRight .btnCancel:focus {
    background: #333;
}

/* 댓글 :수정 및 삭제 시 패스워드 입력 */
.answer_updt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,0.9);
}

.answer_updt p {
    margin: 15px 0 5px;
    font-size: 0.8rem;
    color: #111;
    font-weight: 400;
}

.answer_updt input {
    width: 200px;
    height: 28px;
    line-height: 28px;
    font-size: 0.75rem;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.answer_updt .btnCnfirm {
    display: inline-block;
    padding: 5px 25px 4px;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #25282d;
    background: #41464e;
}

.answer_updt .btnCancl {
    display: inline-block;
    padding: 5px 25px 4px;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #7d8489;
    background: #92999e;
}

/* 다음글 이전글 */
.bbsV_prne {
    margin-top: 1.25rem;
    border-top: 1px solid #595959;
}

.bbsV_prne li {
    position: relative;
    padding: 0.75rem 1rem 0.75rem 7.5rem;
    border-bottom: 1px solid #595959;
    font-size: 0.95rem;
}

.bbsV_prne li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6rem;
    height: 100%;
    font-weight: 700;
    color: #454545;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bbsV_prne li span strong { position: relative; padding-left: 1.5rem; font-weight: 700; }  
.bbsV_prne li span strong::before { position: absolute; content: "\ea4e"; left: 0; top: 50%; transform: translateY(-50%); color: #454545; font-size: 1.15rem; font-family: 'remixicon'; font-weight: 400; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }

.bbsV_prne li.prev span strong::before { transform: translateY(-50%) rotate(180deg); }


.bbsV_prne li a {
    display: block;
    color: #454545;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bbsV_prne li a:hover, .bbsV_bbsV_prne li a:focus {
    color: #333;
    text-decoration: underline;
}

/* 게시판 View :End ********************************************************************************************************************************************************************************************************************************/
/* 게시판 Write ********************************************************************************************************************************************************************************************************************************/
/* 게시판 Write A */
.bbs_WriteA {
    font-size: 0.75rem;
    border-top: 2px solid #505c78;
}

.bbs_WriteA table th {
    padding: 0.75rem 0.5rem;
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: left;
    border-bottom: 1px solid #eaecf1;
    background: #f9f9f9;
}

.bbs_WriteA table td {
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #eaecf1;
}

.bbs_WriteA table td textarea {
    width: 100%;
    height: 10rem;
    border: 1px solid #595959;
    border-radius: 0.4rem;
    padding: 0.8rem 1rem;
    color: #595959;
}

.bbs_WriteA table td input, .bbs_WriteA table td label {
    vertical-align: middle;
}

.bbs_WriteA table td input.inpTxt { width: 100%; min-width: auto; height: 2.65rem; border-radius: 0.4rem; border: 1px solid #595959; color: #595959; }

.bbs_WriteA table .rdoWrap ul { display: flex; flex-wrap: wrap; gap: 0.25rem 0; }

/* 게시판 Write B */
.bbs_WriteB {
    font-size: 0.75rem;
    border-top: 2px solid #505c78;
}

.bbs_WriteB > li {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #eaecf1;
}

.bbs_WriteB > li dl.tblDL {
    display: table-row;
    width: 100%;
}

.bbs_WriteB > li dl.tblDL dt, .bbs_WriteB > li dl.tblDL dd {
    display: table-cell;
    vertical-align: middle;
}

.bbs_WriteB > li dl.tblDL dt {
    width: 20%;
    padding: 0.65rem 0.5rem;
    color: #111;
    font-weight: 400;
    text-align: left;
    background: #f9fafb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bbs_WriteB > li dl.tblDL dd {
    width: 80%;
    padding: 0.65rem 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bbs_WriteB > li.col2 dl.tblDL dd {
    width: 30%;
}

.bbs_WriteB > li dl.tblDL dd textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
}

.bbs_WriteB > li dl.tblDL dd input, .bbs_WriteB > li dl.tblDL dd label {
    vertical-align: middle;
}

.bbs_WriteB > li dl.bbsWFile2 {
    margin: 13px 0;
}

/* 게시판 공통 :필수입력, ※ 표시, 파일첨부 */
.essntl {
    margin: 0 5px;
    color: #c81917;
}

/* 필수입력 */
.bbs_atte {
    position: relative;
    padding-left: 16px;
    font-size: 0.75rem;
}

/* 부가설명 */
.bbs_atte:before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/* 파일첨부 :Start ********************************************************************************************************************************************************************************************************************************/
/* 파일첨부1 :Write */
.bbsWFile {
    position: relative;
}

.bbsWFile input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0,0,0,0);
    overflow: hidden;
}

.bbsWFile input[readonly] {
    width: 30%;
    background: #eee;
}

.bbsWFile label.bbsWBtn {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    padding: 0 15px;
    line-height: 28px;
    color: #555;
    border: 1px solid #cdcdcd;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbsWFile label.bbsWBtn:hover, .bbsWFile label.bbsWBtn:focus {
    color: #fff;
    border: 1px solid #394b61;
    background: #394b61;
}

/* 파일첨부2 :Write */
.bbsWFile2 {
    position: relative;
}

.bbsWFile2 dt {
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background: #394b61;
}

.bbsWFile2 dd#fileListDiv {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-top: none;
    background: #f9fafb;
}

.bbsWFile2 dd#fileListDiv p.bbs_atte {
    padding-bottom: 10px;
}

.bbsWFile2 dd#fileListDiv ul {
    max-height: 170px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
    overflow-y: auto;
}

.bbsWFile2 dd#fileListDiv ul li {
    position: relative;
    padding: 10px 120px 10px 0;
    border-top: 1px dotted #ddd;
}

.bbsWFile2 dd#fileListDiv ul li:first-child {
    border-top: none;
}

.bbsWFile2 dd#fileListDiv ul li span.fileName {
    display: block;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bbsWFile2 dd#fileListDiv ul li span.fileSize {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 0.75rem;
    color: #666;
}

.bbsWFile2 dd#fileListDiv ul li a.delete {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 17px;
    height: 17px;
    text-indent: -10000em;
    background: #58687b url('/images/board/btn_bbsWFile_del.png') no-repeat center;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbsWFile2 dd#fileListDiv ul li a.delete:hover, .bbsWFile2 dd#fileListDiv ul li a.delete:focus {
    background-color: #384350;
}

.bbsWFile2 dd#fileListDiv a.button_file {
    position: absolute;
    right: 20px;
    top: 7px;
    display: block;
    padding: 4px 10px;
    color: #fff;
    font-size: 0.75rem;
    border: 1px solid #fff;
    /* border-radius: 3px; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbsWFile2 dd#fileListDiv a.button_file:hover, .bbsWFile2 dd#fileListDiv a.button_file:focus {
    color: #222;
    background: #fff;
}

/* 파일첨부 :End ********************************************************************************************************************************************************************************************************************************/
/* 게시판 버튼 공통 :Start ********************************************************************************************************************************************************************************************************************************/
.btn_bbs {
    margin: 20px 0;
    text-align: center;
}

.btn_bbs a {
    display: inline-block;
    margin: 2px;
    padding: 12px 30px;
    line-height: 24px;
    font-size: 0.8rem;
    /* color: #fff; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_bbs a span {
    position: relative;
    display: block;
}

.btn_bbs a span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_bbs a:hover span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    margin-left: -50%;
}

.btn_bbs a.btn_bbs_Write {
    padding-left: 55px;
    border: 1px solid #007367;
    background: #00897b url('/images/board/btn_bbs_write.png') no-repeat 30px center;
}

.btn_bbs a.btn_bbs_Write:hover, .btn_bbs a.btn_bbs_Write:focus {
    background-color: #007367;
}

.btn_bbs a.btn_bbs_List {
    padding-left: 55px;
    border: 1px solid #00377b;
    background: #044ca4 url('/images/board/btn_bbs_list.png') no-repeat 30px center;
}

.btn_bbs a.btn_bbs_List:hover, .btn_bbs a.btn_bbs_List:focus {
    background-color: #00377b;
}

.btn_bbs a.btn_bbs_Del {
    padding-left: 55px;
    border: 1px solid #27374a;
    background: #394b61 url('/images/board/btn_bbs_del.png') no-repeat 30px center;
}

.btn_bbs a.btn_bbs_Del:hover, .btn_bbs a.btn_bbs_Del:focus {
    background-color: #27374a;
}

.btn_bbs a.btn_bbs_Bas {
    border: 1px solid #5a6271;
    background: #727a88;
}

.btn_bbs a.btn_bbs_Bas:hover, .btn_bbs a.btn_bbs_Bas:focus {
    background: #5a6271;
}

.btn_bbs a.btn_bbs_BasL {
    padding: 11px 29px;
    color: #444;
    border: 2px solid #5a6271;
    background: #fff;
}

.btn_bbs a.btn_bbs_BasL:hover, .btn_bbs a.btn_bbs_BasL:focus {
    color: #044ca4;
    border-color: #044ca4;
    background: #f7f7f7;
}

.btn_bbs a.btn_bbs_BasL span:before {
    background: #044ca4;
}

/* 게시판 버튼 공통 :End ********************************************************************************************************************************************************************************************************************************/
/* 페이징 :Start ********************************************************************************************************************************************************************************************************************************/
/* 페이징 - 스킨A */
.bbs_pagerA {
    margin: 3rem 0 0 0 ;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

.bbs_pagerA a, .bbs_pagerA span, .bbs_pagerA strong {
    display: inline-block;
    margin: 0 2px;
    border-radius: 1rem;
    vertical-align: middle;
}

.bbs_pagerA div {
    display: inline-block;
    margin: 0 0.25rem;
}

.bbs_pagerA .bbs_arr {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    text-indent: -10000em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background: #F0F0F0;
    color: #000000;
}

.bbs_pagerA .bbs_arr::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'remixicon'; font-size: 1rem; }

.bbs_pagerA .bbs_arr:hover, .bbs_pagerA .bbs_arr:focus {
    background-color: #233C67;
    color: #fff;
}

.bbs_pagerA .pgeL1::before {
    content: "\ea64";
}

.bbs_pagerA .pgeL2::before {
    content: "\f2e3";
}

.bbs_pagerA .pgeR1::before {
    content: "\ea6e";
}

.bbs_pagerA .pgeR2::before {
    content: "\f2e5";
}

.bbs_pagerA .bbs_pge_num {
    min-width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.8rem;
}

.bbs_pagerA .bbs_pge_num:hover, .bbs_pagerA .bbs_pge_num:focus {
    color: #555;
    background: #ededed;
}

.bbs_pagerA strong.bbs_pge_num, .bbs_pagerA strong.bbs_pge_num:hover, .bbs_pagerA strong.bbs_pge_num:focus {
    color: #fff;
    font-weight: 400;
    background: #307FE2;
}

/* color */
/* 페이징 - 스킨B */
.bbs_pagerB {
    margin: 20px 0;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

.bbs_pagerB a, .bbs_pagerB span, .bbs_pagerB strong {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.bbs_pagerB div {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #bfbfbf;
}

.bbs_pagerB .bbs_arr {
    width: 33px;
    height: 33px;
    margin: 0 2px;
    line-height: 33px;
    text-indent: -10000em;
    border: 1px solid #bfbfbf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bbs_pagerB .bbs_arr:hover, .bbs_pagerB .bbs_arr:focus {
    background-color: #f7f7f7;
    border-color: #b1b1b1;
}

.bbs_pagerB .bbs_arr.pgeL1:hover, .bbs_pagerB .bbs_arr.pgeL1:focus, .bbs_pagerB .bbs_arr.pgeL2:hover, .bbs_pagerB .bbs_arr.pgeL2:focus {
    background-position: -3px center;
}

.bbs_pagerB .bbs_arr.pgeR1:hover, .bbs_pagerB .bbs_arr.pgeR1:focus, .bbs_pagerB .bbs_arr.pgeR2:hover, .bbs_pagerB .bbs_arr.pgeR2:focus {
    background-position: 3px center;
}

.bbs_pagerB .pgeL1 {
    background: url('/images/board/bbs_PBarrL1.png') no-repeat center;
}

.bbs_pagerB .pgeL2 {
    background: url('/images/board/bbs_PBarrL2.png') no-repeat center;
}

.bbs_pagerB .pgeR1 {
    background: url('/images/board/bbs_PBarrR1.png') no-repeat center;
}

.bbs_pagerB .pgeR2 {
    background: url('/images/board/bbs_PBarrR2.png') no-repeat center;
}

.bbs_pagerB .bbs_pge_num {
    min-width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 0.8rem;
    border-left: 1px solid #bfbfbf;
}

.bbs_pagerB .bbs_pge_num:first-child {
    border-left: none;
}

.bbs_pagerB .bbs_pge_num:hover, .bbs_pagerB .bbs_pge_num:focus {
    color: #555;
    background: #ededed;
}

.bbs_pagerB strong.bbs_pge_num, .bbs_pagerB strong.bbs_pge_num:hover, .bbs_pagerB strong.bbs_pge_num:focus {
    position: relative;
    color: #fff;
    font-weight: 400;
    background: #044ca4;
}

/* color */
.bbs_pagerB strong.bbs_pge_num:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #044ca4;
}

/* 페이징 :End ********************************************************************************************************************************************************************************************************************************/
/* 비밀번호 찾기 :Start *******************************************************************************************************************************************************************************************************/
.pwCnfirm_box {
    max-width: 600px;
    margin: 0 auto;
    padding: 45px;
    text-align: center;
    border: 1px solid #bfbfbf;
}

.pwCnfirm_box label {
    display: block;
    margin-bottom: 10px;
    padding-top: 120px;
    font-size: 0.75rem;
    background: url('/images/board/ico_pwCnfirm.png') no-repeat center top;
}

.pwCnfirm_box input {
    width: 100%;
    height: 43px;
    padding: 0 15px;
    line-height: 43px;
    font-size: 0.75rem;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pwCnfirm_box p {
    margin-top: 10px;
    line-height: 0;
    font-size: 0;
}

.pwCnfirm_box p a {
    display: inline-block;
    width: 49%;
    height: 40px;
    margin: 2px 0.5%;
    font-size: 0.75rem;
    line-height: 38px;
    color: #fff;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pwCnfirm_box p .btn_pwCnfirmB {
    border: 1px solid #00397f;
    background: #044ca4;
}

.pwCnfirm_box p .btn_pwCnfirmB:hover {
    background-color: #00397f;
}

.pwCnfirm_box p .btn_pwCnfirmG {
    border: 1px solid #8e939b;
    background: #a5aab1;
}

.pwCnfirm_box p .btn_pwCnfirmG:hover {
    background-color: #8e939b;
}

/* 비밀번호 찾기 :End *******************************************************************************************************************************************************************************************************/
@media (max-width: 1440px) {
    .bbs_PhotoD li { width: calc((100% - 7.1rem) / 3); }
    .bbs_PhotoD li .img p { height: auto; }

    .bbs_PhotoA li { width: calc((100% - 3.75rem) / 4); }
}

@media (max-width: 1024px) {
    .bbs_PhotoA li { width: calc((100% - 2.5rem) / 3); }
}

@media (max-width: 1000px) {
    /* 게시판 리스트 :Start ********************************************************************************************************************************************************************************************************************************/ /* PDF게시판목록 - 스킨A */ .bbs_PDF li {
        width:49%;
    }

    .bbs_PDF li:nth-child(3n) {
        margin-right: 2%;
    }

    .bbs_PDF li:nth-child(2n) {
        margin-right: 0;
    }

    .bbs_PDF li:nth-child(n+3) {
        margin-top: 20px;
    }

    /* 게시판 리스트 :End ********************************************************************************************************************************************************************************************************************************/
    /* 게시판 View :Start ********************************************************************************************************************************************************************************************************************************/
    /* 사진게시판일 경우 
	.bbsV_cont .slider-nav {height:150px; padding:0 80px;}
	.bbsV_cont .slider-nav .slick-slide {width:24%; height:110px; margin:20px 0.5%;}
	*/
    .bbsV_cont .slider-nav .slick-list {
        margin: 0 50px;
    }

    /* 게시판 View :End ********************************************************************************************************************************************************************************************************************************/
    /* 게시판 Write :Start ********************************************************************************************************************************************************************************************************************************/

    .bbs_WriteA table td .bbs_atte {
        display: block;
    }

    .bbs_WriteB dl.tblDL dd .bbs_atte {
        display: block;
    }

    /* 게시판 Write :End ********************************************************************************************************************************************************************************************************************************/
    /* 파일첨부 :Start ********************************************************************************************************************************************************************************************************************************/
    /* 파일첨부1 :Write */
    .bbsWFile {
        padding-right: 75px;
    }

    .bbsWFile input[readonly] {
        width: 100%;
    }

    .bbsWFile label.bbsWBtn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 0.5rem;
    }

    /* 파일첨부2 :Write */
    .bbsWFile2 dt {
        padding: 10px;
    }

    .bbsWFile2 dd#fileListDiv {
        padding: 10px;
    }

    .bbsWFile2 dd#fileListDiv a.button_file {
        right: 10px;
    }

    /* 파일첨부 :End ********************************************************************************************************************************************************************************************************************************/
}

@media (max-width: 900px) {
    /* 게시판 리스트 :Start ********************************************************************************************************************************************************************************************************************************/ /* 사진형게시판목록 - 스킨A */ 
    .bbs_PhotoA li {
        width: calc((100% - 1.25rem) / 2);
    }

    /* 사진형게시판목록 - 스킨B */
    .bbs_PhotoB li a {
        padding-left: 250px;
    }

    .bbs_PhotoB li a .img {
        width: 220px;
    }

    .bbs_PhotoB li a .more_view {
        left: 250px;
    }

    /* 사진형게시판목록 - 스킨D */
    .bbs_PhotoD { gap: 2rem; }
    .bbs_PhotoD li { width: calc((100% - 4rem) / 3); }
    .bbs_PhotoD li .img { padding: 1.5rem 1.5rem 3rem 1.5rem; }
    .bbs_PhotoD li .img span { width: calc(100% - 3rem); left: 1.5rem;  bottom: 1rem; }

    /* 게시판 리스트 :End ********************************************************************************************************************************************************************************************************************************/
}

@media (max-width: 860px) {
    .bbs_srch { margin-top: 2rem; }
}

@media (max-width: 800px) {
    /* 게시판 리스트 상단 */ .bbs_srch {
        padding:15px 25px;
    }

    /* .bbs_srch select {
        min-width: auto;
        width: 100%;
        margin: 1px 0;
    } */

    .bbs_srch fieldset > div { justify-content: start; }
    .bbs_srch .inputWrap { width: 100%; }
    .bbs_srch .inputWrap input[type='text'] { flex: 1; min-width: auto; }
    .bbs_srch fieldset > div select,
    .bbs_srch .inputWrap input[type='text'],
    .bbs_srch button.btnSearch { height: 2.2rem; }

    .bbs_ViewA .bbsV_data li { font-size: 0.8rem; }
    .bbs_ViewA .bbsV_data li::before { top: 0.45rem; }

    .bbs_srch input.inpTxt {
        width: 100%;
        margin: 1px 0;
    }

    /* 사진형게시판목록 - 스킨D */
    .bbs_PhotoD { gap: 1.5rem; }
    .bbs_PhotoD li { width: calc((100% - 1.5rem) / 2); }
    /* .bbs_PhotoD li .img p,
    .bbs_img .bbs_PhotoD .img .bbs_NoImg { height: 11.5rem; } */

    /* .bbs_srch button {
        width: 100%;
        margin: 1px 0;
        padding: 0 25px;
        background-image: none;
    } */

    /* 게시판 리스트 :Start ********************************************************************************************************************************************************************************************************************************/
    /* 일반형게시판목록 - 스킨A */
    .bbs_ListA table {
        table-layout: auto;
        text-align: left;
    }

    .bbs_ListA table colgroup {
        display: none;
    }

    /* 200325 추가 */
    .bbs_ListA table thead {
        display: none;
    }

    .bbs_ListA table tbody tr {
        position: relative;
        display: block;
        padding: 2.25rem 0 0.7rem;
        border-bottom: 1px solid #c6cace;
    }

    .bbs_ListA table tbody tr:after {
        content: "";
        display: block;
        clear: both;
        overflow: hidden;
    }

    .bbs_ListA table tbody td {
        display: block;
        float: left;
        padding: 0 0.5rem 0 0.5rem;
        border: none;
        background: url('/images/board/bbs_line.png') no-repeat left center;
    }

    .bbs_ListA table tbody td.bbs_tit,
    .bbs_ListA table tbody td.bbs_tit + td { background: none !important; }

    .bbs_ListA table tbody td:first-child {
        display: none;
    }

    /* .bbs_ListA table tbody td:first-child, .bbs_ListA table tbody td:last-child, .bbs_ListA table tbody td.bbs_tit {
        background: none;
    } */

    .bbs_ListA table tbody td.bbs_tit {
        position: absolute;
        left: 0;
        top: 0.5rem;
        width: 100%;
        padding: 0 0.5rem;
        float: none;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bbs_ListA table tbody td.bbs_tit a {
        color: #222;
    }

    .bbs_ListA table tbody tr.noti td:first-child {
        display: block;
        position: absolute;
        left: 0.5rem;
        top: 0.5rem;
        padding: 0;
        width: 2.5rem;
    }

    .bbs_ListA table tbody tr.noti td.bbs_tit {
        padding: 0 0 0 3.5rem;
    }

    .bbs_ListA table tbody tr td.none { display: none; }

    .bbs_ListA table tbody tr.no_date {
        padding: 10px 0;
    }

    .bbs_ListA table tbody tr.no_date td {
        display: block;
        float: none;
        text-align: center;
    }

    /* 첨부파일 레이어 */
    .file_lyrBox {
        position: inherit;
    }

    .file_lyrBox .file_lyr {
        top: 70px;
        max-width: 100%;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* 사진형게시판목록 상단 :공통 */
    .bbs_Photo_top {
        padding: 1rem;
    }

    .bbs_Photo_top a .img {
        width: 100%;
        float: none;
    }

    .bbs_Photo_top .txt {
        width: 100%;
        height: auto;
        float: none;
    }

    .bbs_Photo_top .txt a.more_view {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 1rem auto 0;
    }

    /* 사진형게시판목록 - 스킨C */
    .bbs_PhotoC li a .img {
        width: 32%;
    }

    .bbs_PhotoC li a .img ~ dl {
        width: 65%;
    }

    /* 이미지가 없을 경우 */
    /* 게시판 리스트 :End ********************************************************************************************************************************************************************************************************************************/
    /* 페이징 :Start ********************************************************************************************************************************************************************************************************************************/
    /* 페이징 - 스킨A */
    .bbs_pagerA .bbs_pge_num {
        display: none;
    }

    .bbs_pagerA strong.bbs_pge_num, .bbs_pagerA strong.bbs_pge_num:hover, .bbs_pagerA strong.bbs_pge_num:focus {
        display: inline-block;
        min-width: auto;
        color: #044ca4;
        background: none;
    }

    /* color */
    .bbs_pagerA div a.bbs_pge_num:last-child {
        display: inline-block;
        min-width: auto;
        padding-left: 15px;
        background: url('/images/board/bbs_pgeNum_mb.png') no-repeat 4px center;
    }

    /* 페이징 - 스킨B */
    .bbs_pagerB div {
        border: none;
    }

    .bbs_pagerB .bbs_pge_num {
        display: none;
    }

    .bbs_pagerB strong.bbs_pge_num, .bbs_pagerB strong.bbs_pge_num:hover, .bbs_pagerB strong.bbs_pge_num:focus {
        display: inline-block;
        min-width: auto;
        color: #044ca4;
        background: none;
    }

    /* color */
    .bbs_pagerB div a.bbs_pge_num:last-child {
        display: inline-block;
        min-width: auto;
        padding-left: 15px;
        margin-left: 5px;
        border-left: none;
        background: url('/images/board/bbs_pgeNum_mb.png') no-repeat 4px center;
    }

    .bbs_pagerB strong.bbs_pge_num:before {
        display: none;
    }

    /* 페이징 :End ********************************************************************************************************************************************************************************************************************************/
    /* 게시판 View :Start ********************************************************************************************************************************************************************************************************************************/
    .bbs_ViewA .bbsV_cont {
        margin: 30px 0;
    }

    /* 사진게시판일 경우 
	.bbsV_cont .slider-nav {padding:0 70px;}
	.bbsV_cont .slider-nav .slick-slide {width:32%;}
	*/
    
    /* 게시글 뷰페이지 */
    .bbs_ViewA > h3 { padding: 0.75rem 1rem; font-size: 1rem; }
    .bbsV_atchmnfl dd ul.bbsV_file li a,
    .bbsV_atchmnfl dd ul.bbsV_downCO li { padding: 0.65rem 3rem 0.65rem 0.65rem; }
    

    /* 200402 게시글 이동 추가 */
    .bbsV_PostMove dl {
        padding: 1rem;
    }

    .bbsV_PostMove dl dt {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        line-height: 1rem;
        text-align: left;
    }

    .bbsV_PostMove dl dd {
        margin-top: 10px;
    }

    /* 댓글 :수정 및 삭제 시 패스워드 입력 */
    .answer_updt input {
        width: 50%;
    }

    .answer_updt .btnCnfirm, .answer_updt .btnCancl {
        padding: 5px 15px 4px;
    }

    [class^="tab_st"] ~ .bbs_srch { margin-top: 1rem !important; }

    /* 다음글 이전글 */


    /* 게시판 View :End ********************************************************************************************************************************************************************************************************************************/
    /* 게시판 버튼 공통 :Start ********************************************************************************************************************************************************************************************************************************/
    .btn_bbs a {
        padding: 12px 15px;
    }

    .btn_bbs a.btn_bbs_Write, .btn_bbs a.btn_bbs_List, .btn_bbs a.btn_bbs_Del {
        padding-left: 40px;
        background-position: 15px center;
    }

    .btn_bbs a.btn_bbs_BasL {
        padding: 11px 14px;
    }

    /* 게시판 버튼 공통 :End ********************************************************************************************************************************************************************************************************************************/
}

@media (max-width: 700px) {
    /* 게시판 리스트 :Start ********************************************************************************************************************************************************************************************************************************/ /* PDF게시판목록 - 스킨A */ .bbs_PDF li {
        width:100%;
        margin-right: 0
    }

    .bbsV_answer .bbsV_answList > li dl dt { font-size: 0.9rem; }
    .bbsV_answer .bbsV_answList > li dl,
    .bbsV_answer .bbsV_answWrite .answer_txt { padding: 1.25rem 1rem 3.5rem; }
    .bbsV_answer .bbsV_answWrite .insertCmnt,
    .bbsV_answer .bbsV_answList li .answ_etc { right: 1rem; }
    .bbsV_answer .bbsV_answList li .answ_etc { bottom: 1rem; }
    .bbsV_answer .bbsV_answList > li dl dd { margin-top: 0; }
    .bbsV_answer .bbsV_answWrite .answer_txt textarea,
    .bbsV_answer .bbsV_answList > li dl dd.bbsV_answUpt textarea { font-size: 0.85rem; padding: 0.5rem; }
    .bbsV_answer .bbsV_answList > li dl dd.bbsV_answUpt { margin-top: 0.5rem; }
    .bbsV_answer .bbsV_answList > li dl dt span.date { font-size: 0.75rem; }
    .bbsV_prne li { font-size: 0.85rem; padding: 0.65rem 1rem 0.65rem 6.5rem; } 

    table select, table input { min-width: auto !important; }

    .bbs_PDF li:nth-child(3n) {
        margin-right: 0;
    }

    .bbs_PDF li:nth-child(n+2) {
        margin-top: 20px;
    }

    /* 게시판 리스트 :End ********************************************************************************************************************************************************************************************************************************/

    .bbs_WriteA table colgroup { display: none !important; }
    .bbs_WriteA table tbody,
    .bbs_WriteA table tbody tr { display: flex; width: 100%; flex-direction: column; }
    .bbs_WriteA table th { text-align: center; background: #F0F0F0; padding: 0.4rem 0.5rem; border-top: 1px solid #eaecf1; }
    .bbs_WriteA table th,
    .bbs_WriteA table td { width: 100%; }
    .bbs_WriteA table td input.inpTxt { height: 2.25rem;} 

    .bbs_PhotoA.w_30 li { width: calc((100% - 1rem) / 2); }
}

@media (max-width: 600px) {
    /* 게시판 리스트 :Start ********************************************************************************************************************************************************************************************************************************/ /* 사진형게시판목록 - 스킨B */ .bbs_PhotoB li {
        height:auto;
        padding: 20px 0;
    }

    .bbs_PhotoB li.new:after {
        top: 20px;
    }

    .bbs_PhotoB li a {
        padding: 0;
    }

    .bbs_PhotoB li a .img {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }

    .bbs_PhotoB li a dl dt {
        margin-top: 1rem;
        font-size: 0.9rem;
    }

    .bbs_PhotoB li a dl dd.util {
        font-size: 0.75rem;
        margin-top: 1rem;
    }

    .bbs_PhotoB li a .more_view {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* 게시판 리스트 :End ********************************************************************************************************************************************************************************************************************************/
    /* 게시판 View :Start ********************************************************************************************************************************************************************************************************************************/
    /* 사진게시판일 경우 
	.bbsV_cont .slider-nav {padding:0 60px;}
	.bbsV_cont .slider-nav .slick-slide {width:49%;}
	*/
    .bbsVPho_Cntrl a {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .bbsVPho_Cntrl.prev a {
        left: 15px;
    }

    .bbsVPho_Cntrl.next a {
        right: 15px;
    }

    .bbs_ViewA video { height: auto !important; }

    /* 게시판 View :End ********************************************************************************************************************************************************************************************************************************/
    /* 게시판 Write :Start ********************************************************************************************************************************************************************************************************************************/
    /* 게시판 Write B */
    .bbs_WriteB > li {
        display: block;
        table-layout: auto;
        border-bottom: 1px solid #eaecf1;
    }

    .bbs_WriteB > li:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 110px;
        height: 100%;
        background: #f9fafb;
    }

    .bbs_WriteB > li dl.tblDL {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 2;
    }

    .bbs_WriteB > li dl.tblDL dt, .bbs_WriteB > li dl.tblDL dd {
        display: block;
    }

    .bbs_WriteB > li dl.tblDL dt {
        position: relative;
        width: 110px;
        float: left;
    }

    .bbs_WriteB > li dl.tblDL dd, .bbs_WriteB > li.col2 dl.tblDL dd {
        width: 100%;
        padding: 0.65rem 0.5rem 13px 120px;
    }

    .bbs_WriteB > li.col2 dl dt, .bbs_WriteB > li.col2 dl dd {
        border-top: 1px solid #eaecf1;
    }

    .bbs_WriteB > li.col2 dl dt:first-child, .bbs_WriteB > li.col2 dl dd:nth-last-child(3) {
        border: none;
    }

    /* 게시판 Write :End ********************************************************************************************************************************************************************************************************************************/
    /* 파일첨부 :Start ********************************************************************************************************************************************************************************************************************************/
    /* 파일첨부2 :Write */
    .bbsWFile2 dd#fileListDiv ul {
        height: 105px;
    }

    .bbsWFile2 dd#fileListDiv ul li {
        padding: 4px 20px 4px 0;
    }

    .bbsWFile2 dd#fileListDiv ul li span.fileName {
        display: block;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .bbsWFile2 dd#fileListDiv ul li span.fileSize {
        position: relative;
        right: auto;
        top: auto;
    }

    .bbsWFile2 dd#fileListDiv a.button_file {
        right: 10px;
    }

    /* 파일첨부 :End ********************************************************************************************************************************************************************************************************************************/
}

@media (max-width: 500px) {
    /* 게시판 리스트 :Start ********************************************************************************************************************************************************************************************************************************/ /* 사진형게시판목록 상단 :공통 */ .bbs_Photo_top a .img {
        height:200px
    }

    /* 사진형게시판목록 - 스킨A */
    .bbs_PhotoA { gap: 1.5rem; padding: 1.5rem 0; }
    .bbs_PhotoA li {
        width: 100%;
        margin-right: 0;
    }
    .bbs_PhotoA li a p { margin: 0.75rem 0 0.35rem; }

    /* 사진형게시판목록 - 스킨C */
    .bbs_PhotoC li {
        height: auto;
    }

    .bbs_PhotoC li a .img {
        width: 100%;
        float: none;
    }

    .bbs_PhotoC li a .img ~ dl {
        width: 100%;
        float: none;
    }

      .bbs_PhotoA.w_30 li { width: 100%; }

    /* 이미지가 없을 경우 */
    /* FAQ - 스킨A */
    .bbs_FaqA li a,
    .bbs_FaqA li div.faq_A {
        padding: 0.75rem 1rem 0.75rem 2.5rem;
    }

    /* .bbs_FaqA li a span.faq_arr {
        right: 10px;
    } */

    .bbs_FaqA li a:before,
    .bbs_FaqA li div.faq_A:before {
        left: 0.5rem;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.85rem;
        top: 0.6rem;
    }

    .inform_bg > img { display: none; }
    .inform_bg ul { padding: 0.75rem 1rem !important; }

    /* 게시판 리스트 :End ********************************************************************************************************************************************************************************************************************************/
    /* 게시판 View :Start ********************************************************************************************************************************************************************************************************************************/

    /* 댓글 */
    /* 댓글 입력 폼 */
    .bbsV_answer .bbsV_answWrite .answer_nmpw p {
        position: relative;
        width: 100%;
        margin: 1px 0;
        padding-left: 60px;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bbsV_answer .bbsV_answWrite .answer_nmpw p label {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 60px;
    }

    .bbsV_answer .bbsV_answWrite .answer_nmpw p input {
        width: 100%;
    }

    .bbs_srch fieldset > div select,
    .bbs_srch .inputWrap input[type='text'],
    .bbs_srch button.btnSearch { height: 2rem; }

    /* 게시판 View :End ********************************************************************************************************************************************************************************************************************************/
    .bbs_PhotoA li a .img img { max-width: 100%; width: auto; }

    .bbsV_prne { margin-top: 1rem; }
    .bbsV_prne li { padding: 0.5rem 1rem 0.5rem 5.5rem; }
    .bbsV_prne li span { width: 4.5rem; }
    .bbsV_prne li span strong { padding-left: 1.35rem; }
    .bbsV_prne li span strong::before { font-size: 1rem; }  

    .bbsV_atchmnfl dd ul.bbsV_file li a, 
    .bbsV_atchmnfl dd ul.bbsV_downCO li { padding: 0.5rem 3rem 0.5rem 0.5rem; }
    .bbsV_atchmnfl dd ul.bbsV_file li a::before { width: 1.25rem; height: 1.25rem; right: 0.75rem; font-size: 0.75rem; }  
    .bbsV_atchmnfl dd ul.bbsV_downCO li span { right: 0.75rem; font-size: 0.75rem; }

    .bbs_PhotoB li a dl dt { margin-top: 0.5rem; font-size: 0.85rem; }
    .bbs_PhotoB li a dl dd.cont { height: 2.2rem; line-height: 1.1rem; margin-top: 0.25rem; }
    .bbs_PhotoB li a dl dd.util { margin-top: 0.5rem; }

    /* 댓글 */
    .bbsV_answer .bbsV_answWrite fieldset .anwImg,
    .bbsV_answer .bbsV_answList > li .anwImg { width: 2rem; height: 2rem; }
    .bbsV_answer .bbsV_answWrite fieldset .anwImg img,
    .bbsV_answer .bbsV_answList > li .anwImg img { max-width: 1.75rem; }
    .bbsV_answer .bbsV_answWrite fieldset,
    .bbsV_answer .bbsV_answList > li { padding-left: 2.75rem !important; }
    .bbsV_answer .bbsV_answWrite .answer_txt { padding: 1rem 1.25rem 3rem; }
    .bbsV_answer .bbsV_answList > li dl { padding: 1rem 1.25rem 3.5rem; }
    .bbsV_answer .bbsV_answWrite .insertCmnt { bottom: 0.75rem; right: 1rem; }
    .bbsV_answer .bbsV_answList li .answ_etc { bottom: 1rem; right: 1rem; }

    /* 사진형게시판목록 - 스킨D */
    .bbs_PhotoD li { width: 100%; }
    .bbs_PhotoD li > a { height: 2.25rem; font-size: 0.85rem; padding: 0 1rem; }
    .bbs_PhotoD li .img span { font-size: 0.85rem; }
    
}

@media (max-width: 480px) {
    .bbs_srch { margin-top: 1.5rem; }

    .bbs_WriteA table td { text-align: center; }
    table select, table input:not(input[type="radio"], input[type="checkbox"], input[type="date"])  { width: 100% !important; }
}

@media (max-width: 380px) {
    /* 게시판 View :Start ********************************************************************************************************************************************************************************************************************************/ /* 사진게시판일 경우 
	.bbsV_cont .slider-nav {height:110px; padding:0 45px;}
	.bbsV_cont .slider-nav .slick-slide {width:49%; height:70px;}
	*/.bbsVPho_Cntrl.prev a {
        left:10px;
    }

    .bbs_PhotoA li a span { font-size: 0.9rem; margin-bottom: 0.1rem; }
    .bbs_PhotoA li a em { font-size: 0.75rem; }

    .bbsVPho_Cntrl.next a {
        right: 10px;
    }

    .bbs_srch fieldset > div select { width: calc((100% - 0.5rem) / 2); min-width: auto; }
    .bbs_srch .inputWrap input[type='text'],
    .bbs_srch button.btnSearch { width: 100%; }
    .pageinfo { margin: 1.25rem 0 0.35rem; }

    .bbs_srch fieldset > div input[type='text'] { min-width: auto; width: 100%; }

    /* 게시판 View :End ********************************************************************************************************************************************************************************************************************************/

    .bbs_ViewA > h3 { padding: 0.65rem 0.75rem; font-size: 0.95rem; }
    .bbs_ViewA .bbsV_data { padding: 0.65rem 0.75rem; }
    .bbs_ViewA .bbsV_data li { font-size: 0.75rem; }
    .bbsV_atchmnfl dd {  margin-top: 0.35rem;} 
    .bbsV_atchmnfl dl + dl {  margin-top: 0.75rem;} 
    .bbsV_atchmnfl dd ul.bbsV_file li a, 
    .bbsV_atchmnfl dd ul.bbsV_downCO li { font-size: 0.75rem; }
    .bbsV_prne li { padding: 0.5rem 1rem 0.5rem 4rem; font-size: 0.75rem; }
    .bbsV_prne li span { width: 3.5rem; font-size: 0.75rem; }
    .bbsV_prne li span strong { padding-left: 1rem; }
    .bbsV_prne li span strong::before { font-size: 0.9rem; }


    .bbsV_answer .bbsV_answWrite fieldset .anwImg, .bbsV_answer .bbsV_answList > li .anwImg { width: 1.75rem; height: 1.75rem; }
    .bbsV_answer .bbsV_answWrite fieldset .anwImg img, 
    .bbsV_answer .bbsV_answList > li .anwImg img { max-width: 1.6rem; }
    .bbsV_answer .bbsV_answWrite fieldset, .bbsV_answer .bbsV_answList > li { padding-left: 2.25rem !important; }
    .bbsV_answer .bbsV_answList li .answ_etc { bottom: 0.75rem; right: 0.75rem; }
    .bbsV_answer .bbsV_answWrite .insertCmnt { right: 0.75rem; font-size: 0.75rem; }
    .bbsV_answer .bbsV_answWrite .insertCmnt,
    .bbsV_answer .bbsV_answList li .answ_etc a { padding: 0.25rem 0.35rem; font-size: 0.75rem; }
    .bbsV_answer .bbsV_answWrite .answer_txt, .bbsV_answer .bbsV_answList > li dl { padding: 1rem 0.75rem 2.75rem; }
    .bbsV_answer .bbsV_answList > li dl dt { font-size: 0.8rem; }
    .bbsV_answer .bbsV_answList > li dl dd { padding: 0.35rem; font-size: 0.8rem; }
    .bbsV_answer .bbsV_answWrite .answer_txt textarea,
    .bbsV_answer .bbsV_answList > li dl dd.bbsV_answUpt textarea { padding: 0.5rem; font-size: 0.8rem; }
    .bbsV_PostMove dl dt  { font-size: 0.85rem; }
    .bbsV_PostMove dl { padding: 0.75rem; }
    .bbsV_answer .bbsV_answInfo .ansTxt { padding: 0.75rem 1rem; font-size: 0.75rem; }
    .bbsV_answer .bbsV_answList li .answ_etc span.date { font-size: 0.7rem; }
    .bbsV_answer .bbsV_answList > li dl dd.bbsV_answUpt textarea { height: 5rem; }
    .bbs_PhotoA.w_30.vdo li a .img::before { width: 1.5rem; height: 1.5rem; font-size: 0.75rem; right: 0.75rem; top: 0.75rem; }
    .bbsV_answer .bbsV_answList > li dl dt span.date { font-size: 0.7rem; } 
    .bbsV_answer .bbsV_answList > li dl dt span.date::before { top: 0.05rem; }
}

@media (max-width: 320px) {
}
