.board caption {
    display: none;
}

/* ****************** 공통 :: SEARCH BOX ********************** */
.board-search-box{text-align:center; padding:30px 0; }
.board-search-box .board-custom-select-box {
    width: 120px;
    height: 100%;
}
.board-search-box .board-search-inner{display:flex; align-items:center; width: 100%; max-width:591px; height:50px; margin:0px auto; box-sizing:border-box; border:1px solid #ddd; background-color: #f7f7f7; border-radius: 50px; border: 0;}
.board-search-box .board-search-inner:after{display:none;}
.board-search-box .search-subject-select,
.board-search-box .search-word{height:100%; background-color:transparent; border:0; padding:0 15px; font-size:15px; color:#333; letter-spacing:-0.3px; box-sizing:border-box;}
.board-search-box .search-subject-select{width:120px; -webkit-appearance: auto;}
.board-search-box .search-subject-select:not(.custom-select){padding-left:1em;}
.board-search-box .search-word{width:100%; border-right:0;}
.board-search-box .search-subject-select + .search-word,
.board-search-box .board-custom-select-box + .search-word{width:calc(100% - 170px); /* border-left:1px solid #ddd; */ }
.board-search-box .search-subject-select:focus,
.board-search-box .search-word:focus{color:#333; outline:none; background-color:transparent;}
.board-search-box .search-word::placeholder{color:#333;}
.board-search-box .search-word::-webkit-search-cancel-button{display:none;}
.board-search-box .bbs-search-btn{margin:0px; border:0; width:50px; height:100%; font-size:15px; letter-spacing:-0.5px; color:#333; cursor:pointer; vertical-align:top; }
.board-search-box .bbs-search-btn i{line-height:40px; font-size:20px;}

@media all and (max-width:800px) {
	.board-search-box{padding:0; border:0}
	.board-search-box .board-search-inner{max-width:none; }
	/* -------- SEARCH BOX 상단 일때  -------- */
	.bbs-top-list-box .board-search-box{width:100%; margin-bottom:5%;}
	/* 센터정렬 */
	.bbs-top-list-box.top-search-center{justify-content:flex-start;}
	.bbs-top-list-box.top-search-center .board-search-box{margin-bottom:50px;}
}

@media all and (max-width: 480px) {
    .board-search-box .board-search-inner{height:40px;}
	.board-search-box .search-subject-select,
	.board-search-box .search-word{}
	.board-search-box .search-subject-select{width:80px}
	.board-search-box .search-subject-select + .search-word,
	.board-search-box .board-custom-select-box + .search-word{width:calc(100% - 130px);}
	.board-search-box .board-custom-select-box{width:80px;}
	.board-custom-select-box .custom-select-trigger{font-size:13px;}
}


/* ****************** 공통 :: 페이징 ********************** */


.pager-wrap {
    margin-top: 50px;
}

.pager-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
}

.pager-wrap .pager a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    font-size: 16px;
    color: #696969;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.pager-wrap .pager.active a {
    color: #fff;
    font-weight: 500;
}

.pager-wrap .pager.active a::before {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #212121;
    z-index: -1;
}

.pager-wrap .first,
.pager-wrap .prev,
.pager-wrap .next,
.pager-wrap .last {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url('../../images/board/pager-first.jpg')50% 50% no-repeat;
}

.pager-wrap .first a,
.pager-wrap .prev a,
.pager-wrap .next a,
.pager-wrap .last a {
    border: 0;
}

.pager-wrap .prev {
    background-image: url('../../images/board/pager-prev.jpg')
}

.pager-wrap .next {
    background-image: url('../../images/board/pager-next.jpg')
}

.pager-wrap .last {
    background-image: url('../../images/board/pager-last.jpg')
}


@media all and (min-width: 1025px) {
    .pager-wrap .pager a:hover {
        background: rgba(0, 0, 0, .1);
    }
}


@media all and (max-width:768px) {
	.pager-wrap .first,
    .pager-wrap .prev,
    .pager-wrap .next,
    .pager-wrap .last,
    .pager-wrap .pager a {
        width: 35px;
        height: 35px;
        line-height: 33px;
    }

    .pager-wrap .pager.active a::before {
        width: 37px;
        height: 37px;
    }

}


@media all and (max-width:512px) {
	.pager-wrap ul {
        gap: 6px;
    }

    .pager-wrap .first,
    .pager-wrap .prev,
    .pager-wrap .next,
    .pager-wrap .last,
    .pager-wrap .pager a {
        width: 25px;
        height: 25px;
        line-height: 23px;
    }

    .pager-wrap .pager.active a::before {
        width: 32px;
        height: 32px;
    }
}

.src-filter-wrap .tab-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 40px;
  }
  
  .src-filter-wrap .tab-wrap li {
    height: 100%;
  }
  
  .src-filter-wrap .tab-wrap a {
    /* width: 80px; */
    height: 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    border-radius: 20px;
    letter-spacing: -.5px;
    font-size: 16px;
    font-weight: 500;
    transition: .5s ease;
  }
  
  .src-filter-wrap .tab-wrap li.on a {
    background: #1a1a1a;
    color: #fff;
  }
  
/* 
****************************************************
* 일반 형  *
****************************************************
*/

.basic .board table {
    border-top: 1px solid #212121;
}

.basic .board table tr {
    position: relative;
}

.basic .board table tr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #dedede;
}

.basic .board table td {
    height: 120px;
    vertical-align: middle;
}

.basic .board table .date {
    text-align: center;
    line-height: 1;
    width: 9%;
    padding: 0 10px;
    box-sizing: border-box;
    color: #ababab;
}

.basic .board table .date strong {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    transition: .5s ease;
}

.basic .board table .date span {
    font-size: 20px;
    font-weight: 500;
}

.basic .board table .title {
    position: relative;
    width: 91%;
}

.basic .board table .title a {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    padding-right: 15%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.basic .board table .title p {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}

.basic .board table .title p>span {
    background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(0, 0, 0, .13));
    background-repeat: no-repeat;
    background-position: left bottom 0;
    background-size: 0 30%;
    transition: 1s ease;
    -webkit-box-sizing: border-box;
    display: initial;
}

.basic .board table .notice {
    width: 50px;
    height: 30px;
    border-radius: 15px;
    background: var(--mainColor);
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.basic .board table .notice+p {
    padding-left: 65px;
}

.basic .board table .title .more {
    width: 50px;
    height: 50px;
    border: 1px solid #dedede;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dedede;
    font-size: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s ease;
}




@media all and (min-width:1025px){
	.basic .board table tr:hover {
        background: #f6f6f6;
    }

    .basic .board table tr:hover .date strong {
        color: #212121;
    }

    .basic .board table tr:hover .title p>span {
        background-size: 100% 30%;
    }

    .basic .board table tr:hover .title .more {
        border-color: var(--mainColor);
        color: var(--mainColor);
    }

    .basic .board table tr .title .more:hover {
        background: var(--mainColor);
        color: #fff;
    }
}

@media all and (max-width:768px) {
	.basic .board table td {
        height: auto;
        text-align: left;
    }

    .basic .board table tr {
        display: flex;
        align-items: center;
        gap: 8%;
        padding: 20px 0;
    }

    .basic .board table .date {
        width: 15%;
        padding: 0 5%;
    }

    .basic .board table .date strong {
        color: #212121;
        font-size: 32px;
    }

    .basic .board table .title {
        position: static;
        width: 100%;
    }

    .basic .board table .title a {
        padding: 0;
        box-sizing: border-box;
    }

    .basic .board table .title a p {
        -webkit-line-clamp: 2;
        flex-direction: column;
        line-height: 1.6;
    }

    .basic .board table .notice {
        position: static;
        transform: none;
        margin-bottom: 5px;
    }

    .basic .board table .notice+p {
        padding-left: 0;
    }

    .basic .board table .title .more {
        display: none;
    }
}

@media  all and (max-width: 512px)  {
	.basic .board table tr {
        display: block;
        padding: 0;
    }

    .basic .board table .date {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 20px 20px 0;
        margin-bottom: 10px;
    }

    .basic .board table .date strong {
        font-size: 16px;
        display: inline-block;
        font-weight: 600;
        color: #ababab;
    }

    .basic .board table .date strong:before {
        content: ".";
    }

    .basic .board table .title a {
        padding: 0 20px 20px;
    }

    .basic .board table .title a p {
        display: block;
    }
}

/* 
****************************************************
* 갤러리 형  *
****************************************************
*/

.gallery .board {
    border-top: 1px solid #212121;
    padding-top: 28px;
}

.gallery .board ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 3%;
}

.gallery .board li {
    width: calc(100% / 3 - 2%);
    position: relative;
    transition: .5s;
    padding: 4px;
    box-sizing: border-box;
}

.gallery .board li:after {
    content: "";
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    display: block;
    border: 1px solid transparent;
    /* padding: 7px; */
    /* top: -8px; */
    /* left: -7.5px; */
    padding: 10px;
    top: -10px;
    left: -10px;
    position: absolute;
    transition: .5s ease;
    z-index: -1;
    border-radius: 8px;
}

.gallery .board li a {
	display: block;
    width: 100%;
}

.gallery .board li figure {
    width: 100%;
    /* height: 16vw; */
    height: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    /* max-height: 195px; */
    /* min-height: 100px; */
    position: relative;
    /* aspect-ratio: 1 / 0.56; */
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    border: 1px solid #ededed;
}

.gallery .board li figure:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, .4), transparent);
    transition: .5s ease;
}

.gallery .board li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

.gallery .board li .textBox {
    position: relative;
}

.gallery .board li .textBox .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 800;
    line-height: 1.4;
    transition: .5s ease;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gallery .board li .textBox .title span {
    background-image: linear-gradient(rgba(0, 0, 0, .12), rgba(0, 0, 0, .12));
    background-repeat: no-repeat;
    background-position: left bottom 0;
    background-size: 0 30%;
    transition: .5s ease;
    -webkit-box-sizing: border-box;
    display: initial;
}

.gallery .board li .textBox .date {
    color: #8a8a8a;
    font-size: 14px;
    padding-top: 5px;
	display: block;
}
@media all and (min-width:1025px) {

    .gallery .board li:hover:after {
        border-color: #e5e5e5;
        box-shadow: 2px 2px 8px #f1f1f1;
        border-radius: 8px;
    }

    /* 수정 */

    .gallery .board li:hover {
        transition: .5s;
        transform: translateY(-5px);
    }

    /* 추가 */

    .gallery .board li:hover figure:after {
        top: 0;
    }

    .gallery .board li:hover figure img {
        /* transform: scale(1.1); */
    }

    .gallery .board li:hover .title span {
        background-size: 100% 30%;
    }
}


@media all and (max-width:1200px) {
    .gallery .board li .textBox .title {
        font-size: 18px;
        /* height: 51px; */
    }
}

@media all and (max-width:768px) {
	.gallery .board ul {
        gap: 30px 3%;
    }

    .gallery .board li {
        width: calc(100% / 2 - 1.5%);
    }

    .gallery .board li .textBox .title {
        font-size: 17px;
    }
}

@media all and (max-width: 512px) {
	.gallery .board li .textBox .title {
        font-size: 16px;
    }

    .gallery .board li .textBox .date {
        font-size: 12px;
    }
}






/* 
****************************************************
* 상세보기  *
****************************************************
*/

.board_view .title {
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.board_view .title h3 {
    font-size: 40px;
    font-weight: 700;
    padding-right: 200px;
}

.board_view .title .rightBox {
    display: flex;
    font-size: 16px;
    letter-spacing: -.5px;
    font-weight: 500;
	margin-top: 10px;
}

.board_view .title .rightBox i {
    color: #838383;
    margin-right: 1px;
}

.board_view .title .rightBox .date:after {
    content: "";
    border-right: 1px solid #dfdfdf;
    margin: 0 10px;
    height: 12px;
    display: inline-block;
}

.board_view .title .rightBox div:last-of-type::after{
    content: none;
}

.board_view .text {
    padding: 60px 0;
    overflow-x: auto;
}

.board_view .text .img{
    margin-bottom: 30px;
}

.board_view .share {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.board_view .share button {
    border-radius: 15px;
    width: 50px;
    height: 30px;
    font-size: 20px;
    background: #f4f4f4;
    transition: .5s ease;
}

.board_view .share .print {
    background: var(--mainColor);
    color: #fff;
}

.board_view .fileWrap {
    background: #f6f6f6;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    font-size: 16px;
}

.board_view .fileWrap p {
    padding: 0 35px;
    display: flex;
    align-items: center;
    flex: none;
    font-weight: 600;
    position: relative;
}

.board_view .fileWrap p:after {
    content: "";
    display: inline-block;
    height: 45%;
    border-right: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.board_view .fileWrap .fileBox {
    display: flex;
    padding: 20px 3%;
    flex-wrap: wrap;
    gap: 15px 3%;
    width: 100%;
}

.board_view .fileWrap .fileBox img {
    vertical-align: middle;
    margin-right: 10px;
}

.board_view .fileWrap .fileBox span {
    background-image: linear-gradient(#212121, #212121);
    background-repeat: no-repeat;
    background-position: left bottom 1px;
    background-size: 100% 1px;
    transition: .5s ease;
    -webkit-box-sizing: border-box;
    display: initial;
}

.board_view .linkWrap .fileBox .file {
    word-break: break-all;
}

.board_view .linkWrap .fileBox .file a {
    display: inline;
}

.board_view .arrowWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    letter-spacing: -.5px;
    margin-top: 40px;
}

.board_view .arrowWrap strong {
    font-size: 24px;
    margin-bottom: 5px;
}

.board_view .arrowWrap strong span {
    margin: 0 5px;
}

.board_view .arrowWrap p {
    font-size: 16px;
}

.board_view .arrowWrap .list a {
    width: 85px;
    height: 85px;
    font-size: 35px;
    border-radius: 10px;
    background: #212121;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.board_view .arrowWrap .list a:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 2%;
    border: 1px solid #212121;
    border-radius: 12px;
    opacity: 0;
    transition: .5s ease;
}

.board_view .arrowWrap li:not(.list) a {
    opacity: .5;
    transition: .5s ease;
    width: 100%;
}

.board_view .arrowWrap li:not(.list, .no) a:hover {
    opacity: 1;
}

.board_view .arrowBtn.no {
    opacity: .15
}

.board_view .arrowWrap .nextBtn {
    text-align: right;
}

.board_view .arrowWrap .arrowBtn {
    width: 33.333%;
}

.board_view .arrowWrap .arrowBtn p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



@media all and (max-width:1024px){
	.board_view .title {
        padding-bottom: 20px;
    }

    .board_view .title h3 {
        padding-right: 0;
		font-size: 32px;
        margin-bottom: 10px;
    }

    .board_view .title .rightBox {
        /* justify-content: flex-end; */
        font-size: 14px;
    }

    .board_view .text {
        font-size: 15px !important;
    }

    .board_view .fileWrap {
        font-size: 14px;
    }

    .board_view .arrowWrap a {
        font-size: 16px;
    }

    .board_view .arrowWrap strong {
        font-size: 20px;
    }

    .board_view .arrowWrap .list a {
        width: 75px;
        height: 75px;
        font-size: 30px;
    }
}

@media all and (max-width:768px) {
	/* 상세글 */
    .board_view .title h3 {font-size: 24px;}
    .board_view .fileWrap {
        font-size: 13px;
    }

    .board_view .fileWrap p {
        padding: 0 25px;
    }

    .board_view .fileWrap .fileBox {
        padding: 12px;
    }

    .board_view .fileWrap .fileBox img {
        width: 15px;
    }

    .board_view .linkWrap {
        flex-wrap: wrap;
    }

    .board_view .linkWrap p {
        padding: 12px;
        padding-bottom: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .board_view .linkWrap p:after {
        display: none;
    }

	.board_view .arrowWrap{
		gap: 6px;
	}

    .board_view .arrowWrap a {
        font-size: 15px;
    }

    .board_view .arrowWrap strong {
        font-size: 16px;
        margin-bottom: 0;
    }

    .board_view .arrowWrap .list a {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .board_view .arrowWrap .arrowBtn p {
        font-size: 14px;
    }
}


.inquiry-essential-txt{text-align:right; color:#373737; font-size:14px; letter-spacing:-0.3px; padding-bottom:15px;}
.essential-icon{color:#cf0505; margin-right:0.3em}

/* 게시판 :: 쓰기, 문의폼 :: 작성영역(기본) */
.bbs-write-tbl{width:100%; border-top:2px solid #000; border-bottom:2px solid #000; font-size:16px;}
.bbs-write-tbl th,.bbs-write-tbl td{height:60px; padding:10px 0; letter-spacing:-0.5px; /* border-bottom:1px solid #ddd; */}
.bbs-write-tbl tr:first-child th,.bbs-write-tbl tr:first-child td{padding-top:20px;}
.bbs-write-tbl tr:last-child th,.bbs-write-tbl tr:last-child td{padding-bottom:20px;}
.bbs-write-tbl th{color:#000; font-size:1em; font-weight:400; text-align:left;}
.bbs-write-tbl td{color:#444; font-size:0.875em; padding:10px; }
.bbs-write-tbl .write-input,
.bbs-write-tbl .write-select,
.bbs-write-tbl .write-textarea{
    height:60px;
	width:100%; 
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:10px;
	font-size:16px; 
	text-indent:1em;
	vertical-align:middle;
	box-sizing:border-box;
	outline:none !important;
}
.bbs-write-tbl .write-input::placeholder,
.bbs-write-tbl .write-select::placeholder,
.bbs-write-tbl .write-textarea::placeholder{color:#bbb; font-weight:300;}
/* .bbs-write-tbl .write-input:focus,
.bbs-write-tbl .write-select:focus,
.bbs-write-tbl .write-textarea:focus{
	border:1px solid #333; 
	background-color:#fff; 
	outline:none;
} */
.bbs-write-tbl .write-textarea{height:240px; resize:none; text-indent:0; padding:15px 10px;}
.bbs-write-tbl td input[type="file"]{height:auto; padding:10px 0; border:0; text-indent:0;}

/* 게시판 :: 쓰기,문의폼 :: 기타 */
.bbs-write-tbl .cm-form-fieldset-box{display:flex; align-items:center; justify-content:space-between; /* max-width:740px; */ flex-wrap:wrap;}
.bbs-write-tbl td .write-sub-txt{color:#888; margin-left:10px; color:#aaa; letter-spacing:-0.5px;}
.bbs-write-tbl td .write-sub-txt2{display:block; color:#888; margin-top:10px; color:#aaa; letter-spacing:-0.5px;}
.bbs-write-tbl .hypen{display:inline-block; vertical-align:middle; width:20px; text-align:center;}
.bbs-write-tbl .with-sub-btn-input{width:calc(100% - 116px) !important;}
.bbs-write-tbl .bbs-write-sub-btn{float:left; width:110px; padding:0 10px; height:40px; margin-left:5px; border:1px solid #645c54; vertical-align:middle; text-align:center; color:#645c54; font-size:13px; letter-spacing:-0.5px; font-weight:400; }
.bbs-write-tbl .bbs-write-sub-btn:hover{background-color:#645c54; color:#fff;}
.bbs-write-tbl .bbs-write-sub-btn + .write-input{clear:both;}
.phone-fieldset .fakeform-selectbox,
.phone-fieldset .write-input,
.phone-fieldset .write-select{width:calc(33.33% - 7.5px) !important;}
.email-fieldset{position: relative;}
.email-fieldset .fakeform-selectbox,
.email-fieldset > div,
.email-fieldset .write-input, 
.email-fieldset .write-select{width:calc(33.33% - 7.5px) !important;}
.email-fieldset > div{position: relative; display: inline-block;}
.email-fieldset > div .write-input{width:100% !important; text-indent:2.5em;}
.email-fieldset .hypen{position: absolute; top:50%; left:1rem; transform:translateY(-50%);}

.address-fieldset .write-input{display:block; margin-top:6px;  }
.address-fieldset .write-input:first-child{margin-top:0;}

@media all and (max-width:800px){
	/* 게시판 :: 쓰기, 문의폼 :: 개인정보취급방침 */
	.bbs-inquiry-agree-con .agree-tit{font-size:18px;}
	.inquiry-agreement-con{height:150px; padding:15px}

	/* 게시판 :: 쓰기, 문의폼 :: 작성영역(기본) */
	.bbs-write-tbl{font-size:14px;}
	.bbs-write-tbl tr{display:block; padding:15px 0; border-bottom:1px solid #ddd;}
	.bbs-write-tbl th,.bbs-write-tbl td{display:block; padding:0; height:auto; width:100% !important; border-bottom:0; text-indent:0;}
	.bbs-write-tbl th{font-weight:600;}
	.bbs-write-tbl td{padding-top:10px; font-size:1em;}
	.bbs-write-tbl td .write-textarea{height:120px;}
    .bbs-write-tbl .write-input,
    .bbs-write-tbl .write-select,
    .bbs-write-tbl .write-textarea{
        height:40px;
        font-size: 14px;
    }
	/* 게시판 :: 쓰기, 문의폼 :: 기타 */
	.bbs-write-tbl td .write-sub-txt, 
	.bbs-write-tbl td .write-sub-txt2{display:block; margin-left:0; margin-top:10px; font-size:12px; }
	.bbs-write-tbl .hypen{width:12px;}
	/* .phone-fieldset .write-input,
	.phone-fieldset .write-select{width:calc(33.33% - 12px) !important;}
	.email-fieldset .write-input{width:calc(50% - 12px) !important;}
	.email-fieldset .write-select{margin-top:5px; width:100% !important;} */
	.email-fieldset > div .write-input{text-indent: 1.8em;}
}

/* -------- 온라인 문의 :: 공통 :: 첨부파일 custom  -------- */
.file-custom-box input[type="file"] { 
    position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip:rect(0,0,0,0); 
    border: 0; 
} 
.file-custom-box label { 
	position: absolute;
	top:50%;
	left:10px;
	transform:translateY(-50%);
    width:120px;
    height:40px;
    color: #000; 
    font-size: 16px;
    letter-spacing:-0.02em;
    line-height: 40px; 
    text-align:center;
    cursor: pointer; 
    border: 1px solid #aaa; 
    vertical-align:middle;
    background-color:#f5f5f5;
	border-radius:10px;
} 
/* named upload */
.file-custom-box{position: relative; width:100%;}
.file-custom-box .upload-name { 
    width:100%;;
    height:60px;
    font-size: 16px; 
    vertical-align:middle;
    background-color: #fff; 
    border: 1px solid #e5e5e5; 
    -webkit-appearance: none;
    text-indent:140px;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none; 
    appearance: none; 
	border-radius:10px;
}
 
.file-catuion-txt{color:#999; font-size:12px; font-weight:300; letter-spacing:-0.3px; line-height:20px; margin-top:10px; word-break:keep-all;}

@media all and (max-width:800px){
    /* 문의하기 06 :: 첨부파일 */
    /* .file-custom-box{position:relative; padding-right:80px}
    .file-custom-box label{position:absolute; top:0px; right:0px; width: 70px; height:34px; line-height:34px;}
    .file-custom-box .upload-name{width:100%; height:32px;} */
    .file-custom-box label{font-size: 14px; width: 100px; height: 30px; line-height: 28px;}
}

/* ***********************
	*	페이크폼 스타일 추가css 
*********************** */
.fakeform-selectbox{position: relative; display:inline-block; width: 100%;}
.fakeform-selectbox select{opacity: 0; visibility: hidden;}
.select-option.select-in-popup{z-index: 10000 !important;}
/* fake form - 기본 select 스타일 */
.fakeform-selectbox .select-title {text-indent: 1em; width: 100% !important; text-align: left; vertical-align: middle; 
border:0; line-height: 60px; font-size:15px; color: #333; border: 1px solid #ddd; background-color: #fff; display: inline-block; 
box-sizing: border-box; cursor: pointer; border-radius:10px;}
.fakeform-selectbox .select-title:after{font-family: 'xeicon'; position:absolute; top:50%; right:20px; transform:translateY(-50%); 
content: "\e942"; font-size:24px; color: #555859;}
.fakeform-selectbox .select-title strong {width: 100%; font-weight: 400; word-break: break-all; display: block; overflow: hidden;}
.fakeform-selectbox .select-title.active{border-bottom-color: #fff;}
.fakeform-selectbox .select-title.active:after{content: "\e945";}
.fakeform-selectbox .select-title.focus{}
.fakeform-selectbox .select-title.disabled{}
/* 옵션창 */
.select-option {border: 1px solid #ddd; border-top: 0; background: #fff; max-height: 200px; overflow: auto; z-index: 999 !important; transform: translateY(-10px); border-radius: 0 0 10px 10px;}
.select-option::-webkit-scrollbar{
	width: 5px;
}
.select-option::-webkit-scrollbar-thumb{
	background-color:#333;
	border-radius:5px;
	transition:all 0.5s;
}
.select-option::-webkit-scrollbar-track{
	background-color:#f2f2f2; 
	border-radius:0;
}
.select-option ul {margin: 0; padding: 0;}
.select-option li {list-style: none;}
.select-option span,
.select-option strong {height: auto; font-size: 14px; line-height: 1.5; color: #666; white-space: nowrap; 
text-overflow: ellipsis; text-decoration: none; padding: 15px 2em; display: block; overflow: hidden; cursor: pointer;}
.select-option span:hover {background: #f2f2f2;}
.select-option span.selected {color: #000; font-weight: 600;}
.select-option .disabled span,
.select-option .disabled strong {color: #bbb; text-decoration: line-through; background: none; cursor: default;}

@media all and (max-width:800px){
	.fakeform-selectbox .select-title {text-indent: 1em; font-size: 14px; line-height: 40px;}
	.fakeform-selectbox .select-title:after{right:0.7em; font-size:20px;}
	/* 옵션창 */
	.select-option span,
	.select-option strong {height: auto; font-size: 13px; font-weight: 500; line-height: 1.5; padding: 15px 1em;}

    .fakeform-selectbox .select-title{}
}

.cm-form-fieldset-box .agree-txt-box{position: relative; height: 60px; width: 100%; background-color: #fff; border: 1px solid #ddd; border-radius: 10px; font-size:16px; text-indent:10px; vertical-align: middle; box-sizing: border-box;}
.cm-form-fieldset-box .agree-txt-box input{display:none;}
.cm-form-fieldset-box .agree-txt-box label{position: relative; padding-left: 26px; display: flex; width: 100%; height: 60px; align-items: center;}
.cm-form-fieldset-box .agree-txt-box label i{position:absolute; left:0px; font-size:1.333em; color:#ddd;}
.cm-form-fieldset-box .agree-txt-box input:checked + label i{color:#000;}
.cm-form-fieldset-box .agree-txt-box a{position: absolute; top: 50%; right: 10px; transform: translateY(-50%); width: 120px; height: 40px; color: #000; font-size: 16px; letter-spacing: -0.02em; /* line-height: 40px; */ text-align: center; cursor: pointer; border: 1px solid #aaa; vertical-align: middle; background-color: #f5f5f5; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; padding: 0 10px; box-sizing: border-box; text-indent: 0;}


/* ****************** 공통 :: BUTTON ********************** */
.cm-btn-controls{overflow:hidden; display:flex; align-items:center; justify-content:center; text-align:center; margin-top:50px;}
.cm-btn-controls.cm-btn-align-left{justify-content:flex-start; }
.cm-btn-controls.cm-btn-align-right{justify-content:flex-end;}
.cm-btn-controls .left-btn-controls{}
.cm-btn-controls .right-btn-controls{margin-left:auto;}
.cm-btn-controls button,
.cm-btn-controls a{display:inline-flex; align-items:center; justify-content:center; width:170px; height:50px; border:0; color:#fff; background-color:#000; font-size:17px; margin:0 2px 5px 2px;  cursor:pointer; vertical-align:top; text-align:center; font-weight:400; box-sizing:border-box;}
.cm-btn-controls.cm-btn-long-controls button,
.cm-btn-controls.cm-btn-long-controls a{width:100%; margin:0px; margin-bottom:5px;}
.cm-btn-controls .btn-style01{background-color:#333;}
.cm-btn-controls .btn-style02{background-color:#8c8c8c;}
.cm-btn-controls .btn-style03{background:#fff; border:1px solid #888; color:#222;}
.cm-btn-controls .btn-style-inquiry{width:100%; height:80px; max-width:400px; border-radius:20px; font-size:20px; line-height:1.2; letter-spacing:-0.02em; color:#fff;}
@media all and (max-width:800px) {
	.cm-btn-controls{margin-top:30px;}
	.cm-btn-controls button,
	.cm-btn-controls a{width:100px; height:35px; font-size:14px;}
	.cm-btn-controls .btn-style-inquiry{height:40px;font-size: 15px;}
}
@media all and (max-width:359px) {
	.cm-btn-controls button,
	.cm-btn-controls a{width:80px; height:35px; font-size:14px;}
}


/* ****************** MODAL LAYERPOPUP ********************** */
/* modal layer */
.modal-fixed-pop-wrapper{display:none; overflow:hidden;  position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:9999; background:#000; background:rgba(0,0,0,0.8);}
.modal-fixed-pop-inner{position:absolute; display:table; width:100%; height:100%; text-align:center;}
.modal-inner-box{ position:relative; display:table-cell; vertical-align:middle;}
.modal-loading{position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; z-index:10000;}
.modal-inner-content{text-align:left;}
.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 8px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { transform: rotate(360deg); }
}
/* modal layer content */
.footer-modal-content{position:relative; width:96%; max-width:1000px; margin:20px auto; }
.footer-modal-content h1{font-size:24px; font-weight:600; letter-spacing:-0.5px; text-align:center; padding:0 50px 20px; color:#fff;}
.modal-close-btn{position:absolute; top:-6px; right:-6px; color:#fff; }
.modal-close-btn i{font-size:38px;}
.modal-close-btn i:hover {color:#fff}
.footer-inner-box{padding:30px; background-color:#fff; }
.footer-inner{padding:20px; height:400px; overflow-y:auto; overflow-x:hidden; border:1px solid #ddd; font-size: 14px;}
.footer-inner h2 {font-size: 1.2em; font-weight: bold; margin-bottom: 20px;}
.footer-inner  ul {margin-top: 10px; padding-left: 10px;}
.footer-inner  ul li{ padding-left: 10px;}