

/**************
 히스토리
***************/

 /* 연혁 */
 .history_wrap{ position: relative }

 .history_box {
 width: 100%;
 max-width: 1400px;
 margin: 0 auto;
 height: auto;
}

.history_line {
 width: 2px;
 height: 95%;
 background: #d1d1d1;
 position: absolute;
 top: 0%;
 left: 50%;
 z-index: -1;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
}

.history_line2 {
 width: 2px;
 height: 150px;
 background: #417abf;
 position: absolute;
 top: 0%;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
}



.history_box .history_00 {
 width: 100%;
 height: auto;
 display: flex;
 padding-bottom: 50px;
}

.history_box .history_left {
 flex: 1;
 text-align: end;
}

.history_box .history_right {
 flex: 1;
 margin-left: 100px;
}

.dot_left::before {
 content: "";
 display: inline-block;
 width: 8px;
 height: 8px;
 border-radius: 50%;
 margin-top: 20px;
 margin-left: -39px;
 margin-right: 30px;
 background: #417abf;
 position: relative;
 top: -5px;
 left: -15px;
 z-index: 1;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
}

.dot_right::after {
 content: "";
 display: inline-block;
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: #417abf;
 position: relative;
 left: 54px;
 top: -7px;
 z-index: 1;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
}

.history_box .history_title {
 width: 100% calc( 100% - 20px);
 height: auto;
 border-bottom: 2px solid #ccc;
 padding-bottom: 20px;
 border-radius: 2px 2px 2px 2px;
 -webkit-border-radius: 2px 2px 2px 2px;
 -moz-border-radius: 2px 2px 2px 2px;
 -ms-border-radius: 2px 2px 2px 2px;
 -o-border-radius: 2px 2px 2px 2px;
}

.history_box .history_title > span {
 line-height: 1.2rem;
 font-size: 1.765rem;
 color: #333;
 font-weight: 500;
 font-family: 'Noto Sans KR';
}

.history_box .history_info {
 width: 100%;
 height: auto;
 margin-top: 25px;
}

.history_box .history_info_left {
 width: 100%;
 height: auto;
 margin-top: 25px;
}

.history_box .history_info > ul {
 width: 100%;
 height: auto;
}

.history_box .history_info > ul > li {
 display: flex;
 margin-bottom: 15px;
}

.history_box .history_info > ul > li > span {
 color: #333;
 font-size: 1rem;
 font-weight: 700;
 margin-right: 25px;
 font-family: 'Karla', sans-serif;
}

.history_box .history_info > ul > li > p {
 color: #666;
 font-size: 1rem;
}

.history_box .history_info_left > ul > li {
 justify-content: flex-end;
 word-break: keep-all;
}

.history_box .history_info_left > ul > li > span {
 margin-left: 25px;
 margin-right: 0;
}
/* 연혁 end */

@media all and (max-width:576px) {
 .history_00 {
     margin-left: -11px;
 }

 .history_00:nth-child(2n+1) .history_right {
     display: none;
 }

 .history_00:nth-child(2n) .history_left {
     display: none;
 }
 
 
 .history_box .history_left {
     flex: 100%;
     text-align: start;
 }
 
 .history_box .history_info_left > ul > li {
     flex-direction: row-reverse;
 }

 .history_box .history_info_left > ul > li > span {
     margin-right: 20px;
     margin-left: 0px;
 }

 .history_box .history_left {
     margin-left: 20px;
     text-align: left;
 }

 .history_box .history_right {
     flex: 100%;
     margin-left: 20px;
 }

 .history_line {
     display: none;
 }

 .history_line2 {
     display: none;
 }

 .history_box {
     padding-bottom: 0px;
 }

 .history_box .history_info_left > ul > li > span {
     margin-left: 0;
     margin-right: 25px;
 }

 .history_box .history_00 {
     padding-bottom: 50px;
 } 

 .history_box .history_2011 {
     padding-bottom: 0;
 }

 .history_box .history_2018 .history_info > ul > li > span {
     display: none;
 }

 .history_box .history_2017 .history_info > ul > li > span {
     display: none;
 }

 .history_box .history_2016 .history_info > ul > li > span {
     display: none;
 }

 .history_box .history_2014 .history_info > ul > li > span {
     display: none;
 }

 .history_box .dot_left::before {
     display: none;
 }
 
 .history_box .dot_right::after {
     display: none;
 } 

}
