    :root {
      --bs-blue: #0d6efd;
      --bs-indigo: #6610f2;
      --bs-purple: #9B51E0;
      --bs-pink: #d63384;
      --bs-red: #dc3545;
      --bs-orange: #fd7e14;
      --bs-yellow: #ffc107;
      --bs-green: #198754;
      --bs-teal: #20c997;
      --bs-cyan: #0dcaf0;
      --bs-black: #000;
      --bs-white: #fff;
      --bs-gray: #6c757d;
      --bs-gray-dark: #343a40;
      --bs-gray-100: #f8f9fa;
      --bs-gray-200: #e9ecef;
      --bs-gray-300: #dee2e6;
      --bs-gray-400: #ced4da;
      --bs-gray-500: #adb5bd;
      --bs-gray-600: #6c757d;
      --bs-gray-700: #495057;
      --bs-gray-800: #343a40;
      --bs-gray-900: #212529;
      --bs-primary: #3F46D6;
      --bs-secondary: #F2994A;
      --bs-success: #27AE60;
      --bs-info: #2D9CDB;
      --bs-warning: #F2C94C;
      --bs-danger: #e03738;
      --bs-light: #f2f2f2;
      --bs-dark: #000;
      --bs-primary-rgb: 63, 70, 214;
      --bs-secondary-rgb: 242, 153, 74;
      --bs-success-rgb: 39, 174, 96;
      --bs-info-rgb: 45, 156, 219;
      --bs-warning-rgb: 242, 201, 76;
      --bs-danger-rgb: 224, 55, 56;
      --bs-light-rgb: 242, 242, 242;
      --bs-dark-rgb: 0, 0, 0;
      --bs-white-rgb: 255, 255, 255;
      --bs-black-rgb: 0, 0, 0;
      --bs-body-color-rgb: 0, 0, 0;
      --bs-body-bg-rgb: 255, 255, 255;
      --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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));
      --bs-body-font-family: var(--bs-font-sans-serif);
      --bs-body-font-size: 1rem;
      --bs-body-font-weight: 400;
      --bs-body-line-height: 1.5;
      --bs-body-color: #000;
      --bs-body-bg: #fff;
      --bs-border-width: 1px;
      --bs-border-style: solid;
      --bs-border-color: #dee2e6;
      --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
      --bs-border-radius: 0.375rem;
      --bs-border-radius-sm: 0.25rem;
      --bs-border-radius-lg: 0.5rem;
      --bs-border-radius-xl: 1rem;
      --bs-border-radius-2xl: 2rem;
      --bs-border-radius-pill: 50rem;
      --bs-link-color: #3F46D6;
      --bs-link-hover-color: #3238ab;
      --bs-code-color: #d63384;
      --bs-highlight-bg: #fff3cd;

      --color1: #F5F7F8;
      --color2: #45474B;
      --color3: #495E57;
      --color4: #eda2f4;
      --base1: #F4CE14;
    }

    body {
      background-color: var(--base1);
      overflow: hidden;
      display: flex;
      justify-content: center;
    }

     .dd {
      transform: scaleX(10)
    } 

    .전체 {
      position:relative;
      display: block;
      justify-content: center;
      width: 95vw;
      height: 92vh;
      margin-top: 20px;
      padding: 0px;
      background-color: var(--color1);
      border-radius: 10px;
      background-size: 90vw;
      background-clip: border-box;
      box-shadow: 0px 0px 10px #ccc;
    }

    .상단 {
      position:relative;
      display: flex;
      padding-left: 20px;
      height: 15vh; 
    }

    .하단 {
      position:relative;
      text-align: center;
      height: 25vh;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-content: center;
    

    }

    .메인 {
      position:relative;
      display: flex;
      height: 55vh;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    
    .메인>div {
      width: 40%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease-in-out;
    }

    .hanja {
      position: absolute;
      top:10px;
      height: 65%;
      padding:20px;
      border-radius: 20px;
      background-color: var(--base1);
      font-size: 250px;
      /* font-family: ' cwTeXKai', ''; */
      font-family: 'cwtexfangsong';
      box-shadow: 0px 0px 50px #ccc;
    }
    .mean {
      height: 20%;
      position: absolute;
      font-family: 'MaruBuri';
      font-size: 40px;
      bottom:-17px;
      margin:10px;
     
    }

    .hanfont {
      font-family: 'cwtexfangsong';
      /* font-family: ' cwTeXKai', ''; */
     
      font-size: 50px;
    }

    

    .title {
      font-family: 'MaruBuri';
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-left: 110px;
      margin-top: 30px;
    }

    .google_icon {
      font-family: 'Material Icons';
      font-size: 42px;
      color: var(--base1);
      margin-left: 20px;
      margin-right: 20px;

    }

    #um {
      background-color: var(--color4);
      border-radius: 100px;
      width: 60px;
      height: 60px;
      padding: 5px;
      position:relative;
      margin-left:20px;

    }

   

    .btn {
      margin-bottom: 20px;
    }

    .btn-1 {
      font-size: 15px;
      width: 120px;
      height: 30px;
      
    }

    label {
      font-size: 12px;
      height: 20px;
      color: var(--color2)
    }

    legend {
      font-size: 20px;
    }

    #box {
      height: 30px;
      width: 100px;
      font-size: 15px;
      text-align: center;
    }

    .checkbox {
      appearance: none;
      position: relative;
      width: 50px;
      height: 25px;
      border-radius: 10px;
      background:var(--color1);
      border: solid 1px #ccc;
    }
    
    .checkbox::before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      top: 1.5px;
      left: 26px;
      border-radius: 50%;
      background: #ccc;
      transition: all 0.3s linear
    }

    .checkbox:checked::before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      top: 1.5px;
      left: 2px;
      border-radius: 50%;
      background: var(--base1);
      box-shadow: 0px 0px 2px #000;
    }

    .goms {
      position: absolute;
      left: 20px;
      top: 20px;
      width: 80px;
      height: 100px;
      background-image: url(../images/goms.JPG);
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 100;
    }

    ul {
      position: relative;
      width: 50%;
      display: flex;
      list-style-type: none;
      justify-content: center;
      align-items: center;
      flex:1;
    }
    input[type='range']{
      width:300px;
    }
    li:nth-child(2){
      width:300px;
      padding:10px;
    }
    li {
      display: flex;
      padding: 5px;
      text-align: center;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
      border-radius:10px;
      margin-left:20px;
      background:var(--color1);
    }
    li:hover{
      box-shadow: 0px 0px 5px var(--base1);
    }
    .btnContainer{
      display:flex;
      border:solid 1px #ccc;
      position:relative;
      top:-10px;
    }

    button {
      display: inline-block;
      border-radius: 4px;
      background-color: var(--color3);
      border: none;
      color: #FFFFFF;
      text-align: center;
      font-size: 15px;
      padding: 10px;
      width: 120px;
      transition: all 0.5s;
      cursor: pointer;
      margin: 5px;
    }
    .t2{
      width:60%;
      height:70%;
      border-radius: 20px;
      scroll-behavior: auto;
      overflow-x: hidden;   
      color:var(--color2);
      background: var(--color1);
      position:absolute;
      right:20px;
      font-size: 100px;
      color:var(--color3);
      display: block;
      justify-content:space-between;
      margin-left:150px;
      font-family: 'MaruBuri','cwtexfangsong';
      padding:15px;
      

    }
    .t2.span{
      color:red;
    }
    .t_sound{
      font-size:20px;
    }