@charset "UTF-8";

/* main */
#main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#main video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
#main .title-zone{
  position: absolute; 
  z-index: 1;
}
#main .title-zone img {
  width: 654px;
}
#main .title-zone h1.mobile {
  display: none;
}

/* start */
#start {
  background: url(/img/screen/img_start_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#start .width-wrap {
  display: flex;
  justify-content: center;
}
#start .width-wrap .box {
  padding: 70px 30px;
  border-radius: 30px;
  max-width: 1100px;
  width: 100%;
  text-align: center;
  position: relative;
}
#start .width-wrap .box .logo-zone{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 117px;
  margin-bottom: 28px;
  position: relative;
}
#start .width-wrap .box .logo-zone img:nth-child(1){
  width: 77px;
  animation: upDown 1.5s ease-in-out infinite;
}
#start .width-wrap .box .logo-zone img:nth-child(2){
  width: 180px;
  position: absolute;
  top: 44px;
}
#start .width-wrap .box p{
  margin-top: 20px;
}

/* sector */
#sector {
  overflow: hidden;
}
#sector .width-wrap{
  padding: var(--padding1610);
}
#sector .width-wrap > h3{
  text-align: center;
}
#sector .width-wrap .slide-wrapper{
  width: 100vw;    
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
}
#sector .width-wrap .slide-wrapper .slide-area {
  position: relative;
  display: flex;
  user-select: none;
  gap: 30px;
}
#sector .width-wrap .slide-wrapper .slide-area::before,
#sector .width-wrap .slide-wrapper .slide-area::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 29%;
  height: 100%;
  top: 0;
  z-index: 1;
}
#sector .width-wrap .slide-wrapper .slide-area::before {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50.5%);
  left: 0;
}
#sector .width-wrap .slide-wrapper .slide-area::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50.5%);
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group{
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  flex-shrink: 0;
  animation: scroll-x 60s linear infinite;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 32px;
  gap: 16px;
  border-radius: 20px;
  flex-shrink: 0;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide:nth-child(1) {
  background: #FEF6F6;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide:nth-child(2) {
  background: #F1EDEC;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide:nth-child(3) {
  background: #F6F7F8;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide:nth-child(4) {
  background: #FFF4E6;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide:nth-child(5) {
  background: #F6F7F8;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide:nth-child(6) {
  background: #fef4f5;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide:nth-child(7) {
  background: #fffae6;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide .img-zone{
  width: 80px;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide .img-zone img{
  width: 100%;
}
#sector .width-wrap .slide-wrapper .slide-area .slide-group .slide .text-zone p:nth-child(1){
  margin-bottom: 4px;
}

/* know */
#know .width-wrap{
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#know .width-wrap .title-zone p{
  margin-bottom: 16px;
}
#know .width-wrap table thead tr, 
#know .width-wrap table tbody tr{
  display: grid;
  grid-template-columns: minmax(0, 150px) repeat(2, 1fr);
  border-top: 1px solid var(--gray-100);
}
#know .width-wrap table thead tr {
  grid-auto-rows: 50px;
}
#know .width-wrap table tbody tr {
  grid-auto-rows: 100px;
}
#know .width-wrap table tbody tr:last-child {
  border-bottom: 1px solid var(--gray-100);
}
#know .width-wrap table thead tr th,
#know .width-wrap table tbody tr th,
#know .width-wrap table tbody tr td {
  padding: 10px 0;
  color: var(--secondary);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%; 
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#know .width-wrap table thead tr th {
  font-weight: 700;
}
#know .width-wrap table thead tr th:last-child {
  background: var(--po);
  color: var(--white);
}
#know .width-wrap table tbody tr td:last-child {
  background: var(--bg);
}
#know .width-wrap table tbody tr th{
  color: var(--black);
}
#know .width-wrap table tbody tr td{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#know .width-wrap .good-zone .box-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}
#know .width-wrap .good-zone .box-list .box{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.10);
}
#know .width-wrap .good-zone .box-list .box img{
  width: 32px;
}

/* kind */
#kind {
  background: var(--bg);
}
#kind .width-wrap .title-zone h3{
  margin: 16px 0 100px;
}
#kind .width-wrap .box-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 70px;
}
#kind .width-wrap .box-list .box {
  word-break: normal;
}
#kind .width-wrap .box-list .box img{
  width: 56px;
}
#kind .width-wrap .box-list .box p:nth-of-type(1){
  margin: 12px 0 4px;
}

/* reason */
#reason {
  background: url(/img/screen/img_reason_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#reason .width-wrap{
  display: flex;
  justify-content: space-between;
}
#reason .width-wrap .left-area{
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 180px;
  height: 50%;
}
#reason .width-wrap .right-area{
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 300px;
  gap: 40px;
}
#reason .width-wrap .right-area .box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  width: 450px;
  padding: 28px;
  text-align: center;
  border-radius: 30px;
  position: relative;
}

/* special */
#special {
  overflow: hidden;
}
#special .width-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  text-align: center;
}
#special .width-wrap .title-zone h2:nth-child(1) {
  opacity: 0;
}
#special .width-wrap .title-zone h2:nth-child(2) {
  transform: scale(3);
  opacity: 0;
}
#special .width-wrap .title-zone p{
  margin-top: 24px;
}
#special .width-wrap .scroll-zone{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
#special .width-wrap .scroll-zone p{
  gap: 8px;
  opacity: 0.05;
}
#special .width-wrap .scroll-zone p img{
  width: 50px;
}
#special .width-wrap .certificate-zone img{
  width: 350px;
  aspect-ratio: 16 / 22.629;
}
#special .width-wrap .certificate-zone p{
  margin: 20px 0 4px;
}

/* different */
#different {
  background: var(--bg);
}
#different .width-wrap .bottom-area{
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-top: 60px;
}
#different .width-wrap .bottom-area .box-zone .title{
  display: flex;
  gap: 10px;
}
#different .width-wrap .bottom-area .box-zone .title p.num{
  width: 36px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0 0 6px;
  position: relative;
  z-index: 1; 
}
#different .width-wrap .bottom-area .box-zone .title p.num::after,
#different .width-wrap .bottom-area .box-zone .title p.num::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1; 
}
#different .width-wrap .bottom-area .box-zone .title p.num::after {
  background: rgba(10, 75, 195, 0.05);
}
#different .width-wrap .bottom-area .box-zone .title p.num::before {
  background: radial-gradient(151.92% 127.02% at 15.32% 21.04%, rgba(255, 255, 255, 0.20) 0%, rgba(110, 191, 244, 0.13) 77.08%, rgba(0, 71, 136, 0.00) 100%), var(----white, #FFF);
  box-shadow: 3.9px 3.9px 13px 0 rgba(0, 43, 153, 0.10);
  left: -6px;
  top: -6px;
}
#different .width-wrap .bottom-area .box-zone .title p:last-child {
  background: linear-gradient(270deg, #47B6FF 0%, #0A4BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#different .width-wrap .bottom-area .box-zone .tag-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 32px;
  padding-left: 52px;
}
#different .width-wrap .bottom-area .box-zone .tag-list li{
  gap: 2px;
  padding: 4px 12px;
  border-radius: 10px;
  background: var(--secondary-op-1);
}
#different .width-wrap .bottom-area .box-zone .kind-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px 20px;
}
#different .width-wrap .bottom-area .box-zone .kind-list .kind-item {
  text-align: center;
}
#different .width-wrap .bottom-area .box-zone .kind-list .kind-item .img{
  border-radius: 24px;
  overflow: hidden;
}
#different .width-wrap .bottom-area .box-zone .kind-list .kind-item .img img{
  width: 100%;
}
#different .width-wrap .bottom-area .box-zone .kind-list .kind-item p:nth-of-type(1){
  margin: 20px 0 4px;
}

/* service */
#service .width-wrap > h3,
#service .width-wrap .mo-title h3 {
  position: relative;
  color: rgba(28, 28, 28, 0.50);
  white-space: nowrap;
  width: fit-content;
  margin: 0 auto 80px;
}
#service .width-wrap .mo-title {
  margin-bottom: 48px;
}
#service .width-wrap .mo-title h3 {
  margin: 0;
}
#service .width-wrap > h3.aos-animate::before,
#service .width-wrap .mo-title h3.aos-animate::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  animation: revealText 1s forwards;
}
#service .width-wrap .mo-title h3:nth-child(2).aos-animate::before {
  animation-delay: 1s;
}
#service .width-wrap .bottom-area{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 180px;
}
#service .width-wrap .bottom-area .tab-zone{
  display: flex;
  flex-direction: column;
  gap: 12px;

  position: sticky;
  top: 100px;
  height: fit-content;
}
#service .width-wrap .bottom-area .tab-zone button.active{
  color: var(--black);
}
#service .width-wrap .bottom-area .content-list .content-zone + .content-zone{
  margin-top: 160px; 
}
#service .width-wrap .bottom-area .content-list .content-zone > p:nth-of-type(3){
  margin: 20px 0 60px;
}
#service .width-wrap .bottom-area .content-list .content-zone .box-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}
#service .width-wrap .bottom-area .content-list .content-zone .box-list .box{
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px;
  border-radius: 20px;
  background: var(--bg);
}
#service .width-wrap .bottom-area .content-list .content-zone .box-list .box p:nth-child(1) {
  width: max-content;
}
#service .width-wrap .bottom-area .content-list .content-zone .box-list .box p:nth-child(1) span{
  margin-left: 4px;
}

/* test */
#test {
  background: var(--bg);
  overflow: hidden;
}
#test .width-wrap{
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#test .width-wrap .text-zone{
  text-align: center;
}
#test .width-wrap .text-zone p:nth-of-type(1){
  margin: 0 auto;
}
#test .width-wrap .text-zone p:nth-of-type(2) span{
  position: relative;
}
#test .width-wrap .text-zone p:nth-of-type(2) span::before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background: rgba(10, 75, 195, 0.15);
}
#test .width-wrap .text-zone h2{
  margin: 16px 0 24px;
}
#test .width-wrap .grade-zone{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#test .width-wrap .grade-zone table{
  max-width: 640px;
  width: 100%;
}
#test .width-wrap .grade-zone table tbody {
  position: relative;
}
#test .width-wrap .grade-zone table tbody::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 283px;
  border: 3px solid var(----primary, #0A4BC3);
  max-width: 640px;
  box-shadow: 0 7px 11.5px 0 rgba(43, 47, 58, 0.13);
  box-sizing: border-box;
}
#test .width-wrap .grade-zone table thead tr,
#test .width-wrap .grade-zone table tbody tr {
  display: grid;
  grid-template-columns: minmax(0, 128px) repeat(2, 1fr); 
}
#test .width-wrap .grade-zone table thead tr {
  grid-auto-rows: 50px;
}
#test .width-wrap .grade-zone table tbody tr {
  grid-auto-rows: 56px;
}
#test .width-wrap .grade-zone table tbody tr + tr {
  border-top: 1px solid var(--gray-100);
}
#test .width-wrap .grade-zone table thead tr th,
#test .width-wrap .grade-zone table tbody tr td{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%; 
  letter-spacing: -0.6px;
}
#test .width-wrap .grade-zone table thead tr th {
  background: var(--po);
  color: var(--white);
}
#test .width-wrap .grade-zone table tbody tr:nth-child(n+6) td {
  color: var(--secondary);
  font-weight: 400;
} 
#test .width-wrap .manual-zone{
  display: flex;
  flex-direction: column;
  gap: 120px;
}
#test .width-wrap .manual-zone .manual p.num{
  width: 36px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0 0 6px;
  position: relative;
  z-index: 1; 
}
#test .width-wrap .manual-zone .manual p.num::after,
#test .width-wrap .manual-zone .manual p.num::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1; 
}
#test .width-wrap .manual-zone .manual p.num::after {
  background: rgba(10, 75, 195, 0.05);
}
#test .width-wrap .manual-zone .manual p.num::before {
  background: radial-gradient(151.92% 127.02% at 15.32% 21.04%, rgba(255, 255, 255, 0.20) 0%, rgba(110, 191, 244, 0.13) 77.08%, rgba(0, 71, 136, 0.00) 100%), var(----white, #FFF);
  box-shadow: 3.9px 3.9px 13px 0 rgba(0, 43, 153, 0.10);
  left: -6px;
  top: -6px;
}
#test .width-wrap .manual-zone .manual p:nth-of-type(2){
  margin-top: 10px;
}
#test .width-wrap .manual-zone .manual img:nth-of-type(1){
  margin: 10px 0 28px;
}
#test .width-wrap .manual-zone .manual img:nth-of-type(1).kakao{
  width: 167px;
}
#test .width-wrap .manual-zone .manual img:nth-of-type(1).toss{
  width: 114px;
}
#test .width-wrap .manual-zone .manual img:nth-of-type(2){
  width: 100%;
}

/* safe */
#safe .width-wrap .top-area{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 48px 80px;
  border-radius: 30px;
  background: var(--bg);
}
#safe .width-wrap .top-area img{
  width: 88px;
}
#safe .width-wrap .bottom-area{
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  margin: 160px auto 0;
}
#safe .width-wrap .bottom-area .title-zone{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#safe .width-wrap .bottom-area > img{
  width: 310px;
}

/* example */
#example {
  background: var(--bg);
}
#example .width-wrap{
  display: flex;
  justify-content: space-between;
}
#example .width-wrap .left-area {
  position: sticky;
  top: 130px;
  height: 50%;
}
#example .width-wrap .left-area > p:nth-of-type(1){
  margin-bottom: 16px;
}
#example .width-wrap .left-area > p:nth-of-type(2){
  margin: 20px 0;
}
#example .width-wrap .left-area .box{
  padding: 20px 32px;
  border-radius: 16px;
  background: var(--secondary-op-1);
}
#example .width-wrap .right-area{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#example .width-wrap .right-area .box{
  max-width: 500px;
  padding: 40px;
  border-radius: 20px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#example .width-wrap .right-area .box .label-zone{
  gap: 8px;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 10px;
}
#example .width-wrap .right-area .box:nth-child(1) .label-zone {
  background: #97735E;
}
#example .width-wrap .right-area .box:nth-child(2) .label-zone {
  background: #F68778;
}
#example .width-wrap .right-area .box:nth-child(3) .label-zone {
  background: #475780;
}
#example .width-wrap .right-area .box .label-zone img{
  width: 28px;
}
#example .width-wrap .right-area .box .text-zone li:nth-child(1) {
  padding-bottom: 24px;
}
#example .width-wrap .right-area .box:nth-child(1) .text-zone li:nth-child(1) {
  border-bottom: 1px solid rgba(224, 224, 224, 0.50);
}
#example .width-wrap .right-area .box:nth-child(2) .text-zone li:nth-child(1) {
  border-bottom: 1px solid rgba(255, 165, 136, 0.20);
}
#example .width-wrap .right-area .box:nth-child(3) .text-zone li:nth-child(1) {
  border-bottom: 1px solid rgba(224, 224, 224, 0.50);
}
#example .width-wrap .right-area .box .text-zone li:nth-child(2) {
  margin: 24px 0;
}
#example .width-wrap .right-area .box .text-zone li p:nth-child(2){
  margin-top: 8px;
}
#example .width-wrap .right-area .box .price-zone{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
#example .width-wrap .right-area .box .price-zone > p{
  gap: 8px;
}
#example .width-wrap .right-area .box .price-zone > p img{
  width: 24px;
}
#example .width-wrap .right-area .box .price-zone .total p:nth-child(2){
  gap: 8px;
  margin-top: 12px;
  width: max-content;
}
#example .width-wrap .right-area .box .price-zone .total p:nth-child(2) img{
  width: 28px;
}

/* procedure */
#procedure .width-wrap .title-zone h3{
  margin: 16px 0 60px;
}
#procedure .width-wrap .box-zone{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 360px;
  gap: 40px;
}
#procedure .width-wrap .box-zone .box{
  border-radius: 30px;
  padding: 36px;
}
#procedure .width-wrap .box-zone .box:nth-child(1){
  background: url(/img/screen/img_procedure01_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#procedure .width-wrap .box-zone .box:nth-child(2){
  background: url(/img/screen/img_procedure02_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#procedure .width-wrap .box-zone .box:nth-child(3){
  background: url(/img/screen/img_procedure03_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#procedure .width-wrap .box-zone .box:nth-child(4){
  background: url(/img/screen/img_procedure04_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#procedure .width-wrap .box-zone .box p:nth-child(1){
  margin-bottom: 12px;
}

/* certainty */
#certainty {
  background: url(/img/screen/img_certainty_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#certainty .width-wrap > p{
  margin: 8px 0 48px;
}
#certainty .width-wrap .box-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 227px;
  gap: 50px;
}
#certainty .width-wrap .box-list .box{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 36px;
  border-radius: 34px;
  position: relative;
}
#certainty .width-wrap .box-list .glass,
#certainty .width-wrap .box-list .glass::before {
  border-radius: 34px;
}
#certainty .width-wrap .box-list .box p.num{
  margin: 9px 0 14px;
}
#certainty .width-wrap .box-list .box p.label{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background: var(--po);
  border-radius: 1000px;
  line-height: normal;
}
#certainty .width-wrap .box-list .box p{
  position: relative;
  z-index: 3;
}
#certainty .width-wrap .box-list .liquid-glass-bend,
#certainty .width-wrap .box-list .liquid-glass-face,
#certainty .width-wrap .box-list .liquid-glass-edge {
  border-radius: 34px;
}

/* help */
#help {
  background: url(/img/screen/img_help_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#help .width-wrap h3{
  margin: 40px auto;
  color: var(--white-op-5);
}
#help .width-wrap h3 p {
  position: relative;
  white-space: nowrap;
  width: fit-content;
  margin: 0 auto;
}
#help .width-wrap h3.aos-animate p::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  animation: revealText 1s forwards;
}
#help .width-wrap h3.aos-animate p:nth-child(2):before {
  animation-delay: 0.85s;
}


/* inquery */
#inquery .width-wrap .title-area {
  margin-bottom: 48px;
}
#inquery .width-wrap .title-area h3 {
  margin: 16px 0;
}
#inquery .width-wrap form .input-area {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#inquery .width-wrap form .input-area label p {
  margin-bottom: 18px;
}
#inquery .width-wrap form .input-area label p.essntl {
  position: relative;
  width: fit-content;
}
#inquery .width-wrap form .input-area label p.essntl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #FF7455;
  border-radius: 1000px;
  top: 0;
  right: -7px;
}
#inquery .width-wrap form .input-area label input,
#inquery .width-wrap form .input-area label textarea {
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  padding: 12px 16px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
#inquery .width-wrap form .input-area label input::placeholder,
#inquery .width-wrap form .input-area label textarea::placeholder {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
#inquery .width-wrap form .input-area label .domain-zone {
  position: relative;
}
#inquery .width-wrap form .input-area label .domain-zone select {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
}
#inquery .width-wrap form .input-area label .domain-zone select.small {
  width: 10%;
  right: 0;
  left: auto;
}
#inquery .width-wrap form .input-area label textarea {
  height: 160px;
}
#inquery .width-wrap form label .email-zone {
  display: grid;
  grid-template-columns: 1fr 0.1fr 1fr;
}
#inquery .width-wrap form label .email-zone p.email {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#inquery .width-wrap form .text-area {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #eee;
  margin: 56px 0 24px;
}
#inquery .width-wrap form label.agree {
  gap: 8px;
  user-select: none;
  cursor: pointer;
}
#inquery .width-wrap form .btn-area {
  margin-top: 24px;
}
#inquery .width-wrap form .btn-area .btn {
  gap: 4px;
  background: linear-gradient(270deg, #47B6FF 0%, #0A4BC3 100%);
}
#inquery .width-wrap form .btn-area .btn img{
  width: 26px;
  aspect-ratio: 1 / 1;
}
/* input[name=""] */
input[name="emailDomain"] {
  background: url("/img/icon/icon_arrow_select.svg") 50% no-repeat;
  background-position-x: 98.2%;
}
input[type="checkbox"] {
  padding: 0;
  margin: 0;
  border-radius: 5px;
  border: 1.5px solid #bbb;
  width: 20px;
  height: 20px;
  appearance: none;
  transition: background-color 0.1s linear;
}
input[type="checkbox"]:checked {
  background: url("/img/icon/icon_check_agree.svg") 50% no-repeat var(--po);
  background-size: 10px;
  border: 1px solid var(--po);
}

/* platform */
#platform .width-wrap{
  padding: var(--paddingB160);
}
#platform .width-wrap .title-area h3{
  margin: 16px 0 36px;
}
#platform .width-wrap .box-area{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 370px;
  gap: 36px
}
#platform .width-wrap .box-area .box{
  padding: 20px 24px;
  border-radius: 20px;
}
#platform .width-wrap .box-area .box:nth-child(1){
  background: url(/img/screen/img_platform01_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#platform .width-wrap .box-area .box:nth-child(2){
  background: url(/img/screen/img_platform02_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#platform .width-wrap .box-area .box p:nth-child(2){
  margin: 4px 0 16px;
}

/* partner */
#partner {
  background: url(/img/screen/img_partner_bg.png) no-repeat;
  background-size: cover;
  background-position: right;
}
#partner .width-wrap{
  padding: var(--padding100);
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: end;
}
#partner .width-wrap .left-area .title-zone h3{
  margin: 16px 0 48px;
}
#partner .width-wrap .left-area .text-zone p:nth-child(2){
  margin-top: 16px;
}
#partner .width-wrap .right-area{
  max-width: 378px;
  padding: 50px 60px 36px;
  text-align: center;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  position: relative;
}
#partner .width-wrap .glass,
#partner .width-wrap .glass::before {
  border-radius: 34px;
}
#partner .width-wrap .right-area p.label{
  line-height: normal;
  border-radius: 1000px;
}
#partner .width-wrap .right-area a{
  width: max-content;
}
#partner .width-wrap .right-area p,
#partner .width-wrap .right-area a {
  position: relative;
  z-index: 3;
}
#partner .width-wrap .right-area .liquid-glass-bend,
#partner .width-wrap .right-area .liquid-glass-face,
#partner .width-wrap .right-area .liquid-glass-edge {
  border-radius: 34px;
}

/* recruit */
#recruit .width-wrap{
  padding: var(--padding100);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  text-align: center;
}
#recruit .width-wrap .title-zone p:nth-of-type(1){
  margin: 0 auto;
}
#recruit .width-wrap .title-zone h3{
  margin: 16px 0;
}
#recruit .width-wrap .computer-zone{
  position: relative;
  height: 367px;
  aspect-ratio: 673.5 / 367;
}
#recruit .width-wrap .computer-zone .box{
  position: absolute;
  top: 16.7%;
}
#recruit .width-wrap .computer-zone .box::before,
#recruit .width-wrap .computer-zone .box::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 6px 6px 10.8px 0 rgba(0, 0, 0, 0.16);
}
#recruit .width-wrap .computer-zone .box::before{
  right: -22.75px;
  bottom: -20.6px;
  z-index: -1;
}
#recruit .width-wrap .computer-zone .box::after{
  right: -43.75px;
  bottom: -36.6px;
  z-index: -2;
}
#recruit .width-wrap .computer-zone .box .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 73.5px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 6px 6px 10.8px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
#recruit .width-wrap .computer-zone .box .inner::before {
  content: "";
  position: absolute;
  top: -2px; 
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 26px; /* 원래 border-radius + border 두께 */
  background: radial-gradient(201.02% 85.96% at -11.43% -6.25%, #6E7894 0%, rgba(110, 120, 148, 0.00) 100%), radial-gradient(223.84% 110.45% at 108.28% 112.58%, #2B2F3A 0%, rgba(43, 47, 58, 0.00) 100%);
  z-index: -1;
}
#recruit .width-wrap .computer-zone .box .inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F3F3F3;
  bottom: 57px;
}
#recruit .width-wrap .computer-zone .box .inner p:nth-of-type(2){
  background: linear-gradient(270deg, #47B6FF 0%, #0A4BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 4px;
}
#recruit .width-wrap .computer-zone .box .inner p:nth-of-type(2)::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1.5px; 
  background: linear-gradient(270deg, #47B6FF 0%, #0A4BC3 100%);
}
#recruit .width-wrap .computer-zone .box .inner p:nth-of-type(2)::before{
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/img/icon/icon_cursor.png) no-repeat;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: contain;
  right: -28px;
  top: 26px;
  z-index: 1;
}
#recruit .width-wrap .computer-zone .box .inner p:nth-of-type(3){
  padding-top: 15px;
  margin-top: 15px;
  gap: 8px;
  position: relative;
}
#recruit .width-wrap .computer-zone .box .inner p:nth-of-type(3) img{
  display: none;
}
#recruit .width-wrap .computer-zone .box .inner p:nth-of-type(3).on img{
  display: inline-block;
}
#recruit .width-wrap .computer-zone > .bg-img{
  position: absolute;
  width: 100%;
  right: 0;
  z-index: -3;
}

/* infinite */
#infinite {
  background: var(--black-op-100);
}
#infinite .width-wrap{
  padding: var(--padding1610);
}
#infinite .width-wrap .title-zone p{
  margin-bottom: 16px;
}
#infinite .width-wrap .img-zone{
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  max-width: 980px;
}
#infinite .width-wrap .img-zone .img{
  position: relative;
}
#infinite .width-wrap .img-zone .img:not(:last-child)::before{
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  left: 100%;
  transform: translate(0%, -50%);
  background: linear-gradient(270deg, #47B6FF 0%, #0A4BC3 100%);
}
#infinite .width-wrap .img-zone .img img{
  width: 100%;
}
#infinite .width-wrap .text-zone{
  padding: 28px 32px;
  border-radius: 20px;
  background: rgba(110, 120, 148, 0.15);
  text-align: center;
}

/* responsive */
@media all and (max-width: 1300px) {
  /* sector */
  #sector .width-wrap .slide-wrapper .slide-area::before, 
  #sector .width-wrap .slide-wrapper .slide-area::after {
    width: 3%;
  }

  /* kind */
  #kind .width-wrap .box-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  /* service */
  #service .width-wrap > h3 {
    margin: 0 auto 48px;
  }
  #service .width-wrap .bottom-area {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  #service .width-wrap .bottom-area .tab-zone {
    display: none;
  }
  #service .width-wrap .bottom-area .content-list .content-zone + .content-zone {
    margin-top: 80px;
  }
  #service .width-wrap .bottom-area .content-list .content-zone > p:nth-of-type(1) {
    margin-bottom: 12px;
  }
  #service .width-wrap .bottom-area .content-list .content-zone > p:nth-of-type(3) {
    margin: 16px 0 24px;
  }
  #service .width-wrap .bottom-area .content-list .content-zone .box-list {
    gap: 16px;
  }

  /* example */
  #example .width-wrap .right-area .box {
    max-width: 450px;
  }

  /* partner */
  #partner .width-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  #partner .width-wrap .right-area {
    justify-self: flex-end;
  }
}
@media all and (max-width: 1020px) {
  /* main */
  #main .title-zone img {
    width: 430px;
  }

  /* reason */
  #reason {
    background: url(/img/screen/img_reason_bg_mo.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  #reason .width-wrap {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    text-align: center;
  }
  #reason .width-wrap .left-area {
    gap: 16px;
    position: static;
    height: initial;
  }
  #reason .width-wrap .right-area {
    gap: 16px;
  }

  /* service */
  #service .width-wrap .bottom-area .content-list .content-zone .box-list {
    grid-template-columns: 1fr;
  }

  /* example */
  #example {
    overflow: hidden;
  }
  #example .width-wrap {
    flex-direction: column;
    gap: 48px;
  }
  #example .width-wrap .left-area {
    position: static;
    height: initial;
  }
  #example .width-wrap .left-area .box {
    width: max-content;
    border-radius: 10px;
  }
  #example .width-wrap .right-area .box {
    max-width: initial;
    width: 100vw;
    border-radius: 0;
    background: var(--white);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  /* procedure */
  #procedure .width-wrap .title-zone h3 {
    margin: 12px 0 32px;
  }
  #procedure .width-wrap .box-zone {
    grid-auto-rows: 300px;
    gap: 16px;
  }
  #procedure .width-wrap .box-zone .box {
    padding: 28px 24px;
  }

  /* certainty */
  #certainty .width-wrap .box-list {
    gap: 16px;
  }

  /* platform */
  #platform .width-wrap .title-area h3 {
    margin: 12px 0 36px;
  }
  #platform .width-wrap .box-area {
    gap: 18px;
  }

  /* infinite */
  #infinite .width-wrap .img-zone {
    max-width: 89.555%;
    grid-template-columns: repeat(3, 1fr);
  }
  #infinite .width-wrap .img-zone .img:nth-child(3)::before {
    width: 1px;
    height: 40px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media all and (max-width: 850px) {
  /* know */
  #know .width-wrap table thead tr, 
  #know .width-wrap table tbody tr {
    grid-template-columns: minmax(0, 100px) repeat(2, 1fr);
  }
  #know .width-wrap table thead tr th, 
  #know .width-wrap table tbody tr th, 
  #know .width-wrap table tbody tr td {
    font-size: 18px;
  }
  #know .width-wrap .good-zone .box-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #know .width-wrap .good-zone .box-list .box p {
    font-size: 18px;
  }

  /* safe */
  #safe .width-wrap .top-area {
    padding: 24px 20px;
  }
  #safe .width-wrap .top-area img {
    width: 70px;
  }
  #safe .width-wrap .bottom-area {
    margin: 48px auto 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 48px;
  }
  #safe .width-wrap .bottom-area .title-zone {
    align-items: center;
  }

   /* procedure */
  #procedure .width-wrap .box-zone {
    grid-template-columns: 1fr;
  }
  #procedure .width-wrap .box-zone .box:nth-child(4) {
    background-position: bottom;
  }

  /* certainty */
  #certainty .width-wrap .box-list {
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
  }

  /* platform */
  #platform .width-wrap .box-area {
    grid-auto-rows: 300px;
  }

  /* recruit */
  #recruit .width-wrap .computer-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #recruit .width-wrap .computer-zone .box {
    width: 80.6%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #recruit .width-wrap .computer-zone .box::after {
    content: unset;
  }
  #recruit .width-wrap .computer-zone .box::before {
    right: -9.98px;
    bottom: -6.23px;
    border-radius: 12px;
  }
  #recruit .width-wrap .computer-zone .box .inner {
    padding: 12px 27.5px;
    border-radius: 12px;
  }
  #recruit .width-wrap .computer-zone .box .inner::before,
  #recruit .width-wrap .computer-zone .box .inner::after{
    border-radius: 12px;
  }
  #recruit .width-wrap .computer-zone .box .inner::before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
  #recruit .width-wrap .computer-zone .box .inner::after {
    bottom: 36px;
  }
  #recruit .width-wrap .computer-zone .box .inner p:nth-of-type(3) {
    padding-top: 8px;
    margin-top: 8px;
    gap: 4px;
  }
  #recruit .width-wrap .computer-zone .box .inner p:nth-of-type(3) img {
    width: 14px;
  }
  #recruit .width-wrap .computer-zone > .bg-img {
    width: 87.165%;
    right: initial;
  }
}
@media all and (max-width: 700px) {
  /* start */
  #start .width-wrap .box {
    padding: 50px 16px;
  }

  /* sector */
  #sector .width-wrap .slide-wrapper .slide-area .slide-group .slide {
    flex-direction: column;
    text-align: center;
  }
  #sector .width-wrap .slide-wrapper .slide-area .slide-group .slide .img-zone {
    width: 50px;
  }

  /* kind */
  #kind .width-wrap .box-list {
    grid-template-columns: 1fr;
  }

  /* different */
  #different .width-wrap .bottom-area {
    gap: 32px;
    margin-top: 32px;
  }
  #different .width-wrap .bottom-area .box-zone .tag-list {
    padding-left: 0;
  }
  #different .width-wrap .bottom-area .box-zone .kind-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 24px;
  }

  /* test */
  #test .width-wrap {
    gap: 48px;
    padding: 80px 0 0;
  }
  #test .width-wrap .grade-zone {
    margin-bottom: 32px;
  }
  #test .width-wrap .grade-zone > p {
    font-size: 15px;
  }
  #test .width-wrap .grade-zone table thead tr, 
  #test .width-wrap .grade-zone table tbody tr {
    grid-template-columns: minmax(0, 100px) repeat(2, 1fr);
  }
  #test .width-wrap .grade-zone table thead tr th, 
  #test .width-wrap .grade-zone table tbody tr td {
    font-size: 18px;
  }
  #test .width-wrap .manual-zone {
    gap: 60px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
  #test .width-wrap .manual-zone .manual img:nth-of-type(3) {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  /* help */
  #help .width-wrap h3.aos-animate p:nth-child(3)::before {
    animation-delay: 1.5s;
  }
  
  /* platform */
  #platform .width-wrap .box-area {
    grid-template-columns: 1fr;
  }
  #platform .width-wrap .box-area .box:nth-child(1),
  #platform .width-wrap .box-area .box:nth-child(2) {
    background-position: bottom;
  }
}
@media all and (max-width: 500px) {
  /* main */
  #main .title-zone img {
    width: 300px;
  }
  #main .title-zone h1.pc {
    display: none;
  }
  #main .title-zone h1.mobile {
    display: block;
  }

  /* start */
  #start {
    background: url(/img/screen/img_start_bg_mo.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #start .width-wrap {
    padding: 60px 0;
  }
  #start .width-wrap .box .logo-zone {
    height: 89px;
  }
  #start .width-wrap .box .logo-zone img:nth-child(1) {
    width: 59px;
  }
  #start .width-wrap .box .logo-zone img:nth-child(2) {
    width: 138px;
    top: 33.47px;
  }
  #start .width-wrap .box p {
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.48px;
  }

  /* sector */
  #sector .width-wrap .slide-wrapper {
    margin-top: 32px;
  }
  #sector .width-wrap .slide-wrapper .slide-area,
  #sector .width-wrap .slide-wrapper .slide-area .slide-group {
    gap: 12px;
  }
  #sector .width-wrap .slide-wrapper .slide-area .slide-group .slide {
    padding: 18px 20px;
  }
  #sector .width-wrap .slide-wrapper .slide-area .slide-group .slide .text-zone p:nth-child(1) {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
  #sector .width-wrap .slide-wrapper .slide-area .slide-group .slide .text-zone p:nth-child(2) {
    font-size: 14px;
    letter-spacing: -0.42px;
  } 

  /* know */
  #know .width-wrap .title-zone {
    margin-bottom: 12px;
  }
  #know .width-wrap {
    gap: 48px;
  }
  #know .width-wrap table thead tr, 
  #know .width-wrap table tbody tr {
    grid-template-columns: minmax(0, 61px) repeat(2, 1fr);
  }
  #know .width-wrap table tbody tr {
    grid-auto-rows: 80px;
  }
  #know .width-wrap table thead tr th, 
  #know .width-wrap table tbody tr th, 
  #know .width-wrap table tbody tr td {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
  #know .width-wrap table tbody tr td span{
    font-size: 13px;
    letter-spacing: -0.39px;
  }
  #know .width-wrap .good-zone > p{
    font-size: 22px;
    line-height: 160%; 
    letter-spacing: -0.66px;
  }
  #know .width-wrap .good-zone .box-list .box {
    padding: 16px;
  }
  #know .width-wrap .good-zone .box-list .box p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
  }

  /* kind */
  #kind .width-wrap .title-zone h3 {
    margin: 12px 0 32px;
  }

  /* reason */
  #reason {
    background-attachment: initial;
  }
  #reason .width-wrap .left-area p {
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.48px;
  }
  #reason .width-wrap .right-area {
    width: 100%;
    grid-auto-rows: auto;
  }
  #reason .width-wrap .right-area .box {
    gap: 16px;
    width: 100%;
    padding: 40px 20px;
    border-radius: 20px;
  }
  #reason .width-wrap .right-area .glass, 
  #reason .width-wrap .right-area .glass::before {
    border-radius: 20px;
  }
  #reason .width-wrap .right-area .liquid-glass-bend,
  #reason .width-wrap .right-area .liquid-glass-face,
  #reason .width-wrap .right-area .liquid-glass-edge {
    border-radius: 20px;
  }
  #reason .width-wrap .right-area .box p:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.6px;
  }
  #reason .width-wrap .right-area .box p:nth-child(2) {
    font-size: 16px;
    letter-spacing: -0.48px;
  }

  /* special */
  #special .width-wrap {
    gap: 80px;
  }
  #special .width-wrap .title-zone p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.48px;
  }
  #special .width-wrap .scroll-zone {
    gap: 24px;
  }
  #special .width-wrap .scroll-zone p {
    gap: 4px;
  }
  #special .width-wrap .scroll-zone p img {
    width: 30px;
  }
  #special .width-wrap .certificate-zone img {
    width: 300px;
  }
  #special .width-wrap .certificate-zone p:last-child {
    font-size: 16px;
    letter-spacing: -0.48px;
  }

  /* different */
  #different .width-wrap .bottom-area .box-zone .title {
    gap: 11px;
  }
  #different .width-wrap .bottom-area .box-zone .title p.num {
    width: 28px;
    margin: 4.51px 0 0 4.67px;
  }
  #different .width-wrap .bottom-area .box-zone .title p.num::after, 
  #different .width-wrap .bottom-area .box-zone .title p.num::before {
    border-radius: 6.222px;
  }
  #different .width-wrap .bottom-area .box-zone .title p.num::before {
    left: -4.67px;
    top: -4.51px;
  }
  #different .width-wrap .bottom-area .box-zone .title p:last-child {
    font-size: 22px;
    letter-spacing: -0.66px;
  }
  #different .width-wrap .bottom-area .box-zone .tag-list {
    gap: 8px;
    margin: 12px 0 24px;
  } 
  #different .width-wrap .bottom-area .box-zone .tag-list li {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 15px;
    letter-spacing: -0.45px;
  }
  #different .width-wrap .bottom-area .box-zone .kind-list .kind-item .img {
    border-radius: 20px;
  }
  #different .width-wrap .bottom-area .box-zone .kind-list .kind-item .img img{
    aspect-ratio: 16 / 9.744;
  }
  #different .width-wrap .bottom-area .box-zone .kind-list .kind-item p:nth-of-type(1) {
    margin: 12px 0 2px;
    font-size: 18px;
    letter-spacing: -0.54px;
  }
  #different .width-wrap .bottom-area .box-zone .kind-list .kind-item p:nth-of-type(2) {
    font-size: 15px;
    letter-spacing: -0.45px;
  } 

  /* service */
  #service .width-wrap .bottom-area .content-list .content-zone > p:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  #service .width-wrap .bottom-area .content-list .content-zone > p:nth-of-type(3) {
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.48px;
    word-break: normal;
  }

  /* test */
  #test .width-wrap .text-zone h2 {
    font-size: 28px;
    letter-spacing: -0.84px;
    margin: 12px 0 24px;
  }
  #test .width-wrap .text-zone p:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
  #test .width-wrap .grade-zone > p {
    font-size: 11px;
    letter-spacing: -0.33px;
  }
  #test .width-wrap .grade-zone table thead tr, 
  #test .width-wrap .grade-zone table tbody tr {
    grid-template-columns: minmax(0, 88px) repeat(2, 1fr);
  }
  #test .width-wrap .grade-zone table thead tr th, 
  #test .width-wrap .grade-zone table tbody tr td {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
  #test .width-wrap .manual-zone .manual img:nth-of-type(1) {
    margin: 8px 0 28px;
  }
  #test .width-wrap .manual-zone .manual img:nth-of-type(1).kakao {
    width: 132px;
  }
  #test .width-wrap .manual-zone .manual img:nth-of-type(1).toss {
    width: 91px;
  }

  /* safe */
  #safe .width-wrap .top-area {
    border-radius: 16px;
  }
  #safe .width-wrap .top-area img {
    width: 60px;
  }
  #safe .width-wrap .bottom-area .title-zone {
    gap: 12px;  
  }

  /* example */
  #example .width-wrap .left-area > p:nth-of-type(1) {
    margin-bottom: 12px;
  }
  #example .width-wrap .left-area > p:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: -0.54px;
    margin: 32px 0 16px;
  }
  #example .width-wrap .left-area .box {
    width: 100%;
    padding: 16px 24px;
  }
  #example .width-wrap .left-area .box p{
    font-size: 16px;
    line-height: 170%; 
    letter-spacing: -0.48px;
    text-align: center;
  }
  #example .width-wrap .right-area .box {
    padding: 40px 20px;
    gap: 16px;
  
  }
  #example .width-wrap .right-area .box .label-zone {
    font-size: 18px;
    letter-spacing: -0.54px;
    padding: 8px 14px;
    border-radius: 8px;
  }
  #example .width-wrap .right-area .box .label-zone img {
    width: 22px;
  }
  #example .width-wrap .right-area .box .text-zone li:nth-child(1) {
    padding-bottom: 16px;
  }
  #example .width-wrap .right-area .box .text-zone li:nth-child(2) {
    margin: 16px 0;
  }
  #example .width-wrap .right-area .box .price-zone > p,
  #example .width-wrap .right-area .box .text-zone li p:nth-child(1) {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
  #example .width-wrap .right-area .box .text-zone li p:nth-child(2) {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #example .width-wrap .right-area .box .price-zone > img,
  #example .width-wrap .right-area .box .price-zone .total p:nth-child(2) img {
    width: 24px;
  }
  #example .width-wrap .right-area .box .price-zone .total p:nth-child(2) {
    font-size: 20px;
    letter-spacing: -0.6px;
  }

  /* procedure */
  #procedure .width-wrap .box-zone {
    grid-auto-rows: 225px;
  }
  #procedure .width-wrap .box-zone .box {
    border-radius: 20px;
  }
  #procedure .width-wrap .box-zone .box p:nth-child(1) {
    margin-bottom: 8px;
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  #procedure .width-wrap .box-zone .box p:nth-child(2) {
    font-size: 14px;
    line-height: 170%;
    letter-spacing: -0.42px;
  }

  /* certainty */
  #certainty {
    background: url(/img/screen/img_certainty_bg_mo.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #certainty .width-wrap > p {
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.48px;
    margin: 8px 0 32px;
  }
  #certainty .width-wrap .box-list {
    width: 100%;
  }
  #certainty .width-wrap .box-list .box p.label {
    font-size: 18px;
    letter-spacing: -0.54px;
  }

  /* help */
  #help .width-wrap > p:nth-of-type(1) {
    line-height: 170%;
  }
  #help .width-wrap h3 {
    margin: 24px auto;
  }
  #help .width-wrap > p:nth-of-type(2) {
    font-size: 15px;
    line-height: 170%; 
    letter-spacing: -0.45px;
  }  

  /* inquery */
  #inquery .width-wrap .title-area {
    margin-bottom: 32px;
  }
  #inquery .width-wrap .title-area h3 {
    margin: 12px 0;
  }
  #inquery .width-wrap .title-area p:last-child {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
  #inquery .width-wrap form .input-area {
    gap: 20px;
  }
  #inquery .width-wrap form .input-area label p {
    margin-bottom: 12px;
  }
  #inquery .width-wrap form label .email-zone p.email {
    font-size: 16px;
    letter-spacing: -0.48px;  
  }
  #inquery .width-wrap form .input-area label p,
  #inquery .width-wrap form .input-area label input, 
  #inquery .width-wrap form .input-area label input::placeholder, 
  #inquery .width-wrap form .input-area label textarea, 
  #inquery .width-wrap form .input-area label textarea::placeholder{
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #inquery .width-wrap form .input-area label textarea {
    height: 121px;
  }
  #inquery .width-wrap form label .email-zone {
    gap: 8px; 
  }
  #inquery .width-wrap form .text-area {
    margin: 32px 0 24px;
    max-height: 100px;
    overflow-y: auto;
  }
  #inquery .width-wrap form .text-area::-webkit-scrollbar {
    width: 14px;
  }
  #inquery .width-wrap form .text-area::-webkit-scrollbar-thumb {
    background: #6E7894;
    border-radius: 1000px;
    border: 5px solid var(--white);   
    border-right-width: 4px;       
    background-clip: content-box;   
  }
  #inquery .width-wrap form .text-area::-webkit-scrollbar-track {
    background: var(--white);
    border-radius: 1000px;
    margin-top: 3px;
  }
  #inquery .width-wrap form .btn-area {
    margin-top: 32px;
  }
  #inquery .width-wrap form .btn-area .btn {
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.48px;
  }
  #inquery .width-wrap form .btn-area .btn img {
    width: 20px;
  }

  /* platform */
  #platform .width-wrap .box-area .box p:nth-child(2) {
    font-size: 28px;
    letter-spacing: -0.84px; 
  }

  /* partner */
  #partner {
    background: url(/img/screen/img_partner_bg_mo.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #partner .width-wrap .left-area .title-zone h3 {
    margin: 12px 0 32px;
  }
  #partner .width-wrap .left-area .title-zone h3 span:nth-of-type(1) {
    font-size: 20px;
    letter-spacing: -0.6px;
  } 
  #partner .width-wrap .left-area .text-zone p:nth-child(2) {
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.48px;
  }
  #partner .width-wrap .right-area {
    max-width: 100%;
    width: 100%;
    padding: 50px 0 37px;
  }
  #partner .width-wrap .left-area .text-zone p:nth-child(1),
  #partner .width-wrap .right-area p.label {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
  #partner .width-wrap .right-area a {
    font-size: 50px;
    letter-spacing: -1.5px;
  }

  /* recruit */
  #recruit .width-wrap {
    gap: 32px;
  }
  #recruit .width-wrap .title-zone h3 {
    margin: 12px 0 16px;
  }
  #recruit .width-wrap .title-zone p:nth-of-type(2) {
    font-size: 15px;
    letter-spacing: -0.45px;
  }
  #recruit .width-wrap .computer-zone {
    height: auto;
    max-height: 170px;
  }
  #recruit .width-wrap .computer-zone .box {
    top: 21.45px;
    transform: translateX(-50%);
  }
  #recruit .width-wrap .computer-zone .box .inner::after {
    bottom: 30px;
  }
  #recruit .width-wrap .computer-zone .box .inner p:nth-of-type(1) {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
  #recruit .width-wrap .computer-zone .box .inner p:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-top: 2px;
  }
  #recruit .width-wrap .computer-zone .box .inner p:nth-of-type(2)::before {
    width: 15px;
    height: 15px;
    right: -16px;
    top: 17px;
  }
  #recruit .width-wrap .computer-zone .box .inner p:nth-of-type(3) {
    font-size: 9px;
    letter-spacing: -0.27px;
  }

  /* infinite */
  #infinite .width-wrap {
    padding: 80px 0;
  }
  #infinite .width-wrap .title-zone p {
    margin-bottom: 12px;
  }
  #infinite .width-wrap .img-zone {
    grid-template-columns: repeat(2, 1fr);
    margin: 48px auto;
  }
  #infinite .width-wrap .img-zone .img:nth-child(2)::before {
    width: 1px;
    height: 40px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #infinite .width-wrap .img-zone .img:nth-child(4)::before {
    left: 0;
    transform: translate(-100%, -50%);
  }
  #infinite .width-wrap .text-zone {
    padding: 16px 24px;
  }
  #infinite .width-wrap .text-zone p {
    font-size: 16px;
    line-height: 170%; 
    letter-spacing: -0.48px;
  }
}