@charset "utf-8";

/* reset */
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,strong,span,em,iframe,img{margin:0;padding:0}
body {font-family:'돋움',dotum,Helvetica,sans-serif;font-size:12px;line-height:140%;color:#333;}
body{background-color:#2c2f35;text-align:left;*word-break:break-all;}
dl,ul,ol{list-style:none;}
fieldset, img {border:none;}
hr{display:none;}
input,textarea,select{font-size:12px;color:#333;vertical-align:top;}
table{width:100%;border-spacing:0;border-collapse:collapse;empty-cells:show;}
legend, caption{width:0; height:0; font:0px/0px Sans-serif;visibility:hidden;z-index:-1;}
em, address {font-style:normal;}
a {cursor:pointer;}

/* common */
a:link, a:visited {text-decoration:none;color:#333;}
a:hover, a:active {text-decoration:none;color:#f25632 !important;}
a:hover span, a:active span {text-decoration:none;color:#f25632 !important;}
.hidden{display:none;position:absolute;left:-10000px;top:0;visibility:hidden;z-index:-1;}


/*----------------------------------------------------------------  view 페이지  ----------------------------------------------------------------*/

/* layout */
#swipeBox {width:100%;height:100%;min-height:100%;position:relative;}

/* 사진 리스트 */
.swipe {overflow:hidden;position:relative;margin:0 auto;height:100%;min-height:100%;}
.swipe-wrap {overflow: hidden;position: relative;width:100%;height:100%;min-height:100%;}
.swipe-wrap > div {float:left;position: relative;text-align:center;height:100%;min-height:100%;}
.swipe-wrap > div > img {vertical-align:middle;max-height:100%;max-width:100%;}
.swipe-wrap > div > span {display:inline-block;height:100%;overflow:hidden;vertical-align:middle;width:0;}

/* 좌우 버튼 */
.sBtn button {cursor:pointer;background:red;border:none;z-index:999999;text-indent:-9999px;width:30px;height:59px;}
.sBtn .prev {position:absolute;top:50%;left:20px;background:url(https://image.donga.com/donga/slide/images/prne_btn.png) no-repeat 0 0;margin-top: -29px;}
.sBtn .next {position:absolute;top:50%;right:20px;background:url(https://image.donga.com/donga/slide/images/prne_btn.png) no-repeat -30px 0;margin-top: -29px;}
.sBtn .prev:hover {position:absolute;top:50%;left:20px;background:urlhttps://image.donga.com/donga/slide/images/prne_btn.png) no-repeat 0 -59px;margin-top: -29px;}
.sBtn .next:hover {position:absolute;top:50%;right:20px;background:url(https://image.donga.com/donga/slide/images/prne_btn.png) no-repeat -30px -59px;margin-top: -29px;}

/* 상단바 */
.topBar {width:100%;position:absolute;left:0;top:0;z-index:9998;background:url("https://image.donga.com/home2013/images/common/bg_transparent.png") repeat 0 0;height:50px;line-height:50px;}
.topTxt {position:absolute;left:0;top:0;z-index:9999;line-height:50px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.topTxt p {text-align:center;}
.topTxt p span {color:#fff;padding:0 10px;}
.topTxt p span a {color:#fff;}
.topTxt p span em {font-size:11px;margin-left:10px;color:#8e8e8e;}
.btnClose {border:none;display:block;background:url(https://image.donga.com/donga/slide/images/close_btn.png) no-repeat 0 0;width:30px;height:30px;cursor:pointer;text-indent:-9999px;position:absolute;right:10px;top:10px;z-index:9999;}

/* 하단바 */
.bottomBar {width:100%;color:#fff;position:absolute;left:0;;bottom:0;z-index:9998;background:url("https://image.donga.com/home2013/images/common/bg_transparent.png") repeat 0 0;height:36px;line-height:36px;}
.botTxt {position:absolute;left:0;bottom:0;z-index:9999;color:#fff;height:36px;line-height:36px;overflow:hidden;width:100%;}
.botTxt p {text-align:center;}
.botTxt p span {padding:0 27px;border-right:1px solid #515154;height:36px;display:inline-block;}
.botTxt p span:first-child {border-left:1px solid #515154;}
.botTxt p span .color {color:#f14922;padding:0;border:none;}
.botTxt p span a {color:#fff;}