.#idx_wrapper {
/*	position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: 0;
}

/* 메인슬라이더 */
#visual {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

#visual .sliderbx {
	z-index: 10;
	width: 100% !important;
	height: 100vh;
	position: relative;
}

#visual .sliderbx li {
	width: 100% !important;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	animation: imagescale 6s ease-in-out infinite alternate;
	-webkit-animation: imagescale 6s ease-in-out infinite alternate;
	-moz-animation: imagescale 6s ease-in-out infinite alternate;
	-o-webkit-animation: imagescale 6s ease-in-out infinite alternate;
	position: relative;
}
#visual .sliderbx li::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}

#visual .sliderbx li.mv01 {
	background-image: url(../img/main/main_banner01.jpg)
}

#visual .sliderbx li.mv02 {
	background-image: url(../img/main/main_banner02.jpg)
}

#visual .sliderbx li.mv03 {
	background-image: url(../img/main/main_banner03.jpg)
}

#visual .sliderbx li.mv04 {
	background-image: url(../img/main/main_banner04.jpg)
}

#visual .sliderbx li.mv05 {
	background-image: url(../img/main/main_banner05.jpg)
}

#visual .sliderbx li.mv06 {
	background-image: url(../img/main/main_banner06.jpg)
}

#visual .area_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1200px;
	z-index: 15;
	transform: translate(-50%, -50%);
	color: #fff;
}
#visual .area_txt .mask{
	display: inline-block;
	margin: 20px 0;
	overflow: hidden;
}
#visual .area_txt h1 {
	font-size: 60px;
	font-weight: 500;
	line-height: 1.3em;
	text-transform: uppercase;
/*	background: #CF7806;*/
/*	padding: 5px 20px;*/
	display: inline-block;
	margin-bottom: 30px;
}

@font-face {
    font-family: 'ChosunSm';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#visual .area_txt h1 span {
    font-family: 'ChosunSm'
}

#visual .area_txt > h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-transform: uppercase;
}
#visual .hash_tag {
	margin: 50px 0 0;
	display: flex;
}

#visual .hash_tag li {
	padding: 15px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	margin-right: 15px;
}

#visual .bx-controls {
    width: 100%;
    position: relative;
    height: 100%;
}

#visual div.bx-pager {
    transform: translate(-50%, -50%);
    display: flex;
    position: absolute;
    bottom: 220px;
    z-index: 999;
    left: 410px;
}
#visual div.bx-pager div {
	margin: 0 15px 0 0;
	display: flex;
}

#visual div.bx-pager div:last-child {
	margin: 0;
}

#visual div.bx-pager div a {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	transition: all 0.3s ease;
	opacity: 0.7;
	width: 7.5px;
	height: 7.5px;
	border-radius: 50%;
	background: #fff;
}

#visual div.bx-pager div a.active {
	opacity: 1;
	font-weight: 600;
}


#visual div.bx-pager div:last-child a:after {
	display: none;
}

#visual .bx-controls-direction{
	
    width: 100%;
    height: 100vh;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 10;
    display: flex;
    padding-left: 250px;
    justify-content: space-between;
    align-items: center;
}

#visual .bx-controls-auto{
	display: none;
}
#visual .bx-controls-direction >a{
	
    width: 15px;
    height: 15px;
    color: #fff0;
    position: relative;
    display: block;
    padding: 30px;
}
#visual .bx-controls-direction >a::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 12px;
}
#visual .bx-controls-direction >a.bx-prev{
/*	left: 0px;*/
}
#visual .bx-controls-direction >a.bx-prev::before{
	transform: rotate(45deg);
}
#visual .bx-controls-direction >a.bx-next{
/*	right: 0px;*/
	
}
#visual .bx-controls-direction >a.bx-next::before{
	transform: rotate(-135deg);
}

.scrolldown {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	z-index: 52;
	background: #fff0;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.scrolldown a {
	position: relative;
	display: block;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.scrolldown .icon {
	position: absolute;
	top: 17%;
	left: 50%;
	display: inline-block;
	width: 20px;
	height: 30px;
	border: 2px #fff solid;
	border-radius: 30px;
	transform: translateX(-50%);
}

.scrolldown .icon::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #fff;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-animation: scrollDownPointer 1.5s infinite;
	animation: scrollDownPointer 1.5s infinite;
}

.scrolldown a > i.txt {
	position: relative;
	display: inline-block;
	padding-top: 50px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}

.scrolldown a > i.txt:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	background: url('../img/common/icon_scroll_arrow.svg')no-repeat center;
	width: 9px;
	height: 9px;
	background-size: cover;
	transform: translateX(-50%);
}

.fixed_bg {
	position: fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 120vh;
	background: url('../img/main/business_bg.jpg')no-repeat center;
	background-size: cover;
	transition: all 0.1s ease;
}

body.on .fixed_bg {
	z-index: 1;
	opacity: 1;
}

body.on #idx_wrapper {
	z-index: -1;
}

body.on .scrolldown {
	z-index: -1;
}

/* 공지사항 */
.area_notice {
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 720px;
	background: #192448;
	z-index: 50;
	opacity: 0;
	transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.area_notice.active {
	bottom: 0;
	opacity: 1;
}

@media screen and (max-width:1700px) {
	#visual .area_txt {
		width: 600px;
	}
	#visual .bx-controls {
    justify-content: center;
		left: 10%!important;}
	
	#visual .bx-controls-direction {
    display: none!important;
	}
}
@media screen and (max-width:1400px) {
	#visual .area_txt {
		width: 50%;
	}
	
	#visual .area_txt .mask{
		margin: 10px 0;
	}
	#visual .area_txt h1{
		font-size: 2.5em;
	}

	#visual .area_txt > h3 {
		font-size: 1.6em;
	}

	#visual .area_txt > h2 {
		font-size: 1.7em;
	}

	#visual .bx-controls {
		left: 0%!important;}
	
	#visual div.bx-pager {
		left: 50%;
	}

	.area_notice {
		width: 60%;
	}

	.area_notice .bx-wrapper li > a {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	
	#visual div.bx-pager div{
		margin: 0 10px 0 0;
	}/*
	#visual div.bx-pager div a{
		width: 60px;
		height: 3px;
	}*/
	#visual .bx-controls-direction {
		display: none;
	}
	
	
}

@media screen and (max-width:768px) {
	#visual{
		height: 100vh;
	}
	#visual .area_txt .mask{
		margin: 5px 0;
	}
	#visual .area_txt h1{
		font-size: 1.8em;
		
	}
	#visual .area_txt > h3 {
		font-size: 1.2em;
		line-height: 1.3em;
	}

	#visual .area_txt > h2 {
		font-size: 1.5em;
	}

	#visual .area_txt > p {
		padding: 10px 0 0;
		font-size: 16px;
	}
	#visual .hash_tag{
		margin: 20px 0 0;
		flex-wrap: wrap;
	}
	#visual .hash_tag li{
		padding: 10px;
		font-size: 1.2em;
		margin-right: 10px;
		margin-bottom: 10px;
		border-radius: 3px;
	}

	.scrolldown {
		width: 80px;
		height: 80px;
	}

	.scrolldown .icon {
		top: 12%;
	}

	.scrolldown a > i.txt {
		padding-top: 40px;
	}

	.scrolldown a > i.txt:before {
		bottom: -8px;
	}

	.area_notice {
		width: calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
	}
	
	#visual .bx-controls-direction {
		 
    display: flex!important;
    padding-left: 0;

	}
}

@media screen and (max-width:600px) {

	#visual .area_txt > h3,
	#visual .area_txt > h2 {
		font-size: 1.4em;
	}

	#visual .area_txt > p {
		padding: 10px 0 0;
		font-size: 15px;
	}
}

@media screen and (max-width:550px) {
	
	#visual .area_txt {
		width: 70%;
		text-align: center;
	}

	#visual .area_txt > h3,
	#visual .area_txt > h2 {
		font-size: 1.1em;
	}
	#visual .hash_tag{
		justify-content: center;
	}

	#visual div.bx-pager {
	}

	#visual div.bx-pager div {
	}

	#visual div.bx-pager div a:after {
		bottom: -15px;
		width: 4px;
		height: 4px;
	}

	
	#visual .hash_tag li{
		padding: 5px;
		font-size: 1em;
	}

	.scrolldown {
		width: 70px;
		height: 70px;
	}

	.area_notice {
		width: calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
	}

	.scrolldown .icon {
		top: 17%;
		width: 18px;
		height: 26px;
	}

	.scrolldown a > i.txt:before {
		display: none;
	}

	.scrolldown a > i.txt {
		font-size: 11px;
	}
}



/* tab */
.tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab ul.title li:first-child {
	margin-left: 0;
}

.tab ul.title li {
	float: left;
	margin-left: 0px;
}

.tab ul.title li a {
	display: block;
	padding: 13px 50px;
	background: #eee;
	color: #222;
}

.tab ul.title li a.show {
	background: #bc3232;
	color: #fff;
}

.tab ul.title:after {
	content: "";
	display: block;
	clear: both;
}

.tab ul.panel li {
	display: none;
	overflow: hidden;
	height: auto;
}

.tab ul.title {
	text-align: center;
	margin-bottom: 40px;
}

.tab ul.title li {
	display: inline-block;
	float: none !important;
}

/* tab  */
.tabs {
	margin: 40px 0 0;
	width: 100%;
}

.tabs:after {
	content: '';
	display: block;
	clear: both;
}

.tabs li {
	float: left;
	margin: 0 10px 0 0;
	padding: 11px;/*
	min-width: 150px;*/
	background: #ddd;
	box-sizing: border-box;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	text-align: center;
}

.tabs li span {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.3em;
}

.tabs li.active {
	background: #192448;
	color: #fff;
	box-shadow: 0px 3px 7.36px 0.64px rgba(25, 36, 72, 0.32);
}

.tabs li:hover {
	background: #192448;
	color: #fff;
}

.tab_container {
	margin: 20px 0 0;
	width: 100%;
	background: #fff;
}

.tab_content {
	position: relative;
	height: 500px;
}

.tab_content:after {
	content: '';
	display: block;
	clear: both;
}

.tab_content .area_right {
	display: table;
	float: right;
	width: 50%;
	height: 100%;
}

.tab_content .area_left {
	float: left;
	width: 50%;
}

.tab_content .area_right {
	padding: 40px;
	box-sizing: border-box;
}

.table caption {
	display: none;
}

.area_work .area_table {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.work_info {
	margin: 30px 0 0;
}

.work_info > li {
	display: block;
	width: 100%;
}

.work_info > li:after {
	content: '';
	display: block;
	clear: both;
}

.work_info > li > em {
	float: left;
	padding: 15px;
	width: 30%;
	border-top: 2px solid #dc2020;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 19px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
}

.work_info > li > .work_content {
	float: left;
	padding: 18px 15px 15px;
	width: 70%;
	box-sizing: border-box;
	border-top: 2px solid #222;
}

.work_info > li > .work_content p {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1.6em;
}

.area_work .table {
	margin: 0;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

.area_work .table > thead {
	padding: 50px 0;
}

.area_work .table > tbody > tr:nth-child(2n-1) {
	background: #f9f9f9;
}

.area_work .table > tbody > tr > td {
	padding: 14px 20px;
	border-right: 1px solid #eee !important;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	text-align: center;
	word-break: keep-all;
}

.area_work .table > tbody > tr > td:first-child {
	font-weight: bold;
}

.area_work .table > tbody > tr > td:last-child {
	text-align: left;
	border-right: none !important;
}

.mob_info {
	display: none;
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 300;
	color: #333;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-top: 1px solid #eee;
}

#tab1 .area_left {
	height: 100%;
	background: url(../img/main/img_work01.jpg)no-repeat center;
	background-size: cover;
}

#tab2 .area_left {
	height: 100%;
	background: url(../img/main/img_work01.jpg)no-repeat center;
	background-size: cover;
}

.area_btn02 {
	position: relative;
	z-index: 1;
	margin: 50px 0 0;
	text-align: center;
	display: inline-block;
	min-width: 180px;
	padding: 15px 20px;
	box-sizing: border-box;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	border: 3px solid #eee;
	transition: all 0.5s ease;
}

.area_btn02:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #192448;
	z-index: -1;
	transition: all 0.5s ease;
}

.area_btn02:hover {
	color: #fff;
	border: 3px solid #192448;
	box-shadow: 0px 3px 7.36px 0.64px rgba(25, 36, 72, 0.32);
}

.area_btn02:hover:before {
	width: 100%;
}

@media screen and (max-width:1400px) {
	.area_work {
		padding: 150px 0;
	}
}
@media screen and (max-width:1024px) {
	#event {
		min-height: 500px;
	}
	#event ul.tabs {
		margin-bottom: 10px!important;
	}
	#event .tab-content {
		padding: 0 20px;
	}
	#event .tab-content .tbl_head01 {
		width: 100%; overflow-x: auto;
	}
}

@media screen and (max-width:850px) {
	.tab_content {
		height: auto;
	}

	.tab_content .area_left {
		width: 100%;
		height: 500px !important;
	}

	.tab_content .area_right {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width:768px) {
	.area_work {
		padding: 100px 0;
	}

	.area_work .title > h2 {
		font-size: 40px;
	}

	.area_work .title > p {
		font-size: 15px;
	}

	.tab_content .area_left {
		height: 0 !important;
		padding-bottom: 75%;
	}

	.area_btn02 {
		min-width: 160px;
		background: #192448;
		border: none;
		box-shadow: 0px 3px 7.36px 0.64px rgba(25, 36, 72, 0.32);
		color: #fff !important;
	}

	.area_btn02:before {
		display: none;
	}

	.area_btn02:hover {
		border: none;
	}
}

.scroll_comm{ display:none}
@media screen and (max-width:550px) {
	.area_work {
		padding: 60px 0;
	}

	.area_work .title > h2 {
		font-size: 30px;
	}

	.area_work .title > p {
		font-size: 14px;
	}

	.tab_content .area_right {
		padding: 20px;
	}

	.tab_content .area_right {
		padding: 15px;
	}

	.area_work .table > tbody > tr > td {
		padding: 12px 10px;
		font-size: 15px;
	}

	.area_btn02 {
		margin: 30px 0 0;
	}
	#event .tab-content .tbl_head01  table{
		min-width: 750px;
		white-space: nowrap;
	}

	.scroll_comm{ display:block; margin:20px 0 10px; font-weight:600}
	.scroll_comm img{ height:30px; margin:0 7px 0 0; vertical-align:middle}
}

@media screen and (max-width:450px) {
	.area_work .title > h2 {
		font-size: 27px;
	}

	.area_work .table > tbody > tr > td {
		padding: 10px;
	}
}

@media screen and (max-width:420px) {
	.area_work {
		padding: 40px 0;
	}
}



@-webkit-keyframes scrollDownPointer {
	60% {
		-webkit-transform: translate(0, 200%);
		transform: translate(0, 200%);
	}

	70% {
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes scrollDownPointer {
	60% {
		-webkit-transform: translate(0, 200%);
		transform: translate(0, 200%);
	}

	70% {
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes imagescale {
	0% {
		transform: scale(1) rotate(.001deg);
		;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}

	100% {
		transform: scale(1.3) rotate(.001deg);
		;
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
	}
}


@media screen and (max-width:1199px) {
	#ft_totop {
		display: none;
	}
}


.point01{
	color: #00a651;
}
.point02{
	color: #007dc6;
}
.tit p{
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 15px;
}
.tit h1{
	font-size: 60px;
	font-weight: 400;
	font-family: 'NEXONFootball';
}
.con{
	margin: 50px 0 0;
}
.con h6{
	font-size: 24px;
	line-height: 1.5em;
}
.con p{
	font-size: 20px;
	line-height: 1.5em;
}

.btn_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
a.btn_shop{
	min-width: 210px;
	display: inline-block;
	background: #1F4681;
	color: #fff !important;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 20px 30px;
	border: 1px solid #1F4681;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
	transition: all 0.5s;
	margin-left: 15px;
}
a.btn_view{
	min-width: 210px;
	display: inline-block;
	color: #fff !important;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
	transition: all 0.5s;
}
a.btn_shop:hover{
	background: #fff;
	border: 1px solid #1F4681;
	color: #1F4681 !important;
	transition: all 0.5s;
}
a.btn_view:hover{
	background: #fff;
	border: 1px solid #CF7806;
	color: #CF7806;
	transition: all 0.5s;
}


@media(max-width:768px){
	
	
	.tit p{
		font-size: 1em;
		margin: 0 0 10px;
	}
	.tit h1{
		font-size: 1.5em;
	}
	
	.con h6{
		font-size: 1.3em;
	}
	.con p{
		font-size: 1.1em;
	}
	a.btn_view,
	a.btn_shop{
		min-width: 110px;
		font-size: 1em;
		padding: 10px 15px;
	}
	

}


    .swiper {
      width: 100%;
      height: 75%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
		position: relative
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.notice_sec  {
	padding: 110px 0;
	background: url(../img/main/noticebg.png) center center no-repeat;background-size: cover}
.notice_sec .inr { width: 100%;}

.dowoon_sec {background: #E8DCCD;min-height: 750px}

.dowoon_sec .inr {display: flex;    width: 100%;}
.dowoon_sec .inr div > h3 {font-size: 2.5em; text-transform: uppercase; font-weight: 800; margin-bottom: 10px}
.dowoon_sec .inr div > h4 {font-size: 1.2em; color: #AE874E; margin-bottom: 20px}
.dowoon_sec .inr div > h5 {font-size: 2.1em; color: #000; font-weight: 800; margin: 20px 0}
.dowoon_sec .inr div > p {font-size: 1.1em; }
.dowoon_sec .inr  .swiper-slide .txt {position: absolute; top: 30px; left: 30px}
.dowoon_sec .inr .swiper-slide .txt {text-align: left}
.dowoon_sec .inr  .swiper-slide .txt h5 { color: #fff;text-shadow: 0 0 5px black;  }
.dowoon_sec .inr  .swiper-slide .txt p { color: #fff;text-shadow: 0 0 5px black; }
.dowoon_sec .inr .swiper-slide .txt h5 {   font-size: 1.35em;font-weight: 600; }
.dowoon_sec .inr .swiper-slide .txt h6 {    font-size: 1.1em; }
.dowoon_sec .inr .swiper-slide .txt p {    font-size: 0.9em;}
.dowoon_sec .inr img {width: 100%;    aspect-ratio: 1 / 1.2;}
.dowoon_sec .inr > div {width:32%;padding: 60px 0 10px}
.dowoon_sec .inr > div:not(:last-child) {margin-right: 2%}

.dowoon_sec .inr .btn-wrap  {
    display: flex
}
.dowoon_sec .inr .btn-wrap button {
    padding: 10px 20px;
    border: 0;
	width: 100%;
    color: #fff;
    background: #857D72;
}
.dowoon_sec .inr .btn-wrap button.buttonbg1 {
    background: #857D72;
}
.dowoon_sec .inr .btn-wrap button.buttonbg2 {
    background: #AE874E;
}
.dowoon_sec .inr div.box {width:100%; position:relative;    padding: 20px;    color: #fff;    background: #000;}
.dowoon_sec .inr div.box  p {font-size: 1.1em; }
.dowoon_sec .inr  .swiper-button-next,.dowoon_sec .inr  .swiper-button-next2{width:12px; height:20px; margin-top:0; bottom: 20px; top:unset; right:20px; background:url(../img/icon_g_arrow.svg)no-repeat center; transition:all 0.3s ease; outline:None;    position: absolute;; z-index: 999}
.dowoon_sec .inr  .swiper-button-prev, .dowoon_sec .inr  .swiper-button-prev2{width:12px; height:20px; margin-top:0; left:inherit; right:60px; top:unset; bottom: 20px;;background:url(../img/icon_g_arrow.svg)no-repeat center; transition:all 0.3s ease; outline:None; transform:rotate(-180deg);    position: absolute; z-index: 999}
.dowoon_sec .inr   .swiper-button-next:after, .dowoon_sec .inr   .swiper-button-next2:after{content:''; position:absolute; left:-16px;    top: 5px; width:2px; height:12px; background:#ccc;}
.dowoon_sec .inr  .swiper-button-prev:after, .dowoon_sec .inr .swiper-button-prev2:after{content:''; display:None;}
.dowoon_sec .inr   .swiper-button-next:hover:after, .dowoon_sec .inr   .swiper-button-next2:hover:after{background:url(img/icon_arrow_white.svg)no-repeat center;}
.dowoon_sec .inr   .swiper-button-prev:hover:after, .dowoon_sec .inr  .swiper-button-prev2:hover:after{background:url(img/icon_arrow_white.svg)no-repeat center;}
.swiper-button-next2.swiper-button-disabled, .swiper-button-prev2.swiper-button-disabled {    opacity: .35;    cursor: auto;    pointer-events: none;}


.noticeSwiper .swiper-slide {
    /*min-height: 300px;
    max-height: 300px;*/

	width: 100%;
	padding-top: 125%; /* 4:5 비율 */
	position: relative;
}
.noticeSwiper .swiper-slide img {
    /*height: 300px;
    object-fit: cover;*/

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width:1200px){
	div#wrapper.index #content .dowoon_sec .inr {         padding: 0px!important;}
	div#wrapper.index #content .inr {         padding: 0px 20px!important;}
	
	.dowoon_sec {background: #FFF}
	.dowoon_sec .inr {width: 100%!important}
	.dowoon_sec .inr {flex-wrap: wrap;}
	.dowoon_sec .inr > div { height: fit-content;width:100%;padding:40px 20px 20px ;}
	.dowoon_sec .inr > div {background: #E8DCCD}
	.dowoon_sec .inr > div:not(:last-child) {    margin-right: 0%;}
	.dowoon_sec .inr > div:not(:first-child) { padding:20px 20px 20px ;}
	.dowoon_sec .inr > div:last-child { padding:20px 20px 40px ;}
	.dowoon_sec .inr > div { min-height: unset;}
	.dowoon_sec .inr div > h3 {font-size: 2em; }
	.dowoon_sec .inr div > h4 {font-size: 1.05em; }
	.dowoon_sec .inr div > h5 {font-size: 1.75em; }
	.dowoon_sec .inr div > p {font-size: 1em; }

}

@media(max-width:700px){
	.dowoon_sec .inr > div {width:100%!important;padding:40px 20px 30px;}
	.dowoon_sec .swiper-slide {
    height: 300px;}
	
.noticeSwiper .swiper-slide {
    /*min-height: 200px;
    max-height: 200px;*/
}
.noticeSwiper .swiper-slide img {
    /*height: 200px;
    object-fit: cover;*/
}
	
	
	
}





/* 추가 250402 */
.class_sec {
	padding: 60px 0;
	background: #E8DCCD;
}
.class_sec .inr{
	width: 100%;
	display: flex;
	column-gap: 20px;
}
.class_sec .inr > div{
	width: 100%;
	/*width: calc((100% - 20px) / 2);*/
}
.class_sec .la_title{
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 30px;
}
.class_sec .la_title.openNav{
	padding: 0 50px 0 300px;
	transition: all .3s ease;
}
.class_sec .la_title:not(.openNav){
	padding: 0 50px 0 100px;
	transition: all .3s ease;
}
.class_sec .la_title h1{
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 10px;
}
.class_sec .la_title p{
	width: 100%;
	font-size: 1.2em;
	color: #AE874E;
	margin-bottom: 20px;
}
.class_sec .point02{
	display: inline-block;
	color: #fff;
	background: #857D72;
	border-radius: 10px 10px 0 0;
	padding: 10px 16px;
	font-size: 1.2em;
}
.mySwiper_fl2{
	position: relative;
	height: unset;
}
.mySwiper_fl2 .swiper-slide{
	position: relative;
	/*width: 100% !important;*/
	cursor: pointer;
	background: none;

	/*padding-top: 32.154%;
	position: relative;*/
}
.mySwiper_fl2 .swiper-slide img.bg{
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mySwiper_fl2 .swiper-button-next_fl2,
.mySwiper_fl2 .swiper-button-prev_fl2{
	width: 40px;
	height: 40px;
	margin-top: 0;
	bottom: unset;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.8) url(../img/icon_g_arrow.svg) no-repeat center;
	transition: all 0.3s ease;
	outline: None;
	background-size: 12px;
	position: absolute;
	cursor: pointer;
	z-index: 999;
}
.mySwiper_fl2 .swiper-button-next_fl2{}
.mySwiper_fl2 .swiper-button-prev_fl2{
	left: 20px;
	right: unset;
	transform: translateY(-50%) rotate(180deg);
}
.mySwiper_fl2 .txt{
	padding: 15px;
	background: #fff;
	border-radius: 0 0 6px 6px;
}
.mySwiper_fl2 .txt h2{
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: left;
	letter-spacing: -0.05em;

	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.mySwiper_fl2 .txt h3{
	line-height: 1.5em;
	font-size: 0.94em;
	text-align: left;
	font-weight: 500;
	margin-bottom: 10px;
}
.mySwiper_fl2 .txt .total_people{
	display: block;
	margin-top: 6px;
}
.mySwiper_fl2 .txt h4{
	text-align: right;
	color: #222;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: -0.05em;
}
@media (max-width:768px){
	.class_sec .inr{
		display: block;
	}
	.class_sec .inr > div{
		width: 100%;
		margin-bottom: 50px;
	}
}