@charset "UTF-8";
/* 메인 관련 */
#contents.main {
    padding-top: 0;
    padding-bottom: 0;
}
#contents.main > h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
#contents.main .conts {
    /* 메인 상단 */
    /* 인트로 이미지 */
    /* 빌보드 */
    /* 지점 */
    /* 컬처 */
    /* 팝업스토어 */
    /* 중단 배너 영역 */
    /* 샵 나우 */
    /* 트렌드뉴스 */
    /* 브랜드 */
    /* 서브 - 쇼핑 뉴스 */
    /* //서브 - 쇼핑 뉴스 */
}
#contents.main .conts .max.ui_main_top {
    position: relative;
    width: 100%;
    max-width: 2560px;
    min-width: 1920px;
    height: -webkit-calc(max(min(2560px, 100vw), 1920px) * 0.4583);
    height: -moz-calc(max(min(2560px, 100vw), 1920px) * 0.4583);
    height: calc(max(min(2560px, 100vw), 1920px) * 0.4583);
    overflow: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
#contents.main .conts .intro_visual {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
#contents.main .conts .intro_visual img {
    width: 100%;
}
#contents.main .conts .billboard {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#contents.main .conts .billboard .slide_wrap {
    position: relative;
    width: 62.5%;
    height: 100%;
}
#contents.main .conts .billboard .slide_wrap .slide_content .slide_conts .inner_box img {
    width: 100%;
}
#contents.main .conts .billboard .slide_wrap .indi_progress {
    left: 240px;
    right: 383px;
    bottom: 53px;
}
#contents.main .conts .billboard .slide_wrap .indi_progress .track {
    background-color: rgba(255, 255, 255, 0.2);
}
#contents.main .conts .billboard .slide_wrap .indi_progress .track .current {
    background-color: rgb(255, 255, 255);
}
#contents.main .conts .billboard .slide_wrap .indi_wrap {
    bottom: 68px;
}
#contents.main .conts .billboard .slide_wrap .indi_wrap .indi_control {
    position: absolute;
    right: 120px;
    width: 28px;
    height: 28px;
    background-image: url("../../images/webhome2/ico_pause_28_white.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .billboard .slide_wrap .indi_wrap .indi_control.play {
    background-image: url("../../images/webhome2/ico_play_28_white.png");
}
#contents.main .conts .billboard .slide_wrap .slide_controls {
    top: initial;
    left: initial;
    right: 188px;
    bottom: 68px;
}
#contents.main .conts .billboard .slide_wrap .slide_controls .btn_arrow {
    width: 28px;
    height: 28px;
}
#contents.main .conts .billboard .slide_wrap .slide_controls .btn_arrow.prev {
    margin-right: 8px;
    width: 28px;
    height: 28px;
    background-image: url("../../images/webhome2/ico_arrow_right_28_white.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .billboard .slide_wrap .slide_controls .btn_arrow.next {
    width: 28px;
    height: 28px;
    background-image: url("../../images/webhome2/ico_arrow_right_28_white.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .billboard .side_banner {
    position: relative;
    width: 37.5%;
    height: 100%;
}
#contents.main .conts .billboard .side_banner img {
    width: 100%;
}
#contents.main .conts .local_shop {
    margin-top: 96px;
}
#contents.main .conts .local_shop > h3 > a {
    display: inline-block;
    padding-left: 0;
    padding-right: 48px;
    border-color: transparent;
    text-decoration: none;
}
#contents.main .conts .local_shop > h3 > a > span {
    font-size: 40px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-family: "Happiness-Sans-Title";
    vertical-align: middle;
}
#contents.main .conts .local_shop > h3 > a:after {
    content: "";
    display: inline-block;
    margin-top: 6px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 12px;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-image: url("../../images/webhome2/ico_dropdown_40.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .local_shop .sel_wrap {
    display: inline-block;
}
#contents.main .conts .local_shop .sel_wrap .ui-select-button {
    padding-left: 0;
    padding-right: 48px;
    border-color: transparent;
}
#contents.main .conts .local_shop .sel_wrap .ui-select-button .ui-select-text {
    font-size: 40px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-family: "Happiness-Sans-Title";
    vertical-align: middle;
}
#contents.main .conts .local_shop .sel_wrap .ui-select-button .ico {
    top: 14px;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url("../../images/webhome2/ico_dropdown_40.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .local_shop > dl {
    margin-top: 56px;
}
#contents.main .conts .local_shop > dl > dt {
    position: absolute;
    top: -10px;
    right: 0;
    text-align: right;
    z-index: 1;/* 2023-04-17 추가 */
}
#contents.main .conts .local_shop > dl > dt > a {
    text-decoration: none;
}
#contents.main .conts .local_shop > dl > dt > a > strong {
    display: block;
    font-size: 100px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#contents.main .conts .local_shop > dl > dt > a > span {
    display: inline-block;
    padding-left: 24px;
    background-color: #FFFFFF;
    font-size: 35px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .local_shop > dl > dd .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
#contents.main .conts .local_shop > dl > dd .info > div {
    height: 232px;
    position: relative; /* 2023-04-17 추가 */
}

/* 2023-04-17 추가 [S] */
#contents.main .conts .local_shop > dl > dd .info > div > a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    background: -webkit-linear-gradient(281.52deg, rgba(0, 0, 0, 0) 11.61%, rgba(0, 0, 0, 0.5) 85.71%);
    background: -moz-linear-gradient(281.52deg, rgba(0, 0, 0, 0) 11.61%, rgba(0, 0, 0, 0.5) 85.71%);
    background: linear-gradient(168.48deg, rgba(0, 0, 0, 0) 11.61%, rgba(0, 0, 0, 0.5) 85.71%);
}

#contents.main .conts .local_shop > dl > dd .info > div > a > .btn_wrap{
    position:absolute;
    bottom: 0;
    right: 0;
}

#contents.main .conts .local_shop > dl > dd .info > div > a > .btn_wrap > .linkbtn {
    color: #fff;
    width: 200px;
}

/* 2023-04-17 추가 [E] */


#contents.main .conts .local_shop > dl > dd .info > div > a > img {
    width: 804px;
    height: 232px;
}
#contents.main .conts .local_shop > dl > dd .info > div + div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 56px;
    width: 100%;
    border-top: 1px solid #171A19;
}
#contents.main .conts .local_shop > dl > dd .info > div + div > div {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
}
#contents.main .conts .local_shop > dl > dd .info .today {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .local_shop > dl > dd .info .time {
    margin-top: 20px;
}
#contents.main .conts .local_shop > dl > dd .info .time > ul > li {
    display: inline-block;
    width: -webkit-calc(50% - 14px);
    width: -moz-calc(50% - 14px);
    width: calc(50% - 14px);
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .local_shop > dl > dd .info .time > ul > li > strong {
    display: inline-block;
    margin-left: 14px;
}
#contents.main .conts .local_shop > dl > dd .info .time > ul > li:nth-child(3), #contents.main .conts .local_shop > dl > dd .info .time > ul > li:nth-child(4) {
    margin-top: 12px;
}
#contents.main .conts .local_shop > dl > dd .info .time > ul > li:before {
    top: 10px;
}
#contents.main .conts .local_shop > dl > dd .info .time > ul > li.full {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#contents.main .conts .local_shop > dl > dd .info .info_link {
    margin-top: 32px;
}
#contents.main .conts .local_shop > dl > dd .info .info_link > ul > li {
    display: inline-block;
}
#contents.main .conts .local_shop > dl > dd .info .info_link > ul > li > a {
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .local_shop > dl > dd .info .info_link > ul > li > a::before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
}
#contents.main .conts .local_shop > dl > dd .info .info_link > ul > li.floor > a:before {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/main/ico_floor_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .local_shop > dl > dd .info .info_link > ul > li.food > a:before {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/main/ico_food_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .local_shop > dl > dd .info .info_link > ul > li.parking > a:before {
    width: 32px;
    height: 32px;
    background-image: url("../../images/webhome2/main/ico_parking_32.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .local_shop > dl > dd .info .info_link > ul > li + li {
    margin-left: 56px;
}
#contents.main .conts .local_shop > dl > dd .news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px;
}
#contents.main .conts .local_shop > dl > dd .news > div:first-child {
    position: relative;
    width: 443px;
    border-top: 1px solid #171A19;
}
#contents.main .conts .local_shop > dl > dd .news > div:first-child > h4 {
    position: absolute;
    top: -13px;
    right: 0;
    width: 106px;
    padding-left: 32px;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .local_shop > dl > dd .news > div:first-child .more {
    position: absolute;
    bottom: 16px;
    right: 72px;
    text-decoration: underline;
}
#contents.main .conts .local_shop > dl > dd .news > div:first-child .more:hover {
    color: #00815A;
}
#contents.main .conts .local_shop > dl > dd .news > div:first-child .more:hover > span {
    color: inherit;
}
#contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li {
    position: relative;
    display: inline-block;
}
#contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li > a {
    display: block;
    overflow: hidden;
    width: 310px;
    height: 240px;
}
#contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li > a::before {
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(257.74deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
    background: -moz-linear-gradient(257.74deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
    background: linear-gradient(192.26deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.6) 92.31%);
}
#contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li > a > img {
    width: 100%;
}
#contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li > a > dl {
    visibility: hidden;
    position: absolute;
    bottom: 24px;
    left: 24px;
}
#contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li > a > dl > dt {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li > a > dl > dd {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li > a:hover::before, #contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li > a:focus::before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li > a:hover > dl, #contents.main .conts .local_shop > dl > dd .news > div:last-child > ul > li > a:focus > dl {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#contents.main .conts .culture {
    position: relative;
    margin-top: 180px;
}
#contents.main .conts .culture > h3 {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 32px;
    font-size: 32px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.5px;
    font-family: "Happiness-Sans-Title";
}
#contents.main .conts .culture .list01 > li {
    width: 351px;
}
#contents.main .conts .culture .list01 > li > a::before {
    visibility: visible;
    opacity: 1;
    background: -webkit-linear-gradient(281.52deg, rgba(0, 0, 0, 0) 11.61%, rgba(0, 0, 0, 0.5) 85.71%);
    background: -moz-linear-gradient(281.52deg, rgba(0, 0, 0, 0) 11.61%, rgba(0, 0, 0, 0.5) 85.71%);
    background: linear-gradient(168.48deg, rgba(0, 0, 0, 0) 11.61%, rgba(0, 0, 0, 0.5) 85.71%);
}
#contents.main .conts .culture .list01 > li > a > dl {
    visibility: visible;
}
#contents.main .conts .culture .list01 > li > a > dl > dt {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .culture .list01 > li > a > dl > dd {
    margin-top: 8px;
    font-size: 16px;
}
#contents.main .conts .culture .list01 > li > a .txt {
    visibility: visible;
    font-size: 22px;
}
#contents.main .conts .culture .slide_wrap {
    margin-left: 20px;
    width: 100%;
}
#contents.main .conts .culture .slide_wrap .slide_content {
    overflow: initial !important;
    width: 472px;
    width: 25%;
    margin-left: 10%;
}
#contents.main .conts .culture .slide_wrap .slide_content .slide_track .slide_conts {
    padding-right: 12px;
}
#contents.main .conts .culture .slide_wrap .slide_controls {
    left: 50%;
    right: initial;
    top: -54px;
    margin-left: 690px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
#contents.main .conts .culture .slide_wrap .slide_controls .btn_arrow {
    width: 28px;
    height: 28px;
}
#contents.main .conts .culture .slide_wrap .slide_controls .btn_arrow.prev {
    right: 12px;
    width: 28px;
    height: 28px;
    background-image: url("../../images/webhome2/ico_arrow_right_28_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .culture .slide_wrap .slide_controls .btn_arrow.next {
    right: 0;
    width: 28px;
    height: 28px;
    background-image: url("../../images/webhome2/ico_arrow_right_28_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .culture .slide_wrap .slide_controls .btn_arrow > span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
#contents.main .conts .culture .rolling_wrap {
    position: relative;
    height: 472px;
}
#contents.main .conts .culture .rolling_wrap .list_wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
}
#contents.main .conts .culture .rolling_wrap .list_wrap .list01 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 1920px;
    height: 100%;
    left: 50%;
    margin-left: -720px;
    font-size: 0;
}
#contents.main .conts .culture .rolling_wrap .list_wrap .list01 > li {
    position: relative;
    width: 472px;
    height: 472px;
    margin-left: 0;
    margin-right: 9px;
}
#contents.main .conts .culture .rolling_wrap .list_wrap .list01 > li img {
    width: 472px;
}
#contents.main .conts .culture .rolling_wrap .slide_controls {
    width: 1440px;
    height: 28px;
    top: -54px;
    left: 50%;
    text-align: right;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
#contents.main .conts .popup_store {
    position: relative;
    margin-top: 180px;
}
#contents.main .conts .popup_store > h3 {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 32px;
    font-size: 32px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.5px;
    font-family: "Happiness-Sans-Title";
}
#contents.main .conts .popup_store .list02 > li > a {
    width: 351px;
}
#contents.main .conts .popup_store .list02 > li > a .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}
#contents.main .conts .popup_store .rolling_wrap {
    width: 1440px;
    height: 493px;
}
#contents.main .conts .popup_store .rolling_wrap .list_wrap .list02 > li {
    width: 351px;
    height: 493px;
    margin-left: 0;
    margin-right: 9px;
}
#contents.main .conts .popup_store .rolling_wrap .list_wrap .list02 > li > a::before {
    content: none;
}
#contents.main .conts .popup_store .rolling_wrap .slide_controls {
    width: 1440px;
    height: 28px;
    top: 20px;
    left: 0;
    text-align: right;
}
#contents.main .conts .banner_wrap {
    margin-top: 120px;
}
#contents.main .conts .banner_wrap > h3 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
#contents.main .conts .banner_wrap > ul > li {
    display: inline-block;
    width: 714px;
}
#contents.main .conts .banner_wrap > ul > li + li {
    margin-left: 9px;
}
#contents.main .conts .banner_wrap > ul > li img {
    width: 100%;
}
#contents.main .conts .shop_now {
    margin-top: 120px;
}
#contents.main .conts .shop_now > h3 {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 32px;
    font-size: 32px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.5px;
    font-family: "Happiness-Sans-Title";
}
#contents.main .conts .shop_now > ul > li {
    display: inline-block;
    width: 426px;
}
#contents.main .conts .shop_now > ul > li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 32px 20px;
    border-top: 1px solid #EAEBEA;
    border-bottom: 1px solid #EAEBEA;
    text-decoration: none;
}
#contents.main .conts .shop_now > ul > li a:after {
    content: "";
    position: absolute;
    top: initial;
    left: initial;
    bottom: 32px;
    right: 20px;
    width: 80px;
    height: 24px;
    background-image: url("../../images/webhome2/main/ico_main_arrow_gate.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    z-index: 10;
}
#contents.main .conts .shop_now > ul > li a > dl {
    display: inline-block;
}
#contents.main .conts .shop_now > ul > li a > dl > dt {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .shop_now > ul > li a > dl > dd {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .shop_now > ul > li a.hdf:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 56px;
    height: 56px;
    background-image: url("../../images/webhome2/main/ico_shop01.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .shop_now > ul > li a.hddot:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 56px;
    height: 56px;
    background-image: url("../../images/webhome2/main/ico_shop02.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .shop_now > ul > li a.hdm:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 56px;
    height: 56px;
    background-image: url("../../images/webhome2/main/ico_shop03.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .shop_now > ul > li + li {
    margin-left: 78px;
}
#contents.main .conts .trend_news {
    position: relative;
    width: 100%;
    height: 840px;
    margin-top: 180px;
}
#contents.main .conts .trend_news > h3 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.5px;
    font-family: "Happiness-Sans-Title";
}
#contents.main .conts .trend_news > h3 > span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .trend_news .flow_tag {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden;
}
#contents.main .conts .trend_news .flow_tag .tag_slider {
    position: relative;
    width: 100%;
    height: 312px;
}
#contents.main .conts .trend_news .flow_tag .tag_slider > ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#contents.main .conts .trend_news .flow_tag .tag_slider > ul .word {
    display: block;
    white-space: nowrap;
    font-size: 240px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#contents.main .conts .trend_news .tile_list > dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 840px;
    overflow: hidden;
}
#contents.main .conts .trend_news .tile_list > dl > dt {
    margin-right: 44px;
    font-size: 80px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .trend_news .tile_list > dl > dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 840px;
}
#contents.main .conts .trend_news .tile_list > dl > dd .ui_auto_slider {
    position: relative;
    width: 351px;
    height: 100%;
    margin-left: 12px;
    overflow: hidden;
}
#contents.main .conts .trend_news .tile_list > dl > dd .list01 {
    display: inline-block;
}
#contents.main .conts .trend_news .tile_list > dl > dd .list01 > li {
    display: block;
    width: 351px;
    height: 351px;
    margin: 0;
    margin-top: 12px;
}
#contents.main .conts .trend_news .tile_list > dl > dd .list01 > li > a::before {
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #171A19;
}
#contents.main .conts .trend_news .tile_list > dl > dd .list01 > li > a.ui_autoslider_elem.on::before {
    visibility: visible;
    opacity: 0.4;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#contents.main .conts .trend_news .tile_list > dl > dd .list01 > li > a.ui_autoslider_elem.on > dl,
#contents.main .conts .trend_news .tile_list > dl > dd .list01 > li > a.ui_autoslider_elem.on .txt {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#contents.main .conts .trend_news .tile_list > dl > dd .list01 + ul {
    margin-left: 12px;
}
#contents.main .conts .brand {
    margin-top: 180px;
}
#contents.main .conts .brand .head_wrap {
    width: 1440px;
    margin: 0 auto;
}
#contents.main .conts .brand h3 {
    display: inline-block;
    margin-right: 64px;
    font-size: 32px;
    font-weight: 900;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.5px;
    font-family: "Happiness-Sans-Title";
}
#contents.main .conts .brand .tabs {
    display: inline-block;
}
#contents.main .conts .brand .tab_conts {
    margin-top: 26px;
    margin-bottom: -1px;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box > div {
    overflow: hidden;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box > div img {
    width: 100%;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big {
    position: relative;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big:hover {
    cursor: pointer;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > a {
    display: block;
    /* 키보드 운용 전용 */
    /* //키보드 운용 전용 */
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > a > img {
    width: 100%;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(257.74deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.3) 92.31%);
    background: -moz-linear-gradient(257.74deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.3) 92.31%);
    background: linear-gradient(192.26deg, rgba(0, 0, 0, 0) 18.01%, rgba(0, 0, 0, 0.3) 92.31%);
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > dl {
    position: absolute;
    bottom: 64px;
    right: 72px;
    width: 340px;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > dl > dt {
    font-size: 48px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > dl > dd {
    margin-top: 8px;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > dl > dd > p {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > dl > dd .btn_wrap {
    margin-top: 32px;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > dl > dd .btn_wrap .linkbtn {
    width: 172px;
    padding: 8px 70px 7px 16px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 2px solid #FFFFFF;
    background-color: transparent;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > dl > dd .btn_wrap .linkbtn > span {
    color: #FFFFFF;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > dl > dd .btn_wrap .linkbtn:after {
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/ico_arrow_link_white_thick.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .big > dl > dd .btn_wrap .linkbtn:focus:after {
    top: 50% !important;
    right: 16px !important;
    left: initial !important;
    -webkit-transform: translateY(-50%) !important;
       -moz-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box > div:nth-child(1) {
    -webkit-box-flex: 5.23;
    -webkit-flex: 5.23 1 0;
       -moz-box-flex: 5.23;
        -ms-flex: 5.23 1 0px;
            flex: 5.23 1 0;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box > div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box > div:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0.1px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0.1px;
            flex: 1 1 0.1px;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .small {
    position: relative;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .small .txt_info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .small .txt_info > a {
    padding-top: 35%;
}
s #contents.main .conts .brand .slide_wrap .slide_conts .inner_box .small .txt_info > a:active {
    outline: none;
    border: none;
}
#contents.main .conts .brand .slide_wrap .slide_conts .inner_box .small .txt_info > a > span {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .brand .slide_wrap .slide_controls {
    height: 28px;
    top: -48px;
    -webkit-transform: translateX(688px);
       -moz-transform: translateX(688px);
        -ms-transform: translateX(688px);
            transform: translateX(688px);
}
#contents.main .conts .brand .slide_wrap .slide_controls > button {
    width: 28px;
    height: 28px;
    background-image: url("../../images/webhome2/ico_arrow_right_28_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
#contents.main .conts .brand .slide_wrap .slide_controls > button + button {
    margin-left: 12px;
}
#contents.main .conts .no_side .tit_wrap {
    padding: 72px 0 64px;
    text-align: center;
}
#contents.main .conts .no_side .tit_wrap h3 {
    font-size: 40px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .no_side .view_wrap .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 36px;
    border-top: 1px solid #171A19;
    border-bottom: 1px solid rgba(23, 26, 25, 0.1);
}
#contents.main .conts .no_side .view_wrap .head h4 {
    font-size: 22px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .no_side .view_wrap .head span {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.main .conts .no_side .view_wrap .cont {
    padding-top: 64px;
    text-align: center;
}
#contents.main .conts .no_side .view_wrap .cont div {
    /*width: 764px;*/
    margin: 0 auto;
}
#contents.main .conts .no_side .view_wrap .cont div img {
    width: 100%;
}
#contents.main .conts .no_side .view_wrap .cont.no_tit {
    padding-top: 0;
}
#contents.main .conts .no_side .view_wrap .cont.no_tit div {
    width: 570px;
}

/* 메인 레이어 팝업 */
.lay_pop.main {
    position: fixed;
    top: 278px;
    left: -webkit-calc(50% - 160px);
    left: -moz-calc(50% - 160px);
    left: calc(50% - 160px);
    width: 320px;
    z-index: 100;
}
.lay_pop.main .lay_wrap {
    padding: 0;
}
.lay_pop.main .lay_wrap .lay_tit {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
.lay_pop.main .lay_wrap .lay_conts .inner_box > img {
    width: 100%;
}
.lay_pop.main .lay_wrap .lay_conts .inner_box > a > img {
    width: 100%;
}
.lay_pop.main .lay_wrap .lay_conts .slide_wrap .indi_wrap {
    left: 20px;
    right: initial;
    bottom: 21px;
    height: 2px;
}
.lay_pop.main .lay_wrap .lay_conts .slide_wrap .indi_wrap .indi_conts > li {
    display: inline-block;
    margin-right: 4px;
}
.lay_pop.main .lay_wrap .lay_conts .slide_wrap .indi_wrap .indi_conts > li .btn_indi {
    width: 14px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}
.lay_pop.main .lay_wrap .lay_conts .slide_wrap .indi_wrap .indi_conts > li.on .btn_indi {
    background-color: rgb(255, 255, 255);
}
.lay_pop.main .lay_wrap .lay_conts .slide_wrap .slide_controls {
    top: initial;
    left: initial;
    right: 28px;
    bottom: 32px;
}
.lay_pop.main .lay_wrap .lay_conts .slide_wrap .slide_controls .btn_arrow {
    width: 20px;
    height: 20px;
}
.lay_pop.main .lay_wrap .lay_conts .slide_wrap .slide_controls .btn_arrow.prev {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_arrow_right_20_white.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.lay_pop.main .lay_wrap .lay_conts .slide_wrap .slide_controls .btn_arrow.next {
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/ico_arrow_right_20_white.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.lay_pop.main .lay_wrap .lay_footer {
    padding: 16px 20px;
    background-color: #171A19;
}
.lay_pop.main .lay_wrap .lay_footer .btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.lay_pop.main .lay_wrap .lay_footer .btn_wrap > button span {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* //메인 레이어 팝업 */
/*# sourceMappingURL=maps/main.css.map */