@charset "utf-8";
.mt4 {margin-top:4rem}
.vol_sec1.tit_box {
    text-align: center;
}
.vol_sec2 {
    margin: 5% auto;
}
.vol_conts .vol_step {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.vol_conts .vol_step li div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vol_conts .vol_step span {
    background-color: var(--color-main);
    color: #fff;
    display: inline-block;
    padding: 0 1rem 3px;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.vol_conts .vol_step .txt {
}
.vol_conts .vol_step strong {
    color:var(--color-main);
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
}
.vol_conts table {width:100%}
.vol_conts table tr {
    border: 1px solid #ddd;
}
.vol_conts table td {
    /* background-color: #fff; */
    padding: 1rem;
    text-align: center;
    border-right: 1px solid #ddd;
}
.vol_conts table th {
    background-color: #f5f5f5;
    font-weight: 500;
    text-align: center;
    padding: 1rem;
    border-top: 2px solid var(--color-main);
    border-right: 1px solid #ddd;
}

.vol_sec3  {background-color:#FEF3EB;background-image:url(/img/page/volunteer/vol.png);width: 100%;height: 800px;background-repeat: no-repeat;background-position-x: center;background-position-y: 31%;display: flex;align-items: flex-end;justify-content: center;padding: 0 0 8%;}
.vol_sec3 ul {
    text-align: center;
    display: flex;
}
.vol_sec3 ul li {
    display: flex;
    margin: 0 1rem;
    background-color: var(--color-main);
    color: #fff;
    height: 4rem;
    width: 600px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 1rem;
    position: relative;
}
.vol_sec3 ul li:nth-child(2) {background-color:var(--color-main2)}
.vol_sec3 ul li a, .vol_sec3 ul li p {color: #fff;font-weight: 700;font-family: var(--font-point);font-size: 24px;}
.vol_sec3 ul li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.vol_sec3 ul li .nomal {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-basic);
    margin-left: 1rem;
}


/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1600px)  {

}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
    .vol_conts .vol_step {
    display: flex;
    flex-wrap: wrap;
}
    .vol_conts .vol_step li {margin-bottom: 2rem;}
    .vol_conts table td {word-break:keep-all}
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
	p, li, td, th {font-size:4.5vw}
    .vol_sec2 {margin:15% auto}
    .vol_conts .vol_step {
    display: flex;
    justify-content: space-around;
}
    .vol_conts .vol_step li {width: 46%;}
    .vol_conts .vol_step li:last-child {margin-bottom:0}
    .vol_conts table td {padding:5px;}
    .vol_sec3 {
    height: 430px;
    width: 100%;
    background-size: 100%;
    padding-bottom: 15%;
}
    .vol_sec3 ul li {width:95%;display: flex;flex-wrap: wrap;padding: 1rem;height: auto;}
    .vol_sec3 ul li a, .vol_sec3 ul li p, .vol_sec3 ul li .nomal, .vol_conts .vol_step strong {font-size:4.5vw}
    .vol_conts .vol_step .txt p {word-break:keep-all}
}