.content.board {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.searchArea {
    float: right;
    margin-bottom: 12px;
}

.searchArea:after {
    content: "";
	clear: both;
	display: block;
}

.divLeft {
    float: left;
    text-align: left;
	line-height: 1.7em;
}

.divLeft:after {
    content: "";
	clear: both;
	display: block;
}

.searchArea .divLeft {
    font-weight: 600;
}

.searchArea .divLeft .pageNo {
    color: #e91063;
}

.searchArea .divLeft .totalPage {
    font-weight: 400;
    color: #959499;
}

.selectWrap {
    position: relative;
    background-color: #fff;
    height: 18px;
}

.searchArea .selectWrap {
    float: left;
}

.searchArea .selectWrap:after {
    content: "";
	clear: both;
	display: block;
}

.content.board select {
    width: 100px;
    position: relative;
    z-index: 100;
    font-family: 'NanumBarunGothic','Nanum Gothic';
}

.searchArea .selectWrap select {
    vertical-align: top;
	width: 115px;
}

.tricBox {
	box-sizing: border-box;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    border: 1px solid #c0bfbf;
    padding: 5px 13px 5px 4px;
    font-size: 17px;
    line-height: 18px;
    z-index: 50;
    background: url(/images/board/arrow-select.gif) no-repeat right 5px top 50%;
}

input.text {
    border: 1px solid #ddd;
    height: 30px;
}

.searchArea input.text {
    width: 132px;
    height: 28px;
    margin-top: -1px;
    margin-left: 16px;
    padding: 0 10px;
    border: 1px solid #c0bfbf;
}

.topBtnArea .button, p .button {
    padding: 4px 15px;
    font-family: 'NanumBarunGothic','Nanum Gothic';
    background-color: #fafafa;
    border: 1px solid #bbb;
    border-bottom: 1px solid #a8a8a8;
    border-radius: 0.2em;
}

.searchArea input.button {
    width: 60px;
    height: 30px;
    padding: 0;
    border: 1px solid #061d45;
    color: #ffffff;
    border-radius: 0;
    background-color: #061d45;
    font-size: 17px;
    text-align: center;
	cursor: pointer;
}

.content.board table {
    width: 100%;
   /*  border-top: 3px solid #e91063; */
    border-top: 3px solid #061d45;
    border-collapse: separate;
}

.content.board table * {
	font-family:'Nanum Gothic', sans-serif !important;
}

.content.board .tableFixed {
    table-layout: fixed;
}

.content.board tr.header {
    height: 34px;
    background-color: #F2F2F2;
}
.content.board th {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    line-height: 2.5em;
    text-align: center;
    background: url(/images/board/thBg.gif) no-repeat 0 50%;
}
.content.board th.first {
    background: none;
}
.content.board td {
    border-bottom: 1px dotted #ccc;
    height: 3.2em;
    text-align: center;
    background-color: #fff;
    color: #000;
}
.content.board td a:hover {
	font-weight: 600;
	color: #e91063 !important;
}
.content.board table tr td {
    vertical-align: middle;
}
.content.board td.no {
    color: #999;
}
.content.board td.left {
    text-align: left !important;
    padding-left: 5px;
    color: #000;
}
.content.board .boardContents table td.left {
    overflow: hidden;
    color: #7c7c7c;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}
.content.board table td .bold {
    font-weight: 600;
}
.content.board td A:visited, td A:active, td A:link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.content.board td.hit {
    font-weight: 600;
    color: #e91063;
}

.pageArea {
    text-align: center;
    margin: 40px 0;
    font-weight: 600;
	font-size: 0;
}

.pageArea a {
    font-size: 15px;
    border: 1px solid #f8f9fa;
    padding: 5px 10px;
    margin-left: -1px;
    cursor: pointer;
    background-color: #fff;
    color: #777;
}

.pageArea .on {
    color: #e91063;
    padding: 6px 11px;
    border: 1px solid #bbb;
}

.pageArea .onNext {
    border-left: 1px solid #bbb;
}


/* .content.board td,.content.board  div,.content.board  pre {
    color: #2f2f2f;
    text-align: justify;
    text-decoration: none;
} */

.boardContents div.info {
   /*  border-top: 3px solid #e91063; */
    border-top: 3px solid #061d45;
    border-bottom: 0;
    background-color: #fff;
}

.boardContents div.info dl {
    clear: both;
    height: 2.5em;
    margin-bottom: 1px;
    border-bottom: 1px solid #efefef;
    line-height: 2.5em;
    overflow: hidden;
}

.content.board dt {
    float: left;
    margin: 0;
    padding: 0;
}
.content.board .boardContents div.info dt {
    width: 100px;
    height: 2.5em;
    text-align: center;
    background-color: #fdfcfb;
    border-right: 1px solid #efefef;
}
.boardContents div.info dl dt, .boardContents div.info dl dd {
    line-height: 2.5em;
}
.content.board dd {
    float: left;
    margin: 0;
    padding: 0;
}
.boardContents div.info	dd {
    width: 460px;
    height: 2.5em;
    padding: 0 20px;
    border-right: 1px solid #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}
.button, .pointer {
    cursor: pointer;
}
.boardContents div.info	dd {
    width: 427px;
    height: 2.5em;
    padding: 0 20px;
    border-right: 1px solid #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}
.boardContents div.info	ddt {
    height: 2.5em;
    padding: 0 20px;
}
.boardContents div.info dd.hits {
    font-weight: 600;
    color: #e91063;
}
.boardContents .cnts {
	box-sizing: border-box;
	position: relative;
	width: 1140px;
    clear: both;
    /* width: 800px; */
    min-height: 200px;
    margin: 0 auto;
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.boardContents .cnts p {line-height: 1.5em; padding-left: 0;}

.content.board img {
	max-width: 100%;
	height:  auto !important;
	display: block;
}

.content.board .btnArea {
    text-align: center;
    margin-top: 30px;
}


.content.board .btnArea .button {
    cursor: pointer;
    font-weight: 600;
    font-family: 'NanumBarunGothic', 'Nanum Gothic';
    color: #fff;
    border: 0;
    background-color: #818181;
    border-radius: 0.2em;
}
.content.board .boardContents .btnArea .button {
    font-weight: 400;
    padding: 0 15px;
    height: 22px;
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #777;
    font-size: 12px;
    line-height: 22px;
}



/* faq */
.content.board .faq table tr td {
    text-align: left;
    color: #000;
}
.content.board .faq table tr td.question {
	position: relative;
	display:block;clear:both;
	width: calc(100% - 102px);
    padding: 20px 50px;
    background: url(/images/board/fq_q-ic.gif) 15px no-repeat;
	height: auto;
}

div.tableDiv {
	display: table;
	vertical-align: top;
	height: 100%;
}
div.tableDiv-cell {
	display: table-cell;
	vertical-align: top;
	line-height: 1.6;
}

.tableDiv-cell b {
	font-weight: bold;
}

.tableDiv-cell p {margin-top: -1px; line-height: 1.5em;}
.tableDiv-cell p:nth-child(n+2) {margin-top: 10px; line-height: 1.5em;}


.content.board .faq table tr td.question a {
	color: #000 !important;
	cursor: pointer;
}
.content.board .faq table tr td.question a:hover {
    font-weight: 600;
}

.content.board .faq table tr td.questionOn {
    font-weight: 600;
}

.content.board .faq table tr td.questionOn a {
    font-weight: 600;
}

.content.board .faq table tr td A:hover {
    color: #000;
}

.content.board .faq table tr td.answer {
	display:none !important;clear:both;
	width: calc(100% - 177px);
	display: block;
    padding: 15px 88px;
    background: url(/images/board/fq_a-ic.gif) #f8f9fa 50px 15px no-repeat;
	height: auto;
}
.content.board .faq table tr td.answer.answer-open {
	display:block !important;
}

.content.board .faq table tr td.answer .answerArea {
    line-height: 20px;
}

.content.board .faq table tr td.answer a {
	color: blue;
}
.content.board .faq table tr td.answer a:hover {
	color: blue !important;
}



.faq div.tabMn {
    clear: both;
    margin-top: 22px;
    margin-bottom: 20px;
}
.faq div.tabMn dl {
    position: relative;
    height: 43px;
    margin: 0;
    padding: 0;
}
.faq div.tabMn dd {
    width: 247px;
    height: 43px;
    margin-left: -1px;
    border: 1px solid #fff;
    color: #333;
    font-size: 20.11px;
    line-height: 43px;
    text-align: center;
    background-color: #C8D5E2;
    cursor: pointer;
}
.faq div.tabMn dd.on {
    border: 1px solid #fff;
    color: #fff;
    background-color: #061d45;
}

a.lock:after {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-left: 3px;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	background: url(/images/board/lock.gif)no-repeat center;
}

td.anserOk:after {
	display: inline-block;
	padding: 5px 10px;
	color: #fff !important;
	margin-left: 3px;
	content: "답변완료";
	vertical-align: middle;
	box-sizing: border-box;
	background: #636363;
	color: #333;
	font-size: 15px;
}


.content.board .write-btn {
	display: inline-block;
    height: 30px;
    padding: 0 20px;
    border: 1px solid #d21a21;
    color: #ffffff;
    border-radius: 0;
    background-color: #e91063;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
}

.delete-number {
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	width: 250px;
	height: auto;
	padding: 30px 20px;
	position: fixed; left: 0;right: 0;margin: auto;top: 50%; transform:translateY(-50%);
	z-index: 9999999;
}
.delete-number input.passInput{
	background: #fff;
	border: 1px solid #ccc;
	width: 140px;
	height: 30px;
	box-sizing: border-box;
	padding: 0 10px;
}
.delete-number .delete-number-in {
	margin-top: 15px;
}
.delete-number .delete-number-in button{
	font-weight: 400;
    padding: 0 15px;
    height: 22px;
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #777;
    font-size: 12px;
    line-height: 22px;
	cursor: pointer;
}


/* 갤러리 */

.galleryBox {
    border-top: 3px solid #061d45;
position: relative;
display: inline-block;
font-size: 0;
width: 100%;
height: auto;
box-sizing: border-box;
padding: 20px 0;
}

.galleryList {
position: relative;
display: block;
width: 100%;
height: auto;
}
.galleryList>li {
float: left;
list-style: none;
position: relative;
width: 366px;
margin-right: 19px;
}
.galleryList>li:nth-child(3n) {
margin-right: 0;
}
.galleryList>li:nth-child(n+4) {
margin-top: 40px;
}

.galleryList>li a.img_thum {
	position: relative;
    display: inline-block;
	height: 206px;
	width: 100%;
	overflow: hidden;
}
.galleryList>li a.img_thum img {
	position: absolute; left: 0;right: 0;margin: auto;top: 50%; transform:translateY(-50%); z-index: 5;
}

.galleryList>li a {
    display: inline-block;
}

.galleryList>li h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    /* margin-top: 32px; */
    margin-top: 18px;
    height: 17px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 380px;
}
.galleryList>li p {
	margin:0;
	padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    line-height: 23px;
    margin-top: 16px;
    height: 46px;
}

.galleryList>li span {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #898989;
    font-weight: 400;
    /* margin-top: 55px; */
    margin-top: 20px;
}

.galleryList li:hover h3,.galleryList li:hover p {
text-decoration: underline !important;
}
@media only screen and (max-width: 1180px) {
    .cummunity {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }
    
    .sch select ,.sch input ,.sch button {
        box-shadow: none;
        padding: 0;
        margin: 0;
        border: 0;
        background: #fff;
       -webkit-appearance: none;
       -webkit-border-radius: 0;
       -o-appearance: none;
       -o-border-radius: 0;
       -ms-appearance: none;
       -ms-border-radius: 0;
       -moz-appearance: none;
       -moz-border-radius: 0;
       float: left;
       background-color: #fff;
       cursor: pointer;
        border: 1px solid #061d45;
        height: 35px;
        font-size: 13px;
        position: relative;
        display: block;
    }
    
    .sch select:focus ,.sch input:focus ,.sch button:focus {
        outline: none;
    }
    
    .sch select {
        width: 100px;
        color: #061d45;
        box-sizing: border-box;
        padding: 0 10px;
        border-right: 0;
        background: url(/m/images/common/board-arrow.png)no-repeat right 7px top 11px;
        background-size: 7px;
    }
    .sch input {
        width: calc(100% - 161px);
        color: #333;
        box-sizing: border-box;
        padding: 0 10px;
        border-right: 0;
    }
    .sch button {
        width: 60px;
        background: #061d45;
        color: #fff;
        box-sizing: border-box;
        padding: 0 5px;
        font-weight: 500;
    }
    
    
    .cummunity table {
        width: 100%;
        height: auto;
        margin-top: 20px;
        table-layout: fixed;
    }
    
    .cummunity table thead tr {
        background-color: #F2F2F2;
        border-top: 2px solid #061d45;
        border-bottom: 1px solid #061d45;
    }
    
    .cummunity table thead tr th {font-weight: 500; color: #111;position: relative;}
    
    .cummunity table thead tr th:after {
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        position: absolute;
        right: 0;
        top:50%; transform:translateY(-50%);
        z-index: 2;
        background: #fff;
    }
    .cummunity table thead tr th:last-child:after {
        display: none;
    }
    
    .cummunity table th,.cummunity table td {
        height: 40px;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        padding: 0 10px;
    }
    
    .cummunity table th {
        font-size: 14px;
    }
    
    .cummunity table td {
        font-size: 12px;
    }
    
    .cummunity table tbody tr {
        border-bottom: 1px solid #ccc;
    }
    
    .cummunity table td.td-title {
        text-align: left;
        vertical-align: middle;
    }
    
    .cummunity table td.td-title span.title {
        text-align: left;
        cursor: pointer;
        width: 100%;
        display: inline-block;
        
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }
    
    .cummunity table td span.notice {
        padding: 3px 5px;
        background: #e91063;
        color: #fff;
    }
    
    .cummunity table td.td-title span {
        vertical-align: top;
    }
    
    .pageArea {
        text-align: center;
        margin: 40px 0;
        font-weight: 600;
        font-size: 0;
    }
    
    .pageArea a {
        font-size: 15px;
        border: 1px solid #f8f9fa;
        padding: 5px 10px;
        margin-left: -1px;
        cursor: pointer;
        background-color: #fff;
        color: #777;
    }
    /* 
    .cummunity table thead th:nth-child(1) {width: 72px;}
    .cummunity table thead th:nth-child(2) {width: calc(100% - 172px);}
    .cummunity table thead th:nth-child(3) {width: 100px;}
     */
    
    
    
    
    .board_list .tbody {
        border-top: 2px solid #013765;
    }
    
    
    .board_list .tbody ul {
        position: relative;
        border-bottom: 1px solid #e0e0e0;
        overflow: hidden;
    }
    .board_list .tbody ul {
        padding: 10px 15px 7px 50px;
    }
    
    .board_list .num {
        position: absolute;
        top: 16px;
        left: 15px;
        width: auto !important;
    }
    
    .board_list .tbody ul li {
        float: left;
        color: #333;
        font-size: 16px;
        text-align: center;
    }
    
    .board_list .tbody ul li {
        font-size: 12px;
        letter-spacing: -0.5px;
    }
    
    
    .board_list .tbody ul li.num {
        color: #023761;
    }
    
    .board_list .tbody ul li span {
        display: block;
        padding: 0;
        font-weight: 400;
        font-size: 12px;
    }
    
    
    .board_list .tbody ul li.tit {
        text-align: left;
    }
    
    .board_list .tbody ul li.tit {
        margin-bottom: 5px;
    }
    
    
    .board_list .num {
        position: absolute;
        top: 16px;
        left: 15px;
        width: auto !important;
    }
    
    .board_list .tit {
        width: 100% !important;
    }
    
    .board_list .name {
        width: auto !important;
        padding: 0 10px 8px 0;
        color: #9e9e9e !important;
    }
    
    .board_list .name {
        width: auto !important;
        padding: 0 10px 8px 0;
        color: #9e9e9e !important;
    }
    
    .board_list .date {
        width: auto !important;
        padding: 0 10px 8px 0;
        color: #9e9e9e !important;
    }
    
    .board_list .hits {
        width: auto !important;
        padding: 0 10px 8px 0;
        color: #9e9e9e !important;
    }
    
    
    .board_list .file {
        width: auto !important;
        padding: 0 10px 8px 0;
        color: #fff !important;
    }
    
    .board_list .tbody ul li .m_tit {
        display: none;
        margin-right: 7px;
        padding-right: 7px;
        line-height: 12px;
        border-right: 1px solid #ccc;
        font-style: normal;
        font-size: 12px;
    }
    
    .board_list .tbody ul li .m_tit {
        display: inline-block;
    }
    
    .board_list .tbody ul li.tit a {
        position: relative;
        display: inline-block;
        max-width: calc(90% - 15px);
        padding: 0 25px 0 0;
        color: #525252;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }
    
    
    .board_list .tbody ul li.tit a {
        padding: 5px 25px 5px 0;
    }
    
    .board_list .tbody ul li.tit a {
        font-size: 14px;
        letter-spacing: -1px;
    }
    
    .board_list .tbody ul.notice {
        background: #f9f9f9;
    }
    
    .board_list .tbody ul li span.notice {
        color: #fff;
        background: #e91063;
        padding: 2px 3px;
        margin-left: -6px;
    }
    
    .board_view {
        border-top: 2px solid #013765;
    }
    
    .board_view .board_head {
        border-bottom: 2px solid #d8d8d8;
        padding: 15px 5px;
    }
    
    
    .board_view .board_head .tit {
        color: #000;
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    
    
    .board_view .board_head dl {
        position: relative;
        font-size: 0;
        letter-spacing: -1px;
        margin-top: 8px;
    }
    .board_view .board_head dl dt {
        display: inline-block;
        zoom: 1;
        color: #013763;
        font-weight: 500;
        vertical-align: middle;
        margin-right: 8px;
        padding-left: 0;
        border-left: none;
        font-size: 12px;
    }
    
    .board_view .board_head dl dt:first-child {
        padding-left: 0;
        border-left: none;
    }
    
    .board_view .board_head dl dd {
        display: inline-block;
        zoom: 1;
        padding-right: 20px;
        color: #656565;
        font-size: 12px;
        font-weight: normal;
        vertical-align: middle;
        padding-right: 10px;
    }
    .board_view .board_body {
        max-width: 800px;
        margin: 0 auto;
        color: #333;
        line-height: 160%;
        padding: 40px 5px;
        font-size: 14px;
        word-break: break-all;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .board_link {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }
    .board_link dl {
        overflow: hidden;
    }
    
    .board_link dl dt {
        float: left;
        width: 10%;
        background: #efefef;
    }
    .board_link dl dt {
        width: 20%;
    }
    .board_link dl dt span {
        display: block;
        padding: 16px 10px;
        color: #383838;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        padding: 12px 10px;
        font-size: 12px;
    }
    
    .board_link dl dd {
        float: left;
        width: 90%;
        font-size: 0;
        width: 80%;
    }
    
    .board_link dl dd span {
        display: block;
        padding: 16px 25px;
        color: #666;
        font-size: 16px;
        font-weight: normal;
        padding: 12px 10px;
        font-size: 12px;
    }
    .board_link dl.next dt {
        border-top: 1px solid #e0e0e0;
    }
    
    .board_link dl.next dd {
        border-top: 1px solid #e0e0e0;
    }
    
    
    .btn_group {
        margin-top: 20px;
        text-align: right;
    }
    
    .btn_basic {
        display: inline-block;
        zoom: 1;
        *display: inline;
        min-width: 110px;
        padding: 12px 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        border: 1px solid #013765;
        background-color: #013765;
        vertical-align: middle;
        min-width: 60px;
        padding: 8px 10px;
        font-size: 13px;
        margin-left: 0;
    }
    
    .board_list .tbody ul li span.board_lock {
        font-size: 0; background: url(/m/images/board/lock.gif)no-repeat center center;background-size: 12px; margin-right: 3px; width: 12px; height: 12px;display: inline-block;
    }
    
    
    li.answered {
        display: block;
        width: 100%;
        text-align: left !important;
    }
    li.answered span {
        display: inline-block !important;
        box-sizing: border-box;
        padding: 3px 5px !important;
        background: #636363;
        font-size: 13px;
        color: #fff;
        margin-bottom: 5px;
    }
    
    .delete-number {
        display: none;
        background: #fff;
        border: 1px solid #ccc;
        width: 250px;
        height: auto;
        padding: 30px 20px;
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999999;
    }
    
    .delete-number input.passInput {
        background: #fff;
        border: 1px solid #ccc;
        width: 140px;
        height: 30px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    
    .delete-number .delete-number-in {
        margin-top: 15px;
    }
    
    .delete-number .delete-number-in button {
        font-weight: 400;
        padding: 0 15px;
        height: 22px;
        background: #fff;
        border: 1px solid #dfdfdf;
        color: #777;
        font-size: 12px;
        line-height: 22px;
        cursor: pointer;
    }
    
    
    .tbl_write {
        width: 100%;
        border-collapse: collapse;
        display: block;
        border-top: 2px solid #013765;
    }
    .tbl_write {
    }
    
    
    
    .tbl_write dl {
        display: block;
        padding: 15px 10px;
        border-bottom: 1px solid #e0e0e0;
        margin: 0;
        overflow: hidden;
    }
    
    .tbl_write dl dt {
        color: #333;
        font-weight: 600;
        vertical-align: middle;
        display: block;
        width: auto;
        margin-bottom: 10px;
        padding: 0;
        font-size: 16px;
        text-align: left;
        background: #fff;
        border: none;
    }
    
    .tbl_write dl:first-child dt {
        border-top: none;
    }
    
    .tbl_write dl dt label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 500;
        cursor: pointer;
    }
    
    .tbl_write input[type="text"], .tbl_write input[type="password"], .tbl_write textarea {
        padding: 10px 0;
        color: #666;
        font-weight: normal;
        text-indent: 10px;
        border: 1px solid #e0e0e0;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    
    .tbl_write input[type="text"], .tbl_write input[type="password"], .tbl_write textarea {
        width: 100% !important;
        font-size: 16px;
    }
    
    .tbl_write dl dd {
        margin: 0;
        color: #333;
        vertical-align: middle;
        display: block;
        width: auto;
        padding: 0;
        font-size: 13px;
        border: none;
    }
    
    .tbl_write dl dd .edit {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        min-height: 150px;
        border: 1px solid #e0e0e0;
    }
    
    .btn_group.ac {
        margin-top: 20px;
        text-align: center;
    }
    .btn_group.ac .btn_basic {
        min-width: 60px;
        padding: 8px 10px;
        font-size: 13px;
    }
    .btn_basic.white {
        color: #333;
        border: 1px solid #bdbdbd;
        background-color: #fff;
    }
    
    a.a-down-ic {
        position: relative;
        margin-right: 5px;
        font-size: 14px;
        color: #666;
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
    }
    
    a.a-down-ic:last-child {
        margin-bottom: 0;
    }
    
    a.a-down-ic:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: red;
        vertical-align: middle;
        background: url(/m/images/common/file_ic.png)center center no-repeat;
        background-size: 20px;
    }
    
    .content.board table {
        width: 100%;
       /*  border-top: 3px solid #e91063; */
        border-top: 3px solid #061d45;
        border-collapse: separate;
        margin-top: 20px;
    }
    
    .content.board table * {
        font-family:'Nanum Gothic', sans-serif !important;
    }
    
    .content.board td {
        border-bottom: 1px dotted #ccc;
        height: 3em;
        text-align: center;
        background-color: #fff;
        color: #000;
    }
    
    .content.board table tr td {
        vertical-align: middle;
    }
    
    .faqBtn a {
        display: inline-block;
        width: 33.333%;
        height: 40px;
        background: #C8D5E2;
        text-align: center;
        font-size: 15px;
        color: #333;
        font-weight: 400;
        line-height: 40px;
        border-right: 1px solid #fff;
        box-sizing: border-box;
    }
    
    .faqBtn a:last-child {
        border-right: 0;
    }
    
    .faqBtn a.active  {
        background: #061d45;
        color: #fff;
    }
    
    
    
    
    
    
    
    /* faq */
    .content.board .faq table tr td {
        text-align: left;
        color: #000;
    }
    .content.board .faq table tr td.question {
        position: relative;
        display:block;clear:both;
        /* width: calc(100% - 102px); */
        width: 100%;
        padding: 20px 15px 20px 50px;
        background: url(/m/images/board/fq_q-ic.gif) 15px no-repeat;
        height: auto;
        font-weight: 400;
        box-sizing: border-box;
    }
    
    .content.board .faq table tr td.answer a {
        color: blue;
        font-weight: bold;
    }
    
    div.tableDiv {
        display: table;
        vertical-align: top;
        height: 100%;
    }
    div.tableDiv-cell {
        display: table-cell;
        vertical-align: top;
        line-height: 1.6;
    }
    
    .tableDiv-cell b {
        font-weight: bold;
    }
    
    .tableDiv-cell p {margin-top: -1px; line-height: 1.5em;}
    .tableDiv-cell p:nth-child(n+2) {margin-top: 10px; line-height: 1.5em;}
    
    
    .content.board .faq table tr td.question a {
        color: #000 !important;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
    }
    .content.board .faq table tr td.question a:hover {
        font-weight: 500;
    }
    
    .content.board .faq table tr td.questionOn {
        font-weight: 500;
    }
    
    .content.board .faq table tr td.questionOn a {
        font-weight: 500;
    }
    
    .content.board .faq table tr td A:hover {
        color: #000;
    }
    
    .content.board .faq table tr td.answer {
        width: 100%;
        display:none !important;clear:both;
        display: block;
        padding: 15px 20px 15px 65px;
        background: url(/m/images/board/fq_a-ic.gif) #f8f9fa 30px 15px no-repeat;
        height: auto;
    }
    .content.board .faq table tr td.answer.answer-open {
        display:block !important;
    }
    
    .content.board .faq table tr td.answer .answerArea {
        line-height: 20px;
    }
    
    
    
    
    
    .faq div.tabMn {
        clear: both;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .faq div.tabMn dl {
        position: relative;
        height: 43px;
        margin: 0;
        padding: 0;
    }
    .faq div.tabMn dd {
        width: 247px;
        height: 43px;
        margin-left: -1px;
        border: 1px solid #fff;
        color: #333;
        font-size: 20.11px;
        line-height: 43px;
        text-align: center;
        background-color: #C8D5E2;
        cursor: pointer;
    }
    .faq div.tabMn dd.on {
        border: 1px solid #fff;
        color: #fff;
        background-color: #061d45;
    }
    
    
    
    
    /* 갤러리 */
    
    .galleryBox {
    border-top:2px solid #013765;
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 0;
    }
    
    .galleryList {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    }
    .galleryList>li {
    float: left;
    list-style: none;
    position: relative;
    width: 49.5%;
    margin-right: 1%;
    min-height: 280px;
    }
    .galleryList>li:nth-child(2n) {
    margin-right: 0%;
    }
    .galleryList>li:nth-child(n+3) {
    margin-top: 40px;
    }
    /*
    .galleryList>li a {
        display: inline-block;
    }
    */
    .galleryList>li a.img_thum {
        position: relative;
        display: inline-block;
        height: 0;
        padding-bottom: 57%;
        width: 100%;
        overflow: hidden;
    }
    .galleryList>li a.img_thum img {
        position: absolute; left: 0;right: 0;margin: auto;top: 50%; transform:translateY(-50%); z-index: 5;
    }
    .galleryList>li h3 {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 17px;
        color: #000000;
        font-weight: 500;
        /* margin-top: 32px; */
        margin-top: 18px;
        height: 17px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        width: 100%;
    }
    .galleryList>li p {
        margin:0;
        padding: 0;
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 16px;
        color: #414141;
        font-weight: 400;
        line-height: 23px;
        margin-top: 16px;
        height: 46px;
    }
    
    .galleryList>li span {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 14px;
        color: #898989;
        font-weight: 400;
      /*   margin-top: 55px; */
        margin-top: 20px;
    }
    
    .galleryList li:hover h3,.galleryList li:hover p {
    text-decoration: underline !important;
    }
    
    .galleryList>li img {
        width: 100%;
    }
    
    @media all and (max-width: 520px) {
        .galleryList>li {
            width: 100%;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
            box-sizing: border-box;
        }
        
            
        .galleryList>li:nth-child(2n) {
        margin-right: 0%;
        }
        .galleryList>li:nth-child(n+3) {
        margin-top: 0;
        }
        .galleryList>li:nth-child(n+2) {
        margin-top: 20px;
        }
        
    }
    
    .qna-write-btn {
        display: inline-block;
        height: 30px;
        padding: 0 20px;
        border: 1px solid #d21a21;
        color: #ffffff;
        border-radius: 0;
        background-color: #e91063;
        font-size: 17px;
        text-align: center;
        cursor: pointer;
    }
    
}




 
/* 갤러리2 소식지 */

.galleryBox2 {
    border-top: 3px solid #061d45;
position: relative;
display: inline-block;
font-size: 0;
width: 100%;
height: auto;
box-sizing: border-box;
padding: 20px 0;
}

.galleryList2 {
position: relative;
display: block;
width: 100%;
height: auto;
}
.galleryList2>li {
float: left;
list-style: none;
position: relative;
width: 366px;
margin-right: 19px;
}
.galleryList2>li:nth-child(3n) {
margin-right: 0;
}
.galleryList2>li:nth-child(n+4) {
margin-top: 40px;
}

.galleryList2>li a.img_thum {
	position: relative;
    display: inline-block;
	height: 370px;
	width: 300px;
	overflow: hidden;
    border: 1px solid #d4d4d4;
}
.galleryList2>li a.img_thum img {
	position: absolute; left: 0;right: 0;margin: auto;top: 50%; transform:translateY(-50%); z-index: 5;
}

.galleryList2>li a {
    display: inline-block;
}

.galleryList2>li h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    /* margin-top: 32px; */
    margin-top: 18px;
    height: 17px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 380px;
}
.galleryList2>li p {
	margin:0;
	padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    line-height: 23px;
    margin-top: 16px;
    height: 46px;
}

.galleryList2>li span {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #898989;
    font-weight: 400;
    /* margin-top: 55px; */
    margin-top: 20px;
}

.galleryList2 li:hover h3,.galleryList2 li:hover p {
text-decoration: underline !important;
}


@media only screen and (max-width: 1180px) {
 /* 갤러리 */
    
    .galleryBox2 {
    border-top:2px solid #013765;
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 0;
    }
    
    .galleryList2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    }
    .galleryList2>li {
    float: left;
    list-style: none;
    position: relative;
    width: 49.5%;
    margin-right: 1%;
    min-height: 280px;
    }
    .galleryList2>li:nth-child(2n) {
    margin-right: 0%;
    }
    .galleryList2>li:nth-child(n+3) {
    margin-top: 40px;
    }
    /*
    .galleryList2>li a {
        display: inline-block;
    }
    */
    .galleryList2>li a.img_thum {
        position: relative;
        display: inline-block;
        height: 0;
        padding-bottom: 110%;
        width: 100%;
        overflow: hidden;
    }
    .galleryList2>li a.img_thum img {
        position: absolute; left: 0;right: 0;margin: auto;top: 50%; transform:translateY(-50%); z-index: 5;
    }
    .galleryList2>li h3 {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 17px;
        color: #000000;
        font-weight: 500;
        /* margin-top: 32px; */
        margin-top: 18px;
        height: 17px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        width: 100%;
    }
    .galleryList2>li p {
        margin:0;
        padding: 0;
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 16px;
        color: #414141;
        font-weight: 400;
        line-height: 23px;
        margin-top: 16px;
        height: 46px;
    }
    
    .galleryList2>li span {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 14px;
        color: #898989;
        font-weight: 400;
      /*   margin-top: 55px; */
        margin-top: 20px;
    }
    
    .galleryList2 li:hover h3,.galleryList2 li:hover p {
    text-decoration: underline !important;
    }
    
    .galleryList2>li img {
        width: 100%;
    }
    
    @media all and (max-width: 520px) {
        .galleryList2>li {
            width: 100%;
            border-bottom: 1px solid #eee;
            padding-bottom: 40px;
            box-sizing: border-box;
        }
        
            
        .galleryList2>li:nth-child(2n) {
        margin-right: 0%;
        }
        .galleryList2>li:nth-child(n+3) {
        margin-top: 0;
        }
        .galleryList2>li:nth-child(n+2) {
        margin-top: 20px;
        }
        
    }
    
    .qna-write-btn {
        display: inline-block;
        height: 30px;
        padding: 0 20px;
        border: 1px solid #d21a21;
        color: #ffffff;
        border-radius: 0;
        background-color: #e91063;
        font-size: 17px;
        text-align: center;
        cursor: pointer;
    }

}









































































































































































































































































































































































































































