@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=Montserrat:wght@200;300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap');

body, div, span,
h1, h2, h3, p,
a,
img, strong,
ol, ul, li {
    margin: 0;
    padding: 0;
    outline: none;
    color: #333;
    list-style: none;
    text-decoration: none;
}

img {
    border: 0;
    outline: 0;
}

#whatpage {
    display: none
}

.hide {
    position: absolute;
    left: -9999px;
}

body {
    min-width: 1600px;
    font-family: 'Noto Sans KR', 'Roboto', Arial, sans-serif;
    position: relative;
}

header {
    position: relative;
    width: 100%;
    height: 940px;
    margin: 0 auto;
    padding: 0;
    border: 0px solid red;
    overflow: hidden;
}


/*Navi*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100px;
    transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

#header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: background 0.3s;
    content: '';
}

#header:before {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    content: '';
}

#header .header_inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 1450px;
    margin: 0 auto;
    height: 100px;
    left: 0%;
    border: 0px solid red;
}

#header .header_inner h1 {
    position: absolute;
    top: 28px;
    left: 50px;
}

#header .header_inner h1 a {
    display: block;
    overflow: hidden;
    width: 111px;
    height: 57px;
    text-indent: -999px;
    background: url('../img/common/haeder_uba.png') no-repeat;
    background-size: contain;
}

#header .header_inner .top_util {
    position: absolute;
    top: 42px;
    right: 20px;
}

#header .header_inner .top_util:after {
    content: '';
    display: block;
    clear: both;
}

#header .header_inner .top_util li {
    position: relative;
    float: left;
}

#header .header_inner .top_util li:first-child {
    margin-right: 20px;
}

/*#header .header_inner .top_util li+li:before {
	position:absolute;
	top:50%; left:0;
	width:1px;
	height:10px;
	background:#ffffff;
	content:'';
	}*/
#header .header_inner .top_util li a {
    color: #2e2a2a;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 500;
    letter-spacing: -0.05em;
    padding: 0 8px;
    text-decoration: none;
}

#header .header_inner .top_util li a:hover {
    text-decoration: underline;
}

#header.open {
    height: 200px;
}

#header.open:after {
    background: #fff;
}

#header.open .header_inner {
}

#header.open h1 a {
    background-image: url('../img/common/haeder_uba_hover.png');
}

#header.open li + li:before {
    background: #292929
}

#header.open .header_inner .top_util li a {
    color: #000;
}

#gnb {
    margin-left: 280px;
    text-align: center;
    font-weight: 400;
    border: 0px solid red;
}

#gnb > ul {
    display: inline-block;
    width: 100%;
}

#gnb > ul > li {
    position: relative;
    float: left;
    margin-right: 50px;
}

#gnb > ul > li > a {
    display: block;
    color: #2e2a2a;
}

#gnb > ul > li > a b {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 105px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

#gnb > ul > li > a b:after {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 35px;
    height: 2px;
    background: #9a7a4f;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#gnb > ul > li:hover > a {
    color: #9a7a4f;
}

#gnb > ul > li:hover > a b:after {
    left: 0;
    width: 100%;
}

#gnb .sub {
    display: none;
    position: absolute;
    top: 105px;
    left: 0;
    width: 1200px;
}

#gnb .s_size02 {
    left: -148px;
}

#gnb .s_size03 {
    left: -140px;
}

#gnb .s_size04 {
    left: -280px;
}

#gnb .s_size05 {
    left: -428px;
}

#gnb .s_size06 {
    left: -228px;
}

#gnb .s_size07 {
    left: -500px;
}

#gnb .s_size08 {
    left: -300px;
}

#gnb .s_size09 {
    left: -350px;
}

#gnb .sub > ul {
    position: relative;
    margin-left: 0px; /*margin-left:-258px;*/
}

#gnb .sub > ul > li {
    float: left;
    border: 0px solid red;
}

#gnb .sub > ul > li:first-child {
    font-size: 27px;
    color: #2e2a2a;
    line-height: 2;
    letter-spacing: -0.05em;
    font-weight: 700;
    margin-right: 40px;
}

#gnb .sub > ul > li > a {
    display: block;
    padding: 0 15px;
    font-size: 18px;
    color: #535050;
    line-height: 50px;
    font-weight: 300;
    transition: all 0.3s;
    text-decoration: none;
    letter-spacing: -0.05em;
}

#gnb .sub > ul > li:hover > a {
    color: #535050;
    text-decoration: none;
}

#gnb .sub > ul > li:hover > a:hover {
    color: #535050;
    text-decoration: underline;
}

#gnb .sub .before_link {
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    margin-left: -600px;
    font-weight: 400;
}

#gnb .depth3 {
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 100;
    width: 5000px;
    height: 0;
    margin-left: -2500px;
    background: #9a7a4f;
    transition: all 0.3s;
}

#gnb .sub li.on .depth3 {
    height: 50px;
}

#gnb .depth3 ul {
    position: relative;
    z-index: 110;
    width: 1000px;
    margin: auto;
}

#gnb .depth3 li {
    float: left;
}

#gnb .depth3 li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    line-height: 50px;
    transition: all 0.3s;
}

#gnb .depth3 li:hover a {
    color: #2e2a2a
}


.open #gnb > ul > li > a {
    color: #2e2a2a;
}

#gnb > ul > li.on > a {
    color: #9a7a4f;
}


div.layer_popup{
	position:absolute;  
	z-index:14; 
	display:none; 
	visibility: visible; 
	overflow:hidden;
	margin:0;
	padding:0;
	}
div.layer_popup img{
	display:block;
	margin:0;
	padding:0;
	}
div.layer_popup p{
	width:100%;
	height:30px;
	background:#595a6a;
	text-align:right;
	color:#fff;
	font-size:13px;
	line-height:1.5;
	}
div.layer_popup p input[type=checkbox]{
	width:18px;
	height:18px;
	border:1px solid #fff;
	margin-right:5px;	
	vertical-align:-3px;
	}
div.layer_popup p a{
	display:inline-block;
	height:100%;
	margin-left:8px;
	margin-right:10px;
	text-decoration:none;
	font-weight:700;
	color:#fff;
	font-size:13px;
	}



header .swiper {
    width: 100%;
    height: 938px;
    overflow: hidden;
}

header .swiper-slide {
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0;

}

header .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 938px;
    object-fit: cover;
}

header .swiper-slide span.bar {
    position: absolute;
    left: 800px;
    top: 60px;
    font-size: 70px;
    font-family: Open Sans;
    font-weight: 700;
    color: #000;
    line-height: 1;
    height: 70px;
    border: 0px solid red;
    letter-spacing: -0.05em;
}

header .swiper-slide span.t1 {
    position: absolute;
    left: 800px;
    top: 160px;
    font-size: 25px;
    font-weight: 500;
    color: #424242;
    line-height: 1;
    height: 25px;
    border: 0px solid red;
    letter-spacing: -0.05em;
}

header .swiper-slide span.t2 {
    position: absolute;
    left: 800px;
    top: 225px;
    font-size: 20px;
    font-weight: 400;
    color: #424242;
    line-height: 1.3;
    border: 0px solid red;
    letter-spacing: -0.05em;
}


header .swiper-button-next,
header .swiper-button-prev {
    border: 0px solid red;
    top: 30px;
    width: 13px;
    height: 22px;
    color: #000;
    background-repeat: no-repeat;
}

header .swiper-button-next {
    background-image: url(../img/main/part_button_2.png);
    left: 350px;
}

header .swiper-button-prev {
    background-image: url(../img/main/part_button_1.png);
    left: 300px;
}

header .swiper-button-next::after, /*ȭ��ǥ �ٲܶ�*/
header .swiper-button-prev::after {
    display: none;
}

header .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 20px;
}

header .swiper-pagination {
    position: absolute;
    left: 0;
    width: 300px;
    border: 0px solid red;
    height: 20px;
}

header .swiper-pagination-bullet {
    position: relative;
    float: left;
    width: 42px;
    height: 3px;
    font-size: 0;
    border-radius: 0;
    opacity: 1;
    margin: 0px;
    padding: 0;
    background-color: #c2c2c0;
    border: 0px solid red;
}

header .swiper-pagination-bullet-active {
    background-color: #5e5e5e;

b {
    animation-name: countingBar;
    animation-duration: 3s; /*autopaly �ð��� �����ֱ�*/
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

}

@keyframes countingBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}


/*YOUTUBE*/
section.msct01 {
    height: 970px;
    border: 0px solid red;
}

section.msct01 h3 {
    width: 100%;
    height: 70px;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.05em;
    color: #000;
    margin-bottom: 60px;
}

section.msct01 div.wrap {
    position: relative;
    width: 1500px;
    height: 660px;
    border: 0px solid red;
    margin: 160px auto 0 auto;
}

section.msct01 div.wrap a.more {
    position: absolute;
    display: block;
    right: 0;
    top: 10px;
    width: 90px;
    height: 25px;
    border: 0px solid red;
    font-size: 25px;
    font-weight: 400;
    font-family: Open Sans;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #333;
}

section.msct01 div.wrap .tab-content {
    width: 930px;
    height: 523px;
    display: none;
}

section.msct01 div.wrap .tab-content.current {
    display: block;
}

section.msct01 div.wrap .tab {
    position: relative;
    float: right;
    width: 490px;
    height: 530px;
    border: 0px solid red;
    overflow: auto;
}

section.msct01 div.wrap .tab::-webkit-scrollbar {
    width: 8px;
}

/* ��ũ�� �� */
section.msct01 div.wrap .tab::-webkit-scrollbar-track {
    background-color: #d8d8d8;
}

/* ��ũ�� �� ���� ��� */
section.msct01 div.wrap .tab::-webkit-scrollbar-thumb {
    background: #616161;
    border-radius: 10px;
}

/* ������ ��ũ�� �� */
section.msct01 div.wrap .tab::-webkit-scrollbar-thumb:hover {
    background: #616161;
}

/* ������ ��ũ�� �� ���� ���콺�� �÷��� �� �� */
section.msct01 div.wrap .tab::-webkit-scrollbar-thumb:active {
    background: #616161;
}

/* ������ ��ũ�� �ٸ� Ŭ���� �� */
section.msct01 div.wrap .tab::-webkit-scrollbar-button {
    display: none;
}

/* ��ũ�� �� �� �ϴ� ��ư */
section.msct01 div.wrap .tab li.tab-link {
    position: relative;
    width: 470px;
    height: 120px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    border: 0px solid red;
    overflow: hidden;
}

section.msct01 div.wrap .tab li.tab-link.current {
}

section.msct01 div.wrap .tab li.tab-link img {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    height: 118px;
}

section.msct01 div.wrap .tab li.tab-link span.t1 {
    position: absolute;
    left: 225px;
    top: 12px;
    width: 233px;
    height: 20px;
    text-align: left;
    font-size: 18px;
    color: #7a7a7a;
    line-height: 1;
}

section.msct01 div.wrap .tab li.tab-link span.t2 {
    position: absolute;
    left: 225px;
    top: 40px;
    width: 233px;
    height: auto;
    text-align: left;
    font-size: 20px;
    color: #424242;
    line-height: 1.3;
}


/*youtube 수정*/
section.msct01 div.wrap .tabYT-content {
    width: 930px;
    height: 523px;
    display: none;
}

section.msct01 div.wrap .tabYT-content.current {
    display: block;
}

section.msct01 div.wrap .tabYT {
    position: relative;
    float: right;
    width: 490px;
    height: 530px;
    border: 0px solid red;
    overflow-y: auto; /* 10개 이상일 때 스크롤 생성 */
}

/* 스크롤바 스타일 (기존 유지) */
section.msct01 div.wrap .tabYT::-webkit-scrollbar { width: 8px; }
section.msct01 div.wrap .tabYT::-webkit-scrollbar-track { background-color: #d8d8d8; }
section.msct01 div.wrap .tabYT::-webkit-scrollbar-thumb { background: #616161; border-radius: 10px; }

section.msct01 div.wrap .tabYT li.tab-link {
    position: relative;
    width: 470px;
    height: 120px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    border: 0px solid red;
    overflow: hidden;
}

/* 이하 썸네일, 텍스트(t1, t2) 스타일은 기존과 동일하게 유지 */
section.msct01 div.wrap .tabYT li.tab-link img { position: absolute; left: 0; top: 0; width: 210px; height: 118px; }
section.msct01 div.wrap .tabYT li.tab-link span.t1 { position: absolute; left: 225px; top: 12px; width: 233px; text-align: left; font-size: 18px; color: #7a7a7a; }
section.msct01 div.wrap .tabYT li.tab-link span.t2 { position: absolute; left: 225px; top: 40px; width: 233px; text-align: left; font-size: 20px; color: #424242; line-height: 1.3; }







/*���Ļ���*/
section.msct02 {
    height: 720px;
    border: 0px solid red;
    background: #f6f6f6;
}

section.msct02 h3 {
    position: absolute;
    left: 0px;
    top: 0;
    width: 50%;
    height: 70px;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    letter-spacing: -0.05em;
    color: #000;
}

section.msct02 div.wrap {
    position: relative;
    width: 1690px;
    height: 380px;
    border: 0px solid red;
    margin: 160px auto 0 auto;
}

section.msct02 div.wrap p.comment {
    position: absolute;
    left: 0px;
    top: 100px;
    font-size: 20px;
    color: #424242;
    text-align: left;
    line-height: 1.5;
    letter-spacing: -0.05em;
}

section.msct02 div.wrap a.more {
    position: absolute;
    display: block;
    left: 0;
    bottom: 40px;
    width: 90px;
    height: 25px;
    border: 0px solid red;
    font-size: 25px;
    font-weight: 400;
    font-family: Open Sans;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #333;
}

section.msct02 div.wrap .swiper {
    float: right;
    width: 1190px;
    height: 380px;
    border: 0px solid red;
}

section.msct02 div.wrap .swiper-slide {
    position: relative;
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

section.msct02 div.wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.msct02 div.wrap .swiper-slide a.lock {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 592px;
    height: 380px;
    background: url(../img/main/photo_lock.png) no-repeat 50% 50% rgba(0, 0, 0, 0.7);
}


section.msct03 {
    height: 1000px;
    border: 0px solid red;
}

section.msct03 div.wrap {
    position: relative;
    width: 1460px;
    height: 670px;
    border: 0px solid red;
    margin: 160px auto 0 auto;
}

section.msct03 div.wrap p.comment {
    position: absolute;
    left: 0px;
    top: 100px;
    font-size: 20px;
    color: #424242;
    text-align: left;
    line-height: 1.5;
    letter-spacing: -0.05em;
}

section.msct03 div.wrap .swiper {
    width: 100%;
    height: 100%;
}

section.msct03 div.wrap .swiper-slide {
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

section.msct03 div.wrap .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 728px;
    height: 671px;
    object-fit: cover;
}

section.msct03 div.wrap .swiper-slide a.more {
    position: absolute;
    display: block;
    left: 800px;
    bottom: 75px;
    width: 90px;
    height: 25px;
    border: 0px solid red;
    font-size: 25px;
    font-weight: 400;
    font-family: Open Sans;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #333;
}

section.msct03 div.wrap .swiper-slide span.t1 {
    position: absolute;
    left: 800px;
    top: 60px;
    font-size: 70px;
    font-family: Open Sans;
    font-weight: 700;
    color: #000;
    line-height: 1;
    height: 70px;
    border: 0px solid red;
    letter-spacing: -0.05em;
}

section.msct03 div.wrap .swiper-slide span.t2 {
    position: absolute;
    left: 800px;
    top: 160px;
    font-size: 25px;
    font-weight: 500;
    color: #424242;
    line-height: 1;
    height: 25px;
    border: 0px solid red;
    letter-spacing: -0.05em;
}

section.msct03 div.wrap .swiper-slide span.t3 {
    position: absolute;
    left: 800px;
    top: 225px;
    font-size: 20px;
    font-weight: 400;
    color: #424242;
    line-height: 1.3;
    border: 0px solid red;
    letter-spacing: -0.05em;
}

section.msct03 div.wrap .swiper-pagination {
    font-weight: 400px;
    width: 60px;
    border: 0px solid red;
    float: right;
    left: 1300px;
    bottom: 65px;
    font-size: 25px;
}

section.msct03 div.wrap .swiper-button-next,
section.msct03 div.wrap .swiper-button-prev {
    border: 0px solid red;
    top: 600px;
    width: 13px;
    height: 22px;
    color: #000;
    background-repeat: no-repeat;
}

section.msct03 div.wrap .swiper-button-next {
    background-image: url(../img/main/part_button_2.png);
    right: 70px;
}

section.msct03 div.wrap .swiper-button-prev {
    background-image: url(../img/main/part_button_1.png);
    left: 1270px;
}

section.msct03 div.wrap .swiper-button-next::after, /*ȭ��ǥ �ٲܶ�*/
section.msct03 div.wrap .swiper-button-prev::after {
    display: none;
}


section.msct04 {
    height: 570px;
    border: 0px solid red;
    background: url(../img/main/main_sec4_bg.jpg) center center no-repeat;
}

section.msct04 p.title {
    height: 50px;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.05em;
    border: 0px solid red;
    margin-top: 210px;
}

section.msct04 p.comment {
    height: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #e3e3e3;
    line-height: 1.5;
    letter-spacing: -0.05em;
    border: 0px solid red;
    margin-top: 50px;
}

section.msct04 a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0px solid red;
    font-size: 0;
}


section.msct05 {
    border: 0px solid red;
}

section.msct05 #event_wrap {
    /*position:relative;
    z-index:900;
    height:900px;
    border:0px solid red;*/
    position: relative;
    width: 1800px;
    height: 730px;
    margin: 100px auto;
    border: 0px solid red;
    overflow: hidden;
}

section.msct05 #event_wrap h3 {
    display: block;
    height: 70px;
    text-align: center;;
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    letter-spacing: -0.05em;
    border: 0px solid red;
    margin: 0 auto;
}

section.msct05 #event_wrap a.more {
    position: absolute;
    display: block;
    right: 0;
    top: 50px;
    width: 90px;
    height: 25px;
    border: 0px solid red;
    font-size: 25px;
    font-weight: 400;
    font-family: Open Sans;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #333;
}



section.msct05 #event_wrap #event_wrap_swiper {
    position: relative;
    height: 600px;
    margin-top: 50px;
    border: 0px solid red;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-container {
    /*width:2310px; */
    height: 700px;
    border: 0px solid red;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-wrapper {
    height: 550px;
    border: 0px solid red;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-wrapper .swiper-slide {
    padding-top: 30px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-wrapper .swiper-slide .inbox {
    position: relative;
}

section.msct05 #event_wrap #event_wrap_swiper .img_wrap {
    overflow: hidden;
    position: relative;
    width: 350px;
    height: 423px;
    border: 0px solid red;
}

section.msct05 #event_wrap #event_wrap_swiper .img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 423px;
    min-height: 100%;
}

section.msct05 #event_wrap #event_wrap_swiper .img_wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(84, 86, 90, 0.6);
    content: '';
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

section.msct05 #event_wrap #event_wrap_swiper .img_wrap span {
    position: absolute;
    bottom: 36px;
    left: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    opacity: 1;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-slide {
    width: 350px;
    padding-top: 30px;
    margin: 0;
    padding-right: 0;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-slide .txt_box {
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-slide.on {
    padding-top: 0;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-slide.on .img_wrap:before {
    opacity: 0;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-slide.on .img_wrap span {
    opacity: 0;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-slide.on .txt_box {
    opacity: 1;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-slide:hover {
    padding-top: 0;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-slide:hover .img_wrap:before {
    opacity: 0;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-slide:hover .img_wrap span {
    opacity: 0;
}

section.msct05 #event_wrap #event_wrap_swiper .swiper-slide:hover .txt_box {
    opacity: 1;
}


section.msct05 #event_wrap #event_wrap_swiper .t01 {
    margin-top: 25px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

section.msct05 #event_wrap #event_wrap_swiper .t02 {
    margin-top: 10px;
    font-size: 17px;
    color: #7f8186;
    font-weight: 300;
    text-align: center;
}

section.msct05 #event_wrap .swiper-button-next,
section.msct05 #event_wrap .swiper-button-prev {
    top: 600px;
    border: 0px solid red;
    width: 13px;
    height: 22px;
    color: #fff;
    background-repeat: no-repeat;
}

section.msct05 #event_wrap .swiper-button-next {
    background-image: url(../img/main/part_button_2.png);
    right: 45%;
}

section.msct05 #event_wrap .swiper-button-prev {
    background-image: url(../img/main/part_button_1.png);
    left: 45%;
}

section.msct05 #event_wrap .swiper-button-next::after,
section.msct05 #event_wrap .swiper-button-prev::after {
    display: none;
}

section.msct05 #event_wrap .swiper-pagination {
    bottom: 0;
    left: 0px;
    width: 100%;
    border: 0px solid red;
    text-align: center;
    font-size: 20px;
}


section.msct06 {
    height: 570px;
    border: 0px solid red;
    background: url(../img/main/main_sec6_bg.jpg) center center no-repeat;
    text-align: center;
}

section.msct06 p.title {
    height: 50px;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.05em;
    border: 0px solid red;
    margin-top: 210px;
}

section.msct06 p.title img {
    display: inline-block;
    width: 112px;
    height: 47px;
    border: 0px solid red;
    vertical-align: -5px;
}

section.msct06 p.comment {
    height: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #e3e3e3;
    line-height: 1.5;
    letter-spacing: -0.05em;
    border: 0px solid red;
    margin-top: 50px;
}

section.msct06 a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0px solid red;
    font-size: 0;
}




section.msct07 {
    height: 950px;
    border: 0px solid red;
    background: #f6f6f6;
}

section.msct07 h3 {
    width: 100%;
    height: 70px;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.05em;
    color: #000;
    margin-top: 170px;
}

section.msct07 p.comment {
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #424242;
    line-height: 1.5;
    letter-spacing: -0.05em;
    border: 0px solid red;
    margin-top: 40px;
}

section.msct07 .global {
		position:relative;
    width: 100%;
    height: 500px;
    margin-top:50px;
    }

section.msct07 .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
section.msct07 .swiper-slide img {
      display: block;
      width: 600px;
      height: 100%;
      object-fit: cover;
    }
section.msct07 .global .swiper-button-next,
section.msct07 .global	 .swiper-button-prev{
	width:70px;
	height:134px;
	background-repeat:no-repeat;
	}    
section.msct07 .global .swiper-button-next {
    background-image:url(../img/main/global_button_2.png);
    top:35%;
    right: 5%;
}

section.msct07 .global .swiper-button-prev {
    background-image:url(../img/main/global_button_1.png);
    top:35%;
    left:5%;
}

section.msct07 .global .swiper-button-next::after,
section.msct07 .global .swiper-button-prev::after {
    display: none;
}


/*
section.msct07 #global_wrap_swiper .swiper-button-next {
    background-image: url(../img/main/global_button_2.png);
    right: 25%;
}

section.msct07 #global_wrap_swiper .swiper-button-prev {
    background-image: url(../img/main/global_button_1.png);
    left: 25%;
}

section.msct07 #global_wrap_swiper .swiper-button-next::after,
section.msct07 #global_wrap_swiper .swiper-button-prev::after {
    display: none;
}
*/














section.msct08 {
    height: 850px;
    border: 0px solid red;
}

section.msct08 div.mapwrap {
    position: relative;
    width: 1600px;
    height: 520px;
    border: 0px solid red;
    margin: 170px auto 0 auto;
}

section.msct08 div.mapwrap p.title {
    position: absolute;
    left: 140px;
    top: 65px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 68px;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #000;
    text-align: left;
}

section.msct08 div.mapwrap p.add {
    position: absolute;
    left: 140px;
    top: 160px;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.05em;
    line-height: 1.2;
    color: #9a7a4f;
    text-align: left;
}

section.msct08 div.mapwrap ul {
    position: absolute;
    width: 370px;
    height: auto;
    left: 140px;
    top: 320px;
}

section.msct08 div.mapwrap ul li {
    float: left;
    position: relative;
    height: 22px;
    margin-bottom: 30px;
    text-align: left;
    color: #424242;
    letter-spacing: -0.05em;
    line-height: 1;
    font-size: 20px;
}

section.msct08 div.mapwrap ul li:first-child,
section.msct08 div.mapwrap ul li:nth-child(3) {
    width: 160px;
    border: 0px solid red;
    font-family: Open Sans;
    font-weight: 500;
}

section.msct08 div.mapwrap ul li:last-child,
section.msct08 div.mapwrap ul li:nth-child(2) {
    width: 200px;
    border: 0px solid blue;
}

section.msct08 div.mapwrap ul li:last-child {
    height: 80px;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

section.msct08 div.mapwrap ul li:last-child span {
    color: #858585;
}


section.bot_common {
    height: 1000px;
    background: url(../img/common/why_uba.jpg) center center no-repeat;
}

footer {
    position: relative;
    width: 100%;
    height: 350px;
    background: #212121;
    overflow: hidden;
}

footer div {
    position: relative;
    width: 1600px;
    height: 255px;
    margin: 95px auto 0 auto;
    border: 0px solid red;
}

footer div ul.menu {
    position: absolute;
    left: 140px;
    top: 20px;
    border: 0px solid #fff;
}

footer div ul.menu li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-right: 1px solid #fff;
}

footer div ul.menu li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #c0c0c0;
    text-decoration: none;
}

footer div ul.menu li:first-child {
    padding-left: 0;
}

footer div ul.menu li:first-child a {
    color: #9a7a4f;
}

footer div ul.menu li:last-child {
    border-right: 0px solid #c0c0c0;
}

footer div address {
    position: absolute;
    height: auto;
    left: 140px;
    top: 60px;
    font-size: 16px;
    font-style: normal;
    text-align: left;
    line-height: 1.8;
    letter-spacing: -0.03em;
    color: #c0c0c0;
}

footer div address span {
    font-size: 13px;
    color: #c0c0c0;
    letter-spacing: -0.03em;
}

footer div img.circle {
    position: absolute;
    right: 0;
    top: 0;
    animation: rotate_image 10s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}

footer div ul.sns {
    position: absolute;
    right: 220px;
    top: 60px;
    border: 0px solid red;
    height: 33px;
}

footer div ul.sns li {
    float: left;
    width: 35px;
    height: 33px;
    margin-left: 30px;
}

.pic-100{
	width:100px;
	height:100px;
}
.pic-200{
	width:200px;
	height:100px;
}

#R_quick {
	position:absolute;
	right:2%;
	top:120px;
	width:80px;
	height:auto;
	z-index: 9999;
  /* 부드러운 이동을 위한 트랜지션 효과 (선택 사항) */
  transition: top 0.5s ease-out;
  border:0px solid red;
  overflow:hidden;
	}
#R_quick a{
	display:block;
	width:65px;
	height:65px;
	margin:0 auto 10px auto;
	padding:0;
	border:0px solid red;
	}
#R_quick a img{
	width:65px;
	height:65px;
	}		