/* sub_intro */
#sub_intro {
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    box-sizing: border-box;
}

#sub_intro p {
    font-size: 22px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

#sub_intro p span {
    display: block;
    font-size: 70px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 15px;
}


/* sub_page_menu */
.sub_page_menu {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.sub_page_menu .center {
    height: 100%;
}

.sub_page_menu ul {
    width: 100%;
    height: 100%;
    display: flex;
}

.sub_page_menu ul li {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    cursor: pointer;
}

.sub_page_menu ul li.on {
    color: #104704;
    font-family: 'Pretendard-Bold', sans-serif;
    border-bottom: 4px solid #104704;
    margin-top: -2px;
}


/* sub_content */
#sub_content {
    width: 100%;
    padding: 95px 0 150px;
}


/* sub1_1 */
.sub1_intro {
    background-image: url(../images/sub1_intro.jpg);
}

.sub_title {
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub_title span {
    display: block;
    font-size: 21px;
    color: #6cc900;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 6px;
}

.s1_1_imgbox {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    padding: 0 50px;
    box-sizing: border-box;
}

.s1_1_imgbox img {
    width: 100%;
}

.s1_1_imgbox p {
    position: absolute;
    font-size: 38px;
    color: #fff;
    line-height: 48px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    top: 38px;
    left: 102px;
}

.s1_1_imgbox p span {
    color: #104704;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_1_txt {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    font-size: 17px;
    color: #111;
    line-height: 26px;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* sub1_2 */
.sub1_2_content {
    width: 100%;
}

.s1_2_con1 {
    width: 100%;
}

.history {
    width: 100%;
    margin-top: 80px;
    position: relative;
}

.history_bar {
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 25px;
    z-index: -1;
}

.history ul {
    width: 100%;
}

.history ul li {
    width: 50%;
    margin-bottom: 70px;
    display: flex;
    align-items: flex-start;
}

.history ul li:last-child {
    margin-bottom: 0;
}

.history ul li:nth-child(2n-1) {
    padding-left: 50%;
}

.history ul li:nth-child(2n) {
    padding-right: 50%;
    flex-direction: row-reverse;
}

.year {
    display: flex;
    align-items: center;
}

.history ul li:nth-child(2n) .year {
    flex-direction: row-reverse;
}

.year span {
    width: 8px;
    height: 8px;
    background-color: #6cc900;
    margin-right: 45px;
    margin-left: -4px;
}

.history ul li:nth-child(2n) .year span {
    margin-right: -4px;
    margin-left: 45px;
}

.year p {
    font-size: 48px;
    color: #6cc900;
    font-family: 'Pretendard-Bold', sans-serif;
}

.his_con {
    margin-left: 45px;
    margin-top: 10px;
}

.history ul li:nth-child(2n) .his_con {
    margin-right: 45px;
    margin-left: 0;
}

.month_box p {
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 33px;
    display: flex;
    align-items: baseline;
}

.month_box p span {
    width: 50px;
    font-size: 19px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.history ul li:nth-child(2n) .month_box p {
    flex-direction: row-reverse;
    text-align: right;
}

.s1_2_con2 {
    width: 100%;
    margin-top: 180px;
}

.team_img {
    width: 100%;
    margin-top: 70px;
    text-align: center;
}

.team_img img {
    max-width: 100%;
}


/* sub2_1 */
.sub2_intro {
    background-image: url(../images/sub2_intro.jpg);
}

.s2_1_imgbox {
    width: 100%;
    height: 450px;
    margin-top: 80px;
}

.s2_1_imgbox p {
    width: 0;
    height: 100%;
    background-image: url(../images/sub2_1_bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width 2s;
}

.s2_1_imgbox.on p {
    width: 100%;
}

.s2_1_txt {
    width: 100%;
    margin-top: 50px;
}

.s2_1_txt p {
    font-size: 45px;
    line-height: 56px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s2_1_txt p span {
    color: #6cc900;
}

.s2_1_txt>span {
    font-size: 20px;
    color: #111;
    line-height: 28px;
    margin-top: 30px;
    display: block;
}

.s2_1_con2 {
    width: 100%;
    margin-top: 90px;
}

.s2_1_con2>p {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 30px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

ul.s2_1_ul1 {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

ul.s2_1_ul1 li {
    width: 31%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

ul.s2_1_ul1 li img {
    max-width: 100%;
}

ul.s2_1_ul1 li p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 23px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    text-align: center;
}


/* sub2_2 */
.s2_2_imgbox p {
    background-image: url(../images/sub2_2_bg.jpg);
}


/* sub2_3 */
.s2_3_imgbox p {
    background-image: url(../images/sub2_3_bg.jpg);
}

.s2_imgbox {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}


/* sub2_4 */
.s2_4_imgbox p {
    background-image: url(../images/sub2_4_bg.jpg);
}


/* sub3 */
.sub3_intro {
    background-image: url(../images/sub3_intro.jpg);
}


/* sub3 */
.s3_con {
    width: 100%;
}

.s3_con table {
    width: 100%;
    margin-top: 70px;
    border-top: 4px solid #6cc900;
    table-layout: fixed;
    border-collapse: collapse;
}

.s3_con table th {
    padding: 13px 0;
    font-size: 18px;
    color: #111;
    font-weight: normal;
    font-family: 'Pretendard-Bold', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.s3_con table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 13px 0;
    text-align: center;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s3_con table td:nth-child(2) {
    text-align: left;
}

.s3_con table td:nth-child(1) {
    color: #666;
}

.page_btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.page_btn a{
    font-size: 15px;
    color: #606060;
    font-family: 'Pretendard-Regular', sans-serif;
    margin: 0 13px;
}

a.page_num{
    width: 27px;
    height: 27px;
    background-color: #6cc900;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    margin: 0 0 0 13px;
}

a.page_arrow1{
    letter-spacing: -10px;
    margin: 0 10px 0 0;
}

a.page_arrow1 i{
    color: #666;
}


/* sub4_1 */
.sub4_intro{
    background-image: url(../images/sub4_intro.jpg);
}

.s4_tab{
    width: 100%;
    display: flex;
    justify-content: center;
}

.s4_tab ul{
    display: flex;
}

.s4_tab ul li{
    width: 300px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 23px;
    color: #999;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s4_tab ul li.on{
    border: 0;
    background-color: #104704;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s4_tabcon{
    width: 100%;
    margin-top: 60px;
    display: none;
}

.s4_tabcon.on{
    display: block;
}

.s4_tabcon ul{
    width: 100%;
    display: inline-block;
}

.s4_tabcon ul li{
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 40px;
}

.s4_tabcon ul li:nth-child(5n){
    margin-right: 0;
}

.s4_tabcon ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.s4_tabcon ul li a img{
    width: 100%;
}

.hover_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #6cc900;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.s4_tabcon ul li a:hover .hover_img{
    opacity: 1;
    visibility: visible;
}

.hover_img i{
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #6cc900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.s4_tabcon ul li>p{
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    line-height: 21px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s4_tabcon .page_btn{
    margin: 10px;
}


/* sub4_2 */
.s4_con{
    width: 100%;
    margin-top: 75px;
}

.s4_con ul{
    width: 100%;
}

.s4_con ul li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.s4_con ul li:last-child{
    margin-bottom: 0;
}

.map_box{
    width: 550px;
    height: 400px;
}

.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.wrap_map {
    width: 100%;
    height: 100% !important;
}

.root_daum_roughmap .border1{
    border: 0 !important;
}

.root_daum_roughmap .border3,
.root_daum_roughmap .border4{
    background-color: transparent !important;
}

.location{
    width: 600px;
}

.location>p{
    font-size: 34px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.location>p span{
    font-size: 16px;
    color: #6cc900;
    display: block;
    margin-bottom: 8px;   
}

.location_address:nth-of-type(1){
    margin-top: 18px;
}

.location_address{
    width: 100%;
    padding: 17px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.location_address span{
    font-family: 'Pretendard-Bold', sans-serif;
    margin-right: 20px;
}

span.span_margin{
    margin-left: 40px;
}