﻿ 
                                	.shop-search-tit{
                                		color: #fff;
										font-size: 40px;
									    text-align: center;
									    margin-bottom: 10px;
									    letter-spacing: 6px;
										margin-top: 20px;                   				
                                	}
                                	.ss-sub-tit{
                                		font-size: 16px;
    									letter-spacing: 1px;
    									text-align: center;
									    margin-bottom: 10px;
                                	}
                                	.shop-search-con{
                                		/*display: flex;
                                		justify-content: space-around;
                                		flex-wrap: wrap;*/
                                		margin: 0 auto;
                                	}
                                	.input-con{
                                		height: auto;
									    position: relative;
									    width: 312px;
									    vertical-align: top;
									    display: inline-block;
									    *display: inline;
    									margin: 5px 5px 10px;
                                	}
                                	
                                	@media screen and (min-width: 1024px){
                                		.shop-search-con{
                                			width: 648px;
                                		}
                                	}
                                	@media screen and (max-width: 1023px){
                                		.shop-search-con{
                                			max-width: 100%;
                                			text-align: center;
                                		}
                                	}                                	
                                	.shop-search-con input[type="text"],.shop-search-con select{
                                		height: 34px;
									    width: 260px;
									    border: 1px solid #e1e1e1;
									    padding: 3px 35px 2px 15px;
									    display: block;
									    outline: none;
									    display: inline-block;
									    *display: inline;
									    color: #000;
									    box-sizing: content-box;
									    -webkit-appearance: none;
                                	}
                                	.shop-search-con textarea{
                                		height: 34px;
									    width: 260px;
									    border: 1px solid #e1e1e1;
									    display: block;
									    outline: none;
									    display: inline-block;
									    *display: inline;
									    color: #000;
									    box-sizing: content-box;                                		
									    border: 1px solid #e1e1e1;
									    padding: 12px 35px 0 15px;
									    display: block;
                                	}
                                	.select-arrow{
                                		    position: absolute;
											    cursor: pointer;
											    top: 15px;
											    right: 30px;
											    width: 10px;
											    height: 10px;
											    border-right: .2em solid #000;
											    border-top: .2em solid #000;
											    -webkit-transform: rotate(135deg);
											    transform: rotate(135deg);
											    pointer-events: none;
                                	}
                                	.ss-sub{
                                		float: none;
									    height: auto;
									    font-family: Knockout\ 48 A,Knockout\ 48 B,sans-serif;
									    font-style: normal;
									    font-weight: 400;
									    text-transform: uppercase;
									    font-size: 18px;
									    letter-spacing: 2px;
									    background-color: #aaa;
									    border: none;
									    border-radius: 0;
									    color: #fff;
									    text-align: center;
										padding: 10px;	
									    width: calc(100% - 20px);
									    display: block;
									    margin: 0 auto 50px;
									    max-width: 260px;	
									    outline: none;								    
                                	}
                                	.icon.succeeded{
                                		width: 22px;
									    height: 22px;
									    -webkit-transform: rotate(45deg);
									    transform: rotate(45deg);
									    position: absolute;
									    right: 10px;
									    margin: 4px -5px 0 0;
									    z-index: 1;
									    top: 0;
									    display: none;
                                	}
                                	.success-stem {
								    position: absolute;
								    width: 3px;
								    height: 15px;
								    background-color: #ccc;
								    left: 14px;
								    top: 6px;
								}
								.success-kick {
								    position: absolute;
								    width: 9px;
								    height: 3px;
								    background-color: #ccc;
								    left: 8px;
								    top: 18px;
								}			
								.authrize-con{
									display: flex;
									align-items: center;
									margin-bottom: 10px;
								}
								.authrize{
								    width: 20px;
								    height: 20px;
								    cursor: pointer;
								    background: #fff;
								    top: 0;
								    left: 0;
								    border: 1px solid #777;
									-webkit-appearance: none;
								    outline: none;
								    margin: 0!important;
								}		
								.authrize:checked{
				                    background: url("img/check.png") no-repeat;
				                    background-size: 100% 100% ;  
									outline: none;
                    			}     
                    			.shou{
                    				line-height: 20px;
                    				margin-bottom: 0;
                    				margin-left: 7px;
                    				font-size: 14px;
                    			}
                    			.ss-hint{
                    				text-transform: uppercase;
								    color: #ff7a7f;
								    width: 280px;
								    font-size: 15px;
								    line-height: 18px;
								    margin-top: 5px;
								    display: none;
                    			}
                    			
                    			.compelete{
                    				display: none;
                    			}
                    			.c-t{
                                	color: #fff;
									font-size: 24px;
									text-align: center;
									margin-bottom: 10px;
									letter-spacing: 6px; 
									margin-top: 20px;                   				
                    			}
                    			.c-code{
                    				text-align: center;
                    			}
                    			.c-code img{
                    				width: 200px;
                    				height: 200px;
                    			}
                    			.c-back{
                    				text-align: center;
                    				cursor: pointer;
                    				font-size: 18px;
                    				margin-top: 20px;
                    				margin-bottom: 50px;
                    			}
                         