﻿@charset "utf-8";
@import url(webfont.css);

/* CSS Document */
/*초기화*/
* {
  margin: 0;
  padding: 0;
  font-family: "Malgun Gothic";
  letter-spacing: -0.02em;
}

body,
div,
ul,
li,
dl,
dt,
dd,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
span,
table,
tr,
th,
td,
select,
input,
textarea,
option {
  margin: 0;
  padding: 0;
  font-family: "Malgun Gothic";
  font-style: normal;
  letter-spacing: -0.5px;
}

ul,
ol,
dl,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

a:active,
a:hover {
  outline: 0;
}

a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol,
dl,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

html,
body {
  position: relative;
  height: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-block
}

.clearfix {
  display: block
}

* html .clearfix {
  height: 1%
}

/* Hides from IE-mac */
.clearfix {
  zoom: 1
}

/*for IE 5.5-7*/


/*color*/
.red {
  color: #f33;
}

.green {
  color: #1aa975;
}

.blue {
  color: #006caf;
}

/*메인*/
body {
  position: relative;
  background: #f7f7f7;
}

header {
  position: fixed;
  width: 100%;
  height: 60px;
  padding: 5px 10px;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  z-index: 1000;
}

header>h1 {
  float: left;
  width: 180px;
  height: 48px;
}

header>h1 img {
  width: 100%;
}

header>.menu_btn {
  float: right;
  width: 40px;
  height: 40px;
  margin-top: 4px;
}

header>.menu_btn>a {
  display: inline-block;
}

header>.menu_btn img {
  width: 100%;
}

section {
  padding-top: 60px;
  width: 100%;
}

section>.main_visual>.visual {
  position: relative;
}

section>.main_visual>.visual>li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

section>.main_visual>.visual>li.first {
  display: block;
}

section>.main_visual>.visual>li>img {
  width: 100%;
}


section>.notice {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  font-size: 0.9em;
  font-family: 'NanumSquar Regular';
  color: #dddddd;
  background: #333;
  line-height: 2em;
  box-sizing: border-box;
  text-align: center;
}

section>.notice>span {
  float: left;
}

section>.notice>a {
  font-size: 0.89em;
  color: #fff;
}

section>.notice>a>span {
  float: right;
  font-size: 0.9em;
  color: #ccc;
}

section>.go_btn {
  position: relative;
  margin-top: 72%;
}

section>.go_btn>ol {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

section>.go_btn>ol li {
  float: left;
  width: 33%;
  height: 100%;
  padding: 10px 10px;
  line-height: 24px;
  border-left: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
}

section>.go_btn>ol li:first-child {
  border-left: none;
}

section>.go_btn>ol li>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  font-size: 1.04em;
  font-family: "NanumSquar Bold";
  color: #555;
}

section>.go_btn>ol li>a>img {
  width: 40%;
}

footer {
  width: 100%;
  text-align: center;
  background: #f7f7f7;
}

footer .foot_util {
  padding: 6% 0 4% 0;
}

footer .foot_util>a {
  padding: 0 5px;
  font-size: 0.9em;
  font-weight: 900;
}

footer .foot_util>a.strong {
  color: #ef4736
}

footer>.address {
  font-size: 0.75em;
  line-height: 2em;
}

footer>.address>span {
  line-height: 4em;
}

footer>.call {
  padding: 4% 0 8% 0;
  font-size: 1.2em;
  color: #2078bd;
  font-family: 'NanumSquar Bold';
}


/*네비게이션*/
.menu_on {
  display: block
}

.menu_blind {
  display: none;
}

#slideRight {
  z-index: 30000;
  position: fixed;
  right: -200px;
  top: 0;
  background: #4a7f9d;
  width: 200px;
  box-shadow: 5px -10px 35px 0px #3f6b84 inset;
}

#slideRight h2 {
  box-sizing: border-box;
}

#slideRight h2>img {
  width: 90%;
  padding: 6% 6%;
}

.list_menu2 {
  width: 200px;
}

.list_menu2>li {
  color: #fff;
  margin-left: 20px;
}

.list_menu2>li>h1 {
  width: 160px;
  margin-bottom: 8px;
  padding: 12px 0 6px 0;
  font-size: 0.93em;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #94bed5;
  letter-spacing: 0.02em;
}

.list_menu2>li>h1>.ico_ar {
  float: right;
  font-size: 0.6em;
  line-height: 20px;
}

.list_menu2>li>ul {
  display: none;
}

.list_menu2>li>ul li a {
  padding-left: 10px;
  font-size: 0.8em;
  color: #c6e3f3;
  line-height: 2em
}

.cate_login {
  width: 200px;
  height: 40px;
  margin-top: 30px;
  background: #295674;
  text-align: center;
}

.cate_login a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.cate_logout {
  height: 40px;
  margin-top: 30px;
  text-align: center;
}

.cate_logout a {
  width: 44%;
  display: inline-block;
  padding: 0;
  background: #295674;
  line-height: 40px;
  font-size: 0.76em;
  color: #fff;
  box-sizing: border-box;
}

.cate_util {
  width: 100%;
  text-align: center;
  margin: 10% 0;
}

.cate_util a {
  font-size: 13px;
  padding: 0 3px;
  color: #d7ecf9;
}

.cate_call {
  width: 100%;
  text-align: center;
  margin: 10% 0;
  font-size: 0.98em;
  font-weight: bold;
  color: #fff;
}



/*로그인*/
.login_wrap {
  width: 90%;
  margin: 30px 5%;
}

.mem_type {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #777;
  line-height: 20px;
}

.login {
  font-size: 13px;
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px
}

.login>label {
  display: inline-block;
  width: 20%;
  margin-right: 20px;
  text-align: right;
  line-height: 48px;
  color: #ddd;
}

.login>input {
  margin-bottom: 10px;
  padding: 0 10px 3px 0;
  width: 160px;
  font-size: 1em;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  color: #999;
  text-align: left;
  box-sizing: border-box;
}

.login .log_btn a {
  display: inline-block;
  width: 80%;
  margin: 15px 0 0px 0;
  padding: 12px 0;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  background: #3393b9;
  text-decoration: none;
  border-radius: 2px;
}

.login .auto_box {
  color: #ddd;
}

.login .auto_box>p {
  display: inline-block;
  padding: 0 5px;
  font-size: 1em;
}

.join_go {
  margin: 15px 0 15px 0;
}

.join_go a {
  display: inline-block;
  width: 80%;
  padding: 8px 0;
  background: #65962b;
  color: #fff;
  border-radius: 2px;
}

/*메인 레이어 팝업*/

.modal_pop {
  z-index: 91000;
  position: fixed;
  top: 10%;
  left: 50%;
  width: 70%;
  height: auto;
  transform: translateX(-50%);
}

.modal_pop img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.modal_pop .close_btn {
  text-align: center;
}

.modal_pop .close_btn a {
  border: 1px solid #141657;
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-family: "NanumSquar Bold";
  color: #fff;
  background-color: #1d2088;
  text-align: center;
}

#mask {
  position: absolute;
  z-index: 90000;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
}