@charset "utf-8";

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE 3.0 PLUS
 * File         :    skin.css
 * SUMMARY      :    스킨 디자인(메인)
 */

/* 본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다. */


/* 상하단 -------------------------------------------------------------------------------------------------------------------------------- */

/* 헤더 ======================================== */
.sc_Header {padding: 30px 0; box-sizing: border-box; position: relative; z-index: 100; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.sc_Header:before {content:""; width:100%; height:1px; background: #000; position:absolute; left:0; bottom:0; z-index:-1;}
.sc_Header:before {opacity: 0.1; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.sc_Header li {list-style: none;}
.sc_Header .layout_fix {max-width: 100%;}
.sc_Header .wrapping {display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 0 30px;}

.sc_Header .logo_box {display: flex; flex-direction: column; justify-content: center; align-items: center;}
.sc_Header .logo_box .layout_fix {padding-right:0px !important; margin:0;}
.sc_Header .logo_box a {font-size: 0;}
.sc_Header .logo_box .tx {font-size: 23px; font-weight: 700; color: #333; display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis;}
.sc_Header .logo_box .tx {-webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3; text-align: center;}
.sc_Header .logo_box img {max-width: 100%;}
.sc_Header .logo_box img.this_black {}
.sc_Header .logo_box img.this_white {display: none;}

.sc_Header .nav_box {flex: 1;}
.sc_Header .nav_box .swipe_box {}
.sc_Header .nav_box .swipe_box .nav_ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.sc_Header .nav_box .swipe_box .nav_li {position: relative; display:flex; justify-content: flex-start; align-items: center; flex-direction:row;}
.sc_Header .nav_box .type_event {margin-left:20px; }
.sc_Header .nav_box .type_event:before {content:""; width:1px; height:14px; background: rgba(0, 0, 0, 0.1); position:absolute; left:-10px; top:50%; margin-top:-7px;}
.sc_Header .nav_box .type_event+ .type_event {margin-left:0px; padding-left:0px;}
.sc_Header .nav_box .type_event+ .type_event:before {display:none;}

.sc_Header .nav_box .first_menu {font-size: 15px; color: #171719; font-weight: 700; white-space: nowrap; padding: 10px; box-sizing: border-box; line-height: 1;}
.sc_Header .nav_box .first_menu .menu {position: relative;}
.sc_Header .nav_box .first_menu .menu:before {content: ''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 7px; background: #171719; z-index: -1;}
.sc_Header .nav_box .first_menu .menu:before {opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20); transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.sc_Header .nav_box .first_menu .menu:before {-webkit-transform: scaleX(0); transform: scaleX(0); will-change: transform; transform-origin: top right; -webkit-transform-origin: top right;}
.sc_Header .nav_box .first_menu .menu:before {transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1);  -webkit-transition : transform 800ms cubic-bezier(0.19, 1, 0.22, 1);}
.sc_Header .nav_box .hit .first_menu {color: #ad6fdc;}
.sc_Header .nav_box .hit .first_menu .menu { opacity: 1 !important; filter: alpha(opacity=100) !important; -ms-filter:alpha(opacity=100) !important;}
.sc_Header .nav_box .hit .first_menu .menu:before {background: #ad6fdc; -webkit-transform-origin: top left; transform-origin: top left; -webkit-transform: scaleX(1); transform: scaleX(1);}
.sc_Header .nav_box .type_event .first_menu .menu {opacity: 0.5; filter: alpha(opacity=50); -ms-filter:alpha(opacity=50);}

.sc_Header .nav_box .depth_box {position: absolute; left: -15px; top: 30px; padding-top: 15px; z-index: 300; min-width: 130px; display: none;}
.sc_Header .nav_box .depth_box ul {border: 1px solid #171719; background: #fff; padding: 15px 0; box-sizing: border-box;}
.sc_Header .nav_box .depth_box .second_menu {width: 100%; padding: 10px 40px 10px 25px; box-sizing: border-box;}
.sc_Header .nav_box .depth_box .tx {font-size: 14px; color: #888; font-weight: 500; white-space: nowrap; position: relative; line-height: 1;}
.sc_Header .nav_box .depth_box .tx:before {content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: #888;}
.sc_Header .nav_box .depth_box .tx:before {transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out;}

.sc_Header .other_menu {}
.sc_Header .other_menu .layout_fix {padding-left:0px !important;}
.sc_Header .other_menu ul {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; margin-right:-10px;}
.sc_Header .other_menu li {display: flex; flex-direction: column; justify-content: center; align-items: center;}
.sc_Header .other_menu .btn {background-repeat: no-repeat !important; background-position: center center !important; background-size: 20px !important; width: 40px; height: 40px; position: relative;}
.sc_Header .other_menu .btn_search {background-image: url('../images/skin/header_search.svg');}
.sc_Header .other_menu .btn_my {background-image: url('../images/skin/header_user.svg');}
.sc_Header .other_menu .btn_slide {background-image: url('../images/skin/header_slide.svg');}
.sc_Header .other_menu .btn_cart {background-image: url('../images/skin/header_cart.svg');}
.sc_Header .other_menu .btn_cart .dot {position: absolute; right: 1px; top: 4px; width: 6px; height: 6px; background: #e10000; border: 1px solid #e10000;}
.sc_Header .other_menu .btn_cart .dot {box-sizing: border-box; border-radius: 100px; z-index: 1; font-size: 0;}

.sc_Header .search_open {position:absolute; left:0; top:0; width:100%; box-sizing:border-box; z-index:400; background:#fff; visibility: hidden;}
.sc_Header .search_open {padding:50px 0; box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2); opacity: 0; -ms-filter:alpha(opacity=0); filter:alpha(opacity=0);}
.sc_Header .search_open .inner {max-width: 500px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
.sc_Header .search_open .tit {font-size: 35px; font-weight:600; color: #000; line-height: 1;}
.sc_Header .search_open .form_box {position:relative; margin-top:20px; width: 100%;}
.sc_Header .search_open .input_search {border-bottom:2px solid #000; width:100%; box-sizing:border-box; padding-right:60px; font-size: 19px; height:60px; color:#000;}
.sc_Header .search_open .input_search:focus {border-color:#ad6fdc;}
.sc_Header .search_open .btn_search {position:absolute; right:0; top: 0; height:60px; width:50px; z-index:1; background: transparent url('../images/skin/header_search.svg') center no-repeat; background-size:25px !important;}
.sc_Header .search_open .close_btn {margin-top:30px; width: 30px; height: 30px; background: transparent url('../images/skin/header_close.svg') center no-repeat; background-size: 14px !important;}
.sc_Header .search_open .keyword_box {display: flex; flex-direction: row; justify-content: center; align-items: flex-start; flex-wrap: wrap; margin-top: 15px; max-height: 100px; overflow: hidden; gap:5px}
.sc_Header .search_open .keyword_box .link {padding:0 10px; box-sizing: border-box; height: 30px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; border:1px solid #eee; border-radius:5px;}
.sc_Header .search_open .keyword_box .tx {font-size:12px; color: #888; line-height: 1; position: relative;}
.sc_Header .search_open.if_search_open {opacity: 1; -ms-filter:alpha(opacity=100); filter:alpha(opacity=100); visibility: visible;}
.sc_Header .search_open.if_search_open {transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out;}

body.if_main .sc_Header {position: absolute; left: 0; top: 0; width: 100%;}
body.if_main .sc_Header:before {background: #fff;}
body.if_main .sc_Header .logo_box img.this_black {display: none;}
body.if_main .sc_Header .logo_box img.this_white {display: block;}
body.if_main .sc_Header .logo_box .tx {color:#fff;}
body.if_main .sc_Header .nav_box .first_menu {color: #fff;}
body.if_main .sc_Header .nav_box .type_event:before {background: rgba(255, 255, 255, 0.3);}
body.if_main .sc_Header .other_menu .btn_search {background-image: url('../images/skin/header_search_white.svg');}
body.if_main .sc_Header .other_menu .btn_my {background-image: url('../images/skin/header_user_white.svg');}
body.if_main .sc_Header .other_menu .btn_cart {background-image: url('../images/skin/header_cart_white.svg');}
body.if_main .sc_Header .other_menu .btn_slide {background-image: url('../images/skin/header_slide_white.svg');}


/* 푸터 ======================================== */
.sc_Footer {margin-top: 100px; padding-bottom: 100px; border-top: 1px solid #eeeef5; box-sizing: border-box;}
.sc_Footer li {list-style:none;}
.sc_Footer .layout_fix {max-width: 100%;}

.sc_Footer .top_wrap {display:flex; flex-direction:row; justify-content: space-between; align-items: center; gap:10px;}
.sc_Footer .top_wrap {border-bottom: 1px solid #171719; padding: 20px 0; box-sizing: border-box;}
.sc_Footer .menu_box {display: flex; flex-direction:row; justify-content: flex-start; align-items: flex-start; flex-wrap:wrap; gap:15px;}
.sc_Footer .menu_box .menu {font-size:13px; color:#171719; padding:10px 0; box-sizing: border-box; line-height: 1;}
.sc_Footer .sns_box {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; gap: 5px;}
.sc_Footer .sns_box li {display: flex; flex-direction: column; justify-content: center; align-items: center;}
.sc_Footer .sns_box .btn_sns {width: 35px; height: 35px; border-radius:100px;}
.sc_Footer .sns_box .btn_sns img {width: 100%;}

.sc_Footer .conts_wrap {display:flex; justify-content: space-between; align-items: flex-start; flex-direction:row; gap:30px; margin-top: 30px;}
.sc_Footer .info_box {display:flex; flex-direction:row; justify-content: flex-start; align-items: center; flex-wrap:wrap; font-size:12px; flex:1}
.sc_Footer .info_box {gap:5px 15px; color:#a7a7b4; max-width:600px;}
.sc_Footer .info_box .site_name {font-size: 18px; color: #171719; font-weight: 900; line-height: 1; width:100%; margin-bottom: 10px;}
.sc_Footer .info_box .txt {line-height: 1.3; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.sc_Footer .info_box .txt.type_host {width:100%;}
.sc_Footer .info_box .btn_info {text-decoration:underline;}
.sc_Footer .info_box .copyright {margin-top:15px; width:100%; font-size: 12px; color: #171719; font-weight: 700;}

.sc_Footer .cs_box {display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; gap: 30px; flex:none}
.sc_Footer .cs_box .service {display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; gap:5px;}
.sc_Footer .cs_box .service .tel {font-size:25px; color: #171719; font-weight: 700; line-height: 1;}
.sc_Footer .cs_box .service .open_time {font-size: 13px; color: #171719; line-height: 1.5;}
.sc_Footer .cs_box .bank {display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; gap:10px}
.sc_Footer .cs_box .bank .tit {font-size: 16px; color: #171719; font-weight: 700;}
.sc_Footer .cs_box .bank .list {display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; gap: 5px;}
.sc_Footer .cs_box .bank li {font-size: 13px; color: #a7a7b4; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.sc_Footer .cs_box .bank .bank_name {padding-right: 8px; margin-right: 5px; box-sizing: border-box; position: relative; font-weight: 500;}
.sc_Footer .cs_box .bank .bank_name:before {content: ''; position: absolute; right: 0; top: 50%; width: 3px; height: 3px; margin-top: -1px;}
.sc_Footer .cs_box .bank .bank_name:before {background: #c7c7d5; border: 1px solid #c7c7d5; border-radius: 100px; box-sizing: border-box;}

.sc_Footer .auth {display:flex; justify-content: flex-start; align-items:center; flex-direction:row; gap:10px; flex-wrap:wrap; margin-top:30px;}
.sc_Footer .auth .ssl {border:1px solid #e5e5e5; border-radius:6px; display:flex; justify-content:center; align-items:center; flex-direction:column; box-sizing:border-box;}
.sc_Footer .auth .ssl * {height:40px;}
.sc_Footer .auth .pg {display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 10px;}
.sc_Footer .auth .pg .guide {font-size: 11px; color: #a7a7b4; line-height: 1.4;}
.sc_Footer .auth .pg .logo {border: 1px solid #e5e5e5; box-sizing: border-box; border-radius: 6px; overflow: hidden; height:40px;}
.sc_Footer .auth .logo {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.sc_Footer .auth img {height:40px !important; width:auto !important;}

body.if_main .sc_Footer {margin-top: 0;}







/* 디자인영역 -------------------------------------------------------------------------------------------------------------------------------- */

/* 그룹(간격) ======================================== */
.sc_Group {margin-top:100px;}


/* 그룹타이틀 + 탭메뉴 ======================================== */
.sc_Group_tit {margin-bottom:20px; display:flex; justify-content: space-between; align-items: center; flex-direction:row; flex-wrap:wrap;}
.sc_Group_tit .layout_fix {margin:0;}
.sc_Group_tit .tit_box {}
.sc_Group_tit .tit_box .layout_fix {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-end;  flex: none; flex-wrap:wrap; gap:5px 10px}
.sc_Group_tit .tit_box .tit {font-size:27px; color: #171719; font-weight:700; line-height: 1;}
.sc_Group_tit .tx_info {font-size: 13px; color: #171719; font-weight: 500;}
.sc_Group_tit .tx_info strong {color: #ad6fdc; font-weight: 700; text-decoration:underline;}

.sc_Group_tit .tab_box {overflow:hidden;}
.sc_Group_tit .tab_box .tab {color:#171719; font-size:15px; font-weight:700; line-height: 1; box-sizing: border-box; padding: 10px 0;}
.sc_Group_tit .tab_box .tab strong {position: relative;}
.sc_Group_tit .tab_box .tab strong:before {content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #171719;}
.sc_Group_tit .tab_box .tab strong:before {-webkit-transform: scaleX(0); transform: scaleX(0); will-change: transform; transform-origin: top right;}
.sc_Group_tit .tab_box .tab strong:before {transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1);}
.sc_Group_tit .tab_box .hit .tab {color: #ad6fdc !important;}
.sc_Group_tit .tab_box .hit .tab strong:before {background: #ad6fdc;}
.sc_Group_tit .swipe_box {max-width:100%;}
.sc_Group_tit .swipe_box ul {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:0 20px; flex-wrap:wrap;}


/* 롤링 컨트롤러 ======================================== */
.sc_Roll_ctrl {display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 0 10px; margin-top:20px;}
.sc_Roll_ctrl .layout_fix {display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 0 10px; margin:0px;}
.sc_Roll_ctrl.if_hide {display:none !important;}
.sc_Roll_ctrl.if_show {display:flex;}
.sc_Roll_ctrl .roll_prevnext {display: flex; flex-direction: row; justify-content: center; align-items: center; width: 40px; height: 40px; box-sizing: border-box;}
.sc_Roll_ctrl .roll_prevnext {background: #fff; border: 1px solid #dcdceb; border-radius: 100px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.sc_Roll_ctrl .roll_prevnext {background-repeat: no-repeat !important; background-position: center !important; background-size: 7px 10px !important;}
.sc_Roll_ctrl .roll_prevnext.prev {background-image: url('../images/skin/arrow_left.svg');}
.sc_Roll_ctrl .roll_prevnext.next {background-image: url('../images/skin/arrow_right.svg');}
.sc_Roll_ctrl .roll_pagi {display:flex; justify-content: center; align-items: center; flex-direction:row; font-size:13px; gap:3px; font-weight:600; color:#aaa; width:50px;}
.sc_Roll_ctrl .roll_pagi .all {}
.sc_Roll_ctrl .roll_pagi .under {font-size:0.9em; margin-top:2px;}
.sc_Roll_ctrl .roll_pagi .active {color:#000;}
.sc_Roll_ctrl .roll_fill {}
.sc_Roll_ctrl .roll_fill .stage {width: 150px; height: 2px; background: rgba(23, 23, 25, 0.2); position: relative; overflow: hidden;}
.sc_Roll_ctrl .roll_fill .bar {position: absolute; left: 0; top: 0; height: 100%; background: #171719; z-index: 1;}


/* 롤링 컨트롤러 + 더보기버튼 그룹 ======================================== */
.sc_Ctrl {margin-top:20px;}
.sc_Ctrl .layout_fix {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end;}
.sc_Ctrl .link {height: 40px; padding: 0 20px; box-sizing: border-box; background: #fff; border: 1px solid #dcdceb; border-radius: 100px; font-size:12px; margin-left:auto;}
.sc_Ctrl .link {display: inline-flex; flex-direction: row; justify-content: center; align-items: center; color: #171719; font-weight: 700;}
.sc_Ctrl .link {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.sc_Ctrl .sc_Roll_ctrl {margin-top:0px !important;}


/* 메인 비주얼 ======================================== */
.sc_Visual {position: relative;}
.sc_Visual:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 150px; z-index: 2; background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0));}
.sc_Visual:before {opacity: 0.5; filter: alpha(opacity=50); -ms-filter: alpha(opacity=50);}
.sc_Visual li {list-style: none;}
.sc_Visual .rolling_wrap {overflow: hidden;}
.sc_Visual .rolling_box {}
.sc_Visual .rolling_box ul {}
.sc_Visual .banner_list {}
.sc_Visual .visual_img {display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; height: 100%; overflow: hidden;}
.sc_Visual .visual_img img {width:100%;}
.sc_Visual .roll_ctrl {position: absolute; left: 0; bottom: 30px; z-index: 20; padding-right: 0;}
.sc_Visual .roll_ctrl.if_hide {display: none !important;}
.sc_Visual .roll_ctrl.if_show {display: block;}
.sc_Visual .roll_wrap {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; height: 30px;}
.sc_Visual .roll_wrap {background: rgba(0, 0, 0, 0.3); border-radius: 100px; padding-left: 15px; padding-right: 5px; box-sizing: border-box;}
.sc_Visual .roll_fill {margin-right: 10px;}
.sc_Visual .roll_fill .stage {width: 160px; height: 2px; background: rgba(255, 255, 255, 0.3); position: relative; overflow: hidden;}
.sc_Visual .roll_fill .bar {position: absolute; left: 0; top: 0; height: 100%; background: #fff; z-index: 1;}
.sc_Visual .roll_pagi {display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 3px;}
.sc_Visual .roll_pagi {font-size: 12px; color: #fff; font-weight: 500; width: 50px; margin-right: 10px;}
.sc_Visual .roll_pagi .active {}
.sc_Visual .roll_pagi .under {}
.sc_Visual .roll_pagi .all {}
.sc_Visual .roll_prevnext {width: 25px; height: 30px; background-size: 7px 10px !important; background-position: center !important; background-repeat: no-repeat !important;}
.sc_Visual .roll_prevnext.prev {background-image: url('../images/skin/arrow_left_white.svg');}
.sc_Visual .roll_prevnext.next {background-image: url('../images/skin/arrow_right_white.svg');}


/* 메인 2단 배너 ======================================== */
.sc_Ad {}
.sc_Ad li {list-style: none;}
.sc_Ad .rolling_wrap {overflow: hidden;}
.sc_Ad .rolling_box {}
.sc_Ad .banner_list ul {}
.sc_Ad .banner_list li {width: 50%;}
.sc_Ad .banner {height: 560px; background-repeat: no-repeat !important; background-position: center !important; background-size: cover !important;}
.sc_Ad .banner .inner {display:flex; justify-content: flex-end; align-items: flex-start; flex-direction:column; height: 100%; padding:60px; box-sizing: border-box; color: #fff; line-height: 1.3; z-index: 10; font-size:16px;}
.sc_Ad .banner .inner {background: rgba(0, 0, 0, 0.2);}
.sc_Ad .banner .tit {font-weight:600; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.sc_Ad .banner .text {font-size:1.4em; font-weight: 300; margin-top: 10px; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.sc_Ad .sc_Ctrl .link {border: 0;}
.sc_Ad .sc_Roll_ctrl {justify-content:flex-start;}


/* 메인 1단 배너 ======================================== */
.sc_Single {text-align: center; }
.sc_Single li {list-style: none;}
.sc_Review+ .sc_Single {margin-top: 0 !important;}
.sc_Single .banner {position: relative; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; z-index: 10; min-height: 300px;}
.sc_Single .banner .inner {flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; padding:120px 30px; line-height: 1.25; font-size: 18px; position:relative; z-index:2}
.sc_Single .banner .tit {font-weight: 700; color: #fff; translateY(60px); opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}
.sc_Single .banner .sub_txt {font-size:1.4em; color: #fff; font-weight: 300; margin-top:15px; word-wrap:break-word; word-break:keep-all; white-space:normal; translateY(60px); opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}
.sc_Single .banner .bg_img {position:absolute; left:0; top:0; width:100%; height:100%; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; z-index:1}
.sc_Single .banner .bg_img:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3);}
.sc_Single .sc_Ctrl {margin-top:40px; translateY(60px); opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}
.sc_Single .sc_Ctrl .link {border:none;}

.sc_Single .motion .banner .tit {animation: motion_tx 2s 0s ease both; -webkit-animation: motion_tx 2s 0s ease both;}
.sc_Single .motion .banner .sub_txt {animation: motion_tx 2s 0.2s ease both; -webkit-animation: motion_tx 2s 0.2s ease both;}
.sc_Single .motion .sc_Ctrl {animation: motion_tx 1s 0.6s ease both; -webkit-animation: motion_tx 1s 0.6s ease both;}

/* 텍스트 모션 */
@-webkit-keyframes motion_tx {
    0% {transform: translateY(60px); opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}
    100% {transform: translateX(0); opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
}
@keyframes motion_tx {
    0% {transform: translateY(60px); opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}
    100% {transform: translateX(0); opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
}


/* 메인 리뷰 ======================================== */
.sc_Review {overflow: hidden; background:#eeeef5; padding:80px 0;}
.sc_Review li {list-style: none;}
.sc_Review .rolling_wrap {overflow: hidden;}
.sc_Review .rolling_box {margin-left: -20px;}
.sc_Review .review_list .ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch;}
.sc_Review .review_list .li {width:16.66%; height: auto;}
.sc_Review .review_box {height: 100%; margin-left:20px; background: #fff; border: 1px solid #fff; padding: 20px; box-sizing: border-box; position: relative; border-radius:5px;}
.sc_Review .review_box {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.sc_Review .review_box .photo {overflow: hidden; position: relative; display: flex; flex-direction: row; justify-content: center; align-items: center; border-radius:5px;}
.sc_Review .review_box .photo:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1);}
.sc_Review .review_box .photo:before {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.sc_Review .review_box .photo img {width: 100%; height: 100%; background-repeat: no-repeat !important; background-position: center !important; background-size: cover !important;}
.sc_Review .review_box .photo .icon_h {position: absolute; left: 50%; top: 50%; width: 0; height: 1px; background: #fff; z-index: 10;}
.sc_Review .review_box .photo .icon_h {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.sc_Review .review_box .photo .icon_v {position: absolute; left: 50%; top: 50%; width: 1px; height: 0; background: #fff; z-index: 10;}
.sc_Review .review_box .photo .icon_v {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}

.sc_Review .about_item {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: 10px; padding: 10px 0; box-sizing: border-box; position:relative; z-index: 10;}
.sc_Review .about_item .thumb {width: 40px; height: 40px; border-radius: 100px; overflow: hidden; flex: none; display: flex; flex-direction: row; justify-content: center; align-items: center; position:relative;}
.sc_Review .about_item .thumb img {width: 100%; height:100%; object-fit:cover;}
.sc_Review .about_item .info {color: #666; font-size: 12px;}
.sc_Review .about_item .info .name {display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.sc_Review .about_item .info .price {margin-top: 5px; line-height: 1; font-weight:600; color:#000;}

.sc_Review .rv_info {border-top: 1px solid #eee; padding-top: 15px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap:10px; cursor:pointer}
.sc_Review .rv_info .mark {position: relative; width: 80px; height: 20px;}
.sc_Review .rv_info .mark .star {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: 16px !important; background: transparent url('../images/skin/item_star.svg') left center repeat-x;}
.sc_Review .rv_info .mark .star.this_base {z-index: 1; opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.sc_Review .rv_info .mark .star.this_value {z-index: 2;}
.sc_Review .rv_info .tx_conts {display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.4; color: #333; font-weight:500;}
.sc_Review .rv_info .writer {color: #aaa; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 5px; font-size:0.9em;}
.sc_Review .rv_info .writer .id {}
.sc_Review .rv_info .writer .date {}







/* 상품관련 -------------------------------------------------------------------------------------------------------------------------------- */

/* 상품박스 ======================================== */
.item_box .price .percent {color: #ad6fdc;}







/* 상품영역(메인) -------------------------------------------------------------------------------------------------------------------------------- */

/* 메인 MD's Pick ======================================== */
.sc_Md {}
.sc_Md li {list-style:none;}
.sc_Md .layout_fix {display: flex; flex-direction: row; justify-content: stretch; align-items: flex-start;}
.sc_Md .area {flex: 1; position: sticky; top: 0; z-index: 100; overflow:hidden;}
.sc_Md .area_item {border-top:2px solid #171719; padding-top:50px;}
.sc_Md .area_item .layout_fix {padding-right:0px !important; display:block;}

.sc_Md .banner_list {}
.sc_Md .banner_list li {position:relative; overflow:hidden; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column}
.sc_Md .banner_list img {width:100%}

.sc_Md .sc_Ctrl {display:flex; justify-content: stretch; align-items: center; flex-direction:row;}

.sc_Md .item_list.pc_type_list1 li:nth-of-type(1) {padding-top:0 !important;}
.sc_Md .item_list.pc_type_list2 li:nth-of-type(1) {padding-top:0 !important;}
.sc_Md .item_list.pc_type_list2 li:nth-of-type(2) {padding-top:0 !important}

/*
.sc_Md .item_list.if_list_type li {width:100% !important; padding:15px 0 !important;}
.sc_Md .item_list.if_list_type .item_box .thumb {width:120px;}
.sc_Md .item_list.if_list_type {padding-left:50px; padding-top:50px;}
.sc_Md .item_list.if_list_type ul {margin-left:-15px !important; margin-top:-15px !important; border:0; justify-content:stretch}
.sc_Md .item_list.if_list_type li {border:0 !important; padding:0px !important; margin-top:15px !important; width:50% !important;}
.sc_Md .item_list.if_list_type li:before {display:none !important;}
.sc_Md .item_list.if_list_type .item_box {position:relative; border:1px solid #f2f2f2; margin-left:15px !important; padding:15px; padding-bottom:35px !important; height:100%; box-sizing:border-box; border-radius:5px;}
.sc_Md .item_list.if_list_type .item_box .thumb {width:100px;}
.sc_Md .item_list.if_list_type .item_box .info .btn_multi {position:absolute; left:0; bottom:0; box-sizing:border-box; padding:0 15px;}
.sc_Md .item_list.if_list_type .item_icon {display:none;}
.sc_Md .item_list.if_list_type .item_box .info {padding-left:15px;}
.sc_Md .item_list.if_list_type .item_box .info .sub_name {display:none;}
*/


/* 메인 카테고리 베스트 ======================================== */
.sc_Ctg {overflow:hidden; margin-top:50px;}
.sc_Ctg li {list-style:none;}
.sc_Ctg .category_item {}/* 프로그램용 클래스 */
.sc_Ctg .rolling_wrap {overflow:hidden;}
/*
.sc_Ctg .item_list ul {margin-left: 0; margin-top: 0 !important; flex-wrap: nowrap;}
.sc_Ctg .item_list li {margin-top: 0 !important;}
*/


/* 메인 상품 ======================================== */
.sc_Item {border-top:1px solid #171719; padding-top:80px;}


/* 메인 타임세일 ======================================== */
.sc_Time {overflow:hidden;}
.sc_Time li {list-style:none;}
.sc_Time .rolling_wrap {overflow: hidden;}



/* 배너 반응형이미지 */
img.this_pc {}
img.this_mo {display:none;}