/* contents 서브 표 영역 */
table.contentsTable {width:100%; border-top:1px solid #3676b3; margin-top:10px;}
table.contentsTable thead {font-size:1em; font-family:"NTKR"; font-weight:400; background:#f3f4f6;}
table.contentsTable thead th {padding:10px 0; border-bottom:1px solid #ccc; border-right:1px solid #ccc; vertical-align:middle;}
table.contentsTable thead th:last-child {border-right:0}
table.contentsTable tbody {vertical-align:middle; text-align:left; }
table.contentsTable tbody tr {border-bottom:1px solid #ccc;}
table.contentsTable tbody tr th {padding:15px 15px; border-right:1px solid #ccc; vertical-align:middle; background:#f8f8f8; font-size:1em; color:#333; }
table.contentsTable tbody tr td {background:#fff; padding:10px 15px; border-right:1px solid #ccc; vertical-align:middle;font-size:14px; line-height:20px; color:#333; }
table.contentsTable tbody tr td:last-child {border-right:0}
table.contentsTable tbody tr td span.bold {font-weight:600;font-family:"NTKR";font-size:16px;margin-bottom:5px;display:block;}
table.contentsTable tbody tr td .blue {font-weight:600;font-family:"NTKR";color:#3676b3;margin-right:5px;top:-3px;}
table.contentsTable tbody tr td .green {font-weight:600;font-family:"NTKR";color:#50a332;margin-right:5px;}


table.contentsTable02 {width:100%; border-top:1px solid #3676b3; margin-top:10px;}
table.contentsTable02 thead {font-size:14px;background:#f3f4f6;font-weight:600;}
table.contentsTable02 thead th {padding:10px 0; border-bottom:1px solid #ccc; border-right:1px solid #ccc; vertical-align:middle;}
table.contentsTable02 thead th:last-child {border-right:0}
table.contentsTable02 tbody {vertical-align:middle; text-align:center; font-size:14px;}
table.contentsTable02 tbody tr {border-bottom:1px solid #ccc;}
table.contentsTable02 tbody tr th {padding:15px 15px; border-right:1px solid #ccc; vertical-align:middle; background:#f8f8f8; font-size:1em; color:#333; font-family:"malgunbd" }
table.contentsTable02 tbody tr th.bgBlue {background:#3676b3;color:#fff;font-weight:400;}
table.contentsTable02 tbody tr th.bgOrange {background:#f28e02;color:#fff;font-weight:400;}
table.contentsTable02 tbody tr th.bgGrey {background:#666;color:#fff;font-weight:400;}
table.contentsTable02 tbody tr td {background:#fff; padding:10px 15px; border-right:1px solid #ccc; vertical-align:middle;font-size:14px; line-height:20px; color:#333;}
table.contentsTable02 tbody tr td:last-child {border-right:0}

table.contentsTable03 {width:100%; border-top:1px solid #3676b3; margin-top:10px;}
table.contentsTable03 thead {font-size:1em; font-family:"malgunbd"; background:#f3f4f6;}
table.contentsTable03 thead th {padding:10px 0; border-bottom:1px solid #ccc; border-right:1px solid #ccc; vertical-align:middle;}
table.contentsTable03 thead th:last-child {border-right:0}
table.contentsTable03 tbody {vertical-align:middle; text-align:left; }
table.contentsTable03 tbody tr {border-bottom:1px solid #ccc;}
table.contentsTable03 tbody tr th {padding:15px 15px; border-right:1px solid #ccc; vertical-align:middle; background:#f5f8fb; font-size:1em; color:#333;font-weight:400;}
table.contentsTable03 tbody tr td {background:#fff; padding:15px 15px; vertical-align:middle;font-size:14px; line-height:20px; color:#999;font-weight:200;}


table.contentsTable04 {width:100%; border-top:1px solid #3676b3; margin-top:10px;}
table.contentsTable04 thead {font-size:14px;background:#f3f4f6;font-weight:600;}
table.contentsTable04 thead th {padding:10px 0; border-bottom:1px solid #ccc; border-right:1px solid #ccc; vertical-align:middle;}
table.contentsTable04 thead th:last-child {border-right:0}
table.contentsTable04 tbody {vertical-align:middle; text-align:center; font-size:14px;}
table.contentsTable04 tbody tr {border-bottom:1px solid #ccc;}
table.contentsTable04 tbody tr th {padding:15px 15px; border-right:1px solid #ccc; vertical-align:middle; background:#f8f8f8; font-size:1em; color:#333; font-family:"malgunbd" }
table.contentsTable04 tbody tr th.bgBlue {background:#3676b3;color:#fff;font-weight:400;}
table.contentsTable04 tbody tr th.bgOrange {background:#f28e02;color:#fff;font-weight:400;}
table.contentsTable04 tbody tr td {background:#fff; padding:10px 15px; border-right:1px solid #ccc; vertical-align:middle;font-size:14px; line-height:20px; color:#333;}
table.contentsTable04 tbody tr td:last-child {border-right:0; text-align:left;padding-left:40px;}
table.contentsTable04 tbody tr td:last-child:before {content: "";display: block;width: 5px; height: 2px; background: #3676b3;position: absolute; margin:11px 0 0 -10px;}



/* 표 영역에서 text-align이 다르게 적용될 경우 */
table.contentsTable.unemployed_person tbody tr td:first-child {text-align:center; padding-left:20px;}
table.contentsTable.form tbody tr td {text-align:left; padding-left:20px;}
table.contentsTable.unemployed_person tbody tr th {text-align:center; padding-left:20px; }
table.contentsTable.license_schedule tbody tr th {text-align:center;}
table.contentsTable.license_schedule tbody tr th:last-child{border-right:none;}
table.contentsTable.license_schedule tbody tr td {text-align:center;}

/* 폼 스타일  */
input[type="text"], input[type="password"] {border:1px solid #ccc;  background:#f8f8f8; padding:3px;height:30px;}
textarea {border:1px solid #ccc;  background:#f8f8f8; pad ding:3px;}
input[type="checkbox"] {display:inline-block; margin-right:7px; vertical-align:middle; margin-bottom:5px;}
select {height:35px;}
input[type="radio"] {display:inline-block; margin:0 7px 0 30px; vertical-align:middle;}
input[type="radio"]:first-child {margin-left:0;}
input[type="radio"].birth {margin-left:20px;}



/* 폼에서 필수항목 별 표시 */
span.star {display:inline-block; margin:5px; color:#f23c43;}
span.grey {color:#999;}
.boardCheckWrap {position:relative;}
.boardCheck {text-align:right;margin:-10px 0 10px;}

.formComment {margin-left:10px;}
.btn_double {width:75px; height:22px; color:#fff; display:inline-block; text-align:center;line-height:22px; border-radius:3px; background:#999; margin-left:5px; font-size:12px;}
.btn_zip {background:#5f9ba5; width:100px; }

/* contents 회색 박스, 체크박스(동의) */
.txtBox {padding:20px; background:#f8f8f8; border:1px solid #e5e5e5; height:500px; overflow-y:scroll; line-height:1.5; font-size:13px; color:#808080;}
.txtBox.h140 {height:140px;}
.agreeCheck {margin-top:15px; color:#333; font-size:14px; line-height:1.5;}


/* 기본 게시판 list */
table.board_list {text-align:center; }
table.board_list thead th,table.board_list tbody th {background:#f9f9f9; border-bottom:1px solid #dddddd; padding:15px; color:#333; font-size:14px; font-weight:400; }
table.board_list tbody tr.reply {padding-left:20px;}
table.board_list tbody td {border-bottom:1px solid #ccc; padding:10px 20px; color:#666; vertical-align:middle; font-size:14px;font-weight:300;line-height:1.4;}
table.board_list tbody td.subject {text-align:left; }

.onlineInfo {margin-top:30px; width:100%; height:85px; border:3px solid #d8d8d8; background:#f5f5f5 url('../images/board/icon_online.png')no-repeat 15% 50%;}
.onlineInfo .properties {text-align:center; margin-left:80px; line-height:85px; font-size:1em;}

table.viewBoard {text-align:left; }
table.viewBoard thead th,table.board_list tbody th {background:#f9f9f9; border-bottom:1px solid #dddddd; padding:15px; color:#333; font-size:14px; font-weight:400; text-align:center;}
table.viewBoard tbody td {border-bottom:1px solid #ccc; padding:10px 20px; color:#666; vertical-align:middle; font-size:14px;font-weight:300;line-height:1.6;}
table.viewBoard tbody td.subject {text-align:left; }
table.viewBoard tbody td span.txt_sub_title {display:inline-block; width:60px; background:url("../images/board/bg_gray_line.gif") no-repeat 100% 50%; margin-right:25px}

/* 기본 게시판 view */
table.viewBoard thead th {background:#f8f8f8; border-bottom:1px solid #ccc;font-family:"malgunbd"; text-align:left; font-size:1em;padding:12px 30px; }
table.viewBoard > tbody th {border-bottom:1px solid #d9d9d9;text-align:left; line-height:18px; color:black; }
table.viewBoard tbody td {border-bottom:1px solid #ccc; padding:12px 30px;text-align:left;}
table.viewBoard tbody td.file {color: #333;font-weight: 700;}
table.viewBoard tbody td dl {font-size:0;}
table.viewBoard tbody td dl dt {display:inline-block;position:relative;padding-right:10px;font-size:16px;}
table.viewBoard tbody td dl dt:after {content:"";display:block;position:absolute; width:1px; height:60%; background:#999; left:100%; top:20%;}
table.viewBoard tbody td dl dd {display:inline-block;padding-left:10px;font-size:16px;}

table.viewBoard tbody td .date {float:left;}
table.viewBoard tbody td .click {float:right;}

.writeForm h3 { font-size:25px; font-family:"nanumB"; color:#343434;  margin-top:30px; }


/* btn 버튼종류 */
.btnWrap {width:100%;margin:0 auto; text-align:center; margin-top:30px;}
.btnWrap a {display:inline-block; width:180px; height:45px; line-height:45px; text-align:center; border-radius:5px; color:#fff; font-size:18px; margin-left:3px;}
.btnWrap a.grey {background:#666;}
.btnWrap a.red{background:#d92121;}
.btnWrap a.darkGray{background:#404040;}
.btnWrap a.blue{background:#3676b3;}
.btnWrap a.green{background:#00a69c;font-weight:500;}
.boardCheckWrap {position:relative;}
.boardCheck {position:relative; right:0; color:#666;}
span.star {display:inline-block; margin:0 5px; color:#f23c43; }
.btninquiry {width:100%;margin:0 auto; text-align:center; margin-top:30px;}
.btninquiry a {display:inline-block; width:140px; height:45px; line-height:41px; text-align:center; border-radius:5px; color:#fff; font-size:18px; margin-left:3px;}
.btninquiry a.gray {background:#626773;}
.btninquiry a.blue{background:#008cbc;}
.password_btn { display: inline-block; width:100px; height:34px; line-height:30px; text-align:center; border-radius:5px; color:#fff; font-size:14px; background:#0093e1;}

/* btn 버튼종류 - 게시판에서 사용할 경우 */
.btnWrap.btnWrapList {text-align:right; margin-top:10px;}
.btnWrap.btnWrapList a {width:150px; height:45px; line-height:45px; font-size:18px;}




/* 모집과정 list */
table.sub_currentRecruit_list {text-align:left;vertical-align:middle;}
table.sub_currentRecruit_list thead th,table.sub_currentRecruit_list tbody th {background:#fafafa; border-bottom:1px solid #d9d9d9; padding:15px;color:#333; font-size:1em; border-right:1px solid #d9d9d9; ;font-weight:400;}
table.sub_currentRecruit_list th:last-child {border-right:none;}
table.sub_currentRecruit_list tbody td {border-bottom:1px solid #ccc;line-height:16px; padding:15px; color:#666;}
table.sub_currentRecruit_list tbody .lastLine{border-bottom:1px solid #808080;}
table.sub_currentRecruit_list tbody td.lectureName {text-align:left; padding-left:10px;}
table.sub_currentRecruit_list tbody td.condition a{text-align:center; display:block; margin-bottom:5px;}
table.sub_currentRecruit_list tbody td.condition a:last-child{margin-bottom:0px;}

/* 구인의뢰 */
table.boardList.recruit {font-family:"malgun"; margin-bottom:20px;}
table.boardList.recruit tbody th {color:#535353; text-align:left; padding:10px 0 10px 15px; vertical-align:middle;}
table.boardList.recruit tbody td {text-align:left; padding:10px 23px 10px 15px; vertical-align:middle;}
.boardWrap h4 .title{text-align:left;font-family:"malgunbd"; color:#4d4d4d; font-size:1em; }



/* 상담 게시판 (기본 + 상담) view */
table.viewBoard thead th span.answer {color:#1e478a; margin-right:10px;}
table.viewBoard tbody .counsel_lastLine {border:none;}

/* 상담 게시판 (기본 + 상담) write */
p.enterance_consult {float:right; margin-bottom:10px;}
table.enterance_consult_write tbody th {color:#535353; text-align:left; padding:10px 15px 10px 15px; vertical-align:middle; font-size:13px;}
table.enterance_consult_write tbody td {text-align:left; padding:10px 15px 10px 15px; vertical-align:middle;}

/* 상담 게시판 비밀번호*/
.passwordBoard {width:100%; height:270px; background:#fafafa url('/2017/images/board/bg_password.png')no-repeat 25% 50%; border:1px solid #d9d9d9; border-top:1px solid #0081c5; margin:0 auto;}
.passwordBoard_copy {margin:60px 0 0 550px; text-align:left;}
.passwordBoard_copy h2 {font-size:30px; font-family:"malgunbd"; color:#333;line-height:100%;}
.passwordBoard_copy h2 span.eng {font-size:20px; color:#808080; font-family:"malgun"}
.passwordBoard_copy p { line-height:150%; color:#666; margin:15px 0; }
.password_input {width:150px; height:30px !important; background: #fff; margin-right:5px;}
.password_btn {display:inline-block; width:100px; height:30px; line-height:30px; text-align:center; border-radius:5px; color:#fff; font-size:14px; background:#0083cb;}
input[type='password'] { height:30px !important;  font-size:14px; line-height:30px;padding:0px 5px; }

/* 갤러리 게시판 */
ul.galleryList {font-weight:300; overflow:hidden;border-bottom:1px solid #ccc;}
ul.galleryList li {width:260px ;height: 220px;position: relative; float: left;margin:0 20px 20px 0; }
ul.galleryList li.right {margin-right:0px; }
ul.galleryList li img{border:1px solid #ccc; width:260px; height:190px;}
ul.galleryList li a {color:#333;; text-align:center;display:block;padding:0px;}
ul.galleryList li .title {display:block; margin:5px 0 15px 0; text-align:center; } 
ul.galleryList li .cover {position: absolute; top:0; left:0; display:none ;}
ul.galleryList li:hover .cover {display: block;}

/* 교재 게시판 */
ul.galleryList03 {font-weight:300; overflow:hidden;}
ul.galleryList03 li {float:left;width:25%;box-sizing:border-box;padding:5px;}
ul.galleryList03 li img{border:1px solid #ccc; width:100%; hei ght:320px;}
ul.galleryList03 li a {color:#333;; text-align:center;display:block;padding:10px; background-color:#eaeaea;}
ul.galleryList03 li a .tit {display:block; margin:10px 0;}


/* 이전글 다음글 */
table.prevNext {border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin-top:28px;}
table.prevNext th, table.prevNext td {padding:10px 0;}
table.prevNext th {padding-left:20px; text-align:left;}
table.prevNext td {padding-left:20px; text-align:left;}
table.prevNext td {background: url('../images/layout/bg_board_tab.gif') left center no-repeat #fff;}
table.prevNext .prev th {background: url('../images/layout/bg_prve_writing.gif') 80px center no-repeat #fff; border-bottom:1px solid #d9d9d9; color:#7e7e7e}
table.prevNext .prev td {border-bottom:1px solid #d9d9d9;}
table.prevNext .next th {background: url('../images/board/bg_next_writing.gif') 80px center no-repeat #fff; color:#7e7e7e}

/* 페이징 */
.paging {text-align:center; margin:20px 0 0 0; }
.paging > a {display:inline-block;}
.paging * {vertical-align:middle;}
.paging span.back {float:left;}
.paging .number {display:inline-block; margin:0 3px;}
.paging .number a {display:inline-block; width:27px; height:27px;line-height:27px; text-align:center;}
.paging .number a:hover, .paging .number a.on {color:#fff; font-weight:500; background-color:#3676b3; }

/* 게시판 검색 */
.board_search {background:#F0F0F0; border:1px solid #D9D9D9; margin-top:27px; padding:11px 0; text-align:center; }
.board_search input[type="text"] {border:1px solid #ccc; width:146px; padding:0px 60px;}
.board_search input[value="검색"] {background:#464646; border:none; width:68px; padding:7px 0; font-family:"malgunbd"; text-align:center; *line-height:12px; color:white;}

/* faq */
.faq {border-top:2px solid #516484;}
.faq dd {padding:20px 10px 20px 30px;border-bottom:1px solid #ccc; }
.faq dt {border-bottom:1px solid #ccc;background: url("../images/contents/iconClose.png") no-repeat 95% 50%;}
.faq dt.on  {background: url("../images/contents/iconOpen.png") no-repeat 95% 50%;}
.faq dt.on a {color: #005c9f;}
.faq dt a {display:block;padding:15px 10px 15px 30px; font-size:17px;  font-weight:400;}
.faq dt a i {margin-right: 10px;font-size: 20px;color: #005c9f;}
.faq dd {font-size:16px; font-weight:300; line-height:1.8; display:none; padding-left:55px; background:#f0f0f0; color:#444; position: relative;line-height: 1.8;}
.faq dd i {position: absolute; left:20px; top:20px; font-size: 20px;color: #005c9f;}


/*접수확인*/
.onlineCheck {width:100%; height:270px; background:#fafafa url('../images/board/icon_onlineCheck.png')no-repeat 10% 50%; border:1px solid #d9d9d9; border-top:1px solid #1e478a;}
.onlineCheck_copy {float:right; margin-top:55px; width:60%;}
.onlineCheck_copy h2 {font-size:34px; font-family:"nanumB"; color:#1e478a; }
.onlineCheck_copy h2:before {content:""; display:block; width:25px; height:2px; background:#f6a82d; margin-right:5px; position:relative; bottom:10px;}
.onlineCheck_copy p {font-size:14px; color:#666; margin:15px 0; }
.onlineCheck_copy .bottom .form {float:left;}
.onlineCheck_copy .bottom a {margin-left:15px;}
.onlineCheck_copy .form {font-size:1em; font-family:"malgunbd"; color:#666; margin-bottom:10px;}
.onlineCheck_input {width:225px; background: #fff; margin-left:12px;}
.onlineCheck_inputTel {width:60px; background: #fff;}
.onlineCheck_inputTel:first-child {margin-left:10px;}
.onlineCheck {width:100%; height:270px; background:#fafafa url('../images/board/icon_onlineCheck.png')no-repeat 10% 50%; border:1px solid #d9d9d9; border-top:1px solid #1e478a;}

/*원서접수*/
.applicationWrap {}
.applicationWrap .onlineInfo {margin-top:30px; width:100%; height:85px; border:3px solid #d8d8d8; background:#f5f5f5 url('../images/board/icon_online.png')no-repeat 21% 50%;}
.applicationWrap .onlineInfo .properties {text-align:center; margin-left:80px; line-height:85px; font-size:1em;}
.applicationWrap table.application tbody td,table.application tbody th{text-align:left; padding-left:20px}
.applicationWrap table.application tbody th {vertical-align:middle;}
.applicationWrap .warning_Application {float:right; margin-bottom:7px;}


/* privacy */
#privacy_info{line-height:160%;}
#privacy_info .box{border:1px solid #d9d9d9; margin-bottom:20px;padding:20px 20px;  background:#f7f7f7; color:#666; height:180px; overflow:auto;  font-weight:300;}
#privacy_info .privacyTitle {color:#764695;font-weight:bold;display:block;font-size:20px;}
#privacy_info .box span.blue {color:#3676b3;font-weight:600;display:block;}
#privacy_info .box_small{border:1px solid #d9d9d9;padding:20px  20px;  background:#f7f7f7; color:#666; }
#privacy_info .box_small .strong {font-size:15px; font-weight:bold; margin-bottom:10px; color:#6e4016;}
#privacy_info .top{text-align:right; color:#446da5; margin:20px 0 0 0;}
#privacy_info .top a{ color:#f7941e}
#privacy_info .top_img {text-align:center; margin:30px 0;}

/* btn 버튼종류 */
.btnList {display:inline-block;width:180px;padding:15px 30px;border-radius:5px; background:#626773;margin-top:10px;color:#fff; text-align:center;}
.btnConfirm {display:inline-block;width:180px;padding:15px 30px;border-radius:5px; background:#a85724;margin-top:10px;color:#fff; text-align:center;}
.btnCancel {display:inline-block;width:180px;padding:15px 30px;border-radius:5px; background:#626773;margin-top:10px;color:#fff; text-align:center;}
.btnDelete {display:inline-block;width:140px;padding:15px 30px;border-radius:5px; background:#ec1841;margin-top:10px;color:#fff; text-align:center;}
.btnDouble {display:inline-block;min-width:100px;max-width:150px;height:35px;line-height:35px;border-radius:5px; background:#626773;color:#fff; text-align:center;}
.btnPost {display:inline-block;min-width:50px;max-width:150px;height:35px;line-height:35px;border-radius:3px; background:#f29901;color:#fff; text-align:center;padding:0 10px;}
.btnReadMore {display:inline-block;width:180px;padding:10px 30px;border-radius:5px; background:#61ba46;color:#fff; text-align:center;}
.btnConfirm02 {display:inline-block;width:250px;padding:15px 30px;border-radius:5px; background:#0081c5;margin-top:10px;color:#fff; text-align:center;}


/* btn 버튼종류 - 모집과정 view에서 사용*/
.btnWrap.crurentRecruit {width:100%;margin:0 auto; text-align:center; margin-top:10px;}
.btnWrap.crurentRecruit a {display:inline-block; width:275px; height:50px; line-height:50px; text-align:center; color:#fff; font-size:18px; font-family:"nanumB"}


/* btn 버튼종류 - 비밀번호 확인 사용*/
.password_blue {display:inline-block; width:100px; height:30px; line-height:30px; text-align:center;color:#fff; font-size:16px; background:#0081c5; border:1px solid #0081c5; font-family:"malgunbd"}

/* btn 버튼종류 - 접수확인*/
.onlineCheck_ok {display:inline-block; width:115px; height:58px; line-height:60px; text-align:center; color:#fff; font-size:16px; background:#2d64a7; border:1px solid #1e478a; font-family:"nanumB"}

/* board table style 게시판 표 영역 */
table {border-top:1px solid #3676b3; width:100%; border-bottom:1px solid #d9d9d9;}
table.btGray { border-top:1px solid #ccc !important;}

/*btn 버튼종류 - 원서접수*/
.btnWrap.Application {text-align:center; margin:40px 0 40px;}
.btnWrap.Application a {display:inline-block; width:185px; height:45px; line-height:45px; text-align:center; color:#fff; font-size:17px; font-family:"nanumB"}

.mo {display:none !important;}

@media all and (max-width:960px) {
	.boardWrap {padding:0 10px;}
	ul.galleryList li {width:33.33%;}
	ul.galleryList02 li {width:33.33%;}
	ul.galleryList03 li {width:33.33%;}
}

@media all and (max-width:640px) {
	.boardTable .none {display:none;}
	.boardCheck {text-align:center;}
	ul.galleryList li {width:50%;}
	ul.galleryList li a {padding:5px;}
	ul.galleryList02 li {width:50%;}
	ul.galleryList02 li a {padding:5px;}
	ul.galleryList03 li {width:50%; margin-bottom:20px;}
	ul.galleryList03 li a {padding:10px;}

	.replyTd {width:30% !important;}
	table.boardList.recruit tbody th {padding:10px;}
	table.boardList.recruit tbody td {padding:10px;}
	table.boardList tbody td.subject .pc {display:none;}
	table.boardList tbody td.subject .mo {display:inline !important;}

	/* 상담 게시판 비밀번호*/
	.passwordBoard {width:100%;  background:#fafafa url('../images/board/icon_password.png')no-repeat 58% 11%; height:446px;; }
	.passwordBoard_copy {text-align:center; margin:230px 0 0 0px;}
}
@media all and (max-width:480px) {
	table.viewBoard thead th {padding:12px;}
	table.viewBoard tbody td {padding:12px;}
	.btnList {text-align:center;width:100%;}
	
	/* .chTable tr th {display:block;width:100% !important;}
	.chTable tr td {display:block;width:100% !important; padding:10px 0 !important;}
	.chTable tr td input[type="text"],.chTable tr td input[type="password"] {height:40px;} */

	ul.galleryList li {width:100%;margin-bottom:20px;}
	ul.galleryList li a {padding:0;}
	ul.galleryList02 li {width:100%;margin-bottom:20px;}
	ul.galleryList02 li a {padding:0;}
	ul.galleryList03 li {width:100%;margin-bottom:10px;}
	ul.galleryList03 li a {padding:5;}
	.btnWrap a {width:100%; margin-bottom:35px;}
}
@media all and (max-width:320px) {
	.btnWrap a {display:block;width:100%;}
	
}