body{
    background-color: #00101D;
    color: #fff;
}
.wrap1000{
    width: 1000px;
    margin: 0 auto;;
}
/* .wrap1000 반응형 */
@media screen and (max-width: 1024px) {
    .wrap1000 { width: 90%; }
}
@media screen and (max-width: 768px) {
    .wrap1000 { width: 90%; }
}
@media screen and (max-width: 500px) {
    .wrap1000 { width: 90%; }
}





/* 페이지 로드 애니메이션 */
@keyframes secFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




.title_box{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    display: flex;
    align-items: center;
}
.title_box::before{
    content: '';
    display: block;
    width: 4px;
    height: 40px;
    background: linear-gradient(to top, #98178b, #2563ec);
    margin-right: 18px;
}
/* 초기 상태 */
.title_box.anim-init {
    opacity: 0;
    transform: translateY(30px);
}
/* 실행 */
.title_box.is-visible {
    animation: secFadeUp 0.8s ease forwards;
}

/* .title_box 반응형 */
@media screen and (max-width: 1024px) {
    .title_box {
        font-size: 21px;
    }
    .title_box::before {
        height: 32px;
        margin-right: 14px;
    }
}
@media screen and (max-width: 768px) {
    .title_box {
        font-size: 19px;
    }
    .title_box::before {
        height: 28px;
        margin-right: 12px;
    }
}
@media screen and (max-width: 500px) {
    .title_box {
        font-size: 17px;
    }
    .title_box::before {
        height: 24px;
        margin-right: 10px;
    }
}

.btns_wrap{
    display: inline-flex;
    align-items: flex-end;
    padding: 13px 32px;
    font-family: "omnigothic", sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(#121422, #121422) padding-box, linear-gradient(to right, #98178b, #2563ec) border-box;
    border: 3px solid transparent;
    border-radius: 9999px;
    cursor: pointer;
    letter-spacing: -0.02em;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.btns_wrap:hover{
    box-shadow: 0 0 20px 4px rgba(245, 88, 117, 0.45),
                0 0 40px 8px rgba(152, 23, 139, 0.25);
    text-decoration: none;
}
.btns_wrap i{
    margin-left: 10px;
}
/* .btns_wrap 반응형 */
@media screen and (max-width: 768px) {
    .btns_wrap {
        padding: 15px 26px;
        font-size: 15px;
    }
    .btns_wrap i{width: 10px;}
    .btns_wrap i img{width: 100%;}
}
@media screen and (max-width: 500px) {
    .btns_wrap {
        padding: 10px 15px;
        font-size: 13px;
    }
}


















/* sec01 */
.landing_wrap .sec01{
    position: relative;
}
.landing_wrap .sec01 .link_btn{
    display: inline-block;
    width: auto;
    position: absolute;
    right: 57px;
    top: 37px;
    left: auto;
    background-color: transparent;
    align-items: center;
    height: auto;
    font-size: 20px;
    font-weight: 400;
    color: rgba(225, 225, 225, 0.58);
}
.landing_wrap .sec01 .link_btn:hover{
    text-decoration: none;
    color: #fff;
    transition: all .3s;
}
.landing_wrap .sec01>div{
    padding: 115px 0 67px 0;
    position: relative;
}
.landing_wrap .sec01>div::after{
    content: '';
    display: block;
    background: url('/kr/_img/landing2/sec01_bg.png') no-repeat right bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 972px;
    height: 419px;
    z-index: -1;
}
.landing_wrap .sec01>div h1{
    margin-bottom: 183px;
    animation: secFadeUp 0.9s ease forwards;
}
.landing_wrap .sec01>div .btns_wrap{
    animation: secFadeUp 0.9s ease 0.2s both;
}
.landing_wrap .sec01>div h1 img{
    max-width: 100%;
    height: auto;
}
/* sec01 반응형 */
@media screen and (max-width: 1024px) {
    .landing_wrap .sec01>div {
        padding: 80px 0;
    }
    .landing_wrap .sec01>div::after {
        width: 72%;
        height: 0;
        padding-bottom: 31%;
    }
    .landing_wrap .sec01>div h1 {
        margin-bottom: 110px;
    }
}
@media screen and (max-width: 768px) {
    .landing_wrap .sec01 .link_btn {
        top: 15px;
        right: 15px;
        font-size: 13px;
        padding: 8px 10px;
    }
    .landing_wrap .sec01>div {
        padding: 60px 0;
    }
    .landing_wrap .sec01>div::after {
        width: 70%;
        height: 0;
        padding-bottom: 30.2%;
    }
    .landing_wrap .sec01>div h1 {
        margin-bottom: 65px;
    }
}
@media screen and (max-width: 500px) {
    .landing_wrap .sec01 .link_btn {
        font-size: 13px;
        padding: 7px 9px;
    }
    .landing_wrap .sec01>div {
        padding: 60px 0 45px 0;
    }
    .landing_wrap .sec01>div::after {
        width: 80%;
        height: 0;
        padding-bottom: 34.5%;
    }
    .landing_wrap .sec01>div h1 {
        margin-bottom: 40px;
    }
}



/* sec02 */
.landing_wrap .sec02{
    background: linear-gradient(to top, #121f4a, #261239);
    padding: 108px 0;
}
.landing_wrap .sec02>div h2{
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 43px;
    animation: secFadeUp 0.9s ease forwards;
}
.landing_wrap .sec02>div p{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.7;
    animation: secFadeUp 0.9s ease 0.2s both;
}
/* sec02 반응형 */
@media screen and (max-width: 1024px) {
    .landing_wrap .sec02 {
        padding: 80px 0;
    }
    .landing_wrap .sec02>div h2 {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .landing_wrap .sec02>div p {
        font-size: 17px;
    }
}
@media screen and (max-width: 768px) {
    .landing_wrap .sec02 {
        padding: 60px 0;
    }
    .landing_wrap .sec02>div h2 {
        font-size: 22px;
        margin-bottom: 28px;
    }
    .landing_wrap .sec02>div p {
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
    .landing_wrap .sec02 {
        padding: 50px 0;
    }
    .landing_wrap .sec02>div h2 {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .landing_wrap .sec02>div p {
        font-size: 14px;
    }
}



/* sec03 */
.landing_wrap .sec03{
    padding-top: 89px;
    padding-bottom: 108px;
}
.landing_wrap .sec03>div .title_box{
    margin-bottom: 19px;
}
.landing_wrap .sec03>div .row{
    display: flex;
    align-items: center;
}
.landing_wrap .sec03>div .box{
    width: 50%;
}
.landing_wrap .sec03>div .left_wrap{
    max-width: 485px;
    height: 260px;
}
.landing_wrap .sec03>div .right_wrap{
    padding-left: 47px;
}
.landing_wrap .sec03>div .right_wrap ul li{
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}
.landing_wrap .sec03>div .right_wrap ul li br{
    display: block !important;
}
.landing_wrap .sec03>div .right_wrap ul li:nth-of-type(1)::after{
    margin-top: 16px;
}
.landing_wrap .sec03>div .right_wrap ul li:nth-of-type(2){
    padding-top: 30px;
}
.landing_wrap .sec03>div .right_wrap ul li:nth-of-type(2)::after{
    margin-top: 30px;
}
.landing_wrap .sec03>div .right_wrap ul li:nth-of-type(3){
    padding-top: 16px;
}
.landing_wrap .sec03>div .right_wrap ul li:not(:last-of-type)::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}
.landing_wrap .sec03>div .right_wrap ul li span{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}
/* sec03 반응형 */
@media screen and (max-width: 1024px) {
    .landing_wrap .sec03 {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .landing_wrap .sec03>div .left_wrap {
        height: 230px;
    }
    .landing_wrap .sec03>div .right_wrap {
        padding-left: 35px;
    }
    .landing_wrap .sec03>div .right_wrap ul li {
        font-size: 21px;
    }
    .landing_wrap .sec03>div .right_wrap ul li span {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .landing_wrap .sec03 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .landing_wrap .sec03>div .title_box {
        margin-bottom: 16px;
    }
    .landing_wrap .sec03>div .row {
        flex-direction: column;
    }
    .landing_wrap .sec03>div .box {
        width: 100%;
    }
    .landing_wrap .sec03>div .left_wrap {
        max-width: 100%;
        height: 280px;
    }
    .landing_wrap .sec03>div .right_wrap {
        padding-left: 0;
        padding-top: 30px;
    }
    .landing_wrap .sec03>div .right_wrap ul li {
        font-size: 19px;
    }
    .landing_wrap .sec03>div .right_wrap ul li:nth-of-type(1)::after {
        margin-top: 14px;
    }
    .landing_wrap .sec03>div .right_wrap ul li:nth-of-type(2) {
        padding-top: 24px;
    }
    .landing_wrap .sec03>div .right_wrap ul li:nth-of-type(2)::after {
        margin-top: 24px;
    }
    .landing_wrap .sec03>div .right_wrap ul li:nth-of-type(3) {
        padding-top: 14px;
    }
    .landing_wrap .sec03>div .right_wrap ul li span {
        font-size: 13px;
    }
}
@media screen and (max-width: 500px) {
    .landing_wrap .sec03 {
        padding-top: 45px;
        padding-bottom: 55px;
    }
    .landing_wrap .sec03>div .title_box {
        margin-bottom: 14px;
    }
    .landing_wrap .sec03>div .left_wrap {
        height: 230px;
    }
    .landing_wrap .sec03>div .right_wrap ul li {
        font-size: 17px;
    }
    .landing_wrap .sec03>div .right_wrap ul li span {
        font-size: 12px;
    }
    .landing_wrap .sec03>div .right_wrap ul li:nth-of-type(1)::after {
        margin-top: 12px;
    }
    .landing_wrap .sec03>div .right_wrap ul li:nth-of-type(2) {
        padding-top: 18px;
    }
    .landing_wrap .sec03>div .right_wrap ul li:nth-of-type(2)::after {
        margin-top: 18px;
    }
    .landing_wrap .sec03>div .right_wrap ul li:nth-of-type(3) {
        padding-top: 12px;
    }
}


/* sec04 */
.landing_wrap .sec04{
    padding-bottom: 108px;
    padding-bottom: 92px;
}
.landing_wrap .sec04>div .title_box{
    margin-bottom: 20px;
}
.landing_wrap table{
    width: 100%;
    border-collapse: collapse;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}
.landing_wrap table br{
    display: block !important;
}
.landing_wrap table td{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 16px 20px;
    vertical-align: top;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.landing_wrap table td:not(:first-of-type){
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.landing_wrap table td.left{
    text-align: left;
}
.landing_wrap table td .txt01{
    font-size: 13px;
    line-height: 1.5;
}
.landing_wrap table td .txt02{
    font-weight: 700;
}
.landing_wrap table td .txt03{
    font-size: 14px;
    line-height: 1.4;
}
.landing_wrap table .time-start,
.landing_wrap table .time-end{
    width: 60px;
    white-space: nowrap;
    color: rgba(255,255,255,0.9);
}
.landing_wrap table .point_a{
    background: linear-gradient(to right, #98178b, #2563ec);
}
.landing_wrap table .point_b{
    background: linear-gradient(to right, #98178b, #f55875, #ddf24b);
}
.landing_wrap table .txtPoint{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
/* sec04 반응형 */
@media screen and (max-width: 1024px) {
    .landing_wrap .sec04 {
        padding-bottom: 70px;
    }
    .landing_wrap table td {
        padding: 14px 16px;
        font-size: 15px;
    }
    .landing_wrap table .time-start,
    .landing_wrap table .time-end {
        width: 55px;
    }
    .landing_wrap table .txtPoint {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .landing_wrap .sec04 {
        padding-bottom: 55px;
    }
    .landing_wrap table td {
        padding: 12px 12px;
        font-size: 14px;
    }
    .landing_wrap table td .txt01 {
        font-size: 13px;
    }
    .landing_wrap table td .txt03 {
        font-size: 14px;
    }
    .landing_wrap table .time-start,
    .landing_wrap table .time-end {
        width: 48px;
    }
    .landing_wrap table .txtPoint {
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .landing_wrap .sec04 {
        padding-bottom: 45px;
    }
    .landing_wrap table {
        font-size: 11px;
        line-height: 1.35;
    }
    .landing_wrap table td {
        padding: 6px 5px;
        font-size: 11px;
    }
    .landing_wrap table td .txt01 {
        font-size: 11px;
    }
    .landing_wrap table td .txt02 {
        font-size: 11px;
    }
    .landing_wrap table td .txt03 {
        font-size: 10px;
    }
    .landing_wrap table .time-start {
        width: 34px;
        font-size: 10px;
    }
    .landing_wrap table .txtPoint {
        font-size: 11px;
    }
}



/* sec05 */
.landing_wrap .sec05{
    padding-bottom: 100px;
}
.landing_wrap .sec05>div .title_box{
    margin-bottom: 61px;
}
.landing_wrap .sec05>div .member_list{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 70px 60px;
    text-align: center;
}
.landing_wrap .sec05>div .member_list li:nth-child(1){
    grid-column: 1 / 3;
}
.landing_wrap .sec05>div .member_list li:nth-child(2){
    grid-column: 3 / 5;
}
.landing_wrap .sec05>div .member_list li:nth-child(3){
    grid-column: 5 / 7;
}
.landing_wrap .sec05>div .member_list li:nth-child(4){
    grid-column: 2 / 4;
}
.landing_wrap .sec05>div .member_list li:nth-child(5){
    grid-column: 4 / 6;
}
.landing_wrap .sec05>div .member_list li .img_box{
    width: 270px;
    height: 270px;
    border-radius: 100%;
    margin-bottom: 23px;
    background-color: #fff;
    overflow: hidden;
}
.landing_wrap .sec05>div .member_list li .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.landing_wrap .sec05>div .member_list li .txt_box strong{
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 9px;
}
.landing_wrap .sec05>div .member_list li .txt_box p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}
/* sec05 반응형 */
@media screen and (max-width: 1024px) {
    .landing_wrap .sec05 {
        padding-bottom: 75px;
    }
    .landing_wrap .sec05>div .title_box {
        margin-bottom: 45px;
    }
    .landing_wrap .sec05>div .member_list {
        gap: 50px 40px;
    }
    .landing_wrap .sec05>div .member_list li .img_box {
        width: 220px;
        height: 220px;
    }
    .landing_wrap .sec05>div .member_list li .txt_box strong {
        font-size: 21px;
    }
    .landing_wrap .sec05>div .member_list li .txt_box p {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .landing_wrap .sec05 {
        padding-bottom: 65px;
    }
    .landing_wrap .sec05>div .title_box {
        margin-bottom: 40px;
    }
    .landing_wrap .sec05>div .member_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
    .landing_wrap .sec05>div .member_list li:nth-child(1),
    .landing_wrap .sec05>div .member_list li:nth-child(2),
    .landing_wrap .sec05>div .member_list li:nth-child(3),
    .landing_wrap .sec05>div .member_list li:nth-child(4) {
        grid-column: auto;
    }
    .landing_wrap .sec05>div .member_list li:nth-child(5) {
        grid-column: 1 / -1;
    }
    .landing_wrap .sec05>div .member_list li .img_box {
        width: 180px;
        height: 180px;
        margin: 0 auto 18px;
    }
    .landing_wrap .sec05>div .member_list li .txt_box strong {
        font-size: 19px;
    }
    .landing_wrap .sec05>div .member_list li .txt_box p {
        font-size: 13px;
    }
}
@media screen and (max-width: 500px) {
    .landing_wrap .sec05 {
        padding-bottom: 55px;
    }
    .landing_wrap .sec05>div .title_box {
        margin-bottom: 30px;
    }
    .landing_wrap .sec05>div .member_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
    .landing_wrap .sec05>div .member_list li .img_box {
        width: 130px;
        height: 130px;
        margin: 0 auto 14px;
    }
    .landing_wrap .sec05>div .member_list li .txt_box strong {
        font-size: 16px;
    }
    .landing_wrap .sec05>div .member_list li .txt_box p {
        font-size: 12px;
    }
}



/* sec06 */
.landing_wrap .sec06{
    padding-bottom: 56px;
}
.landing_wrap .sec06>div .title_box{
    margin-bottom: 47px;
}
.landing_wrap .sec06>div .logo_list{
    display: grid;
    grid-template-columns: repeat(3, 270px);
    gap: 35px 58px;
    width: fit-content;
    margin: 0 auto 63px auto;
}
.landing_wrap .sec06>div .logo_list li{
    width: 270px;
    height: 145px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing_wrap .sec06>div .logo_list li .img_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing_wrap .sec06>div .txt_wrap{
    text-align: center;
}
.landing_wrap .sec06>div .txt_wrap p{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.7;
    margin-bottom: 37px;
}
.landing_wrap .sec06>div .txt_wrap p span{
    font-weight: 700;
}
/* 초기 상태 */
.landing_wrap .sec06>div .txt_wrap p,
.landing_wrap .sec06>div .txt_wrap .btns_wrap{
    opacity: 0;
    transform: translateY(30px);
}

/* 스크롤 도달 */
.landing_wrap .sec06.is-visible .txt_wrap p{
    opacity: 1;
    animation: secFadeUp 0.9s ease forwards;
}
.landing_wrap .sec06.is-visible .txt_wrap p br{
    display: block !important;
}
.landing_wrap .sec06.is-visible .txt_wrap .btns_wrap{
    opacity: 1;
    animation: secFadeUp 0.9s ease 0.2s both;
}

/* sec06 반응형 */
@media screen and (max-width: 1024px) {
    .landing_wrap .sec06 {
        padding-bottom: 45px;
    }
    .landing_wrap .sec06>div .title_box {
        margin-bottom: 35px;
    }
    .landing_wrap .sec06>div .logo_list {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 30px;
        width: auto;
        margin: 0 auto 50px auto;
    }
    .landing_wrap .sec06>div .logo_list li {
        width: auto;
        font-size: 20px;
    }
    .landing_wrap .sec06>div .logo_list li img {
        max-width: 70%;
        height: auto;
    }
    .landing_wrap .sec06>div .txt_wrap p {
        font-size: 17px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .landing_wrap .sec06>div .title_box {
        margin-bottom: 16px;
    }
    .landing_wrap .sec06>div .logo_list {
        gap: 20px 20px;
        margin: 0 auto 45px auto;
    }
    .landing_wrap .sec06>div .logo_list li {
        height: 120px;
        font-size: 18px;
        margin-bottom: 16px;
    }
    .landing_wrap .sec06>div .txt_wrap p {
        font-size: 15px;
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 500px) {
    .landing_wrap .sec06>div .title_box {
        margin-bottom: 14px;
    }
    .landing_wrap .sec06>div .logo_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 15px;
        margin: 0 auto 38px auto;
    }
    .landing_wrap .sec06>div .logo_list li {
        height: 100px;
        font-size: 16px;
        margin-bottom: 14px;
    }
    .landing_wrap .sec06>div .txt_wrap p {
        font-size: 14px;
        margin-bottom: 22px;
    }
}

/*sec07*/
.landing_wrap .sec07{
    padding-bottom: 56px;
}

.landing_wrap .sec07 .event_img_box{
	padding:40px 28px 0px 28px;
}
.landing_wrap .sec07 img{
	width:100%;
}
.landing_wrap .sec07 .desc{
	text-align:right;
	margin-top:10px;
	padding-right:28px;
}
.landing_wrap .sec07 .txt_wrap{
	text-align:center;
	margin-top:40px;
}
@media(min-width:768px){
	.landing_wrap .sec07 .mo_only{
		display:none !important;
	}
}
@media(max-width:767.98px){
	.landing_wrap .sec07 .pc_only{
		display:none !important;
	}
	.landing_wrap .sec07 .event_img_box{
		padding:20px 0px 0px 0px;
	}
	.landing_wrap .sec07 .desc{
		padding-right:0;
	}
}


/* footer */
.landing_wrap footer{
    padding-bottom: 69px;
}
.landing_wrap footer>div::before{
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #98178b, #2563ec);
    margin-bottom: 30px;
}
.landing_wrap footer>div ul{
    padding-left: 33px;
}
.landing_wrap footer>div ul li{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
	display:flex;
}
.landing_wrap footer>div ul li i{
	width:10px;
	flex-shrink: 0;
	font-weight:700;
	transform: translateY(3px);
}
/* footer 반응형 */
@media screen and (max-width: 768px) {
    .landing_wrap footer {
        padding-bottom: 50px;
    }
    .landing_wrap footer>div::before {
        margin-bottom: 24px;
    }
    .landing_wrap footer>div ul {
        padding-left: 22px;
    }
    .landing_wrap footer>div ul li {
        font-size: 13px;
    }
}
@media screen and (max-width: 500px) {
    .landing_wrap footer {
        padding-bottom: 40px;
    }
    .landing_wrap footer>div::before {
        margin-bottom: 20px;
    }
    .landing_wrap footer>div ul {
        padding-left: 16px;
    }
    .landing_wrap footer>div ul li {
        font-size: 12px;
    }
}









.prereg_modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  box-sizing: border-box;
}

.prereg_modal.is-open {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: preregModalFadeIn 0.28s ease;
}

@keyframes preregModalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.prereg_modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 8, 20, 0.72);
}

.prereg_modal__dialog {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 300px;
  max-width: 600px;
  padding: 2rem;
  border-radius: 12px;
  background: url('../_img/landing2/prereg_modal_bg.png') no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.prereg_modal__close {
  position: absolute;
  top: 15px;
  right: 15px;

  width: 44px;
  height: 44px;

  margin: 0;
  padding: 0;
  border: none;

  background: transparent;
  color: #fff;

  line-height: 0;
  cursor: pointer;

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

  transition: opacity 0.2s ease;
}

.prereg_modal__close:hover {
  opacity: 0.85;
}

.prereg_modal__close img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.prereg_modal__body {
  margin: 0;
  padding: 0 8px;
}

.prereg_modal__line {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.02em;
}
.prereg_modal__line br{
    display: block !important;
}

@media screen and (max-width: 768px) {
  .prereg_modal__dialog {
    height: 250px;
  }

  .prereg_modal__line {
    font-size: 16px;
  }
  
    .prereg_modal__line br{display: none !important;}
}

@media screen and (max-width: 500px) {
  .prereg_modal {
    padding: 16px 12px;
  }

  .prereg_modal__dialog{height: 200px;}

  .prereg_modal__close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }

  .prereg_modal__close img {
    width: 24px;
    height: 24px;
  }

  .prereg_modal__body {
    padding: 0 4px;
  }

  .prereg_modal__line {
    font-size: 14px;
    line-height: 1.6;
  }
}