@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-family: "나눔고딕", Nanum Gothic, "맑은고딕", Helvetica, sans-serif !important;
}

@view-transition {
    navigation: auto;
}

::view-transition-group(contents) {
    animation-duration: 0.3s;
}

body, html {
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5 {
    text-align: center;
}

a:hover {
    text-decoration: underline;
}

img {
    border-width: 0px;
}

#hiddenFrame {
    height: 0px;
    display: none;
    border-width: 0px;
}

.layout {
    margin: 0 auto;
    width: 1024px;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.header, .footer {
    width: 100%;
    display: table-row;
    vertical-align: middle;
}

.header {
    height: 80px;
}

.header img {
    display: block;
}

.logoDiv {
    width: 110px;
    height: 100%;
    float: left;
    margin-top: -70px;
}

.logo {
    max-width: 110px;
    width: 100%;
    height: auto;
}

.topSearchDiv {
    margin-top: -5px;
    margin-bottom: 5px;
    text-align: right;
    padding-right: 5px;
}

.topSearch {
    width: 7em;
    height: 1em;
    line-height: 1em;
    padding: 0.10em 0;
}

.topSearch form {
    padding: 0;
    margin: 0;
}

.searchDiv > * {
    display: inline-block;
    vertical-align: middle;
}

.searchDiv #q {
    width: 10em;
    height: 1.2em;
    line-height: 1.2em;
    padding: 0.10em 0;
}

.searchDiv a,
.topSearchDiv a {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 0.25em 0.7em;
    text-decoration: none !important;
    font-size: 0.75em;
    font-weight: bold;
}

.menuDiv {
    float: left;
    width: 100%;
    padding-left: 110px;
    box-sizing: border-box;
    margin-top: 27px;
}

#menuGroup1 {
    display: block;
}

.menu {
    width: 100%;
    height: 20px;
}

.menu > li {
    display: inline-block;
    width: 25%;
    height: 30px;
    box-sizing: border-box;
    padding-right: 1px;
}

#menuGroup1 > li.menu4 {
    padding-right: 0px;
}

.menu > li > div {
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.menu > li.menu1 > div {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#menuGroup1 > li.menu4 > div {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btns {
    width: 100%;
    padding: 0 0.5em;
    box-sizing: border-box;
    margin: 1em auto;
}

.titleBtns {
    margin: -2.5em 0 3em 0 !important;
}

.btns a,
.formBtns a {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 0.25em 0.8em;
    text-decoration: none !important;
    font-size: 0.8em;
    font-weight: bold;
    white-space: nowrap;
}

.btnsSm a {
    font-size: 0.8em !important;
}

.contents {
    display: table-row;
    width: 100%;
    height: 100%;
    text-align: center;
    view-transition-name: contents;
}

.contents h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.contents h3,
.contents h4 {
    margin-top: 15px;
}

.contents h5 {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 15px;
}

s, strike {
    text-decoration: line-through;
}

.footer {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.innerFooter {
    width: 100%;
    height: 100%;
    /* border-radius:10px; -- main.php 하단과 안어울림*/
}

.m10 {
    margin-top: 10px;
}

.m15 {
    margin-top: 15px;
}

.m20 {
    margin-top: 20px;
}

.m25 {
    margin-top: 25px;
}

.tac {
    text-align: center !important;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right !important;
}

.exif {
    font-size: 0.8em;
    margin-bottom: 1.5em;
}

label.annotation {
    display: inline-block;
    border-left-width: 5px;
    border-left-style: solid;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    box-sizing: border-box;
    font-size: 0.8em;
}

.article h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: inherit !important;
}

.articleImg,
.articleOutImg {
    margin: 10px 0 1em 0;
    width: 100%;
}

.articleImg img,
.articleOutImg img {
    max-width: 100% !important;
    height: auto;
}

.articleTxt {
    margin-bottom: 2em;
}

.articleTxt p {
    margin: 0 auto;
    padding: 0 1em;
    box-sizing: border-box;
    max-width: 100%;
    width: 750px;
    text-align: left;
}

.articleLink,
.articleVideo {
    margin-bottom: 1em;
}

.article .count {
    margin: 1em auto 0;
    max-width: 100%;
    width: 750px;
    text-align: right;
    font-size: 0.75em;
    font-style: italic;
    box-sizing: border-box;
}

.contents .formEl,
.article .formEl {
    display: none;
}

.contents .videoPreview iframe,
.article .videoPreview iframe {
    border: none;
    max-width: 100%;
}

.btns .closed,
h4.closed,
.list li.closed a,
.caption.closed a,
.article .closed {
    text-decoration: line-through !important;
}

.articleLink .linkEl {
    max-width: 95%;
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.articleLink .linkEl label {
    display: block;
    font-weight: bold;
    border-left-width: 5px;
    border-left-style: solid;
    margin-bottom: 0.5em;
    padding-left: 0.3em;
    box-sizing: border-box;
}

.articleLink .linkEl a {
    text-decoration: underline;
}

.txtFormOrder {
    width: 30px;
}

.currentContent a {
    font-weight: bold;
}

/* carousel */
.articleCarousel {
    display: none !important;
}

.carousel {
    margin: 1em auto 0;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 200px;
    max-height: 600px;
    overflow: hidden;
    display: none;
    z-index: 1;
}

.carouselInfo {
    z-index: 2;
    width: 36%;
    height: 2em;
    position: absolute;
    top: 50%;
    left: 32%;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    border-radius: 5px;
}

.innerCarousel {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.innerCarousel .card {
    float: left;
    width: 200px;
    height: 100%;
    font-size: 3em;
    /* line-height: 200px; */
    text-align: center;
    display: inline-block;
}

.innerCarousel .card img {
    max-width: 100%;
    max-height: 100%;
}

.innerCarousel .card .textArea {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    min-height: 4em;
}

.innerCarousel .card .textArea p {
    color: white;
    /* font-weight:bold; */
    text-align: left;
    padding: 1em 3em;
    box-sizing: border-box;
}

.innerCarousel .card iframe {
    width: 100%;
}

.carouselBtns {
    margin: 0.5em auto !important;
    width: 100%;
    height: 1em;
    max-width: 800px;
    position: relative;
}

.carouselBtns .foldCarousel {
    position: absolute;
    left: 0;
}

.carouselBtns a {
    margin: 0em 0.3em;
    padding: 0.25em 0.5em;
    font-size: 0.8em;
    border-width: 0 !important;
}

.carouselBtns .carouselCurPage {
    margin-left: 0.5em;
}

.carouselBtns .carouselTotalPage {
    margin-right: 0.5em;
}

.carouselBtns span {
    font-weight: bold;
}

.imgRegDts {
    margin: 0.5em 0;
}

div.hashTag {
    display: none;
    max-width: 100%;
    width: 750px;
    margin: 0 auto;
}

div.hashTag a.linkHashTag {
    margin-right: 10px;
    white-space: nowrap;
}

div.hashTag a.linkHashTag:last-child {
    margin-right: 0px;
}

/* list */
.listDiv {
    width: 50%;
    float: left;
}

.searchListDiv {
    width: 100% !important;
}

.searchListDiv #ulSearchCnt {
    max-width: 700px;
    margin: 0 auto 10px;
}

.searchListDiv #ulSearchCnt li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    padding: 5px;
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.searchListDiv #ulSearchCnt li.on * {
    color: #FFFFFF;
    font-weight: bold;
}

.searchListDiv .images {
    margin-bottom: 20px;
}

/* pager */
.pagerDiv {
    margin: 1em 0 1.5em 0;
}

.pageHeader {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.pager li {
    display: inline;
    padding: 1px;
}

.pager li a {
    font-size: 1em;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 0.25em 0.8em;
    margin-right: 0.1em;
    text-decoration: none !important;
}

.pager li:last-child a {
    margin-right: 0;
}

.replysDiv {
    margin: 0.5em auto;
    /* padding:0 1em; */
    box-sizing: border-box;
    max-width: 100%;
    width: 700px;
    text-align: left;
}

.replysDiv fieldset {
    margin-bottom: 1em;
    padding: 0 0.5em 0.5em;
    border-width: 1px;
    border-style: solid;
}

.replysDiv legend {
    padding: 0.5em 0.5em 0.25em 0.5em;
}

.replyForm {
    float: left;
    width: 100%;
}

.replyForm > input[type=text] {
    margin-right: 1em;
}

.replyForm input,
.replyForm textarea {
    border-width: 1px;
    border-style: solid;
    padding: 0.15em;
}

.replyForm input {
    width: 20% !important;
    min-width: 80px;
}

.replyForm textarea {
    width: 99%;
    height: 4em;
    margin-bottom: 0.25em;
    display: block;
}

.replyForm a {
    float: right;
}

.replys ul {
    width: 100%;
}

.replys li {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 0.5em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.replys li:last-child {
    border-bottom-width: 0px;
}

.replys .closedReply {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.replys .closedReply .buttonSm {
    display: none;
}

.replys label.admin {
    font-weight: bold;
}

.replys .cmt {
    float: left;
    width: 100%;
    min-height: 70px;
    padding-right: 80px;
    box-sizing: border-box;
    word-break: break-all;
}

.replys .regInfo,
.replys .regDelForm {
    width: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
}

.regDelForm {
    display: none;
}

.replys .regInfo label {
    text-align: center;
    display: block;
}

.replys .regNm {
    width: 100%;
    word-break: break-all;
    font-size: 0.9em;
}

.replys .regDt {
    font-size: 0.7em;
    margin-top: 2px;
}

.replys .regPw {
    width: 100%;
}

.replys .regPw input {
    width: 90%;
    margin-bottom: 2px;
}

.pager {
    display: none;
}

#pageSlider {
    width: 90%;
    margin: 0.5em 0;
}

.list {
    margin: 0 auto;
    padding: 0 0.5em;
    box-sizing: border-box;
    max-width: 100%;
    width: 700px;
    text-align: left;
    list-style: none;
}

.listHeader {
    max-width: 100%;
    width: 700px;
    height: 26px;
    margin: 0.7em auto;
    font-weight: bold;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 5px;
}

.list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.3em 0;
}

.list .listRegDt1,
.list .listRegDt2 {
    font-size: 0.9em;
    margin-right: 0.5em;
}

.list .listRegDt2 {
    display: none;
}

.list .listReplyCnt {
    font-size: 0.9em;
    margin-left: 0.3em;
}

.buttons {
    margin-top: 1em;
    margin-bottom: 2em;
}

.buttons a {
    font-size: 0.8em;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 0.25em 1.25em;
    text-decoration: none !important;
    font-weight: bold;
}

.buttons > a:first-child {
    margin-right: 1.75em;
}

.buttons > a:last-child {
    margin-left: 1.75em;
}

.floatingButtons {
    position: fixed;
    right: 1em;
    bottom: 4em;
}

.button {
    font-size: 0.8em;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 0.25em 1.25em;
    text-decoration: none !important;
    font-weight: bold;
}

.buttonSm {
    font-size: 0.7em;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 0.25em 0.3em;
    text-decoration: none !important;
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w50 {
    width: 50px !important;
}

.w100 {
    width: 100px !important;
}

.w50p {
    width: 50% !important;
}

.w100p {
    width: 100% !important;
}

.mt1em {
    margin-top: 1em;
}

.mt10 {
    margin-top: 10px;
}

.mb05em {
    margin-bottom: 0.5em;
}

.cr {
    color: #FF0000;
}

.cb {
    color: #0000FF;
}

.fb {
    font-weight: bold;
}

/* Gallery */
.images {
    width: 100%;
    overflow: hidden;
}

.image {
    position: relative;
    float: left;
    width: 16.6666%;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
}

.imageImg {
    background-size: cover;
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    background-position: center center;
    width: 100%;
    height: 100%;
    clear: both;
    z-index: 1;
}

.imageTitle {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0px;
    z-index: 2;
}

.imageTouch .imageTitle {
    opacity: 1;
    bottom: 0;
}

.imageTitle .bg {
    height: 30px;
    opacity: 0.4;
    z-index: 1;
}

.imageTitle .caption {
    top: 0;
    position: absolute;
    z-index: 2;
    font-weight: bold;
    line-height: 30px;
    padding: 0 4px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ImagePool */
.imgPool {
    display: none;
    width: 100%;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    margin: 1em auto 0em;
    padding: 0.5em;
    box-sizing: border-box;
}

.imgPool h4 {
    margin-top: 0px !important;
}

.imgPool dl {
    display: inline-block;
    width: 100%;
    line-height: 2em;
}

.imgPool .imgSize {
    width: 100%;
}

.imgPool .imgSize dl {
    width: 100%;
}

.imgPool .imgSize dt {
    width: 16.6666%;
    float: left;
    font-weight: bold;
}

.imgPool .imgSize dd.imgSizeTxt {
    width: 16.6666%;
    float: left;
}

.imgPool .imgSize dd.imgSizePreset {
    width: 65%;
    float: left;
}

.imgPool .imgSize input[type='text'] {
    width: 50px;
    text-align: center;
}

.imgPool .imgSize label {
    margin-left: 0.25em;
    margin-right: 0.5em;
}

.imgPool .fileForm input[type='file'] {
    max-width: 95%;
}

.imgPool .imgPoolList {
    display: inline-block;
    width: 100%;
}

.imgPool .imgPoolList li {
    display: none;
    position: relative;
    float: left;
    width: 12.5%;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}

.imgPool li.selected {
    border-width: 3px;
    border-style: solid;
    box-sizing: border-box;
}

.imgPool div.selectedIdx {
    float: left;
    color: white;
    width: 1.5em;
    text-align: center;
    font-weight: bold;
}

.imgPool .pagerDiv {
    margin: 0.5em 0 !important;
}

.imgPool .pagerDiv .selectAll {
    margin-left: 0.5em;
}

.imgPool .pagerDiv .prevPage a,
.imgPool .pagerDiv .nextPage a,
.imgPool .pagerDiv .addImage a,
.imgPool .pagerDiv .deleteImage a,
.imgPool .pagerDiv .imgPoolClose a {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#imgLoadingBar {
    background-color: #55dd55;
    width: 0;
    height: 5px;
    display: none;
}

/* Search */
.searchHighlight {
    font-weight: bold;
    padding: 0 2px;
}

h3 .searchHighlight {
    font-size: 1em;
}

/* Search HashTag */
.hashTagTitle H2 {
    display: inline-block;
}

.hashTagTitle H4 {
    display: inline-block;
    margin-left: 5px;
}

.hashTagResult .image {
    width: 25%;
    height: 200px;
}

.hashTagResult .imageImg {
    display: flex;
    align-items: center;
}

.hashTagResult .simpleSummary {
    padding: 30px 30px 45px;
    font-size: 13px;
    line-height: 20px;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
    .layout {
        width: 100% !important;
    }

    #menuGroup1 {
        display: block;
    }

    .article .count {
        padding-right: 1em;
    }

    .innerFooter {
        border-radius: 0px;
    }

    /* ImagePool */
    .imgPool .imgSize dt {
        width: 20%;
    }

    .imgPool .imgSize dd.imgSizeTxt {
        width: 20%;
    }

    .imgPool .imgSize dd.imgSizePreset {
        width: 60%;
    }

    .imgPool .imgPoolList li {
        width: 12.5%;
        height: 90px;
    }
}

@media all and (min-width: 568px) and (max-width: 768px) {
    * {
        font-size: 15px;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    .layout {
        width: 100% !important;
    }

    .header {
        height: 40px;
    }

    .logoDiv {
        width: 83px;
        margin-top: -55px;
    }

    .menuDiv {
        padding-left: 83px;
        margin-top: 13px;
    }

    #menuGroup1 {
        display: block;
    }

    .menu > li {
        height: 25px;
        padding-right: 1px;
    }

    .menu > li > div {
        line-height: 25px;
    }

    #menuGroup1 > li.menu1 > div {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }

    #menuGroup1 > li.menu6 > div {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .article .count {
        padding-right: 1em;
    }

    .listDiv {
        width: 100% !important;
    }

    .pageHeader {
        height: 25px;
        line-height: 25px;
    }

    .replys .cmt {
        padding-left: 0.5em;
    }

    .footer {
        height: 25px;
        line-height: 25px;
    }

    .innerFooter {
        border-radius: 0px;
    }

    /* Gallery */
    .image {
        width: 25%;
        height: 150px !important;
    }

    .imageText p {
        font-size: 11px;
    }

    .imageTitle {
        height: 25px;
    }

    .imageTitle .bg {
        height: 25px;
    }

    .imageTitle .caption {
        line-height: 25px;
    }

    /* ImagePool */
    .imgPool .imgSize dt {
        width: 25%;
    }

    .imgPool .imgSize dd.imgSizeTxt {
        width: 75%;
    }

    .imgPool .imgSize dd.imgSizePreset {
        float: right;
        width: 75%;
    }

    .imgPool .imgPoolList li {
        width: 16.6666%;
        height: 80px;
    }

    /* Search */
    .topSearch {
        font-size: 0.9em;
    }

    /* Search HashTag */
    .hashTagResult .image {
        width: 50%;
        height: 180px;
    }
}

@media all and (max-width: 567px) {
    * {
        font-size: 14px;
    }

    .layout, .header, .footer {
        width: 100% !important;
    }

    .header {
        height: 40px;
    }

    .logoDiv {
        width: 55px;
        margin-top: -60px;
    }

    .logo {
        width: 55px;
        height: 40px;
    }

    .menuDiv {
        padding-left: 0px;
        margin-top: 20px;
    }

    .menu {
        height: 20px;
    }

    .menu > li {
        height: 22px;
        padding-right: 1px !important;
    }

    .menu > li > div {
        line-height: 22px;
        letter-spacing: -0.5px;
    }

    .menu > li.menu1 > div {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    #menuGroup1 > li.menu6 > div {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .btns {
        padding: 0 0.5em;
    }

    .article .videoPreview iframe {
        height: auto;
    }

    .article .count {
        padding-right: 1em;
    }

    /* carousel */
    .carouselInfo {
        width: 60%;
        left: 20%;
        border-radius: 3px;
    }

    .innerCarousel .card .textArea p {
        padding: 1em 1em;
    }

    .carouselBtns .foldCarousel {
        padding-left: 0.5em;
    }

    .listDiv {
        width: 100% !important;
    }

    /* pager */
    .pageHeader {
        height: 20px;
        line-height: 20px;
    }

    .pagerDiv {
        margin-bottom: 0;
    }

    .pager li {
        display: inline-block;
    }

    .pager li a {
        padding: 0.25em 0.65em;
        line-height: 2em;
    }

    .pager li.prevPage a,
    .pager li.nextPage a {
        padding: 0.25em 0.4em;
    }

    .replyForm label {
        display: none;
    }

    .replys .cmt {
        padding-left: 0.5em;
    }

    .list .listRegDt1 {
        display: none;
    }

    .list .listRegDt2 {
        display: inherit !important;
    }

    .footer {
        height: 20px;
        line-height: 20px;
    }

    .innerFooter {
        border-radius: 0px;
    }

    .footer label:last-child {
        white-space: nowrap;
        letter-spacing: -1px;
    }

    /* Gallery */
    .image {
        width: 33.3333%;
        height: 100px;
    }

    #image1 {
        border-top-width: 1px !important;
    }

    .image ul {
        width: 100%;
        list-style: none;
    }

    .imageText p {
        font-size: 10px;
    }

    .imageTitle {
        height: 20px;
    }

    .imageTitle .bg {
        height: 20px;
    }

    .imageTitle .caption {
        line-height: 20px;
    }

    /* ImagePool */
    .imgPool .imgSize dt {
        width: 40%;
    }

    .imgPool .imgSize dd.imgSizeTxt {
        width: 60%;
    }

    .imgPool .imgSize dd.imgSizePreset {
        width: 100%;
    }

    .imgPool .imgPoolList li {
        width: 25%;
        height: 70px;
    }

    /* Search */
    .searchDiv #q {
        width: 8em;
        /* font-size:0.9em; */
    }

    /* Search HashTag */
    .hashTagResult .image {
        width: 100%;
        height: 150px;
    }
}

@media (prefers-color-scheme: dark) {
    * {
        color: #dddddd;
    }

    body {
        background-color: #1d1d1d;
    }

    textarea, input[type=text], input[type=password],
    .button {
        background-color: #373737 !important;
    }

    select {
        background-color: #373737 !important;
    }

    input[type=text], input[type=password] {
        border: 1px solid #35444F;
    }

    .button,
    .contents h2, .contents h3, .contents h4, .contents h5,
    .currentContent a, .currentContent label {
        color: #e9e9e9 !important;
    }

    .searchHighlight {
        background-color: #373737 !important;
    }

    .searchDiv a, .topSearchDiv a, .btns a, .buttons a, .carouselBtns span {
        border-color: #dddddd !important;
        color: #dddddd !important;
    }

    .imgPool {
        background-color: #5D6870 !important;
    }

    .guest .fr .guest {
        border-width: 0 !important;
        background-color: #35444F;
        color: #ffffff !important;
    }

    .btns > a {
        background: transparent !important;
    }

    .calendar > input[type=date], .btns > input[type=number] {
        background: transparent !important;
        border: 1px solid #35444F !important;
    }
}