.banner_wrap{
    width: 100%;
    height: 500px;
    background-image: url("http://dynersum.com/img/board_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 170px;
    padding: 170px;
    color: #fff;
    text-align: center;
}
#wrapper_title{display: none}
.banner_wrap h2{font-size: 48px; margin-bottom: 15px;}
.banner_wrap p{font-size: 18px; font-weight: lighter;}

.board_menu {
    position: relative;
    width: 100%;
    background: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.board_menu .tabmenu{
    background: #f8f8f8;
}
.board_menu .tabmenu ul{
    max-width: 90%;
    width: 100%;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 0 auto;
}
.board_menu .tabmenu ul li{
    width: 20%;
    line-height: 60px;
    border-bottom: 2px solid transparent;
}
.board_menu .tabmenu ul li.on {
    border-color: #f6921d;
}
.board_menu .tabmenu li a{font-size: 18px; font-weight: 500}
.board_menu .tabmenu li.on a{color: #f6921d;}




/* http://dynersum.com/skin/faq/basic/style.css?ver=191202 */
.board_menu #faq_sch{
    position: absolute;
    width: 100%;
    max-width: 660px;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    background: #e94900;
    border-radius: 100px;
    box-shadow: 1px 1px 18px rgb(233 73 0 / 50%);
}
.board_menu #faq_sch form{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#faq_sch .frm_input {
    width: 90%;
    height: 52px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid transparent;
    box-shadow: none;
}
#faq_sch .btn_submit {background: transparent; border: none}
.bo_sch form{
    position: relative;
    padding: 0 !important;
    border-radius: 10px;
}
.board_menu .bo_sch{
    position: absolute;
    margin: 0px auto;
    max-width: 660px;
    width: 100%;
    top: inherit;
    border-radius: 100px;
    transform: translateX(-50%);
    border: transparent;
    box-shadow: 1px 1px 18px rgb(233 73 0 / 50%);
}
.board_menu .bo_sch .sch_bar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: #e94900;
    box-shadow: inset 0 1px 1px rgb(233 73 0 / 8%);
    border-radius: 100px;
}
.board_menu .bo_sch .sch_input{
    width: 90%;
    height: 52px;
    text-indent: 10px;
}
.board_menu input::placeholder {
    color: #fff;
}
.board_menu i{color: #fff;}


#faq_wrap {max-width: 90%; width: 90%;   margin: 0 auto 60px;    border-radius: 10px;}
#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 {
    position:relative;
    background:#fff;
    border-bottom:1px solid #ececec;
    border-radius: 10px;
   /* box-shadow: 1px 1px 18px rgb(169 169 169 / 50%); */
    margin-bottom: 30px;
}
#faq_wrap li:first-child {border-top:1px solid #ececec}
#faq_wrap li h3 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    line-height: 30px;
    padding: 15px;
    padding-left: 50px;
}
#faq_wrap li h3 .tit_btn {
    font-size:1.2em;
    width:30px;height:30px;
    color:#c5cdd8; background:#fff;
    margin-left: auto;
    border:0;
}
#faq_wrap li h3 .tit_bg {position:absolute;top:15px;left:15px;text-align:center; font-weight: lighter}
#faq_wrap li h3.faq_li_open a {}




#faq_wrap li h3{

}



#faq_wrap li h3 .tit_bg {
    display:inline-block;
    text-align:center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px ;
    background: #e94900;
    color: #fff ;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    height: 30px;
}
#faq_wrap li h3 a{
    color: #e94900;
}

#faq_con .con_inner {
    position: relative;
    display:none;
    background: #f7f7f7;
    padding:10px 5px 20px 50px; border-radius: 0 0 10px 10px;

}
#faq_con .con_inner .tit_bg{
    display:inline-block; position:absolute;
    width:30px; height:30px; line-height:30px;
    top:10px;
    left:10px;
    text-align:center;
    background: #ef7e4c;
    color:#fff;
    border-radius:50%;
}



/* =============== 공통 ===============*/
.board_wrap .contents {
}
.board_wrap.online_inquiry {}
.board_wrap.online_inquiry .inn {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-left: 100px;
}
.board_wrap .board_menu {
    position: relative;
    width: 100%;
    background: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.board_wrap .tabmenu{
    background: #f8f8f8;
    margin-bottom: 50px;
}
.board_wrap .tabmenu ul{
    max-width: 90%;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
}
.board_wrap .tabmenu ul li{
    width: 20%;
    border-bottom: 2px solid transparent;
    line-height: 60px;
}
.board_wrap .tabmenu ul li.on {
    border-color: #f6921d;
}
.board_wrap .tabmenu li a{font-size: 18px;}
.board_wrap .tabmenu li.on a{color: #f6921d;}

.board_wrap div.question {
    margin-top: 30px;
}
.board_wrap div.question > span{
    font-size: 1rem;
    margin: 0 5px;
}
.board_wrap p.form_tle{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.board_content{
    padding-top: 50px
}


.board_wrap select,
.board_wrap input,
.board_wrap textarea{
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-indent: 5px;
}

.board_wrap select{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    width: 150px;
    color: #707070;
    padding: 5px 30px 5px 10px;
}
input[type="file"]{
    border: transparent;
    padding: 5px 0;
    font-size: 14px;
}

.board_wrap textarea {
    width: 100%;
    height: 250px;
}

.chk_custom {
    display: flex;
    align-items: center;
}
.chk_custom label {
    margin-right: 5px;
}

.chk_custom input[type="checkbox"]{
    display: none;
}
.chk_custom input[type="checkbox"] + label {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 3px solid transparent;
    border-radius: 100px;
    background: #b8b8b8;
}
.chk_custom input[type="checkbox"]:checked + label {
    background: #b8b8b8 url('http://dynersum.com/img/icon-chk.png') center center no-repeat;
}
.chk_custom span {
    font-size: 20px;
}
.chk_custom a.more_btn {
    font-size: 1rem;
    padding: 5px 20px;
    border-radius: 5px;
    color: #8d8d8d;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
    margin-left: 25px;
}

button.frm_btn {
    font-size: 1rem;
    display: block;
    padding: 10px 30px;
    margin: 50px auto 30px;
    color: #fff;
    background: #f6921d;
    border: none;
    border-radius: 10px;
    text-align: center;
}
form#fboardlist{
    position: relative;
    max-width: 90%;
    margin: 0 auto 100px;
}
.bo_fx{}
form#fboardlist #bo_btn_top {
    display: none;
}
form#fboardlist .btn_bo_user{
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 600;
    background: aliceblue;
}

form#fboardlist a.write_btn{
    width: 100px;
    background: #f6921d;
    border-radius: 10px;
    text-align: center;
    color:#fff;
    font-size: 1.2rem;
    line-height: 40px;
    font-weight: 500;
}
.board_bottom_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    margin-top: 20px;
}
.board_bottom_wrap input,
.board_bottom_wrap select,
.board_bottom_wrap button{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-right: 5px;
}
.board_bottom_wrap fieldset.bo_sch{
    display: flex;
    height: 40px;
}
.board_bottom_wrap fieldset.bo_sch form{
    display: flex;
}
.board_bottom_wrap fieldset.bo_sch select#sfl{
    width: 120px;
    background: #f6f6f6;
    box-shadow: none;
}
.board_bottom_wrap fieldset.bo_sch option {
    font-size: 14px;
}
.board_bottom_wrap fieldset.bo_sch .sch_input{
    max-width: 200px;
    background: #f6f6f6;
}
.board_bottom_wrap fieldset.bo_sch button.sch_btn{
    padding: 0 10px;
    font-size: 1.2rem;
    height: 40px;
    color: #707070;
    background: #dbdbdb;
}
form#fboardlist table{
    margin: 0px 0 15px;
}
form#fboardlist thead th{
    border-top: 2px solid #dcdcdc;
    border-bottom: transparent;
    font-size: 1.4rem;
    font-weight: normal;
}
form#fboardlist .tbl_head01 td:first-child {
    font-size: 1.4rem;
    border-bottom: 1px solid #dcdcdc;
}

#bo_cate {margin: 0}



/* faq */

.board_wrap.faq{
    margin-bottom: 50px;
}
.board_wrap.faq ul{
    border:none;
}
.board_wrap.faq .faq_list{
    max-width: 90%;
    margin: 0 auto;
}
.board_wrap.faq li {

}
.board_wrap.faq li div{
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    word-break: keep-all;
    text-align: left;
}
.board_wrap.faq li div.faq_q{
    position: relative;
    padding: 20px 30px;
    background: #f6f6f6;
    margin-bottom: 15px;
}
.board_wrap.faq li div.faq_q.active{
}
.board_wrap.faq li div.faq_q::after{
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 9px;
    right: 20px;
    background-image: url(../img/ico_down.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.board_wrap.faq li div.faq_q.::after{
    background-image: url(../img/ico_top.png);
}
.board_wrap.faq li div.faq_q a{
    font-size: 1.4rem;
    font-weight: 400;
}
.board_wrap.faq li div.faq_q.active a{

}
.board_wrap.faq li div.faq_q span{
    font-size: 1.4rem;
    font-weight: 600;
    min-width: 70px;
    text-align: left;
    color: #f6921d;
    margin-right: 20px;
}
.board_wrap.faq li div.faq_q button{
    position: absolute;
    right: 10px;
    background:transparent;
}
.board_wrap.faq li div.faq_a {
    font-size: 18px;
    padding: 10px 30px 30px;
}
.board_wrap.faq li div.faq_a div {
    max-width: 90%;
    line-height: 1.5;
    color: #666666;
}


/* review */
.board_content{
}
ul.board_content_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
ul.board_content_list li {
    width: calc(33.3333% - 20px);
    margin-bottom: 30px;
}
ul.board_content_list li p.photo{}
ul.board_content_list li p.photo img{width: 100%;}
ul.board_content_list li .desc_wrap{background: #f6f6f6; padding: 2rem;}
ul.board_content_list .desc_wrap p{margin-bottom: 20px;}
ul.board_content_list .desc_wrap p.title{font-size: 1.4rem;}
ul.board_content_list .desc_wrap span.category{margin-right: 10px;}
ul.board_content_list span.category.ja{color:#f6921d}
ul.board_content_list span.category.ho{color:#dc3636}
ul.board_content_list .desc_wrap p.text{
    color: #666;
    font-size: 1.2rem;
    line-height: 1.5;
    word-break: keep-all;
}
ul.board_content_list .desc_wrap p.date{color:#a9a9a9; font-size: 1.2rem;}

