/* start : sub_visual*/
.clearfix {
  display: block;
  clear: both;
}
.mo_br {
  display: block;
}
p {
  letter-spacing: -0.6px;
}
span {
  /* letter-spacing: -0.6px; */
}
img{max-width: 100%;}
.green-img {
    width: 600px;
} /* 추가수정 */

.sub .visual {
  width: 100%;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sub .visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.sub .visual {
  background-image: url(../img/custom/sub_visual.png);
}
.sub02 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
.sub03 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
.sub04 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
#product01 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
#product03 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
#board_list01 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
#board_list02 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
#board_webzine01 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
#board_webzine02 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
#board_gallery01 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
#board_gallery02 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
#board_gallery03 .visual {
  background-image: url(../img/custom/sub_visual.png);
}
.visual .text_box {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
.visual .text_box .text span {
    display: inline-block;
    width: 385px;
    font-size: 22px;
}
.visual .text_box h2 {
  font-size: 24px; /* 42-> 32px */
  font-weight: bold;
  color: #333;
  color: #fff;
  letter-spacing: -1px; /* 5/31 추가 */
}
.visual .text_box p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  /* padding-top: 5%; */
  color: #f6f6f6;
  font-size: 24px;
  color:#fff;
  font-weight: 700;
  width: 350px;
  padding-top: 10px;
  width: 100%;

}
/*end:sub_visual*/
.sec {
  width: 100%;
}
.sec .inner {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.sub .title {
  font-size: 3em;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 5% 0;
}

#navigation{display: none!important;}
/* sec01 : start */
#company .sec {
  width: 100%;
}

#company .sec01 {
  border-bottom: 1px solid #eee;
}
#company .sec01 article {
  width: 1800px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
#company .sec01 .wrap {
}
#company .sec01 .txt_box {
  text-align: center;
}
#company .sec01 .txt_box p {
  font-size: 14px;
  color: rgb(228, 35, 35);
  font-weight: 400;
}
#company .sec01 .txt_box h2 {
  padding-top: 10px;
  font-size: 32px;
}
#company .sec01 .txt_box h2 .mo_br {
  display: block;
}
#company .sec01 .txt_box strong {
  padding: 20px 0 50px 0;
  display: block;
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 400;
}
#company .sec01 .txt_box .mo_br {
  display: block;
}
#company .sec01 .img_box {
  text-align: center;
  width: 100%;
}
#company .sec01 .img_box img {
  width: auto;
}
/* sec01 : end */

/* sec02 : start */
#company .sec02 {
}
#company .sec02 .wrap {
  padding: 100px 0 350px 0;
  width: 1200px;
  margin: 0 auto;
}
#company .sec02 .wrap .txt_box {
  text-align: center;
}
#company .sec02 .wrap .txt_box p {
  font-size: 14px;
  color: rgb(228, 35, 35);
  font-weight: 400;
}
#company .sec02 .wrap .txt_box h2 {
  padding-top: 10px;
  font-size: 32px;
}
#company .sec02 .wrap .icon_box {
  padding-top: 77px;
}
#company .sec02 .wrap .icon_box ul {
}
#company .sec02 .wrap .icon_box ul > li {
  float: left;
  width: 33.333333%;
  display: block;
  position: relative;
  height: 160px;
}
#company .sec02 .wrap .icon_box i {
  font-size: 54px;
  position: absolute;
  top: 0;
  left: 0;
  color: #444444f2;
}
#company .sec02 .wrap .icon_txt {
  padding-left: 75px;
}
#company .sec02 .wrap .icon_box strong {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
#company .sec02 .wrap .icon_box p {
  padding-top: 7px;
  font-size: 15px;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 25px;
}
#company .sec02 .wrap .icon_box .mo_br {
  display: block;
}
/* sec02 : end */

/* sec03 : start */
#company .sec03 {
}
#company .sec03 article {
  width: 1240px;
  margin: 0 auto;
  padding: 100px 0;
}
#company .sec03 .content3_wrap {
  width: 100%;
  overflow: hidden;
}
#company .sec03 .content3_wrap .img_box {
  float: left;
  width: 50%;
}
#company .sec03 .content3_wrap .img_box img {
  width: 100%;
  height: 100%;
}
#company .sec03 .content3_wrap .txt_box {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 100px;
}
#company .sec03 .content3_wrap .txt_box h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 40px;
  line-height: 40px;
}
#company .sec03 .content3_wrap .txt_box i {
  font-size: 25px;
  padding-right: 10px;
}
#company .sec03 .content3_wrap .txt_box ul {
}
#company .sec03 .content3_wrap .txt_box ul li {
  font-size: 14px;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 24px;
  color: #6f6f6f;
  font-weight: 400;
}

#company .sec03 a {
  display: inline-block;
  border: 1px solid #000;
  margin-top: 25px;
  border-radius: 5px;
  padding: 5px 25px 5px 20px;
  font-size: 11px;
  letter-spacing: 1px;
  background: #000;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  transition: 0.6s;
  transition-timing-function: ease-in-out;
}
#company .sec03 a:before {
  content: "\ea3f";
  display: inline-block;
  font-family: xeicon;
  font-size: 25px;
  vertical-align: middle;
  padding-right: 10px;
}

#company .sec03 a:hover {
  background: #fff;
  color: #000;
}
/* sec03 : end */

/* sec04 : start */
/* #company .sec04 {padding:0 150px 0;}
#company .sec04 article {width:1300px;margin:0 auto;}
#company .sec04 ul {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 0;
  }  
#company .sec04  li {
    float: left;
    width: 25%;
    list-style: none; 
    color:#000;
    position:relative; 
  }
  
#company .sec04 .counter_txt {}
#company .sec04 h2 {font-size:32px;position:relative;}
#company .sec04 p {display:block;}
#company .sec04 .icon {font-size:52px;display:inline;position:absolute;top:5px;left:50px;color:#939393} */
/* sec04 : end */

/* sec04 : start */
#company .sec04 {
  overflow: hidden;
}
#company .sec04 article {
}
#company .sec04 .wrap {
}
#company .sec04 .tab_wrap {
  background-color: #eee;
}

#company .sec04 .left {
  float: left;
  width: 50%;
}
#company .sec04 .tab_inner {
  padding: 150px 150px;
  height: 700px;
}
#company .sec04 .tab_inner .tab_txt {
}
#company .sec04 .tab_inner .tab_txt h2 {
  font-size: 38px;
  font-weight: 200;
}
#company .sec04 .tab_inner .tab_txt .mo_br {
  display: block;
}
#company .sec04 .tab_inner .tab_txt strong {
  display: block;
  padding-bottom: 30px;
}

#company .answer {
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding-bottom: 30px;
}
#company .answer.on {
  display: block;
}
#company #faq-title {
  font-size: 25px;
}
#company .faq-content {
  border-bottom: 1px solid #e0e0e0;
}
#company .question {
  font-size: 19px;
  padding: 30px 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  width: 100%;
  text-align: left;
}
#company .question:hover {
  color: #f00;
}
[id$="-toggle"] {
  margin-right: 15px;
}

#company .sec04 .right {
  float: left;
  width: 50%;
}
#company .sec04 .right img {
  width: 100%;
  height: 700px;
}
/* sec04 : end */

/* sec05 : start */
#company .sec05 {
  background-color: #fff;
  padding: 100px 0 500px 0;
}
#company .sec05 article {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
#company .sec05 article h2 {
  font-size: 35px;
  font-weight: 800;
}
#company .sec05 article p {
  padding-top: 20px;
  font-size: 15px;
  font-weight: 200;
}
#company .sec05 article .mo_br {
  display: block;
}
#company .sec05 .wrap {
}
#company .sec05 .box_wrap {
  padding-top: 100px;
}
#company .sec05 .box_wrap .row {
}
#company .sec05 .box_wrap ul {
}
#company .sec05 .box_wrap ul > li {
  display: block;
  float: left;
  width: 23%;
  margin: 0 10px;
  cursor: pointer;
}
#company .sec05 .icon_wrap {
  background-color: #f6f6f6;
  height: 100% !important;
  position: relative;
  padding: 18% 0;
}
#company .sec05 .box_wrap i {
  font-size: 50px;
  border: 1px solid #333;
  background-color: #333;
  border-radius: 50%;
  padding: 20px;
  color: #fff;
}
#company .sec05 .box_wrap .txt_box {
  padding-top: 30px;
}
#company .sec05 .box_wrap .txt_box strong {
  font-size: 15px;
}
#company .sec05 .box_wrap .txt_box p {
  color: #6f6f6f;
  line-height: 24px;
  font-size: 14px;
  font-weight: 200;
}

#company .sec05 .deep {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  position: absolute;
  transition: 0.3s;
  background-color: #333;
}
#company .sec05 .deep p {
  padding-top: 5px;
  color: #fff;
}
#company .sec05 .deep strong {
  opacity: 0;
  padding-top: 5px;
  color: #fff;
}
#company .sec05 .box_wrap ul > li:hover .deep p,
#company .sec05 .box_wrap ul > li:hover .deep strong {
  padding-top: 150px;
}
#company .sec05 .box_wrap ul > li:hover .deep strong {
  opacity: 1;
  transition: 0.3s;
}
#company .sec05 .box_wrap ul > li:hover .deep {
  height: 100%;
  color: #fff;
  z-index: 999999;
}
/* sec05 : end */

/* sec06 : start */

.sec06 {
  padding: 0;
  width: 1800px;
  margin: 0 auto;
}
.sec06 .content7_wrap {
  width: 100%;
  text-align: left;
}
.sec06 .content7_wrap .ul_box {
}
.sec06 .content7_wrap .ul_box ul {
}
.sec06 .content7_wrap .ul_box ul li {
  float: left;
  width: 33.333333%;
  overflow: hidden;
  height: 100%;
  display: table-cell !important;
}
.sec06 .content7_wrap .ul_box ul li:nth-child(1) {
  background-color: #000;
  color: #6f6f6f;
  padding: 90px;
  height: 423px;
}
.sec06 .content7_wrap .ul_box ul li:nth-child(2) {
  background-color: #333;
  padding: 90px;
  overflow: hidden;
  height: 423px;
}
.sec06 .content7_wrap .ul_box ul li:nth-child(3) {
  height: 423px;
}
.sec06 .content7_wrap img {
  width: 100%;
  height: 100%;
}

.sec06 .content7_wrap .ul_box ul li span {
  line-height: 40px;
  color: #939393;
}
.sec06 .content7_wrap .ul_box ul li h2 {
  font-size: 25px;
  color: #d6d5d5;
  line-height: 30px;
}
.sec06 .content7_wrap .ul_box ul li p {
  padding-top: 10px;
  color: #939393;
}
.sec06 .content7_wrap a {
  color: #fff;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 20px;
  transition: 0.6s;
  transition-timing-function: ease-in-out;
}
.sec06.content7_wrap i {
  padding-right: 5px;
}
.sec06 .content7_wrap a:hover {
  background-color: #fff;
  color: #000;
}

/* sec06 : end */

/* sec07 : start */
#company .sec07 {
  padding: 500px 0 100px 0;
  border-top: 1px solid #888;
}
#company .sec07 article {
  text-align: center;
}
#company .sec07 .pj {
}
#company .sec07 h2 {
  font-size: 32px;
  font-weight: 800;
}
#company .sec07 p {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #464646;
}
#company .sec07 a {
  display: inline-block;
  border: 2px solid #464646;
  padding: 10px 15px;
  margin-top: 30px;
  font-size: 13px;
  transition: 0.4s;
  border-radius: 5px;
}
#company .sec07 a:hover {
  color: #fff;
  background: #464646;
}
/* sec07 : end */

/* [media 900px] */
@media screen and (max-width: 900px) {
  /* sec01 : start */
  #company .sec01 article {
    width: 100%;
    padding: 100px 0 0;
  }
  #company .sec01 .txt_box {
    padding: 0 35px;
  }
  #company .sec01 .txt_box p {
    font-size: 12px;
    color: #ddd;
    font-weight: 400;
  }
  #company .sec01 .txt_box h2 {
    padding-top: 10px;
    font-size: 20px;
  }
  #company .sec01 .txt_box strong {
    font-size: 12px;
  }
  #company .sec01 .txt_box .mo_br {
    display: inline;
  }
  #company .sec01 .img_box {
    width: 100%;
  }
  #company .sec01 .img_box img {
    width: 100%;
  }
  /* sec01 : end */

  /* sec02 : start */
  #company .sec02 .wrap {
    width: 100%;
    padding: 50px 0;
  }
  #company .sec02 .wrap .txt_box p {
    font-size: 11px;
    color: #ddd;
  }
  #company .sec02 .wrap .txt_box h2 {
    padding-top: 10px;
    font-size: 20px;
  }
  #company .sec02 .wrap .icon_box {
    padding-top: 60px;
  }
  #company .sec02 .wrap .icon_box ul {
    padding: 0 60px;
  }
  #company .sec02 .wrap .icon_box ul > li {
    float: none;
    width: 100%;
    height: 190px;
  }
  #company .sec02 .wrap .icon_box i {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
  #company .sec02 .wrap .icon_txt {
    text-align: center;
    padding-left: 0;
  }
  #company .sec02 .wrap .icon_box strong {
    font-size: 12px;
  }
  #company .sec02 .wrap .icon_box p {
    font-size: 12px;
  }
  /* sec02 : end */

  /* sec03 : start */
  #company .sec03 {
  }
  #company .sec03 article {
    width: 100%;
    padding: 50px 0;
  }
  #company .sec03 .content3_wrap .img_box {
    float: none;
    width: 100%;
  }
  #company .sec03 .content3_wrap .txt_box {
    float: none;
    width: 100%;
    padding: 0 40px;
  }
  #company .sec03 .content3_wrap .txt_box h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #company .sec03 .content3_wrap .txt_box ul li {
    font-size: 13px;
  }
  #company .sec03 a {
    font-size: 10px;
    padding: 5px 12px 5px 10px;
    margin-top: 15px;
  }
  /* sec03 : end */

  /* sec04 : start */
  #company .sec04 {
    padding: 80px 0;
  }
  #company .sec04 article {
    width: 100%;
  }
  #company .sec04 ul {
    width: 100%;
  }
  #company .sec04 li {
    float: none;
    width: 100%;
    padding: 40px 0;
    position: relative;
  }
  #company .sec04 li:after {
    content: "";
    display: block;
    width: 1px;
    margin: 0 auto;
    height: 30px;
    background: #333;
    margin-top: 10px;
  }

  #company .sec04 .icon {
    position: static;
  }
  #company .sec04 h2 {
    font-size: 30px;
  }
  /* sec04 : end */

  /* sec04 : start */
  #company .sec04 {
  }
  #company .sec04 .left {
    float: none;
    width: 100%;
  }
  #company .sec04 .tab_inner {
    padding: 50px 50px;
    height: 420px;
  }
  #company .sec04 .tab_inner .tab_txt h2 {
    font-size: 25px;
    font-weight: 200;
  }
  #company .question {
    font-size: 14px;
    padding: 23px 0;
  }
  #company .sec04 .right {
    float: none;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    display: block;
  }
  #company .sec04 .right img {
    height: 400px;
  }
  /* sec04 : end */

  /* sec05 : start */
  #company .sec05 {
    padding: 100px 0;
  }
  #company .sec05 article {
    width: 100%;
  }
  #company .sec05 .box_wrap {
    padding-top: 20px;
  }
  #company .sec05 article h2 {
    font-size: 30px;
  }
  #company .sec05 article p {
    font-size: 12px;
  }
  #company .sec05 .box_wrap ul > li {
    float: none;
    width: 75%;
    margin: 0 auto;
    padding-top: 50px;
  }
  #company .sec05 .box_wrap .txt_box strong {
    font-size: 15px;
  }
  #company .sec05 .box_wrap .txt_box p {
    font-size: 12px;
    line-height: 20px;
  }
  #company .sec05 .icon_wrap {
    padding: 13% 26px;
  }
  #company .sec05 .box_wrap i {
    font-size: 30px;
    padding: 15px;
  }
  /* sec05 : end */

  /* sec06 : start */
  #company .sec06 {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  #company .sec06 .content7_wrap {
    width: 100%;
    text-align: center;
  }
  #company .sec06 .content7_wrap .ul_box {
  }
  #company .sec06 .content7_wrap .ul_box ul {
  }
  #company .sec06 .content7_wrap .ul_box ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #company .sec06 .content7_wrap .ul_box ul li:nth-child(1) {
    padding: 20px 0px 40px 0px;
  }
  #company .sec06 .content7_wrap .ul_box ul li:nth-child(2) {
    padding: 20px 0px 40px 0px;
  }
  #company .sec06 .content7_wrap .ul_box ul li:nth-child(3) {
  }
  #company .sec06 .content7_wrap img {
    width: 100%;
    height: 100%;
  }

  #company .sec06 .content7_wrap .ul_box ul li span {
    line-height: 40px;
    font-size: 12px;
  }
  #company .sec06.content7_wrap .ul_box ul li h2 {
    font-size: 17px;
    line-height: 23px;
  }
  #company .sec06 .content7_wrap .ul_box ul li p {
    padding-top: 10px;
    font-size: 10px;
  }
  #company .sec06 .content7_wrap a {
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.6s;
    transition-timing-function: ease-in-out;
  }
  #company .sec06 .content7_wrap i {
    padding-right: 5px;
  }

  /* sec06 : end */

  /* sec07 : start */
  #company .sec07 h2 {
    font-size: 25px;
    padding-top: 377px;
  }
  /* sec07 : end */
}

/* <!--history : section1 start--> */

#history .sec {
  height: auto;
}

#history .sec .sec1 {
  position: relative;
}

#history .sec1 .inner {
  width: 1240px;
  margin: 0 auto;
  padding: 8% 20px;
  position: relative;
}

/* <!--내용--> */
.sec .sec1 .history_wrap {
  width: 100%;
  height: auto;
  padding: 0px;
}

.sec1 .historyBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 190px;
}

.history_wrap .historyBox .history_left {
  width: 50%;
  height: auto;
}

.history_wrap .historyBox .history_left .desc {
  display: block;
  margin: 5px 0 10px;
  font-size: 13px;
  color: grey;
  font-weight: 300;
}

.history_wrap .historyBox .history_left > p {
  font-size: 20px;
  font-weight: 600;
  color: #8c8c8c;
  margin: 5px 0 10px;
}
.history_wrap .historyBox .history_left img {
  width: 100%;
}
.history_wrap .historyBox .history_left > h3 {
  font-size: 56px;
  font-weight: 900;
}

.history_wrap .historyBox .history_right {
  width: 46%;
  height: auto;
  padding-left: 4%;
}

.history_wrap .historyBox .history_right .list {
  width: 100%;
  height: auto;
  position: relative;
}

.history_wrap .historyBox .history_right .list .history_00 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbx;
  display: flex;
}

.history_wrap .historyBox .history_right .list .history_css {
  padding-bottom: 0;
}

.history_wrap .historyBox .history_right .history_00 .year {
  width: 20%;
  height: auto;
  line-height: 32px;
  position: relative;
}

.history_wrap .historyBox .history_right .history_00 .year::after {
  content: "";
  position: absolute;
  right: 27.5%;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e3dee3;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.history_wrap .historyBox .history_right .history_00.on .year:after {
  background-color: #c71526;
}

.history_wrap .historyBox .history_right .history_00 .year > span {
  font-size: 20px;
  font-weight: 600;
}

.history_wrap .historyBox .history_right .history_00 .info {
  font-size: 20px;
  font-weight: 300;
  width: 80%;
  height: auto;
}

.history_wrap .historyBox .history_right .history_00 .info > p {
  font-size: 18px;
  font-weight: 200;
  color: #686868;
  line-height: 30px;
  letter-spacing: -0.05em;
  padding-bottom: 46px;
}

.history_wrap .historyBox .history_right .line {
  overflow: hidden;
  position: absolute;
  left: 14.5%;
  top: 0;
  z-index: 1;
  margin-left: -6px;
  margin-top: 10px;
  width: 2px;
  height: 95%;
  background-color: #e3dee3;
}

.history_wrap .historyBox .history_right .line .bar {
  display: block;
  width: 2px;
  height: 0;
  background-color: #c71526;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.history_wrap .history_03 .history_right .line {
  height: 88%;
}

.history_wrap .history_05 {
  padding: 0 !important;
}

/*history : end */

/* s:vision */
#vision .sec1 {
  background-color: #f6f6f6;
}
#vision .sec1 .inner {
  width: 1240px;
  padding: 3% 20px;
  margin: 0 auto;
  position: relative;
}
#vision .sec1 .visionBox {
  height: 600px;
  position: relative;
  background-color: #fff;
}

#vision .sec1 .circle {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background-color: rgba(237, 27, 35, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}
#vision .sec1 .text_box:hover .list1 {
  left: 10%;
  transition: all 0.6s;
}
#vision .sec1 .text_box:hover .list2 {
  right: 10%;
  transition: all 0.6s;
}
#vision .sec1 .text_box:hover .list3 {
  bottom: -3%;
  transition: all 0.6s;
}
@keyframes circle {
  100% {
    transform: rotate(360deg);
  }
}
#vision .sec1 .visionBox .circle::after {
  content: "";
  width: 350px;
  height: 350px;
  position: absolute;
  top: -38px;
  left: -40px;
  background-image: url(../img/vision_img01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: circle 6s linear infinite;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
#vision .sec1 .circle p {
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #ed1b23;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#vision .sec1 .circle span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
  color: #fff;
  position: relative;
}

#vision .sec1 .text_box li {
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
#vision .sec1 .text_box .list1 {
  display: flex;
  top: 15%;
  left: 12.5%;
}
#vision .sec1 .text_box .list2 {
  display: flex;
  top: 15%;
  right: 12.5%;
}
#vision .sec1 .text_box .list3 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
}
#vision .sec1 .list1 .txtBox {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  text-align: right;
  padding-right: 20px;
}
#vision .sec1 .list2 .txtBox {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  text-align: left;
  padding-left: 20px;
}
#vision .sec1 .list3 .txtBox {
  padding-top: 20px;
  text-align: center;
}
#vision .sec1 .titBox div {
  border: 2px solid #ed1b23;
  box-sizing: border-box;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}
#vision .sec1 .titBox p {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  text-align: center;
}
#vision .sec1 .titBox strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #f22830;
}
#vision .sec1 .titBox span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #848484;
}
#vision .sec1 .txtBox p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  letter-spacing: -0.6px;
  line-height: 1.4;
}
#vision .sec2 .tit {
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding: 5% 0 2% 0;
  display: block;
}
#vision .sec2 .txt {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: left;
  display: block;
}
#vision .sec2 ul {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  padding: 4% 0;
}
/* e:vision */

/* s:map */
#map .sec1 {
  width: 100%;
}
#map .sec1 .inner {
  width: 1240px;
  max-width: 1600px;
  width: 90%;
  height: 100%;
  padding: 80px/* 160 -> 80 */ 0 100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#map .sec1 .root_daum_roughmap {
  width: 100%;
  height: 600px; /* 450 -> 600 */
}
.root_daum_roughmap .wrap_map {
  height: 100%;
}
.root_daum_roughmap .wrap_controllers {
  display: none;
}
#map .sec1 .map_info {
  width: 100%;
  padding: 0 2%; /* 30 2% -> 0 2% */
  background: #f5f5f5;
  position: relative;
  border-top: 1px solid #ccc;
  word-break: keep-all;
  display: flex;
  align-items: center;
}
#map .sec1 .map_info .lf_box {
  height: 140px; /* 143 -> 140 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  margin-right: 100px; /* 50 -> 100 */
  cursor: pointer;
  padding-top: 30px; /* 5/31 추가 */
}
#map .sec1 .map_info .lf_box:hover span {
  background-color: #333;
  border: none;
}
#map .sec1 .map_info .lf_box span {
  width: 70px; /* 100 -> 70 */ 
  height: 70px; /* 100 -> 70 */ 
  text-align: center;
  border-radius: 50%;
  border: 2px solid #333;
  box-sizing: border-box;
}
#map .sec1 .map_info .lf_box:hover i {
  color: #fff;
}
#map .sec1 .map_info .lf_box i {
  line-height: 70px; /* 100 -> 70 */
  font-size: 4em;
  color: #333;
}
#map .sec1 .map_info .rt_box {
  height: 100%;
}
#map .sec1 .map_info strong {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  display: block;
  padding-bottom: 0; /* 40 -> 0 */
  margin-left: -26.4%; /* 5/31 추가 */

}
.clearfix:after { /* 5/31 추가 */
    content: ""; display: block; clear: both; 
}
#map .sec1 .map_info p {
  font-size: 18px;
  margin-bottom: 20px;
}
#map .sec1 .map_info p:nth-of-type(2) {
    width: 50%; float: left;
}
#map .sec1 .map_info p:nth-of-type(3) {
    width: 50%; float: right;
}
#map .sec1 .map_info span {
  display: inline-block;
}
#map .sec1 .map_info p span:nth-child(1) {
  font-weight: bold;
  color: #333;
  width: 100px;
  position: relative;
}
#map .sec1 .map_info p span:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #6a6a6a;
}
#map .sec1 .map_info p span:nth-child(2) {
  font-weight: 400;
  color: #6a6a6a;
  padding-left: 10px;
}

/* 5/31추가 */
.bus > div {
    text-align: center;
}
/* #map .bus_time {
    width: 80%;
} */

#map .bus h3 {
  font-size: 40px;
  line-height: 1.47;
  font-weight: 400;
  margin-top: 70px; /* 130 -> 70 */
  padding-bottom: 25px; /* 10 -> 25 */
  text-align: center;
}
#map .bus > div{}

#map .timapBox {
  border: 1px solid red;
  position: absolute;
  top: -10%;
  right: 10%;
  z-index: 1;
}
#map .topBox {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#map .topBox > div {
  width: 49%;
}
#map .infoBox .titBox {
  padding: 40px 0 20px 0;
  display: flex;
}
#map .infoBox .titBox p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#map .infoBox .titBox i {
  font-size: 4em;
  color: #333;
}
#map .infoBox .titBox .text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding-left: 10px;
}
#map .infoBox ul {
  width: 100%;
  height: 330px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px;
}
#map .infoBox1 ul li {
  display: flex;
  margin-bottom: 10px;
}
#map .infoBox1 ul li .line {
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
}
#map .infoBox1 ul li .line span {
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #16a381;
}
#map .infoBox1 ul li .line2 {
  border: 4px solid #16a381;
}
#map .infoBox1 ul li .line2 span {
  color: #16a381;
}
#map .infoBox1 ul li .line3 {
  border: 4px solid #f69c11;
}
#map .infoBox1 ul li .line3 span {
  color: #f69c11;
}
#map .infoBox1 ul li .line1 {
  border: 4px solid #1a3cea;
}
#map .infoBox1 ul li .line1 span {
  color: #1a3cea;
}
#map .infoBox1 ul li .tit {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  width: 120px;
  padding-left: 10px;
}
#map .infoBox1 ul li .txt {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
#map .infoBox2 ul li {
  padding-bottom: 30px;
}
#map .infoBox2 dt {
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
}
#map .infoBox2 dd {
  font-size: 1.1em;
  font-weight: 400;
  color: #333;
  padding-bottom: 5px;
}
/* e:map */

/* s:bussiness1 */
#business01 {
  overflow: hidden;
}
#business01 .sec1 ul {
  display: flex;
  width: 100%;
  padding: 5% 0;
}
#business01 .sec1 ul li {
  width: 30%;
  margin-right: 5%;
}
#business01 .sec1 ul li:last-child {
  margin-right: 0;
}
#business01 .sec1 dl {
  cursor: pointer;
  padding: 5%;
  word-break: keep-all;
}
#business01 .sec1 dl dt {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  position: relative;
}

#business01 .sec1 dl:hover dt::after {
  /* opacity:1;
    transition:0.6s; */
}
#business01 .sec1 dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 150px;
  height: 2px;
  background-color: #c71526;
  z-index: 1;
  opacity: 0;
}
#business01 .sec1 dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  letter-spacing: -0.6px;
}
#business01 .sec2 {
  background-color: #f6f6f6;
  padding: 5% 0;
}
#business01 .sec2 .text_box {
  padding-bottom: 4%;
}
#business01 .sec2 .text_box h2 {
  font-size: 3em;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding-bottom: 5px;
}

#business01 .sec2 .text_box p {
  font-size: 1.3em;
  font-weight: 600;
  color: #333;
  text-align: center;
}
#business01 .sec2 ul {
}
#business01 .sec2 ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
  height: 120px;
  display: flex;
  cursor: pointer;
}
#business01 .sec2 ul li:hover {
  margin-top: -10px;
  transition: all 0.6s;
}
#business01 .sec2 ul li:nth-child(3n) {
  margin-right: 0;
}
#business01 .sec2 ul li .icon {
  width: 20%;
}
#business01 .sec2 ul li .icon i {
  font-size: 4em;
  color: #333;
}
#business01 .sec2 ul li dl {
  width: 80%;
}
#business01 .sec2 ul li dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-bottom: 8px;
}
#business01 .sec2 ul li dl dd {
  font-size: 14px;
  font-weight: 400;
  color: #656565;
  line-height: 1.2;
}
#business01 .sec3 {
  width: 100%;
  padding: 50px 0;
}
#business01 .sec3 .inner {
  height: 100%;
}
#business01 .sec3 .text_box {
}
#business01 .sec3 .text_box h3 {
  font-size: 3em;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding-bottom: 40px;
}
#business01 .sec3 .text_box h3 strong {
  font-weight: bold;
  display: block;
  position: relative;
  z-index: 2;
}
#business01 .sec3 .text_box h3 strong::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: 5px;
  width: 150px;
  height: 10px;
  background-color: rgba(199, 21, 38, 0.5);
  z-index: -1;
}
#business01 .sec3 .text_box p {
  font-size: 16px;
  font-weight: 400;
  color: #939393;
  text-align: center;
  line-height: 1.3;
}

#business01 .sec4 {
  width: 100%;
  height: 500;
  overflow: hidden;
}
#business01 .sec4 .inner {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 !important;
}
#business01 .sec4 .lfBox {
  width: 50%;
  height: 500px;
}
#business01 .sec4 .rtBox {
  width: 50%;
  height: 500px;
  background-color: rgb(36, 36, 36);
}
#business01 .sec4 .text_box {
  display: flex;
  flex-direction: column;
  padding-left: 10%;
  height: 100%;
  justify-content: center;
  justify-items: center;
}
#business01 .sec4 .inner h4 {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  padding-bottom: 30px;
}
#business01 .sec4 .inner p {
  font-size: 16px;
  font-weight: 300;
  color: #f6f6f6;
}
#business01 .sec4 .inner a {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: block;
  margin-top: 40px;
}
#business01 .sec4 .inner a:hover {
  border: none;
  background-color: #d32f2f;
}
#business01 .sec4 .inner a:hover span {
  font-weight: bold;
  color: #fff;
}
#business01 .sec4 .inner a span {
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block;
}
#business01 .sec5 {
  width: 100%;
  padding: 5% 0;
  background-color: #f6f6f6;
}
#business01 .sec5 .text_box {
  text-align: center;
  padding-bottom: 50px;
}
#business01 .sec5 .text_box h5 {
  font-size: 3em;
  font-weight: 400;
  color: #333;
  padding-bottom: 30px;
}
#business01 .sec5 .text_box h5 strong {
  display: block;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#business01 .sec5 .text_box h5 strong::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: 5px;
  width: 150px;
  height: 10px;
  background-color: rgba(199, 21, 38, 0.5);
  z-index: -1;
}
#business01 .sec5 .text_box p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
#business01 .sec5 ul {
  display: flex;
  justify-content: center;
  justify-content: space-between;
}
/* e:bussiness1 */

/* s:bussiness2 */
#business02 {
  width: 100%;
  overflow: hidden;
}

#business02 .sec1 .inner {
  width: 1240px;
  padding: 5% 20px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#business02 .sec1 .lf_box {
  width: 50%;
  float: left;
}
#business02 .sec1 .lf_box h1 {
  font-size: 2.3em;
  font-weight: bold;
  color: #333;
  padding-bottom: 40px;
}
#business02 .sec1 .lf_box ul li {
  display: flex;
  padding: 8px 0;
  cursor: pointer;
}
#business02 .sec1 .lf_box ul li:hover {
  background-color: #f6f6f6;
  padding: 8px 0 8px 20px;
  transition: all 0.6s;
}
#business02 .sec1 .lf_box strong {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 120px;
}
#business02 .sec1 .lf_box p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
#business02 .sec1 .rt_box {
  width: 50%;
  float: right;
}
#business02 .sec2 {
  width: 100%;
  height: 600px;
  background-image: url(../img/sub_bussiness_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#business02 .sec2 .inner {
  width: 1240px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
}
#business02 .sec2 .text_box {
  width: 42%;
  margin-right: 8%;
  flex-direction: column;
  height: 100%;
  display: flex;
  justify-content: center;
}
#business02 .sec2 .text_box .tit {
  font-size: 2.2em;
  font-weight: bold;
  color: #fff;
  padding-bottom: 8%;
}
#business02 .sec2 .text_box p {
  font-size: 1.2em;
  font-weight: 400;
  color: #ddd;
}
#business02 .sec2 .border {
  border: 3px solid #fff;
  box-sizing: border-box;
  padding: 10% 7%;
  cursor: pointer;
}
#business02 .sec2 .text_box:hover .border {
  border: 3px solid transparent;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.6s;
}
#business02 .sec2 .icon_box {
  width: 50%;
  flex-direction: column;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-top: 20px;
}
#business02 .sec2 .icon_box .tit {
  font-size: 2.2em;
  font-weight: bold;
  color: #fff;
  padding-bottom: 5%;
}
#business02 .sec2 .icon_box .tit strong {
  display: inline-block;
  color: #c71526;
}
#business02 .sec2 .icon_box ul {
  overflow: hidden;
  width: 100%;
}
#business02 .sec2 .icon_box ul li {
  float: left;
  width: 46%;
  margin-right: 8%;
  height: 160px;
}
#business02 .sec2 .icon_box ul li:nth-child(2n) {
  margin-right: 0;
}
#business02 .sec2 .icon_box span {
  display: block;
}
#business02 .sec2 .icon_box span i {
  font-size: 3.5em;
  color: #fff;
}
#business02 .sec2 .icon_box ul li strong {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 5px 0 10px 0;
  color: #f6f6f6;
}
#business02 .sec2 .icon_box ul li p {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #ddd;
}
#business02 .sec2 .img_box {
  width: 50%;
}
#business02 .sec3 .inner {
  width: 1240px;
  padding: 5% 20px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#business02 .sec3 .tit {
  font-size: 3em;
  font-weight: bold;
  color: #333;
  padding-bottom: 6%;
  text-align: center;
}
#business02 .sec3 ul {
  display: flex;
}
#business02 .sec3 ul li {
  width: 33.333%;
  text-align: center;
}
#business02 .sec3 ul .icon_box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f6f6f6;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
#business02 .sec3 ul .icon_box:hover {
  width: 180px;
  height: 180px;
  transition: all 0.6s;
}
#business02 .sec3 ul .icon_box span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#business02 .sec3 ul .icon_box span i {
  font-size: 5em;
}
#business02 .sec3 dl dt {
  font-size: 2em;
  font-weight: bold;
  color: #333;
  padding: 20px 0;
}
#business02 .sec3 dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#business02 .sec4 {
  width: 100%;
  background-color: #f6f6f6;
}
#business02 .sec4 .inner {
  width: 1240px;
  width: 90%;
  max-width: 1600px;
  padding: 160px 0px 200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.sub .listSkin .inner {
    /* width: 1240px; */
    width: 95%;
    max-width: 1600px;
    padding: 30px 0; /* 100px -> 40px */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#board_list01 .inner_scr {
    padding: 100px 0; /* 5/31 */
}
#business02 .sec4 .text_box {
  padding-bottom: 6%;
}
.sub .listSkin .text_box .tit,
#business02 .sec4 .text_box .tit {
  font-size: 2.7em;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
}

.sub .listSkin .text_box p,
#business02 .sec4 .text_box p {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  text-align: center;
}
#business02 .sec4 ul {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin: 0 -33px;
}
#business02 .sec4 ul li {
  width: 23%;
  width: 25%;
  padding: 0 33px;
  /* margin-right: 2%; */
}
#business02 .sec4 ul li:last-child {
  margin-right: 0;
}
#business02 .sec4 dl {
  padding-top: 20px;
  cursor: pointer;
}
#business02 .sec4 dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#business02 .sec4 dl:hover dt::after {
  width: 100%;
  transition: all 0.3s;
}
#business02 .sec4 dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 35%;
  height: 2px;
  background-color: #ee6700;
  z-index: 1;
}
#business02 .sec4 dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
/* e:bussiness2 */

/* s:ceo */
#ceo .sec1 {
  position: relative;
  overflow: hidden;
}
#ceo .sec::after {
  content: "GOOD LIFE";
  position: absolute;
  bottom: 80px;
  left: 5px;
  display: block;
  color: #000;
  font-size: 13rem;
  font-size: 20.8rem;
  font-weight: 700;
  opacity: 0.05;
  z-index: -1;
}
#ceo .sec1 .inner {
  /* width: 1240px; */
  width: 90%;
  max-width: 1600px;
  padding: 160px 0px 290px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#ceo .sec1 .lf_box {
  width: 60%;
  float: left;
}
#ceo .sec1 .lf_box img {
  width: 100%;
}
#ceo .sec1 .rt_box {
  padding-left: 2.6%;
  width: 40%;
  float: right;
}
#ceo .sec1 .text_box {
  display: flex;
  height: 100%;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  justify-items: center;
}
#ceo .sec1 .rt_box .tit {
  font-size: 2.5em;
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  padding-bottom: 40px;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.6px;
  line-height: 1.5;
  word-break: keep-all;
  /* white-space: nowrap; */
}
#ceo .sec1 .rt_box dl dt strong {
  font-size: 2em;
  font-weight: bold;
  color: #333;
  font-family: "Noto Sans KR", sans-serif;
  padding-bottom: 30px;
  display: block;
}
#ceo .sec1 .rt_box dl .txt p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.6px;
  line-height: 1.5;
  word-break: keep-all;
  color: #000;
  padding-bottom: 20px;
}
#ceo .sec1 .rt_box dl .txt strong {
  font-weight: 500;
}
#ceo .sec1 .rt_box dl .sign {
  height: 50px;
  display: flex;
  margin-top: 20px;
}
#ceo .sec1 .rt_box dl .sign p:nth-child(1) {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  padding-right: 40px;
}

/* e:ceo */

#vision2{

}
#vision2 .sec1 .inner{
  width: 90%;
  max-width: 1600px;
  padding: 130px 0 100px;
  position: relative;
  text-align: center;
}
#vision2 .sec1 h2{
  font-size: 60px;
  font-weight: 700;
  color: #125CA8;
  margin-bottom: 60px;
}
#vision2 .sec1 h2 span{
  color: #49A347;
}
#vision2 .sec1 p{
  font-size: 30px;
  font-weight: 400;
  color:#333;
  line-height: 1.8;
  margin-bottom: 60px;
}
#vision2 .sec1 p + div{
  margin-bottom: 60px;
}

/* s:organizations */
#organizations .sec1 .inner {
  width: 1240px;
  padding: 8% 20px;
  position: relative;
}
#organizations .sec1 .inner::after {
  content: "";
  width: 1px;
  height: 500px;
  background-color: #959595;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
#organizations .sec1 .inner::before {
  content: "";
  width: 1200px;
  height: 153px;
  background-image: url(../img/ora_border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 39.5%;
  z-index: -1;
}
#organizations .sec1 .head {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #e75260, #db3c4b 40%, #c71526);
  box-sizing: border-box;
  margin: 0 auto;
}
#organizations .sec1 .head span {
  width: 100%;
  height: 100%;
  line-height: 200px;
  display: block;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: #fff;
}
#organizations .sec1 .org_list {
  margin-top: 150px;
  overflow: hidden;
}
#organizations .sec1 .org_list li {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  box-sizing: border-box;
}
#organizations .sec1 .org_list li:last-child {
  margin-right: 0;
}
#organizations .sec1 .org_list li .tit {
  background-color: #d32334;
  color: #fff;
}
#organizations .sec1 .org_list li p {
  width: 100%;
  font-size: 18px;
  padding: 15px 4px;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
#organizations .sec1 .org_list li p:last-child {
  border-bottom: 1px solid #ccc;
}
/* e:organizations */

.pc_img {
  display: block;
}
.mo_img {
  display: none;
}
.mo_br {
  display: block;
}
.visionBox {
  display: block;
}
.mo_visionBox {
  display: none;
}
@media screen and (max-width: 1400px) {
  #business01 .sec4 .inner p br {
    display: none;
  }
  #business01 .sec4 .text_box {
    padding-left: 40px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .sec .inner {
    width: 98%;
    padding: 8% 1%;
  }
  #history .sec1 .inner {
    width: 98%;
    padding: 8% 1%;
  }
  .sec1 .historyBox {
    padding-bottom: 100px;
  }
  .history_wrap .historyBox .history_left > h3 {
    font-size: 36px;
  }
  .history_wrap .historyBox .history_right .line {
    left: 17%;
  }
  .history_wrap .historyBox .history_right .history_00 .year::after {
    right: 15%;
  }
  .history_wrap .historyBox .history_right .history_00 .info {
    padding-left: 20px;
  }
  #vision2 .sec1 p > br {
    display: none;
  }
  #vision .sec1 .inner {
    width: 980px;
    padding: 5% 0;
  }
  #vision .sec1 .circle {
    transform: translate(-50%, -67%);
  }
  #vision .sec1 .visionBox {
    height: 650px;
  }
  #vision .sec1 .text_box .list1 {
    left: 70px;
  }
  #vision .sec1 .text_box .list2 {
    right: 70px;
  }
  #vision .sec1 .text_box .list3 {
    bottom: 70px;
  }
  #vision .sec1 .text_box:hover .list1 {
    left: 40px;
    transition: all 0.6s;
  }
  #vision .sec1 .text_box:hover .list2 {
    right: 40px;
    transition: all 0.6s;
  }
  #vision .sec1 .text_box:hover .list3 {
    bottom: 50px;
    transition: all 0.6s;
  }
  #vision .sec1 .titBox div {
    width: 120px;
    height: 120px;
  }
  #vision .sec1 .titBox p {
    height: 120px;
  }
  #vision .sec1 .txtBox p {
    font-size: 14px;
  }
  #vision .sec1 .list2 .txtBox {
    padding-left: 7px;
  }
  #vision .sec1 .list1 .txtBox {
    padding-right: 7px;
  }
  #vision .sec1 .list3 .txtBox {
    padding-top: 7px;
  }
  #vision .sec2 ul {
    width: 100%;
  }
  #vision .sec2 ul li {
    width: 32%;
    margin-right: 2%;
  }
  #vision .sec2 ul li:last-child {
    margin-right: 0;
  }
  #vision .sec2 ul li img {
    width: 100%;
  }
  #organizations .sec1 .inner {
    width: 980px;
    padding: 8% 0;
  }
  #organizations .sec1 .inner::before {
    width: 980px;
    height: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
  #map .sec1 .title {
    font-size: 21px;
    padding-bottom: 5%;
  }
  #map .sec1 .inner {
    width: 98%;
    padding: 8% 1%;
  }
  #map .topBox {
    display: block;
  }
  #map .topBox > div {
    width: 100%;
  }
  #map .infoBox ul {
    height: auto;
  }
  #map .infoBox1 ul li {
    display: block;
  }
  #map .infoBox1 ul li .tit {
    width: 70%;
    display: inline-block;
  }
  #map .infoBox1 ul li .txt {
    height: auto;
    width: 100%;
    padding-top: 10px;
  }
  #map .bus h3 {
      font-size: 34px;
  }
  #business01 .sec1 img {
    width: 100%;
  }
  #business01 .sec2 ul li {
    width: 28%;
    margin-right: 6%;
  }
  #business01 .sec3 .text_box {
    width: 570px;
  }
  #business01 .sec4 .text_box {
    padding-right: 10%;
  }
  #business01 .sec5 ul li {
    width: 32%;
    margin-right: 2%;
  }
  #business01 .sec5 ul li:last-child {
    margin-right: 0;
  }
  #business01 .sec5 ul li img {
    width: 100%;
  }
  #business02 .sec1 .inner {
    width: 98%;
    padding: 8% 1%;
  }
  #business02 .sec1 .lf_box h1 {
    padding-bottom: 20px;
  }
  #business02 .sec1 .rt_box img {
    width: 100%;
  }
  #business02 .sec2 {
    height: auto;
  }
  #business02 .sec2 .text_box {
    width: 100%;
    margin-bottom: 5%;
    padding: 0 10%;
  }
  #business02 .sec2 .border {
    padding: 5%;
  }
  #business02 .sec2 .inner {
    width: 98%;
    display: block;
    padding: 8% 1%;
  }
  #business02 .sec2 .icon_box {
    width: 100%;
  }
  #business02 .sec2 .icon_box ul {
    width: 100%;
  }
  #business02 .sec2 .icon_box ul li {
    width: 50%;
    margin-right: 0;
    height: 160px;
    padding: 0 10px;
    text-align: center;
  }
  #business02 .sec2 .icon_box ul li p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  #business02 .sec2 .icon_box .tit {
    text-align: center;
  }
  #business02 .sec3 .inner {
    width: 98%;
    padding: 8% 1%;
  }
  #business02 .sec3 ul li {
    width: 300px;
  }
  #business02 .sec4 ul li img {
    width: auto;
  }
  #ceo .sec1 .inner {
    width: 95%;
    padding: 8% 1%;
  }
  #ceo .sec1 .rt_box {
    width: 40%;
    padding-left: 20px;
  }
  #ceo .sec1 .rt_box .tit {
    font-size: 26px;
  }
  #ceo .sec1 .rt_box dl dt strong {
    font-size: 21px;
  }
  #ceo .sec1 .rt_box dl .txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  #business01 .sec4 {
    height: auto;
  }
  #business01 .sec4 .inner {
    display: block;
  }
  #business01 .sec4 .lfBox {
    width: 100%;
    float: none;
  }
  #business01 .sec4 .rtBox {
    width: 100%;
    float: none;
    padding: 5% 0;
    text-align: center;
  }
  #business01 .sec4 .text_box {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #business01 .sec4 .rt_box h4 {
    text-align: center;
  }
  #business01 .sec4 .rtBox p {
    text-align: left;
    padding: 0 20px;
  }
  #business01 .sec4 .inner a {
    margin: 20px auto;
  }
}

@media screen and (max-width: 980px) {
  .sub .title {
    padding: 8% 0;
  }
  .pc_img {
    display: none;
  }
  .mo_img {
    display: block;
  }
  /* 5/31 추가 */
  #map .bus_time {
      width:100%
  }
  #map .bus h3 {
      margin-top: 50px;
  }

  .mo_br {
    display: inline-block;
  }
  .mo_br2 {
    display: block;
  }
  .sub .title {
    font-size: 21px;
  }
  #vision .sec1 .inner {
    width: 98%;
    padding: 5% 1%;
  }
  #vision .sec1 .text_box .list1 {
    left: 5px;
  }
  #vision .sec1 .text_box .list2 {
    right: 5px;
  }
  #vision .sec1 .text_box .list3 {
    bottom: 40px;
  }
  #vision .sec2 .txt {
    font-size: 14px;
  }
  #vision2 .sec1 h2 span {
      display: block; /* 5/31 수정 */
  }
  .visionBox {
    display: block;
  }
  .mo_visionBox {
    display: none;
  }
  #vision .sec2 {
    width: 98%;
    padding: 8% 1%;
  }
  #vision .sec2 ul {
    width: 100%;
    display: block;
  }
  #vision .sec2 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #organizations .sec1 .head {
    width: 150px;
    height: 150px;
  }
  #organizations .sec1 .head span {
    line-height: 150px;
  }
  #organizations .sec1 .inner {
    width: 750px;
    padding: 8% 0;
  }
  #organizations .sec1 .inner::after {
    height: 350px;
  }
  #organizations .sec1 .inner::before {
    width: 750px;
    height: 50px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  #organizations .sec1 .org_list {
    margin-top: 90px;
  }
  #organizations .sec1 .org_list li .tit {
    font-size: 16px;
  }
  #organizations .sec1 .org_list li p {
    font-size: 14px;
  }
  .sec1 .historyBox {
    display: block;
  }
  .history_wrap .historyBox .history_left {
    width: 100%;
  }
  .history_wrap .historyBox .history_left > h3 {
    padding-bottom: 20px;
  }
  .history_wrap .historyBox .history_right {
    width: 100%;
    padding-left: 0;
  }
  .history_wrap .historyBox .history_right .line {
    top: -10px;
    left: 20%;
  }
  .history_wrap .historyBox .history_right .history_00 .year::after {
    right: 0%;
  }
  .history_wrap .historyBox .history_right .history_00 .year {
    width: 20%;
  }
  #map .sec1 .root_daum_roughmap {
    width: 100%;
    height: 350px; /* 250 -> 350 */
  }
  #map .sec1 .map_info {
    padding: 4% 2%;
  }
  #map .sec1 .map_info .lf_box {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    opacity: 0.2;
  }
  #map .sec1 .map_info .rt_box {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  #map .sec1 .map_info .rt_box .rt_tit {
      display: none;
  }
  #map .sec1 .map_info strong {
    font-size: 18px;
    text-align: center;
  }
  #map .sec1 .map_info p {
    font-size: 16px;
    text-align: center;
    padding: 20px 10px 10px 10px;
  }
  #map .sec1 .map_info .lf_box span {
    border: none;
    width: auto;
  }
  #map .sec1 .map_info span {
    display: block;
  }
  #map .sec1 .map_info p span:nth-child(1) {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    z-index: 2;
  }
  #map .sec1 .map_info p span:nth-child(1)::after {
    top: 13px;
    right: 0;
    width: 70px;
    height: 10px;
    background-color: rgba(199, 21, 38, 0.5);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: none;
  }
  #map #timap .btnBox {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
  }
  #map #timap .btnBox a {
    width: 100%;
    height: 50px;
    background-color: #333;
    display: block;
  }
  #map #timap .btnBox a span {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
  }
  #business01 .sec1 ul {
    display: block;
  }
  #business01 .sec1 ul li {
    width: 100%;
    margin: 0px auto 20px auto;
    text-align: center;
    padding: 20px;
    background-color: #f6f6f6;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  }
  #business01 .sec1 ul li:last-child {
    margin-right: auto;
  }
  #business01 .sec1 dl:hover {
    border: none;
    padding: 0;
  }
  #business01 .sec1 dl dt {
    font-size: 18px;
  }
  #business01 .sec2 {
    padding: 8% 0;
  }
  #business01 .sec2 .text_box {
    padding-bottom: 6%;
  }
  #business01 .sec2 .text_box h2 {
    font-size: 21px;
  }
  #business01 .sec2 .text_box p {
    font-size: 18px;
  }
  #business01 .sec2 ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    height: auto;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 40px;
  }
  #business01 .sec2 ul li:hover {
    margin: 0;
  }
  #business01 .sec2 ul li:nth-child(3n) {
    margin-right: 0;
  }
  #business01 .sec2 ul li .icon {
    width: 100%;
  }
  #business01 .sec2 ul li dl {
    width: 100%;
  }
  #business01 .sec2 ul li dl dt {
    padding-bottom: 10px;
  }
  #business01 .sec3 {
    background-image: url(../img/bussiness01_img02_mo.jpg);
  }
  #business01 .sec3 .text_box {
    width: 100%;
    padding: 0 20px;
  }
  #business01 .sec3 .text_box h3 {
    font-size: 21px;
  }
  #business01 .sec3 .text_box p {
    font-size: 16px;
  }
  #business01 .sec3 .text_box h3 strong::after {
    bottom: 2px;
    width: 100px;
    height: 8px;
    margin-left: -50px;
  }
  #business01 .sec4 .rt_box {
    padding: 8% 0;
  }
  #business01 .sec4 .rt_box .text_box {
    width: 100%;
    padding: 0 20px;
  }
  #business01 .sec4 .rt_box h4 {
    font-size: 21px;
  }
  #business01 .sec4 .rt_box p {
    font-size: 16px;
  }
  #business01 .sec5 {
    padding: 8% 0;
  }
  #business01 .sec5 ul {
    display: block;
  }
  #business01 .sec5 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #business01 .sec5 .text_box h5 {
    font-size: 21px;
  }
  #business01 .sec5 .text_box h5 strong::after {
    bottom: 2px;
    width: 100px;
    height: 8px;
    margin-left: -50px;
  }
  #business01 .sec5 .text_box p {
    font-size: 14px;
  }
  #business02 .sec1 .lf_box {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
  #business02 .sec1 .lf_box ul li {
    padding: 4px 0;
  }
  #business02 .sec1 .lf_box h1 {
    font-size: 21px;
  }
  #business02 .sec1 .lf_box strong {
    font-size: 16px;
  }
  #business02 .sec1 .lf_box p {
    font-size: 16px;
  }
  #business02 .sec1 .rt_box {
    width: 100%;
    float: none;
  }
  #business02 .sec2 .icon_box .tit {
    font-size: 21px;
  }
  #business02 .sec2 .icon_box ul li {
    width: 100%;
    float: none;
  }

  #business02 .sec2 .text_box {
    padding: 0;
  }
  #business02 .sec2 .text_box .tit {
    font-size: 21px;
  }
  #business02 .sec2 .text_box p {
    font-size: 14px;
  }
  #business02 .sec3 ul {
    display: block;
  }
  #business02 .sec3 ul li {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
  }
  #business02 .sec3 ul .icon_box {
    width: 130px;
    height: 130px;
  }
  #business02 .sec4 .inner {
    width: 98%;
    padding: 8% 1%;
  }
  #business02 .sec4 ul {
    display: block;
  }
  #business02 .sec4 ul li {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  #business02 .sec4 dl {
    width: 310px;
    margin: 0 auto;
  }
  #business02 .sec4 dl dt {
    font-size: 18px;
  }
  #business02 .sec4 dl dd {
    font-size: 16px;
  }
  #business02 .sec4 dl dt::after {
    display: none;
  }
  #business02 .sec4 .text_box .tit {
    font-size: 21px;
  }
  #business02 .sec4 .text_box p {
    font-size: 14px;
  }
  #ceo .sec1 .lf_box {
    width: 100%;
    float: none;
  }
  #ceo .sec1 .rt_box {
    width: 100%;
    float: none;
    padding-top: 40px;
    padding-left: 0;
  }
  #ceo .sec1 .rt_box .tit {
    font-size: 21px;
    padding-bottom: 20px;
  }
  #ceo .sec1 .rt_box dl dt strong {
    position: relative;
  }
  #ceo .sec1 .rt_box dl dt strong::after {
    content: "";
    width: 75%;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    bottom: 25px;
  }
}

@media screen and (max-width: 780px) {
  .visionBox {
    display: none;
  }
  .mo_visionBox {
    display: block;
    height: 500px;
  }
  .mo_visionBox .circleBox {
    position: relative;
  }
  .mo_visionBox .circleBox li {
    width: 130px;
    height: 130px;
    border-radius: 50%;
  }
  .mo_visionBox .circleBox li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(1, 172, 166, 0.9);
  }
  .mo_visionBox .circleBox li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(13, 153, 214, 0.9);
    z-index: 2;
  }
  .mo_visionBox .circleBox li:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(6, 73, 116, 0.9);
  }
  .mo_visionBox .circleBox li div {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
  }
  .mo_visionBox .circleBox li strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #f6f6f6;
  }
  .mo_visionBox .circleBox li p {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #ddd;
    word-break: break-all;
  }
  .mo_visionBox .infoBox {
    position: relative;
    top: 200px;
  }
  .mo_visionBox .infoBox li {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .mo_visionBox .infoBox strong {
    font-size: 28px;
    font-weight: bold;
    padding-right: 16px;
    display: inline-block;
    position: relative;
    color: #333;
  }
  .mo_visionBox .infoBox strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 35px;
    height: 2px;
    background-color: #c71526;
    opacity: 0.5;
  }
  .mo_visionBox .infoBox p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 1.4;
  }
  #organizations .sec1 .inner {
    width: 100%;
  }
  #organizations .sec1 .org_list li {
    float: none;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #organizations .sec1 .inner::after {
    top: 10%;
  }

  /* 5/31 추가 */
  #vision2 .sec1 p {
      font-size: 18px;
      word-break: keep-all;
      margin-bottom: 30px;
  }  
  #vision2 .sec1 h2{
    font-size: 40px;
    margin-bottom: 30px;
  }

  /* 06/15 추가 */
  .sub .listSkin .inner {
    padding: 0;
  }
  .visual .text_box .text span {
    display: inline-block;
    width: 230px;
    font-size: 16px;
    word-break: keep-all;
}
.visual .text_box h2 {
  font-size: 24px; /* 42-> 32px */
  font-weight: bold;
  color: #333;
  color: #fff;
  letter-spacing: -1px; /* 5/31 추가 */
}
.sub .visual {
    height: 300px;
}
}
