@charset "utf-8";

.wd170 {
  width: 170px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt0-pc {
  padding-top: 0 !important;
}

.pt64,
.pt64-pc {
  padding-top: 64px !important;
}

.pd0 {
  padding: 0 !important;
}
.pd6 {
  padding: 6px !important;
} /* 2023-09-07 추가 */
.pd12 {
  padding: 12px !important;
} /* 2023-09-07 추가 */

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mt50 {
  margin-top: 50px !important;
}

.press:hover {
  opacity: 0.6;
}

.pcHidden {
  display: none !important;
}

/* Text */
.highLightsColorTy01 {
  color: #f4907e !important;
}
.highLightsColorTy02 {
  color: #9d9999 !important;
}
.txtMidium {
  color: #9d9d9d;
  font-size: 1rem;
}

.success {
  color: #3591e7 !important;
}
.error {
  color: #ff334b !important;
}
.error.errorWithoutDisplay {
  color: #000 !important;
}
.underline {
  text-decoration: underline !important;
}

.bgColorTy01 {
  background-color: #f9f9f9 !important;
}
.bgColorTy02 {
  background-color: #f4f4f4 !important;
}
.bgColorTy03 {
  background-color: #fff !important;
}

.al {
  text-align: left !important;
}
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}

[class*='ico'] {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.icoSearch {
  width: 24px;
  height: 24px;
  background-image: url(../images/ico/btn-search.png);
}
.icoArrowLeft {
  width: 24px;
  height: 24px;
  background-image: url(../images/ico/ic-arrow-left.png);
}
.icoArrowRight {
  width: 24px;
  height: 24px;
  background-image: url(../images/ico/ic-arrow-right.png);
}
/*.icoDelete {width:24px;height:24px;background-image:url(../images/ico/btn-delete-tag-list.png)}*/
.ico-pre {
  width: 24px;
  height: 24px;
  background-image: url(../images/ico/ic-arrow-left@3x.png);
}
.ico-next {
  width: 24px;
  height: 24px;
  background-image: url(../images/ico/ic-arrow-right@3x.png);
}
.icoInputDelete {
  width: 23px;
  height: 23px;
  background-image: url(../images/ico/btn-input-delete.png);
}

[class*='icoWrapTy'] {
  font-size: 0;
}
[class*='icoWrapTy'] > * {
  display: inline-block;
  vertical-align: middle;
}
[class*='icoWrapTy'] > *:first-child {
  margin-left: 0;
}

.icoWrapTy01 > * {
  margin-left: 17px;
}
.icoWrapTy02 > * {
  margin-left: 24px;
}

/* Button */
[class*='btnPrimary'] {
  width: auto;
  height: 50px;
  display: block;
  border-radius: 0;
}
.popTyLayer2 [class*='btnPrimary'] {
  width: auto;
  height: 74px;
  display: block;
  border-radius: 0;
  padding: 24px 12px;
}
[class*='btnPrimary'] > span {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
}
.popTyLayer2 [class*='btnPrimary'] > span {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
}

.btnPrimaryTy00 {
  background-color: #0d0f71;
  border: 1px solid #0d0f71;
  color: #fff;
  height: 92px;
}
.btnPrimaryTy00 > span {
  height: 92px;
  padding-top: 17px;
  display: block;
}
.btnPrimaryTy00:hover,
.btnPrimaryTy00.hover {
  background-color: #0b0c5b;
  border-color: #0b0c5b;
}
.btnPrimaryTy00:disabled,
/*.btnPrimaryTy00.disabled { background-color: #000; border:1px solid #000; opacity: .18;}*/
.btnPrimaryTy00.disabled {
  background-color: #d2d2d5;
  border: 1px solid #d2d2d5;
  opacity: 1;
}

.btnPrimaryTy01 {
  background-color: #fff;
  border: 1px solid #fff;
  color: #ff5f00;
}
.btnPrimaryTy01:hover,
.btnPrimaryTy01.hover {
  background-color: #f8f8fb;
  border-color: #f8f8fb;
}
.btnPrimaryTy01:disabled,
.btnPrimaryTy01.disabled {
  background-color: #f8f8fb;
  border: 1px solid #f8f8fb;
  opacity: 1;
}

.btnPrimaryTy02 {
  background-color: #7b7d7a;
  border: 1px solid #7b7d7a;
  color: #fff;
}
.btnPrimaryTy02:hover,
.btnPrimaryTy02.hover {
  background-color: #151515;
  border-color: #151515;
}
.btnPrimaryTy02:disabled,
.btnPrimaryTy02.disabled {
  background-color: #000;
  border: 1px solid #000;
  opacity: 0.18;
}

.btnPrimaryTy03 {
  background-color: #0d0f71;
  border: 1px solid #0d0f71;
  color: #fff;
  height: 56px;
  border-radius: 10px !important;
  padding: 0;
}

.btnPrimaryTy11 {
  background-color: #0d0f71;
  border: 1px solid #0d0f71;
  color: #fff;
  height: 56px;
  border-radius: 8px !important;
  margin: 24px;
}

.btnPrimaryTy03 > span {
  font-size: 1.125rem;
  line-height: 1.625rem;
  height: 56px;
  padding: 8px 12px;
  box-sizing: border-box;
}
.btnPrimaryTy03:hover,
.btnPrimaryTy03.hover {
  background-color: #0b0c5b;
  border-color: #0b0c5b;
}
.btnPrimaryTy03:disabled,
/*.btnPrimaryTy00.disabled { background-color: #000; border:1px solid #000; opacity: .18;}*/
.btnPrimaryTy03.disabled {
  background-color: #d2d2d5;
  border: 1px solid #d2d2d5;
  opacity: 1;
}

.btnPrimaryTy04 {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.btnPrimaryTy04:hover,
.btnPrimaryTy04.hover {
  background-color: #f8f8fb;
  border-color: #f8f8fb;
}
.btnPrimaryTy04:disabled,
.btnPrimaryTy04.disabled {
  background-color: #f8f8fb;
  border: 1px solid #f8f8fb;
  opacity: 1;
}

.btnPrimaryTy05 {
  background-color: #524e4e;
  color: #fff;
}

.btnPrimaryTy06 {
  background-color: #fff;
  border: 1px solid #1785ef;
  color: #1785ef;
}
.btnPrimaryTy06:hover,
.btnPrimaryTy06.hover {
  background-color: #fff;
  border-color: #1785ef;
}
.btnPrimaryTy06:disabled,
.btnPrimaryTy06.disabled {
  background-color: #000;
  border: 1px solid #000;
  opacity: 0.18;
}
.btnPrimaryTy06 span {
  color: #1785ef;
  font-weight: 500;
}

.btnPrimaryTy07 {
  background-color: #fff;
  border: 1px solid #e3e4eb;
  border-radius: 99px;
  padding: 12px 16px;
}
.btnPrimaryTy07 > span {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.btnPrimaryTy07:hover,
.btnPrimaryTy07.hover {
  /* border-color: #1785ef; */
} /* 2023-10-18 주석처리 */
.btnPrimaryTy07:disabled,
.btnPrimaryTy07.disabled {
  /* border-color: #5690c4; */
} /* 2023-10-18 주석처리 */

.btnPrimaryTy08 {
  background-color: #fff;
  border: 1px solid #e3e4eb;
  border-radius: 8px;
  padding: 8px 14px;
  height: 36px;
}
.btnPrimaryTy08 > span {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.btnPrimaryTy08:hover,
.btnPrimaryTy08.hover {
  border-color: #1785ef;
}
.btnPrimaryTy08:disabled,
.btnPrimaryTy08.disabled {
  border-color: #5690c4;
}

.btnPrimaryTy09 {
  background-color: #fff;
  border: none;
}
.btnPrimaryTy09:disabled,
.btnPrimaryTy09.disabled {
  background-color: #fff;
  opacity: 0.18;
}
.btnPrimaryTy09 span {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000;
  font-weight: 600;
  background: #f2f2f7;
  padding: 6px 16px;
  border-radius: 99px;
}
.btnPrimaryTy09 span:after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 8px 0 0 8px;
  background: url('../images/ico/btn-dropdown-down-type03@3x.png') 0 0 no-repeat;
  background-size: 100% auto;
}
.btnPrimaryTy09:hover span:after,
.btnPrimaryTy09:active span:after {
  width: 14px;
  height: 14px;
  background: url('../images/ico/btn-dropdown-up-type03@3x.png') 0 0 no-repeat;
  background-size: 100% auto;
}

.btnPrimaryTy10 {
  background-color: #fff;
  border: 1px solid #e3e4eb;
  border-radius: 12px;
  padding: 15px 24px;
  width: 100%;
  height: auto;
}
.btnPrimaryTy10 > span {
  color: #464853;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.btnPrimaryTy10:hover,
.btnPrimaryTy10.hover {
  border-color: #232634;
}
.btnPrimaryTy10:disabled,
.btnPrimaryTy10.disabled {
  border-color: #5690c4;
}

/*이용내역 달력 버튼*/

.btnCalWrap {
  width: calc(100% - 48px);
  margin: 0 auto 24px;
  display: flex;
  display: -webkit-flex;
  border-radius: 0;
  background: #f2f2f7;
  padding: 16px 20px;
  border-radius: 99px;
  box-sizing: border-box;
}
/*.btnCalWrap [class*="btnCal"] {flex:1;-webkit-flex:1;}*/
/*.btnCalWrap [class*="btnCal"] {display:inline-block;border-radius:6.7px;}*/
/*.btnCalWrap [class*="btnCal"] + [class*="btnCal"] {margin-left:15px;}*/

.btnCal_bf {
  margin: 0;
  padding: 0;
  flex: 0.5;
  -webkit-flex: 0.5;
}
.btnCal_bf:disabled,
.btnCal_bf.disabled {
  background-color: #fff;
  opacity: 0.18;
}
.btnCal_bf span {
  font-size: 0;
  display: contents;
  width: 14px;
  height: 14px;
}
.btnCal_bf span:after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block; /*margin: 6px 0 0; */
  background: url('../images/ico/ic-arrow-left@3x.png') 0 0 no-repeat;
  background-size: 100% auto;
}

.btnCal_mt {
  margin: 0;
  padding: 0;
  flex: 5;
  -webkit-flex: 5;
}
.btnCal_mt:disabled,
.btnCal_mt.disabled {
  background-color: #fff;
  opacity: 0.18;
}
.btnCal_mt span {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000;
  font-weight: 600;
  display: inline-block;
}
.btnCal_mt span:after {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  /* margin-left: 8px; */
  background: url('../images/ico/btn-dropdown-down-type04.png') 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
} /* 2023-10-20 수정 */
.btnCal_mt:hover span:after,
.btnCal_mt:active span:after {
  width: 24px;
  height: 24px;
  /* background: url('../images/ico/btn-dropdown-up-type03@3x.png') 0 0 no-repeat; */
  background: url('../images/ico/btn-dropdown-down-type04.png') 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  transform: rotate(180deg);
} /* 2023-10-20 수정 */

.btnCal_nt {
  margin: 0;
  padding: 0;
  flex: 0.5;
  -webkit-flex: 0.5;
}
.btnCal_nt:disabled,
.btnCal_nt.disabled {
  background-color: #fff;
  opacity: 0.18;
}
.btnCal_nt span {
  font-size: 0;
  display: contents;
  width: 14px;
  height: 14px;
}
.btnCal_nt span:after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block; /*margin: 6px 0 0; */
  background: url('../images/ico/ic-arrow-right@3x.png') 0 0 no-repeat;
  background-size: 100% auto;
}
/*.btnCal_nt:hover span:after,.btnCal_nt:active span:after { width: 14px; height: 14px; background: url("../images/ico/btn-dropdown-up-type03@3x.png") 0 0 no-repeat;background-size: 100% auto;}*/

[class*='btnLineTy'] {
  min-width: 107px;
  display: block;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 4px;
}
[class*='btnLineTy'] > span {
  font-size: 1rem;
  font-weight: 500;
}
.btnLineTy01 {
  border: 1px solid #f4907e;
}
.btnLineTy01 > span {
  color: #f4907e;
}
.btnLineTy02 {
  border: 1px solid #242424;
}
.btnLineTy02 > span {
  color: #242424;
}
.btnLineTy03 {
  border: 1px solid #c8c6c6;
}
.btnLineTy03 > span {
  font-weight: 400;
  color: #524e4e;
  line-height: 1.8;
}
.btnLineTy04 {
  border: 1px solid #9d9999;
  text-align: center;
}
.btnLineTy04 > span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #524e4e;
}
.btnLineTy05 {
  border: 1px solid #9d9999;
  text-align: center;
  line-height: 23px;
}
.btnLineTy05 > span {
  font-size: 0.8rem;
  color: #9d9999;
}
.btnLineTy06 {
  border: 1px solid #dbdbdb;
  text-align: center;
  line-height: 27px;
}
.btnLineTy06 > span {
  font-size: 17px;
  color: #9b9b9b;
}
.btnLineTyFill {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.93;
  color: #fff;
  background-color: #444;
  border-radius: 5px;
  height: 38px;
  min-width: auto;
  padding: 3px 10px;
}

.btnUnderLineTy01 {
  font-size: 0.8rem;
  color: #f4907e;
  line-height: 1.5;
  text-decoration: underline;
}
.btnUnderLineTy02 {
  font-size: 1rem;
  font-weight: 500;
  color: #9d9999;
  line-height: 1.78;
  text-decoration: underline;
}
.btnUnderLineTy03 {
  font-size: 0.8rem;
  color: #9d9999;
  line-height: 1.53;
  text-decoration: underline;
}
.btnUnderLineTy04 {
  font-size: 11px;
  color: #9d9999;
  text-decoration: underline;
}
.btnUnderLineTy05 {
  font-size: 0.8rem;
  color: #524e4e;
  text-decoration: underline;
}

[class*='btnRoundedTy'] {
  width: auto;
  height: 32px;
  padding: 0 1.25rem;
  box-sizing: border-box;
  border-radius: 23.5px;
}
[class*='btnRoundedTy'] > span {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 30px;
}
.btnRoundedTy01 {
  border: 1px solid #242424;
}
.btnRoundedTy01 > span {
  color: #242424;
}
.btnRoundedTy02 {
  border: 1px solid #f4907e;
}
.btnRoundedTy02 > span {
  color: #f4907e;
}
.btnRoundedTy03 {
  border: 1px solid #3591e7;
}
.btnRoundedTy03 > span {
  color: #3591e7;
}

.btnWrapTy01 {
  display: inline-block;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
}
.btnWrapTy01 [class*='btnPrimary'] {
  display: inline-block;
}
.btnWrapTy01 [class*='btnPrimary'] + [class*='btnPrimary'] {
  margin-left: 0;
}

.btnWrapTy02 {
  display: inline-block;
  font-size: 0;
}
.btnWrapTy02 [class*='btnPrimary'] {
  width: 135.6px;
  height: 33.3px;
  display: inline-block;
  border-radius: 6.7px;
}
.btnWrapTy02 [class*='btnPrimary'] + [class*='btnPrimary'] {
  margin-left: 15px;
}

.btnWrapTy03 {
  margin: 0 auto;
  padding: 0 24px 40px; /* 2023-11-13 수정 이전 0 23px 32px*/
  box-sizing: border-box;
}

/* Input */
[class*='inputBox'] {
  width: auto;
  position: relative;
  margin-bottom: 12px;
}
[class*='selectBox'] [class*='inputBox'] {
  margin-bottom: 0;
}
[class*='inputBoxWrap'] [class*='inputBox'] {
  margin-bottom: 0;
}
[class*='inputBox'] input {
  width: 100%; /*max-height:55px;*/
  display: block;
  padding: 11px 4px;
  box-sizing: border-box;
  font-weight: 500;
  height: 45px;
}
[class*='inputBox'] .btnDelete {
  position: absolute;
  top: 20px;
  right: 16px; /* 2023-09-06 10 -> 16 변경 */
}
[class*='inputBox'] .btnSearch {
  position: absolute;
  bottom: 5px;
  right: 16px;
}
[class*='inputBox'] .btnDelete {
  display: none;
}
/* [class*='inputBox'] input:focus ~ .btnDelete {
  display: block;
  opacity: 0.5;
} */
/* 20240308 아이폰 발급일자 claer 버튼 안되어 테스트 중*/
[class*='inputBox']:focus-within .btnDelete {
  display: block;
  opacity: 0.5;
  z-index: 9;
  -webkit-user-select: auto;
}
[class*='inputBox']:focus-within .btnDelete .blind {
  -webkit-user-select: auto;
}
[class*='inputBox'] .message {
  margin-top: 0px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #464854;
  padding-left: 0;
  box-sizing: border-box;
}
[class*='inputBox'] .message span {
  color: #464854;
}
[class*='inputBox'].error .message {
  margin-top: 0px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #ff334b;
  padding-left: 0;
  box-sizing: border-box;
}
[class*='inputBox'].error.errorWithoutDisplay .message {
  color: #000;
} /*2023-12-08 추가*/
[class*='selectBox'] [class*='inputBox'] .btnDelete {
  position: absolute;
  top: 9px;
  right: 5px;
}
[class*='selectBox'] [class*='inputBox'] .btnSearch {
  position: absolute;
  top: 9px;
  right: 5px;
}
.inputBoxTy03 .btnDelete {
  position: absolute;
  top: 8px;
  right: 0;
}

/* SelectBox */
.selectBoxWrap {
  width: 100%;
  margin-bottom: 30px;
}
.selectBoxWrap .selectBox {
  width: 100%;
  position: relative;
  float: left;
}
.selectBoxWrap .selectBox .btnSelect {
  width: 100%;
  height: 38px;
  display: block;
  padding: 8px 20px 8px 5px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
}
.selectBoxWrap .selectBox .btnSelect:focus {
  border: 1.5px solid #00b3ff;
  color: #00b3ff !important;
  border-radius: 5px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*.selectBoxWrap .selectBox .btnSelect {width:100%;height:38px;display:block; padding:8px 20px 8px 5px; box-sizing:border-box;position:relative; text-align:left; border-bottom: 1px solid #c4c4c4; border-radius: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background-color: #fff;}
.selectBoxWrap .selectBox .btnSelect:focus {border: 1.5px solid #00b3ff;color: #00b3ff!important; border-radius: 5px; box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);border-bottom-left-radius: 0; border-bottom-right-radius: 0; }*/

.selectBoxWrap .selectBox .btnSelect:after {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  background: url(../images/ico/btn-dropdown-down.png) 0 0 no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.selectBoxWrap .selectBox .btnSelect > span {
  font-size: 1rem;
  font-weight: 500;
}
.selectBoxWrap .selectBox .optionList {
  width: 100%;
  display: none;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 1.5px solid #00b3ff;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 210px;
}
/*.selectBoxWrap .selectBox .option {margin-top:24px;}*/
.selectBoxWrap .selectBox .option:first-child {
  margin-top: 0;
}
.selectBoxWrap .selectBox .option button > span {
  font-size: 1rem;
  font-weight: 500;
  color: #999;
}
.selectBoxWrap .selectBox .option.selected button > span {
  color: #222;
}

.selectBoxWrap .selectBox .btnSelect.open + .optionList {
  display: block;
}

/*input box Label 스타일 */

[class*='inputBox'] input:valid[type='password'] {
  -webkit-text-stroke: thick;
  -webkit-text-stroke-width: thick;
  font-weight: 700;
}
/*[class*="inputBox"] input[class="androidInputBox"][type="password"] {font-size:3rem; padding: 0 1px!important; height: 45px; line-height: 1rem; -webkit-text-size-adjust: none;}
[class*="inputBox"] input[class="iosInputBox"][type="password"] {padding: 0 1px!important; height: 45px; line-height: 1.125rem; -webkit-text-size-adjust: none;}*/
[class*='inputBox'] label,
[class*='selectBox'] label {
  margin: 0 0 0 1px;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  clear: both;
}
/*[class*="inputBox"] .line {width:100%;height:1px;position:absolute;left:0;transform-origin:0% 50%;transform:scaleX(0);transition:350ms transform ease;}
[class*="inputBox"] input:focus + .line {transform:scaleX(1);background-color:#7cc2fe;}*/
[class*='inputBox'] input:disabled,
[class*='inputBox'] input:read-only {
  /*background-color: #fff; border-bottom:1px solid #d6d6d6;*/
  color: #000;
} /*20210705 추가*/
[class*='inputBox'] input:read-only + span,
[class*='inputBox']:not('inputBoxTy02') input:disabled + span {
  opacity: 0.4;
  color: #b3b4b9;
} /* 2023-12-26 수정 */
[class*='inputBox'] .keypad {
  background-color: #e0fbff !important;
}
[class*="inputBox"].cardNum input:valid/*,[class*="inputBox"].cardNum input:disabled*/ {
  letter-spacing: 3px;
}

/*input box Label 스타일 20210415수정*/
.inputBoxTy02 label {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.inputBoxTy02 label span {
  padding: 15px 16px 37px 16px;
  font-size: 0.75rem;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #464854;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid transparent;
  line-height: 1.25rem;
}
.inputBoxTy02 input {
  height: 72px;
  border: 1px solid #e4e4eb;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 12px;
  padding: 33px 16px 15px 16px;
  color: #464854;
} /* 2023-12-26 수정 */
.inputBoxTy02.error input:valid,
.inputBoxTy02.error input:read-only,
.inputBoxTy02.error input:disabled {
  border-color: #ff334b !important;
}
.inputBoxTy02.error.errorWithoutDisplay input:valid,
.inputBoxTy02.error.errorWithoutDisplay input:read-only,
.inputBoxTy02.erro.rerrorWithoutDisplay input:disabled {
  border-color: #000 !important;
  color: #000;
} /*2023-12-08 추가*/
.inputBoxTy02 input::placeholder {
  font-size: 1rem;
  font-weight: 500;
  color: #d2d2d5;
} /*2023-12-26 수정 */
.inputBoxTy02 input::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 500;
  color: #d2d2d5;
}
.inputBoxTy02 input::-moz-placeholder {
  font-size: 1rem;
  font-weight: 500;
  color: #d2d2d5;
}
.inputBoxTy02 input:-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 500;
  color: #d2d2d5;
}
.inputBoxTy02 input:-moz-placeholder {
  font-size: 1rem;
  font-weight: 500;
  color: #d2d2d5;
}
/* .inputBoxTy02 input:not(:placeholder-shown) + span {
  opacity: 1;
  color: #b3b4b9;
} 2023-12-26 수정 */
/* .inputBoxTy02 input:not(:placeholder-shown) {
  height: 86px;
  padding: 38px 16px 16px;
} */
.inputBoxTy02.error input:not(:placeholder-shown) + span,
.inputBoxTy02.error input:disabled:not(:placeholder-shown) + span {
  opacity: 1;
  color: #ff334b;
}
.inputBoxTy02.error.errorWithoutDisplay input:not(:placeholder-shown) + span,
.inputBoxTy02.error.errorWithoutDisplay input:disabled:not(:placeholder-shown) + span {
  opacity: 1;
  color: #000;
} /* 2023-12-08 추가*/
/* .inputBoxTy02 input:focus + span,
input:not(:placeholder-shown) + span {
  opacity: 1;
  transform: scale(0.779) translateY(-6px) translateX(5px);
  transform-origin: left;
  color: #b3b4b9;
  padding: 20px 16px;
}
.inputBoxTy02 input:focus + span,
input:not(:-ms-input-placeholder) + span {
  opacity: 1;
  transform: scale(0.779) translateY(-6px) translateX(5px);
  transform-origin: left;
  color: #b3b4b9;
  padding: 20px 16px;
} 2023-12-26 수정 */
.inputBoxTy02 input[type='password'] {
  height: 64px;
  background-color: #f8f8fb;
  border: 1px solid #f8f8fb;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 12px;
  padding: 20px 16px;
  color: #000;
}
.inputBoxTy02 input[type='number'] {
  height: 64px;
  background-color: #f8f8fb;
  border: 1px solid #f8f8fb;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 12px;
  padding: 20px 16px;
  color: #000;
}
.inputBoxTy02
  input:read-only:not([name='driverLicenseNumber']):not([name='idNumber']):not([name='CVC']):not([name='cardNo'])
  + span,
.inputBoxTy02 input:read-only + span,
.inputBoxTy02 input:disabled + span {
  /* opacity: 0.4;
  color: #b3b4b9;
  display: none; */
}
/*.inputBoxTy02 input:read-only {border-bottom: none!important;}*/
.inputBoxTy02 input:focus {
  border: 1px solid #000;
  border-radius: 12px;
  background-color: #fff;
  color: #464854;
} /* 2023-12-26 수정 */
.inputBoxTy02 input:valid,
.inputBoxTy02 input[type='number']:valid,
.inputBoxTy02 input[type='passwore']:valid {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  position: relative;
}

.inputBoxTy02.cardNum.idNumStyle input {
  letter-spacing: 3px;
  padding: 38px 16px 16px !important;
}

.inputBoxTy02.idNumStyle label::before {
  content: '000000-0⦁⦁⦁⦁⦁⦁';
  position: absolute;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  height: 86px;
  padding: 42px 16px 16px;
  opacity: 0.2;
  z-index: 2;
  letter-spacing: 3px;
  left: 0.5px;
}
.inputBoxTy02.idNumStyle.idNumContentStyle1 label::before {
  content: '00000-0⦁⦁⦁⦁⦁⦁';
  left: 0.9rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle2 label::before {
  content: '0000-0⦁⦁⦁⦁⦁⦁';
  left: 1.8rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle3 label::before {
  content: '000-0⦁⦁⦁⦁⦁⦁';
  left: 2.7rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle4 label::before {
  content: '00-0⦁⦁⦁⦁⦁⦁';
  left: 3.6rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle5 label::before {
  content: '0-0⦁⦁⦁⦁⦁⦁';
  left: 4.5rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle6 label::before {
  content: '-0⦁⦁⦁⦁⦁⦁';
  left: 5.4rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle7 label::before {
  content: '0⦁⦁⦁⦁⦁⦁';
  left: 6rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle8 label::before {
  content: '⦁⦁⦁⦁⦁⦁';
  left: 6.9rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle9 label::before {
  content: '⦁⦁⦁⦁⦁';
  left: 7.6rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle10 label::before {
  content: '⦁⦁⦁⦁';
  left: 8.3rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle11 label::before {
  content: '⦁⦁⦁';
  left: 9rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle12 label::before {
  content: '⦁⦁';
  left: 9.7rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle13 label::before {
  content: '⦁';
  left: 10.3rem;
}
.inputBoxTy02.idNumStyle.idNumContentStyle14 label::before {
  content: '';
}
.inputBoxTy02.idNumStyle.beforeStyleInInpuBox1 label::before {
  margin-left: -0.1rem;
}
.inputBoxTy02.idNumStyle.beforeStyleInInpuBox2 label::before {
  margin-left: -0.3rem;
}
.inputBoxTy02.idNumStyle.beforeStyleInInpuBox3 label::before {
  margin-left: -0.5rem;
}
.inputBoxTy02.idNumStyle.beforeStyleInInpuBox4 label::before {
  margin-left: -0.8rem;
}
.inputBoxTy02.idNumStyle.beforeStyleInInpuBox5 label::before {
  margin-left: -0.9rem;
}
.inputBoxTy02.idNumStyle.beforeStyleInInpuBox6 label::before {
  margin-left: -1rem;
}
.inputBoxTy02.idNumStyle.beforeStyleInInpuBox7 label::before {
  margin-left: -1.3rem;
} /* 2023-120-08 idnumber css 추가 */

.inputBoxTy02.cardNum.driverNumStyle input {
  letter-spacing: 3px;
  padding: 38px 16px 16px !important;
}
.inputBoxTy02.driverNumStyle label::before {
  content: '000000-0⦁⦁⦁⦁⦁⦁';
  position: absolute;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  height: 86px;
  padding: 42px 16px 16px;
  opacity: 0.2;
  z-index: 2;
  letter-spacing: 3px;
  left: 0.5px;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle1 label::before {
  content: '';
  left: 0.9rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle2 label::before {
  content: '';
  left: 1.8rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle3 label::before {
  content: '00-⦁⦁⦁⦁⦁⦁-00';
  left: 2.5rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle4 label::before {
  content: '0-⦁⦁⦁⦁⦁⦁-00';
  left: 3.6rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle5 label::before {
  content: '-⦁⦁⦁⦁⦁⦁-00';
  left: 4.7rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle6 label::before {
  content: '⦁⦁⦁⦁⦁⦁-00';
  left: 5rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle7 label::before {
  content: '⦁⦁⦁⦁⦁-00';
  left: 5.6rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle8 label::before {
  content: '⦁⦁⦁⦁-00';
  left: 6.3rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle9 label::before {
  content: '⦁⦁⦁-00';
  left: 7rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle10 label::before {
  content: '⦁⦁-00';
  left: 7.7rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle11 label::before {
  content: '⦁-00';
  left: 8.3rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle12 label::before {
  content: '-00';
  left: 9.7rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle13 label::before {
  content: '00';
  left: 9.7rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle14 label::before {
  content: '0';
  left: 10.7rem;
}
.inputBoxTy02.driverNumStyle.driverNumContentStyle15 label::before {
  content: '';
}
.inputBoxTy02.driverNumStyle.beforeStyleInInpuBox1 label::before {
  margin-left: -0.2rem;
}
.inputBoxTy02.driverNumStyle.beforeStyleInInpuBox2 label::before {
  margin-left: -0.3rem;
}
.inputBoxTy02.driverNumStyle.beforeStyleInInpuBox3 label::before {
  margin-left: -0.5rem;
}
.inputBoxTy02.driverNumStyle.beforeStyleInInpuBox4 label::before {
  margin-left: -0.7rem;
}
.inputBoxTy02.driverNumStyle.beforeStyleInInpuBox5 label::before {
  margin-left: -0.8rem;
}
.inputBoxTy02.driverNumStyle.beforeStyleInInpuBox6 label::before {
  margin-left: -2rem;
}
.inputBoxTy02.driverNumStyle.beforeStyleInInpuBox7 label::before {
  margin-left: -1.1rem;
} /*2023-12-08 driver num css추가*/

.inputBoxTy02.cardNum.cardNumberStyle input {
  letter-spacing: 3px;
  padding: 38px 16px 16px !important;
}
.inputBoxTy02.cardNumberStyle label::before {
  content: '0000-0000-⦁⦁⦁⦁-⦁⦁⦁⦁';
  position: absolute;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  height: 86px;
  padding: 42px 16px 16px;
  opacity: 0.2;
  z-index: 2;
  letter-spacing: 3px;
  left: 0.5px;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle1 label::before {
  content: '000-0000-⦁⦁⦁⦁-⦁⦁⦁⦁';
  left: 0.9rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle2 label::before {
  content: '00-0000-⦁⦁⦁⦁-⦁⦁⦁⦁';
  left: 1.8rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle3 label::before {
  content: '0-0000-⦁⦁⦁⦁-⦁⦁⦁⦁';
  left: 2.7rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle4 label::before {
  content: '-0000-⦁⦁⦁⦁-⦁⦁⦁⦁';
  left: 3.6rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle5 label::before {
  content: '0000-⦁⦁⦁⦁-⦁⦁⦁⦁';
  left: 4.3rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle6 label::before {
  content: '000-⦁⦁⦁⦁-⦁⦁⦁⦁';
  left: 5.2rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle7 label::before {
  content: '00-⦁⦁⦁⦁-⦁⦁⦁⦁';
  left: 6.1rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle8 label::before {
  content: '0-⦁⦁⦁⦁-⦁⦁⦁⦁';
  left: 7rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle9 label::before {
  content: '-⦁⦁⦁⦁-⦁⦁⦁⦁';
  left: 8rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle10 label::before {
  content: '⦁⦁⦁⦁-⦁⦁⦁⦁';
  left: 8.7rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle11 label::before {
  content: '⦁⦁⦁-⦁⦁⦁⦁';
  left: 9.4rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle12 label::before {
  content: '⦁⦁-⦁⦁⦁⦁';
  left: 10rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle13 label::before {
  content: '⦁-⦁⦁⦁⦁';
  left: 10.7rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle14 label::before {
  content: '-⦁⦁⦁⦁';
  left: 11rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle15 label::before {
  content: '⦁⦁⦁⦁';
  left: 12.05rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle16 label::before {
  content: '⦁⦁⦁';
  left: 12.7rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle17 label::before {
  content: '⦁⦁';
  left: 13.4rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle18 label::before {
  content: '⦁';
  left: 14.1rem;
}
.inputBoxTy02.cardNumberStyle.cardNumberContentStyle19 label::before {
  content: '';
}
.inputBoxTy02.cardNumberStyle.beforeStyleInInpuBox1 label::before {
  margin-left: -0.4rem;
}
.inputBoxTy02.cardNumberStyle.beforeStyleInInpuBox2 label::before {
  margin-left: -0.6rem;
}
.inputBoxTy02.cardNumberStyle.beforeStyleInInpuBox3 label::before {
  margin-left: -0.7rem;
}
.inputBoxTy02.cardNumberStyle.beforeStyleInInpuBox4 label::before {
  margin-left: -0.9rem;
}
.inputBoxTy02.cardNumberStyle.beforeStyleInInpuBox5 label::before {
  margin-left: -1rem;
}
.inputBoxTy02.cardNumberStyle.beforeStyleInInpuBox6 label::before {
  margin-left: -1.3rem;
}
.inputBoxTy02.cardNumberStyle.beforeStyleInInpuBox7 label::before {
  margin-left: -1.4rem;
}
.inputBoxTy02.cardNumberStyle.beforeStyleInInpuBox8 label::before {
  margin-left: -1.6rem;
}
/*2023-12-11 추가*/

.inputBoxTy02 .up {
  text-transform: uppercase;
}
.inputBoxTy02 input:focus::placeholder {
  opacity: 0;
}
/*.inputBoxTy02 input:valid ~ .btnDelete {display: block; opacity: .5;}
.inputBoxTy02 button[type="button"], [class*="selectBox"] button[type="button"] { height: 38px;}
.inputBoxTy02 .btnDelete {display: none;}*/

.inputBoxTy02 input + span + .btnDelete + .scanbtn,
.inputBoxTy02.error input:disabled + span + .btnDelete + .message + .scanbtn {
  padding: 8px 14px;
  width: auto;
  font-size: 0.75rem;
  line-height: 1.25rem;
  position: absolute;
  right: 16px;
  top: 13px;
  color: #000;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #e3e4eb;
  vertical-align: middle;
  z-index: 55; /*pointer-events: none; transition: 0.2s;  transition-timing-function: ease;  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); opacity:1;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;*/
}
.inputBoxTy02 input:focus + span + .btnDelete + .scanbtn,
.inputBoxTy02 input:valid + span + .btnDelete + .scanbtn {
  position: relative !important;
  left: 0;
  top: 12px;
  margin-bottom: 12px;
  transition: 0.2s;
}
.inputBoxTy02 input:valid + span + .btnDelete + .message + .scanbtn,
.inputBoxTy02 input:invalid + span + .btnDelete + .message + .scanbtn {
  position: relative !important;
  left: 0;
  top: 10px !important;
  margin-bottom: 12px !important;
}
.inputBoxTy02.error input:disabled + span + .btnDelete + .message + .scanbtn {
  position: relative !important;
  left: 0;
  top: 10px !important;
  margin-bottom: 12px !important;
}
.inputBoxTy02 input:invalid + span + .btnDelete + .message {
  display: none;
}

.inputBoxTy02 .btnDelete {
  position: absolute;
  top: 35px;
  width: 20px;
  height: 20px !important;
}

.inputBoxTy01 input {
  height: 64px;
  background-color: #f8f8fb;
  border: 1px solid #f8f8fb;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 12px;
  padding: 20px 40px 20px 16px;
  color: #464854;
}
.inputBoxTy01.error input:valid {
  border-color: #db1425 !important;
}
.inputBoxTy01 input::placeholder {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b3b4b9;
}
.inputBoxTy01 input::-webkit-input-placeholder {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b3b4b9;
}
.inputBoxTy01 input::-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b3b4b9;
}
.inputBoxTy01 input:-ms-input-placeholder {
  font-size: 168px;
  font-weight: 600;
  color: #b3b4b9;
}
.inputBoxTy01 input:-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b3b4b9;
}
.inputBoxTy01 input:focus {
  background-color: transparent;
  border: 1.5px solid #232634;
  border-radius: 12px;
  color: #000;
  padding: 20px 40px 20px 16px;
} /*20230801수정*/
.inputBoxTy01 input:read-only:focus,
.inputBoxTy01 input:disabled:focus {
  background-color: #f8f8fb;
  border: 1px solid #f8f8fb;
  color: #000 !important;
}
/*.inputBoxTy01 input:valid {background-color: #F8F8FB; border: 1px solid #F8F8FB; }*/

/*.inputBoxTy01 input[type="password"] {font-size:3rem; padding: 0 1px!important; height: 64px;}*/
/*.inputBoxTy01 label,.selectBoxWrap label { margin:0 0 5px 1px;  position:relative;  display:inline-block;  width: 100%; color: #999; font-size: 0.9rem; clear: both;}*/
.inputBoxTy01 .up {
  text-transform: uppercase;
}

.inputBoxTy03 {
  margin-bottom: 0px;
} /*20210421 추가*/
.inputBoxTy03 input {
  padding: 15px 0;
  border-bottom: 2px solid #242424;
  font-size: 1.125rem;
  font-weight: 600;
  color: #242424;
}
.inputBoxTy03 input::placeholder {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b3b4b9;
}
.inputBoxTy03 input::-webkit-input-placeholder {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b3b4b9;
}
.inputBoxTy03 input::-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b3b4b9;
}
.inputBoxTy03 input:-ms-input-placeholder {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b3b4b9;
}
.inputBoxTy03 input:-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b3b4b9;
}

.inputBoxTy03 .btnDelete {
  right: 40px;
}
.inputBoxTy03 .wordList {
  width: 100%;
  display: none;
  padding: 26px 0;
  box-sizing: border-box;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #c8c6c6;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.inputBoxTy03 .word {
  margin-top: 29px;
}
.inputBoxTy03 .word:first-child {
  margin-top: 0;
}
.inputBoxTy03 .word > button {
  width: 100%;
  display: block;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.inputBoxTy03 .word .txt {
  font-size: 1.2rem;
  font-weight: 500;
  color: #524e4e;
}
.inputBoxTy03 .word .btnLink {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  opacity: 0.4;
}

.inputBoxWrapTy01 {
  overflow: hidden;
}
.inputBoxWrapTy01 [class*='inputBox'] {
  width: 50%;
  float: left;
}
.inputBoxWrapTy01 [class*='inputBox']:last-child {
  width: calc(50% - 11px);
  margin-left: 11px;
}

.inputBoxWrap03 [class*='inputBox'],
.inputBoxWrap03 [class*='selectBox'] {
  float: left;
  margin-right: 2%;
}
.inputBoxWrap03 [class*='inputBox']:last-child,
.inputBoxWrap03 [class*='selectBox']:last-child {
  margin-right: 0;
}
.inputBoxWrap02_2n1 [class*='inputBox'] {
  width: 70%;
  display: inline-block;
  float: left;
  margin-right: 2%;
}
.inputBoxWrap02_2n1 .btnLineTyFill {
  width: 28%;
}
.inputBoxWrap02_2n1 .btnLineTyFill span {
  font-size: 1rem;
}

[class*='inputBox'] button[type='button'],
[class*='selectBox'] button[type='button'] {
  height: 38px;
}
[class*='inputBox'] button[type='button'] span {
  font-size: 1rem;
}
[class*='selectBox'] .optionList button[type='button'] {
  height: 30px;
}

/* Checkbox */
.checkbox {
  position: relative;
  margin: 0 0 16px 0;
}
.checkbox .checkboxInner {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.checkbox input[type='checkbox'] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.checkbox input[type='checkbox'] + label {
  /*width:100%;*/
  position: relative;
  font-size: 0;
  overflow: hidden;
  flex: auto;
}
.checkbox input[type='checkbox'] + label:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/ico/btn-checkbox-nor.png) 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.checkbox input[type='checkbox'] + label > span {
  display: inline-block;
  margin-left: 8px;
  font-size: 1rem;
  font-weight: 500; /* 이전 600 */
  color: #232634;
  line-height: 1.625rem;
  vertical-align: middle;
  width: calc(100vw - 100px);
}
/* 2023-09-06 디자인QA 폰트 수정*/
.agreeBox .checkbox input[type='checkbox'] + label > span {
  width: 85%;
  line-height: 1.5rem;
}
.checkbox input[type='checkbox']:checked + label:before {
  background: url(../images/ico/btn-checkbox-black-sel.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.checkbox input[type='checkbox']:disabled + label:before {
  content: none;
}
.checkbox input[type='checkbox']:disabled + label > span {
  margin-left: 0;
}
.checkbox .btnMore {
  /*position:absolute;top:0;right:0; */
  flex: auto;
}
.checkbox .btnMore span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}
.checkbox .btnMore button {
  color: #686a74;
}

/* Checkbox 네모 */
.checkbox2 {
  position: relative;
  text-align: left;
  line-height: 1.55;
}
.checkbox2 .checkboxInner {
  width: 100%;
  overflow: hidden;
}
.checkbox2 input[type='checkbox'] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.checkbox2 input[type='checkbox'] + label {
  width: 100%;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.checkbox2 input[type='checkbox'] + label:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('../images/ico/btn-checkbox-nor@3x.png') 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.checkbox2 input[type='checkbox'] + label > span {
  display: inline-block;
  margin-left: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5rem;
  vertical-align: middle; /* width: calc(100vw - 100px);*/
}
.agreeBox .checkbox2 input[type='checkbox'] + label > span {
  width: calc(100vw - 120px);
}
.checkbox2 input[type='checkbox']:checked + label:before {
  background: url('../images/ico/btn-checkbox-all@3x.png') 0 0 no-repeat;
  background-size: 100% auto;
}
.checkbox2 input[type='checkbox']:disabled + label:before {
  content: none;
}
.checkbox2 input[type='checkbox']:disabled + label > span {
  margin-left: 0;
}
.checkbox2 .btnMore {
  position: absolute;
  top: 0;
  right: 0;
}
.checkbox2 .btnMore span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}

/* Radio */
.radioBox {
  position: relative;
  width: 100%;
}
.radioBox input[type='radio'] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.radioBox input[type='radio'] + label {
  width: 100%;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.radioBox input[type='radio'] + label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../images/ico/btn-radio-nor@3x.png') 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
/*.radioBox input[type="radio"] + label > span {display:inline-block;margin-left:.7rem; font-size:1.2rem;font-weight:500;color:#333;line-height:1.5;vertical-align:middle;}*/
.radioBox input[type='radio'] + label > span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.25rem;
  vertical-align: middle;
  width: calc(100vw - 120px);
}
.radioBox input[type='radio']:checked + label:before {
  background: url('../images/ico/btn-radio-sel@3x.png') 0 0 no-repeat;
  background-size: 100% auto;
}
.radioBox input[type='radio']:checked:disabled + label:before {
  background: url(../images/ico/btn-radio-dis.png) 0 0 no-repeat;
  background-size: 100% auto;
}
/* .radioBox input[type="radio"]:disabled + label > span {margin-left:0;} */

/* FORM SelectBox */
[class*='formSelectBox'] {
  width: 380px;
}
[class*='formSelectBox'] select {
  width: 100%;
  display: block;
  padding: 15px 9px;
  box-sizing: border-box;
  background: url(../images/ico/btn-dropdown-down.png) right 9px center no-repeat;
  background-size: 24px 24px;
  border-bottom: 1px solid #c8c6c6;
  font-size: 1rem;
  font-weight: 500;
  color: #c8c6c6;
}
[class*='formSelectBox'] select:focus {
  background: url(../images/ico/btn-dropdown-up.png) right 16px center no-repeat;
  background-size: 24px 24px;
}
.formSelectBoxTy02 select {
  color: #242424;
}

.formSelectBoxTy02 .btnSelect {
  width: 100%;
  display: flex;
  align-items: center;
  height: 64px;
  border-radius: 12px;
  padding: 20px 16px;
  box-sizing: border-box;
  background: #f8f8fb url(../images/ico/btn-dropdown-down-type02@3x.png) right 16px center no-repeat;
  background-size: 24px 24px;
  text-align: left;
  margin-bottom: 12px;
}
.formSelectBoxTy02 .btnSelect > span {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #000;
}
/*.formSelectBoxTy02 .btnSelect > span {font-size:1.125rem; line-height: 1.625rem; font-weight:600;color: #B3B4B9;}
.formSelectBoxTy02 .btnSelect .on {color: #000!important;}*/

.formSelectBoxTy02 .bk_logo {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 70px; /* animation: flip 1 linear 1s;*/
}

.formSelectBoxTy03 .btnSelect {
  width: 100%;
  display: block;
  padding-right: 30px;
  box-sizing: border-box;
  background: url(../images/ico/btn-dropdown-down.png) right center no-repeat;
  background-size: 24px 24px;
}
.formSelectBoxTy03 .btnSelect > span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #9d9999;
  line-height: 1.56;
  border: none;
}

/* Textarea */
.textareaBox textarea {
  width: 100%;
  height: 200px;
  display: block;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 1px solid #c8c6c6;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.textareaBox textarea::placeholder {
  font-size: 1.2rem;
  font-weight: 500;
  color: #c8c6c6;
  line-height: 1.4;
}
.textareaBox textarea::-webkit-input-placeholder {
  font-size: 1.2rem;
  font-weight: 500;
  color: #c8c6c6;
  line-height: 1.4;
}
.textareaBox textarea::-moz-placeholder {
  font-size: 1.2rem;
  font-weight: 500;
  color: #c8c6c6;
  line-height: 1.4;
}
.textareaBox textarea:-ms-input-placeholder {
  font-size: 1.2rem;
  font-weight: 500;
  color: #c8c6c6;
  line-height: 1.4;
}
.textareaBox textarea:-moz-placeholder {
  font-size: 1.2rem;
  font-weight: 500;
  color: #c8c6c6;
  line-height: 1.4;
}

/* Tab */
.tabWrap {
  width: 100%;
  position: relative;
}
.tabWrap .btnTabWrap {
  width: 100%;
  font-size: 0;
}
.tabWrap .btnTab {
  display: inline-block;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.tabWrap .btnTab:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00b3ff;
  transform-origin: 50% 100%;
  transform: scaleX(0);
  transition: 450ms transform ease-out;
}
.tabWrap .btnTab span {
  font-size: 1rem;
  font-weight: 500;
  color: #9d9999;
}
.tabWrap .btnTab.on:after {
  transform: scaleX(1);
}
.tabWrap .btnTab.on span {
  color: #242424;
}
.tabWrap .tabCon {
  width: 100%;
  display: none;
}
.tabWrap .tabCon.on {
  display: block;
}

/* tab style */
.tabWrapSt {
  width: 100%;
  position: relative;
}
.tabWrapSt .btnTabWrap {
  width: 100%;
  font-size: 0;
}
.tabWrapSt .btnTab {
  display: inline-block;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.tabWrapSt .btnTab:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #242424;
  transform-origin: 50% 100%;
  transform: scaleX(0);
  transition: 450ms transform ease-out;
}
.tabWrapSt .btnTab span {
  font-size: 1rem;
  font-weight: 500;
  color: #9d9999;
}
.tabWrapSt .btnTab.on:after {
  transform: scaleX(1);
}
.tabWrapSt .btnTab.on span {
  color: #242424;
}

/* Display:Table */
.tableWrapTy01 {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.tableWrapTy01 > * {
  display: table-cell;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
.tableWrapTy01 > *:last-child {
  text-align: right;
}

/* Table */
.tableTy01 {
  width: 100%;
}
.tableTy01 tr th,
.tableTy01 tr td {
  font-size: 1rem;
  color: #524e4e;
  line-height: 2;
  text-align: left;
}

.tableTy02 {
  width: 100%;
  border-top: 1px solid #bbb;
}
.tableTy02 tr th {
  font-size: 0.95rem;
  color: #222;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid #bbb;
  background-color: #efefef;
  padding: 5px;
}
.tableTy02 tr td {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.1rem;
  text-align: center;
  border-bottom: 1px solid #bbb;
  padding: 6px 0;
  vertical-align: middle;
}
.tableTy02 tr td small {
  letter-spacing: -0.015rem;
  color: #999;
}
/*.tableTy02 tr td:last-child {text-align:right;}*/

.tableTy03 {
  width: 100%;
}
.tableTy03 tr td {
  font-size: 0.8rem;
  color: #524e4e;
  text-align: left;
  line-height: 1.53;
  vertical-align: middle;
}
.tableTy03 tr td:last-child {
  font-weight: 500;
}

.tableTy04 {
  width: 100%;
  border-top: 1px solid #d8d8d8;
}
.tableTy04 tr th {
  font-size: 0.85rem;
  color: #222;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f4f4f4;
  padding: 5px;
}
.tableTy04 tr td {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.1rem;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
  padding: 6px 5px;
  vertical-align: middle;
}
.tableTy04 tr td small {
  letter-spacing: -0.015rem;
  color: #999;
}

.toggleWrap .toggle > button {
  width: 100%;
  display: block;
  padding: 13px 48px 13px 8px;
  position: relative;
  border-bottom: 1px solid #c8c6c6;
  box-sizing: border-box;
}
.toggleWrap .toggle > button:after {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.179rem;
  background: url(../images/ico/btn-dropdown-down.png) 0 0 no-repeat;
  transform: translateY(-50%);
}

.toggleWrap .toggle > button span {
  font-size: 15px;
  font-weight: 500;
  color: #524e4e;
  line-height: 1.93;
}
.toggleWrap .toggle > .toggleCon {
  width: 100%;
  display: none;
  padding: 1.179rem 1.179rem 1.179rem 8px;
  box-sizing: border-box;
}
.toggleWrap .toggle > .toggleCon > li {
  line-height: 2;
}
.toggleWrap .toggle > .toggleCon > li > span {
  font-size: 1rem;
  color: #524e4e;
}

.toggleWrap .toggle.on > button:after {
  background: url(../images/ico/btn-dropdown-up.png) 0 0 no-repeat;
}
.toggleWrap .toggle.on > .toggleCon {
  display: block;
}

.flWrapTy01 > .left {
  float: left;
}
.flWrapTy01 > .right {
  width: 272px;
  margin-left: 48px;
  float: right;
}

/*.popTyToast {bottom:24px;}*/
.popTyToast {
  width: calc(100% - 32px); /*2023-11-13 수정 이전 calc(100% - 48px)*/
  min-width: 252px;
  padding: 19px 23px; /*2023-11-13 수정 이전 20px*/
  box-sizing: border-box;
  bottom: 34px;
  background-color: rgba(35, 38, 52, 1); /*2023-11-13 수정 이전  rgba(0, 0, 0, 0.9) */
  border-radius: 8px; /*2023-11-13 수정 이전  12px */
  text-align: center;
  transform: translateX(-50%);
  transform: translate(-50%, 100%);
  visibility: hidden;
  opacity: 0;
}
.popTyToast .txt {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5rem;
}
.popTyToast .btnPrimaryTy02 {
  width: 160px;
  height: 32px;
  margin: 15px auto 0;
}
.popTyToast .btnPrimaryTy02 > span {
  font-size: 13px;
}

/*.popTyBackDrop .popHeader .btnhandle {
    width: 60px;
    height: 10px;
    background-color: #E3E4EB;
    border-radius: 10px;
    margin: 10px auto 28px;
    text-indent: -300px;
    overflow: hidden;
    display: block;
}*/
.popTyBackDrop {
  width: 780px;
  top: 50%;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  text-align: center;
}
.popTyBackDrop .popHeader {
  padding: 10px 0 22px;
  box-sizing: border-box;
}
.popTyBackDrop .tit {
  font-size: 1.375rem;
  font-weight: 500;
  color: #000;
}
.popTyBackDrop .btnWrapTy01 {
  margin: 27.2px 0 57px;
}
.popTyBackDrop .btnWrapTy01 [class*='btnPrimary'] {
  width: 200px;
  border-radius: 0;
}

/* Layer Popup */
[class*='popTy'] {
  position: fixed;
  left: 50%;
  z-index: 400;
}
.popTyLayer {
  min-width: 490px;
  padding: 60px 20px 26px;
  box-sizing: border-box;
  top: 50%;
  background-color: #fff;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.popTyLayer .starCountWrap {
  font-size: 0;
}
.popTyLayer .starCountWrap > * {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.popTyLayer .starCountWrap > *:first-child {
  margin-left: 0;
}
.popTyLayer .starCountWrap .count {
  font-size: 21px;
  font-weight: 500;
  color: #242424;
}
.popTyLayer .tit {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.375;
}
.popTyLayer .titTy02 {
  font-size: 21px;
  font-weight: 500;
}
.popTyLayer .txt {
  font-size: 0.8rem;
  color: #524e4e;
  line-height: 1.53;
}
.popTyLayer .titTy02 + .txt {
  margin-top: 11px;
}
.popTyLayer .subTxt {
  margin: 25px 12px 0;
  padding-top: 17px;
  box-sizing: border-box;
  border-top: 1px solid #c8c6c6;
  font-size: 11px;
  color: #524e4e;
  text-align: left;
  line-height: 1.63;
  word-break: keep-all;
}
.popTyLayer .starCountWrap + .txt {
  margin-top: 11px;
}

.popTyLayer .btnWrapTy02 {
  margin-top: 52px;
}
.popTyLayer > .icoDelete {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popTyLayer.popRoundLayer {
  min-width: 246px;
  text-align: center;
  padding: 0;
  background: none;
}
.popTyLayer.popRoundLayer span {
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 98px;
  left: 0;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  animation: txtmove 0.1s 0.1s ease-in both;
}
@keyframes txtmove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popTyLayer.popRoundLayer .roundStartBtn {
  background: #f4907e;
  width: 246px;
  height: 246px;
  border-radius: 50%;
  position: relative;
  display: block;
}
.popTyLayer.popRoundLayer .roundStartBtn {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.popTyLayer.popRoundLayer .roundStartBtn.hide {
  -webkit-animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

#alertPopup,
#backDropPopup,
#toastPopup,
#accessPopup {
  visibility: hidden;
  opacity: 0;
}
#fullPop {
  text-align: center;
}

[class*='lineBoxTy'] {
  width: 100%;
  padding: 1.179rem 24px;
  box-sizing: border-box;
  border-radius: 4px;
}
[class*='lineBoxTy'] .group {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.375;
}
[class*='lineBoxTy'] .amount {
  font-size: 23px;
  font-weight: 500;
  text-align: right;
}
[class*='lineBoxTy'] .group + * {
  margin-top: 14px;
}

.lineBoxTy01 {
  border: 1px solid #f4907e;
}
.lineBoxTy01 > * {
  color: #f4907e;
}
.lineBoxTy01 > p {
  font-weight: 500;
  line-height: 1.375;
}
.lineBoxTy01 strong {
  font-weight: 700;
}

.lineBoxTy02 {
  border: 1px solid #242424;
}
.lineBoxTy02 > * {
  color: #242424;
}
.lineBoxTy02 .total {
  width: 20%;
  font-size: 0.8rem;
  color: #524e4e;
}

.lineBoxTy03 {
  padding: 56px 24px;
  border: 1px solid #c8c6c6;
}
.lineBoxTy03 > p {
  font-size: 23px;
  font-weight: 500;
  color: #9d9d99;
  line-height: 1.43;
}
.lineBoxTy03 > p > strong {
  font-weight: 700;
  color: #242424;
}

.lineBoxTy04 {
  padding: 40px 28px 24px;
  border: 1px solid #c9c9c9;
  border-radius: 0;
}
.lineBoxTy04 .tit {
  font-size: 15px;
  font-weight: 500;
  vertical-align: bottom;
}
.lineBoxTy04 .subTxt {
  font-size: 0.8rem;
  color: #9b9b9b;
  vertical-align: bottom;
}
.lineBoxTy04 .btnMore {
  display: inline-block;
  margin: 1.179rem auto 0;
  text-align: center;
}

.lineBoxTy05 {
  padding: 32px;
  border: 1px solid #9d9999;
}
.lineBoxTy06 {
  background-color: #feefec;
  display: flex;
  align-items: center;
}

.bgBoxTy01 {
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
  background-color: #f1f5f8;
}
.bgBoxTy01 > .txt {
  font-size: 0.8rem;
  font-weight: 500;
  color: #9d9d99;
  line-height: 1.53;
  word-break: keep-all;
}
.bgBoxTy01 > .highLightsTxt {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #524e4e;
}
.bgBoxTy01 > .txt + .highLightsTxt {
  margin-top: 36px;
}

.bgBoxTy02 {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: rgba(241, 241, 241, 0.5);
}
.bgBoxTy03 {
  width: 100%;
  position: relative;
  background-color: #feefec;
}

.listTy01 dt > span {
  font-size: 1.2rem;
  color: #474747;
  text-align: left;
}
.listTy01 dd {
  margin-top: 5px;
  line-height: 1.875;
}
.listTy01 dd > strong {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}
.listTy01 dd + dt {
  margin-top: 21px;
}

.listTy02 dt > span {
  font-size: 0.8rem;
  color: #9d9999;
}
.listTy02 dd > strong {
  font-size: 1.2rem;
  font-weight: 500;
}
.listTy02 dd + dt {
  margin-top: 1.25rem;
}

.infoBoxWrap {
  width: 311px;
  display: none;
  padding: 1.25rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(36, 36, 36, 0.7);
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}
.infoBoxWrap > .infoTxt {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.38;
}

.toggle .icoInfo {
  margin-left: auto;
}
.toggle.on .infoBoxWrap {
  display: block;
}

.toggle.on .infoBoxWrap2 {
  display: block;
  opacity: 1;
  -webkit-animation: slide-in-bottom 0.5s both;
  animation: slide-in-bottom 0.5s both;
}
.toggle.on .infoBoxWrap2 .btnclose {
  width: 20px;
  height: 20px;
  background: url('../images/ico/btn-delete-tag-list.png') 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  top: 10px;
  text-indent: -500px;
  font-size: 0;
}
.toggle .infoBoxWrap2 {
  width: calc(100% - 30px);
  margin: 0 auto;
  display: none;
  box-sizing: border-box;
  padding: 24px 16px;
  background-color: #464854;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 16px 32px 0 rgba(70, 72, 84, 0.4);
}
.toggle .infoBoxWrap2 > .infoTit {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 700;
}
.toggle .infoBoxWrap2 > .infoTxt {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.375rem;
  font-weight: 500;
  margin-top: 16px;
}

@-webkit-keyframes old-bounce-bottom {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  75% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes old-bounce-bottom {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  75% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@-webkit-keyframes bounce-bottom {
  0%,
  5%,
  20%,
  35%,
  45% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(-7px);
  }
}
@keyframes bounce-bottom {
  0%,
  5%,
  20%,
  35%,
  45% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(-7px);
  }
}
/*wrap*/
.rightbtnWrap button {
  float: right;
}
.rightbtnWrap:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.toggleBox {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.toggleBox .inputBox {
  font-size: 0;
}
.toggleBox .inputBox input {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.toggleBox .inputBox label {
  width: 42px;
  height: 24px;
  display: inline-block;
  margin: 0 0 0 8px;
  position: relative;
  background-color: #e3e4eb;
  border-radius: 15px;
  vertical-align: middle; /*border:2px solid #e1e1e1;*/
}
.toggleBox .inputBox label:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: 450ms transform ease;
  border: 0 solid #e1e1e1;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}
.toggleBox .inputBox > span {
  display: inline-block;
  vertical-align: middle;
  transform-origin: right;
  padding: 0;
}
.toggleBox .inputBox input:checked ~ label {
  background-color: #0d0f71;
  overflow: hidden;
}
.toggleBox .inputBox input:checked ~ label:before {
  transform: translateX(18px) translateY(0);
  border: none;
  width: 18px;
  height: 18px;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}
/*.toggleBox .inputBox > span:before {content:'OFF';min-width:28px;display:block;font-size:1rem;font-weight:500;color:#9d9999;text-align:right;line-height:1.725rem; transform:translateY(30%) translateX(-5px);}
.toggleBox .inputBox input:checked + span:before {content:'ON'}*/

/*20210715추가 - 신청중*/
.toggleBox .inputBox.ing input:checked ~ label {
  background-color: #ffba00;
  border: 2px solid #efae00;
  overflow: hidden;
}
.toggleBox .inputBox.ing input:checked ~ label:before {
  transform: translateX(30px) translateY(0);
  border: none;
  width: 18px;
  height: 18px;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.4);
}
.toggleBox .inputBox.ing input:checked + span:before {
  content: '신청중';
}
/* 관리자 UI */

/* Input */
.inputBoxTyAD01 {
  font-size: 0;
}
.inputBoxTyAD01 input {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #c8c6c6;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #524e4e;
  text-align: left;
  transition: 350ms border-color ease-out;
  vertical-align: middle;
}
.inputBoxTyAD01 input::placeholder {
  font-size: 0.8rem;
  color: #9d9999;
}
.inputBoxTyAD01 input::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #9d9999;
}
.inputBoxTyAD01 input::-moz-placeholder {
  font-size: 0.8rem;
  color: #9d9999;
}
.inputBoxTyAD01 input:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #9d9999;
}
.inputBoxTyAD01 input:-moz-placeholder {
  font-size: 0.8rem;
  color: #9d9999;
}
.inputBoxTyAD01 input:focus {
  border-color: #524e4e;
}
.inputBoxTyAD01 input:disabled {
  background-color: #f1f5f8;
  border-color: #c8c6c6;
  color: #9d9999;
}
.inputBoxTyAD01 .unit {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.8rem;
  color: #9d9999;
  vertical-align: middle;
}

.inputBoxTyAD01.hasUnit input {
  width: calc(100% - 1.25rem);
}

.inputBoxTyAD01.hasUnitTy02 .unit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.textareaBoxTyAD {
  width: 100%;
}
.textareaBoxTyAD textarea {
  width: 100%;
  display: block;
  padding: 13px;
  box-sizing: border-box;
  border: 1px solid #c8c6c6;
  border-radius: 4px;
  font-size: 1rem;
  color: #524e4e;
  text-align: left;
  line-height: 1.5;
  transition: 350ms border-color ease-out;
}
.textareaBoxTyAD textarea::placeholder {
  font-size: 0.8rem;
  color: #9d9999;
}
.textareaBoxTyAD textarea::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #9d9999;
}
.textareaBoxTyAD textarea::-moz-placeholder {
  font-size: 0.8rem;
  color: #9d9999;
}
.textareaBoxTyAD textarea:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #9d9999;
}
.textareaBoxTyAD textarea:-moz-placeholder {
  font-size: 0.8rem;
  color: #9d9999;
}
.textareaBoxTyAD textarea:focus {
  border-color: #524e4e;
}
.textareaBoxTyAD .textCount {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: #999;
  line-height: 1.36;
  text-align: right;
}

.selectBoxTyAD {
  position: relative;
}
.selectBoxTyAD .btnSelect {
  min-width: 92px;
  max-height: 32px;
  display: block;
  padding: 4px 30px 4px 8px;
  position: relative;
  border: 1px solid #c8c6c6;
  border-radius: 4px;
  font-size: 1rem;
  color: #524e4e;
  line-height: 1.5;
  text-align: left;
}
.selectBoxTyAD .btnSelect:after {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  background: url(../images/ico/btn-dropdown-down.png) 0 0 no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.selectBoxTyAD .optionList {
  width: 100%;
  display: none;
  padding: 8px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #524e4e;
  border-top: none;
  border-radius: 4px;
}
.selectBoxTyAD .option button > span {
  font-size: 1rem;
  font-weight: 500;
  color: #9d9999;
  line-height: 2.14;
}
.selectBoxTyAD .option.selected button > span {
  color: #524e4e;
}

.selectBoxTyAD .btnSelect.open {
  border-color: #524e4e;
}
.selectBoxTyAD .btnSelect.open + .optionList {
  display: block;
}

.selectBoxTyAD .btnSelect.disabled {
  background-color: #f2f2f2;
}
.selectBoxTyAD .btnSelect.disabled > span {
  color: #9d9999;
}
.selectBoxTyAD .btnSelect.disabled:after {
  content: none;
}

.selectBoxTyAD02 {
  width: 140px;
  position: relative;
}
.selectBoxTyAD02 select {
  width: 100%;
  padding: 5px 30px 6px 11px;
  box-sizing: border-box;
  background: url(../images/ico/btn-dropdown-down.png) right 6px center no-repeat;
  background-size: 24px 24px;
  border: 1px solid #c8c6c6;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #9d9999;
  line-height: 1.5;
  text-align: left;
  transition: 450ms border ease;
}
.selectBoxTyAD02 select:valid {
  color: #524e4e;
}
.selectBoxTyAD02 select:focus {
  border-color: #524e4e;
}
.selectBoxTyAD02 select:disabled {
  background: #f1f5f8;
  color: #9d9999;
}

.calenderWrap .controller {
  font-size: 0;
}
.calenderWrap .controller > * {
  display: inline-block;
  vertical-align: middle;
}
.calenderWrap .controller .inputBoxTyAD01 input {
  padding: 8px 10px;
  text-align: center;
}
.calenderWrap .controller > span {
  margin: 0 3px;
  font-size: 0.8rem;
  color: #9d9999;
}

.tableTyAD {
  border: 1px solid #f1f5f8;
  box-sizing: border-box;
}
.tableTyAD .checkbox input[type='checkbox']:checked + label:before {
  background: url(../images/ico/btn-checkbox-pink-sel.png) 0 0 no-repeat;
}
.tableTyAD .row {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.tableTyAD .row .cell {
  width: 21%;
  display: table-cell;
  padding: 11px 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.tableTyAD .row .cell > * {
  font-size: 0.8rem;
}

.tableTyAD .row .checkbox,
.tableTyAD .row .expand {
  width: 64px;
}
.tableTyAD .row .noticeDate {
  width: 127px;
}
.tableTyAD .row .type {
  width: 11.179rem;
}
.tableTyAD .row .title {
  width: 470px;
}

.tableTyAD .title > p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tableTyAD .tHead {
  background-color: #f1f5f8;
}
.tableTyAD .tHead .cell > span {
  font-size: 1rem;
  font-weight: 500;
  color: #524e4e;
  line-height: 1.78;
  vertical-align: middle;
}
.tableTyAD .tHead .cell > span + button {
  width: 8px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  background: url(../images/ico/sort.png) 0 0 no-repeat;
  vertical-align: middle;
}

.tableTyAD .tBody .toggle {
  border-top: 1px solid #f1f5f8;
}
.tableTyAD .tBody .toggle .detail {
  display: none;
  width: 100%;
  padding: 10px 0 10px 81px;
  box-sizing: border-box;
  background-color: rgba(241, 241, 241, 0.5);
  border-top: 1px solid #f1f5f8;
}
.tableTyAD .tBody .toggle.on .detail {
  display: block;
}

.tableTyAD .tBody .toggle .detail.notice {
  padding: 10px 0 17px;
  text-align: center;
}
.tableTyAD .tBody .toggle .detail.notice .btnWrapTy01 {
  display: block;
  margin-top: 10px;
}
.tableTyAD .tBody .toggle .detail.notice .btnWrapTy01 > [class*='btnLine'] {
  min-width: 186px;
  display: inline-block;
  vertical-align: middle;
}
.tableTyAD .tBody .toggle .detail.notice .btnWrapTy01 > [class*='btnLine'] + [class*='btnLine'] {
  margin-left: 10px;
}
.tableTyAD .tBody .toggle .detail.notice .btnWrapTy01 > [class*='btnLine'] > span {
  font-size: 0.8rem;
}

.tableTyAD .tBody .toggle .detail > p {
  display: inline-block;
  font-size: 0.8rem;
  color: #524e4e;
  line-height: 1.61;
}
.tableTyAD .tBody .toggle .detail > p > strong {
  font-weight: 500;
}
.tableTyAD .tBody .toggle .detail > p + p:before {
  content: '|';
  display: inline-block;
  margin-right: 4px;
  font-size: 0.8rem;
  color: #524e4e;
}

.tableTyAD .toggle .expand > button {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  background: url(../images/ico/btn-dropdown-down.png) 0 0 no-repeat;
}
.tableTyAD .toggle.on .expand > button {
  background: url(../images/ico/btn-dropdown-up.png) 0 0 no-repeat;
}

.tableTyAD .tBody .row.done .cell > span,
.tableTyAD .tBody .row.disabled .cell > span {
  color: #9d9999;
}
.tableTyAD .tBody .row.disabled .state > span {
  color: #524e4e;
}

/* Done */
.tableTyAD .tBody .row.done {
  background-color: rgba(254, 239, 236, 0.5);
}

.tableTyManage {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #f1f5f8;
  border-top: none;
  box-sizing: border-box;
}
.tableTyManage tr th,
.tableTyManage tr td {
  padding: 10px 0;
  box-sizing: border-box;
  color: #524e4e;
  text-align: center;
  line-height: 1.78;
  vertical-align: middle;
}
.tableTyManage tr th {
  background-color: #f1f5f8;
  font-size: 1rem;
  font-weight: 500;
}
.tableTyManage tr td {
  height: 50px;
  font-size: 0.8rem;
  line-height: 1.38;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tableTyManage tr td .btnLineTy04 {
  min-width: 53px;
  height: 32px;
  margin: 0 auto;
}
.tableTyManage tr td .btnLineTy04 > span {
  font-size: 0.8rem;
}
.tableTyManage tr td [class*='ico'] {
  margin: 0 auto;
}
.tableTyManage tr:hover > td {
  background-color: rgba(241, 241, 241, 0.2);
}

.tableTyManage tbody tr + tr {
  border-top: 1px solid #f1f5f8;
}
.tableTyManage tr .add {
  color: #f4907e;
}
.tableTyManage tr .campaignName {
  text-align: left;
}
.tableTyManage tr .campaignName > * {
  display: inline-block;
}
.tableTyManage tr .amount {
  text-align: right;
}
.tableTyManage tr .date {
  font-size: 11px;
  color: #9d9999;
  text-align: left;
  line-height: 1.63;
  white-space: normal;
  text-overflow: unset;
  overflow: visible;
  word-break: keep-all;
}

.tableTyManage .storage td {
  color: #9d9d99;
}
.tableTyManage .storage .campaignName > p {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tableTyManage .btnManageMore {
  width: 100%;
  display: block;
  padding: 13px;
  box-sizing: border-box;
  border-top: 1px solid #f1f5f8;
  font-size: 1rem;
  font-weight: 500;
  color: #9d9999;
  text-align: center;
}
.tableTyManage .btnManageMore:after {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/ico/btn-dropdown-down-type02.png) 0 0 no-repeat;
  vertical-align: middle;
}

.pagingWrap {
  padding: 20px 0;
  text-align: center;
  font-size: 0;
} /* 2019-10-30 수정 */
.pagingWrap > * {
  display: inline-block;
  vertical-align: middle;
}
.pagingWrap .paging {
  font-size: 0;
}
.pagingWrap .paging > span,
.pagingWrap .paging > strong {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 4px;
  font-size: 1rem;
  color: #524e4e;
  line-height: 24px;
  text-align: center;
}
.pagingWrap .paging > *:first-child {
  margin-left: 0;
}
.pagingWrap .paging > strong {
  font-weight: 500;
}

.fileBoxTyDefault {
  position: relative;
}
.fileBoxTyDefault input[type='file'] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.fileBoxTyDefault label {
  display: inline-block;
  font-size: 0;
}
.fileBoxTyDefault label > span {
  width: 89px;
  height: 32px;
  display: inline-block;
  border-radius: 4px;
  background-color: #524e4e;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}
.fileBoxTyDefault label > p {
  display: inline-block;
  margin-left: 10px;
  font-size: 1rem;
  color: #9d9999;
  vertical-align: middle;
}

.fileBoxTyDefault .underline {
  text-decoration: underline;
}

.fileBoxTyImage {
  position: relative;
  overflow: hidden;
}
.fileBoxTyImage input[type='file'] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.fileBoxTyImage label {
  display: inline-block;
  font-size: 0;
}
.fileBoxTyImage label > .uploadImage {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.fileBoxTyImage label > .uploadImage > img {
  width: 100%;
}
.fileBoxTyImage label .txtWrap {
  display: inline-block;
  vertical-align: bottom;
}
.fileBoxTyImage label .txtWrap .filePath {
  font-size: 1rem;
  color: #9d9999;
  line-height: 1.69;
}
.fileBoxTyImage label .txtWrap .description {
  margin-top: 3px;
  font-size: 0.8rem;
  color: #9d9999;
  line-height: 1.69;
}

.fileBoxTyCamera input[type='file'] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.fileBoxTyCamera label > .icoCamera {
  margin: 0 auto;
}
.fileBoxTyCamera label > p {
  font-size: 1rem;
  color: #9d9999;
  text-align: center;
  line-height: 1.92;
}
.fileBoxTyCamera label > .tit {
  margin-top: 11px;
}
.fileBoxTyCamera .btnUnderLineTy03 {
  margin-top: 9px;
  font-size: 1.2rem;
}

#ui-datepicker-div {
  width: 292px;
  padding: 1.179rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  display: none;
  border: 1px solid #bbb;
}
#ui-datepicker-div .ui-datepicker-header {
  width: 100%;
  height: 30px;
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev > .ui-icon {
  width: 24px;
  height: 24px;
  background: url(../images/ico/ic-calendar-arrow-left.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next > .ui-icon {
  width: 24px;
  height: 24px;
  background: url(../images/ico/ic-calendar-arrow-right.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  line-height: 1.5;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin-top: 6px;
}
#ui-datepicker-div .ui-datepicker-calendar thead th {
  padding-bottom: 4px;
  box-sizing: border-box;
}
#ui-datepicker-div .ui-datepicker-calendar thead th > span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #9d9999;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td {
  height: 35px;
  border: 1px solid #c8c6c6;
  text-align: center;
  vertical-align: middle;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td > a {
  font-size: 1rem;
  color: #9d9999;
  line-height: 1.42;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: #524e4e;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day > a {
  color: #fff;
}

@media screen and (max-width: 10000px) {
  .pt0-mb {
    padding-top: 0 !important;
  }
  .pt56-mb {
    padding-top: 56px !important;
  }
  .pt64-mb {
    padding-top: 64px !important;
  }

  .pb64-mb {
    padding-bottom: 100px !important;
    box-sizing: border-box;
  }

  .bgColorTy01-mb {
    background-color: #f1f5f8 !important;
  }

  .icoSearch {
    background-image: url(../images/ico/btn-search@3x.png);
  }
  .icoArrowLeft {
    background-image: url(../images/ico/ic-arrow-left@3x.png);
  }
  .icoArrowRight {
    background-image: url(../images/ico/ic-arrow-right@3x.png);
  }
  .icoInputDelete {
    background-image: url(../images/ico/btn-input-delete@3x.png);
  }
  /*  .icoDelete {background-image:url(../images/ico/btn-delete-tag-list.png)}
  .icoDelete {background-image:url(../images/ico/btn-delete-tag-list@3x.png)}*/
  .icoTagDelete {
    background-image: url(../images/ico/btn-delete-tag@3x.png);
  }
  .icoDelete {
    background-image: url(../images/ico/btn-delete-tag-list@3x.png);
    width: 24px;
    height: 24px;
  }
  .icoPrev {
    background-image: url(../images/ico/btn-arrow-gray-left@3x.png);
  }
  .icoNext {
    background-image: url(../images/ico/btn-arrow-gray-right@3x.png);
  }
  .icoMenu {
    display: block;
    position: inherit;
    background-image: url(../images/ico/btn_menu_@3x.png);
    width: 24px;
    height: 24px;
    /*position: absolute;*/
    right: 16px;
  }

  .pcHidden {
    display: block !important ;
  }
  .mbHidden {
    display: none !important;
  }

  .btnWrapTy01 {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    border-radius: 0;
  }
  .btnWrapTy01 [class*='btnPrimary'] {
    flex: 1;
    -webkit-flex: 1;
    border-radius: 0;
  }

  .btnWrapTy01 .btnPrimaryTy00 {
    height: 58px;
    margin: 0 24px;
    border-radius: 8px;
  } /* 2023-12-06 CTA 버튼 디자인 변경 */
  .btnWrapTy01 .btnPrimaryTy00 > span {
    height: auto;
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  } /* 2023-12-06 CTA 버튼 디자인 변경 */

  .btnWrapTy02 {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    border-radius: 0;
  }
  .btnWrapTy02 [class*='btnPrimary'] {
    flex: 1;
    -webkit-flex: 1;
  }
  .btnWrapTy03 {
    width: 100%;
  }
  .btnWrapTy03 [class*='btnPrimary'] {
    width: 100%;
    display: block;
    border-radius: 0;
  }

  .btnbotTy01 {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    border-radius: 0;
  }
  .btnbotTy01 [class*='btnPrimary'] {
    /*flex:1;-webkit-flex:1;*/
    border-radius: 0;
  }

  /* Input */

  .checkbox input[type='checkbox'] + label:before {
    background: url(../images/ico/btn-checkbox-black-nor@3x.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .checkbox input[type='checkbox']:checked + label:before {
    background: url(../images/ico/btn-checkbox-black-sel@3x.png) 0 0 no-repeat;
    background-size: 100% auto;
  }

  /* SelectBox */
  .selectBoxWrap .selectBox:first-child {
    width: 100%;
    margin-right: 11px;
  }
  .selectBoxWrap .selectBox .btnSelect:after {
    background: url(../images/ico/btn-dropdown-down@3x.png) 0 0 no-repeat;
    background-size: 100% auto;
  }

  [class*='formSelectBox'] {
    width: auto;
  }

  /* Button */

  /* Tab */
  .tabWrap .btnTabWrap {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .tabWrap .btnTab {
    width: auto;
    max-height: 56px;
    display: table-cell;
  }

  /* Layer Popup */
  .popTyLayer {
    min-width: 310px;
    padding: 35px 14px 1.179rem;
  }
  .popTyLayer .btnWrapTy02 {
    margin-top: 25px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .popTyLayer .btnWrapTy02 [class*='btnPrimary'] {
    width: auto;
  }

  /* Layer Popup */
  .popTyLayer2 {
    min-width: 310px;
    padding: 35px 14px 1.179rem;
  }
  .popTyLayer2 .btnWrapTy02 {
    margin-top: 25px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .popTyLayer2 .btnWrapTy02 [class*='btnPrimary'] {
    width: auto;
  }

  #agreementPopup .scrollWrap {
    overflow: auto;
  }

  .listTy01 dt + dd {
    margin-top: 10px;
  }

  .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .setTerm + .setDetail {
    display: none;
    margin-top: 15px;
  }
  .setTerm.on + .setDetail {
    display: block;
  }
  .setTerm + .setDetail .msg {
    line-height: 32px;
    font-size: 12px;
    color: #9d9999;
  }
  .setTerm + .setDetail .btnPrimaryTy01 {
    width: 100%;
    height: 48px;
    margin-top: 6px;
  }
  .calenderWrap.wide {
    margin-top: inherit;
  }
  .calenderWrap.wide .controller {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .calenderWrap.wide .controller .inputBoxTyAD01 {
    width: 50%;
  }
  .calenderWrap.wide .controller > span {
    text-align: center;
    padding: 10px;
  }

  /*2021-01-29 토글 타입 추가*/
  .toggleBox2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .toggleBox2 .inputBox {
    font-size: 0;
  }
  .toggleBox2 .inputBox input {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
  }
  .toggleBox2 .inputBox label {
    width: 33px;
    height: 20px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    background-color: #f1f5f8;
    border-radius: 12px;
    vertical-align: middle;
  }
  .toggleBox2 .inputBox label:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #fff;
    border-radius: 50%;
    transition: 450ms transform ease;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.8);
  }
  .toggleBox2 .inputBox > span {
    display: inline-block;
    vertical-align: middle;
  }
  .toggleBox2 .inputBox > span:before {
    content: '일시 정지';
    min-width: 28px;
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    text-align: right;
    line-height: 1;
    transform: scale(1.15) translateY(65%) translateX(5px);
  }

  .toggleBox2 .inputBox input:checked ~ label {
    background-color: #7ad44b;
  }
  .toggleBox2 .inputBox input:checked ~ label:before {
    transform: translateX(12px);
  }
  .toggleBox2 .inputBox input:checked + span:before {
    content: '사용';
  }
}

.bdr-5 {
  border-radius: 5px !important;
}
.bdr-8 {
  border-radius: 8px !important;
}
.bdr-10 {
  border-radius: 10px !important;
}
.bdr-15 {
  border-radius: 15px !important;
}
.bdr-20 {
  border-radius: 20px !important;
}
.bdr-25 {
  border-radius: 25px !important;
}
.bdr-30 {
  border-radius: 30px !important;
}
.bdr-50 {
  border-radius: 50px !important;
}

.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}

.contents {
  background-color: #fff;
}

.position_abs {
  position: absolute;
}
.position_fix {
  position: fixed;
}

.popTyBackDrop {
  width: 100%;
  padding: 0;
  top: auto;
  left: 0;
  bottom: 0;
  border-radius: 13px 13px 0 0;
  transform: translate(0, 100%);
}
.popTyBackDrop .popHeader {
  padding: 29px 0;
}
.popTyBackDrop .tit {
  font-size: 23px;
}
.popTyBackDrop .btnWrapTy01 {
  margin: 0;
}
.popTyBackDrop .btnWrapTy01 [class*='btnPrimary'] {
  width: auto;
}

/** Full 팝업**/
/* .popTyFull {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  transform: translate(0, 0);
} */
.popTyFull {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 91;
  transform: translate(0, 0);
}
.popTyFull .popHeader {
  width: 100%;
  height: 56px;
  position: relative;
  background-color: #fff;
}
.popTyFull .popHeader .tit {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  color: #000;
}
.popTyFull .popHeader .popInner {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.popTyFull .popHeader .popInner > .btnBack {
  float: left;
}
.popTyFull .popHeader .popInner > .tit {
  float: left;
}
.popTyFull .popHeader .popInner > .btnBack + .tit {
  margin-left: 8px;
}
.popTyFull .popHeader .popInner .icoWrapTy01 {
  float: right;
}
.popTyFull .popContents {
  /*height:calc(100% - 56px);*/
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  padding: 0;
}
.popTyFull .btnWrapTy01 {
  /* display: none; */
}
.popTyFull .popHeader .btnPopClose {
  position: absolute;
  right: 16px;
}
.popTyFull .btnWrapTy01 [class*='btnPrimary'] {
  width: 200px;
  border-radius: 0;
}

#agreementPopup .scrollWrap {
  overflow: auto;
}
.gnbLeft .btnBack {
  position: absolute;
}
.gnbLeft .btnClose {
  position: absolute;
  right: 16px;
}

.P_Close {
  position: fixed;
  top: 2rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.5) url(../images/ico/btn-delete-tag-list@3x.png);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  z-index: 2;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.br0 {
  border-radius: 0 !important;
}

.noBorder {
  border: 0 !important;
}

.color686A74 {
  color: #686a74 !important;
}
