.email-submit{display:flex;justify-content:center;align-items:center;border-radius:5px;overflow:hidden;margin:15px auto 15px;}
.email-submit input{flex:1;height:45px;background-color:#ffffff;color:#000000;border:none;outline:none;padding:0 10px;font-size:15px;}
.email-submit button{height:45px;background-color:var(--color);;color:#ffffff;border:none;outline:none;font-size:19px;display:flex;justify-content:center;align-items:center;padding:0 20px;gap:8px;cursor:pointer;}
.hide-container{padding-top:1px;color:#d4d4d4;}
.m01-get-wrap{display:flex;background-color:#0d0c0c;border-radius:33px;justify-content:space-evenly;color:#999;padding:65px 10px 25px;margin:40px auto 0;max-width:1200px;position:relative;z-index:0;}
.m01-get-wrap::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(255 255 255 / .1);margin:-2px;border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:-1;mask-image:linear-gradient(#000 85%,transparent);-webkit-mask-image:linear-gradient(#000 85%,transparent);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;}
.m01-get-wrap > *{margin:0 10px;}
.m01-get-hbtn-x{border-top:2px solid;color:rgba(255 255 255 / .15);text-align:center;}
.m01-get-hbtn{font-size:inherit;min-width:120px;padding:5px 5px;border-radius:0 0 10px 10px;border:none;background:linear-gradient(180deg,#444545,#7d6945);color:#ffffff;position:relative;top:-2px;left:-13px;}
.m01-get-hbtn::first-line{color:#fff;}
.m01-get-hbtn:not(:disabled){cursor:pointer;}
.hide-container-flex{display:flex;justify-content:center;align-items:flex-start;flex-wrap: wrap;}
.hide-vs{position:relative;align-self:center;}
.hide-vs::before{content:'';display:block;width:1px;height:150px;background-color:#494949;position:absolute;left:50%;top:calc(50% - 150px);transform:translate(-50%,-50%);}
.hide-vs::after{content:'';display:block;width:1px;height:150px;background-color:#494949;position:absolute;left:50%;bottom:calc(50% - 150px);transform:translate(-50%,50%);}
.hide-item{flex:1;padding:0 70px;}
.hide-item.green{--color:#92cf3f;}
.hide-item.orange{--color:#ff9018;}
.hide-item-title{color:var(--color);text-align:center;font-size:25px;line-height:1.4;font-weight:700;}
.hide-item-list{margin-bottom:25px;text-align: left;}
.hide-item-list li{position:relative;font-size:17px;line-height:1.4;margin-bottom:5px;padding-left:25px;color:#d4d4d4;}
.hide-item-list .check-true{display:block;width:18px;height:18px;border-radius:50%;background-color:var(--color);position:absolute;left:0;top:5px;}
.hide-item-list .check-true::before{content:'';display:block;width:2px;height:8px;background-color:#ffffff;position:absolute;left:60%;top:50%;transform:translate(-50%,-50%) rotate(45deg);}
.hide-item-list .check-true::after{content:'';display:block;width:2px;height:5px;background-color:#ffffff;position:absolute;left:40%;top:58%;transform:translate(-50%,-50%) rotate(-45deg);}
.hide-item-list .check-false{display:block;width:18px;height:18px;border-radius:50%;background-color:#858585;position:absolute;left:0;top:5px;}
.hide-item-list .check-false::before{content:'';display:block;width:2px;height:10px;background-color:#ffffff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);}
.hide-item-list .check-false::after{content:'';display:block;width:2px;height:10px;background-color:#ffffff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-45deg);}
.input-submit-info-container{width:405px;margin:0 auto;min-height:66px;display:flex;}
.input-submit-info{line-height:1.2;padding-left:25px;position:relative;text-align: left;}
.input-submit-info span{color:red;}
.input-submit-info a{color:#54adfe;}
.input-submit-info input{display:none;}
.input-submit-info label{position:absolute;top:1px;left:0;width:14px;height:14px;border:1px solid #b5b5b5;border-radius:4px;cursor:pointer;}
.input-submit-info label::before{content:"";display:none;width:4px;height:10px;border-right:2px solid #4fc452;border-bottom:2px solid #4fc452;transform:rotate(45deg);margin-left:4px;}
.input-submit-info input:checked+label::before{display:block;}
.input-submit-info input:checked~span{color:#939292;}
.hide-share{text-align:center;margin-top:35px;}
.hide-share-title {margin-bottom: 10px;color: #fff;}
.m01-share-a{display:inline-block;color:#aba093;padding:0 4px;text-decoration:none;}
.m01-share-a::before{content:'';display:block;margin:0 auto;height:30px;width:30px;background:url(../../images/event/matting-giveaway/m01-share-icons.svg) no-repeat center top/100% auto;}
.m01-share-a-1:not([href])::before{background-position-y:-162px;}
.m01-share-a-2::before{background-position-y:-32px;}
.m01-share-a-3::before{background-position-y:-65px;}
.m01-share-a-4::before{background-position-y:-97px;}
.m01-share-a-5::before{background-position:4px -129px;}
.m01-share-a-1 span:last-of-type,.m01-share-a-1:not([href]) span:first-of-type{display:none;}
.m01-share-a-1:not([href]) span:last-of-type{display:initial;}

.hide-item-flex{display:flex;align-items:center;gap:10px;}
.hide-item-con{font-size:17px;line-height:1.4;color:#ffffff;flex:1;}
.hide-item-con span{color:var(--color);}
.hide-item-code,.hide-item-code span{color:var(--color);}
.hide-item-code i {color: #fff;font-style: normal;min-width: 85px;display: inline-block;text-align: left;}
.hide-item-button{display:flex;justify-content:center;align-items:center;padding:20px 0;}
.hide-item-button a{width:225px;height:45px;background-color:var(--color);border-radius:5px;color:#ffffff;text-decoration: none;}
.hide-button-flex{width:100%;height:100%;display:flex;justify-content:center;align-items:center;gap:15px;font-size:17px;font-weight:700;}
.hide-item-button.icon .hide-button-flex::after{content:'';background:url(../../images/svg-icons/down-icons.svg) no-repeat center -26px; width:44px; height:21px;}
.hide-price-flex{display:flex;justify-content:center;align-items:center;flex-direction:column;font-weight:400;}
.hide-price-flex span{line-height:1;font-size:17px;color:#ffffff;}
.hide-price-flex del{line-height:1;font-size:13px;color:#492a08;}
.hide-add-title{font-size:19px;line-height:1.4;color:#ffffff;text-align:center;margin-bottom:15px;white-space: nowrap;}
.hide-title-wrap {display: inline-block;position: relative;}
.hide-title-wrap>a {color: #fff;text-decoration: underline;white-space: nowrap;display: inline-block;margin-left: 10px;}
.hide-title-wrap>a:hover {color: #92cf3f;}
.hide-add-price{display:flex;justify-content:center;align-items:flex-end;gap:10px;margin-bottom:20px;}
.hide-add-price strong{font-size:23px;line-height:1;color:var(--color);}
.hide-add-price del{font-size:17px;line-height:1;color:#d4d4d4;}
.hide-add-list{padding-top:10px;text-align: left;}
.hide-add-list li{font-size:17px;line-height:1.4;color:#d4d4d4;white-space:nowrap;}
.hide-add-list li::before{content:'';display:inline-block;width:5px;height:5px;background-color:#d4d4d4;border-radius:50%;margin-right:10px;vertical-align:middle;}
.hide-item-icon {display: none;}

@media (max-width:979px){
	.m01-get-wrap {padding: 30px 0 0;margin: 20px 0 0;}
	.m01-get-wrap > * {margin: 0;}
	.hide-add-title {white-space: normal;}
	.input-submit-info-container {width: auto;}
	.hide-vs {display: none;}
	.hide-item.green {width: 96%;padding: 0 2%;flex: none;}
	.hide-item.orange {padding: 50px 2%;width: 96%;flex: none;}
	.hide-item-list {width: fit-content;margin: 0 auto 25px;}
	.hide-add-list {width: fit-content;margin: 0 auto;}
	.hide-share {margin-top: 20px;}
}
@media (max-width:767px){

}
@media (max-width:479px){

}