/* °øÅë Àû¿ë 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%;
}

#header .inner {
	text-align:center;
	padding-left:10px;
}
.inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

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

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

/* Header BEGIN */
#header {
	width: 100%;
	background-color: #009b9c;
	position:relative;
}

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

#header>span .logo {
	width: 118px;
	padding:5px 0;
}

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

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

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

#header>.home_btn img {
	width: 20px;
	margin-top: 21px;
}

#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 #26333b;
    border-bottom: 1px solid #cdcdcd;
	background-color: #FFFFFF;
	color: #444444;
	height: 46px;
	line-height: 46px;
	padding-left:20px;
}

#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: 400;
	background: #fff;
	line-height: 40px;
	height: 40px;
}

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

#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: 5px 7px;
}

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

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

#search_bar>button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 35px;
/* 	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-bottom: 2px solid #009b9c;
}

#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.850em;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}

#nav>ul>li.open {
	background-color: #009b9c;
}

#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 {
	position:absolute;
	right:10px;
	margin-top: 10px;
	width: 60px;
}

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

.footer_wrapper .sns_area {
	position: static !important; /* ¸ÞÀÎ °íÁ¤ ½Ã important ÇØÁ¦*/
	/*margin-top: -42px;*/
	bottom: 0;
	width: 100%;
	background-color: #009b9c;
	text-align: center;
	display: inline-block;
}

.footer_wrapper .sns_text {
	font-weight: 500;
	color: #FFFFFF;
	font-size: 18px;
	width: 100%;
	line-height: 30px;
	background:#26333b;
	padding:5px 0;
}

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

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

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

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

.divider {
	border-left: 2px solid #fff;
	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.333333333333333333333333333333%;
	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 */


/* sub */

.cont_wrap {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 20px;
    margin-bottom: 50px;
}
.t-center{text-align:center;}
.top_tit{background:#f9f9f9; border-top:2px solid #f0f0f0; text-align:center; padding:10px; font-size:18px;letter-spacing:-1px;}
.con_tit{font-size:20px; font-weight:400;margin:0 0 10px; color:#333; letter-spacing:-2px;}
.con_txt{font-size:14px; font-weight:400; margin:0; text-align:justify; color:#000;}
.color_p{color:#009b9c; font-weight:600;}
.dot_line{display:block; width:100%; border-bottom:2px dotted #ddd;  margin:20px 0;}

.img_lay{width:100%;text-align:center;}
.img_lay li{list-style:none; display:inline-block; width:48%; margin-bottom:10px; vertical-align:middle;}
.img_box{width:100%; text-align:center; background:#f9f9f9; border-radius:20px; padding:20px 0; }
.img_box img{display:inline-block; width:24%;}