@charset "utf-8";

.inner {
    width: 1200px;
    margin: auto;
    position: relative;
}

.inner.w1000 {
    width: 1000px;
}

.inner.w720 {
    width: 720px;
}

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    background-color: #fff
}

#wrap.dimd:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900
}


/* —————————————————————————————————————
 * header
/* ————————————————————————————————————— */
#header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

#header .header_wrap {
    width: 100%;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 9000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

/* hd_top */
.hd_top .inner {
    height: 83px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hd_top .inner:after {
    display: none;
}

.hd_top .inner > div {
    flex: 0 0 auto;
}

/* h_call */
.h_call i {
    font-size: 20px;
    display: inline-block;
    padding-right: 10px;
    color: #868e96;
}

.h_call h3 {
    font-size: 15px;
    display: inline-block;
    color: #868e96;
}

.h_call p {
    color: #b40229;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 3px;
}

/* h_logo */
.h_logo a {
    display: block;
    width: 250px;
}

.h_logo a img {
    width: 100%;
    height: 100%;
}

/* h_sch */
.h_sch .top_btn_wrap {
    width: 78px;
    display: flex;
    justify-content: space-between;
    gap: 2px;
    position: absolute;
    top: 5px;
    right: 0;
}

.h_sch .top_btn_wrap:after {
    content: unset;
}

.h_sch .top_btn_wrap li {
    flex: 0 0 auto;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.h_sch .top_btn_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 4px;
    font-size: 10px;
    color: #aaa;
}

.h_sch .sch_area {
    width: 220px;
    position: relative;
    border-bottom: 2px solid #b40229;
}

.h_sch .sch_area button {
    font-size: 22px;
    line-height: 1;
    color: #b40229;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
}

.h_sch .sch_area input {
    width: 100%;
    height: 38px;
    padding: 10px 0;
    font-size: 13px;
    line-height: 20px;
    border-radius: 0;
    background: transparent;
}


/* input=search 커스텀 삭제(x버튼) */
input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

/* hd_gnb */
.hd_gnb {
    border-top: 1px solid #eee;
    text-align: center;
}

.hd_gnb .inner > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.hd_gnb .inner > ul:after {
    display: none;
}

.hd_gnb .inner > ul > li {
    flex: 0 0 auto;
}

.hd_gnb .inner > ul > li > a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 60px;
}

.hd_gnb .inner > ul > li > a:before {
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 100%;
    background: #b40229;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hd_gnb .inner > ul > li:hover > a,
.hd_gnb .inner > ul > li.active > a,
.hd_gnb .inner .gnb_subCate ul li:hover a {
    color: #b40229 !important
}

.hd_gnb .inner > ul > li:hover > a:before,
.hd_gnb .inner > ul > li.active > a:before {
    right: 0
}

.hd_gnb .inner > ul > li:hover .gnb_subCate {
    display: block !important
}

.hd_gnb .inner .gnb_subCate {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 170px;
    padding: 0 20px 10px;
    margin-left: -20px;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.hd_gnb .inner .gnb_subCate ul li a {
    display: block;
    font-size: 15px;
    padding: 7px 0;
}

.hd_gnb .gnb_l .combine > .gnb_subCate {
    width: 230px;
}

.hd_gnb .gnb_l .b2b > .gnb_subCate {
    width: 320px;
    overflow: hidden;
}

.hd_gnb .gnb_l .b2b > .gnb_subCate ul li {
    width: 50%;
    float: left;
}

/* —————————————————————————————————————
 * login
/* ————————————————————————————————————— */
.login .stit {
    font-size: 30px;
    padding: 65px 0 25px;
    border-bottom: 2px solid #333;
    text-align: center;
}

.login .login_wrap {
    width: 300px;
    margin: 50px auto;
}

.login .login_wrap input {
    width: 300px;
    height: 50px;
    margin-top: 10px;
}

.login .login_wrap .btn_large {
    width: 100%;
    height: 50px;
    background: #1e1927;
    color: #fff;
    margin-top: 20px;
}


/* —————————————————————————————————————
 * container
/* ————————————————————————————————————— */
#container {
    width: 100%;
    position: relative;
    padding: 145px 0;
    z-index: 2;
}

/* pageTit */
#contents .pageTit {
    padding: 80px 0 50px
}

#contents .pageTit h2 {
    text-align: center;
    font-size: 42px;
    line-height: 1;
    font-weight: 700
}

#contents .pageTit p {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #888;
    font-weight: 300
}

#contents .pageTit h2 span {
    line-height: 33px;
    color: #b40229;
}

/* pageTabs */
#contents .pageTabs {
    text-align: center;
    margin: 10px 0 40px
}

#contents .pageTabs ul {
    font-size: 0
}

#contents .pageTabs ul li {
    display: inline-block;
    position: relative;
    padding: 0 30px
}

#contents .pageTabs ul li:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #dee2e6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px
}

#contents .pageTabs ul li:first-child:before {
    display: none
}

#contents .pageTabs ul li a {
    display: block;
    font-size: 24px;
    color: #adb5bd
}

#contents .pageTabs ul li a:hover,
#contents .pageTabs ul li.active a {
    color: #212529
}

/* page_location */
.page_location {
    padding: 10px 0
}

.page_location ul {
    font-size: 0
}

.page_location ul li {
    display: inline-block;
    margin-left: 8px;
    line-height: 30px
}

.page_location ul li:first-child {
    margin-left: 0
}

.page_location ul li:before {
    content: '/';
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
    color: #aaa;
    vertical-align: middle
}

.page_location ul li:first-child:before {
    display: none
}

.page_location ul li a {
    display: inline-block;
    font-size: 13px
}

.page_location ul li a:hover {
    color: #b40229;
    text-decoration: underline
}


/* —————————————————————————————————————
 * footer
/* ————————————————————————————————————— */
#footer {
    position: relative;
    padding: 50px 0;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    color: #777;
    letter-spacing: -0.01em
}

#footer h3.ft_tit {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #999;
    background-color: #eee;
    padding: 0 8px;
    border-radius: 3px;
    margin-bottom: 10px;
    text-transform: uppercase
}

/* ft_sec */
#footer .ft_sec {
    float: left
}

#footer .ft_sec01 {
    width: 25%
}

#footer .ft_sec02 {
    width: 50%
}

#footer .ft_sec03 {
    width: 25%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

/* ft_center */
#footer .ft_center p {
    font-size: 36px;
    font-weight: 700;
    color: #b40229;
    line-height: 1.3
}

#footer .ft_center span {
    display: block;
    margin-top: 6px
}

/* ft_information */
#footer .ft_information {
    margin-top: 20px
}

#footer .ft_information dl {
    font-size: 0
}

#footer .ft_information dl dd,
#footer .ft_information dl dt {
    display: inline-block;
    font-size: 13px
}

#footer .ft_information dl dt {
    color: #aaa;
    margin-left: 20px
}

#footer .ft_information dl dt:first-child {
    margin-left: 0
}

#footer .ft_information dl dd {
    margin-left: 8px
}

/* ft_address */
#footer .ft_address {
    margin-top: 20px
}

/* ft_menu */
#footer .ft_menu ul {
    font-size: 0
}

#footer .ft_menu ul li a {
    display: inline-block;
    font-size: 14px;
    color: #aaa;
    line-height: 1.75
}

/* ft_copyright */
#footer .ft_copyright {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #bbb;
}

/* ft_logo */
.ft_logo {
    width: 120px;
    filter: grayscale(1);
    opacity: 0.5;
}

.ft_logo a {
    display: block;
}

.add_logo {
    width: 120px;
}

.ft_logo a img, .add_logo img {
    width: 100%;
    height: 100%;
}

/* —————————————————————————————————————
 * sticky_inquiry | 하단 고정 상담바
/* ————————————————————————————————————— */
.business #sticky_inquiry {
    display: none !important
}

#sticky_inquiry {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.lastScroll #sticky_inquiry {
    bottom: -110px
}

#sticky_inquiry .inquiry_bar {
    height: 90px;
    line-height: 90px;
    font-size: 0;
    text-align: center;
    position: relative;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    background-color: #b40229;
    background-image: linear-gradient(150deg, #b40229 0%, #8d001f 130%);
    background-image: -webkit-linear-gradient(150deg, #b40229 0%, #8d001f 130%);
}

#sticky_inquiry .inquiry_bar .call,
#sticky_inquiry .inquiry_bar .form {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5
}

#sticky_inquiry .inquiry_bar .call {
    position: relative;
    margin-top: 18px;
    padding: 0 50px 0 46px;
    border-right: 1px solid rgba(255, 255, 255, 0.08)
}

#sticky_inquiry .inquiry_bar .call i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

#sticky_inquiry .inquiry_bar .call h3 {
    font-size: 14px
}

#sticky_inquiry .inquiry_bar .call p {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 2px
}

#sticky_inquiry .inquiry_bar .form {
    margin-left: 40px
}

#sticky_inquiry .inquiry_bar .form .checksType_1,
#sticky_inquiry .inquiry_bar .form .inputType_1 {
    float: left;
    margin: 23px 0 0 10px
}

#sticky_inquiry .inquiry_bar .form .inputType_1 input {
    width: 180px;
    height: 44px;
    line-height: 20px;
    padding: 10px 15px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.06);
}

#sticky_inquiry .inquiry_bar .form .inputType_1 input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

#sticky_inquiry .inquiry_bar .form .inputType_1.tel input {
    width: 220px
}

#sticky_inquiry .inquiry_bar .form .checksType_1 {
    margin-left: 25px
}

#sticky_inquiry .inquiry_bar .form .checksType_1 label {
    padding-left: 26px
}

#sticky_inquiry .inquiry_bar .form .checksType_1 label:before,
#sticky_inquiry .inquiry_bar .form .checksType_1.on label:before {
    top: 50%;
    margin-top: -14px;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.06)
}

#sticky_inquiry .inquiry_bar .form .checksType_1 label p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 22px;
    padding-left: 10px
}

#sticky_inquiry .inquiry_bar .form .checksType_1 label em {
    display: inline-block;
    color: #efefef;
    border-bottom: 1px solid;
    float: none;
    margin: 0
}

#sticky_inquiry .inquiry_bar .form .checksType_1 .agree_info {
    width: 400px;
    color: #2d2d2d;
    bottom: 100%;
    margin-bottom: 12px
}

#sticky_inquiry .inquiry_bar .form .btn {
    min-width: 160px;
    margin: 20px 0 0 50px
}


/* —————————————————————————————————————
 * Floating
/* ————————————————————————————————————— */
.floating {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    transform: translate(80px, 0px);
    -webkit-transform: translate(80px, 0px);
    transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99)
}

.scrolled .floating {
    opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px)
}

.floating a{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 1.2;
    margin-top: 8px;
    padding-top: 10px;
    background-color: #b40229;
    background-image: linear-gradient(150deg, #b40229 0%, #8d001f 130%);
    background-image: -webkit-linear-gradient(150deg, #b40229 0%, #8d001f 130%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    word-break: keep-all;
}

.floating button{
    width: 60px;
    height: 60px;
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 8px;
}

.floating button.btn_top {
    border-color: #e4e4e4;
    background: url("../img/btn_top.png") no-repeat center center #fff;
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
}

.floating button.btn_kakao {
    border-color: #ffcf00;
    background: url("../img/ico_kakao.png") no-repeat center center #ffde00;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.banner_210806 {
    width: 100%;
    height: 150px;
    background: url('../img/top_banner_210806.png') no-repeat center center;
    -webkit-background-size: 1920px 150px;
    background-size: 1920px 150px;
    position: relative;
}

.to_go_btn {
    width: 160px;
    border-radius: 100px;
    height: 35px;
    border: 1px solid #FAFF00;
    position: absolute;
    top: 60px;
    right: calc(50% - 500px);
    transition: all ease-in 0.2s;
}

.to_go_btn a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #FAFF00;
    width: 100%;
    height: 100%;
    line-height: 35px;
    transition: all ease-in 0.2s;
}

.show {
    display: none;
}

.to_go_btn:hover {
    background: #fff;
    border-color: #b40229;
}

.to_go_btn:hover a {
    color: #b40229;
}

.close_btn_box {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    right: calc(50% - 700px);
    cursor: pointer;
    background: #fff;
    border-radius: 0 0 15px 15px;
    z-index: 10000;
    transition: all ease-in 0.2s;
}

.close_btn_01 {
    position: relative;
    float: left;
    width: 30px;
    margin-right: 5px;
    height: 50px;
}

.close_btn_box p {
    color: #b40229;
    font-size: 15px;
    line-height: 50px;
    width: 30px;
    margin-left: 5px;
    float: left;
    text-align: center;
}

.close_btn_01 div {
    width: 12px;
    height: 2px;
    background: #b40229;
    position: absolute;
}

.arrow_bar_01 {
    transition: all ease-in 0.2s;
    transform: translateY(24px) translateX(15px) rotate(45deg);
}

.arrow_bar_02 {
    transition: all ease-in 0.2s;
    transform: translateY(24px) translateX(8px) rotate(-45deg);
}

.close_btn_box.off {
    background: #b40229;
}

.close_btn_box.off p {
    color: #FAFF00;
}

.close_btn_box.off .close_btn_01 div {
    background: #FAFF00;
}

.close_btn_box.off .close_btn_01 .arrow_bar_01 {
    transform: translateY(24px) translateX(15px) rotate(-45deg);
}

.close_btn_box.off .close_btn_01 .arrow_bar_02 {
    transform: translateY(24px) translateX(8px) rotate(45deg);
}

.close_btn_box.off p.hide {
    display: none;
}

.close_btn_box.off p.show {
    display: block;
}

.scrolled #header {
    position: fixed;
    top: -83px;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.scrolled #container.off {
    padding-top: 146px;
}

.flag.flag-deliver {
    background: #b40229;
}

/* floating_cart */
.floating_cart {
    position: fixed;
    top: 226px;
    right: 20px;
    width: 180px;
    display: flex;
    flex-direction: column;
    border: 1px solid #DDD;
    background: #FFFFFF;
    z-index: 10;
    border-radius: 12px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-out;
    overflow: hidden;
}

.scrolled .floating_cart {
    top: 143px;
}

.floating_cart .item_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 32px;
    display: flex;
    flex-direction: row-reverse;
}

.floating_cart .item_btn button {
    width: 32px;
    height: 32px;
}

.floating_cart .item_btn button svg {
    width: 24px;
    height: 24px;
}

.floating_cart h2 {
    color: #222;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #DDD;
}

.cart_inner {
    max-height: 430px;
    overflow-y: scroll;
}

.cart_inner::-webkit-scrollbar {
    background: #fff;
    width: 3px;
    border-radius: 2px;
}

.cart_inner::-webkit-scrollbar-thumb {
    background: #C0C0C0;
}

.cart_item {
    display: flex;
    position: relative;
    gap: 8px;
    flex-wrap: wrap;
    padding: 32px 8px 12px 12px;
    border-bottom: 1px solid #DDD;
}

.cart_item img {
    width: 40px;
    height: 40px;
}

.cart_item .cart_item_tit {
    width: calc(100% - 48px);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    max-height: 40px;
    word-break: break-word;
}

.cart_item .cart_item_cont {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.cart_item .cart_item_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cart_item .cart_item_info p {
    color: #b40229;
    font-size: 12px;
}

.cart_item .cart_item_info p:nth-child(2n) {
    text-align: right;
}

.blank_cart {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 16px 0 20px;
}

.blank_cart img {
    width: 60px;
}

.blank_cart p {
    color: #AAA;
    text-align: center;
    font-size: 16px;
}

.cart_btn {
    display: flex;
    justify-content: space-between;
    background: #b40229;
    padding: 12px;
}

.cart_btn p {
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
}

.cart_btn p span {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
    .close_btn_box {
        right: 40px;
    }

    .close_btn_box.off {
        display: none;
    }
}