html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-width:1280px;
    font-family:'NotoSansKR-Medium';
}
/* style css */
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-use-select: none;
    user-select: none;
    background-color: #fff;

}

@font-face {
    font-family:'NotoSansKR-Light';
    font-weight:500;
    src:local(※),
    url('../font/NotoSansKR-Light-Hestia.woff') format('woff');
}

@font-face {
    font-family:'NotoSansKR-Medium';
    font-style:bold;
    font-weight:700;
    src:local(※),
    url('../font/NotoSansKR-Medium-Hestia.woff') format('woff');
}

@font-face {
    font-family:'NotoSansKR-Bold';
    font-style:bold;
    font-weight:900;
    src:local(※),
    url('../font/NotoSansKR-Bold-Hestia.woff') format('woff');
}

@font-face {
    font-family:'Montserrat-SemiBold';
    font-style:bold;
    font-weight:900;
    src:local(※),
    url('../font/Montserrat-SemiBold.woff') format('woff');
}

::selection {
    background: #11eaea;
    color: #fff
}

::-moz-selection {
    background: #11eaea;
    color: #fff
}

::-webkit-selection {
    background: #11eaea;
    color: #fff
}

img {
    !display: block;
}

.container {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    position: relative;
	min-width: 1920px;
	!max-width: 1920px;
}

.container > div > div > img {
    margin: 0 auto;
}

.section_nav {
	position:fixed;
	left: 150px;
	top: 50%;
	transform:translateY(-50%);
	z-index: 999998;
	list-style: none;
	width: 20px;
	height: 350px;
}

.section_nav li {
	margin: 40px auto;
	cursor:pointer;
	position:absolute;
	left: 0;
	top: 50%;
}

.section_nav li:first-child {
	top: 0;
}

.section_nav li:nth-child(2) {
	top: 70px;
}

.section_nav li:nth-child(3) {
	top: 140px;
}

.section_nav li:nth-child(4) {
	top: 210px;
}

.section_nav li:nth-child(5) {
	top: 280px;
}

.fp-sr-only,
.section_nav li .fp-tooltip.fp-right {
	display:none !important;
}

.section_nav li span {
	position:absolute;
	left: 0;
	top: 50%;
	background-color:transparent;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	margin: 0 !important;
	transition:0s;
	transform:translateX(-100%);
	z-index:104;
	
}

.section_nav li.on:hover span,
.section_nav li:hover span,
.section_nav li.on span {
	display: block;
	position:relative;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	margin: 0;
	
	background-color:rgba(205, 205, 205, .7) !important;
	border-radius:0;
	
}

.section_nav li span::after {
	content:'';
	position: absolute;
	left: 50%;
	top: 50%;
	background-color:#121212 !important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
	transform:translate(-50%, -50%);
	z-index:105;
}

.section_nav li:first-child.on:hover span::before,
.section_nav li:first-child:hover span::before,
.section_nav li:first-child.on span::before {
	content:'';
	display:block;
	width: 66px;
	height: 10px;
	background-image:url('../img/nav_01.png?new');
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;

}


.section_nav li:nth-child(2).on:hover span::before,
.section_nav li:nth-child(2):hover span::before,
.section_nav li:nth-child(2).on span::before {
	content:'';
	display:block;
	width: 60px;
	height: 10px;
	background-image:url('../img/nav_02.png?new');
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	visibility:visible;
	opacity: 1;
}


.section_nav li:nth-child(3).on:hover span::before,
.section_nav li:nth-child(3):hover span::before,
.section_nav li:nth-child(3).on span::before {
	content:'';
	display:block;
	width: 66px;
	height: 10px;
	background-image:url('../img/nav_03.png?new');
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}


.section_nav li:nth-child(4).on:hover span::before,
.section_nav li:nth-child(4):hover span::before,
.section_nav li:nth-child(4).on span::before {
	content:'';
	display:block;
	width: 56px;
	height: 22px;
	background-image:url('../img/nav_04.png?new');
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
}


.section_nav li:nth-child(5).on:hover span::before,
.section_nav li:nth-child(5):hover span::before,
.section_nav li:nth-child(5).on span::before {
	content:'';
	display:block;
	width: 88px;
	height: 10px;
	background-image:url('../img/nav_05.png?new');
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}


.section01 {
   position:relative;
   height: calc(var(--vh));
   width: 100%;
   text-align: center;
   overflow:hidden;
}
.section01 .header {
	display: flex;
	justify-content: space-between;
	width: 100vw;
	padding-top: 50px;
}

.section01 .bg {
	position: absolute;
	background-image: url('../img/section01_bg_new.jpg?new');
	background-size: cover;
	background-position: 100% 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	animation: zoomOut 5s .2s ease-out both;
}

@keyframes zoomOut {
	0% {
		transform:scale3d(1.09, 1.09, 1.09);
	}

	100% {
		transform:scale3d(1, 1, 1);
	}
}

.section01 .logo {
	position:relative;
	top: 5%;
	left: 10%;
	z-index: 100;
	transform:translate(-50%, 0);
	text-align: center;
}

.section01 .menu {
	position: relative;
	top: 5%;
	right: 8%;
	z-index: 100;
	text-align: center;
	display: flex;
	align-items: center;
}
.section01 .menu .menu_box {
	margin-right: 20px;
}
.section01 .menu .menu_box a {
	margin-right: 40px;
	transition: .2s;
}
.section01 .menu .menu_box a:hover {
	filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(180deg) brightness(105%) contrast(102%);
}
.section01 .menu .tel {
	text-decoration: none;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 30px;
}
.section01 .menu .tel::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	left: -30px;
	height: 15px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.37);
}
.section01 .menu .tel img {
	margin-right: 10px;
}
.section01 .menu .tel span {
	display: inline-block;
	font-family: 'NotoSansKR-Bold';
	font-size: 21px;
	color: #030405;
}
.section01 .menu_btn {
	margin-top: 5px;
}

.section01 .navi {
	position:absolute;
	top: 50%;
	left: 7%;
	z-index: 100;
	transform:translate(-50%, -50%);
	text-align: center;
}

.section01 .scroll {
    position: absolute;
    width: 54px;
    height: 250px;
    top: 30%;
	right: 76px;
	z-index: 100;
	transform:translate(-50%, -50%);
    text-align: center;
	writing-mode: vertical-rl;
	font-family:'Montserrat-SemiBold';
}

.section01 .scroll span {
    width: 1px;
    height: 75px;
    background-color: #000;
    position: absolute;
    left: 45px;
    bottom: 0;
}

.section01 .scroll span::before {
    width: 10px;
    height: 10px;
    background-color: #010101;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    animation: scrollMagic 1.35s linear 0s infinite;
}

@keyframes scrollMagic {
	0%{opacity:0;  transform:translate(-50%, -30px) scale(1);}
	10%{opacity:1; transform:translate(-50%, -30px) scale( 1 );}
	50%{transform:translate(-50%, 15px) scale( 1 );}
	55%{opacity:1; transform:translate(-50%, 15px) scale(1);}
	60%{opacity:.4;}
	80%{opacity:0;transform:translate(-50%, 15px) scale(5);}
	100%{opacity:0;transform:translate(-50%, 15px) scale(5);}
}

.section01 .text01 {
	position:absolute;
	top: 23%;
	left: calc(50% + 100px);
	z-index: 100;
}	

.section01 .text02 {
	position:absolute;
	top: 30%;
	left: calc(50% + 100px);
	z-index: 100;
}	

.section02 {
	position:relative;
	height: calc(var(--vh));
	min-height: 1350px;
	width: 100%;
	text-align: center;
}

.section02 .navi {
	position:absolute;
	top: 50%;
	left: 5%;
	z-index: 100;
	text-align: center;
}

.swiper-container {
	overflow:hidden;
	max-width: 1920px;
	margin: auto;
	position:relative;
}

.swiper-slide {
	position:relative;
	overflow:hidden;
	height: calc(var(--vh));
	min-height:1350px;
}

.section02 .swiper-btn-prev {
	position:absolute;
	display:block;
	left: auto;
	top: 41%;
	right: 9%;
	width: 78px;
	height: 78px;
	background-image:url('../img/section02_arrow.png?new') !important;
	background-position: center 0 !important;
	background-size: auto !important;
}

.section02 .swiper-btn-next {
	position:absolute;
	display:block;
	left: auto;
	top: 48%;
	right: 9%;
	width: 78px;
	height: 78px;
	background-image:url('../img/section02_arrow.png?new') !important;
	background-position: center 100% !important;
	background-size: auto !important;
}

.section02 .swiper-btn-prev::after,
.section02 .swiper-btn-next::after {
	content: none;
}

.section02 .swiper-slide.first .title {
	position:absolute;
	top: 13%;
	left: 13%;
	z-index: 100;
}

.section02 .swiper-slide.first .img01 {
	position:absolute;
	top: 40%;
	left: 13%;
	z-index: 100;
}	

.section02 .swiper-slide.first .img02 {
	position:absolute;
	top: 10%;
	left: 53%;
	z-index: 100;
}	

.section02 .swiper-slide.first .img03 {
	position:absolute;
	top: 60%;
	left: 55%;
	z-index: 100;
}	

.section02 .swiper-slide.first .text {
	position: absolute;
    top: 84%;
    left: 75%;
    z-index: 100;
}

.section02 .swiper-slide.second .img {
	position:absolute;
	top: 20%;
	left: 13%;
	z-index: 100;
}

.section02 .swiper-slide.second .text {
	position:absolute;
	top: 57%;
	left: 55%;
	z-index: 100;
}

.section02 .swiper-slide.third .img01 {
	position:absolute;
	top: 18%;
	left: 13%;
	z-index: 100;
}

.section02 .swiper-slide.third .img02 {
	position:absolute;
	top: 65%;
	left: 20%;
	z-index: 100;
}

.section02 .swiper-slide.third .text {
	position:absolute;
	top: 68%;
	left: 53%;
	z-index: 100;
}

.section02 .swiper-slide.fourth .img01 {
	position:absolute;
	top: 15%;
	left: 18%;
	z-index: 100;
}

.section02 .swiper-slide.fourth .img02 {
	position:absolute;
	top: 46%;
	left: 68%;
	z-index: 100;
}

.section02 .swiper-slide.fourth .text01 {
	position:absolute;
	top: 45%;
	left: 18%;
	z-index: 100;
}

.section02 .swiper-slide.fourth .text02 {
	position:absolute;
	top: 60%;
	left: 36%;
	z-index: 100;
}

.section02 .swiper-slide.fourth .text03 {
	position:absolute;
	top: 82%;
	left: 18%;
	z-index: 100;
}

.section02 .swiper-slide.fifth .img {
	position:absolute;
	top: 30%;
	left: 18%;
	z-index: 100;
}

.section02 .swiper-slide.fifth .text {
	position:absolute;
	top: 66%;
	left: 75%;
	z-index: 100;
}

.section02 .swiper-slide.sixth .img01 {
	position:absolute;
	top: 25%;
	left: 18%;
	z-index: 100;
}

.section02 .swiper-slide.sixth .img02 {
	position:absolute;
	top: 25%;
	left: 65%;
	z-index: 100;
}

.section02 .swiper-slide.sixth .text {
	position:absolute;
	top: 56%;
	left: 65%;
	z-index: 100;
}

.section03 {
	position:relative;
	height: 1000px;
	width: 100%;
	text-align: center;
}

.section03 .row {
	max-width: 1920px;
	margin: auto;
	position:relative;
	height: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.section03 .bg {
	position:absolute;
	z-index: 100;
	left: 50%;
	transform:translateX(-50%);
}

.section03 .navi {
	position:absolute;
	top: 50%;
	left: 5%;
	z-index: 100;
	text-align: center;
}

.section03 .text {
	position:absolute;
	top: 75%;
	left: 14%;
	z-index: 100;
}

.section04 {
	position:relative;
	height: calc(var(--vh));
	width: 100%;
	text-align: center;
	min-height: 1100px;
}

.section04 .row {
	max-width: 1920px;
	margin: auto;
	position:relative;
	height: 100%;
}

.section04 .row::after {
	content: '';
	width: 60%;
	height: 1px;
	background-color: #e5e5e5;
	position:absolute;
	top: 50%;
	right: 0;
	animation: row_ani 1s 1s ease-in-out both;
}

@keyframes row_ani {
	from {
		opacity: 0;
		visibility:hidden;
	}

	to {
		opacity: 1;
		visibility:visible;
	}
}

.section04 .navi {
	position:absolute;
	top: 50%;
	left: 5%;
	z-index: 100;
	text-align: center;
}

.section04 .title {
	position:absolute;
	top: 8%;
	left: 13%;
	z-index: 102;
}

.circle_icon {
	position:absolute;
	background-image:url('../img/section04_circle.png?new');
	background-position: center;
	background-repeat: no-repeat;
	top: 20%;
	left: 52%;
	width: 152px;
	height: 152px;
	line-height: 152px;
	text-align:center;
	transition:all 400ms;
	z-index: 99;
}

.circle_icon.fixed {
	position:fixed;
}

.circle_icon .bg {
	position:absolute;
	width: 100%;
	height: 100%;
	background-image:url('../img/section04_circle_text.png?new');
	animation: CircleRotate 7s linear infinite;
	left: 0;
	top: 0;
}

.circle_icon img {
	transition:all 400ms;
}

.circle_icon.bt img {
	transform:rotate(-180deg);
}

@keyframes CircleRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.section04 .img01 {
	position:absolute;
	top: 26.5%;
	left: 17%;
	z-index: 100;
}

.section04 .img02 {
	position:absolute;
	top: 6%;
	left: 64%;
	z-index: 100;
}

.section04 .text {
	position:absolute;
	top: 68%;
	left: 63%;
	z-index: 100;
}

.section05 {
    text-align: center;
    position: relative;
    margin: auto;
    background-color: #ffffff;
    width: 100%;
    height: 1360px;
    display: flex;
}

.section05 .row {
	max-width: 1920px;
	margin: auto;
	position: relative;
	height: 100%;
	display: flex;
	border-top: 1px solid #e5e5e5;
	width: 100%;
}

.section05_left {
    width: 33%;
    border-right: 1px solid #e8e8e8;
    position: relative;
}
.section05_con01 {
   position:absolute;
	top: 50%;
	left: 13%;
	z-index: 100;
	text-align: center;
}
.section05_con02 {
    width: fit-content;
    position: relative;
    top: 188px;
    left: 150px;
}
.section05_right {
    width: 67%;
    padding: 188px 0 0 135px;
}
.section06 {
    text-align: center;
    position: relative;
    margin: auto;
    background-image: url("../img/section06_bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}

.footer {
	padding: 70px 0;
	font-size:14px;
	color:#767676;
	line-height: 160%;
	font-family:'NotoSansKR-Medium';
}

.footer h1 {
	margin-top: 40px;
}

.footer span {
	display: inline-block;
	 font-family:'NotoSansKR-Bold';
	 color: #000;
	 margin-top: 20px;
	 font-size:15px;
}

.footer span b {
	 font-family:'NotoSansKR-Medium';
	 font-size:14px;
}

.menu_bg {
	background-color: #f0f0f0;
    width: 100vw;
    height: calc(var(--vh));
    position: absolute;
    left: 100vw;
    transition: .8s;
	z-index:999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_bg.active {
    transform: translateX(-100vw);
}

.menu_bg .close {
	position:absolute;
	right: 100px;
	top: 50px;
	z-index: 902;
}

#logo, #m_logo, #concept, #m_concept, #location, #m_location, #m_overview, #registration, #m_registration, #menu, #close, #richard, #m_richard, .ready, #f_registration, #f_top {
    cursor: pointer;
}

.floating {
    position: fixed;
    z-index: 99997 !important;
    right: 60px;
    top: 510px;
}

.board_write_form {
    width: 100%;
}

.board_write_form .form_field th {
    width: 120px;
    text-align: left;
    padding: 20px;
    padding-left: 0px;
    vertical-align: middle;
}

.board_write_form td.field {
    padding: 20px;
    text-align: left;
}

.board_write_form td.field.type span,
.board_write_form td.field.age span {
    display: inline-block;
    margin-right: 30px;
}

.board_write_form td.field span label {
    cursor: pointer;
}

.board_write_form .buttons {
    text-align: center;
    margin-top: 30px;
}

.board_write_form .buttons a.confirm {
    background-color: #191919;
    color: #fff;
    display: inline-block;
    width: 250px;
    height: 75px;
    line-height: 75px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}
.board_write_form .buttons a.cancel {
    background-color: #a78e7c;
    color: #fff;
    display: inline-block;
    width: 115px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
}

.board_write_form input[type=text],
.board_write_form input[type=tel],
.board_write_form select {
    height: 55px;
    line-height: 55px;
}
.wrap_mobile input {
    margin-right: 30px;
}
.w120 {
    width: 120px;
}
.w130 {
    width: 130px;
}
.w150 {
    width: 150px;
}
.w380 {
    width: 380px;
}
.w400 {
    width: 400px;
}
.w500 {
    width: 500px;
}
.form-group {
    display: flex;
}
#sample6_postcode {
    margin-right: 5px;
}
.board_write_form .form-group:nth-of-type(2) {
    margin: 5px 0;
}

.wrap_slt {
    display: inline-block;
    margin-right: 2px;
}
.wrap_address .wrap_slt {
    margin-right: 10px;
}

.field.age [type="radio"]:checked,
.field.age [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.field.age [type="radio"]:checked + label,
.field.age [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.field.age [type="radio"]:checked + label:before,
.field.age [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #9f9f9f;
    border-radius: 100%;
    background: #fff;
}
.field.age [type="radio"]:checked + label:after,
.field.age [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #333;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.field.age [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #d7d5d5;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.field.age [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.find_post {
    width: 130px;
    height: 57px;
    background-color: #333333;
    color: #fff;
    border: none;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: 'NotoSansKR-Midium';
    cursor: pointer;

}
.address_ext {
    width: 100%;
}



/* 개인정보입력 팝업 */
.answer_popup {
    width: 705px;
    height: 928px;
    display: none;
    letter-spacing: -1px;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}
.pop_title {
    background-color: #d6f4ff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 217px;
}
.pop_title > img {
    width: 309px;
}
.answer_popup > .content {
    width: 590px;
    margin: 0 auto;
}
.placeholderRed::placeholder {
    color: rgba(174, 171, 179, 0.76);
}
.p_title {
    position: relative;
    text-align: center;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.pb_30 {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.agree_wrap {
    text-align:left;
    position: relative;
    z-index: 9999999;
    margin-top: 30px;
}
.agree_box {
    width: 100%;
    overflow-y: scroll;
    /* border: 2px solid #3f1d42; */
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 15px;
    height: 215px;
    color: #333;
    font-size: 16px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
}
.agree_box > div {
}
.agree_box p {
    margin-bottom: 20px;
}
.agree_box p:last-of-type {
    margin-bottom: 0;
}
.agree_box .h5 {
    display: inline-block;
    font-size: 18px;
    font-family:'NotoSansKR-Bold';
}
.agree_box .h6 {
    display: inline-block;
}
.agree_radio {
    font-size: 16px;
    padding: 0px;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    letter-spacing: 0.5px;
}
.agree_radio label {
    display:inline-block;
    margin-left: 10px;
    cursor:pointer;
    font-size: 16px;
}
.agree_radio_01 input, .agree_radio_02 input {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}
.pop_m_title {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin: 0 auto;
    margin-top: 29px;
    margin-bottom: 10px;
}
.sub_title {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #452f1d;
    margin-bottom: 20px;
}
.sub_title.etc_quest {
    margin-top: 50px;
}
.sub_title p {
    color: #00df98;
    display: inline-block;
}
.board_write_form {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 !important;
    display: flex;
}
.board_write_form input::placeholder {
    color: #aeabb3;
    font-size: 14px;
}

.board_write_form tbody {
    background: #fff;
    position: relative;
    z-index: 9999999;
}
.board_write_form .form_field {
    font-size: 15px;
}
.board_write_form .form_field th {
    font-size: 18px;
    color: #222;
    text-align: center;
    padding: 30px;
    vertical-align:middle;
    border-top: 1px solid #000;
    cursor: default;
}
.board_write_form .form_field:nth-child(1) th {
    border-top: 2px solid #000;
}
.board_write_form .form_field:last-child th {
    border-bottom: 1px solid #000;
}
.board_write_form td.field {
    font-size: 20px;
    padding: 10px 10px;
    text-align:left;
    vertical-align:middle;
    border-top: 1px solid #000;
    width: 750px;
}
.board_write_form .form_field:nth-child(1) td.field {
    border-top: 2px solid #000;

}
.age {
    border-bottom: 1px solid #000;
}
.board_write_form td.field.route span,
.board_write_form td.field.age span {
    display:inline-block;
    margin-right: 30px;
}
.button_box {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}
.buttons {
    text-align: center;

}


.buttons a.confirm {
    background-color: #000;
    color: #ffffff;
    font-size: 22px;
    width: 180px;
    height: 60px;
    line-height:60px;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buttons a.cancel {
    background-color: #e0e0e0;
    color: #727272;
    display: inline-block;
    font-size: 22px;
    width: 180px;
    height: 60px;
    line-height:60px;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_l {
    margin-right: 5px;
}
.btn_r {
    margin-left: 5px;
}
.board_write_form input[type='text'],
.board_write_form input[type='tel'],
.board_write_form select {
    height: 55px !important;
}
.board_write_form select {
    cursor: pointer;
}
#sample6_address {
    margin: 5px 0;
}
.w120 {
    width: 88px;
}
.w200 {
    width: 250px;
}
.w160 {
    width: 160px;
}
.w500 {
    width: 333px;
}
.strong {
    font-size:15px;
}


/* 당첨자 확인 */
.confirm_content {
    height: 800px;
    max-width: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.confirm_content > div {
    width: 100%;
    margin-top: 66px;
}
.confirm_content > div > h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 35px;
    cursor: default;
}
.confirm_box_01  {
    margin-bottom: 60px;
}
.confirm_box_01 > h2, .confirm_box_02 > h2 {
    cursor: default;
    text-align: start;
}
.confirm_box_01 > div {
    padding: 25px;
    text-align: start;
    background-color: #f6f6f6;

}
.confirm_box_01 > div > p {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}
.confirm_box_02 {
    margin-bottom: 60px;
}
#confirm_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 !important;
}
.confirm_table_name {
    border-top: 1px solid #c8c8c8;
}
#confirm_table td, #confirm_table th {
    border-bottom: 1px solid #c8c8c8;
}

#confirm_table th {
    background-color: #0079c4;
    color: #fff;
    height: 60px;
    width: 210px;
    font-size: 18px;
    cursor: default;
}
#confirm_table td {
    padding: 20px;
    background-color: #f6f6f6;
    text-align: start;

}
#confirm_table input {
    height: 40px;
    width: 140px;
    border: 1px solid #c8c8c8;
    padding-left: 15px;
    font-family: 'HSSaemaul-Regular';
    font-size: 18px;
}
.confirm_button {
    width: 230px;
    height: 68px;
    background-color: #0079c4;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    margin: 0 auto;
    cursor: pointer;
    text-decoration-line: none;
}
.confirm_button a {
    text-decoration-line: none;
}
.board_write_form input[type='text'], .board_write_form input[type='tel'], .board_write_form select {
    border: 1px solid #000;
    font-family: 'NotoSansKR-Medium';
    font-size: 17px;
    padding: 0 0 0 10px;
    height: 55px;
}

#e01_name {
    width: 300px !important;
}



#confirm_table input::-webkit-outer-spin-button,
#confirm_table input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.reg_cont1 {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    text-align: left;
}

.reg_cont2 {
    padding: 0 0 18px 0;
    border-bottom: 2px solid #000;
}

.reg_cont3 {
    margin-top: 30px;
}

.terms {
    margin-top: 30px;
    padding: 20px 35px;
    overflow-y: scroll;
    background: #fff;
    color: #555;
    height: 324px;
    border: 1px solid #F2F0ED;
    letter-spacing: -0.09rem;
    text-align: left;
}

.terms::-webkit-scrollbar {
    width: 6px;
    display: block !important;
}

.terms::-webkit-scrollbar-thumb {
    height: 30%;
    background: #ccc;
    border-radius: 10px;
}

.terms::-webkit-scrollbar-track {
    background: transparent;
}
.terms .terms_box {
    margin-top: 20px;
}
.terms .terms_box .terms_tit {
    color: #333;
    font-family:'NotoSansKR-Medium';
    margin: 10px 10px 10px 0;
}

.terms .terms_box .terms_cont {
    letter-spacing: -0.5px;
    line-height: 21px;
    font-weight: 400;
    font-size: 13px;
    padding-left: 10px;
}
.terms .terms_box .terms_cont p {
    position: relative;
    color: #9f9f9f;
    margin: 5px 0;
}
.terms .terms_box .terms_cont p::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    right: 7px;
    width: 4px;
    height: 4px;
    background-color: rgba(51, 51, 51, 0.71);
    border-radius: 120px;
}
.terms .terms_box .terms_cont span {
    font-size: 14px;
    margin-left: 10px;
    color: rgba(85, 85, 85, 0.7);
}
.terms .terms_box .terms_cont span b {
    font-size: 15px;
}

.terms_cont table {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.terms_cont table th,  .terms_cont table td {
    padding: 15px 0;
    color: #121212;
    vertical-align: middle;
    text-align: center;
}

.terms_cont table th + th,
.terms_cont table td + td {
    border-left: 1px solid #dbdbdb;
}

.terms_cont table thead th {
    background: #f7f7f7;
    font-weight: normal;
}

.terms_cont table tbody td {
    border-top: 1px solid #dbdbdb;
}

.reg_cont2 .aggreement {
    letter-spacing: -1px;
}

.reg_cont2 .aggree,  .reg_cont2 .checks_box {
display: flex;
    color: #555;
}
.reg_cont2 .checks_box {
    align-items: center;
    margin-left: 20px;
}
.reg_cont2 .aggree > p {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: rgba(85, 85, 85, 0.7);
}
.reg_cont2 .aggree > p span {
    font-size: 8px;
    margin-right: 3px;
}
.reg_cont2 .aggree .checks_box .checks {
    margin-left: 15px;
    font-size: 14px;
}
.reg_cont2 .aggree .checks_box .checks:last-child {
    margin-left: 45px;
}
.reg_cont2 .aggree .checks_box .checks input {
    margin-right: 8px;
}
.reg_cont2 [type="radio"]:checked,
.reg_cont2 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.reg_cont2 [type="radio"]:checked + label,
.reg_cont2 [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.reg_cont2 [type="radio"]:checked + label:before,
.reg_cont2 [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #9f9f9f;
    border-radius: 100%;
    background: #fff;
}
.reg_cont2 [type="radio"]:checked + label:after,
.reg_cont2 [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #333;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.reg_cont2 [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #d7d5d5;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.reg_cont2 [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.terms img {
    display: inline-block;
    position: relative;
    top: 1px;
}

.reg_tit {
    font-size: 16px;
}
.reg_sub {
    font-size: 15px;
    font-weight: 500;
    color: rgba(85, 85, 85, 0.73);
    letter-spacing: 0px;
}





@media screen and (max-width: 1920px) {
	.section01 .bg {
		background-position: 50% 0%;
	}
	.section03 .bg {
		left: 0;
		transform: unset;
	}
	.section03 .bg img {
		width: 100vw;
	}

}
@media screen and (max-width: 1680px) {
	.container {
		min-width: unset;
	}
	.section01 .bg {
		background-position: 30% 0%;
	}
	.section_nav {
		left: 100px;
	}
	.swiper-container {
		max-width: 1680px;
	}

	.section02 .swiper-btn-next, .section02 .swiper-btn-prev {
		right: 13%;
	}
	.section02 .swiper-slide.third .img01 {
		top: 8%;
		left: -2%;
	}
	.section02 .swiper-slide.first .img01, .section02 .swiper-slide.first .title, .section02 .swiper-slide.second .img, .section02 .swiper-slide.fifth .img, .section02 .swiper-slide.sixth .img01 {
		left: 0%;
	}
	.section02 .swiper-slide.third .img02 {
		top: 50%;
		left: 10%;
	}
	.section02 .swiper-slide.third .text {
		top: 50%;
	}
	.section02 .swiper-slide.fourth .text02 {
		left: 30%;
	}
	.section02 .swiper-slide.first .img02, .section02 .swiper-slide.first .img03, .section02 .swiper-slide.third .text {
		left: 40%;
	}
	.section02 .swiper-slide.second .text {
		top: 52.5%;
		left: 50%;
	}
	.section02 .swiper-slide.fourth .img02, .section02 .swiper-slide.sixth .img02, .section02 .swiper-slide.sixth .text {
		left: 60%;
	}
	.section02 .swiper-slide.first .text {
		left: 70%;
	}
	.swiper-slide > div > img {
		width: 80% !important;
	}

	.section05_con02 {
		left: 117px;
	}
	.section01 .text01, .section01 .text02 {
		left: calc(50% - 67px);
	}

}
@media screen and (max-width: 1440px) {
	.section01 .bg {
		background-position: 0% 0%;
	}
	.section04 .row {
		max-width: 1440px;
		margin: unset;
	}
	.section04 .title {
		left: 5%;
	}
	.section04 .img01 {
		left: 5%;
	}
	.swiper-container {
		max-width: 1440px;
	}
	.section05_con02 {
		left: 75px;
	}
	.section05_right {
		width: unset;
		padding: 188px 44px;
	}
	.section01 .text01, .section01 .text02 {
		left: calc(50% + 76px);
	}
}
@media screen and (max-width: 1024px) {
	.section01 .menu .menu_box a {
		margin-right: 10px;
	}
	.section01 .menu .tel::before {
		left: -15px;
	}
	.section01 .menu {
		right: 3%;
	}
	.section_nav {
		left: 70px;
	}

}