@charset "UTF-8";

/*pc에서보기*/

@media screen and (min-width:1201px) {
    
/*header*/

.top {
    width: 100%;
    float: left;
    border-bottom: 2px solid #ccc;
    padding: 10px;
    position: fixed;
    z-index: 999;
    -webkit-transform: translateZ(0);
    background-color: #fff;
    transition: all 0.2s ease 0s;
}

.t_active {
    padding: 5px !important;
}


h1 {
    width: 350px;
    height: 70px;
    float: left;
    background-image: url(../images/logo.png?ver=2.0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
}

h1:hover {
    opacity: 0.9;
}

.navigation {
    width: 500px;
    float: right;
}

.lnb {
    width: 100%;
    float: left;
}

.lnb > li {
    width: 20%;
    float: left;
    display: inline-block;
    text-align: center;
}

.lnb > li > a {
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 4.0em;
    transition: all 0.5s ease 0s;
}
    
.lnb > li > a:hover{
    color: #8EC31E;
}    

#nav .active a {
    color: #8EC31E !important;
}

/*header*/

/*main_image*/

.main_image {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 91px;
}

/*main_image*/

/*main_slidershow_box*/

.main_slideshow_box {
    margin: 0;
    padding: 0;
    position: relative;
}

.main_slideshow_box .main_slideshow > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.main_slideshow_box .main_slideshow img {
    width: 100%;
    display: block;
}

.main_slideshow_box .main_slideshow:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.main_slideshow_box:hover .m_prev {
    display: block;
}

.main_slideshow_box:hover .m_next {
    display: block;
}

.m_prev {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 99;
    top: 45%;
    left: 15px;
    cursor: pointer;
    background-image: url(../images/flex_prev.png?ver=2.0);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.5s all ease 0s;
    opacity: 0.5;
    display: none;
}

.m_prev:hover {
    opacity: 1;
}

.m_next {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 99;
    top: 45%;
    right: 15px;
    cursor: pointer;
    background-image: url(../images/flex_next.png?ver=2.0);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.5s all ease 0s;
    opacity: 0.5;
    display: none;
}

.m_next:hover {
    opacity: 1;
}

.main_slideshow_box:hover .main_slideshow_indicator {
    display: block;
}

.main_slideshow_indicator {
    position: absolute;
    z-index: 99;
    bottom: 15px;
    left: 47%;
    display: none;
}

.main_slideshow_indicator > li {
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    background-color: #EF8200;
    border: 1px solid #ddd;
}

.m_active {
    background-color: #8EC31E !important;
}

/*main_slidershow_box*/

/*cont_all*/

.cont_all {
    width: 100%;
    float: left;
}

.cont_all .main_section {
    width: 100%;
    float: left;
    padding-top: 91px;
    border-bottom: 1px solid #ddd;
}

.cont_all .main_section h2 {
    text-align: center;
    padding: 50px 0px;
    font-weight: 500;
    font-size: 50px;
}


.cont_all .main_section h2 > span {
    position: relative;
}

.cont_all .main_section h2 > span:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #8EC31E;
    position: absolute;
    top: -10px;
    left: 0px;
}

/*cont_all*/

/*introduce*/

.intro_box01 {
    width: 100%;
    float: left;
    background-color: #fff;
    margin: 20px 0px;
}

.intro_textbox01 {
    width: 75%;
    float: left;
    padding: 10px;
}

.intro_textbox01 > h3 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom:20px;
}

.intro_textbox01 > h3 > span {
    position: relative;
}

.intro_textbox01 > h3 > span:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EF8200;
    position: absolute;
    top: -5px;
    left: 0px;
}

.intro_textbox01 > p {
    font-size: 20px;
    padding: 10px 10px 10px 0px;
    color: #282828;
}

.bold {
    font-style: italic;
    font-size: 25px !important;
    padding-top: 30px !important;
}

.intro_imgbox01 {
    width: 25%;
    float: left;
}

.intro_imgbox01 > img {
    width: 100%;
    float: right;
}

/*introduce*/

/*service*/

#service {
    background-color: #F9F9F9;
}

.service_box01 {
    width: 100%;
    float: left;
    margin: 20px 0px 70px;
}

.service_box01 > p {
    font-size: 20px;
    text-align: center;
    padding: 0px 25% 30px;
}

.service_box_list {
    width: 100%;
    float: left;
}

.service_box_list > li {
    width: 48%;
    height: 500px;
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 1%;
    overflow: hidden;
}

.service_imgbox01 {
    width: 100%;
    float: left;
    position: relative;
    transition: all 0.5s ease 0s;
    cursor: zoom-in;
}

.service_imgbox01 > img {
    width: 100%;
    float: left;
    transition: all 0.5s ease 0s;
    opacity: 0.9;
}

.service_textbox01 {
    width: 100%;
    float: left;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 20px;
    bottom: 60px;
    left: 0px;
}

.service_textbox02 {
    width: 100%;
    float: left;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    bottom: 70px;
    left: 0px;
    display: none;
}

.service_imgbox01:hover > img {
    transform: scale(1.5);
    opacity: 1;
}

.service_imgbox01:hover > .service_textbox01 {
    display: none;
}

.service_imgbox01:hover > .service_textbox02 {
    display: block;
}

.service_textbox01 > h3,
.service_textbox02 > p:nth-child(1) {
    font-size: 25px;
    padding: 10px 0px;
}

.service_textbox01 > p,
.service_textbox02 > p:nth-child(2) {
    font-size: 20px;
}

/*service*/
    
/*gallery*/    
       
/*gallery_tab*/
    
.gallery_tab_btn{
    width:100%;
    float:left;
    position:relative;
} 
    
.gallery_tab_btn>li{
    width:20%;
    float:left;
    display:inline-block;
    text-align:center;
}  
    
.gallery_tab_btn>li>a{
    display:block;
    font-size:27px;
    padding: 15px 0px;
    color: #282828;
    border-bottom:2px solid #EF8200;
} 
   
.gallery_tab_btn>li>a:hover{
    border: 2px solid #EF8200;
    border-bottom:none;
    color: #282828;
} 

.g_on{
    border: 2px solid #EF8200;
    border-bottom:none !important;
    color: #282828 !important;
}  
    
/*gallery_tab*/    
    
/*gallery_section*/
    
.gallery_section{
    width:100%;
    float:left;
    border: 2px solid #EF8200;
    border-top:none;
    padding:50px 0px;
    margin-bottom:50px;
}   
            
/*gallery_section*/    

/*gallery*/

/*contact*/

#contact {
    background-color: #F9F9F9;
}

.phone_section{
    width:100%;
    float:left;
}

.phone_section > h3 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom:20px;
}

.phone_section > h3 > span {
    position: relative;
}

.phone_section > h3 > span:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EF8200;
    position: absolute;
    top: -5px;
    left: 0px;
}

.phone_section > p {
    width:50%;
    float:left;
    font-size: 40px;
    padding: 10px 10px 10px 0px;
    color: #282828;
}

.mail_section {
    width: 100%;
    float: left;
    padding:50px 0px 20px;
    border-top: 1px solid #333;
    margin-top:10px;
}

.mail_section > h3 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom:20px;
}

.mail_section > h3 > span {
    position: relative;
}

.mail_section > h3 > span:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EF8200;
    position: absolute;
    top: -5px;
    left: 0px;
}

form {
    width: 100%;
    float: left;
}

label {
    font-size: 20px;
    display: block;
    padding: 15px 0px;
    color:#333;
    font-weight:bold;
}

form fieldset:nth-child(1){
    width:48%;
    float:left;
    display:inline-block;
    margin-right:2%;
}

form fieldset:nth-child(2){
    width:50%;
    float:left;
    display:inline-block;
}

form fieldset:nth-child(3){
    width:100%;
    float:left;
    display:block;
    margin-top:20px;
}

form fieldset:nth-child(4){
    width:100%;
    float:left;
    display:block;
}

input[id="name"] {
    width: 100%;
    float: left;
    border: none;
    font-size: 20px;
    background-color: transparent;
    border-bottom: 2px solid #8EC31E;
    color:#333;
}

input[type="email"] {
    width: 100%;
    float: left;
    border: none;
    font-size: 20px;
    background-color: transparent;
    border-bottom: 2px solid #8EC31E;
    color:#333;
}

input[type="submit"] {
    width: 20%;
    height: 40px;
    border: 2px solid #EF8200;
    cursor: pointer;
    font-weight: bold;
    font-size:18px;
    color:#EF8200;
    background-color:transparent;
    margin: 20px 40% 0px;
    transition:all 0.3s ease 0s;
}

input[type="submit"]:hover{
    background-color: #EF8200;
    color:#F9F9F9;
}

textarea {
    width: 100%;
    height: 200px;
    float: left;
    border: 2px solid #8EC31E;
    font-family: inherit;
    font-size: inherit;
    overflow-y: scroll;
    overflow-x: hidden;
    resize: none;
    padding: 5px;
    background-color: transparent;
    color:#333;
}

.map_section {
    width: 100%;
    height: 350px;
    float: left;
    margin-top:30px;
}

.map_section > iframe {
    width: 100%;
    height: 100%;
    float: left;
}
    
.popup_contact{
    width:100%;
    float:left;
    background-color:#333;
    position:fixed;
    bottom:0px;
    left:0px;
    text-align:center;
    transition: all 0.3s ease 0s;
    padding:25px 0px;
    z-index:99;
}
    
.popup_contact p{
    color:#fff;
    font-size:20px;
}
    
.green{
    color:#8EC31E;        
}
    
.popup_contact a{
    color:#fff;
    transition: all 0.3s ease 0s;
}     
    
.popup_contact a:hover{
    color:#EF8200;
    text-decoration:underline;
}  
    
.p_active{
    padding: 10px 0px !important;
}    

/*contact*/

/*footer*/

.bottom {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 30px 0px 60px;
}

.bottom p:nth-of-type(1) {
    color: #fff;
    text-align: center;
    padding: 5px 0px;
}

.bottom p:nth-of-type(2) {
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.bottom p span:after {
    content: "";
    border-left: 1px solid #fff;
    height: 13px;
    display: inline-block;
    margin: 0px 10px;
}

.bottom p:nth-of-type(1) span:last-child:after {
    content: none;
}

/*footer*/    
    
}

/*타블렛에서보기*/

@media screen and (min-width:600px) and (max-width:1200px) {

/*header*/

.top {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    position: fixed;
    z-index: 999;
    -webkit-transform: translateZ(0);
    background-color: #fff;
    transition: all 0.2s ease 0s;
}

h1 {
    width:100%;
    height: 60px;
    float: left;
    background-image: url(../images/logo.png?ver=2.0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    margin:10px 0px;
}

h1:hover {
    opacity: 0.9;
}

.navigation {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
}

.lnb {
    width: 100%;
    float: left;
}

.lnb > li {
    width: 20%;
    float: left;
    display: inline-block;
    text-align: center;
}

.lnb > li > a {
    display: block;
    color: #333;
    font-size: 17px;
    transition: all 0.5s ease 0s;
    padding:10px 0px;
}

#nav .active a {
    background-color: #8EC31E !important;
    color:#fff !important;
}

/*header*/

/*main_image*/

.main_image {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 124px;
}

/*main_image*/

/*main_slidershow_box*/

.main_slideshow_box {
    margin: 0;
    padding: 0;
    position: relative;
}

.main_slideshow_box .main_slideshow > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.main_slideshow_box .main_slideshow img {
    width: 100%;
    display: block;
}

.main_slideshow_box .main_slideshow:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.m_prev {
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 99;
    top: 45%;
    left: 15px;
    cursor: pointer;
    background-image: url(../images/flex_prev.png?ver=2.0);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.5s all ease 0s;
    opacity: 0.5;
}

.m_prev:hover {
    opacity: 1;
}

.m_next {
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 99;
    top: 45%;
    right: 15px;
    cursor: pointer;
    background-image: url(../images/flex_next.png?ver=2.0);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.5s all ease 0s;
    opacity: 0.5;
}

.m_next:hover {
    opacity: 1;
}

.main_slideshow_indicator {
    position: absolute;
    z-index: 99;
    bottom: 15px;
    left: 45%;
}

.main_slideshow_indicator > li {
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    background-color: #EF8200;
    border: 1px solid #ddd;
}

.m_active {
    background-color: #8EC31E !important;
}

/*main_slidershow_box*/

/*cont_all*/

.cont_all {
    width: 100%;
    float: left;
}

.cont_all .main_section {
    width: 100%;
    float: left;
    padding-top: 124px;
    border-bottom: 1px solid #ddd;
}

.cont_all .main_section h2 {
    text-align: center;
    padding: 50px 0px;
    font-weight: 500;
    font-size: 45px;
}


.cont_all .main_section h2 > span {
    position: relative;
}

.cont_all .main_section h2 > span:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #8EC31E;
    position: absolute;
    top: -10px;
    left: 0px;
}

/*cont_all*/

/*introduce*/

.intro_box01 {
    width: 100%;
    float: left;
    background-color: #fff;
    margin: 20px 0px;
}

.intro_textbox01 {
    width:100%;
    float: left;
    padding: 10px;
}

.intro_textbox01 > h3 {
    font-size: 23px;
    font-weight: bold;
    padding-bottom:20px;
}

.intro_textbox01 > h3 > span {
    position: relative;
}

.intro_textbox01 > h3 > span:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EF8200;
    position: absolute;
    top: -5px;
    left: 0px;
}

.intro_textbox01 > p {
    font-size: 18px;
    padding: 10px 10px 10px 0px;
    color: #282828;
}

.bold {
    font-style: italic;
    font-size: 23px !important;
    padding-top: 30px !important;
}

.intro_imgbox01 {
    width: 100%;
    float: left;
    text-align:center;
}

.intro_imgbox01 > img {
    width: 30%;
    display:inline-block;
}

/*introduce*/

/*service*/

#service {
    background-color: #F9F9F9;
}

.service_box01 {
    width: 100%;
    float: left;
    margin: 20px 0px 70px;
}

.service_box01 > p {
    font-size: 18px;
    text-align: center;
    padding: 0px 15% 30px;
}

.service_box_list {
    width: 100%;
    float: left;
}

.service_box_list > li {
    width: 70%;
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 0px 15% 20px;
}

.service_imgbox01 {
    width: 100%;
    float: left;
    position: relative;
    transition: all 0.5s ease 0s;
}

.service_imgbox01 > img {
    width: 100%;
    float: left;
    transition: all 0.5s ease 0s;
    opacity: 0.9;
}

.service_textbox01 {
    display:none;
}

.service_textbox02 {
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
}

.service_textbox02 > p:nth-child(1) {
    font-size: 23px;
    padding: 10px 0px;
}

.service_textbox02 > p:nth-child(2) {
    font-size: 18px;
}

/*service*/

/*gallery*/    
       
/*gallery_tab*/
    
.gallery_tab_btn{
    width:98%;
    float:left;
    position:relative;
    margin: 0 1%;
} 
    
.gallery_tab_btn>li{
    width:20%;
    float:left;
    display:inline-block;
    text-align:center;
}  
    
.gallery_tab_btn>li>a{
    display:block;
    font-size:25px;
    padding: 15px 0px;
    color: #282828;
    border:1px solid #EF8200;
} 
   
.gallery_tab_btn>li>a:hover{
    background-color:#EF8200;
    color: #fff !important;
} 

.g_on{
    background-color:#EF8200;
    color: #fff !important;
}  
    
/*gallery_tab*/    
    
/*gallery_section*/
    
.gallery_section{
    width:98%;
    float:left;
    border: 1px solid #EF8200;
    border-top:none;
    padding:50px 0px;
    margin: 0 1%;
    margin-bottom:50px;
}   
            
/*gallery_section*/    

/*gallery*/    

/*contact*/

#contact {
    background-color: #F9F9F9;
}

.phone_section{
    width:100%;
    float:left;
    padding:10px;
}

.phone_section > h3 {
    font-size: 23px;
    font-weight: bold;
    padding-bottom:20px;
}

.phone_section > h3 > span {
    position: relative;
}

.phone_section > h3 > span:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EF8200;
    position: absolute;
    top: -5px;
    left: 0px;
}

.phone_section > p {
    width:100%;
    float:left;
    font-size: 30px;
    padding: 10px 10px 20px 0px;
    color: #282828;
}

.mail_section {
    width: 100%;
    float: left;
    padding:50px 10px 20px;
    border-top: 1px solid #333;
    margin-top:20px;
}

.mail_section > h3 {
    font-size: 23px;
    font-weight: bold;
    padding-bottom:20px;
}

.mail_section > h3 > span {
    position: relative;
}

.mail_section > h3 > span:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EF8200;
    position: absolute;
    top: -5px;
    left: 0px;
}

form {
    width: 100%;
    float: left;
}

label {
    font-size: 18px;
    display: block;
    padding: 15px 0px;
    color:#333;
    font-weight:bold;
}

form fieldset:nth-child(1){
    width:48%;
    float:left;
    display:inline-block;
    margin-right:2%;
}

form fieldset:nth-child(2){
    width:50%;
    float:left;
    display:inline-block;
}

form fieldset:nth-child(3){
    width:100%;
    float:left;
    display:block;
    margin-top:20px;
}

form fieldset:nth-child(4){
    width:100%;
    float:left;
    display:block;
}

input[id="name"] {
    width: 100%;
    float: left;
    border: none;
    font-size: 18px;
    background-color: transparent;
    border-bottom: 2px solid #8EC31E;
    color:#333;
}

input[type="email"] {
    width: 100%;
    float: left;
    border: none;
    font-size: 18px;
    background-color: transparent;
    border-bottom: 2px solid #8EC31E;
    color:#333;
}

input[type="submit"] {
    width: 20%;
    height: 40px;
    border: 2px solid #EF8200;
    cursor: pointer;
    font-weight: bold;
    font-size:18px;
    color:#EF8200;
    background-color:transparent;
    margin: 20px 40% 0px;
}

input[type="submit"]:hover{
    background-color: #EF8200;
    color:#F9F9F9;
}

textarea {
    width: 100%;
    height: 200px;
    float: left;
    border: 2px solid #8EC31E;
    font-family: inherit;
    font-size: inherit;
    overflow-y: scroll;
    overflow-x: hidden;
    resize: none;
    padding: 5px;
    background-color: transparent;
    color:#333;
}

.map_section {
    width: 100%;
    height: 350px;
    float: left;
    margin-top:30px;
}

.map_section > iframe {
    width: 100%;
    height: 100%;
    float: left;
}
    
.popup_contact{
    width:100%;
    float:left;
    background-color:#333;
    position:fixed;
    bottom:0px;
    left:0px;
    text-align:center;
    transition: all 0.3s ease 0s;
    padding:25px 0px;
    z-index:99;
}
    
.popup_contact p{
    color:#fff;
    font-size:18px;
}
    
.green{
    color:#8EC31E;        
}
    
.popup_contact a{
    color:#EF8200;
    text-decoration:underline;
}     
      
.p_active{
    padding: 10px 0px !important;
}

/*contact*/

/*footer*/

.bottom {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 30px 10px 85px;
}
    
.bottom p{
    font-size:16px;
}    

.bottom p:nth-of-type(1) {
    color: #fff;
    text-align: center;
    padding: 5px 0px;
}

.bottom p:nth-of-type(2) {
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.bottom p span:after {
    content: "";
    border-left: 1px solid #fff;
    height: 13px;
    display: inline-block;
    margin: 0px 10px;
}

.bottom p:nth-of-type(1) span:last-child:after {
    content: none;
}

/*footer*/    
    
}

/*핸드폰기기에서 보기*/

@media screen and (max-width:599px) {
    
/*header*/

.top {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    position: fixed;
    z-index: 999;
    -webkit-transform: translateZ(0);
    background-color: #fff;
    transition: all 0.2s ease 0s;
}

h1 {
    width:100%;
    height: 45px;
    float: left;
    background-image: url(../images/logo.png?ver=2.0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    margin:10px 0px;
}

h1:hover {
    opacity: 0.9;
}

.navigation {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
}

.lnb {
    width: 100%;
    float: left;
}

.lnb > li {
    width: 20%;
    float: left;
    display: inline-block;
    text-align: center;
}

.lnb > li > a {
    display: block;
    color: #333;
    font-size: 14px;
    transition: all 0.5s ease 0s;
    padding:10px 0px;
}

#nav .active a {
    background-color: #8EC31E !important;
    color:#fff !important;
}

/*header*/

/*main_image*/

.main_image {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 109px;
}

/*main_image*/

/*main_slidershow_box*/

.main_slideshow_box {
    margin: 0;
    padding: 0;
    position: relative;
}

.main_slideshow_box .main_slideshow > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.main_slideshow_box .main_slideshow img {
    width: 100%;
    display: block;
}

.main_slideshow_box .main_slideshow:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.m_prev {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 99;
    top: 41%;
    left: 15px;
    cursor: pointer;
    background-image: url(../images/flex_prev.png?ver=2.0);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.5s all ease 0s;
    opacity: 0.5;
}

.m_prev:hover {
    opacity: 1;
}

.m_next {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 99;
    top: 41%;
    right: 15px;
    cursor: pointer;
    background-image: url(../images/flex_next.png?ver=2.0);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.5s all ease 0s;
    opacity: 0.5;
}

.m_next:hover {
    opacity: 1;
}

.main_slideshow_indicator {
    position: absolute;
    z-index: 99;
    bottom: 15px;
    left: 42.5%;
}

.main_slideshow_indicator > li {
    width: 13px;
    height: 13px;
    float: left;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
    text-indent: -999em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    background-color: #EF8200;
    border: 1px solid #ddd;
}

.m_active {
    background-color: #8EC31E !important;
}

/*main_slidershow_box*/

/*cont_all*/

.cont_all {
    width: 100%;
    float: left;
}

.cont_all .main_section {
    width: 100%;
    float: left;
    padding-top: 90px;
    border-bottom: 1px solid #ddd;
}

.cont_all .main_section h2 {
    text-align: center;
    padding: 50px 0px 20px;
    font-weight: 500;
    font-size: 35px;
}


.cont_all .main_section h2 > span {
    position: relative;
}

.cont_all .main_section h2 > span:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #8EC31E;
    position: absolute;
    top: -10px;
    left: 0px;
}

/*cont_all*/

/*introduce*/

.intro_box01 {
    width: 100%;
    float: left;
    background-color: #fff;
    margin: 20px 0px;
}

.intro_textbox01 {
    width:100%;
    float: left;
    padding: 10px;
}

.intro_textbox01 > h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom:20px;
}

.intro_textbox01 > h3 > span {
    position: relative;
}

.intro_textbox01 > h3 > span:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EF8200;
    position: absolute;
    top: -5px;
    left: 0px;
}

.intro_textbox01 > p {
    font-size: 16px;
    padding: 10px 10px 10px 0px;
    color: #282828;
}

.bold {
    font-style: italic;
    font-size: 18px !important;
    padding-top: 15px !important;
}

.intro_imgbox01 {
    width: 100%;
    float: left;
    text-align:center;
}

.intro_imgbox01 > img {
    width: 45%;
    display:inline-block;
}

/*introduce*/

/*service*/

#service {
    background-color: #F9F9F9;
}

.service_box01 {
    width: 100%;
    float: left;
    margin: 20px 0px 70px;
}

.service_box01 > p {
    font-size: 16px;
    text-align: center;
    padding: 0px 5% 30px;
}

.service_box_list {
    width: 100%;
    float: left;
}

.service_box_list > li {
    width:90%;
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 0px 5% 20px;
}

.service_imgbox01 {
    width: 100%;
    float: left;
    position: relative;
    transition: all 0.5s ease 0s;
}

.service_imgbox01 > img {
    width: 100%;
    float: left;
    transition: all 0.5s ease 0s;
    opacity: 0.9;
}

.service_textbox01 {
    display:none;
}

.service_textbox02 {
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
}

.service_textbox02 > p:nth-child(1) {
    font-size: 18px;
    padding: 10px 0px;
}

.service_textbox02 > p:nth-child(2) {
    font-size: 16px;
}

/*service*/

/*gallery*/
    
/*gallery_tab*/
    
.gallery_tab_btn{
    width:98%;
    float:left;
    position:relative;
    margin: 0 1%;
} 
    
.gallery_tab_btn>li{
    width:20%;
    float:left;
    display:inline-block;
    text-align:center;
}  
    
.gallery_tab_btn>li>a{
    display:block;
    font-size:20px;
    padding: 10px 0px;
    color: #282828;
    border:1px solid #EF8200;
} 
   
.gallery_tab_btn>li>a:hover{
    background-color:#EF8200;
    color: #fff !important;
} 

.g_on{
    background-color:#EF8200;
    color: #fff !important;
}  
    
/*gallery_tab*/    
    
/*gallery_section*/
    
.gallery_section{
    width:98%;
    float:left;
    border: 1px solid #EF8200;
    border-top:none;
    padding:50px 0px;
    margin: 0 1%;
    margin-bottom:30px;
}   
            
/*gallery_section*/     

/*gallery*/

/*contact*/

#contact {
    background-color: #F9F9F9;
}

.phone_section{
    width:100%;
    float:left;
    padding:10px;
}

.phone_section > h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom:20px;
}

.phone_section > h3 > span {
    position: relative;
}

.phone_section > h3 > span:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EF8200;
    position: absolute;
    top: -5px;
    left: 0px;
}

.phone_section > p {
    width:100%;
    float:left;
    font-size: 20px;
    padding: 5px 10px 5px 0px;
    color: #282828;
}

.mail_section {
    width: 100%;
    float: left;
    padding:30px 10px 20px;
    border-top: 1px solid #333;
    margin-top:10px;
}

.mail_section > h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom:20px;
}

.mail_section > h3 > span {
    position: relative;
}

.mail_section > h3 > span:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EF8200;
    position: absolute;
    top: -5px;
    left: 0px;
}

form {
    width: 100%;
    float: left;
}

label {
    font-size: 16px;
    display: block;
    padding: 15px 0px;
    color:#333;
    font-weight:bold;
}

form fieldset:nth-child(1){
    width:100%;
    float:left;
    display:inline-block;
}

form fieldset:nth-child(2){
    width:100%;
    float:left;
    display:inline-block;
}

form fieldset:nth-child(3){
    width:100%;
    float:left;
    display:block;
    margin-top:20px;
}

form fieldset:nth-child(4){
    width:100%;
    float:left;
    display:block;
}

input[id="name"] {
    width: 100%;
    float: left;
    border: none;
    font-size: 16px;
    background-color: transparent;
    border-bottom: 2px solid #8EC31E;
    color:#333;
}

input[type="email"] {
    width: 100%;
    float: left;
    border: none;
    font-size: 16px;
    background-color: transparent;
    border-bottom: 2px solid #8EC31E;
    color:#333;
}

input[type="submit"] {
    width: 25%;
    height: 40px;
    border: 2px solid #EF8200;
    cursor: pointer;
    font-weight: bold;
    font-size:16px;
    color:#EF8200;
    background-color:transparent;
    margin: 20px 38.5% 0px;
}

input[type="submit"]:hover{
    background-color: #EF8200;
    color:#F9F9F9;
}

textarea {
    width: 100%;
    height: 200px;
    float: left;
    border: 2px solid #8EC31E;
    font-family: inherit;
    font-size: inherit;
    overflow-y: scroll;
    overflow-x: hidden;
    resize: none;
    padding: 5px;
    background-color: transparent;
    color:#333;
}

.map_section {
    width: 100%;
    height: 350px;
    float: left;
    margin-top:30px;
}

.map_section > iframe {
    width: 100%;
    height: 100%;
    float: left;
}
    
.popup_contact{
    width:100%;
    float:left;
    background-color:#333;
    position:fixed;
    bottom:0px;
    left:0px;
    text-align:center;
    transition: all 0.3s ease 0s;
    padding:25px 0px;
    z-index:99;
}
    
.popup_contact p{
    color:#fff;
    font-size:16px;
}
    
.green{
    color:#8EC31E;        
}
    
.popup_contact a{
    color:#EF8200;
    text-decoration:underline;
}     
     
.p_active{
    padding: 10px 0px !important;
}

/*contact*/

/*footer*/

.bottom {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 30px 10px 85px;
}
    
.bottom p{
    font-size:14px;
}    

.bottom p:nth-of-type(1) {
    color: #fff;
    text-align: center;
    padding: 5px 0px;
}

.bottom p:nth-of-type(2) {
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.bottom p span:after {
    content: "";
    border-left: 1px solid #fff;
    height: 12px;
    display: inline-block;
    margin: 0px 10px;
}

.bottom p:nth-of-type(1) span:last-child:after {
    content: none;
}

/*footer*/    
    
}
