@charset "utf-8";
.real-cont {padding:140px 0 180px;}
.mo {display: none;}


/* splitting */
.page-header > .container.motion h2.chars .char {animation:textAni 1.5s both; animation-delay:calc(0.1s * var(--char-index));}

@keyframes textAni {
    0% {opacity:0;}
    30% {opacity:0;}
}

/* page-header */
.page-header {position: relative; width: 100%; height: 580px; background: url() 50% 50% no-repeat; background-size: cover;}
.page-header > .container {padding-top: 280px;}
.page-header.type1 {background-image: url(../images/sub/s-visual01.jpg); background-color: #333;}
.page-header.type2 {background-image: url(../images/sub/s-visual02.jpg); background-color: #333;}
.page-header.type3 {background-image: url(../images/sub/s-visual03.jpg); background-color: #333;}
.page-header.type4 {background-image: url(../images/sub/s-visual04.jpg); background-color: #333;}
.page-header.type5 {background-image: url(../images/sub/s-visual05.jpg); background-color: #333;}

.page-header .container h2 {font-size: 58px; line-height: 1; font-weight: 600; color: #fff; text-align: center;}

.lnb {position: absolute; bottom: 0; left: 0; width: 100%; background-color: rgba(25,146,191, .85); border-bottom: 1px solid #ddd;}
.lnb ul {width: 100%; display: flex; gap: 101px; justify-content: center;}
.lnb ul li {position: relative; width: auto;}
.lnb ul li a {position: relative; display: block; width: 100%; text-align: center; font-size: 18px; color: rgba(255,255,255, .4); line-height: 79px; font-weight: 500; transition: all .3s linear; z-index: 2;}  
.lnb ul li a::after {position: absolute; content:''; width: 4px; height: 4px; left: 50%; top: 18px; transform: translateX(-50%); background-color: #fff; border-radius: 50%; opacity: 0; transition: all .2s linear;}
.lnb ul li a:hover {color: #fff;}
.lnb ul li.active a {color: #fff; font-weight: 600;}
.lnb ul li.active a:after {opacity: 1;}

.lnb .btn-drop {display: none;}

.sub-3dep {margin: 120px 0 100px; width: 100%;}
.sub-3dep ul {width: 100%; display: table; table-layout: fixed; background-color: #f8f8f8; border-radius: 20px; overflow: hidden;}
.sub-3dep ul li {display: table-cell; position: relative;}
.sub-3dep ul li:not(:first-child)::before {position: absolute; content: ''; width: 1px; height: 20px; background-color: #ddd; top: 50%; left: 0; transform: translateY(-50%);}
.sub-3dep ul li a {display: block; border-radius: 20px; font-size: 18px; font-weight: 500; color: #666; text-align: center; line-height: 70px;}
.sub-3dep ul li.active a {background-color: #1992bf; color: #fff;}
.sub-3dep ul li.active + li::before {display: none;}
.sub-3dep ul li.active::before {display: none;}

.sub-4dep {width: 100%; margin-top: 30px; margin-bottom: 100px;}
.sub-4dep ul {width: 100%; display: table; table-layout: fixed; border-bottom: 1px solid #ddd;}
.sub-4dep ul li {display: table-cell; position: relative;}
.sub-4dep ul li:not(:last-child)::after {position: absolute; content: ''; width: 1px; height: 13px; background-color: #ddd; right: 0; top: 50%; transform: translateY(-50%);}
.sub-4dep ul li a {position: relative; display: block; width: 100%; line-height: 74px; text-align: center; font-size: 18px; color: #999; transition: all .3s linear;}
.sub-4dep ul li a::after {position: absolute; content: ''; width: 100%; height: 2px; background-color: #68bfdf; bottom: -1px; left: 0; opacity: 0; transition: all .3s linear;}
.sub-4dep ul li a:hover {color: #1992bf;}
.sub-4dep ul li.active a {color: #1992bf; font-weight: 500;}
.sub-4dep ul li.active a::after {opacity: 1;}

.s2_2_2 .sub-4dep {display: none;}



section {padding: 140px 0 180px;}
.section-header h3 {position: relative; text-align: center; color: #000; font-weight: 600; font-size: 46px; line-height: 1;}
.section-header p {font-size: 24px; line-height: 40px; color: #333; text-align: center; padding-top: 40px;}

.article-header h4 {position: relative; padding-top: 20px; font-size: 38px; font-weight: 600; color: #000; line-height: 45px;}
.article-header h4::before {position: absolute; content: ''; width: 16px; height: 6px; top: 0; left: 0; background: url(../images/sub/ico_bullet.png) 50% 50% no-repeat; background-size: auto;}
.article-header p {font-size: 18px; line-height: 1; color: #1992bf; padding-top: 13px; font-weight: 500;}

figure.bg {margin-top: 90px; width: 100%; border-radius: 20px; overflow: hidden;}
figure.bg img {display: block; max-width: 100%; margin: 0 auto;}

/* s1_1 */
.s1_1 article {width: 100%; margin-top: 60px; display: flex;}
.s1_1 article .tit {max-width: 540px; width: 100%; padding-top: 5px;}
.s1_1 article .tit > span {font-family: 'Montserrat'; font-size: 20px; color: #1992bf; font-weight: 700;}
.s1_1 article .tit h5 {font-size: 28px; color: #000; font-weight: 600; line-height: 1.571; margin-top: 15px;}
.s1_1 article .tit .ceo {display: flex; align-items: flex-end; gap: 40px; margin-top: 65px;}
.s1_1 article .tit .ceo img {max-width: 140px; width: 100%; display: block;}
.s1_1 article .tit .ceo dl dt {font-size: 16px; color: #1992bf; font-weight: 600;}
.s1_1 article .tit .ceo dl dd {font-size: 20px; color: #000; margin-top: 15px; font-weight: 600;}
.s1_1 article .tit .ceo dl dd span {color: #9d9f9f;}
.s1_1 article .txt {max-width: 900px; width: 100%;}
.s1_1 article .txt p {font-size: 20px; color: #666; line-height: 1.9;}
.s1_1 article .txt p ~ p {margin-top: 35px;}

/* s1_2 */
.s1_2 {padding-bottom: 0;}
.s1_2 article.arti01 {display: block; width: 100%; margin-top: 90px;}
.s1_2 article.arti01 .bg {border-radius: 20px; margin-top: 60px;}
.s1_2 .arti01 .inner {width: 100%; display: flex; margin-top: 60px;}
.s1_2 .arti01 .inner .tit {max-width: 380px;}
.s1_2 .arti01 .inner .txt {max-width: 1060px}
.s1_2 .arti01 .inner .txt p ~ p {border-top: 1px solid #ddd; padding-top: 35px; margin-top: 40px;}
.s1_2 .arti02 {padding: 150px 0 180px; margin-top: 155px; width: 100%; width: 100%; background: url(../images/sub/bg_s10202.jpg) 50% 100% no-repeat; background-size: auto;}
.s1_2 figure {width: 100%; margin-top: 50px;}
.s1_2 figure img {display: block; max-width: 100%; margin: 0 auto;}
.s1_2 .arti03 {margin-top: 150px; display: block;}
.s1_2 .arti03 .business {margin-top: 60px; width: 100%; display: flex; gap: 40px;}
.s1_2 .arti03 .business div {max-width: 700px; width: 100%; border-radius: 20px; overflow: hidden; background-color: #f8f8f8; min-height: 440px; padding: 70px 60px 0;}
.s1_2 .arti03 .business div h5 {font-size: 28px; font-weight: 600; color: #333;}
.s1_2 .arti03 .business div ul {width: 100%; display: flex; flex-wrap: wrap; margin-top: 25px;}
.s1_2 .arti03 .business div ul li {width: 50%; padding-left: 15px; position: relative; font-size: 20px; color: #666; line-height: 1.6;}
.s1_2 .arti03 .business .device ul li:nth-of-type(2) ~ li {margin-top: 5px;}
.s1_2 .arti03 .business div ul li::before {position: absolute; content: ''; width: 3px; height: 3px; border-radius: 50%; background-color: #1992bf; top: 15px; left: 0;}
.s1_2 .arti03 .business .place ul li {width: 100%;}
.s1_2 .arti03 .business .place ul li ~ li {margin-top: 5px;}

/* s1_3 */
.s1_3 {width: 100%; background: url(../images/sub/bg_org.png) 50% 100% no-repeat; background-size: auto;}
.s1_3 figure {margin-top: 90px;}
.s1_3 figure img {display: block; max-width: 100%; margin: 0 auto;}

/* s1_4 */
.s1_4 {padding-bottom: 0;}
.s1_4 article {position: relative; padding: 80px 0 175px;}
.s1_4 article::before {position: absolute; content: ''; width: 1px; height: 100%; top: 0; left: 560px; background-color: #ddd;}
.s1_4 article .history { display: flex; width: 100%;}
.s1_4 article .history ~ .history {margin-top: 100px;}
.s1_4 article .year {max-width: 560px; width: 100%; padding-right: 65px; text-align: right;}
.s1_4 article .year span {font-size: 14px; font-weight: 700; color: #000; font-family: 'Montserrat'; padding-right: 5px;}
.s1_4 article .year h5 {font-size: 50px; font-weight: 600; color: #1992bf; margin-top: 15px;}
.s1_4 article .month {max-width: 880px; width: 100%; padding-top: 40px;}
.s1_4 article .month .txt {position: relative; padding-left: 70px;}
.s1_4 article .month .txt ~ .txt {margin-top: 90px;}
.s1_4 article .month .txt::before {position: absolute; content: ''; width: 19px; height: 19px; border-radius: 50%; background:url(../images/sub/ico_dot.png) 50% 50% no-repeat; background-size: auto; top: 5px; left: -9px;}
.s1_4 article .month .txt dl {width: 100%; display: flex;}
.s1_4 article .month .txt dl dt {font-size: 20px; font-weight: 600; color: #1992bf; max-width: 45px; width: 100%; line-height: 1.5;}
.s1_4 article .month .txt dl dd p {font-size: 20px; color: #666; line-height: 1.5;}
.s1_4 article .month .txt dl dd p ~ p {margin-top: 15px;}


/* s1_5 customer */
.s1_5 .container {max-width: 1440px; overflow: hidden; padding: 0;}
.customer {margin-top: 90px;}
.customer ul {display: flex; width: calc(100% + 20px); margin: 0 -10px; flex-wrap: wrap;}
.customer ul li {width: 25%; padding: 0 10px; margin: 0; border-bottom: 1px dashed #ddd;}
.customer ul li:nth-of-type(4) ~ li {margin-top: 60px;}
.customer ul li a {padding: 0; border: 0;}
.customer ul li a .pic {height: 100px; display: flex; align-items: center; justify-content: center; border-radius: 20px; background-color: #f8f8f8;}
.customer ul li a .pic img {display: block; margin: auto; max-width: none; width: auto !important; height: auto;}
.customer ul li a .tit {margin: 0; padding: 20px 50px 50px 50px; line-height: 1.9; font-size: 20px; color: #666; height: auto; display: block; word-break:keep-all; text-align: center; transition: all .2s linear;}
.customer ul li a:hover .tit {color: #1992bf;}
.customer > .pg_wrap {margin-top: 60px;}
.customer > .pg_wrap .pg .pg_page.pg_start {margin-right: 26px;}
.customer > .pg_wrap .pg .pg_page.pg_end {margin-left: 26px;}

/* s1_6 */
.s1_6 article {margin-top: 90px; display: flex; align-items: center; gap: 80px;}
.s1_6 article ~ article {margin-top: 150px;}
.s1_6 .map {max-width: 680px; width: 100%; height: 420px; border-radius: 20px; overflow: hidden;}
.s1_6 .map iframe {width: 100%; height: 100%;}
.s1_6 .map-info {max-width: 680px; width: 100%;}
.s1_6 .map-info .article-header {position: relative; padding-bottom: 40px; border-bottom: 1px solid #ddd;}
.s1_6 .map-info .article-header::before {position: absolute; content: ''; width: 200px; height: 3px; bottom: -3px; left: 0; background-color: #1992bf;}
.s1_6 .map-info .article-header h4 > span {font-size: 24px; font-weight: 600; color: #1992bf; display: inline-block; margin-left: 12px;}
.s1_6 .map-info .info {margin-top: 50px;}
.s1_6 .map-info .info dl {width: 100%; display: flex;}
.s1_6 .map-info .info dl ~ dl {margin-top: 10px;}
.s1_6 .map-info .info dl dt {font-size: 24px; font-weight: 600; color: #000; font-family: 'Montserrat'; max-width: 200px; width: 100%; line-height: 1.65;}
.s1_6 .map-info .info dl dd {font-size: 20px; color: #666; line-height: 1.9;}
.s1_6 .map-info .info dl dd address {font-style: normal; color: #666;}
.s1_6 .map-info .info dl dd a {color: #666;}

/* s2_1 */
.s2_1 .container {max-width: 1440px; overflow: hidden; padding: 0;}
.s2_1 article {margin-top: 120px;}
.s2_1 article ul {width: calc(100% + 40px); margin: 0 -20px; display: flex; flex-wrap: wrap;}
.s2_1 article ul li {width: 25%; padding: 0 20px; border-bottom: 1px solid #ddd;}
.s2_1 article ul li:nth-of-type(4) ~ li {margin-top: 90px;}
.s2_1 article ul li .item {width: 100%; display: block;}
.s2_1 article ul li .item .img {border-radius: 10px; overflow: hidden;}
.s2_1 article ul li .item .img img {display: block; max-width: 100%; margin: 0 auto;}
.s2_1 article ul li .item .txt {padding: 30px 10px 35px;}
.s2_1 article ul li .item .txt dl {width: 100%; display: flex; gap: 15px; justify-content: space-between; align-items: center;}
.s2_1 article ul li .item .txt dl dt {font-size: 20px; font-weight: 600; color: #1992bf;}
.s2_1 article ul li .item .txt dl dd {font-size: 16px; color: #000; font-weight: 500; padding-right: 20px; background: url(../images/sub/ico_arrow.png) 100% 15% no-repeat; background-size: auto;}
.s2_1 article ul li .item .txt h5 {font-size: 28px; color: #000; font-weight: 600; margin-top: 25px; line-height: 35px; transition: all .2s linear; word-break: break-all;}
.s2_1 article ul li .item .txt p {font-size: 22px; color: #000; font-weight: 600; text-align: center; line-height: 28px; /* margin-top: 10px; */}
.s2_1 article ul li .item:hover .txt h5 {color: #1992bf;}

/* s2_2_1 */
.s2_2 .sub-3dep {margin-bottom: 0;}
.s2_2_1 {padding-bottom: 0;}
.s2_2_1 article ~ article {margin-top: 150px;}
.s2_2_1 .arti01 .img-box {margin-top: 60px; display: flex; gap: 40px; flex-wrap: wrap;}
.s2_2_1 .arti01 .img-box figure {width: 100%; max-width: 330px; border-radius: 20px; overflow: hidden;}
.s2_2_1 .arti01 .img-box figure img {display: block; max-width: 100%; margin: 0 auto;}
.s2_2_1 .arti01 .img-box figure figcaption {margin-top: 10px; font-size: 18px; color: #666; line-height: 2.111; text-align: center;}

.s2_2_1 .arti02 .inner {margin-top: 55px; width: 100%; display: flex; gap: 60px; align-items: center;}
.s2_2_1 .arti02 .inner .img {max-width: 580px; width: 100%; border-radius: 20px; overflow: hidden;}
.s2_2_1 .arti02 .inner .img img {display: block; max-width: 100%; margin: 0 auto;}
.s2_2_1 .arti02 .inner .txt {font-size: 20px; line-height: 1.9; color: #666; font-weight: 400; max-width: 800px; width: 100%; letter-spacing: -.5px;}

.s2_2_1 .arti03 {width: 100%; margin-top: 170px; padding:150px 0 180px; background: url(../images/sub/bg_s202.jpg) 50% 50% no-repeat; background-size: cover;}
.s2_2_1 .arti03.type2 {background-image: url(../images/sub/bg_s202_2.jpg);}
.s2_2_1 .arti03.type3 {background-image: url(../images/sub/bg_s202_3.jpg);}
.s2_2_1 .arti03.type4 {background-image: url(../images/sub/bg_s202_4.jpg);}
.s2_2_1 .arti03.type5 {background-image: url(../images/sub/bg_s202_5.jpg);}
.s2_2_1 .arti03.type6 {background-image: url(../images/sub/bg_s202_6.jpg);}
.s2_2_1 .arti03.type7 {background-image: url(../images/sub/bg_s202_7.jpg);}
.s2_2_1 .arti03 .inner {margin-top: 55px; width: 100%;}
.s2_2_1 .arti03 .inner ul {width: calc(100% + 40px); margin: 0 -20px; display: flex; flex-wrap:wrap;}
.s2_2_1 .arti03 .inner ul li {width: 25%; padding: 0 20px; min-height: 300px;}
.s2_2_1 .arti03 .inner ul li:nth-of-type(4) ~ li {margin-top: 40px;}
.s2_2_1 .arti03 .inner ul li dl {width: 100%; height: 100%; background-color: #fff; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.s2_2_1 .arti03 .inner ul.ty2 li dl {justify-content: normal; padding-top: 70px;}
.s2_2_1 .arti03 .inner ul li dl dt {max-width: 84px; width: 100%;}
.s2_2_1 .arti03 .inner ul li dl dt img {max-width: 100%; display: block; margin: 0 auto;}
.s2_2_1 .arti03 .inner ul li dl dd {font-size: 20px; color: #666; line-height: 1.9; margin-top: 20px; text-align: center;}
.s2_2_1 .arti03 .inner ul li dl dd span {display: inline-block; color: #1992bf; font-weight: 600;}

.s2_2_1 .arti04 figure {margin-top: 60px; border-radius: 10px; overflow: hidden;}
.s2_2_1 .arti04 figure img {display: block; margin: 0 auto; max-width: 100%;}

/* s2_2_1_3 */
.s2_2_1_3 {padding-bottom: 180px;}
.s2_2_1_3 .arti03 .inner ul li {min-height: 335px;}

/* s2_2_1_5 */
.s2_2_1_5 .arti03 {margin-top: 150px;}
.s2_2_1_5 .arti03 .inner ul li dl {padding: 80px 0 60px; display: block;}
.s2_2_1_5 .arti03 .inner ul li dl dt {margin: 0 auto;}

/* s2_2_1_6 */
.s2_2_1_6 {padding-bottom: 180px;}

/* s2_2_2 */
.s2_2_2 .sub-3dep {margin-bottom: 100px;}
.s2_2_2 .arti03 .inner ul li {min-height: 340px;}

/* s2_2_3_1 */
.s2_2_3_1 {padding-bottom: 180px;}

/* s2_2_3_2 */
.s2_2_3_2 .arti03 .inner ul li {min-height: 340px;}

/* s2_3 */
.s2_3 .sub-3dep {margin-bottom: 100px;}
.s2_3 .arti02 .inner .txt span {color: #1992bf; font-weight: 500;}

/* s2_3_1 */
.s2_3_1 .arti01 .img-box figure:nth-of-type(1) {max-width: 700px;}

/* s2_3_2 */
.s2_3_2 {padding-bottom: 180px;}
.s2_3_2 .arti03 .inner {margin-top: 0;}
.s2_3_2 .arti03 .inner ul li.wide {max-width: 1110px; width: 100%;}
.s2_3_2 .arti03 .inner ul li.wide dl {align-items: normal; padding: 0 60px;}
.s2_3_2 .arti03 .inner ul li.wide dt {display: none;}
.s2_3_2 .arti03 .inner ul li.wide dd {font-size: 20px; color: #000; line-height: 1.9; text-align: left; margin-top: 0 !important;}

/* s2_3_3 */
.s2_3_3 .arti03 {padding-bottom: 395px;}
.s2_3_3 .arti03 .inner ul li dl dd span {display: inline-block; font-weight: 600; color: #1992bf;}
.s2_3_3 .arti03 .inner ul li.list-box {position: relative;}
.s2_3_3 .arti03 .inner ul li .list {padding: 20px 10px 0; position: absolute; top: 100%; left: 20px;}
.s2_3_3 .arti03 .inner ul li .list p {position: relative; font-size: 18px; color: #666; line-height: 1.889; padding-left: 15px;}
.s2_3_3 .arti03 .inner ul li .list p::before {position: absolute; content: ''; width: 3px; height: 3px; border-radius: 50%; background-color: #1992bf; top: 15px; left: 0;}

/* s2_3_4 */
.s2_3_4 {padding-bottom: 180px;}

/* s2_3_5 */
.s2_3_5 .arti03.ty2 {padding: 0; background: none;}
.s2_3_5 .arti03.ty2 .inner ul li dl {background-color: #f8f8f8;}

/* s2_4 */
.s2_4 .sub-3dep {margin-bottom: 100px;}

/* s2_4_2 */
.s2_4_2 {padding-bottom: 180px;}
.s2_4_2 .arti02 .inner .txt span {display: block; color: #1992bf; font-weight: 600;}

/* s2_5 */
.s2_5 .arti01 {margin-top: 100px;}
.s2_5 .arti05 {margin-top: 150px;}

.s2_5 .arti03.ty2 .inner ul li {min-height: 375px;}

.s2_5 .arti04 .inner {margin-top: 50px; width: 100%; padding-bottom: 170px; border-bottom: 1px solid #ddd;}
.s2_5 .arti04 .inner ul {width: calc(100% + 40px); margin: 0 -20px; display: flex;}
.s2_5 .arti04 .inner ul li {width: 50%; padding: 0 20px; min-height: 330px;}
.s2_5 .arti04 .inner ul li dl {width: 100%; height: 100%; border-radius: 10px; background-color: #f8f8f8; display: flex; flex-direction: column; padding: 70px 60px 20px;}
.s2_5 .arti04 .inner ul li dl dt {display: flex; align-items: flex-end; width: 100%; font-weight: 600; gap: 10px;}
.s2_5 .arti04 .inner ul li dl dt h5 {font-size: 30px; color: #000;}
.s2_5 .arti04 .inner ul li dl dt span {font-size: 22px; color: #1992bf;}
.s2_5 .arti04 .inner ul li dl dd {margin-top: 20px; display: flex; flex-wrap: wrap;}
.s2_5 .arti04 .inner ul li dl dd p {width: 50%; position: relative; padding-left: 15px; font-size: 20px; line-height: 1.85; color: #666;}
.s2_5 .arti04 .inner ul li dl dd p::before {position: absolute; content: ''; width: 3px; height: 3px; border-radius: 50%; background-color: #1992bf; top: 17px; left: 0;}
.s2_5 .arti04 .inner ul li:nth-of-type(2) dl dd p {width: 100%;}

/* s2_6 */
.s2_6 .arti01 {margin-top: 100px;}
.s2_6 .arti03 .inner ul li {min-height: 380px;}
.s2_6 .arti03 .inner ul li dl dd > p {padding-left: 15px; position: relative; text-align: left;}
.s2_6 .arti03 .inner ul li dl dd > p::before {position: absolute; content: ''; width: 3px; height: 3px; background-color: #1992bf; border-radius: 50%; top: 15px; left: 0;}

/* s2_7 */
.s2_7 article {margin-top: 120px;}
.s2_7 .etc {margin-top: 55px; width: 100%;}
.s2_7 .etc ul {width: calc(100% + 40px); margin: 0 -20px; display: flex; flex-wrap: wrap;}
.s2_7 .etc ul li {width: 25%; padding: 0 20px;}
.s2_7 .etc ul li:nth-of-type(4) ~ li {margin-top: 40px;}
.s2_7 .etc ul li figure {width: 100%;}
.s2_7 .etc ul li figure img {max-width: 100%; display: block; margin: 0 auto; border-radius: 10px;}
.s2_7 .etc ul li figure figcaption {font-size: 18px; color: #666; padding-top: 20px; text-align: center;}


/* s3_1 */
.certi {margin-top: 100px;}
.certi ul {width: calc(100% + 40px); margin: 0 -20px; display: flex; flex-wrap: wrap;}
.certi ul li {width: 25%; padding: 0 20px;}
.certi ul li:nth-of-type(4) ~ li {margin-top: 40px;}
.certi ul li a {display:block; border:1px solid #ddd; padding:10px; height:100%; transition:all 0.6s; border-radius: 20px;}
.certi ul li a:hover {border-color: #1992bf;}
.certi ul li a .thumb .pic {padding-bottom: 141.94%; position:relative; overflow:hidden; transition:all 0.6s; border-radius: 20px;}
.certi ul li a .thumb .pic img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.certi > .pg_wrap {margin-top: 120px;}
/* .certi > .pg_wrap .pg .pg_page.pg_start {margin-right: 26px;}
.certi > .pg_wrap .pg .pg_page.pg_end {margin-left: 26px;} */

.certi-pop {display: none; position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0, .3); z-index: 1001; top: 0; left: 0;}
.certi-pop .popup {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 640px; /* width: 100%; */ background-color: #fff; border-radius: 20px;}
.certi-pop .popup .inner {padding:40px; position: relative; width: 100%;}
.certi-pop .popup .inner a {display: block; position: absolute; width: 66px; height: 66px; top: 0; right: -86px; background:url(../images/sub/pop-close.png) 50% 50% no-repeat; background-size: auto; border-radius: 50%; transition: all .3s linear;}
.certi-pop .popup .inner a:hover {background-image:url(../images/sub/pop-close-on.png);}
.certi-pop .popup .inner .pop-img {width: 100%;}
.certi-pop .popup .inner .pop-img img {display: block; width: 100%; max-width: 100%; margin: 0 auto; border: 1px solid #ddd; border-radius: 20px;}
