
h1 {
    margin-bottom: 18px;
}
nav .btnLive i:before {
    animation: gnbLiveIcon 2s infinite;
}

nav .btnLive i:before {
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    width: 8px;
    height: 8px;
    border: solid 2px transparent;
    border-color: transparent #5d5d5d transparent #5d5d5d;
    border-radius: 50% 50%;
    content: "";
}


nav .btnLive .ico-dot {
    position: absolute;
    top: 3px;
    right: -12px;
    width: 8px;
    height: 8px;
    background: #f33;
    border-radius: 100%;
    -webkit-animation: dot 1s infinite alternate ease;
    animation: dot 1s infinite alternate ease;
}


nav .btnLive i:after {
    animation: gnbLiveSide 2s infinite;
}

nav .btnLive i:after {
    position: absolute;
    top: -8px;
    left: -8px;
    display: block;
    width: 16px;
    height: 16px;
    border: solid 2px transparent;
    border-color: transparent #5d5d5d transparent #5d5d5d;
    border-radius: 50% 50%;
    content: "";
}

/************** header ****************/
header {
    background: #f6f6fb;
	border-bottom: 1px solid #e3e2e7;
}
header > div.headerWrap > div {
    padding: 11px 0;
	text-align: right;
}

/************** nav ****************/

nav div.sBtn {
    display: none
}
nav > div.nvWrap {
	border-bottom: 1px solid #f1f1f3;
}

/************** main ****************/

main.contents {
	height: 460px;
	overflow: hidden;
	background: #73bbaf;
}
article.main > video {
    width: 100%;
	/*
    margin-top: -225px;
    min-height: 552px;
    min-width: 1235px;
	*/
}
article.main {
	height: 100%;
	z-index: 1;
}
article.main > div.mainWrap {
	/*
	width: 1219px;
    height: 460px;
    margin: 0 auto;
	*/
	position: relative;
    width: 100%;
	height: 100%;
	text-align: center;
}
article.main.main1 > div.mainVod {
	width: 1219px;
    height: 740px;
	margin: 0 auto;
}

article.main.main1 > div.mainVod > video {
	position: relative;
    width: 100%;
    height: 100%;
    transform: scale(1.59);
	/*
	z-index: -10;
	*/
}

div.videoImg {
    position: absolute;
	top: 143px;
	right: 0;
	/*
	width: 100%;
	*/
	width: auto;
    height: 470px;
    text-align: center;
	z-index: 2;
}

article.main.main1 div.videoImg > img {
	/*
	margin-top: -140px;
	*/
}

main article > div.mainWrap {
    z-index: 40;
}
div.incldNews ul {
	display: inline-block;
	width: 100%;
}
div.incldNews li {
	display: inline-block;
    float: left;
    margin-right: 19px;
    width: 290px;
    text-align: center;
}
div.incldNews li:last-child {
    margin-right: 0;
}
div.incldNews li > a > div {
	position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
div.incldNews li > a div.image {
	display: inline-block;
	position: relative;
	width: 290px;
    height: 165px;
}
div.incldNews li > a div.image > span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 73px;
    height: 28px;
	font-size: 15px;
    letter-spacing: 3px;
    line-height: 28px;
    color: #fff;
    background: #3696ea;
}
div.incldNews li > a div.content {
	margin-top: 4px;
	color: #646464;
	font-size: 18px;
	text-align: left;
}
/*
main article#m1 {
    background: url(/image/00_main/main01bg.jpg) center 0 no-repeat;
}
*/

/************** main ****************/
section.sermon {
	    margin-top: -8px;
		background: #3068a2;
}
section.sermon article {
    background: url(/image/00_main/menu_sermonbg.jpg) center 0 no-repeat;
}
section.sermon article > div.sectionWrap {
	margin-top: 8px;
}
section.church, section.news, section.vod, section.sns, section.service {
	clear: both;
	padding: 61px 0 66px;
}
section.church {
	margin-top: 0;
	padding: 73px 0 73px;
	background: #fff;
}
section.news {
	padding: 60px 0 73px;
	background: #f9f9f9;
}
section.vod {
	background: #f2f1ec;
}
section.vod div.gcnVod {
	display: inline-block;
	width: 430px;;
}
section.vod div.gcnVod > div {
    position: relative;
	float: left;
    margin: 0 0 0 17px;
	width: auto;
    
	/*
	height: 165px;
	border: 1px solid #e0e1e5;
	*/
}
section.vod div.gcnVod > div.song {
	margin-bottom: 13px;
}
section.vod div.gcnVod div.title {
	position: absolute;
	top: 10px;
    left: 10px;
	width: 62px;
    height: 26px;
	font-size: 15px;
    line-height: 26px;
	color: #fff;
    text-align: center;
	background: #625ecc;
	z-index: 10;
}
section.vod div.gcnVod div.title > a {
	display: inline-block;
    width: 100%;
    height: 100%;
}
section.vod div.gcnVod div.subject {
	position: absolute;
	top: 0;
    width: 282px;
	height: 163px;
	background: url(/image/00_main/bak_gcnVod.PNG) 0px 164px repeat;
	cursor: pointer;
}
section.vod div.gcnVod div.subject > div {
	position: absolute;
    margin-left: 17px;
    bottom: 17px;
    color: #fff;
    font-size: 17px;
}
section.vod div.gcnVod div.title > a {
	color: #fff;
}
section.vod div.gcnVod div.image {
    height: 100%;
}
section.vod div.gcnVod div.image > img {
	width: 100%;
    height: 100%;
}
section.vod div.newspaper {
	float: right;
}


section.sns {
	background: #f6f6f5;
}
section.sns div.snsNew ul {
	display: inline-block;
    width: 100%;
}
section.sns div.snsNew li {
	float: left;
	position: relative;
	display: inline-block;
	margin: 0 1.5% 2% 0%;
    width: 23.87%;
	height: 290px;
	color: #646464;
	background: #fff;
	border: 1px solid #d2d4d7;
	overflow: hidden;
}
section.sns div.snsNew li:last-child, section.sns div.snsNew li:nth-child(4n) {
	margin-right: 0;
}



section.sns div.snsNew iframe div._10b6 {
	margin: -7px !important;
}
section.sns div.snsNew div.snsLogo {
	position: absolute;
	right: 23px;
    bottom: 27px;
	z-index: 10;
}
section.sns div.snsNew div.snsLogo.mstory, section.sns div.snsNew div.snsLogo.urim {
    bottom: 25px;
}
section.sns div.snsIncTit {
	padding: 11px 19px;
    display: inline-block;
	margin-top: -2px;
	width: 100%;
	height: 60px;
    font-size: 17px;
	background: #fff;
    overflow: hidden;
	text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
}
section.sns div.snsImg {
	margin-bottom: -4px;
}
section.sns div.snsImg.blog > a > img {
	height: 156px;
    margin: 0 0 -4px 0;
}


header > div.headerWrap ul.select-list {
	/*
	display: block;
	*/
	display: none;
	float: right;
	position: absolute;
	right: 150px;
	top: 49px;
	width: 151px;
	height: auto;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #ddd;	
	/*
	border-right: 0;
	border-left: 1px solid #C6D1DC;
	*/
	color: #7D7D7D;
	background: #fff;
	z-index: 42;
	
	
}
header > div.headerWrap ul.select-list.active {
	/*
	display: block;
	*/
}
header > div.headerWrap ul.select-list li {
	float: none;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
	border-top: 0;
	background: #fff;
	color: #7D7D7D;
}
header > div.headerWrap ul.select-list li:hover {
	background: #5C8AC9;
}
header > div.headerWrap ul.select-list li:hover a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
header > div.headerWrap ul.select-list li:last-child {
	border-bottom: 0;
}




footer {
    margin-top: 61px;
}



































div.img-portfolio > a {
	display: inline-block;
    width: 100%;
    height: 100%;
}
div.img-portfolio > a > img {
	margin-top: -11px;
	/*
	margin-bottom: -39px;
	*/
	width: 289px;
}


.facebook_area {
    margin-top: -200px;
	margin-left: -22px;
}
.facebook_area .inner {
	/*
	float: left;
	*/
}
.facebook_area .inner ._2ph- {
	padding: unset;
}
.facebook_area .inner::-webkit-scrollbar {
	display: none;
}
.inner::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

section.service {
	padding: 78px 0 111px;
}




div.todayBible {
	margin: 0 0 50px 0;
	padding: 22px;
	border: 2px solid #798fa3;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
div.todayBible > p, div.todayBible > div {
	display: inline-block;
	margin: unset;
	width: auto;
	font-size: 17px;
}
div.todayBible > p {
	margin-right: 20px;
	font-size: 19px;
    font-weight: 600;
	color: #0053a1;
}
div.todayBible > p > a {
	color: #0053a1;
}
div.todayBible > div.taja {
	float: right;
    margin: 3px 5px 0 0;
}
section.goLink {
	margin: 0 0 -59px;
	font-size: 17px;
	background: #f5f5f5;
	border-top: 3px solid #e7e7e7;
}
section.goLink ul {
    display: inline-block;
	width: 100%;
	height: 20px;
    line-height: 15px;
}
section.goLink ul > li {
    float: left;
	text-align: center;
	border-left: 1px solid #b0b0bc;
}
section.goLink ul > li:first-child {
	border-left: none;
}
section.goLink ul > li > a {
    display: inline-block;
	width: 100%;
    height: 100%; 
}
section.goLink div.srvce, section.goLink div.site {
	height: 75px;
    line-height: 90px;
}
section.goLink div.srvce ul > li {
	padding: 0 24px;
}
section.goLink div.site ul > li {
	padding: 0 51px;
}
section.goLink div.site ul > li:last-child {
	padding: 0 0 0 51px;
}
section.goLink div.site {
	font-size: 15px;
}












/* popupzone style */
#popupzone {
	width: 418px;
	height: 418px;
}
#popupzoneControl {
	position: relative;
	width: 418px;
	height: auto;
}
#popupzoneControl>div {
	float: left;
	height: 24px;
}
#popupzoneControl>#title {
	width: 132px;
}
#popupzoneControl>#control {
	position: absolute;
	right: -190px;
	top: 380px;
	margin-top: 1px;
	width: 150px;
	height: 11px;
}
#popupzoneControl>#control>ul>li {
	display: block;
	float: left;
	margin-right: 7px;
	width: 11px;
	height: 11px;
}
#popupzoneControl>#control>ul>li>a {
	display: block;
	width: 11px;
	height: 11px;
	background: #C6D1DC;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#popupzoneControl>#control>ul>li>a:hover, #popupzoneControl>#control>ul>li>a.on {
	background: #478EDC;
}
#popup {
	position: relative;
	overflow: hidden;
	width: 420px;
	height: 418px;
	/*
	outline: 1px solid #ccc;
	*/
}
#moving {
	position: absolute;
	left: 0;
	top: 0;
	/*
	width: 2940px;
	*/
	width: 3400px;	
	height: 420px;
}
#moving>div {
	float: left;
	width: 420px;
	height: 420px;
}

li.play {
	padding-right: 2px;
	margin-right: 0 !important;
}
li.pause {
	margin: 0 !important;
}
li.play>a:hover, li.pause>a:hover {
	background: none !important;
}


/* popupzone style end*/

#popup2, #popup3 {
	display: inline-block;
	position: absolute;
	top: 40px;
	right: 30px;
	width: 180px;
	height: 300px;
	overflow: hidden;
}
#popup3 {
	/*
	margin-top: -20px;
	*/
	margin-top: -5px;
	left: 12px;
	width: 80px;
	height: 50px;
	font-size: 21px;
	text-align: center;
	color: #fff;
}
.contents .main #popupzone #script, .contents .main #popupzone #script2 {
	position: absolute;
	width: 180px;
	height: auto;
}
.contents .main #popupzone #script2 {
	left: 0px;
	width: 80px;
}
.contents .main #popupzone #script > div, .contents .main #popupzone #script2 > div {
	float: left;
	width: 180px;
	height: 300px;
}
.contents .main #popupzone #script2 > div {
	width: 80px;
	height: 50px;
	margin-bottom: 250px;
}
.contents .main #popupzone #script .headline {
	display: block;
	margin-top: 20px;
	font-size: 14px;
}
.contents .main #popupzone div.marking {
	float: left;
	position: absolute;
	/*
	top: 0;
	left: 0;
	*/
	top: 12px;
	left: 12px;
	width: 80px;
	height: 80px;
	background:url(/korean/assets/image/00_main/icn_roll_cat1.jpg) no-repeat;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.contents .main #popupzone span.marking {
	position: absolute;
	
	top: 0;
	left: 0;
}
.contents .main .gcnlive {
	display: block;
	position: static;
    margin-bottom: 10px;
	width: 280px;
	height: 115px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.contents .main .gcnlive a {
	display: inline-block;
	margin-top: -42px;
    padding-top: 45px;
	width: 100%;
	height: 30px;    
}
.contents .main .gcnlive ul {
	display: block;
	width: 90%;
	margin: 20px auto;	
}
.contents .main .gcnlive ul li {
	display: inline-block;
	float: left;
	width: 33%;
	text-align: center;
	border-right: 1px solid #E4E9F1;
	padding-top: 37px;
	background: url(../image/00_main/icn_gcnlive.png) 25px 0px no-repeat;
}
.contents .main .gcnlive ul li.all {
	background-position: 0px -2px;
}
.contents .main .gcnlive ul li.sevice {
	background-position: -75px -3px;
}
.contents .main .gcnlive ul li.sheet {
	border-right: 0;
	background-position: -138px -2px;
}
.contents .main .service{
	display: inline-block;
	position: static;
	width: 280px;
	height: 435px;
	/*
	height: 336px;
	*/
	background-color: #fff;
	border: 2px solid #5c8ac9;
	overflow: hidden;
}
.contents .service ul.news_list > li {
	width: 100%;
	height: 56px;
	margin-top: 6px;
	margin-bottom: 5px;
	line-height: 17px;
	border-bottom: 1px solid #EAE9E9;
}
.contents .service ul.news_list > li:first-child {
	margin-top: 10px;
}
.contents .service ul.news_list > li:last-child {
	border-bottom: none;
}
.contents .service ul.news_list > li a {
	text-decoration: none;
	color: #51688C;
}
.contents .service ul.news_list > li a:hover {
	color: #5C8AC9;
}
.contents .service .sermon .sertype {
	display: table-cell;
	width: 80px;
	height: 40px;
	font-size: 12px;
	vertical-align: middle;	
}
.contents .service .sermon .sertype .icon {
	display: inline-block;
	width: 65px;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background-color: #5C8AC9;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.contents .service .sermon .sertype .icon > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.contents .service .sermon .sertype .icon.daniel {
	width: 125px;
}
.contents .service .sermon .content {
	display: table-cell;
	width: 160px;
	height: 40px;
	vertical-align: top;	
}
.contents .service .sermon .content > span {
	display: inline-block;
	margin-bottom: -3px;
	width: auto;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
}
.contents .service .sermon .content > ul.vod {
	display: block;
	width: auto;
	height: 19px;
	margin-top: 7px;
}
.contents .service .sermon .content > ul.vod.daniel {
	margin-left: 14px;
}
.contents .service .sermon .content > ul.vod > li {
	display: inline-block;
	float: left;
	width: 19px;
	height: 19px;
	margin-right: 13px;
}
.contents .service .prayer {
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	width: 75%;
}
.contents .service .prayer .imag {
	display: table-cell;
	width: 57px;
	height: 57px;
	background: url(../image/00_main/icn_prayer.jpg) -4px -2px no-repeat;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.contents .service .prayer .text {
	display: table-cell;
	width: auto;
	line-height: 20px;
	padding-left: 20px;
}
.contents .main > .icon {
	display: inline-block;
	position: absolute;
	width: 670px;
	height: 130px;
    top: 430px;
    right: 0;
	background-color: #fff;
	border: 1px solid #ccc;
}
.contents .main > .icon ul.list {
	display: block;
	width: 97%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.contents .main > .icon ul.list li {
	display: inline-block;
	float: left;	
	width: 20%;
	text-align: center;
	line-height: 1.2;
	border-right: 1px solid #E4E9F1;
}
.contents .main > .icon ul.list li:last-child {
	border-right: none;
}
.contents .main > .icon ul.list div {
	margin: 0 auto;
	width: 57px;
	height: 57px;
	background: url(../image/00_main/icn_icon.png) 10px 10px no-repeat;	
	background-color: #5C8AC9;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.contents .main > .icon ul.list a:hover > div {
	background-color: #3462A0;
}
.contents .main > .icon ul.list .offer {
	background-position: 10px 10px;
}
.contents .main > .icon ul.list .regi {
	background-position: -44px 7px;
}
.contents .main > .icon ul.list .mail {
	background-position: -445px 10px;
}
.contents .main > .icon ul.list .serv {
	background-position: -152px 8px;
}
.contents .main > .icon ul.list .DrL {
	background-position: -205px 8px;
}
.contents .main > .icon ul.list a > span.text {
	display: inline-block;
	margin-top: 7px;
	background: none;
}
.contents .main > .icon ul.list a {
	display: inline-block;
}
/************** contents news ****************/

.contents .news {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 290px;
	height: 560px;
	border: 1px solid #ccc;
	background-color: #fff;
	overflow: hidden;
}
.contents .news_header {
	display: block;
	width: 100%;
	padding: 12px;
	padding-left: 20px;
	height: 50px;
	background-color: #F5F7F8;
	border-bottom: 1px solid #C6D1DC;
}
.contents .news_header > a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.contents .news_list {
	margin: 0 auto;
	margin-top: 25px;
	width: 80%;
}
.contents .news .news_list {
	margin-top: 25px;
}
.contents .news ul.news_list li {
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
	height: 80px;
	margin-top: 12px;
	letter-spacing: -1px;
	font-size: 12px;
	text-align: left !important;
	color: #51688C;
	border-bottom: 1px solid #EAE9E9;
}
.contents .news ul.news_list li:last-child {
	border-bottom: none;
}
.contents .news ul.news_list li a {
	text-decoration: none;
	color: #51688C;
}
.contents .news ul.news_list li a:hover {
	color: #5C8AC9;
}
.contents .news ul.news_list li .image {
	display: table-cell;
	width: 120px;
	height: 65px;
	vertical-align: top;	
}
.contents .news ul.news_list li .image img {
	width: 110px;
	height: 65px;
}
.contents .news ul.news_list li .content {
	display: table-cell;
	width: auto;
	height: auto;
	vertical-align: top;
	/*
	overflow: hidden;
	*/
}

.contents .news ul.news_list li .content > span {
    display: inline-block;
    width: 30px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    /*
	font-family: "Dotum";
	*/
    background-color: #5788da;
	color: #fff;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.contents .news ul.news_list li .content > span.new {
    background-color: #FD5799;
}

/************** contents article ****************/

.contents .article, .contents .article2 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	/*
	overflow: hidden;
	outline: 1px solid #ccc;
	*/
}
.contents .article > .HDvod, .contents .article div#photo {
	display: inline-block;
	margin-bottom: 10px;
	width: 278px;
	height: 245px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
}
.contents .article div.photo {
	display: inline-block;
	width: 100%;
	height: 245px;
}
.contents .article > .HDvod .wrap, .contents .article div.photo .wrap {
	position: relative;
	margin: 0 auto;
	margin-top: 22px;
	width: 75%;
	height: auto;
	text-align: center;	
}
.contents .article > .HDvod .wrap .icon, .contents .article div.photo .wrap .icon  {
	position: absolute;
	top: -65px;
	left: -25px;
	width: 32px;
	height: 32px;
	background: url(../image/00_main/icn_icon.png) -265px -3px no-repeat;
}
.contents .article div#photo {
	position: absolute;
	top: 0;
	right: 0;
	width: 288px;
	height: auto;	
}
.contents .article div.photo .wrap .icon  {
	background: url(../image/00_main/icn_icon.png) -308px -3px no-repeat;
}
.contents .article div.news_header {
    padding-left: 55px;
}
.contents .article div.photo .wrap .text {
	position: absolute;	
	bottom: -160px;
    font-weight: bold;
	letter-spacing: -1px;
	width: 101%;
	/*
	
	font-size: 13px;
    text-align: center;
    padding: 5px;
    background-color: rgba(24, 36, 123, 0.7);
	*/
}
.contents .article div.photo .wrap .text > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 150px 0px 0px;
}

/************** article art ****************/
.contents .article .art {
	display: block;
	position: absolute;
	top: 0;
	left: 290px;
	width: 670px;
}
.contents .article .art .gcn {
	display: block;
	width: 100%;
	height: 200px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
	
}
.contents .article .art .gcn ul.vod {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 87%;
	height: auto;
	/*
	overflow: hidden;
	*/
}

.contents .article .art .gcn ul.vod li {
	display: inline-block;
	float: left;	
	width: 30%;
	height: 160px;
	margin-right: 5%;
	text-align: center;
}
.contents .article .art .gcn ul.vod li:last-child {
	margin-right: 0;
}
.contents .article .art .gcn ul.vod li .image {
	position: relative;
	margin-top: 10px;
}
.contents .article .art .gcn ul.vod li .image img {
	width: 160px;
	height: 90px;
	cursor:pointer;
}
.contents .article .art .gcn ul.vod li .team {
	position: absolute;
	bottom: 2px;
	width: 100%;
	height: auto;
	min-height: 20px;
	padding: 5px 0;
	background-color: rgba(24, 36, 123, 0.7);
	color: #fff;
}
.contents .article .art .gcn ul.vod li .icon {
	display: inline-block;
    position: absolute;
    left: -5px;
    top: 15px;
    width: 40px;
    height: 17px;
    line-height: 17px;
	padding-left: 4px;
	font-family: Dotum;
	font-size: 11px;
	font-weight: bold;
    background: #FD5799;   
    color: #fff;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}	
.contents .article .art .prgm {
	display: block;
	width: 100%;
	height: 160px;
	/*
	line-height: 160px;
	text-align: center;
	*/
	background-color: #fff;
	border: 1px solid #ccc;
}
.contents .article .art .prgm ul.list {
	display: block;
	width: 93%;
	height: auto;
	margin: 0 auto;
	margin-top: 27px;
}
.contents .article .art .prgm ul.list li {
	display: inline-block;
	float: left;	
	width: 33.33%;
	text-align: center;
	line-height: 1.2;
	border-right: 1px solid #E4E9F1;
}
.contents .article .art .prgm ul.list li:last-child {
	border-right: none;
}
.contents .article .art .prgm ul.list div {
	margin: 0 auto;
	width: 73px;
	height: 73px;
	background: url(../image/00_main/icn_pram.png) -2px 28px no-repeat;	
	background-color: #E4E9F1;
	/*
	border: 4px solid #ececec;
	*/
	border: 4px solid #f7f7f7;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.contents .article .art .prgm ul.list .mmpraise {
	background-position: 0px 0px;
}
.contents .article .art .prgm ul.list .catalog {
	/*background-position: -88px 0px;*/
	background-position: -335px 0px;
}
.contents .article .art .prgm ul.list .mstory {
	background-position: -177px 0px;
}
.contents .article .art .prgm ul.list .urim {
	background-position: -268px 0px;
}
.contents .article .art .prgm ul.list > li:hover div {
	/*
	border: 4px solid #c6d1dc;
	*/
	border: 4px solid #ececec;
}
.contents .article .art .prgm ul.list .txt {
	display: inline-block;
	margin-top: 7px;
}
.contents .article .site {
	display: block;
	width: 278px;
	height: 115px;
	line-height: 40px;
	/*
	line-height: 144px;
	*/

	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
}
.contents .article .site .select-itm {
	display: inline-block;
	position: relative;
	margin-top: 33px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	text-align: left;
	border: 1px solid #ddd;
	/*
	border-radius: 5px;
	*/
	
	background:url(../image/00_main/icn_select.png) 93% 0px no-repeat;
}
.contents .article .site .select-btn {
	display: inline-block;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #5C8AC9;
	color: #fff;
	border-radius: 5px;
}
.contents .article .site ul.select-list {
	/*
	display: block;
	*/
	display: none;
	position: absolute;
	left: -1px;
	width: 100%;
	height: auto;
	bottom: 38px;
	color: #7D7D7D;
	border: 1px solid #ddd;
	z-index: 9999;
}
.contents .article .site ul.select-list.active {
	display: block;
}
.contents .article .site ul.select-list.deactive {
	display: none;
}
.contents .article .site ul.select-list li {
	height: 37px;
	line-height: 37px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	color: #7D7D7D;
}
.contents .article .site ul.select-list li:last-child {
	border-bottom: 0;
}
.contents .article .site ul.select-list li:hover {
	background: #5C8AC9;
}
.contents .article .site ul.select-list li:hover a {
	color: #fff;
}
.contents .article .banner {
	display: block;	
	position: absolute;
	top: 255px;
	right: 0;
	width: 290px;
	height: 115px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
}

/* GCN VOD  caroufredsel */
div.news > .caroufredsel_wrapper {
	margin: 0 auto !important; /* jQuery plugin에서 추가되는 내용을 강제로 적용하기 위해 important를 사용 */
	/*
	max-width: 160px !important;
	width: 160px !important;
	*/
	height: 473px !important;
}
div#photo > .caroufredsel_wrapper {
	height: 245px !important;
}
.testi_slider {
	max-width: 160px !important;
	width: 160px !important;
	height: 120px !important;
	
}
.testi_slider .t {
	float: left;
	position: relative;
	max-width: 160px !important;
	width: 160px !important;
	height: auto;
	text-align: center;
}
.testi_sliderNews {
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	/**/
}
.testi_sliderNews .t {
	float: left;
	position: relative;
	max-width: 100% !important;
	width: 100% !important;
	/*text-align: center;*/
	height: auto;
	
}
#t_navigation, #t_navigation2, #t_navigation3, #t_navigationNews, #t_navigationPhoto {
	margin-top: -5px !important;
	text-align: center;
}
#t_navigationPhoto {
	display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1000;
}
#t_navigationNews {
	margin-top: -7px !important;	
}
#t_navigation a, #t_navigation2 a, #t_navigation3 a, #t_navigationNews a, #t_navigationPhoto a {
	display: inline-block;
	margin-right: 7px;
	margin-top: 10px;
	width: 11px;
	height: 11px;
	text-decoration: none;
	background: #C6D1DC;

	-wekit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
#t_navigation a:last-child, #t_navigation2 a:last-child, #t_navigation3 a:last-child, #t_navigationNews a:last-child, #t_navigationPhoto a:last-child {
	margin-right: 0;
}
#t_navigation a.selected, #t_navigation2 a.selected, #t_navigation3 a.selected, #t_navigationNews a.selected, #t_navigationPhoto a.selected {
	background: #478EDC;
}


/************** news2 css ****************/
.contents .article2 {
	/*
	display: inline-block;
	*/
	margin-top: 10px;
}
.contents .article2 > .news2 {
	display: table-cell;
	/*
	width: 970px;
	*/
}
.contents .article2 > .news2 > div.weekly, 
.contents .article2 > .news2 > div.mission, 
.contents .article2 > div.banner {
	float: left;
	width: 278px;
	height: 200px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
}
.contents .article2 > .news2 > div.weekly {
	margin-right: 10px;
}
.contents .article2 > .news2 div.Wrap {
    display: block;
    margin: 0px auto;
    margin-top: 20px;
    width: 85%;
}
.contents .article2 > .news2 div.Wrap > div.imag {
    display: inline-block;
    width: 50%;
	text-align: right;
}
.contents .article2 > .news2 div.Wrap > div.text {
    display: inline-block;
    width: 40%;
    line-height: 20px;
    padding-left: 20px;
    vertical-align: top;
    text-align: left;
}
.contents .article2 > .news2 > div.weekly > div.Wrap > div.text {
	margin-top: 40px;
}
.contents .article2 > .news2 > div.mission {
	width: 672px;
}
.contents .article2 > .news2 > div.mission > div.Wrap > div.imag {
	display: table-cell;
	width: 100px;
    height: 160px;
	text-align: center;  
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}
.contents .article2 > .news2 > div.mission > div.Wrap > div.text {
	display: table-cell;
	padding-top: 10px;
	padding-left: 40px;
	text-align: left;
    width: 100%;
}
.contents .article2 > .news2 > div.mission > div.Wrap > div.text > ul {
    margin-top: 20px;
}
.contents .article2 > .news2 > div.mission > div.Wrap > div.text > ul > li {
    margin-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
}
.contents .article2 > .news2 > div.mission > div.Wrap > div.text > ul > li > span {
    float: right;
}
.contents .article2 > div.banner {
	display: inline-block;
    position: absolute;
	right: 0;
    top: 0;
	width: 290px;
	border: none;
	background: none;
	overflow: hidden;
}
.contents .article2 > div.banner > a > div {
	margin-bottom: 10px;
	width: 100%;
	height: 95px;
	line-height: 90px;
	font-size: 17px;
	border: 1px solid #ccc;
}
.contents .article2 > div.banner > a > div.banner-guide {
	background: url(../image/00_main/banner_guide.jpg) 0 0 repeat;
}
.contents .article2 > div.banner > a > div.banner-calendar {
	background: url(../image/00_main/banner_calendar.jpg) 0 0 repeat;
}
.contents .article2 > div.banner > a > div.banner-testimony {
	background: url(../image/00_main/banner_testimony.jpg) 0 0 repeat;
}

/****************************** aside_menu ******************************/
/**************  ****************/

.contents .content-aside {
	display: inline-block;
	float: right;
	position: relative;
	/*overflow: hidden;*/
    margin-bottom: 50px;
	top: 0;
	right: 0;
	width: 230px;
	height: 1150px;	
	background-color: #fff;
	border: 1px solid #ccc;
}
.contents ul.aside_menu {
	width: 100%;
	overflow: hidden;
}
.contents ul.aside_menu li {
	position: relative;
	width: 100%;
	height: 45px;
	line-height: 45px;	
	padding-left: 25px;
	border-bottom: 1px solid #C6D1DC;
	background: url(../image/00_main/icn_asideRight.png) 90% center no-repeat;
	background-color: #FFF;
}
.contents ul.aside_menu li.new {
	font-size: 15px;
	background: url(../image/00_main/icn_asideNew2.gif) 99% 7px no-repeat;
	background-color: #FFF;
}
.contents ul.aside_menu li a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	/*
	color: #fff;
	*/
}
.contents ul.aside_menu li a:hover {
	color: #5C8AC9;
}
.contents ul.aside_menu li.new a {
	color: #fd5799;
}
/*
.contents ul.aside_menu li img {
	position: absolute;
	top: 6px;
	left: 25px;
	padding-top: 10px;
}
*/
.contents ul.aside_menu li span:before {
	content:url(../image/00_main/icn_asideLeft.png);
	display: inline-block;
	width: 15px;
	height: 12px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.contents ul.aside_menu li.new span:before {
	/*content:url(../image/00_main/icn_asideNew2.gif);*/
	content:none;
    margin-top: 7px;
	line-height: 30px;
    vertical-align: text-bottom;
}
.contents div.aside_24h {
	position: absolute;
    bottom: 15px;	
	width: 100%;
    text-align: center;
}


/****************************** responsive code ******************************/

@media (max-width: 1280px) {
	.contents .content-main {
		display: block;
		position: static;
		width: 100%;
		margin-bottom: 10px;
	}
	.contents .news {
		width: 293px;
	}
	.contents .content-aside {
		display: block;	
		position: static;
		width: 100%;
		height: auto;
		border-right: none;
		border-bottom: none;
		background: transparent;
	}
	.contents ul.aside_menu li {
		float: left;			
		width: 20%;
		border-right: 1px solid #C6D1DC;
		border-bottom: 1px solid #C6D1DC;
	}
	.contents .article div.photo, .contents .article .banner {
		/*
		width: 293px;
		*/
	}
	.contents div.aside_24h {
		display: none;
	}
}
@media (max-width: 1020px) {
	.contents .news {
		display: block;
		position: static;
		width: 100%;
		height: 190px;
		margin-bottom: 10px;
	}
	.contents .news .news_header {
		display: none;
	}
	.contents .news ul.news_list {
		display: block;
		width: 91%;
		margin-top: 15px;
	}
	.contents .news ul.news_list li {
		float: left;
		width: 16%;
		height: auto;
		margin-right: 5%;
		margin-top: 5px;
		text-align: center !important;
		border-bottom: none;
	}
	.contents .news ul.news_list li:last-child {
		margin-right: 0;
	}
	.contents .news ul.news_list li .image {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.contents .news ul.news_list li .image img {
		width: 140px;
		height: auto;
	}
	.contents .news ul.news_list li .content {
		display: inline-block;
		/*
		margin-top: 10px;
		*/
		width: 100%;
		height: 50px;
	}
	.contents .article div#photo {
		display: block;	
		position: static;
		width: 340px;;
	}
	.contents .article .art {
		display: inline-block;
		float: left;
	}
	.contents .article .art .prgm {
		height: 165px;
	}
	.contents .article .site {
		float: right;
		width: 306px;
		margin-top: -125px;
		margin-right: 304px;
	}
	.contents .article .banner {
		float: right;
		position: static;
		margin-top: -125px;
	}

	.contents .article2 > div.banner {
		margin-top: 10px;
		position: static;
		width: 100%;
		height: auto;
		overflow: visible;
	}
	.contents .article2 > div.banner > a {
		display: inline-block;
	    margin-right: 10px;
		width: 232px;
		height: 105px;
		float: left;

	}
	.contents .article2 > div.banner > a:last-child {
	    margin-right: 0px;
	}
	.contents ul.aside_menu li {			
		width: 25%;
	}
	.contents .article .photo .wrap .icon  {
		/*
		left: 33px;
		*/
	}
	div.news > .testi_sliderNews {
		height: 120px !important;
	}
	#t_navigationNews {
		margin-top: -10px !important;	
	}
	#t_navigationPhoto {
		bottom: 220px;
		left: 260px;
		top: unset;
	    right: unset;
	}
	div.news > .caroufredsel_wrapper {
		height: 158px !important;
	}
}