@charset "utf-8";

/*
font-family: "Open Sans", sans-serif;
*/



/* 리스트 상단 */
#board .list_top {min-height: 40px; display:flex; justify-content:left; align-items:center; table-layout:fixed; position: relative; padding-right: 300px; box-sizing: border-box; margin-bottom: 20px;}
#board .list_top .count {font-size: 16px; color: #444444; letter-spacing: -0.05em;}
#board .list_top .count strong {font-size: 20px; color: #000000; font-weight: 700;}
#board .list_top .search_bx {max-width: 300px; width: 100%; position: absolute; right: 0; top: 0;}
#board .list_top .search_bx input {height: 40px; padding: 0 50px 0 10px; font-size: 16px; color: #444444; letter-spacing: -0.05em; word-break: keep-all; border: none; outline: none; width: 100%;}
#board .list_top .search_bx input::placeholder {color: #aaaaaa;}
#board .list_top .search_bx .s_btn {position: absolute; right: 0; top: 0; width: 40px; height: 40px; font-size: 0; background: url(../images/icon/search1.png) no-repeat center #000000; border-radius: 50%;}



/* 리스트 */
#board .list01 ul {border-top: 2px solid #111111;}
#board .list01 ul li {border-bottom: 1px solid #eeeeee;}
#board .list01 ul li a {display:flex; justify-content:left; align-items:center; table-layout:fixed; position: relative; height: 133px; padding: 0 85px 0 100px; box-sizing: border-box;}
#board .list01 ul li a.on {background-color: #fafafa;}
#board .list01 ul li a::before {content: ''; width: 18px; height: 14px; background: url(../images/icon/arrow5.png) no-repeat center; position: absolute; right: 34px; top: 50%; margin-top: -7px;}
#board .list01 .num {position: absolute; width: 100px; height: 100%; left: 0; top: 0; display:flex; justify-content:center; align-items:center; table-layout:fixed; font-size: 16px; color: #666666;}
#board .list01 ul li a.on .num {font-size: 0;}
#board .list01 ul li a.on .num::before {content: ''; width: 40px; height: 40px; border-radius: 50%; background: url(../images/icon/notice.png) no-repeat center #1fa6c9; display: inline-block;}
#board .list01 .txt_w {width: 100%;}
#board .list01 .txt_w .subject {font-size: 24px; line-height: 29px; color: #111111; font-weight: 700; letter-spacing: -0.05em; word-break: keep-all; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipss; display:-webkit-box; width: 85%;}
#board .list01 .txt_w .info {font-size: 0; margin-top: 11px;}
#board .list01 .txt_w .info p {display: inline-block; font-size: 16px; color: #aaaaaa; margin-right: 20px;}
#board .list01 .txt_w .info p:last-child {margin-right: 0;}

#board .list02 ul {border-top: 2px solid #111111; border-bottom: 1px solid #dddddd; display: flex; flex-flow: wrap; padding: 32px 0 52px;}
#board .list02 ul li {width: calc(25% - 30px); margin-right: 40px; margin-top: 52px; box-sizing: border-box;}
#board .list02 ul li:nth-child(4n) {margin-right: 0;}
#board .list02 ul li:nth-child(-n+4) {margin-top: 0;}
#board .list02 ul li a {display: block;}
#board .list02 .img_bx {position: relative; overflow: hidden; box-sizing: border-box; border: 1px solid #dddddd; padding-bottom: 140%; border-radius: 10px;}
#board .list02 .img_bx div {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-repeat: no-repeat; background-position: center;}
#board .list02 .txt_bx {text-align: center; margin-top: 25px;}
#board .list02 .txt_bx p {font-size: 16px; color: #1fa6c9; letter-spacing: -0.05em; word-break: keep-all; line-height: 24px; margin-bottom: 6px;}
#board .list02 .txt_bx strong {display: block; font-size: 24px; color: #222222; line-height: 36px; letter-spacing: -0.05em; word-break: keep-all; font-weight: 700; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipss; display:-webkit-box;}

#board .no_data {font-size: 17px; color: #aaaaaa; letter-spacing: -0.05em; word-break: keep-all; padding: 100px 0; text-align: center;}



/* 페이징 */
#board .page_bx {font-size: 0; text-align: center; padding-top: 60px; z-index: 1; position: relative;}
#board .page_bx a {display: inline-block; vertical-align: middle;}
#board .page_bx .num {min-width: 30px; line-height: 40px; margin: 0 4px; font-size: 18px; color: #666666; font-weight: 700;}
#board .page_bx .num.on {position: relative; color: #fff;}
#board .page_bx .num.on::before {content: ''; width: 40px; height: 40px; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); background-color: #1fa6c9; z-index: -1;}
#board .page_bx .page_first {width: 30px; height: 40px; background: url(../images/icon/page_first.png) no-repeat center; margin-right: 6px;}
#board .page_bx .page_prev {width: 30px; height: 40px; background: url(../images/icon/page_prev.png) no-repeat center; margin-right: 14px;}
#board .page_bx .page_next {width: 30px; height: 40px; background: url(../images/icon/page_next.png) no-repeat center; margin-left: 14px;}
#board .page_bx .page_last {width: 30px; height: 40px; background: url(../images/icon/page_last.png) no-repeat center; margin-left: 6px;}



/* 상세 */
#board .view01 {border-top: 2px solid #111111;}
#board .view01 .subject {text-align: center; border-bottom: 1px solid #eeeeee; padding: 53px 20px 56px;}
#board .view01 .subject .type {font-size: 16px; color: #1fa6c9; letter-spacing: -0.05em; word-break: keep-all; line-height: 24px; margin-bottom: 6px;}
#board .view01 .subject strong {display: block; font-size: 30px; color: #222222; line-height: 40px; letter-spacing: -0.05em; word-break: keep-all; font-weight: 700;}
#board .view01 .subject .info {font-size: 0; margin-top: 10px;}
#board .view01 .subject .info p {display: inline-block; margin-right: 20px; font-size: 16px; color: #aaaaaa;}
#board .view01 .subject .info p:last-child {margin-right: 0;}
#board .view01 .con {padding: 30px 0 100px;}
#board .view01 .con img {max-width: 100%;}
#board .view01 .file {position: relative; padding: 33px 30px 33px 140px; background-color: #fafafa; margin-bottom: 60px; box-sizing: border-box; min-height: 90px;}
#board .view01 .file:last-child {margin-bottom: 0;}
#board .view01 .file .l_txt {font-size: 16px; color: #111111; font-weight: 700; line-height: 90px; left: 30px; top: 0; position: absolute;}
#board .view01 .file ul {font-size: 0;}
#board .view01 .file ul li {display: inline-block;}
#board .view01 .file ul li::after {content: ','; font-size: 16px; color: #333333; display: inline-block; line-height: 24px; margin-right: 7px;}
#board .view01 .file ul li:last-child::after {display: none;}
#board .view01 .file ul li a {font-size: 16px; color: #333333; display: inline-block; line-height: 24px;}
#board .view01 .down_list li {border-bottom: 1px solid #eeeeee; position: relative; padding: 33px 80px 32px 100px; box-sizing: border-box; min-height: 133px; display:flex; justify-content:left; align-items:center; table-layout:fixed;}
#board .view01 .down_list li .num {position: absolute; width: 100px; height: 100%; top: 0; left: 0; display:flex; justify-content:center; align-items:center; table-layout:fixed; font-size: 16px; color: #666666;}
#board .view01 .down_list li .txt_w {width: 100%;}
#board .view01 .down_list li .txt_w strong {display: block; font-size: 24px; color: #222222; line-height: 36px; letter-spacing: -0.05em; font-weight: 700; word-break: keep-all;}
#board .view01 .down_list li .txt_w p {font-size: 16px; color: #aaaaaa; line-height: 24px; word-break: keep-all; margin-top: 7px;}
#board .view01 .down_list li .btn {width: 40px; height: 40px; position: absolute; font-size: 0; background: url(../images/icon/download1.png) no-repeat center; top: 50%; right: 22px; margin-top: -20px; display: inline-block;}
#board .view01 .page {border-top: 1px solid #111111; border-bottom: 1px solid #111111;}
#board .view01 .page > div {position: relative; border-bottom: 1px solid #eeeeee; height: 80px; padding: 0 30px 0 140px; display:flex; justify-content:left; align-items:center; table-layout:fixed;}
#board .view01 .page > div:last-child {border-bottom: none;}
#board .view01 .page .l_txt {position: absolute; left: 30px; top: 0; font-size: 16px; color: #111111; line-height: 80px; font-weight: 700; padding-right: 46px;}
#board .view01 .page .l_txt::before {content: ''; width: 16px; height: 10px; background: url(../images/icon/arrow7.png) no-repeat center; position: absolute; right: 0; top: 50%; margin-top: -5px;}
#board .view01 .page .next .l_txt::before {transform: rotate(180deg);}
#board .view01 .page .sb {-webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipss; display:-webkit-box; width: 100%; max-width: 850px; font-size: 16px; color: #666666; word-break: keep-all;}
#board .view01 .page .sb a {font-size: 16px; color: #666666; word-break: keep-all;}



/* 작성 */
#board .write01 table {border-top: 2px solid #111; width: 100%; table-layout: fixed;}
#board .write01 table tbody tr {border-bottom: 1px solid #dddddd;}
#board .write01 table tbody th {width: 240px; box-sizing: border-box; padding: 0 30px; font-size: 18px; color: #222222; font-weight: 700; text-align: left;}
#board .write01 table tbody th.imp::after{content: ''; display: inline-block; width: 14px; height: 10px; background: url(../images/icon/chk1.png) no-repeat center; margin-left: 5px; vertical-align: middle;}
#board .write01 table tbody td {box-sizing: border-box; padding: 15px 40px 15px 0; font-size: 16px; color: #444; letter-spacing: -0.05em; word-break: keep-all;}
#board .write01 table tbody td input[type=text], #board .write01 table tbody td input[type=password], #board .write01 table tbody td input[type=tel], #board .write01 table tbody td input[type=email] {height: 60px; width: 100%; background-color: #eeeeee; box-sizing: border-box; border-radius: 5px; padding: 0 20px; font-size: 16px; color: #444; word-break: keep-all; letter-spacing: -0.05em; border: none; outline: none;}
#board .write01 table tbody td textarea {height: 400px; width: 100%; background-color: #eeeeee; box-sizing: border-box; border-radius: 5px; padding: 18px 20px; font-size: 16px; color: #444; word-break: keep-all; letter-spacing: -0.05em; border: none; outline: none; resize: none;}

#board .write01 table tbody td .fileBox {position:relative; padding-left: 150px; width: 100%; box-sizing: border-box; max-width: 550px;}
#board .write01 table tbody td .fileBox input[type=file]{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; top:0; left:0;}
#board .write01 table tbody td .fileBox input[type=text]{width:100%; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; max-width: 100%; padding: 0 50px 0 20px;}
#board .write01 table tbody td .fileBox label{position: absolute; left:0; top: 0; cursor: pointer; float:left; text-align:center; width:140px; color:#ffffff; background:#111111; font-size:18px; line-height: 60px; letter-spacing: -0.05em; border-radius: 5px;}
#board .write01 table tbody td .fileBox .del_btn {position: absolute; width: 22px; height: 22px; background: url(../images/icon/delete1.png) no-repeat center; right: 22px; top: 50%; transform:translate(0%, -50%); -webkit-transform:translate(0%, -50%); cursor: pointer; font-size: 0;}

#board .write01 table tbody td .spam_bx {display: flex; flex-flow: wrap; height: 50px;}
#board .write01 table tbody td .spam_bx .l_bx {width: 200px; box-sizing: border-box; margin-right: 20px; border: 1px solid #dddddd; border-radius: 5px; display: flex; flex-flow: wrap; overflow: hidden;}
#board .write01 table tbody td .spam_bx .l_bx .img_w {width: 50%; display:flex; justify-content:center; align-items:center; table-layout:fixed; position: relative;}
#board .write01 table tbody td .spam_bx .l_bx .img_w::before {content: ''; width: 1px; height: 20px; background-color: #dddddd; position: absolute; right: -1px; top: 50%; margin-top: -10px;}
#board .write01 table tbody td .spam_bx .l_bx .img_w img {max-width: 100%; max-height: 100%;}
#board .write01 table tbody td .spam_bx .l_bx input {width: 50%; height: 100%; background-color: transparent; text-align: center; border-color: transparent!important; padding: 0;}
#board .write01 table tbody td .spam_bx .r_bx {width: calc(100% - 220px); box-sizing: border-box; display:flex; justify-content:left; align-items:center; table-layout:fixed;}
#board .write01 table tbody td .spam_bx .r_bx .sub_txt {margin-top: 0; color: #1fa6c9;}

#board .write02 table {border-top: 1px solid #111; width: 100%; table-layout: fixed;}
#board .write02 table tbody tr {border-bottom: 1px solid #eeeeee;}
#board .write02 table tbody th {width: 160px; padding: 0 20px; box-sizing: border-box; background-color: #fafafa; font-size: 14px; color: #444444; font-weight: 700; letter-spacing: -0.03em; text-align: left;}
#board .write02 table tbody td {padding: 10px 20px; box-sizing: border-box; font-size: 14px; color: #444444; line-height: 24px; height: 60px;}
#board .write02 table tbody td input[type=text], #board .write02 table tbody td input[type=password], #board .write02 table tbody td input[type=tel], #board .write02 table tbody td input[type=email] {width: 100%; box-sizing: border-box; height: 40px; border-radius: 5px; padding: 0 10px; font-size: 14px; color: #444; letter-spacing: -0.05em; background-color: #eeeeee; border: 1px solid #eeeeee; outline: none;}
#board .write02 table tbody td input[type=text]::placeholder, #board .write02 table tbody td input[type=password]::placeholder, #board .write02 table tbody td input[type=tel]::placeholder, #board .write02 table tbody td input[type=email]::placeholder {color: #aaaaaa;}
#board .write02 table tbody td input[type=text]:focus, #board .write02 table tbody td input[type=password]:focus, #board .write02 table tbody td input[type=tel]:focus, #board .write02 table tbody td input[type=email]:focus {background-color: #fff; border-color: #111;}
#board .write02 table tbody td select {width: 100%; box-sizing: border-box; height: 40px; border-radius: 5px; padding: 0 25px 0 10px; font-size: 14px; color: #444; letter-spacing: -0.05em; background: url(../images/icon/arrow8.png) no-repeat right 10px center #eeeeee; border: 1px solid #eeeeee; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
#board .write02 table tbody td select:focus {background-color: #fff; border-color: #111;}
#board .write02 table tbody td textarea {width: 100%; box-sizing: border-box; height: 100px; border-radius: 5px; padding: 8px 10px; font-size: 14px; line-height: 22px; color: #444; letter-spacing: -0.05em; background-color: #eeeeee; border: 1px solid #eeeeee; outline: none; resize: none;}
#board .write02 table tbody td textarea:focus {background-color: #fff; border-color: #111;}

#board .write02 table tbody td .w300 {max-width: 300px;}
#board .write02 table tbody td .w800 {max-width: 800px;}

#board .write02 table tbody td .r_btn {position: relative; max-width: 430px; padding-right: 130px; box-sizing: border-box;}
#board .write02 table tbody td .r_btn .btn {position: absolute; top: 0; right: 0; width: 120px; text-align: center; line-height: 40px; border-radius: 5px; background-color: #333333; font-size: 14px; color: #ffffff; font-weight: 700; letter-spacing: -0.03em; cursor: pointer;}

#board .write02 table tbody td .name_bx {max-width: 920px; display: flex; flex-flow: wrap;}
#board .write02 table tbody td .name_bx input {width: calc(33.333% - 6.666px); margin-right: 10px; margin-top: 5px;}
#board .write02 table tbody td .name_bx input:nth-child(3n) {margin-right: 0;}
#board .write02 table tbody td .name_bx input:nth-child(-n+3) {margin-top: 0;}
#board .write02 table tbody td .name_bx.four input {width: calc(25% - 7.5px); margin-right: 10px; margin-top: 5px;}
#board .write02 table tbody td .name_bx.four input:nth-child(4n) {margin-right: 0;}
#board .write02 table tbody td .name_bx.four input:nth-child(-n+4) {margin-top: 0;}
#board .write02 table tbody td .name_bx input:last-child {margin-right: 0!important;}
#board .write02 table tbody td .name_bx p {margin-right: 30px;}
#board .write02 table tbody td .name_bx p:last-child {margin-right: 0;}
#board .write02 table tbody td .name_bx p span {color: #aaaaaa;}

#board .write02 table tbody td .rr_num {display: flex; flex-flow: wrap; max-width: 333px;}
#board .write02 table tbody td .rr_num .rr_num1 {width: calc(71.025% - 36.5px);}
#board .write02 table tbody td .rr_num .rr_num2 {width: calc(28.975% - 36.5px);}
#board .write02 table tbody td .rr_num .txt1 {width: 23px; line-height: 40px; text-align: center;}
#board .write02 table tbody td .rr_num .txt2 {width: 50px; line-height: 40px; text-align: right;}

#board .write02 table tbody td .addr_bx {max-width: 800px; display: flex; flex-flow: wrap;}
#board .write02 table tbody td .addr_bx input {margin-top: 10px;}
#board .write02 table tbody td .addr_bx .addr1 {margin-top: 0; width: calc(100% - 130px); max-width: 170px;}
#board .write02 table tbody td .addr_bx .btn {width: 120px; text-align: center; line-height: 40px; background-color: #333333; border-radius: 5px; margin-left: 10px; font-size: 14px; color: #ffffff; letter-spacing: -0.03em; font-weight: 700;}

#board .write02 table tbody td .chk01 {font-size: 0; margin-bottom: -10px;}
#board .write02 table tbody td .chk01 li {display: inline-block; position: relative; font-size: 14px; color: #444444; line-height: 20px; margin-right: 30px; margin-bottom: 10px;}
#board .write02 table tbody td .chk01 li:last-child {margin-right: 0;}
#board .write02 table tbody td .chk01 li input {appearance: none; -webkit-appearance: none; -moz-appearance: none; width: 20px; height: 20px; border: 1px solid #dedede; border-image: 50%; box-sizing: border-box; position: absolute; left: 0; top: 1px; border-radius: 50%; cursor: pointer;}
#board .write02 table tbody td .chk01 li input:checked {border-color: #0076f7;}
#board .write02 table tbody td .chk01 li label {display: inline-block; cursor: pointer; padding-left: 26px;}
#board .write02 table tbody td .chk01 li input:checked + label::before {content: ''; width: 12px; height: 12px; background-color: #0076f7; border-radius: 50%; position: absolute; left: 4px; top: 5px;}
#board .write02 table tbody td .chk02 {font-size: 0; margin-bottom: -10px;}
#board .write02 table tbody td .chk02.dI {display: inline-block; margin-left: 10px;}
#board .write02 table tbody td .chk02 li {display: inline-block; position: relative; font-size: 14px; color: #444444; line-height: 20px; margin-right: 30px; margin-bottom: 10px;}
#board .write02 table tbody td .chk02 li:last-child {margin-right: 0;}
#board .write02 table tbody td .chk02 li input {appearance: none; -webkit-appearance: none; -moz-appearance: none; width: 20px; height: 20px; border: 1px solid #dedede; background: url(../images/icon/chk2.png) no-repeat center #fff; border-radius: 3px; position: absolute; left: 0 ; top: 1px;}
#board .write02 table tbody td .chk02 li input:checked {background: url(../images/icon/chk3.png) no-repeat center #0076f7; border-color: #0076f7;}
#board .write02 table tbody td .chk02 li label {padding-left: 27px; display: inline-block; cursor: pointer;}

#board .write02 table tbody td .tel_bx {max-width: 327px; display: flex; flex-flow: wrap;}
#board .write02 table tbody td .tel_bx .tel1 {width: calc(29.36% - 16px);}
#board .write02 table tbody td .tel_bx select {width: calc(29.36% - 16px);}
#board .write02 table tbody td .tel_bx .tel2 {width: calc(35.32% - 16px);}
#board .write02 table tbody td .tel_bx .tel3 {width: calc(35.32% - 16px);}
#board .write02 table tbody td .tel_bx span {width: 24px; text-align: center; line-height: 40px;}

#board .write02 table tbody td .email_bx {max-width: 610px; display: flex; flex-flow: wrap;}
#board .write02 table tbody td .email_bx input {width: calc(34.974% - 13.333px);}
#board .write02 table tbody td .email_bx span {width: 30px; line-height: 40px; text-align: center;}
#board .write02 table tbody td .email_bx select {width: calc(30.052% - 13.333px); margin-left: 10px;}

#board .agree_bx {border-top: 1px solid #111111;}
#board .agree_bx .agree_w {position: relative; padding: 20px 0 0;}
#board .agree_bx .agree_w.all {border-bottom: 1px solid #dddddd; padding: 20px 0;}
#board .agree_bx .agree_w .chk_w {position: relative; font-size: 0; padding-right: 100px;}
#board .agree_bx .agree_w.all .chk_w {padding-right: 0;}
#board .agree_bx .agree_w .chk_w input {appearance: none; -webkit-appearance: none; -moz-appearance: none; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px solid #dedede; border-radius: 50%; background: url(../images/icon/chk2.png) no-repeat center #fff;}
#board .agree_bx .agree_w .chk_w input:checked {background: url(../images/icon/chk3.png) no-repeat center #1fa6c9; border-color: #1fa6c9;}
#board .agree_bx .agree_w .chk_w label {padding-left: 27px; font-size: 14px; color: #444444; line-height: 20px; display: inline-block; letter-spacing: -0.03em; word-break: keep-all; cursor: pointer;}
#board .agree_bx .agree_w .chk_w label span {color: #ff0000;}
#board .agree_bx .agree_w.all .chk_w label {font-size: 16px; color: #000000; font-weight: 700;}
#board .agree_bx .agree_w .btn {position: absolute; right: 0; top: 15px; font-size: 12px; color: #ffffff; letter-spacing: -0.03em; word-break: keep-all; text-align: center; width: 90px; line-height: 30px; border-radius: 5px; background-color: #a4aab7; cursor: pointer;}
#board .agree_bx .agree_w .txt_bx {font-size: 14px; color: #666666; line-height: 24px; letter-spacing: -0.05em; word-break: keep-all; padding: 16px 20px; border: 1px solid #eeeeee; margin-top: 10px; box-sizing: border-box; height: 200px; overflow-y: auto; display: none;}



/* 하단버튼 */
#board .btm_btn {font-size: 0; text-align: center; padding-top: 60px;}
#board .btm_btn a {display: inline-block; max-width: 280px; line-height: 68px; background-color: #1fa6c9; border: 1px solid #1fa6c9; font-size: 18px; color: #fff; font-weight: 700; border-radius: 35px; box-sizing: border-box; margin-right: 20px; width: 100%;}
#board .btm_btn a:last-child {margin-right: 0;}
#board .btm_btn a.col2 {background-color: #111111; border: 1px solid #111111;}
#board .btm_btn a.col3 {background-color: #ffffff; border: 1px solid #ededed; color: #aaaaaa}
#board .btm_btn a.col4 {background-color: #aaaaaa; border: 1px solid #aaaaaa;}

/* PC */
@media all and (min-width:1025px){
    /* 리스트 */
    #board .list01 ul li a::before {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #board .list01 ul li a:hover::before {background: url(../images/icon/arrow6.png) no-repeat center; transform: translate(10px, 0)}
    #board .list01 ul li a:hover .txt_w .subject {text-decoration: underline; text-underline-offset : 4px; text-decoration-thickness: 2px;}
    
    #board .list02 .img_bx div {-webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; transition: transform 0.3s;}
    #board .list02 ul li a:hover .img_bx div {transform: scale(1.1);}
    #board .list02 ul li a:hover .txt_bx strong {text-decoration: underline; text-underline-offset : 4px; text-decoration-thickness: 2px;}



    /* 상세 */
    #board .view01 .file ul li a:hover {text-decoration: underline;}
    #board .view01 .down_list li .btn {-webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
    #board .view01 .down_list li .btn:hover {background: url(../images/icon/download2.png) no-repeat center;}
    #board .view01 .page .sb a:hover {text-decoration: underline;}
}

/* 태블릿&모바일 공통*/
@media all and (max-width:1024px){
	/* 리스트 상단 */
    #board .list_top {margin-bottom: 10px; min-height: 30px; padding-right: 200px;}
    #board .list_top .count {font-size: 12px;}
    #board .list_top .count strong {font-size: 15px;}
    #board .list_top .search_bx {max-width: 200px;}
    #board .list_top .search_bx input {height: 30px; font-size: 12px; padding: 0 35px 0 10px;}
    #board .list_top .search_bx .s_btn {width: 30px; height: 30px; background-size: 15px auto;}



    /* 리스트 */
    #board .list01 ul {border-width: 1px;}
    #board .list01 ul li a {padding: 0 55px 0 60px; height: 83px;}
    #board .list01 ul li a::before {width: 13px; background-size: 13px auto; right: 20px;}
    #board .list01 .num {font-size: 12px; width: 60px;}
    #board .list01 ul li a.on .num::before {width: 30px; height: 30px; background-size: 15px auto;}
    #board .list01 .txt_w .subject {font-size: 15px; line-height: 21px;}
    #board .list01 .txt_w .info {margin-top: 6px;}
    #board .list01 .txt_w .info p {font-size: 12px; margin-right: 15px;}
    
    #board .list02 ul {padding: 15px 0 20px;}
    #board .list02 ul li {width: calc(25% - 7.5px); margin-right: 10px; margin-top: 20px;}
    #board .list02 .img_bx {border-radius: 5px;}
    #board .list02 .txt_bx {margin-top: 8px;}
    #board .list02 .txt_bx p {margin-bottom: 3px; font-size: 12px; line-height: 17px;}
    #board .list02 .txt_bx strong {font-size: 15px; line-height: 21px;}
    
    #board .no_data {font-size: 12px; padding: 50px 0;}



    /* 페이징 */
    #board .page_bx {padding-top: 30px;}
    #board .page_bx .num {font-size: 12px; min-width: 20px; line-height: 35px;}
    #board .page_bx .num.on::before {width: 30px; height: 30px;}
    #board .page_bx .page_first {width: 20px; margin-right: 2px; background-size: auto 13px;}
    #board .page_bx .page_prev {width: 20px; margin-right: 9px; background-size: auto 13px;}
    #board .page_bx .page_next {width: 20px; margin-left: 9px; background-size: auto 13px;}
    #board .page_bx .page_last {width: 20px; margin-left: 2px; background-size: auto 13px;}



    /* 상세 */
    #board .view01 {border-width: 1px;}
    #board .view01 .subject {padding: 23px 15px 22px;}
    #board .view01 .subject .type {font-size: 12px; line-height: 17px; margin-bottom: 3px;}
    #board .view01 .subject strong {font-size: 15px; line-height: 21px;}
    #board .view01 .subject .info {margin-top: 6px;}
    #board .view01 .subject .info p {font-size: 12px; margin-right: 15px;}
    #board .view01 .con {padding: 15px 0 50px;}
    #board .view01 .file {margin-bottom: 30px; min-height: 60px; padding: 22px 15px 21px 80px;}
    #board .view01 .file .l_txt {font-size: 12px; left: 15px; line-height: 60px;}
    #board .view01 .file ul li::after {font-size: 12px; line-height: 17px; margin-right: 5px;}
    #board .view01 .file ul li a {font-size: 12px; line-height: 17px;}
    #board .view01 .down_list li {padding: 15px 60px 15px; min-height: 72px;}
    #board .view01 .down_list li .num {font-size: 12px; width: 50px;}
    #board .view01 .down_list li .txt_w strong {font-size: 15px; line-height: 21px;}
    #board .view01 .down_list li .txt_w p {font-size: 12px; line-height: 17px; margin-top: 3px;}
    #board .view01 .down_list li .btn {right: 0px; background-size: 13px auto;}
    #board .view01 .page > div {height: 60px; padding: 0 15px 0 80px;}
    #board .view01 .page .l_txt {font-size: 12px; left: 15px; line-height: 60px; padding-right: 21px;}
    #board .view01 .page .l_txt::before {width: 8px; background-size: 8px auto;}
    #board .view01 .page .sb {font-size: 12px;}
    #board .view01 .page .sb a {font-size: 12px;}



    /* 작성 */
    #board .write01 table {border-width: 1px;}
    #board .write01 table tbody th {font-size: 12px; padding: 0 20px; width: 120px;}
    #board .write01 table tbody th.imp::after {width: 9px; background-size: 9px auto;}
    #board .write01 table tbody td {font-size: 12px; line-height: 17px; padding: 10px 20px 10px 0;}
    #board .write01 table tbody td input[type=text], #board .write01 table tbody td input[type=password], #board .write01 table tbody td input[type=tel], #board .write01 table tbody td input[type=email] {height: 35px; padding: 0 10px; font-size: 12px; border-radius: 3px;}
    #board .write01 table tbody td textarea {height: 120px; padding: 8px 10px; font-size: 12px; line-height: 17px; border-radius: 3px;}
    
    #board .write01 table tbody td .fileBox {padding-left: 85px; max-width: 100%;}
    #board .write01 table tbody td .fileBox input[type=text] {padding: 0 30px 0 10px;}
    #board .write01 table tbody td .fileBox label {line-height: 35px; font-size: 12px; border-radius: 3px; width: 80px;}
    #board .write01 table tbody td .fileBox .del_btn {width: 15px; height: 15px; background-size: 15px; right: 10px;}
    
    #board .write01 table tbody td .spam_bx {height: 35px;}
    #board .write01 table tbody td .spam_bx .l_bx {width: 100px; margin-right: 10px; border-radius: 3px;}
    #board .write01 table tbody td .spam_bx .l_bx .img_w::before {height: 10px; margin-top: -5px;}
    #board .write01 table tbody td .spam_bx .r_bx {width: calc(100% - 110px);}
    
    #board .write02 table tbody th {font-size: 12px; padding: 0 15px; width: 120px;}
    #board .write02 table tbody td {font-size: 12px; line-height: 17px; padding: 5px 15px; height: 50px;}
    #board .write02 table tbody td input[type=text], #board .write02 table tbody td input[type=password], #board .write02 table tbody td input[type=tel], #board .write02 table tbody td input[type=email] {height: 35px; font-size: 12px; border-radius: 3px;}
    #board .write02 table tbody td select {height: 35px; font-size: 12px; border-radius: 3px;}
    #board .write02 table tbody td textarea {font-size: 12px; line-height: 17px; border-radius: 3px;}
    
    #board .write02 table tbody td .w300 {max-width: 100%;}
    #board .write02 table tbody td .w800 {max-width: 100%;}
    
    #board .write02 table tbody td .r_btn {padding-right: 85px; max-width: 100%;}
    #board .write02 table tbody td .r_btn .btn {width: 80px; font-size: 12px; line-height: 35px; border-radius: 3px;}
    
    #board .write02 table tbody td .name_bx {max-width: 100%;}
    #board .write02 table tbody td .name_bx input {width: calc(33.333% - 3.333px); margin-right: 5px;}
    #board .write02 table tbody td .name_bx.four input {width: calc(25% - 3.75px); margin-right: 5px;}
    #board .write02 table tbody td .name_bx p {margin-right: 20px;}
    
    #board .write02 table tbody td .addr_bx {max-width: 100%;}
    #board .write02 table tbody td .addr_bx input {margin-top: 5px;}
    #board .write02 table tbody td .addr_bx .addr1 {width: calc(100% - 85px); max-width: 120px;}
    #board .write02 table tbody td .addr_bx .btn {width: 80px; font-size: 12px; border-radius: 3px; line-height: 35px; margin-left: 5px;}
    
    #board .write02 table tbody td .rr_num {max-width: 219px;}
    #board .write02 table tbody td .rr_num .rr_num1 {width: calc(71.025% - 29px);}
    #board .write02 table tbody td .rr_num .txt1 {width: 11px; line-height: 35px;}
    #board .write02 table tbody td .rr_num .rr_num2 {width: calc(28.975% - 29px);}
    #board .write02 table tbody td .rr_num .txt2 {width: 47px; line-height: 35px;}
    
    #board .write02 table tbody td .chk01 li {font-size: 12px; line-height: 17px; margin-right: 30px;}
    #board .write02 table tbody td .chk01 li input {width: 11px; height: 11px; top: 2px;}
    #board .write02 table tbody td .chk01 li label {padding-left: 15px;}
    #board .write02 table tbody td .chk01 li input:checked + label::before {width: 5px; height: 5px; left: 3px;}
    #board .write02 table tbody td .chk02.dI {display: block; margin-left: 0; margin-top: 10px;}
    #board .write02 table tbody td .chk02 li {font-size: 12px; line-height: 21px; margin-right: 30px;}
    #board .write02 table tbody td .chk02 li input {width: 15px; height: 15px; top: 2px; background-size: 9px auto!important; border-radius: 2px;}
    #board .write02 table tbody td .chk02 li label {padding-left: 21px;}
    
    #board .write02 table tbody td .tel_bx {max-width: 267px;}
    #board .write02 table tbody td .tel_bx .tel1 {width: calc(29.36% - 8.666px);}
    #board .write02 table tbody td .tel_bx .tel2 {width: calc(35.32% - 8.666px);}
    #board .write02 table tbody td .tel_bx .tel3 {width: calc(35.32% - 8.666px);}
    #board .write02 table tbody td .tel_bx span {width: 13px; line-height: 35px;}
    
    #board .write02 table tbody td .email_bx input {width: calc(34.974% - 10px);}
    #board .write02 table tbody td .email_bx span {width: 25px; line-height: 35px;}
    #board .write02 table tbody td .email_bx select {width: calc(30.052% - 10px); margin-left: 5px;}
    
    #board .agree_bx .agree_w {padding: 12px 0 0;}
    #board .agree_bx .agree_w.all {padding: 12px 0;}
    #board .agree_bx .agree_w .chk_w {padding-right: 55px;}
    #board .agree_bx .agree_w .chk_w input {width: 15px; height: 15px; background-size: 9px auto!important;}
    #board .agree_bx .agree_w .chk_w label {font-size: 12px; line-height: 15px; padding-left: 21px;}
    #board .agree_bx .agree_w.all .chk_w label {font-size: 12px;}
    #board .agree_bx .agree_w .btn {width: 50px; line-height: 20px; font-size: 10px; border-radius: 3px; top: 10px;}
    #board .agree_bx .agree_w .txt_bx {margin-top: 12px; font-size: 11px; line-height: 15px; padding: 12px 15px; height: 100px;}



    /* 하단버튼 */
    #board .btm_btn {padding-top: 30px;}
    #board .btm_btn a {font-size: 12px; line-height: 43px; max-width: 150px; margin-right: 5px;}
}

/* 모바일 */
@media all and (max-width:768px){
    /* 리스트 */
    #board .list01 ul li a {padding-right: 20px;}
    #board .list01 ul li a::before {display: none;}
    #board .list01 .txt_w .subject {width: 100%; -webkit-line-clamp: 2;}
    
    #board .list02 ul li:nth-child(n) {width: calc(50% - 5px); margin-right: 10px; margin-top: 20px;}
    #board .list02 ul li:nth-child(2n) {margin-right: 0;}
    #board .list02 ul li:nth-child(-n+2) {margin-top: 0;}



    /* 상세 */
    #board .view01 .file ul li {display: block; margin-bottom: 5px;}
    #board .view01 .file ul li:last-child {margin-bottom: 0;}
    #board .view01 .file ul li::after {display: none;}
    #board .view01 .down_list li {padding-left: 15px;}
    #board .view01 .down_list li .num {display: none;}



    /* 작성 */
    #board .write01 table tbody tr {display: block; width: 100%; box-sizing: border-box; padding: 12px 10px 15px;}
    #board .write01 table tbody th {display: block; width: 100%; padding: 0 0 7px;}
    #board .write01 table tbody td {display: block; width: 100%; padding: 0;}
    
    #board .write02 table tbody tr {display: block; width: 100%; box-sizing: border-box; padding: 14px 0 15px;}
    #board .write02 table tbody th {display: block; width: 100%; padding: 0 0 9px; background-color: transparent;}
    #board .write02 table tbody td {display: block; width: 100%; padding: 0; height: auto;}
    
    #board .write02 table tbody td .name_bx input:nth-child(n) {width: 100%; margin-right: 0!important; margin-top: 5px!important;}
    #board .write02 table tbody td .name_bx input:nth-child(1) {margin-top: 0!important;}
    #board .write02 table tbody td .name_bx p {width: 100%; margin-right: 0; margin-bottom: 9px;}
    #board .write02 table tbody td .name_bx p:last-child {margin-bottom: 0;}
    
    #board .write02 table tbody td .chk01 li {display: block; margin-right: 0;}
    
    #board .write02 table tbody td .tel_bx {max-width: 100%;}
    
    #board .write02 table tbody td .email_bx .email1 {width: calc(100% - 25px); margin-bottom: 5px;}
    #board .write02 table tbody td .email_bx .email2 {width: calc(52.59% - 2.5px);}
    #board .write02 table tbody td .email_bx select {width: calc(47.41% - 2.5px);}
    


    /* 하단버튼 */
    #board .btm_btn {display: flex; flex-flow: wrap; justify-content: center;}
    #board .btm_btn.two a {width: calc(50% - 2.5px); margin-right: 5px;}
    #board .btm_btn.two a:nth-child(2n) {margin-right: 0;}
    #board .btm_btn.three a {width: calc(33.333% - 3.333px); margin-right: 5px;}
    #board .btm_btn.three a:nth-child(3n) {margin-right: 0;}
}