@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;outline:none}
aside, article, header, footer, main, section { display: block; }
fieldset,img{border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
input::-ms-clear {display:none}
button {border:0 none;background-color:transparent;cursor:pointer}
body {background:#fff;}
body,th,td,input,select,textarea,button {line-height:1.5;font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', 'AppleGothic', 'Sans-serif';color:#333}
a {color:#333;text-decoration:none}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:400}
* { box-sizing: border-box; }

#tistorytoolbarid { display:none }

/* 본문 공통 */
html { width: 100%; height: 100%; overflow-x: hidden; font-size: 17px; }
body {margin: 0px;padding: 0px;position: relative;letter-spacing: -1px; }
a:link {color: #333; text-decoration: none;}
a:visited {color: #333;  text-decoration: none;}
a:hover { color: #333; text-decoration: underline; }
a:active { color: #e01837; text-decoration: none; }
hr { display: none; }
img { border: 0;  }
h1, h2, h3, h4 { margin: 0; padding: 0;  }
h1 { font-size: 2rem; }
h2 {font-size: 1.875rem;}
h3 {font-size: 1.5rem;}
h4 {font-size: 1.25rem;}
/*p{ margin: 15px 0; }*/

.clear { clear: both; }

/* 페이징  */
#paging { text-align: center; margin-top: 40px;  }
#paging .numbox { display: inline-block; margin: 0 10px; }
#paging .numbox a:link, #paging .numbox a:visited { display: inline-block; padding: 2px 8px; height: 30px; min-width:30px; line-height: 28px;  }
#paging .selected {display: inline-block; padding: 2px 8px; height: 30px; min-width:30px; line-height: 28px; font-weight: 700;color: #fff; background-color: #e01837;}
#paging .no-more-prev,
#paging .no-more-next {opacity: .4;}

/* 공통이미지 */
.ico_skin{display:inline-block;overflow:hidden;font-size:0;line-height:0;background:url("images/ico_skin.gif") 0 0 no-repeat; text-indent:-9999px;}

/* 이미지 아래 캡션 스타일 */
.cap1 { color: #4c4c4c; font-size:15px; text-align: center; padding: 0 0 5px 0; margin: 0; width: 100% !important; }

/* 반응형맵 */
img[usemap] {border: none;height: auto;max-width: 100%;width: auto;}
/* 그림 */
/* 모바일 이미지 확대용 코드 추가_150603*/
.imageblock { width: 100% !important; height: auto !important; margin: 10px 0; }
/* 왼쪽 */
.left { text-align: left; }
/* 가운데 */
.center { text-align: center; }
/* 오른쪽 */
.right { text-align: right; }
/* 그림 2개 배치 */
.dual { background-color: #fff; margin-bottom: 5px; }
/* 그림 3개 배치 */
.triple { background-color: #fff; margin-bottom: 5px; }
/* 본문 - more / less */

.moreless_fold { background: url(images/iconMore.gif) top left no-repeat; padding-left: 20px; color: #000; }
.moreless_top { background: url(images/iconLess.gif) top left no-repeat; padding-left: 20px; color: #000; }
.moreless_body { }
.moreless_bottom { background: url(images/iconLess.gif) top right no-repeat; padding-right: 20px; color: #999; text-align: right; }

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

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

/* 반응형 동영상*/
.trailer { position:relative; padding-bottom:56.25%; }
.trailer iframe { position:absolute; width:100%; height:100%; }

/* 블로그 레이아웃 */
header, main {max-width: 1000px;margin: 0 auto;position: relative;z-index: 0;}
footer .container {max-width:1000px;margin: 0 auto;position: relative;z-index: 0;}
main { background-color: #fff; min-height: 600px;}

/* header */
header {height: 82px;position: relative;z-index: 2;letter-spacing:0;}
header h1 {width: 120px;height: 82px;position: absolute;top: 0;left: 40px;z-index: 1;display: flex;align-items: center;}
header h1 a { display: inline-block; background: url(images/logo_top_v2.png) top left no-repeat; width: 120px;height: 24px; background-size: 100% 100%; text-indent: -100000px; overflow: hidden;}

@media (min-width: 800px) {
    header nav { float: left; margin-left: 240px; }
    header nav > ul > li {float: left;margin: 0 30px;position:  relative; z-index: 9}
    header nav > ul > li > ul {position: absolute;top: 82px; left: -10px;z-index:  9;background-color:  #fff;box-shadow: 2px 2px 1px rgba(0,0,0, .2);border: 1px solid rgba(0,0,0, .15);padding: 10px;display: none;}
    header nav > ul > li > a:link, header nav > ul > li > a:visited {display: block;height: 82px;line-height: 82px;color: #3e3a39;text-transform: uppercase;font-size: 15px;text-decoration: none;letter-spacing: -0.03em;font-weight: 700;font-family: 'Noto Sans KR';}
    header nav > ul > li.on > a {color: #b5b5b5;/* border-bottom: 3px solid #e01837 ; */}
    header nav > ul > li.on > a:after { content:""; display: block; width: 100%; height: 3px; position: absolute; bottom: 20px; background-color: #e01837;}
    header nav > ul > li.on > ul { display: block;}
    /* sub menu */
    header nav > ul > li > ul {background-color: #e7e7e7;padding: 10px 20px 20px;}
    header nav > ul > li > ul > li > a {color: #3e3a39 !important;font-size: 15px;white-space: nowrap;text-transform: uppercase;}
    header nav.gnb_m > ul > li > a:link, header na.gnb_mv > ul > li > a:visited {height: 50px;line-height: 50px;}
	
    header nav ul > li.social { display: none; } /* 모바일용 */
}
.gnb_m, .gnb .m { display: none; }

.search-area { position: absolute; top: 50%; right: 42px; z-index: 2; transform: translateY(-50%);}
.search-area h2 { position: absolute; width: 0; height: 0; visibility: hidden; overflow: hidden; text-transform:uppercase;  }
.search-area .input { background-color: transparent; border: none; border-bottom: 1px solid #3e3a39; color: #ffffff; width: 120px;  }
.search-area .submit { background: url(images/btn_search_main.png) top center no-repeat; width: 21px; height: 21px; display: inline-block; text-indent: -10000px; overflow: hidden;}

/* main */
main { padding: 80px; background-color: #f4f4f4;}

#searchList h2 {display: block;text-align: center;padding-bottom: 20px;margin-bottom: 40px;border-bottom:  1px solid #ddd; text-transform: uppercase;}
#searchList h2 small { color:#e01837;  }

.list_content { clear: both; margin-bottom: 30px; }
.list_content:after { content: ''; display: block; width: 100%; height: 0; clear: both; visibility: hidden; }
.list_content .thumbnail_post {float: left;width: 27%;height: 150px;overflow: hidden;}
.list_content .thumbnail_post img { width: 100%; min-height: 100%; }
.list_content .link_post {margin-left: 30%;display: block;}
.list_content .tit_post { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list_content .txt_post { display: block; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; /* 라인수 */-webkit-box-orient: vertical;word-wrap:break-word;height: 4.5em;}
.list_content .txt_date { font-size: .875rem}

article .titleWrap {border-bottom: 1px solid #d3d1cd;position: relative;padding-bottom: 4px;margin-bottom: 8px;}
article .titleWrap h2 {line-height: 1.2;margin-bottom: 10px;}
article .titleWrap .category a:link,
article .titleWrap .category a:visited  {color: #e01837;font-size: .925rem;text-transform: uppercase;font-weight: 700;}
article .titleWrap .date { font-size: .875rem;}

article .titleWrap .sns {position: absolute;bottom: 0;right: 0;z-index: 0;}
article .titleWrap .sns li { display: inline-block; width: 30px; height: 30px; }
article .titleWrap .sns li a { display: block; height: 100%; text-indent: -10000px; overflow: hidden; background-image: url(images/btn_social.png); background-repeat: no-repeat;}

article .titleWrap .sns li.fb a { background-position: 0 0; }
article .titleWrap .sns li.fb a:hover { background-position: 0 -30px; }
article .titleWrap .sns li.tw a { background-position: -30px 0; }
article .titleWrap .sns li.tw a:hover { background-position: -30px -30px; }
article .titleWrap .sns li.cc { margin-left: 4px; display: none; }
article .titleWrap .sns li.cc a { background-position: -60px 0; }
article .titleWrap .sns li.cc a:hover { background-position: -60px  -30px; }
article .titleWrap .sns li.copyUrl a { background-position: -90px 0; }
article .titleWrap .sns li.copyUrl a:hover { background-position: -90px  -30px; }

article .article {padding: 15px 0;line-height: 1.6;}
article .article h3 {background: url(images/bl_h3.png) 0px 12px no-repeat;padding-left: 16px;margin-bottom: 10px;/*  */font-size:;}

article .article p { margin-top: 10px !important; margin-bottom: 10px !important;  }
/*하이퍼링크추가_161117*/
article .article a:link {color: #e01837; text-decoration: none;}
article .article a:visited {color: #333;  font-weight: 700; text-decoration: underline;}
article .article a:hover { color: #e01837; font-weight: 700; text-decoration: underline; }
article .article a:active { color: #e01837; font-weight: 700; text-decoration: underline; }


article .author { display: none; }

article .article blockquote { display: block; padding: 0 20px; position: relative; font-size: 1.25rem;  }
article .article blockquote:before { content: ''; display: inline-block; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(images/blockquote_be.png) no-repeat;  }
article .article blockquote:after { content: ''; display: inline-block; position: absolute; bottom: 0; right: 0; width: 20px; height: 20px; background: url(images/blockquote_af.png) no-repeat;  }

/* Facebook */
.fb-like { text-align: right; overflow: hidden; position: absolute !important; height:30px; width: 60px; top: 10px; right: 0px; }
.fb-comments { display: block; margin: 0px auto; width: 100% !important; }
.fb-comments span { width: 100% !important; padding: 0 !important;}
.fb-comments span iframe { width: 100% !important; padding: 0 !important;}

.tagTrail h4 {float: left;margin-right: 10px;color: #e01837;font-size: 1.075rem;font-weight: 700;}
.tagTrail {color: #FFF;}
.tagTrail a {display: inline-block;}
.tagTrail a:before { content: '#'; display: inline-block; }
.tagTrail a:after { content: ','; display: inline-block; }
.tagTrail a:last-child:after { content:''; }
.area_related {/*padding-top: 40px;*/ padding-bottom: 40px; border-bottom: 1px solid #ccc;margin-bottom: 40px;}
.area_related:after { display: block; content:""; visibility:hidden; height:0; overflow: hidden; clear:both;}
.area_related h4 {padding-bottom: 8px;/* margin-bottom: 5px; */position: relative;text-transform: uppercase;}
.area_related h4 .btnMore { display:inline-block; position:absolute; right:0px; top:0px; z-index:auto; }
.area_related h4 .btnMore a { background: url(images/btn_more_related.png) no-repeat right center; width: 20px; height: 20px; display: block; text-indent: -10000px; overflow: hidden; }

.list_related { margin: 0px 0px 40px; padding: 0px; }
.list_related ul { margin:0; padding:0;}
.list_related li {list-style: none;padding: 0;float: left;margin-right: 2% !important;width: 23.5%;}
.list_related li:nth-child(4n) { margin-right: 0 !important;}
.list_related li:last-child:after { content:""; visibility:hidden; height:0; overflow: hidden; clear:both;}

.list_related .thumb_related {height: 140px;width: 100%;display: block;overflow: hidden;}
.list_related .thumb_related img { width: 100%; min-height: 100% }
.list_related .date_related { font-size: 0.875rem; color: #a9a9a9; display: inline-block; }
.list_related .cat_related { font-size: 1rem; color: #35a5c1; display: inline-block;  }
.list_related .txt_related {/* font-size: 1.075rem; *//* color: #262626; */display: block;margin-top: 10px;font-weight: 700;font-weight: 400;}

.another_category { display:none !important;}

/* comment */
.area_reply h3 { display: none;}
.area_reply .tit_reply{font-weight: 400}
.area_reply .btn_reply{font-weight: 700;line-height:18px;color:#3db39e}
.area_reply .btn_reply .ico_reply{width:8px;height:5px;margin:5px 0 0 3px;background-position:0 -425px;vertical-align:top}
.btn_reply.on .ico_reply{background-position:0 -450px}
.area_reply .reply_write{position:relative;margin-top:5px}
.area_reply .lab_write{position:absolute;top:13px;left:16px;font-size:12px}
.area_reply .on_box .lab_write{display:none}
.area_reply .tf_reply{width: 100%;height:102px;padding:13px 15px 10px;border: 1px solid #ddd;font-size:12px;resize:none;box-sizing:border-box;}
.area_reply .reply_writer{margin-top:10px;position:relative;height:36px}
.area_reply .writer_info{float:left}
.area_reply .writer_info .info_name{display:inline-block;position:relative;margin-right:8px}
.area_reply .writer_info .info_pw{display:inline-block;position:relative}
.area_reply .writer_info .lab_info{position:absolute;top:10px;left:16px;font-size:12px}
.area_reply .on_box .lab_info{display:none}
.area_reply .writer_info .inp_info{width:120px;height:36px;padding:0 15px;border:1px solid #eee;font-size:12px;box-sizing:border-box}
.area_reply .writer_info .inp_info::-webkit-input-placeholder { padding-top:2px }
.area_reply .writer_check{position:absolute;right:70px}
.area_reply .writer_check .check_secret{display:inline-block;position:relative;height:36px;margin-right:18px;line-height:36px}
.area_reply .writer_check .inp_secret { display:none }
.area_reply .writer_check .lab_secret {position:relative;padding-left:20px;font-size:12px;cursor:pointer}
.area_reply .writer_check .ico_check {position:absolute;top:-2px;left:0;width:16px;height:16px;background-position:0 -500px}
.area_reply .writer_check .inp_secret:checked + .lab_secret .ico_check { background-position:0 -525px }
.area_reply .writer_check .inp_secret:focus + .lab_secret .ico_check { outline: 1px dotted #000;outline: -webkit-focus-ring-color auto 5px }
.area_reply .on .ico_check{background-position:0 -525px}

.area_reply .writer_btn { position:absolute;right:0 }
.area_reply .writer_btn .btn_enter{width:70px;height:36px;/* border-radius:4px; */font-size: 14px;line-height:38px;background-color: #e01837;color:#fff;font-weight: 700;}

.area_reply .btn_replymore{display:none;width:100%;height:42px;margin-top:3px;border-top:1px solid #eee;font-size:12px;line-height:44px;color:#aaa}
.on .btn_replymore{display:block}
.area_reply .list_reply{margin-bottom:20px; margin-top:5px;border-top:1px solid #e0e0e0;}
.on .list_reply{display:block;margin-bottom:18px}
.area_reply .list_reply li.tt_more_preview_comments_wrap { padding:10px 20px}
.area_reply .list_reply .tt_more_preview_comments_text { font-size:12px; color:#aaa }
.area_reply .list_reply li{overflow:hidden;position:relative;padding: 10px 0;border-bottom:1px solid #eee;}
.area_reply .list_reply li:hover{background-color:#fcfcfc}
.area_reply .list_reply .my_reply{background-color:#fcfcfc}
.area_reply .list_reply .re_reply{padding-left: 36px;}
.area_reply .reply_content{float:left}
.area_reply .list_reply .img_profile {margin-top:2px;display: none;}
.area_reply .tit_nickname{display:block;overflow:hidden;max-width:515px;margin:4px 5px 0 0;font-weight: 700;color:#333;white-space:nowrap}
.area_reply .my_reply .tit_nickname{color:#e01837}
.area_reply .tit_nickname:hover{text-decoration:none}
.area_reply .ico_secret{width:10px;height:12px;margin-top:4px;background-position:0 -475px;vertical-align:top;display:none}
.area_reply .rp_secret .tit_nickname {}
.area_reply .rp_secret .ico_secret { display:inline-block }
.area_reply .txt_reply{display:block; /*width:670px;*/ margin-top:20px; font-size:16px}
.area_reply .re_reply .txt_reply{display:block;/*width:627px;*/margin-top:20px; font-size:16px}
.area_reply .txt_date{display:block;margin-top:7px;font-size:12px;color:#aaa}
.area_reply .btn_replymenu{display:none}
.area_reply .list_reply li .my_edit{/* display:none; */position:absolute;top:27px;right:16px;}
.area_reply .list_reply li:hover .my_edit{display:block}
.area_reply .my_edit .link_edit{margin:0 2px;font-size:12px;color: #4c4d4d;}
.area_reply .my_edit .link_edit:hover{text-decoration:none}
.area_reply .hiddenComment .tit_nickname{display:none}
.area_reply .hiddenComment .txt_reply{font-weight: 700;font-size:14px}
.area_reply .hiddenComment .txt_date{}


footer {position: relative;float: left;width: 100%; letter-spacing: -.5px;background-color: #ffffff;}
footer .container {display: table; width: 100%; padding:33px 40px;}
footer h4, footer ul {display: table-cell; }
footer ul li {color: #3e3a39;display: inline-block;font-size: 12px;font-weight: 500;    letter-spacing: -0.05em;}
footer ul li.copyright {opacity: 0.8;}

footer ul li a:link, footer ul li a:visited {display: block; color: #3e3a39;}

footer .logo {width: 80px;padding-right: 27px;}
footer .logo a { display: inline-block; background: url(images/logo_top.png) top left no-repeat; background-size: 100% 100%; width: 70px; height: 70px; text-indent: -100000px; overflow: hidden;}
footer ul.foot-menu li { float: left; margin: 5px 0; line-height: 1; }
footer ul.foot-menu li a { padding: 0 8px; }
footer ul.foot-menu li em a:link, footer ul.foot-menu li em a:visited { color: #3e3a39;font-weight:700; }
footer ul.foot-menu li:first-child, footer ul.foot-menu li:nth-child(2), footer ul.foot-menu li:nth-child(3) { border-right: 1px solid #8f8f8f; }

footer ul.copyright { text-align: right }

footer ul li.tel { clear: left }
footer ul li.goTop { margin-top: -20px; margin-left: 13px; }
footer ul li.goTop a {display: inline-block;width: 27px;height: 27px;background: url(images/go_top.png) top left no-repeat;text-indent: -100000px;}

/* index 설정 */



#tt-body-index #topSearchBox{display:none;}
#tt-body-index header{max-width: 786px;}
#tt-body-index header h1{left: 0;}
#tt-body-index header nav{float: right;margin-left:0;margin-right: 0px;}
#tt-body-index header nav > ul > li{margin:0 0 0 66px;}
#tt-body-index main {  background-color: transparent; padding: 0; }
.main-visual { display: none; }
.main-visual .container { height: 100%; position: relative; max-width: 596px; margin: 0 auto;     padding: 0;}
#tt-body-index .main-visual {display: block;background: #ffffff;position: relative;z-index: 0;}
#tt-body-index .main-visual dl { position: absolute; right: 20px; bottom: 170px; color: #fff; text-align: right; display: none; }
#tt-body-index #ttCanvas {margin-top: -919px;}/*245*/
#tt-body-index #ttCanvas .tt-panel { padding-top: 0; }
#tt-body-index .mainPage{display:block;}
#tt-body-index main{display:none;}
#tt-body-index .main-visual .sectionTitle{font-size: 18px;color: #d22239;line-height: 2.5;font-weight: 700;font-family: 'Noto Sans KR';letter-spacing: -0.03em;}

#tt-body-index .mainTopSection{width:100%;height: 42.23918575063613vw;max-height:332px;position: relative;background-color: #000000;}
#tt-body-index .mainTopSection .sectionTitle{position: absolute;left: -12px;transform: translateX(-100%);z-index: 11;color: #ffffff;text-align: right;line-height: normal;top: 10px;}
#tt-body-index .main-visual .mainTopSection .container { max-width: 786px;}
#tt-body-index .mainTopSection .content-box img{display:block;width: 100%;height: 100%;object-fit: cover;}
#tt-body-index .mainTopSection .content-box .main-top-item{position: absolute;overflow: hidden;}
#tt-body-index .mainTopSection .content-box .main-top-item img{object-fit: cover;width: 100%;height: 100%;}
#tt-body-index .mainTopSection .content-box .main-top-item:nth-of-type(1){width: 63.23155216284987vw;height: 42.23918575063613vw;max-width: 497px;max-height: 332px;left:0;top:0;}
#tt-body-index .mainTopSection .content-box .main-top-item:nth-of-type(2){width: 36.89567430025445vw;max-width: 290px;height: 21.11959287531807vw;max-height: 166px;right:0;top:0;}
#tt-body-index .mainTopSection .content-box .main-top-item:nth-of-type(3){width: 36.89567430025445vw;max-width: 290px;height: 21.11959287531807vw;max-height: 166px;right:0;bottom:0;}

#tt-body-index .searchSection{background-color:#f4f4f4;}
#tt-body-index .searchSection #searchBox .icon-down-arrow{margin:0 14px 0 18px;width: 9px;height: 8px;}

#tt-body-index .campaignSection{background-color:#f4f4f4;}
#tt-body-index .campaignSection .content-box{width: 100%;max-width: 596px;margin: 0 auto;border-bottom: 1px solid #9f9d9d;padding-bottom:20px;}
#tt-body-index .campaignSection .campaign-list{display:flex;justify-content: space-between;width: 100%;}
#tt-body-index .campaignSection .campaign-item{width: 193px;}
#tt-body-index .campaignSection .campaign-item .img-box{width: 100%;height: 193px;}
#tt-body-index .campaignSection .campaign-item .img-box img{display:block;width: 100%;height: 100%;object-fit: cover;}
#tt-body-index .campaignSection .campaign-item .title-box{font-size: 14px;color: #3e3a39;letter-spacing: -0.05em; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;margin-top:13px;    font-weight: 500;line-height: 1.272727272727273em;height: 2.545454545454545em;}
#tt-body-index .campaignSection .campaign-item .date{display: block;text-align: right;    font-size: 18px;color: #3e3a39;letter-spacing: -0.05em;font-weight: 400;}
#tt-body-index .linkSection {background-color:#f4f4f4;padding:11px 0 7px 0;}
#tt-body-index .linkSection .sectionTitle{color:#3e3a39;line-height:2.333333333333333;}
#tt-body-index .linkSection .content-box{width: 100%;max-width: 596px;margin: 0 auto;display:flex;justify-content: space-between;}
#tt-body-index .linkSection .content-box .item-box .movie-item{width: 100%;height: 167px;overflow: hidden;}
#tt-body-index .linkSection .content-box .item-box .movie-item:last-of-type{margin-top:7px;}
#tt-body-index .linkSection .content-box .item-box .movie-item img{width: 100%;height: 100%;object-fit: cover;}
#tt-body-index .linkSection .content-box .item-box{width: 297px;}
#tt-body-index .linkSection .content-box .all-item{}
#tt-body-index .linkSection .content-box .all-item a{display:flex;position: relative;}
#tt-body-index .linkSection .content-box .all-item a .img-box{width:109px;height:109px;overflow: hidden;}
#tt-body-index .linkSection .content-box .all-item a .img-box img{object-fit: cover;width: 100%;height: 100%;}
#tt-body-index .linkSection .content-box .all-item a .title-box{width: calc(100% - 119px);margin-left:10px;font-size: 14px;font-weight: 500;color: #3e3a39;line-height: 1.272727272727273em;letter-spacing: -0.05em;    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;height: 100%;}
#tt-body-index .linkSection .content-box .all-item a .date{position: absolute;right: 0;bottom: 0;    font-size: 18px;color: #3e3a39;letter-spacing: -0.05em;font-weight: 400;}
#tt-body-index .linkSection .content-box .item-box.right-box{    width: 290px;}
#tt-body-index .linkSection .content-box .item-box.right-box .list-box{display: flex;flex-direction: column;justify-content: space-between;height: calc(100% - 42px);}

#tt-body-index .snsSection{background-color:#f4f4f4;padding: 11px 0 0;}
#tt-body-index .snsSection .content-box .item-box:first-child .sectionTitle{color:#3e3a39;line-height:2.333333333333333;}
#tt-body-index .snsSection .content-box {width: 100%;
        max-width: 596px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #9f9d9d;
        border-bottom: 1px solid #9f9d9d;
        padding: 25px 0 25px 0;}
#tt-body-index .snsSection .content-box .item-box .movie-item{width: 100%;height: 167px;overflow: hidden;}
#tt-body-index .snsSection .content-box .item-box .movie-item img{width: 100%;height: 100%;object-fit: cover;}
#tt-body-index .snsSection .content-box .item-box{width: 297px;}
#tt-body-index .snsSection .content-box .item-box:last-child{width:291px;}
#tt-body-index .snsSection .content-box .item-box .list-box{display:flex; flex-wrap: wrap;}
#tt-body-index .snsSection .content-box .item-box .list-box li {margin:13px 8px;}
#tt-body-index .snsSection .content-box .item-box .list-box li > a{display: flex;justify-content: center;align-items: center;}

#tt-body-index .bottomSection{background-color:#f4f4f4;padding: 23px 0 0;}
#tt-body-index .bottomSection .content-box {width: 100%;max-width: 596px;margin: 0 auto;display: flex;justify-content: space-between;padding-bottom: 40px;}
#tt-body-index .bottomSection .content-box .sectionTitle{font-size:27px;line-height:1.148148148148148;}
#tt-body-index .bottomSection .content-box .item-box{width: 297px;}
#tt-body-index .bottomSection .content-box .item-box:last-child{width:291px;}
#tt-body-index .bottomSection .content-box p{font-size:15px;color:#3e3a39;letter-spacing: -0.03em;font-weight: 500;line-height:1.266666666666667}
#tt-body-index .bottomSection .content-box p em{color:#d22239;font-weight:700;}

/* 메인 검색 디자인 변경 및 태그형 검색 추가 */
#tt-body-index .search-area {right: 0;top: 0;position: static;padding: 25px 0 5px;    transform: translateY(0);}
#tt-body-index .search-area #searchBox {display: flex; width: 100%;height: 43px; position: relative;margin: 0 auto;box-sizing: border-box;border-radius: 21px;background-color:#ffffff;align-items: center;}
#tt-body-index .search-area .input {width: calc( 100% - 54px);height:100%;line-height:100%;font-size: 12px;color: #3e3a39;box-sizing: border-box;border: 0;letter-spacing: -0.03em;}
#tt-body-index .search-area .input::placeholder{color:#3e3a39;}
#tt-body-index .search-area .submit { background: url(images/btn_search_main.png) top center no-repeat;     width: 21px;height: 21px;position: absolute;right: 18px;top: 50%;margin-top: -11px;background-size: contain;}
@media (min-width: 800px) {
	#tt-body-index header nav > ul > li > a:link, #tt-body-index header nav > ul > li > a:visited {color:#3e3a39;font-size: 15px;letter-spacing: -0.03em;font-weight: 700;font-family: 'Noto Sans KR';}
}

#tt-body-index .recommend-keyword { display: block;}
.recommend-keyword { display: none;  margin-top: 40px; }
.recommend-keyword h3 {color: #fff;font-size: 18px;font-weight: 700;float: left;height: 20px;line-height: 20px;border-right: 1px solid #fff;width: 88px;}
.recommend-keyword ul { float: left; width: calc(100% - 88px); height: 20px; line-height: 20px; padding-left: 30px;}
.recommend-keyword li { display: inline-block; margin: 0 25px 25px 0; }
.recommend-keyword li:last-child { margin-right: 0;}
.recommend-keyword li > a {color: #fff; font-size: 18px; letter-spacing: -1px; }
.recommend-keyword li > a:hover { color: #e00000; text-decoration: none; font-weight: 400; }
.recommend-keyword li > a:before { content:'#';}

.main-banner { display: none; max-width: 1000px; margin: 0 auto; }
.main-banner .sns-link{display:flex;width: 100%;max-width: 304px;justify-content: space-between;margin: 54px auto;}
.main-banner li {width:40px;height:40px;}
.main-banner li a { display: block; }
.main-banner li a img { width: 100%; height: auto; display:block}
#tt-body-index .main-banner {display: block; }

.sub-banner { display: block; margin: 10px 0; }
.sub-banner li { float: left; width: 49%; margin-right: 2%; }
.sub-banner li:nth-child(2n) { margin-right: 0; }
.sub-banner:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.sub-banner li a {display: block;}
.sub-banner li a img { width: 100%; height: auto; }

/* Tedition utility  */
.tistorytoolbar { display: none !important; }
.entry-content img { display: block; max-width: 100%; height: auto; }
div.article iframe { max-width: 100% !important; }
.imageblock {max-width: 100%;text-align: center;}
.imageblock img {max-width: 100%; !important;height: auto;}
.tt-span-1, .tt-span-2, .tt-span-3, .tt-span-4, .tt-span-5, .tt-span-6, .tt-span-7, .tt-span-8, .tt-span-9, .tt-span-10, .tt-span-11, .tt-span-12 {max-width: 100% !important; overflow: hidden;}
.tt-span-1 { width: 6% !important; }
.tt-span-2 { width: 14% !important; }
.tt-span-3 { width: 23.5% !important; }
.tt-span-4 { width: 31% !important; }
.tt-span-5 { width: 39% !important; }
.tt-span-6 { width: 48% !important; }
.tt-span-7 { width: 53% !important; }
.tt-span-8 { width: 59% !important; }
.tt-span-9 { width: 72% !important; }
.tt-span-10 { width: 80% !important; }
.tt-span-11 { width: 88% !important; }
.tt-span-12 { width: 100% !important; }
#ttCanvas{ width: 100% !important; padding-top: 0 !important; position: relative !important; z-index: 0!important ;  }
#ttCanvas li { padding-bottom: 0 !important;}
div#ttCanvas div.tt-panel { padding-top:10px !important}

/* 티에디션 재설정 */
.tt-span-3 { margin-right: 2% !important; margin-bottom: 30px !important; background-color: #fff; }
.tt-span-3-border {width: 100% !important;}
.tt-span-4 {margin-right: 3.5% !important; }
.tt-span-4-border {width: 100% !important;}
.tt-span-3 .tt-wrap-thumb-link {height: 175px !important;overflow: hidden; !important}
.tt-wrap-thumb-link img {margin-left:0 !important;margin-top: 0 !important;width: 100% !important;height: auto !important;min-height: 100%;}
.tt-headline .tt-wrap-thumb-link { width:100% !important; height:auto !important; min-height: 100% !importnat; }
.tt-span-1-border, .tt-span-2-border, .tt-span-3-border, .tt-span-4-border, .tt-span-5-border, .tt-span-6-border, .tt-span-7-border, .tt-span-8-border, .tt-span-9-border, .tt-span-10-border, .tt-span-11-border, .tt-span-12-border { border: none !important; }
.tt-list .tt-post-title a {font-family:'Noto Sans KR', '맑은 고딕', Dotum, AppleGothic, Sans-serif !important; font-weight: 400!important; color: #323232 !important; text-decoration: none !important;overflow: hidden;display: block;width: 100%;text-overflow: ellipsis;font-size: 1rem !important;display: -webkit-box;-webkit-line-clamp: 2; /* 라인수 */-webkit-box-orient: vertical;word-wrap:break-word;line-height: 1.3rem !important;height: 2.6rem !important;}
.tt-post-etc-area {padding: 15px !important;}
.tt-post-summary a { font-size: .8125rem !important;letter-spacing:-1px;text-decoration: none !important;overflow: hidden;display: block;width: 100%;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; /* 라인수 */-webkit-box-orient: vertical;word-wrap:break-word;line-height: 1.2rem !important;height: 3.5rem !important;}
.tt-post-category a:link, .tt-post-category a:visited  {color: #e01837;font-size: 13px !important;text-transform: uppercase;font-weight: 700 !important;font-family: 'Noto Sans KR' !important;letter-spacing:0;}

li > div.tt-span-3:hover { border: 4px solid #e01837 !important; }
li > div.tt-span-3:hover .tt-wrap-thumb-link { margin-top: -4px !important;}
li > div.tt-span-3:hover img { width: calc(100% + 8px) !important; margin: 0 -4px !important;}
li > div.tt-span-3:hover .tt-post-etc-area { background-color: #2a2a2a; padding: 11px !important;}
li > div.tt-span-3:hover .tt-post-summary a, li > div.tt-span-3:hover .tt-post-title a { color: #fff !important;}

.tt-more {height: 25px;vertical-align: middle;text-align: center;border: 1px solid #e01837 !important;background-color: rgba(224, 24, 55, 0.65);bottom: 20px !important;clear: both;margin-bottom: 10px !important;display: none;}
.tt-more a {display: block;color: #ffffff !important;text-decoration: none;}

/* New Style */
.tt-hs-slide { overflow: hidden; position: relative; width:100%; height: 450px; margin-bottom: 20px !important;  }
.tt-hs-slide .tt-wrap-post, .tt-hs-slide .tt-span-12 { height:100% !important}
.tt-hs-slide img {/* margin: 0 !important; *//* width: auto !important; *//* height: 100% !important; *//* min-height: 100% !important; */}
.tt-hs-slide .tt-wrap-thumb-link { width: 100% !important; height: 100% !important; margin-bottom:10px !important; opacity:.9}
.tt-hs-slide .tt-wrap-postinfo {position: absolute;top: 50px;right: 50px !important;left: auto !important; z-index: 3; background-color: transparent !important;background-image: none !important;height: 260px !important;width: 300px !important;padding:0 !important;margin:0 !important;}
.tt-hs-slide .tt-post-category {display: inline-block !important;color: #e01837;font-size: 13px !important;text-transform: uppercase;font-weight: 700 !important;font-family: 'Noto Sans KR' !important;letter-spacing:0;text-align: right !important:;}
.tt-hs-slide .tt-post-title {/* width: 300px !important; */height: auto !important;text-align: right !important;}
.tt-hs-slide .tt-post-title a {font-family:'Noto Sans KR', '맑은 고딕', Dotum, AppleGothic, Sans-serif !important;font-size: 2rem !important;line-height: 2.5rem !important;height: auto !important;width: auto !important;display: block;text-overflow: clip; /* 라인수 */ /* -webkit-box-orient: vertical; */word-wrap:break-word;height: 7.5rem !important;font-weight: 400;text-shadow: 0 0 5px rgba(0,0,0,.6);font-weight: 400 !important;text-decoration: none !important;margin: 5px 0 !important;}
.red-box {border: 7px solid #e01837 !important;position: absolute;top: 0;right: 20px;width: 370px;height: 370px;z-index: 1;}

.carousel .tt-post-thumb-link { position: absolute; right: 0!important; bottom: 0 !important; top:auto !important; z-index: 2;}
.carousel .tt-post-thumb-link a {display: inline-block;width: 32px !important;height: 32px !important;line-height: 32px;margin-right: 3px !important; text-indent: -10000px;}
.carousel .tt-post-thumb-link .prev { background: url(./images/btn_slide_prev.png) 0 0 no-repeat !important;}
.carousel .tt-post-thumb-link .next { background: url(./images/btn_slide_next.png) 0 0 no-repeat !important;}
.carousel {position: relative;overflow: visible !important;padding: 40px 0 !important;}
.carousel-inner {position: relative;overflow: hidden;width: 100%; }
.carousel-inner > .item {display: none;position: relative;-webkit-transition: 0.6s ease-in-out left;-o-transition: 0.6s ease-in-out left;transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {display: block;max-width: 100%;height: auto;line-height: 1; }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {display: block; }
.carousel-inner > .active {left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {position: absolute;top: 0;width: 100%; }
.carousel-inner > .next {left: 100%; }
.carousel-inner > .prev {left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {left: 0; }
.carousel-inner > .active.left {left: -100%; }
.carousel-inner > .active.right {left: 100%; }

/***************************************************************************/

@media all and (max-width: 800px) {
    #tt-body-index header nav > ul > li {margin: 0;margin-top: 16px;    }
    #tt-body-index #ttCanvas {margin-top: -285px;}
    #tt-body-index main { padding: 40px !important; }
    .tt-span-3 { width:48% !important; margin-right: 4% !important;}
    .tt-span-3:nth-child(2n) { margin-right: 0 !important;}
    .tt-item {padding-bottom: 0 !important;padding-top: 0 !important;}
    .tt-more { display: block; margin-bottom: 40px !important; }
    .tt-list li:nth-child(3n) {display: none;}
    .tt-hs-slide {height: 360px;margin-top: 10px !important;margin-bottom: 0 !important;}
    .tt-hs-slide .tt-wrap-postinfo { top:40px !important; right: 40px !important; height: 240px !important; width: 230px !important; }
    .tt-hs-slide .tt-post-title a { font-size: 1.5rem !important; line-height: 2rem !important;}
    .carousel {padding: 20px 0 !important;}
    .carousel .tt-post-thumb-link {bottom: 30px !important;}
    .red-box { width: 300px; height: 300px;}
}
@media all and (max-width: 480px) {
    #tt-body-index #ttCanvas {margin-top: -180px;  padding: 20px 0 !important;}/*210*/
    #tt-body-index main { padding: 0 !important; }
    .tt-span-3 .tt-wrap-thumb-link {height: 120px !important; }
    .tt-span-3 { margin-bottom: 20px !important;}
    .tt-hs-slide {height: 220px;margin-bottom: 0 !important;}
    .tt-hs-slide .tt-wrap-thumb-link { width: 100% !important; height: auto !important; margin-bottom:10px !important; opacity:.9}
    .tt-hs-slide .tt-wrap-postinfo { top:20px !important; right: 20px !important; height: 150px !important; width: 160px !important; }
    .tt-hs-slide .tt-post-title a { font-size: 1.25rem !important; line-height:1.8rem !important; }
    .carousel {padding: 5px 0 !important; }
    .carousel .tt-post-thumb-link {bottom: 0 !important;}
    .red-box { width: 200px; height: 200px; border-width: 3px !important; right: 10px;}
    .main-banner, .tt-list { padding: 0 20px !important;}
    .tt-more { margin: 0 20px 30px !important;}
}

/* for Responsible */

@media (max-width: 800px) {
    main { padding: 80px 40px; }
    /*header { height: 120px; }
    header h1 { width: 180px; height: 180px; }
    header h1 a { width: 180px; height: 180px; background-size: 100% 100%; }*/
    header .gnb {background-color: #000; /*212121*/ width: 50%;height: 100%;position: fixed;top: 82px;display: none;overflow: auto;z-index: 999;}
    header .gnb.on { right: 0; display: block; }
    header .gnb > ul > li {display: block;border-bottom: 1px solid #333;}
    header .gnb > ul > li > a:link, header .gnb > ul > li > a:visited {display: block;height: 50px;line-height: 50px;color: #fff;text-transform: uppercase;font-size: 16px;padding: 0 30px;text-align: right;}
    header .gnb > ul > li.on > a { color: #b5b5b5; border-bottom: 3px solid #e01837 ; }

    /* sub menu */
    header nav > ul > li > ul {background-color: #1f1f1f;padding: 10px 20px 20px;display:  none;transition:  all .3s;}
    header nav > ul > li.on > ul { display: block;}
    header nav > ul > li > ul > li > a {text-align: right;display:  block;color: #d1d1d1 !important;font-size: 15px;white-space: nowrap;text-transform: uppercase;padding: 5px 10px;}
    header .gnb ul > li.social {margin-top:20px;padding-right: 20px;border-bottom:0;}

    .gnb .w { /*display: none !important; */}
    .gnb .m { display: block; }
    .gnb_m {display: block;float: right;background-color: #000;padding: 0 10px;height: 82px;}
    .gnb_m.fixed { position: fixed;top: 0;right: 0; }
    .gnb_m li { float: left; margin-top: 16px; }
    .gnb_m li a {display: block;width:50px;height: 50px;line-height:50px;}
    .gnb_m .btn_nav {background: url(images/btn_m_nav.png) center center no-repeat;background-size: 40% auto; display: none;}
    .gnb_m .btn_sch {background: url(images/btn_m_search.png) center center no-repeat;background-size: 40% auto; display: none;}
    .gnb_m .btn_close {background: url(images/btn_m_close.png) center center no-repeat;background-size: 40% auto; display: none;}
    .gnb_m .btn_nav.on, .gnb_m .btn_sch.on, .gnb_m .btn_close.on, .m_backup.on {display: block;}
    .gnb .social ul {    padding: 0;display: flex;background-color: transparent;justify-content: flex-end;}
    .gnb .social li {float: left;width: 40px;height: 40px;}
    .gnb .social li a {display: block;height: 100%;background: url(images/m_social.png) no-repeat;text-indent: 10000px;overflow:hidden;}
    .gnb .social li.home a {background-position: 0 0;}
    .gnb .social li.home a:hover { background-position: 0  -40px;}
    .gnb .social li.facebook a { background-position: -40px 0;}
    .gnb .social li.facebook a:hover { background-position: -40px  -40px;}
    .gnb .social li.youtube a { background-position: -80px 0;}
    .gnb .social li.youtube a:hover { background-position: -80px  -40px;}

    .m_backup {position: fixed;z-index: 1;width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0,0,0, .5);display: none;}

    .search-area {display: none;z-index: 999;top: 82px;right: 0;position: fixed;background-color: #000;width: calc(100% - 130px);padding: 20px;transform: translateY(0);}
    .search-area .input {border-bottom: 1px solid #fff;width: calc(100% - 25px);}
    .search-area .submit {background: url(images/btn_search.png) top center no-repeat;width: 20px;height: 12px;}
    .search-area.on { display: block; }

    /* 신규 메인디자인용 추가 2019-03-01 */
		#tt-body-index header {max-width: 100%;width:100%;}
		#tt-body-index header h1 {transform: none;left: 20px;}
		#tt-body-index header .search-area{display:none;}
    #tt-body-index header nav {margin-right: 0;}
    #tt-body-index .gnb_m .btn_sch.on { display: none; }
    #tt-body-index .search-area {display: block;width: 100%;}
    #tt-body-index .search-area #searchBox input { background-color: transparent !important; }
	/*
		#tt-body-index .linkSection .content-box {flex-direction: column;padding: 0 20px 25px;}
		#tt-body-index .linkSection .content-box .item-box,#tt-body-index .linkSection .content-box .item-box.right-box {width: 100%;    margin-top: 15px;}
		#tt-body-index .linkSection .content-box .item-box .movie-item {height: 48vw;max-height: none;}
		#tt-body-index .linkSection .content-box .all-item {margin-top: 15px;}
		#tt-body-index .linkSection .content-box .all-item a .title-box {width: 100%; margin-left: 15px;line-height: 1.272727272727273em;letter-spacing: 0.05em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: 100%;}
		#tt-body-index .linkSection .content-box .all-item a .img-box {width: 30.3vw;max-width: none;height: auto;max-height: none;overflow: hidden;}
	
		#tt-body-index .snsSection .content-box {flex-direction: column;padding: 0 20px 25px;}
		#tt-body-index .snsSection .content-box .item-box {width: 100%;}
		#tt-body-index .snsSection .content-box .item-box .movie-item {height: 48vw;}
		#tt-body-index .bottomSection .content-box {flex-direction: column;padding: 0 20px 25px;}
		#tt-body-index .bottomSection .content-box .item-box:last-child {margin-top:20px;}
	*/
	
    .search-area #searchBox { width: 100% }
    .search-area #searchBox input {height: 35px;background-color: #fff;font-size: 18px;display: block;width: inherit;margin-right: 35px; border-radius: 0 !important;}
    .search-area #searchBox button {width: 35px;height: 35px;background: #000 url(images/btn_m_search.png) center center no-repeat;background-size: 60% auto;float: right;margin-top: -35px;}

    footer .container {display: block;padding: 0 40px;}
    footer h4 { display: inherit; }
    footer ul { display: block; }
    footer ul.foot-menu { margin-left: -8px;  }
    footer ul.copyright {float: none;clear: both;text-align: left;}
    footer ul li.goTop {margin-top: -20px !important; position: absolute;right: 20px;}

    .list_related li {margin-right: 4% !important;width: 48%; margin-bottom: 10px;}
    .list_related li:nth-child(2) { margin-right: 0 !important;}

    .list_content .thumbnail_post { height: 120px;}
    .list_content .txt_post {-webkit-line-clamp: 2; /* 라인수 */height: 3em;}
    article .titleWrap .sns li.cc { display: inline-block; }
}

@media (max-width: 620px) {
    main { padding: 80px 20px; }
    /*html { font-size: 16px;}*/
    
		header {height: 60px;}
    header h1 { width: 170px; height: 60px; position: absolute; top: 0; left: 20px; z-index: 1; }
		header h1 a {width: calc(168px * 0.7);height: calc(34px * 0.7);}
    .gnb_m {height: 60px;}
    .gnb_m li {margin-top: 5px;}
    header .gnb {top: 60px;}
		.search-area {top: 60px;}
	
    /*모바일 폰트 수정 _ 161122*/
    article .titleWrap h2 {font-size: 22px;}
    article .article p { font-size: 17px;   }
    article .article h3 { font-size: 20px; }
    .list_related .thumb_related { height: 115px;}
    .list_content { margin-bottom: 20px; }
    .list_content .thumbnail_post { height: 80px; width: 33%; }
    .list_content .link_post { margin-left: 38%; }
    .list_content .tit_post { font-size:1.215em; }
    .list_content .txt_post {-webkit-line-clamp: 2; /* 라인수 */height: 2.6em;line-height: 1.3em;}
    footer .container {padding: 0 20px;}
    footer ul.foot-menu {padding-top: 8px !important;}
    .main-banner { padding: 0 20px; }
    .sub-banner li { float: none; width: 100%; margin-right: 0; }

    #tt-body-index .search-area {top: 130px}
    #tt-body-index .search-area #searchBox {border-width: 2px;width:100%;}
    #tt-body-index .search-area .input { height: 40px;line-height: 40px;   padding-left: 1em;   font-size: 0.825rem; }
    #tt-body-index .search-area .submit { right: 10px;top: 44%;}
    #tt-body-index .recommend-keyword { margin-top: 20px; }
    #tt-body-index .recommend-keyword * {font-size: 14px !important;letter-spacing: -.5px;}
    #tt-body-index .recommend-keyword h3 {width: 70px;}
    .recommend-keyword ul { float: left; width: calc(100% - 70px);}
    #tt-body-index .recommend-keyword li {margin: 0 12px 12px 0;}
		
		#tt-body-index header nav > ul > li {margin-top: 5px;}
		#tt-body-index .main-visual .container {padding: 0 20px;}
		#tt-body-index .campaignSection .content-box {padding: 0 20px;}
		#tt-body-index .campaignSection .campaign-list{flex-direction: column;}
		#tt-body-index .campaignSection .campaign-item {width: 100%;max-width: 100%;}
		#tt-body-index .campaignSection .campaign-item .img-box {width: 100%;height: calc(100vw - 40px);}
		#tt-body-index .mainTopSection {height: auto;max-height: initial;}
		#tt-body-index .mainTopSection .content-box{display:flex;flex-wrap: wrap;}
	  #tt-body-index .mainTopSection .content-box .main-top-item {position: static;}
		#tt-body-index .mainTopSection .content-box .main-top-item:nth-of-type(1) {    width: 100%;height: 53vw;max-width: 100%;max-height: none;}
		#tt-body-index .mainTopSection .content-box .main-top-item:nth-of-type(2) {width: 50%;height: 26.1vw;}
		#tt-body-index .mainTopSection .content-box .main-top-item:nth-of-type(3) {width: 50%;height: 26.1vw;}
		
		#tt-body-index .linkSection .content-box {flex-direction: column;padding: 0 20px 25px;}
		#tt-body-index .linkSection .content-box .item-box,#tt-body-index .linkSection .content-box .item-box.right-box {width: 100%;    margin-top: 15px;}
		#tt-body-index .linkSection .content-box .item-box .movie-item {height: 51.12016293279022vw;max-height: none;}
		#tt-body-index .linkSection .content-box .all-item {margin-top: 15px;}
		#tt-body-index .linkSection .content-box .all-item a .title-box {width: 100%; margin-left: 15px;line-height: 1.272727272727273em;letter-spacing: 0.05em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: 100%;}
		#tt-body-index .linkSection .content-box .all-item a .img-box {width: 30.3vw;max-width: none;height: auto;max-height: none;overflow: hidden;}
	
		#tt-body-index .snsSection .content-box {flex-direction: column;padding: 0 20px 25px;}
		#tt-body-index .snsSection .content-box .item-box:last-child {width: 100%;}
		#tt-body-index .snsSection .content-box .item-box .list-box {justify-content: center;}
		#tt-body-index .snsSection .content-box .item-box {width: 100%;}
		#tt-body-index .snsSection .content-box .item-box .movie-item {height: 51.12016293279022vw;}
		#tt-body-index .bottomSection .content-box {flex-direction: column;padding: 0 20px 25px;}
		#tt-body-index .bottomSection .content-box .item-box:last-child {margin-top:20px;}
	
	
}
	

.floating{width: 108px;height: 108px;position: fixed;display: inline-block;right: 10px;top: 45%;background: url(images/newsletter.png) no-repeat center center;}
.floating a {display: block;width: 100%;height: 100%;}

@media (max-width: 800px) {
    .floating{display: none;}
}

/* 전체 게시글 보기 스타일 */
.a_show_all {
        display: block;
        text-align: center;
        margin: 20px auto 0 auto;
        font-weight: 600;
        width: 200px;
        background-color: #000000;
        border-radius: 8px;
        padding: 8px 20px 8px 20px;
}

.a_show_all:visited, .a_show_all:link {
        color: white;
}

.a_show_all:hover {
        text-decoration: none;
}

.custom_divider {
        width: 100%;
        max-width: 596px;
        margin: 0 auto;
        justify-content: space-between;
        border-bottom: 1px solid #9f9d9d;
        padding-bottom: 25px;
}
