@charset "utf-8";

button, html [type="button"], [type="submit"] {
    -webkit-appearance: none;
}

.gwhealth-boSrchArea {
    padding: 0; margin-bottom: 30px;
    display: flex;
    column-gap: 30px; justify-content: space-between;
}
.boMeta {display: flex; align-items: center}
.boMeta-pt:before{display: none}
.boMeta-pt{color: #222; font-size: 18px}
.boMeta-pt em {color: #0C7771}
.boSrch, .boSrch fieldset, .txSrch {
    width: 100%; max-width: 450px;
}
.txSrch {display: flex; column-gap: 30px;}
.boSrch select,
.boSrch .skinIptTxt{border: none; font-size: 16px;
    outline: none;
}

.boSearch-wrap {display: flex; flex: 1;}
.boSrch select,
.boSrch .skinIptTxt{margin-left: 0; min-width: 120px;}
.boSrch .skinIptTxt {flex: 1;}
.boSrch select,
.boSearch-wrap {border-bottom: 1px solid #222;
    height: 37px;
}

.boSrch select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background: url("./images/polygon.svg") no-repeat 90% 50%/13px auto ;
}

.search-btn, .skinBtnBo.boSrch-btnBo, .skinBtnBo.boMultiSrch-btnBo {
    height: 32px; margin-bottom: 4px;
    line-height: 32px;
    color: #222;
    background: #FAFAFA;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0 !important;
    border: 1px solid #ccc;
    width: 64px !important;
    padding: 0;
    text-align: center;
}
.boSrch select,
.boSrch .skinIptTxt,
.search-btn,.skinBtnBo.boSrch-btnBo, .skinBtnBo.boMultiSrch-btnBo {
    font-family: 'Pretendard-Regular';
}

.skinBtnBo{border: 1px solid #ccc}
.table-wrap{display: grid; grid-template-columns: 1fr; row-gap: 40px;}
table.skinTb{margin-bottom: 0}
.skinTb:before{border-top: 1px solid #222; top: 0}

.skinTb-th, .skinTb >tr >th, .skinTb >thead >tr >th, .skinTb >tbody >tr >th, .skinTb >tfoot >tr >th {
    border-bottom-color: #777;
}

.skinTb >tr >th,
.skinTb >thead >tr >th,
.skinTb >tbody >tr >th,
.skinTb >tfoot >tr >th,
.skinTb >tr >td,
.skinTb >thead >tr >td,
.skinTb >tbody >tr >td,
.skinTb >tfoot >tr >td,
.skinTb-th, .skinTb-td {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    padding: 26px 1rem;
    border-width: 0 0 1px;
}
.title-col {max-width: 835px;}
td.skinTb-sbj{overflow: hidden}
td.skinTb-sbj a{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.skinTb td.skinTb-name {word-break: keep-all}
.popLy-btnMore {
    width: 22px;
    height: 26px;
    background: url('./images/board_file.svg') no-repeat center center/contain;
}
td.skinTb-date{color: #aaa}
td .popLy {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* pagination */
.pager {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
}
.pager-link.active {
    background: none;
    color: #222 !important;
    border-color: rgba(0, 0, 0, 0);
}
.pager-link {
    display: inline-block;
    border-width: 0;
    color: #aaa !important;
}
.pager-link.active,
.pager-link-data-prev,
.pager-link-data-next {
    color: #454545 !important;
}
.pager-link-data-prev {
    background: white url(./images/arrow_back_ios.svg) 50% 50% no-repeat;
    transform: rotate(180deg);
}
.pager-link-data-next {
    background: white url(./images/arrow_back_ios.svg) 50% 50% no-repeat;
}
.pager-link-data-first,
.pager-link-data-last {display: none}
.pager-link:nth-child(n+3).pager-link:nth-last-child(n+3) {font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 앨범 */
.boGallery {
    border-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
}
.boGallery >li:nth-child(n) {
    width: 100%;
    margin: 0;
}

.skin-wrap.boGallery-file-wrap {
    border-bottom: 1px solid #222;
}

.skinTb .skinTb-td > img, .skinTb td > img {
    margin: 0 auto;
}

/* 상세페이지 */
.skin-wrap,
.skin-wrap .info-wrap{
    display: flex;
}

.skin-wrap{justify-content: space-between;
    padding: 16px 8px; width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}
.skin-wrap .board-title {
    word-break: normal;
    margin-right: 20px;
}
.skin-wrap .cont {
    font-size: 0.9em; flex: 1;
}

.skin-wrap.link-wrap {
    align-items: center;
}

.info-wrap{column-gap: 21px; min-width: 135px;
    align-items: center;
    font-size: 0.8em;
    color: #555;
}
.info-wrap p {position: relative}
.info-wrap p:nth-child(n+2)::before {
    content: "";
    width: 1px; height: 50%;
    position: absolute; left: 0; top: 50%;
    transform: translate(-11px, -50%);
    background-color: #ccc;
}
.contsArea .skinTb-data-resList a {
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.boGallery-file-wrap {align-items: center}
.board-file-txt {font-size: 0.8em; margin-right: 10px}
.attachFile {display: flex; align-items: center}
.icoFile {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    vertical-align: middle;
    background: url('./images/board_file.svg')  no-repeat center center/contain;
    margin-left: 7px;
}

skin-wrap .icoFile {
    margin-left: 0;
}

.attachFile a {color: #777}
.attachFile a:hover{color: #222}

.skinTb .skinTb-conts {
    font-size: 16px; font-weight: 400;
    min-height: 500px;
    word-break: normal;
}

.btnBoPrev, .btnBoNext {
    padding: 0 50px;
    position: relative;
}
.read-bottom-wrap {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.read-bottom-wrap .skin-wrap {
    justify-content: start;
}
.read-bottom-wrap .skin-wrap:last-child {
    border-bottom: 0;
}
.btnBoPrev span, .btnBoNext span {
    position: absolute; left: 0; top: 50%;
    width: 15px; height: 11px;
    background: url("./images/polygon.svg") no-repeat center center/contain;
}
.btnBoPrev span {transform: rotate(180deg) translate(-10px, 50%)}
.btnBoNext span {transform: translate(10px, -50%);}

.read-bottom-wrap .skin-wrap div:last-child{flex: 1;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.skinBtnBo_box {margin-bottom: 40px}
.skinBtnBo_box .skin-back-btn {
    display: inline-block;
    padding: 12px 52px; border: 1px solid #0C7771;
    background-color: #0C7771;
    transition: all 0.3s;
    color: #fff; font-size: 18px;
    font-weight: 100;
}
.skinBtnBo_box .skin-back-btn:hover {
    text-decoration: none;
    color: #0C7771;
    background-color: white;
}

.skinTb >.skinTb-tr.gwhealth-skin {
    display: none;
}

/* 상세페이지 앨범 */
.boGallery-read-wrap .skinTb-conts {
    min-height: 0;
}

.slide-wrap {
    margin-bottom: 20px;
    background-color: #E9FAF7;
    padding: 0 20px;
}
.boGallery-read-wrap .photoSwiper {
    padding: 30px 0;
}
.boGallery-read-wrap .swiper-backface-hidden .swiper-slide {
    display: flex; justify-content: center; align-items: center;
    height: auto;
}

.boGallery-read-wrap .swiper-backface-hidden .swiper-slide img {
    max-width: calc(100% - 100px);
}
.boGallery-read-wrap .swiper-button-next, .boGallery-read-wrap .swiper-button-prev {
    width: 40px; height: 40px;
    outline: none;
    background-color: #0C7771;
}
.boGallery-read-wrap .swiper-button-prev {left: 0}
.boGallery-read-wrap .swiper-button-next {right: 0}

/*.boGallery-read-wrap .swiper-button-next:after, .boGallery-read-wrap .swiper-button-prev:after{*/
/*    width: 40px; height: 40px; border-radius: 5px;*/
/*    font-size: 25px; font-family: inherit; font-weight: 600; color: white; background-color: #0C7771;*/
/*    display: grid; place-items: center;*/
/*}*/

.boGallery-read-wrap .swiper-button-next:after, .boGallery-read-wrap .swiper-button-prev:after{display: none}
.boGallery-read-wrap .swiper-button-prev img {transform: rotate(180deg)}
.boGallery-read-wrap .swiper-pagination-bullet-active {background-color: #0C7771}
/* 노트북 */
@media screen and (max-width: 1430px) and (min-width: 1025px) {
}

/* 패드-pro */
@media screen and (max-width: 1024px) and (min-width: 821px) {
    .boGallery {
        border-bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }
    .skin-wrap{font-size: 18px}
    .skin-wrap.top {flex-direction: column; row-gap: 0.625rem}
    .skin-wrap .board-title {margin-right: 0;}
    .skinTb colgroup{display: table-column-group}
}

/* 태블릿 */
@media screen and (max-width: 820px) and (min-width: 481px) {
    .boGallery {
        border-bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }
    .skin-wrap{font-size: 18px}
    .skin-wrap.top {flex-direction: column; row-gap: 0.625rem}
    .skin-wrap .board-title {margin-right: 0;}
    .skinTb >tr >th, .skinTb >thead >tr >th, .skinTb >tbody >tr >th, .skinTb >tfoot >tr >th, .skinTb >tr >td, .skinTb >thead >tr >td, .skinTb >tbody >tr >td, .skinTb >tfoot >tr >td, .skinTb-th, .skinTb-td {
        font-size: 16px;
    }

    .skinTb .popLy-btnMore {
        width: 17px; height: 19px;
    }
    .boGallery-read-wrap .swiper-button-next, .boGallery-read-wrap .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .boGallery-read-wrap .swiper-button-next:after, .boGallery-read-wrap .swiper-button-prev:after {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .boGallery-read-wrap .swiper-backface-hidden .swiper-slide img {
        max-width: calc(100% - 80px);
    }
}

/* 모바일 */
@media screen and (max-width: 480px) {
    .skinTb >tr >th, .skinTb >thead >tr >th, .skinTb >tbody >tr >th, .skinTb >tfoot >tr >th, .skinTb >tr >td, .skinTb >thead >tr >td, .skinTb >tbody >tr >td, .skinTb >tfoot >tr >td, .skinTb-th, .skinTb-td {
        font-size: 14px;
    }
    .boMeta-pt {font-size: 14px}
    .boSrch select, .boSrch .skinIptTxt {
        font-size: 14px;
    }
    .boGallery {
        border-bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 14px;
        row-gap: 14px;
    }

    .search-btn,.skinBtnBo.boSrch-btnBo, .skinBtnBo.boMultiSrch-btnBo{font-size: 14px}
    .popLy-btnMore {width: 17px; height: 19px;}
    .skin-wrap{font-size: 16px}
    .skin-wrap.top {flex-direction: column; row-gap: 0.625rem}
    .skin-wrap .board-title {margin-right: 0;}
    .skinTb .skinTb-conts {font-size: 15px}
    .skinBtnBo_box .skin-back-btn{font-size: 15px;
        padding: 6px 35px;
    }

    .read-bottom-wrap .skin-wrap {font-size: 15px}

    .boGallery-read-wrap .swiper-button-next, .boGallery-read-wrap .swiper-button-prev {
        display: none;
    }

    .boGallery-read-wrap .swiper-backface-hidden .swiper-slide img {
        max-width: calc(100%);
    }
}

@media screen and (max-width: 420px){
    .txSrch {column-gap: 15px}
}

/* 노트북 ~ 모바일 */
@media screen and (max-width: 1430px) {
}

/* 태블릿 ~ 모바일 */
@media screen and (max-width: 820px) {
    .pager-link-data-ellipsis{background: inherit}
    .gwhealth-boSrchArea {flex-direction: column; padding: 0; row-gap: 30px}
    .boSrch, .boSrch fieldset, .txSrch{max-width: 100%}
    .boSrch [type="submit"], .boSrchArea [type="submit"], .boSrch select, .boSrch .skinIptTxt, .boSrchArea .boMultiSrch-iptTxt, .boSrchArea select{margin-top: 0 !important;}
    .boSrch select {max-width: 87px; min-width: 0}
    .boSearch-wrap {column-gap: 10px;}
    .boSrch .skinIptTxt {max-width: calc(100% - 46px); flex: none}
    .gwhealth-boSrchArea .search-btn,.skinBtnBo.boSrch-btnBo, .skinBtnBo.boMultiSrch-btnBo {width: 36px !important; flex: none !important; font-size: 12px}
    .btnBoPrev, .btnBoNext {
        padding: 0 20px 0 30px;
    }

    .btnBoPrev span, .btnBoNext span{
        width: 10px; height: 7px;
    }
    .skinTb-data-resList >tbody >tr{
        display: grid;
        grid-template-columns: 30px 1fr 1fr;
        column-gap: 20px;
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
    }
    .skinTb >tbody >tr >td{border: 0; padding: 0}
    .skinTb >tbody >tr td.skinTb-sbj {
        padding: 0; margin-bottom: 15px;
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .skinTb-data-resList >.skinTb-tr >.skinTb-name, .skinTb-data-resList >tr >.skinTb-name, .skinTb-data-resList >tbody >tr >.skinTb-name {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .pager-num{display: none}
    .pager-link:nth-child(n+3).pager-link:nth-last-child(n+3) {
        display: inline-block;
    }

/*  앨범  */

    .boGallery >li:nth-child(n) {

    }
}