/* BASIC css start */
/* CEO 영역 */
.img_wrap {
        width: 100%;
        height:auto;
}

.img_wrap img {
        width: 100%;
}




/* 타이틀 영역 */
.sub_title {
        /*border-top: 1px solid #ddd;*/
        font-size:29px;
        line-height:28px;
        color: #333;
        font-weight:600;
        padding:30px 15px 0px;
}





/* 내용 영역 */
.sub_text p {
        font-size:14px;
        color:#333;
        font-weight:300;
        line-height:1.8; 
        padding:10px 20px 0px 20px;
}



/*브랜드 소개2024*/
.brandstory_mo {width: 100%;
                height:auto;
}





/*이미지 슬라이드*/

        .imgslide {
            width: 100%;
            max-width: 500px;
            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 30px 0;
        }
        .buttons button {
            padding: 3px 10px;
            margin: 0 2px;
            border: 1px solid #000;
            background-color: #fff;
            color: #000;
            border-radius: 25px;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
            font-size: 13px;
        }
        .buttons button.active {
            background-color: #000;
            color: #fff;
        }








/* 두번째 타이틀 영역 */
.sub_title2 {
        font-family: 'Noto Sans KR';
        font-size:25px;
        line-height:28px;
        color: #333;
        font-weight:500;
        padding:30px 15px 0px;
        text-align:center;
}






/* 세번째 타이틀 영역 */
.sub_title3 {
        font-size:18px;
        line-height:28px;
        color: #333;
        font-weight:300;
        padding:10px 15px;
        text-align:center;
}





/* 유니세프 로고 */
.unicef {text-align:right;}
.unicef img {width:20%; padding:0px 15px 0px;}





/* 하단 버튼 */
.main_btn {font-size: 0px; text-align: center; margin: 20px 0px 50px;}       
.main_btn ul{margin:0; padding:0;}
.main_btn ul li {display: inline-block; margin: 0px 4px;}
.main_btn ul li a {width:120px; font-size: 12px; font-weight: 400; height: 40px; background-color:#000; color:#fff; line-height: 40px; text-align: center; display: block; padding: 0px 15px;}






/* BASIC css end */

