@charset "UTF-8";


@font-face {
    font-family: 'SBAggroM';
    src: url('/font/SBAggrowM.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'jalnan';
    font-style: normal;
    font-weight: 500;
    src: local('jalnan'), local('jalnan'), url(/font/Jalnan.eot);
    src: url(/font/Jalnan.eot?#iefix) format('embedded-opentype'),
    url(/font/Jalnan.woff2) format('woff2'),
    url(/font/Jalnan.woff) format('woff');
}
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 100;
    src: url('/font/GmarketSansLight.woff') format('woff'),
    url('/font/GmarketSansTTFLight.ttf') format('truetype');
}
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 400;
    src: url('/font/GmarketSansMedium.woff') format('woff'),
    url('/font/GmarketSansTTFMedium.ttf') format('truetype');
}
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 700;
    src: url('/font/GmarketSansBold.woff') format('woff'),
    url('/font/GmarketSansTTFBold.ttf') format('truetype'); 
}
@font-face {
    font-family: 'NotoKrL';
    font-style: normal;
    font-weight: 200;
    src: local('Noto Sans Light'), local('NotoSans-Light'), url(/font/NotoSans-Light.eot);
    src: url(/font/NotoSans-Light.eot?#iefix) format('embedded-opentype'),
    url(/font/NotoSans-Light.woff2) format('woff2'),
    url(/font/NotoSans-Light.woff) format('woff');;
}
@font-face {
    font-family: 'NotoKrR';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'), url(/font/NotoSans-Regular.eot);
    src: url(/font/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(/font/NotoSans-Regular.woff2) format('woff2'),
    url(/font/NotoSans-Regular.woff) format('woff');
}
@font-face {
    font-family: 'NotoKrM';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'), url(/font/NotoSans-Medium.eot);
    src: url(/font/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
    url(/font/NotoSans-Medium.woff2) format('woff2'),
    url(/font/NotoSans-Medium.woff) format('woff');
}
@font-face {
    font-family: 'NotoKrB';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(/font/NotoSans-Bold.eot);
    src: url(/font/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
    url(/font/NotoSans-Bold.woff2) format('woff2'),
    url(/font/NotoSans-Bold.woff) format('woff');
}



/* 게시판 - 기본 목록 */

.boardList-total {display: flex; justify-content: space-between; align-items: center;}
.boardList-total strong {font-weight: normal;}
.boardList-total strong.nowNum {color: #3077c8;}
.boardSearch {display: flex;}
.totalTxt, .totalTxt strong {font-family: 'NotoKrR'; font-size: 15px; letter-spacing: -0.02em;}
.totalTxt {position: relative; padding-left: 30px; background: url('/img/board/icon-list.png') no-repeat center left;}

.boardSearch select {position: relative; -webkit-appearance:none; -moz-appearance:none; appearance:none; width: 125px; background: url('/img/board/option-down-arrow.png') no-repeat center; background-position: right 21px center;}
.boardSearch-input input {width: 210px; margin-left: -1px;}
.boardSearch select, .boardSearch-input input {font-family: 'NotoKrR'; font-size: 15px; letter-spacing: -0.02em; line-height: 1; color: #555; border: 1px solid #d6d6d6; padding: 10px 20px; box-sizing: border-box;}
.boardSearch-input button {background-color: #666; color: #fff; padding: 14.5px 20px; box-sizing: border-box; font-family: 'NotoKrL'; font-size: 15px; letter-spacing: -0.02em; line-height: 1; margin-left: -5px;}


.board-list {margin-top: 28px;}
.board-list .list01 {width: 100%; margin-bottom: 25px;}
.board-list .list01 thead {border-top: 2px solid #000; border-bottom: 1px solid #9d9d9d;}
.board-list .list01 thead th span {font-family: 'NotoKrL'; font-size: 15px; letter-spacing: -0.03em; line-height: 1; color: #000; display: inline-block; padding: 15px 0; width: 100%;}
.board-list .list01 tbody tr:hover {background-color: #f7f7f7;}
.board-list .list01 tbody tr td {font-family: 'NotoKrL'; font-size: 15px; letter-spacing: -0.03em; line-height: 1; color: #555; padding: 17px 10px; border-bottom: 1px solid #dcdcdc; text-align: center;}
.board-list .list01 tbody tr td.title {text-align: left;}
.board-list .list01 tbody tr td.title span {background-color: #e56534; border-radius: 2px; color: #fff; font-size: 14px; font-family: 'NotoKrR'; line-height: 1; padding: 5px 7px; box-sizing: border-box; margin-left: 16px;}
.board-list .list01 tbody tr:hover td.title a {text-decoration: underline;}
.board-list .list01 tbody tr td.manager {background: 0;}
.board-list .list01 tbody tr td span.notice {font-family: 'NotoKrR'; background-color: #f4b120; border-radius: 2px; color: #fff; line-height: 1; padding: 5px 9px;}


.boradNumBtn .bdNumWrap {text-align: center;}
.bdNumWrap a {display: inline-block;}
.bdNumWrap a.bdNumPrev {margin-left: -6px; margin-right: 22px;}
.bdNumWrap a.bdNumNext {margin-left: 17px;}
.bdNumWrap a.bdNumLast {margin-left: -5px;}
.bdNumWrap .bdNum {font-family: 'NotoKrR'; font-size: 15px; color: #555; border: 1.5px solid #d6d6d6; padding: 8.5px 0; width: 38px; margin-left: -5px;}
.bdNumWrap .bdNum.numOn, .bdNumWrap .bdNum.numOn:hover {background-color: #666; color: #fff; border: 1.5px solid #666;}
.bdNumWrap .bdNumList:hover {background-color: #d6d6d6;}

.boradNumBtn .btn-wrap {margin: 28px 0; text-align: right;}

@media only screen and (max-width: 680px){
    .boardList-total, .boardSearch {display: block;}
    .boardSearch select {margin: 10px 0; width: 100%}
    .board-list table.list01 thead {display: none;}
    .board-list table.list01 tbody tr {display: block; padding:10px; border-bottom: 1px solid #e7e7e7;}
    .board-list table.list01 tbody td {position: relative; text-align: left;     font-size: 13px; padding: 0px 0px 6px 0px; display: inline-block; border-bottom: none; box-sizing: border-box; color: #9b9b9b;}
    .board-list table.list01 tbody td:after {display: inline-block; line-height: 120%;
    vertical-align: baseline; content: "/"; margin: 0 8px; color: #9b9b9b;}
    .board-list table.list01 tbody td.title {display: block; margin-right: 0px;        font-size: 14px;}
    .board-list table.list01 tbody td.title:after{content: "";}
    .board-list .list01 tbody tr td span.notice {padding: 3px 9px;}
    .board-list .list01 tbody tr td.title span {font-size: 11px; padding: 1px 4px; margin-left: 6px;}
    .searchWrap {display: flex;}
    .searchWrap input {width: 85%; height: 40px;}
    .searchWrap button {width: 19%; padding: 12.5px 20px; margin-right: 0; white-space: nowrap;}
    .boradNumBtn .bdNumWrap a img {width: 90%;}
    .bdNumWrap .bdNum {padding: 5px 0; width: 34px;}
    .bdNumWrap a.bdNumPrev {margin-left: -9px; margin-right: 13px;}
    .bdNumWrap a.bdNumLast {margin-left: -9px;}
    .bdNumWrap a.bdNumNext {margin-left: 7px;}
}
@media only screen and (max-width: 480px) {
    .bdNumWrap a:nth-child(8),.bdNumWrap a:nth-child(9),.bdNumWrap a:nth-child(10),.bdNumWrap a:nth-child(11),.bdNumWrap a:nth-child(12) {display: none;}
}
@media only screen and (max-width: 360px) {
    .boardSearch select {background-position-x: 305px;}
    .searchWrap input {width: 80%;}
    .searchWrap button {width: 25%;}
    .boradNumBtn .bdNumWrap a img {width: 80%;}
    .bdNumWrap .bdNum {font-size: 13px; width: 30px; padding: 5.5px 0;}
    .bdNumWrap a.bdNumPrev {margin-left: -13px; margin-right: -3px;}
    .bdNumWrap a.bdNumNext {margin-left: -9px;}
    .bdNumWrap a.bdNumLast {margin-left: -13px;}
}
@media only screen and (max-width: 320px) {.boardSearch select {background-position-x: 265px;}}



/* 게시판 - 상세 */
.bdDetail-top {border-top: 2px solid #000; padding: 0 32px; border-bottom: 1px solid #9d9d9d;}
.bdDetail-top h3 {font-family: 'NotoKrR'; font-size: 22px; letter-spacing: -0.03em; line-height: 1; color: #111; margin: 30px 0 23px 0;}
.bdDetail-top ul {display: flex;}
.bdDetail-top ul li {font-family: 'NotoKrL'; font-size: 15px; letter-spacing: -0.03em; color: #000; margin-right: 55px; margin-bottom: 25px;}
.bdDetail-top ul li span {position: relative; color: #555; margin-left: 19px;}
.bdDetail-top ul li span::before {content: ''; position: absolute; top: 6px; right: -26px; width: 1px; height: 12px; background-color: #b5b5b5;}
.bdDetail-top ul li:last-child span::before {display:none;}

.bdDetail-mid {border-bottom: 1px solid #dcdcdc; margin-bottom: 37px;}
.bdDetail-mid .tit {border-bottom: 1px solid #dcdcdc;}
.bdDetail-mid .tit ul {display: flex; background-color: #f7f7f7; padding: 0 32px;}
.bdDetail-mid .tit ul li {padding: 18px 0; font-family: 'NotoKrL'; font-size: 15px; letter-spacing: -0.03em; line-height: 1; color: #555; flex-shrink: 0;}
.bdDetail-mid .tit ul li:first-child {color: #000; padding-right: 50px;}
.bdDetail-mid .tit ul li:nth-child(2) {padding-right: 17px; background: url('/img/board/icon-attach.png')no-repeat center left; padding-left: 30px;}
.bdDetail-mid .tit ul li:last-child {}
.bdDetail-mid .tit ul li a span {background-color: #686868; border-radius: 2px; color: #fff; padding: 5px 15px; box-sizing: border-box; color: #fff;}
.bdDetail-mid .desc {padding: 25px 32px;}
.bdDetail-mid .desc .txt {line-height: 1.9; font-family: 'NotoKrL';}

.bdDetail-bot {margin-bottom: 83px;}
.bdDetail-bot ul {text-align: right;}
.bdDetail-bot ul li {display: inline-block; margin-left: 17px;}
.bdDetail-bot ul li img {display: block;}

.bd-prev-next {border-top: 1px solid #9d9d9d; border-bottom: 1px solid #9d9d9d;}
.bd-prev-next .table-wrap table {/* width: 100%; */}
.bd-prev-next .table-wrap tbody tr {font-size: 15px; letter-spacing: -0.03em; line-height: 1;}
.bd-prev-next .table-wrap tbody tr:first-child {border-bottom: 1px solid #dcdcdc; margin-right: 38px;}
.bd-prev-next .table-wrap tbody tr:last-child td {border-bottom: 0;}
.bd-prev-next .table-wrap tbody tr td {padding-left: 38px; color: #555; font-family: 'NotoKrL'; text-align: left; vertical-align: middle;}
.bd-prev-next .table-wrap tbody tr td:first-child {width: 60px; text-align: center;}
.bd-prev-next .table-wrap tbody tr td.arrow {color: #000; font-family: 'NotoKrR'; padding: 16px 38px;}
.bd-prev-next .table-wrap tbody tr td.next {background: url('/img/board/board-btn-next.png')no-repeat center right #f5f5f5; padding-right: 50px;  background-position: right 25px center;}
.bd-prev-next .table-wrap tbody tr td.prev {background: url('/img/board/board-btn-prev.png')no-repeat center right #f5f5f5; padding-right: 50px;  background-position: right 25px center;}
.bd-prev-next .table-wrap tbody tr td a {display: inline-block; padding: 16px 0;}


@media only screen and (max-width: 640px) {
    .bd-prev-next .table-wrap tbody tr td:first-child {width: 100px;}
    .bdDetail-top, .bdDetail-mid .tit ul{padding: 0 20px;}
    .bdDetail-mid .desc {padding: 25px 20px;}
    .bdDetail-top ul li {margin-right: 30px;}
    .bdDetail-mid .tit ul li:first-child {padding-right: 15px;}
}
@media only screen and (max-width: 480px) {
    .bdDetail-top ul li {margin-right: 25px;}
    .bd-prev-next .table-wrap tbody tr td {padding-left: 25px;}
    .bd-prev-next .table-wrap tbody tr td:first-child {display: block; width: 50px;}
    .bd-prev-next .table-wrap tbody tr td:last-child a {overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; width: 270px;}
}
@media only screen and (max-width: 420px) {
    .bdDetail-top, .bdDetail-mid .tit ul {padding: 0 10px;}
    .bdDetail-mid .desc {padding: 25px 10px;}
    .bdDetail-top ul {display: block;}
    .bdDetail-top ul li {margin-bottom: 10px;}
    .bdDetail-top ul li:last-child {margin-bottom: 25px;}
    .bdDetail-mid .tit ul li:first-child {padding-right: 10px;}
    .bdDetail-mid .tit ul li:nth-child(2) {padding-left: 22px; padding-right: 9px;}
    .bdDetail-bot ul {text-align: center;}
    .bd-prev-next .table-wrap tbody tr td:last-child a {width: 220px;}
}
@media only screen and (max-width: 360px) {
    .bdDetail-mid {margin-bottom: 30px;}
    .bdDetail-mid .tit ul li {font-size: 14px;}
    .bdDetail-mid .tit ul li:first-child {display: none;}
    .bdDetail-mid .tit ul li span {padding: 5px 10px;}
    .bdDetail-bot {margin-bottom: 55px;}
    .bdDetail-bot ul li {margin-left: -7px;}
    .bdDetail-bot ul li img {width: 90%;}
    .bd-prev-next .table-wrap tbody tr td:first-child {width: 35px; white-space: nowrap;}
    .bd-prev-next .table-wrap tbody tr td.arrow {padding-left: 20px;}
    .bd-prev-next .table-wrap tbody tr td.next {padding-right: 45px; background-position: right 15px center;}
    .bd-prev-next .table-wrap tbody tr td.prev {padding-right: 45px; background-position: right 15px center;}
    .bd-prev-next .table-wrap tbody tr td:last-child a {width: 160px;}
}


/* 게시글 - 쓰기 */
.bdWrite .table-wrap {/* border-top: 2px solid #000; */ border-bottom: 1px solid #dcdcdc;}
.bdWrite .table-wrap table {width: 100%;}
.bdWrite table tbody {}
.bdWrite table tbody tr {border-bottom: 1px solid #dcdcdc;}
.bdWrite table tbody tr:last-child {border: 0; border-bottom: 1px solid #dcdcdc;}
.bdWrite table tbody tr td {font-family: 'NotoKrL'; font-size: 15px; color: #000; letter-spacing: -0.03em; line-height: 1; padding: 16px 0;}
.bdWrite table tbody tr td:first-child {background-color: #f7f7f7; text-align: center; vertical-align: middle;}
.bdWrite table tbody tr td:last-child {padding: 10px; display: flex; justify-content: flex-start; align-items: center;}
.bdWrite table tbody tr td:last-child label {margin-right: 20px;}
.bdWrite table tbody tr td input {width: 100%; height: 35px; border: 1px solid #e1e1e1; margin-top: -1px; padding: 0 5px; box-sizing: border-box;}
.bdWrite table tbody tr td #program, .bdWrite table tbody tr td #holiday {width: auto; margin-right: 10px;}
/* .bdWrite table tbody tr:first-child td input {width: auto !important; margin-right: 10px;} */
.bdWrite table tbody tr td input.file {/* width: 153px; */ width: 300px; border: 1px solid #e1e1e1; display: inline-block; padding: 5px; vertical-align: middle;}

.bdWrite table tbody tr td.desc-tit {vertical-align: top;}
.bdWrite table tbody tr td textarea {width: 100%; min-height: 235px; border: none; resize: none; border: 1px solid #e1e1e1; padding: 5px; box-sizing: border-box;}

.bdWrite-btn {margin-top: 35px; text-align: right;}
.bdWrite-btn a {margin-left: 15px;}


@media only screen and (max-width: 420px) {
    .bdWrite table tbody tr td:first-child {width: 25%;}
    .bdWrite table tbody tr td input.file {width: 100%;}
    .bdWrite-btn {text-align: center;}
}


/* 게시판 - 포토 리스트 */
p.line {width: 100%; border-bottom: 2px solid #000; margin-top: 16px;}
p.line02 {width: 100%; border-bottom: 1px solid #dcdcdc; margin: 40px 0 50px 0;}
.bdPhoto-list {margin-top: 38px;}
.bdPhoto-list ul {display: flex; flex-wrap: wrap; gap: 30px;}
.bdPhoto-list ul li {width: calc(33% - 18px); border: 1px solid #d6d6d6; box-sizing: border-box; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease;}
.bdPhoto-list ul li:hover {border: 1px solid #3077c8;     box-shadow: 4px 6px 10px 1px rgba(0,0,0,0.12);}
.bdPhoto-list ul li a img {width: 100%; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease;}
.bdPhoto-list ul li:hover img {filter: brightness(0.5);}
.bdPhoto-list ul li a .txt {padding: 22px;}
.bdPhoto-list ul li p.tit {font-family: 'NotoKrM'; font-size: 16px; letter-spacing: -0.03em; color: #000; line-height: 0.8; margin-bottom: 20px;}
.bdPhoto-list ul li:hover p.tit {text-decoration: underline;}
.bdPhoto-list ul li .txt span {position: relative; font-family: 'NotoKrL'; font-size: 15px; letter-spacing: -0.03em; line-height: 1; color: #555; margin-right: 35px;}
.bdPhoto-list ul li .txt span::before {content: ''; position: absolute; top: 6px; right: -19px; width: 1px; height: 12px; background-color: #9d9d9d;}
.bdPhoto-list ul li .txt span:last-child::before {display: none;}
.bdPhoto-list ul li .txt span:first-child {margin-right: 25px;}
.bdPhoto-list ul li .txt span em {font-style: normal; color: #000; margin-right: 10px;}

@media only screen and (max-width: 781px) {
    .bdPhoto-list ul {gap: 20px;}
    .bdPhoto-list ul li {width: calc(50% - 14px);}
}
@media only screen and (max-width: 480px) {
    .bdPhoto-list ul {gap: 10px;}
    .bdPhoto-list ul li {width: 100%;}
}                                                                                                                                                                                                                                                                                                                         