.header_wrap {
    position: relative;
    background: #FFF;
}

.sub_banner_wrap{
    position: relative;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 750px;
}

.sub_banner_area{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 750px;
    background-size: cover !important;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    -webkit-transition: all 2s;
    transition: all 2s;
}

.banner1{
    background: url('../images/sub_banner_img_1.jpg') 50% 0% no-repeat rgb(0, 0, 0);
}

.banner2{
    background: url('../images/sub_banner_img_2.jpg') 50% 0% no-repeat rgb(0, 0, 0);
}

.banner3{
    background: url('../images/sub_banner_img_3.jpg') 50% 0% no-repeat rgb(0, 0, 0);
}

.banner4{
    background: url('../images/sub_banner_img_4.jpg') 50% 0% no-repeat rgb(0, 0, 0);
}

.banner5{
    background: url('../images/sub_banner_img_5.jpg') 50% 0% no-repeat rgb(0, 0, 0);
}

.sub_banner_wrap.active .sub_banner_area {
    transform: scale(1.0,1.0);
}

.sub_banner_wrap.active .sub_banner_area{
    -webkit-transform: scale(1.0,1.0) rotate(0.002deg);
    transform: scale(1.0,1.0) rotate(0.002deg);
}

.sub_banner_wrap.active .sub_banner_area.active{
    transform: scale(1.3,1.3);
}

#visual.active .visual-img-con{
    transform: scale(1.0,1.0);
}

.sub_banner_wrap.active .banner-tit,
.sub_banner_wrap.active .banner-sub-txt{
	opacity:1.0;filter:Alpha(opacity=100);
}

.sub_banner_wrap.active .banner-tit .char, 
.sub_banner_wrap.active .banner-sub-txt .char {
    -webkit-animation: text-active-animation 1.4s cubic-bezier(0.4, 0, 0.2, 1) both;
    animation: text-active-animation 1.4s cubic-bezier(0.4, 0, 0.2, 1) both;
    text-shadow: 0px 2px 7px rgba(0,0,0,0.3)
}

.sub_banner_text_wrap{
    position: relative;
    z-index: 1;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    letter-spacing: -0.5px;
    /* color: #222; */
    color: #fff;
    width: 1200px;
    margin: 0px auto;
}

.sub_banner_text_area {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.sub_banner_text_area .sub_banner_text_box {
    position: relative;
    width: 100%;
}

.sub_banner_wrap .banner-tit,
.sub_banner_wrap .banner-sub-txt{
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition:opacity 1.0s, transform 1.0s;
	transition:opacity 1.0s, transform 1.0s;
}

.sub_banner_wrap .banner-tit{
	font-weight:700; 
    font-size: 60px;
    letter-spacing:-0.0058em; 
}

.sub_banner_wrap .banner-sub-txt{
	font-size:20px; 
	font-weight:700; 
    letter-spacing:0.083em; 
    color:rgba(0,153,68,0.5);
    /* color: #666; */
	padding-top:35px;
}

.cm-word-split-JS{
    overflow:hidden;
    opacity:0; 
}

.cm-word-split-JS.splitting{
    opacity:1.0; 
}

.cm-word-split-JS.splitting .word{
    overflow:hidden; 
    line-height:1.1; 
    display:inline-block
}

.cm-word-split-JS.splitting .char{
    display:inline-block; 
    position:relative; 
    font-size:inherit; 
    font-family:inherit; 
    font-weight:inherit; 
    opacity:0; 
}

.sub_section{
    /* margin-top: 76.5vh; */
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #fff;
}

.sub_content_wrap{
    width: 100%;
    position: relative;
}

.sub_content_area{
    margin: 0 auto;
    position: relative;
    padding-bottom: 120px;
}

.sub_menu_wrap{
    text-align: center;
    width: 100%;
    height: 65px;
    position: relative;
    background: #009944;
}

.sub_menu_area{
    width: 1300px;
    margin: 0px auto;
}

.sub_menu_area ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_menu_area ul li{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sub_menu_area.submenu2 ul li{
    width: 50%;   
}

.sub_menu_area.submenu3 ul li{
    width: 33.3%;   
}

.sub_menu_area.submenu6 ul li{
    width: 16.6%;   
}

.sub_menu_area ul li:hover, 
.sub_menu_area ul li.on {
    background-color: #fff;
}

.sub_menu_area ul li a{
    display: block;
    display: table;
    position: relative;
    width: 100%;
    height: 65px;
    line-height: 1.2;
    color: rgba(255,255,255,0.8);
    font-size: 23px;
    letter-spacing: -0.075rem;
    font-weight: 500;
    word-break: keep-all;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sub_menu_area.submenu6 ul li a{
    font-size: 18px;
}

.sub_menu_area ul li:hover a,
.sub_menu_area ul li.on a{
    color: #222;
    font-weight: 600;
}

.sub_menu_area ul li a span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.sub_page_wrap{
    padding-top: 120px;
    width: 100%;
    position: relative;
}

.sub_page_area{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.sub_page_area.schedule_area{
    width: 1100px;
}

.sub_page_title_area{
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 80px;
}

.sub_page_title_area .pagetitle{
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -0.075rem;
    color: #000;
    padding: 0 35px;
    display: inline-block;
    position: relative;
}

.sub_page_title_area .pagetitle::before,
.sub_page_title_area .pagetitle::after{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #009944;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub_page_title_area .pagetitle::before{
    left: 0;
}

.sub_page_title_area .pagetitle::after{
    right: 0;
}

/*기관소개*/
.sub_greeting_wrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sub_greeting_area{
    width: 100%;
    position: relative;
}

.sub_greeting_title_area{
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 380px;
    border-radius: 60px 60px 0 60px;
    background: url('../images/greetingbg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sub_greeting_text_area{
    text-align: center;
    width: 1100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
}

.sub_greeting_text_area .greetingtitle{
    font-size: 55px;
    font-weight: 800;
    letter-spacing: -0.35px;
    line-height: 1.4;
    color: #000;
    text-shadow: 0 0px 20px rgb(255 255 255);
}

.sub_greeting_text_area .greetingtitle strong{
    color: #009944;
    font-weight: 800;
}

.greeting_text_area{
    padding-top: 60px;
    position: relative;
    width: 650px;
    margin: 0 auto;
}

.greeting_text_area p{
    font-size: 20px;
    color: #000;
    line-height: 1.8;
    font-weight: 500;
}

.greeting_text_area p span{
    display: none;
}

.greeting_text_area span{
    text-align: right;
    display: block;
    margin-top: 30px;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 700;
}

.greeting_text_area span img{
    vertical-align: bottom;
    margin-left: 5px;
}

.sub_service_wrap{
    width: 100%;
    position: relative;
    padding: 60px;
    padding-bottom: 0;
    background: #F9F9F9;
    border-radius: 60px;
    border-bottom-right-radius: 0;
}

.sub_service_area{
    text-align: center;
}

.servicetitle{
    font-size: 23px;
    color: #000;
    margin-bottom: 60px;
    padding-bottom: 50px;
    border-bottom: 2px solid #009242;
    line-height: 1.6;
    font-weight: 500;
}

.sub_service_box_wrap{
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.sub_service_box_area{
    padding-bottom: 30px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #C5C5C5; */
}

.sub_service_box_area .serviceicon{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 13px;
}

.servicetxt{
    color: #000;
    line-height: 1.6;
    font-size: 18px;
}

.servicesubtitle{
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    font-weight: 600;
    border-top: 1px solid #009242;
    padding-top: 50px;
}

.service_img_area{
    margin-top: 30px;
}

.service_img_area img{
    display: block;
    margin: 0 auto;
}

.center_list_area{
    width: 100%;
    background: #F9F9F9;
    padding: 55px; 
    text-align: left;
    vertical-align: middle;
}

.center_img_area{
    display: inline-block;
    vertical-align: middle;
}

.center_img_area img{
    border: 15px solid #fff;
}

.center_text_area{
    display: inline-block;
    padding-left: 70px;
    vertical-align: middle;
}

.center_text_area p{
    width: 100%;
    line-height: 2;
    font-size: 17px;
}

.center_text_area p .centertitle{
    display: inline-block;
    font-weight: bold;
    color: #009223;
    width: 80px;
}

.center_text_area p .centertxt{
    color: #000;
}

.center_text_area p .centertxt a{
    color: #000;
}

.history_list_area{
    width: 100%;
    position: relative;
}

.history_list_area .history_tit{
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 30px 30px 0 30px;
    margin: 0 auto;
    position: relative;
}

.history_list_area .history_tit.htcolor1{
    background-color: #009944;
}

.history_list_area .history_tit.htcolor2{
    background-color: #F7B500;
}

.history_list_area .history_tit.htcolor3{
    background-color: #fff;
    border: 8px solid #009944;
}

.history_list_area .history_tit span.ht_txt {
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    width: 95%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.history_box_wrap{
    position: relative;
    padding-top: 50px;
}

.history_box_wrap::before{
    content: "";
    width: 1px;
    height: 1000px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    background: #D2D8DE;
    transform: translateX(-50%);
}

.historybox2::before{
    height: 750px;
}

.history_box_area{
    width: 100%;
    /* width: 50%;
    height: 907px; */
}

.history_box_area ul{
    font-size: 0;
}

.history_box_area ul li{
    font-size: 0;
    /* position: absolute;
    width: 50%; */
    position: relative;
    width: 46%;
    margin-bottom: 70px;
}

.history_box_area ul li.history-list:nth-child(2n-1) {
    /* left: 50%; */
    margin: 0 auto;
    margin-right: 0;
}

.history_box_area ul li.history-list:nth-child(2n) {
    /* left: -4%;
    text-align: right; */
    text-align: right;
    margin: 0 auto;
    margin-left: 0;
}

.history-list:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -57px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.htboxcolor1 .history-list:after{
    border: 3px solid #009944;
}

.htboxcolor2 .history-list:after{
    border: 3px solid #F7B500;
}

.history-list:nth-child(2n):after {
    left: auto;
    right: -57px;
}

.history-list .sub-p1 {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 22px;
    width: 100%;
}

.history-list:nth-child(2n) .sub-p1 {
    flex-direction: row-reverse;
}

.history-list .th {
    flex: 0 0 18%;
    max-width: 18%;
    font-weight: 800;
}

.history-list .td {
    flex: 0 0 72%;
    max-width: 72%;
}

.history-list .list .td-dd {
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 10px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.history-list:nth-child(2n) .list .td-dd{
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
}

.history-list .list .td-dd:last-child {
    margin-bottom: 0;
}

.history-list .td-dd span {
    display: inline-block;
    position: relative;
    text-align: left;
}

.history-list .td-dd span strong{
    font-weight: bold;
    margin-right: 10px;
}

.history-list .list .td-dd span:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    padding-right: 0;
}

.htboxcolor1 .history-list .td-dd span:first-child::before{
    background: #009944;
}

.htboxcolor2 .history-list .td-dd span:first-child::before{
    background: #F7B500;
}

.history-list .list .td-dd span:first-child::before {
    /* left: auto; */
    margin-left: -10px
}

.cor_list_area{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
}

.cor_img_area{
    text-align: center;
    margin-bottom: 50px;
}

.cor_text_area{
    text-align: left;
    width: 100%;
}

.corline{
    border-top: 1px solid #009944;
    padding-top: 30px;
    margin-top: 30px;
}

.cor_text_area p{
    color: #333;
    line-height: 2;
    font-size: 17px;
    position: relative;
    padding-left: 130px;
}

.cor_text_area p strong{
    font-weight: 800;
    display: block;
    color: #009944;
    line-height: 1.4;
    padding-bottom: 13px;
    font-size: 20px;
}

.cor_text_area:nth-child(3) p strong,
.cor_text_area:nth-child(5) p strong{
    color: #F7B500;
}


.cor_text_area p span{
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.cor_text_area p span img{
    width: 100%;
}

.org_area{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
    margin-bottom: 50px;
}

.orgtitle{
    position: relative;
    display:block;
    margin: 0 auto;
    background: #fff;
    width: 180px;
    height: 180px;
    text-align: center;
    background: #009944;
    border-radius: 50px 50px 0 50px;
    color: #FFF;
    line-height: 170px;
}

.orgtitle::before{
    content: "";
    width: 1px;
    height: 150px;
    display: block;
    position: absolute;
    left: 50%;
    top: 175px;
    z-index: -1;
    background: #D2D8DE;
    transform: translateX(-50%);
}

.management{
    position: relative;
    width: 270px;
    height: 80px;
    display:block;
    margin: 30px auto;
    margin-right: 100px;
    color: #000;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    border-radius: 50px;
    border: 6px solid #d2d8de;
}

.management::before{
    content: "";
    width: 240px;
    height: 1px;
    display: block;
    position: absolute;
    left: -237px;
    top: 50%;
    z-index: -1;
    background: #D2D8DE;
    transform: translateY(-50%);
}

.department{
    position: relative;
    width: 270px;
    height: 80px;
    display:block;
    margin: 30px auto;
    color: #000;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    border-radius: 50px;
    border: 6px solid #009944;
}

.department::before{
    content: "";
    width: 1px;
    height: 70px;
    display: block;
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: -1;
    background: #D2D8DE;
    transform: translateX(-50%);
}

.department::after{
    content: "";
    width: 600px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -63px;
    z-index: -1;
    background: #D2D8DE;
    transform: translateX(-50%);
}

.orggroup{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-top: 130px;
    position: relative;
}

.groupment{
    position: relative;
    width: 340px;
    height: 80px;
    display:block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 80px;
    background-color: #EDB018;
    border-radius: 50px;
}

.groupment::before{
    content: "";
    width: 1px;
    height: 80px;
    display: block;
    position: absolute;
    left: 50%;
    top: -74px;
    z-index: -1;
    background: #D2D8DE;
    transform: translateX(-50%);
}

.specialarea{
    width: 600px;
    margin: 0 auto;
    margin-right: 0;
    margin-top: 50px;
    position: relative;
}

.specialarea::before{
    content: "";
    width: 1px;
    height: 80px;
    display: block;
    position: absolute;
    left: 50%;
    top: -74px;
    z-index: -1;
    background: #D2D8DE;
    transform: translateX(-50%);
}

.specialment{
    position: relative;
    width: 340px;
    height: 80px;
    display:block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 80px;
    background-color: #EDB018;
    border-radius: 50px;
    margin-top: 50px;
}

.operating span{
    position: absolute;
    font-weight: 800;
    font-size: 22px;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.person_list_area{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.person_list_box{
    width: 48%;
    margin: 0 auto;
    position: relative;
    background: #F9F9F9;
    vertical-align: middle;
    height: 100%;
    height: 230px;
    margin-left: 0;
}

.person_list_box > div{
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.person_img_area{
    display: inline-block;
    vertical-align: middle;
}
.person_img_area img{
    width: 123px;
    max-width: 123px;
    max-height: 123px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

.person_text_area{
    display: inline-block;
    padding-left: 30px;
    text-align: left;
    vertical-align: middle;
    width: 385px;
}

.person_text_area p{
    width: 100%;
    line-height: 1.4;
    font-size: 17px;
    color: #000;
    position: relative;
    padding-left: 100px;
    margin-bottom: 10px;
}

.person_text_area p:last-child{
    margin-bottom: 0;
}

.person_text_area p strong{
    display: inline-block;
    font-weight: bold;
    color: #009223;
    position: absolute;
    left: 0;
    top: 0;
}

.map_wrap{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}

#map{
    width: 100%;
    height: 450px;
    border: 8px solid #009944;
}

.lo_text_area{
    width: 100%;
    background: #F9F9F9;
    padding: 25px;
    text-align: left;
}

.lo_text_area p {
    color: #333;
    line-height: 1.4;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.lo_text_area p:last-child{
    margin-bottom: 0;
}

.lo_text_area p strong{
    font-weight: 800;
}

.lo_text_area p span {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/listicon.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.lo_info_text_area{
    margin-top: 30px;
}

.infoline{
    border-top: 1px solid #009944;
    padding-top: 30px;
}

.lo_info_text_area p{
    color: #333;
    line-height: 2;
    font-size: 16px;
    position: relative;
    padding-left: 130px;
}

.lo_info_text_area p strong{
    font-weight: 800;
    display: block;
    font-size: 18px;
}

.lo_info_text_area p span{
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lo_info_text_area p span img{
    width: 100%;
}

/*사업안내*/
.sub_business_wrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sub_business_btn_area{
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

.sub_business_btn_area ul{
    font-size: 0;
    text-align: center;
}

.sub_business_btn_area ul li{
    width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}

.sub_business_btn_area ul li span.busbtn{
    cursor: pointer;
    font-size: 20px;
    display: block;
    color: #000;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #DDDDDD;
}

.sub_business_btn_area ul li span.busbtn.on{
    font-weight: 800;
    background: #009944;
    color: #fff;
    border-bottom: 1px solid #009944;
    border-top-right-radius: 30px;
}

.sub_business_area{
    width: 100%;
    position: relative;
}

.bus2{
    display: none;
}

.business_text_area {
    width: 100%;
    background: #F9F9F9;
    padding: 25px;
    text-align: left;
}

.business_text_area p{
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    position: relative;
}

.business_text_area p strong{
    color: #009944;
}

.business_img_area{
    width: 100%;
    position: relative;
    margin-top: 50px;
    background: #F9F9F9;
    padding: 40px 20px;
}

.business_img_area ul{
    font-size: 0;
}

.business_img_area ul li{
    /* width: 25%; */
    width: 33.3%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.business_img_area ul li img{
    width: 100%;
}

.business_img_area ul li span{
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 15px 0;
    color: #000;
}

/*후원/자원봉사*/
.list_page_title_area{
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 550px;
    border-radius: 80px 80px 0 80px;
}

.pagebg1{
    background: url('../images/appbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pagebg2{
    background: url('../images/volbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.list_page_text_area{
    text-align: center;
    width: 1100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
}

.list_page_text_area .listtitle{
    font-size: 45px;
    font-weight: 800;
    letter-spacing: -0.35px;
    line-height: 1.2;
    color: #000;
    text-shadow: 0 0px 20px rgb(255,255,255);
}

.list_page_text_area .listtitle strong{
    font-weight: 800;
}

.list_page_text_area .listtitle .appcolor{
    color: #009944;
}

.list_page_text_area .listtitle .volcolor{
    color: #F7B500;
}

.list_page_text_area .listtxt{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.35px;
    color: #000;
    line-height: 1.6;
    word-break: keep-all;
    padding-top: 20px;
    text-shadow: 0 0px 20px rgb(255,255,255);
}

.sub_page_list_area{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sub_page_list_box{
    margin-bottom: 100px;
    text-align: left;
}

.listspace{
    margin-bottom: 0px;
}

.sub_page_list_box .pagelisttitle{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 22px;
    position: relative;
    display: inline-block;
}

.sub_page_list_box .pagelisttitle::before{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 20px;
    position: absolute;
    right: -8px;
    top: -8px;
    background: #009944;
    z-index: -1;
    display: none;
}

.list_type_area{
    width: 100%;
    position: relative;
}

.list_type_area ul{
    font-size: 0;
}

.list_type_area ul li{
    display: inline-block;
    width: 31.5%;
    margin-left: 33px;
    min-height: 450px;
    background: #F9F9F9;
    border-radius: 60px;
    border-bottom-right-radius: 0;
    padding: 60px 35px;
    vertical-align: top;
}

.list_type_area ul li:first-child{
    margin-left: 0px;
}

.typeicon{
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #009242;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.type1{
    background-image: url('../images/typeicon1.svg');
}

.type2{
    background-image: url('../images/typeicon2.svg');
}

.type3{
    background-image: url('../images/typeicon3.svg');
}

.list_type_area ul li .typetitle{
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
    padding: 30px 0 20px;
}

.list_type_area ul li .typetxt{
    color: #000;
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
}

.list_text_area{
    width: 100%;
    background: #F9F9F9;
    padding: 25px;
    text-align: left;
}

.list_text_area p{
    color: #333;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.list_text_area p:last-child{
    margin-bottom: 0;
}

.list_text_area p.listsubtxt{
    padding-left: 0;
    color: #f04130;
}

.list_text_area p strong{
    font-weight: 600;
}

.list_text_area p span{
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/listicon.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area{
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.list_pro_area ul{
    font-size: 0;
}

.list_pro_area ul li{
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    box-sizing: border-box;
}

.list_sp_area ul li{
    width: 25%;
}

.list_pro_area ul li .pro_icon_area {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f9f9f9;
}

.list_pro_area ul li .pro_icon_area::before, 
.list_pro_area ul li .pro_icon_area::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.list_pro_area ul li .pro_icon_area::before {
    width: 155px;
    height: 155px;
    background: #f1f1f1;
}

.list_pro_area ul li .pro_icon_area::after {
    width: 130px;
    height: 130px;
    background: #fff;
}

.list_pro_area ul li .pro_icon_area span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.list_pro_area ul li .pro_icon_area span::after{
    content: "";
    width: 35px;
    height: 35PX;
    background: #009944;
    border-radius: 35px;
    display: block;
    color: #FFF;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.list_pro_area ul li:nth-child(1) .pro_icon_area span::after{
    content: "1";
}

.list_pro_area ul li:nth-child(2) .pro_icon_area span::after{
    content: "2";
}

.list_pro_area ul li:nth-child(3) .pro_icon_area span::after{
    content: "3";
}

.list_pro_area ul li:nth-child(4) .pro_icon_area span::after{
    content: "4";
}

.list_pro_area ul li:nth-child(5) .pro_icon_area span::after{
    content: "5";
}

.list_pro_area ul li:nth-child(6) .pro_icon_area span::after{
    content: "6";
}

.list_pro_area ul li:nth-child(7) .pro_icon_area span::after{
    content: "7";
}

.list_pro_area ul li:nth-child(8) .pro_icon_area span::after{
    content: "8";
}

.list_pro_area ul li:nth-child(6),
.list_pro_area ul li:nth-child(7),
.list_pro_area ul li:nth-child(8){
    margin-top: 30px;
}

.list_sp_area ul li:nth-child(5){
    margin-top: 30px;
}

.list_pro_area ul li .pro_icon_area .icon_vol_1 {
    background: url('../images/icon_vol_1.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_vol_2 {
    background: url('../images/icon_vol_2.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.list_pro_area ul li .pro_icon_area .icon_vol_3 {
    background: url('../images/icon_vol_3.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.list_pro_area ul li .pro_icon_area .icon_vol_4 {
    background: url('../images/icon_vol_4.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.list_pro_area ul li .pro_icon_area .icon_vol_5 {
    background: url('../images/icon_vol_5.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_su_1 {
    background: url('../images/icon_su_1.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_su_2 {
    background: url('../images/icon_su_2.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_su_3 {
    background: url('../images/icon_su_3.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_su_4 {
    background: url('../images/icon_su_4.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_su_5 {
    background: url('../images/icon_su_5.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_su_6 {
    background: url('../images/icon_su_6.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_su_7 {
    background: url('../images/icon_su_7.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_care_1 {
    background: url('../images/icon_care_1.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_care_2 {
    background: url('../images/icon_care_2.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_care_3 {
    background: url('../images/icon_care_3.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_care_4 {
    background: url('../images/icon_care_4.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_care_5 {
    background: url('../images/icon_care_5.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_care_6 {
    background: url('../images/icon_care_6.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_care_7 {
    background: url('../images/icon_care_7.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.list_pro_area ul li .pro_icon_area .icon_sp_1 {
    background: url('../images/icon_sp_1.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_sp_2 {
    background: url('../images/icon_sp_2.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_sp_3 {
    background: url('../images/icon_sp_3.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_sp_4 {
    background: url('../images/icon_sp_4.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_sp_5 {
    background: url('../images/icon_sp_5.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_sp_6 {
    background: url('../images/icon_sp_6.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_sp_7 {
    background: url('../images/icon_sp_7.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li .pro_icon_area .icon_sp_8 {
    background: url('../images/icon_sp_8.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_pro_area ul li::before {
    content: "";
    position: absolute;
    top: 90px;
    right: -4px;
    width: 8px;
    height: 8px;
    background: #009944;
    transform: rotate(45deg);
}

.list_pro_area ul li:last-child::before {
    display: none;
}

.list_sp_area ul li:nth-child(4):before {
    display: none;
}

.list_pro_area ul li .pro_text_area{
    margin: 0 auto;
    text-align: center;
}

.list_pro_area ul li .pro_text_area .protxt{
    position: relative;
    font-size: 17px;
    line-height: 1.4;
    color: #222;
}

.list_table_area{
    text-align: center;
    position: relative;
    width: 100%;
    border-top: 2px solid #009223;
    border-bottom: 1px solid #DEDEDE;
}

.org_table_area{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.listtable{
    width: 100%;
}

.listtable thead tr th,
.listtable tbody tr td, 
.listtable tfoot tr td {
    padding: 20px 18px;
    color: #333;
    border-left: 0;
    text-align: center;
    line-height: 24px;
    border: 1px solid #c6c6c6;
    border-top: solid 1px #c6c6c6;
    border-left: 0px;
    font-size: 16px;
}

.listtable thead tr th:last-child,
.listtable tbody tr td:last-child {
    border-right: none;
}

.listtable thead tr th{
    background: #F9F9F9;
    font-weight: 700;
}

.listtable tbody tr td.tdtitle{
    font-weight: 700;
    background: #F9F9F9;
}

.listtable tbody tr td.tdcontent,
.listtable tbody tr td.tdcontent3{
    text-align: left;
}

.listtable tbody tr td.tdcontent span{
    display: block;
    font-weight: 800;
    /* padding-bottom: 10px; */
}

.listtable tbody tr td.tdcontent strong{
    font-weight: 800;
    color: #009223;
}

.listtable tbody tr td.tdcontent span.red{
    color: #E60012;
}

.listtable tbody tr td ul{
    text-align: left;
}

.listtable tbody tr td ul li{
    display: inline-block;
    width: 30%;
    padding-left: 10px;
    position: relative;
}

.listtable tbody tr td ul li::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 10px;
    background: #009944;
    left: 0;
    top: 9px;
}

.listtable tbody tr td.tdcontent p{
    position: relative;
    padding-left: 10px;
    text-align: left;
}

.listtable tbody tr td.tdcontent p::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 10px;
    background: #009944;
    left: 0;
    top: 9px;
}

.listtable tbody tr td strong{
    font-weight: 800;
}

.sub_app_btn_area{
    margin-top: 50px;
}

.vol_btn_area{
    margin-bottom: 80px;
}

.appbtn{
    display: block;
    /* background-color: #009944; */
    background: linear-gradient(45deg, #009944, #3b93ff);
    border-radius: 50px;
    width: 300px;
    padding: 20px 0;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.appbtn:hover{
    color: #009944;
    font-weight: 800;
    background: #fff;
}

.apppagebtn{
    /* margin-left: 0; */
    margin-top: 40px;
}

.volbtn{
    background: linear-gradient(45deg, #009944, #F7B500);
}

.volbtn:hover{
    color: #F7B500;
}

@-webkit-keyframes text-active-animation {
	from {
		opacity:0;filter:Alpha(opacity=0);
		-webkit-transform: translateY(50px); 
		transform: translateY(50px); 
	}
	to {
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-transform: translateY(0); 
		transform: translateY(0); 
	}
}

@keyframes text-active-animation {
	from {
		opacity:0;filter:Alpha(opacity=0);
		-webkit-transform: translateY(50px); 
		transform: translateY(50px); 
	}
	to {
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-transform: translateY(0); 
		transform: translateY(0); 
	}
}

@-webkit-keyframes text-fade-out {
	from {
		opacity:1.0;filter:Alpha(opacity=100);
	}
	to {
		opacity:0;filter:Alpha(opacity=0);
	}
}


@keyframes text-fade-out {
	from {
		opacity:1.0;filter:Alpha(opacity=100);
	}
	to {
		opacity:0;filter:Alpha(opacity=0);
	}
}


/*게시판*/
.sub_page_area #kboard-default-list .kboard-list-header {
    padding-bottom: 23px;
}

.sub_page_area #kboard-default-list .kboard-list thead tr td{
    border-top: 1px solid #333;
    padding: 22px 0;
    background-color: #f9f9f9;
}

.sub_page_area #kboard-default-list .kboard-list table td{
    padding: 18px 0;
    color: #222;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.sub_page_area #kboard-default-list .kboard-list table td.kboard-list-date {
    width: 95px;
}

.sub_page_area #kboard-default-list .kboard-list table a{
    color: #222;
    font-size: 15px;
}

.sub_page_area #kboard-default-list .kboard-pagination,
.sub_page_area #kboard-pure-gallery-list .kboard-pagination{
    padding: 35px 0;
}

.sub_page_area #kboard-default-document .kboard-title h1{
    color: #000;
}

.sub_page_area #kboard-default-document .kboard-content .content-view{
    line-height: 1.6;
}

.sub_page_area #kboard-default-list .kboard-pagination .kboard-pagination-pages li:hover a,
.sub_page_area #kboard-default-list .kboard-pagination .kboard-pagination-pages li.active a,
.sub_page_area #kboard-pure-gallery-list .kboard-pagination .kboard-pagination-pages li.active a,
.sub_page_area #kboard-pure-gallery-list .kboard-pagination .kboard-pagination-pages li.active a{
    background: #009944 !important;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}

#kboard-pure-gallery-list .kboard-search {
    float: left;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
}

#kboard-pure-gallery-list .kboard-search select {
    display: inline;
    margin: 0;
    padding: 0 5px;
    width: 100px;
    min-width: 0;
    max-width: 100px;
    height: 26px;
    min-height: 0;
    font-size: 14px;
    color: #666666;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    background: none;
    background-color: white;
    line-height: 26px;
    vertical-align: middle;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

#kboard-pure-gallery-list .kboard-search input {
    display: inline;
    margin: 0;
    padding: 0 5px;
    width: 200px;
    min-width: 0;
    max-width: 200px;
    height: 26px;
    min-height: 0;
    font-size: 14px;
    color: #666666;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    background: none;
    background-color: white;
    line-height: 26px;
    vertical-align: middle;
    box-shadow: none;
    box-sizing: content-box;
}

#kboard-pure-gallery-list .kboard-control {
    float: left;
    padding-bottom: 15px;
    width: 100%;
    text-align: right;
}

a.kboard-pure-gallery-button-small,
input.kboard-pure-gallery-button-small,
button.kboard-pure-gallery-button-small {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0 10px;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    color: #545861 !important;
    background: #eaeaea !important;
    border: none;
    border-radius: 0;
    text-decoration: none !important;
    cursor: pointer;
    vertical-align: middle;
    text-shadow: none;
    box-shadow: none;
    transition-duration: 0.3s;
    box-sizing: content-box;
}

.sub_page_area #kboard-default-list .kboard-search,
.sub_page_area .kboard-cross-calendar-list .kboard-search,
.sub_page_area #kboard-pure-gallery-list  .kboard-search{
    text-align: center;
    background-color: #f9f9f9;
    padding: 30px 0;
    border: 1px solid #ddd;
    margin-top: 30px;
    width: 100%;
}

.sub_page_area #kboard-default-list .kboard-search input,
.sub_page_area .kboard-cross-calendar-list .kboard-search input,
.sub_page_area #kboard-pure-gallery-list  .kboard-search input{
    width: 280px;
    max-width: 280px;
    height: 35px;
    line-height: 35px;
    color: #000;
    padding-left: 10px;
}

.sub_page_area #kboard-default-list .kboard-search select,
.sub_page_area .kboard-cross-calendar-list .kboard-search select,
.sub_page_area #kboard-pure-gallery-list  .kboard-search select{
    height: 35px;
    line-height: 35px;
    color: #000;
}

.sub_page_area a.kboard-default-button-small,
.sub_page_area input.kboard-default-button-small,
.sub_page_area button.kboard-default-button-small,
.sub_page_area a.kboard-cross-calendar-button-small, 
.sub_page_area input.kboard-cross-calendar-button-small, 
.sub_page_area button.kboard-cross-calendar-button-small,
.sub_page_area a.kboard-pure-gallery-button-small,
.sub_page_area input.kboard-pure-gallery-button-small,
.sub_page_area button.kboard-pure-gallery-button-small{
    height: 35px;
    line-height: 35px;
    background: #009944 !important;
    color: #FFF !important;
    font-weight: bold;
}

.sub_page_area a.kboard-default-button-small:hover,
.sub_page_area input.kboard-default-button-small:hover,
.sub_page_area button.kboard-default-button-small:hover,
.sub_page_area a.kboard-cross-calendar-button-small:hover, 
.sub_page_area input.kboard-cross-calendar-button-small:hover, 
.sub_page_area button.kboard-cross-calendar-button-small:hover,
.sub_page_area a.kboard-pure-gallery-button-small:hover,
.sub_page_area input.kboard-pure-gallery-button-small:hover,
.sub_page_area button.kboard-pure-gallery-button-small:hover{
    opacity: 1;
    background: transparent !important;
    color: #009944 !important;
}

.sub_page_area #kboard-default-list .kboard-control,
.sub_page_area .kboard-cross-calendar-list .kboard-control,
.sub_page_area #kboard-pure-gallery-list .kboard-control{
    padding-top: 30px;
}

/*캘린더*/
.sub_page_area .kboard-cross-calendar-list .kboard-header .kboard-search-day-form .kboard-search-month{
    color: #009944 !important;
    font-weight: 700;
}

.sub_page_area .kboard-cross-calendar-list .kboard-calendar-table .kboard-week-title {
    background: #f9f9f9;
    border-top: 2px solid #333 !important;
}

.sub_page_area .kboard-cross-calendar-list .kboard-calendar-table .calendar-column-today .calendar-icon-day {
    background-color: #009944;
}

.sub_page_area .kboard-cross-calendar-list .kboard-calendar-table .kboard-week-title th {
    height: 45px;
    font-size: 15px;
}

/*갤러리*/
.sub_page_area #kboard-pure-gallery-list.mw1400 .kboard-pure-gallery-list .kboard-list-item {
    margin: 0 2% 0 0;
    width: 23.5%;
}

.sub_page_area #kboard-pure-gallery-list.mw1400 .kboard-pure-gallery-list .kboard-list-item:nth-child(4n) {
    margin-right: 0;
}

.sub_page_area #kboard-pure-gallery-list .kboard-pure-gallery-list .kboard-list-item .kboard-list-title{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
}

.sub_page_area #kboard-pure-gallery-list .kboard-pure-gallery-list .kboard-list-item:hover .kboard-list-title{
    color: #009944;
    font-weight: 700;
    text-decoration: none;
}

.sub_page_area #kboard-pure-gallery-document .kboard-title h1{
    color: #000;
}

.sub_page_area #kboard-pure-gallery-document .kboard-content .content-view{
    line-height: 1.6;
}

/*고객의 소리*/
.sub_page_area #kboard-contact-form-editor .kboard-attr-row {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 15px;
    background: #F6F6F6;
}

.sub_page_area #kboard-contact-form-editor .kboard-attr-content {
    width: 100%;
}

.sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-name{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 38px;
    width: 110px;
    display: inline-block;
    border-right: 1px solid #009944;
}

.sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-name .attr-required-text {
    color: #009944;
    font-weight: bold;
    font-size: 16px;
}

.sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value {
    line-height: 38px;
    font-size: 20px;
    color: #000;
    width: 90%;
    display: inline-block;
    padding-left: 30px;
}

.sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value input[type=text],
.sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value input[type=email]{
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    transform: skew(-0.1deg);
    font-weight: 300;
    color: #000;
    border-radius: 0;
}

.sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value .attr-value-label{
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    transform: skew(-0.1deg);
    font-weight: 300;
    color: #000;
    padding-right: 45px;
}

.sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value .attr-reset-button{
    display: none;
}

.sub_page_area #kboard-contact-form-editor .kboard-attr-row .kboard-content{
    width: 90%;
    display: inline-block;
    padding-left: 30px;
}

.sub_page_area #kboard-contact-form-editor .editor-textarea{
    font-size: 17px;
    height: 100px;
    transform: skew(-0.1deg);
    font-weight: 300;
    width: 100%;
    border-radius: 0;
    color: #000;
    line-height: 1.6;
}

.sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value input[type=text]::placeholder ,
.sub_page_area #kboard-contact-form-editor .editor-textarea::placeholder {
    color: #8F908F;
}

.sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value input[type=text]:hover,
.sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value input[type=text]:focus,
.sub_page_area #kboard-contact-form-editor .editor-textarea:hover,
.sub_page_area #kboard-contact-form-editor .editor-textarea:focus{
    border: none;
}

.sub_page_area #kboard-contact-form-editor .kboard-control .left {
    float: none;
    position: relative;
    text-align: center;
    margin-top: 25px;
}

.sub_page_area a.kboard-contact-form-button-large,
.sub_page_area input.kboard-contact-form-button-large,
.sub_page_area button.kboard-contact-form-button-large{
    width: 110px;
    height: 65px;
    border-radius: 0;
    line-height: 65px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 0;
    background: #009944 !important;
    color: #fff !important;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.sub_page_area a.kboard-contact-form-button-large:hover,
.sub_page_area input.kboard-contact-form-button-large:hover,
.sub_page_area button.kboard-contact-form-button-large:hover{
    background: #fff !important;
    color: #009944 !important;
    opacity: 1;
}

.term_box_area{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.term_text_box{
    width: 100%;
    position: relative;
}

.term_title{
    color: #444;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 15px;
}

.term_clause_wrap{
    overflow: hidden;
    position: relative;
    padding: 30px 40px;
    background-color: #f6f6f6;
    box-sizing: border-box;
}

.term_clause_area{
    position: relative;
    overflow-y: scroll;
    height: 150px;
    width: 100%;
    outline: none;
    text-align: left;
    word-break: keep-all;
    padding-right: 30px;
}

.term_clause_area p{
    font-size: 14px;
    line-height: 1.5;
    color: #333; 
}

.term_clause_area p strong{
    font-weight: 700;
}

.term_chk_area{
    text-align: left;
    padding-top: 20px;
    transform: skew(-0.1deg);
    font-size: 16px;
    line-height: 1.3;
    color: #222;
    font-weight: 700;
}

.term_chk_area input[type="checkbox"]{
    /* display: none; */
    position: absolute;
    opacity: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 20px;
    width: 20px;
    padding: 0;
    border: 0;
    left: 0;
}

.term_chk_area input[type=checkbox] + label{
    margin-right: 10px;
    display: inline-block; 
    cursor: pointer; 
    width: 22px;
    height: 22px;
    background: url('../images/check_off.svg'); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: bottom;
}
    
.term_chk_area input[type=checkbox]:checked + label{ 
    background-image: url('../images/check_on.svg'); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*로그인*/
.login_wrap{
    padding: 100px 0;
    width: 100%;
    background: #F5F5F5;
}

.login_wrap .cosmosfarm-members-form .cosmosfarm-social-login{
    padding-bottom: 0;
}

.login_wrap .cosmosfarm-members-form .form-bottom{
    width: 600px;
    margin: 0 auto;
    background-color: #fff;
}

.login_wrap .cosmosfarm-social-login .cosmosfarm-social-login-title {
    padding: 0;
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}

.login_wrap .cosmosfarm-social-login .cosmosfarm-social-login-title p {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.075rem;
    color: #000;
    padding: 0 35px;
    display: inline-block;
    position: relative;
}

.login_wrap .cosmosfarm-social-login .cosmosfarm-social-login-title p::before,
.login_wrap .cosmosfarm-social-login .cosmosfarm-social-login-title p::after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #009944;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login_wrap .cosmosfarm-social-login .cosmosfarm-social-login-title p::before{
    left: 0;
}

.login_wrap .cosmosfarm-social-login .cosmosfarm-social-login-title p::after{
    right: 0;
}

.snslogin ul li{
    padding: 10px 0;
}

.login_wrap .cosmosfarm-social-login a img {
    width: 400px !important;
}

/*media query*/
@media all and  (max-width: 1400px) {
    .sub_menu_area{
        width: 98%;
    }

    .sub_page_area{
        width: 90%;
    }
}

@media all and (max-width: 1300px) {
    .sub_greeting_wrap{
        width: 100%;
    }

    .sub_banner_text_wrap {
        width: 90%;
    }

    .sub_page_list_area{
        width: 100%;
    }

    .org_area{
        width: 900px;
    }

    .org_table_area,
    .person_list_area{
        width: 100%;
    }

    .management {
        margin-right: 0;
    }

    .management::before {
        width: 200px;
        left: -187px;
    }

    .department::after {
        width: 450px;
    }

    .person_text_area {
        width: 65%;
    }

    .map_wrap{
        width: 100%;
    }

    .sub_business_wrap{
        width: 100%;
    }

    .sub_menu_area ul li a {
        font-size: 20px;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value,
    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .kboard-content {
        width: 85%;
    }

    .list_type_area ul li{
        width: 31%;
    }
}

@media all and (max-width: 1200px) {
    .sub_banner_wrap, .sub_banner_area {
        height: 600px;
    }

    .sub_banner_wrap .banner-tit {
        font-size: 50px;
    }

    .sub_banner_wrap .banner-sub-txt {
        font-size: 18px;
    }

    .sub_menu_area.submenu6 ul li a {
        font-size: 16px;
    }

    .sub_greeting_text_area{
        width: 100%;
    }

    .sub_greeting_text_area .greetingtitle {
        font-size: 45px;
    }

    .greeting_text_area {
        width: 520px;
    }

    .greeting_text_area p {
        font-size: 17px;
    }

    .servicetitle {
        font-size: 18px;
    }

    .sub_service_box_area .serviceicon {
        width: 45px;
        height: 45px;
    }

    .servicetxt {
        font-size: 16px;
    }

    .servicesubtitle {
        font-size: 18px;
    }

    .service_img_area img {
        width: 400px;
    }

    .center_img_area {
        width: 380px;
    }

    .center_img_area img{
        width: 100%;
    }

    .history_list_area .history_tit span.ht_txt {
        font-size: 22px;
    }

    .history-list .sub-p1 {
        font-size: 16px;
    }

    .history-list .th {
        flex: 0 0 70px;
        max-width: 70px;
    }

    .history-list .td {
        flex: 0 0 300px;
        max-width: 300px;
    }

    .history-list .list .td-dd {
        font-size: 14px;
    }

    .history-list:nth-child(2n):after {
        left: auto;
        right: -10.5%;
    }

    .history-list:after {
        left: -10.5%;
    }

    .history-list:nth-child(2n) .list .td-dd {
        padding-left: 10px;
        padding-right: 0;
        text-align: left;
    }

    .cor_list_area{
        width: 100%;
    }

    .list_page_text_area .listtitle {
        font-size: 40px;
    }

    .list_page_text_area .listtxt {
        font-size: 15px;
    }

    .typeicon {
        width: 130px;
        height: 130px;
    }

    .list_type_area ul li {
        padding: 60px 20px;
        min-height: 400px;
    }

    .list_page_text_area{
        width: 90%;
    }

    .list_pro_area ul li {
        width: 33.3%;
    }

    .list_pro_area ul li:nth-child(3)::before {
        display:none;
    }

    .list_pro_area ul li:nth-child(4),
    .list_pro_area ul li:nth-child(5){
        margin-top: 30px;
    }
}

@media all and (max-width: 1100px) {
    .person_img_area{
        width: 90px;
        height: 90px;
    }

    .person_img_area img{
        width: 100%;
    }   

    .person_text_area {
        width: 75%;
    }

    .typeicon {
        width: 110px;
        height: 110px;
    }

    .list_type_area ul li .typetitle {
        font-size: 20px;
    }

    .list_type_area ul li .typetxt {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media all and (max-width: 1050px) {

    .sub_page_title_area .pagetitle {
        font-size: 33px;
    }

    .sub_greeting_title_area {
        height: 345px;
    } 

    .center_img_area {
        width: 300px;
    }

    .center_text_area {
        padding-left: 50px;
    }

    .center_text_area p {
        font-size: 14px;
    }

    .list_page_title_area {
        height: 480px;
    }

    .list_type_area ul li {
        margin-left: 20px;
    }
}

@media all and (max-width: 1000px) {
    .org_area {
        width: 700px;
        margin-top: 30px;
    }

    .orgtitle {
        width: 140px;
        height: 140px;
        border-radius: 30px 30px 0 30px;
    }

    .orgtitle::before {
        top: 120px;
    }

    .management,.department{
        width: 225px;
        height: 70px;
        line-height: 70px;
    }

    .management::before {
        width: 155px;
        left: -130px;
    }

    .department::before {
        top: 50px;
    }

    .department::after {
        width: 350px;
    }

    .groupment {
        width: 250px;
        height: 70px;
        line-height: 70px;
    }

    .operating span {
        font-size: 19px;
    }

    .listtable thead tr th, .listtable tbody tr td, .listtable tfoot tr td {
        font-size: 15px;
    }

    .person_text_area {
        width: 72%;
        padding-left: 20px;
    }

    .person_text_area p {
        font-size: 15px;
        padding-left: 80px;
    }

    .list_page_title_area {
        height: 420px;
    }

    .list_page_text_area .listtitle {
        font-size: 33px;
    }

    .appbtn {
        width: 260px;
    }

    .list_type_area ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
        min-height: auto;
    }

}

@media all and (max-width: 950px) {
    .sub_menu_area.submenu6 ul li a {
        font-size: 14px;
    }

    .servicetitle br{
        display: none;
    }

    .servicetitle span{
        display: block;
    }

    .servicetxt br{
        display: none;
    }

    .servicetxt span{
        display: block;
    }

    .servicesubtitle span{
        display: block;
    }

    .history_list_area .history_tit{
        margin-left: 0;
    }

    .history_box_wrap::before {
        left: 75px;
    }

    .history_box_area ul li.history-list:nth-child(2n-1),
    .history_box_area ul li.history-list:nth-child(2n){
        margin-left: 107px;
    }

    .history-list:nth-child(2n) .sub-p1 {
        flex-direction: row;
    }

    .history-list .th {
        text-align: left;
    }

    .history-list .list .td-dd:last-child {
        text-align: left;
    }
    
    .history-list:after {
        left: -40px;
    }

    .history-list:nth-child(2n):after {
        left: -40px;
    }

    .cor_img_area img{
        width: 200px;
    }

    .cor_text_area p {
        font-size: 15px;
        padding-left: 120px;
    }

    .cor_text_area p strong {
        font-size: 18px;
    }

    .cor_text_area p span {
        width: 70px;
        height: 70px;
    }

    .lo_info_text_area p span {
        width: 70px;
        height: 70px;
    }

    .lo_info_text_area p {
        font-size: 15px;
        padding-left: 120px;
    }

    .lo_info_text_area p strong {
        font-size: 18px;
    }

    .sub_business_btn_area ul li span.busbtn {
        font-size: 17px;
    }

    .list_sp_area ul li{
        width: 33.3%;
    }

    .list_sp_area ul li:nth-child(3)::before,
    .list_sp_area ul li:nth-child(6)::before{
        display: none;
    }

    .list_sp_area ul li:nth-child(4)::before{
        display: block;
    }

    .list_sp_area ul li:nth-child(4) {
        margin-top: 30px;
    }
}

@media all and (max-width: 900px) {
    .sub_menu_wrap {
        height: 100%;
    }

    .sub_menu_area.submenu6 ul {
        display: block;
        font-size: 0;
    }

    .sub_menu_area.submenu6 ul li {
        float: none;
        display: inline-block;
    }

    .sub_menu_area.submenu6 ul li {
        width: 33.3%;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }

    .sub_menu_area.submenu6 ul li a {
        height: 50px;
    }

    .sub_menu_area.submenu6 ul li a {
        font-size: 14px;
        display: block;
        text-align: center;
        line-height: 50px;
    }

    .sub_menu_area.submenu6 ul li a span {
        display: block;
    }

    .sub_menu_area ul li a {
        font-size: 17px;
    }

    .sub_page_list_box .pagelisttitle {
        font-size: 25px;
    }

    .sub_greeting_text_area .greetingtitle {
        font-size: 38px;
    }

    .greeting_text_area p {
        font-size: 15px;
    }

    .greeting_text_area {
        width: 450px;
    }

    .person_list_box {
        height: 350px;
    }

    .person_img_area {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .person_text_area {
        width: 100%;
        padding-left: 0;
    }

    .business_img_area ul li {
        width: 50%;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-name {
        font-size: 15px;
        width: 90px;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value,
    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .kboard-content {
        width: 80%;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value .attr-value-label {
        font-size: 15px;
        padding-right: 40px;
    }

    .sub_page_area a.kboard-contact-form-button-large,
    .sub_page_area input.kboard-contact-form-button-large,
    .sub_page_area button.kboard-contact-form-button-large {
        width: 90px;
        font-size: 20px;
    }
}

@media all and (max-width: 850px) {
    .center_img_area {
        display: block;
        margin: 0 auto;
    }

    .center_text_area {
        padding-left: 0;
        margin: 0 auto;
        margin-top: 30px;
        width: 300px;
        display: block;
    }

    .cor_text_area p br{
        display: none;
    }
}

@media all and (max-width: 750px) {
    .org_area {
        width: 500px;
    }

    .operating span {
        font-size: 16px;
    }

    .orgtitle {
        width: 120px;
        height: 120px;
    }

    .management, .department {
        width: 180px;
    }

    .groupment {
        width: 200px;
    }

    .management::before {
        width: 95px;
        left: -77px;
    }

    .department::after {
        width: 250px;
    }

    .listtable thead tr th, .listtable tbody tr td, .listtable tfoot tr td {
        padding: 15px 5px;
    }
}

@media all and (max-width: 700px) {
    .sub_banner_wrap, .sub_banner_area {
        height: 450px;
    }

    .sub_banner_wrap .banner-tit {
        font-size: 40px;
    }

    .sub_service_wrap {
        padding: 60px 20px 0;
    }

    .service_img_area img {
        width: 300px;
    }

    .person_list_area {
        display: block;
    }

    .person_list_box {
        width: 350px;
        margin: 0 auto;
    }

    .person_list_area .person_list_box:first-child{
        margin-bottom: 20px;
    }
    
    .list_sp_area ul li{
        width: 50%;
    }

    .list_sp_area ul li:nth-child(3)::before {
        display: block;
    }

    .list_sp_area ul li:nth-child(2)::before,
    .list_sp_area ul li:nth-child(4)::before{
        display: none;
    }

    .list_sp_area ul li:nth-child(3) {
        margin-top: 30px;
    }

    .sub_page_area #kboard-default-list .kboard-search select,
    .sub_page_area .kboard-cross-calendar-list .kboard-search select,
    .sub_page_area #kboard-pure-gallery-list .kboard-search select{
        width: 80px;
    }

    .sub_page_area #kboard-default-list .kboard-search input,
    .sub_page_area .kboard-cross-calendar-list .kboard-search input,
    .sub_page_area #kboard-pure-gallery-list .kboard-search input {
        width: 180px;
        max-width: 180px;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value .attr-value-label {
        padding-right: 20px;
    }

    .list_page_text_area .listtitle {
        font-size: 27px;
    }

    .list_page_text_area .listtxt span{
        display: block;
    }

    .listtable thead tr th br, 
    .listtable tbody tr td br, 
    .listtable tfoot tr td br{
        display: none;
    }
    
    .listtable thead tr th small, 
    .listtable tbody tr td small, 
    .listtable tfoot tr td small{
        display: block;
    }

    .list_pro_area ul li {
        width: 50%;
    }

    .list_pro_area ul li:nth-child(3){
        margin-top: 30px;
    }

    .list_pro_area ul li:nth-child(2)::before,
    .list_pro_area ul li:nth-child(4)::before{
        display: none;
    }

    .list_pro_area ul li:nth-child(3)::before{
        display: block;
    }

    .login_wrap .cosmosfarm-members-form .form-bottom {
        width: 90%;
    }

    .login_wrap .cosmosfarm-social-login a img {
        width: 300px !important;
    }
}

@media all and (max-width: 600px) {
    .sub_page_wrap {
        padding-top: 80px;
    }

    .sub_greeting_title_area {
        height: 300px;
        border-radius: 40px 40px 0 40px;
    }

    .sub_greeting_text_area .greetingtitle {
        font-size: 32px;
    }

    .greeting_text_area {
        width: 330px;
    }

    .greeting_text_area p br{
        display: none;
    }
    
    .greeting_text_area p span{
        display: block;
        margin-top: 0;
    }

    .greeting_text_area span {
        font-size: 15px;
    }

    .greeting_text_area span img{
        width: 60px;
    }

    .sub_service_wrap {
        border-radius: 40px;
    }

    .servicetitle {
        font-size: 14px;
    }

    .sub_service_box_area .serviceicon {
        width: 40px;
        height: 40px;
    }

    .servicetxt {
        font-size: 13px;
    }

    .servicesubtitle {
        font-size: 15px;
    }

    .service_img_area img {
        width: 250px;
    }

    .history_list_area .history_tit {
        width: 100px;
        height: 100px;
        border-radius: 20px 20px 0 20px;
    }

    .history_list_area .history_tit span.ht_txt {
        font-size: 18px;
    }

    .history_box_wrap::before {
        left: 50px;
    }

    .history_box_area ul li {
        margin-bottom: 45px;
        width: 280px;
    }

    .history_box_area ul li.history-list:nth-child(2n-1), .history_box_area ul li.history-list:nth-child(2n) {
        margin-left: 68px;
    }

    .history_box_wrap::before {
        height: 1090px;
    }

    .history-list .sub-p1 {
        font-size: 14px;
    }

    .history-list .sub-p1 {
        display: block;
    }

    .history-list .th {
        flex: 0 0 60px;
        max-width: 60px;
        margin-bottom: 15px;
    }

    .history-list .list .td-dd {
        font-size: 13px;
    }

    .historybox2::before {
        height: 700px;
    }

    .history-list:after,
    .history-list:nth-child(2n):after {
        left: -25px;
        width: 8px;
        height: 8px;
    }

    .history-list .td {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .history-list .td-dd span br{
        display: none;
    }

    .history-list .list .td-dd span:first-child::before {
        top: 8px;
    }

    .cor_img_area img {
        width: 160px;
    }

    .cor_text_area p {
        padding-left: 0;
    }

    .cor_text_area p span {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    #map {
        height: 350px;
    }

    .lo_text_area p {
        font-size: 14px;
    }

    .lo_info_text_area p span{
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .lo_info_text_area p{
        padding-left: 0;
    } 

    .sub_menu_area.submenu3 ul li a{
        font-size: 14px;
    }

    .business_text_area p {
        font-size: 15px;
        line-height: 1.8;
    }

    .business_img_area ul li {
        padding: 13px;
    }

    .business_img_area ul li span {
        font-size: 14px;
    }

    .business_img_area {
        padding: 0px;
    }

    .sub_page_area #kboard-default-list .kboard-search select,
    .sub_page_area .kboard-cross-calendar-list .kboard-search select,
    .sub_page_area #kboard-pure-gallery-list .kboard-search select {
        min-width: auto;
        float: none;
    }

    .sub_page_area #kboard-default-list .kboard-search input,
    .sub_page_area .kboard-cross-calendar-list .kboard-search input,
    .sub_page_area #kboard-pure-gallery-list .kboard-search input {
        width: 150px;
        max-width: 150px;
        min-width: auto;
        float: none;
        box-sizing: content-box;
    }

    .sub_page_area #kboard-default-list .kboard-search button{
        width: auto;
        float: none;
        min-width: auto;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row {
        padding: 20px 20px;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-name {
        font-size: 14px;
        width: 80px;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value, .sub_page_area #kboard-contact-form-editor .kboard-attr-row .kboard-content {
        width: 73%;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value .attr-value-label {
        padding-right: 0;
        width: 47%;
        display: inline-block;
    }

    .list_text_area p{
        font-size: 14px;
    }

    .listtable thead tr th, .listtable tbody tr td, .listtable tfoot tr td{
        font-size: 14px;
    }

    .login_wrap .cosmosfarm-members-form .form-bottom{
        padding: 40px 0;
    }
}

@media all and (max-width: 550px) {
    .org_area {
        width: 350px;
    }

    .orgtitle {
        width: 100px;
        height: 100px;
    }

    .orgtitle::before {
        top: 100px;
    }

    .management, .department {
        width: 120px;
        height: 65px;
        line-height: 65px
    }

    .department::before {
        height: 66px;
    }

    .department::after {
        width: 175px;
    }

    .management::before{
        width: 65px;
        left: -60px;
    }

    .groupment {
        width: 160px;
        height: 65px;
        line-height: 65px
    }

    .operating span {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .sub_menu_area.submenu6 ul li a {
        font-size: 12px;
    }

    .sub_page_title_area .pagetitle {
        font-size: 25px;
        padding: 0 20px;
    }

    .sub_page_list_box .pagelisttitle {
        font-size: 20px;
    }

    .sub_greeting_title_area {
        height: 250px;
    }

    .sub_greeting_text_area .greetingtitle {
        font-size: 28px;
    }

    .servicetitle {
        font-size: 13px;
    }

    .servicetxt {
        font-size: 12px;
    }

    .sub_menu_wrap {
        height:50px;
    }

    .infomenu{
        height: 108px;
    }

    .sub_menu_area ul li {
        height: 50px;
    }

    .sub_menu_area ul li a {
        position: relative;
        height: 50px;
        display: inline-block;
        word-break: normal;
    }

    .sub_menu_area.submenu3 ul {
        display: block;
        font-size: 0;
    }

    .sub_menu_area.submenu3 ul li{
        float: none;
        display: inline-block;
        position: relative;
    }

    .sub_menu_area.submenu3 ul li a {
        font-size: 12px;
        height: 50px;
    }

    .sub_menu_area ul li a span {
        position: absolute;
        top: 50%;
        left: 50%;
        line-height: 1.2;
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 0;
    }

    .sub_menu_area ul li a span {
        display: block;
    }

    .login_wrap .cosmosfarm-social-login a img {
        width: 90% !important;
    }
}

@media all and (max-width: 450px) {
    .center_list_area {
        padding: 30px;
    }

    .center_text_area p .centertitle {
        width: 65px;
    }

    .history_list_area .history_tit {
        width: 80px;
        height: 80px;
    }

    .history_list_area .history_tit span.ht_txt {
        font-size: 16px;
    }

    .history_box_wrap::before {
        left: 40px;
    }

    .history_box_area ul li.history-list:nth-child(2n-1), .history_box_area ul li.history-list:nth-child(2n) {
        margin-left: 58px;
    }

    .history_box_area ul li {
        width: 250px;
    }

    .list_pro_area ul li .pro_icon_area {
        width: 150px;
        height: 150px;
    }

    .list_pro_area ul li .pro_icon_area::before {
        width: 120px;
        height: 120px;
    }

    .list_pro_area ul li .pro_icon_area::after {
        width: 90px;
        height: 90px;
    }

    .list_pro_area ul li .pro_icon_area span::after {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .list_pro_area ul li .pro_icon_area span {
        width: 50px;
        height: 50px;
    }

    .list_pro_area ul li::before {
        top: 75px;
    }

    .list_pro_area ul li .pro_text_area .protxt {
        font-size: 15px;
    }

    .list_page_text_area .listtitle {
        font-size: 22px;
    }

    .list_page_text_area .listtxt {
        font-size: 13px;
    }

    .login_wrap .cosmosfarm-social-login .cosmosfarm-social-login-title p {
        font-size: 25px;
    }
}

@media all and (max-width: 400px) {
    .sub_greeting_title_area {
        height: 220px;
    }

    .center_img_area {
        width: 100%;
    }

    .center_text_area p {
        font-size: 12px;
    }

    .center_text_area p .centertitle {
        width: 55px;
    }

    .org_area {
        margin-top: 0;
        width: 280px;
    }

    .person_list_box {
        width: 100%;
    }

    .management::before {
        width: 30px;
        left: -26px;
    }

    .department::before {
        height: 56px;
    }

    .department::after {
        width: 140px;
    }

    .groupment {
        width: 130px;
        height: 55px;
        line-height: 55px;
    }

    .management, .department {
        width: 120px;
        height: 55px;
        line-height: 55px;
    }

    .operating span {
        font-size: 11px;
    }

    .orggroup {
        margin-top: 100px;
    }

    .groupment::before {
        height: 45px;
        top: -44px;
    }

    .listtable thead tr th, .listtable tbody tr td, .listtable tfoot tr td {
        font-size: 13px;
    }

    .person_text_area p {
        font-size: 14px;
        padding-left: 70px;
    }

    .sub_business_btn_area ul li span.busbtn {
        font-size: 15px;
    }

    .sub_page_area #kboard-pure-gallery-list .kboard-pure-gallery-list .kboard-list-item .kboard-list-title {
        font-size: 15px;
    }

    .term_clause_wrap {
        padding: 20px 20px;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-name {
        width: 65px;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value input[type=text],
    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value input[type=email] {
        font-size: 14px;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value .attr-value-label {
        font-size: 14px;
    }

    .sub_page_area #kboard-contact-form-editor .kboard-attr-row .attr-value, .sub_page_area #kboard-contact-form-editor .kboard-attr-row .kboard-content {
        width: 70%;
        padding-left: 15px;
    }

    .appbtn {
        width: 230px;
        font-size: 17px;
    }
    
}

@media all and (max-width: 350px) {
    .greeting_text_area {
        width: 100%;
    }

    .greeting_text_area p {
        font-size: 12px;
    }

    .servicetitle {
        font-size: 12px;
    }

    .servicetxt {
        font-size: 11px;
    }

    .servicesubtitle {
        font-size: 13px;
    }

    .service_img_area img {
        width: 200px;
    }

    .history_box_area ul li {
        width: 200px;
    }

    .history-list .list .td-dd {
        font-size: 12px;
    }

    .historybox2::before {
        height: 780px;
    }

    .cor_text_area p strong {
        font-size: 16px;
    }

    .cor_text_area p {
        font-size: 13px;
    }

    #map{
        height: 300px;
    }

    .list_pro_area ul li .pro_icon_area {
        width: 110px;
        height: 110px;
    }

    .list_pro_area ul li .pro_icon_area::before {
        width: 90px;
        height: 90px;
    }

    .list_pro_area ul li .pro_icon_area::after {
        width: 70px;
        height: 70px;
    }

    .list_pro_area ul li .pro_icon_area span {
        width: 40px;
        height: 40px;
    }

    .list_pro_area ul li .pro_icon_area span::after {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        top: -35px;
    }

    .list_pro_area ul li::before {
        top: 55px;
        width: 6px;
        height: 6px;
    }

    .business_img_area ul li {
        padding: 10px;
        width: 100%;
    }

    .sub_page_area #kboard-default-list .kboard-search select,
    .sub_page_area .kboard-cross-calendar-list .kboard-search select,
    .sub_page_area #kboard-pure-gallery-list .kboard-search select {
        width: 65px;
    }

    .sub_page_area #kboard-default-list .kboard-search input,
    .sub_page_area .kboard-cross-calendar-list .kboard-search input,
    .sub_page_area #kboard-pure-gallery-list .kboard-search input {
        width: 90px;
        max-width: 90px;
    }

    .typeicon {
        width: 90px;
        height: 90px;
    }

    .list_type_area ul li .typetitle {
        font-size: 18px;
    }

    .list_type_area ul li .typetxt {
        font-size: 14px;
    }

    .list_page_text_area .listtitle {
        font-size: 19px;
    }

    .list_page_title_area {
        height: 380px;
        border-radius: 50px 50px 0 50px;
    }

    
    .login_wrap .cosmosfarm-social-login .cosmosfarm-social-login-title p {
        font-size: 20px;
    }
}