/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
#footer {
}

.f_bann {}

.f_bann img {
    width: 100%;
}

.f_menu {
    font-size: 0;
}

.f_menu li {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding: 10px 0;
}

.f_menu li:after {content: "";background: #eaeaea;width: 1px;height: 100%;display: block;position: absolute;top: 0;left: 0;}

.f_menu li:nth-child(4n+1):after {
    display: none;
}

.f_menu li span {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    display: block;
    padding-top: 7px;
}

.f_menu li img {
    max-height: 26px;
}



.bank {
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
}


p.bank_info {
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
    color: #838383;
    font-size: 12px;
    margin-left: 8px;
}

p.bank_tit {
    padding-bottom: 8px;
    color: #050505;
    font-weight: 500;
    font-size: 13px;
}

p.bank_info img {}

p.bank_info span {
    /* position: absolute; */
    /* top: 0; */
    /* left: 115px; */
    padding-left: 7px;
}
p.bank_info:nth-child(2) {
    background: url(/design/infos/images/bank.png) no-repeat 0 2px;
    background-size: 17px;
}

p.bank_info:nth-child(3) {
    background: url(/design/infos/images/bank.png) no-repeat 0 -22px;
    background-size: 17px;
}

p.bank_info:nth-child(4) {
    background: url(/design/infos/images/bank.png) no-repeat 0 -47px;
    background-size: 17px;
}

p.bank_info:nth-child(5) {
    background: url(/design/infos/images/bank.png) no-repeat 0 -72px;
    background-size: 17px;
}

p.bank_info:nth-child(6) {
    background: url(/design/infos/images/bank.png) no-repeat 0 -98px;
    background-size: 17px;
}

p.bank_info:nth-child(7) {
    background: url(/design/infos/images/bank.png) no-repeat 0 -125px;
    background-size: 17px;
}

p.bank_order {
    /* padding-top: 5px; */
    color: #050505;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-weight: 300;
    font-size: 12px;
    padding-left: 28px;
    padding-bottom: 5px;
} 

.f_cs {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 15px 0;
    font-size: 0;
    position: relative;
}

.f_cs h3 {
    padding-bottom: 18px;
    color: #050505;
    font-weight: 500;
    font-size: 13px;
}

.f_cs .left {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    width: 50%;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 27px;
}

.f_cs .right {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    width: 50%;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
}

.f_cs .cs_name {
    color: #050505;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.f_cs .cs_num {
    color: #050505;
    padding-top: 3px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.f_cs  .cs_desc {
    color: #838383;
    font-size: 12px;
    padding-top: 12px;
}

.f_cs:after {
    content: "";
    background: #ebebeb;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
}
.f_btn {
    font-size: 0;
    padding: 15px;
}

.f_btn a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #838383;
    font-weight: 500;
    text-align: center;
    width: 48%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    height: 44px;
    line-height: 44px;
}

.f_btn a.black {
    margin-right: 4%;
    background: #000000;
    color: #fff;
}

.f_company {
    font-size: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
}

.f_company a {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    /* display: inline-block; */
    /* padding: 0 10px; */
    vertical-align: top;
}

.footer_desc {
    text-align: center;
    color: #989898;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
    padding: 20px;
}
.sns {
    text-align: center;
    font-size: 0;
    padding-top: 30px;
}

.sns a {
    height: 39px;
    display: inline-block;
    vertical-align: top;
  /*  padding: 0 42px; */
    padding: 0 25px;
}

.sns a img {
    height: 100%;
    vertical-align: bottom;
}

.sns a:first-child {height: 37px;padding-left: 0;}

.copyright {
    color: #838383;
    font-size: 10px;
    text-align: center;
    padding: 25px 0 15px;
}

.sns a:last-child {
    padding-right: 0;
}








.scroll_bt_tll {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 67px;
    cursor: pointer;
    z-index: 98;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    text-align: center;
    padding: 5px 11px;
    border: 1px solid #dfdfdf;
}

.scroll_bt_tll img {
    width: 18px;
    vertical-align: baseline;
}
.scroll_bt_tll_r {display:block;}

.scroll_bt_tll a {
    display: block;
    padding: 10px 0;
    position: relative;
}

.scroll_bt_tll a + a {
    border-top: 1px solid #c2c2c2;
}




/* board common */
#review-board-list .item-search {
    padding: 0;
    border: 1px solid #b6b6b6;
    margin: 0 15px 15px;
}

#review-board-list .item-search div .brd-st {
    border: 0;
    width: 100%;
    color: #000000;
    background: url(http://infos.img15.kr/design/mobile/images/b_se.png) no-repeat center right 30px #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: 12px;
    font-weight: 300;
    font-size: 12px;
}
#review-board-list .item-search div input {
    border: 0;
    outline: 0;
}

#review-board-list .item-search div:last-child .btn_Grey {
    background: url(http://infos.img15.kr/design/mobile/images/Layer1076.png) no-repeat center right 15px #fff;
    font-size: 0;
    border: 0;
    background-size: 15px;
}
#review-board-list .boardList li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px;
    line-height: 1.8;
}

#review-board-list .notice-bar {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}

#review-board-list .notice {
    border-top: 1px solid #eaeaea;
}

.bgc464644 {
    background: #ff4753;
    margin-right: 3px;
    border-radius: 3px;
}

#review-board-list .notice-bar a {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}

#review-board-list .notice-bar dd {
    color: #4e4e4e;
    font-size: 11px;
}
 
#review-board-list .paging {
    padding: 20px 0;
}

#review-board-list .boardWrite {
    padding: 0 15px 30px;
}
#review-board-write .form-wrap {
    background: #fff;
    padding: 0 15px;
}

#review-board-write table th {
    font-size: 13px;
    font-weight: 500;
}

#review-board-write .pd10 {
    padding-bottom: 20px;
}
img.repl {
    width: 14px;
    vertical-align: middle;
}

#review-board-list .boardList li .bl_depth1 {
    padding-left: 0;
    padding-right: 5px;
}




/* 2021 06 10 */
.cate-wrap2 .list_arrayRight a + a {
    margin-left: 5px;
}
.prd_list.list_mode {padding: 0 15px;}

.prd_list.list_mode li {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    min-height: 150px;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0 3px 0;
}

.prd_list.list_mode li a .thumb, .prd_list.list_mode li .thumb a {
    width: 130px;
    height: 130px;
    overflow: hidden;
    padding-bottom: 0;
    /* display: inline-block; */
    /* vertical-align: middle; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-top: -2px;
}
.prd_list.list_mode li a .info, .prd_list.list_mode li a .name, .prd_list.list_mode li a .subname, .prd_list.list_mode li a .price {
    margin-left: 145px;
}
.prd_list.list_mode li a .thumb img, .prd_list.list_mode li .thumb a img {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.prd_list.list_mode li a .info {padding-top: 5px;}

/* BASIC css end */

