@charset “utf-8″;

input,
select,
button,
textarea,
label {
  font-family: "Noto Sans KR", "Roboto", "AppleGothic", "Dotum", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  box-sizing: border-box;
}
html,
body {
  background-color: #ecedf0;
}
a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*프레임 구성*/
#header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
#wrapper {
}
/**html #wrapper{
	height:100%;	
}


#center-area{
	min-height:100%;
	padding:57px 0 56px 0;
}
*/

#footer {
  position: relative;
  clear: both;
  overflow: hidden;
  z-index: 1;
}

/*서비스 헤더*/
.head-wrap {
  position: relative;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.head-wrap img {
  display: block;
  float: left;
  margin: 0 18px 0 12px;
  width: 100px;
}
#nav {
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  color: #808080;
  padding-top: 17px;
  z-index: 1;
}
#nav li {
  display: inline-block;
  padding: 0 26px;
  border-right: 1px solid #e6e6e6;
}
#nav li:last-child {
  border-right: none;
}
#nav li.select {
  color: #000000;
}
#nav li a {
  color: inherit;
  text-decoration: none;
}
#nav li a:hover {
  color: #ec5463;
}
#nav-toggle {
  display: none;
}
@media screen and (max-width: 600px) {
  #nav {
    display: none;
    width: 100%;
    position: static;
    clear: both;
    padding: 0;
    border-top: 1px solid #cccccc;
  }
  #nav li {
    display: block;
    height: 44px;
    line-height: 44px;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 0;
    text-align: center;
    background-color: #f3f3f3;
    font-size: 18px;
  }
  #nav li:last-child {
    border-bottom: none;
  }
  #nav li a {
    display: inline-block;
    width: 100%;
  }
  #nav li a:active {
    color: #ffffff;
    background-color: #ec5463;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 40px;
    height: 40px;
    background: url(../images/service/btn_menu_n.png) center center no-repeat;
    background-size: 40px 40px;
    cursor: pointer;
  }
  #nav-toggle:active {
    background: url(../images/service/btn_menu_h.png) center center no-repeat;
    background-size: 40px 40px;
  }
}

/*안드로이드 4.1.2이하 버그 교정*/
body {
  -webkit-animation: bugfix infinite 1s;
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

/*서비스 푸터*/
.foot-wrap {
  height: 100%;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 0;
}
.foot-social {
  float: left;
  padding: 2px 0 0 12px;
}
.foot-social a {
  margin-right: 5px;
  opacity: 0.5;
  -ms-filter: alpha(opacity=50);
}
.foot-social a:last-child {
  margin-right: 0;
}
.foot-social a.disalbed {
  opacity: 0.2;
  -ms-filter: alpha(opacity=20);
  cursor: default;
}
.foot-social img {
  width: 146px;
}
.foot-social a:hover,
.foot-social a:active {
  opacity: 1;
}
.foot-social a.disalbed:hover,
.foot-social a.disalbed:active {
  opacity: 0.2;
  -ms-filter: alpha(opacity=20);
}
.foot-nav {
  overflow: hidden;
  text-align: right;
  padding: 0 12px 0 0;
}
.foot-nav a {
  display: inline-block;
  height: 20px;
  font-size: 13px;
  color: #999999;
  margin-left: 38px;
}
.foot-nav a:first-child {
  margin-left: 0;
}
.foot-nav a:hover {
  color: #333333;
  text-decoration: underline;
}
.foot-nav p {
  text-align: right;
  line-height: 50px;
  font-size: 11px;
  color: #999999;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .foot-social {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .foot-nav {
    width: 100%;
    text-align: center;
    text-align: center;
    padding: 0;
    margin-top: 4px;
  }
  .foot-nav p {
    text-align: center;
    margin-top: 4px;
  }
}
@media screen and (max-width: 479px) {
  .foot-social {
    margin-bottom: 6px;
  }
  .foot-nav a {
    display: block;
    margin: 0;
    text-align: center;
    height: auto;
    padding: 6px 0;
  }
}

/*컨텐츠 영역*/
.cont-wrapper {
  padding: 20px 10px;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 600px) {
  .cont-wrapper {
    padding: 20px 6px;
  }
}
.cont-box {
  clear: both;
  padding: 10px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.title-box {
  padding: 14px 10px 24px 10px;
}
.title-box h1 {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
.title-box span {
  display: block;
  font-size: 14px;
  color: #808080;
  font-weight: 300;
  margin-top: 3px;
  line-height: 120%;
}

/*정책 탭 영역*/
.tab-box {
  overflow: hidden;
  margin-bottom: 6px;
}
.tab-box li {
  float: left;
  width: 50%;
  border: 1px solid #cccccc;
  text-align: center;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-right: none;
  font-size: 15px;
  color: #999999;
}
.tab-box li a {
  color: inherit;
  display: inline-block;
  width: 100%;
}
.tab-box li:last-child {
  border-right: 1px solid #cccccc;
  width: 50%;
}
.tab-box li.select {
  color: #ffffff;
  background-color: #1074f9;
}
@media screen and (max-width: 600px) {
  .tab-box li {
    font-size: 13px;
    width: 40%;
  }
  .tab-box li:first-child,
  .tab-box li:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .tab-box li {
    font-size: 13px;
    width: 40%;
  }
  .tab-box li:first-child,
  .tab-box li:last-child {
    width: 50%;
  }
}

/*정책 텍스트 스타일*/
.policy-box {
  overflow: hidden;
  padding: 0 10px;
}
.policy-box h1 {
  font-size: 18px;
  font-weight: 400;
  color: #1074f9;
  margin-bottom: 10px;
  margin-top: 16px;
}
.policy-box h1:first-child {
  margin-top: 0;
}
.policy-box h2 {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.policy-box h3 {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.policy-box p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 155%;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 12px;
}
.policy-box a {
  color: #3dbccd;
  text-decoration: underline;
}
.policy-box a:hover {
}
.policy-box ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 14px;
  color: #808080;
  padding-bottom: 16px;
}
.policy-box ul li {
  margin-bottom: 5px;
}
.policy-box ul li:last-child {
  margin-bottom: 0;
}
.policy-box ol {
  list-style-type: decimal;
  padding-left: 20px;
  font-size: 14px;
  color: #808080;
  padding-bottom: 10px;
}
.policy-box ol li {
  margin-bottom: 5px;
}
.policy-box ol li:last-child {
  margin-bottom: 0;
}
.policy-box ul.split {
  border-bottom: 1px solid #cccccc;
  padding-top: 16px;
}
.policy-box ul.split.last {
  border-bottom: 0;
}

/*아코디언 스타일*/
.accord-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.accord-box dl {
  line-height: 145%;
}
.accord-box dl:first-child {
  border-top: 1px solid #e6e6e6;
}
.accord-box dt {
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff url(../images/service/img_accord_close_n.png) center right
    no-repeat;
  background-size: 36px 36px;
  font-size: 15px;
  color: #4c4c4c;
  padding: 14px 40px 14px 10px;
  cursor: pointer;
}
.accord-box dt.select {
  background: #ec5463 url(../images/service/img_accord_open_f.png) center right
    no-repeat;
  background-size: 36px 36px;
  color: #ffffff;
}
.accord-box dt.select span.date {
  color: #ffffff;
}
.accord-box.notice dt {
  padding: 9px 40px 6px 10px;
}
.accord-box dt span.date {
  display: block;
  font-size: 12px;
  color: #b2b2b2;
}
.accord-box dd {
  display: none;
  overflow: hidden;
  padding: 10px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  color: #808080;
}

/*페이지 넘버 스타일*/
.paging-box {
  overflow: hidden;
}
.paging-box ul {
  text-align: center;
  overflow: hidden;
  font-size: 13px;
  color: #6a7583;
}
.paging-box ul > li {
  display: inline-block;
}
.paging-box ul > li a {
  line-height: 22px;
  padding: 4px 10px;
  background-color: #ecedf0;
}
.paging-box ul > li a:hover,
.paging-box ul > li a:active {
  background-color: #6a7583;
  color: #fff;
  text-decoration: none;
}
.paging-box ul > li a.select {
  background-color: #ec5463;
  color: #fff;
}

/*카테고리 탭 스타일*/
.category-box {
}
.category-box .select-box {
  margin-bottom: 10px;
}
.category-box .select-box.left {
  float: left;
  width: 50%;
}
.category-box .select-box.right {
  float: left;
  width: 50%;
}
.category-box .select-box.left .sod_select {
  margin: 0 5px 0 10px;
}
.category-box .select-box.right .sod_select {
  margin: 0 10px 0 5px;
}
@media screen and (max-width: 479px) {
  .category-box .select-box.left,
  .category-box .select-box.right {
    float: none;
    margin: 0;
    width: auto;
    padding: 0 10px 10px 10px;
  }
  .category-box .select-box.left .sod_select {
    margin: 0;
  }
  .category-box .select-box.right .sod_select {
    margin: 0;
  }
}

/*문의하기 table*/
.contact-tb {
  width: 100%;
}
.contact-tb tr {
  border-top: 1px solid #e6e6e6;
  vertical-align: middle;
}
.contact-tb tr:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.contact-tb th {
  background-color: #f2f2f2;
  border-right: 1px solid #e6e6e6;
  width: 30%;
  min-width: 60px;
  padding: 10px;
  text-align: left;
}
.contact-tb td {
  color: #999999;
}
.contact-tb td input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding: 10px;
  color: #999999;
  font-size: 14px;
}
.contact-tb td textarea {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding: 10px;
  resize: none;
  line-height: 180%;
  overflow-y: hidden;
  color: #999999;
  font-size: 14px;
}
.helpinfo-box {
  font-size: 12px;
  color: #808080;
  padding: 20px 10px;
  font-weight: 300;
}
.helpinfo-box a {
  color: #3dbccd;
}
.helpinfo-box li {
  margin-bottom: 10px;
}
.helpinfo-box li:last-child {
  margin-bottom: 0;
}
.helpinfo-box li p {
  margin-top: 0;
}
.agree-box {
  padding: 0 10px;
}
.agree-box label {
  font-size: 15px;
}
.agree-box input {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.submit-box {
  padding: 20px 10px 10px 10px;
}
.agree-submit {
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #ec5463;
  color: #fff;
  text-align: center;
  height: 50px;
  width: 100%;
  font-size: 20px;
}
.agree-submit:hover,
.agree-submit:active {
  background-color: #da4453;
}
/*파일업로더*/
.filebox {
  width: 100%;
  height: 100%;
  position: relative;
}
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filebox label {
  display: block;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #ec5463;
  color: #fff;
  padding: 0 12px;
  border-radius: 6px;
  float: right;
  position: absolute;
  right: 4px;
  height: 36px;
  line-height: 36px;
  top: 50%;
  margin-top: -18px;
}
.filebox label:hover,
.filebox label:active {
  background-color: #da4453;
}
.filebox .upload-name {
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-right: 76px;
}
.filebox .upload-name:disabled {
  color: rgba(120, 120, 120, 1);
  opacity: 1;
}

/*20160224 추가 게시판*/

.list-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.list-box ul {
  border-top: 1px solid #e6e6e6;
}
.list-box ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 10px;
  cursor: pointer;
  color: #4c4c4c;
}
.list-box ul li h1 {
  line-height: 145%;
  font-size: 15px;
  color: inherit;
  font-weight: 400;
  margin: 0;
}
.list-box .info {
  border: none;
}
.list-box .info li {
  border: none;
  font-size: 12px;
  color: #b2b2b2;
  display: inline-block;
  padding: 0 16px 0 0;
}
.list-box .info li:last-child {
  padding-right: 0;
}
.list-box .info li span {
  color: #3dbccd;
}
.list-box > ul > li:hover {
  background-color: #eff4f6;
}
.list-box > ul > li:active {
  background-color: #ec5463;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .list-box .info li {
    font-size: 11px;
    color: #b2b2b2;
    display: inline-block;
    padding: 0 5px 0 0;
  }
}

/*상세보기*/
.read-box {
  padding: 0;
}
.read-box .title-info {
  padding: 16px 10px;
  background: #f5f5f5;
}

.read-box .title-info h1 {
  line-height: 145%;
  font-size: 18px;
  color: inherit;
  font-weight: 400;
  margin: 0;
}
.read-box .title-info .info {
  border: none;
}
.read-box .title-info .info li {
  border: none;
  font-size: 12px;
  color: #b2b2b2;
  display: inline-block;
  padding: 0 16px 0 0;
}
.read-box .title-info .info li:last-child {
  padding-right: 0;
}
.read-box .title-info .info li span {
  color: #3dbccd;
}
@media screen and (max-width: 600px) {
  .read-box .title-info .info li {
    font-size: 11px;
    color: #b2b2b2;
    display: inline-block;
    padding: 0 5px 0 0;
  }
}

/*포스트 내용*/
#postbox {
  padding: 16px 10px;
  border-top: 1px solid #cccccc;
  font-family: "Noto Sans KR", "Roboto", "AppleSDGothicNeo", "Dotum",
    "sans-serif";
  font-size: 100%;
  font-weight: 400;
  line-height: 145%;
  word-break: keep-all;
  overflow: hidden;
}
#postbox h1,
#postbox h2,
#postbox h3,
#postbox h4,
#postbox h5 {
  padding-bottom: 0.5em;
  font-family: inherit !important;
}
#postbox p {
  padding-bottom: 0.5em;
  font-family: inherit !important;
}
#postbox ol {
  list-style: outside decimal;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
#postbox ol li {
  padding-left: 0.2em;
  padding-bottom: 0.3em;
}
#postbox ul {
  list-style: outside disc;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
#postbox ul li {
  padding-left: 0.2em;
  padding-bottom: 0.3em;
}
#postbox span {
  font-family: inherit !important;
}
#postbox a {
  color: #1e88e5;
  text-decoration: underline;
}
#postbox a:hover {
}
#postbox img {
  width: inherit;
  max-width: 100% !important;
  height: auto !important;
}
#postbox table {
  max-width: 100% !important;
}
