/* product */
.group-theme{
    margin-top: 30px;
}
.main-title{
    display: block; font-size: 48px; line-height: normal; text-align: center; font-weight: 600;
    margin-bottom: 45px;
    overflow: hidden;
}

.main-title span{
    display: inline-block; padding: 0 40px; position: relative;
}
.main-title span:before, .main-title span:after{
    content: "";
    height: 1px;
    width: 1000px;
    position: absolute;
    top: 50%;
    display: block;
    background: black;
}
.main-title span:before{ left: -1000px }
.main-title span:after{ right: -1000px }

.choice-departure{ display: table; width: 100%; table-layout: fixed }
.choice-departure span{
    display: table-cell;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid silver;
    cursor: pointer;
}
.choice-departure span + span{ border-left: none;}

.photoType_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 20px;
}
.photoType{
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    box-sizing: border-box;
    overflow: hidden;
}
.flex-container-col-2 .photoType{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}
.flex-container-col-3 .photoType{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
}
.flex-container-col-4 .photoType{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}
.flex-container-col-1 .photoType{
    -ms-flex: 0 0 99.8%;
    flex: 0 0 99.8%;
    max-width: 100%;
    width: 100%;
}

.photoType-box{ overflow: hidden }
.photoType .grow{height: 297px; position: relative; overflow: hidden;}
.photoType .grow a{
    display: block;
    height: 100%;
    background: url(/images/noimage2.jpg) center no-repeat;
    background-size: cover;
}
.photoType .grow img{
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-container-col-1 .photoType .grow img:hover{ width: 450px; height: 323px }
.flex-container-col-2 .photoType .grow img:hover{ width: 640px; height: 323px }
.flex-container-col-3 .photoType .grow img:hover{ width: 430px; height: 323px }
.flex-container-col-4 .photoType .grow img:hover{ width: 325px; height: 219px }

.flex-container-col-4 .photoType .grow{ height: 195px }
/*
.flex-container-col-4 .photoType .grow img{ width: auto; height: 100%; }
.flex-container-col-4 .photoType .grow img:hover{ width: auto; height: 110%}
*/
.photoType .article{ text-align: left; padding: 20px; padding-bottom: 15px; }
.photoType .article .txt-small{ font-size: 12px; margin-bottom: 5px}
.photoType .article .title-small{
    font-size: 16px; line-height: 20px; height: 40px; font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
}
.txt-medium{ font-size: 14px }
.txt-price{ font-size: 15px; font-family: NotoSansKR; font-weight: 600; color: red;}

/* 20211102 추가 */
.tit-b{font-family: 'NotoSansKR';font-style: normal; font-weight: 500;font-size: 16px; color: #000;margin-bottom:10px}
.txt-md{font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size: 14px; color:#777; line-height: 20px;margin-bottom: 10px;}
.txt-sm{font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size: 14px; color:#444; line-height:1;}

.btn-light { background-color: #efefef; height: 40px; border: silver 1px solid;}
.btn-light:hover { background-color: gray; height: 40px; color:white; border: silver 1px solid;}

.btnGroup{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 20px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.photoType .btnGroup li{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.btnGroup li button{
    display: block; width: 100%; height: 40px;
    border: silver 1px solid;
}
.photoType .btnGroup li:not(:first-child) button{ border-left: 0;}


/* 출발일자 보기 컬럼 넓이 지정 */
.products-airline .tb_col1 { width: 80px; }
.products-airline .tb_col2 { width: 100px;}
.products-airline .tb_col3 { width: 100px;}
.products-airline .tb_col5 { width: 100px;}
.products-airline .tb_col6 { width: 100px;}
.products-airline .tb_col7 { width: 100px;}
.products-airline .tb_col8 { width: 80px;}



.btnGroup4{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 20px;
    margin: 0 auto;
    width: 100%;
}
.photoType .btnGroup4 li{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.btnGroup4 li button{
    display: block; width: 100%; height: 40px;
    border: silver 1px solid;
}
.photoType .btnGroup4 li:not(:first-child) button{ border-left: 0;}
.photoType .btnGroup4 li:last-child button{ width: calc(100% + 1px)}



.bt_MoreView05{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-image: url(/images/moreBt05.png);
    background-size: 100% 100%;
    background-position: 0 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.active-dot {
	margin-top: 10px;
	text-align: center;
}

.active-dot:after {
    content: '● ● ●';
}

/* 191218 추가 */
.inner{display:block; width:1240px; margin:50px auto;text-align:center;}
ul,ol,li { list-style:none;}


.slideWrap{position:relative; width:100%; margin:0px auto;text-align:center;}
#proll01{width:100%; margin:0px auto;text-align:center;padding:0; overflow: hidden;font-size:0;}
.arrBtn{width:100%; position:absolute; left:0px;  top:50%;}
.arrBtn .customPrevBtn{width:25px; height:46px; text-indent:-9999px; background:url(/images/slide_prev.png) 0 no-repeat; position:absolute; left:-60px; top:0px; cursor:pointer; z-index:99;filter:alpha(opacity=100);-moz-opacity:1.0;-khtml-opacity:1.0;opacity:1.0;}
.arrBtn .customNextBtn{width:25px; height:46px; text-indent:-9999px; background:url(/images/slide_next.png) 0 no-repeat; position:absolute; right:-60px; top:0px; cursor:pointer; z-index:99;filter:alpha(opacity=100);-moz-opacity:1.0;-khtml-opacity:1.0;opacity:1.0;}
.arrBtn .customPrevBtn:hover{filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;}
.arrBtn .customNextBtn:hover{filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;}

.photoSlide_wrap{display: inline-block; width:100%;text-align:center;font-size:0; margin-top: 20px;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.photoSlide_wrap > ul{display: inline-block; width:100%;text-align:center;}
.photoSlide_wrap > ul > li{display: inline-block; width:32%;margin-left:1.3333%;}
.photoSlide_wrap > ul > li:first-child{margin-left:0%;}
.photoSlide{position: relative; box-sizing: border-box;overflow: hidden;}

.photoSlide-box{ overflow: hidden }
.photoSlide .grow{height: 297px; position: relative; overflow: hidden;border: silver 1px solid; box-sizing: border-box;}
.photoSlide .grow a{
    display: block;
    height: 100%;
    background: url(/images/noimage2.jpg) center no-repeat;
    background-size: cover;
}
.photoSlide .grow img{
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.photoSlide .grow img:hover{ width: 430px; height: 323px }

.photoSlide .article{ text-align: left; padding: 20px; padding-bottom: 15px; border-right: silver 1px solid; border-left: silver 1px solid; box-sizing: border-box;}
.photoSlide .article .txt-small{ font-size: 12px; margin-bottom: 5px}
.photoSlide .article .title-small{
    font-size: 16px; line-height: 20px; height: 40px; font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
}
.photoSlide .btnGroup > li{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.photoSlide .btnGroup > li:not(:first-child) button{ border-left: 0;}
