/* ---------- S: Common ---------- */
.sec {
  padding: 120px 0;
}

.sec01 {
  padding-top: 48px;
}

.sub-tab {
  width: 100%;
  margin-bottom: 76px;
}

.sub-tab-inner {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 0 40px;
  width: 100%;
}

.sub-tab-item {
  max-width: 620px;
  width: 50%;
  margin: 0 auto;
  border-bottom: 8px solid #ccc;
}

.sub-tab-item a {
  display: block;
  width: 100%;  
  padding: 23px 0;
  font-size: 3rem;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #ccc;
  text-align: center;
}

.sub-tab-item.on {
  border-color: #16264c;
}

.status .sub-tab-item.on,
.vote .sub-tab-item.on {
  border-color: #f05484;
}

.sub-tab-item.on a {
  color: #16264c;
}

.status .sub-tab-item.on a,
.vote .sub-tab-item.on a {
  color: #f05484;
}

.sec-tit > span {
  display: block;
  margin-bottom: 7px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #f05484; 
}

.sec-tit .tit {
  display: flex;
  align-items: center;
}

.sec-tit .tit .icon {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/common/sec-tit.svg')
}

.sec-tit .tit p {
  padding-left: 11px;
  font-size: 3.8rem;
  font-weight: 700;
  color: #16264c;
}

.sec-tit p span {
  display: block;
}

@media(max-width: 1200px) {
  .sec {
    padding: 100px 0;
  }
  
  .sec01 {
    padding-top: 45px;
  }
  
  .sub-tab {
    margin-bottom: 65px;
  }
  
  .sub-tab-inner {
    gap: 0 30px;
  }
  
  .sub-tab-item {
    border-bottom: 7px solid #ccc;
  }
  
  .sub-tab-item a {
    padding: 20px 0;
    font-size: 2.6rem;
  }

  .sec-tit > span {
    font-size: 2.2rem;
  }
 
  .sec-tit .tit .icon {
    width: 34px;
    height: 34px;
  }
  
  .sec-tit .tit p {
    font-size: 3.4rem;
  }
}

@media(max-width: 1024px) {
  .sec {
    padding: 90px 0;
  }
  
  .sec01 {
    padding-top: 40px;
  }
  
  .sub-tab {
    margin-bottom: 55px;
  }
  
  .sub-tab-inner {
    gap: 0 25px;
  }
  
  .sub-tab-item {
    border-bottom: 6px solid #ccc;
  }
  
  .sub-tab-item a {
    padding: 18px 0;
    font-size: 2.4rem;
  }

  .sec-tit > span {
    font-size: 2rem;
  }
 
  .sec-tit .tit .icon {
    width: 32px;
    height: 32px;
  }
  
  .sec-tit .tit p {
    padding-left: 8px;
    font-size: 3rem;
  }
}

@media(max-width: 768px) {
  .sec {
    padding: 80px 0;
  }
  
  .sec01 {
    padding-top: 35px;
  }
  
  .sub-tab {
    margin-bottom: 45px;
  }
  
  .sub-tab-inner {
    gap: 0 20px;
  }
  
  .sub-tab-item {
    border-bottom: 5px solid #ccc;
  }
  
  .sub-tab-item a {
    padding: 15px 0;
    font-size: 2.2rem;
  }
  
  .sec-tit > span {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
 
  .sec-tit .tit .icon {
    width: 30px;
    height: 30px;
  }
  
  .sec-tit .tit p {
    font-size: 2.6rem;
  }
}

@media(max-width: 500px) {
  .sec {
    padding: 70px 0;
  }
  
  .sec01 {
    padding-top: 30px;
  }
  
  .sub-tab {
    margin-bottom: 40px;
  }
  
  .sub-tab-inner {
    gap: 0 15px;
  }
  
  .sub-tab-item {
    border-bottom: 4px solid #ccc;
  }
  
  .sub-tab-item a {
    padding: 12px 0;
    font-size: 2rem;
  }
  
  .sec-tit > span {
    font-size: 1.6rem;
  }
 
  .sec-tit .tit .icon {
    width: 28px;
    height: 28px;
  }
  
  .sec-tit .tit p {
    padding-left: 6px;
    font-size: 2.4rem;
  }
}
/* ---------- E: Common ---------- */
/* ---------- S: Advantage ---------- */
.advantage .sec01 .sec-tit {
  margin-bottom: 52px;
}

.advantage .sec01 .list {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin: -20px;
}

.advantage .sec01 .list li {
  width: 33.333%;
  padding: 20px;
  opacity: 0;
  transform: scale(0.7);
  transition: all .4s ease-out;
}

.advantage .sec01 .list li .box {
  width: 100%;
  max-height: 381px;
  padding: 68px 0;
  background-color: #f7f7f7;
  border-radius: 20px;
  border: 1px solid #16264c;
}

.advantage .sec01 .list li .icon {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 34px;
}

.advantage .sec01 .list li .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.advantage .sec01 .list li .tit {
  margin-bottom: 14px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #16264c;
}

.advantage .sec01 .list li .txt {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  color: #555;
}

.advantage .sec02 {
  position: relative;
  background-color: #f3f4f6;
}

.advantage .sec02::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 720px;
  aspect-ratio: 7.058/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/about/advantage/sec02_bg.png');
}

.advantage .sec02 .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.608 / 1;
  overflow: hidden;
}

.advantage .sec02 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.advantage .sec01 .list li.aos-animate {
  opacity: 1;
  transform: scale(1);
}
@media(max-width:1200px) {
  .advantage .sec01 .sec-tit {
    margin-bottom: 45px;
  }
  
  .advantage .sec01 .list {
    margin: -15px;
  }
  
  .advantage .sec01 .list li {
    padding: 15px;
  }
  
  .advantage .sec01 .list li .box {
    max-height: 336px;
    padding: 60px 0;
    border-radius: 18px;
  }
  
  .advantage .sec01 .list li .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
  }
  
  .advantage .sec01 .list li .tit {
    margin-bottom: 14px;
    font-size: 2.2rem;
  }
  
  .advantage .sec01 .list li .txt {
    font-size: 2rem;
  }
  
  .advantage .sec02::after {
    width: 620px;
  }
}

@media(max-width:1024px) {
  .advantage .sec01 .sec-tit {
    margin-bottom: 40px;
  }
  
  .advantage .sec01 .list {
    margin: -10px;
  }
  
  .advantage .sec01 .list li {
    width: 50%;
    padding: 10px;
  }
  
  .advantage .sec01 .list li .box {
    max-height: 292px;
    padding: 50px 0;
    border-radius: 16px;
  }
  
  .advantage .sec01 .list li .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
  }
  
  .advantage .sec01 .list li .tit {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  
  .advantage .sec01 .list li .txt {
    font-size: 1.8rem;
  }
  
  .advantage .sec02::after {
    width: 520px;
  }
}

@media(max-width:768px) {
  .advantage .sec01 .sec-tit {
    margin-bottom: 35px;
  }
  
  .advantage .sec01 .list {
    margin: -8px;
  }
  
  .advantage .sec01 .list li {
    padding: 8px;
  }
  
  .advantage .sec01 .list li .box {
    max-height: 246px;
    padding: 40px 0;
  }
  
  .advantage .sec01 .list li .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
  
  .advantage .sec01 .list li .tit {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  
  .advantage .sec01 .list li .txt {
    font-size: 1.6rem;
  }
  
  .advantage .sec02::after {
    width: 420px;
  }
}

@media(max-width:500px) {
  .advantage .sec01 .sec-tit {
    margin-bottom: 30px;
  }
  
  .advantage .sec01 .list {
    margin: -5px;
  }
  
  .advantage .sec01 .list li {
    width: 100%;
    padding: 5px;
  }
  
  .advantage .sec01 .list li .box {
    max-height: none;
    padding: 30px 0;
  }
  
  .advantage .sec01 .list li .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  
  .advantage .sec01 .list li .tit {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  
  .advantage .sec01 .list li .txt {
    font-size: 1.5rem;
  }
  
  .advantage .sec02::after {
    width: 320px;
  }
}
/* ---------- E: Advantage ---------- */
/* ---------- S: Status ---------- */
.status .sec01 .sec-tit {
  margin-bottom: 52px;
}

@media(max-width:1200px){
  .status .sec01 .sec-tit {
    margin-bottom: 45px;
  }
}

@media(max-width:1024px) {
  .status .sec01 .sec-tit {
    margin-bottom: 40px;
  }
}

@media(max-width:768px) {
  .status .sec01 .sec-tit {
    margin-bottom: 35px;
  }
}

@media(max-width:500px) {
  .status .sec01 .sec-tit {
    margin-bottom: 30px;
  }
}
/* ---------- E: Status ---------- */
/* ---------- S: Procedure ---------- */
.procedure .sec01 .sec-tit {
  margin-bottom: 75px;
}

.procedure .sec01 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}

.procedure .sec01 .list li {
  position: relative;
  z-index: 6;
  max-width: 426px;
  width: calc(34% - 1px);
  order: 1;
  transform: scale(0.9);
  opacity: 0;
  transition: all .35s ease-out;
}

.procedure .sec01 .list.aos-animate li {
  transform: scale(1);
  opacity: 1;
}

.procedure .sec01 .list li.item02 {
  transition-delay: .1s;
  z-index: 5;
}

.procedure .sec01 .list li.item03 {
  transition-delay: .2s;
  z-index: 4;
}

.procedure .sec01 .list li.item04 {
  z-index: 3;
  order: 4;
  transition-delay: .3s;
}

.procedure .sec01 .list li.item05 {
  z-index: 2;
  order: 3;
  transition-delay: .4s;
}

.procedure .sec01 .list li.item06 {
  z-index: 1;
  order: 2;
  transition-delay: .5s;
}

.procedure .sec01 .list li .box {
  position: relative;
  min-height: 404px;
  border: 10px solid #16264c;
  border-radius: 24px;
  padding: 45px 15px 42px;
  background-color: #f8f8f8;
}

.procedure .sec01 .list li:nth-child(2n) .box {
  border-color: #f05484;
}

.procedure .sec01 .list li .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -33px;
  left: -10px;
  padding: 0 35px 0 34px;
  height: 48px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  border-radius: 24px;
  border-bottom-left-radius: 0;
}

.procedure .sec01 .list li .tag span {
  display: inline-block;
  padding-left: 6px;
  font-weight: 800;
}

.procedure .sec01 .list li .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(100%, -50%);
  width: 50px;
  aspect-ratio: 0.442 / 1;
}

.procedure .sec01 .list li .arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.procedure .sec01 .list li.item03 .arrow {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translate(-50%, 72%) rotate(90deg);
}

.procedure .sec01 .list li.item04 .arrow,
.procedure .sec01 .list li.item05 .arrow {
  right: auto;
  left: 0;
  transform: translate(-100%, -50%) rotate(180deg);
}

.procedure .sec01 .list li .icon {
  position: relative;
  width: 144px;
  margin: 0 auto 29px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.procedure .sec01 .list li .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.procedure .sec01 .list li .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}

.procedure .sec01 .list li .tit i {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/common/check-icon.svg');
}

.procedure .sec01 .list li .tit p {
  padding-left: 12px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #16264c;
}

.procedure .sec01 .list li .txt {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #555;
} 

@media(max-width:1310px) {
  .procedure .sec01 .list li {
    width: calc(33.333% - 1px);
  }
}
@media(max-width:1200px) {
  .procedure .sec01 .sec-tit {
    margin-bottom: 65px;
  }

  .procedure .sec01 .list {
    gap: 20px 0;
  }
  
  .procedure .sec01 .list li .box {
    min-height: 348px;
    padding: 35px 15px 30px;
  }
  
  .procedure .sec01 .list li .tag {
    top: -25px;
    padding: 0 25px;
    height: 45px;
    font-size: 2rem;
  }
  
  .procedure .sec01 .list li .arrow {
    width: 45px;
  }
  
  .procedure .sec01 .list li.item03 .arrow {
    transform: translate(-50%, 72.2%) rotate(90deg);
  }
  
  .procedure .sec01 .list li .icon {
    width: 125px;
    margin: 0 auto 25px;
  }
  
  .procedure .sec01 .list li .tit i {
    width: 22px;
    height: 22px;
  }
  
  .procedure .sec01 .list li .tit p {
    font-size: 2.2rem;
  }
  
  .procedure .sec01 .list li .txt {
    font-size: 2rem;
  } 
  
}

@media(max-width:1024px) {
  .procedure .sec01 .sec-tit {
    margin-bottom: 55px;
  }
  
  .procedure .sec01 .list {
    gap: 20px 0;
  }
  
  .procedure .sec01 .list li .box {
    min-height: 346px;
    padding: 25px 15px 20px;
    border-width: 8px;
  }
  
  .procedure .sec01 .list li .tag {
    top: -25px;
    left: -8px;
    padding: 0 18px;
    height: 40px;
    font-size: 1.8rem;
  }
  
  .procedure .sec01 .list li .tag span {
    padding-left: 4px;
  }
  
  .procedure .sec01 .list li .arrow {
    width: 38px;
  }
  
  .procedure .sec01 .list li.item03 .arrow {
    transform: translate(-50%, 72%) rotate(90deg);
  }
  
  .procedure .sec01 .list li .icon {
    width: 105px;
    margin: 0 auto 20px;
  }
  
  .procedure .sec01 .list li .tit {
    margin-bottom: 10px;
  }
  
  .procedure .sec01 .list li .tit i {
    width: 20px;
    height: 20px;
  }
  
  .procedure .sec01 .list li .tit p {
    padding-left: 10px;
    font-size: 2rem;
  }
  
  .procedure .sec01 .list li .txt {
    font-size: 1.8rem;
  } 
}

@media(max-width:890px) {
  .procedure .sec01 .list li {
    width: calc(50% - 1px);
  }
  
  .procedure .sec01 .list li.item02 {
    transition-delay: .1s;
    z-index: 5;
  }

  .procedure .sec01 .list li.item03 {
    transition-delay: .2s;
    z-index: 4;
    order: 3;
  }

  .procedure .sec01 .list li.item04 {
    z-index: 3;
    order: 2;
    transition-delay: .3s;
  }

  .procedure .sec01 .list li.item05 {
    z-index: 2;
    order: 4;
    transition-delay: .4s;
  }

  .procedure .sec01 .list li.item06 {
    z-index: 1;
    order: 5;
    transition-delay: .5s;
  }
  
  .procedure .sec01 .list li.item02 .arrow {
    top: auto;
    bottom: 0;
    right: 0;
    left: 50%;
    transform: translate(-50%, 72%) rotate(90deg);
  }
  
  .procedure .sec01 .list li.item03 .arrow {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translate(-100%, -50%) rotate(180deg);
  }
  
  .procedure .sec01 .list li.item04 .arrow {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, 72%) rotate(90deg);
  }

  .procedure .sec01 .list li.item05 .arrow {
    top: 50%;
    bottom: auto;
    right: 0;
    left: auto;
    transform: translate(100%, -50%) rotate(0);
  }
}

@media(max-width:768px) {
  .procedure .sec01 .sec-tit {
    margin-bottom: 45px;
  }
  
  .procedure .sec01 .list {
    gap: 20px 0;
  }
  
  .procedure .sec01 .list li .box {
    min-height: 265px;
    padding: 25px 12px 15px;
    border-width: 5px;
  }
  
  .procedure .sec01 .list li .tag {
    top: -20px;
    left: -5px;
    padding: 0 15px;
    height: 35px;
    font-size: 1.6rem;
  }
  
  .procedure .sec01 .list li .arrow {
    width: 30px;
  }
  
  .procedure .sec01 .list li.item04 .arrow {
    transform: translate(-50%, 72.3%) rotate(90deg);  
  }

  .procedure .sec01 .list li .icon {
    width: 85px;
    margin: 0 auto 18px;
  }
  
  .procedure .sec01 .list li .tit i {
    width: 18px;
    height: 18px;
  }
  
  .procedure .sec01 .list li .tit p {
    padding-left: 8px;
    font-size: 1.8rem;
  }
  
  .procedure .sec01 .list li .txt {
    font-size: 1.6rem;
  } 
  
  .procedure .sec01 .list li.item02 {
    transition-delay: .15s;
  }

  .procedure .sec01 .list li.item03 {
    transition-delay: .3s;
  }

  .procedure .sec01 .list li.item04 {
    transition-delay: .45s;
  }

  .procedure .sec01 .list li.item05 {
    transition-delay: .6s;
  }

  .procedure .sec01 .list li.item06 {
    transition-delay: .75s;
  }
}

@media(max-width:500px) {
  .procedure .sec01 .sec-tit {
    margin-bottom: 40px;
  }
  
  .procedure .sec01 .list {
    gap: 12px 0;
  }
  
  .procedure .sec01 .list li {
    width: 100%;
    margin: 0 auto;
  }
  
  .procedure .sec01 .list.aos-animate li {
    transform: scale(0.9);
    opacity: 0;
  }
  
  .procedure .sec01 .list li.item {
    order: 1;
    transition-delay: 0s;
  }
  
  .procedure .sec01 .list li.item.aos-animate {
    transform: scale(1);
    opacity: 1;
  }
  
  .procedure .sec01 .list li .box {
    min-height: auto;
  }
  
  .procedure .sec01 .list li .tag {
    top: -12px;
    padding: 0 15px;
    height: 30px;
    font-size: 1.5rem;
  }
  
  .procedure .sec01 .list li .arrow {
    width: 26px;
  }
  
  .procedure .sec01 .list li.item .arrow {
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    transform: translate(-50%, 72.3%) rotate(90deg);  
  }
  
  .procedure .sec01 .list li.item:nth-child(1) .arrow {
    transform: translate(-50%, 71.5%) rotate(90deg);  
  }
  .procedure .sec01 .list li.item:nth-child(2n) .arrow {
    transform: translate(-50%, 71.9%) rotate(90deg);  
  }

  .procedure .sec01 .list li .icon {
    width: 85px;
    margin: 0 auto 18px;
  }
  
  .procedure .sec01 .list li .tit i {
    width: 18px;
    height: 18px;
  }
  
  .procedure .sec01 .list li .tit p {
    padding-left: 8px;
    font-size: 1.6rem;
  }
  
  .procedure .sec01 .list li .txt {
    min-height: 37px;
    font-size: 1.5rem;
  } 
  
  .procedure .sec01 .list li .txt br {
    display: block;
  }
  
 
}
/* ---------- E: Procedure ---------- */
/* ---------- S: Vote ---------- */
.vote .sec01 .sec-tit {
  margin-bottom: 72px;
}

.vote .sec01 .vote-swiper {
  width: 100%;
  padding: 55px 0;
  border: 1px solid #16264c;
	background-color: #fcfcfc;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.vote .sec01 .swiper-slide .cont {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  gap: 0 60px;
  padding: 0 56px;
  padding-top: 24px;
}

.vote .sec01 .swiper-slide .cont .hint {
	display: block;
	position: absolute;
	top:-30px;
	left:50%;
	transform: translateX(-50%);
	text-align: center;
	font-size:1.6rem;
	font-weight: 600;
	color: #000;
	white-space: nowrap;
}

.vote .sec01 .swiper-slide .cont .img {
  position: relative;
  width: 25%;
  max-width: 274px;
  aspect-ratio: 0.484 / 1;
}

.vote .sec01 .swiper-slide .cont .img .tag {
  position: absolute;
  top: -24px;
  left: -32px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 48px;
  border-radius: 24px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.vote .sec01 .swiper-slide .cont .img .tag span {
  font-weight: 800;
}

.vote .sec01 .swiper-slide .cont .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vote .sec01  .txt {
  width: 100%;
  padding: 25px 10px 26px;
  margin-top: 40px;
  border-radius: 40px;
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.vote .sec01  .txt p {
  width: 100%;
}

.vote .sec01 .txt span {
  color: #f05484;
}

.vote .sec01 .swiper-slide .step {
  font-size: 2.2rem;
  font-weight: 700;
  color: #f05484;
  text-align: center;
  letter-spacing: -0.02em;
}

.vote .sec01 .swiper-slide .step span {
  font-weight: 800;
}

.vote .sec01 .swiper-slide .stepTxt {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: #969696;
}

.vote .sec01 .swiper-slide.swiper-slide-active .stepTxt {
  font-weight: 700;
  color: #fff;
}

.vote .sec01 .vote-pagination {
  position: relative;
  display: flex;
  align-items: start;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  border-bottom: none;
}

.vote .sec01 .vote-pagination::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
  height: auto;
  padding: 27px 5px;
  background-color: transparent;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 1;
  border: 1px solid #dadada;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-child(1) {
  border-right: none;
  border-top-right-radius: 0;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-child(2),
.vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-child(3) {
  border-color: transparent;
  border-bottom: 1px solid #dadada;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-child(4) {
  border-left: none;
  border-top-left-radius: 0;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet-active {
  border-color: #16264c;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet-active:nth-child(1) {
  border-top-right-radius: 20px;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet-active:nth-child(2),
.vote .sec01 .vote-pagination .swiper-pagination-bullet-active:nth-child(3) {
  border-bottom: 1px solid #16264c;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet-active:nth-child(4) {
  border-top-left-radius: 20px;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/procedure/vote/pagination_arrow.png');
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-of-type(4)::before {
  display: none;
} 

.vote .sec01 .vote-pagination .swiper-pagination-bullet .number {
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #f05484;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet .number span {
  font-weight: 800;
  margin-left: 5px;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet-active {
  background-color: #16264c;
  border-bottom: 1px solid #16264c;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet .pageTxt::after {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: #969696;
  white-space: pre;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .pageTxt::after {
  color: #fff;
  font-weight: 700;
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-of-type(1) .pageTxt::after {
  content: "알림톡 또는 문자로 \A투표주소를 받는다";
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-of-type(2) .pageTxt::after {
  content: "본인인증 번호를 \A입력한다";
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-of-type(3) .pageTxt::after {
  content: "후보자 또는 안건 \A선택 후 투표를 누른다";
}

.vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-of-type(4) .pageTxt::after {
  content: "투표를 완료한다";
}

@media(max-width: 1200px) {
  .vote .sec01 .sec-tit {
    margin-bottom: 45px;
  }
  
  .vote .sec01 .vote-swiper {
    padding: 45px 0;
  }
  
  .vote .sec01 .swiper-slide .cont {
    gap: 0 20px;
    padding: 0 45px;
    padding-top: 20px;
  }

	.vote .sec01 .swiper-slide .cont .hint {
		font-size:1.4rem;
	}
	
  .vote .sec01 .swiper-slide .cont .img .tag {
    top: -20px;
    left: -28px;
    width: 130px;
    height: 45px;
    font-size: 2rem;
  }
  
  .vote .sec01  .txt {
    padding: 20px 10px;
    margin-top: 35px;
    border-radius: 38px;
    font-size: 2.4rem;
  }
  
  .vote .sec01 .swiper-slide .step {
    font-size: 2rem;
  }
  
  .vote .sec01 .swiper-slide .stepTxt {
    font-size: 1.8rem;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet {
    padding: 25px 5px;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet::before {
    width: 35px;
    height: 35px;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet .number {
    font-size: 2rem;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet .pageTxt::after {
    min-height: 51px;
    font-size: 2rem;
  }
}

@media(max-width: 1024px) {
  .vote .sec01 .sec-tit {
    margin-bottom: 40px;
  }
  
  .vote .sec01 .vote-swiper {
    padding: 35px 0;
  }
  
  .vote .sec01 .swiper-slide .cont {
    gap: 0 15px;
    padding: 0 35px;
    padding-top: 18px;
  }

	.vote .sec01 .swiper-slide .cont .hint {
		top:-26px;
		font-size:1.3rem;
	}
  
  .vote .sec01 .swiper-slide .cont .img .tag {
    top: -18px;
    left: -25px;
    width: 115px;
    height: 40px;
    font-size: 1.8rem;
  }
  
  .vote .sec01  .txt {
    padding: 18px 10px;
    margin-top: 30px;
    border-radius: 36px;
    font-size: 2.2rem;
  }
  
  .vote .sec01 .swiper-slide .step {
    font-size: 1.8rem;
  }
  
  .vote .sec01 .swiper-slide .stepTxt {
    font-size: 1.8rem;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet {
    padding: 20px 5px;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet::before {
    width: 30px;
    height: 30px;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet .number {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet .pageTxt::after {
    min-height: 45px;
    font-size: 1.8rem;
  }
  
}

@media(max-width: 768px) {
  .vote .sec01 .sec-tit {
    margin-bottom: 35px;
  }
  
  .vote .sec01 .vote-swiper {
    padding: 30px 0;
  }
  
  .vote .sec01 .swiper-slide .cont {
    gap: 0 10px;
    padding: 0 25px;
    padding-top: 15px;
  }

	.vote .sec01 .swiper-slide .cont .hint {
		top: -22px;
		font-size: 1.2rem;
	}

  .vote .sec01 .swiper-slide .cont .img .tag {
    top: -15px;
    left: -20px;
    width: 100px;
    height: 35px;
    font-size: 1.6rem;
  }
  
  .vote .sec01  .txt {
    padding: 15px 5px;
    margin-top: 25px;
    border-radius: 34px;
    font-size: 2rem;
  }
  
  .vote .sec01 .swiper-slide .step {
    font-size: 1.6rem;
  }
  
  .vote .sec01 .swiper-slide .stepTxt {
    font-size: 1.6rem;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet {
    padding: 18px 5px;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet::before {
    width: 25px;
    height: 25px;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet .number {
    font-size: 1.6rem;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet .pageTxt::after {
    min-height: 40px;
    font-size: 1.6rem;
  }
}

@media(max-width: 500px) {
  .vote .sec01 .sec-tit {
    margin-bottom: 30px;
  }
  
  .vote .sec01 .vote-swiper {
    padding: 30px 0 25px;
  }
  
  .vote .sec01 .swiper-slide .cont {
    flex-wrap: wrap;
    align-items: center;
    aspect-ratio: 0.5114 / 1;
    gap: 10px 8px;
    padding: 0 10px;
  }

	.vote .sec01 .swiper-slide .cont01 {
		padding-top:30px;
	}

	.vote .sec01 .swiper-slide .cont .hint {
		top: -22px;
		width:270px;
		font-size: 1.1rem;
		line-height:1.3;
		white-space: wrap;
	}
  
  .vote .sec01 .swiper-slide .cont .img {
    width: calc(50% - 4px);
		/* width: 85%; */
  }
  
  .vote .sec01 .swiper-slide .cont01 .img, 
  .vote .sec01 .swiper-slide .cont04 .img {
    /* width: 85%; */
  }

  .vote .sec01 .swiper-slide .cont .img .tag {
    left: -5px;
    width: 85px;
    height: 28px;
    font-size: 1.5rem;
  }
  
  .vote .sec01  .txt {
    margin-top: 20px;
    border-radius: 32px;
    font-size: 1.8rem;
  }
  
  .vote .sec01 .swiper-slide .step {
    font-size: 1.5rem;
  }
  
  .vote .sec01 .swiper-slide .stepTxt {
    font-size: 1.5rem;
  }
  
  .vote .sec01 .vote-pagination {
    flex-direction: column;
    align-items: start;
    border: 1px solid #dadada;
    border-bottom: none;
  }
  
  .vote .sec01 .vote-pagination::after {
    display: none;
  }

  .vote .sec01 .vote-pagination .swiper-pagination-bullet {
    width: 100%;
    padding: 15px 5px;
    border-radius: 20px;
    border: none;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-child(2),
  .vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-child(3) {
    border-color: transparent;
    border-bottom: 1px solid transparent;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-child(1),
  .vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-child(2),
  .vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-child(3),
  .vote .sec01 .vote-pagination .swiper-pagination-bullet:nth-child(4) {
    border: none;
  }

  .vote .sec01 .vote-pagination .swiper-pagination-bullet::before {
    top: 100%;
    right: 50%;
    transform: translate(50%, -50%) rotate(90deg);
    width: 20px;
    height: 20px;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet .number {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  
  .vote .sec01 .vote-pagination .swiper-pagination-bullet .pageTxt::after {
    min-height: 40px;
    font-size: 1.5rem;
  }
}
/* ---------- E: Vote ---------- */
/* ---------- E: Price ---------- */
.price .sec01 {
  padding-top: 77px;
}

.price .sec-tit {
  margin-bottom: 52px;
}

.price .box {
  width: 100%;
  padding: 62px 63px 63px;
  border: 1px solid #16264c;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.price .box .info {
  margin-bottom: 64px;
  border-radius: 10px;
  overflow: hidden;
}

.price .box .info > .txt {
  display: none;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
}

.price .box .table {
  position: relative;
  z-index: 1;
  border: 1px solid #16264c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.price .box .table table {
  border-collapse: collapse;
  width: 100%;
}

.price .box .table tr {
  border-bottom: 1px solid #eee;
}

.price .box .table tr:last-of-type {
  border-bottom: none;
}

.price .box .table th {
  width: 16.666%;
  padding: 25px 5px 26px;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: #16264c;
}

.price .box .table td {
  width: 16.666%;
  padding: 25px 5px 26px;
  font-size: 2.6rem;
  letter-spacing: -0.02em;
  text-align: center;
  font-weight: 700;
  color: #16264c;
  border-right: 1px solid #eee;
  background-color: #fff;
}

.price .box .table td:last-of-type {
  border-right: none;
}

.price .box .table td br {
  display: none;
}

.price .box .table td span {
  font-weight: 500;
}

.price .box .txtBox {
  width: 100%;
  padding: 39px 40px;
  background-color: #43506f;
}

.price .box .txtBox .tit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.price .box .txtBox .tit i {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/price/sec01_icon01.png');
}

.price .box .txtBox p {
  margin-bottom: 32px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
}

.price .box .txtBox p:last-of-type {
  margin-bottom: 0;
}

.price .box .txtBox p span {
  font-weight: 700;
}

.price .box .form-table {
  border: 1px solid #16264c;
  border-radius: 10px;
  overflow: hidden;
}

.price .box .form-table .row {
  display: flex;
  align-items: start;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #eee;
}

.price .box .form-table .row:last-of-type {
  border-bottom: none;
}

.price .box .form-table .row .th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}

.price .box .form-table .row .td {
  position: relative;
  width: 50%;
  height: 100%;
}

.price .box .form-table .row .td.td-flex {
  display: flex;
}
.price .box .form-table .row.row-price .td {
  background-color: #d8e1f5;
}

.price .box .form-table .row .td input,
.price .box .form-table .row .td select {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  text-align: center;
  text-align:-moz-center;
  text-align:-webkit-center;
  text-align-last: center;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.price .box .form-table .row .td select {
  font-weight: 700;
  color: #16264c;
  background-position: left 65% center;
  background-repeat: no-repeat;
  background-size: 32px 18px;
  background-image: url('/child/img/sub/price/select_arrow.png');
  cursor: pointer;
}

.price .box .form-table .totalPrice,
.price .box .form-table .price-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  color: #16264c;
  letter-spacing: -0.02em;
}

.price .box .form-table .row-price.active .price-txt{
  display: none;
}

.price .box .form-table .row-price.on .price-txt {
  display: flex;
}

.price .box .form-table .row-price.active .totalPrice {
  display: flex;
}

.price .box .form-table .row-price.on .totalPrice {
  display: none;
}

.price .box .form-table .totalPrice span {
  font-weight: 800;
}

.price .box .form-table .price-txt {
  color: #ff2828;
}

.price .box .buttonWrap {
  margin: 40px auto 0;
  width: 280px;
  height: 56px;
}

.price .box .calculateButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
}

@media(max-width:1200px) {
  .price .sec01 {
    padding-top: 70px;
  }

  .price .sec-tit {
    margin-bottom: 45px;
  }
  
  .price .box {
    padding: 50px 55px;
  }

  .price .box .info {
    margin-bottom: 55px;
  }
  
  .price .box .info > .txt {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }

  .price .box .table th {
    padding: 20px 5px;
    font-size: 2.4rem;
  }

  .price .box .table td {
    padding: 20px 5px;
    font-size: 2.4rem;
  }

  .price .box .txtBox {
    padding: 35px;
  }

  .price .box .txtBox .tit {
    margin-bottom: 18px;
    font-size: 2.4rem;
  }

  .price .box .txtBox .tit i {
    width: 30px;
    height: 30px;
    margin-right: 18px;
  }

  .price .box .txtBox p {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.2;
  }
  
  .price .box .form-table .row {
    height: 70px;
  }
  
  .price .box .form-table .row .th {
    font-size: 2.4rem;
  }
  
  .price .box .form-table .row .td input,
  .price .box .form-table .row .td select {
    font-size: 2.4rem;
  }
  
  .price .box .form-table .row .td select {
    background-position: left 65% center;
    background-size: 28px 16px;
  }
  
  .price .box .form-table .totalPrice,
  .price .box .form-table .price-txt {
    font-size: 2.4rem;
  }
  
  .price .box .buttonWrap {
    margin: 35px auto 0;
    width: 260px;
    height: 45px;
  }
  
  .price .box .calculateButton {
    font-size: 2rem;
  }
}

@media(max-width:1024px) {
  .price .sec01 {
    padding-top: 60px;
  }
  
  .price .sec-tit {
    margin-bottom: 40px;
  }
  
  .price .box {
    padding: 45px;
    border-radius: 18px;
  }
  
  .price .box .info {
    margin-bottom: 45px;
  }
  
  .price .box .info > .txt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .price .box .table th,
  .price .box .table td {
    padding: 18px 5px;
    font-size: 2.2rem;
  }
  
  .price .box .table td br {
    display: block;
  }

  .price .box .txtBox {
    padding: 30px;
  }

  .price .box .txtBox .tit {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }

  .price .box .txtBox .tit i {
    width: 28px;
    height: 28px;
    margin-right: 15px;
  }

  .price .box .txtBox p {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }

  .price .box .form-table {
    border-radius: 8px;
  }
  
  .price .box .form-table .row {
    height: 60px;
  }
  
  .price .box .form-table .row .th {
    font-size: 2.2rem;
  }
  
  .price .box .form-table .row .td input,
  .price .box .form-table .row .td select {
    font-size: 2rem;
  }
  
  .price .box .form-table .row .td select {
    background-position: left 65% center;
    background-size: 25px 14px;
  }
  
  .price .box .form-table .totalPrice,
  .price .box .form-table .price-txt {
    font-size: 2.2rem;
  }
  
  .price .box .buttonWrap {
    margin: 30px auto 0;
    width: 240px;
    height: 40px;
  }
  
  .price .box .calculateButton {
    font-size: 1.8rem;
  }
}

@media(max-width:768px) {
  .price .sec01 {
    padding-top: 50px;
  }
  
  .price .sec-tit {
    margin-bottom: 35px;
  }
  
  .price .box {
    padding: 35px;
    border-radius: 16px;
  }
  
  .price .box .info {
    margin-bottom: 40px;
  }
    
  .price .box .info > .txt {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }

  .price .box .table th,
  .price .box .table td {
    padding: 15px 5px;
    font-size: 2rem;
  }
  
  .price .box .txtBox {
    padding: 25px;
  }

  .price .box .txtBox .tit {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .price .box .txtBox .tit i {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .price .box .txtBox p {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  
  .price .box .form-table {
    border-radius: 6px;
  }
  
  .price .box .form-table .row {
    height: 50px;
  }
  
  .price .box .form-table .row .th {
    width: 35%;
    font-size: 2rem;
  }
  
  .price .box .form-table .row .td {
    width: 65%;
  }
  
  .price .box .form-table .row .td input,
  .price .box .form-table .row .td select {
    font-size: 1.6rem;
  }
  
  .price .box .form-table .row .td select {
    background-position: left 70% center;
    background-size: 21px 12px;
  }
  
  .price .box .form-table .totalPrice,
  .price .box .form-table .price-txt {
    font-size: 2rem;
  }
  
  .price .box .buttonWrap {
    margin: 25px auto 0;
    width: 220px;
    height: 35px;
  }
  
  .price .box .calculateButton {
    font-size: 1.6rem;
  }
}

@media(max-width:650px) {
  .price .box .info > .txt {
    display: block;
    margin-bottom: 8px;
  }

  .price .box .table {
    overflow: auto;
  }
  
  .price .box .table table {
    position: relative;
    width: 850px;
  }

  .price .box .table table th {
    position: sticky;
    left: 0;
    top: 0;
  }
}

@media(max-width:500px) {
  .price .sec01 {
    padding-top: 45px;
  }
  
  .price .sec-tit {
    margin-bottom: 30px;
  }
  
  .price .box {
    padding: 25px 15px;
  }

  .price .box .info {
    margin-bottom: 35px;
  }
  
  .price .box .info > .txt {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }

  .price .box .table table {
    width: 750px;
  }
  
  .price .box .table th,
  .price .box .table td {
    padding: 15px 5px;
    font-size: 1.8rem;
  }

  .price .box .txtBox {
    padding: 20px;
  }

  .price .box .txtBox .tit {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  .price .box .txtBox .tit i {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .price .box .txtBox p {
    margin-bottom: 18px;
    font-size: 1.5rem;
  }
  
  .price .box .form-table .row {
    flex-direction: column;
    align-items: start;
    height: auto;
  }
  
  .price .box .form-table .row .th {
    width: 100%;
    height: 35px;
    font-size: 1.8rem;
  }
  
  .price .box .form-table .row .td {
    width: 100%;
    height: 40px;
  }
  
  .price .box .form-table .row .td input,
  .price .box .form-table .row .td select {
    font-size: 1.4rem;
  }
  
  .price .box .form-table .row .td select {
    background-position: left 70% center;
    background-size: 18px 10px;
  }
  
  .price .box .form-table .totalPrice,
  .price .box .form-table .price-txt {
    font-size: 1.8rem;
  }
  
  .price .box .buttonWrap {
    margin: 20px auto 0;
    width: 200px;
  }
  
  .price .box .calculateButton {
    font-size: 1.5rem;
  }
}
/* ---------- S: Price ---------- */
/* ---------- S: Security ---------- */
.security .sec01 {
  padding-top: 77px;
}

.security .sec01 .sec-tit {
  margin-bottom: 52px;
}

.security .sec01 .item {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.security .sec01 .item:last-of-type {
  margin-bottom: 0;
}

.security .sec01 .item.even {
  flex-direction: row-reverse;
}

.security .sec01 .item .lt {
  position: relative;
  max-width: 640px;
  width: 50%;
  aspect-ratio: 1.6 / 1;
}

.security .sec01 .item .lt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.security .sec01 .item .rt {
  max-width: 640px;
  width: 50%;
  padding: 0 15px;
  padding-left: 80px;
}

.security .sec01 .item.even .rt {
  padding-left: 0;
}

.security .sec01 .item .rt .tit {
  margin-bottom: 32px;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #16264c;
}

.security .sec01 .item .rt .tit span {
  display: block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.security .sec01 .item .rt .txt {
  margin-bottom: 24px;
}

.security .sec01 .item .rt .txt:last-of-type {
  margin-bottom: 0;
}

.security .sec01 .item .rt .txt p {
  margin-bottom: 10px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: all .4s ease-out;
  transition-delay: .15s;
}

.security .sec01 .item.aos-animate .rt .txt p {
  color: #f05484;
}

.security .sec01 .item .rt .txt span {
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding-left: 11px;
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
  font-weight: 500;
}

.security .sec01 .item .rt .txt span:last-of-type {
  margin-bottom: 0;
}

.security .sec01 .item .rt .txt span::after {
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 800;
  color: #f05484;
}


@media(max-width:1200px) {
  .security .sec01 {
    padding-top: 70px;
  }
  
  .security .sec01 .sec-tit {
    margin-bottom: 45px;
  }
  
  .security .sec01 .item {
    margin-bottom: 70px;
  }
  
  .security .sec01 .item .rt {
    padding-left: 70px;
  }
  
  .security .sec01 .item .rt .tit {
    margin-bottom: 30px;
    font-size: 3.4rem;
  }
  
  .security .sec01 .item .rt .txt {
    margin-bottom: 20px;
  }
  
  .security .sec01 .item .rt .txt p {
    font-size: 2.4rem;
  }
  
  .security .sec01 .item .rt .txt span {
    font-size: 2rem;
  }
}

@media(max-width:1024px) {
  .security .sec01 {
    padding-top: 60px;
  }
  
  .security .sec01 .sec-tit {
    margin-bottom: 40px;
  }
  
  .security .sec01 .item {
    margin-bottom: 60px;
  }
  
  .security .sec01 .item .rt {
    padding-left: 60px;
  }
  
  .security .sec01 .item .rt .tit {
    margin-bottom: 25px;
    font-size: 3rem;
  }
  
  .security .sec01 .item .rt .txt {
    margin-bottom: 15px;
  }
  
  .security .sec01 .item .rt .txt br {
    display: none;
  }
  
  .security .sec01 .item .rt .txt p {
    margin-bottom: 8px;
    font-size: 2.2rem;
  }
  
  .security .sec01 .item .rt .txt span {
    margin-bottom: 6px;
    padding-left: 8px;
    font-size: 1.8rem;
  }
}

@media(max-width:768px) {
  .security .sec01 {
    padding-top: 50px;
  }
  
  .security .sec01 .sec-tit {
    margin-bottom: 35px;
  }
  
  .security .sec01 .item {
    flex-direction: column;
    align-items: start;
    gap: 20px 0;
    margin-bottom: 50px;
  }
  
  .security .sec01 .item .lt {
    max-width: 100%;
    width: 100%;
  }
  
  .security .sec01 .item.even {
    flex-direction: column;
  }
  
  .security .sec01 .item.even .rt,
  .security .sec01 .item .rt {
    padding: 0;
    width: 100%;
  }
  
  .security .sec01 .item .rt .tit {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
  
  .security .sec01 .item .rt .txt {
    margin-bottom: 12px;
  }
  
  .security .sec01 .item .rt .txt p {
    margin-bottom: 8px;
    font-size: 2rem;
  }
  
  .security .sec01 .item .rt .txt span {
    padding-left: 8px;
    font-size: 1.6rem;
  }
  
  .security .sec01 .item .rt .txt br.mo {
    display: block;
  }
  
}

@media(max-width:500px) {
  .security .sec01 {
    padding-top: 45px;
  }
  
  .security .sec01 .sec-tit {
    margin-bottom: 30px;
  }
  
  .security .sec01 .item {
    gap: 15px 0;
    margin-bottom: 40px;
  }
  
  .security .sec01 .item .rt .tit {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  
  .security .sec01 .item .rt .txt {
    margin-bottom: 10px;
  }
  
  .security .sec01 .item .rt .txt p {
    font-size: 1.8rem;
  }
  
  .security .sec01 .item .rt .txt span {
    font-size: 1.5rem;
  }
}
/* ---------- E: Security ---------- */
/* ---------- S: Inquiry ---------- */
.inquiry .sec01 {
  padding-top: 77px;
}

.inquiry .heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 51px;
}

.inquiry .heading .txt {
  padding-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f05484;
}

.inquiry .sec-tit {
  margin-bottom: 0;
}

.inquiry .form-table {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}

.inquiry .form-area .row {
  display: flex;
  align-items: start;
  width: calc(50% - 20px);
  margin-bottom: 24px;
}

.inquiry .form-area .row:last-of-type {
  margin-bottom: 0;
}

.inquiry .form-area .row.row-100 {
  width: 100%;
}

.inquiry .form-area .row.row-vote {
  padding: 13px 0;
}

.inquiry .form-area .th {
  width: 200px;
  padding-top: 13px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.inquiry .form-area .agree .th {
  width: 100%;
  padding-top: 0
}

.inquiry .form-area .row-vote .th {
  padding-top: 0;
}

.inquiry .form-area .row-vote .td {
  padding-top: 3px;
}

.inquiry .form-area .th span {
  color: #ff0000;
}

.inquiry .form-area .td {
  width: calc(100% - 200px);
}

.inquiry .form-area .agree .td {
  width: 100%;
}

.inquiry .form-area .td input[type="text"],
.inquiry .form-area .td .cont,
.inquiry .form-area .td textarea {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.inquiry .form-area .td textarea {
  resize: none;
  height: 248px;
  padding: 18px 20px;
}

.inquiry .form-area .td .cont {
  height: 200px;
  padding: 18px 20px;
  overflow: auto;
}

.inquiry .form-area .td label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  margin-right: 65px;
}

.inquiry .form-area .td label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.inquiry .form-area .td label i {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/inquiry/check.png');
}

.inquiry .form-area .td label input:checked ~ i {
  background-image: url('/child/img/sub/inquiry/checked.png');
}

.inquiry .form-area .td label p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.inquiry .form-area .agree {
  margin-top: 35px;
  padding-top: 38px;
  border-top: 1px solid #16264c;
}

.inquiry .form-area .agree .th {
  margin-bottom: 21px;
}

.inquiry .form-area .agree .agreeLabel {
  margin-top: 22px;
}

.inquiry .form-area .buttonWrap {
  width: 280px;
  height: 56px;
  margin: 35px auto 0;
}

.inquiry .form-area .submitButton {
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

@media(max-width:1200px) {
  .inquiry .sec01 {
    padding-top: 70px;
  }
  
  .inquiry .heading {
    margin-bottom: 45px;
  }
  
  .inquiry .heading .txt {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  
  .inquiry .form-table {
    gap: 0 30px;
  }
  
  .inquiry .form-area .row {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  
  .inquiry .form-area .row.row-vote {
    padding: 10px 0;
  }
  
  .inquiry .form-area .th {
    width: 180px;
    padding-top: 10px;
    font-size: 2.4rem;
  }
  
  .inquiry .form-area .td {
    width: calc(100% - 180px);
  }
  
  .inquiry .form-area .td input[type="text"],
  .inquiry .form-area .td .cont,
  .inquiry .form-area .td textarea {
    height: 45px;
    padding: 0 18px;
    font-size: 1.8rem;
  }
  
  .inquiry .form-area .td textarea {
    height: 230px;
    padding: 15px 18px;
  }
  
  .inquiry .form-area .td .cont {
    height: 180px;
    padding: 15px 18px;
  }
  
  .inquiry .form-area .td label {
    gap: 0 10px;
    margin-right: 55px;
  }
  
  .inquiry .form-area .td label i {
    width: 20px;
    height: 20px;
  }
  
  .inquiry .form-area .td label p {
    font-size: 1.8rem;
  }
  
  .inquiry .form-area .agree {
    margin-top: 30px;
    padding-top: 30px;
  }
  
  .inquiry .form-area .agree .th {
    margin-bottom: 18px;
  }
  
  .inquiry .form-area .agree .agreeLabel {
    margin-top: 20px;
  }
  
  .inquiry .form-area .buttonWrap {
    width: 260px;
    height: 45px;
    margin: 30px auto 0;
  }
  
  .inquiry .form-area .submitButton {
    font-size: 2rem;
  }
}

@media(max-width:1024px) {
  .inquiry .sec01 {
    padding-top: 60px;
  }
  
  .inquiry .heading {
    margin-bottom: 40px;
  }
  
  .inquiry .heading .txt {
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
  
  .inquiry .form-table {
    gap: 0;
  }
  
  .inquiry .form-area .row {
    width: 100%;
    margin-bottom: 18px;
  }
  
  .inquiry .form-area .th {
    width: 170px;
    padding-top: 0;
    font-size: 2.2rem;
  }
  
  .inquiry .form-area .td {
    width: calc(100% - 170px);
  }
  
  .inquiry .form-area .td input[type="text"],
  .inquiry .form-area .td .cont,
  .inquiry .form-area .td textarea {
    height: 40px;
    padding: 0 15px;
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .td textarea {
    height: 210px;
    padding: 13px 15px;
  }
  
  .inquiry .form-area .td .cont {
    height: 160px;
    padding: 13px 15px;
  }
  
  .inquiry .form-area .td label {
    margin-right: 45px;
  }

  .inquiry .form-area .td label p {
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .agree {
    margin-top: 25px;
    padding-top: 25px;
  }
  
  .inquiry .form-area .agree .th {
    margin-bottom: 15px;
  }
  
  .inquiry .form-area .agree .agreeLabel {
    margin-top: 15px;
  }
  
  .inquiry .form-area .buttonWrap {
    width: 240px;
    height: 40px;
    margin: 25px auto 0;
  }
  
  .inquiry .form-area .submitButton {
    font-size: 2rem;
  }
}

@media(max-width:768px) {
  .inquiry .sec01 {
    padding-top: 50px;
  }
  
  .inquiry .heading {
    flex-direction: column;
    align-items: start;
    gap: 15px 0;
    margin-bottom: 35px;
  }
  
  .inquiry .heading .txt {
    padding-bottom: 6px;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .row {
    margin-bottom: 15px;
  }
  
  .inquiry .form-area .row.row-vote {
    padding: 8px 0;
  }
  
  .inquiry .form-area .th {
    width: 160px;
    font-size: 2rem;
  }
  
  .inquiry .form-area .td {
    width: calc(100% - 160px);
  }
  
  .inquiry .form-area .td input[type="text"],
  .inquiry .form-area .td .cont,
  .inquiry .form-area .td textarea {
    height: 35px;
    padding: 0 12px;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .td textarea {
    height: 190px;
    padding: 12px;
  }
  
  .inquiry .form-area .td .cont {
    height: 150px;
    padding: 12px;
  }
  
  .inquiry .form-area .td label {
    gap: 0 8px;
    margin-right: 35px;
  }
  
  .inquiry .form-area .td label i {
    width: 18px;
    height: 18px;
  }
  
  .inquiry .form-area .td label p {
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .agree {
    margin-top: 20px;
    padding-top: 20px;
  }
  
  .inquiry .form-area .agree .th {
    margin-bottom: 12px;
  }
  
  .inquiry .form-area .agree .agreeLabel {
    margin-top: 12px;
  }
  
  .inquiry .form-area .buttonWrap {
    width: 220px;
    height: 35px;
    margin: 20px auto 0;
  }
  
  .inquiry .form-area .submitButton {
    font-size: 1.8rem;
  }
}

@media(max-width:500px) {
  .inquiry .sec01 {
    padding-top: 45px;
  }
  
  .inquiry .heading {
    gap: 10px 0;
    margin-bottom: 30px;
  }
  
  .inquiry .heading .txt {
    padding-bottom: 4px;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .row {
    flex-direction: column;
    margin-bottom: 12px;
  }
  
  .inquiry .form-area .row.row-vote {
    padding: 6px 0;
  }
  
  .inquiry .form-area .th {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  
  .inquiry .form-area .td {
    width: 100%;
  }
  
  .inquiry .form-area .td input[type="text"],
  .inquiry .form-area .td .cont,
  .inquiry .form-area .td textarea {
    height: 30px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .td textarea {
    height: 170px;
    padding: 10px;
  }
  
  .inquiry .form-area .td .cont {
    height: 130px;
    padding: 10px;
  }
  
  .inquiry .form-area .td label {
    gap: 0 8px;
    margin-right: 25px;
  }
  
  .inquiry .form-area .td label i {
    width: 16px;
    height: 16px;
  }
  
  .inquiry .form-area .td label p {
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .agree {
    margin-top: 15px;
    padding-top: 15px;
  }
  
  .inquiry .form-area .agree .th {
    margin-bottom: 10px;
  }
  
  .inquiry .form-area .agree .agreeLabel {
    margin-top: 10px;
    align-items: start;
  }
  
  .inquiry .form-area .agree .agreeLabel p {
    width: calc(100% - 24px);
  }
  
  .inquiry .form-area .buttonWrap {
    width: 200px;
    height: 30px;
  }
  
  .inquiry .form-area .submitButton {
    font-size: 1.6rem;
  }
}
/* ---------- E: Inquiry ---------- */