@charset "utf-8";

/* �������� */
.wrap-cap.listA .list { display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; } 
.wrap-cap.listA .con-box { margin: 0 0 20px; } 
.wrap-cap.listA .list > li { position: relative; width: calc((100% / 4) - 30px); margin-right: 40px; margin-bottom: 27px; } 
.wrap-cap.listA .list > li:nth-child(4n) { margin-right: 0; } 
.wrap-cap.listA .list > li:hover a { color: #555; } 
.wrap-cap.listA .img-box { margin: 0 0 25px; border-radius: 10px; overflow: hidden; mix-blend-mode: multiply; } 
.wrap-cap.listA .list > li:hover .img-box {box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); }
.wrap-cap.listA .img-box img { width: 100%; } 
.wrap-cap.listA .tit-box { position: relative; margin-bottom: 18px; padding: 0 30px 0 0; display: block; color: #555; font-family: 'ppr'; } 
.wrap-cap.listA .tit-box > div { display: flex;; } 
.wrap-cap.listA .tit-box span { position: relative; flex-shrink: 0; padding-right: 9px; font-size: 17px;} 
.wrap-cap.listA .tit-box span::before { content: ''; position: absolute; right: -1px; top: 8px; height: 10px; width: 1px; background: #999; } 
.wrap-cap.listA .tit-box em { padding: 0 9px } 
.wrap-cap.listA .tit-box strong { position: relative; display: block; margin: 10px 0 0; font-size: 20px; font-family: 'ppm'; color: #121212; } 
.wrap-cap.listA .list > li.on .tit-box strong { position: relative; color: #003378; } 
.wrap-cap.listA .tit-box::before { content: ''; position: absolute; right: 0; bottom: 0; width: 30px; height: 30px; border-radius: 50%; background-color: #ccc; background-image: url('../images/arrow.png'); background-position: center; background-repeat: no-repeat; } 
.wrap-cap.listA .list > li:hover .tit-box::before {background-color:#1174FF;}
.wrap-cap.listA .list > li.on .tit-box::before { background-color: #1174ff; } 
.wrap-cap.listA .list > li.on strong { color: #003378; } 
.wrap-cap.listA .location { padding: 12px 16px; background: #f1f5fc; border-radius: 10px; } 
.wrap-cap.listA .location li { margin-bottom: 10px; padding-left: 23px; font-size: 15px; color: #41525d; font-family: 'ppr'; } 
.wrap-cap.listA .location .address { background: url('../images/ic-location.png') no-repeat top 1px left / 14px; } 
.wrap-cap.listA .location .tel { background: url('../images/ic-tel.png') no-repeat top 1px left / 17px; margin-bottom: 0; } 

.popup-wrapper{position: fixed; z-index: 1006;}
.wrap-cap.popup-wrap { display: none; }
.wrap-cap.popup-wrap.on { display: block; position: relative; z-index: 120;} 
.wrap-cap .popup { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 950px; width: 100%; z-index: 1006; } 
.wrap-cap .popup.on { display: block; } 
.wrap-cap .popup .tit { padding: 12px 50px; background: url('../images/popup-tit-bg.jpg') center / cover; font-size: 24px; color: #fff; font-family: 'ppm'; border-radius: 10px 10px 0 0; } 
.wrap-cap .popup .info { padding: 50px; height: 780px; background: #fff; border-radius: 0 0 10px 10px; overflow-y: auto; overflow-x: hidden; } 
.wrap-cap .popup .info::-webkit-scrollbar {width: 15px; height: 15px;}
.wrap-cap .popup .info::-webkit-scrollbar-thumb {background: #012a64; border: 3px solid #fff; border-radius: 10px;}
.wrap-cap .popup .info::-webkit-scrollbar-track {background-color: #fff;}
.wrap-cap .popup .img-box { display: flex; align-items: flex-end; width: 100%; margin-bottom: 45px; } 
.wrap-cap .popup .img-box img { width: 340px; border-radius: 5px; margin-right: 50px; } 
.wrap-cap .popup .img-box .txt {flex-shrink: 0;}
.wrap-cap .popup .img-box .txt p { margin-bottom: 50px; } 
.wrap-cap .popup .img-box .txt p:last-child { margin-bottom: 0; } 
.wrap-cap .popup .img-box .txt strong { position: relative; margin-right: 12px; font-size: 40px; color: #121212; font-family: 'pps'; } 
.wrap-cap .popup .img-box .txt strong::before { content: ''; position: absolute; bottom: -24px; left: 0; width: 20px; height: 1px; background: #999; } 
.wrap-cap .popup .img-box .txt span { font-size: 25px; color: #121212; font-family: 'ppr'; } 
.wrap-cap .popup .img-box .txt i { display: block; margin-bottom: 6px; font-size: 20px; color: #0840b1; font-family: 'ppm'; } 
.wrap-cap .popup .img-box .txt em { font-size: 17px; color: #333; font-family: 'ppr'; } 
.wrap-cap .popup .text-box p { color: #333; font-size: 16px; font-family: 'ppr'; line-height: 27px; } 
.wrap-cap .popup .text-box > ul:last-child { padding-bottom: 0; } 
.wrap-cap .popup .text-box > ul > li { margin-bottom: 45px; } 
.wrap-cap .popup .text-box > ul > li:last-child {margin-bottom: 0;}
.wrap-cap .popup .text-box > ul > li > strong { display: block; margin-bottom: 10px; font-size: 24px; color: #222; } 
.wrap-cap .popup .close-btn { position: absolute; right: 22px; top: 16px; width: 30px; height: 30px; background-image: url('../images/popup-x.png'); background-position: center; background-repeat: no-repeat; background-size: 16px; text-indent: -9999px; } 
.black-box { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0;  visibility: hidden; z-index: 1005;} 
.black-box.on{visibility: visible; opacity: .6;}

.wrap-cap .popup .text-box .con-li { width: 100%; background: #f0f6fb; border-radius: 5px; padding: 25px 30px; } 
.wrap-cap .popup .text-box .con-li li { display: flex; position: relative; margin-bottom: 10px; padding-left: 15px; font-size: 17px; color: #333; font-family: 'ppr'; } 
.wrap-cap .popup .text-box .con-li li::before { content: ''; position: absolute; top: 11px; left: 0; width: 5px; height: 5px; background: #0040c1; border-radius: 50%; } 
.wrap-cap .popup .text-box .con-li li:last-child { margin-bottom: 0; } 
.wrap-cap .popup .text-box .con-li strong { position: relative; padding-right: 20px; font-family: 'ppr'; flex-shrink: 0; flex-basis: 26%;} 
.wrap-cap .popup .text-box .con-li strong::before { content: ''; position: absolute; top: 6px; right: 0; width: 1px; height: 16px; background: #d6dadd; } 
.wrap-cap .popup .text-box .con-li p { padding: 0 20px; } 

@media screen and (max-width: 1460px){
  .wrap-cap.listA .list > li:nth-child(3n+2) .info { left: -32.9vw; } 
  .wrap-cap.listA .list > li:nth-child(3n+3) .info { left: -65.8vw; } 
  .wrap-cap .popup { padding: 0 20px; } 
  .wrap-cap .popup .tit { padding: 12px 70px 12px 30px } 
  .wrap-cap .popup .close-btn { right: 40px } 
  .wrap-cap .popup .text-box .con-li strong{flex-basis: 22%;}
}

@media screen and (max-width: 1023px){
  .wrap-cap.listA .list > li { width: calc((100% / 2) - 20px); margin-right: 20px; } 
  .wrap-cap.listA .list > li:nth-child(3n) { margin-right: 20px; } 
  .wrap-cap.listA .list > li:nth-child(2n) { margin-right: 0; } 
  .wrap-cap.listA .tit-box { padding: 0 60px 0 0; } 
  .wrap-cap.listA .tit-box strong { padding: 0 60px 0 0; } 
}

@media screen and (max-width: 768px){
  .wrap-cap.listA .list { flex-direction: column; } 
  .wrap-cap.listA .list > li { width: 100%; margin-right: 0; } 
  .wrap-cap.listA .list > li:nth-child(3n) { margin-right: 0; } 
  .wrap-cap.listA .list > li:nth-child(2n) .info { left: 0; } 
  .wrap-cap.listA .tit-box strong { width: 100%; } 
  .wrap-cap .popup .tit { font-size: 20px; } 
  .wrap-cap .popup .close-btn { top: 12px; right: 30px } 
  .wrap-cap .popup .info { flex-direction: column; height: 500px;padding: 20px} 
  .wrap-cap .popup .img-box { flex-direction: column;align-items: flex-start;width: 100%; margin: 0 auto 25px; } 
  .wrap-cap .popup .img-box img {margin-bottom: 20px;margin-right: 0; width: 100%;}
  .wrap-cap .popup .text-box { width: 100%; } 
  .wrap-cap .popup .text-box li { margin-bottom: 20px; } 
  .wrap-cap .popup .img-box .txt strong {margin-right: 5px;font-size: 24px;}
  .wrap-cap .popup .img-box .txt span {font-size: 19px;}
  .wrap-cap .popup .img-box .txt p {margin-bottom: 30px;}
  .wrap-cap .popup .img-box .txt i {margin-bottom: 4px;font-size: 18px;}
  .wrap-cap .popup .img-box .txt em {font-size: 17px;}
  .wrap-cap .popup .text-box > ul > li > strong {margin-bottom: 10px;font-size: 20px;}
  .wrap-cap .popup .img-box .txt strong::before {bottom: -16px;}
  .wrap-cap .popup .text-box .con-li {padding: 25px 15px;}
  .wrap-cap .popup .text-box .con-li li {flex-direction: column; font-size: 17px;padding-left: 10px;}
  .wrap-cap .popup .text-box .con-li strong {padding-right: 10px;font-size: 17px;}
  .wrap-cap .popup .text-box .con-li p {padding: 0;}
  .wrap-cap .popup .text-box .con-li li::before {width: 4px; height: 4px;}
  .wrap-cap .popup .text-box .con-li strong::before {display: none;}
  .wrap-cap .popup .text-box > ul > li {margin-bottom: 35px;}
  .wrap-cap .popup .text-box p  {font-size: 15px;}
}

@media screen and (max-width: 500px){
  .wrap-cap .popup .text-box ul:last-child { padding-bottom: 10px; } 
}
/* //�������� */