@charset "utf-8";

/**************************************************************/
/**************************************************************/
/************************ sub 서브페이지 **********************/
/**************************************************************/
/**************************************************************/
.grey_box {
    width: 100%;
    padding: var(--pad-tb-md);
    background: var(--c-black-8);
    border-radius: var(--radius-all-xs);
}
.grey_box a.link {
    color: var(--main-color);
    /*font-weight: 500;*/
}
.grey_box a i {
    font-size: 0.938rem;
}
.grey_box span.material-icons-outlined {
    vertical-align: text-bottom;
    font-size: 1.125rem;
}

.white_box {
    /*border: 1px solid #ddd;*/
    padding: 2.5rem;
    overflow: hidden;
    background: #fff;
}

.color_box {
    padding: 1.5rem 1.875rem;
    overflow: hidden;
    background: var(--sub-color-3);
    /* border: 1px rgba(146,153,174,0.3) solid; */
    border-radius: var(--radius-all-xs);
}
.color_box a.link {
    color: var(--c-black-2);
    font-weight: 500;
}
.color_box span.material-icons-outlined {
    vertical-align: text-bottom;
    font-size: 1.125rem;
}
.color_box.flex {
    gap: 2rem;
}
ul.squre li {
	padding: 0px 0 0 12px;
	margin: 4px 0px 4px 0;
	position: relative;
	text-align: left;
    font-size: var(--txt-md-1);
    line-height: 1.375rem;
}
ul.squre li:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 0;
	background: var(--c-black-4);
}
.sub_squre li{   
    font-size: 0.938rem;
    letter-spacing: -0.5px;
    padding: 0px 0 0 10px !important;
    position: relative;
    text-align: left;
    margin: 0 0 5px 0 !important;
}
.sub_squre li::before{
    display: none;
}
ul.circle > li {
    font-size: var(--txt-lg);
    font-weight: 500;
    padding-left: 12px;
    margin: 4px 0px 0px 4px;
    position: relative;
}
ul.circle > li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    background: var(--main-color-2);
    border-radius: 5px;
}

ul.billiard li {
	padding: 0px 0 0 12px;
	margin: 4px 10px 4px 0;
	position: relative;
	text-align: left;
    font-size: var(--txt-md-1);
    line-height: 1.375rem;
}
ul.billiard li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
    background: none;
    font-size: var(--txt-md-1);
}
ul.line li {
	margin: 4px 0;
	position: relative;
	padding-left: 12px;
	line-height: 1.375rem;
    text-align: left;
}
ul.line li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 1px;
	background: var(--c-black-3);
	top: 10px;
	left: 0px;
}
ul.line.half {
	display: flex;
    flex-wrap: wrap;
}
ul.line.half li {
	width: 50%;
}
ul.bu_no li {
	margin: 4px 0;
	padding-left: 18px;
	text-indent: -18px;
	position: inherit;
    font-size: var(--txt-md-1);
}
/* ol>li {
    list-style: decimal !important;
    margin: 4px 0 4px 24px;
    padding-left: 2px;
} */
ol.han>li {
    list-style: hangul !important;
    margin: 4px 0 4px 22px;
    /* padding-left: 22px; */
}
ol.han_2>li {
    list-style: hangul !important;
    margin: 4px 0 4px 22px;
    padding-left: 2px;
}
li.line {
    margin: 4px 0;
    position: relative;
    padding-left: 33px;
    text-indent: -33px;
    position: relative;
}

li.line:before {
	content: '-';
	position: absolute;
	top: 0px;
	left: 0;
    font-size: var(--txt-md-1);
}

.num-a > li{position:relative; padding-left:25px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.num-a > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-md-1);}
.num-a > li.a1:before, .num-a > li:nth-of-type(1):before{content:'1. ';}
.num-a > li.a2:before, .num-a > li:nth-of-type(2):before{content:'2. ';}
.num-a > li.a3:before, .num-a > li:nth-of-type(3):before{content:'3. ';}
.num-a > li.a4:before, .num-a > li:nth-of-type(4):before{content:'4. ';}
.num-a > li.a5:before, .num-a > li:nth-of-type(5):before{content:'5. ';}
.num-a > li.a6:before, .num-a > li:nth-of-type(6):before{content:'6. ';}
.num-a > li.a7:before, .num-a > li:nth-of-type(7):before{content:'7. ';}
.num-a > li.a8:before, .num-a > li:nth-of-type(8):before{content:'8. ';}
.num-a > li.a9:before, .num-a > li:nth-of-type(9):before{content:'9. ';}
.num-a > li.a10:before, .num-a > li:nth-of-type(10):before{content:'10. ';}
.num-a > li.a11:before, .num-a > li:nth-of-type(11):before{content:'11. ';}
.num-a > li.a12:before, .num-a > li:nth-of-type(12):before{content:'12. ';}
.num-a > li.a13:before, .num-a > li:nth-of-type(13):before{content:'13. ';}
.num-a > li.a14:before, .num-a > li:nth-of-type(14):before{content:'14. ';}
.num-a > li.a15:before, .num-a > li:nth-of-type(15):before{content:'15. ';}
.num-b > li{position:relative; padding-left:20px;margin: 4px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.num-b > li:before{position:absolute; left:0; top:0; display:block;}
.num-b > li.b1:before, .num-b > li:nth-of-type(1):before{content:'⑴ ';}
.num-b > li.b2:before, .num-b > li:nth-of-type(2):before{content:'⑵ ';}
.num-b > li.b3:before, .num-b > li:nth-of-type(3):before{content:'⑶ ';}
.num-b > li.b4:before, .num-b > li:nth-of-type(4):before{content:'⑷ ';}
.num-b > li.b5:before, .num-b > li:nth-of-type(5):before{content:'⑸ ';}
.num-b > li.b6:before, .num-b > li:nth-of-type(6):before{content:'⑹ ';}
.num-b > li.b7:before, .num-b > li:nth-of-type(7):before{content:'⑺ ';}
.num-b > li.b8:before, .num-b > li:nth-of-type(8):before{content:'⑻ ';}
.num-b > li.b9:before, .num-b > li:nth-of-type(9):before{content:'⑼ ';}
.num-b > li.b10:before, .num-b > li:nth-of-type(10):before{content:'⑽ ';}
.num-b > li.b11:before, .num-b > li:nth-of-type(11):before{content:'⑾ ';}
.num-b > li.b12:before, .num-b > li:nth-of-type(12):before{content:'⑿ ';}
.num-b > li.b13:before, .num-b > li:nth-of-type(13):before{content:'⒀ ';}
.num-b > li.b14:before, .num-b > li:nth-of-type(14):before{content:'⒁ ';}
.num-b > li.b15:before, .num-b > li:nth-of-type(15):before{content:'⒂ ';}

.num-c > li{position:relative; padding-left:18px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.num-c > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-lg);}
.num-c > li.c1:before, .num-c > li:nth-of-type(1):before{content:'① ';}
.num-c > li.c2:before, .num-c > li:nth-of-type(2):before{content:'② ';}
.num-c > li.c3:before, .num-c > li:nth-of-type(3):before{content:'③ ';}
.num-c > li.c4:before, .num-c > li:nth-of-type(4):before{content:'④ ';}
.num-c > li.c5:before, .num-c > li:nth-of-type(5):before{content:'⑤ ';}
.num-c > li.c6:before, .num-c > li:nth-of-type(6):before{content:'⑥ ';}
.num-c > li.c7:before, .num-c > li:nth-of-type(7):before{content:'⑦ ';}
.num-c > li.c8:before, .num-c > li:nth-of-type(8):before{content:'⑧ ';}
.num-c > li.c9:before, .num-c > li:nth-of-type(9):before{content:'⑨ ';}
.num-c > li.c10:before, .num-c > li:nth-of-type(10):before{content:'⑩ ';}
.num-c > li.c11:before, .num-c > li:nth-of-type(11):before{content:'⑪ ';}
.num-c > li.c12:before, .num-c > li:nth-of-type(12):before{content:'⑫ ';}
.num-c > li.c13:before, .num-c > li:nth-of-type(13):before{content:'⑬ ';}
.num-c > li.c14:before, .num-c > li:nth-of-type(14):before{content:'⑭ ';}
.num-c > li.c15:before, .num-c > li:nth-of-type(15):before{content:'⑮ ';}

.num-d > li{position:relative; padding-left:18px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.num-d > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-md);}
.num-d > li.d1:before, .num-d > li:nth-of-type(1):before{content:'1) ';}
.num-d > li.d2:before, .num-d > li:nth-of-type(2):before{content:'2) ';}
.num-d > li.d3:before, .num-d > li:nth-of-type(3):before{content:'3) ';}
.num-d > li.d4:before, .num-d > li:nth-of-type(4):before{content:'4) ';}
.num-d > li.d5:before, .num-d > li:nth-of-type(5):before{content:'5) ';}
.num-d > li.d6:before, .num-d > li:nth-of-type(6):before{content:'6) ';}
.num-d > li.d7:before, .num-d > li:nth-of-type(7):before{content:'7) ';}
.num-d > li.d8:before, .num-d > li:nth-of-type(8):before{content:'8) ';}
.num-d > li.d9:before, .num-d > li:nth-of-type(9):before{content:'9) ';}
.num-d > li.d10:before, .num-d > li:nth-of-type(10):before{content:'10) ';}

.num-e > li{position:relative; padding-left:18px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.num-e > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-md);}
.num-e > li.d1:before, .num-e > li:nth-of-type(1):before{content:'ⅰ. ';}
.num-e > li.d2:before, .num-e > li:nth-of-type(2):before{content:'ⅱ. ';}
.num-e > li.d3:before, .num-e > li:nth-of-type(3):before{content:'ⅲ. ';}
.num-e > li.d4:before, .num-e > li:nth-of-type(4):before{content:'ⅳ. ';}
.num-e > li.d5:before, .num-e > li:nth-of-type(5):before{content:'ⅴ. ';}
.num-e > li.d6:before, .num-e > li:nth-of-type(6):before{content:'ⅵ. ';}
.num-e > li.d7:before, .num-e > li:nth-of-type(7):before{content:'ⅶ. ';}
.num-e > li.d8:before, .num-e > li:nth-of-type(8):before{content:'ⅷ. ';}
.num-e > li.d9:before, .num-e > li:nth-of-type(9):before{content:'ⅸ. ';}
.num-e > li.d10:before, .num-e > li:nth-of-type(10):before{content:'ⅹ. ';}

.txt-k > li{position:relative; padding-left:24px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.txt-k > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-md-1);}
.txt-k > li.k1:before, .txt-k > li:nth-of-type(1):before{content:'가. ';}
.txt-k > li.k2:before, .txt-k > li:nth-of-type(2):before{content:'나. ';}
.txt-k > li.k3:before, .txt-k > li:nth-of-type(3):before{content:'다. ';}
.txt-k > li.k4:before, .txt-k > li:nth-of-type(4):before{content:'라. ';}
.txt-k > li.k5:before, .txt-k > li:nth-of-type(5):before{content:'마. ';}
.txt-k > li.k6:before, .txt-k > li:nth-of-type(6):before{content:'바. ';}
.txt-k > li.k7:before, .txt-k > li:nth-of-type(7):before{content:'사. ';}
.txt-k > li.k8:before, .txt-k > li:nth-of-type(8):before{content:'아. ';}
.txt-k > li.k9:before, .txt-k > li:nth-of-type(9):before{content:'자. ';}
.txt-k > li.k10:before, .txt-k > li:nth-of-type(10):before{content:'차. ';}
.txt-k > li.k11:before, .txt-k > li:nth-of-type(11):before{content:'카. ';}
.txt-k > li.k12:before, .txt-k > li:nth-of-type(12):before{content:'타. ';}
.txt-k > li.k13:before, .txt-k > li:nth-of-type(13):before{content:'파. ';}
.txt-k > li.k14:before, .txt-k > li:nth-of-type(14):before{content:'하. ';}


.img_border {
    overflow: hidden;
    border-radius: var(--radius-all-md);
    margin: 0 auto;
    display: block;
    border: 1px solid var(--c-black-5);
    text-align: center;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.img_border_full {
    overflow: hidden;
    border-radius: var(--radius-all-md);
    margin: 0 auto;
    display: block;
    /* border: 1px solid var(--c-black-5); */
    text-align: center;
    padding: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 10%);
}
.img_full {
    overflow: hidden;
    border-radius: var(--radius-all-md);
    margin: 0 auto;
    display: block;
    /* border: 1px solid var(--c-black-5); */
    text-align: center;
    padding: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.img_full img {
    height: 100%;
}

.check_group.all {
    background: var(--c-black-8);
    padding: 1rem 2rem;
    font-size: 1.25rem;
    font-weight: 600;
    /* color: #fff; */
    width: 100%;
    border-radius: var(--radius-all-xs);
}

.check_group.all input[type="checkbox"] + label { background: url(../images/common/checkbox.png) left 8px no-repeat;font-size: var(--txt-lg-2);}
.check_group.all input[type="checkbox"]:checked + label {background:url(../images/common/checkbox_checked.png) left 8px no-repeat; }



.grad_rec{
    margin: 0 auto;
    width: 40px;
    height: 4px;
    background: linear-gradient(to right, #008FD5, #0DC2AC);
}
.grad_circle{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(to right, #008FD5, #0DC2AC);
}
.circle_tit{
    display: flex;
    gap: 8px;
    margin: 48px 0 16px;
    align-items: center;
}
.circle_tit h2{
    font-size: var(--txt-3xl);
}
.text_wrap{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.text_wrap p{
    font-size: var(--txt-lg-2);
    line-height: 150%;
    color: var(--c-black-2);
}
.text_wrap span{
    font-size: var(--txt-lg-2);
    line-height: 140%;
    color: var(--c-black-2);
    font-weight: 500;
}

.text_wrap.center span{
    font-size: var(--txt-lg-2);
    line-height: 140%;
    color: var(--c-black-2);
    font-weight: 500;
    text-align: center;
}

/*101 회장인사말*/
.greeting_wrap{
    position: relative;
    display: flex;
    gap: 50px;
    z-index: 1;
}

.greeting_wrap .bg{
    position: absolute;
    top: 0;
    left: 50%;               
    transform: translateX(-50%);
    width: 100vw;          
    height: 100%;
    background-image: url(../images/sub/greeting_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -99;

}
.greeting_wrap .text_wrap{
    width: 50%;
}
.greeting_wrap .text_wrap .goal_box{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0;
}
.greeting_wrap .text_wrap .goal_box .goal{
    display: flex;
    gap: 8px;
}
.greeting_wrap .text_wrap .goal_box .goal .num_box{
    width: 130px;
    height: 50px;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 600;
    font-size: var(--txt-lg);
    text-align: center;
    align-content: center;
}
.greeting_wrap .text_wrap .goal_box .goal .desc_box{
    width: 472px;
    height: 50px;
    background-color: #F2F9FD;
    color: var(--main-color);
    font-weight: 600;
    font-size: var(--txt-lg);
    align-content: center;
    padding-left: 24px;
}
.greeting_wrap .image_wrap{
    width: 50%;
	 position: relative;
}
.greeting_wrap .image_wrap .img01{
   width: 70%;
  display: block;
	margin: 0 20px 0 auto;
}
.greeting_wrap .image_wrap .img02{
    position: absolute;
    top: 75%;
    left: 35%;
    transform: translate(-50%, -50%);
}

/*101 CEO인사말*/
.ceo_wrap .tit_wrap{
   text-align: center;
}
.ceo_wrap .tit_wrap h1{
    font-size: var(--txt-3xl-1);
    font-weight: 600;
    line-height: 150%;
    width: 70%;
    margin:2rem auto;
}
.ceo_wrap .tit_wrap .highlight{
    color: var(--main-color);
}
.ceo_wrap .bg{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/sub/ceo_bg.png);
	width: 100vw;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -99;
}
.ceo_wrap .promise_wrap{
    display: flex;
    gap: 32px;
    margin: 40px 0;
    justify-content: center;
}
.ceo_wrap .promise_wrap .promise_box{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.ceo_wrap .promise_wrap .promise_box .img_box img{
    width: 100%;
}
.ceo_wrap .promise_wrap .promise_box .text_box {
    border: 1px solid var(--c-black-5);
    background-color: #fff;
    padding: 1.5rem 0.5rem 2rem;
}
.ceo_wrap .promise_wrap .promise_box .text_box .num{
    font-size: var(--txt-lg-2);
    color: var(--c-black-4);
    margin-bottom: 4px;
}
.ceo_wrap .promise_wrap .promise_box .text_box .desc{
    font-size: var(--txt-xl);
    color: var(--c-black-2);
    line-height: 130%;
    font-weight: 500;
}

.ceo_wrap .ceo_text{
    text-align: right;
}
.ceo_wrap .ceo_text span{
    font-size: var(--txt-lg-2);
    color: var(--c-black-3);
    margin-bottom: 4px;
}
.ceo_wrap .ceo_text p{
    font-size: var(--txt-3xl-1);
    color: var(--c-black-1);
    font-weight: 600;
    margin-top: 4px;
    letter-spacing: 4px;
}

/*103 회사연혁*/
.history_wrap .history_row{
    display: flex;
    border-bottom: 1px solid var(--c-black-5);
    padding: 32px 0;
    gap: 150px;
    align-items: center;
}
.history_wrap .history_row .year{
    width: 85px;
    font-weight: 700;
    font-size: 32px;
    flex-shrink: 0;
    align-self: flex-start;
}
.history_wrap .history_row .history_list{
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}
.history_wrap .history_row .history_list .history_item{
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.history_wrap .history_row .history_list .history_item .month{
    width: 40px;
    font-size: var(--txt-lg-2);
    font-weight: 500;
    color: var(--main-color);
    flex-shrink: 0;
    line-height: 140%;
}
.history_wrap .history_row .history_list .history_item .desc_group{
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.history_wrap .history_row .history_list .history_item .desc_group .desc{
    color: var(--c-black-2);
    font-size: var(--txt-xl);
    line-height: 140%;    
}

/*104 조직도*/
.organization_wrap{
    width: 100%;
}
.organization_wrap img{
    width: 100%;
    height: auto;

    .container {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}

.rectangle {
  position: relative;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}


/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 50%;
  margin: 0 auto 40px;
  background: var(--level-1);
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: var(--black);
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--black);
}

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2 {
  width: 70%;
  margin: 0 auto 40px;
  background: var(--level-2);
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}


/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background: var(--black);
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-3 {
  margin-bottom: 20px;
  background: var(--level-3);
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background: var(--black);
}

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}


}
/*찾아오시는길*/
.root_daum_roughmap .wrap_controllers{
    display: none;
}
.basic_info_wrap{
    border: 1px solid var(--c-black-5);
    display: flex;
    margin-bottom: 4rem;
}
.basic_info_wrap .logo_box{
	flex: 2;
	padding: 2rem 4rem;
	text-align: center;
	align-content: center;
    position: relative;
}
.basic_info_wrap .logo_box::after{
	content:'';
	position: absolute;
	width: 1px;
	height: 90px;
	background-color: var(--c-black-5);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.basic_info_wrap .info_box{
	flex: 5;
   display: flex;
   flex-direction: column;
   gap: 16px;
	padding: 1.3rem 4rem;
}
.basic_info_wrap .info_box_top{
	display: flex;
	gap: 16px;
	align-items: center;
}
.basic_info_wrap .info_box .info_box_bottom{
    display: flex;
    gap: 2rem;
}
.basic_info_wrap .info_box .info_box_bottom .box{
	display: flex;
	gap: 16px;
	align-items: center;
}
.basic_info_wrap .info_box p{
	font-size: var(--txt-lg-2);
	font-weight: 400;
    line-height: 140%;
}
.basic_info_wrap .info_box strong{
	font-weight: 600;
    margin-right: 1rem;
}
.traffic_info_wrap{
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 2rem;
}
.traffic_info_wrap .info_wrap{
    display: flex;
    gap: 24px;
    align-items: center;
}
.traffic_info_wrap .info_wrap .info_img_box{
    width: 100px;
    height: auto;
}

.traffic_info_wrap .text_box{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.traffic_info_wrap .text_box .tit{
    font-size: var(--txt-3xl);
    font-weight: 600;
}
.traffic_info_wrap .text_box .desc_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.traffic_info_wrap .text_box .desc_wrap .desc_item{
    display: flex;
    gap: 8px;
}
.traffic_info_wrap .text_box .desc_wrap .desc_item a{
    font-size: var(--txt-lg-2);
}
.bus_row_wrap{
    display: flex;
    gap: 3rem;
}
.bus_row_wrap .bus_row{
    display: flex;
    gap: 12px;
}

.bus_row_wrap .bus_row .bus_type{
    font-size: var(--txt-md);
    font-weight: 500;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}
.bus_row_wrap .bus_row .bus_type.blue{
    background-color: #1E80DB;
}
.bus_row_wrap .bus_row .bus_type.green{
    background-color: #59BE0A;
}
.bus_row_wrap .bus_row .bus_num_group{
    display: flex;
    gap: 16px;
    font-size: var(--txt-lg-2);
}
.bus_row_wrap .bus_row .bus_num{
    display: flex;
    align-items: center;
    gap: 16px;
}
.bus_row_wrap .bus_row .bus_num_group .bus_num .grey_bar{
    background-color: var(--c-black-4);
    display: inline-block;
    width: 1px;
    height: 16px;
}

/*201 경영이념*/
.mission_wrap{
    width: 100%;
}
.mission_wrap img{
    width: 100%;
    height: auto;
}

/*202 보유면허*/
.company_wrap{
    display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2rem;
	row-gap: 3rem ;

}
.company_wrap .company_box{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.company_wrap .company_box .image_box{
    padding: 8px;
    box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.1);
}
.company_wrap .company_box .image_box .img_area{
    width: 100%;
    aspect-ratio: 3 / 4;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.company_wrap .company_box .image_box .img_area:hover::before {
    content: '';
    position: absolute; 
    background: url(../images/sub/ic_zoom.png) no-repeat 90% 90% rgba(0, 0, 0, 0.5);
    background-size: 29px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.company_wrap .company_box .image_box .img_area img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
.company_wrap .company_box .image_box:hover .img_area img {transform: scale(1.1);}


.company_wrap .company_box .text_box{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.company_wrap .company_box .text_box .tit{
    font-size: var(--txt-lg-2);
    font-weight: 500;
    line-height: 140%;
}
.company_wrap .company_box .text_box .num{
    font-size: var(--txt-lg);
    color: var(--c-black-3);
}

/*203 수상실적 및 상훈*/


/*204 신용평가 및 인증서 */

/*301 안전경영*/
.safety_wrap{
    display: flex;
    gap: 50px;
}
.safety_wrap .image_box{
    flex: 1;
    padding: 8px;
    box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.safety_wrap .image_box .img_area{
    width: 100%;
    aspect-ratio: 3 / 4;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.safety_wrap .image_box .img_area:hover::before{
    content: '';
    position: absolute; 
    background: url(../images/sub/ic_zoom.png) no-repeat 90% 90% rgba(0, 0, 0, 0.5);
    background-size: 29px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.safety_wrap .image_box .img_area img{
    width: 100%;
	height: 100%;
	transition: 0.5s;
}
.safety_wrap .image_box:hover .img_area img{
    transform: scale(1.1);
}
.safety_wrap .goal_wrap{
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: auto 0;
}
.safety_wrap .goal_wrap .text_wrap{
    gap: 16px;
}
.safety_wrap .goal_wrap .text_wrap .tit_text{
    font-size: var(--txt-4xl);
    font-weight: 700;
    background-image: linear-gradient(to right, #008FD5, #07ACBD);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 140%;
}
.safety_wrap .goal_wrap .text_wrap .desc_text{
    font-size: var(--txt-lg-2);
    line-height: 140%;
}
.safety_wrap .goal_wrap .box_wrap{
    display: flex;
    gap: 32px;
}
.safety_wrap .goal_wrap .box_wrap .box{
    flex: 1;
    padding: 24px;
    background-color: #fafafa;
    border: 1px solid var(--c-black-5);
}
.safety_wrap .goal_wrap .box_wrap .box .box_num{
    display: inline-block;
    font-size: var(--txt-md);
    color: var(--main-color);
    font-weight: 600;
    padding: 4px 6px;
    background-color: #E6F4FB;
    border-radius: 4px;
}
.safety_wrap .goal_wrap .box_wrap .box .box_title{
    width: 200px;
    font-size: var(--txt-2xl);
    font-weight: 600;
    margin: 8px 0 16px;
    line-height: 140%;
}
.safety_wrap .goal_wrap .box_wrap .box .box_desc_group{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.safety_wrap .goal_wrap .box_wrap .box .box_desc{
    font-size: var(--txt-lg);
    color: var(--c-black-2);
    line-height: 140%;
}

/*302 환경품질경영*/
.banner_wrap{
    position: relative;
    margin-bottom: 8rem;
}
.banner_wrap .banner_bg{
	width: 100%;
}
.banner_wrap .white_box{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -80px);
    width: 90%;
	max-width: 1075px;
    height: auto;
    background-color: #fff;
    display: flex;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    padding: 3rem 4rem;;
    align-items: center;
    gap: 5rem;
}
.banner_wrap .white_box .text_area p{
    font-size: var(--txt-lg-2);
    line-height: 150%;
}

.environment_wrap .goal_box{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 50px 0;
}
.environment_wrap .goal_box .goal{
    display: flex;
    gap: 8px;
}
.environment_wrap .goal_box .goal .num_box{
    width: 150px;
    height: 70px;
    background-color: #008A5C;
    color: #fff;
    font-weight: 500;
    font-size: var(--txt-2xl);
    text-align: center;
    align-content: center;
}
.environment_wrap .goal_box .goal .desc_box{
    width: 100%;
    height: 70px;
    background-color: #E8F5F2;
    color: #008A5C;
    font-weight: 500;
    font-size: var(--txt-xl);
    align-content: center;
    padding: 0 32px;
    line-height: 140%;
}
.environment_wrap h4{
    font-size: var(--txt-3xl);
    font-weight: 600;
    margin: 8px 0;
}
.environment_wrap p{
    font-size: var(--txt-lg-2);
    color: var(--c-black-2);
}

/* 303 윤리경영 */
.ethical_wrap .code_tit{
   text-align: center;
}
.ethical_wrap .code_tit h1{
    font-size: var(--txt-4xl);
    font-weight: 600;
}
.ethical_wrap .code_tit .grad_rec{
	margin: 12px auto 40px;;
}
.accordion_menu details { 
	padding: 8px 0;
    display: block; 
} 

.accordion_menu details summary { 
    position: relative; 
    padding: 28px 32px; 
    background-color: var(--c-black-9);
    font-size: var(--txt-2xl); 
    font-weight: 600; 
    color: var(--c-black-1);
    cursor: pointer;
    border: 1px solid var(--c-black-5);
} 

/* 기본 화살표 아이콘 숨김 */
.accordion_menu details > summary::-webkit-details-marker {
    display: none; 
}

.accordion_menu details summary::before,
.accordion_menu details summary::after { 
    content: ''; 
    position: absolute; 
    top: 50%; 
    right: 40px; 
    width: 12px; 
    height: 2px; 
    background: #333; 
    transform: translate(0, -50%); 
    transition: all 0.3s;
} 

/* 닫힌 상태 화살표 */
.accordion_menu details summary::after {
    transform: translate(0, -50%) rotate(90deg); 
}

/* 열린 상태 화살표 */
.accordion_menu details.open summary::after {
    transform: translate(0, -50%) rotate(0);
}


.accordion_item_group{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border: 1px solid var(--c-black-5);
    border-top: none;
}
.accordion_item{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.accordion_item:not(:last-child)::after {
  content: "";
  display: block;
  border-bottom: 0.75px dashed var(--c-black-4);
  margin-top: 24px;
}

.accordion_item h3{
    font-size: var(--txt-lg-2);
    font-weight: 500;
}
.accordion_item p, .accordion_item li{
    font-size: var(--txt-lg);
    color: var(--c-black-3);
    line-height: 150%;
    list-style-type: decimal;
    list-style-position: inside;
}


/*502 채용공고*/
.process_step{
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}
.process_step {
      position: relative;
      width: 752px;
      margin: 2rem auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

/* 가운데 가로선 */
.process_step::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(-90px + 0px); /* 첫 원 중심 기준 */
    width: 932px;
    height: 2px;
    background: linear-gradient(to right, #11D0A2, #42BFCE, #41B2DA, #008FD5);
    transform: translateY(-50%);
    z-index: 0;
}

.circle_wrapper {
    position: relative;
    width: 224px;
    height: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_text {
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}
.circle_text .num{
    font-size: var(--txt-lg);
    color: var(--c-black-4);
    font-weight: 500;
}
.circle_text .desc{
    font-size: var(--txt-2xl);
    font-weight: 600;
    margin: 12px 0 8px;
}
.circle_text span {
    font-size: var(--txt-lg);
    color: var(--c-black-3);
    width: 80%;
    line-height: 130%;
}


.default_table{
    width: 100%;
	
}
.default_table thead{
    border-top: 1px solid var(--c-black-3);
	
}
.default_table th, td{
    border-bottom: 1px solid var(--c-black-5);
}
.default_table th{
	padding: 16px;
	font-size: var(--txt-lg-2);
	font-weight: 600;
}
.default_table td{
	padding: 24px;
	text-align: center;
	font-size: var(--txt-lg-2);
    line-height: 150%;
}
.jobs_wrap li, .capability_wrap li{
	text-align: left;
    line-height: 160%;
    font-size: var(--txt-lg-2);
}
.jobs_wrap li::before, .capability_wrap li::before{
	content:"";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #222;
	display: inline-block;
	position: relative;
	top: -4px;
	margin-right: 8px;
}
.default_table td.highlight{
	background-color: #E6F4FB;
}
.jobs_wrap .process .process_img{
	text-align: center;
}
.jobs_wrap .apply p{
    font-size: var(--txt-lg);
    color: var(--c-black-3);
    margin-top: 12px;
}
.jobs_wrap .jobs_btn_group{
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 80px;
}
.jobs_wrap .jobs_btn_group .apply_btn{
    width: 216px;
    height: 64px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    align-content: center;
    cursor: pointer;
}
.jobs_wrap .jobs_btn_group .download_btn{
    width: 216px;
    height: 64px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    align-content: center;
    cursor: pointer;
}

/*503 복리후생*/
.benefits_wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
.benefits_wrap .benefits_box{
    height: 228px;
    display: flex;
    background-color: var(--c-black-9);
    border: 1px solid var(--c-black-5);
}

.benefits_wrap .benefits_box .text_area{
    flex: 3;
    position: relative;
    padding: 32px;
    align-content: end;
}
.benefits_wrap .benefits_box .text_area .text_group{
    height: 93px;
}
.benefits_wrap .benefits_box .text_area .text_group h2{
    font-size: var(--txt-2xl);
    font-weight: 600;
    margin-bottom: 8px;
}
.benefits_wrap .benefits_box .text_area .text_group p{
    font-size: var(--txt-lg-2);
    color: var(--c-black-3);
    line-height: 140%;
}
.benefits_wrap .benefits_box .icon_area{
    position: relative;
}
.benefits_wrap .benefits_box .icon_area img{
    position: absolute;
    top: 32px;
    right: 32px;
}


/*401 시공능력현황*/
.capability_wrap .license_business_box_group{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.capability_wrap .license_business_box_group .license_business_box{
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 1px solid var(--c-black-5);
    text-align: center;
}
.capability_wrap .license_business_box_group .license_business_box .tit{
    font-size: var(--txt-xl);
    font-weight: 600;
}
.capability_wrap .license_business_box_group .license_business_box .desc{
    font-size: var(--txt-lg);
    color: var(--c-black-3);
}
.amount_wrap .table_tit_box{
    display: flex;
}
.amount_wrap .table_tit_box .table_year{
    background: var(--main-color);
    font-size: var(--txt-xl);
    color: #fff;
    padding: 16px;
    font-weight: 500;
}
.amount_wrap .table_tit_box .table_tit{
    background-color: #E6F4FB;
    font-size: var(--txt-lg-2);
    border-top: 2px solid var(--main-color);
    width: 100%;
    align-content: center;
    padding-left: 16px;
    font-weight: 500;
}
.amount_wrap .default_table{
    margin-bottom: 3rem;
}
.amount_wrap .default_table:last-child{
    margin-bottom: 0;
}
.amount_wrap .default_table td{
    padding: 12px 24px;
    text-align: left;
}
.amount_wrap .default_table tr td:last-child{
	text-align: right;
}
.amount_wrap .default_table tr:last-child td{
	background-color: var(--c-black-8);
    font-weight: 500;
}

/*402 실적현황*/
.board_inner .performance {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 3rem;

}
.board_inner .performance .box {
    width: calc((100% - 6rem) /3);
    border: 1px solid var(--c-black-5);
    /* box-shadow: 10px 10px 30px 0px rgb(0 0 0 / 25%) */
    border-radius: var(--radius-all-xs);
}
.board_inner .performance .box .img_area {
    width: 100%;
    aspect-ratio: 3 / 2;
    max-height: 240px;
    /* border: 1px solid #e1e1e1; */
    text-align: center;
    background: #efefef;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: var(--radius-all-xs);
}
.board_inner .performance .box .img_area:hover::before {
    content: '';
    position: absolute; 
    background: url(../images/sub/ic_zoom.png) no-repeat 90% 90% rgba(0, 0, 0, 0.5);
    background-size: 29px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.board_inner .performance .box .img_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.board_inner .performance .box:hover .img_area img {transform: scale(1.1);}
.board_inner .performance .box .img_area h5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.board_inner .performance .box .txt_area {
    width: 100%;
    /* height: 100%; */
    padding: 2rem;
    background: #fff;
    border-radius: var(--radius-all-xs);
}
.board_inner .performance .box h5 {
    font-size: var(--txt-lg);
    font-weight: 500;
    color: #fff;
    background: var(--main-color);
    padding: 10px 2rem;
    display: none;
}
.board_inner .performance .box h4 {
    font-size: var(--txt-2xl);
    font-weight: 600;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    /* text-overflow: ellipsis; */
    /* word-break: break-all; */
    overflow: hidden;
    width: 100%;
    min-height: 56px;
    margin-bottom: 1rem;
}

.board_inner .performance .box ul li {
    width: 100%;
    font-size: var(--txt-md-1);
    color: var(--c-black-3);
    line-height: 1.375rem;
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.board_inner .performance .box ul li span:first-child {
    width: 65px;
    color: var(--main-color);
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
}
.board_inner .performance .box ul li span:last-child {
    width: calc(100% - 75px);
}