@charset "UTF-8";

html{overflow-x: hidden;}

/* header.sub_page{
    width: 100%;
    height: 440px;
    background: url(../images/sub_navi_01.png) no-repeat 50% 50%;
    background-size: cover;
    box-shadow: none;
} */


.container_head {
    height: 400px;
    position: relative;
}
.company .container_head {
    background: url(/images/sub/sub_navi_01.png) no-repeat 0 0;
    background-size: cover;
}
.center .container_head{
    background: url(/images/sub/sub_navi_02.png) no-repeat 0 0;
    background-size: cover;
}
.product .container_head{
    background: url(/images/sub/sub_navi_03.png) no-repeat 0 0;
    background-size: cover;
}
.recruit .container_head{
    background: url(/images/sub/sub_navi_05.png) no-repeat 0 0;
    background-size: cover;
}
.contact .container_head{
    background: url(/images/sub/sub_navi_04.png) no-repeat 0 0;
    background-size: cover;
}
.container_head h2 {
    width: 1400px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 500;
    padding-top: 170px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
}
.container_navi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1400px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.container_navi li{
    height: 60px;
}
.company .container_navi li{
    width: calc(100% / 2);
}
.center .container_navi li{
    width: calc(100% / 2);
}
.product .container_navi li{
    width: calc(100% / 4);
}
.recruit .container_navi li{
    width: calc(100% / 2);
}
.contact .container_navi li{
    width: calc(100% / 2);
}
.container_navi li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    transition: all ease-in-out 0.3s;
    position: relative;
}
.container_navi li.active a{
    background: #fff;
    color: #111;
}
.container_navi li.active a span{
    font-weight: 600;
}
.container_navi li a:hover{
    background: #fff;
    color: #111;
}
.container_navi li a::after{
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.container_navi li:last-child a::after{
    display: none;
}
.container_navi li a span{
    font-size: 17px;
    font-weight: 400;
}


.container_bottom {
    width: 1400px;
    margin: 0 auto;
}
.container_bottom .container_in .content{
    padding: 30px 0 100px 0;
}
.container_bottom .container_in .content h4 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.025em;
    padding: 40px 0 25px 0;
    position: relative;
    margin-bottom: 50px;
}
.container_bottom .container_in .content h4::after{
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #5C0F8B;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/* 기업이념 */
.container_bottom .container_in .content .cont p.s_tit{
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    margin: 20px 0 80px 0;
    letter-spacing: -0.055em;
}
.comp01 .container_bottom .container_in .content .cont{
    display: flex;
    gap: 40px;
}
.container_bottom .container_in .content .cont p.s_tit span{
    font-weight: 700;
}
.comp01 .container_bottom .container_in .content .cont{
    margin-top: 30px;
    justify-content: space-between;
}
.comp01 .container_bottom .container_in .content .cont p.s_tit{
    margin: 20px 0 30px 0;
    text-align: left;
    line-height: 1.35;
    font-size: 45px;
}
.comp01 .container_bottom .container_in .content .cont p.s_tit span{
    color: #5C0F8B;
    font-size: 50px;
    display: block;
    margin-top: 5px;
    font-size: 50px;
}
.comp01 .container_bottom .container_in .content .cont p.s_tit em{
    font-style: normal;
    font-weight: 700;
}
.comp01 .container_bottom .container_in .content .cont .sub_img_wrap{
    width: 50%;
}
.comp01 .container_bottom .container_in .content .cont p.txt{
    padding: 20px 0;
    line-height: 1.75em;
    font-size: 18px;
    letter-spacing: -0.055em;
}
.comp01 .container_bottom .container_in .content .cont .sub_img{
    height: 100%;
}
.comp01 .container_bottom .container_in .content .cont .sub_img .cont_img{
    height: 100%;
    margin-bottom: 0;
}
.comp01 .container_bottom .container_in .content .cont .sub_img .m_logo{
    left: auto;
    right: 40px;
}
.container_bottom .container_in .content .cont .sub_img{
    position: relative;
}
.container_bottom .container_in .content .cont .sub_img .cont_img{
    width: 100%;
    height: 460px;
    margin-bottom: 35px;
}
.container_bottom .container_in .content .cont .sub_img .cont_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container_bottom .container_in .content .cont .sub_img .m_logo{
    width: 200px;
    height: 200px;
    background: #000;
    position: relative;
    position: absolute;
    left:40px;
    top: -20px;
}
.container_bottom .container_in .content .cont .sub_img .m_logo img{
    width: 75px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.container_bottom .container_in .content .cont .sub_img .m_logo_wh{
    width: 200px;
    height: 200px;
    background: #fff;
    position: relative;
    position: absolute;
    left:40px;
    top: -20px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.05), 0 15px 12px rgba(0,0,0,0.05);
}
.container_bottom .container_in .content .cont .sub_img .m_logo_wh p{
    width: 100%;
    height: auto;
    color: #333;
    letter-spacing: 0.025em;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 65px;
    top: 50%;
    transform: translateY(-50%);
}
.product.prod01 .container_bottom .container_in .content .cont .sub_img .m_logo_wh p::after{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url("/images/sub/icon_prdt_eye.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.product.prod02 .container_bottom .container_in .content .cont .sub_img .m_logo_wh p::after{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url("/images/sub/icon_prdt_lip.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.product.prod03 .container_bottom .container_in .content .cont .sub_img .m_logo_wh p::after{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url("/images/sub/icon_prdt_base.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.product.prod04 .container_bottom .container_in .content .cont .sub_img .m_logo_wh p::after{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url("/images/sub/icon_prdt_sun.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.container_bottom .container_in .content .cont p.txt{
    line-height: 1.65;
    font-weight: 400;
    color: #333;
    text-align: justify;
    letter-spacing: -0.025em;
}

/* process */
.process_bott{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
}
.process_bott > div{
    width: calc((100% - 60px) / 4);
    height: 100%;
}
.process_bott > div > span{
    font-size: 20px;
    font-weight: 800;
    color: #999;
    margin-bottom: 10px;
    display: block;
}
.process_bott > div dl{
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding: 40px 30px 45px 30px;
    border: 1px solid #AEB4BD;
    height: 214px;
}
.process_bott > div dl dt{
    font-size: 24px;
    color: #111;
    font-weight: 700;
}
.process_bott > div dl dd{
    font-size: 16px;
    color: #333;
    line-height: 1.55em;
}
.process_bott > div > div{
    margin-top: 20px;
    width: 100%;
}
.process_bott > div > div img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process02{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.process02 > div{
    width: calc(100% / 3);
}
.process02 > div .icon{
    padding: 23px 22px 13px 22px;
    border: 1px dashed #ccc;
    border-bottom: none;
    width: 70%;
    margin: 0 auto 10px;
}
.process02 > div .icon img{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.process02 > div .tit{
    height: 80px;
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.process02 > div .tit::after{
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #bbb;
    position: absolute;
    left: 50%;
    bottom: -50px;
}
.process02 > div:nth-child(1) .tit{
    background: url("/images/sub/process_arrow_01.png") no-repeat 50% 50%;
    background-size: contain;
}
.process02 > div:nth-child(2) .tit{
    background: url("/images/sub/process_arrow_02.png") no-repeat 50% 50%;
    background-size: contain;
}
.process02 > div:nth-child(3) .tit{
    background: url("/images/sub/process_arrow_03.png") no-repeat 50% 50%;
    background-size: contain;
}
.process02 > div p{
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.process02 > div ul{
    display: flex;
    flex-flow: column;
    gap: 13px;
    align-items: center;
    padding: 30px;
    border: 1px dashed #ccc;
    border-top: none;
    width: 70%;
    margin: 20px auto 0;
}
.process02 > div ul li{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    padding: 20px;
    border: 1px dashed #ddd;
    background: #f9f9f9;
    width: 100%;
    text-align: center;
    position: relative;
}
.process02 > div ul li::after{
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #bbb;
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
}
.process02 > div ul li:last-child::after{
    display: none;
}



/* CI */
.comp02 .cont h5{
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
}
.comp02 .cont > div{
    margin-bottom: 100px;
}
.comp02 .cont h6{
    font-size: 26px;
    font-weight: 700;
    color: #111;
    position: relative;
    padding-left: 35px;
}
.comp02 .cont h6::after{
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 20px;
}



/* CI의미 */
.comp02 .cont .ci_meaning{

}
.comp02 .cont .ci_meaning .txt_wrap{
    display: flex;
    gap: 60px;
    align-items: center;
}
.comp02 .cont .ci_meaning .txt_wrap .logo{
    width: 201px;
    height: 65px;
}
.comp02 .cont .ci_meaning .txt_wrap .logo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comp02 .cont .ci_meaning .txt_wrap .txt{
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.comp02 .cont .ci_meaning .txt_wrap .txt p.t_txt{
    font-size: 40px;
    color: #111;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.25;
}
.comp02 .cont .ci_meaning .txt_wrap .txt p.t_txt span{
    font-weight: 700;
}
.comp02 .cont .ci_meaning .txt_wrap .txt p{
    color: #333;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: -0.025em;
    font-size: 17px;
}
.comp02 .cont .ci_meaning .txt_wrap .txt p span.black{
    background: #000;
    color: #fff;
    padding: 0 2px;
}
.comp02 .cont .ci_meaning .txt_wrap .txt p span.violet{
    background: #5C0F8B;
    color: #fff;
    padding: 0 2px;
}

/* typography */
.comp02 .cont .logo_down{
    display: flex;
    gap: 30px;
}
.comp02 .cont .logo_down > div{
    width: calc((100% - 30px) / 2);
    display: flex;
    flex-flow: column;
    gap: 15px;
}
.comp02 .cont .logo_down div .logo_img{
    box-sizing: border-box;
    width: 100%;
    height: 360px;
    background: url("/images/sub/comp02_img_bg.png") no-repeat 0 0;
    background-size: cover;
    border: 1px solid #AEB4BD;
    position: relative;
}
.comp02 .cont .logo_down div .logo_img > div{
    height: 133px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.comp02 .cont .logo_down div .logo_img > div img{
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comp02 .cont .logo_down div.logo_pc .logo_img > div img{
    width: 325px;
}
.comp02 .cont .logo_down div.logo_m .logo_img > div img{
    width: 150px;
}
.comp02 .cont .logo_down div .download{
    display: flex;
    align-items: center;
    gap: 20px;
}
.comp02 .cont .logo_down div .download > div{
    width: calc((100% - 20px) / 2);
    height: 65px;
}
.comp02 .cont .logo_down div .download > div a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
    border: 1px solid #AEB4BD;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}
.comp02 .cont .logo_down > div .download > div a span{
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.comp02 .cont .logo_down > div .download > div a span::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/images/sub/icon_download.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.comp02 .cont .logo_down > div .download > div a:hover{
    border: 1px solid #000;
    color: #fff;
    background: #000;
}
.comp02 .cont .logo_down > div .download > div a:hover span::after{
    background: url("/images/sub/icon_download_on.png") no-repeat 0 0;
    background-size: contain;
}

/* color */
.comp02 .cont .color h6{
    margin-bottom: 20px;
}
.comp02 .cont .color .color_ma_su{
    display: flex;
    flex-flow: column;
    gap: 50px;
}

.comp02 .cont .color .color_ma_su > div.c_main > div{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.comp02 .cont .color .color_ma_su > div.c_main > div .left{
    display: flex;
    gap: 30px;
    justify-content: center;
}
.comp02 .cont .color .color_ma_su dl{
    width: 100px;
}
.comp02 .cont .color .color_ma_su dl dt{
    text-indent: -9999px;
    width: 100px;
    height: 100px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.comp02 .cont .color .color_ma_su dl dd{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.055em;
    border: 1px solid #666;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    background: #fff;
    line-height: 1.25em;
}

.comp02 .cont .color .color_ma_su dl.black dt{
    background: #000;
}
.comp02 .cont .color .color_ma_su dl.violet dt{
    background: #5C0F8B;
}
.comp02 .cont .color .color_ma_su dl.white dt{
    background: #fff;
    border: 1px solid #000;
    border-bottom: none;
}

.comp02 .cont .color .color_ma_su > div.c_main > div .right{
    width: 442px;
    height: 150px;
    background: #fff;
    border: 1px solid #AEB4BD;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.comp02 .cont .color .color_ma_su > div.c_main > div .right img{
    display: block;
    height: 90px;
    object-fit: contain;
}


.comp02 .cont .color .color_ma_su > div.c_sub > div{
    display: flex;
    gap: 30px;
}

.comp02 .cont .color .color_ma_su > div.c_sub > div > div{
    width: calc((100% - 30px) / 2);
}
.comp02 .cont .color .color_ma_su > div.c_sub > div div{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.comp02 .cont .color .color_ma_su > div.c_sub > div .left dl{

}
.comp02 .cont .color .color_ma_su > div.c_sub > div div div{
    width: 442px;
    height: 100%;
    background: #fff;
    border: 1px solid #AEB4BD;
}
.comp02 .cont .color .color_ma_su > div.c_sub > div .left .logo_img img{
    display: block;
    height: 90px;
    object-fit: contain;
}

.comp02 .cont .color .color_ma_su > div.c_sub > div .right dl{

}
.comp02 .cont .color .color_ma_su > div.c_sub > div .right .logo_img{
    background: #000;
}
.comp02 .cont .color .color_ma_su > div.c_sub > div .right .logo_img img{
    display: block;
    height: 90px;
    object-fit: contain;
}



/* 품질관리시스템 */
.comp04 .s_tit{
    margin: 40px auto 55px!important;
}
.company_bott{
    border-top: 2px solid #000;
    padding: 70px 0 50px 0;
    display: flex;
    align-items: first baseline;
    flex-flow: column;
}
.company_bott > div{
    width: 100%;
    margin: 0 auto;
}
.company_bott > div img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* R&D CENTER */
.cent01 .container_bottom .container_in .content .cont p.s_tit{
    margin: 20px 0 60px 0;
}
.cent01_bott{
    display: flex;
    gap: 30px;
}
.cent01_bott div:nth-child(1){
    width: calc(50% - 60px);
    height: 394px;
}
.cent01_bott div:nth-child(2){
    width: calc(50% / 2);
    height: 394px;
}
.cent01_bott div:nth-child(3){
    width: calc(50% / 2);
    height: 394px;
}
.cent01_bott div img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cent01 .cont{
    display: flex;
    flex-flow: column;
    gap: 30px;
}
.cent01 .container_bottom .container_in .content .cont .sub_img{
    width: 100%;
}
.cent01 .container_bottom .container_in .content .cont p.txt{
    font-size: 17px;
    line-height: 1.75em;
    color: #333;
}
.cent01 .container_bottom .container_in .content .cont p.txt span{
    letter-spacing: -0.055em;
    display: block;
    font-size: 40px;
    width: 70%;
    line-height: 1.25em;
    margin-bottom: 20px;
    color: #111;
    text-align: left;
}
.cent01 .container_bottom .container_in .content .cont p.txt span em{
    font-weight: 700;
    font-style: normal;
}
.cent01 .container_bottom .container_in .content .cont .sub_img .cont_img{
    margin-bottom: 0;
}

.cent01 .cont .arti_01{
    margin-top: 30px;
}
.cent01 .cont > div h5{
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    letter-spacing: -0.05em;
}
.cent01 .cont .arti_01 .box{
    padding: 60px 50px;
    border: 1px solid #ccc;
}
.cent01 .cont .arti_01 .box .diag{
    width: 84%;
    margin: 0 auto 10px;
}
.cent01 .cont .arti_01 .box .diag img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**/
.cent01 .cont .arti_01 .box .l_img{
    width: 102px;
    height: 76px;
    margin: 0 auto 80px;
}
.cent01 .cont .arti_01 .box .l_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cent01 .cont .arti_01 .box .list{
    display: flex;
    gap: 15px;
    position: relative;
    flex-wrap: wrap;
}
.cent01 .cont .arti_01 .box .list::before{
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #666;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}
.cent01 .cont .arti_01 .box .list::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 0;
}
.cent01 .cont .arti_01 .box .list > div{
    width: calc((100% - 15px - 15px - 15px - 15px) / 5);
    padding: 50px 40px;
    box-sizing: border-box;
}
.cent01 .cont .arti_01 .box .list > div::before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
}
.cent01 .cont .arti_01 .box .list > div:nth-child(1)::before{
    background: url("/images/sub/icon_cent_arti01_01.png") no-repeat 0 0;
    background-size: contain;
}
.cent01 .cont .arti_01 .box .list > div:nth-child(2)::before{
    background: url("/images/sub/icon_cent_arti01_02.png") no-repeat 0 0;
    background-size: contain;
}
.cent01 .cont .arti_01 .box .list > div:nth-child(3)::before{
    background: url("/images/sub/icon_cent_arti01_03.png") no-repeat 0 0;
    background-size: contain;
}
.cent01 .cont .arti_01 .box .list > div:nth-child(4)::before{
    background: url("/images/sub/icon_cent_arti01_04.png") no-repeat 0 0;
    background-size: contain;
}
.cent01 .cont .arti_01 .box .list > div:nth-child(5)::before{
    background: url("/images/sub/icon_cent_arti01_05.png") no-repeat 0 0;
    background-size: contain;
}
.cent01 .cont .arti_01 .box .list > div p{
    font-size: 24px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.035em;
}
.cent01 .cont .arti_01 .box .list > div ul{
    margin-top: 15px;
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.cent01 .cont .arti_01 .box .list > div ul li{
    position: relative;
    padding-left: 10px;
    font-size: 17px;
    color: #333;
    letter-spacing: -0.035em;
    line-height: 1.25em;
}
.cent01 .cont .arti_01 .box .list > div ul li::after{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.cent01 .cont .arti_01 .box .b_txt{
    position: relative;
    padding-top: 30px;
}
.cent01 .cont .arti_01 .box .b_txt span{
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #111;
    padding: 30px;
    background: #F9F9F9;
    border-radius: 6px;
    margin-top: 30px;
    letter-spacing: -0.05em;
}
.cent01 .cont .arti_01 .box .b_txt::before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url("/images/sub/icon_arrow_down.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -0;
    transform: translateX(-50%);
}


.cent01 .cont .arti_02{
    margin-top: 30px;
}
.cent01 .cont .arti_02 .t_txt{
    font-size: 26px;
    color: #111;
    letter-spacing: -0.05em;
}
.cent01 .cont .arti_02 .t_txt span{
    font-weight: 700;
}
.cent01 .cont .arti_02 .list{
    display: flex;
    gap: 70px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.cent01 .cont .arti_02 .list > div{
    width: calc((100% - 70px - 70px - 70px) / 4);
    padding: 50px 40px;
    border-radius: 30px;
    position: relative;
}
.cent01 .cont .arti_02 .list > div:nth-child(1),
.cent01 .cont .arti_02 .list > div:nth-child(3){
    /* border: 1px solid #755EB3; */
    border: 1px solid rgba(117, 94, 179, 0.7);
}
.cent01 .cont .arti_02 .list > div:nth-child(2),
.cent01 .cont .arti_02 .list > div:nth-child(4){
    /* border: 1px solid #555B6B; */
    border: 1px solid rgba(85, 91, 107, 0.7);
}
.cent01 .cont .arti_02 .list > div::before{
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: rgba(117, 94, 179, 0.5);
    position: absolute;
    right: -71px;
    top: 50%;
    transform: translateY(-50%);
}
.cent01 .cont .arti_02 .list > div:nth-child(1):before,
.cent01 .cont .arti_02 .list > div:nth-child(3):before{
    background: rgba(117, 94, 179, 0.5);
}
.cent01 .cont .arti_02 .list > div:nth-child(2):before{
    background: rgba(85, 91, 107, 0.5);
}

.cent01 .cont .arti_02 .list > div:last-child::before{
    display: none;
}
.cent01 .cont .arti_02 .list > div::after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.cent01 .cont .arti_02 .list > div:nth-child(1):after,
.cent01 .cont .arti_02 .list > div:nth-child(3):after{
    background: url(/images/sub/center_icon_diagram_02.png) no-repeat 0 0;
    background-size: contain;
}
.cent01 .cont .arti_02 .list > div:nth-child(2):after{
    background: url(/images/sub/center_icon_diagram_01.png) no-repeat 0 0;
    background-size: contain;
}


.cent01 .cont .arti_02 .list > div > span{
    display: block;
    font-size: 20px;
    color: #DECFE8;
    font-weight: 700;
    letter-spacing: -0.035em;
    margin-bottom: 15px;
}
.cent01 .cont .arti_02 .list > div dl{
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
}
.cent01 .cont .arti_02 .list > div dl::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.cent01 .cont .arti_02 .list > div dl dt{
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.cent01 .cont .arti_02 .list > div dl dt img{
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.cent01 .cont .arti_02 .list > div dl dt span{
    font-size: 22px;
    font-weight: 700;
    color: #111;
}
.cent01 .cont .arti_02 .list > div dl dd{
    margin-top: 15px;
    line-height: 1.55em;
}


.cent01 .cont .arti_03{
    margin-top: 30px;
}
.cent01 .cont .arti_03 .list{
    display: flex;
    gap: 40px;
    margin-top: 20px;
}
.cent01 .cont .arti_03 .list div{
    width: calc((100% - 40px) / 2);
    border: 1px solid #ddd;
    display: flex;
    flex-flow: column;
    gap: 10px;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
}
.cent01 .cont .arti_03 .list div img{
    display: block;
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.cent01 .cont .arti_03 .list div p{
    font-size: 20px;
    font-weight: 500;
}
.cent01 .cont .arti_03 .list div span{
    font-size: 16px;
    font-weight: 700;
    color: #999;
    margin-top: -5px;
}


/* recruit 인재상 */
.recruit01 .img_wrap{
    width: 856px;
    margin: 0 auto;
}
.recruit01 .img_wrap img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* recruit 채용공고 */
.recruit02{

}
.recruit02 .t_tit{
    letter-spacing: -0.055em;
    display: block;
    font-size: 40px;
    width: 70%;
    line-height: 1.35em;
    margin-bottom: 20px;
    color: #111;
    width: 500px;
}
.recruit02 .t_tit span{
    font-weight: 700;
    font-style: normal;
}
.recruit02 h5{
    font-size: 30px;
    font-weight: 700;
    color: #111;
}
.recruit02 .noti_boad{
    margin-top: 40px;
}
.recruit02 .noti_boad .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 15px;
}
.recruit02 .noti_boad .top .srch_box{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    width: calc(100% - 200px - 40px);
}
.recruit02 .noti_boad .top .srch_box .btn{
    width: 80px;
    min-width: 50px;
    height: 40px;
    background: #111;
    border-radius: 5px;
}
.recruit02 .noti_boad .top .srch_box .btn button{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}


.recruit02 .apply{
    margin-top: 40px;
}
.recruit02 .apply .apply_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recruit02 .apply .apply_btn .img{
    width: 80px;
    height: 80px;
}
.recruit02 .apply .apply_btn .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.recruit02 .apply .apply_btn .btn{
    width: 246px;
    height: 80px;
    line-height: 80px;
    background: #111;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
}
.recruit02 .apply .apply_btn .btn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.recruit02 .apply .apply_btn .btn:hover{
    background: #fff;
    border: 1px solid #333;
}
.recruit02 .apply .apply_btn .btn:hover a{
    color: #111;
}
.recruit02 .apply .apply_btn:hover .img{
    transform: translateX(1050px);
    transition: all ease-in-out 0.5s;
}


.recruit02 .product_noti p{
    font-size: 16px;
    color: #333;
    padding-left: 60px;
}
.recruit02 .product_noti p::after{
    width: 20px;
    height: 20px;
}


.select_box {
    display: inline-block;
    width: 130px;
    min-width: 60px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 15px;
    background-size: 12px auto;
    position: relative;
    cursor: pointer;
    background: #fff url(/images/sub/input_arrow_down.png) no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    color: #666;
}
.srch_box input {
    height: 36px;
    background: #fff;
    font-size: 15px;
    color: #111;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 9px 10px;
    box-sizing: border-box;
    width: 400px;
}
.srch_box input::placeholder{
    color: #666;
}
.srch_box .btn{

}

/* recruit 채용공고 상세*/
.noti_boad.detail tr.tt td{
}
.noti_boad.detail tr.tt td p{
    font-size: 18px;
}
.noti_boad.detail tr.tt td span{
    display: block;
    font-size: 14px;
    color: #777;
    margin-top: 5px;
    text-align: right;
}
.noti_boad.detail tr.ct td p{
    line-height: 1.5em;
}
.noti_boad.detail tr.attach{
    background: #f9f9f9;
}
.noti_boad.detail tr.attach td a:hover{
    text-decoration: underline;
}
.noti_boad.detail .btn{
    margin: 20px auto;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.noti_boad.detail .btn a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    border-radius: 50px;
    color: #fff;
    background: #000;
    border: 1px solid #111;
    transition: all ease-in-out 0.3s;
}
.noti_boad.detail .btn:hover a{
    color: #111;
    background: #fff;
    border: 1px solid #111;
}

/*페이지네이션 pagination */
.pagination {
    margin-top: 20px;
}
.pagination>ul {
    display: flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
}
.pagination>ul>li>a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 1.4rem;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}
.pagination>ul>li>a.disable {
    border: none;
    background: #eee;
}
.pagination>ul>li>a.hide {
    display: none;
}
.pagination>ul>li .num {
    color: #666;
    line-height: 28px;
}
.pagination>ul>li .num.active {
    color: #fff;
    background: #333;
}

.pagination>ul>li .prev,
.pagination>ul>li .next,
.pagination>ul>li .prev10,
.pagination>ul>li .next10{
    font-size: 0;
}
.pagination>ul>li .prev::after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 11px;
    background-image: url(/images/sub/btn_pgn_prev.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagination>ul>li .next::after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 11px;
    background-image: url(/images/sub/btn_pgn_next.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagination>ul>li .prev10::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 11px;
    background-image: url(/images/sub/btn_pgn_prev10.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagination>ul>li .next10::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 11px;
    background-image: url(/images/sub/btn_pgn_next10.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


table {
    width: 100%;
    border-top: 2px solid #ddd;
    font-size: 15px;
    background: #fff;
}
table tbody tr {
    transition: all ease-in-out 0.2s;
    border-bottom: 1px solid #dedede;
}
table tbody tr td {
    color: #333;
    font-weight: 400;
    padding: 15px 10px;
    box-sizing: border-box;
    border-right: 1px solid #ededed;
    text-align: left;
}
table tbody tr td:last-child{
    border-right: none;
}
table tbody tr td.ing,
table tbody tr td.end{
    text-align: center;
}
table tbody tr td.ing{
    color: #921BD9;
}
table tbody tr td.end{
    color: #aaa;
}
table tbody tr.no_data td{
    text-align: center;
}
table tbody tr td a{
    padding: 15px 10px 15px 0;
    transition: all ease-in-out 0.3s;
}
table tbody tr td a:hover{
    color: #921BD9;
}

/* eye */
.product_bott{
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
.product_bott > div{
    width: calc((100% - 35px - 35px)/3);
}
.product_bott > div .img{
    height: 295px;
}
.product_bott > div .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_bott > div .cont{
    padding: 30px 5px;
    box-sizing: border-box;
}
.product_bott > div .cont p{
    color: #111;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -0.035em;
}
.product_bott > div .cont p span{
    font-size: 20px;
    letter-spacing: -0.015em;
}
.product_bott > div .cont ul{
    display: flex;
    flex-flow: column;
    gap: 5px;
}
.product_bott > div .cont ul li{
    font-size: 16px;
    font-weight: 400;
    color: #555;
    position: relative;
    padding-left: 17px;
}
.product_bott > div .cont ul li::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product_bott > div .cont p.txt{
    font-size: 16px;
    font-weight: 400;
    color: #555;
    position: relative;
    padding-left: 5px;
}

.product_noti{
    margin-top: 30px;
}
.product_noti p{
    color: #111;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    padding: 30px;
    border-radius: 6px;
    position: relative;
    padding-left: 60px;
    background: #f9f9f9;
    line-height: 1.55em;
}
.product_noti p::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/images/sub/icon_info.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.product_noti p a{
    display: inline-block;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
    margin-right: 1px;
    background: none;
    color: #111;
    text-decoration: underline;
    padding: 0 2px;
}
.product_noti p a:hover{
    background: #111;
    color: #fff;
    padding: 0 2px;
    border-radius: 3px;
    text-decoration: none;
}


/* sun */
.prod04 .product_bott > div{
    width: calc((100% - 35px - 35px) / 3);
}

/* oem/odm */
.cent02 .container_bottom .container_in .content .cont p.s_tit,
.cent03 .container_bottom .container_in .content .cont p.s_tit,
.cent04 .container_bottom .container_in .content .cont p.s_tit{
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    margin: 20px 0 25px 0;
    letter-spacing: -0.025em;
}
.cent02 .container_bottom .container_in .content .cont p.s_tit span,
.cent03 .container_bottom .container_in .content .cont p.s_tit span,
.cent04 .container_bottom .container_in .content .cont p.s_tit span{
    display: block;
    font-weight: 300;
    color: #666;
    font-size: 20px;
}
.container_bottom .container_in .content .cont p.s_txt{
    color: #111;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.025em;
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
}
.container_bottom .container_in .content .cont p.s_txt::after{
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #111;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}
.container_bottom .container_in .content .cont .sub_img .m_logo_bl{
    width: 200px;
    height: 200px;
    background: #000;
    position: relative;
    position: absolute;
    left:40px;
    top: -20px;
}
.container_bottom .container_in .content .cont .sub_img .m_logo_bl p{
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.center_bott{
    display: flex;
    gap: 35px;
}
.center_bott > div{
    width: calc((100% - 35px - 35px)/3);
    border-top: 2px solid #000;
    padding: 30px 30px;
}
.center_bott > div .icon{
    width: 60px;
    height: 60px;
}
.center_bott > div .icon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.center_bott > div .cont{
    margin-top: 25px;
    box-sizing: border-box;
}
.center_bott > div .cont p{
    color: #111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -0.035em;
}

/*I연구개발(R&D) */
.container_bottom .container_in .content .cont .sub_img .m_logo_bl p span{
    display: block;
    font-size: 20px;
    font-weight: 300;
}
.center_bott > div .cont ul{
    display: flex;
    flex-flow: column;
    gap: 5px;
}
.center_bott > div .cont ul li{
    font-size: 16px;
    font-weight: 400;
    color: #555;
    position: relative;
    padding-left: 17px;
}
.center_bott > div .cont ul li::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* OBM (Brand Consulting) */
.cent04 .center_bott > div{
    width: 100%;
}
.cent04 .center_bott > div .cont{
    width: 1000px;
    margin: 30px auto 30px;
}
.cent04 .center_bott > div .cont img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* facilities */
.comp03 .sub_img{
    display: flex;
    gap: 15px;
}
.comp03 .sub_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comp03 .sub_img .left{
    width: 457px;
}
.comp03 .sub_img .right{
    width: calc(100% - 457px - 15px);
    display: flex;
    gap: 15px;
    flex-flow: column;
    justify-content: space-between;
}
.comp03 .sub_img .right .top{
    width: 100%;
}
.comp03 .sub_img .right .bottom{
    display: flex;
    gap: 15px;
}
.comp03 .sub_img .right .bottom div{
    width: calc((100% - 15px) / 2);
}

.comp03 .sub_img02{
    display: flex;
    gap: 15px;
}
.comp03 .sub_img02 > div{

}
.comp03 .sub_img02 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comp03 .container_bottom .container_in .content .cont p.s_tit{
    margin: 45px 0 40px 0;
}

/* 인증현황 */
.comp05_certi{
    display: flex;
    gap: 35px;
    align-items: center;
}
.comp05_certi > div{
    width: calc((100% - 35px - 35px )/3);
    border-top: 2px solid #000;
    display: flex;
    flex-flow: column;
    gap: 17px;
    align-items: center;
}
.comp05_certi > div .img{
    width: 250px;
    padding: 50px 30px 20px 30px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.comp05_certi > div .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comp05_certi > div .txt{
    text-align: center;
}
.comp05_certi > div .txt p{
    font-size: 26px;
    font-weight: 500;
    color: #111;
}
.comp05_certi > div .txt span{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #999;
    margin-top: 10px;
}


/* 오시는 길 */
.contact02 .cont{

}
.contact02 .cont > div.factory,
.contact02 .cont > div.office{
    border-top: 2px solid #000;
}
.contact02 .cont > div .info{
    display: flex;
    gap: 40px;
    padding-top: 35px;
}
.contact02 .cont > div .info .left{
    width: 450px;
}
.contact02 .cont > div .info .left img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact02 .cont > div .info .right{
    width: calc(100% - 450px - 40px);
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.contact02 .cont > div .info .right .tit{
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.contact02 .cont > div .info .right dl{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}
.contact02 .cont > div .info .right dl dt{
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #000;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;

}
.contact02 .cont > div .info .right dl dd a{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.contact02 .cont > div .info .right .addr{
    color: #333;
    font-size: 18px;
    display: flex;
    gap: 20px;
}
.contact02 .cont > div .info .right .addr span{
    display: inline-block;
    font-weight: 700;
    position: relative;
}
.contact02 .cont > div .info .right .addr span::after{
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #333;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.contact02 .cont > div .info .right .mail{
    color: #333;
    font-size: 18px;
    display: flex;
    gap: 20px;
}
.contact02 .cont > div .info .right .mail span{
    display: inline-block;
    font-weight: 700;
    position: relative;
}
.contact02 .cont > div .info .right .mail span::after{
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #333;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.contact02 .cont > div .info .right .mail a{
    display: block;
    color: #333;
}
.contact02 .cont > div .map{
    margin: 15px 0 40px 0;
}
.contact02 .cont > div .map img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 개발상담 및 문의 */
.contact01{

}
.contact01 .btn{
    width: 180px;
    height: 62px;
    line-height: 62px;
    border-radius: 50px;
    text-align: center;
    background: #000;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all ease-in-out 0.3s;
}
.contact01 .btn button{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
}
.contact01 .btn:hover{
    background: #fff;
    border: 1px solid #333;
}
.contact01 .btn:hover button{
    color: #111;
}
.inquire_box .radio_box{
    display: flex;
    gap: 5px;
}
.inquire_input{
    border-top: 1px solid #000;
    border-bottom: 1px solid #666;
    margin-bottom: 60px;
    display: flex;
    flex-flow: column;
}
.inquire_input > label{
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    box-sizing: border-box;
    height: 100%;
}
.inquire_input > label > span.input_tit{
    display: block;
    width: 20%;
    background: #F8FAFC;
    color: #333;
    font-size: 16px;
    padding: 28px 23px;
    box-sizing: border-box;
    height: auto;
}
.inquire_input > label > span.input_tit span{
    font-weight: 700;
    color: #5C0F8B;
    display: inline-block;
    margin-left: 2px;
}
.inquire_input > label > span.input_box{
    width: 80%;
    display: flex;
    align-items: center;
    padding: 28px 23px;
    box-sizing: border-box;
}
.inquire_input > label > span.input_box input{
    width: 70%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    border-radius: 4px;
    height: 35px;
}
.container_bottom .container_in .inquire_input label.content{
    padding: 0;
}
.container_bottom .container_in .inquire_input label.content > span input{
    height: 200px;
    width: 100%;
}
.container_bottom .container_in .inquire_input label.name > span input{
    width: 260px;
}
.container_bottom .container_in .inquire_input label.mail > span input{
    width: 260px;
}
.container_bottom .container_in .inquire_input label.title > span input{
    width: 100%;
}
.container_bottom .container_in .inquire_input label.phone > span:nth-child(1){
}
.container_bottom .container_in .inquire_input label.phone > span:nth-child(2){
    display: flex;
    align-items: center;
    gap: 10px;
}
.container_bottom .container_in .inquire_input label.phone > span input{
    width: 100px;
}
.container_bottom .container_in .inquire_input label.attach > span input{
    width: 260px;
    margin-right: 10px;
}
.file{
    display: inline-block;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    /* box-shadow: 0 0 0 1px inset #999; */
}
.del{
    display: inline-block;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0 0 1px inset #999;
}


/* 개발상담 및 문의2 */
.inquire_box{
    background: #f5f5f5;
    border-radius: 10px;
    padding: 40px 30px;
    margin-top: -30px;
}
.inquire_box .inquire_box_in{
    margin-bottom: 40px;
}
.inquire_box .inquire_box_in:last-child{
    margin-bottom: 0;
}
.inquire_box .inquire_box_in:last-child > div > div{
    width: 100%;
}
.inquire_box .inquire_box_in:last-child > div > div:nth-child(2){
    align-items: baseline;
}
.inquire_box .inquire_box_in:last-child > div > div span.input_box textarea{
    padding: 10px;
    display: block;
    width: 100%;
    height: 200px;
    overflow: auto;
}
.inquire_box .inquire_box_in:last-child > div > div span.input_box textarea::placeholder{
    color: #ccc;
}
.inquire_box .inquire_box_in h5{
    text-align: left!important;
    font-size: 24px!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
    letter-spacing: -0.055em;
}
.inquire_box .inquire_box_in > div{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.inquire_box .inquire_box_in > div > div{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    width: calc((100% - 10px) / 2);
}
.inquire_box .inquire_box_in > div div span.input_tit{
    width: 150px;
    position: relative;
    letter-spacing: -0.035em;
}
.inquire_box .inquire_box_in > div > div span.input_tit::after{
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inquire_box .inquire_box_in > div > div span.input_tit span{
    margin-right: 3px;
    color: #921BD9;
}
.inquire_box .inquire_box_in > div > div span.input_box{
    width: calc(100% - 150px - 10px);
}
.inquire_box .inquire_box_in > div > div > span.input_box input{
    padding: 10px;
    display: block;
    width: 100%;
}
.inquire_box .inquire_box_in > div > div.attach{
    align-items: flex-start;
}
.inquire_box .inquire_box_in > div .attach > .attach_in{
    width: calc(100% - 150px - 10px);
}
.inquire_box .inquire_box_in > div .attach > .attach_in > p{
    margin-top: 5px;
    font-size: 13px;
    color: #333;
}
.inquire_box .inquire_box_in > div .attach > .attach_in > p span{
    display: block;
    position: relative;
    padding-left: 8px;
}
.inquire_box .inquire_box_in > div .attach > .attach_in > p span::after{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.agree{
    margin: 30px 0 30px 0;
}
.agree h5{
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.055em;
}
.agree .txt_box{
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.agree .txt_box P{
    font-size: 15px;
}
.agree label {
    font-size: 15px;
    font-weight: 500;
    color: #111;
}
.agree label span input {
    background: #fff;
    font-size: 15px;
    color: #111;
    border-radius: 3px;
    padding: 9px 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border: max(1px, .1em) solid #231815 !important;
    background-color: #fff;
    border-radius: 3px;
    width: 15px !important;
    height: 15px !important;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 5px;
}
.agree label span input[type=checkbox]:before {
    content: "";
    width: 6px;
    height: 3px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 5px;
    left: 5px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: .2s;
}
.agree label span input[type=checkbox]:checked:before {
    opacity: 1;
}
.agree label span input[type=checkbox]:checked {
    background-color: #5C0F8B !important;
    border-color: #5C0F8B;
}

.inquire_box .inquire_box_in > div .attach span.input_box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.inquire_box .inquire_box_in > div .attach span.input_box input{
    width: 260px;
    margin-right: 10px;
    border-bottom: 1px dashed #ccc;
}
.inquire_box .inquire_box_in > div .attach span.input_box > span{
    display: flex;
    align-items: center;
    gap: 5px;
}
.inquire_box .inquire_box_in > div > .inquiries_list{
    width: 100%;
}
.inquire_box .inquire_box_in > div > .inquiries_list span.input_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inquire_box .inquire_box_in > div > .inquiries_list label{
    width: auto;
    gap: 8px!important;
    color: #666;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
}


.inquire_box .inquire_box_in > div .inquiries_list span.input_box input {
    background: #fff;
    font-size: 15px;
    color: #111;
    border-radius: 3px;
    padding: 9px 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border: max(1px, .1em) solid #231815 !important;
    background-color: #fff;
    border-radius: 3px;
    width: 10px !important;
    height: 10px !important;
    position: relative;
    cursor: pointer;
}
.inquire_box .inquire_box_in > div .inquiries_list span.input_box input[type=checkbox]:checked:before {
    opacity: 1;
}
.inquire_box .inquire_box_in > div .inquiries_list span.input_box input[type=checkbox]:before {
    content: "";
    width: 6px;
    height: 3px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 5px;
    left: 5px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: .2s;
}
.check_box input[type=checkbox]:checked {
    background-color: #333 !important;
    border-color: #333;
}

.radio_box input[type=radio]:checked+label {
    background: #111;
    color: #fff;
    border: 1px solid #111;
    position: relative;
    padding: 0 15px 0 29px;
}
.radio_box input[type=radio]+label {
    display: inline-block;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    padding: 0 15px;
    box-sizing: border-box;
    width: auto;
}
.radio_box input[type=radio]:checked+label:after {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABiSURBVHgBxZDLDYAwDEMzQkdgNEZgA0ZhFTbpCB3BGAkJiNSP20Mt+Zb3lMRsRgBs7GE9IbjjTRiBV4Utw7VVqjCb2MguEvwRxGfgJ2m++YacJEB9mJMkCc5INNhJzi54Si7O/tnnKL178AAAAABJRU5ErkJggg==) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* 개발 및 상담문의_기존꺼 */
.contact01_01 .table_wrap{
    background: #f5f5f5;
    border-radius: 10px;
    padding: 40px 30px;
    margin-top: -30px;
}
.contact01_01 table{
    border-top: none!important;
}
.contact01_01 table tbody tr{
    padding: 10px 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    width: calc((100% - 10px) / 2);
    border-bottom: 10px solid #f5f5f5;
}
.contact01_01 table tbody tr th{
    position: relative;
    letter-spacing: -0.035em;
    font-size: 16px!important;
    color: #111;
    text-align: left;
    padding: 0 10px 0 20px;
}
.contact01_01 table tbody tr th::after{
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact01_01 table tbody tr.contt{
    vertical-align: top;
}
.contact01_01 table tbody tr.contt th{
    padding: 20px;
}
.contact01_01 table tbody tr.contt th::after{
    top: 30px;
}
.contact01_01 table tbody tr.contt td{
    padding: 10px;
}
.contact01_01 table tbody tr th span{
    margin-left: 3px;
    color: #921BD9;
}
.contact01_01 table tbody tr td input {
    padding: 10px;
    display: block;
    width: 100%;
    /* border: 1px solid #ccc; */
}

.contact01_01 .wrap_file label {
    display: inline-block;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 3px;
}
.contact01_01 .wrap_file .btn_del {
    display: inline-block;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0 0 1px inset #999;
    margin-right: 10px;
}
.contact01_01 .wrap_file .text_file {
    display: inline-block;
    font-size: 15px;
    color: #9c9c9c;
    vertical-align: middle;
}
.contact01_01 .wrap_file .btn_del span {
    display: inline-block;
    font-size: 16px;
    font-family: dotum;
    color: #cb5353;
    font-weight: bold;
    margin-left: 3px;
}
.contact01_01 td input[type="file"] {
    width: 0;
    height: 0;
    border: none;
    background: #fff;
    padding: unset;
}
.contact01_01 table td {
    height: 50px;
    padding: 10px;
    text-align: left;
}
.contact01_01 .btn_ok {
    display: block;
    width: 180px;
    margin: 30px auto 0;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    padding: 18px 0;
    background: #000;
    text-align: center;
    color: #fff;
}
.contact01_01 table td textarea {
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
    /* border: 1px solid #ccc; */
    vertical-align: middle;
    overflow: auto;
    height: 150px;
}
.contact01_01 textarea::placeholder{
    color: #ccc;
}

/* partners */
.partners .content .cont ul{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.partners .content .cont ul li{
    width: calc((100% - 30px - 30px - 30px) / 4);
    height: 110px;
    padding: 20px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners .content .cont ul li img{
    display: block;
    width: 50%;
    height: 24px;
    object-fit: contain;
}
.partners .content .cont ul li.too_cool img{
    width: 60%;
    height: 40px;
}
.partners .content .cont ul li.MARSHIQUE img{
    width: 63%;
}
.partners .content .cont ul li.NAKEUP img{
    width: 40%;
    height: 30px;
}
.partners .content .cont ul li.ETUDE img{
    height: 35px;
}
.partners .content .cont ul li.SKINFOOD img{
    height: 35px;
}
.partners .content .cont ul li.SIERO img{
    width: 40%;
    height: 35px;
}
.partners .content .cont ul li.ASTRAL img{
    height: 50px;
}
.partners .content .cont ul li.theSAEM img{
    width: 40%;
    height: 50px;
}
.partners .content .cont ul li.foreul img{
    height: 40px;
}
.partners .content .cont ul li.ACHIC img{
    height: 20px;
}
.partners .content .cont ul li.ctk img{
    height: 30px;
}

/* 준비중 */
.ready{
    text-align: center;
}
.ready img{
    display: block;
    width: 210px;
    margin: 0 auto;
    object-fit: contain;
}
.ready p{
    margin-top: 20px;
    font-size: 26px;
    font-weight: 400;
    color: #333;
}
.ready p span{
    font-weight: 600;
}


/* 미디어쿼리 */
@media all and (max-width:1400px){
    .container_bottom{
        width: 100%
    }
    .container_navi{
        width: 100%
    }
    .container_head h2{
        width: 100%;
    }
    .container_bottom .container_in .content {
        padding: 30px 20px 100px 20px;
    }
    .root_daum_roughmap{
        width: 100%!important;
    }
}


@media all and (max-width:1200px){
    /* R&I CENTER */
    .cent01 .cont .arti_02 .list{
        gap: 50px;
    }
    .cent01 .cont .arti_02 .list > div{
        width: calc((100% - 50px - 50px - 50px) / 4);
    }
    .cent01 .cont .arti_02 .list > div::before{
        width: 50px;
        right: -50px;
    }

}


@media all and (max-width:1024px){
    .container_head{
        height: 360px;
    }
    .container_head h2{
        padding-top: 150px;
        font-size: 36px;
    }
    .container_bottom .container_in .content h4{
        font-size: 28px;
    }

    /* ABOUT */
    .comp01 .container_bottom .container_in .content .cont p.s_tit{
        font-size: 36px;
    }
    .comp01 .container_bottom .container_in .content .cont p.s_tit span{
        font-size: 40px;
    }
    .comp01 .container_bottom .container_in .content .cont .sub_img_wrap{
        width: 60%;
    }
    .comp01 .container_bottom .container_in .content .cont .sub_img .m_logo{
        right: 20px;
    }
    .container_bottom .container_in .content .cont .sub_img .m_logo{
        width: 180px;
        height: 180px;
    }
    .container_bottom .container_in .content .cont .sub_img .m_logo img{
        width: 68px;
    }

    /* CI */
    .comp02 .cont .ci_meaning .txt_wrap .txt p.t_txt{
        font-size: 36px;
    }
    .comp02 .cont h5{
        font-size: 26px;
    }
    .comp02 .cont h6{
        font-size: 23px;
    }
    .comp02 .cont .color .color_ma_su > div.c_sub > div{
        flex-flow: column;
        align-items: center;
    }
    .comp02 .cont .color .color_ma_su > div.c_sub > div div{
        width: 100%;
    }
    .comp02 .cont .color .color_ma_su > div.c_sub > div div div{
        height: 150px;
    }


    /* R&I CENTER */
    .cent01 .cont .arti_01 .box {
        padding: 60px 30px;
    }
    .cent01 .container_bottom .container_in .content .cont p.txt span{
        font-size: 36px;
        width: 87%;
        margin-bottom: 17px;
    }
    .cent01 .cont .arti_01 .box{
        padding: 30px 20px;
    }
    .cent01 .cont .arti_01 .box .diag {
        width: 100%;
    }
    .cent01 .cont .arti_01 .box .l_img{
        height: 65px;
        margin: 0 auto 60px;
    }
    .cent01 .cont .arti_01 .box .list{
        gap: 10px;
    }
    .cent01 .cont .arti_01 .box .list > div {
        width: calc((100% - 10px - 10px - 10px - 10px) / 5);
    }
    .cent01 .cont .arti_01 .box .list::before{
        height: 40px;
        top: -40px;
    }
    .cent01 .cont .arti_01 .box .list > div{
        padding: 30px 10px 0 10px;
    }
    .cent01 .cont .arti_01 .box .list > div p{
        font-size: 21px;
    }
    .cent01 .cont .arti_01 .box .list > div ul{
        margin-top: 13px;
    }
    .cent01 .cont .arti_01 .box .list > div::before{
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    .cent01 .cont .arti_01 .box .b_txt span{
        font-size: 19px;
    }
    .cent01 .cont > div h5{
        font-size: 26px;
    }
    .cent01 .cont .arti_02 .t_txt{
        font-size: 23px;
    }

    .cent01 .cont .arti_02 .list{
        gap: 20px;
    }
    .cent01 .cont .arti_02 .list > div{
        width: calc((100% - 20px - 20px - 20px) / 4);
        padding: 30px 20px;
    }
    .cent01 .cont .arti_02 .list > div::before{
        width: 20px;
        right: -20px;
    }

    .cent01 .cont .arti_02 .list > div dl dt img{
        width: 50px;
        height: 50px;
    }
    .cent01 .cont .arti_02 .list > div dl dt span{
        font-size: 19px;
    }
    .cent01 .cont .arti_02 .list > div dl{
        padding: 30px 20px;
    }
    .cent01 .cont .arti_02 .list > div > span{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .cent01 .cont .arti_03 .list div img{
        width: 130px;
        height: 130px;
    }
    .cent01 .cont .arti_03 .list div p{
        font-size: 18px;
    }


    /* PROCESS */
    .process_bott > div dl{
        padding: 25px;
    }
    .process_bott > div dl dt{
        font-size: 21px;
    }
    .process_bott > div dl{
        gap: 16px;
        height: 221px;
    }
    .process_bott{
        gap: 15px;
    }
    .process_bott > div{
        width: calc((100% - 45px) / 4);
    }
    .process02 > div ul{
        padding: 18px;
    }
    .process02 > div ul li{
        font-size: 17px;
    }
    .process02 > div .icon img{
        width: 35px;
        height: 35px;
    }
    .process02 > div p{
        font-size: 20px;
    }

    /* PRODUCT */
    .product_bott > div,
    .prod04 .product_bott > div {
        width: calc((100% - 35px) / 2);
    }

    /* 채용공고 */
    .recruit02 .t_tit{
        font-size: 36px;
    }
    .recruit02 h5{
        font-size: 26px;
    }
    .recruit02 .apply .apply_btn .btn button{
        font-size: 20px;
    }
    .recruit02 .apply .apply_btn .btn {
        width: 220px;
        height: 72px;
    }


    /* 오시는길 */
    .contact02 .cont > div .info{
        flex-flow: column;
        gap: 10px;
    }
    .contact02 .cont > div .info .right .tit{
        font-size: 26px;
    }
    .contact02 .cont > div .info .left{
        width: 100%;
        height: 250px;
    }
    .contact02 .cont > div .info .right{
        width: 100%;
    }
    .wrap_map{
        height: 420px!important;
    }
    .contact02 .cont > div .info .right dl{
        margin-top: 5px;
    }

    /* PARTNERS */
    .partners .content .cont ul{
        gap: 20px;
    }
    .partners .content .cont ul li{
        width: calc((100% - 20px - 20px) / 3);
    }
}

@media all and (max-width:768px) {
    header .home .logo{
        height: 36px!important;
    }
    .container_head{
        height: 300px;
    }
    .container_head h2{
        font-size: 30px;
        padding-top: 120px
    }
    .container_bottom .container_in .content h4{
        font-size: 23px;
        margin-bottom: 35px;
        padding: 30px 0 20px 0;
    }

    /* ABOUT */
    .comp01 .container_bottom .container_in .content .cont p.s_tit{
        font-size: 30px;
        margin: 0;
    }
    .comp01 .container_bottom .container_in .content .cont p.s_tit span{
        font-size: 35px;
    }
    .comp01 .container_bottom .container_in .content .cont{
        gap: 25px;
        flex-flow: column;
        gap: 30px;
        flex-direction: column-reverse;
    }
    .comp01 .container_bottom .container_in .content .cont .sub_img_wrap{
        width: 75%;
    }
    .comp01 .container_bottom .container_in .content .cont p.txt{
        font-size: 16px;
        padding: 30px 0 0 0;
    }

    /* CI */
    .comp02 .cont h6{
        font-size: 20px;
    }
    .comp02 .cont h6::after{
        top: 15px;
    }
    .comp02 .cont > div{
        margin-bottom: 50px;
    }
    .comp02 .cont .ci_meaning .txt_wrap .logo{
        width: 166px;
        height: 54px;
    }
    .comp02 .cont .ci_meaning .txt_wrap{
        flex-flow: column;
        gap: 30px;
        align-items: flex-start;
    }
    .comp02 .cont .ci_meaning .txt_wrap .txt p.t_txt{
        font-size: 30px;
    }
    .comp02 .cont .ci_meaning .txt_wrap .txt p{
        font-size: 16px;
    }
    .comp02 .cont .logo_down{
        flex-flow: column;
    }
    .comp02 .cont .logo_down > div{
        width: 100%;
    }
    .comp02 .cont .color .color_ma_su > div.c_main > div{
        flex-flow: column;
    }
    .comp02 .cont .color .color_ma_su > div.c_sub > div div{
        flex-flow: column;
    }
    .comp02 .cont .color .color_ma_su dl dd{
        font-size: 16px;
    }

    /* container_navi */
    .container_navi li a span{
        font-size: 16px;
    }

    /* R&I CENTER */
    .cent01 .cont{
        gap: 25px;
    }
    .cent01 .cont .arti_01 .box .l_img{
        height: 56px;
        margin: 0 auto 50px;
    }
    .cent01 .cont .arti_01 .box .list::before{
        height: 30px;
        top: -30px;
    }
    .cent01 .container_bottom .container_in .content .cont p.txt{
        font-size: 16px;
    }
    .cent01 .container_bottom .container_in .content .cont p.txt span{
        width: 100%;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .cent01 .cont > div h5{
        font-size: 22px;
    }
    .cent01 .cont .arti_01 .box .list > div{
        padding: 30px 15px;
        width: calc((100% - 15px - 15px) / 3);
    }
    .cent01 .cont .arti_01 .box{
        padding: 30px 20px;
    }
    .cent01 .cont .arti_01 .box .list > div p{
        font-size: 18px;
    }
    .cent01 .cont .arti_01 .box .list > div::before{
        width: 45px;
        height: 45px;
        margin-bottom: 15px;
    }
    .cent01 .cont .arti_01 .box .list > div ul{
        margin-top: 10px;
    }
    .cent01 .cont .arti_01 .box .list > div ul li{
        font-size: 16px;
    }
    .cent01 .cont .arti_01 .box .b_txt::before{
        width: 40px;
        height: 40px;
    }
    .cent01 .cont .arti_01 .box .b_txt span{
        font-size: 16px;
        padding: 20px;
        margin-top: 20px;
    }
    .container_bottom .container_in .content .cont .sub_img .m_logo{
        width: 140px;
        height: 140px;
        top: -10px;
        left: 20px;
    }
    .container_bottom .container_in .content .cont .sub_img .m_logo img {
        width: 65px;
    }
    .cent01 .cont .arti_02 .t_txt{
        font-size: 20px;
    }

    .cent01 .cont .arti_02 .list{
        gap: 30px;
    }
    .cent01 .cont .arti_02 .list > div{
        width: calc((100% - 30px - 30px) / 2);
        padding: 30px 20px;
    }
    .cent01 .cont .arti_02 .list > div::before{
        width: 30px;
        right: -30px;
    }

    .cent01 .cont .arti_02 .list > div dl dt img{
        width: 45px;
        height: 45px;
    }
    .cent01 .cont .arti_02 .list > div dl{
        padding: 30px 15px;
    }
    .cent01 .cont .arti_02 .list > div dl dd{
        margin-top: 10px;
        font-size: 16px;
    }
    .cent01 .cont .arti_02 .list > div dl dt span{
        font-size: 18px;
    }
    .cent01 .cont .arti_02 .list > div > span{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .cent01 .cont .arti_03 .list{
        gap: 20px;
    }
    .cent01 .cont .arti_03 .list div{
        width: calc((100% - 20px) / 2);
    }
    .cent01 .cont .arti_03 .list div img{
        width: 110px;
        height: 110px;
    }
    .cent01 .cont .arti_03 .list div p{
        font-size: 16px;
        letter-spacing: -0.075em;
        text-align: center;
    }
    .cent01 .cont .arti_03 .list div span{
        font-size: 13px;
    }


    /* PROCESS */
    .process_bott{
        gap: 10px;
    }
    .process_bott > div{
        width: calc((100% - 10px) / 2);
    }
    .process_bott > div > span{
        font-size: 18px;
    }
    .process_bott > div dl dt{
        font-size: 20px;
        letter-spacing: -0.075em;
    }
    .process_bott > div dl dd{
        font-size: 16px;
    }
    .process_bott > div dl{
        gap: 10px;
        padding: 20px;
        height: 154px;
    }
    .process_bott > div > div{
        height: 220px;
    }
    .process02 > div ul{
        padding: 10px;
        height: 72%;
        gap: 10px;
    }
    .process02 > div ul li{
        font-size: 16px;
        padding: 15px 10px;
    }
    .process02 > div p{
        font-size: 18px;
        width: 65%;
        margin: 0 auto;
        text-align: center;
    }
    .process02 > div .tit{
        height: 70px;
        width: 100%;
    }
    .process02 > div .icon img{
        width: 30px;
        height: 30px;
    }
    .process02 > div .icon{
        margin: 0 auto;
        padding: 20px 10px 12px 10px ;
    }

    /* PRODUCT */
    .product_bott > div .cont{
        padding: 20px 0 10px 0;
    }
    .container_bottom .container_in .content .cont .sub_img .m_logo_wh{
        display: none;
    }
    .container_bottom .container_in .content .cont .sub_img .cont_img{
        margin-bottom: 30px;
        height: 300px;
    }
    .product_bott{
        flex-flow: column;
        gap: 10px;
    }
    .product_bott > div,
    .prod04 .product_bott > div{
        width: 100%;
    }
    .product_bott > div .img{
        height: 220px;
    }
    .product_bott > div .cont p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .product_noti p{
        padding: 20px;
        padding-left: 50px;
    }
    .product_noti p::after{
        width: 20px;
        height: 20px;
        left: 20px;
        top: 22px;
        transform: none;
    }
    .container_bottom .container_in .content .cont p.txt{
        font-size: 16px;
        padding-left: 0;
    }

    /* 인재상 */
    .recruit01 .img_wrap{
        width: 100%;
        display: flex;
    }

    /* 채용공고 */
    .recruit02 .t_tit{
        font-size: 30px;
    }
    .recruit02 h5{
        font-size: 22px;
    }
    .recruit02 .product_noti p{
        padding-left: 50px;
    }
    .recruit02 .apply .apply_btn .btn {
        width: 200px;
        height: 65px;
    }
    .recruit02 .apply .apply_btn .btn button{
        font-size: 18px;
    }
    .recruit02 .apply .apply_btn .img{
        width: 70px;
        height: 70px;
    }
    .recruit02 .noti_boad .top .srch_box{
        width: 60%;
    }

    /* 채용공고_이전꺼 */
    .contact01_01 .table_wrap{
        padding: 10px 10px 40px 10px;
    }
    .contact01_01 .btn_ok{
        width: 100%;
        font-size: 16px;
        padding: 15px 0;
    }
    .contact01_01 td input[type="file"]{
        display: none;
    }

    /* 문의하기 */
    .container_bottom .container_in .content .cont p.s_tit{
        font-size: 30px;
        margin: 20px 0 60px 0;
    }
    .inquire_box{
        padding: 20px 15px;
    }
    .inquire_box .inquire_box_in h5{
        font-size: 20px!important;
        margin-bottom: 10px!important;
    }
    .inquire_box .inquire_box_in > div{
        flex-flow: column;
    }
    .inquire_box .inquire_box_in > div > div{
        width: 100%;
    }
    .agree{
        padding-left: 0;
    }
    .contact01 .btn button{
        font-size: 18px;
    }
    .contact01 .btn {
        width: 180px;
        height: 65px;
    }
    .inquire_box .inquire_box_in > div .attach span.input_box input{
        width: calc(100% - 160px - 10px);
    }
    .attach .input_box span{
        display: flex;
        gap: 5px;
        align-items: center;
    }

    /* 오시는길 */
    .contact02 .cont > div .info .right .tit{
        font-size: 22px;
    }
    .contact02 .cont > div .info .right .addr{
        font-size: 16px;
    }
    .contact02 .cont > div .info .right dl dd a{
        font-size: 16px;
    }
    .wrap_map{
        height: 360px!important;
    }

    /* PARTNERS */
    .partners .content .cont ul{
        gap: 20px;
    }
    .partners .content .cont ul li{
        width: calc((100% - 30px) / 2);
    }

    /* 채용공고_상세 */
    .noti_boad.detail .btn{
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .noti_boad.detail .btn a{
        font-size: 14px;
    }
}

@media all and (max-width:570px) {
    .inquire_box .inquire_box_in > div label.attach span.input_box{
        flex-flow: column;
        gap: 10px;
        align-items: flex-end;
    }
    .inquire_box .inquire_box_in > div label.attach span.input_box input{
        width: 100%;
        margin-right: 0;
    }
}

@media all and (max-width:520px) {
    .container_head h2{
        font-size: 24px;
    }

    /* ABOUT */
    .comp01 .container_bottom .container_in .content .cont .sub_img_wrap{
        width: 100%;
        height: 260px;
    }
    .comp01 .container_bottom .container_in .content .cont p.s_tit{
        font-size: 28px;
    }
    .comp01 .container_bottom .container_in .content .cont p.s_tit span{
        font-size: 26px;
    }

    /* CI */
    .comp02 .cont .logo_down div.logo_pc .logo_img > div img{
        width: 100%;
    }
    .comp02 .cont .color .color_ma_su > div.c_main > div .right{
        width: 100%;
    }
    .comp02 .cont .color .color_ma_su > div.c_sub > div div div{
        width: 100%;
    }
    .comp02 .cont .color .color_ma_su > div.c_main > div .right img,
    .comp02 .cont .color .color_ma_su > div.c_sub > div .left .logo_img img,
    .comp02 .cont .color .color_ma_su > div.c_sub > div .right .logo_img img{
        width: 75%;
    }
    .comp02 .cont .logo_down div .logo_img{
        height: 220px;
    }

    /* R&I CENTER */
    .cent01 .container_bottom .container_in .content .cont p.txt span{
        font-size: 28px;
    }
    .cent01 .cont .arti_01 .box .list{
        gap: 10px;
    }
    .cent01 .cont .arti_01 .box .list > div {
        padding: 30px 10px;
        width: calc((100% - 10px) / 2);
    }
    .cent01 .cont .arti_02 .list{
        flex-flow: column;
    }
    .cent01 .cont .arti_02 .list > div {
        width: 100%;
    }
    .cent01 .cont .arti_02 .list > div::after{
        right: auto;
        left: 50%;
        top: auto;
        bottom: -12px;
        transform: translateX(-50%);
    }
    .cent01 .cont .arti_02 .list > div::before{
        width: 1px;
        height: 30px;
        right: auto;
        left: 50%;
        top: auto;
        transform: translate3d(-50%,0,0);
        bottom: -30px;
    }
    .cent01 .cont .arti_02 .list > div:nth-child(1):before,
    .cent01 .cont .arti_02 .list > div:nth-child(3):before {
        background: rgba(117, 94, 179, 1.0);
    }
    .cent01 .cont .arti_02 .list > div:nth-child(2):before {
        background: rgba(85, 91, 107, 1.0);
    }

    .cent01 .cont .arti_03 .list{
        gap: 10px;
        flex-flow: column;
    }
    .cent01 .cont .arti_03 .list div{
        width: 100%;
        padding: 20px;
    }
    .cent01 .cont .arti_03 .list div p{
        font-size: 14px;
    }


    /* PROCESS */
    .process_bott{
        flex-flow: column;
    }
    .process_bott > div{
        width: 100%;
    }
    .process02{
        flex-flow: column;
        gap: 20px;
    }
    .process02 > div {
        width: 100%;
    }
    .process_bott > div dl{
        height: 129px;
    }

    /* 채용공고 */
    .recruit02 .t_tit{
        width: 80%;
        font-size: 28px;
    }
    .recruit02 .noti_boad {
        margin-top: 30px;
    }
    .recruit02 .noti_boad .top{
        flex-flow: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 20px;
    }
    .recruit02 .noti_boad .top .srch_box{
        width: 100%;
    }

    /* 문의하기_기존꺼 */
    .contact01_01 .container_bottom .container_in .content .cont p.s_tit{
        font-size: 20px;
    }
    .contact01_01 .wrap_file .text_file{
        font-size: 13px;
        margin-top: 5px;
    }
    .contact01_01 table tbody tr.attach th{
        vertical-align: top;
        padding: 20px;
    }
    .contact01_01 table tbody tr.attach th::after{
        top: 30px;
    }
    .contact01_01 table tbody tr th{
        font-size: 14px!important;
    }




    /* 문의하기 */
    .inquire_box .inquire_box_in > div > div{
        flex-flow: column;
        align-items: baseline;
    }
    .inquire_box .inquire_box_in > div > div span.input_tit::after{
        display: none;
    }
    .inquire_box .inquire_box_in > div > .inquiries_list span.input_box{
        width: 100%;
    }

    /* 오시는길 */
    .contact02 .cont > div .info .left{
        height: 180px;
    }
    .contact02 .cont > div .info .right .tit{
        margin-bottom: 0;
    }
    .wrap_map{
        height: 300px!important;
    }
    .contact02 .cont > div .info .right .addr{
        flex-flow: column;
        gap: 0;
    }
    .contact02 .cont > div .info .right .addr span{
        margin-bottom: 2px;
    }
    .contact02 .cont > div .info .right .addr span::after{
        display: none;
    }
    .contact02 .cont > div .info .right .mail{
        flex-flow: column;
        gap: 0;
    }
    .contact02 .cont > div .info .right .mail span::after{
        display: none;
    }

    /* PARTNERS */
    .partners .content .cont ul{
        flex-flow: column;
        gap: 10px;
    }
    .partners .content .cont ul li{
        width: 100%;
        height: 80px;
    }
    .partners .content .cont ul li.ETUDE img{
        height: 30px;
    }
    .partners .content .cont ul li.MOUMOU img{
        width: 40%;
        height: 21px;
    }
    .partners .content .cont ul li.SKINFOOD img{
        height: 30px;
    }
    .partners .content .cont ul li.KITSCH img{
        height: 20px;
    }
    .partners .content .cont ul li.GLRE img{
        height: 20px;
    }
    .partners .content .cont ul li.MARSHIQUE img {
        width: 52%;
    }
    .partners .content .cont ul li.NAKEUP img{
        width: 40%;
        height: 22px;
    }
    .partners .content .cont ul li.SIERO img {
        width: 38%;
        height: 18px;
    }
    .partners .content .cont ul li.ctk img {
        height: 26px;
    }
    .partners .content .cont ul li.JAYJUN img {
        width: 48%;
        height: 22px;
    }
}

@media all and (max-width:455px) {
    .recruit02 .t_tit{
        width: 90%;
    }
}
@media all and (max-width:408px) {
    .recruit02 .t_tit{
        width: 100%;
    }
}

@media all and (max-width:400px) {
    /* ABOUT */
    .comp01 .container_bottom .container_in .content .cont p.s_tit{
        font-size: 26px;
    }
    .comp01 .container_bottom .container_in .content .cont p.s_tit span{
        font-size: 28px;
    }

    /* R&I CENTER */
    .cent01 .container_bottom .container_in .content .cont p.txt span{
        font-size: 26px;
    }
    .cent01 .cont .arti_01 .box .l_img{
        height: 50px;
    }
    .cent01 .cont .arti_01 .box .list{
        flex-flow: column;
        gap: 0;
    }
    .cent01 .cont .arti_01 .box .list > div {
        width: 100%;
    }
    .cent01 .cont .arti_01 .box .list > div::before{
        margin: 0 auto 15px;
        width: 40px;
        height: 40px;
    }
    .cent01 .cont .arti_01 .box .list > div {
        padding: 20px 10px;
    }
    .cent01 .cont .arti_01 .box .list > div p{
        text-align: center;
        font-size: 17px;
    }
    .cent01 .cont .arti_01 .box .list > div ul{
        gap: 5px;
    }
    .cent01 .cont .arti_01 .box .list > div ul li{
        display: inline-block;
        margin: 0 auto;
    }

    .cent01 .cont .arti_02 .list{
        flex-flow: column;
    }
    .cent01 .cont .arti_02 .list > div {
        width: 100%;
    }
    .cent01 .cont .arti_02 .list > div dl {
        padding: 20px 10px;
    }
    .cent01 .cont .arti_02 .list > div dl dt img{
        width: 40px;
        height: 40px;
    }
    .cent01 .cont .arti_02 .list > div dl dt span{
        font-size: 17px;
    }
    .cent01 .cont .arti_02 .list > div dl dt{
        gap: 10px;
    }
    .cent01 .cont .arti_02 .list > div dl dd{
        margin-top: 5px;
    }
    .cent01 .cont .arti_03 .list div{
        width: 100%;
    }
    .cent01 .cont .arti_03 .list div img{
        width: 100px;
        height: 100px;
    }

    /* 채용공고 */
    .recruit02 .t_tit{
        font-size: 26px;
    }
    .srch_box input{
        width: calc(100% - 50px - 60px - 10px - 10px);
    }

    /* 문의하기 */
    .container_bottom .container_in .content .cont p.s_tit{
        font-size: 28px;
    }

}


@media all and (max-width:360px) {

}
