@charset "utf-8";

/* Common */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard', sans-serif;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Pretendard', sans-serif;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, /*table, th, td,*/ form, fieldset, legend, input, textarea, button, select, div, span {
    margin: 0;
    padding: 0;
 //   line-height: 1.1;
    -webkit-text-size-adjust: none;
    vertical-align: baseline;
    letter-spacing: -0.6px;
    font-family: 'Pretendard', sans-serif;
}

select {
    font-family: 'Pretendard', sans-serif;
    padding: 0 10px;
    width:  200px;
    height: 30px;
    border: solid 1px #ddd;
    color: #000;
    font-weight: 500;
    /* appearance: none;
    -webkit-appearance: none; */
}

body {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    letter-spacing: -0.5px;
}

body, input, textarea, select, button, table {
    font-family: 'Pretendard', sans-serif;
    color: #191919;
    font-size: 14px;
    outline: 0;
    vertical-align: middle;
}

input:disabled, textarea:disabled, select:disabled {
    background: #d7d7d7;
    opacity: 0.5;
    pointer-events: none;
}

img, video {
//    max-width: 240px;
    border: 0;
}

ul, ol, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul:after, ol:after, dl:after {
    display: block;
    clear: both;
    content: ''
}

em, address {
    font-style: normal
}

a {
    text-decoration: none;
    color: inherit;
    color: #888;
}

a:link {
    color: #000;
}

a:active, a:focus, a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #0066B3; !important;
}


p {
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.2;
}

span {
    font: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.2;
}

i {
    font-style: normal;
}

fieldset:after {
    display: block;
    clear: both;
    content: ''
}

legend {
    color: #888;
}

strong {
    font-family: 'Pretendard', sans-serif;
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
;
    position: relative;
}


select::-ms-expand {
    display: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table img {
    vertical-align: top;
}

.bg_white {
    background: #ffffff;
}

.bg_gray {
    background: #eeeeee;
}

.bg_ltgray {
    background: #f2f2f2;
}

::-moz-selection {
    color: #111;
    background: #b8e2ec;
}

::selection {
    color: #111;
    background: #b8e2ec;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

caption {
    display: none
}
/* Input reset */
input[type=text], input[type=password], textarea {
    font-size: 14px;
    padding: 4px 4px 5px;
    *padding: 3px 2px 3px;
    border: 1px solid #ddd;
}

textarea {
    padding: 5px 5px 5px 10px;
    *padding: 4px;
    border: 1px solid #ddd;
    resize: none;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
    vertical-align: middle;
    line-height: 1;
}

button:disabled {
    cursor: auto;
}

/* text-overflow reset */
.toe {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.toe, x:-moz-any-link, x:default {
    white-space: nowrap;
    word-wrap: break-word
}
/* Firefox 에서 줄 바꿈이 가능하도록 변경 */
* + html .toe {
    white-space: nowrap;
    word-wrap: normal
}
/* 위 행이 IE7에도 적용되므로 IE7에만 줄 바꿈이 불가능하도록 다시 복원 */

/* hidden layer reset */
.hidden {
    position: absolute;
    left: -9999em;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.contIR {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    height: 0;
    font-size: 0;
    white-space: nowrap
}

/*skip nav*/
#skip_nav a {
    display: block;
    height: 1px;
    width: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #aaa;
    white-space: nowrap;
}

#skip_nav a:focus, #skip_nav a:active {
    position: fixed;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    z-index: 999;
}

.icon-tip.notice img {
    margin-top: 2px;
    width: auto;
}

.icon-tip.notice .tip-con-wrap.left {
    left: -150px !important;
    right: 0 !important;
}

.icon-tip.notice .tb-tip {
    margin-top: 5px;
    background-color: #AB9A8E;
}

.icon-tip.notice .tb-tip::after {
    border-color: transparent #AB9A8E transparent transparent;
}

.date {
    display: flex;
    align-items: center;
}

.date li:nth-child(2) {
    width: 170px;
    text-align: center;
    font-size: 26px;
    padding: 0 13px;
    font-weight: 600;
}

.btn-dprev i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background: #A8B7B8 url('/styles/images/btn_date_prev.png') no-repeat 7px;
    cursor: pointer;
}

.btn-dnext i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background: #A8B7B8 url('/styles/images/btn_date_next.png') no-repeat 7px;
    cursor: pointer;
}

.btn-dprev.disabled i {
    pointer-events: none;
    opacity: 0.6;
}

.btn-dnext.disabled i {
    pointer-events: none;
    opacity: 0.6;
}

.miniTip {
    position: relative;
    display: inline-block;
}

.miniTip .tiptext {
    visibility: hidden;
    width: 110px;
    bottom: 100%;
    left: 50%;
    margin-left: -55px;
    background-color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    z-index: 999999;
}

.miniTip:hover .tiptext {
    visibility: visible;
}

.miniTip .tiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

h1 {
    font-size: 24px;
    line-height: 24px;
}

h2 {
    font-size: 20px;
    line-height: 20px;
}

h3 {
    font-size: 18px;
    line-height: 18px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
    padding-top:20px;
    padding-bottom:4px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

.PR {
    position: relative;
}

.HD {
    display: none;
}

.L {
    text-align: left !important;
}

.R {
    text-align: right;
}

.inB {
    display: inline-block !important;
}

/* layout */
.con-middle {
    display: table-cell;
    vertical-align: middle;
}

.area1280 {
    width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.mt-area1280 {
    width: 1280px;
    margin: 0 auto;
}

.area1200 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.col3 {
    overflow: hidden;
}

.col3 article {
    width: 274px;
    background-color: #fff;
    float: left;
}

.col3 article + article {
    width: 273px;
    margin-left: 20px;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.C, .text-center {
    text-align: center !important;
}

.bold {
    font-weight: bold;
}

.bold_500 {
    font-weight: 500;
}

.normal {
    font-weight: normal
}

/* font-color */
.mg-0 {
    margin: 0 !important;
}

.mg-5 {
    margin: 5px !important;
}

.mg-10 {
    margin: 10px !important;
}

.mg-15 {
    margin: 15px !important;
}

.mg-20 {
    margin: 20px !important;
}

.mg-25 {
    margin: 25px !important;
}

.mg-30 {
    margin: 30px !important;
}

.mg-35 {
    margin: 35px !important;
}

.mg-40 {
    margin: 40px !important;
}

.mg-45 {
    margin: 45px !important;
}

.mg-50 {
    margin: 50px !important;
}

.mg-t0 {
    margin-top: 0 !important;
}

.mg-t5 {
    margin-top: 5px !important
}

.mg-t10 {
    margin-top: 10px !important
}

.mg-t15 {
    margin-top: 15px !important
}

.mg-t20 {
    margin-top: 20px !important
}

.mg-t25 {
    margin-top: 25px !important
}

.mg-t30 {
    margin-top: 30px !important
}

.mg-t35 {
    margin-top: 35px !important
}

.mg-t40 {
    margin-top: 40px !important
}

.mg-t45 {
    margin-top: 45px !important
}

.mg-t50 {
    margin-top: 50px !important
}

.mg-l0 {
    margin-left: 0px !important
}

.mg-l5 {
    margin-left: 5px !important
}

.mg-l10 {
    margin-left: 10px !important
}

.mg-l15 {
    margin-left: 15px !important
}

.mg-l20 {
    margin-left: 20px !important
}

.mg-l25 {
    margin-left: 25px !important
}

.mg-l30 {
    margin-left: 30px !important
}

.mg-l35 {
    margin-left: 35px !important
}

.mg-l40 {
    margin-left: 40px !important
}

.mg-l45 {
    margin-left: 45px !important
}

.mg-l50 {
    margin-left: 50px !important
}

.mg-l115 {
    margin-left: 115px !important
}

.mg-l130 {
    margin-left: 130px !important
}

.mg-l140 {
    margin-left: 140px !important
}

.mg-r0 {
    margin-right: 0px !important
}

.mg-r3 {
    margin-right: 3px !important
}

.mg-r5 {
    margin-right: 5px !important
}

.mg-r10 {
    margin-right: 10px !important
}

.mg-r15 {
    margin-right: 15px !important
}

.mg-r20 {
    margin-right: 20px !important
}

.mg-r25 {
    margin-right: 25px !important
}

.mg-r30 {
    margin-right: 30px !important
}

.mg-r35 {
    margin-right: 35px !important
}

.mg-r40 {
    margin-right: 40px !important
}

.mg-r45 {
    margin-right: 45px !important
}

.mg-r50 {
    margin-right: 50px !important
}

.mg-b0 {
    margin-bottom: 0px !important
}

.mg-b5 {
    margin-bottom: 5px !important
}

.mg-b10 {
    margin-bottom: 10px !important
}

.mg-b15 {
    margin-bottom: 15px !important
}

.mg-b20 {
    margin-bottom: 20px !important
}

.mg-b25 {
    margin-bottom: 25px !important
}

.mg-b30 {
    margin-bottom: 30px !important
}

.mg-b35 {
    margin-bottom: 35px !important
}

.mg-b40 {
    margin-bottom: 40px !important
}

.mg-b45 {
    margin-bottom: 45px !important
}

.mg-b50 {
    margin-bottom: 50px !important
}

.pd-0 {
    padding: 0px !important;
}

.pd-5 {
    padding: 5px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-15 {
    padding: 15px !important
}

.pd-20 {
    padding: 20px !important;
}

.pd-25 {
    padding: 25px !important;
}

.pd-30 {
    padding: 30px !important;
}

.pd-35 {
    padding: 35px !important;
}

.pd-40 {
    padding: 40px !important;
}

.pd-45 {
    padding: 45px !important;
}

.pd-50 {
    padding: 50px !important;
}

.pd-t0 {
    padding-top: 0px !important;
}

.pd-t5 {
    padding-top: 5px !important
}

.pd-t10 {
    padding-top: 10px !important
}

.pd-t15 {
    padding-top: 15px !important
}

.pd-t20 {
    padding-top: 20px !important
}

.pd-t25 {
    padding-top: 25px !important
}

.pd-t30 {
    padding-top: 30px !important
}

.pd-t35 {
    padding-top: 35px !important
}

.pd-t40 {
    padding-top: 40px !important
}

.pd-t45 {
    padding-top: 45px !important
}

.pd-t50 {
    padding-top: 50px !important
}

.pd-t60 {
    padding-top: 60px !important
}

.pd-t65 {
    padding-top: 65px !important
}

.pd-l0 {
    padding-left: 0px !important
}

.pd-l5 {
    padding-left: 5px !important
}

.pd-l10 {
    padding-left: 10px !important
}

.pd-l15 {
    padding-left: 15px !important
}

.pd-l20 {
    padding-left: 20px !important
}

.pd-l25 {
    padding-left: 25px !important
}

.pd-l30 {
    padding-left: 30px !important
}

.pd-l35 {
    padding-left: 35px !important
}

.pd-l40 {
    padding-left: 40px !important
}

.pd-l45 {
    padding-left: 45px !important
}

.pd-l50 {
    padding-left: 50px !important
}

.pd-l55 {
    padding-left: 55px !important
}

.pd-l60 {
    padding-left: 60px !important
}

.pd-l65 {
    padding-left: 65px !important
}

.pd-l75 {
    padding-left: 75px !important
}

.pd-l85 {
    padding-left: 85px !important
}

.pd-l110 {
    padding-left: 110px !important
}

.pd-l130 {
    padding-left: 130px !important
}

.pd-l150 {
    padding-left: 150px !important
}

.pd-r0 {
    padding-right: 0px !important
}

.pd-r5 {
    padding-right: 5px !important
}

.pd-r10 {
    padding-right: 10px !important
}

.pd-r15 {
    padding-right: 15px !important
}

.pd-r20 {
    padding-right: 20px !important
}

.pd-r25 {
    padding-right: 25px !important
}

.pd-r30 {
    padding-right: 30px !important
}

.pd-r35 {
    padding-right: 35px !important
}

.pd-r40 {
    padding-right: 40px !important
}

.pd-r45 {
    padding-right: 45px !important
}

.pd-r50 {
    padding-right: 50px !important
}

.pd-r55 {
    padding-right: 55px !important
}

.pd-r60 {
    padding-right: 60px !important
}

.pd-b0 {
    padding-bottom: 0px !important;
}

.pd-b5 {
    padding-bottom: 5px !important
}

.pd-b10 {
    padding-bottom: 10px !important
}

.pd-b15 {
    padding-bottom: 15px !important
}

.pd-b20 {
    padding-bottom: 20px !important
}

.pd-b25 {
    padding-bottom: 25px !important
}

.pd-b30 {
    padding-bottom: 30px !important
}

.pd-b35 {
    padding-bottom: 35px !important
}

.pd-b40 {
    padding-bottom: 40px !important
}

.pd-b45 {
    padding-bottom: 45px !important
}

.pd-b50 {
    padding-bottom: 50px !important
}

.w100 {
    width: 100% !important
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14, .fs14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-35 {
    font-size: 35px !important;
    letter-spacing: -1px;
}

.font-38 {
    font-size: 38px !important;
    letter-spacing: -2px;
}

.font-40 {
    font-size: 40px !important;
    letter-spacing: -2px;
}

.font-45 {
    font-size: 45px !important;
    letter-spacing: -2px;
}

.font-50 {
    font-size: 50px !important;
    letter-spacing: -2px;
}

.font-60 {
    font-size: 60px !important;
    letter-spacing: -3px;
}

.v-middle {
    vertical-align: middle !important;
}

.v-sub {
    vertical-align: sub !important;
}

.v-top {
    vertical-align: top !important;
}

.v-text-top {
    vertical-align: text-top !important;
}

.v-baseline {
    vertical-align: baseline !important;
}

.v-bottom {
    vertical-align: bottom !important;
}

.v-text-bottom {
    vertical-align: text-bottom !important;
}

.lH15 {
    line-height: 1.5
}

.bd-rad0 {
    border-radius: 0 !important
}

input[type=text], input[type=password], input[type=date], input[type=time], input[type=month], textarea {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: middle;
}

input[type=text], input[type=password], input[type=date], input[type=time], input[type=month] {
    height: 30px;
}

input[type=file] {
    font-size: 12px;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    color: #999 !important;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #999 !important;
    font-family: 'Pretendard', sans-serif;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #999 !important;
}

.active {
    color: #ab1d22 !important;
}

.act {
    color: #ea282f;
}

.border {
    border-bottom: 0 !important;
}

.d-block {
    display: block;
}

td.off {
    color: #b9b9b9;
}

td.com {
    color: #00a0e9;
}

.br-0 {
    border-right: 0 !important;
}

.red {
    color: #E10025 !important;
}

.green {
    color: #2CB674 !important;
}

.orange {
    color: #ffa726 !important;
}


.light-blue {
    color: #19BEFF !important;
}

/******************************** BUTTON ********************************/
/*.btn-ty01 {
    height: 30px;
    background-color: #ab9a8e;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

    .btn-ty01:hover {
        background: #876f60;
        transition: all .3s linear;
    }

.btn-ty02 {
    height: 30px;
    border: 1px solid #ab9a8e;
    border-radius: 3px;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    color: #a59b94;
}

    .btn-ty02:hover {
        border: 1px solid #6a574a;
        color: #6a574a;
        transition: all .3s linear;
    }

.btn-ty03 {
    min-width: 50px;
    height: 24px;
    line-height: 1;
    padding: 0 10px;
    border-radius: 100px;
    border: 1px solid #E10025;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #E10025;
    box-sizing: border-box;
}

    .btn-ty03:hover {
        background: #E10025;
        border: 1px solid #E10025;
        box-sizing: border-box;
        color: #fff;
        transition: all .3s linear;
    }

    .btn-ty03.file {
        min-width: 64px;
        height: 28px;
        line-height: 1;
        border-radius: 100px;
        background-color: #AB9A8E;
        border: none;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        box-sizing: border-box;
    }

    .btn-ty03.delete {
        min-width: 50px;
        height: 24px;
        line-height: 1;
        border-radius: 100px;
        background-color: transparent;
        border: 1px solid #C1C1C1;
        font-size: 13px;
        font-weight: 500;
        color: #979797;
        box-sizing: border-box;
    }

        .btn-ty03.delete:hover {
            background: #C1C1C1;
            border: 1px solid #C1C1C1;
            box-sizing: border-box;
            color: #fff;
            transition: all .3s linear;
        }

.btn-ty04 {
    height: 35px;
    border-radius: 30px;
    background-color: #6ACDF4;
    color: #fff;
    font-weight: 400;
}

    .btn-ty04.small {
        width: 72px;
        height: 28px;
        font-size: 13px;
    }

.btn-ty05 {
    width: 72px;
    height: 28px;
    border-radius: 30px;
    background-color: #ab9a8e;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

    .btn-ty05:hover {
        background: #876f60;
        transition: all .3s linear;
    }

    .btn-ty05.ing {
        border: 2px solid #ab9a8e;
        background-color: #fff;
        color: #ab9a8e;
    }

    .btn-ty05.end {
        background-color: #b1b1b1;
    }

.btn-ty06 {
    width: 64px;
    height: 25px;
    border-radius: 80px;
    border: 1px solid #bbb;
    background-color: #F3F1F1;
    color: #2E2929;
    font-size: 13px;
    font-weight: 500;
}

    .btn-ty06:hover {
        background-color: #e5e5e5;
        transition: all .3s linear;
    }

button.disable {
    background-color: #A5A6B0;
}

button[disabled] {
    opacity: 0.3;
    pointer-events: none;
}

.btn-ty07 {
    height: 35px;
    background-color: #E10025;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.btn-ty08 {
    min-width: 88px;
    height: 24px;
    line-height: 1;
    border-radius: 100px;
    border: 1px solid #AB8B55;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #936342;
    box-sizing: border-box;
}

    .btn-ty08:hover {
        background: #8A6D59;
        border: 1px solid #7b5d49;
        box-sizing: border-box;
        color: #fff;
        transition: all .3s linear;
    }

.btn-ty09 {
    height: 30px;
    background-color: #2CB674;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

    .btn-ty09:hover {
        background: #1d985d;
        transition: all .3s linear;
    }
*/
.btn-del {
    background: #ab9a8e url('/images/icon_delete.png') no-repeat center;
    border-radius: 4px;
    padding: 5px 28px 5px 28px;
    color: #fff !important;
    font-weight: 400;
}

.btn-del:hover {
    background: #876f60 url('/images/icon_delete.png') no-repeat center;
    transition: all .3s linear;
}


.btn_zipcode {
    background: #9999a2;
    border-radius: 4px;
    padding: 7px 10px 7px;
    color: #fff !important;
    font-weight: 400;
}

.btn_zipcode:hover {
    background-color:#888891;
}


.btn-ty01 {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #0066B3;
    border-radius: 4px;
    color: #0066B3 !important;
    font-weight: 600;
}

.btn-ty01:hover {
    background: #0066B3;
    border: 1px solid #0066B3;
    box-sizing: border-box;
    color: #fff !important;
    transition: all .3s linear;
}

.btn-dn {
    margin: 2px 2px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #0066B3;
    border-radius: 2px;
    color: #0066B3 !important;
    font-weight: 500;
    font-size: 12px;
}

.btn-cancel {
    margin: 2px 2px;
    padding: 2px 5px;
    background: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 500;
    font-size: 12px;
}

.btn-dn:hover {
    background: #0066B3;
    border: 1px solid #0066B3;
    box-sizing: border-box;
    color: #fff !important;
    transition: all .3s linear;
}

.btn-ty02 {
    height: 40px;
    background: #0066B3 url("/images/ico_plus.png")no-repeat 15px center;
    border: none;
    border-radius: 20px;

}
.btn-ty02:hover {
    border: none;
    background: #0071b7 url("/styles/images/ico_plus.png")no-repeat 15px center;
}

.btn-ty02 a {
    display:block;
    text-align:center;
    font-size: 16px;
    color:#fff;
    padding:12px 0px 12px 20px;
    text-decoration:none;
}


.widthXS {
    width: 60px;
    height: 20px;
    font-size: 12px;
}
.widthS {
    width: 64px;
}
.widthM {
    width: 100px;
}
.widthL {
    width: 140px;
}
.widthXL {
    width: 180px;
}


/******************************** INPUT/SELECTBOX TYPE ********************************/
input[type="text"] {
    width: 200px;
}

input[type="checkbox"] {
    /* -webkit-appearance: none; -moz-appearance: none; appearance: none; */
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
    vertical-align: middle;
}

input[type="checkbox"]:checked {
    filter: grayscale(1);
}

input[type="radio"] {
    /* -webkit-appearance: none; -moz-appearance: none; appearance: none; */
    margin-left: 12px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

input[type="radio"]:checked {
// filter: grayscale(1);
}

input[type="time"], input[type="date"], input[type="month"] {
    width: 140px;
}

input[type="text"]:hover, [type="checkbox"]:hover, [type="radio"]:hover, [type="time"]:hover, [type="date"]:hover,
[type=password]:hover, [type=date]:hover, [type=time]:hover, [type=month]:hover, textarea:hover, select:hover {
    border: 1px solid #878787;
    transition: all .3s linear;
}

.ipt-btn {
    width: 160px !important;
}

.selbox-s {
    width: 80px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.selbox-m {
    width: 110px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.selbox-l {
    width: 150px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.selbox-xl {
    width: 200px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.selbox-xxl {
    width: 240px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

textarea {
    resize: vertical;
    width: 100%;
    border: 1px solid #DDD;
    padding: 10px;
    font-weight: 300;
    color: #505050;
}

textarea.tt-pop {
    width: 987px;
    height: 60px;
}


#confirm {
    display:none;
    position: fixed;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    padding: 15px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
}

.confirm_msg1 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

.confirm_msg2 {
    margin-bottom: 50px;
    margin-top: 20px;
    font-size: 18px;
}
.confirmButtons {
    text-align: right;
}

.yes {
    margin-right: 6px;
    background-color: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.3s;
}

.no {
    margin-right: 6px;
    background-color: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.3s;
}
