@charset "utf-8";

.d-hide {display: none !important;}

.mt5 {margin-top:5px}
.mt10 {margin-top:10px}
.mt15 {margin-top:15px}
.mt20 {margin-top:20px}
.mt30 {margin-top:30px}
.mt40 {margin-top:40px}
.mt50 {margin-top:50px}
.mt60 {margin-top:60px}
.mt70 {margin-top:70px}
.mt80 {margin-top:80px}
.mt-5 {margin-top:-5px}
.mt-40 {margin-top:-40px}

.ml5 {margin-left:5px}
.ml10 {margin-left:10px}
.ml20 {margin-left:20px}
.ml30 {margin-left:30px}
.ml40 {margin-left:40px}

.mr5 {margin-right:5px}
.mr10 {margin-right:10px}

.mlr5 {margin-left:5px;margin-right:5px}
.mlr10 {margin-left:10px;margin-right:10px;}

.ptb10 {padding-top:10px;padding-bottom:10px}
.ptb15 {padding-top:15px;padding-bottom:15px}
.ptb20 {padding-top:20px;padding-bottom:20px}
.ptb25 {padding-top:25px;padding-bottom:25px}

.plr40 {padding-left:40px;padding-right:40px;}
.plr120 {padding-left:120px;padding-right:120px;}

.pl80 {padding-left:80px;}
.pl120 {padding-left:120px}

.pr200 {padding-right:200px}

.pd15 {padding:15px}
.pd25 {padding:25px}
.pd30 {padding:30px}

.ff-l {font-family:"NotoKrL";font-weight:normal;}
.ff-r {font-family:"NotoKrR";font-weight:normal;}
.ff-m {font-family:"NotoKrM";font-weight:normal;}
.ff-b {font-family:"NotoKrB";font-weight:normal;}

.fc-main {color:#008c6c}
.fc-gray-l {color:#919191}
.fc-gray-m {color:#666}
.fc-gray-b {color:#333}

.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs18 {font-size:18px;}
.fs26 {font-size:26px;}

.ls025 {letter-spacing:0.025em}
.ls-050 {letter-spacing:-0.050em}

.lh-150 {line-height:1.5;}
.lh-180 {line-height:1.8;}

.wf50 {width:50px;}
.wf60 {width:60px;}
.wf70 {width:70px;}
.wf80 {width:80px;}
.wf90 {width:90px;}
.wf100 {width:100px;}
.wf110 {width:110px;}
.wf120 {width:120px;}
.wf240 {width:240px;}
.wf290 {width:290px;}
.wf320 {width:320px;}
.wf410 {width:410px;}
.wf420 {width:420px;}
.wf460 {width:460px;}
.wf600 {width:600px;}
.wf620 {width:620px;}
.wf950 {width:950px;}

.hf120 {height:120px;}
.hf140 {height:140px;}
.hf200 {height:200px;}
.h100 {height:100%;}

.pre-line {white-space:pre-line;}

span.pbr {display:block;clear:both;}

.board_wrap .btn-white input[type="file"]::-webkit-file-upload-button { cursor:pointer; }
.board_wrap input:read-only {background-color: #f1f1f1;/*pointer-events: none;*/}

.board #gnb .btn_menu {background-image: url(../../resources/img/common/icon_sitemap_over.png);}

/* Board 시작 */
.board_wrap {width:100%;margin-top:97px;padding:100px 0;letter-spacing:-0.025em;color:#666666;border-bottom:1px solid #f1f1f1;font-family:'notoKrR';font-size:16px; min-height: calc(100vh - 173px);}
.board_wrap > div {position:relative;width:1200px;padding:0 15px;margin: 0 auto;}
.board_wrap img {max-width:100%;}

/* 재사용 빈도 많은 클래스 */
.board_wrap div:after {clear:both;height:0;display:block;content:'';}
.board_wrap p:after {clear:both;height:0;display:block;content:'';}
.board_wrap ul:after {clear:both;height:0;display:block;content:'';}
.board_wrap dl:after {clear:both;height:0;display:block;content:'';}
.board_wrap p, .board_wrap div {position:relative;}
.board_wrap strong {font-weight:normal}

/* ---링크값 스타일 부모 상속 */
.board_wrap a {color:inherit;}

/* ---제목스타일 */
.board_wrap h1 {font-size: 36px; color: #555;margin-bottom: 10px;font-weight:normal}
.board_wrap h2 {font-size: 26px; color: #239e82;margin-bottom: 15px;font-weight:normal}

.board_wrap .sum:before {position:absolute;left:0;top:0;bottom:0;margin:auto;content:'';width:3px;height:3px;display:block;background-color:#0d9173;}
.board_wrap .sum {display:inline-block;position:relative;padding-left:12px;text-align:left;}
.board_wrap .sum strong {color:#333333;font-family:'notoKrM';font-weight:normal}


/* ---인풋박스 */
.board_wrap input[type="text"], .board_wrap input[type="password"] {border-radius:0;padding:10px;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent; transition-duration:0.3s; transition-property:border;overflow:hidden;vertical-align:middle;border:1px solid #e0e0e0;font-family:'NotoKrL';box-sizing: border-box;font-size:15px;-webkit-appearance:none;}
.board_wrap input[type="text"]:focus, .board_wrap input[type="password"]:focus {background: #fcfcfc;border-color:#0c9172;}
.board_wrap input::placeholder {color:#999;letter-spacing:-0.025em;}
.board_wrap select {border-radius:0;padding:10px;outline:none;vertical-align:middle;border:1px solid #e0e0e0;font-family:'NotoKrL';box-sizing: border-box;font-size:14px;color:#999;background: url('../img/board/ico_selArr.png') no-repeat right 10px center;-webkit-appearance: none;background-size:15px 8px}
.board_wrap select::-ms-expand { display: none; }
.board_wrap input[type="checkbox"] {-webkit-appearance: none;appearance: none;margin:0;border:0;background:none;border-radius:0;outline:none;padding:0 !important;}
.board_wrap .check-m {position: absolute; top: 4px; left: 0; z-index: -1; display: inline-block; margin: 0; vertical-align: middle; width: 18px; height: 18px;}
.board_wrap .check-m + label {position: relative; display: block; float: left; padding-left: 25px;cursor:pointer;}
.board_wrap .check-m + label:before {content: ""; display: inline-block; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; background: url('../img/common/img_common.png') no-repeat 0px 0;}
.board_wrap .check-m:checked + label:before {background: url('../img/common/img_common.png') no-repeat 0px -30px;}
.board_wrap .radio-m { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0;}
.board_wrap .radio-m + label {position: relative; outline: none;display: block; float: left; padding-left: 30px; line-height: 20px; cursor:pointer;}
.board_wrap .radio-m + label:before{outline: none;margin-top: 1px;content: ""; display: inline-block; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: url('../img/common/img_common.png') no-repeat -30px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.board_wrap .radio-m:checked + label:before {background: url('../img/common/img_common.png') no-repeat -30px -30px;}
.board_wrap .radio-m:focus + label {position: relative; outline: #666 dotted 1px; z-index: 2;}
.board_wrap textarea {border:1px solid #e0e0e0;resize: none;padding:10px;border-radius: 0;-webkit-appearance:none;outline:0}
.board_wrap textarea:focus {outline:none;background: #fcfcfc;border-color:#0c9172;}
.board_wrap input[type="search"], input[type="search"] {border-radius: 0;-webkit-appearance:none;outline:0}
input::-ms-clear {display:none;}


.board_wrap .input-pw span a {display:block;position: absolute;width:24px;height:24px;top:50%;margin-top:-12px;right:15px;text-indent:-9999px;font-size:0;background-image:url('../img/board/ico_pw.png');background-repeat: no-repeat;background-position: right center;z-index:9;background-size:20px 12px}

/* ---회색박스 */
.board_wrap .box {position:relative;padding:30px 20px;color:#666;background:#f1f1f1}
.board_wrap .bd-box {position:relative;padding:30px 20px;color:#666;border:1px solid #e0e0e0}
.board_wrap .box.ptb50 {padding-top:50px;padding-bottom:50px}
.board_wrap .bd-box.ptb80 {padding-top:80px;padding-bottom:80px;}

/* ---메인 풀컬러 버튼(후버 배경) */
.board_wrap .btn-full-main {display:inline-block;border:1px solid #0c9172;padding:15px;color:#fff;background:#0c9172;transition: background-color .25s ease-in;text-align:center}
.board_wrap .btn-full-main:hover {background:#007a5e}
.btn_both button:hover {transition: background-color .25s ease-in;background:#007a5e}

/* ---예약 풀컬러 버튼(후버 배경) */
.board_wrap .btn-full-resv {display:inline-block;border:1px solid #589199;padding:5px;color:#fff;background:#589199;transition: background-color .25s ease-in;text-align:center}
.board_wrap .btn-full-resv:hover {background:#4c7f86}

/* ---예약취소 풀컬러 버튼(후버 배경) */
.board_wrap .btn-full-cancle {display:inline-block;border:1px solid #747474;padding:5px;color:#fff;background:#747474;transition: background-color .25s ease-in;text-align:center}
.board_wrap .btn-full-cancle:hover {background:#666}

/* ---메인 테두리 버튼(후버 배경) */
.board_wrap .btn-main {display:inline-block;border:1px solid #239e82;color:#239e82;transition: background-color .25s ease-in;text-align:center}
.board_wrap .btn-main:hover {background:#239e82;color:#fff;}

/* ---회색 테두리 버튼(후버 배경) */
.board_wrap .btn-gray {display:inline-block;border:1px solid #555555;color:#555;transition: background-color .25s ease-in;text-align:center;}
.board_wrap .btn-gray:hover {background:#555;color:#fff;}

/* ---회색 버튼(후버 메인컬러 왼쪽) */
.board_wrap .btn-white:before {display:block; position:absolute; left:-130%; bottom:0; content:""; width:120%; height:150%; background:#fff;transition:all 0.5s;border:1px solid #555;font-size:14px;border-bottom:0;}
.board_wrap .btn-white {position:relative; overflow:hidden; display:inline-block; border:1px solid #555; background-color:#fff;text-align:center;transition:all 0.5s;vertical-align:middle;}
.board_wrap .btn-white:hover {background-color:#0c9172; border-color:#0c9172;}
.board_wrap .btn-white:hover:before {left:-10%; opacity:1.0;}
.board_wrap .btn-white strong {position:relative;z-index:1; display:block; color:#333;font-weight:normal}
.board_wrap .btn-white:hover strong {color:#0c9172;}
.board_wrap .btn-white input[type="file"] {position:absolute;width:100%;height:100%;bottom:0;left:0;opacity:0;filter:alpha(opacity=0);cursor:pointer}

/* ---네이버, 카카오 버튼 */
.board_wrap .btn-site {position:relative;display:inline-block;padding:18px 0;text-align:center;border:1px solid #666666;letter-spacing:-1px;background-color:#fff;background-repeat: no-repeat;background-position-y: 50%;transition:background-color linear 0.2s;}
.board_wrap .naver {background-image:url('../img/board/ico_naver.png');background-position-x:30px;padding-left:30px}
.board_wrap .kakao {background-image:url('../img/board/ico_kakao.png');background-position-x:24px;padding-left:30px;}
.board_wrap .naver:hover {background-image:url('../img/board/ico_naver_on.png');background-color:#1fcc00;color:#fff;border-color:#1fcc00}
.board_wrap .kakao:hover {background-color:#fae100;border-color:#fae100;}

/* ---테이블 */
.board_wrap .tbl-view {position:relative;border-top:1px solid #666;}
.board_wrap .tbl-view thead th, .tbl-view tbody th {padding:15px 10px;text-align:center;color:#666;border-bottom:1px solid #ddd;background:#f1f1f1;font-size:16px;}
.board_wrap .tbl-view tbody td {padding:15px 20px;color:#666;border-bottom:1px solid #ddd;font-family:"NotoKrL"; background: #fff;}
.board_wrap .tbl-view input[type="text"], .board_wrap .tbl-view input[type="password"] {padding:10px;font-size:14px;}
.board_wrap .tbl-view thead tr, .board_wrap .tbl-view tbody tr {height:70px}

.board_wrap .tbl-view tr.notice-row { background-color: #dcf6e5; }
.board_wrap .tbl-view tr.notice-row td { background-color: #dcf6e5; }


.board_wrap .tbl-view.vlt-view tbody td span {display:inline-block;position:relative;margin-right:10px}
.board_wrap .tbl-view.vlt-view tbody td span:last-child, .board_wrap .tbl-view.vlt-view tbody td span:nth-child(3) {margin-right:5px;}
.board_wrap .tbl-view.vlt-view tbody td span:after {display:block;content:'';position:absolute;top:7px;right:-8px;width:1px;height:13px;background:#a1a1a1;}
.board_wrap .tbl-view.vlt-view tbody td span.fc-main:after {background:#86c8b9}
.board_wrap .tbl-view.vlt-view tbody td span:last-child:after, .board_wrap .tbl-view.vlt-view tbody td span:nth-child(3):after {display:none}

.board_wrap .tbl-view.bt tbody tr:last-child td, .board_wrap .tbl-view.bt tbody tr:last-child th {border-bottom:1px solid #666;}

.board_wrap .tbl-view.bd tbody td, .board_wrap .tbl-view.bd thead th {padding:10px 2px;border-left:1px solid #ddd;border-right:1px solid #ddd;font-weight:normal;}
.board_wrap .tbl-view.bd thead tr th:last-child, .board_wrap .tbl-view.bd tbody tr td:last-child {border-right:0}
.board_wrap .tbl-view.bd thead tr th:first-child, .board_wrap .tbl-view.bd tr td:first-child {border-left:0}
.board_wrap .tbl-view.bd tbody td {text-align:center;word-break:break-all}
.board_wrap .tbl-view.bd tbody td .btn-full-main {padding:7px}

.board_wrap .tbl-view.small tbody td, .board_wrap .tbl-view.small thead th {font-size:14px;}

.board_wrap .tbl-view.wf950 {width:950px;margin:0 auto;margin-top:20px;}

.board_wrap strong.qna-yn {display:inline-block;vertical-align:middle;width:68px;height:22px;color:#fff;text-align:center;font-weight:normal;font-size:12px;line-height:22px;margin:0px 10px 0 0}
.board_wrap strong.qna-yn.wait {background:#777}
.board_wrap strong.qna-yn.comp {background:#0d9173}
.board_wrap span.qna-file {display:inline-block;vertical-align:middle;text-indent: -999px;font-size:0;line-height:22px;margin:3px 0px 0 10px;width:15px;height:15px;background:url('../img/board/ico_file.png') no-repeat}
.board_wrap span.new-con {display:block;position:absolute;font-size:14px;width:48px;height:22px;left:100px;color:#fff;background:#0d9173;text-align:center;line-height:22px;}
.board_wrap .tbl-view tbody td.news-title {padding-left:60px;}
.board_wrap .tbl-view tbody td.td-file, .board_wrap .tbl-view tbody td.td-reply {padding:0}


/* ---뷰 */
.board_wrap dl.board-view {border-top:1px solid #666;}
.board_wrap dl.board-view dt {position:relative;font-size:18px;padding:25px 200px 25px 120px;}
.board_wrap dl.board-view dt strong.qna-yn {position:absolute;left:40px;top:28px}
.board_wrap dl.board-view dt .q-date {position:absolute;right:40px;top:30px;font-size:14px;color:#666;}
.board_wrap dl.board-view dt .q-date strong, .board_wrap dl.board-view dd.answer p.a-date strong {display:inline-block;margin-right:10px;font-family:'NotoKrR';color:#333;font-weight:normal;}
.board_wrap dl.board-view dd.con {border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:25px 40px;font-family:'NotoKrL'}
.board_wrap dl.board-view dd.con .board-file {background:#f8f8f8;padding:25px 30px}
.board_wrap dl.board-view dd.con .board-file p {padding-left:25px;background:url('../img/board/ico_file.png') 0px center no-repeat;margin-top:8px;font-size:14px;}
.board_wrap dl.board-view dd.con .board-file p a {font-family:'NotoKrL'}
.board_wrap dl.board-view dd.con .board-file p:first-child {margin:0;}
.board_wrap dl.board-view dd.con .board-file p span {display:inline-block;font-size:12px;margin-left:10px;}
.board_wrap dl.board-view dd.answer {position:relative;border-bottom:1px solid #666;padding:35px 40px 35px 130px;background:#f1f1f1;}
.board_wrap dl.board-view dd.answer strong.qna-yn {position:absolute;left:40px;top:37px;font-family:'NotoKrR';}
.board_wrap dl.board-view dd.answer p.a-date {font-size:14px;}
.board_wrap dl.board-view.edu dt {padding:30px 0;}
.board_wrap dl.board-view.edu dd.con {border-bottom-color:#666;padding:60px 0}
.board_wrap dl.board-view.edu dd.con video {width:800px;height:535px;}
.board_wrap dl.board-view.question dt {padding:30px 0;}
.board_wrap dl.board-view.question strong {display:inline-block;width:210px;}
.board_wrap dl.board-view.question dd.con:first-of-type  {border-bottom:0}

/* ---탭 */
.board_wrap ul.tabs {border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;display: flex;flex-wrap: wrap;justify-content: center;color:#999999}
.board_wrap ul.tabs li {text-align:center;flex:1 1 auto;}
.board_wrap ul.tabs li a {display:block;padding:22px 0px;}
.board_wrap ul.tabs li.on a {border-bottom:3px solid #0d9173;color:#0d9173}
.board_wrap ul.tabs li:not(.on) a:hover {color:#0d9173}

/* ---탭 sub */
.board_wrap ul.tabs-sub {display: flex;flex-wrap: wrap;justify-content: center;color:#999999;}
.board_wrap ul.tabs-sub li {text-align:center;flex:1 1 auto;}
.board_wrap ul.tabs-sub li a {display:block;padding:12px 0px;border-style: solid;border-color:#e0e0e0;border-width:1px 1px 1px 0}
.board_wrap ul.tabs-sub li:first-child a {border-width:1px}
.board_wrap ul.tabs-sub li.on a {background:#0d9173;color:#fff;border-color:#0d9173;}
.board_wrap ul.tabs-sub li:not(.on) a:hover {color:#0d9173}

/* ---탭2 */
.board_wrap ul.tabs-2 {display:flex;justify-content: center;}
.board_wrap ul.tabs-2 li {text-align:center;flex:0 0 250px;}
.board_wrap ul.tabs-2 li a {display:block;font-size:15px;padding:12px 0px;background:#f1f1f1;color:#666;margin-left:2px}
.board_wrap ul.tabs-2 li.on a {color:#fff;background:#0d9173}
.board_wrap ul.tabs-2 li:not(.on) a:hover {color:#0d9173}

/* ---이전글 다음글 */
.board_wrap ul.prev-next {border-top:1px solid #ddd;}
.board_wrap ul.prev-next li {position:relative;padding:35px;border-bottom:1px solid #ddd}
.board_wrap ul.prev-next li a, .board_wrap ul.prev-next li span {font-weight:normal;font-family:'NotoKrL'}
.board_wrap ul.prev-next li strong {display:inline-block;width:120px;padding-left:24px;color:#333333;font-weight:normal;font-size:14px;background-size:15px 8px;background-repeat: no-repeat;background-image:url('../img/board/ico_selArrD.png');background-position:0 center }
.board_wrap ul.prev-next li:last-child strong {background-image:url('../img/board/ico_selArr.png')}
.board_wrap ul.prev-next li span {position:absolute;right:35px;font-size:14px;color:#666666;}

/* ---레이어 팝업 */
.board_wrap .board-layer {display:none; position:fixed;top:0; left:0; width:100% !important; height:100% !important; z-index:100;}
.board_wrap .board-layer .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5)}
.board_wrap .board-layer .board-pop-layer {display:block;}
.board-pop-layer {display:none; position: absolute; top: 50%; left: 50%;height:auto;  background-color:#fff;z-index: 10;max-width:500px;width:90%;}
.board-pop-layer > div {padding:50px 70px;background:#fff;color:#666666;letter-spacing:-0.050em}
.board-pop-layer.wf720 {max-width:720px;}
.board-pop-layer.wf720 > div {padding:40px 50px;}
.board-pop-layer h3 {position:relative;text-align:left;font-size:22px !important;font-family:"NotoKrM" ;color:#222222;font-weight:normal;}
.board-pop-layer .btn-close {display:block;position:absolute;top:45px;right:45px;width:22px;height:22px;text-indent:-999px;font-size:0;background:url('../img/board/ico_close.png') no-repeat;z-index:99;background-size:22px 22px}
.board-pop-layer .btn-full-main {padding:10px;font-size:14px}
.board-pop-layer .btn-gray, .layer .pop-layer .btn-main {padding:5px;font-size:14px;letter-spacing:-0.050em}
.board-pop-layer .find-result {position:relative;border-top:1px solid #666;border-bottom:1px solid #666;color:#666666;margin:0 auto;margin-top:20px}
.board-pop-layer .find-result > p {display:flex;justify-content:center; }
.board-pop-layer .tbl-view tbody tr, .board-pop-layer .tbl-view thead tr {height:50px;}

/* ---datepicker */
.sel-date, .sel-date span, .search-tt {position:relative;display:inline-block;letter-spacing:-0.025em;font-family:'NotoKrR';}
.sel-date input[type="text"] {border-radius:0;padding:12px 16px;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent; transition-duration:0.3s; transition-property:border;overflow:hidden;vertical-align:middle;border:1px solid #e0e0e0;font-family:'NotoKrL';box-sizing: border-box;font-size:15px;-webkit-appearance:none;}
.con_search_wrap.schedule-search .sel-date {margin-right:10px;}
.sharingNews .sel-date input[type="text"] {background:#f1f1f1}
button.ui-datepicker-trigger, img.ui-datepicker-trigger {position:absolute;right:10px;top:0;bottom:0;margin:auto;}
button.ui-datepicker-trigger:nth-of-type(1) {right:184px;}
button.ui-datepicker-trigger img, img.ui-datepicker-trigger {width:19px;height:17px;cursor:pointer;}

/* ---zoomin, zoomout, zoominit */
.btn-zoomin, .btn-zoomout {display:inline-block;border:1px solid #ccc;width:23px;height:23px;text-indent: -999px;font-size:0;background-size:9px 9px;background-repeat: no-repeat;background-position:center}
.btn-zoomin {background-image:url('../img/board/btn_add.png')}
.btn-zoomout {background-image:url('../img/board/btn_del.png');margin-right:-5px;}
.btn-zoominit {
    position: relative;
    top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display:inline-block;
    border:1px solid #ccc;
    height:23px;
    cursor:pointer;
}

/* -- step */
ul.step {display:flex;justify-content: center;align-items: center}
ul.step li {position:relative;padding:0 20px;color:#999}
ul.step li.arr {font-size:0;text-indent:-9999px;width:14px;height:27px;background:url('../img/board/ico_stepArr.png') 50% no-repeat;}
ul.step li strong {display:inline-block;width:49px;height:49px;border-radius:50%;font-weight:normal;font-size:16px;background:#c2c2c2;color:#fff;line-height:49px;margin-right:15px}
ul.step li.on {color:#444}
ul.step li.on strong {background:#444444;}

/* -- icon */
.ico-find {width:220px;height:220px;background:#f1f1f1;border-radius:50%;margin:30px auto;font-size:0;text-indent:-9999px;background-repeat: no-repeat;background-position:50% 50%;}
.ico-find.id {background-image:url('../img/board/ico_findid.png')}
.ico-find.pw {background-image:url('../img/board/ico_findpw.png')}
.ico-find.logout {background-image:url('../img/board/ico_logout.png')}
.ico-find.movie {background-image:url('../img/board/ico_edumovie.png')}
.ico-find.comp {background-image:url('../img/board/ico_educomp.png')}
.ico-find.survey {background-image:url('../img/board/ico_survey.png')}
.ico-find.mt40 {margin-top:40px;}


/* 1Depth 로그인 */
.board_wrap .login > div:nth-of-type(1) {margin-top:40px}

/* -- 로그인 입력창 */
.login .login-input {width:490px;margin:0 auto;}
.login .login-input input {padding:15px;}
.login-input .check {position:relative;margin-top:20px;color:#666666;font-size:15px;}
.login-input .check .f-r a {margin: 0 10px}
.login-input .check .f-r a:last-child {margin-right:0}
.login-input .check .f-r a:hover {text-decoration:underline}
.login-input .check .f-r span {display:inline-block;position:relative;width:1px;height:11px;background:#c2c2c2}
.login-input .other {position:relative;margin-top:40px;font-size:14px;color:#555;height:60px}
.login-input .other a.btn-site {width:238px;}
.login-input .btn-gray {padding:10px 0}

/* -- 로그인 결과 */
.login .login-choose {display:flex;}
.login-choose > li {width:50%;border:1px solid #e0e0e0;padding:50px 90px;}
.login-choose > li:first-child {border-right-width:0;}
.login-choose h3 {font-size:20px;text-align:center;font-family:"NotoKrM";font-weight:normal;color:#222;}
.login-choose ol > li {position:relative;font-size:14px;font-family:"NotoKrL";letter-spacing:-0.05em;color:#666666;padding-left:10px;margin-bottom:10px;}
.login-choose ol > li:before {position:absolute;top:0px;left:0;content:'·';}
.login-choose .icon {width:140px;height:140px;border-radius:50%;background:#239e82;margin:30px auto;font-size:0;text-indent:-9999px;background-repeat: no-repeat;background-position:50% 50%;}
.login-choose > li:first-child > .icon {background-image:url('../img/board/ico_login.png');}
.login-choose > li:last-child > .icon {background-image:url('../img/board/ico_join.png');}
.login-choose .btn-white {width:100%;padding:15px 0}
.login .find-result {position:relative;border-top:1px solid #666;border-bottom:1px solid #666;color:#666666;margin:0 auto;margin-top:50px}
.login .find-result > p {display:flex;justify-content:center; }
.find-result .set-pw li {padding:15px;border-bottom:1px solid #ddd;display:flex;justify-content: center;align-items: center;}
.find-result .set-pw li:last-child {border-bottom:0;}
.find-result .set-pw li strong {display:inline-block;width:150px;font-weight:normal;text-align:center}


/* 1Depth 회원가입, 일부 마이페이지 통합 */
.join h3 {position:relative;font-size:22px;font-family:"NotoKrM";color:#222222;font-weight:normal;}
.join h3 span {position:absolute; top:10px;right:0; font-size:13px; color:#239e82}

/* -- 회원가입 선택 */
.join .join-choose {display:flex;}
.join-choose > li {width:100%;border:1px solid #e0e0e0;padding:50px 40px;}
.join-choose h3 {font-size:20px;text-align:center;font-family:"NotoKrM";font-weight:normal;color:#222;}
.join-choose .icon {width:140px;height:140px;border-radius:50%;background:#239e82;margin:30px auto;font-size:0;text-indent:-9999px;background-image:url('../img/board/ico_newjoin.png');background-repeat: no-repeat;background-position:50% 50%;}

/*
.join-choose > li:first-child {border-right-width:0;padding:50px 90px;}
.join-choose .btn-site {width:47%;font-size:14px;padding-bottom:17px;padding-top:17px}
.join-choose > li:first-child > .icon {background-image:url('../img/board/ico_newjoin.png');}
.join-choose > li:last-child > .icon {background-image:url('../img/board/ico_sns.png');}
*/


/* -- 회원가입 결과 */
.join .join-result {border:1px solid #e0e0e0;padding:70px 20px;text-align:center;}
.join .join-result h2 {color:#444444}
.join .join-result .icon {width:220px;height:220px;background:#f1f1f1;border-radius:50%;margin:30px auto;font-size:0;text-indent:-9999px;background-repeat: no-repeat;background-position:50% 50%;background-image: url('../img/board/ico_bookdream.png')}


.text_wrap {padding: 10px;}


/* 1Depth 도서검색 */
.book-search .search {background:#0d9173;padding:50px 50px;display:flex;}
.book-search ul.tabs {border-top:0}

/* -- 도서검색 검색창 */
.book-search .search select {outline:none;color:#fff;border:0;border-bottom:1px solid #fff;min-width:190px;font-size:16px;background-image:url('../img/board/ico_selArrW.png');}
.book-search .search select {width:42%}
.book-search .search select option {padding:5px 0;background:#fff;color: #0d9173;border:1px solid #0d9173}
.book-search .search-addr {margin-left:auto;position:relative;}
.book-search .search-addr input[type="search"] {padding:15px 15px;font-size:16px;border:0;}
.book-search .search-addr input[type="search"]::-webkit-search-decoration, .book-search .search-addr input[type="search"]::-webkit-search-cancel-button, .book-search .search-addr input[type="search"]::-webkit-search-results-button, .book-search .search-addr input[type="search"]::-webkit-search-results-decoration { display: none;}
.book-search .search-addr input[type="search"]::placeholder {color:#0d9173;}
.book-search .search-addr .icon {position: absolute;width:24px;height:24px;top:50%;margin-top:-12px;right:15px;background: url('../img/board/ico_search.png') no-repeat;text-indent:-9999px;font-size:0;}
.book-search .search-addr .icon a {display:block;width:100%;height:100%;}

/* -- 도서검색 결과 장르 선택 */
.book-search .search-result {display:flex;align-items:stretch;}
.book-search .search-result .result-l {position:relative;width:230px;margin-right:70px;}
.book-search .search-result .result-l .l-list {padding:30px 30px;background:#f1f1f1;}
.book-search .search-result .result-l .l-list h3 {font-size:30px;font-family:"NotoKrM";font-weight:normal;color:#333;letter-spacing:-0.050em;}
.book-search .search-result .result-l .l-list ul li {padding:8px 0;font-size:14px;color:#666;}
.book-search .search-result .result-l .l-list ul li a {font-family:"NotoKrL"; position: relative;}
.book-search .search-result .result-l .l-list ul li.on a, .book-search .search-result .result-l .l-list ul li:hover a {color: #0d9173;}
.book-search .search-result .result-l .l-list ul li.on a:after {display: block; content:''; position: absolute; width: 100%; height: 1px; background: #0d9173;}

/* -- 도서검색 결과 리스트 뷰 */
.book-search .search-result .result-r {position:relative;width:calc(100% - 300px);}
.book-search .search-result .result-r .r-list {position:relative;}
.book-search .search-result .result-r .r-list:after {display:block;content:'';border-bottom:1px solid #e0e0e0;}
.book-search .search-result .result-r .r-list li {position:relative;padding:40px 30px 40px 0px;width:50%;float:left;}
.book-search .search-result .result-r .r-list li:before {display:block;content:'';position:absolute;top:0;left:0;width:100%;height:1px;background:#e0e0e0;}
.book-search .search-result .result-r .r-list li:first-child, .book-search .search-result .result-r .r-list li:nth-child(2) {padding-top:0}
.book-search .search-result .result-r .r-list li:nth-child(even) {float:right;padding-right:0;padding-left:30px;}
.book-search .search-result .result-r .r-list li:nth-child(even):before {right:0}
.book-search .search-result .result-r .r-list li:first-child:before, .book-search .search-result .result-r .r-list li:nth-child(2):before {display:none}
.book-search .search-result .result-r .r-list li dl {display:flex;}
.book-search .search-result .result-r .r-list li dl dd.img {width:112px;height:162px;border:1px solid #f2f2f2;margin-right:30px;}
.book-search .search-result .result-r .r-list li dl dd.img img {width:110px;height:160px;}
.book-search .search-result .result-r .r-list li dl dd.info {width:calc(100% - 140px)}
.book-search .search-result .result-r .r-list li dl dd.info p:not(.status) {margin-top:8px}
.book-search .search-result .result-r .r-list li dl dd.info p.status {height: 20px;}
.book-search .search-result .result-r .r-list li dl dd.info strong {display:block;width:56px;height:20px;font-size:12px;text-align:center;color:#fff;background:#777777;font-weight:normal;}
.book-search .search-result .result-r .r-list li dl dd.info strong.ing {background-color:#0d9173}
.book-search .search-result .result-r .r-list li dl dd.info .genre span {position:relative;margin:0 9px;color:#0d9173;font-size:14px;}
.book-search .search-result .result-r .r-list li dl dd.info .genre span:first-child, .book-search .search-result .result-r .r-list li dl dd.info .etc span:first-child {margin-left:0;}
.book-search .search-result .result-r .r-list li dl dd.info .genre span:first-child:after, .book-search .search-result .result-r .r-list li dl dd.info .etc span:first-child:after {display:block;content:'';position:absolute;top:5px;right:-12px;height:12px;width:1px;background:#86c8b9;}
.book-search .search-result .result-r .r-list li dl dd.info h4 {position:relative;margin-top:5px;font-size:22px;letter-spacing:-0.050em;color:#333333;line-height:1.2;height:2.4em;overflow:hidden; white-space: normal;word-break: break-all;padding-right:12px}
.book-search .search-result .result-r .r-list li dl dd.info .etc {font-size:14px;font-family:"NotoKrL";text-overflow: ellipsis;white-space: nowrap;overflow: hidden;height:1.2em;}
.book-search .search-result .result-r .r-list li dl dd.info .etc:last-child {margin-top:2px;}
.book-search .search-result .result-r .r-list li dl dd.info .etc span {position:relative;margin:0 6px;}
.book-search .search-result .result-r .r-list li dl dd.info .etc span:first-child:after {right:-9px;background-color:#a1a1a1;}
.book-search .search-result .result-r .r-list li dl dd.info h4 .multiline:after {display:block;content: "...";position: absolute;right:0px;bottom: 7px;}
.book-search .search-result .result-r .r-list li p.info-btn {height: 42px;}
.book-search .search-result .result-r .r-list li p.info-btn a.close {cursor: default; border-color: #cccccc; color:#ccc; transition:none;}
.book-search .search-result .result-r .r-list li p.info-btn a.close:before {display: none;}
.book-search .search-result .result-r .r-list li p.info-btn a.close strong {color:#ccc;}
.book-search .search-result .result-r .r-list li p.info-btn a.close:hover {background-color:#fff; border-color:#ccc;}
.book-search .search-result .result-r .r-list li p.info-btn a.close:hover:before {left:0; opacity:1.0;}
.book-search .search-result .result-r .r-list li p.info-btn a.close:hover strong {color:#ccc;}

/* 1Depth 마이페이지 */
.mypage h2 {font-size:28px;color:#444444;font-family:'NotoKrR';}
.mypage .re-check {border:1px solid #e0e0e0;display:flex;justify-content: center;align-items: center;padding:60px 20px;}
.mypage .re-check .icon {width:220px;height:220px;background:#f1f1f1;border-radius:50%;font-size:0;text-indent:-9999px;background-repeat: no-repeat;background-position:50% 50%;background-image:url('../img/board/ico_findpw.png');margin-right:60px;}
.mypage .re-check .check-input div:last-child {display:flex;justify-content: center;}
.mypage .my-vt {display:flex;align-items: center}
.mypage .my-vt > div {flex:0 0 auto}
.mypage .my-vt > div.sel-group {margin-left:auto;}
.mypage .limit-time {border:1px solid #e0e0e0;text-align:center;padding:30px 0;display:flex;justify-content:center;align-items: center}
.mypage .limit-time strong {font-weight:normal;color:#222;margin-right:20px}

.mypage .proposal-status {display:flex;}
.mypage .proposal-status .left-img {display:flex;justify-content: center;align-items: center;width:270px;background:#f7f7f7;margin-right:30px;border-top:1px solid #222}
.mypage .proposal-status .left-img img {max-width:100%;max-height:100%;}
.mypage .proposal-status .left-img + table {margin-top:0; width: calc(100% - 300px) !important;}

#popup-confirm h1 {padding:20px;background:#0d9173}
#popup-confirm .board_wrap {padding:0;margin-top:0;border-bottom:0;}
#popup-confirm .board_wrap .mypage {width:100%;}
#popup-confirm .board_wrap .mypage .tbl-view {margin-top:10px}
#popup-confirm .board_wrap .mypage h4 {font-size:15px;color:#303030}
#popup-confirm .confirm-info {position:relative;margin:0 auto;padding-right:30px}
#popup-confirm .confirm-info strong {display:block;font-size:18px;color:#444;font-family:"NotoKrB";font-weight:normal;}
#popup-confirm .confirm-info span {position: absolute; right: 0; left: 0; margin: auto; top: 0; margin-left: 300px; z-index: 1;}


/* sub.css */
.sub_contents .board_wrap {padding:0;margin-top:0;min-height:auto;border-bottom:0;}
.sub_contents .board_wrap > div {width:1160px;padding:0;}
.joinUs .con_search_wrap, .con_search_wrap.schedule-search {margin-bottom:0}
.joinUs .con_search_wrap .con_search_box, .sharingNews .con_search_wrap .con_search_box {display:flex;align-items:center;justify-content: center;}
.joinUs .con_search_wrap .con_search_box .con_search_input, .sharingNews .con_search_wrap .con_search_box .con_search_input {height:48px;}
.con_search_wrap.schedule-search  {background:#fff;border:1px solid #e0e0e0}

.joinUs .con_search_wrap .con_search_box, .con_search_wrap.schedule-search .con_search_box {max-width:100%;}
.joinUs .personal-book-app {position:absolute;bottom:-90px;right:0;z-index:9;}
.joinUs h3, .education h3 {font-size:22px;font-family:"NotoKrM";font-weight:normal;color:#222;}
.education h3.ff-r.fs20 {font-family:"NotoKrR";font-size:20px;}
.faq-wrap li, .faq-wrap a {font-family:'notoKrL'}
.faq-wrap .faq-article {border-bottom:1px solid #ddd;}
.faq-wrap .faq-article:first-child {border-top:1px solid #ddd;}
.faq-wrap .faq-article .faq-q {font-size:20px;background: url('../img/common/bul_down.png') right 40px center no-repeat;}
.faq-wrap .faq-article.show .faq-q {background-image: url('../img/common/bul_up.png');}
.faq-wrap .faq-article .faq-q a {display:block;width:100%;height:100%;padding:30px 50px 30px 100px;}
.faq-wrap .faq-article .faq-q:before {display:block;position:absolute;top:20px;left:50px;width:40px;height:40px;font-size:30px;font-family:'notoKrB';content:'Q';color:#343434;}
.faq-wrap .faq-article .faq-a {background:#f1f1f1;font-size:18px;padding:60px 50px 60px 100px;}
.faq-wrap .faq-article .faq-a::before {display:block;position:absolute;top:50px;left:50px;width:40px;height:40px;font-size:30px;font-family:'notoKrB';content:'A';color:#343434;}

.td-file ul li, .td-reply ul li {position:relative;padding: 15px 20px;border-bottom:1px solid #ddd;}
.td-file ul li:last-child, .td-reply ul li:last-child {border-bottom:0;}
.td-file ul li .file-text {position: relative;pointer-events:none;width: 200px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: inline-block;background-color: #f1f1f1;border: 1px solid #e0e0e0;z-index: 10;}
.td-file ul li span.file-down {display:inline-block;min-width:200px;}
.td-file ul li br + span.file-down, .td-file ul li br + span.file-down + a.btn-white {margin-top:10px}
.td-file ul li .btn-add-del {position:absolute;height:23px;right:0;top:0;bottom:0;margin:auto;}
.td-file ul li .btn-add-del > a {display:inline-block;border:1px solid #ccc;width:23px;height:23px;text-indent: -999px;font-size:0;background-size:9px 9px;background-repeat: no-repeat;background-position:center}
.td-file ul li .btn-add-del a.btn-add {background-image:url('../img/board/btn_add.png')}
.td-file ul li .btn-add-del a.btn-del {background-image:url('../img/board/btn_del.png');margin-right:-5px;}
.td-file ul li .coverImg {width: 100%}
.btn-check-file {display:inline-block;border:1px solid #ccc;width:23px;height:23px;border-radius: 5px;}
.attach-file {display:block;padding-left:25px;background:url('../img/board/ico_file.png') 0px center no-repeat;font-family:'NotoKrL'}
.attach-file span {display:inline-block;font-size:14px;margin-left:10px;color:#929292}
.td-reply ul li:first-child {padding-right:0;white-space: nowrap}
.td-reply ul li .input-reply {width:calc(100% - 74px);}
.td-reply ul li a.btn-reply-del {position:absolute;right:0px;top:15px;border:1px solid #ccc;width:23px;height:23px;text-indent: -999px;font-size:0;background-size:8px 8px;background-repeat: no-repeat;background-position:center;background-image:url('../img/board/btn_reply_del.png')}

.education .input-info {display:flex;align-items: center}
.education .input-info > div {flex:0 0 auto;}
.education .input-info > div.sel-group {margin-left:auto;display:flex;align-items: center}
.education .input-info .page-no {height:42px;width:58px;background:#f1f1f1;line-height:42px;}
.education .book-input {display:flex;}
.education .book-input .scan-img .img, .education .book-input .input-text .editor > textarea  {border:1px solid #dddddd;border-top-color:#666666;font-size:16px;}
.education .book-input .scan-img {position:relative;width:calc(50% - 20px);}
.education .book-input .scan-img .img {height:calc(100vh - 300px);overflow:scroll;background:#efefef;cursor:move;display:flex;align-items: center;justify-content: center;}
.education .book-input .scan-img img {max-width:none}
.education .book-input .input-text {position:relative;width:calc(50% - 20px);margin-left:auto;}
.education .book-input.proposal .input-text {width:100%;height:70vh;}
.education .book-input .input-text .editor {height:calc(100vh - 300px)}
.education .book-input.proposal .input-text .editor {height:100%;}
.ans-type-1, .ans-type-2 {display:flex;position:relative;flex-wrap: wrap;}
.ans-type-2 {flex-direction:column}
.ans-type-1 li {flex:1 0 auto;font-family:'notoKrL';margin:5px 0;}
.ans-type-2 li {margin-top:10px;font-family:'notoKrL'}


/* 개인정보 */
.privacy {max-width: 1160px; margin: 0 auto; text-align: left; margin-top: 97px; padding: 140px 0;}
.privacy div {width: 100%}
.privacy .title {font-family:'notoKrM'; font-size: 33px; color: #222; text-align: center; margin-bottom: 65px;}
.privacy p {font-family:'notoKrL'; font-size: 16px; color: #666; line-height: 28px; margin-bottom: 15px;}
.privacy .text1 {font-family:'notoKrM'; font-size: 22px; color: #222; padding-top: 35px; margin:  40px 0 30px 0;border-top: 1px solid #e0e0e0}
.privacy .text2 {font-family:'notoKrR'; font-size: 16px; color: #666; margin-bottom: 15px;}
.privacy .text3 {font-family:'notoKrM'; font-size: 16px; color: #444; margin-bottom: 10px;}
.privacy .h1 {font-family:'notoKrM'; font-size: 23px; color: #222; padding-top: 35px;}

.privacy .text_bg {background-color: #f1f1f1; padding: 40px 0 0 0; margin-bottom: 25px; width: 100%;}
.privacy .text_bg div {width: 49.5%; display: inline-block; padding-left: 50px; vertical-align: top; margin-bottom: 35px}
.privacy .text_bg div:nth-child(1), .privacy .text_bg div:nth-child(3) {border-right: 1px solid #e0e0e0;}
.privacy .text_bg h1 {font-family:'notoKrM'; font-size: 16px; color: #444; margin-bottom: 20px;}
.privacy .text_bg p {font-family:'notoKrR'; color: #666; margin-bottom: 0px; letter-spacing: -0.5px}
.privacy .text_bg .br_L {padding-left: 37px; display: block}


/* 미디어 쿼리 */
@media all and (max-width: 1300px){

    .board_wrap .login, .board_wrap .join, .board_wrap .book-search, .sub_contents .board_wrap > div {max-width:100%;}
	#header .h_group.board .util_menu_m ul li a {color: #fff !important;}
    .login .find-result .set-pw li strong {font-size:15px;width:25%}
    .book-search .search {flex-wrap:wrap;padding:20px}
    .book-search .search-addr {width:55%;}
    .book-search .search-addr input[type="search"] {width:100%}
    .joinUs .con_search_wrap .con_search_box .con_search_input {max-width:300px;}
}

@media all and (max-width: 1024px){
    .m-hide {display: none !important;}
    .m-block {display: block !important;}
    .m-iblock {display: inline-block !important;}
    .m-flex {display: flex !important;}
	span.pbr {display:inline-block;}

    .m-w0 {width: 0%;}
    .m-w2 {width: 2%;}
    .m-w5 {width: 5%;}
    .m-w10 {width: 10%;}
    .m-w15 {width: 15%;}
    .m-w20 {width: 20%;}
    .m-w25 {width: 25%;}
    .m-w30 {width: 30%;}
    .m-w35 {width: 35%;}
    .m-w38 {width: 38%;}
    .m-w40 {width: 40%;}
    .m-w45 {width: 45%;}
    .m-w50 {width: 50%;}
    .m-w55 {width: 55%;}
    .m-w60 {width: 60%;}
    .m-w65 {width: 65%;}
    .m-w70 {width: 70%;}
    .m-w75 {width: 75%;}
    .m-w80 {width: 80%;}
    .m-w90 {width: 90%;}
    .m-w100 {width: 100%;}
	.m-ml0 {margin-left:0}
    .m-ml10 {margin-left:10px}
    .m-mt10 {margin-top:10px}
    /*
    .login-choose, .join-choose {flex-wrap: wrap;}
    .login-choose > li, .join-choose > li {width:100%;padding:30px 20px !important}
    .login-choose > li:first-child, .join-choose > li:first-child {border-right-width:1px;border-bottom-width:0;}

    .join-choose .btn-site, .check-input .btn-site {position:relative;width:100%;}
    .join-choose .btn-site.naver, .join-choose .btn-site.kakao, .check-input .btn-site.naver, .check-input .btn-site.kakao {left:0;right:0;margin:5px 0}
    */
    .board_wrap {border-bottom:0}
    .board_wrap .tbl-view tbody th, .board_wrap .tbl-view tbody td, .board_wrap .tbl-view thead th, .tbl-view tbody th {font-size:14px;padding:10px 8px}
    .board_wrap .prev-next {font-size:14px;}
    .board_wrap .tbl-view tbody td a.btn-white {margin-left:5px;}
    .board_wrap .tbl-view.wf950 {width:100%}
    .board_wrap .tbl-view.wf950 tbody td a.btn-white {margin-left:0;margin-top:10px}
    .board_wrap .tbl-view tbody td input.m-w50 {width:calc(50% - 10px);}
	.board-pop-layer .find-result .set-pw li {padding:15px 0;}
    .login .find-result .set-pw li strong, .board-pop-layer .find-result .set-pw li strong {width:calc(22% - 5px);margin-right:5px;font-size:14px;}
	.board-pop-layer .find-result .set-pw li strong {width:calc(24% - 5px);}
    .book-search .search-addr {margin-left:0;margin-top:20px;width:100%}
    .book-search .search select {width:100%}
    .book-search .search-addr input[type="search"] {width:100%}

    .book-search ul.tabs {margin-top:20px;justify-content: flex-start;border:1px solid #e0e0e0;}
    .book-search ul.tabs li {flex:0 0 calc(25% + 1px);border:1px solid #e0e0e0;margin-left:-1px;margin-bottom:-1px;border-top:0}
    .book-search ul.tabs li.on a {background: #0d9173;color:#fff}
    .book-search ul.tabs li:nth-child(4) {border-right:0}
    .book-search ul.tabs li a {padding:13px 0}

    .book-search .search-result {display:block;margin-top:20px;}
    .book-search .search-result .result-l, .book-search .search-result .result-r {width:100%}
    .book-search .search-result .result-l .l-list {padding:20px 5px 20px 20px;display:flex;}
    .book-search .search-result .result-l .l-list select {margin-left:auto;margin-top:0;border:0;color:#666;padding-right:25px}
    .book-search .search-result .result-r {margin-top:30px}
    .book-search .search-result .result-r .r-list li {width:100%;float:none !important;padding:40px 0 !important;}
    .book-search .search-result .result-r .r-list li dl dd.info p.status, .book-search .search-result .result-r .r-list li dl dd.info p.genre, .book-search .search-result .result-r .r-list li dl dd.info p.etc {line-height:20px;margin-top:0 !important;}
    .book-search .search-result .result-r .r-list li dl dd.info h4 {clear:both;width:calc(100% - 15px);margin-bottom:15px !important;}
    .book-search .search-result .result-r .r-list li .info-btn {margin-top:20px}
    .book-search .search-result .result-r .r-list li dl dd.img {margin-right:20px;}
    .book-search .search-result .result-r .r-list li dl dd.info .etc {letter-spacing:-0.075em}
    .book-search .search-result .result-r .r-list li dl dd.info p.genre {margin-top:10px !important;letter-spacing:-0.075em}
    .book-search .search-result .result-r .r-list li:nth-child(2):before {display:block;}

    .board_wrap table.responsive-table {border:0;}
	.board_wrap table.responsive-table thead th, table.responsive-table tbody td {width:auto;display:flex;align-items:center;padding:0 10px 0 0 !important;line-height:1.5;letter-spacing:-0.075em}
	.board_wrap table.responsive-table thead th {border: none;clip: rect(0 0 0 0);height: 1px; margin: -1px;overflow: hidden;padding: 0; position: absolute;width: 1px; }
	.board_wrap table.responsive-table thead tr {height:0;}
	.board_wrap table.responsive-table tbody tr {display: block;border-bottom:2px solid #222;;border-top:2px solid #222;margin-bottom:20px;position:relative;height:auto !important;}
	.board_wrap table.responsive-table tbody td {position:relative;text-align:left !important;border:0;border-bottom:1px solid #ccc; border-left: 1px solid #ddd !important;border-right: 1px solid #ddd !important;min-height:auto !important;background-image: linear-gradient(to right, #f1f1f1 0, #f1f1f1 160px, #fff 160px);}
	.board_wrap table.responsive-table tbody td:before {content: attr(data-label);position:relative;left:0px;min-width:150px;height:100%;background:transparent;padding: 10px 10px;margin-right:10px;white-space:pre;}
    .board_wrap table.responsive-table tbody td:last-child {border-bottom: 0;}
	.board_wrap table.responsive-table.td100 tbody td {position:relative;text-align:left !important;border:0;border-bottom:1px solid #ccc; border-left: 1px solid #ddd !important;border-right: 1px solid #ddd !important;min-height:auto !important;background-image: linear-gradient(to right, #f1f1f1 0, #f1f1f1 100px, #fff 100px);}
	.board_wrap table.responsive-table.td100 tbody td:before {content: attr(data-label);position:relative;left:0px;min-width:90px;height:100%;background:transparent;padding: 10px 10px;margin-right:10px;white-space:pre;}

    .m-tabs {position:relative;width:100%;border-bottom:1px solid #e0e0e0;z-index:5;display:flex;margin-top:40px;border-top:1px solid #e0e0e0}
    ul.m-tabs > li {position:relative;width:calc(100% - 70px);padding:0px 20px;line-height:50px;border-right:1px solid #ccc;background: url('../img/board/ico_selArr.png') no-repeat right 10px center;background-size:15px 8px}
    ul.m-tabs > li a {display:block;width:100%;height:100%}
    ul.m-tabs > li ul {position:absolute;left:-1px;width: calc(100% + 2px);margin:auto;top:50px;display:none;}
    ul.m-tabs > li.on {background-image:url('../img/board/ico_selArrD.png')}
    ul.m-tabs > li:first-child {width:70px;height:50px;text-align:center;border-left:1px solid #ccc;background:none;padding:0;color:#777}
    ul.m-tabs > li:first-child a {padding:10px 20px}
    ul.m-tabs li ul li {float:none;border:1px solid #dcdcdc;margin-top:-1px;background:#fff}
    ul.m-tabs li ul li:first-child {margin-top:0;}
    ul.m-tabs li ul li a {display:block;color:#999;width:100%;height:100%;padding:0px 20px;background:none;line-height:50px}
    ul.m-tabs li ul li a:hover {color:#0c9172;}
    ul.m-tabs > li.on:active {background:#f3f3f3;color:#333;}
    ul.m-tabs a.ico-home {width:100%;height:100%;background:url('../img/board/ico_home.png') center no-repeat;background-size:16px 13px;font-size:0;text-indent:-999px}

    .mypage .re-check {display:block;width:100%}
    .mypage .re-check > div {margin:0 auto !important;text-align:center;}
    .check-input p.ff-l {margin-top:20px}

    .mypage .my-vt {flex-wrap:wrap;justify-content: flex-start}
    .sel-group, .sel-group form {width:100%;display:flex;flex-wrap:wrap; justify-content: space-between;}
    .sel-group > select, .sel-group form > select {flex: 1 1 auto; flex-basis: calc(50% - 25px); margin-left:5px;margin-top:5px}
    .sel-group > select:nth-of-type(odd), .sel-group > select, .sel-group form > select:nth-of-type(odd) {margin-left:0;}
    .sel-group > select:nth-of-type(3), .sel-group > select:nth-of-type(4), .sel-group form > select:nth-of-type(3), .sel-group form > select:nth-of-type(4) {flex:1 1 100%; margin-left:0}
    .mypage .my-vt .title {position:relative;display:flex;align-items: flex-end}
    .mypage .my-vt .title p {margin-left:10px;margin-top:0;}

    .board_wrap ul.prev-next li {padding:15px;}
    .board_wrap ul.prev-next li strong {display:block;margin-bottom:5px;}
    .board_wrap ul.prev-next li span {right:15px;top:15px}

    .education .input-info {display:block;}
    .education .input-info .sel-group {margin-top:10px;}
    .education .input-info .sel-group .page-no {margin-top:5px;}
    .education .input-info select {margin-left:10px !important;}

    .board_wrap dl.board-view.a-c dd.con video {max-width:100%;height:80%}
	.board_wrap select.recording-select {margin-top:-30px;font-size:22px;border:0;text-align-last:right;padding-right:calc(50% - 120px);direction: rtl;color:#464646;background-image:url('../img/board/ico_selSquArr.png');background-size:30px 30px}
	.board_wrap select.recording-select option {direction:ltr;}
    .board_wrap .recording-select + h3 {font-size:15px;margin-top:30px;}

    .con_search_select.ml40 {margin-left:15px}
    .joinUs .con_search_wrap .con_search_box, .sharingNews .con_search_wrap .con_search_box {flex-wrap:wrap;}
    .joinUs .con_search_wrap .con_search_box .con_search_input, .sharingNews .con_search_wrap .con_search_box .con_search_input {max-width:100%;}

	.mypage .proposal-status .left-img + table {width: 100% !important; margin-top: 10px;}

	.privacy {padding: 30px 0;}
	.privacy .text_bg {padding: 40px 20px 0 0}
	.privacy .text_bg div {width: 100%; padding-left: 20px; }
	.privacy .text_bg div:nth-child(1), .privacy .text_bg div:nth-child(3) {border-right: 0}
	.privacy .title {line-height: 1.2; font-size: 26px; margin-bottom: 30px}
	.privacy .text1 {line-height: 1.2; font-size: 18px; margin: 40px 0 20px 0}
	.privacy .text2 {font-size: 14px;}
	.privacy .text3 {font-size: 14px; margin-bottom: 5px;}
	.privacy p {font-size: 14px; margin-bottom: 10px; line-height: 1.6;}
	.privacy .text_bg h1 {margin-bottom: 10px; font-size: 14px; }
	.privacy .text_bg .br_L {padding-left: 0px; display: inline}

}

@media all and (max-width: 640px){
    span.br {display:block;clear:both;}
    .mt80, .mt70 {margin-top:50px}
    .mt50 {margin-top:30px;}
    .mt10 {margin-top:5px}
    .m-w20 {width: 25%;}
    .ptb10 {padding-top:8px !important;padding-bottom:8px !important}

    .board_wrap {padding:30px 0;margin-bottom:20px}
    .login .login-input {width:100%}
    .login-input .other {height:auto}
    .login-input .other a.btn-site {position:relative;clear:both;width:100%;margin:5px 0}
    .login-input .other a.btn-site:last-child {margin-bottom:0}
    .board-pop-layer.wf720 > div, .board-pop-layer > div {padding:30px 20px;max-height:500px;overflow-y:auto;}
    .board-pop-layer .btn-close {top:35px;right:25px;}
    .board-pop-layer .btn-gray, .board-pop-layer .btn-main {width:45%;}
    .login .find-result .set-pw li input::placeholder, .board-pop-layer .find-result .set-pw li input::placeholder, .join .tbl-view input::placeholder {color:transparent}
    .login .find-result .set-pw li {display:flex;align-items:center}
    ul.step li {width:auto;text-align:center;white-space:nowrap}
    ul.step li:after {right:-45px}
    ul.step li strong {display:block;width:35px;height:35px;line-height:35px;margin-right:0;margin:0 auto;margin-bottom:5px}
    .education ul.step li {padding:0 5px;letter-spacing:-0.1em;font-size:13px;}
    .education ul.step li.arr {padding:0 20px}
    .login .find-result .set-pw li strong {width:calc(25% - 5px);}
    .book-search .search select {min-width:auto;font-size:14px;}
    .book-search .search {padding-top:10px;}
    .book-search .search-addr input[type="search"] {font-size:14px;padding:13px;}
    .book-search ul.tabs li {font-size:14px;}
    .book-search ul.tabs li a {padding:11px 0;}
    .book-search .search-result .result-l .l-list h3 {font-size:22px;margin-top:3px}
    .book-search .search-result .result-l .l-list {padding:15px 5px 15px 20px;}
    .book-search .search-result .result-r {margin-top:5px;}
    .book-search .search-result .result-r .r-list li dl dd.info h4 {line-height:1;height:2.0em;margin-top:8px}
    .book-search .search-result .result-r .r-list li dl dd.info h4 a {font-size:18px;font-family:'NotoKrM';}

    .board_wrap h1 {font-size: 32px; }
    .join h3 {font-size:20px;}
    .login .login-input input {padding:13px 15px}
    .board_wrap .btn-full-main {padding:13px}
    .login-input .other a.btn-site {padding-top:13px;padding-bottom:13px;}
    .login-input .check {font-size:13px;}
    .login-input .btn-gray {padding:7px 0}
    .login-input .btn-gray.wf150 {width:120px}
    .board_wrap .box, .board_wrap .bd-box {font-size:14px;margin-top:30px;padding:20px 20px}
    .board_wrap .login > div:nth-of-type(1) {margin-top:25px}
    .login .login-choose {margin-top:35px;}
    .login-choose .btn-white {margin-bottom:20px}
    .login .ico-find, .join .join-result .icon, .mypage .re-check .icon {width:180px;height:180px;background-size:90px 79px}
    .fs18 {font-size:16px;}
    .board_wrap h2 {font-size:22px;line-height:1.3}
    .join-choose .btn-gray, .join-choose .btn-site.kakao {margin-bottom:20px;}
    h3.mt50 {margin-top:40px;}
    .board_wrap .check-m + label {font-size:14px;}
    .board_wrap .tbl-view input[type="text"], .board_wrap .tbl-view input[type="password"], .board_wrap .btn-white strong {padding-top:8px;padding-bottom:8px;margin-left:0;margin-right:0;}
    .board_wrap .tbl-view select {margin-right:0;}
    .board_wrap .tbl-view tbody tr {height:60px;}
    .board_wrap .tbl-view thead th {white-space: nowrap;}
    .board_wrap .tbl-view.small tbody td .btn-full-main {padding:5px}
    .book-search .search {margin-top:30px;}
    .book-search .search-result .result-l .l-list select {direction:rtl;text-align:right;padding-right:30px;margin-top:-2px}
    .book-search .search-result .result-l .l-list select option {direction:ltr}

    .board_wrap ul.tabs-2 li {flex:0 0 50%}
    .board_wrap .pagination {margin-top:30px}
    .board_wrap .pagination a.btn-page {width:25px;height:25px;}

    .mypage p.ff-l {font-size:14px;}
    .mypage .my-vt > div.sel-group {margin-top:10px;}
    .mypage .m-limit-time {flex-wrap:wrap;background:#f1f1f1;padding-top:20px}
    .mypage .m-limit-time strong {width:100%;margin-bottom:10px}

    .board_wrap dl.board-view dt, .board_wrap dl.board-view dd.answer {padding:25px 15px 25px 90px;}
    .board_wrap dl.board-view dt strong.qna-yn {left:15px}
    .board_wrap dl.board-view dd.answer strong.qna-yn {left:15px;top:26px}
    .board_wrap dl.board-view dt .q-date {position:relative;display:block;top:0;left:0;margin-top:10px}
    .board_wrap dl.board-view dd.con {padding:25px 15px}

    .board_wrap ul.tabs-sub {justify-content: flex-start;border:1px solid #e0e0e0;}
    .board_wrap ul.tabs-sub li {flex:0 0 calc(33.3% + 1px);margin-left:-1px;margin-bottom:-1px;}
    .board_wrap ul.tabs-sub li a {border-top:0;}
    .board_wrap ul.tabs-sub li.on a {background: #0d9173;color:#fff}
    .board_wrap ul.tabs-sub li:nth-child(3) a {border-right:0}
    .board_wrap ul.tabs-sub li a {padding:13px 0}
    .education ul.tabs-sub li {flex:0 0 calc(50% + 1px);}
    .education ul.tabs-sub li:nth-child(2) a {border-right:0}

    .mypage .proposal-status {display:block;}
    .mypage .proposal-status .left-img {width:100%;min-height:200px}
    .mypage .proposal-status table {margin-top:20px;}

    .education .book-input .scan-img {display:none;}
    .education .book-input .input-text {width:100%;}
    .education .book-input .input-text .editor, .education .book-input.proposal .input-text {width:100%;height:60vh;}

    .sub_contents {border-bottom:0;}
	.board_wrap span.new-con {display:none;}
    .board_wrap .tbl-view tbody td.news-title {padding: 10px 8px;}

    .con_search_wrap.schedule-search {padding:20px 0}

    .joinUs .personal-book-app {position:relative;bottom:0;}

    .td-file ul li, .td-reply ul li {padding: 10px 8px;}
    .td-file ul li .file-text, .td-file ul li .file-down {width:calc(70% - 10px);min-width:auto !important;}
    .td-file ul li .btn-add-del {position:relative;}
    .td-file ul li .btn-add-del > a {font-size:inherit}
    .td-file ul li .btn-add-del a.btn-add {margin-left:1px;}
    .join h3 span {position:relative;display:block;top:auto;right:auto;}


    .faq-wrap .faq-article .faq-q {padding:0;background-position: right 10px top 30px;}
    .faq-wrap .faq-article .faq-q a {padding:20px 30px 20px 50px;}
    .faq-wrap .faq-article .faq-q:before {top:10px;left:10px}
    .faq-wrap .faq-article .faq-a {padding:20px 20px 20px 50px;}
    .faq-wrap .faq-article .faq-a::before {top:10px;left:10px}


    .joinUs .sel-date, .sel-date span, .sharingNews .sel-date, .sel-date span {margin-top:5px}
    .joinUs .con_search_wrap .con_search_box .con_search_select, .sharingNews .con_search_wrap .con_search_box .con_search_select {margin:0;}
    .joinUs .con_search_wrap .con_search_box, .sharingNews .con_search_wrap .con_search_box {flex-direction: column;}
    .joinUs .con_search_wrap, .sharingNews .con_search_wrap {padding:20px;}
    .sel-date input[type="text"] {padding:12px 8px}

    .board_wrap dl.board-view.question dt {padding-left:130px;}
	.board_wrap dl.board-view.question dt.a-c {padding-left:0px;}
    .board_wrap dl.board-view.question strong {position:absolute;top:30px;left:0px;width:120px;}

	.board_wrap table.responsive-table tbody td strong.qna-yn {display: block; position: absolute; left: 120px; top: 10px; width: 50px;}
	.board_wrap table.responsive-table tbody td strong.qna-yn:after {display: block; content:''; clear:both;}
	.board_wrap table.responsive-table tbody td strong.qna-yn + a {margin-top: 35px;}

}



@media all and (max-width: 480px) {
}

/* 입력 봉사 */
.inputInfoLeft { width: calc(50% - 0px); display: flex; justify-content: space-between; align-items: center;}
.inputInfoLeft #btnOpenIndex { margin-right: 20px;}
.inputInfoRight { width: calc(50% - 0px); text-align: right;}