/*!*****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./landing/static/css/landing_230920.css ***!
  \*****************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap);
/*!*****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./landing/static/css/landing-common.css ***!
  \*****************************************************************************************/
:root {
    --theme-color-main : #f39c12;
    --theme-color-light : #f3ae3f;
    --theme-color-deeplight : #f4c272;
    --theme-color-dark : #b3730d;
    --theme-color-deepdark: #784e09;    

    
    --theme-color-v2-c1-rgb : rgb(64,66,88);
    --theme-color-v2-c1 :   64,66,88;
    --theme-color-v2-c2-rgb :   rgb(107,114,142);
    --theme-color-v2-c2 : 107,114,142;
    --theme-color-v2-c3-rgb :   rgb(48,180,189);
    --theme-color-v2-c3 : 48,180,189;
    --theme-color-v2-c4-rgb :   rgb(189,190,190);
    --theme-color-v2-c4 : 189,190,190;

    --theme-color-v2-black: 0,0,0;
    --theme-color-v2-white: 255,255,255;
    --theme-color-v2-gray: 189,190,190;
    --theme-color-v2-black-rgb: rgb(0,0,0);
    --theme-color-v2-white-rgb: rgb(255,255,255);
    --theme-color-v2-gray-rgb: rgb(189,190,190);
    

}

:root.purple {
    --theme-color-main : #8e44ad;
    --theme-color-light : #ca61f7;
    --theme-color-deeplight : #db93fa;
    --theme-color-dark : #5d2b72;
    --theme-color-deepdark : #3b0453;
}

:root.deepblue {
    --theme-color-main : #2980b9;
    --theme-color-light : #329fe8;
    --theme-color-deeplight : #66b4e9;
    --theme-color-dark : #206492;
    --theme-color-deepdark : #042f4c;
    
}

:root.orange {
    --theme-color-main : #f39c12;
    --theme-color-light : #f3ae3f;
    --theme-color-deeplight : #f4c272;
    --theme-color-dark : #b3730d;
    --theme-color-deepdark: #784e09;
}

:root.green {
    --theme-color-main : #27ae60;
    --theme-color-light : #3af889;
    --theme-color-deeplight : #6df5a6;
    --theme-color-dark : #1b703e;
    --theme-color-deepdark : #01481f;
    
}

:root.red {
    --theme-color-main : #ea2027;
    --theme-color-light : #ec4c52;
    --theme-color-deeplight : #ee7b7e;
    --theme-color-dark : #a6181d;
    --theme-color-deepdark : #7a0307;
    
}

:root.pink {
    --theme-color-main : #e84393;
    --theme-color-light : #e96faa;
    --theme-color-deeplight : #e795bd;
    --theme-color-dark : #ad336e;
    --theme-color-deepdark : #680535;
    
}

:root.deepred {
    --theme-color-main : #ff4757;
    --theme-color-light : #f77580;
    --theme-color-deeplight : #f799a1;
    --theme-color-dark : #b83540;
    --theme-color-deepdark : #6c050d;
    
}

:root.yellow {
    --theme-color-main : #ffc312;
    --theme-color-light : #ffd864;
    --theme-color-deeplight : #fbe08d;
    --theme-color-dark : #b68c0c;
    --theme-color-deepdark : #7c5f05;
    
}

:root.skyblue {
    --theme-color-main : #17c0eb;
    --theme-color-light : #5ad0ee;
    --theme-color-deeplight : #9ae1f3;
    --theme-color-dark : #0e7f9b;
    --theme-color-deepdark : #046279;
    
}

/* version2 theme1 : navy & black */
:root.v2theme1 {
    --theme-color-v2-c0-rgb : rgb(32, 33, 44);
    --theme-color-v2-c0 :   32,33,44;
    --theme-color-v2-c1-rgb : rgb(64,66,88);
    --theme-color-v2-c1 :   64,66,88;
    --theme-color-v2-c2-rgb :   rgb(107,114,142);
    --theme-color-v2-c2 : 107,114,142;
    --theme-color-v2-c3-rgb :   rgb(48,180,189);
    --theme-color-v2-c3 : 48,180,189;
    --theme-color-v2-c4-rgb :   rgb(189,190,190);
    --theme-color-v2-c4 : 189,190,190;
}

/* version2 theme2 : baby pink & purple */
:root.v2theme2 {
    --theme-color-v2-c0-rgb :   rgb(31,24,40);
    --theme-color-v2-c0 : 31,24,40;
    --theme-color-v2-c1-rgb :   rgb(62,48,81);
    --theme-color-v2-c1 : 62,48,81;
    --theme-color-v2-c2-rgb :   rgb(252,209,208);
    --theme-color-v2-c2 : 252,209,208;
    --theme-color-v2-c3-rgb :   rgb(111,77,158);
    --theme-color-v2-c3 : 111,77,158;
    --theme-color-v2-c4-rgb :   rgb(189,190,190);
    --theme-color-v2-c4 : 189,190,190;
}

/* version2 theme3 : aqua & orange */
:root.v2theme3 {
    --theme-color-v2-c0-rgb : rgb(64,103,106);
    --theme-color-v2-c0 : 64,103,106;
    --theme-color-v2-c1-rgb : rgb(128,206,212);
    --theme-color-v2-c1 : 128,206,212;
    --theme-color-v2-c2-rgb : rgb(178,230,236);
    --theme-color-v2-c2 : 178,230,236;
    --theme-color-v2-c3-rgb : rgb(219,173,59);
    --theme-color-v2-c3 : 219,173,59;
    --theme-color-v2-c4-rgb : rgb(189,190,190);
    --theme-color-v2-c4 : 189,190,190;
}

/* version2 theme4 : green & orange */
:root.v2theme4 {
    --theme-color-v2-c0-rgb : rgb(63,91,63);
    --theme-color-v2-c0 : 63,91,63;
    --theme-color-v2-c1-rgb : rgb(127,183,126);
    --theme-color-v2-c1 : 127,183,126;
    --theme-color-v2-c2-rgb : rgb(177,215,180);
    --theme-color-v2-c2 : 177,215,180;
    --theme-color-v2-c3-rgb : rgb(254,192,144);
    --theme-color-v2-c3 : 254,192,144;
    --theme-color-v2-c4-rgb : rgb(189,190,190);
    --theme-color-v2-c4 : 189,190,190;
}

/* version2 theme5 : lavendar & jade green */
:root.v2theme5 {
    --theme-color-v2-c0-rgb : rgb(97, 78, 169);
    --theme-color-v2-c0 : 143, 114, 248;
    --theme-color-v2-c1-rgb : rgb(172,154,238);
    --theme-color-v2-c1 : 172,154,238;
    --theme-color-v2-c2-rgb : rgb(214,200,236);
    --theme-color-v2-c2 : 214,200,236;
    --theme-color-v2-c3-rgb : rgb(117,210,175);
    --theme-color-v2-c3 : 117,210,175;
    --theme-color-v2-c4-rgb : rgb(189,190,190);
    --theme-color-v2-c4 : 189,190,190;
}

/* version2 theme6 : black & pink */
:root.v2theme6 {
    --theme-color-v2-c0-rgb : rgb(14,14,13);
    --theme-color-v2-c0 : 14,14,13;

    --theme-color-v2-c1-rgb : rgb(28,28,27);
    --theme-color-v2-c1 : 28,28,27;
    --theme-color-v2-c2-rgb : rgb(251,183,205);
    --theme-color-v2-c2 : 251,183,205;
    --theme-color-v2-c3-rgb : rgb(206,74,126);
    --theme-color-v2-c3 : 206,74,126;
    --theme-color-v2-c4-rgb : rgb(189,190,190);
    --theme-color-v2-c4 : 189,190,190;
}

/* version2 theme7 : dark green & yellow */
:root.v2theme7 {
    --theme-color-v2-c1-rgb : rgb(24,59,44);
    --theme-color-v2-c1 : 24,59,44;

    --theme-color-v2-c1-rgb : rgb(49,119,88);
    --theme-color-v2-c1 : 49,119,88;
    --theme-color-v2-c2-rgb : rgb(245,204,118);
    --theme-color-v2-c2 : 245,204,118;
    --theme-color-v2-c3-rgb : rgb(54,99,122);
    --theme-color-v2-c3 : 54,99,122;
    --theme-color-v2-c4-rgb : rgb(189,190,190);
    --theme-color-v2-c4 : 189,190,190;
}

ul, li {
    list-style-type: none;
    list-style: none;
}

/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./landing/static/css/landing_230920.css (1) ***!
  \*********************************************************************************************/

  @font-face {
   font-family: 'yg-jalnan';
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff'); font-weight:normal; font-style:normal;
   }

   @font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    }

  @font-face {
    font-family: 'BMJUA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
 
.post_page{
  font-family: 'Noto Sans KR';
}

 body{
  font-family: 'Noto Sans KR';
  font-weight: normal;
  font-style: normal;
 }

 /* .bold{
  font-family: "BMJUA";
  font-weight: normal;
  font-style: normal;
 } */

/* 
// Rounded Bootstrap Buttons
// https://codepen.io/davidelvar/pen/dYMgrR 
*/

.btn-rounded {
  border-radius : 40px;
}

div.class-mtv-choice-number {
  box-sizing: border-box;
  width:36px;
  height:36px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;

  border-radius: 100%;
  /* border-color: rgb(139, 163, 182); */
  border : 2px solid rgb(154, 170, 183);

  color: rgb(154, 170, 183);
  -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

div.class-mtv-choice-number.inactive {
  cursor: default;
}

div.class-mtv-choice-number.active {
  /* border-radius: 50%; */
  /* border-color: rgb(34, 154, 252); */
  /* color: rgb(24, 10, 229); */
  color : rgb(34, 154, 252);
  border : 2px solid rgb(34, 154, 252);
}

.btn-fixed{
  -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  border: transparent;
  outline: 0px;
  user-select: none;
}

.btn-fixed:focus{
  border: transparent !important;
  outline: 0px;
  user-select: none;
}

/* @media only screen and (-webkit-min-device-pixel-ratio: 2) {
  font-size : 0.5rem;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  font-size : 0.33rem;
} */

/* div .container-fluid {
  font-size : 0.33rem !important;
} */

/* @media (-webkit-min-device-pixel-ratio: 2) { 
  font-size : 0.5rem;
}

@media (-webkit-min-device-pixel-ratio: 3) { 
  font-size : 0.34rem;
} */


.ytp-pause-overlay-controls-hidden .ytp-pause-overlay{
  display: none !important;
}
div.ytp-pause-overlay.ytp-scroll-min {
  display: none !important;
}

.ytp-scroll-min.ytp-pause-overlay{
  display: none !important;
}

.sunda-inline{
  width:20px;
  height:20px;
}

figure.graphic{
  margin-left: auto;
  margin-right: auto;
}

.graphic-style-align-left,
.graphic-style-align-right {
  clear: none;
}

.graphic-style-align-left {
  float:left;
}

.graphic-style-align-right {
  float:right;
}

.graphic-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

.graphic-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}

.graphic-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

.btn-icon {
  padding : 0rem 0.7rem
}

figure.graphic img {
  max-width:100%;
  display: block;
  margin: 0 auto;
}


figure.table td,figure.table table th {    
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px;
  /* border: 1px solid #bfbfbf; */
 
  /* width: 100%; */
}

figure.table table {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double #b3b3b3;
}

.table td, .table th {
  padding: 0.4rem;
  vertical-align: top;
  /* border-top: 1px solid #dee2e6; */
}

#swal2-html-container{
  overflow:visible;
}

.swal2-popup{
  width: 50em;
}

.mtm-testum-card-normal-normal p{
  text-align: start;
}

.mtm-testum-card-normal-number-area{
  text-align: start;
}

#id-mtm-question-swiper-2 .swiper-autoheight{
  height: 500px !important; 
}


/* .course-swiper .swiper-slide-active + .swiper-slide,
.course-swiper .swiper-slide-active + .swiper-slide + .swiper-slide,
.course-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {opacity:1} */

/* .text-2xl, .text-3xl, .text-4xl {
  font-family: 'yg-jalnan';
 } */

 @keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

.blink {
  animation: blink-effect 1s step-end infinite;

  /*
  animation-name: blink-effect;
  animation-duration: 1s;
  animation-iteration-count:infinite;
  animation-timing-function:step-end;
  */
}

/* 과목리스트 */
section {
  display: none;
  padding: 20px;
  width: 100%;
  height: 500px;
  border: 2px solid black;
  border-radius: 0 30px 30px 30px;
  position: relative;
  overflow: hidden;
}

.course-swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

/* .course-swiper {overflow: hidden;} */
.course-swiper .swiper-slide {
  opacity:0; 
  transition:opacity 0.1s;
}
.course-swiper .swiper-slide-active {opacity: 1;}
/* .course-swiper .swiper-slide-next {opacity: 1;} */
.swiper-button-prev {
  transform:translateX(-200%);
}
.swiper-button-next {
  transform:translateX(200%);
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #fff;
  opacity: 0.5;
  padding: 15px 5px;
  border-radius: 20px;
  color: black !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: gray;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M8 12L14 6V18L8 12Z\"></path></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M16 12L10 18V6L16 12Z\"></path></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-pagination {
  transform:translateY(100%);
}

.swiper-pagination-bullet-active {
  background: black;
  
}

input {
  display: none;
}

label {
  display: inline-block;
  position: relative;
  margin: 0 0 -4px;
  width: 100px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color:#b3b3b3;
  /* border: 1px solid gray; */
  border-bottom: none;
}

@media (max-width:1280px) {
  section {
    display: none;
    padding: 20px;
    width: 100%;
    height: 400px;
    border: 2px solid black;
    border-radius: 0 30px 30px 30px;
    position: relative;
    overflow: hidden;
  }
}

@media (max-width:768px) {
  section {
    display: none;
    padding: 20px;
    width: 100%;
    height: 350px;
    border: 2px solid black;
    border-radius: 0 30px 30px 30px;
    position: relative;
    overflow: hidden;
  }

  label {
    display: inline-block;
    position: relative;
    /* margin: 0 0 -4px; */
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color:#b3b3b3;
    /* border: 1px solid gray; */
    border-bottom: none;
  }
}

@media (max-width:640px) {
  section {
    display: none;
    padding: 10px;
    width: 100%;
    height: 280px;
    border: 2px solid black;
    border-radius: 0 30px 30px 30px;
    position: relative;
    overflow: hidden;
  }
}

label:hover {
  color:black;
  cursor: pointer;
}

input:checked + label {
    color:white;
    border: 2px solid black;
    /* border-bottom: 3px solid white; */
    z-index: 10;
}

input#tab1:checked + label {
  background-color: #692498;
}
input#tab2:checked + label {
  background-color: #3a4ca8;
}
input#tab3:checked + label {
  background-color: #568a35;
}
input#tab4:checked + label {
  background-color: #fd6f22;
}
input#tab5:checked + label {
  background-color: #12887a;
}

#tab1:checked ~ #content1 {
  display: block;
}

#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  border-radius: 30px;
  display: block;
}



.one-page {
  height:100vh;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* 한페이지씩 스크롤 */
@media (max-width:1024px){
  .one-page {
    width: 100%;
    height: 100%;
  }
}

p {
  word-break: keep-all;
}
/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/core/output/mto-confirm-popup.css ***!
  \***************************************************************************************************/

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/core/input/mtm-input-button.css ***!
  \*************************************************************************************************/
.mtm-input-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.mtm-input-button.disabled, .mtm-input-button:disabled {
    color : #555;
    border: 1px solid #555;
    opacity: .65;
    cursor: default;
}

.mtm-input-button.mtm-btn-sm {
    padding: 3px 5px;
    line-height : 0.8;
    font-size : 10px;
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 2px;
}

.mtm-input-button.mtm-btn-md {
    padding: 5px 5px;
    line-height : 1.2;
    font-size : 14px;
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 5px;
}

.mtm-input-button {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
}
  /* Boostrap Buttons Styling */
  
.mtm-input-button-default {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    /* color: rgba(108, 88, 179, 0.75);
    border: 2px solid rgba(108, 89, 179, 0.75); */
    color: var(--theme-color-v2-c0-rgb);
    border: 2px solid var(--theme-color-v2-c0-rgb);
    
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
  
.mtm-input-button-default:hover {
    color: #FFF;
    /* background: rgba(108, 88, 179, 0.75);
    border: 2px solid rgba(108, 89, 179, 0.75); */
    background: var(--theme-color-v2-c0-rgb);
    border: 2px solid var(--theme-color-v2-c0-rgb);
}
  
.mtm-input-button-primary {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    color: rgba(58, 133, 191, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(58, 133, 191, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

  
.mtm-input-button-primary:hover {
    color: #FFF;
    background: rgba(58, 133, 191, 0.75);
    border: 2px solid rgba(58, 133, 191, 0.75);
}
  
.mtm-input-button-success {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    color: rgba(103, 192, 103, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(103, 192, 103, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
  
.mtm-input-button-success:hover {
    color: #FFF;
    background: rgb(103, 192, 103, 0.75);
    border: 2px solid rgb(103, 192, 103, 0.75);
}
  
.mtm-input-button-info {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    color: rgba(91, 192, 222, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(91, 192, 222, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
  
.mtm-input-button-info:hover {
    color: #FFF;
    background: rgba(91, 192, 222, 0.75);
    border: 2px solid rgba(91, 192, 222, 0.75);
}
  
.mtm-input-button-warning {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    color: rgba(240, 173, 78, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(240, 173, 78, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
  
.mtm-input-button-warning:hover {
    color: #FFF;
    background: rgb(240, 173, 78, 0.75);
    border: 2px solid rgba(240, 173, 78, 0.75);
}

.mtm-input-button-warning-hover {
    color: #FFF;
    background: rgb(240, 173, 78, 0.75);
    border: 2px solid rgba(240, 173, 78, 0.75);
}

  
.mtm-input-button-danger {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    color: rgba(217, 83, 78, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(217, 83, 78, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
  
.mtm-input-button-danger:hover {
    color: #FFF;
    background: rgba(217, 83, 78, 0.75);
    border: 2px solid rgba(217, 83, 78, 0.75);
}

.mtm-input-button-orange {
    font-family: Raleway-SemiBold;
    /* font-size: 13px; */
    color: rgba(244, 142, 34);
    letter-spacing: 1px;
    /* line-height: 15px; */
    border: 1px solid  rgba(244, 142, 34);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
  
.mtm-input-button-orange:hover:not(:disabled) {
    color: #FFF;
    background: rgba(244, 142, 34);
    border: 1px solid rgba(244, 142, 34);
    
}

.mtm-input-button-orange:hover {
    color: #FFF;
    background: rgba(244, 142, 34);
    border: 2px solid rgba(244, 142, 34);
}

.mtm-input-button-fixed{
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    border: transparent;
    outline: 0px;
    user-select: none;
}

/* .mtm-input-button-fixed:focus{
    outline: 0px;
} */

/* transparent */
.mtm-input-button-transparent {
    font-family: Raleway-SemiBold;
    /* font-size: 13px; */
    color: #fff;
    letter-spacing: 1px;
    /* line-height: 15px; */
    border: 1px solid #fff;
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
  
.mtm-input-button-transparent:hover:not(:disabled) {
    color: #FFF;
    font-weight: 900;
    transform:translatey(-1px);
}

.mtm-input-button-transparent:active:not(:disabled) {
    color: #FFF;
    transform:translatey(1px);
}


.mtm-input-button-theme {
    font-family: Raleway-SemiBold;
    /* color: var(--theme-color-main); */
    color: var(--theme-color-v2-c1-rgb); 
    letter-spacing: 1px;
    border: 1px solid var(--theme-color-v2-c1-rgb);

    /* border-radius: 40px; */
    background: white;
    transition: all 0.3s ease 0s;
}

.mtm-input-button-black {
    font-family: Raleway-SemiBold;
    color: #000;
    letter-spacing: 1px;
    border: 1px solid #000;

    /* border-radius: 40px; */
    /* background: transparent; */
    transition: all 0.3s ease 0s;
}

.mtm-input-button-theme-dark {
    font-family: Raleway-SemiBold;
    color: var(--theme-color-dark);
    letter-spacing: 1px;
    border: 1px solid var(--theme-color-dark);

    /* border-radius: 40px; */
    background: transparent;
    transition: all 0.3s ease 0s;
}

.mtm-input-button-theme-deepdark {
    font-family: Raleway-SemiBold;
    color: var(--theme-color-deepdark);
    letter-spacing: 1px;
    border: 1px solid var(--theme-color-deepdark);

    /* border-radius: 40px; */
    background: transparent;
    transition: all 0.3s ease 0s;
}

.mtm-input-button-hover-theme {
    color: #FFF;
    background: var(--theme-color-v2-c0-rgb);
    border: 2px solid var(--theme-color-v2-c0-rgb);
}

.mtm-input-button-black:active:not(:disabled) {
    /* color: #FFF; */
    background-color: white;
    color: #000;
    transform:translatey(1px);
    /* scale: 0.9; */
    outline: 0px;
}

.mtm-input-button-theme:active:not(:disabled) {
    /* color: #FFF; */
    background-color: white;
    /* color: var(--theme-color-main); */
    color: var(--theme-color-v2-c1-rgb);
    transform:translatey(1px);
    /* scale: 0.9; */
    outline: 0px;
}

.mtm-input-button-theme-dark:active:not(:disabled) {
    /* color: #FFF; */
    background-color: white;
    color: var(--theme-color-dark);
    transform:translatey(1px);
    /* scale: 0.9; */
    outline: 0px;
}

.mtm-input-button-theme-deepdark:active:not(:disabled) {
    /* color: #FFF; */
    background-color: white;
    color: var(--theme-color-deepdark);
    transform:translatey(1px);
    /* scale: 0.9; */
    outline: 0px;
}

.mtm-input-button-black:hover:not(:disabled) {
    color: #FFF;
    background: #000;
    border: 1px solid #000;   
}

.mtm-input-button-theme:hover:not(:disabled) {
    color: #FFF;
    /* background: var(--theme-color-main);
    border: 1px solid var(--theme-color-main);    */
    background: var(--theme-color-v2-c1-rgb);
    border: 1px solid var(--theme-color-v2-c1-rgb);   
}

.mtm-input-button-theme-dark:hover:not(:disabled) {
    color: #FFF;
    background: var(--theme-color-dark);
    border: 1px solid var(--theme-color-dark);   
}

.mtm-input-button-theme-deepdark:hover:not(:disabled) {
    color: #FFF;
    background: var(--theme-color-deepdark);
    border: 1px solid var(--theme-color-deepdark);   
}


.mtm-input-button-c1 {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    color: var(--theme-color-v2-c1-rgb);
    border: 2px solid var(--theme-color-v2-c1-rgb);
    
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
  
.mtm-input-button-c1:hover {
    color: #FFF;
    background: var(--theme-color-v2-c1-rgb);
    border: 2px solid var(--theme-color-v2-c1-rgb);
}


.mtm-input-button-c2 {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    color: var(--theme-color-v2-c2-rgb);
    border: 2px solid var(--theme-color-v2-c2-rgb);
    
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
  
.mtm-input-button-c2:hover {
    color: #FFF;
    background: var(--theme-color-v2-c2-rgb);
    border: 2px solid var(--theme-color-v2-c2-rgb);
}

.mtm-input-button-c3 {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    color: var(--theme-color-v2-c3-rgb);
    border: 2px solid var(--theme-color-v2-c3-rgb);
    
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
  
.mtm-input-button-c3:hover {
    color: #FFF;
    background: var(--theme-color-v2-c3-rgb);
    border: 2px solid var(--theme-color-v2-c3-rgb);
}
.btn.btn-sm {
    padding: 0.25rem 0.8rem;
    font-size: .64rem;
}

/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/core/css/mtm-tabulator.css ***!
  \********************************************************************************************/
.mtm-tabulator-table .mtm-tabulator.tabulator{
    border-radius: 5px 5px 0 0;
}

.mtm-tabulator-table-round .mtm-tabulator.tabulator{
    border-radius: 5px;
}

.mtm-tabulator-table-round.shadow{
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);

    background-color: #fff;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 7px;
    box-sizing: content-box;
    border: 2px solid var(--theme-color-v2-c0-rgb);
}

.mtm-tabulator-table.shadow{
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);

    background-color: #fff;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 7px;
    box-sizing: content-box;
    border: 2px solid var(--theme-color-v2-c0-rgb);
}

.mtm-tabulator-table .tabulator {
    border-radius: 0 0 5px 5px;
}

.mtm-tabulator.tabulator {
    /* background-color: rgba(var(--theme-color-v2-c1),0.7) !important; */
    background-color: white !important; 
}

.mtm-tabulator.tabulator .tabulator-header {
    border-bottom: 1px solid transparent !important;
    background-color: var(--theme-color-v2-c1-rgb);
    color: #fff;
} 

.mtm-tabulator.tabulator .tabulator-header .tabulator-col{
    background-color: var(--theme-color-v2-c1-rgb);
}

.mtm-tabulator.tabulator .tabulator-row.tabulator-selectable:hover {
    background-color: rgba(var(--theme-color-v2-c1),0.8);
    
}

.mtm-tabulator-table .mtm-tabulator i.title {
    color : var(--theme-color-v2-c1-rgb);
}

.mtm-tabulator-table-round .mtm-tabulator i.title {
    color : var(--theme-color-v2-c1-rgb);
}

.tabulator-placeholder-contents {
    color : white !important;
}

.tabulator .tabulator-tableholder {
    background-color: rgba(var(--theme-color-v2-c0),0.2);
}

.mtm-tabulator i.menu-icon {
    color: var(--theme-color-v2-c0-rgb);
}

.mtm-tabulator .tabulator-cell.menu-select i.menu-icon {
    color: var(--theme-color-v2-white-rgb);
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/student/study/mtm-study-answer-choice.css ***!
  \***********************************************************************************************************/
.mtm-study-answer-choice-number {
    box-sizing: border-box;
    width:36px;
    height:36px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;

    border-radius: 100%;
    /* border-color: rgb(139, 163, 182); */
    border : 2px solid rgb(154, 170, 183);

    color: rgb(154, 170, 183);
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.mtm-study-answer-choice-number.inactive {
    cursor: default;
}

.mtm-study-answer-choice-number.active {
    font-weight: 600;
    /* color : var(--theme-color-main); */
    color :var(--theme-color-v2-c0-rgb);
    /* border : 3px solid var(--theme-color-dark);  */
    border : 3px solid var(--theme-color-v2-c0-rgb); 
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/student/study/mtm-study-solution-video-list.css ***!
  \*****************************************************************************************************************/
.cl-solution-video-list
{
    display: flex;
    flex-direction: column;
    /* 이것은 정체가 무엇? cl-yt-solution-video-list 에는 없음*/
    align-items: flex-start;    
}

.cl-yt-solution-video-list
{
    display: flex;
    flex-direction: column;
}

.cl-yt-solution-video-item-wrapper
{
    display: flex;
    flex-direction: row;
    flex-wrap : nowrap;
    width: 100%;
    /* margin-top:10px; */
    /* margin-bottom:10px; */
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cl-yt-solution-video-item-wrapper:nth-child(2n)
{
    /* background-color: rgb(198, 249, 249); */
    background-color: rgba(var(--theme-color-v2-c2),0.5);
}
.cl-yt-solution-video-item-wrapper:nth-child(2n+1)
{
    /* background-color: rgb(233, 242, 242); */
    background-color: rgba(var(--theme-color-v2-c1),0.5);
}

.cl-yt-solution-video-item-wrapper:nth-child(2n+1):hover
{
    /* background-color: rgb(242, 249, 198); */
    background-color: rgba(var(--theme-color-v2-c0),0.5);
}

.cl-yt-solution-video-item-wrapper:nth-child(2n):hover
{
    /* background-color: rgb(242, 249, 198); */
    background-color: rgba(var(--theme-color-v2-c0),0.5);
}

.cl-solution-video-item-wrapper
{
    margin-top: 15px;
    text-decoration: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin-top:10px;
    margin-bottom:10px;
    cursor: pointer;
}

.cl-yt-solution-video-item-wrapper .thumb-nail
{
    align-self:center;
    width:50%;
    flex:1;
    position: relative;
    padding-left : 10px;
    padding-right: 10px;
    box-sizing: border-box;

}

.cl-yt-solution-video-item-wrapper .thumb-nail .img-wrapper img
{
    
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.cl-solution-video-item-wrapper .thumb-nail
{
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cl-yt-solution-video-item-wrapper .details
{
    width: 50%;
    flex:1;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.cl-solution-video-item-wrapper .details
{
    box-sizing: border-box;
}

.cl-yt-solution-video-item-wrapper .details .title
{
    font-weight: 500;
    font-size : 1.0rem;
    /* display: block; */
    
    line-height: 1.2em;
    height: 2.4em;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;

    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin-bottom: 10px;
} 

.cl-solution-video-item-wrapper .details .title
{
    /* color: white; */
    font-size: 14px;
    font-weight: 500;
} 

.cl-yt-solution-video-item-wrapper .details .author
{
    font-size : 0.8rem;
    display: block;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.cl-solution-video-item-wrapper .details .author
{
    color: rgb(170, 170, 170);
    font-size: 13px;
    font-weight: 400;
}

.cl-yt-solution-video-item-wrapper .details .info
{
    /* font-family: "Roboto","Arial",sans-serif; */
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    max-height: 3.6rem;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: flex;
}

.cl-solution-video-item-wrapper .details .info
{
    color: rgb(170, 170, 170);
    font-size: 13px;
    font-weight: 400;
}

.cl-yt-solution-video-item-wrapper .details .info span:not(:last-of-type):after {
    content: "•";
    margin: 0 4px;
}

.cl-solution-video-item-wrapper .details .info span:not(:last-of-type):after {
    content: "•";
    margin: 0 4px;
}

.cl-yt-solution-video-header-divider {
    background-color: rgba(170, 170, 170, 0.3);
    margin-top: 0;
    width: 100%;
    /* margin-top : 10px; */
    margin-bottom: 4px;
    height: 2px;
}

.cl-yt-solution-video-item-divider {
    background-color: rgba(170, 170, 170, 0.3);
    margin-top: 0;
    width: 90%;
    /* margin-top : 10px; */
    height: 1px;
}

/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/student/study/mtm-study-solution-text-list.css ***!
  \****************************************************************************************************************/
/* .cl-solution-text-wrapper {
    height: auto;
    transition : height 0.5 ease;
} */


.cl-solution-text-header-divider {
    background-color: rgba(170, 170, 170, 0.3);
    margin-top: 0;
    width: 100%;
    margin-top : 10px;
    margin-bottom: 4px;
    height: 2px;
}

.cl-solution-text-item-divider {
    background-color: rgba(170, 170, 170, 0.3);
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
    height: 1px;
}

.cl-solution-list-header {
    /* background-color: rgb(199, 251, 177); */
    background-color:  var(--theme-color-v2-c0-rgb);
    color:  var(--theme-color-v2-c0-rgb);
    border-radius: 4px;
    cursor: pointer;
}

.cl-solution-list-header:hover {
    /* background-color: rgb(241, 251, 172); */
    background-color:  var(--theme-color-v2-c1-rgb);
}

.cl-solution-list-btn {
    border:2px solid white;
    color:white;
}


.cl-solution-text-list-btn {
    border:2px solid white;
    color:white;
}

.cl-solution-text-header {
    /* background-color: rgb(199, 251, 177); */
    background-color: var(--theme-color-v2-c0-rgb);
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.cl-solution-text-header:hover {
    /* background-color: rgb(241, 251, 172); */
    background-color: var(--theme-color-v2-c0-rgb);
}

/* 스크롤바 숨기기 */
.cl-solution-text-content{
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* 스크롤바 숨기기 */
.cl-solution-text-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.cl-solution-text-wrapper.hidden .cl-solution-text-content {
    max-height: 0;
    background-color: rgba(var(--theme-color-v2-c2),0.1);
    transition: max-height .5s ease;
}
    
.cl-solution-text-wrapper.open .cl-solution-text-content{
    max-height: 100vh;
    background-color: rgba(var(--theme-color-v2-c2),0.1);
    transition: max-height 1.5s ease;
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/student/study/mtm-study-solution-list.css ***!
  \***********************************************************************************************************/
/* 화면 전체를 감싸는 박스 */
.cl-study-solution-list-wrap {
    position:relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
}

/* 라디오 인풋을 이용했으며 인풋에 라벨을 이어 버튼으로 사용하므로 
인풋 자체는 보여질 필요가 없음, 인풋 자체는 보이지 않게 가림 */
.cl-study-solution-list-wrap input.button {
    display:none;
}

/* 라디오 인풋에 체크가 되면, 인접한 .contents 상자를 보이게 함 */
.cl-study-solution-list-wrap input[type=radio]:checked + .contents { 
    visibility: visible;
    max-height:500px;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform:scale(1,1);
    opacity:1;
}
/* 라디오 인풋, 모두 닫는 버튼 */
.cl-study-solution-list-wrap .closer {
    position:absolute;
    top:0;
    right:0;
    display:inline-block;
    width:50px;
    height:50px;
    line-height:50px;
    background:#ADB4B0;
    text-align:center;
    font-family:"Arial Black";
    font-size:25px;
    color:#fff;
    -moz-box-shadow:1px 1px 3px 5px rgba(0,0,0,0.02);
    -webkit-box-shadow:1px 1px 3px 5px rgba(0,0,0,0.02);
    box-shadow:1px 1px 3px 5px rgba(0,0,0,0.02);
    cursor:pointer;
}

/* 닫기 버튼 애니메이션 효과, 삭제시 기능상 무방함 */
.cl-study-solution-list-wrap input[type=radio].close:checked + .closer {
    transform:translate(0,-100%);
    -webkit-transition:transform .2s ease;
    transition:transform .2s ease;
}

.cl-study-solution-list-wrap input[type=radio].close:not(:checked) + .closer {
    transform:translate(0,0);
    -webkit-transition:transform .2s ease;
    transition:transform .2s ease;
}

/* 메뉴 버튼 디자인 */
.cl-study-solution-list-wrap  .label {
    /* height:50px;
    line-height:50px; */
    width:100%;
    display:inline-block;
    /* overflow:hidden; */
    background:#94DCB9;
    cursor:pointer;
}
/*  메뉴 버튼에 들어갈 아이콘을 100px * 100px, 투명한 PNG 로 저장하여 아래의 경로에 연동해주면 됨 
    위쪽 코드 .label.a 부터 맨 아래코드 .label.e 까지가 메뉴버튼 오른쪽-> 왼쪽 순서 */
.cl-study-solution-list-wrap  .label.a {
    background:#2E97B7;
}

.cl-study-solution-list-wrap  .label.b {
    background:#32B9BE;
}
.cl-study-solution-list-wrap  .label.c {
    background:#5BCEBF;
}
.cl-study-solution-list-wrap  .label.d {
    background:#74DCB9;
}
.cl-study-solution-list-wrap  .label.e {
    background:#94DCB9;
}

.cl-study-solution-list-wrap  .label .rotate {
    display:inline-block;
}

.cl-study-solution-list-wrap  .label .rotate p {
    position:relative;
    font-size:1.5em;
    white-space: nowrap;
    left:40%;
    font-family: "arial";
    font-weight:600;
    color:#fff;
}

/* 콘텐츠 본문 */
.cl-study-solution-list-wrap  .contents {
    position:relative;
    visibility: collapse;
    /* float:left; */
    height:auto;
    width:100%;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform:scale(1,0);
    -ms-transform-origin:top;    
    -webkit-transform-origin:top;  
    transform-origin:top;  
    max-height:0;
    -webkit-transition:transform 0.2s ease-out, opacity 0.2s ease-out, max-height 0.1s ease-out;
    transition:transform 0.2s ease-out, opacity 0.2s ease-out, max-height 0.1s ease-out;
    opacity:0;
    z-index:-1;
    /* overflow:hidden;
    background: -moz-linear-gradient(-45deg, rgba(46,151,183,0.4) 0%, rgba(164,220,185,0.9) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(46,151,183,0.4) 0%, rgba(164,220,185,0.9) 100%);
    background: linear-gradient(135deg, rgba(46,151,183,0.4) 0%, rgba(164,220,185,0.9) 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c0c60a', endColorstr='#59007c33',GradientType=1 ); */
}

/* .inner {
    display: table;
    width:340px;
    height:100%;
    margin:30px auto;
    -moz-box-shadow:0px 0px 3px 3px rgba(0,0,0,0.05);
    -webkit-box-shadow:0px 0px 3px 3px rgba(0,0,0,0.05);
    box-shadow:0px 0px 3px 3px rgba(0,0,0,0.05);
}
.description {
    display:table-cell;
    vertical-align: middle;
    padding: 5%;
    background: rgba(0,0,0,0.04);
}
.description h3 {
    width:100%;
    text-overflow:ellipsis;
    overflow:hidden;
    font-size:30px;
    color:#37a4ab;
    line-height:1;
    margin:0;
    text-shadow: rgb(36, 127, 132) 2px 2px 0px;
    margin-bottom:10px;
}
.description h3::first-letter {
    font-size:50px;
    color:#0f848c;
}
.description p {
    font-size:19px;
    line-height:1.7;
    font-weight:600;
    color:#4e6b61;
    padding-left: 20px;
    overflow:auto;
    letter-spacing:-1px;
} */

/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/student/study/mtm-study-question-card.css ***!
  \***********************************************************************************************************/
/* .card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
} */


.mtm-testum-card-normal{
    box-sizing: border-box;
    
    /* width : var(--question-card-width); */

    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    /* 제출/채점 버튼과 답안 넣는 곳이 겹치는 현상 없애기  */
    margin-bottom : 100px;
}


@media (max-width: 460px) { 
    /* .mtm-testum-card-normal{width : 350px;} */
    .mtm-testum-card-normal{width : 95%;}
} 

@media (max-width: 320px) { 
    /* .mtm-testum-card-normal{width : 280px;} */
    .mtm-testum-card-normal{width : 100%;}
} 

@media (min-width: 550px) { 
    .mtm-testum-card-normal{width : 460px;}
} 

.mtm-study-question-number-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
    /* background-color:transparent;border:2px solid  rgb(243,174,34) ; */
    background-color:transparent;border:2px solid   var(--theme-color-v2-c0-rgb); ;
}

.mtm-study-question-number{
    font-weight: 600;
    /* color : rgb(243,174,34) ; */
    color :  var(--theme-color-v2-c0-rgb);
}

/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/student/study/mtm-study-question-ckeditor.css ***!
  \***************************************************************************************************************/

figure.graphic{
    margin-left: auto;
    margin-right: auto;
}

.graphic-style-align-left,
.graphic-style-align-right {
    clear: none;
}

.graphic-style-align-left {
    float:left;
}

.graphic-style-align-right {
    float:right;
}

.graphic-style-align-center {
    margin-left: auto;
    margin-right: auto;
}

.graphic-style-block-align-right {
    margin-right: 0;
    margin-left: auto;
}

.graphic-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}

.btn-icon {
    padding : 0rem 0.7rem
}

figure.graphic img {
    max-width:100%;
    display: block;
    margin: 0 auto;
}


/*!***************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/core/css/mtm-form.css ***!
  \***************************************************************************************/
.form-group {
    position: relative;
}

.form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    outline: none !important;
    /* border:1px solid rgb(243,174,34);
    box-shadow: 0 0 10px rgb(240, 121, 79); */
    border: 1px solid var(--theme-color-v2-c0-rgb);
    box-shadow: 0 0 10px var(--theme-color-v2-c0-rgb);
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.form-check-label {
    margin-bottom: 0;
}

.mtm-form {
    background-color: rgba(var(--theme-color-v2-c0),0.3);
    border-radius: 0 0 5px 5px;
}
/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/css/mtv/core/output/mtm-elapse-timer.css ***!
  \***************************************************************************************************/
.mtm-elapse-timer{
    /* color: #007bff;
    border-color: #007bff; */
    /* color: rgb(243,174,34);
    border-color: rgb(243,174,34); */
    color : var(--theme-color-v2-c0-rgb);
    border: 2px solid var(--theme-color-v2-c0-rgb);
}


.mtm-elapse-timer {
    /* position: absolute;
    top : 30px;
    left : 50%;
    transform: translateX(-50%);
    z-index: 10; */
    
    display: inline-block;
    /* color: #212529; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    /* border: 1px solid transparent; */
    padding: 0.375rem 0.75rem;

    font-size: 0.8em;
    font-weight: 700;

    line-height: 1.5;
    border-radius: 40px;

    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    /* border: transparent; */
    outline: 0px;
    
    /* display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; */
}

.mtm-elapse-timer:hover{
    color : white;
    background-color: var(--theme-color-v2-c0-rgb);
}

.mtm-elapse-timer:active{
    color : white;
    background-color: var(--theme-color-v2-c0-rgb);
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/core/utils/mtm-analog-clock.css ***!
  \*************************************************************************************************/
.mtm-analog-clock {
    /* position: relative;
    width: 240px;
    height: 240px; */
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    width: 240px;
    height: 240px;
    /* padding: 20px; */
    box-sizing: border-box;
}
  
.mtm-analog-clock::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: var(--theme-color-v2-c1-rgb);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
  
.mtm-analog-clock > * {
    width: 100%;
    height: 100%;
}
  
.mtm-analog-clock-face {
    position: relative;
    border: 10px solid var(--theme-color-v2-c1-rgb);
    border-radius: 50%;
    background: rgba(var(--theme-color-v2-c1), 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    z-index: 1;
}
  
.mtm-analog-clock-line-circle {
    width: 100%;
    height: 100%;
    border: 1px solid var(--theme-color-v2-c1-rgb);
    box-sizing: border-box;
    border-radius: 50%;
}
  
.mtm-analog-clock-line-circle .mtm-analog-clock-line {
    position: absolute;
    width: 220px;
    background: var(--theme-color-v2-c1-rgb);
}
  
.mtm-analog-clock-line-circle .mtm-analog-clock-line.thick {
    top: calc(50% - 2px);
    height: 3px;
    z-index: 1;
}
  
.mtm-analog-clock-line-circle .mtm-analog-clock-line.thin {
    top: calc(50% - 0.5px);
    height: 1px;
}
  
.mtm-analog-clock-board-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 95%;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
  
.mtm-analog-clock-name {
    position: absolute;
    top: 65%;
    left: 50%;
    font-size: 8px;
    font-weight: 900;
    z-index: 10;
    color : var(--theme-color-v2-c1-rgb);
    transform: translate(-50%, 0);
}
  
.mtm-analog-clock-number-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
  
.mtm-analog-clock-numbers {
    position: absolute;
    top: calc(50% - 30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    transform-origin: center 30px;
}
  
.mtm-analog-clock-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
}
  
.mtm-analog-clock-time {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}
  
.mtm-analog-clock-hour-hand {
    z-index: 2;
}
  
.mtm-analog-clock-hour-hand::after {
    content: '';
    position: absolute;
    display: block;
    top: 30%;
    left: 50%;
    width: 5px;
    height: 25%;
    background: #000;
    transform: translateX(-50%);
}
  
.mtm-analog-clock-minute-hand {
    z-index: 3;
}
  
.mtm-analog-clock-minute-hand::after {
    content: '';
    position: absolute;
    display: block;
    top: 23%;
    left: 50%;
    width: 3px;
    height: 32%;
    background: #000;
    transform: translateX(-50%);
}
  
.mtm-analog-clock-second-hand {
    z-index: 4;
}
  
.mtm-analog-clock-second-hand::after {
    content: '';
    position: absolute;
    display: block;
    top: 20%;
    left: calc(50% - 1px);
    width: 2px;
    height: 40%;
    background: var(--theme-color-v2-c1-rgb);
}
/*!**************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/core/utils/mtm-digital-clock.css ***!
  \**************************************************************************************************/
.mtm-digital-clock {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}

.mtm-digital-clock h2 {
    color: var(--theme-color-v2-c1-rgb);
    position: relative;
    display: block;
    text-align: center;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 0.8em;
}

.mtm-digital-clock .time {
    display: flex;
}

.mtm-digital-clock .time div {
    position: relative;
    margin: 0 5px;
    -webkit-box-reflect: below 10px linear-gradient(transparent, #0004);
}

.mtm-digital-clock .time div span {
    position: realtive;
    display: block;
    background: #98d321;
    width: 100px;
    height: 80px;
    /* color: black; */
    color : white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    z-index: 10;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.mtm-digital-clock .time div span:nth-child(2) {
    height: 30px;
    color: black;
    font-size: 1.0em;
    letter-spacing: 0.2em;
    z-index: 9;
    box-shadow: none;
    background: #127fd6;
    Text-transform: uppercase;
}

.mtm-digital-clock .time div:nth-child(1) span {
    background: #98d321;
}

.mtm-digital-clock .time div:nth-child(1) span:nth-child(2) {
    background: #7aaa1a;
}

.mtm-digital-clock .time div:nth-child(2) span {
    background: #2196d3;
}

.mtm-digital-clock .time div:nth-child(2) span:nth-child(2) {
    background: #127fd6;
}

.mtm-digital-clock .time div:last-child span {
    background: #ff006a;
}

.mtm-digital-clock .time div:last-child span:nth-child(2) {
    background: #ec0062;
}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/student/testum/mtm-player-indicator.css ***!
  \*********************************************************************************************************/
.swiper-slide{
    
    font-size: 18px;
	background-color: transparent;
    background: transparent;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    /* border-radius: 100%; */
}

.mtm-player-indicator {
    box-sizing: border-box;
    width: 30px;
    height: 30px;

    /* color: #fff;
    background: #1c98f0; */
    color : rgb(190, 208, 232);
    background: #fff;

    border-radius: 100%;
    border: 2px solid rgb(190, 208, 232);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.mtm-player-indicator.active{

    color : black;
    font-weight: 600;
    border: 3px solid rgba(46, 107, 174);

}

.mtm-player-testum-indicator .swiper-container{
    background-color: var(--theme-color-deeplight);
}
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/student/testum/mtm-player-testum-progress.css ***!
  \***************************************************************************************************************/
.mtm-player-testum-progress-step {  
    box-sizing: border-box;
    background-color: #fff;  
    color: #999;  
    border-radius: 50%;  
    height: 30px;  
    width: 30px;  
    display: flex;  
    align-items: center;  
    justify-content: center;  
    border: 3px solid #e0e0e0;  
    transition: 0.4s ease;  
    z-index: 2;
}  

.mtm-player-testum-progress-step.active {  
    /* border-color: var(--theme-color-dark); */
    color : var(--theme-color-v2-c1-rgb);
    border-color: var(--theme-color-v2-c1-rgb);
}  

.mtm-player-testum-progress-step.current {
    background-color: yellow;
}

.mtm-player-testum-progress-bar {
    height : 30px;
    width : 60px;
}

.mtm-player-testum-progress-bar-0 {  
    background-color: #e0e0e0 ;
    position: absolute;  
    top: 50%;  
    left: 0;  
    transform: translateY(-50%);  
    height: 4px;  
    width: 100%;  
    z-index: 0;  
    transition: 0.4s ease;  
}  

.mtm-player-testum-progress-bar-1 {  
    /* background-color: var(--theme-color-dark); */
    background-color: var(--theme-color-v2-c1-rgb);
    position: absolute;  
    top: 50%;  
    left: 0;  
    transform: translateY(-50%);  
    height: 4px;  
    width: 0%;  
    z-index: 1;  
    transition: 0.4s ease;  
}  

.mtm-player-testum-progress .swiper-container {
    /* background-color: var(--theme-color-deeplight); */
    /* background-color: rgba(var(--theme-color-v2-c1),0.2); */
    background: linear-gradient(to right, rgba(var(--theme-color-v2-c1),0), rgba(var(--theme-color-v2-c1),0.5) 50%, rgba(var(--theme-color-v2-c1),0));

}

/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/student/testum/mtm-player-testum-indicator.css ***!
  \****************************************************************************************************************/
.mtm-player-testum-indicator .swiper-slide{
    
    font-size: 18px;
	background-color: transparent;
    background: transparent;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    /* border-radius: 100%; */
}

.mtm-player-testum-thumb {
    box-sizing: border-box;
    width: 30px;
    height: 30px;

    /* color: #fff;
    background: #1c98f0; */
    color : rgb(190, 208, 232);
    background: #fff;

    border-radius: 100%;
    border: 2px solid rgb(190, 208, 232);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.mtm-player-testum-thumb.answer{
    background: var(--theme-color-v2-c3-rgb);
}

.mtm-player-testum-thumb.active{

    /* color : black; */
    color: var(--theme-color-v2-c1-rgb);
    font-weight: 600;
    /* border: 3px solid rgba(46, 107, 174); */
    border: 3px solid var(--theme-color-v2-c1-rgb);
}

.mtm-player-testum-thumb.answered{
    background-color: yellow;
}

.mtm-player-testum-indicator .swiper-container{
    /* background-color: var(--theme-color-deeplight); */
    /* background-color: rgba(var(--theme-color-v2-c1),0.2); */
    background: linear-gradient(to right, rgba(var(--theme-color-v2-c1),0), rgba(var(--theme-color-v2-c1),0.5) 50%, rgba(var(--theme-color-v2-c1),0));

}
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/student/lesson/mtm-player-lesson-progress.css ***!
  \***************************************************************************************************************/
.mtm-player-lesson-progress-step {  
    box-sizing: border-box;
    background-color: #fff;  
    color: #999;  
    border-radius: 50%;  
    height: 30px;  
    width: 30px;  
    display: flex;  
    align-items: center;  
    justify-content: center;  
    border: 3px solid #e0e0e0;  
    transition: 0.4s ease;  
    z-index: 2;
}  

.mtm-player-lesson-progress-step.active {  
    /* border-color: var(--theme-color-dark); */
    color : var(--theme-color-v2-c1-rgb);
    border-color: var(--theme-color-v2-c1-rgb);
}  

.mtm-player-lesson-progress-step.current {  
    background-color: yellow;
}

.mtm-player-lesson-progress-bar {
    height : 30px;
    width : 60px;
}

.mtm-player-lesson-progress-bar-0 {  
    background-color: #e0e0e0 ;
    position: absolute;  
    top: 50%;  
    left: 0;  
    transform: translateY(-50%);  
    height: 4px;  
    width: 100%;  
    z-index: 0;  
    transition: 0.4s ease;  
}  

.mtm-player-lesson-progress-bar-1 {  
    /* background-color: var(--theme-color-dark); */
    background-color: var(--theme-color-v2-c1-rgb);
    position: absolute;  
    top: 50%;  
    left: 0;  
    transform: translateY(-50%);  
    height: 4px;  
    width: 0%;  
    z-index: 1;  
    transition: 0.4s ease;  
}  

.mtm-player-lesson-progress .swiper-container {
    /* background-color: var(--theme-color-deeplight); */
    /* background-color: rgba(var(--theme-color-v2-c1),0.2); */
    /* background: rgb(2,0,36); */
    background: linear-gradient(to right, rgba(var(--theme-color-v2-c1),0), rgba(var(--theme-color-v2-c1),0.5) 50%, rgba(var(--theme-color-v2-c1),0));
}

/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/css/mtv/student/study/mtm-study-message-popup.css ***!
  \************************************************************************************************************/
.mtm-study-message-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    /* background-color: rgba(94, 110, 141, 0.9); */
    background-color: rgba(60, 67, 79, 0.8);

    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.mtm-study-message-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.mtm-study-message-popup-container {
    position: relative;
    width: 90%;
    max-width: 460px;
    /* margin: 4em auto; */
    margin: 200px auto auto 880px;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.mtm-study-message-popup-container .mtm-study-message-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.mtm-study-message-popup-container .mtm-study-message-popup-close::before,
.mtm-study-message-popup-container .mtm-study-message-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.mtm-study-message-popup-container .mtm-study-message-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.mtm-study-message-popup-container .mtm-study-message-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .mtm-study-message-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./static/js/mtv/core/input/mtm-input-color-switcher.css ***!
  \*********************************************************************************************************/
.mtm-input-color-switcher {
    z-index: 1000;
    background: transparent;
    position:relative;
}

.mtm-input-color-switcher .dropdown {
    display: none;
    box-sizing: border-box;
    background-color: rgb(240, 240, 240);
    /* background-color : white; */
    width : 200px;
    padding: 10px;
    border-radius: 5px;
    top : 40px;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.mtm-input-color-switcher.active .dropdown {
    
    left : -180px;
    display: inline-block;
    
}

.mtm-input-color-switcher h3{
    /* display: none; */
    color: var(--theme-color-v2-c0-rgb);
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #3333;
    padding: 5px 0;
    text-align: center;
}

.mtm-input-color-switcher.active h3{
    /* position:absolute;  */
    display: block;    
}

.mtm-input-color-switcher .mtm-input-color-btn {
    
    color : var(--theme-color-v2-c1-rgb);
    /* color : white; */
    margin: auto;
    cursor: pointer;
    font-size: 20px;
}

@keyframes rotate {
    100%{
        transform: rotate(360deg);
    }
}
.mtm-input-color-switcher .theme-buttons-container{
    /* display: none; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* .mtm-input-color-switcher.active .theme-buttons-container{
    display: flex;
} */

.mtm-input-color-switcher .theme-buttons-container .theme-buttons{
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}



/*# sourceMappingURL=ld-bundle-20231120-01.css.map*/