@charset "utf-8"; 
select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    border: 1px solid;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
}

.u_hc, .hc, .u_vc {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

/* 아이콘 */
.ic_new {
    background-image: url('/img/board/sp_ico.png');
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    background-position: 0 0;
    text-indent: -999em;
    vertical-align: middle;
}

.ic_notice {
    background-image: url('/img/board/sp_ico.png');
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    width: 28px;
    height: 16px;
    background-position: -13px 0;
    text-indent: -999em;
    vertical-align: middle;
}

.ic_best {
    background-image: url('/img/board/sp_ico.png');
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    width: 38px;
    height: 16px;
    background-position: -42px 0;
    text-indent: -999em;
    vertical-align: middle;
}

/*----- 게시판리스트 -----*/
.bbs_list li {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px
}

.bbs_list li a {
    display: block;
    overflow: hidden;
    padding: .55em .7em
}

.bbs_list li p, .bbs_list li .item {
    display: block;
    overflow: hidden;
    padding-right: 50px
}

.bbs_list li * {
    vertical-align: middle;
}

.bbs_list li strong {
    font-size: 1.05em;
    line-height: 1.4em;
    color: #090909;
    font-weight: normal;
    word-wrap: break-word;
    word-break: break-all
}

.bbs_list li .info {
    display: inline-block;
    position: relative;
    font-size: .8em;
    line-height: 1.4em;
    color: #93959d;
    padding-top: 2px;
}

.bbs_list .ty {
    color: #5f6b7e;
}

.bbs_list .bar {
    display: inline-block;
    margin: 0 0 0 .2em;
    font-size: 1em;
    color: #e8e8e8;
}

.bbs_list li .cmt_num {
    background-image: url('/img/board/sp_ico.png');
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 11px;
    right: 10px;
    background-position: 0 -21px;
    width: 37px;
    height: 26px;
    padding: 8px 0 0 0!important;
    font-size: .8em;
    line-height: 1em;
    color: #f0681d;
    text-align: center;
}

.bbs_list li .thmb {
    display: -webkit-box;
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: .2em;
    margin-right: 10px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.bbs_list li .thmb img {
    vertical-align: middle;
}

.bbs_list li.re {
    background-position: 10px -170px;
    background-image: url('/img/board/sp_ico.png');
    background-repeat: no-repeat;
}

.bbs_list li.re a {
    padding-left: 1.6em;
}

.bbs_list li.notice {
    background: #fffef0;
}

.gallery_list {
    overflow: hidden;
    padding: 10px;
}

.gallery_list li {
    position: relative;
    float: left;
    width: 33.3333333333%;
}

.gallery_list li * {
    vertical-align: middle;
}

.gallery_list li a {
    display: block;
    overflow: hidden;
    padding: 4px;
}

.gallery_list li p {
    display: block;
    overflow: hidden;
    text-align: center;
    height: 24px;
}

.gallery_list li strong {
    font-size: 1.05em;
    line-height: 1.4em;
    color: #090909;
    font-weight: normal;
    word-wrap: break-word;
    word-break: break-all
}

.gallery_list li .info {
    display: inline-block;
    position: relative;
    font-size: .8em;
    line-height: 1.4em;
    color: #93959d;
    padding-top: 2px;
}

.gallery_list .ty {
    color: #5f6b7e;
}

.gallery_list .bar {
    display: inline-block;
    margin: 0 0 0 .2em;
    font-size: 1em;
    color: #e8e8e8;
}

.gallery_list li .thmb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.gallery_list li .thmb img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.gallery_list li .num {
    display: inline-block;
    font-weight: normal;
    color: #f0681d;
    letter-spacing: 0;
}

@media only screen and (min-width: 640px) {
    .gallery_list li {
        width:25%;
    }
}

/*----- 게시판검색 -----*/
.bbs_sch {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 45px;
    padding-top: 8px;
    margin-top: 20px;
    border: 1px solid #dbdbdb;
    background-color: #f8f8f8;
}

.bbs_sch .box_search {
    position: relative;
    height: 48px;
    margin: 0px 75px 0 175px;
    padding-left: 6px;
    border: 1px solid #949da6;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff, inset 1px 1px 0 #e2e3e5;
    box-shadow: 0 1px 0 #fff, inset 1px 1px 0 #e2e3e5;
}

.bbs_sch .opt_sch {
    position: absolute;
    width: 160px;
    top: -1px;
    left: -165px;
    line-height: 50px;
    height: 50px;
    padding: 2px 50px 0 7px;
    border: 1px solid #949da6;
    border-radius: 2px;
    font-size: 18px;
    background: #fff url('/img/board/ico_sch.gif') no-repeat 100% 0;
    -webkit-box-shadow: inset 1px 1px 0 #e2e3e5;
    box-shadow: inset 1px 1px 0 #e2e3e5;
    -webkit-appearance: none;
    color: #aeb1b5;
    letter-spacing: -1px;
    box-shadow: 0 1px 0 #fff;
}

.bbs_sch .btn_search {
    width: 50px;
    height: 35px;
    border: 1px solid #949da6;
    border-radius: 2px;
    font-weight: 500;
    line-height: 36px;
    background-color: #f4f4f4;
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#fbfbfb), to(#ececec));
    background-image: -moz-linear-gradient(top, #fbfbfb, #ececec);
    background-image: -o-linear-gradient(top, #fbfbfb, #ececec);
    background-image: linear-gradient(to bottom, #fbfbfb, #ececec);
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    color: #515b65;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
}

.bbs_sch .box_search2 {
    position: relative;
    display: flex;
    justify-content: center;
    height: 35px;
    margin: 0 10px;
    -webkit-box-shadow: 0 1px 0 #fff, inset 1px 1px 0 #e2e3e5;
    box-shadow: none;
}

.bbs_sch .opt_sch_new {
    line-height: 36px;
    height: 36px;
    padding: 0px 50px 0 7px;
    border: 1px solid #949da6;
    border-radius: 2px;
    font-size: 13px;
    background: #fff url('/img/board/ico_sch.gif') no-repeat 100% 0;
    -webkit-box-shadow: inset 1px 1px 0 #e2e3e5;
    box-shadow: inset 1px 1px 0 #e2e3e5;
    -webkit-appearance: none;
    color: #aeb1b5;
    letter-spacing: -1px;
    box-shadow: 0 1px 0 #fff;
    background-size: 28px 35px;
}

.faq_srch_area {
  flex-grow: 0.5;
  margin-left: 10px
}

.bbs_sch .tf_keyword2 {
    width: calc(100% - 65px);
    border: 0 none;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    padding-left: 10px;
    background-color: #fff;
    color: #000;
    -webkit-appearance: none;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    vertical-align: top;
}

/*----- 게시판검색 수정 -----*/
.bbs_sch02 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 45px;
    /* padding-top: 8px; */
    margin-top: 20px;
    /* border: 1px solid #dbdbdb; */
    /* background-color: #f8f8f8; */
}

.bbs_sch02 .box_search {
    position: relative;
    height: 48px;
    margin: 0px 75px 0 175px;
    padding-left: 6px;
    border: 1px solid #949da6;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff, inset 1px 1px 0 #e2e3e5;
    box-shadow: 0 1px 0 #fff, inset 1px 1px 0 #e2e3e5;
}

.bbs_sch02 .opt_sch {
    position: absolute;
    width: 160px;
    top: -1px;
    left: -165px;
    line-height: 50px;
    height: 50px;
    padding: 2px 50px 0 7px;
    border: 1px solid #949da6;
    border-radius: 2px;
    font-size: 18px;
    background: #fff url('/img/board/ico_sch.gif') no-repeat 100% 0;
    -webkit-box-shadow: inset 1px 1px 0 #e2e3e5;
    box-shadow: inset 1px 1px 0 #e2e3e5;
    -webkit-appearance: none;
    color: #aeb1b5;
    letter-spacing: -1px;
    box-shadow: 0 1px 0 #fff;
}

.bbs_sch02 .btn_search {
    padding: 5px 0 0;
    width: 50px;
    height: 42px;
    border: 0;
    /* border-radius: 2px; */
    font-weight: 500;
    /* line-height: 36px; */
    background-color: transparent;
    /* box-shadow: 0 1px 0 #fff; */
    color: #515b65;
    font-size: 14px;
}

.bbs_sch02 .box_search2 {
    position: relative;
    /* display: flex; */
    justify-content: space-between;
    height: 44px;
}
.bbs_sch02 .box_search2 * {
    box-sizing:border-box;
}
.bbs_sch02 .opt_sch_new {
    line-height: 36px;
    height: 36px;
    border: 1px solid #949da6;
    color: #aeb1b5;
}

.bbs_sch02 .tf_keyword2 {
    width: calc(100% - 65px);
    border: 0 none;
    border-radius: 2px;
    border: 0;
    padding-left: 10px;
    background-color: #fff;
    color: #000;
    -webkit-appearance: none;
    height: 42px;
    font-size: 13px;
    line-height: 35px;
    vertical-align: top;
}

/*----- 게시판페이징 -----*/
.ico_cafe {
    display: block;
    overflow: hidden;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    background-image: url('/img/board/sp_ico.png');
    background-repeat: no-repeat;
    vertical-align: middle;
}

#pagingNav {
    margin: 10px 0;
    text-align: center;
    height: 36px;
}

#pagingNav .inner_paging {
    display: inline-block;
    overflow: hidden;
    height: 34px;
    margin: 0 auto;
    font-size: 13px;
    background-color: #fff;
    line-height: 34px;
}

#pagingNav .inner_paging .num_box {
    float: left;
    min-width: 18px;
    height: 33px;
    padding: 1px 10px 0 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 33px;
    color: #555;
}

#pagingNav .inner_paging .cur_num {
    float: left;
    width: auto;
    min-width: 18px;
    height: 33px;
    margin: 0;
    padding: 1px 10px 0 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 33px;
    color: var(--main-color);
    background: none;
}

#pagingNav .btn_page {
    display: block;
    overflow: hidden;
    float: left;
    width: 36px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

#pagingNav .btn_page .ico_cafe {
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-top: -2px;
}

#pagingNav .btn_prev .ico_cafe {
    background-position: 0px -61px;
}

#pagingNav span.btn_prev .ico_cafe {
    background-position: -14px -61px;
}

#pagingNav .btn_next {
    /* border-left: 1px solid #e8e8e8; */
}

#pagingNav .btn_next .ico_cafe {
    background-position: -7px -61px;
}

#pagingNav span.btn_next .ico_cafe {
    background-position: -21px -61px;
}

/*FAQ리스트*/
.bbs_list_faq {
    margin-bottom: 25px
}

.bbs_list_faq li {
    position: relative;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
}

.bbs_list_faq li:first-child {
    border-top: 2px solid #454545;
}

.bbs_list_faq li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 15px 10px;
}

.bbs_list_faq li p, .bbs_list li .item {
    display: block;
    overflow: hidden;
}

.bbs_list_faq li .ask_line {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #090909;
    font-weight: normal;
    overflow: hidden;
    word-wrap: normal;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.bbs_list_faq li .ask_line .ask_ico {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 13px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    background-color: var(--main-color);
    text-align: center;
    font-family: var(--eng-font);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
}

.bbs_list_faq li.on a {
    font-weight: 400;
    padding: 15px 10px;
}

.bbs_list_faq li .reply {
    padding: 15px 10px 25px;
    font-size: 14px;
    line-height: 1.6;
    background-color: #f8f8f8;
    font-weight: 400;
}

.bbs_list_faq li .reply .center {
    margin-top: 20px
}

.bbs_list_faq li .reply > .answer_line {
    float: left;
    margin-right: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--sub-color2);
    padding: 0 6px;
    font-family: var(--eng-font);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.bbs_list_faq li.on .ask_line {
    font-size: 15px;
    line-height: 25px;
    color: #232323;
    word-wrap: break-word;
    word-break: break-all;
}

.bbs_list_faq li.on .ask_line .ask_ico {
    margin-top: 3px;
}

.bbs_list_faq li > .ico_up {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 15px;
    color: #232323;
    cursor: pointer;
}

.bbs_list_faq li > .ico_down {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 15px;
    color: #232323;
    cursor: pointer;
}

.view_btm_bann {
    margin-top: 20px;
    text-align: center
}

.bbs_list_faq li .tit_faq {
    display: block;
    float: left;
    width: 80%;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bbs_list_faq li.on .tit_faq {
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    white-space: normal;
    text-decoration: underline;
}

.bbs_list_faq li.on em img{
	transform:rotate(180deg)
}
/*----- 글쓰기 -----*/
.post {
    margin: 0 10px 10px;
    padding: 10px 0 0 0;
}

.post_top dt {
    display: none;
}

.post_top dd {
    margin-bottom: 8px;
}

.post_top .sel, .post_top .sel2 {
    width: 100%;
    height: 2.25em;
    line-height: 1.7em;
    font-size: .9em;
    color: #525252;
}

.post_top .sel option {
    width: 100%;
}

.post_top input[type='text'],.post_top input[type='tel'],.post_top input[type='email'] {
    border: 1px solid #ddd;
    height: 32px;
    padding: 0 0 0 4px;
    box-sizing: border-box;
    color: #666;
    font-weight: normal;
    -webkit-appearance: none;
    border-radius: 0;
}

.post_top select {
    border: 1px solid #ddd;
    height: 32px;
    padding: 0 34px 0 4px;
    box-sizing: border-box;
    color: #666;
    font-weight: normal;
    border-radius: 0;
    -webkit-appearance: none;
    background: #fff url('/img/content_8/ico_sch.gif') no-repeat 100% 0;
    background-size: 30px 30px;
}

.post_wr textarea {
    border: 1px solid #ddd;
    height: 32px;
    padding: 0 0 0 4px;
    box-sizing: border-box;
    color: #666;
    font-weight: normal;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    height: 200px;
}

.post_btn {
    position: relative;
    overflow: hidden;
    margin: 10px 0 20px 0px;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #dbdbdb;
}

/*----- 버튼 -----*/
.list_btn {
    position: relative;
    overflow: hidden;
    margin: 10px 10px 20px 10px;
}

.btn_c {
    position: relative;
    text-align: center;
}

.btn_l {
    float: left;
}

.btn_r {
    float: right;
}

.btn_t, .btn_t_w {
    letter-spacing: -1px;
}

.btn_t, .btn_t_w {
    display: inline-block;
    height: 29px;
    min-width: 67px;
    padding: 1px;
    background-color: #bcbcbc;
    background: -webkit-gradient(linear,0 0,0 100%,from(#bcbcbc),to(#8a8a8a));
    letter-spacing: -1px;
    border-radius: 2px 2px;
    -webkit-box-shadow: 0 1px #dfe0e1;
    box-shadow: 0 1px #dfe0e1;
}

.btn_t2 {
    border: 1px solid #3f464e;
    color: #fff !important;
    height: 28px;
    line-height: 28px;
    background: #3f464e;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    padding: 0;
}

.btn_t2 span {
    vertical-align: baseline
}

.btn_lst {
    border: 1px solid #d0d0d0;
    color: #333 !important;
    height: 28px;
    line-height: 28px;
    background: #f8f8f8;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    min-width: 67px;
}

.btn_lst span {
    vertical-align: baseline
}

.btn_w {
    display: inline-block;
    padding: 0 7px;
    border: 1px solid #afafaf;
    border-radius: 3px;
    background-color: #fff;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f3f3f3));
    font-size: 12px;
    line-height: 25px;
    color: #444;
    text-align: center;
    vertical-align: top;
}

/*----- 뷰 -----*/
#articleTit {
    position: relative;
    display: block;
    padding: 10px 10px 12px;
    background-color: #f8f8f8;
}

#articleTit .tit {
    padding-bottom: 9px;
    font-size: 17px;
    line-height: 21px;
    color: #1c1c1c;
    font-weight: bold;
    word-wrap: break-word;
}

#articleTit .cont_info {
    padding-top: 14px;
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #9e9fa4;
    letter-spacing: 0;
}

#articleTit .article_info {
    display: block;
    overflow: hidden;
    margin: -3px 95px 0 0;
    padding: 0;
    font-size: 12px;
    color: #9e9fa4;
}

.cont_info .txt_bar {
    margin: 0 2px;
    color: #3f3a4e;
    width: 1px;
    height: 10px;
    line-height: 10px;
    background-color: #d6d6d6;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
}

.cont_info .num_info {
    font-family: tahoma,sans-serif;
}

ul.articleNav {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

#viewContent {
    font-size: 17px;
}

#viewContent img {
    max-width: 100% !important;
    height: 100% !important
}

p.tool {
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 0 8px;
    font-size: 14px;
    clear: both;
}

p.tool .link_txt {
    display: block;
    float: left;
    padding: 9px 4px 7px;
    font-weight: normal;
}

p.tool .txt_bar {
    margin: 10px 3px 3px;
    height: 12px;
    background: #e0e0e0;
    width: 1px;
    line-height: 10px;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
}

p.tool .num {
    padding-top: 1px;
    font-family: 'Malgun Gothic', '맑은 고딕',sans-serif;
    display: inline-block;
    padding: 0 0 0 1px;
    font-weight: normal;
    color: #00b0c7;
    letter-spacing: 0;
    line-height: 18px;
    vertical-align: top;
}

#article {
    padding: 12px 12px 25px 12px;
    font-size: 16px;
    clear: both;
    line-height: 1.4;
    color: #222;
    word-wrap: break-word;
}

.tool_btm {
    border-bottom: 1px solid #dbdbdb;
    background: url('/img/board/line_qa_n.png') repeat-x scroll 0 0 transparent;
}

.quickNav {
    border-top: 1px solid #e9e9e9;
    clear: both;
}

.quickNav dl {
    height: 38px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.quickNav dt {
    top: 3px;
    padding-left: 12px;
    text-indent: 0;
    position: absolute;
    white-space: nowrap;
}

.quickNav dt a {
    font-weight: normal;
    font-size: 16px;
    color: #888;
    line-height: 22px;
}

.quickNav dd {
    padding: 7px 0 0 0;
    margin: 0 10px 0 81px;
}

.quickNav dd a {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    color: #1f1f1f;
    line-height: 22px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
}

.quickNav .up {
    background: none;
}

.quickNav .up span {
    overflow: hidden;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    background-image: url('/img/board/sp_ico.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 12px;
    height: 6px;
    background-position: -28px -61px;
    margin: -5px 5px 0 0;
}

.quickNav .down {
    background: none;
}

.quickNav .down span {
    overflow: hidden;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    background-image: url('/img/board/sp_ico.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 12px;
    height: 6px;
    background-position: -28px -68px;
    margin-right: 5px;
}

/*----- 뎃글 -----*/
.cmt_tit {
    position: relative;
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 25px;
    color: #090909;
}

.cmt_tit em {
    color: #00b0c7;
    padding-right: 3px;
}

.cmt_lst {
    margin: 0;
}

.cmt_lst li {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.cmt_lst li .lst_wp {
    position: relative;
    padding: 10px
}

.cmt_lst li .lst_wp strong {
    display: block;
    margin-bottom: .2em;
    font-size: 14px;
    line-height: 1.7em;
    color: #617a90;
}

.cmt_lst li .lst_wp .bar {
    padding: 0 0 0 4px;
    color: #ececec;
}

.cmt_lst li .lst_wp .cmt_com {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.cmt_lst li .lst_wp strong em {
    margin-left: .6em;
    font-weight: normal;
    color: #929292;
    font-size: 12px;
}

.cmt_lst .re .lst_wp {
    background-image: url('/img/board/sp_ico.png');
    background-repeat: no-repeat;
    padding-left: 24px;
    background-position: 10px -167px;
}

.reply_box {
    background: #f8f8f8;
    padding: 10px 10px 20px;
    border-top: 1px solid #ddd;
}

.reply_box .cm_box {
    position: relative;
    margin-right: 85px;
    height: 70px;
    background: #fff;
    padding: 4px;
    border: 1px solid #bdbdbd;
}

.reply_box .cm_box textarea {
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
    overflow: auto;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    resize: none;
    border: none;
}

.reply_box .cm_box .btn_reply {
    display: block;
    position: absolute;
    right: -85px;
    top: -1px;
    height: 78px;
    width: 78px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    line-height: 78px;
    font-weight: bold;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.cmt_lst li .reply_box {
    padding: 10px;
}

/* 비밀번호 */
.bbs_pw {
    text-align: center;
    background: #f8f8f8;
}

.bbs_pw .bg_pw {
    padding-top: 10px;
}

.bbs_pw .info_pw {
    padding: 10px;
}

.bbs_pw .input {
    width: 100%;
    max-width: 320px;
    border: 1px solid #a0a0a0;
    border-radius: 5px 5px;
    -webkit-appearance: textfield;
    background-color: #fff;
    color: #000;
    -webkit-appearance: none;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-indent: 6px;
}

.bbs_pw .btn_area {
    border-top: 1px solid #cbd0d3;
    padding: 10px 0;
    background: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ic_new, .ic_notice, .ic_best, .bbs_list li .cmt_num, .bbs_list li.re, .ico_cafe, .quickNav .up span, .quickNav .down span, .cmt_lst .re .lst_wp {
        background-image:url('/img/board/sp_ico@x2.png');
        background-size: 80px 190px;
    }

    .bbs_sch .opt_sch {
        background-image: url('/img/board/ico_sch@x2.png');
        background-size: 28px 30px;
    }
}

/*자주 찾는 질문
.faq_tab {width: 270px;margin: 0 auto;font-size: 18px;color: #666;height: 40px;}
.faq_tab span {display:inline-block;padding: 0px 5px 0px 8px;font-weight: 700;line-height: 15px;cursor: pointer;font-size: 22px;height: 20px;background: url(/image/sub/bg_tab.gif) no-repeat left 2px;}
.faq_tab span:first-child {border:none;padding-left: 0; background: none}
.faq_tab span.on {color: #e00;}*/
/*자주찾는 질문*/
.faq_tab {
    min-width: 230px;
    margin-right: 5px;
    overflow-x: scroll;
    white-space: nowrap;
}


.faq_tab li {
    display: inline-block;
    min-width:60px;
    margin: 0 5px;
    text-align:center;
    cursor:pointer
}
.faq_tab li a{
  display: block;
    padding: 10px;    
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f5f5f5;
    font-size: 14px;
}
.faq_tab li.on a{
  background:#232323;
    border: 1px solid #232323;
  color:#fff;
} 
.input_inner02 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    border: 1px #e0e0e0 solid;
    border-radius: 4px;
}
.input_inner02 *{
    box-sizing:border-box;
}
.input_inner02 input.input{
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background-color: #fff;
  line-height: 40px;
  border: 0;
  border-radius: 4px;
  font-family: "Paperlogy";
  color: #555;
}
.input_inner02 img {
    /* position: absolute; */
    top:13px;
    right: 10px;
    cursor: pointer;
    height: 16px;
}

.faq_tabArea {
  display: flex;
  column-gap: 10px;
  margin: 20px 0;
}
.faq_tabArea *{
  box-sizing: border-box;
}
.faq_tabArea button{
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background-color: transparent;
  text-align: center;
}
.faq_tabArea button.prev{
  padding: 11px 4px 11px 2px;
    
}
.faq_tabArea button.next{
    margin-left:auto;
  padding: 11px 2px 11px 4px;
    
}

.faq_tabArea button img {
    filter: brightness(1.3);    
}
.faq_tabArea button.prev img{
    transform: rotate(90deg);
    height: 8px;
}

.faq_tabArea button.next img{
    transform: rotate(-90deg);
    height: 8px;
}