<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-kr";

/* common
   ========================================================================== */
   input{outline:none;appearance: none; -webkit-appearance: none; -webkit-border-radius: 0; }
   input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fff inset ; -webkit-text-fill-color: #000; }
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }
  select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #fff;}
   div, a{box-sizing: border-box;}
   b,
   strong{font-weight: 700;}
   a{color: #000;}
    button{background-color: transparent; border: 0; padding: 0; font-size: inherit; cursor: pointer;;}
    input::-ms-clear,
    input::-ms-reveal{
      display:none;width:0;height:0;
    }
    input::-webkit-search-decoration,
    input::-webkit-search-cancel-button,
    input::-webkit-search-results-button,
    input::-webkit-search-results-decoration{
      display:none;
    }

    body{ 
      font-family: 'Pretendard';
      font-size: 16px;
      font-weight: 400;
      color: #000;
    }
    body *{ 
      font-family: 'Pretendard';
    }
    .fc-main{color: #0070b2;}
    .only-M{display: none;}
    
/* 버튼공통 */
.btn-member--grd{ display: flex; justify-content: center; align-items: center; background-size: 300% 100%; transition: all .4s ease-in-out; border-radius: 5px; position: relative; text-decoration: none; box-sizing: border-box;}
.btn-member--grd:hover .btn-grd{background-position: 100% 0; transition: all .4s ease-in-out; }
.btn-member--grd .btn-grd{border: 0; border-radius: 5px; position: absolute; width: 100%; height: 100%; background-size: 300% 100%; transition: all .4s ease-in-out;}
.btn-member--grd .ft-color {color: #fff; z-index: 1;}

/* 체크박스공통 */
.checkbox { user-select: none; padding: 1px; border-radius: 6px; overflow: hidden; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 10px;}
.checkbox label {cursor: pointer; color: #666;}
.checkbox label a{color: #666; text-decoration: underline;}

.checkbox-input { position: absolute; visibility: hidden;}

.checkbox-check { display: flex; align-items: center; justify-content: center; cursor: pointer; }
.checkbox-check span { vertical-align: middle; transform: translate3d(0, 0, 0); box-sizing: border-box; }
.checkbox-check span:first-child { position: relative; flex: 0 0 24px; width: 24px; height: 24px; border-radius: 4px; transform: scale(1); border: 1px solid #cccfdb; transition: all 0.3s ease; background-color: #fff;}
.checkbox-check span:first-child svg { width: 23px; height: 23px; position: absolute; top: 6px; left: 5px; fill: none; stroke: #fff; stroke-dasharray: 16px; stroke-dashoffset: 16px; transition: all 0.3s ease; transform: translate3d(0, 0, 0); }
.checkbox-check:hover span:first-child  { border-color: #0472e3; }
.checkbox-input:checked + .checkbox-check span:first-child { background: #0472e3; border-color: #0472e3; animation: zoom-in-out 0.3s ease; box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.55); }
.checkbox-input:checked + .checkbox-check span:first-child svg  { stroke-dashoffset: 0; }


/* header
   ========================================================================== */
  .header{width: 100%; height: 111px; position:fixed; top: 0; left: 0; z-index: 9; transition: 0.3s;}
  .header.sub{box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.16);}
  .header-inner{width: 100%; max-width: 1280px; height: 100%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }

  /* .header-logo a{display: none;} */
  .header-logo .logo-hwimyung{width: 193px; height: 55px; background-image: url("https://www.yesform.com/test_wk/test/hwimyung/imgs/logo-hwimyung-w.svg");background-repeat: no-repeat;}
  .header.on .header-logo .logo-hwimyung{background-image: url("https://www.yesform.com/test_wk/test/hwimyung/imgs/logo-hwimyung.svg");}
  /* .header-logo .logo-txt.white{fill: #FFFFFF;} */
  .header.on{background: #fff; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
  .header.on .header-logo a{display: block;}
  .header.on .header-logo{display: flex; justify-content: center; align-items: center; gap: 16px;}


  


/* main 공통
   ========================================================================== */

   main section{padding: 100px 20px; text-align: center; display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center;}
   main section.flex-H{text-align: left; flex-direction: row; gap: 85px;}
   main section.bg-point{background-color: #f3f8fb;}
   main .tit{ width: 100%; font-size: 36px;}
   main .tit-sub{font-size: 16px;font-weight: 300; line-height: 30px; margin-top: 20px;}
   main .contents{margin-top: 50px;}
 
   .main { width: auto; height: 100vh; max-height: 470px; padding: 0; background: url("https://www.yesform.com/test_wk/test/hwimyung/imgs/main_bg.png") no-repeat; background-size: cover; background-position: center; text-align: left;}
   .main-inner{width: 100%; max-width: 1280px; height: 100%; display: flex; justify-content: space-between; align-items: center; position: relative;}
   .main .tit h2{color: #fff; font-size: 50px; line-height: 75px; font-weight: 200;}
   .main .tit h2 b{font-size: 56px; font-weight: 600;}
   .main .tit .tit-sub{font-size: 18px; line-height: 30px; color: #bfe7ff; }
 
   h3{font-size: 34px; font-weight: bold; margin-bottom: 80px;}

    .scroll{font-family: 'Montserrat', sans-serif; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0%); font-size: 12px; color: #fff; display: flex; flex-direction: column; align-items: center; letter-spacing: 2px; }
    .scroll *{color: #fff;}
    .scroll-line{width: 1px; height: 40px; margin-top: 15px; background-color: #fff;    background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%); position: relative; background-size: 100% 200%; animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite; }

    @keyframes colorSlide {
        0% {
            background-position: 0% 100%;
        }
        20% {
            background-position: 0% 0%;
        }
        21% {
            background-color: #4e5559;
        }
        29.99% {
            background-color: #ffffff;
            background-position: 0% 0%;
        }
        30% {
            background-color: #4e5559;
            background-position: 0% 100%;
        }
        50% {
            background-position: 0% 0%;
        }
        51% {
            background-color: #4e5559;
        }
        59% {
            background-color: #ffffff;
            background-position: 0% 0%;
        }
        60% {
            background-color: #4e5559;
            background-position: 0% 100%;
        }
        80% {
            background-position: 0% 0%;
        }
        81% {
            background-color: #4e5559;
        }
        90%, 100% {
            background-color: #ffffff;
        }
        }
   @media all and (max-width:1340px) {
    .header-inner,
    .main{padding: 0 40px;}
    
    }

    /* @media all and (max-width:991px) { */
    @media all and (max-width:625px) {
        .only-PC{display: none;}
        .only-M{display: block;}

        .header  { height: 80px; }
        .header-logo .logo-hwimyung{width: 118px;height: 34px;}

        .main{height: 400px;}
        .main .tit h2{font-size: 26px; line-height: normal;}
        .main .tit h2 b{font-size: 34px;}
        .main .tit .tit-sub{font-size: 14px; line-height: 22px;}

        h3{font-size: 22px; margin-bottom: 60px;}
    }
/* main
   ========================================================================== */

   .consult-Field-wrap .inner {
       max-width: 1280px;
       margin: 0 auto
   }

   .consult-Field-wrap .item-box {
       position: relative;
       z-index: 2;
       max-width: 1280px;
       margin: 0 auto;
       display: flex;
       flex-wrap: wrap;
       -webkit-box-pack: start;
       justify-content: flex-start;
       align-content: stretch;
       list-style: none;
       padding-bottom: 30px;
   }

   .consult-Field-wrap .item-box .item {
       position: relative;
       min-height: 1px;
        padding-right: 15px;
       padding-left: 15px; 
       margin-bottom: 30px;
       box-sizing: border-box;
       width: 50%;
       transition: .2s
   }

   .consult-Field-wrap .item-box .item .wrap {
       position: relative;
       height: 270px;
       box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%)
   }

   .consult-Field-wrap .item-box .item .wrap:hover {
       background: #25303c;
       transition: all .4s
   }

   .consult-Field-wrap .item-box .item .wrap:hover h3,
    .consult-Field-wrap .item-box .item .wrap:hover h4 {
       color: #fff
   }

   .consult-Field-wrap .item-box .item .wrap:hover p {
       color: #fff
   }

   /* .consult-Field-wrap .item-box:last-child {
       margin-bottom: 0
   } */

   .consult-Field-wrap .item-box .wrap {
       padding: 40px
   }

   .consult-Field .txt strong{font-size: 16px; color: #0070b2; margin-bottom: 10px; display: block;}
   
   .consult-Field-wrap .item-box .stit h4 {
       font-size: 24px;
       transition: all .4s;
       text-align: left;
       font-weight: 600;
   }

   .consult-Field-wrap .item-box .stit h4 span {
       font-size: 14px;
       text-transform: uppercase;
       display: inline-block;
       padding-left: 5px;
       color: #ab9f73
   }

   .consult-Field-wrap .item-box .desc {
       margin-top: 20px;
       text-align: left;
   }

   .consult-Field-wrap .item-box .desc p {
       letter-spacing: -.057em;
       font-weight: 200;
       font-size: 16px;
       line-height: 1.5;
       max-width: 380px;
       word-break: keep-all;
       transition: all .4s
   }

   .consult-Field-wrap .item-box .key {
       margin-top: 20px
   }

   .consult-Field-wrap .item-box .key ul {
       position: relative;
       z-index: 2;
       max-width: 360px;
       display: flex;
       flex-wrap: wrap;
       -webkit-box-pack: start;
       justify-content: flex-start;
       align-content: stretch;
       list-style: none;
       padding: 0
   }

   .consult-Field-wrap .item-box .key ul li {
       position: relative;
       min-height: 1px;
       margin-right: 10px;
       box-sizing: border-box;
       margin-bottom: 10px;
       transition: .2s
   }

   .consult-Field-wrap .item-box .key ul li span {
       padding: 0 8px;
       height: 30px;
       line-height: 30px;
       background: #fff;
       color: #54555a;
       border-radius: 0;
       background: rgba(234, 237, 245, .77);
       display: inline-block;
       font-weight: 400
   }

   @media screen and (max-width:1300px) {
       .consult-Field-wrap .item-box {
           padding: 30px 20px
       }
   }

   @media screen and (max-width:1024px) {
       .consult-Field-wrap .item-box .wrap {
           padding: 30px
       }
   }

   @media screen and (max-width:991px) {
       .sub_section {
           padding: 80px 0
       }

       .consult-Field-wrap .item-box .item {
           width: 100%
       }

       .consult-Field-wrap .item-box .wrap {
           padding: 40px
       }

       .consult-Field-wrap .item-box .stit h4 {
           font-size: 20px
       }

       .consult-Field-wrap .item-box .stit h4 span {
           font-size: 14px
       }

       .consult-Field-wrap .item-box .item .wrap {
           height: auto
       }
   }

   @media all and (max-width:625px) {
    .consult-Field-wrap .item-box .item{padding: 0;}
    .consult-Field .txt strong{font-size: 14px;}

    main section.consult-Field{padding-left: 0; padding-right: 0;}
    }


.consult-Field-wrap{
    width: 100%;
    height: 1220px;
    overflow: hidden;
    position: relative;
  }
.consult-Field-wrap:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 300px;
    bottom: 0;
    background: linear-gradient(to top, #fff, #fff 22%, transparent);
    background-repeat: no-repeat;
    transition: all 500ms ease;
    z-index: 2;
  }
 
  .consult-Field-wrap.on{height: 100%;}
  .consult-Field-wrap.on:after{display: none;} 

  .btn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #4b4b4b;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
}

    .consult-Field-wrap .btn-more .seek {display: none;}
    .consult-Field-wrap.on .btn-more .seek {display: block;}
    .consult-Field-wrap.on .btn-more .hide {display: none;}
    .consult-Field-wrap.on .btn-more .arrow-symbol { transform: rotate(180deg); }









/* 무료 상담 신청하기
   ========================================================================== */
.checkbox-wrap{display: flex; justify-content: center; align-items: center; gap: 80px; margin: 50px 0 35px;}


.form-wrap{width: 100%; max-width:  876px; }

.form-wrap .form-box{width: 100%; display: flex; flex-direction: column; gap: 27px 0;}
.form-wrap .form-box div{width: 100%; display: flex; justify-content: space-between; align-items: center;}
.form-wrap .form-box .fullBox{width: 100% !important; align-items: flex-start; }
.form-wrap .form-box .fullBox label{padding-top: 18px;}
  
/* .form-wrap .form-box &gt; div:nth-child(-n+4){width: 47%;} */
/* .form-wrap .form-box &gt; div:nth-child(5){margin-top: 30px;} */
/* .form-wrap .form-box &gt; div:first-child{width: 50%;} */

.freeConsult .form-box .flex-column{display: flex; flex-direction: column; gap: 27px; height: 127px;}
.freeConsult .form-box .gap-a{gap: 27px;}

.freeConsult form{width: 100%; display: flex; flex-direction: column; align-items: center; }

.freeConsult .form-box {max-width: 885px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.form-wrap .form-box label{min-width: 80px; font-weight: 700; text-align: left; max-width: max-content;}
/* .freeConsult form div:nth-child(even) label{min-width: 120px;} */
/* form div:nth-child(odd).checkbox label{min-width: auto;} */
/* .freeConsult form div:nth-child(even).checkbox label{min-width: auto;} */
.form-wrap .form-box div.checkbox label{min-width: auto;}
.form-wrap .form-box input, 
.form-wrap .form-box select{width: 100%; height: 50px; border-radius: 5px; border: 1px solid #dddddd; box-sizing: border-box; padding: 0 15px;  appearance:none; outline: none; font-size: 16px;}
.form-wrap .form-box textarea{width: 100%; height: 250px; border-radius: 5px; border: 1px solid #dddddd; box-sizing: border-box; padding: 15px !important;  appearance:none; outline: none; resize: none; font-size: 16px;}
.form-wrap .form-box input:focus, .form-wrap .form-box textarea:focus{border: 2px solid #0070b2;  outline: none;}
/* form div input:focus, form div select:focus, form div select:focus-visible{border: 2px solid #0070b2;  outline: none;} */
.form-wrap .form-box .email-wrap .input_close{position: absolute; right: 10px; display: none;}

.form-wrap .form-box .email-wrap{width: 100%; height: 52px; position: relative; border-radius: 5px; border: 1px solid #dddddd; box-sizing: border-box; background-color: #fff;}
.form-wrap .form-box .email-wrap input{width: 120px;}
.form-wrap .form-box .email-wrap input.input_email{padding: 0 24px 0 15px;}
.form-wrap .form-box .email-wrap input.input_email, .form-wrap .form-box.email-wrap select{width: 172px;}
.form-wrap .form-box .email-wrap .selectLine{position: absolute; top: -1px; left: 0; width: 100%; height: 51px; display: none; border: 2px solid #0070b2; border-radius: 5px; box-sizing: border-box;}
.form-wrap .form-box .email-wrap input, 
.form-wrap .form-box .email-wrap input.input_email, 
.form-wrap .form-box .email-wrap select{border: 0;}
.form-wrap .form-box .email-wrap input{width: 100%;}
.form-wrap .form-box .email-wrap input:focus ~ .selectLine, .form-wrap .form-box.email-wrap select:focus ~ .selectLine{display: block;}
/* form .email-info {font-size: 14px; color: #aaa; text-align: left; margin-top: 10px;} */

.form-info {font-size: 14px; color: #666;  text-align: left; margin: 15px 0 0 80px;}

.freeConsult .form-wrap .form-box .select select:focus{border: 2px solid #0070b2;}



.select-box {
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 5px;
  }
  .select-box .select {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: padding 0.3s;
    background-color: #fff;
    flex-direction: row !important;
    text-align: left;
    }
  .select-box.on .select {
    border-radius: 5px 5px 0 0;
  }

  .select-box.on .option {
    display: block;
    pointer-events: initial;
  }

  /*
  셀렉트 보더 추가시
  .select-box.on{border: 2px solid #0070b2; outline: none; }
  .select-box.on .option{border-left: 2px solid #0070b2;border-right: 2px solid #0070b2;border-bottom: 2px solid #0070b2; outline: none; left: -2px;}
   */
  /* .select-box .arrow-symbol {width: 18px; height: 12px; stroke: #000;} */
  .select-box.on .arrow-symbol { transform: rotate(180deg); }
  .select-box.on .select{border-bottom: 0;}
  .select-box .select span{font-size: 14px;}
  .select-box.list .option{position: absolute; height: 242px; overflow-y: auto; background-color: #fff;}
  .select-box .option {
    display: none;
    overflow: hidden;
    top: 43px;
    left: 0px;
    width: 100%;
    transition: all 0.3s;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
  }
  .select-box .option &gt; li {
    padding: 15px;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
box-sizing: border-box;  
}
  
  .select-box .option &gt; li a {
    display: block;
    color: #ccc;
  }

  .arrow-symbol {
    width: 20px;
    stroke: #000;
}










/* 상담 신청버튼 */
.btn-member--grd.hwimyung {width: 250px; height: 60px;}
.btn-member--grd.hwimyung .btn-grd { border-radius: 30px; background-image: linear-gradient(to right, #2aa8f2, #0070b2, #2aa8f2, #0070b2); box-shadow: 3.214px 3.83px 15px 0px rgba(0, 122, 194, 0.3);}



@media all and (max-width:991px) {
    .form-wrap .form-box{}
    .form-wrap .form-box  div{align-items: flex-start; flex-direction: column; position: relative;}
    .form-wrap .form-box label{position: absolute; top: 50%; left: 20px; transform: translate(0%, -50%);z-index: 1; }
    .form-wrap .form-box input, 
    .form-wrap .form-box select { padding: 0 20px 0 90px; }
    .form-wrap .form-box .email-wrap{display: flex; flex-direction: row; align-items: center; padding-left: 90px; width: 100%;}
    .form-wrap .form-box .email-wrap input{padding: 0 20px 0 0;}
    /* .form-wrap .form-box .email-wrap input { width: 50%; padding: 0; } */
    .form-wrap .form-box .email-wrap select {padding-left: 20px; }

    .form-wrap .form-box .fullBox label{top: 20px;}
    .form-wrap .form-box textarea{height: 390px;padding: 50px 20px !important;}

    .form-info{margin-left: 0;}

    .checkbox-wrap{    flex-wrap: wrap; justify-content: flex-start; gap: 10px;     width: 264px}

    .form-wrap .form-box .email-wrap .select-box .select{padding-left: 20px;}
    .form-wrap .form-box .email-wrap .select-box .select span{min-width: 80px; font-weight: 700; }
    .form-wrap .form-box .email-wrap .select-box .option{top: 50px;}
    .form-wrap .form-box .email-wrap .select-box .option &gt; li {padding-left: 20px; padding-right: 20px;}

}


/* footer
   ========================================================================== */
   footer {
    height: 138px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #f7f7f7;
    font-size: 14px;
  }
  footer .copyright {
    color: #999;
    margin-right: 46px;
  }
  footer ul {
    display: flex;
  }
  footer ul li::after {
    content: "|";
    color: #d8d8d8;
    padding: 0 20px;
  }
  footer ul li:last-child::after {
    content: "";
    padding: 0;
  }
  footer ul li a{color: #666;}
  
  @media all and (max-width: 625px) {
    footer {
        flex-direction: column-reverse;
        justify-content: center;
        font-size: 14px;
        font-weight: 300;
      }
      footer .copyright {
        margin-right: 0;
        margin-top: 40px;
      }
  }

/* modal
   ========================================================================== */
#modal { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.3); z-index: 9;}
.modal-con { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 90%; z-index: 10;}
.modal-con.member .btn-gray{width: 100px;}
.no-scroll {overflow: hidden; /* 스크롤을 막는 CSS 속성 */}

.modal  { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 10px; background-color: rgb(255, 255, 255); box-shadow: 3.886px 3.147px 20px 0px rgba(0, 0, 0, 0.15); min-width: fit-content; width: 100%; max-width: 426px; font-size: 14px; padding: 50px; } /*overflow: hidden;*/
.modal-btn-box  { margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.modal-btn-box .btn  { height: 50px; width: 100%; max-width: 200px; background-color: #0085d4; color: #fff; border-radius: 5px; border: none; font-size: 14px; margin: 0;font-weight: 500; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.modal-btn-box .btn.btn-gray { background-color: #f3f3f3; color: #929292; }
.modal-btn-box .btn.btn-gray:hover {background-color:rgba(0, 0, 0, 0.1);}

.modal-btn-box .btn:hover{background-color:#006cac;}

.modal.modal-guide{text-align: center;}
.modal.modal-guide .tit{font-size: 18px; line-height: 30px; font-weight: bold;}
.modal.modal-guide .tit-sub{font-size: 14px; color: #9a9a9a; margin-top: 25px; line-height: 24px; }

.modal-privacy .modal{max-width: 450px;}
.modal-privacy .modal-btn-box .btn{max-width: 177px;}
.modal-privacy .tit-wrap .tit{font-size: 16px; font-weight: bold;}
.modal-privacy .tit-wrap .tit-sub{color: #9a9a9a; line-height: 22px; margin-top: 24px;}
.modal-privacy .table{border-top: 2px solid #0070b2; margin-top: 45px;}
.modal-privacy .table &gt; div{border-bottom: 1px solid #ecebf3; display: flex; justify-content: flex-start; align-items: flex-start; padding: 17px 0; gap: 40px; line-height: 22px;}
.modal-privacy .table &gt; div:last-child{border-bottom: 0;}
.modal-privacy .table .table-tit{font-weight: 800; min-width: 80px;}

.modal-privacy.third .modal .tit-wrap{max-width: 500px;}
.modal-privacy.third .modal{max-width: 600px;}

.modal-privacy.third .table .table-tit{min-width: 230px;}
.modal-privacy.third .table &gt; div:last-child{ color: #9a9a9a;}

.modal-con .close { position: absolute; top: 0px; right: -50px; color: #666; opacity: 1; }

@media all and (max-width: 625px) { 
    .modal{min-width: auto; padding: 35px 0;}
    .tit-wrap{padding: 0 35px;}
    .table{margin: 0 35px;}

    .modal.modal-guide .tit-sub{line-height: 22px;}
    .modal-con.member .btn-gray{width: 100%;}

    .modal-privacy .tit-wrap .tit,
    .modal-privacy .tit-wrap .tit-sub,
    .modal-privacy .table &gt; div:last-child{text-align: center; line-height: 20px;}

    .modal-privacy.third .table &gt; div{flex-direction: column; gap: 5px; }
    .modal-privacy.third .table &gt; div:last-child{font-size: 12px; line-height: 16px;}


    .modal-btn-box{gap: 0;}
    .modal-btn-box .btn{max-width: 100%; border-radius: 0; }
    .modal-privacy .modal-btn-box .btn{max-width: 100%;}

.modal-con .close { position: absolute; right: 0; top: -50px; color: #666; opacity: 1; }

}</pre></body></html>