@charset "utf-8";

	

/*폰트 디자인 지정*/
.eng_font {
    font-family: 'Cormorant Garamond', serif;
    /*영문폰트*/
}

.board_title_box {
    padding: 120px 0px 80px 0px;
}

.board_title {
    font-weight: 700;
    padding: 0px 0px 30px 0px;
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: -0px;
    text-align: center;
    color: var(--color-main);
}

.board_cont {
    text-align: center;
    line-height: 1.5;
}

article {
    width: 90%;
    max-width: 1000px;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 60px 30px 70px 30px;
    margin: 0 auto;
    margin-bottom: 120px;
}


#modal_background {
    display:none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity:1;
    transition: opacity 0.5s ease-out;
}

#request_modal {
    display: block;
    position: fixed;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    transition: transform 0.5s ease-out;
    width: 80%;
    max-width: 700px;
    border-radius: 10px;
    background-color: #fefefe;
}

#request_modal form { border-radius: 10px;}

@media screen and (max-width: 600px) {
    #request_modal form { width: 90%; }
	#request_modal { width: 95%;}
}
.request_article {
    width: 100%; 
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 60px 30px 100px 30px;
    margin: 0 auto;
	overflow-y: auto; /* 세로 스크롤바 설정 */
	max-height: 80vh; /* 최대 높이 설정 */
}

/* 스크롤바 스타일 설정 */
.request_article::-webkit-scrollbar {
    width: 5px;
    /* 스크롤바의 너비 */
}

.request_article::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 스크롤 트랙의 배경색 */
}

.request_article::-webkit-scrollbar-thumb {
    background: #888;
    /* 스크롤바 색상 */
}

.request_article::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* 스크롤바를 호버했을 때의 색상 */
}

.qna_wrap>h4 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.cate_info {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0;
    margin-bottom: 39px;
    border-bottom: 1px solid #ddd;text-align: center;
}
.text_color {
    color: var(--color-main); 
    font-weight: 700;
}
.cate_info select {
    margin-bottom: 16px;
}

.file_input {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.qna_wrap> :nth-child(3)> :nth-child(3) p {
    font-size: 12px;
    text-align: left;
}

.adr_info {
    margin: 60px 0 24px;
    padding: 40px;
    border-radius: 4px;
    background: #eee;
    text-align: left;
    border-radius: 10px;
}

.adr_info>p {
    text-align: center;
}

.adr_info input[type="checkbox"] {
    width: 24px;
    height: 24px;
    vertical-align: -7px;
    margin-right: 10px;
    margin-top: 32px;
}
.chk_box input[type="checkbox"] {
    position: relative;
    top: inherit;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1;z-index: 1;
}
.adr_info .tree_box {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    line-height: 48px;
    height: 48px;
}

.adr_info .tree_box select {
    width: 32%;
}

.adr_info input {
    width: 32%;
    padding: 11px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.box_info {
    display: flex;
}

@media screen and (max-width: 600px) {
   .m_flex_wrap { flex-wrap: wrap; }
}

.info_two {
    width: 100%;
}

.info_two label {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #888;
}

.info_two>input {}

.info_two>select {}

.send_button {
    background: var(--color-main);
    color: #fff;
    transition: 0.2s;
    width: 100%;
    height: 50px;
    font-size: 1rem;
    padding: 5px 0px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    outline: none;	
}

.send_button:hover {
    background: #333;
}



.text_count {
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    padding: 8px 8px 7px;
    margin-top: -2px;
    text-align: left;
}

textarea {
    width: 100%;
    height: 200px;
    border: #ddd solid 1px;
    border-radius: 4px;
    padding: 20px;
    font-size: 1rem;
    line-height: 1.2rem;
    border-bottom: 0;
    margin-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    resize: none;
}

.box_info textarea::-webkit-scrollbar {
    width: 8px;
}

.box_info textarea::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.mainbutton {
    background: var(--color-main) !important;
    color: #fff !important;
    transition: 0.2s;
}

.munhi button {
    width: 150px;
    margin-right: 4px;
    margin-bottom: 4px;
    height: 50px;
    font-size: 1rem;
    padding: 5px 0px;
    border: none;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
}


.box_info select {
    font-size: 16px;
    background-color: #fff;
    color: #333;
    word-spacing: 0px;
    border: none;
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 2vmin;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    background: url(img/arrow.png) no-repeat 97% 50% / 10px auto;
}
.qna_wrap details[open] .arrow_it img { 
    transform: rotate(180deg);
}
.box_info select option {
    font-size: 16px;
    border: #fff solid 1px;
    height: auto;
}

.box_info input[type="text"],
.box_info input[type="email"] {
    width: 95%;
    height: 50px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 24px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}

.file_input label {
    display: block;
    width: 100px;
    height: 50px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    border-radius: 4px;
    margin-right: 12px;
    font-weight: 700; 
    line-height: 48px;
    cursor: pointer;
    text-align: center;
}
.file_input input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.file_input .upload_name {
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    width: 78%;
    color: #999999;
}
	


.qna_wrap details> summary {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.qna_wrap details> summary> div {
    display: flex;
    align-items: center;justify-content: center;padding: 8px;word-break: auto-phrase;
}
.wait_info {
    width: 80px;
    min-width: 56px;
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    padding: 4px;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;background: #666; 
}
.wait_ing { background: #888; }

.wait_end { background: var(--color-main)! important;  }

.wait_cont { text-align: left;  }
.date {  color: #888;  }
.qna_wrap details> summary img {
    width: 10px;
    margin-left: 10px;
}
.qna_wrap details[open] img {

}

.qna_wrap details> div {
    text-align: left;
    padding: 39px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    line-height: 20px;
}
.qna_wrap details> div> div {
    font-weight: bold;
    margin-bottom: 10px;
}
.complete_info {
    width: 80px;
    min-width: 56px;
    text-align: center;
    font-size: 0.8rem;
    background: var(--color-main); 
    color: #fff;
    padding: 4px;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;  
}

	
	
	
	
.list_request {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.state {
    width: 80px;
    min-width: 56px;
    text-align: center;
    font-size: 0.8rem;
    background: var(--color-main);
    color: #fff;
    padding: 4px;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.list_request #wr_content {
    margin-right: auto;
}
.show_form {
    text-align: left;
    padding: 39px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    line-height: 20px;
}
.showPw777 {
    text-align: left; 
    padding: 39px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    line-height: 20px; 
}
.arrow_info img {
    width: 10px;
    margin-left: 10px;
}
.arrow_info[open] img {
    transform: rotate(180deg);
}

.show input[type="password"] {
    width: 30%;
    height: 45px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border: 1px solid #ddd;
    outline: none;
	margin:0 10px;
}
.comment_show form input{
font-size: 14px;
    border: 1px solid #ddd;
    outline: none;
    padding: 6px 16px;
    background: var(--color-main);
    color: #fff;
    border-radius: 4px;
}
.btn_show {
    padding: 10px 20px;
}

.munhi {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 30px 0px 10px;
}

.qna_wrap::-webkit-scrollbar {  display: none; }
.qna_wrap { -ms-overflow-style: none; scrollbar-width: none; }

.qna_wrap>div>img {
    margin-top: 60px;
    width: 40px;
    height: 40px;
}
.qna_wrap strong {
    display: block;
    margin-top: 20px;
    color: var(--color-main);
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    word-break: keep-all;	
}
.qna_wrap p {  word-break: break-word; }
.graybutton {
    background: #333;
    color: #fff;
    transition: 0.2s;
	padding: 10px 20px;
    border-radius: 4px;
}


.bg_red{ background: #000;}
.bg_gray { background: #888;}







/*개인정보 동의 체크박스*/
.pilsu_chk { font-size:14px }
.chk_span {
    padding-left: 5px; 
}
.chk_span a {
    background-color: #0d0c22;
    color: var(--colo_f);
    font-weight: 700;
    line-height: 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 4px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    background: #aeacac;
}

/*개인정보 동의 모달*/
.modal_info {
    display: none; 
    position: fixed; 
    z-index: 3; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.4);
}

.modal_info_box {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 100%; max-width: 750px;border-radius: 10px;
}

.modal_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -5px;
    margin-right: 5px;
}

.modal_close:hover,
.modal_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal_info_box .subject {
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #000;
    font-size: 24px;
    letter-spacing: -1px;
    color: #222;
    font-weight: 600;
    padding: 15px 0px;
    padding-top: 0;
}
.modal_info_box  {
    position: relative;
    width: 100%;
    font-size: 14px;
    letter-spacing: -0.4px;
}
.modal_info_box .content_info {
    border: none;
    resize: none;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    padding: 15px;
    background: #f9f9f9;
    height: 400px;
    clear: both;
}
.content_info::-webkit-scrollbar {  display: none; }
.content_info { -ms-overflow-style: none; scrollbar-width: none; }


.comment{padding:10px;background-color:#666;color:#fff;}
.error{color:red;}



/* 전체 폼 스타일 */
form#showPw {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* 레이블 스타일 */
form#showPw label {
    margin-right: 10px;
    font-weight: bold; line-height: 40px;
}

/* 입력 필드 및 에러 메시지 컨테이너 스타일 */
form#showPw .showPw > div {
    display: flex;
    flex-direction: column;
}

/* 입력 필드 스타일 */
form#showPw input[type="password"] {
    height: 36px; /* 입력 필드 높이 설정 */
    line-height: 36px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
}

/* 에러 메시지 스타일 */
form#showPw .error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

/* 제출 버튼 스타일 */
form#showPw input[type="submit"] {
    height: 36px; /* 버튼 높이 설정 */
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    background-color: #000;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

/* 버튼 호버 효과 */
form#showPw input[type="submit"]:hover {
    background-color: #888;
}

.wait_answer {   
    display: inline-block;
    margin-right: 8px;
    height: 20px;
    line-height: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    white-space: nowrap;
    color: #fff;
    background: var(--color-main);
    font-size: 10px;
    font-weight: 300;
}
.wait_cont{width:100%;}
.width560{width:100%;}
.width560 div:last-child{display:flex;align-items:center;white-space: pre;}
#bo_v_top{position:relative;display:flex;flex-direction: column;align-items: flex-end;}
.btn_more_opt{width:40px;}
.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:90px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button{border:0;background:#fff;color:#6b757c}
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}


@media (max-width:590px){
	.wait_info{border-radius:4px;width:60px;height:60px;line-height:50px;}
	.width560{flex-direction:column;}
	.width560 div:last-child{display:flex;align-items:center;width:100%;margin:10px 0px;}
	.qna_wrap details> summary{justify-content:flex-start;}
	.qna_wrap details> summary img{height:10px;}
	.showPw{display:flex;flex-direction:column;align-items:center;gap:10px;}
	.showPw input{width:100%;}
	.showPw > label{width:100%;}
}










