/* font */

@font-face {
	font-family:"OtokiSans3N";
    font-weight:500;
    font-style:normal;
    src: url(/2026/font/OtokiSans3N-Medium.woff2) format('woff2'),
         url(/2026/font/OtokiSans3N-Medium.ttf) format('truetype');
    font-display:block;
}


@font-face {
    font-family: "OtokiSans3N";
    font-weight: 300;
    font-style: normal;
    src: url(/2026/font/OtokiSans3N-Light.woff2) format('woff2'),
         url(/2026/font/OtokiSans3N-Light.ttf) format('truetype');
    font-display: block;
}

@font-face {
    font-family: "OtokiSans3N";
    font-weight: 700;
    font-style: normal;
    src: url(/2026/font/OtokiSans3N-Bold.woff2) format('woff2'),
         url(/2026/font/OtokiSans3N-Bold.ttf) format('truetype');
    font-display: block;
}

@font-face {
    font-family: "OtokiSans3N";
    font-weight: 800 900;
    font-style: normal;
    src: url(/2026/font/OtokiSans3N-ExtraBold.woff2) format('woff2'),
         url(/2026/font/OtokiSans3N-ExtraBold.ttf) format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'TmoneyRoundWindExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {font-family:"OtokiSans3N"; color:#666666; font-weight:500; letter-spacing:-0.5px; word-break: keep-all; line-height:120%;} /*654fa4 / ff7062*/

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}




body,p,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,div,a,form {margin:0; padding:0;}
body {max-width:2000px; margin:0 auto;}
a {text-decoration:none; color:#666666;}
b {color:inherit; font-weight:700; font-famliy:inherit;}
u {color:inherit; font-weight:700; font-famliy:inherit;}
span {color:inherit; font-famliy:inherit;}

ul, li{margin:0; padding:0; list-style:none}

img {border:0px;}
dl,dt,dd {margin:0; padding:0;}

dl {display:table; padding:20px 0 20px 0; border-bottom:1px solid #e6e6e6; width:100%;}
dt {width:20%; float:left; color:#000000; font-weight:bold; font-size:16px; line-height:30px;}
dt i {margin-right:10px; color:#000000; }
dd {width:80%; float:right; font-size:16px; line-height:30px;}
dd span {color:#000000; font-size:15px; margin-bottom:15px; display:block; margin-top:10px;}
dd span:before {color:#000000; font-family: "Font Awesome 5 free"; content: "\f058"; margin-right:10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold;}

input[type=text],input[type=password],input[type=button],textarea,select {-webkit-appearance: none;-webkit-border-radius: 0; padding:0; margin:0; border:0px;}
input[type="button"], button{border:0 none; padding:0; margin:0; background:transparent; *overflow:visible; cursor:pointer;}
button::-moz-focus-inner{border:0; padding:0;}
input[type="button"]::-moz-focus-inner{border:0; padding:0;}
label{cursor:pointer;}
.swiper-slide {cursor:pointer}
.allcenter2 {display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}

.pagenum {width:100%; text-align:center; margin:0 auto; height:80px;}
.pagenum p {width:40px; height:40px; line-height:1; display:flex; align-items:center; justify-content:center; box-sizing:border-box; text-align:center; border:1px solid #e6e6e6; float:left; background-color:#ffffff; margin-left:-1px; font-size:13px !important;}
.pagenum b {display:block; color:#000000; font-size:13px; line-height:1;}
.pagenum i {display:block; line-height:1; width:auto; text-align:center;}

.wrap {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}




table {padding:0; border-spacing:0px; background-color:#ffffff; width:100%; border-radius:0px; margin-top:0px; border-left:0px solid #dddddd; margin-bottom:30px;}
th, td {text-align:center; margin:0; padding:10px; border-bottom:1px solid #dddddd;}
td {font-size:14px; line-height:20px; border-right:1px solid #dddddd}
td.tdnotice {font-size:14px; color:#000000; background-color:#f6f6f6; font-weight:bold}
th {font-size:15px; color:#e32637; font-weight:700; border-top: 1px solid #e32637; border-bottom: 1px solid #e32637;}
th:last-child {border-right:0px solid #dddddd}
td:last-child {border-right:0px solid #dddddd}
label {position: relative; padding-left: 25px !important; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; top:0; left:0}
label input {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.checkmark {position: absolute; top:2px; left: 0; height: 20px; width: 20px; background-color: #cccccc; border-radius:5px;}
label input:checked ~ .checkmark {background-color: #e22637;}
.checkmark:after {content: ""; position: absolute; display: none;}
label input:checked ~ .checkmark:after {display: block;}
label .checkmark:after {left: 7px; top: 5px; width: 4px; height: 7px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}


.popup {position:absolute; top:100px; left:50%; z-index:999; box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2), 0 20px 30px 0 rgba(0, 0, 0, 0.1); width:600px; margin-left:-300px;}
.popup img {width:600px; display:block; float:left; border-radius:10px; margin-bottom:0px; margin-top:20px;}
.popup img:first-child {margin-top:0px;}
.popup a:nth-child(1) img {border-radius:10px}
.popup section button {position:absolute; color:#ffffff; font-size:14px; font-weight:500; bottom:-30px;}
.popup section button i {margin-right:5px; color:#ffffff; font-size:14px;}
.popup section button:nth-child(1) {right:70px}
.popup section button:nth-child(2) {right:0px}
.popupbg {width:100%; height:100%; top:0px; left:0px; background:rgba(0,0,0,0.7); position:fixed; z-index:998;}
.p0401 div {display:table; width:100%}



#head {width:100%; box-shadow: 0 5px 15px 0 rgba(234, 85, 86, 0.1), 0 5px 15px 0 rgba(200, 200, 200, 0.1); background-color:#ffffff; position:fixed; top:0px; left:0px; height:100px; z-index:99}

#head .logo {float:left;}
#head img {
    margin: 25px 0 0 40px;
    display: block;
    height: 50px;
}
#head a {}
#head a.on {color:#7c6c63;}




#head div.sns {float:right; margin-right:30px; margin-top:7px;}
#head div.sns button {display:block; text-align:left; padding:5px 0 5px 0}
#head div.sns button i {display:block; float:left; margin-right:10px; color:#000000; border-radius:30px; border:1px solid #000000; width:30px; height:30px; text-align:center; line-height:30px;}
#head div.sns button p {float:left; color:#000000; font-weight:bold; line-height:30px;}
#head div.sns button:nth-child(1) p {color:#254594}


#head div.login {float:right; margin-right:40px; margin-top:35px;}
#head div.login button {color:#000000; height:30px; width:100px; border:1px solid #000000; border-radius:30px; text-align:center; margin:0 0 0 10px; font-size:12px;}

#head div.login button {background: linear-gradient(to right, #000000 50%, transparent 50%); background-size: 200% 100%; background-position:right bottom; transition:all 0.3s ease;}
#head div.login button:hover {background-position:left bottom; color:#ffffff}


#head .pcmenu {
    float: none;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menubox {display:none;}
.toggle-sidebar {display:none;}
/*µå·Ó¸Þ´º*/
.subnav {margin-right:40px; margin-left:40px; float:left;}
.subnav a {line-height:100px; font-family:"OtokiSans3N"; font-size:17px; color:#000000}
.subnav-content a {line-height:20px; display:block; padding:10px 0 10px 0}
.subnav-content b {line-height:20px; display:block; padding:10px 0 0px 0; color:rgba(255,255,255,0.5); font-size:14px !important; }
.subnav {position: relative; cursor:pointer;}
.subnav-content {padding:10px 25px 10px 25px; display: none;  position: absolute;  left:50%; margin-left:-100px; background-color:#ffe400;width: 150px; z-index: 1000 !important;  line-height:50px !important; border-radius:10px; margin-top:-10px; box-shadow: 0 10px 20px 0 rgba(234, 85, 86, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.1);
-webkit-animation: slide-down .3s ease-out;
-moz-animation: slide-down .3s ease-out;
}
.subnav-content a {display:block;color:#ca403c !important; font-size:14px !important; }
.subnav-content a:not(:last-child) {border-bottom:1px solid rgba(255,255,255,0.8)}
.subnav:hover > a:before {content:"¡Ü"; font-size:10px; color:#ffe400; position:absolute; margin-top:-20px; margin-left:-10px;}
.subnav:hover > a {color:#000000 !important}

.subnavon > a:before {content:"¡Ü"; font-size:10px; color:#ffe400; position:absolute; margin-top:-20px; margin-left:-10px;}
.subnavon > a {color:#000000 !important}

.subnav:hover .subnav-content {display: block;}
.subnav-content a:hover {color:#ca403c !important;}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-10%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-10%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}
/*µå·Ó¸Þ´º*/
@media ( max-width: 1300px ) {
.subnav {margin-right:20px; margin-left:20px; float:left;}
}
/* main visual : figma pc 1260x600 */
#main section:nth-child(1) {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1260 / 600;
        margin-top: 100px;
        padding-top: 0;
        overflow: hidden;
        box-sizing: border-box;
    background: url('/2026/img/main/main_bg.svg') no-repeat center top;
        background-size: 100% auto;
        background-color: #f9f3d9;
}
#main section:nth-child(1) .wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    }
    
                                #main section:nth-child(1) .mv_family {
                                    position: absolute;
                                    left: -6%;
                                    bottom: -28%;
                                    width: 112%;
                                    height: auto;
                                }
    #main section:nth-child(1) .mv_family_m {
        position: absolute;
        left: 0;
        bottom: 0;
    width: 100%;
    height: auto;
}

#main section:nth-child(1) .mv_family_m {
    display: none;
}

#main section:nth-child(1) .mv_food {
    position: absolute;
    height: auto;
    }
    
    #main section:nth-child(1) .f_yogurt {
        left: 10.397%;
        top: 90%;
        width: 3.333%;
    }
    
    #main section:nth-child(1) .f_salad {
        left: 26.032%;
        top: 91%;
        width: 11.032%;
    }
    
    #main section:nth-child(1) .f_pancake {
        left: 38.016%;
        top: 81.833%;
        width: 11.032%;
    }
    
    #main section:nth-child(1) .f_juice1 {
        left: 39.603%;
        top: 71.5%;
        width: 2.259%;
    }
    
    #main section:nth-child(1) .f_ketchup {
        left: 51.349%;
        top: 70.167%;
        width: 2.698%;
    }
    
    #main section:nth-child(1) .f_ramen {
        left: 51.349%;
        top: 86.833%;
        width: 10.159%;
    }
    
    #main section:nth-child(1) .f_plate {
        left: 67.063%;
        top: 92.333%;
        width: 11.270%;
    }
    
    #main section:nth-child(1) .f_juice2 {
        left: 89.789%;
        top: 87.833%;
        width: 2.497%;
    }
    
    #main section:nth-child(1) .mv_title {
        position: absolute;
        left: 33.382%;
        top: 35.333%;
        width: 33.236%;
    margin: 0;
}

#main section:nth-child(1) .mv_title img {
    display: block;
    width: 100%;
    height: auto;
}

#main section:nth-child(1) .mv_title .moonly {
    display: none;
}

#main section:nth-child(1) .mv_video {
    position: absolute;
    right: 6%;
        top: 12%;
        width: 22.5%;
}

#main section:nth-child(1) .mv_video .ytplay,
#main section:nth-child(1) .mv_video iframe {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 8px;
}

#main section:nth-child(1) .mv_video iframe {
    aspect-ratio: 16 / 9;
}

#main section:nth-child(1) .mv_video .ytplay {
    font-size: clamp(10px, 1.1vw, 22px);
}

#main section:nth-child(1) .mv_video a {
    display: block;
}

#main section:nth-child(1) .mv_video span {
    display: block;
    margin-top: 0.828vw;
    border-radius: 6px;
    background-color: #254593;
    color: #fff101;
    font-size: clamp(11px, 1.032vw, 20px);
    font-weight: 500;
    line-height: clamp(28px, 2.696vw, 52px);
    text-align: center;
}

/* intro : 3 cards */
#main section:nth-child(2) {
    padding: 80px 0 60px 0;
    background-color: #ffffff;
}

#main section:nth-child(2) .intro {
    display: flex;
    align-items: stretch;
    width: min(860px, calc(100% - 40px));
    min-height: 320px;
    margin: 0 auto;
    border: 1px solid #aaaaaa;
        border-radius: 16px;
        overflow: hidden;
}

#main section:nth-child(2) .introbox {
    flex: 1 0 0;
    min-width: 0;
    padding: 42px 20px 24px 20px;
    text-align: center;
}

#main section:nth-child(2) .introbox+.introbox {
    border-left: 1px solid #aaaaaa;
}

#main section:nth-child(2) .introbox img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

#main section:nth-child(2) .introbox h2 {
    margin: 6px 0 0 0;
    color: #1d1d1d;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

#main section:nth-child(2) .introbox p {
    margin: 24px 0 0 0;
    color: #1d1d1d;
    font-size: 16px;
    line-height: 1.8;
}

#main section:nth-child(2) .introbox p+p {
    margin-top: 6px;
}

#main section:nth-child(2) .introbox .c_red {
    color: #e0393d;
    font-style: normal;
}

#main section:nth-child(2) .introbox .c_navy {
    color: #254593;
    font-style: normal;
}

#main section:nth-child(2) .introbox ul {
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
}

#main section:nth-child(2) .introbox li {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding-left: 18px;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}

#main section:nth-child(2) .introbox li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background-color: #ffc400;
    content: "";
}

/* guide cta */
#main section:nth-child(3) {
    padding: 48px 0;
    background-color: #254593;
}

#main section:nth-child(3) .guidecta {
    display: flex;
    align-items: center;
    gap: 40px;
    width: min(860px, calc(100% - 40px));
    margin: 0 auto;
    justify-content: center;
}

#main section:nth-child(3) .guidecta p {
    flex: none;
    width: calc(50% - 20px);
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;
}

#main section:nth-child(3) .guidecta a {
    flex: none;
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 80px;
    padding: 16px 30px 16px 40px;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    background-color: #ffffff;
}

#main section:nth-child(3) .guidecta a span {
    color: #1d1d1d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

#main section:nth-child(3) .guidecta a img {
    display: block;
    flex: none;
    width: 26px;
    height: 26px;
}

footer {background-color:#f0f0f0; width:100%; padding:50px 0 50px 0}
footer address {
    display: block;
    font-style: normal;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}
footer address img {display:block; width:70px; float:right; margin-bottom:10px;}

#kakao {transition: 0.3s; position: fixed; bottom: 50px; right: 50px; z-index: 99; font-size: 18px; background-color:#fbe300; color: #3b1e1e; cursor: pointer; line-height:50px; text-align:center; border-radius: 50px; width:50px;}
#kakao i {color:#3b1e1e}
#kakao span {display:none; width:0px; line-height:50px; font-weight:bold}
#kakao:hover {width:200px; text-align:left;}
#kakao:hover span {display:block; font-size:14px; line-height:50px; color:#000000; position:absolute; top:0px; left:60px; width:115px;}
#kakao:hover i {padding-left:20px;}

#nav {position:fixed; top:300px; right:100px; z-index:99}
#nav a {
	display:block;
    	color: #000000;
	margin-bottom:20px;
	font-size:13px;
	font-weight:700;
	width:80px; height:30px; border-radius:30px;
	line-height:30px;
	padding-left:20px;
}
#nav a:hover, #nav a.active {
    	color: #ffffff;
	background-color:#e32637;
}
@media ( max-width: 1550px ) {
	#nav {display:none}
	.subnav {margin-right:20px; margin-left:20px; float:left;}
}
/* sub banner (1260x260) - shared by every sub page */
#subv {
    position: relative;
    width: 100%;
    height: 260px;
    margin-top: 0px;
    padding-top: 100px;
    overflow: hidden;
    box-shadow: none;
    text-align: center;
    background:
        url('/2026/img/main/main_bg_2.png?v=1') no-repeat calc(50% - 260px) 122px / 714px auto,
        url('/2026/img/main/sub_banner_bg.jpg?v=1') no-repeat center 100px / 100% 260px;
    background-color: #fff9df;
}

#subv:after {
    position: absolute;
    left: calc(50% + 312px);
    top: 281px;
    height: 30px;
    padding: 0 10px;
    transform: translateX(-50%);
    border-radius: 50px;
    background: rgba(255, 255, 255, .8);
    color: #1d1d1d;
    content: "8. 8 - 9. 11";
    font-family: "OtokiSans3N", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
}




#subv img {
    position: absolute;
    left: calc(50% + 97px);
    top: 148px;
    width: 430px;
    height: auto;
    margin: 0;
}

#smenu {width:100%; height:50px; background-color:#333333; line-height:50px; text-align:center; position: -webkit-sticky; /* »çÆÄ¸® ºê¶ó¿ìÀú Áö¿ø */
    position: sticky;
    top: 100px; z-index:9}

#smenu a {color:#ffffff; line-height:50px; margin:0 20px 0 20px; font-size:15px;}
#smenu a.on {color:#ffe80c; border-bottom:4px solid #ffe80c; padding-bottom:10px;}




#subpage {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 100px;
}
#subpage h1 {font-family:"OtokiSans3N"; color:#000000; font-size:40px; text-align:center;}
#subpage h1:after {content: "¡Ü"; color:#ffe400; position:absolute; font-size:10px; margin-top:15px; margin-right:-5px;}
#subpage h2 {font-family:"OtokiSans3N";color:#cccccc; font-size:15px; text-align:center; margin-top:10px; margin-bottom:50px; line-height:30px;}
#subpage p {font-size:17px; line-height:35px;}
h14 {display:block; text-align:center; color:#dddddd; font-size:20px; padding-top:100px; padding-bottom:100px;}
h14 i {display:block; width:100%; text-align:center; font-size:30px; margin-bottom:20px; color:#dddddd}

#subpage h3 {margin:0 auto; color:#e32637; font-size:21px; margin-bottom:30px; font-family:"OtokiSans3N"; text-align:center; line-height:40px;}
#subpage h3:after {content: ""; display: block; width: 60px; border-bottom: 1px solid #e32637; margin: 0 auto; padding-top:20px; margin-bottom:20px;}
#subpage h4 {text-align:center}
#subpage h4 b {margin:20px; color:#000000;}
#subpage h4 span {color:#e32637;}
#subpage h4 span i {color:#e32637; margin:10px;}
#subpage h4 b img {height:40px; margin-left:10px; margin-bottom:-10px;}

#subpage h10 {text-align:center; display:block; margin-bottom:50px; margin-top:0px;}
#subpage h10 button {border:1px solid #e32637; color:#e32637; padding:0 30px 0 30px; height:40px; border-radius:40px; margin:5px; font-size:15px;}
#subpage h10 button.on {background-color:#e32637; color:#ffffff;}






.p0101 p {
    text-align: left;
    background: url('/2026/img/bg1.png');
    background-repeat: no-repeat;
    background-position: right top;
    height: 400px;
    padding-top: 50px;
}

.p0201 {width:800px !important; margin:0 auto}
.p0201 img {max-width:100%; margin:30px 0 0px 0; border-radius:10px;}
.p0201 .con div {margin-bottom:50px;}
.p0201 .con div h5 {font-size:18px; color:#000000; font-family:"OtokiSans3N";}
.p0201 .con div h5:after {content: ""; display: block; width: 40px; border-bottom: 3px solid #ffe400; margin: 10px 0px;}
.p0201 .con div p {line-height:20px; margin-bottom:10px}
.p0201 .con div  span {display:block; color:#e32637; font-size:13px; margin-bottom:10px; line-height:20px;}
.p0201 .con div  span:before {color:#e32637; font-family: "Font Awesome 5 free"; content: "\f058"; margin-right:10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold;}
.p0201 .con div ul {margin-left:20px;}
.p0201 .con div ul li {margin-bottom:10px; list-style-type: disc; color:#000000; line-height:23px; font-size:14px;}
.p0201 .con div b {color:#000000; margin-top:30px; display:block; line-height:20px; margin-bottom:10px;}
.p0201 .con div p button {width:33%; background-color:#333333; color:#ffffff; height:50px; border-radius:5px; margin-right:20px;}
.p0201 .con div p button i {color:#ffffff; margin-right:5px;}

button.app {background-color:#ffffff; border:1px solid #e32637; color:#e32637; font-weight:500; font-size:16px; width:100%; height:60px; border-radius:5px; display:block; margin:0 auto; margin-top:50px}
button.app i {color:#e32637; margin-right:10px; font-size:20px}

.p0101 p {
    width: min(900px, 100%);
    margin: 0 auto;
}
.p0101 p b {color:#000000;}

.p0301 div {width:800px; margin:0 auto; display:table; margin-bottom:100px;}
.p0301 div button {display:block; float:left; width:calc(33.3% - 20px); margin-right:30px; height:300px; border-radius:10px; border:1px solid #000000;}
.p0301 div button:nth-child(3) {margin-right:0px}
.p0301 div button i {color:#000000; font-size:40px;}
.p0301 div button p:nth-child(2) {font-size:20px !important; color:#000000; font-family:"OtokiSans3N";margin-bottom:10px;}
.p0301 div button p:nth-child(3) {font-size:15px !important; color:#e32637; line-height:20px !important;}


.p0301 div  span {display:block; color:#e32637; font-size:13px; margin-top:20px; line-height:20px; width:calc(50% - 20px); float:right}
.p0301 div  span:before {color:#e32637; font-family: "Font Awesome 5 free"; content: "\f058"; margin-right:10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold;}

.p0101 button {background-color:#ffffff; border:1px solid #e32637; color:#e32637; font-weight:500; font-size:16px; width:100%; height:60px; border-radius:5px; display:block; margin:0 auto; margin-top:50px}
.p0101 button i {color:#e32637; margin-right:10px; font-size:20px}

.p0302 {width:800px !important; margin:0 auto; display:table; margin-bottom:0px;}
.p0302 h5 {font-size:18px; color:#000000; font-family:"OtokiSans3N";margin-top:50px;}
.p0302 h5:after {content: ""; display: block; width: 40px; border-bottom: 1px solid #e32637; margin: 10px 0px;}





.p0401 div img {max-width:100%; border-radius:10px; margin-bottom:30px; }
.p0402 div  {text-align:center}
.p0402 div img {max-width:100%; border-radius:10px; margin-bottom:30px; }
.p0402 div iframe {max-width:1000px; width:100%; border-radius:10px; margin-bottom:30px; height:550px;}

form {display:block; width:700px; margin:0 auto}
form p {margin-top:20px; width:100%; display:table; }
form p label {float:left; color:#000000; font-weight:bold; margin-bottom:10px;}
form p label span {top:7px !important}
form span.agreeview {background-color:#ffffff; color:#e32637; padding:5px 15px 5px 15px; border-radius:30px; margin-left:20px; border:1px solid #e32637; font-size:12px; margin-top:0px; cursor:pointer; float:left}
form p .checkmark {top:0px !important}

form input[type=text] {width:calc(100% - 42px); padding:20px; border:1px solid #cccccc; border-radius:5px; margin-bottom:0px; display:block; font-size:15px;}
form input[type=password] {width:calc(100% - 42px); padding:20px; border:1px solid #cccccc; border-radius:5px; margin-bottom:15px; display:block; font-size:15px;}
form button {width:100%; height:60px; text-align:center; color:#ffffff; border-radius:5px; font-size:17px; background-color:#e32637; margin-top:30px;}
form textarea {width:calc(100% - 42px); padding:20px; border:1px solid #cccccc; border-radius:5px; margin-bottom:15px; display:block; font-size:15px; height:300px;}
form h5 {color:#e32637; font-size:15px; margin-bottom:15px; width:100%; margin-top:15px;}
form h5:before {color:#e32637; font-family: "Font Awesome 5 free"; content: "\f058"; margin-right:10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold;}

form h7 {font-size:18px; color:#000000; font-family:"OtokiSans3N";margin-top:50px; display:block}
form h7:after {content: ""; display: block; width: 100%; border-bottom: 1px solid #e32637; margin: 10px 0px;}


form h6 {color:#000000 !important; font-size:15px; font-weight:bold; margin-bottom:10px; margin-top:20px; display:block; position:relative}
form h6 i {color:#60c3ab !important; font-size:17px;}
form select {width:calc(100% - 0px); padding:18px; border:1px solid #cccccc; border-radius:5px; margin-bottom:0px; display:block; font-size:15px;}

form h6 sup {color:red; font-size:15px; font-weight:bold; position:absolute; top:-10px; left:-10px; display:block}

form h8 {width:calc(100% - 42px); position: relative; padding:20px; border:1px solid #e0e0e0; border-radius:5px; margin-bottom:10px; display:block; font-size:15px;}
form h8 label {margin-right:20px}
form h7 span {margin-left:20px; margin-right:0px !important}
form h7 span i {color:#ffffff; margin-right:10px}

form h9 {display:table; width:100%;}
form h9 select {width:30%; margin-right:5%; float:left}
form h9 select:last-child {margin-right:0%}


.agreebox {border:1px solid #e6e6e6; width:calc(100% - 42px); padding:20px; border-radius:10px; height:100px; overflow:auto; margin-bottom:20px;}
.agreebox {font-size:13px; line-height:25px;}
.agreebox b {color:#000000; display:block; margin-bottom:0px;}

.infobox {background-color:#f6f6f6; width:calc(100% - 60px); padding:30px; border-radius:10px; margin-bottom:30px;}
.infobox li {margin-bottom:10px; font-size:15px; line-height:20px !important;}
.infobox ul {margin-left:20px}
.infobox li b {color:red; border-bottom:1px solid red; margin-bottom:0px !important;}



#agreebox1 {display:none; position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.5); top:0px; left:0px; z-index:4}
#agreebox2 {display:none; position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.5); top:0px; left:0px; z-index:4}
#agree {position:absolute; top:20%; left:50%; width:600px; margin-left:-300px; height:50%; background-color:#ffffff; border:1px solid #e22637; border-radius:10px;}
#agree h1 {text-align:center; color:#000000; font-size:20px; margin:40px 20px 20px 20px;  font-family: 'S-CoreDream-8Heavy'}
#agree h1:after {display:none}
#agree h2 {color:#da291c; font-size:15px; margin:20px 0px 10px 0px;}
#agree b {font-size:15px; line-height:20px; color:#000000; display:block; margin:20px 0px 5px 0px;}
#agree button {position:absolute; bottom:0px; width:100%; height:50px; background-color:#e22637; font-size:17px; color:#ffffff; text-align:center; border-radius:0 0 8px 8px}
#agree div {width:calc(100% - 40px); height:calc(100% - 150px); overflow:auto; padding:0px 20px 20px 20px;}
#agree div p {font-size:14px; line-height:25px;  color:#999999}

/* youtube facade : our own thumbnail, replaced by the player on click (commons.js) */
.ytplay {
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    background: none;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
}

.ytplay img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

/* circle + triangle are drawn here (not an <i>) so legacy `... button i` rules
   from the old css cannot recolour or resize them */
.ytplay:before,
.ytplay:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    transition: opacity .25s;
}

.ytplay:before {
    width: 2.6em;
    height: 2.6em;
    /* floor so the button never collapses if the em base is missing */
    min-width: 32px;
    min-height: 32px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #e0393d;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.ytplay:after {
    width: 0;
    height: 0;
    /* -35% instead of -50% : optical centring of the triangle */
    transform: translate(-35%, -50%);
    border: .55em solid transparent;
    border-right: 0;
    border-left: .9em solid #ffffff;
}

/* hover : fade the button out so the thumbnail is fully visible */
.ytplay:hover:before,
.ytplay:hover:after {
    opacity: 0;
}

/* 1024~1150 : keep the pc header from colliding with the logo */
@media (max-width: 1150px) {
    #head img {
        margin: 25px 0 0 20px;
    }

    .subnav {
        margin-right: 12px;
        margin-left: 12px;
    }
}

@media (max-width: 1023px) {
body {max-width:640px; margin:0 auto; background-color:#ffffff}
* {font-size:11px;}
.wrap {width:90%; margin:0 auto}
img {max-width:100%;}


.mobile {display:block}
.pc {display:none}	
#head .pcmenu {
    display: none
}
* {font-size:14px;}
.wrap {width:90%; margin:0 auto}
img {max-width:100%;}




/* dim layer stays in place and fades in; only the panel slides */
#fade-in {
right: 0px;
  width: 100%;
visibility: hidden;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .25s ease, visibility 0s linear .45s;
  z-index:99;
}

#fade-in.show {
visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color .25s ease, visibility 0s;
}

#fade-in .Mmenulist {
    transform: translateX(100%);
    transition: transform .4s ease;
}

#fade-in.show .Mmenulist {
    transform: translateX(0);
    transition: transform .4s ease .12s;
}
.toggle-sidebar {display:block !important; width:80px; height:80px; position:absolute; right:0px; top:0px; z-index:10; text-align:center;}
.toggle-sidebar i {color:#000000; font-size:20px; line-height:80px;}
.menubox {display: block; position:fixed; top:0px; z-index:9999; background:rgba(0,0,0,0.6); height:100%; min-height:100%;}

.menubox .Mmenulist {
    width: 70%;
    height: 100%;
    min-height: 100%;
    background-color: #fff101;
    margin-left: 30%;
}

.menubox .Mmenulist a {
    color: #333333;
    display: block;
    line-height: 60px;
    padding-left: 20px;
}
.menubox .Mclose {position:absolute; left:0px; top:0px; z-index:999; height:100%; min-height:100%; width:30%; cursor:pointer;background: url('https://eventcdn.cafe24.com/royal/img/close-button.png') no-repeat center 22px;background-size: 20px 20px;}

.Mmenulist {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.Mmenulist .Mcopy {
    margin: auto 0 0;
    padding: 30px 0;
    text-align: center;
    font-size: 11px;
    line-height: 1.6;
    color: #1d1d1d;
}
.Mmenulist ul,.Mmenulist li {padding:0; margin:0; list-style:none;}
.Mmenulist ul .inner {
    padding: 0;
    overflow: hidden;
    display: none;
    background-color: #f6f6f6;
}

.Mmenulist ul .inner li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.Mmenulist ul .inner li a {
    color: #333333;
    font-size: 13px;
}

.Mmenulist ul li .toggle {
    width: 100%;
        box-sizing: border-box;
    display: block;
    color: #333333;
    background-color: #fff101;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#head {height:80px;}
#head .logo {
    display: flex;
    align-items: center;
    height: 80px;
    margin-left: 20px;
}

#head img {
    margin: 0;
    display: block;
    height: 42px;
    width: auto;
}

#head div.sns {float:right; margin-right:60px; margin-top:28px;}
#head div.sns button {display:block; float:left; padding:0px 0 0px 0}
#head div.sns button i {font-size:12px; display:block; float:left; margin-right:5px; color:#000000; border-radius:24px; border:1px solid #000000; width:24px; height:24px; text-align:center; line-height:24px;}
#head div.sns button p {display:none}


#nav {display:none}

#main section:nth-child(1) {
    height: auto !important;
    aspect-ratio: 600 / 900;
        margin-top: 80px;
        background-size: 210% auto;
        background-position: center top;
    }
    
    #main section:nth-child(1) .mv_family {
        display: none;
    }
    
    #main section:nth-child(1) .mv_family_m {
        display: block;
    }
    
    #main section:nth-child(1) .mv_food {
        display: none;
    }
    
    #main section:nth-child(1) .mv_title {
        left: 15%;
        top: 23.5%;
        width: 70%;
    }
    
    #main section:nth-child(1) .mv_title .pconly {
        display: none;
    }
    
    #main section:nth-child(1) .mv_title .moonly {
        display: block;
    }
    
    #main section:nth-child(1) .mv_video {
        display: none;
    }
    
    #main section:nth-child(2) {
        padding: clamp(40px, 13.33vw, 80px) 0;
    }
    
    #main section:nth-child(2) .intro {
        display: block;
    width: 90%;
        min-height: 0;
}

#main section:nth-child(2) .introbox {
    padding: clamp(28px, 8vw, 48px) 0;
}

#main section:nth-child(2) .introbox+.introbox {
    border-left: 0;
    border-top: 1px solid #aaaaaa;
}

#main section:nth-child(2) .introbox img {
    width: clamp(52px, 13.33vw, 80px);
    height: auto;
}

#main section:nth-child(2) .introbox h2 {
    font-size: clamp(22px, 6vw, 36px);
}

#main section:nth-child(2) .introbox p {
    font-size: clamp(13px, 2.667vw, 16px);
}
#main section:nth-child(2) .introbox li {
    font-size: clamp(13px, 2.667vw, 16px);
}

#main section:nth-child(3) {
    padding: clamp(28px, 8vw, 48px) 0;
}

#main section:nth-child(3) .guidecta {
    display: block;
    width: 90%;
}

#main section:nth-child(3) .guidecta p {
    width: 100%;
    margin-bottom: clamp(14px, 4vw, 24px);
    font-size: clamp(22px, 6vw, 36px);
    text-align: center;
}

#main section:nth-child(3) .guidecta a {
    width: 100%;
    height: clamp(56px, 13.33vw, 80px);
    padding: 0 clamp(16px, 5vw, 30px) 0 clamp(20px, 6.667vw, 40px);
}

#main section:nth-child(3) .guidecta a span {
    font-size: clamp(16px, 4vw, 24px);
}

#main section:nth-child(3) .guidecta a img {
    width: clamp(18px, 4.333vw, 26px);
    height: auto;
}


footer {background-color:#f0f0f0; width:100%; padding:50px 0 50px 0}
footer address {display:block; font-style: normal; text-align:left; font-size:10px; line-height:15px; color:rgba(0,0,0,0.6); width:90%; margin:0 auto;}
footer address img {display:block; width:50px; float:right; margin-bottom:10px;}

#kakao {transition: 0.3s; position: fixed; bottom: 20px; right: 20px; z-index: 99; font-size: 18px; background-color:#fbe300; color: #3b1e1e; cursor: pointer; line-height:50px; text-align:center; border-radius: 50px; width:50px;}
#kakao i {color:#3b1e1e}
#kakao span {display:none; width:0px; line-height:50px; font-weight:bold}
#kakao:hover {width:200px; text-align:left;}
#kakao:hover span {display:block; font-size:14px; line-height:50px; color:#000000; position:absolute; top:0px; left:60px; width:115px;}
#kakao:hover i {padding-left:20px;}




#subv {
    width: 100%;
    height: 0;
    margin-top: 0px;
    padding: 80px 0 43.3333% 0;
    background: url('/2026/img/main/m/sub_banner.png?v=1') no-repeat center bottom / 100% auto;
    background-color: #fff9df;
}

#subv img,
#subv:after {
    display: none;
}

#smenu {width:100%; height:40px; line-height:40px; text-align:center; position: -webkit-sticky; /* »çÆÄ¸® ºê¶ó¿ìÀú Áö¿ø */
    position: sticky;
    top: 80px; z-index:9}
#smenu a {color:#ffffff; margin:0 15px 0 15px; font-size:12px; line-height:40px; padding-bottom:5px;}


#smenu {white-space:nowrap; width:calc(100% - 0px);  -webkit-overflow-scrolling : touch; overflow:auto; }


#subpage {width:90%; margin:0 auto; margin-top:50px; margin-bottom:50px; background-color:#ffffff}
#subpage h1 {font-family:"OtokiSans3N"; color:#000000; font-size:25px; text-align:center;}
#subpage h1:after {content: "¡Ü"; position:absolute; font-size:10px; margin-top:15px; margin-right:-5px;}
#subpage h2 {font-family:"OtokiSans3N";color:#999999; font-size:13px; text-align:center; margin-top:10px; margin-bottom:30px; line-height:20px;}
#subpage p {font-size:13px; line-height:20px;}
h14 {display:block; text-align:center; color:#dddddd; font-size:20px; padding-top:100px; padding-bottom:100px;}
h14 i {display:block; width:100%; text-align:center; font-size:30px; margin-bottom:20px; color:#dddddd}

#subpage h3 {margin:0 auto; color:#e32637; font-size:15px; line-height:25px; margin-bottom:20px; font-family:"OtokiSans3N"; text-align:center;}
#subpage h3:after {content: ""; display: block; width: 60px; border-bottom: 1px solid #e32637; margin: 0 auto; padding-top:20px; margin-bottom:20px;}


td,th {font-size:11px; line-height:15px;}



#subpage h10 {text-align:center; display:block; margin-bottom:30px; margin-top:0px;}
#subpage h10 button {border:1px solid #e32637; color:#e32637; padding:0 20px 0 20px; height:30px; border-radius:30px; margin:5px; font-size:12px;}
#subpage h10 button.on {background-color:#e32637; color:#ffffff;}






.p0101 p {text-align:left; background:url('none'); background-repeat:no-repeat; background-position:right bottom; height:auto; padding-top:0px;}
.p0101 p {width:90%; margin:0 auto;  line-height:180%}
.p0101 p b {color:#000000; line-height:180%}
.p0101 button {background-color:#ffffff; border:1px solid #e32637; color:#e32637; font-weight:500; font-size:13px; width:100%; height:50px; border-radius:5px; display:block; margin:0 auto; margin-top:50px}
.p0101 button i {color:#e32637; margin-right:10px; font-size:13px}



.p0201 {width:90% !important; margin:0 auto}
.p0201 img {max-width:100%; margin:30px 0 0px 0; border-radius:10px;}
.p0201 .con div {margin-bottom:50px;}
.p0201 .con div h5 {font-size:15px; color:#000000; font-family:"OtokiSans3N";}
.p0201 .con div h5:after {content: ""; display: block; width: 40px; border-bottom: 2px solid #ffe400; margin: 10px 0px;}
.p0201 .con div p {line-height:20px; margin-bottom:10px}
.p0201 .con div  span {display:block; color:#e32637; font-size:11px; margin-bottom:5px; line-height:15px;}
.p0201 .con div  span:before {color:#e32637; font-family: "Font Awesome 5 free"; content: "\f058"; margin-right:10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold;}
.p0201 .con div ul {margin-left:20px;}
.p0201 .con div ul li {margin-bottom:10px; list-style-type: disc; color:#000000; line-height:23px; font-size:12px;}
.p0201 .con div b {color:#000000; margin-top:30px; display:block; line-height:20px; margin-bottom:10px;}
.p0201 .con div p button {width:100%; background-color:#333333; color:#ffffff; height:40px; border-radius:5px; margin-right:0px; margin-bottom:10px; font-size:12px}
.p0201 .con div p button i {color:#ffffff; margin-right:5px;}

button.app {background-color:#ffffff; border:1px solid #e32637; color:#e32637; font-weight:500; font-size:13px; width:100%; height:40px; border-radius:5px; display:block; margin:0 auto; margin-top:50px}
button.app i {color:#e32637; margin-right:10px; font-size:13px}



.p0301 div {width:90%; margin:0 auto; display:table; margin-bottom:100px;}
.p0301 div button {display:block; float:left; width:calc(100% - 0px); height:auto; border-radius:10px; border:1px solid #000000; margin-bottom:30px; padding:30px 0 30px 0}
.p0301 div button:nth-child(1) {margin-right:0px}
.p0301 div button i {color:#000000; font-size:25px;}
.p0301 div button p:nth-child(2) {font-size:15px !important; color:#000000; font-family:"OtokiSans3N";margin-bottom:10px;}
.p0301 div button p:nth-child(3) {font-size:13px !important; color:#e32637; line-height:20px !important;}


.p0301 div  span {display:block; color:#e32637; font-size:12px; margin-top:10px; line-height:20px; width:calc(100% - 0px); float:left}
.p0301 div  span:before {color:#e32637; font-family: "Font Awesome 5 free"; content: "\f058"; margin-right:10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold;}



.p0302 {width:90% !important; margin:0 auto; display:table; margin-bottom:0px;}
.p0302 h5 {font-size:15px; color:#000000; font-family:"OtokiSans3N";margin-top:50px;}
.p0302 h5:after {content: ""; display: block; width: 40px; border-bottom: 1px solid #e32637; margin: 10px 0px;}





.p0401 div img {max-width:100%; border-radius:10px; margin-bottom:30px; }
.p0402 div  {text-align:center}
.p0402 div img {max-width:100%; border-radius:10px; margin-bottom:30px; }
.p0402 div iframe {max-width:1000px; width:100%; border-radius:10px; margin-bottom:30px; height:200px;}

form {display:block; width:90%; margin:0 auto}
form p {margin-top:20px; width:100%; display:table; }
form p label {float:left; color:#000000; font-weight:bold; margin-bottom:10px;}
form p label span {top:7px !important}
form span.agreeview {background-color:#ffffff; color:#e32637; padding:5px 15px 5px 15px; border-radius:30px; margin-left:20px; border:1px solid #e32637; font-size:12px; margin-top:0px; cursor:pointer; float:left}
form p .checkmark {top:0px !important}

form input[type=text] {width:calc(100% - 32px); padding:15px; border:1px solid #cccccc; border-radius:5px; margin-bottom:0px; display:block; font-size:13px;}
form input[type=password] {width:calc(100% - 32px); padding:15px; border:1px solid #cccccc; border-radius:5px; margin-bottom:15px; display:block; font-size:13px;}
form button {width:100%; height:40px; text-align:center; color:#ffffff; border-radius:5px; font-size:13px; background-color:#e32637; margin-top:20px;}
form textarea {width:calc(100% - 32px); padding:15px; border:1px solid #cccccc; border-radius:5px; margin-bottom:15px; display:block; font-size:15px; height:300px;}
form h5 {color:#e32637; font-size:12px; margin-bottom:10px; width:100%; margin-top:10px;}
form h5:before {color:#e32637; font-family: "Font Awesome 5 free"; content: "\f058"; margin-right:10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold;}

form h7 {font-size:15px; color:#000000; font-family:"OtokiSans3N";margin-top:50px; display:block}
form h7:after {content: ""; display: block; width: 100%; border-bottom: 1px solid #e32637; margin: 10px 0px;}


form h6 {color:#000000 !important; font-size:13px; font-weight:bold; margin-bottom:10px; margin-top:20px; display:block; position:relative}
form h6 i {color:#60c3ab !important; font-size:13px;}
form select {width:calc(100% - 0px); padding:13px; border:1px solid #cccccc; border-radius:5px; margin-bottom:0px; display:block; font-size:13px;}

form h6 sup {color:red; font-size:15px; font-weight:bold; position:absolute; top:-10px; left:-10px; display:block}

form h8 {width:calc(100% - 32px); position: relative; padding:15px; border:1px solid #e0e0e0; border-radius:5px; margin-bottom:10px; display:block; font-size:15px;}
form h8 label {margin-right:20px}
form h7 span {margin-left:20px; margin-right:0px !important}
form h7 span i {color:#ffffff; margin-right:10px}

form h9 {display:table; width:100%;}
form h9 select {width:30%; margin-right:5%; float:left}
form h9 select:last-child {margin-right:0%}


.agreebox {border:1px solid #e6e6e6; width:calc(100% - 42px); padding:20px; border-radius:10px; height:100px; overflow:auto; margin-bottom:20px;}
.agreebox {font-size:13px; line-height:25px;}
.agreebox b {color:#000000; display:block; margin-bottom:0px;}

.infobox {background-color:#f6f6f6; width:calc(100% - 60px); padding:30px; border-radius:10px; margin-bottom:30px;}
.infobox li {margin-bottom:10px; font-size:15px; line-height:20px !important;}
.infobox ul {margin-left:20px}
.infobox li b {color:red; border-bottom:1px solid red; margin-bottom:0px !important;}



#agreebox1 {display:none; position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.5); top:0px; left:0px; z-index:4}
#agreebox2 {display:none; position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.5); top:0px; left:0px; z-index:4}
#agree {position:absolute; top:20%; left:50%; width:90%; margin-left:-45%; height:50%; background-color:#ffffff; border:1px solid #e22637; border-radius:10px;}
#agree h1 {text-align:center; color:#000000; font-size:20px; margin:40px 20px 20px 20px;  font-family: 'S-CoreDream-8Heavy'}
#agree h1:after {display:none}
#agree h2 {color:#da291c; font-size:15px; margin:20px 0px 10px 0px;}
#agree b {font-size:15px; line-height:20px; color:#000000; display:block; margin:20px 0px 5px 0px;}
#agree button {position:absolute; bottom:0px; width:100%; height:50px; background-color:#e22637; font-size:17px; color:#ffffff; text-align:center; border-radius:0 0 8px 8px}
#agree div {width:calc(100% - 40px); height:calc(100% - 150px); overflow:auto; padding:0px 20px 20px 20px;}
#agree div p {font-size:14px; line-height:25px;  color:#999999}

.popup {position:absolute; top:50px; left:10%; z-index:999; box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2), 0 20px 30px 0 rgba(0, 0, 0, 0.1); width:80%; margin-left:0px;}
.popup img {width:100%; display:block; float:left;}
.popup a:nth-child(1) img {border-radius:10px}
.popup button {position:absolute; color:#ffffff; font-size:14px; font-weight:500; bottom:-30px;}
.popup button i {margin-right:5px; color:#ffffff; font-size:14px;}
.popup button:nth-child(2) {right:70px}
.popup button:nth-child(3) {right:0px}
.popupbg {width:100%; height:100%; top:0px; left:0px; background:rgba(0,0,0,0.7); position:fixed; z-index:998;}
}