/* BASIC css start */
/* =============================================================================
   ·Î±×ÀÎ login.html
   ========================================================================== */
#adult-info {	position: relative; width:90%;	margin-left:5%; border-bottom:2px solid #ed1c24; margin-bottom:10px; min-height:180px; }
#adult-info h1 { float: left; display:inline; width:50%; text-align:center; }
#adult-info p { float:right; display inline; width:45%; font-size:0.75em; font-weight:bold; color:#000; font-family:"¹ÙÅÁ", "³ª´®°íµñ", "±¼¸²", "µ¸¿ò"; margin-top:20px; }
#adult-info a img { margin:20px 0 20px 0; border:none; }
#adult-login { width:90%; text-align:left; margin-left:5%; margin-bottom:20px;}
#adult-login h1 { margin:0 0 5px 0; padding:0; width:100%; }
#adult-login .input-wrap { position: relative; padding-right: 100px; padding-bottom:20px; border-bottom:1px dotted #eee; }
#adult-login .input-wrap2 { position: relative; padding-bottom:30px; border-bottom:1px solid #eee; text-align:center; }
#adult-login .input-wrap .input-comm { display: block; height: 29px; border: 1px solid #d6d6d6; padding: 0 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#adult-login .input-wrap .input-comm  input { font-size: .75em; -webkit-appearance: none; }
#adult-login .input-wrap .login-input { display: block; width: 100%; height: 100%; border: 0 none; padding: 0; }
#adult-login .input-wrap .input-pwd { margin-top: 6px; }
#adult-login .input-wrap .btn-submit { display: block; position: absolute; right: -2px; top: 0;}
#adult_footer {position: relative; width:90%; text-align:center; margin-top:20px; font-family:Verdana, Geneva, sans-serif; font-size:1.5em; }

#intro { /*position:absolute; z-index:100000000;*/ background: url(https://www.joynjoy.com/design/bigjoy/m/img/intro/intro-m_background.webp) no-repeat center center fixed; background-size: cover; min-height:100vh; background-color: #e9b8bb; }

.login-fail { display: block; position: absolute; left: -1px; top: -1px; width: 100%; height: 100%; background: #fff; border: 3px solid #e7e7e7; -webkit-box-shadow: 3px 3px 10px #99a4b3; -moz-box-shadow: 3px 3px 10px #99a4b3; box-shadow: 3px 3px 10px #99a4b3; }
.login-fail .fail-content { padding: 20px 20px 10px; color: #222; }
.login-fail .fail-content h3 { margin: 0; font-size: .875em; font-weight: bold; }
.login-fail .fail-content p { margin: 0; font-size: .75em; color: #222; }
.login-fail .btn-ok { display: block; width: 100%; padding: 6px 0; margin-top: 20px; }

.login-set { overflow: hidden; width: 100%; margin-top: 15px; }
.login-set li { list-style-type: none; float: left; margin-right: 15px; font-size: .75em; line-height: 1em; color:#999; }
.login-set .chk-rdo { vertical-align: bottom; margin-right: 5px;  }

.intro_footer_inner>p { font-weight: bold; text-align: left; line-height: 2; }
.intro_footer_inner>p>img { width: 10px; margin-top:6px; margin-left:5px; }
.accordian tr { text-align: left; line-height: 2; }
.footer_bottom_txt { margin-top: 10px; text-align: left; }
.table_wrap { border-top: 1px solid #464646; padding-top: 10px; margin-top: 10px; }
.intro_footer_inner { border-bottom: solid 1px #464646; padding-bottom: 10px; }
.intro_footer b { font-size:16px; }
.intro_footer .cs_center { margin: 10px 0; }
.social_icons>a { display:inline-block; width:28px; height:28px; overflow: hidden; }
.social_icons>a:nth-child(2)>img { left:-32px; position: relative; }
.social_icons>a:nth-child(3)>img { left:-64px; position: relative; }
.social_icons>a:nth-child(4)>img { left:-96px; position: relative; }
.social_icons>a:nth-child(5)>img { left:-128px; position: relative; }
.social_icons>a:nth-child(6)>img { left:-160px; position: relative; }
.social_icons>a:nth-child(7)>img { left:-192px; position: relative; }
.social_icons>a:nth-child(8)>img { left:-224px; position: relative; }
.social_icons>a:nth-child(9)>img { left:-256px; position: relative; }
.social_icons>a:nth-child(10)>img { left:-288px; position: relative; }

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	vertical-align: baseline;
	color: #333;
}
a { color: #333; text-decoration: none; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.hidden { display: none; }
.clear:after{content:''; display:block; clear:both}
/* box radius */
.box {
	/* Firefox */
	-moz-border-radius: 5px;
	/* Safari and Chrome */
	-webkit-border-radius: 5px;
	/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-radius: 5px;/* This lets IE know to call the script on all elements which get the 'box' class */
}
.mintro_warp { width: 100%; text-align: center; height: inherit; padding-bottom: 1em; }
.mintro_warp dd { line-height: 1.5em; }
.mintro_goout { display: block; font-size: 1.25em; background-color: #333; color: #fff !important; line-height: 2em; margin: 1em auto; }
.mintro_certbox { clear: both; width: 95%; background-color: #fafafa; border-top: 2px solid #ed1c24; margin: 10px auto; padding: 1em; overflow: auto; box-sizing: border-box; text-align: left; border-radius: 5px; }

.mintro_certbox h2 { padding: 0 0 0.5em 0; font-size: 1.3em; color: #333; text-align:left; width:90%; }
.mintro_certbox .box {
	display: block;
	background-color: #ed1c24;
	width: 48%;
	border:1px solid #942911;
	color: #fff;
	float: left;
	font-size: 0.875em;
	padding: 0.5em 0;
    text-align: center;
    box-sizing: border-box;
    font-weight:bold;
    text-shadow: -1px 2px 4px #854629;
    margin-top: 1.0em;
}
.mintro_certbox a:nth-child(2) .box { margin-right:4%; }
.mintro_certbox p img { margin-bottom: 5px; }
.intro_url { font-size: 1.25em; letter-spacing: 3px; }
/* ¸ð´Þ ÆË¾÷ */
.login_btn { position: fixed; right: 5%; bottom: 0; z-index: 99; }
.small_xbtn { position: absolute; z-index: 100; right: -5px; top: -5px; }
#login_showbtn { display:none; }

/* modal */
/*#intro_login { display:none;}*/
.idpw-box {float:left; width:49%; margin-bottom: 1em;}
.login_modal { z-index:100; /*position:absolute;*/ background-color:rgba(255,255,255,0.95); width:90%; height:inherit; border-radius:10px; border:1px solid #eee; box-shadow : 0px 2px 1px 1px #ccc; padding-bottom:20px; margin-top: -60px; }
.login_modalbox { text-align:justify; margin-top: 0.5em; }
.login_title { margin: 20px 0 10px 0; }
.login_goout { position:absolute; right:10px; top:10px; }
input[type=text], input[type=password] { border:1px solid #ccc; border-radius:5px; padding:3px 5% 3px 5%; line-height:30px; font-size:16px; margin-right:5px; color:#666; height:30px; display:inline-block;} 
input[type=text] { background:url(https://www.joynjoy.com/design/bigjoy/m/img/intro/inputbg_id.gif) no-repeat right;}
input[type=text]:focus { background:none; }
input[type=password] { background:url(https://www.joynjoy.com/design/bigjoy/m/img/intro/inputbg_pw.gif) no-repeat right;}
input[type=password]:focus { background:none; }
input[type=checkbox] { margin-top:0; }
/*.MS_security_checkbox {vertical-align:baseline !important;}*/
.login_note {line-height:1.4; font-size:14px; float: left; margin-top: 10px; }


.loginButton {
	background-color:#ed1c24;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-weight:bold;
	line-height:63px;
	text-align:center;
	text-decoration:none;
	text-shadow:-1px 2px 4px #854629;
	width:48%;
            height:63px;
            float: left;
            margin-left: 2%;
            margin-top: 4px;
}
.loginButton:hover, .mintro_certbox .box:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #ed1c24));
	background:-moz-linear-gradient(top, #bc3315 5%, #ed1c24 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #ed1c24 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #ed1c24 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #ed1c24 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #ed1c24 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#ed1c24',GradientType=0);
	background-color:#bc3315;
	color:#fff;
}
.loginButton:active { position:relative; top:1px; }

.popup_banner{ font-size: 12px; line-height:30px; cursor: pointer;}
.intro_footer { padding:10px; font-size:12px; line-height:18px; }
a.redtext{ font-size:12px; color:#ed1c24 !important; }
.redtext { color:#ed1c24;}
.redtext-1 { color:#ed1c24; font-size:18px; font-weight: bold; }
.redtext-2 { font-size:18px; font-weight: bold; }
.bluetext { color:#39c;}

@media only screen and (max-width: 480px) {
.mintro_warp dt img { width: 200px; }
.mintro_warp dd { padding: 0 5%; }
.mintro_goout { width: 100%; }
.login_popbtn { width: 70px; }
.small_xbtn { width: 25px; }
.login_modal { text-align:left; width:90%; }
.login_title{ width:120px; }
.login_goout img { width:25px;}
.login_modal { left:5%; top:25%; }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
.mintro_warp dt { float: left; width: 30%; margin-left: 5%; }
.mintro_warp dt > img { width: 100%; }
.mintro_warp dd { float: left; width: 60%; margin-top: 1.5em; text-align: left; }
.mintro_goout { width: 100%; text-align: center; }
.login_popbtn { width: 70px; }
.small_xbtn { width: 25px; }
.login_modal { text-align:left; width:60%; }
.login_title{ width:120px; }
.login_note { line-height: 18px; font-size:12px; }
.login_goout img { width:25px;}
.login_modal { left:20%; top:5%;}
}

@media only screen and (min-width: 801px) {
.mintro_warp dt { float: left; width: 30%; margin-left: 5%; }
.mintro_warp dt > img { width: 100%; }
.mintro_warp dd { float: left; width: 60%; margin-top: 2em; text-align: left; font-size: 1.75em;}
.mintro_goout { width: 50%; text-align: center; margin: 1em 0; font-size: 0.75em;}
.login_modal { text-align:left; width:60%; }
.login_modal { left:20%; top:15%;}
}

	
.intro_banner {margin-bottom: 20px; text-align: center; margin-top: 20px; }
.intro_banner>ul {padding: 0px; display: flex; flex-wrap: wrap; justify-content:center; padding: 0 5%; }
.intro_banner>ul>li { width: 50%; cursor:pointer; }
.intro_banner>ul>li a { display: inline-block; }
.intro_banner>ul>li img { width: 100%; }

.top-app-banner-intro img {width: 90%; margin-bottom:5px}
	
body
{

}

.root_gnb_wrap, .leftdiv { display: none; }

/*banner modal*/

.PhotoReview_ikon { background-color: #ff4719; display: block; width:100%; position:relative; text-align: center; padding-bottom: 50px; }
.PhotoReview_ikon>img {margin-top: 10px; vertical-align: top;}
.PhotoReview_point { background-color: #f5f5f5; display: block; width:100%; position:relative; text-align: center; padding-bottom: 50px; padding-top: 50px;}
.photoReview_wrap .explanation1 { width:90%; display: inline-block; text-align:center; box-sizing: border-box; font-size:20px; font-weight: 700; line-height: 30px;}
.PhotoReview_point>img {margin-top: 20px; vertical-align: top;}
.photoReview_wrap .explanation2 { display: inline-block; width:90%; text-align:center; font-size: 13px; line-height: 20px; padding: 20px; box-sizing: border-box; margin-bottom: -5px; }
.PhotoReview_bottom { background-color: #414143; display: inline-block; width:100%; text-align:left; font-size: 13px; line-height: 20px; padding: 30px; box-sizing: border-box; }
.PhotoReview_bottom>p { color: #fff; }

.Secret_delivery_ikon { background-color: #3f44ce; display: block; width:100%; position:relative; text-align: center; padding-bottom: 50px; }
.Secret_delivery_ikon>img {margin-top: 10px; vertical-align: top;}
.headline { color: #fff; font-weight: 700; font-size:33px; display: inline-block; margin: 0; width: 90%; line-height: 1.1; letter-spacing:1px; }	
.Secret_delivery_explanation { background-color: #f5f5f5; display: block; width:100%; text-align:center; font-size: 13px; box-sizing: border-box; line-height: 25px; padding-bottom: 40px; padding-top: 30px; }
.secret_delivery_wrap .explanation1 { width:90%; display: inline-block; text-align: center; color:#ed1c24; font-size:28px; font-weight: 700; line-height: 1.3; text-decoration: none;  margin-bottom: 20px; }
.secret_delivery_wrap .explanation2 { width:90%; display: inline-block; font-size: 14px; box-sizing: border-box; margin-bottom: 20px;}
.secret_delivery_wrap .explanation3 { width:100%; display: inline-block;  box-sizing: border-box; background-color: #000; font-size: 13px; color: #fff; margin-bottom: 20px; padding: 10px 10px;}	
.Secret_delivery { background-color:#f5f5f5; display: block; width:100%; position:relative; text-align: center; overflow: hidden; padding-bottom: 50px; }
.secret_delivery_wrap .redtext1 {text-align: center;}
.Secret_delivery>ul:after{content:''; display:inline-block; clear:both;}
.Secret_delivery>ul {padding: 0px;}
.Secret_delivery li { position: relative; text-align: center; padding-bottom: 10px;}
.secret_delivery_wrap .item {position: relative; text-align: center;}
.secret_delivery_wrap .item .image  {position: relative;}
.secret_delivery_wrap .name {display: inline-block; width: 100%; font-size: 14px; box-sizing: border-box; line-height: 1.2; line-height: 20px; padding: 20px; }
.Secret_delivery_tit {background-color:#f5f5f5; text-align: center; font-size: 13px; line-height: 40px; border-top: 3px solid #000; border-bottom: 3px solid #000; padding: 30px 30px; }
.secret_delivery_wrap .redtext2 {text-align: center; font-weight: 700; font-size: 20px; }
.secret_delivery_wrap .redtext3 {display: inline-block; width: 90%; text-align: center; line-height: 20px; }
.secret_delivery_wrap .bg{background-color:#f5f5f5; display: block; width:100%; height: 80px;}	
.Secret_delivery_bottom { background-color:#000; width:100%; display: block; position:relative; text-align: center; overflow: hidden; padding: 50px 0;}
.Secret_delivery_bottom>img {margin-top: 10px; vertical-align: top;}
.secret_delivery_wrap .font {color: #fff; font-size:13px; line-height: 30px; text-align: center;}	
.secret_delivery_wrap .redtext4 { color: #ed1c24; font-size:45px; line-height: 70px;}
.secret_delivery_wrap .redtext5 { color: #fff; font-size:45px; line-height: 70px;}

.Member_ikon { background-color: #019c96; display: block; width:100%; position:relative; text-align: center; padding-bottom: 50px; }
.Member_ikon>img {margin-top: 10px; vertical-align: top;}
.Member_explanation { background-color: #f5f5f5; display: block; width:100%; text-align:center; font-size: 13px; box-sizing: border-box; line-height: 25px; padding-bottom: 40px; padding-top: 30px; }
.member_wrap .explanation1 { width:80%;  display: inline-block; box-sizing: border-box; padding: 20px 40px; text-align: center; font-size:20px; font-weight: 700; line-height: 30px; background-color: #fff; border: 1px solid #e5e5e5; text-decoration: none; }
.member_wrap .explanation2 { font-size: 16px; line-height: 40px; padding: 10px; box-sizing: border-box; margin-bottom: -10px; font-weight: 700; }
.Member { background-color:#000; display: block; width:100%; position:relative; text-align: center; overflow: hidden; padding-top: 50px; padding-bottom: 50px;}
.member_wrap .redtext1 { width:90%; color:#fff; text-align: center; font-size:18px; line-height: 1.2; font-weight: 700; line-height: 40px; border-bottom: 1px solid #e5e5e5;}
.Member>ul:after{content:''; display:inline-block; clear:both; }
.Member>ul {padding: 0px;}
.Member li { position: relative; width: 100%; text-align: center; float: left; padding-bottom: 10px;}
.member_wrap .item {position: relative; padding-top: 20px; text-align: center;}
.member_wrap .item .image  {position: relative;}
.member_wrap .name {color: #fff; font-size: 16px; box-sizing: border-box; line-height: 1.2; line-height: 30px; }
.Member_bottom {background-color:#000; color: #fff; font-size: 13px; line-height: 40px; padding: 10px; box-sizing: border-box; text-align: center; padding-bottom: 50px; border-top: 1px solid #e5e5e5;}

.gift_wrap li{list-style: none; width: 25%; height: 150px; margin: 5px; margin-left: -5px; }
.Gift_ikon { background-color: #7634b3; display: block; width:100%; position:relative; text-align: center; padding-bottom: 50px; }
.Gift_explanation { background-color: #f5f5f5; display: block; width:100%; text-align:center; font-size: 13px; box-sizing: border-box; line-height: 25px; padding-bottom: 20px; padding-top: 30px; }
.gift_wrap .explanation1 { display: inline-block; width:90%; box-sizing: border-box; font-size:20px; font-weight: 700; line-height: 30px; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; }
.gift_wrap.explanation2 { display: inline-block; width:90%; font-size: 16px; line-height: 20px; padding: 10px; box-sizing: border-box; margin-bottom: -30px; font-weight: 700; }
.gift_wrap .explanation3 {background-color: #f5f5f5; width:100%; padding-top: 10px; padding-bottom: 50px;}
.gift_wrap .tit { width:90%; text-align:center; font-size: 13px; line-height: 20px; margin: 0 auto; }
.Gift_gift { display: block; width:100%; position:relative; text-align: center; overflow: hidden; margin-top: 10px; margin-bottom: 50px;}
.Gift_gift>ul:after{content:''; display:inline-block; clear:both; }
.Gift_gift>ul {padding: 0px;}
.Gift_gift li { position: relative; text-align: center; float: left; padding-bottom: 35px; border-bottom: 1px solid #e5e5e5; }
.gift_wrap .item {position: relative; padding-top: 20px; text-align: center;}
.gift_wrap .item .image>img { width: 100%; }
.gift_wrap .name {font-size: 13px; box-sizing: border-box; line-height: 1.2; }

.banner_modal_popup {
	position: fixed;
	top: 120px;
	left: 5%;
	z-index: 120;
	background-color: #fff;
	overflow-y: scroll;
            width: 90%;
            height: 600px;
            box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
            cursor: pointer;
            border-radius: 25px;
            opacity: 0;
	transition: transform 0.5s, opacity 0.5s;
            transform: scale(0);
            -ms-overflow-style: none; /* IE and Edge */
            scrollbar-width: none; /* Firefox */
}

.banner_modal_popup::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ }
.banner_modal_popup.pop_scale, .modal_popup.pop_scale, .how_to_use_pop.pop_scale { opacity: 1; transform: scale(1); transition: transform 0.5s, opacity 0.5s; z-index: 120; }
.banner_modal_popup .icon { width:100%; text-align: center; padding-bottom: 50px; }
.banner_modal_popup .contents { padding: 50px 20px; text-align:center; background-color: #f5f5f5; }
.banner_modal_popup .contents h3 { font-size:28px; margin-bottom: 30px; line-height:1.3; font-weight:700; }
.pop_footer { background-color: #414143; padding: 30px; box-sizing: border-box; }
.pop_footer p { color: #fff; text-align:left; line-height:20px; font-size:13px; }

.faq .icon { background-color: #94cd1e; }
.faq .contents { padding: 50px 30px; }
.faq .contents article { text-align: left; margin-bottom: 30px; }
.faq .contents article h5 { font-size: 0.6em; }
.faq .contents article .description { font-size: 0.8em; line-height:1.3; }
.faq .contents .title { font-size: 16px; line-height: 1.3; margin-bottom: 10px; display: inline-block; }
.faq .contents .summary { font-size: 13px; line-height: 20px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }


.event365 .icon { background-color: #e93250; }
.event365 .contents ul li { margin-bottom: 30px; }
.event365 .contents ul li p { font-size: 16px; margin-bottom: 25px; }
.event365 .contents ul li img { border-radius:25px; width: 100%; }

.item .icon { background-color: #ffc000; }
.item .contents>div { margin: 0 auto; overflow: hidden; width: 100%; }
.item .contents img  { width: 30%; padding: 2px; }

.quick .icon { background-color: #4b8aeb; }
.quick .contents img { width: 100%; }

.banner_modal_popup .button {position: fixed; top:20px; right:20px; } 

/*bottom modal*/

.juvenileprotection_header { background-color:#ed1c24; height:70px; width:100%; position:relative; text-align: center;}
.juvenileprotection_header>img {margin-top: 10px; vertical-align: top;}
.font { color: #fff; font-weight: 700; font-size:22px; display: inline-block; line-height: 70px; margin: 0;}		
.redtext { color:#ed1c24;}	
.juvenileprotection_theme { width:100%; margin-top:30px; position:relative; font-size:20px; text-align:center; font-weight: 700; letter-spacing: -2px; }	
.juvenileprotection_explanation { text-align:left; font-size: 13px; line-height: 20px; padding: 10px; box-sizing: border-box; }		
.button {text-align:center; padding-bottom: 50px; } 

.PersonalData_header { padding: 0; }
.PersonalData_header { background-color:#2476cc; height:70px; width:100%; position:relative; text-align: center;}
.PersonalData_header>img {margin-top: 10px; vertical-align: top;}
.PersonalData_theme-1 { width:100%; margin-top:30px; position:relative; font-size:20px; text-align:center; font-weight: 700; letter-spacing: -2px; padding: 0; }	
.PersonalData_theme { width:100%; margin-top:20px; margin-bottom:-10px; position:relative; font-size:18px; text-align:center; font-weight: 700; padding:20px 0; border-bottom: 1px solid #e5e5e5; }	
.PersonalData_explanation { float:left; width:100%; position:relative; margin-top:10px; margin-bottom:20px; padding:15px; box-sizing: border-box; text-align:left; font-size: 13px; line-height: 20px; border-bottom: 1px solid #e5e5e5; }	

.socialmedia_header { background-color:#1cb6ac; height:70px; width:100%; position:relative; text-align: center;}
.socialmedia_header>img {margin-top: 10px; vertical-align: top;}	
.socialmedia_img {width: 100%; position: relative; padding: 20px; border-bottom: 1px solid #e5e5e5; box-sizing: border-box; text-align: left;}
.socialmedia_img>a {font-size: 16px; line-height: 50px;}
.socialmedia_img img {margin-right: 15px; vertical-align: top; }	
.socialmedia_button { width:100%; text-align:center; padding:40px 0;}
.socialmedia_button .btn-fill { width:80%; display: inline-block; padding: 20px 20px; border-radius: 10px; background-color: #f4f7f9; font-size: 20px; color: #000; font-weight: 700; box-sizing: border-box; text-align: center; line-height: 30px; border: 1px solid #e5e5e5; text-decoration: none;  }

.modal_popup, .how_to_use_pop {
	position: fixed;
	top: 50px;
	left: 5%;
	z-index: 120;
	background-color: #fff;
	overflow-y: scroll;
            width: 90%;
            height: 600px;
            box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
            cursor: pointer;
            border-radius:25px;
            opacity: 0;
	transition: transform 0.5s, opacity 0.5s;
            transform: scale(0);
            -ms-overflow-style: none; /* IE and Edge */
            scrollbar-width: none; /* Firefox */
}

.modal_popup::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ }
.modal_popup .button, .how_to_use_pop .button { position: absolute; top: 15px; right: 0px; }
.modal_popup .button img, .how_to_use_pop .button img { width: 50%; }

.sub-text {line-height:1.3; position: relative; padding:15px 0; background-color:rgba(255,255,255,0.8);}
.logo-19 img, .login_modalbox>img { width:90%; height: 90%; }

.how_to_use>button { cursor: pointer; width: 47%; height: 30px; color: #fff; background-color: #6f6f6f; border: none; margin-right: 1.5%; border-radius: 4px; line-height: 30px; }
.how_to_use_pop img { width:100%; }
.how_to_use_pop p { margin: 10px; }

.modal_popup .menuitems_wrap {padding: 5%; } 
.modal_popup .menuitems li { line-height:1.5; }
.modal_popup .menuitems h3 { background-color:#ed1c24; color:#fff; padding: 5px; width:120px; margin:10px auto; }

.certification_vod { margin-bottom:10px; }

.main-wrap { background-color:#fff; height:100vh; overflow:hidden; position: relative; }
.header { box-shadow: 0 2px 3px rgba(0,0,0,0.1) !important; height:45px !important; }

.m_joy19_mn_hot_txt_percent em { color:#fff99a; }
.m_joy19_mn_hot_txt_name, .md_tab_title .m_joy19_mn_md_txtbox em { color:#fff; }

.m_joy19_mn_hot_bgimg img {
  width: 100%;
  height: auto;
  object-fit: cover; /* fill »ç¿ë ½Ã ¿Ö°î À§Çè, cover°¡ ´õ ¾ÈÁ¤Àû */
  aspect-ratio: 1 / 1; /* ÀÌ¹ÌÁö ¹Ú½º¸¦ Á¤»ç°¢ÇüÀ¸·Î °­Á¦ ºñÀ² ¼³Á¤ (¼±ÅÃ) */
  display: block;
}

.intro_kcc { margin-top: -8px; }
.intro_kcc li { display: block; width: 48%; height: 37px; color: #fff; float: left; font-size: 0.875em; padding: 0.5em 0; text-align: center; box-sizing: border-box; font-weight: bold; margin-top: 1.0%; margin-right: 2%; border-radius: 5px; margin-bottom: 0.2em;}
.intro_kcc li:nth-child(1) { background-color: #2db400; border: 1px solid #29a200; }
.intro_kcc li:nth-child(2) { background-color: #ffdc00; border: 1px solid #eecd00; }
.intro_kcc li:nth-child(3) { background-color: #1d1d1f; border: 1px solid #111114; }
.intro_kcc li:nth-child(4) { background-color: #3d5a98; border: 1px solid #324f8e; }
.intro_kcc li a { color: #fff; }
.intro_kcc li a>img { width: 25px; height: 25px; vertical-align: middle;  margin-right: 5px; }
.kakao_intro_c { color: #371d1e; }
.update {color: #ed3035; font-size: 10px; }

.loginCheck label {font-size: 14px; margin-right: 1.5%; }

.social_icons a { width:30px; height:30px;  overflow: hidden;  display: inline-block;  margin-right:5px;  margin-top: 10px; }
.social_icons a:nth-child(2) img { position:relative; left: -32px; }
.social_icons a:nth-child(3) img { position:relative; left: -64px; }
.social_icons a:nth-child(4) img { position:relative; left: -98px; }
.social_icons a:nth-child(5) img { position:relative; left: -130px; }
.social_icons a:nth-child(6) img { position:relative; left: -162px; }
.social_icons a:nth-child(7) img { position:relative; left: -193px; }
.social_icons a:nth-child(8) img { position:relative; left: -227px; }
.social_icons a:nth-child(9) img { position:relative; left: -258px; }
.social_icons a:nth-child(10) img { position:relative; left: -290px; }

.m_joy19_mn_sbev_bx-1 { width: 100%; margin-bottom: 20px; position: relative; background: #f5f5f6; padding: 5px 0 5px 0; }
.m_joy19_mn_sbev_bx-1 > div { display: block; position: relative; height: 175px; background: #ffffff; border-radius: 10px; margin: 10px 10px 10px 10px;  }
.m_joy19_mn_sbev_bx-1 .recmd_product_brand { width: 85%; color: #ed3035; font-size: 14px; overflow: hidden; line-height: 22px; margin-bottom: -20px; }
.m_joy19_mn_sbev_bx-1 p { width: 40%; text-align: left; font-size: 14px; font-weight: bold; color: #000; padding: 20px 10px 0 10px; padding-top: 20px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; }
.m_joy19_mn_sbev_bx-1 .txt_sp_brand_detail { font-size: 12px; color: #000; font-weight: 100; width: 50%; margin-top: -10px; color: #979797; }
.m_joy19_mn_sbev_bx-1 img { position: absolute; right: 25px; bottom: 45px; }

.m_joy19_mn_md_sbev_bx-1 .price { font-size: 20px; font-weight: 700; color: #000; padding: 30px 0 5px 10px; }
.m_joy19_mn_md_sbev_bx-1 .price em { font-style: normal; font-size: 15px; font-weight: 700; font-family: 'NanumSquare', "¸¼Àº °íµñ", "µ¸¿ò", Arial,sans-serif; }

.MS_prod_img_l-1 { margin-top: 25px; }

.h_ft { font-size: 30px; font-weight: 300; letter-spacing: -2px; margin-bottom: 5px; }
.h_ft_bold { font-size: 30px; font-weight: 700; letter-spacing: -2px; margin-bottom: 5px; }

.m_joy19_mn_sp_txtbx  p { margin-top: 25px; font-size: 22px; }

.h_ft_b { font-size: 42px; margin-bottom: 10px; font-weight: 300; line-height: 40px; }
.h_ft_b_bold { font-size: 42px; margin-bottom: 5px; font-weight: 700; line-height: 40px; }

.mn_yfl_header { margin-top: 10px; }

.header1 { position: relative; top: 0; left: 0; width: 100%; height: 105px; background-color: #fff; border-top: rgba(249,63,68,1) 4px solid; overflow: hidden; transition: height .2s ease-in-out; z-index: 150; box-shadow: 0 3px 6px rgba(0,0,0,0.2); opacity: 0.9; text-align: center; }
.header1 img { height: 40px; vertical-align: middle; margin-top: 16px; }
.header1 h1 { font-size: 17px; text-align: center; font-weight: 500; line-height: 18px; color: #000; margin-top: 13px; }
.bg-br {margin-bottom: 10px;}

.md_tab_title .md-c { display: inline-block; font-size: 16px; color: #fff; padding: 5px 10px; /* background-color: #0067c8; */ margin-bottom: 10px; }
.md_tab_title2 .md-c { display: inline-block; font-size: 14px; color: #fff; padding: 2px 10px; background-color: #04a430; margin-bottom: 10px; }

.review .review-group {
  display: none;
}
.review .review-group.active {
  display: block;
}

  @media screen and (max-width: 600px) {
    .app-buttons-wrapper {
      flex-direction: row;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      gap: 10px;
    }

    .app-button-box {
      min-width: 240px;
      flex: 0 0 auto;
    }
  }
/* BASIC css end */

