
  @media all and (max-width: 800px) {
    html {
      font-size: 12px;
    }
  }
  
  #app {
    background-color: #F8F8F8;
    padding-top: 4.0625rem;
  }

  .logotop {
    display: flex;
    margin-left: 1.25rem;
    align-items: center;
    gap: 1.25rem;
    height: 3.125rem;
  }

.logotop div {
  height: 2.5rem;
  width: 0.0625rem; /* rem 단위로 변경 */
  background-color: #000;
  transform: none;                /* GPU 가속 제거 */
  backface-visibility: visible;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

  .page-ttl {
    font-weight: 600;
    font-size: 2.3125rem;
    text-align: center;
    line-height: 1.3;
    margin: 1.5625rem;
  }

  .container {
    max-width: 80%;
    margin: 0 auto;
    border: 1px solid #D9DBE6;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    display: flex;
  }
  
  @media all and (max-width: 1460px) {
    .container {
      max-width: 640px;
      flex-direction: column;
    }
  }
  
  .section {
    flex: 1;
    padding: 1.6875rem 3.125rem;
  }

  .sec-ttl {
    font-size: 1.6875rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .new.section01 {
    background-color: #00175A;
    color: #fff;
    position: relative;
  }

  /* .new.section01::before {
    position: absolute;
    content: '';
    background: url(../images/amex_logo.png)  no-repeat right / 23rem;
    width: 23rem;
    height: 4rem;
    right: -2rem;
    top: 6rem;
  }  250424 삭제 */

  .section01 {
    background-color: #F2F6FF;
  }
  
  .section01-thumb {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1.125rem;
  }
  
  .section01-thumb img {
    width: 100%;
    vertical-align: bottom;
  }

  .section01-guide01 {
    margin-bottom: 2rem;
  }
  
  .new .section01-guide01 .ttl {
    font-size: 1.375rem;
    text-align: center;
  }

  .section01-guide01 .ttl {
    font-weight: 700;
    font-size: 1.5625rem;
    margin-bottom: 0.625rem;
  }

  .section01-guide01 .list-grp {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .section01-guide01 .list-grp .list {
    line-height: 1.4;
  }

  .section01-table{
	width: 80%; 
	margin: 0 auto;    
  }

  .section01-table thead th{
    background-color: #FDB92D;
    color: #253861;
    border: 1px solid #000;
    padding: 0.5rem;
    font-weight: 700;
    color: #00175A;
  }

  .section01-table tbody tr td{
    border: 1px solid #000;
    background-color: #fff;
    border-top: 0;
    padding: 0.5rem;
    text-align: center;
    font-weight: 700;
    color: #00175A;
  }

  .new .section01-guide02 .list-grp {
    color: #fff;
  }

  .new .section01-guide02 .list-grp .list{
    text-align: justify;
  }

  .section01-guide02 .list-grp {
    color: #006FCF;
    font-size: 1rem;
  }
  
  .section01-guide02 .list-grp .list {
    line-height: 1.4;
  }
  
  .section01-guide02 .tel-number {
    font-size: 1.5625rem;
    font-weight: 700;
  }
  
  .section02-ttl-grp {
    margin-bottom: 1.875rem;
  }
  
  .section02-ttl-grp .sec-ttl-desc {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
  }
  
  .fieldset {
    min-inline-size: auto;
  }
  
  .form-list {
    margin-bottom: 1.4375rem;
  }
  
  .form-list .label {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 11px;
    display: inline-block;
  }
  
  .form-list .inp {
    border: 1px solid #D9DBE6;
    border-radius: 6px;
    height: 3.125rem;
    font-size: 1.25rem;
    padding: 0 10px;
  }
  
  .inp-grp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
  }
  
  .inp-grp .inp {
    flex: 1;
    width: 100%;
  }
  
  .advice {
    background-color: #F8F8F8;
    padding: 15px;
    color: #333;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
  
  .advice-list .txt {
    display: inline-block;
    padding-left: 1.1875rem;
  }
  
  .agree-opt-grp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5625rem;
    gap: 5.9375rem;
  }
  
  .agree-opt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
  }
  
  .agree-opt .checkbox {
    display: none;
  }
  
  .agree-opt .checkbox-square {
    border: 1px solid #D9DBE6;
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  
  .agree-opt .checkbox:checked + .checkbox-square {
    border: 1px solid #006FCF;
    background-image: url(../images/check.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .btn-center {
    display: flex;
    justify-content: center;
    margin-bottom: 0.625rem;
  }

  .btn-center .apply-btn{
    font-size: 1.125rem;
    height: 2.75rem; /*250424*/
    padding: 0 0.625rem;
  }
  
  .btn-grp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  
  .btn-grp .btn {
    flex: 1;
    width: 100%;
  }
  
  .btn {
    border-radius: 6px;
    height: 3.4375rem;
    font-size: 1.4375rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
  }
  
  .apply-btn {
    background-color: #006FCF;
    color: white;
  }
  
  .cancel-btn {
    background-color: #F2F6FF;
    color: #006FCF;
  }
  
  .footer {
    background-color: #253861;
    height: 6.0625rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 4.6875rem;
  }
  
  
  @media all and (max-width: 600px) {
    #app {
      padding-top: 2rem;
    }
    .page-ttl {
      font-size: 1.7rem;
      margin: 2rem 7rem;
    }
    html {
      font-size: 10px;
    }
    .container {
      width: 93%;
    }
    .section {
      padding: 1.5rem;
    }
    .section01-guide01 {
      margin-bottom: 2rem;
    }
    .footer {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px 0 10px;
      height: auto;
    }
  }
  
  .footer .copyright {
    color: white;
    opacity: 0.5;
    font-size: 1.25rem;
    margin-right: 10px;
    font-weight: 300;
  }
  
  .footer .logo {
    max-width: 14.125rem;
    vertical-align: bottom;
  }

	@media all and (min-width: 1921px) {
    html {
      font-size: 20px;
    }
    .logotop {
      height: 70px;
    }
  }

  /* 1921px ~ 2559px (QHD까지) */
  @media all and (min-width: 1921px) and (max-width: 2559px) {
    html {
      font-size: 22px;
    }
    .logotop {
      height: 80px;
    }
  }

  /* 2560px ~ (QHD 이상 ~) */
  @media all and (min-width: 2560px) {
    html {
      font-size: 26px;
    }
    .logotop {
      height: 90px;
    }
  }