@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('/lib/font-awesome/css/font-awesome.min.css');
@import url('./base.css');
@import url('./modal.css?v2023062201');

html, body {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}

body.scroll, html.scroll {
	overflow: hidden;
}

.clearfix::after {
	display: block;
	content: '';
	clear: both;
}

section .inner {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 1000px;
}

section .btn {
	display: block;
	margin: 0 auto;
	width: 360px;
	font-size: 20px;
	font-weight: 500;
	line-height: 70px;
	color: rgba(255,255,255,0.9);
	background: #2e2c27;
	border-radius: 5px;
}

section .sub_title {
	height: 32px;
}



/* sec01 */
.sec01 {
	text-align: center;
	background: #9fa34e url(../img/img_sec01_bg.png) no-repeat center top/ 1920px auto;
}
.sec01.visunal {
	text-align: center;
	background: #9fa34e url(../img/img_sec01_bg.png) no-repeat center top/ 1920px auto;
}

.sec01 .inner {
	height: 947px;
}

.sec01 .flag_wrap {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.sec01 .flag_wrap li {
	float: left;
	margin-right: 10px;
}

.sec01 .flag_wrap li:nth-child(3) {
	margin-left: 634px;
}

.sec01 .flag_wrap li:nth-child(4) {
	margin-right: 0;
}

.sec01 .flag_wrap li img {
	width: 84px;
}

.sec01 .title {
	margin-top: 100px;
	width: 480px;
}

.sec01 .stamp {
	position: absolute;
	top: 25px;
	right: 188px;
	width: 150px;
}

.sec01 .sb {
	position: absolute;
}

.sec01 .sb01 {
	left: 204px;
	top: 299px;
	width: 266px;
}

.sec01 .sb02 {
	right: 207px;
	top: 319px;
	width: 263px;
}

.sec01 .sb03 {
	left: 248px;
	top: 425px;
	width: 172px;
}

.sec01 .yuji_face {
	position: absolute;
	left: 50%;
	top: 400px;
	transform: translateX(-50%);
	width: 180px;
}

.sec01 .building {
	position: absolute;
	left: 50%;
	top: 539px;
	transform: translateX(-50%);
	width: 720px;
}

.sec01 .bus {
	position: absolute;
	right: 0;
	bottom: 44px;
	width: 181px;
}



/* sec02 */
.sec02 {
	padding: 0 0 100px;
	background: #9fa34e;
}



/* sec03 */
.sec03 {
	text-align: center;
	background: url(../img/img_sec03_bg.png) no-repeat center top/ 1920px auto;
}

.sec03 .inner {
	padding: 98px 20px 100px;
}

.sec03 .cont1 {
	margin-bottom: 78px;
}

.sec03 .sub_title {
	margin-bottom: 21px;
}

.video_wrap {
	position: relative;
	margin: 0 auto;
	width: 480px;
}

.video {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
    width: calc(100% - 20px);
}

.video-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}

.video iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.sec03 .review_wrap li {
	float: left;
	margin-right: 30px;
}

.sec03 .review_wrap li:nth-child(1),
.sec03 .review_wrap li:nth-child(2),
.sec03 .review_wrap li:nth-child(3) {
	margin-bottom: 13px;
}

.sec03 .review_wrap li:nth-child(3n) {
	margin-right: 0;
}

.sec03 .btn {
	margin-top: 40px;
}

.sec03 .yuji {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 165px;
}



/* sec04 */
.sec04 {
	text-align: center;
	background: #f8eee0 url(../img/img_sec04_bg.png) no-repeat center top/ 1920px auto;
}

.sec04 .inner {
	padding: 150px 20px 184px;
}

.sec04 .yuji {
	position: absolute;
	left: 150px;
	bottom: 0;
	width: 150px;
}



/* sec05 */
.sec05 {
	text-align: center;
	background: #d9af8e url(../img/img_sec05_bg.png) no-repeat center top/ 1920px auto;
}

.sec05 .inner {
	padding: 122px 20px 184px;
}

.sec05 .title {
	width: 360px;
}

.sec05 p {
	margin: 28px auto 36px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: rgba(0,0,0,0.9);
}

.sec05 p strong {
	font-weight: 500;
}

.sec05 .yuji {
	position: absolute;
	right: 260px;
	bottom: 0;
	width: 150px;
}



/* sec06 */
.sec06 {
	text-align: center;
	background: #714940 url(../img/img_sec06_bg.png) no-repeat center bottom/ 1920px auto;
}

.sec06 .inner {
	padding: 98px 20px 295px;
}

.sec06 .cont {
	margin-bottom: 78px;
}

.sec06 .cont:last-child {
	margin-bottom: 0;
}

.sec06 .sub_title {
	margin-bottom: 38px;
}

.sec06 .yuji {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 184px;
}



/* sec07 */
.sec07 {
	padding: 68px 0 100px;
	text-align: center;
	background: #5e3932;
}

.sec07 .sub_title {
	margin-bottom: 38px;
}



/* sec08 */
.sec08 {
	text-align: center;
	background: #fff3e1 url(../img/img_sec08_bg.png) no-repeat center bottom/ 1920px auto;
}

.sec08 .inner {
	padding: 98px 20px 326px;
}

.sec08 .sub_title {
	margin-bottom: 38px;
}

.sec08 .screen {
	margin-bottom: 22px;
	width: 960px;
}

.sec08 .yuji {
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	width: 190px;
}



/* sec09 */
.sec09 {
	margin-bottom: 70px;
	text-align: center;
	background: #f8f8f8;
}

/* sec10 */
.sec10 {
	position: fixed;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.9);
	height: 45px;
	bottom: 70px;
	width: 100%;
}

.sec10 li {
	float: left;
	margin: 0 10px;
}

.sec10 span {
	display: inline-block;
	text-indent: -99999px;
	line-height: 101px;
}
.sec10 .container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
}
.sec10 .container .tit{
	width: 200px;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,0.9);
	text-align: right;
}

.sec10 .rollingbanner{
	width: calc(100% - 200px);
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
}

.sec10 .rollingbanner > .wrap{
	position: relative;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	color: rgba(255,255,255,0.9);
}

.sec10 .roller{
	position: absolute;
	height: 100%;
}

.sec10 .roller > ul{
	margin: 0;
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

/* fixed banner */
#cheerup {
    width: 100%;
    position: fixed;
    bottom: 70px;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 2;
}

#cheerup .inner {
    margin: 0 auto;
	padding: 0 20px;
	width: 1000px;
}

#cheerup li {
    float: left;
}

#cheerup li:first-child {
	width: 200px;
}

#cheerup li:last-child {
	width: calc(100% - 200px);
	overflow: hidden;
}

#cheerup li p {
    font-size: 16px;
    font-weight: 300;
    line-height: 45px;
    color: rgba(255,255,255,0.9);
}

#cheerup li p strong {
    font-weight: 500;
}


/* fixed banner */
#bt_fix {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#bt_fix > div {
    width: 100%;
}

#bt_fix > div a {
    display: block;
    width: 50%;
    line-height: 70px;
    text-align: center;
    float: left;
}

#bt_fix > div a.bt_f_btn01 {
    background: #d94350;
}

#bt_fix > div a.bt_f_btn02 {
    background: #30b1bf;
}

#bt_fix > div a span {
    display: inline-block;
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    font-weight: 500;
    line-height: 100%;
}



/* #loginModal */
#loginModal {
	display: none;
	padding-top: 7%;
}

#loginModal.login_modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
}

#loginModal .modal_content {
	position: relative;
	margin: 0 auto;
	padding: 70px 50px 60px;
	width: 450px;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}

#loginModal .modal_content>ul {
	text-align: center;
}

#loginModal .modal_content>ul>li {
	margin-bottom: 10px;
}

#loginModal .modal_content>ul>li:first-child {
	position: absolute;
	top: 21px;
	right: 20px;
}

#loginModal .modal_content>ul>li:first-child a {
	display: block;
}

#loginModal .modal_content>ul>li:nth-child(2) {
	display: block;
}

#loginModal .modal_content>ul>li:nth-child(2) img {
	width: 40%;
}

#loginModal .modal_content>ul>li:nth-child(4) {
	font-size: 30px;
	color: #333;
	font-weight: 500;
}

#loginModal .modal_content>ul>li:nth-child(5) {
	font-size: 18px;
}

#loginModal .modal_content>ul>li:nth-child(5),
#loginModal .modal_content>ul>li:nth-child(7),
#loginModal .modal_content>ul>li:nth-child(8) {
	margin-bottom: 20px;
}

#loginModal .modal_content>ul>li:nth-child(8) ul {
	display: table;
	margin-bottom: 20px;
}

#loginModal .modal_content>ul>li:nth-child(8) ul li {
	float: left;
}

#loginModal .modal_content>ul>li:nth-child(8) ul:first-child {
	float: left;
	color: #999;
}

#loginModal .modal_content>ul>li:nth-child(8) ul:last-child {
	float: right;
	color: #666;
}

#loginModal .modal_content>ul>li:nth-child(9) button,
#loginModal .modal_content>ul>li:last-child button {
	width: 100%;
}

#loginModal .modal_content>ul>li:last-child button {
	border: 1px solid #FF944D;
	color: #FF944D;
}

#loginModal input.modal_input {
	padding: 0 20px;
	text-align: left;
	width: 100%;
}

#loginModal input[type=text].modal_input,
#loginModal input[type=password].modal_input {
	width: 100%;
	font-family: 'Noto Sans KR', sans-serif;
	margin: 0;
	border-radius: 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 44px;
	font-size: 16px;
}

#loginModal.login_modal button {
	padding: 14px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ccc));
	background-image: linear-gradient(to bottom, #f1f1f1, #ccc);
	color: #3e3e3e;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
	height: 54px;
	font-size: 14px;
}

#loginModal.login_modal button.btn_main {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC107), to(#FFC107));
	background-image: linear-gradient(to bottom, #FFC107, #FFC107);
	color: #fff;
}

#loginModal.login_modal button.btn_sub {
	background-image: none;
	background-color: #fff;
	border: 1px solid #cecece;
	color: #3e3e3e;
}

/* back-to-top */
.back-to-top {
	display: none;
	position: fixed;
	right: 100px;
	bottom: 90px;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 25px;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	font-weight: bold;
	color: #6e6e6e;
	text-align: center;
	z-index: 110;
}

.back-to-top i.fa {
	text-align: center;
}

.back-to-top i.fa-chevron-up:after {
	content: "TOP";
	display: block;
	margin-top: 2px;
}

.back-to-top i.fa-chevron-up:before {
	content: "\f077";
	display: block;
	margin-top: 7px;
}

/* 모바일 */
@media all and (max-width:768px){
	.back-to-top {right: 12px;bottom: 100px;}
}