
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 100,
    'GRAD' 0,
    'opsz' 24;
    font-size: 50px;
  }
  
  
  .txt_sec_center{
      text-align: center;
  }
  
  
  @keyframes fadeIn{
  
      from{opacity: 0;}
      to{opacity: 1;}
  
  }
  
  .fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .fade-in:nth-child(1) {
    transition-delay: 0.1s;
  }
  
  .fade-in:nth-child(2) {
    transition-delay: 0.3s;
  }
  
  .fade-in:nth-child(3) {
    transition-delay: 0.5s;
  }



  



@media (min-width: 200px) and (max-width:720px) { 


.quick_btn{

    display: none;

}


}



/*section_1*/

.section_1_mo{

    background-image:url(https://nobly.kr/skin/view/images/main/sec_1-bg_mobile.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
}


.section_1_mo .main_text{

    color: #fff;
    text-align: center;
    padding: 0 0 15% 0;

}

.section_1_mo .sec1_txt_1{

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; 
    font-size: 5rem;
    margin: 0 auto;
    padding-bottom: 35%;
}

.section_1_mo .sec1_txt_2{
    font-family: "Nanum Myeongjo", serif;
    font-size: 8rem;
    margin: 0 auto;
    padding: 100px 0 0 0;
}

.section_1_mo .sec1_txt_3{

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 3rem;
    margin: 0 auto;
    line-height: 1.3em;

}


.section_1_mo .sec_1{

    width: 95%;

}


.mo_br{display: none;}



/*sectionn_2*/


.section_2_mo{

    background-image:url(https://nobly.kr/skin/view/images/main/sec_2-bg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100vh;

}


.section_2_mo .sec_2{

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 95%;
    padding: 0;
}

.section_2_mo .sec_2_con_1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 95%;
    padding: 0 0 50px 0;
}


.section_2_mo .sec_2_con_1 li{

    text-align: center;

}


.section_2_mo .sec_2_con_1 li:nth-child(2){

    padding: 0;

}

.section_2_mo .sec_2_con_1 li .item_wrap div{

    max-width: 100%;
    
}

.section_2_mo .sec_2_con_1 li .item_wrap div:nth-child(1){
    font-family: "Nanum Myeongjo", serif;
    font-size: 4rem;
    color: #fff;
    font-weight: 100;
    padding-top: 50px;
    animation: fadeIn 2s infinite ease-in-out;
}


.section_2_mo .sec_2_con_1 li .item_wrap div:nth-child(2){
    font-family: "Nanum Myeongjo", serif;
    font-size: 6rem;
    color: #e0be93;
    font-weight: 500;
    padding-top: 20px;
}


.section_2_mo .sec_2_con_1 li .item_wrap div:nth-child(3){

    font-size: 35px;
}


.section_2_mo .sec_2_con_1 li .item_wrap{
    max-width: 100%;
}

.section_2_mo .sec_2_con_2{

    max-width: 95%;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
}


.section_2_mo .sec_2_con_2 li:nth-child(1){
    font-family: "Nanum Myeongjo", serif;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 500;
    
}


.section_2_mo .sec_2_con_1 li img{
    max-width:60%;
}

.section_2_mo .sec_2_con_3 li{

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

}


.section_2_mo .sec_2_con_2 li:nth-child(2){
    font-family: "Nanum Myeongjo", serif;
    font-size: 6rem;
    color: #e0be93;
    font-weight: 500;
    padding-top: 20px;
}


.section_2_mo .sec_2_con_3{

    width: 95%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section_2_mo .sec_2_con_3 li{
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500;
}

.section_2_mo .sec_2_con_3 li:nth-child(1){

    width: 18rem;
    height: 18rem;
    border: 1px #fff solid;
    border-radius: 100px;
    margin-right: -20px;

}

.section_2_mo .sec_2_con_3 li:nth-child(2){
    width: 18rem;
    height: 18rem;
    border: 1px #fff solid;
    border-radius: 100px;
}

.section_2_mo .sec_2_con_3 li:nth-child(4){
    width: 18rem;
    height: 18rem;
    border: 1px #fff solid;
    border-radius: 100px;
}

.section_2_mo .sec_2_con_2 li:nth-child(3){
    
}

.section_2_mo .sec_2_con_2 li:nth-child(3) img{
    max-width: 100%;
}


.section_2_mo .sec_2 .logo_line{

    max-width: 30%;

}

.section_2_mo .sec_2 .logo_line img{

    max-width: 100%;

}


/*section_3*/

.section_3_mo{

    background-image:url(https://nobly.kr/skin/view/images/main/sec_3-bg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;

}


.section_3_mo .sec_3{

    display: flex;
    align-items: center;
    width: 90%;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding-top: 25rem;

}

.section_3_mo .sec_3_con_1{

    padding: 100px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 0px;

}


.section_3_mo .sec_3_con_1 li{

    display: flex;
    justify-content: center;
    text-align: center;

}

.section_3_mo .sec_3_con_1 li img{/* max-width: 65%; */margin: 0;}

.section_3_mo .sec_3_con_2{

    width: 100%;
    text-align: center;

}


.section_3_mo .sec_3_con_2 li .sec_3_con_2_stit{

    font-family: "Nanum Myeongjo", serif;
    font-size: 20px;
    color: #e0be93;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 40px;
    letter-spacing: 0.1px;

}


.section_3_mo .sec_3_con_2 li p:nth-child(2){

    font-family: "Nanum Myeongjo", serif;
    font-size: 55px;
    color: #fff;
    font-weight: 400;
    line-height: 130%;
    padding-bottom: 30px;
    letter-spacing: 0.1px;

}


.section_3_mo .sec_3_con_2 li p:nth-child(2) span{


    color: #e0be93;

}


.section_3_mo .sec_3_con_2 li p:nth-child(3){

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 3rem;
    color: #fff;
    line-height: 4.5rem;
    padding-bottom: 0px;
    letter-spacing: 0.1px;
    
}

.section_3_mo .sec_3_con_2 li .button_3 {

    width: 30rem;
    height: 8rem;
    border: 1px #fff solid;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;

}


.section_3_mo .sec_3_con_2 li .button_3 p{

    line-height: 3.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 3rem;
    color: #fff;
    font-weight: 500;

}


.section_3_mo .button_area {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding-top: 5rem;

}


.button_3_m{

    border: 1px #fff solid;
    width: 30rem;

}

.button_3_m p {

    padding: 10px 0;
    line-height: 6rem;
    font-size: 3rem;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    margin: 0;
    
}


/*section_3_1*/

.section_3_1{

    background-image:url(https://nobly.kr/skin/view/images/main/sec_3_1-bg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}


.section_3_1 .sec_3_1 {

    padding: 150px 0;

}


.sec_3_1_con_1{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    
}


.sec_3_1_con_1 button{
    width: 200px;
    height: 60px;
    border: 1px #000 solid;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    background-color: transparent;
}


.sec_3_1_con_1 li:nth-child(1){
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #090909;
}


.sec_3_1_con_1 li:nth-child(2){
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 30px;
    padding-bottom: 50px;
}


.sec_3_1_con_1 li:nth-child(3){

    padding-bottom: 110px;
}


.sec_3_1_con_2{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    gap: 22px;
    overflow-x:auto;
}



/*section_4*/


@media (min-width: 340px) and (max-width:1700px){



.section_4 .mt-4 {

        flex-direction: column;
        justify-content: center;
        align-content: center;
        gap: 4rem;

}

.section_4 h1 {

    font-size:50px;

}
    
.section_4 .sec_4_con_1 p{

    font-size:30px;
    
}

    
.section_4 .mt-4 .col-sm-6 b {

    font-size:25px;

}

.sec_4_con_1 .button_4{

    width: 30rem;
    height: 75px;
    border: 1px #000 solid;
    color: #000;
    font-weight: 500;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    margin: 3rem 0;

}


.section_4 .sec_4_con_1 .button_4 p{

    padding: 20px 0 ;
    line-height: 3rem;
    font-size: 3rem;

}


/*section_4_span*/

.sec_4_span_con_1 .button_4{

    width: 30rem;
    height: 75px;
    border: 1px #000 solid;
    color: #000;
    font-weight: 500;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    margin: 3rem 0;

}

.section_4_span .sec_4_span_con_1 .button_4 p{

    padding: 20px 0 ;
    line-height: 3rem;
    font-size: 3rem;

}



}




/*section_5*/

.section_5_mo {
    background-image:url(https://nobly.kr/skin/view/images/main/sec_5-bg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.section_5_mo .sec_5{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 25rem 0;
    width: 95%;
}

.section_5_mo .sec_5_con_1{
    font-family: "Nanum Myeongjo", serif;
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3em;
    padding-bottom: 6rem;
}

.section_5_mo .sec_5_con_1 span{
    color: #e0be93;
}

.section_5_mo .sec_5_con_2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: center;
    gap: 30px;
}

.section_5_mo .sec_5_con_2 ul {
    padding: 0px;
}

.section_5_mo .sec_5_con_2 ul li:nth-child(2){
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 25px;
    color: #e0be93;
    font-weight: 700;
    padding: 30px 0 15px 0;
}


.section_5_mo .sec_5_con_2 ul li:nth-child(3){
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
}


.section_5_mo .sec_5_con_3{

    padding:5rem 0 0 0;

}


.section_5_mo .sec_5_con_3 ul {
    display: flex;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;

}


.section_5_mo .sec_5_con_3 ul .award_thum p {

    font-size: 2.2rem;

}


.section_5_mo .sec_5_con_3 ul .award_thum{

    align-items: center;

}

.section_5_mo .sec_5_con_3 ul li{
    width: 17rem;
    height: 17rem;
    background-color: #fff;
    border-radius: 45px;
    margin: 0 ;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.section_5_mo .sec_5_con_3 ul li img{

    max-width: 90px;
}

@media (min-width: 340px) and (max-width:512px){


    .section_5_mo .sec_5_con_2 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .section_5_mo .sec_5{

        width: 100%;

    }


    .section_5_mo .sec_5_con_3 ul {
        display: flex;
        padding: 30px 0 0 0;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        gap: 4rem;
    }


    .section_5_mo .sec_5_con_3 ul li {
        width: 18rem;
        height: 18rem;
        background-color: #fff;
        border-radius: 45px;
        margin: 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        /* width: 30%; */
    }


}


/*section_6*/


.section_6_mo{

    height:100vh;

}



.section_6_mo .sec_6{
    display: flex;
    flex-direction: column;
}

.section_6_mo .sec_6 div{
    
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;


}


.section_6_mo .sec_6 div ul li:nth-child(1){
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 5rem;
    color: #fff;
}


.section_6_mo .sec_6 div ul li:nth-child(2){
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 3rem;
    color: #fff;
    font-weight: 200;
    padding: 20px 0 40px 0;
    line-height: 4rem;
    letter-spacing: 0.1px;
}


.section_6_mo .sec_6 div ul li:nth-child(3) span{
    font-size: 80px;
    color: #fff;
    font-weight: 200;
}


.section_6_mo .sec_6 div ul{

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0;
}


.section_6_mo .sec_6_con_1{

    background-image:url(https://nobly.kr/skin/view/images/main/sec_6_con_1.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: 50vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

}

.section_6_mo .sec_6_con_2{

    background-image:url(https://nobly.kr/skin/view/images/main/sec_6_con_2.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: 50vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

}



.section_6_mo .button_6{

    width: 30rem;
    height: 8rem;
    border: 1px #fff solid;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 3rem;
    color: #fff;
    font-weight: 500;
    background-color: transparent;

}

.section_6_mo .button_6 p{

    padding: 20px 0 ;
    line-height: 3.5rem;

}




/*section_7*/

.section_7_mo{

    background-image:url(https://nobly.kr/skin/view/images/main/sec_7-bg_mobile.png);
    background-size: cover;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;


}

.section_7_mo .sec_7{

    max-width: 95%;

}

.section_7_mo .sec_7_con_1{

    padding: 120px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;

}

.section_7_mo .sec_7_con_1 ul li{
    
    font-family:"Nanum Myeongjo", serif;
    font-size:6rem;
    color: #fff;
    line-height: 1.3em;
    padding:  0;

}

.section_7_mo .sec_7_con_1 ul li img{

    max-width: 100%;

}

.section_7_mo .sec_7_con_1 ul li:nth-child(3){

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 3rem;
    line-height: 4.5rem;
    padding-top: 30px;
    font-weight: 200;

}

.section_7_mo .sec_7_con_1 ul li span{
color: #e0be93;
}



.section_7_mo .sec_7_con_1 ul li:nth-child(1){

    padding-bottom: 50px;

}



/*section_8*/

.section_8_mo{

    background-image:url(https://nobly.kr/skin/view/images/main/sec_8-bg_mobile.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    justify-content: center;

    height:70vh;

}


.section_8_mo .sec_8{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* padding-top: 200px; */
    width: 95%;

}

.section_8_mo .sec_8_con_1{

    width: 100%;
    text-align: center;

}

.section_8_mo .sec_8_con_1 ul{

    margin-left: 0%;

}


.section_8_mo .sec_8_con_2{

    width: 90%;

}


.section_8_mo .sec_8_con_1 ul li p:nth-child(1){

    font-family: "Nanum Myeongjo", serif;
    font-size: 25px;
    color: #e0be93;
    font-weight: 100;
    line-height: 1.2em;
    padding-bottom: 15px;

}

.section_8_mo .sec_8_con_1 ul li p:nth-child(2){

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 6rem;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 2px;

}


.section_8_mo .sec_8_con_2 ul li img{

    max-width: 80%;
    padding-top: 10rem;

}



.section_8_mo .sec_8_con_2 ul li {

    display: flex;
    flex-direction: row;
    justify-content: center;

}


    


/*section_9*/

.section_9_mo{

    background-image:url(https://nobly.kr/skin/view/images/main/sec_9-bg_mobile.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height:auto;
    display: flex;
    justify-content: center;

}

.section_9_mo .sec_9{

    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    height: auto;
    width: 95%;
    padding:25rem 0 0 0 ;
    
}

.section_9_mo .sec_9_con_1{

    width:100% ;
	padding-left: 0;

}




.section_9_mo .sec_9_con_1 ul{

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;

}


.section_9_mo .sec_9_con_1 ul li:nth-child(2){

    font-family: "Nanum Myeongjo", serif;
    font-size: 6rem;
    color: #1a1a1a;

}


.section_9_mo .sec_9_con_1 ul li:nth-child(4){

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 3rem;
    line-height: 4.5rem;
    padding-top: 0px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 500;

}

.section_9_mo .sec_9_con_1 ul li:nth-child(2){

    font-weight: bold;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;


}


.section_9_mo .sec_9_con_1 ul li:nth-child(2) span{

    color:#a5845e ;


}

.section_9_mo .sec_9_con_1 ul li:nth-child(2) img{

    padding: 0px 20px ;
}



.section_9_mo .sec_9_con_2{

    width: 100%;
    text-align: center;
    padding: 0;


}

.section_9_mo .sec_9_con_2 img{

    padding: 10rem 0 0 13rem;
    max-width: 90%;
    text-align: center;
	margin-left: -5vh;		
}



.section_9_mo .sec_9_con_1 .button_9{

    width: 30rem;
    height: 8rem;
    

}


.section_9_mo .sec_9_con_1 .button_9 p{

    padding: 20px 0;
    line-height: 3.5rem;
    font-size: 3rem;

}




/*section_10*/


/*
.section_10{

    background-color: #090909;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height:100vh;

}

.sec_10{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    width: 95%;
    align-items: center;

}



.sec_10_con_1{

    width: 100%;

}




.sec_10_con_1 ul{

    margin-left: 0%;
    text-align: center;

}

.sec_10_con_1 ul li{

    padding-bottom: 15px;

}

.sec_10_con_1 ul li:nth-child(1){

    font-family: "Nanum Myeongjo", serif;
    font-size: 25px;
    color: #e0be93;
    font-weight: 100;

}


.sec_10_con_1 ul li:nth-child(2){

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 55px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.1em;
    font-weight: 500;


}


.sec_10_con_1 ul li:nth-child(2) span{

    color: #e0be93;
}


.sec_10_con_1 ul li:nth-child(3){

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 55px;
    color: #fff;

}

.sec_10_con_1 ul li:nth-child(4){

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 200;

 }

.sec_10_con_2{

    width: 100%;
    display: flex;
    justify-content: center;

}

 .sec_10_con_2 ul{

    width: 100%;

 }


.sec_10_con_2 ul li .input_align{ 
    display: flex;
    padding: 20px 0;
    align-items: flex-end;
    justify-content: space-between;
    
}



.sec_10_con_2 ul li .input_align_center input {

    width: 20px;
    height: 20px;

}

.sec_10_con_2 ul li .input_align_center label{

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.4px;

}

.sec_10_con_2 ul li .input_align div:nth-child(1){ 

}

.sec_10_con_2 ul li .input_align .half_input{

    width: 48%;

}


.sec_10_con_2 input{

    height: 55px;
    border-radius: 0.5rem;
    border: 0px;

}


.sec_10_con_2 input[type="text"] {
    padding: 0 15px;
    color: #222;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    width: 100%;
}


.sec_10_con_2 select{

    height: 55px;
    border-radius: 0.5rem;
    border: 0px;
    width: 100%;
    
    padding: 0 15px;
    color: #222;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;


}

.sec_10_con_2 p{

    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 500;

}



.sec_10_con_2 ul li:nth-child(4) input{

    width: 30%;


}

.sec_10_con_2 ul li:nth-child(4) button{

    width: 30%;
    height: 55px;
    border-radius: 0.5rem;
    border: 1px #fff solid;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background-color: #e0be9300;
}


.sec_10_con_2 ul li:nth-child(5) .marriage{


    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
    justify-content: space-between;


}



.sec_10_con_2 ul li:nth-child(5) .marriage div{


        width: 48%;

}




.sec_10_con_2 ul li:nth-child(5) .marriage input[type=radio]{
    display: none;
}


.sec_10_con_2 ul li:nth-child(5) input{


}

    .sec_10_con_2 ul li:nth-child(5) input[type=radio]+label{

        display: inline-block;
        width: 100%;
        height:55px ;
        padding: 18px 0px;
        border: 1px solid #fff;
        text-align: center;
        border-radius: 0.5rem;
        font-weight: 500;
        background-color: #090909;
        color: #fff;

    }



    .sec_10_con_2 ul li:nth-child(5) input[type=radio]:checked+label{

        background-color: #e0be93;
        color: #000;
        font-weight: 700;
        border: 0px;

    }


    .sec_10_con_2 ul li:nth-child(5) #pml{

    }


    .sec_10_con_2 ul li:nth-child(6) .input_align_center label{
        margin-left: 5px;
    }


    .sec_10_con_2 ul li:nth-child(7) button{

        width: 100%;
        height: 70px;
        border-radius: 0.5rem;
        border: 0px;
        font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
        font-size: 25px;
        color: #000;
        font-weight: 700;
        background-color: #e0be93;

    }



    .sec_10_con_2 ul li .input_align .tel_input{

        width: 70%;

    }


    
    .sec_10_con_2 ul li .check_{

        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px 0;

    }



*/




@media (min-width: 1100px) and (max-width: 1600px) {


    .sec_10_con_1 ul li:nth-child(2){

        font-size: 42px;

    }

    .sec_10_con_1 ul li:nth-child(3) {

        font-size: 42px;

    }   


}






@media (min-width: 340px) and (max-width:1500px){


    .section_10{

        height: 100vh;
        width: 100%;
    }

    .sec_10{

        padding: 80px 0px;
        flex-direction:column;
        width: 90%;
    }


    .sec_10_con_1{

       width: 100%;
    
    }

    .sec_10_con_1 ul{

        text-align: center;
        margin-left: 0%;

    }

    .sec_10_con_1 ul li:nth-child(2){

        font-size:6rem;

    }


    .sec_10_con_1 ul li:nth-child(3){
        font-size: 5rem;

    }

    .sec_10_con_1 ul li:nth-child(4){

        font-size: 3rem;
    }


    .sec_10_con_2{

        padding-right: 0;
        width: 100%;

    }

    .sec_10_con_2 ul{
        
        width: 100%;

    }


    .sec_10_con_2 ul li .input_align div:nth-child(1){

        padding-right: 0px;

    }



    .sec_10_con_2 ul li .input_align{

        flex-wrap: wrap;
        align-content: center;
        padding: 1rem 0 ;
        width: 100%;

    }
    .sec_10_con_2 ul li:nth-child(1) input{

        width: 100%;

    }
    
    .sec_10_con_2 input{

        height: 6.5rem;


    }

    .sec_10_con_2 select{

        height: 6.5rem;
        gap: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }


    .sec_10_con_2 p{

        font-size: 2.5rem;
        padding-bottom: 0.5rem;
        
    }


    .sec_10_con_2 ul li{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        
        
    }

    .sec_10_con_2 ul li:nth-child(4) input{

        margin-right: 0px;
    }

    .sec_10_con_2 ul li:nth-child(4) .input_align div {

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;

        
    }

    .sec_10_con_2 ul li:nth-child(4) button{


    }

    .sec_10_con_2 ul li:nth-child(5) .marriage{

        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        

    }


    .sec_10_con_2 ul li .marriage input{

        height: 6.5rem;
        font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
        font-size: 2.2rem;
        border-radius: 0.3rem;


    }




    .sec_10_con_2 ul li:nth-child(5) .marriage div{

        width: 48%;


    }


    .sec_10_con_2 ul li:nth-child(5) input[type=radio]+label{

        width: 100%;
        height: 6.5rem;
        padding: 15px 0px;
    }

    .sec_10_con_2 ul li:nth-child(5) #pml{

        margin-left: 0;

    }


    .sec_10_con_2 ul li:nth-child(4) button{

        height: 6.5rem;
        font-size: 2.2rem;
        width: 26%;

    }


    .sec_10_con_2 ul li .input_align_center label{

        font-size: 2.2rem;
    }

    .sec_10_con_2 select {
    
        font-size: 2.2rem;
        border-radius: 0.3rem;
        width: 100%;
    
    }


    
    .sec_10_con_2 input{

    border-radius: 0.3rem;

    }

    .sec_10_con_2 ul li:nth-child(7) button{

        height: 6.5rem;
        font-size: 2.5rem;
    }


    .sec_10_con_2 ul li .check_{

        justify-content: flex-start;
        padding: 4rem 0 2rem 0;

    }


    .sec_10_con_2 ul li:nth-child(4) .input_align{

        padding: 3rem 0;

    }


    .sec_10_con_2 input[type="text"]{

        font-size: 2.2rem;

    }

    .sec_10_con_2 ul li:last-child button{

        height: 9rem;
        font-size:3rem;

    }


    .sec_10_con_2 ul .tel_send button{

        border-radius: 0.5rem;
        height: 6.5rem;
        color: #000;
        background-color: #e0be93;
        width: 26%;
        font-size: 2.2rem;
        font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
        font-weight: 500;
        border: 0;
    }


    .sec_10_con_2 ul .tel_send p{

        margin: 0;

    }


    .sec_10_con_2 ul .tel_send{

        font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
        padding: 2rem 0 3rem 0;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

    }


    .sec_10_con_2 ul li .marriage input[type="button"]{

        width: 48%;
        height: 55px;
        border: 1px #fff solid;
        background-color: #090909;
        color: #fff;
        transition: background-color 0.3s ease; /* 부드러운 색상 전환 */
    
    }
    
    
    .sec_10_con_2 ul li .marriage input[type="button"]:hover {
    
        border: #e0be93 1px solid;
        color:#e0be93 ;
    }
    
    
    .sec_10_con_2 ul li .marriage input[type="button"]:active {
    
        background-color: #3e8e41; /* 클릭 상태 배경색 */
        transform: scale(0.98); /* 클릭 시 약간 축소 효과 */
        box-shadow: 0 5px #666; /* 클릭 시 그림자 효과 */
    }
    
    
    .sec_10_con_2 ul li .marriage input[type="button"]:focus{
    
        border: #e0be93 2px solid;
        color:#e0be93 ;
        font-weight: 700;
    
    }
    


}



/*


@media (min-width: 1100px) and (max-width:1600px){


    .section_11 .sec_11 .sec_11_con_1 li:nth-child(1){

        font-size: 42px;

    }


    .section_11 .sec_11 .sec_11_con_1 li:nth-child(2) p {


        font-size: 22px;

    }


    .section_11 .sec_11 .sec_11_con_1 li:nth-child(3) p {

        font-size: 22px;

    }


    .section_11 .sec_11 .sec_11_con_1 li:nth-child(2) div{

        font-size: 18px;

    }


    .section_11 .sec_11 .sec_11_con_1 li:nth-child(3) div{

        font-size: 18px;

    }


    .section_11 .sec_11 .sec_11_con_1 li:nth-child(2) div svg{

        font-size: 25px;

    }


    .section_11 .sec_11 .sec_11_con_1 li:nth-child(3) div svg{

        font-size: 25px;

    }



}

*/