/********** Template CSS **********/
:root {
    --primary: #007aff;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}

body{
    font-family:"mont-M", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;
    background-color: #FFF;
}

a{color:#fff;text-decoration: none;}

.header_img{
    width:100%;
    height:600px;
    background-image: url('../img/main_sl.jpg');
    background-size: cover;
}

.pr_header_img{
    width:100%;
    height:600px;
    background-image: url('../img/pr_cate_bg.jpg');
    background-size: cover;
}

.bus_header_img{
    width:100%;
    height:600px;
    background-image: url('../img/bus_cate_bg.jpg');
    background-size: cover;
}

.hotel_header_img{
    width:100%;
    height:600px;
    background-image: url('../img/hotel_cate_bg.jpg');
    background-size: cover;
}

.food_header_img{
    width:100%;
    height:600px;
    background-image: url('../img/food_cate_bg.jpg');
    background-size: cover;
}

.notice_header_img{
    width:100%;
    height:600px;
    background-image: url('../img/notice_cate_bg.jpg');
    background-size: cover;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

h5{
    font-size: 24px;
    letter-spacing: -1px;
}

.list-sub-text{
    font-size: 18px!important;
    letter-spacing: -1px!important;
    margin:0 auto;
}

.mobile_lo{display: none;}

.wrap{
    width:1320px;
    /*background-color: rgb(94, 63, 63);*/
    display: flex;
    justify-content: space-between;
    margin: 0 auto;    
}

.top_box_thumb{
    width:500px;
    height:500px;
    background-color: rgb(80, 10, 10);    
}

.top_box_stats{
    width:500px;
    height:400px;
    background-color: #fff;
}

.calendar{
    width:100%;
    height:300px;
    background-color: rgb(68, 136, 163);
}
.opt1{
    width:100%;
    height:50px;
    border: 1px solid#bebebe;
    border-radius: 5px;
}

.opt2{
    width:100%;
    height:50px;
    border: 1px solid#962424;
    border-radius: 5px;
}

.item_page{
    margin-bottom: 30px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background-color: #007aff;
    border:none;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    margin-top: 45px;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
    max-width:1320px;
    background-color: #1069bd;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.sticky_bx{  
    display: none;  
    position: fixed;    
    z-index: 9999;        
    right:10px;
    bottom:100px;    
    padding:0;    
    text-align: center;  
}

.bottom_logo1{
    background-image: url('../img/woman.png');
    width:110px;padding-top:7px;
}

.bottom_logo2{
    background-image: url('../img/munhwa_logo.png');
    width:130px;    
}


.nav_top_bar{
    border-radius: 12px;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);    
}

.nav-border{
    border-right: 1px solid#FFFFFF;
    height: 1.06em!important;    
}

.bg-color{
    background-color: #fffced;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #fffbc1;
}

.list_item_expl{        
    display: flex;
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    
    .it_item{
        flex-direction: column;
    }

    .header_img{
        background-image: url('../img/main_sl_m.jpg');
        height: 170px;
    }

    .pr_header_img{
        height:170px;
        background-image: url('../img/pr_cate_bg_m.jpg');        
    }
    
    .bus_header_img{        
        height:170px;
        background-image: url('../img/bus_cate_bg_m.jpg');        
    }
    
    .hotel_header_img{
        height:170px;
        background-image: url('../img/hotel_cate_bg_m.jpg');        
    }
    
    .food_header_img{
        height:170px;
        background-image: url('../img/food_cate_bg_m.jpg');        
    }

    .notice_header_img{
        height:170px;
        background-image: url('../img/notice_cate_bg_m.jpg');        
    }

    .main_item_list{
        display: flex;        
    }

    .property-item{
        height: 180px !important;;
    }

    h5{
        font-size: 14px;
    }

    .p-4{
        padding: 10px!important;
    }

    /*.detail_item_list{
        width:340px;
    }*/

    .list-sub-text{
        font-size: 11px!important;
        color:#9e9e9e;
        font-weight: 400;
        margin:0;
    }

    .list-item-ver{
        line-height: 24px;
        width:140px;
    }

    .mb-3{
        margin-bottom: 5px!important;
    }

    .list-title{
        margin-top:30px;
    }

    .list_item_expl{        
        flex-direction: column;
        margin-top:10px;
    }

    /*.list-text{
        font-size: 12px!important;
    }*/

    .img-fluid{
        height:180px;
        width:260px;
    }

    .nav_top_bar{
        border-radius: 0px;
    }

    .navbar-toggler{
        background-color: #FFF;
    }
    
    .list-text{
        display: none;
    }

    .fa{
        display: none;
    }
    
    .back-to-top{
        display: none;
    }

    .sticky_bx{
        display: block;
        bottom:20px;
    }


    .clic_bt{
        padding: 1px !important;
        border-radius: 2px;
        /*background-color: #fec337;*/
        background-color: #20c6ea;    
        color:#FFF;
        font-size: 11px !important;
        text-align: center;
        width:80%;
        margin:0 auto;
        margin-top: 30px !important; 
        /*font-weight: 500 !important; */
    }


}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }    
        
}

.list-text{
    font-size: 15px;
    letter-spacing: -1px;
    color:#b6b6b6;
}

/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -140px;
    }    
}

.header img{
    width: 100%;
    background-size: cover;    
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.text-basic{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    letter-spacing: -1;
}

.main_title_tx{
    font-family: 'Noto Sans KR', sans-serif!important;
    color:#FFF;
    letter-spacing: -1px!important;
    font-weight: 500!important;
}

.main_sl_tx{
    letter-spacing: -1!important;
}

.rounded{
    border-radius: 4px!important;
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }

    
    .back-to-top{
        display: none!important;
    } 

    
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;    
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-item{
    font-family: 'Noto Sans KR', sans-serif;        
    font-size: 1.06em!important;
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.text-primary{
    color: #009cc5 !important;  
    text-align: center;  
}

.property-item {
    box-shadow: 0 0 14px rgba(0, 0, 0, .12);
    height:400px;
    background-color: #FFF;
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}

.clic_bt{
    padding:10px 20px;
    border-radius: 2px;
    /*background-color: #fec337;*/
    background-color: #20c6ea;
    color:#FFF;
    font-size: 17px;
    text-align: center;
    width:80%;
    margin:0 auto;
    margin-top: 6px;   
    font-weight: 600; 
}



/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/

.ft{
    width: 100%;
}

.footer_bg{
    max-width: 1320px;
}


.footer_bar{
    display: flex;    
    justify-content: space-between;
    max-width: 1320px;
    font-size: 18px;
  }
  
  .footer_box{
    padding:1.2rem;
    letter-spacing: -1px;
    color:#FFF;  
    font-size: 16px;
    max-width: 1320px;   
    cursor: pointer; 
  }
  
  .footer_bottom_bg{
    width:100%;
    background-color: #1d1d1f;
  }
  
  .footer_bottom{
    height:11em;
    max-width: 1320px;
    margin:0 auto;
  }

  
  
  .ft_bt_tx{
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 2em;
    color:#FFF;
  }
  
  .ft1{
    text-align: right; 
    width:16%; 
  }
  
  .ft2{
    text-align: left;  
    width:33%;
  }
  
  .ft3{
    text-align: left;  
    width:7%;
  }
  .ft4{
    text-align: left;  
    width:24%;
  }
  
  .ft5{
    text-align: left;  
    width:9%;
  }

  .ft6{
    text-align: left;  
    width:7%;
    display: flex;
  }


  @media (max-width: 991.98px) {

    
    .back-to-top{
        display: none!important;
    } 

    .footer_bar{
        display: none;
    }
    
    .footer_bottom {
        height:290px;
    }

    .ft_bt_bx{
        width:100%;
        padding:0 2% 0 2%;    
    }

    .ft_bt_tx{
        display: block;
        padding-top:10px;
    }

    .ft1{
        width:100%;
        text-align: left;
        display: flex;
    }

    .mobile_lo{
        display: flex;
    }

    .footer_call_num{
        font-size: 2em; 
        padding-top:0.2em;   
    }

    .foot_company_title{
        font-size: 2em;    
    }

    .ft2{
        font-size: 0.83em;
    }

    .ft3{
        display: none;
    }

    .ft4{
        display: none;
    }

    .ft5{
        display: none;
    }
    
    .ft6{
        display: none;
    }

    .mobile_lo{
        margin-left:20px;
    }

    .bottom_logo1{
        width:80px;
        height:80px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top:30px;
    }

    .bottom_logo2{
        width:88px;
        height:80px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top:28px;
    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
  }