/* BASIC css start */
/*--------------------------------------------------------------------------------
//
//            °øÅë
//
--------------------------------------------------------------------------------*/
body header{
    border-bottom:none;
}

body header.fixed{
    border-bottom:1px solid #e9e9e9;;
}

section{
    margin-bottom:100px;
   
}


.more-link {
    font-size: 16px; /* '´õº¸±â >'ÀÇ Å©±â Á¶Á¤ */
    color: #999; /* ÆÄ¶õ»ö ¸µÅ© ½ºÅ¸ÀÏ */
    text-decoration: none;
    margin-left: 20px; /* ÅØ½ºÆ®¿Í °£°Ý */
}

.more-link:hover {
   
}




section h3.secTit {
    display: flex; /* Flexbox »ç¿ë */
    justify-content: space-between; /* °ø°£À» ¾çÂÊÀ¸·Î Á¤·Ä */
    align-items: center; /* ¼¼·Î·Î °¡¿îµ¥ Á¤·Ä */
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.0;
}

section h3.secTit a {
    display: inline-block;
    font-size: inherit; /* »óÀ§ h2ÀÇ ÆùÆ® Å©±â¿Í µ¿ÀÏ */
    font-weight: inherit;
    text-decoration: none; /* ¹ØÁÙ Á¦°Å */
    
}



section h2.secTit,
section h2.secTit a{
      display:block;
      font-size: 26px;
    font-weight: 600;
    line-height: 1.0;
}

section h2.secTit span.icon{
    display: inline-block;
    margin-top: -7px;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}



.secTit2,
.secTit2 a{
    
    margin-bottom:40px;
      font-size: 20px;
    font-weight: 500;
    line-height: 1.0;
}

.secTit2 span.icon{
    display: inline-block;
    margin-top: -7px;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}




.rankBadge {
    position: absolute;
    top: 0px; /* »ó´Ü À§Ä¡ */
    right: 0px; /* ¿ÞÂÊ À§Ä¡ */
    width: 32px; /* ³Êºñ */
    height: 32px; /* ³ôÀÌ */
    background-color: #000; /* ¹è°æ»ö: ºí·¢ */
    color: #fff; /* ÅØ½ºÆ® »ö»ó: È­ÀÌÆ® */
    
    display: flex;
    align-items: center; /* ÅØ½ºÆ® ¼¼·Î Áß¾Ó Á¤·Ä */
    justify-content: center; /* ÅØ½ºÆ® °¡·Î Áß¾Ó Á¤·Ä */
    font-size: 14px; /* ÅØ½ºÆ® Å©±â */
    font-weight: bold; /* ÅØ½ºÆ® ±½±â */
    z-index: 1; /* ÀÌ¹ÌÁö À§¿¡ Ç¥½Ã */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* ±×¸²ÀÚ Ãß°¡ */
}

/*--------------------------------------------------------------------------------
//
//            section01
//
--------------------------------------------------------------------------------*/
.mainSec01 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mainSec01 .swiper {
padding-top:50px;
    width: 100%;
    height: 450px; /* ¹è³Ê ³ôÀÌ ¼³Á¤ */
    position: relative;
}

.mainSec01 .swiper-slide {
    width: 1920px; /* ½½¶óÀÌµå ³Êºñ ¼³Á¤ */
    position: relative;
}

.mainSec01 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ÀÌ¹ÌÁö Å©±â ºñÀ² À¯Áö */
}

.mainSec01 .textBox {
    position: absolute;
    bottom: 20%;
    left: 5%;
    color: #fff;
    text-align: left;
}

.mainSec01 .textBox strong {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.mainSec01 .textBox span {
    font-size: 18px;
    line-height: 1.5;
}

/* Swiper navigation styles */
.mainSec01 .swiper-button-next,
.mainSec01 .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
}

/* Pagination styles */
.mainSec01 .swiper-pagination {
    bottom: 10px;
}

/*--------------------------------------------------------------------------------
//
//            section02
//
--------------------------------------------------------------------------------*/
.mainSec02 .box1{
    width:300px;
    padding:48px 0 25px;
    text-align:center;
}

.mainSec02 .box1 .text01{
    width:300px;
}

.mainSec02 .box1 .text01{
    display:block;
    font-size:24px;
    font-weight:500;
    line-height:32px;
}

.mainSec02 .box1 .text02{
    display:block;
    margin-bottom:20px;
    font-size:50px;
    font-weight:500;
    line-height:57px;
    font-family:'Georgia';
}

.mainSec02 .box1 .text03{
    display:block;
    margin-bottom:55px;
    font-size:13px;
    line-height:19px;
}

.mainSec02 .box1 .text04{
    display:block;
    font-size:13px;
    font-weight:500;
    line-height:17px;
}

.mainSec02 .box2{
    width:1450px;
}

.mainSec02 .box2 ul li{
    width:225px;
    margin-right:20px;
}

.mainSec02 .box2 ul li:last-child{
    margin-right:0;
}

.mainSec02 .box2 ul li span{
    display:block;
    padding-top:12px;
    text-align:center;
    line-height:19px;
    font-size:14px;
    font-weight:500;
}

/*--------------------------------------------------------------------------------
//
//            section03
//
--------------------------------------------------------------------------------*/
.mainSec03 img{
    display:block;
    width:100%;
}

/*--------------------------------------------------------------------------------
//
//            section04
//
--------------------------------------------------------------------------------*/
section.mainSec04 h2.secTit, section.mainSec04 h2.secTit a{
    margin-bottom:30px;
}


.mainSec04 {

    padding:0 0 100px 0;
    width: 1280px;
    margin: 0 auto;

}


.mainSec04 .tabBtn{
    padding:0 0 40px;
}


.mainSec04 .bestSellTab{
    display:none;
}

.mainSec04 .bestSellTab:nth-child(1){
    display:block;
}

.mainSec04 .tabBtn li{
    margin-right:40px;
}

.mainSec04 .tabBtn li:last-child{
    margin-right:0;
}

.mainSec04 .tabBtn li a{
    display:block;
    font-size:20px;
    color:#969696;
    font-weight:500;
}

.mainSec04 .tabBtn li.active a{
    color:#000;
}


/*--------------------------------------------------------------------------------
//
//            mainSec05
//
--------------------------------------------------------------------------------*/
.mainSec05 ul li{
    position:relative;
    width:570px;
    margin-right:20px;
}

.mainSec05 ul li:last-child{
    margin-right:0;
}

.mainSec05 ul li .textBox{
    position:absolute;
    bottom:60px;
    left:30px;
}

.mainSec05 ul li .textBox strong{
    display:block;
    margin-bottom:30px;
    font-size:44px;
    font-weight:400;
    line-height:50px;
    color:#fff;
}

.mainSec05 ul li .textBox .hashTag span{
    display:inline-block;
    margin-right:2px;
    padding:0 15px;
    font-size: 13px;
    line-height:28px;
    text-align:center;
    background:#fff;
    border-radius:14px;
}

/*--------------------------------------------------------------------------------
//
//            mainSec06
//
--------------------------------------------------------------------------------*/
section.mainSec06 h2.secTit, section.mainSec06 h2.secTit a{
    margin-bottom:30px;
}

.mainSec06 {
   padding:0 0 100px 0;
    width: 1280px;
    margin: 0 auto;

}

.mainSec06 .tabBtn{
    padding:0 0 40px;
}


.mainSec06 .bestSellTab{
    display:none;
}

.mainSec06 .bestSellTab:nth-child(1){
    display:block;
}

.mainSec06 .tabBtn li{
    margin-right:40px;
}

.mainSec06 .tabBtn li:last-child{
    margin-right:0;
}

.mainSec06 .tabBtn li a{
    display:block;
    font-size:20px;
    color:#969696;
    font-weight:500;
}

.mainSec06 .tabBtn li.active a{
    color:#000;
}

/*--------------------------------------------------------------------------------
//
//            mainSec07
//
--------------------------------------------------------------------------------*/
.mainSec07 .leftBox,
.mainSec07 .rightBox{
    width:850px;
}

.mainSec07 .leftBox{
    margin-right:50px;
}

.mainSec07 .planBox{
    position:relative;
    padding-left:650px;
}

.mainSec07 .box1{
    position:absolute;
    width:630px;
    top:0;
    left:0;
}

.mainSec07 .goodsListWrap ul li{
    margin-bottom:15px;
}

.mainSec07 .goodsListWrap ul li:last-child{
    margin-bottom:0;
}

.mainSec07 .goodsListWrap ul li .textBox{
    padding-top:10px;
}

.mainSec07 .swiper-button-next,
.mainSec07 .swiper-button-prev{
    width:50px;
    height:50px;
}

.mainSec07 .swiper-button-next:after,
.mainSec07 .swiper-button-prev:after{
    font-size:21px;
    color:#000;
}

.mainSec07 .swiper-button-next, 
.mainSec07 .swiper-rtl .swiper-button-prev{
    top:-65px;
    right:0;
}
.mainSec07 .swiper-button-prev,
.mainSec07 .swiper-rtl .swiper-button-next{
    top:-65px;
    left:auto;
    right:50px;
}


















/* BASIC css end */

