/* °øÅë Àû¿ë BEGIN */
/* ±âº» ÅÂ±× BEGIN */
body,div {
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans", "Noto Sans CJK KR", sans-serif;
}

table,form,input,textarea,button {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border: none;
	border: transparent;
	resize: none;
	outline-style: none
}

a {
	text-decoration: none;
	outline-style: none
}

a img {
	border: 0px;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none
}
/* ±âº» ÅÂ±× END */

/* Wrap BEGIN */
#wrap {
	width: 100%;
	min-width: 320px;
	margin: 0px auto;
}
/* Wrap END */

/* Align Center BEGIN */
.outer {
	display: table;
	width: 100%;
	height: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.center {
	position: relative;
	display: inline-block;
}
/* Align Center END */

/* °øÅë Àû¿ë END */

/* Header BEGIN */
#header {
	height: 52px;
	width: 100%;
	background-color: #192229;
}

#header:after {
	content: '';
	display: block;
	clear: both;
}

#header>span .logo {
	width: 158px;
}

#header>.menu_btn {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	width: 52px;
	height: 52px;
	text-align: center;
}

#header>.home_btn {
	float: left;
	position: absolute;
	top: 0;
	width: 52px;
	height: 52px;
	text-align: center;
}

#header>.menu_btn img {
	width: 20px;
	margin-top: 16.5px;
}

#header>.home_btn img {
	width: 24px;
	margin-top: 15.5px;
}

#header>.menu_btn>.menu_open {
	display: block;
}

#header>.menu_btn>.menu_close {
	display: none;
}
/* Header END */

/* Menu BEGIN */
#menu {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#menu>.tt {
	border-top: 2px solid #2184C5;
    border-bottom: 1px solid #cdcdcd;
	background-color: #FFFFFF;
	color: #444444;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

#menu>.tt>.icon {
	width: 46px;
	height: 46px;
}

#menu>.tt>.home {
	background: url(../../img/mobile/btn_home.png) center no-repeat;
	background-size: 18px;
	float: left;
}

#menu>.tt>.close {
	background: url(../../img/mobile/btn_close.png) center no-repeat;
	background-size: 18px;
	opacity: 1;
}

#menu>ul>li {
	height: 40px;
	line-height: 40px;
	/* background image ÇÊ¿ä */
	border-bottom: 1px solid #cdcdcd;
	background: #26333b;
	font-size: 0.9em;
}

#menu>ul>li>a {
	padding-left: 28px;
	color: #6D7A82;
	text-decoration: none;
    display: block;
}

#menu>ul>li.title {
	color: #444444;
	font-weight: bold;
	padding-left: 20px;
	background: #f5f5f5;
	line-height: 40px;
	height: 40px;
}

#menu>ul>li.sub_title {
	color: #6666666;
	background: #ffffff;
}

#menu>ul>li.title img {
	width: 20px;
	vertical-align: top;
	margin-top: 11px;
}
/* Menu END */

/* Search BEGIN */
#search_area {
	width: 100%;
	background-color: #26333b;
}

#search_form {
	margin: 12px 14px;
}

#search_bar {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid gray;
	border-radius: 4px;
	padding: 0 40.125px 0 7.125px;
	height: 40px;
}

#search_bar:focus {
	border-color: #4d87ef;
}

#search_bar>button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
/* 	background: url(../../img/mobile/icon_search.png) center no-repeat;
	background-size: 18px; */
	background: transparent;
}

#search_bar>button.remove {
	right: 40px;
	width: 20px;
	display: none;
}

#search_bar>button.remove>img {
	width: 14px;
}

#search_bar>button>img {
    width: 18px;
}

#search_bar input[type=text],#search_bar input[type=text]:focus {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 1em;
	border: 0 none;
	padding: 0;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
/* Search END */

/* Nav BEGIN */
#nav>ul {
	border-top: 2px solid #2184C5;
}

#nav>ul>li {
	background-color: #26333b;
	text-align: center;
	height: 46px;
}

#nav>ul>li>a {
	display: inline-block;
	width: 100%;
	line-height: 46px;
	color: #FFFFFF;
	font-size: 0.750em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

#nav>ul>li.open {
	background-color: #2184C5;
}

#nav>ul>li>a>.divider {
	border-left: 2px solid #303C44;
	height: 22px;
	position: absolute;
	margin-top: 12px;
}

#nav>ul>li.open>a>.divider {
	border-left: 0px;
}
/* Nav END */

/* Footer BEGIN */
.footer {
	background-color: #26333B;
	text-align: center;
	padding: 20px 5px 60px 5px;
}

.logo_copy {
	text-align: center;
	margin-top: 5px;
	width: 150px;
}

.btn_pc {
	float: right;
	margin-top: 10px;
	width: 60px;
}

.footer_text {
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #7d8c92;
}

.footer_wrapper .sns_area {
	position: static;
	margin-top: -42px;
	bottom: 0;
	width: 100%;
	background-color: #192229;
	text-align: center;
	display: inline-block;
	padding: 5px 0;
	border-top: 2px solid #2184c5;
}

.footer_wrapper .sns_text {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
	width: 16%;
	line-height: 30px;
}

.footer_wrapper .sns_icon li {
	float: left;
	width: 28%;
}

.footer_wrapper .sns_icon li>a, .footer_wrapper .sns_icon li>div {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 12px;
    line-height: 30px;
    height: 30px;
}

.footer_wrapper .sns_icon {
	color: #FFFFFF;
	line-height: normal;
	width: 100%;
}

.footer_wrapper .sns_icon li img {
	width: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
}

.divider {
	border-left: 2px solid #38444C;
	height: 24px;
	position: absolute;
	margin-top: 4px;
	display: block;
}
/* Footer END */

/* 3Tab BEGIN */
ul.tab_3 {
	color: #FFFFFF;
	float: none;
}

ul.tab_3:after {
	content: '';
	display: block;
	clear: both;
}

ul.tab_3>li {
	width: 33.3333%;
	float: left;
}
/* 3Tab END */

/* ½ºÅ©¸° ´ëÀÀ BEGIN */
@media screen and (max-width: 360px) {
}

@media screen and (min-width: 361px) and (max-width: 480px) {
}

@media screen and (min-width: 481px) and (max-width: 640px) {
}
/* ½ºÅ©¸° ´ëÀÀ END */