/* BASIC css start */
/* 타이틀 관련 */

.sub_title {
     font-size:38px;
     line-height:28px;
     color: #333;
     padding-top:60px;
     padding-bottom:20px;
     font-weight:600;
     text-align: left;
}





/* 설립자 구간 */

.img_wrap {
     width: 100%;
     height:auto;
     box-sizing: border-box;
     padding: 20px 0;
}

.img_wrap img {
     float: left;
     width: 30%;
}

.img_wrap p {
     box-sizing: border-box;
     width: 69%;
     text-align: left;
     font-size: 15px;
     font-weight: 400;
     color: #333;
     float: left;
     line-height: 28px;
     padding: 0px 0px 0px 50px;
     overflow: auto;
}



/*이미지 슬라이드*/

        .imgslide {
            width: 100%;
            max-width: 700px;
            margin: auto;
            overflow: hidden;
            position: relative;
            
        }
        .imgslide-inner {
            display: flex;
            transition: transform 0.5s ease;
        }
        .imgslide img {
            width: 49%;
            margin: 0 2.5%;  /* 양쪽 여백을 2.5%로 설정 */
        }
        .buttons {
            display: flex;
            justify-content: center;
            margin: 0px 0 40px 0;
        }
        .buttons button {
            padding: 6px 21px;
            margin: 0 6px;
            border: 1px solid #000;
            background-color: #fff;
            color: #000;
            border-radius: 25px;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
            font-size: 22px;
        }
        .buttons button.active {
            background-color: #000;
            color: #fff;
        }



.main_btn ul li {
     display: inline-block;
     font-size: 0px;
}

.main_btn ul li a {
     width: 240px;
     height: 40px;
     line-height: 40px;
     color: #fff;
     font-size: 18px;
     text-align: center;
     /*box-shadow:0 0 10px 5px #ddd;*/
     background-color: #000;
     transition: all 0.3s;
     display: block;
     margin: 0px 4px;
}



/*브랜드스토리*/

.brandstory {text-align: center;
                  

}


/*find your swell*/

.img_find {text-align: center; padding-top: 150px;}
.img_find img {width: 80%}




/* 메인 버튼 */
.main_btn {
     text-align: center;
     padding-top: 25px;
}



.p2 {width:100% !important; padding:1% 0 !important;}

/* BASIC css end */

