@charset "UTF-8";

/*--------------------------------------------------------------
# visual Section
--------------------------------------------------------------*/
#main_visual {
    width: 100%;
    margin: 48px auto 0;
    display: flex;
}

#mainFull_visual {
    display: flex;
}

#full_visual {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*   background: #f3f3f3;
     background: url("../images/visual_03.png");
      background-size: cover;
      background-position: center;*/
}

#visual {
    position: relative;
    width: 1200px;
    height: 400px;
    overflow: hidden;
    background: #f3f3f3;
    /*background: url("../images/visual_03.png");
    background-size: cover;
    background-position: center;*/
}

#visual .mainban-item {
    position: relative;

}

#mainban_navbox {
    position: absolute;
}
#visual .visual-img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

#visual .nav-mainban {
    justify-content: flex-start;
    position: absolute !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    height: 30px !important;
    margin: 0 auto;
}

.nav-mainban li {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 7px;
    border: 1px solid #000;
}



#visual .curr {
    background: #000;
}




/*-------------------------
.right-menu div
---------------------------*/

.right-menu {
    width: 350px;
    margin-left: 20px;
}

.rmenu-wrap {
    display: flex;
    flex-wrap: wrap;
}

.right-menu .rmenu-wrap li {
    width: 110px;
    height: 107px;
    margin: 0 10px 10px 0;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    text-align: center;

}

.right-menu .rmenu-wrap li a {
    display: block;
    width: 110px;
    height: 107px;
    padding: 23px 0;
}

.icon-sprite {
    display: block;
    background: url('../images/icon-sprite.png') no-repeat;
}

.rmenu-wrap .rmenu a i {
    margin: 0 auto;
}

.is_01 {
    width: 37px;
    height: 35px;
    background-position: -7px -5px;
}

.is_02 {
    width: 37px;
    height: 35px;
    background-position: -52px -5px;
}

.is_03 {
    width: 37px;
    height: 35px;
    background-position: -93px -5px;
}

.is_04 {
    width: 37px;
    height: 35px;
    background-position: -135px -5px;
}

.is_05 {
    width: 37px;
    height: 35px;
    background-position: -180px -5px;
}

.is_06 {
    width: 37px;
    height: 35px;
    background-position: -222px -7px;
}


.rmenu a:hover .is_01 {
    background-position: -7px -48px;
}

.rmenu a:hover .is_02 {
    background-position: -52px -48px;
}

.rmenu a:hover .is_03 {
    background-position: -93px -48px;
}

.rmenu a:hover .is_04 {
    background-position: -135px -48px;
}

.rmenu a:hover .is_05 {
    background-position: -180px -48px;
}

.rmenu a:hover .is_06 {
    background-position: -222px -49px;
}



.right-menu .rmenu-wrap li img {
    max-width: 100%;
}

.right-menu .rmenu-wrap p {
    margin: 8px 0;
}

.right-menu .rmenu-wrap li:nth-child(3n) {
    margin: 0 0 10px;
}

/*-------------------------
# main_part1 div
---------------------------*/

#main_part1 {
    width: 1200px;
    margin: 0 auto;
}

.section-title {
    margin-bottom: 20px;
}
.section-center {
   text-align: center;
    margin-bottom: 20px;
}
.section-title h2 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    letter-spacing: -0.1rem;
}

#main_part1 .container{
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

ul.tabs{
    margin: 0;
    padding: 0px;
    list-style: none;
}

ul.tabs li{
    border-radius: 30px;
    border: 1px solid #BBB;
    background: #fff;
    padding: 10px 25px;
    margin: 0 8px;
    color: #7d7d7d;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
}

ul.tabs li.current{
    border: 1px solid #0066B3;
    background: #0066B3;
    color: #fff;
}

.tab-content{
//    display: none;
    background: #F5F6F8;
    text-align: left;
}

.tab-content.current{
    display: inherit;
}


/*-------------------------
.recomm-slide
---------------------------*/
.slick-slide {
    margin: 0 10px;
}

.recomm-item {
    background: #fff;
    height: 398px;
    border-radius: 20px;
    overflow: hidden;   
}



.recomm-box {
    /*display: flex;
    justify-content:space-between;*/
    padding: 25px 35px 0;
    }


    .recomm-box h4 {
        max-width: 280px;
        letter-spacing: -0.6px;
        font-size: 18px;
        font-weight: 600;
        color: #242424;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1; 
        -webkit-box-orient: vertical;    
    }


    .recomm-img {
        width: 270px;
        height: 270px;
        background: #fff;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
        border-right: 10px;
    }

    .recomm-img  img {
        border-radius: 10px;
        background: #b5b5b5;
        width: 100%;
    }


    .recomm-txt {
        display: flex;
    }
    
    .recomm-txt li {
        margin-right: 17px;
        font-size: 22px;
        line-height: 1.5;
        color: #7D7D7D;
    }

    .recomm-txt li:first-child {
        position: relative;
        font-weight: 700;
        color: #0066B3;
    }

    .recomm-txt li:first-child::after  {
        content: "";
        position: absolute;
        top: 5px;
        right: -9px;
        width: 1px;
        height: 20px;
        background: #B8B8B8;
    }

    .cp-slidebox {
        position: static;
    }

    .slick-initialized .slick-slide {
        display: flex;
        justify-content: left;
    }

    .recomm-slide button {
        background: none;
        border: none;
    }

    .slick-slide img {
        width: 2200px;
        height:320px;
        margin: 0;
    }

    .slick-prev {
        position: absolute;
        left: -27px;
        top: 45%;
    }

    .slick-prev[aria-label], 
    .slick-next[aria-label]{
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 0;
    z-index: 40;
    }


    .slick-prev::before {
    content: url("../images/parrow_pre.png");
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    }


    /*.slick-prev::before {
    content: "\eab5";
    position: absolute;
    font-family: IcoFont!important;
    font-size: 2.5em;
    color: #333;
    }*/

    .slick-next {
    position: absolute;
    right: -7px;
    top: 45%;
    }

    .slick-next::after {
    content: url("../images/parrow_next.png");
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    }


/*--------------------------------------------------------------
# main_part2 Section
--------------------------------------------------------------*/
#main_part9 {
    width: 1100px;
    margin: 0 auto;
}

#main_part9 .container {
    width: 100%;
}
#main_part2 {
    width: 1200px;
    margin: 0 auto;
}

#main_part2 .container {
    width: 100%;
    height: 340px;
    padding: 16px 40px;
    background-color: #fff;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
}

.best-slider {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
	/*text-align:center;*/
	display:flex; /* 내용을 중앙정렬 하기위해 flex 사용 */
    flex-direction: column;
}

.best-review .best_item > a {
    display: block;
}

.label {
    height:20px;
    background: white url('/images/icon_line.png') ;
}

.best-img {
    position: relative;
    height: 170px;
    overflow: hidden;
}

.best-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.best-img > div {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #000;
    opacity: 0.5;
    color: #fff;
    text-align: center;
    line-height: 2;
    z-index: 10;
} 
.best_item {
    position: relative;
    margin-top: 9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}


.best-twrap {
    padding: 20px 0px;
    position: relative;
    z-index: 9;
}

.best-twrap h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}

/*.best-twrap p {
    font-size: 18px;
    color: #797979;
    margin: 0;
    padding: 0;
}*/

.best-twrap h4 span {
    margin-left: 10px;
    font-weight: 500;
    color: #7D7D7D;
}

.best-txt {
    display: flex;
}

.best-txt li {
    margin-right: 17px;
    font-size: 16px;
    line-height: 2;
    color: #7D7D7D;
}

.best-txt li:first-child {
    position: relative;
    font-weight: 700;
    color: #0066B3;
}

.best-txt li:first-child::after  {
    content: "";
    position: absolute;
    top: 9px;
    right: -9px;
    width: 1px;
    height: 14px;
    background: #B8B8B8;
}

.slider-arrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.best-arrow {
    display: block;
    text-decoration: none;
    color: #000;
    width: 37px;
    height: 37px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    text-align: center;
    vertical-align: middle
}

.best-btn-next {
    background: url("../images/carrow_right.png") center 9px no-repeat;
    font-size: 0px;    
}
.best-btn-prev  {
    margin-right: 5px;
    background: url("../images/carrow_left.png") center 9px no-repeat;
    font-size: 0px;
}

.mark-slide {
    padding-left:10px;
    overflow: hidden;
    display:inline-block; /* 내용을 중앙정렬 하기위해 flex 사용 */
    flex-direction: column;
    flex-shrink: 0;
    width: 280px;
    height: 370px;
    position: relative;
    margin: 10px 10px;
    transition-property: transform
}
.mark-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: inline-block;
    transition-property: transform;
    box-sizing: content-box
}
.mark-img {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.mark-img img {
    border-radius: 10px;
     background: #b5b5b5;
    width: 100%;
    max-width: 270px;
}
.mark-img > div {
    border-top-left-radius: 8px;
    border-bottom-rigght-radius: 8px;
    font-size : 13px;
    font-weight : 800;
    position: absolute;
    top: 3px;
    left: 3px;
    display: inline-block;
    width: 48px;
    height: 24px;
    background: #ff2a2a;
    color: #fff;
    text-align: center;
    z-index: 10;
}
.mark_item {
    position: relative;
    margin-top: 9px;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-direction: column;
    flex-direction: column;
}


.mark-twrap {
    text-align: left;
    padding: 10px 0;
    position: relative;
    z-index: 9;
}

.mark-twrap h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mark-twrap h4 span {
    margin-left: 10px;
    font-weight: 500;
    color: #7D7D7D;
}

.mark-txt {
//
}

.mark-txt li {
    margin-right: 17px;
    font-size: 11px;
    line-height: 1.5;
    color: #7D7D7D;
}

.mark-txt li:first-child {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    color: #2879fd;
}
/*
.mark-txt li:first-child::after  {
    content: "";
    position: absolute;
    top: 9px;
    right: -9px;
    width: 1px;
    height: 14px;
    background: #B8B8B8;
}
*/
/*--------------------------------------------------------------
# main_part3 Section
--------------------------------------------------------------*/
#main_part3 {
    width: 1220px;
    margin: 0 auto;
}


/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.news .container {
    display: flex;
    justify-content: space-between;
}
.news .news_table {
    width: 440px;
    margin-right: 50px;
}

.news_table .pd-l10 {
    text-align: left;
    padding-left: 10px;
}

.news_table .pd-l10 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 
}

.news .news_table table {
    border-top: 1px solid #333;
}

.news_table table td {
    font-size: 18px;
    padding: 28px 10px;
}

.news-tit {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 6px;
}

.news-tit h3 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.news-tit p {
    font-size: 16px;
}


.catalog_area {
    width: 632px;
}

/*--------------------------------------------------------------
# camp-review
--------------------------------------------------------------*/
    .review-tit {
        display: flex;
        justify-content: flex-end;
        align-items: end;
        margin-bottom: 15px;
    }

    .review-tit h3 {
        margin: 0;
        font-size: 30px;
        color: #242424;
        font-weight: 600;
    }



.table_area {
    width: 100%;
}

.table_area table {
    width: 100%;
    border-top: 1px solid #333;
    text-align: center;
}

.table_area table th {
 //   background-color: #f9f9f9;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
}


.table_area table td {
    font-size: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #dadada;
}

.table_area .tb-pop th {
    width: 25%;
    padding: 7px 10px;
    background: #f6f6f6;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #dadada;
}

.table_area .tb-pop td {
    padding-left: 15px;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
    text-align: left;
}

.table_area label {
    padding-right: 10px;
}

.btn_area {
    display: block;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.btn_Completed {
    min-width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 12px 0;
    background: #e10025;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}


