@charset "utf-8";

.contain * {
  font-family: 'Nanum Barun Gothic';
  letter-spacing: -1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  /* 연혁 CSS 수정 */
  .histo_span{position: relative; display: block; margin-left: 12px;}
  .histo_span::before{
    content:"·";
    /* width: 5px; height: 5px; border-radius: 50%; 
    background-color: #000; */
    position: absolute;
    top: 0;
    left: -12px;

  }

/* For larger displays */
@media all and (min-width:1080px){
  .contain {padding-bottom: 10px; position: relative; }
  .contain > div {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding-top: 94px; 
  }
  .contain > div > .header_box {
    width: 100%;
    height: 156px;
    margin: 0 auto; 
  }
  .contain > div > .header_box > p {
    font-size: 24px;
    color: #295280;
    font-weight: bold;
    line-height: 36px;
    float: left; 
  }
  .contain > div > .header_box > p > span {
    display: block;
    font-weight: bold;
    color: #00aced;
    float: left;
    line-height: 36px; 
  }
  .contain > div > .header_box > .history_year {
    width: 380px;
    height: 86px;
    display: inline-block;
    float: left;
    font-size: 36px;
    font-weight: bold; 
  }
  .contain > div > .header_box > .history_year > .history_1 {
    float: right;
    width: 100%;
    height: 52px;
    font-size: 58px;
    font-weight: bold;
    text-align: right;
    color: #006cba;
    line-height: 42px; 
  }
  .contain > div > .header_box > .history_year > .history_2 {
    float: right;
    width: 100%;
    height: 34px;
    display: inline-block;
    float: left;
    font-size: 36px;
    font-weight: bold;
    text-align: right;
    color: rgba(0, 108, 186, 0.5); 
  }
  .contain > div > .tab_box {width: 100%; height: auto; }
  .swipe_box {margin-bottom:50px;}
  .contain > div > .tab_box > .swipe_box > .tab_silde {
    width: 100%;
    height: 38px;
    cursor: pointer;
    overflow: hidden; 
  }
  .contain > div > .tab_box > .swipe_box > .tab_silde > li {
    font-size: 150%;
    font-weight: bold;
    width: auto;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 38px;
    color: #bcbcbc;
    margin-right: 2%;
    padding: 0 1.5%;
  }
  .contain > div > .tab_box > .swipe_box > .tab_silde > .on { background-color: #006cba; color: #fff; }
  .contain > div > .tab_box > .tab_container {
    width: 100%;
    height: auto;
    position: relative;
    /* .tab_content:before{top: 0; left: 0; position: absolute; z-index: -1; content: ""; width: 1px; height: 95%; border: 3px dotted #333; }*/ 
  }
  .tab_content > ul{min-height:250px}
  .contain > div > .tab_box > .tab_container > div {
    width: 100%;
    height: auto;
    position: relative; 
  }
  .contain > div > .tab_box > .tab_container > div > .year {
    margin-top: 100px;
    border-top: 3px solid #006cba;
    width: 100px;
    height: 100px;
    text-align: center;
    display: block;
    font-size: 42px;
    margin-left: 106px;
    color: #006cba;
    font-weight: bold;
    line-height: 60px; 
  }
  .contain > div > .tab_box > .tab_container > div > ul {
    width: 100%;
    height: auto; 
  }
  .contain > div > .tab_box > .tab_container > div > ul > li {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-bottom: 40px; 
  }
  .contain > div > .tab_box > .tab_container > div > ul > li > .meath_box {
    width: 100px;
    height: 106px;
    line-height:100px;
    float: left;
    background-image: url(/assets/_img/sub/green/meath_icon.png);
    text-align: center;
    padding-right: 18px;
    font-size: 42px;
    font-weight: bolder;
    color: #00aeef;
    margin-left: 106px; 
  }
  .contain > div > .tab_box > .tab_container > div > ul > li > .text_box {
    width: 700px;
    height: auto;
    float: left;
    display: block;
    margin-top: 30px;
    margin-left: 66px;
    font-size: 18px;
    line-height: 42px;
    position: relative; 
  }
  .contain > div > .tab_box > .tab_container > div > ul > li .text_box:before {
    background-image: url(/assets/_img/sub/green/dot.png);
    top: 80px;
    left: -142px;
    position: absolute;
    background-size: auto;
    z-index: -2;
    content: "";
    width: 100%;
    height: 78%;
    background-repeat: repeat-y;
    background-position: 0 top; 
  }
}

/* For smaller displays like laptops */
@media (min-width: 641px) and (max-width: 1079px) {
  /* 	.historyArrow{position:absolute; z-index:-500; width: 100%; height:30px; top:10%; left:0; }
    .historyArrow > span{position:absolute; z-index:500; display:block; width:13px !important; height:100%; background-image: url('/assets/_img/main/historyArrow.png?3'); background-size:cover; }
    .historyArrow > .arrowL{left:0.5%; }
    .historyArrow > .arrowR{right:0.5%; background-position: -26px 0; } */

  .historyArrow{position:absolute; z-index:-500; width: 100%; height:30px; top:10%; left:0; 
  }
  .historyArrow > span{position:absolute; z-index:500; display:block; width:13px !important; height:100%; background-image: url('/assets/_img/main/historyArrow.png?3'); background-size:cover; background-position:0 0;}
  .historyArrow > .arrowL{left:0.5%; }
  .historyArrow > .arrowR{right:0.5%; background-position: -13px 0; }


  .contain {position: relative; }
  .contain > div {
    max-width: 1079px;
    height: auto;
    margin: 0 auto;
    padding-top: 58px;
  }
  .contain > div > .header_box {
    width: 86%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .contain > div > .header_box > p {
    font-size: 24px;
    color: #295280;
    font-weight: bold;
    line-height: 36px;
    float: left;
    width: 62%;
    margin-top: 18px;
}
  .contain > div > .header_box > p > span {
    display: block;
    font-weight: 900;
    color: #00aced;
    float: left;
    line-height: 36px; 
  }
  .contain > div > .header_box > .history_year {
    width: 38%;
    height: 86px;
    display: inline-block;
    float: left;
    font-size: 36px;
    font-weight: bold; 
  }
  .contain > div > .header_box > .history_year > .history_1 {
    float: right;
    width: 100%;
    height: 52px;
    font-size: 62px;
    font-weight: bold;
    text-align: right;
    color: #006cba;
    line-height: 42px; 
  }
  .contain > div > .header_box > .history_year > .history_2 {
    float: right;
    width: 100%;
    height: 34px;
    display: inline-block;
    float: left;
    font-size: 36px;
    font-weight: bold;
    text-align: right;
    color: rgba(0, 108, 186, 0.5);
    line-height: 100%; 
  }
  .contain > div .header_box:after {
    content: "";
    display: block;
    clear: both; 
  }
  .contain > div > .tab_box { width: 100%; height: auto; }
  .contain > div > .tab_box > .swipe_box {
    position:relative;
    padding:0 5%;
    margin-bottom:10%;
    width: 90%;
    height: auto;
    overflow:hidden
  }
  .contain > div > .tab_box > .swipe_box > .tab_silde {
    width: 1080px;
    height: 38px;
    cursor: pointer; 
  }
  .contain > div > .tab_box > .swipe_box > .tab_silde > li {
    font-size: 150%;
    font-weight: bold;
    width: auto;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 38px;
    color: #bcbcbc;
    margin-right: 2%;
    padding: 0 1.5%; 
  }
  .contain > div > .tab_box > .swipe_box > .tab_silde > .on {background-color: #006cba;color: #fff; }
  .contain > div > .tab_box > .tab_container {
    width: 100%;
    height: auto;
    position: relative;
    /* .tab_content:before{top: 0; left: 0; position: absolute; z-index: -1; content: ""; width: 1px; height: 95%; border: 3px dotted #333; }*/ 
  }
  .contain > div > .tab_box > .tab_container > div {
    width: 100%;
    height: auto;
    position: relative; 
  }
  .contain > div > .tab_box > .tab_container > div > .year {
    margin-top: 100px;
    border-top: 3px solid #006cba;
    width: 100px;
    height: 100px;
    text-align: center;
    display: block;
    font-size: 42px;
    margin-left: 106px;
    color: #006cba;
    font-weight: bold;
    line-height: 60px; 
  }
  .contain > div > .tab_box > .tab_container > div > ul {width: 100%; height: auto; }
  .contain > div > .tab_box > .tab_container > div > ul > li {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-bottom: 40px;
    position: relative; 
  }
  .contain > div > .tab_box > .tab_container > div > ul > li > .meath_box {
    width: 17%;
    height: auto;
    float: left;
    background-image: url(/assets/_img/sub/green/meath_icon.png);
    line-height: 100px;
    text-align: center;
    padding-right: 18px;
    font-size: 35px;
    font-weight: bolder;
    color: #00aeef;
    margin-left: 5%; 
  }
  .contain > div > .tab_box > .tab_container > div > ul > li > .text_box {
    width: 70%;
    height: auto;
    float: left;
    display: block;
    margin-top: 30px;
    margin-left: 2%;
    font-size: 18px;
    line-height: 42px;
    position: relative; 
  }
  .contain > div > .tab_box > .tab_container > div > ul > li .text_box:before {
    background-image: url(/assets/_img/sub/green/dot.png);
    top: 80px;
    left: -19%;
    position: absolute;
    background-size: auto;
    z-index: -2;
    content: "";
    width: 100%;
    height: 79%;
    background-repeat: repeat-y;
    background-position: 0 top; 
  }
}

/* For smartphones */
@media (max-width: 640px) {

	.historyArrow{position:absolute; z-index:-500; width: 100%; height:30px; top:10%; left:0; }
	.historyArrow > span{position:absolute; z-index:500; display:block; width:13px !important; height:100%; background-image: url('/assets/_img/main/historyArrow.png?3'); background-size:cover; background-position:0 0;}
	.historyArrow > .arrowL{left:0.5%; }
	.historyArrow > .arrowR{right:0.5%; background-position: -13px 0; }
  .contain {position: relative; }
  .contain > div {
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px; 
  }
  .contain > div > .header_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5%; 
  }
  .contain > div > .header_box > p {
    font-size: 14px;
    color: #295280;
    font-weight: bold;
    line-height: 22px;
    float: left;
    margin-bottom: 8%;
    margin-left: 3%; 
  }
  .contain > div > .header_box > p > span {
    display: block;
    font-weight: 900;
    color: #00aced;
    float: left;
    line-height: 22px;}
  .contain > div > .header_box > .history_year {
    width: 100%;
    height: 86px;
    display: inline-block;
    font-size: 36px;
    font-weight: bold; 
  }
  .contain > div > .header_box > .history_year > .history_1 {
    float: right;
    width: 100%;
    height: 52px;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    color: #006cba;
    line-height: 42px; 
  }
  .contain > div > .header_box > .history_year > .history_2 {
    float: right;
    width: 100%;
    height: 34px;
    display: inline-block;
    float: left;
    font-size: 36px;
    line-height: 90%;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 108, 186, 0.5); 
  }
    .contain > div > .tab_box {width: 95%; height: auto; margin:0 auto}
  .contain > div > .tab_box > .swipe_box {
    position:relative;
    padding: 0 5%;
    margin-bottom:5%;
    width: 90%;
    height: auto;
    overflow:hidden;}
  .contain > div > .tab_box > .swipe_box > .tab_silde {
    width: 1080px;
    height: 38px;
    cursor: pointer;
    /* margin-left: 15%;
    margin-bottom: 13%; */ 
  }
  .contain > div > .tab_box > .swipe_box > .tab_silde > li {
    font-size: 150%;
    font-weight: bold;
    width: auto;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 38px;
    color: #bcbcbc;
    margin-right: 0;
    padding: 0 1.5%;
  }
  .contain > div > .tab_box > .swipe_box > .tab_silde > .on {background-color: #006cba; color: #fff; }
  .contain > div > .tab_box > .tab_container {width: 100%; height: auto; }
  .contain > div > .tab_box > .tab_container > div {width: 100%; height: auto; }
  .contain > div > .tab_box > .tab_container > div > .year {
    margin-top: 50px;
    border-top: 3px solid #006cba;
    width: 100px;
    height: 55px;
    text-align: center;
    display: block;
    font-size: 42px;
    margin-left: 3%;
    color: #006cba;
    font-weight: bold;
    line-height: 60px; 
  }
  .contain > div > .tab_box > .tab_container > div > ul {
    width: 100%;
    height: auto; }
  .contain > div > .tab_box > .tab_container > div > ul > li {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
    position: relative; 
  }
  .contain > div > .tab_box > .tab_container > div > ul > li > .meath_box {
    width: 17%;
    height: auto;
    float: left;
    background-image: url(/assets/_img/sub/green/meath_icon.png);
    line-height: 100px;
    text-align: 30%;
    text-align: center;
    padding-right: 12px;
    font-size: 28px;
    font-weight: bolder;
    color: #00aeef;
    margin-left: 10px; 
  }
  .contain > div > .tab_box > .tab_container > div > ul > li > .text_box {
    font-size: 14px;
    width: 70%;
    height: auto;
    float: right;
    display: block;
    margin-top: 30px;
    line-height: 24px; 
  }
  .contain > div > .tab_box > .tab_container > div > ul > li .text_box:before {
    background-image: url(/assets/_img/sub/green/dot.png);
    top: 80px;
    left: 9%;
    position: absolute;
    background-size: auto;
    z-index: -2;
    content: "";
    width: 100%;
    height: 60%;
    background-repeat: repeat-y;
    background-position: 0 top; 
  }
}
.contain:after {
  background-image: url(/assets/_img/sub/pyramidalWaveBG.png);
  top: 0;
  left: 0;
  position: absolute;
  background-size: 75px;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: repeat; }