/* BASIC css start */
.jh_newslide { display:flex; flex-wrap:nowrap; overflow:hidden; position:relative; width:350px; user-select:none; height:600px; }
.jh_newslide .slide_item { display:flex; position:relative; left:0; width:100%; height:410px; flex-shrink:0; transition: left 0.15s; }
.jh_newslide .slide_item a { width:100%; height:100%; position:absolute; left:0; top:0; }

.jh_newslide .slide_button { display:flex; justify-content:center; align-items:center; position:absolute; top:40%; width:44px; height:61px; cursor:pointer; opacity:0.5; }

.slide_prev_button { left:10px; background:url("https://ftp.okkanetdh.jpg3.kr/jh_images/prev.png") no-repeat center top; background-size:cover; }
.slide_next_button { right:10px; background:url("https://ftp.okkanetdh.jpg3.kr/jh_images/next.png") no-repeat center top; background-size:cover; }

.jh_newslide ul,li { list-style-type:none; padding:0; margin:0; }
.jh_newslide .slide_pagination { position:absolute; bottom:0px; left:50%; transform:translateX(-50%); width:100%; }
.jh_newslide .slide_pagination li { width:calc(32.7% - 4px); height:90px; display:inline-flex; margin:2px; box-sizing:border-box; transition: all 0.3s linear; }
.jh_newslide .slide_pagination li a { display:block; width:100%; height:100%; }

.jh_newslide .slide_pagination li:nth-child(1) { background:url("https://ftp.okkanetdh.jpg3.kr/jh_images/okkane_btn.jpg") no-repeat center center; background-size:cover; }
.jh_newslide .slide_pagination li:nth-child(2) { background:url("https://ftp.okkanetdh.jpg3.kr/jh_images/summer_btn.jpg") no-repeat center center; background-size:cover; }
.jh_newslide .slide_pagination li:nth-child(3) { background:url("https://ftp.okkanetdh.jpg3.kr/jh_images/btn_51.jpg") no-repeat center center; background-size:cover; }
.jh_newslide .slide_pagination li:nth-child(4) { background:url("https://ftp.okkanetdh.jpg3.kr/jh_images/gift_btn.jpg") no-repeat center center; background-size:cover; }
.jh_newslide .slide_pagination li:nth-child(5) { background:url("https://ftp.okkanetdh.jpg3.kr/jh_images/btn_02.jpg") no-repeat center center; background-size:cover; }
.jh_newslide .slide_pagination li:nth-child(6) { background:url("https://ftp.okkanetdh.jpg3.kr/jh_images/btn_35.jpg") no-repeat center center; background-size:cover; }

.jh_newslide .slide_pagination li:nth-child(1):hover { box-shadow: 0 0 0 3px #83b47d inset; }
.jh_newslide .slide_pagination li:nth-child(2):hover { box-shadow: 0 0 0 3px #3db4d4 inset; }
.jh_newslide .slide_pagination li:nth-child(3):hover { box-shadow: 0 0 0 3px #f37e2f inset; }
.jh_newslide .slide_pagination li:nth-child(4):hover { box-shadow: 0 0 0 3px #4969b2 inset; }
.jh_newslide .slide_pagination li:nth-child(5):hover { box-shadow: 0 0 0 3px #3c8ced inset; }
.jh_newslide .slide_pagination li:nth-child(6):hover { box-shadow: 0 0 0 3px #19856b inset; }



.jh_newslide .slide_item_duplicate { display:flex; position:relative; left:0; width:100%; height:410px; flex-shrink:0; transition: left 0.15s; }
/* BASIC css end */

