/*! CSS Used from: https://www.bizkt.net/css/xeicon.min.css?v=0.141 */
[class*=" xi-"],
.xi {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.313em;
    letter-spacing: 0;
    word-spacing: 0;
}
.xi-home-o:before {
    content: "\e902";
}
.xi-drag-handle:before {
    content: "\e960";
}
/*! CSS Used from: https://www.bizkt.net/css/inc.css?v=0.141 */
div,
p,
span,
a,
img,
ul,
li,
h2,
h3,
h4,
form,
select,
button,
label,
i {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
ul,
li {
    list-style: none;
}
img {
    border: none;
    max-width: 100%;
}
i {
    font-style: normal;
}
button,
select {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
}
button {
    cursor: pointer;
}
select {
    max-width: 100%;
    background: url(https://www.bizkt.net/images/inc/arrow_down.svg) right
        0.75em center no-repeat #fff;
    background-size: 0.85em auto;
}
*:focus {
    outline: none;
}
a,
button,
select,
li {
    -webkit-tap-highlight-color: transparent;
}
button,
label,
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
::selection {
    background: var(--bs-danger);
    color: var(--bs-white) !important;
}
a,
a:visited,
a:active,
a:hover {
    text-decoration: none;
}
/*! CSS Used from: https://www.bizkt.net/css/board.css?v=0.141 */
.ac {
    text-align: center !important;
}
.ar {
    text-align: right !important;
}
.di {
    display: inline;
}
.flex {
    display: flex;
    box-sizing: border-box;
    min-width: 0;
}
.flex > * {
    box-sizing: border-box;
    min-width: 0;
}
.flex.di {
    display: inline-flex;
}
.flex.wrap {
    flex-wrap: wrap;
}
.flex.col {
    flex-direction: column;
}
.flex.col > * {
    width: 100%;
}
.flex.hc {
    justify-content: center;
}
.flex.hr {
    justify-content: flex-end;
}
.flex.vc {
    align-content: center;
    align-items: center;
}
.flex.ac {
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bgfix {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.pb0 {
    padding-bottom: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.fs18 {
    font-size: 1.125em !important;
}
.fs24 {
    font-size: 1.5em !important;
}
.c_blue {
    color: #2b9cbb !important;
}
.c_point {
    color: var(--bs-danger) !important;
}
.fwB {
    font-weight: 700;
}
.ps2 {
    margin-top: 2em !important;
}
.page_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.313em;
}
.page_btn > * {
    flex: 1 1 0%;
    min-width: 0;
}
.page_btn .max1 {
    max-width: 10em;
    min-width: 10em;
}
.table_form > li {
    border-bottom: 1px solid #ddd;
    padding: 0.75em 0;
}
.table_form > li:first-child {
    border-top: 1px solid #111;
}
.table_form .wrap_in {
    display: flex;
    align-items: center;
}
.table_form .wrap_in .tit_wrap,
.table_form .wrap_in .con_wrap {
    min-height: 3em;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.table_form .wrap_in .con_wrap .ren_price {
    padding-left: 0.65em;
}
.table_form .wrap_in .tit_wrap {
    width: 12em;
    gap: 0.5em 0;
    padding: 0 1.25em;
}
.table_form .wrap_in .tit1 {
    font-size: 1.125em;
    font-weight: 600;
}
.table_form .wrap_in .con_wrap {
    flex: 1 1 0%;
    min-width: 0;
    gap: 0.25em;
    font-size: 1.063em;
}
.table_form .wrap_in .con_wrap > * {
    flex: 1 1 0%;
    min-width: 0;
}
.table_form .wrap_in .con_wrap .input_st {
    width: 100%;
}
.table_form .wrap_in .con_wrap .w3 {
    flex: 0 0 auto;
    width: 15em;
}
.input_st {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    max-width: 100%;
    height: 3em;
    padding: 0.5em 1em;
    border-radius: 0.5em;
}
button.input_st {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0 0.5em;
}
select.input_st {
    padding-right: 2.5em;
}
button.input_st:disabled,
.input_st[type="submit"]:disabled {
    cursor: default;
    filter: grayscale(1);
}
.input_st.s1 {
    height: 3.5em;
    padding: 0.5em 1.5em;
    font-size: 1.125em;
    font-weight: 500;
}
.input_st.c1 {
    background: var(--bs-danger);
    border-color: var(--bs-danger);
    color: var(--bs-white);
}
.input_st.w3 {
    width: 40em;
    max-width: 100%;
}
.w100 {
    width: 100% !important;
}
/*! CSS Used from: https://www.bizkt.net/css/style.css?v=0.141 */
.box1 {
    width: 1300px;
    margin: 0 auto;
    max-width: 1400px;
}
.gnb li.m_hide {
    display: none;
}
.gnb .layer {
    display: none !important;
}
.fullMH {
    min-height: calc(100vh) !important;
    box-sizing: border-box;
}
.headT {
    padding-top: 5em;
}
#contents .sub_page_top {
    position: relative;
    height: 44em;
    text-align: center;
}
#contents .sub_page_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#contents .sub_page_bg > .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100%);
    transform: scale(1.05);
    height: 100%;
    transition: 2s;
}
#contents .sub_page_bg > .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65));
}
.load #contents .sub_page_bg > .bg {
    transform: scale(1);
}
#contents .sub_page_tit {
    flex: 1;
    position: relative;
    z-index: 9;
    padding: 0 0 2.5em 0;
}
#contents .sub_page_tit .inner {
    gap: 1em 0;
}
#contents .sub_page_tit .sub_tit {
    font-size: 3.15em;
    color: #fff;
    font-weight: 700;
}
#contents .sub_page_tit .nav {
    display: none;
    color: #fff;
}
#contents .sub_page_tit .nav > li .xi {
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    border-radius: 50%;
    font-size: 1em;
    color: #000;
    opacity: 0.6;
    transition: 0.2s;
}
#contents .sub_page_tit .nav > li .tt {
    vertical-align: middle;
    font-size: 0.938em;
    font-weight: 500;
    opacity: 0.6;
}
#contents .sub_page_tit .nav > li + li:before {
    content: "\e940";
    font-family: xeicon;
    padding: 0 0.5em;
    vertical-align: middle;
    opacity: 0.8;
}
#contents .sub_page_tit .nav > li:last-child .tt {
    font-weight: 600;
    opacity: 1;
}
#contents .sub_page_tit .nav > li .xi:hover {
    opacity: 1;
}
#contents .sub_page_menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(0.75em);
    text-align: center;
}
#contents .sub_page_menu .gnb {
    display: block;
    position: relative;
}
#contents .sub_page_menu .gnb .dp2 {
    justify-content: center;
}
#contents .sub_page_menu .gnb .dp2 > li {
    position: relative;
}
#contents .sub_page_menu .gnb .dp2 > li > a {
    height: 4.7em;
    min-width: 14em;
    padding: 0.5em 3em;
    color: #fff;
}
#contents .sub_page_menu .gnb .dp2 > li > a .in {
    position: relative;
}
#contents .sub_page_menu .gnb .dp2 > li:before,
#contents .sub_page_menu .gnb .dp2 > li:after,
#contents .sub_page_menu .gnb .dp2 > li > a .in:before {
    content: "";
    position: absolute;
}
#contents .sub_page_menu .gnb .dp2 > li:first-child:before,
#contents .sub_page_menu .gnb .dp2 > li:after {
    top: 50%;
    width: 1px;
    height: 1.25em;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}
#contents .sub_page_menu .gnb .dp2 > li:first-child:before {
    left: 0;
}
#contents .sub_page_menu .gnb .dp2 > li:after {
    right: 0;
}
#contents .sub_page_menu .gnb .dp2 > li > a .in:before {
    top: 0;
    left: 0;
    width: 2.5em;
    height: 1em;
    background: url(https://www.bizkt.net/images/inc/logo_mark.svg) no-repeat
        left top;
    background-size: contain;
    opacity: 0;
    transform: translate(-0.375em, -1.125em);
    transition: 0.2s;
}
#contents .sub_page_menu .gnb .dp2 > li > a .tt {
    font-size: 1.25em;
    font-weight: 600;
}
#contents .sub_page_menu .gnb .dp2 > li:not(.act):not(.on) > a .tt {
    opacity: 0.6;
    transition: 0.2s;
}
#contents .sub_page_menu .gnb .dp2 > li.on > a .in:before {
    opacity: 1;
}
#contents .doc {
    padding: 4em 0 8em;
}
.dp2on .gnb > li,
.dp2on .gnb > li .dp1 {
    display: none !important;
}
.dp2on .gnb > li.on {
    display: block !important;
}
.flex_box.s2 {
    margin: 0 0 -2em -2em;
}
.flex_box .fst2 > li {
    flex: 1 1 50%;
    max-width: 50%;
}
.flex_box .fst2 > li > .in {
    margin: 0 0 1em 1em;
}
.page_tit .t2 {
    position: relative;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.03em;
    padding-bottom: 0.65em;
}
.page_dot_list {
    padding: 0 1.25em;
}
.page_dot_list > li {
    position: relative;
    margin-bottom: 0.5em;
}
.page_dot_list > li:before {
    position: absolute;
    left: -13px;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #444;
    content: "";
}
.page_dot_list > li:last-of-type {
    margin-bottom: 0em;
}
.page_con {
    padding: 5em 0;
}
.page_con:first-of-type {
    padding: 0 0 5em 0;
}
.page_con.pb0 {
    padding-bottom: 0em;
}
.page_con.bg1 {
    background: var(--bs-body-bg);
}
.grayB {
    padding: 3rem;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
}
.grayB.round {
    border-radius: 1em;
}
.grayB.gryN {
    background: transparent;
}
.tel_estimate .estima_list > .box_con {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 3em;
}
.tel_estimate .estima_list > .box_con:last-of-type {
    margin-bottom: 0em;
}
.tel_estimate .estima_list > .box_con > .title_box {
    position: relative;
    padding: 1em;
    background: #f7f7f7;
    text-align: center;
}
.tel_estimate .estima_list > .box_con > .info_wrap {
    display: flex;
    align-items: center;
    background: #fff;
}
.tel_estimate .estima_list > .box_con > .info_wrap > .img_con {
    width: 60%;
    min-width: 60%;
    padding: 0 1em;
    box-sizing: border-box;
}
.tel_estimate .estima_list > .box_con > .info_wrap > .img_con > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tel_estimate .estima_list > .box_con > .info_wrap > .price_info {
    position: relative;
    width: 40%;
    padding-left: 8em;
}
.tel_estimate .estima_list > .box_con > .info_wrap > .price_info .ecol {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 5em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #444;
    color: #fff;
}
.tel_estimate .estima_list > .box_con > .info_wrap > .price_info .ecol > .xi {
    font-size: 1.65em;
}
.tel_estimate .estima_list > .box_con > .info_wrap > .price_info > .sale_p {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: baseline;
    font-size: 1.85em;
    font-weight: 500;
    color: #111;
    gap: 0.2em;
}
.tel_estimate
    .estima_list
    > .box_con
    > .info_wrap
    > .price_info
    > .sale_p
    > .price {
    font-size: 1.85em;
    font-weight: 700;
    color: var(--bs-danger);
    vertical-align: baseline;
    letter-spacing: -0.03em;
}
.tel_estimate .estima_list > .box_con > .info_wrap > .price_info > .ext {
    font-size: 1em;
    text-align: center;
    color: #999;
    font-weight: 500;
    margin-top: 0.75em;
}
.col {
    flex-direction: column;
}
.ren_inquiry {
    display: flex;
    gap: 4em;
}
.ren_inquiry > .img_con {
    width: 40%;
    padding: 1.5rem;
    box-sizing: border-box;
    height: 21.5em;
    background: #f7f7f7;
    border-radius: 1em;
    overflow: hidden;
}
.ren_inquiry > .img_con > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ren_inquiry > .ren_form {
    width: 50%;
}
.ren_info {
    display: flex;
    flex-wrap: wrap;
}
.ren_info .ren_infoList > li > .in {
    margin: 0 0 2em 2em;
}
.ren_info .con {
    display: flex;
    gap: 1em;
    align-items: center;
}
.ren_info .con > .img_con {
    width: 14em;
    min-width: 14em;
    border-radius: 0.5em;
    height: 8.5em;
    overflow: hidden;
}
.ren_info .con > .img_con > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ren_info .con > .ren_infoC > .tit {
    font-size: 1.415em;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.w100 {
    width: 100%;
}
.con4_section.st2 {
    flex-direction: column;
}
.con4_wrap .con4_section.st2 .tit {
    width: 100%;
    padding-right: 0em;
    box-sizing: border-box;
}
.con4_wrap .con4_section.st2 .con {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 3em;
}
/*! CSS Used from: https://www.bizkt.net/css/style_j.css?v=0.141 */
.sub_tt.dot {
    position: relative;
    padding: 0 0 0.3em 0.8em;
}
.sub_tt.dot:last-of-type {
    padding: 0 0 0 0.8em;
}
.sub_tt.dot:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--bs-danger);
    top: 10px;
    left: 0;
    border-radius: 50%;
}
.tel_estimate .estima_list > .box_con > .title_box > .tt2 {
    font-size: 1.25em;
    font-weight: 700;
    color: #000;
}
.tel_estimate .estima_list > .box_con > .info_wrap > .price_info.st2 > .ext {
    font-size: 0.9em;
}
.tel_estimate .estima_list > .box_con > .info_wrap > .price_info.st2 > .sale_p {
    font-size: 1.6em;
}
.tel_estimate
    .estima_list
    > .box_con
    > .info_wrap
    > .price_info.st2
    > .sale_p
    > .price {
    font-size: 1.125em;
}
.ren_price {
    font-size: 1.125em;
    font-weight: 600;
}
.ren_price2 {
    font-size: 1em;
}
.ren_price2 span {
    font-weight: 600;
    font-size: 1.25em;
    margin: 0 0.2em;
}
.con4_wrap {
    margin: 2em 0 3em 0;
}
.con4_wrap .con4_section {
    position: relative;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding: 2em 1em;
}
.con4_wrap .con4_section:before {
    position: absolute;
    content: "";
    width: 2.25em;
    height: 2px;
    background: var(--bs-danger);
    top: -2px;
    left: 0;
}
.con4_wrap .con4_section .tit {
    width: 30%;
    padding-right: 2em;
    box-sizing: border-box;
}
.con4_wrap .con4_section .con {
    flex: 1;
}
.talent_people {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}
.talent_people li {
    flex: 1 20%;
    position: relative;
    padding: 1.5em 1em;
    background: #f4f4f4;
    border: 1px solid #333;
    text-align: center;
    border-radius: 0.5em;
}
.talent_people li.w25 {
    flex: 1 25%;
    position: relative;
    padding: 1.5em 1em;
    background: #f4f4f4;
    border: 1px solid #333;
    text-align: center;
    border-radius: 0.5em;
}
.talent_people li h4 {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1em;
    display: inline-block;
    background: #cc1d22;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
}
.talent_people li h3 {
    font-size: 1.125em;
    color: #111;
    line-height: 1.3;
}
.talent_people li h3 span {
    font-weight: 800;
}
/*! CSS Used from: https://www.bizkt.net/css/style_response.css?v=0.141 */
@media screen and (max-width: 1280px) {
    #contents .sub_page_top {
        height: 28em;
    }
    #contents .sub_page_tit .sub_tit {
        font-size: 3.25em;
    }
    #contents .sub_page_menu .gnb .dp2 > li > a {
        min-width: auto;
        height: 4em;
    }
    #contents .sub_page_menu .gnb .dp2 > li > a .in:before {
        width: 2em;
        height: 0.5em;
        top: 7px;
    }
}
@media screen and (max-width: 1160px) {
    .tel_estimate .estima_list > .box_con > .info_wrap > .img_con {
        width: 50%;
        min-width: 50%;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info .ecol {
        left: 1em;
    }
}
@media screen and (max-width: 1000px) {
    #contents .sub_page_top {
        height: 20em;
    }
    #contents .sub_page_menu {
        display: none;
    }
    .page_con {
        width: 100%;
    }
    .flex_box .fst2 > li {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 880px) {
    .tel_estimate
        .estima_list
        > .box_con
        > .info_wrap
        > .price_info.st2
        > .ext {
        font-size: 0.6em;
    }
}
@media screen and (max-width: 870px) {
    #contents .sub_page_top {
        height: 20em;
    }
}
@media screen and (max-width: 820px) {
    .talent_people li {
        flex: 1 40%;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info .ecol {
        left: 1em;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info > .sale_p {
        font-size: 1.65em;
    }
}
@media screen and (max-width: 768px) {
    .ren_inquiry {
        flex-direction: column;
        gap: 2em;
    }
    .ren_inquiry > .ren_form,
    .ren_inquiry > .img_con {
        width: 100%;
    }
    .page_btn > button[type="submit"] {
        min-height: 3.5em;
    }
}
@media screen and (max-width: 690px) {
    .page_tit .t2 {
        font-size: 20px;
    }
    .tel_estimate
        .estima_list
        > .box_con
        > .info_wrap
        > .price_info.st2
        > .sale_p {
        font-size: 1.4em;
    }
}
@media screen and (max-width: 640px) {
    .tel_estimate .estima_list > .box_con > .info_wrap > .img_con {
        width: 50%;
        min-width: 50%;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info {
        position: relative;
        width: 40%;
        padding-left: 5em;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info .ecol {
        left: 0em;
    }
    .tel_estimate
        .estima_list
        > .box_con
        > .info_wrap
        > .price_info
        > .sale_p
        > .price {
        font-size: 1.55em;
    }
}
@media screen and (max-width: 600px) {
    .tel_estimate
        .estima_list
        > .box_con
        > .info_wrap
        > .price_info.st2
        > .ext {
        font-size: 0.5em;
    }
    #contents .sub_page_top {
        height: 18em;
    }
    #contents .sub_page_tit {
        padding-bottom: 3em;
    }
    #contents .sub_page_tit .sub_tit {
        font-size: 2.5em;
    }
    #contents .sub_page_menu {
        display: none;
    }
}
@media screen and (max-width: 560px) {
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info > .sale_p {
        font-size: 1.35em;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info .ecol {
        left: 1.5em;
    }
    .tel_estimate
        .estima_list
        > .box_con
        > .info_wrap
        > .price_info.st2
        > .sale_p {
        font-size: 1.2em;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info .ecol {
        left: 0em;
        width: 2em;
        height: 2em;
    }
}
@media screen and (max-width: 500px) {
    .tel_estimate
        .estima_list
        > .box_con
        > .info_wrap
        > .price_info.st2
        > .ext {
        font-size: 0.3em;
    }
    .ren_info .con {
        flex-direction: column;
        align-items: start;
    }
    .ren_info .con > .img_con {
        width: 100%;
        height: 15em;
    }
}
@media screen and (max-width: 480px) {
    .sub_tt.dot {
        font-size: 11px;
    }
    .sub_tt.dot:before {
        top: 4px;
    }
}
.grayB {
    padding: 1.5rem;
}
@media screen and (max-width: 450px) {
    .fs24 {
        font-size: 1.1em !important;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info > .sale_p {
        font-size: 1.05em;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info > .ext {
        font-size: 0.9em;
        text-align: center;
        color: #999;
        font-weight: 500;
        margin-top: 0.75em;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info .ecol {
        width: 2em;
        height: 2em;
    }
    .tel_estimate .estima_list > .box_con > .title_box > .tt2 {
        font-size: 1em;
    }
    .tel_estimate
        .estima_list
        > .box_con
        > .info_wrap
        > .price_info.st2
        > .sale_p {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 410px) {
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info > .sale_p {
        font-size: 1.15em;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info > .ext {
        font-size: 0.75em;
        text-align: center;
        color: #999;
        font-weight: 500;
        margin-top: 0.75em;
    }
    .tel_estimate
        .estima_list
        > .box_con
        > .info_wrap
        > .price_info.st2
        > .sale_p {
        font-size: 0.7em;
    }
    .tel_estimate .estima_list > .box_con > .info_wrap > .price_info .ecol {
        width: 1em;
        height: 1em;
    }
    .tel_estimate
        .estima_list
        > .box_con
        > .info_wrap
        > .price_info
        .ecol
        > .xi {
        font-size: 1em;
    }
}
/*! CSS Used from: https://www.bizkt.net/summernote/summernote-lite.css */
img {
    max-width: 100%;
}
/*! CSS Used fontfaces */
@font-face {
    font-family: xeicon;
    src: url(../fonts/xeicon.eot?);
    src: url(../fonts/xeicon.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/xeicon.woff2?) format("woff2"),
        url(../fonts/xeicon.ttf?) format("truetype"),
        url(../fonts/xeicon.woff?) format("woff"),
        url(../fonts/xeicon.svg?#xeicon) format("svg");
    font-weight: 400;
    font-style: normal;
}
