/* 기획전 리스트 */
.planlist_cont_box_01 {
    background: #fff;
    border-radius: 20px;
    padding: 100px 0;
}

.planlist_cont_box_01 ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    gap: 15px;
}

.planlist_cont_box_01 ul li.plan_item {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    overflow: hidden;
}

.planlist_cont_box_01 .plan_item .info {
    padding: 15px 20px;
    border-top: 1px solid #dfdfdf;
}

.planlist_cont_box_01 .plan_item .info .plan_tit p {
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

.planlist_cont_box_01 .plan_item .info .plan_day{
    font-size: 15px;
    color: #999;
    margin-top: 10px;
}

.wrap{
    width: 1280px;
    margin: 0 auto;
}

.img_box {
    margin: 50px auto 0;
}

.list_box2 {
    text-align: center;
    margin: 0 auto;
    background: #555;
    padding-bottom: 100px;
    padding-top: 60px;
    position: relative;
}

.plan_tag p{
    display: block;
    font-size: 12px;
    color: #f03e3e;
}

/* 목록 이동 버튼 */
.list_move_btn {
    width: 150px;
    font-size: 18px;
    background: #222;
    color: #FFF;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}

/* 카테고리 그룹화 */
.cate_box2 {
    width: 100%;
    box-sizing: border-box;
    transition: all 200ms linear;
    text-align: center;
}

.cate_box2 ul.cate_01 {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    transition: all 200ms linear;
    border-radius: 50px;
    overflow: hidden;
}

ul.cate_01::after {
    display: none;
}

.cate_box2 ul.cate_01 > li {
    flex: 1 0 auto;
}

.cate_box2 ul.cate_01 > li.on > a {
    background: #f03e3e;
    color: #FFF;
    font-weight: bold;
}

.cate_box2 ul.cate_01 > li > a {
    font-size: 20px;
    color: #333;
    background: #FFF;
    display: block;
    padding: 15px 0;
}

.cate_box2.fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 54px;
    left: 0;
    background: #FFF;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cate_box2.fixed .cate_01 {
    width: 1000px;
    margin: 0 auto;
    border-radius: 0;
}

.cate_box2 > ul.cate_02 {
    display: block;
    margin-top: 25px;
    padding: 0 50px;
    box-sizing: border-box;
    text-align: right;

}

.cate_box2 > ul.cate_02 > li {
    margin-left: 25px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;
}

.cate_box2 > ul.cate_02 > li > a {
    font-size: 15px;
    font-weight: 300;
    color: #FFF;
    display: block;
}

.cate_box2 > ul.cate_02 > li.on > a {
    font-weight: 600;
}

.cate_box2 > ul.cate_02 > li:first-child {
    margin-left: 0;
}

.cate_box2.fixed > ul.cate_02 > li > a {
    color: #333;
    margin-left: 5px;
    min-width: 80px;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 35px;
}

.cate_box2.fixed > ul.cate_02 {
    margin: 0 auto;
    width: 100%;
    padding: 10px calc(50% - 500px);
    border-top: 1px solid #efefef;
}

.cate_box2 > ul.cate_02 > li.on {
    border-bottom: 2px solid #fff;
}

.cate_box2.fixed > ul.cate_02 > li.on > a {
    border-color: #f03e3e;
    background: #fff;
}

.plan_cate_name{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 50px 0 30px;
}

.item_box2 {
    padding: 0 30px;
}

ul.item_list::after {
    display: none;
}

.item_box2.pt_90 {
    padding-top: 90px;
}

.item_box div a {
    margin-top: 30px;
    display: block;
    width: 100%;
}

/* 제휴카드 */
.card_ban_box_new {
    height: 300px;
    margin: 0 auto;
    background: #FFF;
    position: relative;
    overflow: hidden;
    background: url('/theme/inc/headoffice/assets/img/plan/view_card_banner_bg_new.png') no-repeat center 100%;
    background-size: 860px auto;
}

.card_ban_box_new img {
    position: absolute;
    bottom: -10%;
    right: -10%;
    opacity: 0;
    transition: all 300ms ease-out;
}

/* 기획전 내용 */
.plan_editer {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

/* 기획전명 */
.plan_title {
    display: block;
    padding: 90px 0;
    margin: 0 auto;
    text-align: center;
}

.plan_title h2{
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 5px;
}

/* 상품 자세히보기 버튼 */
.prd_btn {
    border-top: 1px solid #efefef;
    margin-top: 10px;
    padding-top: 15px;
}

.prd_btn button {
    width: 100%;
    height: 45px;
    text-align: center;
    background: #222;
    color: #FFF;
    font-size: 15px;
    border-radius: 5px;
}

/* 기획전 content */
.plan_cont_box {
    background: #FFF;
    padding-bottom: 80px;
}

.plan_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 100px;
    margin-bottom: 80px;
    overflow: hidden;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}

.plan_name{
    font-size: 30px;
    font-weight: 500;
    color: #222;
}

.plan_info {
    display: flex;
    gap: 30px;
    font-size: 15px;
    color: #999;
    line-height: 45px;
}

.plan_info > p{
    position: relative;
}

.plan_info > p:after{
    content: '';
    width: 1px;
    height: 50%;
    background: #ccc;
    display: block;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.plan_info > p:last-child:after{
    content: unset;
}

.plan_info .plan_share_box{
    cursor: pointer;
}

.plan_info .plan_share_box i{
    vertical-align: baseline;
    padding-right: 3px;
}

/* 브랜드 로고 */
.prd_brand{
    position: absolute;
    bottom: 2%;
    right: 2%;
}