@charset "UTF-8";

/*편집모드 관리 버튼*/
#multipleDiv_sjim_58.multipleDiv ._multipleDivObjTool {top: auto !important; bottom: 0 !important; left: 0 !important; right: auto !important;}
._contentBuilder ._obj ._relative ._objTool {top: auto !important; bottom: 0 !important;}

#multipleDiv_sjim_88.multipleDiv ._multipleDivObjTool {top: 0 !important;}

#menu2655_obj90 ._fnctWrap ._fnctAdmin {top: auto !important; bottom: 0;}

/*공통 타이틀*/
.title-section {position: relative; text-align: center; padding: 5px 0; overflow: hidden;}
.title-section p {color:#222; line-height: 1.2;}
.title-section .main-tit {position: relative; display: inline-block; font-size: 52px; font-family: 'Dream ExtraBold', sans-serif;}
.title-section .main-tit::after {content: ''; width: 25px; height: 25px; background:#B0D8F0; position: absolute; top: 0; left: -5px; border-radius: 50%;}
.title-section .main-tit span {position: relative; z-index: 1;}
.title-section .sub-tit {font-size: 22px; font-family: 'Dream Medium', sans-serif; margin-top: 15px;}

.title-section.wh p {color: #fff;}
.title-section.wh .main-tit::after {background: #2d96d3;}

@media all and (max-width: 1200px) {
  .title-section .main-tit {font-size: 52px;}
}

@media all and (max-width: 768px) {
  .title-section .main-tit {font-size: 42px;}
  .title-section .sub-tit {font-size: 18px;}
}

/* section02 주요서비스 */
#multipleDiv_sjim_88 {background:#fff url('../../images/main/sec02Bg.png') no-repeat left bottom; overflow: hidden;}
#multipleDiv_sjim_88 .multipleContentsDiv {position: relative; max-width: 1600px; padding: 160px 0;}
#multipleDiv_sjim_88 .multipleContentsDiv::before {content: ''; display: block; width: 59px; height: 82px; position: absolute; top: 220px; right: -20px; background: url('../../images/main/sec02Bg-02.png') no-repeat center center; background-size: cover;}

.service-section {position: relative; padding-top: 80px;}
.service-section ul {display: flex;}
.service-section ul li {width: calc(100% / 3); height: 580px; position: relative; border-radius: 0 80px 80px 80px; transition: all ease 1s; overflow: hidden; border: 1px solid #fff; top: 0;}
.service-section ul li:before {content: ''; width: 100%; height: 100%; position: absolute; opacity: 0; transition: all ease 1s; left: 0; top: 0; background: rgba(0, 0, 0, 0.5);}
.service-section ul li:nth-child(1) {background: url('../../images/main/biz01.jpg') no-repeat left top;}
.service-section ul li:nth-child(2) {background: url('../../images/main/biz02.jpg') no-repeat left top; margin: 0 50px;}
.service-section ul li:nth-child(3) {background: url('../../images/main/biz03.jpg') no-repeat left top;}
.service-section .text-wrap {width: 70%; position: absolute; left: 70px; top: 475px; transition: all ease 1s;}
.service-section .text-wrap strong {color:#fff; font-family: 'Dream Bold', sans-serif; font-size:26px; display: block; margin-bottom: 30px;}
.service-section .text-wrap p {display: block; color:#fff; font-family: 'Dream Light', sans-serif; font-size: 20px; margin-bottom: 45px; opacity: 0; transition: all ease 1s; position: relative; bottom: -25px;}
.service-section .text-wrap a {display: inline-block; color:#fff; padding: 17px 55px 15px 20px; background:#004b83; font-family: 'Dream Bold', sans-serif; opacity: 0; position: relative; bottom: -25px; transition: all ease 1s;}
.service-section .text-wrap a:before {content: ''; background: url('../../images/main/sec02-arrow.png') no-repeat center; width: 15px; height: 9px; position: absolute; top: 24px; right: 20px;}
.service-section .text-wrap a:hover:before {animation-name: sec02Btn; animation-duration: 1s;}

@keyframes sec02Btn {
  0% {
	  right: 20px;
  }

  15% {
	  right: 25px;
  }

  50% {
	  right: 15px;
  }

  100% {
	  right: 20px;
  }
}

@media all and (max-width: 1700px) {
  #multipleDiv_sjim_88 .multipleContentsDiv::before {right: 50px;}
  .service-section {padding: 80px 100px 0;}
  .service-section ul li {height: 420px;}
  .service-section .text-wrap {top: 350px; left: 40px;}
}

@media all and (max-width: 1400px) {
  .service-section .text-wrap strong {font-size: 22px;}
  .service-section .text-wrap p {font-size: 18px;}
  .service-section .text-wrap a {font-size: 14px; padding: 15px 55px 13px 17px;}
  .service-section .text-wrap a:before {top: 18px;}
}

@media all and (max-width: 1200px) {
  #multipleDiv_sjim_88 .multipleContentsDiv {padding: 100px 25px 90px;}
  .service-section {padding: 80px 0 0;}	
  .service-section ul li:nth-child(2) {margin: 0 25px;}	
}

@media all and (min-width: 1025px) {
  /* hover */
  .service-section ul li:hover {border-radius: 0 80px 0 80px;}
  .service-section ul li:hover:before {content: ''; opacity: 1;}
  .service-section ul li:hover .text-wrap {top: 70px;}
  .service-section ul li:hover .text-wrap p {opacity: 1; transition-delay: 0.2s; bottom: 0;}
  .service-section ul li:hover .text-wrap a {opacity: 1; transition-delay: 0.2s; bottom: 0;}
}

@media all and (max-width: 1024px) {
  #multipleDiv_sjim_88 {background-size: 50%;}
  #multipleDiv_sjim_88 .multipleContentsDiv::before {top: 165px; right: 10px;}
  .service-section {padding: 50px 0 0;}
  .service-section ul {display: block;}
  .service-section ul li {display: block; width: 100%; background-size: cover !important; min-height: 260px; height: auto; border-radius: 0 50px 50px 50px; top: 0 !important;}
  .service-section ul li:nth-child(2) {margin: 25px 0;}
  .service-section ul li::before {width: 100%; height: 100%; background-size: cover !important;}
  .service-section .text-wrap {position: relative; top: initial; left: initial; width: 100%; padding: 40px;}
  .service-section .text-wrap p,
  .service-section .text-wrap a {opacity: 1; top: 0;}
}


/* section03 최근게시물 */
#multipleDiv_sjim_155 {background: url('../../images/main/sec03Bg.png') no-repeat center / cover;}
#multipleContentsDiv_sjim_155 {max-width: 1600px; margin: 0 auto; padding: 120px 0;}

@media all and (max-width: 1700px) {
  #multipleContentsDiv_sjim_155 {padding: 120px 100px;}
}
@media all and (max-width: 1200px) {
  #multipleContentsDiv_sjim_155 {padding: 100px 100px 80px;}
}

@media all and (max-width: 1024px) {
  #multipleContentsDiv_sjim_155 {padding: 100px 25px;}
}

/*section04 사무소 안내*/
#multipleContentsDiv_sjim_209 {padding: 160px 0; background: url('../../images/main/sec04Bg.png') no-repeat right top;}
.contact-section {max-width: 1600px; margin: 60px auto 0; font-size: 0;}
.contact-section > div {margin-bottom: 30px;}
.contact-section > div:last-child {margin-bottom: 0;}
.contact-section .con-map {display: inline-block; width: calc(100% - 550px); border-radius: 0 0 0 80px; overflow: hidden;}
.contact-section .con-map .map {display: block; overflow: hidden; width: 100%; height: 100%;}
.contact-section .con-info {display: inline-block; vertical-align: top; background: #09366C; width: 550px; height: 600px; padding: 90px 70px; border-radius: 0 80px 80px 0; overflow: hidden;}
.contact-section .con-info h5 {font-size: 22px; display: block; font-family: 'Dream Bold', sans-serif; color:#fff; margin-bottom: 5px;}
.contact-section .con-info .inner {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.contact-section .con-info .inner .info {}
.contact-section .con-info .number {margin-bottom: 35px;}
.contact-section .con-info .number p {font-size: 30px; display: block; font-family: 'Dream Light', sans-serif; color:#fff;}
.contact-section .con-info .number strong {font-family: 'Dream Medium', sans-serif; margin-left: 10px;}
.contact-section .con-info .cont-info-desc {margin-bottom: 40px;}
.contact-section .con-info .cont-info-desc p {font-size: 18px; color:#fff;}
.contact-section .con-info .btn-box li {display: inline-block; vertical-align: top;}
.contact-section .con-info .btn-box li + li {margin-left: 7px;}
.contact-section .con-info .btn-box a {color:#fff; border: 1px solid #fff; padding: 12px 25px 10px; display: block; font-size: 16px; transition: all ease .5s;}
.contact-section .con-info .btn-box a:hover {background:#fff; color:#004b83; font-family: 'Dream Light', sans-serif;}

@media all and (max-width: 1700px) {
  .contact-section {padding: 0 100px; margin: 60px auto 0;}
}

@media all and (max-width: 1200px) {
  #multipleContentsDiv_sjim_209 {padding: 100px 0;}
  .contact-section {padding: 0 25px;}	
  .contact-section .con-map {border-radius: 50px 50px 0 0; width: 100%;}	
  .contact-section .con-info {position: relative; display: block; width: 100%; height: auto; padding: 40px; border-radius: 0 0 50px 50px; background-size: cover;}	
  .contact-section .con-info .inner {display: block;}
  .contact-section .con-info .number {margin-bottom: 15px;}
  .contact-section .con-info .cont-info-desc {margin-bottom: 0;}
  .contact-section .con-info .btn-box {margin-top: 30px;}
}

@media all and (max-width: 768px) {
  #multipleContentsDiv_sjim_209  {padding: 80px 0;}
  .contact-section {margin-top: 45px;}
  .contact-section .con-map {border-radius: 25px 25px 0 0;}	
  .contact-section .con-info .btn-box {position: relative; right: initial; bottom: initial; display: block;}
  .contact-section .con-info {border-radius: 0 0 25px 25px; padding: 30px}	
  .contact-section .con-info span {margin-bottom: 0;}	
}