@charset "utf-8";

/************************* 작은 타이틀 *************************/
.sm_tit{
    font-size: 2.2rem; font-weight: 700; line-height: 1;
}
@media screen and (max-width:768px){
    .sm_tit{
        font-size: 1.8rem;
    }
}
@media screen and (max-width:425px){
    .sm_tit{
        font-size: 1.6rem;
    }
}



/************************* 탭 스타일 *************************/
.tab_content > div{
  display: none;
}

.tab_style .tab::after{
  content: ''; display: block; clear: both;
}
.tab_style .tab li{
  float: left;
}
.tab_style .tab li a{
  display: block;
  text-align: center;
  color: #919aa7; font-weight: 600; line-height: 1; font-size: 1.2rem;
  box-sizing: border-box; border-top: 2px solid #f5f5f5;
  padding: 1.8rem 0;  background: #f5f5f5;

  -webkit-transition: all .1s cubic-bezier(.08, .03, .22, .87);
  -moz-transition: all .1s cubic-bezier(.08, .03, .22, .87);
  -o-transition: all .1s cubic-bezier(.08, .03, .22, .87);
  transition: all .1s cubic-bezier(.08, .03, .22, .87);
}
.tab_style .tab li.on a{
  color: #0092c3; background: #e6f0f3; font-weight: 800;
  cursor: default;
  border-top: 2px solid #0092c3;
}
.tab_style .tab li a:hover{
  background: #eee;
}
.tab_style .tab li.on a:hover{
  background: #e6f0f3;
}

@media screen and (max-width:768px){
  .tab_style .tab li a{
    padding: 1.2rem 0;
  }
}




/************************* CI 소개 *************************/
.ci .section{
    border-bottom: 1px solid #aaa;
    padding: 80px 0;
}
.ci .section:first-child {
    padding: 0 0 80px 0;
}
.ci .section:last-child{
    border-bottom: none;
}
.ci .section .top_area{
    display: flex; justify-content: space-between; align-items: flex-end;
     margin-bottom: 2.5rem;
}
.ci .download a{
    display: block;  color: #fff;
    line-height: 44px; padding: 0 40px 0 15px;
    background: url('../img/contents/download_ic.png') #222 no-repeat 90% center;
    transition: 0.2s;
}
.ci .download a:hover{
    background-color: #0092c3;
}
.ci .grid{
    display: flex;
    justify-content: center;
    background: url('../img/contents/ci_logo_bg.png') #fff repeat 1px 1px;
    padding: 3.45rem;
    box-sizing: border-box;
}
.ci .section.graphicmotif .grid{
    justify-content: space-evenly;
}
.ci .section.graphicmotif .grid img{
    flex: 0 1 29%;
}
.ci .explain .tit,
.ci .content .tit_s{
    font-size: 1.2rem; font-weight: 600; margin-bottom: 0.5rem;
}
.ci .explain p{
    color: #666;
}
.ci .caution{
    background-color: #f7f7f7; padding: 1.2rem 2rem; box-sizing: border-box;
    font-size: 0.9rem; color: #666;
}
.ci .list1{
    display: flex; gap: 1.5rem 5%; flex-wrap: wrap;
}
.ci .list1 li{
    flex: 0 1 30%;
}
.ci .list1 li.alone{
    flex: 0 1 100%;
}
.ci .list1 li img{
    border: 1px solid #ddd; margin-bottom: 0.2rem;
}
.ci .list1 li span{
    display: block; color: #888;  font-size: 0.9rem;
}
.ci .list1 li strong{
    display: block;
    color: #0092c3; font-size: 0.9em; font-weight: 700;
    margin-bottom: 0.2rem;
}
.ci .list2 {
    display: flex; gap: 5%;
}
.ci .section.logotype .list2{
    width: 80%;
}
.ci .list2 li{
    flex: 0 1 100%;
}
.ci .list2 .tit{
    display: inline-block;
    background-color: #0092c3; color: #fff; border-radius: 30px; padding: 0.2rem 1rem; font-weight: 500;
}
.ci .list2 img{
    display: block; margin-top: 1.5rem;
}
.ci .list3 {
    display: flex; align-items: center; gap: 5%;
}
.ci .list3 li{
    flex: 0 1 100%;
    height: 200px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
}
.ci .list3 .blue{
    background-color: #0092c3; color: #fff;
}
.ci .list3 .gray{
    background-color: #777; color: #fff;
}
.ci .list3 .yellow{
    background-color: #ffd900; color: #000;
}
.ci .list3 .gray2{
    background-color: #ddd; color: #000;
}
.ci .list3 .ivory{
    background-color: #eae5da; color: #000;
}
.ci .list3 .top strong{
    font-size: 1.4rem; font-weight: 700;
}
.ci .list3 .bottom span{
    display: block; opacity: 0.6; font-size: 0.9rem; letter-spacing: 1px;
}
.ci .list4{
    display: flex; gap: 4rem 10%; flex-wrap: wrap; justify-content: space-around;
}

@media screen and (max-width:1400px){
    .ci .section{
        padding: 60px 0;
    }
    .ci .section:first-child {
        padding: 0 0 60px 0;
    }
    .ci .grid{
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .ci .section.logotype .list2 {
        width: 100%;
    }
}
@media screen and (max-width:1024px){
    .ci .section:first-child{
        border-top: none;
    }
    .ci .list3{
        gap: 3%;
    }
}
@media screen and (max-width:768px){
    .ci .section {
        padding: 40px 0;
    }
    .ci .section:first-child {
        padding: 0 0 40px 0;
    }
    .ci .download a{
        /*padding: 0 31px 0 13px;
        background-size: 13px auto;
        line-height: 2.2;*/
    }
    .ci .list1{
        gap: 1.5rem 3%; justify-content: space-between;
    }
    .ci .list1 li {
        flex: 0 1 31%;
    }
    .ci .list3 {
        gap: 1%;
    }
    .ci .list3 li{
        height: 150px;
        padding: 1rem 1.5rem;
    }
    .ci .list3 .top strong{
        font-size: 1.3rem;
    }
    .ci .list3 .bottom span{
        font-size: 12px;
    }
    .ci .section.graphicmotif .grid{
        gap: 5%;
    }
    .ci .section.graphicmotif .grid img{
        width: 55%;
    }
}
@media screen and (max-width:568px){
    .ci .download a{
        line-height: 40px;
        margin-bottom: -3px;
    }
}
@media screen and (max-width:560px){
    .ci .list1 li {
        flex: 0 1 48%;
    }
    .ci .list2 {
        flex-direction: column; gap: 4rem;
    }

    .ci .list3{
        flex-direction: column; align-items: stretch; gap: 0;
    }
    .ci .list3 li{
        margin-bottom: 1rem; height: auto;
    }
    .ci .list3 .top{
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width:425px){
    .ci .section .top_area{
        margin-bottom: 1.5rem;
    }
    .ci .download a{
        /*padding: 0 27px 0 10px;
        background-size: 11px auto;
        line-height: 2;*/
        background-size: 11px auto;
        padding: 0 27px 0 10px;
        line-height: 30px;
    }
    .ci .list1 li.alone{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}





/************************* 오시는길 *************************/

/* 탭 */
.location .tab_style .tab{
  display: flex;
}
.location .tab_style .tab li{
    width: 50%;
}
.location .tab_style .tab li a{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location .tab_style .tab_content > div{
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.location .tab_style .tab_content > div.show{
  visibility: visible;
  height: auto;
  overflow: auto;
}

.location .root_daum_roughmap{
  width: 100%;
}
.location .root_daum_roughmap .wrap_map{
  height: 500px;
}
.location .root_daum_roughmap .wrap_controllers{
  display: none;
}

@media screen and (max-width:768px){
  .location .root_daum_roughmap .wrap_map{
    height: 300px;
  }
}

@media screen and (max-width:425px){
  .location .tab_style .tab li a{
    font-size: 1.05rem;
  }
}



.location .model .it-mo{
    display: flex; align-items: center;
}
.location .model .it-mo .mean{
    display: flex; align-items: center;
}
.model .it-mo .mean .ico2 {
    display: inline-flex; justify-content: center;  align-items: center;
    text-align: center;
    margin: 0;
    width: 90px; height: 90px;
    background-color: #f9f9f9; border-radius: 50%;
}
.model .it-mo .mean .ico2 lord-icon{
    width: 70px; height: 70px;
}
.model .it-mo .txt .in{
    font-size: 1.1rem;
}
.model .it-mo .txt .in .arr{
    display: inline-block; vertical-align: middle;
    color: #0092c3;     margin: 0 10px; font-size: 10px;
}
@media screen and (max-width:1024px){
    .location .model{
        margin: 0 0 50px 0;
    }
    .location .model .it-mo{
        padding: 30px 0px;
    }
    .location .model .it-mo .mean span{
        font-size: 20px;
    }
    .model .it-mo .mean .ico2{
        width: 80px;
        height: 80px;
    }
    .model .it-mo .mean .ico2 lord-icon {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width:768px){
    .location .model .it-mo{
        padding: 20px 0px; gap: 1rem;
    }
    .location .model .it-mo .mean{
        flex-shrink: 0; width: 220px;
    }
    .location .model .it-mo .mean span{
        font-size: 18px;
    }
    .model .it-mo .mean .ico2{
        width: 70px;
        height: 70px;
    }
    .model .it-mo .mean .ico2 lord-icon {
        width: 50px;
        height: 50px;
    }
    .model .it-mo .txt .in {
        font-size: 1rem;
    }
}
@media screen and (max-width:600px){
    .location .model {
        margin: 0;
    }
    .location .model .it-mo{
        flex-direction: column; align-items: flex-start;
    }
    .location .model .it-mo .mean {
        flex-shrink: 1;
        width: 100%;
    }
    .location .model .it-mo .txt{
        float: none; width: 100%;
    }
    .model .it-mo .mean .ico2{
        width: 55px;
        height: 55px;
    }
    .model .it-mo .mean .ico2 lord-icon {
        width: 45px;
        height: 45px;
    }
}





/************************* 투자정보 *************************/
.investment .tab_style .tab li{
    width: 33.3%;
}









/************************* 연혁 *************************/
.history_wrap .tab_content > div{
  display: block;
  padding-top: 100px;
}
.history_wrap .tab_content > div:first-child{
  padding-top: 50px;
}
.history_wrap .tab_style .tab li{
  width: 25%;
}

.history_wrap.scrolling{
  padding-top: 78.8px;
}
.history_wrap.scrolling .tab{
  position: fixed;
  top: 90px;
  left: 50%;
  width: 1400px;
  margin-left: -700px;
  z-index: 2;
}

.history_box::after{
  content: ''; display: block; clear: both;
}
.history_box .content{
  position: relative;
  margin-top: 1rem;
}
.history_box .content .image{
    position: absolute; top: 0; left: 0;
}
.history_box .content .image:nth-of-type(2){
    top: 30rem;
}
.history_box .content dl{
  padding-bottom: 2.5rem; position: relative;
}
.history_box .content dl:last-child{
  padding-bottom: 0;
}
.history_box .content dl::before{
  content: ''; display: block; width: 1px; height: 100%; background: #ddd;
  position: absolute; left: 47.15%; top: 12px;
}
.history_box .content dl:last-child:before{
  height: 500px;
}
.tab_content > div:last-child .history_box .content dl:last-child:before{
  height: 100%;
}

.history_box .content dl::after{
  content: ''; display: block; clear: both;
}
.history_box .content dt{
  font-size: 1.4rem; font-weight: 600; color: #0092c3;
  float: left; width: 40%; margin-right: 10%;
  position: relative;
  text-align: right;
}
.history_box .content dt::after{
  content: ''; display: block; width: 8px; height: 8px; background: #0092c3; border-radius: 50%;
  position: absolute; right: -6.5rem; top: 12px; z-index: 1;
}
.history_box .content dd{
  float: left; width: 50%;
}
.history_box .content dd p{
  margin: 0.2rem 0 1.2rem;
}
.history_box .content dd p:last-child{
  margin-bottom: 0;
}
.history_box .content dd p strong{
  letter-spacing: -0.8px;
  display: inline-block; width: 9%; margin-right: 3%;
  text-align: right;
  font-weight: 500; color: #111;
}
.history_box .content dd p span{
  display: inline-block; width: 87%; vertical-align: top;
  color: #666;     word-break: break-all;   font-size: 1.1rem;
}
.history_box .content dd small{
  font-size: 0.85em; display: block; color: #999;
}

.history_box .content dl.delay {transition: 1.4s; opacity: 0; transform: translate(0px, 50px); filter: 1.4s ease; }
.history_box .content dl.delay.active { opacity: 1; transform: translate(0px, 0px); }

@media screen and (max-width:1440px){
  .history_wrap.scrolling .tab{
    top: 80px;
  }
}
@media screen and (max-width:1400px){
  .history_wrap.scrolling .tab{
    width: 100%; margin-left: 0; left: 0;
  }
  .history_box .content dl::before{
    left: 47.7%;
  }
  .history_box .content .image{
    width: 28%;
  }
}
@media screen and (max-width:1280px){
  .history_box .content dt::after{
    right: -6rem;
  }
}
@media screen and (max-width:1024px){
  .history_wrap.scrolling {
    padding-top: 74px;
  }
  .history_wrap .tab_content > div{
    padding-top: 50px;
  }
  .history_box .content dt::after {
    right: -5.1rem;
  }
}
@media screen and (max-width:768px){
  .history_box .content dl:last-child:before {
    height: calc(100% + 130px);
  }

  .history_wrap.scrolling {
    padding-top: 56px;
  }
  .history_wrap.scrolling .tab {
    top: 70px;
  }
  .history_box .content dl::before {
    left: 8rem;
  }
  .history_box .content dt{
    text-align: left; width: 18%; margin-right: 7%;
  }
  .history_box .content dt::after {
    right: 0;
  }
  .history_box .content dd{
    width: 75%;
  }
  .history_box .content .image{
    display: none;
  }
}
@media screen and (max-width:640px){
  .history_wrap .tab_style .tab li a{
    font-size: 1.1rem;
  }
  .history_wrap .tab_content > div:first-child {
    padding-top: 25px;
  }
  .history_box .content dl::before{
    left: 19%;
  }
  .history_box .content dt{
    margin-right: 5%;
  }
  .history_box .content dt::after {
    right: -0.7rem;
  }
  .history_box .content dd{
    width: 77%;
  }
  .history_box .content dd p span{
    width: 86%;
  }
}
@media screen and (max-width:425px){
  .history_wrap.scrolling {
    padding-top: 48px;
  }
  .history_wrap.scrolling .tab{
    top: 60px;
  }

  .history_wrap .tab_style .tab li a{
    font-size: 12px;
  }

  .history_wrap .tab_content > div{
    padding-top: 25px;
  }

  .history_box .content dl::before{
    left: 17%;
  }
  .history_box .content dl:last-child:before {
    height: calc(100% + 100px);
  }
  .history_box .content dt{
    width: 16%;     margin-right: 4%;
    font-size: 1.1rem;
  }
  .history_box .content dt::after {
    right: -0.55rem; top: 7px;
    width: 6px;
    height: 6px;
  }
  .history_box .content dd{
    width: 80%;
  }
  .history_box .content dd p span{
    font-size: 1rem;
  }
}


/* 인재상 */
.hr_wrap{}
.hr_wrap .top_area{
    margin-bottom: 2.5rem;
}
.hr_wrap .top_area span{
    display: block; margin-top: 15px;
}

.model {
    margin:  0 0 100px 0;
    border-top: 1px solid #dbdbdb;
}
.model .it-mo {
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding: 50px 40px;
}
.model .it-mo .mean {
    float: left; width: 35%;
}
.model .it-mo .mean span {
    font-size: 22px; font-weight: 600;
    margin: 0 0 0 20px;
}
.model .it-mo .mean .ico {
    display: inline-block;
    width: 70px; height: 70px; line-height: 70px;
    text-align: center;
    color: #fff; background: #0092c3; border-radius: 50%;
    margin: 0;
}
.model .it-mo:nth-of-type(2) .mean .ico {
    background: #ffd900;
}
.model .it-mo:nth-of-type(3) .mean .ico {
    background: #90c737;
}

.model .it-mo .txt {
    float: left; width: 65%;
}
.model .it-mo .txt dl dt {
    font-size: 22px; font-weight: 600;
}
.model .it-mo .txt dl dd {
    margin: 5px 0 0 0;
    position: relative;
    padding: 0 0 0 10px;
}
.model .it-mo .txt dl dd:first-of-type {
    margin: 5px 0 0 0;
}
.model .it-mo .txt dl dd::before {
    content: ''; display: block;
    position: absolute; top: 11px; left: 0;
    width: 3px; height: 3px;
    background: #222;
}
@media screen and (max-width:1440px){
    .model .it-mo{padding: 50px 30px;}
    .model .it-mo .mean span{font-size: 20px; margin: 0 0 0 15px;}
    .model .it-mo .txt dl dt{font-size: 20px;}
}
@media screen and (max-width:1200px){
    .model{
        margin: 0 0 50px 0;
    }
    .model .it-mo{
        padding: 30px 0px;
    }
    .model .it-mo .mean{
        width: 360px;
    }
    .model .it-mo .mean span{
        font-size: 20px;
    }
    .model .it-mo .txt{
        width: calc(100% - 360px);
    }
}
@media screen and (max-width:1024px){
    .model .it-mo .mean{width: 325px;}
    .model .it-mo .mean span{font-size: 18px; margin: 0 0 0 10px;}
    .model .it-mo .txt{width: calc(100% - 325px);}
    .model .it-mo .txt dl dt{font-size: 18px;}
}
@media screen and (max-width:860px){
    .model .it-mo .mean{float: none; width: 100%;}
    .model .it-mo .mean .ico{width: 50px; height: 50px; line-height: 50px;}
    .model .it-mo .txt{float: none; width: 100%; margin: 15px 0 0;}
    .model .it-mo .txt dl dt{font-size: 16px;}
}
@media screen and (max-width:568px){
    .model .it-mo .mean .ico{width: 45px; height: 45px; line-height: 45px;}
    .model .it-mo .mean span{margin: 0 0 0 4px;}
    .model .it-mo .txt{margin-top: 10px;}
    .model .it-mo .txt dl dt{font-size: 15px;}
}



/* 복리후생 */
/* 복리후생 */
.welfare .top_area{
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 2.5rem;
}

.welfare {

}
.welfare .box-list::after {
    content: '';
    display: block;
    clear: both;
}
.welfare .box-list > li {
    float: left;
    width: 19.2%; height: 315px;
    margin:0 1% 1% 0; padding: 40px 40px 0;
    border: 1px solid #dbdbdb; box-sizing: border-box;
    transition: .25s ease;
}
.welfare .box-list > li:nth-child(5n) {
    margin:0 0 1% 0;
}
.welfare .box-list > li .motiv lord-icon {
    width: 100px; height: 100px;
}
.welfare .box-list > li:hover {
    border: 1px solid #0092c3;
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,.1);
}
.welfare .box-list .title {
    margin-top: 20px;
    font-size: 22px; font-weight: 700;
}
.welfare .box-list .description,
.welfare .box-list .bul-list {
    margin-top: 10px;
}
@media screen and (max-width:1440px){
    .welfare .box-list > li {
        padding: 30px 30px 0;
    }

    .welfare .box-list .title {
        font-size: 20px;
    }
}
@media screen and (max-width:1200px){
    .welfare .box-list > li {
        width: 24.25%;
    }

    .welfare .box-list > li:nth-child(4n) {
        margin: 0 0 1% 0;
    }

    .welfare .box-list > li:nth-child(5n) {
        margin: 0 1% 1% 0;
    }
}
@media screen and (max-width:1024px){
    .welfare .box-list > li {
        padding: 25px 25px 0; height: 290px;
    }

    .welfare .box-list > li .motiv lord-icon {
        width: 90px; height: 90px;
    }

    .welfare .box-list .title {
        font-size: 18px;
        margin-top: 10px;
    }
}
@media screen and (max-width:960px){
    .welfare .box-list > li {
        width: 32.66%;
    }

    .welfare .box-list > li:nth-child(3n) {
        margin: 0 0 1% 0 !important;
    }

    .welfare .box-list > li:nth-child(4n) {
        margin: 0 1% 1% 0;
    }
}
@media screen and (max-width:640px){
    .welfare .box-list > li {
        width: 49.5%; height: 250px; padding: 20px 20px 0;
    }

    .welfare .box-list > li:nth-child(3n) {
        margin: 0 1% 1% 0 !important;
    }

    .welfare .box-list > li:nth-child(2n) {
        margin: 0 0 1% 0 !important;
    }

    .welfare .box-list > li .motiv lord-icon {
        width: 80px; height: 80px;
    }

    .welfare .box-list .title {
        font-size: 17px;
        margin-top: 5px;
    }
}
@media screen and (max-width:425px){
    .welfare .top_area {
        margin-bottom: 1.5rem;
    }

    .welfare .box-list > li {
        padding: 10px 14px 0; height: 200px;
    }

    .welfare .box-list > li:nth-child(3n) {
        margin: 0 1% 1% 0 !important;
    }

    .welfare .box-list > li:nth-child(2n) {
        margin: 0 0 1% 0 !important;
    }

    .welfare .box-list > li .motiv lord-icon {
        width: 60px; height: 60px;
    }

    .welfare .box-list .title {
        font-size: 15px;
        margin-top: 2px;
    }

    .welfare .box-list .description,
    .welfare .box-list .bul-list {
        font-size: 13px;
        margin-top: 5px;
    }
}
/*.welfare .top_area{
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 2.5rem;
}

.welfare {

}
.welfare .box-list::after {
    content: '';
    display: block;
    clear: both;
}
.welfare .box-list > li {
    float: left;
    width: 23.5%; height: 315px;
    margin:0 2% 2% 0; padding: 40px 40px 0;
    border: 1px solid #dbdbdb; box-sizing: border-box;
    transition: .25s ease;
}
.welfare .box-list > li:nth-child(4n) {
    margin:0 0 2% 0;
}
.welfare .box-list > li .motiv lord-icon {
    width: 100px; height: 100px;
}
.welfare .box-list > li:hover {
    border: 1px solid #0092c3;
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,.1);
}
.welfare .box-list .title {
    margin-top: 20px;
    font-size: 22px; font-weight: 700;
}
.welfare .box-list .description,
.welfare .box-list .bul-list {
    margin-top: 10px;
}
@media screen and (max-width:1440px){
    .welfare .box-list > li {
        padding: 30px 30px 0;
    }

    .welfare .box-list .title {
        font-size: 20px;
    }
}
@media screen and (max-width:1200px){
    .welfare .box-list > li {
        width: 24.25%;
    }

    .welfare .box-list > li:nth-child(4n) {
        margin: 0 0 1% 0;
    }

    .welfare .box-list > li:nth-child(5n) {
        margin: 0 1% 1% 0;
    }
}
@media screen and (max-width:1024px){
    .welfare .box-list > li {
        padding: 25px 25px 0; height: 290px;
    }

    .welfare .box-list > li .motiv lord-icon {
        width: 90px; height: 90px;
    }

    .welfare .box-list .title {
        font-size: 18px;
        margin-top: 10px;
    }
}
@media screen and (max-width:960px){
    .welfare .box-list > li {
        width: 32.66%;
    }

    .welfare .box-list > li:nth-child(3n) {
        margin: 0 0 1% 0 !important;
    }

    .welfare .box-list > li:nth-child(4n) {
        margin: 0 1% 1% 0;
    }
}
@media screen and (max-width:640px){
    .welfare .box-list > li {
        width: 49.5%; height: 250px; padding: 20px 20px 0;
    }

    .welfare .box-list > li:nth-child(3n) {
        margin: 0 1% 1% 0 !important;
    }

    .welfare .box-list > li:nth-child(2n) {
        margin: 0 0 1% 0 !important;
    }

    .welfare .box-list > li .motiv lord-icon {
        width: 80px; height: 80px;
    }

    .welfare .box-list .title {
        font-size: 17px;
        margin-top: 5px;
    }
}
@media screen and (max-width:425px){
    .welfare .top_area {
        margin-bottom: 1.5rem;
    }

    .welfare .box-list > li {
        padding: 10px 14px 0; height: 200px;
    }

    .welfare .box-list > li:nth-child(3n) {
        margin: 0 1% 1% 0 !important;
    }

    .welfare .box-list > li:nth-child(2n) {
        margin: 0 0 1% 0 !important;
    }

    .welfare .box-list > li .motiv lord-icon {
        width: 60px; height: 60px;
    }

    .welfare .box-list .title {
        font-size: 15px;
        margin-top: 2px;
    }

    .welfare .box-list .description,
    .welfare .box-list .bul-list {
        font-size: 13px;
        margin-top: 5px;
    }
}*/




/* 홍보영상 */
.promotion_video .video_area video {
    width: 100%;
    outline: none;
}

/* 고객문의 */
.inquiry_info{margin: 0 0 2rem; box-sizing: border-box; padding: 2rem 2rem; background-color: #f5f5f5;}
.inquiry_info p{font-weight: 500;}
.inquiry_form .radio_box{display: inline-block; margin: 0 20px 0 0;}
.inquiry_form input[type="radio"]{position: absolute !important; left: -9999px !important; width: 0 !important; height: 0 !important; opacity: 0 !important; z-index: -1;}
.inquiry_form input[type="radio"] + label{/*float: right;*/ display: inline-block; width: auto; height: 50px; line-height: 50px; vertical-align: middle;}
.inquiry_form input[type="radio"] + label:before{content: ""; display: inline-block; vertical-align: middle; margin: -3px 6px 0 0; width: 30px; height: 30px; border-radius: 50%; /*border: 1px solid #000;*/ background-color: #f5f5f5; box-sizing: border-box;}
.inquiry_form input[type="radio"]:checked + label:before{background-color: #0092c3 ; border: 9px solid #f5f5f5; border-width: 9px !important;}
.inquiry_form .cate1_section{box-sizing: border-box; padding: 0 0 0 40px;}
.inquiry_form .cate2_section{box-sizing: border-box; padding: 0 0 0 80px;}
.inquiry_form .agree{box-sizing: border-box; padding: 1rem 1.5rem; background-color: #f5f5f5;}
.inquiry_form .agree .title{font-size: 18px; font-weight: 600; margin: 0 0 0.5rem;}

.inquiry_form input[type="checkbox"]{position: absolute !important; left: -9999px !important; width: 0 !important; height: 0 !important; opacity: 0 !important; z-index: -1;}
.inquiry_form input[type="checkbox"]::-ms-check{display: none}
.inquiry_form input[type="checkbox"] + label{position: relative; display: inline-block; vertical-align: middle; font-weight: 500; cursor: pointer;}
.inquiry_form input[type="checkbox"] + label:before{content: ""; position: relative; display: inline-block; vertical-align: middle; margin: -3px 11px 0 0; width: 30px; height: 30px; /*border: 1px solid #000;*/ background: #f5f5f5;}
.inquiry_form input[type="checkbox"] + label:after{content: ""; display: none; position: absolute; left: 7px; top: 5px; width: 12px; height: 7px; border-left: 3px solid #0092c3; border-bottom: 3px solid #0092c3; transform: rotate(-45deg);}
.inquiry_form input[type="checkbox"]:checked + label:after{display: block;}

.inquiry_form .invalid-feedback{color: #dc3545; margin: 0 0 0 5px;}


.inquiry_form{
  display: table;
  width: 100%;
  border-top: 2px solid #888;
  background: #fff;
}
.inquiry_form > li{
  display: table-row;
  width: 100%;
}
.inquiry_form .tit{
  display: table-cell;
  width: 15%;
  padding: 0 2rem;
  box-sizing: border-box;
  font-size: 1.1rem;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: 500;
}
.inquiry_form .content{
  display: table-cell;
  width: 85%;
  border-bottom: 1px solid #eee;
  padding: 1.2rem 2rem 1.2rem 0;
  box-sizing: border-box;
}
.inquiry_form .content input{
    min-width: 30%;
  border: none;
  background: #f5f5f5;
  height: 50px;
  padding: 0 1.5rem;
  box-sizing: border-box;
  font-size: 1.1rem;
  outline: none;
  border: 1px solid #f5f5f5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  vertical-align: middle;
}
.inquiry_form .content input:focus{
  border-color: #111;
  background: #fff;
}
/*.inquiry_form .destination input,
.inquiry_form .item input{
  width: 100%;
}
.inquiry_form .name input,
.inquiry_form .affiliation input{
  width: 350px;
}
.inquiry_form .file input{
  width: 50%;
}
.inquiry_form .cellphone input,
.inquiry_form .space input{
  width: 100px;
  text-align: center;
}
.inquiry_form .cellphone .content span,
.inquiry_form .email .content span{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3rem;
  color: #888;
}
.inquiry_form .cellphone .content span::after{
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #888;
}*/
.inquiry_form .email input{
  width: 240px;
}
.inquiry_form .address .content > div{
  position: relative;
}
.inquiry_form .address input{
  width: 350px;
}
.inquiry_form .address .mat10 input{
  width: 100%;
}
.inquiry_form .address .search_btn{
  background: #666;
  color: #fff;
  line-height: 47px;
  display: inline-block;
  padding: 0 1em;
  font-size: 0.9rem;
  cursor: pointer;
  margin-left: 0.5em;
}
#daum_zipcode{
  position: absolute !important;
  z-index: 9;
  border:1px solid #888;
  width:100%;
  margin:5px 0;
  position:relative;
  overflow:auto;
}
.inquiry_form .content.cellphone input{
    width: 120px; min-width: auto; text-align: center;
}
.inquiry_form .content.cellphone span{display: inline-block; vertical-align: middle; margin: 0 0.2rem;}
.inquiry_form .content.cellphone span:before{
    content: ""; display: block; width: 12px; height: 1px; background: #888;
}
.inquiry_form .content select{
  height: 50px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 0 1.5rem;
  outline: none;
  font-size: 1.1rem;
  color: #888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}
.inquiry_form .content select:focus{
  border-color: #111;
  background: #fff;
}
.inquiry_form .content option{
  color: #555;
  background: #fff;
}
.inquiry_form .content textarea{
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 220px;
  outline: none;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  font-size: 1.1rem;
  font-weight: 300;
  border: 1px solid #f5f5f5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  resize: none;
}
.inquiry_form .content textarea:focus{
  border-color: #111;
  background: #fff;
}
.inquiry_form .content .radiobox{
  display: inline-block;
  height: 48px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  margin-left: 0.4rem;
  outline: none;
  font-size: 1.1rem;
  color: #888;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.inquiry_form .content .radiobox > a{
  display: block;
  float: left;
  width: 50%;
  padding: 0 1.5rem;
  box-sizing: border-box;
  line-height: 48px;
  text-align: center;
}
.inquiry_form .content .radiobox.three{
  width: 400px;
}
.inquiry_form .content .radiobox.three > a{
  width: 33.3%;
}
.inquiry_form .content .radiobox.four{
  width: 100%;
}
.inquiry_form .content .radiobox.four > a{
  width: 25%;
}
.inquiry_form .content .radiobox > a.on{
  background: #666;
  color: #fff;
}
.inquiry_form .content .text{
  margin-left: 15px;
}
.inquiry_form .career .pc_no{
  display: none;
}
.inquiry_form .career .m_on{
  display: none;
}
.inquiry_btn_wrap{text-align: center; margin: 50px 0 0;}
.inquiry_btn_wrap button{display: inline-block; box-sizing: border-box; padding: 0 1rem; margin: 0 0.5rem; width: 120px; line-height: 44px; font-size: inherit; font-weight: 400; color: #fff; background-color: #222; transition: 0.2s;}
.inquiry_btn_wrap button:hover{
    background-color: #0092c3;
}
@media all and (max-width:1024px) {
    .inquiry_form .tit {
        width: 25%;
    }
    .inquiry_form .content {
        width: 75%;
    }
    .inquiry_form .agree .title{font-size: 16px;}
    .inquiry_btn_wrap{margin: 30px 0 0;}
}
@media all and (max-width:768px) {
    .inquiry_info{padding: 1.5rem;}
    .inquiry_form .tit {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 1rem 1rem 0 1rem;
    }
    .inquiry_form .content {
        display: block;
        width: 100%;
        padding: 0.5rem 1rem 1rem;
    }
    .inquiry_form .content input {
        width: 100%;
    }
}
@media all and (max-width:568px){
    .inquiry_form .content.cellphone input{width: 30%;}
    .inquiry_form .content.cellphone span{margin: 0;}
    .inquiry_form .content.cellphone span:before{width: 5px;}
    .inquiry_btn_wrap button{line-height: 40px; margin: 0 3px; width: 90px;}
}
@media all and (max-width:425px){
    .inquiry_info{padding: 1.5rem;}
    .inquiry_form .cate1_section{padding: 0;}
    .inquiry_form .cate2_section{padding: 0;}
    .inquiry_form .content input{padding: 0 1rem; height: 40px;}
    .inquiry_form input[type="radio"] + label{height: 40px; line-height: 40px;}
    .inquiry_form input[type="radio"] + label:before{width: 20px; height: 20px; margin: -3px 4px 0 0;}
    .inquiry_form input[type="radio"]:checked + label:before{border-width: 6px !important;}
    .inquiry_form input[type="checkbox"] + label:before{width: 20px; height: 20px; margin: -3px 8px 0 0;}
    .inquiry_form input[type="checkbox"] + label:after{left: 5px; top: 7px; width: 7px; height: 4px; border-width: 2px;}
    .inquiry_form .radio_box{margin: 0 10px 0 0;}
    .inquiry_form .content textarea{padding: 1rem;}
    .inquiry_form .agree{padding: 1rem; font-size: 13px;}
    .inquiry_form .agree .title{font-size: 14px;}
    .inquiry_btn_wrap button{line-height: 30px;}
}

/* 카탈로그 */
.cat_list{}
.cat_list:after{content: ""; display: block; clear: both;}
.cat_list li{float: left; width: 32%; margin: 0 2% 30px 0;}
.cat_list li:nth-child(3n){margin-right: 0;}
.cat_list li .img{position: relative; display: block;}
.cat_list li .img:after{
    content: ''; display: block; width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    background: rgba(0, 0, 0, 0.3) url('/assets/site/img/contents/certificate_ic.png') no-repeat center;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cat_list li .img:hover:after{
    opacity: 1;
}
.cat_list li .img img{display: block; box-sizing: border-box; padding: 5px; border: 5px solid #ddd;}
.cat_list li .tit{display: block; box-sizing: border-box; padding: 0.5rem 0; text-align: center; font-size: 1.2rem; font-weight: 500;}
.cat_list li .btn_download{display: block; text-align: center;}
.cat_list li .btn_download a{display: inline-block; color: #fff; line-height: 44px; padding: 0 40px 0 15px; background: url(../img/contents/download_ic.png) #222 no-repeat 90% center; transition: 0.2s; text-align: center;}
.cat_list li .btn_download a:hover{background-color: #0092c3;}
@media all and (max-width:768px){
    .cat_list li{width: 49%;}
    .cat_list li:nth-child(3n){margin: 0 2% 30px 0;}
    .cat_list li:nth-child(2n){margin-right: 0 !important;}
    .cat_list li .img img{padding: 3px; border-width: 3px;}
    .cat_list li .tit{font-size: 1.1rem;}
}
@media all and (max-width:568px){
    .cat_list li .btn_download a{
        padding: 0 31px 0 13px;
        background-size: 13px auto;
        line-height: 40px;
    }
}
@media all and (max-width:425px){
    .cat_list li .btn_download a{
        line-height: 30px;
    }
}











/* 오세인 추가분 2022 07 19 */

ul.certify_list {
    /* padding: 50px 0; */
}
ul.certify_list:after {
    content:""; display:block; clear:both;
}
ul.certify_list > li{
    float:left;  width:32%;  margin-bottom: 15px;
    margin-right: 2%;
}
ul.certify_list > li:last-child {
    margin-right: 0%;
}
ul.certify_list > li a {
    text-align:center; display:block; position:relative ; margin:0;
}
ul.certify_list > li:after {
    content:""; display:block; clear:both;
}
ul.certify_list > li span.thumb{
    display:block; position:relative; margin:0 auto;
    /*box-shadow:0 3px 15px rgba(0, 0, 0, .18);*/
    overflow:hidden;
    border: 4px solid #eee;
}
ul.certify_list>li span.thumb img {
    width: 100%;
}
ul.certify_list>li a span.thumb::after {
    content: ''; display: block; width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    background: rgba(0, 0, 0, 0.55) url('/assets/site/img/contents/certificate_ic.png') no-repeat center;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul.certify_list>li a:hover span.thumb::after{
    opacity: 1;
}
ul.certify_list li p {
    font-size: 18px;
    margin: 15px 0 0 0; overflow: hidden;
    text-align: center; height: 84px; line-height: 1.2;
}
ul.certify_list li p br{
    display: none;
}
ul.certify_list li .date {
    margin-top: 0;
}
ul.certify_list li p:nth-of-type(2){
    font-weight: 500; font-size: 14px; height: 64px; line-height: 1.2;
}
@media screen and (max-width: 1200px){
    ul.certify_list li p br{display: block;}
}
@media screen and (max-width: 1024px){
    ul.certify_list li p{font-size: 16px;}
}
@media screen and (max-width: 425px){
    ul.certify_list li p{font-size: 14px; height: 55px;}
}


/* 연구개발 인증서 리스트 */
.choil-rnd{}
.choil-rnd .top_area{
    margin-bottom: 2.5rem;
}
.choil-rnd .top_area span{
    position: relative; display: block; margin-top: 15px;
    box-sizing: border-box; padding: 0 0 50px;
    font-size: 20px; font-weight: 600; text-align: center;
}
.choil-rnd .top_area span:before{
    content: ""; position: absolute; bottom: 0; left: 50%;
    width: 1px; height: 32px; background-color: #222;
    animation: line 1s both;
    opacity: 0; transform: scaleY(0); transform-origin: center top;
}

.choil-rnd ul.certify_list > li {
    width: 23.5%;
}
.choil-rnd ul.certify_list > li:last-child {
    margin-right: 2%;
}
.choil-rnd ul.certify_list > li:nth-child(4n) {
    margin-right: 0;
}
@keyframes line{
    0%{opacity: 0; transform: scaleY(0);}
    100%{opacity: 1; transform: scaleY(1);}
}
@media screen and (max-width: 1024px){
    .choil-rnd .top_area span{font-size: 18px;}
    .choil-rnd .top_area span br{display: none;}

    .choil-rnd ul.certify_list > li{width: 32%;}
    .choil-rnd ul.certify_list > li:nth-child(4n){margin-right: 2%;}
    .choil-rnd ul.certify_list > li:nth-child(3n){margin-right: 0;}
}
@media screen and (max-width: 640px){
    .choil-rnd .top_area span{font-size: 16px; padding: 0 0 35px;}
    .choil-rnd .top_area span:before{height: 26px;}

    .choil-rnd ul.certify_list > li{width: 49%;}
    .choil-rnd ul.certify_list > li:nth-child(3n){margin-right: 2%;}
    .choil-rnd ul.certify_list > li:nth-child(2n){margin-right: 0;}
}
@media screen and (max-width: 425px){
    .choil-rnd .top_area span{font-size: 15px;}

    .choil-rnd ul.certify_list > li{width: 49%;}
    .choil-rnd ul.certify_list > li:nth-child(3n){margin-right: 2%;}
    .choil-rnd ul.certify_list > li:nth-child(2n){margin-right: 0;}
}


/*라이트박스*/
#lightbox {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-filter: none !important;
    z-index:1000000; cursor: pointer;
}
#lightbox img {
    display: block; position: absolute;
}

.lightbox-button {
    position: absolute;
    z-index: 9999; background: no-repeat center center;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.lightbox-button:hover, .lightbox-button:focus {
    opacity: 1;
}
.lightbox-close {
    width: 40px; height: 40px;
    top: 20px; right: 20px;
    background: url("/assets/site/img/contents/close.png") no-repeat;
}
.lightbox-next {
    width: 40px; height: 78px;
    top: 48%; right: 20px;
    background-image: url('../img/common/arrow_nxt.png');
}
.lightbox-previous {
    width: 40px; height: 78px;
    top: 48%; left: 20px;
    background-image: url('../img/common/arrow_prv.png');
}


@media screen and (max-width:768px) {
    .choil-ad ul li {
        width: 100%;
        float: left;
        margin: 0 0% 2% 0;
    }
}

/* 윤리경영 */
.ethics {
    box-sizing: border-box;
    padding: 120px 0 0;
    overflow: hidden;
}
.ethics-list {
    overflow: hidden;
}

.ethics-list .ethics-it {
    float: left;
    width: 32%; margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    border: 1px solid #dbdbdb; box-sizing: border-box;
}
.ethics-list .ethics-it:nth-child(3n) {
    margin-right: 0;
}

.ethics-list .ethics-it dl {
    padding: 80px 60px;
}
.ethics-list .ethics-it dl dt {

}
.ethics-list .ethics-it dl dd {
    margin-top: 20px;
}
.ethics-list .ethics-it dl dd p {
    font-size: 22px; font-weight: 700;
}
.ethics-list .ethics-it dl dd span {
    display: block;
    margin-top: 20px;
}


@media screen and (max-width:1400px) {
    .ethics-list .ethics-it dl dt img {
        width: 60px;
    }
    .ethics-list .ethics-it dl {
        padding: 60px 40px;
    }
    .ethics-list .ethics-it dl dt img {

    }
    .ethics-list .ethics-it dl dd p {
        font-size: 20px;
    }


}
@media screen and (max-width:1400px) {
    .ethics-list .ethics-it {
        width: 49%;
    }
    .ethics-list .ethics-it:nth-child(3n) {
        margin-right: 2%;
    }
    .ethics-list .ethics-it:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1024px){
    .ethics{
        padding: 80px 0 0;
    }
}
@media screen and (max-width:768px)  {
    .ethics-list .ethics-it {
        width: 100%;
        margin-right: 0;
    }
    .ethics-list .ethics-it:nth-child(3n) {
        margin-right: 0%;
    }
    .ethics-list .ethics-it dl dd span br {
        display: none;
    }
}
@media screen and (max-width:425px) {
    .ethics{
        padding: 60px 0 0;
    }
}




/* 인재상 수정 2022 07 20 */

.qual {
    border-top: 0;
}
.qual img {
    display: block;
    margin: 0 auto;
}
.qual .it-mo {

}
.qual .it-mo .mean {
    display: inline-block;
    float: none;
    width: 30%;
    vertical-align: middle;
}
.qual .it-mo .mean span {
    margin: 0;
}
.qual .it-mo .txt {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.qual .it-mo .txt dl dd {
    color: #666;
}
@media screen and (max-width:1024px)  {


}
@media screen and (max-width:860px)  {
    .qual .it-mo .mean {
        width: 100%;
    }
}


/* 협력사 */

.partners {

}
.partners .partners-it {
    border-bottom: 1px solid #dbdbdb; box-sizing: border-box;
    padding: 50px 40px;
}
.partners .partners-it::after {
    clear: both;
    display: block;
    content: '';
}
.partners .partners-it:first-child {
    padding: 0 0 50px 0;
}
.partners .partners-it .pt-head {
    float: left;
    width: 55%;
    margin-right: 60px;
}
.partners .partners-it .pt-info {
    float: left;
    width: calc( 45% - 60px );
}
.partners .partners-it .pt-info p {
    margin: 0 0 25px 0;
}
.partners .partners-it .pt-info .info-txt ul {

}
.partners .partners-it .pt-info .info-txt ul li {
    position: relative;
    color: #666;
    padding: 0 0 0 9px;
}
.partners .partners-it .pt-info .info-txt ul li::before {
    content: '';
    display: block; width: 3px; height: 3px;
    position: absolute; top: 11px; left: 0;
    background: #666; border-radius: 50%;
}
.partners .partners-it  .partners-btn {
    margin: 25px 0 0 0;
    display: inline-block;
    width: 120px; line-height: 46px;
    font-size: 1.1rem;
    padding: 0 1rem;
    background: #000; color: #fff;
}
.partners .partners-it  .partners-btn a {
    display: block;
}


/*인재상*/

.talent {
    box-sizing: border-box;
    /* padding: 120px 0 0; */
    padding: 50px 0;
    overflow: hidden;
}
.talent-list {
    overflow: hidden;
}

.talent-list .talent-it {
    float: left;
    width: 32%; margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    border-right: 1px solid #dbdbdb; box-sizing: border-box;
}
.talent-list .talent-it:nth-child(3n) {
    margin-right: 0; border-right: 0;
}

.talent-list .talent-it dl {
    padding: 80px 60px;
    text-align: center;
    position: relative;
}
.talent-list .talent-it dl dt {

}
.talent-list .talent-it dl dd {
    margin-top: 20px;
}
.talent-list .talent-it dl dd .tit p {
    font-size: 22px; font-weight: 700; line-height: 1.2em;
}
.talent-list .talent-it dl dd .tit span.en {
    text-transform: uppercase;
    font-size: 12px; font-weight: 700; letter-spacing: 1px;
}
.talent-list .talent-it dl dd .tit span.en b {
    color: #0092c3;
}

.talent-list .talent-it dl dd .sub-txt {
    margin-top: 20px;
}
.talent-list .talent-it dl dd .sub-txt p {
    font-weight: 700;
    margin-bottom: 10px;
}

.talent-list .talent-it dl::before {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    font-size: 300px; font-weight: 800;
    color: #f8f8f8; margin-top: -50px;
}
.talent-list .talent-it:nth-of-type(1) dl::before {
    content: 'N';
}
.talent-list .talent-it:nth-of-type(2) dl::before {
    content: 'E';
}
.talent-list .talent-it:nth-of-type(3) dl::before {
    content: 'W';
}



@media screen and (max-width:1400px) {
    .talent-list {
        text-align: center;
    }
    .talent-list .ethics-it dl dt img {
        width: 60px;
    }
    .talent-list .ethics-it dl {
        padding: 60px 40px;
    }
    .talent-list .ethics-it dl dt img {

    }
    .talent-list .ethics-it dl dd p {
        font-size: 20px;
    }


}
@media screen and (max-width:1400px) {
    .talent-list .talent-it {
        width: 49%;
        float: none; display: inline-block;
        margin-right: 0;
    }
    .talent-list .talent-it:nth-child(3n) {
        margin-right: 0;
    }
    .talent-list .talent-it:nth-child(2n) {
        margin-right: 0;
        border-right: 0;
    }
}
@media screen and (max-width: 1024px){
    .talent{
        padding: 80px 0 0;
    }
}
@media screen and (max-width:768px)  {
    .talent-list .talent-it {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        border-bottom: 1px solid #dbdbdb;
    }
    .talent-list .talent-it:nth-child(3n) {
        margin-right: 0%;
        border-bottom: 0;
    }
    .talent-list .ethics-it dl dd span br {
        display: none;
    }
}
@media screen and (max-width:640px) {
    .talent_top .overview-txt p span.fc_blue {
        display: block;
    }
}
@media screen and (max-width:425px) {
    .talent{
        padding: 60px 0 0;
    }
}


















/* 회사소개 */

/* 회사소개 */
.introduce .text{
  width: 54%;
  margin: 50px 0 0 0;
}
.introduce .text small{
  display: block;
  font-size: 1rem; font-weight: 300;
  color: #666;
  position: relative;
}
.introduce .text small::after{
  content: '';
  display: block;
  width: 400px;
  height: 5px;
  background: #0092c3;
  position: absolute;
  right: -20%;
  top: 100px;
  z-index: 99;
  -moz-animation: line-show 1s linear;
  -webkit-animation: line-show 1s linear;
  animation: line-show 1s linear;
}
@keyframes line-show {
  0% {
    width: 0;
  }
  100% {
    width: 400px;
  }
}
.introduce .text h4{
  font-size: 42px;
  color: #444;
  font-weight: 700;
  margin: 0 0 2rem;
  line-height: 1.2;
}
.introduce .text h4::after{
  content: '';
  display: block;
  display: none;
  width: 400px;
  height: 5px;
  background: #0092c3;
  position: absolute;
  right: -20%;
  top: 73px;
  z-index: 99;
  -moz-animation: line-show 1s linear;
  -webkit-animation: line-show 1s linear;
  animation: line-show 1s linear;
}
.introduce .text p{
  word-break: break-all;
}
.en .introduce .text p{
  word-break: keep-all;
}
.introduce .text p .name{
  display: block;
  color: #000;
  margin: 30px 0 0;
  font-size: 24px;
  text-align: right;
}
.introduce .text p .name em{
  font-weight: 500;
  padding: 0 10px 0 0;
  font-size: 16px;
}
.introduce .image{
  width: 40%;
}
.introduce .image .c1{
  position: relative;
  top: 0;
}
.introduce .image .c2{
  position: relative;
  top: 0;

  overflow: hidden;
  width: 600px;
  /* padding-bottom: 109.4%; */
}
.introduce .image .c2 video{
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:1400px) {
    .introduce .text {
        margin: 0;
    }
    .introduce .text h4 {
        font-size: 32px;
        margin: 0 0 1.2rem;
    }
    .introduce .text small::after {
        width: 300px;
    }
    .introduce .text h4::after {
        width: 300px;
    }
    @keyframes line-show {
      0% {
        width: 0;
      }
      100% {
        width: 300px;
      }
    }

}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){

  .introduce .text small::after{
    width: 180px;
    animation: none;
  }
  .introduce .text h4::after {
    width: 180px;
    animation: none;
  }
}
@media screen and (max-width:860px){
  .introduce{
    margin-top: 0!important;
  }
  .introduce .text{
    margin-top: 0!important;
    width: 100%;
  }
  .introduce .text h4{
    /* font-size: 2rem; */
    font-size: 1.8rem;
  }
  .introduce .text h4 br{
    display: none;
  }
  .introduce .text p{
    word-break: keep-all;
  }
  .introduce .text p br{
    display: none;
  }
  .introduce .image{
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .introduce .text small::after{
    display: none;
  }
  .introduce .text h4::after {
    display: none;
  }
}
@media screen and (max-width:640px){
  .introduce .image{
    margin-top: 15px;
  }
  .introduce .text p .name{
    font-size: 20px;
  }
  .introduce .text p .name em{
    font-size: 15px;
  }
}








/* ******************************CEO 인사말*********************************** */


@media screen and (max-width:1140px){
  .greeting .introduce{
    margin-bottom: 4rem;
  }
  .greeting .introduce .image img{
    top: 0 !important;
  }
  .greeting .introduce .text h4{
    font-size: 2.8rem;
  }
}
@media screen and (max-width:1024px){
  .greeting section:first-child{
    margin-top: 60px !important;
  }
}
@media screen and (max-width:860px){
  .greeting .introduce .text{
    width: 100%;
  }
  .greeting .introduce .image{
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
  }

  .greeting section h1{font-size: 3.2rem;}
  .greeting section h4 br{display: none;}
}
@media screen and (max-width:640px){
  .greeting .introduce .text h4{
    font-size: 2.6rem;
    margin: 0 0 0.6rem;
  }
  .greeting .introduce .image{
    margin-top: 15px;
  }
  .eng .greeting section .from strong {display:block; margin-top:0.5rem;}
}
@media screen and (max-width:425px){
  .greeting section:first-child{
    margin-top: 40px !important;
  }
  .greeting section h1 {
    font-size: 2.4rem;
  }
  .greeting section h2{
    font-size: 1.3rem;
  }
  .greeting section h3{
    font-size: 1.2rem;
  }
  .greeting section h4{
    font-size: 1.1rem;
  }


  .greeting .introduce .text h4{
    font-size: 2rem;
  }
  .greeting .introduce .text p{
    font-size: 1rem;
  }
}



















.borard-thumbs-list li{margin-top:60px;padding-top:60px;border-top:1px solid #dbdbdb}
.borard-thumbs-list li:first-child{margin-top:0;padding-top:0;border-top:0px none}
.borard-thumbs-list li .b-inner{display:flex;align-items:center;position:relative;z-index:0}
/* .borard-thumbs-list li .b-inner:before{display:block;content:'';position:absolute;bottom:0;left:0;width:605px;height:340px;border:2px solid #f6f6f6;box-sizing:border-box;background-color:#f6f6f6;transition:all 0.5s;z-index:-1}
.borard-thumbs-list li .item:hover .b-inner:before{border:2px solid #0092c3 ;background-color:transparent} */
.borard-thumbs-list li .img{width:605px;}
.borard-thumbs-list li .img img{width: 100%; height: auto;}
.borard-thumbs-list li .cont{width: calc(100% - 605px); box-sizing: border-box; padding-left:60px}
/* .borard-thumbs-list li .cont .t1{font-size:2.2rem;font-weight:700;} */
.borard-thumbs-list li .cont .ord-lists{margin-top:20px}
.borard-thumbs-list li .cont .ord-lists p{position:relative;padding-left:15px;line-height:1.76;color:#707070}
.borard-thumbs-list li .cont .ord-lists p:before{display:block;content:'';position:absolute;top:12px;left:0;width:5px;height:5px;border-radius:5px;background-color:#707070}
.borard-thumbs-list li .cont .button {
    display:inline-block; line-height:46px;
    padding: 0 40px;
    margin-top:40px;
    border-radius:12px;
    border:solid 1px #0092c3 ;
    color:#0092c3 ;
    transition:all 0.5s;
    font-size: 1rem;
}
.borard-thumbs-list li .cont .button:hover {
    background: #0092c3;
    color: #fff;
}

@media screen and (max-width:1400px) {
    .borard-thumbs-list li .img {
        width: 500px;
    }
    .borard-thumbs-list li .cont{
        width: calc(100% - 500px);
    }


}

@media screen and (max-width:1024px) {
    .borard-thumbs-list li .b-inner {
        display: block;
    }
    .borard-thumbs-list li .img {
        width: 100%;
    }
    .borard-thumbs-list li .img img {
        width: 100%;
    }
    .borard-thumbs-list li .cont {
        width: 100%;
        padding-left: 0;
        margin: 40px 0 0 0;
    }
    .borard-thumbs-list li .cont button {
        margin-top: 20px;
    }
}

@media screen and (max-width:768px) {


}
@media screen and (max-width:640px) {
    .borard-thumbs-list li .cont {
        margin: 20px 0 0 0;
    }
    .borard-thumbs-list li .cont button {
        padding: 0 25px;
    }

}










/* 회사개요 */

.summary {

}
.summary .sm_tit {
    margin-bottom: 60px;
}
.summary-visual{
    background: url('/assets/site/img/contents/summary-visual-02.jpg') no-repeat center bottom / cover;
    position: relative;

    height: 760px;
    border
}
.summary-visual::before{
    content: ''; display: block; width: 1px;
    position: absolute; bottom: -70px; left: 50%; background-color: #000;
    animation: line_ani 0.5s linear forwards;
}
.summary-visual .line{
    position: absolute; bottom: 0; left: 50%;
    width: 1px; background-color: #fff;
    animation: line_ani 0.5s linear 0.5s forwards;
}
.summary-visual .text{
    position: absolute;
    top: 100px; left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc( 100% - 100px );
}
.summary-visual .text strong{
    font-size: 14px; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; color: #0092c3;
}
.summary-visual .text .content{
    margin: 20px 0; font-size: 32px;  font-weight: 700;
}
@keyframes line_ani {
    0% {
        height: 0;
    }
    100% {
        height: 70px;
    }
}

.summary-list {
    padding: 120px 0;
    overflow: hidden;
}
.summary-list .summary-it {
    overflow: hidden;
    width: 32%; float: left;
    margin-right: 2%;
    position: relative;
}
.summary-list .summary-it:last-child {
    margin-right: 0;
}

.
.summary-list .summary-it .image{
    width: 100%;
    position: relative;
}
.summary-list .summary-it .image img{
    position: relative;
    top: 0;
}
.summary-list .summary-it .image::after {
    content: ''; display: block;
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    background: rgba(0,0,0,.4);
}


.summary-list .summary-it .text {
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;

}
.summary-list .summary-it .text span {
    color: #ffd900; font-weight: 700;

}
.summary-list .summary-it .text p {
    font-size: 32px; font-weight: 700;
    color: #fff;
}


.summary .company-list {
    /* margin: 150px 0 0 0; */
    padding: 120px 0;
    overflow: hidden;
    background: #f4f8fc;
}
.summary .company-list .company-it {
    float: left;
    width: 32%; margin-right: 2%;
    background: #fff;
    text-align: center;
}
.summary .company-list .company-it:nth-child(3n) {
    margin-right: 0;
}
.summary .company-list .company-it:nth-of-type(1),
.summary .company-list .company-it:nth-of-type(2),
.summary .company-list .company-it:nth-of-type(3) {
    margin-bottom: 2%;
}
.summary .company-list .company-it dl {
    padding: 80px 30px;
}
.summary .company-list .company-it dl dt {

}
.summary .company-list .company-it dl dt img {
    width: 90px;
}
.summary .company-list .company-it dl dd {
    margin-top: 20px;
}
.summary .company-list .company-it dl dd p {
    font-size: 22px; font-weight: 700;
}
.summary .company-list .company-it dl dd span {
    display: block;
    margin-top: 20px;
    height: 51px;
}

@media screen and (max-width:1400px) {
    .summary-visual .text .content {
        font-size: 24px;
    }
    .summary-list .summary-it .text p {
        font-size: 20px;
    }
    .summary .company-list .company-it dl dd p {
        font-size: 20px;
    }
    .summary-list .summary-it .text span {
        font-size: 0.8em;
    }
}

@media screen and (max-width:1024px) {
    .summary .company-list {
        padding: 80px 0;
    }
    .summary-list .summary-it {
        width: 100%;
        margin-right: 0; margin-bottom: 2%;
        height: 280px;
        background-size: cover;
    }
    .summary-list .summary-it:last-child {
        margin-bottom: 0;
    }
    .summary-list .summary-it img {
        display: none;
    }
    .summary-list .summary-it:nth-of-type(1){
        background-image: url('/assets/site/img/contents/summary-it-01.jpg');
    }
    .summary-list .summary-it:nth-of-type(2){
        background-image: url('/assets/site/img/contents/summary-it-02.jpg');
    }
    .summary-list .summary-it:nth-of-type(3){
        background-image: url('/assets/site/img/contents/summary-it-03.jpg');
    }



    .summary .company-list .company-it {
        width: 49%;
    }
    .summary .company-list .company-it:nth-child(3n) {
        margin-right: 2%;
    }
    .summary .company-list .company-it:nth-child(2n) {
        margin-right: 0;
    }
    .summary .company-list .company-it:nth-of-type(4) {
        margin-bottom: 2%;
    }
    .summary .company-list .company-it dl {
        padding: 40px 20px;
    }
    .summary .company-list .company-it dl dt img {
        width: 65px;
    }
    .summary .company-list .company-it dl dd {
        margin-top: 15px;
    }

    .summary .company-list .company-it dl dd span {
        margin-top: 5px;
    }
}

@media screen and (max-width:768px) {
    .summary-visual .text p br {
        display: none;
    }
    .summary .company-list .company-it {
        width: 100%;
        margin-right: 0 !important;
    }
    .summary .company-list .company-it:nth-of-type(5) {
        margin-bottom: 2%;
    }
    .summary .company-list .company-it dl dd span {
        height: auto;
    }

}

@media screen and (max-width:568px) {
    .summary .sm_tit {
        margin-bottom: 30px;
    }
    .summary-visual {
        height: 540px;
        padding: 0 0 100px 0;
        position: relative;
    }
    .summary-visual::after {
        content: '';
        display: block;
        width: 100%; height: 100%;
        position: absolute; top: 0; left: 0;
        background: #fff; opacity: .4;
    }
    .summary-visual .text {
        position: relative;
        width: calc( 100% - 40px );
        padding: 0 20px;
        left: 0; top: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        z-index: 1;
    }
    .summary-visual .text .content {
        font-size: 20px;
    }
    .summary-list .summary-it {
        height: 220px;
    }
}

@media screen and (max-width:425px) {
    .summary-list .summary-it {
        height: 200px;
    }
}





/* 연구개발 */
.rnd-area .parallax-area .parallax-subtxt p {
    margin: 0;
}

.rnd-area .parallax-area .parallax-img {
    height: 450px;
}
.rnd-area .parallax-area.research .parallax-img {
    background-image: url('/assets/site/img/contents/rnd-it-01.jpg');
}
.rnd-area .parallax-area.product .parallax-img {
    background-image: url('/assets/site/img/contents/rnd-it-02.jpg');
}
.rnd-area .parallax-area.development .parallax-img {
    background-image: url('/assets/site/img/contents/rnd-it-03.jpg');
}





/* 환경 경영 */
.envi-area .parallax-area .parallax-subtxt p {
    margin: 0 0 40px;
}

.envi-area .parallax-area .parallax-img {
    height: 450px;
}
.envi-area .parallax-area.atmo .parallax-img {
    background-image: url('/assets/site/img/contents/envi-it-01.jpg');
}
.envi-area .parallax-area.water .parallax-img {
    background-image: url('/assets/site/img/contents/envi-it-02.jpg');
}
.envi-area .parallax-area.waste .parallax-img {
    background-image: url('/assets/site/img/contents/envi-it-03.jpg');
}
.envi-area .parallax-area.haza .parallax-img {
    background-image: url('/assets/site/img/contents/envi-it-04.jpg');
}
.envi-area .parallax-area.etc .parallax-img {
    background-image: url('/assets/site/img/contents/envi-it-05.jpg');
}

.envi-area .parallax-area .parallax-subtxt .dot {
    padding: 0;
    margin-bottom: 20px;
}
.envi-area .parallax-area .parallax-subtxt .dot:last-child {
    margin-bottom: 0;
}
.envi-area .parallax-area .parallax-subtxt .dot p {
    font-size: 1em; font-weight: 600;
    margin: 0 0 20px;
}

@media screen and (max-width:1024px) {
    .policy-area.envi-area .parallax-area .parallax-subtxt {
        margin: 40px 0 0 0;
    }
}
@media screen and (max-width:640px) {
    .policy-area.envi-area .parallax-area .parallax-subtxt {
        margin: 30px 0 0 0;
    }
    .envi-area .parallax-area .parallax-subtxt p {
        margin: 0 0 20px;
    }
}


/* 영문페이지 단독 적용 */
.en .static.about5 .sm_tit{line-height: 115% !important;}
.en .model .it-mo .mean span{line-height: 125%;}
@media screen and (max-width: 640px){
    .en .history_wrap .tab_style .tab li a{font-size: 13px;}
}
