@charset "UTF-8";
/* 공통 Palette */
.On_B {
  background-color: #1a1e27;
}

.On_Bcolor {
	color: #1a1e27 !important;
}

.On_BcolorM {
	color: #6c6f75 !important;
}

.On_B_Disabled {
	color: #bec0c4 !important;
}

.On_B_M600 {
  background-color: #6c6f75;
}

.On_B_M300 {
  background-color: #bec0c4;
}

.On_W {
  background-color: #fff;
}

/* Primary Palette */
.Primary {
  background-color: #feb015;
}

.Primary_Container {
  background-color: #fceed0;
}

.O_Primary_Container {
  background-color: #d09112;
}

/* Secondary Palette */
.Secondary_A {
  background-color: #1eb99d;
}

.Secondary_B {
  background-color: #20544b;
}

.Secondary_Container {
  background-color: #defff9;
}

.O_Secondary_Container {
  background-color: #20544b;
}

/* Surface Palette */
.Surface_A {
  background-color: #fff;
}

.Surface_Bg {
  background-color: #f5f6f8;
}

.Surface_Outline {
  background-color: #d1d2d4;
}

/* Error Palette */
.Error_A {
  background-color: #b3261e;
}

.Error_Container {
  background-color: #f9dedc;
}

.O_Error_Container {
  background-color: #410e0b;
}

/* Surface_A */
.Surface_A {
  background-color: #fff;
}
.Surface_A:Hover {
  cursor: pointer;
  background: #ededee;
}
.Surface_A:focus {
  background: #e8e8e9;
  border: 1px solid #1A1E27;
}
.Surface_A:active {
  background: #e8e8e9;
}

.Surface_A_InPut {
  background-color: #fff;
  border: 1px solid #1A1E27;
  outline: none;
}
.Surface_A_InPut:focus {
  background: #e8e8e9;
}
.Surface_A_InPut:active {
  background: #e8e8e9;
}

.Surface_A_Select {
  background: #fcc659;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.Surface_A_Disable {
  background: #FFF;
}

/* Surface_B */
.Surface_B {
  background-color: #f5f6f8;
}
.Surface_B:Hover {
  cursor: pointer;
  background: #DCDDDF;
}
.Surface_B:focus {
  background: #dadcdf;
  border: 1px solid #1A1E27;
}
.Surface_B:active {
  background: #DCDDDF;
}

.Surface_B_InPut {
  background-color: #fff;
  border: 1px solid #1A1E27;
  outline: none;
}
.Surface_B_InPut:focus {
  background: #dadcdf;
}
.Surface_B_InPut:active {
  background: #dadcdf;
}

.Surface_B_Select {
  background: #fcc659;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.Surface_B_Disable {
  background: #ecedef;
}

/* Primary A */
.PrimaryA {
  background-color: #feb015;
}
.PrimaryA:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.PrimaryA:focus {
  background: #e8e1d5;
  border: 1px solid #1A1E27;
}
.PrimaryA:active {
  background: #e8e1d5;
}

.PrimaryA_InPut {
  background-color: #fff;
  border: 1px solid #1A1E27;
  outline: none;
}
.PrimaryA_InPut:focus {
  background: #e8e1d5;
}
.PrimaryA_InPut:active {
  background: #e8e1d5;
}

.PrimaryA_Select {
  background: #feb015;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.PrimaryA_Disable {
  background: #fed177;
}

/* Primary B */
.PrimaryB {
  background-color: #fceed0;
  color: #D09112;
}
.PrimaryB:Hover {
  cursor: pointer;
  background-color: #EADDC2;
  color: #D09112;
}
.PrimaryB:focus {
  cursor: pointer;
  background-color: #E5D9BF;
  color: #D09112;
}
.PrimaryB:active {
  background: #e8e1d5;
}
.PrimaryB svg path {
  fill: #D09112;
}

.PrimaryB_InPut {
  background-color: #fff;
  border: 1px solid #1A1E27;
  outline: none;
}
.PrimaryB_InPut:focus {
  background: #e8e1d5;
}
.PrimaryB_InPut:active {
  background: #e8e1d5;
}

.PrimaryB_Select {
  background: #feb015;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.PrimaryB_Disable {
  background: #fdf5e4;
}

/* Secondary_A */
.Secondary_A {
  background-color: #1eb99d;
}
.Secondary_A:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Secondary_A:focus {
  background: #d3e2e0;
  border: 1px solid #1A1E27;
}
.Secondary_A:active {
  background: #d3e2e0;
}

.Secondary_A_InPut {
  background-color: #fff;
  border: 1px solid #1A1E27;
  outline: none;
}
.Secondary_A_InPut:focus {
  background: #d3e2e0;
}
.Secondary_A_InPut:active {
  background: #d3e2e0;
}

.Secondary_A_Select {
  background: #1eb99d;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.Secondary_A_Disable {
  background: #7dd6c6;
}

/* Secondary_B */
.Secondary_B {
  background-color: #20544b;
}
.Secondary_B:Hover {
  cursor: pointer;
  background: #ceede8;
}
.Secondary_B:focus {
  background: #e5d9bf;
  border: 1px solid #cae8e4;
}
.Secondary_B:active {
  background: #cae8e4;
}

.Secondary_B_InPut {
  background-color: #fff;
  border: 1px solid #1A1E27;
  outline: none;
}
.Secondary_B_InPut:focus {
  background: #cae8e4;
}
.Secondary_B_InPut:active {
  background: #cae8e4;
}

.Secondary_B_Select {
  background: #1eb99d;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.Secondary_B_Disable {
  background: #ecfffc;
}

/* Black */
.Black {
  background-color: #2c3038;
}
.Black:Hover {
  cursor: pointer;
  background: #2c3038;
}
.Black:focus {
  background: #31353d;
  border: 1px solid #cae8e4;
}
.Black:active {
  background: #31353d;
}

.Black_InPut {
  background-color: #fff;
  border: 1px solid #1A1E27;
  outline: none;
}
.Black_InPut:focus {
  background: #31353d;
}
.Black_InPut:active {
  background: #31353d;
}

.Black_Select {
  background: #2c3038;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.Black_Disable {
  background: #7a7d82;
}

/* Small Tooltip  */
.Tt_Small_T {
  position: relative;
  background: #353941;
  border-radius: 7px;
  width: 58px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 10px;
}

.Tt_Small_T:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 62%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #353941;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px;
}

.Tt_Small_B {
  position: relative;
  background: #353941;
  border-radius: 7px;
  width: 58px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 10px;
}

.Tt_Small_B:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 62%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #353941;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}

.Tt_Small_L {
  position: relative;
  background: #353941;
  border-radius: 7px;
  width: 58px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 10px;
}

.Tt_Small_L:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 72%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #353941;
  border-left: 0;
  margin-top: -20px;
  margin-left: -20px;
}

.Tt_Small_R {
  position: relative;
  background: #353941;
  border-radius: 7px;
  width: 58px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 10px;
}

.Tt_Small_R:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 72%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #353941;
  border-right: 0;
  margin-top: -20px;
  margin-right: -20px;
}

/* Large Tooltip  */
.Tt_Large_T {
  position: relative;
  background: #353941;
  border-radius: 7px;
  width: 100px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 10px;
}

.Tt_Large_T:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 62%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #353941;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px;
}

.Tt_Large_B {
  position: relative;
  background: #353941;
  border-radius: 7px;
  width: 100px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 10px;
}

.Tt_Large_B:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 62%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #353941;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}

.Tt_Large_L {
  position: relative;
  background: #353941;
  border-radius: 7px;
  width: 100px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 10px;
}

.Tt_Large_L:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 72%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #353941;
  border-left: 0;
  margin-top: -20px;
  margin-left: -20px;
}

.Tt_Large_R {
  position: relative;
  background: #353941;
  border-radius: 7px;
  width: 100px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 10px;
}

.Tt_Large_R:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 72%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #353941;
  border-right: 0;
  margin-top: -20px;
  margin-right: -20px;
}