	.modal-md {max-width:800px}
	.addImageContiner .addWrap{margin-bottom:1rem}
	.add_image{background-repeat:no-repeat;background-position:50% 50%;background-size:auto 100%}
	.addWrap img{width:100%}
	.addWrap .thumbAdd{display:block;position:relative; text-align: center; background: #f6f7fb; border: 1px solid #dfdfdf; border-radius: 2px;;}
	.addWrap .thumbAdd .ico{position:absolute;width:30px;height:30px;line-height:30px;text-align:center;border-radius:30px;left:50%;top:50%;margin:-15px 0 0 -15px;background-color:#d8dae6;}
	.addWrap .thumbAdd .ico::before{font-family:"themify";content:"\e61a";font-size:18px;color:#111;}
	.addWrap .addImgCon{display:inline-block; margin-right:10px; margin-bottom:10px; width:160px;}
	.addWrap .thumbAdd .addThumb{border:1px solid #dfdfdf; height:100px; background:#f1f2f3; position:Relative;}
	.addWrap .thumbAdd .editAdd{position:absolute; bottom:0; left:0; width:100%; overflow:hidden; background:rgba(0,0,0,0.5);}
	.addWrap .thumbAdd .editAdd span{display:block; padding:5px; cursor:pointer;}
	.addWrap .thumbAdd .editAdd span.edit{float:left;}
	.addWrap .thumbAdd .editAdd span.delete{float:right;}
	.addWrap .thumbAdd .editAdd span i{color:#fff;}

.portfolio-wrap{margin:0 !important;}
.portfolio-box{display:flex}
.cbp-wrapper-outer{overflow:visible;}
/*.project-post:nth-child(n+17){position:static !important;left:auto !important;top:auto !important}*/
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.item-img-wrap img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}

.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.cbp .item-img-overlay::before {content:"";position:absolute; width:10%;height:10%;left:15px;top:15px;background:url(../../../img/logo-symbol.svg) no-repeat 0 0;background-size:100% auto;}
.cbp .img-h .item-img-overlay::before {background-size:auto 100%;}

.draft .item-img-wrap .item-img-overlay,.item-img-wrap:hover .item-img-overlay{opacity: 1;}
.draft .item-img-wrap .item-img-overlay{background-color:transparent;}

.item-img-wrap .item-img-overlay .category-title {color:#fff;font-size:18px;font-weight:400;text-transform:uppercase;position:absolute;line-height:1.2;text-align:center;right:15px;bottom:15px;}
.item-img-wrap .item-img-overlay .category-title img {width:40px;max-height:40px;margin-bottom:10px;}
.item-img-wrap .item-img-overlay .title {color:#fff;font-size:20px;position:absolute;width:100%;height:50px;line-height:1.2;text-align:center;top:50%;left:0;margin-top:-25px;padding:0 30px;}
.item-img-wrap .item-img-overlay .title a {color:#fff;}
.item-img-wrap .item-img-overlay .zoom {color:#fff;font-size:14px;position:absolute;width:100%;height:50%;line-height:1.2;text-align:center;top:25%;left:0;display:flex;align-items:center;justify-content:center}

.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*************NEW PORTFOLIO IN V1.4****************/
.sub-category {
  text-align: center;
  margin-bottom: 20px;
}

.sub-category li.active a {
  color: #fff;
  background-color: #404041;
}

.sub-category li a {
  display: inline-block;
  text-transform: uppercase;
  font-style: normal;
  color: #404041;
  font-weight: 400;
  padding: 8px 15px;
  font-size:16px;
  background-color:transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-family:"Roboto";
}
.sub-category li a:hover, .sub-category li a:focus, .sub-category li a:active {
  color: #999;
  background-color:transparent;
}
.gallery-title .arrow{content:""; width:22px;height:22px;position:relative;}
.gallery-title .arrow::before, .arrow::after {content:"";position:absolute; width:22px;height:3px;background-color:#ccc;}
.gallery-title .arrow::before {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gallery-title .arrow::after {
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gallery-title .arrow-left::before, .arrow-left::after{left:6px;}
.gallery-title .arrow-right::before, .arrow-right::after{right:6px;}
.gallery-title .arrow:hover::after, .arrow:hover:before{background-color:#404041}
.gallery-title .arrow-left::after, .arrow-right::before{top:13px;}
.gallery-title .arrow-left::before, .arrow-right::after{bottom:13px;}
.portfolio-wrap.client2020 .item-img-wrap{padding:2rem 2.5rem;}
/***new icon overlay***/
.img-icon {
  position: relative;
  overflow: hidden;
}

.img-icon img {
  width: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.img-icon-overlay p {
  position: absolute;
  width: 100%;
  margin-top: -20px;
  top: 50%;
  text-align: center;
}

.img-icon-overlay p a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.99);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  text-align: center;
  color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay p a img {
  width: 20px;
  height: auto;
}

.img-icon-overlay p a:hover {
  color: #32c5d2;
}

.img-icon:hover .img-icon-overlay {
  opacity: 1;
}

.img-icon:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

h2.title{ line-height:1;vertical-align:middle;}
.item-img-wrap .item-img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:50% 50%
}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
#autosave_pop:before{content: "";position: absolute;top: -8px;right: 45px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #000 transparent;}
#autosave_pop:after{content: "";position: absolute;top: -7px;right: 45px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #fff transparent;}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important;}
#autosave_pop button {margin:0;padding:0;border:0;}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover{background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del{background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px;}

#bo_v_img img { width:100%;}

/* 게시판 댓글 */
.cmt_btn{background:url('./img/cmt_btn.png') no-repeat 85px 8px;text-align:left ;width:100% ;border:0;color:#ed6478;font-weight:bold;font-size:1.25em;margin: 30px 0 0px;padding:0  0 10px }
.cmt_btn_op{background:url('./img/cmt_btn.png') no-repeat 85px  -23px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative}
#bo_vc article .profile_img img{border-radius:50%}
#bo_vc header {}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo{float:right;font-style:italic;color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {padding:15px  ;margin:10px 0 0;background: #f9f9f9;border-radius:5px;border: 1px solid #e8e8e8;line-height:1.8em;text-align:left;}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:20px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}

.bo_vc_act {text-align:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {display:inline-block;}
.bo_vc_act li a{padding:0 5px;line-height:23px}

.bo_vc_w {position:relative;margin:10px 0;display:block;}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:120px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}
#wr_secret{}
.bo_vc_w_info{margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input{float:left;margin-right:5px}
.bo_vc_w_info #captcha{padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm{float:right;margin-top:10px}

#bo_vc_send_sns{display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f{border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t{border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off{background:#bbb}
#bo_vc_sns a{display:inline-block;padding:0 15px 0 5px;}
#bo_vc_sns input {margin:0 5px 0 0 }