/* -------------------------------- 

common

-------------------------------- */
a.link {
  position: relative;
  background-image: linear-gradient(180deg, transparent 45%, #bbd5ff 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
a.link:active,
a.link:hover {
  background-size: 100% 100%;
  cursor: pointer;
}
.text-right {
  text-align: right;
  padding-right: 15px !important;
}

/* -------------------------------- 

header

-------------------------------- */
.head-wrap {
  height: 80px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e1e1e1;
}
.head-wrap .gnb {
  display: block;
}
.head-wrap .logo {
  float: left;
}
.head-wrap .logo .link-logo {
  display: block;
  overflow: hidden;
  width: 240px;
  margin-left: 50px;
}
.head-wrap .logo .link-logo > span {
  display: block;
  overflow: hidden;
  height: 40px;
  margin-top: 20px;
  background: url(../img/logo.png) no-repeat 0 0;
  text-indent: -500em;
}
.go-service {
  position: relative;
  float: right;
  margin-top: 40px;
}
.go-service a {
  color: #000;
}
.go-service {
  position: relative;
  float: right;
  margin-top: 40px;
}
.go-service-box {
  display: none;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  right: 0;
  margin-top: 10px;
  padding: 10px 20px;
  width: 200px;
}
.go-service-box a {
  display: block;
  text-align: right;
  line-height: 30px;
  color: #4d4d4d !important;
}
.go-service-box a:active,
.go-service-box a:hover {
  text-decoration: none;
  color: #ff460a !important;
}

#nav {
  display: inline-block;
  height: 80px;
  vertical-align: top;
  margin-left: -275px;
}
#nav .list-gnb {
  float: left;
  height: 80px;
}
#nav .list-gnb > li {
  float: left;
  height: 80px;
}
#nav .list-gnb > li a.link-gnb {
  display: block;
  position: relative;
  height: 80px;
  padding: 0 25px 0 24px;
  line-height: 85px;
  font-size: 19px;
  text-decoration: none;
  font-weight: 600;
}
#nav .list-gnb > li a.link-gnb:active,
#nav .list-gnb > li a.link-gnb:hover,
#nav .list-gnb .active {
  color: #1155c6;
}
#nav .box-sub {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  top: 80px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f7f7f7;
  -webkit-transition: height 300ms ease-in-out;
  -moz-transition: height 300ms ease-in-out;
  -ms-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}
#nav .box-sub.open-menu {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  top: 80px;
  left: 0;
  width: 100%;
  height: 550px;
  background-color: #f7f7f7;
  -webkit-transition: height 200ms ease-in-out;
  -moz-transition: height 200ms ease-in-out;
  -ms-transition: height 200ms ease-in-out;
  -o-transition: height 200ms ease-in-out;
  transition: height 200ms ease-in-out;
}
#nav .box-sub .list-sub {
  display: inline-block;
  width: 1180px;
  padding: 40px 0;
  text-align: left;
  overflow: hidden;
}
#nav .box-sub .list-sub li {
  float: left;
  width: 18%;
  margin: 0 10px;
}
#nav .box-sub .list-sub li strong {
  display: block;
  font-weight: 200;
  font-weight: 500;
}
#nav .box-sub .list-sub li a {
  display: block;
  text-decoration: none;
  color: #232323;
}
#nav .box-sub .list-sub li a:active,
#nav .box-sub .list-sub li a:hover {
  color: #1155c6;
}
#nav .box-sub .list-sub li a.link-sub {
  font-size: 14px;
  padding: 0 0 5px 15px;
  position: relative;
  color: #888;
  font-weight: 500;
}
#nav .box-sub .list-sub li a.link-sub::before {
  content: '-';
  position: absolute;
  left: 0;
}
#nav .box-sub .list-sub li a.link-sub:hover {
  color: #232323;
}
#nav .box-sub .list-sub li strong.tit-sub-01 {
  font-size: 16px;
  font-weight: 700;
  color: #15499f;
  height: 40px;
  line-height: 40px;
}
#nav .box-sub .list-sub li strong.tit-sub-02 {
  font-size: 14px;
  font-weight: 700;
  color: #1155c6;
  border-top: solid 1px #e1e1e1;
  height: 40px;
  line-height: 40px;
}
#nav .box-sub .list-sub li strong.tit-sub-03 {
  font-size: 14px;
  font-weight: 700;
  border-top: solid 1px #e1e1e1;
  height: 40px;
  line-height: 40px;
}
#nav .box-sub .list-sub li strong.tit-sub-03 a {
  color: #1155c6;
}
#nav .box-sub .list-sub li strong.tit-sub-03 a:hover {
  color: #15499f;
}

.button-container {
  position: absolute;
  top: 25px;
  right: 20px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 20;
  transition: opacity 0.25s ease;
  display: none;
}
.button-container:hover {
  opacity: 0.8;
}
.button-container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button-container.active .middle {
  opacity: 0;
  background: #fff;
}
.button-container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button-container span {
  background: #333;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button-container span:nth-of-type(2) {
  top: 11px;
}
.button-container span:nth-of-type(3) {
  top: 22px;
}
#navi .list-gnb {
  display: none;
}

@media only screen and (max-width: 1170px) {
  .head-wrap .logo .link-logo {
    margin-left: 20px;
  }
  .button-container {
    display: block;
  }
  .overlay {
    position: fixed;
    background: rgba(0, 0, 0, 1);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 10;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    overflow-y: scroll;
  }
  #nav {
    display: none;
  }
  #navi {
    width: 100%;
    z-index: 40;
    top: 120px;
  }
  #navi .list-gnb {
    width: 100%;
    display: block;
    padding-top: 70px;
  }
  #navi .list-gnb li {
    float: none;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: 20px;
    border-bottom: 1px solid #e1e1e1;
  }
  #navi .list-gnb li a {
    line-height: 40px;
    color: #fff;
  }
  #navi .list-gnb .link-gnb {
    display: block;
    padding: 10px 0;
    border-top: solid 1px #232323;
    font-size: 16px;
    color: #ccc;
  }
  #navi .list-sub {
    display: none;
    padding: 15px 0 22px 14px;
    border-top: solid 1px #fff;
  }
  #navi .list-sub.on {
    display: block;
  }
  #navi .list-sub li {
    padding-bottom: 10px;
    border: 0;
  }
  #navi .list-sub .link-sub {
    display: block;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
  }
  #navi .list-sub li strong {
    display: block;
    font-weight: 200;
    font-weight: 500;
  }
  #navi .list-sub li a {
    display: block;
    text-decoration: none;
    color: #232323;
  }
  #navi .list-sub li a.link-sub {
    font-size: 14px;
    padding: 0 0 5px 15px;
    position: relative;
    color: #888;
    font-weight: 500;
  }
  #navi .list-sub li a.link-sub::before {
    content: '-';
    position: absolute;
    left: 0;
  }
  #navi .list-sub li strong.tit-sub-02 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    height: 40px;
    line-height: 40px;
  }
  #navi .list-sub li strong.tit-sub-03 {
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
  }
  #navi .list-sub li strong.tit-sub-03 a {
    font-size: 14px;
    color: #fff;
  }
  .ico-menu {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../img/ico_menu.png) no-repeat;
    text-indent: -9999px;
    vertical-align: top;
    margin: 16px 10px 0 0;
  }
  .menuplus {
    float: right;
    width: 23px;
    height: 17px;
    background-position: 0 0;
  }
  .menuminus {
    float: right;
    width: 23px;
    height: 17px;
    background-position: -24px 0;
  }
}

/* icon */
.ico {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: url(../img/ico.png) no-repeat;
  text-indent: -9999px;
  vertical-align: top;
}
.arrow {
  background-position: 0 0;
  width: 10px;
  height: 17px;
  margin: 25px 0 0 5px;
}
/* 2020-12-08 추가 */
.user-nav {
  position: absolute;
  top: 34px;
  right: 12px;
}
.user-nav:after {
  clear: both;
  content: '';
  display: block;
}
.user-nav a {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1.2;
  color: #777;
  margin: 0 2px;
  padding: 0 2px;
  font-weight: 400;
}
.user-nav span {
  color: #999;
  font-size: 14px;
  float: left;
  line-height: 1.2;
}
.user-nav .lnb-link {
  position: relative;
}
.user-nav .lnb-link:before {
  display: block;
  clear: both;
  position: absolute;
  top: -20px;

  font-size: 12px;
  font-weight: 500;
  color: #3e88ed;
}
.user-nav .link-item01:before {
  left: 10px;
  content: '신규가입자 전용';
}
.user-nav .link-item02:before {
  left: 8px;
  content: '기존회원 전용';
}
@media only screen and (max-width: 1170px) {
  .user-nav {
    display: none;
  }
}

/* -------------------------------- 

main

-------------------------------- */

/* main visual */
.carousel {
  position: relative;
}
.item .text-info {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
}
.item .text-info p.text {
  font-size: 55px;
  font-weight: 500;
  line-height: 65px;
  padding-top: 180px;
  color: #fff;
}
.item .text-info p.text span {
  font-size: 45px;
  font-weight: 100;
  line-height: 55px;
}
.item .text-info-02 {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
}
.item .text-info-02 p.text {
  font-size: 45px;
  font-weight: 500;
  line-height: 65px;
  padding-top: 180px;
  color: #232323;
}
.item .text-info-02 p.text span {
  font-size: 45px;
  font-weight: 100;
  line-height: 55px;
  color: #fff;
}
.item .text-info-02 em {
  font-size: 18px;
  font-weight: 500;
}
.item .text-info-03 {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
}
.item .text-info-03 p.text {
  font-size: 45px;
  font-weight: 500;
  line-height: 65px;
  padding-top: 450px;
  color: #232323;
}
.item .text-info-03 p.text span {
  font-size: 45px;
  font-weight: 100;
  line-height: 55px;
  color: #fff;
}
.item .text-info-03 em {
  font-size: 18px;
  font-weight: 500;
}
.item .slide-wrap {
  left: 0;
  top: 0;
  width: 100%;
  height: 800px;
}
.item .slide-wrap.slideimg-01 {
  background: url(../img/main_visual_01.jpg) no-repeat;
  background-size: cover;
}
/* .item .slide-wrap.slideimg-80 {
  background: url(../img/main_visual_80.jpg) no-repeat;
  background-size: cover;
} */
.item .slide-wrap.slideimg-02 {
  background: url(../img/main_visual_02.jpg) no-repeat;
  background-size: cover;
}
/* .item .slide-wrap.slideimg-03 { background: url(../img/main_visual_03.jpg) no-repeat; background-size:cover; }
.item .slide-wrap.slideimg-04 { background: url(../img/main_visual_04.jpg) no-repeat; background-size:cover; } */
/*.item .slide-wrap.slideimg-04 { background: url(../img/stv_report.jpg) no-repeat; background-size:cover;}*/
.main-cont .main-visual {
  width: 100%;
  overflow: hidden;
  height: 800px;
}
@media (min-width: 1760px) {
  .main-cont .main-visual {
    width: 100%;
    overflow: hidden;
    height: 842px;
  }
  .item .slide-wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 842px;
  }
  .main-cont .main-fullbanner .service-banner {
    height: 500px;
  }
}
@media only screen and (max-width: 1170px) {
  .item .text-info {
    width: 80%;
  }
  .item .text-info p.text {
    font-size: 35px;
    line-height: 45px;
    padding-top: 100px;
  }
  .item .text-info p.text span {
    font-size: 35px;
    line-height: 45px;
  }
  .item .text-info-02 {
    width: 80%;
  }
  .item .text-info-02 p.text {
    font-size: 35px;
    line-height: 45px;
    padding-top: 100px;
  }
  .item .text-info-02 p.text span {
    font-size: 35px;
    line-height: 45px;
  }
  .item .text-info-02 em {
    font-size: 18px;
  }
  .item .text-info-03 {
    width: 80%;
  }
  .item .text-info-03 p.text {
    font-size: 35px;
    line-height: 45px;
    padding-top: 100px;
  }
  .item .text-info-03 p.text span {
    ffont-size: 35px;
    line-height: 45px;
  }
  .item .text-info-03 em {
    font-size: 18px;
  }
  .item .slide-wrap {
    height: 400px;
  }
  .main-cont .main-visual {
    height: 400px;
  }
}
@media only screen and (max-width: 780px) {
  .item .text-info {
    width: 80%;
  }
  .item .text-info p.text {
    font-size: 25px;
    line-height: 35px;
    padding-top: 100px;
  }
  .item .text-info p.text span {
    font-size: 25px;
    line-height: 35px;
  }
  .item .text-info-02 {
    width: 80%;
  }
  .item .text-info-02 p.text {
    font-size: 25px;
    line-height: 35px;
    padding-top: 100px;
  }
  .item .text-info-02 p.text span {
    font-size: 25px;
    line-height: 35px;
  }
  .item .text-info-02 em {
    font-size: 18px;
  }
  .item .text-info-03 {
    width: 80%;
  }
  .item .text-info-03 p.text {
    font-size: 35px;
    line-height: 45px;
    padding-top: 100px;
  }
  .item .text-info-03 p.text span {
    ffont-size: 35px;
    line-height: 45px;
  }
  .item .text-info-03 em {
    font-size: 18px;
  }
}
/* main-service */
.main-service {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.main-service h2 {
  margin: 50px 0 30px;
  font-size: 15px;
}
.main-service h3 {
  margin: 30px 0 10px;
  font-size: 18px;
}
.main-service p {
  font-size: 16px;
}
.m-service-info {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.m-service-info a img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1170px) {
  .main-service {
    width: 95%;
    margin: 0 auto;
  }
  .m-service-info img {
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .main-service {
    width: 95%;
    margin: 0 auto;
  }
  .m-service-info {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .m-service-info img {
    width: 100%;
  }
}
/* main-fullbanner */
.main-fullbanner {
  width: 100%;
  height: 200px;
  background: #2b363e url(../img/main_banner_01@2x.png) center center no-repeat;
  margin: 100px 0;
  position: relative;
  background-size: 26%;
}
.main-fullbanner a {
  position: absolute;
  width: 270px;
  height: 70px;
  background-color: #5e6ab2;
  border-radius: 35px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.main-fullbanner a.fb-left-btn {
  background-color: #5e6ab2;
  top: 65px;
  left: 50%;
  margin-left: -580px;
}
.main-fullbanner a.fb-right-btn {
  background-color: #009692;
  top: 65px;
  right: 50%;
  margin-right: -580px;
}
.main-fullbanner a.fb-left-btn:hover {
  background-color: #414a81;
}
.main-fullbanner a.fb-right-btn:hover {
  background-color: #005b59;
}
@media only screen and (max-width: 1170px) {
  .main-fullbanner a {
    font-size: 16px;
    width: 200px;
  }
  .main-fullbanner a.fb-left-btn {
    background-color: #5e6ab2;
    top: 65px;
    left: 50%;
    margin-left: -400px;
  }
  .main-fullbanner a.fb-right-btn {
    background-color: #009692;
    top: 65px;
    right: 50%;
    margin-right: -400px;
  }
}
@media only screen and (max-width: 780px) {
  .main-fullbanner {
    background-position: center 40%;
    margin: 50px 0;
    background-size: 60%;
  }
  .main-fullbanner a {
    font-size: 12px;
    width: 160px;
    height: 60px;
    line-height: 60px;
  }
  .main-fullbanner a.fb-left-btn {
    background-color: #5e6ab2;
    top: 65%;
    left: 50%;
    margin-left: -170px;
  }
  .main-fullbanner a.fb-right-btn {
    background-color: #009692;
    top: 65%;
    right: 50%;
    margin-right: -170px;
  }
}
/* main-news */
.main-news {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.main-news .left {
  float: left;
  width: 48%;
}
.main-news .right {
  float: right;
  width: 48%;
}
.main-news h2 {
  margin: 0 0 20px;
  font-size: 15px;
  border-bottom: solid 1px #e1e1e1;
}
.news-list p {
  position: relative;
  width: 100%;
  line-height: 34px;
}
.news-list p em {
  position: absolute;
  right: 0;
}
.news-banner {
  width: 100%;
  height: 150px;
}
@media only screen and (max-width: 1170px) {
  .main-news {
    width: 95%;
    margin: 0 auto;
  }
  .main-news .left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-news .right {
    float: none;
    width: 100%;
    height: 160px;
  }
  .news-banner {
    width: 100%;
    height: auto;
  }
  .news-banner img {
    width: 100%;
  }
}

.connection {
  width: 1180px;
  margin: 100px auto 0;
}
.connection ul {
}
.connection ul:after {
  display: block;
  content: '';
  clear: both;
}
.connection ul li {
  float: left;
  width: calc(93% / 7);
  height: 65px;
  margin-right: 1%;
}
.connection ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
.connection ul.cn01 li:first-child {
  background: url(../img/connection01.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn01 li:nth-child(2) {
  background: url(../img/connection02.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn01 li:nth-child(3) {
  background: url(../img/connection07.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn01 li:nth-child(4) {
  background: url(../img/connection08.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn01 li:nth-child(5) {
  background: url(../img/connection09.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn01 li:nth-child(6) {
  background: url(../img/connection06.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn01 li:nth-child(7) {
  background: url(../img/connection10.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn02 li:first-child {
  background: url(../img/connection04.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn02 li:nth-child(2) {
  background: url(../img/connection03.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn02 li:nth-child(3) {
  background: url(../img/connection05.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn02 li:nth-child(4) {
  background: url(../img/connection11.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn02 li:nth-child(5) {
  background: url(../img/connection12.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn02 li:nth-child(6) {
  background: url(../img/connection13.png) center no-repeat;
  background-size: 100%;
}
.connection ul.cn02 li:nth-child(7) {
  background: url(../img/connection14.png) center no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1170px) {
  .connection {
    width: 95%;
  }
  .connection ul li {
    width: calc(93% / 4);
  }
}

@media screen and (max-width: 767px) {
  .main-news .right {
    height: 100px;
  }
  .connection ul li {
    width: calc(93% / 2);
  }
}

/* --------------------------------

sub

-------------------------------- */
.sub-service {
  width: 1180px;
  margin: 0 auto; /*overflow: hidden; */
}
.sub-top-tit {
  display: block;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  line-height: 510px;
}
.sub-top-01 {
  background: #7a7a7a url(../img/sub_top_01.png) center no-repeat;
}
.sub-top-02 {
  background: #5f4939 url(../img/sub_top_02.png) center no-repeat;
}
.sub-top-03 {
  background: #423d4e url(../img/sub_top_03.png) center no-repeat;
}
.sub-top-04 {
  background: #333 url(../img/sub_top_04.png) center no-repeat;
}
.sub-top-05 {
  background: #333 url(../img/sub_top_05.png) center no-repeat;
}
.location {
  height: 60px;
}
.location .sub-service:after {
  display: block;
  clear: both;
  content: '';
}
.location .sub-service li.home {
  border-left: 1px solid #e1e1e1;
  background: url(../img/ico_home@2x.png) center no-repeat;
}
.location .sub-service li {
  float: left;
  line-height: 60px;
}
.location .sub-service span {
  display: block;
  padding: 0 50px;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid #e1e1e1;
}
.location .sub-service span img {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
}
.location .sub-service a {
  display: block;
}
.location .sub-service li.on {
  position: relative;
}
.location .sub-service li.on span {
  color: #002893;
  cursor: pointer;
}
.location .sub-service li.on span.active img {
  transform: rotateX(-180deg);
}
.location .sub-service .sel-box-option {
  position: absolute;
  top: 61px;
  left: 0;
  line-height: 50px;
  width: 100%;
  z-index: 10;
  display: none;
}
.location .sub-service .sel-box-option.active {
  display: block;
}
.location .sub-service .sel-box-option a {
  display: block;
  background: #ddd;
  font-size: 16px;
  text-indent: 15px;
  border-right: 0;
  font-weight: 300;
}
.location .sub-service .sel-box-option a:hover {
  background: #e4e4e4;
}

.sub-cont {
  width: 1180px;
  margin: 0 auto;
  padding: 100px 0 0;
  overflow: hidden;
  letter-spacing: -0.025em;
  color: #232323;
}
.sub-cont h3 {
  position: relative;
  margin-bottom: 100px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
.sub-cont h3:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 30px;
  height: 30px;
  display: block;
  clear: both;
  content: '';
  margin-left: -15px;
  background: url(../img/h3_tip.png) center no-repeat;
}
.sub-cont > div {
  padding-top: 60px;
}
.sub-cont .desc {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}
.caption {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #232323;
  line-height: 40px;
  margin: 0 8px 0 0;
}
.local {
  display: inline-block;
  float: right;
}
.table01 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.table01 thead {
  background: #f7f7f7;
  border-top: 2px solid #e1e1e1;
}
.table01 th,
.table01 td {
  height: 50px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
}
.table01 th:last-of-type,
.table01 td:last-of-type {
  border-right: 0;
  word-break: normal;
}
.table01 th {
  font-weight: 600;
  text-align: center;
}
.table01 td {
  color: #666;
}
.table03 {
  width: 100%;
}
.table03 th,
.table03 td {
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  font-weight: 300;
  padding: 5px;
}
.table03 .txtarea {
  border: 1px solid #e1e1e1;
  width: 95%;
  padding: 5px;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.table04 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  border-top: 2px solid #e1e1e1;
}
.table04 th,
.table04 td {
  height: 50px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
}
.table04 th:first-of-type {
  border-left: 0;
}
.table04 td:last-of-type {
  border-right: 0;
}
.table04 th {
  font-weight: 600;
  text-align: center;
  background: #f7f7f7;
}
.table04 td {
  color: #666;
}
.table04 .bg-gray {
  background: #f7f7f7;
}
.table04 tfoot {
  text-align: left;
}
.table04 tfoot td {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    /*    white-space: nowrap;*/
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 1170px) {
  .sub-service {
    width: 100%;
  }
  .location {
    display: none;
  }
  .sub-top-tit {
    font-size: 40px;
    line-height: 285px;
  }
  .sub-top-01,
  .sub-top-02,
  .sub-top-03 {
    background-size: cover;
  }
  .sub-cont {
    width: 95%;
    padding: 50px 0;
  }
  .sub-cont h3 {
    font-size: 28px;
  }
  .sub-cont > div {
    padding-top: 30px;
  }
  .caption {
    font-size: 16px;
  }
  .table01 th,
  .table01 td {
    font-size: 12px; /* word-break: break-all; */ /* word-wrap: break-word; */
  }
  .sub-cont .desc {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 374px) {
  .sub-top-tit {
    font-size: 40px;
    line-height: 250px;
  }
}
/*협회소개*/
.present-01:after {
  display: block;
  clear: both;
  content: '';
}
.present-01 .area-left {
  float: left;
  width: 360px;
}
.present-01 .area-left p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
.present-01 .area-left p span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.present-01 .area-right {
  float: right;
  width: 730px;
}
.present-01 .area-right p {
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 24px;
}
.present-01 .area-right p span {
  font-size: 24px;
  font-weight: 600;
}
.present-02 {
  padding-top: 100px;
}
.present-02 .box {
  margin-bottom: 90px;
}
.present-02 .box:after {
  display: block;
  clear: both;
  content: '';
}
.present-02 .box:nth-of-type(2n) {
  text-align: right;
}
.present-02 .box > div {
  width: 49%;
}
.present-02 .box .imgbox {
  height: 300px;
}
.present-02 .box01 .imgbox {
  float: left;
  background: url(../img/object_img_01.png) 0 0 no-repeat;
}
.present-02 .box02 .imgbox {
  float: right;
  background: url(../img/object_img_02.png) 100% 100% no-repeat;
}
.present-02 .box03 .imgbox {
  float: left;
  background: url(../img/object_img_03.png) 0 0 no-repeat;
}
.present-02 .box04 .imgbox {
  float: right;
  background: url(../img/object_img_04.png) 100% 100% no-repeat;
}
.present-02 .txtbox {
  padding-top: 210px;
}
.present-02 .box01 .txtbox {
  padding-top: 190px;
}
.present-02 .box01 .txtbox,
.present-02 .box03 .txtbox {
  float: right;
}
.present-02 .box02 .txtbox,
.present-02 .box04 .txtbox {
  float: left;
}
.present-02 .txtbox .bar {
  display: inline-block;
  width: 55px;
  height: 10px;
  margin-bottom: 20px;
  background: #002893;
}
.present-02 .txtbox p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.present-02 p span {
  display: block;
  font-size: 34px;
  color: #002893;
  text-align: center;
  font-weight: 500;
}
.present-03 .tab-menu-list {
  width: 600px;
  height: 70px;
  margin: 0 auto 60px;
}
.present-03 .tab-menu-list:after {
  display: block;
  clear: both;
  content: '';
}
.present-03 .tab-menu-list .tab {
  display: block;
  width: 300px;
  float: left;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  color: #232323;
  line-height: 70px;
  font-weight: 500;
}
#tabs #current a,
#tabs #current a::after {
  background: #002893;
  color: #fff;
  z-index: 3;
  transition: top 0.2s;
  border-color: #002893;
}
.present-03 .main-tab-con .box:after {
  display: block;
  clear: both;
  content: '';
}
.present-03 .main-tab-con .left {
  float: left;
  width: 200px;
  padding: 25px 0;
  border-top: 5px solid #002893;
  line-height: 1;
}
.present-03 .main-tab-con .left span {
  font-size: 40px;
  font-weight: 700;
  color: #002893;
}
.present-03 .main-tab-con .right {
  float: right;
  width: 940px;
}
.present-03 .main-tab-con .right:after {
  display: block;
  clear: both;
  content: '';
}
.present-03 .main-tab-con .right > li {
  height: auto;
}
.present-03 .main-tab-con .right .month {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-right: 30px;
  padding: 25px 0;
  font-size: 40px;
  font-weight: 700;
  color: #009692;
  border-top: 2px solid #009692;
  line-height: 1;
}
.present-03 .main-tab-con .right .list {
  display: inline-block;
  vertical-align: top;
  width: 800px;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 500;
  color: #232323;
  border-top: 2px solid #e1e1e1;
}
.present-03 .main-tab-con .right .list li {
  list-style: disc inside;
  line-height: 30px;
}
.present-03 .main-tab-con .box-pic ul li {
  float: left;
  margin-bottom: 20px;
}
.present-03 .main-tab-con .box-pic ul li:nth-child(2n) {
  margin-left: 20px;
}
.present-04 {
  width: 100%;
  height: 755px;
  background: url(../img/present04_line.png) center no-repeat;
}
.present-04 .left {
  width: 300px;
  float: left;
  padding-top: 120px;
}
.present-04 .left .box2 {
  margin: 76px 0 129px;
}
.present-04 .center {
  width: 300px;
  float: left;
  margin: 0 140px;
}
.present-04 .center .box1 {
  margin-bottom: 250px;
}
.present-04 .center .box3 {
  margin: 50px 0 100px;
}
.present-04 .right {
  width: 300px;
  float: right;
  padding-top: 120px;
}
.present-04 .right .box1 {
  margin-bottom: 76px;
}
.present-04 .right .box2 {
  margin: 76px 0 50px;
}
.present-04 .right .box3 {
  margin-bottom: 225px;
}
.present-04 span {
  display: block;
  width: 100%;
  height: 70px;
  background: #666;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
  border-bottom: 1px solid #e1e1e1;
}
.present-04 span.bg-blue {
  background: #002893;
}
.present-04 span.bg-green {
  background: #009333;
}
.present-04 span.bg-bluegreen {
  background: #009692;
}
.present-06 .tab-menu-list {
  width: 100%;
  height: 70px;
  margin: 0 auto 60px;
}
.present-06 .tab-menu-list:after {
  display: block;
  clear: both;
  content: '';
}
.present-06 .tab-menu-list .tab {
  display: block;
  width: 9%;
  margin: 0 1% 0 0;
  float: left;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #232323;
  line-height: 70px;
  font-weight: 500;
}
.present-06 .box {
  margin-bottom: 30px;
  padding: 0 10px;
}
.present-06 .box1 {
  margin-bottom: 60px;
}
.present-06 .box1 span {
  margin: 0 10px;
  font-weight: 300;
}
.present-06 .box1 span:last-of-type {
  color: #002893;
  font-weight: 500;
}
.present-06 .box1 strong {
  font-weight: 300;
}
.present-06 h4 {
  font-size: 24px;
}
.present-06 h5 {
  font-size: 20px;
  margin-bottom: 5px;
}
.present-06 p {
  font-size: 16px;
  margin-bottom: 5px;
}
.present-06 .intxt {
  padding-left: 20px;
}
.present-05 {
}
.present-05 .box {
  width: 48%;
  min-height: 200px;
  margin: 0 1% 1% 0;
  padding: 50px 0;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.present-05 .box h4 {
  position: relative;
  font-size: 32px;
  margin-bottom: 50px;
  color: #333;
}
.present-05 .box h4:after {
  display: block;
  content: '';
  clear: both;
  width: 40px;
  height: 4px;
  background: #333;
  position: absolute;
  bottom: -15px;
  left: 0;
  margin-left: 0;
}
.present-05 .box p {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 15px 0;
}
.present-05 .box ul {
  margin: 0 auto 30px;
  position: relative;
  width: 65%;
}
.present-05 .box ul li {
  text-align: left;
  list-style: disc;
}
/* .present-05 .box ul li:after { width: 4px; height: 4px; border-radius: 50px; background: #444; display: block; content: ''; clear: both;  position: absolute; top: 40%; left: -10px; } */

@media only screen and (max-width: 1170px) {
  .present-01 .area-left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .present-01 .area-left p {
    font-size: 16px;
  }
  .present-01 .area-left p span {
    font-size: 14px;
  }
  .present-01 .area-right {
    float: none;
    width: 100%;
  }
  .present-01 .area-right p {
    font-size: 14px;
    line-height: 20px;
  }
  .present-01 .area-right p span {
    font-size: 20px;
  }
  .present-02 .box {
    margin-bottom: 50px;
  }
  .present-02 .box .imgbox,
  .present-02 .box .txtbox {
    float: none;
    width: 100%;
  }
  .present-02 .box .txtbox {
    text-align: left;
    padding: 30px 0 0 0;
    line-height: 1.7;
  }
  .present-02 .box span {
    font-size: 26px;
    line-height: 34px;
  }
  .present-02 .txtbox .bar {
    width: 45px;
    height: 8px;
    margin-bottom: 10px;
  }
  .present-02 .box .txtbox p {
    font-size: 16px;
  }
  .present-03 .tab-menu-list {
    width: 100%;
    height: 50px;
    margin: 0 auto 30px;
  }
  .present-03 .tab-menu-list .tab {
    width: 50%;
    font-size: 18px;
    line-height: 50px;
    padding: 15px 0;
  }
  .present-03 .main-tab-con .left,
  .present-03 .main-tab-con .right {
    float: none;
    width: 100%;
  }
  .present-03 .main-tab-con .left span {
    font-size: 28px;
  }
  .present-03 .main-tab-con .right .month {
    width: 15%;
    font-size: 22px;
    margin-right: 0;
  }
  .present-03 .main-tab-con .right .list {
    width: 80%;
    font-size: 14px;
  }
  .present-03 .main-tab-con .box-pic ul li {
    float: none;
    margin-bottom: 10px;
  }
  .present-03 .main-tab-con .box-pic ul li:nth-child(2n) {
    margin-left: 0;
  }
  .present-03 .main-tab-con .box-pic ul li img {
    width: 100%;
  }
  .present-04 {
    height: 400px;
    background: url(../img/present04_line.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .present-06 .tab-menu-list {
    height: auto;
  }
  .present-06 .tab-menu-list .tab {
    width: 19%;
    margin: 1% 1% 0 0;
    font-size: 14px;
  }
  .present-06 .box {
    margin-bottom: 15px;
  }
  .present-06 .box1 span {
    display: block;
  }
  .present-06 .box1 strong {
    display: none;
  }
  .present-06 h4 {
    font-size: 20px;
  }
  .present-06 h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .present-06 p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .present-05 .box {
    width: 100%;
    margin: 0 0 1% 0;
    padding: 25px 0;
    display: block;
  }
  .present-05 .box h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .present-05 .box h4:after {
    display: block;
    content: '';
    clear: both;
    width: 60px;
    height: 3px;
    background: #000;
  }
  .present-05 .box p {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 20px 0;
  }
  .present-05 .box ul {
    margin: 0 30px 30px;
  }
  .present-05 .box ul li {
    font-size: 12px;
  }
}

/* 정보공개 */
.info-01 {
}
.info-01 .bg-gray {
  background: #f1f1f1;
}
.table-responsive {
  border: 0;
}

/*찾아오시는 길*/
.map-01 .mapbox {
  margin-bottom: 30px;
}
.map-01 h4 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 45px;
}
.map-01 h4:after {
  display: block;
  clear: both;
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
}
.map-01 .txt01,
.map-01 .txt02,
.map-01 .txt03 {
  margin-bottom: 30px;
}
.map-01 p {
  font-weight: 500;
}
.map-01 .txt02 p {
  margin-bottom: 10px;
}
.map-01 .txt02 p span {
  display: inline-block;
}
.map-01 .txt02 p span.tip {
  margin-right: 10px;
  padding: 2px 15px;
  border: 3px solid #e1e1e1;
  border-radius: 20px;
  text-align: center;
}

/*사업안내*/
.trust-01 h4.broad-tit {
  margin-top: 100px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 55px;
  font-weight: 500;
}
.trust-01 h4.broad-tit:first-of-type {
  margin-top: 0;
}
.trust-01 h4.broad-tit img {
  vertical-align: middle;
  margin-right: 15px;
}
.trust-01 .txt-blue {
  color: #002893;
}
.trust-01 .txt-green {
  color: #009692;
}
.trust-01 .txt-purple {
  color: #5e6ab2;
}
.trust-01 .caption b {
  color: #666;
  font-weight: 500;
}
.trust-04 h4.broad-tit {
  margin-top: 100px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 55px;
  font-weight: 500;
}
.trust-04 h4.broad-tit:first-of-type {
  margin-top: 0;
}
.trust-04 h4.broad-tit img {
  vertical-align: middle;
  margin-right: 15px;
}
.trust-04 .trust-list {
}
.trust-04 .trust-list ul:after {
  display: block;
  clear: both;
  content: '';
}
.trust-04 .trust-list li {
  width: calc(100% / 3);
  float: left;
  text-align: center;
}
.trust-04 .trust-list li h5 {
  font-size: 20px;
}
.trust-04 .trust-list li p {
  line-height: 30px;
}
.trust-03 h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.trust-03 .box {
  margin-bottom: 20px;
}
.trust-03 .box h5 {
  font-size: 18px;
}
.trust-03 .box p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}
.trust-03 .box p.txt-indent {
  padding-left: 20px;
}
.trust-03 .box2 {
  padding: 20px;
  background: #f7f7f7;
}
.trust-03 .box2 h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.trust-03 .box2 p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.trust-03 .tab-menu-list {
  width: 100%;
  margin-bottom: 20px;
}
.trust-03 .tab-menu-list:after {
  display: block;
  clear: both;
  content: '';
}
.trust-03 .tab-menu-list li {
  width: 20%;
  float: left;
  margin: 0 1%;
}
.trust-03 .tab-menu-list li a {
  text-align: center;
  display: block;
  line-height: 60px;
  border: 1px solid #e1e1e1;
  font-weight: 500;
  font-size: 20px;
}
.trust-03 .tab-menu-list li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1170px) {
  .trust-03 .tab-menu-list li {
    width: calc(94% / 4);
    margin: 0 2px;
    height: 50px;
  }
  .trust-03 .tab-menu-list li a {
    font-size: 12px;
    line-height: 50px;
  }
}

/*신탁회원가입*/
.trustmember01,
.trustmember02 {
  /*padding-top: 100px;*/
}
.trustmember01-wrap {
  width: 100%;
}
.trustmember01-wrap .inner {
  width: 1180px;
  margin: 0 auto;
}
.trustmember01 {
  margin-top: 60px;
  height: 440px;
  background: url(../img/member01_bg.png) 0 0 no-repeat;
}
.trustmember01 ul {
  width: 100%;
}
.trustmember01 ul:after,
.trustmember02 ul li:after {
  display: block;
  clear: both;
  content: '';
}
.trustmember01 ul li {
  width: calc(100% / 2);
  height: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
}
.trustmember01 ul li span {
  display: block;
  margin: 30px 0;
  color: #fff;
  font-weight: 500;
}
.trustmember01 ul li span.tit {
  margin-top: 40px;
  font-size: 22px;
}
.trustmember01 ul li span.tit:after {
}
.trustmember01 ul li span.num {
  font-size: 60px;
  color: #c3e1ff;
}
.acquire-01 {
}
.acquire-01 ul {
  /*margin-top: 60px;*/
}
.acquire-01 ul li {
  width: calc(98% / 2);
  height: 280px;
  margin: 0 1% 1% 0;
  overflow: hidden;
  float: left;
}
.acquire-01 ul li img {
  width: 100%;
  height: 100%;
}
/*.trustmember02 ul { width: 88%; margin: 0 0 0 120px; }
.trustmember02 ul li { margin: 0 15px 50px 0; width: 48%; display: inline-block; vertical-align: top;}
.trustmember02 ul li span { display: block; position: relative; font-weight: 300; }
.trustmember02 ul li span.circle { display: inline-block; width: 150px; height: 150px; vertical-align: middle; margin: 0 20px 0 0; padding: 0; text-align: center; line-height: 150px; font-size: 20px; font-weight: 500; border-radius: 50%; color: #fff; }
.trustmember02 ul li span.circle:after {display: none; }
.trustmember02 ul li span.circle01 { background: #193353; }
.trustmember02 ul li span.circle02 { background: #5e6ab2; }
.trustmember02 ul li span.circle03 { background: #DF5268; }
.trustmember02 ul li span.circle04 { background: #006D68; }
.trustmember02 ul li p.txtbox { display: inline-block; width: 65%; font-size: 16px; vertical-align: middle;}*/
.trustmember03:after {
  display: block;
  clear: both;
  content: '';
}
/*.trustmember03 .tm-box1, */
.trustmember03 .tm-box2 {
  width: 100%; /*float: left;*/
}
.trustmember03 .tm-box2 p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.trustmember03 .tm-noti {
  margin-top: 30px;
  padding: 30px;
  background: #eee url(../img/contranct_img.png) 50px no-repeat;
  background-size: 140px;
  font-weight: 400;
}
.trustmember03 .tm-noti p {
  font-size: 20px;
  padding-left: 200px;
}
.trustmember03 .tm-noti span {
  display: block;
  color: #ed2f32;
}
@media only screen and (max-width: 1170px) {
  .trust-01 h4.broad-tit {
    font-size: 24px;
    margin: 50px 0 30px;
  }
  .trust-01 h4.broad-tit img {
    width: 30px;
    margin-right: 5px;
  }
  .trustmember01,
  .trustmember02 {
    padding-top: 50px;
  }
  .trustmember01-wrap .inner {
    width: 95%;
    margin: 0 auto;
  }
  .trustmember01 {
    height: auto;
    background: url(../img/member01_bg.png) 0 0 repeat-y;
  }
  .trustmember01 ul li span {
    margin: 10px 0;
  }
  .trustmember01 ul li span.tit {
    font-size: 16px;
    margin-top: 30px;
  }
  .trustmember01 ul li span.num {
    font-size: 30px;
  }
  .trustmember01 ul li {
    width: 100%;
    height: auto;
    float: none;
  }
  /*	.trustmember02 ul { width: 100%; margin: 0 ; }
	.trustmember02 ul li { width: 100%; margin-bottom: 25px; }
	.trustmember02 ul li span.circle { width: 100px; height: 100px; line-height: 100px; font-size: 16px; margin-right: 10px; }
	.trustmember02 ul li p.txtbox { font-size: 13px; width: 60%; }*/
  .trustmember03 .tm-noti {
    padding: 15px;
    background-image: none;
  }
  .trustmember03 .tm-noti p {
    font-size: 16px;
    padding-left: 0;
  }
}

/*장학사업*/
.welfare h4 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
}
.welfare h4:after {
  display: block;
  clear: both;
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  margin: 0 auto;
}
.welfare p {
  font-weight: 300;
  text-align: center;
}
.welfare:after {
  display: block;
  clear: both;
  content: '';
}
.welfare-01 .left,
.welfare-01 .right,
.welfare-02 .left,
.welfare-02 .right {
  width: 48%;
  float: left;
  margin: 0 1%;
  overflow: hidden;
}
.welfare-01 .left img,
.welfare-02 .left img {
  width: 100%;
}
.welfare-01 .right li {
  margin-bottom: 20px;
}
.welfare-03 .bottom {
  margin-bottom: 20px;
}
.welfare-03 .top:after {
  display: block;
  clear: both;
  content: '';
}
.welfare-03 .top a {
  display: block;
  float: left;
  width: calc(92% / 4);
  margin: 0 2% 0 0;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  text-align: center;
}
.welfare-03 .top p {
  font-size: 13px;
  color: #666;
  line-height: 40px;
}
.welfare-04 {
  padding-top: 50px;
}
.welfare-04 .imgbox:after {
  display: block;
  clear: both;
  content: '';
}
.welfare-04 .imgbox li {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.welfare-04 .imgbox li img {
  width: 100%;
}

@media only screen and (max-width: 1170px) {
  .welfare-01 .left,
  .welfare-01 .right,
  .welfare-02 .left,
  .welfare-02 .right {
    width: 100%;
    float: none;
    margin: 1% auto;
  }
  .welfare-03 .top a {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .welfare-04 .imgbox li {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
}

/*정보광장*/
.board-wrap {
  width: 100%;
  margin: 50px auto 0;
}
.board-none {
  text-align: center;
  padding: 80px 0;
}
.board-list {
  width: 100%;
}
.table02 {
  width: 100%;
  border-top: 1px solid #e1e1e1;
}
.table02 li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}
.table02 li.t-header {
  background: #f7f7f7;
}
.table02 li.t-con {
  min-height: 350px;
  text-align: left;
  padding: 30px;
}
.table02 li.t-con p {
  line-height: 24px;
}
.table02 li.v-header {
  height: 100px;
  background: #f7f7f7;
}
.table02 li.v-header span {
  display: block;
  text-align: center;
}
.table02 li.v-header span.title {
  font-size: 20px;
  width: 100%;
}
.table02 li.v-header span.date {
  font-size: 14px;
  width: 100%;
  border: 0;
  color: #666;
}
.table02 li span {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}
.table02 li span.title {
  width: 80%;
}
.table02 li span.title a {
  display: block;
  text-align: left;
}
.table02 li span.date {
  width: 17%;
  border-left: 1px solid #e1e1e1;
}
.notice {
  text-align: center;
}
.search-box {
  display: inline-block;
  position: relative;
  width: auto;
}
.search-box input,
.search-box select {
  border: 1px solid #e1e1e1;
  height: 40px;
  padding: 3px;
}
.search-box .search-txt {
  width: 250px;
}
.search-box .search-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  background: url(../img/ico_submit.png) center no-repeat;
  width: 30px;
  height: 35px;
  border: 0;
  cursor: pointer;
  outline: 0;
  text-indent: -9999em;
  margin-top: -17px;
}
.pagination {
  display: inline-block;
  margin: 40px auto 0;
  width: auto;
}
.pagination:after {
  display: block;
  clear: both;
  content: '';
}
.pagination a {
  display: block;
  float: left;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  color: #666;
  font-size: 16px;
  border: 1px solid #e1e1e1;
  font-weight: 500;
}
.pagination a.prev {
  background: url(../img/ico_paging.png) 0 0 no-repeat;
  text-indent: -9999em;
}
.pagination a.next {
  background: url(../img/ico_paging.png) -50px 0 no-repeat;
  text-indent: -9999em;
}
.pagination a.active,
.pagination a:hover {
  background: #002893;
  color: #fff;
}

.square-info {
}
.square-info .tab-menu-list {
}
.square-info .tab-menu-list:after,
.square-info .box:after {
  display: block;
  clear: both;
  content: '';
}
.square-info .tab-menu-list li {
  width: calc(100% / 3);
  height: 60px;
  float: left;
}
.square-info .tab {
  text-align: center;
  display: block;
  line-height: 60px;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  font-weight: 500;
  font-size: 20px;
}
.square-info .main-tab-con {
  float: none;
  width: 100%;
  padding: 80px 0 0;
  border-top: 1px solid #e1e1e1;
}
.square-info .box {
  margin-bottom: 50px;
  text-align: center;
}
.square-info .info-tit {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 30px;
}
.square-info .info-tit img {
  vertical-align: middle;
  margin-right: 7px;
}
.square-info .box .left,
.square-info .box .right {
  float: left;
}
.square-info .box .left {
  width: 30%;
}
.square-info .box .right {
  width: 65%;
}
.square-info .box h4 span {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: 300;
}
.square-info .box p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 15px;
  color: #666;
}
.square-info .box .box-li li {
  margin-bottom: 15px;
}
.square-info .box .box-li li p {
  margin-bottom: 0px;
}
.square-info .box .box-li li p span {
  font-size: 16px;
  font-weight: 500;
}
.square-info .box .box-noti {
  width: 100%;
  background: #f7f7f7;
  padding: 30px;
}
.square-info .box .box-noti p span {
  font-size: 16px;
  font-weight: 500;
  color: #ed2f32;
}
.news .board-box {
  border-top: 1px solid #002893;
}
.news .board-box li {
  width: 100%;
  height: 160px;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.news .board-box li:after {
  display: block;
  clear: both;
  content: '';
}
.news .board-box li p {
  font-weight: 400;
}
.news .board-box li .thum {
  width: 25%;
  height: 160px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.news .board-box li .thum img {
  width: 100%;
  height: 100%;
}
.news .board-box li .txt {
  position: relative;
  width: 70%;
  height: 100%;
  float: left;
}
.news .board-box li .txt p {
  width: 100%;
  color: #333;
}
.news .board-box li .tit {
  font-size: 20px;
  line-height: 50px;
}
.news .board-box li .date {
  font-size: 14px;
  line-height: 30px;
}
.news .board-box li .txt a {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 45px;
  display: block;
  width: 80px;
  height: 45px;
  font-size: 14px;
  color: #fff;
  background: #ccc;
  border-radius: 3px;
  transition: 0.2s;
}
.news .board-box li .txt a:hover {
  background: #666;
}
.webzine:after {
  display: block;
  clear: both;
  content: '';
}
.webzine .wz-box {
  width: 30%;
  height: 510px;
  float: left;
  margin: 0 18px 30px;
  border: 1px solid #e1e1e1;
}
.webzine .wz-box .thum {
  width: 100%;
  height: 420px;
  background: #d7d2cc url(../img/webzine_thum.png) center no-repeat;
  overflow: hidden;
}
.webzine .wz-box p {
  font-size: 20px;
  font-weight: 400;
  padding: 15px;
}
.webzine .wz-box p span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.webzine .wz-board {
  width: 65%;
  float: right;
}
@media only screen and (max-width: 1170px) {
  .table02 li span {
    font-size: 14px;
  }
  .table02 li span.title {
    width: 70%;
  }
  .table02 li span.title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table02 li span.date {
    width: 25%;
  }
  .search-box {
    width: 100%;
  }
  .search-box select {
    width: 100%;
    margin-bottom: 4px;
  }
  .search-box .search-btn {
    margin-top: 1px;
  }
  .search-box .search-txt {
    width: 100%;
  }
  .square-info .tab-menu-list li {
    width: calc(100% / 3);
    float: left;
    height: 50px;
  }
  .square-info .tab {
    font-size: 12px;
    line-height: 50px;
  }
  .square-info .main-tab-con {
    padding-top: 40px;
  }
  .square-info .info-tit {
    font-size: 16px;
    line-height: 24px;
  }
  .square-info .box p {
    font-size: 14px;
  }
  .news .board-box li .thum {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .news .board-box li .txt {
    width: 100%;
    float: none;
  }
  .webzine .wz-box {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  .webzine .wz-box .thum {
    width: 100%;
    height: 420px;
  }
  .webzine .wz-box p {
    font-size: 18px;
  }
  .webzine .wz-box p span {
    font-size: 12px;
  }
  .webzine .wz-board {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .news .board-box li {
    height: 120px;
  }
  .news .board-box li .thum {
    width: 30%;
    height: 120px;
    float: left;
    margin-right: 10px;
  }
  .news .board-box li .thum img {
    width: 100%;
    height: 100%;
  }
  .news .board-box li .txt {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
  }
  .news .board-box li .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .news .board-box li .txt a {
    width: 65px;
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .table02 li.t-con img {
    width: 100%;
  }
}
/*회원전용*/
.register {
  margin: 0 auto;
  padding-top: 60px;
}
.register:after {
  display: block;
  clear: both;
  content: '';
}
.loginwrap {
  width: 550px;
  margin: 0 auto;
  position: relative;
}
.loginwrap fieldset {
  width: 75%;
}
.loginwrap legend {
  display: none;
}
.loginwrap .formbox {
  width: 100%;
  height: 65px;
  margin-bottom: 10px;
}
.loginwrap .formbox label {
  display: none;
}
.loginwrap .formbox .txtarea {
  width: 100%;
  height: 65px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  text-indent: 15px;
  font-weight: 500;
  font-size: 18px;
}
.loginwrap .formbox .txtarea::placeholder {
  color: #666;
}
.loginwrap .loginbtnwrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  height: 140px;
}
.loginwrap .btn-login {
  display: block;
  width: 100%;
  background: #002893;
  color: #fff;
  line-height: 140px;
  text-align: center;
  font-weight: 500;
}
.loginwrap .btn-login:hover {
  background: #02247f;
}
.helpbox {
  width: 550px;
  margin: 5px auto 0;
}
.helpbox a {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #666;
}
.helpbox a:last-of-type {
  border: 0;
}
.btnwrap {
  display: table;
  margin: 40px auto 0;
  text-align: center;
}
.btn-primary {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 30px;
  text-align: center;
  background: #002893;
  border: 1px solid #002893;
  color: #fff;
  font-size: 20px;
}
.btn-primary:hover {
  background: #02247f;
}
.btn-cancle {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #666;
  font-size: 20px;
}
.p-wrap fieldset {
  width: 100%;
}
.p-wrap .pwbtnwrap {
  height: 65px;
}
.p-wrap .pwbtnwrap .btn-login {
  line-height: 65px;
}
.member .t-con {
  position: relative;
}
.member .t-con .download {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 460px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin-left: -240px;
  padding: 0 10px;
  border: 1px solid #999;
  background: #fff url(../img/ico_download.png) 95% no-repeat;
  cursor: pointer;
  background-size: 25px;
}

/*.joinwrap { width: 550px; margin: 0 auto; }*/
.joinwrap fieldset {
  margin-bottom: 50px;
}
.joinwrap legend {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.joinwrap .formbox {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.joinwrap .formbox label {
  display: inline-block;
  width: 100px;
}
.joinwrap .formbox .txtarea {
  width: 450px;
  height: 50px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  text-indent: 15px;
  font-weight: 500;
  font-size: 14px;
}
.joinwrap .formbox .txtarea::placeholder {
  color: #666;
  font-size: 14px;
}
.joinwrap .btnbox .txtarea {
  width: 61%;
}
.joinwrap .btnFind {
  width: 20%;
  text-align: center;
  border: 1px solid #e1e1e1;
  background: #e1e1e1;
  height: 50px;
}
.joinwrap select {
  width: 120px;
  height: 50px;
  border: 1px solid #e1e1e1;
  font-weight: 500;
}
.joinwrap .joinbtnwrap {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
.joinwrap .joinbtnwrap .btnJoin {
  margin: 0 5px;
  padding: 10px 20px;
}

.report {
}
.report .search {
}
.report .search ul {
}
.report .search ul li {
  background: #f1f1f1;
  padding: 0 20px;
}
.report .search ul li:after {
  display: block;
  clear: both;
  content: '';
}
.report .search ul li div {
  width: calc(100% / 2);
  height: 50px;
  line-height: 50px;
  float: left;
}
.report .search ul li .left {
}
.report .search ul li .right {
}
.report .search ul li label {
  display: inline-block;
  width: 20%;
  font-weight: 500;
}
.report .search ul li select {
  height: 35px;
  width: 75%;
}
.report .search ul li span {
  display: inline-block;
  margin: 0 10px;
}

.rules {
}
.rule-box {
  width: 600px;
  margin: 0 auto;
}
.rule-box .thum {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.rule-box .btn-download {
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background: #000;
}
.rule-box .btn-download a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

@media only screen and (max-width: 1170px) {
  .register {
    width: 95%;
  }
  .loginwrap,
  .helpbox {
    width: 100%;
  }
  .loginwrap .formbox .txtarea {
    font-size: 16px;
  }
  .helpbox a {
    font-size: 13px;
  }
  .rule-box {
    width: 60%;
  }
  .rule-box .thum img {
    width: 100%;
  }
}

/* --------------------------------

footer

-------------------------------- */
.foot-wrap {
  width: 100%;
  margin-top: 100px;
  border-top: solid 1px #e1e1e1;
}
.footer {
  width: 1180px;
  margin: 0 auto;
  font-size: 13px;
  padding: 30px 0;
}
.footer .left {
  float: left;
}
.footer .right {
  float: right;
  text-align: right;
  vertical-align: top;
  margin-bottom: 50px;
}
.footer .right span {
  display: block;
}
@media only screen and (max-width: 1170px) {
  .footer-wrap {
    margin-top: 50px;
  }
  .footer {
    width: 95%;
  }
}
@media only screen and (max-width: 780px) {
}

.ta-span {
  font-weight: 600;
}

/* --------------------------------

modify

-------------------------------- */

.memrule .tab-menu-list {
  width: 100%;
  height: 70px;
  margin: 0 auto 20px;
}
.memrule .tab-menu-list:after {
  display: block;
  clear: both;
  content: '';
}
.memrule .tab-menu-list .tab {
  display: block;
  width: calc(95% / 6);
  margin-right: 10px;
  float: left;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #232323;
  line-height: 70px;
  font-weight: 500;
}
.memrule .tab-menu-list .tab.mr0 {
  margin-right: 0;
}
.memrule .ver {
  text-align: right;
  margin-bottom: 60px;
}
iframe {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.rulewrap {
  width: 95%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.rulewrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 4px;
}
.rulewrap .box .line {
  margin-bottom: 20px;
}
.rulewrap .box .line .intxt {
  padding-left: 20px;
}
.rulewrap .box h4 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 12px;
}
.rulewrap .box h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}
.rulewrap .box h6 {
  font-size: 16px;
  font-weight: 400;
}
.rulewrap .box,
.rulewrap .box3 {
  margin-bottom: 50px;
}
.rulewrap .box3 img {
  width: 90%;
  margin: 15px auto;
}
/*.rulewrap .box h5 { font-size: 18px; margin-top: 20px; }*/
.rulewrap .box p.txt-indent {
  padding-left: 20px;
}
.rulewrap .box2 {
  padding: 20px;
  background: #f7f7f7;
}
.rulewrap .box2 h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
.rulewrap table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.rulewrap table .text-left {
  text-align: left;
}
.rulewrap table th,
.rulewrap table td {
  border: 1px solid #e1e1e1;
  padding: 10px;
}
.rulewrap table th {
  background: #f7f7f7;
  font-weight: 500;
}
.rulewrap table td {
  font-size: 14px;
  font-weight: 300;
}
.rulewrap .box1 .tit {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.rulewrap .box1 .txtbox {
  text-align: right;
}
.rulewrap .box1 .txtbox span {
  display: block;
  font-size: 12px;
}
.rulewrap table.noline th,
.rulewrap table.noline td {
  border: none;
  text-align: left;
}
.rulewrap .box3 .form-img {
  width: auto;
}

@media only screen and (max-width: 1170px) {
  .memrule .tab-menu-list {
    height: 100%;
  }
  .memrule .tab-menu-list .tab {
    width: 30.333%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .rulewrap .box3 .form-img {
    width: 100%;
  }
}

/* 메인 모달 팝업 */
.main-news .right {
  cursor: pointer;
}
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.25s ease;
}
.modal_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal-state {
  display: none;
}
.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
.modal-state:checked + .modal .modal__inner {
  top: 0;
}
.modal_inner {
  transition: top 0.25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 880px;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em;
  height: 550px;
  overflow: hidden;
}
.modal_inner img {
  width: 100%;
}
.modal_close {
  position: absolute;
  right: 1.4em;
  top: 1.4em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
.modal_close:after,
.modal_close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}
.modal_close:hover:after,
.modal_close:hover:before {
  background: #aaa;
}
.modal_close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1170px) {
  .modal_inner {
    width: 90%;
    height: 78%;
    box-sizing: border-box;
    padding: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .modal_inner {
    width: 90%;
    height: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .modal_inner {
    width: 90%;
    height: 35%;
    box-sizing: border-box;
  }
}

.txtbox02 {
  padding-left: 10px;
}
.intxt02 {
  padding-left: 30px;
}
.intxt03 {
  padding-left: 40px;
}
.rulewrap .box2 {
  margin-bottom: 20px;
}
.rulewrap span.left-txt {
  display: block;
}

/*---------------------------------------------------------------------------

* 2020-10-06 입회신청 스타일 추가

---------------------------------------------------------------------------*/
.cf:after {
  display: block;
  clear: both;
  content: '';
}
.joinwrap {
}
.joinwrap .join-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.joinwrap .join-inner h4 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
}
.joinwrap .join-inner .noti-box {
  width: 100%;
  padding: 20px 24px;
  border: 1px solid #ececec;
  box-sizing: border-box;
}
.joinwrap .join-inner .noti-box li {
  margin-bottom: 12px;
  position: relative;
}
.joinwrap .join-inner .noti-box li:before {
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -2px;
  display: block;
  clear: both;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #000;
}
.joinwrap .join-inner .noti-box li.dot-none:before {
  display: none;
}
.joinwrap .join-inner .noti-box li p {
  font-weight: 300;
  line-height: 1.4;
}
.joinwrap .join-inner .noti-box li p span {
  display: inline-block;
  background: rgba(255, 247, 153, 0.5);
  font-weight: 500;
}
.joinwrap .join-inner .noti-box li .in {
  margin-top: 10px;
  padding-left: 12px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup-layer {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup-layer h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup-layer .close {
  position: absolute;
  top: 0;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup-layer .close:hover {
  color: #002893;
}
.popup-layer .content {
  max-height: 30%;
  overflow: auto;
}
.popup-layer .desc {
  font-size: 18px;
}
.popup-layer .checkbox-list {
  width: 200px;
  margin: 30px auto 0;
}
.popup-layer .button-wrap {
  margin-top: 30px;
}
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #000;
}
/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 700px) {
  .popup-layer {
    width: 70%;
  }
  .popup-layer .checkbox-list {
    width: 100%;
    margin: 30px auto 0;
  }
}
.steps {
  list-style: none;
  margin: 0 0 80px 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 4rem;
  color: #888;
}
.steps > .step {
  position: relative;
  display: table-cell;
  text-align: center;
  font-weight: 300;
}
.steps > .step:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #e6e6e6;
  color: #e6e6e6;
  width: 2rem;
  height: 2rem;
  text-align: center;
  margin-bottom: -4.2rem;
  line-height: 1.9rem;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1rem;
}
.steps > .step:after {
  content: '';
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 100%;
  height: 0.125rem;
  top: 1rem;
  left: 50%;
}
.steps > .step:last-child:after {
  display: none;
}
.steps > .step.is-active {
  font-size: 1.5rem;
  font-weight: 500;
  color: #111;
}
.steps > .step.is-active:before {
  color: #fff;
  border: 2px solid #002893;
  background: #002893;
  margin-bottom: -4.9rem;
}
.steps > .step.is-complete {
  color: #6d6875;
}
.steps > .step.is-complete:before {
  content: '\2713';
  color: #fff;
  background: #002893;
  border: 2px solid #002893;
}
.steps > .step.is-complete:after {
  background: #002893;
}
.form-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.input-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.input-area .box {
  flex: 1;
  width: 1%;
  margin: 4px 4px 12px;
}
.input-area label {
  display: block;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
  margin-bottom: 4px;
}
.input-area input[type='text'],
.input-area input[type='password'],
.input-area input[type='email'],
.input-area input[type='tel'],
.input-area input[type='date'],
.input-area input[type='file'],
.input-area select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #f4f5fe;
  color: #111;
  font-weight: 500;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-sizing: border-box;
}
.form-wrap .star {
  color: #f46969;
  font-size: 20px;
  line-height: 1.2;
  vertical-align: middle;
}
.form-wrap .top-box {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.form-wrap .top-box .desc {
  font-size: 16px;
  float: left;
  font-weight: 300;
  text-align: left;
  line-height: 1.4;
  margin-top: 20px;
}
.form-wrap fieldset {
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
}
.form-wrap .tip {
  width: 100%;
  font-weight: 300;
  font-size: 13px;
  color: #999;
  text-align: left;
}
.form-wrap .title {
  font-weight: 500;
}
.form-wrap .input-area .info {
  padding: 12px;
  background: #f9f9f9;
}
.form-wrap .input-area .flex2 {
  flex: 2;
}
.form-wrap .input-area .btn-overlap {
  display: block;
  background: #e5e5e5;
  color: #666;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.form-wrap .input-area .container-checkbox {
  width: 100%;
  font-size: 16px;
}
.form-wrap .final {
  padding: 30px 0;
  text-align: center;
}
.form-wrap .final > div {
  margin: 30px 0;
}
.form-wrap .final h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.form-wrap .final li {
  text-align: left;
  font-weight: 300;
}
.form-wrap .final .container-checkbox {
  font-size: 16px;
  font-weight: 300;
  text-align: right;
}
.form-wrap .final .container-checkbox .checkmark {
  top: 2px;
  right: 38px;
  left: auto;
}
.form-wrap .final .sign {
  text-align: right;
}
.form-wrap .button-wrap {
  width: 100%;
  margin-top: 50px;
}
.form-wrap .button-wrap .left {
  float: left;
}
.form-wrap .button-wrap .right {
  float: right;
}
.form-wrap .agree-text {
  text-decoration: underline;
  color: #002893;
}
.pdf-viewer {
}
.pdf-viewer .button-wrap {
  margin-top: 0;
}
.pdf-viewer h3 {
  margin-bottom: 0;
  text-align: left;
  font-size: 20px;
  float: left;
}
.pdf-viewer h3:after {
  display: none;
}
.button-over-style {
  min-width: 150px;
  max-width: 250px;
  display: block;
  float: right;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #37474f;
  border: 1px solid #37474f;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-over-style:focus {
  outline: none;
}
.button-over-style > span {
  display: block;
  vertical-align: middle;
}
.button-over-style::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #3f51b5;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.button-over-style::after,
.button-over-style > span {
  padding: 10px 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-over-style:hover {
  border-color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.1);
}
.button-over-style:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button-over-style:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
.pdf-viewer .pdf-con {
  width: 100%;
  min-height: 400px;
  background: #f9f9f9;
}
.online-request .finbox {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.online-request .finbox .checkmark {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: #1488cc; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2b32b2,
    #1488cc
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2b32b2,
    #1488cc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 50%;
}
.online-request .finbox .mark {
  margin: 0 auto;
  padding: 30px;
  height: 60px;
  width: 60px;
  position: relative;
}
.online-request .finbox .mark div {
  background-color: white;
  position: absolute;
}
.online-request .finbox .mark div:nth-child(1) {
  height: 8px;
  width: 60px;
  -webkit-transform: translate(11px, 30px) rotate(-45deg);
  transform: translate(11px, 30px) rotate(-45deg);
}
.online-request .finbox .mark div:nth-child(2) {
  height: 8px;
  width: 30px;
  -webkit-transform: translate(-1px, 41px) rotate(45deg);
  transform: translate(-1px, 41px) rotate(45deg);
}
.online-request .finbox .textbox {
  margin: 20px 0 80px;
}
.online-request .finbox .textbox p {
  font-weight: 500;
}
.online-request .finbox .details {
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  font-weight: 300;
}
.online-request .finbox li {
  text-align: left;
}
.online-request .finbox li b {
  text-decoration: underline;
  font-weight: 500;
}
.online-request .finbox li span {
  display: block;
}
.online-request .finbox .exmark {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background: #cb2d3e; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ef473a,
    #cb2d3e
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ef473a,
    #cb2d3e
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.online-request .finbox .exmark P {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 120px;
}
/*---------------------------------------------------------------------------

* 2020-10-14 개인정보제공 동의서 수정

---------------------------------------------------------------------------*/
.form-wrap .input-area .info {
  padding: 0;
}
.form-wrap .input-area .info table {
  width: 100%;
}
.form-wrap .input-area .info th,
.form-wrap .input-area .info td {
  padding: 12px 8px;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  line-height: 1.2;
}
.form-wrap .input-area .info td {
  background: #fff;
}
.form-wrap .input-area .info td.center {
  text-align: center;
}

.main-fullbanner .service-banner {
  position: relative;
  width: 1120px;
  height: 100%;
  margin: 0 auto;
}
.main-fullbanner a {
  position: static;
  display: block;
}
.main-fullbanner .left-btn {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 10;
  transform: translate(0, -50%);
}
.main-fullbanner .right-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translate(0, -50%);
}
.main-fullbanner .fb-left-btn01 {
  background: #dc536c;
}
.main-fullbanner .fb-right-btn01,
.main-fullbanner .fb-left-btn01 {
  margin-bottom: 8px;
}
.main-fullbanner .fb-right-btn02 {
  background: #009692;
}
@media (min-width: 1760px) {
  .main-cont .main-fullbanner .service-banner {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .main-fullbanner {
    background-position: center;
    margin: 50px 0;
    background-size: 60%;
    height: 240px;
  }
  .main-fullbanner .service-banner {
    width: 100%;
  }
  .main-fullbanner a {
    font-size: 12px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    display: block;
  }
  .main-fullbanner .left-btn {
    width: 90%;
    top: 5%;
    left: 50%;
    margin-top: 0;
    margin-left: -45%;
  }
  .main-fullbanner .left-btn a {
    width: 100%;
  }
  .main-fullbanner .right-btn {
    width: 90%;
    top: 70%;
    right: 50%;
    margin-top: 0;
    margin-right: -45%;
  }
  .main-fullbanner .right-btn:after {
    display: block;
    clear: both;
    content: '';
  }
  .main-fullbanner .right-btn a {
    margin: 0;
    width: 48%;
    float: left;
  }
  .main-fullbanner .right-btn .fb-right-btn01 {
    margin-right: 2%;
  }
  .arrow {
    margin: 18px 0 0 5px;
  }
}

.input-area input[type='text']::placeholder {
  color: #666;
  font-size: 13px;
}

/*---------------------------------------------------------------------------

* 2020-10-23 개인정보 처리방침 추가

---------------------------------------------------------------------------*/
.trust-03 .tab-menu-list {
  display: flex;
}
.trust-03 .tab-menu-list li {
  flex: 1;
  width: 1%;
  margin: 0 4px;
}
.privacy {
  margin-top: 30px;
  width: 100%;
  height: 250px;
  padding: 20px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  overflow-y: scroll;
  word-break: break-all;
}
.privacy h4 {
  font-size: 18px;
  margin-bottom: 12px;
}
.privacy .intxt {
  padding: 12px 0 0 12px;
}
.privacy .intxt p b {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  color: #666;
}
.protection {
}
.protection .box {
  margin-bottom: 20px;
}
.protection .box p {
  padding-left: 14px;
}
.protection .box p b {
  font-weight: 500;
  color: #666;
}
.protection .intxt {
  padding: 12px 0 0 12px;
}
.protection .intxt li {
  margin-bottom: 8px;
}
/*---------------------------------------------------------------------------

* 2021-06-16 신탁회원가입 가입절차 디자인 수정

---------------------------------------------------------------------------*/
.sub-cont .desc .sub-text {
  display: block;
  font-size: 16px;
  color: #999;
  font-weight: normal;
}
.tip-text {
  position: relative;
  color: #df5151;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 12px;
}
.tip-text:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  clear: both;
  content: '*';
}
.trustmember02 {
}
.trustmember02 .box {
  margin-bottom: 60px;
}
.trustmember02 .box .title {
  margin-bottom: 40px;
}
.trustmember02 .box .title p {
  font-weight: 500;
  line-height: 1;
}
.trustmember02 .box .title .text01 {
  position: relative;
  font-size: 16px;
  margin-bottom: 12px;
}
.trustmember02 .box .title .text01:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  display: block;
  clear: both;
  content: '';
  width: 20px;
  height: 2px;
  background: #161616;
}
.trustmember02 .box .title .text02 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
.trustmember02 .box .title .text03 {
  font-size: 16px;
  text-decoration: underline;
}
.trustmember02 .box .item-wrap {
}
.trustmember02 .box .item {
  float: left;
  width: 380px;
  height: 340px;
  margin-right: 20px;
  background: #f9f9f9;
  padding: 40px 20px 20px;
  box-sizing: border-box;
}
.trustmember02 .box .item:last-of-type {
  margin-right: 0;
}
.trustmember02 .box .item h5 {
  font-size: 22px;
  color: #2e47c2;
  margin-bottom: 20px;
  line-height: 1;
}
.trustmember02 .box .item .num-list {
  margin-bottom: 20px;
  padding-left: 26px;
}
.trustmember02 .box .item .num-list li {
  font-weight: 500;
  list-style: auto;
}
.trustmember02 .box .item .num-list li span {
  display: block;
}
.trustmember02 .box .button-wrap {
}
.trustmember02 .box .button-wrap a {
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 20px;
  padding: 0;
  width: 380px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 10px;
  background: #002893;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
}
.trustmember02 .box .button-wrap a span {
  flex: 1;
}
.trustmember02 .box .button-wrap a .text {
  flex: 2;
}
.trustmember02 .box .button-wrap a .arrow {
  margin: 0;
  display: block;
  max-width: 70px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) url(../img/ico-arrow-white.png) center
    no-repeat;
}
.trustmember02 .box03 .item {
  width: 100%;
  padding: 0;
  background: transparent;
}
.trustmember02 .box03 .item .payguide {
  margin-bottom: 20px;
}
.trustmember02 .box03 .item .payguide li {
  width: 380px;
  float: left;
  background: #f9f9f9;
  text-align: center;
  margin-right: 20px;
  padding: 20px 0;
}
.trustmember02 .box03 .item .payguide li p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.trustmember02 .box03 .item .payguide li p span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.trustmember02 .box03 .item .bar-list {
}
.trustmember02 .box03 .item .bar-list li {
  font-weight: 500;
  list-style: decimal;
}
@media screen and (max-width: 768px) {
  .sub-cont .desc .sub-text {
    font-size: 12px;
  }
  .trustmember02 .box .item {
    float: none;
    margin: 0 0 12px 0;
    width: 100%;
    height: 280px;
  }
  .trustmember02 ul li {
  }
  .trustmember02 .box .button-wrap a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 12px;
  }
  .trustmember02 .box03 .item .payguide li {
    width: 48%;
    margin-right: 1%;
  }
}
