@charset "utf-8";

.show-pc { display: block; }
.show-mobile { display: none; text-align: center; }
.show-mobile img { max-width: fit-content; }

/* 연혁 */
.history-wrap { position: relative; }
.history-wrap .line { width: 2px; height: calc(100% - 60px); position: absolute; left: 305px; top:42px; background: var(--key-color); }
.history-wrap li { display: flex; gap: 220px; justify-content: start; width: 100%; margin-bottom: 50px; padding-left: 50px; position: relative; }
.list-year { width: 140px; font: 700 40px/45px 'Pretendard'; position: relative; }
.list-year::after { content: ''; width: 149px; height: 39px; display: block; background: url('/resources/img/sub/sub_year_mark.png') no-repeat center/contain; position: absolute; top:7px; right:-42px; transform: translateX(100%); }
.list-year p { max-width: fit-content; line-height: 45px; }
.list-cont { width: calc(100% - 360px); }
.list-cont .his { display: flex; font: 500 20px/45px 'Pretendard'; }
.list-cont .num { display: inline-block; width: 65px;  color: var(--key-color); font: 600 24px/45px 'Pretendard'; }
.list-cont .his span:not(.num) { width: calc(100% - 80px); line-height: 45px; }


@media screen and (max-width:1024px){
	.history-wrap li { height: calc(100% - 90px); gap: 130px; margin-bottom: 70px; }
	.history-wrap .line { width: 1px; left: 226px; top:12px; }
	.hn-history .history-wrap .line { height: calc(100% - 80px); }
	
	.list-year { width: 110px; font-size: 42px; }
	.list-year::after { width: 89px; top:3px; right: -22px;  }
	.list-cont .his { font-size: 18px; }
	.list-cont .num { font-size: 20px; width: 40px; }
	.list-cont .his span { line-height: 45px; }
	.list-cont .his span:not(.num) { width: calc(100% - 40px); }
}

@media screen and (max-width:768px){
	.show-pc { display: none; }
	.show-mobile { display: block; }

	.history-wrap .line { left: 20px; top:17px; }
	.history-wrap li { gap: 20px; padding-left: 40px; flex-wrap:wrap; }
	.list-cont { width: 100%; }
	.history-wrap li::before { content: ''; width:11px; height: 11px; border-radius: 50%; position: absolute; top:16px; left:15px; background: var(--key-color); }
	.history-wrap li::after { content: ''; width:17px; height: 17px; border-radius: 50%; position: absolute; top:13px; left:12px; border: 1px solid var(--key-color); }

	.list-year { font-size: 32px; width: auto; }
	.list-year::after { display: none; }
	.list-cont .his { margin-top: 10px; font-size: 16px; }
}


/* 찾아오시는 길 */
.location { position: relative; } 
.location .blue-box { min-width: 620px; width: 46%; padding: 50px 40px 45px; position: absolute; right:0px; top:330px; background: var(--blue-gra); color:white; z-index: 1; }
.location .location-info-box { display: flex; }
.location .category-wrap:first-child { margin-right: 60px; }
.location .category-wrap .tit { margin-bottom: 20px; font: 700 17px/100% 'Arial'; position: relative; }
.location .category-wrap .tit::after { content: ''; display: block; width:30px; height: 1px; background: rgb(255, 255, 255,0.4); margin-top: 18px; }
.location .category-wrap li { position: relative; padding-left:26px; margin-bottom: 12px; }
.location .category-wrap li p { font: 300 16px/18px 'Pretendard'; }
.location .category-wrap li img { width: 16px; height: 18px; position: absolute; left:0px; top:-1px; }

.location .cont-box { position: relative; }
.location .tab-wrap ul { display: flex; margin-bottom: 30px; }
.location .tab-wrap li { padding: 16px 30px 17px; margin-right: 20px; border: 1px solid var(--point-color); color:var(--point-color); font: 600 17px/100% 'Pretendard'; background: white; cursor: pointer; }
.location .tab-wrap li.on { background: var(--point-color); color:white; }

.location .map-cont { height: 500px; }
.location .tab-cont { height: 100%; }
.location .map-cont .root_daum_roughmap_landing { width: 100%; height: calc(100% - 100px); }
.location .map-cont .root_daum_roughmap .wrap_map { height: 100%; }
.location .tab-cont { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; visibility: hidden; }
.location .tab-cont.on { visibility: visible; }

.location .tab-cont .add-box { display: flex; gap: 20px; justify-content: flex-end; padding-bottom: 10px; margin-top: 40px; }
.location .tab-cont .add-box p { display: flex; gap: 10px; margin-bottom: 5px; }
.location .tab-cont .add-box p > img { display: block; max-width: 20px; }
.location .tab-cont .add-box p > span { display: block; font: 500 18px/20px 'Pretendard'; }


@media screen and (max-width:1500px){
	.location .blue-box { padding: 30px; }
}


@media screen and (max-width:1300px){
	.location .blue-box { width: 100%; min-width: auto; flex-direction: column;display: flex; justify-content: space-between; position: initial; }
}

@media screen and (max-width:1024px){
	.location .category-wrap:first-child { margin-right: 20px; }
}

@media screen and (max-width:768px){
	.location .location-info-box { flex-wrap: wrap; }
	.location .category-wrap { width: 100%; }
	.location .category-wrap:first-child { margin-right: 0; margin-bottom: 20px; }
	.location .map-cont { height: 400px; }

	.location .tab-cont .add-box { justify-content: flex-start; }
}
@media screen and (max-width:500px){
	.location .tab-wrap ul { justify-content: space-between; margin-bottom: 0; }
	.location .tab-wrap li { width: calc((100% - 10px) / 2); padding: 15px 0; text-align: center; font-size: 15px; margin-right: 0; }
	.location .tab-wrap li:first-child { margin-right: 10px; }
	.location .tab-cont .add-box { flex-direction: column; gap: 0; }
	.location .tab-cont .add-box p > img { width: 16px; height: 16px; }
	.location .tab-cont .add-box p > span { font-size: 15px; }
}

/* 대표이사 인사말 */

.greet .ceo { margin-top: 60px; margin-bottom: 100px; position: relative; z-index: 0; }
.greet .ceo .txt_box .tit { position: relative; font:600 52px/125% 'Pretendard'; }
.greet .grt_sign { display: flex; padding: 50px 0 0; font:400 22px/100% 'Pretendard'; justify-content: right; align-items: center; }
.greet .grt_sign .sign { width: 64px; height: 41px; margin-left: 10px; overflow: hidden; text-indent: -9999px; background:url('/resources/img/sub/sub_grt_name.png') no-repeat center/contain; }

.greet .grt_box .ttl { width: 20%; float: left; }
.greet .grt_box .ttl > span { position: relative; padding-left: 10px; font:600 20px/100% 'Pretendard'; }
.greet .grt_box .ttl > span::before { content: ""; position: absolute; top: 2px; width: 3px; height: 17px; left: 0; background: var(--point-color); }
.greet .grt_box .ttr { width: 80%; float: left;}
.greet .grt_box .ttr > p { padding-top: 28px; font:400 17px/130% 'Pretendard'; color:var(--sub-black); text-align: justify; }
.greet .grt_box .ttr > p:first-child { padding-top: 0; }


@media screen and (max-width:1024px){
	.greet .ceo .txt_box .tit { font-size: 32px; }
	.greet .grt_sign { font-size: 20px; padding: 30px 0 70px; }
	.greet .grt_box .ttl {width: 15%;}
	.greet .grt_box .ttl > span { font-size: 17px; }
	.greet .grt_box .ttr {width: 85%;}
	.greet .grt_box .ttr > p { font-size: 15px; padding-top: 20px; }
}

@media screen and (max-width:500px){
	.greet .ceo .txt_box .tit { font-size: 26px; }
	.greet .grt_sign { font-size: 17px; padding: 20px 0 50px; }
	.greet .grt_box .ttl > span { font-size: 17px; }
	.greet .grt_box .ttl {margin-bottom: 20px; width: 100%; float: none;}
	.greet .grt_box .ttr {width: 100%; float: none;}
}


.inquiry h3 { margin-bottom: 40px; font:600 52px/100% 'Pretendard'; position: relative; text-align: center; }

@media screen and (max-width: 1024px){
    .inquiry h3 { font-size: 32px; margin-top: 20px; margin-bottom: 20px; }
}

@media screen and (max-width: 768px){
    .inquiry h3 { font-size: 28px; margin-top: 40px; margin-bottom: 20px; }
}