@CHARSET "UTF-8";

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", helvetica, "나눔바른고딕 옛한글", "NanumBarunGothic YetHangul", sans-serif;
	font-size: 1em;
	color: #242424;
}
body, p, ol, ul, li {
	padding: 0;
	margin: 0;
	border: 0;
}
ol, ul, li {
	list-style: none;
}	
img {
	max-width: 100%;
}	
a {
	cursor: pointer;
	text-decoration: none;
	color: #242424;
}
div[onclick],
a[onclick] {
	cursor: pointer;
}
select,
textarea,
input[type="text"],
input[type="password"],
.input {
	display: flex;
	width: 100%;
	/* margin-right: 25px; */
	font-size: 1em;
	color: #969696;
	padding: 10px;
	
	background-color: #fff;
	border: 1px solid #bdbdbd;
	border-radius: 3px !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;		
}
input[readonly] {
	background-color: #f5f5f5;
	cursor: not-allowed;
}
input[disabled] {
	background-color: #f5f5f5;
	/* border: 1px solid #ddd; */
	cursor: not-allowed;
}
select {
	outline: 0;
	cursor: pointer;
	background: #fff url(/img/arr_down_g30.png) 100% 50% no-repeat;
	background-size: 29px 13.5px;
}

.ui-datepicker-title select {
	display: inline-block;
	padding: 0;
	color: #000;
	border-color: #000;
}
textarea {
   font-family: inherit;
   font-size: inherit;	
	min-height: 200px;
}
	
.item_answer {
	position: relative; 
	display: flex;
	margin: 3px 0;
}
.item_answer input[type="radio"],
.item_answer input[type="checkbox"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    appearance: none;
    display: flex;	
}
.item_answer input[type="radio"] + label,
.item_answer input[type="checkbox"] + label {
	position: relative;  
	display: flex; 
	/* margin: auto; */
	padding-left: 26px; 
	cursor: pointer; 
	color: #696969;
	text-align: left; /* 20241015 설문 관련해서 추가 */
}
.item_answer input[type="radio"] + label:before,
.item_answer input[type="checkbox"] + label:before {
	content: ''; 
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;	
    width: 18px; 
    height: 18px; 
    margin: auto;
    background-color: #eee; 
	border: 1px solid #aaa;
}
.item_answer input[type="radio"] + label:before {
	border-radius: 100%;
}
.item_answer input[type="radio"]:checked + label:before,
.item_answer input[type="checkbox"]:checked + label:before {
	background-image: url(/img/check.png);
    background-position: 1px center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    
    background-color: #000; 
	border: 1px solid #000; 
}
.item_answer textarea,
.item_answer input[type="text"],
.item_answer input[type="radio"]:checked + label,
.item_answer input[type="checkbox"]:checked + label {
	color: #000;
}
.item_answer textarea {
	min-height: 50px;
}



.main_bg_color {
	background-color: #0f223e;
}
.main_font_color {
	color: #0f223e;
}
.main_border_color {
	border-color: #0f223e;
}

.shopname_roulette {
	padding-bottom: 30px !important;
}
	
.shopname_color {
	color: #fde718;
}
.accent_color {
	color: #fde718;
}
.sub_color {
	color: #959595;
}
	
	
	


.bg_gray {
	/* background-color: #e6e7ec; */
	background-color: #f8f8f8;
}	
.bg_white {
	/* background-color: #e6e7ec; */
	background-color: #fff;
}	
.bg_e9ecef {
	background-color: #e9ecef;
}
.bg_2c2f37 {
	background-color: #2c2f37;
}
.bg_e4ebfd {
	background-color: #e4ebfd;
}

.c_black {
	color: #000;
}
.c_white {
	color: #fff;
}
.c_red {
	/* color: #b9403d; */
	color: #da5037;
}
.c_navy_light {
	color: /* #5468b3 */ #315ee9;
}	
.c_navy {
	/* color: #27356b; */
	color: #0f223e;
}	
.c_gray {
	color: #959595;	
}	
.c_darkgray {
	color: #626262;
}		
.c_blue {
	/* color: #4663ca; */
	color: #315ee9;
}	
.c_lightyellow {
	/* color: #efcf46; */
	color: #fde718;
}				
.c_darkyellow {
	/* color: #cd9645; */
	color: #e29423;
}	

.txt_u {
	text-decoration: underline !important;
}
.txt_lt {
	text-decoration: line-through !important;
}
.txt_ellipsis {
	display: block;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	word-break: break-all;
} 
.txt_border_w {
	text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
}
.dotdotdot:after {
	content: ' ...';
	font-weight: normal;
	/* color: #be1e2d; */		
}
	

.normal {
	font-weight: normal;
}		
.bold {
	font-weight: bold;
}	

.ta_center {
	text-align: center;
	justify-content: center;
}
.ta_left {
	text-align: left;
	justify-content: flex-start;
}	
.ta_right {
	text-align: right;
	justify-content: flex-end;
}		

.fs70 {
	font-size: .7em;	
}
.fs80 {
	font-size: .8em;	
}
.fs85 {
	font-size: .85em;	
}
.fs90 {
	font-size: .9em;	
}
.fs110 {
	font-size: 1.1em;
}	
.fs120 {
	font-size: 1.2em;
}	
.fs130 {
	font-size: 1.3em;
}		
.fs150 {
	font-size: 1.5em;
}	
.fs160 {
	font-size: 1.6em;
}	
.fs170 {
	font-size: 1.7em;
}	
.fs180 {
	font-size: 1.8em;
}	
.fs190 {
	font-size: 1.9em;
}	
.fs200 {
	font-size: 2em;
}
.fs300 {
	font-size: 3em;
}
.fs400 {
	font-size: 4em;
}
.fs430 {
	font-size: 4.3em;
}
.fs500 {
	font-size: 5em;
}

.wd100p {
	width: 100% !important;
}
.wd90p {
	width: 90% !important;
}
.wd80p {
	width: 80% !important;
}
.wd75p {
	width: 75% !important;
}
.wd70p {
	width: 70% !important;
}
.wd60p {
	width: 60% !important;
}
.wd50p {
	width: 50% !important;
}
.wd33p {
	width: 33.33333% !important;
}
.wd30p {
	width: 30% !important;
}
.wd25p {
	width: 25% !important;
}
.wd20p {
	width: 20% !important;
}
.wd10p {
	width: 10% !important;
}

.p0 {
	padding: 0 !important;
}
.p5 {
	padding: 5px !important;
}
.p10 {
	padding: 10px !important;
}
.p15 {
	padding: 15px !important;
}
.p20 {
	padding: 20px !important;
}
.p25 {
	padding: 25px !important;
}
.p30 {
	padding: 30px !important;
}
.p35 {
	padding: 35px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}

.m0 {
	margin: 0 !important;
}
.m5 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m20 {
	margin: 20px !important;
}
.m30 {
	margin: 30px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mt-120 {
	margin-top: -120px !important;
}
.mt-100 {
	margin-top: -100px !important;
}
.mt-90 {
	margin-top: -90px !important;
}
.mt-10 {
	margin-top: -10px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt7 {
	margin-top: 7px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb7 {
	margin-bottom: 7px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}


.bg_img:before {
	display: block;
	content: '';
}
.bg_img {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;	
}				




a.bt_wbd {
	display: block;
	position: relative;
	padding: 3px 5px;
	text-align: center;
	/* min-width: 90px; */
	font-size: .8em;
	font-weight: 700;
	color: #0f223e;
	background-color: #fff;
	border: 1px solid #fff;		
	border-radius: 3px;
}
a.bt_dybd {
	display: block;
	position: relative;
	padding: 7px 15px;
	text-align: center;
	/* width: 90px; */
	font-size: .8em;
	font-weight: 600;
	color: #e29423 !important;
	border: 1px solid #e29423;		
	border-radius: 3px;
}	
a.bt_rbd {
	display: block;
	position: relative;
	padding: 5px;
	text-align: center;
	width: 90px;
	font-size: .8em;
	font-weight: 600;
	color: #d95037 !important;
	border: 1px solid #d95037;		
	border-radius: 3px;
}	
a.bt_gbd {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	
	font-weight: 600;
	padding: 10px 0; /* padding: 5px 0; */
	/* margin: 5px; */
	/* font-size: .8em; */	
	
	color: #aeaeae !important;
	border: 1.5px solid #aeaeae;		
	border-radius: 3px;
	background-color: #fff;	
}	
a.bt_gbd.sel {
	color: /* #5468b3 */ #315ee9 !important;
	border: 1.5px solid /* #5468b3 */ #315ee9;		
	border-radius: 3px;
}	


.bt_nnbg {
	display: block;
	position: relative;
	padding: 15px 0;
	
	
	text-align: center;
	font-weight: bold;
	color: #fff !important;
	border-radius: 5px;
	background-color: #0f223e;
	border: 1px solid #0f223e;
}
a.bt_gbgnbd {
	display: block;
	position: relative;
	padding: 10px 0;
	
	
	text-align: center;
	font-weight: bold;
	color: #0f223e/* #fff */ !important;
	background-color: #f2f2f2;	
	border-radius: 5px;
	border: 1px solid #ccc;
	
}
a.bt_nbg {
	display: block;
	position: relative;
	padding: 10px 0;
	
	
	text-align: center;
	font-weight: bold;
	color: #0f223e/* #fff */ !important;
	background-color: #fde718; /* #27356b; */		
	border-radius: 5px;
	border: 1px solid #fde718 /* #27356b */;
}
.arc a.bt_nbg,
.arc a.bt_gbgnbd,
.arc a.bt_nnbg {
	box-shadow: 0 3px 5px 0 #d6d6d6;
}
	
a.bt_nbd {
	display: block;
	position: relative;
	padding: 10px 0;
	
	
	text-align: center;
	font-weight: bold;
	/* color: #27356b !important; */
	color: #0f223e !important;
	
	background-color: #fff;		
	border-radius: 5px;	
	/* border: 1px solid #27356b; */
	border: 1px solid #0f223e;
}
a.bt_gbg {
	display: block;
	position: relative;
	padding: 15px 0;
	
	
	text-align: center;
	font-weight: bold;
	color: #fff !important;
	background-color: #78787a;		
	border-radius: 5px;
}		
a.bt_rbg {
	display: block;
	position: relative;
	padding: 15px 0;
	
	
	text-align: center;
	font-weight: bold;
	color: #fff !important;
	border-radius: 5px;	
	background-color: #da5037;
	border: 1px solid #da5037;

	box-shadow: 0 3px 5px 0 #d6d6d6;
}

.stamp_dangol:before {
	display: flex;
	content: '';
	padding-top: 34.210526315789474%; /* = 2600 / 76 */
}
.stamp_dangol {
	position: relative;
	display: flex;

	width: 60px;
	/* height: 30px; */
	background-image: url(/img/dangol.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;		
}	
.stamp_dangol888:before {
	display: flex;
	content: '단골';
	color: #fff;
	font-size: .6em;
}	
.stamp_dangol888 {
	position: relative;
	display: flex;
	padding: 7px 5px;
	/* font-weight: 600; */
	/* border: 1px solid #a87a3b; */
	background-color: #a87a3b;
	border: 1px solid #a87a3b;
	border-radius: 1000px;
}


.stamp_bangmun:before {
	display: flex;
	content: '';
	padding-top: 37.681159420289855%; /* = 2600 / 69 */
}
.stamp_bangmun {
	position: relative;
	display: flex;

	width: 60px;
	/* height: 30px; */
	background-image: url(/img/btn_stamp.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;		
}	

.stamp_bangmun777:before {
	display: flex;
	content: '스탬프';
	color: #fff;
	font-size: .8em;
}
.stamp_bangmun777 {
	position: relative;
	display: flex;
	border-radius: 5px;
	padding: 5px 10px;
	/*
	padding: 10px 10px 10px 45px;
	background-color: #fff;
	background-image: url(/img/stamp_bangmun.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 90%;	
	*/	
	
	background-color: #d95038;
	border: 1px solid #d95038;
}	
.stamp_bangmun999 {
	position: relative;
	display: block;

	/* padding: 10px 10px 10px 45px; */
	width: 30px;
	height: 30px;
	background-color: #fff;
	background-image: url(/img/stamp_bangmun.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 200%;
	border-radius: 10000px;	
}	



.main_pop {
	display: block;
	padding: 40px 20px;
	text-align: center;
	
	
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);			
	margin: auto;

	max-width: 400px;

	/* border-radius: 10px; */
	background-color: #fff;
}
.main_pop .bt_gbg, 
.main_pop .bt_nbg,
.main_pop .bt_nbd {
	/* margin: 20px 0; */
	margin-top: 20px;
}
		
							
.i_comment:before,
.chk_comment:before {
	display: block;
	content: '';
	padding: 20px 0;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;	
	/* background-image: url(/images/portal/ic_i_lightnavy.png); */	
}	
.i_comment:before {
	background-image: url(/img/ic_i_blue.png);	
}
.chk_comment:before {
	background-image: url(/img/ic_chk_blue.png);	
}
.i_comment,
.chk_comment {
	display: block;
	position: relative;
}	

.check_mark_left,
.check_redbox_left,
.triangle_next,
.i_circle,
.i_circle_red,
.home_left,
.user_left {
	text-align: left;
	padding: 10px 0 10px 30px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left center;
}	
.check_mark_left {
	background-image: url(/img/check_blue.png);
}
.check_redbox_left {
    padding: 10px 0 10px 20px;
    background-size: 15px auto;
	background-image: url(/img/ic_check_red_box.png);
}
.triangle_next {
	background-image: url(/img/btn_page_next.gif);
}
.i_circle {
	background-image: url(/img/exclamation.png);
}
.i_circle_red {
	background-image: url(/img/ic_i_red.png);
}
.home_left {
	background-image: url(/img/ic_home.png);
}
.user_left {
	background-image: url(/img/ic_user.png);
}
		
.line {
	margin-top: 10px; 
	padding-top: 10px; 
	border-top: 1px solid #aaa;
}

.required:before {
	content: '* ';
	font-weight: normal;
	color: #be1e2d;		
}

.highlight {
	display: inline;
	box-shadow: inset 0 -12px 0 /* #b9c1e3 */ #e4ebfd; /*-10px은 highlight의 두께*/
	
	line-height: 150%;
}




.arrow_triangle {
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
}

.arrow_triangle.up {
    border-top: 0;
	border-bottom: 7px solid #fff;/* 화살표 */
}
.arrow_triangle.up.blue {
    border-bottom-color: #00f;
}
.arrow_triangle.up.red {
    border-bottom-color: #f00;
}

.arrow_triangle.down {
    border-bottom: 0;
	border-top: 7px solid #fff;/* 화살표 */
}
.arrow_triangle.down.blue {
    border-top-color: #00f;
}
.arrow_triangle.down.red {
    border-top-color: #f00;
}

.arrow_triangle.left {
    border-left: 0;
	border-right: 7px solid #fff;/* 화살표 */
}
.arrow_triangle.right {
    border-right: 0;
	border-left: 7px solid #fff;/* 화살표 */
}



.arrow {
    position: relative;
}

.arrow::after {
    content: '';
    width: 10px; /* 사이즈 */
    height: 10px; /* 사이즈 */
    border-top: 1px solid #121212; /* 선 두께 */
    border-right: 1px solid #121212; /* 선 두께 */
    display: inline-block;
    
    position: absolute;
	right: 5px;
	bottom: 8px;
	
	transform: rotate(135deg); /* 각도 45deg 는 ＞, 135deg 는 ∨, 225deg 는 ＜, 315deg 는 ∧ */
}
.arrow.right::after {
	transform: rotate(45deg);
}
.arrow.left::after {
	transform: rotate(225deg);
}
.arrow.down::after {
	transform: rotate(135deg);
}
.arrow.up::after {
	transform: rotate(315deg);
}




	
.msg {
	display: block;
	

	position: relative;

	margin: auto;
	padding: 55px 20px 30px 20px;	
	text-align: center;
	color: #3d3d3d;
	border: 1px solid #f2f2f2;

	
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 25px 25px;		
	background-image: url(/img/ic_i_blue.png);
}
	
	
	
.frm {
	position: relative;
	display: flex;
	flex-flow: column;
	margin-top: 15px;
}
.frm .caption {
	position: relative;
	display: flex;		
	margin: 15px 0 0 0;
	font-weight: 600;
}
.frm .item {
	position: relative;
	display: flex;		
	margin-top: 5px;
}		
.frm .item a.bt_dybd {
	position: relative;
	display: flex;		
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	min-width: 90px;		
}
		
		
		
		
		
		
			
.headrow {
	font-weight: bold;
	border-bottom: 1px solid #a5a5a5;
}	
	
ul.column_list2 {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	text-align: center;
}
ul.column_list2 > li {
	display: block;
	position: relative;
	margin: 0 5px;
}



.arc {
	display: block;
	position: relative;		
	padding: 20px; /* padding: 20px 0; */
	margin-top: 80px;
	
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;				
	background-image:url(/img/arc.png);	
}
.arc > .whitebox {
	margin-top: -90px !important; /* -(arc.margin-top + arc.padding-top) */
	/* min-height: 110px; -(whitebox.margin-top + whitebox.padding-top) + */
}

.whitebox {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 2px 10px 0px #aaa;	
}
ul.column_list2 > li.whitebox {
	/* padding: 15px 0 10px 0; */
	padding: 15px 0; /* padding: 20px 0; */
	width: 50%;
	background-color: rgba(255, 255, 255, 0.9);
}	
ul.column_list2 > li.season2 {
}
ul.column_list2 > li.season2:after {
	content: 'season';
	
	padding: 3px 7px;
	font-size: .7em;
	color: #fff;
	background-color: #b9403d;
	
	position: absolute;
	left: 7px;
	bottom: 100%;
	
	border-top-left-radius: 5px;	
	border-top-right-radius: 5px;			
}		

ul.column_list2.between {
	justify-content: space-between;
	margin: 0 20px; /* margin: 0 40px; */				
}
ul.column_list2.between > li {
	margin: 0;
}
ul.column_list2.between > li:nth-child(1) {
	text-align: left;		
}					
ul.column_list2.between > li:nth-child(2) {
	text-align: right;		
}			
			
			



ul.column_list_uni {
	display: flex;
	position: relative;
	flex-flow: wrap;
	justify-content: flex-start;
	/* padding: 15px 0; */
	text-align: center;
}
ul.column_list_uni > li {
	display: flex;
	position: relative;
	/* margin: 0 5px; */
}
ul.column_list_uni > li.reverse {
	flex-direction: row-reverse;
}
ul.column_list_uni > li.right {
	justify-content: flex-end;
}
ul.column_list_uni > li.center {
	justify-content: center;
}

	

.arrow {
    position: relative;
}

.arrow::after {
    content: '';
    width: 10px; /* 사이즈 */
    height: 10px; /* 사이즈 */
    border-top: 1px solid #121212; /* 선 두께 */
    border-right: 1px solid #121212; /* 선 두께 */
    display: inline-block;
    
    position: absolute;
	right: 5px;
	bottom: 8px;
	
	transform: rotate(135deg); /* 각도 45deg 는 ＞, 135deg 는 ∨, 225deg 는 ＜, 315deg 는 ∧ */
}
.arrow.right::after {
	transform: rotate(45deg);
}
.arrow.left::after {
	transform: rotate(225deg);
}
.arrow.down::after {
	transform: rotate(135deg);
}
.arrow.up::after {
	transform: rotate(315deg);
}
	
.arrow.right::after {
	margin: auto;
	top: 0;
	bottom: 0;
	right: 20px;
	border-top: 2px solid #315ee9 /* #5468b3 */;
	border-right: 2px solid #315ee9 /* #5468b3 */;
}
	
		
.paragraph {
	display: block;
	position: relative;
	padding: 30px 10px;
	text-align: center;			
	
	/* border-top: 5px solid #d7d7d7; */
	box-shadow: 0 8px 5px 0px #d4d4d4;
}
.paragraph.info,
.paragraph:last-child {
	/* border-top: none; */
	box-shadow: none;
}
.paragraph .caption {
	margin: 10px 0;
}


.grad {
	margin: 0 15px;
	padding: 5px 0;
	/* background: linear-gradient(90deg, #fff, #e3eafd, #e3eafd, #fff); */
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), #d6d6d6, #d6d6d6, rgba(255, 255, 255, 0));
	color: #333333;
}
.grad.red {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), #da5037, #da5037, rgba(255, 255, 255, 0));
	color: #fff;
}
		
.bar {
	background-image: url(/img/bar20.png);
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size: auto 40%;		
}

.dot:before {
	content: '• ';
	font-weight: normal;
}
.arrow_txt_right:before {
	content: '➝ ';
	font-weight: normal;
}

		
body,		
.top_menu,	
#top_menu_panel,
.main,
.bottom_fixed_menu,
.popup_overlay, /* 모든 div 팝업 화면 */
#popup3 {
	margin: auto;
	max-width: 414px;
}						

/*
.top_menu {
	display: block;
	position: relative;
	padding: 10px 0;
}	
.top_menu img {
	margin-left: 20px;
	max-width: 109px;	
	max-height: 40px;
}	
*/
ul.top_menu {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
ul.top_menu > li {
	position: relative;
	display: flex;
	margin: 0 5px;
}	
ul.top_menu > li:first-child {
	/*
	position: absolute;
	left: 0;
	*/
	padding-left: 15px; /* 20 - ul.top_menu > li의 margin-left */
}
ul.top_menu > li:last-child {
	padding-right: 15px; /* 20 - ul.top_menu > li의 margin-right */
}
.top_menu img {
	max-width: 109px;	
	max-height: 40px;
}	
	
		
.btn_menu_3lines,
.btn_g_menu_3lines {
	display: block;
	/*
	position: absolute;
	
	right: 25px;
	
	top: 50%;
	transform: translate(0, -50%);	
	*/	
	width: 20px;
	height: 20px;
		
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;				
	background-image:url(/img/nav_list_w.png);			
}		
.btn_g_menu_3lines {
	background-image:url(/img/nav_list_g.png);		
}
.btn_menu_3lines.close {
	background-image:url(/img/nav_close_w.png);
}
.btn_g_menu_3lines.close {
	background-image:url(/img/nav_close_g.png);
}

#top_menu_panel {
	max-height: 0; /* display: none; */
	overflow: hidden;
	transition: all 350ms ease-in-out;
	
	position: relative;
	/* border: 1px solid #f2f2f2; */
	
}		
#top_menu_panel a {
	color: #161616;
	font-weight: 550;
}
#top_menu_panel.show {
	max-height: 1000px; /* 임의값. %로 하면 transition효과가 없다. */
	transition: all 800ms ease-in-out;
}
#top_menu_panel > .top_menu_header,
#top_menu_panel > .top_menu_footer,
#top_menu_panel > ul.top_menu_content,
#top_menu_panel > ul.top_menu_footer2 {
	display: block;
	position: relative;
	padding: 20px 40px;
	background-color: #fff;

	/* border-width: 1px; */
	/* border-style: solid; */
}		
#top_menu_panel > ul.top_menu_content > li {
	display: block;
	position: relative;
	
	border-bottom: 1px solid #e7e7e7; 
	/* 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}
#top_menu_panel > ul.top_menu_content > li:last-child {
	border-bottom: none;
}
#top_menu_panel > ul.top_menu_content > li > a {
	display: block;
	position: relative;
	padding: 10px;
}
#top_menu_panel > ul.top_menu_content > li > a:after {
	display: inline-block;
	float: right;
	position: relative;
	content: '+';
	font-weight: 300;
}

#top_menu_panel > .top_menu_header,
#top_menu_panel > ul.top_menu_content,
#top_menu_panel > ul.top_menu_footer2 {
	border-bottom: 3px solid #f2f2f2;	
}

#top_menu_panel > ul.top_menu_footer2 {
	display: flex; 
	/* justify-content: space-between; */ 
	flex-wrap: wrap; 
	padding: 0 40px 20px 40px; 
	font-size: .8em;
	color: #aaa;
}
#top_menu_panel > ul.top_menu_footer2 a {
	color: #666 !important;
	text-decoration: underline;
}
#top_menu_panel > ul.top_menu_footer2 > li:nth-child(2) {
	margin-left: 20px;
}




.bottom_fixed_menu {
	display: block;
	position: fixed;
	bottom: 0;	
	left: 0;
	right: 0;
	z-index: 100; /* .info_title이 z-index: 99;라서 설정 */
}
.bottom_fixed_menu > ul {
	padding: 0;
	
	border: 1px solid #808184;
	border-bottom: none;
}
.bottom_fixed_menu > ul > li {
	padding: 15px 0;
	margin: 0;
	background-color: #54555b;
	border-left: 1px solid #808184;
}
.bottom_fixed_menu > ul > li:nth-child(1) {
	border-left: none;
}
.bottom_fixed_menu > ul > li.sel {
	background-color: #303134;
}
.bottom_fixed_menu > ul > li > a {
	color: #fff;
}
.bottom_fixed_menu > ul > li.sel > a {
	font-weight: bold;
}
						
.main {
	display: block;
	position: relative;
	padding: 0 !important;
}						


.bigtitle {
	display: block;
	position: relative;		
	color: #fff;
	text-align: center;
	padding: 20px 0;
	word-break: keep-all;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
}		

.roulette_comment_info {
	margin-top: -10px; 
	color: #aaa;
}		
				
		
ul.paging_area {
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 10px 0 20px 0;
	text-align: center;
	font-size: .9em;
}	
ul.paging_area > li {
	display: flex;
	justify-content: center;
	background: url(/img/bar15_darker.png) 100% 50% no-repeat;
}	
ul.paging_area > li:last-child {
	background: none;
}	
ul.paging_area > li.sel {
	color: /* #5468b3 */ #315ee9;
	font-weight: bold;
	padding: 5px 10px;
}
ul.paging_area > li > a {
	display: block;
	padding: 5px 10px;
}
ul.paging_area > li > a > img {
	max-width: none;
}



.spring_top {
	position: relative;
	display: block;
	padding: 40px 30px;		
}
.spring_contents {
	position: relative;
	display: block;
	padding: 0px 20px 50px 20px;
	border-radius: 5px;
	background-color: #fff;		
}		
.spring_line {
	position: relative;
	padding: 80px 20px 50px 20px;
	top: -10px;
	text-align: center;
	min-height: 400px;
	color: #20252e;
	font-size: 1.5em;			
	background-image: url(/img/oxquiz_spring.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: 9% auto;


	/* 세로 가운데 정렬 */			
	display: flex;
	flex-flow: column;
	justify-content: center;
}


/* 첫화면 */
:root {
	--swiper-theme-color: #303030 !important; /* #007aff */
	--swiper-navigation-size: 24px !important; /* 44px */
	--swiper-navigation-color: #fff;
}
.swiper {
	display: block;
	position: relative;
	/* padding: 20px 5px 10px 5px; */ /* padding: 20px; */
}
.swiper a,
.swiper .swiper-slide {
	display: block;
	position: relative;
	cursor: pointer;
}		
.swiper img {
	display: flex; /* 약간의 틈이 생기는걸 방지 */
	max-width: 100%;
	/* border-radius: 10px; */
}
.swiper .swiper-button-prev {
	left: 3px;
	/* height: 20px; */
	/* margin-top: -10px; */
	
	display: none;
}
.swiper .swiper-button-next {
	right: 3px;
	/* height: 20px; */
	/* margin-top: -10px; */
	
	display: none;
}
.swiper .swiper-pagination {
	/* display: none; */
	/* bottom: 3px !important; */

    /* height: 4px; 높이 조정 */
    /* background: #eee; 기본 배경색 */
}
.swiper .swiper-pagination-progressbar {
    /* background: #007aff; 진행 막대 색상 */
}	
.swiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    /*
    opacity: 1;
    background: rgba(0, 0, 0, 0.0);
    border: 1px solid #fff;
    */
}
.swiper .swiper-pagination-bullet-active {
	/* width: 10px; */
    /* background-color: #303030; */
}    		


			
.bigcomment {
	display: block;
	position: relative;
	padding: 10px 25px 0 25px;
	text-align: left;
	color: #fff;
}
.bigcomment_paragraph {
	font-size: 4vw;
}
		
.arc .arc_item {
	margin: -80px 0 0 0;
	padding: 0;
}
.arc ul.column_list2.between {
	padding: 10px 0;
}
.arc ul.column_list2.between > li {
	width: 50%;
}
.arc ul.column_list2.between > li:nth-child(1) .depth2 {
	margin: 0 15px 0 0;
	padding: 0;		
}
.arc ul.column_list2.between > li:nth-child(2) .depth2 {
	margin: 0 0 0 15px;
	padding: 0;		
}		




ul.column_list2.pick_button {
	padding: 0;
	margin-top: 10px;
}	
/* 버튼 2개(+포인트, Pick하기) 다 보이게 하려면 주석 풀것 */
ul.column_list2.pick_button > li {
	width: 50%;
}	
/* 버튼 1개(Pick하기)만 보이게 하려면 주석 풀것 
ul.column_list2.pick_button > li:nth-child(1) {
	display: none;
}	
ul.column_list2.pick_button > li:nth-child(2) {
	width: 100%;
}
*/



ul.column_list2.pick_num {
	padding: 0;
	/* border-top: 1px dashed #dadada; */
	border-bottom: 1px dashed #dadada;
}
ul.column_list2.pick_num > li {
	margin: 0;
	width: 50%;
}
ul.column_list2.pick_num > li > ul.column_list2.between {
	margin: 0;
	padding: 10px 20px !important;
}
ul.column_list2.pick_num > li > ul.column_list2.between > li {
	width: auto;
}


.bottom_menu {
	display: block;
	position: relative;
	background-color: #fff;			
}
.bottom_menu ul.column_list2.between {
	margin: 0;
	padding: 15px 20px;
	font-size: .9em;		
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;		
}
.bottom_menu ul.column_list2.between > li > ul.column_list2 {
	padding: 0;	
}
.bottom_menu ul.column_list2.between > li > ul.column_list2 > li:nth-child(1) {
	margin: 0 20px 0 0;	
}	
.bottom_menu ul.column_list2.between > li > ul.column_list2 > li:nth-child(2) {
	margin: 0;	
}		
		
		
/* 상품관련 */
.arc > ul.gift {
	margin: 100px 30px !important;
	/* margin-top: 90px !important; */
	border-radius: 15px;
}
ul.gift .gift_img {
	display: block;
	width: 100%;
	margin-top: -80px;
	text-align: center;
}
ul.gift .gift_img img {
	max-width: 100%;
}
ul.gift .gift_group {
	padding: 5px 0;
	display: block;
	width: 100%;
	text-align: center;	
	font-weight: bold;
	font-size: 1.4em;	
	color: #004d00;
}
ul.gift .gift_name {
	display: block;
	width: 100%;
	text-align: center;	
	font-weight: bold;
	font-size: 1.2em;	
}
ul.gift .gift_desc {
	display: block;
	width: 100%;
	text-align: center;
	/* font-size: 1.2em; */	
	color: #969696;
}		
ul.gift.gr1 {
	margin-top: -40px !important;
}
ul.gift.gr1 .gift_group {
	color: #315ee9;
}
ul.gift.gr2 .gift_group {
	color: #cc3333;
}

ul.gift > li {
	margin: 5px 0;
}

ul.gift > li.winners {
	padding: 20px 0;
	margin-top: 20px;

	display: block;
	width: 100%;
	text-align: center;
	font-size: .95em;
	color: #6d6d6d;		
	
	border-top: 1px dashed #adadad;
}
ul.gift > li.winners > .winner {
	padding: 5px 0;
}
		


	
	
#remaining_time0000 {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);

	right: 65px; /* .btn_menu_3lines.right + .btn_menu_3lines.width + 20 */
	color: #fff;
	font-size: .9em;
}
#remaining_time {
	color: #666;
	font-size: .8em;
}
#remaining_time2 {
	display: none;
	
	position: absolute;
	top: 15px;
	right: 25px;
	color: #fff;
}

/* 가로 1 테이블 */
ul.info_table {
	position: relative;
	display: flex;
	flex-flow: column;
	margin: 10px;
	
	border: 1px solid #ccc;
}
ul.info_table > li {
	position: relative;
	display: flex;
	flex-flow: column;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}	
ul.info_table > li:last-child {
	border-bottom: none;
}	
	
/* 
${stamped.coupon_status_code}
${win.coupon_status_code}
${challenge.coupon_status_code}
${coupon.coupon_status_code}
${productPayCoupon.coupon_status_code}
값으로 구분 */	
.BEFORE {
	color: #f8aa06;
}
.TO_USE {
	color: blue;
}
.EXPR {
	color: gray;
}
.USED {
	color: red;
}
.NOT_TODAY {
	color: violet;
}
.NOT_DUP {
	color: purple;
}
	
	
				

/* Web */
@media all and (min-width: 1224px) {
}