@charset "UTF-8";
#sub_title .bread_crumb li{
    display: inline;
}
.qaDetail .question {
    position: relative;
}
.faq .qaDetail .question{
    font-size: .95rem;
    padding: .8rem 2rem .8rem 2.5rem;
}
.faq .faqCate .qaDetail .question.entry-title{
	padding: .8rem 1.5rem .8rem 1.5rem;
}
.faq .faqRelated .faqCate .qaDetail .question.entry-title{
	padding: 0;
}
.faqBox .faqCate h2{
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
}
.about h2:before {
border-left: none;
}
.about h2:after  {
border-bottom: none;
}
.faq .faqBox .faqCate{
    margin-bottom: 3rem;
}
a .qaDetail .question:after {
    content: '';
    width: 10px;
    height: 10px;
    color: #7f8c98;
    border-top: 3px solid;
    border-right: 3px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    right: .7rem;
    bottom: 40%;
}
#cont a:visited, #cont a:link{
    text-decoration: none;
}
.qaDetail .question{
    color: #333;
    font-weight: 300;
}
.qaDetail .question.entry-title h3 {
    display: inline;
    font-size: 1rem;
    margin-bottom: 0;
    color: #333;
    font-weight: 300;
}
#category-main .qaDetail .question:before{
    text-indent: -1.5rem;
    width: auto;
}
.answer{
   font-size: 1rem;
	line-height: 2;
	padding: 0 1.6rem;

}
.qaDetail .answer p{
    display: inline;
}
.faqRelated h2{
    background: #EAEFF3;
    padding: 5px;
    text-align: center;
    color: #2f6698;
    font-weight: 800;
    margin-bottom: .5rem;
    font-size: 1rem;
}
.faqRelated h2:before{
    border-left: none;
}
.faqRelated h2:after{
    border-bottom: none;
    height:auto;
}
.faqRelated .qaDetail{
    padding: 0;
    border: 3px solid #EAEFF3;
}
.faqRelated .qaDetail .question{
    padding: 0;
    background:none;
    margin: 0;
    border-bottom: 3px solid #EAEFF3;
}
.faqRelated .qaDetail .question:last-child{
    border-bottom: none;

}
.faqRelated .qaDetail .question.entry-title h3{
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}
.faqRelated .qaDetail .question:before{
    display: none;
}
#cont .faqRelated .qaDetail h3 a{
    color:#2f6698;
    width: 100%;
    display: block;
    height: 100%;
    padding: .7rem 1rem .7rem 1rem;
    font-size: .9rem;
    position: relative;
}
.faqRelated .qaDetail h3 a:before {
    content: "Q.";
    display: inline-block;
    height: 1rem;
    width: 1.5rem;
    padding-left: 0;
}
.faqRelated .qaDetail h3 a:after {
    content: '';
    width: 10px;
    height: 10px;
    color: #2f6698;
    border-top: 3px solid;
    border-right: 3px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    right: .5rem;
    bottom: 36%;
}
.faqDetail .faqCate h2{
    font-size: 1.15rem;
    font-weight:700;
    text-align: center;
}
.faqDetail .faqCate{
    margin-bottom: 3rem;
}
.faqDetail .faqRelated .faqCate h2{
    font-size: 1rem;
    font-weight: 700;
    background: none;
}
.faqDetail .faqCate h2:before,
.faqDetail .faqCate h2:after{
    display:none;
}
.qaDetail .answer:before{
    display:none;
}
.qaDetail .answer .answerBox:before{
    content: "A.";
    display: inline-block;
    height: 1rem;
    width: 2rem;
}
.faq.about section{
    
}
.faq.about section ol{
    margin: 1rem auto;
}
.faq.about section ol li{
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
    text-align: center;
    position: relative;
}
.faq.about section ol li a{
    padding: .5rem 1rem;
    display: block;
    line-height: 32px;
    background: #EAEFF3;
    color:#2f6698;
}
.faq.about section ol li a:after {
    content: '';
    width: 7px;
    height: 7px;
    color: #2f6698;
    border-top: 3px solid;
    border-right: 3px solid;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    right: .7rem;
    bottom: 45%;
}

.faqDetail.faq .faqBox .qaDetail .answer:before {
	content: "A.";
	display: inline-block;
	height: 1rem;
	width: 2rem;
}
.faqDetail.faq .faqBox .qaDetail .answer .answerBox{
	display: inline-block;
}
.faqDetail.faq .faqBox .qaDetail .answer .answerBox:before {
	display: none;
}


/*** PC ***/
@media screen and (min-width: 769px) {
    .faq .faqBox{
        margin-bottom: 10rem; 
    }
    .faq .faqBox .faqCate{
        margin-bottom: 5rem;
    }
    .faqBox .faqCate h2{
        font-weight: 300;
        font-size: 1.35rem;
        padding-top: 126px;
        margin-top: -126px;
    }
    .faq .qaDetail .question{
        font-size: 1rem;
        padding: 1rem;
        color: #000;
    }
    .faq a .qaDetail .question:hover{
        opacity:.8;
    }
    .faq .qaDetail{
        margin-bottom: 1rem; 
    }
    .faq.faqDetail .faqBox .faqCate{
        margin-bottom: 10rem;
    }
    .faqDetail .faqCate h2{
        font-weight: 300;
        font-size: 1.35rem;
    }
    .faqDetail .faqRelated .faqCate h2 {
        padding: .5rem 1.5rem;
        font-size: 1.15rem;
        text-align: center;
        font-weight: 700;
        background: #EAEFF3;
    }
    .faqRelated .qaDetail{
        padding: 0;
        margin-top: 0;
        border: 5px solid #EAEFF3;
    }
    .faqRelated .qaDetail h3{
        padding-left:0;
    }
    .qaDetail .question.entry-title h3 {
    font-size: 1rem;
        padding-left:0;
    }
    .faqRelated .qaDetail .question.entry-title h3{
        font-size: 1rem;
    }
    #cont .faqRelated .qaDetail h3 a{
        font-size: 1rem;
    }
    .faqRelated .qaDetail h3 a:after {
    right: 1rem;
    bottom: 36%;
    width: 8px;
    height: 8px;
    }
    .faqRelated .qaDetail .question{
    padding: 0;
    background: none;
    border-bottom: 5px solid #EAEFF3;
    margin-bottom: 0;
    }
	/*.faq .faqCate .qaDetail .question.entry-title{
		padding: 1rem 1.5rem 1rem 3rem;
	}*/
    .faqRelated .qaDetail .question:last-child{
    border-bottom:none;
    }
    .faqRelated .qaDetail .question:hover{
        background: #EAEFF3;
        opacity: 1;
    }
    .faq a:link .qaDetail .question{
        padding-left: 2.8rem;
		padding-right: 2.1rem;
		padding-top: .75rem;
		padding-bottom: .75rem;
    }
    .qaDetail .answer .answerBox{
        padding: 0 0 0 1rem;
    }
    .faq.about section.cate_list{
        margin: 3rem auto 5rem auto;
    }
    .faq.about section ol{
        text-align: center;
        font-size: 0;
    }
    .faq.about section ol li{
        margin-right: .75rem;
        width: auto;
    }
    .faq.about section ol li:last-child{
        margin-right: 0;
    }
    .faq.about section ol li a{
        padding: .5rem 2.7rem .5rem 1.5rem;
        /*letter-spacing: .05rem;*/
        font-weight: 300;
    }
	a .qaDetail .question:after{
		right: 1rem;
	}
	.faqDetail.faq .faqBox .qaDetail .question{
		padding-left: 3rem;
		padding-right: 1.8rem;
		padding-top: 1rem;
    	padding-bottom: .75rem;
	}
	.faqDetail.faq .faqBox .qaDetail .question:before{
		text-indent: -1.5rem;
    	width: auto;
	}
	
	
}
