:root {
    --c-pt: #c41821;
    --c-pt2: #e14323;
    --c-bs: #252525;
    --c-bl1: #1b1b1b;
    --c-bl2: #555555;
    --c-g1: #757575;
    --c-w: #fff;
    --c-g2: #999;
    --c-g3: #bbb;
    --c-g4: #aaa;
    --l-bb: #bbb;
    --l-dd: #ddd;
    --l-db: #dbdbdb;
    --l-ee: #eee;
    --bg-f8: #f8f8f8;
    --chk-w1: 20px;
    --chk-w2: 20px;
    --rdo-w1: 16px;
    --rdo-in-w1: 9.6px;
    --c-dis: #ed413f;
    --c-danger: #f50000;
    --bg-color1: #191919;
    --text-color: #a8a8a8;
    

}


/* **************custom****************** */
section{
    background-color: var(--inline-bg);
}
small {
    width: 1px;
    height: 0.95em;
    display: inline-block;
    margin: 0 0.75em;
    background-color: #757575;
    margin-top: -0.2em;
    vertical-align: middle;
    /* font-weight: 100; */
}

.flex1 > *{
    flex:1;
}
[class*="flex"]>*{
    margin-left: var(--mg-l);
}
.hidden {
    overflow: hidden;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}


select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"] {
    width: 100%;
    display: block;
    border: 1px solid #dbdbdb;


}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"] {
    padding: 0 0.9375em;

}
textarea::placeholder{
    color: #191919;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus {
    border-color: #eee;
}
.textarea_wrap{
    position: relative;
}
.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    padding: 32px 34px;

}

.placeholder p {
    line-height: 1.5;
    color: #999;
}

/* **************custom****************** */
.hidden {
    overflow: hidden;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;

}

#container {
    position: relative;
    margin-top: -101px;
}

#footer {
    position: relative;
}

/* ------------------------------------------------------------ */

/* text-align */
.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}


.color_w {
    color: #fff;
}

.color_b1 {
    color: #252525;
}

.color_b2 {
    color: #252525;
}

.color_g1 {
    color: #757575;
}

.color_g2 {
    color: #999;
}
.color_pt {
    color: var(--c-pt);
}

/* textarea placeholder */

.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;

}

.placeholder li p {
    line-height: 1.5;
    color: #999;
    text-indent: -10px;
    padding-left: 10px;
}

/* flex */
.flex {
    display: flex;
    display: -ms-flexbox;
}

.dr_c {
    flex-direction: column;
}

.dr_rr {
    flex-direction: row-reverse;
}

.dr_cr {
    flex-direction: column-reverse;
}

.fl_w {
    flex-wrap: wrap;
}

.flex_c {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.flex__c {
    display: flex;

    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.flex__e {
    display: flex;
    display: -ms-flexbox;
    align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.flex_c_c {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.flex_b_c {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.flex_b_st {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.flex_b_e {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.flex_b {
    display: flex;

    display: -ms-flexbox;
    justify-content: space-between;
}

.flex_c {
    display: flex;

    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.flex__s {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}


.blind {
    font-size: 0;
}


/* input[type=radio] {display: none;} */
.checkbox1 input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--chk-w1) + 10px);
    line-height: var(--chk-w1);
    vertical-align: middle;
}

.checkbox1 input[type="checkbox"] {
    display: none;
}

.checkbox1 input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    background-color: var(--c-w);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--l-db);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--chk-w1);
    height: var(--chk-w1);
}

.checkbox1 input[type="checkbox"]:checked+label::after {
    background-color: var(--c-pt);
    background-image: url(../img/ico/chk_ico.png);
    border: none;
}

.chk_box input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--chk-w2) + 10px);
    line-height: var(--chk-w2);
    vertical-align: middle;
    cursor: pointer;
}

.chk_box input[type="checkbox"] {
    display: none;
}

.chk_box input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    background-color: var(--c-w);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--l-db);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--chk-w2);
    height: var(--chk-w2);
}

.chk_box input[type="checkbox"]:checked+label::after {
    background-image: url(../img/ico/chk_ico.png);
}


.radiobox_wrap>div+div {
    margin-left: 20px;
}

.radiobox_wrap>div {
    display: inline-block;
}

.radiobox input[type="radio"] {
    display: none;
}

.radiobox input[type="radio"]+label {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    padding-left: calc(var(--rdo-w1) + 10px);
    line-height: var(--rdo-w1);
    cursor: pointer;
}

.radiobox input[type="radio"]+label::before,
.radiobox input[type="radio"]+label::after {
    content: '';
    position: absolute;
    background-color: var(--c-w);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--l-db);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--rdo-w1);
    height: var(--rdo-w1);
    border-radius: 100%;
}

.radiobox input[type="radio"]+label::after {
    width: var(--rdo-in-w1);
    height: var(--rdo-in-w1);
    transform: translate(43%, -50%);
    border: none;
}

.radiobox input[type="radio"]:checked+label::after {
    background-color: var(--c-pt);
}

.radiobox2 input[type="radio"] {
    display: none;
}

.radiobox2 input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--rdo-w1) + 10px);
    line-height: var(--rdo-w1);
    cursor: pointer;
}

.radiobox2 input[type="radio"]+label::before,
.radiobox2 input[type="radio"]+label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--rdo-w1);
    height: var(--rdo-w1);
    border-radius: 100%;
}

.radiobox2 input[type="radio"]+label::before {
    background-color: var(--c-w);
    border: 1px solid var(--l-db);
    ;

}

.radiobox2 input[type="radio"]+label::after {
    width: calc(var(--rdo-w1) / 2);
    height: calc(var(--rdo-w1) / 2);
    margin-left: calc(var(--rdo-w1) / 3.5);
}

.radiobox2 input[type="radio"]:checked+label::before {
    background-color: var(--c-pt);
    border: 1px solid var(--c-pt);

}

.radiobox2 input[type="radio"]:checked+label::after {
    background-color: var(--c-w);
}

.radiobox3 input[type="radio"] {
    display: none;
}

.radiobox3 input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--rdo-w1-m) + 10px);
    line-height: var(--rdo-w1-m);
    cursor: pointer;
}

.radiobox3 input[type="radio"]+label::before,
.radiobox3 input[type="radio"]+label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--rdo-w1-m);
    height: var(--rdo-w1-m);
    border-radius: 100%;
}

.radiobox3 input[type="radio"]+label::before {
    background-color: var(--c-w);
    border: 1px solid var(--l-db);


}

.radiobox3 input[type="radio"]+label::after {
    width: calc(var(--rdo-w1-m) / 2);
    height: calc(var(--rdo-w1-m) / 2);
    margin-left: calc(var(--rdo-w1-m) / 3.5);
}

.radiobox3 input[type="radio"]:checked+label::before {
    background-color: var(--c-pt);
    border: 1px solid var(--c-pt);

}

.radiobox3 input[type="radio"]:checked+label::after {
    background-color: var(--c-w);
}



/* 달력 */
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: none;
    position: relative;
    margin-top: 10px;
    background: #fff;
    border: solid 1px #dddddd;
    border-radius: 5px;
    z-index: 99999 !important;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table {
    background: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th {
    width: 32px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    padding-right: 5px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th span {
    font-size: 10.1px;
    font-weight: 300;
    color: #999999;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td {
    text-align: center;
    color: #666666;
    font-size: 12px;
    width: 35px;
    height: 35px;
    padding-right: 0px;
    background: #ffffff;
    margin: 1px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a {
 display: block;
    width: 100%;
    height: 100%;
    line-height: 33px;
    border-radius: 50%;
    font-weight: 300;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a:hover {
    background-color: var(--c-pt);
    color: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a.ui-state-default.ui-state-active {
    border: solid 1px var(--c-pt);
}

.ui-datepicker-title {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-datepicker-title span {
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.ui-datepicker-title span.ui-datepicker-year {
    font-weight: 300;
}

.ui-datepicker-title select.ui-datepicker-year,
.ui-datepicker-title select.ui-datepicker-month {
    display: inline-block;
    border: 1px solid #dbdbdb;
    width: 32px;
    height: 20px;
    box-sizing: content-box;
}

.ui-datepicker-title select.ui-datepicker-month {
    margin-left: 10px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    position: relative;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev {
    text-indent: -9999px;
    position: absolute;
    background: url("../img/btn/calandar_left.png")no-repeat center;
    width: 16px;
    height: 18px;
    left: 10px;
    top: -2px;
cursor: pointer;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next {
    text-indent: -9999px;
    position: absolute;
    background: url("../img/btn/calandar_right.png")no-repeat center;
    width: 16px;
    height: 18px;
    right: 10px;
    top: -2px;
    cursor: pointer;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td.ui-datepicker-unselectable.ui-state-disabled {
    background: #fff;
    color: #cecece;
}

input.date_form :-ms-input-placeholder {
    color: #333333;
}

input.date_form::-webkit-input-placeholder {
    color: #333333;
}

input.date_form::-moz-placeholder {
    color: #333333;
}

button.ui-datepicker-trigger {
    display: none;
}

img.ui-datepicker-taigger {
    margin-left: 10px;
    margin-top: 1px;
}

.date_form {
    background: url("../img/ico/ico_calander.png") no-repeat;
    background-position: 98% center;
}

.date_form.date_form3 {
    background: none;
}

.ui-datepicker-trigger {
    margin-left: 10px;
}


/* ------------------------------------------------------------ */

.inner1200 {
    max-width: 1200px;
}

.inner {
    width: 100%;
}

.inner1400 {
    max-width: 1400px;
}

[class^="inner"] {
    position: relative;
    width: calc(100% - 8.333vw);
    height: 100%;
    margin: 0 auto;
}


.only_web {
    display: block !important;
}

.only_mo {
    display: none !important;
}

.only_mo_inline {
    display: none !important;
}

.only_web_inline {
    display: inline-block !important;
}

.only_web_flex {
    display: flex !important;
}

small.web {
    display: inline-block !important;
}

small.mo {
    display: none !important;
}

@media screen and (max-width: 850px) {
   
    small.web {
        display: none !important;
    }

    small.mo {
        display: inline-block !important;
    }

    .only_web {
        display: none !important;
    }

    .only_mo {
        display: block !important;
    }

    .only_mo_inline {
        display: inline-block !important;
    }

    .only_web_inline {
        display: none !important;
    }

    .only_web_flex {
        display: none !important;
    }



.mo_block_100{
    display: block;
}
.mo_block_100 > *{
    width: 100% !important;
    margin-left: 0;
}

[class*="flex"]>*{
    margin-top: var(--m-mg-t);
}






}

/* 익스플로러 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}