*,
*::before,
*::after {
    box-sizing: border-box;
}
body { margin: 0; padding: 0; background-color: #F2F4F8; }
a:hover { text-decoration: none; }
ol, ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0; }
strong, span, p { padding: 0; margin: 0; }
:root { interpolate-size: allow-keywords; }

button { padding: 0; border: none; background-color: transparent; }


.box-rounded { border-radius: 15px; background-color: #fff; }
.box-input input[type=text] { border: none; background: none; outline: none; }
.box-select { flex: none; display: flex; align-items: center; position: relative; min-width: 75px; width: auto; height: 32px; border-radius: 10px; border: 1px solid #c3c3c3; word-break: keep-all; cursor: pointer; }
.box-select strong { display: flex; align-items: center; justify-content: center; padding: 0 10px; width: 100%; height: 100%; font-size: 16px; color: #333; font-weight: 400; }
.box-select input { padding: 0 10px; width: 100%; height: 100%; font-size: 16px; color: #333; font-weight: 400; border: none; background: none; outline: none; cursor: pointer; }
.box-select:after { content: ""; display: block; margin-right: 10px; width: 0; height: 0; border-style: solid; border-width: 6.928px 4px 0px 4px; border-color: #666 transparent transparent transparent; }
.box-select ul { display: none; position: absolute; bottom: 0; left: 50%; padding: 5px; border-radius: 10px; background-color: #fff; box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); transform: translate(-50%, calc(100% + 10px)); z-index: 1; }
.box-select.on ul { display: block; }
.box-select ul li { border-radius: 5px; }
.box-select ul li:hover { background-color: #fafafa }
.box-select ul li + li { margin-top: 5px; }
.box-select ul li a { display: flex; justify-content: center; align-items: center; padding: 5px 20px; color: #666; text-wrap: nowrap; }


.box-noti { display: flex; align-items: center; gap: 20px; padding: 10px 20px; border-radius: 10px; background-color: #fff; box-shadow: 1px 1px 4px rgba(0, 0, 0, .3); }
.box-noti2 { display: flex; align-items: center; gap: 20px; padding: 10px 20px; border-radius: 10px; background-color: #fff; box-shadow: 1px 1px 4px rgba(0, 0, 0, .3); }
.box-noti3 { display: flex; flex-direction: column; justify-content: center; gap: 5px; margin-top: 15px; padding: 10px 20px; width: 100%; border-radius: 10px; background-color: #fff; box-shadow: 1px 1px 4px rgba(0, 0, 0, .3); }
.box-noti:before { content: "!"; display: flex; justify-content: center; align-items: center; width: 14px; height: 14px; background-color: #91D48F; border-radius: 50%; font-size: 10px; color: #fff; font-weight: 900; }
.box-noti2:before { content: "!"; display: flex; justify-content: center; align-items: center; width: 14px; height: 14px; background-color: #ea4949; border-radius: 50%; font-size: 10px; color: #fff; font-weight: 900; }
.box-noti3:before { content: "Tip"; color: #FF5D1A; font-weight: 400; }
.box-noti p { font-size: 14px; color: #696969; }
.box-noti2 p { font-size: 14px; color: #696969; }
.box-noti3 p { font-size: 14px; color: #696969; }


.wrap { display: flex; gap: 20px; padding: 20px; width: 100%; height: calc(100vh - 80px); overflow: hidden; }

.box-left { flex: none; width: 365px; }
.box-left .box-inner { display: flex; flex-direction: column; gap: 20px; }
.box-left .box-search { display: flex; align-items: center; width: 100%; }
.box-left .box-search .box-input { width: 100%; height: 48px; }
.box-left .box-search .box-input input { padding: 5px 20px; width: 100%; height: 100%; font-size: 14px; color: #666; }
.box-left .box-search .box-button { flex: none; width: 40px; height: 100%; }
.box-left .box-search .box-button button { width: 100%; height: 100%; }

.box-left .box-tree { position: relative; width: 100%; height: calc(100vh - 200px); overflow: hidden; }
.box-left .box-tree .box-depth { display: flex; flex-direction: column; padding: 5px 0; height: 100%; overflow: hidden; background-color: #fff; overflow-y: auto; }
.box-left .box-tree .box-depth .box-top { flex: none; display: flex; align-items: center; padding: 0 6px 5px; height: 20px; }
.box-left .box-tree .box-depth .box-top a { font-size: 10px; font-weight: 700; color: #333; white-space: nowrap; }
.box-left .box-tree .box-depth a span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.box-left .box-tree .box-depth > ul { height: 100%; overflow-y: auto; -ms-overflow-style: none; }
.box-left .box-tree .box-depth > ul::-webkit-scrollbar { display:none; }
.box-left .box-tree .box-depth ul li.hide { display: none; }
.box-left .box-tree .box-depth ul li a { display: flex; align-items: center; }

.box-left .box-tree .depth_1 { background-color: #fff; transition: width .2s ease-in-out; }
.box-left .box-tree .depth_1 .box-top a { color: #BFBFBF; }
.box-left .box-tree .depth_1 ul { padding: 0 6px; overflow-y: auto; }
.box-left .box-tree .depth_1 ul li { display: flex; flex-direction: column; position: relative; padding: 0 8px; border-radius: 10px; border: 1px solid transparent; background-color: #fff; }
/*.box-left .box-tree .depth_1 ul li:before { content: ""; position: absolute; top: 0; left: 0; width: 34px; height: 36px; border-radius: 10px; border: 1px solid #FF5D1A; opacity: 0; transition: opacity .2s linear; }*/
/*.box-left .box-tree .depth_1 ul li:after { content: ""; display: none; position: absolute; bottom: -10px; right: 0; width: 10px; height: 10px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M10 10C10 4.47715 5.52285 0 0 0H10V10Z' fill='%23FF5D1A'/%3E%3C/svg%3E"); }*/
.box-left .box-tree .depth_1 ul li a { display: flex; align-items: center; height: 36px; font-size: 13px; font-weight: 700; color: #495057; white-space: nowrap; transition: color .1s ease-in-out; }
.box-left .box-tree .depth_1 ul li a em { flex: none; display: flex; justify-content: center; align-items: center; margin-right: 10px; padding: 2px 0 0 1px; width: 16px; height: 16px; border-radius: 50%; font-weight: 700; color: #9B9B9B; font-style: normal; background-color: #D9D9D9; }
.box-left .box-tree .depth_1 ul li:hover {  position: relative; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); z-index: 1; }
.box-left .box-tree .depth_1 ul li.selected { position: relative; border-color: #FF5D1A; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); z-index: 1; }
/*.box-left .box-tree .depth_1 ul li.active:before { opacity: 1; }*/
/*.box-left .box-tree .depth_1 ul li:hover:before,*/
/*.box-left .box-tree .depth_1 ul li.active:before { display: block; }*/
/*.box-left .box-tree .depth_1 ul li:hover:after,*/
/*.box-left .box-tree .depth_1 ul li.active:after { display: block; }*/
.box-left .box-tree .depth_1 ul li:hover a,
.box-left .box-tree .depth_1 ul li.selected a { color: #333; }
.box-left .box-tree .depth_1 ul li:hover a em,
.box-left .box-tree .depth_1 ul li.selected a em { color: #fff; background-color: #FF5D1A; }

.box-left .box-tree .depth_2 { position: absolute; top: 0; left: 45px; width: 285px; border-left: 1px solid #FF5D1A; z-index: 1; transition: all .2s ease-in-out; }
.box-left .box-tree .depth_2 .box-top a { transform: rotate(-90deg) translate(-10px, -5px); }
.box-left .box-tree .depth_2 ul { padding: 0 6px; transform: translateX(50px); opacity: 0; overflow-y: auto; }
.box-left .box-tree .depth_2 ul li { display: flex; flex-direction: column; position: relative; padding: 0 8px; border-radius: 10px; border: 1px solid transparent; background-color: #fff; }
.box-left .box-tree .depth_2 ul li:hover { position: relative; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); z-index: 1; }
.box-left .box-tree .depth_2 ul li.selected { position: relative; border-color: #FF5D1A; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); z-index: 1; }
/*.box-left .box-tree .depth_2 ul li:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M10 10H0C5.52285 10 10 5.52285 10 0V10Z' fill='%23574F4B'/%3E%3C/svg%3E"); }*/
/*.box-left .box-tree .depth_2 ul li:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M10 10C10 4.47715 5.52285 0 0 0H10V10Z' fill='%23574F4B'/%3E%3C/svg%3E"); }*/
.box-left .box-tree .depth_2 ul li a { display: flex; align-items: center; height: 36px; font-size: 13px; font-weight: 700; color: #333333; white-space: nowrap; opacity: .6; transition: opacity .1s ease-in-out; }
.box-left .box-tree .depth_2 ul li a span:first-child { flex: none; }
.box-left .box-tree .depth_2 ul li a span + span { margin-left: 10px; }
.box-left .box-tree .depth_2 ul li:hover a,
.box-left .box-tree .depth_2 ul li.selected a { opacity: 1; }
.box-left .box-tree .depth_2 ul li.active a { opacity: 1; }

.box-left .box-tree .depth_3 { position: absolute; top: 0; left: 98px; width: 267px; border-left: 1px solid #FF5D1A; z-index: 1; transition: all .2s ease-in-out; }
.box-left .box-tree .depth_3.open { transform: translateX(0); }
.box-left .box-tree .depth_3 .box-top a { transform: rotate(-90deg) translate(-35px, -25px); }
.box-left .box-tree .depth_3 ul { padding: 0 12px; }
.box-left .box-tree .depth_3 > ul { transform: translateX(50px); opacity: 0;}
.box-left .box-tree .depth_3.open > ul { transform: translateX(0); opacity: 1; }
.box-left .box-tree .depth_3 ul li a { color: #333; }
.box-left .box-tree .depth_3 > ul > li > a { height: 36px; font-size: 13px; font-weight: 700; white-space: nowrap; transition: color .1s ease-in-out; }
.box-left .box-tree .depth_3 > ul > li { opacity: .6; transition: opacity .1s linear; }
.box-left .box-tree .depth_3 > ul > li.selected { opacity: 1; }
.box-left .box-tree .depth_3 > ul > li.active { opacity: 1; }
.box-left .box-tree .depth_3 > ul > li.selected > a { color: #FF5D1A; }

.box-left .box-tree ul.depth_4 { background-color: #FAFAFA; border-radius: 10px; }
/*.box-left .box-tree ul.depth_4 > li { height: 26px; overflow: hidden; transition: height .2s ease-in-out; }*/
.box-left .box-tree ul.depth_4 > li { height: auto; overflow: hidden; transition: height .2s ease-in-out; }
.box-left .box-tree ul.depth_4 > li.open { height: auto; }
.box-left .box-tree ul.depth_4 li a { height: 26px; }
.box-left .box-tree ul.depth_4 li.selected > a { color: #FF5D1A; }
/*.box-left .box-tree ul.depth_4 li a:before { content: "+"; display: flex; justify-content: center; align-items: center; margin-right: 10px; width: 10px; height: 10px; font-size: 12px; font-weight: 700; color: #868686; border-radius: 50%; background-color: #353535; }*/
/*.box-left .box-tree ul.depth_6 li a:before { content: ""; display: flex; justify-content: center; align-items: center; margin-right: 10px; width: 3px; height: 3px; border-radius: 50%; background-color: #b5b5b5; }*/
.box-left .box-tree ul.depth_4 li a:before { content: ""; display: flex; justify-content: center; align-items: center; margin-right: 10px; width: 3px; height: 3px; border-radius: 50%; background-color: #b5b5b5; }

/*.box-left .box-tree .depth_3 > ul > li.active ul.depth_4 li a:before { color: #fff; background-color: #FF5D1A; }*/
/*.box-left .box-tree .depth_3 > ul > li.active ul.depth_6 li a:before { content: ""; display: flex; justify-content: center; align-items: center; margin-right: 10px; width: 3px; height: 3px; border-radius: 50%; background-color: #b5b5b5; }*/
.box-left .box-tree .depth_3 > ul > li.active ul.depth_4 li a:before { content: ""; display: flex; justify-content: center; align-items: center; margin-right: 10px; width: 3px; height: 3px; border-radius: 50%; background-color: #FF5D1A; }


.box-left .box-tree .depth_1 { transition: all .2s linear; }
.box-left .box-tree .depth_2 { transition: all .2s linear; }
.box-left .box-tree .depth_3 { transition: all .2s linear; }

.box-left .box-tree.open1 .depth_1 { width: 295px; }
.box-left .box-tree.open1 .depth_2 { transform: translateX(250px); }
.box-left .box-tree.open1 .depth_3 { transform: translateX(230px); }

.box-left .box-tree.open2 .depth_1 { width: 46px; }
.box-left .box-tree.open2 .depth_2 { transform: translateX(0); }
.box-left .box-tree.open2 .depth_3 { transform: translateX(230px); }
.box-left .box-tree.open2 .depth_2 .box-top a { transform: rotate(0deg) translate(0, 0); }
.box-left .box-tree.open2 .depth_2 ul { transform: translateX(0); opacity: 1; }

.box-left .box-tree.open3 .depth_1 { width: 46px; }
.box-left .box-tree.open3 .depth_2 { width: 55px; transform: translateX(0); }
.box-left .box-tree.open3 .depth_3 { transform: translateX(0); }
.box-left .box-tree.open3 .depth_3 .box-top a { transform: rotate(0) translate(0, 0); }
.box-left .box-tree.open3 .depth_2 ul { transform: translateX(0); opacity: 1; }
.box-left .box-tree.open3 .depth_2 .box-top a { transform: rotate(0deg) translate(0, 0); }
.box-left .box-tree.open3 .depth_3 > ul { transform: translateX(0); opacity: 1; }







.box-center { width: 100%; }
/*.box-center { width: 100%; height: calc(100vh - 200px); overflow: auto; }*/
/*.box-center { -ms-overflow-style: none; }*/
/*.box-center::-webkit-scrollbar { display:none; }*/
.box-center .box-inner { display: flex; flex-direction: column; gap: 20px; height: 100%; }
.box-center .box-scroll { display: flex; flex-direction: column; gap: 20px; height: 100%; overflow: auto; }
.box-center .box-scroll { overflow-y: auto; -ms-overflow-style: none; }
.box-center .box-scroll::-webkit-scrollbar { display:none; }
.box-center .box-tab ul { display: flex; gap: 20px; }
.box-center .box-tab ul li { width: 200px; height: 48px; border-radius: 15px; border: 2px solid #333; opacity: .5; transition: all .1s linear; }
.box-center .box-tab ul li:hover { border-color: #FF5D1A; opacity: 1; }
.box-center .box-tab ul li.active { background-color: #FF5D1A; border-color: #FF5D1A; opacity: 1; }
.box-center .box-tab ul li a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 18px; color: #333; transition: color .1s linear; }
.box-center .box-tab ul li:hover a { color: #FF5D1A; }
.box-center .box-tab ul li.active a { color: #fff; }
.box-center .box-header { flex: none; display: flex; flex-direction: column; gap: 20px; padding: 20px; border: 1px solid #FF5D1A; }
.box-center .box-header .box-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.box-center .box-header .box-top .box { display: flex; gap: 20px; align-items: center; }
.box-center .box-header .box-top .box-select { flex: none; width: 80px; }
.box-center .box-header .box-top .box-breadcrumb {  }
.box-center .box-header .box-top .box-breadcrumb ul { display: flex; gap: 12px; }
.box-center .box-header .box-top .box-breadcrumb ul li { display: flex; align-items: center; }
.box-center .box-header .box-top .box-breadcrumb ul li a { font-size: 16px; color: #757575; font-weight: 300; transition: color .1s linear; }
.box-center .box-header .box-top .box-breadcrumb ul li a em { font-style: normal; }
.box-center .box-header .box-top .box-btns {  }
.box-center .box-header .box-top .box-btns ul { display: flex; }
.box-center .box-header .box-top .box-btns ul li {}
.box-center .box-header .box-top .box-btns ul li button { width: 30px; height: 30px; }
.box-center .box-header .box-top .box-btns ul li #btnBookmark svg { fill: transparent; }
.box-center .box-header .box-top .box-btns ul li #btnBookmark.on svg { fill: #FF5D1A; }
.box-center .box-header .box-top .box-btns ul li #btnBookmark svg path { stroke: #757575; }
.box-center .box-header .box-top .box-btns ul li #btnBookmark.on svg path { stroke: #FF5D1A; }
.business .box-center .box-header .box-top .box-breadcrumb ul li a { cursor: default; }
/*.box-center .box-header .box-top .box-breadcrumb ul li a span { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-wrap: nowrap; }*/
.box-center .box-header .box-top .box-breadcrumb ul li + li:before { content: ""; display: block; margin-right: 12px; width: 10px; height: 6px; background-image: url('/industry/img/commentary/ico_breadcrumb_angle-a7241662586181f4a9ecfc64f3175edd.svg'); background-position: center; background-repeat: no-repeat; background-size: 100%; }
.box-center .box-header .box-top .box-breadcrumb ul li:hover a { color: #FF5D1A; }
.box-center .box-header .box-content { display: flex; gap: 20px; }
.box-center .box-header .box-content .box-image { width: 220px; height: 120px; border-radius: 10px; overflow: hidden; }
.box-center .box-header .box-content .box-image.hide { display: none; }
.box-center .box-header .box-content .box-image img { width: 100%; height: 100%; object-fit: cover; }
.box-center .box-header .box-content .box-txt { display: flex; flex-direction: column; justify-content: flex-end; }
.box-center .box-header .box-content .box-txt h2 { font-size: 26px; font-weight: 500; color: #333; }
.box-center .box-header .box-content .box-txt h1 { font-size: 22px; color: #333; }
.box-center .box-header .box-content .box-txt .box-noti { margin-top: 10px; }

.box-center .box-section { padding: 30px 40px; }
.box-center .box-section h5 { display: block; position: relative; padding-left: 8px; font-size: 18px; font-weight: 500; color: #333; }
.box-center .box-section h5:before { content: ""; position: absolute; top: 50%; left: 0; width: 3px; height: 12px; transform: translateY(-50%); background-color: var(--color-new-orange); }
.box-center .box-section .list-content li { position: relative; }
.box-center .box-section .list-content li + li { margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; }
.box-center .box-section .list-content li .box-txt { margin-top: 10px; }
.box-center .box-section .list-content li .box-txt p { font-size: 14px; color: #444; line-height: 140%; }
.box-center .box-section .list-code1 { display: flex; gap: 20px; margin-top: 10px; flex-wrap: wrap; }
.box-center .box-section .list-code1 li { width: 100%; max-width: 234px; border: 1px solid transparent; border-radius: 10px; box-shadow: 1px 1px 4px rgba(0, 0, 0, .3); transition: all .1s linear; }
.box-center .box-section .list-code1 li:hover { border-color: var(--color-new-orange); box-shadow: 1px 1px 4px rgba(255, 93, 26, .4); }
.box-center .box-section .list-code1 li a { display: block; padding: 15px 20px; width: 100%; height: 100%; }
.box-center .box-section .list-code1 li a strong { font-size: 20px; font-weight: 500; color: #6B6B6B; line-height: 1; }
.box-center .box-section .list-code1 li a p { margin-top: 5px; font-size: 18px; color: #333; line-height: 140%; }
.box-center .box-section .list-code1 li a .box-etc { display: flex; margin-top: 10px; }
.box-center .box-section .list-code1 li a .box-etc .box { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 5px; width: 50%; }
.box-center .box-section .list-code1 li a .box-etc .box + .box { border-left: 1px solid #A9A9A9; }
.box-center .box-section .list-code1 li a .box-etc .box span { font-size: 14px; color: #6b6b6b; line-height: 1; }
.box-center .box-section .list-code1 li a .box-etc .box em { margin-top: 5px; font-size: 16px; color: #6b6b6b; font-weight: 500; font-style: normal; line-height: 1; }
.box-center .box-section .list-code1 li a .box-img { margin-bottom: 10px; width: 100%; aspect-ratio: 1.8 / 1; border-radius: 5px; overflow: hidden; }
.box-center .box-section .list-code1 li a .box-img img { width: 100%; height: 100%; object-fit: cover; }

.box-center .box-section .list-graph {  }
.box-center .box-section .list-graph ul { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.box-center .box-section .list-graph ul li { display: flex; flex-direction: column; justify-content: center; }
.box-center .box-section .list-graph .donut-chart { position: relative; width: 140px; text-align: center; }
.box-center .box-section .list-graph svg { transform: rotate(-90deg); }
.box-center .box-section .list-graph .donut-bg { fill: none; stroke: #e5e5e5; stroke-width: 2; }
.box-center .box-section .list-graph .donut-progress { fill: none; stroke: #ff6a00; stroke-width: 12; stroke-linecap: round; stroke-dasharray: 0 999; }
.box-center .box-section .list-graph .donut-text { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); }
.box-center .box-section .list-graph .percent { font-size: 22px; font-weight: bold; color: #ff6a00; }
.box-center .box-section .list-graph .label { margin-top: 6px; font-size: 14px; color: #555; }
.box-center .box-section .list-graph .box { display: flex; justify-content: center; align-items: center; width: 140px; height: 140px; }
.box-center .box-section .list-graph .box-txt { text-align: center; }
.box-center .box-section .list-graph .box-txt span {  }
.box-center .box-section .list-graph .box-circle { display: flex; justify-content: center; align-items: center; width: 100px; height: 100px; border-radius: 50%; transition: all .2s ease-out; }
.box-center .box-section .list-graph .box-circle[data-value="Y"] { background-color: #70D99A; }
.box-center .box-section .list-graph .box-circle[data-value="N"] { background-color: #D97470; }
.box-center .box-section .list-graph .box-circle:after { font-size: 26px; font-weight: 700; color: #fff; }
.box-center .box-section .list-graph .box-circle[data-value="Y"]:after { content: "여" }
.box-center .box-section .list-graph .box-circle[data-value="N"]:after { content: "부" }


.box-right { flex: none; position: relative; padding-top: 68px; width: 0; transition: width .2s ease-in-out; min-height: calc(100vh - 200px); }
.box-right.open { width: 510px; }
.box-right.business.open { width: 330px; }
.box-right .box-inner { width: 510px; height: 100%; overflow: hidden; }
.box-right.business .box-inner { width: 100%; }
.box-right .box-menus { position: absolute; top: 150px; left: 0; transform: translate(calc(-50% - 10px), 0); opacity: .6; transition: all .2s ease-in-out; }
.box-right .box-menus:hover,
.box-right.open .box-menus { transform: translate(calc(-100% - 10px), 0); opacity: 1; }
.box-right .box-menus > ul {  }
.box-right .box-menus > ul > li { width: 190px; height: 46px; border-radius: 10px; background-color: #FAFAFA; box-shadow: 2px 2px 2px rgba(0, 0, 0, .25); overflow: hidden; transition: height .2s ease-out; }
.box-right .box-menus > ul > li:hover,
.box-right .box-menus > ul > li.hold { height: auto; }
.box-right .box-menus > ul > li + li { margin-top: 10px; }
.box-right .box-menus > ul > li > a { display: block; padding: 15px 20px; width: 100%; height: 100%; font-size: 16px; color: #333; font-weight: 500; word-break: keep-all; line-height: 1; }
.box-right .box-menus > ul > li > ul > li > a:before { content: ""; position: absolute; top: 9px; left: 0; width: 4px; height: 4px; border-radius: 50%; background-color: #DFDFDF; }
.box-right .box-menus > ul > li > ul { padding: 0 20px 15px; max-height: 400px; overflow: auto; opacity: 0; transform: translateY(10%); transition: all .2s ease-out; }
.box-right .box-menus > ul > li:hover > ul,
.box-right .box-menus > ul > li.hold > ul { opacity: 1; transform: translateY(0%); }
.box-right .box-menus > ul > li > ul > li {  }
.box-right .box-menus > ul > li > ul > li + li { margin-top: 10px; }
.box-right .box-menus > ul > li > ul > li > a { display: block; position: relative; padding-left: 10px; }
.box-right .box-menus > ul > li > ul > li > a span { font-size: 14px; color: #666666; }
.box-right .box-menus > ul > li > ul > li > a p { font-size: 14px; color: #666666; }
.box-right .box-section { position: relative; padding: 30px 40px; height: 100%; }
.box-right .box-section .box-content .box-title { padding-bottom: 15px; border-bottom: 1px solid #FF5D1A; }
.box-right .box-section .box-content .box-title h4 { font-size: 28px; color: #333; font-weight: 500; line-height: 1; }
.box-right .box-section .box-content .box { display: flex; margin-top: 20px; }
.box-right .box-section .box-content .box .box-select { width: 80px; }
.box-right .box-section .box-content .box .box-select + .box-select { margin-left: 10px; width: 120px; }
.box-right .box-section h5 { display: block; position: relative; padding-left: 8px; font-size: 18px; font-weight: 500; color: #333; }
.box-right .box-section h5:before { content: ""; position: absolute; top: 50%; left: 0; width: 3px; height: 12px; transform: translateY(-50%); background-color: var(--color-new-orange); }
.box-right .box-section .list-content li { margin-top: 20px; position: relative; }
.box-right .box-section .list-content li + li { margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; }
.box-right .box-section .list-content li .box-txt { margin-top: 10px; }
.box-right .box-section .list-content li .box-txt p { font-size: 14px; color: #444; line-height: 140%; }
.box-right .box-close { position: absolute; top: 30px; right: 30px; }
.box-right .box-close button { padding: 10px; }
.box-right .box-section .related-list { margin-top: 20px; }
.box-right .box-section .related-list ul {  }
.box-right .box-section .related-list ul li { width: 100%; border-radius: 10px; overflow: hidden; box-shadow: 2px 2px 4px rgba(0, 0, 0, .3); }
.box-right .box-section .related-list ul li + li { margin-top: 20px; }
.box-right .box-section .related-list ul li a { display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.box-right .box-section .related-list ul li .box-image { flex: none; width: 100%; aspect-ratio: 2.4 / 1; overflow: hidden; }
.box-right .box-section .related-list ul li .box-image img { width: 100%; height: 100%; object-fit: cover; }
.box-right .box-section .related-list ul li .box-content { position: relative; height: 100%; overflow: hidden; }
.box-right .box-section .related-list ul li .box-content { padding: 20px 14px; }
.box-right .box-section .related-list ul li .box-content strong { display: block; font-size: 18px; color: #333; font-weight: 500; line-height: 1.4; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.box-right .box-section .related-list ul li .box-content p { display: block; margin-top: 5px; font-size: 14px; color: #4d4d4d; line-height: 1.4; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.box-right .box-section .related-list ul li .box-content .date { display: block; margin-top: 20px; font-size: 12px; color: #9CA3AF; font-weight: 400; }
.box-right .box-section .related-list ul li .box-content:after { content: "+"; position: absolute; bottom: 5px; right: 10px; font-size: 24px; color: var(--color-new-orange); font-weight: 800; }
.box-right .box-section .related-list ul li.empty { display: flex; justify-content: center; align-items: center; height: 500px; box-shadow: none; }



@media all and (max-width: 1800px) {
    .industry .box-right { position: absolute; top: 100px; right: 0px; height: calc(100vh - 120px); z-index: 3; }
    .industry .box-right.open { right: 20px; }
    .industry .box-right .box-inner { box-shadow: 4px 4px 10px rgba(0, 0, 0, .3); border-radius: 15px; }

    .business .box-right { display: none; }
}


@media all and (max-width: 1024px) {
    .box-right { display: none; }

    .box-left { position: absolute; top: 100px; left: 20px; padding: 10px; width: 100%; max-width: 365px; border-radius: 15px; background-color: #fff; box-shadow: 4px 4px 10px rgba(0, 0, 0, .3); z-index: 1; transform: translateX(calc(-100% - 30px)); }
    .box-left.open { transform: translateX(0); }
    .box-left .box-search { border: 1px solid #FF5D1A; }
    .box-left .box-search .box-button button { position: absolute; bottom: 100px; right: -68px; width: 48px; height: 48px; background-color: #fff; border-radius: 10px; box-shadow: 4px 4px 10px rgba(0, 0, 0, .3); }
    .box-left .box-tree .box-depth .box-top { display: none; }
    .box-left .box-tree.open3 .depth_1 { display: none; }
    .box-left .box-tree.open3 .depth_2 { display: none; }
    .box-left .box-tree.open3 .depth_3 { position: static; width: 100%; border: none; }
}

@media all and (max-width: 768px) {
    .box-left { width: 72%; }
    .box-center .box-tab ul li { width: 100%; }
    .box-center .box-header .box-top { align-items: flex-start; }
    .box-center .box-header .box-top .box { align-items: flex-start; }
    .box-center .box-header .box-top .box-breadcrumb ul { flex-direction: column;  gap: 0; }
    .box-center .box-header .box-top .box-breadcrumb ul li + li:before { display: none; }
    .box-center .box-header .box-content { flex-direction: column; }
    .box-center .box-header .box-content .box-image { width: 100%; height: auto; aspect-ratio: 1.8; }
}

@media all and (max-width: 610px) {
    .box-center .box-section .list-code1 li { max-width: 100% }
}

@media all and (max-width: 420px) {
    .box-center .box-section .list-graph ul { justify-content: center; }
}
