﻿
/* new pop */
.wrap {position:relative; width:1100px; border:0px solid #d22333; z-index:99999; margin-top:0px; overflow : hidden; height:411px;}
.pop { margin-left:0px; position:absolute; top:0px;  width:1100px;}
.pop .container {height:411px;  width:1100px; }
/*.btn_close a {position:absolute; top:80px; left:50%; margin-left:500px;font-size:16px; color:#fff;}
.btn_close a:hover {color:#FF8000; text-decoration:none;}
*/

#slider {position:relative; width:1100px;  height:411px; margin:0 auto; }/* width:1230px; height:440px; */
#slider ul {position:absolute;left:0}
#slider li {display:inline;  width:1100px; height:411px;}/* width:1230px; height:440px; */

/*.btns {width:1000px; height:48px; margin:0 auto; padding-top:120px; background:#ececec; text-align:center;}
.btns li {display:inline; padding:0 3px;}

.btns2 {width:1000px; margin:0 auto; margin-top:-58px;  background:#ececec; text-align:right;}
.btns2 li {display:inline; padding:0 3px;}*/

.page {position:absolute; bottom:70px; width:100%; font-size:0;;}
.page li {display:inline; display:inline-block; width:15px; height:15px; margin:0 10px; border:1px solid #fff; background:#8a8a8a; cursor:pointer;}
.page li:hover {background:#ff6326;}
li.current {background:#ff6326;}

/*
.arrow_left a {display:block; position:absolute; top:277px; left:50%; margin-left:-500px;width:35px; height:99px; background:url(/pc_slide/arrow_left.png) no-repeat; z-index:99;}
.arrow_left a:hover {background:url(/pc_slide/arrow_left.png) no-repeat;}
.arrow_right a {display:block; position:absolute; top:177px; right:50%; margin-right:-500px; width:35px; height:99px; background:url(/pc_slide/arrow_right.png) no-repeat; z-index:99;}
.arrow_right a:hover {background:url(/pc_slide/arrow_right.png) no-repeat;}
*/
#slides {display:none; width:1100px; float:left; }

/*100%를 넣어서 오른쪽정렬함*/
.slidesjs-pagination { margin-left:0px; width:100%; position:absolute; bottom:10px; font-size:0;  z-index:9999;}
.slidesjs-pagination li {float:left;}
.slidesjs-pagination li a {display:inline;  display:inline-block; width:10px; height:10px; margin-left:10px;  border:0px solid #fff; background:#8a8a8a; cursor:pointer; text-indent: -9999px;}
.slidesjs-pagination li a:hover {background:#ff6326; text-indent: -9999px; }
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {background:#ff6326; text-indent: -9999px;}


a.slidesjs-previous {display:block; position:absolute; top:187px; left:50%; margin-left:-540px;width:34px; height:78px; background:url(/theme/basic/pc_slide/arrow_left.png) no-repeat; z-index:99; text-indent: -9999px;}
a.slidesjs-previous:hover {background:url(/pc_slide/arrow_left_on.png) no-repeat;text-indent: -9999px;}
a.slidesjs-next {display:block; position:absolute; top:187px; right:50%; margin-right:-550px; width:34px; height:78px; background:url(/theme/basic/pc_slide/arrow_right.png) no-repeat; z-index:99;text-indent: -9999px;}
a.slidesjs-next:hover { background:url(/pc_slide/arrow_right_on.png) no-repeat;text-indent: -9999px;}
/*
a.slidesjs-play,
a.slidesjs-stop {
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
	  background-color:#ff6326;


}*/