@charset "euc-kr";

@font-face {
  font-family: 'NanumGothic';
  font-weight: 400;
  src: url(/css/font/NanumGothic.eot);
  src: local('NanumGothic'), url(/css/font/NanumGothic.eot?#iefix) format('embedded-opentype'), url(/css/font/NanumGothic.woff) format('woff'), url(/css/font/NanumGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanumsquare';
  font-weight: 400;
  src: url(/css/font/NanumSquareR.eot);
  src: local('NanumSquareR'), url(/css/font/NanumSquareR.eot?#iefix) format('embedded-opentype'), url(/css/font/NanumSquareR.woff) format('woff'), url(/css/font/NanumSquareR.ttf) format('truetype');
}

.header {
  position: relative;
  height: 68px;
  text-align: center;
}

.header .m_logo {
  height: 68px;
  line-height: 68px;
}

.header .m_logo a {
  display: inline-block;
  width: 70%;
  line-height: 68px;
  background: url(../images/b_logo_kor2.png) 50% 50% no-repeat;
  background-size: auto 48%;
  text-indent: -9999px;
}

.header .nav_btn {
  position: absolute;
  top: 0;
  right: 4.6%;
  width: 36px;
  height: 68px;
  background: url(../images/ico/nav_btn.gif) 50% 50% no-repeat;
  background-size: 80% auto;
  text-indent: -9999px;
  z-index: 200;
}

.header .back_btn {
  position: absolute;
  top: 0;
  left: 4.5%;
  width: 34px;
  height: 68px;
  background: url(../images/ico/back_ico.png) 50% 50% no-repeat;
  background-size: 80% auto;
  text-indent: -9999px;
  z-index: 200;
  outline-color: #fff;
}

.gnb {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
}

.gnb.on {
  display: block;
}

.gnb:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 50;
}

.gnb .gnb_wrap {
  position: absolute;
  width: 84.37%;
  height: 100%;
  right: 0;
  background: #fff;
  overflow-y: auto;
  z-index: 51;
}

.gnb_wrap .top_util {
  position: relative;
  height: 68px;
}

.gnb_wrap .top_util h2 {
  position: absolute;
  top: 54%;
  left: 2%;
  transform: translateY(-50%);
}

.gnb_wrap .top_util h2 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.gnb_wrap .top_util h2 img {
  width: 90%;
  height: auto;
}

.gnb_wrap .top_util .nav_close {
  position: absolute;
  top: 50%;
  right: 4.6%;
  width: 22px;
  height: 22px;
  background: url(../images/ico/nav_close.gif) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  text-indent: -9999px;
}

.gnb_wrap .top_lnk {
  background: #172656;
}

.gnb_wrap .top_lnk.login {
  border-bottom: 1px solid #fff;
}

.gnb_wrap .top_lnk li {
  float: left;
  width: 33.3%;
  height: 88px;
  border-right: 1px solid #8299ab;
  box-sizing: border-box;
}

.gnb_wrap .top_lnk a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.gnb_wrap .top_lnk li:nth-child(3) {
  border-right: none;
}

.gnb_wrap .top_lnk .tl_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  width: 30%;
}

.gnb_wrap .top_lnk .tl_home {
  width: 30%;
}

.top_lnk .tl_img img {
  width: 100%;
  max-width: 38px;
  height: 100%;
}

.top_lnk .tl_login img, .top_lnk .tl_map img {
  width: 70%;
  max-width: 34px;
}

.gnb_wrap .top_lnk p {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'NanumGothic', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: -0.01rem;
  color: #fff;
}

.gnb_wrap .t_idpw {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-family: 'Nanumsquare', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.025rem;
  color: #172656;
  text-align: left;
  padding-left: 6.7%;
  box-sizing: border-box;
}

.gnb_wrap .t_idpw .s_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/ico/search_ico.png) no-repeat;
  background-size: contain;
  margin-right: 3%;
  vertical-align: middle;
}

.nav {
  border-top: 1px solid #8299ab;
}

.nav > ul > li {
  background: #172656 url(../images/ico/m_nav_plus.png) 95% 50% no-repeat;
  background-size: auto 20px;
}

.nav > ul > li.on {
  background: #172656 url(../images/ico/m_nav_minus.png) 95% 50% no-repeat;
  background-size: auto 3px;
}

.nav > ul > li > span {
  display: block;
  height: 48px;
  line-height: 47px;
  border-bottom: 1px solid #8299ab;
  text-align: left;
  padding-left: 6.5%;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: 'Nanumsquare', sans-serif;
  letter-spacing: -0.045rem;
  color: #fff;
  box-sizing: border-box;
}

.nav .depth_menu {
  display: none;
}

.nav > ul > li.on .depth_menu {
  display: block;
}

.nav .depth_menu li {
  background: #f9f9f9;
}

.nav .depth_menu li a {
  display: block;
  height: 44.5px;
  line-height: 42.5px;
  text-align: left;
  padding-left: 6.5%;
  font-size: .95rem;
  font-family: 'NanumGothic', sans-serif;
  letter-spacing: -0.045rem;
  border-top: 1px solid #e3e3e3;
  box-sizing: border-box;
}

.load_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/load_logo.png) 50% 50% no-repeat;
  background-size: 50%;
  animation: load 3s 1 linear;
  opacity: 0;
  z-index: -1;
}

@keyframes load {
  from {
    opacity: 1;
    z-index: 1000;
  }
  40% {
    opacity: 1;
    z-index: 1000;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}

/* Main contents CSS */
.M_visual {
  width: 100%;
}

.M_visual .swiper-slide {

}

.M_visual .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 470px;
}

.M_visual .swiper-pagination-bullets {
  bottom: 30px;
}

.M_visual .swiper-pagination-bullet {
  width: 10%;
  height: 5px;
  border-radius: 0;
  background: #b5bab9;
  opacity: 1;
}

.M_visual .swiper-pagination-bullet-active {
  background: #3a7bff;
}

.M_contents {
  width: 94%;
  margin: 20px auto;
}

.column_banner .column {
  float: left;
  width: calc(50% - 1.5%);
  height: 140px;
  background: #254185;
  margin: 0 3% 12px 0;
  text-align: center;
}

.column_banner .column a {
  display: block;
  width: 100%;
  height: 100%;
}

.column_banner .column:nth-child(2) {
  background: #172656;
}

.column_banner .column:nth-child(3) {
  background: #1a739b;
}

.column_banner .column:nth-child(4) {
  background: #a49787;
}

.column_banner .column:nth-child(2n) {
  margin-right: 0;
}

.column_banner .column .icon {
  position: relative;
  height: 80px;
}

.column_banner .column .icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 65%;
  width: auto;
}

.column_banner .column:nth-child(3) .icon img {
  height: 75%;
  width: auto;
}

.column_banner .column .txt {
  font-size: 0.76rem;
  font-family: 'Nanumgothic', sans-serif;
  font-weight: 600;
  letter-spacing: -0.035rem;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.column_banner .column .txt h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.M_contents .board {
  width: 94%;
  margin: 12px auto;
  padding: 20px 3% 6px;
  border: 1px solid #e4e5e6;
}

.board .ttl {
  margin-bottom: 20px;
}

.board .ttl h3 {
  float: left;
  font-family: 'Nanumsquare', sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.045rem;
  font-weight: 600;
  color: #222;
}

.board .ttl a {
  float: right;
  font-family: 'Nanumgothic', sans-serif;
  font-size: 0.8rem;
  letter-spacing: -0.045rem;
  color: #1f4f77;
  vertical-align: middle;
}

.board li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e4e5e6;
}

.board li a {
  display: inline-block;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8rem;
  font-family: 'Nanumgothic', sans-serif;
  color: #222;
}

.board li a:hover {
  color: #1b2e5a;
}

.board li .date {
  float: right;
  font-size: 0.8rem;
  letter-spacing: 0.025rem;
  color: #999;
}

.M_contents .m_news {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin: 16px auto;
  background: #333;
  padding: 20px 3% 16px;
  box-sizing: border-box;
}

.m_news .ttl {
  line-height: 26px;
  margin-bottom: 20px;
}

.m_news .ttl h3 {
  float: left;
  font-family: 'Nanumgothic', sans-serif;
  letter-spacing: -0.045rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}

.m_news .ttl a {
  float: right;
  font-family: 'Nanumgothic', sans-serif;
  font-size: 0.8rem;
  letter-spacing: -0.045rem;
  color: #fff;
}

.m_news .member dt {
  font-family: 'Nanumsquare', sans-serif;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 14px;
}

.m_news .member .text {
  width: 80%;
  height: 2.4em;
  font-size: 0.95rem;
  font-family: 'Nanumgothic', sans-serif;
  color: #c2c2c2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.m_news .member .text img {
  display: none;
}

.m_news .member .date {
  position: absolute;
  right: 5%;
  bottom: 20px;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  color: #fff;
}

.footer {
  width: 100%;
  height: 260px;
  background: #304150;
  padding: 30px 3% 0;
  box-sizing: border-box;
}

.footer .f_list {
  margin-bottom: 20px;
}

.footer .f_list li {
  float: left;
  font-size: 0.9rem;
  letter-spacing: -0.05rem;
  color: #bbb;
}

.footer .f_list li:after {
  content: '/';
  display: inline-block;
  margin: 0 3px;
  color: #bbb;
  font-size: 0.9rem;
}

.footer .f_list li:last-child:after {
  display: none;
}

.footer .f_info li {
  font-size: 0.8rem;
  letter-spacing: -0.065rem;
  color: #fffff6;
  line-height: 1.6;
}

.footer .f_info li:first-child {
  font-weight: 600;
}

.footer .f_info li span {
  display: inline-block;
  margin-right: 2%;
}

.footer small {
  display: block;
  font-size: 0.8rem;
  letter-spacing: -0.05rem;
  color: #888;
  margin: 16px 0;
}

/* sub visual CSS */
.sub_visual {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-family: 'Nanumsquare', sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.sub_visual h2 {
  font-size: 1.6rem;
  margin-bottom: 5px;
  padding-top: 10%;
}

.sub_visual .low {
  padding-top: 6%;
}

.sub_visual p {
  width: 96%;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 400;
}

.sub_visual.bg1 {
  background-image: url(../images/sub_vis1.jpg);
}

.sub_visual.bg2 {
  background-image: url(../images/sub_vis2.jpg);
}

.sub_visual.bg3, .sub_visual.bg7 {
  background-image: url(../images/sub_vis3.jpg);
}

.sub_visual.bg4 {
  background-image: url(../images/sub_vis4.jpg);
}

.sub_visual.bg5 {
  background-image: url(../images/sub_vis5.jpg);
}

.sub_visual.bg6 {
  background-image: url(../images/sub_vis6.jpg);
}

/* sub contents CSS */
.S_contents {
  width: 100%;
  padding: 5% 3%;
  background-color: #f4f7fc;
  box-sizing: border-box;
}

.S_contents > img {
  width: 100%;
  height: auto;
}

.S_contents div[class^="column"] {
  width: 100%;
  height: auto;
  padding: 5% 3%;
  margin-bottom: 5%;
  background-color: #fff;
  text-align: center;
  border: 1px solid #dedede;
  box-sizing: border-box;
}

.S_contents div[class^="column"] > img {
  width: 100%;
  height: auto;
}

.column_phm {
  font-family: 'Nanumsquare', sans-serif;
  letter-spacing: -0.025rem;
}

div[class^="column"] h2 {
  font-family: 'Nanumsquare', sans-serif;
  letter-spacing: -0.025rem;
  font-weight: 600;
  color: #1b2e5a;
}

div[class^="column"] h2:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  margin: 5% auto;
  background-color: #1b2e5a;
}

.column_phm p {
  width: 96%;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #444;
  margin: 0 auto;
}

.column_phm strong {
  color: #1b1b1b
}

div[class^="column"] .blu {
  color: #1d5bc1;
  font-weight: 600;
}

.column_greet ul {
  width: 100%;
  padding: 3%;
  margin-bottom: 30px;
  background: #edf3ff;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.column_greet li {
  font-family: 'Nanumsquare', sans-serif;
  font-size: 1.1rem;
}

.column_greet .list_type {
  display: block;
  width: 60px;
  height: 69px;
  margin: 0 auto 10px;
  background: url(../images/greet_img1.png) center center no-repeat;
}

.column_greet dt {
  font-weight: 600;
  color: #333539;
  margin-bottom: 5px;
}

.column_greet dd {
  color: #505050;
  font-family: 'Nanumgothic', sans-serif;
  font-size: 0.9rem;
  letter-spacing: -0.025rem;
}

.column_greet li:nth-child(2) .list_type {
  background-image: url(../images/greet_img2.png);
}

.column_greet li:nth-child(3) .list_type {
  background-image: url(../images/greet_img3.png);
}

.column_txt .img_box {
  margin: 5% auto;
}

.column_txt .img_box img {
  width: auto;
  height: auto;
}

.column_txt .img_box small {
  display: block;
  font-size: 0.8rem;
  letter-spacing: -0.025rem;
  color: #919191;
}

.column_txt p {
  width: 95%;
  font-family: 'Nanumsquare', sans-serif;
  line-height: 1.4;
  font-size: 1rem;
  color: #444;
  margin: 0 auto 5%;
}

.column_vis1 {
  padding: 0 !important;
}

.column_bg {
  background: url(../images/asso_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.column_bg ul {
  margin-bottom: 5%;
}

.column_bg li {
  font-family: 'Nanumsquare', sans-serif;
  font-size: 0.95rem;
  letter-spacing: -0.025rem;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}

.column_bg li .list {
  float: left;
  width: 30px;
  height: 30px;
  margin: 15px 5px 25px 0;
  background: url(../images/ico/asso_list1.png) no-repeat;
  vertical-align: middle;
}

.column_bg li:nth-child(2) .list {
  background-image: url(../images/ico/asso_list2.png);
}

.column_vision h3 {
  font-family: 'Nanumsquare', sans-serif;
  letter-spacing: -0.025rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 3%;
  color: #3b3b3b;
}

.column_vision li {
  padding: 5% 0;
  margin-bottom: 10px;
  text-align: center;
  background: #f4f4f5;
}

.column_vision p {
  display: inline-block;
  width: 60%;
  height: 60px;
  margin: 0 auto;
  padding: 5% 0;
  color: #3b3b3b;
  font-family: 'Nanumsquare', sans-serif;
  vertical-align: middle;
  box-sizing: border-box;
}

.column_vision span[class^="asso"] {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/asso_img1.png) no-repeat;
  vertical-align: middle;
}

.column_vision li:nth-child(2) .asso_img2 {
  background: url(../images/asso_img2.png) no-repeat;
}

.column_vision li:nth-child(3) .asso_img3 {
  background: url(../images/asso_img3.png) no-repeat;
}

.column_mission img {
  width: 90%;
  height: auto;
}

div[class^="column"] .sub_ttl {
  font-size: 1.6rem;
  font-weight: 800;
  font-family: 'Nanumsquare', sans-serif;
  letter-spacing: -0.05rem;
  color: #222;
  text-align: left;
  margin-bottom: 2%;
}

div[class^="column"] h4.sub_ttl {
  font-size: 1.2rem;
}

div[class^="column"] .sub_ttl .bar {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #b3b3b3;
  vertical-align: middle;
  margin: 0 1%;
}

div[class^="column"] .sub_ttl:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #194eb8;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  margin-right: 6px;
  box-sizing: border-box;
}

/* 20190627 ????ì§? ì¶?ê°? CSS */
.column_officer .off_btn {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;;
  align-content: center;;
}

.column_officer .off_btn li {
  width: 33%;
  flex: none;
  height: 45px;
  line-height: 43px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #ddd;
  text-align: center;
  font-family: 'NanumGothic', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #999;
  box-sizing: border-box;
  cursor: pointer;
}

.column_officer .off_btn li:nth-of-type(3n) {
  border-right: 1px solid #ddd;
}

.column_officer .off_btn li.on {
  background: #1b2e5a;
  color: #fff;
  border: 1px solid #1b2e5a;
}

.column_officer .off_cont .cont {
  display: none;
}

.column_officer .off_cont .notice {
  font-family: 'Nanumsquare', sans-serif;
  font-size: 17px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: -0.045rem;
  color: #bbb;
  text-align: center;
  margin: 100px auto;
}

.column_officer hr {
  border: none;
  border: 1px dashed #ddd;
  margin: 5% 0;
}

.column_officer img {
  width: 100%;
  height: auto;
}

.column_officer table caption {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Nanumsquare', sans-serif;
  color: #222;
  letter-spacing: -0.065rem;
  margin-bottom: 5%;
}

.column_officer table caption:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #194eb8;
  margin: 5% auto;
}

.column_officer table {
  width: 100%;
  border: 1px solid #ddd;
}

.column_officer table tr > * {
  height: 40px;
  font-family: 'Nanumgothic', sans-serif;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.column_officer table thead th {
  font-size: 0.9rem;
  font-weight: 400;
  color: #444;
  background: #f7f7f7;
  text-align: center;
}

.column_officer table tbody td {
  width: 36%;
  font-size: 0.8rem;
  letter-spacing: -0.025rem;
  color: #444;
  text-align: center;
  box-sizing: border-box;
}

.column_officer table tbody td:first-child {
  width: 28%;
}

.column_office .office_inner {
  width: 100%;
  padding: 8% 3%;
  background: #f6f6f6 url(../images/office_bg.png) 90% 90% no-repeat;
  margin-bottom: 5%;
  box-sizing: border-box;
}

.office_inner li {
  font-family: 'Nanumsquare', sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: -0.025rem;
  text-align: left;
  margin-bottom: 3%;
}

.office_inner li strong {
  display: block;
}

.office_inner li span {
  display: inline-block;
  margin: 2% 0 0 2%;
}

.office_inner li strong:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #194eb8;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.column_office p {
  text-align: left;
  font-family: 'Nanumsquare', sans-serif;
  font-size: 1rem;
  margin-bottom: 5%;
}

.column_office .grn {
  color: #088c0e;
  display: inline-block;
  margin-left: 3px;
}

.column_office .red {
  color: #e01c1c;
}

.column_office p:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/ico/office_list.png) 50% 50% no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 2%;
}

.column_his h3 {
  font-size: 1.2rem;
  font-family: 'Nanumsquare', sans-serif;
  letter-spacing: -0.045rem;
  font-weight: 600;
  color: #1b2e5a;
  margin-bottom: 10%;
}

.ind_area {
  margin: 10% auto;
}

.ind_area h3, .indus_ttl {
  font-size: 1.2rem;
  font-family: 'Nanumsquare', sans-serif;
  letter-spacing: -0.045rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5%;
}

.ind_area h3:before, .indus_ttl:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #1b2e5a;
  text-align: left;
  margin-bottom: 20px;
}

.ind_area .box {
  width: 100%;
  background: #f6f6f6;
  padding: 5% 2%;
  font-size: 0.9rem;
  line-height: 1.6;
  font-family: 'Nanumgothic', sans-serif;
  letter-spacing: -0.025rem;
  color: #222;
  text-align: left;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.ind_area .box p {
  word-break: break-all;
}

.column_join .user_table table {
  width: 96%;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.user_table caption {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Nanumsquare', sans-serif;
  letter-spacing: -0.025rem;
  color: #222;
  text-align: left;
  margin-bottom: 2%;
}

.user_table caption:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #194eb8;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  margin-right: 6px;
  box-sizing: border-box;
}

.user_table table tr > * {
  height: 30px;
  font-size: 0.9rem;
  color: #444;
  font-family: 'Nanumgothic', sans-serif;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.user_table table th {
  font-weight: 400;
  background: #f7f7f7;
}

.user_table table + ul {
  width: 94%;
  margin: 2% auto 10%;
}

.user_table table + ul li {
  font-size: 0.9rem;
  color: #838383;
  text-align: left;
}

.benefit_box {
  margin-bottom: 15%;
}

.benefit_box li {
  padding: 8% 4%;
  text-align: center;
  background: url(/m/images/benefit_bg.png) 50% 50% no-repeat;
  background-size: contain;
  border-radius: 40%;
  margin: 5% auto;
  font-size: 1.1rem;
  color: #444;
  font-family: 'Nanumsquare', sans-serif;
}

.benefit_box li strong {
  display: block;
}

.column_join > p, .intro_txt p {
  font-size: 0.9rem;
  line-height: 1.6;
  font-family: 'Nanumgothic', sans-serif;
  color: #444;
  text-align: left;
  margin-bottom: 10%;
}

.column_join > p + ul {
  margin-top: -6%;
}

.column_join .bank {
  width: 100%;
  padding: 10px 3%;
  background: #f8f8f8;
  box-sizing: border-box;
}

div[class^="column"] h4.sub_ttl ~ ul {
  font-size: 0.9rem;
  line-height: 1.6;
  font-family: 'Nanumgothic', sans-serif;
  color: #444;
  text-align: left;
  margin-bottom: 10%;
}

.column_join .process li, .intro_txt li, .intro_txt dt {
  font-family: 'Nanumgothic', sans-serif;
  line-height: 1.6;
  font-size: 0.95rem;
  color: #444;
  text-align: left;
}

.intro_txt li, .intro_txt dt {
  font-weight: 600;
  color: #222;
}

.intro_txt li:before, .intro_txt dt:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #194eb8;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.column_join .process li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #194eb8;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.column_join .process .small {
  margin-top: 3px;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #838383;
}

.column_join .process .small .blu {
  color: #5884c5;
}

.column_join .process .small:before {
  display: none;
}

.down_btn {
  margin: 15% auto 5%;
}

.down_btn a {
  display: block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  background: #1b2e5a;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
  font-family: 'Nanumsquare', sans-serif;
  letter-spacing: -0.025rem;
  margin: 10px auto;
}

.down_btn .indus_btn {
  font-size: 0.9rem;
}

.column_join .relation {
  margin: 0 auto 6%;
}

.column_join .relation li {
  float: left;
  width: 48%;
  margin: 1% 2% 5% 0;

}

.column_join .relation li a {
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.column_join .relation li img {
  width: 100%;
  height: 100%;
}

.column_join .relation li span {
  display: block;
  margin: 2% auto;
  font-size: 0.8rem;
  font-family: 'Nanumgothic', sans-serif;
  letter-spacing: -0.025rem;
  color: #222;
}

.column_join .relation li:nth-child(2n) {
  margin-right: 0;
}

.column_aca {
  padding: 0 !important;
  border: 0 !important;
  margin-top: 30px;
}

.column_aca .notice_area {
  font-family: 'Nanumsquare', sans-serif;
  font-size: 1rem;
}

.column_aca .blu {
  display: block;
  font-size: 1.1rem;
  letter-spacing: -0.045rem;
  margin-bottom: 18px;
  word-break: keep-all;
}

.column_aca .cont {
  width: 94%;
  margin: 0 auto;
}

.column_aca p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  word-break: keep-all;
}

.column_aca p strong {
  font-size: 1.1rem;
  color: #333;
}

.column_aca p:before, .column_aca dt:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1b2e5a;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.column_aca dl {
  text-align: left;
}

.column_aca dt {
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
  margin: 12px 0 14px;
}

.column_aca dd {
  word-break: keep-all;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 6px 8px;
}

.column_aca small {
  display: block;
  font-size: 0.9rem;
  letter-spacing: -0.045rem;
  color: #666;
  text-align: left;
  margin: 12px 0 12px 12px;
}

/* board skin */
.board_table {
  width: 100%;
  border-top: 1px solid #1b2e5a;
}

.board_table tr {
  border-bottom: 1px solid #dcdcdc;
}

.board_table td {
  width: 96%;
  height: 40px;
  padding: 0 2%;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.board_table td a {
  display: inline-block;
  width: 200px;
  line-height: 40px;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: 'Nanumgothic', sans-serif;
  letter-spacing: -0.01rem;
  color: #1b2e5a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.board_table td .date {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 0.9rem;
  font-family: 'Nanumgothic', sans-serif;
  letter-spacing: -0.01rem;
  color: #b6b2a5;
}

.board_pager {
  margin: 5% auto 5%;
  padding-bottom: 5%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #a9a9a9;
}

.board_pager li {
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin: 0 3px;
  border: 1px solid #ddd;
  color: #a6a6a6;
  font-family: 'Nanumgothic', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
}

/* schedule CSS */
.S_list_table {
  width: 100%;
  border-top: 1px solid #1b2e5a;
}

.S_list_table tr {
  border-bottom: 1px solid #dcdcdc;
}

.S_list_table thead tr {
  background: #f6f6f6;
}

.S_list_table th, .S_list_table td {
  height: 40px;
  text-align: left;
  font-family: 'Nanumgothic', sans-serif;
  font-size: 13px;
  letter-spacing: -0.025rem;
  text-align: center;
  vertical-align: middle;
}

.S_list_table .ttl {
  width: 58%;
  word-break: break-all;
}

.S_list_table .date {
  width: 25%;
}

.S_list_table .status {
  width: 17%;
  padding-right: 4px;
}

.S_list_table td {
  color: #606060;
}

.S_list_table td a {
  font-size: 11px;
  font-family: 'Nanumgothic', sans-serif;
}

.S_list_table td.ttl {
  text-align: left;
}

.S_list_table .ttl a {
  display: inline-block;
  font-size: 12px;
  font-family: 'Nanumgothic', sans-serif;
  padding-left: 8px;
}

.board_pager li[class^="board"] {
  border: none;
}

.board_pager li.on {
  background: #003690;
  color: #fff;
}

.board_pager li.more {
  text-indent: -9999px;
  background: url(../images/ico/more_btn.png) 50% 50% no-repeat;
  background-size: 60%;
}

.board_search {
  position: relative;
  width: 100%;
  height: 42px;
  border: 1px solid #ddd;
  margin-bottom: 10%;
  box-sizing: border-box;
}

.board_search select {
  float: left;
  width: 25%;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 0.8rem;
  color: #525252;
  font-family: 'Nanumgothic', sans-serif;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: url(../images/ico/select_arr.png) 98% 50% no-repeat;
  outline: none;
  padding-left: 3%;
}

.board_search .bar {
  float: left;
  width: 1px;
  height: 26px;
  background: #ddd;
  vertical-align: middle;
  margin: 6px 2%;
}

.board_search input {
  float: left;
  width: 55%;
  height: 36px;
  line-height: 38px;
  border: none;
  font-size: 0.8rem;
  color: #525252;
  font-family: 'Nanumgothic', sans-serif;
  padding-left: 3%;
  outline: none;
  margin: 2px 0;
  box-sizing: border-box;
}

.board_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  background: #003690 url(../images/ico/board_search.png) 50% 50% no-repeat;
  background-size: auto 50%;
  text-indent: -9999px;
}

/* plan CSS */
.plan_area li {
  display: flex;
  justify-content: center;
  margin: 10% auto;
}

.plan_area .icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../images/plan_img1.png) 50% 50% no-repeat;
  border: 12px solid #eee;
  border-radius: 50%;
}

.plan_area .plan_img2 {
  background-image: url(../images/plan_img2.png);
  background-size: 60%;
}

.plan_area .plan_img3 {
  background-image: url(../images/plan_img3.png);
}

.plan_area .plan_img4 {
  background-image: url(../images/plan_img4.png);
}

.plan_area .plan_img5 {
  background-image: url(../images/plan_img5.png);
  background-size: 55%;
}

.plan_area dl {
  width: 40%;
  text-align: left;
  margin-left: 5%;
}

.plan_area dt.ttl {
  font-size: 1.2rem;
  font-family: 'Nanumsquare', sans-serif;
  letter-spacing: -0.025rem;
  color: #222;
  margin: 5px 0 10px;
  margin-top: 30px;
}

.plan_area dd {
  font-size: 0.9rem;
  font-family: 'Nanumgothic', sans-serif;
  letter-spacing: -0.03rem;
  color: #888;
  word-break: keep-all;
}

.plan_area dd:last-child {
  /*margin-top:7%;
  width:80px;
  height:30px;
  line-height:29px;
  font-weight:600;
  font-size:1.2rem;
  letter-spacing:-0.025rem;
  font-family:'Nanumsquare',sans-serif;
  text-transform:uppercase;
  color:#1b2e5a;
  border:1px solid #1b2e5a;
  text-align:center;
  box-sizing:border-box;*/
}

.plan_area dd:last-child:hover {
  /* background:#1b2e5a;
   color:#fff;*/
}

.column_plan .box {
  margin-bottom: 10%;
}

.column_plan .box li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #2356bb;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

.column_login .login_area {
  display: flex;
  justify-content: center;
  margin: 20% auto 5%;
}

.column_login h3 {
  width: 90%;
  margin: 0 auto 8px;
  font-family: 'Nanumgothic', sans-serif;
  font-size: 0.95rem;
  color: #222;
  letter-spacing: -0.045rem;
  text-align: left;
}

.column_login h4 {
  width: 90%;
  margin: 0 auto;
  font-family: 'Nanumgothic', sans-serif;
  font-size: 0.8rem;
  color: #727272;
  font-weight: 400;
  letter-spacing: -0.045rem;
  text-align: left;
}

.column_login .id_area {
  margin: 5% auto;
}

.column_login .login_input {
  width: 210px;
  margin-right: 6px;
}

.column_login .login_input input {
  width: 210px;
  height: 40px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  font-size: 0.9rem;
  color: #525252;
  padding-left: 18px;
  box-sizing: border-box;
}

.column_login .login_input input[type="text"] {
  margin-bottom: 6px;
}

.column_login .login_btn button {
  width: 96px;
  height: 86px;
  line-height: 86px;
  background: #4771c6;
  text-align: center;
  font-family: 'Nanumsquare', sans-serif;
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: -0.05rem;
  font-weight: 600;
}

.column_login .pw_btn button {
  height: 133px;
}

.column_login .idpw_btn {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 39px;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: 'Nanumgothic', sans-serif;
  color: #525252;
  border: 1px solid #ddd;
  margin: 10% auto;
  box-sizing: border-box;
}

/* 180622 article */
.article_box {
  padding: 0 3% 50px;
  text-align: left;
  box-sizing: border-box;
}

.article_box .ttl, .intro_txt h3 {
  font-family: 'Nanumsquare', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.065rem;
  color: #222;
  margin-bottom: 16px;
}

.article_box .ttl ~ .ttl {
  margin-top: 22px;
}

.article_box .ttl:before, .intro_txt h3:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/images/ico/join_list_type.gif) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}

.article_box p {
  font-family: 'NanumGothic', sans-serif;
  font-size: 0.85rem;
  line-height: 24px;
  color: #2f2f2f;
  margin-bottom: 4px;
}

.article_box strong {
  font-weight: 600;
  color: #000;
}

.article_box strong:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #194eb8;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 4px;
}

.article_box .mar {
  margin-left: 6px;
}

.article_box ol.mar {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 8px;
}

.article_box ol li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #666;
  margin-bottom: 4px;
}

.article_box ol + p strong, .article_box p + p strong {
  display: inline-block;
  margin-top: 8px;
}

.article_box table {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 16px;
}

.article_box table th, .article_box table td {
  height: 35px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  font-size: 0.75rem;
  color: #2f2f2f;
}

.article_box table th {
  background: #f7f7f7;
  font-size: 0.85rem;
  font-weight: 600;
}

.article_box table td:first-child {
  width: 25%;
  background: #f7f7f7;
}

.article_box table td:nth-child(2) {
  width: 13%;
}

.article_box table td:last-child {
  width: 10%;
}

.intro_txt {
  text-align: left;
  margin: 16px 0;
}

.intro_txt p {
  word-break: keep-all;
}

.intro_txt dd, .intro_txt small {
  font-size: 0.8rem;
  color: #838383;
  line-height: 1.2;
}

/* 181205 /entry/logo.php */
.logo_area ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo_area ul li {
  width: 48%;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.logo_area ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.logo_area li .logo {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.logo_area li .logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
}

.logo_area li .info span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #fafafa;
  font-family: 'Nanumsquare', sans-serif;
  font-size: .85rem;
  letter-spacing: -0.045rem;
  color: #555;
  border-bottom: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 2%;
  box-sizing: border-box;
}

.logo_area li .info span:last-child {
  border-bottom: none;
}

/* 190304 privacy CSS */
.privacy {
  width: 100%;
  font-family: 'NanumGothic', sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  text-align: left;
  padding: 0 0 50px;
  box-sizing: border-box;
}

.privacy h6 {
  font-family: 'Nanumsquare', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin: 10px 0;
}

.privacy b {
  font-weight: 700;
}

.list_basic li {
  padding: 3px 0 3px 5px;
  font-size: 12px;
  text-align: left;
}

.list_basic li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

/* iphone 5 */
@media screen and (max-width: 340px) {
  .header .m_logo a {
    background-size: auto 38%;
  }

  .sub_visual .low {
    padding-top: 10%;
  }

  .sub_visual h2 {
    font-size: 1.4rem;
  }

  .sub_visual p {
    font-size: 0.85rem;
  }

  .column_banner .column .txt {
    font-size: 0.7rem;
  }

  .column_banner .column .txt h3 {
    font-size: 1.05rem;
  }

  .footer .f_list li {
    font-size: 0.75rem;
  }

  .footer .f_list li:after {
    font-size: 0.75rem;
  }

  /* iphone 5 board skin */
  .board_search select {
    width: 30%;
  }

  .board_search input {
    width: 45%;
  }

  /* plan CSS */
  .plan_area dd {
    font-size: 0.8rem;
    font-family: 'Nanumgothic', sans-serif;
    letter-spacing: -0.03rem;
    color: #888;
  }

  .column_login .login_input {
    width: 170px;
  }

  .column_login .login_input input {
    width: 170px;
  }

  .column_login .login_btn button {
    width: 80px;
  }

  .article_box table {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 16px;
  }

  .article_box table th, .article_box table td {
    height: 35px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    font-size: 0.7rem;
    color: #2f2f2f;
    padding: 3px 0;
  }

  .article_box table th {
    background: #f7f7f7;
    font-size: 0.8rem;
    font-weight: 600;
  }

  .article_box table td:first-child {
    width: 20%;
    background: #f7f7f7;
  }

  .article_box table td:nth-child(2) {
    width: 17%;
  }

  .article_box table td:last-child {
    width: 12%;
  }

  .board_table td a {
    width: 180px;
  }
}

/* 190103 /event/abs.php CSS */
.S_contents p.abs {
  margin: 40px auto;
  font-size: 14px;
  letter-spacing: -0.025rem;
  word-break: keep-all;
  color: #000;
  text-align: center;
}


/* 200512 ?????? ì¶?ê°? ë°? ???? ??ì§?ë³´ì?? */
.history_column {
  width: 100%;
  border: 1px solid #dedede;
  background: #fff;
  margin: 0 0 20px;
  padding: 30px 4%;
  box-sizing: border-box;
}

.history_column h2 {
  font-family: 'Nanumsquare', sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #1b2e5a;
  letter-spacing: -0.065rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}

.history_column h2:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #1b235a;
  vertical-align: middle;
  margin: 20px auto 30px;
}

.history_column dl {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.history_column dl:first-of-type {
  border-top: 3px solid #1b2e5a;
}

.history_column dl:last-child {
  border-bottom: none;
}

.history_column dt {
  display: block;
  font-family: 'Nanumsquare', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.025rem;
  color: #1b2e5a;
  margin: 0 0 15px;
}

.history_column dd {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 70px;
}

.history_column dd:last-child {
  margin: 0;
}

.history_column .month {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Nanumsquare', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #111;
}

.history_column .val {
  display: inline-block;
  font-family: 'Nanumsquare', sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.045rem;
  color: #777;
  word-break: keep-all;
}

.column_join .com_ttl {
  font-family: 'Nanumsquare', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.025rem;
  margin: 0 0 10px;
  text-align: left;
}

.column_join .com_ttl:before {
  content: '';
  display: block;
  width: 34px;
  height: 1px;
  background: #1b2e5a;
  margin: 0 0 10px;
}

.column_join .logo_area ul {
  margin: 0 0 30px;
}

.column_join .logo_area .notice {
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.045rem;
  color: #194eb8;
  text-align: left;
}