@charset "utf-8";

/* 리스트 상단 */
#board .list_top {position: relative; padding-right: 310px; min-height: 60px; box-sizing: border-box; display:flex; justify-content:left; align-items:center; table-layout:fixed; margin-bottom: 10px;}
#board .list_top .count {font-size: 16px; color: #444444; letter-spacing: -0.05em;}
#board .list_top .count strong {color: #000000; font-weight: 700; font-size: 20px;}
#board .list_top .search_bx {width: 310px; position: absolute; right: 0; top: 0;}
#board .list_top .search_bx input {padding: 0 50px 0 20px; height: 60px; color: #666; font-size: 16px; letter-spacing: -0.05em; border: none; background-color: transparent; outline: none; width: 100%; box-sizing: border-box;}
#board .list_top .search_bx input::placeholder {color: #aaaaaa;}
#board .list_top .search_bx .btn {width: 40px; height: 40px; background: url(../images/icon/search1.png) no-repeat center #000000; border-radius: 50%; position: absolute; right: 0; top: 50%; margin-top: -20px; font-size: 0;}
#board .list_top .tab_bx {}
#board .list_top .tab_bx ul {font-size: 0;}
#board .list_top .tab_bx ul li {display: inline-block; margin-right: 30px;}
#board .list_top .tab_bx ul li:last-child {margin-right: 0;}
#board .list_top .tab_bx ul li a {display: inline-block; font-size: 18px; color: #cccccc; font-weight: 700; line-height: 28px;}
#board .list_top .tab_bx ul li.on a {color: #174a97!important;}



/* 리스트 */
#board .list01 {border-top: 2px solid #111;}
#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; height: 133px; box-sizing: border-box; position: relative; padding: 0 100px;}
#board .list01 ul li a::before {content: ''; width: 18px; height: 14px; background: url(../images/icon/arrow2.png) no-repeat center; position: absolute; right: 34px; top: 50%; margin-top: -7px;}
#board .list01 ul li a .num {position: absolute; left: 0; top: 0; width: 100px; height: 100%; display:flex; justify-content:center; align-items:center; table-layout:fixed; font-size: 16px; color: #666666;}
#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 #174a97; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); font-size: 0;}
#board .list01 ul li a .txt_w {width: 100%;}
#board .list01 ul li a .txt_w strong {-webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipss; display:-webkit-box; font-size: 24px; color: #222222; letter-spacing: -0.05em; font-weight: 700; max-width: 800px;}
#board .list01 ul li a .txt_w .info {font-size: 0; margin-top: 13px;}
#board .list01 ul li a .txt_w .info p {font-size: 16px; color: #aaaaaa; display: inline-block; margin-right: 20px; position: relative;}
#board .list01 ul li a .txt_w .info p:last-child {margin-right: 0;}
#board .list01 ul li a .txt_w .info p::before {content: ''; width: 1px; height: 10px; background-color: #ddd; position: absolute; right: -10px; top: 50%; margin-top: -5px;}
#board .list01 ul li a .txt_w .info p:last-child::before {display: none;}

#board .no_data {padding: 100px 0; text-align: center; font-size: 16px; color: #ddd; letter-spacing: -0.05em; word-break: keep-all; line-height: 26px;}



/* 페이징 */
#board .page_bx {font-size: 0; text-align: center; padding-top: 40px;}
#board .page_bx a {display: inline-block; vertical-align: middle;}
#board .page_bx .num {min-width: 30px; line-height: 40px; position: relative; font-size: 18px; color: #666666; font-weight: 700; z-index: 1; margin: 0 3px;}
#board .page_bx .num.on {color: #fff;}
#board .page_bx .num.on::before {content: ''; width: 40px; height: 40px; background-color: #174a97; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); 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: 17px;}
#board .page_bx .page_next {width: 30px; height: 40px; background: url(../images/icon/page_next.png) no-repeat center; margin-left: 17px;}
#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 #111;}
#board .view01 .subject {border-bottom: 1px solid #eeeeee; text-align: center; padding: 53px 0 55px;}
#board .view01 .subject strong {display: block; font-size: 30px; line-height: 40px; color: #222222; font-weight: 700; letter-spacing: -0.05em; word-break: keep-all;}
#board .view01 .subject .info {font-size: 0; margin-top: 12px;}
#board .view01 .subject .info p {font-size: 16px; color: #aaaaaa; display: inline-block; margin-right: 20px; position: relative;}
#board .view01 .subject .info p:last-child {margin-right: 0;}
#board .view01 .subject .info p::before {content: ''; width: 1px; height: 10px; background-color: #ddd; position: absolute; right: -10px; top: 50%; margin-top: -5px;}
#board .view01 .subject .info p:last-child::before {display: none;}
#board .view01 .subject .info p span {color: #111111;}
#board .view01 .con {padding: 30px 0 100px;}
#board .view01 .con img {max-width: 100%;}
#board .view01 .file {background-color: #fafafa; margin-bottom: 60px; position: relative; padding: 32px 30px 32px 140px; min-height: 90px; box-sizing: border-box;}
#board .view01 .file .l_txt {line-height: 90px; left: 30px; top: 0; position: absolute; font-size: 16px; color: #111111; font-weight: 700;}
#board .view01 .file ul li {margin-bottom: 5px;}
#board .view01 .file ul li:last-child {margin-bottom: 0;}
#board .view01 .file ul li a {display: block; font-size: 16px; color: #333333; line-height: 26px;}
#board .view01 .page {border-top: 1px solid #111111;}
#board .view01 .page > div {border-bottom: 1px solid #eeeeee; height: 80px; box-sizing: border-box; display:flex; justify-content:left; align-items:center; table-layout:fixed; padding: 0 30px 0 140px; position: relative;}
#board .view01 .page > div:last-child {border-color: #111111;}
#board .view01 .page .l_txt {position: absolute; left: 30px; line-height: 80px; top: 0; padding-right: 46px; font-size: 16px; color: #111111; font-weight: 700;}
#board .view01 .page .l_txt::before {content: ''; width: 16px; height: 10px; background: url(../images/icon/arrow4.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 {max-width: 800px; font-size: 16px; color: #666666; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
#board .view01 .page .sb a {font-size: 16px; color: #666666;}



/* 작성 */
#board .write01 .tb_bx {border-top: 2px solid #111;}
#board .write01 .tb_bx table {width: 100%; table-layout: fixed;}
#board .write01 .tb_bx table tbody tr {border-bottom: 1px solid #dddddd;}
#board .write01 .tb_bx table tbody th {width: 240px; padding: 15px 30px; font-size: 18px; color: #222222; font-weight: 700; text-align: left; box-sizing: border-box; height: 90px;}
#board .write01 .tb_bx table tbody th.imp::after {content: '필수'; font-size: 0; display: inline-block; width: 14px; height: 10px; background: url(../images/icon/chk1.png) no-repeat center; vertical-align: middle; margin-left: 10px;}
#board .write01 .tb_bx table tbody td {box-sizing: border-box; height: 90px; padding: 15px 30px 15px 0; font-size: 16px; color: #111111; line-height: 24px; letter-spacing: -0.05em;}
#board .write01 .tb_bx table tbody td input[type=text], #board .write01 .tb_bx table tbody td input[type=password], #board .write01 .tb_bx table tbody td input[type=email], #board .write01 .tb_bx table tbody td input[type=tel] {width: 100%; height: 60px; border: 1px solid #fafafa; background-color: #fafafa; padding: 0 20px; box-sizing: border-box; font-size: 16px; color: #111; letter-spacing: -0.05em; outline: none;}
#board .write01 .tb_bx table tbody td input[type=text]::placeholder, #board .write01 .tb_bx table tbody td input[type=password]::placeholder, #board .write01 .tb_bx table tbody td input[type=email]::placeholder, #board .write01 .tb_bx table tbody td input[type=tel]::placeholder {color: #aaaaaa;}
#board .write01 .tb_bx table tbody td input[type=text]:focus, #board .write01 .tb_bx table tbody td input[type=password]:focus, #board .write01 .tb_bx table tbody td input[type=email]:focus, #board .write01 .tb_bx table tbody td input[type=tel]:focus {border-color: #111; background-color: #fff;}

#board .write01 .tb_bx table tbody td select {width: 100%; height: 60px; border: 1px solid #fafafa; padding: 0 40px 0 20px; box-sizing: border-box; font-size: 16px; color: #111; letter-spacing: -0.05em; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url(../images/icon/arrow5.png) no-repeat right 20px center #fafafa;}
#board .write01 .tb_bx table tbody td select:focus {background-color: #fff; border-color: #111;}

#board .write01 .tb_bx table tbody td textarea {width: 100%; height: 200px; border: 1px solid #fafafa; background-color: #fafafa; padding: 12px 20px; box-sizing: border-box; font-size: 16px; line-height: 26px; color: #111; letter-spacing: -0.05em; outline: none; resize: none;}
#board .write01 .tb_bx table tbody td textarea::placeholder {color: #aaaaaa;}
#board .write01 .tb_bx table tbody td textarea:focus {background-color: #fff; border-color: #111;}

#board .write01 .tb_bx table tbody td .w500 {max-width: 500px;}

#board .write01 .tb_bx table tbody td .imp_txt {margin-top: 12px;}

#board .write01 .tb_bx table tbody td .chk01 {font-size: 0; margin-bottom: -5px;}
#board .write01 .tb_bx table tbody td .chk01 li {display: inline-block; margin-right: 60px; margin-bottom: 5px; position: relative; font-size: 16px; color: #333333; line-height: 20px; word-break: keep-all;}
#board .write01 .tb_bx table tbody td .chk01 li input {appearance: none; -webkit-appearance: none; -moz-appearance: none; position: absolute; width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 50%; left: 0; top: 0; box-sizing: border-box;}
#board .write01 .tb_bx table tbody td .chk01 li input:checked {border-color: #0076f7;}
#board .write01 .tb_bx table tbody td .chk01 li label {padding-left: 27px; display: inline-block; position: relative; cursor: pointer;}
#board .write01 .tb_bx 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: 3px;}

#board .write01 .tb_bx table tbody td .email_bx {display: flex; flex-flow: wrap; max-width: 846px; width: 100%;}
#board .write01 .tb_bx table tbody td .email_bx input {width: calc(50% - 123px);}
#board .write01 .tb_bx table tbody td .email_bx span {width: 36px; line-height: 60px; text-align: center;}
#board .write01 .tb_bx table tbody td .email_bx select {margin-left: 10px; width: 200px;}

#board .write01 .tb_bx table tbody td .fileBox {position:relative; padding-left: 150px; width: 100%; box-sizing: border-box; height: 60px; max-width: 550px;}
#board .write01 .tb_bx 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 .tb_bx 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 .tb_bx table tbody td .fileBox label{position: absolute; left:0; top: 0; cursor: pointer; float:left; text-align:center; width:140px; color:#ffffff; background:#111; font-size:16px; line-height: 60px; letter-spacing: -0.05em;}
#board .write01 .tb_bx table tbody td .fileBox .del_btn {position: absolute; width: 22px; height: 22px; background: url(../images/icon/del1.png) no-repeat center; right: 22px; top: 50%; margin-top: -11px; border-radius: 50%; cursor: pointer; font-size: 0;}

#board .write01 .tb_bx table tbody td .spam_bx {font-size: 0;}
#board .write01 .tb_bx table tbody td .spam_bx .num_w {max-width: 200px; width: 100%; display: inline-block; vertical-align: middle; margin-right: 20px; border: 1px solid #dddddd; border-radius: 3px; position: relative; box-sizing: border-box;; text-align: right;}
#board .write01 .tb_bx table tbody td .spam_bx .num_w .img {height: 100%; width: 50%; position: absolute; left: 0; top: 0; display:flex; justify-content:center; align-items:center; table-layout:fixed;}
#board .write01 .tb_bx table tbody td .spam_bx .num_w .img::before {content: ''; width: 1px; height: 20px; background-color: #dddddd; position: absolute; right: 0; top: 50%; margin-top: -10px;}
#board .write01 .tb_bx table tbody td .spam_bx .num_w .img img {max-width: 100%; max-height: 100%;}
#board .write01 .tb_bx table tbody td .spam_bx .num_w input {width: 50%; text-align: center; border-color: #fff; background-color: #fff;}
#board .write01 .tb_bx table tbody td .spam_bx .sub_txt {display: inline-block; vertical-align: middle; font-size: 16px;}

#board .write01 .agree_bx {margin-top: 76px;}
#board .write01 .agree_bx:first-child {margin-top: 0;}
#board .write01 .agree_bx .ttl {font-size: 24px; color: #222222; font-weight: 700; margin-bottom: 26px;}
#board .write01 .agree_bx .txt_bx {height: 200px; box-sizing: border-box; padding: 12px 20px; overflow-y: auto; font-size: 16px; line-height: 26px; color: #111; letter-spacing: -0.05em; background-color: #fafafa;}
#board .write01 .agree_bx .chk {margin-top: 20px;}
#board .write01 .agree_bx .chk input {appearance: none; -webkit-appearance: none; -moz-appearance: none; position: absolute; visibility: hidden;}
#board .write01 .agree_bx .chk label {display: inline-block; padding-left: 40px; font-size: 16px; color: #111111; letter-spacing: -0.05em; line-height: 30px; position: relative; cursor: pointer;}
#board .write01 .agree_bx .chk label::before {content: ''; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #ddd; box-sizing: border-box; position: absolute; left: 0; top: 0; background: url(../images/icon/chk3.png) no-repeat center;}
#board .write01 .agree_bx .chk input:checked + label::before {background: url(../images/icon/chk2.png) no-repeat center #174a97; border-color: #174a97;}
#board .write01 .agree_bx .chk label span {display: inline-block; line-height: 23px; border-bottom: 1px solid #174a97; color: #174a97; font-weight: 700;}



/* 하단버튼 */
#board .btm_btn {font-size: 0; padding-top: 60px; text-align: center;}
#board .btm_btn a {display: inline-block; margin-right: 20px; width: 280px; line-height: 70px; background-color: #111111; border-radius: 35px; text-align: center; font-size: 18px; color: #ffffff; font-weight: 700;}
#board .btm_btn a:last-child {margin-right: 0;}
#board .btm_btn a.col2 {background-color: #aaaaaa;}
#board .btm_btn a.col3 {background-color: #174a97;}


/* PC */
@media all and (min-width:1025px){
    /* 리스트 상단 */
    #board .list_top .tab_bx ul li a {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #board .list_top .tab_bx ul li a:hover {color: #111;}
    
    
    
    /* 리스트 */
    #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/arrow3.png) no-repeat center; transform: translate(10px, 0);}
    #board .list01 ul li a:hover .txt_w strong {text-decoration: underline; text-underline-offset : 4px;}



    /* 상세 */
    #board .view01 .file ul li a:hover {text-decoration: underline;}
    #board .view01 .page .sb a:hover {text-decoration: underline;}
}

/* 태블릿&모바일 공통*/
@media all and (max-width:1024px){
	/* 리스트 상단 */
    #board .list_top {min-height: 40px; padding-right: 200px;}
    #board .list_top .count {font-size: 12px;}
    #board .list_top .count strong {font-size: 14px;}
    #board .list_top .search_bx {width: 200px;}
    #board .list_top .search_bx input {height: 40px; font-size: 12px; padding: 0 40px 0 10px;}
    #board .list_top .search_bx .btn {width: 30px; height: 30px; background-size: 15px auto; margin-top: -15px;}
    #board .list_top .tab_bx ul li {margin-right: 20px;}
    #board .list_top .tab_bx ul li a {font-size: 12px; line-height: 19px;}
    
    
    
    /* 리스트 */ 
    #board .list01 {border-width: 1px;}
    #board .list01 ul li a {height: 70px; padding: 0 60px;}
    #board .list01 ul li a::before {width: 12px; background-size: 12px auto; right: 20px;}
    #board .list01 ul li a .num {font-size: 12px; width: 60px;}
    #board .list01 ul li a.on .num::before {width: 30px; height: 30px; background-size: 15px auto;}
    #board .list01 ul li a .txt_w strong {font-size: 13px; line-height: 21px;}
    #board .list01 ul li a .txt_w .info {margin-top: 5px;}
    #board .list01 ul li a .txt_w .info p {font-size: 12px; margin-right: 15px;}
    #board .list01 ul li a .txt_w .info p::before {right: -8px; height: 8px; margin-top: -4px;}
    
    #board .no_data {font-size: 12px; padding: 50px 0;}



    /* 페이징 */
    #board .page_bx {padding-top: 30px;}
    #board .page_bx .num {font-size: 12px; line-height: 30px; min-width: 20px;}
    #board .page_bx .num.on::before {width: 30px; height: 30px;}
    #board .page_bx .page_first {height: 30px; width: 20px; background-size: auto 13px; margin-right: 3px;}
    #board .page_bx .page_prev {height: 30px; width: 20px; background-size: auto 13px; margin-right: 7px;}
    #board .page_bx .page_next {height: 30px; width: 20px; background-size: auto 13px; margin-left: 7px;}
    #board .page_bx .page_last {height: 30px; width: 20px; background-size: auto 13px; margin-left: 3px;}



    /* 상세 */
    #board .view01 {border-width: 1px;}
    #board .view01 .subject {padding: 25px 0;}
    #board .view01 .subject strong {font-size: 15px; line-height: 23px;}
    #board .view01 .subject .info {margin-top: 8px;}
    #board .view01 .subject .info p {font-size: 12px; margin-right: 15px;}
    #board .view01 .subject .info p::before {right: -8px; height: 8px; margin-top: -4px;}
    #board .view01 .con {padding: 20px 0 50px;}
    #board .view01 .file {padding: 16px 20px 15px 80px; min-height: 50px; margin-bottom: 30px;}
    #board .view01 .file .l_txt {font-size: 12px; left: 20px; line-height: 50px;}
    #board .view01 .file ul li {margin-bottom: 8px;}
    #board .view01 .file ul li a {font-size: 12px; line-height: 19px;}
    #board .view01 .page > div {padding: 0 20px 0 80px; height: 50px;}
    #board .view01 .page .l_txt {font-size: 12px; left: 20px; line-height: 50px; padding-right: 16px;}
    #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 .tb_bx {border-width: 1px;}
    #board .write01 .tb_bx table tbody th {font-size: 12px; line-height: 19px; padding: 10px 15px; height: 60px; width: 100px;}
    #board .write01 .tb_bx table tbody th.imp::after {width: 8px; background-size: 8px auto; margin-left: 5px;}
    #board .write01 .tb_bx table tbody td {font-size: 12px; line-height: 19px; padding: 10px 15px; height: 60px;}
    
    #board .write01 .tb_bx table tbody td input[type=text], #board .write01 .tb_bx table tbody td input[type=password], #board .write01 .tb_bx table tbody td input[type=email], #board .write01 .tb_bx table tbody td input[type=tel] {font-size: 12px; height: 40px; padding: 0 10px;}
    #board .write01 .tb_bx table tbody td select {font-size: 12px; height: 40px; padding: 0 20px 0 10px; background-size: 6px auto; background-position: right 10px center;}
    #board .write01 .tb_bx table tbody td textarea {font-size: 12px; line-height: 19px; height: 120px; padding: 8px 10px;}
    
    #board .write01 .tb_bx table tbody td .w500 {max-width: 100%;}
    
    #board .write01 .tb_bx table tbody td .chk01 li {font-size: 12px; line-height: 19px; margin-right: 30px;}
    #board .write01 .tb_bx table tbody td .chk01 li input {width: 14px; height: 14px; top: 2px;}
    #board .write01 .tb_bx table tbody td .chk01 li label {padding-left: 20px;}
    #board .write01 .tb_bx table tbody td .chk01 li input:checked + label::before {width: 8px; height: 8px; left: 3px; top: 5px;}
    
    #board .write01 .tb_bx table tbody td .email_bx {max-width: 100%;}
    #board .write01 .tb_bx table tbody td .email_bx span {line-height: 40px;}
    
    #board .write01 .tb_bx table tbody td .fileBox {height: 40px; padding-left: 75px; max-width: 100%;}
    #board .write01 .tb_bx table tbody td .fileBox input[type=text] {padding: 0 30px 0 10px;}
    #board .write01 .tb_bx table tbody td .fileBox label {width: 70px; font-size: 12px; line-height: 40px;}
    #board .write01 .tb_bx table tbody td .fileBox .del_btn {right: 10px; width: 16px; height: 16px; background-size: 16px auto; margin-top: -8px;}
    
    #board .write01 .tb_bx table tbody td .spam_bx .sub_txt {font-size: 12px;}
    #board .write01 .tb_bx table tbody td .spam_bx .num_w {max-width: 130px; margin-right: 10px;}
    
    #board .write01 .agree_bx {margin-top: 30px;}
    #board .write01 .agree_bx .ttl {font-size: 15px; line-height: 23px; margin-bottom: 8px;}
    #board .write01 .agree_bx .txt_bx {font-size: 12px; line-height: 19px; height: 120px; padding: 8px 10px;}
    #board .write01 .agree_bx .chk {margin-top: 10px;}
    #board .write01 .agree_bx .chk label {font-size: 12px; line-height: 20px; padding-left: 27px;}
    #board .write01 .agree_bx .chk label::before {width: 20px; height: 20px; background-size: 10px auto!important;}
    #board .write01 .agree_bx .chk label span {line-height: 18px;}



    /* 하단버튼 */
    #board .btm_btn {padding-top: 30px;}
    #board .btm_btn a {font-size: 12px; width: 120px; line-height: 40px; margin-right: 5px;}
}

/* 모바일 */
@media all and (max-width:768px){
    /* 리스트 상단 */
    #board .list_top {padding-right: 0; display: block;}
    #board .list_top .search_bx {position: relative; width: 100%;}
    #board .list_top .search_bx input {padding-left: 0;}
    #board .list_top .tab_bx {text-align: center;}
    #board .list_top .tab_bx ul li {margin: 0 2px 5px!important;}
    #board .list_top .tab_bx ul li a {background-color: #eee; padding: 3px 10px; border-radius: 30px; font-size: 11px; color: #999;}
    #board .list_top .tab_bx ul li.on a {background-color: #174a97!important; color: #fff!important;}
    
    
    
	/* 리스트 */ 
    #board .list01 ul li a {min-height: 70px; height: auto; padding: 10px 20px 10px 60px;}
    #board .list01 ul li a::before {display: none;}
    #board .list01 ul li a .txt_w strong {-webkit-line-clamp: 2;}
    
    
    
    /* 작성 */
    #board .write01 .tb_bx table tbody tr {display: block; width: 100%; padding: 10px 0; box-sizing: border-box;}
    #board .write01 .tb_bx table tbody th {display: block; width: 100%; height: auto; padding: 0 0 10px;}
    #board .write01 .tb_bx table tbody td {display: block; width: 100%; height: auto; padding: 0;}
    
    #board .write01 .tb_bx table tbody td .chk01 li {display: block; margin-right: 0; width: 100%;}
    
    #board .write01 .tb_bx table tbody td .email_bx input {width: calc(50% - 15px);}
    #board .write01 .tb_bx table tbody td .email_bx span {width: 30px;}
    #board .write01 .tb_bx table tbody td .email_bx select {width: 100%; margin-left: 0; margin-top: 5px;}
}