@charset "utf-8";


/*컨텐츠*/
/*메인베너*/
section {
    width: 100%;
    background-color: #f4f4f4;
}

#main_banner {
    width: 100%;
    
}

.slide {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.slide > ul {
    width: 300%;
    left: 0;
    position: relative;
}

.slide > ul > li {
    width: 33.333333%;
    float: left;
    overflow: hidden;
}

.slide > ul > li > a {
    display: block;
    width: 1920px;
    height: 400px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.slide > ul > li > a > img {
    width: 100%;
}


/*prev, next 버튼*/

.prev {
    width: 46px;
    height: 55px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 55px/2);
    left: 30px;
}

.next {
    width: 46px;
    height: 55px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 55px/2);
    right: 30px;
    transform: rotate(-180deg);
}

span > img {
    width: 100%;
}



/*제품소개 및 특징*/

#intro {
    width: 100%;
    height: 93px;
    background-color: #484848;
}

.intro_banner {
    width: 1024px;
    margin: 0 auto;
}

.intro_banner > div {
    float: left;
}

.intro_banner01 {
    width: 94px;
    height: 93px;
    margin-top: 8px;
}



.intro_banner02 {
    width: 330px;
    height: 93px;
    position: relative;
}

.intro_banner02 > span {
    width: 172px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 9px;
}

.intro_banner02 > p {
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin-left: 9px;
}

.intro_banner03 {
    width: 379px;
    height: 93px;
    position: relative;
}

.intro_banner03 > p {
    line-height: 22px;
    margin-left: 25px;
    margin-top: 25px;
    letter-spacing: -1px;
}

.intro_banner03 > span {
    width: 1px;
    height: 70px;
    background-color: #fff;
    position: absolute;
    top: 11px;
}

.intro_banner04 {
    width: 221px;
    height: 93px;

}

.intro_banner04 > p {
    border: 1px solid #fff;
    width: 220px;
    height: 58px;
    box-sizing: border-box;
    line-height: 58px;
    text-align: center;
    margin-top: 18px;
}

.intro_banner04 > p > a {
    display: block;
    color: #fff;
}

.intro_banner04 > p > a:hover {
    color: #e02626;
}

/* 오리지날독 */

#product {
    width: 100%;
    overflow: hidden;
    background-color: #f4f4f4;
    margin-top: 30px;
}

.product_s {
    width: 1024px;

    margin: 0 auto;
}

.product01_1 {
    width: 280px;
    height: 279px;
    float: left;
    background-image: url(../images/m_product01_bg.jpg);
}

.product01_1 > a > img {
    width: 168px;
    margin-top: 36px;
    margin-left: 60px;

}

.product01_2 {
    width: 228px;
    height: 279px;
    background-color: #f2ccca;
    float: left;
    margin-right: 8px;
}

.product01_2_01 {
    width: 167px;
    height: 23px;

    background-color: #fc7b75;
    border-radius: 12px;
    margin-top: 48px;
    text-align: center;

}

.product01_2_01 > a {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.product01_2_02 {
    height: 50px;
    line-height: 50px;

}

.product01_2_02 > a {
    color: #fc7b75;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -1px;
}

.product01_2_03 {
    font-size: 14px;
    color: #484848;
    margin-top: 40px;
    line-height: 18px;
}

/*퍼피라지*/

.product01_3 {
    width: 280px;
    height: 279px;
    float: left;
    background-image: url(../images/m_product02_bg.jpg);
}

.product01_3 > a > img {
    width: 168px;
    margin-top: 36px;
    margin-left: 60px;

}

.product01_4 {
    width: 228px;
    height: 279px;
    background-color: #d9f1f1;
    float: left;

}

.product01_4_01 {
    width: 167px;
    height: 23px;

    background-color: #53c4d3;
    border-radius: 12px;
    margin-top: 48px;
    text-align: center;

}

.product01_4_01 > a {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.product01_4_02 {
    height: 50px;
    line-height: 50px;


}

.product01_4_02 > a {
    color: #53c4d3;
    font-weight: bold;
    font-size: 30px;
}

.product01_4_03 {
    font-size: 14px;
    color: #484848;
    margin-top: 40px;
    line-height: 18px;
    letter-spacing: -1px;
}

/*6피쉬 캣 트리츠*/
.product02 {
    width: 1024px;

    margin: 0 auto;
}

.product02_1 {
    width: 422px;
    height: 326px;
    float: left;
    background-image: url(../images/m_product03_bg.jpg);
    margin-top: 8px;
    margin-right: 8px;
}

.product02_1_01 {
    width: 194px;
    height: 23px;

    background-color: #e3602c;
    border-radius: 12px;
    margin-top: 48px;
    margin-left: 19px;
    text-align: center;

}

.product02_1_01 > a {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.product02_1_02 {
    height: 50px;
    line-height: 50px;


    margin-left: 19px;
}

.product02_1_02 > a {
    color: #e3602c;
    font-weight: bold;
    font-size: 30px;
}

.product02_1_03 {
    font-size: 14px;
    color: #484848;
    margin-top: 40px;
    margin-left: 19px;
    letter-spacing: -1px;
    line-height: 18px;
}

/*피트앤트림독*/

.product02_2 {
    width: 594px;
    height: 326px;
    background-image: url(../images/m_product04_bg.jpg);
    margin-top: 8px;
    float: left;
}

.product02_2_01 {
    width: 155px;
    height: 23px;
    background-color: #1e89bb;
    border-radius: 12px;
    margin-top: 48px;
    margin-left: 19px;
    text-align: center;
    line-height: 23px;
}

.product02_2_01 > a {
    color: #fff;
    font-size: 16px;

}

.product02_2_02 {
    height: 50px;
    line-height: 50px;


    margin-left: 19px;
}

.product02_2_02 > a {
    color: #1e89bb;
    font-weight: bold;
    font-size: 30px;
}

.product02_2_03 {
    font-size: 14px;
    color: #484848;
    margin-top: 40px;
    margin-left: 19px;
    letter-spacing: -1px;
    line-height: 18px;
}

/*수의사궁금해요*/

#qna {
    width: 1024px;
    margin: 0 auto;
}

#qna > div {
    width: 1024px;
    height: 193px;
    margin-top: 30px;

}

/*배너*/
#banner {
    width: 1024px;
    margin: 0 auto;
}

#banner > ul {
    width: 1024px;

}

#banner > ul > li {
    float: left;
}

#banner > ul > li:nth-child(1) {
    width: 336px;
    height: 287px;
    background-image: url(../images/banner_01.jpg);
    margin-right: 8px;
}

#banner > ul > li:nth-child(1) > a {
    display: block;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

#banner > ul > li:nth-child(2) {
    width: 336px;
    height: 287px;
    background-image: url(../images/banner_02.jpg);
    margin-right: 8px;
}

#banner > ul > li:nth-child(2) > a {
    display: block;
    line-height: 20px;
    text-align: right;
    margin-top: 130px;
    margin-right: 15px;
    color: #000;
}

#banner > ul > li:nth-child(2) > a > p {
    margin-bottom: 23px;
}

#banner > ul > li:nth-child(3) {
    width: 334px;
    height: 287px;
    border: 1px solid #e02626;
}

#banner > ul > li:nth-child(3) > div {
    width: 334px;
    height: 62px;
    background-color: #e02626;
}

#banner > ul > li:nth-child(3) > div > div:nth-child(1) > a {
    float: left;
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    line-height: 62px;
    display: block;
}

#banner > ul > li:nth-child(3) > div > div:nth-child(2) > a {
    float: right;
    font-size: 12px;
    color: #fff;
    margin-right: 15px;
    line-height: 62px;
    display: block;
}

#banner > ul > li:nth-child(3) > ul > li > a {
    font-size: 12px;
    color: #000;
    margin-left: 10px;
    line-height: 27px;
}

#banner > ul > li:nth-child(3) > ul > li:first-child {
    margin-top: 20px;
}

/*고객센터*/

#customer {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    background-color: #f4f4f4;
}

.customer_s {
    width: 1024px;
    height: 95px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #0f4e8c;
}

.customer_s > div {
    float: left;
}

.customer_s01 {
    width: 80px;

    padding-left: 30px;
    padding-top: 20px;

}

.customer_s02 {
    width: 320px;

    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 95px;
    color: #fff;
}

.customer_s02 > a {
    color: #fff;
}

.customer_s02 > span {
    width: 1px;
    height: 54px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 435px;
}

.customer_s03 {
    margin-left: 35px;
    margin-top: 26px;
    color: #fff;
}

.customer_s03 a {
    color: #fff;
}

.customer_s03 a:hover {
    color: #e02626;
}

.customer_s03 > p {
    line-height: 25px;
}