
/****************************** banner 시작 *******************************************/

.banner_background_img{
    background-image: url(/assets/img/banner_bg.jpeg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 880px;
}


.banner_text{
    width: 100%;
    height: 880px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.banner_text p{
    color: #fff;
    font-size: 2rem;
}

.banner_text h1{
    font-size: 5rem;
    color: #000;
}
.banner_text h1>span{
    color: #e58426;
}
.banner_text h1>span.white {
    color: #fff;
}

@media (max-width: 576px) {
   
    .banner_background_img {
      height: 650px;
      background-color: #f0eed4;
    }
    .banner_text {
        height: 650px;
    }
    .banner_text h1{
        font-size: 3rem;
    }
    .banner_text p{
        font-size: 1.2rem;
    }
  }
  
@media only screen and (min-width: 577px) and (max-width: 767px) {

    .banner_background_img{
        height: 450px;
    }
    .banner_text {
        height:450px;
    }
    .banner_text h1{
        font-size: 2.5rem;
    }
    .banner_text p{
        font-size: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .banner_background_img {
        height: 700px;
    }
    .banner_text {
        height: 700px;
    }
    .banner_text h1{
        font-size: 3rem;
    }
    .banner_text p{
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .banner_background_img {
        background-size: cover;
        height: 650px;
    }
    .banner_text h1{
        font-size: 3.4rem;
    }
    .banner_text p{
        font-size: 1.3rem;
    }
}

/**************************** banner 끝 *******************************************/
/**************************** shortcut 시작 *************************************/
#map_buffer{
    height: 50px;
    width: 100%;
}
/***************************** shortcut 끝*************************************/
/***************************** Overview 시작 ***********************************/
.overview {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 10%;
    padding: 30px;
}
.overview img {
    width: 50%;
    max-width: 403px;
}
.overview .text_box{
    width: 80%;
    margin-left: 5%;
}
.overview .text_box h2 {
    color: #000;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 1.3rem;
}
.overview .text_box p {
    color: #000;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 1.1rem;
}
.overview table{
    margin-left: 5%;
    width: 75%;
}
.overview table td{
    font-size: 1.1rem;
}
.overview table tr td:first-child{
    background-color: #e58426;
    border-bottom: 1px solid #fff;
    min-width: 80px;
    text-align: center;
}
.overview table tr td {
    padding: 10px;
}
@media only screen and (max-width: 575px){
    .overview{
        flex-direction: column !important;
        width: 90%;
    }
    .overview> img{
        width: 50%;
        max-width: 403px;
    }
}
@media only screen and (min-width: 575px) and (max-width: 991px){
    .overview{
        flex-direction: column !important;
    }
    .overview> img{
        width: 50%;
        max-width: 403px;
    }
    .text_table_box table tr td:first-child{
        min-width: 80px;
    }
    .overview .text_box{
        margin: 0 10%;
        padding: 0 30px;
    }
    .overview .table_box{
        width: 80%;
        margin: 0 10%;
        padding: 0 30px;
    }
    .overview table{
        margin-left: 0;
        width: 100%;
    }
}

@media only screen and (min-width:991px) and (max-width:1200px){
    .overview >img {
        width: 30%;
    }
    .overview .text_table_box{
        width: 80%;
    }
    .text_table_box .text_box {
        width: 100%;
    }
    .text_table_box table tr td:first-child{
        min-width: 80px;
    }
}

/***************************** Overview 끝 *************************************/
/***************************** CEO MESSAGE 시작 ******************************/
.ceo_msg {
    width: 60%;
    margin: 0 20%;
    padding: 30px;
}
.ceo_msg > h2 {
    display: inline;
    color: #e58426;
    font-size: 1.7rem;
    text-align: center;
    border-bottom: 2px solid #e58426;
}
.ceo_msg > h3 {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    display: inline;
    background-color: #e58426;
    padding: 4px 7px 2px 7px;
}
.ceo_msg > p{
    width: 100%;
    color:#777;
    line-height: 2rem;
    font-size: 1.1rem;
    text-align: justify;
    word-break: break-all;
}
.ceo_msg > p:nth-child(2){
    margin-top: 30px;
}
.signiture{
    margin: 30px 0;
}

.signiture>p{
    color:#777;
    font-size: 1.2rem;
}
.signiture h3, .signiture h2{
    text-align: center;
}
.signiture>h2 {
    color: #f18928;
    font-size: 1.7rem;
}
.signiture>h2>span{
    font-size: 1.2rem;
}
.signiture>h3 {
    font-size: 1.2rem;
}
.signiture>h3 .corp {
    font-size: 0.9rem;
}
@media only screen and (max-width:575px){
    .ceo_msg {
        width: 80%;
        margin: 0 10%;
    }
    .ceo_msg > h2{
        font-size: 1.6rem;
    }
    .ceo_msg > h3 {
        font-size: 1.2rem;
    }
    .ceo_msg > p{
        font-size: 1rem;
        word-break: break-word;
    }
    .signiture h2 {
        font-size: 1.5rem;
    }
}
/***************************** CEO MESSAGE 끝 ******************************/
/***********************************연혁 시작***************************************/

/*의주*/

.corp_history {
    width: 60%;
    margin: 0 20%;
    padding: 30px;
    text-align: center;
    
}
.corp_history table {
    border-collapse: separate;
    border-spacing: 3rem 1rem;
}
.corp_history table td{
    font-size: 1.2rem;
    vertical-align: top;
    text-align: justify;
}
.corp_history table:first-child {
    border-bottom: 1px solid #e58426;
}

.corp_history table .year{
    color: #e58426;
    text-decoration: underline;
    font-size: 1.5rem;
    vertical-align: top;
    text-align: center;
    width: 85.6px;
}
.corp_history table .month{
    font-weight: 800;
    font-size: 1.2rem;
    vertical-align: top;
    text-align: center;
}

/*끝*/

.corp_history_header{
    width: 60%;
    margin: 0 20% 100px 20%;
    display: flex;
    justify-content: center;
}
.corp_history_header h2 {
    display: inline-block;
    text-align: center;
    color: #e58426;
    font-size: 1.8rem;
    border-bottom: 1px solid #e58426;
}

@media only screen and (max-width: 767px){
    .corp_history{
        width: 80%;
        margin: 0 10%;
    }
    .corp_history_header h2 {
        font-size: 1.5rem;
    }
    .corp_history table{
        width: 100%;
        border-spacing: 10px;
    }
    .corp_history table td{
        font-size: 1rem;
    }
    .corp_history table .year {
        font-size: 1.2rem;
        width: 50px;
    }
    .corp_history table .month {
        font-size: 1rem;
        min-width: 25px;
    }
   
    
}
@media only screen and (min-width: 767px) and (max-width: 991px){
    .corp_history table{
        width: 100%;
        border-spacing: 1.5rem 1rem;
    }
    .corp_history table td{
        font-size: 1rem;
    }
    .corp_history table .year {
        font-size: 1.2rem;
        width: 50px;
    }
    .corp_history table .month {
        font-size: 1rem;
        min-width: 25px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px){
    .corp_history table{
        width: 100%;
        border-spacing: 2rem 1rem;
    }
    .corp_history table td{
        font-size: 1rem;
    }
    .corp_history table .year {
        font-size: 1.2rem;
        width: 50px;
    }
    .corp_history table .month {
        font-size: 1rem;
        min-width: 25px;
    }
}

/********* 연혁 슬라이드 보류***********/
/* @keyframes ani{
    0%, 10%{transform: translateY(0);}
    100%{transform: translateY(-900px);}
} */

/* @media only screen and (max-width:575px){
    .slide_card {
        left: 50%;
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px){
    .slide_card {
        left:60%;
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px){
    .slide_card{
        left:60%;
        width: 30%;

    }
}

@media only screen and (min-width:992px) and (max-width:1200px){
    .slide_card{
        left:60%;
        width: 30%;
    }
} */
/************************ 연혁 끝 ***********************************/
/************************ holding company 시작 ****************************/
.holding_company {
    background-color: #fff;
    /* border-top: 2px solid #e58426;
    border-bottom: 2px solid #e58426; */
    padding-top: 50px;
    width: 70%;
    margin: 0 15%;
   
    
}
.holding_company .header{
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
    
    
}
.holding_company h2{
    display:  inline-block;
    color: #e58426;
    font-size: 2rem;
    border-bottom: 1px solid #e58426;
    
}
.holding_company_wrap {
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.holding_company_wrap img {
    width: 50%;
}
.mobile{
    display: none;
}
@media only screen and (max-width: 1200px){
    .holding_company> h2{
        font-size: 1.5rem;
    }
    .holding_company_wrap img {
        width: 80%;
    } 
    .full {
        display: none;
    }
    .mobile {
        display: block;
    }
}
/************************ holding company 끝 ****************************/
/************************ partners 시작 *************************/
.partners {
    width: 80%;
    margin: 10px 10%;
}
.partners h2{
    color: #e58426;
    text-align: center;
    font-size: 2rem;
}
.partner_wrap {
    width: 80%;
    margin: 10px 10%;
    padding-bottom: 20px;
    box-shadow: 0px 2px 5px rgba(237,122,72,0.8);
}
.partners h3{
    display: inline-block;
    background-color: #ed7a48;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    margin-top: 50px;
    margin-left: 10%;
}
.logo_box{
    width: 80%;
    margin: 0 10%;
}
.partner_korea {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.partner_indonesia, .partner_china{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.partner_indonesia .logo_box, .partner_china .logo_box{
    width: 40%;
    margin: 0 30%;
}
.partner_name {
    background-color: #eb6116;
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: center;
}
.logo_box img{
    margin: 0;
}
@media only screen and (max-width: 575px){
    .partner_korea{
        grid-template-columns: 1fr 1fr;
    }
    .logo_box img{
        align-self: center;
    }
    .partner_name{
        font-size: 0.8rem;
    }
    .long_name{
        font-size: 0.6rem !important;
    }
}
/************************ partners 끝 ***************************/
/************************ location 시작 *************************/
.location {
    display: flex;
    flex-direction: column;
    /* background-color:#FCA278; */
    justify-content: center;
    align-items: center;
    padding: 1%;
}
.location_text{
    width: 50%;
}
.location_text > h3 {
    text-align: center;
    font-size: 1.4rem;
    color: #000;
    margin: 20px 0;
}
.location_text > p {
    color: #000;
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
}

@media only screen and (max-width: 575px){
    .location{
        flex-direction: column;
    }
    .location_text >h3 {
        font-size: 1rem;
    }
    .location_text > p {
        font-size: 0.8rem;
    }
}
/************************ Location 끝 *****************************/
/************************* Footer 시작*******************************/
/* .darker_footer {
    background: #e58426;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.darker_footer > p {
    text-align: center;
    color: #777;
    font-size: 1rem;
} */
/************************Footer 끝 ********************************/
/*************************** 지도 시작 *********************************/
#map {
    width: 94%;
    height: 400px;
    margin: 0 3%;
}
/*************************** 지도 끝 **********************************/



