/* */

.max-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.sec-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

/* */

._tit span {
    color: #666666;
}

/* sec-0 */

.sec-0 .container {
    height: 800px;
}

.sec-0 .c-box {
    margin-top: -250px;
}

/* sec-1 */

.sec-1 img {
    box-shadow: 0 10px 15px 0 rgba(0, 13, 56, 0.1);
}

.image-container {
    overflow: hidden;
    display: inline-block;
}
  
.image-container img {
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.1); /* 1.1배 확대 */
}

/* sec-2 */

.sec-2 .container {
    width: 488px;
    height: 488px;
}

.sec-2 .c-box {
    display: none;
}

/* sec-3 */

.sec-3 .line-top {
    border-top: 1px solid #3B88DD !important;
}

.sec-3 .line-bottom {
    border-bottom: 1px solid #3B88DD !important;
}

.sec-3-tit {
    margin: 0 auto;
}

.sec-3-tit span {
    width: 290px;
    height: 47px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
}

/* sec-4 */

.owl-scrollbar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 2px;
    background: #F1F1F1;
}

.owl-scrollbar .bar {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 0%;
    margin: 0;
    background: #000;
    transition: width 0.3s ease;
}

.owl-scrollbar .bar:after {
    display: none;
}

/* sec-5 */

.sec-5 .card {
    border: 0 !important;
}

.sec-5 .card .ratio {
    border-radius: 0 !important;
}

.sec-5 .card-body {
    margin: 15px 0 0;
    padding: 0;
}

.sec-5 .grid div._fir {
    border: 1px solid #3B88DD;
}

.sec-5 .grid div._fir:hover {
    border: 1px solid #3B88DD;
    background-color: #3B88DD;
}

.sec-5 .grid div._fir:hover .text-primary {
    color: #fff !important;
}

.sec-5 .grid div._fir:hover .btn-primary {
    background-color: #fff !important;
    color: #3B88DD;
}

/* 서브 비주얼 */

.sub-visual {
    position: relative;
    overflow: hidden;
    height: 470px;
    border-bottom: 1px solid #D7D7D7;
}

.sub-visual .grid {
    height: 470px;
}

.sub-visual .bg {
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    /* transform: scale(1.3); */
}

.sub-visual .bg {
    position: relative;
    z-index: 0;
}

/* .sub-visual .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: -1;
} */

.sub-visual.active .bg {
    opacity: 1;
    transform: scale(1) rotate(0.01deg);
    transition: transform 5s ease .3s, opacity 2s ease 1s;
}

.sub-visual._10 .bg {
    background-image: url(../img/shop/visual_10.jpg);
}

.sub-visual._20 .bg {
    background-image: url(../img/shop/visual_20.jpg);
}

.sub-visual._30 .bg {
    background-image: url(../img/shop/visual_30.jpg);
}

.sub-visual._50 .bg {
    background-image: url(../img/shop/visual_50.jpg);
}

.sub-visual._60 .bg {
    background-image: url(../img/shop/visual_60.jpg);
}

.sub-visual._70 .bg {
    background-image: url(../img/shop/visual_70.jpg);
}

.sub-visual._80 .bg {
    background-image: url(../img/shop/visual_80.jpg);
}

.inner {
    margin: 0 auto;
}

.sub-visual .txt {
    padding: 0 20px;
    /* opacity: 0; */
    width: 100%;
    /* color: #fff; */
    text-align: left;
}

.sub-visual.active .txt {
    -webkit-mask-image: linear-gradient(-70deg, rgba(0, 0, 0, 0) 47.5%, rgba(0, 0, 0, 1) 52.5%);
    -webkit-mask-size: 250% 100%;
    animation: reveal 7s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.sub-visual h2 {
    font-size: 24px !important;
    font-weight: 600;
}

/* 상품정렬 */

.card-horizontal {
    flex-direction: row;
}

.card-horizontal .card-img-wrapper {
    width: 40%;
    max-width: 300px;
    flex-shrink: 0;
}

.card-horizontal .card-img-top {
    flex: 0 0 40%;
    max-width: 40%;
    height: auto;
}

.card-horizontal .card-body {
    flex: 1;
}

#itemGrid._line .col {
    padding: 0 0 25px;
    border-bottom: 1px solid #ddd;
}

/* 상품목록 */

.btn-sort a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #979797;
    border-radius: 999px;
}

.btn-sort a:nth-child(4) {
    background-color: #979797;
}

/* 상품상세 */

#sit_info {
    display: none;
}

/* 푸터 */

.site-footer-wrap {
    background-color: #383838 !important;
    color: #fff;
}

.site-footer-wrap .max-1200 strong {
    color: #3B88DD;
}

.site-footer-wrap .max-1200 ul li {
    padding: 2px 0;
}

.site-footer-wrap .max-1200 ul li a {
    color: #fff;
}

/* */

/* shop view */

.ug-gallery-wrapper .ug-slider-wrapper {
    background-color: #fff !important;
}

.ug-gallery-wrapper .ug-strip-panel {
    background-color: #fff !important;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default {
    display: none;
}

#sit_ov_from .col-lg-6 .list-group-item a {
    color: #979797;
}

#sit_ov_from .col-lg-6 .list-group-item p {
    color: #979797;
    line-height: 1.7;
}

/* main-consult-btn */

.main-consult-btn button {
    padding: 2px 20px;
    background-color: #D7D7D7;
    border-radius: 999px;
    color: #fff;
}

.ctt_aboutus ._2 ul li {
    padding: 3px 0;
}

.carousel-indicators [data-bs-target] {
    width: 13px;
    margin-right: 5px;
}

#itemGrid {
    opacity: 0;
    transition: opacity 0.3s ease;
}