@CHARSET "EUC-KR";

.mainBest { position:relative; }

.mainBest ul {overflow:hidden;width:calc(100% - 0px);height:244px; }	/* width:calc(100% - 80px); */
.mainBest ul li { display:inline;float:left;position:relative;width:419px; }
.mainBest ul li p { width:calc(100% - 0px);color:#333;text-align:center} /* calc(100% - 40px); */

.mainBest ul li dl dt,.mainBest ul li dl dd{line-height:1.4em;color:#333;text-align:center}
.mainBest ul li dl dd{font-weight:600}
.mainBest ul li .btns{padding-bottom:35px;text-align:center}
.mainBest ul li .btns a{display:inline-block;width:73px;height:73px;border:1px solid #c5cacf;border-radius:50%;line-height:73px;font-size:15px;color:#222;text-align:center}
.mainBest ul li .btns a:nth-of-type(2){border-color:#d95c0a;background-color:#f0660c;color:#f5ea3a}
.mainBest ul li .btns a:nth-of-type(1):hover{border-color:#222}
.mainBest ul li .btns a:nth-of-type(2):hover{border-color:#b14905;background-color:#f58052}
.mainBest ul li span{display:block;position:absolute;top:0;left:0;width:100%;height:140px}
/* 
.mainBest .ctrl { position:absolute;top:3px;left:20px;z-index:3; }
.mainBest .ctrl a { display:inline-block;overflow:hidden;width:30px;height:30px;text-indent:-9999px; }
.mainBest .ctrl a:nth-of-type(1) { background:url(../Images/main/prevBtn.png) no-repeat; }
.mainBest .ctrl a:nth-of-type(2) { background:url(../Images/main/nextBtn.png) no-repeat; }
.mainBest .ctrl a:nth-of-type(3) { background:url(../Images/main/stopBtn.png) no-repeat; }
 */
.mainBest .mainCtrl { display:none; }
.mainBest .prevCtrl { position:absolute;top:93px;left:0px;z-index:3; }
.mainBest .prevCtrl a { display:inline-block;overflow:hidden;width:50px;height:58px;text-indent:-9999px;background:url(../Images/main/prevBtn_2025.png) no-repeat; }
.mainBest .nextCtrl { position:absolute;top:93px;right:-1px;z-index:3; }
.mainBest .nextCtrl a { display:inline-block;overflow:hidden;width:50px;height:58px;text-indent:-9999px;background:url(../Images/main/nextBtn_2025.png) no-repeat; }