/********** Template CSS **********/
:root {
    --primary: #ffe600;
    --secondary: #4054ad;
    --light: #fff;
    --dark: #0F4229;
    --blue: #232c7c;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: 444588;
  --bs-secondary: #525368;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #E8F5E9;
  --bs-dark: #202020;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0))
}

.text-primary {
    color: #444588 !important
  }
  
  .text-secondary {
    color: #525368 !important
  }
  
  .text-success {
    color: #198754 !important
  }
  
  .text-info {
    color: #0dcaf0 !important
  }
  
  .text-warning {
    color: #ffc107 !important
  }
  
  .text-danger {
    color: #dc3545 !important
  }
  
  .text-light {
    color: #E8F5E9 !important
  }
  
  .text-dark {
    color: #0F4229 !important
  }
  
  .text-white {
    color: #fff !important
  }
.text-center{text-align: center;}

@media (max-width: 768px) {
.text-md-start {
    text-align: left !important;
}
.text-md-center {
    text-align: center !important;
}

.mobile-img {
  width: 100%;
  object-fit: cover;
  vertical-align: top
}
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
  }

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Pretendard",sans-serif;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #222
  }

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.strong {
    color: #e2805b;
    font-family: 'pretendard-Bold';
}

.ft-bold {
    font-family: 'pretendard-Bold';
}

.point {
    color: #314bbd;
    font-family: 'pretendard-Bold';
}

.register {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    line-height: 1.5;
}

.register strong {
    font-family: 'pretendard-Bold';
}


/*** Button ***/
.btn,.btn-lg,.btn-sm {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}


.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #525368;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1.375rem;
    border-radius: 4px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
  }
  
  .btn-lg {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #525368;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1.375rem;
    border-radius: 4px;
    padding:12px 24px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
  }

  @media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
  }
  
  .btn:hover {
    color: #525368
  }
  
  .btn-check:focus+.btn,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(52,142,56,0.25)
  }
  
  .btn:disabled,.btn.disabled,fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
  }
  
  .btn-primary {
    color: #fff;
    background-color: #314bbd;
    border-color: #314bbd
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #547cff;
    border-color: #547cff
  }
  
  .btn-check:focus+.btn-primary,.btn-primary:focus {
    color: #000;
    background-color: #8ca4d8;
    border-color: #8ca4d8;
    box-shadow: 0 0 0 .25rem rgba(44,121,48,0.5)
  }
  
  .btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #5da560;
    border-color: #48994c
  }
  
  .btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(44,121,48,0.5)
  }
  
  .btn-primary:disabled,.btn-primary.disabled {
    color: #000;
    background-color: 444588;
    border-color: 444588
  }
  .btn-sm,.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 4px;
  }
  .rounded {
    border-radius: 7px !important
  }
/*** function ***/
.function-item {
    position: relative;
    text-align: center;
    border: 1px solid #adadad;
    padding: 20px 10px 10px 10px;
    ;
    height: 100%;
}

.function-item li {
    background: url(/img/icon/ic_dot.gif) no-repeat 0 9px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 130%;
    margin-left: 20px;
    font-size: 20px;
}

.function-item .function-text h4 {
    color: var(--secondary);
    font-family: 'pretendard-Bold';
    margin: 10px 0;
    font-size: 24px;
    text-align: center;
}


.function-item .function-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.function-item .function-text p {
    color: #333;
    font-family: 'pretendard';
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 130%;
}
.tablevideo{
object-fit: contain;
outline: none;
border: none;
background: #fff;
}

/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
    border: 2px solid #4b3e96;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    width:90%
}

.service-item .service-text {
    background: #FFFFFF;
    width: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
    padding-bottom: 15px;
}

.service-item .service-text h4 {
    color: #4b3e96;
    font-family: 'pretendard-Bold';
    margin-top: 5px;
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
}

.service-item .service-text h5 {
    color: #4b3e96;
    font-family: 'pretendard';
    margin-bottom: 6px;
    font-size: 24px;
    text-align: center;
}

.service-item .service-text p {
    color: #333;
    font-family: 'pretendard';
    margin-bottom: 10px;   
    text-align: center;
    padding: 10px
}


.service-item:hover .service-text {
    background: #5465a7;
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
    line-height: 130%;
}

.service-item:hover .service-text h4,
.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100%;
    height: auto;
    background: transparent;
    transition: .5s;
    padding: 10px;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    color: #178350;
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    font-family: 'pretendard';
}

.service-item .service-text .btn  i{margin-right: 8px;}

.service-item:hover .service-text .btn {
    width: 110px;
    text-align: center;
}

.section1box {
    padding: 10px;
    border: 2px solid #978dd2;
    background-color: #fff;
    border-radius: 5px;
}

.section1box h4 {
    font-size: 18px;
    color: #4b3e96;
    font-family: 'pretendard';
}

.paytit {
    color: #000;
    font-family: 'pretendard';
    font-size: 22px;
    letter-spacing: -0.5px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.paybox {
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

.payimg {
    margin-top: 260px;
    background: url('/img/payimg.jpg') no-repeat;
    height: 320px;
    background-size: cover;
    border-radius: 10px;
}

.callbox {
    /* background: url('/img/call.png') no-repeat top left; */
    height: 60px;    
}

.callbox p {
    font-size: 16px;
}

.callbox a{font-size: 14px;}
@media screen and (max-width:992px) {
    .payimg {
        display: none;
    }

    .function-item .function-text h4 {
        font-size: 20px;
        margin-top: 15px;
    }   
  .callbox p{
    line-height: 150%;
}

}


.titleB {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -1px;
    font-family: 'pretendard-Bold';
    text-align: center;   
}

.titleM {
    font-size: 24px;   
    line-height: 1.4;
    letter-spacing: -0.5px;
    font-family: 'pretendard-Bold';
    text-align: center;
    margin-top: 40px;   
}

.titleS {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.8px;
    text-align: center;
    padding: 5px; 
}
.titleList{ font-size: 24px;   
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-family: 'pretendard-Bold';
  text-align: center;
  margin-top: 20px;   }

 .titleDesc{ 
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.8px;
  text-align: center;
  padding: 5px; 
} 

.titleMS {
  font-size: 20px;   
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-family: 'pretendard-Bold';
  text-align: center;
  margin: 10px 0 40px 0;   
}

p {
    font-size: 14px;
}
@media (min-width: 1200px) {
    .titleB {
        font-size: 44px;        
        line-height: 1.3;
        text-align: center;
        letter-spacing: -1px;
    }

    .titleM {
        font-size: 36px;
        text-align: center;
        margin-top: 130px;
        letter-spacing: -1px;
    }

    
    .titleMS {
      font-size: 26px;
      text-align: center;
      margin-top: 10px 0 40px 0;  
      letter-spacing: -1px;
  }

    .descBoxR{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1332px;
    margin-top:50px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 120px 0p}

    .descBoxL{
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      max-width: 1332px;
      margin-top:100px;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      justify-content: space-between;
      padding: 120px 0p}
    
    .titleList {
      font-size: 36px;
      text-align: left;
      letter-spacing: -1px;
      padding: 0 50px;
  }

    .titleS {
        font-size: 24px;
        margin-top: 10px;
        text-align: center;
        letter-spacing: -1px;
    }
    .titleDesc {
      font-size: 24px;
      margin-top: 10px;
      text-align: left;
      letter-spacing: -1px;
      padding: 0 50px;
  }
    p {
        font-size: 18px;
    }
}


/*** Footer ***/
.footer {
   
    font-family: 'gmarketsansMedium';
    font-weight: normal;    
    background-color: #2b2b2b;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9e9e9e;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 14px;
}


.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}


.footer h4 {
    font-size: 16px;
    font-family: 'gmarketsansMedium';
    font-weight: normal;
}

.footer .call {
    font-size: 26px;
    color: #ffe600;   
}

.footer .sns{margin-top: 10px;}
.footer .sns a{margin: 0 2px;
}
.copyright {
    color: var(--light);    
    font-family: 'pretendard';
    font-size: 13px;
    padding: 10px 0 -5px 0;
}

.copyright a,.callbox a {
    color: #FFFFFF;
}

.copyright a:hover,.callbox a:hover {
    color: var(--primary);
}
.copyright img{height: 20px; }
.copyright i{margin-left: 5px;}

.mobile-callbox{width:90%; margin: 10px auto 0; padding: 10px;}
.mobile-callbox p{ font-size: 16px; margin-bottom: 20px;}

.mobile-callbox .call a{color: #2646d3; font-weight: bold; font-size: 18px;}


/*Form*/
.form-floating {
    position: relative
  }
  
  .form-floating>.form-control,.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
  }
  
  .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none
    }
  }
  
  .form-floating>.form-control::placeholder {
    color: transparent
  }
  
  .form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
  }
  
  .form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
  }
  
  .form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
  }
  
  .form-floating>.form-control:focus ~ label,.form-floating>.form-control:not(:placeholder-shown) ~ label,.form-floating>.form-select ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
  }
  
  .form-floating>.form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
  }
  
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525368;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
  }
  
  .form-control[type="file"] {
    overflow: hidden
  }
  
  .form-control[type="file"]:not(:disabled):not(:read-only) {
    cursor: pointer
  }
  
  .form-control:focus {
    color: #525368;
    background-color: #fff;
    border-color: #9ac79c;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(52,142,56,0.25)
  }
  
  .form-control::-webkit-date-and-time-value {
    height: 1.5em
  }
  
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1
  }
  
  .form-control:disabled,.form-control:read-only {
    background-color: #e9ecef;
    opacity: 1
  }
  
  .form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end:.75rem;color: #525368;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
  }
  
  .form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #dde0e3
  }
  
  .form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end:.75rem;color: #525368;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
  }
  
  .form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #dde0e3
  }
  
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #525368;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
  }
  
  .form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
  }
  
  .form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 4px
  }
  
  .form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end:.5rem}
  
  .form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end:.5rem}
  
  .form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 4px
  }
  
  .form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end:1rem}
  
  .form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end:1rem}
  
  textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
  }
  
  textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
  }
  
  textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
  }
  
  .form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
  }
  
  .form-control-color:not(:disabled):not(:read-only) {
    cursor: pointer
  }
  
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 4px
  }
  
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 4px
  }
  
  .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525368;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    appearance: none
  }
  
  .form-select:focus {
    border-color: #9ac79c;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(52,142,56,0.25)
  }
  
  .form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
  }
  
  .form-select:disabled {
    background-color: #e9ecef
  }
  
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #525368
  }
  
  .form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
  }
  
  .form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
  }
  
  .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
  }
  
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em
  }
  
  .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,0.25);
    appearance: none;
    color-adjust: exact
  }
  
  .form-check-input[type="checkbox"] {
    border-radius: .25em
  }
  
  .form-check-input[type="radio"] {
    border-radius: 50%
  }
  
  .form-check-input:active {
    filter: brightness(90%)
  }
  
  .form-check-input:focus {
    border-color: #9ac79c;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(52,142,56,0.25)
  }
  
  .form-check-input:checked {
    background-color: 444588;
    border-color: 444588
  }
  
  .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
  }
  
  .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
  }
  
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: 444588;
    border-color: 444588;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
  }
  
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
  }
  
  .form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label {
    opacity: .5
  }
  

  /* 문의게시판 추가되는 내용. */

  .register textarea {
    width: 100%;
    height: 100%;
    min-height: 300px;
    box-sizing: border-box; /* 패딩 포함 크기 조정 */
    border: none; /* 필요 시 테두리 제거 */
    padding: 0; /* 패딩 초기화 */
    margin: 0; /* 마진 초기화 */
    resize: none; /* 크기 조정 방지 (옵션) */
}