.content.board {
    width: 100%;
    margin: 0 auto;
    min-height: 550px;
    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: #;
    height: 30px;
	vertical-align: top;
}

.searchArea .selectWrap {
    float: left;
	margin-right: 5px;
}

/* .searchArea .selectWrap:after {
    content: "";
	clear: both;
	display: block;
} */

.content.board select {
    width: 100px;
    position: relative;
    z-index: 100;
}

.searchArea .selectWrap select {
    vertical-align: top;
	width: 115px;
	height: 30px;
}

.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-left: 16px;
    padding: 0 10px;
    border: 1px solid #c0bfbf;
	vertical-align: top;
}

.topBtnArea .button, p .button {
    padding: 4px 15px;
    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 * {
}

.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: #;
    color: #777;
	font-weight: 400;
	font-family: 'Malgun Gothic','맑은고딕','맑은 고딕';
}

.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;
    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: 340px;
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 {
	z-index: 5;
	height: 120%;	position:absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
}

.galleryList>li a {
    display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.galleryList>li h3 {
	letter-spacing: -0.9px;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    /* margin-top: 32px; */
    margin-top: 18px;
    height: 20px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 340px;
	vertical-align: top;
}
.galleryList>li p {
	margin:0;
	padding: 0;
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    line-height: 23px;
    margin-top: 16px;
    height: 46px;
}

.galleryList>li span {
    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; */
font-weight: 700;
}


/* 갤러리 추가 */

.gall-list-img {
	position: relative;
	display: block;
	width: 100%;
	height: 206px;
	background-size: cover;
	background-position: center cednter;
	background-repeat: no-repeat;
}


































































































































































































































































































































































































































































