@charset "utf-8";


/*-----------------------------------------------------------------------------------------------------------
기본
-----------------------------------------------------------------------------------------------------------*/
.btnDiv {
    clear: both;
    padding: 10px 0
}

.pageDiv {
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 40px 0 20px;
    border-top: 1px solid #ededed;
    padding-top: 20px
}

.pageDiv a {
    padding: 12px;
}

.pageDiv a.on {
    color: #F00;
    font-weight: bold
}

.pageDiv span {
    padding: 8px;
    color: #ddd;
}

/*-----------------------------------------------------------------------------------------------------------
버튼
-----------------------------------------------------------------------------------------------------------*/
.btn_g1 {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #598037;
    background-color: #6b9447;
    font-size: 11px;
    border-radius: 3px;
    vertical-align: middle
}

a.btn_g1,
input.btn_g1,
button.btn_g1 {
    color: #fff;
}

a:hover.btn_g1,
input:hover.btn_g1,
button:hover.btn_g1 {
    color: #fff;
    border: 1px solid #598037;
    background: #77a153;
}

.btn_r1 {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #d20d08;
    background: #eb231d;
    font-size: 11px;
    border-radius: 3px;
    vertical-align: middle
}

a.btn_r1,
input.btn_r1,
button.btn_r1 {
    color: #fff;
}

a:hover.btn_r1,
input:hover.btn_r1,
button:hover.btn_r1 {
    color: #fff;
    border: 1px solid #d20d08;
    background: #f43530;
}

.btn01 {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #222;
    background: #555;
    font-size: 11px;
    border-radius: 3px;
    vertical-align: middle
}

a.btn01,
input.btn01,
button.btn01 {
    color: #fff;
}

a:hover.btn01,
input:hover.btn01,
button:hover.btn01 {
    color: #fff;
    border: 1px solid #222;
    background: #777;
}

.btn02 {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #0694b2;
    background: #08a2c3;
    border-radius: 3px;
    vertical-align: middle
}

a.btn02,
input.btn02,
button.btn02 {
    color: #fff;
    font-size: 1em
}

a:hover.btn02,
input:hover.btn02,
button:hover.btn02 {
    color: #fff;
    border: 1px solid #0694b2;
    background: #0aaacc;
}

.btn03 {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #555;
    background: #777;
    border-radius: 3px;
    vertical-align: middle
}

a.btn03,
input.btn03,
button.btn03 {
    color: #fff;
    font-size: 1em
}

a:hover.btn03,
input:hover.btn03,
button:hover.btn03 {
    color: #fff;
    border: 1px solid #777;
    background: #999;
}

.btn04 {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #8a5959;
    background: #9e7070;
    border-radius: 3px;
    vertical-align: middle
}

a.btn04,
input.btn04,
button.btn04 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600
}

a:hover.btn04,
input:hover.btn04,
button:hover.btn04 {
    color: #fff;
    border: 1px solid #9e7070;
    background: #b08484;
}

.btn05 {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #8a5959;
    background: #9e7070;
    border-radius: 3px;
    vertical-align: middle
}

a.btn05,
input.btn05,
button.btn05 {
    color: #fff;
    font-size: 1em;
}

a:hover.btn05,
input:hover.btn05,
button:hover.btn05 {
    color: #fff;
    border: 1px solid #9e7070;
    background: #b08484;
}

.btn06 {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #444;
    background: #666;
    font-size: 13px;
    border-radius: 3px;
    vertical-align: middle
}

a.btn06,
input.btn06,
button.btn06 {
    color: #fff;
}

a:hover.btn06,
input:hover.btn06,
button:hover.btn06 {
    color: #fff;
    border: 1px solid #444;
    background: #888;
}


.b_login {
    display: inline-block;
    height: 55px;
    padding: 0 20px;
    border: 1px solid #dc4916;
    background: #ef531d;
    border-radius: 3px;
    line-height: 52px;
    margin: 0
}

a.b_login {
    color: #fff;
}

a:hover.b_login {
    color: #fff;
    border: 1px solid #dc4916;
    background: #dc4916;
}

.b_login2 {
    display: inline-block;
    height: 55px;
    padding: 0 40px;
    border: 1px solid #dc4916;
    background: #ef531d;
    border-radius: 3px;
    line-height: 52px
}

a.b_login2 {
    color: #fff;
}

a:hover.b_login2 {
    color: #fff;
    border: 1px solid #dc4916;
    background: #dc4916;
}


/*-----------------------------------------------------------------------------------------------------------
/*게시판
-----------------------------------------------------------------------------------------------------------*/

table,
div {
    border-collapse: collapse;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table {
    width: 100%;
    background-color: #fff;
}

table [class*="tbl_"] {
    margin: 0;
}

table thead th {
    vertical-align: middle;
}

.tbl_auto table {
    table-layout: auto !important;
}

.tbl_fixed table {
    table-layout: fixed !important;
}

[class*="tbl_"].te_center tbody th,
[class*="tbl_"].te_center tbody td {
    text-align: center;
}

[class*="tbl_"] .scroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 248px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f9f9f9;
}

[class*="tbl_"] {
    margin-bottom: 10px;
}

.tbl_bbs {
    border-top: 2px solid #000;
    margin-top: 8px;
    clear: both
}

.tbl_bbs table {
    table-layout: fixed;
}

.tbl_bbs thead th {
    height: 22px;
    padding: 10px 0 10px;
    line-height: 1.4em;
    background-color: #f9f9f9;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #e6e6e6;
    text-align: center;
}

.tbl_bbs thead th:first-child {
    border-left: 0 none;
}

.tbl_bbs tbody th,
.tbl_bbs tbody td {
    height: 20px;
    padding: 10px 10px 10px;
}

.tbl_bbs tbody th {
    text-align: left;
    background-color: #f9f9f9;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600
}

.tbl_bbs tbody td {
    border: 1px solid #e6e6e6;
    border-right: 0 none;
}

.tbl_bbs tbody tr:first-child td {
    border-top: 0 none;
}

.ie9 .tbl_bbs thead th {
    height: 21px;
    padding-top: 6px;
}

.ie9 .tbl_bbs tbody th,
.ie9 .tbl_bbs tbody td {
    height: 19px;
    padding-top: 8px;
}

.tbl_bbs tbody td:first-child {
    border-left: 0 none;
}


.tbl_bbs2 {
    border-top: 2px solid #222;
    margin-top: 8px;
    clear: both
}

.tbl_bbs2 table {
    table-layout: fixed;
}

.tbl_bbs2 thead th {
    padding: 8px;
    line-height: 1.4em;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #e6e6e6;
    text-align: center;
}

.tbl_bbs2 thead th:first-child {
    border-left: 0 none;
}

.tbl_bbs2 tbody th,
.tbl_bbs2 tbody td {
    padding: 8px;
}

.tbl_bbs2 tbody th {
    text-align: left;
    background-color: #f9f9f9;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
}

.tbl_bbs2 tbody td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 0 none;
}

.tbl_bbs2 tbody tr:first-child td {
    border-top: 0 none;
}

.tbl_bbs2 tbody td:first-child {
    border-left: 0 none;
}

.tbl_bbs3 {
    border-top: 2px solid #000;
    margin-top: 8px;
    clear: both
}

.tbl_bbs3 table {
    table-layout: fixed;
}

.tbl_bbs3 thead th {
    height: 22px;
    padding: 10px 0 10px;
    line-height: 1.4em;
    background-color: #f9f9f9;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #e6e6e6;
    text-align: center;
}

.tbl_bbs3 thead th:first-child {
    border-left: 0 none;
}

.tbl_bbs3 tbody th,
.tbl_bbs3 tbody td {
    height: 20px;
    padding: 10px 10px 10px;
}

.tbl_bbs3 tbody th {
    text-align: center;
    background-color: #f9f9f9;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
}

.tbl_bbs3 tbody td {
    border: 1px solid #e6e6e6;
    border-right: 0 none;
}

.tbl_bbs3 tbody tr:first-child td {
    border-top: 0 none;
}

.ie9 .tbl_bbs3 thead th {
    height: 21px;
    padding-top: 6px;
}

.ie9 .tbl_bbs3 tbody th,
.ie9 .tbl_bbs3 tbody td {
    height: 19px;
    padding-top: 8px;
}

.tbl_bbs3 tbody td:first-child {
    border-left: 0 none;
}

.tbl_bbs3 td div {
    background: none;
    width: 0px;
    height: 0px;
    float: left
}

.tbl_bbs3 td span {
    padding: 0 1px;
}



/*-----------------------------------------------------------------------------------------------------------
공통
-----------------------------------------------------------------------------------------------------------*/

h3.h3_title {
    font-size: 1.3em;
    padding-bottom: 10px;
    text-align: left;
    letter-spacing: -1;
    background: url(/image/common/btn_bullet.gif) no-repeat 0 1px;
    padding-left: 25px;
    font-weight: 500;
    color: #000
}

h3.h3_title2 {
    font-size: 1.5em;
    padding-bottom: 10px;
    text-align: left;
    letter-spacing: -1;
    font-weight: 500;
    color: #e85b6e;
}

h4.h4_title {
    font-size: 1.2em;
    padding-left: 20px;
    text-align: left;
    letter-spacing: -1;
    background: url(/image/common/bullet_dep2.gif) no-repeat 0 4px;
    margin: 20px 0;
    color: #369;
    font-weight: 600
}

div.con {
    padding-left: 20px;
    line-height: 160%
}

ul.bu1 {
    margin: 10px 0 0 20px;
}

ul.bu1 li {
    line-height: 180%;
    margin-top: 5px;
}

ul.bu2 {
    margin: 5px 0 0 10px;
}

ul.bu2 li {
    padding-left: 15px;
    background: url(/image/common/dot.gif) no-repeat 0 8px;
    margin-bottom: 5px
}

ul.bu2 li strong {
    font-weight: 600;
    color: #090
}

ul.bu2 li span.tt {
    font-weight: 500;
    color: #000
}

ul.bu2 li p.list {
    line-height: 170%;
}

ul.bu3 {
    margin: 5px 0 0 10px;
    margin-bottom: 3px
}

ul.bu3 li {
    line-height: 180%;
}

ul.bu3 li strong {
    font-weight: bold;
    color: #fff;
    border: 1px solid #e18522;
    background: #f89020;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 0.875em
}

ul.bu3 li span.tt {
    font-weight: bold;
    color: #090
}


ul.bu4 {
    margin: 5px 0 0 10px;
}

ul.bu4 li {
    line-height: 200%;
}

ul.bu4 li strong {
    font-weight: bold;
    color: #fff;
    border: 1px solid #e18522;
    background: #f89020;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 5px;
}

ul.img {
    margin: 5px 0 10px 10px;
}

ul.img li {
    float: left;
}

ul.img li img {
    padding-bottom: 5px
}

ul.img li p {
    clear: both;
    padding-bottom: 10px;
    text-align: center;
}


.con_txt {
    border-top: 2px solid #606060;
    padding: 15px;
    background-color: #f6f7f7;
    margin-top: 5px
}

.con_txt ul li {
    background: url(/image/common/dot.gif) no-repeat 5px;
    padding: 5px 0 5px 15px
}


/*-----------------------------------------------------------------------------------------------------------
사이트맵
-----------------------------------------------------------------------------------------------------------*/
/* 컨텐츠 영역_사이트맵 */
#contents_sitemap {
    padding-left: 30px
}

#contents_sitemap p.site {
    color: #333;
    font-weight: 600;
    padding: 15px 0;
    border: 2px solid #000;
    font-size: 1.12em;
    text-align: center;
    border-radius: 5px
}

#contents_sitemap .cate_line {
    margin-bottom: 20px;
    *zoom: 1
}

#contents_sitemap .cate_line:after {
    content: "";
    display: block;
    clear: both;
}

#contents_sitemap .cate_line .cate {
    float: left;
    width: 185px;
    height: auto;
    margin: 20px 40px 10px 0px;
}

#contents_sitemap .cate_line .cate ul {
    margin: 10px 0
}

#contents_sitemap .cate_line .cate ul li {
    background: url(/image/common/bu_5.gif) 8px 10px no-repeat;
    padding: 5px 0 10px 20px;
    margin-top: 3px;
    border-bottom: #dbdbdb 1px solid;
}

#contents_sitemap .cate_line .cate ul li a {
    color: #666;
    letter-spacing: -1px;
}

#contents_sitemap .cate_line .cate ul li a:hover {
    color: #243a97;
}


.sc_title {
    clear: both;
    padding: 5px 0 5px 10px;
    border: dotted 1px #999;
    font-weight: bold;
    background: #f3f3f3;
}

.sc_text {
    padding: 5px 5px 5px 10px;
    border: dotted 1px #999999;
    clear: both;
}

.sc_text ul {
    padding-left: 20px;
}

.sc_text li {}


.contAreaBoxbg_etc span.header {
    line-height: 20px;
    width: 100%;
    font-weight: lighter;
    font-size: 0.8em;
    color: #666;
}

.contAreaBoxbg_etc h3.title {
    height: 27px;
    display: block;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}


/*-----------------------------------------------------------------------------------------------------------
회원안내
-----------------------------------------------------------------------------------------------------------*/

ul#member_menu {
    clear: both;
    width: 1195px;
    height: 40px;
    background-color: #f3f3f3;
}

ul#member_menu {
    height: 39px;
    border-bottom: 1px solid #ddd
}

ul#member_menu li {
    float: left;
    text-align: center;
    padding-top: 8px;
    width: 198px;
    border-left: 1px solid #ddd;
    height: 32px
}

ul#member_menu li {
    float: left;
    text-align: center;
    padding-top: 8px;
    width: 198px;
    border-left: 1px solid #ddd;
    height: 32px
}

ul#member_menu li.first {
    border-left: none
}

ul#member_menu li a {
    clear: both;
    color: #888;
    display: inline-block;
    margin-right: -1px;
    font-size: 1em
}

ul#member_menu li.on {
    background-color: #fff;
}

ul#member_menu li.on a {
    color: #F00;
    font-weight: bold;
}



.member_agree {
    width: 900px;
    margin: 30px 5px 15px 10px;
}

.member_agree_txt {
    height: 200px;
    overflow: scroll;
    border: #ddd 1px solid;
    padding: 10px;
    width: 500px;
    background: #fff;
    overflow-x: hidden;
}

.member_agree_btn {
    width: 430px;
    text-align: center;
    border: 1px solid #598037;
    background-color: #6b9447;
    padding: 20px 0;
    margin: 10px 7px 10px 260px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.member_agree_btn a {
    color: #fff;
    font-size: 1.25em;
}


.login_box {
    width: 600px;
    height: 260px;
    margin: 20px 0 15px 160px;
}

.login_box dl.login {
    padding: 20px;
    float: left;
}

.login_box dl.login dt {
    float: left;
    width: 60px;
    background: url(/image/common/dot.gif) no-repeat 5px 12px;
    padding: 4px 0 0 15px;
    height: 30px
}

.login_box dl.login dd {
    float: left;
    width: 150px;
    height: 30px
}

.login_box input[type=text] {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    width: 330px;
    height: 20px
}

.login_box input[type=password] {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    width: 330px;
    height: 20px
}

.login_box dl.login2 {
    padding: 30px 40px 0 10px;
    border-top: 1px solid #ddd;
    clear: both
}

.login_box dl.login2 dt {
    float: left;
    background: url(/image/common/dot.gif) no-repeat 5px;
    padding: 5px 0 5px 15px;
    margin-left: 20px;
    clear: both
}

.login_box dl.login2 dd {
    float: right;
    text-align: right;
    padding-bottom: 3px
}

a.btnLogin {
    border: 1px solid #dc4916 !important;
    background: #ef531d !important;
    color: #fff;
    padding: 20px 20px;
    border-radius: 5px;
}

.login_box2 {
    width: 600px;
    height: 100px;
    margin: 20px 0 15px 190px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login_box2 dl.login {
    padding: 20px;
    float: left;
}

.login_box2 dl.login dt {
    float: left;
    width: 60px;
    background: url(/image/common/dot.gif) no-repeat 5px 12px;
    padding: 4px 0 0 15px;
    height: 30px
}

.login_box2 dl.login dd {
    float: left;
    width: 150px;
    height: 30px
}

.login_box2 dl.logout {
    padding: 20px 25px;
    float: left;
}

.login_box2 dl.logout dt {
    float: left;
    width: 60px;
    background: url(/image/common/dot.gif) no-repeat 5px 12px;
    padding: 4px 0 0 15px;
    height: 25px;
    font-weight: bold
}

.login_box2 dl.logout dd {
    float: left;
    width: 150px;
    height: 25px;
    padding-top: 4px;
}

.login_box2 input[type=text] {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    width: 330px;
    height: 20px
}

.login_box2 input[type=password] {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    width: 330px;
    height: 20px
}

.find_box {
    float: left;
    width: 430px;
    height: 150px;
    margin: 10px 0 15px 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

dl.findList {
    padding: 35px 0 0 20px;
    float: left;
}

dl.findList dt {
    float: left;
    width: 65px;
    background: url(/image/common/dot.gif) no-repeat 5px;
    padding: 5px 0 5px 15px;
}

dl.findList dt.no {
    float: left;
    width: 65px;
    padding: 5px 0 5px 15px;
    background: none
}

dl.findList dd {
    float: left;
    width: 220px;
    padding: 5px 0;
}

.find_box input[type=text] {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    padding: 4px
}

.find_box input[type=password] {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    padding: 4px
}

.find_box div.login_btn2 {
    float: left;
    padding-top: 40px
}

#centerPage {
    clear: both
}

.centerBD {
    float: left;
    width: 350px;
}

.centerBD li {
    clear: both;
    height: 25px;
    border-bottom: 1px dotted #ccc;
}

#centerPage h4 {
    margin-top: 40px;
    margin-left: 10px;
    background: url(/image/common/bullet_dep2.gif) no-repeat left;
    font-weight: bold;
    color: #000;
    padding-left: 25px;
}

.ctn_txt {
    margin: 5px 0 0 22px;
}

.ctn_dep {
    margin: 0 0 0 22px;
}

.ctn_dep li {
    clear: both;
    padding-left: 20px;
    lmargin-bottom: 10px;
    letter-spacing: -0.5
}

.ctn_dep li.sub {
    background: none;
    padding-left: 20px;
    font-weight: normal;
}


/*-----------------------------------------------------------------------------------------------------------
마이페이지
-----------------------------------------------------------------------------------------------------------*/

.mypage_main {
    float: left;
    width: 470px;
    margin: 30px 15px 15px 0;
}

.mypage_box {
    width: 450px;
    height: 230px;
    margin: 10px 0 15px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px
}

.mysch {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 90px
}

.mysch ul {
    margin-left: 10px
}

.mysch li {
    float: left;
    width: 160px;
    padding: 5px 0 0 15px;
    background: url(/image/common/dot.gif) no-repeat 5px
}

.mysch ul li.depth3_on {
    display: block;
    overflow: hidden;
}

.mysch ul li.depth3 {
    display: block;
    overflow: hidden;
}

.mysch ul li.depth3_on a {
    color: #F30;
    font-weight: bold;
}


/* order */
.shop_TIP {
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.shop_TIP ul {
    padding: 10px 0 0 10px
}

.shop_TIP li {
    background: url(/image/common/dot.gif) no-repeat left;
    padding: 5px 0 5px 15px;
}

.product_s_img {
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    text-align: center;
    float: left
}

.product_s_txt {
    float: left;
    padding-left: 5px;
    color: #666;
    width: 200px
}


.shop_list {
    float: right;
    margin-bottom: 10px
}

.shop_list ul {
    padding: 5px
}

.shop_list ul li {
    display: block;
    float: left;
    padding: 3px 15px;
    border: 1px solid #CCC;
    background: #f3f3f3;
    margin-left: 3px
}

.shop_list ul li.depth3_on {
    display: block;
    overflow: hidden;
}

.shop_list ul li.depth3 {
    display: block;
    overflow: hidden;
}

.shop_list ul li.depth3_on a {
    color: #F30;
    font-weight: bold;
}

.shop_list_menu {
    border-bottom: 1px dotted #666;
    border-top: 1px solid #666;
    background-color: #f3f3f3;
    clear: both;
    margin: 10px 5px;
    height: 30px
}

.shop_list_menu p.txt {
    background: url(/image/common/dot_03.gif) no-repeat left;
    padding: 5px 15px;
    float: left
}

.shop_list_menu p.m {
    float: right;
    padding: 5px
}




/*-----------------------------------------------------------------------------------------------------------
shop
-----------------------------------------------------------------------------------------------------------*/

.goodsL {
    padding: 5px
}

.goodsM {
    height: 25px;
    clear: both;
    border-bottom: 1px dotted #666;
    border-top: 1px solid #666;
    margin: 5px 0;
    padding: 5px
}

.goodsM .title {
    padding: 5px 0
}

.goodsB {
    clear: both;
}

.goodsP {
    text-align: center;
    width: 223px;
    height: 300px;
    float: left;
    position: relative;
}

p.Img {
    text-align: center;
    width: 223px;
    height: 223px;
}

p.Tit {
    font-weight: 600;
    color: #333;
    clear: both;
    padding-top: 5px
}

p.Txt {
    color: #999;
    line-height: 150%;
    font-size: 0.8em;
    letter-spacing: -1px;
}

p.price {
    color: #f22222;
    font-weight: bold;
}

/* product  */
.product_list {
    clear: both;
    padding: 10px 0
}

.list_product {
    float: left;
    width: 140px;
    text-align: center;
    padding-bottom: 10px;
    position: relative
}

.list_product_img {
    padding: 5px 0
}

.list_product_txt {
    color: #666
}

.txt_red {
    font-weight: bold;
    color: #F00
}

.product_bar {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    clear: both;
    .padding: 0
}

.product_size {
    position: absolute;
    width: 80px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
}


.goods_list_menu {
    clear: both;
    margin: 10px 5px;
    height: 50px
}

.goods_list_menu p.txt {
    background: url(/image/common/dot_03.gif) no-repeat left;
    padding: 5px 15px;
    float: left
}

.goods_list_menu p.menu {
    padding: 5px 15px;
    float: right
}

.goods_list_menu p.menu a {}

.goods_list_menu p.menu span {
    padding: 0 7px;
    color: #ddd
}

.goods_list_menu div.sch {
    float: right;
    width: 425px;
    padding: 5px;
}

.goods_list_menu div.sch fieldset label {}

.goods_list_menu div.sch fieldset label a {
    color: #888;
    padding-right: 5px
}

.goods_list_menu div.sch fidldset div.box_searchbar {
    clear: both;
    height: 31px;
}

.goods_list_menu div.sch fieldset .tf_keyword {
    float: left;
    border: 1px solid #c5c5c5;
    border-right: none;
    padding: 7px 5px;
    width: 350px;
    border-radius: 5px 0px 0px 5px;
}

.goods_list_menu div.sch fieldset .btn_search {
    float: left;
    width: 50px;
    height: 31px;
    border: 1px solid #c5c5c5;
    color: #000;
    font-size: 1.25em;
    text-align: center;
    background: #fff
}


/* product detail */
#detail_product_bg {
    clear: both;
    margin: 5px
}

.detail_product_img {
    width: 380px;
    float: left;
    padding-bottom: 10px
}

.detail_product_img ul {
    clear: both;
    padding-top: 10px
}

.detail_product_img ul li {
    width: 87px;
    float: left
}

.detail_product_img ul li img {
    border: 1px solid #ddd;
}

.detail_product_txt {
    float: right;
    width: 530px;
}

.detail_title_s {}

.detail_title_l {
    font-weight: bold;
    color: #000;
    padding-bottom: 20px
}

.detail_txt1 {
    clear: both;
    height: 100px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ddd
}

.detail_txt1 dt {
    float: left;
    color: #333;
    width: 80px;
    clear: both;
    padding: 5px 0 5px 10px
}

.detail_txt1 dd {
    float: left;
    width: 360px;
    color: #333;
    padding: 5px 0;
}

.detail_txt2 {
    padding-top: 10px;
    clear: both;
    height: 40px;
    border-top: 1px dotted #ccc;
}

.detail_txt2 dt {
    float: left;
    color: #333;
    width: 80px;
    clear: both;
    padding: 5px 0 0 10px
}

.detail_txt2 dd {
    float: left;
    width: 290px;
    color: #333;
    padding-top: 5px
}

.detail_txt3 {
    float: left;
    border-top: 1px solid #ddd;
    padding: 15px 0;
    width: 100%;
}

.option_box {
    clear: both;
    border-collapse: collapse;
    margin: 5px 0;
    border-top: 1px solid #333;
}

.detail_menu {
    margin: 15px 5px 0 5px;
    background: url(/image/shop/detail_menu_bg.gif) repeat-x top;
    height: 31px;
    clear: both
}

.detail_menu ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.detail_menu li {
    background: url(/image/shop/detail_menu_bar.gif) no-repeat left;
}

.detail_menu li.off {
    width: auto;
    clear: none;
    float: left;
    padding: 3px 20px;
    text-align: center;
}

.detail_menu li.off a {
    color: #fff;
}

.detail_menu li.on {
    width: auto;
    clear: none;
    float: left;
    height: 24px;
    padding: 3px 20px;
    text-align: center;
    background-color: #474747;
}

.detail_menu li.on a {
    color: #fff;
}

.goods_info {
    line-height: 160%;
    clear: both;
    margin: 15px
}


/*-----------------------------------------------------------------------------------------------------------
컨텐츠
-----------------------------------------------------------------------------------------------------------*/

.box {
    display: block;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
}

.box.bg1 {
    border-top: #e8e7e2 solid 1px;
    border-left: #e2e1dc solid 1px;
    border-right: #e2e1dc solid 1px;
    border-bottom: #b5b4b0 solid 1px;
    border-radius: 12px;
    box-shadow: inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f9f8f4);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
}

.box.auto {
    overflow: auto;
}

.box_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.box_wrap p.img {
    width: 250px;
    float: left;
    margin: 0 5%;
}

.box_wrap div.txt {
    float: left;
    width: 52%;
    line-height: 170%;
    padding-top: 10px;
}

h4.box_tt {
    font-size: 24px;
    color: #000;
    width: 100%;
    font-weight: 600;
    padding-bottom: 15px;
    background: none;
    margin-top: 10px
}

.about1_txt1 {
    font-family: "나눔명조";
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 140%;
    padding: 40px 0 0 30px
}

.about1_txt1 span {
    color: #e85b6e;
    font-family: "나눔명조";
    font-size: 25px;
    font-weight: bold;
}

.about1_txt2 {
    clear: both;
    line-height: 180%;
    background: url(/image/sub/about_sub1_bg.jpg) no-repeat right bottom;
    padding: 30px 250px 80px 30px;
}

.about1_txt2 strong {
    font-weight: 600;
    color: #000;
    font-size: 18px
}

.about2_txt2 {
    clear: both;
    line-height: 180%;
    background: url(/image/sub/about_sub2_bg.jpg) no-repeat right bottom;
    padding: 30px 220px 150px 30px;
}

/* 연혁 */
.historyDiv {
    border-top: 2px solid #333
}

.historyDiv li {
    border-bottom: 1px dotted #999;
    overflow: hidden;
    padding: 50px 0;
}

.historyDiv li.end {
    border-bottom: 0px solid #ddd;
}

.historyDiv li .year {
    width: 150px;
    float: left;
    text-align: right;
    font-size: 36px;
    color: #333;
    font-family: 'NanumSquareB';
    font-weight: normal;
}

.historyDiv li .hisTxt {
    width: 750px;
    float: right;
    color: #777;
    overflow: hidden
}

.historyDiv li .hisTxt .txt {
    overflow: hidden;
    margin-top: 10px
}

.historyDiv li .hisTxt .txt .month {
    width: 120px;
    float: left;
    font-family: 'NanumSquareB';
    font-weight: normal;
    color: #555;
    padding-top: 10px;
}

.historyDiv li .hisTxt .txt .history {
    width: 630px;
    float: left;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.historyDiv li .hisTxt .txt .history p {
    padding-bottom: 10px
}

.support_txt1 {
    font-family: "나눔명조";
    font-size: 25px;
    font-weight: bold;
    line-height: 160%;
    padding: 60px 0 0 10px;
    background: url(/image/sub/support_sub1_bg.jpg) no-repeat right top;
    height: 140px;
    color: #222
}

.support_txt1 span {
    color: #275e1a;
    font-family: "나눔명조";
    font-size: 25px;
    font-weight: bold;
}

.support {
    clear: both;
    margin-top: 10px;
}

.support li {
    width: 24.2%;
    float: left;
    height: 200px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 5px 0 0 0.5%;
    text-align: center
}

.support li p.tt {
    padding-top: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #e85b6e;
    line-height: 130%;
}

.support li p.tt span {
    font-size: 18px;
    font-weight: 600;
    color: #e85b6e;
    line-height: 130%;
    letter-spacing: -.5px;
}

.support li p.con {
    padding-top: 15px;
    letter-spacing: -.5px;
}

/*	.business1_bg		{ background:url(/image/business/sub1_img_01.jpg) no-repeat right bottom; width:100%; height:215px; padding-top:20px;}*/

/* 조직도 */
#about_org {
    width: 800px;
    height: 450px;
    margin: 20px auto;
    position: relative;
    background: url(/image/sub/about_org_bg.gif) no-repeat top;
}

#about_org .org_01 {
    width: 200px;
    background: #08a2c3;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 12px 0;
    border-radius: 5px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 auto;
}

#about_org .org_02 {
    width: 180px;
    border: #08a2c3 3px solid;
    text-align: center;
    color: #222;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 5px;
    font-weight: 600;
    line-height: 150%;
    position: absolute;
    top: 0;
    left: 50px;
}

#about_org .org_03 {
    width: 180px;
    border: #08a2c3 3px solid;
    text-align: center;
    color: #222;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 5px;
    background: #fff;
    font-weight: 600;
    line-height: 150%;
    margin: 20px auto 0
}

#about_org .org_03_1 {
    width: 180px;
    border: #08a2c3 3px solid;
    text-align: center;
    color: #222;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 5px;
    background: #fff;
    font-weight: 600;
    line-height: 150%;
    margin: 20px auto 0
}

#about_org .org_04 {
    width: 300px;
    float: left;
    margin-top: 60px
}

#about_org .org_04 p.tt_t {
    background: #e85b6e;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

#about_org .org_04 p.tt {
    background: #9bc27c;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    margin-top: 3px;
}

#about_org .org_04 .stt {
    padding: 12px 0;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}


#about_org .org_p_1 {
    margin-left: 80px
}

#about_org .org_p_2 {
    margin-left: 50px
}

#about_org .org_p_3 {
    margin-left: 40px
}


/*2021 새로운 조직도*/

#about_org2 {
    width: 800px;
    height: 400px;
    margin: 20px auto;
    position: relative;
    background: url(/image/sub/about_org4_bg.png) no-repeat center 45px;
}

#about_org2 .org_01 {
    width: 200px;
    background: #08a2c3;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 12px 0;
    border-radius: 5px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 auto;
    box-shadow: 5px 5px 1px rgb(0, 0, 0, 0.05);
}

#about_org2 .org_02 {
    width: 180px;
    border: #08a2c3 3px solid;
    text-align: center;
    color: #222;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 5px;
    font-weight: 600;
    line-height: 150%;
    margin-left: 50px;
    background: #fff;
    box-shadow: 5px 5px 1px rgb(0, 0, 0, 0.05);
    /*
    position: absolute;
    top: 0;
    left: 50px;
*/
}


#about_org2 .org_02_1 {
    width: 180px;
    border: #08a2c3 3px solid;
    text-align: center;
    color: #222;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 5px;
    font-weight: 600;
    line-height: 150%;
    position: absolute;
    top: 57px;
    right: 50px;
    background: #fff;
    box-shadow: 5px 5px 1px rgb(0, 0, 0, 0.05);
}


#about_org2 .org_03 {
    width: 180px;
    border: #9bc27c 3px solid;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 5px;
    background: #9bc27c;
    font-weight: 600;
    line-height: 150%;
    margin: 20px auto 0;
    box-shadow: 5px 5px 1px rgb(0, 0, 0, 0.05);
}

#about_org2 .org_03_1 {
    width: 180px;
    border: #9bc27c 3px solid;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 5px;
    background: #9bc27c;
    font-weight: 600;
    line-height: 150%;
    margin: 20px auto 0;
    box-shadow: 5px 5px 1px rgb(0, 0, 0, 0.05);
}

#about_org2 .org_04 {
    width: 150px;
    float: left;
    margin-top: 60px;
    margin-right: 10px;
}

#about_org2 .org_04 p.tt_t {
    background: #e85b6e;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

#about_org2 .org_04 p.tt {
    background: #9bc27c;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    margin-top: 3px;
}

#about_org2 .org_05 p.stt {
    width: 150px;
    float: left;
    padding-top: 20px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 50px;
    border-radius: 10px;
    min-height: 160px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 5px 5px 1px rgb(0, 0, 0, 0.05);
}

#about_org2 .org_05 .w300 {
    width: 307px !important;
}

.mgr_no {
    margin-right: 0 !important;
}



/*안전보건*/


.safety_sub1 {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0
}

.safety_sub1_box {
    background: #fff url(/image/safety/sub1_bg.png) top center no-repeat;
    position: relative;
}

.safety_sub1_box:after {
    position: absolute;
    background: url(/image/safety/sub1_bg2.png) no-repeat center;
    content: '';
    height: 124px;
    width: 100%;
    bottom: 0;
    left: 0
}
p.safety_tt{
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #246b9d;
    display: block;
    padding-top: 80px;
    line-height: 200%
}
p.safety_tt span{
    color: #000;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 800;
}

p.safety_txt1 {
    padding: 50px 0 30px;
    margin: 0 80px;
    /*border-bottom: 1px dotted #999;*/
    line-height: 200%;
    text-align: center;
    color: #333;
    font-family: "Noto Sans KR";
    font-size: 16px;
    letter-spacing: -0.5px;
}

ul.safety_txt2 {
    margin: 10px 70px;
    background: #f9f9f9;
    padding: 30px 0 30px 30px;
    white-space: nowrap;
}

ul.safety_txt2:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

ul.safety_txt2 li {
    line-height: 200%;
    position: relative;
    /*padding-left: 60px;*/
    padding-bottom: 20px;
    letter-spacing: -0.7px;
}
ul.safety_txt2 li:last-child{padding-bottom: 0}

ul.safety_txt2 li span.num {
    display: inline-block;
    background: #e85b6e;
    border-radius: 5px;
    padding: 5px;
    width: 15px;
    height: 15px;
    font-weight: 800;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    margin: 2px;
    color: #fff;
    /* margin-left: -35px; */
    margin-right: 10px;
    
}

p.safety_txt3 {
    position: relative;
    padding: 30px 0 90px;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 180%;
}


p.safety_txt3 span{
    font-size: 18px;
    font-weight: 500;
    color: #666;
}

p.safety_txt3:after {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(/image/safety/seal.png) no-repeat;
    background-size: 80px;
    content: '';
    top: 40px;
    right: 22%;
}
