@charset "utf-8";

/* infoVisual */
.infoVisual {
    background: url(/include/img/sub0401_visual.png) no-repeat center top / cover;
}

.infoVisual .subTit{
	margin-bottom: 50px;
}

.infoVisual .subTit::after {
    display: none !important;
}

.qnaUl {
    margin-top: 50px;
}

.qnaUl li {
    margin-bottom: 15px;
}

.qnaUl li h5 {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 14px;
    font-size: 20px;
    padding: 15px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.qnaUl li h5::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #999;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: all 0.4s;
    transform: translate(0%, -75%) rotate(45deg);
}

.qnaUl li.on h5::after {
    transform: translate(0%, -50%) rotate(-135deg);
}

.qnaUl li p {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 14px;
    font-size: 18px;
    padding: 15px 20px;
    line-height: 1.7;
    display: none;
}

.qnaUl li:first-child p {
    display: block;
}


/*  */
#bo_cate {
    margin-bottom: 28px
}

#bo_cate h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#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: #607439;
    color: #fff
}

#bo_cate #bo_cate_on {
    z-index: 2;
    background: #607439;
    color: #fff;
    font-weight: bold;
    border: 1px solid #607439;
}

#faq_wrap {
    margin: 10px 0 30px
}

#faq_wrap h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.faq_admin {
    text-align: right
}

#faq_wrap ol {
    margin: 0;
    padding: 0;
    list-style: none
}

#faq_wrap li {
    /* border-bottom: 1px solid #ececec; */
    background: #fff;
    position: relative;
	margin-bottom: 20px;
}

#faq_wrap li:first-child {
    /* border-top: 1px solid #ececec */
}

#faq_wrap li h3 {
    min-height: 50px;
    line-height: 30px;
    padding: 15px;
    padding-left: 50px;
    position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.2) 0 0 15px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 400;
}

#faq_wrap li h3 .tit_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #c5cdd8;
    font-size: 14px;
	font-weight: 500;
}

#faq_wrap li h3 .tit_bg {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
	transform: translate(0,-55%);
    text-align: center;
    color: #000;
    font-size: 18px;
	font-weight: 600;
}

#faq_wrap li h3.faq_li_open a {
    color: #607439;
}

#faq_con{
	padding: 0 !important;
}

#faq_con .con_inner {
    display: none;
    padding: 20px 20px 20px 50px;
	background: #f6f6f6;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.2) 0 0 14px;
	font-size: 18px;
}

#faq_con .con_inner .tit_bg {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    background: #777;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    height: 30px
}

#faq_con .con_inner .closer_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #607439;
    font-size: 16px;
}

#faq_sch {
    background: transparent;
    padding: 30px;
    text-align: center;
    margin: 0 0 10px;
	display: none;
}

#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
}


/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

.infoVisual .subTit{
	margin-bottom: 7vw;
}

#faq_wrap li{
	margin-bottom: 3vw;
}

#faq_wrap li h3 {
    min-height: auto;
    line-height: 1.5;
    padding: 5vw;
    padding-left: 12vw;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.2) 0 0 15px;
    margin-bottom: 2vw;
    font-size: 4vw;
    font-weight: 400;
}

#faq_wrap li h3 .tit_bg {
    left: 5vw;
    transform: translate(0,-55%);
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

#faq_con .con_inner {
    display: none;
    padding: 5vw;
	padding-left: 10vw;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.2) 0 0 14px;
    font-size: 3.5vw;
}


}