/* reset style */
* {margin: 0; padding: 0; box-sizing: border-box;}
a { color: inherit; text-decoration: none;}
li { list-style: none;}
body { background-color: #FFDB00; font-family: "Noto Sans KR", sans-serif; color:#111111;
    overflow-x: hidden;
}
:root { --main_color_blue:#0058A3;}
/* img { width: 100%; height: 100%; object-fit: cover; } */
/* body, html { 
    overflow: hidden;
} */


/* font */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap'); */

h3.title, .title_se { text-align: center;}
h3.title { font-family: "henriette", sans-serif; font-weight: 700; font-style: italic; font-size:50px;}
.title_se { font-weight:600; font-size: 20px; margin-bottom: 40px; }
.wt { color: #fff;}
.marGB { margin-bottom:100px;}
.inner1700 { max-width: 1700px; margin: 0 auto; }
.inner1440 { max-width: 1440px; margin: 0 auto;}
.inner940 { max-width: 940px; margin:0 auto;}

/* hero */
#hero { width:100%; height: 100vh; margin:60px auto; text-align: center;
}
#hero h1.logo { width: 94%; text-align: right;}
#hero .title { font-size: clamp(2rem, 6vw, 3rem); 
    font-family: "henriette", sans-serif; font-weight: 700; font-style: italic; 
    color: var(--main_color_blue); 
    line-height: 1.2em;
}
.hero_container { width:100%; height: 430px;
     margin: 90px 0 50px; 
     position: relative; 
     overflow: hidden;}

.hero_item_box {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    text-align: center;
}

.hero_item {
    position: absolute;
    width: 100%;
    font-family: "halyard-display", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 223px;
    line-height: 420px;
    color: #fff;
    opacity: 0;
    /* transform: translateY(100%); */
}

.hero_img {
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}
#hero .page_tag_box { width: 90%; margin: auto; height: 50px; display: flex; justify-content: space-between; align-items: center; }
.page_tag_box .page { font-size:24px; font-weight: bold; text-decoration: underline;}
.page_tag_box .hashtag { 
    position: relative;
    width: 100%;
    background-color: #91D86F;
}
.hashtag .tag { 
    position: absolute;
}
.t01 { right: 0; top:2px;}
.t02 { right: 55px; top:5px;}
.t03 { right: 130px; top:-2px;}
.t04 { right: 195px; top:0;}
.t05 { right: 325px; top:-5px;}
.t06 { right: 400px; top:3px;}
.t07 { right: 460px; top:0;}

.page_tag_box .hashtag .tag {
    font-size: 18px;
    line-height: 18px;
    padding: 3px 10px;
    text-align: center;
    background-color: #fff;
    color: #111;
    border: 1px solid #111;
    border-radius: 50px;
    text-align:top;
}
.page_tag_box .hashtag .tag.bk {
    background-color: #111;
    color: #fff;
}


/* style item */
#style { width: 1286px; margin: 100px auto; }
.inner_style { display: flex; gap:8px; flex-wrap: wrap; align-items: center;}
.style_box { width:415px; height: 415px; border-radius: 30px; overflow: hidden; }
.style_box .style_item {  width:100%; height: 100%; padding: 50px; position: relative;
}
.style_box .scan { background-color:#78B9EF; }
.style_box .bohm { background-color:#FF80B3; }
.style_box .contem { background-color:#84CA63; }
.style_box .title { 
    font-family: "henriette", sans-serif; 
    font-weight: 600; 
    font-style: italic; 
    font-size:60px ; 
    line-height:1em;
    color:#fff ; 
    margin-bottom: 40px; 
    text-align: left;
 }
.style_box .title span { 
    display: block;
    font-size: 50px;
    font-weight: 600;
}
.style_box .sub_title { font-size: 16px ; color: #fdfdfd;  }
.style_box .btn_style { width:300px; height: 40px; 
    text-align: center; 
    background-color: #fff; 
    display: block; 
    line-height:35px; 
    border-radius: 20px; 
    position: absolute; left: 50%; transform: translateX(-50%); bottom:40px;
    border: 1px solid #5c5c5c; transition: 0.5s;
}
.style_box .btn_style::after { content: "arrow_circle_right"; font-family:"material symbols rounded" ; font-size: 20px;
    position: absolute; right: 20px; top:3px;}
.style_box .btn_style:hover { 
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5) ; transition: 0.5s;
    border: 1px solid #333;
}
.style_box video { width: 100%; height: 100%; object-fit: cover; }

/* new item */
#new { position: relative;
    /* overflow: hidden; */
}
#new::before {
    content: "";
    position: absolute;
    left:3%; bottom:-10%;
    width: 100px; height: 100px;
    border-radius: 50%;
    background-color: #60BAE1;
}
#new::after {
    content: "";
    position: absolute;
    right:3%; bottom:0;
    width: 59px; height: 59px;
    border-radius: 50%;
    background-color: #FFEF5E;
}
.inner_newcolor { width: 1440px; margin: auto; }
.new_container { width: 100%; height: 750px;
    background: url(./img/new/new_container_bg.png) no-repeat #f3f3f3;
    background-position-y:bottom ;
    border-radius: 80px;
    padding: 50px;
    margin-bottom:100px;
    position: relative; }
.new_container::before {
    content: "";
    position: absolute;
    left:3%; top:-10%;
    width: 59px; height: 59px;
    border-radius: 50%;
    background-color: #AFA5DF;
}
.new_container::after {
    content: "";
    position: absolute;
    right:-12%; bottom:18%;
    width: 100px; height: 100px;
    border-radius: 50%;
    background-color: #91D86F;
}
.new_container .new { font-size:35px; 
    padding: 10px 30px; 
    border: 1px solid #111; border-radius: 50%; 
    display:inline-block;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.new_text_box { 
    display: flex;
    gap: 40px;
    color:#004894 ;
    letter-spacing: -2px;
}
.new_txt01{
    font-size: 128px;
    margin-left:30px;
    line-height: 0.8em;
    
}
.new_txt02 { 
    font-size: 12px;
    margin-top: 50px;
}
.new_txt02 p:first-child { 
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.new_item{position: absolute;}
.new_item>*{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.click_dot{display: block; 
    width:28px; height:28px;  
    background-color:rgba(109,109,109,0.4); 
    border: 1px solid rgba(255,255,255,0.8); 
    border-radius: 50%; z-index: 10;
    cursor: pointer;
}
.click_dot::before {
    content: '';  
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translate(-50%,-50%); 
    width:14px; height:14px; 
    background-color:rgba(255, 255, 255, 0.8); 
    transition: 0.2s; 
    border-radius: 50%; 
}
.click_dot:hover::before { 
    width:18px; 
    height:18px;
}

.new_item .item_popup{
    position: absolute; 
    top: 50%; transform: translateY(-50%);  left: 50px;
    display: none;
    z-index: 99;
}
.dot_pop { position: relative;
    z-index: 10;
}

.item_popup.active {
    display: block;
}

.item_popup.show {
    opacity: 1;
    visibility: visible;
}

/* new items list */
.newitems_list { 
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #f6f6f6;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.newitem { 
    width: 45%;
    display: flex;
    /* align-items: center; */
    gap:20px;
    margin-bottom: 20px;
}
.newitem .img_box { 
    width: 150px; height: 150px;
    background-color:#F6F6F6 ;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newitem .img_box img {
    width: 80%; height: 80%;
    object-fit: cover;
}
/* .newitem .text_box { 
    padding: 30px;
} */
.newitem .item_title { 
    font-size:16px; font-weight: 600;
    margin-bottom: 10px;
}
.newitem .price {
    font-size: 16px ;
    margin-top: 10px;
}
.new_iem01 {left: 250px; top: 300px;}
.new_iem02 { left: 180px; bottom: 200px; }
.new_iem03 { left: 470px; bottom: 175px; }
.new_iem04 { left: 550px; TOP: 280px; }
.new_iem05 { right: 610px; bottom: 230px; }
.new_iem06 { left: 850px; top: 180px; }
.new_iem07 { right: 350px; bottom: 230px; }
.new_iem08 { right: 310px; bottom: 450px; }
.new_iem08 .item_popup { position: absolute; top:-40%; }
.new_iem09 { right:100px; bottom:400px; }
.new_iem09 .item_popup { position: absolute; top: 50%; transform: translateY(-50%);  left:-200px; }

/* color item style */
#color { position: relative;}
#color::before { 
    content: "";
    position: absolute;
    left:1%; bottom:-1%;
    width: 118px; height: 118px;
    border-radius: 50%;
    background-color: #EA6C87;
}
#color::after { 
    content: "";
    position: absolute;
    right:0; top:22%;
    width: 42px; height: 42px;
    border-radius: 50%;
    background-color: #60BAE1;
}
.color_container { 
    width: 100%; height: 750px;
    background-color:#f3f3f3 ;
    border-radius: 80px;
    padding: 50px;
    margin-bottom:100px;
    position: relative; overflow: hidden; }

.color_item { width:90%; height:580px; margin: auto; display: flex; justify-content:space-between; align-items: center; position: absolute; z-index: -1;}
.color_item>.name_tag {
    width: 30%;
    margin-left: 10%;

}
.color_item>.img_box { 
    width: 70%;;
}
.active{z-index: 999;}
.color_menu { width: 100%; height: 110px; position:absolute; left: 0; bottom: 0; display: flex; }
.color_menu>li { 
    width: calc(100%/4); height: 120px;
    display: flex; justify-content: center; align-items: center; 
    font-size:24px; font-weight: bold;
    color:#fff; 
    position: relative;
    background-color: #45A4F4;
    cursor: pointer;
 }
.move_box{width: calc(100% / 4); height: 30px; background-color: #45A4F4; position: absolute; bottom: 110px; left: 0; transition: transform 0.2s;}
.color_menu>li>a { width: 100%; text-align: center; border-right: 3px solid #fff; display:block;  }
.color_menu>li:last-child>a {  border-right: none;}


/* sort&stor style */
.sort_border_dash { width: 100%; height: 100%; border-top: 16px dashed #0058A3;}
.sort_box { width: 100%; height: 876px; background-color: #0058A3; padding: 70px 0 30px}
.slide { width:100%; overflow: hidden; margin-top: 50px; }
.slide_container {
    display: flex;
    gap: 50px;
    width: max-content;
}
.slide_right .slide_container{transform: translateX(-50%); justify-content:flex-end;} 

.slide_item { flex-shrink: 0; }
.slide_item .name { text-align: center; font-family: "henriette", sans-serif; font-weight: 700; font-style: italic; font-size:16px;
    color: #fff; margin: 10px 0; letter-spacing: normal;
}

/* hashtag style */
.hashtag_wrap { width: 100%; height:960px; padding:90px 0 ;
    background: url(./img/hash/hash_bg1.jpg) repeat-x;
}
.hashtag_wrap .slide_container {
    display: flex;
    gap: 50px;
    width: max-content;
    padding: 50px 0;
}

/* coupon style */
.coupon_wrap { width:1700px; margin: auto; height:960px; padding: 120px 0; 
    background:url(./img/coupon_bg.png) no-repeat} 
.title_text_box { width: 100%; 
    display: flex; justify-content: space-between; align-items: center; }
.coupon { width: 40%; font-family: "henriette", sans-serif; font-weight: 700; font-style: italic; font-size: 50px;
    text-align: center; color: #fff;
}
.coupon_item img { margin-bottom: 45px;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
.coupon_item img:hover { filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.6)); }
.text { width: 60%;}
.text span:first-child { font-size:28px; font-weight:800; display: block; margin-bottom: 20px; }
.text span:last-child { font-size:16px;}
.coupon_box { display: flex; justify-content:space-between; align-items: center; margin-top: 120px;}
.btn_down { width: 288px; height:55px; padding: 0 40px;
    display:block; border: 4px solid #0058A3; 
    background-color: #fff; 
    font-size: 16px; font-weight: 500; line-height: 50px;
    border-radius: 80px;
    position: relative;
    transition: 0.5s;
}
.btn_down:hover { background-color: #0058A3; color: #fff;
}
.btn_down:hover.coupon_item img { 
    transform: rotate(24deg);
}
.btn_down::after { content: url(./img/icon_download.png); position: absolute; right: 40px; top:3px; }
.date { text-align: center; font-size: 18px; margin-top: 50px; }
.date>li { margin: 40px 0;}
.date>li.title { font-size:22px; font-weight: bold; position: relative; }
.date>li.title::after { content:url(./img/icon_spring.png); 
    position: absolute; top: 35px; left: 50%; transform: translateX(-50%);
}

/* coupon::donwload style */
.coupon2_wrap { width:1700px; margin: auto; height: 960px;
    background: url(./img/coupon2_bg.png) no-repeat;
    position: relative;
}
.coupon_box2 { width:940px; height: 660px; 
    display:flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
    position: absolute; top: 50%; transform: translateY(-50%);
}
.coupon_box2 img { transition: 0.3s;}
.coupon_box2 img:hover { filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));}
.coupon_box2 .green { position: relative;}
.coupon_box2 .green::before { content:url(./img/sprinkle_flower.png); 
    position: absolute; left: 30px; top:10px; z-index: 6;
    animation: rotatepink 1s ease-in-out infinite;
    transition:0.5s;
 }

 @keyframes rotatepink {
    0% {transform: rotate(0deg); }
    50% {transform: rotate(72deg);}
    100% {transform: rotate(0deg);}

}
.coupon_box2 .green:hover::before { 
    transition: 0.5s;
    z-index: 6;
 }

.coupon_box2 .pink { position: relative;}
.coupon_box2 .pink::before { content:url(./img/sprinkle_smaile.png); 
    position: absolute; right: 30px; top:0; z-index: 6;
    animation: rotateLoop 1s ease-in-out infinite;
    transition: 0.5s;
 }

@keyframes rotateLoop {
    0% {transform: rotate(0deg); }
    50% {transform: rotate(30deg);}
    100% {transform: rotate(0deg);}
}


.coupon_box2 .orange {  position: relative;}
.coupon_box2 .orange::before { content: url(./img/sprinkle_star.png); position: absolute;
    left:-100px; top: 100px; z-index: 6;
    transition: 0.5s;
}
.coupon_box2 .orange:hover::before { content: url(./img/sprinkle_star.png); position: absolute;
    left:-100px; top: 100px;
    transform:translateX(60px) rotate(180deg);
    transition: 0.5s;
}
.coupon_box2 .yellow { position: relative;}
.coupon_box2 .yellow::before { content: url(./img/sprinkle_flash.png); position: absolute;
    right:-30px; top: 180px; z-index:6;
    transition: 0.5s;
}
.coupon_box2 .yellow:hover::before { 
    transform: rotate(180deg) scale(1.5);
    transition: 0.5s;
 }
 .sprinkle.items01 { position: absolute; left:100px; top: 160px;}
 .sprinkle.items02 { position: absolute; right:250px; bottom: 360px;}
 .bgwt { background-color: #fff;}

 /* location style */
.location_wrap { width: 100%; padding: 120px 0;
    background-color: #fff;
}
.location_box  { width: 1440px; margin: auto; display:flex; justify-content:space-between; }
.location_box img { width: 100%; height: 100%; object-fit:cover;}
.store_list { width: 410px; 
    display: flex; flex-flow: column;
    gap : 15px
 }
.store_list>li { width: 100%; background-color:#eee; border-radius:12px ;
    padding: 30px; font-size: 14px;
    cursor:pointer;
    transition: 0.8s;
    }

.store_list>li.active {
    background-color: #45A4F4;
    color: #fff;
}
.store_list>li:hover { background-color:#45A4F4; color: #fff;}
.store_list>li>.title { font-size: 20px; font-weight: 600;}
.store_list>li>p:last-child { color: #45A4F4;}
.store_list>li:hover>p:last-child { color: #fff;}
.store_area { 
    width: 1000px;
    gap:10px;
    display: none;
    /* visibility:hidden; */
}
.show { display: block; display: flex; }
.map { width: 730px; height: 580px; border: 1px solid #979797; overflow:hidden; border-radius:30px; position: relative;}
.popup_map { position:absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    background-color: #fff; padding: 30px; border-radius: 16px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    border: 1px solid #5c5c5c;
}
.popup_map>h4.title { font-weight: bold; font-size:16px; margin-bottom: 10px;}
.popup_map>p { font-size: 12px;}
.popup_map>p:last-child { color: #45A4F4;}
.popup_map .close { position: absolute; right: 20px; top: 10px;}
.store_photo { display: flex; flex-flow: column; justify-content: space-between; }
.store_photo .photo { width:230px; height: 184px; 
    border: 1px solid #979797;
    border-radius:18px; background-color:#C3E3FF;
    overflow: hidden;
    cursor: pointer;
}
.photo:hover>img { 
    transform: scale(1.2);
    transition: 1s;
}
.photo>img { transition: 1s;}

/* service style */
#service { margin-top: 100px; word-break:keep-all;}
.service_wrap { width: 100%; display:flex; gap:10px; align-items: center; }
.service_wrap>div { width:calc(100%/6);}
.service { height:250px; padding:25px; border: 1px solid #45A4F4; border-radius: 12px;
    background-color: #fff;
    position: relative; color: var(--main_color_blue); font-size: 12px;
    transition: 0.6s;
    cursor: pointer;
}
.service:hover { background-color:#45A4F4; color: #fff; transition: 0.6s;}
.service:hover>a { color: var(--main_color_blue);}
.service h4.title { font-size:22px; font-weight: 800;
    margin-bottom: 20px;
}
.btn_go { padding: 5px 40px; background-color: #fff;
    border: 1px solid #0058A3; border-radius: 80px;
    font-family: "henriette", sans-serif; font-weight: 700; font-style: italic;
    font-size: 16px;
    position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
}
/* .btn_go:hover { color: #0058A3; box-shadow: 4px 4px 10px rgba(0,0,0,0.5); transition: 0.3s; } */
.service:last-child { background-color:#0058A3; color: #fff; }


/* join style */
#join { margin-top: 100px; }
.joinbox { border: 3px solid #45A4F4; border-radius: 20px;
    padding: 60px 70px; 
    margin-top: 20px;
    background-color: #fff; font-size: 18px;
    color:var(--main_color_blue);
    display: flex; justify-content:space-between; align-items: center;
}
.title_box { width: 100%;}
.title_box>p { width: 90%; }
.joinbox h4.title { font-size: 35px;
    margin-bottom: 50px;
}
.btn_join { background-color:var(--main_color_blue); width:300px; padding: 10px 0;
    color: #fff; text-align: center; display: block;
    border-radius:80px; 
}
.btn_join.lb { background-color:#45A4F4; }
.btn_join { position: relative;}
.btn_join:hover { background-color:#45A4F4; }
.btn_join:hover.lb { background-color:var(--main_color_blue) ;}
.btn_join>span { position: absolute;}
.sp01 { left:30px; bottom:50PX; }
.sp02 { left:-100px; bottom:-80px; }
.sp03 { left:160px; top:60PX; }
.sp04 { left:200px; bottom:70PX; }
.sp05 { right:-50px; top:30PX; }
.sp11 { left:-50px; top:-60px;}
.sp12 { left:50px; bottom:-70px;}
.sp13 { left:200px; top:-60px;}
.sp14 { right:-50px; bottom:-80px;}


.t11 {animation: t11 3s ease-in-out infinite;}
.t12 {animation: t12 4s ease-in-out infinite;}
.t13 {animation: t13 10s ease-in-out infinite;}
.t14 {animation: t14 4s ease-in-out infinite;}
.t15 {animation: t15 10s ease-in-out infinite;}
.t16 {animation: t16 3s ease-in infinite;}
.t17 {animation: t17 2.5s ease-out infinite;}
.t18 {animation: t18 3s ease infinite;}
.t19 {animation: t19 4s ease-in-out infinite;}
.t20 {animation: t20 3s ease-in-out infinite;}
.sp01 {animation: sp01 5s ease-in-out infinite;}
.sp02 {animation: sp02 5s ease-in-out infinite alternate;}
.sp03 {animation: sp03 5s ease-in-out infinite alternate;}
.sp04 {animation: sp04 5s ease-in-out infinite alternate;}
.sp05 {animation: sp05 5s ease-in-out infinite alternate;}

@keyframes t11 {
    0%,
    100% {transform: translateX(0);}
    50% { transform: translateX(16px);}
}
@keyframes t12 {
    0%,
    100% {transform: translateX(0); }
    50% {transform: translateX(10px);}
}
@keyframes t13 {
    0%,
    100% {transform: rotate(0deg);}
    25% {transform: rotate(15deg);}
    75% {transform: rotate(-15deg);}
}
@keyframes t14 {
    0%,
    100% {transform: translateY(0);}
    50% {transform: translateY(10px);}
}
@keyframes t15 {
    0%,
    100% {transform: rotate(0deg);}
    25% {transform: rotate(6deg);}
    75% {transform: rotate(-6deg);}
}

@keyframes t16 {
    0%,
    100% {transform: translateX(0); }
    50% {transform: translateX(10px);}
}
@keyframes t17 {
    0%,
    100% {transform: translateY(0); }
    50% {transform: translateY(10px);}
}
@keyframes t18 {
    0%,
    100% {transform: translateY(0); }
    50% {transform: translateY(10px);}
}
@keyframes t19 {
    0%,
    100% {transform: translateY(0); }
    50% {transform: translateY(10px);}
}
@keyframes t20 {
    0%,
    100% {transform: translateY(0); }
    50% {transform: translateY(10px);}
}





/* footer style */
#footer_ikea {  width: 100%; overflow: hidden;
position: relative; }
.inner_footer {  width: 1440px; margin: auto;
    padding-top: 160px;
    position: relative;
}
.footer_menu { width: 100%; display:flex; justify-content: center; font-size: 14px; }
.footer_menu>li { padding: 0 50px; }
.footer_menu>li>a { margin-bottom: 30px; font-weight:700; display: block;}
.sub_menu>li { padding-top:5px;}
.sub_menu>li:hover { text-decoration: underline;}
.social_util_wrap { width: 100%; margin-top: 170px; padding-bottom: 30px;
    display: flex; justify-content: space-between;
    border-bottom: 1px solid #111111;
}
.social { display: flex; gap: 10px; }
.util_box select { padding: 15px 20px;
    background-color: #fff;
    font-size: 14px;
    font-weight:bold;
    border: 1px solid #B9B9B9;
    border-radius: 50px;
}
.f_copy_box { width: 100%; margin: 15px 0 60px;
    display: flex; justify-content: space-between;
    font-weight:bold;
}
.f_right { display: flex; gap:25px; font-size: 14px; }
.copyright>li { padding: 5px 0; font-size: 12px;}
.f_img_wrap { width:100%; height:700px; position: relative;  }
.f_img_wrap ul { width:1440px; position:absolute; justify-content: space-between;
    display:flex; left: 50%; transform: translateX(-50%); bottom:180px;
    z-index:1;
}
.copy_bg { width: 100%; min-height:250px; background-color: #45A4F4;
    background: url(./img/footer/footer_bg.png) repeat-x;
    background-position-y:bottom ;
    position: absolute; left: 0; bottom: 0;
    z-index: 2;
}
.img_item { position: absolute;}
.t11 { top:0; right: 0; z-index:5;}
.t12 { top: 100px; left: -160px; z-index:5; }
.t13 { top: -100px; right:-90px; z-index:5;}
.t14 { bottom:-80px; left:30%; z-index:5 }
.t15 { left: -100px; bottom:50%; z-index:5;}