@charset "utf-8";

.sub-wrapper {padding-top: 0 !important;}

.ceo-bg {height: 550px; background-color: #F7F7F7; background-image: url("../../../assets/images/sub/org-bg.png"); background-repeat: no-repeat; background-size: cover; background-position: center;}
.ceo-bg .inner2 {height: 100%;}
.ceo-intro {display: flex; align-items: center; height: 100%;}
.ceo-intro .ceo-img {height: 100%; display: flex; align-items: end;}
.ceo-intro .ceo-img img {object-fit: none;}
.ceo-intro .ceo-info {margin-left: 85px;}
.ceo-intro .ceo-info .info1 {font-size: 1.5em; font-weight: 600;}
.ceo-intro .ceo-info .info2 {font-size: 2.625em; font-weight: 800; color: var(--color-blue); margin: 20px 0 30px;}
.ceo-intro .ceo-info .info3 {font-size: 1.375em; }

.list-tit {font-size: 2.625em; font-weight: 700; text-align: center;}
.dt-list {margin-top: 180px;}
.dt-slide {margin-top: 40px;}
.dt-list ul {display: flex;}
.dt-list ul li {position: relative; border-radius: 30px;}
.dt-list ul li img {width: 100%; object-fit: cover;}
.dt-list ul li .dt-info {position: absolute; bottom: 0; width: 100%; height: 140px; padding: 25px; color: #fff;}
.dt-list ul li .dt-info::before {content: ''; position: absolute; left: 0; bottom: 0; border-radius: 0 0 30px 30px; width: 100%; height: 100%; background: rgba(0,0,0,0.3); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);}
.dt-list ul li .dt-info p {font-size: 1.25em; margin-bottom: 10px; position: relative; z-index: 1;}
.dt-list ul li .dt-info span {font-size: 1.25em; font-weight: 700; position: relative; z-index: 1;}

.ceo-history {margin-top: 180px;}
.ceo-history ul {margin-top: 40px;}
.ceo-history ul li {padding: 38px 0; border-bottom: 1px solid #EAEFF8; font-size: 1.5em;}
.ceo-history ul li:last-child {border-bottom: 0;}

.org-wrap {max-width: 1000px; margin: 140px auto 0;}
.org-wrap ul {margin-top: 70px;}
.org-wrap .org-1 {display: flex; justify-content: center;}
.org-wrap .org-box {border-radius: 20px; width: 234px; height: 84px; display: flex; align-items: center; justify-content: center; font-size: 1.25em; font-weight: 700;}
.org-wrap .org-ceo {background-color: var(--color-blue); color: #fff; font-weight: 700; font-size: 1.675em;}
.org-wrap .org-2 {display: flex; align-items: center; justify-content: space-between; margin-top: 50px;}
.org-wrap .org-2 .org-l {background-color: rgba(11,133,239,0.1);}
.org-wrap .org-2 .org-r {border: 2px solid var(--color-blue);}
.org-wrap .org-3 {margin-top: 160px; display: flex; justify-content: space-between;}
.org-wrap .org-3 .org-box2 {width: 167px; height: 84px; display: flex; align-items: center; justify-content: center; font-size: 1.25em; font-weight: 500; background-color: #F7F7F7; border-radius: 20px;}

.org-wrap .org-box, .org-wrap .org-box2, .org-wrap .org-3 {position: relative;}
.org-wrap .org-ceo::before {content: ''; background-image: url("../../../assets/images/sub/org-line.png"); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; width: 490px; height: 340px; position: absolute; top: 100px;}
.org-wrap .org-3::before {content: ''; width: calc(100% - 168px); height: 2px; background-color: #E4E4E4; position: absolute; top: -80px; left: 50%; transform: translateX(-50%);}
.org-wrap .org-3 .org-box2::before {content: ''; background-image: url("../../../assets/images/sub/org-line2.png"); background-repeat: no-repeat; background-size: contain; width: 10px; height: 70px; position: absolute; top: -80px;}



@media (max-width: 1280px) {
    .ceo-intro {justify-content: center;}
    .ceo-intro .ceo-info {margin-left: 20px;}
    .ceo-intro .ceo-info .info1 {font-size: 1.375em;}
    .ceo-intro .ceo-info .info2 {font-size: 2.5em; line-height: 1.5; margin: 20px 0 25px;}
    .ceo-intro .ceo-info .info3 {font-size: 1.125em;}
    
    .dt-list {margin-top: 75px;}
    .list-tit {font-size: 2.5em;}
    
    .ceo-history {margin-top: 100px;}
    .ceo-history ul {margin-top: 10px;}
    .ceo-history ul li {padding: 38px 0;}

    .org-wrap {margin-top: 70px;}
    .org-wrap ul {margin-top: 60px;}

    .org-wrap .org-ceo::before {content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -26px; top: unset; width: 12px; height: 12px; border-radius: 50%; border: 2px solid #E4E4E4; background-image: unset;}
    .org-wrap .org-ceo::after {content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -436px; width: 2px; height: 410px; background: #E4E4E4;}
    .org-wrap .org-2 .org-r.line-r::before {content: ''; position: absolute; left: -25px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; border-radius: 50%; border: 2px solid #E4E4E4;}
    .org-wrap .org-2 .org-l.line-l::before {content: ''; position: absolute; right: -25px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; border-radius: 50%; border: 2px solid #E4E4E4;}
    .half-line {width: 50%; height: 2px; display: flex; align-items: center; justify-content: right; background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(228,228,228,1) 50%);; margin: 0 22px; flex: 1;}
    .line {width: 100%; height: 2px; display: flex; align-items: center; justify-content: center; background: #E4E4E4; margin: 0 22px; flex: 1;}

    .org-wrap .org-2 {margin-top: 80px;}
    .org-wrap .org-2:nth-child(3) {margin-top: 60px;}
    .org-wrap .org-3 {margin-top: 190px;}
    .org-wrap .org-3::before {width: calc(100% - 120px);}
    .org-wrap .org-3 .org-box2 {width: 100%; max-width: 120px; font-size: 1.25em;}
}

@media (max-width: 768px) {
    .ceo-bg {height: 465px;}
    .ceo-intro {flex-direction: column-reverse; align-items: baseline; justify-content: end;}
    .ceo-intro .ceo-info {margin: 0 0 40px;}
    .ceo-intro .ceo-img {height: fit-content;}
    .ceo-intro .ceo-img img {width: 100%; max-width: 170px; object-fit: cover;}
    .ceo-intro .ceo-info .info1 {font-size: 1.125em;}
    .ceo-intro .ceo-info .info2 {font-size: 1.875em; line-height: 1.3; margin: 10px 0 15px;}
    .ceo-intro .ceo-info .info3 {font-size: 1em;}

    .list-tit {font-size: 1.875em;}
    .dt-list {margin-top: 60px;}
    .ceo-history {margin-top: 80px;}
    .ceo-history ul li {padding: 28px 0; font-size: 1em; line-height: 1.3; word-break: keep-all;}

    .half-line, .line {margin: 0;}
    .org-wrap .org-ceo::before {bottom: -20px;}
    .org-wrap .org-ceo::after {height: 298px; bottom: -316px;}

    .org-wrap {margin-top: 60px;}
    .org-wrap .org-box {width: 100%; max-width: 150px; height: 80px; font-size: 1.25em;}
    .org-wrap .org-2 {margin-top: 45px;}
    .org-wrap .org-2:nth-child(3) {margin-top: 30px;}
    .org-wrap .org-2 .org-box {width: 100%; max-width: 130px; height: 70px; font-size: 1em;}

    .org-wrap .org-2 .org-r.line-r::before, .org-wrap .org-2 .org-l.line-l::before {content: unset;}
    .org-wrap .org-3 {margin-top: 90px; display: flex; flex-wrap: wrap; grid-column-gap: 10px; grid-row-gap: 15px; justify-content: center;}
    .org-wrap .org-3::before {content: unset;}
    .org-wrap .org-3 div {width: calc(100% / 3);}
    .org-wrap .org-3 .org-box2 {width: calc(100% / 3 - 10px); max-width: 100%; height: 70px; font-size: 1em;}
    .org-wrap .org-3 .org-box2:nth-child(1)::before, .org-wrap .org-3 .org-box2:nth-child(3)::before {content: ''; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); width: 2px; height: 30px; background: #E4E4E4;}
    .org-wrap .org-3 .org-box2:nth-child(1)::after {content: ''; position: absolute; top: -30px; left: 105%; transform: translateX(-50%); width: 110%; height: 2px; background: #E4E4E4;}
    .org-wrap .org-3 .org-box2:nth-child(3)::after {content: ''; position: absolute; top: -30px; right: -5%; transform: translateX(-50%); width: 110%; height: 2px; background: #E4E4E4;}
    .org-wrap .org-3 .org-box2::before {content: unset;}
}