@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

body { 
    font-family: 'Poppins', sans-serif;
    overflow:hidden;
}

.kr {
    font-family: 'Pretendard' !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.Playfair {
    color:#8b8d94;
    font-style: italic;
    font-family: 'Playfair Display' !important;
}

.pointer {
    cursor:pointer !important;
}

.italic {
    font-style: italic !important;
}

.noto {
    font-family: 'Pretendard', sans-serif !important;
}

body {
    background:#000;
}

body.light {
    background:#fff;
}

#header .header-body {
    background:none;
}

html.sticky-header-active #header .header-body {
    box-shadow:none;
    position:relative;
}

#header .container {
    /* background:rgba(0,0,0,.4); */
    /* backdrop-filter: blur(10px); */
    border-radius:9px;
}

#header .container.off {
    background:none;
    backdrop-filter: blur(0px);
}

#header .header-nav-main nav > ul > li > a {
    font-size:19px;
    font-family: 'Pretendard', sans-serif;
    text-transform: none;
    font-weight: 400;
    letter-spacing: .5px;
    color:#fff !important;
}

.tp-loader.spinner3 {
    display:none !important;
}

#header {
    position:fixed;
    top:50px;
    left:0;
    right:0;
}

.body_wrap {
    background:rgba(0,0,0,.9);
     /* background: linear-gradient(to bottom, rgba(0,0,0,.2) 2%, rgba(0,0,0,0.9) 40%); */
    position:relative;
    z-index:101;
}

.main_visual {
    height:100vh;
    background: linear-gradient(to bottom, rgba(0,0,0,.2) 70%, rgba(0,0,0,0.9) 100%);
    /* background: rgba(0,0,0,.2); */
    /* background-color:rgba(0,0,0,.2);
    background-image:url('/assets/images/bottom_bg_black2.png');
    background-position: bottom center;
    background-repeat: no-repeat; */
    position:relative;
}

.main_body { 

    width:100%;
    position:absolute;
    top:50%; left:50%;
    transform: translate(-50%,-50%);
    z-index:10
}

.main_body h1 { 
    letter-spacing: .1px;
}

.one_line { 
    width:2px; margin:0 auto;
    height:80px;
    background:#b3b3ba;
    margin-top:40px; 
    position:relative;
    z-index:10;
}

.one_line::after { 
    content:'';
    display:block;
    width:10px; height:10px;
    background:#b3b3ba;
    position:absolute;
    bottom:0;
    left:-4px;
}

.one_line.black { 
    background:#b3b3ba;
}

.one_line.black::after { 
    background:#b3b3ba;
}

#footer {
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.2) 10%, rgba(0,0,0,0.9) 100%);
    position:relative;
    z-index:100;
    padding-bottom:0px;
}

#footer .copyright {
    color:#d5d5db !important;
    font-family: 'Pretendard';
    font-weight: 300 !important;
}

#footer p strong {
    color:#b3b3ba !important;
    font-family: 'Pretendard';
    font-weight: 700 !important;
}

#footer p {
    color:#b3b3ba !important;
}

#footer.light {
    background:rgba(0,0,0,.0);
}

#footer .container {
    border-top:1px solid rgba(255,255,255,.5);
}

#footer.light .container {
    border-top:1px solid rgba(0,0,0,.1);
}

#section3 {
    margin-top:200px;
}

#section4 {
    margin-top:200px;
}

.down-70 { 
    margin-bottom:70px;
}

#section7 {
    background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,.3), rgba(0,0,0,0.0));
    position:relative;
    z-index:100;
    /* background-image:url('/assets/images/bottom_bg_black.png'), url('/assets/images/bottom_bg_black2.png'), url('/assets/images/bottom_bg.jpg');
    background-position: top center, bottom center, center;
    background-size: auto, auto, cover;
    background-repeat: no-repeat; */
    padding:200px 0 100px;
    margin-bottom:100px;
}

.mouse {
    position:absolute;
    bottom:100px;
    left:50%;
    margin-left:-17px;
    animation: mouse_move .4s infinite alternate;
}

@keyframes mouse_move {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0px);
    }
}

.social-icons li a.active {
    opacity:1;
}
.side_line_wrap {
    position:relative;
    padding-left:5px !important;
}

.side_line:after {
    background: rgba(255, 255, 255, 0.6);
    content: '';
    width: 2px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 0;
}

.side_line.active:after {
    background: rgba(255, 255, 255, 0.3);
}

section.section.custom-parallax-medium-padding {
    padding:300px 0 160px; 
    background-image: url(/assets/images/parallax-4.jpg);
    background-size: cover;
    background-position:center;
}

section.section.custom-parallax-medium-padding h1 {
    letter-spacing: 1px;
    font-size:80px;
}


section.section.custom-parallax-medium-padding.header_professionals h1 {
    letter-spacing: -1px;
}

#company1 {
    margin-top:150px;
}

#company1 h2 {
    color:#143e39 !important;
}

#company2 {
    margin-top:40px;
}

#company2 h3 {
    text-transform: none;
    padding-top:40px;
    position:relative;
    letter-spacing: 0px;
    font-weight: 500;
    color:#313338 !important;
    font-size:28px !important;
}

#company2.kr h3 {
    font-size:24px !important;
}

#company2 p {
    font-size:18px;
    color:#8b8d94 !important;
    line-height: 26px;
    font-family: 'Pretendard', sans-serif;
}

#ourfocus3 h2 {
    color:#143e39
}

#company2 h3::after {
    position:absolute;
    content:'';
    display:block;
    width:11px;
    height:4px;
    background:#8db7b2;
    top:0; left:50%; margin-left:-11px;
}

#company3 {
    margin-top:200px;
    margin-bottom:50px;
}

#company4 p {
    font-size:22px;
    font-family: 'Pretendard', sans-serif;
    color:#b3b3ba !important;
}

#company4 h3 {
    font-size:53px;
    text-transform: none;
    letter-spacing: .5px;
    color:#143e39 !important;
    letter-spacing: -1px;
}

#company4 span {
    font-size:10px;
    color:#8db7b2;
    font-weight: 400 !important;
}

#company4 .card_shadow { 
    padding:20px 16px 35px;
    box-shadow: 0px 5px 30px 0px #e8eced;
    border-radius:10px;
    background:#fff;
}

@media (max-width: 575px) {
    #header {
        top:0;
    }

    .main_body h1 {
        font-size:35px !important;
        line-height:50px !important;
    }

    section.section.custom-parallax-medium-padding h1 {
        font-size:34px;
        letter-spacing: -1px;
    }
}

#company5 { 
    margin-top:100px; 
    position:relative;
    z-index:1
}

#company6 {
    margin-bottom:200px;
    margin-top:-5px;
}

#ourfocus2 h2 { 
    font-size:26px;
    font-weight: 400;
    margin-bottom: 10px !important;
    color:#313338 !important;
    min-height:68px;
}

#ourfocus2 p { 
    font-size:18px;
    /* padding-left:10px; */
    /* margin-left:10px; */
    position:relative;
    font-family: 'Pretendard' !important;
    color:#8b8d94;
}

#ourfocus2 p::after {
    content:'';
    display:block;
    position:absolute;
    top:10px; left:-10px;
    width:2px; height:2px;
    background:#999;   
}

#ourfocus2 .thumb-info .thumb-info-wrapper {
    border-radius:7px; 
    overflow:hidden;
}

#ourfocus3 {
    margin-top:200px;
    margin-bottom:0px;
}

.custom-timeline {
	padding:50px 100px 50px;
    box-shadow: 0px 5px 30px 0px #eef0f2;
    border-radius:10px;
}

.custom-timeline .custom-timeline-box {
	position: relative;
	padding-left: 105px;
}

.custom-timeline .custom-timeline-box .date {
	position: absolute;
	top: 0;
    left: 15px;
    color: #d5d5db !important;
    font-weight: 300 !important;
}

.custom-contact-item {
	padding: 0 0 30px;
}
.custom-contact-item i {
	font-size: 2em;
	margin-bottom: 20px;
	display: block;
}
.custom-contact-item span {
	display: block;
}
.custom-contact-item span.title {
	font-size: 0.8em;
}
.custom-contact-item span.content {
	font-size: 1.5em;
}

.custom-hover-opacity {
	display: block;
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}
.custom-hover-opacity:hover {
	opacity: 0.7;
}

.after_pointer {
    position:relative;
    font-family: 'Pretendard';
    color:#8b8d94 !important;
    margin-bottom:5px;
    font-size:16px !important;
}

.after_pointer::after {
    content:'';
    display:block;
    position: absolute;
    top: 3px;
    left: 15px;
    width: 1px;
    height: calc(100% - 6px);
    background:rgba(0,0,0,0.3)
}

#ourfocus6 {
    margin-bottom:200px;
}

#ourfocus4.section.section,
#ourfocus5.section.section {
    padding:0;
    padding-top:20px
}

#professionals1 {
    margin-top:60px; 
    padding-bottom:10px !important
}

.sort-source.sort-source-style-3 > li.active > a {
    opacity:1 !important;
    color:#15544c !important;
    border-bottom-color: #15544c !important;
    font-weight:700 !important;
}

.sort-source.sort-source-style-3 > li.active > a.portfolio_tab_menu {
    color:#15544c !important;
    -webkit-text-fill-color: #15544c;
}

.sort-source.sort-source-style-3 > li:hover > a.portfolio_tab_menu {
    color:#15544c !important;
    -webkit-text-fill-color: #15544c;
}

.sort-source.sort-source-style-3 > li:hover > a {
    opacity:1 !important;
    color:#15544c !important;
    border-bottom-color: #15544c !important;
}

.professionals_title {
    padding:20px 0;
    border-top:1px solid #d5d5dd;
    border-bottom:1px solid #d5d5dd;
    margin-bottom:50px;
}

#professionals2 {
    margin-top:10px;
}

.team_box {
    border:1px solid #ebf0f4;
}

.team_box_wrapper { 
    padding:10px 20px;
}

.p_image img {
    max-width:500px;
    width:100%;
}

.team_mark {
    background:#15544c;
    color:#fff;
    display:inline-block;
    padding:2px 15px;
    line-height: 14px;
    border-radius:3px;
    margin-top:10px;
    font-size:12px;
}

.team_mark.bio {
    background:#8db7b2;
}

.team_mark_dark {
    background:#15544c;
}

.team_btn li {
    cursor:pointer;
}

.video-container {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    overflow: hidden;
}
  
.video-container video {
    min-width: 100%; 
    min-height: 100%; 
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.time_line { 
    border-top:2px solid #eee;
}

.time_title {
    font-size:32px;
    color:#cacbd5 !important;
}

.time_list > div {
    position:relative;
}

.time_list > div::before {
    content:'';
    display:block;
    position:absolute;
    top:-200px; left:3px; bottom:-200px;
    /* width:3px;
    background:#b1b2bb; */
    border-left:2px solid #b1b2bb;
    border-right:1px solid #b1b2bb;
}

.time_list > div::after {
    content:'';
    display:block;
    position:absolute;
    top:32px; left:0;
    width:9px; height:9px; 
    border-radius:50%;
    background:#4e535f;
    z-index:10
}

.time_list .time_list_text {
    color:#636363 !important;
    display:inline-block;
}

.time_list .time_year {
    color:#4e535f !important;
    vertical-align: top;
}

.time_list .no_line::before {
    display:none;
}

.time_list .dotted_line::before {
    border-left:3px dotted #b1b2bb;
    border-right:0px dotted #b1b2bb;
    z-index:1;
    bottom: 115px;
    top:-75px;
}

.time_list .no_line_bot::before {
    display:none;
}

.time_list .time_line_2::before {
    top: -120px;
}

.time_list .time_line_3::before {
    border-left:3px dotted #b1b2bb;
    border-right:0px dotted #b1b2bb;
    z-index:1;
    top: 115px;
    bottom:-75px;
}

.time_list .time_line_4::before {
    bottom: -120px;
}

  /* Icon 1 */
  
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 26px;
    height: 15px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 8px;
    left: 7px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
    left: -7px;
}

#nav-icon3:not(.open):hover span:nth-child(2),#nav-icon3:not(.open):hover span:nth-child(3) {
    left: 0px;
}

#nav-icon3:not(.open):hover span:nth-child(4) {
    left: 0px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2),#nav-icon3.open span:nth-child(3) {
    left: 0px;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* Icon 4 */

#nav-icon4 span:nth-child(1) {
    top: 0px;
}

#nav-icon4 span:nth-child(2),#nav-icon4 span:nth-child(3) {
    top: 8px;
    left: 7px;
}

#nav-icon4 span:nth-child(4) {
    top: 16px;
    left: -2px;
}

#nav-icon4.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* #nav-icon4:hover span:nth-child(2),#nav-icon4:hover span:nth-child(3) {
    left: 0px;
}

#nav-icon4:hover span:nth-child(4) {
    left: 0px;
} */

#nav-icon4.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left:0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left:0;
}

#nav-icon4.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.toggle_menu {
    visibility:hidden;
    z-index:200;
    position:fixed;
    top:0; left:0; right:0; bottom:0; 
    background:rgba(0,0,0,.8);
    transition:all .4s ease;
    opacity:0;
}

.toggle_menu.open {
    visibility:visible;
    opacity:1;
}

.toggle_menu_cover .container { 
    position:absolute;
    top:200px;
    bottom:100px;
    left:50%;
    transform: translate(-50%,0%);
    padding:0px;
}

.toggle_menu_cover .container > div {
    height:100%;
}

#nav-icon3 {
    position:relative;
    z-index:101;
}

.nav_box {
    border-radius:10px;
    /* height:720px; */
    height:100%;
    max-height:500px;
    opacity:0;
    transform: translateY(60px);
}

.nav_box1.animation {
    transition: all .4s linear;
}

.nav_box2.animation {
    transition: all .4s linear .2s;
}

.nav_box3.animation {
    transition: all .4s linear .4s;
}

.nav_box4.animation {
    transition: all .4s linear .6s;
}

.nav_box.animation {
    opacity:1;
    transform: translateY(0px);
}
/* 
@media (min-width: 768px) {
    .nav_box {
        height:420px;
    }
} */

.menu_wrap { 
    width:100%;
    height:100%;
    /* background-image: url(/assets/images/parallax-4.jpg); */
}

.people_popup { 
    position:fixed;
    top:100px; left:0; right:0; bottom:100px;
    background:#f6f8fa;
    z-index:3000;
    display:none;
}

.people_popup_gray { 
    background:#f6f8fa;
}

.people_wrap { 
    display:none;
}

.people_white { 
    background:#fff;
    box-shadow: 0px 10px 15px 0px #eef0f2;
}

.people_white .container {
    position:relative;
}

.close_btn {
    position:absolute;
    top:40px;
    right:20px;
    cursor:pointer;
    z-index:10;
}

#portfolio1 {
    margin-top:50px;
}

.portfolio_btn.sort-source.sort-source-style-3 > li > a {
    cursor:pointer;
    color: black;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d5d5db;
}

.portfolio_btn.sort-source.sort-source-style-3 > li.active > a {
    border-bottom-color: transparent !important;
    -webkit-text-stroke-color: #fff;
}

#portfolio3 .sort-source.sort-source-style-3 > li > a,
#portfolio4 .sort-source.sort-source-style-3 > li > a,
#portfolio5 .sort-source.sort-source-style-3 > li > a {
    color:#d5d5db;
    cursor:pointer;
    font-weight: 300 !important;
}

#portfolio3 .sort-source.sort-source-style-3 > li.active > a,
#portfolio4 .sort-source.sort-source-style-3 > li.active > a,
#portfolio5 .sort-source.sort-source-style-3 > li.active > a {
    border-bottom-color: transparent !important;
    box-shadow: 0 10px 30px 10px #eff3f4;
    -webkit-box-shadow: 0 10px 30px 10px #eff3f4;
    border-radius:5px;
    font-weight:700 !important
}

#portfolio3,
#portfolio4,
#portfolio5 {
    border-top:1px solid #d5d5dd;
    border-bottom:1px solid #d5d5dd;
    margin-top: 60px;
}

.portfolio_tab {
    display:none;
}

.portfolio_tab_ict {
    display:block;
}

.portfolio_logo {
    border-bottom:1px solid rgba(0,0,0,.1);
}

.portfolio_logo:last-child {
    border-bottom:0px solid rgba(0,0,0,.1);
}

.portfolio_logo_wrap {
    margin-bottom: 200px;
    min-height:300px;
}

section.section.header_company {
    padding:300px 0 160px; 
    background-image: url(/assets/images/sub/header_company.jpg);
    background-size: cover;
    background-position:center;
    background-color:#fff;
}

section.section.header_ourfocus {
    padding:300px 0 160px; 
    background-image: url(/assets/images/sub/header_ourfocus.jpg);
    background-size: cover;
    background-position:center;
    background-color:#fff;
}

section.section.header_professionals {
    padding:300px 0 160px; 
    background-image: url(/assets/images/sub/header_professionals.jpg);
    background-size: cover;
    background-position:center;
    background-color:#fff;
}

section.section.header_portfolio {
    padding:300px 0 160px; 
    background-image: url(/assets/images/sub/header_portfolio.jpg);
    background-size: cover;
    background-position:center;
    background-color:#fff;
}

.menu_wrap1 { 
    background-image: url(/assets/images/menu/menu_company.png);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:10px;
}

.menu_wrap2 { 
    background-image: url(/assets/images/menu/menu_ourfocus.png);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:10px;
}

.menu_wrap3 { 
    background-image: url(/assets/images/menu/menu_professionals.png);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:10px;
}

.menu_wrap4 { 
    background-image: url(/assets/images/menu/menu_portfolio.png);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:10px;
}

.nav_box .row { height:100%; }

.menu_wrap h2 {
    padding-top:100px;
}

.nav_box a:hover {
    text-decoration: none;
    color:#fff;
}

.cover_copyright {
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}

.contact {
    position:fixed;
    bottom:225px;
    left:20px;
    transform: rotate(90deg);
    z-index:150;
}

.contact_icon {
    position:fixed;
    bottom:75px;
    left:57px;
    z-index:150;
}

.contact_icon a {
    color:#8f929d;
}

.contact_text a {
    font-size:18px;
    position:relative;
    color:#8f929d;
    text-decoration: none;
}

.contact_text::after {
    content: '';
    display:block;
    position:absolute;
    background:#8f929d;
    width:80px;
    height:1px;
    top:12px;
    right:-93px;
}

.mobile_menu {
    visibility:hidden;
    z-index:200;
    position:fixed;
    top:0px; left:0; right:0; bottom:0; 
    background:rgba(0,0,0,.5);
    transition:all .4s ease;
    opacity:0;
}

.mobile_menu.open {
    visibility:visible;
    opacity:1;
}

.mobile_menu article {
    height:calc(100vh - 200px);
}

.social-icons li.mobile_view {
    display:none;
}

@media (max-width: 575px) {
	.social-icons li.desktop_view {
		display:none;
    }

    .social-icons li.mobile_view {
        display:inline-block;
        margin-left:0px !important;
    }

    /* .language_btn { display:none !important; } */
}

body.none_scroll {
    height:100%; min-height:100%; overflow:hidden !important; touch-action:none;
}

.accodian_menu {
    position:relative;
    top:85px;
    display:none;
    clear:both;
    margin-bottom:80px;
}

.accordian_title {
    position:relative;
    float:left;
    color:#161616 !important;
}

.arrow_btn {
    position:absolute;
    right:0;
    cursor:pointer;
    transition:all .4s ease;
    color:#143e39 !important;
}

.arrow_btn.open {
    transform: rotate(180deg);
    color:#d5d5db !important;
}

.custom-timeline {
    position:relative;
    overflow:hidden;
}

.acco_bg {
    position:absolute;
    top:-60px;
    left:50%;
    margin-left: -300px;
    width:260px; height:260px;
    border-radius:50%;
    background:#ddd;
    transition:all .4s ease;
}

/* .custom-timeline1 { 
    background-image: url(/assets/images/ourfocus_Investmentareas_bio.png);
    background-size: cover;
    background-position:center;
}

.acco_bg2 {
    top:30px;
    margin-left: -26px;
    background-image: url(/assets/images/ourfocus_Investmentareas_ict.png);
    background-size: cover;
    background-position:center;
} */

.acco_bg.remove {
    opacity:0;
}

#thanks {
  background-color: #fff;
}
#thanks::after {
  content: none;
}
#thanks div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#thanks h2 {
  margin-bottom: 60px;
  color: #333;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}
#thanks p {
  color: #333;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
}
#thanks p a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}
#thanks p a:hover {
  color: #888;
}
.demo a {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 46px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.ourfocus3_title {
    color:#53565e !important;
}

.acco_title {
    color:#143e39 !important;
    font-size:20px !important; 
}

.acco_number {
    color:#8db7b2 !important;
    padding-right:10px;
    font-size:20px !important; 
}

.pro_title {
    color:#143e39;   
}

#professionals1 li {
    position:relative;
}

#professionals1 li::after {
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:4px;
    width:2px;
    height:15px;
    background:#ebf0f4;
}

#professionals1 li:last-child::after {
    display:none;
}

#mainNav a.active {
    font-weight:700 !important;
    opacity:1 !important;
}

#mainNav a {
    opacity:.4 !important;
}

#mainNav.home a {
    opacity:1 !important;
}

.nav_box_cover { 
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    background:rgba(0,0,0,0);
    border-radius: 10px;
    transition:all .4s ease;
}

.nav_box.on .nav_box_cover {
    background:rgba(0,0,0,0)
}

.nav_box.off .nav_box_cover {
    background:rgba(0,0,0,0.6)
}

#section1 {
    padding-top:160px;
}

#section1 h2 {
    font-size:74px !important;
}

#section10 {
    opacity:1;
    transition:all .4s ease;
}

#section10.remove {
    opacity:0;
}

.custom-timeline1.on {
    background: url(/assets/images/ourfocus_Investmentareas_bio.png);
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}

.custom-timeline2.on {
    background: url(/assets/images/ourfocus_Investmentareas_ict.png);
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}

svg {
    position: absolute;
    top:0; left:0;
}

mask g {
    display:none;
}

.custom-timeline-drag {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    /* z-index:100; */
}

.movic_1 {
    position:absolute;
    left:50%; margin-left:160px; margin-top:40px;
}

#section3,
#section4 {
    position:relative;
}

.movic_2 {
    position:absolute;
    left:50%; margin-left:-495px;
    top:-56px;
}

.movic_3 {
    position:absolute;
    left:50%; margin-left:132px; top:-112px;
}

@media (max-width: 575px) {
    
    .movic_1 {
        position:absolute;
        left:50%; margin-left:34px; margin-top:40px;
    }
    
    .movic_2 {
        position:absolute;
        left:50%; margin-left:-340px;
        top:-56px;
    }
    
    .movic_3 {
        position:absolute;
        left:50%; margin-left:34px; top:-112px;
    }

    .contact_icon,
    .contact {
        display:none;
    }
}

.no_underline:hover {
    text-decoration: none;
}

.overview_bg {
    background-image: url(/assets/images/pc_company.png);
    background-size: cover;
    background-position:top center;
    padding-bottom:100px;
}

.company_box {
    /* background:#fff; */
}

.modal-header {
    border:0
}

.modal-footer {
    border:0;
    background:#eff3f4;
    justify-content: flex-start;
}

.ourfocus_thumb_title_wrap {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    z-index:10;
    background:rgba(0,0,0,.4);
}

.ourfocus_thumb_title {
    font-size:16px;
    color:#313338;
}

.ourfocus_thumb_title.ourfocus_thumb_title_bot {
    font-size:16px;
    margin-top:100px !important;
}

a[href^=tel],
.a_link {
    text-decoration:underline;
    color: inherit !important;
}

html .scroll-to-top {
    transition:all .4s ease;
    border:1px solid transparent;
    visibility: hidden;
}

html .scroll-to-top.visible {
    visibility: visible;
}

html .scroll-to-top.visible:hover {
    background:#fff;
    border-color:rgba(0,0,0,.7);
    color:rgba(0,0,0,.7);
}

html .scroll-to-top.visible:hover i {
    color:rgba(0,0,0,.7);
}


html .scroll-to-top.visible:active {
    color:rgba(0,0,0,.7);
}


html .scroll-to-top.visible:focus {
    color:rgba(0,0,0,.7);
}

.modal-header .close {
    font-size:40px !important;
    font-weight: 300;
    color:#d5d5db;
}

#ourfocus2 .card_shadow { 
    padding:20px 16px 35px;
    box-shadow: 0px 5px 30px 0px #e7e8ec;
    border-radius:30px;
    background:#fff;
    min-height:430px;
}

#ourfocus2 .card_shadow p { 
    /* display:inline; */
} 

#ourfocus2 .ourfocus_box .card_shadow{
    position:relative;
    overflow:hidden;
}

#ourfocus2 .ourfocus_box .ourfocus_box_circle {
    position: absolute;
    bottom: -187px;
    right: -201px;
    width: 388px;
    height: 300px;
    border-radius: 124px;
}

#ourfocus2 .ourfocus_box .ourfocus_box_circle1 {
    background:#032c27;
}

#ourfocus2 .ourfocus_box .ourfocus_box_circle2 {
    background:#154640;
    bottom: -187px;
    left: -201px;
}

#ourfocus2 .ourfocus_box .ourfocus_box_circle3 {
    background:#15544c;
    top: -187px;
    right: -201px;
}

#ourfocus2 .ourfocus_box .ourfocus_box_circle4 {
    background:#158376;
    top: -187px;
    left: -201px;
}

#ourfocus2 .ourfocus_box .ourfocus_box_number {
    position:absolute;
    bottom: 40px;
    right: 25px;
    font-size:56px;
    color:#eff1f1;
    font-weight: 700 !important;
    font-family: 'Pretendard';
}

#ourfocus2 .ourfocus_box .ourfocus_box_number2 {
    bottom: 40px;
    left: 25px;
    right:auto;
}

#ourfocus2 .ourfocus_box .ourfocus_box_number3 {
    top: 40px;
    right: 25px;
}

#ourfocus2 .ourfocus_box .ourfocus_box_number4 {
    top: 40px;
    left: 25px;
    right:auto
}

.outfocus_title {
    color:#032c27    
}

.main_visual h1 {
    font-size:82px;
    font-weight:600;
    letter-spacing: -1px;
}

.home_main_text {
    font-size:24px;
    line-height:40px;
    font-weight: 300 !important;
    color:#d5d5db;
    position:relative;
    z-index:10;
}

.home_main_text.kr {
    font-weight: 600 !important;
    color:#fff;
}

.mobydick_img {
    position:relative;
}

.mobydick_img .m_tail {
    position:absolute;
    top: -98px;
    right: -217px;
}

.mobydick_img .m_body {
    position:absolute;
    left: -163px;
    bottom: -251px;
}

#section2 {
    margin-top:100px;
}

.home_main_text span {
    color:#fff;
    font-style: italic;
}

.top_text {
    color:#8b8d94 !important
}

html .text-light.s5_text {
    color:#8b8d94 !important;
    font-weight:600 !important;
    font-size:14px !important;
}

html .text-light.s5_second_text {
    color:#8b8d94 !important;
    font-style: italic;
    font-family: 'Playfair Display' !important;
    font-size:14px !important;
}

.s7_text_circle {
    text-align:center;
    margin:80px 0 ;
}

.s_text_list {
    margin:0;
    padding:0;
    display:inline-block;
}

.s_text_list.kr li {
    font-size:24px;
}

.s_text_list li {
    width:220px;
    height:220px;
    float:left;
    border-radius:50%;
    border:1px solid #fff;
    color:#fff;
    font-size:28px;
    font-weight: 600;
    line-height:30px;
    margin:0 -10px;
}

.history_row {
    margin-bottom:70px;
}

#company7 {
    position:relative;
    top:-5px
}

.history_year {
    color:#535653 !important;
    display:inline-block;
    width:95px;
    vertical-align: top;
}

.history_list {

}

.history_list ul {
    padding:0; margin:0;
    list-style: none;
}

.history_list li {
    padding:32px 0px;
    border-top:1px solid #d5d5db;
}

.history_list li span {
    padding:0 15px;
}

.history_time_line {
    border-top:1px solid #111;
    color:#143e39 !important;
}

.history_text {
    display:inline-block !important;
    color:#8b8d94 !important;
    font-weight: 300 !important;
    position:relative;
}

.history_text::before {
    content:'';
    display:block;
    width:2px; height:2px;
    background:#8b8d8b;
    border-radius:50%;
    position:absolute;
    top:10px; left:-10px;
}

.ourfocus_text {
    color:#8b8d94 !important;
    font-size:20px !important;
}

.custom-timeline {
    position:relative;
}

.custom-timeline-border {
    position:absolute;
    left:0; right:0;
    top:127px;
    height:1px;
    background:#e8eced;
}

.timeline_color {
    position:absolute;
    width:68px;
    top:0; bottom:0;
    left:0;
    background:#143e39;
    z-index:99999;
}

.pro_text {
    color:#8b8d94;
}

.team_level,.team_position {
    font-family: 'Pretendard';
    font-weight: 400 !important;
    color:#8b8d94 !important
}

.team_name {
    font-family: 'Pretendard';
    font-weight: 700 !important;
    color:#161616 !important
}

.people_details {
    position:relative;
    border-radius:12px;
}

.pop_btn {
    width:45px; height:45px;
    text-align:center;
    background:#15544c;
    color:#eff3f4;
    position:absolute;
    bottom:0; right:0;
    z-index:100;
    line-height:45px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.pop_btn img {
    width:auto;
}

.p_level,
.p_position {
    color:#b3b3ba;
    font-family: 'Pretendard';
}

.p_name {
    color:#161616;
    font-family: 'Pretendard';
}

.p_desc {
    font-family: 'Pretendard';
    color:#53565e;
    word-break: break-word;
}

.port_text {
    color:#8b8d94;
    font-family: 'Pretendard';
    font-weight: 300 !important;
}

.hover-effect-1:not(.portfolio-item) {
    box-shadow: none;
}

#company3 h2,
#company5 h2 { 
    color:#143e39;
}

#professionals1 .nav-item a {
    color:#d5d5db;
}

.port_tab_desc > div {
    display:none;
}

.port_tab_desc > div:first-child {
    display:block;
}

#ourfocus2 .card_shadow.card_shadow1 {
    background:url(/assets/images/number/01.svg) bottom right;
    background-repeat:no-repeat;
    background-size:140px;
}

#ourfocus2 .card_shadow.card_shadow2 {
    background:url(/assets/images/number/02.svg) bottom left;
    background-repeat:no-repeat;
    background-size:140px;
}

#ourfocus2 .card_shadow.card_shadow3 {
    background:url(/assets/images/number/03.svg) top right;
    background-repeat:no-repeat;
    background-size:140px;
}

#ourfocus2 .card_shadow.card_shadow4 {
    background:url(/assets/images/number/04.svg) top left;
    background-repeat:no-repeat;
    background-size:140px;
}

@media (max-width: 575px) {

    .company_box {
        margin-top:15px !important;
    }

    #section1 {
        padding-top:0;
    }

    .mo-font-26 {
        font-size:26px !important;
    }

    .mo-font-36 {
        font-size:36px !important;
    }

    .mo-font-45 {
        font-size:45px !important;
    }

    section.section.header_company {
        padding:96px 0px 50px;
    }

    section.section.header_ourfocus {
        padding:96px 0px 50px;
    }

    section.section.header_professionals {
        padding:96px 0px 50px;
    }

    section.section.header_portfolio {
        padding:96px 0px 50px;
    }

    .header-logo img {
        width:60px;
        height:30px;
    }

    #header .header-logo {
        margin:10px 0;
    }
    
    #header .header-column .header-row {
        height:55px;
    }

    .mobile_view {
        transform: scale(.8);
    }

    #company1 {
        margin-top:100px;
    }

    #company4 p {
        font-size:12px;
        line-height:18px !important;
        margin-top:0px !important;
    }

    #company4 h3 {
        font-size:20px;
    }

    .time_list .time_list_text {
        font-size:18px !important;
    }

    .time_list .time_year {
        font-size:20px !important;
    }

    #company6 {
        margin-bottom:100px;
    }

    #company3 {
        margin-top:100px;
    }

    #ourfocus3 {
        margin-top:100px;
    }

    .custom-timeline {
        padding:30px 40px;
    }

    .g_mask {
        display:none !important;
    }

    .custom-timeline .custom-timeline-box {
        padding-left:0;
    }

    .custom-timeline .custom-timeline-box .date {
        font-size:22px !important;
    }

    .arrow_btn {
        font-size:24px !important;
    }

    .accordian_title {
        padding-left:60px;
        font-size:22px !important;
    }

    #ourfocus6 {
        margin-bottom: 100px;
    }

    #ourfocus2 .card_shadow { 
        /* min-height:auto !important; */
    }

    #ourfocus2 .ourfocus_box1 .card_shadow {
        padding:15px !important;
        padding-top:20px !important;
        padding-bottom:75px !important;
        border-radius:10px !important;
    }

    #ourfocus2 .ourfocus_box2 .card_shadow {
        padding:15px !important;
        padding-top:20px !important;
        padding-bottom:75px !important;
        border-radius:10px !important;
    }

    #ourfocus2 .ourfocus_box3 .card_shadow {
        padding:15px !important;
        padding-bottom:20px !important;
        padding-top:75px !important;
        border-radius:10px !important;
    }

    #ourfocus2 .ourfocus_box4 .card_shadow {
        padding:15px !important;
        padding-bottom:20px !important;
        padding-top:75px !important;
        border-radius:10px !important;
    }

    .time_list .time_line_2::before {
        top: -138px;
    }

    .time_list .time_line_4::before {
        bottom: -138px;
    }
    
    .m_text {
        font-size:14px !important;
        line-height:20px !important
    }

    .top_text {
        font-size:12px !important;
    }

    #section1 h2 {
        font-size: 36px !important;
    }

    .mo_s_text {
        font-size: 22px !important;
        line-height: 33px !important;
    }

    .home_main_text {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .s5_text {
        margin-top:0 !important;
    }
    
    .mobydick_img .m_body {
        position: absolute;
        left: 0;
        bottom: -133px;
        width: 204px;
    }

    .mobydick_img .m_tail {
        position: absolute;
        top: -68px;
        right: -36px;
        width: 180px;
    }

    #section2 {
        margin-top: 0px;
    }

    .s_text_list li {
        width: 120px;
        height: 120px;
        font-size: 12px;
        line-height: 17px;
    }

    .s_text_list.kr li {
        font-size:12px;
    }

    .s7_text_circle {
        text-align: center;
        margin: 0px 0 20px;
    }

    #company2 {
        padding:0 30px;
    }

    .m_left {
        text-align:left !important;
    }

    #company2 h3::after {
        top: 0;
        left:10px;
    }

    #company2 h3 {
        padding-top:15px;
        font-size:20px !important;
    }

    .m_company_top {
        margin-bottom:40px;
    }

    #company3 h2 {
        font-size: 30px !important;
    }

    #company5 h2 {
        font-size: 30px !important;
    }

    .Playfair {
        font-size:16px !important;
        margin-top:0 !important;
    }

    #company2 p {
        font-size:14px !important;
    }

    #company4 .card_shadow {
        padding: 20px 16px 20px;
        box-shadow: 0px 5px 30px 0px #e7e8ec;
        border-radius: 10px;
        background: #fff;
        height:120px;
    }

    .company_box {
        padding: 0 7px !important;
    }

    #company4 .row {
        margin:0 10px !important;
    }

    #company5 {
        margin-top:120px;
    }

    .history_row {
        padding:0 15px;
    }

    .history_time_line {
        font-size:24px !important;
        padding: 7px 0px;
    }

    .history_list li {
        padding: 5px 0px;
        border-top: 0px solid #d5d5db;
    }

    .history_list li span {
        padding: 0;
        display:block;
    }
    
    .history_year {
        font-size: 16px !important;
        width: 42px;
    }

    .history_text {
        font-size:14px !important
    }

    .history_row {
        margin-bottom: 25px;
    }

    #company7 {
        margin-bottom:80px;
        top:-3px
    }

    .nav_list {
        height:25%;
    }

    .mobile_wrap {
        height:100vh;
    }

    .menu_wrap {
        border-radius:0 !important;
    }

    .menu_wrap1 { 
        background-image: url(/assets/images/menu/menu_company_mo.png);
    }
    
    .menu_wrap2 { 
        background-image: url(/assets/images/menu/menu_ourfocus_mo.png);
    }
    
    .menu_wrap3 { 
        background-image: url(/assets/images/menu/menu_professionals_mo.png);
    }
    
    .menu_wrap4 { 
        background-image: url(/assets/images/menu/menu_portfolio_mo.png);
    }

    .mobile_menu article {
        height:100%;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding:0 30px
    }

    .people_index.col-6 {
        padding:0 5px;
        margin-bottom:0 !important
    }

    .people_details_wrap {
        margin:0 10px;
    }

    .sort-source.sort-source-style-3 > li > a {
        font-size:12px !important
    }

    #portfolio3 .sort-source.sort-source-style-3 > li > a {
        font-size:12px !important;
        padding-left:11px !important;
        padding-right:11px !important;
    }

    #portfolio3 .nav-item {
        margin:0 0px !important;
    }

    #professionals1 li::after {
        top:6px;
        height:11px;
    }

    #professionals1 li {
        padding:0 5px !important;
    }

    #professionals1 { 
        margin-top:0;
        padding-bottom:0 !important;
    }

    .pro_text {
        font-size:14px !important
    }

    .port_text {
        font-size:14px !important
    }

    .pro_title {
        font-size:20px !important
    }

    .professionals_title {
        margin-bottom:20px;
        padding:15px 0;
    }

    .portfolio_btn.sort-source.sort-source-style-3 > li > a {
        font-size:24px !important
    }

    #portfolio1 .nav-item {
        margin:0 0px !important;
    }

    .ourfocus_box.col-6 {
        padding:0 5px;
        margin-top:10px !important
    }

    .ourfocus_box_wrap {
        margin:0 10px;
    }

    #ourfocus2 h2 {
        font-size:14px;
        min-height: 35px;
    }

    #ourfocus2 p { 
        font-size:12px;
        line-height:16px !important;
        display:inline-block !important;
        margin-top:0px !important;
        margin-bottom:0px !important;
    }

    #ourfocus2 .ourfocus_box .ourfocus_box_circle {
        position: absolute;
        bottom: -166px;
        right: -201px;
        width: 388px;
        height: 300px;
        border-radius: 99px;
        transform: scale(.5);
        z-index:100;
    }

    #ourfocus2 .ourfocus_box .ourfocus_box_number {
        position: absolute;
        bottom: 14px;
        right: 9px;
        font-size: 56px;
        color: #eff1f1;
        font-weight: 700 !important;
        font-family: 'Pretendard';
        transform: scale(.5);
        z-index:101;
    }
    
    #ourfocus2 .ourfocus_box .ourfocus_box_number2 {
        /* bottom: 40px; */
        left: -26px;
        /* right: auto; */
    }

    #ourfocus2 .ourfocus_box .ourfocus_box_circle3 {
        background: #15544c;
        top: -166px;
    }

    #ourfocus2 .ourfocus_box .ourfocus_box_circle4 {
        background: #158376;
        top: -166px;
        left: -201px;
    }

    #ourfocus2 .card_shadow {
        min-height:294px;
        height: 100%;
    }

    #ourfocus2 .ourfocus_box .ourfocus_box_number3 {
        top: -68px;
        right: 5px;
    }

    #ourfocus2 .ourfocus_box .ourfocus_box_number4 {
        top: -68px;
        left: -26px;
    }

    .ourfocus_thumb_title.ourfocus_thumb_title_bot {
        margin-top:10px !important;
    }

    #ourfocus2 {
        margin-top:0 !important;
        padding-top:0 !important
    }

    .timeline_color {
        width:25px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .custom-timeline-border {
        top:88px;
    }

    .accodian_menu {
        top: 58px;
        margin-bottom: 57px;
    }

    #ourfocus6 img {
        width:90%;
        display:block;
        margin:0 auto;
    }

    .team_name {
        font-size:14px !important;
        letter-spacing: -1px;
    }

    .portfolio_logo_wrap .col-4 {
        padding:0px;
        margin-bottom:0 !important;
        float:left;
    }

    .portfolio_logo {
        padding:0 10px;
        border-bottom:0;
    }

    .portfolio_logo .row {
        display:block
    }

    .portfolio_logo_wrap {
        min-height: auto;
        overflow: hidden;
        margin-bottom:100px;
    }

    #company1 h2 {
        font-size:30px !important;
    }

    .one_line { 
        width:1px;
        height:40px;
    }

    .one_line::after {
        width: 5px;
        height: 5px;
        left: -2px;
    }

    .one_line.black::after {
        width: 5px;
        height: 5px;
        left: -2px;
    }

    #ourfocus3 h2 {
        font-size:30px !important
    }

    .ourfocus3_title {
        font-size:22px !important;
    }

    .ourfocus_text {
        font-size:18px !important
    }

    .acco_title {
        font-size:16px !important
    }

    .after_pointer {
        font-size:14px !important
    }

    .acco_number {
        font-size:16px !important
    }

    .team_level, .team_position {
        font-size:10px !important
    }

    .pop_btn {
        width:28px;
        height:28px;
        line-height: 28px;
    }

    .pop_btn i {
        font-size:14px;
    }

    #largeModal .modal-body {
        padding:0 32px !important;
    }

    .p_level, .p_position {
        font-size:14px !important
    }

    .p_name {
        font-size:20px !important
    }

    .p_desc {
        font-size:14px !important
    }

    .in_logo.open {
        display:none;
    }

    .menu_wrap h2 {
        font-size:28px !important;
        padding-top:0;
        position:relative;
        top:50%;
        transform: translateY(-50%);
        margin:0 !important;
    }

    .alone {
        top:65% !important
    }

    #footer p {
        font-size:12px !important;
    }

    #footer .copyright {
        font-size:10px !important;
    }

    .team_box_wrapper {
        height:110px;
    }
    .main_visual h1 span {
        display:block;
    }

    .pop_btn img {
        width:40%;
    }

    #ourfocus2 .card_shadow.card_shadow1 {
        background-size:70px;
    }
    
    #ourfocus2 .card_shadow.card_shadow2 {
        background-size:70px;
    }
    
    #ourfocus2 .card_shadow.card_shadow3 {
        background-size:70px;
    }
    
    #ourfocus2 .card_shadow.card_shadow4 {
        background-size:70px;
    }
}

/* 공통 에러 페이지 — 상단 큰 숫자(404 등) 위 여백 */
.error-page-code {
    margin-top: 4.5rem;
}
@media (min-width: 768px) {
    .error-page-code {
        margin-top: 5.5rem;
    }
}

/* 공통 에러 페이지 — 버튼 아래 여백 (404 / 403 / 500) */
.error-page-cta-wrap {
    padding-bottom: 4.5rem;
    margin-bottom: 2rem;
}
.error-page-section {
    padding-bottom: 1rem;
}