@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}



/* 초기화 - 모달 내부에만 적용 */
.modal * {
    box-sizing: border-box;
}

.modal button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: Pretendard;
    padding: 0;
}


/* 페이지 */
.login{
    max-width: 393px;
    width: 100%;
    height: 852px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.login .mainbg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 5;
    cursor: pointer;
}


/* 공통 */
.modal{
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    opacity: 0;
    z-index: 2000;
    pointer-events: none;
}

.modal.active{
    opacity: 1;
    pointer-events: auto;
}

.modal.active .modal-wrap{
    transform: translateX(-50%) translateY(0);
}

.dim{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1;
    opacity: 0;
}

.modal.active .dim{
    opacity: 1;
}

.modal-wrap{
    width: 100%;
    max-width: 393px;
    background: #fff;
    border-radius: 22px 22px 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    transition: transform .2s;
    z-index: 10;
    padding: 30px 20px 40px 20px;
}

.modal-header{
    text-align: left;
    position: relative;
    padding-bottom: 30px;
}

.modal-header .bar{
    width: 43px;
    height: 4px;
    border-radius: 30px;
    background:#D7D7D7;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    cursor: pointer;
}

.modal-header h1{
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
    color: #000;
    margin:0;
    text-align: center;
}

.modal-header p{
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
    color: #666;
    text-align: center;
    margin:0;
}

.modal-header button{
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 18px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.modal-header .backspace-btn{
    left: 0;
    background: url('./images/icon-backspace.png') no-repeat center / cover;
}

.modal-header .close-btn{
    right: 0;
    background: url('./images/close-btn.png') no-repeat center / cover;
}

.modal-content{
    margin-bottom: 30px;
}

@media screen and (max-width:440px){
    .modal-wrap{
        max-width: 100%;
    }
}


/* 카카오로그인 모달 */
.kakao-modal .modal-wrap{
    padding: 40px 20px;
}

.kakao-modal .modal-header{
    padding-bottom: 0;
    border-bottom: 0;
}

.kakao-modal .modal-header .bar{
    top: -30px;
}

.kakao-modal h1 {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    letter-spacing: -0.44px;
    margin: 0 0 43px 0;
}

.kakao-modal .modal-header .close-btn{
    top: -10px;
}

.kakao-modal .modal-content {
    margin-bottom: 43px;
}
.kakao-modal .modal-content .kakao-bg {
    display: block;
    width: 263px;
    height: auto;
    margin:  0 auto;
}
.kakao-modal .modal-footer #kakaoLoginBtn {
    height: 48px;
    line-height: 48px;
    position: relative;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #FEE94C;
    color: #201D1E;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 18.2px */
}
.kakao-modal .modal-footer #kakaoLoginBtn span {
    position: absolute;
    width: 147px;
    height: 30px;
    background: #fff;
    left: 50%;
    top: -20px;
    transform: translate(-50%, 0);
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.05));
    border-radius: 6px;
    padding-top: 6px;
    line-height: 140%;
}
.kakao-modal .modal-footer #kakaoLoginBtn svg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -4px;
}
.kakao-modal .modal-footer #kakaoLoginBtn img {
    width: 16px;
    height: auto;
}
.kakao-modal .modal-footer .link {
    margin-top: 16px;
}

.modal-content .desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
    color: #000;
    margin-top: 0;
    margin-bottom: 26px;
    text-align: center;
}

.modal-content input[type='number'],
.modal-content input[type='text'],
.modal-content input[type='password'],
.modal-content input[type='email']{
    width: 100%;
    height: 52px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #EBEBEB;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    padding: 0 24px;
}

.modal-content input[type='number']:-webkit-autofill,
.modal-content input[type='text']:-webkit-autofill,
.modal-content input[type='password']:-webkit-autofill,
.modal-content input[type='email']:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
}

.modal-content input[type='number']::placeholder,
.modal-content input[type='text']::placeholder,
.modal-content input[type='password']::placeholder,
.modal-content input[type='email']::placeholder{
    font-weight: 400;
    color: #9A9A9E;
}

.modal-content input:active,
.modal-content input:focus{
    outline: none;
}

.modal-content input::-webkit-outer-spin-button,
.modal-content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-content input[type='number'] {
  -moz-appearance: textfield;
}

.modal-content .input-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-content .input-box{
    display: flex;
    align-items: center;
    gap: 3px;
}

.modal-content .input-box>input{
    width: 287px;
}

.modal-content .input-box label{
    width: calc(100% - 290px);
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #9A9A9E;
}

.modal-content .input-phone{
    display: flex;
    align-items: stretch;
    gap: 11px;
}

.modal-content .input-phone input{
    width: 92px;
}

.modal-content .input-phone .phone1{
    width: 80px;
}


/* 비밀번호 숨기기 */
.modal-content .input-wrap .pw{
    position: relative;
}

.modal-content .input-wrap .pw.recheck{
    justify-content: end;
}

.modal-content .input-wrap .pw-control {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.modal-content .input-wrap .pw-control img {
  width: 100%;
}

.modal-content .input-wrap .pw-control .eye {
  display: none;
}


/* 로그인 유지 */
.modal-content .other-menus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.modal-content .remember-me-block {

}

.modal-content .remember-me-block input {
  display: none;
}

.modal-content .remember-me-block label {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  padding-left: 24px;
  cursor: pointer;
  position: relative;
}

.modal-content .remember-me-block label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url('./images/icon-check-off.png') no-repeat center / contain;
}

.modal-content .remember-me-block input:checked+label::before {
  background-image: url('./images/icon-check-on.png');
}

.modal-content .btn-forgot-pw {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.26px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}


/* 체크박스 */
.modal-content .terms-all{
    display: flex;
    justify-content: start;
    align-items: center;
    gap:8px;
    padding: 16px 20px;
    border-radius: 14px;
    border: 1px solid #EBEBEB;
    background: #fff;
    margin-bottom: 30px;
}

.modal-content .terms-list{}

.modal-content .terms-list li{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    list-style: none;
}

.modal-content .terms-list li:not(:last-child){
    margin-bottom: 20px;
}

.modal-content .terms-all input[type="checkbox"],
.modal-content .terms-list input[type="checkbox"]{
    display: none;
}

.modal-content .terms-all input[type="checkbox"] + label,
.modal-content .terms-list input[type="checkbox"] + label{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    position: relative;
    background:  url('./images/icon-terms-checkoff.png') no-repeat center / cover #fff;
    cursor: pointer;
}   
.modal-content .terms-all input[id="TermsAll"]:checked + label::after,
.modal-content .terms-list input[id="TermsAge"]:checked + label::after,
.modal-content .terms-list input[id="TermsService"]:checked + label::after,
.modal-content .terms-list input[id="TermsPrivacy"]:checked + label::after{
    content:'';
    font-size: 25px;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top:0;
    background: url('./images/icon-terms-checkon.png') no-repeat center / cover #fff;
}

.terms-all:has(input#TermsAll:checked) {
    border: 1px solid #7C5AFF; 
}

.modal-content .terms-all span,
.modal-content .terms-list span{
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

/* 타이머 */
.modal-content .code-timer,
.modal-content .code-resend{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #666;
    text-align: center;
    padding: 2px 8px;
}

.modal-content .code-resend{
    background: #eee;
    border-radius: 4px;
    display: none;
}

.modal-content .link{
    font-size: 14px;
    font-weight: 500;
    color: #888;
    text-decoration-line: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    display: inline-block;
}

.modal-footer.flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.modal-footer .btn{
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    background: #7C5AFF;
    color: #fff;
}

.modal-footer .btn:active,
.modal-footer .btn:focus{
    outline: none;
}

.modal-footer .link{
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #999;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}

.modal-footer.flex .btn{
    width: calc(100% - 115px);
}

.modal-footer .btn.white{
    width: 110px;
    background: #fff;
    color: #666;
    border: 1px solid #eee;
}

.modal-footer .btn.disabled:disabled{
    background: rgba(0, 0, 0, 0.1);
}

/* modal-scroll */
.modal-scroll{
    overflow-y: auto;
    flex: 1;
    margin-top: 20px;
}

.modal-scroll::-webkit-scrollbar {
  width: 4px;
}

.modal-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}

.modal-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  /* width: 6px; */
  border-right: 4px solid transparent;
}

.modal-footer.info{
    background: #F6F7F8;
    padding: 50px 20px;
}

.modal-footer.info .footer-notice{
    background: #FAFAFA;
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}

.modal-footer.info .footer-notice img{
    width: 102px;
    height: auto;
}

.modal-footer.info .footer-notice .policy{
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 17px;
}

.modal-footer.info .footer-notice .policy li{
    position: relative;
}

.modal-footer.info .footer-notice .policy li::after{
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #eee;
}

.modal-footer.info .footer-notice .policy li a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    cursor: pointer;
    font-family: "Noto Sans KR", sans-serif;
}

.modal-footer.info .footer-notice .notice{
    margin-bottom: 14px;
}

.modal-footer.info .footer-notice .notice p{
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.4);
    text-align: left;
    font-family: "Noto Sans KR", sans-serif;
}

.modal-footer.info .footer-notice .copy{
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.4);
    text-align: left;
    font-family: "Noto Sans KR", sans-serif;
}

.modal-footer.info .footer-service{
    text-align: left;
    padding-top: 30px;
}

.modal-footer.info .footer-service .title{
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    margin-bottom: 12px;
    font-family: "Noto Sans KR", sans-serif;
}

.modal-footer.info .footer-service .sub-title{
    font-size: 13px;
    font-weight: 500;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.4);
    font-family: "Noto Sans KR", sans-serif;
}

.modal-footer.info .footer-service .service-link{
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-radius: 6px;
    background: #7C5AFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-family: "Noto Sans KR", sans-serif;
}

.modal-footer.info .footer-service .service-link img{
    width: 18px;
    height: auto;
}


/* 휴대폰로그인 모달 */
.login-modal{
    
}

.login-modal .modal-wrap{
    padding: 30px 0 40px 0;
}

.login-modal .modal-header{
    padding: 0 20px 24px 20px;
    border-bottom: 1px solid #eee;
}

.login-modal .modal-header .backspace-btn{
    left: 20px;
}

.login-modal .modal-header .close-btn{
    right: 20px;
}

.login-modal .modal-content{
    padding: 0 20px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.login-modal .modal-content input{
    padding: 0 20px;
}

.login-modal .modal-content .input-wrap .pw{
    display: none;
}

.login-modal .modal-footer{
    padding: 0 20px;
}


/* 휴대폰로그인 인증번호 모달 */
.phone-code-modal .input-wrap{
    position: relative;
    margin-bottom: 20px;
}

/* 휴대폰로그인 인증번호 미전송안내 모달 */
.code-help-modal .modal-wrap{
    max-height: calc(100vh - 40px);
    height: 690px;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
}

.code-help-modal .modal-header{
    flex-shrink: 0;
    margin: 0 24px 10px 24px;
}

.code-help-modal .modal-header h1{
    font-size: 20px;
    text-align: left;
}

.code-help-modal .modal-header p{
    text-align: left;
}

.code-help-modal .modal-content{
    margin: 0 24px 70px 24px;
}

.code-help-modal .list-wrap{
    text-align: left;
}

.code-help-modal .list-wrap:not(:last-child){
    margin-bottom: 30px;
}

.code-help-modal .list-wrap p{
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.28px;
    color: #666;
    margin-bottom: 10px;
}

.code-help-modal .list-wrap ul{
    list-style: none;
}

.code-help-modal .list-wrap ul li{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
    color: #666;
    display: flex;
}

.code-help-modal .list-wrap ul li:not(:last-child){
    margin-bottom: 4px;
}

.code-help-modal .list-wrap ul li::before{
    content: '·';
    font-weight: 900;
    padding: 0 10px;
}

.code-help-modal .list-wrap ul.last{
    padding:4px 0 0 20px;
}

/* 휴대폰로그인 이름모달 */
.phone-name-modal .modal-header p{
    color: #555;
}

/* 약관동의모달 */
.terms-modal .modal-header .close-btn{
    top: -8px;
}

.terms-modal .modal-content .privacy-wrap{
    width: calc(100% - 29px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.terms-modal .modal-content .privacy-wrap::after{
    content: '';
    width: 5px;
    height: 10px;
    background: url('./images/icon-arrow.png') no-repeat center / cover;
}

/* 비밀번호 재설정 모달 */
.password-reset-modal .modal-wrap{
    padding: 30px 0 40px;
}

.password-reset-modal .modal-header{
    padding: 0 20px 24px 20px;
    border-bottom: 1px solid #eee;
}

.password-reset-modal .modal-header .backspace-btn{
    left: 24px;
}

.password-reset-modal .modal-header .close-btn{
    right: 24px;
}

.password-reset-modal .modal-content{
    padding: 0 20px;
    margin:24px 0 40px 0;
}

.password-reset-modal .modal-footer{
    padding: 0 20px;
}

.password-reset-modal .error-msg{
    display: none;
    font-size: 14px;
    font-weight: 400;
}


/* 추천인입력 모달 */
.recommender-modal .modal-header h1{
    margin-bottom: 12px;
}

.recommender-modal .input-wrap input[type="text"]{
    border-radius: 4px;
    border: 1px solid #ddd;
    font-weight: 600;
}


/* 회원가입완료모달 */
.complete-modal .modal-header{
    padding-bottom: 20px;
}

.complete-modal .modal-header h1{
    margin-bottom: 12px;
}

.complete-modal .modal-content{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.complete-modal .modal-content .img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.complete-modal .modal-content img{
    width: 190px;
}

.complete-modal .modal-footer .btn.white{
    width: 100%;
    height: 56px;
    line-height: 56px;
}

/* 개인정보이용동의모달 */
.privacy-modal .modal-wrap{
    max-height: calc(100vh - 40px);
    height: 600px;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
}

.privacy-modal .modal-header{
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    margin: 0 24px;
}

.privacy-modal .modal-header h1{
    text-align: left;
}

.privacy-modal .modal-content{
    margin: 0 24px;
}

.privacy-modal .modal-content p,
.privacy-modal .modal-content li{
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
    text-align: left;
    color: #666;
}

.privacy-modal .modal-content p{
    margin-bottom: 20px;
}

.privacy-modal .modal-content ul{
    list-style: none;
    margin-bottom: 20px;
}

.privacy-modal .modal-content li:not(:last-child){
    margin-bottom: 3px;
}

/* 이용약관 모달 */
.service-modal .modal-wrap{
    max-height: calc(100vh - 40px);
    height: 700px;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
}

.service-modal .modal-header{
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    margin: 0 24px;
}

.service-modal .modal-header h1{
    text-align: left;
}

.service-modal .modal-content{
    margin: 0 24px;
}

.service-modal .modal-content p,
.service-modal .modal-content li{
    color: #666;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.28px;
    text-align: left;
}

.service-modal .modal-content p{
    margin-bottom: 20px;
}

.service-modal .modal-content ul{
    list-style: none;
    margin-bottom: 20px;
}

.service-modal .modal-content li:not(:last-child){
    margin-bottom: 3px;
}

/* 이메일로그인 회원가입모달 */
.id-register-modal .input-wrap{
    gap: 12px;
    margin-bottom: 0;
}

.id-register-modal .modal-header h1{
    margin-bottom: 12px;
}

.id-register-modal .input-wrap.account{
    margin-bottom: 20px;
}

.id-register-modal .pw-error-text {
  display: none;
  font-size: 12px;
  color: #ff3b30;
  text-align: left;
}
.id-register-modal .pw-error-text.active {
  display: block;
}

/* 이메일로그인 타이머 */
#idTimerWrap{
    display: none;
}

#idTimerWrap .input-box{
    position: relative;
    justify-content: end;
    margin-top: 10px;
}

#idTimerWrap .input-box input{
    padding: 0 20px;
}
