@charset "UTF-8";
/*main*/
.kx_st .in-sec {margin-right:0px; margin-left:0px;}
.kx_st .section-inner{
    border-width: 0px;
}
.kx_st .container{
    position: relative;
    width:100%;
    height: 100%;
}
.kx_st #section0 .main_inner {
    width:100%;
    height: 560px;
    min-height: auto;
    margin: 0px;
    background: #000000;
}
.main_inner .mv_box .visual{
    background-position: top center;
    -webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
        transform: scale(1.1);
}
.main_inner .mv_box.swiper-slide-active .visual{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);  
}
.visual::before{
	content:'';
	position:absolute;  
	width:100%;
	height:100%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 20%);
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0.6)),color-stop(20%, rgba(0,0,0,0)));
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index:3;
}
.kx_st .custom .visual_txt {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0px;
    width: 100%;
    top: 44%;
    bottom: auto;
    opacity: 1;
    font-size: 24px;
    font-family: 'Pretendard', sans-serif !important;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 1.8s, -webkit-transform 1.8s;
    transition: opacity 1.8s,
    -webkit-transform 1.8s;
    -o-transition: transform 1.8s, opacity 1.8s;
    transition: opacity 1.8s, -webkit-transform 1.8s;
    transition: transform 1.8s, opacity 1.8s;
    transition: transform 1.8s, opacity 1.8s, -webkit-transform 1.8s;
    transition: transform 1.8s, opacity 1.8s,
    -webkit-transform 1.8s;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.kx_st .custom .visual_txt .txt_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin: auto;
    color: #fff;
    font-size: 60px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.kx_st .custom .visual_txt .txt_1 > i{
	display: inline-block;
	width: 130px;
	height: 50px;
	margin: 0px 0px 0px 20px;
	background: url('/static/pc/images/common/custom/logo_w-ce2d9ca46bb056e53891d14294971610.png') center/contain no-repeat;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));
}
.kx_st .custom .visual_txt .txt_2{
    position: relative;
    display: block;
    margin: 20px auto 0px;
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    line-height: 1;
}

#section1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border:1px solid #e1e1e1;
    border-width: 0px 0px 1px;
    background: #f4f4f4;
}
#section1::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background: #166852;
    background: -o-linear-gradient(left,  #166852 0%,#247a4f 100%);
    background: -webkit-gradient(linear,  left top, right top,  from(#166852),to(#247a4f));
    background: linear-gradient(to right,  #166852 0%,#247a4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166852', endColorstr='#247a4f',GradientType=1 ); /* IE6-9 */
    z-index: 2;
}
#section1 .bg{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 73.2%;
    height: 100%;
    background: #f4f4f4;
}
#section1 .bg::after{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 120px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}
.main_calendar-sec{
	overflow: visible;
}
.main_calendar_area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1233px;
    min-height: 200px;
    margin: auto;
    z-index: 5;
}
.main_calendar_area .navigation{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 0px 10px;
    -ms-flex-preferred-size: 175px;
        flex-basis: 175px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main_calendar_area .navigation > .title{
    margin: 0px 0px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
}
.main_calendar_area .navigation > .select_date{
    margin: 0px 0px 25px;
    color: #fff;
    font-size: 34px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}
.main_calendar_area .navigation > .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main_calendar_area .navigation > .control > .prev{
    width: 36px;
    height: 36px;
    margin: 0px 15px 0px 0px;
    cursor: pointer;
    background: url('/static/pc/images/common/custom/arw_slide01-d2be753976897d159da987325ff92c05.png') center/contain no-repeat;
}
.main_calendar_area .navigation > .control > .next{
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url('/static/pc/images/common/custom/arw_slide01-d2be753976897d159da987325ff92c05.png') center/contain no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-box-shadow: drop-;
            box-shadow: drop-;
}
.main_calendar_area .navigation > .control > .prev:hover,
.main_calendar_area .navigation > .control > .next:hover{
	-webkit-filter: drop-shadow(0px 0px 10px #000);
	        filter: drop-shadow(0px 0px 10px #000);	
}

.navigation > p { font-size:14px; line-height:140%; color:#fff; padding-top:20px; }

.main_calendar_inner{
    width: 1058px;
    z-index: 6;
}
.main_calendar-slide{
    width: 1058px;
/*     height: 120px; */
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.main_calendar-wrapper{
    width: 1058px;
}
.main_calendar{
    -ms-flex-preferred-size: 1058px;
    flex-basis: 1058px;
    height: 120px;
    overflow: visible;
    margin: 0px 0px 0px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main_calendar > li{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100%/14);
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
}
.main_calendar > li > span{
    text-align: center;
}
.main_calendar > li > span > label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main_calendar > li:nth-child(n+2) > span > label > .mon,
.main_calendar > li:nth-child(n+2) > span > label > .static{
	display: none;
	visibility: hidden;
}
.main_calendar > li:not(:nth-child(1)) > span > label > span{
	background-color: #fff;
}
.main_calendar > li input[type="radio"]:checked + label  > .day{
    background-color: #000;
    color: #fff;
}
.main_calendar > li > .cal_first > label > .mon,
.main_calendar > li > .cal_first > label > .day,
.main_calendar > li > .cal_first > label > span{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 43px;
    line-height: 43px;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: visible;
}
.main_calendar > li > .cal_first input[type="radio"]:checked + label > .mon,
.main_calendar > li > .cal_first label:hover > .mon{
    display: inline-block;
    min-width: 24px;
    height: 43px;
    padding: 0px 0px 0px 8px;
    background-color: #000;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 43px;
    visibility: visible;
}
.main_calendar > li > .cal_first input[type="radio"]:checked + label > .static,
.main_calendar > li > .cal_first label:hover > .static{
    display: inline-block;
    height: 43px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    line-height: 43px;
	visibility: visible;
}
.main_calendar > li > .cal_first input[type="radio"]:checked + label > .day,
.main_calendar > li > .cal_first label:hover > .day{
    padding: 0px 8px 0px 0px;
    min-width: 24px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
/*cal_live change*/
.main_calendar > li > .cal_live.change > label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main_calendar > li > .cal_live.change > label > .week{
	width: 100%;
	height: 34px;
}
.main_calendar > li > .cal_live.change > label > .mon,
.main_calendar > li > .cal_live.change > label > .static,
.main_calendar > li > .cal_live.change > label > .day{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 43px;
    /* background-color: rgba(0, 0, 0, 0); */
    font-weight: 600;
    line-height: 43px;
    visibility: visible;
}
.main_calendar > li > .cal_live.change input[type="radio"]:checked + label > .mon,
.main_calendar > li > .cal_live.change label:hover > .mon{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 24px;
    height: 43px;
    padding: 0px 0px 0px 8px;
    background-color: #000;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 43px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
.main_calendar > li > .cal_live.change input[type="radio"]:checked + label > .static,
.main_calendar > li > .cal_live.change label:hover > .static{
    display: inline-block;
    height: 43px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    line-height: 43px;
}
.main_calendar > li > .cal_live.change input[type="radio"]:checked + label > .day,
.main_calendar > li > .cal_live.change label:hover > .day{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 8px 0px 0px;
    min-width: 24px;
    height: 43px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

.main_calendar > li input[type="radio"]:disabled + label > .mon,
.main_calendar > li input[type="radio"]:disabled + label > .static,
.main_calendar > li input[type="radio"]:disabled + label > .day{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 43px;
    line-height: 43px;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #7f7f7f !important;
    font-weight: 400 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main_calendar > li:nth-child(n+2) input[type="radio"]:disabled + label > .mon,
.main_calendar > li:nth-child(n+2) input[type="radio"]:disabled + label > .static{
	display: none;
}
.main_calendar > li:nth-child(n+2) .cal_end.change input[type="radio"]:disabled + label > .mon,
.main_calendar > li:nth-child(n+2) .cal_end.change input[type="radio"]:disabled + label > .static{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: visible;
}
.main_calendar > li > span > label > .week{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 30px;
}
.main_calendar > li input[type="radio"]:disabled + label > .week{
    display: block;
    color: #7f7f7f !important;
}
.main_calendar > li > span > label > .day{
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    font-weight: bold;
    line-height: 43px;
}
.main_calendar > li > span > label:hover > .day{
    background-color: #000;
    color: #fff;
}
.main_calendar > li > .cal_live{
    color: #000;
}
.main_calendar > li > .cal_live.sat{
    color: #143ec8;
}
.main_calendar > li > .cal_live.sun{
    color: #e22228;
}


.main_calendar_result{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 120px);
    overflow: hidden;
    background: #f4f4f4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main_calendar_result::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 81px;
    width: calc(100% - 140px);
    height: 1px;
    border-bottom: 1px dotted #c6c6c6;
}
.main_calendar_result::after{
    content: '';
    position: absolute;
    left: 0px;
    top: 160px;
    width: calc(100% - 140px);
    height: 1px;
    border-bottom: 1px dotted #c6c6c6;
}
.main_calendar_result > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 140px);
    height: auto;
    margin: 0 0 0 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.main_calendar_result > ul > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width:178px;
    height: 80px;
    margin: 0px;
    padding: 0;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	line-height:26px;
}
.main_calendar_result > ul > li > a{
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: block;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    text-align: center;
    width: 100%;
    margin:0 20px;
    line-height:130%;
}
.main_calendar_result > ul > li.result_live > a{
	font-weight: 600;
}
.main_calendar_result > ul > li > a > .c_name{
    color: #252525;
}
.main_calendar_result > ul > li > a:hover > .c_name{
    font-weight:600;
}
.main_calendar_result > ul > li > a > .c_team{
    margin: 0;
    color: #a4760f;
}
.main_calendar_result > ul > li > a:hover > .c_team{
    font-weight:600;
}
.main_calendar_result > ul > li.result_end > a > span
{
    color: #595959 !important;
}
.main_calendar_result > ul > li > a::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 0%;
    height: 5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.main_calendar_result > ul > li > a:hover::after{
    content: '';
    position: absolute;
    bottom: -5px;
    width: 70%;
    height: 5px;
    background: #dca11f;
}
.main_calendar_result > ul > li.result_end > a:hover::after{
    background: rgba(0, 0, 0, 0);
}
.main_calendar_result > ul > li.result_end > a:hover > .c_name,
.main_calendar_result > ul > li.result_end > a:hover > .c_team{
    font-weight:400;
}
.main_calendar_result > .cal_link{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: grid;
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
            padding:16px 0;
}
.main_calendar_result > .cal_link > .green{
    padding:10px 30px;
    color:#fff;
    font-size: 19px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    border-radius: 50px;
    background: #166852;
    background: -o-linear-gradient(left,  #166852 0%,#247a4f 100%);
    background: -webkit-gradient(linear,  left top, right top,  from(#166852),to(#247a4f));
    background: linear-gradient(to right,  #166852 0%,#247a4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166852', endColorstr='#247a4f',GradientType=1 ); /* IE6-9 */
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-align:center;
}
.main_calendar_result > .cal_link > .brown{
    padding:10px 30px;
    color:#fff;
    font-size: 19px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    border-radius: 50px;
    background: #166852;
    background: -o-linear-gradient(left,  #166852 0%,#247a4f 100%);
    background: -webkit-gradient(linear,  left top, right top,  from(#166852),to(#247a4f));
    background: linear-gradient(to right,  #563f0d 0%,#7c5b14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166852', endColorstr='#247a4f',GradientType=1 ); /* IE6-9 */
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-align:center;
}
.main_calendar_result > .cal_link > a:hover{
    background: #282828;
}


#section2{overflow: hidden;height: 800px;}
#section2 .section-inner{background: transparent;height: 100vh;background-color: #fff;}
#section2 .section-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 250px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	text-align: center;
}
#section2 .section-head h4{padding: 0 0 20px;color: #252525;font-size: 42px;font-family: 'Pretendard', sans-serif;font-weight: 700;text-transform: uppercase;}
#section2 .section-head .txt_1{padding: 0 0 20px;color: #7f7f7f;font-size: 16px;font-family: 'Pretendard', sans-serif;font-weight: 400;}
#section2 .section-body {
    position: relative;
    padding: 0;
    width: 100%;
    height: 550px;
}
.section02-container {
    width: 100%;
    height: 100%;
}
.section02-container .section02-wrapper {width: 100%;height: 100%;margin: 0px;}
#section2 .swiper-container{padding: 0px;}
/*
#section2 .swiper-slide-duplicate-prev::before{content: '';position: absolute;display: block;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.4);z-index: 999;}
#section2 .swiper-slide-duplicate-next::after{content: '';position: absolute;display: block;top: 0px;right: 0px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.4);z-index: 999;}
*/
#section2 .swiper-container.none::before{content: '';display: none;}
#section2 .swiper-container.none::after{content: '';display: none;}
#section2 .swiper-wrapper .swiper-slide{display: block;width: calc(100vw/4) !important;height: 100%;background: #efefef;overflow: hidden;}
#section2 .swiper-wrapper .swiper-slide > a:before{
	content:'';
	position: absolute;
	display: block;
	top: 15px;
	left: 20px;
	width: 50px;
	height: 30px;
	background: url('/static/pc/images/common/custom/logo_w-ce2d9ca46bb056e53891d14294971610.png') center/contain no-repeat;
	opacity: 0.9;
	z-index: 44;
}
#section2 .swiper-wrapper .swiper-slide > a > .info{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 13;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#section2 .swiper-wrapper .swiper-slide > a > .info .tit{
    display: block;
    width: 100%;
    font-size: 36px;
    font-family: 'NanumSquare',  sans-serif;
    font-weight: bold;
    color: #fff;
}
#section2 .swiper-wrapper .swiper-slide > a > .info .tit::after{
    content: '';
    display: none;
    width: 100%;
    height: 82px;
}
#section2 .swiper-wrapper .section02-slide.sec2_1 > a > .info .tit::after{
    background: url('/static/pc/images/main/img_paju-57cccaa8505fce29fd97b59bcfd83a4a.png') center no-repeat;
}
#section2 .swiper-wrapper .section02-slide.sec2_2 > a > .info .tit::after{
    background: url('/static/pc/images/main/img_shilla-90cf4974e72880e3670d6bf968984060.png') center no-repeat;
}
#section2 .swiper-wrapper .section02-slide.sec2_3 > a > .info .tit::after{
    background: url('/static/pc/images/main/img_paganica-dafe3bf83c7f22660a26a20c890214f0.png') center no-repeat;
}
#section2 .swiper-wrapper .section02-slide.sec2_4 > a > .info .tit::after{
    background: url('/static/pc/images/main/img_tgv-2c8ed32aa445b627ded1b70ba85c3fc9.png') center no-repeat;
}
#section2 .swiper-wrapper .section02-slide.sec2_5 > a > .info .tit::after{
    background: url('/static/pc/images/main/img_alpensiacc-9dbeeb784a3c9d2582f237bc27ccd745.png') center no-repeat;
}
#section2 .swiper-wrapper .section02-slide.sec2_6 > a > .info .tit::after{
    background: url('/static/pc/images/main/img_alpensia700-cf2bc2119f3dd92a749c27f7b9760960.png') center no-repeat;
}

#section2 .swiper-wrapper .section02-slide.sec2_7 > a > .info .tit::after{
    background: url('/static/pc/images/main/img_club72-b2e89587cfc4a39cc983fd88bb44ad3d.png') center no-repeat;
}
#section2 .swiper-wrapper .swiper-slide > a > .info .txt{
    /* visibility: hidden; */
    display: block;
    width: 100%;
    height: auto;
    padding: 30px;
    color: #fff;
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.2;
    opacity: 0;
}
#section2 .swiper-wrapper .section02-slide.sec2_8 > a > .info .txt{display: block;opacity: 1;}
#section2 .swiper-wrapper .swiper-slide > a > .info::after{
    content: 'GO';
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 105px;
    width: auto;
    margin: 26px auto 0;
    padding: 0px 0px 3px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    text-transform: uppercase;
}
#section2 .swiper-wrapper .swiper-slide > a > .img{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    -webkit-transform:scale(1);
        -ms-transform:scale(1);
            transform:scale(1);
    z-index: 11;}
#section2 .swiper-wrapper .swiper-slide > a:hover > .img{
    -webkit-transform:scale(1.2);
        -ms-transform:scale(1.2);
            transform:scale(1.2);
}
#section2 .swiper-wrapper .swiper-slide > a > .img::after{
	content:'';
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.1);
}
#section2 .swiper-wrapper .swiper-slide > a:hover > .img::after{
	content:'';
    display: none;
}
#section2 .swiper-wrapper .section02-slide.sec2_1 > a > .img{background: url('/static/pc/images/main/bg_paju-16ff8a99419ff908b6284e7ee89d729c.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_2 > a > .img{background: url('/static/pc/images/main/bg_shilla-6734d4363f0b5bab8ab1e0d3a426695f.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_3 > a > .img{background: url('/static/pc/images/main/bg_paganica-91c0f1e20370716462e55fe456e91241.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_4 > a > .img{background: url('/static/pc/images/main/bg_tgv-495bad536e7d1527a49154c1e9c00844.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_5 > a > .img{background: url('/static/pc/images/main/bg_alpensiacc-4e2976ac161eff2ef500cbe02fb570f2.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_6 > a > .img{background: url('/static/pc/images/main/bg_alpensia700-d90c86d4e34f38e52a18481e282e967f.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_7 > a > .img{background: url('/static/pc/images/main/bg_club72-1067edbe201ab5122ae9fe7dda6016e0.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_8 > a > .img{background: url('/static/pc/images/main/bg_ardenhill-7f95a1ea4d05a5d70af72c404c0ab36d.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_9 > a > .img{background: url('/static/pc/images/main/bg_blueone-b32fd6263102b68ebef3ef3e1bb03048.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_10 > a > .img{background: url('/static/pc/images/main/bg_another-ede5acb7402861d39ede17f1bd45f288.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_11 > a > .img{background: url('/static/pc/images/main/bg_happiness-c2e5c6181a55de5897f949d1b4571cb1.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_12 > a > .img{background: url('/static/pc/images/main/bg_high-45d17c62e442a3060810b76c3e2f7ad4.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_13 > a > .img{background: url('/static/pc/images/main/bg_pinehills-9cbbed1ef433d2455c08f49eadf82f87.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_14 > a > .img{background: url('/static/pc/images/main/bg_sagewood-da29ee6dfa780acd1cd2ce46b5933e1d.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_15 > a > .img{background: url('/static/pc/images/main/bg_sscc-142f50c8373537d3728077c6ff6f0a2e.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_16 > a > .img{background: url('/static/pc/images/main/bg_tz-899d1bd9d0e02eabfc208681de7d5950.jpg') center/cover no-repeat;}
#section2 .swiper-wrapper .section02-slide.sec2_17 > a > .img{background: url('/static/pc/images/main/bg_cvalley-5c099ae2f6df71f64702956e344639b1.jpg') center/cover no-repeat;}
#section2 .swiper-pagination {
    position: relative;
    display: inline-block;
    top: -5px;
    left: auto;
    bottom: auto;
    width: auto;
}
#section2 .swiper-pagination-bullet {
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background: #fff;
    opacity: 1;
    float: left;
    margin-top: 6px;
}
#section2 .swiper-pagination-bullet:before {
    content: '';
    display: block;
}
#section2 .swiper-pagination-bullet:after {
    content: '';
    display: block;
    position: absolute;
}
#section2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    bottom: auto;
    margin-top: 2px;
    padding: 4px;
    border: 3px solid #fff;
    background: transparent;
    -webkit-animation: zoomIn 0.5s ease both;
    animation: zoomIn 0.5s ease both;
}
#section2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before{content:''; position:absolute; display:block; width:10px; height:10px; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); border-radius:50%; background:rgba();}
#section2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
#section2 .swiper-navigation{
    position: absolute;
    display: block;
    left: 50%;
    bottom: 96px;
    height: 70px;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 11;
}
#section2 .swiper-button-prev{
	position: relative;
	display: inline-block;
	top: -3px;
	left: auto;
	width: 34px;
	height: 17px;
	margin: 0 10px 0 0;
	background-image: url('../../images/main/arw_slide01_prev.png');
	background-size: auto;
}
#section2 .swiper-button-next{
	position: relative;
	display: inline-block;
	top: -3px;
	width: 34px;
	height: 17px;
	background-image: url('../../images/main/arw_slide01_next.png');
	background-size: auto;
	left: auto;
	right: auto;
}


#section3 .section-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 250px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	text-align: center;
}
#section3 .section-head h4{padding: 0 0 20px;color: #252525;font-size: 42px;font-family: 'Pretendard', sans-serif;font-weight: 700;text-transform: uppercase;}
#section3 .section-head .txt_1{padding: 0 0 20px;color: #7f7f7f;font-size: 16px;font-family: 'Pretendard', sans-serif;font-weight: 400;}
#section3 > .section-inner >.section-body {
    position: relative;
    padding: 0;
    width: 100%;
    height: 640px;
    margin: 0px auto;
}
#section3 .section03-container{
	display: block;
	min-width: 1200px;
	width: 94%;
	max-width: 1280px;
	height: 100%;
	margin: auto;
	overflow: hidden;
}
.section03-slide{
	/* width: 23.5% !important; */
	/* max-width: 300px; */
	height: 450px !important;
	/* margin: 0px 23px 0px 0px; */
}
.section03-slide > a{
	display: block;
	width: calc(100% - 24px);
	margin: 0px;
	height: 100%;
	overflow: hidden;
}
.section03-slide > a > .category{
	position: absolute;
	top: 0px;
	left: 0px;
	min-width:60px;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
    background: #166852;
    background: -o-linear-gradient(left,  #166852 0%,#247a4f 100%);
    background: -webkit-gradient(linear,  left top, right top,  from(#166852),to(#247a4f));
    background: linear-gradient(to right,  #166852 0%,#247a4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166852', endColorstr='#247a4f',GradientType=1 ); /* IE6-9 */
}
.section03-slide > a > .tit{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 9px 0px 0px;
	text-align: left;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section03-slide > a > .tit > em{
	width: calc(100% - 41px);
	color: #252525;
	font-size: 16px;
	font-family: 'Pretendard', sans-serif;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: left;
	overflow: hidden;
}
.section03-slide > a > .tit::after{
	content: '';
	display: block;
	width: 41px;
	height: 41px;
	background: url('/static/pc/images/common/custom/ico_more01-744e60d864c9f654fc2bd7c45dbef4f3.png') 0px 0px no-repeat;
}
.section03-slide > a:focus > .tit::after,
.section03-slide > a:hover > .tit::after{
	content: '';
	background: url('/static/pc/images/common/custom/ico_more01-744e60d864c9f654fc2bd7c45dbef4f3.png') -41px 0px no-repeat;
}
.section03-slide > a > .img{
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-color: #efefef;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 5;
}
.section03-slide > a:hover > .img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transform-origin: 50% 100%;
	    -ms-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
}
#section3 .pagination{
	position: absolute;
	display: block;
	bottom: 0px;
	width: 100%;
	height: 30px;
}
#section3 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	position: relative;
	background: #86cd0a !important;
	opacity: 1;
}
#section3 .swiper-navigation{
	position: absolute;
	display: block;
	left: 50%;
	bottom: 100px;
	width: 90%;
	max-width: 720px;
	height: auto;
	margin: auto;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 9;
}
#section3 .swiper-pagination-progress {
    width: 660px;
    height: 1px;
    left: 0;
    top: 0;
    background: #e3e3e3;
}
#section3 .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #00bf63;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
#section3 .swiper-button-prev{
	position: absolute;
	top: auto;
	left: auto;
	right: 27px;
	width: 14px;
	height: 7px;
	margin-top: -5px;
	background: url('/static/pc/images/common/custom/arw_slide02-8874be9733e95d3644ada6c77e50c351.png') center/contain no-repeat;
}
#section3 .swiper-button-next{
	position: absolute;
	top: auto;
	left: auto;
	right: 0px;
	width: 14px;
	height: 7px;
	margin-top: -5px;
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
	background: url('/static/pc/images/common/custom/arw_slide02-8874be9733e95d3644ada6c77e50c351.png') center/contain no-repeat;
}


#section4{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 710px;
    margin:0;
    background: #f2f2f2;
}
#section4 .section-inner{
    display: block;
    width: 85%;
    max-width: 1280px;
    margin: auto;
    background-color: rgba(0,0,0,0);
}
#section4 .section-head h4{padding: 0 0 20px;color: #252525;font-size: 42px;font-family: 'Pretendard', sans-serif;font-weight: 700;text-align: center;text-transform: uppercase;}
#section4 .section-head .txt_1{padding: 0 0 20px;color: #252525;font-size: 25px;font-family: 'Pretendard', sans-serif;font-weight: 600;text-align: center;}
#section4 .section-head .txt_2{padding: 0 0 20px;color: #7f7f7f;font-size: 16px;font-family: 'Pretendard', sans-serif;font-weight: 400;text-align: center;}
#section4 .section-inner .banner-01{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    width: 100%;
    margin: auto;
}
#section4 .section-inner .banner-01 a{
	position: relative;
	-ms-flex-preferred-size: 185px;
	flex-basis: 185px;
	text-align: center;
	-webkit-transition: transform 1.5s;
	-o-transition: transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	transition: -webkit-transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s, -webkit-transform 1.5s;
	-webkit-transform: translateY(185px);
	-ms-transform: translateY(185px);
	transform: translateY(185px);
	cursor: default;
}
#section4 .section-inner .banner-01.animated a:nth-child(1){
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
#section4 .section-inner .banner-01.animated a:nth-child(2){
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
#section4 .section-inner .banner-01.animated a:nth-child(3){
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
}
#section4 .section-inner .banner-01.animated a:nth-child(4){
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
}
#section4 .section-inner .banner-01.animated a:nth-child(5){
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
}
#section4 .section-inner .banner-01 a::before{
    content: '';
    position: relative;
    display: block;
    width: 185px;
    height: 185px;
    margin: 0 auto 25px;
    background-color:
    rgba(255,255,255,0);
    border-radius:100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#section4 .section-inner .banner-01 a:nth-child(1)::before{
    background: url('/static/pc/images/main/btn6_1-20045b4b223d56a66e7867fea0ec8650.png') #fff center no-repeat;
    cursor:pointer;
}
#section4 .section-inner .banner-01 a:nth-child(2)::before{
    background: url('/static/pc/images/main/btn8_1-415380aaf78e827b0a352e9e4c307d0a.png') #fff center no-repeat;
    cursor:pointer;
}
#section4 .section-inner .banner-01 a:nth-child(3)::before{
    background: url('/static/pc/images/main/btn7_1-37c7945738fdf06575e3f71680851bc9.png') #fff center no-repeat;
}
#section4 .section-inner .banner-01 a:nth-child(4)::before{
    background: url('/static/pc/images/main/btn4_1-7ee861a99ef62cc3f870461264ffa317.png') #fff center no-repeat;
}
#section4 .section-inner .banner-01 a:nth-child(5)::before{
    background: url('/static/pc/images/main/btn5_1-0a275018abddbd4efe3b15f9e16d3992.png') #fff center no-repeat;
}
#section4 .section-inner .banner-01 a:nth-child(1):hover::before{
    background: url('/static/pc/images/main/btn6_2-05c2220264fc959730af5e016622a973.png') center no-repeat;
    cursor:pointer;
}
#section4 .section-inner .banner-01 a:nth-child(2):hover::before{
    background: url('/static/pc/images/main/btn8_2-89f3757c3ceaae8421cae127c30176c5.png') center no-repeat;
    cursor:pointer;
}
#section4 .section-inner .banner-01 a:nth-child(3):hover::before{
    background: url('/static/pc/images/main/btn7_2-374847f1deeb9346c1ec32f17bcf3e2c.png') center no-repeat;
}
#section4 .section-inner .banner-01 a:nth-child(4):hover::before{
    background: url('/static/pc/images/main/btn4_2-9e2935c0c15de32e6710f6898c7c31af.png') center no-repeat;
}
#section4 .section-inner .banner-01 a > .tit{
	color: #252525;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
}
#section4 .section-inner .banner-01 a > .txt{
	display: block;
	margin: 15px auto 0px;
	color: #252525;
	font-size: 16px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}


#section5{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding:60px 0;
    margin:0;
}
#section5 .section-inner{
    display: block;
    width: 85%;
    max-width: 1280px;
    margin: auto;
    background-color: rgba(0,0,0,0);
}
#section5 .section-head h4{padding: 0 0 20px;color: #252525;font-size: 42px;font-family: 'Pretendard', sans-serif;font-weight: 700;text-align: center;text-transform: uppercase;}
#section5 .section-head .txt_1{padding: 0 0 20px;color: #7f7f7f;font-size: 18px;font-family: 'Pretendard', sans-serif;font-weight: 400;text-align: center;line-height:1.4;}
#section5 #oneTheStagram{width:1200px;min-height:860px;max-width:100%;}

/*empty*/
div{
	-webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
div.empty > strong{
	font-size: 34px;
	font-weight: 600;
}
div.empty{
	display: block;
	margin: auto;
	padding: 100px 30px;
	color: #717171;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  
  /* Hide the tooltip content by default */
  [data-tooltip]:before,
  [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }
  
  /* Position tooltip above the element */
  [data-tooltip]:before {
    position: absolute;
    top: 110%;
    left: 50%;
    padding: 7px;
    width: auto;
    height: auto;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    z-index: 999999999999;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tooltip]:after {
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    z-index: 999999999999;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  /* Show tooltip content on hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  
/* 통합 메인페이지 팝업 */

/* #main_POP{position:absolute;left:0;top:0;width:100%;height:100%;z-index: 103;}
#main_POP .rePop_wrap{width:90%;max-width:1280px;height:auto;margin:80px auto 0;position: relative;z-index: 1;}
#main_POP .rePop_wrap > div{width:100%;}
#main_POP .rePop_wrap > div img{max-width:100%;}
#main_POP .rePop_wrap > div.close_wrap{height:auto;background:#fff;text-align:left;padding:17px 0 17px 14px;position: relative;}
#main_POP .rePop_wrap > div.close_wrap *{font:500 15px 'WOFF_2', sans-serif;}
#main_POP .rePop_wrap > div.close_wrap span.check{display: block;width:100%;text-align: left;}
#main_POP .rePop_wrap > div.close_wrap .main_close_btn{position:absolute;right:30px;top:50%;transform: translateY(-50%);}
#main_POP .dim2{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0, 0, 0, .8);}
 */


#main_POP{position:absolute;left:0;top:0;width:100%;height:100%;z-index: 103;}
#main_POP .rePop_wrap{top:200px;width:90%;max-width:1280px;height:auto;margin:auto;position: relative;z-index: 1;}
#main_POP .rePop_wrap > div{width:50%;margin:auto}
#main_POP .rePop_wrap > div img{max-width:100%;margin:auto}
#main_POP .rePop_wrap > div.close_wrap{margin:auto;width:50%;height:auto;background:#fff;text-align:left;padding:17px 0 17px 14px;position: relative;}
#main_POP .rePop_wrap > div.close_wrap *{font:500 15px 'WOFF_2', sans-serif;}
#main_POP .rePop_wrap > div.close_wrap span.check{display: block;width:100%;text-align: left;}
#main_POP .rePop_wrap > div.close_wrap .main_close_btn{position:absolute;right:30px;top:50%;transform: translateY(-50%);}
#main_POP .dim2{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0, 0, 0, .8);}


/* 통합메인 팝업 2개 표시 */
#main_POP.pop_st_2 .rePop_wrap{top:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:90%;max-width:800px;transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
#main_POP.pop_st_2 .rePop_wrap.len2{max-width:950px;}
#main_POP.pop_st_2 .rePop_wrap > div{width:100%;margin:0 auto;}
#main_POP.pop_st_2 .rePop_wrap.len2 > div{width:50%;}
#main_POP.pop_st_2 .rePop_wrap > div img{max-width:100%;}
#main_POP.pop_st_2 .rePop_wrap > div.close_wrap{max-width:100%;width:100%;}


/* 회원제특별관 관련 페이지들 */

.golfPrivate_deposit { background-color:#f4f4f4; text-align:center; padding:14px; margin-bottom:20px; }
.golfPrivate_deposit p { font-size:15px; color:#585858; font-weight:500; line-height:160%; }
.golfPrivate_deposit button { background-color:#fff; width:130px; padding:9px; margin-left:10px; color:#585858; border:1px solid #585858; border-radius:5px; font-weight:500; }

.golfPrivate_tbl1 { border-top:1px solid #ddd; }
.golfPrivate_tbl1 tr { border-bottom:1px solid #ddd; }
.golfPrivate_tbl1 th { background:linear-gradient(to right,#166852 0%,#247a4f 100%); color:#fff; text-align:center; font-size:15px; font-weight:600; padding:20px; }
.golfPrivate_tbl1 td { text-align:center; font-size:15px; padding:20px; }
.golfPrivate_tbl1 .tbl_btn { width:500px; margin:0 auto; padding-bottom:13px; }
.golfPrivate_tbl1 .tbl_btn::after {display:block; clear:both; content:'';}
.golfPrivate_tbl1 .tbl_btn li { float:left; padding:0 10px; }
.golfPrivate_tbl1 .tbl_btn li button {  font-size:13px; text-align:center; width:140px; padding:10px; border-radius:9px; border:1px solid #494949;  color:#494949; }
.golfPrivate_tbl1 .tbl_btn li button:hover { background-color:#111; color:#fff; }

.golfPrivate_tbl2 { border-top:1px solid #ddd; border-left:1px solid #ddd; }
.golfPrivate_tbl2 tr { border-bottom:1px solid #ddd; }
.golfPrivate_tbl2 th { text-align:center; padding:20px; font-size:15px; font-weight:600; background-color:#f4f4f4; border-right:1px solid #ddd; }
.golfPrivate_tbl2 td { text-align:center; padding:20px; font-size:15px; border-right:1px solid #ddd; }


/* 연단체임시단체 조편성등록 */
.yearGroup_top { width:100%; padding:30px; background-color:#e8f3ef; }
.yearGroup_top ul { position:relative; margin:0 auto; }
.yearGroup_top ul::after {display:block; clear:both; content:'';}
.yearGroup_top ul li { float:left; font-size:16px; padding:0 20px; }
.yearGroup_top ul li select { text-align:center; padding:10px 28px 10px 10px; border:1px solid #ddd; font-size:14px; color:#4e4e4e; margin-top:-8px; background:url('/static/pc/images/common/arw_select02-a6f91ff15ca34878a5f67701ccfece2b.png') #fff no-repeat right center;}
.yearGroup_top ul li select option { font-size:14px; }
.yearGroup_top ul li font { font-weight:bold; }
.yearGroup_noti { font-size:15px; padding-bottom:10px;}
.yearGroup_noti font { font-weight:bold; padding-right:5px; }

.yearGroup_btn1 { width:100%; padding-top:30px; }
.yearGroup_btn1::after {display:block; clear:both; content:'';}
.yearGroup_btn1 li { float:right; text-align:center; margin-left:10px; }
.yearGroup_btn1 li button { padding:10px 20px; font-size:15px; font-weight:500; }
.yearGroup_btn1 li:first-child button { background-color:#247a4f; color:#fff; border:1px solid #296a4a; } 
.yearGroup_btn1 li:last-child button { border:1px solid #247a4f; color:#247a4f; background-color:#fff;  }
.yearGroup_btn1 li button:hover { background-color:#000; color:#fff; }
.yearGroup_people { border-top:2px solid #247a4f; border-bottom:2px solid #247a4f; margin-top:10px; }
.yearGroup_people tr { border-bottom:1px solid #ddd; }
.yearGroup_people th { font-size:21px; font-weight:bold; text-align:center; padding:15px; }
.yearGroup_people td { font-size:15px; text-align:center; padding:20px 10px; border-left:1px solid #ddd; line-height:150%; font-weight:500; }
.yearGroup_people td ul { width:90%; margin:0 auto; }
.yearGroup_people td ul::after {display:block; clear:both; content:'';}
.yearGroup_people td ul li { float:left; width:25%; position:relative; text-align:center; }
.yearGroup_people td ul li img { width:17px; height:auto; position:absolute; top:6px; right:22px;  }
.yearGroup_people td ul li p { font-weight:400; padding-top:7px; }
.yearGroup_male { background-color:#dee9f9; width:100px; padding:38px 10px; border-radius:50px; font-size:16px; color:#323232; border:1px solid #ddd; text-align:center; font-weight:600; margin:0 auto; }
.yearGroup_female { background-color:#ffe7e7; width:100px; padding:38px 10px; border-radius:50px; font-size:16px; color:#323232; border:1px solid #ddd; text-align:center; font-weight:600; margin:0 auto; }
.yearGroup_none { width:100px; height:100px; border-radius:50px; border:1px solid #ddd; background:url(/static/pc/images/common/plus-bd6a9fe9465513faa564ee96c33e0849.jpg); background-size:100px 100px; margin:0 auto;  }

.yearGroup_btn2 { width:100%; padding-top:0; margin-bottom:10px; }
.yearGroup_btn2::after {display:block; clear:both; content:'';}
.yearGroup_btn2 li:first-child { float:left; text-align:left; font-size:18px; font-weight:500; padding-top:20px; padding-left:10px; }
.yearGroup_btn2 li:last-child { float:right; text-align:center; }
.yearGroup_btn2 li button { padding:10px 20px; font-size:15px; font-weight:500; background-color:#247a4f; color:#fff; border:1px solid #296a4a; }
.yearGroup_btn2 li button:hover { background-color:#000; color:#fff; }

.yearGroup_peopleList { position:relative; width:100%; }
.yearGroup_peopleList tr { border-bottom:1px solid #d5d5d5; }
.yearGroup_peopleList th {padding:10px; font-weight:600; font-size:16px; color:#fff; background-color:#1c7051; text-align:center; border-right:1px solid #fff; }
.yearGroup_peopleList td { padding:10px; font-weight:500; font-size:15px; color:#424242; text-align:center; border-right:1px solid #d5d5d5; line-height:130%;}



.GroupPop_tb { margin-top:20px; }
.GroupPop_tb tr { border-bottom:1px solid #ddd;  }
.GroupPop_tb th { text-align:center; padding:10px; font-weight:bold; font-size:16px; background-color:#f4f4f4; border-left:1px solid #ddd; border-bottom:1px solid #ddd; border-top:1px solid #ddd; }
.GroupPop_tb td { position:relative; text-align:center; padding:14px; border-left:1px solid #ddd; border-bottom:1px solid #ddd; font-size:15px; }
.GroupPop_tb td:last-child { border-right:1px solid #ddd; }
.GroupPop_tb td div { width:100%; height:100%; position:absolute; top:0; left:0; background-color:#111; opacity:0.7; }
.GroupPop_tb td div h1 { font-size:24px; font-weight:600; text-align:center; color:#fff; padding-top:8px; }
.GroupPop_female { background-color:#ffe7e7; }
.GroupPop_male { background-color:#dee9f9; }
.GroupPop_guest { color:#d50000; }

.golfPrivate_deposit ul { padding:15px; }
.golfPrivate_deposit ul::after {display:block; clear:both; content:'';}
.golfPrivate_deposit ul li { font-size:16px; text-align:center; float:left; }
.golfPrivate_deposit ul li bold { font-weight:bold; padding-right:5px; }
.golfPrivate_deposit ul li select { text-align:center; border:1px solid #ddd; font-size:14px; padding:10px 17px 10px 2px; color:#4e4e4e; background:url('/static/pc/images/common/arw_select02-a6f91ff15ca34878a5f67701ccfece2b.png') #fff no-repeat right center; vertical-align:middle; }
.golfPrivate_deposit ul li select option { font-size:14px; }


.GroupMemberPop_btn { width:450px; margin:0 auto; padding-bottom:40px; }
.GroupMemberPop_btn::after { display:block; clear:both; content:''; }
.GroupMemberPop_btn li { float:left; padding:0 10px; }
.GroupMemberPop_btn li button { color:#fff; text-align:center; font-weight:500; font-size:16px; width:180px; height:43px; }
.GroupMemberPop_btn li:first-child button { background-color:#1f7349; }
.GroupMemberPop_btn li:last-child button { background-color:#111; }


.GMember_list { border-top:2px solid #247a4f; border-bottom:2px solid #247a4f; border-left:1px solid #ddd; }
.GMember_list::after { display:block; clear:both; content:''; }
.GMember_list li {position:relative; float:left; width:14.28%; padding:10px; text-align:center; line-height:130%; font-size:14px; font-weight:500;  border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.GMember_list li:hover { box-shadow:0 0 0 3px #d50000 inset; }
.GMember_list .female { background-color:#ffe7e7; }
.GMember_list .male { background-color:#dee9f9; }
.GMember_list li .al { position:absolute; top:0; left:0; background-color:#111; opacity:0.7; text-align:center;  width:100%; height:100%; color:#fff; font-size:35px; font-weight:600; padding-top:20px; }
.GMember_list .on { box-shadow:0 0 0 3px #d50000 inset; }

.guestAdd { }
.guestAdd .note { text-align:center; font-size:15px; font-weight:500; padding-top:30px; }
.guestAdd ul { position:relative; width:90%; margin:0 auto; padding-top:30px; text-align:center; }
.guestAdd ul li { padding-bottom:14px; }
.guestAdd ul li span { padding:8px 14px 9px 14px; margin-right:5px; font-weight:bold; font-size:16px; text-align:center; background-color:#e8e8e8; }
.guestAdd ul li .txtBox { height:36px; padding-left:10px; margin-top:-3px; border:1px solid #ddd; box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.1); color:#666; }
.guestAdd ul li .hpBox { width:80px; text-align:center; padding-left:0; }
.guestAdd ul li .sexBtn { width:180px; display:inline-block; padding-left:15px; height:36px; }
.guestAdd ul li .sexBtn button { padding:9px; background-color:#fff; text-align:center; width:80px; border:1px solid #ddd; box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.1); height:36px; }
.guestAdd ul li .sexBtn button label { display:flex; align-items:center; height:15px; padding-left:21px; cursor:pointer; color:#565656; font-size:14px; font-weight:400; background:url(/static/mo/images/joinroom/iocn-check-off-48576470cfb797c5d46fba7596df4102.png) no-repeat 0 50% / 14px auto; }   
.guestAdd ul li .sexBtn button input[type=checkbox]:checked + label {background-image:url("/static/mo/images/joinroom/iocn-check-on-e577cfb09a51df9d4448804d9cdb1f9d.png");}
.guestAdd ul li .sexBtn button.on { background-color: #1c7051; color: #fff; }
.guestAdd ul li .sexBtn button input[type=checkbox]:checked + label {color: #fff; }

.guestAdd ul li .sexBtn input { opacity:0; margin-left:0; position:absolute; }
.membershipCheck { text-align:center; font-size:15px; padding:15px; }
.membershipCheck input { width:1.1rem; height:1.1rem; margin-right:3px; }
