/******************************
******** 회사정보 about ********
******************************/

/***** CEO인사말 sc01_01 *****/
.sc01_01_01::after , .sc01_01_02::after{
    content:'';
    display:block;
    clear:both;
}
.sc01_01_01 > div{
    float:left;
    width:50%;
    box-sizing:border-box;
}
.sc01_01_01 > div.top{
    padding-bottom:50%;
    background:url('/asset/img/gts/greeting2.jpg') no-repeat;
    background-position: center;
    background-size:cover;
    border-radius:30px 30px 0 30px;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s, opacity 1s;
}

.sc01_01_01 > div.bottom{
    padding-left:3%;
}

.sc01_01_02 > div{
    float:right;
    width:50%;
    box-sizing:border-box;
}
.sc01_01_02 > div.top{
    padding-bottom:50%;
    background:url('/asset/img/gts/greeting.jpg') no-repeat;
    background-position: center;
    border-radius:30px 30px 0 30px;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s, opacity 1s;
}
.sc01_01_02 > div.bottom{
    padding-right:3%;
}
.sc01_01_01 > div.bottom > h1 , .sc01_01_02 > div.bottom > h1{
    font-size:45px;
    letter-spacing:-1px;
    line-height:1.3;
}
.sc01_01_01 > div.bottom > div , .sc01_01_02 > div.bottom > div{
    padding-top:50px;
    line-height:1.5;
}

.sc01_01_01.active > div.top , .sc01_01_02.active > div.top{
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width:1150px){
    .sc01_01_01 > div.bottom > h1 , .sc01_01_02 > div.bottom > h1{
        font-size:40px;
    }
}
@media screen and (max-width:1000px){
    .sc01_01_01 > div , .sc01_01_02 > div{
        float:none;
        width:100%;
    }
    .sc01_01_01 > div.bottom , .sc01_01_02 > div.bottom{
        padding-top:50px;
        padding-left:0;
        padding-right:0;
    }
    .sc01_01_01 > div.top , .sc01_01_02 > div.top{
        padding-bottom:80%;
    }
}
@media screen and (max-width:850px){
    .sc01_01_01 > div.bottom > h1 , .sc01_01_02 > div.bottom > h1{
        font-size:35px;
    }
}
@media screen and (max-width:600px){
    .sc01_01_01 > div.top , .sc01_01_02 > div.top{
        padding-bottom:100%;
    }
    .sc01_01_01 > div.bottom , .sc01_01_02 > div.bottom{
        padding-top:30px;
    }
    .sc01_01_01 > div.bottom > h1 , .sc01_01_02 > div.bottom > h1{
        font-size:30px;
    }
    .sc01_01_01 > div.bottom > div , .sc01_01_02 > div.bottom > div{
        font-size:16px;
    }
}

/***** 연혁 sc01_02 *****/
.sc01_02_top{
    position:relative;
}
.sc01_02_top::after{
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:0;
    max-width:1000px;
    width:100%;
    padding-bottom:40%;
    background:url('/asset/img/about/history_background_01.png') no-repeat;
    background-position:right top;
    background-size:contain;
    z-index:-1;
}

.sc01_02_bottom{
    position:relative;
}
.sc01_02_bottom::after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    max-width:1000px;
    width:100%;
    padding-top:40%;
    background:url('/asset/img/about/history_background_02.png') no-repeat;
    background-position:left bottom;
    background-size:contain;
    z-index:-1;
}
@media screen and (max-width:850px){
    .sc01_02_top::after{
        padding-bottom:70%;
    }
    .sc01_02_bottom::after{
        padding-top:70%;
    }
}

.sc01_02_01 > div:first-child{
    border-top:1px solid #eaeaea;
}
.sc01_02_01 > div.left_layout{
    border-bottom:1px solid #eaeaea;
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1s, opacity 1s;
}
.sc01_02_01 > div.active{
    opacity: 1;
    transform: translateX(0px);
}

.sc01_02_01 > div.left_layout > h2.sc_title{
    font-size:40px;
    font-weight:500;
    box-sizing:border-box;
    padding-left:30px;
    color:#4760ab;
}
.sc01_02_01 > div.left_layout > div > ul:not(:first-child){
    padding-top:30px;
}
.sc01_02_01 > div.left_layout > div > ul > li{
    width: 100%;
    padding:15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sc01_02_01 > div.left_layout > div > ul > li > h3{
    font-size:25px;
    font-weight:300;
    width:65px;
}
.sc01_02_01 > div.left_layout > div > ul > li > span{
    display:block;
    width:55px;
    height:1px;
    background-color:#1c1c1c;
}
.sc01_02_01 > div.left_layout > div > ul > li > span.none{
    background-color:transparent;
}
.sc01_02_01 > div.left_layout > div > ul > li > p{
    width:calc(100% - 120px);
    box-sizing:border-box;
    padding-left:20px;
    font-weight:500;
}

@media screen and (max-width:850px){
    .sc01_02_01 > div.left_layout{
        margin:0 auto;
        padding:50px 20px;
    }
    .sc01_02_01 > div.left_layout > h2.sc_title{
        padding-left:0;
        font-size:30px;
    }
    .sc01_02_01 > div.left_layout > div > ul > li{
        padding:10px 0;
    }
    .sc01_02_01 > div.left_layout > div > ul > li > h3{
        font-size:18px;
        width:55px;
    }
    .sc01_02_01 > div.left_layout > div > ul > li > span{
        width:35px
    }
    .sc01_02_01 > div.left_layout > div > ul > li > p{
        width:calc(100% - 90px);
        padding-left:15px;
        font-size:16px;
    }
}
@media screen and (max-width:600px){
    .sc01_02_01 > div.left_layout{
        margin:0 auto;
        padding:30px 15px;
    }
    .sc01_02_01 > div.left_layout > h2.sc_title{
        font-size:25px;
    }
    .sc01_02_01 > div.left_layout > div > ul > li{
        padding:7px 0;
    }
    .sc01_02_01 > div.left_layout > div > ul > li > h3{
        font-size:16px;
        width:45px;
    }
    .sc01_02_01 > div.left_layout > div > ul > li > span{
        width:25px
    }
    .sc01_02_01 > div.left_layout > div > ul > li > p{
        width:calc(100% - 70px);
        padding-left:10px;
        font-size:14px;
        line-height:1.3;
    }
}

/***** 사업장소개 sc01_03 *****/
.sc01_03_01 , .sc01_03_02{
    position:relative;
    padding-bottom:20%;
}
div.map{
    width:0%;
    height:450px;
    opacity:0;
    transition: width 1s, opacity 1s;
}

.sc01_03_01.active > div.map , .sc01_03_02.active > div.map{
    width:100%;
    opacity:1;
}

.sc01_03_01 > div.map{
    background:url('/asset/img/about/business_01.jpg') no-repeat;
    background-position: center;
    background-size:cover;
}
.sc01_03_02 > div.map{
    background:url('/asset/img/about/business_02.jpg') no-repeat;
    background-position: center;
    background-size:cover;
}
.explanation{
    position:absolute;
    width:70%;
    margin-top:-100px;
    padding:50px;
    background-color:#fff;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 25%);
}
.sc01_03_01 > .explanation{
    right:0;
    bottom:0;
}
.sc01_03_02 > .explanation{
    left:0;
    bottom:0;
}
.explanation > .title{
    width:100%;
}
.explanation > .title > span{
    display:inline-block;
    font-size:16px;
    padding:5px 10px;
    border-radius:0 10px 0 10px;
    color:#fff;
    font-weight:700;
}
.sc01_03_01 > .explanation > .title > span{
    background-color:#4760ab;
}
.sc01_03_02 > .explanation > .title > span{
    background-color:#ef7c1a;
}
.explanation > .title > h2{
    font-size:30px;
    padding-top:20px;
    font-weight:700;
}
.explanation > .title > p{
    font-size:14px;
    padding-top:10px;
    padding-bottom:45px;
}
.explanation > .details::after{
    content:'';
    display:block;
    clear:both;
}
.explanation > .details > ul{
    float:left;
}
.sc01_03_01 > .explanation > .details > ul:first-child{
    width:40%;
}
.sc01_03_01 > .explanation > .details > ul:last-child{
    width:60%;
}
.sc01_03_02 > .explanation > .details > ul:first-child{
    width:60%;
}
.sc01_03_02 > .explanation > .details > ul:last-child{
    width:40%;
}
.explanation > .details > ul > li::after{
    content:'';
    display:block;
    clear:both;
}
.explanation > .details > ul > li > span , .sc01_03_01 > .explanation > .details > ul > li > p{
    float:left;
}
.details > ul > li:last-child{
    padding-top:20px;
}
.explanation > .details > ul > li > span{
    float:left;
    display:block;
    width:100px;
    font-weight:700;
}
.explanation > .details > ul > li > p{
    float:left;
    width:calc(100% - 100px);
    line-height:1.5;
    margin-top:-2px;
}

@media screen and (max-width:1000px){
    .sc01_03_01 , .sc01_03_02{
        position:relative;
        padding-bottom:30%;
    }
}

@media screen and (max-width:850px){
    .sc01_03_01 , .sc01_03_02{
        position:relative;
        padding-bottom:0;
    }
    div.map{
        height:400px;
    }
    .explanation{
        position:static;
        width:90%;
        margin:-50px auto 0;
        padding:30px;
    }
    .explanation > .title > h2{
        font-size:25px;
        padding-top:15px;
    }
    .explanation > .title > p{
        padding-bottom:35px;
    }
    .explanation > .details > ul > li{
        font-size:16px;
    }
    .explanation > .details > ul > li > span{
        width:80px;
    }
    .explanation > .details > ul > li > p{
        width:calc(100% - 80px);
    }
}
@media screen and (max-width:600px){
    div.map{
        height:300px;
    }
    .explanation{
        position:static;
        width:85%;
        margin:-30px auto 0;
        padding:15px;
    }
    .explanation > .title > span{
        font-size:14px;
        padding:3px 7px;
    }
    .explanation > .title > h2{
        font-size:20px;
        padding-top:10px;
    }
    .explanation > .title > p{
        padding-bottom:25px;
    }
    .explanation > .details > ul{
        float:none !important;
        width:100% !important;
    }
    .explanation > .details > ul:last-child{
        padding-top:15px;
    }
    .explanation > .details > ul > li{
        font-size:14px;
    }
    .explanation > .details > ul > li:last-child{
        padding-top:15px;
    }
}

.sc01_03_03 > .left_layout > div > ul::after{
    content:'';
    display:block;
    clear:both;
}
.sc01_03_03 > .left_layout > div > ul > li{
    float:left;
    box-sizing:border-box;
    width:calc(97% / 3);
    border-radius:10px 10px 0 10px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    margin-right:1.5%;
    margin-top:1.5%;
    padding:15px;   
}
.sc01_03_03 > .left_layout > div > ul > li:nth-child(1) , .sc01_03_03 > .left_layout > div > ul > li:nth-child(2) , .sc01_03_03 > .left_layout > div > ul > li:nth-child(3){
    margin-top:0;
}
.sc01_03_03 > .left_layout > div > ul > li:nth-child(3n){
    margin-right:0;
}
.sc01_03_03 > .left_layout > div > ul > li > p{
    text-align:center;
    padding-bottom:10px;
    font-size:25px;
    font-weight:700;
    color:#313799;
    letter-spacing: -2px;
}
.sc01_03_03 > .left_layout > div > ul > li > img{
    width:100%;
}

@media screen and (max-width:1050px){
    .sc01_03_03 > .left_layout > div > ul > li > p{
        font-size:20px;
    }
}
@media screen and (max-width:850px){
    .sc01_03_03 > .left_layout > div > ul > li{
        border-radius:7px 7px 0 7px;
        padding:10px;   
    }
    .sc01_03_03 > .left_layout > div > ul > li > p{
        font-size:18px;
    }
}
@media screen and (max-width:600px){
    .sc01_03_03 > .left_layout > div > ul > li{
        float:left;
        box-sizing:border-box;
        width:calc(98.5% / 2);
        border-radius:5px 5px 0 5px;   
    }
    .sc01_03_03 > .left_layout > div > ul > li:nth-child(3){
        margin-top:1.5%;
    }
    .sc01_03_03 > .left_layout > div > ul > li:nth-child(2n){
        margin-right:0%;
    }
    .sc01_03_03 > .left_layout > div > ul > li:nth-child(3n){
        margin-right:1.5%;
    }
    .sc01_03_03 > .left_layout > div > ul > li:nth-child(6n){
        margin-right:0%;
    }
}


/***** 경영 및 비전 sc01_04 *****/
.sc01_04_top{
    position:relative;
}
.sc01_04_top::after{
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:0;
    max-width:1000px;
    width:100%;
    padding-bottom:30%;
    background:url('/asset/img/about/vision_background.png') no-repeat;
    background-position:right top;
    background-size:contain;
    z-index:-1;
}

@media screen and (max-width:850px){
    .sc01_04_top::after{
        padding-bottom:50%;
    }
}

.sc01_04_01 > div.left_layout > div.management > div.top{
    text-align:center;
    height:150px;
    position:relative;
}
.sc01_04_01 > div.left_layout > div.management > div.top > span{
    display:block;
    height:150px;
}
.sc01_04_01 > div.left_layout > div.management > div.top > span > svg{
    height:100%;
    width:auto;
    margin:0 auto;
}
.sc01_04_01 > div.left_layout > div.management > div.top > span > svg path{
    fill:#313799;
    opacity:0.1;
}
.sc01_04_01 > div.left_layout > div.management > div.top > div{
    position:absolute;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
    width:100%;
}
.sc01_04_01 > div.left_layout > div.management > div.top > div > h2{
    font-size:40px;
    font-weight:700;
    color:#313799;
}
.sc01_04_01 > div.left_layout > div.management > div.top > div > p{
    padding-top:10px;
}

.sc01_04_01 > div.left_layout > div.management > div.bottom{
    position:relative;
}
.sc01_04_01 > div.left_layout > div.management > div.bottom::after{

}
.sc01_04_01 > div.left_layout > div.management > div.bottom > ul::after{
    content:'';
    display:block;
    clear:both;
}
.sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li{
    float:left;
    width:calc(96% / 3);
    padding-bottom:32%;
    border-radius:100%;
    position:relative;
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1s, opacity 1s;
}
.sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li.active{
    opacity: 1;
    transform: translateX(0px);
}
.sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li:nth-child(1){
    background-color:#4760ab;
}
.sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li:nth-child(2){
    background-color:#00bfec;
}
.sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li:nth-child(3){
    background-color:#00948d;
}
.sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li:not(:last-child){
    margin-right:2%;
}
.sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li > div{
    position:absolute;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
    text-align:center;
    width:100%;
    color:#fff;
}
.sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li > div > h2{
    font-size:30px;
    font-weight:500;
    padding-bottom:20px;
    border-bottom:1px solid #fff;
    margin:0 40px 20px;
}
.sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li > div > p{
    font-size:16px;
    width:100%;
    line-height:1.3;
}
@media screen and (max-width:950px){
    .sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li > div > h2{
        font-size:25px;
    }
    .sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li > div > p{
        font-size:14px;
    }
}
@media screen and (max-width:850px){
    .sc01_04_01 > div.left_layout > div.management > div.top{
        height:120px;
    }
    .sc01_04_01 > div.left_layout > div.management > div.top > span{
        height:120px;
    }
    .sc01_04_01 > div.left_layout > div.management > div.top > div > h2{
        font-size:35px;
    }
    .sc01_04_01 > div.left_layout > div.management > div.bottom::after{
        width:1px;
        height:60px;
        top:5px;
    }
    .sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li > div > h2{
        font-size:30px;
    }
    .sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li > div > p{
        font-size:16px;
    }
}
@media screen and (max-width:600px){
    .sc01_04_01 > div.left_layout > div.management > div.top > div > h2{
        font-size:40px;
    }
    .sc01_04_01 > div.left_layout > div.management > div.top > div > p{
        font-size:18px;
        padding-top:10px;
    }
    .sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li{
        float:none;
        width:80%;
        padding-bottom:80%;
        margin:0 auto;
    }
    .sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li:not(:last-child){
        margin-right:auto;
        margin-bottom:2%;
    }
    .sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li > div > h2{
        font-size:40px;
    }
    .sc01_04_01 > div.left_layout > div.management > div.bottom > ul > li > div > p{
        font-size:18px;
    }
}

.sc01_04_02 > div.left_layout > div{
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s, opacity 1s;
}
.sc01_04_02 > div.left_layout > div.active{
    opacity: 1;
    transform: translateY(0px);
}

.sc01_04_02 > div.left_layout > div > ul::after{
    content:'';
    display:block;
    clear:both;
}
.sc01_04_02 > div.left_layout > div > ul > li{
    float:left;
    width:calc(98% / 2);
}
.sc01_04_02 > div.left_layout > div > ul > li:nth-child(2n){
    margin-left:2%;
}
.sc01_04_02 > div.left_layout > div > ul > li:nth-child(1) , .sc01_04_02 > div.left_layout > div > ul > li:nth-child(2){
    padding-bottom:40px;
}
.sc01_04_02 > div.left_layout > div > ul > li > h1{
    font-size:70px;
    font-weight:700;
    color:#dddddd;
}
.sc01_04_02 > div.left_layout > div > ul > li > h3{
    font-size:40px;
    font-weight:700;
    padding-top:10px;
    padding-bottom:20px;
}
.sc01_04_02 > div.left_layout > div > ul > li > p{
    line-height:1.3;
}

@media screen and (max-width:850px){
    .sc01_04_02 > div.left_layout > div > ul > li > h1{
        font-size:50px;
    }
    .sc01_04_02 > div.left_layout > div > ul > li > h3{
        font-size:30px;
        padding-top:5px;
        padding-bottom:15px;
    }
    .sc01_04_02 > div.left_layout > div > ul > li > p{
        font-size:16px;
    }
}
@media screen and (max-width:600px){
    .sc01_04_02 > div.left_layout > div > ul > li{
        float:none;
        width:100%;
    }
    .sc01_04_02 > div.left_layout > div > ul > li:nth-child(2n){
        margin-left:0;
    }
    .sc01_04_02 > div.left_layout > div > ul > li:nth-child(1) , .sc01_04_02 > div.left_layout > div > ul > li:nth-child(2) , .sc01_04_02 > div.left_layout > div > ul > li:nth-child(3){
        padding-bottom:30px;
    }
    .sc01_04_02 > div.left_layout > div > ul > li > h1{
        font-size:30px;
    }
    .sc01_04_02 > div.left_layout > div > ul > li > h3{
        font-size:20px;
        padding-bottom:10px;
    }
    .sc01_04_02 > div.left_layout > div > ul > li > p{
        font-size:14px;
    }
}


.sc01_04_03 > div.left_layout > div{
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s, opacity 1s;
}
.sc01_04_03 > div.left_layout > div.active{
    opacity: 1;
    transform: translateY(0px);
}
.sc01_04_03 > div.left_layout > div > ul::after{
    content:'';
    display:block;
    clear:both;
}
.sc01_04_03 > div.left_layout > div > ul > li{
    float:left;
    width:calc(97% / 4);
    margin-right:1%;
    margin-top:20px;
    text-align:center;
}
.sc01_04_03 > div.left_layout > div > ul > li:nth-child(4n){
    margin-right:0;
}
.sc01_04_03 > div.left_layout > div > ul > li > img{
    width:90%;
}
@media screen and (max-width:600px){
    .sc01_04_03 > div.left_layout > div > ul > li{
        width:calc(99% / 2);
        margin-top:20px;
    }
    .sc01_04_03 > div.left_layout > div > ul > li:nth-child(2n){
        margin-right:0;
    }
}

/***** 안전환경보건 sc01_05 *****/
.sc01_05_top{
    position:relative;
}
.sc01_05_top::after{
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:0;
    max-width:1000px;
    width:100%;
    padding-bottom:40%;
    background:url('/asset/img/about/safety_background.png') no-repeat;
    background-position:right top;
    background-size:contain;
    z-index:-1;
}

@media screen and (max-width:850px){
    .sc01_05_top::after{
        padding-bottom:70%;
    }
}


.sc01_05_01{
    width:100%;
    height:350px;
    background:url('/asset/img/gts/main_metapo02.jpg') no-repeat;
    background-size:cover;
    background-position:center;
}
.sc01_05_02{overflow: hidden;}

@media screen and (max-width:850px){
    .sc01_05_01{
        height:300px;
    }
}

@media screen and (max-width:600px){
    .sc01_05_01{
        height:250px;
    }
}

.sc01_05_02 > div.left_layout > div > ul > li::after{
    content:'';
    display:block;
    clear:both;
}
.sc01_05_02 > div.left_layout > div > ul > li{
    border:1px solid #e1e1e1;
    border-radius:130px;
    height:130px;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top:25px;
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1s, opacity 1s;
}
.sc01_05_02 > div.left_layout > div > ul > li.active{
    opacity: 1;
    transform: translateX(0px);
}
.sc01_05_02 > div.left_layout > div > ul > li:first-child{
    margin-top:0;
}
.sc01_05_02 > div.left_layout > div > ul > li > div:first-child{
    width:130px;
    text-align:center;
    font-size:50px;
    font-weight:700;
    color:#dddddd;
}
.sc01_05_02 > div.left_layout > div > ul > li > div:last-child{
    width:calc(100% - 130px);
    line-height:1.5;
    box-sizing:border-box;
    padding-right:50px;
}
@media screen and (min-width:850px){
    .sc01_05_02 > div.left_layout > div > ul > li.eng{ /* 3.31추가 */
        height: auto;
        min-height: 130px;
    }
}
@media screen and (max-width:850px){
    .sc01_05_02 > div.left_layout > div > ul > li{
        height:100px;
        margin-top:30px;
    }
    .sc01_05_02 > div.left_layout > div > ul > li > div:first-child{
        width:100px;
        font-size:40px;
    }
    .sc01_05_02 > div.left_layout > div > ul > li > div:last-child{
        width:calc(100% - 100px);
        padding-right:30px;
        font-size:16px;
    }
}
@media screen and (max-width:600px){
    .sc01_05_02 > div.left_layout > div > ul > li{
        height:80px;
        margin-top:15px;
    }
    .sc01_05_02 > div.left_layout > div > ul > li.eng{ /* 3.31추가 */
        height: auto;
        min-height: 80px;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .sc01_05_02 > div.left_layout > div > ul > li > div:first-child{
        width:70px;
        font-size:30px;
    }
    .sc01_05_02 > div.left_layout > div > ul > li > div:last-child{
        width:calc(100% - 70px);
        padding-right:20px;
        font-size:14px;
    }
}

.sc01_05_03 > div.left_layout > div > ul > li::after{
    content:'';
    display:block;
    clear:both;
}
.sc01_05_03 > div.left_layout > div > ul > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top:-3%;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s, opacity 1s;
}
@media screen and (min-width:750px){.sc01_05_03 > div.left_layout > div > ul > li.eng{margin-top: 15px;}} /* 3.31추가 */
.sc01_05_03 > div.left_layout > div > ul > li.active{
    opacity: 1;
    transform: translateY(0px);
}
.sc01_05_03 > div.left_layout > div > ul > li:nth-child(1){
    margin-top:0;
}
.sc01_05_03 > div.left_layout > div > ul > li > div.safety_img{
    position:relative;
    width:30%;
    padding-bottom:30%;
    border-radius:100%;
    border:1px solid #d2d2d2;
}
.sc01_05_03 > div.left_layout > div > ul > li:nth-child(1) > div.safety_img{
    background:url(/asset/img/svg/planet-earth.svg) no-repeat;
    background-size:35%;
    background-position: 50% 40%;
}
.sc01_05_03 > div.left_layout > div > ul > li:nth-child(2) > div.safety_img{
    background:url(/asset/img/svg/helmet.svg) no-repeat;
    background-size:35%;
    background-position: 50% 40%;
}
.sc01_05_03 > div.left_layout > div > ul > li:nth-child(3) > div.safety_img{
    background:url(/asset/img/svg/flask.svg) no-repeat;
    background-size:35%;
    background-position: 50% 40%;
}
.sc01_05_03 > div.left_layout > div > ul > li > div.safety_img > p{
    font-size:25px;
    font-weight:700;
    position:absolute;
    left:50%;
    top:70%;
    transform:translateX(-50%);
    width: 100%;
    text-align: center;
}
.sc01_05_03 > div.left_layout > div > ul > li > div.safety_img > p.eng{font-size: 20px;} /* 3.31추가 */
.sc01_05_03 > div.left_layout > div > ul > li > div.line{
    display:block;
    width:7%;
    height:1px;
    margin:0 1.5%;
    background-color:#999999;
}
.sc01_05_03 > div.left_layout > div > ul > li > div.text{
    width:60%;
    border-radius:50px;
    background-color:#efefef;
    padding:30px 40px;
    box-sizing:border-box;
    line-height:1.7;
}
@media screen and (max-width:1050px){
    .sc01_05_03 > div.left_layout > div > ul > li > div.text{
        font-size:16px;
        padding:20px 30px;
    }
}
@media screen and (max-width:950px){
    .sc01_05_03 > div.left_layout > div > ul > li > div.text{
        font-size:14px;
        padding:15px 30px;
    }
}
@media screen and (max-width:850px){
    .sc01_05_03 > div.left_layout > div > ul > li{
        margin-top:-1%;
    }
    .sc01_05_03 > div.left_layout > div > ul > li > div.safety_img{
        width:25%;
        padding-bottom:25%;
    }
    .sc01_05_03 > div.left_layout > div > ul > li > div.safety_img > p{
        font-size:20px;
    }
    .sc01_05_03 > div.left_layout > div > ul > li > div.safety_img > p.eng{font-size: 18px;} /* 3.31추가 */
    .sc01_05_03 > div.left_layout > div > ul > li > div.text{
        width:65%;
        font-size:16px;
    }
}
@media screen and (max-width:750px){
    .sc01_05_03 > div.left_layout > div > ul > li{
        margin-top:2%;
    }
}
@media screen and (max-width:600px){
    .sc01_05_03 > div.left_layout > div > ul > li{
        flex-direction: column;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        align-items: baseline;
        margin-top:5%;
    }
    .sc01_05_03 > div.left_layout > div > ul > li > div.safety_img{
        width:50%;
        padding-bottom:50%;
        margin:0 auto;
    }
    .sc01_05_03 > div.left_layout > div > ul > li > div.line{
        width:1px;
        height:30px;
        margin:2% auto;
        background-color:#999999;
    }
    .sc01_05_03 > div.left_layout > div > ul > li > div.text{
        width:80%;
        margin:0 auto;
        font-size:14px;
    }
}
@media screen and (max-width:450px){
    .sc01_05_03 > div.left_layout > div > ul > li > div.text{
        width:100%;
        margin:0 auto;
    }
}
@media screen and (max-width:380px){
    .sc01_05_03 > div.left_layout > div > ul > li > div.safety_img > p.eng{font-size: 16px;} /* 3.31추가 */
}

/***** 품질방침 sc01_06 *****/
.sc01_06_top{
    position:relative;
}
.sc01_06_top::after{
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:0;
    max-width:1000px;
    width:100%;
    padding-bottom:40%;
    background:url('/asset/img/about/quality_background_01.png') no-repeat;
    background-position:right top;
    background-size:contain;
    z-index:-1;
}

.sc01_06_bottom{
    position:relative;
}
.sc01_06_bottom::after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    max-width:1000px;
    width:100%;
    padding-top:30%;
    background:url('/asset/img/about/quality_background_02.png') no-repeat;
    background-position:left bottom;
    background-size:contain;
    z-index:-1;
}

@media screen and (max-width:850px){
    .sc01_06_top::after{
        padding-bottom:70%;
    }
    .sc01_06_bottom::after{
        padding-top:60%;
    }
}

.sc01_06_01{
    width:0%;
    height:350px;
    background:url('/asset/img/about/quality_01.jpg') no-repeat;
    background-size:cover;
    background-position:center;
    opacity: 0;
    transition: width 1s, opacity 1s;
}
.sc01_06_01.active{
    width: 100%;
    opacity: 1;
}

@media screen and (max-width:850px){
    .sc01_06_01{
        height:300px;
    }
}

@media screen and (max-width:600px){
    .sc01_06_01{
        height:250px;
    }
}

.sc01_06_02 > div.left_layout > div > ul > li{
    border:1px solid #e1e1e1;
    border-radius:130px;
    height:130px;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top:25px;
}

.sc01_06_02 > div.left_layout > div > ul > li > div:first-child{
    width:130px;
    text-align:center;
    font-size:50px;
    font-weight:700;
    color:#dddddd;
}
.sc01_06_02 > div.left_layout > div > ul > li > div:last-child{
    width:calc(100% - 130px);
    line-height:1.5;
    box-sizing:border-box;
    padding-right:50px;
}
.sc01_06_02 > div.left_layout > div > ul > li > div:first-child > span{
    display:block;
    width:50%;
    height:50%;
    margin:0 auto;
}

.sc01_06_02 > div.left_layout > div > ul > li > div:first-child > span > svg path{
    fill:#313799;
}

@media screen and (max-width:850px){
    .sc01_06_02 > div.left_layout > div > ul > li{
        height:110px;
        margin-top:30px;
    }
    .sc01_06_02 > div.left_layout > div > ul > li > div:first-child{
        width:100px;
        font-size:40px;
    }
    .sc01_06_02 > div.left_layout > div > ul > li > div:last-child{
        width:calc(100% - 100px);
        padding-right:30px;
        font-size:16px;
    }
}
@media screen and (max-width:600px){
    .sc01_06_02 > div.left_layout > div > ul > li{
        height:100px;
        margin-top:15px;
    }
    .sc01_06_02 > div.left_layout > div > ul > li > div:first-child{
        width:70px;
        font-size:30px;
    }
    .sc01_06_02 > div.left_layout > div > ul > li > div:last-child{
        width:calc(100% - 70px);
        padding-right:20px;
        font-size:14px;
    }
}

.sc01_06_03 > div.left_layout > div > ul::after{
    content:'';
    display:block;
    clear:both;
}
.sc01_06_03 > div.left_layout > div > ul > li{
    float:left;
    width:calc(96% / 3);
    margin-left:2%;
    border: 1px solid #e1e1e1;
    border-radius:30px;
    box-sizing:border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1s, opacity 1s;
}
.sc01_06_03 > div.left_layout > div > ul > li.active{
    opacity: 1;
    transform: translateX(0px);
}
.sc01_06_03 > div.left_layout > div > ul > li:nth-child(1){
    margin-left:0;
}
.sc01_06_03 > div.left_layout > div > ul > li > div:first-child{
    width:55px;
    height:50px;
    line-height:50px;
    color:#dddddd;
    font-size:30px;
    font-weight:700;
    text-align:center;
}
.sc01_06_03 > div.left_layout > div > ul > li > div:last-child{
    width:calc(100% - 55px);
    font-size:20px;
    font-weight:700;
    box-sizing:border-box;
    padding-left:5px;
    border-left:1px solid #e1e1e1;
}
.sc01_06_03 > div.left_layout > div > ul > li > div.eng{
    line-height: 130%;
}
@media screen and (max-width:850px){
    .sc01_06_03 > div.left_layout > div > ul > li > div:first-child{
        width:45px;
        height:40px;
        line-height:40px;
        font-size:25px;
    }
    .sc01_06_03 > div.left_layout > div > ul > li > div:last-child{
        width:calc(100% - 45px);
        font-size:18px;
    }
}
@media screen and (max-width:600px){
    .sc01_06_03 > div.left_layout > div > ul > li{
        float:none;
        margin-left:0;
        width:100%;
        margin-top:10px;
    }
    .sc01_06_03 > div.left_layout > div > ul > li:nth-child(1){
        margin-top:0;
    }
    .sc01_06_03 > div.left_layout > div > ul > li > div:first-child{
        width:55px;
        height:60px;
        line-height:60px;
        font-size:30px;
    }
    .sc01_06_03 > div.left_layout > div > ul > li > div:last-child{
        width:calc(100% - 55px);
    }
}

.sc01_06_04{
    text-align:center;
    line-height:1.5;
}
.sc01_06_04 > h2{
    padding-top:50px;
    font-size:30px;
}

@media screen and (max-width:850px){
    .sc01_06_04{
        font-size:16px;
    }
    .sc01_06_04 > br{
        display:none;
    }
    .sc01_06_04 > h2{
        padding-top:35px;
        font-size:25px;
    }
}

@media screen and (max-width:600px){
    .sc01_06_04{
        font-size:14px;
    }
    .sc01_06_04 > h2{
        padding-top:20px;
        font-size:20px;
    }
}


/***** 오시는길 sc01_07 *****/
.sc01_07_01 > ul::after{
    content:'';
    display:block;
    clear:both;
}
.sc01_07_01 > ul > li{
    float:left;
    margin-right:15px;
}
.sc01_07_01 > ul > li:last-child{
    margin-right:0;
}
.sc01_07_01 > ul > li > a{
    width:100%;
    height:100%;
    display:inline-block;
    border-radius:5px;
    box-shadow: 2px 2px 10px rgb(49 55 153 / 20%);
}
.sc01_07_01 > ul > li > a > div.logo{
    float:left;
    width:45px;
    height:45px;
    background:url('/asset/img/svg/logo_symbol_w.svg') no-repeat;
    background-size:70%;
    background-position:center;
    background-color:#666666;
    border-radius:5px 0 0 5px;
}
.sc01_07_01 > ul > li > a.active > div.logo{
    background-color:#313799;
}
.sc01_07_01 > ul > li > a > div.locat{
    float:left;
    font-size:20px;
    padding:0 15px;
    height:45px;
    line-height:45px;
    border-radius:0 5px 5px 0;
}
.sc01_07_01 > ul > li > a > div.locat > span.flag{
    display:inline-block;
    width:30px;
    transform:translateY(2px);
    margin-left:10px;
}
.sc01_07_01 > ul > li > a > div.locat > span.flag > img{
    width:100%;
    height:100%;
    border:1px solid #dddddd;
}

@media screen and (max-width:850px){
    .sc01_07_01 > ul > li{
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }
    .sc01_07_01 > ul > li:last-child{
        margin-bottom:0;
    }
}
@media screen and (max-width:600px){
    .sc01_07_01 > ul > li > a > div.logo{
        float:left;
        width:35px;
        height:35px;
    }
    .sc01_07_01 > ul > li > a > div.locat{
        font-size:18px;
        padding:0 10px;
        height:35px;
        line-height:35px;
        width:calc(100% - 35px);
        box-sizing:border-box;
    }
}

@media screen and (max-width:500px){
    .sc01_07_01 > ul > li > a > div.locat{
        font-size:16px;
    }
}
@media screen and (max-width:400px){
    .sc01_07_01 > ul > li > a > div.locat{
        font-size:14px;
    }
}


.sc01_07_02 > div{
    display:none;
}
.sc01_07_02 > div.active{
    display: inherit;
}
.sc01_07_02 > div > div.ex{
    margin-top:20px;
}
.sc01_07_02 > div > div.ex::after{
    content:'';
    display:block;
    clear:both;
}
.sc01_07_02 > div > div.ex > div{
    float:left;
    width:calc(98% / 2);
    margin-right:2%;
    background-color:#f3f3f3;
    padding:15px 35px;
    box-sizing:border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sc01_07_02 > div > div.ex > div:last-child{
    margin-right:0;
}
.sc01_07_02 > div > div.ex > div > div.icon{
    width:70px;
    height:70px;
    border-radius:70px;
}
.sc01_07_02 > div > div.ex > div:first-child  > div.icon{
    background:url('/asset/img/svg/location.svg') no-repeat;
    background-position:center;
    background-size:60%;
    background-color:#313799;
}
.sc01_07_02 > div > div.ex > div:last-child  > div.icon{
    background:url('/asset/img/svg/phone-call.svg') no-repeat;
    background-position:center;
    background-size:60%;
    background-color:#313799;
}
.sc01_07_02 > div > div.ex > div > p{
    width:calc(100% - 70px);
    box-sizing:border-box;
    font-size:20px;
    padding-left:10px;
}
.sc01_07_02 > div > div.ex > div > p > br{
    display:none;
}
.sc01_07_02 > div > div.ex > div:first-child > p > span{
    padding-left:0 !important;
}
.sc01_07_02 > div > div.ex > div > p > span{
    padding-right:10px;
}
.sc01_07_02 > div > div.ex > div > p > span:last-child{
    padding-left:10px;
}

@media screen and (max-width:1150px){
    .sc01_07_02 > div > div.ex > div > p{
        line-height:1.5;
    }
    .sc01_07_02 > div > div.ex > div > p > br{
        display: inherit;
    }
    .sc01_07_02 > div > div.ex > div > p > span:last-child{
        padding-left:0;
    }
}

@media screen and (max-width:1000px){
    .sc01_07_02 > div > div.ex > div{
        float:none;
        width:100%;
        margin-right:0;
    }
    .sc01_07_02 > div > div.ex > div:last-child{
        margin-top:20px;
    }
}

@media screen and (max-width:850px){
    .sc01_07_02 > div > div > iframe{
        height:400px;
    }
    .sc01_07_02 > div > div.ex > div{
        padding:15px 25px;
    }
    .sc01_07_02 > div > div.ex > div > div.icon{
        width:60px;
        height:60px;
    }

    .sc01_07_02 > div > div.ex > div > p{
        width:calc(100% - 60px);
        font-size:18px;
    }
}
@media screen and (max-width:600px){
    .sc01_07_02 > div > div > iframe{
        height:350px;
    }
    .sc01_07_02 > div > div.ex > div{
        padding:15px;
    }
    .sc01_07_02 > div > div.ex > div > div.icon{
        width:50px;
        height:50px;
    }

    .sc01_07_02 > div > div.ex > div > p{
        width:calc(100% - 50px);
        font-size:16px;
    }
}