@charset "utf-8";

.at-body { } /**/ /*읽기페이지 상단 떨어짐 현상 잡기위해 230206 >> margin-top:60px; >> 서브페이지 서브비주얼 떨어짐 방지 위해 주석처리 230531 bjm*/ /* colorset.css에서 반영하기위해 스타일 주석처리함. padding: 0px 0 120px; margin:0 auto;*/
.view-wrap { width: 100%; overflow:hidden; padding: 0px 0 0 0; }
.view-wrap section { width: 100%; margin: 70px auto 50px; padding:0; background: #f8f8f8; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

.visual_bg { position: relative; width: 100%; padding-bottom:29%; } /*padding-bottom:35%;*/
.visual_bg p { position: absolute; left: 50%; top: 50%; width: 90%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align:center; }
.visual_bg p > img { margin: 0px auto 30px ; }
.visual_bg p > span { display:block; font-size:55px; line-height:75px; letter-spacing:0.26em; font-weight:600; text-align:center; color:#fff; }

.visual_bg p > img { width:50px; }

@media all and (max-width:1500px) {
  .visual_bg p > span { font-size:46px; line-height:56px; } /* line-height:65px;*/
  .visual_bg { padding-bottom:30%; } /*padding-bottom:29%;에서 변경*/

}
@media all and (max-width:1199px) {
  .view-wrap { padding: 0px 0px; }
  .view-wrap section { margin: 40px auto 40px; }
  .visual_bg p > span { font-size:38px; line-height:46px; } /* font-size:45px; line-height:65px*/
  /*.visual_bg { padding-bottom:45%; }*/

}
@media all and (max-width:991px) {
  .at-body { margin-top:0px; }
  .view-wrap { padding: 0px 0px; }
  .visual_bg { padding-bottom:30%; } /*padding-bottom:45%;*/
  .visual_bg p > span { font-size:30px; line-height:36px; }
  .visual_bg p > img { width: 35px; margin: 0 auto 15px; }
}
@media all and (max-width:768px) {
  .visual_bg { padding-bottom:30%; } /*padding-bottom:50%;*/
  .visual_bg p > img { width: 30px; }
  .visual_bg p > span { font-size:22px; line-height:26px; } /*font-size:28px; line-height:48px;*/
}
@media all and (max-width:480px) {
  .visual_bg { padding-bottom:50%; } /*padding-bottom:60%;*/
  .visual_bg p > img { width: 35px; }
  .visual_bg p > span { font-size:22px; line-height:28px; } /*font-size:25px; line-height:45px;*/
}



/*메인페이지용으로 원복해볼 것.*/
.dl-box { position: relative; background: #fff; padding: 80px 100px; overflow:hidden; }
/*.dl-box dl { background: rgba(193,255,249,0.5);  } */
.dl-box dl:nth-child(3) { border-right:unset; }
.dl-box dl > dt { font-size:22px; color:#333; padding-bottom:25px; }
.dl-box dl > dd { font-size:18px; line-height:30px; color:#666; }
.ModalPopup_type1 .dl-box .con_txt { margin:15px 0;     font-size: 18px; line-height: 26px; margin-bottom: 30px; text-align: justify; } /*background: rgba(0,0,0,0.1);*/

.dl-box p { margin-bottom: 50px;font-size: 18px; line-height: 26px; display: block; clear: both; text-align: justify; background: } /*rgba(193,255,249,0.5);*/

/*.dl-box a { position: absolute; display:inline-block; font-size:16px; padding:10px 70px 10px 70px; background:#ee3523 url('../images/sub/ico_go.svg')no-repeat right 10px center; color:#fff; background-size:23px; transition: all 0.4s; margin-left: 50%; transform: translateX(-50%); } /* */*/
.dl-box a:hover { background: #000 url('../images/sub/ico_go.svg')no-repeat left 154px center; color:#fff; background-position:right 15px center;  background-size:23px; }

@media all and (max-width:1500px) {
	.dl-box { padding: 50px 50px; }
	/*.section2 .dl-box { padding: 50px 50px; }*/
	/*.dl-box a { right: 100px; }*/
}
@media all and (max-width:1199px) {
	.dl-box dl { float:none; width:100%; overflow:hidden; display: flex; justify-content: center; align-items: center; flex-direction: column; } /**/
	.dl-box dl > dt { float:left; width:20%; font-size:20px; }
	.dl-box dl > dd { float:left; width:80%; font-size:18px; line-height:30px; }
	/*.dl-box a { top:40px; right:50px; }*/
}

@media all and (max-width:786px) {
	.view-wrap section { margin: 30px auto 30px; }
	.dl-box { padding: 45px 35px; }
	.dl-box dl { float:none; width:100%; overflow:hidden; text-align: left; flex-direction: row; }
	.dl-box dl > dt { float:left; width:100px; font-size:20px; padding-bottom: 5px }
	.dl-box dl > dd { float:left; width:100%; font-size:18px; line-height:30px; }
	/*.dl-box a { position: relative; display:block; right:auto; text-align:center; padding: 10px 0px; top:0px;  background: #333 url('../images/sub/ico_go.svg')no-repeat right 10px center; background-size: 20px !important; } */
	.dl-box dl { padding: 0px 10px; margin-bottom: 3vw; } /* border-left: 2px solid #ddd; border-right:unset;*/
}
@media all and (max-width:480px) {
	.view-wrap section { margin: 15px auto 15px; }
	.dl-box { padding: 15px 20px; }
	.dl-box dl > dt { font-size:18px; }
	.dl-box dl > dd { font-size:15px; line-height:27px; }
	.dl-box dl { margin-bottom: 2vw; }
}



/*추가230118 bjm*/
.ModalPopup_type1 .modal-body.portfolio_modal { background: #f8f8f8; }
.ModalPopup_type1 .modal-dialog { width:80%; }
.ModalPopup_type1 .modal-title.portfolio_modal { font-size: 28px; font-weight: 300; }
.ModalPopup_type1 .close { font-size:42px; transition:all 0.4s; }

/*부트스트랩 기본 위에서 아래로 떨어지는 팝업을 제자리에서 등장하도록 튜닝*/
.modal.fade.ModalPopup_type1 .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

@media (max-width:767px) {
	.ModalPopup_type1 .modal-dialog { width:unset; }
}



/*최근 포폴 읽기페이지에 반영함. 앞에 포트폴리요용 클래스 추가해볼 것.230119*/

.portfolio .dl-box { position: relative; background: #fff; padding: 80px 100px; overflow:hidden; }
.portfolio .dl-box dl { float:left; width:33.3333%; letter-spacing:0; border-right: 1px solid #ddd; text-align: center; margin-bottom: 50px; }
.portfolio .dl-box dl:nth-child(3) { border-right:unset; }
.portfolio .dl-box dl > dt { font-size:22px; color:#333; padding-bottom:25px; }
.portfolio .dl-box dl > dd { font-size:18px; line-height:30px; color:#666; }
.ModalPopup_type1 .dl-box .con_txt {  margin:15px 0;     font-size: 18px; line-height: 26px; margin-bottom: 30px; text-align: justify; }

.portfolio .dl-box p { margin-bottom: 50px;font-size: 18px; line-height: 26px; display: block; clear: both; text-align: justify; }

/*사이트바로가기 버튼*/
.site_link_btn1, .site_link_btn2 { display: flex; justify-content: center; }
a.site_link_btn { display:inline-block; font-size:16px; padding:10px 70px 10px 70px; background:#ee3523 url('../images/sub/ico_go.svg')no-repeat right 10px center; color:#fff; background-size:23px; transition: all 0.4s;  }  /*margin-left: 50%; transform: translateX(-50%);*/ /*waypoint 사용 시 가운데정렬이 안된다. translateX가 반영이 안되는 것으로 보임. 그래서 부모에 display:flex와 justify-content: center;로 a태그를 가운데 정렬시킴*/
a.site_link_btn:hover { background: #000 url('../images/sub/ico_go.svg')no-repeat left 154px center; color:#fff; background-position:right 15px center;  background-size:23px; }

@media all and (max-width:1500px) {
	.portfolio .dl-box { padding: 40px 50px; }
	.portfolio .dl-box a { right: 100px; }
}
@media all and (max-width:1199px) {
	.portfolio .dl-box dl { overflow:hidden; display: flex; justify-content: center; align-items: center; flex-direction: column; }
	.portfolio .dl-box dl > dt { float:left; width:20%; font-size:20px; }
	.portfolio .dl-box dl > dd { float:left; width:80%; font-size:18px; line-height:30px; }
	.portfolio .dl-box a { top:40px; right:50px; }
}

@media all and (max-width:786px) {
	.portfolio .view-wrap section { margin: 30px auto 30px; }
	.portfolio .dl-box { padding: 30px 35px; }
	.portfolio .dl-box dl { float:none; width:100%; overflow:hidden; text-align: left;     flex-direction: row; }
	.portfolio .dl-box dl > dt { float:left; width:100px; font-size:20px; padding-bottom: 5px }
	.portfolio .dl-box dl > dd { float:left; width:100%; font-size:18px; line-height:30px; }
	.portfolio .dl-box a { position: relative; display:block; right:auto; text-align:center; padding: 10px 50px; top:0px;  background: #ee3523 url('../images/sub/ico_go.svg')no-repeat right 10px center; background-size: 20px !important; }
	.portfolio .dl-box a:hover { background: #000 url('../images/sub/ico_go.svg')no-repeat; color: #fff; background-position: right 15px center; background-size: 23px;background-size: 20px !important; }



	.portfolio .dl-box dl { border-left: 2px solid #ddd; border-right:unset; padding: 0px 10px; margin-bottom: 3vw; }

}
@media all and (max-width:480px) {
	.portfolio .view-wrap section { margin: 15px auto 15px; }
	.portfolio .dl-box { padding: 15px 20px; }
	.portfolio .dl-box dl > dt { font-size:18px; }
	.portfolio .dl-box dl > dd { font-size:15px; line-height:27px; }
	.portfolio .dl-box dl { margin-bottom: 2vw; }
	.portfolio .dl-box p { font-size: 15px; line-height: 24px; }

}






/* View */
.view-wrap .img-photo i { background: rgb(245, 245, 245); padding: 16px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(143, 143, 143); font-size: 40px; display: inline-block; }
.view-wrap .img-photo img { border-radius: 50%; width: 80px !important; height: 80px !important; display:inline-block; }
.view-wrap .img-resize img { max-width:100%; height:auto; }
.view-wrap .no-attach { border-bottom:0px; }
.view-wrap .view-cnt { letter-spacing:0; }

.view-wrap h1 { font-size: 22px; font-weight:bold; margin:0px; line-height:50px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; margin:0px; padding:0px 10px; color: rgb(59, 62, 67); letter-spacing:-1px; }
.view-wrap h1 span.talker-photo { margin-bottom:10px; margin-right:10px; }
.view-head { border-left:0px; border-right:0px; }
.view-head .sp { display:inline-block; width:20px; text-align:center; font-size:11px; color:#888; }
.view-head .list-group-item { padding:5px 15px; border-style:dotted; }
.view-tag { margin:10px 0px; padding:0px; color:#888; }
.view-tag a { color:#888; }
.view-tag a:hover { color:crimson; }
.view-cnt { margin-top:4px; }
.view-img img { display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto; }
.view-content { padding-bottom:20px; line-height:180%; }
.view-content img { width:auto; height:auto; max-width:100%; }
.view-content p { padding:0; margin:0; line-height:180%; }
.view-good-box { text-align:center; }
.view-good-box span { margin:15px 6px; width:80px; height:80px; display:inline-block; }
.view-good-box a { background: rgb(245, 245, 245); padding-top:14px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(51, 51, 51); font-size: 22px; line-height:26px; display: inline-block; }
.view-good-box .view-good a:hover { background: rgb(223, 17, 25); color: rgb(255, 255, 255); }
.view-good-box .view-nogood a:hover { background: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.view-author .auth-photo { width:160px; padding-right:15px; }
.view-icon { margin-bottom:10px; }
.view-icon img { width:34px; border-radius:50%; margin-bottom:5px; }
.view-comment { margin: 0px; padding: 0px 0px 5px; text-transform: capitalize; overflow: hidden; border-bottom: 1px solid rgb(51, 51, 51); display: inline-block; position: relative; }

/* Padding */
.view-padding { padding-left:0px; padding-right:0px; }
.is-mobile .view-padding { padding-left:0px; padding-right:0px; }
.view-author-none { height:1px; border-top:1px solid #eee; margin:12px 0px 20px; }

/* Comment */
.comment-media { margin:10px 0px; }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.comment-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info { margin-left:10px; }
.comment-media .media .media-content { margin-top:8px; }
.comment-media .media .media-btn {	margin-left:4px; }
.comment-media .cmt-good-btn { text-align:right; padding-right:1px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display:inline-block; width:74px; height:20px; margin-top:10px; padding-right:10px; margin-right:-1px; font:bold 11px verdana; text-align:right; letter-spacing:-1px; line-height:19px; cursor:pointer; }
.comment-media .cmt-good { background: url('../../img/cmt_good.gif') no-repeat left center; color:#f4695b; }
.comment-media .cmt-nogood { background: url('../../img/cmt_nogood.gif') no-repeat left center; color:#888; }

.comment-form { padding-top:10px; }
.comment-box { border:1px solid #ddd; padding:12px 12px 0px; margin-bottom:15px; background:#fbfbfb; }
.comment-content { display:table; width:100%; table-layout:fixed; }
.comment-content .comment-cell { display:table-cell; padding:0px; text-align:center; vertical-align:middle; }
.comment-content .comment-cell.comment-submit { width:80px; height:100%; background:#fafafa; border:1px solid #ccc; border-left:0px; cursor:pointer; }
.comment-btn .cursor { margin-left:12px; color:#787878; }

#wr_content { resize:none; border: 1px solid #dcdcdc; }
#bo_vc_opt ol {	margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_opt ol:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_opt ol li { float:left;margin:0; }
#bo_vc_send_sns ul { margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_send_sns ul:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_send_sns ul li {	float:left;margin:0 20px 0 0; }
#bo_vc_send_sns input {	margin:0 0 0 5px; }

@media all and (max-width:768px) {
	.responsive .view-wrap h1 { text-overflow:clip; overflow:none; white-space:normal; line-height: 28px; font-size: 20px; margin-bottom:10px; }
	.responsive .view-wrap h1 .photo { display:none; }
}

@media all and (max-width:480px) {
	.responsive .view-author .auth-photo { float:none; width:100%; padding-right:0px; }
	.responsive .view-icon .pull-right { float:none !important; }
}

/*추가 23.01.17*/
.height_space1 { height:50px; }