﻿

*{box-sizing: border-box;}
.page-section{box-sizing: border-box; margin-bottom: 6rem; }
.page-section:last-child{margin-bottom: 0;}
.border-b{border-bottom: 1px solid #ddd; padding-bottom: 4rem;}
.mb-0{margin-bottom: 0 !important;}
.pb-0{padding-bottom: 0 !important;}
.page-con{width: 100%; margin: 0 auto;}
.page-cont{width: 100%; max-width: 1400px; margin: 0 auto; padding: 4rem 0;}

.ver-line{width: 1px; height: 100px; background-color: #707070; margin: 2rem auto;}
.ver-line.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.ver-line.ani.act{transform: translateY(0); opacity: 1;}
.ver-line.no-tit{margin: 0 auto 4rem;}

.page-bg{width: 100%; height: 100vh; position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; background-color: #333;}
.page-bg .page-cont{position: relative; z-index: 3;}
.page-bg-tit{color: #fff; margin: 4rem 0;}
.page-bg-tit > h3{font-size: 44px; font-weight: 700; margin-bottom: 1rem; letter-spacing: 7px;}
.page-bg-tit > h5{font-size: 24px; font-weight: 500; margin-bottom: 3rem;}
.page-bg-tit > p{font-size: 16px; font-weight: 400; line-height: 1.5;}

.page-tit{text-align: center; margin-bottom: 3rem;}
.page-tit > h2{font-size: 40px; margin-bottom: 1.5rem;}
.page-tit > p{font-size: 20px; line-height: 1.5;}

.page-tit > h2.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.page-tit > h2.ani.act{transform: translateY(0); opacity: 1;}
.page-tit > p.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.page-tit > p.ani.act{transform: translateY(0); opacity: 1;}

.cont-tit{margin-bottom: 2rem;}
.cont-tit > h3{font-size: 30px; margin-bottom: 1rem;}
.cont-tit > p{font-size: 16px; font-weight: 300; margin-bottom: 1rem; line-height: 1.5;}
.cont-tit > p:last-child{margin-bottom: 0;}
.cont-tit > p > span{font-weight: 500;}

.cont-tit > h3.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.cont-tit > h3.ani.act{transform: translateY(0); opacity: 1;}
.cont-tit > p.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.cont-tit > p.ani.act{transform: translateY(0); opacity: 1;}

.grey-txt{padding: 3rem; background-color: #FAFAFA;}
.grey-txt > h5{font-size: 22px; font-weight: 500; margin-bottom: 1.5rem;}
.grey-txt > h5 > span{margin-right: 5px;}
.grey-txt > p{font-size: 18px; font-weight: 400; line-height: 1.8; color: #888;}
.grey-txt > p > span{color: #000; font-weight: 500;}

.grey-txt.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.grey-txt.ani.act{transform: translateY(0); opacity: 1;}

/* 법무법인 소개 */
.about-wrap{width: 100%; display: flex; justify-content: space-between;}
.about-box{width: 24%; color: #fff;}
.about-icon{display: flex;}
.about-icon img{max-width: 150px; width: 100%; margin-bottom: 1rem;}
.about-box > h3{font-size: 24px; font-weight: 700; margin-bottom: 1rem;}
.about-box > p{font-size: 16px; font-weight: 400; line-height: 1.5;}

.about-caption{text-align: center; color: #fff;}
.about-caption > h3{font-size: 44px; font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 1.5rem; position: relative;}
.about-caption > h3::after{content: ""; width: 100px; height: 1px; background-color: rgba(255, 255, 255, 0.4); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.about-caption > p{font-size: 18px; line-height: 1.5; font-weight: 400;}

/* 구성원 */
.ll-wrap{width: 100%; display: flex; justify-content: space-between; margin-bottom: 4rem;}
.ll-box{width: 49%; position: relative; overflow: hidden;}
.ll-box > a{display: flex; width: 100%;}
.ll-box > a > img{width: 100%; transition: .5s;}
.ll-box > a:hover > img{transform: scale(1.1);}
.ll-caption{width: 100%; padding: 2rem; background-color: rgba(0, 0, 0, 0.6); position: absolute; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; color: #fff;}
.ll-caption > h3{font-size: 25px; font-weight: 500;}
.ll-caption > a{display: inline-block; font-size: 16px; padding: 10px 1rem; border: 1px solid #fff; position: relative; overflow: hidden;}
.ll-caption > a::after{content: ""; width: 100%; height: 100%; background-color: #278443; position: absolute; top: 0; left: -100%; transition: .3s; z-index: -1;}
.ll-caption > a:hover::after{left: 0;}
.ll-caption > a > span{display: inline-block; margin-left: 10px;}

.ld-bg{background-color: #040C14;}

.ld-bg .page-cont{padding: 4rem 0 0 0;}

.ld-wrap{width: 100%; display: flex; justify-content: space-between; align-items: center; padding-top: 4rem;}
.ld-box{width: 49%;}
.ld-cont{color: #fff;}
.ld-cont > h2{font-size: 40px; font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 1.5rem; position: relative;}
.ld-cont > h2::after{content: ""; width: 100%; max-width: 400px; height: 1px; background-color: rgba(255, 255, 255, 0.4); position: absolute; bottom: 0; left: 0;}
.ld-cont > h2 > span{font-size: 24px; display: inline-block; margin-right: 1.5rem;}
.ld-caption{margin-bottom: 1.5rem;}
.ld-caption:last-child{margin-bottom: 0;}
.ld-caption > h5{font-size: 20px; font-weight: 600; padding-left: 1rem; position: relative; margin-bottom: 1rem;}
.ld-caption > h5::after{content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: #fff; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.ld-caption > ul{padding-left: 1rem;}
.ld-caption > ul > li{font-size: 16px; font-weight: 400; margin-bottom: 8px;}
.ld-caption > ul > li:last-child{margin-bottom: 0;}

.ld-img{display: flex;}
.ld-img img{width: 100%;}



/* 민사소송 - 행정심판 */
.cv-table{width: 100%;}
.cv-table > table{width: 100%; border-spacing: 0; border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
.cv-table > table > thead > tr > th{padding: 1rem; font-size: 18px; color: #fff; background-color: #278443; font-weight: 500; text-align: center; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.cv-table > table > tbody > tr > th{padding: 1rem; font-size: 16px; font-weight: 500; background-color: #f9f9f9; text-align: center; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.cv-table > table > tbody > tr > td{padding: 1rem; font-size: 16px; font-weight: 400; text-align: center; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}

.cv-table.cvt2 > table > thead > tr > th{padding: 2rem 1rem; color: #fff; background-color: #278443;}
.cv-table.cvt2 > table > tbody > tr > th{font-weight: 400;}

.cv-table.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.cv-table.ani.act{transform: translateY(0); opacity: 1;}

.civil-img img{width: 100%;}
.civil-img{position: relative;}
.civil-img > p{font-size: 16px; width: 100%; position: absolute; bottom: 1rem; left: 0; text-align: center;}

.civil-img.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.civil-img.ani.act{transform: translateY(0); opacity: 1;}

.civil-wrap{width: 100%; display: flex; justify-content: space-between;}
.civil-box{width: 49%;}
.civil-cont > p{font-size: 18px; font-weight: 300; line-height: 1.8;}

.civil-wrap.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.civil-wrap.ani.act{transform: translateY(0); opacity: 1;}

.cm-box > h5 > span{color: #000;}

/* 형사소송 - 형사소송이란? */
.criminal-img{margin-bottom: 1.5rem; position: relative;}
.criminal-img img{width: 100%;}
.criminal-img p{width: 100%; font-size: 16px; padding: 0 1rem; position: absolute; bottom: 1rem; left: 0;}

.criminal-img.ani{opacity: 0; transition: 2s;}
.criminal-img.ani.act{opacity: 1;}

/* 형사소송 - 피해자 */
.cme-wrap{width: 100%; display: flex; justify-content: space-between;}
.cme-box{width: 23%; min-height: 150px; display: flex; align-items: center; justify-content: center; background-color: #278443;}
.cme-box > h5{font-size: 20px; font-weight: 500; color: #fff;}
.cme-box.ani{transform: translateY(50px); opacity: 0; transition:0s transform 0s, 0s opacity 0s;}
.cme-box:nth-child(1).ani{transition: .7s transform 0.5s, .7s opacity 0.5s;}
.cme-box:nth-child(2).ani{transition: .7s transform 0.8s, .7s opacity 0.8s;}
.cme-box:nth-child(3).ani{transition: .7s transform 1.1s, .7s opacity 1.1s;}
.cme-box:nth-child(4).ani{transition: .7s transform 1.4s, .7s opacity 1.4s;}
.cme-box.ani.act{transform: translateY(0); opacity: 1;}

/* 형사소송 - 성범죄란? */
.cm-wrap{width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 3rem;}
.cm-wrap:last-child{margin-bottom: 0;}
.cm-box{width: 46%;}
.cm-img img{width: 100%;}
.cm-box > h3{font-size: 28px; font-weight: 500; margin-bottom: 1.5rem;}
.cm-box > h3.line{padding-bottom: 1.5rem; position: relative;}
.cm-box > h3.line::after{content: ""; width: 100px; height: 1px; background-color: #707070; position: absolute; left: 0; bottom: 0;}
.cm-box > p{font-size: 16px; color: #888; line-height: 1.5;}
.cm-wrap:nth-child(even){flex-direction: row-reverse;}

.cm-wrap.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.cm-wrap.ani.act{transform: translateY(0); opacity: 1;}

/* 학교폭력 - 학교폭력 */
.school-table{width: 100%;}
.school-table > table{width: 100%; border-spacing: 0; border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
.school-table > table > thead > tr > th{padding: 1rem; font-size: 16px; color: #fff; background-color: #278443; font-weight: 600; text-align: center; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.school-table > table > tbody > tr > th{padding: 1rem; font-size: 16px; color: #fff; background-color: #278443; font-weight: 400; text-align: center; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.school-table > table > tbody > tr > td{padding: 1rem; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 14px; font-weight: 500; color: #666; text-align: center;}
.school-table > table > tbody > tr > td > ul > li{font-size: 14px; padding-left: 10px; margin-bottom: 5px; position: relative; color: #666; text-align: left;}
.school-table > table > tbody > tr > td > ul > li::after{content: ""; width: 3px; height: 3px; background-color: #707070; border-radius: 50%; position: absolute; left: 0; top: 9px;}
.school-table > table > tbody > tr > td > ul > li:last-child{margin-bottom: 0;}

.school-table.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.school-table.ani.act{transform: translateY(0); opacity: 1;}

.grey-box{padding: 3rem; background-color: #f9f9f9; border-radius: 30px;}
.grey-box > h2{font-size: 34px; text-align: center; margin-bottom: 3rem;}
.gb-wrap{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.gb-box{width: 32%; margin-bottom: 1rem;}
.gb-cont{padding: 2rem 1rem; display: flex; align-items: center; justify-content: center; width: 100%; min-height: 150px; position: relative; background-color: #fff; border: 1px solid #ddd;}
.gb-cont > h5{font-size: 18px; text-align: center;}
.gb-box:nth-child(1) .gb-cont::before{content: "01"; font-size: 22px; font-weight: 800; position: absolute; top: 10px; left: 10px; color: #000;}
.gb-box:nth-child(2) .gb-cont::before{content: "02"; font-size: 22px; font-weight: 800; position: absolute; top: 10px; left: 10px; color: #000;}
.gb-box:nth-child(3) .gb-cont::before{content: "03"; font-size: 22px; font-weight: 800; position: absolute; top: 10px; left: 10px; color: #000;}
.gb-box:nth-child(4) .gb-cont::before{content: "04"; font-size: 22px; font-weight: 800; position: absolute; top: 10px; left: 10px; color: #000;}
.gb-box:nth-child(5) .gb-cont::before{content: "05"; font-size: 22px; font-weight: 800; position: absolute; top: 10px; left: 10px; color: #000;}
.gb-box:nth-child(6) .gb-cont::before{content: "06"; font-size: 22px; font-weight: 800; position: absolute; top: 10px; left: 10px; color: #000;}
.gb-box:nth-child(7) .gb-cont::before{content: "07"; font-size: 22px; font-weight: 800; position: absolute; top: 10px; left: 10px; color: #000;}

.grey-box.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.grey-box.ani.act{transform: translateY(0); opacity: 1;}

.sc-tit{margin-bottom: 2rem; text-align: center;}
.sc-tit > h2{font-size: 34px; margin-bottom: 0.5rem;}
.sc-table{width: 100%;}
.sc-table > table{width: 100%; border-spacing: 0; border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
.sc-table > table > tbody > tr > th{padding: 1.5rem; font-size: 18px; background-color: #f5f5f5; color: #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.sc-table > table > tbody > tr > td{padding: 1.5rem; font-size: 18px; color: #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;}

.sc-tit > h2.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.sc-tit > h2.ani.act{transform: translateY(0); opacity: 1;}

.sc-table.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.sc-table.ani.act{transform: translateY(0); opacity: 1;}

.grey-txt.sc{margin-bottom: 2rem;}

/* 학교폭력 - 피해학생보호 */
.school-table.mb{margin-bottom: 2rem;}
.cont-tit > h5{font-size: 18px; line-height: 1.8; font-weight: 400;}

.cont-tit > h5.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.cont-tit > h5.ani.act{transform: translateY(0); opacity: 1;}

/* 가사소송 - 이혼 */
.cm-box > h2{font-size: 32px; font-weight: 500; margin-bottom: 1.5rem; padding-bottom: 1.5rem; position: relative;}
.cm-box > h2::after{content: ""; width: 150px; height: 1px; background-color: #707070; position: absolute; bottom: 0; left: 0;}
.cm-box > h5{font-size: 16px; font-weight: 400; color: #888; line-height: 1.8;}

/* 가사소송 - 상간 */
.dv-img{margin-bottom: 1.5rem;}
.dv-img img{width: 100%;}
.grey-box > p{font-size: 18px; color: #666; font-weight: 300; line-height: 1.8;}
.dv-tit > h3{font-size: 30px; font-weight: 500; margin-bottom: 2rem;}
.dv-tit > p{font-size: 18px; margin-bottom: 1rem; font-weight: 300;}
.dv-tit > p:last-child{margin-bottom: 0;}
.dv-tit > p > span{font-weight: 500;}

.dv-img.ani{opacity: 0; transition: 2s;}
.dv-img.ani.act{opacity: 1;}

.dv-tit > h3.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.dv-tit > h3.ani.act{transform: translateY(0); opacity: 1;}
.dv-tit > p.ani{transform: translateY(50px); opacity: 0; transition: 1s;}
.dv-tit > p.ani.act{transform: translateY(0); opacity: 1;}

/* 성범죄 - 성폭행 */
.cr-txt{margin-top: 3rem; text-align: center;}
.cr-txt > p{color: #666; font-size: 18px; font-weight: 300; margin-bottom: 1rem; line-height: 1.6; transform: translateY(50px); opacity: 0; transition: 1s;}
.cr-txt > p:last-child{margin-bottom: 0;}
.cr-txt > p.ani.act{transform: translateY(0); opacity: 1;}

.sc-txt{padding: 3rem; background-color: #f9f9f9; margin-bottom: 1.5rem; transform: translateY(50px); opacity: 0; transition: 1s;}
.sc-txt:last-child{margin-bottom: 0;}
.sc-txt > h2{font-size: 26px; color: #278443; margin-bottom: 1.2rem; padding-bottom: 1.2rem; position: relative;}
.sc-txt > h2::after{content: ""; width: 50px; height: 1px; background-color: #ddd; position: absolute; bottom: 0; left: 0;}
.sc-txt h5{font-size: 20px; margin-bottom: 1rem;}
.sc-txt ul > li{font-size: 16px; color: #333; margin-bottom: 12px; position: relative; padding-left: 22px;}
.sc-txt ul > li > span{display: block; position: absolute; top: 0; left: 0;}
.sc-txt ul > li.pl-0{padding-left: 0;}
.sc-txt ol{padding-left: 25px; margin-bottom: 12px;}
.sc-txt ol > li{font-size: 16px; color: #666; margin-bottom: 5px;}
.sc-txt ol > li:last-child{margin-bottom: 0;}
.sct-con{margin-bottom: 1.2rem;}
.sct-con:last-child{margin-bottom: 0;}
.sc-txt.ani.act{transform: translateY(0); opacity: 1;}

.grey-txt > p > span{color: #000;}

/* 찾아오시는 길 */
.map-con{width: 100%; padding: 200px 0 100px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.root_daum_roughmap{width: 100% !important;}
.root_daum_roughmap .wrap_controllers{display: none;}
.map-wrap{width: 100%; display: flex; justify-content: space-between;}
.map{width: 49%;}
.map-caption{margin-top: 2rem; color: #fff;}
.map-caption > h3{font-size: 22px; padding-bottom: 1.5rem; margin-bottom: 1.5rem; position: relative;}
.map-caption > h3::after{content: ""; width: 50px; height: 1px; background-color: rgba(255, 255, 255, 0.4); position: absolute; bottom: 0; left: 0;}
.map-caption > ul > li{font-size: 16px; font-weight: 400; margin-bottom: 10px;}
.map-caption > ul > li > span{display: inline-block; margin-right: 5px;}
.map-caption > ul > li > span.copybtn{padding: 5px 15px; border-radius: 5px; background-color: #278443; font-size: 14px; margin-left: 5px; transition: .5s; cursor: pointer;}
.map-caption > ul > li > span.copybtn:hover{border-radius: 0;}

/* media-query */

@media(min-width:1200px){
  .pt-3{padding-top: 3rem;}
  .pt-5{padding-top: 5rem;}
  .map-cont{display: block;}
  .map-cont-m{display: none;}
  .d-lg-block{display: block;}
  .d-lg-none{display: none;}

  .page-bg{background-attachment: fixed;}

  .ani.up.delay{
    transition: 1s opacity 0.2s, 1s transform 0.2s;
  }
  .ani.up.delay2{
      transition: 1s opacity 0.5s, 1s transform 0.5s;
  }
  .ani.up.delay3{
      transition: 1s opacity 0.8s, 1s transform 0.8s;
  }

}

@media(max-width:1599px){


}

@media(max-width:1199px){
  .d-block{display: block;}
  .d-none{display: none;}
  .page-section{margin-bottom: 2rem;}
  .ver-line{height: 50px;}
  .page-con{padding: 0;}
  .root_daum_roughmap .wrap_map{height: 300px !important;}

  .page-bg{height: 100%; padding: calc(80px - 2rem) 0;}

  .page-tit{margin-bottom: 2rem;}

  .page-bg-tit{margin: 2rem 0;}

  .page-bg-tit > h3{font-size: 22px; letter-spacing: 5px;}
  .page-bg-tit > h5{font-size: 16px; margin-bottom: 2rem;}
  .page-bg-tit > p{font-size: 14px;}

  .about-wrap{flex-wrap: wrap;}
  .about-box{width: 48%; display: flex; flex-direction: column; align-items: center;}
  .about-box:nth-child(1), .about-box:nth-child(2){margin-bottom: 1.5rem;}
  .about-icon img{margin-bottom: 10px;}
  .about-box > h3{font-size: 18px; margin-bottom: 10px;}
  .about-box > p{font-size: 14px; text-align: center;}

  .about-caption > h3{font-size: 22px; margin-bottom: 1rem; padding-bottom: 1rem;}
  .about-caption > h3::after{width: 50px;}
  .about-caption > p{font-size: 16px;}

  .ll-wrap{flex-direction: column; margin-bottom: 0;}
  .ll-box{width: 100%; margin-bottom: 2rem;}
  .ll-caption{padding: 15px;}
  .ll-caption > h3{font-size: 20px;}
  .ll-caption > a{font-size: 14px;}

  .map-con{padding: 80px 0 50px;}
  .map-wrap{flex-direction: column;}
  .map{width: 100%; margin-bottom: 2rem;}
  .map:last-child{margin-bottom: 0;}
  .map-caption{margin-top: 1rem;}
  .map-caption > h3{font-size: 20px; margin-bottom: 1rem; padding-bottom: 1rem;}
  .map-caption > ul > li{font-size: 14px;}
  .map-caption > ul > li > span.copybtn{padding: 5px 10px; margin-left: 0; margin-top: 5px;}

  .ld-wrap{padding-top: 2rem; flex-direction: column-reverse;}
  .ld-box{width: 100%; margin-bottom: 2rem;}
  .ld-img{justify-content: center;}
  .ld-img img{max-width: 200px;}
  .ld-cont > h2{font-size: 26px; margin-bottom: 1rem; padding-bottom: 1rem;}
  .ld-cont > h2 > span{font-size: 16px; margin-right: 1rem;}
  .ld-caption > h5{font-size: 18px;}
  .ld-caption > h5::after{width: 6px; height: 6px;}
  .ld-caption > ul > li{font-size: 14px; margin-bottom: 6px;}

  .page-tit > h2{font-size: 24px; margin-bottom: 1rem;}
  .page-tit > p{font-size: 16px;}

  .grey-txt{padding: 2rem 15px;}
  .grey-txt > p{font-size: 15px; line-height: 1.5;}
  .grey-txt > h5{font-size: 18px; margin-bottom: 1rem;}
  .cont-tit > h3{font-size: 20px; margin-bottom: 10px;}
  .cont-tit > p{font-size: 16px;}
  .cont-tit{margin-bottom: 1.5rem;}

  .cv-table > table > thead > tr > th{padding: .7rem; font-size: 14px;}
  .cv-table > table > tbody > tr > th{padding: .5rem; font-size: 12px;}
  .cv-table > table > tbody > tr > td{padding: .5rem; font-size: 12px;}
  .cv-table.cvt2 > table > thead > tr > th{padding: .7rem;}

  .civil-img{padding-bottom: 1.5rem;}
  .civil-img > p{font-size: 14px; bottom: 0;}

  .civil-wrap{flex-direction: column-reverse;}
  .civil-box{width: 100%;}
  .civil-cont > p{font-size: 14px; line-height: 1.5;}

  .criminal-img{padding-bottom: 1.5rem;}
  .criminal-img > p{font-size: 14px; bottom: 0; text-align: center;}

  .cm-wrap{flex-direction: column;}
  .cm-box{width: 100%;}
  .cm-wrap:nth-child(even){flex-direction: column;}

  .cm-img{margin-bottom: 1rem;}
  .cm-box > h3{font-size: 20px; margin-bottom: 1rem;}
  .cm-box > h3.line{padding-bottom: 1rem;}
  .cm-box > h3.line::after{width: 50px;}
  .cm-box > p{font-size: 14px;}

  .school-table > table > thead > tr > th{padding: .7rem; font-size: 14px;}
  .school-table > table > tbody > tr > td{padding: .5rem; font-size: 12px; min-width: 60px;}
  .school-table > table > tbody > tr > td > ul > li{font-size: 12px;}

  .grey-box{padding: 2rem 15px;}
  .grey-box > h2{font-size: 24px; margin-bottom: 1.5rem;}
  .gb-wrap{flex-direction: column;}
  .gb-box{width: 100%;}
  .gb-cont > h5{font-size: 16px;}
  .gb-cont{min-height: 115px;}

  .sc-tit > h2{font-size: 20px;}
  .sc-tit{margin-bottom: 1rem;}
  .sc-table > table > tbody > tr > th{padding: .5rem; font-size: 14px;}
  .sc-table > table > tbody > tr > td{padding: .5rem; font-size: 14px;}

  .school-table > table > tbody > tr > th{padding: .5rem; font-size: 12px;}

  .cont-tit > h5{font-size: 14px; line-height: 1.5;}

  .cm-box > h2{font-size: 22px; margin-bottom: 1rem; padding-bottom: 1rem;}
  .cm-box > h2::after{width: 50px;}
  .cm-box > h5{font-size: 14px; line-height: 1.5;}

  .dv-img{margin-bottom: 1rem;}
  .dv-tit > h3{font-size: 20px; margin-bottom: 1rem;}
  .dv-tit > p{font-size: 14px;}

  .grey-box > p{font-size: 16px; line-height: 1.5;}

  .cme-wrap{flex-wrap: wrap; justify-content: space-between;}
  .cme-box{width: 49%; min-height: 75px; margin-bottom: 10px;}
  .cme-box > h5{font-size: 14px;}

  .cr-txt > p{font-size: 15px; text-align: left;}
  .sc-txt{padding: 2rem 15px;}
  .sc-txt > h2{font-size: 22px;}
  .sc-txt h5{font-size: 18px;}
  .sc-txt ul > li{font-size: 14px;}
  .sc-txt ol > li{font-size: 13px;}
  
}
@media(max-width:600px){
  
}

/* animation */

.ani.up{
  transform: translateY(100px);
  opacity: 0;
  transition: 1s;
}

.ani.up.act{
  transform: translateY(0);
  opacity: 1;
}