/**!
 * doyo brand promotion dialog v0.1.0
 * (c) 2025 doyobest.com
 */
:root{box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}body{margin:0}.dialog-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;width:100vw;height:100vh;overscroll-behavior:contain}.dialog-container>.dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background-color:#000000a6;width:100vw;height:100vh}.dialog-container.pc,.dialog-container.mobile.mobile-center{display:grid;grid-template-areas:". . ." ". dialog ." ". . .";z-index:99999}.dialog-container.pc{grid-template-columns:1fr auto 1fr}.dialog-container.mobile.mobile-center{grid-template-columns:1fr 90vw 1fr}:is(.dialog-container.pc,.dialog-container.mobile.mobile-center)>.dialog{grid-area:dialog;z-index:200;border-radius:16px;background-color:#fff;height:fit-content}.dialog-container.mobile:not(.mobile-center)>.dialog{position:fixed;right:0;bottom:0;left:0;z-index:200;border-top-right-radius:16px;border-top-left-radius:16px;background-color:#fff;width:100vw;height:fit-content}.dialog>.dialog-hd{display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:48px}.dialog-container>.dialog>.dialog-bd{display:flex;flex-direction:column;height:fit-content;max-height:80vh;overflow-y:auto}.dialog-container.mobile>.dialog>.dialog-bd:not(.no-padding){padding:0 32px 28px}.dialog-container.mobile>.dialog>.dialog-bd.no-padding{padding:0}.dialog-container.pc>.dialog>.dialog-bd:not(.no-padding){padding:0 40px 28px}.dialog-container.pc>.dialog>.dialog-bd.no-padding{padding:0}.icn{display:inline-flex}.icn.icn-close{cursor:pointer;width:16px;height:16px}.doyo-brand-promotion-dialog-container{position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:column}.doyo-brand-promotion-dialog-container:not(.active){display:none}.doyo-brand-promotion-dialog-container.active{display:flex}.brand-promotion-dialog.pc>.dialog{width:653px}.brand-promotion-dialog .dialog-title{color:#14151a;font-weight:700;font-size:14px;text-transform:uppercase}.pc .dialog-title{padding-left:14px}.brand-promotion-dialog .head-image{flex:none;background-image:var(--bpd-head-image);background-position:0 0;background-size:contain;background-repeat:no-repeat}.brand-promotion-dialog.pc .head-image{margin-bottom:28px;width:100%;height:208.75px}.brand-promotion-dialog.mobile .head-image{margin-bottom:28px;width:100vw;height:49.0667vw}.brand-promotion-dialog-content{display:flex;flex-direction:column;padding-bottom:30px;overflow-y:auto}.brand-promotion-dialog-content a{color:#4d84b9}.brand-promotion-dialog-content a:hover{text-decoration:underline}.brand-promotion-dialog-content>.sections{display:flex;flex-direction:column}.pc .sections{padding:0 30px}.mobile .sections{padding:0 20px}.brand-promotion-dialog-content>.sections>.section>.section-title{display:flex;column-gap:4px;justify-content:flex-start;align-items:center;color:#14151a;font-weight:700;font-size:18px;letter-spacing:0;text-transform:uppercase}.brand-promotion-dialog-content>.sections>.section>.section-title>.section-title-icon{width:20px;height:20px}.section-one-content{color:#333;font-weight:400}.section-one-content>.section-one-content-p{display:flex;column-gap:11px;font-size:12px;line-height:18px}.section-one-content>.section-one-content-p>.icn-checked{display:inline-flex;flex:none;align-items:center;height:18px}.section-one-content>.section-one-content-brands{margin:12px 0;width:320px;height:31px}.pc :is(.section-two,.section-three,.section-four){margin-top:28px}.mobile :is(.section-two,.section-three,.section-four){margin-top:24px}.section-two-content>.section-two-content-brands{width:290px;height:31px}.pc .section-two-content>.section-two-content-brands{margin:12px 0}.mobile .section-two-content>.section-two-content-brands{margin:12px 0 20px}.section-one-content-p ul,.section-one-content-p li{list-style:unset}.section-one-content-p ul{margin-bottom:0}.section-three .img-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:16px}.section-three .img-grid>.img-item{display:flex;flex-direction:column}.pc .section-three .img-grid>.img-item{border:.5px solid #cbcbcb}.mobile .section-three .img-grid>.img-item{border:1px solid #cbcbcb}.pc .section-three .img-grid{gap:8px;height:175px}.mobile .section-three .img-grid{gap:5px;height:249px}.section-three .img-grid>.img-item>.img-item-top{display:flex;flex:auto;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-weight:700;font-size:18px;line-height:20px;text-transform:uppercase}.section-three .img-grid>.img-item>.img-item-bottom{display:flex;flex:none;color:#000;font-weight:400;font-size:12px}.pc .section-three .img-grid>.img-item>.img-item-bottom{padding-top:12px;padding-left:25px;height:67px}.mobile .section-three .img-grid>.img-item>.img-item-bottom{padding:16px 14px 0;height:104px;line-height:18px}.img-item>.img-item-top{background-position:0 0;background-size:cover;background-repeat:no-repeat}.img-item.item-left>.img-item-top{background-image:var(--bpd-quality-left)}.img-item.item-right>.img-item-top{background-image:var(--bpd-quality-right)}.section-four-content{display:grid;grid-template-rows:repeat(3,71px)}.pc .section-four-content{row-gap:12px}.mobile .section-four-content{row-gap:23px}.section-four-content>.section-msg{display:grid;grid-template-columns:71px 1fr;grid-template-areas:"circle title" "circle content";height:71px}.pc .section-four-content>.section-msg{column-gap:10px}.mobile .section-four-content>.section-msg{column-gap:10px}.section-four-content>.section-msg>.circle{grid-area:circle;border-radius:50%;background-color:#b4b4b4;width:71px;height:71px}.section-four-content>.section-msg>.section-msg-title{color:#14151a;font-weight:700;font-size:14px;text-transform:capitalize}.pc .section-four-content>.section-msg>.section-msg-title{padding-top:8px;height:28px;letter-spacing:.5px}.mobile .section-four-content>.section-msg>.section-msg-title{height:21px}.section-four-content>.section-msg>.section-msg-content{color:#2b2c3c;font-weight:300;font-size:12px;line-height:18px;letter-spacing:0}.overflow-hidden{overflow:hidden}
