@charset "utf-8";

/*body{ -ms-overflow-style: none; }
::-webkit-scrollbar { display: none; }*/

::-webkit-scrollbar-thumb {
  border-radius: 57px;
  background-color: #c1c1c1;
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  height: 100px;
  margin-left: -6px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

#wrap { -webkit-overflow-scrolling: touch; position: relative; }

#site-header { width: 100%; height: auto; position: fixed; top: 0; left: 0; z-index: 100; background-color: #fff; font-family: var(--title-font-family); }
#site-header:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #dcdcdc; }
#site-header > .inner { width: 90%; height: 100%; max-width: 1720px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; }
#site-header > .inner > * { display: flex; align-items: center; flex: none; height: var(--header-height); }
#site-header > .inner > .left { text-align: left; }
#site-header > .inner > .center { width: 100%; flex: auto; height: auto; text-align: center; justify-content: center; }
#site-header > .inner > .right { text-align: right; justify-content: flex-end; }

#site-header .gnb-logo { display: flex; align-items: center; line-height: 1; }
#site-header .gnb-logo .logo { display: block; width: 126px; height: 34px; background-image: url(../images/site_logo.png); background-size: contain; background-repeat: no-repeat; background-position: center; transition: background 0.25s ease-in-out; }
#site-header .gnb-logo .title { font-size: 20px; color: var(--primary-color); font-weight: 500; margin-left: 20px; padding-left: 20px; border-left: 1px solid #dbdbdb; }

#site-header .gnb-menu-btn { display: none; }
#site-header .gnb-menu { width: 100%; max-width: 1100px; text-align: center; height: var(--header-height); padding: 0 40px; transition: height 0.25s ease-in-out; overflow: hidden; }
#site-header .gnb-menu:after { content: ''; position: absolute; top: var(--header-height); left: 50%; z-index: -1; width: 100%; height: 1px; margin-top: -1px; background-color: #dcdcdc; transform: translateX(-50%); transition: width .35s ease-in-out; }
#site-header .gnb-menu > ul { display: flex; justify-content: center; gap: 4%; transition: .35s ease-in-out; }
#site-header .gnb-menu > ul > li > a { font-size: 18px; font-weight: 500; color: var(--font-color); margin: 0 12px; white-space: nowrap; height: var(--header-height); display: inline-flex; align-items: center; justify-content: center; position: relative; transition: .35s ease-in-out; }
#site-header .gnb-menu > ul > li > a:after { content: ''; width: 0%; height: 2px; background-color: var(--primary-color); position: absolute; left: 50%; bottom: 0; z-index: 1; transition: all .35s ease-in-out; transform: translateX(-50%); }
#site-header .gnb-menu > ul > li.active > a,
#site-header .gnb-menu > ul > li:hover > a { color: var(--primary-color); }
#site-header .gnb-menu > ul > li.active > a:after,
#site-header .gnb-menu > ul > li:hover > a:after { width: 100%; }
#site-header .gnb-menu:hover { height: auto; overflow: visible; }
#site-header .gnb-menu:hover .allmenu-depth02 { visibility: visible; opacity: 1; transition: 0.35s ease-in-out; position: static; }
#site-header .gnb-menu:hover > ul { gap: 5%; }

#site-header .allmenu-depth02 { padding: 30px 0; margin: -10px 0; visibility: hidden; opacity: 0; position: absolute; }
#site-header .allmenu-depth02 > li { position: relative; padding: 5px 0; }
/*#site-header .allmenu-depth02 > li > a { font-size: 16px; line-height: 1.25; color: var(--font-sec-color); display: inline-block; position: relative; display: inline-flex; align-items: center; justify-content: center; width: 150px; } */
*#site-header .allmenu-depth02 > li > a { display: inline-flex; align-items: center; justify-content: center; position: relative; width: 150px; font-size: 16px; line-height: 1.25; color: var(--font-sec-color); text-align: center; word-break: keep-all; padding: 4px 6px; }
#site-header .allmenu-depth02 > li.has-sub > a:after { content: ''; width: 20px; height: 20px; margin-left: 5px; flex: none; background-image: url(../images/accordian-arrow-down.png); background-size: contain; background-repeat: no-repeat; background-position: center; }
#site-header .allmenu-depth02 > li.active > a,
#site-header .allmenu-depth02 > li:hover > a { color: var(--primary-color); font-weight: 500; }
#site-header .allmenu-depth02 > li.on > .allmenu-depth03 { visibility: visible; opacity: 1; transition: 0.15s ease-in-out; }
/*#site-header .allmenu-depth02 > li:hover > .allmenu-depth03 { visibility: visible; opacity: 1; transition: 0.15s ease-in-out; }*/

#site-header .allmenu-depth03 { visibility: hidden; opacity: 0; min-width: 120px; white-space: nowrap; position: absolute; top: 100%; left: 50%; z-index: 1; transform: translateX(-50%); background-color: #f9fafa; border: 1px solid #e3e5e8; border-radius: 6px; padding: 20px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .15); }
#site-header .allmenu-depth03 > li { position: relative; padding: 5px 0; line-height: 1.25; }
#site-header .allmenu-depth03 > li > a { font-size: 14px; color: var(--font-sec-color); display: inline-block; position: relative; }
#site-header .allmenu-depth03 > li.active > a,
#site-header .allmenu-depth03 > li > a:hover { color: var(--primary-color); font-weight: 500; }

#site-header .gnb-lang { position: relative; }
#site-header .gnb-lang > a { display: block; font-size: 0; width: 60px; height: 48px; background-image: url(../images/btn-language.png); background-size: contain; background-repeat: no-repeat; background-position: center; }
#site-header .gnb-lang > ul { display: none; line-height: 1.25; position: absolute; top: 100%; left: 50%; z-index: 1; transform: translateX(-50%); width: 100px; background-color: #fff; margin-top: 10px; border-radius: 12px; text-align: center; padding: 25px 20px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .15); }
#site-header .gnb-lang > ul > li + li { margin-top: 15px; }
#site-header .gnb-lang > ul > li > a { font-size: 16px; color: var(--font-color); }
#site-header .gnb-lang > ul > li > a:hover { color: var(--secondary-color); }
#site-header .gnb-lang.on > ul { display: block; }


#site-header .gnb-search { margin-right: 15px; }
#site-header .gnb-search > a { display: flex; width: 20px; height: 20px; }


#fake-header { height: var(--header-height); }


#site-search { position: fixed; top: 0; left: 0; z-index: 200; width: 100%; background-color: #fff; }
#site-search .input { width: 100%; height: var(--header-height); display: flex; flex-direction: column; align-items: center; justify-content: center; }
#site-search .input > div { max-width: 1000px; width: 100%; margin: 0 auto; position: relative; }
#site-search .input > div button { position: absolute; top: 0; right: 0; width: 48px; height: 48px; border: 0; background-color: transparent; }
#site-search .input > div button svg { width: 50%; }

#site-search .fav { width: 100%; padding: 50px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #f1f6f9;  }
#site-search .fav > div { max-width: 1000px; width: 100%; margin: 0 auto; display: flex; }
#site-search .fav > div > .tit { font-size: 21px; font-weight: 700; color: #97aab6; margin-right: 40px; line-height: 48px; }
#site-search .fav > div > ul { display: flex; flex-wrap: wrap; margin: -5px; }
#site-search .fav > div > ul > li { padding: 5px; }
#site-search .fav > div > ul > li > a { white-space: nowrap; }

#site-search .close { position: absolute; top: 28px; right: 30px; width: 40px; height: 40px; border: 0; background-color: transparent; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40' viewBox='0 -960 960 960' width='40'%3E%3Cpath style='fill:rgb(0,0,0);' d='m252.62-217.23-35.39-35.39L444.62-480 217.23-707.38l35.39-35.39L480-515.38l227.38-227.39 35.39 35.39L515.38-480l227.39 227.38-35.39 35.39L480-444.62 252.62-217.23Z'/%3E%3C/svg%3E"); }


#site-nav { visibility: hidden; opacity: 0; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 0%; background-color: transparent; transition: all .25s ease-in-out; overflow: hidden; font-family: var(--title-font-family); }
#site-nav > .inner { height: 100vh; position: relative; display: flex; }
#site-nav .head { position: absolute; top: 0; left: 0; width: 100%; z-index: 1; }
#site-nav .head > * { width: 94%; max-width: 100%; height: var(--header-height); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
#site-nav .head > * > * { display: flex; align-items: center; }
#site-nav .gnb-lang { position: relative; }
#site-nav .gnb-lang > a { display: block; font-size: 14px; color: #fff; }
#site-nav .gnb-close-btn { margin-left: 35px; margin-right: -8px; width: 35px; height: 35px; border: 0; border-radius: 50%; background-color: #fff; font-size: 0; background-size: 50%; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40' viewBox='0 -960 960 960' width='40'%3E%3Cpath d='m251.333-204.667-46.666-46.666L433.334-480 204.667-708.667l46.666-46.666L480-526.666l228.667-228.667 46.666 46.666L526.666-480l228.667 228.667-46.666 46.666L480-433.334 251.333-204.667Z'/%3E%3C/svg%3E"); }

#site-nav .kv { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; transform: translateY(-100%); transition: transform 0.5s ease; }
#site-nav .kv > div { background-color: #999; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; transform: translateY(100%); transition: transform 0.5s ease; }

#site-nav .menu { width: 100%; height: 100%; position: relative; display: flex; flex-direction: column; justify-content: center; padding-top: 120px; padding-bottom: 100px; background-color: transparent; transform: translateY(100%); transition: transform 0.5s ease; overflow-x: hidden; overflow-y: auto; }
#site-nav .menu > ul { width: var(--inner-width); max-width: 1320px; margin: 0 auto; display: flex; flex-direction: column; transform: translateY(-100%); transition: transform 0.5s ease; height: 100%; max-height: 860px; }
#site-nav .menu > ul > li { width: 100%; height: 100%; padding: 20px 0; display: flex; align-items: center; position: relative; }
#site-nav .menu > ul > li + li { border-top: 2px solid rgba(255, 255, 255, .2); }
#site-nav .menu > ul > li > a { font-size: 24px; color: #fff; width: 180px; flex: none; }
#site-nav .menu > ul > li > div { margin-left: 250px; width: 100%; }
#site-nav .menu > ul > li > div > ul { display: flex; flex-wrap: wrap; margin: -10px -20px; }
#site-nav .menu > ul > li > div > ul > li { width: calc(100% / 4); padding: 10px 20px; }
#site-nav .menu > ul > li > div > ul > li > a { font-size: 16px; color: rgba(255, 255, 255, 1); display: inline-flex; align-items: center; white-space: nowrap; position: relative; }
#site-nav .menu > ul > li > div > ul > li > a:after { content: ''; width: 0%; height: 1px; background-color: #fff; position: absolute; left: 50%; bottom: 0; transition: all .35s ease-in-out; transform: translateX(-50%); }
#site-nav .menu > ul > li > div > ul > li.active > a:after,
#site-nav .menu > ul > li > div > ul > li > a:hover:after { width: 100%; }


body.openMenu #site-nav .kv,
body.openMenu #site-nav .kv > div { transform: translateY(0); }
body.openMenu #site-nav .menu,
body.openMenu #site-nav .menu > ul { transform: translateY(0); }

body.openMenu { overflow: hidden; }
body.openMenu #site-nav { visibility: visible; opacity: 1; height: 100%; }
body.openMenu #site-nav .menu { transform: translateY(0); }


#site-footer { position: relative; z-index: 1; background-color: #333; }
#site-footer > .inner { position: relative; width: var(--inner-width); max-width: var(--inner-max-width); padding: 90px 0; padding-right: 300px; margin: 0 auto; }
#site-footer .footer-info { margin-top: 30px; overflow: hidden; }
#site-footer .footer-info > ul {display: inline-flex; flex-wrap: wrap; margin-top: -10px; margin-left: -26px; }
#site-footer .footer-info > ul > li { font-size: 16px; font-weight: 300; color: rgba(255, 255, 255, 0.5); padding-top: 10px; padding-left: 12px; display: inline-flex; align-items: center; }
#site-footer .footer-info > ul > li:before { content: ''; width: 1px; height: 11px; background-color: #9b9e9e; margin-right: 12px; margin-top: 3px; }
#site-footer .footer-info > ul > li.address { width: 100%; }
#site-footer .footer-copy { font-size: 16px; font-weight: 300; color: rgba(255, 255, 255, 0.5); margin-top: 12px; }
#site-footer .footer-btn { position: absolute; top: 90px; right: 0; display: inline-flex; }
#site-footer .footer-btn > * + * { margin-left: 15px; }
#site-footer .footer-btn > a,
#site-footer .footer-link > a { display: inline-flex; align-items: center; justify-content: space-between; height: 50px; border: 1px solid rgba(255, 255, 255, 0.25); background-color: #333; padding: 0 25px; font-size: 16px; color: rgba(255, 255, 255, 0.5); white-space: nowrap; }
#site-footer .footer-link > a:after { content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid rgba(255, 255, 255, 0.5); margin-left: 15px; flex: none; }
#site-footer .footer-link { position: relative; width: 200px; }
#site-footer .footer-link > a { width: 100%; }
#site-footer .footer-link > ul { display: none; position: absolute; top: 100%; right: 0; width: 100%; background-color: transparent; z-index: 110; margin-bottom: 5px; border: 1px solid rgba(255, 255, 255, 0.25); background-color: #333; padding: 25px; margin-top: -1px; overflow-y: auto; }
#site-footer .footer-link > ul > li + li { margin-top: 10px; }
#site-footer .footer-link > ul > li a { font-size: 16px; color: rgba(255, 255, 255, 0.5);; }
#site-footer .footer-link > ul > li a:hover { color: #fff; }
#site-footer .footer-link.on > a:after { transform: rotate(180deg); }
#site-footer .footer-link.on > ul { display: block; }
#site-footer .fixed-btn { position: fixed; bottom: 80px; right: 3%; }
#site-footer .fixed-btn > a { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; width: 56px; height: 56px; border-radius: 50%; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12); transition: .4s ease; font-size: 11px; font-weight: 500; }
#site-footer .fixed-btn > a:before { content: ''; width: 20px; height: 20px; margin-bottom: 3px; background-size: contain; background-repeat: no-repeat; background-position: center; }
#site-footer .fixed-btn.show .report-download { bottom: 68px; }
#site-footer .fixed-btn.show .scroll-top { transform: scale(1);  }
#site-footer .report-download { position: absolute; bottom: 0; z-index: 1; border: 1px solid var(--info-color); background-color: var(--info-color); color: #fff; }
#site-footer .report-download:before { background-image: url(../images/icon-download-wh.png); }
#site-footer .scroll-top { transform: scale(0); border: 1px solid #e3e5e8; background-color: #fff; }
#site-footer .scroll-top:before { background-image: url(../images/icon-arrow-top.png); }

#site-map-nav { visibility: hidden; opacity: 0; display: flex; flex-direction: column; position: fixed; top: 0; left: 0; z-index: 200; width: 100%; height: 100%; background-color: var(--font-sec-color); transition: all .25s ease-in-out; font-family: var(--title-font-family); }
#site-map-nav:before,
#site-map-nav:after { content: ''; width: 100%; position: absolute; background-repeat: no-repeat; background-size: cover; z-index: -1; }
#site-map-nav:before { left: 0; top: 0; background-position: left top; background-image: url(../images/all-menu-bg-tl.png); height: 50vh; }
#site-map-nav:after { right: 0; bottom: 0; background-position: right bottom; background-image: url(../images/all-menu-bg-br.png); height: 50vh; }
#site-map-nav .head { width: var(--inner-width); height: var(--header-height); flex: none; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
#site-map-nav .head .lang { position: relative; }
#site-map-nav .head .lang > a { display: block; font-size: 0; width: 60px; height: 48px; background-image: url(../images/btn-language-white.png); background-size: contain; background-repeat: no-repeat; background-position: center; }
#site-map-nav .head .lang > ul { display: none; line-height: 1.25; position: absolute; top: 100%; left: 50%; z-index: 1; transform: translateX(-50%); width: 100px; background-color: #fff; margin-top: 10px; border-radius: 12px; text-align: center; padding: 25px 20px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .15); }
#site-map-nav .head .lang > ul > li + li { margin-top: 15px; }
#site-map-nav .head .lang > ul > li > a { font-size: 16px; color: var(--font-color); }
#site-map-nav .head .lang > ul > li > a:hover { color: var(--secondary-color); }
#site-map-nav .head .lang.on > ul { display: block; }
#site-map-nav .close-btn { position: absolute; top: 25px; left: 50%; transform: translateX(-50%); width: 50px; height: 50px; border: 1px solid #fff; border-radius: 50%; font-size: 0; background-color: transparent; background-size: 65%; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40' viewBox='0 -960 960 960' width='40'%3E%3Cpath style='fill:rgb(255,255,255);' d='m252.62-217.23-35.39-35.39L444.62-480 217.23-707.38l35.39-35.39L480-515.38l227.38-227.39 35.39 35.39L515.38-480l227.39 227.38-35.39 35.39L480-444.62 252.62-217.23Z'/%3E%3C/svg%3E"); }
#site-map-nav .nav { height: 100%; padding: 50px 0; overflow-y: auto; }
#site-map-nav .nav::-webkit-scrollbar { display: none; }
#site-map-nav .nav > ul { width: var(--inner-width); margin: 0 auto; display: flex; justify-content: center; }
#site-map-nav .nav > ul > li + li { margin-left: 50px; }
#site-map-nav .nav > ul > li > a { display: flex; font-size: 24px; font-weight: 600; color: #fff; padding-bottom: 20px; position: relative; }
#site-map-nav .nav > ul > li > a:after { content: ''; width: 100%; height: 0; background-color: #fff; position: absolute; bottom: 0; left: 0; }
#site-map-nav .nav > ul > li:first-child > a:before { content: ''; width: 150vw;  height: 1px; background-color: rgba(255, 255, 255, .2); position: absolute; left: -50vw; bottom: 0; }
#site-map-nav .nav > ul > li > ul { padding-top: 30px; }
#site-map-nav .nav > ul > li > ul > li + li { margin-top: 20px; }
#site-map-nav .nav > ul > li > ul > li > a { font-size: 18px; color: #fff; position: relative; }
#site-map-nav .nav > ul > li > ul > li > a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; }
#site-map-nav .nav > ul > li > ul > li > ul { padding-top: 10px; }
#site-map-nav .nav > ul > li > ul > li > ul > li + li { margin-top: 2px; }
#site-map-nav .nav > ul > li > ul > li > ul > li > a { font-size: 16px; color: rgba(255, 255, 255, 0.5); }
#site-map-nav .nav > ul > li:hover > a:after { height: 2px; }
#site-map-nav .nav > ul > li > ul > li:hover > a:after { height: 1px; }
#site-map-nav .nav > ul > li > ul > li > ul > li > a:hover { color: #fff; }

body.openMenu #site-map-nav { visibility: visible; opacity: 1; }






/* Main Home */
.main-page-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: transparent; min-height: auto; font-family: 'Pretendard', Arial, sans-serif; }
.main-page-section > .inner { width: 90%; max-width: 1280px; margin: 0 auto; padding: 120px 0; position: relative; }
.main-page-section:last-child > .inner { padding-bottom: 200px; }
.main-page-section > .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; }
.main-page-section > .bg > div { width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }
.main-page-section > .bg > div video { width: 100%; height: 100%; object-fit: cover; }


#main_kv { height: 110vh; max-height: 1080px; min-height: 768px; }
#main_kv > .inner { height: 100%; display: flex; align-items: flex-end; padding-bottom: 230px; z-index: 1; }
#main_kv > .bg { background-color: var(--primary-color); }
#main_kv .cont { color: #fff; line-height: 1.15; }
#main_kv .cont .tit { font-size: 52px; font-weight: 600; font-family: 'Montserrat', Arial, sans-serif; }
#main_kv .cont .tit:after { content: ''; display: block; width: 90px; height: 2px; background-color: #fff; margin-top: 20px; }
#main_kv .cont .txt { font-size: 34px; color: #fff; font-weight: 500; margin-top: 30px; }
#main_kv .cont .txt small { font-weight: 400; }
#main_kv .cont .more { margin-top: 40px; display: inline-flex; align-items: center; font-size: 17px; color: #fff; font-weight: 500; }
#main_kv .cont .more:after { content: ''; width: 20px; height: 20px; margin-left: 5px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' style='&%2310; fill: %23fff;&%2310;'%3E%3Cpath d='m517.847-480-184-184L376-706.153 602.153-480 376-253.847 333.847-296l184-184Z'/%3E%3C/svg%3E"); }
#main_kv .cont .more_02 { margin-top: 40px; display: inline-flex; align-items: center; font-size: 20px; color: #fff; font-weight: 500; }
#main_kv .cont .more_02:after { content: ''; width: 25px; height: 25px; margin-left: 5px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' style='&%2310; fill: %23fff;&%2310;'%3E%3Cpath d='m517.847-480-184-184L376-706.153 602.153-480 376-253.847 333.847-296l184-184Z'/%3E%3C/svg%3E"); }


/*
#main_contents > .bg > div { background-position: top center; }
#main_contents .content_01 { margin-top: 600px; }
#main_contents .content_01 > ul > li { display: flex; justify-content: space-between; align-items: center; }
#main_contents .content_01 > ul > li + li { margin-top: 400px; }
#main_contents .content_01 > ul > li > * { width: 50%; }
#main_contents .content_01 > ul > li .obj { overflow: hidden; border-radius: 10px; }
#main_contents .content_01 > ul > li .obj img { width: 100%; box-shadow: 19.062px 29.353px 81px 0px rgba(0, 0, 0, 0.2); transition: 1.5s ease; transform: scale(1.2); }
#main_contents .content_01 > ul > li .obj a { background-color: #000; display: block; }
#main_contents .content_01 > ul > li .obj a:hover img { opacity: 0.75; transition: 0.75s ease; }
#main_contents .content_01 > ul > li .cont { padding: 10px 0; margin-left: 80px; color: #fff; line-height: 1.15; align-self: center; }
#main_contents .content_01 > ul > li .cont .tit1 { font-size: 65px; font-weight: 700; }
#main_contents .content_01 > ul > li .cont .tit2 { font-size: 34px; margin-top: 24px; font-weight: 500; }
#main_contents .content_01 > ul > li .cont .txt { font-size: 21px; margin-top: 24px; font-weight: 300; line-height: 1.5; }
#main_contents .content_01 > ul > li .cont .more { margin-top: 40px; display: inline-flex; align-items: center; font-size: 17px; color: #fff; font-weight: 500; }
#main_contents .content_01 > ul > li .cont .more:after { content: ''; width: 20px; height: 20px; margin-left: 5px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' style='&%2310; fill: %23fff;&%2310;'%3E%3Cpath d='m517.847-480-184-184L376-706.153 602.153-480 376-253.847 333.847-296l184-184Z'/%3E%3C/svg%3E"); }
#main_contents .content_01 > ul > li:nth-child(even) { flex-direction: row-reverse; }
#main_contents .content_01 > ul > li:nth-child(even) .obj { margin-left: 80px; }
#main_contents .content_01 > ul > li:nth-child(even) .cont { text-align: right; }
#main_contents .content_01 > ul > li.animated .obj img { transform: scale(1); }

#main_contents .content_02 { padding-top: 400px; }
#main_contents .content_02 .title_header { text-align: center; position: relative; color: #000; }
#main_contents .content_02 .title_header .tit { font-size: 65px; font-weight: 700; }
#main_contents .content_02 .title_header .txt { font-size: 21px; font-weight: 300; margin-top: 20px; }
#main_contents .content_02 .title_header .more { position: absolute; bottom: 0; right: 0; display: inline-flex; align-items: center; font-size: 17px; color: #000; font-weight: 500; }
#main_contents .content_02 .title_header .more:after { content: ''; width: 20px; height: 20px; margin-left: 5px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' style='&%2310; fill: %23000;&%2310;'%3E%3Cpath d='m517.847-480-184-184L376-706.153 602.153-480 376-253.847 333.847-296l184-184Z'/%3E%3C/svg%3E"); }
*/

#main_esgDate_swiper { position: relative; margin-top: 80px; margin-bottom: 120px; /*zoom: 0.75;*/ }
#main_esgDate_swiper .swiper-slide { width: 240px; position: relative;}
#main_esgDate_swiper .box { width: 100%; height: 340px; background-color: #fff; color: #000; border-radius: 10px; overflow: hidden; padding: 40px 20px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; }
#main_esgDate_swiper .box:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 145px; background-color: var(--primary-color); }
#main_esgDate_swiper .box .ico { width: 56px; height: 56px; margin-bottom: 20px; position: relative; z-index: 1; }
#main_esgDate_swiper .box .ico svg { height: 100%; }
#main_esgDate_swiper .box .tit { font-size: 16px; font-weight: 700; line-height: 1.25; margin-bottom: 30px; padding-bottom: 20px; position: relative; height: 64px; position: relative; z-index: 1; }
/*#main_esgDate_swiper .box .tit:after { content: ''; width: 50px; height: 2px; background-color: #000; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }*/
#main_esgDate_swiper .box .num { font-size: 28px; font-weight: 700; line-height: 1.25; position: relative; z-index: 1; color: #fff; }
#main_esgDate_swiper .box .num small { font-size: 16px; font-weight: 400; display: block; }

#main_esgDate_swiper .text { padding: 15px; font-size: 13px; line-height: 1.5; color: #000; position: absolute; top: 100%; display: none; }
#main_esgDate_swiper .text p { margin-top: 5px; display: flex; }
#main_esgDate_swiper .text p span { white-space: nowrap; margin-right: 10px; }
#main_esgDate_swiper .text p i { font-size: 10px; padding: 0 10px; height: 18px; border: 1px solid #000; border-radius: 9px; }

#main_esgDate_swiper .swiper-prev,
#main_esgDate_swiper .swiper-next { font-size: 0; border-radius: 50%; width: 46px; height: 46px; border: 1px solid #dcdcdc; background-color: #fff; box-shadow: 2.723px 4.193px 10px 0px rgba(0, 0, 0, 0.11); position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; background-repeat: no-repeat; background-position: center; }
#main_esgDate_swiper .swiper-prev { left: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' transform='rotate(180)'%3E%3Cpath d='m517.847-480-184-184L376-706.153 602.153-480 376-253.847 333.847-296l184-184Z'/%3E%3C/svg%3E"); }
#main_esgDate_swiper .swiper-next { right: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='m517.847-480-184-184L376-706.153 602.153-480 376-253.847 333.847-296l184-184Z'/%3E%3C/svg%3E"); }
#main_esgDate_swiper .swiper-button-disabled { display: none; }



#main_contents { margin-top: -370px; }
#main_contents > .inner { padding-top: 600px; }
#main_contents > .bg > div { background-position: top center; background-size: 100%; }
#main_contents > .bg .caption { position: absolute; top: 148px; right: 7%; font-size: 14px; color: #fff; width: auto; height: auto; }
#main_contents .title_header { position: relative; color: #000; margin-bottom: 60px; }
#main_contents .title_header .tit { font-size: 40px; font-weight: 600; font-family: 'Montserrat', Arial, sans-serif; }
#main_contents .note { margin-top: 50px; text-align: right; font-weight: 500; color: #000; }

#main_esgBrief_swiper .box { width: 100%; height: 500px; background-color: #000; border-radius: 10px; border-bottom-right-radius: 120px; overflow: hidden; position: relative; display: block; box-shadow: 10.893px 16.773px 50px 0px rgba(0, 0, 0, 0.15); }
#main_esgBrief_swiper .box > .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; opacity: 1; transition: .35s; }
#main_esgBrief_swiper .box > .cont { display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; padding: 20px; padding-right: 0; color: #fff; position: relative; transform: translateY(100%); margin-top: -120px; transition: .35s; }
#main_esgBrief_swiper .box > .cont .title { font-size: 27px; font-weight: 700; padding-bottom: 15px; border-bottom: 1px solid transparent; }
#main_esgBrief_swiper .box > .cont .longTitle { font-size: 23px; font-weight: 700; padding-bottom: 15px; border-bottom: 1px solid transparent; }
#main_esgBrief_swiper .box > .cont .body { height: 100%; padding: 37px 0; line-height: 1.35; }
#main_esgBrief_swiper .box > .cont .body dl + dl { margin-top: 25px; }
#main_esgBrief_swiper .box > .cont .body dl > dt { font-size: 21px; font-weight: 700; margin-bottom: 5px; }
#main_esgBrief_swiper .box > .cont .body dl > dd { font-size: 21px; }
#main_esgBrief_swiper .box > .cont .body dl > dd span { color: #00ff8a; }
#main_esgBrief_swiper .box > .cont .link img { display: block; }

#main_esgBrief_swiper .box:hover > .bg { opacity: 0.65; }
#main_esgBrief_swiper .box:hover > .cont { transform: translateY(0); margin-top: 0; }
#main_esgBrief_swiper .box:hover > .cont .title { border-color: rgba(255, 255, 255, .5); }


#main_contents2 > .inner { padding-top: 0; padding-bottom: 400px; }
#main_contents2 .title_header { position: relative; }
#main_contents2 .title_header .tit { font-size: 40px; font-weight: 600; font-family: 'Montserrat', Arial, sans-serif; }
#main_contents2 .title_header .txt { font-size: 18px; font-weight: 500; margin-top: 10px; }
#main_contents2 .title_header .more { position: absolute; bottom: 0; right: 0; font-size: 16px; font-weight: 500; display: inline-flex; align-items: center; }
#main_contents2 .list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin: 0 auto; margin-top: 80px; position: relative; }
#main_contents2 .list:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#main_contents2 .list > li > a { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 240px; height: 180px; background-color: #aaa; border-radius: 10px; border-bottom-right-radius: 60px; text-align: center; }
#main_contents2 .list > li > a > svg { width: 45px; height: 45px; }
#main_contents2 .list > li > a > p { font-size: 17px; font-weight: 700; color: #fff; line-height: 1.2; height: 40px; margin-top: 10px; }




/* Post */
.post_list_top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; }
.post_list_top .tit { font-size: 21px; line-height: 48px; }
.post_list_top .total { font-size: 21px; line-height: 48px; }
.post_list_top .total span { color: var(--secondary-color); display: inline-block; margin-left: 15px; padding-left: 15px; position: relative; }
.post_list_top .total span:before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 18px; background-color: var(--border-color); }
.post_list_top .search { width: 300px; }
.post_list_top .search .ipt { border-radius: 48px; padding: 10px 25px; padding-right: 55px; font-size: 15px; }
.post_list_top .search .ipt_group { position: relative; }
.post_list_top .search .btn { position: absolute; top: 0; right: 0; font-size: 0; width: 56px; height: 48px; padding: 0; border: 0; background-color: transparent; background-size: 35%; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 -960 960 960' width='20'%3E%3Cpath d='M764.522-134.913 523.848-375.587q-29.761 21.044-65.434 33.065-35.672 12.022-76.292 12.022-102.187 0-173.861-71.674Q136.587-473.848 136.587-576q0-102.152 71.674-173.826Q279.935-821.5 382.087-821.5q102.152 0 173.826 71.674 71.674 71.674 71.674 173.861 0 40.859-12.022 76.292-12.021 35.434-33.065 64.956l240.913 241.152-58.891 58.652ZM382.087-413.5q67.848 0 115.174-47.326Q544.587-508.152 544.587-576q0-67.848-47.326-115.174Q449.935-738.5 382.087-738.5q-67.848 0-115.174 47.326Q219.587-643.848 219.587-576q0 67.848 47.326 115.174Q314.239-413.5 382.087-413.5Z'/%3E%3C/svg%3E"); }

.post_list > ul { display: flex; flex-wrap: wrap; margin: -15px -20px; }
.post_list > ul > li { width: calc(100% / 3); padding: 15px 20px; } 
.post_list > ul.row2 { margin: -25px -35px; }
.post_list > ul.row2 > li { width: calc(100% / 2); padding: 25px 35px;  }

.post_pagination { display: flex; align-items: center; justify-content:  center; text-align: center; margin-top: 70px; }
.post_pagination > li > a { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1em; font-weight: 200; color: #ccc; }
.post_pagination > li.num + li.num { margin-left: 5px; }
.post_pagination > li.num.current > a { color: #000; }
.post_pagination > li.prev { margin-right: 15px; }
.post_pagination > li.next { margin-left: 15px; }
.post_pagination > li.prev > a,
.post_pagination > li.next > a { font-size: 0; background-repeat: no-repeat; background-position: center; }
.post_pagination > li.prev > a { background-image: url(../images/ico_arr_prev.png); }
.post_pagination > li.next > a { background-image: url(../images/ico_arr_next.png);  }

.post_item { display: flex; flex-direction: column; width: 100%; height: 100%; }
.post_item > .img { flex: none; }
.post_item > .img > div { padding-top: 56.25%; transition: 1.5s ease; }
.post_item > .dec { height: 100%; padding: 20px 0; display: flex; flex-direction: column; position: relative; }
.post_item > .dec.center { align-items: center; text-align: center; }
.post_item > .dec.dl { padding-right: 200px; }
.post_item > .dec > * + * { margin-top: 10px; }
.post_item > .dec .cate { font-size: 18px; font-weight: 300; color: var(--secondary-color); }
.post_item > .dec .tit { font-size: 21px; max-width: 460px; height: 100%; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; }
.post_item > .dec .txt { font-size: 18px; font-weight: 300; }
.post_item > .dec .date { font-size: 14px; font-weight: 300; }
.post_item > .dec .dlBtn { position: absolute; top: 20px; right: 0; width: auto; }
.post_item > .dec .dlBtn:after { content: ''; width: 18px; height: 18px; margin-left: 25px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ffffff'%3E%3Cpath d='M480-320 280-520l56-58 104 104v-326h80v326l104-104 56 58-200 200ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z'/%3E%3C/svg%3E"); }
.post_item:hover > .img > div { transform: scale(1.05); }

.post_view > .head { margin-bottom: 70px; }
.post_view > .head > * + * { margin-top: 15px; }
.post_view > .head .cate { font-size: 27px; font-weight: 400; color: var(--secondary-color); }
.post_view > .head .title { font-size: 40px; font-weight: 500; line-height: 1.25; max-width: 1080px; }
.post_view > .head .date { font-size: var(--font-size); font-weight: 300; }

.post_view .body { padding: 30px; border: 1px solid var(--border-color); border-radius: 5px; overflow: hidden; }

.post_view .body .attachments { display: flex; justify-content: flex-start; margin-bottom: 40px; }
.post_view .body .attachments .tit { font-size: 1em; font-weight: 700; line-height: 45px; margin-right: 20px; }
.post_view .body .attachments .btn_group { margin-top: 0; flex-wrap: wrap; }
.post_view .body .attachments .btn_group > * { margin-right: 10px; }
.post_view .body .attachments .btn_group > * + * { margin-left: 0; }
.post_view .body .attachments .btn_group .btn { color: var(--secondary-color); font-weight: 300; width: auto; margin-top: 10px; }
.post_view .body .attachments .btn_group .btn:after { background-color: var(--secondary-color); }
.post_view .body .attachments .btn_group .btn span:after { content: ''; width: 20px; height: 20px; margin-left: 25px; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23000000'%3E%3Cpath d='M480-320 280-520l56-58 104 104v-326h80v326l104-104 56 58-200 200ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z'/%3E%3C/svg%3E"); }

/*.post_view .body .content { white-space: pre-line; }
.post_view .body .content * { font-size: 1em !important; line-height: 1.7 !important; font-weight: 200; }
.post_view .body .content b { font-weight: 700; }
.post_view .body .content p { margin-bottom: 40px; }
.post_view .body .content .subTitle { font-size: 24px !important; font-weight: 700; margin-bottom: 0; }
.post_view .body .content .img { text-align: center; margin-bottom: 0; }
.post_view .body .content .caption { text-align: center; margin-bottom: 60px; }*/

.post_view .bot { margin-top: 50px; }
.post_view .bot .prevNext > li + li { margin-top: 20px; }
.post_view .bot .prevNext > li { display: flex; align-items: center; font-size: var(--font-size); }
.post_view .bot .prevNext > li .tit { display: inline-flex; align-items: center; margin-right: 18px; padding-right: 18px; color: var(--secondary-color); position: relative; }
.post_view .bot .prevNext > li .tit:after { content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 15px; background-color: var(--border-color); transform: translateY(-50%); }
.post_view .bot .prevNext > li .txt { color: #999; }
.post_view .bot .prevNext > li .txt > a { color: var(--font-color); }
.post_view .bot .toList { margin-top: 90px; text-align: center; }
.post_view .bot .toList .btn { width: 200px; border-radius: 4px; color: var(--secondary-color); }

* + .tb_post_top { margin-top: 45px; }
.tb_post_top { display: flex; align-items: flex-end; justify-content: space-between; font-size: 1em; line-height: 1; }
.tb_post_top .tit { font-size: 18px; color: #1B7897; font-weight: 500; padding-left: 8px; border-left: 3px solid #1B7897; }
.tb_post_top > div { font-size: 0.85em; }
.sub-title-top + .tb_post_list,
.tb_post_top + .tb_post_list { margin-top: 25px; }
* + .tb_post_list { margin-top: 30px; }
.tb_post_list { overflow-y: auto; }
.tb_post_list + .tb_post_list { margin-top: 15px; }
.tb_post_list table { width: 100%; min-width: 750px; border-top: 2px solid var(--primary-color); background-color: #fff !important; }
.tb_post_list table th { height: 45px; font-size: 16px; font-weight: 500; text-align: center; border-bottom: 1px solid var(--border-color); color: #fff; background-color: #5785BB; vertical-align: middle; padding: 8px 10px; white-space: nowrap; }
/*.tb_post_list table thead th { color: #fff; background-color: #5785BB; }
.tb_post_list table tbody th { color: var(--primary-color); }*/
.tb_post_list table td { height: 40px; font-size: 16px; border-bottom: 1px solid var(--border-color) !important; vertical-align: middle; padding: 8px 10px !important; }
.tb_post_list table td.num { width: 100px; }
.tb_post_list table td.div { width: 100px; white-space: nowrap; text-align: center; }
.tb_post_list table td.div .label { width: 50px; height: 37px; flex: none; background-color: #666; font-size: 13px; font-weight: 600; color: #fff; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center;  }
.tb_post_list table td.div .label.n { background-color: #3795ed; }
.tb_post_list table td.div .label.c { background-color: #4f5356; }
.tb_post_list table td.div .label.i { background-color: #03c3da; }
.tb_post_list table td.title { font-weight: 600; color: var(--font-sec-color); }
.tb_post_list table td.title2 { font-weight: 500; color: var(--font-color) }
.tb_post_list table td.subject { text-align: left; font-weight: 500; }
.tb_post_list table td.subject > a { display: inline-block; color: var(--font-sec-color); margin-left: 20px; font-weight: 400; }
.tb_post_list table td.subject > a:hover { border-bottom: 1px solid var(--font-sec-color); }
.tb_post_list table td.subject > div { display: flex; align-items: center; }
.tb_post_list table td.subject > div .label { width: 55px; height: 30px; flex: none; background-color: #8adedd; font-size: 16px; color: #fff; border-radius: 4px; display: flex; align-items: center; justify-content: center;  margin-right: 20px; }
.tb_post_list table td.subject > div a { color: #222; margin-left: 75px; }
.tb_post_list table td.subject > div .label + a { margin-left: 0; }
.tb_post_list table td.date { width: 120px; font-weight: 300; }
.tb_post_list table td.file { width: 100px; white-space: nowrap; text-align: right; }
.tb_post_list table td.file .btn { background-color: #e9f2f5; border-color: #e9f2f5; font-weight: 700; height: 37px; font-size: 13px; justify-content: space-between; }
.tb_post_list table td.file .btn:after { content: ''; width: 10px; height: 11px; margin-left: 9px; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url(../img/ico/ico_download.png); }
.tb_post_list table td.file .btn:hover { background-color: var(--primary-color); border-color: var(--primary-color); color: #fff; }
.tb_post_list table td.file .btn:hover:after { background-image: url(../img/ico/ico_download_wh.png); }
.tb_post_list table td.file .btn[target]:after { width: 15px; height: 15px; background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 -960 960 960' width='20'%3E%3Cpath d='M216-144q-29.7 0-50.85-21.15Q144-186.3 144-216v-528q0-29.7 21.15-50.85Q186.3-816 216-816h264v72H216v528h528v-264h72v264q0 29.7-21.15 50.85Q773.7-144 744-144H216Zm171-192-51-51 357-357H576v-72h240v240h-72v-117L387-336Z'/%3E%3C/svg%3E"); }
.tb_post_list table td.file .btn[target]:hover:after { background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 -960 960 960' width='20'%3E%3Cpath style='fill:rgb(255,255,255);' d='M216-144q-29.7 0-50.85-21.15Q144-186.3 144-216v-528q0-29.7 21.15-50.85Q186.3-816 216-816h264v72H216v528h528v-264h72v264q0 29.7-21.15 50.85Q773.7-144 744-144H216Zm171-192-51-51 357-357H576v-72h240v240h-72v-117L387-336Z'/%3E%3C/svg%3E"); }
.tb_post_list table td .btn-download { border: 0; width: 100%; height: 100%; justify-content: center; }

.tb_post_list table tr.title-row > td { background-color: #f9f9f9; }
.tb_post_list table tbody > tr.title-row ~ tr > td:first-child:not(.title,.title2) { padding-left: 24px !important; }

.tb_post_list table th:not(:last-child),
.tb_post_list table td:not(:last-child) { border-right: 1px solid var(--border-color); }
/*.tb_post_list table td + td[rowspan]:last-child { border-right: 0;}*/
.tb_post_list table th + th[rowspan],
.tb_post_list table td + td[rowspan] { border-left: 1px solid var(--border-color); }
.tb_post_list table th[colspan] + th,
.tb_post_list table td[colspan] + td { border-left: 1px solid var(--border-color); }

.tb_post_bot { font-size: 14px; margin-top: 15px; }


#esg_data .page-title { margin-bottom: 70px; }
#esg_data .excel-down { position: absolute; top: 12px;  right: 0; }
#esg_data .tb_post_list table td { text-align: right; color: #757575; }
#esg_data .tb_post_list table td:nth-child(1) { text-align: left; }
#esg_data .tb_post_list table td:nth-child(2) { text-align: center; }
#esg_data .tb_post_list table tr.title-row td { background-color: #f9f9f9; }
#esg_data .tb_post_list table td.title { font-weight: 600; color: var(--font-sec-color); }
#esg_data .tb_post_list table td.title2 { font-weight: 500; color: var(--font-color) }
#esg_data .tb_post_list table tbody tr td:first-child:not(.title,.title2) { padding-left: 40px; }





/* Sub Page */
#sub-page-kv { display: inline-flex; width: 100%; position: relative; background-color: var(--primary-color); overflow: hidden; margin-top: var(--header-height); }
#sub-page-kv > .inner { position: relative; z-index: 1; width: var(--inner-width); max-width: var(--inner-max-width); margin: 0 auto; padding-top: 65px; padding-bottom: 100px; height: 300px; display: flex; flex-direction: column; justify-content: center; }
#sub-page-kv > .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#sub-page-kv > .bg > .img { width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;  }
#sub-page-kv .title { font-size: 52px; font-weight: 500; color: #fff; }

#sub-page-nav { width: 100%; height: 65px; margin-top: -65px; position: relative; z-index: 55; line-height: 1.25; background-color: rgba(0, 0, 0, 0.2); }
#sub-page-nav > .inner { width: var(--inner-width); max-width: var(--inner-max-width); margin: 0 auto; display: flex; height: 100%; }
#sub-page-nav .home { display: flex; align-items: center; height: 100%; flex: none; font-size: 0; width: 22px; margin-right: 30px; background-image: url(../images/home_image.png); background-size: contain; background-repeat: no-repeat; background-position: center; }
#sub-page-nav .nav { display: flex; align-items: center; }
#sub-page-nav .nav > li { position: relative; height: 100%; }
#sub-page-nav .nav > li:after { content: ''; width: 1px; height: 30px; background-color: rgba(255, 255, 255, 0.4); position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#sub-page-nav .nav > li > a { display: inline-flex; align-items: center; justify-content: center; position: relative; width: 255px; height: 100%; padding-left: 30px; padding-right: 30px; color: #fff; font-size: 16px; line-height: 1.25; text-align: center; word-break: keep-all;}
#sub-page-nav .nav > li > a:after { content: ''; width: 13px; height: 7px; flex: none; margin-left: 30px; background-image: url(../images/dropdown-arrow-down.png); background-size: contain; background-repeat: no-repeat; background-position: center; }
#sub-page-nav .nav > li > ul { display: none; position: absolute; top: 100%; z-index: 1; width: 100%; padding: 30px; background-color: #fff; box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12); }
#sub-page-nav .nav > li > ul > li { padding: 8px 0; }
#sub-page-nav .nav > li > ul > li > a { display: block; font-size: 16px; color: var(--font-color); line-height: 1.25; }
#sub-page-nav .nav > li > ul > li.active > a,
#sub-page-nav .nav > li > ul > li > a:hover { color: var(--primary-color); }
#sub-page-nav .nav > li > ul > li.active > a { font-weight: 500; }

#sub-page-nav .nav > li.on > ul { display: block; }


.page-content { padding-top: 120px; padding-bottom: 120px; }
.page-container { width: var(--inner-width); max-width: var(--inner-max-width); margin: 0 auto; }
.page-title { font-size: 45px; color: var(--font-color); font-weight: 700; font-family: "OneMobile"; margin-bottom: 30px; }

* + .page-sub-title { margin-top: 65px; }
.page-sub-title { display: flex; font-weight: 700; }
h3.page-sub-title { font-size: 38px; color: var(--primary-color); border-bottom: 8px solid transparent; border-image: linear-gradient(90deg,rgba(0, 79, 145, 1) 0%, rgba(255, 255, 255, 1) 100%); border-image-slice: 1; }
h3.page-sub-title + * { margin-top: 40px; }
h4.page-sub-title { font-size: 30px; color: var(--primary-color); }
h5.page-sub-title { font-size: 24px; }
h6.page-sub-title { font-size: 18px; color: #1B7897; font-weight: 500; padding-left: 8px; border-left: 3px solid #1B7897; margin-top: 45px; line-height: 1.25; }




.sub-title-top { display: flex; align-items: flex-end; justify-content: space-between; line-height: 1; margin-top: 45px; flex-wrap: wrap; }
.sub-title-top > * { margin-top: 0 !important; font-size: 0.85em; }



.text-content-primary { padding: 24px; font-size: 1em; color: var(--primary-color); background-color: var(--background-sec-color); border: 1px solid #D2E3EB; border-radius: 4px; margin-bottom: 65px; }
* + .text-content-detail { margin-top: 16px; }
.page-sub-title + * { margin-top: 16px; }
h4.page-sub-title + * { margin-top: 24px; }
.text-content-detail { font-size: 1em; }
.text-content-detail p + p { margin-top: 5px; }

* + .text-content-box { margin-top: 16px; }
.text-content-box { border-radius: 4px;  }
.text-content-box .head { display: flex; align-items: center; padding: 10px 14px; height: 60px; font-size: 16px; color: #fff; font-weight: 500; border-radius: 4px 4px 0px 0px; background-color: #5785BB; }
.text-content-box .head + .body { border-radius: 0px 0px 4px 4px; }
.text-content-box .body { padding: 32px; border: 1px solid var(--border-color); border-radius: 4px; display: flex; gap: 30px }
.text-content-box .body > .img { width: 330px; max-width: 40%; flex: none; align-self: center; text-align: center; }
.text-content-box .body > .cont { width: 100%; }
.text-content-box .body > .cont .tit { font-size: 18px; font-weight: 700; margin-bottom: 15px; }
.text-content-box .body > .cont .txt { font-size: 16px; }
.text-content-box .body > .cont .txt p + p { margin-top: 0.5em; }
.text-content-box .body > .pentagon { width: 106px; height: 103px; flex: none; align-self: center; display: -webkit-box; -webkit-box-align: center; -webkit-box-pack: center; text-align: center; font-size: 38px; font-weight: 700; color: #fff; line-height: 1; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url(../images/pentagon.png); }
.text-content-box .body > .pentagon.spe { background-image: url(../images/pentagon-spe.png); font-size: 32px; }


/*Image Content*/
* + .img-content-box { margin-top: 16px; }
.img-content-box { border-radius: 4px; display: flex; flex-direction: column; }
.img-content-box .head { display: flex; align-items: center; padding: 10px 14px; min-height: 60px; font-size: 1em; color: #fff; font-weight: 500; border-radius: 4px 4px 0px 0px; background-color: #5785BB; }
.img-content-box .head + .body { border-radius: 0px 0px 4px 4px; }
.img-content-box .body { padding: 32px; border: 1px solid var(--border-color); border-radius: 4px; display: flex; gap: 30px; height: 100%; }
.img-content-box .body > .img { /*width: 330px;*/ max-width: 40%; flex: none; align-self: center; text-align: center; }
.img-content-box .body > .cont { width: 100%; display: flex; flex-direction: column; justify-content: center; }
.img-content-box .body > .cont .tit { font-size: 18px; font-weight: 700; margin-bottom: 15px; }
.img-content-box .body > .cont .txt { font-size: 1em; }
.img-content-box .body > .cont .txt p + p { margin-top: 0.5em; }
.img-content-box .body > .pentagon { width: 106px; height: 103px; flex: none; align-self: center; display: -webkit-box; -webkit-box-align: center; -webkit-box-pack: center; text-align: center; font-size: 38px; font-weight: 700; color: #fff; line-height: 1; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url(../images/pentagon.png); }
.img-content-box .body > .pentagon.spe { background-image: url(../images/pentagon-spe.png); font-size: 32px; }

* + .img-content { margin-top: 30px; }
.img-content .img-tit { font-size: 18px; color: #1B7897; font-weight: 700;text-align: left; margin-bottom: 25px; padding-left: 8px; border-left: 3px solid #1B7897; line-height: 1; }
.img-content > ul { display: flex; flex-wrap: wrap; margin: -8px; }
.img-content > ul > li { width: 100%; padding: 8px; text-align: center; overflow-x: auto; }
.img-content > ul > li > a { display: block; position: relative; }
.img-content > ul > li > a.video:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: 15%; background-position: center; background-repeat: no-repeat; background-image: url(../images/btn-play.png); }
.img-content > ul > li img { object-fit: cover; /*width: 100%;*/ }
.img-content > ul > li img.img_scroll { min-width: 750px; }
.img-content > ul.col { flex-wrap: nowrap; }
.img-content > ul.col > li { width: auto; }
.img-content > ul.col2 > li { width: calc(100% / 2); }
.img-content > ul.col3 > li { width: calc(100% / 3); }

* + .txt-content { margin-top: 30px; }
.txt-content { height: 100%; }


/*Object Content*/
.obj-content-box { padding: 30px; background-color: #fff; border-radius: 4px; border: 1px solid var(--border-color); margin-top: 45px; text-align: center; }
.sub-title-top + .obj-content-box { margin-top: 16px; }

.obj-content-bot { font-size: 14px; margin-top: 16px; }
.obj-content-bot.left { text-align: left; }
.obj-content-bot.right { text-align: right; }

.obj-content-group { display: flex; margin: -8px; margin-top: 37px; }
.obj-content-group > li { width: 100%; padding: 8px;  display: flex; flex-direction: column; }
.obj-content-group > li .obj-content-box { height: 100%; display: flex; align-items: center; justify-content: center; }
.obj-content-group > li .sub-title-top { margin-top: 0; }
.obj-content-group > li .img-content-box { height: 100%; }

* + .html_obj_code { margin-top: 16px; }



.text-content-desc { font-size: 0.8em; color: var(--font-color); /*background-color: var(--background-sec-color); padding: 15px;*/ margin-top: 20px; }
.text-content-desc p { display: flex; }
.text-content-desc p + p { margin-top: 5px; }
.text-content-desc .num { font-size: 0.85em; color: var(--info-color); margin-right: 5px; line-height: 2; }

.desc_num { font-size: 0.6em; color: var(--info-color); margin-left: 2px; }

.text-left,
.text_left { text-align: left !important; }
.text-right,
.text_right { text-align: right !important; }
.text-center,
.text_center { text-align: center !important; }

/*.text-marker { position: relative; font-weight: 700; }
.text-marker:before,
.text-marker:after { content: ''; position: absolute; bottom: 0; z-index: -1; height: 10px; }
.text-marker:before { width: calc(100% - 40px); background-repeat: repeat-x; background-position: left center; background-image: url(../images/marker-bottom-bg.png); left: 0; }
.text-marker:after { width: 45px; background-repeat: no-repeat; background-position: right center; background-image: url(../images/marker-bottom-after.png); right: -5px; }*/

.text-marker { font-weight: 700; text-decoration: none; display: inline; box-shadow: inset 0 -0.5em 0 rgba(0, 169, 229, 0.25); }



* +  .type-of-text-content { margin-top: 75px; }

* + .dot-list { margin-top: 16px; }
.dot-list > * { position: relative; padding-left: 0.75em; }
.dot-list > * + * { margin-top: 0.5em; }
.dot-list > *:before { content: '•'; position: absolute; top: 0; left: 0; font-weight: 500; }
.dot-list .gray-box { background-color: #F4F3F8; padding: 10px 20px; font-size: 0.9em; }

* + .line-list { margin-top: 20px; }
.line-list { text-align: left; }
.line-list > * { position: relative; padding-left: 0.75em; }
.line-list > * + * { margin-top: 0.5em; }
.line-list > *:before { content: '-'; position: absolute; top: 0; left: 0; }

* + .num-list { margin-top: 20px; }
.num-list { counter-reset: number; text-align: left; }
.num-list > * { position: relative; padding-left: 1.25em; }
.num-list > * + * { margin-top: 0.5em; }
.num-list > *:before { counter-increment: number; content: counter(number) '.'; position: absolute; top: 0; left: 0; }

* + .circle-number { margin-top: 20px; }
.circle-number { counter-reset: number; text-align: left; }
.circle-number > * { position: relative; padding-left: 1.55em; }
.circle-number > * + * { margin-top: 0.5em; }
.circle-number > *::before { counter-increment: number; content: counter(number); position: absolute; top: 0.5em; left: 0; border: 1px solid var(--font-color); border-radius: 50%; width: 1.5em; height: 1.5em; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 0.65em; }

.organization-tit { font-size: 18px; color: #1B7897; font-weight: 700; padding-left: 8px; border-left: 3px solid #1B7897; margin-top: 45px; line-height: 1; }
.organization-tit + .organization { margin-top: 16px; }
.tb_post_top + .organization { margin-top: 16px; }
.organization { border: 1px solid var(--border-color); text-align: center; border-radius: 4px; padding: 30px; margin-top: 45px; overflow-x: auto; }
.organization img.img_scroll { min-width: 750px; }
.organization-noti { font-size: 14px; margin-top: 16px; }



.img-content-info { font-size: 14px; margin-top: 15px; color: var(--font-color); }

.obj-tit { font-size: 18px; color: #1B7897; font-weight: 500; padding-left: 8px; border-left: 3px solid #1B7897; margin-top: 45px; line-height: 1; }
.obj-tit + .obj-box { margin-top: 16px; }
.tb_post_top + .obj-box { margin-top: 16px; }
.obj-box { padding: 30px; background-color: #fff; border-radius: 4px; border: 1px solid var(--border-color); margin-top: 45px; text-align: center; }
.obj-noti { font-size: 14px; margin-top: 16px; }
.obj-noti + .obj-box { margin-top: 20px; }

.page-sub-title + .obj-box { margin-top: 16px; }

.obj-box-group { display: flex; margin: -8px; margin-top: 37px; }
.obj-box-group > li { width: 100%; padding: 8px;  display: flex; flex-direction: column; }
.obj-box-group > li .obj-tit { margin-top: 0; }
.obj-box-group > li .obj-box { height: 100%; display: flex; align-items: center; justify-content: center; }



.caption_img { font-size: 16px; margin-top: 10px; text-align: center; }



.btn-link { vertical-align: top; display: inline-flex; align-items: center; justify-content: space-between; font-size: 16px; color: var(--primary-color); width: auto; height: 40px; background-color: #fff; border: 1px solid var(--primary-color); border-radius: 4px; padding: 0 16px; margin-top: 20px; margin-right: 5px; white-space: nowrap; }
.btn-link:after { content: ''; width: 16px; height: 16px; margin-left: 5px; background: url(../images/btn_arrow_right.png) no-repeat center; background-size: contain; }

.btn-link:hover { background-color: var(--primary-color); color: #fff; }
.btn-link:hover:after { background-image: url(../images/btn_arrow_right_wh.png); } 

.btn-download { vertical-align: top; display: inline-flex; align-items: center; justify-content: space-between; border-radius: 4px; font-size: 16px; color: var(--primary-color); min-width: 40px; height: 40px; padding: 0 15px; background-color: #fff; border: 1px solid var(--primary-color); }
.btn-download:after { content: ''; width: 15px; height: 15px; margin: 0 10px; background: url(../images/btn_down_icon.png) no-repeat center; background-size: contain; }

.btn-tag { vertical-align: top; display: inline-flex; align-items: center; justify-content: space-between; font-size: 16px; color: var(--font-color); width: auto; min-height: 40px; background-color: #fff; border: 1px solid #cacdd1; border-radius: 4px; padding: 5px 15px; margin-top: 30px; margin-right: 5px; line-height: 1.2; white-space: nowrap; }
.btn-tag:before { content: '#'; align-self: baseline; margin-top: 0.25em; margin-right: 0.3em; color: var(--secondary-color); }

.btn-group { margin-top: 10px; }
.btn-group > * { margin-top: 10px; }


.d-flex { display: flex; flex-wrap: wrap; }
.d-flex.column-2 > * { width: calc(100% / 2); }
.d-flex.column-3 > * { width: calc(100% / 3); }
.d-flex.column-4 > * { width: calc(100% / 4); }


.sub-page-section-top { position: relative; z-index: 1; display: flex; align-items: center; background-color: #fff; }
.sub-page-section-top > .inner { width: 100%; max-width: var(--inner-max-width); margin: 0 auto; padding: 35px 0; position: relative; }
.sub-page-section-top:first-child > .inner { padding-top: 0; }

.sub-page-section { position: relative; z-index: 1; display: flex; align-items: center; background-color: #fff; /*min-height: 100vh;*/ }
.sub-page-section > .inner { width: 100%; max-width: var(--inner-max-width); margin: 0 auto; padding: 35px 0; position: relative; }
.sub-page-section:first-child > .inner { padding-top: 0; }
.sub-page-section:last-child > .inner { padding-bottom: 70px; }
.page-sub-title + .sub-page-section { margin-top: -8px; }

.page-section-container { display: flex; align-items: flex-start; position: relative; column-gap: 50px; }

.page-section-nav { visibility: hidden; position: sticky; top: 140px; z-index: 50; width: 200px; max-height: calc(100vh - 200px); /*margin-top: 100px;*/ overflow-y: auto; /*margin-right: -100px;*/ padding: 18px; flex: none; background-color: #fff; border-radius: 4px; border: 1px solid var(--border-color); }
.page-section-nav.show { visibility: visible; }
.page-section-nav > ul > li { line-height: 1.25; }
.page-section-nav > ul > li + li { margin-top: 10px; }
.page-section-nav > ul > li > a { font-size: 14px; display: flex; transition: 0.25s ease-in-out; }
.page-section-nav > ul > li > a:before { content: ''; margin-right: 8px; color: transparent; transition: 0.25s ease-in-out; width: 10px; height: 10px; border-radius: 50%; flex: none; margin-top: 4px; border: 3px solid transparent; }
.page-section-nav > ul > li > a:hover { color: var(--info-color); }
.page-section-nav > ul > li.on > a { color: var(--info-color); font-weight: 500; }
.page-section-nav > ul > li.on > a:before { background-color: var(--info-color); border-color: #CCEEFA; }

.page-section-content { width: 100%; }
.page-section-nav + .page-section-content { width: calc(100% - 250px); }


/*.sub-page-section { position: relative; z-index: 1; display: flex; align-items: center; background-color: #fff; }
.sub-page-section > .inner { width: var(--inner-width); max-width: var(--inner-max-width); margin: 0 auto; padding: 60px 0; position: relative; }
.sub-page-section:first-child > .inner { padding-top: 150px; }
.sub-page-section:last-child > .inner { padding-bottom: 120px; }
.sub-page-section > .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.sub-page-section > .bg > .img { width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }

.sub-page-section .secHead { margin-bottom: 80px; }
.sub-page-section .secBody + .secBody { margin-top: 90px; }
.sub-page-section .secTitle { font-size: 54px; line-height: 1.25; font-weight: 300; margin-bottom: 30px; }
.sub-page-section .subTitle { font-size: 30px; line-height: 1.25; font-weight: 600; margin-bottom: 30px; color: var(--secondary-color); }
.sub-page-section .secTit { font-size: 30px; line-height: 1.25; font-weight: 600; margin-bottom: 15px; }
.sub-page-section .secDesc { font-size: var(--font-size); font-weight: 200; max-width: 1100px; }

.imgObj { background-color: var(--primary-color); overflow: hidden; clip-path: inset(0% 100% 0% 0%); transition: clip-path 0.5s 0s !important; }
.imgObj > * { width: 100%; clip-path: inset(0% 100% 0% 0%); transition: clip-path 0.5s; }
.imgObj > div { height: 0; padding-top: 56.25%; background-color: #dedede; background-position: center; background-repeat: no-repeat; background-size: cover;  }
.imgObj.reverse { clip-path: inset(0% 0% 0% 100%); }
.imgObj.reverse > * { clip-path: inset(0% 0% 0% 100%); }
.imgObj.animated { clip-path: inset(0% 0% 0% 0%); }
.imgObj.animated > * { clip-path: inset(0% 0% 0% 0%); transition-delay: 0.65s; }*/

.tabs-nav { display: flex; justify-content: flex-end; margin: 0 -5px; font-family: 'NotoSans', Arial, sans-serif; overflow: hidden; overflow-x: auto; margin-bottom: 30px; }
.tabs-nav > ul { display: flex; align-items: center; justify-content: center; }
.tabs-nav > ul > li { padding: 0 5px; position: relative; }
/*.tabs-nav > ul > li + li:before { content: ''; width: 1px; height: 18px; background-color: #c9d4df; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }*/
.tabs-nav > ul > li > a { display: flex; align-items: center; justify-content: center; min-width: 120px; height: 40px; padding: 0 20px; font-size: 18px; color: #97aebc; line-height: 1; white-space: nowrap; border: 1px solid #c9d4df; border-radius: 40px; }
.tabs-nav > ul > li.active > a { color: #fff; font-weight: 500; border-color: var(--primary-color); background-color: var(--primary-color); }
* + .tabs-nav { margin-top: 70px; }
.page-title + .tabs-nav { margin-top: 30px; }

.tab-content { margin-top: 70px; }
.tab-content > .content { display: none; }
.tab-content > .content.active { display: block; }




/* Management */
.ceo-greeting .page-title { margin-bottom: 80px; display: flex; }
.ceo-greeting .page-title:before { content: '“'; }
.ceo-greeting .text-content-detail { line-height: 2; }
.ceo-greeting .ceo-image { text-align: right; padding-left: 40px; }
.ceo-greeting .ceo-image > img { margin-top: -120px; }

.greeting-tail { padding: 80px 0; }
.greeting-content-box { padding: 80px 0; }
.greeting-content-box.odd { background-color: #fafbfd; }
.greeting-content-box .title { font-size: 28px; font-weight: 600; margin-bottom: 30px; }
.greeting-content-box .title:after { content: ''; display: block; width: 55px; height: 3px; background-color: #252525; margin-top: 20px; }
.greeting-content-box .content { font-size: 1em; line-height: 2; }

.ceo-sign { margin-top: 80px; text-align: right; }
.ceo-sign .rank { font-size: 26px; }
.ceo-sign .name { font-size: 36px; font-weight: 700; margin-left: 15px; }


.esg_senate { margin-top: 70px; }
.esg_senate .tit { font-size: 18px; color: var(--font-sec-color); font-weight: 500; margin-bottom: 10px; }
.esg_senate ul { display: flex; align-items: stretch; width: 100%; border: 1px solid var(--border-color); }
.esg_senate ul > li { width: 100%; height: 100%; }
.esg_senate ul > li + li { border-left: 1px solid var(--border-color); }
.esg_senate ul > li .h { display: flex; align-items: center; justify-content: center; text-align: center; font-size: 16px; font-weight: 700; color: #fff; background-color: #666; height: 60px; }
.esg_senate ul > li:nth-child(1) .h { background-image: linear-gradient(to right, #008ec2 1%, #004d7a 75%); }
.esg_senate ul > li:nth-child(2) .h { background-image: linear-gradient(90deg, #23a6e3 0.00%, #007ab2 100.00%); }
.esg_senate ul > li:nth-child(3) .h { background-image: linear-gradient(126deg, #3bb6d1, #067c98 42%); }
.esg_senate ul > li:nth-child(4) .h { background-image: linear-gradient(118deg, #7e9ed8, #4165ba 51%); }

.pentagon_slide { margin-top: 70px; position: relative; }
.pentagon_slide .slider_item { background-color: #fff; }
.pentagon_slide .slider_item > div { display: flex; align-items: center; }
.pentagon_slide .slider_item > div > img { width: 40%; }
.pentagon_slide .slider_item > div > div { width: 60%; margin-left: 80px; padding: 50px 0; }
.pentagon_slide .slider_item .title { font-size: 36px; font-weight: 700; }
.pentagon_slide .slider_item .sup_title { font-size: 24px; }
.pentagon_slide .slider_item .content { margin-top: 20px; padding-top: 20px; border-top: 1px solid #231f20; line-height: 2; padding-right: 40px; }

.pentagon_slide .slider_nav { position: absolute; left: 40%; z-index: 1; bottom: 20px; margin-left: 80px; display: flex; align-items: center; justify-content: center; }
.pentagon_slide .slider_nav button { width: 40px; height: 40px; border-radius: 50%; background-color: #fff; border: 1px solid #e3e5e8; font-size: 0; background-size: 25%; background-position: center; background-repeat: no-repeat; }
.pentagon_slide .slider_nav .swiper-btn-prev { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23000000'/%3E%3C/svg%3E"); }
.pentagon_slide .slider_nav .swiper-btn-next { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23000000'/%3E%3C/svg%3E"); }
.pentagon_slide .slider_nav .count { margin: 0 10px; font-size: 16px; }
.pentagon_slide .slider_nav .count .active__  { color: var(--secondary-color); }
.pentagon_slide .slider_nav .count .total__ { color: #ccc; }


.esg_senate ul > li .t { padding: 16px; }
.esg_senate ul > li .t p { text-align: center; font-size: 16px; margin-bottom: 16px; }
.esg_senate ul > li .t dl { font-size: 16px; }




.heating-cont { text-align: center; margin-top: 40px; border: 1px solid #dedede; padding: 40px; }
.heating-cont .desc .tit { padding: 20px; background-color: #CFEAF7; color: #1A81B1; border-radius: 16px; }
.heating-cont .desc .tit span { font-size: 26px; font-weight: 500; }
.heating-cont .desc .tit p { font-size: 20px; }
.heating-cont .heating_box { margin-top: 20px; display: flex; gap: 15px; }
.heating-cont .heating_box > * { width: calc(100% / 3); height: 200px; background-color: rgba(244,244,244,0.5); display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 16px; padding: 20px; }
.heating-cont .heating_box > * > p { font-size: 16px; color: #757575; margin-top: 15px; font-weight: 500; }



.characteristic-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

.characteristic-box .characteristic {
    width: calc((100% - 24px) / 2);
}

.characteristic-box .characteristic .characteristic-title {
    font-size: 16px;
    color: #ffffff;
    height: 60px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.characteristic-box .characteristic .characteristic-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    border-top-width: 15px;
    border-top-style: solid;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.characteristic-box .characteristic .characteristic-content {
    padding: 30px;
    height: calc(100% - 60px);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
}

.characteristic-box .characteristic .characteristic-content li {
    position: relative;
    padding-left: 15px;
}

.characteristic-box .characteristic .characteristic-content li + li {
    margin-top: 20px;
}

.characteristic-box .characteristic .characteristic-content li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.characteristic-box .characteristic .characteristic-content .text {
    display: block;
    min-height: 7.8125rem;
    font-size: 1.75rem;
    line-height: 1.46;
}

.characteristic-box .characteristic .characteristic-content .icon-image {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 8.125rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.characteristic-box .characteristic:nth-child(odd) .characteristic-title {
    background-image: linear-gradient(121deg, #3bb6d1, #067c98 39%);
}

.characteristic-box .characteristic:nth-child(odd) .characteristic-title::after {
    border-top-color: #067c98;
}

.characteristic-box .characteristic:nth-child(odd) .characteristic-content {
    border-left: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
}

.characteristic-box .characteristic + .characteristic {
    margin-left: 16px;
}

.characteristic-box .characteristic:nth-child(even) .characteristic-title {
    background-image: linear-gradient(113deg, #7e9ed8, #4165ba 49%);
}

.characteristic-box .characteristic:nth-child(even) .characteristic-title::after {
    border-top-color: #4165ba;
}

.characteristic-box .characteristic:nth-child(3) .characteristic-title {
    background-image: linear-gradient(113deg, #7e9ed8, #105788 49%);
}

.characteristic-box .characteristic:nth-child(3) .characteristic-title::after {
    border-top-color: #105788;
}

.characteristic-box .characteristic:nth-child(even) .characteristic-content {
    border-left: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
}

.characteristic-box.column-3 .characteristic {
    width: calc((100% - 3.125rem) / 3);
}

.characteristic-box.column-3 .characteristic .characteristic-title {
    font-size: 1.75rem;
    color: #ffffff;
    height: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.characteristic-box.column-3 .characteristic .characteristic-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    border-top-width: 1.25rem;
    border-top-style: solid;
    border-left: 0.875rem solid transparent;
    border-right: 0.875rem solid transparent;
}

.characteristic-box.column-3 .characteristic .characteristic-content {
    padding: 2.8125rem 2.5rem;
    height: calc(100% - 7.5rem);
}

.characteristic-box.column-3 .characteristic .characteristic-content li {
    font-size: 1.625rem;
    line-height: 1.46;
    position: relative;
    padding-left: 0.625rem;
}

.characteristic-box.column-3 .characteristic .characteristic-content li:not(:first-child) {
    margin-top: 1.25rem;
}

.characteristic-box.column-3 .characteristic .characteristic-content li::before {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: var(--font-color);
    left: 0;
    top: 0.9375rem;
}

.characteristic-box.column-3 .characteristic:nth-child(1) .characteristic-title {
    background-image: linear-gradient(122deg, #018ec2, #004d7a 55%);
}

.characteristic-box.column-3 .characteristic:nth-child(1) .characteristic-title::after {
    border-top-color: #0e4d79;
}

.characteristic-box.column-3 .characteristic:nth-child(1) .characteristic-content {
    border-left: solid 1px #138aaf;
    border-right: solid 1px #138aaf;
    border-bottom: solid 1px #138aaf;
}

.characteristic-box.column-3 .characteristic:nth-child(2) {
    margin-left: 1.5625rem;
}

.characteristic-box.column-3 .characteristic:nth-child(2) .characteristic-title {
    background-image: linear-gradient(132deg, #3bb6d1, #067c98 47%);
}

.characteristic-box.column-3 .characteristic:nth-child(2) .characteristic-title::after {
    border-top-color: #067c98;
}

.characteristic-box.column-3 .characteristic:nth-child(2) .characteristic-content {
    border-left: solid 1px #2d7bce;
    border-right: solid 1px #2d7bce;
    border-bottom: solid 1px #2d7bce;
}

.characteristic-box.column-3 .characteristic:nth-child(3) {
    margin-left: 1.5625rem;
}

.characteristic-box.column-3 .characteristic:nth-child(3) .characteristic-title {
    background-image: linear-gradient(123deg, #7e9ed8, #4165ba 54%);
}

.characteristic-box.column-3 .characteristic:nth-child(3) .characteristic-title::after {
    border-top-color: #4165ba;
}

.characteristic-box.column-3 .characteristic:nth-child(3) .characteristic-content {
    border-left: solid 1px #2d7bce;
    border-right: solid 1px #2d7bce;
    border-bottom: solid 1px #2d7bce;
}

.characteristic-box + .table {
    margin-top: 3.5rem;
}


.list_step_wrap { margin-top: 50px; }
.list_step_wrap .list_step_tit { font-size: 1em; font-weight: 500; margin-bottom: 20px; }
.list_step_wrap .list_step_cont { display: flex; flex-wrap: wrap; margin: -10px;  }
.list_step_wrap .list_step_item { width: calc(100% / 5); padding: 10px; display: flex; flex-direction: column; }
.list_step_wrap .step_header { display: flex; flex: none; width: 100%; height: 60px; color: #fff; border-top-left-radius: 4px; border-top-right-radius: 4px; overflow: hidden; }
.list_step_wrap .step_header .header_left { width: 30%; display: flex; align-items: center; justify-content: center; background-color: #999; padding: 10px; font-size: 14px; }
.list_step_wrap .step_header .header_right { width: 70%; display: flex; align-items: center; background-color: #333; padding: 10px; font-size: 18px; }
.list_step_wrap .step_content { background-color: #efefef; height: 100%; padding: 20px 15px; font-size: 16px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; overflow: hidden; }
.list_step_wrap .step_content p { padding-left: 15px; position: relative; }
.list_step_wrap .step_content p:before { content: ''; position: absolute; top: 0.5em; left: 0; background: url(../images/check_1.png) no-repeat center; background-size: contain; width: 8px; height: 5px; }
.list_step_wrap .step_content p + p { margin-top: 5px; }

.list_step_wrap .list_step_item:nth-child(1) .header_left {
    background-color: #004F91;
}

.list_step_wrap .list_step_item:nth-child(1) .header_right {
    background-color: #00447D;
}

.list_step_wrap .list_step_item:nth-child(2) .header_left {
    background-color: #1964A2;
}

.list_step_wrap .list_step_item:nth-child(2) .header_right {
    background-color: #054F8C;
}

.list_step_wrap .list_step_item:nth-child(3) .header_left {
    background-color: #2A73AF;
}

.list_step_wrap .list_step_item:nth-child(3) .header_right {
    background-color: #0E5896;
}

.list_step_wrap .list_step_item:nth-child(4) .header_left {
    background-color: #3B86C3;
}

.list_step_wrap .list_step_item:nth-child(4) .header_right {
    background-color: #0D64AB;
}

.list_step_wrap .list_step_item:nth-child(5) .header_left {
    background-color: #4F93CA;
}

.list_step_wrap .list_step_item:nth-child(5) .header_right {
    background-color: #1B6FB3;
}

.list_step_wrap .list_step_item:nth-child(6) .header_left {
    background-color: #58C1CA;
}

.list_step_wrap .list_step_item:nth-child(6) .header_right {
    background-color: #219CA7;
}

.list_step_wrap .list_step_item:nth-child(7) .header_left {
    background-color: #2D97A1;
}

.list_step_wrap .list_step_item:nth-child(7) .header_right {
    background-color: #057984;
}

.list_step_wrap .list_step_item:nth-child(8) .header_left {
    background-color: #0EA5BB;
}

.list_step_wrap .list_step_item:nth-child(8) .header_right {
    background-color: #006C7C;
}

.list_step_wrap .list_step_item:nth-child(9) .header_left {
    background-color: #00869A;
}

.list_step_wrap .list_step_item:nth-child(9) .header_right {
    background-color: #006271;
}

.list_step_wrap .list_step_item:nth-child(10) .header_left {
    background-color: #007789;
}

.list_step_wrap .list_step_item:nth-child(10) .header_right {
    background-color: #005967;
}

.list_step_wrap + .text-content-detail { margin-top: 40px; }


.dots_chart {
  line-height: 1;
  display: flex;
  gap: 12px;
}
.dots_chart .dots_el {
  display: flex;
  gap: 5px
}
.dots_chart .dots_el span {
  font-size: 14px;
  color: var(--font-color);
}
.dots_chart .dots_el .dots {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex: none;
}
.dots {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin: 0 auto;
}
.dots.green {
  background-color: #c6e82d; 
}
.dots.yellow {
  background-color: #f5e83a; 
}
.dots.red_bold { 
  background-color: #e60000; 
}
.dots.red {
  background-color: #ff5500; 
}
.dots.orange {
  background-color: #ffa900; 
}



.circule-button-list {
    margin-top: 3.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/circle-button-bg.png);
    background-size: 79.625rem 19.375rem;
    background-size: contain;
}

.circule-button-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px;
}

.circule-button-list ul li {
    padding: 8px;
}

.circule-button-list ul li a {
    display: block;
    width: 12.75rem;
    height: 12.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -99999px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: contain;
}

.circule-button-list ul li:nth-child(1) a {
    background-image: url(../images/circle-button01.png);
}

.circule-button-list ul li:nth-child(1) a:hover {
    background-image: url(../images/circle-button01-on.png);
}

.circule-button-list ul li:nth-child(2) a {
    background-image: url(../images/circle-button02.png);
}

.circule-button-list ul li:nth-child(2) a:hover {
    background-image: url(../images/circle-button02-on.png);
}

.circule-button-list ul li:nth-child(3) a {
    background-image: url(../images/circle-button03.png);
}

.circule-button-list ul li:nth-child(3) a:hover {
    background-image: url(../images/circle-button03-on.png);
}

.circule-button-list ul li:nth-child(4) a {
    background-image: url(../images/circle-button04.png);
}

.circule-button-list ul li:nth-child(4) a:hover {
    background-image: url(../images/circle-button04-on.png);
}

.circule-button-list ul li:nth-child(5) a {
    background-image: url(../images/circle-button05.png);
}

.circule-button-list ul li:nth-child(5) a:hover {
    background-image: url(../images/circle-button05-on.png);
}

.circule-button-list ul li:nth-child(6) a {
    background-image: url(../images/circle-button06.png);
}

.circule-button-list ul li:nth-child(6) a:hover {
    background-image: url(../images/circle-button06-on.png);
}

.circule-button-list ul li:nth-child(7) a {
    background-image: url(../images/circle-button07.png);
}

.circule-button-list ul li:nth-child(7) a:hover {
    background-image: url(../images/circle-button07-on.png);
}

.circule-button-list ul li:nth-child(8) a {
    background-image: url(../images/circle-button08.png);
}

.circule-button-list ul li:nth-child(8) a:hover {
    background-image: url(../images/circle-button08-on.png);
}

.circule-button-list ul li:nth-child(9) a {
    background-image: url(../images/circle-button09.png);
}

.circule-button-list ul li:nth-child(9) a:hover {
    background-image: url(../images/circle-button09-on.png);
}

.circule-button-list ul li:nth-child(10) a {
    background-image: url(../images/circle-button10.png);
}

.circule-button-list ul li:nth-child(10) a:hover {
    background-image: url(../images/circle-button10-on.png);
}



.layer-popup-wrap {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.layer-popup-wrap .layer-popup {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.layer-popup-wrap .layer-popup .popup-content {
    display: none;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-height: 92vh;
    background-color: #fff;
    border-radius: 10px;
    background-size: 105% auto;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../images/popup-bg.png);
}

.layer-popup-wrap .layer-popup .popup-content.active {
    display: flex;
}

.layer-popup-wrap .layer-popup .popup-content.posco-ribbon::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 92px;
    top: 0;
    left: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/posco-popup-ribbon.png);
}

.layer-popup-wrap .layer-popup .popup-content.posco-ribbon .popup-body .popup-body-top {
    padding-bottom: 0;
}

.layer-popup-wrap .layer-popup .popup-head {
    padding: 30px;
    position: relative;
    border-bottom: 1px solid #d9e5ef;
}

.layer-popup-wrap .layer-popup .popup-head .popup-close {
    position: absolute;
    padding: 0;
    background-color: transparent;
    border: 0;
    right: 20px;
    top: 20px;
}

.layer-popup-wrap .layer-popup .popup-head .title {
    padding-top: 80px;
    font-size: 32px;
    font-weight: 700;
}

.layer-popup-wrap .layer-popup .popup-body { 
  height: 100%;
  min-height: 200px;
  padding: 60px 0;
  padding-right: 30px;
  margin: 0 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  overflow-y: auto;
}

.layer-popup-wrap .layer-popup .popup-body::-webkit-scrollbar-track {
  border-radius: 57px;
  margin-top: 60px;
}

.layer-popup-wrap .layer-popup .popup-cont-box .strong {
    display: block;
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 16px;
    color: #004f91;
}

.layer-popup-wrap .layer-popup .popup-cont-box .txt {
    color: var(--font-sec-color);
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 1.4;
}

.layer-popup-wrap .layer-popup .popup-tail {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e3e5e8;
  padding-bottom: 34px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: var(--font-sec-color);
}


body.open-popup {
    overflow: hidden;
}

body.open-popup .layer-popup-wrap {
    display: block;
}




.list_communication_example { display: flex; gap: 16px; margin-top: 0 !important; }
.list_communication_example > li { width: 100%; margin-top: 25px; }
.list_communication_example > li .head { display: flex; align-items: center; padding: 10px 16px; height: 60px; font-size: 16px; color: #fff; font-weight: 500; border-radius: 4px 4px 0px 0px; background-color: #5785BB; }
.list_communication_example > li .head + .body { border-radius: 0px 0px 4px 4px; }
.list_communication_example > li .body { padding: 32px; border: 1px solid var(--border-color); border-radius: 4px; display: flex; flex-direction: column; gap: 30px; height: calc(100% - 60px); }
.list_communication_example > li .body > .img { width: 100%; height: 0; padding-top: 75%; position: relative; overflow: hidden; }
.list_communication_example > li .body > .img > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.list_communication_example > li .body > .ico { text-align: center; width: 110px; height: 110px; border-radius: 50%; background-color: #F9F8FA; border: 1px solid #E2E2E2; padding: 20px; overflow: hidden; margin: 0 auto; flex: none; }
.list_communication_example > li .body > .cont { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.list_communication_example > li .body > .cont .txt { font-size: 16px; }
.list_communication_example > li .body > .cont .txt p + p { margin-top: 0.5em; }
.list_communication_example > li .body > .cont .link { margin-top: 20px; }
.list_communication_example > li .body > .cont .link a { font-size: 14px; display: inline-flex; align-items: center; }
.list_communication_example > li .body > .cont .link a:after { content: ''; width: 16px; height: 16px; margin-left: 5px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23231F20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }


.list_year { display: flex; gap: 16px; }
.list_year > li { width: 100%; display: flex; flex-direction: column; padding: 30px; border: 1px solid #dedede; border-radius: 10px; text-align: center; }
.list_year > li .year_title { font-size: 22px; font-weight: 500; margin-bottom: 10px; color: #252525; }
.list_year > li .year_desc { font-size: 16px; color: #757575; }


.list_review { display: flex; gap: 30px; }
.list_review > li { width: 100%; margin-top: 25px; }
.list_review > li .head { display: flex; align-items: center; padding: 10px 16px; height: 60px; font-size: 16px; color: #fff; font-weight: 500; border-radius: 4px 4px 0px 0px; background-color: #5785BB; }
.list_review > li .head + .body { border-radius: 0px 0px 4px 4px; }
.list_review > li .body { padding: 32px; border: 1px solid var(--border-color); border-radius: 4px; display: flex; align-items: center; gap: 30px; height: calc(100% - 60px); }
.list_review > li .body > .img { width: 110px; height: 110px; border-radius: 50%; border: 1px solid #E2E2E2; background-color: #F9F8FA; flex: none; padding: 15px; display: flex; align-items: center; justify-content: center; }
.list_review > li .body > .img > img {  }
.list_review > li .body > .cont .txt { font-size: 16px; }
.list_review > li .body > .cont .txt p + p { margin-top: 0.5em; }



.pledge_permission {
    margin-top: 50px;
    width: 100%;
    height: auto;
    padding: 0 60px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
}

.pledge_permission > *:not(:first-child) {
    border-top: 1px solid #dbdbdb;
}

.pledge_permission .pledge_permission_item {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 50px 0;
}

.pledge_permission .pledge_permission_item_image {
    width: 100%;
    max-width: 130px;
    max-height: 130px;
    height: auto;
    border-radius: 10px;
    background-color: #f9f9f9;
    object-fit: cover;
    margin-right: 40px;
}

.pledge_permission .pledge_permission_item_info_title {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    color: var(--font-sec-color);
    font-weight: 500;
}

.pledge_permission .pledge_permission_item_info_desc {
    font-size: 18px;
    letter-spacing: -1px;
    color: var(--font-sec-color);
}

.pledge_permission .pledge_permission_item_info_content {
    font-size: 16px;
    letter-spacing: 0px;
    color: #757575;
    padding-left: 20px;
    margin-top: 5px;
}

.pledge_permission .pledge_permission_item_info_content ul {
    list-style: disc;
}


.risk_management { display: flex; flex-wrap: wrap; gap: 20px }
.risk_management > li { width: calc(100% / 3 - 20px); min-height: 60px; font-size: 16px; background-color: #fbfbfb; border: 1px solid #dbdbdb; border-radius: 4px; display: flex; padding: 20px; }
.risk_management > li:before { content: '•'; margin-right: 10px; }



.grievance_box {
    margin: 50px 0 0 0;
    display: flex;
    gap: 20px;
}

.grievance_box .box {
    width: 240px;
    /* height: 230px; */
    border-radius: 4px;
    background-color: #f9f9f9;
    padding: 20px;
    position: relative;
}

.grievance_box .box::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    background: url(../images/arrow_risk.png) no-repeat center;
    width: 8.2px;
    height: 16px;
    background-size: 8.2px 16px;
}

.grievance_box .box:last-of-type:after {
    display: none;
}

.grievance_box .box .top {
    border-radius: 4px;
    background-color: #0f5788;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.grievance_box .box .top p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.grievance_box .box.spe .top {
    background-color: #6da3c1;
}

.grievance_box .content {
    margin-top: 14px;
}

.grievance_box .content p {
    font-size: 14px;
    line-height: 1.3;
    color: #757575;
    text-align: center;
}

.grievance_box .content .grievance_btn {
    margin-top: 30px;
    width: 193px;
    height: 39px;
    border-radius: 19px;
    background-color: #ffffff;
    border: 1px solid #cacdd1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.grievance_box .content .grievance_btn p {
    font-size: 16px;
    color: #004f91;
    font-weight: 500;
}



.talent_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 25px;
    border-radius: 4px;
    padding: 30px;
    border: 1px solid var(--border-color);
}

.talent_box .title {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #004f91;
    border-radius: 4px;
    width: fit-content;
}

.talent_box .title p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.talent_box .box_desc {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.talent_box .box_desc .box {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
}

.talent_box .box_desc .box .top {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.talent_box .box_desc .box .top p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.talent_box .box_desc .box.one .top {
    background-color: #1b7897;
}

.talent_box .box_desc .box.two .top {
    background-color: #5785bb;
}

.talent_box .box_desc .box.three .top {
    background-color: #2ca4b9;
}

.talent_box .box_desc .box .content {
    padding: 15px;
    height: 100%;
}

.talent_box .box_desc .box .content p {
    font-size: 16px;
    color: #252525;
}

.talent_box .box_desc .box.one .content {
    background-color: rgba(27, 120, 151, 0.2);
}

.talent_box .box_desc .box.two .content {
    background-color: rgba(87, 133, 187, 0.2);
}

.talent_box .box_desc .box.three .content {
    background-color: rgba(44, 164, 185, 0.2);
}





.collar-level {
    margin-top: 40px;
    position: relative;
}

.collar-level > ol.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.collar-level > ol.reversed > li .title::after {
    content: "LEVEL";
}

.collar-level > ol.reversed > li.content {
    width: calc((100% - 280px) / 2);
}

.collar-level > ol.reversed > li:first-child {
    border-bottom: 1px solid #c1c1c1;
}

.collar-level > ol.reversed > li:last-child {
    border-bottom: 0;
}

/*.collar-level > ol.reversed::before {
    border-top: 202.5px solid rgba(0, 0, 0, 0.05);
    border-bottom: 202.5px solid transparent;
    border-left: 130px solid transparent;
    border-right: 130px solid rgba(0, 0, 0, 0.05);
}*/

.collar-level > ol {
    position: relative;
    counter-reset: number;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*.collar-level > ol::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
    border-top: 202.5px solid transparent;
    border-bottom: 202.5px solid rgba(0, 0, 0, 0.05);
    border-left: 130px solid transparent;
    border-right: 130px solid rgba(0, 0, 0, 0.05);
}*/

/*.collar-level > ol::after {
    content: "";
    display: block;
    position: absolute;
    left: 270px;
    width: 10px;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}*/

.collar-level > ol > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}

.collar-level > ol > li:last-child {
    border-bottom: 1px solid #c1c1c1;
}

.collar-level > ol > li:nth-child(1) .title {
    background-color: #f6f7fa;
}

.collar-level > ol > li:nth-child(2) .title {
    background-color: #e3e5e8;
}

.collar-level > ol > li:nth-child(3) .title {
    background-color: #00c8bb;
    color: #ffffff;
}

.collar-level > ol > li:nth-child(4) .title {
    background-color: #004676;
    color: #ffffff;
}

.collar-level > ol > li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    height: 74px;
    padding-left: 82px;
    position: relative;
    font-size: 24px;
    font-weight: 400;
    flex: none;
}

.collar-level > ol > li .title::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    width: 82px;
    left: 0;
    top: 0;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    color: inherit;
}

.collar-level > ol > li .title::after {
    position: absolute;
    content: "STEP";
    width: 82px;
    left: 0;
    top: 44px;
    font-size: 12px;
    text-align: center;
}

.collar-level > ol > li .content {
    width: 100%;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.collar-level > ol > li .content:nth-of-type(1)::before {
    display: none;
}

.collar-level > ol > li .content::before {
    position: absolute;
    left: 0px;
    height: 100.8px;
    top: -36.8px;
    width: 1px;
    background-color: #c1c1c1;
    content: '';
}

.collar-level .collar-level-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #c1c1c1;
    border-bottom: 0;
}

.collar-level .collar-level-desc .description {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collar-level .collar-level-desc .description + .description { border-left: 1px solid #c1c1c1; }

.collar-level .collar-level-desc .description:first-child {
    width: 280px;
    flex: none;
}

.collar-level .collar-level-desc .description:last-child {
}

.collar-level .collar-level-desc .description span {
    display: inline-block;
    padding: 14px 24px;
    position: relative;
    font-size: 16px;
}

.collar-level .collar-level-desc .description span::before, .collar-level .collar-level-desc .description span::after {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 38px;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.collar-level .collar-level-desc .description span::before {
    right: 0;
    background-image: url(../images/collar-level-desc-text-guide-l.png);
    transform: rotate(180deg);
    display: none;
}

.collar-level .collar-level-desc .description span::after {
    left: 0;
    background-image: url(../images/collar-level-desc-text-guide-r.png);
    transform: rotate(180deg);
    display: none;
}





.tools-des-list {
    gap: 5px;
    text-align: left;
}

.tools-des-list .arrow {
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url('../images/btn-arrow-above.png') no-repeat center;
    background-size: 15px 10px;
    margin-left: 50px;
}

.tools-des-el {
    display: flex;
    gap: 20px;
}

.tools-des-el .tools-des-left {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: none;
    gap: 10px;
    width: 120px;
    height: auto;
    border-radius: 4px;
    background-color: var(--primary-color);
}

.tools-des-left span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.tools-des-el .tools-des-right {
    width: 100%;
    min-height: 120px;
    display: inline-flex;
    align-items: center;
    padding: 20px 10px;
    padding-left: 30px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #004F91;
}

.tools-des-right p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-left: 10px;
    position: relative;
}

.tools-des-right p::before {
    position: absolute;
    content: '';
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #757575;
    border-radius: 50%;
}

.tools-des-right .right {
    margin-left: 60px;
}



.personnel_list { display: flex; gap: 30px; }
.personnel_list > li { width: 100%; text-align: center; }
.personnel_list > li > a { display: inline-flex; flex-direction: column; justify-content: center; align-items: center; justify-content: flex-start; text-align: center; width: 100%; height: 100%; background-color: #fff; border: 1px solid #CDCDCD; border-radius: 4px; font-size: 16px; font-weight: 500; padding: 30px; color: var(--primary-color); }
.personnel_list > li > a img { margin-bottom: 15px; border-radius: 50%; border: 1px solid var(--border-color); }
.personnel_list > li p:after { content: ''; width: 10px; height: 10px; flex: none; margin-left: 5px; background-size: contain; background-repeat: no-repeat; background-position: center; display: inline-block; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath d='M1.5 9L5.5 5L1.5 1' stroke='%23004F91' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }


.supply_chain_management  .content_under {
    padding-top: 1.25rem;
    margin-top: 0.4rem;
    border-top: 2px dashed #757575;
}

.supply_chain_management  .content_under .btn_under {
    width: 100%;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9375rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #5784bb;
}


.supply_chain_management  .content_under .under_text {
    margin-top: 1.5625rem;
    padding: 1.5rem 6.875rem;
    background-color: #f2f5fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.9375rem;
}

.supply_chain_management  .content_under .under_text p {
    color: var(--font-color);
    font-size: 1rem;
    font-weight: 600;
}

.supply_chain_management  .content_under .under_text p span {
  color: #004f90;
}



.program-result-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.program-result-card li {
    width: 100%;
    max-width: 25%;
    padding: 40px 28px 30px;
    border-right: 1px solid #cacdd1;
    border-top: 1px solid #cacdd1;
}

.program-result-card li:nth-child(4n+1) {
    border-left: 1px solid #cacdd1;
}

.program-result-card li:nth-child(n+5) {
    border-bottom: 1px solid #cacdd1;
}

.program-result-card li .result-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #004f91;
    font-size: 16px;
    font-weight: 700;
}

.program-result-card li .result-name .icon {
    margin-right: 8px;
}

.program-result-card li .number-wrao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.program-result-card li .number-wrao span {
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 1;
}

.program-result-card li .number-wrao span.type {
    font-size: 16px;
    font-weight: 500;
    padding-right: 5px;
    padding-bottom: 10px;
}

.program-result-card li .number-wrao span.number {
    font-size: 56px;
    font-weight: 700;
}

.program-result-card li .number-wrao span.unit {
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
    padding-bottom: 10px;
}


.program-result-card .icon {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex: none;
}


.program-result-card .icon.icon-files {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/icon-files.png);
}

.program-result-card .icon.icon-resize {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/icon-resize.png);
}

.program-result-card .icon.icon-download {
    width: 2rem;
    height: 2rem;
    background-image: url(../images/icon-download2.png);
}

.program-result-card .icon.icon-circle-plus {
    width: 1.75rem;
    height: 1.75rem;
    background-image: url(../images/icon-circle-plus.png);
}

.program-result-card .icon.icon-dropdown-arrow {
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/icon-dropdown-arrow.png);
}

.program-result-card .icon.icon-circle-more-arrow {
    width: 1.75rem;
    height: 1.75rem;
    background-image: url(../images/icon-circle-more-arrow.png);
}

.program-result-card .icon.icon-circle-more-arrow-2 {
    width: 2.25rem;
    height: 2.25rem;
    background-image: url(../images/icon-circle-more-arrow-2.png);
}

.program-result-card .icon.icon-result1 {
    width: 2.125rem;
    height: 2.125rem;
    background-image: url(../images/icon-result01.png);
}

.program-result-card .icon.icon-result2 {
    width: 2.125rem;
    height: 2.125rem;
    background-image: url(../images/icon-result02.png);
}

.program-result-card .icon.icon-result3 {
    width: 2.125rem;
    height: 2.125rem;
    background-image: url(../images/icon-result03.png);
}

.program-result-card .icon.icon-result4 {
    width: 2.125rem;
    height: 2.125rem;
    background-image: url(../images/icon-result04.png);
}

.program-result-card .icon.icon-result5 {
    width: 2.125rem;
    height: 2.125rem;
    background-image: url(../images/icon-result05.png);
}

.program-result-card .icon.icon-result6 {
    width: 2.125rem;
    height: 2.125rem;
    background-image: url(../images/icon-result06.png);
}

.program-result-card .icon.icon-result7 {
    width: 2.125rem;
    height: 2.125rem;
    background-image: url(../images/icon-result07.png);
}

.program-result-card .icon.icon-result8 {
    width: 2.125rem;
    height: 2.125rem;
    background-image: url(../images/icon-result08.png);
}





.flow-box { display: flex; margin: -16px; }
.flow-box > .box { width: 100%; padding: 16px; position: relative; }
.flow-box > .box.arrow + .box:before { content: ''; position: absolute; top: 0; left: 0; transform: translateX(-50%); width: 15px; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ccc' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E"); }
.flow-box > .box .head { background-color: var(--secondary-color); border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 10px 20px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; line-height: 1.25; font-weight: 500; text-align: center; height: 60px; }
.flow-box > .box .head + .body { border-top-left-radius: 0; border-top-right-radius: 0; }
.flow-box > .box .body { background-color: #ECF5FA; border-radius: 4px; padding: 20px; font-size: 14px; min-height: 120px; height: calc(100% - 60px); }
.flow-box > .box .body.middle { display: flex; align-items: center; justify-content: center; flex-direction: column; }



.employee_participation_status { margin-top: 40px; }
.employee_participation_status .fn { text-align: right; font-size: 14px; margin-bottom: 20px; }
.employee_participation_status ul { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
.employee_participation_status ul > li { width: max(250px, 100% / 4 - 30px); text-align: center; }
.employee_participation_status ul > li > div { width: 100%; height: 100%; background-color: #fff; border: 1px solid #dbdbdb; border-radius: 4px; padding: 30px; }
.employee_participation_status ul > li .ico {  width: 100px }
.employee_participation_status ul > li .tit { font-size: 16px; font-weight: 500; color: var(--primary-color); margin-top: 20px; }
.employee_participation_status ul > li .num { font-size: 16px; font-weight: 500; color: var(--font-color); margin-top: 10px; line-height: 1; }
.employee_participation_status ul > li .num b { font-size: 45px; font-weight: 700; margin-right: 3px; }


.ethics-edu { margin-top: 40px; }
.ethics-edu > ul { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.ethics-edu > ul > li { width: calc(100% / 2 - 20px); }
.ethics-edu > ul > li > .box { width: 100%; height: 100%; background-color: #fff; border: 1px solid #dbdbdb; border-radius: 4px; padding: 30px; box-shadow: 3px 4px 5px #dbdbdb; }
.ethics-edu > ul > li .tit { font-size: 24px; font-weight: 700; color: var(--primary-color); display: flex; align-items: center; }
.ethics-edu > ul > li .tit .ico { width: 60px; margin-right: 20px; }
.ethics-edu > ul > li .txt { font-size: 16px; margin-top: 20px; }




.ethical-management-process {
    position: relative;
    margin-top: 40px;
}

.ethical-management-process > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 112px;
}

.ethical-management-process > li .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: none;
    width: 240px;
    font-size: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px;
    height: 100%;
}

.ethical-management-process > li .title-wrap .title {
    font-weight: 700;
    margin-right: auto;
    display: block;
}

.ethical-management-process > li .title-wrap .sub-title {
    font-size: 0.85em;
    font-weight: 500;
    margin-right: auto;
}

.ethical-management-process > li .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 40px;
    font-size: 16px;
    border-top: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}

.ethical-management-process > li:not(:last-child) .title-wrap {
    position: relative;
}

.ethical-management-process > li:not(:last-child) .title-wrap::after {
    content: "";
    position: absolute;
    left: 36px;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    z-index: 1;
}

.ethical-management-process > li:nth-child(1) .title-wrap {
    color: var(--font-sec-color);
    background-color: #f6f7fa;
}

.ethical-management-process > li:nth-child(1) .title-wrap::after {
    border-top: 16px solid #f6f7fa;
}

.ethical-management-process > li:nth-child(2) .title-wrap {
    color: #ffffff;
    background-color: #00c8bb;
}

.ethical-management-process > li:nth-child(2) .title-wrap::after {
    border-top: 16px solid #00c8bb;
}

.ethical-management-process > li:nth-child(3) .title-wrap {
    color: #ffffff;
    background-color: #1b7897;
}

.ethical-management-process > li:nth-child(3) .title-wrap::after {
    border-top: 16px solid #1b7897;
}

.ethical-management-process > li:nth-child(4) {
    position: relative;
}

.ethical-management-process > li:nth-child(4) .title-wrap {
    color: #ffffff;
    background-color: #105788;
    position: relative;
}

.ethical-management-process > li:nth-child(4)::before {
    content: "";
    position: absolute;
    border-top: 140px solid rgba(0, 0, 0, 0.05);
    border-bottom: 140px solid transparent;
    border-left: 69px solid transparent;
    border-right: 69px solid rgba(0, 0, 0, 0.05);
    z-index: 3;
    top: -336px;
    left: 240px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ethical-management-process > li:nth-child(4)::after {
    content: "";
    position: absolute;
    border-top: 140px solid transparent;
    border-bottom: 140px solid rgba(0, 0, 0, 0.05);
    border-left: 69px solid transparent;
    border-right: 69px solid rgba(0, 0, 0, 0.05);
    z-index: 3;
    bottom: 0;
    left: 240px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ethical-management-process > li:nth-child(4) .content {
    border-bottom: 1px solid #c1c1c1;
}


.cp_number_list { counter-reset: number; display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }
.cp_number_list > li { width: calc(100% / 3 - 20px); border: 1px solid #E2E2E2; border-radius: 4px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.cp_number_list > li p { position: relative; margin-top: 15px; font-size: 16px; font-weight: 500; font-family: 'NotoSans', Arial, sans-serif; color: #004F91; text-align: center; }
/*.cp_number_list > li p::before { counter-increment: number; content: counter(number); position: absolute; top: 0.25em; left: 0; border: 1px solid var(--secondary-color); background-color: var(--secondary-color); border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 0.75em; color: #fff; }*/
.cp_number_list > li .ico { display: flex; align-items: center; justify-content: center; text-align: center; width: 110px; height: 110px; border-radius: 50%; background-color: #F9F8FA; border: 1px solid #E2E2E2; padding: 20px; overflow: hidden; margin: 0 auto; }


.cp_status_list > ul { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.cp_status_list > ul > li { width: calc(100% / 3 - 20px); }
.cp_status_list > ul > li > .box { display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; background-color: #fff; border: 1px solid #dbdbdb; border-radius: 4px; padding: 30px; box-shadow: 3px 4px 5px #dbdbdb; }
.cp_status_list > ul > li .tit { font-size: 20px; font-weight: 700; color: var(--primary-color); display: flex; align-items: center; line-height: 1.25; }
.cp_status_list > ul > li .tit .ico { width: 50px; margin-right: 20px; }
.cp_status_list > ul > li .txt { font-size: 16px; margin-top: 20px; height: 100%; }
.cp_status_list > ul > li .link { margin-top: 40px; text-align: right; }
.cp_status_list > ul > li .link a { display: inline-flex; align-items: center; font-size: 14px; color: var(--secondary-color); font-weight: 500; font-family: 'NotoSans', Arial, sans-serif; }
.cp_status_list > ul > li .link a:after { content: ''; width: 25px; height: 25px; margin-left: 10px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url(../images/icon-circle-more-arrow.png); }




.info_protection_active { margin-top: 40px; }
.info_protection_active ul { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
.info_protection_active ul > li { width: max(250px, 100% / 3 - 30px); text-align: center; }
.info_protection_active ul > li > div { width: 100%; height: 100%; background-color: #fff; border: 1px solid #dbdbdb; border-radius: 4px; padding: 30px; }
.info_protection_active ul > li .ico { display: flex; align-items: center; justify-content: center; text-align: center; width: 110px; height: 110px; border-radius: 50%; background-color: #F9F8FA; border: 1px solid #E2E2E2; padding: 20px; overflow: hidden; margin: 0 auto; }
.info_protection_active ul > li .tit { font-size: 16px; font-weight: 500; color: var(--primary-color); margin-top: 15px; }


.info_protection_system { margin-top: 40px; position: relative; }
.info_protection_system::before {
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/infographic-ipos.png) no-repeat center center/cover;
}
.info_protection_system > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.info_protection_system > ul > li {
    width: 50%;
    height: 200px;
    background-color: #fafafa;
}

.info_protection_system > ul > li .tit {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.45px;
    color: #231f20;
}

.info_protection_system > ul > li .tit + .desc {
    margin-top: 4px;
}

.info_protection_system > ul > li .desc {
    display: block;
    font-size: 18px;
    color: #4c5152;
    line-height: 1.5;
    letter-spacing: -0.4px;
}

.info_protection_system > ul > li:nth-child(odd) {
    padding-right: 240px;
}

.info_protection_system > ul > li:nth-child(odd) .tit,
.info_protection_system > ul > li:nth-child(odd) .desc {
    text-align: right;
}

.info_protection_system > ul > li:nth-child(even) {
    text-align: right;
    padding-left: 240px;
}

.info_protection_system > ul > li:nth-child(even) .tit,
.info_protection_system > ul > li:nth-child(even) .desc {
    text-align: left;
}

.info_protection_system > ul > li:nth-child(-n+2) {
    padding-top: 50px;
}

.info_protection_system > ul > li:nth-child(n+3) {
    padding-top: 30px;
}

.info_protection_system > ul > li:nth-child(2) {
    background-color: rgba(29, 46, 90, 0.12);
}

.info_protection_system > ul > li:nth-child(3) {
    background-color: rgba(166, 208, 84, 0.12);
}

.info_protection_system > ul > li:nth-child(4) {
    background-color: rgba(0, 168, 229, 0.12);
}



.number_unethical_reports > div { margin-bottom: 20px; text-align: right; font-size: 24px; color: var(--font-sec-color); font-weight: 500 }
.number_unethical_reports > div b { font-size: 1.5em; font-weight: 600; }
.number_unethical_reports > ul { display: flex; }
.number_unethical_reports > ul > li { width: 100%; text-align: center; }
.number_unethical_reports > ul > li:nth-child(1) { width: 32%; }
.number_unethical_reports > ul > li:nth-child(2) { width: 15%; }
.number_unethical_reports > ul > li:nth-child(3) { width: 8%; }
.number_unethical_reports > ul > li:nth-child(4) { width: 45%; }
.number_unethical_reports > ul > li .num { border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; font-size: 32px; font-weight: 600; color: var(--font-sec-color); display: flex; align-items: center; justify-content: center; text-align: center; height: 80px; }
.number_unethical_reports > ul > li:first-child .num { border-left: 1px solid #e1e1e1; }
.number_unethical_reports > ul > li:last-child .num {border-right: 1px solid #e1e1e1;  }
.number_unethical_reports > ul > li .tit { margin-top: 20px; font-size: 18px; color: #767676; }



.esg_policy_obj { margin: -20px -10px; margin-top: 20px; }
.esg_policy_obj > .box { padding: 20px 10px; }
.esg_policy_obj > .box:nth-child(1) { padding-right: 20px; }
.esg_policy_obj > .box:nth-child(1) .body { background-color: #fff; border: 1px dashed; #004F91; border-top: 0; color: #004F91; }
.esg_policy_obj > .box:nth-child(2) { padding-left: 20px; }




.first-report { padding-bottom: 50px; margin-bottom: 50px; display: flex; gap: 40px; border-bottom: 1px solid #999; }
.first-report > * { width: 100%; }
.first-report .image {  }
.first-report .content { display: flex; flex-direction: column; justify-content: space-between; }
.first-report .content .text { font-size: 20px; line-height: 2; }
.first-report .content .button { margin-top: 20px; display: flex; gap: 10px; }
.first-report .content .button > a { width: 180px; height: 50px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 18px; border: 1px solid #cacdd1; background-color: #f7f7f7; border-radius: 4px; }
.first-report .content .button > a .icon { width: 22px; height: 22px; margin-left: 5px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url(../images/icon-download2.png); }



.report-list { margin-top: 40px; }
.report-list > ul { display: flex; flex-wrap: wrap; margin: -15px; }
.report-list > ul > li { width: calc(100% / 4); padding: 15px; }
.report-list > ul > li dl { height: 100%; border: 1px solid #e3e5e8; padding: 20px; border-radius: 4px; display: flex; flex-direction: column; justify-content: space-between; }
.report-list > ul > li dl > dt { font-size: 16px; font-weight: 500; margin-bottom: 10px; height: 50px; flex: none; }
.report-list > ul > li dl > .thumb-box { height: 100%; border: 1px solid #e3e5e8; }
.report-list > ul > li dl > .thumb-box img { width: 100%; }
.report-list > ul > li dl > .button-area-sm { margin-top: 20px; display: flex; gap: 10px; }
.report-list > ul > li dl > .button-area-sm > .button-sm { width: 100%; height: 35px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 14px; border: 1px solid #cacdd1; background-color: #f7f7f7; border-radius: 4px; }
.report-list > ul > li dl > .button-area-sm > .button-sm .icon { width: 18px; height: 18px; margin-left: 5px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url(../images/icon-download2.png); }


* + .board-list { margin-top: 40px; }
.board-list { display: flex; flex-wrap: wrap; gap: 20px; }
.board-list > li { width: calc(100% / 3 - 15px); display: flex; flex-direction: column; align-items: center; padding: 30px; border: 1px solid #e3e5e8; border-radius: 4px; position: relative; min-height: 250px; text-align: center; }
.board-list > li > .image { display: inline-flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 20px; }
.board-list > li > .image img { object-fit: contain; width: 100%; height: 100%; }
.board-list > li > .board-content { display: flex; gap: 15px; flex-direction: column; align-items: center; height: 100%; }
.board-list > li > .board-content .board-agency-info { display: flex; align-items: center; }
.board-list > li > .board-content .board-agency-info > * + * { margin-left: 10px; padding-left: 10px; position: relative; }
.board-list > li > .board-content .board-agency-info > * + *:before { content: ''; width: 1px; height: 12px; background-color: #757575; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.board-list > li > .board-content .board-date { font-size: 13px; color: #757575; line-height: 1; }
.board-list > li > .board-content .agency { font-size: 13px; color: #757575; line-height: 1; }
.board-list > li > .board-content .list-title { font-size: 16px; font-weight: 600; color: var(--primary-color); }
.board-list > li > .board-content .list-content { font-size: 1em; line-height: 1.8; height: 100%; }
.board-list > li > .board-content .btn-group { margin-top: 0; height: 100%; display: flex; align-items: flex-end; }
.board-list > li > .medal { display: flex; flex-direction: column; justify-content: flex-end; position: absolute; top: 0; right: 0; width: 100px; height: 135px; text-align: center; font-size: 13px; font-weight: 700; line-height: 1.25; color: var(--primary-color); padding-bottom: 40px; background-image: url(../images/medal.png); background-repeat: no-repeat; background-position: top center; background-size: contain; }
.board-list > li > .pentagon { width: 106px; height: 103px; flex: none; align-self: center; display: -webkit-box; -webkit-box-align: center; -webkit-box-pack: center; text-align: center; font-size: 38px; font-weight: 700; color: #fff; line-height: 1; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url(../images/pentagon.png); }
.board-list > li > .pentagon.spe { background-image: url(../images/pentagon-spe.png); font-size: 32px; }
.board-list > li > .pentagon small { font-size: 0.65em; }





.post_view_style .title_ {
    font-size: 1.5rem;
    font-weight: 600;
}

.post_view_style .sub_title_ {
    padding: .625rem 0px;
}

.post_view_style .image_show_ {
    width: 60%;
}

.post_view_style .image_show_ img {
    width: 100%;
}

.post_view_style .sup_title_ {
    padding: .625rem 0px;
}

.post_view_style .content_show_ {
    margin-left: 1.25rem;
}

.post_view_style .content_show_above_ {
    margin-bottom: 1.25rem;
}

.post_view_style .content_show_ ul {
    margin-left: 1.5rem;
    list-style-type: disc;
}

.post_view_style .content_table_custom_ .content_above_table_ {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: .75rem;
}

.post_view_style .content_table_custom_ .content_main_ .content_main_item_ {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: .75rem;
}

.post_view_style .content_table_custom_ .content_sub_ li::before {
    content: "â€»";
    padding-right: .3125rem;
}

.post_view_style .content_table_custom_ .content_sub_ {
    margin-left: 20px;
    margin-bottom: 12px;
}

.post_view_style .content_table_custom_ .content_sub_ > li > p {
    margin-left: 14px;
}

.post_view_style .content_table_custom_ .content_above_table_custom_ li {
    content: "â€»";
    padding-right: .3125rem;
}

.post_view_style .content_table_custom_ .content_above_table_ li {
    list-style-type: disc;
}

.post_view_style .content_table_custom_ .content_above_table_custom_ {
    list-style: none;
}

.post_view_style .content_table_custom_ .content_above_table_custom_ li p {
    padding-left: .1875rem;
}

.post_view_style .content_table_custom_ .content_above_table_custom_ {
    list-style: none;
}

.post_view_style .content_table_custom_ .content_above_table_custom_ li p {
    margin-left: 1.25rem;
}

.post_view_style .content_table_custom_ .content_above_table_custom_ li::before {
    content: "â€»";
    padding-right: .3125rem;
}

.post_view_style .content_table_custom_ .content_above_table_custom_ li {
    content: "â€»";
    padding-right: .3125rem;
}

.post_view_style .content_table_custom_ .content_above_table_custom_ p {
    padding-right: 1rem;
}

.post_view_style .content_table_custom_ .content_above_table_custom_ li>p {
    padding-right: 2.3125rem;
}

.post_view_style .content_table_custom_ table .sub_table_custom_ {
    text-align: center;
    width: 52rem;
}

.post_view_style .content_table_custom_ table .sub_table_custom_default {
    text-align: center;
}

.post_view_style .content_table_custom_ table {
    margin: 1rem 0px;
}

.post_view_style .content_table_custom_ .content_below_table_ {
    list-style-type: disc;
    margin-left: 1.25rem;
}

.post_view_style .content_table_custom_ .content_below_table_ li {
    margin-bottom: .75rem;
}

.post_view_style .content_table_custom_ li span {
    font-size: 1.25rem;
    color: #4c5152;
}

.post_view_style .content_table_custom_ .content_above {
    list-style-type: disc;
    margin-left: 1.25rem;
    margin-bottom: .75rem;
}

.post_view_style .content_table_custom_ .content_below {
    list-style: none;
}

.post_view_style .content_table_custom_ .content_below .content_below_item_parent {
    margin-bottom: 1.25rem;
}

.post_view_style .content_table_custom_ .content_below .content_below_item_parent::before {
    content: "â€»";
    padding-right: .375rem;
}

.post_view_style .content_table_custom_ .content_below .content_below_item_parent p {
    padding-left: 1.5rem;
}

.post_view_style .content_table_custom_ .content_below .content_below_item_sub1 {
    margin-left: 1.25rem;
}

.post_view_style .content_table_custom_ .content_below .content_below_item_sub1 .line-list li:before {
  background: #8d8d8d;
  top: .9rem;
}

.post_view_style .content_table_custom_ .content_below .content_below_item_sub2 {
    margin-left: 1.25rem;
}



.accordion-wrap { margin-top: 70px; border-top: 1px solid #757575; border-bottom: 1px solid #757575; }
.accordion-wrap > .accordion + .accordion { border-top: 1px solid #d0d1d6; }
.accordion-wrap > .accordion:not(.active) > .accordion-cont { display: none; }

.accordion-wrap .accordion-header { padding: 15px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.accordion-wrap .accordion-header .checkbox {  }
.accordion-wrap .accordion-header .arrow { width: 18px; height: 18px; flex: none; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%234c5152' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E"); }
.accordion-wrap > .accordion.active > .accordion-header .arrow { transform: rotate(180deg); }

.accordion-wrap .accordion-cont { border-top: 1px solid #d0d1d6; padding: 30px; background-color: var(--background-sec-color); display: flex; flex-wrap: wrap; }
.accordion-wrap .cont-image { width: 40%; text-align: center; }
.accordion-wrap .accordion-menu-wrap { width: 60%; }
.accordion-wrap .accordion-menu { border-bottom: 1px solid #d0d1d6; }
.accordion-wrap .accordion-menu:not(.active) .list-checkbox { display: none; }
.accordion-wrap .accordion-menu .list-checkbox { display: flex; flex-wrap: wrap; padding: 30px; }
.accordion-wrap .accordion-menu .list-checkbox > li { width: calc(100% / 2); margin-bottom: 10px; }
.accordion-wrap .accordion-menu .list-checkbox.col_1 > li { width: 100%; }
.accordion-wrap .accordion-menu .list-checkbox.sub-list { flex-direction: column; padding: 10px 20px; }
.accordion-wrap .accordion-menu .list-checkbox.sub-list > li { width: 100%; margin-bottom: 5px; }
.accordion-wrap .accordion-menu .list-checkbox.sub-list > li label { font-size: 0.85em; }

.accordion-wrap .accordion-menu-tit { padding: 15px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.accordion-wrap .accordion-menu-tit + .list-checkbox { border-top: 1px solid #d0d1d6; }
.accordion-wrap .accordion-menu-tit .arrow { width: 18px; height: 18px; flex: none; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%234c5152' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E"); }
.accordion-wrap .accordion-menu.active > .accordion-menu-tit .arrow { transform: rotate(180deg); }


.accordion-wrap .report-download-wrap { width: 100%; margin-top: 40px; }
.accordion-wrap .report-download { display: flex; justify-content: center; flex-wrap: wrap; }
.accordion-wrap .report-download > li { padding: 5px; }
.accordion-wrap .report-download > li .btn { border-radius: 4px; }
.accordion-wrap .report-download > li .btn  .icon { width: 18px; height: 18px; margin-left: 5px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url(../images/icon-download2.png); }


#bnt-more-report { width: auto; height: 60px; font-weight: 500; border-radius: 5px; }
#bnt-more-report:after { content: '+'; margin-left: 10px; color: var(--font-color); }





#top5_issue { display: flex; flex-wrap: wrap; justify-content: center; margin: -8px; }
#top5_issue > li { width: calc((100% / 5) ); padding: 8px;  }
#top5_issue > li > div { display: flex; flex-direction: column; align-items: center; padding: 16px; text-align: center; background-color: #ccc; border-radius: 4px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
#top5_issue > li .tit { display: flex; align-items: center; justify-content: center; padding: 20px; width: 100%; height: 90px; background-color: #fff; border-radius: 4px; font-size: 16px; font-weight: 700; line-height: 1.25; margin-bottom: -20px; }
#top5_issue > li .num { display: flex; align-items: center; justify-content: center; width: 70px; height: 70px;  background-color: #ccc; border-radius: 50%; font-size: 16px; font-weight: 500; color: #fff; }



.popup-body-content { zoom: 0.85; }




#search_result_top { background-color: #f4f4f4; }
#search_result_top > .inner { padding: 70px 0; }
#search_result_top .input { position: relative; }
#search_result_top .input button { position: absolute; top: 0; right: 0; width: 48px; height: 48px; border: 0; background-color: transparent; }
#search_result_top .input button svg { width: 50%; }

#search_result_list .top { text-align: center; font-size: 32px; padding: 70px 0; }
#search_result_list .top span { color: var(--secondary-color); }

#search_result_list .list { border-top: 2px solid #000; border-bottom: 2px solid #000; } 
#search_result_list .list > ul > li + li { border-top: 1px solid var(--border-color); }
#search_result_list .list > ul > li { padding: 30px 0; display: flex; align-items: center; }
#search_result_list .list > ul > li > div { width: 100%; }
#search_result_list .list > ul > li .cate { font-size: 16px; margin-bottom: 10px; }
#search_result_list .list > ul > li .text { font-size: 1em; }
#search_result_list .list > ul > li .text b { color: var(--secondary-color); }
#search_result_list .list > ul > li > .link { width: auto; flex: none; padding: 0 30px; }
#search_result_list .list > ul > li > .link > a { color: var(--secondary-color); text-decoration: underline; }


/*#ceo-greeting2 { display: flex; align-items: flex-end; background-size: cover; height: 260px; margin-top: 50px; margin-bottom: 50px; }
#ceo-greeting2 .txt { font-size: 32px; color: var(--font-color); font-weight: 600; padding: 30px; width: 100%; height: 100%; display: flex; align-items: center; }
#ceo-greeting2 .photo { width: 600px; }*/


/*260622 팝업 스타일 추가*/
#popup {width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; z-index: 100; left: 0; top: 0;}
#popupContent {position: absolute; left: 50%; top: 50%; margin-top: -285px; margin-left: -250px;}
#popupContent .image {position: relative; width: 500px; height: 520px;}
#popupContent .image img {width: 100%}
#popupContent .foot-close {height: 50px; line-height: 50px; background: #222;}
#popupContent .foot-close .input {float: left; margin-left: 20px; color: #fff;}
#popupContent .foot-close .popup_close {float: right; color: #fff; padding: 0 20px; background-color: transparent; border: 0; line-height: 50px;}

@media screen and (max-width: 430px) {
    #popupContent {width: 80%; margin-left: -40%; margin-top: -45%;}
    #popupContent .image {width: 100%; height: auto;}
    #popupContent .foot-close {margin-top: -2.5%; height: 45px; line-height: 45px;}

    #popupContent .foot-close .popup_close,#popupContent .foot-close .input {font-size: 12px;}
}


@media screen and (max-width: 1600px){
  #site-header > .inner > * { width: 300px; }
  #site-header > .inner { align-items: center; }
  #site-header .gnb-menu { display: none; }
  #site-header .gnb-menu-btn { font-size: 0; display: block; width: 50px; height: 50px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(../images/allmenu-open-sub.png); }
}


@media screen and (max-width: 768px){
  .obj-content-group { flex-direction: column; }
  .img-content-box .body { flex-direction: column; padding: 20px;}
  .img-content-box .body > .img { max-width: 100%; }

  .sub-title-top { margin-top: 30px; }

  .tabs-nav { justify-content: flex-start; margin-bottom: 0; }

}












