#planner {
    background-color: white;
}

#planner .top-wrapper{
    position: relative;
    height: 485px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#planner .top-wrapper .banner-scale {
    width: 100%;
    min-width: 2200px;
    animation: banner-scale 2s ease-in-out;
}
#planner .top-wrapper .txt-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    padding-top: 80px;
}


#planner .top-wrapper .txt-wrapper .tit1 {
    font-size: 78px;
    font-weight: 500;
    color: white;
}
#planner .top-wrapper .txt-wrapper .tit2 {
    font-size: 18px;
    font-weight: 500;
    color: white;
}

#planner .none-image {
    width: 2200px;
    height: 485px;
    background: linear-gradient(135deg, gray, black);
}
#planner .ready {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 25px;
    font-weight: 600;
    color: black;
}




#planner .content-wrapper {
    max-width: 1276px;
    padding-top: 77px;
    padding-bottom: 164px;
    margin: 0 auto;
    overflow-x: auto;
}
#planner .bestPlanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f9f9f9;
    padding-top: 112px;
    padding-bottom: 162px;
    overflow: hidden;
}
#planner .bestPlanner__title {
    font-size: 70px;
    letter-spacing: 0;
    line-height: 1;
    color: #333333;
}
#planner .bestPlanner__subTitle {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.89px;
    color: #666666;
    margin-top: 10px;
}
#planner .bestPlanner__list {
    position: relative;
    height: 324px;
    width: 100%;
    margin-top: 68px;
}
#planner .bestPlanner__list__inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 324px;
    width: 1474px;
}
#planner .bestPlanner .swiper-container { 
    overflow: visible;
}
#planner .bestPlanner .pg {
    display: flex;
    bottom: -60px;
    top: auto;
}
#planner .bestPlanner .pg.swiper-pagination-progressbar {
    height: 2px;
    background-color: #e4e4e4;
}
#planner .bestPlanner .pg .swiper-pagination-progressbar-fill {
    background-color: #CEA37C;
}
#planner .bestPlanner .pg .swiper-pagination-bullet {
    width: 100%;
    height: 2px;
    margin: 0;
    border-radius: 0;
    background-color: #e4e4e4;
    opacity: 1;
}
#planner .bestPlanner .pg .swiper-pagination-bullet-active {
    background-color: #CEA37C;
}

#planner .searchBar {
    height: 66px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #f4f4f4;
    padding-left: 34px;
    padding-right: 30px;
    width: 1200px;
    margin: 0 auto;
}
#planner .searchBar__searchIcon {
    width: 23.5px;
    margin-right: 11px;
    flex-shrink: 1;
}
#planner .searchBar__input {
    height: 100%;
    font-size: 21.8px;
    flex: 1 1 auto;
    color: black;
}
#planner .searchBar__input::placeholder {
    color: #7B7B7B;
    font-weight: 100;
}
#planner .searchBar__orderBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-shrink: 1;
    cursor: pointer;
    font-size: 21.8px;
    color: #666666;
    letter-spacing: -0.65px;
}
#planner .searchBar__orderBtn:hover {
    color: black;
}
#planner .searchBar__orderBtn img {
    width: 22px;
}



#planner .list {
    display: flex;
    flex-wrap: wrap;
    width: 1276px;
    margin-top: 60px;
    column-gap: 18px;
    row-gap: 60px;
    /* overflow-x: auto; */
}
#planner .i-planner {
    width: calc(50% - 9px);
}
#planner .i-planner__inner {
    display: flex;
    gap: 24px;
}
#planner .i-planner__thumb {
    position: relative;
    display: inline-block;
    min-width: 324px;
    height: 324px;
    vertical-align: top;
    transition: all 0.6s ease;
}
#planner .i-planner__thumb .thumb-inner {
    width: 100%;
    height: 100%;
    background: rgb(247 247 249);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #c5c5d1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
}
#planner .i-planner__info {
    width: 100%;
    height: 324px;
    display: flex;
    flex-direction: column;
}
#planner .i-planner__info__head {
    display: flex;
    gap: 6.5px;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 4px;

}
#planner .i-planner__info__name {
    font-size: 22px;
    letter-spacing: -1.09px;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    font-weight: 600;
}
#planner .i-planner__info__nameEn {
    font-size: 14px;
    letter-spacing: 0;
    color: #CEA37C;
    line-height: 1;
}

#planner .i-planner__info__desc {
    width: 210px;
    margin-top: 9.7px;
    line-height: 23px;
    font-size: 15px;
    color: #666666;
    letter-spacing: -0.74px;
    flex: 0 1 auto;
    overflow: auto;
}
#planner .i-planner__info__btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    margin-top: 26px;
}
#planner .i-planner__info__btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 210px;
    height: 53px;
    font-size: 16px;
    border: 1px solid #CEA37C;
    background-color: #CEA37C;
    color: white;
    padding: 0 34px;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: -0.79px;
    cursor: pointer;
    transition: transform 0.2s ease;
}
#planner .i-planner__info__btn--outlined {
    background-color: white;
    color: #CEA37C;
}
#planner .i-planner__info__btn img {
    margin-left: auto;
    transition: transform 0.2s ease;
}
#planner .i-planner__info__btn:hover {
    /* transform: translateX(5px); */
}
#planner .i-planner__info__btn:hover img {
    transform: translateX(14px);
}
#planner .i-planner:has(.i-planner__info__btn:hover) .i-planner__thumb {
    transform: scale(1.03);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}




































#planner .list {
    width: 100%;
    display: inline-block;
}

#planner .i-planner {
    float: left;
    width: 50%;
    padding: 30px;
    /* height: 230px; */
    
    /* display: inline-flex;
    align-items: center;
    justify-content: center; */
}

#planner .i-planner .item {
    /* position: relative; */
    /* width: 500px; */
    height: 100%;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    /* white-space: nowrap; */
}

#planner .i-planner .item .planner-thumb-wrapper {
    position: relative;
    display: inline-block;
    min-width: 240px;
    height: 240px;
    vertical-align: top;
    padding: 10px;
}

#planner .i-planner .item .planner-thumb-wrapper .thumb-inner{
    width: 100%;
    height: 100%;
    background: rgb(247 247 249);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #c5c5d1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
}

#planner .i-planner .item .planner-info-text {
    width: 100%;
    height: 240px;

    padding: 10px;

    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    vertical-align: top;
}
#planner .i-planner .item .planner-info-text .name-en{
    font-size: 14px;
    color: #CEA37C;
    font-weight: 400;
}

#planner .i-planner .item .planner-info-text .name-kr{
    font-size: 24px;
    font-weight: 300;
    color: #333333;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    cursor: pointer;
}
#planner .i-planner .item .planner-info-text .name-kr > strong{
    font-weight: 500;
    color: #333333;
    margin-right: 2px;
}
#planner .i-planner .item .planner-info-text .name-kr > img.insta-btn{
    width: 21px;
    margin-left: 5px;
    margin-top: 2px;
    cursor: pointer;
}

#planner .i-planner .item .planner-info-text .intro{
    margin-top: 10px;
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    line-height: 1.5;
    width: 270px;
    overflow: auto;
}

#planner .i-planner .item .planner-info-text .request{
    /* position: absolute;
    top: 56px;
    right: 0px; */
    margin-top: auto;
    width: 210px;
    height: 53px;
}
#planner .i-planner .item .planner-info-text .request .txt {
    pointer-events: none;
}

#planner .swiper-slide .i-planner {
    padding: 0;
}
#planner .swiper-slide .i-planner .item .planner-thumb-wrapper {
    min-width: 300px;
    height: 300px;
}
#planner .swiper-slide .i-planner .item .planner-info-text {
    height: 300px;
}