/*     1368005 : 이미지      */
.img__1368005__ * { box-sizing: border-box; }

.img__1368005__ {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.img__1368005__ img {
  --c: #e40059; /* the border color */
  --b: 2px;    /* the border thickness*/
  --g: 5px;     /* the gap on hover */
  display: block;
  position: relative;
  width: 387px;

  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
}

.img__1368005__ img:hover {
  --_i: 100%;
  transition: .3s, background-size .3s .3s;
}


@media (max-width:1023px){
	.img__1368005__{margin-bottom:30px;}
}

/*     1368065 : 장문 텍스트      */
.textarea__1368065__{position: relative;}
.textarea__1368065__ p {
	display:block;margin:0;padding-top:0px;
	font-size:15px;font-weight:normal;color:#444444;letter-spacing:0;line-height:1.5em;
}

.textarea__1368065__ .background{
	position:absolute; top:15%; right:25%;
	width:300px; height:300px;
	background:url("") no-repeat center / cover;
	 opacity:0.1;
	rotate:20deg
}

@media all and (min-width:1024px){
	.textarea__1368065__ p {font-size:16px}
}

@media (max-width:1023px){
	.textarea__1368065__ p{text-align:center; word-break:keep-all;}
}
@media (max-width: 767px){
	.textarea__1368065__ .background{display:none;}
}

/*     1368015 : 타이틀 텍스트      */
.title__1368015__ {font-size:0}
.title__1368015__ p {
	display:inline-block;position:relative;margin:0;padding-top:30px;
	font-size:17px;font-weight:normal;color:#000000;letter-spacing:-.03em;line-height:1.4em;
	margin-bottom: 12px;
}
.title__1368015__ p:before {content:'';position:absolute;background:#d00000;font-size:0}

.title__1368015__.style_top p {padding-top:10px}
.title__1368015__.style_top p:before {top:0;left:0;width:17px;height:4px}

.title__1368015__.style_right p {padding-right:14px}
.title__1368015__.style_right p:before {top:16%;right:0;width:4px;height:17px}

.title__1368015__.style_bottom p {padding-bottom:12px}
.title__1368015__.style_bottom p:before {bottom:0;left:0;width:17px;height:4px}

.title__1368015__.style_left p {padding-left:14px}
.title__1368015__.style_left p:before {top:16%;left:0;width:4px;height:17px}

.title__1368015__.style_circle1 p {padding-left:18px}
.title__1368015__.style_circle1 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
}

.title__1368015__.style_circle2 p {padding-left:18px}
.title__1368015__.style_circle2 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
	border:2px solid #d00000;background:none;box-sizing:border-box;
}

@media all and (min-width:1024px){
	.title__1368015__ p {font-size:20px}
	.title__1368015__.style_top p:before {width:20px}
	.title__1368015__.style_right p:before {height:20px}
	.title__1368015__.style_bottom p:before {width:20px}
	.title__1368015__.style_left p:before {height:20px}
}

@media (max-width:1024px){
	.title__1368015__{text-align:center; word-break:keep-all;}
}

/*     1375305 : 한줄 텍스트      */
.content__divider--col{
	display:block;
	width: 1px;
	height: 50px;
	background-color: #aaaaaa;
	margin:100px auto;
}

@media (max-width: 767px){
	.content__divider--col{margin:50px auto;}
}

/*     1369195 : 한줄 텍스트      */
  .subTit__wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-bottom:50px;
    letter-spacing: -1px;
    word-break:keep-all;
    font-family: 'Noto Sans KR';
  }
  .subTit__wrap p{
    font-family: 'Noto Sans KR';
    font-size:20px;
    letter-spacing:-1.5px;
    margin:0;
  }
  .subTit__wrap .subTit__text1{
  font-weight:normal;
  color:#999;
  }
  .subTit__wrap .subTit__text2{
    font-weight:bold;
    color:#e90f6d;
  }

  .subContent__wrap{
    display:flex;
    justify-content:center;
  }
  .subContent{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding: 0 30px;
    border-left:5px solid #eee;
  }
  .subContent:last-child{
    border-right:5px solid #eee;
  }
  .subContent .img__box{width:100%; overflow:hidden;}
  .subContent .img__box img{width:100%; transition:all 0.8s;}
  .subContent .img__box img:hover{transform:scale(1.1)}
  .subContent__num{
    position:relative;
    width:100%;
    font-size:36px; font-weight:900;
    text-align:center;
    font-family: 'Noto Sans KR';
    margin:20px 0;
  }
  .subContent__num::after{
    content:"";
    position:absolute;
    bottom: -20px;
    left:50%;
    transform:translateX(-50%);
    width:35%;
    height:1px;
    background:#ccc;
  }
  .subContent__title{font-size:20px; font-weight:bold; color:709453; margin:20px 0; 
  font-family: 'Noto Sans KR';}
  .subContent__txt{font-size:16px; font-weight:normal; color:#666; text-align:center; margin:0;}

  .subContent:nth-child(1) .subContent__num, .subContent:nth-child(1) .subContent__title{
  color: #709453;
  }
  .subContent:nth-child(2) .subContent__num, .subContent:nth-child(2) .subContent__title{
  color: #7bb849;
  }
  .subContent:nth-child(3) .subContent__num, .subContent:nth-child(3) .subContent__title{
  color: #38937f;
  }

  @media (max-width:1023px){
  .subTit__text2{text-align:center;}
  .subContent__wrap{flex-direction:column;}
  .subContent{border-left:5px solid #eee; border-right:5px solid #eee; padding-bottom:50px;}
  .subContent:last-child{padding-bottom:0}
  }

  @media (max-width: 767px){
  .subContent__title{font-size:18px;}
  }

/*     1386865 : BLANK 컨텐츠      */
.blank__1386865__ {box-sizing:border-box;display:block;position:relative;width:100%;height:200px}
.blank__1386865__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1386865__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1386865__ {height:70px}
}

