@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://www.vop.co.kr/templates/201404/font/nanumbarungothic.css);
* {box-sizing: border-box;}
html,body{width:100%}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
body,input,textarea,select,button,table{font-size:14px;font-family: HelveticaNeue,AppleSDGothicNeo-Regular,'나눔고딕','Nanum Gothic', serif;line-height:1.5em}
body{position:relative;color:#000;background-color:#efefef;width:100%;overflow-x: hidden;}
img,fieldset{border:0}
input:focus {outline:none;}
h1,h2,h3 {font-family: AppleSDGothicNeo-Bold,NanumBarunGothicBold;font-weight:normal;}
a {text-decoration: none; color: #326891;}

.card-head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 75px;
	background-color: #006073;
}
.card-logo {
	width: 1000px;
	margin: 10px auto 0;
}
.logo {
	display: inline-block;
	width: 75px;
	height: 18px;
	background: url("/templates/2015/images/logo-card.png") 0 0 no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
}
.cate {
	display: inline-block;
	margin-left: 1px;
	width: 59px;
	height: 18px;
	background: url("/templates/2015/images/card-title.png") 0 0 no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;	
}
.card-title {
	width: 1000px;
	margin: 5px auto 0;
}
.card-title {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	letter-spacing: -1px;
	word-break:keep-all;	
}
.card-share {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: 400px;
}
.share-icon {
	text-indent: -9999px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(http://www.vop.co.kr/templates/2015/images/icon-fb.png) 4px 4px no-repeat;
	background-size: 32px;
}
.icon-twitter {
	background-image: url(http://www.vop.co.kr/templates/2015/images/icon-tw.png);
}
.card-question {
	position: fixed;
	top: 92px;
	left: 50%;
	margin-left: 200px;
	width: 300px;
	padding: 20px;
	z-index: 10;
	background-color: #efefef;
	overflow-y: auto;
}
.question-title {
	font-size: 16px;
	font-family: AppleSDGothicNeo-Bold,NanumBarunGothic;font-weight:normal;
	display: inline-block;
	border-bottom: 2px solid #333;
	margin-bottom: 15px;
}
.card-question ol {
	margin-left: 25px;
}
.card-question li {
	cursor: pointer;
	margin-bottom: 10px;
}
.card-question li:hover {
	text-decoration: underline;
}
.card-question li.current {
	color: #00849e;
}
.card-info {
	margin: 20px 0 0 5px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.card-info span {
	display: block;
	font-size: 12px;
}

.card-list li {
	list-style: none;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.card-list li.current {
	visibility: visible;
	opacity: 1;
}
.card-wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 95px 0 0 0;
}
.card-content {
	width: 700px;
	border: 1px solid #d4d4d4;
	padding: 0px 80px 30px;
	background: #fff;
	margin: 0 300px 50px 0;
	float: left;
}
.photo-img,
.photo_caption,
.news_photo img {
	width: 100%;
	max-width: 100%;
}
.news_photo {
	margin: 1em 0 1.5em;
}


.card-meta {
	width: 80px;
	height: 40px;
	padding: 15px 0px 0;
	margin: -2px 0 30px 0px;
	border: 1px solid #32363f;
	border-radius: 2px;
	background: #535a68;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 18px;
}
.card-content h4 {
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0 0 30px; 0;
	line-height: 30px;
	font-family: AppleSDGothicNeo-Medium, AppleGothic, NanumBarunGothic, 'Nanum Myeongjo', 'Nanum Gothic', gulim, serif;
	min-height: 60px;
}
.article-text {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.card-control {
	display: none;
}
.card-control.visible {
	display: block;
}
.card-control span {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 70px;
	margin-top: -135px;
	background: url(/templates/2015/images/card-btn-go.png) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
span.card-control-prev {
	margin-left: -508px;
}
span.card-control-next {
	margin-left: 158px;
	background-position: 0px -70px;
}
span.card-control-prev:hover {
	background-position: -36px 0px;
}
span.card-control-next:hover {
	background-position: -36px -70px;
}


.card-list li.to-left {
    -webkit-animation: move-to-left 500ms ease-in-out both;
    -moz-animation: move-to-left 500ms ease-in-out both;
    animation: move-to-left 500ms ease-in-out both;
    overflow-y: hidden;
}
.card-list li.from-left {
    -webkit-animation: move-from-left 500ms ease both;
    -moz-animation: move-from-left 500ms ease both;
    animation: move-from-left 500ms ease both;
    overflow-y: hidden;
	visibility: visible;
	opacity: 1;
}
.card-list li.to-right {
    -webkit-animation: move-to-right 500ms ease-in-out both;
    -moz-animation: move-to-right 500ms ease-in-out both;
    animation: move-to-right 500ms ease-in-out both;
    overflow-y: hidden;
}
.card-list li.from-right {
    -webkit-animation: move-from-right 500ms ease both;
    -moz-animation: move-from-right 500ms ease both;
    animation: move-from-right 500ms ease both;
    overflow-y: hidden;
	visibility: visible;
	opacity: 1;
}
.card-list li.bounce-left {
    -webkit-animation: bounce-left 250ms 2 alternate ease both;
    -moz-animation: bounce-left 250ms 2 alternate ease both;
    animation: bounce-left 250ms 2 alternate ease both;
}
.card-list li.bounce-right {
    -webkit-animation: bounce-right 250ms 2 alternate ease both;
    -moz-animation: bounce-right 250ms 2 alternate ease both;
    animation: bounce-right 250ms 2 alternate ease both;
}



@-webkit-keyframes move-to-left {
    to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
	}
}
@-moz-keyframes move-to-left {
    to {
    opacity: 0;
    -moz-transform: translateX(-100%);
	}
}
@keyframes move-to-left {
    to {
    opacity: 0;
    transform: translateX(-100%);
	}
}

@-webkit-keyframes move-to-right {
    to {
    opacity: 0;
    -webkit-transform: translateX(100%);
	}
}
@-moz-keyframes move-to-right {
    to {
    opacity: 0;
    -moz-transform: translateX(100%);
	}
}
@keyframes move-to-right {
    to {
    opacity: 0;
    transform: translateX(100%);
	}
}

@-webkit-keyframes move-from-left {
    from {
     opacity: 0;
	-webkit-transform: translateX(-100%);
	}
}
@-moz-keyframes move-from-left {
    from {
     opacity: 0;
	-moz-transform: translateX(-100%);
	}
}
@keyframes move-from-left {
    from {
     opacity: 0;
	transform: translateX(-100%);
	}
}

@-webkit-keyframes move-from-right {
    from {
	opacity: 0;
    -webkit-transform: translateX(100%);
	}
}
@-moz-keyframes move-from-right {
    from {
	opacity: 0;
	-moz-transform: translateX(100%);
	}
}
@keyframes move-from-right {
    from {
	opacity: 0;
	transform: translateX(100%);
	}
}
@-webkit-keyframes bounce-left {
    to {
    -webkit-transform: translateX(-5%);
	}
}
@-moz-keyframes bounce-left {
    to {
    -moz-transform: translateX(-5%);
	}
}
@keyframes bounce-left {
    to {
    transform: translateX(-5%);
	}
}
@-webkit-keyframes bounce-right {
    to {
    -webkit-transform: translateX(5%);
	}
}
@-moz-keyframes bounce-right {
    to {
    -moz-transform: translateX(5%);
	}
}
@keyframes bounce-right {
    to {
    transform: translateX(5%);
	}
}



.card-share-bottom {
	text-align: center;
	height: 54px;
	margin: 20px 0 0;
}
.card-share-bottom div {
	display: inline-block;
	margin: 5px 5px;
	width: 42px;
	height: 42px;
}
.card-share-bottom div a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 3px 0px;
}
div.share-ks-bottom,
div.share-kt-bottom {
	display: none;
}
.share-fb-bottom a {
	background-color: #3c5898;
}
.share-fb-bottom a:hover {
	background-color: #243d7f;
}
.share-tw-bottom a {
	background-color: #6aadd1;
}
.share-tw-bottom a:hover {
	background-color: #4e97c3;
}
.share-kt-bottom a {
	background-color: #ffeb00;
}
.share-kt-bottom a:hover {
	background-color: #ffcc00;
}
.share-ks-bottom a,
.share-ks2-bottom a {
	background-color: #fab900;
}
.share-ks-bottom a:hover,
.share-ks2-bottom a:hover {
	background-color: #f79400;
}
.share-icon-bottom {
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 40px;
	background:url(http://www.vop.co.kr/templates/2015/images/icon-fb.png) 4px 4px no-repeat;
	background-size: 32px;
}
.icon-twitter-bottom {
	background-image:url(http://www.vop.co.kr/templates/2015/images/icon-tw.png);
}
.icon-kakaotalk-bottom {
	background-image:url(http://www.vop.co.kr/templates/2015/images/icon-kt.png);
}
.icon-kakaostory-bottom {
	background-image:url(http://www.vop.co.kr/templates/2015/images/icon-ks.png);
}
.icon-print-bottom {
	background-image:url(http://www.vop.co.kr/templates/2015/images/icon-print.png);
}
.spon-frame {
	width: 100%;
	height: 650px;
}

.news_box {
	width: 100%;
	padding: 15px;
	background-color: #eee;
	margin-bottom: 2em;
}