header .tops { width:100%; max-width: 1100px; margin: 0 auto; padding:1.5rem 0;position:relative}
header .nav { background: #fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
header .nav nav { width:100%; max-width: 1100px; margin: 0 auto; }
header .nav nav ul li a { color: #000; }
header .nav nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: stretch;
	align-content: stretch;
}
header .nav nav ul li { display: inline-block; }
header .sch { display: block; width: 30%; margin:1rem 0 0; }
header .mem_login{ position:absolute;top:0;right:0;font-size:11px;color:#555; width:50%; margin:0.2rem 0 0;text-align:right }
header .mem_login li { float:right}
.mgubun { color:#CCC}
header #btn-toggle {display: none;}



.main {padding:2.5rem 0;}
.main_video {
	width: 100%;
	max-width: 1100px;
	margin:  0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;

}
.main_video .play {display: inline-block; width: 60%; height:372px; overflow: hidden; position: relative;}
.main_video img { width: 100%; min-width:660px; }
.main_txt { display: inline-block; width: 40%; background: #595959; height:372px; position: relative;}
.main_txt h2 {  margin: 2rem 2rem; width:80%;  padding: 0 0;letter-spacing:-1px;
	   overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box;
	   line-height: 2rem;     /* fallback */
	   max-height: 4rem;      /* fallback */
	   -webkit-line-clamp: 2; /* number of lines to show */
	   -webkit-box-orient: vertical;
	}

.main_txt p::after { content: ""; position: absolute; height:2px; width: 100px; background: #fff; left: 0; top:0;}
.main_txt p {  margin: 2rem; width: 80%; position: relative; padding: 2.2rem 0 0;font-weight:100;font-size:14px;
	   overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box;
	   line-height: 1.5rem;     /* fallback */
	   max-height: 15rem;      /* fallback */
	   -webkit-line-clamp: 7; /* number of lines to show */
	   -webkit-box-orient: vertical;
	}
.main_txt .more { background: url('/img/more.png')no-repeat; position: absolute; right: 1.5rem; top:2.2rem; width: 1.5rem; height: 2rem; text-indent: -99999rem;}
.main_txt .more:hover {
    opacity: 0.75;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}







.weekly { max-width:1100px; margin: 0 auto; margin-bottom: 3rem;}
.weekly h2 { font-size: 2rem; margin: 3rem 0 0.7rem;}
.weekly .big { width: 50%;height:420px; display: inline-block; position: relative; padding: 0 10px 0 0; }

.weekly .big .icon-play1 { position: absolute; right: 1.5rem;bottom:1.5rem; background: url(/img/play.png)no-repeat; width: 3rem; height: 3rem; display: inline-block; z-index: 989; background-size: 100%; }
.weekly .big .icon-play { position:absolute;z-index:5;top:calc((100% / 2) - 17px);left:calc((100% / 2) - 19px);width:35px;height:39px;background:url('/img/play.png');opacity: 0.7;transition: all 0.3s;transition-timing-function:ease  }
.weekly .big:hover div .icon-play { background:url('/img/play1.png');opacity:1;transition: all 0.3s;transition-timing-function:ease  }

.weekly .big .item-img {width: auto; height:304px; overflow: hidden;position:relative }
.weekly .big img  { height: 100%; width:100%; }
.weekly .big a  { color: #fff; width: 100%; height: 100%; display: inline-block; }
.weekly > .big > .item-body { padding: 0 10px; width: calc(100% - 10px)  }


.weekly .newslist { width: 50%;  float: right;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.weekly .newslist li {	width: 50%; overflow: hidden; padding: 0 10px 10px; position: relative; }
.weekly .newslist .item-body { font-size: 1.1rem; margin0; padding:2px 0; width: 100%; height: 3.6rem;}
.weekly .newslist .item-img { height: 145px; overflow: hidden; }
.weekly .newslist li img { width:100%;border:2px solid #595959;box-sizing:border-box }
.weekly .newslist .icon-play11 { position: absolute; right: 1rem; bottom: 5rem; background: url(/img/play.png)no-repeat; width: 2rem; height: 2rem; display: inline-block; z-index: 989; background-size: 100%; }
.weekly .play-time { position: absolute; top: 125px; left: 0; height: 25px; line-height: 25px; padding: 0 0.8rem; background: rgba(0,0,0,0.55); color: #fff; font-size: 0.7rem; font-weight: 500; letter-spacing: 0;}

.weekly .newslist .icon-play { position:absolute;z-index:5;top:calc((100% / 2) - 47px);left:calc((100% / 2) - 19px);width:35px;height:39px;background:url('/img/play.png');opacity: 0.7;transition: all 0.3s;transition-timing-function:ease  }
.weekly .newslist li:hover div .icon-play { background:url('/img/play1.png');opacity:1;transition: all 0.3s;transition-timing-function:ease  }




.flash { max-width:1100px; margin: 0 auto; margin-bottom: 3rem;}
.flash a {color:#fff; display: inline-block; position: relative; margin: 0 0 20px; width: 100%;}
.flash h2 { font-size: 2rem; margin: 3rem 0 0.7rem;}
.flash ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.flash ul li { width: calc( 100% / 3); display: inline-block; overflow: hidden; padding: 0 20px 0 0; }
.flash ul li:nth-child(3n+3) { padding:0 }
.flash ul li img { width: 100%; height: auto;}

.flash .big { width: 90%; display: inline-block; position: relative; margin: 0 0 0 5%;}
.flash .big .icon-play { position: absolute; right: 1.5rem; bottom: 1.5rem; background: url(/img/play.png)no-repeat; width: 3rem; height: 3rem; display: inline-block; z-index: 989; background-size: 100%; }
.flash .big img  { height: 100%; width: auto; }
.flash .big .item-img { position: relative; height: 416px; width: auto; overflow: hidden;}
.flash .big a  { color: #fff;}
.flash .big .item-body  { position: absolute; width:100%; bottom: 0; left: 0; font-size: 1.5rem; }


.flash .item-img { position: relative; height:206px; width: 100%; overflow: hidden; position: relative;}
.flash .item-body {
	width: 100%;
	font-size: 1.1rem;
	position: absolute;
	bottom: 0;
	padding-top:30px;
	background: linear-gradient(
		to bottom,
		rgba(20, 20, 20, 0) 10%,
		rgba(20, 20, 20, 0.25) 25%,
		rgba(20, 20, 20, 0.5) 50%,
		rgba(20, 20, 20, 0.8) 80%,
		rgba(20, 20, 20, 1) 100%
	  );
	background-size: cover;
}

.flash .item-body strong { padding: 0 1rem; width: 90%; display: inline-block; font-weight: 500; }
.flash .icon-play11 { position: absolute; right: 1rem; bottom: 1rem; background: url(/img/play.png)no-repeat; width: 2rem; height: 2rem; display: inline-block; z-index: 989; background-size: 100%; }
.flash .newslist h3 {position: absolute; top:0; left: 0; width: 25px; height: 25px; line-height: 25px; font-size: 16px; font-weight: 700; color: #fff; display: inline-block; text-align: center; z-index: 989; background: #ed1c24;}

.flash .icon-play { position:absolute;z-index:5;top:calc((100% / 2) - 17px);left:calc((100% / 2) - 19px);width:35px;height:39px;background:url('/img/play.png');opacity: 0.7;transition: all 0.3s;transition-timing-function:ease  }
.flash .newslist li:hover div .icon-play { background:url('/img/play1.png');opacity:1;transition: all 0.3s;transition-timing-function:ease  }


.big .item-body  {  width:100%;  font-size: 1.5rem;  padding:15px 30px; height:100px;background:#595959 }
.big .item-body p {
	font-weight:500;
	overflow: hidden;
	color:#FFF;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 2rem;     /* fallback */
	max-height: 4rem;      /* fallback */
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}



.item-body { padding: 0.1rem 0 0;}
.item-body strong {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4rem;     /* fallback */
	max-height: 3rem;      /* fallback */
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
	word-break: break-all
}



.list_tab { max-width: 1100px; margin: 0 auto; margin-bottom:2rem;}
.list_tab li a{display:block;text-decoration:none;text-align:center; color:#595959;font-weight:500; height: 70px; line-height: 70px;  font-size: 1.2rem;}
.mTs { max-width: 1100px; margin: 0 auto; margin-bottom: 3rem; }
.mTs .newslist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: stretch;
	align-content: stretch;
}
.mTs .newslist li { width: calc( 100% / 4); float: left; margin-bottom:1rem; padding:0 30px 0 0;}
.mTs .newslist li:nth-child(4n+4) { padding:0 }
.mTs .newslist .item-img { height:152px }
.mTs .newslist li img { width: 100%; height:100%;border:2px solid #595959;box-sizing:border-box }
.mTs .newslist li img:hover {border:2px solid #c41317 }
.mTs .item-img { position: relative;}
.mTs .item-body { width:100%; height: 3.6rem;margin-top:5px}
.mTs .newslist li:hover  .title { color:#c41317 }


.mTs .icon-play { position:absolute;z-index:5;top:calc((100% / 2) - 17px);left:calc((100% / 2) - 19px);width:35px;height:39px;background:url('/img/play.png');opacity: 0.7;transition: all 0.3s;transition-timing-function:ease  }
.mTs .newslist li:hover .icon-play { background:url('/img/play1.png');opacity:1;transition: all 0.3s;transition-timing-function:ease  }




.footer {margin-top:50px;padding: 30px 0 50px;border-top: 1px solid #e2e2e2;font-size: 13px;line-height: 20px;color: #808080;background-color: #fafafa;clear: both;}
.footer_inner {position: relative; width:100%; max-width: 1100px;margin: 0 auto;}
.footer_inner  .info_copyright {margin-top:10px}
.footer_inner .txt_copyright {display: block;margin-top: 8px;font-size: 12px;letter-spacing:0;font-style: normal;color: #808080;}
.footer_inner .info_warn {font-weight: normal;}
.footer_inner .footer_link {margin-bottom:10px;font-size:13px}
.footer_inner .link_info {color: #808080;letter-spacing: -1px;font-size:14px;}
.footer_inner .link_info:hover {color:#111}
.footer_inner .txt_dot {padding: 0 2px 0 3px;margin-top: 1px;color: #d4d4d4;}
.footer_inner .info_txt {padding-right:15px}




.sub { width: 100%; background:url(/img/sub.jpg)no-repeat; background-size: cover; height:530px; margin: 0 0 50px; }
.sub > h2 { font-size: 2rem; color: #fff; text-align: center; margin: 0; padding: 2rem 0;}
.sub .main_txt { background: none;}

.sub .flash { max-width:1100px; margin: 0 auto; margin-bottom: 3rem;}
.sub .flash a {color:#fff; display: inline-block; position: relative; margin: 0 0;}
.sub .flash ul li { padding: 0; margin: 0; line-height: 0;}
.sub .flash .big { width: 100%;}
.sub .flash .big .item-img {height: 400px;}
.sub .flash .big .item-body {height:120px;}
.sub .flash .item-body {height:4rem;}

.sub .mTs {clear: both;}


.article_head {position: relative;margin: 0 auto 35px;padding:10px 0 34px 10px;border-bottom: 1px solid #e5e5e5;background-color:#fff}
.article_head .tit_view {overflow: hidden;margin:10px 0 40px;font-weight:500;font-size: 36px;line-height: 42px;letter-spacing: -3px;}
.article_head .info_view {display: block;margin-top: 9px;line-height: 27px;color: #919191;}
.article_head .txt_info {padding-right: 10px;}
.article_head .txt_replynum {color:#1a90f0}
.article_head .txt_replynum:hover {text-decoration:underline}
.article_head .rd_util {position:absolute;bottom:25px;right:10px}
.article_head .rd_util .btn_util {position:relative;float:left;margin-left:5px;width:35px;height:35px;text-align:center;line-height:32px;font-size:16px;border-radius:20px;color:#999; }
.article_head .rd_util .btn_util:before {content: "";display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius:20px;border: 1px solid rgba(0,0,0,.1);z-index: 1;}
.article_head .rd_util .btn_util:hover {color:#111}
.article_head .rd_util .btn_util:hover:before {border: 1px solid rgba(0,0,0,.5);}

.article_head .sticker_event {position:absolute;top:105px;right:2px;display:block;line-height:0}
.article_head .rd_util .btn_util.btn_share {background-color:#111;color:#fff;background:url(/img/ico_share2.png) no-repeat 8px 5px}



.opinion_header {margin-top:15px}
.opinion_header .info_view {line-height:22px}
.article_head .gd_a {width: 50px;margin-right:15px}
.article_head .gd_a {float: left;position: relative;display:block;}
.article_head .gd_a  {overflow: hidden;display:block;}
.article_head .ico {display:block;float:left;width:50px;height:50px;margin-right:10px;border-radius:50px;background-color:#fff;text-indent:-99999px;-webkit-filter: grayscale(100%);filter: gray;}
.article_head .gd_a::before {content: "";display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius:50px;border: 1px solid rgba(0,0,0,.05);z-index: 1;}
.article_head .txt_info.opinion {display:block;}


.article_head .sec {font-weight:400;font-size:22px;color:#ea444a}
.mTs .play-time { position: absolute; bottom: 0; left: 0; height: 25px; line-height: 25px; padding: 0 0.8rem; background: rgba(0,0,0,0.55); color: #fff; font-size: 0.7rem; font-weight: 500; letter-spacing: 0;}


.newsbody {padding: 0 0 60px;}
.newsbody_inner {padding:0 0}
.article_view {font-size:17px}

.article_view > div,.article_view > p {margin-bottom: 19px;line-height:1.725;font-weight:300}
.article_view .summary_view {display: block;position: relative;padding-left:20px;margin: -4px 0 29px;font-size:22px;font-weight:500;line-height: 1.6em;}
.article_view .summary_view:before {position: absolute;top: 6px;left: 0;bottom:6px;width:5px;background-color: #6b6b6b;content: '';}
.article_view .txc-image { padding: 0.5rem 0;}
.article_view figure {max-width: 100%;display: table;margin:32px auto 30px;width:500px; padding: 0.5rem 0;}
.article_view figcaption {margin: 0 auto;font-size: 13px;line-height: 18px;color: #919191; padding: 0.5rem 0; /*text-align:left !important*/}
.article_view iframe {margin: 0 0;}
.article_view .tx-movie {width:660px;height:400px !important;}
.article_view .tx-movie.tx-live {height:450px}
.article_view .link_figure {position:relative;display:table;margin:0 auto;padding:0}
.article_view .link_figure:hover .expand_sec {display:block}
.article_view .link_figure .ico_expand {display:none}
.article_view .link_figure .ico_expand {position: absolute;top:50%;left:50%;margin-left:-30px;margin-top:-30px;width:60px;height:60px;background-color:rgba(0,0,0,0.5);color:#fff;font-size:38px;text-align:center;border-radius:35px}
.article_view .link_figure:hover .ico_expand {display:block}
.article_view .link_figure .ico_expand i {margin-top:8px}



.sns_wrap {display:none;position:absolute;top:45px;right:-10px;z-index:1;width:331px;border:1px solid #e5e5e5;background-color:#fff}
.sns_wrap.current {display:block;}
.sns_wrap ul {overflow:hidden;padding:10px 0 0 10px;}
.sns_wrap li {float:left;}
.sns_wrap li a  {display:block;width:70px;height:65px;font-size:12px;text-align:center}
.btn_sns {display:block;margin:0 auto;width:38px;height:38px;background:url(../img/ico_share.png) -40px 0 no-repeat;margin-bottom:3px;}
.btn_sns.btn_kakaotalk {background-position:-1px -2px}
.btn_sns.btn_kakao {background-position:-40px 0}
.btn_sns.btn_facebook {background-position: -122px -3px;}
.btn_sns.btn_twitter {background-position:-83px -2px}
.btn_sns.btn_band {background-position:-160px 0}
.btn_sns.btn_naver {background-position:-203px -2px}
.sns_wrap .ban a {display:block;line-height:0}



.sns_wrap .copyUrl {margin:10px 0 20px}
.sns_wrap .sns_copyurl {margin: 1px 20px;}
.sns_wrap .sns_copyurl .link_copyurl {display: block;overflow: hidden;position: relative;height: 35px;line-height:35px;border: 1px solid #d0d0d0;background-color: #f8f8f8;text-decoration: none;}
.sns_wrap .sns_copyurl .txt_url {display: block;overflow: hidden;padding: 0 70px 0 10px;color: #2695f8;white-space: nowrap;text-overflow: ellipsis;}
.sns_wrap .sns_copyurl .txt_copy {position: absolute;top: 0;right: 0;width:65px;height: 35px;border-left: 1px solid #d0d0d0;background-color: #fff;text-align: center;}

.copyright_view {overflow: hidden;position: relative;height: 47px;padding: 4px 188px 23px 0;}
.copyright_view .txt_copyright {display: table-cell;height: 52px;font-size: 14px;line-height: 21px;vertical-align: middle;}

.jebo_view {margin-top:25px;padding:15px;margin-bottom:30px;background-color:#fcfcfc;border:1px solid #ededed;font-size:13px;}
.jebo_view strong {display:block;padding-bottom:5px}
.jebo_view span {padding-left:10px;color:#111}


.ad_wrap {margin-top:70px; border-top: 1px solid #ddd; padding: 3rem 0 0;}
.row {margin: 2rem 0;}


.boardPageNav ul li a{display:block;float:left;  width: 40px; height: 40px; line-height: 40px;  border-top: 1px #ddd solid;border-left: 1px #ddd solid; border-bottom: 1px #ddd solid; box-sizing:border-box; font-weight:normal;  padding:0!important; color:#aaa;}


.content {position:relative;width:100%; max-width: 1100px;margin:35px auto;}
.content:after{display: block;height: 0;font-size: 0;clear: both;visibility: hidden;content: '';}
.content .article {position:relative;float: left; width: 65%; max-width: 870px;padding-bottom: 0 }
.content .side {position:relative;float: right;width: 300px;}
.content .article:before {content:'';position:absolute;top:0;right:0;width:1px;height:100%;}


.youtubeWrap { position:relative;width:100%;padding-bottom:56.25%;margin:10px 0 20px 0; }
.youtubeWrap iframe { position:absolute;width:100%;height:100%; }
.youtubeWrap:after{content:"";display:block;clear:both;}

.content .article:after {content:'';position:absolute;top:0;right:-55px;width:1px;height:100%;background-color:#efefef;}
.content .side:after {content:'';position:absolute;top:0;left:-31px;width:1px;height:100%;background-color:#efefef;}


.content .gd_mw {position:relative;}
.content .gd_mw::before {content: "";display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;border: 1px solid rgba(0,0,0,.05);z-index: 1;}
.blind {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 0px;
    height: 0px;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
}

.connection_lst li a {overflow: hidden;display:block;padding:15px 0; position: relative;}
.connection_lst li a .ico {display:block;float:left;width:70px;height:70px;margin-right:10px;border-radius:40px;background-color:#fff;text-indent:-99999px;-webkit-filter: grayscale(100%);filter: gray;}
.connection_lst li .cont {position:relative;display:block;}
.connection_lst li .cont .cat {color:#ea444a;padding-bottom:8px;font-size:14px }
.connection_lst li .cont .tit {display:block;word-break: keep-all;font-size:15px;line-height:20px; color: #000;}
.connection_lst li a:hover .tit {text-decoration:underline}
.connection_lst img {display: block;
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    border-radius:50%;
}
.connection_lst li a::after {content: ""; position: absolute; background: url('/img/play.png')no-repeat; top:0; left: 0; width: 70px; height: 95px; background-size: 30px; background-position: center;}



.rank_lst {margin-top:10px;}
.rank_lst li a {display:block;font-weight:400;font-size:15px;border-bottom:1px solid #f4f4f4;line-height:24px;height:40px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: keep-all;line-height:40px; color: #000;}
.rank_lst li a:hover {color:#ea444a;}
.rank_lst .num { display:inline-block;min-width:25px;text-align: center;font-weight: 700;font-style: italic;letter-spacing: 0;color: #222;margin-right:8px;}


.search_form {  border-bottom: 1px solid #ddd; margin: 0 0 1rem;background: #595959 }
.search_form .keyword { width:1100px;margin:0 auto;padding: 2rem 0 0; height: 110px;     }
.search_form .keyword label { display: none; }
.search_form .keyword input { width: 80%; height:55px; color: #000; font-weight:500;font-size:18px; border: 3px solid #ea444a; padding: 0.5rem 1rem; float: left;}
.search_form .keyword button { background: #ea444a; color: #fff; border: none; border-radius: 0; width: 20%; margin: 0; padding: 0;font-size:18px; text-align: center; height: 55px; float: right;}

.noresult_inner {padding:20px 0 21px 30px;zoom: 1;}
.noresult_inner p {padding-right: 20px;font-size: 17px;color: #333;line-height: 18px;word-wrap: break-word;word-break: break-all;}
.noresult_inner p em {color: #eb0c00;}
.noresult_inner ul {margin: 20px 0 0 0px;font-size: 14px;line-height: 20px;}
.noresult_inner li {margin-bottom: 2px;color: #666;}

.result_head {padding:1rem; border-bottom:1px solid #ddd; margin: 0 0 3rem;  font-size:1.2rem; }
.result_head span { width:1100px;margin:0 auto;display:block }
.result_head em {color:#ea444a; font-style: normal;  font-weight: 700; padding: 0 0.2rem; }


.headline_lst {margin:0 20px 0 0}
.headline_lst li {padding: 15px 0;overflow: hidden;border-bottom: 1px solid #f4f4f4;}
.headline_lst li:first-child {padding-top:0}
.headline_lst li:last-child {}
.headline_lst li > a {display:block;}
.headline_lst li > a > .gd_a {float: left;position: relative;width:150px;display:block;}
.headline_lst li .desc {padding:0 0 5px 15px;overflow: hidden;}
.headline_lst li .desc .cat {font-size:1em;color:#ea444a;padding-bottom:5px}
.headline_lst li .desc strong {font-weight:400;letter-spacing:-1px;line-height:20px;font-size:18px;overflow:hidden;text-overflow: ellipsis;-webkit-line-clamp:2;-webkit-box-orient: vertical;word-break: keep-all; color: #000;}
.headline_lst li > a:hover .desc strong {text-decoration:underline;}
.headline_lst li .desc .info {padding-right:10px;font-size:1em;max-height:38px;margin-top:5px;line-height:1.3em;color:#777;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:2;-webkit-box-orient: vertical;word-break: keep-all;}
.headline_lst li .desc .date {margin-top:8px;font-weight:300;color:#999;font-size:13px}
.headline_lst li .desc .date span {margin-right:8px}

.login { padding: 0 0; background:#ed1c24; margin: 0 0 2rem; }
.login > h2 { color: #fff; background:url(/img/sub.jpg)no-repeat; font-size: 1.5rem; text-align: center; margin: 0 0 ; padding: 0.5rem;  }

.sns_tong { margin-top:20px }
.sns_tong > .btn_util {width:35px;height:35px;text-align:center;line-height:35px;font-size:16px;border-radius:20px;border:1px solid #ddd;color:#333; display: inline-block;margin:0 20px}

#side_wrap { position:absolute; top:0; left:50%;margin-left:-550px;width:1100px; }
#left_ad{position:absolute;top:190px;left:-220px;display:block}
#right_ad{position:absolute;top:190px;left:1120px;display:block}
