@charset "utf-8";
/* 
	사용자 정의 공통 스타일시트
*/

/* Link */

a:link {
    color: #666;
    text-decoration: none !important;
}

a:visited {
    color: #666;
    text-decoration: none !important;
}

a:hover {
    color: #0f8dee;
    text-decoration: none !important;
}

a:active {
    color: #0f8dee;
    text-decoration: none !important;
}
#topmenu {
	border-bottom:1px solid #ededed;
}
#sub_visual {
    position: relative;
    width: 100%;
    height: 224px;
    background: url(/images/kor01-14-0041/sub/sub_visual.jpg) no-repeat center 0;
}

#container {
    *zoom: 1px;
    position: relative;
    margin: 0 auto 80px !important;
    padding-top: 50px;
    width: 1380px !important;
}

#container:after {
    content: "";
    display: block;
    clear: both;
}

#leftmenu {
    margin-top: -100px;
    float: left;
    width: 200px;
}

#contents {
    float: right;
    width: 950px;
}

#contents.full_width {
    float: none;
    width: 100%;
}

#leftmenu .sub {}

.sub h2 {
    width: 200px;
    height: 100px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 100px;
    background: url(/images/kor01-14-0041/sub/bg_sub_title.jpg) no-repeat center 0;
}

#leftmenu .sub {
    color: #111;
    font-size: 15px;
}

#leftmenu li {
    display: table;
    padding: 0 10px;
    width: 100%;
    height: 52px;
    font-size: 100%;
    font-weight: inherit;
    border-top: 1px solid #d5d7d8;
}

#leftmenu li a {
    display: table-cell;
    vertical-align: middle;
    color: #111;
    background: url(/images/kor01-14-0041/sub/ico_left_arrow.png) no-repeat right;
}

#leftmenu li._on {
    background-color: #5c5c5c;
}

#leftmenu li._on a {
    color: #fff;
    background: url(/images/kor01-14-0041/sub/ico_left_arrow_on.png) no-repeat right;
}

#leftmenu li:first-child {
    border-top: none;
}

/*sub*/

.page_title {
    position: relative;
    display: inline-block;
    margin-bottom: 60px !important;
    padding-bottom: 40px !important;
    width: 100%;
    border-bottom: 2px solid #111;
}

.page_title h3 {
    display: inline-block;
    font-size: 45px;
    color: #111;
    line-height: 1;
    letter-spacing: -0.05em;
}

.page_title .page_nav {
    position: absolute;
    top: 0;
    right: 0;
}

.page_title .page_nav li {
    float: left;
    position: relative;
    margin-left: 34px !important;
    font-size: 16px;
    color: #111;
}

.page_title .page_nav li:first-child {
    margin-left: 0;
    font-size: 0;
    width: 17px;
    height: 16px;
    background: url(/images/kor01-14-0041/sub/ico_page_nav_home.png) no-repeat;
}

.page_title .page_nav li:after {
    content: '/';
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    font-size: 16px;
    color: #999;
}

.page_title .page_nav li:first-child:after {
    display: none;
}

.title-divider {
    text-align: left;
    margin: 0.5em 0 1em;
    padding: 0 0 10px 0;
    margin: 20px 0 50px;
    border-bottom: 3px solid #3d3d3d;
}

.title-divider span {
    background: #ffffff;
    padding-right: 0.5em;
    font-weight: 600;
    font-size: 45px;
    color: #000;
    letter-spacing: -2px;
    display: block;
    padding-bottom: 20px;
}

.title-divider small {
    display: block;
    color: rgba(51, 51, 51, 0.6);
}
.txt-wrap .txt-tit {
    color: #034492;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -1px;
}

.txt-wrap .txt-list {
    padding: 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -1px;
}

.txt-wrap .txt-last {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6em;
    color: #000;
    letter-spacing: -1px;
}
/* 기능 CSS */

.tab_link {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.tab_link ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    border: 5px solid #d5d7d8;
}

.tab_link ul li {
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.tab_link ul li:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -14px;
    width: 1px;
    height: 14px;
    background-color: #d5d7d8;
}

.tab_link ul li a {
    font-size: 100%;
    color: inherit;
}

.tab_link ul li a._on {
    font-weight: 500;
    color: #0b96d4;
}

.tab_link ul li:first-child {
    margin-left: 0;
}

.tab_link ul li:first-child a {}

.tab_link ul li:first-child:after {
    display: none;
}

#goods_list_type3 .category li a {
    color: #666;
    font-size: 18px;
    font-weight: 400;
}
#goods_list_type3 .category li.on a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}