.postcard__wrap{background-color:#fff;margin-top:40px;padding:40px;border-radius:16px}@media screen and (max-width: 768px){.postcard__wrap{padding:24px}}@media screen and (max-width: 480px){.postcard__wrap{padding:16px}}.postcard__wrap.recommend-post{margin:0 0 24px}.postcard__wrap .postcard__title{font-size:24px;font-weight:700;margin-bottom:24px;text-align:center}.postcard__wrap .postcard__items{display:flex;gap:24px;justify-content:space-between}@media screen and (max-width: 768px){.postcard__wrap .postcard__items{flex-direction:column;align-items:center}}.postcard__wrap .postcard__items .postcard__item{border-radius:8px;border:1px solid #e8e7e7;width:calc(33.3333333333% - 24px);overflow:hidden;transition:transform .3s ease}.postcard__wrap .postcard__items .postcard__item:hover{transform:translateY(-4px)}@media screen and (max-width: 768px){.postcard__wrap .postcard__items .postcard__item{width:100%;display:flex}}@media screen and (max-width: 480px){.postcard__wrap .postcard__items .postcard__item{flex-direction:column}}.postcard__wrap .postcard__items .postcard__item .postcard__item-img{width:100%}.postcard__wrap .postcard__items .postcard__item .postcard__item-img img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 768px){.postcard__wrap .postcard__items .postcard__item .postcard__item-img img{object-fit:cover}}.postcard__wrap .postcard__items .postcard__item .postcard__item-content{padding:16px;display:flex;flex-direction:column-reverse;gap:8px}@media screen and (max-width: 768px){.postcard__wrap .postcard__items .postcard__item .postcard__item-content{width:600px;justify-content:flex-end}}@media screen and (max-width: 480px){.postcard__wrap .postcard__items .postcard__item .postcard__item-content{width:auto}}.postcard__wrap .postcard__items .postcard__item .postcard__item-content .postcard__item-title{font-size:16px;font-weight:500;color:#191515;margin-bottom:8px}.postcard__wrap .postcard__items .postcard__item .postcard__item-content .postcard__item-company{font-size:12px;font-weight:500;color:#404f39}.postcard__wrap .postcard__items .postcard__item .postcard__item-content .postcard__item-category{font-size:12px;background-color:#404f39;color:#ffe;padding:2px 8px;border-radius:4px;width:fit-content}.postcard__wrap .postcard__items .postcard__item .postcard__item-content .postcard__item-category.exhibition{background-color:#887b7b}.postcard__wrap .postcard__items .postcard__item .postcard__item-content .postcard__item-category.offline{background-color:#fe924f}.postcard__wrap .postcard__items .postcard__item .postcard__item-content .postcard__item-category.online{background-color:#ffec40;color:#191515}.postcard__wrap .postcard__noitem{width:100%;text-align:center}.postcard__wrap .postcard__btn{margin-top:40px;text-align:center}.post__back{padding:24px 0}.post__back a{color:#404f39;font-size:14px;font-weight:500}.post__inner{display:flex;gap:24px}@media screen and (max-width: 768px){.post__inner{flex-direction:column}}.post__inner .post{flex:1;min-width:0;background-color:#fff;padding:40px;border-radius:16px;margin-bottom:24px}@media screen and (max-width: 768px){.post__inner .post{padding:24px}}@media screen and (max-width: 480px){.post__inner .post{padding:16px}}.post__inner .post .post__header{padding-bottom:24px;border-bottom:1px solid #e8e7e7}.post__inner .post .post__header .post__header-title{margin-bottom:16px}.post__inner .post .post__header .post__header-title h1{font-size:32px}@media screen and (max-width: 768px){.post__inner .post .post__header .post__header-title h1{font-size:24px}}@media screen and (max-width: 480px){.post__inner .post .post__header .post__header-title h1{font-size:20px}}.post__inner .post .post__header .post__header-meta{display:flex;font-size:14px;gap:16px;align-items:center}@media screen and (max-width: 480px){.post__inner .post .post__header .post__header-meta{word-break:keep-all}}.post__inner .post .post__header .post__header-meta .post__header-category ul{display:flex;gap:16px;list-style:none;padding:0;margin:0}.post__inner .post .post__header .post__header-meta .post__header-category ul li{background-color:#404f39;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}.post__inner .post .post__header .post__header-meta .post__header-category ul li a{color:#ffe}.post__inner .post .post__content .post__content-img{width:100%;margin:24px auto}.post__inner .post .post__content .post__content-img img{width:100%;height:100%;object-fit:cover}.post__inner .post .post__content h2{background-color:#ffec40;padding:16px;border-radius:8px;font-size:24px;font-weight:700;margin-top:40px;margin-bottom:24px}@media screen and (max-width: 480px){.post__inner .post .post__content h2{font-size:20px}}.post__inner .post .post__content h2:first-of-type{margin-top:0}.post__inner .post .post__content h3{border-bottom:4px solid #ffffb1;padding-bottom:8px;margin-bottom:24px;font-size:20px;font-weight:700;position:relative}@media screen and (max-width: 480px){.post__inner .post .post__content h3{font-size:18px}}.post__inner .post .post__content h3:after{content:"";position:absolute;bottom:-4px;left:0;width:30%;height:4px;background-color:#ffec40}.post__inner .post .post__content p{line-height:2;margin-bottom:24px}@media screen and (max-width: 480px){.post__inner .post .post__content p{font-size:14px}}.post__inner .post .post__content p:last-child{margin-bottom:0}.post__inner .post .post__content mark{background:linear-gradient(transparent 60%, #FFFFB1 60%)}.post__inner .post .post__content figure{margin-bottom:24px}.post__inner .post .post__content figure img{width:100%;height:100%;object-fit:cover}.post__inner .post .post__content a{text-decoration:underline;color:#fe924f}.post__inner .post .post__content ul,.post__inner .post .post__content ol{background-color:#ffe;line-height:2;padding:24px 24px 24px 56px;margin-bottom:24px;margin-top:0px}@media screen and (max-width: 768px){.post__inner .post .post__content ul,.post__inner .post .post__content ol{padding:16px 16px 16px 40px}}@media screen and (max-width: 480px){.post__inner .post .post__content ul,.post__inner .post .post__content ol{font-size:14px;padding:16px 16px 16px 40px}}.post__inner .post .post__content blockquote{background-color:#887b7b;color:#ffe;padding:40px 16px;border-radius:16px;margin-top:40px;line-height:1.75;position:relative}.post__inner .post .post__content blockquote p{font-size:16px}.post__inner .post .post__content blockquote::before,.post__inner .post .post__content blockquote::after{content:"";background-image:url(../img/single/comment.svg);position:absolute;width:48px;height:48px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.3}.post__inner .post .post__content blockquote::before{top:16px;left:16px}.post__inner .post .post__content blockquote::after{bottom:16px;right:16px;transform:rotate(180deg)}.post__inner .post .post__content .post__external-card{display:flex;padding:16px;gap:16px;border:1px solid #e8e7e7;color:#191515;text-decoration:none;align-items:center}@media screen and (max-width: 480px){.post__inner .post .post__content .post__external-card{flex-direction:column;gap:0;padding:0}}.post__inner .post .post__content .post__external-card .post__card-img{width:240px;height:125.8px;flex-shrink:0}@media screen and (max-width: 992px){.post__inner .post .post__content .post__external-card .post__card-img{width:160px;height:83.9px}}@media screen and (max-width: 480px){.post__inner .post .post__content .post__external-card .post__card-img{width:100%;height:100%;aspect-ratio:1.91/1}}.post__inner .post .post__content .post__external-card .post__card-img img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 480px){.post__inner .post .post__content .post__external-card .post__card-content{padding:16px}}.post__inner .post .post__content .post__external-card .post__card-content .post__card-title{font-size:16px;font-weight:700;margin-bottom:0}@media screen and (max-width: 480px){.post__inner .post .post__content .post__external-card .post__card-content .post__card-title{font-size:14px}}.post__inner .post .post__content iframe{width:100%;height:100%;aspect-ratio:16/9;margin-bottom:40px}.post__inner .post .post__content .post__iframe{margin-top:40px}.post__inner .post .post__content .post__iframe iframe{aspect-ratio:initial;margin-bottom:0}.post__inner .post .post__content .post__external-form{margin-top:40px;text-align:center}.post__inner .post .post__content .post__external-form a{color:#191515;text-decoration:none}.sidebar{width:320px;flex-shrink:0;align-self:flex-start;position:sticky;top:96px;height:fit-content}@media screen and (max-width: 768px){.sidebar.sidebar--single-event .sidebar__box{display:none}}@media screen and (max-width: 992px){.sidebar{width:240px}}@media screen and (max-width: 768px){.sidebar{display:flex;gap:16px;width:100%;position:static}}.sidebar .sidebar__box{background-color:#fff;padding:40px 24px;border-radius:16px;margin-bottom:24px}@media screen and (max-width: 992px){.sidebar .sidebar__box{padding:24px 16px}}@media screen and (max-width: 768px){.sidebar .sidebar__box{width:100%}}.sidebar .sidebar__box.toc .toc__list{padding-left:16px;font-size:14px;line-height:1.75}.sidebar .sidebar__box.toc .toc__list a{color:#191515}.sidebar .sidebar__box.toc .toc__list .toc__list-item{font-weight:700}.sidebar .sidebar__box.toc .toc__list .toc__list-item .toc__list-item{font-weight:400}.sidebar .sidebar__box.toc .toc__list .toc__list{list-style-type:"- ";padding:0 8px}.sidebar .sidebar__box .sidebar__box-title{font-size:24px;font-weight:700;margin-bottom:24px}@media screen and (max-width: 768px){.sidebar .sidebar__box .sidebar__box-title{font-size:20px;margin-bottom:16px}}@media screen and (max-width: 480px){.sidebar .sidebar__box .sidebar__box-title{font-size:16px;margin-bottom:8px}}.sidebar .sidebar__box .sidebar__box-list{line-height:2;font-size:14px;padding-left:8px;list-style-type:none}.sidebar .sidebar__box .sidebar__box-list li{border-bottom:1px dashed #d1d0d0;padding-bottom:8px;margin-bottom:8px}.sidebar .sidebar__box .sidebar__box-list li a{color:#191515;font-weight:700;word-break:auto-phrase}.cta{background-color:#ffe;padding:80px 0}.cta .cta__head{text-align:center}.cta .cta__items{display:flex;gap:40px;max-width:800px;margin:40px auto 0}@media screen and (max-width: 768px){.cta .cta__items{flex-direction:column;align-items:center;max-width:600px}}.cta .cta__items .cta__item{flex:1;background-color:#fff;border-radius:16px;padding:40px;box-sizing:border-box}.cta .cta__items .cta__item .cta__item-img{width:100%;border-radius:8px;overflow:hidden}.cta .cta__items .cta__item .cta__item-img img{width:100%;height:100%;object-fit:cover}html{scroll-padding-top:72px;scroll-behavior:smooth}.post__table table{width:100%;border-collapse:collapse}.post__table table th,.post__table table td{border:1px solid #e8e7e7;padding:8px;text-align:left;font-size:14px;line-height:1.75}.post__table table th{background-color:#887b7b;color:#ffe;font-weight:700;height:64px;text-align:center;width:20%}.post__table table td .post__table-time{font-size:12px;color:#464343}
