@charset "utf-8";

#lnb > .menu > .menu03 > a{
    color: #fff;
}

.menu03{
    background-position: -372px -56px;
}

#top {
    width: 1024px;
    height: 102px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

#header {
    width: 100%;
    height: 107px;
    position: sticky;
    top: 0;
    z-index: 1;
}

/*서브메뉴*/

#sub {
    width: 100%;
    position: fixed;
    top: 107px;
    z-index: 1;
}

.sub_s {
    width: 1024px;
    height: 35px;
    margin: 0 auto;
    background-color: #e02626;
    position: relative;
}

.sub01 {
    position: absolute;
    top: 0;
    left: 467px;
}

.sub01 > li {
    width: 130px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.sub01 > li > a {
    color: #fff;
    display: block;
}

.sub01 > li > a:hover{
    background-color: #fff;
    color: #e02626;
    transition: all 0.7s;
}

.sub01 > span{
    width: 1px;
    height: 8px;
    background-color: #fff7;
    position: absolute;
    top: 13px;
}

/*내용*/

#CATKIT {
    width: 100%;
}

#product_puppy_s {
    width: 1024px;
    margin: 0 auto;

}

.product_puppy01 {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../images/cat_list_tit.jpg);
    background-repeat: no-repeat;
}

.s_tit01 {
    width: 1024px;
    text-align: center;
    position: absolute;
    top: 100px;
    color: #e3602c;
    font-size: 40px;
    font-weight: bold;
}

.s_tit03 {
    width: 1024px;
    text-align: center;
    position: absolute;
    top: 157px;
    line-height: 30px;
}

.product_puppy02 {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.product_puppy02 > ul > li {
    float: left;
}

.product_puppy02 > ul > li:first-child {
    width: 420px;
}

.product_puppy02 > ul > li:last-child {
    width: 604px;
}

.product_puppy02 > ul > li > p {
    margin: 20px 15px;
    line-height: 22px;
}

.product_material {
    width: 100%;
    background-color: #f4f4f4;
}

.product_material > p {
    padding: 15px;
    text-align: justify;
    line-height: 20px;
}


.product_puppy03 {
    width: 100%;

    text-align: center;
    margin-top: 100px;
}

.product_puppy03 > h3 {
    margin-bottom: 100px;
}

.product_puppy03 > ul {
    width: 885px;
    overflow: hidden;

    margin: 0 auto;
}

.product_puppy03 > ul > li {
    float: left;
    position: relative;
}

.product_puppy03 > ul > li:first-child {
    width: 190px;
}

.product_puppy03 > ul > li > p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #f2953b;
    text-align: left;
}

.product_puppy03 > ul > li > p:nth-child(2) {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    color: #969696;
    text-align: left;
}

.product_puppy03 > ul > li > span {
    width: 187px;
    height: 2px;
    background-color: #969696;
    position: absolute;
    top: 80px;
    left: 0;
}

.product_puppy03 > ul > li > img {
    margin-top: 50px;
}

.product_puppy03 table {
    width: 685px;
    border: 1px solid #969696;
    border-collapse: collapse;
}

.product_puppy03 tr {
    border: 1px solid #969696;
    border-collapse: collapse;
}

.product_puppy03 td {
    border: 1px solid #969696;
    border-collapse: collapse;
}

.th01_1{
    color: #f2953b;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 20px 3px 20px;
}

.th01{
    color: #f2953b;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 20px 15px 20px;
}

.th02{
    color: #969696;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 18px;
}

.th03{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.product_puppy04 {
    width: 100%;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
}

.product_puppy05{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: #f4f4f4;
    margin-bottom: 100px;
    position: relative;
}

.product_puppy05 > p{
    line-height: 22px;
}

.product_puppy05 > p:nth-child(2){
    margin-top: 30px;
    margin-bottom: 50px;
}

.product_puppy05 > span{
    width: 1024px;
    height: 1px;
    position: absolute;
    background-color: #ccc;
    top: 172px;
    left: 0;
}

/*내용02*/ 

#SIXFISH {
    width: 100%;
}

/*내용03*/ 

#FITRIM_CAT {
    width: 100%;
}


























