@charset "utf-8";

/**************************************************************/
/**************************************************************/
/************************ sub 서브페이지 **********************/
/**************************************************************/
/**************************************************************/
.grey_box {
    width: 100%;
    background: var(--cgray-50);
    padding: 1.5rem 2rem;
    border-radius: var(--radius-all-sm);
    border: 1px solid var(--cgray-200);
}
.grey_box a.link {
    color: var(--main-color);
    /*font-weight: 500;*/
}
.grey_box a i {
    font-size: 0.938rem;
}
.grey_box span.material-symbols-outlined {
    vertical-align: text-bottom;
    font-size: 1.125rem;
    margin-left: 2px;
    color: var(--main-color);
}

.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(--cgray-800);
    font-weight: 500;
}
.color_box span.material-symbols-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-body1);
    line-height: 150%;
}
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(--cgray-700);
	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:25px;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:22px;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-1);}
.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:18px;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) ';}

.num-e > li{position:relative; padding-left:18px;margin: 10px 0;font-size: var(--txt-md-1);line-height: 1.375rem;}
.num-e > li:before{position:absolute; left:0; top:0; display:block;font-size: var(--txt-md);}
.num-e > li.d1:before, .num-e > li:nth-of-type(1):before{content:'ⅰ. ';}
.num-e > li.d2:before, .num-e > li:nth-of-type(2):before{content:'ⅱ. ';}
.num-e > li.d3:before, .num-e > li:nth-of-type(3):before{content:'ⅲ. ';}
.num-e > li.d4:before, .num-e > li:nth-of-type(4):before{content:'ⅳ. ';}
.num-e > li.d5:before, .num-e > li:nth-of-type(5):before{content:'ⅴ. ';}
.num-e > li.d6:before, .num-e > li:nth-of-type(6):before{content:'ⅵ. ';}
.num-e > li.d7:before, .num-e > li:nth-of-type(7):before{content:'ⅶ. ';}
.num-e > li.d8:before, .num-e > li:nth-of-type(8):before{content:'ⅷ. ';}
.num-e > li.d9:before, .num-e > li:nth-of-type(9):before{content:'ⅸ. ';}
.num-e > li.d10:before, .num-e > li:nth-of-type(10):before{content:'ⅹ. ';}

.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(--cgray-200);
    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(--cgray-200); */
    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(--cgray-200); */
    text-align: center;
    padding: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.img_full img {
    height: 100%;
}
/*인사말*/
.greeting_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.greeting_wrap::after{
	content:'KUMS';
	font-size: 190px;
	font-weight: 800;
	color: var(--cgray-100);
	bottom: -40px;
	position: absolute;
	z-index: -50;
	left: calc(-50vw + 50%);
	white-space: nowrap;
}
.greeting_wrap.nokums::after{
    content: none;
}
.greeting_wrap .bg_area{
    width: 100%;
    height: 330px;
    min-height: 150px;
}
.greeting_wrap .bg_area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.greeting_wrap .cont_area{
    margin-top: -8rem;
    width: 90%;
    background: #fff;
    box-shadow: var(--box-shadow-normal);
    padding: 3rem;
    position: relative;
}
.greeting_wrap .cont_area::before{
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: var(--main-color-2);
    opacity: 0.8;
    top: -32px;
    right: 50px;
}
/* .greeting_wrap .cont_area::after{
    content: '';
    position: absolute;
    background: url(../images/sub/tiger_symbol.svg);
    background-repeat: no-repeat;
    width: 540px;
    aspect-ratio: 5 / 4;
    right: 10px;
    bottom: 10px;
    opacity: 0.7;
} */

.greeting_wrap .cont_area .tit_wrap{
    text-align: center;
    margin-bottom: 2rem;
}
.greeting_wrap .cont_area .tit_wrap h2{
    font-size: var(--txt-title1);
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}
.greeting_wrap .cont_area .tit_wrap p{
    font-size: var(--txt-body1);
    color: var(--cgray-600);
}
.greeting_wrap .cont_area .txt_wrap p{
    font-size: var(--txt-body1);
    color: var(--cgray-800);
    line-height: 150%;
    text-align: justify;
}
.greeting_wrap .cont_area .txt_wrap p + p{
    margin-top: 1.5rem;
}

/*이용안내*/
.guide_wrap{
    margin-top: 3rem;
}
.guide_wrap .main_tit{
    position: relative;
    font-size: var(--txt-title2);
    font-weight: 700;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}
.guide_wrap .main_tit::before{
    content:'';
    position: absolute;
    left: 0;
    width: 4px;
    height: 20px;
    background: var(--main-color);
}
.guide_wrap .menu_sec{
    margin-bottom: 2rem;
}
.guide_wrap .menu_sec .sub_tit{
    all: unset;
    display: flex;    
    align-items: center;
    font-size: var(--txt-heading1);
    font-weight: 700;
    margin-bottom: 1rem;
}
.guide_wrap .menu_sec .sub_tit .num{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    font-size: var(--txt-body2);
    margin-right: 10px;
    flex-shrink: 0;
    font-weight: 500;
}
.guide_wrap .menu_sec .desc_txt{
    font-size: var(--txt-body1);
    color: var(--cgray-800);
    line-height: 150%;
    margin-left: 32px;
}
.guide_wrap .menu_sec .line_box{
    border: 1px solid var(--cgray-200);
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1rem;
}
.guide_wrap .menu_sec .line_box .box_tit{
    font-size: var(--txt-heading2);
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 8px;
}
.guide_wrap .menu_sec .line_box .box_desc{
    font-size: var(--txt-body1);
    line-height: 150%;
    color: var(--cgray-800);
}
.guide_wrap .main_txt{
    font-size: var(--txt-body1);
    color: var(--cgray-800);
    line-height: 150%;
}
li.indent_item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    line-height: 1.6;
}
li.indent_item .indent_label{
    position: relative;
    font-weight: 600;
    color: var(--cgray-900);
    flex-shrink: 0;
    width: 80px;
}
li.indent_item .indent_content{
    flex: 1;
    color: var(--cgray-700);
}

/*업무연락*/
.greeting_wrap .cont_area .box_wrap{
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.greeting_wrap .cont_area .box_wrap .box_item{
    border-radius: 8px;
    border: 1px solid var(--cgray-200);
    padding: 2rem;
    flex: 1;
    display: flex;
    gap: 1rem;
}
.greeting_wrap .cont_area .box_wrap .box_item .icon_area{
    width: 60px;
    height: 60px;
    background: var(--cgray-50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.greeting_wrap .cont_area .box_wrap .box_item .icon_area img{
    height: 34px;
}

/*회원가입*/
.join {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}
.join .box {
    width: calc((100% - 2rem) /2);
    /* border: 1px solid var(--cgray-200); */
}
.join .box h4 {
    width: 100%;
    text-align: center;
    font-size: var(--txt-lg-2);
    font-weight: 500;
    color: #fff;
    background: var(--sub-color);
    padding: 1rem;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}
.join .box.co01 h4 {
    background: var(--main-color);
}
.join .box .con {
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--cgray-200);
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
}
.join .box .img {
    width: 100%;
}
.join .box .img img {
    margin: 0 auto;
}
.join .box p {
    text-align: center;
    font-size: var(--txt-lg);
    font-weight: 400;
    margin: 2rem auto;
}
.join .box .btn {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    text-align: center;
    font-size: var(--txt-lg);
    font-weight: 500;
    color: var(--sub-color);
    /* padding: 10px; */
    border: 2px solid var(--sub-color);
    margin: 0 auto;
    border-radius: var(--radius-all-xxs);
    transition: 0.2s;
}
.join .box .btn:hover {
    background: var(--sub-color);
    color: #fff;
}
.join .box.co01 .btn {
    color: var(--main-color);
    border: 2px solid var(--main-color);
}
.join .box.co01 .btn:hover {
    background: var(--main-color);
    color: #fff;
}

/* join - tab */
.join_tab{
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
.join_tab:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.join_tab li{
    width: calc((100% - 9rem) /3);
    border:1px solid var(--cgray-200);
    text-align:center;
    box-sizing: border-box;
    padding: 1rem;
    background: #fff;
    z-index: 2;
    border-radius: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join_tab li.active {
    border: 1px solid var(--main-color);
}
.join_tab li p {
    width: calc(100% - 100px);
    text-align: center;
    font-size: var(--txt-lg-2);
    font-weight: 600;
}
.join_tab li span {
    font-size: var(--txt-md);
    font-weight: 500;
    color: var(--main-color);
    display: block;
}
.join_tab li .circle {
    display: block;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: var(--cgray-100);
    background-repeat: no-repeat;
    background-position: 50%;
}
.join_tab li.active .circle {
    background-color: var(--main-color);
}
.join_tab li.ico1 .circle {
    background-image: url(../images/sub/jointab_icon-01.png);
}
.join_tab li.active.ico1 .circle {
    background-image: url(../images/sub/jointab_icon-01_on.png);
}
.join_tab li.ico2 .circle {
    background-image: url(../images/sub/jointab_icon-02.png);
}
.join_tab li.active.ico2 .circle {
    background-image: url(../images/sub/jointab_icon-02_on.png);
}
.join_tab li.ico3 .circle {
    background-image: url(../images/sub/jointab_icon-03.png);
}
.join_tab li.active.ico3 .circle {
    background-image: url(../images/sub/jointab_icon-03_on.png);
}
.check_group.all {
    background: var(--cgray-100);
    padding: 1rem 2rem;
    font-size: 1.25rem;
    font-weight: 600;
    /* color: #fff; */
    width: 100%;
    border-radius: var(--radius-all-xs);
}

.check_group.all input[type="checkbox"] + label { background: url(../images/common/checkbox.png) left 8px no-repeat;font-size: var(--txt-lg-2);}
.check_group.all input[type="checkbox"]:checked + label {background:url(../images/common/checkbox_checked.png) left 8px no-repeat; }



a.btn_txt {
    display: inline-block;
}
a.btn_txt::after {
    content: '\f8ce';
    font-family: "Material icons Outlined";
    /* position: absolute; */
    bottom: 0;
    right: 0;
    font-size: var(--txt-xl);
    color: var(--main-color);
    /* transform: translate(0, -50%); */
    /* line-height: 1.5em; */
    vertical-align: bottom;
}
.tab.btn_txt:hover::after {
    color: #fff;
}

a.btn_txt.file {
}
a.btn_txt.file::after {
    content: '\e873';
}
.sub_tit {
    font-size: var(--txt-lg-2);
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dotted var(--cgray-200);
}
.sub_tit::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -12px;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
}
.sub_tit.no_line {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0.5rem;
}

.sub_tit2 {
    font-size: var(--txt-lg);
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}



/* 갤러리 썸네일 */
.gallery{
    width: 100%;
}
.box__gallery {
  display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

/* 갤러리 썸네일들 */
.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-symbols-outlined {
    font-size: var(--txt-lg-2);
}


/*------마이페이지------*/
.mypage_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem;
}

.mypage_list .list {
    width: calc((100% - 4rem) /3);
    border: 1px var(--cgray-200) solid;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-radius: 8px;
    background: var(--cgray-50);
}
.mypage_list .list.bg_no {
    padding: 1rem 0;
    background: none;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
}
.mypage_list .list .tit {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: var(--main-color);
}
.mypage_list .list ul {
    margin-top: 1rem;
}
.mypage_list .list ul li {
    border-top: 1px var(--cgray-200) dotted;
    padding: 10px;
    position: relative;
}
.mypage_list .list ul li:after {
    font-family: 'Material Symbols Outlined';
    content: 'chevron_right';
    font-size: 1rem;
    position: absolute;
    top: 10px;
    right: 0;
    color: var(--cgray-400);    
}
.mypage_list .list ul li a:hover {
    color: var(--main-color);
    font-weight: 600;
}
.mypage_list .list.info {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.mypage_list .list.info .button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.7rem;
}
.mypage_list .list.info .button a{
    font-size: 1rem;
    color: var(--main-color-2);
    font-weight: 600;
    border: 1px solid var(--main-color-2);
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.mypage_list .list.info .button a:hover{
    background: var(--main-color-2);
    color: #fff;
}
.mypage_list .list.info .tit {
    color: #fff;
    background: var(--main-color);
    padding: 1rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    max-height: 60px;
}
.mypage_list .list.info ul {
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    border: 1px #ddd solid;
    width: 100%;
    margin: 1rem;
    width: calc(100% - 2rem);
}
.mypage_list .list.info ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.mypage_list .list.info ul li:nth-child(n+4) {
    display: none;
}
.mypage_list .list.info  ul li::after {
    display: none;
}
.mypage_list .list.info  ul li:first-child {
    border-top: none;
}
.mypage_list .list.info  ul li span {
    float: right;
    font-weight: 500;
    max-width: 280px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}
.mypage_list .info_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 1rem;
    width: 100%;
}
.mypage_list .user_photo {
    width: 200px;
    text-align: center;
}

.mypage_list .list .user_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    background: var(--cgray-50);
}
.mypage_list .list .user_info .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    padding: 1.5rem;
    border: 1px solid var(--cgray-200);
    border-radius: 8px;
}
.mypage_list .list .user_info .top .img{
	width: 60px;
	height: 60px;
}
.mypage_list .list .user_info .top .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mypage_list .list .user_info .top .txt p{
    font-size: 1.125rem;
}
.mypage_list .list .user_info .top .txt p span{
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--main-color-2);
}
.mypage_list .list .user_info .info {
    text-align: center;
    height: 50%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-top: 1.5rem;
}
.mypage_list .list .user_info .info .no {
    font-size: var(--txt-title3);
    font-weight: 600;
    color: var(--main-color);
}
.mypage_list .list .user_info .info .info_tit {
    font-size: var(--txt-body2);
    font-weight: 500;
    width: 100%;
    color: var(--cgray-500);
    padding: 0.75rem;
}
.sub_tit .myspan{
    font-size: 1.375rem;
    color: #333;
    font-weight: 500;
    margin-left: 0;
}
.my_cont{
    margin-top: 3rem;
}
.my_flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.my_flex .form-control{
    max-width: 180px;
}

/* 완료 안내 */
.complete_box{
	background: var(--cgray-50);
	text-align: center;
	padding: 3rem 2rem 2rem 2rem;
	align-items: center;
	align-content: center;
    border-radius: 8px;
}

.complete_box .icon_area{
	background: var(--main-color);
	width: 50px;
	height: 50px;
	color: #fff;
	border-radius: 50%;
	align-content: center;
	margin: 0 auto;
}
.complete_box .icon_area .material-symbols-outlined{
	font-size: 2rem;
	padding-top: 4px;
	font-weight: 600;
}
.complete_box h3{
	color: var(--main-color);
	font-size: var(--txt-title2);
	margin: 0.75rem 0 1rem;
}
.complete_box h4{
	font-size: var(--txt-heading2);
	font-weight: 500;
	margin-bottom: 1.5rem;
}
.complete_box h4 span{
	color: var(--main-color);
}
.noti_box{
	background: #fff;
	padding: 1.5rem;
    border-radius: 4px;
}
.noti_box p{
	text-wrap-style: balance;
	font-size: var(--txt-body1);
    line-height: 140%;
    color: var(--cgray-600);
    margin: 0 auto;
}

/*포트폴리오*/

/* 포트폴리오 수정 이력 레이어 팝업 */
.layer_popup_wrap {
    display: none; /* 기본 숨김 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.layer_popup_wrap .dim {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.layer_popup_wrap .popup_content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.layer_popup_wrap .pop_head {
    padding: 16px;
    background: var(--main-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layer_popup_wrap .pop_head h3 {
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
}

.layer_popup_wrap .pop_head .btn_close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.layer_popup_wrap .pop_body {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
}

.layer_popup_wrap .btn_more {
    display: inline-block;
    padding: 10px 20px;
    background: var(--cgray-700);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.layer_popup_wrap .btn_area.mt_20 {
    text-align: center;
    margin-top: 20px;
}

.layer_popup_wrap .pop_txt {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

/* 포트폴리오 수정 테이블*/
table.width_full .i_sup{
    min-width: auto;
}
table.width_full input[type="text"]{
    width: -webkit-fill-available;
}
.research_group input[type="text"]{
    width: -webkit-fill-available;
}
table.info_table .img_area img{
	width: 100%;	
    aspect-ratio: 3 / 4;
}

.table_flex_unit {
    display: flex;
    align-items: stretch;
    margin-bottom: -1px; 
}

.table_flex_unit .tb_scroll {
    flex: 1; 
}

.table_flex_unit table {
    margin-bottom: 0;
}

.btn_table_del {
    width: 24px;
    height: 24px;
    background: var(--cgray-400); 
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin: 0 auto; 
    transition: 0.2s;
}

.btn_table_del:hover {
    background: var(--cgray-800);
}

.btn_group_add {
    display: flex;
    justify-content: center;
    padding: 8px;
    border: 1px solid var(--gray-300);
    border-top: none;
}

.btn_add_card {
    border: none;
    color: var(--main-color-2);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.btn_add_card .add_ic {
    display: flex;
    width: 22px;
    height: 22px;
    background: var(--main-color-2);
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn_add_card .add_ic::before {
    content: '\e145';
	font-family: 'Material Symbols Outlined';
}
.btn_add_card:hover .add_ic {
    transform: rotate(180deg);
}
table.no_line{
    border-top: 1px solid var(--cgray-200) !important;
}

.research_sub_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: var(--cgray-50);
    border: 1px solid var(--cgray-200);
    border-bottom: none;
    font-weight: 600;
    font-size: var(--txt-body1);
}

.research_list {
    border: 1px solid var(--cgray-200);
    background: #fff;
}

.research_list li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px dotted #eee;
    gap: 10px;
}

.research_list li:last-child {
    border-bottom: none;
}

.research_list .num {
    display: inline-flex;
    width: 25px;
    font-weight: bold;
    color: var(--main-color-2);
    justify-content: center;
}

.apply_section .intro_textarea {
    width: 100%;
    height: 400px; 
    border: 1px solid var(--cgray-200);
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    resize: vertical;
    outline: none;
}

.apply_section .confirm_box {
    margin-top: 50px;
    padding: 40px 0;
    text-align: center;
    border: 1px solid var(--cgray-200);
    background: #fff;
}

.apply_section .confirm_txt {
    font-size: var(--txt-body1);
    font-weight: 500;
    margin-bottom: 16px;
}

.apply_section .confirm_date {
    font-size: var(--txt-body2);
    color: var(--cgray-700);
    margin-bottom: 30px;
}

.apply_section .confirm_name {
    font-size: var(--txt-body1);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.apply_section .name_input {
    width: 120px;
    border: none;
    border-bottom: 1px solid #333;
    text-align: center;
    font-size: var(--txt-body1);
    font-weight: 700;
    background: transparent;
    padding-bottom: 2px;
}

.apply_section .sign {
    margin-left: 5px;
    font-weight: normal;
}

.apply_section .date_input {
    border: none;
    text-align: center;
    font-size:var(--txt-body1);
    color: var(--cgray-600);
    width: 200px;
    background: transparent;
    cursor: pointer;
}
.apply_section .date_input:focus {
    border-bottom: 1px solid #ccc;
    outline: none;
}

.apply_section .sign_wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
}

.apply_section .sign_preview {
    width: 100px;
    height: 60px;
    border: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.apply_section .sign_preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    opacity: 0.7;
}

.apply_section .sign_txt {
    position: absolute;
    z-index: 1;
    font-weight: normal;
    color: #999;
}

.apply_section .file_upload_box {
    margin-top: 5px;
}

.apply_section .file_upload_box label {
    display: inline-block;
    padding: 4px 8px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #666;
    cursor: pointer;
    border-radius: 3px;
    font-size: var(--txt-label);
    font-weight: 500;
}

.apply_section .file_upload_box input[type="file"] {
    display: none;
}

/* 증명서 발급 */
.status{
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: var(--txt-label);
    font-weight: 500;
    color: #fff;
    width: 50px;
    white-space: nowrap;
}
.status.stat_ok{
    background: var(--sub-color-2);
}
.status.stat_ing{
    background: var(--cgray-500);
}
.status.stat_no{
    background: var(--main-color);
}

/* 발급 불가사유 레이어팝업*/
.reject_memo_box {
    background: #fff5f5; 
    border: 1px solid #ffcccc;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rejectMemo {
    color: #d9534f; 
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    text-wrap-style: balance;
}

/*증명서 발급 신청서*/
.process_wrap {
    display: flex;
    align-items: center;
}
.process_wrap .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    flex: 1;
    border: 1px solid var(--cgray-200);
    border-radius: 50px;
    padding: 8px;
    min-width: 100px;
}
.process_wrap .step .num {
    display: inline-flex;
    color: var(--main-color);
    font-size: var(--txt-body2);
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
.process_wrap .step .txt {
    font-size: var(--txt-body2);
    color: var(--cgray-700);
    font-weight: 500;
}
.process_wrap .step.print{
    border: 1px solid var(--main-color);
}

.process_wrap .arrow {
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--cgray-300);
    border-right: 2px solid var(--cgray-300);
    transform: rotate(45deg);
    margin: 0 14px 0 5px;
}

/* 프로그램 자세히보기 */
.application .info_top {
    border: 1px solid #c1ced5ba;
    border-radius: var(--radius-all-sm);
    margin-bottom: 1rem;
    padding: 2rem;
    display: flex;
    gap: 2rem;
}
.application .info_top .img {
    width: 300px;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: var(--radius-all-xs);
}
.application .info_top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.application .info_top .view_more {
    align-self: self-end;
}
.application .info_top .txt {display: flex;justify-content: space-between;width: 100%;}
.application .info_top .cont_lg {width: calc(100% - 120px);display: flex;flex-wrap: wrap;}
.application .info_top .cont h5 {
    background: #9dacb5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.75rem;
    font-size: 1.075rem;
    border-radius: var(--radius-all-xs);
    min-width: 84px;
}
.application .info_top .cont_lg h5 {
    background: var(--main-color-2);
    padding: 0.25rem 0.5rem;
    min-width: 74px;
    height: 42px;
}
.application .info_top .cont_lg p {
    font-size: 1.075rem;
}
.application .info_top .cont_lg h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    padding: 0.5rem 0 1rem 0;
    width: 100%;
}
.application .info_title{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
    position: relative;
}
.application .info_title::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--cgray-900);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.application .info_title span{
    display: inline-block;
    background: var(--sub-color-2);
    color: #fff;
    font-size: var(--txt-heading2);
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-all-xxs);
    width: fit-content;
    align-self: center;
}
.application .info_title h4 {
    font-size: var(--txt-title2);
    color: var(--cgray-900);
    font-weight: 600;
    width: 100%;
    text-align: center;
    position: relative;
}
.application .info_detail {
display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--cgray-200);
    padding: 0.5rem 1rem;
    /* border-radius: var(--radius-all-xs); */
    /* gap: 0.75rem; */
    /* border-left: 2px solid var(--sub-color-2);*/
}
.application .info_detail .update {
    width: 100%;
    color: #555;
    font-size: 1.075rem;
}
.application .info_detail .cont {
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 16px 0 12px 0;
    /* padding: 12px 8px; */
    border-bottom: 1px dashed var(--cgray-200);
}
.application .info_detail .cont:last-child{
    border-bottom: 0;
}
.application.application_lg .info_detail .cont {width: 49%;}

.application .info_detail .cont.cont_lg {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--sub-color-4);
    margin-bottom: 0.25rem;
}
.application .info_detail .cont h5 {
    color: var(--sub-color-2);
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* padding: 0.5rem 0.75rem; */
    font-size: var(--txt-body1);
    font-weight: 500;
    border-radius: var(--radius-all-xxs);
    /* min-width: 80px; */
    position: relative;
	padding-left: 8px;
	min-width: 80px
}
.application .info_detail .cont.cont_lg h5 {
    background: var(--main-color-2);
}
.application .info_detail .cont p {
    font-size: var(--txt-body2);
}
.application .info_detail .cont.cont_lg p {
    font-size: 1.35rem;
    font-weight: 600;
    color: #333;
}
.application .info_detail .cont p .txt_strong {
    padding: 0 0.25rem 0 1rem;
    font-weight: 800;
    color: #444;
}
.application .info_detail .cont p .txt_strong:first-child {padding-left: 0;}
.application .cont_detail {
      /* background: #f0f3f4; */
    padding: 2rem 0;
    border-bottom: 1px solid var(--cgray-200);
    /* border-radius: var(--radius-3-sm); */
    /* margin: 2rem 0;*/
}
.application .cont_detail .tit {
    color: var(--sub-color-2);
    font-size: var(--txt-heading2);
    font-weight: 600;
    /* border-bottom: 1px dashed var(--sub-color-4); */
    /* padding-bottom: 1rem; */
    margin-bottom: 1rem;
}
.application .cont_detail .cont {
    font-size: var(--txt-body1);
    line-height: 1.6em;
}
.application .file_info {
    padding-bottom: 0;
}

.form_application_top {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2rem;
}
.form_application_top .cont {
    display: flex;
	flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    width: 100%;
}
.form_application_top .cont h4{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: var(--txt-title2);
	font-weight: 600;
}
.form_application_top .cont h4::after{
	position: absolute;
	content:'';
	width: 50px;
	height: 2px;
	background: var(--cgray-900);
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.form_application_top .cont p{
    font-size: var(--txt-body1);
    margin-left: auto;
}
.form_application_top .cont p .txt_strong {
    padding: 0 0.5rem 0 0;
    font-weight: 700;
}


/*----faq----*/
.faq_wrap dt{
    overflow: hidden;
    height: auto;
    padding: 1.5rem 0;
    cursor: pointer;
    border-bottom: 1px solid var(--cgray-200);
	align-items: center;
    line-height: 30px;
    display: flex;
    gap: 12px;
}
.faq_wrap dt .tit{
    width: 100%;
    font-size: var(--txt-heading2);
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 140%;
    padding-right: 2.5rem;
}
.faq_wrap dt .tit div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    margin-left: 1rem;
}
.faq_wrap dd{
    background-color: var(--cgray-50);
    overflow: hidden;
    height: 0;
    opacity: 0;
    margin-top: -1px;
    border-bottom: 1px solid var(--cgray-200);
    transition: height 0.4s ease, opacity 0.3s ease;
}
.faq_wrap dd.open{
    opacity: 1;
}
.faq_wrap dd .list_cont{
    color: var(--cgray-600);
    font-weight: 500;
    line-height: 160%;
    padding: 1.5rem;
}
.faq_wrap dt .tit::after{
content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--cgray-500);
    border-top: 2px solid var(--cgray-500);
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 5px;
    transition: transform 0.3s ease;
}
.faq_wrap dt.open .tit::after{
    transform: translateY(-50%) rotate(-45deg);
}