@charset "utf-8";
/* CSS Document */

@import '/_101/css/fonts.css';

/* ==========================================================================
   1.General
   ========================================================================== */

body {font-family:'Pretendard','Poppins', 'Malgun Gothic', 'Open Sans', 'Verdana', 'Geneva', sans-serif; line-height: 1.5; font-weight: 400; font-size: 16px; overflow-x: hidden; letter-spacing: -0.03em;}

a {color: #0b4dc6;}
a:hover, a:focus {color: #1b285b;}

b, strong {  font-weight: 700;}


.bg-box:first-child {margin-left: 0;}
.bg-box:last-child {margin-right: 0;}

.nav > li > a {text-align: center;}



/* ==========================================================================
   2.Hero section 
   ========================================================================== */
.hero-section {background: url(../img/bg_top.jpg) center center no-repeat scroll;
	background-size: cover; padding: 0 0 9em; position: relative; color: #fff; }

.top-bg-wrapper {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;}
.top-bg-deco {
	position: absolute;
	background: no-repeat center center / 100% 100%;
}
.deco-top-left {top: 7.8646vw; left: 11.7188vw; width: 10.5208vw; height: 11.4063vw; background-image: url('../img/bg_red_l.png')}
.deco-top-center {top: 0; left: 33.3333vw; width: 9.7396vw; height: 9.0104vw; background-image: url('../img/bg_grey_t.png')}
.deco-top-right {top: 7.7083vw; right: 0; width: 11.0938vw; height: 11.9271vw; background-image: url('../img/bg_grey_r.png')}
.deco-center-right {top: 25.6250vw; right: 9.9479vw; width: 13.8542vw; height: 6.8750vw; background-image: url('../img/bg_blue_r.png')}
.deco-bottom-left {bottom: 2.0833vw; left: 12.0833vw; width: 15.6771vw; height: 12.6563vw; background-image: url('../img/bg_green_l.png')}
.deco-bottom-right {bottom: -2.5vw; right: 21.7188vw; width: 206px; height: 206px; background-image: url('../img/bg_grey_b.png')}

.bttn {color: #FFFFFF;  background: #1b2024;  border: 2px solid #fff;  font-weight: 700;  padding: .6em 2em;  border-radius: 35px;
  display: inline-block;  white-space: nowrap;  vertical-align: middle;  transition: all 0.3s ease-in-out;  text-shadow: 0 1px rgba(0,0,0,0.1);}

  .welcome-message h2 {
	display: inline-block;
	background-image: linear-gradient(45deg, #8aff81 33%, #a4ebff 67%);
	font-size: 3.65rem;
	font-weight: 700;
	color: #fff;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.welcome-message h3 {
	display: flex;
	column-gap: 1.5rem;
	height: max-content;
	font-size: 6.5rem;
	justify-content: center;
}

.welcome-message p {color: #faefff; font-size: 1.38em;}
.welcome-message p span {color: #faefff; font-weight: 500;}

.welcome-message .border-box {position: relative; padding: 2.13em 0; border: 2px solid #2f2f2f; margin-top: 30px; margin-bottom: 47px; }
.welcome-message .border-box::before {content: ''; position: absolute; bottom: -45px; right: 156px; width: 28px; height: 33px; background: url('../img/pointer.png') no-repeat center center; }
.welcome-message .rect-point {position: absolute; width: 10px; height: 10px; background: url('../img/point-rect.png') no-repeat center center / 100% 100%;}
.welcome-message .point-top-left {top: -5px; left: -5px; }
.welcome-message .point-top-center { top: -5px; left: 50%; transform: translateX(-50%);}
.welcome-message .point-top-right { top: -5px; right: -5px;}
.welcome-message .point-bottom-left {bottom: -5px; left: -5px; }
.welcome-message .point-bottom-center {bottom: -5px; left: 50%;  transform: translateX(-50%); }
.welcome-message .point-bottom-right {bottom: -5px; right: -5px; }

.bttn {padding:.7em 2.71em .5em; letter-spacing: -0.01em;}

.action-btn .bttn:last-child {margin-bottom: 5em;  background: #2f2f2f;  border: 2px solid #2f2f2f; color: #fff;}
.action-btn .bttn:last-child:hover {margin-bottom: 5em; background: #0b4dc6;  border: 2px solid #fff;  color: #fff;}

.countup {display: flex; flex-wrap: wrap; gap: 11px; align-items: center; justify-content: center;}
.countdown_box {display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #faefff; border-radius: 20px;  width: 118px; height: 130px; margin: 0;}
.countdown_box .time {color:#4e1993;}
/* .countdown_box span {color:#0b4dc6;} */
.countdown_box span {font-size: 18px; font-weight:700; letter-spacing: 0; color: #967bbc; font-size: 22px; line-height: 1.14; letter-spacing: -0.01em;}


.btn-question {
	width: 32rem;
    height: 8.8rem;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -0.65px;
    box-shadow: 0px 2.3rem 5.1rem rgba(0, 0, 0, 0.6);
    
    /* 투명한 기본 테두리 설정 */
    border: 4px solid transparent;
    border-radius: 45px;
    
    /* 버튼 내부는 단색, 테두리는 그라디언트 적용 */
    background-image: linear-gradient(to top, #2B0052, #2B0052), 
                      linear-gradient(to right, #da6376, #ffd3f0, #544dff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    
    transition: color 0.3s ease-in-out;
    margin-bottom: 103px;
    margin-right: 25px;
  }
  .btn-question i {
	margin-left: 1rem;
	font-size: 2.2rem;
  }

  .btn-question a {
	color: #fff;
  }

  .btn-question a:hover {
	color: #c596ff;
  }
  

/* ==========================================================================
   3.nav 
   ========================================================================== */
.navbar-nav > li {margin: 0px;}
.nav > li:first-child {margin-left: 34px;}
.nav > li:last-child {margin-left: 34px;}
.navbar-nav > li + li {margin-left: 34px;}
.navbar-default .navbar-nav > li > a:hover {color: #cfaafe; border-bottom: 2px solid #0b4dc6;}/*메인페이지 네비색상*/
.navbar-default.stuck .navbar-nav > li > a:hover, .navbar-default.stuck .navbar-nav > li > a:focus {color: #cfaafe; border: hidden;}/*상단메뉴 네비색상*/
.navbar-default.stuck .navbar-nav .bttn:hover, .navbar-default.stuck .navbar-nav .bttn:focus { background: #cfaafe !important;}/*상단메뉴 버튼색상*/

/* ==========================================================================
   4.about  
   ========================================================================== */   
.about {background: #F8F9FB;}

.about .title {
	margin-bottom: 5.2rem;
	font-size: 2.9rem;
	font-weight: 800;
	line-height: 1.31;
	letter-spacing: -0.42px;
	text-align: center;
	color: #090909;
  }
  .about .desc span {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.56;
	letter-spacing: -1.08px;
	text-align: center;
	color: #656b70;
  }
  .about .desc span + span {
	margin-top: 0.9rem;
  }
  .title strong {
	z-index: 1;
	position: relative;
	white-space: nowrap;
  }
  .title strong::before {
	content: "";
	z-index: -1;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2.2rem;
	background-color: #c596fe;
  }

.section-spacing .small-border {background-color: #fff; height:5px; width:150px; display: block;}

.about .section-spacing h2 {font-weight:700; color: #fff;}

.section-spacing h2 {font-weight:700; color: #000;}
.section-spacing p {color: #000; font-size: 18px; line-height: 1.6;}
.section-spacing .action-btn-pricing p {font-size: 22px;font-weight: 800;color: #101010;}
.section-spacing p:nth-child(5) {margin-top: 30px;}
.section-spacing .text_w {color: #fff; font-weight: 600;}
.section-spacing .text_w:last-child {margin: 0;}


/* ==========================================================================
   5.counter
   ========================================================================== */
   
   
/* ==========================================================================
   6.schedule
   ========================================================================== */ 
	.schedule.section-spacing .fa-calendar-days {margin-right: 14px;}
   
   
/* ==========================================================================
   7.speaker
   ========================================================================== */
.section-spacing header h2 {margin: 0 0 24px; font-size: 34px; color: #101010; font-weight:800;}

.timeline .event1 .txt_box h4 {font-size:20px; margin:0px; font-weight: 600;}
.timeline .event1 .txt_box h5 {font-size: 17px; margin:0 0 7px; color:#939393; font-weight: 400;}
.timeline .event1 .txt_box p {font-size: 16px; margin:3px 0 8px; color:#939393; font-weight: 400;}

.timeline .event1 .txt_box .event-speaker {margin:6px 0 0; font-size:16px; color:#747474; font-weight: 500; letter-spacing: -0.03em;}
.timeline .event1 .txt_box .speaker_margine {margin-top:17px;}
.timeline .event1:last-child {padding-bottom: 30px;}
.timeline .border_top {padding-top: 30px;}

.timeline .time_tit h3 {color: #0048c5; text-align: center; font-size: 31px; font-weight: 800;}
.timeline .time_tit h4 {color: #fff; text-align: center; font-size: 20px; }

.im3 .time_tit h3 {color: #0D0D0D; text-align: center; font-size: 31px; font-weight: 800;}
.im3 .time_tit h4 {color: #515151; text-align: center; font-size: 20px; }

.timeline_box_padding  {padding: 0;}

.timeline .event2 {margin-bottom: 25px;}

/*부트스트랩 버튼 수정*/
.btn-primary {color: #fff;  background-color: #002e7f;  border-color: #002e7f;}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,
.open > .dropdown-toggle.btn-primary {color: #fff;  background-color: #1b285b;  border-color: #1b285b;}/*hover시 색상*/
.btn-sm, .btn-group-sm > .btn {padding: 7px 12px 5px;  font-size: 15px;  line-height: 1;  border-radius: 115px;}
   
/* ==========================================================================
   8.speaker bio
   ========================================================================== */ 
   
   
/* ==========================================================================
   9.Pricing
   ========================================================================== */

.action-btn-sponsor, .action-btn-pricing {margin-top: 1em;}

#event .plan {padding: 0 1.78em 3.06em;}
#event .plan img {display: inline-block; margin: 41px 0 32px;}
#event .plan.prize {margin-bottom: 0;}

.plan .header {background:#253141; padding:  1.23em 0 1.13em;}
.plan .header h4 {margin: 0;}
.plan .header_early {background:#770ccc; color: #fff; padding: 1.23em 0 1.13em; border-radius: 10px 10px 0 0;}
.plan .header_early h4 {margin: 0; color: #fff; font-size: 23px; font-weight: 600;}
.plan.early_text .plan-features {padding: 30px 30px 45px;}


.plan .header2 {background: #fff; color: #0f172a; border-radius: 10px 10px 0 0; padding: 2.19em 0 1.5em; border-bottom: 1px solid #e7e7e7;}
.plan .header2 h4 {font-size: 24px; margin-bottom: 0; color: #101010; margin-top: 0;}

.plan h5 {margin: 0; font-size: 18px; color:#fff; font-weight: 300;}
.plan ul li h4 {margin: 0; color:#241a85; font-size: 22px; font-weight: 600;}
.plan ul li h5 {margin-top: -5px; margin-bottom: 10px; color:#101010;  font-size: 19px; font-weight: 700;}
.plan ul li p {color:#999;  font-size: 16px; font-weight: 500; line-height: 1.18;}
.plan:not(.early_text) .plan-features {padding: 27px 30px 34px; height: 216px; border: 1px solid #ddd;}
.plan-features li {padding: 0;}
.plan.early_text .plan-features .price {color: #f05e49; font-weight: 800;}
.plan.early_text ul li img {transform: translateY(-22.5%);}
.plan:not(.early_text) li h5 {margin-top: 0; line-height: 1; margin-bottom: 12px;}
.plan:not(.early_text) .plan-features .price {margin-bottom: 27px; padding-bottom: 25px; border-bottom: 1px solid #e7e7e7; line-height: 1; font-size: 35px; color: #373a3e; font-weight: 800;}
.plan:not(.early_text) .price_spacing {margin-bottom: 0;}

.plan .sub_t {font-weight: 500;}
.plan .color_blue {color: #0b4dc6; font-weight: 500;}
.plan .color_yellow {color: #241a85;}
.plan .color_glay {color: #8e8e8e;}
.plan .font_16 {font-size: 16px;}
.plan .hotel-details p strong {font-size: 20px;}



.reg_btn_box {display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.reg_btn_box p i {color: #000; font-size: 27px; vertical-align: initial;}
.reg_input_box { display: flex; align-items: center; justify-content: center; margin-right: 43px;}
.reg_input_box span {color: #253141; }
.reg_input_box span:hover {color: #0b4dc6;}
.reg_input_box #result {display: inline-flex; height: 40px; justify-content: center; align-items: center; width: 70px; font-size: 22px; color: #676767; padding: 0; margin: 0 9px;}
.action-btn-pricing .bttn {font-size: 22px; line-height: 1; background-color: #253141; font-weight: 800; padding-top: 16px; padding-bottom: 17px;}
.action-btn-pricing .bttn:hover {background-color: #29409e;  color: #fff;}

/*레지스터 파일*/
.reg_box .welcome-message h2 { color: #686868; font-weight: 400; text-shadow: none;}
.reg_box .welcome-message p:last-child {margin-bottom: 100px;}
.reg-title .section-spacing h2 { font-weight: 500;  color: #000}
.reg_info {color: #303030;  font-weight: 500; font-size: 13px;}

.reg_table h4 {font-size: 18px; font-weight: 500;}
.reg_table p {font-size: 12.5px; font-weight: 500;}
.reg_table p strong{font-weight: 500;}

.reg_form_box h5 {font-size: 18px; font-weight: 500;}
.regi_txt02 {font-weight: 500;}

.interest h5 {font-size: 18px; font-weight: 500;}

.vip_txt li {font-weight: 500;}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/  
 
 
 /* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/ 
 
 
 /* ==========================================================================
   10.venue
   ========================================================================== */
.venue address p {font-weight: 500; font-size: 20px; letter-spacing: -0.05em;}
.venue address p:last-child {font-weight: 400; margin-top: 100px;}
.venue address a {color: #fff;}

.venue::before {background: url('../img/venue-bg.jpg') no-repeat center 15% / cover;
}
   
/* ==========================================================================
   11.Map
   ========================================================================== */ 
.root_daum_roughmap .map { border-radius: 1.3em;}
/* ==========================================================================
   12.sponsor
   ========================================================================== */
.sponsor-box h4 {font-weight:800; font-size: 17px; color: #5f697e; margin:10px 0 15px;}  
.sponsor > .container > .row:first-of-type {margin-bottom: 2em;}
   
/* ==========================================================================
   13.faq
   ========================================================================== */ 
  .cd-faq-group > li a {color: #000; font-size: 20px; color: #101010; font-weight: 600; line-height: 1;}      
  .cd-faq-trigger::before, .cd-faq-trigger::after {background: #770ccc;} 

 .faq_bttn {color: #FFFFFF;  background: #000;  font-weight: 600;  padding: .6em 1em .5em;  border-radius: 35px;
  display: inline-block;  white-space: nowrap;  vertical-align: middle;  transition: all 0.3s ease-in-out; }
 .bttn:hover, .bttn:active, .bttn:focus {color: #fff;  background: #0b4dc6; }


/*   추가  */
 .text_bold {font-weight: 500;}
 .faq a:hover {color:fff;}
 .faq span a {color: #0b4dc6;}
 .faq span a:hover {color: #1b285b; border-bottom: 1px solid #1b285b;transition: all 0.3s ease-in-out;}
 .faq p a {color: #0b4dc6;} 
 .link_blue {color: #0b4dc6;}
 .link_blue:hover {color: #000; text-decoration: underline;}


/*레이아웃 수정*/
.cd-faq-trigger{border-left: 4px solid #fff; padding: 1.15em 1.55em 1em; font-size: 20px; line-height: 1;}
.cd-faq-trigger:hover {border-left: 4px solid #770ccc;}
.cd-faq-trigger::before {border-left: 4px solid #770ccc;}
.content-visible .cd-faq-trigger{border-left: 4px solid #770ccc;}
.cd-faq-group > li {background: #ffffff; border-bottom: 1px solid #ddd;}
.cd-faq-group > li:first-child {border-top: 1px solid #ddd;}
.cd-faq-content {padding: .7em 2em 2em; padding-right: 4.29em;}
.section-spacing:not(.faq) .cd-faq-content p:nth-child(1) {font-size: 17px; color: #555; line-height: 1.47; font-weight: 400; word-break: keep-all;}
.section-spacing:not(.faq) .cd-faq-content p:nth-child(2) a {font-size: 16px; font-weight: 800;}

.cd-faq-content > a {color:#770ccc;}
/* ==========================================================================
   14.hotels
   ========================================================================== */ 
.hotel-details{margin-bottom: 20px;}
   
/* ==========================================================================
   15.Hotel rating
   ========================================================================== */  
   
   
/* ==========================================================================
   16.Subscription form styles
   ========================================================================== */  
   
   
/* ==========================================================================
   17.site footer 
   ========================================================================== */ 
.footer_align {line-height: 2;}
   
/* ==========================================================================
   18.Contact
   ========================================================================== */
.section-spacing header h2 {margin: 0 0 20px;}   
.section-spacing header h3 {font-size: 20px;  margin: 0 0 48px; font-weight: 400; line-height: 1;}   
.section-spacing header h3 span{display: block; font-size: 16px; margin-top: 5px;}   
/* ==========================================================================
   19.Social 
   ========================================================================== */                   
.section-spacing p:last-child {margin-bottom: 0px;}
.section-spacing .text_b {color: #404248;}

.hide_box {background-color:rgba(60, 60, 60, 0.8); position: absolute; width:100%; height:100%; border-radius: 10px;}
.hide_aera {height:100%; position:relative;}
.hide_aera .price {color: #fff; font-size: 36px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width: 721px; }

.end_txt {margin-top:15px;}
.end_txt h2 {font-size: 36px; margin-bottom:25px;}

/* ==========================================================================
   20.Small devices 
 ========================================================================== */
 @media (max-width:655px) {
	.welcome-message .border-box::before {right: 78px;}
	
	.countup {max-width: 276px; width: 100%; margin: 0 auto;}
	.countdown_box .time {font-size: 42px;}
	.reg_btn_box {flex-direction: column; gap: 20px; margin-top: 35px;}
	.reg_btn_box p, .reg_input_box {margin: 0;}
 }
 @media (max-width:440px) {	 
	br{
		display:none !important;
	 }
	.hero-section {background: url(../img/bg_top_m.jpg) left 25% center no-repeat scroll;
		background-size: cover; padding: 0 0 9em; position: relative; color: #fff;}
	 
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #0E0E0E;}
	.navbar-default.stuck .navbar-nav .bttn { padding: .75em 2em;  margin-bottom: 1em;  background: #0b4dc6;  color: #fff;}
	.scroll-top a {background: #0b4dc6;}
	 
	.action-btn .bttn:last-child {margin-bottom: 2em;}
	
	 
	.welcome-message { margin: 3em 0 3em;}
	.welcome-message h2 {
		display: inline-block;
		background-image: linear-gradient(45deg, #8aff81 33%, #a4ebff 67%);
		font-size: 3.65rem;
		font-weight: 700;
		color: #fff;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.welcome-message h3 {
		display: flex;
		column-gap: 1.5rem;
		height: max-content;
		font-size: 29px;
		justify-content: center;
	}

	.welcome-message .detail-info span {
		display: block;
		position: relative;
		padding-left: 1.3rem;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.8;
		letter-spacing: -0.63px;
		text-align: left;
		color: #b5efff;
	}

	.welcome-message .welcomehr {
		background: #faefff; height:1px;  border:0;
	}

	.welcome-message p {font-weight: 400; font-size: 18px; display:block; margin-bottom: 5px;}
	.welcome-message p span {font-weight: 500; font-size: 20px; margin-left: 13px;}

	.btn-question {
		width: 32rem;
		height: 8.8rem;
		color: #fff;
		font-size: 2.6rem;
		font-weight: 700;
		letter-spacing: -0.65px;
		box-shadow: 0px 2.3rem 5.1rem rgba(0, 0, 0, 0.6);
		border: 4px solid transparent;
		border-radius: 45px;
		background-image: linear-gradient(to top, #2B0052, #2B0052), linear-gradient(to right, #da6376, #ffd3f0, #544dff);
		background-origin: border-box;
		background-clip: padding-box, border-box;
		transition: color 0.3sease-in-out;
		margin-top: 32px;
		margin-right: 25px;
		margin-bottom: 32px;
	}

	.about .title {
		margin-bottom: 5.2rem;
		font-size: 1.8rem;
		font-weight: 800;
		line-height: 1.31;
		letter-spacing: -0.42px;
		text-align: center;
		color: #090909;
	  }
	  .about .desc span {
		display: block;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.56;
		letter-spacing: -1.08px;
		text-align: center;
		color: #656b70;
	  }
	  .about .desc span + span {
		margin-top: 0.9rem;
	  }
	  .title strong {
		z-index: 1;
		position: relative;
		white-space: nowrap;
	  }
	  .title strong::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 2.2rem;
		background-color: #c597fe;
	  }

	.section-spacing h2 {font-size:22px; text-align: left; margin-bottom:1em; line-height:1.4;}
	.section-spacing header h2 {font-size: 22px;}
	.section-spacing header h3 {font-size: 16px;  margin: 0 0 30px;}
	.section-spacing header h3 span {font-size: 15px;}

	.countup {gap: 11px;}
	.countdown_box {width: 105px; height: 115px;}
	.countdown_box span {font-size: 18px;}
	 
	.timeline .time_tit h3 { font-size: 22px;}
	.timeline_box_paddingl  {padding: 0;}
	.timeline_box_padding 	{padding:0;}
	.timeline_box_paddingr  {padding:0;}
	
	.im1 { display: none; }
	.im2 { height: 87px; }
	.im3 { height: 110px; }

	.im3 .time_tit h3 {color: #0D0D0D; text-align: center; font-size: 22px; font-weight: 800;}
	.im3 .time_tit h4 {color: #515151; text-align: center; font-size: 16px; }

	.timeline .event1 .txt_box h4 {font-size: 16px;}
	 
	.pricing > .container > .row > .col-md-4 {margin-bottom: 1.5em;} 
	
	.plan-features {padding: 0.75em 0;}
	 
	.plan h4 { font-size: 18px; font-weight: 500;}
	.plan p span {display: inline-block;}
	.plan ul li h4 {font-size: 20px;}
	.section-spacing p {font-size: 16px;}
	.plan-features li { border-bottom: 1px dotted #ddd; padding: 12px 0; color: #888; font-weight: 300;}
	.plan-features li p span {display: block;}
		 
	.plan .header2 h4 {font-size: 22px; margin-bottom: 0;}
	.early_text ul li h5 {margin-top: 5px;}
	
    
	.plan .hotel-details p strong {font-size: 18px;}
	.plan .gift_name {font-size: 18px; font-weight: 500; margin-top: 1em; margin-bottom: 3px;}
	 
	.section-spacing .pricing_text {margin: 15px 0px 0px; font-size: 16px; color: rgb(236, 75, 78); font-weight: 500;}	 
	.section-spacing .pricing_text span {display: block;}
	 
	 
	.section-spacing .img_padding {padding: 0 15px;}
	 
	.event h3 {line-height: 1.5;} 
	 
	 /*faq*/
	.cd-faq-trigger {font-size: 16px; padding: 1em;}
	 
	.section-spacing p {margin-bottom: .7em;}
	.venue address p {font-size: 17px;}
	.venue address p:last-child {margin-top: 30px;}
	 
	.countdown_box span {letter-spacing: -.5px;  font-weight: 500;  color: #75b9ff;  }
	 
	.site-foote-box {text-align: center;  margin: 1.5em 0 2.5em;}
	.site-footer p {font-size: 13px;  color: #abbeca; font-weight: 400;}
	
	/*카운트다운*/
	.countdown_box p {margin: 0;}
	 
	 /*레지스터*/
	.reg_box .welcome-message h2 {font-size: 22px; padding-top: 50px;}
	.reg_box .welcome-message h3 {font-size: 37px;}
	.reg_box .welcome-message p { text-shadow: 0 0px 3px #fff;}
	.reg_box .welcome-message p:last-child {margin-bottom: 90px;}
	.reg_table p {font-size: 13px;}
	.reg_info {font-size: 13px;}
	 
	.interest h5 {margin: 5px 5px 15px;}
	 
	.reg_table .margin30 {margin-top: 30px;}
	.bb_pay_box {margin: 0em 0 2em;}
	 
	.reg_table .margin15 {margin-bottom: 15px;}
	#agree1, #agree2, #agree_marketing, #interest_chk {margin-top: 0;}
     
    .hide_aera .price {font-size:33px; width: 260px;}
     
    .end_txt {margin-top:15px;}
    .end_txt h2 {font-size: 24px; margin-bottom:25px; text-align: center;}
    .end_txt h3 {font-size: 18px; line-height: 1.5;}
	
}

.cd-faq-content {padding: 0.7em 2em 2em;}

@media (max-width: 700px) {
	.hero-section {background-position: left 30% center;}

	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {font-weight: 500;}
	.action-btn .bttn:last-child {margin-bottom: 0;}
	.action-btn .bttn:last-child:hover {margin-bottom: 0;}
}

/* ==========================================================================
   21.tablets devices / 768px and up
 ========================================================================== */
@media (min-width: 768px) {
	.hero-section {background: url(../img/bg_top_m.jpg) left 35% center no-repeat scroll;
		background-size: cover; padding: 0 0 9em; position: relative; color: #fff;}
	.action-btn .bttn:last-child {font-size: 24px;}
	.action-btn .bttn:last-child {  margin-bottom: 2em;  background: #2f2f2f;  border: 2px solid #2f2f2f;  color: #fff;}
	
	.logo-brand img {padding: 0; padding-top: 0px; width: 100%;}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;  margin-left: 0;}
	
	/*네비 세팅*/s
	.nav > li > a {padding: 11px 3px; font-size: 16px; font-weight: 300;}	
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {font-weight: 600; border: none;}	  	
	.navbar-default.stuck .navbar-nav .bttn {padding: .7em 1.1em;  background: #770ccc;  color: #fff;}	
	
	.welcome-message h2 {font-size: 23px; font-weight: 500;}
	.welcome-message h3 {font-size:52px; line-height:1.3; margin-bottom:.7em;}
	.welcome-message p {font-weight: 400; font-size: 20px; display:block; margin-bottom: 3px;}
	.welcome-message p span {font-weight: 500; font-size: 20px; }
	
	.plan h4 { font-size: 18px; font-weight: 500;}
	.plan p span {display: inline-block;}
	.plan ul li .price_spacing {margin-bottom: 25px;}
	.plan ul li .price_spacing2 {margin-bottom: 0px;}
	.section-spacing h2 {margin-bottom: 1em;  font-size: 26px;}
	.section-spacing .pricing_text {margin: 15px 0 0; font-size: 16px; color:#EC4B4E; font-weight: 500;}
	
	.plan .header2 h4 {font-size: 22px;}
	.early_text ul li img {max-width: 70%;}
	
	
	.plan .gift_name {font-size: 18px;  font-weight: 500; margin-top: 1em; margin-bottom: 3px;}
	.plan .hotel-details p {margin-bottom: 1.1em;}
	.plan .hotel-details p strong {font-weight: 800;}
	
	.pricing.section-spacing header h2 {font-family: 'Pretendard'; font-size: 32px; margin-bottom: 17px; color: #0f172a;}
	.pricing.section-spacing header h3 {font-family: 'Pretendard';font-size: 20px;letter-spacing: -0.03em;color: #161616;}
	.pricing > .container > .row > .col-sm-6 {margin-bottom: 0em;}
	.section-spacing .img_padding {padding: 0 15px;}
	
	#event .plan .hotel-details {margin-bottom: 0;}
	#event .plan .hotel-details p {margin-bottom: 0; font-size: 20px; color: #101010; font-weight: 400; line-height: 1.18; margin-bottom: 14px;}
	#event .plan .hotel-details p.detail-desc {position: relative; color: #959ab2; font-weight: 500; line-height: 1; padding-bottom: 2.65em;}
	#event .plan .hotel-details p.detail-desc::before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, 0); width: 1px; height: 23px; background-color: #d0d0d0;}
	#event .plan .hotel-details p.color_glay {color: #999; font-size: 17px; min-height: 40px; word-break: keep-all;}
	.event h3 {line-height: 1.5;} 
	
	.timeline_box_paddingl  {padding-left: 15px; padding-right: 0;}
	.timeline_box_padding 	{padding:0;}
	.timeline_box_paddingr  {padding-left: 0; padding-right: 15px;}
	
	.timeline .event1 .time_box { margin: 0 0 5px 0;  display: inline-block;  vertical-align: top;  width: 180px; font-size: 19px; font-family: 'Pretendard'; font-weight: 400; letter-spacing: -0.03em; color: #939393;}
	.im1 { margin: 0 0 5px 0;  display: inline-block;  vertical-align: top;  width: 180px; font-size: 19px; font-family: 'Pretendard'; font-weight: 400; letter-spacing: -0.03em; color: #939393; line-height: 3;padding-top: 140px;}
	.im2 { width:318px; display: inline-block;}
	.im3 { position: relative; width:959px; display: inline-block; border: 1px solid #ddd; height: 400px; }
	.im3 .event0 { position: absolute; top: 34%;left: 29%; }

	
	.venue address p:last-child {margin-top: 50px;}
	
	.plan ul li {font-family: 'GmarketSans';  font-size: 18px;}
	
	/* 카운드타운 */
	.countup {margin: 60px 0;}
	.countdown_box {margin:0 6px;}
	.countdown_box .time {font-size:60px; font-weight:700;}
	.countdown_box span {font-size:18px; letter-spacing: 0;}
	.countdown_box p {margin: 0;}
	
	.site-footer p {font-size: 14px;  color: #abbeca; font-weight: 400;}
	
	/*레지스터*/
	.reg_box .welcome-message h2 {font-size: 23px; padding-top: 40px;}
	.reg_box .welcome-message h3 {font-size: 52px; }
	.reg_box .welcome-message p:last-child {margin-bottom: 60px;}
	.reg_box .welcome-message p span {margin-left: 24px;}
	.reg_table p {font-size: 12.5px;  font-weight: 500;}
	
	.interest h5 {margin: 5px 5px 15px;}
	
	.reg_table .margin30 {margin-top: 40px;}
	.bb_pay_box {margin: 0em 0 2em;}
	.reg_table .margin15 {margin-bottom: 15px;}
	#agree1, #agree2, #agree_marketing, #interest_chk {margin-top: 0;}
    
    .end_txt {margin-top:15px;}
    .end_txt h2 {font-size: 30px; margin-bottom:25px;}
    .end_txt h3 {font-size: 22px;}
}

/* ==========================================================================
   22.Medium devices (desktops, 992px and up) 
========================================================================== */
@media (min-width: 992px) {	
	
	.hero-section {background: url(../img/bg_top.jpg) center center no-repeat scroll;
		background-size: cover; padding: 0 0; position: relative; color: #fff; overflow: hidden;}
	
	.action-btn .bttn:last-child { margin-bottom: 5em;}
	
	/*네비 세팅*/
	.nav > li > a {padding: 13px 6px 5px;} 		
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {font-weight:600; color: #2f2f2f; border-bottom: 2px solid #9b9b9b; font-size: 18px;}	 
 	.navbar-default.stuck .navbar-nav .bttn {padding: .75em 1.7em; background: #770ccc; color: #fff;}
	 .navbar-default.stuck .navbar-nav>li>a {color: #fff;}
	
	.scroll-top a {position: fixed;  bottom: 2em;  right: 2em;  text-decoration: none;  background: #0b4dc6; border: 2px solid #fff; color: #fff;  font-size: 12px;   padding: 1em 1em;  display: none;  z-index: 200;  border-radius: 5px;  transition: all .5s ease-in;}
	
	
	.set2 .welcome-message {margin: 6em 0 0;}
	.welcome-message h2 {
		display: inline-block;
		background-image: linear-gradient(45deg, #8aff81 33%, #a4ebff 67%);
		font-size: 2.65rem;
		font-weight: 500;
		color: #fff;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.welcome-message > h3 > span.scaleVF-700 {
			color: #ff795c;
	}
	.welcome-message h3 {
		display: flex;
		column-gap: 1.2rem;
		margin-top: 2.4rem;
		font-size: 6.5rem;
		font-weight: 800;
		line-height: 1.3;
		color: #fff;
		height: 3.9rem;
		line-height: normal;
		justify-content: center;
		letter-spacing: -1px;
	}

	.set2 .welcome-message p span {
		font-size: 25px;
		line-height: 0.2rem;
		color: #faefff;
		margin-left: 0;
	  }

	.welcome-message h4 {
		display: flex;
		column-gap: 1.2rem;
		margin-top: 9.4rem;
		font-size: 3.0rem;
		line-height: 1.3;
		color: #fff;
		height: 5.9rem;
		line-height: normal;
		justify-content: center;
		font-weight: 700;
		letter-spacing: -0.2rem;
	}

	.welcome-message .detail-info {
		margin-top: 2rem;
		margin-bottom: 2.5rem;
		font-size: 2.5rem;
		font-weight: 600;
		line-height: 1.8;
		letter-spacing: -0.63px;
		color: #b5efff;
	  }

	.welcome-message .detail-info span {
		position: relative;
		padding-left: 1.3rem;
	  }
	  .welcome-message .detail-info span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 0.5rem;
		height: 2.3rem;
		background-color: #a4ebff;
	  }
	  .welcome-message .detail-info span + span {
		margin-left: 2rem;
	  }

	.welcome-message .welcomehr {
		background: #b6a1bf; height:1px;  border:0; width: 660px;
		margin-top: 71px;
		margin-bottom: 32px;
	}
	
	.welcome-message p {font-weight: 500; font-size: 27px; display:block; margin-bottom: 5px;}
	.welcome-message p:last-child { margin-bottom: 0;}
	.welcome-message p span {
		font-weight: 600; 
		font-size: 26px; 
		color: #fff;
		margin-left: 0;}

	.welcome-message p span font {font-weight: 800; font-size: 30px; 
			color: #fff;
			margin-left: 0;}
	
	.schedule.section-spacing {padding-bottom: 2.56em;}
	.section-spacing {padding: 5.5em 0 5.31em;}	
	
	.timeline_box_paddingl  {padding-left: 15px; padding-right: 0;}
	.timeline_box_padding 	{padding:0;}
	.timeline_box_paddingr  {padding-left: 0; padding-right: 15px;}
	
	
	.plan {font-family:'Pretendard';}	
	.plan ul li{font-family:'Pretendard'; font-size: 18px;}
	.plan h4 {font-size: 23px;  font-weight: 600; }
	.plan .gift_name {font-size: 22px;  font-weight: 700; margin-bottom: 9px;}
	.col-md-12 .plan .gift_name {font-size: 24px;  font-weight: 700; margin-bottom: 11px;}
	.plan .gift_name strong {color: #098955; font-weight: 700;}
	.plan ul li p {margin-bottom: 0;}
	.plan ul li .price_spacing {margin-bottom: 25px;}
	.plan ul li .price_spacing2 {margin-bottom: 0;}
	.plan ul li .price_spacing2 .text_bold {font-weight: 700; color: #770ccc;}

	.early_text ul li img {max-width: 50%;}	
	.plan .header2 h4 {font-size: 27px; font-weight: 700;}
	
	/*스폰서 패딩*/
	.sponsor_padding {padding-left: 52px;}
	
	/* 부트스트랩 */
	.row {margin-right: -17px;  margin-left: -15px;}
	
	.dotted-line {display: block; max-width: 541px; width: 100%; height: 9px; margin: 9px auto 0; background: url('../img/dottedline.png') no-repeat center center / 100% 100%;}
	
	/* 카운드타운 */
	.countup {margin: 36px 0 57px;}
	.countdown_box {margin:0 7px; padding: 22px 15px; font-family: 'Pretendard';}
	.countdown_box .time {font-size: 3.44em; font-weight: 700;letter-spacing: -0.03em;}
	.countdown_box p {margin: 0;}
	
	
	.site-footer p {font-size: 14px;  color: #abbeca;  margin-bottom: 5px; font-weight: 400;}
	
	/*레지스터부분*/
	.reg_box .welcome-message h2 {font-size: 28px; margin-bottom: 20px; padding-top: 0px;}
	.reg_box .welcome-message h3 span {display: block; margin-top: 5px;}
	.reg_box .welcome-message p:last-child {margin-bottom: 80px;}
	
	
	/*레지스터 우측*/
	.reg_table h4 { margin-bottom: .5em;}
	.reg_table p {padding-bottom: .1em;}
	
	.highlight {margin-bottom: 6px; }	
	.info_box {width: 100%;height: 100px; margin-bottom: 6px;}
	.interest h5 {margin: 5px 5px 15px;}
	
	.reg_table .checkbox {margin: 0px 0 30px;}	
	.reg_table .padding0 {padding-top: 0;}
	.reg_table .margin30 {margin-top: 30px;}
	.reg_table .margin15 {margin-bottom: 15px;}
	.reg_table .margin0 {margin-top: 0;}
	
	.table_margin {margin-bottom: 15px;}
	
	.bb_pay_box {margin: 0em 0 2em;}
	
	#agree1, #agree2, #agree_marketing, #interest_chk {margin-top: 0;}
    
    .end_txt {margin-top:15px;}
    .end_txt h2 {font-size: 36px; margin-bottom:25px;}
}

.fa {margin-right: 7px;}
.site-footer .fa, .scroll-top .fa {margin-right: 0;}
