@font-face {
    font-family: "GmarketSansTTFBold";
    src: url("../font/GmarketSansTTFBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GmarketSansTTFLight";
    src: url("../font/GmarketSansTTFLight.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GmarketSansTTFMedium";
    src: url("../font/GmarketSansTTFMedium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.earlybird-wrap .earlybird-container {padding:80px 0;}
.earlybird-wrap .sec + .sec {padding-top:80px;}

.earlybird-wrap .product-top {margin-bottom:40px;text-align:center;}
.earlybird-wrap .product-top strong {display:flex;font-family:'GmarketSansTTFBold';font-size:42px;color:#2A3F86;margin-bottom:8px;align-items:center;justify-content:center;}
.earlybird-wrap .product-top strong img {margin:-7px 7px 0;}
.earlybird-wrap .product-top p {font-family:'GmarketSansTTFMedium';font-size:20px;color:#7F8894;}
.earlybird-wrap .product-list {display:grid;grid-template-columns: repeat(4, 1fr);gap:20px;}
.earlybird-wrap .product-item {min-width:0;}
.earlybird-wrap .product-item .product-thumb {border-radius: 6px 6px 0px 0px;border: 1px solid #F0F0F0;overflow:hidden;}
.earlybird-wrap .product-item .product-contents {border-radius: 0px 0px 6px 6px;border: 1px solid #F0F0F0;border-top:0;padding:14px 14px 18px;position:relative;}
.earlybird-wrap .product-item .product-title {display:flex;gap:10px;align-items:center;margin-bottom:4px;}
.earlybird-wrap .product-item .product-name {font-size:16px;font-weight:600;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.earlybird-wrap .product-item .product-resort {color:#7F8894;margin-bottom:10px;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.earlybird-wrap .product-item .product-icon {color:#5CC89C;display:flex;gap:7px;align-items:center;}
.earlybird-wrap .product-item .product-tag {display:flex;gap:5px;flex-wrap:wrap;margin-bottom:20px;}
.earlybird-wrap .product-item .product-tag span {border-radius: 4px;background: #f9f9f9;color:#7F8894;padding:6px 10px;}
.earlybird-wrap .product-item .product-price {color:#5CC89C;font-weight:600;font-size:18px;}

@media screen and (max-width: 1241px) {
}

@media screen and (min-width: 768px) {
}

/* 모바일 사이즈 (가로 767px 이하) */
@media screen and (max-width: 767px) {
    .earlybird-wrap .earlybird-container {padding:40px 0;}
    .earlybird-wrap .sec + .sec {padding-top:40px;}

    .earlybird-wrap .product-top {margin-bottom:20px;}
    .earlybird-wrap .product-top strong {font-size:28px;margin-bottom:6px;}
    .earlybird-wrap .product-top strong img {width:40px;}
    .earlybird-wrap .product-top p {font-size:16px;}
    .earlybird-wrap .product-list {grid-template-columns: repeat(2, 1fr);gap:10px;}
    .earlybird-wrap .product-item .product-thumb {height:110px;}
    .earlybird-wrap .product-item .product-thumb img {width:100%;height:100%;object-fit:cover;}
    .earlybird-wrap .product-item .product-contents {padding:10px;}
    .earlybird-wrap .product-item .product-name {font-size:14px;}
    .earlybird-wrap .product-item .product-resort {font-size:10px;}
    .earlybird-wrap .product-item .product-tag {margin-bottom:10px;}
    .earlybird-wrap .product-item .product-tag span {font-size:10px;padding:4px;}
    .earlybird-wrap .product-item .product-icon {font-size:12px;}
    .earlybird-wrap .product-item .product-price {font-size:14px;}
}

@media screen and (max-width: 560px) {
}