/**mobile css**/

/* 안드로이드 웹뷰 최적화 - 3D transform 방지 */
* {
	-webkit-transform-style: flat;
	transform-style: flat;
}

/**타이틀**/
.main_title01{
	color:#fff;
	padding: 0 16px;
    font-size: 26px;
	line-height:1.4;
    margin-top: 20px;
	margin-bottom:30px;
    font-weight: 700;
}
.page_title{
	font-family: 'EliceDigitalBaeum-Bd';
    font-size: 20px;
    color: #323232;
    display: block;
	padding:16px;
}
.page_title> span{
	font-size: 20px;
	font-family: 'EliceDigitalBaeum-Bd';
}
.program-label{
	font-size: 14px;
    display: block;
    background: #ddd;
    width: 85px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.program-week-text{
	font-size: 26px;
	font-weight: 700;
	display: block;
}
.main_title01 > div{
	display:inline-block;
}
.alram_tt{
	color:#23242d;
	margin-bottom:20px;
	line-height: 1.45;
	font-weight:800;
	text-align: center;
    padding: 10px;
	background:#f7f7f7;
}

/**bg color**/
.bg01{background:#ffb5b8;}
.bg02{background:#ffba7e;}
.bg03{background:#c2ecff;}
.bg04{background:#d4f4a9;}
.bg05{background:#ffd4ed;}
.bg06{background:#d1d1d1;}
.bg_blue{background:#39b9a7;}
.bg_green{background:#39b3b9;}
.bg_red{background:#ef646a;}
.bg_purple{background:#b07eff;}

/**main**/
.main_conList{
	padding: 0 8px;
}
.main_conList ul li{
	float:left;
	width:50%;
	padding: 0 8px;
	text-align:center;
}
.main_conList ul li .inner{
	border-radius: 15px;
	overflow: hidden;
    /*padding: 20px;*/
}
.main_conList ul li .logo-img{
	width: 100%;
    height:120px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.main_conList ul li .logo-img img{
	width: 100%;
	object-fit:cover;
	/*padding: 0 10px;*/
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.main-more-btn{
	font-size: 15px;
    width: 100%;
    display: block;
    margin-top: 20px;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 2px 2px 6px 3px rgb(0 0 0 / 5%);
    color: #333;
}
.main-more-btn.edu_btn{
	background: #ffd5d7;
}
.main-more-btn.home_btn{
	background: #ede1ff;
}

/**년/월 선택**/
.select_year{
	width: 100%;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    padding-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    color: #23242d;
    background: #fff;
}
.select_year option{
	color:#000;
}

/**음원목록**/
.sub_conList{
	padding:0 16px;
}
.sound_list{
	border-radius:10px;
	position: relative;
	padding: 24px 20px;
	margin-bottom:16px;
}
.sound_list .icon{
	position: absolute;
    top: 50%;
    margin-top: -20px;
	right:20px;
}
.sound_list .icon img{
	height:40px;
}
.track-name{
	font-family: 'EliceDigitalBaeum';
	font-size:15px;
	padding-right:50px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

/**버튼**/
.page_more-btn{
	width: 200px;
    height: 50px;
    border: 1px solid #e5e5e5;
    margin: 50px auto 50px;
    line-height: 50px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/**안드로이드 웹뷰 최적화**/
@media (hover: none) and (pointer: coarse) {
    /* 하드웨어 가속 비활성화 */
    * {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-perspective: none;
        perspective: none;
    }
    
    /* 불필요한 애니메이션 제거 */
    .accordion-item-arrow {
        transition: none;
        -webkit-transition: none;
    }
}