/* s:게시판 기본셋팅 */
.viewSkin .textBox .title2{
    font-size: 40px;
    
    font-family: 'Pretendard', sans-serif;
}
@media (max-width:1440px) {
    .viewSkin .textBox .title2{
        font-size: 34px;   
    }
}
@media (max-width:600px) {
    .viewSkin .textBox .title2{
        font-size: 28px;   
    }
}
.pg_wrap{
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pg_current{
    background: #357ae8;
    border: 1px solid #357ae8;
}
.content_copy{
    display: none;
    visibility: hidden;
}
.btn_wrap{
    display: flex;
    justify-content: end;
}
#list_view_btn{
    width: 120px ;
    height: 55px;
    line-height: 55px;
    background-color: #142F4C;
    color: #fff;
    font-size: 16px;
    margin-right: 5%;
}
/* s:list.skin.php */
.listSkin {
    width:100%;
    overflow: hidden;
}
.listSkin .inner {
    width:1400px;
    padding:5% 20px;
    margin:0 auto;
    position:relative;
}
@media screen and (max-width:1400px) {
    .listSkin .inner {
        width:98%;
        padding:10% 1%;
    }
}
/* e:list.skin.php */
/* s:view.skin.php */
.viewSkin {
    width:100%;
    overflow: hidden;
}
.viewSkin .inner {
    /* width:1400px; */
    width: 80%;
    padding:5% 20px;
    margin:0 auto;
    position:relative;
}
.viewSkin_admin .inner{
    width:1400px;
    padding:0 20px;
    margin:0 auto;
}
.viewSkin_admin .textBox {
    text-align:center;
    padding:2% 0;
}
.viewSkin_admin .textBox h2 {
    font-size:2em;
    font-weight: 700;
    font-family: 'Pretendard';
    letter-spacing:-0.6px;
    color:#c91d1d;
    display: block;
}
.viewSkin_admin .textBox .title {
    font-size:5em;
    font-weight:bold;
    font-family: 'Pretendard';
    margin-bottom:20px;
    color:#333;
}
.viewSkin_admin .textBox dl {
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}
.viewSkin_admin .textBox dl dt {
    font-size:1.3em;
    font-weight:300;
    color:#8d9291;
    font-family: 'Pretendard';
}
.viewSkin_admin .textBox dl dd {
    font-size:1.3em;
    font-weight:300;
    color:#8d9291;
    font-family: 'Pretendard';
}
.viewSkin_admin .textBox dl dd span {
    color:#8d9291;
    display:inline-block;
    font-family: 'Pretendard';
}
.viewSkin_admin .textBox dl dd:nth-child(2) {
    padding:0 20px;
    position:relative;
}
.viewSkin_admin .textBox dl dd:nth-child(2)::before {
    content:'';
    position:absolute;
    top:3px;
    left:10px;
    width:1px;
    height:18px;
    display:block;
    background-color:#8d9291;
}
.viewSkin_admin .textBox dl dd:nth-child(2)::after {
    content:'';
    position:absolute;
    top:3px;
    right:10px;
    width:1px;
    height:18px;
    display:block;
    background-color:#8d9291;
}

.viewSkin2 {
    width:100%;
    overflow: hidden;
}
.viewSkin2 .inner {
    width:1400px;
    padding:5% 20px;
    margin:0 auto;
    position:relative;
}
.viewSkin_admin .inner{
    width:1400px;
    padding:0 20px;
    margin:0 auto;
}
@media screen and (max-width:1400px) {
    .viewSkin .inner{
        width:98%;
        padding:5% 1%;
    }
    .viewSkin_admin .inner{
        width:98%;
        padding:5% 1%;
    }
    .viewSkin2 .inner{
        width:98%;
        padding:5% 1%;
    }
}
/* e:view.skin.php */
/* s:write.skin.php */
.writeSkin {
    width:100%;
    overflow: hidden;
}
.writeSkin .inner {
    width:1400px;
    padding:5% 20px;
    margin:0 auto;
    position:relative;
}
@media screen and (max-width:1400px) {
    .writeSkin .inner {
        width:98%;
        padding:5% 1%;
    }
    .writeSkin .inner {
        width:98%;
        padding:5% 1%;
    }
}
/* e:write.skin.php */

.board_inner {
    width:80%;
    padding: 120px 0;
    margin:0 auto;
    position:relative;
}

@media screen and (max-width:1200px) {
    .board_inner {
        width:90%;
    }
}
/* s:category */
#board_cate ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#board_cate ul li {
    /* float:left; */
    vertical-align:middle;
    /* width:120px; */
    height:40px;
    line-height:40px;
    text-align:center;
    /* margin-right:10px; */
}
#bo_cate_on {
    background-color:#28A8DF;
    color:#fff;
    font-weight:bold;
}
#board_cate ul li a {
    width:100%;
    height:100%;
    font-size:1.2em;
    font-weight:400;
    padding: 0 20px;
    display:block;
    border:1px solid #ddd;
    box-sizing:border-box;
}
#bo_cate li{
    padding: 0;
}
#bo_cate ul li:hover{
    background-color: #d9e2ef;
}
#board_cate ul li:hover{
    background-color: #d9e2ef;
}
.tbl_wrap {
    padding:20px 0;
}

.td_subject {
    padding-left:40px;
}
@media screen and (max-width:1200px) {
    #board_cate ul li {
        /* width:80px; */
        height:35px;
        line-height:35px;
        margin-right:5px;
    }
    #board_cate ul li a {
        font-size:14px;
    }
}
@media screen and (max-width:600px) {
    #board_cate ul li a {
        font-size:12px;
    }
}
/* e:category */

/* e:게시판 기본셋팅 */



/* s:view.skin.php style */
.viewSkin .textBox {
    text-align:center;
}
.viewSkin .textBox h2 {
    font-size:2em;
    font-weight: 700;
    font-family: 'Pretendard';
    letter-spacing:-0.6px;
    color:#28A8DF;
    display: block;
}
.viewSkin .textBox .title {
    font-size:32px;
    font-weight:bold;
    font-family: 'Pretendard';
    margin-bottom:20px;
    color:#333;
}
.viewSkin .textBox dl {
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}
.viewSkin .textBox dl dt {
    font-size:1.3em;
    font-weight:300;
    color:#8d9291;
    font-family: 'Pretendard';
}
.viewSkin .textBox dl dd {
    font-size:1.3em;
    font-weight:300;
    color:#8d9291;
    font-family: 'Pretendard';
}
.viewSkin .textBox dl dd span {
    color:#8d9291;
    display:inline-block;
    font-family: 'Pretendard';
}
.viewSkin .textBox dl dd:nth-child(2) {
    padding:0 20px;
    position:relative;
}
.viewSkin .textBox dl dd:nth-child(2)::before {
    content:'';
    position:absolute;
    top:3px;
    left:10px;
    width:1px;
    height:18px;
    display:block;
    background-color:#8d9291;
}
.viewSkin .textBox dl dd:nth-child(2)::after {
    content:'';
    position:absolute;
    top:3px;
    right:10px;
    width:1px;
    height:18px;
    display:block;
    background-color:#8d9291;
}
.viewSkin .img_box {
    display:block;
    padding:5% 0;
}
.viewSkin .img_box img {
    display:block;
    margin:20px auto;
}
.viewSkin .cont_box {
    width: 65%;
    margin: 0 auto;
    padding-bottom:5%;
}
.viewSkin .cont_box p {
    /* font-size:1.5em;
    font-weight:400;
    font-family: 'Pretendard' !important;
    color:#333;
    text-align:center;
    word-break: keep-all; */
    text-align: left;
}
.viewSkin .info_box {
    border-top:1px solid #525252;
    border-bottom:1px solid #525252;
}
.viewSkin .info_box ul li {
    position:relative;
    padding:20px 0;
    position:relative;
}
.viewSkin .info_box ul li:nth-child(1)::after {
    content:'';
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:1px;
    background-color:#ccc;
    z-index:-1;
}
.viewSkin .info_box ul li a {
    width:100%;
    height:100%;
    padding-left:20px;
    overflow: hidden
}
.viewSkin .info_box ul li .tit {
    font-size:1.5em;
    font-weight:600;
    color:#525252;
    font-family: 'Pretendard';
    letter-spacing:-0.6px;
}
.viewSkin .info_box ul li .icon {
    font-size:16px;
    display:inline-block;
    padding-left:10px;
    color:#8d9291;
}
.viewSkin .info_box ul li div {
    float:left;
}
.viewSkin .info_box ul li .txt {
    font-size:1.5em;
    font-weight:400;
    color:#525252;
    font-family: 'Pretendard';
    letter-spacing:-0.6px;
    padding-left:20px;
}
.viewSkin .list_move {
    overflow:hidden;
    padding-top:2%;
}
.viewSkin .list_move a {
    float:right;
    width: 130px;
    height:40px;
    line-height:40px;
    text-align:center;
    background-color:#333;
    font-size:1.3em;
    font-weight:400;
    color:#fff;
    margin-right:10px
}
.viewSkin .view_box {
    width:150px;
    position:absolute;
    top:20px;
    left:50%;
    margin-left:-75px;
    z-index:9;
}

.viewSkin2 .info_box {
    border-top:1px solid #525252;
    border-bottom:1px solid #525252;
}
.viewSkin2 .info_box ul li {
    position:relative;
    padding:20px 0;
    position:relative;
}
.viewSkin2 .info_box ul li:nth-child(1)::after {
    content:'';
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:1px;
    background-color:#ccc;
    z-index:-1;
}
.viewSkin2 .info_box ul li a {
    width:100%;
    height:100%;
    display:block;
    padding-left:20px;
    overflow: hidden;
}
.viewSkin2 .info_box ul li .tit {
    font-size:1.5em;
    font-weight:600;
    color:#525252;
    font-family: 'Pretendard';
    letter-spacing:-0.6px;
}
.viewSkin2 .info_box ul li .icon {
    font-size:16px;
    display:inline-block;
    padding-left:10px;
    color:#8d9291;
}
.viewSkin2 .info_box ul li div {
    float:left;
}
.viewSkin2 .info_box ul li .txt {
    font-size:1.5em;
    font-weight:400;
    color:#525252;
    font-family: 'Pretendard';
    letter-spacing:-0.6px;
    padding-left:20px;
}
.viewSkin2 .list_move {
    overflow:hidden;
    padding-top:2%;
}
.viewSkin2 .list_move a {
    float:right;
    width:150px;
    height:40px;
    line-height:40px;
    text-align:center;
    background-color:#333;
    font-size:1.3em;
    font-weight:400;
    color:#fff;
}
@media (max-width:768px) {
    .viewSkin .cont_box{
        width: 100%;
    }
}
/* e : view */

/* s:qna */
#qna .td_num2 p{
    display: flex;
    justify-content: center;
    justify-items: center;
}
#qna .td_num2 span {
    display:table-cell;
    vertical-align:middle;
}
#qna .td_num2 .icon {
    font-size:1.5em;
    padding-right:5px;
}
#qna .td_num2 .text {
    font-size:12px;
}
#qna td {
    text-align:center;
}

@media screen and (max-width:900px) {
    #qna .td_num2 p {
        display:block;
    }
    #qna .td_num2 p span {
        display:block;
    }
    #bo_list .td_num2 {
        width:50px;
    }
    #bo_list .td_datetime {
        width:45px;
    }
}
/* e:qna */
#bo_v_img{

}
#bo_v_img a.view_image{
    overflow: hidden;
}
#bo_v_img img{
    display:block;
    margin:20px auto;
}
@media screen and (max-width:1400px) {

    .viewSkin .view_box {
        left:auto;
        margin-left:0px;
        right:20px;
    }
    .viewSkin  .textBox h2 {
        font-size:1.5em;
    }
    .viewSkin  .textBox .title {
        font-size:3em;
    }
    .viewSkin  .textBox dl dt {
        font-size:1.1em;
    }
    .viewSkin  .textBox dl dd {
        font-size:1.1em;
    }
    .viewSkin  .info_box ul li .tit {
        font-size:1.2em;
    }
    .viewSkin .info_box ul li .txt {
        font-size:1.2em;
    }
    .viewSkin  .info_box ul li {
        padding:15px 0;
    }
    .viewSkin .img_box img {
        width:100%;
    }
    .viewSkin .list_move {
        padding-top:5%;
    }
}
@media screen and (max-width:900px) {
    .viewSkin  .textBox .title {
        font-size:2em;
        margin-bottom:0;
    }
}
/* e:view.skin.php style*/


/* s:skin>board>list01 */
#board_list01 {
    /* 전체감싸는태그 */
    width:100%;
    overflow: hidden;
}
#board_list01 .listForm {
}
#board_list01 .listFormul {
    border-top:2px solid #333;
    box-sizing:border-box;
}
#board_list01 .listForm ul li {
    border-bottom:1px solid #ccc;
    padding:2.7% 2%;
    overflow: hidden;
    cursor: pointer;
}
#board_list01 .listForm ul li:hover {
    background-color:#f9f7f7;
}
#board_list01 .listForm ul li .lf_box {
    width:70%;
    float:left;
}
#board_list01 .listForm ul li dl{
    display:flex;
    padding-bottom:5px;
}
#board_list01 .listForm ul li dl dt {
    font-size:2em;
    font-weight:bold;
    color:#333;
    position:relative;
}
/* #board_list01 .listForm ul li dl dt::after {
    content:'';
    position:absolute;
    top:8px;
    right:15px;
    width:1px;
    height:22px;
    background-color:#c7c7c7;
} */
#board_list01 .listForm ul li dl dd {
    font-size:21px;
    font-weight:600;
    color:#333;
}
#board_list01 .listForm .info_box {
    display:table;
}
#board_list01 .listForm .info_box p {
    display:table-cell;
    padding-right:17px;
}
#board_list01 .listForm .info_box i {
    font-size:1.1em;
    font-weight:400;
    color:#9f9f9f;
    padding-right:5px;
}
#board_list01 .listForm .info_box span {
    font-size:15px;
    font-weight:400;
    color:#9f9f9f;
}
#board_list01 .listForm ul li .rt_box {
    width:30%;
    float:right;
    padding-top:2%;
}
#board_list01 .listForm ul li .rt_box i {
    font-size:1.5em;
}
#board_list01 .listForm .info_txt {
    font-size:1.8em;
    font-weight:bold;
    color:#333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4% 0;
}

@media screen and (max-width:800px) {
    #board_list01 .listForm ul li .lf_box {
        width:100%;
    }
    #board_list01 .listForm ul li dl {
        padding-bottom:10px;
    }
    #board_list01 .listForm ul li dl dt {
        font-size:18px;
    }
    #board_list01 .listForm ul li dl dd {
        font-size:18px;
    }
}
/* e:skin>board>list01 */



/* s:skin>board>webzine01 */
#board_webzine01 {
    /* 전체감싸는태그 */
    width:100%;
    overflow: hidden;
}
#board_webzine01 .listForm {
    margin-top:3%;
    border-top:2px solid #333;
}
#board_webzine01 .listForm li{
    padding:2%;
    cursor: pointer;
    display:table;
    border-bottom:1px solid #ccc;
    width: 100%;
}
#board_webzine01 .listForm li a,
#board_webzine02 .listForm li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
#board_webzine01 .listForm li:hover {
    background-color:#f9f7f7;
}
#board_webzine01 .listForm li .lf_box {
    display:table-cell;
    vertical-align: middle;
    width:750px;
}
#board_webzine01 .listForm li dl dt {
    font-size:1.8em;
    font-weight:bold;
    color:#333;
    padding-bottom:10px;
}
#board_webzine01 .listForm li dl dd:nth-child(2) {
    font-size:1.2em;
    font-weight:400;
    color:#333;
    padding-bottom:10px;
}
#board_webzine01 .listForm li dl dd:nth-child(3) {
    font-size:1em;
    font-weight:400;
    color:#454545;
    display:table;
}
#board_webzine01 .listForm li dl dd:nth-child(3) span {
    display:table-cell;
    padding-right:10px;
}
#board_webzine01 .listForm li .rt_box {
    display:table-cell;
    vertical-align: middle;
    width:40%;
    padding-left:10%;
    overflow:hidden;
}
#board_webzine01 .listForm  li .rt_box div:nth-child(2) {
    font-size:1.2em;
    font-weight:500;
    color:#333;
    text-align:center;
    padding-left:50px;
}
#board_webzine01 .listForm  .info_txt {
    font-size:1.8em;
    font-weight:bold;
    color:#333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4% 0;
}
@media screen and (max-width:800px) {
    #board_webzine01 .listForm li {
        display:block;
        padding:20px;
    }
    #board_webzine01 .listForm li .lf_box {
        display:block;
        width:auto;
        margin-bottom:20px;
    }
    #board_webzine01 .listForm li .lf_box {
        width:auto;
    }
    #board_webzine01 .listForm li .rt_box {
        width:auto;
        padding-left:0px;
    }
    #board_webzine01 .listForm li dl dt {
        font-size:18px;
    }
    #board_webzine01 .listForm li dl dd:nth-child(3) span {
        padding-right:0px;
    }
    #board_webzine01 .listForm li dl dd:nth-child(2) {
        font-size:14px;
    }
    #board_webzine01 .listForm li .rt_box div:nth-child(2) {
        padding-top:10px;
        padding-left:0;
        width:100%;
        text-align:left;
    }
}
@media (max-width:320px) {
    #board_webzine01 .listForm li .rt_box div{
        width: 270px;
    }
}
/* e:skin>board>webzine01 */


/* s:skin>board>webzine02 */
#board_webzine02 .listForm{
    margin-top:3%;
    border-top:2px solid #333;
}
#board_webzine02 .listForm li{
    width: 100%;
    padding:2%;
    cursor: pointer;
    display:table;
    border-bottom:1px solid #ccc;
}
#board_webzine02 li:hover {
    background-color:#f9f7f7;
}
#board_webzine02 li .lf_box {
    display:table-cell;
    vertical-align: middle;
    width:20%;
    overflow:hidden;
}
#board_webzine02 li .rt_box {
    display:table-cell;
    vertical-align: middle;
    width:1000px;
    padding-left: 80px;
}
#board_webzine02 li dl dt {
    font-size:1.8em;
    font-weight:bold;
    color:#333;
    padding-bottom:10px;
}
#board_webzine02 li dl dd:nth-child(2) {
    font-size:1.2em;
    font-weight:400;
    color:#333;
    padding-bottom:10px;
}
#board_webzine02 li dl dd:nth-child(3) {
    font-size:1em;
    font-weight:400;
    color:#454545;
    display:table;
}
#board_webzine02 li dl dd:nth-child(3) span {
    display:table-cell;
    padding-right:10px;
}
#board_webzine02 .info_txt {
    font-size:1.8em;
    font-weight:bold;
    color:#333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4% 0;
}
#board_webzine02 .txt_detail{
    margin-bottom: 30px;
}
#board_webzine02 .txt_detail li{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    word-break: keep-all;
}
#board_webzine02 .txt_detail li:hover{
    background-color: #fff;
}
@media screen and (max-width:1600px) {
    #board_webzine02 .txt_detail li{
        margin-bottom: 16px;
    }
}
@media screen and (max-width:1200px) {
    #board_webzine02 li .rt_box {
        width:55%;
        padding-left: 30px;
    } 
    #board_webzine02 li dl dd:nth-child(3) span {
        padding-left:0px;
    }
}
@media screen and (max-width:800px) {
    #board_webzine02 .listForm li {
        display:block;
    }
    #board_webzine02 li .lf_box {
        display:block;
        width:100%;
        padding:20px 0;
    } 
    #board_webzine01 .listForm li .rt_box{
        display: block;
        width: 100%;
    }
    #board_webzine01 .listForm li .rt_box div img,
    #board_webzine02 li .lf_box div img{
        width: 100%;
    }
    #board_webzine01 .listForm li dl dt {
        font-size:18px;
    }
    #board_webzine01 .listForm li dl dd:nth-child(2) {
        font-size:14px;
    }
    #board_webzine02 li dl dd:nth-child(3) span {
        padding-left:2px;
        padding-right:0px;
    }
    #board_webzine02 .ui_table .table_box{
        overflow-x: scroll;
    }
    #board_webzine02 .txt_detail li{
        margin-bottom: 16px;
        font-size: 14px;
    }
    #board_webzine02 li .rt_box{
        padding-left: 0;
    }
    #board_webzine02 li dl dt{
        font-size: 20px;
    }
}
@media (max-width:500px) {
    #board_webzine02 li dl dt {
        font-size: 18px;
    }
}
/* e:skin>board>webzine02 */

/* s:skin>board>gallery01 */
#board_gallery01 .listForm {
    width:100%;
    padding:4% 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}
#board_gallery01 .listForm li {
    /* height:390px; */
    position:relative;
    overflow: hidden;
    border:1px solid #ddd;
}

/* #board_gallery01 .listForm li:hover .img_box img{
    transform:scale(1.1);
    transition:all 0.6s;
} */
#board_gallery01 .listForm li .img_box {
    width:100%;
    height:300px;
    overflow: hidden;
    transition:0.6s;
}
#board_gallery01 .listForm li .img_box img {
    width:100%; 
    /* height:100%; */
}
#board_gallery01 .listForm li .text_box h2 {
    font-size:1.8em;
    font-weight:bold;
    font-family: 'Pretendard';
    color:#333;
}

#board_gallery01 .listForm li .text_box p {
    font-size:1.2em;
    font-weight:300;
    font-family: 'Pretendard';
    color:#333;
}
#board_gallery01 .listForm li .text_box span{
    font-size: 13px;
    display: inherit;
    text-align: right;
}

@media screen and (max-width:1024px) {
    #board_gallery01 .listForm{
        grid-template-columns:repeat(2, 1fr);
    }

    #board_gallery01 .listForm li .img_box img{
        width:100%;
        height: 100%;
    }
}
@media screen and (max-width:800px) {

    #board_gallery01 .listForm li .text_box h2 {
        font-size:18px;
    }
}
@media screen and (max-width:500px) {
    #board_gallery01 .listForm li .text_box p{
        font-size: 13px;
    }
    #board_gallery01 .listForm li .text_box h2 {
        font-size: 15px;
    }

    #board_gallery01 .listForm li .text_box span {
        font-size: 12px;
    }
    #board_gallery01 .listForm {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* e:skin>board>gallery01 */


/* s:skin>board>gallery02 */
#board_gallery02 .listForm {
    width:100%;
    padding:2% 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}
#board_gallery02 .listForm li {
    height:350px;
    position:relative;
    overflow: hidden;
}
#board_gallery02 .listForm li:hover {
    transform: scale3d(0.985, 0.985, 0.985) translateX(0);
    transition:0.6s;
}
#board_gallery02 .listForm li .img_box {
    width:100%;
    height:350px;
    overflow: hidden;
}
#board_gallery02 .listForm li .text_box{
    padding:5%;
    position:absolute;
    bottom:10px;
    z-index:1;
}
#board_gallery02 .listForm li .text_box h2 {
    font-size:2.5em;
    font-weight:bold;
    font-family: 'Pretendard';
    padding-bottom:10px;
    color:#fff;
}
#board_gallery02 .listForm li:hover .text_box {
    display:none;
}
#board_gallery02 .listForm li .text_box p {
    font-size:1.3em;
    font-weight:300;
    font-family: 'Pretendard';
    color:#f6f6f6;
}
#board_gallery02 .listForm li:hover .text_hover {
    opacity:1;
    transition:all 0.6s;
}
#board_gallery02 .listForm li .text_hover {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:100%;
    height:100%;
    background-color:#F2DE79;
    padding:10% 6% 0 6%;
    opacity:0;
}
#board_gallery02 .listForm li .text_hover h2 {
    font-size:22px;
    color:#fff;
    padding-bottom:10%;
}
#board_gallery02 .listForm li .text_hover p {
    font-size:16px;
    font-weight:400;
    color:#333;
}

@media screen and (max-width:960px) {
    #board_gallery02 .listForm li {
        width:48%; /*갤러리 한줄 갯수 조절*/
        margin-right:0;
        margin-bottom:4%;
        height:300px;
        float:left;
        position:relative;
        overflow: hidden;
    }
    #board_gallery02 .listForm li:nth-child(2n) {
        margin-left:4%;
    }

}
@media screen and (max-width:800px) {
    #board_gallery02 .listForm li {
        width:384px; /*갤러리 한줄 갯수 조절*/
        margin-right:0;
        margin-bottom:4%;
        height:300px;
        float:none;
        position:relative;
        overflow: hidden;
        margin:0 auto;
    }
    #board_gallery02 .listForm li:nth-child(2n) {
        margin:20px auto;
    }
    #board_gallery02 .listForm li:nth-child(3n) {
        margin:20px auto;
    }
}
@media screen and (max-width:384px) {
    #board_gallery02 .listForm li {
        width:100%;
        height:auto;
    }
    #board_gallery02 .listForm li .text_box h2 {
        font-size:18px;
        padding-bottom:0px;
    }
    #board_gallery02 .listForm li .text_box p {
        font-size:16px;
    }
}
/* e:skin>board>gallery02 */

@media screen and (max-width:1200px) {
    
}




/* skin>board>spin_off */
#board_webzine02 .listSkin .inner {
    width: 80%;
    font-family: 'Pretendard';
}
#board_webzine02 table {
    width: 100%;
    border: 1px solid #444444;
    border-collapse: collapse;
}
#board_webzine02  th, td {
    border: 1px solid #c3d4c7;
    padding: 10px 5px;
    font-size: 16px;
    font-family: 'Pretendard';
    word-break: keep-all;
}
#board_webzine02 .ui_table_wrap{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
#board_webzine02  .ui_table th{
    color: #666;
}
#board_webzine02 .rou_tt{
    font-weight: 600;
    font-size: 36px;
    color: #323232;
    text-align: center;
    margin-bottom: 10px;
}
#board_webzine02 .rou_st{
    font-weight: 500;
    font-size: 20px;
    color: #5B7B60;
    text-align: center;
}
#board_webzine02 .rou_ss{
    font-size: 18px;
    font-weight: 400;
    color: #7f7f7f;
    padding: 30px 0;
    text-align: center;
}
#board_webzine02 .ui_table{
    /* width: calc(50% - 10px); */
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
#board_webzine02 .ui .ui_table.round_1{
    margin-bottom: 60px;
}
#board_webzine02 .ui_table .rou_tit{
    margin-bottom: 5px;
    font-size: 28px;
    color: #323232;
    font-weight: 500;
    font-family: 'Pretendard';
    margin-bottom: 28px;
    position: relative;
}
#board_webzine02 .ui_table .rou_tit::before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #5B7B60;
}
#board_webzine02 .ui_table thead th{
    background-color: #5B7B60;
    color: #fff;
}
#board_webzine02 .ui_table tbody tr td:first-of-type{
    background-color: #c3d4c7;
    border-bottom: 1px solid #fff;
}

/* #board_webzine02 #board_cate ul li:nth-child(1) a{
    display: none;
    visibility: hidden;
} */
.blind{
    display: none;
    visibility: hidden;
}
#board_webzine02 .ui_step{
    /* width: calc(50% - 10px); */
    width: 100%;
    margin: 30px auto;
    padding-top: 40px;
}

#board_webzine02 .ui_step .title{
    font-size: 30px;
    color: #0f5a30;
    font-weight: 700;
    margin-bottom: 20px;
}
#board_webzine02 .ui_step .thr_con{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}
#board_webzine02 .ui_step .thr_con > div .tit{
    font-size: 24px;
    font-weight: 600;
    color: #0f5a30;
    text-align: center;
    margin-bottom: 10px;
}
#board_webzine02 .ui_step .thr_con .con_wrapper{
    background-color: #5B7B60;
    border-radius: 50px;    
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    height: 300px;
}
#board_webzine02 .ui_step.step2 .thr_con .con_wrapper{
    gap: 10px;
    height: 350px;
}
#board_webzine02 .ui_step .con .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#board_webzine02 .ui_step .con .box p{
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard';
    margin-top: 10px;
    word-break: keep-all;
    text-align: center;
}
#board_webzine02 .ui_step .con .box .mask{
    width: 150px ;
}
#board_webzine02 .ui_step .con .box .mask img{
    width: 100%;
}
#board_webzine02 .ui_step .con .box .mask.icon{
    width:100px;
}
#board_webzine02 .ui_step .con .box .mask.sun{
    width: 250px;
}
#board_webzine02 .ui_step.step2 .thr_con .sale .con_wrapper{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#board_webzine02 .ui_step.step2 .sale .con-wrapper .con .mask{
    width: 100px;
    
}
#board_webzine02 .ui_step.step2 .con .box{
    margin: 0 20px;
}
#board_webzine02 .img_wrap{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;

}
@media (max-width:1700px) {
    #board_webzine02 .ui_step .con .box .mask {
        width: 120px;
    }
    /* #board_webzine02 .ui_step .thr_con{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #board_webzine02 .ui_step.step2 .thr_con .proto .con_wrapper,
    #board_webzine02 .ui_step .thr_con .proto .con_wrapper {
        height: 670px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #board_webzine02 .ui_step .thr_con .proto{
        grid-column: 1 / span 1;
        grid-row: 1 / span 2;
    }
    #board_webzine02 .ui_step.step2 .thr_con .con_wrapper{
        height: 300px;
    } */
    
}
@media (max-width:1520px) {
    #board_webzine02 .ui_step .con .box .mask {
        width: 100px;
    }
}
@media (max-width:1440px) {
    #board_webzine02 .img_wrap{
        /* flex-wrap: wrap; */
    }
    #board_webzine02 .img_wrap .mask img{
        width: 100%;
    }
    #board_webzine02 .img_wrap .mask iframe {
        width: 460px;
        height: 270px;
    }
    #board_webzine02 .ui_step .con .box .mask.sun {
        width: 220px;
    }
}
@media (max-width:1330px) {
    #board_webzine02 .listSkin .inner{
        width: 95%;
    }
    #board_webzine02 .ui_step .con .box .mask {
        width: 120px;
    }
}
@media (max-width:1240px) {
    #board_webzine02 .ui_step .thr_con .con_wrapper{
    }
    #board_webzine02 .ui_step .con .box .mask {
        width: 100px;
    }
    #board_webzine02 .listSkin .inner{
        width: 98%;
    }
    #board_webzine02 .ui_step .con .box .mask.sun {
        width: 185px;
    }
}
@media (max-width:1080px) {
    #board_webzine02 .ui_step .con .box .mask {
        width: 100px;
    }
}
@media (max-width:1000px) {
    #board_webzine02 .img_wrap .mask iframe {
        width: 350px;
        height: 200px;
    }
}
@media (max-width:780px) {
    #board_webzine02 .listSkin .inner{
        width: 95%;
    }
    #board_webzine02 .ui_step .con .box .mask {
        width: 170px;
    }
    #board_webzine02 .ui_step .thr_con{
        display: flex;
        flex-wrap: wrap;
    }
    #board_webzine02 .ui_step .thr_con .proto .con_wrapper {
        height: auto;
    }
    #board_webzine02 .ui_step .thr_con > div{
        width: 100%;
    }
    #board_webzine02 .rou_tt{
        font-size: 30px;
    }
    #board_webzine02 .img_wrap .mask iframe {
        width: 270px;
        height: 170px;
    }
}
@media (max-width:600px) {
    #board_webzine02 .listSkin .inner{
        width: 90%;
    }
    #board_cate ul{
        display: block;
    }
    #board_webzine02 th, td{
        font-size: 15px;
    }
    #board_webzine02 .img_wrap .mask iframe {
        width: 220px;
        height: 160px;
    }
}
@media (max-width:500px) {
    #board_webzine02 .img_wrap .mask iframe {
        width: 100%;
        height: 160px;
    }
    #board_webzine02 .listSkin .inner{
        width: 95%;
    }
    #board_webzine02 .rou_tt {
        font-size: 28px;
    }
    #board_webzine02 .rou_st{
        font-size: 18px;
    }
    #board_webzine02 .rou_ss {
        font-size: 16px;
        padding: 10px 0 40px;
    }
    #board_webzine02 .ui_table .rou_tit{
        font-size: 24px;
    }
    #board_webzine02 .ui_step .thr_con .con_wrapper{
        height: auto;
    }
    #board_webzine02 .ui_step .con .box .mask{
        width: 130px;
    }
    #board_webzine02 th, td{
        font-size: 13px;
    }
}
@media (max-width:375px) {
    #board_webzine02 .rou_ss{
        font-size: 12px;
    }
}


/* ------------------------------- MAP & CONSULT ----------------------------- */
#map_consult{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
}
#map_consult > div{
    padding:60px 22%;
    position:relative;
}
#map_consult .map{
    background:#23442C;
    padding:60px 0 60px 22%;
}
#map_consult .consult{
    border-top:1px solid #23442C;
    text-align:right;
    flex-direction: row-reverse;
    padding:60px 22% 60px 0;
}
#map_consult .tt{
    font-size:30px;
    font-weight:600;
    letter-spacing:0.02em;
    margin-bottom:10px;
    padding-bottom: 40px;
    word-break:keep-all;
}
#map_consult .map .tt{
    color:#fff;
}
#map_consult .consult .tt{
    color:#323232;
}
#map_consult .desc{
    font-size:16px;
    letter-spacing:-0.02em;
}
#map_consult .map .desc{
    color:#D0D0D0;
}
#map_consult .consult .desc{
    color:#929292;
    margin-bottom:25px;
}
#map_consult .consult .info{
    font-size:19px;
    font-weight:500;
    letter-spacing:-0.02em;
    color:#464646;
    margin-bottom:20px;
}
#map_consult .consult .time,
#map_consult .consult .holi{
    font-size:16px;
    letter-spacing:-0.02em;
    color:#929292;
}
#map_consult .consult .holi{
    margin-top:20px;
}
#map_consult a{
    align-self:end;
    width:153px;
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:18px;
    font-weight:600;
    letter-spacing:-0.02em;
    position:absolute;
    bottom:50px;
}
#map_consult .map a{
    color:#323232;
    background:#fff;
    right:110px;
}
#map_consult .consult a{
    color:#fff;
    background:#23442C;
    left:110px;
}
@media (max-width:1400px){
    #map_consult .map {
        padding: 60px 0 60px 10%;
    }
    #map_consult .consult{
        padding: 60px 10% 60px 0;
    }
}
@media (max-width:1100px){
    #map_consult{
        display:block;
    }
    #map_consult .map a{
        right:10%;
    }
    #map_consult .consult a{
        left:10%;
    }

}