
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
}
#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
}
.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:992px) {
    #header {
        padding: 15px 10px 12px 10px;
    }
    #header h1 a {
        width:100px;
    }
#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:0 100px;
}


#host_new .section h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px 0;
    transform: translateY(100px);
    opacity: 0;
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s;
}

#host_new .section.on h2 {
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s;
}
@media screen and (min-width:1922px) {
    #host_new .section {
        max-width: 1920px;
        margin: 0 auto;
    }
}
@media screen and (max-width:1200px) {
    
#host_new .section {
    padding:0 20px;
}

}
@media screen and (max-width:992px) {
    
#host_new .section h2 {
    opacity: 1;
    transform: translateY(0px);
}
}
/*----------- itm01 -----------------*/
#host_new .section.itm01 {background: #ffe9e0; padding: 100px 0 200px 0;}
#host_new .section.itm01 .inner {display: flex;gap: 3%; padding : 100px 0; align-items: center;}
#host_new .section.itm01 .txt_box {width:57%;  line-height: 1.7em;  font-size: 19px;    
    }
#host_new .section.itm01 .txt_box h2 {
    font-size:45px;
    font-weight: 600;
    color: #333;
    margin-bottom: 50px;
    line-height: 1.2em;
    text-align: center;
}
#host_new .section.itm01 .txt_box h2 b {
    color: #FF6A29;
    font-weight: 900;
} 
#host_new .section.itm01 .txt_box p {
    width: 690px; margin: 0 auto 50px auto;text-align: left;
}
#host_new .section.itm01 .txt_box p b {display: block; font-weight: 700; font-size: 1.1em;}
#host_new .section.itm01 .txt_box p strong {border-bottom: 3px solid #ff6a29;}
#host_new .section.itm01 .txt_box a {
   
    padding: 15px 30px; 
    border: 1px solid #FF6A29;
    color: #fff;
    background-color: #ff6a29;
    transition: all .3s;
    border-radius: 5px;

}
#host_new .section.itm01 .txt_box a:hover {background: transparent; color: #ff6a29;}
#host_new .section.itm01 .img_box {width:37%;}

#host_new .section.itm01_02 {
    margin-top: -200px;
    padding-bottom: 100px;

}
#host_new .section.itm01_02 img {
    width: 1000px; margin: 0 auto 30px auto;
}
#host_new .section.itm01_02 .txt_box { max-width: 1400px; line-height: 1.6em;  font-size: 19px; margin: 0 auto;}

#host_new .section.itm01_02 .txt_box h2 {
    font-size:40px;
    font-weight: 600;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 30px;
}
#host_new .section.itm01_02 .txt_box h2 b {
    margin-right: 20px;
    background: linear-gradient(to top, #ffe9e0 50%, transparent 50%);
}
#host_new .section.itm01_03 {
    padding-top: 100px;
    padding-bottom: 100px; 
    background: #f9f9f9;
}
#host_new .section.itm01_03 ul {display: flex; justify-content: space-between; font-size: 19px; flex-wrap: wrap;}
#host_new .section.itm01_03 ul li {width: 24%; background-color: #fff; border-radius: 25px; line-height: 1.6em; overflow: hidden;}
#host_new .section.itm01_03 ul li .img_box img {width: 100%;}
#host_new .section.itm01_03 ul li .icon_box {padding: 30px 30px 0 30px;}
#host_new .section.itm01_03 ul li .icon_box img {height: 100px;}
#host_new .section.itm01_03 ul li .txt_box { padding: 30px;}

#host_new .section.itm01_03 ul li h3 {font-size: 1.2em; font-weight: 600; margin-bottom: 20px; color: #ff6a29;}

#host_new .section.itm01_03 .cnt_box_01 li:nth-child(1), #host_new .section.itm01_03 .cnt_box_01 li:nth-child(2), #host_new .section.itm01_03 .cnt_box_01 li:nth-child(3), #host_new .section.itm01_03 .cnt_box_01 li:nth-child(4) {
    margin-bottom: 50px;
}


#host_new .section.itm01_04 {
    padding-top: 100px;
    padding-bottom: 100px; 
    font-size: 19px;
}
#host_new .section.itm01_04 h2 {  font-size:40px;
    font-weight: 600;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 30px;}
#host_new .section.itm01_04 h2 b { background: linear-gradient(to top, #ffe9e0 50%, transparent 50%);}
#host_new .section.itm01_04 .txt_box p {font-size: 1.2em; margin-bottom:50px;}
#host_new .section.itm01_04 .img_box {display: flex; justify-content: space-between;}
#host_new .section.itm01_04 .img_box li {width: 24%; background: #f9f9f9; border-radius: 25px; padding: 40px;}
#host_new .section.itm01_04 .img_box li .img_cnt {height: 200px;}
#host_new .section.itm01_04 .img_box li  strong {display: inline-block; padding: 5px 10px; background-color: #ff6a29; color: #fff; border-radius: 10px; font-size: 1.1em;  margin-bottom: 20px;}
#host_new .section.itm01_04 .img_box li p b {display: block; font-size: 1.2em; font-weight: 700;margin-bottom: 30px;}
#host_new .section.itm01_04 .img_box li p {font-size: 0.9em; margin-bottom: 40px; line-height: 1.3em;}

#host_new .section.itm01_05 {
    padding-top: 100px;
    padding-bottom: 50px; 
    font-size: 19px;
}
#host_new .section.itm01_05 h2 {  font-size:40px;
    font-weight: 600;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 30px;}
    #host_new .section.itm01_05 .cnt_box {
        display: flex; justify-content: space-between;
    }
    #host_new .section.itm01_05 .cnt_box .left_img {width: 46%;}
    #host_new .section.itm01_05 .cnt_box .right_cnt {width: 49%; display: flex; justify-content: space-between; flex-wrap: wrap;}
    #host_new .section.itm01_05 .cnt_box .right_cnt li {width: 48%; background: #f5f5f5;}
    #host_new .section.itm01_05 .cnt_box .right_cnt li:nth-child(1),     #host_new .section.itm01_05 .cnt_box .right_cnt li:nth-child(2) {margin-bottom: 40px;}

    #host_new .section.itm01_05 .cnt_box .right_cnt li .img_box {padding: 40px;  font-size: 30px; font-weight: 700; }
    #host_new .section.itm01_05 .cnt_box .right_cnt li .img_box b {font-size: 3.0em;}
    #host_new .section.itm01_05 .cnt_box .right_cnt li .img_box img {width: 80%; margin: 0 auto}
    #host_new .section.itm01_05 .cnt_box .right_cnt li:nth-child(3) .img_box {padding: 20px 30px 20px 30px;}

    #host_new .br_tablet {display: none;}
    #host_new .br_mo {display: none;}
 @media screen and (max-width:1550px) {
    #host_new .section.itm01_03 ul li .txt_box {padding: 30px 0;}
    #host_new .section.itm01_05 .cnt_box .right_cnt li .img_box {padding: 20px; height: 135px; }
    #host_new .section.itm01_05 .cnt_box .right_cnt li:nth-child(3) .img_box {padding: 20px;}

    #host_new .section.itm01_04 .img_box li {padding: 20px;}
} 
@media screen and (max-width:1350px) {
    #host_new .section.itm01 .inner {padding: 100px 15px;}
    #host_new .section.itm01 .txt_box h2 {text-align: left; font-size: 35px;}
    #host_new .section.itm01 .txt_box {font-size: 16px;}
    #host_new .section.itm01_02 .txt_box h2 {font-size: 30px;}
    #host_new .section.itm01_02 .txt_box {font-size: 16px;}
    #host_new .section.itm01_04 h2 {font-size: 30px;}
    #host_new .section.itm01_04 {font-size: 16px;}
    #host_new .section.itm01_04 .img_box li {padding: 20px 10px;}
    #host_new .section.itm01_03 ul {font-size: 15px;}
    #host_new .section.itm01_05 h2 {font-size: 30px;}
    #host_new .section.itm01_05 .cnt_box .right_cnt li .img_box {font-size: 21px; height: 120px;}
}
@media screen and (max-width:1200px) {
    #host_new .section.itm01_05 .cnt_box .right_cnt li .img_box {font-size: 20px; height: 100px;}

}

@media screen and (max-width:992px) {
    #host_new .section.itm01 .inner {padding: 0 10px 50px 10px; flex-direction: column; gap:30px}
    #host_new .section.itm01 .txt_box {width: 100%; text-align: center;}
    #host_new .section.itm01 .img_box {width: 50%;}
    #host_new .section.itm01 .txt_box h2 {text-align: center; margin-bottom: 25px;}
    #host_new .section.itm01 .txt_box p {text-align: center; width: 100%;margin: 0 auto 30px auto;}
    #host_new .section.itm01_02 {padding-bottom: 50px;}
    #host_new .br_tablet {display: block;}
    #host_new .section.itm01_04 {padding-bottom: 50px; padding-top: 50px;}
    #host_new .section.itm01_04 .img_box {flex-wrap: wrap;}
    #host_new .section.itm01_05 .cnt_box .right_cnt li .img_box img {width:auto; height: 70px;}

    #host_new .section.itm01_04 .img_box li {width: 49%;}
    #host_new .section.itm01_04 .img_box li:nth-child(1),   #host_new .section.itm01_04 .img_box li:nth-child(2) {margin-bottom: 30px;}
    #host_new .section.itm01_03 {padding-bottom: 50px; padding-top: 50px;}
    #host_new .section.itm01_03 ul li {width: 49%;}
    #host_new .section.itm01_03 .cnt_box_01 li:nth-child(1), #host_new .section.itm01_03 .cnt_box_01 li:nth-child(2), #host_new .section.itm01_03 .cnt_box_01 li:nth-child(3), #host_new .section.itm01_03 .cnt_box_01 li:nth-child(4), #host_new .section.itm01_03 .cnt_box_01 li:nth-child(5), #host_new .section.itm01_03 .cnt_box_01 li:nth-child(6)  {
        margin-bottom: 30px;}
#host_new .section.itm01_05 {padding-top: 50px;}
#host_new .section.itm01_05 .cnt_box {flex-direction: column; gap: 30px;}
#host_new .section.itm01_05 .cnt_box .left_img {width: 100%;}
#host_new .section.itm01_05 .cnt_box .right_cnt{width: 100%;}
#host_new .section.itm01_05 .cnt_box .right_cnt li p {margin-bottom: 20px;}
#host_new .section.itm01_03 ul li:nth-child(1), #host_new .section.itm01_03 ul li:nth-child(2)  {margin-bottom: 30px;}
    }
   
@media screen and (max-width:550px) {
    #host_new .br_mo {display: block;}

    #host_new .section.itm01 {padding: 100px 0 50px 0;}
    #host_new .section.itm01 .img_box {width: 75%;}
    #host_new .section.itm01 .txt_box h2 {font-size: 25px;}
    #host_new .section.itm01 .txt_box {font-size: 14px;}
    #host_new .section.itm01_02 {margin-top: -80px; padding-bottom: 0;}
    #host_new .section.itm01_02 .txt_box h2 {font-size: 20px;}
    #host_new .section.itm01_02 .txt_box {font-size: 14px;}
    #host_new .section.itm01_02 .txt_box h2 b {margin-right: 0;}
    #host_new .section.itm01_04 h2 {font-size: 20px;}
    #host_new .section.itm01_04 {font-size: 14px;}
    #host_new .section.itm01_04 .img_box li {width: 100%;}
    #host_new .section.itm01_03 ul {font-size: 14px;}
    #host_new .section.itm01_05 h2 {font-size: 20px;}
    #host_new .section.itm01_05 .cnt_box .right_cnt li .img_box {font-size: 15px; height: 80px;}
    #host_new .section.itm01_05 .cnt_box .right_cnt li .img_box img {height: 50px;}

    #host_new .section.itm01_04 .img_box li:nth-child(3) {margin-bottom: 30px;}
    #host_new .section.itm01_03 ul li{width: 100%;}
    #host_new .section.itm01_03 .cnt_box_01 li:nth-child(7)  {
        margin-bottom: 30px;}
        #host_new .section.itm01_05 .cnt_box .right_cnt li {width: 100%;}
        #host_new .section.itm01_05 .cnt_box .right_cnt li:nth-child(1), #host_new .section.itm01_05 .cnt_box .right_cnt li:nth-child(2), #host_new .section.itm01_05 .cnt_box .right_cnt li:nth-child(3) {margin-bottom: 30px;}
        #host_new .section.itm01_05 .cnt_box .right_cnt li:last-child .img_box {padding-top: 20px;}
        #host_new .section.itm01_03 ul li:nth-child(3)  {margin-bottom: 30px;}
        #host_new .section.itm01_04 .txt_box p {font-size: 1.0em;}
        #host_new .section.itm01_04 .img_box li p {font-size: 1.0em;}
}

@media screen and (max-width:335px) {
    #host_new .section.itm01 .txt_box {font-size: 13px;}
}

/*----------- itm02 -----------------*/
#host_new .section.itm02.fp-section.fp-table {
    display: block !important;
}
#host_new .section.itm02 h2 {
    transform: translateY(0px);
    font-size:45px;
    font-weight: 600;
    color: #333;
    padding:0px 0 40px 0;
    margin-top: 80px;

    margin-bottom: 0;
}
#host_new .section.itm02 h2 b {
    color: #FF6A29;
    font-weight: 900;
}

#host_new .section.itm02 .intro_slide {
    opacity: 0;
    transition: all 0.5s 0.3s ;
    
        opacity: 1;

}
#host_new .section.itm02.on h2 {margin-bottom: 0;}
#host_new .section.itm02.on .intro_slide {
    opacity: 1;

}
#host_new .section.itm02 .intro_slide ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
#host_new .section.itm02 .intro_slide li {width:24.25%; margin-bottom:20px; position: relative;
    overflow: hidden;
    border-radius: 10px;
}
#host_new .section.itm02 .intro_slide li img {width:100%; }
#host_new .section.itm02 .intro_slide li div {
    position: absolute;
    top: 0; left: 0;
}

#host_new .section.itm02 .intro_slide li p {
    padding: 10px 20px;
    display: inline-block;
    background: rgba(0, 0, 0,.5);
    color: #fff;
    font-size: 19px;
    border-bottom-right-radius: 10px;
}


@media screen and (max-width:992px) {
    .intro_slide {width:100%; overflow: hidden;}
    #host_new .section.itm02 .intro_slide li {width:49.5%; }
    #host_new .section.itm02 h2 {

            font-size:30px;
    }
    #host_new .section.itm02 {height: auto !important;}

}
@media screen and (max-width:550px) {
    #host_new .section.itm02 .intro_slide li {width:100%; }
    #host_new .section.itm02 h2 {

        font-size:20px;
}
#host_new .section.itm02 .intro_slide li p {
    font-size: 15px;
}
}

@media screen and (max-width:1350px) {
    #host_new .section.itm02 h2 { font-size: 35px;}

}
@media screen and (max-width:990px) {

}
@media screen and (max-width:550px) {
    #host_new .section.itm02 h2 { font-size: 25px;}

    
}
/*----------- itm04 -----------------*/
#host_new .section.itm04 {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px;
   
}
#host_new .section.itm04 .fp-tableCell {
    vertical-align: top;
    padding: 90px 0px 0 0px;
}
#host_new .section.itm04 h2 {
    padding-top: 0px;
    transform: translateY(0px);
    font-size:55px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.5em;
}
#host_new .section.itm04 .qna_box {
    border-top: 1px solid #333;
}
#host_new .section.itm04 .qna_box li {
    vertical-align: middle;
    border-bottom: 1px solid #333;
    padding: 40px 0 0;
}
#host_new .section.itm04 .qna_box li h3 {
    font-size: 23px;
    color: #1b1b1b;
    padding-bottom: 30px;
    cursor: pointer;
    
}
#host_new .section.itm04 .qna_box li h3::after {
    content: ''; display: block; clear: both;
}
#host_new .section.itm04 .qna_box li h3 i {float: right;}

#host_new .section.itm04 .qna_box li span {
    margin-right: 4px;
}

#host_new .section.itm04 .qna_box li span.mo_span {
    margin-right: 0px;
}
#host_new .section.itm04 .qna_box li p {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 300;
    line-height: 1.4em;
   overflow: hidden;
   height: 0;
   padding-top: 20px;
   transition: all 0.5s;
}
 #host_new .section.itm04 .qna_box li.on p {
    height: 90px;
    vertical-align: middle;
    border-top: 1px solid #eee;
}
#host_new .section.itm04 .qna_box li:nth-child(1).on p, #host_new .section.itm04 .qna_box li:nth-child(2).on p  {
    height: 70px;} 

    @media screen and (max-width:1100px) {
        #host_new .section.itm04 .qna_box li.on p {
            height: 110px;
        }
    }
    @media screen and (max-width:992px) {
        #host_new .section.itm04 .fp-tableCell {
            height: auto !important;
        }
        #host_new .section.itm04 h2 {
           opacity: 1;
           font-size:35px;
        }
           #host_new .section.itm04 .fp-tableCell {
            padding: 50px 20px 0 20px;
        }
        #host_new .section.itm04 .qna_box li {
            padding: 20px 0 0;
        }
        #host_new .section.itm04 .qna_box li h3 {
            font-size: 18px;
            padding-bottom: 20px;
        }
            #host_new .section.itm04 .qna_box li p {
                font-size: 15px;
    }
}
@media screen and (max-width:550px) {
    #host_new .section.itm04 h2 {font-size: 25px;}
    #host_new .section.itm04 .qna_box li h3 {
        font-size: 16px;
    }
    #host_new .section.itm04 .qna_box li p {
        font-size: 13px;
}
#host_new .section.itm04 .qna_box li span.mo_span {
    margin-left: 18px;
    display: block;
}
#host_new .section.itm04 .qna_box li.on p {
    height: 130px;
}
#host_new .section.itm04 .qna_box li:nth-child(1).on p  {
    height: 95px;
}
 #host_new .section.itm04 .qna_box li:nth-child(2).on p  {
    height: 80px;} 
}
/*----------- itm05 -----------------*/
#host_new .section.itm05 {
    padding: 0;
}
#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: 150px;
    font-size: 19px;
    color: #1b1b1b;
    font-weight: 300;

}
@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 {
        margin-bottom: 50px;
        font-size: 15px;
    }
}
/*----------------------------------- 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%;
}

/*----------------------------------- register_form ---------------------------------*/

.header_host_btn {cursor: pointer;}
#portfolio.register_form .itm05 h2 {
    opacity: 1 !important;
}
#portfolio.register_form .itm05 h3 {
   padding-top: 80px;
}

.register_form {
    padding-top: 150px;
}
.register_form .sec_content {
    max-width:800px; margin:0 auto;
    margin-bottom: 80px;
}
.register_form .sec_content h3 {
    text-align: center;
    font-weight: 500;
    color: #1b1b1b;
    letter-spacing: 0.25em;
    font-size: 23px;
    margin-bottom: 15px;
}
.register_form .sec_content p {
    font-size: 17px;
    text-align: center;
}
.register_form .sec_content .content {
    padding-top: 80px;
    margin-bottom: 80px;
}
.register_form .sec_content .content p.info {
    text-align: right;
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
}
.register_form .sec_content .content p span {
    color: #FF6A29;
    margin-left: 5px;
}

.register_form .sec_content .content ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.register_form .sec_content .content ul li p {
     font-size: 15px;
    text-align: left;
    width:150px;
}
.register_form .sec_content .content ul li input[type="text"] {
    width: calc(100% - 180px);
    font-size: 14px; color: #555;
    padding: 12px;
    margin-top:-15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.register_form .sec_content .content ul li input[type="text"]::placeholder {
    font-size: 12px; color: #777;
}
.register_form .sec_content .content ul li .select_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:-15px;
    width: calc(100% - 180px);
}
.register_form .sec_content .content ul li .select_box input[type="text"] {
    width: 95px;
     margin-top:0px;
     margin-left: 3px;
     border:none;
     border-bottom: 1px solid #ddd;
     outline: none;
     border-radius: none;
}
.register_form .sec_content .content ul li .select_box .type_btn {
    font-size: 14px; color: #333;
}
.register_form .sec_content .content ul li:last-child .type_btn{
     padding-top: 15px; 
}
.register_form .sec_content .content ul li .select_box input[type="radio"] {
     border: 1px solid #ddd;
     margin-left: 13px;
     margin-right: 3px;
}
.register_form .sec_content .content ul li .select_box  #type01 {
    margin-left: 0px !important;
}
.register_form .sec_content .content ul li .select_box  li {
    margin-bottom: 0;
    width: 16%;
    justify-content: flex-start;
}
.register_form .sec_content .content ul li .select_box  li:nth-child(2) {
    width: 20%;
}
.register_form .sec_content .content ul li .select_box  li:nth-child(4) {
    width: 21%;
}
.register_form .sec_content .content ul li .select_box  li:nth-child(5) {
    width: 27%;
}


.register_form .sec_content .agree_box {
    padding: 30px; background-color: #fafafa;
    text-align: left;
    margin-bottom: 15px;
}
.register_form .sec_content .agree_box strong {
    font-size: 15px;
    font-weight: 600;
}

.register_form .sec_content .agree_box p {
      text-align: left;
       font-size: 14px;
       color: #555;
       padding-top:10px;
       line-height: 1.4em;
}
.register_form .sec_content .agree_box p a {
    text-decoration: underline;
    color: #1b1b1b;
    font-weight: 500;
}

.register_form .sec_content .agree_click {
      text-align: right;
       font-size: 14px;
       color: #1b1b1b;
        font-weight: 500;
        margin-bottom: 50px;
}
.register_form .sec_content .agree_click input[type="checkbox"] {
    border: 1px solid #ddd;
    margin-right:3px
}

.register_form .sec_content .submit_btn {
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #1b1b1b;
    color: #fff;
    width:50%;
    padding:13px 0;
    margin: 0 auto;
}

@media screen and (max-width:800px) {
    .register_form .sec_content {
        padding: 0 15px;
    }
   .register_form .sec_content .content ul li .select_box {
    flex-wrap: wrap;
    justify-content:flex-start;
}
.register_form .sec_content .content ul li .select_box li {
   width: 33.33%;
    justify-content:flex-start;
}
.register_form .sec_content .content ul li .select_box  li:nth-child(2) {
    width: 33.33%;
}
.register_form .sec_content .content ul li .select_box  li:nth-child(4) {
    width: 33.33%;
}
.register_form .sec_content .content ul li .select_box  li:nth-child(5) {
    width: 50%;
}

.register_form .sec_content .content ul li .select_box input[type="radio"] {
    margin-left: 0;
}
    
}
@media screen and (max-width:550px) {
    .register_form .sec_content .content {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .register_form .sec_content .content ul li {
   flex-wrap:wrap;
   margin-bottom:30px
}
.register_form .sec_content .content ul li p {
    width: 100%;
}
.register_form .sec_content .content ul li input[type="text"] {
    width: 100%;
    margin-top: 10px;
}
.register_form .sec_content .content ul li .select_box {
       width: 100%;
       margin-top: 10px;
}
.register_form .sec_content .content ul li .select_box li {
   width: 50%;
   margin-bottom: 15px;
}
.register_form .sec_content .content ul li .select_box  li:nth-child(2) {
    width: 50%;
}
.register_form .sec_content .content ul li .select_box  li:nth-child(4) {
    width: 50%;
}
.register_form .sec_content .content ul li .select_box li:last-child {
   width: 100%;
   margin-top: -10px;
}
.register_form .sec_content .agree_box {
    padding: 20px 10px;
}
.register_form .sec_content .content ul li:last-child {
   align-items: center;
}
.register_form .sec_content .content ul li:last-child .type_btn{
    padding-top: 5px;
}

.register_form .sec_content .content ul li .select_box input[type="text"] {
    width: 80%;
     margin-left: 10px;
     padding: 7px;

}
}

/***************************************************************************************
   Page : Terms of Use
***************************************************************************************/
.terms_content {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
}
.terms_content .txt-use-label {
    padding: 20px 24px 0 24px;
    font-size: 20px;
    color: #1b1b1b;
    font-weight: bold;
  }
  
  .terms_content .section-terms-use {
    padding: 24px 24px 40px 24px;
    color: #1b1b1b;
    font-size: 14px;
  }
  .terms_content .section-terms-use .table-terms tr th {
    background-color:#ccc;
    font-size:14px;
    border:1px solid #333;
    padding:10px;
  }
  
  .terms_content .section-terms-use .table-terms tr td {
    font-size:14px;
    text-align:center;
    border:1px solid #333;
    padding:10px;
  }
  .terms_content table {
    border-collapse: collapse;
  }

  
/***************************************************************************************
   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;
            }
}