.fix_fmb .skip{
	display:block;
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	visibility:hidden;
	line-height:0;
	font-size:0;
	left:-9999px
}
.fix_fmb .hider{
	font-size:0;
	text-indent:-99999px;
	overflow:hidden;
}
.popup-fmb button, 
.fix_fmb button{
	outline:0;
	border:none;
	background:none;
	
}
/*팝업*/
.popup-fmb,
.popup-fmb-inner{
	width:168px;
	height:197px;
}
.popup-fmb{
	right:15px;
	bottom:15px;
}

.popup-fmb.style1{
	-moz-animation-name: popupMove;
	-webkit-animation-name: popupMove;
	animation-name: popupMove;
	-moz-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-moz-animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	animation-iteration-count:1;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
.popup-fmb.style2{
	-moz-animation-name: popupAni;
	-webkit-animation-name: popupAni;
	animation-name: popupAni;
	-moz-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}


@-moz-keyframes popupMove {
	0% {-moz-transform: translateY(200px);}
	100% {-moz-transform: translateY(0);}
}
@-webkit-keyframes popupMove {
	0% {-webkit-transform: translateY(200px);}
	100% {-webkit-transform: translateY(0);}
}
@keyframes popupMove {
	0% {transform: translateY(200px);}
	100% {transform: translateY(0);}
}

@-moz-keyframes popupAni {
	0% {-moz-transform: translateY(0);}
	50% {-moz-transform: translateY(-10px);}
	100% {-moz-transform: translateY(0);}
}
@-webkit-keyframes popupAni {
	0% {-webkit-transform: translateY(0);}
	50% {-webkit-transform: translateY(-10px);}
	100% {-webkit-transform: translateY(0);}
}
@keyframes popupAni {
	0% {transform: translateY(0);}
	50% {transform: translateY(-10px);}
	100% {transform: translateY(0);}
}

.popup-fmb{
	display:none;
	position: fixed;
	/*bottom:15px;
	left:120px;*/
	z-index:99999;
}
.popup-fmb .popup-fmb-inner{
	display:block;
	position:relative;
	background:url('//static-sdedu.akamaized.net/img1/_skin/sidae/images/popkon/fmb2/quick.png') center no-repeat;
}
.popup-fmb .popup-fmb-inner .fmb-oneday-close,
.popup-fmb .popup-fmb-inner .fmb-popup-close,
.popup-fmb .popup-fmb-inner .fmb-open-fix{
	display:block;
	position:absolute;
	font-size:0;
	text-indent:-99999px;
	overflow:hidden;
	outline:none;
	cursor:pointer;
}
.popup-fmb-inner a.go_btn {
	position:absolute;
	left:11%;
	bottom:50px;
	width:115px;
	height:30px;
	display:block;
}

.popup-fmb .popup-fmb-inner .fmb-oneday-close{
	width:104px;
	height:17px;
	bottom:0;
	left:29px;
}
.popup-fmb .popup-fmb-inner .fmb-popup-close{
	width:21px;
	height:21px;
	right:0;
	top:4px;
}
.popup-fmb .popup-fmb-inner .fmb-open-fix{
	width:87px;
	height:23px;
	left:38px;
	bottom:55px;
}
#fix_fmb_bg.show-fmb{
	display:block;
	position: fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	z-index:9998;
}
.fix_fmb{
	display:none;
	font-family:'spoqa3','noto3', "Malgun Gothic",dotum,sans-serif;
	color:#000;
	font-size:15px;
	letter-spacing:0;
}
.fix_fmb.show-fmb{
	position: fixed;
	display:block;
	width:346px;
	height:452px;
	left: 50%; 
	top:50%;
	margin-left:-173px;
	margin-top:-226px;
	z-index: 9999;
}
.fix_fmb .fmb-box{
	position:relative;
	display:block;
	padding:25px 28px;
	background:cyan
}
.fix_fmb .fmb-box .fmb-fix-close{
	position:absolute;
	display:block;
	height:24px;
	width:24px;
	background:url('//static-sdedu.akamaized.net/img1/_skin/sidae/images/popkon/fmb2/close.png') center no-repeat;
	right:15px;
	top:15px;
	cursor:pointer;
	outline:none;
}
.fix_fmb .fmb-box .fmb-title{
	text-align: center;
	margin-bottom:26px;
}
.fix_fmb .fmb-box .fmb-table{
	text-align:left;
	margin-bottom:20px;
}
.fix_fmb .fmb-box .fmb-table th{
	vertical-align:top;
	font-family:'spoqa4';
	font-weight:600;
	font-size:14px;
	line-height:29px;
	text-align:left;
	letter-spacing: -1.5px;
}

.fix_fmb .fmb-box .fmb-table select {
	position: relative;
	box-sizing: border-box;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size:14px;
	padding: 0 18px 0 10px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: 1px solid #000;
	 -webkit-appearance: none; 
	 -moz-appearance: none; 
	 appearance: none; 
	background:url('//static-sdedu.akamaized.net/img1/_skin/sidae/images/popkon/fmb2/show.png') 96% center no-repeat #fff;
}
.fix_fmb .fmb-box .fmb-table select::-ms-expand { display:none; }
.fix_fmb .fmb-box .fmb-table input {
    display: block;
    box-sizing: border-box;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
    border: 1px solid #000;
}

.fix_fmb .fmb-box .fmb-table select#fav_cate,
.fix_fmb .fmb-box .fmb-table select#mem_fav{
	width:100%;
}
.fix_fmb .fmb-box .fmb-table select#fav_cate,
.fix_fmb .fmb-box .fmb-table select#mem_fav,
.fix_fmb .fmb-box .fmb-table .hp-box,
.fix_fmb .fmb-box .fmb-table select#fmb_date,
.fix_fmb .fmb-box .fmb-table select#fmb_time{
	margin-bottom:8px
}
.fix_fmb .fmb-box .fmb-table .hp-box:after,
.fix_fmb .fmb-box .fmb-table .datetime-box:after{
	content:'';
	display:table;
	clear:both;
}
.fix_fmb .fmb-box .fmb-table .hp-box select,
.fix_fmb .fmb-box .fmb-table .hp-box input{
	float:left;
}
.fix_fmb .fmb-box .fmb-table .hp-box select{
	width: calc(33.333% - 6px/3);
}
.fix_fmb .fmb-box .fmb-table .hp-box input{
	margin-left:3px;
	width: calc(33.333% - 6px/3);
}

.fix_fmb .fmb-box .fmb-table .datetime-box > div{
	float:left;
}
.fix_fmb .fmb-box .fmb-table .datetime-box .date-box{
	margin-right:3px;
	width: calc(57% - 3px);
}
.fix_fmb .fmb-box .fmb-table .datetime-box > div.main_box1 {
	width:43%;
}
.fix_fmb .fmb-box .fmb-table select#fmb_date{
	width:120px;
}
.fix_fmb .fmb-box .fmb-table select#fmb_time{
	width:100%;
}

.fix_fmb .fmb-box .fmb-agree {
	text-align: center;
}
.fix_fmb .fmb-box .fmb-agree > p{
	padding-left:2px;
	margin-bottom:12px;
	font-size:16px;
	font-family:'spoqa4', 'noto4';
	font-weight:600;
}
.fix_fmb .fmb-box .fmb-agree > p label{
	cursor:pointer;
	padding-right:8px;
	vertical-align:middle;
}
.fix_fmb .fmb-box .fmb-agree > p input{
	transform: scale(1.3);
	cursor:pointer;
	vertical-align:middle;
	display: inline-block;
	*display: inline;
	zoom:1;
}
.fix_fmb .fmb-box .fmb-agree > ul:after{
	content:'';
	display:table;
	clear:both;
}
.fix_fmb .fmb-box .fmb-agree > ul li{
	float:left;
	position:relative;
	padding-left:10px;
	line-height: initial;
	letter-spacing:0;
	text-align: left;
	font-size:13px;
}
.fix_fmb .fmb-box .fmb-agree > ul li:before{
	content:'\00B7';
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.fix_fmb .fmb-box .fmb-agree > ul li.fmb-agree-item1{
	width:110px
}
.fix_fmb .fmb-box .fmb-btn{
	margin-top:25px;
}