@charset "UTF-8";
.layerpopup-form-wrapper {
	position: fixed;
	top: 50%;
	left: 0;
	display: block;
	width: 317px;
	margin-top: -300px;
	margin-left: -367px;
	opacity: 0;
	z-index: 100;
}

.layerpopup-form-area {
	border-radius: 22px;
	-webkit-box-shadow: 0px 15px 15px 5px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 15px 15px 5px rgba(0,0,0,0.32);
	box-shadow: 0px 15px 15px 5px rgba(0,0,0,0.32);
}

.layerpopup-form-area .form-header {
	position: relative;
	height: 60px;
	line-height: 60px;
	background: #363636;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	text-align: center;
}


.layerpopup-form-area .form-header .top-mike {
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 8px;
	background: #8d8d8d;
	border: 1px solid #282828;
	border-radius: 5px;
}


.layerpopup-form-area .form-header .top-camera {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #282828;
	border-radius: 5px;
}

.layerpopup-form-area .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 21px;
	line-height: 21px;
}

.layerpopup-form-area .btn-close img {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
}

.layerpopup-form-area .form-body {
	background: #a9936d url(../img/main/bg_form01.gif) no-repeat 0 center;
}

.layerpopup-form-area .form-body .application-area {
	padding: 15px 30px;
	text-align: center;
	color: #fff;
}

.layerpopup-form-area .form-body .application-area .title-area {
	border-bottom: 1px solid #d2c7b5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.layerpopup-form-area .form-body .application-area .title-area .date {
	margin-bottom: 23px;
}

.layerpopup-form-area .form-body .application-area .title-area h2 {
	font-size: 2.400em;
	line-height: 1em;
	padding-bottom: 20px;
	border-bottom: 2px solid #d4c9b6;
	font-family: "notoKrB", sans-serif;
	font-weight: 700;
}

.layerpopup-form-area .form-body .application-area .title-area .info01 {
	padding-top: 12px;
	font-size: 1.467em;
	line-height: 1.182em
}

.layerpopup-form-area .form-body .application-area .title-area .info02 {
	padding-top: 12px;
	line-height: 1.467em;
	font-family: "notoKrL", sans-serif;
	font-weight: 100;
}

.layerpopup-form-area .form-body .application-area .application-form {
	padding-bottom: 4px;
}

.layerpopup-form-area .form-body .application-area .application-form dl {
	position: relative;
	margin-bottom: 3px;
	padding-left: 69px;
	height: 35px;
}

.layerpopup-form-area .form-body .application-area .application-form dl dt {
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	line-height: 35px;
	font-size: 	1.067em
}

.layerpopup-form-area .form-body .application-area .application-form dl dd {
	display: block;
	text-align: left;
}

.layerpopup-form-area .form-body .application-area .application-form dl dd:after {
	content: "";
	clear: both;
	display: block;
}

.layerpopup-form-area .form-body .application-area .application-form dl dd input[type="text"],
.layerpopup-form-area .form-body .application-area .application-form dl dd input[type="tel"] {
	display: block;
	border: 0;
	width: 100%;
	height: 35px;
	text-indent: 15px;
	border-radius: 3px;
	-webkit-appearance: none;
	appearance: none;
}

.layerpopup-form-area .form-body .application-area .application-form dl dd select {
	display: block;
	border: 0;
	width: 100%;
	height: 35px;
	text-indent: 30px;
	border-radius: 3px;
	-webkit-appearance: none;
	appearance: none;
	color: #a9936d;

	background: transparent url(../img/icon/icon_select_arrow_down.gif) no-repeat 98% center;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_select_arrow_down@2x.gif) no-repeat 98% center;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_select_arrow_down@2x.gif) no-repeat 98% center;
	background-size: 13px 7px;
	background-color: #fff;
}

.layerpopup-form-area .form-body .application-area .application-form dl dd select:focus {
	background: transparent url(../img/icon/icon_select_arrow_up.gif) no-repeat 95% center;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_select_arrow_up@2x.gif) no-repeat 95% center;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_select_arrow_up@2x.gif) no-repeat 95% center;
	background-size: 13px 7px;
	background-color: #fff;
}


.layerpopup-form-area .form-body .application-area .application-form dl dd .deptn3 {
	float: left;
	width: 32%;
	margin-left: 2%;
	height: 35px;
	line-height: 35px;
}

.layerpopup-form-area .form-body .application-area .application-form dl dd .deptn3 label,
.layerpopup-form-area .form-body .application-area .application-form dl dd .deptn3 input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
}

.layerpopup-form-area .form-body .application-area .application-form dl dd .deptn3:first-child {
	margin-left: 0;
}


.layerpopup-form-area .form-body .application-area .application-form dl dd input:-ms-input-placeholder {
	color: #a9936d
} 
.layerpopup-form-area .form-body .application-area .application-form dl dd input::-webkit-input-placeholder {
	color: #a9936d
} 
.layerpopup-form-area .form-body .application-area .application-form dl dd input::-moz-placeholder {
	color: #a9936d
} 
.layerpopup-form-area .form-body .application-area .application-form dl dd input::-moz-placeholder {
	color: #a9936d
} 

.layerpopup-form-area .form-body .application-area .word-agreement-area {
	margin-bottom: 7px;
}

.layerpopup-form-area .form-body .application-area .word-agreement-area:after {
	content: "";
	clear: both;
	display: block;
}

.layerpopup-form-area .form-body .application-area .word-agreement-area span {
	float: left;
	height: 26px;
	line-height: 26px;
	color: #3a3333;
	font-size: 0.933em
}

.layerpopup-form-area .form-body .application-area .word-agreement-area .btn-view {
	float: right;
	width: 42px;
	height: 26px;
	line-height: 26px;
	background: #745547;
}

.layerpopup-form-area .form-body .application-area .btn-application {
	display: block;
	width: 100%;
	height: 50px;
	background: #3a3333;
	color: #fff;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.layerpopup-form-area .form-body .application-area .btn-application strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.200em;
	font-family: "notoKrR", sans-serif;
	font-weight: 300;
	height: 24px;
	line-height: 24px;
}

.layerpopup-form-area .form-body .application-area .btn-application .icon-go {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	background: #fff;
	color: #3a3333;
	text-align: center;
	font-size: 0.800em;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
	margin-left: 5px;
}


.layerpopup-form-area .form-footer {
	height: 60px;
	line-height: 60px;
	background: #363636;
	border-bottom-left-radius: 22px;
	border-bottom-right-radius: 22px;
	text-align: center;
}


.layerpopup-form-area .form-footer .bottom-mike {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #282828;
	border-radius: 5px;
}

.btn-open-form {
	display: block;
	opacity: 1;
	position: fixed;
	bottom: 50px;
	right: 80px;
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	z-index: 10;
}

.btn-open-form button,
.btn-open-form a {
	display: block;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
}

/*
.btn-open-form img {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}
*/

.btn-open-form .btn-open-cacao-open-chatting {
	display: block;
	width: 195px;
	height: 195px;
	background: url(../img/main/btn_open_chatting_pc.png) no-repeat 0 0;
	text-indent: -5000em;
}


.btn-open-form #btn-open-form {
	display: block;
	width: 195px;
	height: 195px;
	background: url(../img/main/btn_form_mobile01_pc.png) no-repeat 0 0;
	text-indent: -5000em;
}

@media only all and (max-width: 1280px) {
	.main-visual-wrapper .bx-prev {
		margin-left: -480px;
	}

	.main-visual-wrapper .bx-next {
		margin-right: -480px;
	}

	.main-contents03 {
		padding: 45px 40px;
	}

	.main-content-wrapper {
		position: relative;
		min-height: 365px;
		padding-left: 685px;
		margin: 0 auto;
		border: 0px solid red;
	}

	.main-content-wrapper .main-movie-area {
		position: absolute;
		top: 0;
		left: 0;
		width: 650px;
		height: 365px;
	}

	.main-content-wrapper .main-movie-area iframe {
		display: block;
		width: 100%;
		height: 100%;
	}

	.main-report-wrapper {
		display: block;
	}

	.main-report-wrapper h2 {
		font-size: 1.200em;
		margin-bottom: 10px;
	}

	.main-report-wrapper a {
		display: block
	}

	.main-report-wrapper a img {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.main-report-wrapper a .title-area {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.main-report-wrapper a .title-area strong {
		display: block;
		color: #222222;
		font-size: 1em;
		line-height: 1.2em;
		max-height: 2.4em;
		word-break: keep-all;
	}

	.main-report-wrapper a .title-area span {
		display: block;
		padding-top: 10px;
		color: #888889;
	}

	.main-report-wrapper a .main-report-contents {
		display: block;
		color: #777777;
		line-height: 1.600em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4; /* 라인수 */
		-webkit-box-orient: vertical;
		word-wrap:break-word; 
		max-height: 6.4em;
		word-break: keep-all;
	}
}


@media only all and (max-width: 1060px) {
	.main-contents02 {
		padding: 60px 20px 65px 20px;
	}


	.main-visual-wrapper .bx-prev {
		left: 20px;
		margin-left: 0;
	}

	.main-visual-wrapper .bx-next {
		right: 20px;
		margin-right: 0;
	}		
	
	.main-community-wrapper .main-thumbnail-list {
		padding: 40px 25px;
	}
}

@media only all and (max-width: 1023px) {
	.main-community-wrapper {
		padding-left: 0;
	}

	.main-community-wrapper.type02 {
		padding-right: 0;
	}

	.main-community-wrapper h3,
	.main-community-wrapper.type02 h3 {
		position: static;
		width: 100%;
		height: 100%;
		padding: 10px 20px;
		text-align: center;

	}

	.main-community-wrapper h3 .title,
	.main-community-wrapper.type02 h3 .title {
		height: auto;
	}

	.main-community-wrapper h3 .title span,
	.main-community-wrapper.type02 h3 .title span {
		display: inline;
	}

	.main-community-wrapper h3 .title .line,
	.main-community-wrapper.type02 h3 .title .line {
		display: none;
	}

	.swiper-button-prev {
		position: absolute;
		top: 0;
		bottom: auto;
		-webkit-bottom: initial;
		left: 0;
		width: 48px;
		height: 48px;
		background-size: 48px 48px;
	}

	.swiper-button-next {
		position: absolute;
		top: 0;
		bottom: auto;
		left: auto;
		-webkit-bottom: initial;
		-webkit-left: initial;
		right: 0;
		width: 48px;
		height: 48px;
		background-size: 48px 48px;
	}


	.main-community-wrapper.type02 .swiper-button-prev {
		left: 0;
	}

	.main-community-wrapper.type02 .swiper-button-next {
		left: auto;
		-webkit-left: initial;
		right: 0;
		margin-left: 0;
	}

	.swiper-pagination,
	#swiper-pagination02 { 
		position: absolute;
		top: 8px;
		left: 0;
		right: auto;
		bottom: auto;
		width: 100%;
		padding: 10px 70px;
		line-height: 1em;
		margin: 0;
		text-align: right;
	}

	.swiper-wrapper .swiper-slide .detail-information {
		display: none;
	}


	.main-community-wrapper .main-thumbnail-list {
		position: static;
		width: 100%;
		height: 100%;
		padding: 40px;
	}

	.main-community-wrapper .main-thumbnail-list ul {
		display: block;
	}

	.main-community-wrapper .main-thumbnail-list ul li {
		float: left;
		margin-top: 0;
		margin-left: 20px;
	}

	.main-community-wrapper .main-thumbnail-list ul li:first-child {
		margin-top: 0;
		margin-left: 0;
	}

	.main-community-wrapper .main-thumbnail-list ul li a {
		font-size: 1.200em;
		color: #7f98b4;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.main-community-wrapper .main-thumbnail-list ul li a:hover,
	.main-community-wrapper .main-thumbnail-list ul li a.active {
		color: #fff;
	}

	.main-contents03 {
		padding: 60px 20px;
	}

	.main-content-wrapper {
		position: static;
		min-height: auto;
		padding-left: 0;
		margin: 0 auto;
	}

	.main-content-wrapper .main-movie-area {
		position: static;
		width: 100%;
		height: 100%;
		margin-bottom: 60px;
	}

	.main-content-wrapper .main-movie-area iframe {
		display: block;
		width: 100%;
		height: 100%;
	}

	.main-report-wrapper {
		display: block;
	}

	.main-report-wrapper h2 {
		font-size: 1.200em;
		margin-bottom: 10px;
	}

	.main-report-wrapper a {
		display: block
	}

	.main-report-wrapper a img {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.main-report-wrapper a .title-area {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.main-report-wrapper a .title-area strong {
		display: block;
		color: #222222;
		font-size: 1em;
		line-height: 1.2em;
		max-height: 2.4em;
		word-break: keep-all;
	}

	.main-report-wrapper a .title-area span {
		display: block;
		padding-top: 10px;
		color: #888889;
	}

	.main-report-wrapper a .main-report-contents {
		display: block;
		color: #777777;
		line-height: 1.600em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4; /* 라인수 */
		-webkit-box-orient: vertical;
		word-wrap:break-word; 
		max-height: 6.4em;
		word-break: keep-all;
	}

	.main-report-wrapper h2 {
		font-size: 1.333em;
		line-height: 1em;
		margin-bottom: 15px;
	}

	.main-report-wrapper a img {
		margin-bottom: 20px;
	}

	.main-report-wrapper a .title-area {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}

	.main-report-wrapper a .title-area strong {
		font-size: 1.200em;
		line-height: 1.222em;
		max-height: 2.444em;
	}

	.main-report-wrapper a .title-area span {
		padding-top: 10px;
	}

	.main-report-wrapper a .main-report-contents {
		line-height: 1.600em;
	}


	.main-contents04 .main-banner-area li {
		clear: both;
		float: none;
		width: 100%;
	}


	.btn-open-form {
		bottom: auto;
		top: 50px;
		right: 10px;
		width: 216px;
		overflow: hidden;
	}

	.btn-open-form a,
	.btn-open-form button {
		float: left;
		margin-left: 10px;
	}

	
	.btn-open-form .btn-open-cacao-open-chatting {
		width: 98px;
		height: 98px;
		background: url(../img/main/btn_open_chatting.png) no-repeat 0 0;
		background-size: 98px 98px
	}


	.btn-open-form #btn-open-form {
		width: 98px;
		height: 98px;
		background: url(../img/main/btn_form_mobile01.png) no-repeat 0 0;
		background-size: 98px 98px
	}


}

@media only all and (max-width: 768px) {
	.main-quick-menu {
		display: block;
		height: auto;
		background: #2b2b2b;
	}

	.main-quick-menu ul {
		display: block;
		max-width: auto;
		height: auto;
		margin: 0 auto;
	}

	.main-quick-menu ul li {
		float: left;
		width: 33.333%;
		height: 150px;
	}

	.main-quick-menu ul li a {
		display: block;
		padding-top: 35px;
		height: 150px;
		text-align: center;
	}

	.main-quick-menu ul li a img {
		display: block;
		width: 54px;
		margin: 0 auto 17px auto;
		opacity: 0.6;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.main-quick-menu ul li a:hover img {
		opacity: 1;
	}

	.main-quick-menu ul li a .title {
		color: #fff;
		font-size: 1.067em
	}

	.main-contents02 {
		padding: 60px 20px;
	}

	.main-community-wrapper {
		/*margin-bottom: 0;*/
	}
}

@media only all and (max-width: 640px) {

	.layerpopup-form-wrapper {
		
		position: absolute;
		margin-top: -235px;
	}

	.layerpopup-form-area .form-header {
		height: 40px;
		line-height: 40px;
	}



	.layerpopup-form-area .btn-close {
		top: 10px;
		right: 15px;
	}

	.layerpopup-form-area .form-body .application-area {
		padding: 15px;
	}

	.layerpopup-form-area .form-body .application-area .title-area {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.layerpopup-form-area .form-body .application-area .title-area .date {
		margin-bottom: 15px;
	}

	.layerpopup-form-area .form-body .application-area .title-area h2 {
		font-size: 1.600em;
		line-height: 1em;
		padding-bottom: 15px;
	}

	.layerpopup-form-area .form-body .application-area .title-area .info01 {
		padding-top: 10px;
		font-size: 1.200em;
		line-height: 1.333em
	}

	.layerpopup-form-area .form-body .application-area .title-area .info02 {
		padding-top: 10px;
		font-size: 0.867em;
		line-height: 1.385em;
	}

	.layerpopup-form-area .form-body .application-area .application-form dl {
		position: relative;
		margin-bottom: 3px;
		padding-left: 69px;
		height: 25px;
	}

	.layerpopup-form-area .form-body .application-area .application-form dl dt {
		height: 25px;
		line-height: 25px;
		font-size: 0.867em;
	}


	.layerpopup-form-area .form-body .application-area .application-form dl dd input[type="text"],
	.layerpopup-form-area .form-body .application-area .application-form dl dd input[type="tel"],
	.layerpopup-form-area .form-body .application-area .application-form dl dd select {
		height: 25px;
	}

	.layerpopup-form-area .form-body .application-area .application-form dl dd .deptn3 {
		height: 25px;
		line-height: 25px;
		font-size: 0.867em;
	}



	.layerpopup-form-area .form-body .application-area .word-agreement-area span {
		height: 20px;
		line-height: 20px;
		font-size: 0.867em;
	}

	.layerpopup-form-area .form-body .application-area .word-agreement-area .btn-view {
		float: right;
		width: 42px;
		height: 20px;
		line-height: 20px;
		font-size: 0.867em;
	}

	.layerpopup-form-area .form-body .application-area .btn-application {
		height: 40px;
	}

	.layerpopup-form-area .form-body .application-area .btn-application strong {
		font-size: 1em;
		height: 20px;
		line-height: 20px;
	}

	.layerpopup-form-area .form-body .application-area .btn-application .icon-go {
		width: 20px;
		height: 20px;
		line-height: 20px;
		border-radius: 10px;
	}


	.layerpopup-form-area .form-footer {
		height: 40px;
		line-height: 40px;
	}




}