@charset "utf-8";

.contents .inner .title h2::before {
    background: url("../images/flower_green.png")no-repeat center/contain;
}
body {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.8;
}
.photo::after {
    content: '';
    display: block;
    clear: both;
}
.photo ul {
    margin-top: -30px;
}
.photo ul li {
    float: left;
    width: 33.333%;
    padding: 30px 20px 0;
}
.photo ul li p {
    padding-top: 10px;
    text-align: center;
    color: #000;
}
.photo ul li .img {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
.photo ul .list_01 .img {
    background: url("../images/facility_01.jpg")no-repeat center/cover;
}
.photo ul .list_02 .img {
    background: url("../images/facility_02.jpg")no-repeat center/cover;
}
.photo ul .list_03 .img {
    background: url("../images/facility_03.jpg")no-repeat center/cover;
}
.photo ul .list_04 .img {
    background: url("../images/facility_04.jpg")no-repeat center/cover;
}
.photo ul .list_05 .img {
    background: url("../images/facility_05.jpg")no-repeat center/cover;
}
.photo ul .list_06 .img {
    background: url("../images/facility_03.jpg")no-repeat center/cover;
}
.photo ul .list_07 .img {
    background: url("../images/facility_01.jpg")no-repeat center/cover;
}
.photo ul .list_08 .img {
    background: url("../images/facility_05.jpg")no-repeat center/cover;
}
.photo ul .list_09 .img {
    background: url("../images/facility_02.jpg")no-repeat center/cover;
}
.photo ul .list_10 .img {
    background: url("../images/facility_04.jpg")no-repeat center/cover;
}
.photo ul .list_11 .img {
    background: url("../images/facility_03.jpg")no-repeat center/cover;
}
.photo ul .list_12 .img {
    background: url("../images/facility_01.jpg")no-repeat center/cover;
}
.btns {
    position: relative;
    margin-top: 30px;
    text-align: center;
}
.btns .page {
    padding: 0 10px;
    letter-spacing: 5px;
    color: #939eb5;
    font-size: 14px;
    font-weight: 500;
}
.btns .btn {
    display: inline-block;
    padding: 12px 25px;
    line-height: 1;
    color: #5e697e;
    font-size: 14px;
    border: 1px solid #939eb5;
    border-radius: 100px;
    background-color: #fff;
    font-weight: 500;
}
.btns .btn:hover {
    background-color: #5e697e;
    color: #fff;
}
.btns .write {
    position: absolute;
    top:0; right:0;
}
/* write.html */
.write {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding-bottom: 50px;
}
.write header {
    padding: 40px 80px;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
}
.write .cont {
    padding: 0 80px;
}
.write .cont label {
    display: block;
    color: #333;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px;
}
.write .cont input {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    height: 50px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1;
}
.write .cont input:focus {
    outline: 1px solid #939eb5;
}
.write .cont #name {
    width: 40%;
}
.write .cont #subject {
    width: 100%;
}
.write .cont .detail {
    position: relative;
}
.write .cont #detail {
    margin-top: 30px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    min-height: 30vh;
    font-size: 15px;
    line-height: 1;
    resize: none;
    outline: 0;
}
.write .cont #detail::placeholder {
    font-family: 'SCDream';
    font-size: 14px;
    font-weight: 300;
}
.write .bottom {
    position: absolute;
    bottom: 0; left:0;
    width: 100%; height: 80px;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    padding-left: 20px;
}
.write .bottom .btn {
    display: inline-block;
    padding: 12px 25px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    border: 1px solid #939eb5;
    border-radius: 100px;
    background-color: #848b99;
    font-weight: 500;
}
.write .bottom .btn:hover {
    background: #5e697e;
}
.write .bottom span {
    font-size: 13px;
    line-height: 80px;
    padding-left: 10px;
}
/* breakpoint 991px - mobile size */
@media screen and (max-width:991px){
    /* photo */
    .photo ul li {
        float: left;
        width: 50%;
        padding: 10px 10px;
    }
    .photo ul li .img {
        height: 25vw;
    }
    .photo ul li p {
        padding-top: 10px;
        font-size: 14px;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* photolist */
    .write header {
        padding: 20px;
        font-size: 12px;
        line-height: 1.5;
    }
    .write .cont {
        padding: 0 20px;
    }
    .write .cont #name {
        width: 100%;
    }
    .write .bottom {
        height: 90px;
    }   
    .write .bottom .btn {
        margin-top: 14px;
    }
    .write .bottom span {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 5px;
        display: block;
    }
    /* 하단버튼 */
    .btns .btn {
        padding: 12px 20px;
        font-size: 13px;
    }
    .btns .page {
        padding: 0 5px;
        font-size: 13px;
    }
    .btns .write {
        position: static;
        float:right;
    }
}