

/* ÃªÂ¸Â°Ã«Â³Â¸(Ã«ÂªÂ¨Ã«Â°â€Ã¬ÂÂ¼ Ã¬Å¡Â°Ã¬â€žÂ ) Ã¬Å Â¤Ã­Æ’â‚¬Ã¬ÂÂ¼ */
.mapWrap {
}

.mapBox {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    box-shadow: 0px 10px 30px #1C1C2014;
}

.mapBox iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}

.mapInfo {
    width: 100%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mapInfo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mapInfo li {
    /* padding: 10px 0; */
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-left: 42px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mapInfo li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.mapInfo span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #007bff;
    color: white;
    border-radius: 50%;
    background: transparent linear-gradient(90deg, #00649C 0%, #008379 51%, #469B39 100%) 0% 0% no-repeat;
    position: absolute;
    /* top: 50%; */
    /* left: 0; */
    /* margin-top: -15px; */
    top: 0px;
    left: 0px;
}

.mapInfo span svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.mapInfo em {
    font-size: 14px;
    color: #333;
    font-style: normal;
}

/* Ã­Æ’Å“Ã«Â¸â€Ã«Â¦Â¿ Ã¬Å Â¤Ã­Æ’â‚¬Ã¬ÂÂ¼ (768px Ã¬ÂÂ´Ã¬Æ’Â) */
@media (min-width: 768px) {
    .mapWrap {
        
    }
    .mapBox {
        
    }
    .mapBox iframe {
        height: 400px;
    }
    .mapInfo {
        padding: 25px;
    }
    .mapInfo li{
    padding-bottom: 20px;
}
}

/* Ã«ÂÂ°Ã¬Å Â¤Ã­ÂÂ¬Ã­Æ’â€˜ Ã¬Å Â¤Ã­Æ’â‚¬Ã¬ÂÂ¼ (1200px Ã¬ÂÂ´Ã¬Æ’Â) */
@media (min-width: 1200px) {
    .mapInfo li{padding-left: 55px;padding-top: 8px;padding-bottom: 25px;margin-bottom: 15px;}
    .mapInfo em{
    font-size: 17px;
}
   .mapInfo li:last-child{
    margin-bottom: 10px;
} 
    .mapInfo span{
    width: 42px;
    height: 42px;
}
    .mapInfo span svg{
    width: 22px;
    height: 22px;
}
}






.prf{}
.prf .top{
    margin-bottom: 25px;
}
.prf .top .imgBox{
    text-align: center;
}
.prf .top .imgBox img{
    border-radius: 20px;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
    width: 200px;
    /* display: block; */
}
.prf .top .cont{}
.prf .top .cont .name{
    text-align: center;
    display: block;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.prf .top .cont .name span{
    display: block;
    font-size: 0.8em;
    color: #666;
}
.prf .top .cont .txt{
    text-align: center;
    margin-bottom: 20px;
}
.prf .top .cont .cList{}
.prf .top .cont .cList li{
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 11px 18px;
    margin-bottom: 10px;
    text-align: center;
}
.prf .top .cont .cList li em{
    position: relative;
    color: #008379;
    font-weight: 600;
    padding-left: 24px;
    margin-right: 5px;
}
.prf .top .cont .cList li em svg{
    width: 23px;
    fill: #008379;
    position: absolute;
    top: 0;
    left: 0px;
}
.prf .top .cont .cList li span{
    font-weight: 500;
}
 .subTlt{
    background: url(/img/dot.png) no-repeat;
    background-size: 20px;
    padding-left: 23px;
    font-weight: 600;
    font-size: 20px;
    background-position: 0 4px;
    margin-bottom: 5px;
}
.dotList{}
.dotList li{
    position: relative;
    padding-left: 7px;
    margin-bottom: 7px;
}
.dotList li b{
    display: inline-block;
    /* width: 90px; */
    display: block;
}
.dotList li:after{
    display:block;
    clear:both;
    content:"";
    width:2px;
    height:2px;
    background: #555;
    position: absolute;
    top: 11px;
    left: 0;
}
.dotList li:last-child{margin-bottom:0px;}
.dotList.mb{}
.prf .dBox{}
.prf .dBox .ce{
    border: 8px solid #ededed;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.prf .dBox .ce img{}
.prf .dBox .ce b{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.prf .dBox .ce b span{
    color: #008379;
    display: block;
}
.prf .dBox .tlt{
    background: transparent linear-gradient(180deg, #00649C 0%, #008379 51%, #469B39 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    padding: 13px 0;
}
.prf .dBox .tlt span{
    display: block;
    margin-bottom: 5px;
}
.prf .dBox .tlt span img{
    width: 100px;
}





@media (min-width: 768px) {
    .prf{}
    .prf .top{}
    .prf .top .imgBox{}
    .prf .top .imgBox img{}
    .prf .top .cont{}
    .prf .top .cont .name{}
    .prf .top .cont .name span{}
    .prf .top .cont .txt{}
    .prf .top .cont .cList{}
    .prf .top .cont .cList li{}
    .prf .top .cont .cList li em{}
    .prf .top .cont .cList li span{}
     .subTlt{}
    .dotList{}
    .dotList.mb{}
    .prf .dBox{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
    .prf .dBox .ce{
    width: calc(50% - 5px);
    margin: 0px;
}
    .prf .dBox .ce img{}
    .prf .dBox .ce b{}
    .prf .dBox .ce b span{}
    .prf .dBox .tlt{
    width: 100%;
}
    .prf .dBox .tlt span{}
    .prf .dBox .tlt span img{}
       
}






@media (min-width: 1200px) {
    .prf{}
    .prf .top{
    display: flex;
    margin-bottom: 50px;
    background: #f8f8f8;
    border-radius: 20px;
}
    .prf .top .imgBox{}
    .prf .top .imgBox img{
    width: 230px;
}
    .prf .top .cont{
    text-align: left;
    padding-left: 40px;
    padding-top: 33px;
}
    .prf .top .cont .name{
    text-align: left;
    font-size: 26px;
}
    .prf .top .cont .name span{
    display: inline-block;
}
    .prf .top .cont .txt{
    font-size: 18px;
    letter-spacing: 0px;
    text-align: left;
}
    .prf .top .cont .cList{}
    .prf .top .cont .cList li{
    width: 272px;
    font-size: 18px;
    background: #fff;
}
    .prf .top .cont .cList li em{
    padding-left: 29px;
}
    .prf .top .cont .cList li span{}
     .subTlt{
    font-size: 26px;
    background-size: 24px;
    background-position: 0 7px;
    padding-left: 30px;
    margin-bottom: 7px;
}
    .dotList{}
    .dotList li{
    font-size: 18px;
    padding-left: 11px;
}
    .dotList li b{
    display: inline-block;
    width: 115px;
}
    .dotList li:after{
    width: 3px;
    height: 3px;
    top: 13px;
}
    .dotList.mb{}
    .prf .dBox{
    gap: 20px;
}
    .prf .dBox .ce{
    font-size: 18px;
    padding: 20px;
    width: calc(50% - 10px);
}
    .prf .dBox .ce img{}
    .prf .dBox .ce b{}
    .prf .dBox .ce b span{}
    .prf .dBox .tlt{
    font-size: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 20px 0;
}
    .prf .dBox .tlt span{
    display: inline-block;
    margin-right: 25px;
}
    .prf .dBox .tlt span img{}
    
}








.subTlt2{
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}
.tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tabs.mb{
}
.tabs li{
    /* margin-bottom: 10px; */
}
.tabs li.active a{
    background: transparent linear-gradient(180deg, #00649C 0%, #008379 51%, #469B39 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
.tabs li a{
    box-shadow: 1px 0px 10px rgb(0 0 0 / 15%);
    display: block;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
}
.tabs.lay li a{position:relative;padding-right: 35px;}
.tabs.lay li a i{
    position: absolute;
    top: 7px;
    right: 7px;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 50%;
}
.tabs.lay li a i:after{
    display:block;
    clear:both;
    content:"";
    width: 5px;
    height: 5px;
    border-top: 2px solid #008379;
    border-right: 2px solid #008379;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    right: 8px;
}
.tabs li a:hover{background: transparent linear-gradient(180deg, #00649C 0%, #008379 51%, #469B39 100%) 0% 0% no-repeat padding-box;
    color: #fff;}
.memberWrap{}
.memberWrap .subTlt{}
.memberWrap .box{
    padding-top: 14px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}
.memberWrap .box .top{
    margin-bottom: 25px;
    background: #f8f8f8;
    border-radius: 20px;
}
.memberWrap .box .top .img{
    text-align: center;
}
.memberWrap .box .top .img img{
    border-radius: 20px;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
    width: 150px;
    }
.memberWrap .box .top .cont{text-align: center;}
.memberWrap .box .top .cont .name{
    display: block;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.memberWrap .box .top .cont .stt{
    color: #008379;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    /* color: #469B39; */
}
.memberWrap .box .top .cont .email{
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 11px 18px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 12px;
    background: #fff;
}
.memberWrap .box .top .cont .txt{
    font-weight: 400;
    color: #555;
    margin-top: 10px;
}
.memberWrap .box .top .cont .email em{
    position: relative;
    color: #000;
    font-weight: 600;
    padding-left: 27px;
    margin-right: 5px;
    }
.memberWrap .box .top .cont .email em svg{
    width: 23px;
    fill: #000;
    position: absolute;
    top: 0;
    left: 0px;
}
.memberWrap .box .top .cont .email span{}



@media (min-width: 768px) {

    .subTlt2{}
    .tabs{}
    .tabs.mb{}
    .tabs li{}
    .tabs li a{}
    .memberWrap{}
    .memberWrap .subTlt{}
    .memberWrap .box{}
    .memberWrap .box .top{
    display: flex;
    margin-bottom: 40px;
}
    .memberWrap .box .top .img{
    width: 150px;
}
    .memberWrap .box .top .img img{}
    .memberWrap .box .top .cont{
    text-align: left;
    padding-left: 30px;
    width: calc(100% - 150px);
    position: relative;
}
    .memberWrap .box .top .cont .name{
    margin-top: 20px;
}
    .memberWrap .box .top .cont .stt{
    margin-bottom: 0px;
}
    .memberWrap .box .top .cont .email{
    display: inline-block;
    padding: 11px 25px;
    /* position: absolute; */
    /* left: 30px; */
    /* bottom: 15px; */
    margin-top: 15px;
}
    .memberWrap .box .top .cont .email em{}
    .memberWrap .box .top .cont .email span{}
    
.memberWrap .box .top .cont .txt{}
}

@media (min-width: 1200px) {

    .subTlt2{
    font-size: 22px;
}
    .tabs{
    gap: 15px;
}
    .tabs.mb{}
    .tabs li{}
    .tabs li a{
    padding: 12px 47px;
    font-size: 18px;
}
    .tabs.lay li a{
    padding: 12px 29px;
    padding-right: 55px;
}
    .tabs.lay li a i{
    top: 13px;
    right: 18px;
}
    .memberWrap{}
    .memberWrap .subTlt{}
    .memberWrap .box{
    margin-bottom: 50px;
}
    .memberWrap .box .top{
    margin-bottom: 60px;
}
    .memberWrap .box .top .img{}
    .memberWrap .box .top .img img{}
    .memberWrap .box .top .cont{}
    .memberWrap .box .top .cont .name{
    font-size: 22px;
}
    .memberWrap .box .top .cont .stt{
    font-size: 18px;
}
    .memberWrap .box .top .cont .email{}
    .memberWrap .box .top .cont .email em{}
    .memberWrap .box .top .cont .email span{}
    .memberWrap .box .top .cont .txt{}

}




.subTlt3{
    color: #008379;
    font-weight: 600;
    font-size: 18px;
}
.subTxt2{
    font-weight: 400;
    letter-spacing: 0px;
    color: #444;
}
.subImg{
    border: 2px solid #dedede;
    padding: 20px 0;
}
.line{
    display: block;
    height: 1px;
    border-bottom: 1px dashed #dedede;
    margin-top: 20px;
    margin-bottom: 20px;
}


@media (min-width: 768px) {

    .subTlt3{}
    .subTxt2{}
    .subImg{}
    .line{}
}
@media (min-width: 1200px) {

    .subTlt3{
    font-size: 24px;
}
    .subTxt2{
    line-height: 1.6;
    font-size: 18px;
}
    .subImg{
    padding: 50px 0;
    border: 5px solid #f3f3f3;
}
    .line{
    margin-top: 80px;
    margin-bottom: 80px;
}
}




/*사이트맵*/
#sub .sitemap ul {/* border-top:2px solid #222; *//* display: flex; *//* border-top: 2px solid var(--main-color); */}
#sub .sitemap li {/* display:flex; */flex-wrap:wrap;width:100%;/* border-bottom:1px solid #e0e0e0; */margin-bottom: 20px;/* padding: 0 5px; */box-shadow: 0px 10px 30px #00000014;border-radius: 10px;}
#sub .sitemap li h1 {width:100%;padding:10px;border-bottom:1px solid #e0e0e0;background:#fafafa;font-weight:600;text-align: center;/* border-top: 2px solid var(--main-color); */background: transparent linear-gradient(180deg, #00649C 0%, #008379 51%, #469B39 100%) 0% 0% no-repeat padding-box;color: #fff;border-radius: 10px;}
#sub .sitemap li .sub {width:100%;/* padding:10px; */}
#sub .sitemap li .sub dl {/* display:flex; */flex-wrap:wrap;width:100%;font-weight: 400;}
#sub .sitemap li .sub dd {/* margin:0 1em 0 0; */border-bottom: 1px solid #e0e0e0;display: block;padding: 10px 0;text-align: center;}
#sub .sitemap li .sub dd:before {/* content:'·'; */margin:0 0.2em 0 0;}
#sub .sitemap li .sub dd a{display:block;}
@media all and (min-width:768px) {
    #sub .sitemap ul{
    display: flex;
    gap: 20px;
}
  #sub .sitemap li h1 {/* width:20%; *//* padding:20px; *//* border-bottom:0; *//* text-align:center; */}
  #sub .sitemap li .sub {/* width:80%; *//* padding:20px; */}
}

@media all and (min-width:1200px) {
 #sub .sitemap li h1{
    padding: 15px;
}
    #sub .sitemap li{
    /* padding: 0 15px; */
}
    #sub .sitemap li .sub dd{
    padding: 15px;
}
}




.partner {
    /* padding: 20px; */
}
.partner .row {
    /* display: flex; */
    flex-direction: column;
    gap: 15px;
    /* margin-bottom: 40px; */
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 20px;
    background: #f8f8f8;
    border-radius: 20px;
    padding: 20px;
    margin-bottom:20px;
    /* box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3); */
}
.partner .img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    /* border: 1px solid #dedede; */
}
.partner .cont {
    font-size: 14px;
    margin-top: 15px;
}
.partner .cont strong{
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    /* font-weight: 700; */
    /* border-bottom: 1px solid #dedede; */
    /* padding-bottom: 15px; */
    /* margin-top: -10px; */
}
.partner .cont strong span{font-size: 0.8em;
    color: #666;}
.partner .pList {
    list-style: none;
    padding: 0;
    margin: 0;
}
.partner .pList li {
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 400;
    color: #444;
}
.partner .pList li:last-child{margin-bottom:0px;margin-top: 20px;}
.partner .pList b {
    display: inline-block;
    min-width: 110px;
    font-weight: 600;
    color: #222;
    top: 0;
    display: block;
    font-weight: 700;
    color: #008379;
}
.partner .pList a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    color: #008379;
    text-decoration: none;
}
.partner .pList a svg {
    width: 16px;
    height: 16px;
}

/* 📱 모바일 우선 스타일 끝 */

/* 🖥️ 데스크탑 전환 (768px 이상) */
@media (min-width: 768px) {
    .partner .row {
        flex-direction: row;
        align-items: flex-start;
        gap: 30px;
        position: relative;
        padding: 30px;
        margin-bottom: 30px;
    }
    .partner .img {
        flex: 0 0 200px;
        position: absolute;
        top: 30px;
        right: 30px;
        width: 158px;
    }
    .partner .img img {
        width: 100%;
        height: auto;
        box-shadow: 1px 0px 30px rgb(0 0 0 / 9%);
    }
    .partner .cont {
        flex: 1;
        font-size: 15px;
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
.partner{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
    .partner .pList li{font-size: 16px;margin-bottom: 15px;}
    .partner .pList li b{font-size: 16px;/* display: inline-block; *//* min-width: unset; *//* margin-right: 15px; *//* width: 141px; */}
    .partner .pList li a{font-size: 16px;}
    .partner .img{
    width: 213px;
    top: 35px;
    right: 35px;
}
    .partner .row{
    padding: 35px;
    width: calc(50% - 20px);
    padding-right: 300px;
    margin: 0px;
}
    .partner .cont strong{
    font-size: 26px;
    margin-bottom: 20px;
}
    
}