html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Malgun Gothic', dotum, sans-serif;background:#fff;}
a {text-align: center;  text-decoration: none; /* 링크의 밑줄 제거 */  color: inherit; /* 링크의 색상 제거 */ }
/*공통*/
.nanum{font-family: 'NanumBarunGothic';}
.nanum_UL{font-family: 'NanumBarunGothicUltraLight';}
.nanum_L{font-family: 'NanumBarunGothicLight';}
.nanum_B{font-family: 'NanumBarunGothicBold';}
p{
    margin: 0;
}
.con_1400{
    width: 1400px;
    margin: 0 auto;
}
table {
  border-spacing: 0px;
  border-style: none;
  padding: 0px;}
td {
  border-spacing: 0px;
  border-style: none;
  padding: 0px;}

#menubar_box {width: 100%; height: 100px; float: left; position: fixed; z-index: 1000;}
#menubar_box .menubar_con {width: 1400px; height: 100px;margin: 0 auto;}
#menubar_box .menubar_con .logo_box{width: 310px; float: left; margin-top: 17px;transition:.5s;}
#menubar_box .menubar_con .logo_box img{width: 100%;}
#menubar_box .menubar_con ul{width: 742px;display: inline;float: left; margin: 40px 0px 0 70px;transition:.5s;text-align: right;}
#menubar_box .menubar_con ul li{list-style: none;display: inline; font-size: 15px; color: #fff;margin-left: 15px;}
#menubar_box .menubar_con .tel_box {float: right; margin-top: 31px;transition:.5s;}
#menubar_box .menubar_con .tel_box .tel {font-size: 26px; float:left; color: #fff; margin-top: 1px;}
#menubar_box .menubar_con .curve_box {width: 81px; height: 26px; border-radius: 100px; background: #fff; line-height: 26px; text-align: center; margin: 6px; float: left;}
/*adm*/
#menubar_box_adm {width: 100%; height: 60px; background: #323232;}
#menubar_box_adm .menubar_con {width: 1400px; height: 60px;margin: 0 auto;}
#menubar_box_adm .menubar_con .logo_box{width: 212px; float: left; margin-top: 11px;transition:.5s;}
#menubar_box_adm .menubar_con .logo_box img{width: 100%;}
#menubar_box_adm .menubar_con ul{
  width: 592px;
  display: inline;
  float: right;
  margin: 22px 0 0 0;
  transition: .5s;
  text-align: right;
}
#menubar_box_adm .menubar_con ul li{list-style: none;display: inline; font-size: 15px; color: #fff;margin-left: 15px;}
#contentAdm{
  width: 1400px;
  margin: 0 auto;
  margin-top: 20px;
}
/* 스크롤 내렸을때 CSS .active */
#menubar_box.active{
    background:rgb(51 39 36 / 88%);
    border-bottom: 0;
    height: 70px;
    transition:.5s;
}

#menubar_box.active .logo_box{
    width: 17%;
    margin-top: 13px;
    transition:.5s;
}

#menubar_box.active ul{
    margin: 25px 0px 0 150px;
    transition:.5s;
}

#menubar_box.active .tel_box{
    margin-top: 15px;
    transition:.5s;
}

.video_bg img{
    position: absolute;
    z-index: 900;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.video_bt{
    width: 220px;
    height: 50px;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 901;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    border-radius: 500px;
    cursor: pointer;
    transition:all 0.5s;
    overflow: visible;
    background: none;
}
.video_bt:hover{
    color: #000;
    box-shadow:220px 0 0 0 #fff inset;
    border: 0;
}

.top_main{
    width: 100%;
    height: 929px;
    background: #251916e0;
    z-index: 900;
    position: absolute;
}
.video_bg {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 929px;    
}
.video_bg .bg_if iframe {
    position: absolute;
    top: -60px;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 200px);
    border: none;
    object-fit: cover;
    min-width: 1920px;
}
.video_bg::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}




#index_from{
    width: 100% !important;
    height: 120px !important;
    background: #332724;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    color: #fff;
}

#index_from .from_bt{
    width: 133px !important;
    height: 65px !important;
    float: right;
    margin-top: -29px;
    font-size: 18px;
    text-align: center;
    line-height: 65px;
}

input[id="btn_submit"]:disabled {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  cursor: auto;
}
input[id="btn_submit"] {
  background: #f6902d;
  color: #fff;
  border: 0;
  cursor: pointer;

}

#index_from .tit_box{
    width: 100% !important;
    float: left;
    margin-top: 25px;
}

#index_from .check{
    float: left;
    margin: 7px 0 0 802px;
}
#index_from .check input{
    width: 16px;
    float: left;
    margin: -5px 5px 0;
}
#index_from h1{
    width: 100px;
    float: left;
    margin: 0;
    font-size: 25px;
    margin-bottom: 7px;
}

#index_from .check label{
    font-size: 15px;
    float: left;
    cursor: pointer;
}

#index_from .check b{
    font-size: 15px;
    float: left;
    margin-left: 7px;
    cursor: pointer;
}
#index_from .input_box{
    font-size: 15px;
    float: left;
}
#index_from input{
    width: 197px;
    height: 30px;
    text-align: center;
    font-size: 15px;
}

#index_from select{
    width: 203px;
    height: 36px;
    text-align: center;
    font-size: 15px;
}

#index_con001 {
    width: 100%;
    min-width: 1400px;
    height: 901px;
    background: #f9f4ec;
}
#index_con001 .con_logo{
    width: 215px;
    height: 44px;
    margin: 0 auto;
    padding: 100px 0 10px;
}

#index_con001 .con_name{
    width: 368px;
    height: 74px;
    margin: 0 auto;
    padding: 0 0 40px;
}
#index_con001 .con_txt{
   font-size: 18px;
   text-align: center;
   margin-bottom: 40px;
   color: #332724;
}

#index_con001 ul{
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
 }

 #index_con001 ul li{
    width: 383px;
    height: 100%;
    display: inline;
    float: left;
    font-size: 28px;
    text-align: center;
    background: #2b2b2b;
    margin: 10px;
    padding-top: 302px;
    padding-bottom: 26px;
    font-family: 'EsaManru';
    color:#fff;
    background: url(/theme/ulrimfd/img/001_img02.jpg);
    background-size: 105%;
    transition: background-size .5s ease;
    -moz-transition: background-size .5s ease;
    -web-kit-transition: background-size .5s ease;
    background-repeat: no-repeat;
    background-position: center;
 }

 #index_con001 ul li:first-child{
    border-bottom-left-radius: 50px ;
    background: url(/theme/ulrimfd/img/001_img01.jpg);
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
 }
 #index_con001 ul li:last-child{
    border-top-right-radius: 50px ;
    background: url(/theme/ulrimfd/img/001_img03.jpg);
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
 }

 #index_con001 ul li:hover{
    background-size: 115%;
 }

 
#index_con002 {
  width: 100%;
  min-width: 1400px;
  height: 1060px;
  background: url(/theme/ulrimfd/img/graph_bg.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#index_con002 .con_logo{
  width: 215px;
  height: 44px;
  margin: 0 auto;
  padding: 100px 0 10px;
}

#index_con002 .con_name{
  width: 523px;
  height: 74px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#index_con002 .con_txt{
 font-size: 18px;
 text-align: center;
 margin-bottom: 40px;
 color: #fff;
}
#index_con002 .table_box{
    width: 468px;
    height: 100%;
    float: left;
    margin-left: 106px;
   }
#index_con002 .table_box .txt_001{
  width: 468px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

#index_con002 .table_box table{
 border-collapse: collapse;
 width: 468px;
 font-size: 18px;
 margin-top: 85px;
 border: 2px solid #fff;
 background: url(/theme/ulrimfd/img/002_img01.gif);
}
#index_con002 .table_box table tr{
    float: left;
    width: 100%;
    padding: 24px 0;
    color: #332724;
   }
   #index_con002 .table_box table tr p{
    font-size: 12px;
   }
#index_con002 .table_box table tr:first-child{

    font-family: 'NanumBarunGothicBold';
    font-size: 20px;
    background: linear-gradient(180deg, rgba(69,44,28,1) 0%, rgba(141,117,68,1) 100%);
    color: #fff;
}
#index_con002 .table_box table tr:last-child{

    font-family: 'NanumBarunGothicBold';
    font-size: 20px;
    background: linear-gradient(180deg, rgba(255,120,30,1) 0%, rgba(247,162,43,1) 100%);
    color: #fff;
}
#index_con002 .table_box table tr:nth-child(3){
    padding: 19px 0;
}

#index_con002 .table_box table th{
    font-weight: unset;
    
}
#index_con002 .table_box table th:first-child{
    width: 164px;
    
}
#index_con002 .table_box table th:last-child{
    width: 100px;
}
#index_con002 .table_box table th:nth-child(2){
    width: 295px;   
}

#index_con002 .graph_box {
    width: 706px;
    height: 627px;
    float: right;
    background: url(/theme/ulrimfd/img/002_img02.png);
    margin-right: 50px;
    background-repeat: no-repeat;
    background-position: center;
   }

   #index_con002 .graph_box .graph_con001{
    color: #fff;
    margin: -195px 0 0 50px;
    width: 300px;
   }
   #index_con002 .graph_box .graph_con001 span{
    font-size: 18px;
   }

   #index_con002 .graph_box .graph_con001 .price_box{
    font-size: 18px;

   }
   #index_con002 .graph_box .graph_con001 h2{
    margin: 0;
    display: inline;
    padding:0 5px;
    font-size: 35px;
   }
   #index_con002 .graph_box .graph_con002{
    color: #fff;
    margin: 140px 0 0 351px;
    width: 300px;
   }
   #index_con002 .graph_box .graph_con002 span{
    font-size: 18px;
   }
   #index_con002 .graph_box .graph_con003{
    color: #fff;
    margin: 98px 0 0 502px;
    width: 300px;
   }
   #index_con002 .graph_box .graph_con003 span{
    font-size: 18px;
   }
   #index_con002 .graph_box .graph_con004{
    color: #fff;
    margin: 110px 0 0 380px;
    width: 300px;
   }
   #index_con002 .graph_box .graph_con004 span{
    font-size: 18px;
   }
   #index_con002 .graph_box .graph_con005{
    color: #fff;
    margin: -64px 0 0 203px;
    width: 300px;
   }
   #index_con002 .graph_box .graph_con005 span{
    font-size: 18px;
   }

   #index_con003 {
    width: 100%;
    min-width: 1400px;
    height: 901px;
    background: #f9f4ec;
}
#index_con003 .con_logo{
    width: 215px;
    height: 44px;
    margin: 0 auto;
    padding: 100px 0 10px;
}

#index_con003 .con_name{
    width: 535px;
    height: 75px;
    margin: 0 auto;
    padding: 0 0 40px;
}
#index_con003 .con_txt{
   font-size: 18px;
   text-align: center;
   margin-bottom: 40px;
   color: #332724;
}
#index_con003 .review li{
  background: #fff;
}
#index_con003 .review h2{
  font-size: 18px;
  text-align: center;
  margin: 18px 0 0 0;
}
#index_con003 .review p{
  font-size: 12px;
  padding: 18px;
  color: #8b8b8b;
}
#index_con003 .review .review_bt{
  font-size: 15px;
  height: 50px;
  background: #65514c;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

#index_con003 .review .review_bt:hover{
  background: #f3981b;
  transition: all .5s;
}

#index_con004 {
  width: 100%;
  min-width: 1400px;
  height: 1015px;
  background: url(/theme/ulrimfd/img/time_bg.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#index_con004 .con_logo{
  width: 215px;
  height: 44px;
  margin: 0 auto;
  padding: 100px 0 10px;
}

#index_con004 .con_name{
  width: 590px;
  height: 76px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#index_con004 .con_txt{
 font-size: 18px;
 text-align: center;
 margin-bottom: 40px;
 color: #fff;
}

#index_con004 .time_001{
  width: 1178px;
  height: 70px;
  color: #f3981b;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  line-height: 70px;
  border: 5px solid #f3981b;
  border-top-left-radius: 50px;
 }

 #index_con004 .time_list{
  width: 1188px;
  height: 445px;
  margin: 0 auto;
  margin-top: 13px;
  font-size: 20px;
 }
 #index_con004 .time_list table tr th{
  font-weight: normal;
 }
 #index_con004 .time_002{
  width: 588px;
  height: 435px;
  float: left;
  color: #353535;  
  border: 5px solid #f3981b;
  background: url(/theme/ulrimfd/img/004_img01.gif);
  background-repeat: no-repeat;
  background-position: center;
 }
 #index_con004 .time_002 p{
  font-size: 15px;
  color: #9e9e9e;
  margin-top: 5px;
 }
 #index_con004 .time_002 tr:first-child{
  width: 100%;
  color: #ffffff;
  background: #f3981b;
  text-align: center;
  height: 70px;
  font-size: 22px;
 }
 #index_con004 .time_002 tr:nth-child(2) th:first-child{
  width: 170px;
  height: 137px;
}
 #index_con004 .time_003{
  width: 588px;
  height: 435px;
  float: right;
  color: #353535;
  background: #fff;
  border: 5px solid #969696;
  border-bottom-right-radius: 50px;
  background: url(/theme/ulrimfd/img/004_img01.gif);
  background-repeat: no-repeat;
  background-position: center;
  transition: all .5s;
  cursor: pointer;
}
#index_con004 .time_003 p{
  font-size: 15px;
  color: #9e9e9e;
  margin-top: 5px;
 }
#index_con004 .time_003 tr:first-child{
  width: 100%;
  color: #ffffff;
  background: #969696;
  text-align: center;
  height: 70px;
  font-size: 22px;
  transition: all .5s;
}
#index_con004 .time_003 tr:nth-child(2) th:first-child{
  width: 170px;
  height: 137px;
}

#index_con004 .time_003:hover{
  border: 5px solid #cf1717;
  transition: all .5s;
}
#index_con004 .time_003:hover tr:first-child{
  background: #cf1717;
  transition: all .5s;
}


#index_con005 {
  width: 100%;
  min-width: 1400px;
  height: 1000px;
  background: #f9f4ec;
}
#index_con005 .con_logo{
  width: 215px;
  height: 44px;
  margin: 0 auto;
  padding: 100px 0 10px;
}

#index_con005 .con_name{
  width: 284px;
  height: 74px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#index_con005 .con_txt{
 font-size: 18px;
 text-align: center;
 margin-bottom: 40px;
 color: #332724;
}

#index_con005 ul{
  width: 1080px;
  margin: 0 auto;
 }

#index_con005 ul li{
  width: 230px;
  height: 130px;
  float: left;
  display: inline;
  border: 2px solid #795548;
  margin: 8px;
  padding: 10px;
  background: #fff;
  transition: all .5s;
  cursor: pointer;
}
#index_con005 ul li:hover{
  border: 2px solid #f3981b;
  transition: all .5s;
}
#index_con005 ul li:hover .nomber{
  background: #f3981b;
  transition: all .5s;
}
#index_con005 ul li:last-child{
  border: 2px solid #f3981b;
  background: #f3981b;
  color: #fff;
  border-bottom-right-radius: 50px;
}
#index_con005 ul li:last-child .nomber{
  background: #fff;
  color: #f3981b;
}
#index_con005 ul li:last-child .line{
  border-bottom: 1px solid #fff;
}
#index_con005 ul li:last-child p{
  color: #fff;
}
#index_con005 ul li .nomber{
  background: #795548;
  border-radius: 60px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#index_con005 ul li .nomber{
  background: #795548;
  border-radius: 60px;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
#index_con005 ul li h3{
  text-align: center;
  font-size: 20px;
  margin: 5px 0 0 0;
  font-family: 'NanumBarunGothicBold';
}
#index_con005 ul li .line{
  width: 70px;
  border-bottom: 1px solid #969696;
  margin: 10px auto;
}
#index_con005 ul li p{
  text-align: center;
  font-size: 14px;
  color: #797979;
}
#index_con006 {
  width: 100%;
  min-width: 1400px;
  height: 1154px;
  background: url(/theme/ulrimfd/img/time_bg.gif);

}
#index_con006 .con_logo{
  width: 215px;
  height: 44px;
  margin: 0 auto;
  padding: 100px 0 10px;
}

#index_con006 .con_name{
  width: 279px;
  height: 75px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#index_con006 table{
  width: 1080px;
  height: 75px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
}
#index_con006 table tr{
  height: 65px;
}
#index_con006 table tr td{
  text-align: center;
  font-family: 'NanumBarunGothicLight';
  font-size: 22px;
  background: #f3981b;
}
#index_con006 table tr th{
  font-weight: normal;
  border-bottom: 1px dashed #fff;
}
#index_con006 table tr th span{
  background: #eb0000;
  padding: 7px;
  border-radius: 50px;
}
#index_con006 table tr th p{
  font-size: 12px;
}
#index_con006 table tr th:last-child p{
  margin-top: 10px;
}
#index_con006 table tr:nth-child(10){
  background: #f3981b;
}
#index_con006 table tr:last-child th{
  text-align: left;
  background: #f9f4ec;
  color: #332724;
  padding: 20px 40px;
}
#index_con006 table tr th:first-child{
  font-size: 22px;
}
#index_con006 table tr:nth-child(n+9):nth-child(-n+11) th{
  border: 0;
}
#index_con006 table tr:nth-child(10) th:nth-child(3){
  font-size: 22px;
}


#index_con007 {
  width: 100%;
  min-width: 1400px;
  background: #f9f4ec;

}
#index_con007 .con_logo{
  width: 215px;
  height: 44px;
  margin: 0 auto;
  padding: 100px 0 10px;
}

#index_con007 .con_name{
  width: 279px;
  height: 75px;
  margin: 0 auto;
  padding: 0 0 20px;
}


#index_con008 {
  width: 100%;
  min-width: 1400px;
  background: #f9f4ec;

}

#index_con008 .mapBox{
  width: 371px;
  background: #fffffff5;
  position: absolute;
  height: 250px;
  border: 2px solid #FF9800;
  margin-right: 13%;
  margin-top: 120px;
  right: 0;
  color: #424242;
}
#index_con008 .mapBox b{
  font-weight: unset;
  color: #f3981b;
}
#index_con008 .mapBox h2{
  text-align: left;
  font-size: 31px;
  float: left;
  padding: 15px 48px;
  margin: 27px 0 0 0;
}
#index_con008 .mapBox p{
  text-align: left;
    font-size: 13px;
    line-height: 29px;
    padding: 0px 35px;
    float: left;
}



 /* 스크롤 */
 .scroll_wrap {overflow: hidden;}
.scroll_on {opacity: 0;transition: all .5s;}
.scroll_on.active {opacity: 1 !important;transform: translate(0, 0)
   !important;}
.scroll_on1 {opacity: 0;transition: all 1s;}
.scroll_on1.active {opacity: 1 !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);}

/* 팝업  */
#popup iframe {
    width: 1028px;
    height: 578px;
}

#popup button {
    height: 50px;
    width: 100%;
    cursor: pointer;
    border: none;
    background: none;
    color: #fff;
    font-size: 16px;
    justify-content: center;
}
#popup button:hover {
    background-color: #fff;
    transition:.5s;
    color:#332724;
}

#popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

}


#popup.hide {
    display: none;
}

#popup .content {
    padding: 20px;
    border-radius: 5px;
    transition:.5s;
}

#popup1 button {
    height: 50px;
    width: 100%;
    cursor: pointer;
    border: none;
    background: none;
    color: #575757;
    font-size: 16px;
    justify-content: center;
}
#popup1 button:hover {
    background-color: #575757;
    transition:.5s;
    color:#fff;
}

#popup1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

}


#popup1.hide {
    display: none;
}

#popup1 .content {
    padding: 20px;
    border-radius: 5px;
    transition:.5s;
    background: #fff;
    color: #000;
}

#popup1 textarea {
    width: 1080px;
    height: 530px;
}
#popup2 iframe {
  width: 1028px;
  height: 578px;
}

#popup2 button {
  height: 50px;
  width: 100%;
  cursor: pointer;
  border: none;
  background: none;
  color: #fff;
  font-size: 16px;
  justify-content: center;
}
#popup2 button:hover {
  background-color: #fff;
  transition:.5s;
  color:#332724;
}

#popup2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: rgba(0, 0, 0, .7);
  z-index: 1000;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

}


#popup2.hide {
  display: none;
}

#popup2 .content {
  padding: 20px;
  border-radius: 5px;
  transition:.5s;
}
