@charset "euc-kr";
/* 
------------------------------------------------------------
MGAME Web Design Team
first written : Yang Young bok 240510
updated : 
------------------------------------------------------------
*/
/* common */
.tabs{display:flex;justify-content:center;background:#323232;font-family:'Jalnan2';font-size:1.5rem}
.tabs a{display:block;padding:16px 11px;color:#aaa}
.tabs .on a{color:#fff;text-decoration:underline;text-underline-position:under}
.visual{display:flex;flex-wrap:wrap;align-content:center;box-sizing:border-box;padding:50px 0 0 0;height:325px;background:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/intro/bg_visual_m.jpg) no-repeat center 0;background-size:cover;color:#fff;text-align:center}
.info .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/intro/bg_info_m.jpg)}
.play .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_play_m.jpg)}
.healing .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_healing_m.jpg)}
.pet .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_pet_m.jpg)}
.facility .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_facility_m.jpg)}
.notice .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/bg_notice_m.jpg)}
.event .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/bg_event_m.jpg)}
.faq .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/bg_faq_m.jpg)}
.map .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/map/bg_map_m.jpg)}
.visual h2{flex-basis:100%;font-weight:normal;font-size:2.2rem}
.visual h2 strong{display:block;margin:16px 0;font-family:'Jalnan2';font-weight:normal;font-size:4rem}
.visual p{display:none}
.content{margin:0 auto 50px auto;font-size:1.5rem;line-height:2.5rem;word-break:keep-all;overflow:hidden}
.content h2{margin:50px 0;font-family:'Jalnan2';font-weight:normal;font-size:3.2rem;line-height:normal;text-align:center}
.content h3{font-family:'Jalnan2';font-weight:normal;font-size:2.2rem;line-height:normal}
.content img{max-width:100%}
.content .file-container button{margin:0 0 0 8px;width:34px;height:34px;background:#4d4940 url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/btn_del.png) no-repeat center;background-size:56% auto;text-indent:-9999px;overflow:hidden}
.content .file-container button:hover{background-color:#63615d}
/* intro */
.intro{padding:0 20px}
.intro>li{margin:0 0 40px 0}
.intro>li:last-child{margin-bottom:0}
.intro h3{margin:25px 0 15px 0}
.intro h4{margin:0 0 10px 0;font-weight:500;font-size:1.8rem;color:#717171}
.intro ul{display:none}
.info h3,.notice h3{margin:0 0 25px 0;text-align:center}
.time{margin:0 0 50px 0;padding:20px 30px 25px 30px;background:#357ac0;text-align:center}
.time ul{display:flex;flex-wrap:wrap;gap:15px;margin:0 0 25px 0}
.time li{flex:1 1 40%;box-sizing:border-box;padding:12px;border-radius:15px;background:#fff}
.time img{display:block;margin:0 0 10px 0}
.time strong{display:block;margin:0 0 5px 0;font-size:1.8rem;letter-spacing:-1px}
.time p{font-size:1.9rem;color:#fff}
/* theme */
.rbox{margin:20px;padding:20px;border-radius:15px;background:#f7f5e9}
.rbox h3{text-align:center}
.rbox h3 strong{display:block;margin:0 0 10px 0}
.rbox h3 em{font-family:'Pretendard Variable';font-style:normal;font-size:1.8rem;color:#717171}
.rbox h3 span{display:none}
.rbox p{display:none}
.facility .image{margin:0 20px 45px 20px}
.facility .image li{margin:0 0 20px 0}
.facility .image li.etc{display:none}
.facility .image img{width:100%;height:180px;object-fit:cover}
/* community */
.search{display:flex;justify-content:center;margin:0 0 40px 0}
.search input[type=text]{box-sizing:border-box;padding:0 13px;width:220px;height:44px;border:solid #878787;border-width:1px 0 1px 1px;font-size:1.5rem}
.search input[type=text]::placeholder{color:#bdbdbd}
.search button{width:44px;height:44px;background:#4d4940 url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/btn_search.png) no-repeat center;background-size:54.5%;text-indent:-9999px;overflow:hidden}
.search button:hover{background-color:#dc7f07}
.list{margin:20px;border-top:1px solid #d0d0d0}
.list a{display:inline-block;margin:0 0 -8px 0;padding:8px 0 30px 0;max-width:77vw;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.list th,.list td:first-child{display:none}
.list tr:hover td{background:#f7f1e9}
.list td{display:block;border-bottom:1px solid #d0d0d0;color:#999}
.list td:last-child{margin-top:-32px;padding:0 0 5px 0;border-bottom-width:0;font-weight:300;font-size:1.4rem}
.list td:nth-child(2){text-align:left}
.list .new{position:absolute;display:inline-block;margin:10px 0 0 5px;padding:1px 5px;border-radius:5px;background:#de480d;font-family:futura;font-size:1.2rem;line-height:1.8rem;color:#fff}
.write{margin:0 20px;border-top:1px solid #616161}
.write strong{display:none}
.write>li{padding:10px 0;border-bottom:1px solid #616161}
.write input[type=text]{box-sizing:border-box;padding:0 16px;width:100%;height:36px;border:none;background:#eaeaea}
.view{margin:0 20px;border-top:2px solid #616161}
.view>div{padding:20px 0;border-bottom:2px solid #616161}
.view .title>div{margin:0 0 10px 0;font-weight:500;font-size:2.2rem;line-height:3.6rem}
.view .title ul{display:flex;justify-content:space-between;color:#999}
.view .title ul strong{font-weight:500;color:#3f3f3f}
.view .detail p,.view .detail div{line-height:normal}
.view .file strong{display:none}
.view .file span{text-decoration:underline;text-underline-position:under}
/*.view .file button{margin:0 0 0 8px;width:34px;height:34px;background:#4d4940 url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/btn_del.png) no-repeat center;background-size:56% auto;text-indent:-9999px;overflow:hidden}*/
/*.view .file button:hover{background-color:#63615d}*/
.event .file button{background-color:#e47100}
.event .file button:hover{background-color:#d44c02}
.eventList{display:flex;flex-wrap:wrap;margin:20px;padding:15px 0;gap:30px 12px;border:solid #d0d0d0;border-width:1px 0}
.eventList li{width:calc((100% / 2) - 6px)}
.eventList img{display:block;margin:0 0 8px 0;height:calc(100% - 55px);object-fit:cover}
.eventList .title{display:block;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.eventList .date{font-weight:300;color:#999}
.faqList{margin:20px;border-top:1px solid #d0d0d0}
.faqList li{border-bottom:1px solid #d0d0d0}
.faqList li>a{position:relative;display:flex;padding:20px 50px 20px 0}
.faqList li>a:after{display:block;content:'';position:absolute;top:27px;right:2px;width:15px;height:11px;background:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/common/bu_gnb.png) no-repeat center 0;background-size:contain}
.faqList li>a:before,.answer:before{display:inline-block;content:'Q';padding:0 6px;height:20px;border-radius:5px;background:#5eadea;font-size:1.1rem;line-height:2.1rem;color:#fff;text-align:center}
.faqList li>a:before{margin:1px 10px 0 8px}
.faqList li>a.on:after{transform:rotate(180deg)}
.faqList li>a.on{border-bottom:1px solid #d0d0d0;background-color:#f7f1e9}
.answer{display:flex;box-sizing:border-box;margin:15px 0;border:1px solid #616161;border-radius:5px}
.answer:before{content:'A';margin:11px 10px 10px 10px;background:#ea974d}
.answer p{padding:10px 10px 10px 0}
.button{margin:36px 0;text-align:center}
.button.center{text-align:center}
.button button{margin:0 2px;padding:10px 32px;background:#4d4940;font-size:1.9rem;color:#fff}
.button button:hover{background:#e08111}
.button button.gray{background:#4d4940}
.button button.gray:hover{background:#63615d}
.button button.orange{background:#e47100}
.button button.orange:hover{background:#d44c02}
.pagination{display:flex;justify-content:center;margin:55px 0;font-size:1.2rem}
.pagination>*{display:block;box-sizing:border-box;margin:0 -1px 0 0;padding:4px 5px 3px 5px;min-width:34px;border:1px solid #bcbcbc;color:#838383;text-align:center}
.pagination>strong{background:#4d4940;font-weight:normal;color:#fff}
.pagination .first,.pagination .last,.pagination .prev,.pagination .next{background:#fff url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/btn_first.png) no-repeat center;background-size:auto 10px;text-indent:-9999px;overflow:hidden}
.pagination .prev,.pagination .next{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/btn_prev.png)}
.pagination .last,.pagination .next{transform:rotate(180deg)}
/* map */
.roughMap{box-sizing:border-box;margin:0 20px 25px 20px;height:320px;border:3px solid #838383}
.roughMap img{min-width:100%;height:100%;object-fit:cover}
.location{margin:20px}
.location li{margin:0 0 30px 0}
.location strong{display:block}
.address{margin:20px}
.address li{margin:0 0 15px 0}
.address strong{display:inline-block;width:70px}
.map h3{margin:40px 20px 0 20px;padding:13px 15px 10px 15px;border-radius:10px;background:#d6e8ef}
.map h3:before{display:inline-block;content:'';margin:-4px 12px 0 0;width:38px;height:38px;background:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/map/bu_car.png) no-repeat center;background-size:contain;vertical-align:middle}
.map h3.bus{background:#e0e5c7}
.map h3.bus:before{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/map/bu_bus.png)}
/* Mobile - Landscape */
@media all and (min-width:576px) {
.visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/intro/bg_visual_t.jpg)}
.info .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/intro/bg_info_t.jpg)}
.play .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_play_t.jpg)}
.healing .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_healing_t.jpg)}
.pet .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_pet_t.jpg)}
.facility .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_facility_t.jpg)}
.notice .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/bg_notice_t.jpg)}
.event .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/bg_event_t.jpg)}
.faq .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/bg_faq_t.jpg)}
.map .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/map/bg_map_t.jpg)}
.content{max-width:540px}
.time{border-radius:25px}
.list a{max-width:455px}
}
/* Tablet */
@media all and (min-width:768px) {
.tabs{justify-content:space-evenly;margin:-40px 30px 0 30px;padding:0 30px;border-radius:40px;font-size:2.2rem;height:80px}
.tabs a{padding:29px 20px 27px 20px}
.visual{padding:90px 0 0 30px;height:560px;text-align:left}
.visual h2{font-size:4rem}
.visual h2 strong{margin:17px 0 2px 0;font-size:8rem}
.visual p{flex-basis:100%;font-size:2.2rem;display:block}
.content{margin:0 auto 80px auto;max-width:none;font-size:2rem;line-height:3.6rem}
.content h2{margin:95px 0;font-size:5rem}
.content h3{font-size:3.2rem}
.intro{padding:0 30px}
.intro>li{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:100px}
.intro>li:nth-child(odd){flex-direction:row-reverse}
.intro>li>div{flex-basis:calc(50% - 15px)}
.intro .image img{min-height:260px;height:100%;object-fit:cover}
.intro h3{margin:0 0 10px 0}
.intro h4{font-size:2.7rem}
.intro ul{display:flex;gap:15px;margin:-10px 0 0 0}
.info h3,.notice h3{margin-bottom:50px}
.time{margin:0 30px 100px 30px;padding:60px 60px 50px 60px}
.time ul{justify-content:space-evenly;gap:40px;margin-bottom:50px}
.time li{padding:30px;max-width:340px;font-size:3rem;line-height:4.2rem}
.time img{margin-bottom:25px}
.time strong{margin-bottom:15px;font-size:3.2rem}
.time p{font-size:2.1rem}
.rbox{display:flex;align-items:center;margin:35px 30px;padding:25px 50px}
.rbox h3{flex-basis:240px;text-align:left;line-height:2.9rem}
.rbox h3 em{font-size:2.7rem}
.rbox h3 span{display:block}
.rbox p{display:block;flex-basis:calc(100% - 300px);padding:10px 0 10px 60px;border-left:1px solid #d4cdc8;color:#717171}
.facility .image{display:flex;gap:30px;margin:0 30px 100px 30px}
.facility .image li{margin:0}
.facility .image li.etc{display:block}
.facility .image img{height:auto}
.search input[type=text]{padding:0 20px;width:340px;height:66px;font-size:2rem}
.search button{width:66px;height:66px}
.list{margin:30px;border:none}
.list a{margin-bottom:-12px;padding:15px 0;max-width:40vw;text-align:left}
.list a:hover{text-decoration:underline;text-underline-position:under}
.list th,.list td,.list td:first-child{display:table-cell;text-align:center}
.list th span{display:block;padding:15px 60px;border:solid #616161;border-width:1px 0}
.list th:first-child span{border-left-width:1px;border-radius:5px 0 0 5px}
.list th:last-child span{border-right-width:1px;border-radius:0 5px 5px 0}
.list td:last-child{padding:0;border-bottom-width:1px;font-size:2rem}
.list td:nth-child(2){text-align:left}
.list .new{margin-top:22px;padding:1px 10px 2px 10px;border-radius:10px;font-size:1.4rem;line-height:2rem}
.write{margin:0 30px}
.write strong{display:block;width:120px;font-weight:normal;color:#999;text-align:center}
.write>li{display:flex;padding:10px 25px 10px 0}
.write label{display:flex;flex-grow:1}
.write input[type=text],.write .editor{width:calc(100% - 120px)}
.view{margin:0 30px}
.view>div{padding:25px}
.view .title>div{font-size:2.7rem;line-height:normal}
.view .title ul{justify-content:flex-start;gap:55px}
.view .file strong{display:inline-block;margin-right:45px;font-weight:500;color:#999}
.view .file button{margin-left:10px}
.eventList{margin:30px;padding:30px 0;gap:40px 20px}
.eventList li{width:calc((100% / 3) - 14px)}
.eventList img{margin-bottom:12px;height:calc(100% - 85px)}
.eventList .title,.eventList .date{padding:0 16px}
.faqList{margin:30px}
.faqList li>a{padding:15px 80px 15px 0}
.faqList li>a:after{top:27px;right:20px;width:25px;height:16px}
.faqList li>a:before,.answer:before{padding:0 10px;height:32px;font-size:1.7rem;line-height:3.3rem}
.faqList li>a:before{margin:2px 16px 0 8px}
.answer{margin:15px 0 15px 60px}
.button{margin:30px;text-align:right}
.button button{padding:15px 47px;font-size:2.1rem}
.pagination{margin:40px 0;font-size:2.1rem}
.pagination>*{padding:9px 5px 8px 5px;min-width:55px}
.pagination .first,.pagination .last,.pagination .prev,.pagination .next{background-size:auto 15px}
.roughMap{margin:0 30px 40px 30px;height:480px}
.location{margin:30px}
.location li{display:flex}
.location strong{width:105px}
.address{margin:0 30px}
.address strong{width:105px}
.map h3{margin:80px 30px 0 30px;padding:17px 15px 11px 15px;border-radius:10px;background:#d6e8ef}
.map h3:before{margin:-6px 10px 0 0;width:50px;height:50px}
.map .location{margin-left:75px}
.map .location li{display:block}
}
/* Desktop */
@media all and (min-width:1024px) {
.tabs{display:none}
.visual{padding:0;height:100vh;background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/intro/bg_visual.jpg)}
.info .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/intro/bg_info.jpg)}
.play .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_play.jpg)}
.healing .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_healing.jpg)}
.pet .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_pet.jpg)}
.facility .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/theme/bg_facility.jpg)}
.notice .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/bg_notice.jpg)}
.event .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/bg_event.jpg)}
.faq .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/community/bg_faq.jpg)}
.map .visual{background-image:url(https://mgameimage.gscdn.com/mgamezzang/mplaypark/map/bg_map.jpg)}
.visual h2{box-sizing:border-box;margin:0 auto;padding:0 0 0 16px;max-width:1600px;font-size:4.8rem}
.visual h2 strong{margin:12px 0 0 0;font-size:9.6rem}
.visual p{box-sizing:border-box;margin:0 auto;padding:0 0 0 16px;max-width:1600px;font-size:2.4rem}
.content{margin:0 auto 100px auto;max-width:1600px}
.content h2{margin:90px 0;font-size:6.2rem}
.intro>li{align-items:center}
.time ul{gap:40px 120px}
.time p{font-size:2.6rem}
.search{justify-content:flex-end;margin:10px 30px}
.list{margin:10px 30px}
.list a{max-width:50vw;}
.view>div{padding:25px 30px}
.view .title>div{font-size:3.6rem}
.button{margin:40px 30px}
.button button{padding:15px 60px}
}
/* Desktop - wide */
@media all and (min-width:1440px) {
.content{font-size:2.6rem}
.content h3{font-size:4.4rem}
.intro h4{font-size:3.6rem}
.intro>li{gap:60px}
.intro>li>div{flex-basis:calc(50% - 30px)}
.time{border-radius:50px}
.time ul{gap:40px}
.time li{flex:1 1 20%;border-radius:30px;font-size:2.4rem}
.time strong{font-size:3rem}
.rbox{margin-bottom:60px;padding:40px 80px;border-radius:30px}
.rbox h3{flex-basis:300px;padding-right:80px;line-height:normal}
.rbox h3 em{font-size:3.6rem}
.rbox p{display:block;flex-basis:calc(100% - 530px);padding:45px 50px 45px 100px;line-height:4.8rem}
.facility .image{gap:50px;margin-bottom:150px}
.list th span{padding:15px 100px;border-width:2px 0}
.list th:first-child span{border-left-width:2px;border-radius:10px 0 0 10px}
.list th:last-child span{border-right-width:2px;border-radius:0 10px 10px 0}
.list a{max-width:800px}
.faqList li>a{padding:15px 80px 15px 25px;line-height:4.6rem}
.faqList li>a:after{top:30px}
.faqList li>a:before,.answer:before{padding:0 16px;height:46px;border-radius:10px;font-size:2.2rem;line-height:4.7rem}
.faqList li>a:before{margin:0 17px 0 3px}
.answer{margin:20px 0 20px 100px;padding:15px;border-radius:10px;line-height:4.7rem}
.answer:before{margin-right:17px}
.roughMap{height:530px;border-width:6px}
.location strong{width:130px}
.address strong{width:130px}
.map h3{margin:100px 30px 40px 30px;padding:17px 30px 11px 30px;border-radius:10px;background:#d6e8ef}
.map h3:before{margin:-6px 15px 0 0;width:75px;height:75px}
.map .location{margin-left:120px}
.map .location li{display:flex}
.map .location strong{width:240px}
}