@charset "UTF-8";

html{overflow-x: hidden;}

/* swiper 초기화 */
/*
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev, .swiper-button-next{
    position: unset!important;
    margin-top: 0!important;
    z-index: 1!important;
}
*/

html,body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #111;
    line-height: 1.5;
    font-family: -apple-system,system-ui,Helvetica Neue,Helvetica,Arial,Segoe UI,Roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


/* 메인 비주얼 */
.main .visual{
    width: 100%;
    box-sizing: border-box;
    margin-top: 81px;
}
.main .visual .inner{
    box-sizing: border-box;    
    padding: 80px 0;
    /* height: 749px;   */
    height: 665px;
}
.main .visual .inner .swiper_wrap{
    display: flex;
    align-items: center;   
    justify-content: space-between;    
    gap: 60px;   
    height: 100%; 
    position: relative;
}
.main .inner .swiper_wrap .title h3{
    display: inline-block;
    font-size: 56px;
    font-weight: 300;
    line-height: 1.25;
    color: #111;
    position: relative;
}
.main .inner .swiper_wrap .title h3::after{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background:#C40F39;
    border-radius: 50%;
    position: absolute;
    right: 25%;
    bottom: 25%;
}
.main .inner .swiper_wrap .title h3 span{
    font-weight: 700;
}
.main .inner .swiper_wrap .title h3 span:nth-child(2){
    display: block;
}

.main .visual .inner .swiper_wrap .sp{
    width: calc(100% - 137px - 350px);
}
.main .visual .inner .title > div{
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 15px;
    text-align: left;
}
.main .visual .inner .title > div span{
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    line-height: 1.25;
}
.main .visual .inner .title > div p{
    font-size: 38px;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
}


/* swiper */
.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;        
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide{
    height: 505px;
    width: 447px;   
    border-radius: 20px;     
}
.swiper-slide a{
    display: block;
    height: 100%;
    width: 100%;  
    border-radius: 20px;     
    position: relative;
    transition: all ease-in-out 0.3s;
}
.swiper-slide a::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    border-radius: 20px;
    transition: all ease-in-out 0.3s;
}
.swiper-slide a:hover{
    box-shadow: 2px 2px 5px  rgba(0,0,0,0.2);
}
.swiper-slide a:hover::after{
    background: rgba(0,0,0,0.5);
}
.swiper-wrapper .swiper-slide.sp01 a{
    background: url(../images/main_parker.png) no-repeat 0 0;
    background-size: cover;
}
.swiper-wrapper .swiper-slide.sp02 a{
    background: url(../images/main_waterman.png) no-repeat 0 0;
    background-size: cover;
}
.swiper-wrapper .swiper-slide.sp03 a{
    background: url(../images/main_moleskin.png) no-repeat 0 0;
    background-size: cover;
}
.swiper-wrapper .swiper-slide.sp04 a{
    background: url(../images/main_tombow.png) no-repeat 0 0;
    background-size: cover;
}
.swiper-wrapper .swiper-slide.sp05 a{
    background: url(../images/main_stabilo.png) no-repeat 0 0;
    background-size: cover;
}
.swiper-wrapper .swiper-slide.sp06 a{
    background: url(../images/main_talens.png) no-repeat 0 0;
    background-size: cover;
}
.swiper-wrapper .swiper-slide.sp07 a{
    background: url(../images/main_uchida.png) no-repeat 0 0;
    background-size: cover;
}
.swiper-wrapper .swiper-slide.sp08 a{
    background: url(../images/main_sakura.png) no-repeat 0 0;
    background-size: cover;
}
.swiper-wrapper .swiper-slide.sp09 a{
    background: url(../images/main_ctline.png) no-repeat 0 0;
    background-size: cover;
}
.swiper-slide .title{
    position: absolute;
    left: 32px;
    bottom: 40px;
    display: flex;
    flex-flow: column;
    text-align: left;
    width: calc(100% - 32px - 32px)!important
    ;
}
.swiper-slide .title span{
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.swiper-slide .title p{
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    color: #fff;    
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.sp_button_wrap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 50px;
    display: flex!important;
    gap: 10px!important;
}
.swiper-button-next, 
.swiper-button-prev{
    width: 50px!important;
    height: 50px!important;
    border-radius: 10px;
    transition: all ease-in-out 0.15s;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    color: #000!important;
    font-size: large!important;
    font-weight: bold;
}
.swiper-button-next:hover, 
.swiper-button-prev:hover{
    background: #F2F5F8;   
    top: 45%
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 0!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 0!important;
}

/* 메인 공통 */
.main .inner .title h3{
    font-family: 'Pretendard';
    font-size: 35px;
    color: #111;
    font-weight:700;
    letter-spacing: -0.025em;
}
.main .inner .content{
    margin-top: 30px;
}

/* brand */
.main .brand{
    background: #F2F5F8;
    position: relative;
}
.main .brand::before{
    content: "";
    display: block;
    width: 527px;
    height: 248px;
    background: url(../images/brand_bg.png) no-repeat 100% 0;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 10%;
}
.main .brand .inner{
    padding: 80px 0 100px 0;
}
.main .brand .inner .content ul{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.main .brand .inner .content ul li{
    width: calc((100% - 24px - 24px - 24px - 24px) / 5);
    position: relative;
    cursor: pointer;
    height: 80px;
}

.main .brand .inner .content ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    position: relative;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;    
}
.main .brand .inner .content ul li a::after{
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}

.main .brand .inner .content ul li a:hover{
    border: 1px solid #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.main .brand .inner .content ul li:nth-child(1) a::after{
    background: url("/images/bran_logo_01.png") no-repeat 50% 50%;
    background-size: contain;
}
.main .brand .inner .content ul li:nth-child(2) a::after{
    background: url("/images/bran_logo_02.png") no-repeat 50% 50%;
    background-size: contain;
}
.main .brand .inner .content ul li:nth-child(3) a::after{
    background: url("/images/bran_logo_03.png") no-repeat 50% 50%;
    background-size: contain;
}
.main .brand .inner .content ul li:nth-child(4) a::after{
    background: url("/images/bran_logo_04.png") no-repeat 50% 50%;
    background-size: contain;
}
.main .brand .inner .content ul li:nth-child(5) a::after{
    background: url("/images/bran_logo_05.png") no-repeat 50% 50%;
    background-size: contain;
}



/* 미디어쿼리 */
@media all and (max-width:1400px){
    /* 공통 */
    .main .inner .title h3 {
        font-size: 5.4rem!important;
    }

    /* 비주얼 */
    .main .visual .inner .visual_in{
        padding: 25px 20px;
    }  
    .main .visual .inner .title{
        width: 100%;
        margin: 0 auto;
    }
    .main .visual .inner .title h3{
        font-size: 32px;
    }
    .main .visual .inner{
        padding: 80px 3.5%;
    }   
    .main .inner .swiper_wrap .title h3::after{
        right: 28%;
    }
}

@media all and (max-width:1300px){
    .main .visual .inner .swiper_wrap .sp {
        width: calc(100% - 137px - 300px);
    }
    .main .inner .swiper_wrap .title h3::after{
        right: 19%;
    }
}

@media all and (max-width:1200px){
    .main .brand .inner{
        padding: 60px 3.5%;
    }   
}

@media all and (max-width:1024px){
    /* 공통 */
    .main .inner .title h3 {
        font-size: 4.6rem!important;
    }
    .main .brand .inner .title h3{
        font-size: 3.8rem!important;
        letter-spacing: -0.05em;
    }
    .main .product .inner .content ul li a span{
        font-size: 2.0rem!important;
    }
    .main .business .inner .content ul li a span{
        font-size: 2.0rem!important;
    }
    
    .main .brand .inner .content ul{
        flex-wrap: wrap;
        gap: 25px;
    }
    .main .brand .inner .content ul li{
        width: calc((100% - 25px)/2);
        height: 100px;
    }
    .swiper-slide .title p{
        font-size: 30px;
    }
    .swiper-slide .title span{
        font-size: 18px;
        line-height: 1.25em;
    }
    .main .inner .swiper_wrap .title h3::after{
        width: 12px;
        height: 12px;
        right: 15%;
    }
    .main .visual .inner .swiper_wrap .sp{
        width: calc(100% - 137px - 200px);
    }
    .main .visual .inner .swiper_wrap{
        gap: 30px;
    }
}

@media all and (max-width:768px) {
    .main .visual .inner .swiper_wrap{
        gap: 20px;
    }
    .main .visual .inner .swiper_wrap .sp{
        width: 55%;
    }
    .main .brand .inner{
        padding: 60px 3.5% 80px 3.5%;
    }
    .main .inner .title h3 {
        font-size: 3.8rem!important;
        letter-spacing: -0.025em;
    }
    .main .brand .inner .title h3{
        font-size: 3.0rem!important;
    }
    .main .inner .content{
        margin-top: 20px;
    }
    .main .brand .inner .content ul{
        gap: 15px;
    }
    .main .brand .inner .content ul li {
        width: calc((100% - 15px) / 2);
        height: 100px;
    }    
    .main .brand::before{
        bottom: 20px;
    }
    .main .brand .inner .content ul li a::after{
        height: 28px;
    }
    .main .inner .swiper_wrap .title h3::after{
        /* width: 10px;
        height: 10px;
        right: 35%; */
        display: none;
    }
    .swiper-slide{
        border-radius: 10px;
    }
    .swiper-slide a{
        border-radius: 10px;
    }
    .swiper-slide a::after{
        border-radius: 10px;
    }
    .swiper-slide .title{
        left: 20px;
        bottom: 25px;
        width: calc(100% - 20px - 20px)!important;
    }
    .swiper-slide .title p{
        font-size: 26px;
    }
    .swiper-slide .title span{
        font-size: 16px;
    }    
    .main .visual{
        margin-top: 61px;
    }
    .main .visual .inner{
        height: 550px;
        padding: 60px 3.5%;
    }
}

@media all and (max-width:520px) {
    /* 비주얼 */
    .main{
        width: 100%!important;
    }
    .main .brand .inner .content ul{
        flex-flow: column;
        gap: 10px;
    }
    .main .brand .inner .content ul li{
        width: 100%;
        height: 80px;    
    }
    .main .brand .inner .content ul li a::after{
        height: 25px;
    }
    .main .inner .title h3 {
        font-size: 3.4rem!important;
        letter-spacing: -0.035em;
    }
    .main .brand .inner .title h3{
        font-size: 2.4rem!important;
    }
    .main .visual .inner .swiper_wrap .sp{
        /* width: 60%; */
        width: 100%;
    }
    .main .visual .inner .swiper_wrap{
        position: relative;
    }
    .main .visual .inner .swiper_wrap .title.top_tit{
        position: absolute;
        left: 20px;
        top: 25px;
        z-index: 999;
    }
    .main .visual .inner .title h3{
        color: #fff;
        width: calc(100% - 20px - 20px);
    }
    .main .brand .inner {
        padding: 40px 3.5% 60px 3.5%;
    }
    .main .visual .inner {
        padding: 40px 3.5%;
    }
    .swiper-slide a::after{
        background: rgba(0,0,0,0.3);
    }

    .swiper-wrapper .swiper-slide:nth-child(1) a{
        background: rgba(0,0,0,0.05) url(../images/main_parker.png) no-repeat 0 0;
        background-size: cover;
    }
    .swiper-wrapper .swiper-slide:nth-child(2) a{
        background: rgba(0,0,0,0.05) url(../images/main_waterman.png) no-repeat 0 0;
        background-size: cover;
    }
    .swiper-wrapper .swiper-slide:nth-child(3) a{
        background: rgba(0,0,0,0.05) url(../images/main_moleskin.png) no-repeat 0 0;
        background-size: cover;
    }
    .swiper-wrapper .swiper-slide:nth-child(4) a{
        background: rgba(0,0,0,0.05) url(../images/main_tombow.png) no-repeat 0 0;
        background-size: cover;
    }
    .swiper-wrapper .swiper-slide:nth-child(5) a{
        background: rgba(0,0,0,0.05) url(../images/main_stabilo.png) no-repeat 0 0;
        background-size: cover;
    }
    .swiper-wrapper .swiper-slide:nth-child(6) a{
        background: rgba(0,0,0,0.05) url(../images/main_talens.png) no-repeat 0 0;
        background-size: cover;
    }
    .swiper-wrapper .swiper-slide:nth-child(7) a{
        background: rgba(0,0,0,0.05) url(../images/main_uchida.png) no-repeat 0 0;
        background-size: cover;
    }
    .swiper-wrapper .swiper-slide:nth-child(8) a{
        background: rgba(0,0,0,0.05) url(../images/main_sakura.png) no-repeat 0 0;
        background-size: cover;
    }
    .swiper-wrapper .swiper-slide:nth-child(9) a{
        background: rgba(0,0,0,0.05) url(../images/main_ctline.png) no-repeat 0 0;
        background-size: cover;
    }

    .sp_button_wrap{
        display: none;
    }
    .swiper-button-next, 
    .swiper-button-prev{
        display: none!important;
    }
    .swiper-button-next:after, 
    .swiper-button-prev:after{
        display: none;
    }

}


@media all and (max-width:360px) {

}
