@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src: url('/Conn/common/fonts/AppleSDGothicNeoL.eot?#iefix') format('embedded-opentype');
    src: /*url('/Conn/common/fonts/AppleSDGothicNeoL.otf?#iefix'),*/
			url('/Conn/common/fonts/AppleSDGothicNeoL.ttf') format('truetype'),
			local(※), url('/Conn/common/fonts/AppleSDGothicNeoL.woff') format('woff');
    font-weight: 300;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
	src: url('/Conn/common/fonts/AppleSDGothicNeoR.eot?#iefix') format('embedded-opentype');
    src: /*url('/Conn/common/fonts/AppleSDGothicNeoR.otf?#iefix'),*/
			url('/Conn/common/fonts/AppleSDGothicNeoR.ttf') format('truetype'),
			local(※), url('/Conn/common/fonts/AppleSDGothicNeoR.woff') format('woff');
    font-weight: 400;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src: url('/Conn/common/fonts/AppleSDGothicNeoM.eot?#iefix');
    src: 	/*url('/Conn/common/fonts/AppleSDGothicNeoM.otf?#iefix') format('embedded-opentype'),*/
			url('/Conn/common/fonts/AppleSDGothicNeoM.ttf') format('truetype'),
			local(※), url('/Conn/common/fonts/AppleSDGothicNeoM.woff') format('woff');
    font-weight: 500;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
    src: url('/Conn/common/fonts/AppleSDGothicNeoB.eot?#iefix') format('embedded-opentype');
    src: /*url('/Conn/common/fonts/AppleSDGothicNeoB.otf?#iefix'),*/
			url('/Conn/common/fonts/AppleSDGothicNeoB.ttf') format('truetype'),
			local(※), url('/Conn/common/fonts/AppleSDGothicNeoB.woff') format('woff');
    font-weight: 600;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src:url('/Conn/common/fonts/AppleSDGothicNeoEB.eot?#iefix') format('embedded-opentype');
    src: /*url('/Conn/common/fonts/AppleSDGothicNeoEB.otf?#iefix'),*/
		   url('/Conn/common/fonts/AppleSDGothicNeoEB.ttf') format('truetype'),
	       local(※), url('/Conn/common/fonts/AppleSDGothicNeoEB.woff') format('woff');
    font-weight: 700;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src:url('/Conn/common/fonts/AppleSDGothicNeoH.eot?#iefix') format('embedded-opentype');
    src: /*url('/Conn/common/fonts/AppleSDGothicNeoH.otf?#iefix'),*/
			url('/Conn/common/fonts/AppleSDGothicNeoH.ttf') format('truetype'),
			local(※), url('/Conn/common/fonts/AppleSDGothicNeoH.woff') format('woff');
    font-weight: 800;
}
@font-face {
 font-family: 'PT';
    src: url('/Form/_guest/iksan/fonts/Pretendard-SemiBold.woff2') format('woff');
    font-weight: 600;
}
/*gmarket
@font-face {
 font-family: 'GmarketSans';
    src: url('/Conn/common/fonts/GmarketSansLight.otf');
    src: url('/Conn/common/fonts/GmarketSansLight.otf?#iefix') format('embedded-opentype');
    src: url('/Conn/common/fonts/GmarketSansTTFLight.ttf') format('truetype');
	src: url('/Conn/common/fonts/GmarketSansTTFLight.eot?#iefix');
	src:local(※), url('/Conn/common/fonts/GmarketSansTTFLight.woff') format('woff');
    font-weight: 400;
}
@font-face {
 font-family: 'GmarketSans';
    src: url('/Conn/common/fonts/GmarketSansMedium.otf');
    src: url('/Conn/common/fonts/GmarketSansMedium.otf?#iefix') format('embedded-opentype');
    src: url('/Conn/common/fonts/GmarketSansTTFMedium.ttf') format('truetype');
	src: url('/Conn/common/fonts/GmarketSansTTFMedium.eot?#iefix');
	src: local(※), url('/Conn/common/fonts/GmarketSansTTFMedium.woff') format('woff');
    font-weight: 500;
}
@font-face {
 font-family: 'GmarketSans';
    src: url('/Conn/common/fonts/GmarketSansBold.otf');
    src: url('/Conn/common/fonts/GmarketSansBold.otf?#iefix') format('embedded-opentype');
    src:url('/Conn/common/fonts/GmarketSansTTFBold.ttf') format('truetype');
	src:url('/Conn/common/fonts/GmarketSansTTFBold.eot?#iefix');
	src: local(※), url('/Conn/common/fonts/GmarketSansTTFBold.woff') format('woff');
    font-weight: 600;
}
*/
*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
}
ul,li,dl,dt,dd,ol{
	list-style:none;
}
a{
	text-decoration:none;
}	
*,body,a{
	font-family:'Roboto','AppleSDGothicNeo',sans-serif;
	font-size:14px;
	font-weight:400;
	letter-spacing: -0.05em;
    font-style: normal;
    line-height: 1.4;
	color:#3e3a39;
}
.gma{
	font-family:'GmarketSans',sans-serif !important; 
	color:#3e3a39;
}
#loading {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #000;
    z-index: 99;
    text-align: center;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 10px;
    overflow: hidden;
}

#loadingmodal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 1;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin-left: -32px;
    margin-top: -32px;
}

#loading-image {
    -webkit-animation: spin 1000ms infinite linear;
    -moz-animation: spin 1000ms infinite linear;
    -ms-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}



@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
img{
	border:0;
	vertical-align:top;
}
table{
	border-collapse: collapse;
	width:100%;
}
/*이미지맵*/
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 991px) {
	img[usemap] {
		  border: none;
		  height: auto !important;
		  max-width: 100%;
		  width: 100% !important;
   }
}
.ellipsis{
	display:block;
	text-overflow:ellipsis; 
	overflow:hidden;
	white-space: nowrap;
}
input,input[type="submit"]{
   appearance: none;
   border-radius: 0;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
	appearance: auto;
	-webkit-appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button,
label{ cursor:pointer}
b{font-weight:600;}
#modal{
  display:none;
  position:fixed;
  width:100%; height:100%;
  top:0; left:0;
  background:rgba(0,0,0,0.3);
  z-index:7;
}
.modal-con{
  display:none;
  position:fixed;
  top:50%; 
  left:50%;
  transform: translate(-50%,-50%);
  z-index:8;
  max-width:720px;
  width:100%;
/*   height: 100%; */
  padding:10px;
  z-index: 100;
}
.modal-con div.modal_bg{
  background:#fff;
  border:1px solid #e5e5e5;
  z-index:10;
  padding:20px;
  border-radius:15px;
  overflow-y:auto;
   max-height: 760px;
   height: 100%;
}
.modal-con .close{
	display:block;
	position:absolute;
	right:40px;
	top:30px;
} 
.modal-con .close img{
	width:18px;
}
.mob_s{
	display:none;
}
.after:after{
	content:"";
	display:block;
	clear:both;
}



/**************** keyframes ***************/




@keyframes down {
	0% {
		opacity:0;
		transform:translateY(-50%)
	}

	100% {
		opacity:1;
	}
}

@-ms-keyframes down {
	0% {
		opacity:0;
		transform:translateY(-50%)
	}

	100% {
		opacity:1;
	}
}
@-moz-keyframes down {
	0% {
		opacity:0;
		transform:translateY(-50%)
	}

	100% {
		opacity:1;
	}
}
@-webkit-keyframes down {
	0% {
		opacity:0;
		transform:translateY(-50%)
	}

	100% {
		opacity:1;
	}
}

@keyframes down2 {
	0% {
		opacity:0;
		transform:translate(-50% , -50%)
	}

	100%{
		opacity:1;
	}
}

@-ms-keyframes down2 {
	0% {
		opacity:0;
		transform:translate(-50% , -50%)
	}

	100%{
		opacity:1;
	}
}
@-moz-keyframes down2 {
	0% {
		opacity:0;
		transform:translate(-50% , -50%)
	}

	100%{
		opacity:1;
	}
}
@-webkit-keyframes down2 {
	0% {
		opacity:0;
		transform:translate(-50% , -50%)
	}

	100%{
		opacity:1;
	}
}

@keyframes down3 {
	0% {
		opacity:0;
		transform:translateY(-50%)
	}
	50% {
		opacity:0;
	}

	100%{
		opacity:1;
	}
}

@-ms-keyframes down3 {
	0% {
		opacity:0;
		transform:translateY(-50%)
	}
	50% {
		opacity:0;
	}

	100%{
		opacity:1;
	}
}
@-moz-keyframes down3 {
	0% {
		opacity:0;
		transform:translateY(-50%)
	}
	50% {
		opacity:0;
	}

	100%{
		opacity:1;
	}
}
@-webkit-keyframes down3 {
	0% {
		opacity:0;
		transform:translateY(-50%)
	}
	50% {
		opacity:0;
	}

	100%{
		opacity:1;
	}
}



@keyframes toright {
	from { opacity: 0;	left:-100% }
	to {  }
}

@-ms-keyframes toright {
	from { opacity: 0;	left:-100% }
	to {  }
}
@-moz-keyframes toright {
	from { opacity: 0;	left:-100% }
	to {  }
}
@-webkit-keyframes toright {
	from { opacity: 0;	left:-100% }
	to {  }
}


@keyframes right {
	0% {
		opacity:0;
		transform:translateX(-50%)
	}

	100% {
		opacity:1;
	}
}

@-ms-keyframes right {
	0% {
		opacity:0;
		-ms-transform:translateX(50%)
	}

	100% {
		opacity:1;
	}
}
@-moz-keyframes right {
	0% {
		opacity:0;
		-moz-transform:translateX(50%)
	}

	100% {
		opacity:1;
	}
}
@-webkit-keyframes right {
	0% {
		opacity:0;
		-webkit-transform:translateX(50%)
	}

	100% {
		opacity:1;
	}
}
@-o-keyframes right {
	0% {
		opacity:0;
		-o-transform-transform:translateX(50%)
	}

	100% {
		opacity:1;
	}
}


@keyframes left {
	0% {
		opacity:0;
		transform:translateX(50%)
	}

	100% {
		opacity:1;
	}
}

@-ms-keyframes left {
	0% {
		opacity:0;
		-ms-transform:translateX(-50%)
	}

	100% {
		opacity:1;
	}
}
@-moz-keyframes left {
	0% {
		opacity:0;
		-moz-transform:translateX(-50%)
	}

	100% {
		opacity:1;
	}
}
@-webkit-keyframes left {
	0% {
		opacity:0;
		-webkit-transform:translateX(-50%)
	}

	100% {
		opacity:1;
	}
}
@-o-keyframes left {
	0% {
		opacity:0;
		-o-transform-transform:translateX(50%)
	}

	100% {
		opacity:1;
	}
}

@keyframes udline{
	0% {
		width: 1%;
		height: 100%;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}

@-ms-keyframes udline{
	0% {
		width: 1%;
		height: 100%;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}
@-moz-keyframes udline{
	0% {
		width: 1%;
		height: 100%;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}
@-webkit-keyframes udline{
	0% {
		width: 1%;
		height: 100%;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}

@keyframes scale{
	0% {
		transform:scale(0.9);
	}
	100% {
		transform:scale(1);
	}
}

















/*main_common*/
body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	display:none;
}
.sl_bt{
	position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
	transform:translateY(-50%);
	z-index:3;
}
.sl_bt > div{
	background:url(/Conn/common/images/page_arrow.png)no-repeat center;
	opacity:1;
	background-size:contain !important ;
	-o-background-size: contain !important ;
    -moz-background-size: contain !important ;
    -webkit-background-size:contain !important ;
	width:60px;
	height:60px;
}
.sl_bt > div.swiper-button-next{
	transform:rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.sl_bt > div:hover{
	opacity:1;
}
/* .main_box{
	margin:0 auto;
	max-width:720px;
	max-height: 1275px;
	width:100%;
	height:100%;
	position:fixed;
	overflow:hidden;
	left: 50%;
    transform: translateX(-50%);

} */
/* .main_box .swiper-slide{
	position:static;
} */

.main_wrap {
	position:relative;
	padding-bottom: 67.263%;
	overflow:hidden;
	margin:0 auto;
	max-width:720px;
	max-height: 1275px;
	width:100%;
	height:100%;
	/* left: 50%;
	    transform: translateX(-50%); */
}
.main_box {
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	max-width: 720px;
    max-height: 1280px;
}

.main_box .swiper-slide > img{
	position: absolute;
    width: 100%;
	height: 100%;
}
.last_wrap{
	padding:35px 15px 25px;
	background:#f6f7f7;
	height:100%
}
.last_wrap h1{
	text-align:center;
}
.last_wrap h1 img{
	width:175px;
}
.last_wrap img{
	max-width:100%;
}
.last_box .last01{
	padding-top:6%;
}
.last_box .last01 ul{
	margin:-10px;
}
.last_box .last01 ul li{
	float:left;
	width:50%;
	padding:10px;
	height:115px;
}
.last_box .last01 ul li a,
.last_box .last02 .card_box,
.last04 .card_box{
	display:table;
	width:100%;
	padding:20px;
	background:#fff;
	border-radius:25px;
	max-height:95px;
	height:100%;
	overflow:hidden;
	border-collapse: collapse;
}
.last_box .last01 ul li a > div,
.last_box .last02 .card_box > div{
	display:table-cell;
	vertical-align:middle;
}
.last_box .last01 ul li a > div:first-child{
	width:60px;
}
.last_box .last01 ul li a > div:last-child{
	width:calc(100% - 60px);
	padding-left:18px;
}
.last_box .last01 ul li a > div:last-child span{
	display:block;
	font-size:20px;
	font-weight:600;
}
.last_box .last02{
	/* padding:5% 0 10%; */
	padding: 5% 0;
}
.last_box .last02 h2{
	font-size:18px;
	padding-bottom:10px;
	font-weight:600;
}
.last_box .last02 .card_box{
	height:auto;
}
.last_box .last02 .card_box div {
	padding: 20px;
}
.last_box .last02 .card_box div:first-child{
	width:140px;
}
.last_box .last02 .card_box>div:last-child{
	width:calc(100% - 140px);
	padding-left:20px;
}
.last_box .last02 .card_box div:last-child ul {
	padding-bottom: 10px;
}

.last02_img {
	width: 140px;
	height: 140px;	
	display:block
}
.last02_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:50%;
}




/*.last_box .last02 .card_box div:last-child ul:after {content:"";display:block;clear:both}
.last_box .last02 .card_box div:last-child ul li {
	float: left;
	vertical-align: middle;
	padding-right:18px;
	position:relative
}
 .last_box .last02 .card_box div:last-child ul li:after {
	content:"";
	display: inline-block;
	width: 1px;
	height: 8px;
	position:absolute;
	right: 8px;
	top:50%;
	transform:translateY(-50%);
	background:#aaa
}
.last_box .last02 .card_box div:last-child ul li:last-child:after {
	display: none;
} */
.last_box .last02 .card_box div:last-child ul li.card_name{
	font-size:24px;
	font-weight:600;
	letter-spacing:-0.025em;
	padding-bottom:10px;
}
.last_box .last02 .card_box div:last-child ul li.card_name span {
	font-size:20px;
	font-weight:600;
}

.last_box .last02 .card_box div:last-child ul li.card_info a{
	display: inline-block;
}
.last_box .last02 .card_box div:last-child ul li.card_info a img {
	max-width: 100%;
	margin-right: 10px;
	height: 22px;
}
.last_box .last02 .card_box div:last-child ul li.card_info span{
	display:inline-block;
	font-size:16px;
	letter-spacing:0;
}
.last_box .last02 .card_box div:last-child ul li.card_info {
	margin-bottom: 5px;
}

.last_box .last02 .card_box .kakao_btn {
	width: 62.5%;
	margin-top: 10px;
	display: inline-block;
}
.last_box .last02 .card_box .kakao_btn img {
	max-width: 100%;
}

/* .last_box .last02 .card_box > div {
	vertical-align: top
} */

.last_box .last01 ul li a > div:first-child img {
	margin-left: 20px;
}

.last_box .last03 a{
	display:block;
}
.last_box .last03 a img{
	display:block;
	width:100%;
}
.modal-con.share_modal .modal_bg{
	padding:60px 30px 30px;
}
.share_modal .share_mbox{
	padding-bottom:45px;
}
.share_modal .share_mbox ul li{
	float:left;
	width:50%;
}
.share_modal .share_mbox ul li a{
	text-align:center;
	display:block;
}
.share_modal .share_mbox ul li a img{
	width:80px;
	max-width:100%;
}
.share_modal .share_mbox ul li a span{
	display:block;
	text-align:center;
	font-size:21px;
	padding-top:10px;
	font-weight:600;
}
.share_modal .share_mlink > *{
	/* float:left;
	height:30px; */
	font-size:13px;
}
.share_modal .share_mlink {
	/*display: table;*/
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.share_modal .share_mlink input , .share_modal .share_mlink>div{
	width:calc(100% - 70px);
	/* width: 100%; */
	border:1px solid #e2e2e2;
	border-right:0;
	background:#f8f8f8;
	color:#2c2c2c;
	padding:0 10px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	min-height:36px;
	
}
 .share_modal .share_mlink>div {
	height:  auto;
	padding: 5px 10px;
	min-height: 36px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
 }
.share_modal .share_mlink button{
	width: 200px;
	border: 1px solid #eada0f;
	background: #fcec24;
	/*border-top-right-radius: 5px;*/
	/*border-bottom-right-radius: 5px;*/
	border-radius: 5px;
	min-height: 50px;
	/*display: table-cell;*/
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	font-size:18px
}
.join_box .title{
	text-align:center;
	font-size:24px;
	font-weight:600;
	padding-bottom:20px;
}
.join_box .frm_box{
	padding-bottom:20px;
}
.join_box .frm_box label{
	font-size:18px;
	font-weight:600;
	padding-bottom:5px;
}
.join_box .frm_box .input_box input{
	width:100%;
	border:1px solid #e2e2e2;
	background:#f5f5f5;
	height:60px;
	font-size:22px;
	padding:0 15px;
	border-radius:10px;
}
.join_box .frm_box .input_box input::placeholder{
	color:rgba(62,58,57,0.2);
}
.join_box .select_box{
	margin:0 -5px;
}
.join_box .select_box .input_box{
	float:left;
	width:50%;
	padding:0 5px;
}
.join_box .select_box select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	border: 1px solid #e2e2e2;
	height:60px;
	padding:0 30px 0 15px; 
	background:#fff url(/Conn/common/images/select_arrow.png)no-repeat right 15px center;
	background-size:16px !important ;
	font-size:22px;	
	border-radius:10px;
}
.join_box .term_box{
	padding:10px;
	overflow-y:scroll;
	height:165px;
	border: 1px solid #e2e2e2;
	border-radius:10px;
	font-size:15px;
}
.join_box input[type="checkbox"]{
    display:none;
}
.join_box input[type="checkbox"] + span{
	display:inline-block;
    width:32px;
    height:32px;
    margin:-1px 5px 0 0;
    vertical-align:middle;
    background:url(/Conn/common/images/check_off.png) left center no-repeat;
    cursor:pointer;
	background-size:contain !important ;
	-o-background-size: contain !important ;
    -moz-background-size: contain !important ;
    -webkit-background-size:contain !important ;

}
.join_box input[type="checkbox"]:checked + span{
    background:url(/Conn/common/images/check_on.png) left center no-repeat;
	background-size:contain;
	-o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size:contain;
}
.join_box .term_bt{
	padding-top:15px;
}
.join_bt_box a{
	display:block;
	font-size:24px;
	font-weight:600;
	text-align:center;
	background:#fcec24;
	border-radius:10px;
	padding:13px 0;
}

/*add*/

.swiper-slide {
	overflow:hidden
}

.swiper-slide1 {
	/*background:url("/Conn/common/images/page1_bg2.png") no-repeat;*/
	background-size:100% 100% !important ;
	-o-background-size: 100% 100% !important ;
    -moz-background-size: 100% 100% !important ;
    -webkit-background-size:100% 100% !important ;
	position:relative
}

.swiper-slide1 .page1_phone {
	position:absolute;
	top:30px;
	right: 30px;
	width: 11.8%;
	max-width: 85px;
}
.swiper-slide1 .page1_phone img {
	width: 100%;
}

.swiper-slide1 .txt{
	position:absolute;
	top:11%;
	left: 5%;
	display: block;
	width: 100%;
}

.swiper-slide-active.swiper-slide1 .txt {
	animation: down 1.2s both;
	-webkit-animation: down 1.2s both;
	-moz-animation: down 1.2s both;
	-o-animation: down 1.2s both;
}

.swiper-slide1 .txt img {
	width: 52.638%;
}
.swiper-slide1 ul{
	position:absolute;
	bottom: 0;
	left: 0;
	padding: 30px 30px 40px 30px;
}
.swiper-slide1 ul li {
	padding-top: 8px;
}
.swiper-slide1 ul li img{
	width: 100%;
}
/* .swiper-slide1 ul li {
	animation:0.8s 0.8s down linear
} */
.swiper-slide-active.swiper-slide1 ul li:nth-child(1) {
	animation:down 0.5s both;
	-webkit-animation:down 0.5s both;
	-moz-animation:down 0.5s both;
	-o-animation:down 0.5s both;
}
.swiper-slide-active.swiper-slide1 ul li:nth-child(2) {
	animation: down 0.5s 0.5s both;
	-webkit-animation:down 0.5s 0.5s both;
	-moz-animation:down 0.5s 0.5s both;
	-o-animation:down 0.5s 0.5s both;
}
.swiper-slide-active.swiper-slide1 ul li:nth-child(3) {
	animation: down 1s 1s both;
	-webkit-animation:down 1s 1s both;
	-moz-animation:down 1s 1s both;
	-o-animation:down 1s 1s both;
}
.swiper-slide-active.swiper-slide1 ul li:nth-child(4) {
	animation: down 1.5s 1.5s both;
	-webkit-animation:down 1.5s 1.5s both;
	-moz-animation:down 1.5s 1.5s both;
	-o-animation:down 1.5s 1.5s both;
}




.swiper-slide2 {
	/*background:url("/Conn/common/images/page2_bg4.png") no-repeat;*/
	background-size:100% 100% !important ;
	-o-background-size: 100% 100% !important ;
    -moz-background-size: 100% 100% !important ;
    -webkit-background-size:100% 100% !important ;
	position:relative
}


.swiper-slide2 .page2_train {
	position:absolute;
	bottom: 17%;
	left: 0;
	display: block;
	width: 100%;
}

.swiper-slide-active.swiper-slide2 .page2_train {
	animation: toright 1s ease-in;
	-webkit-animation: toright 1s ease-in;
	-moz-animation: toright 1s ease-in;
	-o-animation: toright 1s ease-in;
}

.swiper-slide-active.swiper-slide2 .page2_map {
	animation:down 0.8s both;
	-webkit-animation:down 0.8s both;
	-moz-animation:down 0.8s both;
	-o-animation:down 0.8s both;
}

.swiper-slide2 .page2_train img {
	width: 63.1944%;
}

.swiper-slide2 .page2_map {
	position:absolute;
	top:5%;
	right: 5%;
	display: block;
	width: 100%;
	text-align: right;	
}

.swiper-slide2 .page2_map img {
	width: 35%;
}



/* .swiper-slide-active.swiper-slide2 .page2_txt {
	position:absolute;
	left:5%;
	top: 3%;
	display: block;
	width: 100%;
	animation:down 0.8s both;
}


.page2_txt img{
	width: 52.638%;
}

.swiper-slide-active.swiper-slide2 .page2_txt2 {
	position:absolute;
	left:5%;
	bottom: 3%;
	display: block;
	width: 100%;
	animation:down 0.8s 0.5s both;
}
.page2_txt2 img{
	width: 89.027%;
} */

.swiper-slide3 {
	/*background:url("/Conn/common/images/page3_bg.png") no-repeat;*/
	background-size:100% 100%  !important ;
	-o-background-size: 100% 100%  !important ;
    -moz-background-size: 100% 100% !important ;
    -webkit-background-size:100% 100% !important ;
	position:relative
}

.swiper-slide3 .page3_txt {
	position:absolute;
	left:5%;
	top: 3%;
	display: block;
	width: 100%;
	animation:left 0.8s ease-in;
	-webkit-animation:left 0.8s ease-in;
	-moz-animation:left 0.8s ease-in;
	-o-animation:left 0.8s ease-in;
}

.swiper-slide3 .page3_txt img {
	width: 56.94%;
}

.swiper-slide3 ul{
	position:absolute;
	bottom: 0;
	left: 0;
	padding: 5% 5% 40px 5%;
}
.swiper-slide3 ul li {
	padding-top: 8px;
}
.swiper-slide3 ul li img{
	width: 100%;
}
.swiper-slide-active.swiper-slide3 ul li:nth-child(1) {
	animation:left 0.5s both;
	-webkit-animation:left 0.5s both;
	-moz-animation:left 0.5s both;
	-o-animation:left 0.5s both;
}
.swiper-slide-active.swiper-slide3 ul li:nth-child(2) {
	animation: left 0.5s 0.5s both;
	-webkit-animation:left 0.5s 0.5s both;
	-moz-animation:left 0.5s 0.5s both;
	-o-animation:left 0.5s 0.5s both;
}
.swiper-slide-active.swiper-slide3 ul li:nth-child(3) {
	animation: left 1s 1s both;
	-webkit-animation:left 1s 1s both;
	-moz-animation:left 1s 1s both;
	-o-animation:left 1s 1s both;
}
.swiper-slide-active.swiper-slide3 ul li:nth-child(4) {
	animation: left 1.5s 1.5s both;
	-webkit-animation:left 1.5s 1.5s both;
	-moz-animation:left 1.5s 1.5s both;
	-o-animation:left 1.5s 1.5s both;
}




/* @keyframes big {
	0% {
		transform:scale(0.9)
	}

	100% {
		transform:scale(1)
	}

} */

.modal_bg {
	max-height:100%;
}

.modal-con.join_box {
    height: 100%;
	padding: 10px 20px;
}

.swiper-slide4 {
	overflow-y:auto;
}

.swiper-slide4 .last03 {
	padding: 0 0 40px;
}

.last_box .last01 ul li a {
	text-align: center;
}

/* .last_box .last02 .card_box div:last-child ul li.card_name {
	padding-bottom: 5px;
} */



.last04 {
	padding-bottom:5%;
}

.lastvideo {
	position:relative;
	/* max-width: 320px; */
	width: 100%;
	/* padding-bottom: 26.2%; */
	    padding-bottom: 56.34%;
	/* margin-bottom: 15px; */
}
.lastvideo iframe {
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.last04 h3 {
	font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
}

.intro_txt {
	font-size:16px
}


.swiper-slide5 {
	/*background:url("/Conn/common/images/page4_bg05.jpg") no-repeat;*/
	background-size:100% 100% !important ;
	-o-background-size: 100% 100% !important ;
    -moz-background-size: 100% 100% !important ;
    -webkit-background-size:100% 100% !important ;
	position:relative;
	padding: 5.555%;
}

/* .swiper-slide5 .txt{
	position:absolute;
	top: 23.4375%;
	left: 5.55%;
	transform:translateX(-50%)
	width: calc(100% - 8%);
	display: none;
	transform-origin: left center;
	transition-duration: 1s;
	transition-timing-function: ease-in;
}

.swiper-slide5 .txt img{
	max-width: 100%;
}

.swiper-slide5 .txt:hover {
  transform: rotateY(-180deg);
  opacity: 0.4;
} */


.newstxt01 {
	position:absolute;
	left: 13.333%;
	top:36.328125%;
	width: 73.055%;
	max-width: 100%;
	z-index: 2;
}

.newstxt01 .yellow {
	position:absolute;
	left: 55.7034%;
	bottom: -7.5%;
	width: 43.7262%;
	height: 25%;
	max-width: 100%;
	z-index: -1;
}

.newstxt01 .yellow  {
	max-width: 100%;
}

.newstxt02 {
	position:absolute;
	left: 10%;
	top:73.359375%;
	width: 81.38%;
	max-width: 100%;
}
.swiper-slide5.swiper-slide-active .newstxt02 {
	animation: down 0.8s both;
	-webkit-animation: down 0.8s both;
	-moz-animation: down 0.8s both;
	-o-animation: down 0.8s both;
}

.swiper-slide5.swiper-slide-active .newstxt01 .yellow img{
	animation: udline 1.2s both;
	-webkit-animation: udline 1.2s both;
	-moz-animation: udline 1.2s both;
	-o-animation: udline 1.2s both;
}

.swiper-slide5 img{
	max-width: 100%;
}






/*reservation*/


.reservation_box .title{
	padding: 2%;
	position:relative
}

.reservation_box .title .close {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right: 30px;
}

.r_tab:after {content:"";display:block;clear:both}
.r_tab>li {
	float:left;
	width: 50%;
	text-align: center;
}
.r_tab>li a {
	display: block;
	padding: 0 5px;
	font-size:20px;
	font-weight: 600;
	color: #3e3a39;
	height: 50px;
	line-height: 50px;
}

.r_tab>li.on {
	border-bottom:5px solid #fcec24
}

.r_box2 {
	display: none;
}

.reservation_box .modal_box {
	padding:30px 20px;
}

.left {
	float: left;
}

.right {
	float:right
}
.frm_box2 {
	margin: 0 -5px;
}
.frm_box2 .left{
	width: 50%;
	padding: 0 5px;
}

.frm_box2 .left input {
	background:#fff !important
}

.input_box2 {
	position:relative;
	cursor:pointer;
}
.input_box2 input {
	cursor:pointer;
}

.input_box2:after {
	content:"";
	display: block;
	position:absolute;
	right: 25px;
	top:50%;
	transform:translateY(-50%);
	background:url("/Conn/common/images/reservation_arrow.png") no-repeat;
	background-size:100% auto;
	-o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size:100% auto;
	width: 10px;
	height:16px;
}

.input_box input:focus {
	background:#fff !important
}







/* section calendar */

.date_modal .modal_tit {
	font-size:24px;
	text-align: center;
	padding: 0;
}

.cal_nav:after {content:"";display:block;clear:both}
.cal_nav .left{
	font-size:24px
}
.cal_nav .left .year {
	font-size:24px;
	display: inline-block;
	margin-right: 3px;
}



.sec_cal {
    width: 100%;
    margin: 0 auto;
   /*  font-family: "NotoSansR"; */
}

.sec_cal .cal_nav {
	padding: 20px 0 30px;
}

/* .sec_cal .cal_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 78px;
} */

.sec_cal .cal_nav .month {
    /* width: 300px; */
    text-align: center;
    line-height: 1;
}

.sec_cal .cal_nav .nav {
    display: flex;
    border: 1px solid #333333;
    border-radius: 5px;
}
.sec_cal .cal_nav .right:after {content:"";display:block;clear:both}
.sec_cal .cal_nav .right {
	display: table;
}
.sec_cal .cal_nav .right>* {
	display:table-cell;
	vertical-align: middle;
	font-size:24px
}
.sec_cal .cal_nav .right div {
	padding: 0 10px;
}
.sec_cal .cal_nav .right .month {
	font-size:24px
}

.sec_cal .cal_nav .go-prev,
.sec_cal .cal_nav .go-next {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius:50%;
	/* border:1px solid rgba(116,118,120,0.2);	 */
	background:url("/Conn/common/images/cal_arrow.png") no-repeat ;
	background-size: 100% 100%  !important ;
	-o-background-size: 100% 100%  !important ;
    -moz-background-size: 100% 100%  !important ;
    -webkit-background-size:100% 100% !important ;
}
/*
.sec_cal .cal_nav .go-prev::before,
.sec_cal .cal_nav .go-next::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #a4a4a4;
    border-width: 2px 2px 0 0;
    transition: border 0.1s;
}

 .sec_cal .cal_nav .go-prev:hover::before,
.sec_cal .cal_nav .go-next:hover::before {
    border-color: #ed2a61;
} */

/* .sec_cal .cal_nav .go-prev::before {
    transform: rotate(-135deg);
}

.sec_cal .cal_nav .go-next::before {
    transform: rotate(45deg);
} */

.sec_cal .cal_nav .go-next {
	transform: rotate(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.sec_cal .cal_wrap {
    padding-top: 0;
    position: relative;
    margin: 0 auto;
}

.sec_cal .cal_wrap .days {
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

.sec_cal .cal_wrap::after {
    top: 368px;
}

.sec_cal .cal_wrap .day {
    display:flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 7);
    text-align: left;
    color: #3e3a39;
    font-size: 18px;
    text-align: center;
    border-radius:5px;
	font-weight: 500;
}

.current.today , .dates .day.on {
	/* background: #fcec24;
	border-radius:50%; */	
	position:relative;
	z-index: 1;
}
.dates .day.on:after {
	content:"";
	display: block;
	background:#fcec24;
	border-radius:50%;
	width: 50px;
	height: 50px;
	position:absolute;
	z-index: -1;
}

.dates .day.off {
	color: #d7d5d4;
}

/* .current.today:after {
	content:"";
	display: block;
	background:#fcec24;
	border-radius:50%;
	width: 50px;
	height: 50px;
	position:absolute;
	z-index: -1;
} */

.sec_cal .cal_wrap .dates {
    display: flex;
    flex-flow: wrap;
    height: 290px;
}

/* .sec_cal .cal_wrap .day:nth-child(7n -1) {
    color: #3c6ffa;
} */

/* .sec_cal .cal_wrap .day:nth-child(7n) {
    color: #ed2a61;
} */

.sec_cal .cal_wrap .day.disable {
    color: #ddd;
}

.cal_txt {
	font-size:24px;
	background:#f6f7f7;
	border-radius:10px;
	padding: 24px;
	text-align: center;
	/* display: none; */
	margin: 40px 0 0;
}

.cal_txt span {
	font-size:24px;
}

.join_bt_box2 , .join_bt_box3 , .join_bt_box4 , .join_bt_box5 , .join_bt_box6 , .join_bt_box7   {
	margin-top: 40px;
}
.join_bt_box2 a{
	display:block;
	font-size:24px;
	font-weight:600;
	text-align:center;
	background:#fcec24 url("/Conn/common/images/reservation_arrow.png") no-repeat;
	background-size:auto 20px  !important ;
	background-position: right 13px center;
	border-radius:10px;
	padding:13px 0;
	vertical-align: middle;
	cursor: pointer;
}

.join_bt_box3 a , .join_bt_box4 a , .join_bt_box1 a , .join_bt_box5 a , .join_bt_box7 a{
	display:block;
	font-size:24px;
	font-weight:600;
	text-align:center;
	background:#fcec24;
	border-radius:10px;
	padding:13px 0;
	vertical-align: middle;
	cursor: pointer;
}
.join_bt_box6 {
	margin:40px -5px 0
}
.join_bt_box6:after {content:"";display:block;clear:both}
.join_bt_box6>div {
	float:left;
	width: 50%;
	padding:0 5px;
}
.join_bt_box6_1 a{
	display:block;
	font-size:24px;
	font-weight:600;
	text-align:center;
	background:#3e3a39;
	border-radius:10px;
	padding:13px 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}
.join_bt_box6_2 a{
	display:block;
	font-size:24px;
	font-weight:600;
	text-align:center;
	background:#fcec24;
	border-radius:10px;
	padding:13px 0;
	vertical-align: middle;
	cursor: pointer;
}


/* .join_bt_box2 a img {
	vertical-align: -2px;
	height: 20px;
	margin-left: 5px;
} */

/* .reserv_list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


.reserv_list li {
	width: 25%;
	display:flex;
	flex: 0 0 25%
} */
.reserv_list {
	margin:30px -5px;
}
.reserv_list:after {content:"";display:block;clear:both}
.reserv_list li {
	 float: left;
	 width: 25%;
	 padding:5px;
}
.reserv_list li a {
	display: block;
	padding:10px 15px;
	border-radius:34px;
	font-size:20px;
	text-align: center;
	border:1px solid #ececec
}

.reserv_list li.check a {
	background:#fcec24 !important ;
	border:1px solid #fcec24 !important ;
}

.reserv_list li.off a {
	background:#f5f5f5;
	border:1px solid #f5f5f5;
	color: rgba(62,58,57,0.3);
}

.time_modal h2 {
	text-align: center;
	vertical-align: middle;
	font-size:24px
}

.time_modal .back {
	display: block;
    position: absolute;
    left: 40px;
    top: 30px;
	cursor: pointer;
}

.time_modal .back img {
	height: 20px;
	transform:rotate(180deg) ;
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.cal_txt .time {
	margin-left: 10px;
}

.comfirm_img {
	padding: 10% 15px;
	text-align: center;
}

.comfirm_img b{
	display: block;
	font-size:24px;
	padding-top:7%;
}
.comfirm_img b span {
	display: block;
	font-size:24px;
	font-weight: 600;
}

.confirm_box {
	padding: 30px;
	border-radius:15px;
	background:#f6f7f7;
}

.confirm_box th, .confirm_box td {
	font-size:18px;
	padding-bottom: 5px;
}
.confirm_box th {
	width: 110px;
}
.confirm_box td {
	font-weight: 500;
}

.input_sub {
	font-size:16px;
	padding-top: 5px;
	color: #999;
}

.r_box2_tt {
	padding: 5% 15px;
}

.r_box2_tt div span{
	font-size:24px;
	display: block;
	text-align: center;
}
.r_box2_tt div span b{
	font-size:24px;
	font-weight: 600;
}

.r_box2_tt p {
	padding-top:2%;
}
.r_box2_tt p span {
	display: block;
	font-size:16px;
	text-align: center;
}

.r_box2_box {
	padding:25px 20px 15px;
	border-radius:15px;
	border:1px solid #e2e2e2
}




/*방문예약*/

.reserv_box {
	max-height: 100% !important;
	height: 100%;
}

.reserv_box.modal-con div.modal_bg {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.reserv_box .title{
	text-align:center;
	font-size:24px;
	font-weight:600;
	padding-bottom:20px;
}
.reserv_box .frm_box{
	padding-bottom:20px;
}
.reserv_box .frm_box label{
	font-size:18px;
	font-weight:600;
	padding-bottom:5px;
}
.reserv_box .frm_box .input_box input{
	width:100%;
	border:1px solid #e2e2e2;
	background:#f5f5f5;
	height:60px;
	font-size:22px;
	padding:0 15px;
	border-radius:10px;
}
.reserv_box .frm_box .input_box input::placeholder{
	color:rgba(62,58,57,0.2);
}
.reserv_box .select_box{
	margin:0 -5px;
}
.reserv_box .select_box .input_box{
	float:left;
	width:50%;
	padding:0 5px;
}
.reserv_box .select_box select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	border: 1px solid #e2e2e2;
	height:60px;
	padding:0 30px 0 15px; 
	background:#fff url(/Conn/common/images/select_arrow.png)no-repeat right 15px center;
	background-size:16px !important ;
	font-size:22px;	
	border-radius:10px;
}
.reserv_box .term_box{
	padding:10px;
	overflow-y:scroll;
	height:165px;
	border: 1px solid #e2e2e2;
	border-radius:10px;
	font-size:15px;
}
.reserv_box input[type="checkbox"]{
    display:none;
}
.reserv_box .term_bt input[type="checkbox"] + span{
	display:inline-block;
    width:32px;
    height:32px;
    margin:-1px 5px 0 0;
    vertical-align:middle;
    background:url(/Conn/common/images/check_off.png) left center no-repeat;
    cursor:pointer;
	background-size:contain !important ;
	-o-background-size: contain !important ;
    -moz-background-size: contain !important ;
    -webkit-background-size:contain !important ;
}
.reserv_box .term_bt input[type="checkbox"]:checked + span{
    background:url(/Conn/common/images/check_on.png) left center no-repeat;
	background-size:contain  !important ;
}
.reserv_box .term_bt{
	padding-top:15px;
}
.join_bt_box a{
	display:block;
	font-size:24px;
	font-weight:600;
	text-align:center;
	background:#fcec24;
	border-radius:10px;
	padding:13px 0;
}
.reservdate_select {
	margin: 0 -5px;
}
.reservdate_select:after {content:"";display:block;clear:both}
.reservdate_select>div {
	float:left;
	width: 33.333%;
	padding: 0 5px;
}
.reservdate_select input , .reservdate_select select {
	width: 100%;
    border: 1px solid #e2e2e2;
	background:#fff;
    height: 60px;
    font-size: 22px;
    padding: 0 15px;
    border-radius: 10px;

}
.reservdate_select select {
	background: #fff url(/Conn/common/images/select_arrow.png)no-repeat right 15px center;
    background-size: 16px;
	-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}

#ui-datepicker-div {
	z-index: 100 !important
}

.swiper-slide6 {
	padding: 35px 15px 25px;
    height: 100%;
}

.swiper-slide6 h2 {
	text-align: center;
}

.swiper-slide6 h2 img {
    width: 175px;
}

.page6_img {
	margin-top: 6%;
	max-width: 40%;
	width: 100%;
	border-radius:50%;
	overflow: hidden;
	text-align: center;
	margin:6% auto 40px;
	min-width: 120px;
	position:relative;
	padding-bottom: 40%;
}
.page6_img div {
	position:absolute;
	width: 100%;
	height: 100%;
}

.page6_img img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.page6_txt , .page6_tt {
	font-weight: 600;
}
.page6_txt , .page6_tt , .page6_txt2 {
	font-size:18px;
	letter-spacing: -0.05em;	
	text-align: center;
}

.page6_tt {
	position:relative;
	margin:70px 0 20px;
	font-size:20px;
	z-index: 2;
}
.page6_tt:after {
	content:"";
	display: block;
	position:absolute;
	left: 50%;
	transform:translateX(-50%);
	bottom: 0;
	background:#FFE42E ;
	width: 100px;
	height: 10px;
	z-index: -1;
}

#copy_link {
	position:   absolute;
	top:        0;
	left:       0;
	width:      1px;
	height:     1px;
	margin:     0;
	padding:    0;
	border:     0;
}

.copy_txt1 {
	word-break : break-all
}

.copy_txt1 {
	white-space: pre-line;
	/* word-break : break-all;
	width: 100%;
	height: 100px;
	overflow-y:auto */
}
.copy_txt {
	display: none !important
}
.copy_txt2 {
	/* padding-top: 10px; */
	/* white-space: pre-wrap; */
}

.swiper-slide6_wrap {
	padding:30px 15px;
	font-size:16px;
	overflow-y: auto;
	height: calc(100% - 85px);
	word-break: break-all;
}






































































