/* BASIC css start */
.titlebox.center{
    text-align:center;
    margin-bottom:35px;
}

.titlebox.center .titleh2{
    font-size:30px;
    
}

.products{
    padding-top:75px;
}


/*ÆÇ¸Å°¡°Ý ÆùÆ®»ö»ó*/
.c_line {color:#000 !important;}
.p_price {color:#ff0000 !important;}


/*°Ô½ÃÆÇ ÆùÆ® »ö»ó*/
.q_tit {color:#000 !important;}
.date {color:#000 !important;}
.titleh5 {color:#000 !important;}
.view_more {color:#000 !important;}

/*Ä«Å×°í¸® ½½¶óÀÌ´õ*/
.categorySwiper{
    padding:75px 0 75px;
}

.categorySwiper .owl-item{
    text-align:center;
}

.categorySwiper .owl-item img{
    display:inline-block;
}

.categorySwiper .owl-item p{
    margin-top:15px;
    font-size:20px;
    line-height:25px;
}

.categorySwiper .owl-nav .owl-prev{
    position:absolute;
    width:28px;
    height:54px;
    top:50%;
    left:-70px;
    margin-top:-47px;
    background-image:url(/design/glorygagu/pc/img/slider_arrow_left_black.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center;
    text-indent:-999999px;
}

.categorySwiper .owl-nav .owl-next{
    position:absolute;
    width:28px;
    height:54px;
    top:50%;
    right:-70px;
    margin-top:-47px;
    background-image:url(/design/glorygagu/pc/img/slider_arrow_right_black.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center;
    text-indent:-999999px;
}

.categorySwiper .owl-dots{
    display:none;
}

/* ¿À´Ã ±Û·Î¸®°¡±¸ */
.todaySpecial{
    padding:50px 0 100px;
    background:#f5f5f5;
    overflow:hidden;
}

.todaySpecial *{
    line-height:1.2;
    box-sizing:border-box;
}

.todaySpecial a{
    position:relative;
    display: block;
    height: 350px;
    background: #fff;
}

.todaySpecial .conTitle{
    text-align:center;
    margin-bottom:50px;
}

.todaySpecial .conTitle p{
    font-size:20px;
    margin-top:18px;
}

.todaySpecial .itemWrap{
    height: 350px;
    width: 920px;
    margin: auto 30px;
}

.todaySpecial .imgWrap{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 470px;
    height: 350px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    z-index: 1;
    
}

.todaySpecial .imgWrap img{
    display:block;
    width:100%;
    opacity:0;
}

.todaySpecial .textWrap{
    position: relative;
    height: 350px;
    padding:30px 30px 30px 500px;
    background:#fff;
}

.todaySpecial .textWrap .name {
    margin: 16px 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: rgb(0, 0, 0);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.todaySpecial .textWrap .copy {
    font-size: 16px;
    color: rgb(119, 119, 119);
}

.todaySpecial .textWrap .price_info {
    position: absolute;
    left: 500px;
    bottom: 60px;
    z-index: 1;
}

.todaySpecial .price_info .sale {
    float: left;
    padding-right: 15px;
    font-size: 50px;
    color: #992221;
    margin-right: 5px;
    margin-top:0;
    letter-spacing: -2px;
}

.todaySpecial .price_info .sale span {
    font-size: 30px;
}

.todaySpecial .price_info .price_detail {
    font-size: 16px;
    display: inline-block;
    position: relative;
    min-width: 80px;
    line-height: 1.2;
    margin-top: 9px;
}

.todaySpecial .price_info .price_detail .normal_price {
    bottom: 32px;
    font-size: 14px;
    color: #a9a9a9;
}

.todaySpecial .sale_price {
    font-weight: 600;
    margin-left: 6px;
    font-size: 28px;
    color: #992221;
}

.todaySpecial .time_infor {
    position: absolute;
    left: 470px;
    right: 0px;
    bottom: 0px;
    clear: both;
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 600;
    border-top: 1px solid rgb(238, 238, 238);
}

.todaySpecial .time_infor span {
    font-size: 12px;
    margin-right: 5px;
    font-weight:600;
}

.todaySpecial .owl-carousel,
.todaySpecial .owl-carousel .owl-stage-outer{
    width:982px;
    margin:0 auto;
    overflow: visible;
}

.todaySpecial .owl-carousel:after,
.todaySpecial .owl-carousel:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    z-index: 2;
}

.todaySpecial .owl-carousel:before {
    right: 105%;
    margin-right: -22px;
    background: rgba(0, 0, 0, 0.4);
}

.todaySpecial .owl-carousel:after {
    left: 105%;
    margin-left: -22px;
    background: rgba(0, 0, 0, 0.4);
}

.todaySpecial .owl-carousel .owl-nav{
    display:block !important;
}

.todaySpecial .owl-carousel .owl-nav > div{
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 155px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 15;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0.6;
}

.todaySpecial .owl-carousel .owl-nav > div:hover{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.todaySpecial .owl-carousel .owl-nav > div.owl-prev{
    background: url(/design/glorygagu/pc/img/slider_arrow_left.png) no-repeat 0 0;
    left: -20px;
}

.todaySpecial .owl-carousel .owl-nav > div.owl-next {
    background: url(/design/glorygagu/pc/img/slider_arrow_right.png) no-repeat 0 0;
    right: -20px;
}

/*³õÄ¡¸é ÈÄÈ¸ÇÒ ±âÈ¹Àü PROMOTION */
.specialPlan .productul li{
    float:left;
    width:240px;
    margin-right:20px;
}

.specialPlan .productul li:nth-child(5n){
    margin-right:0;
}

.specialPlan .productul li .p_text{
    padding:15px 0;
    color:#000; /* 2024³â Ãß°¡ */
}

/*¿ÀÇÁ¶óÀÎ ¼¥*/
.videoConWrap{
    padding:60px 0;
    margin:0 0;
    background:#f8f8f8;
    /*min-height: 400px;*/
}

.videoConWrap .videoCon{
    position:relative;
    padding-right:750px;
}

.videoConWrap .videoCon .textWrap{
    padding-top:50px;
}

.videoConWrap .videoCon .textWrap h2{
    font-size:48px;
    line-height:48px;
    color:#000;
}

.videoConWrap .videoCon .textWrap span.sub_text_01{
    display:block;
    font-size:14px;
    line-height:14px;
    color:#000;
    margin:20px 0;
}

.videoConWrap .videoCon .textWrap span.sub_text_02{
    display:block;
    font-size:28px;
    line-height:28px;
    color:#000;
}

.videoConWrap .videoCon .textWrap span.sub_text_03{
    display:block;
    font-size:14px;
    line-height:20px;
    color:#000;
    margin:10px 0 0;
}

.videoConWrap .videoCon .textWrap a.CSSbuttonBlack{
    display: block;
    width: 115px;
    line-height: 46px;
    margin-top: 50px;
    font-size: 16px;
}

.videoConWrap .videoCon iframe{
    position:absolute;
    top:0;
    right:0;
}

/*ÁöÁ¡º° Tab Menu*/
.tabGoods.products{
    padding:80px 0 0;
}

.tabGoods .tabBtn{
    margin-bottom:50px;
}

.tabGoods .tabBtn ul:after{
    display:block;
    clear:both;
    content:'';
}

.tabGoods .tabBtn ul li{
    float:left;
    width:33.333%;
}

.tabGoods .tabBtn ul li a{
    display:block;
    line-height:60px;
    text-align:center;
    font-size:20px;
    color:#999;
    border:2px solid #f7f7f7;
    border-right:1px solid #e1e1e1;
    background:#f7f7f7;
    transition:all 0.2s;
}

.tabGoods .tabBtn ul li:last-child a{
    border-right:2px solid #f7f7f7;
}

.tabGoods .tabBtn ul li a.active{
    color:#555;
    border:2px solid #555;
    background:#fff;
}

.tabGoods .tabCon .tabConWrap{
    display:none;
}

.tabGoods .tabCon .tabConWrap.on{
    display:block;
}

.tabGoods .tabCon .tabConWrap .btnWrap{
    padding:100px 0 80px;
    border-bottom:1px solid #ddd;
}

.tabGoods .tabCon .tabConWrap .btnWrap .view_btn{
    margin:0 auto;
    
}

.tabGoods .tabCon .owl-carousel ul li{
    width:305px;
}

.tabGoods .tabCon .owl-carousel ul li .p_img{
    min-height:228px;
}

.tabGoods .tabCon .owl-carousel .owl-nav{
    display:none;
}

/*½½¶óÀÌ´õ nav*/
.owl-dots{
    position:absolute;
    left:0;
    bottom:-50px;
    width:100%;
    text-align:center;
}

.owl-dot{
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:10px;
    background:#ccc;
    border-radius:5px;
}

.owl-dot:last-child{
    margin-right:0;
}

.owl-dot.active{
    background:#222; 
}

/*½Ç½Ã°£ ¼îÇÎ·©Å·*/
.keyWordWrap.products{
    padding:80px 0;
    background:#f8f8f8;
}

.keyWordWrap .titlebox.center{
    margin-bottom:0;
}

.keyWordWrap .titlebox.center p{
    margin-top:10px;
    font-size:18px;
    color:#666;
}

.keyWordWrap .keyWordText{
    float:left;
    width:200px;
}

.keyWordWrap .keyWordImg{
    float: left;
    width: 1050px;
    padding: 38px 0 0 30px;
}

.keyWordWrap .keyWordText p{
    font-size: 18px;
    color: #666;
    line-height: normal;
    font-weight: 500;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
}

.keyWordWrap .keyWordText ul li a{
    display:block;
    clear: both;
    padding: 13px 10px;
    font-size:14px;
    color:#000;
    line-height:20px;
    border-bottom: 1px solid #e5e5e5;
    transition:all 0.5s ease-in-out;
}

.keyWordWrap .keyWordText ul li a span{
    float:right;
}

.keyWordWrap .keyWordText ul li a:hover{
    font-size:16px;
    color:#ff0000;
    background:#fafafa;
    font-weight:bold;
}

.keyWordWrap .keyWordImg ul li{
    float:left;
    width:200px;
    height:150px;
    margin:0 0 10px 10px;
}

.keyWordWrap .keyWordImg ul li:nth-child(1){
    width:630px;
    height:470px;
    margin:0;
}

.keyWordWrap .keyWordImg ul li:nth-child(6),
.keyWordWrap .keyWordImg ul li:nth-child(7){
    margin-bottom:0;
}

.keyWordWrap .keyWordImg ul li a{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.keyWordWrap .keyWordImg ul li a img{
    width:100%;
    opacity:0;
}

.keyWordWrap .keyWordImg ul li a .hoverText{
    display:none;
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.6);
}

.keyWordWrap .keyWordImg ul li a:hover .hoverText{
    display:block;
}

.keyWordWrap .keyWordImg ul li a .hoverText .p_text{
    padding:15px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.keyWordWrap .keyWordImg ul li a .hoverText .p_tit,
.keyWordWrap .keyWordImg ul li a .hoverText .p_price{
    color:#fff;
    font-size:13px;
    line-height: 1.2rem;
    margin: 0;
}

.keyWordWrap .keyWordImg ul li a .hoverText .c_line{
     color:#666;
    font-size:13px;
}

.offline_store_info_wrap.container{
    margin-top:30px;
}

/*3box banner*/
.bannerBoxWrap{
    width:1280px;
    margin:0 auto 50px;
}

.bannerBoxWrap:after{
    clear:both;
    display:block;
    content:'';
}

.bannerBoxWrap > div{
    float:left;
    width:410px;
    padding-right:20px;
}

.bannerBoxWrap > div:nth-child(3){
    padding-right:0;
}

.bannerBoxWrap > div.banner_box1 .banner_slider img{
    width:410px;
    height:230px;
}

.bannerBoxWrap > div.banner_box1 .banner_slider .owl-dots{
    bottom:5px;
}

.bannerBoxWrap > div.banner_video .popUpWrap{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -10;
    opacity:0;
    
    transition:all 0.5s;
}

.bannerBoxWrap > div.banner_video .popUpWrap .bg_mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0);
    
    transition:all 0.5s;
}

.bannerBoxWrap > div.banner_video .popUpWrap .videoWrap{
    width: 960px;
    height: 540px;
    border: 10px solid #000;
    position: relative;
    left: 50%;
    margin-left: -480px;
    top: 50%;
    margin-top: -300px;
    opacity:0;
    
    transition:all 0.5s;
}

.bannerBoxWrap > div.banner_video .popUpWrap .videoWrap .popUpCloseBtn{
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 10px;
    display: block;
    background: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    opacity:0;
    
    transition:0.3s;
}

.bannerBoxWrap > div.banner_video .popUpWrap .videoWrap .popUpCloseBtn:after{
    content: '´Ý±â';
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    background: #000;
    opacity:0;
    
    transition:all 0.3s;
}

.bannerBoxWrap > div.banner_video .popUpWrap .videoWrap iframe{
    width: 100%;
    height: 100%;
}

.bannerBoxWrap > div.banner_video .popUpWrap .videoWrap:hover .popUpCloseBtn{
    opacity:1;
}

.bannerBoxWrap > div.banner_video .popUpWrap .videoWrap .popUpCloseBtn:hover:after{
    opacity:1;
}

.bannerBoxWrap > div.banner_video .popUpWrap.active{
    opacity:1;
    z-index:99999;
}

.bannerBoxWrap > div.banner_video .popUpWrap.active .bg_mask{
    background:rgba(0,0,0,0.8);
}

.bannerBoxWrap > div.banner_video .popUpWrap.active .videoWrap{
    opacity:1;
}

.bannerBoxWrap > div.banner_video .thum_imgWrap img{
    width:410px;
    height:230px;
}

.bannerBoxWrap > div.banner_box3 .boardTit{
    position:relative;
    border-bottom:1px solid #000;
    font-weight:bold;
    font-size:18px;
    color: #000;
    line-height:35px;
    margin-bottom:10px;
}

.bannerBoxWrap > div.banner_box3 .boardTit .moreViewBtn{
    position:absolute;
    display:block;
    top:0;
    right:0;
    padding:5px;
}

.bannerBoxWrap > div.banner_box3 ul li a{
    padding: 5px 0;
    display: block;
    font-size:13px;
}

.bannerBoxWrap > div.banner_box3 ul li a:after{
    display:block;
    clear:both;
    content:'';
}

.bannerBoxWrap > div.banner_box3 ul li a span.subject{
    float:left;
    width:300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:10px;
    color: #000;
}

.bannerBoxWrap > div.banner_box3 ul li a span.date{
    float:right;
    width:100px;
    text-align:right;
    font-size:13px;
    color: #000;
}

.re_text img{
    width:200px !important;
    height: auto !important;
}

/* store */
.store {width: 100%;max-width: 1902px;margin: 0 auto;}
.store .tit {margin-bottom: 20px;}
.store .tit img {width: 100%;}
.store-map {text-align: center;position: relative;}
.store-map .areaWrap > div {position: absolute;}
.store-map .areaWrap .area1 {top: 252px;left: 380px;}
.store-map .areaWrap .area2 {left: 380px;top: 390px;}
.store-map .areaWrap .area3 {top: 527px;left: 380px;}
.store-map .areaWrap .area4 {top: 666px;left: 380px;}
.store-map .areaWrap .area5 {top: 807px;left: 380px;}
.store-map .areaWrap .area6 {top: 946px;left: 380px;}
.store-map .areaWrap .area7 {top: 1086px;left: 380px;}
.store-map .areaWrap > div span.tel {background: none !important;position: absolute;right: 0;}
.store-map .areaWrap p {width: 612px;font-size: 24px;color: #020000;text-align: left;}




.list-theme {
    font-size: 0;
    text-align: center;
}

.list-theme > div {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-bottom: 50px;
}

.list-theme > div:nth-child(8n+1) {
    margin-left: 0;
}

.reviewul>li{ margin-right: 20px !important;}
/* BASIC css end */

