@charset "UTF-8";

.comm-banner .nav ul li a {padding:1.25rem 5rem;}

.about-intro .cont {display:flex;flex-wrap:wrap;gap:0 7.5rem;padding-bottom:15rem;}
.about-intro .cont .pic {width:25%;}
.about-intro .cont .pic .img {position:relative;width:100%;padding-bottom:100%;}
.about-intro .cont .pic .img::before {position:absolute;width:100%;height:100%;background-color:#f8f8f8;display:block;content:"";}
.about-intro .cont .pic .img::before {top:20%;left:7.5%;}
.about-intro .cont .pic .img .cover {position:absolute;width:100%;height:100%;}
.about-intro .cont .pic .tit {display:flex;flex-wrap:wrap;align-items:center;justify-content:right;}
.about-intro .cont .pic .tit {position:relative;width:90%;padding-top:1.5rem;margin:auto;color:#222;z-index:1;}
.about-intro .cont .pic .tit span {font-size:1.6rem;line-height:2.6rem;margin-right:1rem;}
.about-intro .cont .pic .tit strong {font-size:2.4rem;line-height:3.4rem;font-weight:600;}
.about-intro .cont .txt {position:relative;width:calc(75% - 7.5rem);}
.about-intro .cont .txt p {position:relative;font-size:1.6rem;line-height:2.6rem;font-weight:400;color:#777;z-index:1;}
.about-intro .cont .txt p strong {font-size:3rem;line-height:4rem;font-weight:600;color:#222;display:block;margin-bottom:3rem;}
.about-intro .cont .txt .big {font-size:20rem;line-height:21rem;color:#eee;opacity:.5;}
.about-intro .cont .txt .big {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
@media screen and (max-width:1024px) {
    .about-intro .cont .pic {width:100%;max-width:500px;order:2;}
    .about-intro .cont .txt {width:100%;margin-bottom:7.5rem;order:1;}
    .about-intro .cont .txt p {line-height:2.8rem;}
    .about-intro .cont .txt p br {display:none;}
    .about-intro .cont .txt p br.break {display:block;}
}

.about_history .cont {width:100%;padding-bottom:15rem;font-family:'S-CoreDream-3Light';}
.about_history .tit {font-size:3rem;line-height:4rem;font-weight:600;color:#222;}
.about_history .history {margin-top:7.5rem;display:flex;flex-direction:column;}
.about_history .history .item {position:relative;padding:0 0 2.5rem 2.5rem;}
.about_history .history .item::before,
.about_history .history .item::after {position:absolute;display:block;color:var(--color-point);}
.about_history .history .item::before {top:0;left:0;content:"●";font-size:1rem;line-height:3.4rem;}
.about_history .history .item::after {top:3.4rem;left:.4rem;content:"";width:2px;height:calc(100% - 3.4rem);background-color:var(--color-point);}
.about_history .history .item strong {font-size:2.4rem;line-height:3.4rem;font-weight:600;color:var(--color-point);display:block;}
.about_history .history .item .txt {font-size:1.6rem;line-height:2.6rem;color:#777;font-weight:600;padding-top:1rem;}
.about_history .history .item:last-child::after {display:none;}
@media screen and (max-width:1024px) {
    
}

.about_organization .cont {width:100%;padding-bottom:15rem;font-family:'S-CoreDream-3Light';}
.about_organization .tit {font-size:3rem;line-height:4rem;font-weight:600;color:#222;text-align:center;}
.about_organization .organization {margin-top:5rem;}
.about_organization .organization .img {text-align:center;display:none;}
.about_organization .organization .img.pc {display:block;}
.about_organization .organization .img.pc img {display:block;width:100%;max-width:1160px;margin:auto;}
@media screen and (max-width:768px) {
    .about_organization .organization .img.pc {display:none;}
    .about_organization .organization .img.mb {display:block;}
    .about_organization .organization .img.mb img {display:block;width:100%;max-width:400px;margin:auto;}
}

.about_location .cont {width:100%;padding-bottom:15rem;font-family:'S-CoreDream-3Light';}
.about_location .location {display:flex;flex-wrap:wrap;gap:0 5rem;}
.about_location .location .txt {width:30%;}
.about_location .location .txt .tit {font-size:3rem;line-height:4rem;color:#222;font-weight:600;}
.about_location .location .txt .desc {margin:3.5rem 0 5rem;font-size:1.6rem;line-height:3.2rem;color:#555;}
.about_location .location .txt .contact {display:flex;flex-direction:column;gap:2rem 0;}
.about_location .location .txt .contact li {color:#444;font-size:1.6rem;line-height:2.6rem;font-weight:600;}
.about_location .location .txt .contact li a {display:block;color:#444;}
.about_location .location .txt .contact li i {color:var(--color-point);}
.about_location .location .txt .contact li i {font-size:2rem;line-height:3rem;text-align:center;box-shadow:3px 3px 3px rgb(34, 34, 34, .2);}
.about_location .location .txt .contact li i {width:3rem;padding:1rem;margin-right:1rem;border:1px solid #e8e8e8;border-radius:1rem;}
.about_location .location .maps {position:relative;width:calc(70% - 5rem);padding-bottom:calc(56.25% / 10 * 7 - 5rem);}
.about_location .location .maps .map-wrap {position:absolute;width:100%;height:100%;}
.about_location .root_daum_roughmap {width:100%;height:100%;}
.about_location .root_daum_roughmap .wrap_map {width:100%;height:100%;}
@media screen and (max-width:1024px) {
    .about_location .location {display:block;}
    .about_location .location .txt {width:100%;margin-bottom:5rem;}
    .about_location .location .txt .desc {font-size:1.8rem;}
    .about_location .location .maps {width:100%;padding:0;height:calc(100vw / 16 * 9 - 2rem);min-height:300px;}
    .about_location .location .txt .contact li {font-size:1.8rem;line-height:2.8rem;}
}