<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.search_top&gt;span,
	.search_top select,
	.search_top input[type=text],
	.search_top input[type=submit],

	.board_list,
	.board_list&gt;.table .tr,
	.board_list&gt;.table .tr&gt;div,
	.board_list&gt;.table .tr&gt;.stat&gt;.icon,

	.paging_all&gt;.btn,
	.paging_all&gt;.btn:before,
	.paging_all&gt;.btn:after,
	.paging_all&gt;.num,
	.paging_all&gt;.num&gt;strong,
	.paging_all&gt;.num&gt;a,

	.board_view&gt;table th,
	.board_view&gt;table td,
	.board_view&gt;table&gt;thead&gt;tr&gt;th,
	.board_view&gt;table .etc,
	.board_view&gt;table .etc&gt;p,

	.pageNavigation,
	.pageNavigation&gt;dl,
	.pageNavigation&gt;dl&gt;dd&gt;a,

	.btnArea a,
	.btnArea input[type=image],
	.btnArea input[type=submit],
	.btnArea button,

	.checkIn input[type=checkbox]+label:before,
	.checkIn input[type=checkbox]+label:after,
	.checkIn input[type=radio]+label:after,
	.checkIn input[type=checkbox]:checked+label,
	.checkIn input[type=radio]:checked+label,

	.board_write&gt;table .file&gt;.file_wrap&gt;.btnFile,
	.board_write&gt;table .type.point,
	.board_write&gt;table .btnBox&gt;.btns,

	.faqArea&gt;li .q:before,
	.faqArea&gt;li .a:before,
	.faqArea&gt;li .q&gt;.bul:before,
	.faqArea&gt;li .q&gt;.bul:after{transition: all .3s ease-out; transform-origin: 50% 50%;}

/*
.thumb,
.thumb&gt;span{background-image: url('../../images/front/noimage.jpg');}
.thumb&gt;span.bg,
.thumb&gt;span.stat{background-image:none !important;}
*/

/* check style */
	.checkIn{display: inline-block; vertical-align: top;}
	.checkIn input[type=checkbox],
	.checkIn input[type=radio]{display: none;}

	.checkIn input[type=checkbox]+label,
	.checkIn input[type=radio]+label{padding-left:22px; font-size: 17px; line-height:16px; color: #666; display: inline-block; cursor: pointer; position: relative;}

	.checkIn input[type=checkbox]+label:before,
	.checkIn input[type=radio]+label:after,
	.checkIn input[type=radio]+label:before{content: ""; width: 16px; height: 16px; background-color: #fff; border:1px solid #cecece; display: inline-block; position:absolute; left: 0; top:1px; box-sizing: border-box;}

	.checkIn input[type=checkbox]+label{}
	.checkIn input[type=checkbox]+label:before {background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius:2px;}
	.checkIn input[type=checkbox]+label:after{content: ""; width: 20px; height: 20px; background: url("/images/front/check.svg") no-repeat left top; font-size:0; line-height:0; position: absolute; left:0; top:0; opacity: 0;}
	.checkIn input[type=checkbox]:checked+label:before{border-color:#222;}
	.checkIn input[type=checkbox]:checked+label:after{opacity: 1;}

	.checkIn input[type=radio]+label{}
	.checkIn input[type=radio]+label:before{border-radius:99px;}
	.checkIn input[type=radio]+label:after{width: 10px; height: 10px; margin:-4px 0 0 0; left: 3px;  top:50%; border:none; border-radius:99px; -webkit-transition: .3s; transition: .3s; transform-origin: 50% 50%;}
	.checkIn input[type=radio]:checked+label:after{background-color: #666;}

/* Clause Box Style */
	.clauseArea{width:100%; font-size:0; line-height:0; overflow:hidden;}
	.clauseArea&gt;.tit{height:35px; font-weight: 500; font-size:20px; line-height:1; color: #222;}
	.clauseArea textarea{width:100%; height:300px; padding:30px; background-color: #fff; border:1px solid #ccc; font-weight: 400; font-size:15px; line-height:1.4; color: #666; overflow:hidden; overflow-y:auto; box-sizing:border-box;}
	.clauseArea .scroll strong{font-weight: 400;}
	.clauseArea .scroll&gt;p{color: #111;}
	.clauseArea .scroll&gt;p&gt;strong{font-weight: 400; color: #111;}
	.clauseArea .scroll ol{counter-reset:item;}
	.clauseArea .scroll ol&gt;li{padding-left:19px; position: relative;}
	.clauseArea .scroll ol&gt;li:before {counter-increment: item; content: counter(item)"."; width:17px; text-align: right; display: inline-block; position: absolute; top: 0; left: 0;}

	.clauseArea .scroll ol.type&gt;li{padding-left:24px;}
	.clauseArea .scroll ol.type&gt;li:before{content: counter(item)")"; width:22px; top: 0px;}

	.clauseArea .scroll ul.bul&gt;li{padding-left:10px; position: relative;}
	.clauseArea .scroll ul.bul&gt;li:before{content: "-"; display: inline-block; position:absolute; left: 0; top:-1px;}

	.clauseArea .scroll ul.circle&gt;li{padding-left:15px; position: relative;}
	.clauseArea .scroll ul.circle&gt;li:before{content: "Î¿"; display: inline-block; position:absolute; left: 0; top:-1px;}

	.clauseArea .scroll li&gt;ol,
	.clauseArea .scroll li&gt;ul{margin-bottom:7px;}

	.clauseArea .nTable{width:100%; background-color: #fff; border-top:1px solid #ebebeb; border-right:1px solid #ebebeb; box-sizing: border-box;}
	.clauseArea .nTable&gt;table{width:100%; border-spacing:0; table-layout: fixed;}
	.clauseArea .nTable&gt;table th,
	.clauseArea .nTable&gt;table td{padding:12px; border-left:1px solid #dddddd; border-bottom:1px solid #dddddd; font-weight: 300; font-size:14px; line-height:1.3; color:#888; text-align:center; border-collapse:collapse; empty-cells:show; box-sizing: border-box;}

	.clauseArea .nTable&gt;table&gt;thead&gt;tr&gt;th{background-color: #f8f8f8; font-weight:500; color:#222; position: relative;}
	.clauseArea .nTable&gt;table&gt;thead&gt;tr&gt;th+th{}

	.clauseArea .checkIn{padding-top:15px;}
	.clauseArea .checkIn input[type=checkbox]+label{height:20px; padding-left:28px; font-weight: 300; font-size: 17px; line-height:18px; color: #666;}
	.clauseArea .checkIn input[type=checkbox]+label:before{width: 20px; height: 20px; top:0;}

	.clauseArea.no .tit{display:none;}
	.clauseArea.no .scroll{height:auto; padding:0px; background-color: #fff; border:none; line-height:1.5; color: #666; overflow: visible;}

	.clauseArea .clauseTxt{font-size:17px; color:#555555; line-height:1.6;font-weight:300;padding:30px 0;border-bottom:1px solid #dddddd;}

/* Btn Style */
	.btnArea{width:100%; margin-top:30px; font-size:0; line-height:0;}
	.board_write+.btnArea{}
	.btnArea a,
	.btnArea input[type=image],
	.btnArea input[type=submit],
	.btnArea input[type=button],
	.btnArea button{width:110px; height:40px; margin:0 10px 0 0; background-color:#035ab6; border:none; font-size:14px; line-height:40px; color:#fff; text-align: center; overflow:hidden; display:inline-block; vertical-align: top; box-sizing:border-box; border-radius:2px; cursor: pointer; position: relative;}
	.btnArea button{line-height:50px;}

	.btnArea *.small{width:84px !important; height:30px !important; background-color:#adadad !important; border:none !important; line-height:30px !important; border-radius:0px !important;}

	.btnArea a.ok,
	.btnArea input.ok,
	.btnArea button.ok{background-color: #035ab6; color: #fff;}

	.btnArea a.write,
	.btnArea input.write,
	.btnArea button.write{background-color: #132a60; border:1px solid #132a60; line-height:40px; color: #fff;}

	.btnArea a.cancel,
	.btnArea input.cancel,
	.btnArea button.cancel{background-color: #969696; border:1px solid #969696; line-height:40px; color: #fff;}

	.btnArea a.delete,
	.btnArea input.delete,
	.btnArea button.delete{background-color: #484848; border:1px solid #484848; line-height:40px; color: #fff;}

	.btnArea a.list,
	.btnArea input.list,
	.btnArea button.list{background-color: #54598c; border:1px solid #54598c; line-height:40px; color: #fff;}

	.btnArea a.modify,
	.btnArea input.modify,
	.btnArea button.modify{background-color: #484848; border:1px solid #484848; line-height:40px; color: #fff;}

	.btnArea a.big,
	.btnArea input.big,
	.btnArea button.big{width:180px;line-height:60px;height:60px;font-size:20px;}

	.btnArea a.sub_big,
	.btnArea input.sub_big,
	.btnArea button.sub_big{width:400px;line-height:80px;height:80px; background-color:#035ab6;color:#fff;border:1px solid #035ab6;font-size:24px;}

	.btnArea a.sub_big.gray,
	.btnArea input.sub_big.gray,
	.btnArea button.sub_big.gray{background-color:#71737b;border:1px solid #71737b;border-radius: 10px;}

	.btnArea.tar{text-align: right;}
	.btnArea.tac{text-align: center;}
	.btnArea.tj{display: flex; justify-content: space-between;}

	.btnArea.tar a,
	.btnArea.tar input[type=image],
	.btnArea.tar input[type=submit],
	.btnArea.tar button{margin:0 0 0 10px;}

	.btnArea.tac a,
	.btnArea.tac input[type=image],
	.btnArea.tac input[type=submit],
	.btnArea.tac button{margin:0 5px;}

	.btnArea.tj a,
	.btnArea.tj input[type=image],
	.btnArea.tj input[type=submit],
	.btnArea.tj button{margin:0;}

	.btnArea a.yellow,
	.btnArea input.yellow,
	.btnArea button.yellow{background-color: #ffae00!important;border:1px solid #ffae00!important;}

	.paging_all+.btnArea{margin-top:-45px;}


/* Search Style */
	.search_top{width:100%; margin-bottom:15px; font-size:0; line-height:0; display:block; position: relative; text-align: right;}
	.search_top&gt;.total{font-size: 17px;line-height:1;color: #222;text-align: left;position: absolute;left:0;bottom:5px;display: block;font-weight: 500;}
	.search_top&gt;.total&gt;strong{font-weight: 500;font-size: 22px;color:#035ab6;}
	.search_top select,
	.search_top input[type=text],
	.search_top input[type=submit]{height:45px; padding:0 10px; background-color: #fff; border:1px solid #ccc; font-weight: 300; font-size:17px; line-height:43px; color: #666; display:inline-block; vertical-align: top; box-sizing: border-box;}
	.search_top select{padding-right:40px; background:#fff url("../../images/front/bg_select_arr.gif") no-repeat right center; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
	.search_top select::-ms-expand{display:none;}
	.search_top input[type=text]{width:213px;}
	.search_top input[type=submit]{width:90px; border-color:#888; background-color: #888; color: #fff; cursor: pointer;}

	.search_top select+input[type=text],
	.search_top select+span,
	.search_top input[type=text]+input[type=submit]{margin-left:-1px;}

	.search_tit{font-size:40px; font-weight:bold;text-align:left;line-height:1.2;position: absolute;left:0;color:#222222;}

	.search_top.bna {}
	.search_top.bna .total{display: block;left: auto; position: absolute;bottom:-55px;}


/* Board List Style */
	.board_list{width:100%; border-top:2px solid #222; border-bottom:1px solid #222; overflow:hidden; box-sizing: border-box;}
	.btnArea + .board_list{margin-top:10px;}
	.board_list&gt;.table{width:100%; margin-bottom:-1px; border-spacing:0; display:table; table-layout : fixed; position: relative;}
	.board_list&gt;.table .tr{display:table-row; position: relative;}
	.board_list&gt;.table .tr&gt;div{padding:15px 0; border-bottom:1px solid #ccc; font-weight: 300; font-size:15px; line-height:1.4; color:#444; letter-spacing: -0.025em; text-align:center; box-sizing: border-box; display:table-cell; vertical-align: middle; position: relative;}

	.board_list&gt;.table .thead&gt;div{background-color: #f8f8f8; font-weight: 500; color:#222; position: relative;}

	.board_list&gt;.table .tr&gt;.num{}
	.board_list&gt;.table .tr&gt;.num .noti{margin:-5px 0; padding:5px 5px 6px; background-color: #035ab6; font-weight: 300; font-size:13px; line-height:1; color: #fff; display:inline-block; border-radius:3px;}

	.board_list&gt;.table .tr&gt;.title{padding:0 20px; text-align:left;}
	.board_list&gt;.table .tr&gt;.title&gt;.checks{display:inline-block; vertical-align: middle;}
	.board_list&gt;.table .tr&gt;.title&gt;a{max-width:93%; font-weight: 400; color:#444; cursor:pointer; display:inline-block; vertical-align: top; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.board_list&gt;.table .tr&gt;.title&gt;.icon{padding:0 8px 3px 7px; display:inline-block; vertical-align: middle;}

	.board_list&gt;.table .tr&gt;.stat{padding:11px 0;}
	.board_list&gt;.table .tr&gt;.stat&gt;.icon{width:70px; height:30px; background-color: #f8f8f8; border:1px solid #ccc; font-weight: 300; font-size:14px; line-height:28px; color: #898989; text-align: center; display:inline-block; box-sizing: border-box; border-radius:2px;}
	.board_list&gt;.table .tr&gt;.stat&gt;.icon.end{background-color: #035ab6; border-color:#035ab6; color: #fff;}

	.board_list&gt;.table .tr&gt;.title&gt;a.active,
	.board_list&gt;.table .tr&gt;.title&gt;a:hover{color:#035ab6;}



	.board_list&gt;.table .tr .ans{padding-left:20px;padding-right:0px;background: url('/images/front/icon_reply.gif') no-repeat left center;font-weight:500;text-indent:-9999px;display:inline-block;}

/* Pageing Style */
	.paging_all{width:100%; margin:60px auto 0; font-size:0; line-height:0; text-align:center; position:relative;}
	.paging_all&gt;.btn,
	.paging_all&gt;.num&gt;strong,
	.paging_all&gt;.num&gt;a{width:40px; height:40px; background-color: #fff; border:1px solid #d1d1d1; text-align: center; display:inline-block; vertical-align:top; box-sizing: border-box; position: relative;}

	.paging_all&gt;.btn:before,
	.paging_all&gt;.btn:after{content: ""; width: 12px; height: 12px; border-width:1px 0 0 1px; border-style:solid; border-color:#666; display: inline-block; position:absolute; left: 50%; top:50%; box-sizing: border-box;}
	.paging_all&gt;.btn:after{opacity: 0;}
	.paging_all&gt;.btn.prev:before{margin:-6px 0 0 -3px; transform:rotate(-45deg);}
	.paging_all&gt;.btn.next:before{margin:-6px 0 0 -9px; transform:rotate(135deg);}

	.paging_all&gt;.btn+.btn{margin-left:-1px;}
	.paging_all&gt;.btn.prev2:before{margin:-6px 0 0 -0px; transform:rotate(-45deg);}
	.paging_all&gt;.btn.prev2:after{margin:-6px 0 0 -6px; transform:rotate(-45deg); opacity:1;}
	.paging_all&gt;.btn.next2:before{margin:-6px 0 0 -6px; transform:rotate(135deg);}
	.paging_all&gt;.btn.next2:before{margin:-6px 0 0 -6px; transform:rotate(135deg);}
	.paging_all&gt;.btn.next2:after{margin:-6px 0 0 -12px; transform:rotate(135deg); opacity:1;}

	.paging_all&gt;.num{margin:0 10px; display:inline-block; vertical-align:top}

	.paging_all&gt;.num&gt;strong,
	.paging_all&gt;.num&gt;a{margin-left:-1px; font-weight: 300; font-size:15px; line-height:38px; color:#666;}

	.paging_all&gt;.btn:hover{background-color: #035ab6; border-color:#035ab6;}
	.paging_all&gt;.btn:hover:before,
	.paging_all&gt;.btn:hover:after{border-color:#fff;}

	.paging_all&gt;.num&gt;strong,
	.paging_all&gt;.num&gt;a:hover{border-color:#035ab6;background-color:#035ab6; color:#fff; z-index:2;}


/* Board View */

	.board_view{width:100%; border-width:0px 0 1px; border-style:solid; border-color:#222; overflow:hidden; box-sizing: border-box;}
	.board_view&gt;table{width:100%; margin-bottom:-1px; border-spacing:0;}
	.board_view&gt;table th,
	.board_view&gt;table td{padding:15px 0 20px;font-weight: 300; font-size:17px; line-height:1.4; color:#222; text-align:center; border-collapse:collapse; empty-cells:show; box-sizing: border-box;}

	.board_view&gt;table&gt;thead&gt;tr&gt;th{border-bottom:none; font-weight: 400; font-size:22px; text-align: left;    border-bottom: 1px solid #222;}
	.board_view&gt;table .etc{padding:0; text-align:left;}
	.board_view&gt;table .etc&gt;p{padding:15px; font-weight: 400; text-align:center; display:inline-block; vertical-align: top; position: relative;}
	.board_view&gt;table .etc&gt;p+p:before{content: ""; width:1px; height:11px; margin-top:-5px; background-color: #ccc; display: inline-block; position:absolute; left: -2px; top:50%;}
	.board_view&gt;table .etc&gt;p&gt;strong{padding-right:15px; font-weight: 400; display: inline-block; vertical-align: top; position: relative;}
	.board_view&gt;table .etc&gt;p&gt;strong:before{content: ":"; display: inline-block; position:absolute; right: 5px; top:0px;}

	.board_view&gt;table&gt;tbody&gt;tr&gt;td.cont{height:250px; padding:10px 15px 70px; border-bottom:none; font-weight: 400; text-align: left; vertical-align: top;    word-break: break-all;}
	.board_view&gt;table&gt;tbody&gt;tr&gt;td.cont img{/*width:auto !important;*/ height:auto !important;max-width:1170px;}

	.board_view&gt;table&gt;tbody&gt;tr&gt;td.file{padding:10px 15px 30px 12px; font-size:0; line-height:0; text-align: left;}
	.board_view&gt;table&gt;tbody&gt;tr&gt;td.file&gt;a{margin:5px 0 0 3px; padding:0 58px 0 10px; background:#035ab6 url('/images/front/btn_bView_file.svg') no-repeat right center; background-size: contain; font-size:14px; line-height:31px; color: #fff; display:inline-block; vertical-align: top; border-radius:2px;}

	.board_view td.answer{padding:30px; background-color: #fafafa; text-align: left;  vertical-align: top;}
	.board_view td.answer&gt;.tit{padding-bottom:15px; font-weight: 500; font-size:19px; line-height:1; color: #222;}

	.board_view table.inTb{width:100%; margin-top:50px; border-top:1px solid #d3d3d3; border-spacing:0; table-layout: fixed;}
	.board_view table.inTb th,
	.board_view table.inTb td{padding:20px; border-bottom:1px solid #d3d3d3; font-weight: 300; font-size:15px; line-height:1.4; color:#666; text-align:left; border-collapse:collapse; empty-cells:show; box-sizing: border-box;}
	.board_view table.inTb th{padding:20px 0; background-color: #f7f7f7; color: #333; text-align:center;}
	.board_view table.inTb .money{font-weight: 400; color: #f43131;}

	.board_view table.inTb+table.inTb{margin-top:30px;}

	.view_cate{position:relative;display:inline-block;color:#035ab6; font-weight:600;font-size:22px;vertical-align:top;padding-right:30px;}
	/* .view_cate:before{content:"";position:absolute;right:15px;top:50%;margin-top:-13px;width:1px; height:26px; background-color:#dddddd;} */
	.view_tit{display:inline-block;width:87%; word-break: break-all;font-size:22px;line-height:1.4;color:#222222;}

	.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
	.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}


/* Comment Style */
	.commentArea{font-size:0; line-height:0;}
	.commentArea .writeArea{padding:20px; background-color:#f9f9f9; border:1px solid #dedede;}
	.commentArea .writeArea dt{height:40px; font-weight:500; font-size:21px; line-height:1; color:#262626; position:relative;}
	.commentArea .writeArea dd+dd{margin-top:12px;}

	.commentArea .writeArea dd input[type=text],
	.commentArea .writeArea dd input[type=password]{width:100%; height:40px; margin-right:12px; padding:0 15px; background-color:#fff; border:1px solid #dedede; font-weight: 300; font-size:16px; line-height:38px; color:#444754; box-sizing: border-box; vertical-align:middle; display:inline-block;}

	.commentArea .writeArea dd.two{display: flex; justify-content: space-between;}
	.commentArea .writeArea dd.two&gt;textarea{width:91%; height:100px; margin-right:10px; padding:15px; border:1px solid #dedede; font-size:16px; line-height:1.4; color:#444754; box-sizing: border-box; resize: none;}
	.commentArea .writeArea dd.two&gt;input[type=submit]{width:130px; min-width:130px; height:100px; background-color:#132a60; border:none; font-weight: 300; font-size:14px; line-height:1; color:#fff; text-align: center; overflow:hidden; display:inline-block; vertical-align: top; box-sizing:border-box; border-radius:2px; cursor: pointer; position: relative;}
	.commentArea .writeArea dd.two&gt;input[type=button]{width:130px; min-width:130px; height:100px; background-color:#132a60; border:none; font-weight: 300; font-size:14px; line-height:1; color:#fff; text-align: center; overflow:hidden; display:inline-block; vertical-align: top; box-sizing:border-box; border-radius:2px; cursor: pointer; position: relative;}

	.commentArea .writeArea .checkIn{padding-left:5px; vertical-align: middle;}
	.commentArea .writeArea .checkIn input[type=checkbox]+label{padding-left:20px; line-height:18px; color: #666;}

	.commentArea{font-size:0; line-height:0;}
	.commentArea .cwriteArea{}
	.commentArea .cwriteArea dt{height:30px; font-weight:500; font-size:18px; line-height:1; color:#262626; position:relative;}
	.commentArea .cwriteArea dd{display: flex; justify-content: space-between;}
	.commentArea .cwriteArea dd&gt;textarea{width:91%; height:100px; margin-right:5px; padding:15px; border:1px solid #d6d4d5; font-size:14px; line-height:1.4; color:#666; box-sizing: border-box;}
	.commentArea .cwriteArea dd&gt;input[type=submit]]{width:100px; min-width:100px; height:100px; background-color:#5a4599; border:none; font-weight: 300; font-size:14px; line-height:1; color:#fff; text-align: center; overflow:hidden; display:inline-block; vertical-align: top; box-sizing:border-box; border-radius:2px; cursor: pointer; position: relative;}

	.commentArea .viewArea{margin-top:30px; border-top:1px solid #dedede;}
	.commentArea .viewArea&gt;dl{padding:20px; border-bottom:1px solid #dedede; font-size:14px; line-height:1.4; color:#666; position:relative;}
	.commentArea .viewArea&gt;dl&gt;dt{font-size:16px;}
	.commentArea .viewArea&gt;dl&gt;dd{padding-top:10px; position: relative;}
	.commentArea .viewArea&gt;dl&gt;dd&gt;span{color:#888; display:inline-block; vertical-align: top; position: relative;}
	.commentArea .viewArea&gt;dl&gt;dd&gt;span+span{margin-left:15px;}
	.commentArea .viewArea&gt;dl&gt;dd&gt;span+span:before{content: ""; width:1px; height:10px; margin-top:-4px; background-color: #ccc; font-size:0; line-height:0; position: absolute; left:-8px; top:50%;}

	.commentArea .viewArea&gt;dl&gt;dd .comment_btn{display:inline-block; position:absolute; right:0; bottom:-4px;}
	.commentArea .viewArea&gt;dl&gt;dd .comment_btn&gt;a{padding:0 10px; border:1px solid #ccc; font-size:14px; line-height:25px; color:#666; display:inline-block; vertical-align:top; position: relative; border-radius:3px;}
	.commentArea .viewArea&gt;dl&gt;dd .comment_btn&gt;a+a{margin-left:3px;}

/* PageNavigation Style */
	.pageNavigation{width:100%; margin-top:-1px; border-top:1px solid #ccc; border-bottom:1px solid #222; overflow:hidden; box-sizing:border-box; position: relative; z-index:2;}
	.pageNavigation&gt;dl{width:100%; font-weight: 300; font-size:15px; line-height:1.1; color: #333; display:table; table-layout: fixed;}
	.pageNavigation&gt;dl+dl{border-top:1px solid #ccc;}
	.pageNavigation&gt;dl&gt;*{display:table-cell; vertical-align:middle; box-sizing:border-box; position: relative;}
	.pageNavigation&gt;dl&gt;dt{width:105px; height:50px; text-align:center; color: #474a52;}
	.pageNavigation&gt;dl&gt;dt:before{content: ""; width: 10px; height: 10px; border-width:1px 0 0 1px; border-style:solid; border-color:#474a52; display: inline-block; position:absolute; right: 0; top:25px; box-sizing: border-box;}
	.pageNavigation&gt;dl.prev&gt;dt:before{margin:-2px 0 0 0; transform:rotate(45deg);}
	.pageNavigation&gt;dl.next&gt;dt:before{margin:-7px 0 0 0; transform:rotate(-135deg);}

	.pageNavigation&gt;dl&gt;dd{padding:10px 25px 7px;}
	.pageNavigation&gt;dl&gt;dd&gt;a{max-width:95%; font-weight: 400; color: #333; display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.pageNavigation&gt;dl&gt;dd&gt;a:hover{color:#035ab6; }


/* Password Style */
	.memberArea{width:530px; margin:0 auto; background-color: #fff; border:1px solid #dcdcdc; font-size:0; line-height:0; box-sizing: border-box; border-radius:10px; overflow:hidden;}
	.memberArea .txt{padding-bottom:25px; font-weight: 300; font-size:15px; line-height:1; color: #777; text-align: center;}
	.memberArea .memTit{padding:42px 0 20px; text-align: center;}
	.memberArea .memTit&gt;dt{font-weight: 500; font-size:24px; line-height:1; color: #333;}
	.memberArea .memTit&gt;dd{padding-top:13px; font-weight: 300; font-size:14px; line-height:1.5; color: #333;}
	.memberArea .memTit&gt;dd&gt;p{color: #666;}

	.memberArea .fildBox{padding:0 35px;}
	.memberArea .fildBox input[type=text],
	.memberArea .fildBox input[type=password]{width:100%; height:55px; padding:0 20px; background-color:#ffff; border:1px solid #c7c7c7; font-weight: 300; font-size:15px; line-height:53px; color:#444754; box-sizing: border-box; display:block;}
	.memberArea .fildBox input + input{margin-top:7px;}

	.memberArea .findBtn{text-align: right;}
	.memberArea .findBtn&gt;span,
	.memberArea .findBtn&gt;a{font-weight: 300; font-size:14px; line-height:1; color: #6a777c; display:inline-block; vertical-align: top;}
	.memberArea .btnArea&gt;input[type=submit]{width:100%; height:55px; font-size:16px;}

	.memberArea .txtBtn{margin-top:45px; padding:30px 38px; background-color: #f9f9f9;}
	.memberArea .txtBtn&gt;li{display: flex; justify-content: space-between;}
	.memberArea .txtBtn&gt;li+li{margin-top:5px;}
	.memberArea .txtBtn&gt;li&gt;*{display:inline-block; vertical-align: top;}
	.memberArea .txtBtn&gt;li&gt;span{font-weight: 300; font-size:13px; line-height:35px; color: #666;}
	.memberArea .txtBtn&gt;li&gt;a{width:146px; background-color: #444; border:1px solid #444; font-size:13px; line-height:33px; color: #fff; text-align: center;}

	.memberArea.find{width:890px; padding:50px 0;}
	.memberArea.find .memTit{padding-top:0;}
	.memberArea.find .inBox{width:421.5px; padding:0 20px; display:inline-block; vertical-align: top; box-sizing: border-box;}
	.memberArea.find .inBox+.inBox{border-left:1px solid #d3d3d3;}
	.memberArea.find .fildBox{padding:0 0px;}

	.memberArea .snsLogin{width:100%; padding:25px 35px 0; display:table; table-layout: fixed; margin: 0 auto; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.memberArea .snsLogin&gt;*{display:table-cell; vertical-align: middle;}
	.memberArea .snsLogin&gt;dt{width:100px; font-weight: 500; font-size:16px; line-height:1; color: #252525;}
	.memberArea .snsLogin&gt;dd{text-align: right;}
	.memberArea .snsLogin&gt;dd&gt;a{display:inline-block; vertical-align: top;}
	.memberArea .snsLogin&gt;dd&gt;a+a{margin-left:10px;}

	.memGray{padding:25px 30px; background-color: #f8f8f8; font-size:0; line-height:0;}
	.memGray&gt;li{padding-left:8px; font-weight: 300; font-size:14px; line-height:1.3; color: #666; position: relative;}
	.memGray&gt;li+li{margin-top:7px;}
	.memGray&gt;li:before{content: "Â·"; color: #f16c9f; display: inline-block; position:absolute; left: 0; top:0px;}
	.memGray&gt;li.point&gt;span{font-weight: 400; color: #333; display:inline-block; vertical-align: top; position: relative;}
	.memGray&gt;li.point&gt;span+span{margin-left:41px;}
	.memGray&gt;li.point&gt;span+span:before{content: ""; width: 1px; height: 10px; margin-top:-5px; background-color: #333; display: inline-block; position:absolute; left: -21px; top:50%;}
	.memGray&gt;li.point+li{margin-top:17px;}

	/*
	.joinEnd{height:366px; padding:55px 0 0 95px; background:url('../../images/sub/bg_join_end.gif') no-repeat left top; font-size:0; line-height:0; color: #333; box-sizing: border-box;}
	.joinEnd&gt;dt{font-size:24px; line-height:1;}
	.joinEnd&gt;dd{padding-top:15px; font-weight: 300; font-size:14px; line-height:22px;}
	*/
	.joinEnd{width:100%; padding:80px 60px; background-color: #f8f8f8; font-size:0; line-height:0; display:table; box-sizing: border-box;}
	.joinEnd&gt;div{display:table-cell; vertical-align: top; box-sizing: border-box;}
	.joinEnd&gt;.textArea{width:407px; color: #333;}
	.joinEnd&gt;.textArea .title{font-weight: 500; font-size:24px; line-height:1;}
	.joinEnd&gt;.textArea .text{font-weight: 300; font-size:14px; line-height:22px;}
	.joinEnd&gt;.textArea .text .point{color: #666;}
	.joinEnd&gt;.textArea&gt;a{width:140px; height:50px; background-color: #035ab6; font-size:15px; line-height:50px; color: #fff; text-align: center; display:inline-block; vertical-align: top; cursor: pointer;}
	.joinEnd&gt;.imgArea{width:362px; text-align: center; vertical-align: middle;}
	.joinEnd&gt;.imgArea&gt;p{padding:50px 0; background-color: #e8e8e8;}

	.secedeArea{padding:35px 30px; background-color: #f8f8f8; font-weight: 400; font-size:15px; line-height:26px; color: #666;}
	.secedeArea&gt;p&gt;span{padding-left:17px;}
	.secedeArea&gt;p+p{padding-top:15px;}
	.secedeArea .point{font-weight: 500; color: #db232b;}


/* Board Write */
	.psBul{padding-left:16px; display:inline-block; vertical-align: middle; position: relative;}
	.psBul:before{content: "*"; color: #035ab6; position:absolute; left: 0; top:2px;}
	.wPs{padding-bottom:10px; font-weight: 300; font-size:14px; line-height:1; color: #666; text-align: right;}

	.board_write{width:100%; overflow:hidden; box-sizing: border-box;border-top:2px solid #222;border-bottom:1px solid #dddddd;}
	.board_write&gt;table{width:100%; margin-bottom:-1px; border-spacing:0;table-layout: fixed;}
	.board_write&gt;table th,
	.board_write&gt;table td{height:80px; padding:7px 12px; border-bottom:1px solid #dcdcdc; font-weight: 300; font-size:18px; line-height:1.3; color: #222222; text-align:left; vertical-align: middle; border-collapse:collapse; empty-cells:show; box-sizing: border-box;}

	.board_write&gt;table th{background-color:#f8f8f8; font-weight:500; line-height:20px; color: #333; text-align: center;}
	.board_write.list&gt;table td{padding:7px 6px;}
	.board_write.list.tac&gt;table td{text-align: center;}
	.board_write.text&gt;table{width:891px;}
	.board_write.text&gt;table td{padding:10px; border-right:1px solid #dcdcdc; font-size:15px; line-height:1.5; text-align: center; position: relative;}
	.board_write.text&gt;table tbody th{border-right:1px solid #dcdcdc;}
	.board_write.text&gt;table .points&gt;td:before{content: ""; border-top:2px solid #035ab6; position:absolute; left:-1px; right:-1px;}
	.board_write.text&gt;table .points.top&gt;td:before{top:-1px;}
	.board_write.text&gt;table .points.btm&gt;td:before{bottom:-1px;}
	.board_write.text&gt;table .points.top&gt;td:first-child:after{content: ""; border-left:2px solid #035ab6; border-bottom:2px solid #035ab6; position:absolute; left:-1px; right:-1px; top:-1px; bottom:-1px;}
	_:-ms-fullscreen, :root .board_write.text&gt;table .points.top&gt;td:first-child:after{bottom:-67px;}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
		.board_write.text&gt;table .points.top&gt;td:first-child:after{bottom:-67px;}
	}
	.board_write.text&gt;table .points.top&gt;td:last-child:after,
	.board_write.text&gt;table .points.btm&gt;td:last-child:after{content: ""; border-right:2px solid #035ab6; position:absolute; right:0px; top:-1px; bottom:-1px;}

	.board_write input[type=text],
	.board_write input[type=password],
	.board_write input[type=file],
	.board_write select,
	.board_write textarea{width:100%; height:47px; padding:0 10px; background-color:#fff; border:1px solid #dfdfdf; font-weight: 300; font-size:16px; line-height:47px; color:#888; box-sizing: border-box; vertical-align:middle; display:inline-block;}

	.board_write select{padding-right:20px; background:#fff url('../../images/front/bg_select_arr.gif') no-repeat right center; line-height:36px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
	.board_write select::-ms-expand{display:none;}
	.board_write textarea{width:100%; height:135px; padding:10px; line-height:1.5; display:block;}

	.board_write .btnBox{font-size:0; line-height:0;}
	.board_write .btnBox&gt;input,
	.board_write .btnBox&gt;select{width:39.8%;}
	.board_write .btnBox&gt;.btns{padding:0 20px; background-color: #848484; border:1px solid #777; font-size:14px; line-height:45px; color: #fff; display:inline-block; vertical-align: middle;}
	.board_write .btnBox&gt;input+.btns{margin-left:5px;}

	.board_write .two{max-width:43.5%; font-size:0; line-height:0; display: flex; justify-content: space-between;}

	.board_write .three{font-size:0; line-height:0; display: flex; justify-content: space-between;}
	.board_write .three input,
	.board_write .three select{width:33%;}

	.board_write .three.birth{max-width:65%;}

	.board_write .three.phone{max-width:50.3%;}
	.board_write .three.phone input{width:36%;}
	.board_write .three.phone select{width:26%;}

	.board_write .three.days{max-width:50%;}
	.board_write .three.days input,
	.board_write .three.days select{width:100%;}
	.board_write .three.days *+*{margin-left:5px}

	.board_write .three.email{max-width:100%;}
	.board_write .three.email input{width:32%;}
	.board_write .three.email select{width:35%;}
	.board_write .three.email input+select{margin-left:5px;}
	.board_write .three.email .btns{margin-left:5px; padding:0 20px; background-color: #848484; border:1px solid #777; font-size:14px; line-height:34px; color: #fff; display:inline-block; vertical-align: middle;}

	.board_write .juso{margin-top:5px; font-size:0; line-height:0; display: flex; justify-content: space-between;}
	.board_write .juso&gt;input{width:40%;}
	.board_write .juso&gt;input+input{width:60%; margin-left:5px;}

	.board_write .checkBox{margin:-5px -12px; padding:7px 12px;}
	.board_write .checkBox + .checkBox{margin-top:2px; padding-top:15px; border-top:1px solid #dcdcdc;}
	.board_write .checkBox .checkIn{width:35%;}
	.board_write .checkBox .checkIn + .checkIn{margin:5px 0;}
	.board_write .checkBox.four .checkIn{width:23%;}

	.board_write .rowBox{margin:-5px -12px; padding:7px 12px;}
	.board_write .rowBox + .rowBox{margin-top:7px; padding-top:7px; border-top:1px solid #dcdcdc;}

	.board_write&gt;table .file{width:100%; font-size:0; line-height:0; position:relative; overflow:hidden;}
	.board_write&gt;table .file&gt;.file_wrap&gt;.btnFile,
	.board_write&gt;table .file&gt;.thumb,
	.board_write&gt;table .file&gt;.thumb.text{height:40px;}

	.board_write&gt;table .file+.file{margin-top:5px;}
	.board_write&gt;table .file .checkIn{margin-right:10px; vertical-align: middle;}
	.board_write&gt;table .file&gt;.file_wrap{vertical-align:middle; display:inline-block;}
	.board_write&gt;table .file&gt;.file_wrap&gt;.btnFile{width:100px; margin-right:10px; background-color: #707070; border:1px solid #707070; font-size:14px; line-height:38px; color: #fff; text-align: center; vertical-align:middle; cursor:pointer; overflow:hidden; display:inline-block; position: relative; box-sizing: border-box;}
	.board_write&gt;table .file&gt;.file_wrap&gt;.btFile&gt;input[type=file]{width:100%; height:100%; opacity:0; cursor:pointer; position: absolute; left:0; top:0; z-index:3;}
	.board_write&gt;table .file&gt;.file_route{font-size:14px; line-height:1.3; color:#666; display:inline-block; vertical-align:middle; box-sizing: border-box; overflow:hidden; cursor: pointer;}

	.board_write&gt;table .file&gt;.thumb{width:40px; background-position: center top; background-repeat: no-repeat; background-size: cover; display:inline-block; vertical-align: middle; overflow:hidden;}
	.board_write&gt;table .file&gt;.thumb&gt;.over{width:0; height:0; margin:0; background-position: center top; background-repeat: no-repeat; background-size: cover; display: block; position: fixed; left: 50%; top:50%; z-index:99; box-sizing: border-box; -webkit-transition: .4s; transition: .4s; transform-origin: 50% 50%; opacity: 0;}
	.board_write&gt;table .file&gt;.thumb:hover&gt;.over{width:480px; height:480px; margin:-240px 0 0 -240px; opacity: 1;}
	.board_write&gt;table .file&gt;.thumb.text{width:auto; max-width:700px; padding:0 15px; font-weight: 300; font-size:14px; line-height:40px; color:#666; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box;}
	.board_write&gt;table #fileArea{position: relative;}
	.board_write&gt;table #fileArea .filePlus{width:100px; height:40px; background-color: rgba(35,24,21,0.4); font-size:14px; line-height:40px; color: #fff; text-align: center; position: absolute; right:15px; top:10px; z-index:5; border-radius:2px; box-sizing: border-box; cursor: pointer;}
	.board_write&gt;table #fileArea .filePlus:before{content: "+ ";}

	.board_write&gt;table .type{min-height:36px; font-weight: 300; font-size:14px; line-height:3; color: #888; display:inline-block; vertical-align:middle;}
	.board_write&gt;table .type.l{margin:0 15px 0 5px;}
	.board_write&gt;table .type.r{margin:0 5px 0 15px;}
	.board_write&gt;table .type.c{margin:0 5px;}
	.board_write&gt;table .point{color: #035ab6;}

	.board_write&gt;table .checkIn{margin-bottom:3px; vertical-align: middle;}
	.board_write&gt;table .checkIn + .checkIn{margin-left:30px;}
	.board_write&gt;table input[type=password] + .checkIn{margin-left:10px;}

	.board_write .checkTxt{margin-top:5px;}
	.board_write .checkTxt .checkIn + .checkIn{margin-left:15px;}


/* Faq List */
	.faqArea{width:100%; border-top:2px solid #222; font-size:0; line-height:0; position:relative;}
	.faqArea&gt;li{border-bottom:1px solid #ccc;}
	.faqArea&gt;li .q{padding:13px 90px 13px 71px; font-weight: 300; font-size:15px; line-height:25px; color: #333; display:block; position: relative; box-sizing: border-box;}
	.faqArea&gt;li .q:before{content: "Q"; width:33px; height:33px; background-color: #035ab6; font-size:18px; line-height:31px; color: #fff; text-align: center; display: inline-block; position:absolute; left: 15px; top:9px; box-sizing: border-box; border-radius:3px;}
	.faqArea&gt;li .q&gt;.bul{width:20px; height:20px; display:block; position: absolute; right:20px; top:15px;}
	.faqArea&gt;li .q&gt;.bul:before,
	.faqArea&gt;li .q&gt;.bul:after{content: ""; background-color: #666; position: absolute; left:50%; top:50%; display:block;}
	.faqArea&gt;li .q&gt;.bul:before{width:20px; height:1px; margin:-0.5px 0 0 -10px;}
	.faqArea&gt;li .q&gt;.bul:after{width:1px; height:20px; margin:-10px 0 0 -0.5px;}

	.faqArea&gt;li .q:hover{}

	.faqArea&gt;li .a{padding:16px 65px 60px 65px; background-color: #f9f9f9; border-top:1px solid #ccc; font-weight: 300; font-size:15px; line-height:22px; color: #333; display:none; position: relative; box-sizing: border-box;}
	.faqArea&gt;li .a:before{content: "A"; width:33px; height:33px; background-color: #fff; border:1px solid #ccc; font-size:18px; line-height:31px; color: #035ab6; text-align: center; display: inline-block; position:absolute; left: 15px; top:9px; box-sizing: border-box; border-radius:3px;}
	.faqArea&gt;li .a .btnBox{text-align: right; display:inline-block; position: absolute; right:30px; bottom:30px;}

	.faqArea&gt;li.active .q{background-color: #f9f9f9; font-weight: 400;}
	.faqArea&gt;li.active .q:before{}
	.faqArea&gt;li.active .q&gt;.bul:before,
	.faqArea&gt;li.active .q&gt;.bul:after{transform:rotate(45deg); background-color: #333;}



	.btn_sns_login .snsBtn{display:inline-block;cursor:pointer;}
	.btn_sns_login .snsBtn&gt;a{display:block;}


/* Board List */
	.photo_list{width:100%; font-size:0; line-height:0; overflow:hidden;padding-top:60px;}
	.photo_list ul.list{}
	.photo_list ul.list li{box-sizing: border-box;}
	.photo_list ul.list li&gt;*{width:100%; display:block; position: relative;}
	.photo_list ul.list li&gt;* .thumb{/*ì›ëž˜height:231px*/height:164px; overflow:hidden; position: relative; box-sizing: border-box;}
	.photo_list ul.list li&gt;* .thumb img{width:100%; height:100%; object-fit:cover; font-family: 'object-fit: cover;'; position: absolute; left:0; top:0;}
	.photo_list ul.list li&gt;* span.bg{width:100%; height:100%; background-color: rgba(0,0,0,0.4); position: absolute; left:0; top:0; opacity: 0; z-index:1; transition: all .3s ease-out;  transform-origin: 50% 50%;}
	.photo_list ul.list li&gt;* span.bg:before,
	.photo_list ul.list li&gt;* span.bg:after{content: ""; background-color: #fff; display: inline-block; position:absolute; left: 50%; top:50%; box-sizing: border-box; transition: all .3s ease-out;  transform-origin: 50% 50%; opacity: 0;}
	.photo_list ul.list li&gt;* span.bg:before{width: 200px; height: 1px; margin:-0.5px 0 0 -100px;}
	.photo_list ul.list li&gt;* span.bg:after{width: 1px; height: 200px; margin:-100px 0 0 -0.5px;}

	.photo_list ul.list li&gt;* .area{width:100%; border:1px solid #ebebeb; box-sizing: border-box; display:table; table-layout: fixed;}
	.photo_list ul.list li&gt;* .area .in_area{height:112px; padding:30px 15px; display:table-cell; vertical-align: middle; box-sizing: border-box; transition: all .3s ease-out; }
	.photo_list ul.list li&gt;* .area .in_area&gt;*{font-weight: 300; font-size:17px; line-height:24px; color: #666; overflow: hidden; display: block; position: relative; box-sizing: border-box;}
	.photo_list ul.list li&gt;* .area .title{font-weight: 600; font-size:22px; color: #222;margin-bottom:10px;}
	.photo_list ul.list li&gt;* .area .title .icon{margin:0 0 2px 5px; vertical-align: middle;}
	.photo_list ul.list li&gt;* .area .txt{margin-top:5px;}
	.photo_list ul.list li&gt;* .area .day{margin-top:5px;}

	.photo_list ul.list li&gt;* .area .sBay{margin-top:15px;}
	.photo_list ul.list li&gt;* .area .sBay&gt;span{color: #888; display:inline-block; vertical-align: top; position: relative;}
	.photo_list ul.list li&gt;* .area .sBay&gt;span+span{padding-left:21px;}
	.photo_list ul.list li&gt;* .area .sBay&gt;span+span:before{content: ""; width: 1px; height: 10px; margin-top:-4px; background-color: #888; font-size:0; line-height:0; display: inline-block; position:absolute; left:11px; top:50%;}

	.photo_list ul.list li&gt;* .area .tBay{margin-top:20px; position: relative;}
	.photo_list ul.list li&gt;* .area .tBay .tDay{padding-left:19px; background:url('../../images/front/icon_day.gif') no-repeat left 4px; font-weight: 300; font-size:14px; line-height:20px; color: #888; display:inline-block;}
	.photo_list ul.list li&gt;* .area .tBay .tHit{padding-left:19px; background:url('../../images/front/icon_hit.gif') no-repeat left 4px; font-weight: 300; font-size:14px; line-height:20px; color: #888; display:inline-block;}
	.photo_list ul.list li&gt;* .area .tBay .tDay+.tHit{position: absolute; right:0; top:0;}

	.photo_list ul.list li&gt;* .area .btn{}
	.photo_list ul.list li&gt;* .area .btn&gt;a{width:122px; height:40px; border:1px solid #ccc; font-weight: 300; font-size:14px; line-height:38px; color: #444; text-align: center; display:inline-block; vertical-align: top; box-sizing: border-box; transition: all .3s ease-out; }
	.photo_list ul.list li&gt;* .area .btn&gt;a:hover{background-color: #0092db; border-color:#0092db; color: #fff;}

	.photo_list ul.list li&gt;* .area .one{text-overflow: ellipsis; white-space: nowrap;}
	.photo_list ul.list li&gt;* .area .two{display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.photo_list ul.list li&gt;* .area .two{display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
	.photo_list ul.list li&gt;* .area .title.two{max-height:36px; }
	.photo_list ul.list li&gt;* .area .txt.two{max-height:36px; }
	.photo_list ul.list li&gt;* .area .txt.three{max-height:76px; }

	.photo_list ul.list li&gt;a:hover span.bg{opacity: 1;}
	.photo_list ul.list li&gt;a:hover span.bg:before{width: 100px; margin:-0.5px 0 0 -50px; opacity: 1;}
	.photo_list ul.list li&gt;a:hover span.bg:after{height: 100px; margin:-50px 0 0 -0.5px; opacity: 1;}





/* ì˜ë£Œì§„ì†Œê°œ ê²Œì‹œíŒ */
	.staff_board{padding:40px 50px;}
	.staff_board .board_list{border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;}
	.staff_board .board_list&gt;.table .tr&gt;div{border-bottom:1px solid #dddddd;color:#555;font-weight:400;}
	.staff_board .board_list&gt;.table .tr&gt;.check{width:60px;}
	.staff_board .board_list&gt;.table .tr&gt;.num{width:90px;}
	.staff_board .board_list&gt;.table .tr&gt;.title{}
	.staff_board .board_list&gt;.table .tr&gt;.etc{width:120px;}
	.staff_board .board_list&gt;.table .tr&gt;.title&gt;a{color:#555555;}

	.staff_board .checkIn input[type=checkbox]+label{position:absolute;margin-top:2px;}

	.staff_board .board_view{border:none;}
	.staff_board .board_view&gt;table .etc&gt;p&gt;strong{padding-right:0;font-weight:500;}
	.staff_board .board_view&gt;table .etc&gt;p+p:before,
	.staff_board .board_view&gt;table .etc&gt;p&gt;strong:before{display:none;}

	.staff_board .board_view&gt;table .etc a{color: #333;}

	.staff_board .btnArea{}
	.staff_board .btnArea input{height:35px;line-height:35px;width:80px;}

	.staff_board .board_write{border:none;}
	.staff_board .board_write textarea{color:#333;}
	.staff_board .board_write .write_tit{margin: 1.414em 0 0.5em;font-weight: 400;line-height: 1.2;font-family: 'NanumSquare','Noto Sans KR', sans-serif;color: #000;border:none;font-size:28px;}


/* í•µì‹¬ì¸ìž¬ */
	.photo_list.resources ul.list{margin:-40px 0 0 -67px!important;font-family: 'NanumSquare','Noto Sans KR', sans-serif;}
	.photo_list.resources ul.list li{padding:40px 0 0 67px!important;}
	.photo_list.resources ul.list li&gt;* .area{text-align:center;background-color:#fff;}
	.photo_list.resources ul.list li&gt;* .area .title{font-size:20px;line-height:1.2;color:#000000;display:inline-block;margin-bottom:10px;margin-top:10px;font-weight:600;}
	.photo_list.resources ul.list li&gt;* .area .title&gt;span{color:#0b267f;}
	.photo_list.resources ul.list li&gt;* .area .txt{font-size:17px;line-height:1.4;color:#626262;font-weight:500;max-height:70px;}
	.photo_list.resources ul.list li&gt;* .thumb{height:290px;border:1px solid #dadada;}


/* ë¼ì´ë¸Œ ê¸°ê³µì†Œ */
	.photo_list.factory ul.list{margin:-40px 0 0 -67px!important;font-family: 'NanumSquare','Noto Sans KR', sans-serif;text-align:center;}
	.photo_list.factory ul.list li{padding:40px 0 0 67px!important;}
	.photo_list.factory ul.list li&gt;* .area{border-top:none;}
	.photo_list.factory ul.list li&gt;* .area .title{font-size:20px;line-height:1.2;color:#000000;display:block;margin-bottom:10px;margin-top:0px;font-weight:600;border-bottom:1px solid #dadada;padding-bottom:15px;}
	.photo_list.factory ul.list li&gt;* .area .title&gt;span{color:#0b267f;}
	.photo_list.factory ul.list li&gt;* .area .txt{font-size:17px;line-height:1.4;color:#626262;font-weight:500;max-height:42px;}
	.photo_list.factory ul.list li&gt;* .thumb{height:290px;border:1px solid #dadada;border-top:1px solid #035ab6;}

	.photo_list.factory ul.list li&gt;* .area .in_area{ height: 123px;}
	.photo_list.factory ul.list li&gt;* .area .in_area{padding:0;}

/* ê³µë¶€í•˜ëŠ” LIVE */
	.photo_list.study ul.list{}
	.photo_list.study ul.list li&gt;* .area .in_area{text-align:left;height:220px;vertical-align:top;}
	.photo_list.study ul.list li&gt;* .area .day{position: absolute;bottom: 35px;}


/* ì‚¬íšŒê³µí—Œ LIVE */
	.photo_list.social{}
	.photo_list.social.three ul.list{margin:-60px 0 0 -59px;}
	.photo_list.social.three ul.list li{padding:60px 0 0 59px;}

/*ì´ì&nbsp;„ ì¸ë„¤ì¼ í¬ê¸°	.photo_list.social ul.list li&gt;* .thumb{height:220px;}*/
	.photo_list.social ul.list li&gt;* .thumb{width:360px; height:285px;}
	.photo_list.social ul.list li&gt;* .area .title{font-size:20px;max-height:54px;margin-bottom:0;}
	.photo_list.social ul.list li&gt;* .area .in_area{display:block;}
	.photo_list.social ul.list li&gt;* .area .in_area&gt;*{line-height:28px;}

	.photo_list.social ul.list li&gt;* .area .etc{border-top:1px solid #dddddd;padding:15px 15px 15px 15px;overflow:hidden;}
	.photo_list.social ul.list li&gt;* .etc .day{font-size:16px; color:#222222;line-height:1.4;padding-left:36px;background:url('/images/different/img_etc01.png') no-repeat center left;;box-sizing:border-box;float:left;margin-top:0;    font-weight: 500;}
	.photo_list.social ul.list li&gt;* .etc .list_cate{font-size:16px; color:#666666;line-height:1.4;float:right;font-weight:400;}


/* card style */
	.photo_list.card ul.list li&gt;* .thumb{height:375px;}
	.photo_list.card ul.list li&gt;* span.bg{display:none; z-index:-999;}

	.photo_list.card ul.list li&gt;* .area{height:auto; background-color: rgba(0,0,0,0.6); border:none; position: absolute; left:0; bottom:0px; z-index:2;}
	.photo_list.card ul.list li&gt;* .area .in_area{height:95px; vertical-align: top;}
	.photo_list.card ul.list li&gt;* .area p{color: #ccc;}
	.photo_list.card ul.list li&gt;* .area .title{color: #fff;}

	.photo_list.card ul.list li&gt;a:hover .area .in_area{height:375px;}

/* board style */
	.photo_list.board{border-top:2px solid #222; border-bottom:1px solid #222;}
	.photo_list.board&gt;ul{margin:0 0 -1px 0;}
	.photo_list.board ul.list li{width:100%; padding:20px 31px; border-bottom:1px solid #d9d9d9;}
	.photo_list.board ul.list li&gt;*{display:table; table-layout: fixed;}
	.photo_list.board ul.list li&gt;* .thumb{width:380px; min-width:380px; height:220px; overflow:hidden; display:table-cell; vertical-align: middle;}

	.photo_list.board ul.list li&gt;* .area{width:auto; height:auto; padding:0 0 0 0; border:none; display:table-cell; vertical-align: middle;}
	.photo_list.board ul.list li&gt;* .area .in_area{height:auto; padding:0; text-align: left; display:inline;}
	.photo_list.board ul.list li&gt;* .thumb+.area{padding:0 0 0 30px;}
	.photo_list.board ul.list li&gt;* .area .txt{margin-top:15px;}

	.photo_list.two ul.list,
	.photo_list.three ul.list,
	.photo_list.four ul.list,
	.photo_list.five ul.list{margin:-60px 0 0 -12px;}

	.photo_list.two ul.list li,
	.photo_list.three ul.list li,
	.photo_list.four ul.list li,
	.photo_list.five ul.list li{padding:60px 0 0 12px; display:inline-block; vertical-align: top;}

	.photo_list.two ul.list li{width:50%;}
	.photo_list.three ul.list li{width:33.3333%;}
	.photo_list.four ul.list li{width:25%;}
	.photo_list.five ul.list li{width:20%;}

    /* í™˜ìž ìží•„í›„ê¸° */
    .photo_list.linkout ul.list li&gt;* .thumb{height:auto;}
    .photo_list.linkout ul.list li&gt;* .thumb img{position:static; height:auto;}
    .photo_list.linkout ul.list li&gt;* .area{border:none;}
    .photo_list.linkout ul.list li&gt;* .area .in_area{height:auto;}




/* ê°œì¸ì&nbsp;•ë³´ì²˜ë¦¬ë°©ì¹¨ ìž…ë&nbsp;¥ ë&nbsp;ˆì´ì–´ */
	.clauseLayer,
	.clauseLayer .mpl_box{-webkit-transition: .4s; transition: .4s; transform-origin: 50% 50%;}
	.clauseLayer{background-color: rgba(0,0,0,0.7); font-size:0; line-height:0; position:fixed; left:0; top:0; right:0; bottom:0; z-index:-1; overflow:hidden; overflow-y:auto; opacity:0;}
	.clauseLayer .closeLy{width: 70px;display:inline-block;position: absolute;right: -70px;top:0;}
	.clauseLayer .mpl_In{width:100%; height:100%; display: table; position:relative;}
	.clauseLayer .mpl_cell{width:100%; height:100%; padding:70px 0; display: table-cell; vertical-align:middle; position:relative; box-sizing: border-box;}

	.clauseLayer .contLy{width:800px;margin: 0 auto;background-color:#fff;/* overflow:hidden; */border-radius: 20px;position: relative;}
	.clauseLayer .contLy .clauseArea{padding:0px 20px 40px;box-sizing:border-box;}
	.clauseLayer .mpl_box .mpl_in{padding:20px; font-size:20px; line-height:1.4; text-align: left;}
	.clauseLayer .mpl_box .mpl_in .form{padding-top:10px; display: flex; justify-content: space-between;}
	.clauseLayer .mpl_box .mpl_in .form&gt;a{width:30%; height:50px; background-color: #5d6670; font-weight: 300; font-size:14px; line-height:48px; color: #fff; text-align: center; display:inline-block; vertical-align: top;}

	.clauseLayer input[type=password]{width:70%; height:50px; padding:0 10px; background-color:#fff; border:1px solid #9e9e9e; font-weight: 300; font-size:14px; line-height:48px; color:#666; box-sizing: border-box; display:inline-block; vertical-align:top;}

	.clauseLayer.active{z-index:99; opacity: 1;}
	.clauseLayer.active .mpl_box{opacity: 1;}




/* ë¹„ë°€ë²ˆí˜¸ ìž…ë&nbsp;¥ ë&nbsp;ˆì´ì–´ */
	.passLayer,
	.passLayer .mpl_box{-webkit-transition: .4s; transition: .4s; transform-origin: 50% 50%;}
	.passLayer{background-color: rgba(0,0,0,0.7); font-size:0; line-height:0; position:fixed; left:0; top:0; right:0; bottom:0; z-index:-1; overflow:hidden; overflow-y:auto; opacity:0;}
	.passLayer .closeLy{width:100px; display:inline-block; position: fixed; right:0; top:0;}
	.passLayer .mpl_In{width:100%; height:100%; display: table; position:relative;}
	.passLayer .mpl_cell{width:100%; height:100%; padding:70px 0; display: table-cell; vertical-align:middle; position:relative; box-sizing: border-box;}
	.passLayer .mpl_box{width:90%; max-width:400px; margin:0 auto; background-color: #fff; font-size:0; line-height:0; text-align: center; position: relative; box-sizing: border-box; opacity:0;}
	.passLayer .mpl_box .mpl_in{padding:20px; font-size:20px; line-height:1.4; text-align: left;}
	.passLayer .mpl_box .mpl_in .form{padding-top:10px; display: flex; justify-content: space-between;}
	.passLayer .mpl_box .mpl_in .form&gt;a{width:30%; height:50px; background-color: #5d6670; font-weight: 300; font-size:14px; line-height:48px; color: #fff; text-align: center; display:inline-block; vertical-align: top;}

	.passLayer input[type=password]{width:70%; height:50px; padding:0 10px; background-color:#fff; border:1px solid #9e9e9e; font-weight: 300; font-size:14px; line-height:48px; color:#666; box-sizing: border-box; display:inline-block; vertical-align:top;}

	.passLayer.active{z-index:99; opacity: 1;}
	.passLayer.active .mpl_box{opacity: 1;}
/*

	.photo_list ul.list li.noPost{width:100%; height:400px; padding-top:190px; font-size:16px; line-height:1; color: #474a52; text-align: center; box-sizing: border-box;}

	.faqArea&gt;li.noPost{width:100%; height:300px; font-size:16px; line-height:1; color: #474a52; text-align: center; display:table; box-sizing: border-box;}
	.faqArea&gt;li.noPost&gt;p{display:table-cell; vertical-align: middle;}

	.board_list&gt;.table .tr.noPost{position: static;}
	.board_list&gt;.table .tr.noPost .td{height:200px; position: static;}
	.board_list&gt;.table .tr.noPost .td&gt;p{width:100%; font-size:16px; line-height:2; color:#000; text-align: center; position: absolute; left:0; top:50%; white-space: nowrap;} */

	.noPost{float:none!important;text-align:center;font-size:16px; font-weight:500;color:#222;width:100%!important;line-height:150px;}



/*
transition: all .5s linear;
transition: all .5s ease-out;
transform:rotate(180deg);
-webkit-transition-timing-function:ease-in linear; transition-timing-function:ease-in linear;
-webkit-transition-delay: .8s; transition-delay: .8s;
:before{content: ""; width: 24px; height: 24px; background-color: #fff; border:1px solid #666; display: inline-block; position:absolute; left: 0; top:0px; box-sizing: border-box;}
display: flex; justify-content: space-between; // ì–‘ìª½ ë ì&nbsp;•ë&nbsp;¬
display: flex; justify-content: space-around; // ì„¼í„° ì&nbsp;•ë&nbsp;¬
display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; //í•œì¤„ ê°ì¶”ê¸°
display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; //ë‘ì¤„ ê°ì¶”ê¸°
active
:first-child
text-indent:-99999px;
!important
display:table;
table-layout:fixed;
display:table-row;
display:table-cell;
box-sizing:border-box;
word-break:keep-all; word-wrap:break-word;
border-radius:2px;
*/

/*ë¶€íŠ¸ìŠ¤íŠ¸ëž© í…ŒìŠ¤íŠ¸*/</pre></body></html>