@font-face url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* font-family: 'Noto Sans KR', sans-serif; */
/* color: #0048ff; */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
li {
    list-style: none;
}
#jk_wrap {
    width: 100%;
    max-width: 1920px;
    font-family: 'Noto Sans KR', sans-serif;
}
.black {
    width: 100%;
    height: 52px;
    background: black;
    z-index: 100;
}
.jk_line {
    width: 1500px;
    height: 1px;
    background: #d6d6d6;  
    margin: 120px auto;
}

/* 바로가기 */
.jk_direct {
    width: 80%;
    height: 250px;
    position: relative;
    margin: auto;
}
.direct_ct1 {
    width: 620px;
    height: 120px;
    background: #0048ff;
    color: white;
    font-weight: 800;
    font-size: 50px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    left: 70px;
    
}
.direct_ct2 {
    width: 620px;
    height: 120px;
    background: #0048ff;
    color: white;
    font-weight: 800;
    font-size: 50px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    right: 70px;
}



/*메인*/
.slideimg {
    width: 100%;
    position: relative;
    height: 1500px;
    font-family: 'Noto Sans KR', sans-serif;
}
.jk_main_text {
    background: url(http://img22.phps.kr/tgreen09/2020/09/11/JK/images/main_text.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 1500px;
}
.jk_tip {
    width: 200px;
    height: 200px;
    background: #0048ff; 
    z-index: 11;
    position: absolute;
    top: 0;
    left: 150px;
    color: white;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 38px;
}
.slideimg img {
    width: 100%;
    height: 1500px;
    position: absolute;
    top: 0;
    left: 0;
}
.slideimg .ss1 {
    background: url(http://img22.phps.kr/tgreen09/2020/09/11/JK/images/main1.jpg) no-repeat center top;
    background-size: cover;
    z-index: 5;
}
.slideimg .ss2 {
    background: url(http://img22.phps.kr/tgreen09/2020/09/11/JK/images/main2.jpg) no-repeat center top;
    background-size: cover;
}
.slideimg .ss3 {
    background: url(http://img22.phps.kr/tgreen09/2020/09/11/JK/images/main3.jpg) no-repeat center top;
    background-size: cover;
}
.slideimg .ss4 {
    background: url(http://img22.phps.kr/tgreen09/2020/09/11/JK/images/main4.jpg) no-repeat center top;
    background-size: cover;
}
.slideimg .ss5 {
    background: url(http://img22.phps.kr/tgreen09/2020/09/11/JK/images/main5.jpg) no-repeat center top;
    background-size: cover;
}
.slideimg .ss6 {
    background: url(http://img22.phps.kr/tgreen09/2020/09/11/JK/images/main6.jpg) no-repeat center top;
    background-size: cover;
}
.slideimg .ss7 {
    background: url(http://img22.phps.kr/tgreen09/2020/09/11/JK/images/main7.jpg) no-repeat center top;
    background-size: cover;
}
        
   

/*앵커바*/
.jk_bar {
    width: 100%;
    height: 220px;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
}
.jk_bar li {
    width: 20%;
    float: left;
    cursor: pointer;
}
.jk_bar img {
    width: 100%;
    display: -webkit-box;
    box-shadow: 0 1px #d6d6d6;
}
.spot1 img:last-child {
    display:none;
}
.spot1:hover img:first-child { 
    display:none;
}
.spot1:hover img:last-child { 
    display:inline-block;
    display: -webkit-box;
}

.spot2 img:last-child {
    display:none;
}
.spot2:hover img:first-child { 
    display:none;
}
.spot2:hover img:last-child { 
    display:inline-block;
    display: -webkit-box;
}

.spot3 img:last-child {
    display:none;
}
.spot3:hover img:first-child { 
    display:none;
}
.spot3:hover img:last-child { 
    display:inline-block;
    display: -webkit-box;
}

.spot4 img:last-child {
    display:none;
}
.spot4:hover img:first-child { 
    display:none;
}
.spot4:hover img:last-child { 
    display:inline-block;
    display: -webkit-box;
}

.spot5 img:last-child {
    display:none;
}
.spot5:hover img:first-child { 
    display:none;
}
.spot5:hover img:last-child { 
    display:inline-block;
    display: -webkit-box;
}


/* 쿠폰 */
.jk_coupon {
    width: 100%;
    clear: both;
    font-family: 'Noto Sans KR', sans-serif;
}
.cp_title {
    font-weight: 900;
    font-size: 125px; 
    text-align: center;
    margin-top: 200px;
    color: #0048ff;
}
.cp_sub {
    font-weight: 500;
    font-size: 45px;
    line-height: 70px;
    text-align: center;
    margin-top: 120px; 
    color: #5d5d5d;
}
.cp_img {
    width: 1500px;
    height: 700px;
    background: url(../images/cp.png) no-repeat center;
    background-size: contain;
    margin: auto;
    margin-top: 120px;
}
.cp_txt {
    font-weight: 500;
    font-size: 45px;
    line-height: 70px;
    text-align: center;
    margin-top: 120px; 
    color: #5d5d5d;
}


/*상품*/
.jk_product {
    width: 100%;
    margin-top: 120px;
}
.pd_title {
    font-weight: 800;
    font-size: 65px;
    text-align: center;
    color: #0048ff;
}
.pd_box {
    width: 65%;
    height: 1200px;
    margin: auto;
    margin-top: 120px;
}
.pd_con {
    position: relative;
    width: 21%;
    height: 500px;
    z-index: 10;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    color: black;
    margin: 0 2% 3% 2%;
}
.pd_con2 {
    position: relative;
    width: 21%;
    height: 500px;
    z-index: 10;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    margin: 3% 2% 0 2%;
    color: black;
}
.pd_event {
    width: 50px;
    height: 50px;
    background: #0048ff;
    color: white;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 12.5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    padding-top: 5px;
    font-family: 'Noto Sans KR', sans-serif;
}
.pd_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pd_txt {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    padding: 10px 0;
}
.pd_brand {
    font-weight: 500;
    font-size: 15px;
}
.pd_name {
    font-weight: 400;
    font-size: 15px;
    margin: 5px 0;
}
.pd_sale {
    font-weight: 800;
    font-size: 20px;
    color: #0048ff;
}
.pd_money {
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    color: #b4b4b4;
    margin-left: 8px;
}
.jk_top {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #0048ff;
}