@charset "utf-8"; 

/*
 * --------------------------------------------------------------------------
 * descript : 게시판 테마
 * --------------------------------------------------------------------------
 * version	: 2.0.0
 * author	: Yoodaekyung
 * update	: 2018.08.17
 * email	: eorud0818@naver.com
 * --------------------------------------------------------------------------
 */

 
/* --------------------------------------------------------------------------
   검색
   -------------------------------------------------------------------------- */
.search-box{width:640px; height:35px; margin:0 auto 100px auto;}
.search-box select, .search-box input, .search-box button{float:left; box-sizing:border-box; display:inline-block; height:45px; line-height:45px; font-size:16px;}
.search-box input[type="text"]{width:68%; margin:0 1%; border:1px solid #cfd1d4; text-align:left; padding:0 10px; background:url(/assets/img/board/search.png) no-repeat 98% center; background-size:20px;}
.search-box button{width:15%; background:#ff3e62; color:#fff; font-weight:700; cursor:pointer;}
.search-box select{width:15%; border:1px solid #cfd1d4; cursor:pointer; padding:0 10px; background-color:#fff;}

/* --------------------------------------------------------------------------
   공지사항
   -------------------------------------------------------------------------- */
#board{margin-bottom:100px;}
/* 리스트 */
#board .board-notice-list{width:100%;}
#board .board-notice-list thead{background:#f8f8f8; border-top:2px solid #858585; border-bottom:1px solid #cfd1d4;}
#board .board-notice-list thead th{text-align:center; font-size:15px; font-weight:700; color:#222; padding:20px 0;}

#board .board-notice-list tbody td{background:#fff; border-bottom:1px solid #cfd1d4; text-align:center; padding:15px 0; font-size:15px; font-weight:300;}
#board .board-notice-list tbody td i.notice{display:inline-block; padding:10px 15px; background:#ff3e62; color:#fff; border-radius:25px; font-size:13px; font-weight:700;}

#board .board-notice-list tbody td.subject{text-align:left; padding:0 25px;}
#board .board-notice-list tbody td.subject a{color:#222; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#board .board-notice-list tbody tr:hover td{background:#fcfcfc;}
#board .board-notice-list tbody tr.no-data td{color:#aaa; vertical-align:middle;}

/* 뷰 */
#board .board-notice-view{width:100%; margin-top:50px;}
#board .board-notice-view thead{background:#f8f8f8; border-top:2px solid #858585; border-bottom:1px solid #cfd1d4;}
#board .board-notice-view thead th{text-align:center; font-size:15px; font-weight:700; color:#222; padding:20px 0;}

#board .board-notice-view tbody td{background:#fff; border-bottom:1px solid #cfd1d4; text-align:center; padding:10px 0; font-size:14px; font-weight:300;}
#board .board-notice-view tbody td i.notice{display:inline-block; padding:5px; background:#172b4d; color:#fff; border-radius:2px; font-size:11px; font-weight:700;}
#board .board-notice-view tbody td.subject{padding-left:20px; text-align:left; line-height:24px; font-weight:700;}
#board .board-notice-view tbody td.con{padding:25px 15px; line-height:1.8em; text-align:left;}
#board .board-notice-view tbody td.con img{max-width:100%;}
#board .board-notice-view tbody td a{color:#999;}

/* 이전글, 다음글 */
#board .prev-next-list{width:100%;}
#board .prev-next-list ul{}
#board .prev-next-list ul li{}
#board .prev-next-list ul li span{display:inline-block; float:left; width:100px; padding:15px 0; background:#f2f2f2; font-weight:300; text-align:center; font-size:13px; border-bottom:1px solid #ddd; font-weight:700;}
#board .prev-next-list ul li a{display:inline-block; float:left; width:calc(100% - 100px); box-sizing:border-box; padding:15px 25px; color:#222; font-size:13px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; border-bottom:1px solid #eee;}
#board .prev-next-list ul li a:hover{text-decoration:underline;}

/* --------------------------------------------------------------------------
   온라인 상담
   -------------------------------------------------------------------------- */
#inquire{margin:50px 0;}
#inquire .inner {padding:0;}

/* 리스트 */
#inquire .board-counsel-list{width:100%;}
#inquire .board-counsel-list thead{background:#f8f8f8; border-top:2px solid #858585; border-bottom:1px solid #cfd1d4;}
#inquire .board-counsel-list thead th{text-align:center; font-size:15px; font-weight:700; color:#222; padding:20px 0;}

#inquire .board-counsel-list tbody td{background:#fff; border-bottom:1px solid #cfd1d4; text-align:center; padding:10px 0; font-size:15px; font-weight:300;}
#inquire .board-counsel-list tbody tr:hover td{background:#fcfcfc;}

#inquire .board-counsel-list tbody td.subject{text-align:left; padding:0 25px;}
#inquire .board-counsel-list tbody td.subject a{color:#222; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#inquire .board-counsel-list tbody tr.no-data td{color:#aaa; vertical-align:middle;}


#inquire .board-counsel-list tbody td i.state{display:inline-block; padding:10px 20px; color:#fff; border-radius:25px; font-size:13px; font-weight:400;}
#inquire .board-counsel-list tbody td i.com{background:#ff3e62; }
#inquire .board-counsel-list tbody td i.ready{background:#cbcbcb; }


/* 뷰 */
#inquire .board-counsel-view{width:100%; }
#inquire .board-counsel-view thead{background:#f8f8f8; border-top:2px solid #858585; border-bottom:1px solid #cfd1d4;}
#inquire .board-counsel-view thead th{text-align:center; font-size:15px; font-weight:700; color:#222; padding:20px 0;}

#inquire .board-counsel-view tbody td{background:#fff; border-bottom:1px solid #cfd1d4; text-align:center; padding:10px 0; font-size:15px; font-weight:300;}
#inquire .board-counsel-view tbody tr:hover td{background:#fcfcfc;}

#inquire .board-counsel-view tbody td.subject{text-align:left; padding:0 25px;}
#inquire .board-counsel-view tbody td.subject a{color:#222; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

#inquire .board-counsel-view tbody td i.state{display:inline-block; padding:10px 20px; color:#fff; border-radius:25px; font-size:13px; font-weight:400;}
#inquire .board-counsel-view tbody td i.com{background:#ff3e62; }
#inquire .board-counsel-view tbody td i.ready{background:#cbcbcb; }


#inquire .board-counsel-content{padding:25px; font-size:15px; line-height:1.4em; border-bottom:1px solid #cfd1d4;}

/* 댓글 */
#inquire .board-counsel-reply{padding:25px; background:#f4f4f4; border-top:1px solid #cfd1d4; border-bottom:1px solid #cfd1d4;}
#inquire .board-counsel-reply .reply-title{position:relative; display:inline-block; width:100%; height:35px; line-height:35px;  padding-left:100px; box-sizing:border-box; font-weight:400; margin-bottom:25px; font-weight:700;}
#inquire .board-counsel-reply .reply-title i{position:absolute; left:0; top:0; display:inline-block; width:80px; height:35px; line-height:35px; border-radius:30px; text-align:center; color:#fff; background:#0ba29a; font-size:13px;}
#inquire .board-counsel-reply .reply-txt{font-size:13px; line-height:20px;}

/* 글쓰기 */
#inquire .board-cousel-form{width:100%;}
#inquire .board-cousel-form input[type="text"],
#inquire .board-cousel-form input[type="password"],
#inquire .board-cousel-form select{min-width:100px; height:35px; line-height:35px; box-sizing:border-box; border:1px solid #cacaca; padding:0 5px;}
#inquire .board-cousel-form select{background:url(/assets/img/common/theme/btn_down.png) no-repeat 90% center;}
#inquire .board-cousel-form textarea{width:100%; max-width:100%; min-width:100%; height:150px; bbox-sizing:border-box; padding:5px; border:1px solid #cacaca; color:#222; font-size:12px; line-height:20px;}
#inquire .board-cousel-form input[data-name="제목"]{width:100%;}
#inquire .board-cousel-form input[data-name="제휴기업명"]{width:100%;}
#inquire .board-cousel-form input[data-name="연락처"]{width:100px;}

#inquire .board-cousel-form select[data-name="문의분류"]{width:100%;}

#inquire .board-cousel-form tbody{border-top:2px solid #858585;}
#inquire .board-cousel-form tbody th{width:200px; text-align:center; font-size:15px; font-weight:700; color:#222; padding:20px 0; background:#f3f3f3; border-bottom:1px solid #cfd1d4;}
#inquire .board-cousel-form tbody td{padding:10px 20px; text-align:left; border-bottom:1px solid #cfd1d4;}
#inquire .board-cousel-form tbody td .addFile > input,
#inquire .board-cousel-form tbody td .addFile > label{display:none;}

#inquire .private-agree{}
#inquire .private-agree textarea{width:100%; max-width:100%; min-width:100%; height:200px; background:#fafafa; box-sizing:border-box; padding:25px; color:#222; font-size:13px; line-height:23px; margin:15px 0;}

/* 체크박스 및 라디오버튼 */
#inquire .private-agree{text-align:right;}
#inquire .private-agree input[type="checkbox"]{display:none;}
#inquire .private-agree input[type="checkbox"] + label{font-size:14px; position:relative; padding-left:30px; cursor:pointer; height:23px; line-height:23px;}
#inquire .private-agree input[type="checkbox"] + label::before{content:""; display:inline-block; left:0; top:0; border:1px solid #ddd; width:23px; height:23px; box-sizing: border-box;}
#inquire .private-agree input[type="checkbox"]:checked + label::after{content:""; display:inline-block; width:15px; height:15px; left:4px; top:4px; background:#ff3e62}

#inquire .private-agree input[type="radio"]{display:none;}
#inquire .private-agree input[type="radio"] + label{font-size:14px; position:relative; padding-left:30px; cursor:pointer; height:23px; line-height:23px;}
#inquire .private-agree input[type="radio"] + label::before{content:""; display:inline-block; left:0; top:0; border:1px solid #ddd; width:23px; height:23px; border-radius:23px; box-sizing: border-box;}
#inquire .private-agree input[type="radio"]:checked + label::after{content:""; display:inline-block; width:15px; height:15px; border-radius:15px; left:4px; top:4px; background:#ff3e62}

/* 비밀번호 */
#inquire .check-password{width:620px; background:#eee; margin:50px auto; border:1px solid #333; text-align:center;}
#inquire .check-password h3{background:#333; color:#fff; padding:20px; font-size:15px; font-weight:700;}
#inquire .check-password p{font-size:13px; color:#777; padding:25px 0 10px 0; line-height:20px;}
#inquire .check-password input[type="password"]{width:50%; border:1px solid #ccc; box-size:border-box; padding:7px; background:#fff;}



/* --------------------------------------------------------------------------
   갤러리 (고객후기)
   -------------------------------------------------------------------------- */
#gallery{margin:50px 0 100px 0;}

/* 리스트 */
#gallery ul{display:inline-block; width:100%;}
#gallery li.item{position:relative; float:left; width:calc(25% - 15px); margin-bottom:20px; cursor:pointer; margin-right:20px;}
#gallery li.item:nth-child(4n + 4){margin-right:0;}
#gallery li.item{}
#gallery li.item a{position:relative; display:inline-block; width:100%; height:100%; background-size:cover; background-repeat:no-repeat; background-position:center center;}
#gallery li.item .thumbnail{height:250px; background:#f3f3f3 url(/assets/img/common/theme/logo.png) no-repeat center center;}
#gallery li.item .info{position:relative; box-sizing:border-box; height:160px; padding:30px 15px;  background:#fff; border-bottom:1px solid #ddd; border-left:1px solid #ddd; border-right:1px solid #ddd; box-sizing:border-box;}
#gallery li.item .info::before{position:absolute; display:inline-block; content:''; width:28px; height:4px; background:#ff3e62; left:-1px; top:-2px;}
#gallery li.item .info em{display:block; font-size:1.4em; font-weight:700; color:#222; line-height:1.4em; font-family:'NanumSquare', sans-serif; margin-bottom:10px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#gallery li.item .info span.date{display:block; font-size:0.85em; color:#8c8c8a;}
#gallery li.item .info span.con{display:block; margin:15px 0; font-size:1em; line-height:1.5em; color:#222; height:3em; max-height:3em; overflow:hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word;}




/* 글쓰기 */
#gallery .board-gallery-form{width:100%;}
#gallery .board-gallery-form input[type="text"],
#gallery .board-gallery-form input[type="password"],
#gallery .board-gallery-form select{min-width:100px; height:35px; line-height:35px; box-sizing:border-box; border:1px solid #cacaca; padding:0 5px;}
#gallery .board-gallery-form select{background:url(/assets/img/common/theme/btn_down.png) no-repeat 90% center;}
#gallery .board-gallery-form textarea{width:100%; max-width:100%; min-width:100%; height:150px; bbox-sizing:border-box; padding:5px; border:1px solid #cacaca; color:#222; font-size:12px; line-height:20px;}
#gallery .board-gallery-form input[data-name="제목"]{width:100%;}
#gallery .board-gallery-form input[data-name="연락처"]{width:100px;}

#gallery .board-gallery-form tbody{border-top:2px solid #858585;}
#gallery .board-gallery-form tbody th{width:200px; text-align:center; font-size:15px; font-weight:700; color:#222; padding:20px 0; background:#f3f3f3; border-bottom:1px solid #cfd1d4;}
#gallery .board-gallery-form tbody td{padding:10px 20px; text-align:left; border-bottom:1px solid #cfd1d4;}
#gallery .board-gallery-form tbody td .addFile > input,
#gallery .board-gallery-form tbody td .addFile > label{display:none;}



/*#realstory{margin:10px 0 100px 0;}*/


/* 리스트 */
#realstory > .inner {padding:0;}
#realstory .item{position:relative; float:left; width:calc(25% - 15px); margin-bottom:20px; cursor:pointer; margin-right:20px;}
#realstory .item:nth-child(4n + 4){margin-right:0;}
#realstory .item{}
#realstory .item a{position:relative; display:inline-block; width:100%; height:100%; background-size:cover; background-repeat:no-repeat; background-position:center center;}
#realstory .item .thumbnail{position:relative; height:340px; background:#f3f3f3 url(/assets/img/common/theme/logo.png) no-repeat center center;}
#realstory .item .thumbnail::before{opacity:0; display:inline-block; width:100%; height:100%; left:0; top:0; background:rgba(0, 0, 0, 0.5); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
#realstory .item .thumbnail::after{opacity:0; display:inline-block; padding:10px 20px; content:'자세히보기 +'; border:1px solid #fff; color:#fff; left:50%; top:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
#realstory .item .thumbnail:hover::before,
#realstory .item .thumbnail:hover::after{opacity:1;}

#realstory .item .info{position:relative; box-sizing:border-box; padding:15px 0;  background:#fff;  box-sizing:border-box;}

#realstory .item .info em{display:block; font-size:19px; font-weight:700; color:#222; line-height:19px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}


#realstory .no-data{margin-top:50px; text-align:center; font-size:15px; color:#aaa; padding:100px 0; border-top:2px solid #ddd; border-bottom:1px solid #ddd;}


#board-pagenation .inner {padding-top:0;}















#media{display:inline-block; width:100%; margin:50px 0;}
#media .inner {padding:0;}

/* 리스트 */
#media .item{position:relative; float:left; width:calc(25% - 15px); cursor:pointer; margin-right:20px;}
#media .item:nth-child(4n + 4){margin-right:0;}
#media .item:nth-child(n + 4){margin-bottom:50px; }
#media .item{}
#media .item a{position:relative; display:inline-block; width:100%; height:100%; background-size:cover; background-repeat:no-repeat; background-position:center center;}
#media .item .thumbnail{height:190px;  background:#f3f3f3 url(/assets/img/common/theme/logo.png) no-repeat center center; background-size:150px; margin-bottom:10px;}

#media .item .info{position:relative; box-sizing:border-box; background:#fff;}
#media .item .info em{display:block; font-size:17px; font-weight:700; color:#111; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

#media .no-data{margin-top:50px; text-align:center; font-size:15px; color:#aaa; padding:100px 0; border-top:2px solid #ddd; border-bottom:1px solid #ddd;}


.media-large{width:100%; background:#f8f8f8; margin-top:50px; padding:50px 0; text-align:center;}
.media-large .inner {padding:0;}
.media-large iframe{width:720px; height:405px; background:#f3f3f3 url(/assets/img/common/theme/logo.png) no-repeat center center; background-size:150px;}
.media-large em{display:block; font-size:24px; line-height:1.2; color:#111; font-weight:700; margin-top:20px;}


















#board-notice{margin-bottom:50px;}
#board-notice .inner {padding:0;}
#board-notice .item:first-child{border-top:2px solid #ddd;}
#board-notice .item{width:100%; box-sizing:border-box; padding:35px 0; border-bottom:1px solid #ddd;}
#board-notice .item a{display:block; position:relative; box-sizing:border-box; padding-right:330px; width:100%; height:200px;}

#board-notice .item .thumbnail{position:absolute; right:0; top:0; width:295px; height:200px; background:#eee url(/assets/img/common/theme/logo.png) no-repeat center center; background-size:150px;}

#board-notice .item .tit{position:relative; height:25px; display:inline-block; width:100%; margin-bottom:20px; box-sizing:border-box; padding-left:140px;}
#board-notice .item .tit span[data-name="라인업 공지사항"]{position:absolute; left:0; top:0; width:120px; height:25px; line-height:24px; text-align:center; color:#fff; font-size:15px; background:#ff3e62;}
#board-notice .item .tit span[data-name="라인업 뉴스"]{position:absolute; left:0; top:0; width:120px; height:25px; line-height:24px; text-align:center; color:#fff; font-size:15px; background:#434753;}
#board-notice .item .tit em{display:block; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:24px; font-weight:700; color:#111;}

#board-notice .item p.con{font-size:15px; color:#555; height:calc(1em * 7.5);}
#board-notice .item span.date{position:absolute; left:0; bottom:0; font-size:15px; color:#aaa;}

#board-notice .no-data{margin-top:50px; text-align:center; font-size:15px; color:#aaa; padding:100px 0; border-top:2px solid #ddd; border-bottom:1px solid #ddd;}




#board-blog{margin:50px 0;}
#board-blog .inner {padding:0;}
#board-blog .item:first-child{border-top:2px solid #ddd;}
#board-blog .item{width:100%; box-sizing:border-box; padding:35px 0; border-bottom:1px solid #ddd;}
#board-blog .item a{display:block; position:relative; box-sizing:border-box; padding-left:330px; width:100%; height:200px;}

#board-blog .item .thumbnail{position:absolute; left:0; top:0; width:295px; height:200px; background:#eee url(/assets/img/common/theme/logo.png) no-repeat center center; background-size:150px;}

#board-blog .item .tit{position:relative; height:25px; display:inline-block; width:100%; margin-bottom:20px; box-sizing:border-box;}
#board-blog .item .tit span[data-name="라인업 공지사항"]{position:absolute; left:0; top:0; width:120px; height:25px; line-height:24px; text-align:center; color:#fff; font-size:15px; background:#ff3e62;}
#board-blog .item .tit span[data-name="라인업 뉴스"]{position:absolute; left:0; top:0; width:120px; height:25px; line-height:24px; text-align:center; color:#fff; font-size:15px; background:#434753;}
#board-blog .item .tit em{display:block; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:24px; font-weight:700; color:#111;}

#board-blog .item p.con{font-size:15px; color:#555; height:calc(1em * 7.5);}
#board-blog .item span.date{position:absolute; left:330px; bottom:0; font-size:15px; color:#aaa;}

#board-blog .no-data{margin-top:50px; text-align:center; font-size:15px; color:#aaa; padding:100px 0; border-top:2px solid #ddd; border-bottom:1px solid #ddd;}












/* --------------------------------------------------------------------------
   FAQ - 자주하는질문 (리스트)
   -------------------------------------------------------------------------- */
#board .board-faq-list{width:100%; border-top:2px solid #858585; }

#board .board-faq-list tbody th{position:relative; text-align:left; font-size:15px; font-weight:700; color:#222; padding:20px 20px 20px 60px; border-bottom:1px solid #eee; cursor:pointer; background:url(/assets/img/common/theme/breadcrumb_down.png) no-repeat 97% center; background-size:15px;}
#board .board-faq-list tbody th.active{background:url(/assets/img/common/theme/breadcrumb_up.png) no-repeat 97% center; background-size:15px;}

#board .board-faq-list tbody td{position:relative; font-size:14px; line-height:20px; border-bottom:1px dashed #ccc; background:#fafafa; display:none;}
#board .board-faq-list tbody td{text-align:left; padding:15px 20px 15px 60px;}
#board .board-faq-list tbody td.no-data{color:#aaa; vertical-align:middle; padding:30px 0;}

#board .board-faq-list tbody th span.question{position:absolute; width:30px; line-height:30px; width:30px; border-radius:30px; text-align:center; font-size:20px; color:#fff; background:#132b88; left:20px; top:50%; transform:translate(0, -50%); font-weight:700;}
#board .board-faq-list tbody td span.answer{position:absolute; width:30px; line-height:30px; width:30px; border-radius:30px; text-align:center; font-size:20px; color:#fff; background:#0ba29a; left:20px; top:10px; font-weight:700;}



/**********************************************************************
* Descript : 병원소개 -> 층별안내
***********************************************************************/
.floor-slider{margin-bottom:100px;}
.floor-slider .inner {padding:0;}

.floor-slider .floor-info{width:100%; height:60px;}
.floor-slider .floor-info li{position:relative; float:left; width:25%;}
.floor-slider .floor-info li.active a{background: linear-gradient( 125deg, #ff6979, #ff3e62); font-weight:700; color:#fff;}

.floor-slider .floor-info li a{display:block; text-align:center; height:60px; line-height:60px; box-sizing:border-box; font-size:18px; background:#efefef; color:#555; cursor:pointer; border-right:1px solid #fff; border-bottom:1px solid #fff; border-top:0;}
.floor-slider .floor-info li a:hover{text-decoration:none;}
.floor-slider .floor-info li:first-child a{border-left:0;}
.floor-slider .floor-info li:last-child a{border-right:0;}


 /*
.floor-slider .floor-info li:nth-child(1)::after{display:inline-block; content:'진료의 시작, \A 친절하고 정확하게 상담해 드리겠습니다.'; white-space:pre;}
.floor-slider .floor-info li:nth-child(2)::after{display:inline-block; content:'편안한 진료를 약속 드립니다.'; white-space:pre;}
.floor-slider .floor-info li:nth-child(3)::after{display:inline-block; content:'안전을 최우선으로 합니다.'; white-space:pre;}
.floor-slider .floor-info li:nth-child(4)::after{display:inline-block; content:'빠른 회복을 위해 최선을 다하겠습니다.'; white-space:pre;}
*/


.floor-slider .floor-pic{position:relative; display:block; width:100%; height:650px; overflow:hidden;}
.floor-slider .floor-pic img{width:100%; height:650px;}
.floor-slider .floor-pic span{position:absolute; box-sizing:border-box; width:100%; left:0; bottom:0; height:80px; line-height:80px; background:rgba(0,0,0,0.5); padding:0 25px; font-size:18px;color:#fff; z-index:1;}
.floor-slider .floor-pic span em {font-size:22px; font-weight:700; margin-right:20px;}
.floor-slider-controll{position:absolute; right:0; bottom:0; z-index:3;}
.floor-slider-controll button{position:relative; display:inline-block; float:left; width:79px; height:79px; line-height:79px; text-align:center; color:#Fff;  font-size:2em; cursor:pointer;}
.floor-slider-controll button::before{display:inline-block; width:1px; height:100%; background:rgba(255,255,255,0.3); left:0; top:0;}


.floor-slider .floor-pic li.no-data{width:100%; height:650px; text-align:center; background:#ddd url(/assets/img/common/theme/logo.png) no-repeat center center;}














/**********************************************************************
* Descript : 커뮤니티 -> 이벤트 스타일
***********************************************************************/
.lineup-event{width:100%; display:inline-block; text-align:center; margin:50px 0 0 0;}
.lineup-event .inner {padding:0;}
.lineup-event .item{height:480px; padding-top:280px; box-sizing:border-box; float:left; width:calc(25% - 15px); margin-right:20px; margin-bottom:25px; background-size:350px !important;}
.lineup-event .item:nth-child(4n+4){margin-right:0;}
.lineup-event .item div.lineup-event-info{position:relative; height:200px; box-sizing:border-box; padding:30px 0 40px 0; background:#fff; border:1px solid #eee; border-top:0;}
.lineup-event .item div.lineup-event-info p.cap{font-size:15px; line-height:25px; color:#222; margin:5px 0;}
.lineup-event .item div.lineup-event-info p.cap img{margin-right:5px;}
.lineup-event .item div.lineup-event-info h6.tit{font-size:20px; line-height:30px; color:#222; font-weight:700;}
.lineup-event .item div.lineup-event-info a[data-name="자세히보기"]{display:inline-block; width:110px; height:37px; line-height:37px; border-radius:37px; background:#ff3e62; color:#fff; font-weigth:700;}
.lineup-event .item div.lineup-event-info a[data-name="종료"]{display:inline-block; width:110px; height:37px; line-height:37px; border-radius:37px; background:#bbb; color:#fff; font-weight:700;}
/**********************************************************************/

.lineup-event-view{margin:50px 0;}
.lineup-event-view table{width:100%;}
.lineup-event-view th{padding:25px 0; text-align:center; background:#fafafa; border-top:2px solid #222; border-bottom:1px solid #ccc; font-weight:700;}
.lineup-event-view td{padding:15px; border-bottom:1px solid #ddd;}
.lineup-event-view td.con{padding:35px 15px; font-size:1em; line-height:1.6em; color:#222;}
.lineup-event-view td.con img{max-width:100%;}
.lineup-event-view td h6.tit{font-size:20px; line-height:30px; color:#222; font-weight:700;}
.lineup-event-view td p.cap{font-size:15px; line-height:25px; color:#222; margin:5px 0;}
.lineup-event-view td p.cap img{margin-right:5px;}
.lineup-event-view td em[data-sec="진행중"]{display:inline-block; width:100px; font-size:15px; font-weight:700; color:#fff; left:0; top:0; background:#ff3e62; padding:10px;}
.lineup-event-view td em[data-sec="종료"]{display:inline-block; width:100px; font-size:15px; font-weight:700; color:#fff; left:0; top:0; background:#ddd; padding:10px;}




.partner{width:100%; height:500px; margin:50px 0; letter-spacing:-1.5px;}
.partner .inner{background:url(/assets/img/web/sub/theme/partner_bg.jpg) no-repeat -50px center;}

.partner .txt-group{position:absolute; right:100px; top:130px; color:#111;}
.partner .txt-group .txt01{position:relative; font-size:40px; font-weight:100; margin-bottom:80px;}
.partner .txt-group .txt01 em{font-weight:700;}
.partner .txt-group .txt01::before{display:inline-block; width:100px; height:10px; background:url(/assets/img/web/sub/theme/pattern01.png) repeat left top; left:0; top:70px; }

.partner .txt-group .txt02{font-size:21px; line-height:32px; font-weight:100;}










.board-notice-thumb{display:inline-block; width:100%; margin:50px 0;}
.board-notice-thumb .inner {padding:0;}
.board-notice-thumb .thumbnail{float:left; width:calc(25% - 6px); height:200px; margin-right:8px; margin-bottom:8px; background:#eee url(/assets/img/common/theme/logo.png) no-repeat center center; background-size:150px;}
.board-notice-thumb .thumbnail:nth-child(4n + 4){margin-right:0;}










.before-after-con{border:5px solid red;}





