	.search_top>span,
	.search_top select,
	.search_top input[type=text],
	.search_top input[type=submit],

	.board_list,
	.board_list>.table .tr,
	.board_list>.table .tr>div,
	.board_list>.table .tr>.stat>.icon,

	.paging_all>.btn,
	.paging_all>.btn:before,
	.paging_all>.btn:after,
	.paging_all>.num,
	.paging_all>.num>strong,
	.paging_all>.num>a,

	.board_view>table th,
	.board_view>table td,
	.board_view>table>thead>tr>th,
	.board_view>table .etc,
	.board_view>table .etc>p,

	.pageNavigation,
	.pageNavigation>dl,
	.pageNavigation>dl>dd>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>table .file>.file_wrap>.btnFile,
	.board_write>table .type.point,
	.board_write>table .btnBox>.btns,

	.faqArea>li .q:before,
	.faqArea>li .a:before,
	.faqArea>li .q>.bul:before,
	.faqArea>li .q>.bul:after{transition: all .3s ease-out; transform-origin: 50% 50%;}

/*
.thumb,
.thumb>span{background-image: url('../../images/front/noimage.jpg');}
.thumb>span.bg,
.thumb>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:30px; font-size: 16px; line-height:20px; 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: 20px; height: 20px; background-color: #fff; border:1px solid #d2d2d2; 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:#c52936;}
	.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: 12px; height: 12px; margin:-5px 0 0 0; left: 4px;  top:50%; border:none; border-radius:99px; -webkit-transition: .3s; transition: .3s; transform-origin: 50% 50%;}
	.checkIn input[type=radio]:checked+label:before{border-color:#c52936;}
	.checkIn input[type=radio]:checked+label:after{background-color: #c52936;}

	.checkIn.point input[type=checkbox]+label,
	.checkIn.point input[type=radio]+label{color: #c52936;}


/* Clause Box Style */
	.clauseArea{width:100%; font-size:0; line-height:0; overflow:hidden;}
	.clauseArea>.tit{height:35px; font-weight: 500; font-size:20px; line-height:1; color: #222;}
	.clauseArea .scroll{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>p{color: #111;}
	.clauseArea .scroll>p>strong{font-weight: 400; color: #111;}
	.clauseArea .scroll ol{counter-reset:item;}
	.clauseArea .scroll ol>li{padding-left:19px; position: relative;}
	.clauseArea .scroll ol>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>li{padding-left:24px;}
	.clauseArea .scroll ol.type>li:before{content: counter(item)")"; width:22px; top: 0px;}

	.clauseArea .scroll ul.bul>li{padding-left:10px; position: relative;}
	.clauseArea .scroll ul.bul>li:before{content: "-"; display: inline-block; position:absolute; left: 0; top:-1px;}

	.clauseArea .scroll ul.circle>li{padding-left:15px; position: relative;}
	.clauseArea .scroll ul.circle>li:before{content: "ο"; display: inline-block; position:absolute; left: 0; top:-1px;}

	.clauseArea .scroll li>ol,
	.clauseArea .scroll li>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>table{width:100%; border-spacing:0; table-layout: fixed;}
	.clauseArea .nTable>table th,
	.clauseArea .nTable>table td{padding:12px; border-left:1px solid #ebebeb; border-bottom:1px solid #ebebeb; 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>table>thead>tr>th{background-color: #f8f8f8; font-weight:500; color:#222; position: relative;}
	.clauseArea .nTable>table>thead>tr>th+th{}

	.clauseArea .checkIn{padding-top:15px;}
	.clauseArea .checkIn input[type=checkbox]+label{height:20px; padding-left:28px; font-weight: 300; font-size: 14px; 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;}


	.clauseBox{padding:30px 39px; border:1px solid #e4e4e4; font-size:0; line-height:0;}
	.clauseBox .title{padding:0 0 22px 11px; font-size:18px; line-height:1.2; color: #1b1b1b; position: relative;}
	.clauseBox .title:before{content: ""; width: 2px; height: 15px; background-color: #bd0d1b; font-size:0; line-height:0; display: inline-block; position:absolute; left: 0; top:4px;}

	.clauseBox .nTable{width:100%; background-color: #fff; border-top:2px solid #333;}
	.clauseBox .nTable>table{width:100%; border-spacing:0; table-layout: fixed;}
	.clauseBox .nTable>table th,
	.clauseBox .nTable>table td{padding:25px 0; border-bottom:1px solid #e4e4e4; font-weight: 400; font-size:16px; line-height:24px; color:#646464; text-align:center; border-collapse:collapse; empty-cells:show; box-sizing: border-box;}
	.clauseBox .nTable>table tr>*+*{border-left:1px solid #e4e4e4;}

	.clauseBox .nTable>table>thead>tr>th{padding:20px 15px; background-color: #f8f8f8; font-weight:500; color:#363636; position: relative;}
	.clauseBox .nTable>table>thead>tr>th+th{}
	.clauseBox .point{color: #bd0d1b !important;}

	.privacy_box.scroll{height:300px; overflow:auto;}
	.privacy_box {margin-bottom:50px; padding:30px; background:#fff; border:1px solid #ddd; box-sizing:border-box;}
	.privacy_box p {font-size:16px; line-height:1.75; color:#636363; padding-top:5px; font-weight:400;}
	.privacy_box p strong {font-weight:500 !important;}
	.privacy_box p:first-child {padding-top:0;}
	.privacy_box p:last-child {padding-top:10px;}
	.privacy_box p span {padding-top:0px; position:relative; padding-left:12px;}
	.privacy_box p span:before {content: ''; display:block; width:4px; height:4px; background:#bd0d1b; position: absolute; top:11px; left: 0;}

	.privacy_box .list_02{font-size:14px;}

	.pb_Area {margin-bottom:30px; word-break:keep-all}
	.pb_Area h1 {font-size:28px; line-height:1; color:#252525; font-weight:500; position:relative; display:inline-block; margin-top:20px; margin-bottom:30px;}
	.pb_Area h1:after {content:'';position:absolute;bottom: -3px;left:0;width:100%;height:10px;background-color: #ffcc00;background-color:rgba(99, 179, 46, .12);}
	.pb_Area .pb_tit {display:block; padding-bottom:18px; margin-bottom:18px; border-bottom:1px solid #ddd; margin-top:30px;}
	.pb_Area .pb_tit h2 {font-size:20px; line-height:1.66; font-weight:500; color:#252525;}

	.pb_Area .pb_txt p {font-size:16px; line-height:1.75; color:#636363; font-weight:400; margin-bottom:15px;}

	.pb_Area .pb_txt .list_01 {margin-top:5px;}
	.pb_Area .pb_txt .list_01 > li {position: relative; font-size:16px; font-weight:400; line-height:1.75; margin-bottom:4px; color: #636363; padding-left:12px;}
	.pb_Area .pb_txt .list_01 > li:last-child {margin-bottom: 0;}
	.pb_Area .pb_txt .list_01 > li:before {content: ''; display: block; width:4px; height:4px; background:#bd0d1b; position: absolute; top: 13px; left: 0;}

	.pb_Area .pb_txt .list_02 {margin-top:5px;}
	.pb_Area .pb_txt .list_02 > li {position: relative; font-size:16px; font-weight:400; line-height:1.75; margin-bottom:4px; color:#636363; padding-left:15px;}
	.pb_Area .pb_txt .list_02 > li strong {font-weight:500;}
	.pb_Area .pb_txt .list_02 > li:last-child {margin-bottom: 0;}
	.pb_Area .pb_txt .list_02 > li:before {content: '-'; position: absolute; left: 0; top:1px;}

	.pb_Area .pb_txt .list_ol_01 {counter-reset:item; margin-bottom:10px;}
	.pb_Area .pb_txt .list_ol_01 > li {position: relative; font-size:16px; line-height: 1.75; margin-bottom:10px; color: #636363; padding-left:26px;}
	.pb_Area .pb_txt .list_ol_01 > li:last-child {margin-bottom: 0;}
	.pb_Area .pb_txt .list_ol_01 > li:before {counter-increment: item; content: counter(item); width:15px; height:15px; display: inline-block; background:#fff; border:1px solid #636363; color:#636363; border-radius:50%; text-align:center; line-height:15px; font-size:10px; position: absolute; top:6px; left:0; font-weight:400;}
	.pb_Area .pb_txt .list_ol_01.tits > li {margin-bottom:5px; font-weight:500; color:#333;}

	.pb_Area .pb_txt .list_ol_02 {counter-reset:item; margin-bottom:10px;}
	.pb_Area .pb_txt .list_ol_02 > li {position: relative; font-size:16px; line-height: 1.75; margin-bottom:10px; color: #636363; padding-left:16px; counter-increment:item;}
	.pb_Area .pb_txt .list_ol_02 > li:last-child {margin-bottom: 0;}
	.pb_Area .pb_txt .list_ol_02 > li:before {content: counter(item)".";display: block;position: absolute;top: 1px;left: 0;margin-top: 5px;font-size: 16px;line-height: 1;}

	.pb_Area .pb_txt .list_ol_03 {margin-bottom:10px;}
	.pb_Area .pb_txt .list_ol_03 > li {position: relative; font-size:16px; line-height: 1.75; margin-bottom: 5px; color: #636363; padding-left:25px;}
	.pb_Area .pb_txt .list_ol_03 > li:last-child {margin-bottom: 0;}
	.pb_Area .pb_txt .list_ol_03 > li:before {position: absolute; width:20px; top:0; left:0; background:none;}
	.pb_Area .pb_txt .list_ol_03 > li:nth-child(1):before { content:'가.' }
	.pb_Area .pb_txt .list_ol_03 > li:nth-child(2):before { content:'나.' }
	.pb_Area .pb_txt .list_ol_03 > li:nth-child(3):before { content:'다.' }
	.pb_Area .pb_txt .list_ol_03 > li:nth-child(4):before { content:'라.' }
	.pb_Area .pb_txt .list_ol_03 > li:nth-child(5):before { content:'마.' }
	.pb_Area .pb_txt .list_ol_03 > li:nth-child(6):before { content:'바.' }
	.pb_Area .pb_txt .list_ol_03 > li:nth-child(7):before { content:'사.' }

	.pb_Area .pb_txt .title{padding:0 0 22px 11px; font-size:18px; line-height:1.2; color: #1b1b1b; position: relative;}
	.pb_Area .pb_txt .title:before{content: ""; width: 2px; height: 15px; background-color: #bd0d1b; font-size:0; line-height:0; display: inline-block; position:absolute; left: 0; top:4px;}

	.pb_Area .pb_txt a {color:#636363;}
	.pb_Area .pb_txt a:hover {color:#bd0d1b;}

	.form_check{padding:20px 0 30px; text-align: right;}
	.form_check .checkIn + .checkIn{margin-left:20px;}
	.form_check.txt{padding-bottom:0px;}
	.form_check.txt .text{padding-right:30px; font-weight: 500; font-size:16px; line-height:20px; color: #333; display: inline-block; vertical-align: middle;}
	.form_check.txt .point{color: #bd0d1b;}

	.ps_Icon{padding-left:32px; background:url('../../images/icon_ps.png') no-repeat left top; font-weight: 400; font-size:16px; line-height:22px; color: #737373;}
	.ps_Icon>a {color: #737373;}
	.ps_Icon>a:hover {color:#da201c;}
	.ps_Icon.num>p{color: #333;}
	.ps_Icon.num ol{counter-reset:item;}
	.ps_Icon.num ol>li{margin-top:5px; padding-left:15px; font-size:16px; line-height:1.4; color: #737373; position: relative;}
	.ps_Icon.num ol>li:before {counter-increment: item; content: counter(item)"."; width:17px; display: inline-block; position: absolute; top: 0; left: 0;}
	.ps_Icon.num a {color: #da201c;}
	.ps_Icon.num .b{color: #333;}

/* Btn Style */
	.btnArea{width:100%; margin-top:50px; font-size:0; line-height:0;}
	.board_write+.btnArea{}
	.btnArea a,
	.btnArea input[type=image],
	.btnArea input[type=submit],
	.btnArea button{width:110px; height:50px; margin:0 10px 0 0; background-color:#bd0d1b; border:none; font-size:16px; line-height:50px; color:#fff; text-align: center; overflow:hidden; display:inline-block; vertical-align: top; box-sizing:border-box; border-radius:4px; 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;}
	.scholarship .btnArea *.small{min-width:200px !important; width: auto !important;height:30px !important; background-color:#fff !important; border: 1px solid #e6e6e6 !important; line-height:30px !important; border-radius:0px !important;}

	.btnArea a.ok,
	.btnArea input.ok,
	.btnArea button.ok{background-color: #bd0d1b; color: #fff;}

	.btnArea a.write,
	.btnArea input.write,
	.btnArea button.write{background-color: #fff; border:1px solid #bd0d1b; line-height:48px; color: #bd0d1b;}

	.btnArea a.cancel,
	.btnArea input.cancel,
	.btnArea button.cancel{background-color: #fff; border:1px solid #666; line-height:48px; color: #444;}

	.btnArea a.big,
	.btnArea input.big,
	.btnArea button.big{width:initial; min-width:180px; padding:0 40px; background-color: #bd0d1b; color: #fff;}

	.btnArea a.big.yellow,
	.btnArea input.big.yellow,
	.btnArea button.big.yellow{background-color: #ffae00;}


	.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;}

	.paging_all+.btnArea{margin-top:-45px;}


/* Search Style */
	.search_top{width:100%; margin-bottom:50px; padding:36px 0; background-color: #fafafa; font-size:0; line-height:0; display:block; position: relative; text-align: center;}
	.search_top>.total{font-size:13px; line-height:1; color: #666; text-align: left; position: absolute; left:0; bottom:5px; display:none;}
	.search_top>.total>strong{font-weight: 500; font-size:16px; color:#336679;}
	.search_top select,
	.search_top input[type=text],
	.search_top input[type=submit]{height:46px; padding:0 10px; background-color: #fff; border:1px solid #ddd; font-weight: 400; font-size:15px; line-height:44px; 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:300px;}
	.search_top input[type=submit]{width:110px; border-color:#909090; background-color: #909090; font-size:16px; color: #fff; cursor: pointer;}

	.search_top select+input[type=text],
	.search_top input[type=text]+input[type=submit]{margin-left:-1px;}
	.search_top select+span{margin-left:10px;}

/* 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>.table{width:100%; margin-bottom:-1px; border-spacing:0; display:table; table-layout : fixed; position: relative;}
	.board_list>.table .tr{display:table-row; position: relative;}
	.board_list>.table .tr>div{padding:20px 0; border-bottom:1px solid #ddd; font-weight: 300; font-size:16px; line-height:1.4; color: #595959;letter-spacing: -0.025em; text-align:center; box-sizing: border-box; display:table-cell; vertical-align: middle; position: relative;}

	.board_list>.table .thead>div{background-color: #f8f8f8; font-weight: 500; font-size:17px; color:#222; position: relative;}

	.board_list>.table .tr>.num{}
	.board_list>.table .tr>.num .noti{margin:-5px 0; padding:5px 8px 6px; background-color: #bd0d1b; font-weight: 300; font-size:14px; line-height:1; color: #fff; display:inline-block; border-radius:3px;}

	.board_list>.table .tr>.title{padding:0 20px; text-align:left;}
	.board_list>.table .tr>.title>.checks{display:inline-block; vertical-align: middle;}
	.board_list>.table .tr>.title>a{max-width:93%; font-weight: 400; color:#434343; cursor:pointer; display:inline-block; vertical-align: top; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.board_list>.table .tr>.title>.icon{padding:0 0 3px 7px; display:inline-block; vertical-align: middle;}

	.board_list>.table .tr>.stat{padding:11px 0;}
	.board_list>.table .tr>.stat>.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>.table .tr>.stat>.icon.end{background-color: #bd0d1b; border-color:#bd0d1b; color: #fff;}

	.board_list>.table .tr>.title>a.active,
	.board_list>.table .tr>.title>a:hover{color:#bd0d1b;}

	.board_list>.table .tr.noPost{position: static;}
	.board_list>.table .tr.noPost .td{height:200px; position: static;}
	.board_list>.table .tr.noPost .td>p{width:100%; font-size:16px; line-height:2; color:#000; text-align: center; position: absolute; left:0; top:50%; white-space: nowrap;}

/* Pageing Style */
	.paging_all{width:100%; margin:30px auto 0; font-size:0; line-height:0; text-align:center; position:relative;}
	.paging_all>.btn,
	.paging_all>.num>strong,
	.paging_all>.num>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>.btn:before,
	.paging_all>.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>.btn:after{opacity: 0;}
	.paging_all>.btn.prev:before{margin:-6px 0 0 -3px; transform:rotate(-45deg);}
	.paging_all>.btn.next:before{margin:-6px 0 0 -9px; transform:rotate(135deg);}

	.paging_all>.btn+.btn{margin-left:-1px;}
	.paging_all>.btn.prev2:before{margin:-6px 0 0 -0px; transform:rotate(-45deg);}
	.paging_all>.btn.prev2:after{margin:-6px 0 0 -6px; transform:rotate(-45deg); opacity:1;}
	.paging_all>.btn.next2:before{margin:-6px 0 0 -6px; transform:rotate(135deg);}
	.paging_all>.btn.next2:before{margin:-6px 0 0 -6px; transform:rotate(135deg);}
	.paging_all>.btn.next2:after{margin:-6px 0 0 -12px; transform:rotate(135deg); opacity:1;}

	.paging_all>.num{margin:0 10px; display:inline-block; vertical-align:top}

	.paging_all>.num>strong,
	.paging_all>.num>a{margin-left:-1px; font-weight: 300; font-size:16px; line-height:38px; color:#666;}

	.paging_all>.btn:hover{background-color: #bd0d1b; border-color:#bd0d1b;}
	.paging_all>.btn:hover:before,
	.paging_all>.btn:hover:after{border-color:#fff;}

	.paging_all>.num>strong,
	.paging_all>.num>a:hover{background-color: #bd0d1b; border-color:#bd0d1b; color:#fff; z-index:2;}


/* Board View */
	.board_view{width:100%; border-width:2px 0 1px; border-style:solid; border-color:#222; overflow:hidden; box-sizing: border-box;}
	.board_view>table{width:100%; margin-bottom:-1px; border-spacing:0;}
	.board_view>table th,
	.board_view>table td{padding:25px 0; border-bottom:1px solid #ccc; font-weight: 300; font-size:16px; line-height:1.4; color:#333; text-align:center; border-collapse:collapse; empty-cells:show; box-sizing: border-box;}

	.board_view>table>thead>tr>th{padding:25px 20px; font-weight: 500; font-size:20px; text-align: left;}
	.board_view>table .etc{margin:15px 0 0px; padding:0; text-align:left;}
	.board_view>table .etc>p{font-weight: 300; font-size:14px; color: #7d7d7d; text-align:center; display:inline-block; vertical-align: top; position: relative;}
	.board_view>table .etc>p>strong{padding-right:15px; font-weight: 400; font-size:15px; color: #555; position: relative;}
	.board_view>table .etc>p>strong:before{content: ":"; display: inline-block; position:absolute; right: 5px; top:0px;}
	.board_view>table .etc>p+p{padding-left:20px;}
	.board_view>table .etc>p+p:before{content: ""; width:1px; height:11px; margin-top:-5px; background-color: #ccc; display: inline-block; position:absolute; left: 9px; top:50%;}
/*
	.board_view>table .etc>p{padding:15px; font-size:15px; text-align:center; display:inline-block; vertical-align: top; position: relative;}
	.board_view>table .etc>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>table .etc>p>strong{padding-right:15px; font-weight: 400; display: inline-block; vertical-align: top; position: relative;}
	.board_view>table .etc>p>strong:before{content: ":"; display: inline-block; position:absolute; right: 5px; top:0px;}
*/
	.board_view>table>tbody>tr>td.cont{height:250px; padding:45px 40px 70px; border-bottom:none; font-weight: 400; text-align: left; vertical-align: top;}
	.board_view>table>tbody>tr>td.cont img{/*width:auto !important;*/ height:auto !important;}

	.board_view>table>tbody>tr>td.file{padding:10px 40px 50px 35px; font-size:0; line-height:0; text-align: left;}
	.board_view>table>tbody>tr>td.file>a{margin:5px 0 0 5px; padding:0 58px 0 10px; background:#bd0d1b 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>.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;}

/* 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>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;}
	.commentArea .writeArea dd.two>input[type=submit]{width:130px; min-width:130px; height:100px; background-color:#0168b7; 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>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>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>dl{padding:20px; border-bottom:1px solid #dedede; font-size:14px; line-height:1.4; color:#666; position:relative;}
	.commentArea .viewArea>dl>dt{font-size:16px;}
	.commentArea .viewArea>dl>dd{padding-top:10px; position: relative;}
	.commentArea .viewArea>dl>dd>span{color:#888; display:inline-block; vertical-align: top; position: relative;}
	.commentArea .viewArea>dl>dd>span+span{margin-left:15px;}
	.commentArea .viewArea>dl>dd>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>dl>dd .comment_btn{display:inline-block; position:absolute; right:0; bottom:-4px;}
	.commentArea .viewArea>dl>dd .comment_btn>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>dl>dd .comment_btn>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>dl{width:100%; font-weight: 300; font-size:15px; line-height:1.1; color: #333; display:table; table-layout: fixed;}
	.pageNavigation>dl+dl{border-top:1px solid #ccc;}
	.pageNavigation>dl>*{display:table-cell; vertical-align:middle; box-sizing:border-box; position: relative;}
	.pageNavigation>dl>dt{width:105px; height:50px; text-align:center; color: #474a52;}
	.pageNavigation>dl>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>dl.prev>dt:before{margin:-2px 0 0 0; transform:rotate(45deg);}
	.pageNavigation>dl.next>dt:before{margin:-7px 0 0 0; transform:rotate(-135deg);}

	.pageNavigation>dl>dd{padding:10px 25px 7px;}
	.pageNavigation>dl>dd>a{max-width:95%; font-weight: 400; color: #333; display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.pageNavigation>dl>dd>a:hover{color:#bd0d1b; }

	.pageNavigation_2 {display:table; width:100%; max-width:1200px; height:180px; margin:0 auto -50px; position:relative; border:none;}

	.pageNavigation_link,
	.pageNavigation_title {display:table-cell; width:50%; height:100%; position: relative; font-size:15px; font-weight:400; text-align:center; vertical-align:middle; color: #555; }
	.pageNavigation_next,
	.pageNavigation_title_next {padding-left:90px; padding-right:50px;}
	.pageNavigation_prev,
	.pageNavigation_title_prev {padding-right:90px; padding-left:50px;}
	.pageNavigation_prev,
	.pageNavigation_next {max-width:0;}

	.pageNavigation_link span {display:block; padding-top:10px; overflow hidden; font-weight:300; font-size:16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
	.pageNavigation_link b {display:inline-block; position:relative; font-size:22px; line-height:1; letter-spacing:0.05em; font-weight:600; text-transform:uppercase; color:#1b1b1b;}

	.pageNavigation_list {display:block; width:73px; height:73px; position:absolute; top:50%; left:50%; margin-top:-36.5px; margin-left:-36.5px; font-size:0; border:1px solid #bd0d1b; background:rgba(0, 0, 0, 0) url('/images/front/ico_list.png') no-repeat center center; background-size: 18px 18px; z-index: 1; -webkit-transition: background 300ms; transition: background 300ms; }
	.pageNavigation_list.pageNavigation_link {font-size:0;}
	.pageNavigation_list:hover {background:#bd0d1b url('/images/front/ico_list_ov.png') no-repeat center center; background-size:18px 18px; }

	.pageNavigation_link:hover span {color:#bd0d1b;}
	.pageNavigation_link:hover b {color:#bd0d1b;}

/* 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>dt{font-weight: 500; font-size:24px; line-height:1; color: #333;}
	.memberArea .memTit>dd{padding-top:13px; font-weight: 300; font-size:14px; line-height:1.5; color: #333;}
	.memberArea .memTit>dd>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>span,
	.memberArea .findBtn>a{font-weight: 300; font-size:14px; line-height:1; color: #6a777c; display:inline-block; vertical-align: top;}
	.memberArea .btnArea>input[type=submit]{width:100%; height:55px; font-size:16px;}

	.memberArea .txtBtn{margin-top:45px; padding:30px 38px; background-color: #f9f9f9;}
	.memberArea .txtBtn>li{display: flex; justify-content: space-between;}
	.memberArea .txtBtn>li+li{margin-top:5px;}
	.memberArea .txtBtn>li>*{display:inline-block; vertical-align: top;}
	.memberArea .txtBtn>li>span{font-weight: 300; font-size:13px; line-height:35px; color: #666;}
	.memberArea .txtBtn>li>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;}

	.memGray{padding:25px 30px; background-color: #f8f8f8; font-size:0; line-height:0;}
	.memGray>li{padding-left:8px; font-weight: 300; font-size:14px; line-height:1.3; color: #666; position: relative;}
	.memGray>li+li{margin-top:7px;}
	.memGray>li:before{content: "·"; color: #f16c9f; display: inline-block; position:absolute; left: 0; top:0px;}
	.memGray>li.point>span{font-weight: 400; color: #333; display:inline-block; vertical-align: top; position: relative;}
	.memGray>li.point>span+span{margin-left:41px;}
	.memGray>li.point>span+span:before{content: ""; width: 1px; height: 10px; margin-top:-5px; background-color: #333; display: inline-block; position:absolute; left: -21px; top:50%;}
	.memGray>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>dt{font-size:24px; line-height:1;}
	.joinEnd>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>div{display:table-cell; vertical-align: top; box-sizing: border-box;}
	.joinEnd>.textArea{width:407px; color: #333;}
	.joinEnd>.textArea .title{font-weight: 500; font-size:24px; line-height:1;}
	.joinEnd>.textArea .text{font-weight: 300; font-size:14px; line-height:22px;}
	.joinEnd>.textArea .text .point{color: #666;}
	.joinEnd>.textArea>a{width:140px; height:50px; background-color: #bd0d1b; font-size:15px; line-height:50px; color: #fff; text-align: center; display:inline-block; vertical-align: top; cursor: pointer;}
	.joinEnd>.imgArea{width:362px; text-align: center; vertical-align: middle;}
	.joinEnd>.imgArea>p{padding:0; background-color: #e8e8e8;}

	.secedeArea{padding:35px 30px; background-color: #f8f8f8; font-weight: 400; font-size:15px; line-height:26px; color: #666;}
	.secedeArea>p>span{padding-left:17px;}
	.secedeArea>p+p{padding-top:15px;}
	.secedeArea .point{font-weight: 500; color: #db232b;}


/* Board Write */
	.psBul{padding-left:11px; display:inline-block; vertical-align: middle; position: relative;}
	.psBul:before{content: "*"; color: #da201c; position:absolute; left: 0; top:2px;}
	.wPs{padding-bottom:10px; font-weight: 300; font-size:16px; line-height:1; color: #555; text-align: right;}

	.board_write{width:100%; border-top:2px solid #414141; overflow:hidden; box-sizing: border-box;}
	.board_write>table{width:100%; border-spacing:0;}
	.board_write>table th,
	.board_write>table td{height:74px; padding:14px 15px; border-bottom:1px solid #e6e6e6; font-weight: 400; font-size:16px; line-height:1.3; color: #666; text-align:left; vertical-align: middle; border-collapse:collapse; empty-cells:show; box-sizing: border-box;}

	.board_write>table th{width:192px; padding:0px; background-color:#fafafa; font-weight:500; line-height:20px; color: #333; text-align: center;}

	.board_write input[type=text],
	.board_write input[type=password],
	.board_write input[type=file],
	.board_write select,
	.board_write textarea{width:100%; height:46px; padding:0 10px; background-color:#fff; border:1px solid #e6e6e6; font-weight: 400; font-size:15px; line-height:44px; color:#999; box-sizing: border-box; vertical-align:middle; display:inline-block;}

	.board_write select{padding-right:40px; background:#fff url('../../images/front/bg_select_arr.gif') no-repeat right center; line-height:46px; -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>input,
	.board_write .btnBox>select{width:39.8%;}
	.board_write .btnBox>.btns{padding:0 20px; background-color: #aaa; border:1px solid #aaa; font-size:15px; line-height:44px; color: #fff; display:inline-block; vertical-align: middle;}
	.board_write .btnBox>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;}
	.scholarship_form_m .board_write .three{font-size:0; line-height:0; display: flex; justify-content: flex-start; flex-wrap: wrap;}
	.board_write .three input,
	.board_write .three select{width:33%;}

	.board_write .three.birth{max-width:65%;}

	.board_write .three.jumin input{width:50%;}

	.board_write .three.phone{max-width:50.3%;}
	.board_write .three.phone input{width:36%;}
	.board_write .three.phone select{width:26%;}
	.scholarship .board_write .three.phone select{width:40%;}

	.board_write .three.days{max-width:70%;}
	.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:77%;}
	.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:45px; color: #fff; display:inline-block; vertical-align: middle;}

	.board_write .juso{margin-top:10px; font-size:0; line-height:0; display: flex; justify-content: space-between;}
	.board_write .juso>input{width:40%;}
	.board_write .juso>input+input{width:60%; margin-left:10px;}

	.board_write .checkBox{max-width:70%; 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:19%;}
	.board_write .checkBox .checkIn + .checkIn{margin:5px 0;}

	.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>table .file{width:100%; font-size:0; line-height:0; position:relative; overflow:hidden;}
	.board_write>table .file>.file_wrap>.btnFile,
	.board_write>table .file>.thumb,
	.board_write>table .file>.thumb.text{height:40px;}

	.board_write>table .file+.file{margin-top:5px;}
	.board_write>table .file .checkIn{margin-right:10px; vertical-align: middle;}
	.board_write>table .file>.file_wrap{vertical-align:middle; display:inline-block;}
	.board_write>table .file>.file_wrap>.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>table .file>.file_wrap>.btnFile>input[type=file]{width:100%; height:100%; opacity:0; cursor:pointer; position: absolute; left:0; top:0; z-index:3;}
	.board_write>table .file>.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>table .file>.thumb{width:40px; background-position: center top; background-repeat: no-repeat; background-size: cover; display:inline-block; vertical-align: middle; overflow:hidden;}
	.board_write>table .file>.thumb>.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>table .file>.thumb:hover>.over{width:480px; height:480px; margin:-240px 0 0 -240px; opacity: 1;}
	.board_write>table .file>.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>table #fileArea{position: relative;}
	.board_write>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>table #fileArea .filePlus:before{content: "+ ";}

	.board_write>table .type{font-weight: 400; font-size:16px; line-height:46px; color: #666; display:inline-block; vertical-align:middle;}
	.board_write>table .type.l{margin:0 15px 0 5px;}
	.board_write>table .type.r{margin:0 5px 0 15px;}
	.board_write>table .type.c{margin:0 5px;}
	.board_write>table .type.f{margin-right:5px;}
	.board_write>table .point{color: #bd0d1b;}

	.board_write>table .checkIn{margin-bottom:3px; vertical-align: middle;}
	.board_write>table .checkIn + .checkIn{margin-left:20px;}
	.board_write>table input[type=password] + .checkIn{margin-left:10px;}

	.board_write .checkTxt{margin-top:5px;}
	.board_write .checkTxt .checkIn + .checkIn{margin-left:15px;}

	.board_write.white td,
	.board_write.white th{background-color: #fff !important;}

	.etc_txt.point{color:#A80002;font-size:14px; display:block;line-height:1.6;margin-bottom:10px;}


/* Faq List */
	.faqArea{width:100%; border-top:2px solid #222; font-size:0; line-height:0; position:relative;}
	.faqArea>li{border-bottom:1px solid #ccc;}
	.faqArea>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>li .q:before{content: "Q"; width:33px; height:33px; background-color: #bd0d1b; 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>li .q>.bul{width:20px; height:20px; display:block; position: absolute; right:20px; top:15px;}
	.faqArea>li .q>.bul:before,
	.faqArea>li .q>.bul:after{content: ""; background-color: #666; position: absolute; left:50%; top:50%; display:block;}
	.faqArea>li .q>.bul:before{width:20px; height:1px; margin:-0.5px 0 0 -10px;}
	.faqArea>li .q>.bul:after{width:1px; height:20px; margin:-10px 0 0 -0.5px;}

	.faqArea>li .q:hover{}

	.faqArea>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>li .a:before{content: "A"; width:33px; height:33px; background-color: #fff; border:1px solid #ccc; font-size:18px; line-height:31px; color: #bd0d1b; text-align: center; display: inline-block; position:absolute; left: 15px; top:9px; box-sizing: border-box; border-radius:3px;}
	.faqArea>li .a .btnBox{text-align: right; display:inline-block; position: absolute; right:30px; bottom:30px;}

	.faqArea>li.active .q{background-color: #f9f9f9; font-weight: 400;}
	.faqArea>li.active .q:before{}
	.faqArea>li.active .q>.bul:before,
	.faqArea>li.active .q>.bul:after{transform:rotate(45deg); background-color: #333;}

	.faqArea>li.noPost{width:100%; height:300px; font-size:16px; line-height:1; color: #474a52; text-align: center; display:table; box-sizing: border-box;}
	.faqArea>li.noPost>p{display:table-cell; vertical-align: middle;}


/* Board List */
	.photo_list{width:100%; font-size:0; line-height:0; overflow:hidden;}
	.photo_list ul.list{}
	.photo_list ul.list li{box-sizing: border-box;}
	.photo_list ul.list li>*{width:100%; display:block; position: relative; box-sizing: border-box;}
	.photo_list ul.list li>* .thumb{height:231px; overflow:hidden; position: relative; box-sizing: border-box;}
	.photo_list ul.list li>* .thumb img{}
	.photo_list ul.list li>* 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>* span.bg:before,
	.photo_list ul.list li>* 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>* span.bg:before{width: 50px; height: 2px; margin:-1px 0 0 -25px;}
	.photo_list ul.list li>* span.bg:after{width: 2px; height: 50px; margin:-25px 0 0 -1px;}

	.photo_list ul.list li>* .area{width:100%; border:1px solid #dadada; box-sizing: border-box; display:table; table-layout: fixed;}
	.photo_list ul.list li>* .area .in_area{height:112px; padding:15px; display:table-cell; vertical-align: middle; box-sizing: border-box; transition: all .3s ease-out; }
	.photo_list ul.list li>* .area .in_area>*{font-weight: 300; font-size:14px; line-height:20px; color: #959595; overflow: hidden; display: block; position: relative; box-sizing: border-box;}
	.photo_list ul.list li>* .area .title{font-weight: 400; font-size:16px; color: #1b1b1b; letter-spacing: -0.05em;}
	.photo_list ul.list li>* .area .title .icon{margin:0 0 2px 5px; vertical-align: middle;}
	.photo_list ul.list li>* .area .txt{margin-top:2px;}
	.photo_list ul.list li>* .area .day{margin-top:2px;}
	.photo_list ul.list li>* .area .more{margin-top:2px; font-family: 'Poppins'; font-size:13px;}

	.photo_list ul.list li>* .area .sBay{margin-top:15px;}
	.photo_list ul.list li>* .area .sBay>span{display:inline-block; vertical-align: top; position: relative;}
	.photo_list ul.list li>* .area .sBay>span+span{padding-left:31px;}
	.photo_list ul.list li>* .area .sBay>span+span:before{content: ""; width: 1px; height: 10px; margin-top:-4px; background-color: #c1c1c1; font-size:0; line-height:0; display: inline-block; position:absolute; left:16px; top:50%;}
	.photo_list ul.list li>* .area .sBay>span.name{color: #262626;}

	.photo_list ul.list li>* .area .tBay{margin-top:20px; position: relative;}
	.photo_list ul.list li>* .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>* .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>* .area .tBay .tDay+.tHit{position: absolute; right:0; top:0;}

	.photo_list ul.list li>* .area .btn{text-align: right; position: absolute; right:0; bottom:0;}
	.photo_list ul.list li>* .area .btn>p{width:147px; height:50px; border:1px solid #666; font-weight: 400; font-size:16px; line-height:48px; color: #333; text-align: center; display:inline-block; vertical-align: top; box-sizing: border-box; transition: all .3s ease-out; }
	.photo_list ul.list li>*:hover .area .btn>p{border-color:#bd0d1b; color: #bd0d1b;}

	.photo_list ul.list li>* .area .one{text-overflow: ellipsis; white-space: nowrap;}
	.photo_list ul.list li>* .area .two{display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.photo_list ul.list li>* .area .three{display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
	.photo_list ul.list li>* .area .title.two{max-height:40px; }
	.photo_list ul.list li>* .area .txt.two{max-height:40px; }

	.photo_list ul.list li>a:hover span.bg{opacity: 1;}
	.photo_list ul.list li>a:hover span.bg:before{width: 26px; margin:-1px 0 0 -13px; opacity: 1;}
	.photo_list ul.list li>a:hover span.bg:after{height: 26px; margin:-13px 0 0 -1px; opacity: 1;}

	/* card style */
		.photo_list.card ul.list li>* .thumb{height:375px;}
		.photo_list.card ul.list li>* span.bg{display:none; z-index:-999;}

		.photo_list.card ul.list li>* .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>* .area .in_area{height:95px; vertical-align: top;}
		.photo_list.card ul.list li>* .area p{color: #ccc;}
		.photo_list.card ul.list li>* .area .title{color: #fff;}

		.photo_list.card ul.list li>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>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>*{display:table; table-layout: fixed;}
		.photo_list.board ul.list li>* .thumb{width:345px; min-width:345px; overflow:hidden; display:table-cell; vertical-align: middle;}
		.photo_list.board ul.list li>* .thumb .bg_thumb_box {width:345px; height:190px;}

		.photo_list.board ul.list li>* .area{width:auto; height:auto; padding:0 0 0 0; border:none; display:table-cell; vertical-align: middle;}
		.photo_list.board ul.list li>* .area .in_area{height:auto; padding:0; text-align: left; display:inline;}
		.photo_list.board ul.list li>* .thumb+.area{padding:0 0 0 30px;}
		.photo_list.board ul.list li>* .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:-12px 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:12px 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 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;}

	/* 메인 - 한호전 과정 소개 */
		.photo_list.mProcess{overflow: visible;}
		.photo_list.mProcess ul.list{margin:-60px 0 0 -13px;}
		.photo_list.mProcess ul.list li{padding:60px 0 0 13px;}
		.photo_list.mProcess ul.list li>*{}
		.photo_list.mProcess ul.list li>* .thumb{height:214px; border:1px solid #dadada;}

		.photo_list.mProcess ul.list li>* .area{border-top:none;}
		.photo_list.mProcess ul.list li>* .area .in_area{height:66px; padding:5px 29px}

		.photo_list.mProcess ul.list li>*:hover .area .in_area{background-color: #e30012;}
		.photo_list.mProcess ul.list li>*:hover .area .title{color: #fff;}
		.photo_list.mProcess ul.list li>*:hover .area .more{color:#fff;}

	/* 메인 - 취업후기 */
		.photo_list.mEmployment{border:none;}
		.photo_list.mEmployment>ul{margin:-30px 0 0 0;}
		.photo_list.mEmployment ul.list li{width:100%; padding:30px 0 0 0; border-bottom:none;}
		.photo_list.mEmployment ul.list li>*{display:table; table-layout: fixed;}
		.photo_list.mEmployment ul.list li>* .thumb{width:345px; min-width:345px; height:initial; overflow:hidden; display:table-cell; vertical-align: middle;}
		.photo_list.mEmployment ul.list li>* .thumb .bg_thumb_box {width:345px; height:190px; border:1px solid #dadada; box-sizing: border-box;}

		.photo_list.mEmployment ul.list li>* .area{width:auto; height:auto; padding:0 0 0 0; border:none; display:table-cell; vertical-align: middle;}
		.photo_list.mEmployment ul.list li>* .thumb+.area{padding:0 0 0 30px;}

		.photo_list.mEmployment ul.list li>* .area .in_area{height:auto; padding:0; display:inline;}
		.photo_list.mEmployment ul.list li>* .area .in_area *{font-weight: 300; font-size:17px; line-height:24px; color: #737373; text-align: left;}
		.photo_list.mEmployment ul.list li>* .area .title{font-weight: 500; font-size:23px; line-height:1.3; color: #262626; letter-spacing: -0.05em;}
		.photo_list.mEmployment ul.list li>* .area .txt{max-height:72px; margin-top:15px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
		.photo_list.mEmployment ul.list li>* .area .sBay{margin-top:30px;}

	/* 메인 - 한호전 갤러리 */
		.photo_list.mGallery{overflow: visible;}
		.photo_list.mGallery ul.list{margin:0 0 0 -35px;}
		.photo_list.mGallery ul.list li{padding:0 0 0 35px;}
		.photo_list.mGallery ul.list li>*{}
		.photo_list.mGallery ul.list li>* .thumb{height:245px;}

		.photo_list.mGallery ul.list li>* .area{border:none;}
		.photo_list.mGallery ul.list li>* .area .in_area{height:172px; padding:35px 0px 30px; vertical-align: top;}
		.photo_list.mGallery ul.list li>* .area .in_area *{font-weight: 300; font-size:15px; line-height:21px; color: #797979; text-align: left;}
		.photo_list.mGallery ul.list li>* .area .title{font-weight: 500; font-size:18px; line-height:1.3; color: #1b1b1b; letter-spacing: -0.05em;}
		.photo_list.mGallery ul.list li>* .area .txt{max-height:42px; margin-top:15px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
		.photo_list.mGallery ul.list li>* .area .day{margin:0 0 6px; font-size:14px; color: #434343;}

	/* 학교소개 - 산학협력 */
		.photo_list.cooperation{}
		.photo_list.cooperation ul.list{margin:-20px 0 0 -30px;}
		.photo_list.cooperation ul.list li{padding:20px 0 0 30px;}
		.photo_list.cooperation ul.list li>*{}
		.photo_list.cooperation ul.list li>* .thumb{height:120px; border:1px solid #ddd;}

		.photo_list.cooperation ul.list li>* .area{border:none;}
		.photo_list.cooperation ul.list li>* .area .in_area{height:58px; padding:10px;}
		.photo_list.cooperation ul.list li>* .area .in_area *{text-align: center;}
		.photo_list.cooperation ul.list li>* .area .title{font-weight: 400; font-size:16px; line-height:1.3; color: #666;}

	/* 계열소개 - 실습시설 안내 */
		.photo_list.facility{}
		.photo_list.facility ul.list{margin:-20px 0 0 -20px;}
		.photo_list.facility ul.list li{padding:20px 0 0 20px;}
		.photo_list.facility ul.list li>*{}
		.photo_list.facility ul.list li>* .thumb{height:175px;}

		.photo_list.facility ul.list li>* .area{border:none;}
		.photo_list.facility ul.list li>* .area .in_area{height:78px; padding:10px;}
		.photo_list.facility ul.list li>* .area .in_area *{text-align: center;}
		.photo_list.facility ul.list li>* .area .title{font-weight: 400; font-size:20px; line-height:1.3; color: #0d0d0d;}

	/* 계열소개 - 교수진 소개 */
		.photo_list.professor{}
		.photo_list.professor ul.list{margin:-40px 0 0 -50px;}
		.photo_list.professor ul.list li{padding:40px 0 0 50px;}
		.photo_list.professor ul.list li>*{}
		.photo_list.professor ul.list li>* .thumb{height:240px;}
		.photo_list.professor ul.list li>* .thumb .bg_thumb_box{background-size: contain !important;}
		.photo_list.professor ul.list li>* 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.professor ul.list li>* span.bg:before{content: "자세히보기"; width:110px; height:38px; margin:-19px 0 0 -55px; background-color: transparent; border:1px solid rgba(255,255,255,0.9); font-weight: 400; font-size:16px; line-height:36px; color: rgba(255,255,255,0.9); text-align: center; display:block; top:60%;}
		.photo_list.professor ul.list li>* span.bg:after{display:none;}

		.photo_list.professor ul.list li>* .area{background:#bc0715 url('../../images/series/bg_professor.jpg') no-repeat right top; border:none;}
		.photo_list.professor ul.list li>* .area .in_area{height:76px; padding:10px;}
		.photo_list.professor ul.list li>* .area .in_area *{text-align: center;}
		.photo_list.professor ul.list li>* .area .title{font-weight: 300; font-size:19px; line-height:1.3; color: #fff;}
		.photo_list.professor ul.list li>* .area .title>strong{max-width:71%; font-weight: 500; display:inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
		.photo_list.professor ul.list li>* .area .txt{max-height:40px; font-weight:300; font-size:16px; color: #fff; display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

		.photo_list.professor ul.list li>a:hover span.bg{opacity: 1;}
		.photo_list.professor ul.list li>a:hover span.bg:before{width: 110px; margin:-19px 0 0 -55px; top:50%; opacity: 1;}

	/* 홍보센터 - 스타교수진 */
		.photo_list.star{}
		.photo_list.star ul.list{margin:-20px 0 0 -20px;}
		.photo_list.star ul.list li{padding:20px 0 0 20px;}
		.photo_list.star ul.list li>*{border:1px solid #ddd;}
		.photo_list.star ul.list li>* .thumb{height:320px;}
		.photo_list.star ul.list li>* .thumb .bg_thumb_box{background-size: contain !important;}

		.photo_list.star ul.list li>* .area{border:none; border-top:1px solid #ddd;}
		.photo_list.star ul.list li>* .area .in_area{height:90px; padding:10px;}
		.photo_list.star ul.list li>* .area .in_area *{text-align: center;}
		.photo_list.star ul.list li>* .area .title{font-weight: 500; font-size:22px; line-height:1.3; color: #333;}
		.photo_list.star ul.list li>* .area .txt{margin-top:5px; font-weight:400; font-size:16px; color: #666;}

	/* 홍보센터 - 미디어 한호전 */
		.photo_list.media{}
		.photo_list.media ul.list{margin:-40px 0 0 -13px;}
		.photo_list.media ul.list li{padding:40px 0 0 13px;}
		.photo_list.media ul.list li>*{}
		.photo_list.media ul.list li>* .thumb{height:214px; border:1px solid #dadada;}

		.photo_list.media ul.list li>* .area{border-top:none;}
		.photo_list.media ul.list li>* .area .in_area{height:66px; padding:5px 29px}
		.photo_list.media ul.list li>* .area .title{text-align: center;}
		.photo_list.media ul.list li>* .area .day{font-size:14px; text-align: center;}

	/* 홍보센터 - 대회수상 */
		.photo_list.grandprize{border-top:2px solid #222;}
		.photo_list.grandprize>ul{margin:0 0 0 0;}
		.photo_list.grandprize ul.list li{width:100%; padding:20px; border-bottom:1px solid #dddddd;}
		.photo_list.grandprize ul.list li>*{display:table; table-layout: fixed;}
		.photo_list.grandprize ul.list li>* .thumb{width:380px; min-width:380px; height:initial; overflow:hidden; display:table-cell; vertical-align: middle;}
		.photo_list.grandprize ul.list li>* .thumb .bg_thumb_box {width:380px; height:228px; box-sizing: border-box;}

		.photo_list.grandprize ul.list li>* .area{width:auto; height:auto; padding:0 0 0 0; border:none; display:table-cell; vertical-align: middle;}
		.photo_list.grandprize ul.list li>* .thumb+.area{padding:0 0 60px 30px;}

		.photo_list.grandprize ul.list li>* .area .in_area{height:auto; padding:0; display:inline;}
		.photo_list.grandprize ul.list li>* .area .in_area *{/*font-weight: 300; font-size:17px; line-height:24px; color: #737373; text-align: left;*/}
		.photo_list.grandprize ul.list li>* .area .cate{font-size:18px; line-height:1.3; color: #666;}
		.photo_list.grandprize ul.list li>* .area .title{margin-top:10px; font-weight: 500; font-size:20px; line-height:24px; color: #333; letter-spacing: -0.05em;}
		.photo_list.grandprize ul.list li>* .area .txt{margin-top:15px; font-weight: 400; font-size:16px; line-height:24px; color: #666;}
		.photo_list.grandprize ul.list li>* .area .txt.three{max-height:72px;}
		.photo_list.grandprize ul.list li>* .area .day{margin-top:10px; font-weight: 400; font-size:16px; line-height:24px; color: #999;}
		.photo_list.grandprize ul.list li>* .area .info{margin-top:15px; font-size:0; line-height:0;}
		.photo_list.grandprize ul.list li>* .area .info>dl{width:100%; display:table; table-layout: fixed;}
		.photo_list.grandprize ul.list li>* .area .info>dl+dl{margin-top:8px;}
		.photo_list.grandprize ul.list li>* .area .info>dl>*{font-weight: 400; font-size:16px; line-height:1.4; display:table-cell; vertical-align: top;}
		.photo_list.grandprize ul.list li>* .area .info>dl>dt{width:90px; color: #333;}
		.photo_list.grandprize ul.list li>* .area .info>dl>dd{color: #666;}

		.photo_list.grandprize.news ul.list li>* .thumb .bg_thumb_box {height:250px;}


/* 비밀번호 입력 레이어 */
	.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>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;}

/*
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; // 양쪽 끝 정렬
display: flex; justify-content: space-around; // 센터 정렬
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;
*/

/*부트스트랩 테스트*/