
html { 
    scroll-behavior: smooth; 
  } 
  
/*----------------------------------- header ---------------------------------*/

#header {
    position: fixed;
    background-color: #fff;;
    padding: 20px 30px 17px 30px;
    z-index: 999;
    width: 100%;
    top:0; left:0;
    border-bottom: 1px solid #ddd;
}
#header::after {display: block; clear: both; content: '';}
#header h1 {
    float: left;
}
#header h1 a {
    display: block;
    width:130px;
}
.mo {display: none;}
@media screen and (max-width:550px) {
.mo {display: block;}
    
}
/*------------ header nav--------------*/

#header nav {
   float: right;
   padding-top: 0px;
}
.nb li {
    display: inline-block;
    padding: 0 15px;
}
.nb li a {
    position: relative;
    display: block;
    width: 100%;
    /*background: #ff0;*/
    font-size: 17px;
    color:#1b1b1b;
    font-weight: 600;
}

.nb li.on a {
    color:#FF6A29;
}

.nb li.header_app_btn {
    padding-left:0px;
    padding-right: 0;
}
.nb li.header_form_btn {
    padding-left:0px;
}
.nb li.header_form_btn a {
    padding:12px 0; width:100px;
    background-color: #8E8E8E; color: #fff;
    text-align: center; border-radius: 5px;
    font-size: 16px;
}
.nb li.header_app_btn a {
    padding:12px 0; width:100px;
    background-color: #1b1b1b; color: #fff;
    text-align: center; border-radius: 5px;
    font-size: 16px;
}
/* .nb li.header_host_btn {
    padding-left:35px
} */
.nb li.header_host_btn a {
    padding:12px 0; width:100px;
    border: 1px solid #aaa; color: #1b1b1b;
    text-align: center; border-radius: 5px;
    font-size: 16px;
}

/*----------- header-반응형 -----------------*/

#header .cover_open {display: none;}
#cover {display: none;}

@media screen and (max-width:1200px) {
    #header {
        padding: 20px 20px 17px 20px
    }
    #header h1 a {
        width:100px;
        padding-top: 5px;
    }
}
@media screen and (max-width:992px) {
    #header {
        padding: 15px 10px 12px 10px;
    }
    #header h1 a {
        padding-top: 0px;
    }
    
#header .nb { display: none;}
#header .cover_open {
    position: fixed;
    display: block;
    top: 10px;
    right: 10px;
    z-index: 1001;
}

#header .cover_open i {
    font-size: 23px;
    padding: 7px;
    background: #f2f2f2;
    border-radius: 3px;
}
#cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    z-index: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height 0.5s;
    font-size: 17px;
    text-align: center;

}

#cover.on {
    height: 100%;
}

#cover li {
    line-height: 30px;
}
}
/*----------------------------------- main-content ---------------------------------*/



#host_new .section {
    text-align: center;
    padding:100px 0;
    font-size: 19px;
}



#host_new .section h3 {
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.4em;
}

#host_new .section h3 b{
    background: linear-gradient(to top, #ffe9e0 50%, transparent 50%);
}
#host_new .section h3 br.tablet {
    display: none;
}
 @media screen and (min-width:1400px) {
    #host_new .section .inner {
        max-width: 1400px;
        margin: 0 auto;
    }
  
} 
@media screen and (max-width:1400px) {
    #host_new .section .inner {
        padding: 0 20px;
    }
    

    #host_new .section {
        font-size: 16px;
    }
#host_new .section .inner {
    padding:0 10px;
}


}
@media screen and (max-width:992px) {
    

#host_new .section h3 br {
    display: none;
}
#host_new .section h3 br.tablet {
    display: block;
}
}
@media screen and (max-width:550px) {
    #host_new .section {
        font-size: 13px;
        padding: 50px 0;
    }
    #host_new .section h3 br.tablet {
        display: none;
    }
}
/*----------- itm01 -----------------*/
#host_new .section.itm01 .inner {
    padding-top: 50px;
}
#host_new .section.itm01 .txt_box {
    font-size: 19px;    
    }
#host_new .section.itm01 .txt_box h2 {
    font-size:45px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: .1em;
}
#host_new .section.itm01 .txt_box h2 b {
    color: #FF6A29;
    font-weight: 900;
} 
#host_new .section.itm01 .txt_box p {
    color: #ff6a29;
    border: 1px solid #ff6a29;
    border-radius: 30px;
    padding: 10px;
    width: 350px;
    margin: 0 auto 50px auto;
    background-color: #fafafa;
}


#host_new .section.itm01 .img_box {
    padding: 40px 0 0;
    background: #ffe9e0;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    position: relative;
}
#host_new .section.itm01 .img_box img {
    width: 45%;
}
#host_new .section.itm01 .img_box .main_btn {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width:160px;
height: 160px;
background: #ff6a29;
border-radius: 50%;
text-align: center;
white-space: pre;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
line-height: 1.4em;
font-weight: 400;
 box-shadow: 0 10px 20px rgba(0,0,0,0.10), 0 6px 6px rgba(0,0,0,0.15);
 animation: mainani .5s infinite alternate;
}
@keyframes mainani{
    to{
        transform: translate(-50%,-5px);
    }
}
#host_new .section.itm01 .img_box .main_btn i {
    display: block;
    width: 150px;
}
@media screen and (max-width:550px) {
    #host_new .section.itm01 .txt_box h2 {
        font-size: 30px;}
        #host_new .section.itm01 .txt_box p {
            font-size: 15px;
            width: 80%;
        }
        #host_new .section.itm01 .img_box img {
            width: 100%;
        }
        #host_new .section.itm01 .img_box .main_btn {
            width: 100px;
            height: 100px;
            font-size: 13px;
            bottom: -75px;
        }
    
}

/*----------- itm02 -----------------*/
#host_new .section.itm02 h3 {margin-bottom: 50px;}
#host_new .section.itm02 .content_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
}
#host_new .section.itm02 .content_box .xi-plus {
    font-size: 50px;
    color: #aaa;
}

#host_new .section.itm02 .ul_box {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #f9f9f9;
    
}
#host_new .section.itm02 .ul_box h4 {
    padding: 140px 0 50px 0;
    font-size: 1.4em;
    font-weight: 500;
    color: #ff6a29;
}
#host_new .section.itm02 .ul_box ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}
#host_new .section.itm02 ul li {
    width: ;
}
#host_new .section.itm02 ul li .img_box {
    width:160px;
    display: block;
    margin-bottom: 20px;
    padding: 40px;
    height: 160px;
    border-radius: 50%;
    background-color: #fff;
}
#host_new .section.itm02 ul li .img_box img {
    width: 100%;
}
#host_new .section .flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    
}
#host_new .section .flex_box h3 {
   width: 35%;
   text-align: left;
   line-height:1.4em;;
}
#host_new .section .flex_box .icon_box {
    display: flex;
    width: 60%;
    justify-content: space-between;
    align-items: center;
    
}
#host_new .section .flex_box .icon_box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 60%;
    position: relative;

}
#host_new .section .flex_box .icon_box ul::after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background-color: #ff6a29;
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translateY(-50%);

}
#host_new .section .flex_box .icon_box ul li {
    width: 230px;
    height: 230px;
    padding: 60px 20px;
    border: 1px solid #ddd;
    font-weight: 400;
    position: relative;

}
#host_new .section .flex_box .icon_box ul li::after {
    content: '\00D7';
    color: #ff6a29;
    position: absolute;
    font-size: 50px;
    top: 90px;
    right: 60px;
    z-index: 2;
}
#host_new .section .flex_box .icon_box img {
    display: block;
    width: 70px;
    margin: 0 auto 20px auto;
}
#host_new .section .flex_box .icon_box ul img {
    position: relative;
}

#host_new .section .flex_box .icon_result {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ffe9e0;
    font-weight: 600;
    padding: 50px;
    position: relative;
}
#host_new .section .flex_box .icon_result::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ff6a29;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
@media screen and (max-width:1400px) {
    #host_new .section .flex_box h3 {
        width: 370px;
    }
    #host_new .section .flex_box .icon_box {
        width:600px;
    }
    #host_new .section .flex_box .icon_box ul li {
        width: 175px;
        height: 175px;
        padding: 45px 5px;
    }
    #host_new .section .flex_box .icon_box img {
        width: 50px;
    }
    #host_new .section .flex_box .icon_box ul li::after {
        top: 60px;
        right: 45px
    }
    #host_new .section .flex_box .icon_result {
        width: 170px;
        height: 170px;
        padding: 40px;
    }
    #host_new .section .flex_box .icon_box ul::after {
        width: 40px;
        right: -54px;
    }
    #host_new .section .flex_box .icon_result::before {
        left: -24px;
    }

    #host_new .section.itm02 .ul_box {
        width: 400px;
        height: 400px;
    }
    #host_new .section.itm02 .ul_box h4 {
        padding:80px 0 30px 0;
    }
    #host_new .section.itm02 ul li .img_box {
        width: 100px;
        height: 100px;
        padding: 20px;
    }
    
}
@media screen and (max-width:992px) {
    #host_new .section .flex_box {
        flex-wrap: wrap;}
    #host_new .section .flex_box h3 {
        text-align: center;
        width: 100%;
     }
     #host_new .section.itm02 .ul_box {
        width: 210px;
        height: 210px;
     }
     #host_new .section.itm02 .ul_box h4 {
        padding: 40px 0 20px 0;
     }
     #host_new .section.itm02 .content_box .xi-plus {
        font-size: 30px;
     }
     #host_new .section.itm02 ul li .img_box {
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0 auto 20px auto;
     }
     #host_new .section .flex_box .icon_box {
        width: 530px;
    }

     #host_new .section .flex_box .icon_box ul li {
        width: 150px;
        height: 150px;
        padding: 28px 5px;
     }
     #host_new .section .flex_box .icon_result::before {
        left: -15px;
    }
        #host_new .section .flex_box .icon_box ul::after {
            width: 20px;
            right: -27px;
        }
        #host_new .section .flex_box .icon_box ul li::after {
            top: 45px;
            right: 29px;
        }
    
}
@media screen and (max-width:550px) {
    #host_new .section.itm02 .content_box {
        flex-wrap: wrap;
        gap: 20px;
    }
    #host_new .section.itm02 .ul_box {
        width: 250px;
        height: 250px;
    }
    #host_new .section.itm02 .content_box .xi-plus {
        display: block;
        width: 100%;
}
#host_new .section.itm02 h3 {margin-bottom: 25px;}
#host_new .section.itm02 .ul_box h4 {
    padding: 67px 0 20px 0;
}
}

/*----------- itm03 -----------------*/
#host_new .section.itm03 {background: #f9f9f9; }
#host_new .section.itm03 h3 {margin-bottom: 50px;}
#host_new .section.itm03 .detail_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;

}
#host_new .section.itm03 .detail_content li {
    width: 15%;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 20px;
}
#host_new .section.itm03 .detail_content li p {
    /* color: #FF6A29; */
    font-weight: 500;
}
#host_new .section.itm03 .detail_content li span {
    font-size: .8em;
    display: block;
    padding-top: 8px;
    color: #555;
}
#host_new .section.itm03 .flex_box .icon_box ul {
    gap: 20px;
    width: 50%;
}

#host_new .section.itm03 .flex_box .icon_box ul li::after {
    content: none;
   
}
#host_new .section.itm03 .flex_box .icon_box ul li {
    padding: 20px 30px;
    border: none;
    background-color: #fff;
    border-radius: 20px;
    width: 200px;
    height: 280px;

}
#host_new .section.itm03 .flex_box .icon_box ul::after {
    width: 120px;
    right: -150px;

}
#host_new .section.itm03 .flex_box .icon_box ul li img {
    width: auto;
    height: 200px;
}
#host_new .section.itm03 .flex_box .icon_result {
    width: 230px;
    height: 230px;
}

#host_new .section.itm03 .flex_box .icon_result::before {
    left: -40px;
}
/* #host_new .section.itm03 .flex_box .icon_box ul li {
        width: 150px;
        height: 200px;
        padding: 0%;
    } */
   
    @media screen and (max-width:1400px) {
        
        #host_new .section.itm03 .flex_box .icon_box ul {
            width: 60%;
        }
    #host_new .section.itm03 .flex_box .icon_box ul li {
        width: 160px;
        height: 230px;
        padding: 0%;
    }
    #host_new .section.itm03 .flex_box .icon_box ul li img {
        height: 170px;
    }
    #host_new .section.itm03 .flex_box .icon_result {
        width: 171px;
        height: 171px;
    }
    #host_new .section.itm03 .flex_box .icon_box ul::after {
        width: 55px;
        right: -50px;
    }
    #host_new .section.itm03 .flex_box .icon_result::before {
        left: -25px;
    }
    }
    @media screen and (max-width:992px) {
        #host_new .section.itm03 .detail_content {
            flex-wrap: wrap;
        }
        #host_new .section.itm03 .detail_content li {
            width: 31%;
        }
        #host_new .section.itm03 .flex_box .icon_box ul li {
            width: 148px;}
            #host_new .section.itm03 .flex_box .icon_result::before {
                left: -18px;
            }
            #host_new .section.itm03 .flex_box .icon_box ul::after {
                width: 22px;
                right: -30px;
            }
    }
    @media screen and (max-width:550px) {


    #host_new .section .flex_box{
        flex-wrap: wrap;
    }
    #host_new .section .flex_box .icon_box {
        width: 100%;
        flex-wrap: wrap;
        gap: 50px;

    }
    #host_new .section .flex_box .icon_box ul {
        width: 100%;
        justify-content: center;

    }
    #host_new .section .flex_box .icon_box ul li {
        width: 144px
    }
    #host_new .section .flex_box .icon_result {
        width: 250px;
        height: 250px;
        margin: 0 auto;
        padding: 75px;
    }
    #host_new .section .flex_box .icon_result::before {
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
    
}
#host_new .section .flex_box .icon_box ul::after {
    width: 1px;
    height: 20px;
    right: 50%;
    top: inherit;
    bottom: -40px;
    
}
#host_new .section.itm03 .flex_box .icon_result {
    width: 150px;
    height: 150px;
}
}
@media screen and (max-width:550px) {
    

#host_new .section.itm03 .detail_content li {
    width: 100%;
    padding: 0 50px;
}
#host_new .section.itm03 .flex_box .icon_box ul {
    width: 100%;
}
#host_new .section.itm03 .flex_box .icon_box ul li {
    width: 140px;
}
#host_new .section.itm03 .flex_box .icon_result {
    padding: 38px;
}
#host_new .section.itm03 .flex_box .icon_result::before {
    left: 50%;
    transform: translateX(-50%);
}
#host_new .section.itm03 .flex_box .icon_box ul::after {
    width: 1px;
    height: 20px;
    right: inherit;
    left: 50%;
}
}
/*----------- itm04 -----------------*/
#host_new .section.itm04 h3 {
    margin-bottom: 50px;
}
#host_new .section.itm04 .img_box {
    display: flex;
    justify-content: space-between;
}
#host_new .section.itm04 .img_box li {
    width: 30%;
    padding: 50px;
    background: #f9f9f9;
}
#host_new .section.itm04 .img_box li img {
    width: 170px;
    display: block;
    margin: 0 auto 30px auto;
}
#host_new .section.itm04 .img_box li p {
    color: #ff6a29;
    font-weight: 500;
}
@media screen and (max-width:550px) {
    #host_new .section.itm04 .img_box {
        flex-wrap: wrap;
    }
    #host_new .section.itm04 .img_box li {
        width: 100%;
    }
}
/*----------- itm05 -----------------*/
#host_new .section.itm05 {
    padding: 0;
    position: relative;
}
#host_new .section.itm05 .fp-tableCell {
    vertical-align: bottom;
}
#host_new .section.itm05 .img_box {
    width: 150px; margin: 0 auto;
    margin-bottom: 40px;
}
#host_new .section.itm05 .img_box img {
    width: 100%;
}
#host_new .section.itm05 h3 {
    font-size: 30px;
    color: #1b1b1b;
    margin-bottom: 13px;
    font-weight: 500;
}
#host_new .section.itm05 .cs_info {
    margin-bottom: 50px;
    font-size: 19px;
    color: #1b1b1b;
    font-weight: 300;

}
#host_new .section.itm05 .main_btn {
   margin: 0 auto 150px auto ;
    width:160px;
height: 160px;
background: #ff6a29;
border-radius: 50%;
text-align: center;
white-space: pre;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
line-height: 1.4em;
font-weight: 400;
 box-shadow: 0 10px 20px rgba(0,0,0,0.10), 0 6px 6px rgba(0,0,0,0.15);
 animation: mainani2 .5s infinite alternate;
}
@keyframes mainani2 {
    to{
        transform: translate(0,-5px);
    }
}

@media screen and (max-width:992px) {
  
    #host_new .section.itm05 .fp-tableCell {
        height: auto !important;
    }
    #host_new .section.itm05 .img_box {
        width: 100px;
    }
    #host_new .section.itm05 h3 {
        font-size: 17px;
    }
    #host_new .section.itm05 .cs_info {
        font-size: 15px;
        margin-bottom: 30px;

    }
    #host_new .section.itm05 .main_btn  {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:550px) {
    
    #host_new .section.itm05 .main_btn  {
        width: 100px;
        height: 100px;
        font-size: 13px;
    }
    
}
/*----------------------------------- footer ---------------------------------*/
.layout-footer {
    padding: 40px 24px;
    background-color: #f9f8fa;
    text-align: center;
  }
  
  .layout-footer .img-logo {
    margin-bottom: 24px;
    display: inline-block;
    vertical-align: top;
  }
  
  .layout-footer .txt-footer {
    padding: 4px 0 0 0;
    color: #6f6f6f;
    font-size: 12px;
  }
  
  .layout-footer .txt-footer:first-of-type {
    padding-top: 0;
  }
  
  .layout-footer .txt-copy {
    padding: 48px 0 0 0;
    font-size: 12px;
    color: #aeadb0;
  }
  .layout-footer .ui-link {
    padding:5px 0 0 0;
  
  
  }
  .layout-footer .ui-link {
    padding:5px 0 0 0;
  
  }
  .layout-footer .ui-link .link-footer {
    display:inline-block;
    color:#8E8E8E;
    font-size:14px;
    text-decoration:underline;
    margin-right:5px;
  }
  .layout-footer .ui-link .link-footer-02 {
    display:inline-block;
    color:#8E8E8E;
    font-size:9px;
    text-decoration:underline;
    margin-right:2px;
  }
  
  .layout-footer .business_input {
    width:0;
    background-color: transparent;
    border:none
  }
#footer .toTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#footer .toTop i {
    font-size: 30px;
    padding: 7px;
    background-color: #ddd;
    border-radius: 50%;
}

/***************************************************************************************
   Popup
***************************************************************************************/

.homepage_popup {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999999999999999;
    width: 75%;
    padding: 15px 0 13px 0;
    background-color: #fff;
    border-radius: 20px;
    max-width: 500px;
    display: block;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

}

.homepage_popup .popup_img_box {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.homepage_popup .popup_img_box h3 {
    font-size: 21px;
    margin: 20px 0 30px 0;
    font-weight: 600;
    text-align: center;
}
.homepage_popup .popup_img_box p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.homepage_popup .pop_btn_box {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 13px 0 0;
    text-align: center;
    background-color: #f0eee2;
}
.homepage_popup .pop_btn_box label {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0 10px 0;
    cursor: pointer;
}

#popup_tab {display: none;}
#popup_tab:checked ~ .homepage_popup {display: none;}
@media screen and (max-width:550px) {
    .homepage_popup {
        width: 85%;
    }
    .homepage_popup .popup_img_box h3 {
        font-size: 18px;}
        .homepage_popup .popup_img_box p {
            font-size: 14px;}
            .homepage_popup .popup_img_box p .pc {
                display: none;
            }
}

/*----------------------------------- scroll ---------------------------------*/
.scroll_on {opacity: 0;transition: all 1s;}
.scroll_on.active {opacity: 1 !important;transform: translate(0, 0) !important;}
.scroll_on.type_top {transform: translate(0, -50px);}
.scroll_on.type_bottom {transform: translate(0, 50px);}
.scroll_on.type_left {transform: translate(-50px, 0);}
.scroll_on.type_right {transform: translate(50px, 0);}