@charset "utf-8";

/**************************************************************/
/**************************************************************/
/************************ sub 서브페이지 **********************/
/**************************************************************/
/**************************************************************/
.cont_tit_m {
    margin: 2.5rem 0 1.3rem;
}
.sub_tit {
    font-size: var(--txt-2xl);
    color: var(--main-color);
    font-weight: 600;
    margin-top: 1.5rem;
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px dotted var(--c-black-5);
}
.sub_tit::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -12px;
    width: 6px;
    height: 6px;
    background-color: var(--main-color);
}
.grey_box {
    padding: var(--pad-tb-md);
    background: var(--c-black-7);
    border-radius: var(--radius-all-md);
}
.grey_box a.link {
    color: var(--main-color);
    /*font-weight: 500;*/
}
.grey_box a i {
    font-size: 0.938rem;
}
.grey_box span.material-icons-outlined {
    vertical-align: text-bottom;
    font-size: 1.125rem;
}

.white_box {
    /*border: 1px solid #ddd;*/
    padding: 2.5rem;
    overflow: hidden;
    background: #fff;
}

.color_box {
    padding: 1.5rem 1.875rem;
    overflow: hidden;
    background: var(--sub-color-3);
    /* border: 1px rgba(146,153,174,0.3) solid; */
    border-radius: var(--radius-all-xs);
}
.color_box a.link {
    color: var(--c-black-2);
    font-weight: 500;
}
.color_box span.material-icons-outlined {
    vertical-align: text-bottom;
    font-size: 1.125rem;
}
.color_box.flex {
    gap: 2rem;
}
ul.squre li {
	padding: 0px 0 0 10px;
	margin: 4px 0px 4px 0;
	position: relative;
	text-align: left;
    font-size: var(--txt-md-1);
    line-height: 1.375rem;
}
ul.squre li:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 0;
	background: #9e9e9e;
}
.sub_squre li{   
    font-size: 0.938rem;
    letter-spacing: -0.5px;
    padding: 0px 0 0 10px !important;
    position: relative;
    text-align: left;
    margin: 0 0 5px 0 !important;
}
.sub_squre li::before{
    display: none;
}
ul.circle > li {
    font-size: var(--txt-lg);
    font-weight: 500;
    padding-left: 12px;
    margin: 4px 0px 0px 4px;
    position: relative;
}
ul.circle > li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    background: var(--main-color-2);
    border-radius: 5px;
}

ul.billiard li {
	padding: 0px 0 0 18px;
	margin: 4px 10px 4px 0;
	position: relative;
	text-align: left;
    font-size: var(--txt-md-1);
    line-height: 1.375rem;
}
ul.billiard li:before {
	content: '※';
	position: absolute;
	top: 0px;
	left: 0;
    background: none;
    font-size: var(--txt-md-1);
}
ul.line li {
	margin: 4px 0;
	position: relative;
	padding-left: 1rem;
	line-height: 1.375rem;
}
ul.line li:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 1px;
	background: var(--c-black-3);
	top: 10px;
	left: 0px;
	margin-right: 5px;
}
ul.line.half {
	display: flex;
    flex-wrap: wrap;
}
ul.line.half li {
	width: 50%;
}
ul.bu_no li {
	margin: 4px 0;
	padding-left: 18px;
	/* text-indent: -18px; */
	position: inherit;
}
/* ol>li {
    list-style: decimal !important;
    margin: 4px 0 4px 24px;
    padding-left: 2px;
} */
ol.han>li {
    list-style: hangul !important;
    margin: 4px 0 4px 22px;
    padding-left: 22px;
}
ol.han_2>li {
    list-style: hangul !important;
    margin: 4px 0 4px 22px;
    padding-left: 2px;
}
li.line {
    margin: 4px 0;
    position: relative;
    padding-left: 33px;
    text-indent: -33px;
    position: relative;
}

li.line:before {
	content: '-';
	position: absolute;
	top: 0px;
	left: 0;
    font-size: var(--txt-md-1);
}

.num-a > li{position:relative; padding-left:20px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.num-a > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-md-1);}
.num-a > li.a1:before, .num-a > li:nth-of-type(1):before{content:'1. ';}
.num-a > li.a2:before, .num-a > li:nth-of-type(2):before{content:'2. ';}
.num-a > li.a3:before, .num-a > li:nth-of-type(3):before{content:'3. ';}
.num-a > li.a4:before, .num-a > li:nth-of-type(4):before{content:'4. ';}
.num-a > li.a5:before, .num-a > li:nth-of-type(5):before{content:'5. ';}
.num-a > li.a6:before, .num-a > li:nth-of-type(6):before{content:'6. ';}
.num-a > li.a7:before, .num-a > li:nth-of-type(7):before{content:'7. ';}
.num-a > li.a8:before, .num-a > li:nth-of-type(8):before{content:'8. ';}
.num-a > li.a9:before, .num-a > li:nth-of-type(9):before{content:'9. ';}
.num-a > li.a10:before, .num-a > li:nth-of-type(10):before{content:'10. ';}
.num-a > li.a11:before, .num-a > li:nth-of-type(11):before{content:'11. ';}
.num-a > li.a12:before, .num-a > li:nth-of-type(12):before{content:'12. ';}
.num-a > li.a13:before, .num-a > li:nth-of-type(13):before{content:'13. ';}
.num-a > li.a14:before, .num-a > li:nth-of-type(14):before{content:'14. ';}
.num-a > li.a15:before, .num-a > li:nth-of-type(15):before{content:'15. ';}
.num-b > li{position:relative; padding-left:20px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.num-b > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-md);}
.num-b > li.b1:before, .num-b > li:nth-of-type(1):before{content:'⑴ ';}
.num-b > li.b2:before, .num-b > li:nth-of-type(2):before{content:'⑵ ';}
.num-b > li.b3:before, .num-b > li:nth-of-type(3):before{content:'⑶ ';}
.num-b > li.b4:before, .num-b > li:nth-of-type(4):before{content:'⑷ ';}
.num-b > li.b5:before, .num-b > li:nth-of-type(5):before{content:'⑸ ';}
.num-b > li.b6:before, .num-b > li:nth-of-type(6):before{content:'⑹ ';}
.num-b > li.b7:before, .num-b > li:nth-of-type(7):before{content:'⑺ ';}
.num-b > li.b8:before, .num-b > li:nth-of-type(8):before{content:'⑻ ';}
.num-b > li.b9:before, .num-b > li:nth-of-type(9):before{content:'⑼ ';}
.num-b > li.b10:before, .num-b > li:nth-of-type(10):before{content:'⑽ ';}
.num-b > li.b11:before, .num-b > li:nth-of-type(11):before{content:'⑾ ';}
.num-b > li.b12:before, .num-b > li:nth-of-type(12):before{content:'⑿ ';}
.num-b > li.b13:before, .num-b > li:nth-of-type(13):before{content:'⒀ ';}
.num-b > li.b14:before, .num-b > li:nth-of-type(14):before{content:'⒁ ';}
.num-b > li.b15:before, .num-b > li:nth-of-type(15):before{content:'⒂ ';}

.num-c > li{position:relative; padding-left:20px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.num-c > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-lg);}
.num-c > li.c1:before, .num-c > li:nth-of-type(1):before{content:'① ';}
.num-c > li.c2:before, .num-c > li:nth-of-type(2):before{content:'② ';}
.num-c > li.c3:before, .num-c > li:nth-of-type(3):before{content:'③ ';}
.num-c > li.c4:before, .num-c > li:nth-of-type(4):before{content:'④ ';}
.num-c > li.c5:before, .num-c > li:nth-of-type(5):before{content:'⑤ ';}
.num-c > li.c6:before, .num-c > li:nth-of-type(6):before{content:'⑥ ';}
.num-c > li.c7:before, .num-c > li:nth-of-type(7):before{content:'⑦ ';}
.num-c > li.c8:before, .num-c > li:nth-of-type(8):before{content:'⑧ ';}
.num-c > li.c9:before, .num-c > li:nth-of-type(9):before{content:'⑨ ';}
.num-c > li.c10:before, .num-c > li:nth-of-type(10):before{content:'⑩ ';}
.num-c > li.c11:before, .num-c > li:nth-of-type(11):before{content:'⑪ ';}
.num-c > li.c12:before, .num-c > li:nth-of-type(12):before{content:'⑫ ';}
.num-c > li.c13:before, .num-c > li:nth-of-type(13):before{content:'⑬ ';}
.num-c > li.c14:before, .num-c > li:nth-of-type(14):before{content:'⑭ ';}
.num-c > li.c15:before, .num-c > li:nth-of-type(15):before{content:'⑮ ';}

.num-d > li{position:relative; padding-left:18px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.num-d > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-md);}
.num-d > li.d1:before, .num-d > li:nth-of-type(1):before{content:'1) ';}
.num-d > li.d2:before, .num-d > li:nth-of-type(2):before{content:'2) ';}
.num-d > li.d3:before, .num-d > li:nth-of-type(3):before{content:'3) ';}
.num-d > li.d4:before, .num-d > li:nth-of-type(4):before{content:'4) ';}
.num-d > li.d5:before, .num-d > li:nth-of-type(5):before{content:'5) ';}
.num-d > li.d6:before, .num-d > li:nth-of-type(6):before{content:'6) ';}
.num-d > li.d7:before, .num-d > li:nth-of-type(7):before{content:'7) ';}
.num-d > li.d8:before, .num-d > li:nth-of-type(8):before{content:'8) ';}
.num-d > li.d9:before, .num-d > li:nth-of-type(9):before{content:'9) ';}
.num-d > li.d10:before, .num-d > li:nth-of-type(10):before{content:'10) ';}

.txt-k > li{position:relative; padding-left:24px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.txt-k > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-md-1);}
.txt-k > li.k1:before, .txt-k > li:nth-of-type(1):before{content:'가. ';}
.txt-k > li.k2:before, .txt-k > li:nth-of-type(2):before{content:'나. ';}
.txt-k > li.k3:before, .txt-k > li:nth-of-type(3):before{content:'다. ';}
.txt-k > li.k4:before, .txt-k > li:nth-of-type(4):before{content:'라. ';}
.txt-k > li.k5:before, .txt-k > li:nth-of-type(5):before{content:'마. ';}
.txt-k > li.k6:before, .txt-k > li:nth-of-type(6):before{content:'바. ';}
.txt-k > li.k7:before, .txt-k > li:nth-of-type(7):before{content:'사. ';}
.txt-k > li.k8:before, .txt-k > li:nth-of-type(8):before{content:'아. ';}
.txt-k > li.k9:before, .txt-k > li:nth-of-type(9):before{content:'자. ';}
.txt-k > li.k10:before, .txt-k > li:nth-of-type(10):before{content:'차. ';}
.txt-k > li.k11:before, .txt-k > li:nth-of-type(11):before{content:'카. ';}
.txt-k > li.k12:before, .txt-k > li:nth-of-type(12):before{content:'타. ';}
.txt-k > li.k13:before, .txt-k > li:nth-of-type(13):before{content:'파. ';}
.txt-k > li.k14:before, .txt-k > li:nth-of-type(14):before{content:'하. ';}


.img_border {
    overflow: hidden;
    border-radius: var(--radius-all-md);
    margin: 0 auto;
    display: block;
    border: 1px solid var(--c-black-5);
    text-align: center;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.img_border_full {
    overflow: hidden;
    border-radius: var(--radius-all-md);
    margin: 0 auto;
    display: block;
    /* border: 1px solid var(--c-black-5); */
    text-align: center;
    padding: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 10%);
}
.img_full {
    overflow: hidden;
    border-radius: var(--radius-all-md);
    margin: 0 auto;
    display: block;
    /* border: 1px solid var(--c-black-5); */
    text-align: center;
    padding: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.img_full img {
    height: 100%;
}

/* 인사말*/
.greeting {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 3.125rem;
    position: relative;
}
.greeting::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 175px;
    border-top-left-radius: 3.75rem; 
    border: 20px solid var(--c-black-6);   
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
}
.greeting .greeting_l {
    width: calc(77% - 3.125rem);
    /* height: 400px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    padding: 60px 0 60px 60px;
    position: relative;
    
}


.greeting .greeting_r {
    width: 23%;
}
.greeting .txt {
    text-align: justify;
}
.greeting h4 {
    font-size: var(--txt-3xl);
    font-weight: 600;
    border-bottom: 1px dotted var(--c-black-5);
    width: 100%;
    padding-bottom: 3rem;
}
.greeting p {
    font-size: var(--txt-lg);
    line-height: 1.875rem;
}

.greeting_img {
    /*width: 100%; */
    /* height: 400px; */
    background: url(../images/sub/greet.jpg) no-repeat center top #cfa87b;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    border-radius: var(--radius-2-xl-re);
    /* border: 1px solid var(--c-black-5); */
    aspect-ratio: 430 / 513;
}
.greeting .greeting_w {
    width: 100%;
}
.greeting .name {
    font-size: var(--txt-2xl);
    font-weight: 600;
    margin-left: 1rem;
    display: inline-block;
}

/*연혁*/
.history_t {
    width: 100%;
    position: relative;
}
.history_t::before {
    content: '';
    width: 178px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: -60px;
    background: #e5e5e5;
    transition: 0.5s;
    margin: -40px 0 0 0px;
    z-index: 1;
}
.history_t::after {
    content: '';
    width: 40px;
    height: 198px;
    position: absolute;
    top: 0px;
    right: -95px;
    background: #e5e5e5;
    transition: 0.5s;
    margin: -40px 0 0 0px;
    z-index: 1;
}

.history_t .tit {
    width: calc(100% - 175px);
    height: 275px;
    padding: 3.5rem;
    background: var(--main-color);
}
.history_t .tit h4 {
    font-size: var(--txt-5xl);
    font-weight: 600;
    color: #fff;
}
.history_t .tit p {
    font-size: var(--txt-lg);
    font-weight: 400;
    color: #fff;
    margin-top: 1rem;
}
.history_t .img_area {
    width: 936px;
    height: 275px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: -220px;
    margin-left: 364px;
}
.history_t .img_area .box {
    width: calc(100% / 3);
    /* height: 275px; */
}
.history_t .img_area .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history_w {
    width: 100%;
    margin-top: 3.125rem;
}
.history_w .txt {
    text-align: justify;
}
.history_w p {
    font-size: var(--txt-lg);
    line-height: 1.875rem;
}

.history_wrap {
    width: 100%;
    max-width: 1024px;
    margin: 3.125rem auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
}
.history_wrap::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: var(--main-color);
    top: 0;
    left: 10.25rem;
    /* transform: translate(-50%, -50%); */
}
.history_wrap .history {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    position: relative;
}

.history_wrap .history .year {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--main-color);
    width: 12.5rem;
    height: 100%;
    position: relative;
}

.history_wrap .history .year::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #8b0029;
    border: 8px #fff solid;
    transform: translate(-50%, -50%);
}
.history_wrap .history .year:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    border: 1px #8b0029 solid;
    background: #fff;
    transform: translate(-50%, -50%);
    margin-right: -2px;
    z-index: -1;
}
.history_wrap .history ul {
    margin-left: 2rem;
    width: calc(100% - 5rem);
}
.history_wrap .history ul li {
    padding: 8px 0;
}
.history_wrap .history .cont {
    font-size: var(--txt-lg-2);
    font-weight: 500;
    width: calc(100% - 12.5rem);
}

.history_wrap .history .box {
    display: flex;
    background: var(--c-black-8);
    /* border-radius: var(--radius-3-lg); */
    padding: 2rem 2.5rem 1.75rem;
    margin-bottom: 1.5rem;
    align-items: center;
}
.history_wrap .history .box:last-child {margin: 0;}


/*찾아오시는길*/
.address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
}
.address li {
    width: calc(100% - 470px);
    background: var(--main-color);
    font-size: var(--txt-xl);
    font-weight: 400;
    color: #fff;
    padding: 1.5rem 2rem;
}
.address li strong {
    font-size: var(--txt-xl);
    margin-right: 1rem;
}
.address li:nth-child(1) {
    /* border-bottom-left-radius: 2.5rem; */
}
.address li:nth-child(2) {
    width: 250px;
    background: var(--main-color-2);
    padding: 1.5rem 0 1.5rem 2rem;

}
.address li:nth-child(3) {
    width: 220px;
    background: var(--main-color-2);
    padding: 1.5rem 0 1.5rem 0rem;
    /* border-top-right-radius: 2.5rem; */
}

.ticon {
    position: relative;
    padding-left: 3.5rem;
}
.ticon::before {
    position: absolute;
    font-family: 'Material Icons outlined';
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 1.5rem;
    font-weight: 300;
    background: var(--c-black-7);
    color: var(--main-color);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    /* text-align: center; */
    /* padding: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticon.subway::before {
    content: '\eff9';
}
.ticon.bus::before {
    content: '\eff6';
}
.ticon.location::before {
    content: '\e0c8';
}
.ticon.car::before {
    content: '\e531';
}
.ticon.hall::before {
    content: '\e84f';
}
.traffic {}
.traffic .box {
    font-size: var(--txt-lg);
    border-top: 1px solid var(--c-black-5);
    padding: 0.75rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}
.traffic .box:last-child {
    border-bottom: 1px solid var(--c-black-5);
}
.traffic .box p {
     min-width: 220px;
     margin-right: 1rem;
}
.traffic .box span {
    width: auto;
    min-width: 70px;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
}
.traffic .box span.line1 {
    background-color: #015aa9;
}
.traffic .box span.line2 {
    background-color: #1aa850;
}
.traffic .box span.line6 {
    background-color: #d3580e;
}
.traffic .box span.line7 {
    background-color: #677717;
}
.traffic .box span.line4 {
    background-color: #049fd2;
}
.traffic .box span.suin {
    background-color: #fcb814;
}
.traffic .box span.blue {
    background-color: #3556a7;
}
.traffic .box span.green {
    background-color: #50a232;
}
.traffic .box span.red {
    background-color: #f13825;
}
.traffic .box span.line {
    border: 1px solid var(--c-black-5);
}
.traffic .box span.bg {
    background-color: var(--c-black-8);
}

.info_box {
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    margin: 3rem auto;
    background: var(--c-black-8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* border: 1px solid var(--c-black-5); */
    padding: 3rem 0;
    z-index: 10;
    border-radius: var(--radius-all-sm);
}

.info_box .logo {
    width: 300px;
    text-align: center;
}

.info_box .con {
    width: calc(100% - 300px);
    border-left: 1px solid var(--c-black-5);
    padding: 0 3rem 0 3rem;
}

.info_box .con ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.info_box .con ul li {
    position: relative;
    display: flex;
    font-size: var(--txt-lg-2);
}

.info_box .con ul li + li {
    margin-top: 2rem;
    margin-right: 3rem;
}

.info_box .con ul li:last-child {
    margin-right: 0;
}

.info_box .con ul li.addr {
    background: url('/img/page/m63_info_icon1.png')no-repeat left top 3px;
    width: 100%;
}

.info_box .con ul li.tel {
    background: url('/img/page/m63_info_icon2.png')no-repeat left top 4px;
}

.info_box .con ul li.fax {
    background: url('/img/page/m63_info_icon3.png')no-repeat left top 5px;
}

.info_box .con ul li b {
    color: var(--c-black-1);
    font-size: var(--txt-lg-2);
    font-family: var(--sub-font);
    font-weight: 500;
    margin-right: 1rem;
}


/* 조직도 */
.org-container {
    width: 674px;
    /* height: 494px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
}

.corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 175px;
    border-top-left-radius: 3.75rem;
    border: 20px solid var(--c-black-6);
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
}

.org-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.org-circle {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    background: var(--main-color);
    border: 8px solid #e5e0dc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: var(--txt-2xl);
    margin-bottom: 80px;
    position: relative;
}

.org-circle::after {
    content: "";
    position: absolute;
    bottom: -98px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 90px;
    background: var(--c-black-5);
}

.org-box {
    width: 200px;
    height: 55px;
    background: #d6cfc5;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--txt-xl);
    font-weight: 600;
    margin: 40px 0 0 0;
    position: relative;
    border: 1px solid #af9c88;
}

.org-box::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    background: var(--c-black-5);
}
.org-wrap .org-box:nth-child(3):after {
    display: none;
}
.org-wrap .org-box:nth-child(4):after {
    display: none;
}
.org-wrap .org-box:nth-child(2) {
    margin: 0;
}

.org-box.branch {
    position: absolute;
    top: 180px;
    left: calc(50% + 160px);
    background: #f2f2f2;
    border: 1px solid #af9c88;
    margin: 0;
}

.org-box.branch::before {
  /* content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 160px;
  height: 1px;
  background: var(--c-black-5); */
}

@media (max-width: 674px) {
  .org-container {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 20px 0;
  }

  .corner {
    width: 40px;
    height: 120px;
    border-width: 12px;
    border-top-left-radius: 2rem;
  }

  .org-circle {
    width: 120px;
    height: 120px;
    border-width: 6px;
    font-size: var(--txt-lg); /* 줄여서 가독성 */
    margin-bottom: 50px;
  }

  .org-circle::after {
    bottom: -60px;
    height: 60px;
  }

  .org-box {
    width: 140px;
    height: 45px;
    font-size: var(--txt-base);
    margin-top: 30px;
  }

  .org-box::after {
    bottom: -30px;
    height: 30px;
  }

  .org-box.branch {
    top: 120px;
    left: calc(50% + 50px); /* 오른쪽 거리 줄임 */
    width: 120px;
    height: 40px;
    font-size: var(--txt-sm);
  }

  .org-box.branch::before {
    width: 50px; /* 가로 연결선 길이 축소 */
  }
}

/* 변경된 조직도 */
.orgchart {
  width: var(--web-width);
  margin: 60px auto;
  text-align: center;
  position: relative;
}

/* 상단 노드 */
.chairman, .directors, .office {
  display: block;
  border-radius: 40px;
  font-size: var(--txt-xl);
  padding: 12px 12px;
  position: relative;
  width: 300px;
  margin: 0 auto;
  border: 2px solid var(--main-color);
}

.chairman {
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
}

.directors, .office {
  /* color: #7b0e2b; */
  font-weight: 500;
  margin-top: 78px;
}

.office {
  margin-top: 53px;
}

/* 감사 - 이사장~이사 중간 높이 정렬 */
.auditors {
  position: absolute;
    left: 75%;
    top: 63px;
    border: 2px solid #cbbfa7;
    border-radius: 40px;
    padding: 12px 12px;
    background: #fff;
    color: #3a2f2f;
    font-size: var(--txt-xl);
    width: 250px;
    font-weight: 500;
    transform: translateX(-50%);
}

/* 연결선 (모두 before/after 사용) */
.dot {
  border-style: dotted;
  border-color: #d7aeb4;
}

.chairman::before {
  content: "";
  position: absolute;
  left: 85%;
  bottom: -43px;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  border-bottom: 2px dotted #d7aeb4;
  z-index: -1;
}

.chairman::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 106%;
  transform: translateX(-50%);
  height: 76px;
  border-left: 2px dotted #d7aeb4;
  z-index: -1;
}

.directors::before {
  /* content: ""; */
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  height: 14px;
  border-left: 2px dotted #d7aeb4;
  z-index: -1;
}

.directors::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  height: 53px;
  border-left: 2px dotted #d7aeb4;
  z-index: -1;
}

.office::before {
  /* content: ""; */
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  height: 53px;
  border-left: 2px dotted #d7aeb4;
  z-index: -1;
}

/* 사무국 아래 하단 그리드로 내려가는 중심 수직선 */
.office::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  height: 53px;
  border-left: 2px dotted #d7aeb4;
  z-index: -1;
}

/* 하단 분야 래퍼 */
.bottom-fields {
  margin-top: 100px;
  background: #f3ede4;
  border-radius: var(--radius-all-sm);
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  position: relative;
}

/* 7개 분야로 갈라지는 상단 가로 점선 */
.bottom-fields::before {
  content: "";
  position: absolute;
  top: -47px;
  left: 7.8%;
  /* right: 10%; */
  border-top: 2px dotted #d7aeb4;
  width: 84.5%;
}

/* 각 카드 상단 세로 점선 (분야별 개별 연결) */
.field {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  font-size: var(--txt-lg);
  font-weight: 500;
  position: relative;
}

.field::before {
  content: "";
  position: absolute;
  left: 50.5%;
  top: -63px;
  transform: translateX(-50%);
  height: 42px;
  border-left: 2px dotted #d7aeb4;
}

/* 체크 배지 (원 안 흰색 체크) */
.badge {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: var(--main-color);
  position: relative;
}

.badge::after {
  content: "\2713";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--txt-lg-2);
    color: #fff;
    font-weight: 500;
}

/* 반응형 */
@media (max-width: 1200px) {
  .bottom-fields {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
  }
  .field::before {
    display: none;
  }
  .bottom-fields::before {
    display: none;
  }
}

@media (max-width: 860px) {
.chairman, .directors, .office {
    width: 200px;
  }
  .bottom-fields {
    grid-template-columns: repeat(2, 1fr);
  }
.chairman::before {
    left: 90%;
    width: 150px;
}
  .auditors {
    width: 150px;
    right: 10%;
  }
}

@media (max-width: 480px) {
  .bottom-fields {
    grid-template-columns: 1fr;
  }


}



/* 갤러리 썸네일들 */
.gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    /* position: relative; */
}
.box_gallery {
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem; */
    position: relative;
    width: calc((100% - 6rem) /4);
}
.box_gallery.big {
    width: calc((100% - 2rem) /2) !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.box_gallery .img {
    width: 100%;
    /* height: 225px; */
}
.box_gallery .img a img {
    width: 100%;
    /* height: 225px; */
}
.box_gallery.big .box_gallery {
    width: calc((100% - 2rem) /2);
}
/* .box_gallery:nth-child(2) {
    width: calc((100% - 2rem) /2) !important;
} */
.box_gallery img {
    width: 100%;
    /* height: 225px; */
}

.box_gallery .img img {
    width: 100%;
}
.box_gallery:first-child .img img {
    width: 100%;
    height: auto;
}
.box_gallery .img:hover a {
    display: inline-block;
    position: relative;
    width: 100%;
}
.box_gallery .img:hover a::before{
    /* background: rgba(139, 0, 41, 0.3); */
    content: "";
    opacity: 0.6;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background: url(../images/common/icons8-zoom-in-24.png) no-repeat 97% 1rem var(--main-color);
    z-index: 9;
    display: inline-block;
}
.box_gallery p {
    margin: 10px 0;
}
.box_gallery .btn_down {
    position: absolute;
    top: 1rem;
    left: 3%;
    font-size: var(--txt-sm);
    color: #fff;
    z-index: 99;
    display: flex;
    align-items: center;
    border-radius: var(--radius-all-xxs);
    padding: 2px 5px;
    background: rgb(0 0 0 / 10%);
    border: rgb(0 0 0 / 10%);
}
.box_gallery .btn_down:hover {
    background: var(--main-color);
}
.box_gallery .btn_down .material-icons-outlined {
    font-size: var(--txt-lg-2);
}

/*기부안내*/
.linebox {
    width: 100%;
    padding: 40px 60px;
    background: var(--c-black-8);
    border: 1px var(--c-black-5) solid;
    border-top: 5px var(--main-color) solid;
    border-radius: 0 0 3rem 3rem;
    text-align: center;
}
.linebox.white{
    background: #fff;
}
.fund_t {
    width: 100%;
    position: relative;
    margin-bottom: 5rem;
}
.fund_t .img_area {
    width: 52.5%;
    height: 350px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /* border-left: 20px solid var(--main-color); */
}
.fund_t .img_area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fund_t .tit {
    width: 52.5%;
    height: 350px;
    padding: 3.5rem;
    background: var(--main-color);
    position: absolute;
    right: 0;
    top: 55px;
    border-radius: var(--radius-2-xl-re);
}
.fund_t .tit h4 {
    font-size: var(--txt-5xl);
    font-weight: 600;
    color: #fff;
    line-height: 1em;
    position: relative;
}
.fund_t .tit h4::after{
	position: absolute;
	content:'';
	width: 40px;
	height: 3px;
	background: #fff;
	bottom: -28px;
	left: 0;
}
.fund_t .tit p {
    font-size: var(--txt-lg);
    line-height: 1.875rem;
    font-weight: 400;
    color: #fff;
    margin-top: 3rem;
    text-align: justify;
}
.sub_button {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.sub_button .sub_btn {
    min-width: 150px;
    background: var(--main-color-2);
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-2-sm);
    font-size: var(--txt-md-1);
    position: relative;
    gap: 4px;
}
.ic_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
}
.ic_box .box {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem 2rem;
    border: 1px var(--c-black-5) solid;
    position: relative;
    border-radius: 0 0 3rem 3rem;
    background-color: #ffffff;
    border-top: 2px solid var(--main-color);
    justify-content: center;
}
.ic_box .box .ic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--c-black-8);
    margin: 0 auto;
}
.ic_box .box .ic span {
    font-size: 36px;
    color: var(--main-color);
}
.ic_box .box h5 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.65rem;
    color: var(--main-color-2);
    padding: 0.75rem 0 0.5rem;
    line-height: 1.3em;
}
.ic_box .box p {
    font-size: var(--txt-md);
    color: var(--c-black-4);
    font-weight: 400;
    line-height: 1.3em;
    text-align: center;
}
@media screen and (max-width:1400px) {
    .greeting .greeting_l {
        padding: 60px 0 60px 60px;
        gap: 2rem;
    }
    .history_t::before {
        width: 160px;
        height: 30px;
        right: 0px;
        margin: 0px 0 0 0px;
    }
    .history_t::after {
        width: 30px;
        height: 160px;
        right: 0px;
        margin: 0px 0 0 0px;
    }
    .history_t .tit {
        width: calc(100% - 205px);
    }
    .history_t .img_area {
        margin-left: 304px;
        width: calc(100% - 360px);
    }

    section.pro_view_wrap.top::before {
        width: 160px;
        height: 30px;
    }
    section.pro_view_wrap.top::after {
        width: 30px;
        height: 160px;
    }
    .fund_t::before {
        width: 160px;
        height: 30px;
        right: 0;
        margin: 0px 0 0 0px;
    }
    .fund_t::after {
        width: 30px;
        height: 160px;
        right: 0;
        margin: 0px 0 0 0px;
    }
    .fund_t .tit {
        right: 55px;
    }
    .fund_t .img_area {
    }

    .intro_t::before {
        width: 160px;
        height: 30px;
        right: 0;
        margin: 0px 0 0 0px;
    }
    .intro_t::after {
        width: 30px;
        height: 160px;
        right: 0;
        margin: 0px 0 0 0px;
    }
    .intro_t .tit {
        right: 55px;
    }
    .faculty_con.tit::before {
        width: 160px;
        height: 30px;
    }
    .faculty_con.tit::after {
        width: 30px;
        height: 160px;
    }

    .interview_con.tit::before {
        width: 160px;
        height: 30px;
    }
    .interview_con.tit::after {
        width: 30px;
        height: 160px;
    }

    .intro_t.program .tit {
        width: 50%;
    }
    .intro_t.program .img_area {
        width: 50%;
    }

}

/* 교수진 상세페이지 */
.fulltime_flex{
    display: flex;
    align-items: center;
}

/*사업소개*/
.support-section {
  max-width: var(--web-width);
  /* margin: 60px auto; */
  /* padding: 0 20px; */
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.support-box {
  /* border-top: 1px solid var(--main-color); */
  /* padding-top: 18px; */
  position: relative;
  /* text-align: left; */ /* 제목 및 전체 좌측 정렬 */
}

.support-box h3 {
  font-size: var(--txt-xl);
  font-weight: 500;
  margin-bottom: 18px;
  display: block;
  position: relative;
  padding-left: 14px; /* bar 여백 */
}

.support-box h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 20px;
  background: var(--main-color);
  border-radius: 3px;
}

.support-box h3 em {
  display: block;
  font-size: 0.875rem;
  color: var(--main-color-2);
  font-weight: 500;
  margin-top: 4px;
  float: right;
}

/* ✅ 체크리스트 - badge 스타일 + \2713 사용 */
.checklist {
  background: var(--sub-color-6);
  /* border: 1px solid #e1d9cd; */
  border-radius: var(--radius-all-xs);
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  list-style: none;
}

.checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  /* color: var(--c-black-3); */
  position: relative;
  font-size: var(--txt-lg);
    width: calc((100% - 2rem) / 3);
}

.checklist li::before {
  content: "\2713";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: var(--main-color);
  color: #fff;
  border-radius: 999rem;
  font-size: var(--txt-lg);
  text-align: center;
  line-height: 20px;
  font-weight: 500;
}

/* ✅ 참여 단체 8개 고정 (4x2) */
.org-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 6px;
  /* background: #e8dfd2; */
  /* padding: 12px; */
  border-radius: var(--radius-all-xs);
  /* min-height: 160px; */
}

.org-grid span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid #d8cbbb;
  border-radius: var(--radius-all-xs);
  font-weight: 600;
  min-height: 40px;
}

/* ✅ 빈칸도 동일한 박스 유지 */
.org-grid span:empty::after {
  content: "";
  visibility: hidden;
}

/* 반응형 */
@media (max-width: 1024px) {
  .support-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .checklist {
    /* gap: 8px 24px; */
  }
  .checklist li {
    width: 100%;
  }
  .org-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}

.sub_container .v-thumb {
    aspect-ratio: 3 / 2;
    border-radius: var(--radius-all-sm);
    box-shadow: none;
}

.sub_container .v-heading {
    font-size: var(--txt-xl);
    font-weight: 500;
}

.sub_container .v-body {
    padding: 1rem 0;
}