* { 
	padding: 0; 
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family:"Apple SD Gothic Neo", "AppleGothic", "Malgun Gothic", "Dotum", "Helvetica", sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

td {
	font-size: 12px;
}

td.main {
	text-align: center;
	border: 2px solid #99CCFF;
}

.img_s_border { border:1px solid #606060 }

a img{ border:none; }

a:link {color:black;text-decoration:none;}
a:visited {color:black;text-decoration:none;}
a:hover {color:orange;text-decoration:none;}
a:active {color:orange;text-decoration:none;}

.login_input {
	border: 1px solid #4497F7;
	width: 90%;
	height: 24px;
	
	padding-left: 4px;
}

.login_input:focus {
	outline: none;
}

#head_top {
	width: 750px;
	margin: 0 auto;
}

#tail_bar {
	width: 750px;
	margin: 0 auto;
}

img.figure {
	border: 1px solid black;
	padding: 5px;
}

table {
	border-collapse: collapse;
}

.left2 {
	background-color: #FFFFFF; 
	padding: 10px 0 0 0px;
}



table#onlynike1 {
	margin: 0 auto;
	width: 540px;
	background-color : #f0f0f0;
}

table#onlynike1 td {
	height: 28px;
}

table#onlynike1 td.td_l{
	background-color: #B8D4E2;
	text-align: center;
	width: 40px;
	font-size: 11px;
	color: #006699;
}

table#onlynike1 td.td_l2{
	background-color: #D5E3F2;
	text-align: center;
	width: 50px;
	font-size: 11px;
	color: #5D5D5D;
}

table#onlynike1 td.td_r{
	background-color: #E8EAEC;
	text-align: left;
	padding-left: 4px;
}

#login_box {
	margin: 0 auto;
	padding: 10px 4px;
	width: 90%;
	height: 140px;
	border-radius: 10px;
	
	/* 
	border: 3px solid #fababa;
	background-color: #FFE0E0; */
	
	border: 1px solid #F19E38;
	background-color: #FBE6CD;
	color: #0D0B0B;
	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	
}

#login_box span {
	font-size: 13px;
}

#login_box button {
	padding: 2px;
	margin: 0px 2px;
	width: 50px;
	height: 22px;
	color: #000;
	font-size: 11px;
	background-color: #DCF4FD;
	
	border: 1px solid #000;
}


table#login_fm {
	border-collapse: collapse;
	width: 90%;
	height: 140px;
	
	margin: 0 auto;
}

table#login_fm td{
	border: 2px solid #FFFFFF;
	background-color: #FFE0E0;
	height: 26px;

	text-align: center;
}

div#wearbox {
	
	padding: 4px 4px 4px 4px;
	width: 540px;
	
	margin: 0 auto;
	margin-top: 10px;
	background-color: #E8EAEC;
	border-radius: 8px;
}

div#gbox {
	background-color: #E8EAEC;

	width: 94%;
	margin: 0 auto;
}

div#gbox img {
	float: left;
}

div#gbox2 {
	width: 560px;
}

div#greview {
	background-color: #B8D4E2;

	text-align: left;
	width: 140px;
}

div#greview_memo {
	text-align: left;
	line-height: 140%;
}

#main_grid {
	margin: 0;
	padding: 0;
	display: grid;
	width: 100%;
	height: 600px;
	grid-template-columns: 580px auto;
	grid-template-rows: 230px auto;
	background-color: #e9f5dc;
	border: 2px solid #c1e697;
	
	column-gap: 4px;
	row-gap: 4px;
}

.main_grid_items {
	margin: 0;
	padding: 0px 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	overflow: hidden;
	
	
}

.main_grid_items:nth-child(4) { 
	align-items: start; 
	padding-top: 20px; 
	background-color: #E0DCDC;
	text-align: center;
	min-width: 0;
	width: 90%;
}


.social-container {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.social-container a {
	background-color: #E0DCDC;
	padding: 1.25em;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.social-container a svg{
	height: 30px;
	fill: #4497F7;
}