
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
/*@import url(http://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);*/

root {
    display: block;
}

* {
    font-family: Dotum, Gulim, 'Nanum Gothic';
    margin:0;
    padding:0;
    line-height:120%;
}

html , body {
    height:100%;
    font-size: 12px;
    background: white;
    color: #202020;
}

fieldset {
    border: none;
}

fieldset legend {
    display: none;;
}

ul, ol {
    list-style:none;
}

a {
    text-decoration:none;
    color: #000;
}

a:hover {
    /*font-weight: bold;*/
    /*color: #2b542c;*/
    /*text-decoration: underline;*/
}

img {
    border:0;
}

hr {
    display:none;
}

input {
    height: 21px;
}

input[type=text], textarea {
    ime-mode: active;
}

input[type=text], input[type=password], input[type=email], textarea, select {
    border: 1px solid #d8d8d8;
    padding: 0 3px;
    font-size: 12px;
}

input[type='submit'], input[type='button'], button {
    cursor: pointer;
}

input[disabled], textarea[disabled], input[readonly], textarea[readonly] {
    background: #eee;
    color: #000;
}

select {
    padding: 1px;
}

textarea {
    height: auto;
}

.blind {
    display:none;
}

.button {
    cursor: pointer;
}

a.button, span.button {
    display: inline-block;
    overflow: hidden;
}

a.button span {
    display: none;
}

.hover_bold:hover {
    font-weight: bold;
}

button.button,
input[type='button'].button,
input[type='submit'].button {
    display: inline-block;
    overflow: hidden;
    border: 0;
    letter-spacing: -1px;
}

button.no_text,
input[type='button'].no_text,
input[type='submit'].no_text {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    *line-height: 300px;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.margin_center { margin: 0 auto; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.valign_middle * {
    vertical-align: middle;
}

.block {
    display: block;
}

.fsize11 { font-size: 11px; }

span.required {
    font-size: 11px;
    color: #f66c3c;
    font-weight: bold;
}

.w50  { width: 50px; }
.w60  { width: 60px; }
.w75  { width: 75px; }
.w100 { width: 100px; }
.w125 { width: 125px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w500 { width: 500px; }
.w600 { width: 500px; }
.w20p { width: 20%; }
.w25p { width: 25%; }
.w100p { width: 100%; }

.mtop0  { margin-top: 0; }
.mtop5  { margin-top: 5px; }
.mtop10  { margin-top: 10px; }
.mtop15  { margin-top: 15px; }
.mtop20  { margin-top: 20px; }
.mtop30  { margin-top: 30px; }
.mtop40  { margin-top: 40px; }
.mtop50  { margin-top: 50px; }
.mtop100 { margin-top: 100px; }

.padding10 {
    padding: 10px;
}

.ime_mode_active {
    ime-mode: active;
}

.clear_both {
    *zoom: 1;
}

.clear_both:after {
    content: "";
    display: block;
    clear: both;
}

.color_button {
    font-size: 12px;
    height: 20px;
    line-height: 19px;
    color: white;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border: 0;
}


input[type=text], input[type=password] {
    height: 17px;
    line-height: 17px;
}

.line_through {
    text-decoration: line-through;
}

.desc {
    color: #BE5C00;
    line-height: 1.7em;
}

.minus_price {
    color: red;
}

.floating_layer {
    overflow: visible;
}


.floating_layer_body {
    position: absolute;
    z-index: 1000000;
    left:20px;
    top: 12px;
    background: white;
    border: 1px solid #b5b5b5;
    min-width: 200px;
    min-height: 50px;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    display: none;
    border-radius: 3px;
    text-align: left;
    box-shadow: 3px 3px 10px #dddddd;
    -moz-box-shadow: 3px 3px 5px #dddddd;
    -webkit-box-shadow: 3px 3px 5px #dddddd;
}

.floating_layer:hover {
    position: relative;
    z-index: 100000;
}

.floating_layer:hover .floating_layer_body {
    display: block;
}

.floating_layer p * {
    vertical-align: middle;
}

/*W*/
.wrap_bg {
    background: url('../img/new/header_bg5.png') repeat-x 0px 0px;
}

.wrap_bg2 {
    /*background: url('/img/new_ui/header_bg2.png') no-repeat;*/
    /*background: #FFFFFF;*/
}

.wrap {
    width: 1045px;
    min-height: 800px;
}

.header {
    position: relative;
    margin-bottom: 5px;
}

.header_top {
    height: 54px;
    overflow: hidden;
}

.header_middle {
    width: 1045px;
    height: 49px;
    margin-left: 0px;
    overflow: hidden;
    /*background: url('/img/486_ui/header_left.png?var=1.1') no-repeat;*/
    position: relative;
    top: -5px;
    left: 0px;
}
.header_middle .tel-info {
    padding:5px;
    height:50px;
    width:190px;
    position:absolute;
    top:5px;
    left:240px;
    text-align:right;
    font-weight:bold;
    font-size:15px;
    font-family: 'Nanum Gothic';
}

.red {
    color:#ee4039;
}

.white {
    color:white;
}

.bold {
    font-weight:bold;
}

.green {
    color: #00BC78;
}

h1 {
    position: absolute;
    left: 13px;
    top: 12px;
}

.top_buttons {
    position: absolute;
    top: 23px;
    left: 231px;
}

.top_buttons li {
    float: left;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
}

.top_buttons li img {
    vertical-align: -1px;
}

.top_buttons li span {
    color: #6F6F6F;
    vertical-align: middle;
}

.top_menu {
    margin-left: 400px;
   padding-top: 17px;
}

.top_menu li {
    float: left;
    padding: 0 10px;
}

/*.top_menu li.bar {*/
/*    background: url('/img/486_ui/top_menu2_bar.png') no-repeat left 6px;*/
/*}*/
.main_menu {
    float:right;
}
.main_menu li {
    float: left;
    padding: 0 15px;
    font-size: 16px;
    line-height: 53px;
    font-weight: bold;
}

.main_menu.admin li {
    padding: 0 12px;
}

.level_user .main_menu li {
    padding: 0 18px;
}

.main_menu li:first-child {
    padding-left: 58px;
    background: none;
}

.main_menu li a {
    color: white;
    text-shadow: 1px 1px 1px #666;
    font-family: Dotum, Gulim;
    font-size: 14px;
}

.main_menu li a:hover {
    color: #f8fa2a;
    position: relative;
    top: 1px;
    left: 1px;
}

.open-close-area {
    position: absolute;
    top: 10px;
    right: 0px;

    border-collapse: collapse;
}
.open-close-area li {
    border-color:#00BC78 !important;
    font-weight:bold;
}
.open-close-area li a {
    color:black;
}
.open-close-area .on {
    background:#00BC78;
    color:white;
}
.open-close-area .on a {
    color:white;
    font-weight:bold;
}

.container {
    /*margin-top: 10px;*/
}

.left_side {
    float: left;
    width: 180px;
    /*margin-left: 5px;*/
    padding:8px;
    padding-top: 20px;
    overflow: hidden;
    /*border-right: #D6D6D6 solid 1px;*/
}
.left_side_2 {
    background:#F3F3F3;
    padding:8px;
}
.left_side_3 {
    background: #fff;
    border:1px solid #ccc;
}

.content_place {
    padding-top: 10px;
    margin-left: 10px;
    float: left;
    width: 835px;
}

.footer {
    /*border-top: 2px solid #737373;*/
    /*margin-top: 35px;*/
}

.footer .copyright {
    padding-left: 225px;
    padding-top: 30px;
}

.footer .copyright p {
    color: #747474;
    line-height: 1.5em;
}

/*회원정보*/
.user_info_top {
    /*background: url('/img/new_ui/user_info_bg_top.png') no-repeat;*/
    height: 5px;
}
.user_info_middle {
    /*background: url('/img/new_ui/user_info_bg_middle.png') repeat-y left;*/


}

.user_info_bottom {
    /*background: url('/img/new_ui/user_info_bg_bottom.png') no-repeat;*/
    height: 6px;
}

.user_info * {
    font-weight:bold;
}

.user_info .user_name img, .user_info .user_name a, .user_info .user_name span {
    float: left;
    /*line-height: 22px;*/
    padding:5px;
}

.user_info .user_name span {
    /*float: right;*/
    padding-left:5px;
}

.user_info .user_name a {
    margin-left: 4px;
    display: inline-block;
    /*width: 75px;*/
}

.user_info .user_deposit, .user_deposit img, .user_info .user_deposit a, .user_info .user_deposit span {
    /*float: left;*/
    /*line-height: 20px;*/
    color:white;
    padding:5px;
}
.user_info .user_deposit {
    background:#00BC78;
    font-weight:bold;
}

.user_info .user_deposit a {
    /*width: 84px;*/
    /*text-align: right;*/
    font-size: 12px;
    font-weight: bold;
    color: white;
    float: right;
}

.user_info .user_deposit span {
    /*float: right;*/
}
.user_info .user_order_count {
    padding:5px;
    padding-right:12px;
    padding-left:9px;
}
.user_info .user_order_count > span, .user_info .user_order_count > a {
    /*float: left;*/
    line-height: 1em;
}

.user_info .user_order_count > span {
    /*background: url('/img/new_ui/icon_03.png') no-repeat 0 4px;*/
    /*padding-left: 8px;*/
}

.user_info .user_order_count > a {
    /*float: right;*/
}

.user_info .user_buttons li {
    float: left;
    margin-left:3px;
}

.user_info .user_buttons li:first-child {
    /*float: left;*/
}

.left_menu_wrap  {
    margin-top: 10px;
}

/*.left_menu_wrap .menu_header div {*/
    /*width: 40px;*/
    /*height:34px;*/
    /**padding:0px;*/
    /**height:37px;*/
    /*line-height: 34px;*/
    /*background: #ee4039;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 0px;*/
    /*text-align: center;*/

    /*color: white;*/
    /*font-size: 11px;*/
/*}*/

.left_menu_wrap:first-child{
    margin-top: 0px;
}

.left_menu_wrap .menu_header {
    width: 100%;
    height: 30px;
    /*position:relative;*/
    background:#2b2c2b;
    /*padding:8px;*/
}

.left_menu_wrap .menu_header .first {
    float: left;
    width: 90px;
    line-height: 32px;
    padding-left: 10px;
    font-size:15px;
    font-weight:bold;
    color:white;
}

.left_menu_wrap .menu_header .second {
    float: right;
    width: 40px;
    line-height: 30px;
    background: #00bc78;
    text-align: center;
    float: right;
    width: 40px;
    line-height: 30px;
    background: #00bc78;
    text-align: center;
    font-size:10px;
    color:white;
}

.left_menu_wrap h3 {
    text-align: left;
    /*border-bottom: #BD1111 solid 4px;*/
    /*padding-bottom: 5px;*/
    font-family: 'Nanum Square', Dotum, Gulim, 'Nanum Gothic';
}

.left_menu_wrap h3 span {
    font-size: 15px;
    color: white;
    font-weight: bold;
    /*vertical-align: middle;*/
}

.left_menu_wrap.first_child h3 {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.left_menu_bottom {
    /*background: url('/img/new_ui/left_menu_bg_bottom.png') left;*/
    /*height: 5px;*/
}

.left_menu_middle {
    /*padding: 0 7px;*/
    margin-left: 8px;
    margin-right: 8px;
}

.left_menu_middle li {
    margin-left: 6px;
}

.left_menu_middle li {
    /*background: url('/img/new_ui/dot_line_01.png') top repeat-x;*/
}

.left_menu_middle li:first-child {
    background: none;
}

.left_menu_middle li a {
    padding-top:2px;
    line-height: 20px;
    vertical-align: middle;
    color: black;
    padding-left: 10px;
    /*background: url('/img/486_ui/icon_05.png') 0px 10px no-repeat;*/
    display: block;
    letter-spacing: -0.5px;
}


.left_menu_middle li a:hover, .left_menu_middle li a span:hover{
    font-weight: bold;
    color:#BD1111;
}

/*.left_menu_middle li a:hover {*/
/*    background: url('/img/486_ui/icon_05_on.png') 0px 10px no-repeat;*/
/*}*/

.left_menu_middle li a.orange_dot {
    background: url('/img/new_ui/icon_04.png') 7px 11px no-repeat;
}

.left_menu_middle li a.point {
    font-weight: bold;
    color: #fa5e34;
}

/*퀵메뉴*/


.member_quick {
    position: fixed;
    width: 83px;
    height: 612px;
    left:1020px;
    top: 180px;

}

.member_quick_title {
    width: 83px;
    height: 64px;
    background: url('/img/quick_title.png') no-repeat;
    border: 0;
}
.quick_icon01 {
    width: 83px;
    height: 88px;
    background: url('/img/quick_icon01.png') no-repeat;
  }
.quick_icon02 {
    width: 83px;
    height: 89px;
    background: url('/img/quick_icon02.png') no-repeat;
}

.quick_icon03 {
    width: 83px;
    height: 66px;
    background: url('/img/quick_icon03.png') no-repeat;
 }
.quick_icon04 {
    width: 83px;
    height: 66px;
    background: url('/img/quick_icon04.png') no-repeat;
 }
.quick_icon05 {
    width: 83px;
    height: 66px;
    background: url('/img/quick_icon05.png') no-repeat;
}

.quick_icon06 {
    width: 83px;
    height: 66px;
    background: url('/img/quick_icon06.png') no-repeat;
 }
.quick_icon07 {
    width: 83px;
    height: 66px;
    background: url('/img/quick_icon07.png') no-repeat;
}

.quick_icon08 {
    width: 83px;
    height: 66px;
    background: url('/img/quick_icon08.png') no-repeat;
}

.member_quick span{
    display: none;
}

.quick_icon01:hover {
    width: 83px;
    height: 88px;
    background: url('/img/quick_icon01_ov.jpg') no-repeat;

}

.quick_icon02:hover {
    width: 83px;
    height: 89px;
    background: url('/img/quick_icon02_ov.jpg') no-repeat;

}

.quick_icon03:hover {
    width: 193px;
    height: 63px;
    background: url('/img/quick_icon03_ov.jpg') no-repeat;
    border: 2px solid #fb877a;
}

.quick_icon04:hover {
    width: 193px;
    height: 63px;
    background: url('/img/quick_icon04_ov.jpg') no-repeat;
    border: 2px solid #fb877a;
}

.quick_icon05:hover {
    width: 193px;
    height: 63px;
    background: url('/img/quick_icon05_ov.jpg') no-repeat;
    border: 2px solid #fb877a;
}

.quick_icon06:hover {
    width: 193px;
    height: 63px;
    background: url('/img/quick_icon06_ov.jpg') no-repeat;
    border: 2px solid #fb877a;
}

.quick_icon07:hover {
    width: 193px;
    height: 63px;
    background: url('/img/quick_icon07_ov.jpg') no-repeat;
    border: 2px solid #fb877a;
}

.quick_icon08:hover {
    width: 193px;
    height: 63px;
    background: url('/img/quick_icon08_ov.jpg') no-repeat;
    border: 2px solid #fb877a;
}

.quick_btn01{
    margin-top:64px;
    margin-left:6px;
    position: absolute;
}

.quick_btn02{
    margin-top:64px;
    margin-left:6px;
    position: absolute;
}

/*
테이블 기본 설정
*/
table {
    width: 100%;
}

table, td, th {
    border-collapse: collapse;
}

td, th {
    padding: 2px 0;
}

th >p, td > p {
    padding: 2px 2px 0 2px;
    line-height: 1em;
}

th >p *, td > p * {
    vertical-align: middle;
}

th >p:first-child, td > p:first-child {
    padding-top: 0;
}

th > div>p, td > div > p {
    padding: 2px 2px 0 2px;
}

th > div >p *, td > div > p * {
    vertical-align: middle;
}

th > div >p:first-child, td > div > p:first-child {
    padding-top: 0;
}




/*
아이콘.
*/

.icon_glass {
     display: inline-block;
     width: 13px;
     height: 13px;
     background: url('../../img/glass_icon.png') no-repeat;
 }

.icon_hand {
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url('../../img/hand_icon.png') no-repeat;
}

.icon_dica_off {
     display: inline-block;
     width: 14px;
     height: 12px;
     background: url('../../img/dica_off.png') no-repeat;
 }

.icon_dica_on {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url('../../img/dica_on.png') no-repeat;
}

.icon_notice {
    display: inline-block;
    width: 30px;
    height: 15px;
    background: url('../../img/notice_icon.png') no-repeat;
}

.icon_new_red {
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url('../../img/new_red_icon.png') no-repeat;
}

.icon_camera { display: inline-block; width: 13px; height: 13px; background: url('../../img/icon_camera.png') no-repeat;}
.icon_hu { display: inline-block; width: 13px; height: 13px; background: url('../../img/icon_hu.png') no-repeat;}
.icon_quick { display: inline-block; width: 13px; height: 13px; background: url('../../img/icon_02.png') no-repeat;}
.icon_flower { display: inline-block; width: 13px; height: 13px; background: url('../../img/icon_flower.png') no-repeat;}
.icon_rice { display: inline-block; width: 13px; height: 13px; background: url('../../img/icon_rice.png') no-repeat;}
.icon_mum { display: inline-block; width: 37px; height: 13px; background: url('../../img/icom_mum.png') no-repeat;}
.icon_web { display: inline-block; width: 13px; height: 13px; background: url('../../img/icon_web.png') no-repeat;}
.icon_mobile { display: inline-block; width: 13px; height: 13px; background: url('../../img/icon_mobile.png') no-repeat;}

.icon_house { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_house.png') no-repeat;}
.icon_new { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_new.png') no-repeat;}
.icon_mu { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_mu.png') no-repeat;}
.icon_fruits_delivery { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_fruits_delivery.png') no-repeat;}
.icon_fw_basket { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_fw_basket.png') no-repeat;}
.icon_express_delivery { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_express_delivery.png') no-repeat;}
.icon_black_ribbon { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_black_ribbon.png') no-repeat;}
.icon_round_fw { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_round_fw.png') no-repeat;}
.icon_subal { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_subal.png') no-repeat;}
.icon_large_size { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_large_size.png') no-repeat;}
.icon_multi_tier { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_multi_tier.png') no-repeat;}
.icon_objet_fw { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_objet_fw.png') no-repeat;}
.icon_bonsai { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_bonsai.png') no-repeat;}
.icon_nunhu {display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_nunhu.png') no-repeat;}
.icon_night { display: inline-block; width: 13px; height: 13px; background: url('/images/icon/icon_night.png') no-repeat;}

.icon_exc {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../../img/icon_exc.png') center no-repeat;
}

.icon_rental {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../../img/icon_rental2.png') center no-repeat;
}

.icon_rental2 {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../../img/icon_rental.png') center no-repeat;
}

/*
버튼.
*/
.button01 {
    width: 62px;
    height: 17px;
    line-height: 17px;
    color: white;
    background: url('../../img/button01.png') no-repeat;
}

.button02 {
     width: 73px;
     height: 19px;
     background: url('../../img/button02.png') no-repeat;
}

.button03 {
    width: 55px;
    height: 21px;
    background: url('../../img/button03.png') no-repeat;
}

.button04 {
    width: 70px;
    height: 21px;
    background: url('../../img/button04.png') no-repeat;
}

.button05 {
    width: 150px;
    height: 57px;
    background: url('../../img/new_ui/make_order.png') no-repeat;
}

.button06 {
    width: 151px;
    height: 47px;
    background: url('../../img/order_create_cancel_button.png') no-repeat;
}

.button12 {
    width: 150px;
    height: 57px;
    background: url('../../img/new_ui/order_preview.png') no-repeat;
}

.mint_button_70 { background: url('../../img/new_ui/bt_70.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: #464545; text-align: center; }

.gray_button_55 { background: url('../../img/new_ui/bt_55.png') no-repeat; width: 55px; height: 20px; line-height: 22px; color: #464545; text-align: center; font-size:11px;}
.gray_button_70 { background: url('../../img/new_ui/bt_70.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.gray_button_107 { background: url('../../img/new_ui/bt_110.png') no-repeat; width: 110px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.gray2_button_55 { background: url('../../img/new_ui/bt_55.png') no-repeat; width: 55px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.gray2_button_70 { background: url('../../img/new_ui/bt_70.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.gray2_button_96 { background: url('../../img/new_ui/bt_100.png') no-repeat; width: 100px; height: 20px; line-height: 20px; color: #464545; text-align: center; }

.lignt_blue_button_55 { background: url('../../img/new_ui/bt_55.png') no-repeat; width: 55px; height: 20px; line-height: 22px; color: #464545; text-align: center; font-size:11px;}
.lignt_blue_button_70 { background: url('../../img/new_ui/bt_70.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.light_blue_button_107 { background: url('../../img/new_ui/bt_110.png') no-repeat; width: 110px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.lignt_blue2_button_55 { background: url('../../img/new_ui/bt_55.png') no-repeat; width: 55px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.lignt_blue2_button_70 { background: url('../../img/new_ui/bt_70.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.lignt_blue2_button_96 { background: url('../../img/new_ui/bt_100.png') no-repeat; width: 100px; height: 20px; line-height: 20px; color: #464545; text-align: center; }

.blue_button_55 { background: url('../../img/new_ui/bt_55.png') no-repeat; width: 55px; height: 20px; line-height: 22px; color: #464545; text-align: center; }
.blue_button_70 { background: url('../../img/new_ui/bt_70.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.blue_button_96 { background: url('../../img/new_ui/bt_100.png') no-repeat; width: 100px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.blue_button_180 { background: url('../../img/new_ui/bt_175.png') no-repeat; width: 175px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.blue2_button_55 { background: url('../../img/new_ui/bt_55.png') no-repeat; width: 55px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.blue2_button_70 { background: url('../../img/new_ui/bt_70.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: #464545; text-align: center; }

.red_button_55 { background: url('../../img/new_ui/bt_55.png') no-repeat; width: 55px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.red_button_70 { background: url('../../img/new_ui/bt_70_01.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: white; text-align: center; }

.red_button_115 {
    background: url('../../img/new_ui/bt_red_115.png') no-repeat;
    width: 115px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}

.cus_button_01 { background: url('../../img/new_ui/bt_70.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.cus_button_02 { background: url('../../img/new_ui/bt_50.png') no-repeat; width: 50px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.cus_button_03 { background: url('../../img/new_ui/bt_55.png') no-repeat; width: 55px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.cus_button_04 { background: url('../../img/new_ui/bt_55.png') no-repeat; width: 55px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.cus_button_05 { background: url('../../img/new_ui/bt_70.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.cus_button_06 { background: url('../../img/new_ui/bt_80.png') no-repeat; width: 80px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.cus_button_07 { background: url('../../img/new_ui/bt_90.png') no-repeat; width: 90px; height: 20px; line-height: 20px; color: #464545; text-align: center; }

.cus_button_naver { width: 56px; height: 20px; background: url('../../img/new_ui/button_naver.png') no-repeat; }
.cus_button_daum { width: 40px; height: 20px; background: url('../../img/new_ui/button_daum.png') no-repeat; }


.bt_50 { background: url('../../img/new_ui/bt_50.png') no-repeat; width: 50px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_55 { background: url('../../img/new_ui/bt_55.png') no-repeat; width: 55px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_70 { background: url('../../img/new_ui/bt_70.png') no-repeat; width: 70px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_80 { background: url('../../img/new_ui/bt_80.png') no-repeat; width: 80px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_90 { background: url('../../img/new_ui/bt_90.png') no-repeat; width: 90px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_100 { background: url('../../img/new_ui/bt_100.png') no-repeat; width: 100px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_110 { background: url('../../img/new_ui/bt_110.png') no-repeat; width: 110px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_120 { background: url('../../img/new_ui/bt_120.png') no-repeat; width: 120px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_130 { background: url('../../img/new_ui/bt_130.png') no-repeat; width: 130px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_140 { background: url('../../img/new_ui/bt_140.png') no-repeat; width: 140px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_150 { background: url('../../img/new_ui/bt_150.png') no-repeat; width: 150px; height: 20px; line-height: 20px; color: #464545; text-align: center; }
.bt_175 { background: url('../../img/new_ui/bt_175.png') no-repeat; width: 175px; height: 20px; line-height: 20px; color: #464545; text-align: center; }


.eco_bt_06 { background: url('../../img/new_ui/button_06.png') no-repeat; width: 65px; height: 22px; }
.eco_bt_07 { background: url('../../img/new_ui/button_07.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_08 { background: url('../../img/new_ui/button_08.png') no-repeat; width: 80px; height: 22px; }
.eco_bt_09 { background: url('../../img/new_ui/button_09.png') no-repeat; width: 60px; height: 22px; }
.eco_bt_10 { background: url('../../img/new_ui/button_10.png') no-repeat; width: 60px; height: 22px; }
.eco_bt_11 { background: url('../../img/new_ui/button_11.png') no-repeat; width: 75px; height: 22px; }
.eco_bt_12 { background: url('../../img/new_ui/button_12.png') no-repeat; width: 75px; height: 22px; }
.eco_bt_13 { background: url('../../img/new_ui/button_13.png') no-repeat; width: 55px; height: 22px; }
.eco_bt_14 { background: url('../../img/new_ui/button_14.png') no-repeat; width: 50px; height: 22px; }
.eco_bt_15 { background: url('../../img/new_ui/button_15.png') no-repeat; width: 50px; height: 22px; }
.eco_bt_16 { background: url('../../img/new_ui/button_16.png') no-repeat; width: 57px; height: 22px; }
.eco_bt_17 { background: url('../../img/new_ui/button_17.png') no-repeat; width: 65px; height: 22px; }
.eco_bt_18 { background: url('../../img/new_ui/button_18.png') no-repeat; width: 80px; height: 22px; }
.eco_bt_19 { background: url('../../img/new_ui/button_19.png') no-repeat; width: 80px; height: 22px; }
.eco_bt_20 { background: url('../../img/new_ui/button_20.png') no-repeat; width: 80px; height: 22px; }
.eco_bt_21 { background: url('../../img/new_ui/button_21.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_22 { background: url('../../img/new_ui/button_22.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_23 { background: url('../../img/new_ui/button_23.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_24 { background: url('../../img/new_ui/button_24.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_25 { background: url('../../img/new_ui/button_25.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_26 { background: url('../../img/new_ui/button_26.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_27 { background: url('../../img/new_ui/button_27.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_28 { background: url('../../img/new_ui/button_28.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_29 { background: url('../../img/new_ui/button_29.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_30 { background: url('../../img/new_ui/button_30.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_31 { background: url('../../img/new_ui/button_31.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_32 { background: url('../../img/new_ui/button_32.png') no-repeat; width: 66px; height: 22px; }
.eco_bt_33 { background: url('../../img/new_ui/button_33.png') no-repeat; width: 52px; height: 22px; }
.eco_bt_34 { background: url('../../img/new_ui/button_34.png') no-repeat; width: 52px; height: 22px; }
.eco_bt_35 { background: url('../../img/new_ui/button_35.png') no-repeat; width: 162px; height: 22px; }
.eco_bt_36 { background: url('../../img/new_ui/button_36.png') no-repeat; width: 162px; height: 22px; }
.eco_bt_37 { background: url('../../img/new_ui/button_37.png') no-repeat; width: 85px; height: 22px; }
.eco_bt_38 { background: url('../../img/new_ui/button_38.png') no-repeat; width: 85px; height: 22px; }
.eco_bt_39 { background: url('../../img/new_ui/button_39.png') no-repeat; width: 52px; height: 22px; }
.eco_bt_40 { background: url('../../img/new_ui/button_40.png') no-repeat; width: 52px; height: 22px; }
.eco_bt_41 { background: url('../../img/new_ui/button_41.png') no-repeat; width: 85px; height: 22px; }
.eco_bt_42 { background: url('../../img/new_ui/button_42.png') no-repeat; width: 85px; height: 22px; }
.eco_bt_43 { background: url('../../img/new_ui/button_43.png') no-repeat; width: 85px; height: 22px; }
.eco_bt_47 { background: url('../../img/new_ui/button_47.png') no-repeat; width: 85px; height: 22px; }
.eco_bt_48 { background: url('../../img/new_ui/button_48.png') no-repeat; width: 85px; height: 22px; }
.eco_bt_49 { background: url('../../img/new_ui/button_49.png') no-repeat; width: 85px; height: 26px; }
.eco_bt_50 { background: url('../../img/new_ui/button_50.png') no-repeat; width: 75px; height: 26px; }
.eco_bt_51 { background: url('../../img/new_ui/button_51.png') no-repeat; width: 85px; height: 26px; }
.eco_bt_52 { background: url('../../img/new_ui/button_52.png') no-repeat; width: 60px; height: 26px; }
.eco_bt_53 { background: url('../../img/new_ui/button_53.png') no-repeat; width: 85px; height: 26px; }
.eco_bt_54 { background: url('../../img/new_ui/button_54.png') no-repeat; width: 85px; height: 26px; }
.eco_bt_55 { background: url('../../img/new_ui/button_55.png') no-repeat; width: 85px; height: 26px; }
.eco_bt_56 { background: url('../../img/new_ui/button_56.png') no-repeat; width: 85px; height: 26px; }
.eco_bt_57 { background: url('../../img/new_ui/button_57.png') no-repeat; width: 60px; height: 26px; }
.eco_bt_58 { background: url('../../img/new_ui/button_58.png') no-repeat; width: 105px; height: 26px; }
.eco_bt_59 { background: url('../../img/new_ui/button_59.png') no-repeat; width: 85px; height: 26px; }
.eco_bt_60 { background: url('../../img/new_ui/button_60.png') no-repeat; width: 52px; height: 22px; }
.eco_bt_61 { background: url('../../img/new_ui/button_61.png') no-repeat; width: 80px; height: 22px; }
.eco_bt_62 { background: url('../../img/new_ui/button_62.png') no-repeat; width: 80px; height: 22px; }
.eco_bt_63 { background: url('../../img/new_ui/button_63.png') no-repeat; width: 65px; height: 22px; }
.eco_bt_64 { background: url('../../img/new_ui/button_64.png') no-repeat; width: 65px; height: 22px; }
.eco_bt_65 { background: url('../../img/new_ui/button_65.png') no-repeat; width: 50px; height: 22px; }
.eco_bt_66 { background: url('../../img/new_ui/button_66.png') no-repeat; width: 50px; height: 22px; }
.eco_bt_67 { background: url('../../img/new_ui/button_67.png') no-repeat; width: 50px; height: 22px; }
.eco_bt_73 { background: url('../../img/new_ui/button_73.png') no-repeat; width: 85px; height: 26px; }
.eco_bt_80 { background: url('../../img/new_ui/button_80.png') no-repeat; width: 80px; height: 22px; }

.icon_08 { background: url('../../img/new_ui/icon_08.png') no-repeat; width: 11px; height: 13px; }

.button_444444 { background: #444444; color: #FFFFFF; height: 25px; line-height: 25px; padding-left: 10px; padding-right: 10px; text-align: center; }

.btn_cs_olfcokr { background: url('../../img/new_ui/btn_cs_olfcokr.png') no-repeat; width: 85px; height: 26px; }
.btn_cs_ecogfcokr { background: url('../../img/486_ui/btn_cs_ecogfcokr.png') no-repeat; width: 85px; height: 26px; }

/*
회원게시판
*/

.grid_style02 {
    border: 0;
    font-size: 12px;
}

.grid_style02 th, .grid_style02 td {
      height: 20px;
}

.grid_style02 th {
    background: #CCE5F2;
    border-top:4px solid #33adcc;
    padding:5px 5px;
}

.grid_style02 th, .read_style th p {
    font-weight: normal;
}

.grid_style02 td.empty {
    padding: 20px 0;
}
.grid_style02_over:hover{
    background: #F7F1D7;
}

/*
회원게시판 뷰
*/

.register_title{
    width:245px;
    hegith:18px;
    padding-bottom:5px;
    margin-top:-60px;
}
.read_style02 {
    border: 0;
    font-size: 12px;
}

.read_style02 th, .read_style02 td {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    height: 24px;
    word-spacing:-1px;
}

.read_style02 th {
    background: #f2f2f2;

}

.read_style02 th, .read_style02 th p {
    text-align: left;
    font-weight: normal;
}

.read_style02 p,.read_style02 th,.read_style02 td{
    padding-left:10px;
}

.read_style02 th.font_emphasis {
    font-weight: bold;
}

.floating_layer_body .read_style02 th {
    padding: 2px;
    width: 80px;
}

.read_style02 .read_content_place img {
    /*max-width: 600px;*/
}

.read_style02.compact th {
    width: 95px;
    padding-left: 5px;
}

.comment_read_style02 {
    background: #f2f2f2;
    margin:1px;
    border-top:1px solid #d6d6d6;
}





/*
게시판 리스트
*/
.grid_style {
    border: 0;
    font-size: 12px;
}

.grid_style th, .grid_style td {
    border: 1px solid #d6d6d6;
    height: 20px;
}

.grid_style th {
    background: #f2f2f2;
}

.grid_style th, .read_style th p {
    font-weight: normal;
}

.grid_style td.empty {
    padding: 20px 0;
}

/*
게시판 뷰
*/

.register_title{
    width:245px;
    hegith:18px;
    padding-bottom:5px;
    margin-top:-60px;
}
.read_style {
    border: 0;
    font-size: 12px;
}

.read_style th, .read_style td {
    border: 1px solid #d6d6d6;
    height: 20px;
    word-spacing:-1px;
}

.read_style th {
    background: #f2f2f2;
    padding-left: 10px;
}

.read_style th, .read_style th p {
    text-align: left;
    font-weight: normal;
}

.read_style th.font_emphasis,
.read_style th.font_emphasis p span {
    font-weight: bold;
}

.floating_layer_body .read_style th {
    padding: 2px;
    width: 80px;
}

.read_style .read_content_place {
    line-height: 1.5em;
    /*letter-spacing: -1px;*/
}

.read_style .read_content_place img {
    max-width: 100%;
}

.read_style.compact th {
    width: 95px;
    padding-left: 5px;
}

/*
수발주리스트
*/
.order_list {
    border: 0;
}

.order_list thead th {
    background: #CCE5F2;
    border-top: 4px solid #33adcc;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.order_list thead th, .order_list thead th p {
    color: #4d4d4d;
    font-weight: normal;
}

.order_list thead th a {
    color: #222222;
}
.order_list tbody td * {
    color: #444;
    line-height: 1.2;
}

.order_list tbody td {
    border: 1px solid #cdcdcd;
}

.order_list tbody td .button01 {
    color: white;
}

.order_list .blue {
    color: blue;
    font-weight: bold;
}

.order_list .red {
    color: #ff341f;
    font-weight: bold;
    letter-spacing: -1px;
}

.order_list .green {
    color: #76ba0e;
}

.order_list .bold {
     font-weight: bold;
}

.order_list .bg_light_blue {
    background: #e5eeff;
}

.order_list.make_order_list th {
    background: #fdf4e1;
}

/*
발주하기
*/
.order_create {
    border: 0;
}

.order_create th {
    border: 1px solid #c6daff;
    background: #e5eeff;
}


/*
타이틀 바.
*/
.title_bar {
    /*background: #ececec;*/
    border-bottom: 2px solid #2f2f2f;
    height: 28px;
}

.title_bar h3 {
    padding-left: 26px;
    background: url('../img/new/i_title.png?var=1.0') 5px 50% no-repeat;
    float: left;
}

.title_bar h3 span {
    font-weight: bold;
    font-size: 14px;
    color: #303030;
    line-height: 28px;
}

.title_bar .time {
    float: right;
    width: 125px;
    padding-left: 25px;
    background: url('../../img/new_ui/icon_07.png') 0 50% no-repeat;
    line-height: 28px;
    colro: #464545;
}

.title_bar {
    *zoom: 1;
}

.title_bar:after {
    content: "";
    display: block;
    clear: both;
}

/*
페이징
*/
.pagination {
    /*clear: both;*/
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.pagination li {
    /*float: left;*/
    display: inline;
}

.pagination li a, .pagination li span {
    display: inline-block;
    color: #363636;
    padding: 3px 7px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.pagination li.active span {
    padding: 3px 7px;
    height: 17px;
    line-height: 17px;
    font-weight: bold;
    color: #6593e8;
    border: 1px solid #6593e8;
    text-align: center;
}

/*로그인 회원가입 팝업*/

.terms_header{

/*    height:177px;
    background:  url('../../img/terms_header_bg.png') repeat-x;*/
}

.terms_title span{
    display: none;
}

.terms_title02 span{
    display: none;
}

.terms_title{
   background:  url('../../img/terms_header_title.png') no-repeat;
   width:249px;
   height:75px;
   position: absolute;
   top:44px;
   left:26px;
}

.terms_title02{
   background:  url('../../img/terms_header_title02.png') no-repeat;
   width:249px;
   height:75px;
   position: absolute;
   top:44px;
   left:26px;
}

.terms_header_icon span,.terms_header_icon02 span{
    display: none;
 }

 .terms_header_icon{
    background:  url('../../img/terms_header_icon.png') no-repeat;
    width:221px;
    height:18px;
    position:absolute;
    right:56px;
    top:115px;
 }

 .terms_header_icon02{
    background:  url('../../img/terms_header_icon02.png') no-repeat;
    width:221px;
    height:18px;
    position:absolute;
    right:56px;
    top:115px;
 }

 .terms_content_title span{
    display: none;
 }

 .terms_content{
     height:100%;
     width:750px;
     position: relative;
     margin:0 auto;
     margin-top: 31px;
     padding-bottom: 100px;
 }
 .terms_content_agree{
     text-align: center;
 }
 .terms_content_title{
/*     background:  url('../../img/terms_content_title.png') no-repeat;
     width:90px;
     height:15px;
     padding-bottom: 8px;   */
 }
 .button07 {
     /*background:  url('../../img/486_ui/button07.png') no-repeat;*/
     background:  url('../img/new/b_join.png') no-repeat;
     width:150px;
     height: 50px;
}

.button11 {
    background:  url('../img/new/b_logout.png') no-repeat;
    width:150px;
    height: 50px;
}

 .button08{
     background:  url('../../img/terms_bt03.png') no-repeat;
     width:151px;
     height: 47px;
}
 .button09{
     background:  url('../../img/486_ui/terms_bt09.png') no-repeat;
     width:150px;
     height: 50px;
}

 .btn_term_agree {
     background:  url('../img/new/b_agree.png') no-repeat;
     width:150px;
     height: 50px;
 }

.join_textarea {
    width:600px;
    height:280px;
    padding: 20px;
}
/*로그인 회원가입 팝업*/



/*SMS전송페이지*/

.sms_send {
    background: url('../img/new/sms_send_bg.png') no-repeat;
    padding-top:80px;
    width: 237px;
    height:446px;

}

.text_box{
    border:0;
    margin-top:10px;
}

.bytes{
    text-align: center;
    width: 167px;
    padding:2px 0 8px 0;
}

.sms_send_box{
    overflow:scroll;
    width:190px;
    height:130px;
    overflow-x:hidden;
    margin-bottom:17px;
}

.sms_send_box02{
    overflow:scroll;
    width:190px;
    height:65px;
    overflow-x:hidden;
}

.button10{
     background:  url('../../img/486_ui/sms_send_bt.png') no-repeat;
     width:151px;
     height: 47px;
     position: absolute;
}

.p_box_bg{
    background:  url('../../img/p_bg.png')  no-repeat;
    width: 137px;
}

.p_bg{
    padding-left:20px;
}

.p_box_bg:first-child{
    background:  url('../../img/p_bdg.png')  no-repeat;
}

/*SMS전송페이지*/


/* 배송요구일 배경 */
.order_delivery_date_expired {
    background: #fbff03;
 }

.order_delivery_date_today {
    background: #ffecf5;
}

/* 본부발주 배경 */
.order_is_admin {
    background: #e5f9b8;
}

.order_is_49f {
    /*background: #afd9ee;*/
    background: #a6e1ec;
}

.user_deleted {
    background: #c8ff32;
}

/* 미확인 주문 알림 창. */
#NEW_ORDER_LIST,
#NEW_AREA_ORDER_LIST {
    background: #fff;
    padding: 5px;
    display: none;
}

.new_order_list_wrap {
    padding: 10px;
    height: 140px;
    width: 1015px;
    border: 3px solid #666;
    overflow-y: scroll;
    background: #fdfdfd;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #ccc;
}

.post_popup {
    height: 100%;
}

.post_popup .post_popup_title {
    position: relative;
    top: 0px;
    left: 0px;
}

.post_popup .post_popup_title span {
    color: #FFFFFF;
    padding: 0px 20px;
    font-size: 14px;
}

.post_popup .post_popup_content {
    padding: 20px;
}

.post_popup_buttons {
    height: 25px;
    padding: 0px 20px;
    position: relative;
    top: 0px;
    left: 0px;
}

.popup_type01_window .post_popup_title { background: url('../../img/popup/template/popup_type01_window.png') repeat-x; height: 54px; line-height: 54px; }
.popup_type02_window .post_popup_title { background: url('../../img/popup/template/popup_type02_window.png') repeat-x; height: 54px; line-height: 54px; }
.popup_type03_window .post_popup_title { background: url('../../img/popup/template/popup_type03_window.png') repeat-x; height: 54px; line-height: 54px; }
.popup_type04_window .post_popup_title { background: url('../../img/popup/template/popup_type04_window.png') repeat-x; height: 54px; line-height: 54px; }
.popup_type05_window .post_popup_title { background: url('../../img/popup/template/popup_type05_window.png') repeat-x; height: 54px; line-height: 54px; }
.popup_type06_window .post_popup_title { background: url('../../img/popup/template/popup_type06_window.png') repeat-x; height: 54px; line-height: 54px; }

.popup_type01_layer,
.popup_type02_layer,
.popup_type03_layer,
.popup_type04_layer,
.popup_type05_layer,
.popup_type06_layer {
    border: #c3c3c3 solid 1px;
    background: #FFFFFF;
}

.popup_type01_layer .post_popup_title { background: url('../../img/popup/template/popup_type01_layer.png') repeat-x; height: 66px; line-height: 66px; }
.popup_type02_layer .post_popup_title { background: url('../../img/popup/template/popup_type02_layer.png') repeat-x; height: 66px; line-height: 66px; }
.popup_type03_layer .post_popup_title { background: url('../../img/popup/template/popup_type03_layer.png') repeat-x; height: 66px; line-height: 66px; }
.popup_type04_layer .post_popup_title { background: url('../../img/popup/template/popup_type04_layer.png') repeat-x; height: 66px; line-height: 66px; }
.popup_type05_layer .post_popup_title { background: url('../../img/popup/template/popup_type05_layer.png') repeat-x; height: 66px; line-height: 66px; }
.popup_type06_layer .post_popup_title { background: url('../../img/popup/template/popup_type06_layer.png') repeat-x; height: 66px; line-height: 66px; }

.font_emphasis {
    font-weight: bold;
}

.font_emphasis_blue {
     font-weight: bold;
     color:#2355e4;
 }

/* okr 추가 */
.float-left { float:left; }
.hide { display:none; }
.border-1px { border:1px solid #ccc; }
.pd-5 { padding:5px; }
.mt-10 { margin-top:10px; }
.ml-10 { margin-left:10px; }

/* 레이어 팝업 */
.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 870px;
    height: 500px;
    background-color: #fff;
    /* border: 5px solid #3571B5; */
    z-index: 10;
    /* overflow: auto; */
}

.option-list-area {
    max-height: 360px;
    overflow: auto;
}

.option-depth2-row {
    padding-bottom: 5px;
}

.option-list-area2 {
    max-height: 300px;
    overflow: auto;
}

.pop-layer .pop-container {
    padding: 20px 25px;
}

.pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer div.info {
    margin-top: 2px;
    color: #4C8BF5;
    font-size: 11px;
}

.pop-layer div.info, div.type-text-info {
    margin-top: 2px;
    color: #4C8BF5;
    font-size: 11px;
}

.pop-layer span.info {
    color: #4C8BF5;
    font-size: 11px;
}

.pop-layer .btn-c {
    width: 100%;
    margin: 0 0 20px 0;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: center;
}

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
    display: block;
}

/* 레이어팝업 테이블 */
.layer_tbl {
    border: 0;
    font-size: 12px;
}

.layer_tbl input.input-text {
    width: 180px;
    height: 22px;
}

.layer_tbl select.select-box {
    height: 24px;
}

.layer_tbl th, .layer_tbl td {
    border: 1px solid #d6d6d6;
    height: 25px;
    word-spacing:-1px;
    text-align: center;
    font-weight: normal;
    padding: 5px;
}

.layer_tbl th {
    background: #f2f2f2;
}

.layer_tbl td.left {
    text-align: left;
    /* padding-left: 5px; */
}

.layer_tbl td.last-row {
    border-bottom: none;
}

/* 레이어팝업 버튼 */
a.btn-layer-close {
    display: inline-block;
    height: 25px;
    padding: 5px 14px 5px 14px;
    border: 1px solid #999999;
    background-color: #999999;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

a.btn-layer-close:hover {
    border: 1px solid #999999;
    background-color: #999999;
    color: #fff;
}

a.btn-create,
a.btn-create-depth2 {
    display: inline-block;
    height: 25px;
    padding: 5px 14px 5px 14px;
    border: 1px solid #A3B1BE;
    background-color: #A3B1BE;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

a.btn-create:hover,
a.btn-create-depth2:hover {
    border: 1px solid #A3B1BE;
    background-color: #A3B1BE;
    color: #fff;
}

a.btn-submit {
    display: inline-block;
    height: 25px;
    padding: 5px 14px 5px 14px;
    border: 1px solid #A3B1BE;
    background-color: #A3B1BE;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

a.btn-submit:hover {
    border: 1px solid #A3B1BE;
    background-color: #A3B1BE;
    color: #fff;
}

a.btn-remove {
    display: inline-block;
    height: 25px;
    padding: 5px 14px 5px 14px;
    border: 1px solid #F47063;
    background-color: #F47063;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

a.btn-remove:hover {
    border: 1px solid #F47063;
    background-color: #F47063;
    color: #fff;
}

a.btn-edit,
a.btn-option-add,
a.btn-option-add-popup {
    display: inline-block;
    /* height: 25px; */
    padding: 5px 10px 5px 10px;
    border: 1px solid #A3B1BE;
    background-color: #A3B1BE;
    font-size: 13px;
    color: #fff;
    /* line-height: 25px; */
}

a.btn-option-depth2-add {
    display: inline-block;
    /* height: 25px; */
    padding: 3px 8px 3px 8px;
    border: 1px solid #A3B1BE;
    background-color: #A3B1BE;
    font-size: 13px;
    color: #fff;
    /* line-height: 25px; */
}

a.btn-edit:hover,
a.btn-option-add:hover,
a.btn-option-add-popup:hover {
    border: 1px solid #A3B1BE;
    background-color: #A3B1BE;
    color: #fff;
}

a.btn-option-depth2-add:hover {
    border: 1px solid #A3B1BE;
    background-color: #A3B1BE;
    color: #fff;
}

a.btn-option-remove {
    display: inline-block;
    /* height: 25px; */
    padding: 5px 10px 5px 10px;
    border: 1px solid #F47063;
    background-color: #F47063;
    font-size: 13px;
    color: #fff;
    /* line-height: 25px; */
}

a.btn-option-depth2-remove {
    display: inline-block;
    /* height: 25px; */
    padding: 3px 8px 3px 8px;
    border: 1px solid #F47063;
    background-color: #F47063;
    font-size: 13px;
    color: #fff;
    /* line-height: 25px; */
}

a.btn-option-remove:hover {
    border: 1px solid #F47063;
    background-color: #F47063;
    color: #fff;
}

a.btn-option-depth2-remove:hover {
    border: 1px solid #F47063;
    background-color: #F47063;
    color: #fff;
}




/*인트라넷 리뉴얼*/
.c333{
    color: #333;
}

.c555{
    color: #555;
}

.c999{
    color: #999;
}

input::placeholder,
textarea::placeholder{
    color: #999;
}

.new-wrap{
    width: 100%;
    position: relative;
    min-width: 1200px;
    overflow: hidden;
}

/*헤더*/
.new-header{
    width: 100%;
    height: 120px;
}

.new-gnb{
    width: 100%;
    height: 38px;
    background: #2ccfae;
}

.new-header-top{
    height: 80px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 1045px;
    position: relative;
}

.new-header-top > ul,
.new-header-bottom-content > ul,
.new-navi > ul{
    display: inline-flex;
    align-items: center;
}

.new-logo{
    padding: 0px 22px;
}

.new-gnb-area{
    width: 1145px;
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 38px;
}

.number-area{
    padding-left: 200px;
}

.number-area li{
    padding: 0px 10px 0px 20px;
}

.number-area li span{
    font-size: 15px;
    color: #fff;
}

.new-gnb-area .gnb{
    position: absolute;
    right: 0;
}

.number-area li,
.gnb > li{
    float: left;
}


.gnb > li a{
    font-size: 13px;
    color: #fff;
    padding: 0px 10px;
    letter-spacing: -0.5px;
}

.gnb > li a:last-child{
    padding-right: 0px;
}

.new-header-bottom{
    height: 82px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #bbb;
}

.nh-btn{
    border: 1px solid #e4e4e4;
    padding: 12px 14px;
    border-radius: 4px;
    font-family: 'S-CoreDream-5Medium';
    font-size: 13px;
    color: #333;
    display: inline-block;
    margin-left: 8px;
}


.new-header-bottom-content{
    width: 1145px;
    position: relative;
}

.new-navi{
    position: absolute;
    left: 200px;
    top: 20px;
}

.new-navi > ul li{
    padding: 0px 10px;
}

.new-navi > ul li > a{
    color: #2c2835;
    font-family: 'GongGothicMedium';
    font-size: 17px;
    position: relative;
}

.new-navi > ul li > a.on,
.new-navi > ul li > a:hover{
    border-bottom: 4px solid #ffcc0f;
    padding-bottom: 21px;
}

.new-navi.n-right > ul li > a:hover{
    border-bottom: none;
}


.new-navi > ul li a.new:after{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -7px;
    right: -18px;
    background: url('../img/i_new_o.png') no-repeat top center;
}

.new-navi.n-right{
    position: relative;
    float: right;
    left: 0px;
}

.new-navi.n-right > ul li > a{
    color: #88878b;
    font-family: 'GongGothicLight';
    font-size: 15px;
    position: relative;
}

.new-navi.n-right ul li:last-child{
    background: url('../img/icons8-expand-arrow.png') no-repeat right 5px;
}

.oc-area{
   color: #f4556f !important;
}

.oc-area-list{
    position: absolute;
    right: -6px;
    display: none;
    top: -17px;
    font-size: 15px;
    background-color: #fff;
    padding: 10px 25px;
    border: 1px solid #bbbbbb;
    z-index: 2;
}

.oc-area-list > a {
    display: block;
    white-space: nowrap;
    color: #88878b;
    font-family: 'GongGothicLight';
    line-height: 2;
}

.oc-area-list > a.on,
.oc-area-list > a:hover {
    color: #f4556f;
}


/*토글*/
.toggle-btn {
    display: inline-block;
    position: relative;
}

input:checked + .toggle-slider:hover {
    background-color: #2bcfae;
}

input:checked + .toggle-slider:before {
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    -o-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px);
}
.toggle-slider.round:before {
    border-radius: 14px;
}

.toggle-slider.round {
    border-radius: 14px;
}

/* The switch - the box around the slider */
.toggle-switch.ht-tg {
    position: relative;
    display: inline-block;
    width: 73px;
    height: 28px;
    vertical-align:middle;
}

/* Hide default HTML checkbox */
.toggle-switch.ht-tg input {
    display: block;
    width: 88px;
    height: 28px;
    display: inline-block;
}

/* The slider */
.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dcdcdc;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.toggle-slider.ht-tg:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    top: 3px;
    left: 3px;
    background-color: white;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

input:checked + .toggle-slider {
    background-color: #2bcfae;
}

input:focus + .toggle-slider {
    box-shadow: 0px 0px 1px #2bcfae;
}

input:checked + .toggle-slider:before {
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    -o-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px);
}


/* Rounded sliders */
.toggle-slider.round {
    border-radius: 14px;
}

.toggle-slider.round:before {
    border-radius: 14px;
}

.toggle-text {
    margin: 0px;
    font-size: 13px;
    color: #fff;
    left: 40px;
    position: absolute;
    top: 10px;
}
/*토글*/

/*헤더*/

/*컨텐츠*/
.new-content{
    position: relative;
    height: auto;
    display: inline-block;
}
/*좌측메뉴*/
.left-menu{
    width: 190px;
    position: relative;
    float: left;
    /*border-right: 1px solid #bbb;*/
}

.user-area{
    padding: 15px;
    border-right: 1px solid #bbb;
}

/*로그인, 회원별*/

/*로그인 전*/
.under-input{
    border: none !important;
    border-bottom: 1px solid #d9d9d9 !important;
    width: 160px;
    height: 36px !important;
    padding: 0px !important;
    font-size: 13px !important;
    letter-spacing: -0.8px;
}

.user-area input::placeholder,
.user-area input::placeholder{
  color: #88878b;
}

.chk-zone {
    display: inline-block;
    padding-top: 12px;
}

.chk-zone input[type=checkbox] + label{
  height: 14px;
  margin-bottom: 0;
  padding-left: 5px;
  cursor: pointer;
  background: url('../img/l_check_box_off.png') no-repeat left center;
  background-size: contain;
}

.chk-zone input[type=checkbox] + label > span{
    padding-left:10px;
    color:#88878b;
    font-family: 'GongGothicLight';
    font-size: 11px;
}

.chk-zone input[type='checkbox']:checked+label{
  background: url('../img/check_box_on.png') no-repeat left center;
  background-size: contain;
}

.chk-zone input[type="checkbox"]{
  display: none;
}

.btn-div{
    margin: 10px 0px;
}

.p-btn{
    border: 1px solid #2bcfae;
    width: 100%;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    background: #2bcfae;
    display: inline-block;
    font-family: 'GongGothicLight';
}

.pb-btn{
    border: none;
    width: 100%;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    background: #adadad;
    display: inline-block;
    font-family: 'GongGothicLight';
}

.y-pb-btn{
    border: 1px solid #ffcc0f;
    width: 100%;
    padding: 10px 14px 8px 14px;
    border-radius: 4px;
    font-size: 13px;
    color: #ffcc0f;
    background:#fff;
    display: inline-block;
    font-family: 'GongGothicLight';
}

.g-pb-btn{
    border: 1px solid #bdbdbf;
    width: 100%;
    padding: 10px 14px 8px 14px;
    border-radius: 4px;
    font-size: 13px;
    color: #6f6f6f;
    background:#fff;
    display: inline-block;
    font-family: 'GongGothicLight';
}

.r-pb-btn{
    border: 1px solid #ff975b;
    width: 100%;
    padding: 10px 14px 8px 14px;
    border-radius: 4px;
    font-size: 13px;
    color: #ff6e1b;
    background:#fff;
    display: inline-block;
    font-family: 'GongGothicLight';
}

.animation-btn{
    animation: animateBackground 1s infinite;
}

@keyframes animateBackground{
    0%{
        border: 1px solid #eaba15;
        color: #fff;
        background: #ffd60e;
    }

    50%{
        border: 1px solid #c70404;
        color: #fff;
        background: #ff4e4e;
    }

    100%{
        border: 1px solid #eaba15;
        color: #fff;
        background: #FFD60EFF;
    }
}



.search-IP-page{
    font-family: 'GongGothicLight';
    font-size: 11px;
    color: #88878b;
}


/*로그인 전*/

/*로그인 후: 일반회원*/
.user-img {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50% !important;
    background: #fff;
    margin: 0 auto;
}

.user-img > img {
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
}

.user-img.no-img{
    background: url("../img/profile_none.png") no-repeat center center;
    width: 60px;
    height: 60px;
    background-size: contain;
}

.user-name{
    font-size: 18px;
    font-family: 'Roboto','GongGothicMedium';
    text-align: center;
    color: #2c2835;
}

.charge-tit{
    font-size: 14px;
    color: #2c2835;
    text-align: center;
    letter-spacing: -0.7px;
}

.charge-num{
    font-weight: bold;
    letter-spacing: 0px;
}

.g-member.u-member{
    padding-top: 20px;
}

.g-member > li{
    padding: 5px 0px;
}

.g-member > li:nth-child(3){
    text-align: center;
    font-size: 14px;
    margin-top: -5px;

}

.mb-text {
    background: #f4f6f6;
    margin-top: 20px;
    padding: 12px 8px;
    letter-spacing: -0.7px;
    color: #6b6b6e;

}

.pc-btn {
    border: 1px solid #999;
    width: 100%;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #999;
    display: inline-block;
    font-family: 'GongGothicLight';

}
/*로그인 후: 일반회원*/

/*로그인 후: 파트너스회원*/
.cartList > ul li{
    padding: 4px 0px;
}
.cartList > ul li span{
    font-family: 'MalgunGothic', "맑은 고딕";
    color: #2c2835;
}

.bb-btn {
    border: 1px solid #333;
    padding: 12px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    background: #333;
    display: inline-block;
    font-weight: 400;
}

.partners .cartList{
    background: #f4f6f6;
    padding: 10px;
}

.partners > a{
    margin-top: 10px;
}
/*로그인 후: 파트너스회원*/

.ln-title{
    font-size: 15px;
    font-family: 'GongGothicLight';
    background-image: linear-gradient(to right, #1ebc9c 0%, #49d8b9 100%);
    color: #fff;
    padding: 10px 20px 8px 20px;
}

.left-navi{
    padding: 15px;
    border-right: 1px solid #bbb;
}

.left-navi div:first-child{
    margin-top: 0px;
}

.ln-icon.on{
    position: absolute;
    right: 13px;
    top: 14px;
    background: url('../img/l_more.png') no-repeat;
    display: inline-block;
    height: 6px;
    width: 9px;
}

.ln-icon{
    position: absolute;
    right: 13px;
    top: 14px;
    background: url('../img/l_de.png') no-repeat;
    height: 6px;
    width: 9px;
    display: inline-block;
}

.navi-area{
    margin: 25px 0px;
    position: relative;
}


.navi-area > ul{
    padding: 5px 0px 0px 22px;
}


.navi-area > ul li a{
    font-family: 'Roboto','GongGothicLight';
    font-size: 13px;
    color: #4c4c4f;
    line-height: 2.3;
}

.navi-area .b-sub{
    font-size: 12px;
    color: #88878b;
}

.navi-area > ul li a.on,
.navi-area > ul li a:hover{
    color: #2bcfae;
}

/*좌측메뉴*/


.m-content-wrap{
    width: 935px;
    float: left;
    padding-top: 20px;
    padding-left: 19px;
    min-height: 1100px;
    /*border-left: 1px solid #bbb;*/
    padding-bottom: 60px;
}

.c-account{
    position: relative;
    width: 100%;
    height: 55px;
    background: #ebf8f6;
    border-radius: 4px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.c-account p{
    font-family: 'GongGothicMedium';
    font-size: 16px;
    color: #2c2835;
    padding-left: 20px;
}

.c-account p span{
    font-size: 14px;
    color: #737276;
    padding-left: 25px;
    display: inline-block;
    margin-top: 2px;
}

.c-recharge{
    position: absolute;
    right: 20px;
    font-family: 'GongGothicMedium';
    font-size: 16px;
    color: #2c2835;
    top: 12px;
}

.c-recharge > img{
    position: relative;
    top: 4px;
    right: 5px;
}

/*우측 퀵배너*/
.quick-banner{
    position: absolute;
    right: -39px;
    top: 20px;
    width: 120px;
    display: inline-block;
}

.quick-banner ul li{
    float: left;
}

.m-content,
.m-content-area{
    /*width: 835px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.m-content-area > li{
    width: 395px;
    float: left;
    padding-bottom: 45px;
    line-height: 175px;
}

.m-content-area > li .board-zone .mc-tit{
    border-bottom: 1px solid #88878b;
}

.m-content-area > li:nth-child(9) .board-zone .mc-tit,
.m-content-area > li:nth-child(10) .board-zone .mc-tit{
    border-bottom: 0px;
}

.m-content-area > li:nth-child(1),
.m-content-area > li:nth-child(2){
    margin-top: 20px;
}

.m-content-area > li:nth-child(odd){
    margin-right: 32px;
}

.mc-tit{
    font-size: 18px;
    padding-bottom: 10px;
    color: #2c2835;
    font-family: 'GongGothicMedium';
}

.b-more{
    position: relative;
    float: right;
}

.t-more{
    font-size: 10px;
    color: #b7b7b7;
}


.board-list > ul li{
    line-height: 2.2;
    position: relative;
}

.board-list > ul li a{
    width: 100%;
    position: relative;
}


.board-list > ul li > div{
    width: 100%;
    position: relative;
    display: inline-block;
}

.board-list > ul li a .b-text{
    font-size: 14px;
    color:#27242e;
    padding-left: 20px;
    font-family: 'MalgunGothic', "맑은 고딕";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 63%;
    display: inline-block;

}

.board-list ul li div .b-data{
    text-align: right;
    float: right;
    font-family: 'MalgunGothic', "맑은 고딕";
    color: #88878b;
}

.board-list ul li.ty_dot:before {
    position: absolute;
    display: block;
    top: 8px;
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: #2ccfae;
    border-radius: 100%;
    content: "";
}

.board-list > ul li a.new:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0px;
    right: -18px;
    background: url(../img/b_i_new_r.png) no-repeat top center;
}

.board-text-none{
    line-height: 130px;
    text-align: center;
}

.mc-event-navi {
    display: inline-block;
    float: right;
}

.mc-event-navi button {
    width: 10px;
    height: 10px;
    background: #C3C3C3;
    border: none;
    border-radius: 6px;
    margin: 0px 2px;
}

.mc-event-navi button.on {
    background: #12E8BD;
}

.mc-event-navi button span {
    display: none;
}

.event-zone{
    /* margin-top: -20px; */
    position: relative;
}

.event-zone .slide-btn{
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
    top: -90px;
}

.event-zone .slide-btn .slide-prev{
    background: url('../img/slide-prev.png') no-repeat;
    width: 16px;
    height: 31px;
    border: none;
    left: 20px;
    position: absolute;
}

.event-zone .slide-btn .slide-next{
    background: url('../img/slide-next.png') no-repeat;
    width: 16px;
    height: 31px;
    border: none;
    right: 20px;
    position: absolute;
}

.best-navi-a{
    font-size: 13px;
    color: #88878b;
    font-family: 'GongGothicLight';
    position: relative;
    padding-right: 10px;
}

.mc-tit ul li a.r-line:after{
    width: 1px;
    height: 10px;
    background: #bbb;
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 1px;
}

.best-navi > ul li{
    float: left;
    padding: 0px 5px;
}

.best-navi > ul li:last-child,
.best-navi > ul li:last-child a{
    padding-right: 0px;
}


/*컨텐츠*/


/*푸터*/
.new-footer{
    width: 100%;
    background: #f7f7f7;
}

.new-footer-top{
    height: 55px;
}

.new-footer-top > ul li{
    padding-left: 25px;
    float: left;
    padding-top: 30px;
}

.new-footer-top > ul li:nth-child(1){
    padding-left: 66px;
}

.new-footer-top > ul li a{
    font-size: 12px;
    color: #2c2835;
    font-family: 'GongGothicLight';
}
.new-footer-bottom {
    display: inline-flex;
    padding: 0px 0px 15px 66px;
    position: relative;
    width: 1045px;
}

.new-copyright{
    line-height: 1.8;
    color: #898989;
    font-size: 12px;
    letter-spacing: -0.4px;
}

.new-copyright > span{
    background: url('../img/cr-icon.png') no-repeat;
    width: 1px;
    height: 9px;
    display: inline-block;
    margin: 0px 8px;
}


/*푸터*/


/*서브-일반게시판 리스트*/
.board-list span,
.board-list p,
.board-list a{
    font-family: 'MalgunGothic', "맑은 고딕";
    letter-spacing: -0.5px;
}


.board-list-div{
    width: 100%;
    display: block;
}
.sub-tite{
    font-size: 20px;
    font-family: 'Roboto','GongGothicMedium';
    position: relative;
    top: 4px;
    color: #2c2835;
}

.board-element{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
}

.board-element > div{
    padding-left: 15px;
}

.cb-tg-wrap > span{
    font-size: 14px;
    position: relative;
    top: 1px;
}

.board-chk input[type='checkbox']:checked+label {
    background: url('../img/b-check_box_on.png') no-repeat left center;
    background-size: contain;
    display: inline-block;
}

.board-chk input[type=checkbox] + label {
    display: inline-block;
    height: 16px;
    padding-left: 15px;
    cursor: pointer;
    background: url('../img/b-check_box_off.png') no-repeat left center;
    background-size: contain;
}

.board-chk {
    display: inline-block;
}

.board-chk input[type="checkbox"]{
    display: none;
}

.board-chk span{
    color: #333;
    font-size: 14px;
    position: relative;
    padding-left: 12px;
    top: 1px;
    font-family: 'GongGothicLight' !important;
}

.board-num select {
    width: 80px;
    padding: 5px 0px;
    border: 1px solid #dedede;
    font-family: inherit;
    background: url('../img/i_select_down_g.png') no-repeat 90% 50%;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    color: #333;
    font-size: 12px;
    text-indent: 5px;
    font-family: 'MalgunGothic', "맑은 고딕";
    letter-spacing: -0.5px;
}

.board-list{
    width: 100%;
    margin-top: 15px;
}

.board-list p,
.board-list span,
.board-list a{
    font-size: 14px;
}

.board-list a{
    line-height: 1.4;
}

.board-list img{
    vertical-align: middle;
}

.board-list table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.board-list th {
    padding: 15px 10px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    font-weight: bold;
    color: #2c2835;
    font-family: 'MalgunGothic', "맑은 고딕";
}

.board-list td {
    padding: 11px 0px;
    border-top: 1px solid #e4e4e4;
}

.inner-list{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 89%;
}

.notice-tit{
    font-weight: bold;
}

.notice-icon{
    background: #ff4e4e;
    padding: 2px 15px 4px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px !important;
}

.comment-num{
    color: #ff4e4e;
    font-weight: normal;
    position: relative;
    top: -3px;
}

.board-search-zone,
.board-write-setting{
    background: #f3f3f3;
    width: 100%;
    margin-top: 30px;
    padding: 21px;
    display: inline-flex;
 }

.bs-search select{
    width: 120px;
    padding: 10px 0px;
    border: 1px solid #dedede;
    font-family: inherit;
    background: url('../img/i_select_down_g.png') #fff no-repeat 90% 50%;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    text-indent: 10px;
    font-family: 'MalgunGothic', "맑은 고딕";
}

.bs-search input{
    border: 1px solid #dedede;
    width: 220px;
    padding: 10px 0px;
    color: #333;
    font-size: 14px;
    text-indent: 10px;
    font-family: 'MalgunGothic', "맑은 고딕";
    border-radius: 4px;
}

.bs-search input::placeholder{
    color: #999;
}

.board-search-zone .p-btn{
    border: 1px solid #2bcfae;
    width: 65px;
    padding: 11px 0px;
    border-radius: 4px;
    font-family: 'GongGothicLight';
    position: relative;
    top: -2px;
}

.board-search-zone .pb-btn{
    width: 100px;
    font-size: 14px;
}

.board_paging {
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
}

.board_paging .board_p_in {
    display: inline-block;
    margin-top: 14px;
}

.board_paging .board_p_in span.first {
    margin-right: 5px;
}
.board_paging .board_p_in span {
    display: block;
    float: left;

}

.board_p_in .prev {
    background: url('../img/prev.png') no-repeat center center;
}

.board_paging .board_p_in span.cnt {
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    color: #999;
    min-width: 18px;
    text-align: center;
}

.board_p_in .next {
    background: url('../img/next.png') no-repeat center center;
}

.first,
.prev,
.next {
    width: 32px;
    height: 32px;
    cursor: pointer;
}
/*서브-일반게시판 리스트*/


/*서브-갤러리게시판 리스트*/

.board-gallery-sub-list{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}

.board-gallery-sub-list.t-border{
    border-top: 2px solid rgb(51, 51, 51);
    margin-top: 15px;
}

.board-gallery-sub-list span,
.board-gallery-sub-list p,
.board-gallery-sub-list a{
    font-family: 'MalgunGothic', "맑은 고딕";
}


.board-gallery-sub-list > ul > li{
    width: 210px;
    float: left;
    margin: 20px 10px;
    box-sizing: border-box;
    position: relative;
}

.bg-thum-box .bg-thum{
    width: 210px;
    height: 210px;
    /*border: 1px solid #f3f3f3;*/
    box-sizing: border-box;
}

.bg-thum-area{
    padding: 10px 0px;
}

.bg-thum-area .bg-thum-tit{
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
    display: inline-block;
    color: #000;
}

.bg-thum-area-sub ul li{
    float: left;
    padding-right: 10px;
    padding-top: 3px;
}

.bg-thum-area-sub ul li:nth-child(4){
    clear: both;
}

.bg-thum-area-sub ul li span{
    font-size: 12px;
    color: #666;
}

.bg-thum-area-sub ul li:first-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 45%;
    display: inline-block;
}

/*서브-갤러리게시판 리스트*/



/*서브-게시판 글쓰기*/
.board-write,
.board-view{
    width: 100%;
    border-top: 2px solid #333;
    margin-top: 15px;
}
.board-write span,
.board-write p,
.board-write a{
    font-family: 'MalgunGothic', "맑은 고딕";
}


.board-write select {
    height: 40px;
    border: 1px solid #dedede;
    font-family: inherit;
    background: url('../img/i_select_down_g.png') #fff no-repeat 98% 50%;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    text-indent: 10px;
    font-family: 'MalgunGothic', "맑은 고딕";
    box-sizing: border-box;
}

.board-write td{
    padding-top: 20px;
}

.board-write input {
    border: 1px solid #dedede;
    width: 835px;
    height: 40px;
    color: #333;
    font-size: 14px;
    text-indent: 10px;
    font-family: 'MalgunGothic', "맑은 고딕";
    border-radius: 4px;
    box-sizing: border-box;
}

.board-write textarea {
    border: 1px solid #dedede;
    width: 835px;
    height: 40px;
    color: #333;
    font-size: 14px;
    font-family: 'MalgunGothic', "맑은 고딕";
    border-radius: 4px;
    height: 500px;
    box-sizing: border-box;
    padding:10px;
}

.board-write-setting > div{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.board-write-setting .board-chk{
    position: absolute;
    right: 21px;
}

.bw-open-set li {
    display: inline-block;
    padding-right: 20px;
}

.bw-open-set input[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bw-open-set input[type=radio] + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-bottom: 0;
    font-size: 14px;
}
.bw-open-set input[type=radio]:checked + label:before {
    background: #2bcfae;
    border: 1px solid #2bcfae;
}
.bw-open-set input[type=radio] + label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
}

.bw-open-set input[type=radio]:checked + label:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.b-btn-zone{
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
}
.b-btn-zone ul li{
    float: left;
    margin: 0px 5px;
}

.b-btn-zone .btn-div > button{
    width: 160px;
    height: 50px;
    font-size: 15px;
}
/*서브-게시판 글쓰기*/



/*서브-게시판 보기*/

.board-view{
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.board-view span,
.board-view .p,
.board-view a{
    font-family: 'MalgunGothic', "맑은 고딕";
    letter-spacing: -0.2px;
}


.b-view-header{
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    margin: 30px;
}

.b-view-h.notice-icon{
    width: 50px;
    font-size: 14px !important;
    top: -3px;
    position: relative;
}
.b-view-h-title{
    font-size: 24px;
    padding-left: 5px;
    line-height: 1.4;
}

.b-view-header .user-img,
.b-view-header .user-img > img{
    margin: 0px;
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.writerInfo{
    display: flex;
    padding-top: 20px;
    width: 100%;
}

.writerInfo > ul li{
    padding: 2.5px 0px;
}

.b-view-header .user-name{
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.p-class{
    font-size: 11px;
    color: #999;
    background: #f3f3f3;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    padding: 1px 8px;
    margin-left: 5px;
}

.writerInfo-data > span{
    color: #999;
    font-size: 12px;
}

.view-icon{
    display: inline-flex;
    position: relative;
    top: -30px;
    float: right;
}

.view-icon li{
    padding-left: 20px;
}

.view-icon img{
    vertical-align: bottom;
}


.view-icon span{
    font-size: 14px;
    padding-left: 3px;
}

.share-box{
    position: absolute;
    z-index: 1;
    border: 1px solid #e4e4e4;
    width: 280px;
    right: 0px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 10px;
}
.share-box .share-list > ul li a{
    float: left;
}

.share-list{
    padding: 20px;
}


.share-list a{
    width: 48px;
    display: inline-block;
    text-align: center;
    padding: 0px 4px;
}

.share-list a span{
    font-size: 12px;
    color: #555;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
    margin-left: 0px;
}

.b-view-content{
    /*max-width: 700px;
    margin: 0 auto;*/
    padding: 30px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.b-view-content span,
.b-view-content p{
    font-size: 14px;
    line-height: 1.8;
}

.b-view-content img,
.b-view-content iframe{
    max-width: 700px;
    margin: 10px 0px;
}

.bv-element{
    text-align: left;
    display: block;
    padding: 30px;
    margin-bottom: 20px;
}

.bv-element > ul li{
    float: left;
    padding-right: 20px;
    position: relative;
}

.heartImg-d {
    background: url('../img/i_favorite_off.png') no-repeat center center;
    width: 18px;
    height: 16px;
    display: inline-block;
    top: 4px;
    position: relative;
}
.heartImg-d.on {
    background: url('../img/i_favorite_on.png') no-repeat center center;
    width: 18px;
    height: 16px;
    display: inline-block;
    top: 4px;
    position: relative;
}

.bv-icon span{
    color: #333;
    font-size: 14px;
    margin-left: 5px;
}

.bv-icon .v-comment{
    background: url('../img/i_comment_b.png') no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    top: 4px;
    position: relative;
}

.bv-element > ul li a .v-comment.new:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -5px;
    right: -6px;
    background: url('../img/b_i_new_r.png') no-repeat top center;
}

.bv-icon .v-share{
    background: url('../img/i_share_b.png') no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    top: 4px;
    position: relative;
}

.bv-icon > li:nth-child(3){
    float: right;
    padding-right: 0px;
}

.b-view-bottom{
    background: #f9f9f9;
    position: relative;
    text-align: left;
    padding: 30px;
    /*margin-top: 20px;*/
}

.b-view-bottom .c-list-data{
    padding-bottom: 30px;
    width: 100%;
}

.b-view-bottom .c-list-data a.on{
    color: #333;
}

.b-view-bottom .c-list-data a{
    color: #999;
    font-size: 14px;
    padding: 0px 10px;
}

.b-view-bottom .cb-tg-wrap{
    display: inline-block;
    position: relative;
    float: right;
}

.bv-comment .user-img,
.bv-comment .user-img.b-view > img,
.bv-comment-reply .user-img,
.bv-comment-reply .user-img.b-view > img,
.writerInfo .user-img.b-view > img,
.user-img.b-view{
    width: 40px;
    height: 40px;
}

.user-img.b-view.no-img {
    background: url(../img/profile_none.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: cover;
}

.bv-comment .user-name,
.bv-comment-reply .user-name{
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}
.bv-comment-text{
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
}

.bv-comment .writerInfo > ul li:nth-child(2),
.bv-comment-reply .writerInfo > ul li:nth-child(2){
    margin: 10px 0px 15px 0px;
}

.b-view-bottom > ul > li{
    border-top: 1px solid #e4e4e4;
    padding-bottom: 20px;
    clear: both;
}

.b-view-bottom .bv-comment-reply{
    margin-left: 50px;
}

.b-view-bottom > ul > li:first-child,
.b-view-bottom-reply > ul > li:first-child{
    border-top: none;
}

.p-class.admin {
    font-size: 11px;
    color: #ff4e4e;
    background: #ffeded;
    border: 1px solid #ff4e4e;
    border-radius: 50px;
    padding: 1px 8px;
    margin-left: 5px;
}

.comment_inbox_text{
    overflow-y: auto;
    display: block;
    width: 100%;
    height: 75px;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    background: transparent;
    outline: 0;
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.5;
}

.comment-writer {
    border: 1px solid #dedede;
    width: 775px;
    color: #333;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: relative;
}

.comment-writer .btn-div{
    position: relative;
    text-align: right;
    margin-bottom: 0px;
}

.btn-zone02{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.btn-zone02 .btn-div button{
    font-size: 13px;
    padding: 12px 14px;
    width: 100px;
}


.board-relate{
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 30px;
    width: 100%;
}
.board-relate-tit{
    font-size: 20px;
    font-family: 'GongGothicLight';
}

.board-relate .board-list td{
    border-top: 1px solid #e4e4e4;
}
.board-relate .board-list tr.on{
    background: #fbfbfb;
}
.board-relate .board-list .inner-list a.on,
.board-relate .board-list .inner-list .comment-num.on{
    font-weight: 500;
}
/*서브-게시판 보기*/

/*회원가입 pop*/
.sign-up-wrap{
    position: relative;
    min-width: 720px;
}

.sign-up-wrap span,
.sign-up-wrap p,
.sign-up-wrap a,
.sign-up-wrap input{
    font-family: 'MalgunGothic', "맑은 고딕";
    letter-spacing: -0.5px;
}

.sign-up-wrap input{
    font-size: 14px;
    text-indent: 10px;
}


.su-header{
    background: #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 33px 60px;
}
.su-header p{
    font-size: 23px;
    color: #2bcfae;
    font-family: 'GongGothicLight';
}

.su-header .r-span{
    color: #2bcfae;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    position: absolute;
    right: 60px;
}
.su-content{
    position: relative;
    padding: 50px 60px 50px 60px;
}

.su-content .su-index-title > p{
    font-size: 30px;
    font-family: 'GongGothicLight';
    display: inline-block;
    color: #2c2835;
}

.su-content .su-list{
    margin-top: 50px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.su-list > ul > li{
    float: left;
    width: 47.5%;
    border: 1px solid #89cfd3;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    height: 370px;
}

.su-list > ul > li:nth-child(2){
    border: 1px solid #2bcfae;
}


.su-list > ul > li > p{
    padding: 15px 0px 5px 0px;
    font-size: 22px;
    font-family: 'GongGothicMedium';
}

.su-list > ul > li > .sub-name{
    font-family: 'Roboto', sans-serif;
    color: #afadb2;
    font-size: 14px;
}

.su-list-info-area .info-icon {
    width: 3px;
    height: 3px;
    background: #6f6f6f;
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
}
.su-list-info-area{
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}

.su-list-info-area .su-list-info{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.su-list-info-area > li > div p{
    color: #6f6f6f;
    font-size: 14px;
    margin-top: 10px;
    font-family: 'GongGothicLight';
}
.su-list .btn-div{
    position: relative;
    display: flex;
    justify-content: center;
}

.su-list .btn-div a{
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    color: #fff;
    background: #89cfd3;
    font-family: 'GongGothicLight';
    font-size: 15px;
}

/*일반회원 가입*/
.terms-area .tit,
.signUp-data-area .tit{
    font-size: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.terms-area .tit p,
.signUp-data-area .tit p{
    font-family: 'GongGothicLight';
}

.terms-box {
    border: 1px solid #e4e4e4;
    overflow-y: auto;
    margin: 20px 0px;
    padding: 10px;
}

.terms-box pre {
    line-height: 1.6;
    overflow-y: auto;
    height: 200px;
    padding: 20px;
    font-size: 14px;
}

.signUp-data-area{
    position: relative;
    margin-top: 45px;
}
.re-input {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 12px;
    color: #555;
}

.signUp-data-table tr {
    border-bottom: 1px #f3f3f3 solid;
}

.signUp-data-table th,
.signUp-data-table td {
    padding: 30px 0px;
    font-size: 14px;
    font-weight: normal;
}
.signUp-data-table th{
    text-align: left;
    width: 17%;
}

.signUp-data-table td input[type=text],
.signUp-data-table td input[type=password] {
    padding: 10px 0px;
    width: 180px;
    border: 1px #e4e4e4 solid;
    border-radius: 4px;
    margin: 0px 8px 0px 0px;
}

.signUp-data-table .b-btn-zone > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/*일반회원 가입*/

/*파트너스회원 가입*/
.signUp-data-table td p{
    margin: 7px 0px;
}

.signUp-data-table .filebox label {
    display: inline-block;
    padding: 12px 14px;
    color: #fff;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #adadad;
    cursor: pointer;
    border-radius: 4px;
    font-family: 'GongGothicLight';
}

.filebox input[type="file"] {
    position: absolute;
    width: 0px;
    height: 0px;
    padding: 0px;
    overflow: hidden;
    border: 0px;
}

.filebox label {
    display: inline-block;
    padding: 10px 20px;
    color: #999;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

/* named upload */
.filebox .upload-name {
    display: inline-block;
    height: 35px;
    width: 60%;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.singUp.board-chk ul li{
    float: left;
    padding-right: 30px;
}

.signUp-data-table::placeholder{
    font-family: 'Noto Sans KR', sans-serif;
}

.signUp-data-table td textarea[type=text] {
    padding: 10px 0px;
    width: 100%;
    height: 120px;
    border: 1px #e4e4e4 solid;
    border-radius: 4px;
    margin: 0px 8px 0px 0px;
}

.sns-btn li{
    float: left;
    margin: 0 8px 18px 0;
}

.sns-btn li a{
    color: #555;
    font-size: 13px;
    border: 1px solid #d7d7d7;
    border-radius: 50px;
    padding: 5px 10px;
}

.sns-btn li a.on{
    border: 1px solid #2bcfae;
    color: #2bcfae;
}

/*파트너스회원 가입*/
/*회원가입 pop*/


/*아이디/비번찾기 pop*/

.search .sub-tab{
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

.search .sub-tab .tab_title_ul{
    position: relative;
    width: 100%;
}

.search .sub-tab .tab_title_ul li{
    float: left;
    width: 50%;
}

.search .sub-tab .tab_title_ul a.active {
    color: #2bcfae;
    border-bottom: 2px #2bcfae solid;
}

.search .sub-tab .tab_title_ul a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #999;
    font-size: 18px;
    font-family: 'GongGothicLight';
}

.c-number{
    color: #ff3a3a;
    font-size: 14px;
    position: absolute;
    float: right;
    top: 12px;
    right: 6%;
}
.su-content .tit p{
    font-family: 'GongGothicLight';
}

.id-result-wrap .tit,
.pw-result-wrap .tit{
    font-size: 18px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.id-result-area,
.pw-result-area{
    padding: 55px 0px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px #f3f3f3 solid;
}

.pw-result-area{
    padding: 0px;
    border-bottom: none;
}

.b-btn-zone > ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.id-result{
    padding-top: 20px;
    font-weight: bold;
    letter-spacing: 0px !important;
    font-size: 16px;
}
/*아이디/비번찾기 pop*/

/*게시판 알림 pop*/
.pop-bottom{
    position: fixed;
    right: 40px;
    z-index: 100;
    bottom: 30px;
}

.pop-bottom-wrap{
    padding: 30px 30px 25px 25px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: #fff;
}

.pop-bottom-wrap ul li{
    position: relative;
}

.pop-bottom-wrap ul li a p{
    padding-left: 40px;
}

.pop-bottom-wrap ul li a p,
.pop-bottom-wrap ul li a b{
    font-size: 15px;
    font-family: 'MalgunGothic', "맑은 고딕";
    line-height: 2.2;
    letter-spacing: -0.5px;
}

.pop-bottom-wrap ul li a b{
    padding-right: 10px;
}

.pop-bottom-wrap ul li.pop-list-icon:before{
    background: url(../img/pop-list-icon.png) no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    content: "";
}

.pop-bottom-wrap ul li.pop-comment-icon:before{
    background: url(../img/pop-comment-icon.png) no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    content: "";
}
/*게시판 알림 pop*/


/*출석체크 상세*/
.b-view-content.attend{
    width: 100%;
    max-width: 775px;
    padding: 30px 0px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.bv-icon .v-attend {
    background: url(../img/attend-icon.png) no-repeat center;
    width: 22px;
    height: 16px;
    display: inline-block;
    top: 4px;
    position: relative;
}

.attend-zone{
    text-align: center;
    padding-top: 20px;
}

.attend-zone .slide-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
    top: -42px;
}

.attend-zone .slide-btn .slide-prev {
    background: url(../img/attend-left-arrow.png) no-repeat;
    width: 16px;
    height: 31px;
    border: none;
    left: 280px;
    position: absolute;
}

.attend-zone .slide-btn .slide-next {
    background: url(../img/attend-right-arrow.png) no-repeat;
    width: 16px;
    height: 31px;
    border: none;
    right: 280px;
    position: absolute;
}

.attend-zone ul{
    width: 100%;
    display: inline-block;
}

.attend-zone > span{
    font-family: 'GongGothicBold';
    font-size: 24px;
    color: #2c2835;
}

.attend-num{
    padding: 20px 95px 45px 95px;
}


.attend-num ul li a{
    color: #2c2835;
    font-family: 'GongGothicLight';
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    background: #f4f6f6;
    border-radius: 50px;
    display: block;
}

.attend-num ul li a.on{
    background: #ffcc0f;
    font-weight: bold;
    color: #fff;
}

.attend-num ul li{
    float: left;
    width: 48px;
    height: 48px;
    position: relative;
    margin: 5px;
}
/*출석체크 상세*/




/*회사소개*/
.au-wrap{
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

.au-wrap header,
.au-main-visual-wrap{
    width: 100%;
    position: relative;
    height: 500px;
}

.au-logo{
    position: absolute;
    width: 100%;
    max-width: 1110px;
    left: 50%;
    transform: translateX(-50%);
    top: 75px;
    z-index: 2;
}

.au-main-visual-wrap{
    height: 500px;
    height: 100%;
}

.au-main-visual-wrap ul li{
    position: absolute;
}

.au-main-visual-wrap ul li.on{
    display: block;
    z-index: 1;
}


.au-main-visual-wrap ul li.au-mv01{
    background: url(../img/au-m-img01.png) no-repeat center center;
    width: 100%;
    height: 500px;
}

.au-main-visual-wrap ul li.au-mv02{
    background: url(../img/au-m-img02.png) no-repeat center center;
    width: 100%;
    height: 500px;
}

.au-main-visual-wrap ul li.au-mv03{
    background: url(../img/au-m-img03.png) no-repeat center center;
    width: 100%;
    height: 500px;
}

.au-main-visual-wrap ul li.au-mv04{
    background: url(../img/au-m-img04.png) no-repeat center center;
    width: 100%;
    height: 500px;
}

.au-wrap-area{
    width: 1110px;
    margin: 0 auto;
}

.au-main-visual-wrap .au-wrap-area{
    position: relative;
    top: 205px;
}

.au-main-visual-wrap .tit{
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}

.au-main-visual-wrap .tit span{
    font-weight: 600;
}

.au-main-visual .au-mv-btn {
    width: 255px;
    height: 60px;
    background: #2bcfae;
    border-radius: 50px;
    text-align: center;
    margin-top: 60px;
}

.au-main-visual .au-mv-btn a{
    font-size: 20px;
    color: #fff;
    font-family: 'GongGothicMedium';
    line-height: 60px;
    display: block;
}

.slick-dots{
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
}

.slick-dots button{
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
}

.slick-dots button span{
    display: none;
}

.dots-navi{
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    cursor: pointer;
    border: none;
}

.slick-dots button.on{
    background: rgba(255, 255, 255, 255);
    border-radius: 50px;
}


.au-content{
    margin: 0 auto;
    position: relative;
    width: 1110px;
    padding-bottom: 90px;
    margin-top: -30px;
}

.about-partners{
    margin-top: 120px;
}

.au-content > .tit{
    font-size: 40px;
    text-align: center;
    font-family: 'GongGothicBold';
}

.au-content > .tit > span{
    background-image: linear-gradient(#2bcfae 0%, #2bcfaea6 50%);
    background-repeat: repeat-x;
    background-size: 12px 12px;
    background-position: bottom;
    display: inline-block;
    font-family: 'GongGothicBold';
    padding: 0 5px;
    color: #333;
}

.about-img{
    text-align: center;
    margin-top: 50px;
}

.about-img > p{
    font-size: 28px;
    margin-top: 20px;
}

.about-advantage{
    width: 100%;
    background: #f9f9f9;
    padding-top: 90px;
    display: inline-block;
}

.about-advantage .info img{
    box-shadow: 12.728px 12.728px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.about-advantage .info > ul li p {
    font-size: 40px;
    font-family: 'GongGothicMedium';
    color: #333;
    margin-bottom: 40px;
}


.about-advantage .info > ul li{
    width: 100%;
    float: left;
    margin-top: 90px;
}

.about-advantage .info-text{
    font-size: 18px;
    padding-left: 45px;
    display: inline-block;
    position: absolute;
    margin-top: 75px;
    line-height: 1.8;
}

.about-advantage .info > ul li:nth-child(even) img{
    float: right;
}

.about-advantage .info > ul li:nth-child(even) .info-text{
    padding-right: 45px;
    padding-left: 0px;
}

.au-footer{
    width: 100%;
    height: 240px;
}

.au-footer-area{
    width: 1110px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}

.au-footer-area .copyright{
    font-size: 16px;
    line-height: 1.6;
}

.au-footer-area ul li{
    float: left;
}

.au-footer-area .number{
    font-family: 'GongGothicBold';
    font-size: 20px;
    margin-bottom: 5px;
}

.au-footer-area .number02{
    font-family: 'GongGothicLight';
    font-size: 16px;
}
/*회사소개*/



/*리뷰관리*/

.review-list{
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 10px;
    margin-left: 10px;
    position: relative;
}

.re-goods-img{
    width: 60px;
    height: 60px;
    display: inline-block;
}

.review.board-view {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.re-goods-info{
    display: inline-block;
    width: 85%;
    padding-left: 20px;
    position: absolute;
}

.re-goods-info li:nth-child(1){
    font-size: 13px;
    color: #777;
}

.re-goods-info li:nth-child(2){
    font-size: 14px;
    color: #2c2835;
    font-weight: bold;
    margin-top: 10px;
}

.re-goods-info li:nth-child(3){
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    line-height: 1.4;
}

.re-goods-info li{
    font-family: 'MalgunGothic', "맑은 고딕";
}

.review-view-list {
    padding: 20px 0 30px 10px;
    position: relative;
    margin-left: 10px;
}

.review-grade.review span > ul li {
    float: left;
    margin-right: 0;
}

.review-grade.review span ul li img {
    vertical-align: top;
}

.review-text {
    padding: 10px 0;
    position: relative;
}

.review-text > p {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    width: 75%;
}

.writer-info {
    position: absolute;
    right: 0;
    top: 50px;
}

.writer-info ul li {
    padding-bottom: 5px;
    color: #777;
    font-family: 'MalgunGothic', "맑은 고딕";
    font-size: 13px;
}

.review-img {
    width: 190px;
    height: 130px;
    border: 1px #ddd solid;
    display: inline-block;
}

.comment-wrap {
    background: #f6f6f6;
    padding: 30px;
    margin-top: 30px;
}

.comment-wrap b {
    position: relative;
    top: 8px;
    margin-right: 5px;
    font-family: 'MalgunGothic', "맑은 고딕";
    font-size: 14px;
}

.review-data {
    color: #777;
    font-size: 14px;
    top: 8px;
    position: relative;
    font-family: 'MalgunGothic', "맑은 고딕";
}

.comment-text p {
    line-height: 1.6;
    color: #555;
    font-size: 14px;
    font-family: 'MalgunGothic', "맑은 고딕";
}

.comment-wrap .btn{
    text-align: right;
    margin-top: 20px;
}

.comment-wrap .btn button{
    width: 60px;
    font-family: 'MalgunGothic', "맑은 고딕";
}

.re-list{
    border-bottom: 1px solid #d3d3d3;
}

.review-text .m-btn {
    color: #bababa;
    font-size: 14px;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-top: 15px;
    margin-bottom: 5px;
}

.review-text .m-btn img{
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.review-view-list .comment-writer{
    margin-top: 30px;
    width: 100%;
}

.review-view-list .comment-writer .p-btn{
    font-size: 13px;
    letter-spacing: -0.5px;
    padding: 10px 14px;
}

.tit-border{
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}

.art-write-zone{
    padding-top: 20px;
    font-size: 14px;
}

.art-write-zone p,
.art-write-zone span,
.art-write-zone a{
    font-family: 'MalgunGothic', "맑은 고딕";
}

.m-art-write-img ul li a,
.m-art-write-img ul li button {
    width: 104px;
    height: 104px;
    background: url(../img/i_add_g.png) no-repeat center center #f3f3f3;
    background-size: 11px;
    float: left;
    margin-right: 10px;
    position: relative;
    border-radius: 4px;
    border:  none;
}

.m-art-write-img ul li a .img{
    width: 104px;
    height: 104px;
    object-fit: cover;
    border-radius: 4px;
}

.m-art-write-img .i_delete_circle_b{
    z-index: 2;
}


.order-list > .img{
    text-align: center;
    margin-top: 80px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.order-list .text{
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
}

.m-art-write-img .i_delete_circle_b {
    z-index: 2;
}

.i_delete_circle_b {
    position: absolute;
    width: 20px;
    right: 5px;
    top: 5px;
}

.product-img-main {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    height: 30px;
    background: #2bcfae9e;
    bottom: 0px;
    text-align: center;
    line-height: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 3;
}

.board-list .delete{
    color: #777;
    font-family: 'GongGothicLight';
    position: relative;
    left: 20px;
    top: 1px;
}


.board-list .delete:before {
    position: absolute;
    display: block;
    top: 3px;
    left: -15px;
    width: 1px;
    height: 10px;
    background: #e4e4e4;
    content: "";
    margin: 0 4px;
}

.list-bottom{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
}


.bg-thum-area-sub.art ul li:nth-child(2){
    clear: both;
}

.bg-thum-area-sub.art ul li:nth-child(3){
    clear: none;
}

.board-chk.b-chk{
    position: absolute;
    top: 10px;
    left: 10px;
}

.address_ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 235px;
}
