<meta charset="utf-8">

/*인사말*/
.greeting {position:relative; max-width:1600px; margin:120px auto 0; padding:0 20px; box-sizing:border-box; font-family:'Pretendard','Noto Sans KR',sans-serif; color:#111;}
.greeting * {box-sizing:border-box;}
.greeting-hero {position:relative; min-height:620px; border-radius:36px; overflow:hidden; background:#111;}
.greeting-bg {position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.55) 42%,rgba(0,0,0,.08) 100%),url('../img/bg_greeting.jpg') no-repeat center/cover; transform:scale(1.02);}
.greeting-inner {position:relative; z-index:2; width:100%; max-width:780px; padding:90px 80px;}
.greeting-label {display:inline-flex; align-items:center; gap:10px; margin-bottom:28px; padding:10px 16px; border:1px solid rgba(255,255,255,.28); border-radius:999px; color:#fff; font-size:13px; font-weight:700; letter-spacing:2px;}
.greeting-label:before {content:''; display:block; width:7px; height:7px; border-radius:50%; background:#ff5a1f;}
.greeting-inner h2 {margin:0; color:#fff; font-size:55px; font-weight:800; line-height:1.16; letter-spacing:-3.2px; word-break:keep-all;}
.greeting-lead {max-width:650px; margin:30px 0 0; color:rgba(255,255,255,.78); font-size:20px; font-weight:400; line-height:1.75; letter-spacing:-.6px; word-break:keep-all;}
.greeting-summary {display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:60px;}
.greeting-summary div {min-height:120px; padding:20px 22px; border:1px solid rgba(255,255,255,.18); border-radius:24px; background:rgba(255,255,255,.1); backdrop-filter:blur(16px);}
.greeting-summary strong {display:block; margin-bottom:12px; color:#fff; font-size:15px; font-weight:800; letter-spacing:.4px;}
.greeting-summary span {display:block; color:rgba(255,255,255,.72); font-size:15px; line-height:1.55; letter-spacing:-.4px; word-break:keep-all;}

.greeting-content {display:grid; grid-template-columns:0.9fr 1.1fr; gap:90px; max-width:1360px; margin:95px auto 0; padding:0 20px;}
.greeting-title {position:relative;}
.greeting-title span {display:block; margin-bottom:22px; color:#ff5a1f; font-size:14px; font-weight:800; letter-spacing:2px;}
.greeting-title h3 {position:sticky; top:120px; margin:0; color:#111; font-size:48px; font-weight:800; line-height:1.28; letter-spacing:-2.2px; word-break:keep-all;}
.greeting-text {display:grid; gap:28px;}
.greeting-text p {position:relative; margin:0; padding-left:30px; color:#333; font-size:18px; font-weight:400; line-height:1.9; letter-spacing:-.6px; word-break:keep-all;}
.greeting-text p:before {content:''; position:absolute; top:14px; left:0; width:8px; height:8px; border-radius:50%; background:#ff5a1f;}

.greeting-bottom {display:flex; align-items:flex-end; justify-content:space-between; gap:40px; max-width:1360px; margin:90px auto; padding:58px 64px; border-radius:32px; background:#f6f6f6;}
.greeting-quote p {margin:0; color:#111; font-size:30px; font-weight:600; line-height:1.45; letter-spacing:-1.4px; word-break:keep-all;}
.greeting-sign {display:flex; align-items:flex-end; gap:14px; flex-shrink:0;}
.greeting-sign span {padding-bottom:5px; color:#777; font-size:16px; font-weight:600; letter-spacing:-.4px;}
.greeting-sign strong {color:#111; font-size:34px; font-weight:800; letter-spacing:-1.4px;}

@media (max-width:1200px) {
    .greeting-inner {padding:75px 55px;}
    .greeting-inner h2 {font-size:56px;}
    .greeting-content {grid-template-columns:1fr; gap:42px;}
    .greeting-title h3 {position:relative; top:auto; font-size:42px;}
}

@media (max-width:980px) {
    .greeting {margin-top:70px; padding:0 16px;}
    .greeting-hero {min-height:auto; border-radius:26px;}
    .greeting-bg {background:linear-gradient(180deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.48) 55%,rgba(0,0,0,.18) 100%),url('../img/bg_greeting.jpg') no-repeat center/cover;}
    .greeting-inner {padding:64px 34px;}
    .greeting-inner h2 {font-size:42px; letter-spacing:-2px;}
    .greeting-lead {font-size:17px; line-height:1.7;}
    .greeting-summary {grid-template-columns:1fr; margin-top:42px;}
    .greeting-summary div {min-height:auto;}
    .greeting-content {margin-top:64px; padding:0 4px;}
    .greeting-title h3 {font-size:34px;}
    .greeting-text p {padding-left:22px; font-size:17px; line-height:1.8;}
    .greeting-bottom {display:block; margin-top:60px; padding:40px 30px; border-radius:24px;}
    .greeting-quote p {font-size:24px;}
    .greeting-sign {justify-content:flex-end; margin-top:34px;}
    .greeting-sign strong {font-size:28px;}
}

@media (max-width:560px) {
    .greeting-inner {padding:52px 24px;}
    .greeting-label {font-size:12px;}
    .greeting-inner h2 {font-size:34px; line-height:1.25;}
    .greeting-lead {font-size:16px;}
    .greeting-title h3 {font-size:28px;}
    .greeting-bottom {padding:34px 24px;}
    .greeting-quote p {font-size:21px;}
}
/*인사말*/


.company_info { width: 100%; padding-top: 100px; }
.company_info .img_page { width: 100%; height: 550px; background-image: url(../img/sub/company_info_bg_company.jpg); background-position: center; background-repeat: no-repeat; }
.company_info .txt_page { max-width: 1200px; margin: 0 auto; padding: 20px; }
.company_info .txt_page h2 { font-size: 42px; line-height: 1; font-weight: 600; margin-bottom: 44px; padding-top: 100px; display: block; }
.company_info .txt_page p { font-size: 18px; word-break: keep-all; line-height: 1.8; color: #555; padding-bottom: 15px; }
.Ideology { width: 100%; padding: 50px 0; }
.Ideology .inner { max-width: 1240px; margin: auto; clear: both; }
.Ideology .inner h2 { font-size: 36px; font-weight: bold; color: #000; letter-spacing: 5px; text-align: center; padding: 95px 0 50px 0; }
.Ideology .inner .point { color: #06F; }
.Ideology .inner h2:after { content: " "; display: block; margin: 20px auto; width: 40px; height: 2px; background-color: #000; clear: both; }
.Ideology dl { float: left; width: 33.3333%; padding: 20px; border-right: 1px solid #ddd; }
.Ideology dl:last-child { border: 0; }
.Ideology dl .web_icon { padding: 0 0 20px 0; text-align: center; color: #ff4200; }
.Ideology dl dt { font-size: 20px; height: 60px; font-weight: bold; letter-spacing: 5px; text-align: center; }
.Ideology dd { line-height: 2.2; text-align: center; font-size: 18px; color: #555; }
.tl_title_box_wrap { width: 100%; height: auto; padding: 150px 20px; clear: both; background-image: url(../img/sub/work_page_bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; }
.tl_title_box_wrap ul { padding: 0; margin: 0 auto; list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; }
.tl_title_box_wrap li { position: relative; width: 23.5%; min-height: 400px; background-color: #fff; margin-bottom: 2%; cursor: pointer; -webkit-transition: all 0.4s; transition: all 0.4s; background-position: center; background-size: cover; background-repeat: no-repeat; }
.tl_title_box_wrap li .bg { background-color: #2c3856; color: #fff; opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.tl_title_box_wrap li:hover .bg { opacity: 1; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.tl_title_box_wrap li:hover { -webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15); -ms-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15); box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15); -webkit-transform: translateY(-25px); transform: translateY(-25px); }
.tl_title_box_wrap li .txt_wrap { width: 100%; height: 100%; position: absolute; top: 0; left: 0; box-sizing: border-box; overflow: hidden; padding: 40px; color: #fff; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; opacity: 1; display: table; z-index: 2; }
.tl_title_box_wrap li:hover .txt_wrap { opacity: 1; color: #fff; }
.tl_title_box_wrap li:hover .txt_wrap .cell I { color: #FFF; }
.tl_title_box_wrap li:hover .txt_wrap .cell h2 { color: #FFF; }
.tl_title_box_wrap li:hover .txt_wrap .cell p { color: #fff; }
.tl_title_box_wrap li .txt_wrap .cell { text-align: center; width: 100%; display: table-cell; vertical-align: middle; }
.tl_title_box_wrap li .txt_wrap .cell i { font-size: 35px; padding-bottom: 20px; color: #1a1a1a; }
.tl_title_box_wrap li .txt_wrap .cell h2 { font-size: 24px; color: #1a1a1a; margin: 0; font-weight: bold; }
.tl_title_box_wrap li .txt_wrap .cell .lead { font-size: 18px; color: #555; padding-top: 50px; word-break: keep-all; line-height: 1.6; }

.company-info-table { width: 100%; border-collapse: separate; border-spacing: 0; background-color: #f9f9f9; font-size: 18px; color: #666 } 
.company-info-table th, .company-info-table td { padding: 18px; text-align: left; border-bottom: 1px solid #ddd; line-height: 1.65 } 
.company-info-table th { background-color: #f2f2f2; font-weight: bold; } 
.company-info-table tr:nth-child(even) { background-color: #ffffff; } 
.company-info-table td:first-child, .company-info-table th:first-child { border-right: 1px solid #ddd; width: 30%; }

@media screen and (max-width: 768px) { 
    .company-info-table, .company-info-table thead, .company-info-table tbody, .company-info-table th, .company-info-table td, .company-info-table tr { display: block; } 
    .company-info-table thead tr { position: absolute; top: -9999px; left: -9999px; }
    .company-info-table tr { margin-bottom: 15px; border: 1px solid #ddd; }
    .company-info-table td { border: none; position: relative; padding-left: 50%; border-bottom: 1px solid #ddd; } 
    .company-info-table td:before { position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; content: attr(data-label); font-weight: bold; } 
    .company-info-table td:first-child { border-right: none; width: auto; } 
    .company-info-table td:last-child { border-bottom: none; } 
}


@media screen and  (max-width: 992px) { 
    .company_info .work_page ul li { width: 47%; margin-bottom: 20px; margin-right: 0; margin-left: 2%; }
    .company_info .work_page ul li:last-child { margin-right: 0; } 
    .company_info .work_page ul li:nth-child(2n+2) { margin-right: 0; } 
    .Ideology dl { width: 100%; padding: 30px 0; clear: both; }
    .tl_title_box_wrap li { width: 48%; margin-left: 2%; margin-bottom: 3%; } 
    .tl_title_box_wrap li:nth-child(2n+1) { margin-left: 0; } 
}

@media screen and (max-width: 768px) { 
    .company_info { padding-top: 0px; } 
    .company_info .img_page { background-size: cover; height: 300px; } 
    .Ideology dl { width: 100%; border-right: 0; border-bottom: 1px solid #ddd; } 
    .Ideology dd { font-size: 16px}
    .tl_title_box_wrap li { width: 100%; margin-left: 0; margin-bottom: 3%; } 
}

@media screen and (max-width: 576px) { 
   .Ideology .inner h2 { padding: 0px 0 50px 0; }
}




/*회사소개*/
.container { width: 100%; }
.about .image { max-width:1600px; margin: 0 auto; width: 100%; height: 400px;background-image: url('../img/sub/about_bg.jpg'); background-size: cover; background-position: center; background-attachment: fixed; }
.about-container { display: flex; margin: 100px 0;  max-width: 1600px; margin: 100px auto}
.about-container .left { width: 385px; padding-right: 40px; display: flex; flex-direction: column; justify-content: space-between; }
.about-container .right { width: calc(100% - 385px); }
.about-container .left h4 { font-size: 36px; margin: 0; }
.about-container .left .subtitle { font-size: 18px; margin: 0; }
.about-wrap h5 { font-size: 26px; margin-bottom: 20px; }
.about-wrap p { font-size: 18px; margin-bottom: 30px; color: #555; line-height: 1.65; font-weight: 400; word-break: keep-all; max-width: 1000px }
.info-list { margin: 0; padding: 0; }
.info-items { list-style: none; padding: 0; display: flex; flex-wrap: wrap; margin: 0 -20px; }
.info-items > li { width: calc(50% - 40px); margin:0 20px; }
.info-item { display: flex; align-items: flex-start; padding: 40px 0; border-bottom: 1px solid #ddd; }
.info-index { width: 85px; font-size: 18px; font-weight: 500; color: #0066e0; margin-top: 5px }
.info-details { flex: 1;  line-height: 1.65}
.info-title { font-size: 18px; font-weight: 500; margin-bottom: 5px; }
.info-text { font-size: 16px; font-weight: 300 }
.download-btn { display: inline-block; padding: 12px 24px; background-color: #0066e0; color: #fff; text-decoration: none; border-radius: 4px; margin-top: 20px; font-size: 18px; }

/* 태블릿 스타일 */
@media screen and (max-width: 1023px) {
    .about .image { height: 350px; background-attachment: scroll; }
    .about-container { margin: 80px 0; }
    .about-container .left { width: 30%; }
    .about-container .right { width: 70%; }
    .about-container .left h4 { font-size: 28px; }
    .about-container .left .subtitle { font-size: 16px; }
    .about-wrap { margin-top: 40px; }
    .about-wrap h5 { font-size: 22px; }
    .about-wrap p { font-size: 16px; margin-bottom: 20px; }
    .info-item { padding: 20px 0}
    .info-index { width: 60px; font-size: 16px; }
    .download-btn { font-size: 16px; padding: 10px 20px; }
}

/* 모바일 스타일 */
@media screen and (max-width: 767px) {
    .about .image { height: 300px; }
    .about-container { flex-direction: column; margin: 50px 0; padding: 0 20px }
    .about-container .left, .about-container .right { width: 100%; }
    .about-container .left { margin-bottom: 30px; }
    .about-container .left h4 { font-size: 24px; margin-bottom: 10px; }
    .about-wrap { margin-top: 30px; }
    .about-wrap h5 { font-size: 20px; margin-bottom: 15px; }
    .info-items { margin: 0; }
    .info-items > li { width: 100%; margin: 0; }
}
/*회사소개*/



/* ci ==================================================================================== */
.ci { padding-top: 100px; }
.ci_wrap { max-width: 1600px; margin: 0 auto; padding: 0 20px; }
.ci_section { padding-bottom: 150px; }
.ci_section .ci_box { display: flex; margin-bottom: 4rem; }
.ci_section .ci_box h3 { width: 27.5rem; font-size: 38px; font-weight: 700; letter-spacing: -0.02em; color: #000; line-height: 1.26; }
.ci_section .ci_box .ci_txt { width: calc(100% - 27.5rem); }
.ci_section .ci_box .ci_txt .txt01 { font-size: 18px; font-weight: 400; color: #555; line-height: 1.76; }
.ci_section .ci_box .ci_txt .txt02 { font-size: 15px; font-weight: 400; color: rgba(0, 0, 0, 0.5); line-height: 1.4; padding-top: 1.3rem; }

/* CI 이미지 박스: 30% 너비로 축소 + 섹션 안에서 가운데 정렬 */
.ci_section .ci_img { display: flex; align-items: center; justify-content: center; min-height: 15rem; padding: 2rem; border: 1px solid #ddd; border-radius: 20px; box-sizing: border-box; width: 30%; margin: 0 auto; }
.ci_section .ci_img img { max-width: 50%; height: auto; }

.ci_section.ci_color_seciton .ci_box h3 { font-size: 38px; }
.ci_section .ci_color_box { display: flex; margin: 0 -1rem; padding-top: 2rem; }
.ci_section .ci_color_box .ci_color { width: calc(50% - 2rem); margin: 0 1rem; border-radius: 20px; padding: 3rem; box-sizing: border-box; }
.ci_section .ci_color_box .ci_color.color_1 { background: #115d84; }
.ci_section .ci_color_box .ci_color.color_2 { background: #088a68; }
.ci_section .ci_color_box .ci_color strong { display: block; font-size: 24px; font-weight: 700; letter-spacing: -0.02em; color: #fff; }
.ci_section .ci_color_box .ci_color .color_txt { padding-top: 3rem; }
.ci_section .ci_color_box .ci_color .color_txt span { display: inline-block; font-size: 17px; font-weight: 400; letter-spacing: -0.02em; color: rgba(255, 255, 255, 0.7); margin-right: 2rem; }

@media all and (max-width: 1280px) {
    .ci_section .ci_box .ci_txt .txt01 > br { display: none; }
    /* 화면이 좁아질수록 30%는 너무 작아지므로 살짝 키움 */
    .ci_section .ci_img { width: 45%; }
}
@media all and (max-width: 992px) {
    .ci_section { padding-bottom: 100px; }
    .ci_section .ci_box { display: block; }
    .ci_section .ci_box h3 { width: 100%; }
    .ci_section .ci_box .ci_txt { width: 100%; padding-top: 1.5rem; }
    /* 모바일: 박스 60%로 키워서 가독성 확보 */
    .ci_section .ci_img { min-height: 18rem; padding: 1.5rem; width: 60%; }
    .ci_section .ci_color_box { padding-top: 0; display: block; margin: 0; }
    .ci_section .ci_color_box .ci_color { width: 100%; margin: 0; margin-bottom: 2rem; }
}
@media all and (max-width: 768px) {
    /* 작은 모바일: 박스 80%로 더 크게 */
    .ci_section .ci_img { width: 80%; }
    .ci_section .ci_color_box .ci_color .color_txt span { width: 100%; margin-right: 0; margin-bottom: 1rem; }
    .ci_section .ci_color_box .ci_color .color_txt span:last-of-type { margin-bottom: 0rem; }
}



/*연혁1*/
.history_area {position: relative;width: 100%;padding-top: 100px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 46px;line-height:1.3;color: #555;font-weight: bold;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block; font-size: 18px; color: #555; line-height: 1.75}
.history_area dd .img_box {display: block;margin-top: 39px;}
.history_area .right {text-align: right;}
.history_area .left {text-align: left;}
.history_area .fr {float: right;}
.history_area .img_box img { max-width: 100%}



@media screen and (max-width: 992px) {
	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 20px;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:30px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}	
}
/*연혁1*/


/*연혁2*/
.timeline { position: relative; } 
.timeline-nav { display: flex; justify-content: space-between; margin-bottom: 40px; position: relative; flex-wrap: wrap; } 
.timeline-nav::before { content: ''; position: absolute; top: 15px; left: 0; width: 100%; height: 1px; background: #0096e0; } 
.timeline-nav button { background: none; border: none; cursor: pointer; font-size: 20px; position: relative; padding-top: 40px; margin-bottom: 10px; width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.timeline-nav button::before { content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 10px; height: 10px; background: #0096e0; border-radius: 50%; } 
.timeline-nav button.active::after { display: block; content: ""; width: 29px; height: 29px; background: #fff; border: 11px solid #0096e0; position: absolute; top: 0; left: 50%; border-radius: 50%; transform: translateX(-50%) scale(1); transition: 0.5s; box-sizing: border-box; } 
.timeline-content { display: flex; flex-direction: row; } 
.timeline-left { width: 60%; padding-right: 40px; margin-top: 50px } 
.timeline-right { width: 40%; position: relative; } 
.timeline-year { font-size: 5em; color: #0096e0; font-weight: bold; margin-bottom: 20px; letter-spacing: -2px } 
.timeline-image { width: 100%; height: 300px; background-size: cover; background-position: center; } 
.timeline-item-wrapper { display: flex; padding-top: 140px; font-size: 18px; position: relative; } 
.timeline-year-column { flex-shrink: 0; width: 80px; color: #0096e0; } 
.timeline-year-line { width: 1px; background: #0096e0; position: absolute; top: 140px; bottom: 0; left: 90px; } 
.timeline-year-line::before { content: ''; position: absolute; top: 5px; left: -4px; width: 10px; height: 10px; background: #0096e0; border-radius: 50%; } 
.timeline-items { margin-left: 40px; flex-grow: 1; line-height: 1.6 } 
.timeline-item { display: flex; align-items: flex-start; margin-bottom: 26px; } 
.timeline-year-column > div, .timeline-item .description { min-height: 30px; display: flex; align-items: flex-start; color: #555; } 
.timeline-year-column > div { justify-content: flex-end; color: #0096e0; padding-right: 20px; padding-top: 5px; padding-bottom: 35px; font-weight: bold; } 
.timeline-item .description { padding-top: 5px; } 
.timeline-content-wrapper { display: none; } 
.timeline-content-wrapper.active { display: block; } 

@media (max-width: 1024px) { 
    .timeline-nav button { font-size: 18px; } 
    .timeline-year { font-size: 4em; } 
    .timeline-image { height: 250px; } 
    .timeline-item-wrapper { padding-top: 40px; font-size: 17px } 
    .timeline-year-line { top: 40px; } 
} 

@media (max-width: 768px) { 
    .timeline-content { flex-direction: column; } 
    .timeline-left { width: 100%; padding-right: 0; margin-bottom: 20px; } 
    .timeline-right { width: 100%; } 
    .timeline-year { font-size: 3em; } 
    .timeline-image { height: 200px; } 
    .timeline-item-wrapper { padding-top: 20px; font-size: 16px } 
    .timeline-year-column { width: 60px; } 
    .timeline-year-line { left: 70px; top: 20px; } 
    .timeline-items { margin-left: 30px; line-height: 1.0; } 
    .timeline-item .description { line-height: 1.2 } 
    .timeline-year-column > div { padding-bottom: 38px } 
} 

@media (max-width: 450px) { 
    .timeline-item-wrapper { align-items: flex-start; } 
    .timeline-year-column > div { padding-bottom: 0; height: auto; } 
    .timeline-item { flex-direction: column; margin-bottom: 20px; } 
    .timeline-item .description { margin-top: 5px; } 
}

/*연혁2*/






/*조직도*/
.sub_organization { width: 100%; padding-top: 100px}
.sub_organization h4{position:relative;margin:0 auto;width:280px;height:280px;border:25px solid #0074ff;background:#fff;font-size:28px;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;font-weight:700;border-radius:400px;color:#222;line-height:1.3}
.sub_organization h4:before{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-76px;width:1px;height:55px;background:#ddd;z-index:-1}
.sub_organization h4 span { font-size: 18px; color: #555;  font-weight: 400;}
.sub_organization .dep {  position: relative; padding: 100px 0;display: flex; justify-content: space-between; align-items: center;}
.sub_organization .dep:before {  content: ''; position: absolute; top: 50px; left: 50%;  transform: translate(-50%, -50%);  width: 80%; height: 1px;  background: #ddd; z-index: -1;}
.sub_organization .dep dl dt { background: #222; color: #fff; font-weight: 600;}
.sub_organization .dep dl > * {  padding: 22px; text-align: center;font-size: 20px;}
.sub_organization .dep dl dd {  border: 1px solid #222; color: #222;}
.sub_organization .dep dl > * { padding: 22px; text-align: center; font-size: 20px;}
.sub_organization .dep dl {position: relative; width: 20%;}
.sub_organization .dep dl:before{content:'';position:absolute;top:-50px;left:50%;width:1px;height:100%;background:#eee;z-index:-1}
.sub_organization .dep2{display:flex;justify-content:space-between;align-items:stretch}
.sub_organization .dep2>dl{position:relative;width:20%}
.sub_organization .dep2>dl:before{content:'';position:absolute;left:50%;top:-100px;transform:translateX(-50%);width:1px;height:200px;background:#eee;z-index:-1}
.sub_organization .dep2 dl dt{background:#ddd;color:#555;font-weight:600}
.sub_organization .dep2 dl>*{padding:22px;font-size:18px;text-align:center}
.sub_organization .dep2 dl dd{border:1px solid #ddd;background:#fff}
.sub_organization .dep2 dl dd ul {  font-size: inherit;}
.sub_organization .dep2 dl dd ul li { line-height: 2.2; font-size: inherit;}

@media screen and (max-width: 992px) {
    .sub_organization .dep { font-size: 1.4rem;}
    .sub_organization .dep dl dt { font-size:18px;}
    .sub_organization .dep dl dd { font-size:16px;}
    .sub_organization .dep2 dl dd ul li { font-size:16px;}
    .sub_organization .dep2 dl > * { font-size: 16px; line-height: 1.3;}
    .sub_organization h4 { width: 200px;  height: 200px;  font-size: 2rem;border: 10px solid #0074ff; }
    .sub_organization h4 span { font-size: 1.0rem;}
}


@media screen and (max-width: 768px) {
    .sub_organization .dep { padding: 40px 0;}
    .sub_organization .dep, .sub_organization .dep2 {flex-wrap: wrap;}
    .sub_organization .dep2 dl dd ul li { line-height: 2.4;}
    .sub_organization h4 { width: 160px;height: 160px; font-size: 1.8rem;}
    .sub_organization h4:before, .sub_organization .dep:before, .sub_organization .dep dl:before, .sub_organization .dep2 > dl:before { display: none;}
    .sub_organization .dep dl, .sub_organization .dep2 dl {  margin: 5px 0;width: 49%; }
    .sub_organization .dep2 dl > * { padding: 12px;}
    .sub_organization .dep dl > * { padding: 15px 0;}
    .sub_organization .dep dl > * { font-size: 1.4rem;}
}

/*조직도*/




/* 폼메일 */
/* ============================== Modern Formmail Design ============================== */
.formmail-modern { width: 100%; max-width: 1320px; margin: 0 auto; padding: 80px 20px 100px; font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #111827; box-sizing: border-box; }
.formmail-modern * { box-sizing: border-box; }
.formmail-modern form { width: 100%; }
.formmail-modern .fm-section { display: grid; grid-template-columns: 300px 1fr; gap: 48px; position: relative; margin-bottom: 38px; }
.formmail-modern .fm-section:last-of-type::before { display: none; }
.formmail-modern .fm-step { position: relative; z-index: 1; padding-top: 16px; }
.formmail-modern .fm-step-badge { display: inline-flex; align-items: center; justify-content: center; height: 34px; padding: 0 18px; border-radius: 999px; background: #070d22; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 22px; box-shadow: 0 8px 20px rgba(7, 13, 34, 0.12); }
.formmail-modern .fm-step-title { margin: 0 0 14px; color: #061024; font-size: 26px; line-height: 1.22; font-weight: 800; letter-spacing: -0.06em; }
.formmail-modern .fm-step-desc { margin: 0; color: #8a94a6; font-size: 14px; line-height: 1.65; font-weight: 500; letter-spacing: -0.04em; }
.formmail-modern .fm-card { width: 100%; border: 1px solid #e5eaf2; border-radius: 24px; background: #fff; padding: 26px; box-shadow: 0 20px 60px rgba(15, 23, 42, 0.035); }
.formmail-modern .fm-card-line { border-top: 1px solid #111827; padding-top: 16px; }
.formmail-modern .privacy-box { width: 100%; height: 148px; padding: 24px 26px; overflow-y: auto; border: 1px solid #dfe5ee; border-radius: 16px; background: #f5f7fb; color: #374151; font-size: 14px; line-height: 1.85; }
.formmail-modern .privacy-box::-webkit-scrollbar { width: 8px; }
.formmail-modern .privacy-box::-webkit-scrollbar-thumb { background: #c9d2df; border-radius: 999px; }
.formmail-modern .agree-row { display: flex; justify-content: flex-end; align-items: center; gap: 8px; padding-top: 14px; }
.formmail-modern .agree-row input[type="checkbox"] { width: 18px; height: 18px; margin: 0; accent-color: #1f55d8; }
.formmail-modern .agree-row label { color: #ff2d2d; font-size: 13px; font-weight: 700; letter-spacing: -0.04em; cursor: pointer; }
.formmail-modern .form-grid { display: grid; gap: 14px; }
.formmail-modern .form-row { display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 24px; min-height: 66px; padding: 12px 18px; border: 1px solid #e8edf4; border-radius: 16px; background: #fff; }
.formmail-modern .form-row.form-row-textarea { align-items: stretch; }
.formmail-modern .form-label { display: flex; align-items: center; gap: 10px; color: #061024; font-size: 14px; font-weight: 800; letter-spacing: -0.04em; white-space: nowrap; }
.formmail-modern .form-label::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #2459e6; flex: 0 0 auto; }
.formmail-modern .required-mark { color: #ff2d2d; margin-left: 2px; }
.formmail-modern .field-area { width: 100%; }
.formmail-modern .input-full, .formmail-modern .input-box, .formmail-modern select, .formmail-modern textarea { width: 100%; min-height: 48px; border: 1px solid #dce3ed; border-radius: 14px; background: #f7f9fc; color: #111827; font-size: 14px; font-weight: 500; letter-spacing: -0.03em; outline: none; transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; }
.formmail-modern input[type="text"], .formmail-modern select { height: 48px; padding: 0 18px; }
.formmail-modern textarea { height: 170px; padding: 18px; resize: vertical; line-height: 1.65; }
.formmail-modern input::placeholder, .formmail-modern textarea::placeholder { color: #9aa4b5; }
.formmail-modern input:focus, .formmail-modern select:focus, .formmail-modern textarea:focus { border-color: #265bdc; background: #fff; box-shadow: 0 0 0 4px rgba(38, 91, 220, 0.08); }
.formmail-modern .email-grid { display: grid; grid-template-columns: 1fr 20px 1fr 250px; gap: 12px; align-items: center; }
.formmail-modern .email-at, .formmail-modern .phone-dash { text-align: center; color: #7b8494; font-size: 14px; font-weight: 700; }
.formmail-modern .phone-grid { display: grid; grid-template-columns: 1fr 20px 1fr 20px 1fr; gap: 12px; align-items: center; }
.formmail-modern .file-box { display: flex; align-items: center; min-height: 48px; padding: 7px 14px; border: 1px solid #dce3ed; border-radius: 14px; background: #f7f9fc; }
.formmail-modern .file-box input[type="file"] { width: 100%; height: auto; border: 0; background: transparent; font-size: 14px; color: #111827; }
.formmail-modern .file-box input[type="file"]::file-selector-button { height: 34px; padding: 0 16px; margin-right: 12px; border: 1px solid #d1d8e3; border-radius: 10px; background: #fff; color: #111827; font-size: 13px; font-weight: 700; cursor: pointer; }
.formmail-modern .captcha-card { width: calc(100% - 218px); margin-left: auto; margin-top: 8px; border: 1px solid #e5eaf2; border-radius: 20px; background: #fff; padding: 20px 24px; text-align: center; }
.formmail-modern .captcha-inner { display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.formmail-modern .submit-wrap { text-align: center; padding-top: 18px; }
.formmail-modern .btn_submit { width: 200px; height: 58px; border: 0; border-radius: 999px; color: #fff; font-size: 16px; font-weight: 800; letter-spacing: -0.04em; background: linear-gradient(135deg, #102f86 0%, #2d6df2 100%); box-shadow: 0 18px 36px rgba(37, 99, 235, 0.26); cursor: pointer; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.formmail-modern .btn_submit:hover { transform: translateY(-2px); box-shadow: 0 22px 42px rgba(37, 99, 235, 0.34); }

@media screen and (max-width: 1024px) {
  .formmail-modern { padding: 60px 18px 80px; }
  .formmail-modern .fm-section { grid-template-columns: 140px 1fr; gap: 28px; }
  .formmail-modern .fm-section::before { left: 70px; }
  .formmail-modern .form-row { grid-template-columns: 140px 1fr; }
  .formmail-modern .email-grid { grid-template-columns: 1fr 20px 1fr; }
  .formmail-modern .email-grid select { grid-column: 1 / -1; }
  .formmail-modern .captcha-card { width: calc(100% - 168px); }
}

@media screen and (max-width: 768px) {
  .formmail-modern { padding: 40px 15px 70px; }
  .formmail-modern .fm-section { display: block; margin-bottom: 28px; }
  .formmail-modern .fm-section::before { display: none; }
  .formmail-modern .fm-step { padding-top: 0; margin-bottom: 16px; }
  .formmail-modern .fm-step-title { font-size: 24px; }
  .formmail-modern .fm-card { padding: 20px; border-radius: 20px; }
  .formmail-modern .form-row { grid-template-columns: 1fr; gap: 10px; padding: 16px; }
  .formmail-modern .email-grid, .formmail-modern .phone-grid { grid-template-columns: 1fr; gap: 8px; }
  .formmail-modern .email-at, .formmail-modern .phone-dash { display: none; }
  .formmail-modern .captcha-card { width: 100%; margin-left: 0; }
  .formmail-modern .agree-row { justify-content: flex-start; }
}


/* 오시는 길 */
.contact_area * { box-sizing: border-box; }
.contact_area { width: 100%; max-width: 1600px; margin: 0 auto; padding: 100px 20px; font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', sans-serif; color: #1a1a1a; }

/* 2-Column Grid */
.contact_area .contact_grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: stretch; }

/* Map Card */
.contact_area .map_card { position: relative; height: 560px; min-height: 560px; border-radius: 20px; overflow: hidden; background: #f8fafc; border: 1px solid #e5e7eb; box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04); }
.contact_area .map_card #daumRoughmapContainer1778650603817, .contact_area .map_card .root_daum_roughmap { width: 100% !important; height: 100% !important; min-height: 0 !important; }
.contact_area .map_card .root_daum_roughmap .wrap_map { width: 100% !important; height: 560px !important; }
.contact_area .map_card .root_daum_roughmap .wrap_cont, .contact_area .map_card .root_daum_roughmap .cont { display: none !important; height: 0 !important; min-height: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden !important; }
.contact_area .map_card .map_overlay { position: absolute; top: 20px; left: 20px; z-index: 10; background: #fff; padding: 14px 20px; border-radius: 12px; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12); display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: #0a0a0a; }
.contact_area .map_card .map_overlay i { color: #006fce; font-size: 20px; }

/* Info Card */
.contact_area .info_card { display: flex; flex-direction: column; gap: 16px; }
.contact_area .info_block { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 28px 30px; transition: all 0.25s ease; }
.contact_area .info_block:hover { border-color: #006fce; box-shadow: 0 12px 28px rgba(0, 111, 206, 0.08); transform: translateY(-2px); }

/* Block Header */
.contact_area .info_block .block_head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #f1f5f9; }
.contact_area .info_block .block_head .icon_wrap { width: 42px; height: 42px; border-radius: 12px; background: #eaf3fc; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact_area .info_block .block_head .icon_wrap i { font-size: 20px; color: #006fce; }
.contact_area .info_block .block_head h3 { font-size: 20px; font-weight: 700; color: #0a0a0a; margin: 0; letter-spacing: -0.5px; }
.contact_area .info_block .block_head .label { font-size: 13px; font-weight: 600; letter-spacing: 1.2px; color: #94a3b8; text-transform: uppercase; margin-bottom: 5px; display: block; }

/* Primary Block */
.contact_area .info_block.primary { background: linear-gradient(135deg, #006fce 0%, #0858a8 100%); border-color: transparent; color: #fff; }
.contact_area .info_block.primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0, 111, 206, 0.25); }
.contact_area .info_block.primary .block_head { border-bottom-color: rgba(255, 255, 255, 0.18); }
.contact_area .info_block.primary .block_head .icon_wrap { background: rgba(255, 255, 255, 0.18); }
.contact_area .info_block.primary .block_head .icon_wrap i, .contact_area .info_block.primary .block_head h3 { color: #fff; }
.contact_area .info_block.primary .block_head .label { color: rgba(255, 255, 255, 0.7); }
.contact_area .info_block.primary .address_text { font-size: 22px; font-weight: 600; line-height: 1.5; margin: 0 0 8px; color: #fff; letter-spacing: -0.5px; }
.contact_area .info_block.primary .tel_text { font-size: 22px; color: rgba(255, 255, 255, 0.85); margin: 0; display: flex; align-items: center; gap: 8px; }
.contact_area .info_block.primary .tel_text a { color: #fff; text-decoration: none; font-weight: 600; letter-spacing: 0.5px; }

/* Transit List */
.contact_area .info_block ul { list-style: none; padding: 0; margin: 0; }
.contact_area .info_block ul li { position: relative; padding: 8px 0 8px 20px; font-size: 18px; color: #475569; letter-spacing: -0.3px; line-height: 1.6; }
.contact_area .info_block ul li:before { content: ''; position: absolute; left: 0; top: 19px; width: 6px; height: 6px; background: #006fce; border-radius: 50%; }
.contact_area .info_block ul li strong { color: #0a0a0a; font-weight: 600; }

/* Responsive */
@media (max-width: 1024px) {
    .contact_area .contact_grid { grid-template-columns: 1fr; gap: 24px; }
    .contact_area .map_card { height: 400px; min-height: 400px; }
    .contact_area .map_card .root_daum_roughmap .wrap_map { height: 400px !important; }
}

@media (max-width: 768px) {
    .contact_area { padding: 60px 16px; }
    .contact_area .info_block { padding: 22px 22px; }
    .contact_area .info_block.primary .address_text { font-size: 16px; }
    .contact_area .info_block.primary .tel_text { font-size: 18px; }
    .contact_area .map_card { height: 320px; min-height: 320px; }
    .contact_area .map_card .root_daum_roughmap .wrap_map { height: 320px !important; }
    .contact_area .map_card .map_overlay { font-size: 12px; padding: 10px 14px; top: 14px; left: 14px; }
}

@media (max-width: 480px) {
    .contact_area .info_block ul li { font-size: 15px; }
}





/* content01 */
.content01 { width: 100%; padding-top: 100px; }
.content01 .box { display: flex; align-items: center; gap: 70px; width: 100%; margin-bottom: 100px; border: 0; text-align: left; }
.content01 .box:nth-child(even) { flex-direction: row-reverse; }
.content01 .box .img { width: 48%; flex-shrink: 0; overflow: hidden; border-radius: 28px; }
.content01 .box .img img { display: block; width: 100%; height: 420px; object-fit: cover; transition: transform 0.45s ease; }
.content01 .box:hover .img img { transform: scale(1.04); }
.content01 .box .txt_wrap { position: relative; width: 52%; padding: 55px 60px; background: #fff; border-radius: 28px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); z-index: 2; }
.content01 .box:nth-child(odd) .txt_wrap { margin-left: -120px; }
.content01 .box:nth-child(even) .txt_wrap { margin-right: -120px; }
.content01 .box .txt_wrap .half-round-tit { display: flex; align-items: flex-start; gap: 14px; margin: 0 0 22px; }
.content01 .box .txt_wrap .half-round-tit span { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; font-size: 16px; font-weight: 700; background: #8abd00; flex-shrink: 0; }
.content01 .box .txt_wrap .half-round-tit strong { color: #1a1a1a; font-size: 26px; font-weight: 700; line-height: 1.45; letter-spacing: -0.8px; word-break: keep-all; }
.content01 .box .txt_wrap .lead { margin: 0; text-align: justify; font-size: 18px; color: #555; line-height: 1.75; letter-spacing: -0.3px; word-break: keep-all; }

@media screen and (max-width: 1024px) {
    .content01 .box { gap: 40px; margin-bottom: 80px; }
    .content01 .box .img img { height: 360px; }
    .content01 .box .txt_wrap { padding: 42px 44px; }
    .content01 .box:nth-child(odd) .txt_wrap { margin-left: -80px; }
    .content01 .box:nth-child(even) .txt_wrap { margin-right: -80px; }
    .content01 .box .txt_wrap .half-round-tit strong { font-size: 23px; }
}

@media screen and (max-width: 768px) {
    .content01 { padding-top: 60px; }
    .content01 .box, .content01 .box:nth-child(even) { flex-direction: column; gap: 0; margin-bottom: 60px; }
    .content01 .box .img { width: 100%; border-radius: 22px 22px 0 0; }
    .content01 .box .img img { height: auto; min-height: 260px; }
    .content01 .box .txt_wrap { width: 100%; padding: 30px 24px; border-radius: 0 0 22px 22px; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08); }
    .content01 .box:nth-child(odd) .txt_wrap, .content01 .box:nth-child(even) .txt_wrap { margin: 0; }
    .content01 .box .txt_wrap .half-round-tit strong { font-size: 21px; }
    .content01 .box .txt_wrap .lead { font-size: 16px; line-height: 1.7; }
}

@media screen and (max-width: 576px) {
    .content01 { padding-top: 30px; }
    .content01 .box { margin-bottom: 42px; }
    .content01 .box .txt_wrap { padding: 26px 20px; }
    .content01 .box .txt_wrap .half-round-tit span { width: 34px; height: 34px; font-size: 15px; }
    .content01 .box .txt_wrap .half-round-tit strong { font-size: 19px; }
}


.content01 .horizontal_section { display: flex; margin-bottom: 40px; align-items: center; }
.content01 .horizontal_section:nth-child(even) { flex-direction: row-reverse; }
.content01 .horizontal_section .content { flex: 1; padding: 20px 0 0 40px }
.content01 .horizontal_section .image { flex: 1; padding: 20px 0; }
.content01 .horizontal_section img { max-width: 100%; height: auto; border-radius: 20px;}
.content01 .horizontal_section h2 { color: #0056b3; margin-bottom: 10px;  font-size: 30px }
.content01 .horizontal_section .korean-title { font-size: 0.9em; color: #666; }
.content01 .horizontal_section .sub_txt { font-size: 22px; font-weight: 600; padding-top: 20px; padding-bottom: 20px; word-break: keep-all; line-height: 1.5 }
.content01 .horizontal_section ul { padding: 0; margin: 0}
.content01 .horizontal_section ul li { font-size: 18px; color: #555; list-style: none; line-height: 1.65; font-weight: 400}
.content01 .horizontal_section ul li::before { content: "- "; color: #0056b3; }
@media (max-width: 768px) {
    .content01 .horizontal_section, .horizontal_section:nth-child(even) {
        flex-direction: column; 
    } 
 
    .content01 .horizontal_section .content{ 
        padding: 20px 0 0 0px;
        flex: auto;
    }
    .content01 .horizontal_section ul li {
       font-size: 16px    
    }
}
/* content01 */






/* content02 */
.content02 { width: 100%; padding-top: 100px} 
.content02 .type_b li { width:50%; float:left; display: flex; align-items: center;}
.content02 .type_b li .profile { float:left; padding-bottom:50px; width:48%}
.content02 .type_b li .profile img { width:100%}
.content02 .type_b li dl { float:left; padding:0 40px; width:52% }
.content02 .type_b li dl dt { font-size:22px; font-weight:bold; text-align:left; padding-bottom:20px; color:#1a1a1a; letter-spacing:0}
.content02 .type_b li dl dd {  font-size:18px; color:#555; line-height:1.75; text-align:left; display:block; clear:both;  }
@media screen and (max-width: 1210px) {
    .content02 .type_b li { width:49%; margin-left:2%; margin-bottom:6%; display: block;}
    .content02 .type_b li:nth-child(2n+1) { margin-left:0}
    .content02 .type_b li .profile { width:100%}
    .content02 .type_b li dl { width:100%; padding:0 20px}
}
@media screen and (max-width: 576px)  {
    .content02 { width: 100%; padding-top: 0px} 
    .content02 .type_b li { width:100%; margin-left: 0}
    .content02 .type_b li dl dd { font-size: 16px}
}
/* content02 */





/* content03 */
.content03 .type_c {display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0;}
.content03 .type_c >li{width: calc(50% - 15px); border: solid 1px #ddd; border-top: solid 3px #304153; display: flex; flex-direction: column; justify-content: space-between;}
.content03 .type_c >li:nth-child(n+3){margin-top: 30px;}
.content03 .type_c li .top{padding: 50px 42px;}
.content03 .type_c li .top p { font-size:18px; font-weight: 400;line-height:1.65; display: contents;}
.content03 .type_c li h3{display: flex; justify-content: space-between; align-items: center; padding-bottom: 40px; border-bottom: solid 1px #ddd; font-size: 27px; font-weight: 700;}
.content03 .type_c li .bot{background-color: #f7f7f7; padding: 50px 42px; display: flex;}
.content03 .type_c li .bot i{display: block; margin-right: 15px;}
.content03 .type_c li .bot p { font-size:18px; margin-top:10px; font-weight:400}
.content03 .type_c .text_warp p { font-size:18px}

.content03 .type_c .dot_list{margin-top: 40px; color:#555 }
.content03 .type_c .dot_list p { font-size:18px}
.content03 .type_c .dot_list li{display: flex; padding-left: 12px; position:relative; margin-bottom: 10px;}
.content03 .type_c .dot_list li:last-child{margin: 0;}
.content03 .type_c .dot_list li::before{content: ''; display: block; width: 5px; height: 5px; background-color: #000; border-radius: 50%; position: absolute; top: 12px; left: 0; }
.content03 .type_c .dot_list li .fs_20{min-width: 140px;}
.content03 .type_c .dot{margin-top: 40px; position: relative; padding-left: 12px;}
.content03 .type_c .dot::before{content: ''; display: block; width: 5px; height: 5px; background-color: #000; border-radius: 50%; position: absolute; top: 12px; left: 0; }


@media screen and (max-width: 1400px){
    .content03 .type_c li .top{padding: 25px;}
    .content03 .type_c li .top br{display: none;}
    .content03 .type_c li .bot{padding: 25px;}
    .content03 .type_c li h5{padding-bottom: 25px;}
    .content03 .type_c .dot_list{margin-top: 25px;}
    .content03 .type_c .dot{margin-top: 25px;}
}

@media screen and (max-width: 1200px){
    .content03 .type_c .dot_list li{flex-direction: column;}
    .content03 .type_c .dot_list li .arrow{min-width: initial;}
    .content03 .type_c .dot_list li .arrow + span{margin-left: 30px;}
    .content03 .type_c .dot_list li .arrow::after{right: -20px;}
}

@media screen and (max-width: 992px) {
    .content03 .type_c >li{width: calc(50% - 10px);}
    .content03 .type_c >li:nth-child(n+3){margin-top: 20px;}
    .content03 .type_c li .top{padding: 20px;}
    .content03 .type_c li .bot{padding: 20px;}
    .content03 .type_c li h5{padding-bottom: 20px;}
    .content03 .type_c >li .top i{width: 35px;}
    .content03 .type_c .dot_list{margin-top: 20px;}
    .content03 .type_c .dot_list li{flex-direction: column;}
    .content03 .type_c .dot_list li::before{top: 11px;}
    .content03 .type_c .dot::before{top: 9px;}
    .content03 .type_c .dot{margin-top: 20px;}
    .content03 .type_c .type_a li .bot{align-items: baseline;}
    .content03 .type_c .type_a li .bot i{width: 20px; position: relative; top: -1px;}
}

@media screen and (max-width: 768px){
    .content03 .type_c >li{width: 100%;}
    .content03 .type_c >li:nth-child(n+2){margin-top: 20px;}
    .content03 .type_c >li:nth-child(odd){border-top: solid 3px #3dc4b6 !important;}
    .content03 .type_c >li:nth-child(even){border-top: solid 3px #000 !important;}
}
/* content03 */




/* content04 */
.content04 { width: 100%; margin: 200px 0}
.content04 .point { padding:0 20px 0 0}
.content04 .point .title { font-size:22px; font-weight:bold; padding-left:30px; color:#1a1a1a; background-image:url(../img/sub/title_icon.png); background-repeat:no-repeat; background-position:left center;}
.content04 .point h2 { font-size:28px; font-weight:100; color:#f66120; text-align:left; padding:10px 0 0;}
.content04 .colum { max-width:1600px;  margin:0 auto; padding: 30px 0 }
.content04 .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px; font-size: 18px; line-height: 1.65; color: #555}
.content04 .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .colum .right { width:50%; float:left; padding-left:50px; text-align:left; font-size: 18px; line-height: 1.65; color: #555}
.content04 .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .img img { width:100%}
.content04 .content_sub_title { margin:0 auto;  padding: 50px 0 0;}
.content04 .content_sub_title:after { content: " ";visibility: hidden;display: block; height: 0; padding-bottom:50px; clear: both;}
.content04 .content_sub_title .sub_title{float:left; display: block; line-height:1.8; width:25%; color:#1a1a1a; font-size:22px; letter-spacing:0; text-align:left; font-weight:bold; margin:0;  padding:0 0 0 30px; box-sizing:border-box}
.content04 .content_sub_title .sub_txt {float:right; width:75%; font-size:18px; color: #555; line-height: 1.65 }
.content04 .content_sub_title .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }

@media screen and (max-width: 960px) {
	.content04 .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.content04 .colum .right { width:100%; padding:20px 0 0  }
	.content04 .content_sub_title .sub_title { width:100%; margin-bottom:20px; margin-left: 0; padding: 0;  clear:both; font-size: 20px}
	.content04 .content_sub_title .sub_txt { float:left; width:100%;  padding: 0; }
}

@media screen and (max-width: 768px) {
    .content04 .content_sub_title { padding: 20px 0 0}
}

@media screen and  (max-width: 576px)  {
    .content04 { width: 100%; padding-top: 0px}
}
/* content04 */




/* content05 */
.content05 { width: 100%; }
.content05 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05 .photo_box .img { max-width:50%; float:left;display:block}
.content05 .photo_box .img img { width:100%}
.content05 .photo_box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05 .photo_box .txt h2 { font-size:30px; padding-top:50px; letter-spacing:0; font-weight:bold; text-align:left}
.content05 .photo_box .txt p { padding-top:30px; word-break:keep-all; font-size: 18px; color: #555; line-height: 1.65}

@media screen and (max-width: 960px) {
	.content05 .photo_box .img { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}
}

@media screen and  (max-width: 576px)  {
    .content05 { width: 100%; padding-top: 0px}
}
/* content05 */






/* content06 */
.content06  { width: 100%; padding-top: 100px}
.content06 .thumb_box  {width:31.3333%; margin-right:3%; display:block; float:left; }

@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) { margin-right:0}
}

.content06 .thumb_box .img { width:100%; min-height:300px;  background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.content06 .thumb_box .img01 {background-image:url(../img/sub/rnd03_thumb01.jpg);}
.content06 .thumb_box .img02 {background-image:url(../img/sub/rnd03_thumb02.jpg);}
.content06 .thumb_box .img03 {background-image:url(../img/sub/rnd03_thumb03.jpg);}
.content06 .thumb_box .img04 {background-image:url(../img/sub/rnd03_thumb04.jpg);}
.content06 .thumb_box .img05 {background-image:url(../img/sub/rnd03_thumb05.jpg);}
.content06 .thumb_box .img06 {background-image:url(../img/sub/rnd03_thumb06.jpg);}
.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}
.content06 .thumb_box .txt h2 { font-size:30px; text-align:center; letter-spacing:0; font-weight:bold}
.content06 .thumb_box .txt p { padding:20px 0px; text-align:center; font-size: 18px; color: #555; line-height: 1.65 }

@media screen and (max-width: 768px) {
    .content06 .thumb_box { width:49%; margin-right:2% }
	.content06 .thumb_box:nth-child(2n+2) { margin-right:0} 
}

@media screen and  (max-width: 576px)  {
    .content06  { width: 100%; padding-top: 0px}
    .content06 .thumb_box { width:100%; margin:0; clear:both; float:none}
    .content06 .thumb_box .txt h2  {font-size: 24px}
}




.content06 .c06_box { display: none; cursor: pointer; }
.content06 .c06_box.active { display: block; }
.content06 .c06_box .c06_flex { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; width: 100%; margin: 0 auto; }
.content06 .c06_box .c06_flex .c06_img { position: relative; border-radius: 10px; width: 32%; }
.content06 .c06_box .c06_flex .c06_img:nth-child(n+4) { margin-top: 30px; }
.content06 .c06_box .c06_flex .c06_img img { border-radius: 10px; width: 100%; }
.content06 .c06_box .c06_flex .c06_img p { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); color: #fff; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 18px; line-height: 1.65; word-break: keep-all; padding: 0 30px; border-radius: 20px; visibility: hidden; opacity: 0; }

.content06 .c06_box .c06_flex .c06_img:focus p, .content06 .c06_box .c06_flex .c06_img:hover p { opacity: 1; visibility: visible; transition: opacity 200ms ease-out, visibility 200ms ease-out; }

@media (max-width: 768px) { 
    .content06 .c06_box .c06_flex .c06_img { width: 49%; } 
    .content06 .c06_box .c06_flex .c06_img:nth-child(n+3) {margin-top: 2vw; } 
}
@media (max-width: 576px) { 
    .content06 .c06_tab li .tab_btn { font-size: 17px; } 
    .content06 .c06_box .c06_flex .c06_img { width: 100%; }
    .content06 .c06_box .c06_flex .c06_img:nth-child(n+2) {  margin-top: 20px; } 
}

/* content06 */




/* content07 */
.content07 { width:100%; position:relative; }
.content07 .content_scroll_wrap { position:relative; width:100%; max-width:1600px; margin:0 auto; }
.content07 .scroll_btn_area { position:absolute; left:0; top:0; width:334px; height:100%; }
.content07 .scroll_btn { width:334px; padding-top:100px; }
.content07 .scroll_btn.is-fixed { position:fixed; top:200px; padding-top:0; }
.content07 .scroll_btn.is-bottom { position:absolute; left:0; bottom:0; top:auto; padding-top:0; }
.content07 .scroll_btn button { display:block; width:100%; color:#999; border:0 none; background-color:transparent; cursor:pointer; text-align:left; transition:color .3s ease; }
.content07 .scroll_btn button b { display:inline-block; width:48px; font-size:16px; font-weight:500; line-height:1.65; vertical-align:middle; color:inherit; transition:font-size .3s ease; }
.content07 .scroll_btn button strong { display:inline-block; font-size:20px; font-weight:700; line-height:1.65; vertical-align:middle; color:inherit; transition:font-size .3s ease; }
.content07 .scroll_btn button + button { margin-top:24px; }
.content07 .scroll_btn button.active { color:#111; }
.content07 .scroll_btn button.active b { margin-top:9.8px; font-size:20px; font-weight:700; vertical-align:top; }
.content07 .scroll_btn button.active strong { font-size:50px; line-height:1.4; vertical-align:top; }
.content07 .content_info_section { position:relative; overflow:visible; margin-left:334px; }
.content07 .content_info_section .info_item { position:relative; padding-bottom:100px; padding-top:100px; overflow:hidden; }
.content07 .content_info_section .info_item:nth-child(1) { padding-top:100px; }
.content07 .content_info_section .info_item .info_inner { position:relative; width:100%; margin:0; padding:0; box-sizing:border-box; }
.content07 .content_info_section .info_item .text_box { margin-top:0; }
.content07 .content_info_section .info_item .text_box h3 { font-size:38px; font-weight:700; line-height:1.4; letter-spacing:-1px; word-break:keep-all; }
.content07 .content_info_section .info_item .text_box h3 .point_color { color:#107AF2; }
.content07 .content_info_section .info_item .text_box p.subtext { margin-top:40px; font-size:18px; line-height:1.65; color:#555; word-break:keep-all; }
.content07 .content_info_section .info_item .card_slider { margin-top:90px; position:relative; overflow:hidden; width:100%; }
.content07 .content_info_section .info_item:nth-child(2) { position:relative; }
.content07 .content_info_section .info_item:nth-child(2)::before { content:""; position:absolute; top:0; left:50%; transform:translateX(-50%); width:100vw; height:100%; background:linear-gradient(to top, #eef6f4 0, #fff 500px, #fff); z-index:-1; }
.content07 .content_info_section .info_item .card_slider ul { display:flex; width:100%; cursor:grab; }
.content07 .content_info_section .info_item .card_slider ul li { flex-shrink:0; display:flex; flex-direction:column; justify-content:flex-start; width:calc((100% - 40px) / 3) !important; height:420px; margin-right:20px; padding:34px; border-radius:20px; color:#fff; box-sizing:border-box; }
.content07 .content_info_section .info_item .card_slider ul li:nth-child(3n) { margin-right:0; }
.content07 .content_info_section .info_item .card_slider ul li h4 { display:block; font-size:22px; font-weight:700; line-height:1.55; word-break:keep-all; margin-bottom:20px; }
.content07 .content_info_section .info_item .card_slider ul li p { display:block; margin-top:auto; font-size:21px; font-weight:700; line-height:1.55; word-break:keep-all; color:#fff; }
.content07 .content_info_section .info_item:nth-child(1) .card_slider ul li:nth-child(1) { background:url(../img/sub/content03_slide01_img01.jpg) no-repeat center center/cover; }
.content07 .content_info_section .info_item:nth-child(1) .card_slider ul li:nth-child(2) { background:url(../img/sub/content03_slide01_img02.jpg) no-repeat center center/cover; }
.content07 .content_info_section .info_item:nth-child(1) .card_slider ul li:nth-child(3) { background:url(../img/sub/content03_slide01_img03.jpg) no-repeat center center/cover; }
.content07 .content_info_section .info_item:nth-child(2) .card_slider ul li:nth-child(1) { background:url(../img/sub/content03_slide02_img01.jpg) no-repeat center center/cover; }
.content07 .content_info_section .info_item:nth-child(2) .card_slider ul li:nth-child(2) { background:url(../img/sub/content03_slide02_img02.jpg) no-repeat center center/cover; }
.content07 .content_info_section .info_item:nth-child(2) .card_slider ul li:nth-child(3) { background:url(../img/sub/content03_slide02_img03.jpg) no-repeat center center/cover; }


@media screen and (max-width:1420px) {
  .content07 .content_scroll_wrap { padding-left:12px; padding-right:12px; box-sizing:border-box; }
  .content07 .scroll_btn_area { left:12px; width:280px; }
  .content07 .scroll_btn { width:280px; }
  .content07 .content_info_section { margin-left:280px;  box-sizing:border-box; }
  .content07 .content_info_section .info_item .card_slider ul li { height:380px; padding:28px; }
  .content07 .content_info_section .info_item .card_slider ul li h4 { font-size:20px; }
  .content07 .content_info_section .info_item .card_slider ul li p { font-size:19px; }
}

@media screen and (max-width:1200px) {
  .content07 { max-width:none; }
  .content07 .content_scroll_wrap { padding-left:0; padding-right:0; max-width:none; }
  .content07 .scroll_btn_area { display:none; }
  .content07 .content_info_section { margin-left:0; overflow:visible; }
  .content07 .content_info_section .info_item { padding-bottom:80px; padding-top:0; }
  .content07 .content_info_section .info_item:nth-child(1) { padding-top:0; }
  .content07 .content_info_section .info_item .info_inner { padding:0; margin:0 auto; }
  .content07 .content_info_section .info_item .text_box { margin-top:56px; }
  .content07 .content_info_section .info_item .card_slider { margin-top:80px; max-width:100%; padding:0; overflow:hidden; }
  .content07 .content_info_section .info_item .card_slider ul li { width:calc((100% - 32px) / 3) !important; height:330px; margin-right:16px; padding:24px; }
  .content07 .content_info_section .info_item .card_slider ul li h4 { word-break:break-all; font-size:18px; }
  .content07 .content_info_section .info_item .card_slider ul li p { margin-top:auto; font-size:18px; font-weight:700; }
  .content07 .content_info_section .info_item .card_slider ul li:nth-child(3n) { margin-right:0; }
}

@media screen and (max-width:992px) {
  .content07 .content_info_section .info_item .card_slider ul li { width:calc((100% - 16px) / 2) !important; height:320px; margin-right:16px; padding:24px; color:#fff; }
  .content07 .content_info_section .info_item .card_slider ul li:nth-child(3n) { margin-right:16px; }
  .content07 .content_info_section .info_item .card_slider ul li:nth-child(2n) { margin-right:0; }
}

@media screen and (max-width:576px) {
  .content07 .content_info_section .info_item .text_box h3 { font-size:28px; }
  .content07 .content_info_section .info_item .text_box { margin-top:0; }
  .content07 .content_info_section .info_item .card_slider ul li { width:100% !important; height:344px; margin-right:0; }
  .content07 .content_info_section .info_item .card_slider ul li:nth-child(3n), .content07 .content_info_section .info_item .card_slider ul li:nth-child(2n) { margin-right:0; }
}
/* content07 */




/*탭*/
.tl_tab { padding-bottom: 30px; } 
.tl_tab ul { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; margin: 0 auto; max-width: 450px;  /* 최대 너비 증가 */ list-style-type: none; gap: 20px;  /* 버튼 사이의 간격 */ } 
.tl_tab.ts2 ul li { width: calc(50% - 10px);  /* 50%에서 간격의 절반만큼 뺌 */ } 
.tl_tab.ts2 ul li a { display: flex; justify-content: center; align-items: center; height: 55px; font-size: 15px; color: #222; text-decoration: none; border: 1px solid #ddd; border-radius: 27.5px;  /* 타원형을 위해 height의 절반으로 설정 */ transition: all 0.3s ease; padding: 0 20px;  /* 좌우 패딩 추가 */ white-space: nowrap;  /* 텍스트가 한 줄로 유지되도록 */ overflow: hidden;  /* 넘치는 텍스트 숨김 */ text-overflow: ellipsis;  /* 넘치는 텍스트를 ...으로 표시 */ } 
.tl_tab.ts2 ul li a.on { background-color: #3181cb; color: #fff; } 
@media screen and (max-width: 576px) { 
    .tl_tab ul { max-width: 100%; gap: 10px;  /* 모바일에서는 간격을 좁힘 */ } 
    .tl_tab.ts2 ul li { width: calc(40% - 5px);  /* 모바일에서 간격 조정 */ } 
    .tl_tab.ts2 ul li a { padding: 0 10px;  /* 모바일에서는 패딩을 줄임 */ } 
} 
/*탭*/