@font-face {
    font-family: 'NotoSerifKR';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sub_wrap img{display: block; margin:0 auto; max-width: 100%;}
.sub_wrap p{font-size: 18px; line-height: 1.7; word-break: keep-all;}


.sub_0101 .top .cont{display: flex; justify-content: space-between; align-items: center;}
.sub_0101 .top .cont+.cont{margin-top: 100px;}
.sub_0101 .top .cont>div{width: 48%;}
.sub_0101 .top .cont .img img{border-radius: 20px;}
.sub_0101 .top .cont .txt h2{color: #215c47; font-size: 60px;}
.sub_0101 .top .cont .txt h1{font-size: 28px; margin: 30px 0; line-height: 1.5;}
.sub_0101 .top .cont .txt h3{font-size: 50px; margin-top: 30px;}
.sub_0101 .top .cont .txt h3 span{font-size: 40px; color: #888;}

.sub_0101 .mid{margin-top: 100px; padding: 100px 0; position: relative;}
.sub_0101 .mid::before{width: 2000px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); content: ''; position: absolute; background-color: #f7f7f7; z-index: -1;} 
.sub_0101 .mid>h2{text-align: center; font-size: 40px; margin-bottom: 80px;}
.sub_0101 .mid .mid_box{display: flex; justify-content: space-between;}
.sub_0101 .mid .mid_box .num_box{width: 23.5%; box-sizing: border-box; position: relative; text-align: center; background-color: #e5e5e5; border-radius: 15px; padding: 30px 10px;}
.sub_0101 .mid .mid_box .num_box .num{position: absolute; top: -25px; left: 50%; transform: translateX(-50%); width: 50px; height: 50px; border-radius: 50%; background-color: #215c47; display: flex; justify-content: center; align-items: center;}
.sub_0101 .mid .mid_box .num_box .num h1{font-size: 22px; color: #fff;}
.sub_0101 .mid .mid_box .num_box h2{margin-top: 20px; font-size: 23px;}

.sub_0101 .bot{position: relative; height: 400px;}
.sub_0101 .bot::before{background-image: url(/img/0101_4.jpg); background-size: cover; height: 100%; width: 2000px; min-width: 105%; left: 50%; top: 0; transform: translateX(-50%); content: ''; position: absolute; z-index: -1;}
.sub_0101 .bot::after{height: 100%; width: 2000px; min-width: 105%; left: 50%; top: 0; transform: translateX(-50%); content: ''; position: absolute; z-index: 1; background-color: #000; mix-blend-mode: multiply; opacity: .6;}
.sub_0101 .bot .txt{top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; position: absolute; text-align: center;}
.sub_0101 .bot .txt h5{margin-top: 30px; font-size: 28px; font-weight: 400; color: #fff; line-height: 1.5;}

.sub_0201 .title h1{text-align: center; font-size: 40px; margin-bottom: 50px;}
.sub_0201 .top table{width: 100%; border-collapse: collapse;}
.sub_0201 .top table th{font-size: 20px; text-align: center; padding: 15px; width: 25%; border: 1px solid #ddd; color: #215c47;}
.sub_0201 .top table td{font-size: 20px; padding: 15px; text-align: center; position: relative; width: 25%; border: 1px solid #ddd;}
.sub_0201 .top table .on{background-color: #f7f7f7;}

.sub_0201 .mid{display: flex; justify-content: space-between; margin-top: 100px; padding: 100px 0; position: relative;}
.sub_0201 .mid::before{width: 2000px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); content: ''; position: absolute; background-color: #f7f7f7; z-index: -1;}
.sub_0201 .mid .left{width: 30%;}
.sub_0201 .mid .left h1{font-size: 65px; color: #215c47; letter-spacing: -1px; line-height: 1;}
.sub_0201 .mid .right{width: 65%;}
.sub_0201 .mid .right table{width: 100%;}
.sub_0201 .mid .right th{font-size: 18px; padding: 10px; line-height: 1.5; vertical-align: top; text-align: left; width: 20%; padding-left: 20px; position: relative;}
.sub_0201 .mid .right th::before{width: 5px; height: 5px; border-radius: 50%; background-color: #215c47; left: 0; top: 20px; content: ''; position: absolute;}
.sub_0201 .mid .right td{font-size: 18px; padding: 10px; line-height: 1.5; }

.sub_0201 .mid02{ height: 800px; position: relative;}
.sub_0201 .mid02::before{ z-index: -1;;background-image: url(/img/0201_bg.jpg); background-size: cover; background-position: right; width: 2000px; min-width: 105%; height: 100%; content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.sub_0201 .mid02::after{z-index: 1;width: 2000px; min-width: 105%; height: 100%; background-color: #000; opacity: .7; position: absolute; top: 0; left: 50%; transform: translateX(-50%); content: ''; mix-blend-mode: multiply;}
.sub_0201 .mid02 .txt{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 10; text-align: center;}
.sub_0201 .mid02 .txt img{width: 200px; display: none;}
.sub_0201 .mid02 .txt h1{font-size: 55px; color: #ffb700; font-family: 'NotoSerifKR';}
.sub_0201 .mid02 .txt .line{margin: 30px auto; width: 2px; height: 80px; background-color: #ffb700;}
.sub_0201 .mid02 .txt p{text-align: center; color: #fff; font-size: 23px;}

.sub_0201 .bot{margin-top: 100px;}
.sub_0201 .bot .bot_list+.bot_list{margin-top: 100px; padding-top: 100px; border-top: 1px dashed #ddd;}
.sub_0201 .bot .bot_list h1{font-size: 40px; margin-bottom: 50px;}
.sub_0201 .bot .bot_list ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.sub_0201 .bot .bot_list ul li{width: 31%;}
.sub_0202 .bot .bot_list ul li:nth-child(n+4):nth-child(-n+6){margin-top: 3%;}
.sub_0201 .bot .bot_list ul li h2{color: #215c47; font-size: 26px;}
.sub_0201 .bot .bot_list ul li h3{color: #215c47; font-size: 26px; margin: 10px 0 30px; min-height: 62px;}
.sub_0201 .bot .bot_list ul li h3 span{font-size: 0.8em;}
.sub_0201 .bot .bot_list .bot_txt{margin-top: 50px; background-color: #f7f7f7; box-sizing: border-box; padding: 30px;}
.sub_0201 .bot .bot_list .bot_txt .title{display: flex; align-items: center; margin-bottom: 15px;}
.sub_0201 .bot .bot_list .bot_txt .title h4{color: #215c47; font-size: 30px; margin-right: 20px;}
.sub_0201 .bot .bot_list .bot_txt .title h5{font-size: 26px;}
.sub_0201 .bot .bot_list .bot_txt dl dd{font-size: 17px; line-height: 1.5; position: relative; padding-left: 15px;}
.sub_0201 .bot .bot_list .bot_txt dl dd+dd{margin-top: 7px;}
.sub_0201 .bot .bot_list .bot_txt dl dd::before{width: 5px; height: 5px; border-radius: 50%; background-color: #215c47; left: 0; top: 10px; content: ''; position: absolute;}

.sub_0201 .bot .bot_25 ul{justify-content: flex-start;}
.sub_0201 .bot .bot_25 ul li{width: 23.5%; margin-right: 2%;}
.sub_0201 .bot .bot_25 ul li:nth-child(4){margin-right: 0;}





.sub_0301 .date_box h1{text-align: center; font-size: 40px;}
.sub_0301 .date_box h1 span{color: #215c47;}
.sub_0301 .date_box .arrow{margin: 30px auto 50px; font-size: 26px; color: #215c47; text-align: center;}
.sub_0301 .date_box .cont_box ul li{display:flex; align-items: center; box-sizing: border-box; justify-content: space-between; border: 1px solid #ddd; background-color: rgba(255, 255, 255, 0.7);}
.sub_0301 .date_box .cont_box ul li+li{margin-top: 30px;}
.sub_0301 .date_box .cont_box ul li .img{width: 35%;}
.sub_0301 .date_box .cont_box ul li .txt{width: 60%;}
.sub_0301 .date_box .cont_box ul li .txt h3{font-size: 28px; margin-bottom: 20px;}
.sub_0301 .date_box .cont_box ul li .txt h3 span{color: #215c47;}

.sub_0301 .date_box:nth-child(2){margin: 100px 0; padding: 100px 0; position: relative;}
.sub_0301 .date_box:nth-child(2)::before{width: 2000px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); content: ''; position: absolute; background-color: #f7f7f7; z-index: -1;}

.sub_0302 .list_box+.list_box{margin-top: 50px; padding-top: 50px; border-top: 1px dashed #ddd;}
.sub_0302 .list_box h1{color: #215c47; font-size: 33px; margin-bottom: 30px;}
.sub_0302 .list_box h1 span{display: inline-block; margin-right: 10px;}
.sub_0302 .list_box h1 span img{width: 40px; margin-bottom: -10px;}
.sub_0302 .list_box table{width: 100%;}
.sub_0302 .list_box table th{text-align: left; width: 15%; padding: 10px; font-size: 18px; position: relative; padding-left: 20px; line-height: 1.6; vertical-align: top; word-break: keep-all;}
.sub_0302 .list_box table th::before{width: 5px; height: 5px; background-color: #215c47; left: 0; top: 20px; border-radius: 50%; content: ''; position: absolute;}
.sub_0302 .list_box table td{text-align: left; padding: 10px; font-size: 18px; line-height: 1.6; word-break: keep-all;}

.sub_0303 .title {text-align: center; margin-bottom: 50px;}
.sub_0303 .title h1{font-size: 40px;}
.sub_0303 .title h5{font-size: 20px; font-weight: 400; margin-top: 30px; line-height: 1.5;}
.sub_0303 .top ul{display: flex; justify-content: space-between;}
.sub_0303 .top ul li{width: 31%; border: 1px solid #ddd; background-color: #f8f8f8; box-sizing: border-box; padding: 30px 10px;}
.sub_0303 .top ul li .img{width: 120px; height: 120px; border-radius: 50%; background-color: #215c47; display: flex; justify-content: center; align-items: center; margin: 0 auto;}
.sub_0303 .top ul li .img img{width: 70px;}
.sub_0303 .top ul li p{text-align: center; margin-top: 30px;}

.sub_0303 .mid{margin: 100px 0; padding: 100px 0; position: relative;}
.sub_0303 .mid::before{width: 2000px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); content: ''; position: absolute; background-color: #f7f7f7; z-index: -1;}
.sub_0303 .mid .mid_box{display: flex; justify-content: space-between; margin-top: 100px;}
.sub_0303 .mid .mid_box .num_box{width: 31%; box-sizing: border-box; position: relative; text-align: center; background-color: #e5e5e5; border-radius: 15px; padding: 30px 10px;}
.sub_0303 .mid .mid_box .num_box .num{position: absolute; top: -25px; left: 50%; transform: translateX(-50%); width: 50px; height: 50px; border-radius: 50%; background-color: #215c47; display: flex; justify-content: center; align-items: center;}
.sub_0303 .mid .mid_box .num_box .num h1{font-size: 22px; color: #fff;}
.sub_0303 .mid .mid_box .num_box h2{margin: 20px 0 10px 0; font-size: 26px;}

.sub_0303 .bot ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.sub_0303 .bot ul li{width: 31%; box-sizing: border-box; border: 1px solid #ddd; }
.sub_0303 .bot ul li img{width: 100%;}
.sub_0303 .bot ul li .txt{padding: 20px; box-sizing: border-box; text-align: center;}
.sub_0303 .bot ul li .txt h2{font-size: 26px; color: #215c47; margin-bottom: 20px;}
.sub_0303 .bot ul li:nth-child(-n+3){margin-bottom: 3%;}




@media(max-width:970px){

    .sub_wrap p{font-size: 17px;}

    .sub_0101 .top .cont+.cont{margin-top: 50px;}
    .sub_0101 .top .cont{flex-direction: column;}
    .sub_0101 .top .cont_reverse{flex-direction: column-reverse;}
    .sub_0101 .top .cont>div{width: 100%;}
    .sub_0101 .top .cont .img{margin-bottom: 30px;}
    .sub_0101 .top .cont .txt h2{font-size: 24px;}
    .sub_0101 .top .cont .txt h1{font-size: 22px; margin: 15px 0 20px;}

    .sub_0101 .mid{margin-top: 50px; padding: 50px 0;}

    .sub_0101 .mid>h2{font-size: 26px; margin-bottom: 50px;}
    .sub_0101 .mid .mid_box{flex-wrap: wrap;}
    .sub_0101 .mid .mid_box .num_box{width: 49%;}
    .sub_0101 .mid .mid_box .num_box:nth-child(-n+2){margin-bottom: 40px;}
    .sub_0101 .mid .mid_box .num_box h2{font-size: 18px; margin-top: 15px;}

    .sub_0101 .bot{height: 300px;}
    .sub_0101 .bot .txt h5{font-size: 20px;}
    .sub_0101 .bot .txt img{width: 200px;}
    .sub_0101 .bot .txt{width: 95%;}

    .sub_0101 .top .cont .txt h3{font-size: 26px; margin-top: 10px;}
    .sub_0101 .top .cont .txt h3 span{font-size: 20px;}

    .sub_0201 .title h1{font-size: 26px; margin-bottom: 30px;}
    .sub_0201 .top table th{font-size: 17px; display: inline-block; width: 50%;}
    .sub_0201 .top table td{font-size: 17px; display: inline-block; width: 50%;}

    .sub_0201 .mid{margin-top: 50px; padding: 50px 0; flex-direction: column;}
    .sub_0201 .mid>div{width: 100% !important;}
    .sub_0201 .mid .left{margin-bottom: 20px;}
    .sub_0201 .mid .left h1{font-size: 32px;}
    .sub_0201 .mid .right th{display: block; width: 100%; font-size: 17px;}
    .sub_0201 .mid .right td{display: block; width: 100%; font-size: 17px;}
    .sub_0201 .mid02::before{max-width: 100%; min-width: none;}

    .sub_0201 .mid02{height: 500px;}
    .sub_0201 .mid02 .txt{width: 90%;}
    .sub_0201 .mid02 .txt img{width:100px}
    .sub_0201 .mid02 .txt h1{font-size: 30px; margin-top: 30px;}
    .sub_0201 .mid02 .txt p{font-size: 20px;}

    .sub_0201 .bot{margin-top: 50px;}
    .sub_0201 .bot .bot_list+.bot_list{margin-top: 30px; padding-top: 30px;}
    .sub_0201 .bot .bot_list h1{font-size: 26px; margin-bottom: 30px;}
    .sub_0201 .bot .bot_list ul li{width: 49%; margin-bottom: 5%;}
    .sub_0201 .bot .bot_list ul li h2{font-size: 20px;}
    .sub_0201 .bot .bot_list ul li h3{font-size: 18px; min-height: 42px;}
    .sub_0201 .bot .bot_list ul li h3>br{display: none;}

    .sub_0201 .bot .bot_list .bot_txt{padding: 20px 10px;}
    .sub_0201 .bot .bot_list .bot_txt .title{flex-direction: column;         align-items: flex-start;}
    .sub_0201 .bot .bot_list .bot_txt .title h4{font-size: 22px;}
    .sub_0201 .bot .bot_list .bot_txt .title h5{font-size: 20px;}
    .sub_0201 .bot .bot_list .bot_txt dl dd{font-size: 16px;}
    .sub_0201 .bot .bot_list .bot_txt dl dd::before{top: 8px;}
    .sub_0201 .bot .bot_list ul li:nth-child(n+4):nth-child(-n+6){margin-top: 0;}

    .sub_0301 .date_box h1{font-size: 26px;}
    .sub_0301 .date_box .arrow{font-size: 20px; margin: 15px auto 30px;}
    .sub_0301 .date_box .cont_box ul li{flex-direction: column;}
    .sub_0301 .date_box .cont_box ul li>div{width: 100% !important;}
    .sub_0301 .date_box .cont_box ul li .txt{box-sizing: border-box; padding: 15px 10px;}
    .sub_0301 .date_box .cont_box ul li .txt h3{font-size: 24px;}
    .sub_0301 .date_box:nth-child(2){margin: 50px 0; padding: 50px 0;}

    .sub_0302 .list_box h1{font-size: 26px;}
    .sub_0302 .list_box h1 span{font-size: 22px;}
    .sub_0302 .list_box table th{display: block; width: 100%; font-size: 17px; padding: 0px; padding-left: 15px;}
    .sub_0302 .list_box table td{display: block; width: 100%; font-size: 17px; padding: 5px;}
    .sub_0302 .list_box table th::before{top: 10px;}

    .sub_0303 .title h1{font-size: 26px;}
    .sub_0303 .title h5{font-size: 17px;}
    .sub_0303 .top ul{flex-direction: column;}
    .sub_0303 .top ul li{width: 100%; padding: 20px 10px;}
    .sub_0303 .top ul li+li{margin-top: 15px;}
    .sub_0303 .top ul li .img{width: 80px; height: 80px;}
    .sub_0303 .top ul li .img img{width: 45px;}
    .sub_0303 .top ul li p{margin-top: 15px;}

    .sub_0303 .mid{margin: 50px 0; padding: 50px 0;}
    .sub_0303 .mid .mid_box {flex-direction: column; margin-top: 60px;}
    .sub_0303 .mid .mid_box .num_box{width: 100%;}
    .sub_0303 .mid .mid_box .num_box+.num_box{margin-top: 40px;}
    .sub_0303 .mid .mid_box .num_box h2{font-size: 22px;}
    .sub_0303 .bot ul li{width: 49%;}
    .sub_0303 .bot ul li:nth-child(-n+4){margin-bottom: 3%;}
    .sub_0303 .bot ul li .txt{padding: 15px 10px}
    .sub_0303 .bot ul li .txt h2{font-size: 22px;}
    .sub_0303 .bot ul li .txt p>br{display: none;}
}