@charset "utf-8";

/* List */
.list-item .tack-check { right: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h2 { display:block; font-size:16px; line-height:22px; margin:10px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}

/* Infinite */
.list-wrap #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }

/* 250613 모달 스타일 */
.m03_01_side {
  position: fixed;
  top: 0;
  right: -540px;
  width: 540px;
  height: 100%;
  background: #000000;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
}
.m03_01_side.open {
  right: 0;
}
.m03_01_side .modal-header {
    padding: 25px;
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
}
.m03_01_side .modal-header .close-btn {
    cursor: pointer;
}

.m03_01_side .modal-body {
  padding: 50px;
}

.m03_01_side .modal-body .inquiry_box {
    display: flex;
    position: relative;
    margin-bottom: 0;
    margin-top: 15px;
}

.m03_01_side .modal-body .inquiry_box > label {
    width: 150px;
    line-height: 56px;
    position: absolute;
    left: 0;
    float: initial;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.m03_01_side .modal-body .inquiry_box .answer {
    width: 100%;
    float: initial;
}

.m03_01_side .modal-body .inquiry_box .answer input {
    width: 100%;
    line-height: 56px;
    padding-left: 150px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m03_01_side .modal-body .inquiry_box .answer input::placeholder {
   color: #666666;
   font-weight: 400;
}
.m03_01_side .modal-body .inquiry_box .answer input:focus {
    border-bottom-color: white;
}

.m03_01_side .modal-body .inquiry_box .answer:after {
    display: block;
    content: "";
    clear: both;
}

.m03_01_side .modal-body .inquiry_box:after {
    display: block;
    content: "";
    clear: both;
}

.m03_01_side .modal-body .inquiry_box.inquiry_08 {
    margin-top: 0;
} 

.m03_01_side .modal-body .inquiry_box .answer .file_input {
    float: left;
    width: 100%;
    margin-top: 2px;
}

.m03_01_side .modal-body .inquiry_box .answer .file_input table {
    width: 100%;
}

.m03_01_side .modal-body .inquiry_box .answer .file_control {
    float: left;
    width: 48%;
    margin-left: 2%;

}



.m03_01_side .modal-body .inquiry_box.inquiry_08 .answer {
    padding-left: 150px;
}

.m03_01_side .modal-body .inquiry_box .answer .file_input .row {
    margin-right: 0;
    margin-left: 0;
}
.m03_01_side .modal-body .inquiry_box.inquiry_08 .answer .file_input .row .file_content {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.m03_01_side .modal-body .inquiry_box.inquiry_08 .answer .file_input .row .file_content > label {
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 300;
    font-size: 14px;
    background: #404040;
    color: #fff;
    border-radius: 5px;
}
.m03_01_side .modal-body .inquiry_box .answer .file_input .row .file_content > div.right_file {
    width: 100%;
    float: left;
}
.m03_01_side .modal-body .inquiry_box.inquiry_08 .answer .file_input .row .file_content > div.right_file input {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.m03_01_side .modal-body .inquiry_box.inquiry_08 .answer .file_input .row .file_content > div.right_file input::placeholder {
    color: white;
}
.m03_01_side .modal-body .inquiry_09 {
    margin-top: 25px;
}

.m03_01_side .modal-body .inquiry_09 input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.m03_01_side .modal-body .inquiry_09 input + label {
    display: flex;
    align-items: center;
    margin: 0;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.m03_01_side .modal-body .inquiry_09 input + label span {
  width: 14px;
  height: 14px;
  display: block;
  margin: -1px 9px 0 0;
  background: url(/img/input_check.png) left top no-repeat;
  background-size: cover;
}

.m03_01_side .modal-body .inquiry_09 input:checked + label span {
  background: url(/img/input_checked.png) no-repeat;
  background-size: cover;
}

.m03_01_side .modal-body .inquiry_09 input + label span {
    width: 14px;
    height: 14px;
    display: block;
    margin: -1px 9px 0 0;
    background: url(/img/input_check.png) left top no-repeat;
    background-size: cover;
}

.m03_01_side .modal-body .write-btn.btn_write {
    margin-top: 60px;
}

.m03_01_side .modal-body .write-btn.btn_write button {
    width: 100%;
    height: 55px;
    display: block;
    margin: 0 auto;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #404040;
    background: #404040;
    color: #999999 !important;
    border-radius: 0 !important;
}

.inquiry_box .answer .file_input #variableFiles input[type=file] {
    display: none;
}

#variableFiles { width:100%; margin:0; border:0; }
#variableFiles td { padding:0px 0px 7px; border:0; }
#variableFiles input[type=file] { box-shadow : none; border: 1px solid #ccc !important; outline:none; }
#variableFiles .form-group { margin-left:0; margin-right:0; margin-bottom:7px; }
#variableFiles .checkbox-inline { padding-top:0px; font-weight:normal; }

@media (max-width:991px) {
    .m03_01_side {
        width: 100%;
        top: 60px;
    }
    .m03_01_side .modal-header {
        padding: 0;
    }
    .m03_01_side .modal-body {
        padding: 15px;
    }

    .m03_01_side .modal-body .inquiry_box > label {
        width: 150px;
        line-height: 40px;
        font-size: 13px;
    }

    .m03_01_side .modal-body .inquiry_box {
        margin-top: 7px;
    }

    .m03_01_side .modal-body .inquiry_box .answer input {
        font-size: 13px;
        line-height: 40px;
    }

    .m03_01_side .modal-body .inquiry_box .answer .file_input {
        margin-top: 0;
    }

    .m03_01_side .modal-body .inquiry_box.inquiry_08 .answer .file_input .row .file_content > label {
        width: 48px;
        height: 23px;
        font-size: 12px;
        line-height: 22px;
    }

    .m03_01_side .modal-body .inquiry_box.inquiry_08 .answer .file_input .row .file_content > div.right_file input {
        font-size: 12px;
    }

    .m03_01_side .modal-body .inquiry_09 input + label {
        font-size: 12px;
    }

    .m03_01_side .modal-body .write-btn.btn_write button {
        height: 45px;
        font-size: 14px;
    }
    .m03_01_side .modal-body .inquiry_09 {
            margin-top: 20px;
    }

    .m03_01_side .modal-body .write-btn.btn_write {
        margin-top: 45px;
    }

    .m03_01_side .modal-body .inquiry_09 input + label span {
        background: url(/img/m_input_check.png) left top no-repeat;
        background-size: cover;
    }

    .m03_01_side .modal-body .inquiry_09 input:checked + label span {
        background: url(/img/m_input_checked.png) no-repeat;
        background-size: cover;
    }



}



