@charset "utf-8";

/** 발전계획 (신규) **/

/* sub tab 공통 */
.tab_wrap {width:100%; padding-top:30px;}
.tab_wrap * {box-sizing:border-box;}
.tab_wrap .tab_nav {display:flex; align-items:stretch;}
.tab_wrap .tab_nav:not(:has(> span:nth-of-type(3))) {justify-content: center;}
.tab_wrap .tab_nav span {width:100%; max-width:350px;}
.tab_wrap .tab_nav span a {position:relative; display:flex; align-items:center; justify-content: center; width:100%; height:100%; color:#999; font-size:18px; font-weight:500; background-color:#fff; transition:all 0.2s ease-out; text-align:center;}
.tab_wrap .tab_nav span a:before{position:absolute; left:-1px; top:-1px; bottom:0; right:0px; border:1px solid #D9D9D9; content:'';}
.tab_wrap .tab_nav span a.on {background-color:#042E85; color:#fff; z-index:1;}
.tab_wrap .tab_nav span a.on:before {border-color:#042E85;}
.tab_wrap .tab_nav span em {padding:20px 0; line-height:1.2;}

.tab_wrap .tab_contents {margin-top:60px; width:100%;}

.tab_wrap .tab_inner section ~ section {margin-top:120px;}
.tab_wrap .tab_inner h5 {font-size:32px; font-weight:700;}
.tab_wrap .tab_inner h5._center {text-align:center;}
.tab_wrap .tab_inner h5._lg {font-size:48px;}
.tab_wrap .tab_inner h5._lg em {font-size:36px;}
.tab_wrap .tab_inner h5._sm {font-size:24px;}
.tab_wrap .tab_inner strong {font-weight:600; line-height:1.4;}
.tab_wrap .tab_inner b {font-weight:600;}
.tab_wrap .tab_inner ._view {width:100%; margin-top:34px;}
.tab_wrap .tab_inner [class*=_info] ~ ._top {margin-top:100px;}
.tab_wrap .tab_inner ._view ._top._def {width:100%; padding:0 0 10px 0; font-size:24px; font-weight:600; border-bottom:1px solid #666666;}
.tab_wrap .tab_inner ._item_row {display:flex; width:100%; align-items:flex-start; justify-content:center; gap:20px;}
.tab_wrap .tab_inner ._item_row._wrap {flex-wrap:wrap; row-gap:30px;}
.tab_wrap .tab_inner ._item_row._stretch {align-items:stretch;}
.tab_wrap .tab_inner ._item_col {display:flex; width:100%; flex-direction:column; align-items:center; justify-content: center; gap:15px;}
.tab_wrap .tab_inner ._item_col._fl_start {align-items:flex-start;}
.tab_wrap .tab_inner ._box_inner > div {display:flex; width:100%; align-items:center; justify-content:center;}
.tab_wrap .tab_inner .dot {display:flex; flex-direction: column; font-size:16px;}
.tab_wrap .tab_inner .dot strong {font-size:20px;}
.tab_wrap .tab_inner .dot span {position:relative; padding-left:24px; font-size:16px; line-height:28px; color:#222222; letter-spacing:-0.5px; text-align:left; white-space: normal; word-break: keep-all; word-wrap: break-word; overflow-wrap: break-word;}
.tab_wrap .tab_inner .dot span:before {position:absolute; top:11px; left:10px; width:4px; height:4px; background-color:currentColor; border-radius:50%; content:'';}
.tab_wrap .tab_inner .dot ._dash {display:block; position:relative; padding-left:16px;}
.tab_wrap .tab_inner .dot ._dash:before {position:absolute; top:12px; left:0; width:10px; height:1px; background-color:currentColor; content:'';}
.tab_wrap .tab_inner .chk span {display:flex; gap:10px; color:#222222; font-size:16px; line-height:28px; letter-spacing:-0.5px; text-align:left; white-space: normal; word-break: keep-all; word-wrap: break-word; overflow-wrap: break-word;}
.tab_wrap .tab_inner .chk span:before {width:24px; height:26px; flex:0 0 auto;  background:transparent url('/ko/res/images/devplan/icon_chk.png') no-repeat center center / cover; content:'';}
.tab_wrap .tab_inner [class*=_numbering] {counter-reset:numbering 0;}
.tab_wrap .tab_inner [class*=_numbering] dl,
.tab_wrap .tab_inner [class*=_numbering] ._counter {counter-increment: numbering 1;}
.tab_wrap .tab_inner [class*=_numbering] dl dt:before,
.tab_wrap .tab_inner [class*=_numbering] ._counter:before {content:counter(numbering)'.';}
.tab_wrap .tab_inner ._numbering_z dl dt:before,
.tab_wrap .tab_inner ._numbering_z ._counter:before {content:counter(numbering, decimal-leading-zero);}

.tab_wrap .tab_inner ._cont_row {display:flex; flex:0 0 auto; justify-content:flex-start; align-items:flex-start; width:100%; margin-top:60px;}
.tab_wrap .tab_inner ._cont_row ~ ._cont_row {margin-top:100px;}
.tab_wrap .tab_inner [class*=_info] + ._cont_row {margin-top:120px;}
.tab_wrap .tab_inner ._cont_row ._cont {width:100%;}
.tab_wrap .tab_inner ._cont_row .tit {width:40%; max-width:300px; color:#222222; line-height:1.4; letter-spacing:-0.5px; font-size:32px; font-weight:700;}

.tab_wrap .tab_inner ._cont_row ._sub_tit {font-size:24px; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space: normal;}
.tab_wrap .tab_inner ._cont_row ._sub_tit + *:not(.dot) {margin-top:20px;}
.tab_wrap .tab_inner ._cont_row ._cont_inner ~ ._cont_inner {margin-top:80px;}
.tab_wrap .tab_inner ._cont_row ._cont_inner > dl {margin-top:40px; position:relative;}
.tab_wrap .tab_inner ._cont_row:not(:has(._cont_inner:nth-of-type(2))) ._cont_inner > dl {margin-top:50px;}
.tab_wrap .tab_inner ._cont_row ._cont_inner dl dt {width:100%; font-size:24px; font-weight:600; text-align:center;}
.tab_wrap .tab_inner ._cont_row ._cont_inner dl dd {width:100%;}
.tab_wrap .tab_inner ._cont_row ._cont_inner dl dd ._graph_inner + div {width:100%; margin-top:40px;}

.tab_wrap .board_wrap .board_inner {border-bottom:none; margin:0 !important;}
.tab_wrap .board_wrap .board_inner table {width:100%;}
.tab_wrap .board_wrap .board_inner table tbody {border-bottom:1px solid #222;}
.tab_wrap .board_wrap .board_inner table tbody ~ tbody tr:first-of-type td {border-color:#222;}
.tab_wrap .board_wrap .board_inner table tbody tr th {padding:0; text-align:center;}
.tab_wrap .board_wrap .board_inner table tbody:not(:has(tr:nth-of-type(2))) tr td {height:80px;}
.tab_wrap .board_wrap .board_inner table th {height:60px;}
.tab_wrap .board_wrap .board_inner table td {text-align:center; height:50px; border-top:1px solid #B0B0B0; padding:5px 0;}
.tab_wrap .board_wrap .board_inner._multiply table td {height:140px !important;}
.tab_wrap .board_wrap .board_inner._multiply table td b {font-size:20px;}
.tab_wrap .board_wrap .board_inner table td strong {font-size:18px;}
.tab_wrap .board_wrap .board_inner table td span,
.tab_wrap .board_wrap .board_inner table td b {word-break:keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
.tab_wrap .board_wrap .board_inner table td sup {font-size:10px; vertical-align:super; position:relative; top:2px;}
.tab_wrap .board_wrap .board_inner + ._unit {text-align:right; color:#222; font-size:16px; margin-top:16px;}

.tab_wrap ._org_chart img,
.tab_wrap ._graph_inner ._img img {width:100%;}
.tab_wrap ._txt_primary {color:#007DC6 !important;}
.tab_wrap ._txt_sub {color:#10C3D8 !important;}


/*------------------
history 2008
------------------*/

/* tab 01 */
.tab_wrap._history_2008 .plan_01 ._view ._inner {width:100%; min-height:1200px; background:transparent url('/ko/res/images/devplan/bg_vision.png') no-repeat center 0 / cover; padding:80px 100px;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl {display:flex; flex-direction:column; gap:20px; align-items:center; width:100%;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl ~ dl {margin-top:60px;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl dt {display:flex; flex-direction:column; gap:10px; align-items:center;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl dt strong {color:#66EFFF; font-size:30px;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl dt em {color:#D9D9D9; font-size:16px;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl dd {width:100%; color:#fff; font-size:16px;}
.tab_wrap._history_2008 .plan_01 ._view ._inner ._item_row {align-items:center;}

.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div {width:280px; height:280px; border:1px solid #fff; border-radius:50%;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div ._tit {display:flex; flex-direction:column; align-items:center; justify-content:center;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div ._tit:before {width:65px; height:60px; background-color:transparent; background-repeat:no-repeat; background-size:cover; background-position:center; content:'';}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div:first-of-type ._tit:before {background-image:url('/ko/res/images/devplan/icon_value_01.png');}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div:nth-of-type(2) ._tit:before {background-image:url('/ko/res/images/devplan/icon_value_02.png');}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div:nth-of-type(3) ._tit:before {background-image:url('/ko/res/images/devplan/icon_value_03.png');}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div:nth-of-type(4) ._tit:before {background-image:url('/ko/res/images/devplan/icon_value_04.png');}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div ._tit span {color:#339CD9; font-size:24px; font-weight:700;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div ._tit em {color:rgba(255, 255, 255, 0.6); font-size:12px; margin-top:5px;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div ._tit em i {font-style:italic;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div ._desc {text-align:center; font-size:16px;}

.tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(2) dd ._box_inner {gap: 15px 0;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(2) dd ._box_inner > div {width:300px; height:150px; border-radius:100px; text-align:center;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(2) dd ._box_inner > div ~ div {margin-left:-10px;}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(2) dd ._box_inner > div:first-of-type {background-color:rgba(105, 138, 205, 0.7);}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(2) dd ._box_inner > div:nth-of-type(2) {background-color:rgba(105, 190, 205, 0.7);}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(2) dd ._box_inner > div:nth-of-type(3) {background-color:rgba(126, 201, 191, 0.7);}
.tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(2) dd ._box_inner > div:nth-of-type(4) {background-color:rgba(105, 205, 193, 0.7);}

.tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(3) dd ._box_inner > div {width:100%; height:60px; background: linear-gradient(45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1)); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 15px; box-shadow: 0 0 rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1); backdrop-filter: blur(3px) saturate(100%); -webkit-backdrop-filter: blur(3px) saturate(100%); font-size:20px; font-weight:600;}

/* tab 02 */
.tab_wrap._history_2008 .plan_02 .section_01 ._top {width:100%; height:100px; border:4px solid #042E85; border-radius:50px; gap:0;}
.tab_wrap._history_2008 .plan_02 .section_01 ._top em {color:#999999; font-size:16px;}
.tab_wrap._history_2008 .plan_02 .section_01 ._top strong {color:#042E85; font-size:30px;}

.tab_wrap._history_2008 .plan_02 .section_01 ._info {position:relative; padding-top:80px; align-items:stretch;}
.tab_wrap._history_2008 .plan_02 .section_01 ._info:before,
.tab_wrap._history_2008 .plan_02 .section_01 ._info:after {display:block; position:absolute; background-color:#999999; content:'';}
.tab_wrap._history_2008 .plan_02 .section_01 ._info:before {width:1px; height:40px; top:0; left:50%; transform:translateX(-50%);}
.tab_wrap._history_2008 .plan_02 .section_01 ._info:after {width:calc((100% + 20px) * 2 / 3); height:1px; top:40px; left:50%; transform:translateX(-50%);}
.tab_wrap._history_2008 .plan_02 .section_01 ._info dl {width:100%; position:relative; gap:0;}
.tab_wrap._history_2008 .plan_02 .section_01 ._info dl:before {display:block; position:absolute; width:1px; height:40px; top:-40px; left:50%; transform:translateX(-50%); background-color:#999999; content:'';}
.tab_wrap._history_2008 .plan_02 .section_01 ._info dl dt {display:flex; align-items:center; justify-content: center; width:100%; height:50px; flex:0 0 auto; background-color:#2B468F; color:#fff; border-radius:10px 10px 0 0; font-size:20px;}
.tab_wrap._history_2008 .plan_02 .section_01 ._info dl dd {width:100%; padding:30px 20px; border-bottom:1px solid #D9D9D9; height:auto; flex:1 1 auto;}
.tab_wrap._history_2008 .plan_02 .section_01 ._info_02 ul {display:grid; grid-template-columns: repeat(5, 1fr); gap: 10px; align-items: center;}
.tab_wrap._history_2008 .plan_02 .section_01 ._info_02 ul li {display:flex; width:100%; height:70px; align-items:center; justify-content: center; text-align:center; background-color:#F5F5F5; color:#222; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
.tab_wrap._history_2008 .plan_02 .section_01 ._info_02 ._bg_arrow {padding-top:70px; position:relative;}
.tab_wrap._history_2008 .plan_02 .section_01 ._info_02 ._bg_arrow:before {position:absolute; top:0; width:100%; height:70px; background:transparent url('/ko/res/images/devplan/bg_arrow.png') center / auto 38px no-repeat; content:'';}

.tab_wrap._history_2008 .plan_02 .section_02 ._top {width:100%; height:160px; background:transparent url('/ko/res/images/devplan/bg_kpi.png') center / cover no-repeat;}
.tab_wrap._history_2008 .plan_02 .section_02 ._top strong {color:#66EFFF; font-size:36px;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info {padding:40px 0 0; align-items:stretch;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl {width:100%; position:relative;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl dt {position:relative; display:flex; flex-direction:column; align-items:flex-start; justify-content: center; flex:0 0 auto; width:100%; height:120px; background-color:#007DC6; color:#fff; border-radius:10px 10px 0 0; padding:0 40px; font-size:22px;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl dt em {font-size:18px;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl dt:before {position:absolute; top:50%; right:40px; transform:translateY(-50%); background-color:transparent; background-size:100% auto; background-repeat:no-repeat; content:'';}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl:first-of-type dt:before,
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl:nth-of-type(2) dt:before {width:51px; height:48px; background-image:url('/ko/res/images/devplan/icon_edu.png');}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl:nth-of-type(3) dt:before {width:44px; height:50px; background-image:url('/ko/res/images/devplan/icon_rs.png');}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl:nth-of-type(4) dt:before {width:51px; height:52px; background-image:url('/ko/res/images/devplan/icon_service.png');}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl dd {flex:1 1 auto; width:100%; height:auto; padding:20px 0; border-bottom:1px solid #D9D9D9;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl dd > div {padding:0 20px;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl dd > div ~ div {margin-top:20px;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info dl dd > div strong {text-align:center; font-size:18px; color:#007DC6; margin-bottom:10px;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info_02 {background-color:rgba(51, 156, 217, 0.15); padding:28px 40px; margin-top:20px;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info_02 dl {width:100%;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info_02 dl dt {color:#222; font-size:18px; font-weight:600;}
.tab_wrap._history_2008 .plan_02 .section_02 ._info_02 dl dd {margin-top:20px;}

.tab_wrap._history_2008 .plan_02 .section_03 ._top {width:100%; height:80px; background:#042E85;}
.tab_wrap._history_2008 .plan_02 .section_03 ._top strong {color:#fff; font-size:24px; color:#fff;}
.tab_wrap._history_2008 .plan_02 .section_03 ._info {margin-top:20px;}
.tab_wrap._history_2008 .plan_02 .section_03 ._info dl {align-items:center;}
.tab_wrap._history_2008 .plan_02 .section_03 ._info dl dt {display:flex; flex-direction:column; align-items:center; justify-content: center; gap:10px; width:217px; height:240px; flex:0 0 auto; background-color:#007DC6; color:#fff; font-size:22px; font-weight:600; border-radius:10px;}
.tab_wrap._history_2008 .plan_02 .section_03 ._info dl ~ dl dt {height:190px;}
.tab_wrap._history_2008 .plan_02 .section_03 ._info dl dt:before {width:33px; height:32px; background-color:transparent; background-size:100% auto; background-repeat:no-repeat; content:'';}
.tab_wrap._history_2008 .plan_02 .section_03 ._info dl:first-of-type dt:before {background-image:url('/ko/res/images/devplan/icon_edu.png');}
.tab_wrap._history_2008 .plan_02 .section_03 ._info dl:nth-of-type(2) dt:before {background-image:url('/ko/res/images/devplan/icon_rs.png');}
.tab_wrap._history_2008 .plan_02 .section_03 ._info dl:nth-of-type(3) dt:before {background-image:url('/ko/res/images/devplan/icon_service.png');}
.tab_wrap._history_2008 .plan_02 .section_03 ._info dl dd {width:100%;}

.tab_wrap._history_2008 .plan_02 .section_03 ._info_02 ._bg_sqr {padding-top:130px; position:relative;}
.tab_wrap._history_2008 .plan_02 .section_03 ._info_02 ._bg_sqr:before {position:absolute; top:0; width:100%; height:130px; background:transparent url('/ko/res/images/devplan/bg_sqr.png') center / 100% 90px no-repeat; content:'';}

.tab_wrap._history_2008 .plan_02 .section_04 ._info {gap:0;}
.tab_wrap._history_2008 .plan_02 .section_04 ._info dl {border-bottom:1px solid #222; padding:20px 0}
.tab_wrap._history_2008 .plan_02 .section_04 ._info dl dt {width:217px; height:100%; color:#042E85; font-size:20px; font-weight:600; flex:0 0 auto;}
.tab_wrap._history_2008 .plan_02 .section_04 ._info dl dd {width:100%; justify-content: space-between;}
.tab_wrap._history_2008 .plan_02 .section_04 ._info dl dd > div {width:100%;}

/* tab 03 */
.tab_wrap._history_2008 .plan_03 .section_01 ._info {align-items:stretch;}
.tab_wrap._history_2008 .plan_03 .section_01 ._info dl {width:calc(50% - 10px);}
.tab_wrap._history_2008 .plan_03 .section_01 ._info dl:last-of-type {width:100%;}
.tab_wrap._history_2008 .plan_03 .section_01 ._info dl:last-of-type dt {border-radius:10px;}
.tab_wrap._history_2008 .plan_03 .section_01 ._info dl:last-of-type dd {border:none;}
.tab_wrap._history_2008 .plan_03 .section_01 ._info dl dt {display:flex; align-items:center; justify-content: center; width:100%; height:50px; flex: 0 0 auto; gap:10px; background-color:#007DC6; color:#fff; border-radius:10px 10px 0 0; font-size:20px;}
.tab_wrap._history_2008 .plan_03 .section_01 ._info dl dd {width:100%; padding:0 0 20px; flex:1 1 auto; border-bottom:1px solid #D9D9D9;}
.tab_wrap._history_2008 .plan_03 .section_01 ._info dl dd ._map {margin-top:10px;}
.tab_wrap._history_2008 .plan_03 .section_01 ._info dl dd > div ~ div {margin-top:20px;}

.tab_wrap._history_2008 .plan_03 .section_02 ._info {align-items:stretch;}
.tab_wrap._history_2008 .plan_03 .section_02 ._info dl {width:100%; position:relative;}
.tab_wrap._history_2008 .plan_03 .section_02 ._info dl dt {display:flex; flex-direction:column; align-items:center; gap:15px; flex: 0 0 auto; text-align:center; width:100%; height:120px; line-height:1.2; background-color:#042E85; color:#fff; padding:20px 0; border-radius:10px 10px 0 0; font-size:20px;}
.tab_wrap._history_2008 .plan_03 .section_02 ._info dl dt:before {font-size:14px; color:#66EFFF;}
.tab_wrap._history_2008 .plan_03 .section_02 ._info dl dd {width:100%; height:auto; flex:1 1 auto; padding:20px 0; border-bottom:1px solid #D9D9D9;}

.tab_wrap._history_2008 .plan_03 .section_05 ._desc {width:100%; height:80px; color:#fff; border-radius:10px; font-size:18px; background-color:#2B468F; padding:0 40px;}

.tab_wrap._history_2008 .plan_03 [class*=_organ] {padding:20px 0;}
.tab_wrap._history_2008 .plan_03 [class*=_organ]:before {width:100%; height:56px; background-color:transparent; background-position:center; background-size:auto 100%; background-repeat:no-repeat; content:'';}
.tab_wrap._history_2008 .plan_03 ._organ_01:before {background-image:url('/ko/res/images/devplan/organ_01.png');}
.tab_wrap._history_2008 .plan_03 ._organ_02:before {background-image:url('/ko/res/images/devplan/organ_02.png');}
.tab_wrap._history_2008 .plan_03 ._organ_03:before {background-image:url('/ko/res/images/devplan/organ_03.png');}

/* tab 04 */
.tab_wrap._history_2008 .plan_04 .section_01 ._top {display:flex; align-items:center; width:100%; padding-left:237px; gap:20px;}
.tab_wrap._history_2008 .plan_04 .section_01 ._top span {display:flex; align-items:center; justify-content:center; width:100%; height:42px; font-size:20px; font-weight:700; color:#222; border-bottom:1px solid #B0B0B0;}
.tab_wrap._history_2008 .plan_04 .section_01 ._info {margin-top:20px;}
.tab_wrap._history_2008 .plan_04 .section_01 ._info dl {align-items:stretch;}
.tab_wrap._history_2008 .plan_04 .section_01 ._info dl dt {width:217px; min-height:116px; flex:0 0 auto; background-color:#007DC6; color:#fff; font-size:20px; font-weight:600; border-radius:10px;}
.tab_wrap._history_2008 .plan_04 .section_01 ._info dl dd {width:100%; align-items:center; justify-content: flex-start;}
.tab_wrap._history_2008 .plan_04 .section_01 ._info dl dd > div {width:100%;}

.tab_wrap._history_2008 .plan_04 .section_02 ._info dl ~ dl {margin-top:60px;}
.tab_wrap._history_2008 .plan_04 .section_02 ._info dl dt {width:100%; height:60px; background-color:#354058; color:#fff; border-radius:10px 10px 0 0; font-size:24px; font-weight:600;}

.tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner ._desc {height:80px; color:#222; font-size:18px; border-radius:50px; border:1px solid #007DC6; font-weight:500; padding:0 40px; margin:60px 0 30px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner ._desc em {color:#007DC6;}
.tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner dl dt {flex: 0 0 auto; font-weight:600;}
.tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner dl dd {align-items: flex-start; gap:0;}
.tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner span {line-height:18px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner span sup {font-size:10px; vertical-align:super; margin-right:3px; position:relative; top:2px;}

.tab_wrap._history_2008 .plan_04 .section_03 ._info ._top {display:flex; align-items:center; width:100%; padding-left:175px; gap:20px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info ._top span {display:flex; align-items:center; justify-content:center; width:100%; height:42px; font-size:20px; font-weight:700; color:#222; border-bottom:1px solid #B0B0B0;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info dl {align-items:stretch;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info dl dt {width:155px; min-height:140px; flex:0 0 auto; background-color:#007DC6; color:#fff; font-size:20px; font-weight:600; border-radius:10px; text-align:center;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info dl dd {width:100%; align-items:flex-start; justify-content: flex-start;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info dl dd > div {width:100%;}

.tab_wrap._history_2008 .plan_04 .section_03 ._cont_top {height: 60px; color:#fff; font-size:20px; font-weight:600; background-color:#042E85;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 {gap:0; margin-top:10px; align-items:stretch;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 ._left {display:flex; width:175px; flex:0 0 auto; align-items:center; padding:80px 20px 0 0; gap:10px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 ._left span {display:flex; align-items:center; justify-content:center; width:100%; height:calc((100% - 30px) / 4); flex:0 0 auto; background-color:#007DC6; color:#fff; font-size:20px; font-weight:600; border-radius:10px; text-align:center;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl {gap:20px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dt {width:100%; height:60px; position:relative; flex: 0 0 auto;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dt > div {position:absolute; top:0; right:0; left:0; width:auto; height:100%; padding:0 40px; text-align:center; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl ~ dl dt > div {left:-42px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dt > div:before {position:absolute; right:42px; top:0; width:calc(100% - 42px); height:60px; background:linear-gradient(to right, rgba(153, 203, 232, 0.1) 0%, rgba(153, 203, 232, 1) 90%); z-index:-1; content:'';}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dt > div:after {position:absolute; right:0; top:0; border-width:30px 0 30px 42px; border-style:solid; border-color:transparent transparent transparent rgba(153, 203, 232, 1); z-index:-1; content:'';}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dt > div strong {color:#222; font-size:18px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dd {width:100%; align-items:flex-start; justify-content: flex-start; gap:10px; padding:0 10px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dd > div {width:100%; display:flex; flex-direction:column; min-height:140px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dd > div .dot {padding-top:20px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dd > div._center {justify-content: center;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_02 + ._desc {height:80px; color:#222; font-size:18px; border-radius:50px; border:1px solid #007DC6; font-weight:500; margin:60px 0 0; padding:0 40px;}

.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 ._top {display:flex; align-items:center; width:100%; padding-left:175px; gap:20px;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 ._top span {display:flex; align-items:center; justify-content:center; width:100%; height:42px; font-size:20px; font-weight:700; color:#222; border-bottom:1px solid #B0B0B0;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl {align-items:stretch;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dt {width:155px; min-height:210px; flex:0 0 auto; background-color:#007DC6; color:#fff; font-size:20px; font-weight:600; border-radius:10px; text-align:center;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd {width:100%; justify-content: flex-start; padding:15px 0;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per {padding-left:24px; position:relative;}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per:before {position:absolute; top:0; left:0; width:24px; height:28px; background-color:transparent; background-position:center; background-repeat:no-repeat; background-size:cover; content:'';}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per._quarter:before {background-image:url('/ko/res/images/devplan/icon_quarter.png');}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per._3quarter:before {background-image:url('/ko/res/images/devplan/icon_3quarter.png');}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per._half:before {background-image:url('/ko/res/images/devplan/icon_half.png');}
.tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per._full:before {background-image:url('/ko/res/images/devplan/icon_full.png');}

.tab_wrap._history_2008 .plan_04 .section_04 ._top {margin-bottom:30px;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info dl {align-items:center;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info dl dt {width:272px; height:100px; flex:0 0 auto; background-color:#fff; color:#007DC6; font-size:20px; font-weight:600; border:1px solid currentColor; border-radius:10px; text-align:center;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info dl dd {width:100%; align-items:flex-start; justify-content: flex-start;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info dl dd > div {width:100%;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info ._desc {height:80px; color:#fff; font-size:18px; border-radius:50px; background-color:#042E85; font-weight:500; margin:40px 0 0; padding:0 40px;}

.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 {gap:0; align-items:stretch;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 ._left {display:flex; width:292px; flex:0 0 auto; align-items:center; padding:90px 20px 0 0; gap:10px;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 ._left span {display:flex; align-items:center; justify-content:center; width:100%; height:calc((100% - 40px) / 5); flex:0 0 auto; background-color:#fff; color:#007DC6; border:1px solid currentColor; font-size:20px; font-weight:600; border-radius:10px; text-align:center;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl {gap:30px;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dt {width:100%; height:60px; position:relative; flex:0 0 auto;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dt > div {position:absolute; top:0; right:0; left:0; width:auto; height:100%; padding:0 40px; text-align:center; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl ~ dl dt > div {left:-42px;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dt > div:before {position:absolute; right:42px; top:0; width:calc(100% - 42px); height:60px; background:linear-gradient(to right, rgba(153, 203, 232, 0.1) 0%, rgba(153, 203, 232, 1) 90%); z-index:-1; content:'';}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dt > div:after {position:absolute; right:0; top:0; border-width:30px 0 30px 42px; border-style:solid; border-color:transparent transparent transparent rgba(153, 203, 232, 1); z-index:-1; content:'';}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dt > div strong {color:#222; font-size:18px;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dd {width:100%; align-items:flex-start; justify-content: flex-start; gap:10px; padding:0 10px;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dd > div {width:100%; display:flex; flex-direction:column; min-height:120px;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dd > div .dot {padding-top:20px;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dd > div._center {justify-content: center;}

.tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl {width:calc(50% - 10px); gap:20px;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl dt {display:flex; align-items:center; justify-content: space-between; width:100%; height:80px; padding:0 50px; background-color:#007DC6; color:#fff; border-radius:10px 10px 0 0; font-size:24px; font-weight:600;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl dt:after {width:40px; height:40px; background:transparent url('/ko/res/images/devplan/icon_smile.png') no-repeat center / cover; content:'';}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl ~ dl dt {background-color:#666666;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl ~ dl dt:after {background:transparent url('/ko/res/images/devplan/icon_sorrow.png') no-repeat center / cover; content:'';}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl dd {width:100%;}
.tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl dd > div {align-items: flex-start;}

/*------------------
history 2019
------------------*/

/* tab 01 */
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner {width:100%; min-height:1100px; background:transparent url('/ko/res/images/devplan/bg_vision.png') no-repeat center 0 / cover; padding:80px 100px;}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl {display:flex; flex-direction:column; gap:20px; align-items:flex-start; width:100%;}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl ~ * {margin-top:60px;}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl dt {display:flex; align-items:flex-end; color:#fff;}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl dt * {line-height:1;}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl dt strong {font-size:36px;}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl dt em {font-size:32px;}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl dd {width:100%; color:#fff; font-size:16px;}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner {width:100%; justify-content: center; gap:40px 60px;}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner > div {width:360px; height:200px; background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; box-shadow: 0 0 rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1); backdrop-filter: blur(3px) saturate(100%); -webkit-backdrop-filter: blur(3px) saturate(100%);}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner > div ._tit {font-size:40px; color:#66EFFF;}
.tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner > div ._desc {font-size:16px; color:#fff; text-align:center; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}

.tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner {width:100%; min-height:900px; background:transparent url('/ko/res/images/devplan/bg_vision.png') no-repeat center 0 / cover; padding:80px 100px;}
.tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner ._top {width:100%; padding:32px 40px; color:#fff; background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 80px; box-shadow: 0 0 rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1); backdrop-filter: blur(3px) saturate(100%); -webkit-backdrop-filter: blur(3px) saturate(100%);}
.tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner ._top strong {font-size:36px; color:#66EFFF;}
.tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner ._top em {font-size:20px;}
.tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner dl {margin-top:50px;}
.tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner dl dt {font-size:24px; color:#fff;}
.tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner dl dd {width:100%;}
.tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner + dl {width:100%;max-width:1100px; margin:60px auto 0;}
.tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner + dl dt {width:100%; font-size:20px;}
.tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner + dl dd {width:100%;}

.tab_wrap._history_2019 .plan_02 .section_02 ._view ._top {width:100%; height:60px; background-color:#042E85; color:#fff; font-size:24px; text-align:center;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info {background-color:#F5F5F5; padding:100px 80px;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl ~ dl {margin-top:48px;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dt {font-size:24px; color:#042E85; font-weight:600;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dt:before {width:32px; height:44px; background:transparent url('/ko/res/images/devplan/icon_light.png') center / cover no-repeat; content:'';}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._desc {font-size:36px; font-weight:300; text-align:center;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner {justify-content: center; gap:0; margin-top:20px;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span {width:280px; height:280px; border-radius:50%; color:#fff; font-size:20px; font-weight:600; text-align: center; mix-blend-mode:multiply;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span ~ span {margin-left:-20px;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span:first-of-type {background-color:rgba(105, 138, 205, 1);}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span:nth-of-type(2) {background-color:rgba(105, 190, 205, 1);}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span:nth-of-type(3) {background-color:rgba(126, 201, 191, 1);}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span:nth-of-type(4) {background-color:rgba(105, 205, 193, 1);}

.tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner dl {width:100%; gap:0;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner dl dt {display:flex; align-items:center; justify-content: center; width:100%; height:50px; flex:0 0 auto; background-color:#2B468F; color:#fff; border-radius:10px 10px 0 0; font-size:20px;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner dl dd {width:100%; padding:20px; border-bottom:1px solid #D9D9D9; height:auto; flex:1 1 auto;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner {gap:0;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span {width:calc((100% + 40px) / 3); height:160px; background-color:rgba(0, 125, 198, 0.8); color:#fff; font-size:20px; border-radius:80px; text-align:center;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span ~ span {margin-left:-20px;}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span:before {width:42px; height:30px; background-color:transparent; background-position:center; background-size:cover; background-repeat:no-repeat; content:'';}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span:first-of-type:before {background-image:url('/ko/res/images/devplan/icon_infra_01.png');}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span:nth-of-type(2):before {background-image:url('/ko/res/images/devplan/icon_infra_02.png');}
.tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span:nth-of-type(3):before {background-image:url('/ko/res/images/devplan/icon_infra_03.png');}

.tab_wrap._history_2019 .plan_02 .section_03 ._view > ._top {width:100%; height:200px; align-items:center; gap:0; background:transparent url('/ko/res/images/devplan/bg_kpi.png') center / cover no-repeat;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view > ._top span {width:30%; color:#fff; font-size:20px; position:relative;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view > ._top span ~ span:before {position:absolute; top:0; left:0; width:1px; height:100%; background-color:rgba(255, 255, 255, 0.5); content:'';}
.tab_wrap._history_2019 .plan_02 .section_03 ._view > ._top span strong {font-size:72px; color:#66EFFF; line-height:1;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap {width:100%; margin-top:60px; counter-reset:stg-counter 0;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_tit {width:100%; height:60px; align-items:center; gap:60px; background-color:#F5F5F5; border-width:2px 0 1px; border-style:solid; border-color:#222;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_tit span {width:100%; text-align:center; font-size:16px; color:#222; font-weight:600;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_tit span:first-of-type {width:55%; flex: 0 0 auto;}

.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_list {width:100%; position:relative; border-bottom:1px solid #222;}

.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_nav {align-items:center; gap:60px; min-height:183px; background-color:#fff;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_nav > div {width:100%; align-items:center;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_nav > div:first-of-type {width:55%; flex: 0 0 auto;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_list.active ._stg_nav {position:sticky; top:0; z-index:10; border-bottom:1px solid #B0B0B0;}

.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_mission {display:flex; justify-content: space-between;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_mission strong {font-size:24px;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_mission a {display:flex; align-items:center; justify-content: center; flex-direction:column; gap:10px; width:90px; height:90px; border-radius:10px; border:1px solid currentColor; background-color:#fff; color:#2BAD9C;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_mission a:after {border-width:18px 9px 0; border-color:transparent; border-top-color:currentColor; border-style:solid; content:'';}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_list.active ._stg_mission a {border-color:#B0B0B0; background-color:#F5F5F5; color:#666;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_list.active ._stg_mission a:after {border-width:0 9px 18px; border-top-color:transparent; border-bottom-color:currentColor;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_mission a em {font-size:15px;}

.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_goals {gap:0;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_goals span {display:flex; align-items:center; width:100%; height:61px; gap:10px; font-size:16px; font-weight:500; counter-increment:stg-counter 1;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_goals span:before {display:flex; width:24px; height:24px; align-items: center; flex:0 0 auto; justify-content:center; background-color:#007DC6; color:#fff; border-radius:50%; font-size:12px; content:counter(stg-counter, decimal-leading-zero);}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_goals span:not(:first-of-type) {border-top:1px solid #B0B0B0;}

.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content {width:100%; padding:80px 100px; background-color:#E5F2F9; display:none;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_list.active ._stg_content {display:block;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._top {width:100%; padding:16px 40px; align-items:center; background-color:#fff; border-radius:40px; border:1px solid #007DC6; color:#222; font-size:32px; font-weight:300;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._top b {font-size:24px; color:#007DC6;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail {width:100%; margin-top:40px; justify-content: flex-start; gap:0;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._title {width:160px; flex: 0 0 auto; color:#222; font-size:24px; font-weight:600;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap {width:100%;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap > div {align-items:stretch;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl {width:100%; position:relative; background-color:#fff; gap:10px;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dt {position:relative; display:flex; flex-direction:column; align-items:center; justify-content: flex-start; gap:10px; flex:0 0 auto; width:100%; min-height:140px; background-color:#007DC6; color:#fff; border-radius:10px 10px 0 0; padding:32px 0; text-align:center; font-size:22px;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dt em {font-size:14px; color:#66EFFF;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dt:before {position:absolute; bottom:0; right:0; width:108px; height:95px; background:transparent url('/ko/res/images/devplan/bg_target.png') center / cover no-repeat; content:'';}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dd {flex:1 1 auto; width:100%; height:auto; padding:20px; border-bottom:1px solid #D9D9D9;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dd > div {padding:20px 0;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dd > div:first-of-type {padding-top:0;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dd > div ~ div {border-top:1px solid #B0B0B0;}
.tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dd > div strong {text-align:left; font-size:18px; color:#007DC6; margin-bottom:10px;}


.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner {align-items: stretch; margin-top:0;}
.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span {width:calc((100% - 60px) / 4); padding:50px 40px; justify-content: flex-start; border-radius:10px; text-align:center; color:#fff; font-size:18px;}
.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:first-of-type {background-color:rgba(105, 138, 205, 1);}
.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:nth-of-type(2) {background-color:rgba(105, 190, 205, 1);}
.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:nth-of-type(3) {background-color:rgba(126, 201, 191, 1);}
.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:nth-of-type(4) {background-color:rgba(105, 205, 193, 1);}

.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:before {width:30px; height:30px; flex: 0 0 auto; background-color:transparent; background-position:center; background-size:cover; background-repeat:no-repeat; content:'';}
.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:first-of-type:before {background-image:url('/ko/res/images/devplan/icon_policy_01.png');}
.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:nth-of-type(2):before {background-image:url('/ko/res/images/devplan/icon_policy_02.png');}
.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:nth-of-type(3):before {background-image:url('/ko/res/images/devplan/icon_policy_03.png');}
.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:nth-of-type(4):before {background-image:url('/ko/res/images/devplan/icon_policy_04.png');}
.tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span b {display:flex; align-items:center; height:100%; word-break:keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space: normal;}
.tab_wrap._history_2019 .plan_03 .section_01 ._view .contact_wrap + div {margin-top:40px;}

.tab_wrap._history_2019 .plan_04 .section_01 ._view ._box_inner {align-items: stretch;}
.tab_wrap._history_2019 .plan_04 .section_01 ._view ._box_inner span {width:100%; padding:55px 40px; border-radius:10px; text-align:center; color:#fff; font-size:24px;}
.tab_wrap._history_2019 .plan_04 .section_01 ._view ._box_inner span:first-of-type {background-color:#698ACD;}
.tab_wrap._history_2019 .plan_04 .section_01 ._view ._box_inner span:nth-of-type(2) {background-color:#56AAE3;}
.tab_wrap._history_2019 .plan_04 .section_01 ._view ._box_inner span em {font-size:18px; word-break:keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space: normal;}


/*------------------
history 2024
------------------*/

/* tab 02 */
.tab_wrap._history_2024 .plan_02 ._top {width:100%; padding:15px 40px; align-items:center; text-align:center; gap:0 30px; border-radius:40px; border:1px solid #007DC6; font-size:32px; font-weight:300;}
.tab_wrap._history_2024 .plan_02 ._top b {font-size:24px; color:#007DC6;}


/*------------------
history 2026
------------------*/

/* tab 01 */
.tab_wrap._history_2026 .plan_01 .section_02 ._info {align-items:stretch;margin-top:20px; row-gap:0;}
.tab_wrap._history_2026 .plan_01 .section_02 ._info dl {width:calc(50% - 10px); position:relative; gap:0;}
.tab_wrap._history_2026 .plan_01 .section_02 ._info dl dt {display:flex; flex-direction:column; align-items:center; gap:15px; flex: 0 0 auto; text-align:center; width:100%; height:120px; line-height:1.2; background-color:#042E85; color:#fff; padding:20px 0; border-radius:10px 10px 0 0; font-size:20px;}
.tab_wrap._history_2026 .plan_01 .section_02 ._info dl dt:before {font-size:14px; color:#66EFFF;}
.tab_wrap._history_2026 .plan_01 .section_02 ._info dl dd {width:100%; height:auto; flex:1 1 auto; padding:30px 0;}
.tab_wrap._history_2026 .plan_01 .section_02 ._info dl:nth-of-type(2) ~ dl dd {border-bottom:1px solid #222222;}

.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info {background-color:#F5F5F5; padding:100px 60px; margin-top:40px;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info > dl ~ dl {margin-top:80px;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info > dl dt {font-size:24px; color:#042E85; font-weight:600;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info > dl dt:before {width:32px; height:44px; background:transparent url('/ko/res/images/devplan/icon_light.png') center / cover no-repeat; content:'';}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info > dl dd ._top {width:100%; height:60px; background-color:#042E85; color:#fff; font-size:20px; font-weight:600; margin-top:80px;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info > dl dd ._desc {font-size:36px; font-weight:300; text-align:center; word-break:keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}

.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner {justify-content: center; gap:0; margin-top:20px;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span {width:280px; height:280px; border-radius:50%; color:#fff; font-size:16px; font-weight:600; text-align: center; mix-blend-mode:multiply;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span em:first-of-type {font-size:20px;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span ~ span {margin-left:-20px;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span:first-of-type {background-color:rgba(105, 138, 205, 1);}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span:nth-of-type(2) {background-color:rgba(105, 190, 205, 1);}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span:nth-of-type(3) {background-color:rgba(126, 201, 191, 1);}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span:nth-of-type(4) {background-color:rgba(105, 205, 193, 1);}

.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner2 {gap:10px; align-items: stretch;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner2 span {width:calc(50% - 5px); padding:20px; text-align:center; justify-content: flex-start; font-size:20px; background-color:#007DC6; color:#fff;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner2 span em {font-size:16px;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner2 span:before {color:#66EFFF; font-size:14px;}

.tab_wrap._history_2026 .plan_02 .section_02 ._view ._box_inner3 {align-items: stretch; margin-top:0;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._box_inner3 span {width:calc((100% - 60px) / 4); padding:40px 20px; justify-content: flex-start; border-radius:10px; text-align:center; color:#fff; font-size:24px;}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._box_inner3 span:first-of-type {background-color:rgba(105, 138, 205, 1);}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._box_inner3 span:nth-of-type(2) {background-color:rgba(105, 190, 205, 1);}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._box_inner3 span:nth-of-type(3) {background-color:rgba(126, 201, 191, 1);}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._box_inner3 span:nth-of-type(4) {background-color:rgba(105, 205, 193, 1);}
.tab_wrap._history_2026 .plan_02 .section_02 ._view ._box_inner3 span em {font-size:18px;}

.tab_wrap._history_2026 .plan_03 .section_02 ._info {padding:0; align-items:stretch; padding-top:36px;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl {width:calc((100% - 60px) / 4); position:relative;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl:first-of-type {--theme-color:#1568AE;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl:nth-of-type(2) {--theme-color:#115495;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl:nth-of-type(3) {--theme-color:#124480;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl:nth-of-type(4) {--theme-color:#10325F;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl dt {position:relative; display:flex; justify-content: center; flex:0 0 auto; width:100%; text-align:center; background-color:var(--theme-color); color:#fff; border-radius:10px 10px 0 0; padding:70px 0 30px; min-height:190px; font-size:20px;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl dt:before {position:absolute; width:100px; height:100px; top:-50px; left:50%; transform:translateX(-50%); border-radius:50%; background-color:#fff; background-position:center; background-repeat:no-repeat; content:'';}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl:first-of-type dt:before {background-image:url('/ko/res/images/devplan/icon_okr_01.png'); background-size:49px 55px;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl:nth-of-type(2) dt:before {background-image:url('/ko/res/images/devplan/icon_okr_02.png'); background-size:64px 55px;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl:nth-of-type(3) dt:before {background-image:url('/ko/res/images/devplan/icon_okr_03.png'); background-size:58px 55px;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl:nth-of-type(4) dt:before {background-image:url('/ko/res/images/devplan/icon_okr_04.png'); background-size:57px 55px;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl dd {flex:1 1 auto; width:100%; padding:20px 0;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl dd > div ~ div {margin-top:20px;}
.tab_wrap._history_2026 .plan_03 .section_02 ._info dl dd > div strong {text-align:center; color:var(--theme-color); margin-bottom:10px;}

.tab_wrap._history_2026 .plan_05 .section_01 ._info {padding:0; align-items:stretch; padding-top:70px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl {width:100%; position:relative;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl:first-of-type {--theme-color:#1568AE;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl:nth-of-type(2) {--theme-color:#115495;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl:nth-of-type(3) {--theme-color:#124480;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl:nth-of-type(4) {--theme-color:#10325F;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl dt {position:relative; display:flex; justify-content: center; flex:0 0 auto; width:100%; text-align:center; background-color:var(--theme-color); color:#fff; border-radius:10px 10px 0 0; padding:70px 0 30px; min-height:155px; font-size:20px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl dt em {position:absolute; top:0; left:50%; transform:translateX(-50%);font-size:20px; font-weight:600; color:var(--theme-color);}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl dt:before {position:absolute; width:100px; height:100px; top:-50px; left:50%; transform:translateX(-50%); border-radius:50%; background-color:#fff; content:'';}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl dd {flex:1 1 auto; width:100%; padding:20px 0;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl dd > div ~ div {margin-top:20px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info dl dd > div strong {color:var(--theme-color); margin-bottom:10px;}

.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 {padding:0; align-items:stretch; padding-top:70px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl {width:calc((100% - 60px) / 4); position:relative;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:first-of-type {--theme-color:#1568AE;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:nth-of-type(2) {--theme-color:#115495;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:nth-of-type(3) {--theme-color:#124480;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:nth-of-type(4) {--theme-color:#10325F;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dt {position:relative; display:flex; flex-direction:column; justify-content: flex-start; flex:0 0 auto; width:100%; text-align:center; background-color:var(--theme-color); color:#fff; border-radius:10px 10px 0 0; padding:70px 0 30px; min-height:270px; font-size:20px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dt em {font-size:16px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dt:before {position:absolute; width:100px; height:100px; top:-50px; left:50%; transform:translateX(-50%); border-radius:50%; background-color:#fff; background-position:center; background-repeat:no-repeat; content:'';}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:first-of-type dt:before {background-image:url('/ko/res/images/devplan/icon_okr_01.png'); background-size:49px 55px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:nth-of-type(2) dt:before {background-image:url('/ko/res/images/devplan/icon_okr_02.png'); background-size:64px 55px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:nth-of-type(3) dt:before {background-image:url('/ko/res/images/devplan/icon_okr_03.png'); background-size:58px 55px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:nth-of-type(4) dt:before {background-image:url('/ko/res/images/devplan/icon_okr_04.png'); background-size:57px 55px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dd {flex:1 1 auto; width:100%; padding:20px 0;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dd > div {min-height:120px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dd > div strong {text-align:center; color:#666666; margin-bottom:10px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dd > div ~ div {margin-top:20px;}
.tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dd > div ~ div strong {color:var(--theme-color);}



/* animation */
._animate {transform:translateY(10rem); opacity:0; transition-property: transform, opacity; transition-duration: 0.6s; transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1);}
._fade {opacity:0; transition-property: opacity; transition-duration: 0.6s; transition-timing-function:ease-in-out;}
._ani_start {transform:none !important; opacity:1 !important;}

@media screen and (min-width: 822px) {
    ._pc_hidden {position:absolute; width:1px; height:1px; overflow:hidden; border:none; padding:0; margin:-1px; clip:rect(1px, 1px, 1px, 1px);}
    ._mo_block {display:none !important;}
}

@media screen and (max-width: 1400px) {
    .tab_wrap .tab_inner ._cont_row {flex-direction:column; gap:40px;}
    .tab_wrap .tab_inner ._cont_row .tit {width:100%; max-width:none;}
    .tab_wrap .tab_inner ._cont_row .tit br {display:none;}

    /*------------------
    history 2008
    ------------------*/

    /* tab 01 */
    .tab_wrap._history_2008 .plan_01 ._view ._inner {padding:80px 40px;}

    /* tab 03 */
    .tab_wrap._history_2008 .plan_02 .section_02 ._info {flex-wrap:wrap;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl {width:calc(50% - 10px);}

    .tab_wrap._history_2008 .plan_03 .section_02 ._info {flex-wrap:wrap;}
    .tab_wrap._history_2008 .plan_03 .section_02 ._info dl {width:calc(50% - 10px);}


    /*------------------
    history 2026
    ------------------*/

    /* tab 03 */
    .tab_wrap._history_2026 .plan_03 .section_02 ._info dl {width:calc(50% - 20px);}

    /* tab 05 */
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl {width:calc(50% - 20px);}

}

@media screen and (max-width: 1280px) {
    /*------------------
    history 2019
    ------------------*/

    /* tab 02 */
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner {position:relative; padding-bottom:274px;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span {width:294px; height:294px;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span:nth-of-type(2) ~ span {position:absolute; top:274px; margin-left:0;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span:nth-of-type(3) {right:50%; transform:translateX(10px);}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span:nth-of-type(4) {left:50%;  transform:translateX(-10px);}

    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content {padding:60px 40px;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail {flex-direction:column; gap:40px;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._title {width:100%}
}

@media screen and (max-width: 1024px) {
    /*------------------
    history 2008
    ------------------*/

    /* tab 04 */
    .tab_wrap._history_2008 .plan_04 .section_04 ._info dl dt,
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 ._left {width:155px;}


    /*------------------
    history 2019
    ------------------*/

    /* tab 01 */
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner {justify-content: space-between; gap:40px;}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner > div {width:calc(50% - 20px); padding:30px;}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner > div ._desc br {display:none;}


    /*------------------
    history 2026
    ------------------*/

    /* tab 02 */
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner {position:relative; padding-top:230px;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span {width:310px; height:310px;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span:first-of-type {position:absolute; top:0; left:50%; transform:translateX(-50%);}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span:nth-of-type(2) {margin-left:0;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span:nth-of-type(3) {margin-left:-40px;}
}

@media screen and (max-width: 821px) {
    ._mo_hidden {position:absolute; width:1px; height:1px; overflow:hidden; border:none; padding:0; margin:-1px; clip:rect(1px, 1px, 1px, 1px);}
    ._pc_block {display:none !important;}
    
    .tab_wrap .tab_nav {flex-wrap:wrap;}
    .tab_wrap .tab_nav span {width:50%; max-width:none;}
    .tab_wrap .tab_nav span a {font-size:3.6vw;}

    .tab_wrap .tab_contents {margin-top:16.66666vw;}

    .tab_wrap .tab_inner section ~ section {margin-top:22.22222vw;}
    .tab_wrap .tab_inner ._view {margin-top:6.94444vw;}
    .tab_wrap .tab_inner ._view ._top._def {font-size:5.55555vw; padding-bottom:2.77777vw;}
    .tab_wrap .tab_inner ._item_row {gap:5.55555vw;}
    .tab_wrap .tab_inner ._item_row:not(._wrap) {flex-direction:column;}
    .tab_wrap .tab_inner ._item_row ._thumb {width:100%; gap:2vw;}
    .tab_wrap .tab_inner ._item_row ._thumb img {width:100%;}
    .tab_wrap .tab_inner ._item_col {gap:5.55555vw;}
    .tab_wrap .tab_inner h5 {font-size:8.33333vw !important; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space: normal;}
    .tab_wrap .tab_inner h5 em {font-size:5vw !important;}
    .tab_wrap .tab_inner .dot {gap:1.38888vw; font-size:3.6vw;}
    .tab_wrap .tab_inner .dot span {font-size:3.6vw; padding-left:4vw; line-height:5.5vw;}
    .tab_wrap .tab_inner .dot span:before {width:0.83333vw; height:0.83333vw; top:2.08333vw; left:1.6vw;}
    .tab_wrap .tab_inner .dot strong {font-size:5.55555vw;}
    .tab_wrap .tab_inner .dot ._dash {padding-left:3.88888vw;}
    .tab_wrap .tab_inner .dot ._dash:before {width:2.77777vw; top:2.5vw;}
    .tab_wrap .tab_inner .chk {gap:2.77777vw;}
    .tab_wrap .tab_inner .chk span {font-size:3.6vw; line-height:5.55555vw;}
    .tab_wrap .tab_inner .chk span:before {width:5.55555vw; height:5.55555vw; background-image:url('/ko/res/images/devplan/retina/icon_chk.png');}

    .tab_wrap .board_wrap .board_inner._scrollX {overflow-x:auto;}
    .tab_wrap .board_wrap .board_inner._scrollX table {min-width:1168px;}
    .tab_wrap .board_wrap .board_inner table th,
    .tab_wrap .board_wrap .board_inner table td {min-height:11vw; height:auto; font-size:3.6vw; line-height:1.2; padding:3.33333vw 0;}
    .tab_wrap .board_wrap .board_inner table td sup {font-size:2.22222vw;}
    .tab_wrap .board_wrap .board_inner table td strong {font-size:3.6vw;}
    .tab_wrap .board_wrap .board_inner table tbody:not(:has(tr:nth-of-type(2))) tr td {min-height:16.66666vw; height:auto;}
    .tab_wrap .board_wrap .board_inner + ._unit {font-size:3.6vw; margin-top:2.77777vw;}

    .tab_wrap .tab_inner ._cont_row {gap:8.33333vw; margin-top:8.33333vw;}
    .tab_wrap .tab_inner ._cont_row + ._cont_row {margin-top:20vw;}
    .tab_wrap .tab_inner ._cont_row .tit {font-size:6.66666vw; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
    .tab_wrap .tab_inner ._cont_row ._sub_tit {font-size:4.44444vw;}
    .tab_wrap .tab_inner ._cont_row ._sub_tit + *:not(.dot) {margin-top:2.77777vw;}
    .tab_wrap .tab_inner ._cont_row ._cont_inner ~ ._cont_inner {margin-top:5.55556vw;}
    .tab_wrap .tab_inner ._cont_row ._cont_inner > dl {margin-top:5.55556vw;}
    .tab_wrap .tab_inner ._cont_row:not(:has(._cont_inner:nth-of-type(2))) ._cont_inner > dl {margin-top:5.55556vw;}
    .tab_wrap .tab_inner ._cont_row ._cont_inner dl dt {font-size:5vw; text-align:left; word-break:keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space: normal;}
    .tab_wrap .tab_inner ._cont_row ._cont_inner dl dd {width:100%;}
    .tab_wrap .tab_inner ._cont_row ._cont_inner dl dd ._graph_inner + div {width:100%; margin-top:5.55556vw;}

    .tab_wrap ._org_chart:not(._fit),
    .tab_wrap ._graph_inner:not(._fit) ._img {width:100%; overflow-x:auto; align-self:flex-start;}
    .tab_wrap ._org_chart:not(._fit) img,
    .tab_wrap ._graph_inner:not(._fit) ._img img {width:auto; max-width:none; max-height:65vh;}

    /*------------------
    history 2008
    ------------------*/

    /* tab 01 */
    .tab_wrap._history_2008 .plan_01 ._view ._inner {padding:10vw 0; min-height:auto; background-image:url('/ko/res/images/devplan/bg_vision_m.png');}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl {width:83vw; margin:0 auto;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl ~ dl {margin-top:16vw;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl dt strong {font-size:6.66666vw;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl dt em {font-size:3.33333vw;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner {justify-content: space-between; gap:3vw 0;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div {width:40vw; height:57vw; border-radius:7vw; gap:4vw;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div ._tit span {font-size:5vw;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div ._tit em {font-size:2.5vw;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div ._desc {font-size:3.33333vw;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div ._tit:before {width:9vw; height:8.3vw;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div:first-of-type ._tit:before {background-image:url('/ko/res/images/devplan/retina/icon_value_01.png');}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div:nth-of-type(2) ._tit:before {background-image:url('/ko/res/images/devplan/retina/icon_value_02.png');}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div:nth-of-type(3) ._tit:before {background-image:url('/ko/res/images/devplan/retina/icon_value_03.png');}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:first-of-type dd ._box_inner > div:nth-of-type(4) ._tit:before {background-image:url('/ko/res/images/devplan/retina/icon_value_04.png');}

    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(2) dd ._box_inner {gap:1.38888vw;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(2) dd ._box_inner > div {width:100%; font-size:3.6vw; height:27.77777vw;}
    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(2) dd ._box_inner > div ~ div {margin-left:0;}

    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(3) dd ._box_inner > div {height:22.22222vw; font-size:5vw; text-align:center; padding:0 11vw;}

    .tab_wrap._history_2008 .plan_01 ._view ._inner dl:nth-of-type(4) dd ._box_inner > div {font-size:3.6vw;}

     /* tab 02 */
    .tab_wrap._history_2008 .plan_02 .section_01 ._top {height:37.5vw; border-width:1vw; border-radius:5vw;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._top em {font-size:3.6vw;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._top strong {font-size:6.66666vw; text-align:center;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info {padding-left:5vw; padding-top:8vw;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info:before {height:100%; left:5vw;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info:after {display:none; content:none;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info dl {padding-left:6vw;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info dl:before {width:6vw; height:1px; top:7vw; left:0; transform:none;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info dl dt {height:13.8vw; font-size:5vw; font-weight:600; border-radius:2.77777vw 2.77777vw 0 0;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info dl dd {padding:4.2vw 14vw;}

    .tab_wrap._history_2008 .plan_02 .section_01 ._info_02 ._bg_arrow {padding-top:20vw;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info_02 ._bg_arrow:before {height:20vw; background-image:url('/ko/res/images/devplan/bg_arrow_m.png'); background-size:auto 9vw;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info_02 ul {grid-template-columns:repeat(2, 1fr); gap:2.77777vw;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info_02 ul li {height:27vw; font-size:3.6vw; padding:0 7vw;}
    .tab_wrap._history_2008 .plan_02 .section_01 ._info_02 ul li br {display:none;}

    .tab_wrap._history_2008 .plan_02 .section_02 ._top {height:38vw; background-image:url('/ko/res/images/devplan/bg_kpi_m.png');}
    .tab_wrap._history_2008 .plan_02 .section_02 ._top strong {font-size:6.66666vw; text-align:center;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl {width:100%;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl dt {height:16.66666vw; flex-direction:row; justify-content: flex-start; align-items:center; padding:0 5.55556vw; font-size:4.44444vw; border-radius:2.77777vw 2.77777vw 0 0;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl dt em {font-size:inherit;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl dt:before {right:5.55556vw;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl:first-of-type dt:before,
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl:nth-of-type(2) dt:before {width:7.08333vw; height:6.66667vw; background-image:url('/ko/res/images/devplan/retina/icon_edu.png');}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl:nth-of-type(3) dt:before {width:6.11111vw; height:6.94444vw; background-image:url('/ko/res/images/devplan/retina/icon_rs.png');}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl:nth-of-type(4) dt:before {width:7.08333vw; height:7.22222vw; background-image:url('/ko/res/images/devplan/retina/icon_service.png');}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl dd {padding:0;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl dd > div {padding-bottom:5.55555vw; margin:0;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl dd > div ~ div {margin:0;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl dd > div strong {font-size:4vw; justify-content: flex-start; text-align:left; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info dl dd > div strong br {display:none;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info_02 {padding:6.94444vw; margin-top:5.55555vw;}
    .tab_wrap._history_2008 .plan_02 .section_02 ._info_02 dl dt {font-size:4vw;}

    .tab_wrap._history_2008 .plan_02 .section_03 ._top {height:38vw;}
    .tab_wrap._history_2008 .plan_02 .section_03 ._top strong {font-size:6.66666vw; text-align:center;}
    .tab_wrap._history_2008 .plan_02 .section_03 ._info {margin-top:8vw;}
    .tab_wrap._history_2008 .plan_02 .section_03 ._info dl dt {position:relative; width:100%; height:16.66666vw !important; flex-direction:row; justify-content: flex-start; align-items:center; padding:0 5.55556vw; font-size:4.44444vw; border-radius:2.77777vw 2.77777vw 0 0;}
    .tab_wrap._history_2008 .plan_02 .section_03 ._info dl dt:before {position:absolute; top:50%; transform:translateY(-50%); right:5.55556vw;}
    .tab_wrap._history_2008 .plan_02 .section_03 ._info dl:first-of-type dt:before {width:7.08333vw; height:6.66667vw; background-image:url('/ko/res/images/devplan/retina/icon_edu.png');}
    .tab_wrap._history_2008 .plan_02 .section_03 ._info dl:nth-of-type(2) dt:before {width:6.11111vw; height:6.94444vw; background-image:url('/ko/res/images/devplan/retina/icon_rs.png');}
    .tab_wrap._history_2008 .plan_02 .section_03 ._info dl:nth-of-type(3) dt:before {width:7.08333vw; height:7.22222vw; background-image:url('/ko/res/images/devplan/retina/icon_service.png');}
    .tab_wrap._history_2008 .plan_02 .section_03 ._info_02 .board_wrap .board_inner table col:first-of-type {width:20% !important;}
    .tab_wrap._history_2008 .plan_02 .section_03 ._info_02 ._bg_sqr {padding-top:30vw;}
    .tab_wrap._history_2008 .plan_02 .section_03 ._info_02 ._bg_sqr:before {height:30vw; background-image:url('/ko/res/images/devplan/bg_sqr_m.png'); background-size:auto 16.66666vw;}
    
    .tab_wrap._history_2008 .plan_02 .section_04 ._info dl {padding:5.55555vw 0;}
    .tab_wrap._history_2008 .plan_02 .section_04 ._info dl dt {width:100%; font-size:5.55555vw; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
    .tab_wrap._history_2008 .plan_02 .section_04 ._info dl dt br {display:none;}
    .tab_wrap._history_2008 .plan_02 .section_04 ._info dl dd {gap:0;}
    
    /* tab 03 */
    .tab_wrap._history_2008 .plan_03 .section_01 ._info dl {width:100%;}
    .tab_wrap._history_2008 .plan_03 .section_01 ._info dl dt {height: auto; padding:5.55556vw; font-size:5.55556vw; border-radius:2.77777vw 2.77777vw 0 0; font-weight:600;}
    .tab_wrap._history_2008 .plan_03 .section_01 ._info dl:last-of-type dt {border-radius:2.77777vw; font-size:4.44444vw;}
    .tab_wrap._history_2008 .plan_03 .section_01 ._info dl:last-of-type dt:before {align-self:flex-start;}
    .tab_wrap._history_2008 .plan_03 .section_01 ._info dl dd {border-bottom:0;}
    .tab_wrap._history_2008 .plan_03 .section_01 ._info dl dd ._map {margin:0; padding:2.77778vw 0;}
    .tab_wrap._history_2008 .plan_03 .section_01 ._info dl dd ._map img {margin:0 auto;}
    .tab_wrap._history_2008 .plan_03 .section_01 ._info dl dd > div ~ div {margin-top:2.77778vw;}
    
    .tab_wrap._history_2008 .plan_03 .section_02 ._info dl {width:100%; gap:0;}
    .tab_wrap._history_2008 .plan_03 .section_02 ._info dl dt {height:27.77778vw; font-size:5vw; justify-content: center; padding:0; font-weight:600; border-radius:2.77777vw 2.77777vw 0 0;}
    .tab_wrap._history_2008 .plan_03 .section_02 ._info dl dt:before {font-size:3.33333vw;}
    .tab_wrap._history_2008 .plan_03 .section_02 ._info dl dd {padding:5.55556vw 0; border:none;}

    .tab_wrap._history_2008 .plan_03 .section_02 ._info dl:last-of-type dd {border-bottom:1px solid #222;}

    .tab_wrap._history_2008 .plan_03 [class*=_organ] {font-weight:600; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
    .tab_wrap._history_2008 .plan_03 .section_03 ._info .board_wrap .board_inner table col:not(:first-of-type),
    .tab_wrap._history_2008 .plan_03 .section_04 ._info .board_wrap .board_inner table col:not(:first-of-type) {width:38% !important;}
    .tab_wrap._history_2008 .plan_03 .section_03 ._info .board_wrap .board_inner table tr td:not(:first-of-type),
    .tab_wrap._history_2008 .plan_03 .section_04 ._info .board_wrap .board_inner table tr td:not(:first-of-type) {vertical-align: top;}
    
    .tab_wrap._history_2008 .plan_03 .section_05 ._desc {height:27.77777vw; border-radius:2.77777vw; font-size:3.6vw; padding:0 6.94444vw; text-align:center;}

    /* tab 04 */
    .tab_wrap._history_2008 .plan_04 .section_01 ._info {padding-bottom:5.55555vw; border-bottom:1px solid #D9D9D9; margin-top:0;}
    .tab_wrap._history_2008 .plan_04 .section_01 ._info dl {gap:4.16667vw;}
    .tab_wrap._history_2008 .plan_04 .section_01 ._info dl dt {width:100%; height:13.88888vw; min-height:auto; font-size:4.44444vw; border-radius:2.77777vw 2.77777vw 0 0;}
    
    .tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner ._desc {height:30.55556vw; font-size:3.61111vw; border-radius:15.27778vw; padding:0 10vw; margin:8.33333vw 0; line-height:1.4; text-align:center; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner dl {gap:2.77778vw;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner dl dt,
    .tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner dl dd {font-size:3.33333vw;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner dl dd span {line-height:1.5;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._graph_inner span sup {font-size:1.66667vw; top:0;}

    .tab_wrap._history_2008 .plan_04 .section_03 ._info {padding-bottom:5.55555vw; border-bottom:1px solid #D9D9D9;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info dl {gap:4.16667vw;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info dl dt {width:100%; height:13.88888vw; min-height:auto; font-size:4.44444vw; border-radius:2.77777vw 2.77777vw 0 0;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info dl dt br {display:none;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info dl dd {gap:4.16667vw;}

    .tab_wrap._history_2008 .plan_04 .section_03 ._cont_top {height:13.88889vw; font-size:5.55556vw;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 {gap:5.55555vw; padding:0; margin-top:5.55556vw;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl {gap:4.16667vw;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dt {height:19.44444vw;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl ~ dl dt > div {left:0;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dt > div strong {font-size:5.55556vw;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dt > div:before {left:0; width:100%; height:13.88889vw; border-radius: 0 0 2.77778vw 2.77778vw; background: linear-gradient(to bottom, rgba(153, 203, 232, 0.1) 0%, rgba(153, 203, 232, 1) 90%);}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dt > div:after {bottom:1px; left:50%; transform:translateX(-50%); right:auto; top:auto; border-width: 5.55556vw 45vw 0 45vw; border-color:rgba(153, 203, 232, 1) transparent transparent transparent;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dd {gap:5.55555vw; padding:0;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dd > div {min-height:auto;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 dl dd > div .dot {padding-top:0;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_02 + ._desc {height:30.55556vw; font-size:5vw; border-radius:15.27778vw; padding:0 10vw; margin:8.33333vw 0; line-height:1.4; text-align:center; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
    
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 {padding-bottom:5.55555vw; border-bottom:1px solid #D9D9D9;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl {gap:4.16667vw;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dt {width:100%; height:13.88888vw; min-height:auto; font-size:4.44444vw; border-radius:2.77777vw 2.77777vw 0 0;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dt br {display:none;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd > div {align-items:flex-start;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._tit {font-size:5.55556vw; font-weight:600; line-height:1.4;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per {padding-left:7.63888vw;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per:before {width:6.66666vw; height:6.94444vw; background-size:100% auto;}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per._quarter:before {background-image:url('/ko/res/images/devplan/retina/icon_quarter.png');}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per._3quarter:before {background-image:url('/ko/res/images/devplan/retina/icon_3quarter.png');}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per._half:before {background-image:url('/ko/res/images/devplan/retina/icon_half.png');}
    .tab_wrap._history_2008 .plan_04 .section_03 ._info_03 dl dd ._per._full:before {background-image:url('/ko/res/images/devplan/retina/icon_full.png');}

    .tab_wrap._history_2008 .plan_04 .section_04 ._info dl {gap:4.16667vw;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info dl dt {width:100%; height:13.88888vw; min-height:auto; font-size:4.44444vw; border-radius:2.77777vw;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info ._desc {height:22vw; font-size:3.6vw; border-radius:15.27778vw; padding:0 20vw; margin-top:3vw; line-height:1.4; text-align:center; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}

    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 {padding:0; gap:5.55555vw;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl {gap:4.16667vw;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dt {height:19.44444vw;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl ~ dl dt > div {left:0;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dt > div strong {font-size:5.55556vw;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dt > div:before {left:0; width:100%; height:13.88889vw; border-radius: 0 0 2.77778vw 2.77778vw; background: linear-gradient(to bottom, rgba(153, 203, 232, 0.1) 0%, rgba(153, 203, 232, 1) 90%);}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dt > div:after {bottom:1px; left:50%; transform:translateX(-50%); right:auto; top:auto; border-width: 5.55556vw 45vw 0 45vw; border-color:rgba(153, 203, 232, 1) transparent transparent transparent;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dd {gap:5.55555vw; padding:0;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dd > div {min-height:auto;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dd > div .dot {padding-top:0;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_02 dl dd .dot strong {display:flex; align-items:center; justify-content:center; width:100%; height:13.88888vw; background-color:#fff; color:#007DC6; border:1px solid currentColor; min-height:auto; font-size:5.55556vw; border-radius:2.77777vw; margin-bottom:2.77777vw;}

    .tab_wrap._history_2008 .plan_04 .section_04 ._info_03 {row-gap:8.33333vw;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl {width:100%; gap:4.16667vw;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl dt {padding:0 8.33333vw; height:16.66666vw; font-size:5.55555vw;}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl dt:after {width:8.33333vw; height:8.33333vw; background-image:url('/ko/res/images/devplan/retina/icon_smile.png');}
    .tab_wrap._history_2008 .plan_04 .section_04 ._info_03 dl ~ dl dt:after{width:8.33333vw; height:8.33333vw; background-image:url('/ko/res/images/devplan/retina/icon_sorrow.png');}


    /*------------------
    history 2019
    ------------------*/

    /* tab 01 */
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner {padding:10vw 5.83333vw; min-height:auto; background-image:url('/ko/res/images/devplan/bg_vision_m.png');}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl {gap:2.77777vw; align-items:flex-start; width:100%;}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl ~ * {margin-top:16.66666vw;}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl dt strong {font-size:6.66667vw;}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl dt em {font-size:6.11111vw;}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner dl dd {width:100%; color:#fff; font-size:3.61111vw;}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner {justify-content:space-between; gap:5.55555vw 0;}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner > div {width:calc((50% - 2.77777vw)); justify-content: flex-start; height:auto; min-height:62.5vw; padding:8vw 4vw 0; border-radius:2.77777vw;}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner > div ._tit {font-size:6.66667vw;}
    .tab_wrap._history_2019 .plan_01 .section_01 ._view ._inner > ._box_inner > div ._desc {font-size:3.61111vw;}


    /* tab 02 */
    .tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner {padding:13.88889vw 5.55556vw; background-image:url('/ko/res/images/devplan/bg_vision_m.png');}
    .tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner ._top {padding:0 11.80556vw; height:75vw; text-align:center; gap:2.77778vw; border-radius:11.11111vw;}
    .tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner ._top * {word-break:keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space: normal;}
    .tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner ._top strong {font-size:6.66667vw;}
    .tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner ._top em {font-size:4.44444vw;}
    .tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner dl dt {font-size:5vw;}
    .tab_wrap._history_2019 .plan_02 .section_01 ._view ._inner + dl dt {font-size:5vw;}

    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._top {font-size:5.55556vw; height:22.22222vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info {padding:13.88888vw 4.16666vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info > dl {gap:2.77777vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info > dl ~ dl {margin-top:13.88888vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info > dl dt {gap:1.33333vw; font-size:3.33333vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info > dl dt:before {background-image:url('/ko/res/images/devplan/retina/icon_light.png'); width:4.44444vw; height:6.11111vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._desc {font-size:5.55556vw;}

    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner {position:relative; padding-bottom:38.05556vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span {width:40.83333vw; height:40.83333vw; font-size:3.61111vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span:nth-of-type(2) ~ span {position:absolute; top:38.05556vw; margin-left:0;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span:nth-of-type(3) {right:50%; transform:translateX(1.38889vw);}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._info dl dd ._box_inner span:nth-of-type(4) {left:50%;  transform:translateX(-1.38889vw);}
    
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner dl dt {font-size:4.44444vw; height:11.11111vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner {gap:2.77778vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span {width:100%; height:22.22222vw; font-size:3.61111vw; gap:1.38889vw;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span ~ span {margin-left:0;}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span:first-of-type:before {background-image:url('/ko/res/images/devplan/retina/icon_infra_01.png');}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span:nth-of-type(2):before {background-image:url('/ko/res/images/devplan/retina/icon_infra_02.png');}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span:nth-of-type(3):before {background-image:url('/ko/res/images/devplan/retina/icon_infra_03.png');}
    .tab_wrap._history_2019 .plan_02 .section_02 ._view ._cont_inner ._box_inner span br {display:none;}

    .tab_wrap._history_2019 .plan_02 .section_03 h5 {font-size:6.66666vw !important;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view > ._top {height:50vw; background-image:url('/ko/res/images/devplan/bg_kpi_m.png');}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view > ._top span {width:calc(100% / 3); font-size:3.88888vw; gap:2.77777vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view > ._top span strong {font-size:12.5vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap {border-bottom:0.27777vw solid #222;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_list {border-top:0.27777vw solid #222; border-bottom:none;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_nav {gap:0;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_list.active ._stg_nav {position:unset;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_nav > div:first-of-type {width:100%; min-height:27vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_mission {border-bottom:0.27777vw solid #B0B0B0;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_mission a {flex:0 0 auto; width:16.66666vw; height:16.66666vw; gap:1.38888vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_mission a:after {border-width:3.88888vw 1.94444vw 0;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_list.active ._stg_mission a:after {border-width:0 1.94444vw 3.88888vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_mission a em {font-size:2.77777vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_mission strong {font-size:4.44444vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_goals {gap:5vw; padding:5.55555vw 0;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_goals span {height:auto; font-size:3.6vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_goals span:not(:first-of-type) {border:none;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_goals span:before {width:5.55555vw; height:5.55555vw; font-size:3vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content {padding:8.33333vw 5.55555vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._top {font-size:5.55555vw; gap:2.77777vw; padding:4.16666vw 5.55555vw; text-align:center;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._top b {font-size:4.44444vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail {margin-top:5.55555vw; gap:5.55555vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._title {font-size:4.44444vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl {gap:0; border-radius:10px; overflow:hidden;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dt {font-size:4.44444vw; min-height:27.77777vw; border-radius:0;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dt:before {width:24.58333vw; height:21.80555vw; background-image:url('/ko/res/images/devplan/bg_target_m.png');}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dd {padding:5.55555vw 4.16666vw 0; border-bottom:0;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dd > div {padding:5.55555vw 0;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dd > div strong {font-size:4.16666vw;}
    .tab_wrap._history_2019 .plan_02 .section_03 ._view ._stg_wrap ._stg_content ._detail ._cts_wrap dl dt em {font-size:2.77777vw;}


     /* tab 03 */
    .tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner {gap:2.77777vw;}
    .tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span {width:calc(50% - 1.38888vw); min-height:40vw; font-size:3.6vw; gap:2.77777vw; padding:5.55555vw;}
    .tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:before {width:5.55555vw; height:5.55555vw;}
    .tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:first-of-type:before {background-image:url('/ko/res/images/devplan/retina/icon_policy_01.png');}
    .tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:nth-of-type(2):before {background-image:url('/ko/res/images/devplan/retina/icon_policy_02.png');}
    .tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:nth-of-type(3):before {background-image:url('/ko/res/images/devplan/retina/icon_policy_03.png');}
    .tab_wrap._history_2019 .plan_03 .section_01 ._view ._box_inner span:nth-of-type(4):before {background-image:url('/ko/res/images/devplan/retina/icon_policy_04.png');}
    .tab_wrap._history_2019 .plan_03 .section_01 ._view .contact_wrap + div {margin-top:5.55555vw;}

    /* tab 04 */
    .tab_wrap._history_2019 .plan_04 .section_01 ._view ._box_inner span {min-height:38.88888vw; font-size:5vw; padding:4.16666vw 6.94444vw; gap:2.77777vw;}
    .tab_wrap._history_2019 .plan_04 .section_01 ._view ._box_inner span em {font-size:3.6vw;}



    /*------------------
    history 2024
    ------------------*/

    /* tab 02 */
    .tab_wrap._history_2024 .plan_02 ._top {padding:0; height:38.88889vw; border-radius:19.44444vw; font-size:6.66667vw}
    .tab_wrap._history_2024 .plan_02 ._top b {font-size:4.44444vw;}



    /*------------------
    history 2026
    ------------------*/

    /* tab 01 */
    .tab_wrap._history_2026 .plan_01 .section_02 ._info {margin-top:2.77777vw;}
    .tab_wrap._history_2026 .plan_01 .section_02 ._info dl {width:100%;}
    .tab_wrap._history_2026 .plan_01 .section_02 ._info dl dt {height:27.77778vw; font-size:5vw; justify-content: center; padding:0 5.55555vw; font-weight:600; border-radius:2.77777vw 2.77777vw 0 0; word-break:keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space: normal;}
    .tab_wrap._history_2026 .plan_01 .section_02 ._info dl dt:before {font-size:3.33333vw;}
    .tab_wrap._history_2026 .plan_01 .section_02 ._info dl dd {padding:5.55556vw 0; border:none;}
    .tab_wrap._history_2026 .plan_01 .section_02 ._info dl:nth-of-type(3) dd {border-bottom:none !important}

    /* tab 02 */
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info {padding:13.88888vw 4.16666vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info > dl {gap:2.77777vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info > dl ~ dl {margin-top:13.88888vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info > dl dt {gap:1.33333vw; font-size:3.33333vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info > dl dt:before {background-image:url('/ko/res/images/devplan/retina/icon_light.png'); width:4.44444vw; height:6.11111vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info > dl dd ._top {margin-top:8.33333vw; font-size:4.44444vw; height:27.77778vw; text-align:center;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner {padding-top:32vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span {width:43vw; height:43vw; font-size:2.77777vw; gap:2.77777vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span:nth-of-type(3) {margin-left:-5.55555vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner span em:first-of-type {font-size:3.6vw;}

    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner2 {gap:2.77777vw; margin-top:-2.77777vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner2 span {width:100%; padding:4vw; font-size:3.6vw; gap:0;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner2 span:before {font-size:3.33333vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner2 span strong {padding-top:2.77777vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._info ._box_inner2 span em {font-size:3.6vw;}

    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._box_inner3 {gap:2.77777vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._box_inner3 span {width:calc(50% - 1.38888vw); font-size:4.44444vw; gap:2.77777vw;}
    .tab_wrap._history_2026 .plan_02 .section_02 ._view ._box_inner3 span em {font-size:3.33333vw;}

    /* tab 03 */
    .tab_wrap._history_2026 .plan_03 .section_02 ._info {gap:0;}
    .tab_wrap._history_2026 .plan_03 .section_02 ._info dl {width:100%; gap:0;}
    .tab_wrap._history_2026 .plan_03 .section_02 ._info dl ~ dl {margin-top:19vw;}
    .tab_wrap._history_2026 .plan_03 .section_02 ._info dl dt {padding:15vw 5.6vw 8vw; min-height:auto; font-size:4.44444vw; word-break: keep-all; word-wrap:break-word; overflow-wrap:break-word; white-space:normal;}
    .tab_wrap._history_2026 .plan_03 .section_02 ._info dl dt:before {width:22vw; height:22vw; top:-11vw;}
    .tab_wrap._history_2026 .plan_03 .section_02 ._info dl:first-of-type dt:before {background-image:url('/ko/res/images/devplan/retina/icon_okr_01.png'); background-size:10.83333vw 12.22222vw;}
    .tab_wrap._history_2026 .plan_03 .section_02 ._info dl:nth-of-type(2) dt:before {background-image:url('/ko/res/images/devplan/retina/icon_okr_02.png'); background-size:14.16666vw 12.22222vw;}
    .tab_wrap._history_2026 .plan_03 .section_02 ._info dl:nth-of-type(3) dt:before {background-image:url('/ko/res/images/devplan/retina/icon_okr_03.png'); background-size:12.91666vw 12.22222vw;}
    .tab_wrap._history_2026 .plan_03 .section_02 ._info dl:nth-of-type(4) dt:before {background-image:url('/ko/res/images/devplan/retina/icon_okr_04.png'); background-size:12.63888vw 12.22222vw;}

    /* tab 04 */
    .tab_wrap._history_2026 .plan_05 .section_01 ._info {gap:0;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info dl {gap:0;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info dl ~ dl {margin-top:19vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info dl dt {padding:15vw 5.6vw 8vw; min-height:auto; font-size:5.55555vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info dl dt em {font-size:5.55555vw; margin-top:-3vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info dl dt:before {width:22vw; height:22vw; top:-11vw;}

    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 {gap:0;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl {width:100%; gap:0;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl ~ dl {margin-top:19vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dt {padding:15vw 5.6vw 8vw; min-height:auto; font-size:4.44444vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dt em {font-size:3.6vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dt:before {width:22vw; height:22vw; top:-11vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:first-of-type dt:before {background-image:url('/ko/res/images/devplan/retina/icon_okr_01.png'); background-size:10.83333vw 12.22222vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:nth-of-type(2) dt:before {background-image:url('/ko/res/images/devplan/retina/icon_okr_02.png'); background-size:14.16666vw 12.22222vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:nth-of-type(3) dt:before {background-image:url('/ko/res/images/devplan/retina/icon_okr_03.png'); background-size:12.91666vw 12.22222vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl:nth-of-type(4) dt:before {background-image:url('/ko/res/images/devplan/retina/icon_okr_04.png'); background-size:12.63888vw 12.22222vw;}
    .tab_wrap._history_2026 .plan_05 .section_01 ._info_02 dl dd > div {min-height:auto;}
}
