@charset "utf-8";

/* #bo_cate {margin-bottom:28px}

#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;border:1px solid #d6e9ff;color:#6794d3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#3a8afd;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#3a8afd;color:#fff;font-weight:bold;border:1px solid #3a8afd;
-webkit-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202)} */

#faq_wrap {display:flex; justify-content:space-between;}
#faq_wrap .faq_tit{font-size:36px;}
#faq_con{width:65%;}
.faq_admin {text-align:right}
#faq_wrap ol {margin:0;padding:0;list-style:none;}
#faq_wrap li {background:#fff;position:relative;border:1px solid #e4e4e4;background:#fff; box-shadow:0px 5px 16px 0px rgba(8, 15, 52, 0.06); border-radius:20px;}
#faq_wrap li.on{border-color:var(--ptColor1);}
#faq_wrap li + li{margin-top:12px;}
#faq_wrap li h3 {min-height:50px;line-height:30px;font-size: 20px;font-weight: 600;padding: 30px;position:relative; padding-right:80px;}
#faq_wrap li h3 p { color:#525252;}
#faq_wrap li h3 p span{font-size:22px !important; font-weight:400 !important;}
#faq_wrap li h3.faq_li_open{}
#faq_wrap li h3 .tit_btn {position:absolute;right: 30px;top: 23px;border-radius:50px; width:44px; height:44px; box-shadow:0px 5px 16px 0px rgba(8, 15, 52, 0.06); border:1px solid #e4e4e4; background:#fff;}
#faq_wrap li h3 .tit_btn .ico {font-size: 15px;transform: rotate(90deg);margin-top: 7px;}
#faq_wrap li h3.faq_li_open .tit_btn{background:var(--ptColor1); border-color:var(--ptColor1);}
#faq_wrap li h3.faq_li_open .tit_btn .ico {margin: 0;margin-bottom: 7px;transform: rotate(270deg); color:#fff;}
#faq_wrap li h3 .tit_bg {display:inline-block;position:absolute;top: 30px;left: 40px;color: var(--ptColor1);text-align:center;font-size: 30px;font-weight: 600;}
#faq_wrap li h3.faq_li_open a {position: relative;}
#faq_wrap li h3.faq_li_open a::before {}

#faq_con .con_inner {display:none;position: relative;padding: 30px;padding-top:0;font-size: 16px;color: #6a6a6a;line-height: 1.5;}
#faq_con .con_inner .tit_bg {line-height:30px;height:30px;display: inline-block;position: absolute;top: 30px;left: 40px;color: #222222;text-align: center;font-weight: 600;font-size: 30px;}
#faq_con .con_inner .closer_btn {position:absolute;right:15px;top:15px;border:0;width:30px;height:30px;background:#fff;color: var(--ptColor1);font-size:1.2em}
#faq_con .con_inner p span{font-size:20px !important;}

#faq_sch {background:#f7f7f7;padding:30px;text-align:center;margin:0 0 10px}
#faq_sch .sch_tit {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#faq_sch .frm_input {border:1px solid #d0d3db;width:300px;height:45px;border-radius:0;border-radius:3px}
#faq_sch .btn_submit {padding:0 10px;height:45px;width:88px;font-size:1.083em;font-weight:bold;color:#fff;background:#434a54}


@media screen and (max-width:1600px){
    #faq_wrap li h3 .tit_bg, #faq_con .con_inner .tit_bg {font-size:26px;}
    #faq_con .con_inner {font-size:18px;}
}
@media screen and (max-width:768px){
    #faq_wrap li h3 p span {font-size:18px !important;}
	#faq_wrap li h3{padding:20px; padding-left:40px;padding-right:50px;}
	#faq_wrap li h3 .tit_bg{font-size:23px;left:10px; top:17px;}
	#faq_wrap li h3 .tit_btn{right:10px; top:20px;}
	#faq_con .con_inner{padding:20px;}
	#faq_con .con_inner p span{font-size:16px !important;}
	#faq_con .con_inner .tit_bg{top:20px; left:10px; font-size:23px;}

#faq_wrap{flex-direction:column; gap:50px;}
#faq_wrap .faq_tit{font-size:28px;}
#faq_con{width:100%;}
#faq_wrap li h3 .tit_btn{top:12px;}
}
@media screen and (max-width:480px){
	#faq_wrap li h3{padding:10px; padding-left:30px; padding-right:50px;}
    #faq_wrap li h3 p span {font-size:16px !important; line-height:1.3 !important;}
	#faq_con .con_inner p span{font-size:14px !important;}
	#faq_wrap li h3 .tit_bg{font-size:20px;left:10px; top:12px;}
	#faq_wrap li h3 .tit_btn{right:0; top:10px;}
	#faq_con .con_inner{padding:15px}
	#faq_con .con_inner .tit_bg{font-size:20px; top:10px;}

#faq_wrap{gap:20px;}
#faq_wrap .faq_tit{font-size:22px;}
#faq_wrap li h3{padding:15px;padding-right:50px;font-size:16px;word-break:keep-all; line-height:1.4;}
#faq_wrap li{border-radius:10px;}
#faq_wrap li h3 .tit_btn{width:34px; height:34px; right:6px;}
#faq_con .con_inner{font-size:14px;}
#faq_wrap li h3.faq_li_open .tit_btn .ico{margin-bottom:4px;}
}