@charset "utf-8";
.mo{display: none;}
.mo_resp_563{display:none;}
.mo_resp_400{display:none;}
/* 유성벤드 */

.sub01_01_align{/* display:flex; justify-content:space-between; */    display: grid;grid-template-columns: 1fr 1fr;/* gap: 5em */}
.sub01_01_imgbox {width: 80%; height:auto;aspect-ratio:867/1413;background:#eee}
.sub01_01_imgbox img{width:100%;height:100%;object-fit:cover}
.sub01_01_txtstyle{font-size: 17px; letter-spacing: -1px; width:100%;height:auto;display:flex;flex-wrap:wrap;flex-direction: column;    padding-top: 1em;}
.sub01_01_txtstyle span{font-weight:700;}
.sub01_01_txtstyle b{font-size: 1.3em;font-weight: 500;text-align: center;}
/* 회사소개 */
/* 연혁 */

.history > section{display:flex; padding-top:100px; justify-contents:space-between;}
.history > section:first-child{padding-top:0;}
.history_big_tit{width:15%;}
.history > section .history_left{display:flex;gap: 10%;width: 80%;}
.history > section .history_right{margin-left:auto;}
.history > section .history_left .history_big_tit h3{font-size:3em;line-height:1;font-weight:700;color:#555;text-align:center;    min-width: 100px;}
.history > section .history_left .history_big_tit h3.current{color:#fb0304;}
.history > section .history_left .history_line{height:100%;width:1px;background:#eee;position:relative}
.history > section .history_left 
.history_line:before{width:22px;height:auto;aspect-ratio:1/1;background:#eee;display:block;border-radius:50%;content:"";margin-left:-50%;transform: 
translateX(-50%);position:absolute;}
.history > section .history_left 
.history_line:after{width:13px;height:auto;aspect-ratio:1/1;background:#fb0304;display:block;border-radius:50%;content:"";margin-left:-50%;transform: 
translateX(-50%);position:absolute;top:5px;border:2px solid 
#fff}
.history_ul{width:calc(100% - 33%);}
.history > section .history_left .history_ul > ul li p{font-size:1.55em;font-weight: 500;margin:15px 0px;}
.history > section .history_left .history_ul ul > ul li i{font-style: normal}

/* 240520 업체요청 연도별 간격 추가  */
.history > section .history_left .history_ul > ul > ul {margin-bottom:32px;}
/* 240520 업체요청 연도별 간격 추가  */

.history_chn{font-family:"Noto Sans"; display:inline-block; font-weight:500;}

.history > section .history_left .history_ul ul > ul li{font-size:1.3em;font-style: normal;line-height: 1.5em;display:grid;gap:10px;grid-template-columns: 70px 1fr;}
.history_left .history_ul ul > ul li{word-break:keep-all;}

  /*서브-인사말*/
.intro_img {
    display: inline-block;
    float: left;
}
.intro_sec {
    width: calc(100% - 589px);
    float: right;
}
.intro_sec h3 {}
.intro_sec p {
    font-size: 20px;
    line-height: 1.4;
}


.intro_sec h3 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
}



/* 오시는길 */
.map_info {display: flex;flex-wrap: wrap;gap: 20px 0;background: #f9f9f9;padding: 30px;font-size: 1.2em;}
.map_info dl{width: 30%;display: flex;flex-wrap: wrap;flex-direction: row;gap: 0 10px;align-items: center;}
.map_info dl dt{color: #fff;padding: 10px;background: #000;border-radius: 50px; min-width: 100px;text-align: center;}
.map_info dl:first-child{width:100%;border-bottom:1px dotted #555;padding-bottom:20px;}

