@charset "utf-8";

/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 100; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); }
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 300; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); }
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); }
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 500; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); }
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 700; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); }
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 900; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); }



/* reset - start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family:"Noto Sans KR", "Nanum Gothic";
    letter-spacing:-1px;
}

body {
    line-height:1.5;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a:link, a:visited, a:active, a:hover {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table, th, td {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
ul li{
    list-style:none;
}
/* reset - end */



/* ******* layout - start ******* */
/*
.ellipsis {
    display:block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
*/
.ellipsis_2row {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
}
.hidden {display:none;}
.center {text-align:center;}

body { background-color:#f7f7f7;}
table {width: 100% !important;}
div#ttCanvas .tt-item .tt-post-title, div#ttCanvas .tt-item .tt-post-title a, div#ttCanvas .tt-post-title a{font-family: "Noto Sans KR", "Nanum Gothic" !important;}
div#ttCanvas .tt-item .tt-post-category, div#ttCanvas .tt-item .tt-post-author, div#ttCanvas .tt-item .tt-post-comment{font-family: "Noto Sans KR", "Nanum Gothic" !important;}
div#ttCanvas li {
    list-style: none;
}
div#ttCanvas .tt-item a:hover {
    text-decoration:none !important;
}
#tistorytoolbarid{
    margin-right: 25px;
}

#container {
    max-width:1000px;
    min-width: 320px;
    width:100%;
    margin:24px auto 0;
    position: relative;
}
#container:after{ content:""; display:table; clear:both;}
#header {
    width:100%;
    background:url('./images/bg_header.jpg') repeat-x center bottom;
    position:relative;
}
#sidebar {overflow:hidden; max-width:220px;}

#footer {width:100%; height:270px; font-size:14px;color:#a4a4a4; clear:both;}
/* ******* layout - end ******* */



/* ******* Header - start ******* */
#header_pc{ margin: 0 auto; width:100%; max-width:1000px; height:241px;}
#header_pc #logo{ margin-top: 38px; }
#header_pc #newsimg{ margin-top: 17px; margin-right: 40px;}
#header_pc .header-deco {position: absolute; left: 50%; margin-left: -220px; bottom: 88px;}

#hot_keyword_area {padding:8px 0 0 0px; height:41px;}
#hot_keyword_area .keyword_box {width:1000px; padding-left:148px; margin:0 auto; position:relative; }
#hot_keyword_area .keyword_box:before{content:"인기검색어"; font-weight:bold; color:#4f4f4f; font-size:16px; left: 52px; top: 4px; z-index:2; position:absolute; }
#hot_keyword_area .keyword_box:after{
    content: "";
    width: 177px;
    height: 49px;
    background-image: url(./images/grayback.png);
    position: absolute;
    left: 5px;
    top: -14px;
}
#hot_keyword_area .keyword_box a {display:inline-block; font-size:16px; color:#4f4f4f; letter-spacing:-1px; margin-left:24px; position:relative;  z-index:2; line-height:35px;}

#header_nv_pc{
    position:absolute;
    top:148px;
    width:100%;
    height:116px;
}
#header_nv_pc_on{
    display:none;
    position:absolute;
    top:241px;
    z-index:1000;
    width:100%;
    height:auto;
    background:url('./images/bg_submenu.png') no-repeat center center;
	background-size:cover;
}

.search_box {
    width: 305px;
    height: 39px;
    margin-top:45px;
    position:relative;
}

.search_box .search-on-btn {
    width:39px;
    height:39px;
    position:absolute;
    right:-1px;
    top:0px;
    z-index:2;
}

.pc-search-input {
    width:305px;
    height:39px;
    background-image:url('./images/pc_search_input.png');
    display:none;
}

.pc-search-input > input{
    width: 250px;
    height: 37px;
    margin-left: 15px;
    margin-top: 1px;
    padding: 3px 5px;
    border: none;
    background-color: #f7f7f7;
    display:none;
}
.pc-search-input .search_span{
    width: 39px;
    height: 39px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index:3;
}

.pc-search-input .search_span > button{
    width:100%;
    height:100%;
    background-color:transparent;
    border:none;
}

#navi{ max-width:1000px; height:51px; margin:0 auto; overflow:hidden;}
#navi ul {margin-bottom:0; list-style:none;}
#navi ul > li {float:left;position:relative; text-align:center; height:51px;}
#navi ul > li a {display:inline-block; height:51px; padding:10px 0; color:#fff; font-size:18px; font-weight:bold; letter-spacing:0px; }
#navi ul > li.cate01 { width:177px; position:relative;}
#navi ul > li.cate01 > a { z-index:2; position:relative}
#navi ul > li.cate01 > span {
    background-image: url(./images/greenback.jpg);
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    z-index: 1;
    width: 177px;
    height: 50px
}
#navi ul > li.cate02 { width:198px; position:relative}
#navi ul > li.cate03 { width:198px; position:relative}
#navi ul > li.cate04 { width:198px; position:relative}
#navi ul > li.cate05 { width:226px;}

#navi ul > li.cate02:after,
#navi ul > li.cate03:after,
#navi ul > li.cate04:after{content:""; position:absolute; width:3px; height:49px; right:0px; top:2px; background:url('./images/divider_green.jpg') repeat-y; background-size:100% 100%;}





#navi_on {width:1000px; margin:0 auto;}
#navi_on > ul {list-style:none; padding-top:0px; display:flex;}
#navi_on > ul > li {position:relative; text-align:left;}
#navi_on > ul > li.submenu.all {width:177px;}
#navi_on > ul > li.submenu.everlandtv {width:198px;}
#navi_on > ul > li.submenu.story {width:198px;}
#navi_on > ul > li.submenu.people {width:198px;}
#navi_on > ul > li.submenu.presscenter {width:225px;}

#navi_on > ul > li.submenu.everlandtv ul { padding:0 0 0 58px; margin-top:10px; margin-bottom:5px;}
#navi_on > ul > li.submenu.story ul { padding:0 0 0 40px; margin-top:10px; margin-bottom:5px;}
#navi_on > ul > li.submenu.people ul { padding:0 0 0 57px; margin-top:10px; margin-bottom:5px;}
#navi_on > ul > li.submenu.presscenter ul { padding:0 60px; text-indent:10px; margin-top:10px; margin-bottom:5px;}

#navi_on > ul > li.submenu.everlandtv,
#navi_on > ul > li.submenu.story,
#navi_on > ul > li.submenu.peopl{position:relative}

#navi_on > ul > li.submenu.everlandtv:after,
#navi_on > ul > li.submenu.story:after,
#navi_on > ul > li.submenu.people:after{content:""; position:absolute; width:3px; height:100%; right:0px; top:0px; background:url('./images/divider_black.jpg') repeat-y; background-size:100% 100%;}

#navi_on a {display:block; width:100%; height:35px; color:#a8a8a8; font-size:16px; white-space:nowrap;}
#navi_on a:hover {color:#fff;}

#navi .category01 { color: #6bf8ff;}

/* ******* Header - end ******* */
@media only screen and (min-width : 769px) and (max-width : 1000px) {
    #header{ width: 100%; background: url(./images/bg_header.jpg) repeat-x 2975px bottom; }
    #hot_keyword_area .keyword_box:after { width:145px; background-position:right center; left:10px;}
    #hot_keyword_area .keyword_box { padding-left: 125px; }
    #hot_keyword_area .keyword_box a { font-size:14px; }
    #hot_keyword_area .keyword_box:before { left:28px;}
    #navi ul > li.cate01 > span { width:125px; background-position:right center;}
    #navi ul > li.cate01,
    #navi_on > ul > li.submenu.all {width:16%}
    #navi ul > li.cate02,
    #navi_on > ul > li.submenu.everlandtv {width:20%;}
    #navi ul > li.cate03,
    #navi_on > ul > li.submenu.story {width:20%;}
    #navi ul > li.cate04,
    #navi_on > ul > li.submenu.people {width:20%;}
    #navi ul > li.cate05,
    #navi_on > ul > li.submenu.presscenter {width:24%;}
    #navi_on { width:100%; }

    #navi_on > ul > li.submenu.everlandtv ul,
    #navi_on > ul > li.submenu.story ul,
    #navi_on > ul > li.submenu.people ul,
    #navi_on > ul > li.submenu.presscenter ul { padding:0 20%;}
    #navi_on a { font-size:16px; white-space: nowrap;}
}






/* ******* Main티에디션 - start ******* */

#content_cover_group {
	max-width:1000px;
	min-width: 320px;
	width:100%;
	margin:24px auto 0;
	position: relative;
}

.main_slider .slides > li .slide_cover {
    position: absolute;
    display:none;
    width: 100%;
    height: 100%;
    background:url("./images/btn_play.png") no-repeat center center;
    background-size:13%;
}


/* Main티에디션 > slide post - s */
ul.slides li {position:relative;}
ul.slides .caption {position:absolute; padding: 12px 0 0 24px !important; width:100%; height:142px; bottom:-183px; color:#fff; background:url('./images/bg_mainSlide_caption.png') repeat;}
ul.slides .caption .title {width:620px; line-height: 1.3; overflow:hidden;}
ul.slides .caption .cate {font-size:22px !important; margin-bottom: 18px !important;}
ul.slides .caption .title a:link,
ul.slides .caption .title a:visited,
ul.slides .caption .title a:active,
ul.slides .caption .title a:hover {font-size:26px !important; font-weight:800 !important; color:#fff;}
/* Main티에디션 > slide post - e */


/* Main티에디션 > HOT POST - s old : ttItem2509 */
.img_hotPost{
    width: 100%;
    margin: 45px 0 30px !important;
}
#ttItem3559 {
    width: 100% !important;
    max-width: 1000px !important;
    padding-bottom: 0 !important;
}
#ttItem3559 .tt-wrap-item .list_slide_box2 {
    position: relative !important;
    overflow: hidden;
    margin-right: 20px;
}
#ttItem3559 .tt-wrap-item .list_slide_box2_1 {
    padding: 0 0 0 0;
    overflow: hidden;
    margin-right: 20px;
}
#ttItem3559 .tt-wrap-item .list_slide_box2_1_1 {
    overflow: hidden;
    margin-right: 0px;
    cursor: pointer;
}
#ttItem3559 .mainbox {
    width:320px;
    height: 100%;
}
#ttItem3559 .mainbox .box_hotPost {
    box-sizing:border-box;
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    border:5px solid #18d77f;
    z-index:10;
}

#ttItem3559 .mainbox .mainbox_thumbnail {
    width:320px;
    height: 214px;
    background-size: cover !important;
}
#ttItem3559 .mask_op {
    background: #fff;
    width: 100%;
    height: 108px;
    line-height: 1.4;
    padding:20px 8px;

}
#ttItem3559 .mask_op .mainbox_btn {
    float:left;
    width: 50px;
    padding: 28px 0 0 28px;
}
#ttItem3559 .mask_op .mainbox_info {
    float:left;
    width: 100%;
    height:73px;
}
div#ttCanvas #ttItem3559 .tt-post-category {
    font-size: 16px !important;
    margin-bottom:10px;
    color: #919191 !important;
}
#ttItem3559 .mask_op .tt-post-title {
    display:block;
    font-size: 17px !important;
    color: #575757 !important;
    width: 100%;
    line-height:1.26;
    margin-bottom:10px;
}
/* Main티에디션 > HOT POST - e */


/* Main티에디션 > EVERLAND TV - s */
.img_hotPost {
    width: 100%;
    margin: 45px 0 30px !important;
}
#ttItem1308 .img_hotPost .btn_area,
#ttItemGroup6768 .img_hotPost .btn_area{float:right; }
#ttItem1308 .img_hotPost .btn_area > a,
#ttItemGroup6768 .img_hotPost .btn_area > a { display:block; }

#ttItem1308 {
    width: 100% !important;
    max-width: 1000px !important;
    padding-bottom: 0 !important;
}
#ttItem1308 .tt-wrap-item .list_slide_box2 {
    position: relative !important;
    overflow: hidden;
    margin-right: 20px;
}
#ttItem1308 .tt-wrap-item .list_slide_box2_1 {
    padding: 0 0 0 0;
    overflow: hidden;
    margin-right: 20px;
}
#ttItem1308 .tt-wrap-item .list_slide_box2_1_1 {
    overflow: hidden;
    margin-right: 0px;
    cursor: pointer;
}
#ttItem1308 .mainbox {
    width:320px;
    height:100%;
}
#ttItem1308 .mainbox .box_hotPost {
    box-sizing:border-box;
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    border:5px solid #18d77f;
    z-index:10;
}
#ttItem3559 .mainbox .main_box_cover,
#ttItem1308 .mainbox .main_box_cover{
    position: absolute;
    display:none;
    width: 100%;
    height: 66%;
    background: url("./images/btn_play.png") center center no-repeat;
    background-size: 20%;
}

#ttItem1308 .mainbox .mainbox_thumbnail {
    width:320px;
    height: 214px;
    background-size: cover !important;
}
#ttItem1308 .mask_op {
    background: #fff;
    width: 100%;
    height: 108px;
    line-height: 1.4;
    padding: 20px 8px;
}

#ttItem1308 .mask_op .mainbox_info {
    float:left;
    width: 100%;
    height:73px;
}
div#ttCanvas #ttItem1308 .tt-post-category {
    font-size: 16px !important;
    margin-bottom:10px;
    color: #919191 !important;
}
#ttItem1308 .mask_op .tt-post-title {
    display: block;
    font-size: 17px !important;
    color: #575757 !important;
    width: 100%;
    line-height: 1.26;
    margin-bottom: 10px;
}
/* Main티에디션 > EVERLAND TV - e */





/* Main티에디션 > RECENT POST - s */
.tit_section {
    width: 100%;
    margin: 35px 0 15px 0 !important;
}
.tit_section .btn_area {float:right; margin-top:10px;}

.section_cover_thumb {
    width: 100% !important;
    max-width: 1000px !important;
    padding-bottom: 0 !important;
    margin-bottom:20px;
}
.section_cover_thumb .list_article {
	display:flex;
}
.section_cover_thumb .list_slide_box {
    position: relative !important;
    overflow: hidden;
    margin-right: 20px;
}
.section_cover_thumb .list_slide_box:last-child {
	margin-right:0;
}
#ttItem3134 .tt-wrap-item .list_slide_box2_1 {
    padding: 0 0 0 0;
    overflow: hidden;
    margin-right: 20px;
}
#ttItem3134 .tt-wrap-item .list_slide_box2_1_1 {
    overflow: hidden;
    margin-right: 0px;
    cursor: pointer;
}
.section_cover_thumb .mainbox {
    width:320px;
    height: 100%;
}
.section_cover_thumb .mainbox .box_hotPost {
    box-sizing:border-box;
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    border:5px solid #18d77f;
    z-index:10;
}
.section_cover_thumb .mainbox .main_box_cover {
    position: absolute;
    display:none;
    width: 100%;
    height: 100%;
    background: url("./images/btn_play.png") center no-repeat;
    background-size: 20%;
}
.section_cover_thumb .mainbox .mainbox_thumbnail {
    width:320px;
    height: 214px;
    background-size: cover !important;
	position:relative;
}
.section_cover_thumb .tt-post-thumb { width:100%; height:100%; display:block;}

.section_cover_thumb .mask_op {
    background: #fff;
    width: 100%;
    height: 108px;
    line-height: 1.4;
    padding: 20px 8px;
}
.section_cover_thumb .mask_op .mainbox_info {
    float: left;
    width: 100%;
    height: 73px;
}
.section_cover_thumb .tt-post-category {
    font-size: 16px !important;
    margin-bottom:10px;
    color: #919191 !important;
}
.section_cover_thumb .mask_op .tt-post-title {
    display: block;
    font-size: 17px !important;
    color: #575757 !important;
    width: 100%;
    line-height: 1.26;
    margin-bottom: 10px;
}


.section_cover_thumb .more_list_bt { width: 100%; margin: 1.5% 0 3% 0; text-align:center;}
.section_cover_thumb .more_list_bt img{ cursor: pointer;}

.section_cover_thumb #show_list1 { display: none; opacity: 0; filter:alpha(opacity=0);}
.section_cover_thumb #show_list2 { display: none; opacity: 0; filter:alpha(opacity=0);}
.section_cover_thumb #show_list3 { display: none; opacity: 0; filter:alpha(opacity=0);}
.section_cover_thumb #show_list4 { display: none; opacity: 0; filter:alpha(opacity=0);}
/* Main티에디션 > RECENT POST - e */



/* ******* Main티에디션 - end ******* */





/* ***** content ***** */

#sort_box_m {
    display:none;
}

/* 검색결과 리스트 */
#searchList { position:relative; max-width:760px; width:760px; margin-right:0px; float:left;}
#searchList h3 { color:#4c4c4c; font-size:20px; font-weight:800; border-bottom: 1px solid #ccc; padding:4px 0 20px;}
#searchList h3 span.category_name { color:#4c4c4c; font-size:20px; font-weight:800;}
#searchList h3 span.category_name .depth2 { font-size:20px; }
#searchList h3 span.count { color:#4c4c4c; font-size:14px; font-weight:normal;}
#searchList .searchList_thumb { position:absolute; left:0px; cursor:pointer;}
#searchList .searchList_thumb .div_playbtn {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(./images/btn_play.png) center center no-repeat;
    background-size: 20%;
}
#searchList .searchList_thumb img { width:260px; height:260px; }
#searchList .searchList_thumb .thumb_cover { border-left:solid 1px #cbcbcb; border-top:solid 1px #cbcbcb; border-right:solid 1px #cbcbcb; width:320px !important;height: 214px !important;background-size: cover !important;}
#searchList .searchList_content { margin-left:340px; padding-top:1px; }
#searchList .searchList_title a { color:#bf5ba1; font-size:20px; font-weight:bold; display:block; line-height:24px; width:98%; }
#searchList .searchList_title { width:auto; margin-bottom: 5px; padding-top:2px;}
#searchList .searchList_title a img {display:none;} /* new아이콘 */
#searchList .searchList_txt { width:100%; width:542px; height:40px; color:#808080; font-size:15px; line-height:22px; }
#searchList .date { position:absolute; color:#d3d3d3; font-size:12px; bottom:2px; display:block; float:left; }
#searchList .btn_box { position:absolute; bottom:0px; display:block; float:right; right:0; display:none;}

#searchList ol,
#searchRplist ol { list-style:none;  padding:0;  margin:0 0 30px 0;}
#searchList li,
#searchRplist li{
    position: relative;
    border-bottom: 1px solid #cbcbcb;
    height: 214px;
    overflow: hidden;
    margin-top: 20px;
}

#searchList .cnt            { font-size:13px;  font-weight:bold; color:#333; display:block; float:left; height:16px;  padding:20px 0 0 0px; text-indent:20px; background:url(images/list_re_icon.png) no-repeat 0px 20px; }
#searchRplist .name         { font-size:13px;    color:#999;  padding-left:8px;}

.searchList_tag {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
    margin-bottom:0px;
}
.searchList_tag a {
    padding: 2px 22px;
    display: inline-block;
    font-family: "Noto Sans KR", "Nanum Gothic" !important;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 20px;
    color:#989898 !important;
    float:left;
    margin:3px 10px 3px 0px;
    font-weight:500;
}
.searchList_txt{
    display:none;
}

#searchList h3 {
    font-size: 16px;
    font-weight: 600;
}


/* 글 */
.wrap_posting {overflow:hidden; max-width:760px; width:76%; float: left;}

/* 포스팅 정보 */
.wrap_posting .wrap_info {overflow:hidden;float:left;width:189px;margin-top:43px;font-size:11px;line-height:13px;}
.wrap_posting .wrap_info .wrap_category {padding:20px 0 0 4px;border-top:1px solid #c2c2c2;}
.wrap_posting .wrap_info .wrap_category .category {margin-right:4px;color:#cf3d2e;}
.wrap_posting .wrap_info .tag {padding:4px 0 0 37px;font-size:12px;line-height:20px;background:url(images/ico_tag.gif) no-repeat 5px 8px;letter-spacing:-1px;}
.wrap_posting .wrap_info .date {display:block;margin-top:4px;}


/* 포스팅 */
.wrap_posting .wrap_content {float:left;width:100%; max-width:760px; overflow: hidden;}
.wrap_posting .wrap_content .tit {position:relative; overflow:hidden; width:100%; max-width:100%; letter-spacing:-1px; padding: 18px 0 22px;border-bottom: 2px solid #ccc;margin-bottom: 34px;}
.wrap_posting .tit .link {width:100%; text-decoration:none; font-size:34px; color:#bf5ba1;line-height:1.4;font-weight: bold;letter-spacing: 0;}
.wrap_posting .tit .date { padding-top: 20px; font-size: 12px; font-weight: bold; letter-spacing: 0.1px; color: #4d4d4d;display: block;}
.wrap_posting .tit .date a { color: #4d4d4d;}

.wrap_posting .article {
    position:relative;
}

.title_lineBox{ width:100%; position:relative; }
.title_lineBox .date {font-size:14px; color:#a6a6a6; font-weight: 600;width: 100%;float: left; position:relative;}
.title_lineBox .date a {font-size:18px; font-weight:800; color:#4c4c4c;}
.title_lineBox .date a .depth2 { font-size:15px; font-weight:600; color:#4c4c4c; }
.title_op2{font-size:12px;color: #444;}
.title_line2{width:100%;border-bottom:1px solid #ccc;float:right;padding-top:11px;}

.title_lineBox .date .regdate {margin-left:10px;font-size: 12px;}
.title_lineBox .img_hotPost { width: 100%; margin: 10px 0 10px 0 !important; padding-bottom:25px; border-bottom: 1px solid #cccccc }
.title_lineBox .img_hotPost .title-img { position: absolute; left: 0px; top: 50%; margin-top: -45px; }
.title_lineBox .img_hotPost .etv_title { color: #0cb9c1; font-weight: 800; font-size: 30px; padding-left: 75px; }
.title_lineBox .img_hotPost .etv_subtitle { color: #4c4c4c; font-weight: 500; font-size: 25px; padding-left: 5px; }

.wrap_posting .article {overflow:hidden;width:100%;max-width:1040px;line-height:1.5;font-size:18px; color:#4c4c4c;}

.wrap_content blockquote {width:/*@post-width:-209*/380px/*@*/;margin:13px 0 20px 0;padding:10px 40px;font-weight:bold;line-height:2em;color:#464646;border-top:1px dashed #9e9e9e;border-bottom:1px dashed #9e9e9e;letter-spacing:-1px;}
/* 본문 - more / less */
.moreless_fold {margin-top:23px;}
.moreless_fold span {display:block;width:37px;height:9px;background:url(images/ico_more.gif) no-repeat 0 0;text-indent:-9999em;}
.moreless_top {margin-top:23px;}
.moreless_top span,
.moreless_bottom span {display:block;width:33px;height:9px;background:url(images/ico_less.gif) no-repeat 0 0;text-indent:-9999em;}
.moreless_body {}
.moreless_content {margin:10px 0;}

.wrap_posting .edit {margin:20px 0 0 0;padding:9px 0 8px 2px;border-top:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;font-size:11px;letter-spacing:-1px;}
.wrap_posting .txt_edit {color:#555;}
.wrap_posting .txt_target {margin-left:7px;}
.wrap_posting .arrow {margin:0 3px 0 4px;}
.wrap_posting .txt_bar {margin:0 3px 0 1px;color:#555;}

/* 비밀글 */
.wrap_posting .wrap_content .tit_prot {overflow:hidden;width:/*@post-width:-209*/460px/*@*/;padding:0;border:0 none;letter-spacing:-1px;}
.wrap_posting .wrap_prot {width:/*@post-width:-211*/458px/*@*/;margin-top:12px;padding:36px 0 43px;border:1px solid #ababab;background:url(images/bg_tf.gif) repeat 0 0;}
.wrap_prot .text {color:5f5f5f;text-align:center;}
.wrap_prot .wrap_pass {overflow:hidden;width:100%;text-align:center;}
.wrap_prot .inner {display:table;display:inline-block;margin:0 auto;text-align:center;}
.wrap_prot .tf_pass {display:inline-block;/*@post-width:-477*/192px/*@*/;height:19px;margin-top:12px;margin-right:4px;padding:0 5px; border:1px solid #a9a8b5;}
.wrap_prot .btn_submit {/*float:left;*/display:inline;margin-top:12px;}

/* 코멘트 */
.wrap_comment {margin-top:15px; font-size:10pt;}
.wrap_comment .list_comment {margin-bottom:12px;}
.list_comment li {margin-bottom:15px;}
.list_comment li li {margin-bottom:0;}
.list_comment .name {margin-right:4px;font-weight:bold;line-height:14px;color:#666;}
.list_comment .name img {margin-right:5px;}
.list_comment .name a {color:#727272;}
.list_comment .date {margin-right:6px;font-size:11px;line-height:13px;font-family:Tahoma;color:#a0a0a0;white-space:nowrap;}
.list_comment .desc {width:100%;padding-top:7px;color:#666;clear:both;}
.list_comment .colon,
.list_comment .modify {margin:1px 4px 0 0;white-space:nowrap;}
.list_comment .del {margin:3px 0 0 4px;white-space:nowrap;}

.wrap_comment .wrap_cmtwrite {margin:21px 0 0 0;padding:12px 11px 13px 10px;}
.wrap_comment .reply {padding:11px 16px 0 18px;background:url(images/ico_reply.gif) no-repeat 0 14px;}
.wrap_comment .box_tf {float:left;height:19px;margin:2px 2% 0 0;border:1px solid #ccc;}
.wrap_comment .text {float:left;height:100%;font-size:10px;line-height:23px;margin:0px;background-color:#fff;text-indent:7px;letter-spacing:-1px;cursor:text;}
.wrap_comment .tf_txt {float:left;height:100%;line-height:40px;border:0 none;width:70%;font-size:16px; color:#e6e6e6; background:transparent; outline:none;}
.wrap_comment .box_name {width:25%; height: 40px;}
.wrap_comment .box_name .text {width:25%;}
.wrap_comment .box_password {width:25%; height: 40px}
.wrap_comment .box_password .text {width:32%;}
.wrap_comment .box_password .tf_txt {width:62%;}
.wrap_comment .box_homepage {width:20%;margin-right:0;height: 25px;}
.wrap_comment .box_homepage .text {width:28%;}
.wrap_comment .box_homepage .tf_txt {width:72%;}
.wrap_comment .wrap_secret {float:right;}
.wrap_comment .wrap_secret .checkbox{float:left;width:13px; height:13px; line-height:23px;}
.wrap_comment .wrap_secret .txt_secret {float:left;width:35px;margin-left:3px; font-size:11px; line-height:24px;letter-spacing:-1px;text-align:left;}
/*.wrap_comment .tf_desc {float:none;width:/*@post-width:-244 64% /*@;height:75px;margin:6px 0 13px 0;border:1px solid #a9a8b5;padding:5px;clear:both;}*/
.wrap_comment .tf_desc {float: none; width: 100%; height: 192px; margin: 20px 0 20px 0; border: 1px solid #ccc; padding: 5px; clear: both; resize:none; background:transparent;}
.wrap_comment .btn_submit {margin:0 auto;}
.wrap_comment .wrap_cmtwrite .wrap_btn{width: 165px;height: 42px;text-align: center;}
.wrap_comment .wrap_cmtwrite .btn_submit {
    text-indent: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size:18px;
    border: 1px solid white;
    background: #6c6c6c;
    color: #fff;
    border-radius:22px;
}
.wrap_comment .wrap_cmtwrite .btn_submit:hover{color:#252525;}
.wrap_comment form > span > input{ height: 100%;margin: 0;float: left;text-indent: 3px;padding: 0 6px;}


.wrap_trackback {margin-top:18px;font-size:11px;}
.wrap_trackback .tb_address {padding-left:2px;text-align:right;}
.wrap_trackback .trackback-url {float:left;font-family:Tahoma;color:#cf3d2e;}
.wrap_trackback .box_trackback {display:block;overflow:hidden;width:100%;}
.wrap_trackback .box_trackback .tit_trackback {float:left;color:#636363;}
.wrap_trackback .box_trackback .delete {display:inline;float:left;width:7px;height:7px;margin:4px 0 0 7px;background:url(images/btn_del.gif) no-repeat 0 0;}
.wrap_trackback .from {float:left;margin:2px 0 0 0;line-height:13px;font-family:Tahoma;color:#dd695e;}
.wrap_trackback .from .name {margin-left:4px;font-family:Dotum;color:#7f7f7f;}
.wrap_trackback .date {float:right;line-height:13px;color:#dd695e;white-space:nowrap;}
.wrap_trackback .desc {padding-top:9px;line-height:18px;letter-spacing:0;clear:both;}


/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general { }
.rp_admin {background: #f7f7f7;}
.rp_secret {}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
.hiddenComment {}
.hiddenComment .name{margin-right:0;}
/* 이미지 아래 캡션 스타일 */
.cap1 {}
/* 그림 */
.imageblock {}
/* 왼쪽 */
.left { }
/* 가운데 */
.center { }
/* 오른쪽 */
.right { }
/* 그림 2개 배치 */
.dual { margin-bottom:5px;}
/* 그림 3개 배치 */
.triple { margin-bottom:5px;}


/* 키워드 */
.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }


/****** 카테고리의 다른 글 s ******/
/*
.another_category {
	border: 0 !important;
	font-size:15px !important;
	padding: 10px 0 !important;
	margin-top: 30px;
}
.another_category h4 {
  font-size: 15px !important;
	border-top:1px solid #e5e5e5 !important;
	border-bottom:1px solid #e5e5e5 !important;
	padding: 10px 0 !important;
}
.another_category th {
	font-size:15px !important;
}
*/
/****** 카테고리의 다른 글 e ******/



/* paging */
#paging {width:100%;padding:6px 0 24px 0;text-align:center; max-width: 1000px; margin:0 auto; clear:both;}
#paging .inner {display:table;display:inline-block;margin:0 auto;text-align:center;}
#paging .numbox {float:left;font-size:14px;line-height:14px; padding:3px 10px 0;}
#paging #prevPage,
#paging #nextPage {color:#989898}
#paging .num {float:left;color:#989898;cursor:pointer;}
#paging .interword {float:left;margin-right:-5px;padding:0 0 0 9px;color:#989898;} /* 1 ... 10 11 12 페이지중략 */
#paging .num span {display:block;padding:0 10px 0 10px;}
#paging .link_prev,
#paging .link_next {float:left;font-size:14px;padding-left:9px;cursor:pointer;}
#paging .link_prev {margin-right:0px;}
#paging .link_next {margin-left:2px;}
/* 페이징 - 현재 페이지 */
#paging .num .selected {padding:0 10px 0 5px;color:#ff572a;}
#paging .no-more-prev {float:left;width:45px;height:13px;cursor:default;}
#paging .no-more-next {float:left;width:45px;height:13px;cursor:default;}

/* 티에디션 */
div#ttCanvas .tt-item-title-inner {word-wrap:normal;}
div#ttCanvas .tt-post-thumb { width:100%; height:100%; }

/* ***** sidebar s ***** */
#sidebar {float:right;}
#sidebar h3 { width: 100%;color: #e51937; font-family:"Nanum Gothic", nanum,"돋움",Dotum; font-size: 14px; font-weight: bold; padding:15px 0 10px 12px;}

#sidebar .sidebar_snsTable {margin-top:40px;}
#sidebar .sidebar_snsTable table,
#sidebar .sidebar_snsTable th,
#sidebar .sidebar_snsTable td {
    text-align:center;
    vertical-align:middle;
}
#sidebar .sidebar_snsTable td { height:118px;}
#sidebar .sidebar_snsTable td a{ display:block;}
#sidebar .sidebar_snsTable td a > img { display:block;}

#sidebar .recentPost .title_area {height:40px; position:relative;}
#sidebar .recentPost .title_box {float:left; color:#bf5ba1; width:100px;font-size:24px; font-weight:bold; letter-spacing:-1px;}
#sidebar .recentPost .btn_box { position:absolute; right:0px; top:50%; margin-top:-12px;}
#sidebar .recentPost ul.recentPost_box {clear:both; background:url('./images/sidebar_div_line01.png') no-repeat center top; padding:15px 0 0; margin-top:6px;}
#sidebar .recentPost ul li{
    list-style:none !important;
    background:url('./images/sidebar_bullet01.png') no-repeat 0px center;
    padding-left:10px;
    margin-bottom:3px;
    display:block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#sidebar .recentPost ul li a {font-size:15px;}
#sidebar .recentPost ul li a:link,
#sidebar .recentPost ul li a:active,
#sidebar .recentPost ul li a:visited,
#sidebar .recentPost ul li a:hover {color:#686868;}
#sidebar .recentPost ul li .cnt {display:none;}
/* ***** sidebar e ***** */




/******  footer start  ******/
#footer{ max-height:270px; margin-top:20px; }

#footer .footer_sns_wrap {width:100%; background:#f3f3f3; height:110px; }
#footer .footer_sns_wrap .footer_sns_box {max-width:1000px; width:100%; margin:0 auto; overflow: hidden; display:flex; justify-content: center;}
#footer .footer_sns_wrap .footer_sns_box .footer_sns {float:left; width:164px; text-align:center; padding-top:30px;}
#footer .footer_sns_wrap .footer_sns_box .footer_sns > a { display:block; }
#footer .footer_sns_wrap .footer_sns_box .footer_div {float:left; width:3px; height:110px; background:url('./images/bg_footer_div.jpg') repeat-y; background-size:100% 100%;}

#footer .footer_content_wrap {width:100%; height:160px; background:#e6e6e6;  }
#footer .footer_content_box {position:relative; width:1000px; height:160px; margin:0 auto; }
#footer .left_box {float:left; width:300px; padding-top:66px;}
#footer .right_box {float:right; width:400px; padding-top:60px;}
#footer .right_box a:link,
#footer .right_box a:active,
#footer .right_box a:visited,
#footer .right_box a:hover {font-size:16px; color:#666565;}
/******  footer end  ******/



.txt_em {margin-right:2px;font-weight:bold;color:#523866;letter-spacing:-1px;}
#content .tistoryProfileLayerTrigger {display:inline;width:0;height:13px;margin:0 0 0 4px;padding:3px 0 0 40px;}


/* socialmc_201604 추가   */
#ttCanvas{
    width: 1000px !important;
    max-width: 1000px !important;
}



#ttPanel1368624050{
    width: 100% !important;
    max-width: 1000px !important;
    padding: 0 !important;
}
#ttItemGroup1916{
    width: 100% !important;
    max-width: 1000px !important;
    /* margin-bottom:10px !important; */
}







.list_slide_box2_title{
    position:absolute;
    bottom:0px !important;left:0px !important;
    width:242px;height:46px;
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.list_slide_box2_title>span{
    color:#fff;
}







#ttItem9878 .tt-wrap-item .list_slide_box2{
    position:relative !important;
    padding: 0 0 0 1%;
    overflow: hidden;
    margin-bottom: 10px;
}
#ttItem9878 .tt-wrap-item .list_slide_box2_1{
    padding: 0 0 0 0;
    overflow: hidden;
    margin-bottom: 10px;
}
#ttItem9878 .tt-wrap-item .list_slide_box2_1_1{
    padding: 0 0 0 1%;
    overflow: hidden;
    margin-bottom: 10px;
}


#ttItem9878 .more_list_bt { width: 100%; margin: 1.5% 0 3% 0; text-align:center;}
#ttItem9878 .more_list_bt img{ cursor: pointer;}


.list_slide_box1_title{
    position:absolute;
    bottom:0px;left:0px;
}
#ttItem9878 #hide_list1 { display: none; opacity: 0; filter:alpha(opacity=0);}
#ttItem9878 #hide_list2 { display: none; opacity: 0; filter:alpha(opacity=0);}
#ttItem9878 #hide_list3 { display: none; opacity: 0; filter:alpha(opacity=0);}
#ttItem9878 #hide_list4 { display: none; opacity: 0; filter:alpha(opacity=0);}




#ttItem9878 .mask_op{
    position: absolute;
    bottom: 0px;
    background: #fff;
    width: 100%;
    line-height: 1.4;
}
#ttItem9878 .mainbox {
    height:240px;
}
#ttItem9878 .mask_op .mainbox_btn {
    float:left;
    width: 84px;
}
#ttItem9878 .mask_op .mainbox_info {
    float:left;
    width: 156px;
    padding: 10px 0 0px;
}
#ttItem9878 .mask_op .mainbox_info .tt-post-summary {
    color:#fff;
    display: -webkit-box !important;
    height:33px;
}
#ttItem9878 .mask_op .tt-post-title{
    font-size: 1.5rem !important;
    color: #fff !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#ttItem9878 .mask_op .tt-post-category{
    color: #fff !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    letter-spacing: -1px !important;
    font-size: 13px !important;
}
#ttItem9878 .mask_op .tt-post-date {
    opacity:0;
    filter: alpha(opacity=0);
}




#ttItem9878{
    width: 100% !important;
    max-width: 1000px !important;
    padding-bottom: 0 !important;
}
#ttItem9878 .tt-span-12{
    width: 100% !important;
    max-width: 1000px !important;
    padding-bottom: 0 !important;
}





/******************* quickmenu ************************/
#staticMenu {
    width: 53px;
    height: 241px;
    top: 164px;
    left: 50%;
    margin-left: 555px;
    position: absolute;
    text-align: center;

}
@media all and (max-width: 1164px) {
    #staticMenu {
        display:none;
    }
}

#staticMenu a {
    display: block;
    width: 53px;
    height: 53px;
    top:0;
    left:0;
    position: relative;
    margin-bottom: 10px;

}
#staticMenu a.quick1{
    background: url('./images/bg_quick2016.png');
}
#staticMenu a.quick2{
    background: url('./images/bg_quick2016.png') 0 -63px;
}
#staticMenu a.quick3{
    background: url('./images/bg_quick2016.png') 0 -126px;
}
#staticMenu a.quick4{
    background: url('./images/bg_quick2016.png') 0 -189px;
}












/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* ============================================= flex slide ============================================= */
.flex-container a:hover,
.flex-slider a:hover {
    outline: none !important;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    padding: 0 !important;
    list-style: none !important;
}
.flex-pauseplay span {
    text-transform: capitalize !important;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100% !important;
    display: block !important;
}
.flexslider .slides:after {
    content: "\0020";
    display: block !important;
    clear: both !important;
    visibility: hidden !important;
    line-height: 0 !important;
    height: 0 !important;
}
html[xmlns] .flexslider .slides {
    display: block !important;
}
* html .flexslider .slides {
    height: 1% !important;
}
.no-js .flexslider .slides > li:first-child {
    display: block !important;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    background: #ffffff !important;
    position: relative !important;
    zoom: 1 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
.flexslider .slides {
    zoom: 1 !important;
}
.flexslider .slides img {
    height: auto !important;
    -moz-user-select: none !important;
}
.flex-viewport {
    max-height: 563px !important;
    -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -ms-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important;
}
.loading .flex-viewport {
    max-height: 300px !important;
}
.carousel li {
    margin-right: 5px !important;
}
.flex-direction-nav {
    *height: 0 !important;
}
.flex-direction-nav a {
    text-decoration: none !important;
    display: block !important;
    width: 85px !important;
    height: 85px !important;
    margin: -42px 0 0 !important;
    position: absolute !important;
    top: 50% !important;
    z-index: 50 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    filter: alpha(opacity=0)
    cursor: pointer !important;
    color: rgba(0, 0, 0, 0.8) !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.flex-direction-nav .flex-prev {
    left: 10px !important;
}
.flex-direction-nav .flex-next {
    right: 10px !important;
    text-align: right !important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7 !important;
    filter: alpha(opacity=70)
    left: 10px !important;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1 !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7 !important;
    filter: alpha(opacity=70)
    right: -10px !important;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1 !important;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    cursor: default !important;
    z-index: -1 !important;
}
.flex-pauseplay a {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    bottom: 5px !important;
    left: 10px !important;
    opacity: 0.8 !important;
    z-index: 50 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    color: #000 !important;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px !important;
    display: inline-block !important;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1 !important;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-paging {/* flex-control-nav */
    width: 100% !important;
    position: absolute !important;
    bottom: 25px;
    right: 50px;
    text-align: right !important;
}
.flex-control-paging li {/* flex-control-nav */
    margin: 0 8px !important;
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
}
.flex-control-paging li a {
    overflow:hidden;
    width: 9px !important;
    height: 9px !important;
    display: block !important;
    background: rgba(255, 255, 255, 1.0) !important;
    cursor: pointer !important;
    text-indent: 9999px !important;
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
    -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
    -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    z-index:50 !important;
}
.flex-control-paging li a:hover {
    background: #333 !important;
    background: rgba(255, 255, 255, 0.7) !important;
}
.flex-control-paging li a.flex-active {
    background: #0cb9c1 !important;
    cursor: default !important;
    width: 50px !important;
    height: 9px !important;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media all and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1 !important;
        left: 10px !important;
    }
    .flex-direction-nav .flex-next {
        opacity: 1 !important;
        right: 10px !important;
    }

}
/* ============================================= flex slide end ============================================= */


.mobile_more_list_bt,
#header_m,
.top_searchbox_m,
#footer .copyright_box_m {display:none;}



@media all and (max-width: 768px) {

	#content_cover_group {
		margin:15% auto 0;
	}


    #tistorytoolbarid{
        display:none;
    }
    #ttItemGroup2054 {
        padding-top:0px !important;
    }

    #header_nv_pc{display:none !important;}
    #header_nv_pc_on{display:none !important;}

    .wrap_comment .text{ width: 30%;line-height: 38px !important;font-size: 1.2em !important;}
    .wrap_comment .tf_txt{line-height: 38px !important;font-size: 1.2em !important;}
    .wrap_posting .article {font-size:11pt; line-height: 1.8;}
    #ttItem3559 #list_slide_box5 .list_slide_box3{ margin-top: 2% !important;}
    #ttCanvas {width:100% !important; padding:0 10px;}
    #ttCanvas .tt-post-thumb{width: 100%;height: auto;}
    .list_slide_box5 > div > ul > li > a{height: 360px; max-height: 360px !important;}
    /* wrap_content */
    .wrap_posting .wrap_content .tit{/*padding-bottom: 20px;*/}
    .wrap_posting .wrap_content{border:none; }
    .wrap_posting .tit .link{ font-size: 1.8em; }
    .wrap_posting .tit .date{font-size: 1.0em; padding-top:15px;}

    #ttItem9878 .mask_op .mainbox_info {
        padding: 15px 0 10px;
    }
    #ttItem9878 .mask_op .mainbox_info .tt-post-summary {
        height:31px;
    }


    .wrap_posting .article img,
    .wrap_posting .article .imageblock {
        max-width: 100% !important;
        height: auto !important;
    }
    .imageblock{
        width: 100% !important;
        display: inline-block !important;
    }

    .tagbox{line-height: 1.2; margin: 20px 0 5px;}
    .tagbox h3{font-size: 0.6em;}
    .tagbox ul{font-size: 0.6em;}
    /*.rp_general{font-size: 1.2em;}*/
    .list_comment .name{font-size: 1.1em;}
    .list_comment .date{font-size: 0.9em;}
    .wrap_comment .tf_desc{ font-size: 1.4em; width: 100%;}
    .wrap_comment .wrap_cmtwrite .wrap_btn{ margin: 0 auto 20px auto; width: 160px; height: 48px;}
    .wrap_comment .wrap_cmtwrite .btn_submit{font-size: 1.4em;}
    .wrap_comment .tf_desc{height: 140px;}
    .wrap_comment .box_name{ width: 100%;height: 40px; display: block;float: none;}
    .wrap_comment .box_password{ width: 100%;height: 40px; display: block;float: none;}
    .wrap_comment .box_homepage{ width: 100%;height: 40px; display: block;float: none;}
    .wrap_comment .box_name > label{width: 30%;}
    .wrap_comment .box_name > span{width: 70%;}
    .wrap_comment .box_password > label{width: 30%;}
    .wrap_comment .box_password > span{width: 70%;}
    .wrap_comment .box_homepage > label{width: 15%;}
    .wrap_comment .box_homepage > span{width: 85%;}
    #paging{padding: 10px 0 40px 0;}
    #paging .numbox{font-size: 1.3em;}
    .wrap_search .list_search{ font-size: 1.3em;}


    /* mobile 티에디션 박스아이템 관련*/

	.section_cover_thumb {
		width:92% !important;
		margin:0 auto;
	}
	.section_cover_thumb .list_article .list_slide_box:last-child {
		display:none;
	}
	.section_cover_thumb .list_article .list_slide_box:nth-child(2) {
		margin-right:0;
	}
	.section_cover_thumb .mainbox {
		width:50%;
	}
	.section_cover_thumb .mainbox .mainbox_thumbnail {
		width:100%;
		height: auto;
	}

    #ttItem9878 .mask_op .tt-post-title{font-size: 1.6rem !important;}
    #ttItem9878 .mask_op .tt-post-summary{color:#666666 !important; font-size: 1.1rem !important;}
    #ttItem9878 .mask_op .tt-post-date{display:block !important; position:absolute; margin-top:4px; right:10px; color:#666666 !important; font-size: 1.2rem !important; opacity:1; filter:alpha(opacity=100);}

    .mobile_more_list_bt{display:block;width: 100%;margin: 3% 0 !important;text-align: center; margin-top: 2% !important;}
    .more_list_bt{display:none;}
    #staticMenu{display:none;}

    .foot_banner #banner_youtb iframe{    height: 371px;width: 96% !important;margin: 0 2% !important;max-width: 100% !important;}

    #sort_box_m {
        display:block;
        position:relative;
        overflow:hidden;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        width:100%;
        height:144px;
        padding: 10px 0 !important;
        white-space: nowrap;
    }


    #sort_box_m .sortBox_slide_m {
        position:absolute;
        left:0;
        overflow:hidden;
        width: 746px;
        min-width:100%;
        background: #d1d1d1;
    }
    #sort_box_m .btn_sort_m {
        float:left;
        width:16.6%;
        height:auto;
        background: #d1d1d1;
    }
    #sort_box_m .btn_sort_m:last-child {
        margin-right:0;
    }
    #sort_box_m .btn_sort_m img {
        /*width:100%;*/
    }

    #searchList { position:relative; width:100%; float:left; padding-top:0px; padding-right:10px;}


    .wrap_search{
        width: /*@post-width*/100%/*@*/ !important;
        max-width: 100% !important;
    }

    /* 모바일 > 카테고리 메인 */
    #searchList h3 { margin-left:10px; }
    #searchList .searchList_thumb { left:10px; }
    #searchList .searchList_thumb .thumb_cover {
        width:100px !important;
        height:100px !important;
    }
    #searchList .searchList_content {
        margin-left: 120px;
        padding-top: 3px;
    }
    #searchList .searchList_title a {
        font-size:16px;
    }
    #searchList .searchList_txt {
        width:100%;
        font-size:12px;
        line-height:1.6;
    }
    #searchList .searchList_thumb img {
        width:100px;
        height:100px;
    }

    .wrap_posting {width:100% !important; max-width: 100% !important;   }
    .foot_banner img{ width:96% !important; margin: 0 2% !important; max-width: 100% !important;}
    .foot_banner li { margin-bottom : 3% !important; }
    #header{
        display:none;
    }
    #header_m{
        display: block;
        position: fixed;
        z-index: 1000;
        height: 60px;
        min-width: 320px;
        width: 100%;
        margin: 0 auto;
        top:0;
    }
    #header_mobile{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #ff572a;
        background-color: #fff;
    }
    #header_mobile .m_top_logo{
    }
    #header_mobile .m_top_search{
        cursor: pointer;
        width: 10%;
        position: absolute;
        right: 13px;
        top: 30%;
    }
    #header_mobile .m_top_search > img {
        width:70%;
        max-width:100%;
        max-width:40px;
    }

    /* 검색 */
    .top_searchbox_m .btn_close{
        width: 100%;
        cursor: pointer;
        vertical-align: middle;
        text-align: right;
    }
    .btn_close img{
        max-width: 100%;
        height: auto;
    }

    .top_form_m{
        width: 100%;
        vertical-align: middle;
    }
    .top_form_m input{
        width:100%;
        height:50px;
        line-height:50px;
        outline:none;
        font-size:20px;
        text-indent: 10px;
    }

    #ttItem9878 .tt-wrap-item .list_slide_box2{
        padding: 0;
        overflow: hidden;
        margin-bottom: 2%;
    }
    #ttItem9878 .tt-wrap-item .list_slide_box2_1{
        padding: 0;
        overflow: hidden;
    }
    #ttItem9878 .tt-wrap-item .list_slide_box2_1_1{
        padding: 0;
        overflow: hidden;
        margin-bottom: 2%;
    }

    /* 메뉴 팝 */
    /*  체크 박스  */
    .wrap_comment .wrap_secret{ float: left; width: 25%;}
    .wrap_comment .wrap_secret .txt_secret{font-size: 1.2em; width: 100%; line-height: 1.4em;}

    input[type=checkbox] {
        display: none;
    }

    input[type=checkbox] + label{
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        font-size: 13px;
    }

    input[type=checkbox]+ label:before {

        content: "";
        display: inline-block;

        width: 20px;
        height: 20px;

        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 1px;
        background-color: #ccc;
        border-radius: 2px;
        box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    }
    input[type=checkbox]:checked + label:before {

        content: "\2713";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
        font-size: 18px;
        font-weight:800;
        text-align: center;
        line-height: 18px;

    }
    /*  체크 박스 end */

    #footer {
        min-width:100%;
    }

    .footer_content_pc {
        display:none;
    }
    .footer_content_mobile {
        display:block;
    }
    .footer_content_mobile .left_area {
        width:50%;
        float:left;
        margin-left:15px;
    }
    .footer_content_mobile .right_area {
        width:40%;
        float:right;
        margin-right:15px;
        text-align:right;
    }

	iframe {width:100%;}
} /* @media all and (max-width: 768px) */



@media all and (max-width: 768px) {

    #show_list0 .mask_op {width:100%;}

}





@media all and (max-width: 640px) {
    .top_form_m input {font-size: 20px;}
    #gnb li a span>img{
        width:40%;
    }
    .m3_sub2>a{
        font-size:1rem !important;
    }

    #sort_box_m {
        display:block;
        position:relative;
        overflow:hidden;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        width:100%;
        height:90px;
        padding: 10px 0 !important;
        white-space: nowrap;
    }

    #sort_box_m .sortBox_slide_m {
        position:absolute;
        white-space: nowrap;
        left:0;
        overflow:hidden;
        width: 480px;
        min-width:100%;
    }
    #sort_box_m .btn_sort_m {
        text-align:center;
        height:70px;
        background: #d1d1d1;
        width:80px;
    }
}


@media all and (max-width: 420px) {
    .top_form_m input {font-size: 20px;}
}

@media all and (max-width: 320px) {
    .wrap_comment .wrap_secret .txt_secret {font-size:1.05em;}
    .footer_content_mobile .left_area img {width:35px;}
    .footer_content_mobile .right_area img {width:118px;}
    #paging {width:90%; margin:0 auto; float:none;}
    #paging .inner {width:100%;}
    #paging .num .selected {padding: 0 8px 0 9px;}
}


.another_category {
    border: 0 !important;
    font-size:14px !important;
}
.another_category th {
    font-size:14px !important;
}









/******************************** 20170220 추가 *************************************/


.img_recentPost{
    width: 100%;
}

.wrap_relation_postBox ol li, .wrap_news_post ol li{
    height:25px;
}
.wrap_facebook_post{
    background:#f9f7f7 url('./images/bg_sidebarBox2.jpg') no-repeat;
    margin-top:13px;
}

.wrap_posting .tit .date a {
    font-size: 12px;
    font-weight: 900;
}
.wrap_posting .tit .date {
    font-size: 12px;
    font-weight: 900;
}


.wrap_youtubebox {
    background: url(./images/bg_sidebarBox3.jpg) no-repeat;
    margin-top: 13px;
}

#navi_on > ul > li > ul > li.submenu a {
    height: 27px;
}
.wrap_relation_post, .wrap_news_post, .wrap_facebook_post, .wrap_youtubebox {
    margin-top: 24px;
}
.box_sidebar {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

#thum_wrap>.flexslider>.flex-control-nav{display:none !important;}
#thum_wrap>.flexslider>.flex-direction-nav a {
    top: 49.75% !important;
}
.footer_t{background:#787878 !important;border:none !important;}
.menu_pop{display:none;}









/******************************* 추가 미디어 쿼리 ********************************/
@media (max-width: 768px){
    #ttItem3559 .mainbox .mainbox_thumbnail {
        width:100%;
        height:100%;
    }
    #ttItem3559 .mainbox {
        width: 100%;
    }
    #ttItem3559 .tt-wrap-item .list_slide_box2_1 {
        margin-right: 0px;
    }
    #ttItem2509 .mask_op .tt-post-date {
        display: block !important;
        position: absolute;
        margin-top: 4px;
        right: 10px;
        color: #666666 !important;
        font-size: 1.2rem !important;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    #ttItem2509 .mask_op .tt-post-title {
        /*color: #e51937 !important;*/
        font-size: 1.6rem !important;
    }
    #ttItem2509 .mask_op .tt-post-summary {
        color: #666666 !important;
        font-size: 1.1rem !important;
    }
    #ttItem2509 .mask_op .mainbox_info {
        padding: 15px 0 10px;
    }
    #ttItem2509 .tt-wrap-item .list_slide_box2 {
        padding: 0 0 0 0%;
        overflow: hidden;
        margin-bottom: 10px;
        height: 100%;
        width: 48%;
        margin: 1%;
    }
    #ttItem2509 .tt-wrap-item .list_slide_box2_1 {
        padding: 0 0 0 0;
        overflow: hidden;
        margin-bottom: 10px !important;
        height: 100%;
        width: 48%;
        margin: 1%;
    }
    #ttItem2509 .tt-wrap-item .list_slide_box2_1_1 {
        padding: 0 0 0 0%;
        overflow: hidden;
        margin-bottom: 10px;
        height: 100%;
        display:none;
    }
    #ttItem9878 .tt-wrap-item .list_slide_box2_1 {
        height: 100%;
        width: 48%;
        margin: 1%;
    }
    #ttItem9878 .tt-wrap-item .list_slide_box2 {
        height: 100%;
        width: 48%;
        margin: 1%;
    }
    #ttItem9878 .tt-wrap-item .list_slide_box2_1_1 {
        height: 100%;
        width: 48%;
        margin: 1%;
    }
    div#ttCanvas #ttItem9878 {
        margin-bottom: 15%;
    }

    .footer_content_mobile .left_area {
        width: 100%;
        margin-left: 0px;
    }
    .footer_content_mobile .left_area ul{
        width: 100%;display:inline-block;
    }
    .footer_content_mobile .left_area ul li{
        width:14.28%;
        float:left;
        background: #b3b3b3;
        text-align: center;
        border-right: 1px solid #fff;
    }
    .footer_content_mobile .left_area ul li img{
        width:100%;
        max-width: 60px;

    }

    #footer {height:160px;}
    #footer .footer_sns {width:15.8% !important;}
    #footer .footer_sns img {width:45% !important;}
    #footer .footer_sns_wrap {height: 60px;}
    #footer .footer_sns_wrap .footer_sns_box .footer_div {height:60px;}
    #footer .footer_sns_wrap .footer_sns_box .footer_sns {padding-top: 15px;}

    #footer .footer_content_wrap {height:100px;}
    #footer .footer_content_box {width: 100%; height: 100px;}
    #footer .left_box {width: 35%; padding-left:10px; padding-top:33px;}
    #footer .left_box img {width: 80%;}
    #footer .right_box {width:65%; padding-top:33px; font-size:9px; padding-right:1%;}
    #footer .right_box:after{content:""; display:table; clear:both;}
    #footer .right_box .copyright_box {  }
    #footer .copyright_box_m { display:none; font-size:9px; width:100%; text-align:center; clear:both; }
    #footer .right_box a:link, #footer .right_box a:active, #footer .right_box a:visited, #footer .right_box a:hover {font-size: 9px;}

    .top_searchbox_m {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        background: #eee;
        margin: 0;
        z-index:101;
        padding:8% 5px;
        position:absolute;
        display:none;
        top: 100%;
        background: rgba(0, 0, 0, 0.2) url(./images/search_back.png) left top;
        background-size: cover;
        z-index:1;

    }
    .top_searchbox_m .btn-close {
        width:35px;
        height:35px;
    }
    .top_searchbox_m .btn_close img {
        width:50px !important;
        height:50px !important;
        margin-right:3px;
    }
    #gnb>li>a>span {
        float: none;
        margin-right: 0px;
        margin-left:3px;
        width: 100%;
    }
    #gnb>li>a>span>img {
        width: 2%;
    }
    #header_mobile {
        display: inline-block;
        padding: 4% 0;
				position:relative;
        z-index:2;
    }

    #header_mobile .m_top_logo {
        width: 90%;
        float: left;
    }
    #header_mobile .m_top_logo a img {
        width: 54%;margin-left: 10%;
    }

    .top_form_m {
        width:100%;
        float: left;
        position:relative;
    }
    .top_form_m input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        outline: none;
        font-size: 14px;
        text-indent: 10px;
        border-radius: 30px;
        border: 1px solid #fff;
        background-color: transparent;
        padding: 0 65px 0 5%;
        color:#fff;
    }
    .btn_search2 {
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -18.5px;
    }
    .btn_search2 img{
        width:37px;
        height:37px;
    }
    #header_mobile .m_top_menu {
        width: 10%;
        margin-right:4%;
        position:absolute;
        left:16px;
        top:34%;
    }
    .m_top_menu img{
        width:100%;
        max-width:40px;
    }

    #ttCanvas {
        padding: 0px;
    }
    #ttItemGroup400, #ttItemGroup2054{
        padding: 0% 1% !important;
    }
    .mobile_more_list_bt {
        display: block;
        width: 100%;
        margin: 4% auto !important;
    }
    .mobile_more_list_bt img{
        width:100%;
    }
    #ttItemGroup1459937107 {
        margin-bottom: 0px !important;
    }
    .img_hotPost, .img_recentPost {
        margin-left: 1% !important;
    }
    .img_hotPost>img{
        /*width:15%;*/
        max-width:320px;
    }
    .img_recentPost>img{
        /*width:21%;*/
        max-width:320px;
    }
    #ttItem2509 .mask_op .mainbox_info {
        padding: 10px 0 12px;width: 65%;
    }
    #ttItem9878 .mask_op .mainbox_info {
        padding: 10px 0 12px;width: 65%;

    }


    /* 서브페이지 */
    #searchList li, #searchRplist li {
        background: #f7f7f7;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 1px 1px 1px #ececec;
        position: relative;
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #ececec;@charset "utf-8";

        /* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */
    @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
    @font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 100; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); }
    @font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 300; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); }
    @font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); }
    @font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 500; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); }
    @font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 700; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); }
    @font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 900; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); }



    /* reset - start */
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
        font-family:"Noto Sans KR", "Nanum Gothic";
        letter-spacing:-1px;
    }

    body {
        line-height:1.5;
    }

    article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section {
        display:block;
    }

    nav ul {
        list-style:none;
    }

    blockquote, q {
        quotes:none;
    }

    blockquote:before, blockquote:after,
    q:before, q:after {
        content:'';
        content:none;
    }

    a:link, a:visited, a:active, a:hover {
        margin:0;
        padding:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
        text-decoration:none;
    }

    /* change colours to suit your needs */
    ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
    }

    /* change colours to suit your needs */
    mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
    }

    del {
        text-decoration: line-through;
    }

    abbr[title], dfn[title] {
        border-bottom:1px dotted;
        cursor:help;
    }

    table, th, td {
        border-collapse:collapse;
        border-spacing:0;
    }

    /* change border colour to suit your needs */
    hr {
        display:block;
        height:1px;
        border:0;
        border-top:1px solid #cccccc;
        margin:1em 0;
        padding:0;
    }

    input, select {
        vertical-align:middle;
    }
    ul li{
        list-style:none;
    }
    /* reset - end */



    /* ******* layout - start ******* */
    /*
.ellipsis {
    display:block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
*/
    .ellipsis_2row {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap:break-word;
    }
    .hidden {display:none;}
    .center {text-align:center;}

    body { background-color:#f7f7f7;}
    table {width: 100% !important;}
    div#ttCanvas .tt-item .tt-post-title, div#ttCanvas .tt-item .tt-post-title a, div#ttCanvas .tt-post-title a{font-family: "Noto Sans KR", "Nanum Gothic" !important;}
    div#ttCanvas .tt-item .tt-post-category, div#ttCanvas .tt-item .tt-post-author, div#ttCanvas .tt-item .tt-post-comment{font-family: "Noto Sans KR", "Nanum Gothic" !important;}
    div#ttCanvas li {
        list-style: none;
    }
    div#ttCanvas .tt-item a:hover {
        text-decoration:none !important;
    }
    #tistorytoolbarid{
        margin-right: 25px;
    }

    #container {
        max-width:1000px;
        min-width: 320px;
        width:100%;
        margin:24px auto 0;
        position: relative;
    }
    #header {
        width:100%;
        background:url('./images/bg_header.jpg') repeat-x center bottom;
        position:relative;
    }
    #sidebar {overflow:hidden; max-width:220px;}

    #footer {width:100%; height:270px; font-size:14px;color:#a4a4a4; clear:both;}
    /* ******* layout - end ******* */



    /* ******* Header - start ******* */
    #header_pc{ margin: 0 auto; width:100%; max-width:1000px; height:241px;}
    #header_pc #logo{ margin-top: 30px; }
    #header_pc #newsimg{ margin-top: 17px; margin-right: 40px;}
    #header_pc .header-deco {position: absolute; left: 50%; margin-left: -293px; bottom: 88px;}

    #hot_keyword_area {padding:8px 0 0 0px; height:41px;}
    #hot_keyword_area .keyword_box {width:1000px; padding-left:148px; margin:0 auto; position:relative; }
    #hot_keyword_area .keyword_box:before{content:"인기검색어"; font-weight:bold; color:#4f4f4f; font-size:16px; left: 52px; top: 4px; z-index:2; position:absolute; }
    #hot_keyword_area .keyword_box:after{
        content: "";
        width: 177px;
        height: 49px;
        background-image: url(./images/grayback.png);
        position: absolute;
        left: 5px;
        top: -14px;
    }
    #hot_keyword_area .keyword_box a {display:inline-block; font-size:16px; color:#4f4f4f; letter-spacing:-1px; margin-left:24px; position:relative;  z-index:2; line-height:35px;}

    #header_nv_pc{
        position:absolute;
        top:148px;
        width:100%;
        height:116px;
    }
    #header_nv_pc_on{
        display:none;
        position:absolute;
        top:241px;
        z-index:1000;
        width:100%;
        height:289px;
        background:url('./images/bg_submenu.png') no-repeat center center;
    }

    .search_box {
        width: 305px;
        height: 39px;
        margin-top:60px;
        position:relative;
    }
    .search_box .input-group { position:static; }

    .search_input{
        float: left;
        color: #a1a1a1;
        background: transparent;
        font-size: 18px;
        line-height: 46px;
        padding: 4px 10px;
        box-shadow: none;
        border: 0;
        width: 245px;
        height: 37px;
        margin: 6px 0 0 20px;
    }
    .search_span{
        position: absolute;
        right: 12px;
        display: table-cell;
        vertical-align: middle;
        padding: 0;
        margin: 6px 0;
        width: 35px;
        height: 35px;
    }
    .search_span button{
        background: transparent;
        border: 0;
        width: 100%;
        height: 100%;
        padding: 18px 14px;
    }

    #navi{ max-width:1000px; height:51px; margin:0 auto; overflow:hidden;}
    #navi ul {margin-bottom:0; list-style:none;}
    #navi ul > li {float:left;position:relative; text-align:center; height:51px;}
    #navi ul > li a {display:inline-block; height:51px; padding:10px 0; color:#fff; font-size:18px; font-weight:bold; letter-spacing:0px; }
    #navi ul > li.cate01 { width:177px; position:relative;}
    #navi ul > li.cate01 > a { z-index:2; position:relative}
    #navi ul > li.cate01 > span {
        background-image: url(./images/greenback.jpg);
        display: block;
        position: absolute;
        left: 0px;
        top: 2px;
        z-index: 1;
        width: 177px;
        height: 50px
    }
    #navi ul > li.cate02 { width:198px; position:relative}
    #navi ul > li.cate03 { width:198px; position:relative}
    #navi ul > li.cate04 { width:198px; position:relative}
    #navi ul > li.cate05 { width:226px;}

    #navi ul > li.cate02:after,
    #navi ul > li.cate03:after,
    #navi ul > li.cate04:after{content:""; position:absolute; width:3px; height:49px; right:0px; top:2px; background:url('./images/divider_green.jpg') repeat-y; background-size:100% 100%;}





    #navi_on {width:1000px; margin:0 auto;}
    #navi_on > ul {list-style:none; padding-top:0px;}
    #navi_on > ul > li {float:left;position:relative; text-align:left; height:289px;}
    #navi_on > ul > li.submenu.all {width:177px;}
    #navi_on > ul > li.submenu.everlandtv {width:198px;}
    #navi_on > ul > li.submenu.story {width:198px;}
    #navi_on > ul > li.submenu.people {width:198px;}
    #navi_on > ul > li.submenu.presscenter {width:225px;}

    #navi_on > ul > li.submenu.everlandtv ul { padding:0 55px; margin-top:25px;}
    #navi_on > ul > li.submenu.story ul { padding:0 38px 0 50px; margin-top:25px;}
    #navi_on > ul > li.submenu.people ul { padding:0 55px; margin-top:25px;}
    #navi_on > ul > li.submenu.presscenter ul { padding:0 60px; text-indent:10px; margin-top:25px; }

    #navi_on > ul > li.submenu.everlandtv,
    #navi_on > ul > li.submenu.story,
    #navi_on > ul > li.submenu.peopl{position:relative}

    #navi_on > ul > li.submenu.everlandtv:after,
    #navi_on > ul > li.submenu.story:after,
    #navi_on > ul > li.submenu.people:after{content:""; position:absolute; width:3px; height:287px; right:0px; top:2px; background:url('./images/divider_black.jpg') repeat-y; background-size:100% 100%;}

    #navi_on a {display:block; width:100%; height:35px; color:#a8a8a8; font-size:17px;}
    #navi_on a:hover {color:#fff;}

    #navi .category01 { color: #6bf8ff;}

    /* ******* Header - end ******* */
    @media only screen and (min-width : 769px) and (max-width : 1000px) {
        #header{ width: 100%; background: url(./images/bg_header.jpg) repeat-x 2975px bottom; }
        #hot_keyword_area .keyword_box:after { width:145px; background-position:right center; left:10px;}
        #hot_keyword_area .keyword_box { padding-left: 125px; }
        #hot_keyword_area .keyword_box a { font-size:14px; }
        #hot_keyword_area .keyword_box:before { left:28px;}
        #navi ul > li.cate01 > span { width:125px; background-position:right center;}
        #navi ul > li.cate01,
        #navi_on > ul > li.submenu.all {width:16%}
        #navi ul > li.cate02,
        #navi_on > ul > li.submenu.everlandtv {width:20%;}
        #navi ul > li.cate03,
        #navi_on > ul > li.submenu.story {width:20%;}
        #navi ul > li.cate04,
        #navi_on > ul > li.submenu.people {width:20%;}
        #navi ul > li.cate05,
        #navi_on > ul > li.submenu.presscenter {width:24%;}
        #navi_on { width:100%; }

        #navi_on > ul > li.submenu.everlandtv ul,
        #navi_on > ul > li.submenu.story ul,
        #navi_on > ul > li.submenu.people ul,
        #navi_on > ul > li.submenu.presscenter ul { padding:0 20%;}
        #navi_on a { font-size:16px; white-space: nowrap;}
    }






    /* ******* Main티에디션 - start ******* */


    /* Main티에디션 > slide post - s */
    ul.slides li {position:relative;}
    ul.slides .caption {position:absolute; padding: 39px 0 0 24px !important; width:100%; height:175px; bottom:-183px; color:#fff; background:url('./images/bg_mainSlide_caption.png') repeat;}
    ul.slides .caption .title {width:460px; line-height: 1.3; overflow:hidden;}
    ul.slides .caption .cate {font-size:22px !important; margin-bottom: 18px !important;}
    ul.slides .caption .title a:link,
    ul.slides .caption .title a:visited,
    ul.slides .caption .title a:active,
    ul.slides .caption .title a:hover {font-size:26px !important; font-weight:800 !important; color:#fff;}
    /* Main티에디션 > slide post - e */


    /* Main티에디션 > HOT POST - s old : ttItem2509 */
    .img_hotPost{
        width: 100%;
        margin: 45px 0 30px !important;
    }
    #ttItem3559 {
        width: 100% !important;
        max-width: 1000px !important;
        padding-bottom: 0 !important;
    }
    #ttItem3559 .tt-wrap-item .list_slide_box2 {
        position: relative !important;
        overflow: hidden;
        margin-right: 20px;
    }
    #ttItem3559 .tt-wrap-item .list_slide_box2_1 {
        padding: 0 0 0 0;
        overflow: hidden;
        margin-right: 20px;
    }
    #ttItem3559 .tt-wrap-item .list_slide_box2_1_1 {
        overflow: hidden;
        margin-right: 0px;
        cursor: pointer;
    }
    #ttItem3559 .mainbox {
        width:320px;
        height: 100%;
    }
    #ttItem3559 .mainbox .box_hotPost {
        box-sizing:border-box;
        display:none;
        position:absolute;
        width:100%;
        height:100%;
        border:5px solid #18d77f;
        z-index:10;
    }
    #ttItem3559 .mainbox .mainbox_thumbnail {
        width:320px;
        height:180px;
    }
    #ttItem3559 .mask_op {
        background: #fff;
        width: 100%;
        height: 108px;
        line-height: 1.4;
        padding:20px 8px;

    }
    #ttItem3559 .mask_op .mainbox_btn {
        float:left;
        width: 50px;
        padding: 28px 0 0 28px;
    }
    #ttItem3559 .mask_op .mainbox_info {
        float:left;
        width: 100%;
        height:73px;
    }
    div#ttCanvas #ttItem3559 .tt-post-category {
        font-size: 16px !important;
        margin-bottom:10px;
        color: #919191 !important;
    }
    #ttItem3559 .mask_op .tt-post-title {
        display:block;
        font-size: 17px !important;
        color: #575757 !important;
        width: 100%;
        line-height:1.26;
        margin-bottom:10px;
    }
    /* Main티에디션 > HOT POST - e */


    /* Main티에디션 > EVERLAND TV - s */
    .img_hotPost {
        width: 100%;
        margin: 45px 0 30px !important;
    }
    #ttItem1308 .img_hotPost .btn_area,
    #ttItemGroup6768 .img_hotPost .btn_area{float:right; }
    #ttItem1308 .img_hotPost .btn_area > a,
    #ttItemGroup6768 .img_hotPost .btn_area > a { display:block; margin-top:5px !important; }

    #ttItem1308 {
        width: 100% !important;
        max-width: 1000px !important;
        padding-bottom: 0 !important;
    }
    #ttItem1308 .tt-wrap-item .list_slide_box2 {
        position: relative !important;
        overflow: hidden;
        margin-right: 20px;
    }
    #ttItem1308 .tt-wrap-item .list_slide_box2_1 {
        padding: 0 0 0 0;
        overflow: hidden;
        margin-right: 20px;
    }
    #ttItem1308 .tt-wrap-item .list_slide_box2_1_1 {
        overflow: hidden;
        margin-right: 0px;
        cursor: pointer;
    }
    #ttItem1308 .mainbox {
        width:320px;
        height:100%;
    }
    #ttItem1308 .mainbox .box_hotPost {
        box-sizing:border-box;
        display:none;
        position:absolute;
        width:100%;
        height:100%;
        border:5px solid #18d77f;
        z-index:10;
    }
    #ttItem1308 .mainbox .mainbox_thumbnail {
        width:320px;
        height:180px;
    }
    #ttItem1308 .mask_op {
        background: #fff;
        width: 100%;
        height: 108px;
        line-height: 1.4;
        padding: 20px 8px;
    }

    #ttItem1308 .mask_op .mainbox_info {
        float:left;
        width: 100%;
        height:73px;
    }
    div#ttCanvas #ttItem1308 .tt-post-category {
        font-size: 16px !important;
        margin-bottom:10px;
        color: #919191 !important;
    }
    #ttItem1308 .mask_op .tt-post-title {
        display: block;
        font-size: 17px !important;
        color: #575757 !important;
        width: 100%;
        line-height: 1.26;
        margin-bottom: 10px;
    }
    /* Main티에디션 > EVERLAND TV - e */





    /* Main티에디션 > RECENT POST - s  old:ttItem9878 */
    .img_hotPost {
        width: 100%;
        margin: 45px 0 30px !important;
    }
    .img_hotPost .btn_area {float:right; margin-top:5px;}

    #ttItem3134 {
        width: 100% !important;
        max-width: 1000px !important;
        padding-bottom: 0 !important;
    }
    #ttItem3134 .tt-wrap-item {
        margin-bottom:20px;
    }
    #ttItem3134 .tt-wrap-item .list_slide_box2 {
        position: relative !important;
        overflow: hidden;
        margin-right: 20px;
    }
    #ttItem3134 .tt-wrap-item .list_slide_box2_1 {
        padding: 0 0 0 0;
        overflow: hidden;
        margin-right: 20px;
    }
    #ttItem3134 .tt-wrap-item .list_slide_box2_1_1 {
        overflow: hidden;
        margin-right: 0px;
        cursor: pointer;
    }
    #ttItem3134 .mainbox {
        width:320px;
        height: 100%;
    }
    #ttItem3134 .mainbox .box_hotPost {
        box-sizing:border-box;
        display:none;
        position:absolute;
        width:100%;
        height:100%;
        border:5px solid #18d77f;
        z-index:10;
    }
    #ttItem3134 .mainbox .mainbox_thumbnail {
        width:320px;
        height:180px;
    }
    #ttItem3134 .mask_op {
        background: #fff;
        width: 100%;
        height: 108px;
        line-height: 1.4;
        padding: 20px 8px;
    }
    #ttItem3134 .mask_op .mainbox_info {
        float: left;
        width: 100%;
        height: 73px;
    }
    div#ttCanvas #ttItem3134 .tt-post-category {
        font-size: 16px !important;
        margin-bottom:10px;
        color: #919191 !important;
    }
    #ttItem3134 .mask_op .tt-post-title {
        display: block;
        font-size: 17px !important;
        color: #575757 !important;
        width: 100%;
        line-height: 1.26;
        margin-bottom: 10px;
    }


    #ttItem3134 .more_list_bt { width: 100%; margin: 1.5% 0 3% 0; text-align:center;}
    #ttItem3134 .more_list_bt img{ cursor: pointer;}

    #ttItem3134 #show_list1 { display: none; opacity: 0; filter:alpha(opacity=0);}
    #ttItem3134 #show_list2 { display: none; opacity: 0; filter:alpha(opacity=0);}
    #ttItem3134 #show_list3 { display: none; opacity: 0; filter:alpha(opacity=0);}
    #ttItem3134 #show_list4 { display: none; opacity: 0; filter:alpha(opacity=0);}
    /* Main티에디션 > RECENT POST - e */



    /* ******* Main티에디션 - end ******* */





    /* ***** content ***** */

    #sort_box_m {
        display:none;
    }

    /* 검색결과 리스트 */
    #searchList { position:relative; max-width:1040px; width:1040px; float:left; padding-right:40px;}
    #searchList h3 { color:#4c4c4c; font-size:20px; font-weight:800; border-bottom: 1px solid #ccc; padding:4px 0 20px;}
    #searchList h3 span.category_name { color:#bf5ba1; font-size:24px; font-weight:800;}
    #searchList h3 span.count { color:#4c4c4c; font-size:14px; font-weight:normal;}
    #searchList .searchList_thumb { position:absolute; left:0px; }
    #searchList .searchList_thumb img { width:260px; height:260px; }
    #searchList .searchList_thumb .thumb_cover { border-left:solid 1px #cbcbcb; border-top:solid 1px #cbcbcb; border-right:solid 1px #cbcbcb; width:320px !important; height:180px !important;}
    #searchList .searchList_content { margin-left:340px; padding-top:5px; }
    #searchList .searchList_title a { color:#bf5ba1; font-size:20px; font-weight:bold; display:block; height:30px; }
    #searchList .searchList_title { width:auto; margin-top:-6px; margin-bottom: 10px;}
    #searchList .searchList_txt { width:100%; width:542px; height:40px; color:#808080; font-size:15px; line-height:22px; }
    #searchList .date { position:absolute; color:#d3d3d3; font-size:12px; bottom:5px; display:block; float:left; }
    #searchList .btn_box { position:absolute; bottom:5px; display:block; float:right; right:0;}

    #searchList ol,
    #searchRplist ol { list-style:none;  padding:0;  margin:0 0 30px 0;}
    #searchList li,
    #searchRplist li{
        position: relative;
        border-bottom: 1px solid #cbcbcb;
        height: 180px;
        overflow: hidden;
        margin-top: 20px;
    }

    #searchList .cnt            { font-size:13px;  font-weight:bold; color:#333; display:block; float:left; height:16px;  padding:20px 0 0 0px; text-indent:20px; background:url(images/list_re_icon.png) no-repeat 0px 20px; }
    #searchRplist .name         { font-size:13px;    color:#999;  padding-left:8px;}

    .searchList_tag {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 85%;
        margin-bottom:0px;
    }
    .searchList_tag a {
        padding: 2px 22px;
        display: inline-block;
        font-family: "Noto Sans KR", "Nanum Gothic" !important;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 20px;
        color:#989898 !important;
        margin-right: 10px;
        float:left;
        margin-bottom:10px;
        font-weight:500;
    }
    .searchList_txt{
        display:none;
    }

    #searchList h3 {
        font-size: 20px;
        font-weight: 600;
    }


    /* 글 */
    .wrap_posting {overflow:hidden;width:76%; max-width:760px;float: left;}

    /* 포스팅 정보 */
    .wrap_posting .wrap_info {overflow:hidden;float:left;width:189px;margin-top:43px;font-size:11px;line-height:13px;}
    .wrap_posting .wrap_info .wrap_category {padding:20px 0 0 4px;border-top:1px solid #c2c2c2;}
    .wrap_posting .wrap_info .wrap_category .category {margin-right:4px;color:#cf3d2e;}
    .wrap_posting .wrap_info .tag {padding:4px 0 0 37px;font-size:12px;line-height:20px;background:url(images/ico_tag.gif) no-repeat 5px 8px;letter-spacing:-1px;}
    .wrap_posting .wrap_info .date {display:block;margin-top:4px;}


    /* 포스팅 */
    .wrap_posting .wrap_content {float:left;width:100%; max-width:100%; overflow: hidden;}
    .wrap_posting .wrap_content .tit {position:relative; overflow:hidden; width:100%; max-width:100%; letter-spacing:-1px; padding: 15px 0 35px;}
    .wrap_posting .tit .link {width:100%; text-decoration:none; font-size:34px; color:#bf5ba1;line-height:1.4;font-weight: bold;letter-spacing: 0;}
    .wrap_posting .tit .date { padding-top: 20px; font-size: 12px; font-weight: bold; letter-spacing: 0.1px; color: #4d4d4d;display: block;}
    .wrap_posting .tit .date a { color: #4d4d4d;}

    .wrap_posting .article {
        position:relative;
    }

    .title_lineBox{
        width:100%;
    }
    .title_lineBox .date {font-size:14px; color:#a6a6a6; font-weight: 600;width: 100%;float: left; position:relative;}
    .title_lineBox .date a {font-size:24px; font-weight:600; color:#bf5ba1;}
    .title_op2{font-size:18px;color: #444;}
    .title_line2{width:100%;border-bottom:1px solid #ccc;float:right;padding-top:11px;}

    .title_lineBox .date .regdate {margin-left:10px;}



    .wrap_posting .article {overflow:hidden;width:100%;max-width:800px;line-height:1.5;font-size:18px; color:#4c4c4c;}

    .wrap_content blockquote {width:/*@post-width:-209*/380px/*@*/;margin:13px 0 20px 0;padding:10px 40px;font-weight:bold;line-height:2em;color:#464646;border-top:1px dashed #9e9e9e;border-bottom:1px dashed #9e9e9e;letter-spacing:-1px;}
    /* 본문 - more / less */
    .moreless_fold {margin-top:23px;}
    .moreless_fold span {display:block;width:37px;height:9px;background:url(images/ico_more.gif) no-repeat 0 0;text-indent:-9999em;}
    .moreless_top {margin-top:23px;}
    .moreless_top span,
    .moreless_bottom span {display:block;width:33px;height:9px;background:url(images/ico_less.gif) no-repeat 0 0;text-indent:-9999em;}
    .moreless_body {}
    .moreless_content {margin:10px 0;}

    .wrap_posting .edit {margin:20px 0 0 0;padding:9px 0 8px 2px;border-top:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;font-size:11px;letter-spacing:-1px;}
    .wrap_posting .txt_edit {color:#555;}
    .wrap_posting .txt_target {margin-left:7px;}
    .wrap_posting .arrow {margin:0 3px 0 4px;}
    .wrap_posting .txt_bar {margin:0 3px 0 1px;color:#555;}

    /* 비밀글 */
    .wrap_posting .wrap_content .tit_prot {overflow:hidden;width:/*@post-width:-209*/460px/*@*/;padding:0;border:0 none;letter-spacing:-1px;}
    .wrap_posting .wrap_prot {width:/*@post-width:-211*/458px/*@*/;margin-top:12px;padding:36px 0 43px;border:1px solid #ababab;background:url(images/bg_tf.gif) repeat 0 0;}
    .wrap_prot .text {color:5f5f5f;text-align:center;}
    .wrap_prot .wrap_pass {overflow:hidden;width:100%;text-align:center;}
    .wrap_prot .inner {display:table;display:inline-block;margin:0 auto;text-align:center;}
    .wrap_prot .tf_pass {display:inline-block;/*@post-width:-477*/192px/*@*/;height:19px;margin-top:12px;margin-right:4px;padding:0 5px; border:1px solid #a9a8b5;}
    .wrap_prot .btn_submit {/*float:left;*/display:inline;margin-top:12px;}

    /* 코멘트 */
    .wrap_comment {margin-top:15px; font-size:10pt;}
    .wrap_comment .list_comment {margin-bottom:12px;}
    .list_comment li {margin-bottom:15px;}
    .list_comment li li {margin-bottom:0;}
    .list_comment .name {margin-right:4px;font-weight:bold;line-height:14px;color:#666;}
    .list_comment .name img {margin-right:5px;}
    .list_comment .name a {color:#727272;}
    .list_comment .date {margin-right:6px;font-size:11px;line-height:13px;font-family:Tahoma;color:#a0a0a0;white-space:nowrap;}
    .list_comment .desc {width:100%;padding-top:7px;color:#666;clear:both;}
    .list_comment .colon,
    .list_comment .modify {margin:1px 4px 0 0;white-space:nowrap;}
    .list_comment .del {margin:3px 0 0 4px;white-space:nowrap;}

    .wrap_comment .wrap_cmtwrite {margin:21px 0 0 0;padding:12px 11px 13px 10px;}
    .wrap_comment .reply {padding:11px 16px 0 18px;background:url(images/ico_reply.gif) no-repeat 0 14px;}
    .wrap_comment .box_tf {float:left;height:19px;margin:2px 2% 0 0;border:1px solid #ccc;}
    .wrap_comment .text {float:left;height:100%;font-size:10px;line-height:23px;margin:0px;background-color:#fff;text-indent:7px;letter-spacing:-1px;cursor:text;}
    .wrap_comment .tf_txt {float:left;height:100%;line-height:40px;border:0 none;width:70%;font-size:16px; color:#e6e6e6; background:transparent; outline:none;}
    .wrap_comment .box_name {width:25%; height: 40px;}
    .wrap_comment .box_name .text {width:25%;}
    .wrap_comment .box_password {width:25%; height: 40px}
    .wrap_comment .box_password .text {width:32%;}
    .wrap_comment .box_password .tf_txt {width:62%;}
    .wrap_comment .box_homepage {width:20%;margin-right:0;height: 25px;}
    .wrap_comment .box_homepage .text {width:28%;}
    .wrap_comment .box_homepage .tf_txt {width:72%;}
    .wrap_comment .wrap_secret {float:right;}
    .wrap_comment .wrap_secret .checkbox{float:left;width:13px; height:13px; line-height:23px;}
    .wrap_comment .wrap_secret .txt_secret {float:left;width:35px;margin-left:3px; font-size:11px; line-height:24px;letter-spacing:-1px;text-align:left;}
    /*.wrap_comment .tf_desc {float:none;width:/*@post-width:-244 64% /*@;height:75px;margin:6px 0 13px 0;border:1px solid #a9a8b5;padding:5px;clear:both;}*/
    .wrap_comment .tf_desc {float: none; width: 100%; height: 192px; margin: 20px 0 20px 0; border: 1px solid #ccc; padding: 5px; clear: both; resize:none; background:transparent;}
    .wrap_comment .btn_submit {margin:0 auto;}
    .wrap_comment .wrap_cmtwrite .wrap_btn{width: 165px;height: 42px;text-align: center;}
    .wrap_comment .wrap_cmtwrite .btn_submit {
        text-indent: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        font-size:18px;
        border: 1px solid white;
        background: #6c6c6c;
        color: #fff;
        border-radius:22px;
    }
    .wrap_comment .wrap_cmtwrite .btn_submit:hover{color:#252525;}
    .wrap_comment form > span > input{ height: 100%;margin: 0;float: left;text-indent: 3px;padding: 0 6px;}


    .wrap_trackback {margin-top:18px;font-size:11px;}
    .wrap_trackback .tb_address {padding-left:2px;text-align:right;}
    .wrap_trackback .trackback-url {float:left;font-family:Tahoma;color:#cf3d2e;}
    .wrap_trackback .box_trackback {display:block;overflow:hidden;width:100%;}
    .wrap_trackback .box_trackback .tit_trackback {float:left;color:#636363;}
    .wrap_trackback .box_trackback .delete {display:inline;float:left;width:7px;height:7px;margin:4px 0 0 7px;background:url(images/btn_del.gif) no-repeat 0 0;}
    .wrap_trackback .from {float:left;margin:2px 0 0 0;line-height:13px;font-family:Tahoma;color:#dd695e;}
    .wrap_trackback .from .name {margin-left:4px;font-family:Dotum;color:#7f7f7f;}
    .wrap_trackback .date {float:right;line-height:13px;color:#dd695e;white-space:nowrap;}
    .wrap_trackback .desc {padding-top:9px;line-height:18px;letter-spacing:0;clear:both;}


    /* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general { }
    .rp_admin {background: #f7f7f7;}
    .rp_secret {}
    /* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment {}
    .hiddenComment .name{margin-right:0;}
    /* 이미지 아래 캡션 스타일 */
    .cap1 {}
    /* 그림 */
    .imageblock {}
    /* 왼쪽 */
    .left { }
    /* 가운데 */
    .center { }
    /* 오른쪽 */
    .right { }
    /* 그림 2개 배치 */
    .dual { margin-bottom:5px;}
    /* 그림 3개 배치 */
    .triple { margin-bottom:5px;}


    /* 키워드 */
    .key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }


    /****** 카테고리의 다른 글 s ******/
    /*
.another_category {
	border: 0 !important;
	font-size:15px !important;
	padding: 10px 0 !important;
	margin-top: 30px;
}
.another_category h4 {
  font-size: 15px !important;
	border-top:1px solid #e5e5e5 !important;
	border-bottom:1px solid #e5e5e5 !important;
	padding: 10px 0 !important;
}
.another_category th {
	font-size:15px !important;
}
*/
    /****** 카테고리의 다른 글 e ******/



    /* paging */
    #paging {width:100%;padding:6px 0 24px 0;text-align:center; max-width: 1000px; margin:0 auto; clear:both;}
    #paging .inner {display:table;display:inline-block;margin:0 auto;text-align:center;}
    #paging .numbox {float:left;font-size:14px;line-height:14px; padding:3px 10px 0;}
    #paging #prevPage,
    #paging #nextPage {color:#989898}
    #paging .num {float:left;color:#989898;cursor:pointer;}
    #paging .interword {float:left;margin-right:-5px;padding:0 0 0 9px;color:#989898;} /* 1 ... 10 11 12 페이지중략 */
    #paging .num span {display:block;padding:0 10px 0 10px;}
    #paging .link_prev,
    #paging .link_next {float:left;font-size:14px;padding-left:9px;cursor:pointer;}
    #paging .link_prev {margin-right:0px;}
    #paging .link_next {margin-left:2px;}
    /* 페이징 - 현재 페이지 */
    #paging .num .selected {padding:0 10px 0 5px;color:#ff572a;}
    #paging .no-more-prev {float:left;width:45px;height:13px;cursor:default;}
    #paging .no-more-next {float:left;width:45px;height:13px;cursor:default;}

    /* 티에디션 */
    div#ttCanvas .tt-item-title-inner {word-wrap:normal;}
    div#ttCanvas .tt-post-thumb { width:100%; height:100%; }

    /* ***** sidebar s ***** */
    #sidebar h3 { width: 100%;color: #e51937; font-family:"Nanum Gothic", nanum,"돋움",Dotum; font-size: 14px; font-weight: bold; padding:15px 0 10px 12px;}

    #sidebar .sidebar_snsTable {margin-top:40px;}
    #sidebar .sidebar_snsTable table,
    #sidebar .sidebar_snsTable th,
    #sidebar .sidebar_snsTable td {
        border:1px solid #55ced4;
        background-color:#0cb9c1;
        text-align:center;
        vertical-align:middle;
        width:110px;
        height:119px;
    }

    #sidebar .recentPost .title_area {height:40px; position:relative;}
    #sidebar .recentPost .title_box {float:left; color:#bf5ba1; width:100px;font-size:24px; font-weight:bold; letter-spacing:-1px;}
    #sidebar .recentPost .btn_box { position:absolute; right:0px; top:50%; margin-top:-12px;}
    #sidebar .recentPost ul.recentPost_box {clear:both; background:url('./images/sidebar_div_line01.png') no-repeat center top; padding:15px 0 0; margin-top:6px;}
    #sidebar .recentPost ul li{
        list-style:none !important;
        background:url('./images/sidebar_bullet01.png') no-repeat 0px center;
        padding-left:10px;
        margin-bottom:3px;
        display:block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #sidebar .recentPost ul li a {font-size:15px;}
    #sidebar .recentPost ul li a:link,
    #sidebar .recentPost ul li a:active,
    #sidebar .recentPost ul li a:visited,
    #sidebar .recentPost ul li a:hover {color:#686868;}
    #sidebar .recentPost ul li .cnt {display:none;}
    /* ***** sidebar e ***** */




    /******  footer start  ******/
    #footer{ max-height:270px; margin-top:20px; }

    #footer .footer_sns_wrap {width:100%; background:#f3f3f3; height:110px; }
    #footer .footer_sns_wrap .footer_sns_box {max-width:1000px; width:100%; margin:0 auto; overflow: hidden; }
    #footer .footer_sns_wrap .footer_sns_box .footer_sns {float:left; width:164px; text-align:center; padding-top:30px;}
    #footer .footer_sns_wrap .footer_sns_box .footer_sns > a { display:block; }
    #footer .footer_sns_wrap .footer_sns_box .footer_div {float:left; width:3px; height:110px; background:url('./images/bg_footer_div.jpg') repeat-y; background-size:100% 100%;}

    #footer .footer_content_wrap {width:100%; height:160px; background:#e6e6e6;  }
    #footer .footer_content_box {position:relative; width:1000px; height:160px; margin:0 auto; }
    #footer .left_box {float:left; width:300px; padding-top:66px;}
    #footer .right_box {float:right; width:400px; padding-top:60px;}
    #footer .right_box a:link,
    #footer .right_box a:active,
    #footer .right_box a:visited,
    #footer .right_box a:hover {font-size:16px; color:#666565;}
    /******  footer end  ******/



    .txt_em {margin-right:2px;font-weight:bold;color:#523866;letter-spacing:-1px;}
    #content .tistoryProfileLayerTrigger {display:inline;width:0;height:13px;margin:0 0 0 4px;padding:3px 0 0 40px;}


    /* socialmc_201604 추가   */
    #ttCanvas{
        width: 1000px !important;
        max-width: 1000px !important;
    }



    #ttPanel1368624050{
        width: 100% !important;
        max-width: 1000px !important;
        padding: 0 !important;
    }
    #ttItemGroup1916{
        width: 100% !important;
        max-width: 1000px !important;
        /* margin-bottom:10px !important; */
    }


    #ttItem4708{
        width: 100% !important;
        max-width: 1000px !important;
        padding-bottom: 0 !important;
        height:563px;
    }
    #ttItem4708 .tt-wrap-item{
        width: 100% !important;
        max-width: 1000px !important;
        float: left;
        height:563px;
    }
    #ttItem4708 img{
        height: 100% !important;
        max-height: 563px !important;
    }
    div#ttCanvas li{
        padding-bottom:0 !important;
    }





    #ttItem4708 {
        width: 100% !important;
        max-width: 1000px !important;
        padding-bottom: 0 !important;
    }
    #ttItem4708 #list_slide_box5 .flexslider .flex-control-paging{
        display: none !important;
    }
    #ttItem4708 #list_slide_box5 .flexslider .flex-direction-nav li > a{
        margin: 0 !important;
        opacity: 1 !important;
        top: 74% !important;
        width: 32px !important;
        height: 24px !important;
        margin-top: -6% !important;
    }
    #ttItem4708 #list_slide_box5 .flexslider .flex-direction-nav li .flex-prev{
        left: 84.58% !important;
        background: url('./images/m_left.png') !important;

    }
    #ttItem4708 #list_slide_box5 .flexslider .flex-direction-nav li .flex-prev > img{
        display: none !important;
    }
    #ttItem4708 #list_slide_box5 .flexslider .flex-direction-nav li .flex-next{
        background: url('./images/m_right.png') !important;
        left: 91% !important
    }
    #ttItem4708 #list_slide_box5 .flexslider .flex-direction-nav li .flex-next > img{
        display: none !important;
    }
    #ttItem4708 #wise_pelople {
        margin: 2.5% 0;
    }
    #ttItem4708 #wise_pelople img{
        width:100%;
    }
    #ttItem4708 #list_slide_box5{
        width: 100% !important;
        max-width: 1000px !important;
        padding-bottom: 0 !important;
    }

    .list_slide_box2_title{
        position:absolute;
        bottom:0px !important;left:0px !important;
        width:242px;height:46px;
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
    .list_slide_box2_title>span{
        color:#fff;
    }

    #ttItem4708 #list_slide_box5 .list_slide_box3{
        margin-bottom: 1.5%;
    }
    #ttItem4708 #list_slide_box5 .list_slide_box2{
        padding: 0 0 0 1%;
        margin-bottom: 1.5%;
    }
    #ttItem4708 #list_slide_box5 .list_slide_box2_1{
        padding: 0 0 0 1%;
        margin-bottom: 1.5%;
    }





    #ttItem9878 .tt-wrap-item .list_slide_box2{
        position:relative !important;
        padding: 0 0 0 1%;
        overflow: hidden;
        margin-bottom: 10px;
    }
    #ttItem9878 .tt-wrap-item .list_slide_box2_1{
        padding: 0 0 0 0;
        overflow: hidden;
        margin-bottom: 10px;
    }
    #ttItem9878 .tt-wrap-item .list_slide_box2_1_1{
        padding: 0 0 0 1%;
        overflow: hidden;
        margin-bottom: 10px;
    }


    #ttItem9878 .more_list_bt { width: 100%; margin: 1.5% 0 3% 0; text-align:center;}
    #ttItem9878 .more_list_bt img{ cursor: pointer;}


    .list_slide_box1_title{
        position:absolute;
        bottom:0px;left:0px;
    }
    #ttItem9878 #hide_list1 { display: none; opacity: 0; filter:alpha(opacity=0);}
    #ttItem9878 #hide_list2 { display: none; opacity: 0; filter:alpha(opacity=0);}
    #ttItem9878 #hide_list3 { display: none; opacity: 0; filter:alpha(opacity=0);}
    #ttItem9878 #hide_list4 { display: none; opacity: 0; filter:alpha(opacity=0);}




    #ttItem9878 .mask_op{
        position: absolute;
        bottom: 0px;
        background: #fff;
        width: 100%;
        line-height: 1.4;
    }
    #ttItem9878 .mainbox {
        height:240px;
    }
    #ttItem9878 .mask_op .mainbox_btn {
        float:left;
        width: 84px;
    }
    #ttItem9878 .mask_op .mainbox_info {
        float:left;
        width: 156px;
        padding: 10px 0 0px;
    }
    #ttItem9878 .mask_op .mainbox_info .tt-post-summary {
        color:#fff;
        display: -webkit-box !important;
        height:33px;
    }
    #ttItem9878 .mask_op .tt-post-title{
        font-size: 1.5rem !important;
        color: #fff !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    #ttItem9878 .mask_op .tt-post-category{
        color: #fff !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 70%;
        letter-spacing: -1px !important;
        font-size: 13px !important;
    }
    #ttItem9878 .mask_op .tt-post-date {
        opacity:0;
        filter: alpha(opacity=0);
    }




    #ttItem9878{
        width: 100% !important;
        max-width: 1000px !important;
        padding-bottom: 0 !important;
    }
    #ttItem9878 .tt-span-12{
        width: 100% !important;
        max-width: 1000px !important;
        padding-bottom: 0 !important;
    }





    /******************* quickmenu ************************/
    #staticMenu {
        width: 53px;
        height: 241px;
        top: 164px;
        left: 50%;
        margin-left: 555px;
        position: absolute;
        text-align: center;

    }
    @media all and (max-width: 1164px) {
        #staticMenu {
            display:none;
        }
    }

    #staticMenu a {
        display: block;
        width: 53px;
        height: 53px;
        top:0;
        left:0;
        position: relative;
        margin-bottom: 10px;

    }
    #staticMenu a.quick1{
        background: url('./images/bg_quick2016.png');
    }
    #staticMenu a.quick2{
        background: url('./images/bg_quick2016.png') 0 -63px;
    }
    #staticMenu a.quick3{
        background: url('./images/bg_quick2016.png') 0 -126px;
    }
    #staticMenu a.quick4{
        background: url('./images/bg_quick2016.png') 0 -189px;
    }












    /*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
    /* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
    /* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
    /* ============================================= flex slide ============================================= */
    .flex-container a:hover,
    .flex-slider a:hover {
        outline: none !important;
    }
    .slides,
    .slides > li,
    .flex-control-nav,
    .flex-direction-nav {
        padding: 0 !important;
        list-style: none !important;
    }
    .flex-pauseplay span {
        text-transform: capitalize !important;
    }
    /* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
    .flexslider {
        margin: 0;
        padding: 0;
    }
    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    .flexslider .slides img {
        width: 100% !important;
        display: block !important;
    }
    .flexslider .slides:after {
        content: "\0020";
        display: block !important;
        clear: both !important;
        visibility: hidden !important;
        line-height: 0 !important;
        height: 0 !important;
    }
    html[xmlns] .flexslider .slides {
        display: block !important;
    }
    * html .flexslider .slides {
        height: 1% !important;
    }
    .no-js .flexslider .slides > li:first-child {
        display: block !important;
    }
    /* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
    .flexslider {
        background: #ffffff !important;
        position: relative !important;
        zoom: 1 !important;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
        -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2) !important;
        -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2) !important;
        box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    }
    .flexslider .slides {
        zoom: 1 !important;
    }
    .flexslider .slides img {
        height: auto !important;
        -moz-user-select: none !important;
    }
    .flex-viewport {
        max-height: 579px !important;
        -webkit-transition: all 1s ease !important;
        -moz-transition: all 1s ease !important;
        -ms-transition: all 1s ease !important;
        -o-transition: all 1s ease !important;
        transition: all 1s ease !important;
    }
    .loading .flex-viewport {
        max-height: 300px !important;
    }
    .carousel li {
        margin-right: 5px !important;
    }
    .flex-direction-nav {
        *height: 0 !important;
    }
    .flex-direction-nav a {
        text-decoration: none !important;
        display: block !important;
        width: 85px !important;
        height: 85px !important;
        margin: -42px 0 0 !important;
        position: absolute !important;
        top: 50% !important;
        z-index: 50 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        filter: alpha(opacity=0)
        cursor: pointer !important;
        color: rgba(0, 0, 0, 0.8) !important;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) !important;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        transition: all 0.3s ease-in-out !important;
    }

    .flex-direction-nav .flex-prev {
        left: 10px !important;
    }
    .flex-direction-nav .flex-next {
        right: 10px !important;
        text-align: right !important;
    }
    .flexslider:hover .flex-direction-nav .flex-prev {
        opacity: 0.7 !important;
        filter: alpha(opacity=70)
        left: 10px !important;
    }
    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1 !important;
    }
    .flexslider:hover .flex-direction-nav .flex-next {
        opacity: 0.7 !important;
        filter: alpha(opacity=70)
        right: -10px !important;
    }
    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1 !important;
    }
    .flex-direction-nav .flex-disabled {
        opacity: 0 !important;
        filter: alpha(opacity=0) !important;
        cursor: default !important;
        z-index: -1 !important;
    }
    .flex-pauseplay a {
        display: block !important;
        width: 20px !important;
        height: 20px !important;
        position: absolute !important;
        bottom: 5px !important;
        left: 10px !important;
        opacity: 0.8 !important;
        z-index: 50 !important;
        overflow: hidden !important;
        cursor: pointer !important;
        color: #000 !important;
    }
    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px !important;
        display: inline-block !important;
        content: '\f004';
    }
    .flex-pauseplay a:hover {
        opacity: 1 !important;
    }
    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }
    .flex-control-paging {/* flex-control-nav */
        width: 100% !important;
        position: absolute !important;
        bottom: 25px;
        right: 50px;
        text-align: right !important;
    }
    .flex-control-paging li {/* flex-control-nav */
        margin: 0 8px !important;
        display: inline-block !important;
        zoom: 1 !important;
        *display: inline !important;
    }
    .flex-control-paging li a {
        overflow:hidden;
        width: 9px !important;
        height: 9px !important;
        display: block !important;
        background: rgba(255, 255, 255, 1.0) !important;
        cursor: pointer !important;
        text-indent: 9999px !important;
        -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
        -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
        -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
        box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
        -webkit-border-radius: 20px !important;
        -moz-border-radius: 20px !important;
        border-radius: 20px !important;
        z-index:50 !important;
    }
    .flex-control-paging li a:hover {
        background: #333 !important;
        background: rgba(255, 255, 255, 0.7) !important;
    }
    .flex-control-paging li a.flex-active {
        background: #0cb9c1 !important;
        cursor: default !important;
        width: 50px !important;
        height: 9px !important;
    }
    /* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
    @media all and (max-width: 860px) {
        .flex-direction-nav .flex-prev {
            opacity: 1 !important;
            left: 10px !important;
        }
        .flex-direction-nav .flex-next {
            opacity: 1 !important;
            right: 10px !important;
        }

    }
    /* ============================================= flex slide end ============================================= */


    .mobile_more_list_bt{display:none;}
    #header_m{display:none;}
    .top_searchbox_m{display:none;}




    @media all and (max-width: 768px) {

        #tistorytoolbarid{
            display:none;
        }
        #ttItemGroup2054 {
            padding-top:0px !important;
        }

        #header_nv_pc{display:none !important;}
        #header_nv_pc_on{display:none !important;}

        .wrap_comment .text{ width: 30%;line-height: 38px !important;font-size: 1.2em !important;}
        .wrap_comment .tf_txt{line-height: 38px !important;font-size: 1.2em !important;}
        .wrap_posting .article {font-size:11pt; line-height: 1.8;}
        #ttItem3559 #list_slide_box5 .list_slide_box3{ margin-top: 2% !important;}
        #ttCanvas {width:100% !important; padding:0 10px;}
        #ttCanvas .tt-post-thumb{width: 100%;height: auto;}
        .list_slide_box5 > div > ul > li > a{height: 360px; max-height: 360px !important;}
        /* wrap_content */
        .wrap_posting .wrap_content .tit{padding-bottom: 20px;}
        .wrap_posting .wrap_content{border:none; }
        .wrap_posting .tit .link{ font-size: 1.8em; }
        .wrap_posting .tit .date{font-size: 1.0em; padding-top:15px;}

        #ttItem9878 .mask_op .mainbox_info {
            padding: 15px 0 10px;
        }
        #ttItem9878 .mask_op .mainbox_info .tt-post-summary {
            height:31px;
        }


        .wrap_posting .article img,
        .wrap_posting .article .imageblock {
            max-width: 100% !important;
            height: auto !important;
        }
        .imageblock{
            width: 100% !important;
            display: inline-block !important;
        }

        .tagbox{line-height: 1.2; margin: 20px 0 5px;}
        .tagbox h3{font-size: 0.6em;}
        .tagbox ul{font-size: 0.6em;}
        /*.rp_general{font-size: 1.2em;}*/
        .list_comment .name{font-size: 1.1em;}
        .list_comment .date{font-size: 0.9em;}
        .wrap_comment .tf_desc{ font-size: 1.4em; width: 100%;}
        .wrap_comment .wrap_cmtwrite .wrap_btn{ margin: 0 auto 20px auto; width: 160px; height: 48px;}
        .wrap_comment .wrap_cmtwrite .btn_submit{font-size: 1.4em;}
        .wrap_comment .tf_desc{height: 140px;}
        .wrap_comment .box_name{ width: 100%;height: 40px; display: block;float: none;}
        .wrap_comment .box_password{ width: 100%;height: 40px; display: block;float: none;}
        .wrap_comment .box_homepage{ width: 100%;height: 40px; display: block;float: none;}
        .wrap_comment .box_name > label{width: 30%;}
        .wrap_comment .box_name > span{width: 70%;}
        .wrap_comment .box_password > label{width: 30%;}
        .wrap_comment .box_password > span{width: 70%;}
        .wrap_comment .box_homepage > label{width: 15%;}
        .wrap_comment .box_homepage > span{width: 85%;}
        #paging{padding: 10px 0 40px 0;}
        #paging .numbox{font-size: 1.3em;}
        .wrap_search .list_search{ font-size: 1.3em;}


        /* mobile 티에디션 박스아이템 관련*/

        #ttItem9878 .mask_op .tt-post-title{font-size: 1.6rem !important;}
        #ttItem9878 .mask_op .tt-post-summary{color:#666666 !important; font-size: 1.1rem !important;}
        #ttItem9878 .mask_op .tt-post-date{display:block !important; position:absolute; margin-top:4px; right:10px; color:#666666 !important; font-size: 1.2rem !important; opacity:1; filter:alpha(opacity=100);}

        .mobile_more_list_bt{display:block;width: 100%;margin: 3% 0 !important;text-align: center; margin-top: 2% !important;}
        .more_list_bt{display:none;}
        #staticMenu{display:none;}

        .foot_banner #banner_youtb iframe{    height: 371px;width: 96% !important;margin: 0 2% !important;max-width: 100% !important;}

        #container{
            padding-top: 8%;
        }

        #sort_box_m {
            display:block;
            position:relative;
            overflow:hidden;
            overflow-x:auto;
            -webkit-overflow-scrolling:touch;
            width:100%;
            height:144px;
            padding: 10px 0 !important;
            white-space: nowrap;
        }


        #sort_box_m .sortBox_slide_m {
            position:absolute;
            left:0;
            overflow:hidden;
            width: 746px;
            min-width:100%;
            background: #d1d1d1;
        }
        #sort_box_m .btn_sort_m {
            float:left;
            width:16.6%;
            height:auto;
            background: #d1d1d1;
        }
        #sort_box_m .btn_sort_m:last-child {
            margin-right:0;
        }
        #sort_box_m .btn_sort_m img {
            /*width:100%;*/
        }

        #searchList { position:relative; width:100%; float:left; padding-top:0px; padding-right:10px;}


        .wrap_search{
            width: /*@post-width*/100%/*@*/ !important;
            max-width: 100% !important;
        }

        /* 모바일 > 카테고리 메인 */
        #searchList h3 { margin-left:10px; }
        #searchList .searchList_thumb { left:10px; }
        #searchList .searchList_thumb .thumb_cover {
            width:100px !important;
            height:100px !important;
        }
        #searchList .searchList_content {
            margin-left: 120px;
            padding-top: 3px;
        }
        #searchList .searchList_title a {
            font-size:16px;
        }
        #searchList .searchList_txt {
            width:100%;
            font-size:12px;
            line-height:1.6;
        }
        #searchList .searchList_thumb img {
            width:100px;
            height:100px;
        }

        .wrap_posting {width:100% !important; max-width: 100% !important;   }
        .foot_banner img{ width:96% !important; margin: 0 2% !important; max-width: 100% !important;}
        .foot_banner li { margin-bottom : 3% !important; }
        #header{
            display:none;
        }
        #header_m{
            display: block;
            position: fixed;
            z-index: 1000;
            height: 60px;
            min-width: 320px;
            width: 100%;
            margin: 0 auto;
            top:0;
        }
        #header_mobile{
            width: 100%;
            margin: 0 auto;
            text-align: center;
            border-bottom: 1px solid #ff572a;
            background-color: #fff;
        }
        #header_mobile .m_top_logo{
        }
        #header_mobile .m_top_search{
            cursor: pointer;
            width: 10%;
            position: absolute;
            right: 7px;
            top: 15px;
        }
        #header_mobile .m_top_search > img {
            width:80%;
            max-width:100%;
            max-width:40px;
        }

        /* 검색 */
        .btn_close{
            width: 15%;
            cursor: pointer;
            display: table-cell;
            vertical-align: middle;
        }
        .btn_close img{
            max-width: 100%;
            height: auto;
        }

        .top_form_m{
            width: 100%;
            vertical-align: middle;
            padding:3px 56px 0 3px;
        }
        .top_form_m input{
            width:100%;
            height:50px;
            line-height:50px;
            outline:none;
            font-size:20px;
            text-indent: 10px;
        }

        #ttItem9878 .tt-wrap-item .list_slide_box2{
            padding: 0;
            overflow: hidden;
            margin-bottom: 2%;
        }
        #ttItem9878 .tt-wrap-item .list_slide_box2_1{
            padding: 0;
            overflow: hidden;
        }
        #ttItem9878 .tt-wrap-item .list_slide_box2_1_1{
            padding: 0;
            overflow: hidden;
            margin-bottom: 2%;
        }

        /* 메뉴 팝 */
        /*  체크 박스  */
        .wrap_comment .wrap_secret{ float: left; width: 25%;}
        .wrap_comment .wrap_secret .txt_secret{font-size: 1.2em; width: 100%; line-height: 1.4em;}

        input[type=checkbox] {
            display: none;
        }

        input[type=checkbox] + label{
            display: inline-block;
            cursor: pointer;
            position: relative;
            padding-left: 25px;
            margin-right: 15px;
            font-size: 13px;
        }

        input[type=checkbox]+ label:before {

            content: "";
            display: inline-block;

            width: 20px;
            height: 20px;

            margin-right: 10px;
            position: absolute;
            left: 0;
            bottom: 1px;
            background-color: #ccc;
            border-radius: 2px;
            box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
        }
        input[type=checkbox]:checked + label:before {

            content: "\2713";
            text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
            font-size: 18px;
            font-weight:800;
            text-align: center;
            line-height: 18px;

        }
        /*  체크 박스 end */

        #footer {
            min-width:100%;
        }

        .footer_content_pc {
            display:none;
        }
        .footer_content_mobile {
            display:block;
        }
        .footer_content_mobile .left_area {
            width:50%;
            float:left;
            margin-left:15px;
        }
        .footer_content_mobile .right_area {
            width:40%;
            float:right;
            margin-right:15px;
            text-align:right;
        }
    } /* @media all and (max-width: 768px) */



    @media all and (max-width: 768px) {

        #show_list0 .mask_op {width:100%;}

    }





    @media all and (max-width: 640px) {
        .top_form_m input {font-size: 20px;}
        #gnb li a span>img{
            width:40%;
        }
        .m3_sub2>a{
            font-size:1rem !important;
        }

        #sort_box_m {
            display:block;
            position:relative;
            overflow:hidden;
            overflow-x:auto;
            -webkit-overflow-scrolling:touch;
            width:100%;
            height:90px;
            padding: 10px 0 !important;
            white-space: nowrap;
        }

        #sort_box_m .sortBox_slide_m {
            position:absolute;
            white-space: nowrap;
            left:0;
            overflow:hidden;
            width: 480px;
            min-width:100%;
        }
        #sort_box_m .btn_sort_m {
            text-align:center;
            height:70px;
            background: #d1d1d1;
            width:80px;
        }
    }


    @media all and (max-width: 420px) {
        .top_form_m input {font-size: 20px;}
    }

    @media all and (max-width: 320px) {
        .wrap_comment .wrap_secret .txt_secret {font-size:1.05em;}
        .footer_content_mobile .left_area img {width:35px;}
        .footer_content_mobile .right_area img {width:118px;}
        #paging {width:90%; margin:0 auto; float:none;}
        #paging .inner {width:100%;}
        #paging .num .selected {padding: 0 8px 0 9px;}
    }


    .another_category {
        border: 0 !important;
        font-size:14px !important;
    }
    .another_category th {
        font-size:14px !important;
    }









    /******************************** 20170220 추가 *************************************/


    .img_recentPost{
        width: 100%;
    }

    .wrap_relation_postBox ol li, .wrap_news_post ol li{
        height:25px;
    }
    .wrap_facebook_post{
        background:#f9f7f7 url('./images/bg_sidebarBox2.jpg') no-repeat;
        margin-top:13px;
    }

    .wrap_posting .tit .date a {
        font-size: 12px;
        font-weight: 900;
    }
    .wrap_posting .tit .date {
        font-size: 12px;
        font-weight: 900;
    }


    .wrap_youtubebox {
        background: url(./images/bg_sidebarBox3.jpg) no-repeat;
        margin-top: 13px;
    }

    #navi_on > ul > li > ul > li.submenu a {
        height: 27px;
    }
    .wrap_relation_post, .wrap_news_post, .wrap_facebook_post, .wrap_youtubebox {
        margin-top: 24px;
    }
    .box_sidebar {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    #thum_wrap>.flexslider>.flex-control-nav{display:none !important;}
    #thum_wrap>.flexslider>.flex-direction-nav a {
        top: 49.75% !important;
    }
    .footer_t{background:#787878 !important;border:none !important;}
    .menu_pop{display:none;}









    /******************************* 추가 미디어 쿼리 ********************************/
    @media (max-width: 768px){
        #ttItem3559 .mainbox .mainbox_thumbnail {
            width:100%;
            height:100%;
        }
        #ttItem3559 .mainbox {
            width: 100%;
        }
        #ttItem3559 .tt-wrap-item .list_slide_box2_1 {
            margin-right: 0px;
        }
        #ttItem2509 .mask_op .tt-post-date {
            display: block !important;
            position: absolute;
            margin-top: 4px;
            right: 10px;
            color: #666666 !important;
            font-size: 1.2rem !important;
            opacity: 1;
            filter: alpha(opacity=100);
        }
        #ttItem2509 .mask_op .tt-post-title {
            /*color: #e51937 !important;*/
            font-size: 1.6rem !important;
        }
        #ttItem2509 .mask_op .tt-post-summary {
            color: #666666 !important;
            font-size: 1.1rem !important;
        }
        #ttItem2509 .mask_op .mainbox_info {
            padding: 15px 0 10px;
        }
        #ttItem2509 .tt-wrap-item .list_slide_box2 {
            padding: 0 0 0 0%;
            overflow: hidden;
            margin-bottom: 10px;
            height: 100%;
            width: 48%;
            margin: 1%;
        }
        #ttItem2509 .tt-wrap-item .list_slide_box2_1 {
            padding: 0 0 0 0;
            overflow: hidden;
            margin-bottom: 10px !important;
            height: 100%;
            width: 48%;
            margin: 1%;
        }
        #ttItem2509 .tt-wrap-item .list_slide_box2_1_1 {
            padding: 0 0 0 0%;
            overflow: hidden;
            margin-bottom: 10px;
            height: 100%;
            display:none;
        }
        #ttItem9878 .tt-wrap-item .list_slide_box2_1 {
            height: 100%;
            width: 48%;
            margin: 1%;
        }
        #ttItem9878 .tt-wrap-item .list_slide_box2 {
            height: 100%;
            width: 48%;
            margin: 1%;
        }
        #ttItem9878 .tt-wrap-item .list_slide_box2_1_1 {
            height: 100%;
            width: 48%;
            margin: 1%;
        }
        div#ttCanvas #ttItem9878 {
            margin-bottom: 15%;
        }

        .footer_content_mobile .left_area {
            width: 100%;
            margin-left: 0px;
        }
        .footer_content_mobile .left_area ul{
            width: 100%;display:inline-block;
        }
        .footer_content_mobile .left_area ul li{
            width:14.28%;
            float:left;
            background: #b3b3b3;
            text-align: center;
            border-right: 1px solid #fff;
        }
        .footer_content_mobile .left_area ul li img{
            width:100%;
            max-width: 60px;

        }

        #footer {height:160px;}
        #footer .footer_sns {width:16% !important;}
        #footer .footer_sns img {width:45% !important;}
        #footer .footer_sns_wrap {height: 60px;}
        #footer .footer_sns_wrap .footer_sns_box .footer_div {height:60px;}
        #footer .footer_sns_wrap .footer_sns_box .footer_sns {padding-top: 15px;}

        #footer .footer_content_wrap {height:100px;}
        #footer .footer_content_box {width: 100%; height: 100px;}
        #footer .left_box {width: 45%; padding-left:10px; padding-top:33px;}
        #footer .left_box img {width: 70%;}
        #footer .right_box {width:50%; padding-top:33px; font-size:9px; padding-right:1%;}
        #footer .right_box a:link, #footer .right_box a:active, #footer .right_box a:visited, #footer .right_box a:hover {font-size: 9px;}

        .top_searchbox_m {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            display: inline-block;
            background: #eee;
            margin: 0;
            z-index:101;
            padding:3% 5px;
            position:absolute;
            display:none;
        }
        #gnb>li>a>span {
            float: none;
            margin-right: 0px;
            margin-left:3px;
            width: 100%;
        }
        #gnb>li>a>span>img {
            width: 2%;
        }
        #header_mobile {
            display: inline-block;
            padding: 4% 0;
        }

        #header_mobile .m_top_logo {
            width: 90%;
            float: left;
        }
        #header_mobile .m_top_logo a img {
            width: 50%;margin-left: 10%;
        }

        .top_form_m {
            width:89%;
            padding: 1.2% 3% 1% 1%;
            float: left;
        }
        .top_form_m input {
            width: 100%;
            height: 50px;
            line-height: 50px;
            outline: none;
            font-size: 20px;
            text-indent: 10px;
            border-radius: 6px;
            border:none
        }
        .btn_search2 {
            width: 10%;
            position:absolute;
            right:7px;
            top:50%;
            margin-top:-18px;
        }
        .btn_search2 img{
            width:80%;
            height:80%;
            max-width:40px;
        }
        #header_mobile .m_top_menu {
            width: 9%;
            margin-right:4%;
            position:absolute;
            left:10px;
            top:25px;
        }
        .m_top_menu img{
            width:100%;
            max-width:40px;
        }

        #ttCanvas {
            padding: 0px;
        }
        #ttItemGroup400, #ttItemGroup2054{
            padding: 0% 1% !important;
        }
        .mobile_more_list_bt {
            display: block;
            width: 100%;
            margin: 4% auto !important;
        }
        .mobile_more_list_bt img{
            width:100%;
        }
        #ttItemGroup1459937107 {
            margin-bottom: 0px !important;
        }
        .img_hotPost, .img_recentPost {
            margin-left: 1% !important;
        }
        .img_hotPost>img{
            /*width:15%;*/
            max-width:320px;
        }
        .img_recentPost>img{
            /*width:21%;*/
            max-width:320px;
        }
        #ttItem2509 .mask_op .mainbox_info {
            padding: 10px 0 12px;width: 65%;
        }
        #ttItem9878 .mask_op .mainbox_info {
            padding: 10px 0 12px;width: 65%;

        }


        /* 서브페이지 */
        #searchList li, #searchRplist li {
            background: #f7f7f7;
            border-radius: 0px 0px 0px 0px;
            box-shadow: 1px 1px 1px #ececec;
            position: relative;
            border-bottom: 1px solid #ececec;
            border-right: 1px solid #ececec;
            height: auto;
            overflow: hidden;
            margin-top: 10px;
        }
        #searchList .searchList_txt {
            display: none;
        }
        #searchList .date {
            display: none;
        }
        #searchList .searchList_thumb .thumb_cover {
            width: 100% !important;
            padding-bottom: 100%;
        }
        #searchList .searchList_thumb {
            position: relative;
        }
        #searchList .searchList_content {
            margin-left: 10px;
            padding-top: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: url(./images/bg_subTitle.png) no-repeat;
            background-size: 100% 100%;
        }
        #searchList .searchList_title {
            margin-bottom: 0%;
        }


        .searchList_tag{
            display:none;
        }
        #searchList {
            padding-top: 20px;
        }
        #searchList .searchList_title a {
            color: #fff;
            height: auto;
            padding: 3% 0%;
            text-indent: 5%;
            width: 95%;
        }
        #container {
            background: none;
        }
        .ellipsis {
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
        #paging {
            margin-bottom: 10%;
        }

        #header_mobile .m_top_logo a img {
            max-width: 170px;
        }
        #header_mobile {
            padding: 2% 0;
        }
        #searchList li, #searchRplist li {
            box-shadow: none;
            border-bottom: none;
        }


    }/* 768 */


    @media (max-width: 670px){


    }/* 670 */




    @media (max-width: 540px){

        #ttItem2509 .mask_op .tt-post-title {
            font-size: 1.3rem !important;
            text-indent: 5%;
        }
        #ttItem9878 .mask_op .tt-post-title {
            font-size: 1.3rem !important;
            text-indent: 5%;
        }
        #ttItem2509 .mask_op .mainbox_info {
            width: 55%;
        }
        #ttItem9878 .mask_op .mainbox_info {
            width: 55%;

        }
        .wrap_posting .tit .date a {
            font-size: 14px;
        }
        .wrap_posting .tit .date {
            font-size: 1.4em;
        }
        #searchList .searchList_title a {
            font-size: 14px;
        }
        #searchList .searchList_title {
            width: 90%;
        }
        #container {
            padding-top: 8%;
        }




    }/* 540 */



    @media (max-width: 420px){
        .mainbox_btn img{
            width:100%;
        }
        #ttItem2509 .mask_op .mainbox_info {
            width: 65%;padding: 6px 0 12px;
        }
        #ttItem9878 .mask_op .mainbox_info {
            width: 65%;padding: 6px 0 12px;

        }
        #ttItemGroup1459937107{
            height: 240px !important;
        }
        .wrap_posting .tit .date {
            font-size: 10px;
        }
        .wrap_posting .tit .date a {
            font-size: 10px;
        }
        #ttItem2509 .mask_op .tt-post-title {
            font-size: 1.05rem !important;
        }
        .flex-direction-nav a {
            width: 30px !important;
            height: 30px !important;
        }
        .flex-control-paging li a.flex-active {
            width: 20px !important;
            height: 7px !important;
        }
        .flex-control-paging li a {
            width: 7px !important;
            height: 7px !important;
        }
        .flex-control-nav li {
            margin: 0 2px !important;
        }
        .top_form_m input {
            height: 40px;
            line-height: 40px;
            margin-left:3px;
        }
        .top_form_m {
            padding: 1.6% 3% 1.5% 1%;
        }
        .wrap_posting .tit .link {
            font-size: 20px;
        }

        .m_top_menu img {
            width: 90%;
        }
        #header_mobile {
            padding: 2% 0 2% 0;
        }
        #header_mobile .m_top_logo a img {
            max-width: 160px;
        }
        #container {
            padding-top: 10%;
        }



    }/* 420 */


    @media (max-width: 380px){
        #ttItemGroup1916{
            /* height: 235px !important; */
        }
    }/* 380 */



    @media (max-width: 320px){
        #ttItemGroup1459937107{
            height: 190px !important;
        }

    }/* 320 */



    /******************************************************** 20170320 추가 수정 ***********************************************************/
    .another_category h4 {font-size:14px; color:#a6a6a6;}
    .another_category h4 a {font-size:18px; color:#4c4c4c;}

    /* .list_related li:last-child{display:none !important;} */
    .another_category table {
        display: none;
    }


    .list_related .thumb_type{ position: relative; border-bottom: 1px solid #cbcbcb; overflow: hidden; margin-top: 20px; height:180px; background-position: center center; background-size: cover; }
    .thumb_related{ position: absolute; left: 0px; width:320px;	height:180px; background-position:center center; background-size:cover; }
    .thumb_related>a{display:table-cell; width:71%; float:none; padding-left:2%;}
    .list_related .thumb_type .searchList_content { margin-left:340px; }
    .list_related .searchList_tag2 { width:80%; height:73px; overflow:hidden; }
    .list_related .thumb_type .btn-more{ position:absolute; right:0px; bottom:0px; }
    .txt_related{
        color: #bf5ba1;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 2% 0;
        display: inline-block;
        line-height: 24px;
        width:100%;
    }
    .list_related .searchList_tag2{
        width: 100%;
        max-height: 118px !important;
    }

    .date_related{position:absolute;left:250px;bottom:5px;font-size:12px; color:#d3d3d3;}

    .searchList_tag2 a {
        padding: 2px 22px;
        display: inline-block;
        font-family: "Noto Sans KR", "Nanum Gothic" !important;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 20px;
        color:#989898 !important;
        margin-right: 10px;
        float:left;
        margin-bottom:10px;
        font-weight:500;
    }

    .tagbox {
        border-top:1px solid #cccccc;
        border-bottom:1px solid #cccccc;
        display:table;
        width:100%;
    }
    .tagbox h3 {
        display:table-cell;
        color: #555;
        font-size: 36px;
        text-align:center;
        width: 25%;
        vertical-align:middle;
    }
    .tagbox ul{
        width:75%;
        display:table-cell;
        border-left:1px solid #ccc;
        padding-left: 2%;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .tagbox ul li {
        display: inline;
        padding: 0px;
    }
    .tagbox ul li a{
        padding: 2px 20px;
        display: inline-block;
        font-size: 16px;
        font-size:bold;
        border: 1px solid #989898;
        border-radius: 15px;
        color: #989898 !important;
        margin-right: 3px;
        margin-bottom: 5px;
    }
    .wrap_comment .wrap_cmtwrite {
        margin: 21px 0 0 0;
        padding: 12px 11px 13px 10px;
        position:relative;
    }


    .wrap_comment .box_homepage {display:none;}
    .wrap_comment .text {font-size: 11px;}
    .wrap_comment .wrap_secret .txt_secret {margin-top: 6px;}

    .another_category h4 a {
        font-weight: 900 !important;
    }
    .sns_btn_txt{
        font-size: 12px;font-weight:900;color:#737373;margin-left:1%;
    }
    #paging .num span {
        padding: 0 5px 0 5px;
    }
    .wrap_comment .tf_txt {
        width: 100%;
    }
    .wrap_comment .box_password .tf_txt {
        width: 100%;
    }
    .btn_commentOpen{display: none;
        color:#d9d9d9;
        border-bottom: 1px solid #a9a8b5;
        border-top: 1px solid #a9a8b5;
        text-align: center;
        padding: 3% 0;
        font-size: 20px;
        margin: 5% 0;
        cursor: pointer;
    }
    #paging .link_prev, #paging .link_next {
        padding-left: 0px;
    }
    #paging .num .selected {
        padding: 0 5px 0 5px;
    }





    @media (max-width: 768px){
        .wrap_comment .wrap_cmtwrite {
            margin: 10px 0 0 0;
            padding: 12px 0px 14px 0px;
        }
        .wrap_comment .box_tf {
            float: left;
            height: 19px;
            margin: 0px 0px 5px 0px;
            border: 1px solid #a9a8b5;
            background-color: #fff;
        }
        .wrap_comment .box_name {
            width: 48%;
            height: 40px;
            float: left;
        }
        .wrap_comment .box_password {
            width: 48%;
            height: 40px;
            float: right;
        }
        .wrap_comment .box_name .text {
            color: #d9d9d9;
        }
        .wrap_comment .box_password .text {
            color: #d9d9d9;
        }
        .wrap_comment .tf_desc {
            height: 400px;
        }
        .wrap_comment .wrap_secret {
            width: 100px;
            position: absolute;
            bottom: -7%;
            left: 1.5%;
        }
        .wrap_comment .wrap_secret .txt_secret {
            width: 70px;
        }
        .wrap_comment .wrap_cmtwrite .wrap_btn {
            float: right;
        }
        input[type=checkbox]+ label:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            bottom: 1px;
            background-color: #fff;
            border:1px solid #a9a8b5;
            border-radius: 2px;
            box-shadow: none;
        }
        .tagbox ul li a {
            padding: 3px 15px;
            font-size:14px;
        }
        .list_comment .name {
            font-size: 1em;
        }


    }

    @media (max-width: 650px){

        .wrap_comment .tf_desc {
            height: 300px;
        }

        .txt_related {
            font-size: 16px;line-height: 20px;
        }
        .searchList_tag2>a {
            padding: 0px 15px;
            font-size: 12px;
        }
        .date_related {
            right: 5px;
            bottom: 0px;
            font-size: 10px;
        }
        .title_lineBox .date {
            font-size: 15px;
        }
        .title_lineBox .date a {
            font-size: 15px;
        }
        .title_op2 {
            font-size: 13px;
        }
        .wrap_posting .wrap_content .tit {
            padding: 35px 10px 30px 0px;
        }




    }


    @media (max-width: 540px){

        .title_lineBox .date {
            font-size: 14px;
        }
        .title_lineBox .date a {
            font-size: 14px;
        }
        .wrap_comment .text {
            line-height: 33px !important;
        }
        .wrap_comment .box_password {
            height: 35px;
        }
        .wrap_comment .box_name {
            height: 35px;
        }
        .btn_commentOpen {
            font-size: 16px;
        }





    }




    @media (max-width: 520px){
        .tagbox h3 {
            font-size: 16px;
            font-weight: 900;
        }
        .another_category h4 {
            font-size: 14px !important;
        }
        .searchList_tag2>a {
            padding: 1px 8px;
            font-size: 13px;
            line-height: 13px;
            margin-right: 3px;
            border-radius: 8px;
        }
        .txt_related {
            font-size: 14px;
            line-height: 16px;
            margin: 3% 0 2% 0;
        }
        .tagbox ul li a {
            font-size: 13px;
            border-radius: 8px;
            padding: 1px 8px;
            line-height: 13px;
        }
        .wrap_posting .tit .link {
            font-size: 20px;
        }

    }


    @media (max-width: 450px){

        .title_line2 {padding-top: 2%;}
        .rp_admin {width: 108%;}
    }


    @media (max-width: 420px){

        .wrap_comment .tf_desc {height: 200px;}
        .wrap_comment .wrap_cmtwrite .wrap_btn {margin: 0 auto 30px auto; width: 120px;height: 40px;}
        .wrap_comment .wrap_cmtwrite .wrap_btn {width: 120px; height: 40px;}
        .wrap_comment .wrap_cmtwrite .btn_submit {font-size: 14px;font-weight: 900 !important;}
        .wrap_comment .box_name .text {font-size: 14px !important;}
        .wrap_comment .box_password .text {font-size: 14px !important;}
        .txt_related {
            font-size: 13px;
            line-height: 15px;
            margin: 4% 0 0% 0;
        }
        .another_category h4 a {
            font-weight: 900 !important;
        }
        .searchList_tag2>a {
            padding: 1px 8px;
            margin-bottom: 4px;
            line-height: 13px;
        }
        .searchList_tag2{

        }
        .tagbox h3 {
            line-height: 14px;
        }
        .tagbox ul li a {
            margin-bottom: 4px;
            margin-right: 0px;
        }
        .btn_commentOpen {
            font-size: 12px;
        }
        .list_related .thumb_type {
            min-height: 120px;
        }



    }

    /******* everland tv s ********/
    #everlandtv_container {
        display:none;
        width:100%;
    }
    #everlandtv_container .img_main {
        height:255px;
        background: url("./images/everlandtv_imgMain.jpg") no-repeat center center;
    }
    #everlandtv_container .gnb_area {
        height:70px;
        border-bottom:10px solid #e4e4e4;
        background:#fff;
    }
		#everlandtv_container .gnb_area_inner{
			width:1000px;
			margin:0 auto;
		}
    #everlandtv_container .gnb_area a {
        display:inline-block;
        font-size:18px;
        font-weight:bold;
        color:#474747;
        vertical-align:top;
        line-height:60px;
    }

    #everlandtv_container .gnb_area a:hover {
        color:#0cb9c1;
    }
    #everlandtv_container .gnb_area a.active {
        color:#0cb9c1;
    }

    #everlandtv_container .gnb_box {
        width:1000px !important;
        height:60px;
        margin:0 auto;
        overflow:hidden;
        text-align:center;
    }


    #everlandtv_container .everlandtv_slider {
        position: relative !important;
        width:100%;
        background:#fff;
    }

    .flexslider_everlandtv {
        width:1000px;
        margin:0 auto;
        padding:30px 0;
        position: relative !important;
        zoom: 1 !important;
    }

    .flex-direction-nav .flex-prev {
        left: 10px !important;
    }
    .flex-direction-nav .flex-next {
        right: 10px !important;
        text-align: right !important;
    }

    .flexslider_everlandtv:hover .flex-direction-nav .flex-prev {
        opacity: 0.7 !important;
        filter: alpha(opacity=70);
        left: 10px !important;
    }
    .flexslider_everlandtv:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1 !important;
    }
    .flexslider_everlandtv:hover .flex-direction-nav .flex-next {
        opacity: 0.7 !important;
        filter: alpha(opacity=70);
        right: -10px !important;
    }
    .flexslider_everlandtv:hover .flex-direction-nav .flex-next:hover {
        opacity: 1 !important;
    }
    .flexslider_everlandtv .flex-control-paging {
        bottom: 55px;
    }

    .everlandtv_latest_area {
        width:1000px;
        margin:0 auto;
    }


    .everlandtv_latest {}
    /* Main티에디션 > EVERLAND TV - s */
    .everlandtv_latest .img_hotPost {
        width: 100%;
        margin: 30px 0 20px;
        position:relative;
    }
    .everlandtv_latest .title-img { position:absolute; left:0px;}
    .everlandtv_latest .img_hotPost .etv_title {
        color:#0cb9c1;
        font-weight:800;
        font-size:30px;
        padding-left:75px;
    }
    .everlandtv_latest .img_hotPost .etv_subtitle {
        color:#4c4c4c;
        font-weight:500;
        font-size:25px;
    }
    .everlandtv_latest .img_hotPost .btn_area { position:absolute; top:25px; right:0px; }
    .everlandtv_latest .tt-wrap-item {margin:0; padding:0;}

    .everlandtv_latest {
        width: 100% !important;
        max-width: 1000px !important;
        padding-bottom: 0 !important;
    }
    .everlandtv_latest .tt-wrap-item .list_slide_box2 {
        position: relative !important;
        overflow: hidden;
        margin-right: 20px;
    }
    .everlandtv_latest .tt-wrap-item .list_slide_box2_1 {
        padding: 0 0 0 0;
        overflow: hidden;
        margin-right: 20px;
    }
    .everlandtv_latest .tt-wrap-item .list_slide_box2_1_1 {
        overflow: hidden;
        margin-right: 0px;
        cursor: pointer;
    }
    .everlandtv_latest .mainbox {
        width:420px;
        height:100%;
        padding:0 !important;
    }
    .everlandtv_latest .mainbox .box_hotPost {
        box-sizing:border-box;
        display:none;
        position:absolute;
        width:100%;
        height:100%;
        border:5px solid #18d77f;
        z-index:10;
    }
    .everlandtv_latest .mainbox .mainbox_thumbnail {
        width:420px;
        height:420px;
    }
    .everlandtv_latest .mainbox .mainbox_thumbnail img {
        width:100%;
        height:100%;
    }
    .everlandtv_latest .mask_op {
        background: #fff;
        width: 100%;
        line-height: 1.4;
        padding:15px 0 0 16px;
    }
    .everlandtv_latest .mask_op .mainbox_btn {
        float:left;
        width: 50px;
        padding: 20px 0 0 25px;
    }
    .everlandtv_latest .mask_op .mainbox_info {
        float:left;
        width: 335px;
        height:74px;
    }
    .everlandtv_latest .tt-post-category {
        font-size: 16px !important;
        color: #919191 !important;
    }
    .everlandtv_latest .mask_op .tt-post-title {
        display:block;
        margin-top:5px;
        font-size: 20px !important;
        color: #575757 !important;
        width: 100%;
        line-height:1.2;
    }
    /* Main티에디션 > EVERLAND TV - e */
    /******* everland tv e ********/
    #searchList .searchList_tag { max-height:75px !important;}
    #searchList .searchList_txt { height:0px; }
    .menu_pop { display:none;}



    /************************** cyj s **************************/

    /******* 에버랜드tv > 카테고리화면 s *******/
    #searchList_everlandtv {
        width:100%;
        max-width:100%;
        padding:0;
    }

    #searchList_everlandtv h3 {display:none;}

    #searchList_everlandtv li {
        list-style:none;
        box-sizing:border-box;
        position: relative;
        width:320px;
        height: 260px;
        overflow: hidden;
        margin: 20px 20px 0 0;
        float: left;
    }
    #searchList_everlandtv li:nth-child(3n) { margin: 20px 0 0 0; }

    #searchList_everlandtv .box_hover {
        position:absolute;
        width:100%;
        height:260px;
        cursor:pointer;
        z-index:10;
    }
    #searchList_everlandtv .box_hover:hover {
        border: 5px solid #18d77f;
    }

    .searchList_thumb a img {
        display:block;
        width:320px;
        height:180px;
    }

    #searchList_everlandtv .searchList_title {
        margin-top: 5px;
        font-size: 20px;
        color: #575757 !important;
        width: 340px;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }
    #searchList_everlandtv .searchList_content {
        background: #fff;
        width: 100%;
        height: 92px;
        line-height: 1.4;
        padding: 20px;
        position: relative;
    }
    #searchList_everlandtv .searchList_content a {
        color:#575757;
    }
    #searchList_everlandtv .searchList_content .btn_box {
        display:none !important;
    }
    /******* 에버랜드tv > 카테고리화면 e *******/



    /******* 에버랜드tv > 컨텐츠화면 s *******/
    #everlandtv_another_cate h4 {
        border-bottom:0;
    }
    #container_top .gnb_area {
        height:70px;
        border-bottom:10px solid #e4e4e4;
        background:#fff;
    }

    #container_top .gnb_box {
        max-width:1040px;
        width:100%;
        height:60px;
        text-align: center;
        margin:0 auto;
        overflow:hidden;
    }



    #container_top .gnb_area .gnb_div {
        display: inline-block;
        width:88px;
        height:60px;
        background: url("./images/everlandtv_gnb_div.jpg") no-repeat center center;
    }
    #container_top .gnb_area div {
        display: inline-block;
        font-size: 22px;
        font-weight: bold;
        color: #474747;
        vertical-align: top;
        line-height: 60px;
        cursor:pointer;
    }

    #container_top .gnb_area div:hover {
        color:#bf5ba1 !important;
    }
    #container_top .gnb_area div.active {
        color:#bf5ba1 !important;
    }

    .area_related_everlandtv .list_related .thumb_type {
        box-sizing:border-box;
        width: 100%;
        max-width:336px;
        position: relative;
        float:left;
        margin-right:15px;
        background-color:#fff;
        border:0;
    }


    .area_related_everlandtv .list_related .thumb_type:nth-child(3n) { margin-right:0; }
    .area_related_everlandtv .list_related .thumb_type .btn-more {
        right: 9px;
        bottom: 22px;
    }
    .area_related_everlandtv .list_related .thumb_type .btn-more>img {
        width:80%;
    }
    .area_related_everlandtv .thumb_related {
        width: 100%;
        display: block;

    }
    .area_related_everlandtv .txt_related {
        color: #575757;
        font-size:16px;
        line-height:1.3;
        margin: 20px;
        width: 270px;
    }
    .area_related_everlandtv .thumb_related>img {
        width: 100%;
        max-width: 336px;
        max-height: 336px;
        vertical-align: top;
    }
    .area_related_everlandtv .link_related {
        display: block;
        width: 100%;
        position: relative;
        padding:0 0 10px 0;
    }
    /******* 에버랜드tv > 컨텐츠화면 e *******/




    @media only screen and (min-width : 1200px){



    } /* @media only screen and (min-width : 1200px) */
    /* @media only screen and (min-width : 1px) and (max-width : 768px) */

    /************************** cyj e **************************/





    .area_related_everlandtv { overflow:hidden; }
    .area_related_everlandtv .thumb_related { position:static; }
    .area_related_everlandtv .list_related .thumb_type { height:auto; }

    @media only screen and (min-width : 769px) and (max-width : 1000px) {
        body{overflow-x:hidden;}
        .menu_pop { display:none;}

        /*상단헤더
    #hot_keyword_area .keyword_box a { font-size: 16px; }
    #navi .topmenu > li > a > img { width:80%;  -webkit-transition:width 0.5s, -webkit-transform 0.5s; transition:width 0.5s, transform 0.5s;}
    #navi_on { width:100%; }
    */
        #ttCanvas { width:98% !important; margin:0 auto; -webkit-transition:width 1s -webkit-transform 1s;
            transition:width 1s; transform 1s;}

        /*푸터*/
        #footer .footer_content_box  { width:98%; padding:0 1%; }
        #footer .footer_sns_wrap .footer_sns_box .footer_sns { width:16%; }
        #footer .left_box,
        #footer .right_box{ width: auto;}


        /*메인 슬라이드*/
        div#ttCanvas .tt-item a { font-size:24px !important; }
        ul.slides .caption { height:auto; padding: 23px 0 20px 50px !important;}
        ul.slides .caption .title { width:70%; max-width:800px; }
        .flex-direction-nav a { width:50px !important; height:50px !important; margin:-25px 0 0 0 !important;}
        .flex-direction-nav a > img{ width:100% }

        /*메인 핫포스트*/
        #ttItem3559 .tt-wrap-item .list_slide_box2_1 { width:31%; margin-right:3.5%; }
        #ttItem3559 .tt-wrap-item .list_slide_box2 { width:31%; margin-right:3.5%;}
        #ttItem3559 .tt-wrap-item .list_slide_box2_1_1 { width:31%;}
        #ttItem3559 .mainbox .mainbox_thumbnail { width:100%; height:180px;}
        #ttItem3559 .mask_op { height:auto; }
        #ttItem3559 .mask_op .mainbox_info { width:100%; height:auto; float:none; }
        #ttItem3559 .mask_op .tt-post-title { font-size: 17px !important; height:40px; overflow:hidden; }
        #ttItem3559 .mask_op { position:relative; padding:7px; }
        #ttItem3559 .mainbox .mainbox_thumbnail > img { display:block; }
        #ttItem3559 .mask_op .mainbox_btn { position:absolute; right:10px; top:17px; margin-top:-0px; padding:0px; width:20px; }
        #ttItem3559 .mask_op .mainbox_btn > img { width:20px; height:20px;}



        /*메인 에버랜드 TV*/
        #ttItem1308 .tt-wrap-item .list_slide_box2_1 { width:31%; margin-right:3.5%; }
        #ttItem1308 .tt-wrap-item .list_slide_box2 { width:31%; margin-right:3.5%;}
        #ttItem1308 .tt-wrap-item .list_slide_box2_1_1 { width:31%;}
        #ttItem1308 .mainbox .mainbox_thumbnail { width:100%; height:180px;}
        #ttItem1308 .mask_op { height:auto; }
        #ttItem1308 .mask_op .mainbox_info { width:100%; height:auto; float:none; }
        #ttItem1308 .mask_op .tt-post-title { font-size: 17px !important; height:40px; overflow:hidden; }
        #ttItem1308 .mask_op { position:relative; padding:7px; }
        #ttItem1308 .mainbox .mainbox_thumbnail > img { display:block; }
        #ttItem1308 .mask_op .mainbox_btn { position:absolute; right:10px; top:17px; margin-top:-0px; padding:0px; width:20px; }
        #ttItem1308 .mask_op .mainbox_btn > img { width:20px; height:20px;}

        #ttItem3134 .tt-wrap-item .list_slide_box2_1 { width:31%; margin-right:3.5%; }
        #ttItem3134 .tt-wrap-item .list_slide_box2 { width:31%; margin-right:3.5%;}
        #ttItem3134 .tt-wrap-item .list_slide_box2_1_1 { width:31%;}
        #ttItem3134 .mainbox .mainbox_thumbnail { width:100%; height: auto;}
        #ttItem3134 .mask_op { height:auto; }
        #ttItem3134 .mask_op .mainbox_info { width:100%; height:auto; float:none; }
        #ttItem3134 .mask_op .tt-post-title {
            display: block;
            font-size: 17px !important;
            color: #575757 !important;
            width: 100%;
            line-height: 1.26;
            margin-bottom: 10px;
        }
        #ttItem3134 .mask_op { position:relative; padding:7px; }
        #ttItem3134 .mainbox .mainbox_thumbnail{ width:100%; height:180px;}
        #ttItem3134 .mainbox .mainbox_thumbnail > img { display:block; }
        #ttItem3134 .mask_op .mainbox_btn { position:absolute; right:10px; top:17px; margin-top:-0px; padding:0px; width:20px; }
        #ttItem3134 .mask_op .mainbox_btn > img { width:20px; height:20px;}
        /*서브 리스트 페이지*/
        #container {width:98% !important; margin:24px auto 0 auto; -webkit-transition:width 1s -webkit-transform 1s; transition:width 1s; transform 1s;}
        #searchList{ width:80%;}
        #sidebar { max-width:auto; }
        .wrap_posting { width:80%; padding-right:40px; margin-right:0px; }
        #searchList .searchList_tag { width:100%; max-height:118px !important;}
        #sidebar .sidebar_snsTable table,
        #sidebar .sidebar_snsTable th,
        #sidebar .sidebar_snsTable td { height:auto; }
        #sidebar .sidebar_snsTable table,
        #sidebar .sidebar_snsTable th,
        #sidebar .sidebar_snsTable td img { width:100%; max-width:80px; }
        #searchList .searchList_title a { height:44px; }
        #searchList .searchList_thumb { width:200px; height:113px; }
        #searchList .searchList_thumb .thumb_cover {  width:200px !important; height:113px !important; }
        #searchList .searchList_content { margin-left:220px;}
        #searchList li,
        #searchRplist li { height:113px; }

        /*에버랜드*/
        #everlandtv_container { width:98% !important; margin:0 auto; -webkit-transition:width 1s -webkit-transform 1s;
            transition:width 1s; transform 1s;}
        #everlandtv_container ul.slides .caption .title a { font-size:24px !important;}
        .flexslider_everlandtv { padding:0px; margin:30px auto; }
        .flexslider_everlandtv,
        .everlandtv_latest_area{ width:100%; }
        .flexslider_everlandtv .tt-post-thumb {width:100%;}
        .everlandtv_latest .tt-wrap-item .list_slide_box2_1 { width:31%; margin-right:3.5%; }
        .everlandtv_latest .tt-wrap-item .list_slide_box2 { width:31%; margin-right:3.5%;}
        .everlandtv_latest .tt-wrap-item .list_slide_box2_1_1 { width:31%;}
        .everlandtv_latest .mainbox .mainbox_thumbnail { width:100%; height: 350px;}
        .everlandtv_latest .mainbox .mainbox_thumbnail img { display:block; }
        .everlandtv_latest .mask_op { position:relative; padding:0px; }
        .everlandtv_latest .mask_op .mainbox_btn { position: absolute; right: 15px; top: 9px; margin-top: -0px; padding: 0px; width: 20px; }
        .everlandtv_latest .mask_op .mainbox_btn > img { width:20px; }
        .everlandtv_latest .mask_op .tt-post-title { font-size: 18px !important; height: 42px; overflow: hidden;}
        .everlandtv_latest .mask_op .mainbox_info { float:none; width:85%; padding: 16px 13px 7px; }

        #searchList_everlandtv li { width:31%; margin-right:3.5%; list-style:none; float:left; height:100%; margin-bottom:20px; }
        #searchList_everlandtv li:nth-child(3n) { margin-right:0; }
        #searchList_everlandtv .box_hover { height:100%; }
        #searchList_everlandtv li .searchList_thumb { width:100%; height: auto;}
        #searchList_everlandtv li .mask_op { height:auto; }
        #searchList_everlandtv .searchList_thumb a img { width:100%; height:auto; float:none; }
        #searchList_everlandtv .searchList_content { padding:7px; position:relative; }
        #searchList_everlandtv .searchList_title { width:100%; font-size:18px; }

        .area_related_everlandtv .list_related li.thumb_type{ width: 31%; margin-right: 3.5% }
        .area_related_everlandtv .list_related li.thumb_type:last-child{ margin-right: 0% }
        .area_related_everlandtv .txt_related { margin:10px 7px 10px 7px; width:80%; }
        .area_related_everlandtv .list_related .thumb_type .btn-more { top:10px; right:0px; }
        .area_related_everlandtv .thumb_related { height:150px; }
        .area_related_everlandtv .searchList_content { position:relative; }
        #container_top .gnb_area .gnb_div { width:7%; }
        #container_top .gnb_area div { font-size:18px; }

    }

    @media only screen and (min-width : 769px) and (max-width : 1199px) {
        #everlandtv_container .gnb_box { width:100%; }
        #everlandtv_container .gnb_box { padding-left:0px !important; text-align:center; }
        #everlandtv_container .gnb_area a { display:inline-block; float:none; line-height: 60px; vertical-align: top; padding:0 1%; margin-top:0px !important; width:12%; font-size: 18px !important; text-align:center; -webkit-transition:width 1s -webkit-transform 1s;
            transition:width 1s; transform 1s; }
        #everlandtv_container .gnb_area .gnb_div { display:inline-block; float:none; width:2% !important; }
    }

    @media only screen and (min-width : 550px) and (max-width : 768px){
        #container{ margin-top:77px;}
        .flexslider_everlandtv .slides li { height:auto !important; }
        .flexslider_everlandtv .slides li .slide_cover {background-size:13% }
        /*서브 리스트 페이지*/
        #searchList h3 { margin-left:0px; padding: 25px 0 20px; }
        #searchList { float:none; width:94.6% !important; margin:0 auto; -webkit-transition:width 1s -webkit-transform 1s;
            transition:width 1s; transform 1s; padding-right:0px; }
        #searchList .searchList_tag { display:block; width:90%; max-height: 65px !important; }
        #searchList .searchList_tag  a { font-size:14px; padding:2px 15px; margin-right:5px; }
        #searchList li { float:none; width:100%; }
        #searchList li > div { display: -webkit-flex; display: flex; }
        #searchList .searchList_thumb { width:200px; height:200px; left:0px; vertical-align:center; }
        #searchList .searchList_thumb .thumb_cover { width:200px !important; height:200px !important;}
        #searchList .searchList_content { -webkit-flex: 1; flex: 1; position:relative;  }
        #searchList .searchList_title a { color: #bf5ba1; font-size:17px !important; text-indent:0%; display:block; white-space:unset; max-height:52px; margin-bottom:10px; line-height:1.2;  }
        #searchList .btn_box { right:15px; }
        #sidebar {  width:94.6% !important; margin:0 auto 100px auto; -webkit-transition:width 1s; -webkit-transform 1s;
            transition:width 1s; transform 1s; max-width:709.5px; }
        #sidebar .recentPost ul.recentPost_box { background:none; border-top:1px solid #ccc; }
        #sidebar .sidebar_snsTable,
        #sidebar .recentPost .btn_box{ display:none; }
        .thumb_type .btn-more img{ width:60px !important; }
        .list_related .searchList_tag2 { height:50px; overflow:hidden;}
        .date_related { display:none;}

        .thumb_type .thumb_related { width:200px !important; height:200px !important;}
        .list_related .thumb_type .searchList_content { margin-left:220px; }
        .list_related .thumb_type { height:200px; }
        .list_related .thumb_type .txt_related { font-size:17px; padding: 3% 0%; max-height:52px; }
        .list_related .searchList_tag2{ max-height:65px; height:65px;}
        .list_related .searchList_tag2 a { font-size: 14px; padding: 2px 15px;  margin-right: 5px;}

    }



    @media only screen and (min-width : 481px) and (max-width : 768px){
        #header_mobile { height:75px; }
        /*모바일 메뉴*/
        .menu_pop {	display:none; width: 100%; margin-left: 0px; top: 7.5%; z-index: 155; min-width: 171px; background:rgba(0, 0, 0, 0.8) url('./images/mobile_menu_back.png') repeat-y left top;  padding-top: 5%; position: absolute; background-size:100% 100%; }
        .menu_pop li { text-align: left;	border-top:none; padding:4% 0; border-bottom:1px solid #462d33; position:relative; }
        .menu_pop .close-btn { position:absolute; right:0px; top:50%; margin-top:-20px; text-align:center;}
        .menu_pop .close-btn > img { width:60%; }
        .menu_pop li a { color:#fff; }
        .menu_pop li .main-title { position:relative; }
        .menu_pop li .main-title a { font-weight:bold; font-size:1.6rem; padding-left:12%; position:relative; }
        .menu_pop li .main-title a:after{ content:""; position:absolute; background:url('./images/gray_dot.png') left center no-repeat; width: 42px; height: 10px; left: 4%; top: 20px; }
        .menu_pop li .main-title .open-btn { font-size:2rem; position: absolute; right: 32px; color:#fff; }
        .menu_pop li .sub {padding:5% 0 5% 10%;;}
        .menu_pop li .sub li  { padding:0; border-bottom:none; padding:1% 0; }
        .menu_pop li .sub li a { font-size:1.5rem; padding-left:5%; position:relative; }
        .menu_pop li .sub li a:after{ position:absolute; content:"";  background:url('./images/whit_dot.png') left center no-repeat; width:11px; height:13px; left: 11px; top: 50%; margin-top: -6.5px;  }

        #ttCanvas { width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
            transition:width 1s; transform 1s;}
        #footer .footer_sns_wrap  { height:auto; }
        #footer .right_box { text-align:right; }
        #footer .footer_sns_wrap .footer_sns_box .footer_div {height:70px;}
        #footer .footer_sns img { width: 45% !important; max-width: 43px; }

        div#ttCanvas .tt-item a { font-size:16px !important; }
        .img_hotPost, .img_recentPost { margin-left: 0% !important; position:relative; }
        .img_hotPost .btn_area { position:absolute; right:0px; top:50%; margin-top:-14px !important; }
        div#ttCanvas .tt-component { float:none !important; }
        .flex-direction-nav a { width:40px !important; height:40px !important; margin:0 0 0 0 !important;}
        .flex-direction-nav a > img{ width:100% }


        /*메인 슬라이드*/
        div#ttCanvas .tt-item a { font-size:18px !important; }
        ul.slides .caption { height:auto; padding: 14px !important; background: url('./images/bg_mainSlide_caption.png') repeat; bottom:0px !important;}
        ul.slides .caption .title { width:70%; max-width:300px; min-height:48px; }
        #ttItem4708 { margin:0 -2.8% !important; width:105.7% !important;}
        ul.slides .caption .cate { font-size: 16px !important; margin-bottom: 10px !important;}
        .flex-control-paging { right: 15px; }
        .flex-control-paging li { margin: 0 4px !important;}

        /*메인 핫포스트*/
        #ttItem3559 { overflow:hidden; }
        #ttItem3559 .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
        #ttItem3559 .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
        #ttItem3559 .tt-wrap-item .list_slide_box2_1_1 { display:none;}
        #ttItem3559 .mainbox .mainbox_thumbnail { width:100%; height: auto;}
        #ttItem3559 .mask_op .mainbox_info { width:100%;}
        div#ttCanvas #ttItem3559 .tt-post-category { font-size:14px !important;}
        #ttItem3559 .mask_op .tt-post-title { font-size: 16px !important; }
        #ttItem3559 .mask_op { position:relative; padding:7px; overflow:hidden; height:auto }
        #ttItem3559 .mask_op .mainbox_info { height:auto; }
        #ttItem3559 .mainbox .mainbox_thumbnail > img { display:block; }
        #ttItem3559 .mask_op .mainbox_btn { position:absolute; right:8px; top:9px; margin-top:-0px; padding:0px; width:20px; }
        #ttItem3559 .mask_op .mainbox_btn > img { width:20px; height:20px;}

        /*메인 에버랜드 TV*/
        #ttItem1308 .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
        #ttItem1308 .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
        #ttItem1308 .tt-wrap-item .list_slide_box2_1_1 { display:none; }
        #ttItem1308 .mainbox .mainbox_thumbnail { width:100%; height: auto;}
        #ttItem1308 .mask_op .mainbox_info { width:100%;}
        div#ttCanvas #ttItem1308 .tt-post-category { font-size:14px !important;}
        #ttItem1308 .mask_op .tt-post-title { font-size: 16px !important; }
        #ttItem1308 .mask_op { position:relative; padding:7px; overflow:hidden; height:auto }
        #ttItem1308 .mask_op .mainbox_info { height:auto; }
        #ttItem1308 .mainbox .mainbox_thumbnail > img { display:block; }
        #ttItem1308 .mask_op .mainbox_btn { position:absolute; right:8px; top:9px; margin-top:-0px; padding:0px; width:20px; }
        #ttItem1308 .mask_op .mainbox_btn > img { width:20px; height:20px;}

        #ttItem3134 .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
        #ttItem3134 .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
        #ttItem3134 .tt-wrap-item .list_slide_box2_1_1 { display:none; }
        #ttItem3134 .mainbox .mainbox_thumbnail { width:100%; height: auto;}
        #ttItem3134 .mask_op .mainbox_info { width:100%;}
        div#ttCanvas #ttItem3134 .tt-post-category { font-size:14px !important;}
        #ttItem3134 .mask_op .tt-post-title { font-size: 16px !important; }
        #ttItem3134 .mask_op { position:relative; padding:7px; overflow:hidden; height:auto }
        #ttItem3134 .mask_op .mainbox_info { height:auto; }
        #ttItem3134 .mainbox .mainbox_thumbnail > img { display:block; }
        #ttItem3134 .mask_op .mainbox_btn { position:absolute; right:8px; top:9px; margin-top:-0px; padding:0px; width:20px; }
        #ttItem3134 .mask_op .mainbox_btn > img { width:20px; height:20px;}

        /* 상세페이지 */
        .wrap_posting { width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
            transition:width 1s; transform 1s; padding-top:40px; float:none; }

        /*에버랜드*/
        #everlandtv_container { width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
            transition:width 1s; transform 1s; position:relative; }
        .flexslider_everlandtv,
        .everlandtv_latest_area{ width:100%; }
        #everlandtv_container ul.slides .caption .title a { font-size:18px !important;}
        .flexslider_everlandtv .tt-post-thumb {width:100%; display:block;}
        .everlandtv_latest .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
        .everlandtv_latest .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
        .everlandtv_latest .tt-wrap-item .list_slide_box2_1_1 { display:none;}
        .everlandtv_latest .mainbox .mainbox_thumbnail { width:100%; height: auto;}
        .everlandtv_latest .mainbox .mainbox_thumbnail img { display:block; height:250px;}
        .everlandtv_latest .mask_op { position:relative; padding:0px; height:auto; padding:7px; }
        .everlandtv_latest .mask_op .mainbox_btn { position: absolute; right: 15px; top: 23px; margin-top: -0px; padding: 0px; width: 20px; }
        .everlandtv_latest .mask_op .mainbox_btn > img { width:20px; }
        .everlandtv_latest .mask_op .tt-post-title { font-size: 16px !important; height: 38px; overflow: hidden;}
        .everlandtv_latest .mask_op .mainbox_info { float:none; width:82%; height:50px}
        #everlandtv_container .everlandtv_top_slider-wrap {margin: 0 -2.8% !important; width: 105.7% !important; position:relative; margin-bottom:100px; }
        #everlandtv_container .everlandtv_slider { width:100%; }
        #everlandtv_container .flexslider_everlandtv { padding:0; margin-bottom:100px; }
        #everlandtv_container .gnb_area { position:absolute; bottom:-70px; z-index:20; left:0; width:100%;  }
        #everlandtv_container .gnb_box {width:100%; text-align:left; }
        #everlandtv_container .gnb_area .gnb_div { width:2%; }
        #everlandtv_container .gnb_area a { font-size:15px; width:12.3%; text-align:center; }
        #everlandtv_container .img_main { height: 0px; background: url(./images/everlandtv_imgMain_m.jpg) no-repeat center center; padding:8.5% 0; margin-top:18%; background-size:cover; }

        #searchList_everlandtv { overflow:hidden; width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
            transition:width 1s; transform 1s; position:relative; }
        #searchList_everlandtv li { width: 48.65%; margin-right: 2.7%; list-style:none; float:left; height:100%; margin-bottom:20px; }
        #searchList_everlandtv li:nth-child(odd){ margin-right: 2.7%; }
        #searchList_everlandtv li:nth-child(even):after{ clear:both; content:""; display:table; }
        #searchList_everlandtv .box_hover { height:100%; }
        #searchList_everlandtv li .searchList_thumb { width:100%; height: auto;}
        #searchList_everlandtv li .mask_op { height:auto; }
        #searchList_everlandtv .searchList_thumb a img { width:100%; height:auto; float:none; }
        #searchList_everlandtv .searchList_content { padding:7px; position:relative; height:auto; }
        #searchList_everlandtv .searchList_title { width:100%; font-size:16px; }

        .area_related_everlandtv .list_related li.thumb_type{ width: 48.65%; margin-right:0px; }
        .area_related_everlandtv .list_related li.thumb_type:nth-child(odd){ margin-right: 2.7%; }
        .area_related_everlandtv .txt_related { margin:10px 7px 10px 7px; width:80%; }
        .area_related_everlandtv .list_related .thumb_type .btn-more { top:50%; margin-top:-10px; right:10px; }
        .area_related_everlandtv .list_related .thumb_type .btn-more > img { width:20px !important; height:20px !important; }
        .area_related_everlandtv .thumb_related {width:100% !important; height:200px !important; }
        .area_related_everlandtv .searchList_content { position:relative; }
        #container_top .gnb_area .gnb_div { width:7%; }
        #container_top .gnb_area div { font-size:15px; }


    }

    @media only screen and (min-width : 1px) and (max-width : 549px){
        #container{ margin-top:77px;}
        .flexslider_everlandtv .slides li { height:auto !important; }
        .flexslider_everlandtv .slides li .slide_cover {background-size:13% }
        /*서브 리스트 페이지*/
        #searchList h3 { font-size:16px; }
        #searchList h3 span.category_name,
        #sidebar .recentPost .title_box{ font-size:18px; }
        #searchList h3 { margin-left:0px; padding: 25px 0 20px; }
        #searchList { float:none; width:94.6% !important; margin:0 auto; -webkit-transition:width 1s -webkit-transform 1s;
            transition:width 1s; transform 1s; padding-right:0px; }
        #searchList .searchList_tag { display:block; width:90%; max-height: 65px !important; }
        #searchList .searchList_tag  a { font-size:12px; padding:2px 10px; margin-right:5px; }
        #searchList li { float:none; width:100%; }
        #searchList li > div { display: -webkit-flex; display: flex; }
        #searchList .searchList_thumb { width:150px; height:150px; left:0px; vertical-align:center; }
        #searchList .searchList_thumb .thumb_cover { width:150px !important; height:150px !important;}
        #searchList .searchList_content { -webkit-flex: 1; flex: 1; position:relative;  }
        #searchList .searchList_title a { color: #bf5ba1; font-size:15px !important; text-indent:0%; display:block; white-space:unset; max-height:43px; margin-bottom:10px; line-height:1.2;  }
        #searchList .btn_box { right:8px; }
        #searchList .btn_box img { width:60px !important; }
        #sidebar {  width:94.6% !important; margin:0 auto 50px auto; -webkit-transition:width 1s; -webkit-transform 1s;
            transition:width 1s; transform 1s; max-width:709.5px; }
        #sidebar .recentPost ul.recentPost_box { background:none; border-top:1px solid #ccc; }
        #sidebar .sidebar_snsTable,
        #sidebar .recentPost .btn_box{ display:none; }
        #sidebar .recentPost ul li a { font-size:14px; }
        .thumb_type .btn-more img{ width:60px !important; }
        .list_related .searchList_tag2 { height:50px; overflow:hidden;}
        .date_related { display:none;}

        .thumb_type .thumb_related { width:150px !important; height:150px !important;}
        .list_related .thumb_type .searchList_content { margin-left:170px; }
        .list_related .thumb_type { height:150px; }
        .list_related .thumb_type .txt_related { font-size:15px; padding: 3% 0%; max-height:52px; }
        .list_related .searchList_tag2{ max-height:65px; height:65px;}
        .list_related .searchList_tag2 a { font-size: 12px; padding: 2px 10px;  margin-right: 5px;}

        .area_related_everlandtv .thumb_related {width:100% !important; height:200px !important; }
        .area_related_everlandtv .txt_related { margin:10px 7px 0px 7px; width:75%; padding:0% !important; }
        .area_related_everlandtv .searchList_content { position:relative; padding-bottom:10px; }

    }

    @media only screen
    and (min-width : 1px)
    and (max-width : 480px) {
        #header_mobile { height:55px; }
        .menu_pop {	display:none; width: 100%; margin-left: 0px; top: 9%; z-index: 155; min-width: 171px; background:rgba(0, 0, 0, 0.8) url('./images/mobile_menu_back.png') repeat-y left top;  padding-top: 3%; position: fixed; background-size:100% 100%;}
        .menu_pop li { text-align: left;	border-top:none; padding:6% 0; border-bottom:1px solid #462d33; position:relative; }
        .menu_pop .close-btn { position:absolute; right:0px; top:50%; margin-top:-16px; text-align:center; display:block; }
        .menu_pop .close-btn > img { width:50%; }
        .menu_pop li a { color:#fff; }
        .menu_pop li .main-title { position:relative; }
        .menu_pop li .main-title a { font-weight:bold; font-size:1.3rem; padding-left:10%; position:relative; }
        .menu_pop li .main-title a:after{ content:""; position:absolute; background:url('./images/gray_dot.png') left center no-repeat; width: 26px; height: 10px; left: 4%; top: 12px; }
        .menu_pop li .main-title .open-btn { font-size:1.6rem; position: absolute; right: 32px; color:#fff; }
        .menu_pop li .sub {padding:5% 0 5% 10%;;}
        .menu_pop li .sub li  { padding:0; border-bottom:none; padding:1% 0; }
        .menu_pop li .sub li a { font-size:1.1rem; padding-left:5%; position:relative; }
        .menu_pop li .sub li a:after{ position:absolute; content:"";  background:url('./images/whit_dot.png') left center no-repeat; width:11px; height:13px; left: 0px; top: 50%; margin-top: -6.5px;  }

        #ttCanvas { width:94.6% !important; margin:0 auto; -webkit-transition:width 1s -webkit-transform 1s;
            transition:width 1s; transform 1s;}

        #footer .footer_sns_wrap  { height:auto; }
        #footer .right_box { text-align:right; }
        div#ttCanvas .tt-item a { font-size:16px !important; }
        .img_hotPost, .img_recentPost { margin: 25px 0 10px !important; position:relative; }
        .img_hotPost .btn_area { position:absolute; right:-10px; top:50%; margin-top:-14px !important; }
        .img_hotPost .btn_area img {width:80%;}
        div#ttCanvas .tt-component { float:none !important; }
        .flex-direction-nav a { width:30px !important; height:30px !important; margin:-20px 0 0 0 !important;}
        .flex-direction-nav a > img{ width:100% }


        /*메인 슬라이드*/
        div#ttCanvas .tt-item a { font-size:14px !important; }
        ul.slides .caption { height:auto; padding: 7px !important; background: url('./images/bg_mainSlide_caption.png') repeat; bottom:0px !important;}
        ul.slides .caption .title { width:70%; max-width:300px; min-height:42px; }
        #ttItem4708 { margin:0 -2.8% !important; width:105.7% !important;}
        ul.slides .caption .cate { font-size: 12px !important; margin-bottom: 0px !important;}
        .flex-control-paging { right: 15px; }
        .flex-control-paging li { margin: 0 4px !important;}

        /*메인 핫포스트*/
        #ttItem3559 { overflow:hidden; }
        #ttItem3559 .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
        #ttItem3559 .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
        #ttItem3559 .tt-wrap-item .list_slide_box2_1_1 { display:none;}
        #ttItem3559 .mainbox .mainbox_thumbnail { width:100%; height: auto;}
        #ttItem3559 .mask_op .mainbox_info { width:100%;}
        div#ttCanvas #ttItem3559 .tt-post-category { font-size:12px !important;}
        #ttItem3559 .mask_op .tt-post-title { font-size: 13px !important; font-weight:600; line-height:1.3; }
        #ttItem3559 .mask_op { position:relative; padding:7px; overflow:hidden; height:auto }
        #ttItem3559 .mask_op .mainbox_info { height:auto; }
        #ttItem3559 .mainbox .mainbox_thumbnail > img { display:block; height:170px;}
        #ttItem3559 .mask_op .mainbox_btn { position:absolute; right:8px; top:11px; margin-top:-0px; padding:0px; width:15px; }
        #ttItem3559 .mask_op .mainbox_btn > img { width:15px; height:15px;}


        /*메인 에버랜드 TV*/
        #ttItem1308 .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
        #ttItem1308 .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
        #ttItem1308 .tt-wrap-item .list_slide_box2_1_1 { display:none; }
        #ttItem1308 .mainbox .mainbox_thumbnail { width:100%; height: auto;}
        #ttItem1308 .mask_op .mainbox_info { width:100%;}
        div#ttCanvas #ttItem1308 .tt-post-category { font-size:12px !important;}
        #ttItem1308 .mask_op .tt-post-title { font-size: 13px !important; font-weight:600; line-height:1.3;}
        #ttItem1308 .mask_op { position:relative; padding:7px; overflow:hidden; height:auto }
        #ttItem1308 .mask_op .mainbox_info { height:auto; }
        #ttItem1308 .mainbox .mainbox_thumbnail > img { display:block; height:170px;}
        #ttItem1308 .mask_op .mainbox_btn { position:absolute; right:8px; top:11px; margin-top:-0px; padding:0px; width:15px; }
        #ttItem1308 .mask_op .mainbox_btn > img { width:15px; height:15px;}

        #ttItem3134 .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
        #ttItem3134 .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
        #ttItem3134 .tt-wrap-item .list_slide_box2_1_1 { display:none; }
        #ttItem3134 .mainbox .mainbox_thumbnail { width:100%; height: auto;}
        #ttItem3134 .mask_op .mainbox_info { width:100%;}
        div#ttCanvas #ttItem3134 .tt-post-category { font-size:12px !important;}
        #ttItem3134 .mask_op .tt-post-title { font-size: 13px !important; font-weight:600; line-height:1.3;}
        #ttItem3134 .mask_op { position:relative; padding:7px; overflow:hidden; height:auto }
        #ttItem3134 .mask_op .mainbox_info { height:auto; }
        #ttItem3134 .mainbox .mainbox_thumbnail > img { display:block; height:170px;}
        #ttItem3134 .mask_op .mainbox_btn { position:absolute; right:8px; top:11px; margin-top:-0px; padding:0px; width:15px; }
        #ttItem3134 .mask_op .mainbox_btn > img { width:15px; height:15px;}

        /*에버랜드*/
        #everlandtv_container { width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
            transition:width 1s; transform 1s;}
        .flexslider_everlandtv,
        .everlandtv_latest_area{ width:100%; }
        #everlandtv_container ul.slides .caption .title a { font-size:16px !important;}
        #everlandtv_container ul.slides .caption .title { height:40px; min-height:40px; overflow:hidden; }
        .flexslider_everlandtv .tt-post-thumb {width:100%; display:block;}
        .everlandtv_latest .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
        .everlandtv_latest .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
        .everlandtv_latest .tt-wrap-item .list_slide_box2_1_1 { display:none;}
        .everlandtv_latest .mainbox .mainbox_thumbnail { width:100%; height: auto;}
        .everlandtv_latest .mainbox .mainbox_thumbnail img { display:block; height:180px;}
        .everlandtv_latest .mask_op { position:relative; padding:0px; height:auto; padding: 23px 11px 0px 7px; }
        .everlandtv_latest .mask_op .mainbox_btn { position: absolute; right: 8px; top: 5px; margin-top: -0px; padding: 0px; width: 15px; }
        .everlandtv_latest .mask_op .mainbox_btn > img { width:15px; }
        .everlandtv_latest .mask_op .tt-post-title { font-size: 13px !important; height: 33px; overflow: hidden;}
        .everlandtv_latest .mask_op .mainbox_info { float:none; width:100%; height:40px; }
        .flexslider_everlandtv .flex-control-paging { bottom:25px; }
        #everlandtv_container .everlandtv_top_slider-wrap {margin: 0 -2.8% !important; width: 105.7% !important; position:relative; margin-bottom:100px; }
        #everlandtv_container .everlandtv_slider { width:100%; }
        #everlandtv_container .flexslider_everlandtv { padding:0; margin-bottom:80px; }
        #everlandtv_container .gnb_area { position:absolute; bottom:-45px; z-index:20; left:0; width:100%; overflow-x:scroll;  overflow-y:hidden; height:45px; border-bottom: 5px solid #e4e4e4;}
        #everlandtv_container .gnb_box {width:100%; min-width:520px; height:40px; text-align:left; }
        #everlandtv_container .gnb_area .gnb_div { width:2%; height:45px;}
        #everlandtv_container .gnb_area a { font-size:14px; width:auto; text-align:center; padding:0 10px; line-height:45px;}
        #everlandtv_container .img_main { height: 0px; background: url(./images/everlandtv_imgMain_m.jpg) no-repeat center center; padding:11%; margin-top:18%; background-size:cover; }

        #searchList_everlandtv { overflow:hidden; width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
            transition:width 1s; transform 1s; position:relative; }
        #searchList_everlandtv li { width: 48.65%; margin-right: 2.7%; list-style:none; float:left; height:100%; margin-bottom:20px; }
        #searchList_everlandtv li:nth-child(odd){ margin-right: 2.7%; }
        #searchList_everlandtv li:nth-child(even):after{ clear:both; content:""; display:table; }
        #searchList_everlandtv .box_hover { height:100%; }
        #searchList_everlandtv li .searchList_thumb { width:100%; height: auto;}
        #searchList_everlandtv li .mask_op { height:auto; }
        #searchList_everlandtv .searchList_thumb a img { width:100%; height:170px; float:none; }
        #searchList_everlandtv .searchList_content { padding:7px; position:relative; height:auto; }
        #searchList_everlandtv .searchList_title { width:100%; font-size:14px; font-weight:300; line-height: 1.3; }


        /* 상세페이지 */
        .wrap_posting { width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
            transition:width 1s; transform 1s; padding-top:40px; float:none; }


        /*페이징*/
        #paging .numbox,
        #paging .link_prev, #paging .link_next  { font-size:13px;}

        .area_related_everlandtv .list_related li.thumb_type{ width: 48.65%; margin-right:0px; }
        .area_related_everlandtv .list_related li.thumb_type:nth-child(odd){ margin-right: 2.7%; }
        .area_related_everlandtv .txt_related { margin:10px 7px 0px 7px; width:75%; padding:0% !important; }
        .area_related_everlandtv .list_related .thumb_type .btn-more { top:50%; margin-top:-7.5px; right:10px; }
        .area_related_everlandtv .list_related .thumb_type .btn-more > img { width:15px !important; height:15px !important; }
        .area_related_everlandtv .thumb_related {width:100% !important; height:150px !important; }
        .area_related_everlandtv .searchList_content { position:relative; padding-bottom:10px; }
        #container_top .gnb_area .gnb_div { width:7%; }
        #container_top .gnb_area div { font-size:15px; }
        #container_top .gnb_area { overflow-x:scroll; }
        #container_top .gnb_box { min-width:520px; }
    }


    /**** 컨텐츠용 스타일 s ****/

    .youtubeWrap {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
    }
    .youtubeWrap iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    /**** 컨텐츠용 스타일 e ****/

}
#searchList .searchList_txt {
    display: none;
}
#searchList .searchList_thumb .thumb_cover {
    width: 100% !important;
    padding-bottom: 100%;
}
#searchList .searchList_thumb {
    position: relative;
}
#searchList .searchList_content {
    margin-left: 10px;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(./images/bg_subTitle.png) no-repeat;
    background-size: 100% 100%;
}
#searchList .searchList_title {
    margin-bottom: 0%;
}


.searchList_tag{
    display:none;
}
#searchList {
    padding-top: 20px;
}
#searchList .searchList_title a {
    color: #fff;
    height: auto;
    padding: 3% 0%;
    text-indent: 5%;
    width: 95%;
}
#container {
    background: none;
}
.ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#paging {
    margin-bottom: 10%;
}

#header_mobile .m_top_logo a img {
    max-width: 200px;
}
#header_mobile {
    padding: 2% 0;
}
#searchList li, #searchRplist li {
    box-shadow: none;
}


}/* 768 */


@media (max-width: 670px){


}/* 670 */




@media (max-width: 540px){

    #ttItem2509 .mask_op .tt-post-title {
        font-size: 1.3rem !important;
        text-indent: 5%;
    }
    #ttItem9878 .mask_op .tt-post-title {
        font-size: 1.3rem !important;
        text-indent: 5%;
    }
    #ttItem2509 .mask_op .mainbox_info {
        width: 55%;
    }
    #ttItem9878 .mask_op .mainbox_info {
        width: 55%;

    }
    .wrap_posting .tit .date a {
        font-size: 14px;
    }
    .wrap_posting .tit .date {
        font-size: 1.4em;
    }
    #searchList .searchList_title a {
        font-size: 14px;
    }
    #searchList .searchList_title {
        width: 90%;
    }




}/* 540 */



@media (max-width: 420px){
    .mainbox_btn img{
        width:100%;
    }
    #ttItem2509 .mask_op .mainbox_info {
        width: 65%;padding: 6px 0 12px;
    }
    #ttItem9878 .mask_op .mainbox_info {
        width: 65%;padding: 6px 0 12px;

    }
    #ttItemGroup1459937107{
        height: 240px !important;
    }
    .wrap_posting .tit .date {
        font-size: 10px;
    }
    .wrap_posting .tit .date a {
        font-size: 10px;
    }
    #ttItem2509 .mask_op .tt-post-title {
        font-size: 1.05rem !important;
    }
    .flex-direction-nav a {
        width: 30px !important;
        height: 30px !important;
    }
    .flex-control-paging li a.flex-active {
        width: 20px !important;
        height: 7px !important;
    }
    .flex-control-paging li a {
        width: 7px !important;
        height: 7px !important;
    }
    .flex-control-nav li {
        margin: 0 2px !important;
    }
    .top_form_m input {
        height: 40px;
        line-height: 40px;
        margin-left:3px;
    }
    .top_form_m {
        padding: 1.6% 3% 1.5% 1%;
    }
    .wrap_posting .tit .link {
        font-size: 20px;
    }

    .m_top_menu img {
        width: 90%;
    }
    #header_mobile {
        padding: 2% 0 0.2% 0;
    }
    #header_mobile .m_top_logo a img {
        /*max-width: 160px;*/
    }


}/* 420 */


@media (max-width: 380px){
    #ttItemGroup1916{
        /* height: 235px !important; */
    }
}/* 380 */



@media (max-width: 320px){
    #ttItemGroup1459937107{
        height: 190px !important;
    }

}/* 320 */



/******************************************************** 20170320 추가 수정 ***********************************************************/
.another_category h4 {font-size:14px; color:#a6a6a6;}
.another_category h4 a {font-size:15px; color:#4c4c4c;}

/* .list_related li:last-child{display:none !important;} */
.another_category table {
    display: none;
}


.list_related .thumb_type{ position: relative; border-bottom: 1px solid #cbcbcb; height: 180px; overflow: hidden; margin-top: 20px; background-position: center center; background-size: cover; }
.thumb_related{ position: absolute; left: 0px; width:100%;	height:143px; background-position:center center; background-size:cover; }
.thumb_related>a{display:table-cell; width:71%; float:none; padding-left:2%;}
.list_related .thumb_type .searchList_content { margin-left:340px; }
.list_related .searchList_tag2 { width:80%; height:73px; overflow:hidden; }
.list_related .thumb_type .btn-more{ position:absolute; right:0px; bottom:0px; }
.txt_related{ color: #bf5ba1; font-size: 20px; font-weight: 600; margin: 0 0 2% 0; display: inline-block; line-height: 24px; width:95%; }
.list_related .searchList_tag2{ width: 100%; max-height: 118px !important; }
.date_related{position:absolute;left:320px;bottom:2px;font-size:12px; color:#d3d3d3;}

.searchList_tag2 a {
    padding: 2px 22px;
    display: inline-block;
    font-family: "Noto Sans KR", "Nanum Gothic" !important;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 20px;
    color:#989898 !important;
    margin-right: 10px;
    float:left;
    margin-bottom:10px;
    font-weight:500;
}

.tagbox {
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    display:table;
    width:100%;
}
.tagbox h3 {
    display:table-cell;
    color: #555;
    font-size: 36px;
    text-align:center;
    width: 193px;
    vertical-align:middle;
}
.tagbox ul{
    width:567px;
    display:table-cell;
    border-left:1px solid #ccc;
    padding-left: 2%;
    padding-top: 18px;
    padding-bottom: 18px;
}
.tagbox ul li {
    display: inline;
    padding: 0px;
}
.tagbox ul li a{
    padding: 2px 20px;
    display: inline-block;
    font-size: 16px;
    font-size:bold;
    border: 1px solid #989898;
    border-radius: 15px;
    color: #989898 !important;
    margin-right: 3px;
    margin-bottom: 5px;
}
.wrap_comment .wrap_cmtwrite {
    margin: 21px 0 0 0;
    padding: 12px 11px 13px 10px;
    position:relative;
}


.wrap_comment .box_homepage {display:none;}
.wrap_comment .text {font-size: 11px;}
.wrap_comment .wrap_secret .txt_secret {margin-top: 6px;}

.another_category h4 a {
    font-weight: 900 !important;
}
.sns_btn_txt{
    font-size: 12px;font-weight:900;color:#737373;margin-left:1%;
}
#paging .num span {
    padding: 0 5px 0 5px;
}
.wrap_comment .tf_txt {
    width: 100%;
}
.wrap_comment .box_password .tf_txt {
    width: 100%;
}
.btn_commentOpen{display: none;
    color:#d9d9d9;
    border-bottom: 1px solid #a9a8b5;
    border-top: 1px solid #a9a8b5;
    text-align: center;
    padding: 3% 0;
    font-size: 20px;
    margin: 5% 0;
    cursor: pointer;
}
#paging .link_prev, #paging .link_next {
    padding-left: 0px;
}
#paging .num .selected {
    padding: 0 5px 0 5px;
}





@media (max-width: 768px){
    .wrap_comment .wrap_cmtwrite {
        margin: 10px 0 0 0;
        padding: 12px 0px 14px 0px;
    }
    .wrap_comment .box_tf {
        float: left;
        height: 19px;
        margin: 0px 0px 5px 0px;
        border: 1px solid #a9a8b5;
        background-color: #fff;
    }
    .wrap_comment .box_name {
        width: 48%;
        height: 40px;
        float: left;
    }
    .wrap_comment .box_password {
        width: 48%;
        height: 40px;
        float: right;
    }
    .wrap_comment .box_name .text {
        color: #d9d9d9;
    }
    .wrap_comment .box_password .text {
        color: #d9d9d9;
    }
    .wrap_comment .tf_desc {
        height: 400px;
    }
    .wrap_comment .wrap_secret {
        width: 100px;
        position: absolute;
        bottom: -7%;
        left: 1.5%;
    }
    .wrap_comment .wrap_secret .txt_secret {
        width: 70px;
    }
    .wrap_comment .wrap_cmtwrite .wrap_btn {
        float: right;
    }
    input[type=checkbox]+ label:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 1px;
        background-color: #fff;
        border:1px solid #a9a8b5;
        border-radius: 2px;
        box-shadow: none;
    }
    .tagbox ul li a {
        padding: 3px 15px;
        font-size:14px;
    }
    .list_comment .name {
        font-size: 1em;
    }


}

@media (max-width: 650px){

    .wrap_comment .tf_desc {
        height: 300px;
    }

    .txt_related {
        font-size: 16px;line-height: 20px;
    }
    .searchList_tag2>a {
        padding: 0px 15px;
        font-size: 12px;
    }
    .date_related {
        right: 5px;
        bottom: 0px;
        font-size: 10px;
    }
    .title_lineBox .date {
        font-size: 15px;
    }
    .title_lineBox .date a {
        font-size: 15px;
    }
    .title_op2 {
        font-size: 13px;
    }
    .wrap_posting .wrap_content .tit {
        /*padding: 35px 10px 30px 0px;*/
    }




}


@media (max-width: 540px){

    .title_lineBox .date {
        font-size: 14px;
    }
    .title_lineBox .date a {
        font-size: 14px;
    }
    .wrap_comment .text {
        line-height: 33px !important;
    }
    .wrap_comment .box_password {
        height: 35px;
    }
    .wrap_comment .box_name {
        height: 35px;
    }
    .btn_commentOpen {
        font-size: 16px;
    }





}




@media (max-width: 520px){
    .tagbox h3 {
        font-size: 16px;
        font-weight: 900;
    }
    .another_category h4 {
        font-size: 14px !important;
    }
    .searchList_tag2>a {
        padding: 1px 8px;
        font-size: 13px;
        line-height: 13px;
        margin-right: 3px;
        border-radius: 8px;
    }
    .txt_related {
        font-size: 14px;
        line-height: 16px;
        margin: 3% 0 2% 0;
    }
    .tagbox ul li a {
        font-size: 13px;
        border-radius: 10px;
        padding: 2px 8px;
        line-height: 13px;
    }
    .wrap_posting .tit .link {
        font-size: 20px;
    }

}


@media (max-width: 450px){

    .title_line2 {padding-top: 2%;}
    .rp_admin {width: 108%;}
}


@media (max-width: 420px){

    .wrap_comment .tf_desc {height: 200px;}
    .wrap_comment .wrap_cmtwrite .wrap_btn {margin: 0 auto 30px auto; width: 120px;height: 40px;}
    .wrap_comment .wrap_cmtwrite .wrap_btn {width: 120px; height: 40px;}
    .wrap_comment .wrap_cmtwrite .btn_submit {font-size: 14px;font-weight: 900 !important;}
    .wrap_comment .box_name .text {font-size: 14px !important;}
    .wrap_comment .box_password .text {font-size: 14px !important;}
    .txt_related {
        font-size: 13px;
        line-height: 15px;
        margin: 4% 0 0% 0;
    }
    .another_category h4 a {
        font-weight: 900 !important;
    }
    .searchList_tag2>a {
        padding: 1px 8px;
        margin-bottom: 4px;
        line-height: 13px;
    }
    .searchList_tag2{

    }
    .tagbox h3 {
        line-height: 14px;
    }
    .tagbox ul li a {
        margin-bottom: 4px;
        margin-right: 5px;
    }
    .btn_commentOpen {
        font-size: 12px;
    }
    .list_related .thumb_type {
        min-height: 120px;
    }



}











/******* everland tv s ********/
#everlandtv_container {
    display:none;
    width:100%;
}
#everlandtv_container .img_main {
    height:180px;
    background: url("./images/everlandtv_imgMain.jpg") no-repeat center center;
		cursor:pointer;
}
#everlandtv_container .gnb_area {
    height:70px;
    border-bottom:10px solid #e4e4e4;
    background:#fff;
}
#everlandtv_container .gnb_area .gnb_div {
    display:inline-block;
    width:88px;
    height:60px;
    background: url("./images/everlandtv_gnb_div.jpg") no-repeat center center;
}
#everlandtv_container .gnb_area li {
    float:left;
    font-size:18px;
    font-weight:bold;
    vertical-align:top;
    line-height:60px;
		width:12% !important;
}
#everlandtv_container .gnb_area li > a {
	display:block;
	color:#474747;
	text-align:center;
}

#everlandtv_container .gnb_area a:hover {
    color:#0cb9c1;
}
#everlandtv_container .gnb_area a.active {
    color:#0cb9c1;
}
.gnb_area_inner {
	width:100%;overflow:hidden;
}
#everlandtv_container .gnb_box {
    width:950px !important;
    height:60px;
    margin:0 auto;
    /* overflow:hidden; */
    text-align:center;
}
#everlandtv_container .gnb_box > div {
	width:100%;
	height:60px;
}

#everlandtv_container .gnb_box a {
	padding:0 20px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	-webkit-transition: width 1s -webkit-transform 1s;
	transition: width 1s;
	color: #474747;
	background: url(./images/everlandtv_gnb_div.jpg) no-repeat right center;
}
#everlandtv_container .gnb_box a.last {
	background:none;
}
div.slick-prev {
	background:url("./images/btn_arrow_prev.png") no-repeat center center;
	width:13px;
	height:22px;
	position: absolute;
	left: -20px;
	top:20px;
	z-index:100;
}
div.slick-next {
	background:url("./images/btn_arrow_next.png") no-repeat center center;
	width:13px;
	height:22px;
	position: absolute;
	right: -20px;
	top:20px;
	z-index:100;
}
.slick-slider {
    margin:0;
}
.slick-slide {
    text-align:center;
}
.slick-list {
	padding:0 80px;
}
#everlandtv_container .everlandtv_slider {
    position: relative !important;
    width:100%;
    background:#fff;
}

.flexslider_everlandtv {
    width:1000px;
    margin:0 auto;
    max-height:568px;
    position: relative !important;
    zoom: 1 !important;
		overflow:hidden;
}
.flexslider_everlandtv .slides li {
    height: 563px !important;
    overflow:hidden;
}

.flexslider_everlandtv li a > img {
    width:100%;
    height:100%;
    display:block;
}

.flex-direction-nav .flex-prev {
    left: 10px !important;
}
.flex-direction-nav .flex-next {
    right: 10px !important;
    text-align: right !important;
}

.flexslider_everlandtv:hover .flex-direction-nav .flex-prev {
    opacity: 0.7 !important;
    filter: alpha(opacity=70)
    left: 10px !important;
}
.flexslider_everlandtv:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1 !important;
}
.flexslider_everlandtv:hover .flex-direction-nav .flex-next {
    opacity: 0.7 !important;
    filter: alpha(opacity=70);
    right: 10px !important;
}
.flexslider_everlandtv:hover .flex-direction-nav .flex-next:hover {
    opacity: 1 !important;
}
.flexslider_everlandtv .flex-control-paging {
    bottom: 55px;
}

.everlandtv_latest_area {
    width:1000px;
    margin:0 auto;
}


.everlandtv_latest {}
/* Main티에디션 > EVERLAND TV - s */
.everlandtv_latest .img_hotPost,
#searchList_everlandtv .img_hotPost{
    width: 100%;
    margin: 30px 0 20px;
    position:relative;
}
.everlandtv_latest .img_hotPost .title-img ,
#searchList_everlandtv .img_hotPost .title-img{ position:absolute; left:0px; top:50%; margin-top:-32px;}
.everlandtv_latest .img_hotPost .etv_title,
#searchList_everlandtv .img_hotPost .etv_title{
    color:#0cb9c1;
    font-weight:800;
    font-size:30px;
    padding-left:75px;
}
.everlandtv_latest .img_hotPost .etv_subtitle,
#searchList_everlandtv .img_hotPost .etv_subtitle{
    color:#4c4c4c;
    font-weight:500;
    font-size:25px;
    padding-left:12px;

}
.everlandtv_latest .img_hotPost .btn_area { position:absolute; right:0px; top:50%; margin-top:-12px; text-align:right; }
.everlandtv_latest .tt-wrap-item {margin:0; padding:0;}

.everlandtv_latest {
    width: 100% !important;
    max-width: 1000px !important;
    padding-bottom: 0 !important;
}
.everlandtv_latest .tt-wrap-item .list_slide_box2 {
    position: relative !important;
    overflow: hidden;
    margin-right: 20px;
}
.everlandtv_latest .tt-wrap-item .list_slide_box2_1 {
    padding: 0 0 0 0;
    overflow: hidden;
    margin-right: 20px;
}
.everlandtv_latest .tt-wrap-item .list_slide_box2_1_1 {
    overflow: hidden;
    margin-right: 0px;
    cursor: pointer;
}
.everlandtv_latest .mainbox {
    width:320px;
    height:100%;
    padding:0 !important;
}
.everlandtv_latest .mainbox .box_hotPost {
    box-sizing:border-box;
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    border:5px solid #18d77f;
    z-index:10;
}
.everlandtv_latest .mainbox .main_box_cover {
    position: absolute;
    width: 100%;
    height: 73%;
    background: url("./images/btn_play.png") center center no-repeat;
    background-size: 20%;
}
.everlandtv_latest .mainbox .mainbox_thumbnail {
    width:320px;
		height: 100%;
    padding-bottom: 68%;
    background-size: cover !important;
}
.everlandtv_latest .mainbox .mainbox_thumbnail img {
    width:100%;
    height:100%;
}
.everlandtv_latest .mask_op {
    background: #fff;
    width: 100%;
    line-height: 1.4;
    padding:20px 10px;
}
.everlandtv_latest .mask_op .mainbox_btn {
    width: 50px;
    padding: 20px 0 0 25px;
}
.everlandtv_latest .mask_op .mainbox_info {
    width: 100%;
}
.everlandtv_latest .tt-post-category {
    font-size: 16px !important;
    color: #919191 !important;
}
.everlandtv_latest .mask_op .tt-post-title {
    display:block;
    font-size: 17px !important;
    color: #575757 !important;
    width: 100%;
    line-height:1.2;
}
/* Main티에디션 > EVERLAND TV - e */
/******* everland tv e ********/
#searchList .searchList_tag { max-height:75px !important;}
#searchList .searchList_txt { height:0px; }
.menu_pop { display:none;}



/************************** cyj s **************************/

/******* 에버랜드tv > 카테고리화면 s *******/

.another_category .go_more {position: absolute; right: 0%; top: 32%;width: 10%;}
.another_category .go_more a img {width: 100%;vertical-align: middle;}
#searchList_everlandtv {
    width:100%;
    max-width:100%;
    padding:0;
}

#searchList_everlandtv h3 {display:none;}

#searchList_everlandtv li {
    list-style:none;
    box-sizing:border-box;
    position: relative;
    width:32%;
    height:300px;
    overflow: hidden;
    margin: 20px 1.5% 0 0;
    float: left;
}
#searchList_everlandtv li:nth-child(3n) { margin: 20px 0 0 0; }

#searchList_everlandtv .box_hover {
    position:absolute;
    width:100%;
    height:100%;
    cursor:pointer;
    z-index:10;
}
#searchList_everlandtv .box_hover:hover {
    border: 5px solid #18d77f;
}
#searchList_everlandtv .main_box_cover {
    position: absolute;
    width: 100%;
    height: 70%;
    background: url("./images/btn_play.png") center center no-repeat;
    background-size: 20%;
}

.searchList_thumb a img {
    display:block;
    width:320px;
    height:214px;
}

#searchList_everlandtv .searchList_title {
    font-size: 17px;
    height:39px;
    color: #575757 !important;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
#searchList_everlandtv .searchList_title a img {
	display:none;
}
#searchList_everlandtv .searchList_content {
    background: #fff;
    width: 100%;
    height: 94px;
    line-height: 1.4;
    padding: 20px 10px;
    position: relative;
}
#searchList_everlandtv .searchList_content a {
    color:#575757;
}
#searchList_everlandtv .searchList_content .btn_box {
    position: absolute;
    right: 20px;
    top: 36px;
    display:none !important;
}

#searchList_everlandtv ol li .searchList_thumb .post_thumb {width: 320px;height: 100% !important;padding-bottom: 68% !important;background-size: cover !important;}

/******* 에버랜드tv > 카테고리화면 e *******/



/******* 에버랜드tv > 컨텐츠화면 s *******/
#container_top {
    display:none;
}
#container_top .img_main {
    height:180px;
    background: url("./images/everlandtv_imgMain.jpg") no-repeat center center;cursor:pointer;
}
#everlandtv_another_cate h4 {
    border-bottom:0;
}
#container_top .gnb_area {
    height:70px;
    border-bottom:10px solid #e4e4e4;
    background:#fff;
		overflow: hidden;
}

#container_top .gnb_box {
    max-width:950px;
    width:100%;
    height:60px;
    text-align: center;
    margin:0 auto;
    /* overflow:hidden; */
}

#container_top .gnb_box a {
	padding: 0 20px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	-webkit-transition: width 1s -webkit-transform 1s;
	transition: width 1s;
	color: #474747;
	background: url("./images/everlandtv_gnb_div.jpg") no-repeat right center;
}
#container_top .gnb_box a.last {
	background:none;
}
#container_top .gnb_area a:hover {
    color:#0cb9c1;
}
#container_top .gnb_area a.active {
    color:#0cb9c1;
}

#container_top .gnb_area div:hover {
    color:#0cb9c1 !important;
}
#container_top .gnb_area div.active {
    color:#0cb9c1 !important;
}

.area_related_everlandtv .list_related .thumb_type {
    box-sizing:border-box;
    width: 100%;
    max-width:243px;
    position: relative;
    float:left;
    margin-right:1.5%;
    background-color:#fff;
    border:0;
}
/*.area_related_everlandtv .list_related .thumb_type:hover {
	border: 5px solid #18d77f;
}*/
.area_related_everlandtv .main_box_cover {
    position: absolute;
    width: 100%;
    height: 70%;
    background: url("./images/btn_play.png") center center no-repeat;
    background-size: 20%;
}

.area_related_everlandtv .list_related li:nth-of-type(3n) { margin-right:0 !important; }
.area_related_everlandtv .list_related .thumb_type .btn-more {
    right: 9px;
    bottom: 22px;
}
.area_related_everlandtv .list_related .thumb_type .btn-more>img {
    width:80%;
}
.area_related_everlandtv .thumb_related {
    width: 100%;
    display: block;
	  height: 100% !important;
    padding-bottom: 70%;
}
.area_related_everlandtv .txt_related {
    color: #575757;
    font-size:16px;
    line-height:1.3;
    margin: 20px 10px;
    width: 90%;
}
.area_related_everlandtv .thumb_related>img {
    width: 100%;
    max-width: 243px;
    max-height: 138px;
    vertical-align: top;
}
.area_related_everlandtv .link_related {
    display: block;
    width: 100%;
    position: relative;
    padding:0;
}
/******* 에버랜드tv > 컨텐츠화면 e *******/




@media only screen and (min-width : 1200px){



} /* @media only screen and (min-width : 1200px) */


@media only screen and (min-width : 1px) and (max-width : 768px){

    #searchList_everlandtv li:nth-child(even) { margin: 20px 0 0 0; }
	#container #sidebar .recentPost {display:none;}

	#searchList_everlandtv ol li .searchList_thumb .post_thumb {
		width:100%;
	}
	
} /* @media only screen and (min-width : 1px) and (max-width : 768px) */

/************************** cyj e **************************/





.area_related_everlandtv { overflow:hidden; margin-bottom:30px; }
.area_related_everlandtv .thumb_related { position:static; }
.area_related_everlandtv .list_related .thumb_type { height:auto; }


.list_related .thumb_type{ position: relative; border-bottom: 1px solid #cbcbcb; height: 201px; overflow: hidden; margin-top: 20px; background-position: center center; background-size: cover; }
.thumb_related{ position: absolute; left: 0px; width:300px; height:201px; background-position:center center; background-size:cover; }
.thumb_related>a{display:table-cell; width:71%; float:none; padding-left:2%;}
.list_related .thumb_type .searchList_content { margin-left:320px; }
.list_related .searchList_tag2 { width:80%; height:73px; overflow:hidden; }
.list_related .thumb_type .btn-more{ position:absolute; right:0px; bottom:0px; }
.txt_related{
    color: #bf5ba1;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 2% 0;
    display: inline-block;
    line-height: 24px;
    width:100%;
}
.list_related .searchList_tag2{
    width: 100%;
    max-height: 118px !important;
}




@media only screen and (min-width : 769px) and (max-width : 1000px) {
    body{overflow-x:hidden;}
    .menu_pop { display:none;}

    /*상단헤더
    #hot_keyword_area .keyword_box a { font-size: 16px; }
    #navi .topmenu > li > a > img { width:80%;  -webkit-transition:width 0.5s, -webkit-transform 0.5s; transition:width 0.5s, transform 0.5s;}
    #navi_on { width:100%; }
    */
    #ttCanvas { width:98% !important; margin:0 auto; -webkit-transition:width 1s -webkit-transform 1s;
        transition:width 1s; transform 1s;}

    /*푸터*/
    #footer .footer_content_box  { width:98%; padding:0 1%; }
    #footer .footer_sns_wrap .footer_sns_box .footer_sns { width:16%; }
    #footer .left_box,
    #footer .right_box{ width: auto;}


    /*메인 슬라이드*/
    div#ttCanvas .tt-item a { font-size:24px !important; }
    ul.slides .caption { height:auto; padding: 15px 0 15px 50px !important;}
    ul.slides .caption .title { width:70%; max-width:800px; }
    .flex-direction-nav a { width:50px !important; height:50px !important; margin:-25px 0 0 0 !important;}
    .flex-direction-nav a > img{ width:100% }

    /*메인 핫포스트*/
    #ttItem3559 .tt-wrap-item .list_slide_box2_1 { width:31%; margin-right:3.5%; }
    #ttItem3559 .tt-wrap-item .list_slide_box2 { width:31%; margin-right:3.5%;}
    #ttItem3559 .tt-wrap-item .list_slide_box2_1_1 { width:31%;}
    #ttItem3559 .mainbox .mainbox_thumbnail { width:100%; height: 100%; padding-bottom: 68%;}
    #ttItem3559 .mask_op { height:auto; }
    #ttItem3559 .mask_op .mainbox_info { width:100%; height:auto; float:none; }
    #ttItem3559 .mask_op .tt-post-title { font-size: 17px !important; height:40px; overflow:hidden; }
    #ttItem3559 .mask_op { position:relative; padding:7px; }
    #ttItem3559 .mainbox .mainbox_thumbnail > img { display:block; }
    #ttItem3559 .mask_op .mainbox_btn { position:absolute; right:10px; top:17px; margin-top:-0px; padding:0px; width:20px; }
    #ttItem3559 .mask_op .mainbox_btn > img { width:20px; height:20px;}



    /*메인 에버랜드 TV*/
    #ttItem1308 .tt-wrap-item .list_slide_box2_1 { width:31%; margin-right:3.5%; }
    #ttItem1308 .tt-wrap-item .list_slide_box2 { width:31%; margin-right:3.5%;}
    #ttItem1308 .tt-wrap-item .list_slide_box2_1_1 { width:31%;}
    #ttItem1308 .mainbox .mainbox_thumbnail { width:100%; height: 100%; padding-bottom: 68%;}
    #ttItem1308 .mask_op { height:auto; }
    #ttItem1308 .mask_op .mainbox_info { width:100%; height:auto; float:none; }
    #ttItem1308 .mask_op .tt-post-title { font-size: 17px !important; height:42px; overflow:hidden; }
    #ttItem1308 .mask_op { position:relative; padding:7px; }
    #ttItem1308 .mainbox .mainbox_thumbnail > img { display:block; }
    #ttItem1308 .mask_op .mainbox_btn { position:absolute; right:10px; top:17px; margin-top:-0px; padding:0px; width:20px; }
    #ttItem1308 .mask_op .mainbox_btn > img { width:20px; height:20px;}

    #ttItem3134 .tt-wrap-item .list_slide_box2_1 { width:31%; margin-right:3.5%; }
    #ttItem3134 .tt-wrap-item .list_slide_box2 { width:31%; margin-right:3.5%;}
    #ttItem3134 .tt-wrap-item .list_slide_box2_1_1 { width:31%;}
    #ttItem3134 .mainbox .mainbox_thumbnail { width:100%; height: auto;}
    #ttItem3134 .mask_op { height:auto; }
    #ttItem3134 .mask_op .mainbox_info { width:100%; height:auto; float:none; }
    #ttItem3134 .mask_op .tt-post-title {
        display: block;
        font-size: 17px !important;
        color: #575757 !important;
        width: 100%;
        line-height: 1.26;
        margin-bottom: 10px;
    }
    #ttItem3134 .mask_op { position:relative; padding:7px; }
    #ttItem3134 .mainbox .mainbox_thumbnail{ width:100%;height: 100%;padding-bottom: 68%;}
    #ttItem3134 .mainbox .mainbox_thumbnail > img { display:block; }
    #ttItem3134 .mask_op .mainbox_btn { position:absolute; right:10px; top:17px; margin-top:-0px; padding:0px; width:20px; }
    #ttItem3134 .mask_op .mainbox_btn > img { width:20px; height:20px;}
    /*서브 리스트 페이지*/
    #container {width:98% !important; margin:24px auto 0 auto; -webkit-transition:width 1s -webkit-transform 1s; transition:width 1s; transform 1s;}
    #searchList{ width:76%; }
    #sidebar { position:relative; right:0px; float:right; width:20%; }
    .wrap_posting { width:76%; margin-right:0px; padding-right:0px; }
    #searchList .searchList_tag { width:100%; max-height:65px !important;}
    #sidebar .sidebar_snsTable table,
    #sidebar .sidebar_snsTable th,
    #sidebar .sidebar_snsTable td { height:auto; }
    #sidebar .sidebar_snsTable table,
    #sidebar .sidebar_snsTable th,
    #sidebar .sidebar_snsTable td img { width:100%; }
    #searchList .searchList_thumb { width:250px; height:167px; }
    #searchList .searchList_thumb .thumb_cover {  width:250px !important; height:167px !important; }
    #searchList .searchList_content { margin-left:270px;}
    #searchList li,
    #searchRplist li { height:167px; }
    #searchList .searchList_title a { font-size:18px; line-height:1.25; }
    .searchList_tag a { font-size:14px; padding:2px 10px; margin-bottom:5px; }

    /*에버랜드*/
    #everlandtv_container { width:98% !important; margin:0 auto; -webkit-transition:width 1s -webkit-transform 1s;
        transition:width 1s; transform 1s;}
    #everlandtv_container ul.slides .caption .title a { font-size:24px !important;}
    .flexslider_everlandtv { padding:0px; margin:30px auto; }
    .flexslider_everlandtv,
    .everlandtv_latest_area{ width:100%; }
    .flexslider_everlandtv .tt-post-thumb {width:100%;}
    .everlandtv_latest .tt-wrap-item .list_slide_box2_1 { width:31%; margin-right:3.5%; }
    .everlandtv_latest .tt-wrap-item .list_slide_box2 { width:31%; margin-right:3.5%;}
    .everlandtv_latest .tt-wrap-item .list_slide_box2_1_1 { width:31%;}
    .everlandtv_latest .mainbox .mainbox_thumbnail { width:100%; height: 100%;}
    .everlandtv_latest .mainbox .mainbox_thumbnail img { display:block; }
    .everlandtv_latest .mask_op { position:relative; padding:0px; }
    .everlandtv_latest .mask_op .mainbox_btn { position: absolute; right: 15px; top: 9px; margin-top: -0px; padding: 0px; width: 20px; }
    .everlandtv_latest .mask_op .mainbox_btn > img { width:20px; }
    .everlandtv_latest .mask_op .tt-post-title { font-size: 17px !important; height: 40px; overflow: hidden;}
    .everlandtv_latest .mask_op .mainbox_info { float:none; width:100%; padding: 20px 10px; }

    #searchList_everlandtv li { width:31%; margin-right:2.5%; list-style:none; float:left; height:100%; margin-bottom:20px; }
    #searchList_everlandtv li:nth-child(3n) { margin-right:0; }
    #searchList_everlandtv .box_hover { height:100%; }
    #searchList_everlandtv li .searchList_thumb { width:100%; height:180px;}
    #searchList_everlandtv li .mask_op { height:auto; }
    #searchList_everlandtv .searchList_thumb a img { width:100%; height:180px; float:none; }
    #searchList_everlandtv .searchList_content { padding:20px 10px; position:relative; }
    #searchList_everlandtv .searchList_title { width:100%; font-size:17px; }

    .area_related_everlandtv .list_related li.thumb_type{ width: 31%; margin-right: 3.5% }
    .area_related_everlandtv .list_related li.thumb_type:last-child{ margin-right: 0% }
    .area_related_everlandtv .txt_related { margin:10px 7px 10px 7px; width:92%; }
    .area_related_everlandtv .list_related .thumb_type .btn-more { top:10px; right:0px; }
    .area_related_everlandtv .thumb_related { height:150px; }
    .area_related_everlandtv .searchList_content { position:relative; }
    #container_top .gnb_area .gnb_div { width:7%; }
    #container_top .gnb_area div { font-size:18px; }

}

@media only screen and (min-width : 769px) and (max-width : 1199px) {
    #everlandtv_container .gnb_box { width:100%; }
    #everlandtv_container .gnb_box { padding-left:0px !important; text-align:center; }
    #everlandtv_container .gnb_area a { display:inline-block; float:none; line-height: 60px; vertical-align: top; padding:0 16px; margin-top:0px !important; width:12%; font-size: 18px !important; text-align:center; -webkit-transition:width 1s -webkit-transform 1s;
        transition:width 1s; transform 1s; }
    #everlandtv_container .gnb_area .gnb_div { display:inline-block; float:none; width:2% !important; }
}

@media only screen and (min-width : 550px) and (max-width : 768px){
    /*서브 리스트 페이지*/
    #searchList h3 { margin-left:0px; padding: 50px 0 20px; }
    #searchList { float:none; width:94.6% !important; margin:0 auto; -webkit-transition:width 1s -webkit-transform 1s;
        transition:width 1s; transform 1s; padding-right:0px; }
    #searchList .searchList_tag { display:block; width:90%; max-height: 64px !important; }
    #searchList .searchList_tag  a { font-size:14px; padding:2px 10px; }
    #searchList li { float:none; width:100%; height:auto; }
    #searchList li > div { display: -webkit-flex; display: flex; }
    #searchList .searchList_thumb { width:257px; height:172px; left:0px; vertical-align:center; }
    #searchList .searchList_thumb .thumb_cover { width:257px !important; height:172px !important; padding-bottom:0px;}
    #searchList .searchList_content { -webkit-flex: 1; flex: 1; position:relative; margin-left:10px;  }
    #searchList .searchList_title a { color: #bf5ba1; font-size:17px !important; text-indent:0%; display:block; white-space:unset; max-height:52px; line-height:1.2;  }
    #searchList .btn_box { display:none; }
    #sidebar {  width:94.6% !important; margin:50px auto; -webkit-transition:width 1s; -webkit-transform 1s;
        transition:width 1s; transform 1s; max-width:709.5px; position:relative; float:none;  }
    #sidebar .recentPost ul.recentPost_box { background:none; border-top:1px solid #ccc; }
    #sidebar .sidebar_snsTable,
    #sidebar .recentPost .btn_box{ display:none; }
    .thumb_type .btn-more img{ width:60px !important; }
    .list_related .searchList_tag2 { height:50px; overflow:hidden;}

    .thumb_type .thumb_related { width:260px !important; height:174px !important;}
    .list_related .thumb_type .searchList_content { margin-left:270px; }
    .list_related .thumb_type { height:174px; position:relative; }
    .list_related .thumb_type .txt_related {  font-size:15px !important; text-indent:0%; display:block; white-space:unset; max-height:42px; margin-bottom:5px; line-height:1.2; padding:0; }
    .list_related .searchList_tag2{ max-height:65px; height:65px;}
    .list_related .searchList_tag2 a { font-size: 14px; padding: 2px 15px;  margin-right: 5px;}
    .date_related { left:270px; }

}



@media only screen and (min-width : 481px) and (max-width : 768px){
    /*모바일 메뉴*/
    .menu_pop {	display:none; width: 100%; margin-left: 0px; top: 7.5%; z-index: 155; min-width: 171px; background:rgba(0, 0, 0, 0.8) url('./images/mobile_menu_back.png') repeat-y left top;  padding-top: 5%; position: absolute; background-size:100% 100%; }
    .menu_pop li { text-align: left;	border-top:none; padding:4% 0; border-bottom:1px solid #462d33; position:relative; }
    .menu_pop .close-btn { position:absolute; right:0px; top:50%; margin-top:-20px; text-align:center;}
    .menu_pop .close-btn > img { width:60%; }
    .menu_pop li a { color:#fff; }
    .menu_pop li .main-title { position:relative; }
    .menu_pop li .main-title a { font-weight:bold; font-size:1.6rem; padding-left:12%; position:relative; }
    .menu_pop li .main-title a:after{ content:""; position:absolute; background:url('./images/gray_dot.png') left center no-repeat; width: 42px; height: 10px; left: 4%; top: 20px; }
    .menu_pop li .main-title .open-btn { font-size:2rem; position: absolute; right: 32px; color:#fff; }
    .menu_pop li .sub {padding:5% 0 5% 10%;;}
    .menu_pop li .sub li  { padding:0; border-bottom:none; padding:1% 0; }
    .menu_pop li .sub li a { font-size:1.5rem; padding-left:5%; position:relative; }
    .menu_pop li .sub li a:after{ position:absolute; content:"";  background:url('./images/whit_dot.png') left center no-repeat; width:11px; height:13px; left: 11px; top: 50%; margin-top: -6.5px;  }

    #ttCanvas { width:94.6% !important; margin:70px auto 0 auto !important; -webkit-transition:width 1s; -webkit-transform 1s;
        transition:width 1s; transform 1s;}
    #footer .footer_sns_wrap  { height:auto; }
    #footer .right_box { text-align:right; }
    #footer .footer_sns_wrap .footer_sns_box .footer_div {height:70px;}
    #footer .footer_sns img { width: 45% !important; max-width: 43px; }

    div#ttCanvas .tt-item a { font-size:16px !important; }
    .img_hotPost, .img_recentPost { margin-left: 0% !important; position:relative; }
    .img_hotPost .btn_area { position:absolute; right:0px; top:50%; margin-top:-14px !important; }
    div#ttCanvas .tt-component { float:none !important; }
    .flex-direction-nav a { width:40px !important; height:40px !important; margin-top:-76px !important;}
    .flex-direction-nav a > img{ width:100% }
    #ttItem4708 .slides > li img{ /*height:437px !important;*/ }

    /*메인 슬라이드*/
    div#ttCanvas .tt-item a { font-size:18px !important; }
    ul.slides .caption { height:auto; padding: 14px !important; background: url('./images/bg_mainSlide_caption.png') repeat; bottom:0px !important;}
    ul.slides .caption .title { width:70%; /*max-width:300px;*/max-width:420px; min-height:48px; }
    #ttItem4708 { margin:0 -2.8% !important; width:105.7% !important;}
    ul.slides .caption .cate { font-size: 16px !important; margin-bottom: 10px !important;}
    .flex-control-paging { right: 15px; bottom:25px !important; }
    .flex-control-paging li { margin: 0 4px !important;}
	

    /*메인 핫포스트*/
    #ttItem3559 { overflow:hidden; }
    #ttItem3559 .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
    #ttItem3559 .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
    #ttItem3559 .tt-wrap-item .list_slide_box2_1_1 { display:none;}
    #ttItem3559 .mainbox .mainbox_thumbnail { width:100%;height: 100%;max-height: 100%;padding-bottom: 65%;}
    #ttItem3559 .mask_op .mainbox_info { width:100%;}
    div#ttCanvas #ttItem3559 .tt-post-category { font-size:14px !important;}
    #ttItem3559 .mask_op .tt-post-title { font-size: 16px !important; }
    #ttItem3559 .mask_op { position:relative; padding:7px; overflow:hidden; height:auto }
    #ttItem3559 .mask_op .mainbox_info { height:auto; }
    #ttItem3559 .mainbox .mainbox_thumbnail > img { display:block; }
    #ttItem3559 .mask_op .mainbox_btn { position:absolute; right:8px; top:9px; margin-top:-0px; padding:0px; width:20px; }
    #ttItem3559 .mask_op .mainbox_btn > img { width:20px; height:20px;}

    /*메인 에버랜드 TV*/
    #ttItem1308 .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
    #ttItem1308 .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
    #ttItem1308 .tt-wrap-item .list_slide_box2_1_1 { display:none; }
    #ttItem1308 .mainbox .mainbox_thumbnail { width:100%;height: 100%;max-height: 100%;padding-bottom: 65%;}
    #ttItem1308 .mask_op .mainbox_info { width:100%;}
    div#ttCanvas #ttItem1308 .tt-post-category { font-size:14px !important;}
    #ttItem1308 .mask_op .tt-post-title { font-size: 16px !important; }
    #ttItem1308 .mask_op { position:relative; padding:7px; overflow:hidden; height:auto }
    #ttItem1308 .mask_op .mainbox_info { height:auto; }
    #ttItem1308 .mainbox .mainbox_thumbnail > img { display:block; }
    #ttItem1308 .mask_op .mainbox_btn { position:absolute; right:8px; top:9px; margin-top:-0px; padding:0px; width:20px; }
    #ttItem1308 .mask_op .mainbox_btn > img { width:20px; height:20px;}

    #ttItem3134 .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
    #ttItem3134 .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
    #ttItem3134 .tt-wrap-item .list_slide_box2_1_1 { display:none; }
    #ttItem3134 .mainbox .mainbox_thumbnail { width:100%; height: 100%;max-height: 100%;padding-bottom: 65%;}
    #ttItem3134 .mask_op .mainbox_info { width:100%;}
    div#ttCanvas #ttItem3134 .tt-post-category { font-size:14px !important;}
    #ttItem3134 .mask_op .tt-post-title { font-size: 16px !important; }
    #ttItem3134 .mask_op { position:relative; padding:7px; overflow:hidden; height:auto }
    #ttItem3134 .mask_op .mainbox_info { height:auto; }
    #ttItem3134 .mainbox .mainbox_thumbnail > img { display:block; }
    #ttItem3134 .mask_op .mainbox_btn { position:absolute; right:8px; top:9px; margin-top:-0px; padding:0px; width:20px; }
    #ttItem3134 .mask_op .mainbox_btn > img { width:20px; height:20px;}

    /* 상세페이지 */
    .wrap_posting { width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
        transition:width 1s; transform 1s; float:none; }

    /*에버랜드*/
    #everlandtv_container { width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
        transition:width 1s; transform 1s; position:relative; }
    .flexslider_everlandtv,
    .everlandtv_latest_area{ width:100%; }
    #everlandtv_container ul.slides .caption .title a { font-size:18px !important;}
    .flexslider_everlandtv .tt-post-thumb {width:100%; height:437px; display:block;}
    .everlandtv_latest .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
    .everlandtv_latest .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
    .everlandtv_latest .tt-wrap-item .list_slide_box2_1_1 { display:none;}
    .everlandtv_latest .mainbox .mainbox_thumbnail { width:100%; height: auto; max-height:200px;}
    .everlandtv_latest .mainbox .mainbox_thumbnail img { display:block; height:200px;}
    .everlandtv_latest .mask_op { position:relative; padding:0px; height:auto; padding:7px; }
    .everlandtv_latest .mask_op .mainbox_btn { position: absolute; right: 15px; top: 23px; margin-top: -0px; padding: 0px; width: 20px; }
    .everlandtv_latest .mask_op .mainbox_btn > img { width:20px; }
    .everlandtv_latest .mask_op .tt-post-title { font-size: 16px !important; height: 38px; overflow: hidden;}
    .everlandtv_latest .mask_op .mainbox_info { float:none; height:50px}
    #everlandtv_container .everlandtv_top_slider-wrap {margin: 0 -2.8% !important; width: 105.7% !important; position:relative; margin-bottom:100px; }
    #everlandtv_container .everlandtv_slider { width:100%; }
    #everlandtv_container .flexslider_everlandtv { padding:0; margin-bottom:100px; }
    #everlandtv_container .gnb_area { position:absolute; bottom:-70px; z-index:20; left:0; width:100%;  }

    #everlandtv_container .gnb_box,
    #container_top .gnb_box{width:100%; text-align:center; }
    #everlandtv_container .gnb_area .gnb_div,
    #container_top .gnb_area .gnb_box div.gnb_div{ width:2%; }
    #everlandtv_container .gnb_area a,
    #container_top .gnb_area .gnb_box a { font-size:15px; width:12.3%; text-align:center; }

    #everlandtv_container .img_main,
    #container_top .img_main{ height: 0px; background: url(./images/everlandtv_imgMain_m.jpg) no-repeat center center; padding:15% 0; margin-top:76px; background-size:cover; }

    #searchList_everlandtv { overflow:hidden; width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
        transition:width 1s; transform 1s; position:relative; }
    #searchList_everlandtv li { width: 48.65%; margin-right: 2.7%; list-style:none; float:left; height:100%; margin-bottom:20px; }
    #searchList_everlandtv li:nth-child(odd){ margin-right: 2.7%; }
    #searchList_everlandtv li:nth-child(even):after{ clear:both; content:""; display:table; }
    #searchList_everlandtv .box_hover { height:100%; }
    #searchList_everlandtv li .searchList_thumb { width:100%; height: auto; max-height:231px; min-height:231px;}
    #searchList_everlandtv li .mask_op { height:auto; }
    #searchList_everlandtv .searchList_thumb a img { width:100%; height:100%;  min-height:231px; float:none; }
    #searchList_everlandtv .searchList_content { padding:7px; position:relative; height:auto; }
    #searchList_everlandtv .searchList_title { width:100%; font-size:16px; }

    .area_related_everlandtv { width:100%;}
    .area_related_everlandtv .list_related li.thumb_type{ width: 48.65%; margin-right:0px; max-width:355px; }
    .area_related_everlandtv .list_related li.thumb_type:nth-child(even){ margin-right: 2.7% !important; }
    .area_related_everlandtv .txt_related { margin:5px 7px 10px 7px; width:92%; }
    .area_related_everlandtv .list_related .thumb_type .btn-more { top:50%; margin-top:-10px; right:10px; }
    .area_related_everlandtv .list_related .thumb_type .btn-more > img { width:20px !important; height:20px !important; }
    .area_related_everlandtv .thumb_related {width:100% !important; max-height:200px !important; }
    .area_related_everlandtv .searchList_content { position:relative; }

    .title_lineBox .img_hotPost { width: 100%; margin: -70px 0 10px 0 !important; }
    #searchList_everlandtv  .img_hotPost { width: 100%; margin: 70px 0 10px 0 !important; }
    .title_lineBox .img_hotPost .title-img  { position: absolute; left: 0px; top: 50%; margin-top: -34.5px;  width:45px; height:45px;}
    .everlandtv_latest .img_hotPost .title-img,
    #searchList_everlandtv .img_hotPost .title-img{ position: absolute; left: 0px; top: 50%; margin-top: -22.5px;  width:45px; height:45px;}
    .title_lineBox .img_hotPost .etv_title,
    .everlandtv_latest .img_hotPost .etv_title,
    #searchList_everlandtv .img_hotPost .etv_title{ color: #0cb9c1; font-weight: 800; font-size: 20px; padding-left: 50px; }
    .title_lineBox .img_hotPost .etv_subtitle,
    .everlandtv_latest .img_hotPost .etv_subtitle,
    #searchList_everlandtv .img_hotPost .etv_subtitle{ color: #4c4c4c; font-weight: 500; font-size: 18px; padding-left: 5px; }
    .wrap_posting.tedition_section .title_lineBox { margin-top:100px;}
    .wrap_posting.tedition_section .title_lineBox a { font-size:24px; font-weight:800; }
    .wrap_posting.tedition_section .title_lineBox a .depth2 { font-size:20px; font-weight:600; }
		
	  #searchList_everlandtv .main_box_cover { height:80%; }
	  .everlandtv_latest .mainbox .main_box_cover,
	  .area_related_everlandtv .main_box_cover{ height:85%;}
}


@media only screen and (min-width : 1px) and (max-width : 549px){
    /*서브 리스트 페이지*/
    #searchList h3 span.category_name,
    #sidebar .recentPost .title_box{ font-size:18px; }
    #searchList h3 span.category_name .depth2 { font-size:16px; }
    #searchList h3 { font-size:16px; margin-left:0px; padding: 50px 0 20px; }
    #searchList { float:none; width:94.6% !important; margin:0 auto; -webkit-transition:width 1s -webkit-transform 1s;
        transition:width 1s; transform 1s; padding-right:0px; }
    #searchList .searchList_tag { display:block; width:95%; max-height: 45.5px !important; line-height:1.58;}
    #searchList .searchList_tag  a { font-size:11px; padding:1px 5px 1px; margin: 0px 3px 3px 0px;}
    #searchList li { float:none; width:100%; height:auto; }
    #searchList li > div { display: -webkit-flex; display: flex; }
    #searchList .searchList_thumb { width:164px; height:110px; left:0px; vertical-align:center; }
    #searchList .searchList_thumb .thumb_cover { width:164px !important; height:110px !important; padding-bottom:0px; }
    #searchList .searchList_content { -webkit-flex: 1; flex: 1; position:relative;  }
    #searchList .searchList_title a { color: #bf5ba1; font-size:15px !important; text-indent:0%; display:block; white-space:unset; max-height:42px; margin-bottom:5px; line-height:1.2; width:100%; padding:0;  }
    #searchList .btn_box { display:none; }
    #sidebar {  width:94.6% !important; margin:50px auto; -webkit-transition:width 1s; -webkit-transform 1s;
        transition:width 1s; transform 1s; max-width:709.5px;  position:relative; right:0; float:none;  }
    #sidebar .recentPost ul.recentPost_box { background:none; border-top:1px solid #ccc; }
    #sidebar .sidebar_snsTable,
    #sidebar .recentPost .btn_box{ display:none; }
    #sidebar .recentPost ul li a { font-size:16px; letter-spacing: 0.5px !important;}
    .thumb_type .btn-more img{ width:60px !important; }
    .list_related .searchList_tag2 { height:50px; overflow:hidden;}

    .thumb_type .thumb_related { width:164px !important; height:110px !important;}
    .list_related .thumb_type .searchList_content { margin-left:174px; }
    .list_related .thumb_type { height:110px; position:relative; min-height:94px; }
    .list_related .thumb_type .txt_related {  font-size:13px !important; text-indent:0%; display:block; white-space:unset; margin-bottom:5px; line-height:1.2; padding:0; }
    .list_related .searchList_tag2{ max-height:43px; height:43px;}
    .list_related .searchList_tag2 a { font-size: 11px; padding: 1px 10px;  margin-right: 5px; margin-bottom:5px;}
    .date_related { left:174px; }

    .area_related_everlandtv .thumb_related {width:100% !important; max-height:200px !important; }
    .area_related_everlandtv .txt_related { margin:10px 7px 0px 7px; width:92%; padding:0% !important; }
    .area_related_everlandtv .searchList_content { position:relative; padding-bottom:10px; }

}

@media only screen
and (min-width : 1px)
and (max-width : 480px) {
    .menu_pop {	display:none; width: 100%; margin-left: 0px; top:57px; z-index: 155; min-width: 171px; background:rgba(0, 0, 0, 0.8) url('./images/mobile_menu_back.png') repeat-y left top;  padding-top: 3%; position: fixed; background-size:100% 100%;}
    .menu_pop li { text-align: left;	border-top:none; padding:6% 0; border-bottom:1px solid #462d33; position:relative; }
    .menu_pop .close-btn { position:absolute; right:0px; top:50%; margin-top:-16px; text-align:center; display:block; }
    .menu_pop .close-btn > img { width:50%; }
    .menu_pop li a { color:#fff; }
    .menu_pop li .main-title { position:relative; }
    .menu_pop li .main-title a { font-weight:bold; font-size:1.3rem; padding-left:10%; position:relative; }
    .menu_pop li .main-title a:after{ content:""; position:absolute; background:url('./images/gray_dot.png') left center no-repeat; width: 26px; height: 10px; left: 4%; top: 12px; }
    .menu_pop li .main-title .open-btn { font-size:1.6rem; position: absolute; right: 32px; color:#fff; }
    .menu_pop li .sub {padding:5% 0 5% 10%;;}
    .menu_pop li .sub li  { padding:0; border-bottom:none; padding:1% 0; }
    .menu_pop li .sub li a { font-size:1.1rem; padding-left:5%; position:relative; }
    .menu_pop li .sub li a:after{ position:absolute; content:"";  background:url('./images/whit_dot.png') left center no-repeat; width:11px; height:13px; left: 0px; top: 50%; margin-top: -6.5px;  }

    #ttCanvas { width:94.6% !important; -webkit-transition:width 1s -webkit-transform 1s;
        transition:width 1s; transform 1s; margin:62px auto 0 auto !important;}

    #footer .footer_sns_wrap  { height:auto; }
    #footer .right_box { text-align:right; }
    div#ttCanvas .tt-item a { font-size:16px !important; }
    .img_hotPost { margin: 25px 0 10px !important; position:relative; }
    .img_hotPost .btn_area { position:absolute; right:-10px; top:50%; margin-top:-8px !important; }
    .img_hotPost .btn_area img {width:80%;}
    div#ttCanvas .tt-component { float:none !important; }
    .flex-direction-nav a { width:30px !important; height:30px !important; margin-top:-50px !important;}
    .flex-direction-nav a > img{ width:100% }


    /*메인 슬라이드*/
	ul.slides .caption .title a:link, ul.slides .caption .title a:visited, ul.slides .caption .title a:active, ul.slides .caption .title a:hover { font-size:14px !important; }
    .main_slider ul.slides .caption a { font-size:14px !important; }
    .main_slider ul.slides .caption { height:auto; padding: 7px 4% !important; background: url('./images/bg_mainSlide_caption.png') repeat; bottom:0px !important;}
    .main_slider ul.slides .caption .title { width:70%; max-width:300px; min-height:42px; }
    /*.main_slider { margin:0 -2.8% !important; width:105.7% !important;}*/
    .main_slider ul.slides .caption .cate { font-size: 12px !important; margin-bottom: 0px !important;}
    .main_slider .flex-control-paging { right: 15px; bottom:10px; }
    .main_slider .flex-control-paging li { margin: 0 4px !important;}

    /*메인 핫포스트*/
    .section_cover_thumb { overflow:hidden; }
	.section_cover_thumb .tit_section {margin: 6% 0 2% 0 !important;}
	.section_cover_thumb .txt_section img {height:24px;}
	.section_cover_thumb .btn_area {margin-top: 5px;}
	.section_cover_thumb .btn_area img {height:18px;}
    .section_cover_thumb .mainbox .mainbox_thumbnail { width:100%;height: 100%;max-height: 100%;}
    .section_cover_thumb .mask_op .mainbox_info { width:100%;}
    .section_cover_thumb .tt-post-category { font-size:12px !important; margin-bottom: 5px;}
    .section_cover_thumb .mask_op .tt-post-title { font-size: 13px !important; font-weight:600; line-height:1.3; }
    .section_cover_thumb .mask_op { position:relative; padding: 0px 7px; overflow:hidden; height:auto }
    .section_cover_thumb .mask_op .mainbox_info { height:auto; }
    .section_cover_thumb .mainbox .mainbox_thumbnail > img { display:block; height:100%;}
    .section_cover_thumb .mask_op .mainbox_btn { position:absolute; right:8px; top:11px; margin-top:-0px; padding:0px; width:15px; }
    .section_cover_thumb .mask_op .mainbox_btn > img { width:15px; height:15px;}


    /*에버랜드*/
    #everlandtv_container { width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
        transition:width 1s; transform 1s;}
    .flexslider_everlandtv,
    .everlandtv_latest_area{ width:100%; }
    #everlandtv_container ul.slides .caption .title a { font-size:16px !important;}
    #everlandtv_container ul.slides .caption .title { height:40px; width:66%; min-height:40px; overflow:hidden; }
    .flexslider_everlandtv .tt-post-thumb {width:100%; display:block;}
    .everlandtv_latest .tt-wrap-item .list_slide_box2_1 { width:48.65%; margin-right:2.7%; }
    .everlandtv_latest .tt-wrap-item .list_slide_box2 { width:48.65%; margin-right:0;}
    .everlandtv_latest .tt-wrap-item .list_slide_box2_1_1 { display:none;}
    .everlandtv_latest .mainbox .mainbox_thumbnail { width:100%; /*height:94px; max-height:94px;*/}
    .everlandtv_latest .mainbox .mainbox_thumbnail img { display:block; height:100%;}
    .everlandtv_latest .mask_op { position:relative; padding:0px; height:auto; padding: 7px; }
    .everlandtv_latest .mask_op .mainbox_btn { position: absolute; right: 8px; top: 5px; margin-top: -0px; padding: 0px; width: 15px; }
    .everlandtv_latest .mask_op .mainbox_btn > img { width:15px; }
    .everlandtv_latest .mask_op .tt-post-title { font-size: 13px !important; height: 31px; overflow: hidden;}
    .everlandtv_latest .mask_op .mainbox_info { float:none; width:100%; height:auto; }
    .flexslider_everlandtv .flex-control-paging { bottom:10px; }
    #everlandtv_container .everlandtv_top_slider-wrap {margin: 0 -2.8% !important; width: 105.7% !important; position:relative; margin-bottom:100px; }
    #everlandtv_container .everlandtv_slider { width:100%; }
    #everlandtv_container .flexslider_everlandtv { padding:0; margin-bottom:80px; }
    #everlandtv_container .gnb_area  { position:absolute; bottom:-45px; z-index:20; left:0; width:100%; height:45px; border-bottom: 5px solid #e4e4e4;}
    #container_top .gnb_area {  width:100%; height:45px; border-bottom: 5px solid #e4e4e4; }
    #everlandtv_container .gnb_box,
    #container_top .gnb_box{width:100%; /*overflow:hidden;*/ height:40px; text-align:left; }
    #everlandtv_container .gnb_area .gnb_div,
    #container_top .gnb_area .gnb_box a{ width:2%; height:45px;}
    #everlandtv_container .gnb_area a,
    #container_top .gnb_area .gnb_box a{ font-size:14px; width:auto; text-align:center; padding:0 10px; line-height:45px;}
    #everlandtv_container .img_main,
    #container_top .img_main{ height: 0px; background: url(./images/everlandtv_imgMain_m.jpg) no-repeat center center; padding:11%; margin-top:73px; background-size:cover; }
    .area_related_everlandtv { width:100%; }

    #searchList_everlandtv { overflow:hidden; width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
        transition:width 1s; transform 1s; position:relative; }
    #searchList_everlandtv li { width: 48.65%; margin-right: 2.7%; list-style:none; float:left; height:100%; margin-bottom:20px; }
    #searchList_everlandtv li:nth-child(odd){ margin-right: 2.7%; }
    #searchList_everlandtv li:nth-child(even):after{ clear:both; content:""; display:table; }
    #searchList_everlandtv .box_hover { height:100%; }
    #searchList_everlandtv li .searchList_thumb { width:100%; height: auto; max-height:110px; min-height:110px;}
    #searchList_everlandtv li .mask_op { height:auto; }
    #searchList_everlandtv .searchList_thumb a img { width:100%; height:100%;  min-height:110px; float:none; }
    #searchList_everlandtv .searchList_content { padding:7px; position:relative; height:auto; }
    #searchList_everlandtv .searchList_title { width:100%; font-size:14px; font-weight:300; line-height: 1.3; }




    /* 상세페이지 */
    .wrap_posting { width:94.6% !important; margin:0 auto; -webkit-transition:width 1s; -webkit-transform 1s;
        transition:width 1s; transform 1s; float:none; }


    /*페이징*/
	  #paging { width:95%;}
    #paging .numbox,
    #paging .link_prev, #paging .link_next  { font-size:13px;}
		#paging .numbox { padding:3px 3px 0; }
	  #paging .no-more-next { width: auto;}
	  #paging .num span { padding: 0 3px 0 3px; }

    .area_related_everlandtv .list_related li.thumb_type{ width: 48.65%; margin-right:0px; }
    .area_related_everlandtv .list_related li.thumb_type:nth-child(even){ margin-right: 2.7% !important; }
    .area_related_everlandtv .txt_related { margin:10px 7px 0px 7px; width:92%; padding:0% !important; }
    .area_related_everlandtv .list_related .thumb_type .btn-more { top:50%; margin-top:-7.5px; right:10px; }
    .area_related_everlandtv .list_related .thumb_type .btn-more > img { width:15px !important; height:15px !important; }
    .area_related_everlandtv .thumb_related {width:100% !important; max-height:126px !important; }
    .area_related_everlandtv .searchList_content { position:relative; padding-bottom:10px; }
    #container_top .gnb_area .gnb_div { width:7%; }
    #container_top .gnb_area div { font-size:15px; }

    .title_lineBox .img_hotPost { width: 100%; margin: -60px 0 10px 0 !important; }
    .everlandtv_latest .img_hotPost { margin:30px 0 20px !important }
    #searchList_everlandtv .img_hotPost { margin:40px 0 0 !important }
    .title_lineBox .img_hotPost .title-img  { position: absolute; left: 0px; top: 50%; margin-top: -28px;  width:36px; height:36px;}
    .everlandtv_latest .img_hotPost .title-img ,
    #searchList_everlandtv .img_hotPost .title-img{ position: absolute; left: 0px; top: 50%; margin-top: -18px;  width:36px; height:36px;}
    .title_lineBox .img_hotPost .etv_title,
    .everlandtv_latest .img_hotPost .etv_title,
    #searchList_everlandtv .img_hotPost .etv_title { color: #0cb9c1; font-weight: 800; font-size: 16px; padding-left: 40px; letter-spacing:-1px; }
    .title_lineBox .img_hotPost .etv_subtitle,
    .everlandtv_latest .img_hotPost .etv_subtitle,
    #searchList_everlandtv .img_hotPost .etv_subtitle{ color: #4c4c4c; font-weight: 500; font-size: 13px; padding-left: 5px; letter-spacing:-1px; }
    .wrap_posting.tedition_section .title_lineBox { margin-top:80px;}
    .wrap_posting.tedition_section .title_lineBox a { font-size:16px; font-weight:800; }
    .wrap_posting.tedition_section .title_lineBox a .depth2 { font-size:14px; font-weight:600; }

		.flexslider_everlandtv .tt-post-thumb,
		#ttItem4708 .slides > li img{ /*height:270px !important;*/ }
		#ttItem1308 .mainbox .main_box_cover,
		#ttItem3559 .mainbox .main_box_cover { height:62%; }
	  .everlandtv_latest .mainbox .main_box_cover { height:70%; }
	  #searchList_everlandtv .main_box_cover { height:68%; }
		.area_related_everlandtv .main_box_cover { height:73%; }
	
	div.slick-next {right: -20px;top: 10px;}
	div.slick-prev {left: -20px;top: 10px;}
	#everlandtv_container .gnb_box {width: 96% !important;}
.another_category .go_more {width: 13%;}
#ttItem3134 .mainbox .main_box_cover {
    background: url(./images/btn_play.png) center 26% no-repeat;
    background-size: 20%;
}

}


@media all and (min-width : 769px){
    #ttItem4708 .tt-wrap-item,
    #ttItem4708 .slides > li{ /*height:563px !important; */}
    #ttItem4708{
        width: 100% !important;
        max-width: 1000px !important;
        padding-bottom: 0 !important;
        /*height:563px;*/
        margin-top:28px;
    }
    #ttItem4708 .tt-wrap-item{
        width: 100% !important;
        max-width: 1000px !important;
        float: left;
        /*height:563px;*/
    }
    #ttItem4708 img{
        /*height: 100% !important;
        max-height: 563px !important;*/
    }



}

@media only screen and (min-width : 1px) and (max-width : 768px){
    body{overflow-x:hidden;}
    .flexslider_everlandtv .slides li { height:auto !important;}
	.main_slider .slides > li .slide_cover,
    .flexslider_everlandtv .slides li  .slide_cover {height:80% !important; background-size:13% !important;}
	ul.slides .caption { position:relative; background-color:#545454; height:auto; padding: 14px !important; bottom:0px !important;}
	ul.slides .caption .cate {
		font-size: 13px !important;
		margin-bottom: 10px !important;
	}
    #searchList_everlandtv li:nth-child(even) { margin: 20px 0 0 0; }
    #ttItem4708{
        width: 105.5% !important;
        padding-bottom: 0 !important;
        height:auto !important;
        margin-top:28px;
    }
    #ttItem4708 .tt-wrap-item{
        width: 100% !important;
        max-width: 1000px !important;
        float: left;
        height:auto !important;
    }
    #ttItem4708 img{
        height: 100% !important;
        max-height:auto !important;
    }

    div#ttCanvas #ttItem3559 .img_hotPost,
    div#ttCanvas #ttItem1308 .img_hotPost,
    div#ttCanvas #ttItem3134 .img_hotPost { position:relative; }
    div#ttCanvas #ttItem3559 .img_hotPost > img,
    div#ttCanvas #ttItem1308 .img_hotPost > img,
    div#ttCanvas #ttItem3134 .img_hotPost > img{ width:41%; min-width:135px; }
    div#ttCanvas #ttItem3559 .img_hotPost .btn-area > img,
    div#ttCanvas #ttItem3559 .img_hotPost .btn-area > img,
    div#ttCanvas #ttItem3559 .img_hotPost .btn-area > img { width:60px;}
    div#ttCanvas #ttItem3559 .img_hotPost .btn-area > a,
    div#ttCanvas #ttItem3559 .img_hotPost .btn-area > a,
    div#ttCanvas #ttItem3559 .img_hotPost .btn-area > a { margin-top:0px !important;}

	#everlandtv_container .gnb_box { width:86% !important;}

	#container_top .gnb_box { width:86% !important;}
}


/**** 컨텐츠용 스타일 s ****/

.youtubeWrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.youtubeWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

/**** 컨텐츠용 스타일 e ****/





@media only screen and (max-width: 560px) {
#searchList_everlandtv li .searchList_thumb {
    width: 100%;
    height: auto;
    max-height: 167px !important;
    min-height: 167px !important;
}
#searchList_everlandtv .searchList_thumb a img {
    width: 100%;
    height: 100%;
    min-height: 167px !important;
    float: none;
}

}
@media only screen and (max-width: 480px) {
#searchList_everlandtv li .searchList_thumb {
    width: 100%;
    height: auto;
    max-height: 122px !important;
    min-height: 122px !important;
}
#searchList_everlandtv .searchList_thumb a img {
    width: 100%;
    height: 100%;
    min-height: 142px !important;
    float: none;
}
#searchList_everlandtv .main_box_cover {
    height: 75%;
}

}
@media only screen and (max-width: 380px) {
#searchList_everlandtv li .searchList_thumb {
    width: 100%;
    height: auto;
    max-height: 113px !important;
    min-height: 113px !important;
}
#searchList_everlandtv .searchList_thumb a img {
    width: 100%;
    height: 100%;
    min-height: 113px !important;
    float: none;
}
#searchList_everlandtv .main_box_cover {
    height: 70%;
}

}


@media only screen and (min-width : 390px) and (max-width : 549px){
	#searchList .searchList_tag  a { font-size:11px; padding:1px 5px 0px; margin: 0px 3px 2px 0px;}
}














