﻿/*reset*/
@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
select,
textarea,
button {
  font-size: 100%;
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #fff;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Nanum Gothic", "맑은 고딕", "Malgun Gothic", sans-serif;
  color: #222;
} /* color값은 디자인가이드에 맞게사용 */
a {
  color: #222;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
#top_img {
  width: 100%;
  text-align: center;
}
#wrap {
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
}
#container {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.tab_container {
  min-height: 500px;
}
.tab_container h2 {
  text-align: center;
  /*background: url(../images/h1_line.png) no-repeat center 0;*/
  font-size: 36px;
  font-weight: 400;
  margin: 14px 0 60px 0;
  letter-spacing: -1px;
}
.tab_container h3.stit {
  padding-bottom: 15px;
  font-size: 18px;
}
.tab_container .contents {
  font-size: 16px;
  line-height: 28px;
}
.tab_container .intro {
  background: url(../images/intro_img.png) no-repeat 95% 0;
  height: 400px;
}
.tab_container .form_contents {
  background: #f2f5f9;
  box-sizing: border-box;
  padding: 60px;
}
.tab_container .contents .map_area {
  width: 100%;
  background: #f2f2f2;
  height: 500px;
}
/** page structure **/
/*#wrap {
   display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px; 
}*/
/*tabmenu*/
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 51px;
  border-left: 1px solid #01b5d6;
  width: 100%;
  font-size: 17px;
}
ul.tabs li {
  float: left;
  text-align: center;
  cursor: pointer;
  width: 25%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #01b5d6;
  border-bottom: 1px solid #01b5d6;
  border-left: none;
  font-weight: 400;
  color: #fff;
  background: #01b5d6;
  overflow: hidden;
  position: relative;
  font-family: "Noto Sans KR", sans-serif;
}
ul.tabs li.active {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #01b5d6;
}
.tab_container {
  background: #fff;
}
.tab_content {
  font-size: 12px;
  display: none;
}
.tab_container .tab_content ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.tab_container .tab_content ul li {
  padding: 5px;
  list-style: none;
}
/*테이블 나중에 지워줌*/
table.nor {
  width: 100%;
  table-layout: fixed;
}
table.nor td,
table.nor th {
  text-align: left;
  vertical-align: middle;
  padding: 8px 0px 0 0;
  font-weight: 400;
}
table.nor td {
  color: #5d5d5d;
  height: 32px;
  padding-right: 10px;
  font-size: 16px;
}
table.nor th {
  font-size: 15px;
  line-height: 32px;
  padding-left: 30px;
  color: #8e8e8e;
}
table.detail {
  width: 100%;
  table-layout: fixed;
}
table.detail tr {
  border: 1px solid #ccc;
}
table.detail td,
table.detail th {
  text-align: left;
  vertical-align: middle;
  padding: 8px 0px 0 0;
  font-weight: 400;
}
table.detail td {
  color: #000;
  height: 32px;
  padding-left: 20px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
}
table.detail th {
  font-size: 16px;
  line-height: 32px;
  padding-left: 30px;
  color: #222;
  height: 45px;
  /*width:250px;*/
}
table.detail th span {
  color: #f92020;
}
table.login {
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
  min-width: 280px;
  max-width: 500px;
}
table.login td,
table.type02 th {
  text-align: left;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
}
table.login td {
  color: #5d5d5d;
  padding-bottom: 5px;
  font-size: 16px;
}
table.login .t_notice {
  color: #929292;
  background: url(../images/sm_bul.png) no-repeat 0 10px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 300;
}
table.login .b_notice {
  padding: 15px;
  background: #e8ecf1;
  font-weight: 300;
}
table.login .b_notice p {
  background: url(../images/notice_ic.png) no-repeat 0 0;
  padding-left: 25px;
  color: #606d7d;
  font-size: 13px;
}
table.login .b_notice ul {
  padding: 10px 0 0 15px;
}
table.login .b_notice ul li {
  color: #919191;
  padding: 0 10px;
  font-size: 13px;
}

input::placeholder {
  color: rgb(255, 145, 0);
}

.colm2 ul li div h3 {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}
.colm2 ul li div .txt {
  background: #f2f5f9;
  box-sizing: border-box;
  padding: 40px;
  line-height: 24px;
  font-size: 13px;
  color: #434343;
  border-bottom: 1px solid #d3dbe6;
  height: 390px;
}
.colm2 ul li div .list {
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 40px;
  line-height: 24px;
  font-size: 14px;
  color: #434343;
  border-bottom: 1px solid #d3dbe6;
  letter-spacing: -1px;
  height: 360px;
}
.colm2 ul li div .list > li {
  float: none;
  width: 100%;
  background: url(../images/sm_bul.png) no-repeat 0 16px;
  padding-left: 10px;
}
.colm2 ul li .chk {
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  background: #f2f5f9;
}
.colm2 ul li div .chk a.on {
  background: #b4c3d6;
}
.colm2 ul li:first-child {
  float: left;
  width: 48%;
}
.colm2 ul li:last-child {
  float: right;
  width: 48%;
}
.info_txt p {
  padding: 10px 20px;
  color: #919191;
  font-size: 13px;
  font-weight: 500;
}
.info_txt p em {
  color: #ef4e4c;
  font-size: 15px;
  font-weight: 600;
}

#qnaTBL {
  width: 100%;
}
#qnaTBL th {
  padding: 12px 0 12px 0;
}
#qnaTBL td {
  background: #fff;
  padding: 12px 0 12px 20px;
  color: #999;
  border-bottom: 1px solid #ddd;
}
#qnaTBL .tit {
  text-align: left;
  color: #4c4c4c;
}
#qnaTBL .tit a:link,
a:active,
a:visited {
  color: #fff;
  text-decoration: none;
}
#qnaTBL .tit a:hover {
  cursor: hand;
  color: #000000;
  text-decoration: none;
}

/*폼 셋팅*/
/* input tag */
input[type="text"],
input[type="password"],
input[type="file"],
select {
  position: relative;
  width: 100%;
  height: 45px;
  text-align: left;
  padding: 7px 10px;
  border: none;
  background: #fff;
  color: #434343;
  line-height: 1;
  outline: none;
  font-size: 16px;
  border-radius: 0;
  letter-spacing: -1px;
  box-sizing: border-box;
  font-weight: 600;
}
.item label {
  width: 100%;
  color: #434343;
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 600;
  line-height: 2;
  padding:10px;
}
.item strong {
  color: #01b5d6;
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}
.i_unit {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 2px 5px 2px 0;
  padding: 0;
  vertical-align: middle;
}
textarea {
  position: relative;
  width: 100%;
  background: none;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #cacaca;
}
select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #b7b7b7; /*
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	zoom:1
	*/
}
/*select::-ms-expand{display:none}*/
img {
  max-width: 100%;
}
/*버튼*/
.btn_default {
  display: block;
  background: #28aa6c;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
}
.btn_cancel {
  display: block;
  background: #6d7278;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.btn_sm {
  display: inline-block;
  background: #606d7d;
  width: 200px;
  text-align: center;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  vertical-align: middle;
}
/*etc*/
.pad_t15 {
  padding-top: 15px !important;
}
.pad_t30 {
  padding-top: 30px !important;
}
.pointColor {
  color: #01b5d6;
}
.msg_error {
  padding-left: 20px;
  color: #ef4e4c;
  font-size: 14px;
}

/*레이어팝업 추가*/
#alert_pop {
  display: block;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#alert_pop #dark_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=70);
  z-index: 0;
}

.wrap_notice_layer {
  margin: 0 auto;
  width: 465px;
  height: auto;
  top: 50%;
  margin-top: -630px;
  position: relative;
  z-index: 150;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #b7b7b7;
}
.wrap_notice_layer h2 {
  padding: 0 0 25px 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.wrap_notice_layer {
  position: relative;
  background: #fff;
}
.wrap_notice_layer .btn_close {
  display: inline-block;
  position: absolute;
  width: 29px;
  height: 29px;
  top: 20px;
  right: 20px;
  background: url(../images/close_ic.png) no-repeat;
  background-size: 29px 29px;
}
.wrap_notice_layer .company_info {
  margin-top: 20px;
  height: 200px;
  overflow-y: auto;
}
.wrap_notice_layer .company_info ul li {
  margin-bottom: 5px;
  padding: 6px 10px;
  box-sizing: border-box;
  background: #f2f5f9;
}

#popp27 {
  position: absolute;
  width: 780px;
  height: 630px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -250px;
  margin-left: -390px;
  background: #fff;
  z-index: 15000;
}
#popp27 .cont {
  width: 780px;
  height: 600px;
}
#popp27 .close {
  width: 770px;
  height: 30px;
  background: #f3f3f3;
  line-height: 30px;
  padding-left: 10px;
  font-size: 13px;
}
#popp27 .close #close {
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7) repeat;
  top: 0;
  left: 0;
  z-index: 999;
}
.agree_box {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-top: 1px solid #b9b9b9;
  background-color: #fcfcfc;
  box-sizing: border-box;
}

.agree_box > h3 {
  text-align: left;
  font-size: 15px;
  padding: 10px 0 10px 40px;
  color: #505050;
  border-bottom: 1px solid #d3d3d3;
  background: #f2f2f2 url("../images/agree_check.gif") no-repeat 20px 12px;
  font-weight: bold;
}

.agree_scroll_box {
  width: calc(100% - 40px);
  height: 165px;
  margin: 20px auto 15px;
  padding: 20px;
  text-align: left;
  line-height: 20px;
  border: 1px solid #dddddd;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  font-size: 13px;
  box-sizing: border-box;
}

.agree_scroll_box .txt_stit01 {
  text-align: center;
  padding: 10px 0;
}

.point_color1 {
  color: #23a7ef;
}

.agree_scroll_box .txt_tit {
  text-align: center;
  padding: 10px 0;
  border: 1px dashed #dddddd;
}

.agree_box .radio_list {
  padding-bottom: 20px;
}

.agree_box .radio_list li + li {
  padding-left: 50px;
}

.agree_box .radio_list input {
  vertical-align: middle;
}

.agree_box .radio_list label {
  font-weight: bold;
  color: #4078aa;
  font-size: 13px;
}
.radio_list {
  font-size: 0;
  margin: 20px !important;
}

.radio_list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #666;
}

.radio_list li + li {
  padding-left: 20px;
}

.radio_list li input {
  appearance: auto;
  margin: 0;
}

