/* 팝업 */
.hd_pops { border: none; }
.hd_pops_footer button { padding: 0.5em 0.86em; font-size: 1.5rem; }
.hd_pops_footer .hd_pops_close { display: inline-flex; align-items: center; padding-right: 0.5em; background: transparent; }
.hd_pops_footer .fa { margin-left: 0.25em; width: 24px; height: 24px; }
.hd_pops_footer .fa-remove:before,
.hd_pops_footer .fa-close:before,
.hd_pops_footer .fa-times:before { content: ''; display: block; width: 100%; height: 100%; background: url('/theme/basic/images/close-light.svg') no-repeat center / auto 80%; }
@media screen and (max-width: 767px) {
	#hd_pop { width: auto; }
	.hd_pops { left: 50% !important; transform: translateX(-50%); top: 50px !important;}
	.hd_pops_con { max-width: 95vw !important; max-height: 70vh !important; overflow-y: auto; height: auto !important;}
}


/* .button-primary { color: #fff; background-color: #205c4e; } */
.btn_b02 { color: #fff; background-color: #205c4e !important; }
.btn_submit { color: #fff; background-color: #205c4e !important; }
.board_wr { margin: 0; border: none; border-radius: 0; }
.bo_notice td { background: #F7F7F7; }
.icon-notice { display: inline-flex; }
.icon-notice::before { content: ''; display: block; width: 24px; height: 24px; background: url('/theme/basic/images/notice.svg') no-repeat center / auto 100%; }
.btn_cke_sc { height: auto; }
.btn_cke_sc_close { display: none; }
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
	.icon-notice::before { width: 16px; height: 16px; }
}

/* Basic: 리스트 */
#bo_head { display: flex; justify-content: space-between; }
#bo_head .order { display: flex; align-items: center; margin: 10px -12px 0; }
#bo_head .order a { position: relative; padding: 0 12px; font-size: 16px; font-weight: 300; color: #666; }
#bo_head .order a::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 60%; background: #ddd; }
#bo_head .order li:last-child a::before { content: none; }
#bo_head .order a.on { font-weight: 600; color: #000; }

#bo_list { margin-top: 0; padding-top: 270px; padding-bottom: 180px; }
#bo_list .heading { margin-bottom: 100px; font-size: 80px; }
#bo_list .board_wr { position: relative; max-width: 1500px; width: 90%; margin-left: auto; margin-right: auto; }

#bo_list .board-list-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 25px; }
#bo_list .total { display: block; font-size: 18px; font-weight: 500; }
/* #bo_list .total::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 8px; width: 21px; height: 21px; background: url('/images/total-dark.png') no-repeat center / auto 100%; } */
#bo_list .total .fraction { letter-spacing: 0.125em; }
#bo_list .total em { color: #205c4e; font-style: normal; }
#bo_list .search { display: flex; position: relative; }
#bo_gall .search select,
#bo_list .search select { margin-right: 10px; padding: 0 46px 0 30px; width: 150px; font-size: 16px; color: #000; background: #fff url('/theme/basic/images/select-arrow-fill.svg') no-repeat center right 16px / auto 40%; border: 1px solid #ddd; border-radius: 60px; -moz-appearance:none;-webkit-appearance:none;appearance:none; -webkit-appearance: none; }
#bo_list .search-bar { overflow: hidden; display: flex; position: relative; border: 1px solid #ddd; border-radius: 60px; }
#bo_list .search-bar input { margin: 0 -1px; padding: 16px 64px 16px 30px; height: auto; font-size: 16px; border: none; background: #fff; outline: none; }
#bo_list .search-bar button { position: absolute; top: 0; right: 0; width: 55px; height: 100%; font-size: 16px; outline: none; border:none; background: #fff url('/theme/basic/images/search.svg') no-repeat center / auto 38%; }
#bo_list .search-bar button .fa { display: none; }
#bo_list .bottomBtn { display: flex; align-items: center; justify-content: flex-end; margin-top: 50px; }
#bo_list .bottomBtn .button { display: inline-flex; align-items: center; justify-content: center; margin: 0 2px; min-width: 120px; height: 50px; line-height: 50px; text-align: center; font-weight: 600; border: 0; outline: none; }
#bo_list .bo_tit .title_icon { display: none; }
#bo_list .bo_tit .fa { display: none; }

#bo_table { width: 100%; border-top: 1px solid #7E7E7E; border-collapse: collapse; }
#bo_table tr { border-bottom: 1px solid #ddd; }
#bo_table th { padding: 20px 0; font-size: 18px; font-weight: 400; color: #000; }
#bo_table td { padding: 30px; text-align: center; font-size: 16px; color: #707070; }
#bo_table .bo_subject { float: none; width: 100%; text-align: left; font-size: 20px; color: #000; }
#bo_table .bo_info { float: none; width: auto; text-align: inherit; }
@media screen and (max-width: 1024px) {
    #bo_list { padding-top: 80px; padding-bottom: 100px; }
    #bo_list .heading { font-size: 30px; margin: 40px 0 30px; }
    #bo_list .board-list-head { flex-direction: column; align-items: flex-start; }
    #bo_list .board-list-head .col { width: 100%; }
    #bo_list .total { font-size: 14px; }
    #bo_list .total::before { margin-right: 5px; width: 17px; height: 17px; }
    #bo_list .search { margin-top: 15px; width: 100%; }
    #bo_list .search select { padding: 0 24px; height: 45px; font-size: 14px; }
    #bo_list .search-bar { width: 100%; }
    #bo_list .search-bar button { height: 45px; font-size: 14px; }
    #bo_list .search-bar input { flex: 1 1; padding: 14px 48px 14px 24px; height: 45px; font-size: 14px; }
    #bo_table th { font-size: 16px; padding: 16px 0; }
    #bo_table td { font-size: 14px; padding: 16px 5px; }
    #bo_table .bo_subject { font-size: 16px; }
    #bo_list .bottomBtn .button { min-width: 80px; height: 45px; line-height: 45px; font-size: 14px; }
}
@media screen and (max-width: 768px) {
    #bo_list { padding-top: 70px; }
    #bo_list .heading { font-size: 30px; margin: 40px 0 30px; }
    #bo_list .search { flex-wrap: wrap; }
    #bo_list .search select { margin-bottom: 10px; margin-right: 0; width: 100%; }
    #bo_list .search-bar input { margin-left: 0; margin-right: 0; width: 70%; }
    #bo_table th { font-size: 14px; }
    #bo_table td { font-size: 13px; }
    #bo_table .bo_subject { font-size: 14px; }
    #bo_list .bottomBtn .button { padding: 0 12px; min-width: 60px; height: 40px; line-height: 40px; font-size: 13px; }
}


/* Basic: 상세 */
#bo_v { padding-top: 140px; padding-bottom: 200px !important; position: relative; max-width: 1500px; width: 90%; margin-top: 0; margin-bottom: 0 !important; margin-left: auto; margin-right: auto; border: 0 !important; }
#bo_v_title { margin-top: 0; text-align: center !important; padding-top: 60px; border-top: 2px solid #000; }
#bo_v_info { padding: 0 0 60px !important; text-align: center !important; }
#bo_v_info .fa.fa-clock-o { display: none; }
#bo_v_bot { display: flex; align-items: center; justify-content: flex-end; margin-top: 50px; }
#bo_v_bot .btn_b03,
#bo_v_bot .btn_b02 { display: inline-flex; align-items: center; justify-content: center; margin: 0 2px; min-width: 120px; height: 50px; line-height: 50px; text-align: center; font-weight: 600; border: 0; outline: none; }
#bo_v_file { margin-top: 80px; }
#bo_v_file li { padding: 20px 30px; background: #F7F7F7; border: 0; box-shadow: none; }
#bo_v_file li i { position: static; margin-top: 0; }
#bo_v_file a { display: flex; align-items: center; }
#bo_v_bot .btn_b03,
#bo_v_bot .btn_b02 { border-radius: 0; }
#bo_v_bottom { display: flex; align-items: center; justify-content: space-between; position: relative; height: 66px; }
#bo_v_bottom a { display: inline-flex; position: relative; padding: 0 44px; font-size: 18px; font-weight: 400; color: #111; }
#bo_v_bottom a::before { content: ''; position: absolute; top: 0; bottom: 0; margin: auto; width: 14px; height: 14px; background: url('/theme/basic/images/chevron-right.svg') no-repeat center / auto 100%; }
#bo_v_bottom a.btn_b03 { position: absolute; top: 0; left: 50%; padding: 0; width: 66px; height: 66px; border-radius: 50%; background: #205C4E url('/theme/basic/images/list.svg') no-repeat center / auto 28%; transform: translateX(-50%); }
#bo_v_bottom a.btn_b03::before { content: none; }
#bo_v_bottom div:nth-child(1) a::before { left: 0; transform: rotate(180deg); }
#bo_v_bottom div:nth-child(2) a::before { right: 0; }
@media screen and (min-width: 1025px) {
	.bo_v_tit { font-size: 2em; }
}
@media screen and (max-width: 1024px) {
    #bo_v { padding-top: 80px; padding-bottom: 160px !important; }
    #bo_v header { margin-top: 40px; }
    .bo_v_tit { margin-top: 0; font-size: 34px !important; }
    #bo_v_title { padding-top: 30px; }
    #bo_v_info { padding-bottom: 15px !important; }
    #bo_v_con { font-size: 1.1em !important; }
    #bo_v_file { margin-top: 50px; }
    #bo_v_file li { padding: 14px 16px; }
    #bo_v_bot .btn_b03,
    #bo_v_bot .btn_b02 { min-width: 80px; height: 45px; line-height: 45px; font-size: 14px; }
    #bo_v_bottom a { padding: 0 30px; font-size: 16px; }
    #bo_v_bottom { height: 50px; }
    #bo_v_bottom a.btn_b03 { width: 50px; height: 50px; }
}
@media screen and (max-width: 768px) {
    #bo_v { padding-top: 70px; padding-bottom: 120px !important; }
    #bo_v_con { font-size: 1em !important; }
    #bo_v_bot .btn_b03,
    #bo_v_bot .btn_b02 { padding: 0 12px; min-width: 60px; height: 40px; line-height: 40px; font-size: 13px; }
	.bo_v_tit { font-size: 20px !important; }
	#bo_v_bottom > div { display: none; }
}


/* Basic: 작성 */
#bo_w { padding-top: 140px; padding-bottom: 180px; padding-right: 0; padding-left: 0; position: relative; max-width: 1500px; width: 90%; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto; }
#bo_w .btn_top.write_div { display: flex; align-items: center; justify-content: flex-end; margin-top: 50px; }
#bo_w .btn_b01,
#bo_w .btn_submit { display: inline-flex; align-items: center; justify-content: center; margin: 0 2px; min-width: 120px; height: 50px; line-height: 50px; text-align: center; font-weight: 600; border: 0; outline: none; background: #f4f4f4; }
@media screen and (min-width: 1025px) {

}



/* 이벤트: 리스트 */
#bo_gall { margin-top: 0; padding-top: 140px; padding-bottom: 200px; }
#bo_gall .heading { margin-bottom: 100px; text-align: center; font-size: 4rem; }
#bo_gall .board_wr { position: relative; max-width: 1200px; width: 90%; margin-left: auto; margin-right: auto; border: none; }
#bo_gall .board-list-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; }
#bo_gall .board-list-head legend { position: absolute; width: 1px; height: 1px; clip-path: rect(0 0 0 0); overflow: hidden; }
#bo_gall .board-list-head.justify-content-center { justify-content: center; }
#bo_gall .total { display: block; margin-bottom: 30px; font-family: var(--font-display); font-size: 17px; font-weight: 500; }
/* #bo_gall .total::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 8px; width: 21px; height: 21px; background: url('/images/total-dark.png') no-repeat center / auto 100%; } */
#bo_gall .total .fraction { letter-spacing: 0.125em; }
#bo_gall .total em { color: #01ABAA; font-style: normal; font-weight: 700; }
#bo_gall .search { overflow: hidden; display: flex; position: relative; padding-top: 0; border: 1px solid #ddd; border-radius: 12px; }
#bo_gall .search select { margin-right: 10px; padding: 0 26px; width: 150px; height: 60px; font-size: 16px; background-position: center right 16px; background-color: #fff; border: none; border-radius: 12px; }
#bo_gall .search-bar { overflow: hidden; display: flex; position: relative; width: 300px; }
#bo_gall .search-bar input { margin: 0 -1px; padding: 16px 64px 16px 30px; height: auto; font-size: 16px; border: none; background: #fff; outline: none; }
#bo_gall .search-bar button { position: absolute; top: 0; right: 0; width: 55px; height: 100%; font-size: 16px; background: #fff url('/theme/basic/images/search.svg') no-repeat center / auto 40%; outline: none; border:none; }
#bo_gall .search-bar .fa { display: none; }
#bo_gall .bottomBtn { display: flex; align-items: center; justify-content: flex-end; margin-top: 50px; }
#bo_gall .bottomBtn .button { display: inline-flex; align-items: center; justify-content: center; margin: 0 2px; min-width: 120px; height: 50px; line-height: 50px; text-align: center; font-weight: 600; border: 0; outline: none; }
#bo_gall li.empty_list { width: 100%; }
#bo_gall #bo_cate { display: flex; align-items: center; border-bottom: 0; margin-bottom: 0; border-bottom: none; }
#bo_gall #bo_cate li { padding: 0 4px; }
#bo_gall #bo_cate a { display: inline-flex; align-items: center; padding: 0 24px; height: 45px; line-height: 45px; font-size: 16px; font-weight: 400; color: #999999; background: #fff; border: 1px solid #ddd; border-radius: 45px; }
#bo_gall #bo_cate #bo_cate_on { font-weight: 400; color: #fff; background: #23323B; }
#bo_gall #bo_cate #bo_cate_on:before { content: none; }
#bo_gall #gall_ul { display: flex; flex-wrap: wrap; margin: -40px -20px !important; padding: 0 !important; }
#bo_gall .gall_li { padding: 40px 20px !important; width: 33.33333% !important; }
#bo_gall .gall_li .gall_img { overflow: hidden; position: relative; background: #EFEFEF; border: none; border-radius: 16px; box-shadow: 0 0 0 1px #ddd; }
#bo_gall .gall_li .gall_img::before { content: ''; display: block; padding-top: calc(406 / 373 * 100%); width: 100%; height: 0; }
#bo_gall .gall_li .gall_img img { position: absolute; top: 0; left: 0; width: 100%; height: 100% !important; object-fit: cover; transition: transform ease .35s; }
#bo_gall .gall_li .gall_img .badge { position: absolute; top: 24px; left: 24px; padding: 0 16px; height: 35px; line-height: 35px; font-size: 14px; font-weight: 600; color: #999; background: #ddd; border-radius: 35px; }
#bo_gall .gall_li .gall_img .badge-primary { color: #fff; background: #23323B; }
#bo_gall .gall_text_href { padding: 0 !important; }
#bo_gall .gall_li_tit { margin: 14px 0 0 !important; font-size: 20px; color: #23323B; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
#bo_gall .fa-download { display: none; }
#bo_gall .date { float: none !important; display: block; font-size: 16px; color: #23323B; margin-top: 2px; }
#bo_gall .gall_li.gall_square .gall_img::before,
#bo_gall .gall_li.gall_li_wide .gall_img::before { padding-top: calc(320 / 380 * 100%); }
#bo_gall .gall_li.gall_li_wide { width: 100% !important; }
#bo_gall .gall_li.gall_li_wide .gall_li_wr { display: flex; justify-content: space-between; }
#bo_gall .gall_li.gall_li_wide .gall_img { width: 46.67%; }
#bo_gall .gall_li.gall_li_wide .gall_text_href { padding-top: 80px !important; padding-right: 40px; width: 46.67%; }
#bo_gall .gall_li.gall_li_wide .gall_li_tit { margin-top: 0 !important; }
#bo_gall .gall_li.gall_li_wide .text { margin-top: 16px; margin-bottom: 40px; word-break: break-all; }
#bo_gall.bo_gall_pdf .download { margin-top: 15px; height: 50px; line-height: 50px; }
@media (hover: hover) and (pointer: fine) {
	#bo_gall .gall_li .gall_img:hover img { transform: scale(1.1); }
}
@media screen and (min-width: 1025px) {
	#bo_gall .gall_li.gall_li_wide .gall_li_tit { font-size: 28px; }
    #bo_gall .gall_li.gall_li_wide .text { font-size: 18px; }
}
@media screen and (max-width: 1024px) {
	#bo_head .order { margin-top: 25px; }

    #bo_gall { padding-top: 120px; padding-bottom: 160px; }
    #bo_gall .heading { margin-bottom: 60px; font-size: 2.8rem; }
    #bo_gall .board-list-head { flex-direction: column; align-items: flex-start; }
    #bo_gall .board-list-head .col { width: 100%; }
    #bo_gall .total { font-size: 14px; }
    #bo_gall .total::before { margin-right: 5px; width: 17px; height: 17px; }
    #bo_gall .search { margin-top: 15px; width: 100%; }
    #bo_gall .search select { font-size: 14px; height: 45px; }
	#bo_gall .search-bar { width: 100%; }
    #bo_gall .search-bar button { width: 45px; height: 45px; font-size: 14px; }
    #bo_gall .search-bar input { flex: 1 1; font-size: 14px; }
    #bo_gall .gall_li { width: 50% !important; }
    #bo_gall .gall_li_tit { font-size: 18px; }
	#bo_gall .gall_li .gall_img { border-radius: 12px; }
    #bo_gall .gall_li .gall_img .badge { padding: 0 8px; height: 30px; line-height: 30px; }

    #bo_cate a { height: 40px; line-height: 40px; font-size: 18px; }
}
@media screen and (max-width: 768px) {
	#bo_head { flex-direction: column-reverse; }
	#bo_head .order { margin: 5px -10px 25px; flex-wrap: wrap;}
	#bo_head .order a { padding: 0 10px; font-size: 14px; }

    #bo_gall { padding-top: 80px; padding-bottom: 120px; }
    #bo_gall .heading { margin-bottom: 30px; }
    #bo_gall .search { flex-wrap: wrap; }
    #bo_gall .search select { margin-bottom: 10px; margin-right: 0; width: 100%; }
	#bo_gall .search-bar { width: 100%; }
    #bo_gall .search-bar input { margin-left: 0; margin-right: 0; width: 70%; }
    #bo_gall .date { margin-top: 5px; font-size: 15px; }
    #bo_gall #gall_ul { margin: -30px -10px !important; }
    #bo_gall .gall_li { padding: 30px 10px !important; }
    #bo_gall .gall_li_tit { margin-top: 10px !important; font-size: 16px; }
	#bo_gall .gall_li .gall_img { border-radius: 8px; }
	#bo_gall .gall_li.gall_li_wide .gall_li_wr { flex-direction: column; }
	#bo_gall .gall_li.gall_li_wide .gall_img { width: 100%; }
	#bo_gall .gall_li.gall_li_wide .gall_text_href { margin-top: 20px; padding-top: 0 !important; width: 100%; }
	#bo_gall .gall_li.gall_li_wide .text { margin-top: 10px; margin-bottom: 20px; }

    #bo_cate li { padding: 0 2px; }
    #bo_cate a { font-size: 14px; }

	#bo_gall #bo_cate { justify-content: center; }

	#bo_gall.bo_gall_pdf .download { margin-top: 10px; }
}
@media screen and (max-width: 550px) {
	#bo_gall.bo_gall_pdf .gall_li_wr { text-align: center; }
	#bo_gall.bo_gall_pdf .gall_li{ width: 100% !important; }
	#bo_gall.bo_gall_pdf .gall_li .gall_img { margin-right: auto; margin-left: auto; width: 180px; text-align: center; background: transparent; border: none; }
	#bo_gall.bo_gall_pdf .gall_li .gall_img::before { content: none; }
	#bo_gall.bo_gall_pdf .gall_li .gall_img img { position: static; height: auto; }
	#bo_gall .gall_li_tit { white-space: revert; text-overflow: revert; overflow: revert; }
}


/* 상품문의 */
#container_title { margin: 150px 0 100px; font-size: 80px; font-weight: 600; }
#sqa_sch { display: flex; justify-content: flex-end; margin: 0 0 25px; }
#sqa_sch select { margin-right: 10px; padding: 0 26px; width: 150px; font-size: 16px; color: #000; background: #fff url('/theme/basic/images/select-arrow.svg') no-repeat center right 16px / auto 33%; border: 1px solid #ddd; border-radius: 60px; -moz-appearance:none;-webkit-appearance:none;appearance:none; -webkit-appearance: none; }
#sqa_sch .search-bar { overflow: hidden; display: flex; position: relative; border: 1px solid #ddd; border-radius: 60px; }
#sqa_sch .search-bar input { margin: 0 -1px; padding: 16px 64px 16px 30px; height: auto; font-size: 16px; border: none; background: #fff; outline: none; }
#sqa_sch .search-bar button { position: absolute; top: 0; right: 0; width: 55px; height: 100%; font-size: 16px; background: #fff url('/images/icon-search.svg') no-repeat center / auto 40%; outline: none; border:none; }
#sqa { padding-bottom: 180px; }
#sqa ol { margin: 0; border-top: 1px solid #7E7E7E; }
#sqa li { display: flex; padding: 20px; }
#sqa .sqa_section { flex: 1 1; margin-left: 0; padding-left: 30px; cursor: pointer; }
#sqa .sqa_img { position: static; }
#sqa .sqa_img img { border-radius: 0; }
#sqa .sqa_con_btn { position: absolute; top: 40px; right: 20px; margin: 0; }
#sqa .sqa_con_btn button { display: inline-flex; align-items: center; margin: 0; padding: 0 20px; height: 45px; line-height: 45px; }
#sqa .sqa_con_btn button i { margin-left: 6px; }
#sqa .sit_qaa_yet,
#sqa .sit_qaa_done { position: absolute; top: 35px; right: 80px; margin: 0; min-width: 120px; height: 45px; line-height: 45px; text-align: center; font-size: 16px; color: #666; background: #f8f8f8; }
#sqa .sit_qaa_done { color: #fff; background: #0E5242; }
#sqa .sqa_section h2 { display: flex; margin: 0 0 6px; padding-right: 250px; font-size: 24px; color: #000; font-weight: 600; }
#sqa .sqa_section h2 i { margin: auto 0 auto 10px; }
#sqa .sqa_section .badge { display: inline-flex; margin-top: 2px; margin-right: 12px; padding: 0 16px; height: 30px; line-height: 30px; font-size: 12px; font-weight: 700; color: #0E5242; border: 1px solid #0E5242; border-radius: 30px; }
#sqa .sqa_section .icon { position: absolute; top: 45px; right: 20px; width: 20px; height: 20px; }
#sqa dd { font-size: 16px; color: #707070; }
#sqa dd i { display: none; }
#sqa dl { margin-bottom: 0; }
#sqa .sqa_section .sqa_con { background: transparent; }
#sqa .sit_qa_qaq,
#sqa .sit_qa_qaa { padding: 20px 20px 20px 60px; font-size: 16px; }
#sqa .sit_qa_qaq { margin: 20px 0 0; background: #e9f3f1; }
#sqa .sit_qa_qaa { margin-top: 10px; background: #f8f8f8; }
#sqa .sqa_con .qa_alp { top: 20px; left: 20px; color: #0E5242; }
#sqa .sqa_con .sit_qa_qaa .qa_alp { color: #999; }
@media screen and (max-width: 1024px) {
	#container_title { font-size: 30px; margin: 40px 0 30px; }
	#sqa { padding-bottom: 100px; }
	#sqa li { flex-direction: column; padding: 20px 0; }
	#sqa dd { font-size: 13px; }
	#sqa dl { margin-top: 0; }
	#sqa .sit_qaa_yet,
	#sqa .sit_qaa_done { top: 20px; right: 0; padding: 0 8px; min-width: 80px; height: 35px; line-height: 35px; font-size: 12px; }
	#sqa .sit_qa_qaq,
	#sqa .sit_qa_qaa { padding-left: 56px; font-size: 14px; }
	#sqa .sit_qa_qaa { margin-top: 6px; }
	#sqa .sqa_section { padding-top: 16px; padding-left: 0; }
	#sqa .sqa_section h2 { flex-direction: column; margin-bottom: 5px; padding-right: 80px; font-size: 16px; }
	#sqa .sqa_section .badge { margin-right: auto; margin-bottom: 5px; padding: 0 12px; height: 25px; line-height: 25px; }
	#sqa .sqa_section .icon { top: 135px; font-size: 13px; width: 10px; height: 10px; }
	#sqa .sqa_con .qa_alp { font-size: 1.5em; }
	#sqa .sqa_con_btn { top: auto; right: 0; bottom: 20px; width: 100%; }
	#sqa .sqa_con_btn button { justify-content: center; width: 100%; height: 35px; line-height: 35px; }
	#sqa_sch { margin-top: 15px; width: 100%; }
	#sqa_sch  select { font-size: 14px; }
	#sqa_sch .search-bar button { height: 45px; font-size: 14px; }
	#sqa_sch .search-bar input { flex: 1 1; font-size: 14px; }
}
@media screen and (max-width: 768px) {
	#sqa_sch { flex-wrap: wrap; }
	#sqa_sch select { margin-bottom: 10px; margin-right: 0; width: 100%; }
	#sqa_sch .search-bar { width: 100%; }
	#sqa_sch .search-bar input { margin-left: 0; margin-right: 0; width: 70%; }
}


/* FAQ */
#faq_list { padding-top: 270px; padding-bottom: 180px; }
#faq_list .board_wr { position: relative; max-width: 1500px; width: 90%; margin-left: auto; margin-right: auto; }
#faq_list .heading { margin-bottom: 100px; font-size: 80px; }
#faq_sch { background: transparent; margin: 0; border: none; padding: 0; position: static; }
#faq_sch form { display: flex; justify-content: flex-end; margin: 0 0 25px; }
#faq_sch select { margin-right: 10px; padding: 0 26px; width: 150px; font-size: 16px; color: #000; background: #fff url('/theme/basic/images/select-arrow.svg') no-repeat center right 16px / auto 33%; border: 1px solid #ddd; border-radius: 60px; -moz-appearance:none;-webkit-appearance:none;appearance:none; -webkit-appearance: none; }
#faq_sch .search-bar { overflow: hidden; display: flex; position: relative; border: 1px solid #ddd; border-radius: 60px; }
#faq_sch .search-bar input { margin: 0 -1px; padding: 16px 64px 16px 30px; height: auto; font-size: 16px; border: none; background: #fff; outline: none; }
#faq_sch .search-bar button { position: absolute; top: 0; right: 0; width: 55px; height: 100%; font-size: 16px; background: #fff url('/images/icon-search.svg') no-repeat center / auto 40% !important; outline: none; border:none; }
#faq_wrap { margin: 0; }
#faq_wrap ol { margin: 0; border-top: 1px solid #7E7E7E; }
#faq_wrap li { font-size: 18px; border-bottom: 1px solid #ddd; }
#faq_wrap p { line-height: inherit; }
#faq_con h3 { position: relative; padding-left: 0; }
#faq_con h3 a { padding: 26px 60px 26px 80px; font-size: inherit; font-weight: 600; }
#faq_con h3 i { position: absolute; top: 32px; right: 20px; width: 14px; height: 14px; }
#faq_con h3 i::before,
#faq_con h3 i::after { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 2px; background: #000; }
#faq_con h3 i::after { transform: rotate(90deg); }
#faq_con .on h3 i::after { content: none; }
#faq_con .faq_alp { top: 17px; left: 18px; background: none; width: 45px; height: 45px; line-height: 45px; color: #0E5242; font-size: 26px; font-weight: 500; }
#faq_con .faq_alp_a { color: #999; }
#faq_con .con_inner { border-top: none; padding: 26px 20px 26px 80px; background: #F8F8F8; }
@media screen and (max-width: 1024px) {
	#faq_list { padding-top: 200px; padding-bottom: 100px; }
	#faq_list .heading { font-size: 30px; margin: 40px 0 30px; }
	#faq_sch { margin-top: 15px; width: 100%; }
	#faq_sch  select { font-size: 14px; }
	#faq_sch .search-bar button { height: 45px; font-size: 14px; }
	#faq_sch .search-bar input { flex: 1 1; font-size: 14px; }
	#faq_wrap li { font-size: 16px; }
	#faq_con h3 a { padding: 20px 50px 20px 56px; }
	#faq_con h3 i { top: 25px; width: 12px; height: 12px; }
	#faq_con .faq_alp { top: 9px; left: 4px; font-size: 21px; }
	#faq_con .con_inner { padding: 20px 20px 20px 56px; }
}
@media screen and (max-width: 768px) {
	#faq_list { padding-top: 120px; }
	#faq_list .heading { font-size: 30px; margin: 40px 0 30px; }
	#faq_sch { flex-wrap: wrap; }
	#faq_sch select { margin-bottom: 10px; margin-right: 0; width: 100%; }
	#faq_sch .search-bar { width: 100%; }
	#faq_sch .search-bar input { margin-left: 0; margin-right: 0; width: 70%; }
}


/* 포토 리뷰 */
#photograph { padding-bottom: 180px; }
#photograph .list { display: flex; flex-wrap: wrap; margin: -30px -10px; padding: 0; list-style: none; }
#photograph .list .item { padding: 30px 10px; width: 25%; }
#photograph .rate svg { display: block; stroke: #DDDDDD; }
#photograph .rate-1 path:nth-child(1),
#photograph .rate-2 path:nth-child(1),
#photograph .rate-2 path:nth-child(2),
#photograph .rate-3 path:nth-child(1),
#photograph .rate-3 path:nth-child(2),
#photograph .rate-3 path:nth-child(3),
#photograph .rate-4 path:nth-child(1),
#photograph .rate-4 path:nth-child(2),
#photograph .rate-4 path:nth-child(3),
#photograph .rate-4 path:nth-child(4),
#photograph .rate-5 path:nth-child(1),
#photograph .rate-5 path:nth-child(2),
#photograph .rate-5 path:nth-child(3),
#photograph .rate-5 path:nth-child(4),
#photograph .rate-5 path:nth-child(5) { stroke: #205c4e; fill: #205c4e; }
#photograph .list .block { display: block; }
#photograph .list .block .thumbnail { overflow: hidden; position: relative; margin-bottom: 22px; }
#photograph .list .block .thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; }
#photograph .list .block .name { margin: 12px 0 8px; font-size: 16px; color: #666666; }
#photograph .list .block .title { overflow: hidden; font-size: 20px; font-weight: 600; color: #000; white-space: nowrap; text-overflow: ellipsis; }
#photograph .list .block .foot { display: flex; margin: 20px -12px 0; font-size: 14px; color: #666666; }
#photograph .list .block .foot p { position: relative; padding: 0 12px 1px; }
#photograph .list .block .foot p:first-child::before { content: ''; position: absolute; top: 0; bottom: 0; right: -1px; margin: auto; width: 1px; height: 50%; background: #ddd; }
#photograph .review-wrapper { position: relative; padding: 24px; max-width: 800px; width: 100%; max-height: 90vh; background: #fff; overflow: auto; }
#photograph .review-container { z-index: 999; display: none; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); padding: 20px; }
#photograph .review-container .heading { margin-top: 10px; font-size: 20px; font-weight: 600; }
#photograph .review-container .review-head { padding-right: 60px; }
#photograph .review-container .review-head .area { display: flex; align-items: center; margin: 10px -12px 0; font-size: 14px; color: #666; }
#photograph .review-container .review-head .area p { position: relative; padding: 0 12px 1px; }
#photograph .review-container .review-head .area p:first-child::before { content: ''; position: absolute; top: 0; bottom: 0; right: -1px; margin: auto; width: 1px; height: 50%; background: #ddd; }
#photograph .review-container .contents { margin-top: 20px; line-height: 1.5; font-size: 15px; }
#photograph .review-container .reply { padding: 16px; background: #F8F8F8; }
#photograph .review-container .reply .title { font-size: 18px; font-weight: 600; color: #000; }
#photograph .review-container .reply .name { margin-top: 6px; font-size: 14px; color: #666; }
#photograph .review-container .reply-body { margin-top: 12px; }
#photograph .review-container .close { position: absolute; top: 0; right: 0; width: 72px; height: 72px; background: url('/theme/basic/images/icon-close.svg') no-repeat center / auto 43%; border: none; }
#photograph .review-container.on { display: flex; }
#sps_sch { display: flex; justify-content: flex-end; margin: 0 0 25px; }
#sps_sch select { margin-right: 10px; padding: 0 26px; width: 150px; font-size: 16px; color: #000; background: #fff url('/theme/basic/images/select-arrow.svg') no-repeat center right 16px / auto 33%; border: 1px solid #ddd; border-radius: 60px; -moz-appearance:none;-webkit-appearance:none;appearance:none; -webkit-appearance: none; }
#sps_sch .search-bar { overflow: hidden; display: flex; position: relative; border: 1px solid #ddd; border-radius: 60px; }
#sps_sch .search-bar input { margin: 0 -1px; padding: 16px 64px 16px 30px; height: auto; font-size: 16px; border: none; background: #fff; outline: none; }
#sps_sch .search-bar button { position: absolute; top: 0; right: 0; width: 55px; height: 100%; font-size: 16px; background: #fff url('/images/icon-search.svg') no-repeat center / auto 40%; outline: none; border:none; }
@media screen and (max-width: 1024px) {
    #photograph { padding-bottom: 100px; }
	#photograph .rate svg { width: 80px; }
	#photograph .list { margin: -15px -10px; }
	#photograph .list .item { padding: 15px 10px; width: 50%; }
	#photograph .list .block .thumbnail { margin-bottom: 16px; }
	#photograph .list .block .name { margin: 6px 0 2px; font-size: 12px; }
	#photograph .list .block .title { font-size: 15px; }
	#photograph .list .block .foot { margin: 2px -8px 0; font-size: 12px; }
	#photograph .list .block .foot p { padding: 0 8px 2px; }
	#photograph .review-container .heading { margin-top: 10px; font-size: 16px; }
	#photograph .review-container .review-head .area { margin: 2px -8px 0; font-size: 12px; }
	#photograph .review-container .review-head .area p { padding: 0 8px 2px; }
	#photograph .review-container .contents { margin-top: 12px; font-size: 14px; }
	#photograph .review-container .close { top: 5px; right: 5px; width: 50px; height: 50px; }
	#photograph .review-container .reply { font-size: 14px; }
	#photograph .review-container .reply .title { font-size: 16px; }
	#photograph .review-container .reply .name { font-size: 12px; }
	#sps_sch { margin-top: 15px; width: 100%; }
	#sps_sch  select { font-size: 14px; }
	#sps_sch .search-bar button { height: 45px; font-size: 14px; }
	#sps_sch .search-bar input { flex: 1 1; font-size: 14px; }
}
@media screen and (max-width: 768px) {
	#sps_sch { flex-wrap: wrap; }
	#sps_sch select { margin-bottom: 10px; margin-right: 0; width: 100%; }
	#sps_sch .search-bar { width: 100%; }
	#sps_sch .search-bar input { margin-left: 0; margin-right: 0; width: 70%; }
}


/*글쓰기*/
#bo_w .form_01{margin:10px 0}
#bo_w .bo_w_select select{border:1px solid #3497d9;background:#fff;width:100%}
#bo_w .bo_w_link label{position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;text-align:center}
#bo_w .bo_w_link .frm_input{padding-left:50px}
#bo_w .bo_w_flie .lb_icon{position:absolute;top:2px !important;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;text-align:center}
#bo_w .bo_w_flie .frm_file{padding-left:50px;padding-top: 0;padding-bottom: 0;padding-right: 0;height: auto;width: 100%;background: transparent;border: none;}
#bo_w .bo_w_flie .file_wr{position: relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:44px !important;margin:0}
#bo_w .bo_w_flie .frm_input{margin:5px 0 0 }
.write_div{text-align:right;margin:10px 0}

@media (max-width: 969px){
    #bo_w .form_01 {margin:10px}
    .write_div{text-align:right;margin:10px}
}
