@charset "UTF-8";

/* base */

/* Font Face
**********************************************************************************/
/* Brand New Hyosung */
@font-face {
    font-family: 'Brand New Hyosung';
    font-style: normal;
    font-weight: 400;
    src: url("/resources/kr/font/brand_new_hyosung_light.otf") format('opentype');
	unicode-range: U+AC00-D7A3, U+0030-0039, U+0041-005A, U+0061-007A, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}
@font-face {
    font-family: 'Brand New Hyosung';
    font-style: normal;
    font-weight: 500;
    src: url("/resources/kr/font/brand_new_hyosung_medium.otf") format('opentype');
	unicode-range: U+AC00-D7A3, U+0030-0039, U+0041-005A, U+0061-007A, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}
@font-face {
	font-family: 'Brand New Hyosung';
	font-style: normal;
	font-weight: 600;
	src: url("/resources/kr/font/brand_new_hyosung_bold.otf") format('opentype');
	unicode-range: U+AC00-D7A3, U+0030-0039, U+0041-005A, U+0061-007A, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

/* Noto Sans */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url("/resources/kr/font/NotoSansKR-Light.woff2") format('woff2'),
     url("/resources/kr/font/NotoSansKR-Light.woff") format('woff'),
     url("/resources/kr/font/NotoSansKR-Light.otf") format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url("/resources/kr/font/NotoSansKR-Regular.woff2") format('woff2'),
     url("/resources/kr/font/NotoSansKR-Regular.woff") format('woff'),
     url("/resources/kr/font/NotoSansKR-Regular.otf") format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url("/resources/kr/font/NotoSansKR-Medium.woff2") format('woff2'),
	 url("/resources/kr/font/NotoSansKR-Medium.woff") format('woff'),
	 url("/resources/kr/font/NotoSansKR-Medium.otf") format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 600;
	src: url("/resources/kr/font/NotoSansKR-Bold.woff2") format('woff2'),
	 url("/resources/kr/font/NotoSansKR-Bold.woff") format('woff'),
	 url("/resources/kr/font/NotoSansKR-Bold.otf") format('opentype');
}


/* Default Setting
**********************************************************************************/
header, footer, section, article,
aside, nav, hgroup, details, menu,
figure, figcaption {
    display: block;
}
body {
    font-weight: 400;
    font-family: 'Brand New Hyosung', 'Noto Sans KR', sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    color: #222222;
    line-height: 155%;
    letter-spacing: -0.5px;
    word-break: keep-all;
    margin: 0px;
    padding: 0px;
    min-width: 100vw;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    border: 0px;
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: #222222;
}
input,button,textarea {
    font-family: 'Brand New Hyosung', 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #222222;
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    background: none;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    padding: 9px 20px 10px;
    height: 54px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: white;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
textarea:hover,
textarea:focus {
    border-color: #1465F4;
    outline: none;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
textarea:disabled {
    opacity: 1;
    color: #666666;
    border-color: #EEEEEE !important;
    background-color: #EEEEEE;;
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
textarea.error {
    border-color:#F3002C !important;
    background-color:rgba(243, 0, 44, 0.06) !important
}
input[type="text"].pass,
input[type="password"].pass,
input[type="email"].pass,
input[type="tel"].pass,
textarea.pass {
    border-color:#1465F4 !important;
    background-color:#FFFFFF !important
}
textarea {
    padding: 10px 18px;
    line-height: 150%;
    resize: none;
    height: 180px;
}
textarea::-webkit-scrollbar {
    width: 6px;
    border-radius: 0px;
    background-color: #DFDFDF;
}
textarea::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #6B6B6B;
}
::-webkit-input-placeholder {
    opacity: 0.4;
}
::-moz-placeholder {
    opacity: 0.4;
}
:-ms-input-placeholder {
    opacity: 0.4;
}
:-moz-placeholder {
    opacity: 0.4;
}
::-ms-clear,::-ms-reveal {
    display: none
}
input[type="checkbox"],
input[type="radio"] {
    width: 22px;
    height: 22px;
    border: 2px solid #DDDDDD;
    padding: 0px;
    margin: 0px;
    appearance: none;
    background-color: white;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
input[type="checkbox"] {
    border-radius: 4px;
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    border-color: #1465F4;
}
input[type="checkbox"]:checked {
    background: #1465F4 url(/resources/kr/images/template/bullet_checkbox.svg) no-repeat center center;
}
input[type="radio"]:checked {
    border-width: 7px;
}
button,
input[type="submit"],
input[type="image"] {
    cursor: pointer;
}
hr {
    display: none;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    color: #222222;
    font-weight: 600;
}
h2 {
    font-size: 40px;
    line-height: 1.3;
    margin: 120px 0px 40px;
}
h3 {
    font-size: 24px;
    margin: 72px 0px 20px;
}
h4 {
    font-size: 20px;
    margin: 60px 0px 20px;
}
h2:first-child,
h3:first-child,
h4:first-child {
    margin-top: 0px;
}
h3 + h4 {
    margin-top: 24px;
}
p {
    margin: 0px;
}
ul,ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
dl,dt,dd {
    padding: 0px;
    margin: 0px;
}
table {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    table-layout: fixed;
}
table caption {
    text-indent: -9999px;
    overflow: hidden;
    height: 2px;
    margin-top: -2px;
}
th,td {
    padding: 0px;
}
th {
    color: #222222;
    font-weight: 500;
}
fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
fieldset legend {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-indent: -9999px;
    overflow: hidden;
}
figure {
    margin: 0px;
    padding: 0px;
}
strong,b {
    color: #222222;
    font-weight: 500;
}

/* Hidden Content */
.hidden_cont {
    text-indent: -9999px;
    overflow: hidden;
    height: 2px;
    margin: -2px 0px 0px !important;
    padding: 0px !important;
}

/* Mobile Size
***************************************************************************/
@media all and (max-width:1279px) {
    body {
        letter-spacing: -0.25px;
        font-size: 15px;
        line-height: 140%;
    }
    h2 {
        font-size: 26px;
        margin: 50px 0 24px;
    }
    h2.twolineh2{
        line-height:34px;
    }
    h3 {
        font-size: 18px;
        margin: 40px 0px 16px;
    }
    h4 {
        font-size: 16px;
        margin: 30px 0px 16px;
    }
    h3 + h4 {
        margin-top: 20px;
    }
    input,button,textarea {
        letter-spacing: -0.25px;
        font-size: 15px;
    }
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"] {
		padding: 9px 18px 10px;
		height: 47px;
	}
    input[type="checkbox"],
    input[type="radio"] {
        top: -2px;
    }
}

br.mo {
    display: none;
}
br.pc {
    display: block;
}

.mo_epg {
    display: none;
}

/*솔루션 탭*/
.page_tab_navi.add_slide_btn > li > a {
    padding: 26px 30px;
}

.page_tab_navi.add_slide_btn + .add_slide_btn_controller {
    position: relative;
    margin-top: -72px;
    margin-bottom: 72px;
}

.page_tab_navi.add_slide_btn + .add_slide_btn_controller li {
    position: absolute;
    z-index: 3;
    width: 72px;
    height: 72px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 56%);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.page_tab_navi.add_slide_btn + .add_slide_btn_controller li.active {
    opacity: 1;
    visibility: visible;
}

.page_tab_navi.add_slide_btn + .add_slide_btn_controller li button {
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    filter: drop-shadow(0px 2px 4px #0000001f);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background: url(/resources/kr/images/template/ico_arrow_right_bold.svg) no-repeat center;
    background-size: 12px auto;
    background-color: #fff;
}

.page_tab_navi.add_slide_btn + .add_slide_btn_controller li.next {
    right: -1px;
}

.page_tab_navi.add_slide_btn + .add_slide_btn_controller li.prev {
    left: -1px;
    transform: rotate(-180deg);
}

.page_tab_navi.add_slide_btn + .add_slide_btn_controller li.prev button {
    filter: drop-shadow(0px -2px 4px #0000001f);
}

/*탭컨텐츠 내부*/
.tab_content.gap_sm {
    padding-top: 80px;
}
.tab_content.gap_xs {
    padding-top: 60px;
}
.tab_content h4:first-child {
    margin-top: 0;
}
.tab_content h4 {
    margin: 60px 0 24px;
    font-size: 24px;
}
.tab_content h5 {
    margin: 60px 0 24px;
    font-size: 20px;
}

.col_gry {
    color: #666;
}

/*툴팁*/
.btn_notice {
    display: inline-flex;
    margin-left: 8px;
    width: 18px;
    height: 18px;
    background: url(/resources/kr/images/template/ico_notice.svg) no-repeat center;
    background-size: contain;
}

.tooltip_ballon .balloon {
    display: none;
    position: absolute;
    transform: translate(-23px, -120%);
    background-color: #fff;
    font-size: 16px;
    color: #444;
    padding: 15px 20px 17px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    white-space: nowrap;
    text-align: left;
}

.tooltip_ballon .balloon::before,
.tooltip_ballon .balloon::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 12px;
    display: block;
}
.tooltip_ballon .balloon::before {
    background-color: #ddd;
    bottom: -12px;
    clip-path: path('M3 0.5L1.87732 0.5L2.62835 1.33448L10.8851 10.5086C11.4809 11.1707 12.5191 11.1707 13.1149 10.5086L21.3716 1.33448L22.1227 0.500002L21 0.500002L3 0.5Z');
}
.tooltip_ballon .balloon::after {
    background-color: #fff;
    bottom: -11px;
    clip-path: path('M3 0.5L1.87732 0.5L2.62835 1.33448L10.8851 10.5086C11.4809 11.1707 12.5191 11.1707 13.1149 10.5086L21.3716 1.33448L22.1227 0.500002L21 0.500002L3 0.5Z');
}

.tooltip_ballon .balloon.reverse {
    transform: translate(-80%, -120%);
}

.tooltip_ballon .balloon.reverse::before,
.tooltip_ballon .balloon.reverse::after {
    right: 23px;
}

.hastooltip_area .basic_table table {
    border: 1px solid #eee;
    border-bottom: unset;
}

.hastooltip_area {
    position: relative;
}

/*아코디언 내부에 있는 테이블*/
.table_in_acco table {
    border-top: 1px solid #eee;
}

.table_in_acco + .table_in_acco {
    margin-top: 80px;
}

.basic_table.table_in_acco table th {
    padding: 22px 15px;
}
.basic_table.table_in_acco table td {
    padding: 20px 22px;
}
.basic_table.table_in_acco table td.td_last {
    padding:20px 0;
}
.basic_table.vet_align_top table td {
    vertical-align: top;
    white-space: unset;
}

.basic_table table .tbl_guide_list_tit {
    color: #222;
    margin-bottom: 10px;
    font-weight: 500;
}
.basic_table table .tbl_guide_list_tit + .guide_list {
    margin-top: 0;
}
.basic_table table .guide_list + .tbl_guide_list_tit {
    margin-top: 20px;
}

h2.table_title {
    font-size: 20px;
    margin-bottom: 20px;
}
h2.table_title:not(:first-child) {
    margin-top: 60px;
}

/*따옴표 있는 영역*/
.quotation_container {
    position: relative;
    padding: 60px 0;
    margin: 120px 0;
    text-align: center;
}
.quotation_container::before,
.quotation_container::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 32px;
    height: 28px;
    background: no-repeat center;
    background-size: 100% auto;
}
.quotation_container::before {
    top: 0;
    background-image: url(/resources/kr/images/template/bullet_point_summary_first.svg);
}
.quotation_container::after {
    bottom: 0;
    background-image: url(/resources/kr/images/template/bullet_point_summary_last.svg);
}

.quotation_container p {
    font-size: 20px;
}

/*블록 리스트*/
.list_block_field {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 27px;
}

.list_block_field li {
    /* width: calc(calc(100% - (27px * 5)) / 6); */
    width: 200px;
}

.list_block_field li .item_tit {
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

.flag {
    position: relative;
    margin-bottom:2px;
    font-size: 16px;
    display: inline-block;
    padding-left: 26px;
    color: #1465f4;
    font-weight: 500;
}
.flag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
}
.flag.location::before {
    background-image: url(/resources/kr/images/solution/ico_flag_domestic.svg);
}
.flag.global::before {
    background-image: url(/resources/kr/images/solution/ico_flag_global.svg);
}
/* .flag.catalog::before {
    background-image: url(/resources/kr/images/solution/ico_flag_catalog.svg);
}
.flag.manual::before {
    background-image: url(/resources/kr/images/solution/ico_flag_manual.svg);
}
.flag.presentation::before {
    background-image: url(/resources/kr/images/solution/ico_flag_presentation.png);
} */

span.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1465f433;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1465f4;
    margin-right: 14px;
    height: 36px;
    padding: 0 14px;
    box-sizing: border-box;
}

span.tag.blk {
    color: #666;
    border-color: #eee;
}

/* 헤더 */
header#header .gnb_wrap {
    margin: 0;
}
header#header .gnb > ul{
	display: flex;
    justify-content: center;
    gap: 100px;
}
header#header .gnb > ul > li:not(:last-child){
	margin-right:0;
}

/* 타이틀 
****************************************************************/
#sub_visual_title.solution {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
}
#sub_visual_title.solution [class*='text_'] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    color: #fff;
}
#sub_visual_title.solution .text_bg h1,
#sub_visual_title.solution .text_bg {
    color: #222;
}
#sub_visual_title.solution [class*='text_'] h1 {
    text-align: center;
    font-size: 72px;
    margin-bottom: 45px;
}
#sub_visual_title.solution .text_visual h1 {
    color: #fff;
}
#sub_visual_title.solution .exp_tit {
    margin: 0 40px;
    text-align: center;
    color: #fff;
}

/* 타이틀 애니메이션
****************************************************************/
@keyframes solution_title_open {
    0% {
        width: 0;
        height: 60%;
    }
    65% {
        width: 100%;
        height: 60%;
    }
    70% {
        width: 100%;
        height: 62%;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}
@keyframes solution_show {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
#sub_visual_title.solution .bg_cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100vw 100vh;
}
#sub_visual_title.solution.opend .bg_cover {
    animation: solution_title_open 1.7s forwards ease-out;
}
#sub_visual_title.solution.opend .location {
    opacity: 0;
    animation: solution_show 0.3s forwards ease;
    animation-delay: 2.3s;
}


#sub_visual_title {
    position: relative;
    text-align: center;
}
#sub_visual_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: no-repeat center;
    animation: visual_bg_view 2s ease-in-out forwards;
    background-size: cover;
}
#sub_visual_title .visual_title_area {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    transform: translate(-50%, -50%);
}
#sub_visual_title .visual_title_area h1 {
    animation: visual_title_view 0.5s forwards 0.5s;
    padding:15px 0;
    color:#fff;
    margin:0 auto;
    line-height:140%;
    font-size: 72px;
    width:100%;
}

@media (max-width: 1279px){
	#sub_visual_title .visual_title_area h1{
	font-size: 30px;
	width:96%;
	}
}
#sub_visual_title.solution::before {
    background-image: url('/resources/en/images/etc/nema/nema_visual.png');
}


/* 서브네비게이션
****************************************************************/
.contents_nav_wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 18px;
    /* transition: 0.3s ease; */
    top: 0;
    opacity: 0;
    z-index: 4;
}

.contents_nav_wrap.visual_view {
    top: -120px;
    opacity: 1;
}

.contents_nav_wrap.fixed {
    position: fixed;
    opacity: 1;
    padding: 0;
}

/* .contents_nav_wrap.add_transition .contents_nav {
    transition: 0.5s ease;
} */
.contents_nav_wrap.fixed.content_view .contents_nav {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.contents_nav_wrap.fixed.content_view .contents_nav .slide_nav .slide_btn {
    color: #222;
    /* transition: 0.3s; */
}
.contents_nav_wrap.fixed.content_view .contents_nav .scroll_nav li a {
    color: #22222299;
    /* transition: 0.3s; */
}
.contents_nav_wrap.fixed.content_view .contents_nav .scroll_nav li a.active {
    color: #1465f4;
    background-color: #f8fbff;
    /* transition: 0.3s; */
}
.contents_nav_wrap.fixed.content_view .contents_nav .slide_nav::before {
    background-color: #2222224d;
    /* transition: 0.3s; */
}

.contents_nav_wrap.fixed.content_view .contents_nav .slide_nav .slide_btn {
    /* transition: 0.3s; */
}
.contents_nav_wrap.fixed.content_view .contents_nav .slide_nav .slide_btn::after {
    background-image: url(/resources/kr/images/layout/ico_arrow_down_thin.svg);
}

.contents_nav_wrap.add_transition {
    transition: 0.3s;
}

.contents_nav_wrap.fixed.add_transition .contents_nav .slide_nav .slide_btn,
.contents_nav_wrap.fixed.add_transition .contents_nav .scroll_nav li a,
.contents_nav_wrap.fixed.add_transition .contents_nav .scroll_nav li a.active,
.contents_nav_wrap.fixed.add_transition .contents_nav .slide_nav::before,
.contents_nav_wrap.fixed.add_transition .contents_nav .slide_nav .slide_btn,
.contents_nav_wrap.fixed.add_transition .contents_nav .slide_nav .slide_btn::after,
.contents_nav_wrap.fixed.add_transition .contents_nav {
    transition: 0.3s;
    transition-delay: 0.3s;
}
.contents_nav_wrap.add_transition .contents_nav {
    transition: 0.5s ease;
}

.contents_nav_wrap.fixed .contents_nav {
    border-radius: 0;
    flex: 1;
    max-width: 100%;
}

.contents_nav_wrap .contents_nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1465f4;
    border-radius: 30px;
    /* transition: 0.5s ease; */
    padding: 10px;
    max-width: 69.1%;
}
.contents_nav_wrap .contents_nav .slide_nav {
    padding: 0 24px;
    height: 100%;
    position: relative;
}
.contents_nav_wrap .contents_nav .slide_nav::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ffffff;
    opacity: 0.3;
    border-radius: 1px;
}

.contents_nav_wrap .contents_nav .slide_nav .slide_btn {
    position: relative;
    display: block;
    padding-right: 20px;
    height: 100%;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    font-size:16px;
}
.contents_nav_wrap .contents_nav .slide_nav .slide_btn.off {
    padding-right: 0;
}
.contents_nav_wrap .contents_nav .slide_nav .slide_btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    background: url(/resources/kr/images/layout/ico_arrow_down_thin_wt.svg) no-repeat center;
    background-size: 100% auto;
    transition: 0.3s ease;
}

.contents_nav_wrap .contents_nav .slide_nav.active .slide_btn::after {
    transform: translateY(-50%) rotate(-180deg);
}

.contents_nav_wrap .contents_nav .slide_nav .slide_btn.off::after {
    content: none;
}
.contents_nav_wrap .contents_nav .slide_nav ul {
    position: absolute;
    background-color: #fff;
    border: 1px solid #1465f4;
    border-radius: 10px;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    display: none;
    overflow: hidden;
}

.contents_nav_wrap .contents_nav .slide_nav ul li a {
    display: flex;
    align-items: center;
    padding: 0 18px;
    height: 43px;
    font-size: 16px;
    color: #666;
    line-height: 1.2;
    font-weight: 500;
}
.contents_nav_wrap .contents_nav .slide_nav ul li a.active {
    color: #1465f4;
    font-weight: 700;
    background-color: #f8fbff;
}

.contents_nav_wrap .contents_nav .scroll_nav {
    display: flex;
    gap: 10px;
    padding: 0 0 0 20px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 1360px;
    border-radius: 40px;
}
.contents_nav_wrap.fixed .contents_nav .scroll_nav {
    /*230619*/
    padding: 0 10px;
}
.contents_nav_wrap .contents_nav .scroll_nav li + li {
    /*230619*/
    margin-left: 10px; /*230619*/
}

.contents_nav_wrap .contents_nav .scroll_nav::-webkit-scrollbar {
    display: none;
}

.contents_nav_wrap .contents_nav .scroll_nav li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff99;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 2px 12px 0;
    height: 40px;
    border-radius: 60px;
    font-size:16px;
}
.contents_nav_wrap .contents_nav .scroll_nav li a.active {
    background-color: #fff;
    font-weight: 600;
    color: #1465f4;
}

/* 콘텐츠 디폴트
****************************************************************/

main#container{
	padding: 80px 0 328px 0;
}
main#container h2 {
    margin: 0 0 30px;
    font-size: 60px;
}
main#container  h3 {
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1;
}

.solution_item {
    /* overflow: hidden; */
    margin-top: 150px;
}
.solution_item.bg_blue {
    margin-top: 150px;
    padding: 120px 0;
    background-color: #f8fbff;
}
.solution_item.division_head {
    overflow: hidden;
    position: relative;
    margin: 0;
    background: linear-gradient(100.62deg, #3475ff 6.49%, #aa84ee 91.62%);
}

.solution_item.division_head::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 16.66vw;
    width: 408px;
    height: 100%;
    background-image: url(/resources/kr/images/solution/bg_visual_tip_head.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 32px center;
}

.solution_item.division_head .division_content {
    padding: 56px 0;
}
.solution_item.division_head .division_content h3,
.division_content p.exp {
    color: #fff;
    width: 50%;
}
.solution_item.division_head .division_content h3 {
    font-size: 50px;
    margin-bottom: 30px;
}

.solution_item .item_head {
    position: relative;
    margin-bottom:30px;
}
.solution_item .item_head p.exp {
    color: #666;
}
.solution_item .item_head .btn_utility {
    margin-top: 40px;
}
.solution_item .item_head .btn_utility.fixed {
    position: absolute;
    right: 0;
    bottom: -20px;
    margin: 0;
}

.cont_visual_xl {
    padding-top: 190px;
}
.cont_visual_xl .content_inner {
    display: flex;
    gap: 100px;
}
.cont_visual_xl .txt_info {
    width: 100%;
}

.cont_visual_xl .txt_info .exp_sub p + p {
    margin-top: 30px;
}
.cont_visual_xl .txt_info .btn_utility {
    margin-top: 60px;
}
.cont_visual_xl .txt_info .btn_utility + .btn_utility {
    margin-left: 10px;
}

/*서브 nav 있는 영역*/
.sub_cate_sec {
    padding-top: 270px;
    position: relative;
}

.sub_cate_sec .sub_category_nav {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 4px 4px 16px #0000001a;
    background-color: #222;
}

.sub_cate_sec .sub_category_nav a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 30px;
    border-radius: inherit;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    white-space: nowrap;
}
.sub_cate_sec .sub_category_nav a.active {
    color: #222;
    background-color: #fff;
}

/* 전력설비
****************************************************************/

/*솔루션 Now*/
.list_solution_now {
    border-top: 1px solid #222;
}
.list_solution_now li {
    border-bottom: 1px solid #eee;
}

.list_solution_now li a {
    display: block;
    box-sizing: border-box;
    padding: 40px 300px 40px 60px;
    position: relative;
    transition: 300ms;
}
.list_solution_now li:hover a {
    color: #1465f4;
}
.list_solution_now li .tit {
    font-weight: 500;
    font-size: 20px;
}
.list_solution_now li .info {
    color: #666;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 100%;
    transition: 300ms;
}
.list_solution_now li:hover .info {
    color: #1465f4;
}
.list_solution_now li .date {
    position: absolute;
    right: 0;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

/*특징 및 장점*/
.list_future_wrap {
    width: 100%;
}

.list_future_and_benefits {
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 60px;
}

.list_future_and_benefits > li {
    padding: 40px;
    box-sizing: border-box;
    width: calc((100% - 64px) / 3);
    background-color: #f9f9f9;
    border-radius: 20px;
    /* height: auto; */
    height: 330px;
    min-height: 300px;
}

.list_future_and_benefits > li > .guide_list > li {
    font-size: 18px;
}

.list_future_and_benefits.one_center > li {
    width: 100%;
    text-align: center;
    min-height: unset;
    height: 322px;
    padding: 70px 189px;
}

.list_future_and_benefits.one_center > li > p {
    color: #666;
}
.list_future_and_benefits.one_center > li > h4 {
    background-position: center 0;
}

.list_future_and_benefits > li h4 {
    font-weight: 600;
    font-size: 24px;
    padding-top: 60px;
    background: no-repeat 0 0;
    background-size: 40px auto;
    margin: 0 0 10px;
    line-height: 1.4;
}

.list_future_and_benefits > li h4 span {
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap;
}

.list_future_and_benefits > li.voltage_tech h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_voltage_tech.svg);
}
.list_future_and_benefits > li.robust_tech h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_robust_tech.svg);
}
.list_future_and_benefits > li.sophisticated_tech h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_sophisticated_tech.svg);
}
.list_future_and_benefits > li.green_tech h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_green_tech.svg);
}
.list_future_and_benefits > li.smooth_project h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_project_execution.svg);
}
.list_future_and_benefits > li.smart_tech h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_smart_tech.svg);
}
.list_future_and_benefits > li.repair h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_repair.svg);
}
.list_future_and_benefits > li.circuit h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_higher_short_circuit_strength.svg);
}
.list_future_and_benefits > li.transformer h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_transformers.svg);
}
.list_future_and_benefits > li.reliability h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_reliability.svg);
}
.list_future_and_benefits > li.light_weight h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_light_weight.svg);
}
.list_future_and_benefits > li.certificates h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_security.svg);
}
.list_future_and_benefits > li.certificates h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_security.svg);
}
.list_future_and_benefits > li.low_loss h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_low_loss.svg);
}
.list_future_and_benefits > li.fire_resistant h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_fire_resistant.svg);
}
.list_future_and_benefits > li.moisture_proof h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_moisture_proof.svg);
}
.list_future_and_benefits > li.variable_shunt h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_variable_shunt_reactor.svg);
}
.list_future_and_benefits > li.auxiliary_winding h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_reactor_with_auxiliary_winding.svg);
}
.list_future_and_benefits > li.compact_size h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_compact_size.svg);
}
.list_future_and_benefits > li.user_convenience h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_convenience.svg);
}
.list_future_and_benefits > li.delivery_global h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_delivery_global.svg);
}
.list_future_and_benefits > li.innovation h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_innovation.svg);
}
.list_future_and_benefits > li.innovation h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_innovation.svg);
}
.list_future_and_benefits > li.emergency h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_emergency.svg);
}
.list_future_and_benefits > li.electricity_supply h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_electricity_supply.svg);
}
.list_future_and_benefits > li.integrated_systems h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_integrated_systems.svg);
}
.list_future_and_benefits > li.scalable h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_scalable.svg);
}
.list_future_and_benefits > li.economic h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_economic.svg);
}
.list_future_and_benefits > li.select_carefully h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_select_carefully.svg);
}
.list_future_and_benefits > li.module_structure h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_module_structure.svg);
}
.list_future_and_benefits > li.module_character h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_module_character.svg);
}
.list_future_and_benefits > li.power_transmission h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_power_transmission.svg);
}
.list_future_and_benefits > li.turnkey h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_turnkey.svg);
}
.list_future_and_benefits > li.solution h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_solutions.svg);
}
.list_future_and_benefits > li.operational_skills h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_operational_skills.svg);
}
.list_future_and_benefits > li.patant h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_patent.svg);
}
.list_future_and_benefits > li.financing h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_financing.png);
}
.list_future_and_benefits > li.handshake h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_handshake.svg);
}
.list_future_and_benefits > li.factory h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_factory.svg);
}
.list_future_and_benefits > li.quick h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_quick.svg);
}
.list_future_and_benefits > li.high_reliability h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_high_reliability.svg);
}
.list_future_and_benefits > li.high_quality h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_high_quality.svg);
}
.list_future_and_benefits > li.high_efficiency h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_high_efficiency.svg);
}
.list_future_and_benefits > li.full_digital h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_full_digital.svg);
}
.list_future_and_benefits > li.line_up h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_line_up.svg);
}
.list_future_and_benefits > li.resistance_transformer h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_resistance_transformer.svg);
}
.list_future_and_benefits > li.resistance_control h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_resistance_control.svg);
}
.list_future_and_benefits > li.resistance_ruler h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_resistance_ruler.svg);
}
.list_future_and_benefits > li.remote_monitoring h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_remote_monitoring.svg);
}
.list_future_and_benefits > li.simulation_3d h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_simulation_3d.svg);
}
.list_future_and_benefits > li.time_record h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_time_record.svg);
}
.list_future_and_benefits > li.robot_stop h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_robot_stop.svg);
}
.list_future_and_benefits > li.error_monitoring h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_error_monitoring.svg);
}
.list_future_and_benefits > li.realtime_monitoring h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_realtime_monitoring.svg);
}
.list_future_and_benefits > li.customer_consultation h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_customer_consultation.svg);
}
.list_future_and_benefits > li.reporting h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_reporting.svg);
}
.list_future_and_benefits > li.online_diagnostics h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_online_diagnostics.svg);
}
.list_future_and_benefits > li.high_sensitivity h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_high_sensitivity.svg);
}
.list_future_and_benefits > li.translation h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_translation.svg);
}
.list_future_and_benefits > li.integrated_operations h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_integrated_operations.svg);
}
.list_future_and_benefits > li.compressor_package h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_fuel_booster_compressor_package.svg);
}
.list_future_and_benefits > li.various_specifications h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_various_specifications.svg);
}
.list_future_and_benefits > li.performance h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_performance.svg);
}
.list_future_and_benefits > li.power_supply h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_power_supply.svg);
}
.list_future_and_benefits > li.efficiency h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_efficiency.svg);
}
.list_future_and_benefits > li.extension h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_extension.svg);
}
.list_future_and_benefits > li.power_saving h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_power_saving.svg);
}
.list_future_and_benefits > li.optimal_design h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_optimal_design.svg);
}
.list_future_and_benefits > li.low_noise h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_low_noise.svg);
}
.list_future_and_benefits > li.rotor h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_rotor.svg);
}
.list_future_and_benefits > li.insulation h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_future_insulation.svg);
}
.list_future_and_benefits > li.wireless_access h4 {
    background-image: url(/resources/kr/images/solution/solution_icons/ico_wireless_access.svg);
}

.list_future_slide_bottom {
    display: none;
}

/*적용 분야*/
.list_block_field.solution_way .img_area {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.list_block_field.solution_way .img_area img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*특수변압기 제품*/

.list_special_transformer > li {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.list_special_transformer > li:first-child {
    border-top: 1px solid #eee;
}

.list_special_transformer > li .list_special_head {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 108px;
    box-sizing: border-box;
}
.list_special_transformer > li .list_special_head h4.tit {
    margin: 0;
    line-height: 1.3;
    font-size: 30px;
}
.list_special_transformer > li .list_special_head h4.tit .mini {
    font-size: 20px;
    font-weight: 500;
}

.list_special_transformer > li .list_special_head .idx {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #888;
    line-height: 1;
    display: block;
    width: 54px;
    text-align: center;
}

.list_special_transformer > li .list_special_head .tag {
    height: 28px;
    padding: 0 10px;
    margin-top: 4px;
    min-width: 97px;
}
/* .list_special_transformer > li .list_special_head .tag.topDis {
    font-size: 13px;
} */

.list_special_transformer > li .list_special_info {
    display: flex;
    margin-top: -60px;
    padding-left: 108px;
}

.list_special_transformer > li .list_special_info ul {
    margin: 60px 60px 0 0;
    flex: 1;
}

.list_special_transformer > li .list_special_info ul.guide_list > li {
    font-size: 18px;
}

.list_special_transformer > li .list_special_info .side_img {
    display: block;
    position: relative;
    width: 472px;
    padding-bottom: 22.083%;
    overflow: hidden;
    border-radius: 20px;
}
.list_special_transformer > li .list_special_info .side_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list_special_transformer > li.to_side {
    display: flex;
}

.list_special_transformer > li.to_side .list_special_head {
    width: 500px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
}
.list_special_transformer > li.to_side .list_special_head .tag {
    margin-bottom: 16px;
}
.list_special_transformer > li.to_side .list_body {
    flex-grow: 1;
    flex-basis: 0%;
    padding-right: 60px;
}

.list_special_transformer > li.to_side .guide_list {
    margin-top: 0;
}
.list_special_transformer > li.to_side .guide_list li {
    font-size: 18px;
}

.list_special_transformer > li.to_half {
    display: flex;
}

.list_special_transformer > li.to_half > div.list_special_head {
    width: 50%;
    margin-bottom: 0;
    align-items: flex-start;
}
.list_special_transformer > li.to_half > div.list_body {
    flex-grow: 1;
    flex-basis: 0%;
    margin-right: 80px;
}
.list_special_transformer > li.to_half > div.list_body .guide_list {
    margin-top: 0;
}
.list_special_transformer > li.to_half > div.list_body .guide_list li {
    font-size: 18px;
}

/*납품실적*/
.list_delivery_performance {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.list_delivery_performance > li {
    width: calc(50% - (32px / 2));
    min-height: 200px;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    gap: 57px;
}

.list_delivery_performance > li > div {
    max-width: calc(100% - 180px);
    flex: 1;
}

.list_delivery_performance > li > div .tit {
    font-size: 20px;
    font-weight: 500;
    margin-top: 14px;
}

.list_delivery_performance > li > div ul.guide_list {
    margin-top: 20px;
}

.list_delivery_performance > li > a .img_area {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    height: 148px;
    width: 148px;
    background-color: #eee;
}

.list_delivery_performance > li > a .img_area::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/resources/kr/images/solution/ico_blue_zoom.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.list_delivery_performance > li > a .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*인증현황*/
.list_block_field.certification_status .img_area {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background-color: #fff;
    border-radius: 10px;
}
.list_block_field.certification_status .img_area img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.list_block_field.certification_status .img_area img.mo {
    display: none;
}

/*다운로드 센터*/
.solution_catalog_download {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

#downLoadData .solution_catalog_download {
    justify-content: space-between;
    padding: 0 0 40px;
    margin-bottom:3rem;
}

#downLoadData .solution_catalog_download > li {
    position: relative;
    width: calc((100% - 34px) / 2);
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 22px 40px 25px;
    box-sizing: border-box;
}

.solution_catalog_download > li {
    position: relative;
    width: calc((100% - 64px) / 3);
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 40px 20px;
    box-sizing: border-box;
}
.solution_catalog_download > li .tit {
    font-weight: 600;
    font-size: 20px;
    /* word-break: break-all; */
    word-break: keep-all;
    padding-right: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.solution_catalog_download > li .lan_tag {
    margin: 20px 0;
    font-size: 16px;
    color: #666;
}
.solution_catalog_download > li .flag {
    padding-left: 0;
    font-weight: 500;
}

.solution_catalog_download .dounload_btn_wrap {
    position: absolute;
    right: 30px;
    bottom: 25px;
    display: flex;
    gap: 10px;
}
.solution_catalog_download .dounload_btn_wrap .download_file_share {
    position: relative;
}
.solution_catalog_download .dounload_btn_wrap .popup_share_type {
    right: -25px;
    bottom: calc(-100% - 70px);
    /* display: block; */
}

/* 다운로드 */
/* 게시판 상세 검색 폼 */
fieldset.board_detail_search {
    padding: 0;
    margin-bottom: 36px;
    border-radius: 10px;
    background-color: #fff;
}
fieldset.board_detail_search .search_table{
	border:1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}

fieldset.board_detail_search .search_table ul{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap:5px;
}
fieldset.board_detail_search .search_table ul li label{
	display:flex;
	gap:10px;
	align-items: center;
}


fieldset.board_detail_search dl {
    display: grid;
    width: 100%;
    gap: 0;
    grid-template-columns: 160px 700px 160px auto;
    margin: 0;
}

fieldset.board_detail_search dl dt {
    line-height: 1;
    font-weight: 500;
    background-color: #ddd;
    border-bottom: 1px solid #fff;
    display:flex;
    align-items: center;
    justify-content: center;
}
fieldset.board_detail_search dl dt:first-child {
    border-top-left-radius: 10px;
    border-top: none;
}

@media(max-width: 1279px){
	fieldset.board_detail_search dl dt{
	padding-top:16px;
	}
}

fieldset.board_detail_search .mounting {
    border-bottom-left-radius: 10px;
    border-bottom:none;
}
fieldset.board_detail_search dl dd {
    display: flex;
    gap: 0;
    line-height: 0;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px 20px 40px;
    justify-content: center;
}
fieldset.board_detail_search dl dd:last-child {
    border-bottom: none;
}
fieldset.board_detail_search dl dd .basic_select {
    flex: 0 1 246px;
}
fieldset.board_detail_search dl dd .search_keyword {
    position: relative;
    flex: 1 1 auto;
}
fieldset.board_detail_search dl dd .search_keyword input[type='text'] {
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
}
fieldset.board_detail_search dl dd .search_keyword button.btn_search {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/resources/kr/images/template/board_btn_search_pc.svg) no-repeat left top;
}
fieldset.board_detail_search dl dd ul.data_category {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 0px;
}
fieldset.board_detail_search dl dd ul.data_category li {
    flex: 0 1 20%;
    padding-top: 0;
    line-height: 1;
    gap: 20px 0px;
}
@media (max-width: 1279px){
	fieldset.board_detail_search dl dd ul.data_category li{
	flex: 45%;
	}
}

fieldset.board_detail_search dl dd ul.data_category li:nth-child(8) {
    letter-spacing: -0.08em;
}
fieldset.board_detail_search dl dd ul.data_category li input[type='checkbox'] {
    margin-right: 10px;
}

fieldset.board_search_form + .board_list {
    margin-top: -14px;
}
.board_list p.total_length {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 38px;
}
.board_list p.total_length strong {
    color: #1465f4;
}
.board_list table {
    border-top: 2px solid #222222;
}
.board_list table thead tr th[scope='col'],
.board_list table tbody tr td {
    padding: 13px 0px 12px;
    border-bottom: 1px solid #eeeeee;
    line-height: 1;
}

.board_list table tbody tr td {
    text-align: center;
}
.board_list table tbody tr td.subject {
    text-align: left;
    padding: 36px 30px 35px;
}
.board_list table tbody tr td.subject a:hover {
    text-decoration: underline;
}
.board_list table tbody tr td.subject span.mo_info,
.board_list table tbody tr td.subject a strong.notice {
    display: none;
}
.board_list .search_empty {
    padding: 270px 0px 120px;
    border-top: 2px solid #222222;
    border-bottom: 1px solid #eeeeee;
    background: url(/resources/kr/images/template/ico_search_empty.png) no-repeat center 100px;
}
.board_list .search_empty p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

/* Basic Table */
.basic_table table {
    table-layout: fixed;
    border-top: #222 solid 2px;
    border-collapse: collapse;
}
.basic_table table th,
.basic_table table td {
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    vertical-align: middle;
    text-align: center;
    word-break: keep-all;
}
.basic_table .download img{
	width:17px;
}
.eco_improvement_system .basic_table table th{
	padding:23px 0 21px;
}
.eco_improvement_system .basic_table table td:last-child{
	text-align:left;
}
.eco_improvement_system .basic_table table td.aq-align{
	text-align:center;
}\
.eco_improvement_system .basic_table table td:last-child p{
	line-height:27px;
}

.basic_table table td span.subscript {
    display: inline-block;
    font-size: 12px;
}
.basic_table table th.sticky,
.basic_table table td.sticky {
    background-color: #f9f9f9;
}
.basic_table table th.sticky.white,
.basic_table table td.sticky.white {
    background-color: white !important;
}
.basic_table table th:first-child,
.basic_table table td:first-child {
    border-left-width: 0px;
}
.basic_table table th:last-child,
.basic_table table td:last-child {
    border-right-width: 0px;
}
.basic_table table th {
    padding: 23px 30px 21px;
    background-color: #f9f9f9;
}
.basic_table table td {
    color: #666666;
    padding: 20px 30px 18px;
    background-color: white;
}
.basic_table table th.left,
.basic_table table td.left {
    text-align: left;
}
.basic_table table th.right,
.basic_table table td.right {
    text-align: right;
}

.search_table table th {
    background-color: rgba(20, 101, 244, 0.1);
    border-bottom:1px solid #fff;
}
.search_table table td {
    color: #666666;
    padding: 20px 30px 18px;
    border-bottom:1px solid #f5f5f5;
}
.search_table table th:nth-child(4) {
    border-bottom:none;
}
.search_table table th:last-child {
    border-bottom:none;
}

.search_table table th.left,
.search_table table td.left {
    text-align: left;
}
.search_table table th.right,
.search_table table td.right {
    text-align: right;
}

fieldset.board_detail_search .no-line{
	border-bottom: none;
}
    
/* Board Page Navi */
.board_page_navi {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-top: 60px;
}
.board_page_navi a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.board_page_navi a.num {
    font-size: 16px;
    color: #888888;
    border-radius: 20px;
}
.board_page_navi a.num.active {
    font-weight: 500;
    color: white;
    background-color: #222222;
}

/* 하단 버튼 셋 */
.btn_bottom_set {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 0 0 60px 0;
    line-height: 1;
    text-align: center;
}
.btn_bottom_set a,
.btn_bottom_set button {
    min-width: 200px;
    padding: 21px 0px;
    border: 1px solid #dddddd;
    border-radius: 40px;
    box-sizing: border-box;
    font-size: 16px;
    transition: 0.5s;
}
.btn_bottom_set a:hover,
.btn_bottom_set button:hover {
    background: #1465f4;
    color: #fff;
    transition: 0.5s;
}
.btn_bottom_set a.submit,
.btn_bottom_set button.submit {
    color: white;
    border-color: #1465f4;
    background-color: #1465f4;
}

.btn_bottom_set a.submit[target='_blank']:after {
    position: relative;
    top: 1px;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    background: url(/resources/kr/images/template/ico_move_link_wt.svg) no-repeat left top;
}

/* 유틸리티 버튼 */
.btn_utility {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 41px 0 19px;
    border-radius: 40px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    background-color: white;
}
.btn_utility::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    background: no-repeat center;
    background-size: 100% auto;
}
.btn_utility.arrow::before {
    background-image: url(/resources/kr/images/template/ico_arrow_right_nomal.svg);
}
.btn_utility.arrow:hover {
    background-color: #1465f4;
    color: #fff;
    border-color: #1465f4;
}
.btn_utility.arrow:hover::before {
    background-image: url(/resources/kr/images/template/ico_arrow_right_white.svg);
}
.btn_utility.download::before {
    background-image: url(/resources/kr/images/template/ico_download.svg);
}
.btn_utility.download:hover {
    background: #1465f4;
    color: #fff;
}
.btn_utility.download:hover::before {
    background-image: url(/resources/kr/images/template/ico_download_w.svg);
}
.btn_utility.wt {
    border-color: #ffffff4d;
    color: #fff;
}
.btn_utility.wt.arrow::before {
    background-image: url(/resources/kr/images/template/ico_arrow_right_white.svg);
}
.btn_utility.wt:hover {
    background: #fff;
    color: #1465f4;
}
.btn_utility.wt.arrow:hover::before {
    background-image: url(/resources/kr/images/template/ico_arrow_right_prime.svg);
}
.btn_utility.link::before {
    background-image: url(/resources/en/images/etc/nema/btn_link.png);
}
.btn_utility.link:hover {
    background: #1465f4;
    color: #fff;
}
.btn_utility.link:hover::before {
    background-image: url(/resources/en/images/etc/nema/btn_link_w.png);
}

.btn_f_utility {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 41px 0 2px;
    border-radius: 40px;
    font-size: 16px;
}
.btn_f_utility::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    background: no-repeat center;
    background-size: 100% auto;
}
.btn_f_utility.f_link::before {
    background-image: url(/resources/en/images/etc/nema/btn_link_w.png);
}

/*고객센터 연결*/
.banner_customer_service {
    position: relative;
    padding: 60px 80px;
    border-radius: 20px;
    background: url(/resources/kr/images/solution/powersolution/bg_banner_customer_service.png) no-repeat center;
    background-size: cover;
}
.banner_customer_service h3 {
    margin: 0;
    color: #fff;
}
.banner_customer_service p {
    font-size: 20px;
    margin-top: 24px;
    color: #fff;
}

.banner_customer_service .btn_utility {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}

/*제품 분류*/
.list_product_classification ul {
    flex-wrap: wrap;
    gap: 32px;
}

.list_product_classification ul li {
    position: relative;
    width: calc((100% - 64px) / 3);
    padding-bottom: 31.804%;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 20px;
}
.list_product_classification ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px 35px 20px 20px;
    object-fit: cover;
}
.list_product_classification ul li .info_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #222222e6;
    border-radius: 0px 0px 20px 20px;
    padding: 30px 40px;
    box-sizing: border-box;
}
.list_product_classification ul li .info_box h4 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}
.list_product_classification ul li .info_box p {
    color: #fff;
}

/*적용분야 및 종류*/

.applied_field_grid {
    display: grid;
    grid-template-columns: 342px repeat(3, 1fr);
    gap: 36px 36px;
}

.applied_field_grid .info_box {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 28px;
    grid-row: span 2;
}

.applied_field_grid .info_box h4 {
    font-size: 24px;
}

.applied_field_grid .info_box .notice_txt {
    margin-top: 20px;
}

.applied_field_grid > div:not(.info_box) {
    border-radius: 20px;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.applied_field_grid > div:not(.info_box) img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.applied_field_grid > div:not(.info_box) .txt_wrap {
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 30px;
    font-weight: 500;
}
.applied_field_grid > div:not(.info_box) .txt_wrap p {
    font-size: 20px;
}

/*제품 분류 및 사양*/
.prod_spec_item {
    display: flex;
    gap: 60px;
    align-items: center;
}
.prod_spec_item + .prod_spec_item {
    margin-top: 80px;
}

.prod_spec_item .img_wrap {
    text-align: center;
}
.prod_spec_item .img_wrap > span {
    position: relative;
    display: block;
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: center;
    width: 424px;
    padding-bottom: 424px;
    box-sizing: border-box;
    overflow: hidden;
}
.prod_spec_item .img_wrap > span img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.prod_spec_item .img_wrap > span.sticky {
    position: sticky;
    top: 160px;
}

.prod_spec_item .img_wrap.nodata > span {
    background: url(/resources/kr/images/solution/img_nodata.png) no-repeat center;
    background-color: #f9f9f9;
}

.prod_spec_item .product_info {
    flex: 1;
}

.prod_spec_item .product_info h4 {
    letter-spacing: 0.2px;
    font-size:32px;
    margin-bottom:40px;
}

.prod_spec_item .product_info p{
	margin-bottom:26px;
}

.prod_spec_item .product_info .basic_table table {
    border: 1px solid #eee;
    border-bottom: none;
}
.prod_spec_item .product_info .basic_table table th {
    font-weight: 500;
}
.prod_spec_item .product_info .basic_table table ul.guide_list {
    margin-top: 0;
}

.prod_spec_item .product_info ul.guide_list li {
    font-size: 18px;
}

.box_layout_row {
    margin-top: 80px;
}

h5 + .box_layout_row {
    margin-top: 0;
}

.box_layout_row:not(.use_swiper) {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.box_layout_row.use_swiper dl {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.box_layout_row .item {
    width: calc((100% - 30px) / 2);
    height: auto;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 50px 60px;
    box-sizing: border-box;
}

.box_layout_row .item .flag {
    padding-left: 0;
}

.box_layout_row .item .tit {
    font-weight: 600;
    font-size: 20px;
}

.box_layout_row .item ul.guide_list li {
    font-size: 18px;
}

.accodian_item.switch_gear_tech {
    margin-top: 80px;
}

.switchboard_series {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 32px;
}

.switchboard_series > div {
    width: 100%;
}

.switchboard_series > div.half {
    width: calc((100% - 32px) / 2);
}

.switchboard_series > div.half ul.switchboard_items > li {
    width: 100%;
    border-radius: 10px;
}

ul.switchboard_items {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
ul.switchboard_items > li {
    position: relative;
    width: calc((100% - 32px) / 2);
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 40px 36px 40px 260px;
}

ul.switchboard_items > li .tit {
    font-weight: 500;
}
ul.switchboard_items > li > span.img_box {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
    height: 100%;
    width: 220px;
    left: 0;
    top: 0;
    padding: 15px;
}

ul.switchboard_items > li > span.img_box img {
    object-fit: contain;
}

ul.switchboard_items > li > ul.guide_list li {
    font-size: 18px;
}

/* 전력설비 유지보수*/
.maintenanace_type_table table {
    border-top: 1px solid #eee;
}

.basic_table table td > .guide_list:nth-child(1) {
    margin-top: 0;
}
.basic_table table td > .guide_list li {
    font-size: 18px;
}

.box_layout_row.maintenanace .item > .guide_list li {
    color: #222;
}
.box_layout_row.maintenanace .item .guide_list li {
    font-size: 18px;
}

.box_layout_row.maintenanace .item > .guide_list li::before {
    background-color: #666;
}
.box_layout_row.maintenanace .item .tit {
    margin-bottom: 10px;
}
.box_layout_row.maintenanace .item .sub_detail {
    display: flex;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    color: #666;
    gap: 60px;
}
.box_layout_row.maintenanace .item .sub_detail .guide_list {
    margin-top: 0;
}

.box_layout_row.maintenanace .item .sub_detail .exp_tit {
    margin-bottom: 6px;
}

.box_layout_row.maintenanace .item .sub_detail .grid_lay_2 {
    display: grid;
    gap: 0 60px;
    grid-template-columns: repeat(2, 1fr);
}

.box_layout_row.maintenanace .item .sub_detail .grid_lay_2 li,
.box_layout_row.maintenanace .item .sub_detail .grid_lay_3 li {
    margin-top: 6px;
}
.box_layout_row.maintenanace .item .sub_detail .grid_lay_2 li:nth-child(4) {
    letter-spacing: -0.06em;
}

.box_layout_row.maintenanace .item .sub_detail .grid_lay_3 {
    display: grid;
    gap: 0 60px;
    grid-template-columns: repeat(3, 1fr);
}

.box_layout_row.maintenanace .item .notice_txt {
    margin-top: 14px;
}

/* 전력 시스템
****************************************************************/
/*statcom*/
.zigzag_list {
    border-bottom: 1px solid #eee;
}

.zigzag_list > li {
    padding: 60px 0;
    border-top: 1px solid #eee;
    display: grid;
    grid-template-columns: 600px 1fr;
    align-items: center;
    gap: 0 80px;
}

.zigzag_list > li:nth-child(even) .img_wrap {
    order: 1;
}

.zigzag_list > li .img_wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 55%;
    border-radius: 10px;
}

.zigzag_list > li .img_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zigzag_list > li .info_wrap h4 {
    font-size: 30px;
}

.zigzag_list > li .info_wrap .guide_list {
    max-width: 605px;
}
.zigzag_list > li .info_wrap .guide_list li {
    font-size: 18px;
}

/*ess*/
.basic_table.power_ess_table table {
    border-top: 1px solid #eee;
}

.basic_table.power_ess_table table ul.guide_list {
    margin-top: 0;
}

/*전력시스템 > 태양광 솔루션*/
.business_progress_infograph {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 50px 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.business_progress_infograph dl {
    width: 160px;
}

.business_progress_infograph dl dt {
    position: relative;
    padding: 72px 0 30px;
    height: 80px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
}
.business_progress_infograph dl dt::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: no-repeat center;
    background-size: contain;
    top: 0;
}
.business_progress_infograph dl dt.review::before {
    background-image: url(/resources/kr/images/solution/ico_size60_ico_review.svg);
}
.business_progress_infograph dl dt.contract::before {
    background-image: url(/resources/kr/images/solution/ico_size60_ico_contract.svg);
}
.business_progress_infograph dl dt.financial::before {
    background-image: url(/resources/kr/images/solution/ico_size60_ico_financial_institution.svg);
}
.business_progress_infograph dl dt.photovoltaic::before {
    background-image: url(/resources/kr/images/solution/ico_size60_ico_sunlight.svg);
}
.business_progress_infograph dl dt.follow_up::before {
    background-image: url(/resources/kr/images/solution/ico_size60_ico_follow-up_management.svg);
}

.business_progress_infograph dl dd {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.business_progress_infograph dl dd .guide_list {
    margin-top: 0;
}
.business_progress_infograph dl dd .guide_list + .guide_list {
    margin-top: 6px;
}

.business_progress_infograph i.arrow {
    width: 20px;
    height: 20px;
    display: block;
    background: url(/resources/kr/images/template/ico_arrow_right_gry.svg) no-repeat center;
    background-color: 100% aliceblue;
    margin-top: 14px;
}

/*변전소 턴키솔루션*/
.turnkey_product_detail h4 {
    font-size: 30px;
}
.turnkey_product_detail h4 + p {
    margin-bottom: 40px;
}

.turnkey_progress_area {
    border: 1px solid #eee;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 50px 60px;
}

.turnkey_progress_area .total_solution_progress {
    margin-top: 40px;
    padding: 50px 20px 0;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.turnkey_progress_area .total_solution_progress .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    padding-top: 72px;
    text-align: center;
    position: relative;
    background: no-repeat top 12px center;
    font-weight: 500;
}
.turnkey_progress_area .total_solution_progress .ico:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -36px;
    top: 30px;
    background-image: url(/resources/kr/images/template/ico_arrow_right_gry.svg);
}

.turnkey_progress_area .total_solution_progress .ico.design {
    background-image: url(/resources/kr/images/solution/powersolution/turnkey_progress_design.svg);
}
.turnkey_progress_area .total_solution_progress .ico.purchase {
    background-image: url(/resources/kr/images/solution/powersolution/turnkey_progress_purchase.svg);
}
.turnkey_progress_area .total_solution_progress .ico.construction {
    background-image: url(/resources/kr/images/solution/powersolution/turnkey_progress_construction.svg);
}
.turnkey_progress_area .total_solution_progress .ico.project {
    background-image: url(/resources/kr/images/solution/powersolution/turnkey_progress_project_management.svg);
}
.turnkey_progress_area .total_solution_progress .ico.maintenance {
    background-image: url(/resources/kr/images/solution/powersolution/turnkey_progress_maintenance.svg);
}
.turnkey_progress_area .total_solution_progress .ico.installation {
    background-image: url(/resources/kr/images/solution/powersolution/turnkey_progress_installation.svg);
}
.turnkey_progress_area .total_solution_progress .ico.support {
    background-image: url(/resources/kr/images/solution/powersolution/turnkey_progress_support.svg);
}

.turnkey_purchas_procurement {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.turnkey_purchas_procurement > div {
    width: calc((100% - 32px) / 2);
    border-radius: 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 50px 60px;
}

.turnkey_purchas_procurement > div > dt {
    font-size: 24px;
    font-weight: 600;
}
.turnkey_purchas_procurement > div > dt .flag {
    display: block;
    padding-left: 0;
    margin-bottom: 5px;
}

.turnkey_purchas_procurement + .turnkey_purchas_procurement {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #eee;
}

.turnkey_purchas_procurement > div > dd {
    display: flex;
    gap: 90px;
}

.turnkey_purchas_procurement > div > dd ul.guide_list li {
    font-size: 18px;
}

.digital_solution_armour.turnkey_construction .armour_benefit {
    gap: 100px;
}
.digital_solution_armour.turnkey_construction .armour_benefit li p {
    margin: 0 0 20px 0;
}
.turnkey_construction .armour_benefit li.eco_design::before {
    background-image: url(/resources/kr/images/solution/ico_size60_eco_design.png);
}
.turnkey_construction .armour_benefit li.safety_rule::before {
    background-image: url(/resources/kr/images/solution/ico_size60_safety_rule.png);
}
.turnkey_construction .armour_benefit li.payment_period::before {
    background-image: url(/resources/kr/images/solution/ico_size60_payment_period.png);
}

.turnkey_construct_list {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.turnkey_construct_list li {
    width: 330px;
    text-align: center;
}

.turnkey_construct_list li > p.tit {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 500;
    color: #222;
}
.turnkey_construct_list li > p {
    color: #666;
}

.turnkey_construct_list li > span {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    border-radius: 50%;
    background: no-repeat center;
    background-size: 60px auto;
}
.turnkey_construct_list li > span.eco_friendly {
    background-image: url(/resources/kr/images/solution/powersolution/turnkey_construct_collect.png);
}
.turnkey_construct_list li > span.safety_rules {
    background-image: url(/resources/kr/images/solution/powersolution/turnkey_construct_safety.png);
}
.turnkey_construct_list li > span.payment {
    background-image: url(/resources/kr/images/solution/powersolution/turnkey_construct_payment.svg);
}

/* 디지털 솔루션
****************************************************************/
.select_biz {
}
.select_biz .category_tab_navi.type_biz li a {
    font-weight: 500;
}
.select_biz .category_tab_navi.type_biz li.active a {
    background-color: #1465f4;
}
.select_biz .biz_items {
    display: flex;
    gap: 32px;
    margin-top: 80px;
}
.select_biz .biz_items > li {
    flex-grow: 1;
    flex-basis: 0%;
    border: 1px solid #eee;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 20px;
    transition: 0.3s ease;
}
.select_biz .biz_items > li span {
    padding-left: 0;
    padding-bottom: 14px;
    font-weight: 500;
}

.select_biz .biz_items > li .tit {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.select_biz .notice_txt {
    margin-top: 20px;
}

.select_biz .biz_items > li.active {
    background-color: #f8fbff;
    border-color: #1465f4;
}

.select_biz .biz_items > li ul.guide_list li {
    font-size: 18px;
}

.ecms_solution {
    display: flex;
    gap: 32px;
}
.ecms_solution > div {
    flex-grow: 1;
    flex-basis: 0%;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 50px;
}

.ecms_solution > div > dt {
    font-size: 24px;
    font-weight: 600;
}

.ecms_solution > div > dd ul.guide_list li {
    font-size: 18px;
}

.engineering_technology {
    display: grid;
    grid-template-columns: 260px 1fr 260px;
    align-items: center;
    gap: 80px 68px;
    padding: 0 60px;
    box-sizing: border-box;
}

.engineering_technology .main_block {
    position: relative;
    margin-top: -60px;
    grid-column: 2 / 3;
    grid-row: 1 / span 2;
    text-align: center;
}
.engineering_technology .main_block::before,
.engineering_technology .main_block::after {
    content: '';
    position: absolute;
    top: calc(50% + 27px);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: #1465f4;
}
.engineering_technology .main_block::before {
    left: -3px;
}
.engineering_technology .main_block::after {
    right: -3px;
}

.engineering_technology .main_block h4 {
    font-size: 24px;
    color: #1465f4;
}

.engineering_technology .main_block > ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 20px 40px;
    border: 1px dashed #1465f4;
    background-color: #f8fbff;
    border-radius: 125px;
}

.engineering_technology .main_block > ul > li {
    position: relative;
    background-color: #1465f4cc;
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
    backdrop-filter: blur(5px);
    font-size: 24px;
    font-weight: 600;
}
.engineering_technology .main_block > ul > li:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    background: url(/resources/kr/images/template/ico_plus_wh.svg) no-repeat center;
    background-size: contain;
    right: 12px;
}

.engineering_technology .item {
    position: relative;
    background-color: #f8fbff;
    border: 1px solid #1465f4;
    border-radius: 10px;
    padding: 30px 40px;
}
.engineering_technology .item:first-child {
    padding: 42px 40px;
}
.engineering_technology .item:nth-child(1)::before,
.engineering_technology .item:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    border-top: 1px dashed #1465f4;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

.engineering_technology .item:nth-child(1)::after,
.engineering_technology .item:nth-child(2)::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    border-top: 1px dashed #1465f4;
    bottom: -40px;
}
.engineering_technology .item:nth-child(1)::after {
    right: -71px;
}
.engineering_technology .item:nth-child(2)::after {
    left: -71px;
}

.digital_solution_armour .armour_benefit {
    display: flex;
    justify-content: center;
    gap: 260px;
}

.digital_solution_armour .armour_benefit li {
    position: relative;
    padding-top: 180px;
    text-align: center;
}
.digital_solution_armour .armour_benefit li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: no-repeat center;
    background-size: 60px auto;
}
.digital_solution_armour .armour_benefit li.expense::before {
    background-image: url(/resources/kr/images/solution/ico_size60_cost.png);
}
.digital_solution_armour .armour_benefit li.breakdown::before {
    background-image: url(/resources/kr/images/solution/ico_size60_facilities.png);
}
.digital_solution_armour .armour_benefit li.manpower::before {
    background-image: url(/resources/kr/images/solution/ico_size60_collect.png);
}

.digital_solution_armour .armour_benefit li span {
    color: #666;
}
.digital_solution_armour .armour_benefit li p {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
}

.digital_solution_armour .logo_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.digital_solution_armour .logo_area span {
    display: block;
}
.digital_solution_armour .logo_area span + span {
    position: relative;
    padding-left: 80px;
}
.digital_solution_armour .logo_area span + span::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/resources/kr/images/template/ico_close_gry.svg) no-repeat center;
}

.armour_icon_box {
    position: relative;
    padding-left: 210px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.armour_icon_box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: no-repeat center;
    background-size: 60px;
}

.armour_icon_box p {
    font-size: 20px;
}
.armour_icon_box span {
    color: #666;
}

.armour_icon_box.patent p {
    margin-bottom: 12px;
    font-weight: 500;
}
.armour_icon_box.awards p {
    margin-top: 12px;
    font-weight: 500;
}

.armour_icon_box.patent::before {
    background-image: url(/resources/kr/images/solution/ico_size60_best.png);
}
.armour_icon_box.awards::before {
    background-image: url(/resources/kr/images/solution/ico_size60_certified.png);
}

.armour_icon_box.awards ul {
    display: flex;
    gap: 100px;
}
.armour_icon_box.awards ul li {
    flex: 1;
}

.armour_icon_box + .armour_icon_box {
    margin-top: 60px;
}

/* 웰딩 솔루션
****************************************************************/
.welding_robot_package {
    border: 1px solid #eee;
    border-radius: 20px;
    justify-content: center;
    padding: 60px;
    box-sizing: border-box;
}
.welding_robot_package .quotation_container p {
    font-size: 18px;
}

.item_head + .welding_robot_exp {
    margin-top: 0;
}

.welding_robot_exp {
    border: 1px solid #eee;
    border-radius: 20px;
    margin-top: 80px;
    padding: 50px 60px;
}

.welding_robot_package .quotation_container {
    margin: 0 0 40px;
}
[class*='welding_robot_'] h4 {
    font-size: 30px;
    margin: 0 0 20px;
}

.welding_robot_package .robot_package {
    display: flex;
    justify-content: center;
    gap: 186px;
}

.welding_robot_package .robot_package li .img_area {
    display: block;
    width: 400px;
    height: 295px;
}
.welding_robot_package .robot_package li .img_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.welding_robot_package .robot_package li {
    text-align: center;
}
.welding_robot_package .robot_package li p.tit {
    margin: 30px 0 14px;
    font-weight: 600;
    font-size: 20px;
}
.welding_robot_package .robot_package li p {
    /* font-weight: 400; */
}

.welding_delivery_status {
    display: flex;
    margin-top: 60px;
    gap: 60px;
}
.welding_delivery_status .side_img {
    display: block;
    width: 424px;
    height: 424px;
    border-radius: 20px;
    overflow: hidden;
}
.welding_delivery_status .side_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.welding_delivery_status .welding_delivery_table {
    flex-grow: 1;
    flex-basis: 0%;
}

.welding_delivery_status .welding_delivery_table h4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.welding_delivery_status .welding_delivery_table .status {
    font-weight: 400;
    font-size: 16px;
    color: #666;
}

.welding_delivery_table .basic_table table {
    border: 1px solid #eee;
    border-bottom: transparent;
}

.welding_delivery_table .basic_table table td.total {
    background-color: #f8fbff;
    color: #222;
}

/* 기전솔루션
***************************************************************************/
.purpose_and_scope_wrap {
    display: flex;
    gap: 32px;
}
.purpose_and_scope_wrap .wrap_item {
    width: 50%;
}
.purpose_and_scope_wrap .wrap_item .guide_list {
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 10px;
    height: calc(100% - 45px);
}

.purpose_and_scope_wrap .wrap_item .guide_list li {
    font-size: 18px;
}
.purpose_and_scope_wrap .wrap_item .basic_table table {
    border: 1px solid #eee;
    border-bottom: unset;
}

.purpose_and_scope_wrap .wrap_item .basic_table table th,
.purpose_and_scope_wrap .wrap_item .basic_table table td {
    border-color: #eee;
}

/* 사양서 팝업 폼
***************************************************************************/
#container.spec_pop {
    padding: 60px;
    min-width: 1000px;
}
#container.spec_pop #spec_pop_contents {
    max-width: 1024px;
    margin: 0 auto;
}
#container.spec_pop #spec_pop_contents h1 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1;
}

#container.spec_pop #spec_pop_contents h2 {
    font-size: 24px;
    margin: 40px 0 24px;
}

.spec_detail_search {
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.spec_detail_search .spec_detail_sec + .spec_detail_sec {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.spec_detail_search .spec_detail_sec + .guide_list {
    padding-top: 14px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

.spec_detail_search dl {
    display: flex;
    align-items: center;
}
.spec_detail_search dl + dl {
    margin-top: 20px;
}

.spec_detail_search dl dt {
    margin-bottom: 5px;
    width: 190px;
    margin-right: 30px;
    line-height: 1.2;
}

.spec_detail_search dl dt .exp {
    font-size: 14px;
}

.spec_detail_search dl dd {
    display: flex;
    align-items: center;
}

.spec_detail_search dl dd + dd {
    margin-left: 14px;
}

.spec_detail_search dl dd .txt_field,
.spec_detail_search dl dd .basic_select {
    width: 290px;
}
.spec_detail_search.auto_full dl dd {
    flex: 1;
}
.spec_detail_search.auto_full dl dd .txt_field,
.spec_detail_search.auto_full dl dd .basic_select {
    width: 100%;
}

.spec_detail_search dl dd .txt_field.min,
.spec_detail_search dl dd .basic_select.min {
    width: 172px;
}

.spec_detail_search dl dd .txt_field input {
    width: 100%;
}

.spec_detail_search dl dd .unit {
    color: #666;
    display: inline-block;
    margin-left: 10px;
}
.spec_detail_search dl dd .unit.between {
    margin: 0 6px 0 20px;
}
.spec_detail_search dl dd .unit.sub {
    margin: 0 10px;
}

.spec_detail_search .btn_bottom_set {
    margin-top: 40px;
}
.spec_detail_search .btn_bottom_set a,
.spec_detail_search .btn_bottom_set button {
    width: 200px;
}

a.btn_icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    background: no-repeat center;
    background-size: 14px auto;
}
a.btn_icon + a.btn_icon {
    margin-left: 3px;
}

a.btn_icon.file {
    background-image: url(/resources/kr/images/solution/btn_download.svg);
}
a.btn_icon.pdf {
    background-image: url(/resources/kr/images/solution/btn_pdf.svg);
}
a.btn_icon.move {
    background-image: url(/resources/kr/images/solution/btn_move_site.svg);
}

a.data_download {
    color: #1465f4;
    text-decoration: underline;
}

.board_list p.total_length {
}

fieldset.board_search_form.side_box .field {
    align-items: center;
    justify-content: flex-end;
}
fieldset.board_search_form.side_box .exp_show {
    font-size: 16px;
}
fieldset.board_search_form.side_box + .board_list {
    margin-top: -35px;
}

fieldset.board_search_form.side_box + .board_list .total_length {
    margin-bottom: 38px;
}

.basic_table.pc_sticky {
    overflow-x: auto;
    overflow-y: hidden;
    /* padding-right: 18px; */
    /* margin-right: -18px; */
}

.basic_table.pc_sticky table thead tr th[scope='col'],
.basic_table.pc_sticky table tbody tr td {
    padding: 22px 20px 23px;
}

.basic_table.pc_sticky table th.sticky,
.basic_table.pc_sticky table td.sticky {
    position: sticky;
    left: 0px;
    z-index: 1;
}
.basic_table.pc_sticky table th.sticky::after,
.basic_table.pc_sticky table td.sticky::after {
    content: '';
    position: absolute;
    width: 90px;
    left: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 6%) 0%, rgba(0, 0, 0, 0) 20.63%);
}
.basic_table.pc_sticky table th.sticky + *,
.basic_table.pc_sticky table td.sticky + * {
    border-left-width: 0px;
}

.gearbox_info_list {
    margin-bottom: 63px;
}
.gearbox_info_list li h3 {
    position: relative;
    padding-left: 10px;
    margin-top: 30px;
    font-size: 20px;
}
.gearbox_info_list li h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
}

/* 에코솔루션
****************************************************************/
.eco_solution > li {
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap;
}
.eco_solution > li:nth-child(2n) {
    flex-direction: row-reverse;
}
.eco_solution > li:first-child {
    margin-top: 0px;
}
.eco_solution > li .photo,
.eco_solution > li .cont {
    position: relative;
    border-radius: 10px;
}
.eco_solution > li .photo {
    flex-shrink: 0;
    width: 788px;
    height: 442px;
}
.eco_solution > li .photo > span {
    display: inline-block;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.eco_solution > li:nth-child(2n-1) .photo > span {
    left: 30px;
}
.eco_solution > li:nth-child(2n) .photo > span {
    right: 30px;
}
.eco_solution > li:nth-child(3) .photo > span {
    color: #666;
}

.eco_solution > li .photo img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.eco_solution > li .cont {
    flex-shrink: 0;
    width: 668px;
    padding: 50px;
    margin: 160px 0px 0px -120px;
    border-radius: 10px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
    background-color: white;
    box-sizing: border-box;
}
.eco_solution > li:nth-child(2n) .cont {
    margin: 160px -120px 0px 0px;
}
.eco_solution > li .cont .btn_link {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 12px;
}

.eco_solution > li .cont h3 {
    font-size: 24px;
}
.eco_solution > li .cont .desc > p {
    margin-top: 6px;
    font-size: 16px;
    color: #666;
}
.eco_solution > li .cont .desc > p:nth-child(1) {
    margin-top: 0;
}

.eco_banner {
    display: flex;
    align-items: center;
    padding: 0px 50px;
    position: relative;
    height: 138px;
    border-radius: 20px;
    background: linear-gradient(93.18deg, #1458f1 6.3%, #11a7ff 51.29%, #17eed2 95.35%);
    overflow: hidden;
}
.eco_banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 10.1vw;
    width: 408px;
    height: 100%;
    background-image: url('/resources/kr/images/solution/ecosolution/bg_visual_tip_head.png');
    background-repeat: no-repeat;
    background-position: right -34px;
}
.eco_banner > p {
    font-size: 24px;
    color: #fff;
}

/* 수소에너지 */
.value_chain_procedure > .photo {
    /* background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
    border-radius: 20px; */
}
.value_chain_procedure > .photo img.normal {
    display: none;
}

.hydrogen_charging_wrap {
    margin-top: -20px;
}
.hydrogen_charging_wrap > .tit {
    width: 100%;
    height: 228px;
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 60px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    box-sizing: border-box;
}
.hydrogen_charging_wrap > .tit h4 {
    padding-top: 84px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    background: url('/resources/kr/images/solution/ecosolution/ico_hydrogen_share.png') no-repeat center top;
    background-size: 60px;
    margin: 0;
}
.hydrogen_charging_wrap > .desc {
    margin-top: 40px;
}
.hydrogen_charging_wrap > .desc > p:nth-child(1) {
    margin-top: 0;
}
.hydrogen_charging_wrap > .desc > p {
    font-size: 18px;
    margin-top: 6px;
}
.hydrogen_charging_wrap > .tit h4 > span.blue {
    color: #1465f4;
}

/* PC Normal Size
***************************************************************************/
@media all and (max-width: 1529px) {
    .engineering_technology {
        padding: 0px;
    }

    .engineering_technology .main_block > ul > li {
        width: 180px;
        height: 180px;
    }

    .engineering_technology .item:nth-child(1)::after,
    .engineering_technology .item:nth-child(2)::after {
        width: 220px;
    }

    .engineering_technology .item:nth-child(1)::after {
        right: -91px;
    }
    .engineering_technology .item:nth-child(2)::after {
        left: -91px;
    }

    .engineering_technology .main_block::before {
        left: 18px;
    }
    .engineering_technology .main_block::after {
        right: 18px;
    }

    /* 에코솔루션
    ****************************************************************/
    .eco_solution > li .photo {
        width: 720px;
    }
    .eco_solution > li .cont {
        width: 600px;
    }
}

/* Mobile Size
***************************************************************************/
@media all and (max-width: 1279px) {
    /* 공통
    ****************************************************************/
    body {
        min-width: auto;
        overflow-x: auto;
    }
    br.mo {
        display: block;
    }
    br.pc {
        display: none;
    }

    /*솔루션 탭*/
    .page_tab_navi.add_slide_btn > li > a {
        padding: 16px 24px;
    }

    .page_tab_navi.add_slide_btn + .add_slide_btn_controller {
        display: none;
    }

    /*탭컨텐츠 내부*/
    .tab_content.gap_sm {
        padding-top: 40px;
    }

    .tab_content h4 {
        margin: 40px 0 20px;
        font-size: 18px;
    }
    .tab_content h5 {
        margin: 40px 0 20px;
        font-size: 16px;
    }

    .table_in_acco + .table_in_acco {
        margin-top: 40px;
    }

    /*따옴표 있는 영역*/
    .quotation_container {
        padding: 38px 0;
        margin: 50px;
    }
    .quotation_container::before,
    .quotation_container::after {
        width: 28px;
        height: 24px;
    }

    .quotation_container p {
        font-size: 16px;
    }
    .quotation_container br {
        display: none;
    }

    /*블록 리스트*/
    .list_block_field {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 15px;
    }

    .list_block_field li {
        width: calc(50% - 15px);
        /* width: 162px; */
    }

    .flag {
        font-size: 13px;
        padding-left: 15px;
    }
    .flag::before {
        width: 12px;
        height: 12px;
    }

    span.tag {
        padding: 0 10px;
        font-size: 13px;
        margin-right: 6px;
    }

    /* 타이틀
    ****************************************************************/

    #solution_title {
        margin: -60px 0 0;
    }

    #solution_title [class*='text_'] {
        width: calc(100vw - 32px);
    }

    #solution_title [class*='text_'] h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    #sub_visual_title.solution [class*='text_'] h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    /* 타이틀 애니메이션
    ****************************************************************/

    #solution_title .bg_cover {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    #solution_title.opend .bg_cover {
        animation: solution_title_open 1.7s forwards ease-out;
    }

    /* 서브네비게이션
    ****************************************************************/

    .contents_nav_wrap .contents_nav {
        border-radius: 50px;
        width: 100%;
        max-width: none;
        /* overflow: hidden; */
    }

    .contents_nav_wrap .contents_nav .slide_nav .slide_btn {
        /* padding: 0 35px 0 20px; */
        /* background-position: 83px 50%; */
    }

    .contents_nav_wrap .contents_nav .slide_nav ul {
        top: calc(100% + 20px);
    }

    .contents_nav_wrap .contents_nav .slide_nav ul li a {
        padding: 0 15px;
        font-size: 14px;
        /* height: 50px; */
    }

    .contents_nav_wrap .contents_nav .scroll_nav {
        gap: unset;
        padding: 0 14px;
        border-radius: 0px 15px 15px 0px / 0px 30px 30px 0px;
    }

    .contents_nav_wrap .contents_nav .scroll_nav li a {
        padding: 0 12px;
        height: 32px;
    }

    /* 콘텐츠 디폴트
    ****************************************************************/
    main#container{
    	padding: 60px 0 70px 0;
    }
    
    main#container h2 {
        margin: 0 0 24px;
        font-size: 30px;
    }
    
    main#container h3 {
        font-size: 22px;
        margin: 0 0 14px;
    }

    .cont_visual_xl {
        padding-top: 60px;
    }
    .cont_visual_xl .content_inner {
        flex-direction: column;
        gap: 40px;
    }
    .cont_visual_xl .txt_info {
        width: auto;
    }
    .cont_visual_xl .txt_info .exp_sub {
        margin-top: 20px;
    }
    .cont_visual_xl .txt_info .exp_sub p + p {
        margin-top: 20px;
    }
    .cont_visual_xl .img_info {
        text-align: center;
    }

    .cont_visual_xl .txt_info .btn_utility {
        /* display: none; */
        margin-top: 30px;
    }
    .cont_visual_xl .txt_info .btn_utility.pc_spec_popbtn {
            /* display: none; */
    }

    /*서브 nav 있는 영역*/
    .sub_cate_sec {
        padding-top: 140px;
    }

    .sub_cate_sec .sub_category_nav {
        top: 60px;
    }

    .sub_cate_sec .sub_category_nav a {
        height: 32px;
        padding: 0 9px;
        font-size: 13px;
    }

    .solution_item {
        margin-top: 60px;
    }

    .solution_item.bg_blue {
        padding: 50px 0;
        background-color: #f8fbff;
    }

    .solution_item.division_head::after {
        right: -95px;
        height: 79.9%;
    }

    .solution_item.division_head .division_content {
        padding: 40px 0;
    }
    .solution_item.division_head .division_content h3,
    .division_content p.exp {
        color: #fff;
        width: 50%;
    }
    .solution_item.division_head .division_content h3 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .solution_item .item_head {
        margin-bottom: 30px;
    }
    .solution_item .item_head .btn_utility {
        margin-top: 20px;
    }
    .solution_item .item_head .btn_utility.fixed {
        position: relative;
        bottom: unset;
        right: unset;
        margin-top: 20px;
    }

    /* 전력설비
    ****************************************************************/

   /*솔루션 Now*/

    .list_solution_now li a {
        padding: 20px 18px;
    }
    .list_solution_now li .tit {
        font-size: 16px;
    }
    .list_solution_now li .info {
        margin-top: 10px;
    }
    .list_solution_now li .date {
        display: block;
        position: unset;
        transform: unset;
        margin-top: 16px;
        font-size: 14px;
    }

    /*특징 및 장점*/
    .list_future_wrap {
        padding-right: 35px;
        overflow: hidden;
        margin-right: -18px;
        width: auto;
    }
    .list_future_wrap.w_center {
        padding-right: 0;
        margin-right: 0;
    }

    .list_future_and_benefits {
        flex-wrap: nowrap;
        gap: 20px;
        flex-direction: column;
        margin-bottom:40px;
    }

    .list_future_and_benefits > li {
        padding: 30px 24px;
        box-sizing: border-box;
        width: auto;
        height: auto;
    }
    .list_future_wrap.w_center .list_future_and_benefits > li {
        height: auto;
    }
    .list_future_and_benefits > li > .guide_list > li {
        font-size: 15px;
    }

    .list_future_and_benefits.one_center > li {
        padding: 40px 40px 30px;
    }

    .list_future_and_benefits > li h4 {
        font-size: 18px;
    }

    .list_future_and_benefits > li h4 span {
        font-size: 14px;
    }

    .list_future_slide_bottom {
        display: block;
        position: relative;
        text-align: right;
        margin-top: 30px;
    }

    .list_future_slide_bottom .progress {
        width: calc(100% - 80px);
        top: 50%;
        transform: translateY(-50%);
        height: 2px;
        background-color: transparent;
    }
    .list_future_slide_bottom .progress::before {
        content: '';
        background-color: #eee;
        position: absolute;
        left: 0;
        top: 1px;
        width: 100%;
        height: 1px;
    }
    .list_future_slide_bottom .progress .swiper-pagination-progressbar-fill {
        border-radius: 2px;
        background-color: #666;
    }

    .list_future_slide_bottom .idx_info {
        font-size: 14px;
        color: #22222299;
        display: inline-flex;
        align-items: center;
    }
    .list_future_slide_bottom .idx_info .idx {
        display: inline-block;
        margin-right: 7px;
        font-size: 20px;
        font-weight: 600;
        color: #222;
    }
    
    /* Basic Table */
    .basic_table {
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 18px;
        margin-right: -18px;
    }
    .basic_table table {
        table-layout: auto;
    }
    .basic_table table.auto_full {
        width: 100%;
    }
    .basic_table table th,
    .basic_table table td {
        white-space: nowrap;
    }
    .basic_table table.auto_full th,
    .basic_table table.auto_full td {
        white-space: normal;
    }
    .basic_table table th.sticky,
    .basic_table table td.sticky {
        position: sticky;
        left: 0px;
        z-index: 1;
    }
    .basic_table table th.sticky::before,
    .basic_table table td.sticky::before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: #e5e5e5;
    }
    .basic_table table th.sticky::after,
    .basic_table table td.sticky::after {
        content: '';
        position: absolute;
        z-index: 2;
        width: 90px;
        left: 100%;
        top: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgb(0 0 0 / 6%) 0%, rgba(0, 0, 0, 0) 20.63%);
    }
    .basic_table table th.sticky + *,
    .basic_table table td.sticky + * {
        border-left-width: 0px;
    }
    .basic_table table th {
        padding: 15px 20px;
    }
    .basic_table table td {
        padding: 13px 20px;
    }
        
    fieldset.board_detail_search .search_table {
        overflow-x: auto !important;
        overflow-y: hidden;
    }
    .search_table table {
        table-layout: auto;
    }
    .search_table table.auto_full {
        width: 100%;
    }
    .search_table table th,
    .search_table table td {
        white-space: nowrap;
    }
    .search_table table.auto_full th,
    .search_table table.auto_full td {
        white-space: normal;
    }
    .search_table table th.sticky,
    .search_table table td.sticky {
        position: sticky;
        left: 0px;
        z-index: 1;
    }
    .search_table table th.sticky::before,
    .search_table table td.sticky::before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: #e5e5e5;
    }
    .search_table table th.sticky::after,
    .search_table table td.sticky::after {
        content: '';
        position: absolute;
        z-index: 2;
        width: 90px;
        left: 100%;
        top: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgb(0 0 0 / 6%) 0%, rgba(0, 0, 0, 0) 20.63%);
    }
    .search_table table th.sticky + *,
    .search_table table td.sticky + * {
        border-left-width: 0px;
    }
    .search_table table th {
        padding: 15px 16px;
    }
    .search_table table td {
        padding: 13px 30px;
    }
    
    .board_list table thead tr th[scope='col'],
    .board_list table tbody tr td {
    	padding: 13px 20px;
    }
    .efficiency{
		margin:30rem 0;
	}
	
	fieldset.board_detail_search dl {
		grid-template-columns: auto;
	}
	
	fieldset.board_detail_search dl dt{
		border-top-right-radius: 0;
		border-top:none;
	}
	
	fieldset.board_detail_search dl dt:first-child{
		border-top-right-radius: 10px;
	}
		
	fieldset{
		display:grid;
	}
	
	fieldset.board_detail_search .search_table ul{
		gap: 10px;
	}
	
	fieldset.board_detail_search .search_table ul li label{
		gap:6px;
	}
	
	
    
     /* Board Page Navi */
    .board_page_navi {
        gap: 4px;
        margin-top: 30px;
    }
    .board_page_navi a {
        width: 32px;
        height: 32px;
    }
    .board_page_navi a.num {
        font-size: 15px;
    }
    
    
    /*특수변압기 제품*/

    .js-acco-only-mobile .js-acco-head .tit {
        position: relative;
    }
    .js-acco-only-mobile .js-acco-head .tit::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 6px;
        background: url(/resources/kr/images/layout/btn_oneline_arrow_grey.svg) no-repeat center;
        background-size: contain;
        transition: 0.3s ease;
    }

    .list_special_transformer > li {
        padding: 0 6px;
    }

    .list_special_transformer > li.to_side {
        display: block;
    }

    .list_special_transformer > li.to_side .list_special_head {
        width: auto;
        align-items: flex-start;
    }

    .list_special_transformer > li.to_side .list_body {
        margin-bottom: 24px;
        padding-right: 0;
    }

    .list_special_transformer > li.to_side .guide_list {
        margin-top: 0;
    }
    .list_special_transformer > li.to_side .guide_list li {
        font-size: 15px;
    }

    .list_special_transformer > li .list_special_head {
        position: relative;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 0;
        padding: 47px 0 24px;
        cursor: pointer;
    }
    .list_special_transformer > li .list_special_head h4.tit {
        margin: 0;
        font-size: 18px;
        flex-grow: 1;
    }
    .list_special_transformer > li.acco-item .list_special_head h4.tit {
        width: 100%;
    }
    .list_special_transformer > li .list_special_head .tag {
        margin-bottom: 16px;
    }
    .list_special_transformer > li.to_side .list_special_head h4.tit {
        width: 100%;
    }
    .list_special_transformer > li .list_special_head h4.tit .mini {
        font-size: 13px;
    }

    .list_special_transformer > li .list_special_head .idx {
        width: auto;
        text-align: left;
        left: 0;
        top: 24px;
        font-size: 13px;
    }

    .list_special_transformer > li .list_special_info {
        display: block;
        margin: 0;
        padding-left: 0;
    }

    .list_special_transformer > li .list_special_info ul {
        margin: 0 0 24px;
    }

    .list_special_transformer > li .list_special_info ul.guide_list > li {
        font-size: 15px;
    }

    .list_special_transformer > li .list_special_info .side_img {
        width: 100%;
        margin: 24px 0;
        padding-bottom: 57.19%;
        overflow: hidden;
        border-radius: 20px;
    }
    .list_special_transformer > li .list_special_info .side_img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .list_special_transformer > li.active .list_special_head .idx,
    .list_special_transformer > li.active .list_special_head h4.tit {
        color: #1465f4;
    }

    .list_special_transformer > li.active .list_special_head h4.tit::before {
        transform: translateY(-50%) rotate(-180deg);
        background-image: url(/resources/kr/images/layout/btn_oneline_arrow_blue.svg);
    }

    .list_special_transformer > li.to_half {
        flex-direction: column;
    }

    .list_special_transformer > li.to_half > div.list_special_head {
        width: auto;
        margin-bottom: 0;
        align-items: flex-start;
    }
    .list_special_transformer > li.to_half > div.list_body {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .list_special_transformer > li.to_half > div.list_body .guide_list li {
        font-size: 15px;
    }

    /*납품실적*/
    .list_delivery_performance {
        gap: 14px;
    }

    .list_delivery_performance > li {
        width: 100%;
        min-height: unset;
        padding: 30px 24px;
        gap: 12px;
    }

    .list_delivery_performance > li > div {
        /* max-width: calc(100% - 90px); */
        max-width: unset;
    }

    .list_delivery_performance > li > div .tit {
        font-size: 16px;
        margin-top: 10px;
    }

    .list_delivery_performance > li > div ul.guide_list {
        margin-top: 10px;
    }

    .list_delivery_performance > li > a .img_area {
        height: 90px;
        width: 90px;
    }

    .list_delivery_performance > li > a .img_area::before {
        width: 28px;
        height: 28px;
        bottom: 8px;
        right: 8px;
    }

    .list_delivery_performance > li > a .img_area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*인증현황*/

    /*다운로드 센터*/
    .solution_catalog_download {
        gap: 14px;
    }
    
   #downLoadData .solution_catalog_download > li {
        width: 100%;
    }
    .solution_catalog_download > li {
        width: 100%;
        border-radius: 10px;
        padding: 30px 24px;
    }
    .solution_catalog_download > li .tit {
        font-size: 18px;
        padding-right: 30px;
    }
    .solution_catalog_download > li .lan_tag {
        margin-top: 13px;
        font-size: 13px;
    }
    .solution_catalog_download .dounload_btn_wrap {
        position: unset;
        justify-content: flex-end;
        gap: 6px;
    }
    .solution_catalog_download .dounload_btn_wrap .popup_share_type {
        right: unset;
        bottom: unset;
        /* display: block; */
    }

    /*고객센터 연결*/
    .banner_customer_service {
        padding: 30px;
        border-radius: 10px;
    }
    .banner_customer_service h3 {
        font-size: 23px;
        color: #fff;
    }
    .banner_customer_service p {
        font-size: 15px;
        margin-top: 14px;
        color: #fff;
    }

    .banner_customer_service .btn_utility {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        margin-top: 20px;
    }

    /*제품 분류*/
    .list_product_classification {
        overflow: hidden;
        padding-right: 42px;
        margin-right: -18px;
    }
    .list_product_classification ul {
        flex-wrap: unset;
        gap: 0;
    }

    .list_product_classification ul li {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden;
    }
    .list_product_classification ul li img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .list_product_classification ul li .info_box {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #222222e6;
        border-radius: 0px 0px 20px 20px;
        padding: 20px;
        box-sizing: border-box;
    }
    .list_product_classification ul li .info_box h4 {
        color: #fff;
        margin: 0;
        font-size: 18px;
    }
    .list_product_classification ul li .info_box p {
        color: #fff;
        font-size: 14px;
    }

    /*적용분야 및 종류*/
    .applied_field_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 15px;
    }

    .applied_field_grid .info_box {
        padding: 34px 24px;
        grid-row: unset;
        grid-column: span 2;
    }

    .applied_field_grid .info_box h4 {
        font-size: 18px;
    }

    .applied_field_grid > div:not(.info_box) .txt_wrap {
        bottom: 14px;
        left: 14px;
    }
    .applied_field_grid > div:not(.info_box) .txt_wrap p {
        font-size: 16px;
    }
    .applied_field_grid .info_box .notice_txt {
        margin-top: 14px;
    }

    /*제품 분류 및 사양*/

    .prod_spec_item {
        display: block;
    }

    .prod_spec_item + .prod_spec_item {
        margin-top: 40px;
    }

    .prod_spec_item .img_wrap > span {
        width: 100%;
        max-height: 340px;
        padding-bottom: 100%;
    }

    .prod_spec_item .product_info h4 {
        margin: 40px 0 20px;
        font-size: 18px;
    }

    .prod_spec_item .product_info ul.guide_list li {
        font-size: 15px;
    }

    .box_layout_row {
        margin-top: 40px;
    }

    .box_layout_row:not(.use_swiper) {
        gap: 14px;
    }

    .box_layout_row.use_swiper {
        overflow: hidden;
        margin-right: -18px;
        padding-right: 42px;
    }

    .box_layout_row.use_swiper dl {
        flex-wrap: nowrap;
        gap: unset;
    }

    .box_layout_row .item {
        width: 100%;
        padding: 30px 24px;
    }

    .box_layout_row .item .tit {
        font-size: 16px;
    }
    .box_layout_row .item ul.guide_list li {
        font-size: 15px;
    }

    .accodian_item.switch_gear_tech {
        margin-top: 40px;
    }

    /* 전력설비 유지보수
    ***************************************************************************/
    .maintenanace_type_table table th {
        white-space: unset;
    }
    .maintenanace_type_table table th br.pc {
        display: none;
    }

    .basic_table table td > .guide_list li {
        font-size: 15px;
    }
    .basic_table.table_in_acco table td.td_last{
        padding:20px 22px;
    }
    .box_layout_row.maintenanace .item .sub_detail {
        flex-direction: column;
        margin-top: 24px;
        padding-top: 24px;
        gap: 20px;
    }

    .box_layout_row.maintenanace .item .guide_list li {
        font-size: 15px;
    }

    .box_layout_row.maintenanace .item .sub_detail .exp_tit {
        margin-bottom: 4px;
    }

    .box_layout_row.maintenanace .item .sub_detail .grid_lay_2 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .box_layout_row.maintenanace .item .sub_detail .grid_lay_3 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .box_layout_row.maintenanace .item .notice_txt {
        margin-top: 14px;
    }

    /* 전력 시스템
    ****************************************************************/
    .zigzag_list {
    }

    .zigzag_list > li {
        padding: 24px 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .zigzag_list > li:nth-child(even) .img_wrap {
        order: unset;
    }

    .zigzag_list > li .img_wrap {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
        padding-bottom: 55%;
        border-radius: 10px;
    }

    .zigzag_list > li .img_wrap img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .zigzag_list > li .info_wrap h4 {
        font-size: 18px;
    }

    .zigzag_list > li .info_wrap .guide_list {
        max-width: unset;
    }
    .zigzag_list > li .info_wrap .guide_list li {
        font-size: 15px;
    }

    /*전력시스템 > 태양광 솔루션*/
    .business_progress_infograph {
        border-radius: 10px;
        padding: 30px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .business_progress_infograph dl {
        width: 100%;
    }

    .business_progress_infograph dl dt {
        padding: 62px 0 24px;
        height: auto;
    }

    .business_progress_infograph dl dt::before {
        width: 40px;
        height: 40px;
    }

    .business_progress_infograph dl dd {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .business_progress_infograph dl dd .guide_list {
        /* width: 50%; */
        width: 100%;
    }
    .business_progress_infograph dl dd .guide_list + .guide_list {
        margin-top: 0;
    }

    .business_progress_infograph i.arrow {
        margin-top: 0;
        transform: rotate(90deg);
    }

    /*변전소 턴키솔루션*/
    .turnkey_product_detail h4 {
        font-size: 20px;
    }
    .turnkey_product_detail h4 + p {
        color: #666;
        margin-bottom: 20px;
    }

    .turnkey_progress_area {
        border-radius: 10px;
        padding: 30px 9px;
    }

    .turnkey_progress_area .total_solution_progress {
        margin-top: 30px;
        padding: 30px 0 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 26px;
    }
    .turnkey_progress_area .total_solution_progress .ico {
        width: 100%;
        padding-top: 58px;
        height: 36px;
        font-size: 14px;
        background: no-repeat top center;
        background-size: 40px auto;
    }

    .turnkey_progress_area .total_solution_progress .ico:not(:first-child)::before {
        left: -20px;
        top: 12px;
    }

    .turnkey_progress_area .total_solution_progress .ico:nth-child(4) {
        grid-column: 3 / 3;
        grid-row: 2 / 3;
    }
    .turnkey_progress_area .total_solution_progress .ico:nth-child(4)::before,
    .turnkey_progress_area .total_solution_progress .ico:nth-child(5)::before {
        transform: rotate(180deg);
    }

    .turnkey_progress_area .total_solution_progress .ico:nth-child(6) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .turnkey_progress_area .total_solution_progress .ico:nth-child(6)::before,
    .turnkey_progress_area .total_solution_progress .ico:nth-child(7)::before {
        display: none;
    }

    .turnkey_purchas_procurement {
        gap: 14px;
    }

    .turnkey_purchas_procurement > div {
        width: 100%;
        border-radius: 10px;
        padding: 30px 24px;
    }

    .turnkey_purchas_procurement > div > dt {
        font-size: 16px;
    }

    .turnkey_purchas_procurement + .turnkey_purchas_procurement {
        margin-top: 24px;
        padding-top: 24px;
    }

    .turnkey_purchas_procurement > div > dd {
        gap: 14px;
    }

    .turnkey_purchas_procurement > div > dd ul.guide_list li {
        font-size: 15px;
    }

    .turnkey_purchas_procurement > div > dd .guide_list {
        width: calc(50% - 7px);
    }

    .digital_solution_armour.turnkey_construction .armour_benefit {
        gap: 30px;
    }
    .digital_solution_armour.turnkey_construction .armour_benefit li {
        min-height: 138px;
    }
    .digital_solution_armour.turnkey_construction .armour_benefit li p {
        margin: 0 0 12px 0;
    }

    .turnkey_construct_list {
        flex-direction: column;
        gap: 30px;
    }
    .turnkey_construct_list li {
        display: grid;
        grid-template-columns: 100px 1fr;
        width: 100%;
        text-align: left;
        gap: 12px 18px;
    }

    .turnkey_construct_list li > p.tit {
        margin: 0;
        font-size: 16px;
    }

    .turnkey_construct_list li > span {
        grid-row: span 2;
        width: 100px;
        height: 100px;
        background-size: 50px auto;
    }

    /* 디지털 솔루션
    ****************************************************************/

    .select_biz .biz_items {
        flex-direction: column;
        gap: 14px;
        margin-top: 30px;
    }
    .select_biz .biz_items > li {
        padding: 30px 24px;
    }
    .select_biz .biz_items > li span {
        padding-left: 0;
    }

    .select_biz .biz_items > li .tit {
        font-size: 18px;
    }

    .select_biz .notice_txt {
        margin-top: 14px;
    }

    .select_biz .biz_items > li ul.guide_list li {
        font-size: 15px;
    }

    .ecms_solution {
        gap: 14px;
        flex-direction: column;
    }

    .ecms_solution > div {
        padding: 30px 24px;
    }

    .ecms_solution > div > dt {
        font-size: 18px;
    }

    .ecms_solution > div > dd ul.guide_list li {
        font-size: 15px;
    }

    .engineering_technology {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 35px;
        padding: 0;
    }

    .engineering_technology .main_block {
        margin-top: 0;
        grid-column: 2 span;
        grid-row: 2 / 3;
    }
    .engineering_technology .main_block::before,
    .engineering_technology .main_block::after {
        top: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .engineering_technology .main_block::before {
        top: 35px;
    }
    .engineering_technology .main_block::after {
        bottom: -3px;
    }

    .engineering_technology .main_block h4 {
        font-size: 20px;
        background-color: #fff;
    }

    .engineering_technology .main_block > ul {
        padding: 12px 24px;
    }

    .engineering_technology .main_block > ul > li {
        width: 122px;
        height: 122px;
        margin: 0 -13px;
        font-size: 18px;
    }
    .engineering_technology .main_block > ul > li:not(:first-child)::before {
        width: 14px;
        height: 14px;
        right: 6px;
    }

    .engineering_technology .item {
        height: 125px;
        padding: 24px;
    }
    .engineering_technology .item:first-child {
        padding: 24px;
    }
    .engineering_technology .item:nth-child(2)::before,
    .engineering_technology .item:nth-child(2)::after {
        display: none;
    }
    .engineering_technology .item:nth-child(1)::before,
    .engineering_technology .item:nth-child(4)::before {
        content: '';
        display: block;
        position: absolute;
        width: 35px;
        height: 1px;
        border-top: 1px dashed #1465f4;
        bottom: unset;
        top: 50%;
        left: unset;
        transform: translateY(-50%);
        right: -35px;
    }

    .engineering_technology .item:nth-child(1)::after,
    .engineering_technology .item:nth-child(4)::after {
        content: '';
        position: absolute;
        width: 168px;
        height: 1px;
        border-top: 1px dashed #1465f4;
        transform: rotate(-90deg);
    }
    .engineering_technology .item:nth-child(1)::after {
        right: -103px;
        bottom: 1px;
    }
    .engineering_technology .item:nth-child(4)::after {
        right: -83px;
        width: 128px;
        top: 21px;
    }

    .digital_solution_armour .armour_benefit {
        gap: 14px;
        flex-direction: column;
    }

    .digital_solution_armour .armour_benefit li {
        padding-top: 0;
        padding-left: 118px;
        text-align: left;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .digital_solution_armour .armour_benefit li::before {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100px;
        height: 100px;
        background-size: 50px auto;
    }

    .digital_solution_armour .armour_benefit li p {
        font-size: 16px;
        margin-top: 10px;
    }

    .digital_solution_armour .logo_area {
        margin-bottom: 20px;
    }
    .digital_solution_armour .logo_area span {
        height: 15px;
    }
    .digital_solution_armour .logo_area span img {
        height: 100%;
        width: auto;
    }
    .digital_solution_armour .logo_area span + span {
        padding-left: 40px;
    }
    .digital_solution_armour .logo_area span + span::before {
        width: 12px;
        height: 12px;
        left: 15px;
    }

    .armour_icon_box {
        padding-top: 118px;
        padding-left: 0;
        min-height: unset;
    }
    .armour_icon_box::before {
        left: 0;
        top: 0;
        transform: unset;
        display: block;
        width: 100px;
        height: 100px;
        background-size: 50px;
    }

    .armour_icon_box p {
        font-size: 16px;
    }

    .armour_icon_box.patent p {
        margin-bottom: 6px;
    }
    .armour_icon_box.awards p {
        margin-top: 6px;
    }

    .armour_icon_box.awards ul {
        gap: 16px;
        flex-direction: column;
    }

    .armour_icon_box + .armour_icon_box {
        margin-top: 30px;
    }

    /* 웰딩 솔루션
    ****************************************************************/
    .welding_robot_package {
        padding: 40px;
    }

    [class*='welding_robot_'] h4 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .welding_robot_package .robot_package {
        flex-direction: column;
        gap: 40px;
    }

    .welding_robot_package .robot_package li .img_area {
        width: 100%;
        height: 273px;
        text-align: center;
    }
    .welding_robot_package .robot_package li .img_area img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .welding_robot_package .robot_package li p.tit {
        margin: 27px 0 10px;
        font-size: 18px;
    }
    .welding_robot_package .robot_package li p {
        font-size: 15px;
    }

    .welding_delivery_status {
        margin-top: 30px;
        gap: 40px;
        flex-direction: column;
    }
    .welding_delivery_status .side_img {
        width: 100%;
        height: 90.4vw;
    }

    .welding_robot_exp {
        margin-top: 40px;
        padding: 30px 24px;
    }

    .welding_delivery_status .welding_delivery_table .status {
        font-size: 13px;
    }

    /* 기전솔루션
    ***************************************************************************/
    .purpose_and_scope_wrap {
        gap: 40px;
        flex-direction: column;
    }
    .purpose_and_scope_wrap .wrap_item {
        width: 100%;
    }
    .purpose_and_scope_wrap .wrap_item .guide_list {
        padding: 30px 24px;
        height: auto;
    }
    .purpose_and_scope_wrap .wrap_item .guide_list li {
        font-size: 15px;
    }
    /* 배전반
    ******************************************************************************/
    ul.switchboard_items {
        /* height: 560px; */
    }
    ul.switchboard_items > li {
        padding: 260px 36px 40px 40px;
    }
    ul.switchboard_items > li > span.img_box {
        width: 100%;
        height: auto;
        padding: 22px 15px;
    }
    ul.switchboard_items {
        flex-wrap: nowrap;
        gap: 0;
    }
    .switchboard_series > div.half {
        width: 100%;
    }
    .swiper-s {
        overflow: hidden;
        padding-right: 42px;
    }
    ul.switchboard_items > li > ul.guide_list li {
        font-size: 15px;
    }

    /* 에코솔루션
    ****************************************************************/
    .eco_solution > li,
    .eco_solution > li:nth-child(2n) {
        flex-direction: column;
        margin-top: 40px;
    }
    .eco_solution > li:first-child {
        margin-top: 0px;
    }
    .eco_solution > li .photo {
        width: 100%;
        height: 190px;
    }
    .eco_solution > li .cont {
        width: 100%;
        padding: 30px;
        margin: -28px 0px 0px 0px;
        transform: translateX(18px);
    }
    .eco_solution > li .cont h3 {
        font-size: 18px !important;
    }
    .eco_solution > li:nth-child(2n) .cont {
        margin: -28px -18px 0px 0px;
        transform: translateX(-18px);
    }
    .eco_solution > li .cont .btn_link {
        margin-top: 15px;
        gap: 9px;
    }
    .eco_solution > li .cont .btn_link span.pc {
        display: none;
    }
    .eco_solution > li .photo > span {
        font-size: 14px;
        bottom: auto;
        top: 14px;
    }
    .eco_solution > li:nth-child(2n-1) .photo > span {
        left: auto;
        right: 14px;
    }
    .eco_solution > li:nth-child(2n) .photo > span {
        right: 14px;
    }
    .eco_solution > li .cont .desc > p {
        font-size: 14px;
        margin-top: 4px;
    }

    .eco_banner {
        padding: 12px 24px;
    }

    .eco_banner::after {
        right: -120px;
        background-position: right -8px;
        background-size: 85%;
    }
    .eco_banner > p {
        width: 85%;
        font-size: 16px;
    }

    /*수소에너지*/
    .value_chain_procedure {
        margin: -20px -18px;
        border-radius: 20px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .value_chain_procedure > .photo {
        margin: 20px;
        width: 829px;
    }
    .value_chain_procedure > .photo img.wide {
        display: none;
    }
    .value_chain_procedure > .photo img.normal {
        display: block;
    }

    .hydrogen_charging_wrap {
        margin-top: -10px;
    }
    .hydrogen_charging_wrap > .tit {
        padding: 36px 0;
        height: 224px;
    }
    .hydrogen_charging_wrap > .tit h4 {
        font-size: 18px;
        padding-top: 80px;
    }
    .hydrogen_charging_wrap > .tit h4 > span.pc {
        display: none;
    }
    .hydrogen_charging_wrap > .desc {
        margin-top: 20px;
    }
    .hydrogen_charging_wrap > .desc > p {
        font-size: 15px;
        margin-top: 4px;
    }
}
@media all and (max-width: 768px) {
    .division_content p.exp {
        width: 80%;
    }
    .solution_item.division_head::after {
        background-image: url(/resources/kr/images/solution/m_bg_visual_tip_head.png);
        right: -32px;
        top: 45px;
        width: 130px;
        height: 100%;
    }
}

@media all and (max-width: 550px) {
    .engineering_technology .item {
        height: 175px;
        box-sizing: border-box;
        padding: 20px;
    }

    .engineering_technology .item h4 {
        font-size: 14px;
    }
    .engineering_technology .item .guide_list li {
        font-size: 13px;
    }
    ul.switchboard_items {
        height: 495px;
    }
    .eco_banner {
        height: unset;
        min-height: 138px;
    }
    .mo_epg {
        display: block;
    }
}
/* Sitemap
****************************************************************/
#sitemap_wrap {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
    background-color: #121212;
}
nav#sitemap {
    width: 1336px;
    margin: 0px auto;
}
@media(max-width: 1279px){
	nav#sitemap{
	width:100%;
	}
}
nav#sitemap
nav#sitemap ul li {
    line-height: 0;
}
nav#sitemap a,
nav#sitemap button {
    line-height: 1;
    color: white;
}

/* Site Links */
nav#sitemap .site_links {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: space-between;
}
nav#sitemap .site_links .sns {
    position: relative;
    margin-left: 24px;
}
nav#sitemap .site_links .sns > ul {
    display: flex;
    gap: 14px;
}
nav#sitemap .site_links .sns > ul > li > a {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: black;
    background-position: center center;
}
nav#sitemap .site_links .sns > ul > li > a.youtube {
    background-image: url(/resources/kr/images/layout/ico_sns_youtube.svg);
}
nav#sitemap .site_links .sns > ul > li > a.facebook {
    background-image: url(/resources/kr/images/layout/ico_sns_facebook.svg);
}
nav#sitemap .site_links .sns > ul > li > a.instagram {
    background-image: url(/resources/kr/images/layout/ico_sns_instagram.svg);
}
nav#sitemap .site_links .sns > ul > li > a.linkedin {
    background-image: url(/resources/kr/images/layout/ico_sns_linkedin.svg);
}


/* layout front - GNB */

/**
 * Breakpoints
 */
/**
 * Vertical rhythm
 */
/**
 * Gutter
 */
/**
 * Color theme creation
 */
/*
 * @ text accent
 * @ $text-color
 */
/**
 * Font systems
 */
/**
* System icons
*/
/**
 * Breakpoints
 */
/**
 * Vertical rhythm
 */
/**
 * Gutter
 */
/**
 * Color theme creation
 */
/*
 * @ text accent
 * @ $text-color
 */
/**
 * Font systems
 */
/**
* System icons
*/
@-webkit-keyframes text-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Breakpoints
 */
/**
 * Vertical rhythm
 */
/**
 * Gutter
 */
/**
 * Color theme creation
 */
/*
 * @ text accent
 * @ $text-color
 */
/**
 * Font systems
 */
/**
* System icons
*/
/**
 * Breakpoints
 */
/**
 * Vertical rhythm
 */
/**
 * Gutter
 */
/**
 * Color theme creation
 */
/*
 * @ text accent
 * @ $text-color
 */
/**
 * Font systems
 */
/**
* System icons
*/
@keyframes text-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * @type		component
 * @name		info-popup
 * @moudle		module-a
 * @update		2022-09-16
 */
html.laptop.active-info-popup body,
html.mobile.active-info-popup body,
html.active-info-popup body {
  overflow-y: hidden;
}

.info-popup.module-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 60;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24rem;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  -webkit-transition: visibility 0.25s ease, opacity 0.25s ease;
  -o-transition: visibility 0.25s ease, opacity 0.25s ease;
  transition: visibility 0.25s ease, opacity 0.25s ease;
}
.info-popup.module-a.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.info-popup.module-a.small .popup-page-body {
  width: 360rem;
}
.info-popup.module-a .popup-page-body {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 8rem 16rem 0 rgba(0, 0, 0, 0.1), 0 0 0 0.0625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 8rem 16rem 0 rgba(0, 0, 0, 0.1), 0 0 0 0.0625rem rgba(0, 0, 0, 0.15);
}
.info-popup.module-a .popup-page-body .popup-local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.info-popup.module-a .popup-page-body .popup-local .popup-local-head {
  display: block;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.info-popup.module-a .popup-page-body .popup-local .popup-local-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 24rem;
}
html.mobile .info-popup.module-a .popup-page-body .popup-local .popup-local-body {
  overflow: hidden;
  overflow-y: auto;
}

html.laptop .info-popup.module-a .popup-page-body .popup-local .popup-local-body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  overflow-y: overlay;
}
html.laptop .info-popup.module-a .popup-page-body .popup-local .popup-local-body::-webkit-scrollbar-thumb {
  border-width: 4rem;
  border-style: solid;
  border-color: transparent;
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.2);
}
html.laptop .info-popup.module-a .popup-page-body .popup-local .popup-local-body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
html.laptop .info-popup.module-a .popup-page-body .popup-local .popup-local-body::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.6);
}
html.laptop .info-popup.module-a .popup-page-body .popup-local .popup-local-body::-webkit-scrollbar {
  width: 12rem;
  height: 12rem;
}
html.laptop .info-popup.module-a .popup-page-body .popup-local .popup-local-body::-webkit-scrollbar-thumb {
  border-radius: 6rem;
}

.info-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body {
  margin: 48rem 0 32rem 0;
}
.info-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .info-board.module-a {
  margin: 24rem 0;
}
.info-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .button-display {
  margin: 24rem 0;
}
.info-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .button-display .btn {
  -ms-flex-preferred-size: 104rem;
      flex-basis: 104rem;
}
.info-popup.module-a .popup-page-body .popup-local .popup-local-func {
  position: absolute;
  top: 16rem;
  right: 16rem;
}
.info-popup.module-a .popup-page-body .popup-local .popup-local-func .button-area {
  display: block;
}
.info-popup.module-a .popup-page-body .popup-local .popup-local-func .button-area .btn.popup-close svg {
  width: 24rem;
  height: 24rem;
  fill: rgb(0, 0, 0);
}

/**
 * @type		component
 * @name		content-popup
 * @moudle		module-a
 * @update		2022-09-16
 */
html.laptop.active-content-popup body,
html.mobile.active-content-popup body,
html.active-content-popup body {
  overflow-y: hidden;
}

.content-popup.module-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 60;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  -webkit-transition: visibility 0.25s ease, opacity 0.25s ease;
  -o-transition: visibility 0.25s ease, opacity 0.25s ease;
  transition: visibility 0.25s ease, opacity 0.25s ease;
}
.content-popup.module-a.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .content-popup.module-a.medium .popup-page-body {
    width: 704rem;
  }
}
@media (min-width: 1024px) {
  .content-popup.module-a.large .popup-page-body {
    width: 1000rem;
  }
}
.content-popup.module-a .popup-page-body {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 8rem 16rem 0 rgba(0, 0, 0, 0.1), 0 0 0 0.0625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 8rem 16rem 0 rgba(0, 0, 0, 0.1), 0 0 0 0.0625rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023px) {
  .content-popup.module-a .popup-page-body {
    height: 100vh;
    width: 100vw;
  }
}
.content-popup.module-a .popup-page-body .popup-local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-head {
  padding: 16rem 24rem;
  background-color: rgb(255, 255, 255);
  border-bottom: 1rem solid rgb(238, 238, 238);
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-head {
    padding: 24rem 32rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-head .popup-local-subject {
  margin: 0;
  text-align: center;
  font-size: 18.6666666667rem;
  line-height: 28rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-head .popup-local-subject {
    font-size: 26.6666666667rem;
    line-height: 40rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-head .popup-local-subject .popup-local-name {
  display: block;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 20rem;
}
html.mobile .content-popup.module-a .popup-page-body .popup-local .popup-local-body {
  overflow: hidden;
  overflow-y: auto;
}

html.laptop .content-popup.module-a .popup-page-body .popup-local .popup-local-body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  overflow-y: overlay;
}
html.laptop .content-popup.module-a .popup-page-body .popup-local .popup-local-body::-webkit-scrollbar-thumb {
  border-width: 4rem;
  border-style: solid;
  border-color: transparent;
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.2);
}
html.laptop .content-popup.module-a .popup-page-body .popup-local .popup-local-body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
html.laptop .content-popup.module-a .popup-page-body .popup-local .popup-local-body::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.6);
}
html.laptop .content-popup.module-a .popup-page-body .popup-local .popup-local-body::-webkit-scrollbar {
  width: 12rem;
  height: 12rem;
}
html.laptop .content-popup.module-a .popup-page-body .popup-local .popup-local-body::-webkit-scrollbar-thumb {
  border-radius: 6rem;
}

@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body {
    padding: 0 48rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body {
  margin-bottom: 40rem;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-head .section-subject {
  font-size: 18.6666666667rem;
  line-height: 28rem;
  font-weight: 600;
  color: rgb(34, 34, 34);
  margin: 40rem 0 16rem 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-head .section-subject {
    font-size: 21.3333333333rem;
    line-height: 32rem;
    font-weight: 600;
    margin: 40rem 0 20rem 0;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap .data-head {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 96rem;
          flex: 1 0 96rem;
  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;
  width: 96rem;
  padding: 12rem 14rem;
  text-align: center;
  background-color: rgb(250, 250, 250);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap .data-head .data-subject {
  display: block;
  font-size: 14.5454545455rem;
  line-height: 24rem;
  font-weight: 600;
  color: rgb(34, 34, 34);
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap .data-head .data-subject .data-name {
  display: block;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap .data-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: block;
  padding: 10rem 12rem;
  font-size: 14.5454545455rem;
  line-height: 24rem;
  color: rgb(102, 102, 102);
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap .data-body a.em {
  text-decoration: none;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap .data-body a.em:hover {
  text-decoration: underline;
  color: rgb(0, 0, 136);
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-color: rgb(238, 238, 238);
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item {
    width: 50%;
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap .data-head {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 116rem;
            flex: 1 0 116rem;
    width: 116rem;
    padding: 16rem 12 rem;
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap .data-head .data-subject {
    font-size: 16rem;
    line-height: 24rem;
    font-weight: 600;
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b .data-list .data-item .data-wrap .data-body {
    padding: 16rem 16rem;
    font-size: 16rem;
    line-height: 24rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b.style-b .data-list {
  border-top: 2rem solid rgb(0, 0, 0);
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.privacy .section-wrap .section-body .data-display.module-b.style-b .data-list .data-item {
  border-bottom: 1rem solid rgb(238, 238, 238);
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .section.bui-tab-target {
  margin: 24rem 0;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .section.bui-tab-target .section-wrap .section-head {
  display: block;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .submit-form.module-b {
  margin: 24rem 0;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .info-board.module-a {
  margin: 24rem 0;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .button-display {
  margin: 32rem 0;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .button-display .btn {
  -ms-flex-preferred-size: 104rem;
      flex-basis: 104rem;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .info-board.module-d {
  margin-top: 40rem;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .para {
  font-size: 14.5454545455rem;
  line-height: 24rem;
  color: rgb(51, 51, 51);
  text-align: center;
  margin-top: 40rem;
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body > .para {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy {
  margin-top: 40rem;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy > .section-head {
  padding-top: 40rem;
  margin: 0;
  font-size: 18.6666666667rem;
  line-height: 28rem;
  font-weight: 600;
  color: rgb(34, 34, 34);
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy > .section-head {
    font-size: 21.3333333333rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy > .section-head:first-child {
  padding: 0;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy > .section-body {
  font-size: 14.5454545455rem;
  line-height: 24rem;
  color: rgb(102, 102, 102);
  margin: 0;
  padding: 20rem 0 40rem 0;
  border-bottom: 1rem solid rgb(229, 229, 229);
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy > .section-body {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy > .section-body strong {
  color: rgb(51, 51, 51);
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy .subsection-head {
  margin: 0;
  font-size: 16rem;
  line-height: 24rem;
  font-weight: 600;
  color: rgb(51, 51, 51);
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy .subsection-body {
  font-size: 16rem;
  line-height: 24rem;
  color: rgb(102, 102, 102);
  margin: 0;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy .subsection-body a.btn {
  color: inherit;
  text-decoration: none;
  margin-top: 12rem;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy .subsection-body a.btn:hover:not([class*=ltr-]) {
  text-decoration: underline;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .section-head {
  padding: 40rem 0 0 0;
  margin-top: 40rem;
  border-top: 1rem solid rgb(229, 229, 229);
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .section-head:first-child {
  padding: 0;
  border: hidden;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .section-body {
  border: none;
  padding: 0rem;
  margin-top: 20rem;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .subsection {
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 60rem;
     -moz-column-gap: 60rem;
          column-gap: 60rem;
  row-gap: 20rem;
  width: 80%;
}
@media (max-width: 1023px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .subsection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .subsection .subsection-wrap :nth-child(odd) {
  width: 292rem;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .subsection-head {
  margin-top: 24rem;
  font-size: 14.5454545455rem;
  line-height: 24rem;
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .subsection-head {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .subsection-head + .subsection-head {
  margin-top: 4rem;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .subsection-body {
  margin-top: 8rem;
  font-size: 14.5454545455rem;
  line-height: 24rem;
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .docs-policy.policy .subsection-body {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-head > .section-subject {
  margin: 0;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-head > .section-subject > .section-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
  font-size: 16rem;
  line-height: 24rem;
  font-weight: 600;
  color: rgb(51, 51, 51);
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-head > .section-subject > .section-name .em {
  display: block;
  font-size: 18.6666666667rem;
  line-height: 28rem;
  font-weight: 600;
  color: rgb(34, 34, 34);
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-head > .section-subject > .section-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    font-size: 18.6666666667rem;
    line-height: 28rem;
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-head > .section-subject > .section-name .em {
    font-size: 21.3333333333rem;
    line-height: 32rem;
    font-weight: 600;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-body a.btn {
  color: inherit;
  text-decoration: none;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-body a.btn:hover:not([class*=ltr-]) {
  text-decoration: underline;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-body a.btn[class*=ltr-] {
  color: rgb(34, 34, 34);
  margin-top: 12rem;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-body > .para {
  margin: 20rem 0;
  font-size: 14.5454545455rem;
  line-height: 24rem;
  color: rgb(102, 102, 102);
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-body > .para {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-body > .subsection {
  margin: 32rem 0;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-body > .subsection > .subsection-wrap > .subsection-head {
  margin: 32rem 0;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-body > .subsection > .subsection-wrap > .subsection-head > .subsection-subject {
  margin: 0;
  font-size: 16rem;
  line-height: 24rem;
  font-weight: 600;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a > .section-wrap > .section-body > .subsection > .subsection-wrap > .subsection-head > .subsection-subject .subsection-name {
  display: block;
  color: rgb(0, 0, 136);
}
@media (max-width: 1023px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a.style-b {
    padding: 40rem 0;
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a.style-b + .section.module-a.style-b {
    padding-top: 40rem;
    border-top: 1rem solid rgb(238, 238, 238);
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a.style-b > .section-wrap .section-head {
    margin-bottom: 20rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a.style-b .data-list.module-a[class*=small-1x] .data-item {
  margin-top: 24rem;
  color: rgb(102, 102, 102);
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a.style-b .data-list.module-a[class*=small-1x] .data-item {
    font-size: 16rem;
    line-height: 24rem;
  }
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a.style-b {
    margin: 40rem 0;
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a.style-b + .section.module-a.style-b {
    padding-top: 40rem;
    border-top: 1rem solid rgb(238, 238, 238);
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a.style-b + .section.module-a.style-b:last-child {
    padding-bottom: 40rem;
    margin: 0;
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a.style-b .section-wrap {
    position: relative;
    padding-left: 182rem;
  }
  .content-popup.module-a .popup-page-body .popup-local .popup-local-body .popup-content .popup-content-body .section.module-a.style-b .section-wrap .section-head {
    position: absolute;
    left: 0;
    width: 134rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-func {
  position: absolute;
  top: 16rem;
  right: 16rem;
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-func {
    top: 20rem;
    right: 20rem;
  }
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-func .button-area {
  display: block;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-func .button-area .btn.popup-close {
  display: block;
}
.content-popup.module-a .popup-page-body .popup-local .popup-local-func .button-area .btn.popup-close svg {
  width: 32rem;
  height: 32rem;
  fill: rgb(34, 34, 34);
}
@media (min-width: 1024px) {
  .content-popup.module-a .popup-page-body .popup-local .popup-local-func .button-area .btn.popup-close svg {
    width: 40rem;
    height: 40rem;
  }
}

hr {
  display: none;
}

img {
  max-width: 100%;
}

:root {
  font-size: 1px;
}
@media (max-width: 374px) {
  :root {
    font-size: 0.75px;
  }
}

html.mobile body {
  overflow: hidden;
  overflow-y: auto;
}

html.laptop body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  overflow-y: overlay;
}
html.laptop body::-webkit-scrollbar-thumb {
  border-width: 4rem;
  border-style: solid;
  border-color: transparent;
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.2);
}
html.laptop body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
html.laptop body::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.6);
}
html.laptop body::-webkit-scrollbar {
  width: 16rem;
  height: 16rem;
}
html.laptop body::-webkit-scrollbar-thumb {
  border-radius: 8rem;
}

/**
 * @type layout
 * @name page-skip
 */
.page-skip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 100;
  top: -120rem;
  right: 0;
  left: 0;
  height: 56rem;
  background-color: rgb(34, 34, 34);
}
@media (min-width: 1024px) {
  .page-skip {
    height: 96rem;
  }
}
.page-skip .skip-item {
  color: rgb(255, 255, 255);
  font-size: 16rem;
  line-height: 24rem;
}
.page-skip:focus-within {
  top: 0;
}

html.active-scroll-start .page-head::before {
  -webkit-box-shadow: 0 1rem 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 0 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
}
html.active-scroll-start .page-head .page-subject .page-name svg {
  fill: rgb(0, 0, 136);
}

@media (min-width: 1024px) {
  html.active-scroll-start .page-navi .section-wrap .section-body .gnb-list .gnb-item .gnb-name {
    color: rgb(34, 34, 34);
  }
  html.active-scroll-start .page-navi .section-wrap .section-body .gnb-list .gnb-item .gnb-name::before {
    background-color: rgb(20, 101, 244);
  }
  html.active-scroll-start .page-navi .section-wrap .section-body .gnb-list:not(:focus-within) .gnb-item:hover .gnb-name {
    color: rgb(20, 101, 244);
  }
}

/**
 * @type layout
 * @name page-head
 */
.page-head::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background-color: rgba(255, 255, 255, 0);
  background-color: rgb(255, 255, 255);
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
@media (max-width: 1023px) {
  .page-head {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 24rem 20rem 12rem 20rem;
    height: 60rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-head .page-subject {
    position: absolute;
    top: 28rem;
    left: 20rem;
  }
}
@media (min-width: 1024px) {
  .page-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    width: 1280rem;
    max-width: calc(100% - 96rem);
    padding: 0 48rem;
    margin: 0 auto;
  }
  .page-head::before {
    background-color: rgba(255, 255, 255, 0);
  }
}
.page-head .page-subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-head .page-subject {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-head .page-subject .page-name {
  display: block;
}
.page-head .page-subject .page-name svg {
  display: block;
  -webkit-transition: fill 0.25s ease;
  -o-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
@media (max-width: 1023px) {
  .page-head .page-subject .page-name svg {
    width: 164rem;
    height: 18rem;
    fill: rgb(0, 0, 136);
  }
}
@media (min-width: 1024px) {
  .page-head .page-subject .page-name svg {
    width: 216rem;
    height: 20rem;
    fill: rgb(255, 255, 255);
  }
}
.page-head .page-navi .section-wrap .section-head {
  display: block;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.page-head .page-navi .section-wrap .section-body .gnb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .page-head .page-navi {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .active-scroll-down .page-head .page-navi {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-16rem);
        -ms-transform: translateY(-16rem);
            transform: translateY(-16rem);
  }
  .page-head .page-navi::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    -webkit-box-shadow: 0 1rem 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1rem 0 0 rgba(0, 0, 0, 0.1);
  }
  .page-head .page-navi .section-wrap .section-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100vw;
    left: calc(50% - 50vw);
    padding: 0 20rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    min-inline-size: initial;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .page-head .page-navi .section-wrap .section-body::-webkit-scrollbar {
    display: none;
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list .gnb-item.current .gnb-name {
    font-weight: 600;
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list .gnb-item.current .gnb-name::before {
    width: 100%;
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list .gnb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    height: 40rem;
    padding: 4rem 0;
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list .gnb-item .gnb-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-size: 14.5454545455rem;
    line-height: 24rem;
    color: rgb(51, 51, 51);
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list .gnb-item .gnb-name::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2rem;
    border-radius: 1rem;
    background-color: rgb(20, 101, 244);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 0.25s linear;
    -o-transition: width 0.25s linear;
    transition: width 0.25s linear;
  }
}
@media (min-width: 1024px) {
  .page-head .page-navi {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* width: 674rem; */
    width: 620rem;
    padding: 0 34rem;
  }
  html:lang(en) .page-head .page-navi {
    width: 620rem;
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list .gnb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 80rem;
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list .gnb-item .gnb-name {
    text-decoration: none;
    font-size: 18.6666666667rem;
    line-height: 28rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list .gnb-item .gnb-name::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4rem;
    border-radius: 1rem;
    background-color: rgb(255, 255, 255);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 0.25s linear;
    -o-transition: width 0.25s linear;
    transition: width 0.25s linear;
  }
  .page-head .page-navi .section-wrap .section-body .gnb-list .gnb-item.current .gnb-name::before {
    width: 100%;
  }
}

/**
 * @type layout
 * @name page-body
 */
.page-body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-body #local .local-head {
  display: block;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
html:not(.active-scroll-start) .section.widget-toolbar {
  visibility: hidden;
  opacity: 0;
}

html.active-toolbar-unfixed .section.widget-toolbar {
  position: absolute;
}
@media (max-width: 1023px) {
  html.active-toolbar-unfixed .section.widget-toolbar {
    bottom: calc(100% - 84rem);
  }
}
@media (min-width: 1024px) {
  html.active-toolbar-unfixed .section.widget-toolbar {
    bottom: calc(100% + 40rem);
  }
}

.section.widget-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: fixed;
  z-index: 10;
  bottom: 40rem;
  left: 50%;
  right: 0;
  height: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.25s ease, opacity 0.25s ease;
  -o-transition: visibility 0.25s ease, opacity 0.25s ease;
  transition: visibility 0.25s ease, opacity 0.25s ease;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1023px) {
  .section.widget-toolbar {
    width: calc(100% - 32rem);
  }
}
@media (min-width: 1024px) {
  .section.widget-toolbar {
    width: 100vw;
    padding: 0 48rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section.widget-toolbar .section-wrap .section-head {
  display: block;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.section.widget-toolbar .section-wrap .section-body .navi-list .navi-item .navi-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48rem;
  height: 48rem;
  border-radius: 100%;
  background-color: rgb(20, 101, 244);
}
.section.widget-toolbar .section-wrap .section-body .navi-list .navi-item .navi-text svg {
  display: block;
  fill: rgb(255, 255, 255);
}

.btn_nema_site {
    display: flex;
    gap: 20px;
    line-height: 1;
    text-align: center;
}
.btn_nema_site a {
    min-width: auto;
    padding: 18px 30px;
    border: 1px solid #1465f4;
    color:#1465f4;
    border-radius: 40px;
    box-sizing: border-box;
    font-size: 16px;
    transition: 0.5s;
}
.btn_nema_site a:hover {
    background: #1465f4;
    color: #fff;
    transition: 0.5s;
}

@media(max-width: 1279px){
	.btn_nema_site a {
	padding: 14px 26px;
	font-size: 14px;
	}
}

/*# sourceMappingURL=maps/layout.front.css.map */

