/* 단어줄바꿈 */
*{word-break: keep-all !important;}
.bottom-link p {
    font-size: 0.9rem;
}

.border-5 {
    border: 5px solid;
}

.border-timedeal {
    border: 7px solid #3a6caf;
}

.button-badge {
    position: absolute;
    bottom: 50px;
    right: 0;
    transform: translateX(8px);
    background-color: #65b039;
    font-size: 11px;
    line-height: 0;
    font-weight: 500;
    color: #fff;
    padding: 1em 0.6em;
    border-radius: 100vh;
}

.table {
    border-top: 1px solid #777;
}
th,td{vertical-align: middle !important;}
.form-control,
.form-select {
    border-radius: 0 !important;
}

.btn-checkout {
    font-size: 1.3rem;
}

.form-check-label {
    font-size: 1.04rem; border:0px solid #000; padding-right:10px; font-weight: normal;
}

.minw-150 {
    min-width: 170px;
}

.small-menu {
    font-size: 100% !important;
    font-weight: normal;
}

.pc-only {
    display: ;
}

.mobile-only {
    display: none !important;
}

.bbs-no {
    width: 80px;
}

.bbs-date {
    width: 130px;
}

.bbs-status {
    width: 80px;
}

.bbs-cate {
    width: 120px;
}

@media (max-width: 767.98px) {
    .line {
        margin: 1rem 0;
    }
    .heading-block {
        margin-bottom: 0 !important;
    }
    .form-check-input {
        width: 1em;
        height: 1em;
    }
    .form-check-label {
        font-size: 0.9rem;
    }
    .line.line-sm {
        margin: 1rem 0;
    }
    .pc-only {
        display: none;
    }
    .mobile-only {
        display: block !important;
    }
    .table-bbs a {
        line-height: 1.4rem;
    }
}

.font-big {
    font-size: 1.4rem;
}

.font-big2 {
    font-size: 1.1rem;
}

.font-big-big {
    font-size: 1.8rem;
}

.badge {
    border-radius: 0;
}

.badge-new {
    background-color: #000;
    color: #fff;
    border: 0px solid #3a6caf;
}

.badge-sale {
    background-color: #dc3545;
    color: #fff;
    border: 0px solid #3a6caf;
}

.badge-outline-black {
    background-color: #fff;
    color: #222;
    border: 1px solid #000;
}

.badge-outline-primary {
    background-color: #f5f5f5;
    color: #222;
    border: 1px solid #3a6caf;
}

.badge-outline-danger {
    background-color: #ddd;
    color: #222;
    border: 1px solid #fd4e1e;
}

.badge-outline-info {
    background-color: #f5f5f5;
    color: #222;
    border: 1px solid #29889e;
}

.badge-outline-success {
    background-color: #f5f5f5;
    color: #222;
    border: 1px solid #65b039;
}

.badge-outline-warning {
    background-color: #f5f5f5;
    color: #222;
    border: 1px solid #ff982a;
}

.badge-delete {
    background-color: #dc3545;
    color: #fff;
    border: 0px solid #3a6caf;
    padding: 5px 10px;
}

.badge-black {
    background-color: #000;
    color: #fff;
    border: 0px solid #3a6caf;
    padding: 5px 10px;
}

.badge-delete:hover,
.badge-black:hover {
    color: #ccc;
}

.badge-outline-black:hover {
    background-color: #f7f7f7;
}

.btn-sm {
    border-radius: 0;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.c-pointer {
    cursor: pointer;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !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-36 {
    font-size: 36px !important;
}

.font-100 {
    font-weight: 100 !important;
}

.font-200 {
    font-weight: 200 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 900 !important;
}

.border-ccc {
    border: 1px solid #ccc !important;
}

.sns-50 {
    height: 50px;
}

.sns-30 {
    height: 30px;
    padding-right: 5px;
}

.mbr {
    display: none;
}
.pbr {
  display: ;
}
.space-200{height:200px;}
.space-100{height:100px;}
.space-50{height:50px;}
.carousel-caption h5{color:#fff !important;}
/* Smartphones (portrait and landscape) ----------- */

.underline {
    text-decoration: underline !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .button-badge {
        position: absolute;
        bottom: 30%;
        right: -50%;
        transform: translateX(8px);
        background-color: #65b039;
        font-size: 12px;
        line-height: 0;
        font-weight: 500;
        color: #fff;
        padding: 1em 0.6em;
        border-radius: 100vh;
    }
    #page-title {
        position: relative;
        padding: 0.1rem 0 1rem;
        background-color: #F5F5F5;
        border-bottom: 1px solid #EEE;
    }
    .w-25 {
        width: 48% !important;
    }
    .content-wrap {
        position: relative;
        padding: 20px 0;
        overflow: hidden;
    }
    .minw-150 {
        min-width: 40%;
    }
    .mbr {
        display: block;
    }
    .section {
        padding: 30px 0;
    }
    .pbr{display: none;}
    .space-100{height:50px;}
    .space-200{height:100px;}
    .space-25{height:25px;}
}


/* ----------------------------------------------------------------
	On Hover Changes
-----------------------------------------------------------------*/

.showcase-target-images {
    position: relative;
}

.showcase-target {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}

.showcase-target.showcase-target-active {
    position: relative;
    display: block;
}

.showcase-section:hover .showcase-target {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.showcase-section ul li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
    border: 1px solid #EEE;
}

.showcase-section ul li.headphone-red {
    background-color: #af1e2b;
}

.showcase-section ul li.headphone-black {
    background-color: #000;
}

.showcase-section ul li.headphone-blue {
    background-color: darkblue;
}

.showcase-section ul li.headphone-pink {
    background-color: pink;
}

.showcase-section ul li.headphone-white {
    background-color: white;
}

.showcase-section .badge-- {
    position: absolute;
    top: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 11px;
    text-shadow: none;
    background-color: #222 !important;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.timedeal-tab {
    position: absolute;
    z-index: 100;
    font-size: 14px;
}

.menu-link {
    padding: 0;
    margin: 0;
}

.product-rating {
    display: none !important;
}


/* login */

.login-form {
    max-width: calc(100vw - 20px);
    width: 420px;
    /* width: 60%; */
    /* height: auto; */
    background: rgba(255, 255, 255, 1);
    padding: 10px 0px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#u_id,
#u_pwd {
    font-size: 1.1rem;
}

.findidbtn:hover {
    color: #fd4e1e;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .login-form {
        padding: 50px 10px;
    }
}

@media (min-width: 1025px) {
    /* pc or pad 가로 */
    .login-form {
        width: 40%;
    }
}

.login-form:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    /* height: 100%; */
    z-index: 0;
}

.login-form h2 {
    margin: 0;
    padding-bottom: 5px;
    /* color: #fd4e1e; */
    font-size: 22px;
    border-bottom: 0px solid #fd4e1e;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}


/* --- Animated Buttons --- */

.movebtn {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    background-image: none;
    padding: 8px 10px;
    border-radius: 0;
    /* -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66); */
}

.movebtnre {
    border: 2px solid #ff5501;
    box-shadow: inset 0 0 0 0 #ff5501;
    color: #ff5501;
}

.movebtnsu {
    border: 2px solid #3a6caf;
    color: #ffffff;
    background-color: #3a6caf;
}

.kakao,
.naver {
    width: 50%;
    float: left;
    text-align: center;
}

.kakao {
    border: 2px solid #FFE812;
    color: #000;
    background-color: #FFE812;
}

.naver {
    border: 2px solid #16c715;
    color: #000;
    background-color: #02C759;
}

.kakao:focus,
.kakao:hover,
.kakao:active {
    background-color: #FFE812;
    color: #000;
    border-color: #FFE812;
    box-shadow: none;
}

.naver:focus,
.naver:hover,
.naver:active {
    /* background-color: #16c715; */
    background-color: #16c715;
    color: #000;
    border-color: #16c715;
    box-shadow: none;
}

.register-agree h3 {
    font-size: 1.3rem;
    margin-top: 20px;
}

.cont h3 {
    font-size: 1rem;
}

.register-agree-textarea {
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    font-size: 0.8rem;
    padding: 15px;
    margin-bottom: 50px;
}

.register-agree-check {
    text-align: left;
}

.register-agree-check label {
    font-size: 0.8rem;
    padding: 10px 0;
}

.naver-bg {
    background-image: url(/assets/images/naver-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
}

.kakao-bg {
    background-image: url(/assets/images/kakao-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
}

#saveid {
    border: 1px solid #fd4e1e;
}


/* register form */

.register-form {
    max-width: calc(100vw - 20px);
    background: rgba(255, 255, 255, 1);
    padding: 10px 0px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#u_id,
#u_pwd {
    font-size: 1.1rem;
}

.findidbtn:hover {
    color: #fd4e1e;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .register-form {
        padding: 50px 10px;
    }
    .mnmu {
        padding: 10px 0;
    }
}

@media (min-width: 1025px) {
    /* pc or pad 가로 */
    .register-form {
        width: 100%;
    }
    .mnmu {
        padding: 0px 0;
    }
}

.register-form:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    /* height: 100%; */
    z-index: 0;
}

.register-form h2 {
    margin: 0;
    padding-bottom: 5px;
    /* color: #fd4e1e; */
    font-size: 22px;
    border-bottom: 0px solid #fd4e1e;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.cursor {
    cursor: pointer !important;
}


/* register form */

.agreement-area {
    border: 1px solid #ddd;
    padding: 1rem;
    overflow-y: scroll;
    height: 150px;
}

.register-form label {
    margin-top: 1rem;
}

.register-check-label {
    font-size: 0.9rem;
    letter-spacing: normal;
    margin-top: 0 !important;
}

a {
    color: #555;
}

.board-contents {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2rem 0;
}

.board-contents textarea {
    min-height: 200px;
}

.board-date {
    text-align: right !important;
    font-size: 0.9rem;
    color: #777;
}

.agreement {
    font-size: 0.85rem;
}

.est-basket-alert {
    font-size: 0.85rem;
}


/* hr  class */

hr.hr-1 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.hr-2 {
    border: 0;
    border-bottom: 2px dashed #eee;
    background: #999;
}

hr.hr-3 {
    border: 0;
    height: 0;
    border-top: 1px solid #8c8c8c;
}

hr.hr-4 {
    padding: 0;
    border: none;
    border-top: medium double #8c8c8c;
    color: #8c8c8c;
    text-align: center;
}

hr.hr-4:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #fff;
}

hr.hr-5 {
    border: 0;
    border-top: 3px double #8c8c8c;
}

hr.hr-6 {
    border: 0;
    border-top: 2px dotted #8c8c8c;
}

hr.line-7 {
    border: 0;
    background-color: #fff;
    border-top: 1px dashed #8c8c8c;
}

hr.hr-8 {
    border: 0;
    background-color: #fff;
    border-top: 2px dotted #8c8c8c;
}

hr.hr-9 {
    border: 0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #fff;
}

hr.hr-10 {
    border: 0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #fff;
}

hr.hr-10:after {
    content: '';
    display: block;
    margin-top: 2px;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #fff;
}

hr.hr-11 {
    border: 0;
    border-top: 1px dashed #8c8c8c;
    border-bottom: 1px dashed #fff;
}

hr.hr-12 {
    border: 0;
    border-top: 1px dotted #8c8c8c;
    border-bottom: 1px dotted #fff;
}

hr.hr-13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8c8c inset;
}

hr.hr-14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
}

hr.hr-15 {
    border: 0;
    border-top: 4px double #8c8c8c;
    text-align: center;
}

hr.hr-15:after {
    content: '\2665';
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 10px;
    background: #fff;
    color: #8c8c8c;
    font-size: 18px;
}

hr.hr-16 {
    border: 0;
    border-top: 1px dashed #8c8c8c;
    text-align: center;
}

hr.hr-16:after {
    content: '\002702';
    display: inline-block;
    position: relative;
    top: -13px;
    padding: 0 3px;
    background: #fff;
    color: #8c8c8c;
    font-size: 18px;
}

hr.hr-17 {
    border: 0;
    height: 0;
    box-shadow: 0 0 10px 1px black;
}

hr.hr-17:after {
    content: "\00a0";
}

hr.hr-18 {
    background-color: #fff;
    height: 30px;
    border: 1px solid #8c8c8c;
    border-radius: 20px;
}

hr.hr-18:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border: 0 solid #8c8c8c;
    border-bottom-width: 1px;
    border-radius: 20px;
}

.hr-19 {
    border: none;
    height: 10px;
    background: linear-gradient(-135deg, #fff 5px, transparent 0) 0 5px, linear-gradient(135deg, #fff 5px, #8c8c8c 0) 0 5px;
    background-color: #fff;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px;
}

.circle-no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    /* the magic */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto 40px;
}

#consulting-room li {
    list-style: none;
}

#consulting-room h5 {
    font-size: 18px;
}

#consulting-room h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}


/* faq */

#faq_wrap a.faq-tabs {
    border-radius: 0;
    margin: 0;
    text-align: center;
}

#faq_wrap a.active {
    background-color: #222;
}

.faq-que p {}

@media (max-width: 760px) {
    .faq-tabs {
        width: 50% !important;
    }
}

@media (min-width: 761px) {
    .faq-tabs {
        width: 25% !important;
    }
}

#faq_wrap {}

#faq_wrap h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

.faq_admin {
    margin: 0 5px;
    text-align: right
}

#faq_wrap p {
    line-height: 1.8em
}

#faq_wrap ol {
    margin: 20px 0;
    border-top: 1px solid #000;
    padding: 0;
    list-style: none
}

#faq_wrap li {
    border-bottom: 1px solid #eee
}

#faq_con h3 {
    position: relative;
    padding-left: 30px;
    font-size: 1rem;
    margin: 0 0 10px 0;
}

#faq_con h3 a {
    display: block;
    padding: 15px 0 0 15px;
}

#faq_con .faq_alp {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    background: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

#faq_con .faq_alp_a {
    background: #f3f3f3;
    color: #999
}

#faq_con .con_inner {
    ;
    position: relative;
    display: none;
    padding: 10px;
    padding-left: 40px;
    line-height: 1.8em;
    border-top: 1px solid #eee;
}

#faq_con .con_closer {
    margin: 10px 0 0;
    text-align: right
}

#faq_con .closer_btn {
    margin: 0;
    padding: 0 5px;
    line-height: 24px;
    border: 0;
    background: #666;
    color: #fff
}

.faq_tolist {
    padding: 0 10px;
    text-align: right
}

.faq_img {
    text-align: center
}

#faq_sch {
    background: #f9fafa;
    border: 1px solid #ececec;
    padding: 15px;
    position: relative
}

#faq_sch .frm_input {
    width: 100%
}

#faq_sch .btn_submit {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: none;
    color: #000;
    font-size: 16px
}

.nav-pills button.active {
    background-color: #000;
}


/*  뷰포트의 가로너비가 1025px 이상인 경우 적용 : 데스크탑 환경 */

@media screen and (min-width: 1025px) {
    .heading-block span {
        margin-bottom: 0px;
    }
}


/* 뷰포트의 가로너비가 769px 이상 1024px 이하 : 태블릿 환경 */

@media screen and (min-width: 769px) and (max-width: 1024) {
    .heading-block span {
        margin-bottom: 0px;
    }
}


/* 뷰포트의 가로너비가 768px 이하인 경우 적용 : 모바일 환경 */

@media screen and (min-width: 768px) {
    .heading-block span {
        margin-bottom: 20px;
    }
}