@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

#ft {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.headTitle {
    color: #1E1E1E;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 80px !important;
}

.imageBox{
    background: #F4791A;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.companyLogoImg {
    filter: brightness(100);
    width: 100%;
}

.companyRow01,.companyRow02,.companyRow03 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    word-break: keep-all;
}

.companyRow01>div,.companyRow02>div,.companyRow03>div{
    width: 50%;
}

.companyRow01>div{
    padding: 0 50px;
}

.text01{
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 400;
}

.text02{
    color: #1E1E1E;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px; /* 133.333% */
}

.companyRow02{
    margin: 80px 0;
}

.text03{
    color: #1E1E1E;
    font-size: 21px; 
    font-weight: bold;
    margin-bottom: 16px;
}

.text04{
    color: #6A6A6A;    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-right: 120px;
}

form>label{
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

article#ctt {
    width: 50%;
    margin: auto;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #FAFAFA;
    border: 1px solid #ddd;
    margin: 20px auto;
}

form>input,form>select{
    border: 1px solid #CCC;
    background: #FFF;
    margin: 10px 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

form>button{
    background: #333;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: auto;
}

#container{
    margin-bottom: 200px !important;
}

@media (max-width: 800px) {
    #bo_gall{
        margin-top: 50px;
    }

    *{
        transition: 0.3s all;    
    }

    #hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr,#hd, #wrapper, #ft,#ft_copy{
        max-width: 100%;
        min-width: 0px;
        width: 100%;
    }

    #hd_wrapper {
        flex-direction: column;
        margin: 20px auto;
        padding: 0 20px
    }

    .gnb_1da{
        font-size: 11px;
        padding: 0;
    }
    
    ul#gnb_1dul{
        width: 100%;
        justify-content: space-between;
    }

    #container{
        padding: 0 20px;
    }

    #top_btn{
        display: none;
    }

    .headTitle{
        font-size: 30px;
        margin-bottom: 40px !important;
    }

    .companyRow01 {
        flex-direction: column;
    }
    .companyRow01>div {
        width: 100%;
    }
    .companyRow02, .companyRow03 {
        align-items: flex-start;
    }
    .companyRow02{
        margin: 40px auto
    }
    .textBox01{
        margin-top: 40px;
        padding: 0 !important;
    }
    #ctt
    {
        margin: 0;
        padding: 0;
    }
    .text01{
        font-size: 12px;
    }
    .text02{
        font-size: 16px;
    }
    .text03{
        font-size: 14px;
    }
    .text04{
        font-size: 12px;
        padding-right: 0px;
        padding: 5px;
    }

    article#ctt{
        width: 100%;
    }
  }