/* BASIC css start */
.list_shopping2x:nth-child(1) li:nth-child(1) { display:none; }


* { padding:0; margin:0; box-sizing:border-box; }


.h_title, .plan-tab, .search-wrap, .topBannerWrap, header { display:none !important; }
header.header { display:block !important; padding-top:0 !important; }

.stn_visual { position:relative; background:#000; }
.stn_visual > img { width:100%; opacity:0.9; }
.stn_visual .desc_wrap { animation:descAni 2s forwards; position:absolute; left:50%; top:60%; transform:translate(-50%, -50%) scale(0.98); text-align:center; opacity:0; transition:opacity 0.6s, top 0.6s, transform 0.6s; }
.stn_visual .desc_wrap.on { width:100%; opacity:1; top:55%; transform:translate(-50%, -50%) scale(1); }
.stn_visual .desc_wrap p, .stn_visual .desc_wrap a, .stn_visual .desc_wrap span { color:#fff; }
.stn_visual .desc_wrap > img { width:285px; height:auto; }
.desc_txt_ko { padding-bottom:22px; font-size:20px; font-family: 'Pretendard', sans-serif; }
.desc_txt_en { padding-top:36px; padding-bottom:24px; font-size:30px; line-height:32px; font-family: 'Times New Roman', Times, Arial, Helvetica, sans-serif; }
.btn_more { display:block; width:232px; height:38px; margin:0 auto; display:flex; justify-content:center; align-items:center; gap:16px; border:1px solid #fff; border-radius:50px; transition:0.3s; }
.btn_more span { height:22px; font-size:30px; font-family: 'Times New Roman', Times, Arial, Helvetica, sans-serif; transition:0.3s; }
.btn_more svg path { transition:0.3s; }


header.header {  position:fixed; left:0; top:0; width:100%; padding:16px 8px !important; z-index:999; transition:background 0.3s; }
header.header .logo_blk, header.on .logo_wh { display:none; }
header.header.on .logo_blk { display:block; }
header.header.on { background:rgba(255,255,255,0.5); backdrop-filter:blur(10px); -webkit-backdrop-filter: blur(10px); }
header.header.on svg path { fill:#000; }
header.header h1 a { display:flex; gap:8px; align-items:center; }

.list_date { font-size: 14px; font-weight:300; line-height: normal; font-family: 'Pretendard', sans-serif; }
.list_tit { padding-top:4px; font-size: 24px; line-height: normal; letter-spacing: 1.2px; font-weight: 800; font-family: 'Pretendard', sans-serif; color:#000; }
.list_now { display:none; margin-top:16px; margin-bottom:24px; margin-left:auto; margin-right:auto; width: 99px; height: 26px; background: #8700B7; line-height:26px; font-weight:700; font-size: 20px; text-align:center; font-family: 'Pretendard', sans-serif; color:#fff; }

.list_shopping2x:nth-child(1) li:nth-child(1) .list_now { display:block; }

.list_shopping2x li { width:100% !important; }
.list_shopping2x li a, .list_shopping2x ul { padding:0 !important; }

.list_shopping2x .list_shoppingInfo { margin-top:0 !important; padding-top:24px; padding-bottom:24px; }

.btn_moreGray {
    width: 128px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #000 !important;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    color: #000;
    border-radius: 50px; }
.btn_moreGray span { font-size: 16px; font-weight: 500; letter-spacing: 0.8px; color:#000 !important; font-family: 'Pretendard', sans-serif; }






#plan-list .h_title .btn_Red {height: 25px; width: 60px; float: right; line-height: 25px; font-weight:normal; margin-top: -4px;}
#plan-list .h_title .all-board-list {height: 25px; width: 60px; float: right; line-height: 25px; font-weight: normal; margin-top: -4px; text-align: center; border: 1px solid #c7c7c7; box-sizing: border-box; margin-right: 5px;}
#plan-list .plan-tab { width: 88%; padding: 0 6%; border-bottom: 1px solid #282828; border-bottom: 1px solid #b3b3b3; }
#plan-list .plan-tab:after { clear: both; content: ""; display: block; }
#plan-list .plan-tab li { float: left; width: 25%; text-align: center; list-style: none; }
#plan-list .plan-tab li a { display: inline-block; height: 30px; line-height: 32px; font-size: 13px; border-bottom: 1px solid #fff; }
#plan-list .plan-tab li.now a { padding: 0 5px; border-bottom: 2px solid #de0000; color: #de0000; }
#plan-list .item-search {padding:10px;}
#plan-list .item-search div {float:left;}
#plan-list .item-search div:first-child {width:25%;}
#plan-list .item-search div .brd-st {width:100%;}
#plan-list .item-search div:nth-child(2) {width:60%; box-sizing: border-box; padding: 0 5px;}
#plan-list .item-search div:last-child {width:15%;}

















/* BASIC css end */

