
::-webkit-scrollbar {
display:none;
} 

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body{ line-height:1.5; font-family:'Dotum'; font-size:16px; color:#000; background:#fff;-ms-overflow-style: none; } 
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0;}
ul,ol,li{list-style:none}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
fieldset,img{border:0}
hr{height:0;}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
address,caption,em,var{font-style:normal;font-weight:normal}
a{text-decoration:none;cursor:pointer;color: inherit;}
a[href^="tel"]{font-style:normal}
a:hover,a:active,a:focus{text-decoration:none !important;}
b,strong{font-weight:bold}
dfn{font-style:italic}
img{border:0;vertical-align:top}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0;}
legend, caption{overflow:hidden;text-indent:-9999999px; height:0 !important; width:0 !important;line-height:0 !important;margin:0;padding:0;}
input{vertical-align:middle;margin:0;padding:0;}
input[type="text"],input[type="password"],input[type="email"]{-webkit-appearance:none;appearance:none;border-radius:0;font-family:'Dotum';}
input:checked[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{border-radius:0;-webkit-appearance:button;appearance:button;font-family:'Dotum';}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border:none;cursor:pointer;margin:0;padding:0;}
a,input,button,select{outline:none}
button,select{text-transform:none}
optgroup{font-weight:bold}
textarea{border:1px solid #bcbcbc;overflow:auto;-webkit-appearance:none;appearance:none;}
input::-ms-clear{display:none;}

html { font-size: 18px; }

body { width: 100%; margin: auto; font-family: 'Noto Sans KR', sans-serif; }

/*body.main { overflow-y: hidden; }*/

.mo { display: none; }
.pc { display: block; }

/*  */


.dss_tit{font-size: 30px; font-weight: 600; font-family: Montserrat, sans-serif; margin-top: 40px;}
.mt100 {margin-top: 150px}








.main_award2 {
	display: flex;
	justify-content: center;  /* ê°€ë¡œ ê°€ìš´ë° */
	align-items: center;      /* ì„¸ë¡œ ê°€ìš´ë° */
	width: 100%;
	height: 100%;

	gap:70px;
	flex-direction: column;   /* ì„¸ë¡œ ì •ë ¬ */
}

.main_award2 .main_award_cont {
	display: flex;
	justify-content: center;  /* ê°€ë¡œ ê°€ìš´ë° */
	align-items: center;      /* ì„¸ë¡œ ê°€ìš´ë° */ 
}	

.main_award2 .main_award_cont img {
	padding-right:46px;	
}

.main_award2 .main_award_cont ul {
	padding:18px 0px 18px 23px; border-left:1px solid #000; 
}
.main_award2 .main_award_cont ul li {
	font-size:16px; font-weight:500; letter-spacing:-0.5px; color:#000;
	margin-bottom:18px;
    text-align: left;
	display: flex; 
	justify-content: flex-start; /* ìœ„ë¡œ ì •ë ¬ */ 
}
.main_award2 .main_award_cont ul li:last-child {
	margin-bottom:0px;
}
.main_award2 .main_award_cont ul li span {
	font-size:24px; font-weight:700; letter-spacing:-2px;  line-height:32px;
	display:inline-block; width:82px; color: #776f59;
}


@media all and (max-width: 767px) { 

	.main_award2 {
		gap:20px; padding:30px 0px;
	}

	.main_award_logo {
		height:40px;
	}

	.main_award2 .main_award_cont {
		flex-direction: column; /* ì„¸ë¡œë¡œ ìŒ“ê¸° */
	}	

	.main_award2 .main_award_cont img {
		padding-right:0px; width:160px;
	}

	.main_award2 .main_award_cont ul {
		padding:0px 10px 18px 18px; border-left:0px; 
	}
	.main_award2 .main_award_cont ul li {
		font-size:13px; font-weight:400; letter-spacing:-0.2px; color:#000;
		margin-bottom:10px;

		display: flex; 
		justify-content: flex-start; /* ìœ„ë¡œ ì •ë ¬ */ 
	}
	.main_award2 .main_award_cont ul li:last-child {
		margin-bottom:0px;
	}
	.main_award2 .main_award_cont ul li span {
		font-size:18px; font-weight:700; letter-spacing:-1px;  line-height:32px;
		display:inline-block; width:82px;
	}
}






















/*html,a,.btn { cursor: none; }*/
.btn { cursor: pointer; }

#cursor {
  position: fixed;
  z-index: 999999999999999;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
  	display: none;
    width: 25px;
    height: 25px;
    margin-top: -50%;
    margin-left: -50%;
/*    margin-top: 0;
    margin-left: 0;*/
    border-radius: 50%;
    border: solid 1px #004e71;
/*	background-color: #004e71;*/
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
      display: none;
  }

  .cursor_drag { width: 25px; height: 25px; background-color: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; }
  .cursor_drag p { color: #fff; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; }
  .cursor_drag p:before { content:''; width: 5px; height: 5px; border-left: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); position: absolute; left: -33px; top: 0; bottom: 0; margin: auto; }
  .cursor_drag p:after { content:''; width: 5px; height: 5px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: -33px; top: 0; bottom: 0; margin: auto; }
 
  .cursor_click { width: 25px; height: 25px; background-color: transparent; border: 1px solid #fff; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; }
  .cursor_click p { color: #fff; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; transform: translateY(-5px); }
  .cursor_click p:before { content:''; width: 5px; height: 5px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); position: absolute; left: 0; right: 0; top: 18px; bottom: 0; margin: auto; }
 
  #cursor{
    width: 70px;
    height: 70px;
  }

  .cursor_skip { width: 70px; height: 70px; background-color: #231815; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 1; position: absolute; display: none; }
  .cursor_skip p { font-family: 'Optima', sans-serif; color: #fff; font-size: 14px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; text-transform: uppercase; }
  .cursor_skip:before { content:''; width: 94px; height: 94px; position: absolute; left: -12px; top: -12px; background-color: #231815; opacity: 0.6; border-radius: 100%; 
  
	  animation-name: cursor_skip, cursor_skip2;
	  animation-duration: 2.1s, 2.1s;
	  animation-delay: 0s, 0s;
	  animation-timing-function: ease, ease;
	  animation-fill-mode: both, both;
	  animation-iteration-count: infinite, infinite;

  }
  .cursor_skip.drag { opacity: 0; }

  /* body.main .cursor_skip { display: flex; } */

  .intro_bg { width: 167.1428%; position: absolute; left: -33%; top: -33%; animation: intro_bg 8s 0s linear infinite; }
    
    @keyframes intro_bg {
        from { transform: rotate(-360deg); }
        to {  }
    }

  #cursor.arrow .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: #004e71;
  }

  #cursor.click .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
  }
  #cursor.click .cursor_click { 
    width: 65px;
    height: 65px;
	opacity: 1;
  }

  #cursor.drag .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
  }
  #cursor.drag .cursor_drag { 
    width: 65px;
    height: 65px;
	opacity: 1;
  }

  #cursor.drag2 .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
  }
  #cursor.drag2 .cursor_drag { 
    width: 65px;
    height: 65px;
	opacity: 1;
  }
  #cursor.drag2 .cursor_drag { background-color: transparent; border: 1px solid #fff; }
  #cursor.drag2 .cursor_drag p:before { border-left: 1px solid #fff; border-bottom: 1px solid #fff; }
  #cursor.drag2 .cursor_drag p:after { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }




}



@keyframes cursor_skip {
	0% { transform: scale(0.7); }
	30% { transform: scale(0.7); }
	80% { transform: scale(1); }
	100% { transform: scale(1);  }
}
@keyframes cursor_skip2 {
	0% { opacity: 0; }
	20% { opacity: 0.4; }
	70% { opacity: 0.4; }
	100% { opacity: 0; }
}

/*  */

.vis{position:relative;width:100%;height:100vh;overflow:hidden;opacity:0;transition:1s;}
.vis .box{position:relative;width:100%;height:100%;overflow:hidden;}
.vis .bg{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat: no-repeat;background-position:center;background-size:cover;transform:scale(1.1);transition:2.5s;}
.vis .v1 .bg{background-image:url(../img/vis1.jpg);}
.vis .v2 .bg{background-image:url(../img/vis2.jpg);}
.vis .v3 .bg{background-image:url(../img/vis3.jpg);}
.vis .v4 .bg{background-image:url(../img/vis4.jpg~ver=1.jpg);}
.vis .v5 .bg{background-image:url(../img/vis5.jpg~ver=1.jpg);}
.vis .txt{position:absolute;}
.vis .txt span{display:block;transform:translate(0,100%);transition:0.8s;}
.vis .txt p{color:#fff;font-size:4rem;line-height:1.09em;font-family: 'DEFINE-Bold';font-weight:600;letter-spacing:0.02em;}
.vis .txt strong{display:block;overflow:hidden;}
.vis .txt dl{margin-top:50px;}
.vis .txt dl dt{color:#fff;font-size:1.556rem;font-weight:700;font-family: 'Pretendard-Bold';margin-bottom:20px;letter-spacing:-0.04em;overflow:hidden;}
.vis .txt dl dd{color:#fff;font-size:1rem;line-height:1.63em;letter-spacing:-0.04em;}
.vis .txt dl dd em{display:block;overflow:hidden;}
.vis .txt .ori{color:#fff;font-size:0.889rem;font-weight:300;line-height:1.64em;margin-top:20px;opacity:0;transform:translate(0,30%);transition:0.6s;}
.vis .txt .wh_logo{margin-bottom:20px;overflow:hidden;opacity:0;filter: blur(15px);transition:0.8s;}
.vis .txt .wh_txt{overflow:hidden;}
.vis .txt .wh_logo img,
.vis .txt .wh_txt img{display:block;margin: 0 auto;}
.vis .txt .wh_txt img{transform:translate(0,100%);transition:0.5s;}
.vis .v1 .txt{right: 16%;bottom: 23%;}
.vis .v2 .txt{left: 21%;top: 19%;}
.vis .v3 .txt{left: 21%;top: 27%;}
.vis .v4 .txt{left: 16%;top: 20%;}
.vis .v5 .txt{width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;text-align:center;}
.vis .vis_bot{position:absolute;bottom:0;left:50%;transform:translate(-50%,100%);z-index: 1;transition:0.6s;transition-delay:0.6s;}
.vis .vis_bot .scroll{font-family: "Playfair Display";color:#fff;font-size:0.667rem;font-weight:600;font-style:italic;letter-spacing:0.08em;margin-bottom:20px;text-align:center;}
.vis .vis_bot .vis_page{display:flex;align-items:center;justify-content: center;font-size:0;height:80px;gap: 0 32px; position: static; }
.vis .vis_bot .vis_page span{color:#fff;font-size:0.833rem;font-weight:600;font-family: "Playfair Display";font-style:italic;letter-spacing:0.08em;}
.vis .vis_bot .vis_page span::before{content:"0";}
.vis .vis_bot .bar{position:absolute;left:50%;bottom:0;width:2px;height:80px;background-color:rgba(255,255,255,0.5);margin-left:-1px;overflow:hidden;}
.vis .vis_bot .bar::before{content:"";position:absolute;left:0;top:0;background:#fff;width:100%;height:0;}
.vis .vis_bot .bar.active::before{animation: scroll 10s forwards;}
.vis5 .vis_bot .bar.active::before{animation: scroll 4s forwards;}
.vis .swiper-slide-active .txt .wh_logo{transition-delay:0.8s;}
.vis .swiper-slide-active .txt .wh_txt img{transition-delay:1.2s;}
.vis .swiper-slide-active .txt p span{transition-delay:1.2s;}
.vis .swiper-slide-active .txt dl dt span{transition-delay:1.7s;}
.vis .swiper-slide-active .txt dl dd span{transition-delay:2s;}
.vis .swiper-slide-active .txt .ori{transition-delay:2.6s;}
.open .vis .vis_bot{transform:translate(-50%,0);}
.open .vis,
.open .vis .swiper-slide-active .bg,
.open .vis .swiper-slide-active .txt span,
.open .vis .swiper-slide-active .txt .ori,
.open .vis .swiper-slide-active .txt .wh_logo,
.open .vis .swiper-slide-active .txt .wh_txt img{opacity:1;transform:none;filter: blur(0);}
@keyframes scroll {
	0% {height:0;}
	100% {height:100%;}
}
/*
.vis .bg{position:absolute;left:0;top:0;width:100%;height:100%;}
.vis .bg video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit: cover;}
.vis .txt{position:relative;width: 100%;z-index:5;text-align:center;margin-top: -80px;}
.vis .txt span{display:block;margin-bottom:35px;}
.vis .txt span img{display:block;margin:0 auto;opacity:0;filter: blur(15px);transition:0.8s;transition-delay:1s;}
.vis .txt em{display:block;margin:0 auto;background-color:#fff;width:2px;height:110px;transform:scaleY(0);transform-origin: 0 0;transition:0.6s;transition-delay:1.5s;}
.vis .txt dl{margin-top:45px;}
.vis .txt dl dt{color:#fff;font-size:1.31rem;margin-bottom:15px;letter-spacing: -0.06em;opacity:0;transform:translate(0,100%);transition:0.6s;transition-delay:2s;}
.vis .txt dl dd{color:#fff;font-size:3.75rem;font-family: 'Pretendard-Medium';font-weight:500;opacity:0;letter-spacing:0.12em;filter: blur(5px);transition:1.2s;transition-delay:2.5s;white-space:nowrap;}
.vis .scroll{position:absolute;bottom:0;z-index:2;;width:100%;padding: 0 20px;opacity:0;transform:translate(0,30%);transition:0.8s;transition-delay:0.4s;}
.vis .scroll > div{max-width:1750px;margin:0 auto;display:flex;}
.vis .scroll p{color:#fff;font-family: 'S-CoreDream-5Medium';font-size:0.75rem;letter-spacing:0.08em;writing-mode: vertical-rl;margin-bottom:30px;}
.vis .scroll span{overflow:hidden;position:relative;width:2px;height:80px;background-color:rgba(255,255,255,0.5);display:block;margin:0 auto;}
.vis .scroll span::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;animation: scroll 4s infinite;}
@keyframes scroll {
	0% {transform:translate(0,-100%);}
	100% {transform:translate(0,100%);}
}
@keyframes main_bg {
	0% { transform: scale(1); }
	50% { transform: scale(1.15); }
	100% { transform: scale(1); }
}
.open .vis,
.open .vis .txt span img,
.open .vis .txt em,
.open .vis .txt dl dt,
.open .vis .scroll{opacity:1;transform:none;filter:blur(0);}
.open .vis .txt dl dd{opacity:1;filter:blur(0);letter-spacing: -0.05em;}
*/
@media all and (max-width:1024px){
	/*
	.vis .txt{margin-top: -50px;}
	.vis .txt span{margin-bottom: 25px;}
	.vis .txt span img{width: 110px;}
	.vis .txt em{height: 70px;}
	.vis .txt dl{margin-top:25px;}
	.vis .txt dl dt{font-size: 0.9rem;margin-bottom: 10px;}
	.vis .txt dl dd{font-size: 2.6rem;}
	.vis .scroll p{margin-bottom: 20px;}
	.vis .scroll span{height: 50px;}
	*/
	.vis { max-height: 800px; }
	.vis .v1 .bg{background-image:url(../img/mvis1.jpg~ver=1.jpg);}
	.vis .v2 .bg{background-image:url(../img/mvis2.jpg~ver=1.jpg);}
	.vis .v3 .bg{background-image:url(../img/mvis3.jpg~ver=1.jpg);}
	.vis .v4 .bg{background-image:url(../img/mvis4.jpg~ver=1.jpg);}
	.vis .v5 .bg{background-image:url(../img/mvis5.jpg~ver=2.jpg);}
	.vis .txt{right:auto !important;left:0 !important;width:100%;text-align:center;}
	.vis .v1 .txt{top:auto !important;bottom:18% !important;}
	.vis .v2 .txt,
	.vis .v3 .txt,
	.vis .v4 .txt{bottom:auto !important;top: 15% !important;}
	.vis .v5 .txt > div{margin-top:-30%;}
	.vis .txt p{font-size:2.7rem;}
	.vis .txt dl {margin-top: 20px;}
	.vis .txt dl dt{font-size:1.7rem;margin-bottom: 15px;}
	.vis .txt dl dd{font-size:1.1rem;}
	.vis .txt .ori{font-size:0.9rem;}
	.vis .txt .wh_logo{margin-bottom:15px;}
	.vis .txt .wh_logo img{width:170px;}
	.vis .txt .wh_txt img{width:35px;}
	.vis .vis_bot .vis_page{height:45px;gap: 0 10px;}
	.vis .vis_bot .vis_page span{font-size:10px;}
	.vis .vis_bot .bar{height:45px;width:1px;}
	.vis .vis_bot .scroll{font-size:10px;margin-bottom: 10px;}
}

/**/

/* .left_quick { font-family: 'Carisma Gothic'; width: 70px; height: 100%; position: fixed; z-index: 990; left: 2.5rem; top: 0; transform: translateY(0px); }
.left_quick>div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.left_quick ul { width: 100%; }
.left_quick ul li { width: 100%; height: auto; font-size: 0.813rem; font-weight: 700; line-height: 1.625rem; text-align: left; 
display: flex; justify-content: flex-start; align-items: center; margin: 0.25rem 0; color: #000; position: relative; padding-left: 0.875rem; transition: 0.3s; cursor: pointer; opacity: 0.3; }
.left_quick ul li:after { content:''; width: 2px; height: 100%; position: absolute; left: 0; margin: auto; bottom: 0; background-color: #000; transition: 0.5s; }

.left_quick ul li.active { opacity: 1; }
.left_quick ul li.active:after { opacity: 1; }
.left_quick ul li:hover { opacity: 1; }
.left_quick ul li:hover:after { opacity: 1; }

.left_quick.white ul li { color: #fff; }
.left_quick.white ul li:after { background-color: #fff; } */

.intro_wrap { width: 100%; height: 100vh; position: absolute; left: 0; top: 0; z-index: 9; overflow: hidden; background-color: #e3ddd9; display: flex; justify-content: center; align-items: center; display: none; }
/* .intro_bt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; cursor: pointer; } */

.intro_tit { font-family: 'mm'; font-size: 51px; line-height: 140%; position: relative; z-index: 9; font-weight: 400; text-align: left; letter-spacing: -0.375rem; transform: translateY(-0.375rem); }
.intro_tit .sm { font-size: 0.8125rem; position: relative; top: -0.6875rem; margin-left: 0.5rem; margin-right: 0.125rem; display: inline-block; vertical-align: top; letter-spacing: -1px; }
.intro_tit b { display: inline-block; font-weight: 400; }
.intro_tit b span { position: relative; top: 0.75rem; }
.intro_tit b:first-child { opacity: 0; transform: translateY(-2.5rem); }
.intro_tit b:last-child { opacity: 0; transform: translateY(2.5rem); } 

.intro_line_box { width: 88%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.intro_line_box>div { position: absolute; background-color: #837a77; }
.intro_line01 { width: 0%; height: 1px; left: 0; top: 0; bottom: 0; margin: auto; }
.intro_line02 { width: 2px; height: 0%; position: absolute; right: 0; top: 50vh; }
.intro_line03 { width: 0; height: 1px; position: absolute; left: 100%; top: 0; bottom: 0; margin: auto; transform: rotate(-30deg); transform-origin: left center; }
.intro_line04 { width: 0; height: 2px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(50deg); transform-origin: right center; }
.intro_line05 { width: 0; height: 1px; position: absolute; left: 100%; top: 0; bottom: 0; margin: auto; transform: rotate(-30deg) translate(-0.35vw,-4vh); transform-origin: left center; }

.intro_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; display: flex; justify-content: center; align-items: center; text-align: center; }
.intro_img_box>div:last-child { position: relative; }

.intro_logo { position: absolute; bottom: -4.5rem; left: 0; right: 0; margin: auto; opacity: 0; }

.intro_bt { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; cursor: pointer; }
.intro_bt.bt02 { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 99; cursor: pointer; }
.swiper_intro { width: 434px; height: 649px; margin: 0; padding: 0; position: relative; z-index: 9; }
/* .swiper_intro:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; background-color: #e3ddd9; } */
.swiper_intro .swiper-slide { display: flex; justify-content: cetner; align-items: flex-end; }
.intro_content { width: 100%; height: 0px; overflow: hidden; position: relative; }
.intro_content img { width: 100%; }
.intro_content>div { width: 100%; height: 649px; position: absolute; left: 0; bottom: 0; }

.intro_txt_box { position: absolute; z-index: 9; }
.intro_txt_box p { font-size: 0.875rem; line-height: 180%; opacity: 0.7; font-weight: 500; }
.intro_txt_box h4 { font-size: 1.375rem; line-height: 100%; font-family: 'define'; margin-top: 2.25rem; }

.intro_txt_box.box01 { font-family: 'mm'; font-size: 51px; line-height: 140%; left: 0; top: 0; right: 0; bottom: 0; margin: auto; display: flex; justify-content: center; align-items: center; z-index: 9; font-weight: 400; text-align: left; letter-spacing: -0.375rem; transform: translateY(-0.375rem); }
.intro_txt_box.box01 .sm { font-size: 0.8125rem; position: relative; top: -0.6875rem; margin-left: 0.5rem; margin-right: 0.125rem; display: inline-block; vertical-align: top; letter-spacing: -1px; }
.intro_txt_box.box01 b { font-weight: 400; } 
.intro_txt_box.box01 b span { position: relative; top: 0.75rem; }

.intro_txt_box.box02 { width: 80%; left: 0; right: 0; top: 10%; margin: auto; text-align: left; }
.intro_txt_box.box03 { width: 80%; left: 0; right: 0; top: 10%; margin: auto; text-align: right; }


.intro_wrap.intro .intro_line01 { width: 100%; transition: 2s 0s linear; }
.intro_wrap.intro .intro_line02 { height: 50vh; transition: 1.2s 2.0s linear; }
.intro_wrap.intro .intro_line03 { width: 16vw; transition: 1.2s 2.0s linear; }
.intro_wrap.intro .intro_line04 { width: 66vh; transition: 1.2s 2.0s linear; }
/* .intro_wrap.intro .intro_line05 { width: 16vw; transition: 1.2s 2.4s linear; } */
.intro_wrap.intro .intro_tit b:first-child { opacity: 1; transform: translate(0); transition: 1.2s 0.5s; }
.intro_wrap.intro .intro_tit b:last-child { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }

.intro_wrap.intro2 .intro_content { height: 100%; transition: 1.8s 0s; }
.intro_wrap.intro2 .intro_logo { opacity: 1; transition: 1.2s 0s; }
.intro_wrap.intro2 .intro_tit { opacity: 0; z-index: -1; transition: opacity 1.0s 0.6s, z-index 0s 1.0s; }



/**/

.all_wrap { width: 100%; height: auto; overflow: hidden; position: relative; left: 0; top: 0; }
body.main .all_wrap { height: 100vh; text-align: center; }

.section { background-color: #fff; width: 100%; height: 100vh; position: relative; overflow: hidden; }


/**/

#section0 { width: 100%; background-color: #000; z-index: 1; }
#section1 { width: 100%; background-color: #e3ddd9; z-index: 1; }

.main_wrap { width: 100%; height: 100vh; position: relative; left: 0; top: 0; z-index: 5; display: flex; justify-content: space-between; align-items: center; color: #fff; overflow: hidden; }
.main_wrap:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 999; }
.main_wrap.mo { display: none; }

.main_box { width: 100%; height: 100%; position: relative; background-color: #000; display: flex; justify-content: center; align-items: center; transition: 0.7s; z-index: 3; margin-top: 100%;; }
/* .main_box.box01 { } */
.main_box.box02 { z-index: 1; }

.main_wrap.active .main_box.box01 { margin-top: 0; transition: 1.4s 0s; }
.main_wrap.active .main_box.box02 { margin-top: 0; transition: 1.4s 0.3s; }
.main_wrap.active .main_box.box03 { margin-top: 0; transition: 1.4s 0.6s; }

.main_wrap.active2 .main_txt_box.box02 h4 { opacity: 1; transition: 1.2s 0s; }
.main_wrap.active2 .main_txt_box.box02 .main_logo { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.main_wrap.active2 .main_guest { opacity: 1; transition: 1.2s 0.6s; }

.main_wrap.active3 { background-color: #e3ddd9; }
.main_wrap.active3:after { display: none; }
.main_wrap.active3 .main_box { transition: 0.7s 0s !important; }

.main_box.box01:before { content: ''; width: 500%; height: 100%; position: absolute; left: -490%; top: 0; bottom: 0; margin: auto; z-index: -1; }
.main_box.box02:before { content: ''; width: 500%; height: 100%; position: absolute; right: -200%; top: 0; bottom: 0; margin: auto; z-index: -1; }
.main_box.box03:before { content: ''; width: 500%; height: 100%; position: absolute; right: -490%; top: 0; bottom: 0; margin: auto; z-index: -1; }
.main_box:after { content: ''; width: 100%; height: 120%; position: absolute; left: 0%; bottom: -20%; z-index: -1; }

.main_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 1; overflow: hidden; }
.main_vd_box:after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_vd_bg.png) center no-repeat; background-size: cover; z-index: 5; }
.main_vd { position: absolute; top: 0; bottom: 0; margin: auto; width: 100%; padding-bottom: 177.78%; height: 0; transition: 0.7s; }
.main_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; }
.main_vd video { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; }
.main_vd:before { content:''; width: 100%; height: 100%; padding-bottom: 177.78%; height: 0; position: absolute; left: 0%; top: 0%; z-index: 1; }
.main_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; }


video::-webkit-media-controls-fullscreen-button { display: none !important; }  
video::-webkit-media-controls-play-button { display: none !important; }  
video::-webkit-media-controls-timeline { display: none !important; } 
video::-webkit-media-controls-current-time-display { display: none !important; }
video::-webkit-media-controls-time-remaining-display { display: none !important; } 
video::-webkit-media-controls-mute-button { display: none !important; } 
video::-webkit-media-controls-volume-slider { display: none !important; } 

.main_box.box01 .main_vd:before { background: url(../img/main_vd_bg01.jpg) center no-repeat; background-size: cover; }
.main_box.box02 .main_vd:before { background: url(../img/main_vd_bg02.jpg) center no-repeat; background-size: cover; }
.main_box.box03 .main_vd:before { background: url(../img/main_vd_bg03.jpg) center no-repeat; background-size: cover; }

.main_box.box02 .main_vd { opacity: 0.7; }

@media all and (max-width: 1640px) { 
	/* .main_vd iframe { width: 140%; height: 140%; } */
}

@media all and (max-width: 1440px) { 
	.main_vd iframe { width: 200%; height: 200%; }
}

@media all and (max-width: 767px) { 
	.main_vd iframe { left: 50%; top: -5vh; transform: translateX(-90vh); width: 180vh; height: 110vh; }
}

.main_txt_box { position: relative; z-index: 10; color: #fff; opacity: 0; transition: 0.7s; }
.main_txt_box p { font-size: 1rem; line-height: 180%; opacity: 0.7; }
.main_txt_box h3 { font-family: 'define'; font-size: 1.425rem; line-height: 100%; margin-top: 2rem; }
.main_txt_box h4 { font-family: 'define'; width: 1rem; margin: auto; font-size: 1.085rem; line-height: 120%; font-weight: 400; }
.main_txt_box h4 span { display: block; margin: 0.5rem 0; }
.main_logo { width: 13.125rem; max-width: 210px; margin-top: 3.625rem; }

.main_txt_box.box02 { opacity: 1; }
.main_txt_box.box02 h4 { opacity: 0; }
.main_txt_box.box02 .main_logo { opacity: 0; transform: translateY(2.5rem); }

.main_box.box01.active .main_vd { opacity: 0.5; transition: 0.7s; }
.main_box.box02.active .main_vd { opacity: 1; transition: 0.7s; }
.main_box.box03.active .main_vd { opacity: 1; transition: 0.7s; }
.main_box.box01.active { transform: scale(0.95) translateX(14%); transform-origin: right center; }
.main_box.box02.active { transform: scale(0.75); transform-origin: right center; }
.main_box.box03.active { transform: scale(0.75); transform-origin: left center; }
.main_box.active .main_txt_box.box01 { opacity: 1; transition: 0.7s; }
.main_box.active .main_txt_box.box02 { opacity: 0; transition: 0.7s; }
.main_box.active .main_txt_box.box03 { opacity: 0; transition: 0.7s; }

.main_box.box01.active2 .main_vd { opacity: 0.7; transition: 0.7s; }
.main_box.box02.active2 .main_vd { opacity: 0.5; transition: 0.7s; }
.main_box.box03.active2 .main_vd { opacity: 1; transition: 0.7s; }
.main_box.box01.active2 { transform: scale(0.75) translateX(-5%); transform-origin: right center; }
.main_box.box02.active2 { transform: scale(0.95); transform-origin: center; }
.main_box.box03.active2 { transform: scale(0.75) translateX(5%); transform-origin: left center; }
.main_box.active2 .main_txt_box.box01 { opacity: 0; transition: 0.7s; }
.main_box.active2 .main_txt_box.box02 { opacity: 1; transition: 0.7s; }
.main_box.active2 .main_txt_box.box03 { opacity: 0; transition: 0.7s; }

.main_box.box01.active3 .main_vd { opacity: 0.7; transition: 0.7s; }
.main_box.box02.active3 .main_vd { opacity: 1; transition: 0.7s; }
.main_box.box03.active3 .main_vd { opacity: 0.5; transition: 0.7s; }
.main_box.box01.active3 { transform: scale(0.75); transform-origin: right center; }
.main_box.box02.active3 { transform: scale(0.75); transform-origin: left center; }
.main_box.box03.active3 { transform: scale(0.95) translateX(-14%); transform-origin: left center; }
.main_box.active3 .main_txt_box.box01 { opacity: 0; transition: 0.7s; }
.main_box.active3 .main_txt_box.box02 { opacity: 0; transition: 0.7s; }
.main_box.active3 .main_txt_box.box03 { opacity: 1; transition: 0.7s; }

/* .main_box.box03:hover.main_vd { opacity: 0.5; }
.main_box.box03:hover ~ .main_box.box01 .main_vd { opacity: 1; }
.main_box.box03:hover ~ .main_box.box02 .main_vd { opacity: 1; }
.main_box.box03:hover { transform: scale(0.95) translateX(-14%); transform-origin: left center; }
.main_box.box03:hover ~ .main_box.box01 { transform: scale(0.75); transform-origin: right center; }
.main_box.box03:hover ~ .main_box.box02 { transform: scale(0.75); transform-origin: left center; }
.main_box.box03:hover .main_txt_box.box01 { opacity: 0; }
.main_box.box03:hover .main_txt_box.box02 { opacity: 0; }
.main_box.box03:hover .main_txt_box.box03 { opacity: 1; } */

.bgm_wrap { position: absolute; left: 5.15%; bottom: 4%; z-index: 999; display: none; }
.bgm_wrap.tab { display: none !important; }

.main_guest { width: 5.4375rem; height: 5.4375rem; background-color: #fff; margin: auto; border-radius: 100%; z-index: 9; cursor: pointer; position: absolute; right: 5.2%; bottom: 8%; display: flex; justify-content: center; align-items: center; opacity: 0; cursor: default; }
.main_guest_bg { width: 148.2758%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 8s 0s linear infinite; }
.main_guest p { font-family: 'Optima', sans-serif; font-size: 0.875rem; line-height: 100%; color: #000; position: relative; z-index: 9; font-weight: 700; transform: translateY(0.125rem); }

.main_ori { position: absolute; left: 0; right: 0; margin: auto; bottom: 3%; color: #fff; font-size: 0.875rem; line-height: 150%; z-index: 9; letter-spacing: 0; text-shadow: 0 0 5px rgba(0,0,0,0.7),0 0 5px rgba(0,0,0,0.7),0 0 5px rgba(0,0,0,0.7); opacity: 0; }

@keyframes main_guest_bg {
	from { transform: translate(-50%,-50%) scale(1) rotate(-360deg); }
	to {  }
}



.right_scroll_wrap { width: 0.75rem; height: 14.375rem; margin: auto; overflow: hidden; position: absolute; z-index: 9999; right: -50px; top: 0; bottom: 0; transform: translateY(0rem); opacity: 0; }
.right_scroll_img { width: 100%; height: 5.188rem; background: url(../img/scroll.png) center no-repeat; transition: 0.3s; }
.right_scroll { width: 1px; height: 8.125rem; background-color: rgba(0,0,0,0.3); margin: auto; margin-top: 1rem; position: relative; transition: 0.3s; }
.right_scroll span { position: absolute; content:''; width: 0.625rem; height: 0.625rem; background-color: #7d7674; left: -0.25rem; top: 0; border-radius: 100%; transition: background 0.3s; }


/**/

#section2 { width: 100%; }

.complex_all_wrap { width: 400vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 0.8s; transform: translateX(0); }

.complex_all_wrap>div { width: 100vw; height: 100%; overflow: hidden; }

.complex01 { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.complex02 { width: 100%; height: 100%; position: relative; background-color: #000; }
/* .complex03 { width: 100%; height: 100%; position: relative; overflow: auto !important; background-color: #fff; } */
.complex03 { width: 100%; height: 100%; position: relative; overflow: hidden; background-color: #fff; }

.complex_all_wrap.active2 { transform: translateX(-100vw); }
.complex_all_wrap.active3 { transform: translateX(-200vw); }

/*  */

.cg_wrap { width: 100%; height: 100%; position: relative; }

.swiper_cg  { width: 100%; height: 100%; margin: 0; padding: 0; }
.cg_content { width: 100%; height: 100%; background-color: #fff; }

.swiper-button-next { position: absolute; width: 4.6875rem; height: 2.9375rem; right: 2%; top: 5%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; opacity: 0; }
.swiper-button-prev { position: absolute; width: 4.6875rem; height: 2.9375rem; left: 2%; top: 5%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; opacity: 0; }

.cg_bg { width: 100%; height: 100%; background: url(../img/cg01.jpg) center no-repeat; background-size: cover; position: absolute; left: 0; top: 0; z-index: 1; transform: scale(1.2); }
.cg_bg:after { content:''; background-color: #fff; width: 100%; height: 63%; position: absolute; left: 0; top: -63%; z-index: 2; }
.cg_bd { width: 100%; height: 100%; background: url(../img/cg01.png) center no-repeat; background-size: cover; position: absolute; left: 0; top: 0; z-index: 3; transform: scale(1.2); }

.cg_txt { position: absolute; z-index: 5; right: 6%; bottom: 8%; opacity: 0; transform: translate(21.875rem,-0.9375rem); }

.cg_txt_box { text-align: left; }
.cg_txt_box.box01 { position: absolute; left: 10%; top: 0; z-index: 9; padding-top: 8.5%; }
.cg_txt_box.box01:after { content:''; width: 1px; height: 0; background-color: #231815; position: absolute; left: 11.25rem; top: 0; }
.cg_txt_box h1 { font-family: 'mm'; font-size: 3rem; line-height: 115%; opacity: 0; transform: translateX(-5rem); }
.cg_txt_box p { font-size: 0.9375rem; line-height: 215%; opacity: 0.7; margin-left: 13.125rem; margin-top: -2.625rem; opacity: 0; transform: translateX(5rem); }
.cg_txt_box h3 { font-family: 'mm'; font-size: 1.375rem; line-height: 150%; margin-top: 8.5rem; text-align: center; font-weight: 600; margin-right: 1.875rem; opacity: 0; transform: translateY(3.125rem); }

.cg_img_wrap { width: 90%; height: 100%; position: absolute; right: 8.5%; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; }
.cg_img_wrap.wrap01 { max-width: 52.5rem; }
.cg_img_wrap.wrap02 { max-width: 46.0625rem; right: 12%; }
.cg_img_wrap.wrap03 { max-width: 65.25rem; right: 0; align-items: flex-end; }

.cg_img_box.box01 { width: 100%; display: flex; justify-content: space-between; align-items: center; transform: translateY(2.5rem); }
.cg_img_box.box02 { width: 100%; transform: translateY(2.5rem); }
.cg_img_box.box03 { width: 100%; height: calc(100vh - 7.8125rem); overflow: hidden; border-radius: 3.4375rem 0 0 0; }
.cg_img_box>div { border-radius: 3.4375rem; overflow: hidden; }
.cg_img_box>div:first-child { margin-top: 5.875rem; opacity: 0; transform: translateY(-2.9375rem); transition: all 1.0s 0.4s, opacity 1.0s 0s; }
.cg_img_box>div:last-child { margin-bottom: 5.875rem; opacity: 0; transform: translateY(2.9375rem); transition: all 1.0s 0.4s, opacity 1.0s 0s; }
.cg_img_box.box02>div:last-child { margin-bottom: 5.875rem; transform: translate(5rem,0); }
.cg_img_box.box03>div:last-child { margin: 0; border-radius: 3.4375rem 0 0 0; opacity: 1; transform: translate(0,0); }
.cg_img_box.box03>div { transform: scale(1.2) !important; }


.complex_all_wrap.on .cg_bg { transform: scale(1); transition: 2s 0s; }
.complex_all_wrap.on .cg_bd { transform: scale(1); transition: 2s 0s; }
.complex_all_wrap.on .cg_bg:after { top: 0; transition: 1.6s 0.2s; }
.complex_all_wrap.on .cg_txt { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.complex_all_wrap.on .cg_txt_box.box01:after { height: 13.75rem; transition: 1.2s 0.4s; }
.complex_all_wrap.on .cg_txt_box h1 { opacity: 1; transform: translate(0); transition: 1.0s 1.0s; }
.complex_all_wrap.on .cg_txt_box p { opacity: 1; transform: translate(0); transition: 1.0s 1.0s; }
/* .complex_all_wrap.on .cg_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.0s 1.0s; } */
.complex_all_wrap.on .swiper-button-next { opacity: 1; transform: translate(0); transition: 1.0s 1.0s; }
.complex_all_wrap.on .swiper-button-prev { opacity: 1; transform: translate(0); transition: 1.0s 1.0s; }
.complex_all_wrap.on .cg_img_box.box03>div { transform: scale(1) !important; transition: 2s 0s !important; }

.swiper_cg .swiper-slide-active .cg_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.0s 0.4s; }
.swiper_cg .swiper-slide-active .cg_img_box.box01>div:first-child { opacity: 1; transform: translate(0); }
.swiper_cg .swiper-slide-active .cg_img_box.box01>div:last-child { opacity: 1; transform: translate(0); }
.swiper_cg .swiper-slide-active .cg_img_box.box02>div:first-child { opacity: 1; transform: translate(0); }
.swiper_cg .swiper-slide-active .cg_img_box.box02>div:last-child { opacity: 1; transform: translate(0); }
.swiper_cg .swiper-slide-active .cg_img_box.box03>div img { animation: cg_img 2s 0s both; }

@keyframes cg_img {
  0% { transform: scale(1.2); }
  100% {}
}

/**/

.complex_wrap { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.complex_wrap:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/complex_bg.png) center no-repeat; background-size: cover; z-index: 2; }

.complex_wrap>div:first-child { position: relative; z-index: 9; color: #fff; }

.complex_bg2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; }
.complex_bg2:before { content:''; width: 100%; height: 50%; position: absolute; left: 0; top: 0; background-color: #000; }
.complex_bg2:after { content:''; width: 100%; height: 50%; position: absolute; left: 0; bottom: 0; background-color: #000; }

.complex_wrap>div:first-child { width: 80%; max-width: 920px; }
.complex_wrap>div p { font-family: 'define'; font-size: 1.25rem; line-height: 175%; text-align: left; font-weight: 200; margin-bottom: 1.375rem; opacity: 0; transform: translateX(-5rem); }
.complex_wrap>div img { width: 100%; opacity: 0; }
.complex_wrap>div h5 { font-family: 'define'; font-size: 1.125rem; line-height: 100%; text-align: right; letter-spacing: 0.5rem; margin-right: -0.5rem; margin-top: 2rem; opacity: 0; transform: translateX(5rem); }

.complex_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 1; }
.complex_vd { position: absolute; top: 0; width: 100%; padding-bottom: 56.25%; height: 0; }
.complex_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; }
.complex_vd:before { content:''; width: 105%; height: 105%; padding-bottom: 56.25%; height: 0; position: absolute; left: -2.5%; top: 0%; background: url(../img/complex_vd_bg.jpg) center no-repeat; background-size: cover; z-index: 1; }
.complex_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; }

@media all and (max-width: 1640px) { 
	.complex_vd iframe { width: 140%; height: 140%; }
}

@media all and (max-width: 1440px) { 
	.complex_vd iframe { width: 200%; height: 200%; }
}

@media all and (max-width: 1100px) { 
	.complex_vd iframe { left: 50%; top: 0; transform: translateX(-91.5vh); width: 180vh; height: 100vh; }
}


.complex_all_wrap.on .complex_bg2:before { top: -50%; transition: 2.0s 0s; }
.complex_all_wrap.on .complex_bg2:after { bottom: -50%; transition: 2.0s 0s; }
.complex_all_wrap.on .complex_wrap>div p { opacity: 1; transform: translate(0); transition: 1.0s 1.2s; }
.complex_all_wrap.on .complex_wrap>div img { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }
.complex_all_wrap.on .complex_wrap>div h5 { opacity: 1; transform: translate(0); transition: 1.0s 1.2s; }

/*  */

.complex_wrap2 { width: 100%; height: auto; position: relative; display: flex; justify-content: center; align-items: center; }
.complex_wrap2:after { content: ''; width: 100%; height: 7.8125rem; position: fixed; right: 0; top: 0; background-color: #fff; }

.complex_fixed { width: 100vw; height: 100%; position: fixed; top: 0; }
.complex_fixed>div:first-child { width: 44.5%; height: calc(100vh - 7.8125rem); left: 5%; top: 7.8125rem; overflow: hidden; position: relative; color: #fff; text-align: left; }
.complex_fixed .right_scroll_wrap { right: 2.625rem; opacity: 1; }
.complex_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/complex_bg2.jpg) center no-repeat; background-size: cover; z-index: 1; transform: scale(1.2); }
.complex_fixed h2 { font-family: 'mm'; font-size: 3.4375rem; line-height: 120%; position: absolute; right: 10%; top: 13.5%; z-index: 9; opacity: 0; transform: translateX(4rem); }
.complex_fixed p { font-size: 0.9375rem; line-height: 250%; position: absolute; left: 9%; bottom: 8%; opacity: 0.7; z-index: 9; opacity: 0; transform: translateX(-4rem); }
.complex_fixed h5 { font-size: 0.75rem; line-height: 100%; position: absolute; right: 6%; bottom: 1.5%; z-index: 9; transform: rotate(90deg); transform-origin: right bottom; letter-spacing: 0.125rem; opacity: 0; }

.complex_scroll { width: 100%; height: auto; height: calc(100vh - 7.8125rem); position: relative; padding-bottom: 12.5rem; margin-top: 15rem; display: flex; justify-content: flex-end; opacity: 0; transform: translateY(4rem); padding: 0; margin-top: 7.8125rem; align-items: center; }
.complex_scroll>div { width: 50%; text-align: left; padding-left: 5rem; box-sizing: border-box; }

.complex_txt_box { text-align: left; width: 100%; max-width: 38.75rem; }
.complex_txt_box h4 { font-family: 'mm'; font-size: 1.5rem; line-height: 133%; font-weight: 600; }
.complex_txt_box h1 { font-family: 'mm'; font-size: 4.375rem; line-height: 100%; font-weight: 400; margin-top: 1rem; margin-left: -0.125rem; }
.complex_txt_box p { font-size: 0.9375rem; line-height: 215%; opacity: 0.7; margin-top: 3.125rem; }
.complex_txt_box ul { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; margin-top: 2.875rem; flex-wrap: wrap; }
.complex_txt_box ul li { font-family: 'define'; font-size: 0.9375rem; line-height: 200%; font-weight: 500; margin-right: 1.25rem; }
.complex_txt_box.box02 { margin-top: 11rem; }
.complex_txt_box.box03 { margin-top: 10rem; }

.complex_img_box { width: 100%; max-width: 38.75rem; margin-top: 8.125rem; display: flex; justify-content: space-between; align-items: center; max-width: 36.25rem; margin-top: 6.875rem; }
.complex_img_box>div { width: 100%; margin-right: 3.2%; }
.complex_img_box>div:last-child { margin-right: 0; }
.complex_img_box>div img { width: 100%; }
.complex_img_box h6  { text-align: right; font-size: 0.75rem; line-height: 100%; margin-top: 0.5rem; font-weight: 500; }


.complex_all_wrap.on3 .complex_bg { transform: scale(1); transition: 2.0s 0s; }
.complex_all_wrap.on3 .complex_fixed h2 { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
.complex_all_wrap.on3 .complex_fixed p { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
.complex_all_wrap.on3 .complex_fixed h5 { opacity: 1; bottom: 5.5%; transition: 1.0s 0.6s; }
.complex_all_wrap.on3 .complex_fixed p { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
.complex_all_wrap.on3 .complex_scroll { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
/* .complex_txt_box.active h4 {  } */

/*  */

.comm_wrap { width: 100%; height: 100%; position: relative; display: flex; justify-content: space-between; align-items: center;  }

.comm_box { width: 100%; height: 100%; overflow: hidden; color: #fff; position: relative; }
.comm_box>h5 { font-size: 0.75rem; line-height: 100%; position: absolute; right: 6%; bottom: 5.5%; z-index: 9; transform: rotate(90deg); transform-origin: right bottom; letter-spacing: 0.125rem; opacity: 0; }
.comm_box.box02>h5 { bottom: revert; top: 36%; }

.comm_box.box01 { transform: translateY(100%); }
.comm_box.box02 { transform: translateY(-100%); }
.comm_box.box03 { transform: translateY(100%); }

.comm_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; transition: 1s; filter: grayscale(1); }
.comm_bg.bg01 { background: url(../../images/comm_img01.jpg) center bottom no-repeat; background-size: cover; }
.comm_bg.bg02 { background: url(../../images/comm_img02.jpg) center bottom no-repeat; background-size: cover; }
.comm_bg.bg03 { background: url(../../images/comm_img03.jpg) center bottom no-repeat; background-size: cover; }

.comm_box:hover .comm_bg { transform: scale(1.03); filter: grayscale(0); }

.comm_txt_box { position: absolute; text-align: left; color: #fff; left: 15%; bottom: 7%; z-index: 9; opacity: 0; transform: translateY(-4rem); }
.comm_txt_box.box02 { bottom: 7%; opacity: 0; transform: translateY(4rem); }

.comm_txt_box h2 { font-family: "Noto Sans", sans-serif; font-size: 1.1rem; line-height: 125%; color: #fff;}
.comm_txt_box h4 { font-family: "Noto Sans", sans-serif; font-size: 1.25rem; line-height: 100%; margin-top: 1.75rem; }
.comm_txt_box p { font-size: 0.8rem; line-height: 172%; opacity: 0.7; margin-top: 1.25rem; color: #fff;}
.comm_txt_box p br.tab { display: none; }


.comm_wrap.on .comm_box.box01 { opacity: 1; transform: translate(0); transition: 1.4s 0s; }
.comm_wrap.on .comm_box.box02 { opacity: 1; transform: translate(0); transition: 1.4s 0.3s; }
.comm_wrap.on .comm_box.box03 { opacity: 1; transform: translate(0); transition: 1.4s 0.6s; }
.comm_wrap.on .comm_box>h5 { opacity: 1; transition: 1.0s 1.6s; }
.comm_wrap.on .comm_txt_box { opacity: 1; transform: translate(0); transition: 1.0s 1.6s; }

/*  */

.unit_wrap { width: 100%; height: 100%; position: relative; display: flex; justify-content: space-between; align-items: center; }
.unit_wrap:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/top_bg.png) center no-repeat; background-size: cover; z-index: 1; }

.unit_left { width: 50%; height: 100%; position: relative; overflow: hidden; }
.unit_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/unit_bg.jpg) center no-repeat; background-size: cover; transform: scale(1.2); }

.unit_tit { position: absolute; left: 10%; bottom: 12%; z-index: 9; text-align: left; color: #fff; }
.unit_tit h2 { font-family: 'mm'; font-size: 2.8125rem; line-height: 128%; opacity: 0; transform: translateX(-5rem); }
.unit_tit h4 { font-family: 'define'; font-size: 1rem; line-height: 100%; margin-top: 4.75rem; opacity: 0; transform: translateX(-5rem); }
.unit_tit p { font-size: 0.875rem; line-height: 192%; opacity: 0.7; margin-top: 1.375rem; opacity: 0; transform: translateX(-5rem); }

.unit_right { width: 50%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 9; }
.unit_right>div { width: 90%; max-width: 43.75rem; position: relative; transform: translateY(1.875rem); }

.swiper-button-next2 { position: absolute; width: 4.6875rem; height: 2.9375rem; right: -5%; top: 20%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; opacity: 0; transform: translateY(4rem); }
.swiper-button-prev2 { position: absolute; width: 4.6875rem; height: 2.9375rem; left: -5%; top: 20%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; opacity: 0; transform: translateY(4rem); }

.swiper_unit { width: 100%; margin: 0; padding: 0; opacity: 0; transform: translateY(4rem); }
.unit_content { width: 100%; }
.swiper_unit_thumb { width: 100%; height: 2.5rem; position: absolute; left: 0; top: 7.1875rem; z-index: 9; opacity: 0; transform: translateY(4rem); }
.swiper_unit_thumb .swiper-slide { width: 100%; height: 100%; }
.swiper_unit_thumb .swiper-slide>div { width: 100%; height: 100%; line-height: 32px; border-bottom: 0.3125rem solid #ddd; box-sizing: border-box; cursor: pointer; }
.swiper_unit_thumb .swiper-slide-thumb-active>div { border-bottom: 0.3125rem solid #000; }

.unit_content h1 { font-family: 'define'; font-size: 5.5rem; line-height: 100%; font-weight: 700; }
.unit_content h1 span { font-size: 1.375rem; line-height: 100%; font-weight: 400; display: inline-block; margin-left: 0.3125rem; margin-bottom: 0.3125rem; }

.unit_txt { width: 100%; height: 3.75rem; margin-top: 4.0625rem; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid #cecece; }
.unit_txt ul { display: flex; justify-content: center; align-items: center; }
.unit_txt ul li { font-size: 0.875rem; line-height: 100%; position: relative; padding: 0 0.75rem; }
.unit_txt ul li:after { position: absolute; content:''; right: 0; top: 0.125rem; bottom: 0; margin: auto; width: 1px; height: 100%; background-color: #a8a8a8; }
.unit_txt ul li:last-child::after { display: none; }

.unit_iso { margin-top: 2.8125rem; }

.unit_tab { display: flex; justify-content: center; align-items: center; margin-top: 3.75rem; }
.unit_tab>div { font-size: 0.8438rem; width: 10.625rem; height: 2.5rem; line-height: 2.375rem; border-radius: 1.875rem; border: 1px solid #000; margin: 0 0.25rem; font-weight: 500; overflow: hidden; }
.unit_tab>div a { width: 100%; height: 100%; display: block; }
.unit_tab>div:hover { background-color: #000; color: #fff; }


.unit_wrap.on .unit_bg { transform: scale(1); transition: 2.0s 0s; }
.unit_wrap.on .unit_tit h2 { opacity: 1; transform: translate(0); transition: 1.0s 0.4s; }
.unit_wrap.on .unit_tit h4 { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
.unit_wrap.on .unit_tit p { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
.unit_wrap.on .swiper_unit { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
.unit_wrap.on .swiper_unit_thumb { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
.unit_wrap.on .swiper-button-prev2 { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
.unit_wrap.on .swiper-button-next2 { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }

/*  */

.brand_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; }

.brand_bt { width: 7.5rem; height: 7.5rem; position: absolute; left: 5%; bottom: 5%; background-color: #fff; border-radius: 100%; overflow: hidden; z-index: 9; }
.brand_bt a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; }
.brand_bt a div { transform: translateY(0.325rem); }
.brand_bt a h4 { font-family: 'define'; font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.brand_bt a h6 { font-size: 0.725rem; line-height: 135%; margin-top: 0.2rem; font-weight: 500; }

.swiper_brand { width: 100%; height: 100%; margin: 0; padding: 0; }
.swiper_brand_thumb { width: 17.5rem; height: 2.5rem; position: absolute; right: 5%; bottom: 5%; z-index: 9; }
.swiper_brand_thumb .swiper-wrapper { justify-content: flex-end; }
.swiper_brand_thumb .swiper-slide { display: flex; align-items: center; cursor: pointer; }
.swiper_brand_thumb .swiper-slide div { font-family: 'define'; text-align: left; font-size: 0.75rem; color: rgba(255,255,255,0.4); width: 100%; position: relative; padding-bottom: 5px; letter-spacing: 0; }
.swiper_brand_thumb .swiper-slide div:before { content:''; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; background-color: #fff; opacity: 0.3; z-index: 1; }
.swiper_brand_thumb .swiper-slide div:after { content:''; width: 0%; height: 2px; position: absolute; left: 0; bottom: 0; background-color: #fff; z-index: 9; }
.swiper_brand_thumb .swiper-slide-thumb-active div { color: rgba(255,255,255,1); }
.swiper_brand_thumb .swiper-slide-thumb-active div:after { animation: brand_thumb 5s 0s both linear; }

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


.brand_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.brand_bg.bg00 { background: url(../img/brand_bg00.jpg) center no-repeat; background-size: cover; }
.brand_bg.bg01 { background: url(../img/brand_bg01.jpg) center no-repeat; background-size: cover; }
.brand_bg.bg02 { background: url(../img/brand_bg02.jpg) left center no-repeat; background-size: cover; }
.brand_bg.bg03 { background: url(../img/brand_bg03.jpg) center no-repeat; background-size: cover; }

/* .swiper_brand .swiper-slide-active .brand_bg { transform: scale(1); transition: 2.0s 0s; } */
.swiper_brand .swiper-slide-active .brand_bg { animation: brand_bg 2s 0s both; }
.swiper_brand .swiper-slide-active .brand_txt_box h1 { animation: brand_txt 1.0s 0.4s both; }
.swiper_brand .swiper-slide-active .brand_txt_box h4 { animation: brand_txt 1.0s 0.6s both; }
.swiper_brand .swiper-slide-active .brand_txt_box p { animation: brand_txt 1.0s 0.6s both; }
.swiper_brand .swiper-slide-active .brand_txt_box.box03 h1 { animation: brand_txt2 1.0s 0.4s both; }
.swiper_brand .swiper-slide-active .brand_txt_box.box03 h4 { animation: brand_txt2 1.0s 0.4s both; }
.swiper_brand .swiper-slide-active .brand_txt_box>div:after { animation: brand_line 1.2s 0.4s both; }
.swiper_brand .swiper-slide-active .brand_txt_box.box03 p { animation: brand_txt3 1.0s 0.6s both; }
.swiper_brand .swiper-slide-active .brand_txt_box.box00 h1 { animation: brand_txt2 1.0s 0.4s both; }
.swiper_brand .swiper-slide-active .brand_txt_box.box00 p { animation: brand_txt2 1.0s 0.4s both; }
.swiper_brand .swiper-slide-active .brand_txt_box.box00 h4 { animation: brand_txt2 1.0s 0.4s both; }
.swiper_brand .swiper-slide-active .brand_txt_box>div:after { animation: brand_line 1.2s 0.4s both; }

@keyframes brand_bg {
	0% { transform: scale(1.2); }
	100% { }
}
@keyframes brand_txt {
	0% { opacity: 0; transform: translateX(5rem); }
	100% { }
}
@keyframes brand_txt2 {
	0% { opacity: 0; transform: translateY(-4rem); }
	100% { }
}
@keyframes brand_txt3 {
	0% { opacity: 0; transform: translateY(4rem); }
	100% { }
}
@keyframes brand_line {
	0% { height: 0; }
	100% { }
}

.brand_txt_box { text-align: left; position: absolute; color: #fff; z-index: 9; }
.brand_txt_box h1 { font-family: 'define'; font-size: 4.125rem; line-height: 100%; }
.brand_txt_box h4 { font-family: 'define'; font-size: 1.25rem; line-height: 100%; margin-top: 5.625rem; }
.brand_txt_box>div { width: 1px; height: 7.875rem; margin: 2.875rem auto 2.25rem; position: relative; }
.brand_txt_box>div:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #fff; }
.brand_txt_box p { font-size: 1rem; line-height: 192%; opacity: 0.7; margin-top: 1.625rem; opacity: 0.7; }

.brand_txt_box.box00 { left: 0; right: 0; margin: auto; top: 22%; text-align: center; }
.brand_txt_box.box00 h4 { margin-top: 1.5rem; }
.brand_txt_box.box01 { left: 10%; top: 32%; }
.brand_txt_box.box01 h1 { font-size: 5.5rem; }
.brand_txt_box.box02 { right: 16.5%; top: 30%; }
.brand_txt_box.box02 h4 { margin-top: 4.75rem; }
.brand_txt_box.box03 { left: 0; right: 0; margin: auto; top: 25%; text-align: center; }
.brand_txt_box.box03 h4 { margin-top: 1.5rem; }

/*  */

.out_wrap { width: 100%; height: 100%; position: relative; display: flex; justify-content: space-between; align-items: center; }
.out_wrap:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/top_bg.png) center no-repeat; background-size: cover; z-index: 1; }

.out_left { width: 31%; height: 100%; position: relative; background-color: #e3ddd9; }
.out_tit { position: absolute; right: 13%; top: 20%; text-align: right; z-index: 9; }
.out_tit h3 { font-family: 'define'; font-size: 1.5rem; line-height: 100%; opacity: 0; transform: translateX(-5rem);}
.out_tit p { font-size: 0.875rem; line-height: 192%; opacity: 0.7; margin-top: 1.5rem; opacity: 0; transform: translateX(-5rem); }
.out_logo { position: absolute; left: 16%; bottom: 10%; z-index: 9; opacity: 0; transform: translateY(4rem); }

.out_right { width: 69%; height: 100%; position: relative; overflow: hidden; }

.out_vd_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9; }
.out_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 1; }
.out_vd { position: absolute; top: 0; width: 100%; padding-bottom: 56.25%; height: 0; }
.out_vd iframe { position: absolute; top: 62%; transform: translate(-50%,-50%); left: 50%; width: 130%; height: 130%; z-index: 2; opacity: 1; }

@media all and (max-width: 1640px) { 
	.out_vd iframe { width: 140%; height: 140%; }
}

@media all and (max-width: 1440px) { 
	.out_vd iframe { width: 200%; height: 200%; }
}

@media all and (max-width: 1100px) { 
	.out_vd iframe { left: 50%; top: 0; transform: translateX(-91.5vh); width: 180vh; height: 100vh; }
}


.out_wrap.on .out_tit h3 { opacity: 1; transform: translate(0); transition: 1.0s 0.4s; }
.out_wrap.on .out_tit p { opacity: 1; transform: translate(0); transition: 1.0s 0.4s; }
.out_wrap.on .out_logo { opacity: 1; transform: translate(0); transition: 1.0s 0.4s; }

/*  */

#section7 { overflow: visible; }

/**/

.footer { width: 100%; background-color: #110c0a; color: #fff; text-align: center; position: relative; z-index: 9999; padding: 4.5rem 0 5.625rem; box-sizing: border-box; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }

.footer ul { width: 100%; max-width: 48rem; margin: auto; display: flex; justify-content: center; align-items: flex-end; flex-wrap: wrap; color: #7f6c65; margin-top: 1.875rem; color: rgba(255,255,255,1); }
.footer ul li { font-size: 0.75rem; line-height: 100%; font-weight: 500; padding: 0 0.75rem; position: relative; margin-bottom: 0.875rem; }
.footer ul li span { color: #fff; }
.footer ul li span b { font-size: 1.0625rem; font-weight: 500; margin-left: 0.125rem; }
.footer ul li.privacy { font-size: 1.0625rem; }
.footer ul li:after { content:''; width: 1px; height: 12px; position: absolute; right: 0; top: 1px; bottom: 0; margin: auto; background-color: #fff; opacity: 0.2; }
.footer ul li:last-child:after,.footer ul li:nth-child(5):after { display: none; }
.footer p { font-size: 0.75rem; line-height: 208%; margin-top: 1.875rem; font-weight: 400; opacity: 1; }
.footer h6 { font-size: 0.75rem; line-height: 100%; margin-top: 2rem; font-weight: 400; }
.footer ul li img { width: 6.25rem; }


.top_bt { width: 5rem; height: 5rem; background-color: #fff; z-index: 99; border-radius: 100%; position: absolute; right: 5%; top: -2.5rem; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: 0.5s; }
.top_bt img { width: 1.4375rem; }

body.main .top_bt { opacity: 0; }
body.main .top_bt.active { opacity: 1; }

.footer.end:after { display: block; }


/*body.main .footer { width: 100%; }*/

/*서브*/

/* .sub_line_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.sub_line_box>div { width: 85%; height: 840px; position: relative; }
.sub_line_box>div>div { position: absolute; background-color: #837a77; }
.sub_line01 { width: 100%; height: 1px; left: 0; top: 0; bottom: 0; margin: auto; animation: sub_line01 1.2s 0s both linear; }
.sub_line02 { width: 2px; height: 0%; position: absolute; right: 0; top: 420px; height: calc(100% - 0px); right: 15%; background-color: #837a77; animation: sub_line02 1.5s 1.2s both linear; }
.sub_line03 { width: 21vw; height: 1px; position: absolute; left: 100%; top: 0; bottom: 0; margin: auto; transform: rotate(-30deg); transform-origin: left center; animation: sub_line01 0.8s 1.2s both linear; }
.sub_line04 { width: 100vh; height: 2px; position: absolute; right: 1px; top: 0; bottom: 0; margin: auto; transform: rotate(50deg); transform-origin: right center; animation: sub_line01 1.0s 1.2s both linear; }
.sub_line05 { width: 21vw; height: 1px; position: absolute; left: 100%; top: 0; bottom: 0; margin: auto; transform: rotate(-30deg) translate(-0.35vw,-4vh); transform-origin: left center; animation: sub_line01 0.8s 1.5s both linear; }

@keyframes sub_line01 {
	from { width: 0; }
	to{ }
}
@keyframes sub_line02 {
	from { height: 0; }
	to{ }
} */

.sub_top { position: relative; left: 0; top: 0; width: 89.5833%; margin: auto; height: 14.778rem; z-index: 99; margin-top: 6.944rem; overflow: hidden; transition: 0.6s; display: flex; justify-content: center; align-items: center; }
/*.sub_top01:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/sub_top.png) center top no-repeat; background-size: cover; z-index: 2; }*/
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }

body.sub.open .sub_top { margin-top: 12.5rem; }
body.sub.close .sub_top { margin-top: 6.944rem; }

.sub_top.top01 .sub_top_img { background: url(../img/sub_top01.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.5s 0s both; }
.sub_top.top02 .sub_top_img { background: url(../img/sub_top02.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.5s 0s both; }
.sub_top.top03 .sub_top_img { background: url(../img/sub_top03.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.5s 0s both; }
.sub_top.top04 .sub_top_img { background: url(../img/sub_top04.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.5s 0s both; }
.sub_top.top05 .sub_top_img { background: url(../img/sub_top05.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.5s 0s both; }
.sub_top.top06 .sub_top_img { background: url(../img/sub_top06.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.5s 0s both; }

.sub_top_txt { width: 100%; max-width: 1100px; margin: auto; z-index: 9; color: #000; text-align: center; animation: sub_top_txt 1.0s 0.2s both; }
.sub_top_txt h2 { font-family: 'define'; font-size: 1.375rem; line-height: 100%; font-weight: 400; letter-spacing: 2.5rem; margin-left: 2.5rem; text-transform: uppercase; animation: sub_top_txt2 1.2s 0.4s both; font-size: 1.75rem; letter-spacing: 0.3rem; font-weight: 500; margin-left: 0.3rem; }


@keyframes sub_img {
	from { background: url(../img/sub_top.jpg) center bottom no-repeat; background-size: cover; }
	to{ }
}
@keyframes sub_top_img {
	from { transform: scale(1.2); }
	to{ }
}
@keyframes sub_top_txt {
	/* from { opacity: 0; } */
	to{ }
}
@keyframes sub_top_txt2 {
	from { letter-spacing: 0.3rem; opacity: 0; transform: translateY(2rem); }
	to{ }
}


#snb_wrap { width: 1100px; height: 65px; position:relative; margin: auto; z-index: 90; }
#snb { width: 480px; height: 65px; position: absolute; right: 0; top: 0; }
#snb:after {content:""; display:block; clear:both; }
#snb > li { float: left; width: 200px; position:relative; height: 65px; text-align: left; box-sizing: border-box; color: #161616; }
#snb > li > a:after { content:''; position: absolute; width: 1px; height: 20px; background-color: #adadad; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:first-child { width: 60px; }
#snb > li:first-child img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:nth-child(3) { width: 220px; }
#snb > li:nth-child(3) > a:after { display: none; }
#snb > li:first-child + li + li > a { margin-top:1px; }
/*#snb > li:first-child + li + li { border-bottom: 1px solid #e8e8e8; }*/
#snb > li:first-child + .ov {margin-left:0;}
#snb > li:nth-child(2):after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb > li:nth-child(3):after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb .ov {margin-left:-1px;}
#snb .ov > a { display: block; height: 65px; line-height: 65px; padding: 0 15px; font-size: 14px; min-width:160px; font-weight: 500; }

#snb > li:nth-child(2):hover:after { transform: rotate(135deg); top: 27px; }
#snb > li:nth-child(3):hover:after { transform: rotate(135deg); top: 27px; }

#snb .ov ul {position:absolute;left:0;top:100%;min-width:100%;background:#fff; display:none; }
#snb .ov ul li { border:1px solid #c2c2c2;margin-top:-1px; font-weight: 500; }
#snb .ov ul li:first-child {margin-top:0;}
#snb .ov ul li a { display:block;font-size:11.5px; color: #000; padding: 11px 15px; white-space:nowrap; letter-spacing: 0; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }

#snb .ov a { text-transform: uppercase; }
/*#snb .ov:last-child a { text-transform: uppercase; }*/

body.full #sub_container { width: 100%; }
#sub_container { width: 90%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; background-color: #fff; text-align: center; }
#sub_box { position: relative; width: 100%; margin: auto; text-align: center; padding-bottom: 10.625rem; padding-top: 0px; box-sizing: border-box; margin-top: 5rem; }
#sub_tit { width: 100%; margin-top: 0; overflow: hidden; text-align: center; }
#sub_tit h2 { font-family: 'define'; font-size: 2.325rem; color: #231815; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
.sub_line { width: 1px; height: 2.375rem; background-color: #404040; margin: auto; margin-top: 2.1875rem; }
#sub_tit h5 { font-size: 0.875rem; color: #858585; font-weight: 400; margin-top: 1rem; }
#sub_tit h5 b { color: #222; }
#sub_tit h5 div { display: inline-block; color: #056b5c; }
#sub_tit h5 span { font-size: 0.8125rem; font-family: 'Futura Std'; font-weight: 700; }
.sub_page { margin:0 auto; margin-top: 3.125rem; position: relative; max-width:1100px; left:0; right:0;}

/* body.full #sub_container { width: 100%; }
#sub_container { width: 90%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; text-align: center; margin-top: 10.625rem; z-index: 9; }
#sub_box { position: relative; width: 100%; margin: auto; text-align: center; padding-bottom: 10.625rem; padding-top: 0px; box-sizing: border-box; margin-top: 5rem; }
#sub_tit { width: 100%; max-width: 1100px; margin: auto; margin-top: 0; overflow: hidden; text-align: center; text-align: left; }
#sub_tit h2 { font-family: 'define'; font-size: 51px; color: #231815; font-weight: 700; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; padding-bottom: 0.25rem; }
.sub_line { width: 1px; height: 2.375rem; background-color: #404040; margin: auto; margin-top: 2.1875rem; }
#sub_tit h5 { font-size: 0.875rem; color: #858585; font-weight: 400; margin-top: 1rem; }
#sub_tit h5 b { color: #222; }
#sub_tit h5 div { display: inline-block; color: #056b5c; }
#sub_tit h5 span { font-size: 0.8125rem; font-family: 'Futura Std'; font-weight: 700; }
.sub_page { margin:0 auto; margin-top: 3.125rem; position: relative; max-width:1100px; left:0; right:0;} */

.sub_ori { width: 100%; max-width: 1100px; margin: auto; background-color: #f3f3f3; text-align: left; padding: 1.5625rem 1.875rem; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; }
.sub_ori>div { width: 3.4375rem; height: 3.4375rem; min-width: 3.4375rem; border-radius: 100%; background: #4f372b url(../sub/ori.png) center no-repeat; margin-right: 1.375rem; }
/* .sub_ori ul {  } */
.sub_ori ul li { font-size: 0.8125rem; line-height: 155%; color: #383838; font-weight: 400; letter-spacing: -0.5px; position: relative; font-weight: 500; }
.sub_ori ul li:before { content:'·'; position: absolute; left: -0.375rem; margin-right: 0.125rem; }

.sub_ori ul.ori2 li { margin-left: 20px; }
.sub_ori ul.ori2 li:first-child { margin-left: 0; font-size: 14px; margin-bottom: 3px; }
.sub_ori ul.ori2 li:first-child:before { display: none; }

.sub_tab_bt { width: 100%; margin-bottom: 20px; }
.sub_tab_bt ul { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.sub_tab_bt ul li { width: 100%; margin-right: 1%; font-size: 18px; line-height: 60px; border: 1px solid #ccc; box-sizing: border-box; }
.sub_tab_bt ul li a { width: 100%; height: 100%; display: block; }
.sub_tab_bt ul li:last-child { margin-right: 0; }
.sub_tab_bt ul li.active { background-color: #000; color: #fff; border: 1px solid #000; }


/**/

.sub_cy_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 80px; }
.sub_cy_wrap img { width: 100%; max-width: 1100px; }
.sub_cy_wrap img.half { width: 50%; float: left; }

.sub_page.img { width: 100%; max-width: 1100px; margin: auto; margin-top: 3.125rem; height: auto; position: relative; }
.sub_page.img img { width: 100%; max-width: 1100px; }
.sub_img { margin-bottom: 100px; }
.sub_page.img img.half { width: 50%; float: left; }


ul.tabs2 { width: 100%; display: flex; justify-content: center; margin-bottom: 2.188rem; }
ul.tabs2.two { flex-wrap: wrap; }
ul.tabs2 li { width: 100%; color: #222; margin-left: 1%; text-align: center; cursor: pointer; font-size: 15px; height: 45px; line-height: 42px; border: 1px solid #e9eaec; font-weight: 400; background: #e9eaec; box-sizing: border-box; }
ul.tabs2 li a { width: 100%; height: 100%; display: block; }
ul.tabs2 li:nth-child(1) { margin-left: 0; }

ul.tabs2 li.selected, ul.tabs li.selected:hover { color: #fff; background: #4f372b; border: 1px solid #4f372b; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #4f372b; border: 1px solid #4f372b; }

ul.tabs2.db { margin-bottom: 1rem; }

ul.tabs3 { width: 100%; display: flex; justify-content: center; margin-bottom: 2.188rem; }
ul.tabs3.two { flex-wrap: wrap; }
ul.tabs3 li { width: 100%; color: #222; margin-left: 1%; text-align: center; cursor: pointer; font-size: 15px; height: 45px; line-height: 42px; border: 1px solid #e9eaec; font-weight: 400; background: #e9eaec; box-sizing: border-box; }
ul.tabs3 li a { width: 100%; height: 100%; display: block; }
ul.tabs3 li:nth-child(1) { margin-left: 0; }

ul.tabs3 li.selected, ul.tabs li.selected:hover { color: #fff; background: #4f372b; border: 1px solid #4f372b; }	
ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs3 li.active { color:#fff; background: #4f372b; border: 1px solid #4f372b; }


ul.interior_bt { width: 100%; display: flex; justify-content: space-between; margin-bottom: 2.188rem; margin-top: 2rem; }
ul.interior_bt li { width: 100%; color: #222; margin-left: 1%; text-align: center; cursor: pointer; font-size: 15px; height: 45px; line-height: 42px; border: 1px solid #e9eaec; font-weight: 400; background: #e9eaec; box-sizing: border-box; }
ul.interior_bt li a { width: 100%; height: 100%; display: block; }
ul.interior_bt li:nth-child(1) { margin-left: 0; }

ul.interior_bt li.selected, ul.tabs li.selected:hover { color: #fff; background: #4f372b; border: 1px solid #4f372b; }	
ul.interior_bt li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.interior_bt li.active { color:#fff; background: #4f372b; border: 1px solid #4f372b; }

 #container2 { width: 100%; max-width: 1100px; margin: auto; }

.sub_lounge>img { margin-bottom: 90px; }
.sub_lounge .tabs2 { margin-bottom: 60px; }

.img_ori { position: absolute; right: 1rem; bottom: 0.875rem; color: #fff; font-size: 0.925rem; line-height: 100%; text-shadow: 0 0 0.5rem rgba(0, 0, 0, 1),0 0 0.5rem rgba(0, 0, 0, 1); letter-spacing: 0.2px; font-weight: 300; }

.sub_bt { color: #fff; text-align: center; margin-top: 2.5rem; display: inline-block; }
.sub_bt a { width: 100%; height: 100%; display: block; border-radius: 3.125rem; background-color: #000; padding: 1.125rem 3.125rem; box-sizing: border-box; font-size: 1rem; }

/**/

.sub_over_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; text-align: left; }

.sub_over_top { width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: flex-end; }

.swiper_planning { width: 84%; margin: 0; padding: 0; }
.swiper_planning .sub_planning_img { width: 100%; height: 34.125rem; }
.sub_planning_img.img01 { background: url(../sub/planning01.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img02 { background: url(../sub/planning02.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img03 { background: url(../sub/planning03.jpg) center no-repeat; background-size: cover; }

.swiper_planning_thumb { width: 14%; margin: 0; padding: 0; }

.swiper_planning_thumb .swiper-wrapper { display: flex; justify-content: space-between; flex-direction: column; }
.swiper_planning_thumb .swiper-slide { height: 100%; height: 5.875rem; cursor: pointer; border: none; overflow: hidden; margin-top: 0.625rem; position: relative; }
.swiper_planning_thumb .sub_planning_img { width: 100%; height: 100%; filter: grayscale(1); }
.swiper_planning_thumb .swiper-slide-thumb-active .sub_planning_img { opacity: 1; filter: grayscale(0); }
.swiper_planning_thumb .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 3px solid #c9c9c9; box-sizing: border-box; }

.swiper-button-next-planning { position: absolute; width: 4.6875rem; height: 2.9375rem; right: -12%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev-planning { position: absolute; width: 4.6875rem; height: 2.9375rem; left: -12%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }

.sub_over_bottom { width: 100%; margin: auto; position: relative; margin-top: 4.5rem; }
.sub_over_txt_box { margin-top: 35px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; padding-bottom: 0px; }
.sub_over_txt_box>div { width: 31%; margin-bottom: 50px; }
.sub_over_txt_box>div h4 { font-family: 'define'; font-size: 1.25rem; line-height: 100%; font-weight: 600; color: #231815; border-bottom: 1px solid #383838; padding-bottom: 18px; }
.sub_over_txt_box>div p { font-size: 0.875rem; line-height: 170%; height: 3rem; margin-top: 18px; opacity: 0.7; font-weight: 500; }

/**/

.sub_gongo_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; color: #000; }

.sub_gongo_top { width: 100%; height: 494px; display: flex; justify-content: space-between; align-items: center; overflow: hidden; }

.sub_gongo_img_box { width: 57.545%; height: 100%; background: url(../sub/gongo.jpg) center no-repeat; background-size: cover; position: relative; }

.sub_gongo_txt_box { width: 40%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; text-align: left; background-color: #fff; }
.sub_gongo_txt_box>div { width: 100%; height: 50%; border: 1px solid #b2b2b2; box-sizing: border-box; margin-bottom: 5%; position: relative; }
.sub_gongo_txt_box>div>a { width: 100%; height: 100%; display: block; box-sizing: border-box; padding: 50px 30px 45px; }
.sub_gongo_txt_box>div:nth-child(2) { margin-bottom: 0; }
.sub_gongo_logo { width: 108px; margin-left: 2px; }
.sub_gongo_txt_box h2 { font-size: 28px; line-height: 100%; margin-top: 10px; margin-left: -2px; }
.sub_gongo_txt_box p { font-size: 12px; line-height: 167%; opacity: 0.7; margin-top: 25px; }

.sub_gongo_txt_box.mu { width: 100%; flex-direction: revert; gap: 0 2.5%; margin-top: 2.5%; }
.sub_gongo_txt_box.mu>div { margin-bottom: 0; }
.sub_gongo_txt_box.mu .sub_gongo_bt { top: 0; bottom: 0; margin: auto; }
@media all and (max-width: 767px) { 
    .sub_gongo_txt_box.mu { margin-top: -5%; }
    .sub_gongo_txt_box.mu>div { margin-bottom: 5%; }
}

.sub_gongo_bt { width: 48px; height: 48px; background-color: #e3e3e3; position: absolute; right: 35px; bottom: 35px; border-radius: 100%; }
.sub_gongo_bt>div { width: 30px; height: 17px; position: absolute; left: -10px; top: 0; bottom: 0; margin: auto; transition: 0.4s; }
.sub_gongo_bt>div:before { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.sub_gongo_bt>div:after { content:''; width: 10px; height: 10px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); transform-origin: center; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }

.sub_gongo_notice { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 30px; }
.sub_gongo_notice a { width: 13%; display: block; }
.sub_gongo_notice img:nth-child(1) { width: 59%; }
.sub_gongo_notice a img:nth-child(1) { width: 100%; }
.sub_gongo_notice img:nth-child(3) { width: 28%; }

.sub_gongo_txt_box>div>a:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; left: -1px; top: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div>a:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; right: -1px; top: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; right: -1px; bottom: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; left: -1px; bottom: -1px; transition: 0.4s; }

.sub_gongo_txt_box>div:hover>a:before { width: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover>a:after { height: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover:before { width: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover:after { height: calc(100% + 2px); }

.sub_gongo_txt_box>div:hover .sub_gongo_bt>div { left: -3px; }

/*  */

.sub_contact_wrap { width: 100%; background-color: #fff;}
.sub_contact_wrap>div { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.sub_contact_box { width: 90%; max-width: 468px; }
.sub_contact_box:first-child { margin-right: 5%; }
.sub_contact_box:last-child { margin-bottom: 0; }

@media all and (max-width: 1023px){
    .sub_contact_wrap>div { flex-wrap: wrap; justify-content: center; }
    .sub_contact_box { width: 100%; margin: 0 10%; margin-bottom: 60px; }
    .sub_contact_box:first-child { margin-right: 10%; }
}

.sub_contact_map { width: 100%; position: relative; }
.sub_contact_map img { width: 100%; }
.contact_map_line01 { width: 0; height: 1px; background-color: #231916; position: absolute; left: 0; top: 0; transition: 0.5s; }
.contact_map_line02 { width: 1px; height: 0; background-color: #231916; position: absolute; right: 0; top: 0; transition: 0.5s; }
.contact_map_line03 { width: 0; height: 1px; background-color: #231916; position: absolute; right: 0; bottom: 0; transition: 0.5s; }
.contact_map_line04 { width: 1px; height: 0; background-color: #231916; position: absolute; left: 0; bottom: 0; transition: 0.5s; }
.sub_contact_box:hover .contact_map_line01,.sub_contact_box:hover .contact_map_line03 { width: 100%; }
.sub_contact_box:hover .contact_map_line02,.sub_contact_box:hover .contact_map_line04 { height: 100%; }

.sub_contact_txt { display: flex; justify-content: center; align-items: center; margin-top: 1.875rem; }
.sub_contact_txt h3 { font-size: 1.075rem; line-height: 100%; font-weight: 600; color: #231916; margin-right: 0.625rem; }
.sub_contact_txt p { font-size: 1rem; line-height: 100%; font-weight: 400; }

.sub_contact_bt { width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 1.875rem; color: #fff; }
.sub_contact_bt>div { font-size: 0.9375rem; width: 49.5%; height: 2.5rem; line-height: 2.375rem; background-color: #231916; margin-right: 1%; }
.sub_contact_bt>div:last-child { margin-right: 0; }
.sub_contact_bt>div>a { width: 100%; height: 100%; display: block; }
.sub_contact_bt>div span { padding-left: 1.25rem; }
.sub_contact_bt>div:first-child span { background: url(../sub/contact_icon01.png) left center no-repeat; }
.sub_contact_bt>div:last-child span { background: url(../sub/contact_icon02.png) left top 0.1875rem no-repeat; }

/**/

.pr_wrap { width: 100%; height: auto; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; text-align: center; }
.pr_wrap>div { width: 100%; max-width: 1100px; position: relative; z-index: 9; }

.pr_vd { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 999; margin-bottom: 0px; }
.pr_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; }

.pr_vd.sub { max-width: 1100px; margin-top: 3.25rem; }
.pr_vd.over { max-width: 1100px; margin-bottom: 4.75rem; }

.tabs2.pr { flex-wrap: wrap; gap: 0.625rem 1%; }
.tabs2.pr li { width: 24.25%; margin-left: 0; }
.tabs2.pr li:nth-child(4) { margin-left: 0; }
.tabs2.pr li:nth-last-child(-n+6) { width: 32.66%; }
/*.sub_location_wrap { margin-bottom: 100px; }*/

/**/

.sub_vr_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 30px; }
.sub_vr_wrap img { width: 100%; max-width: 1100px; }

.vr_box { width: 100%; max-width: 1200px; margin: auto; position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; margin-top: 0; }
.vr_box iframe { position: absolute; left: 0; right: 0; width: 100%; height: 100%; }

.vr_bt_box { width: 100%; display: flex; justify-content: flex-end; margin-top: 15px; }
.vr_bt_box ul { width: 100%; max-width: 600px; display: flex; justify-content: flex-end; }
.vr_bt_box ul li { width: 100%; margin-left: 2%; border-radius: 0px; height: 45px; line-height: 45px; text-align: center; background-color: #000; color: #fff; font-size: 16px; }
.vr_bt_box ul li a{ width: 100%; height: 100%; display: block; }
.vr_bt_box ul li:nth-child(1) { background-color: #624b40; margin-left: 0; }
.vr_bt_box ul li:nth-child(2) { background-color: #888; }
.vr_bt_box ul li:nth-child(1) { background-color: #000; }

.vr_pop { width: 95%; max-width: 1100px; margin: auto; position: relative; padding-top: 70px; padding-bottom: 100px; }
.vr_pop h2 { text-align: center; font-size: 36px; line-height: 100%; color: #000; margin: 0; padding: 0; margin-bottom: 30px; font-weight: 500; }

.vr_pop ul.tabs3 { display: flex; justify-content: space-between; float: none; margin-bottom: 15px; }
.vr_pop ul.tabs3>li { width: 100%; text-align: center; height: 55px; margin-left: 0; border-left: none; font-size: 16px; font-weight: 500; background-color: #e9eaec; box-sizing: border-box; }
.vr_pop ul.tabs3>li>a { padding: 0; letter-spacing: 0; line-height: 55px; display: block; }
.vr_pop ul.tabs3>li:first-child { margin-left:0; border-left: 1px solid #ccc; }
.vr_pop ul.tabs3 li.selected, .vr_pop ul.tabs li.selected:hover { background-color: #4f372b !important; border: 1px solid #4f372b !important; }
.vr_pop ul.tabs3 li.selected a, .vr_pop ul.tabs li.selected a:hover { color: #fff; }

.vr_pop ul.tabs2 { display: flex; justify-content: space-between; float: none; margin-bottom: 0rem; }
.vr_pop ul.tabs2>li { width: 100%; text-align: center; margin-left: 0; height: 40px; font-size: 14px; border: #f3f3f3; background: #f3f3f3; border-left: 1px solid #fff; border-top: 2px solid #f3f3f3; box-sizing: content-box; }
.vr_pop ul.tabs2>li>a { padding: 0; letter-spacing: 0; display: block; line-height: 40px; }
.vr_pop ul.tabs2>li:first-child { margin-left:0; border-left: none; }
.vr_pop ul.tabs2 li.selected, .vr_pop ul.tabs li.selected:hover { background: #fff; border: #f3f3f3; border-top: 2px solid #4f372b; }
.vr_pop ul.tabs2 li.selected a, .vr_pop ul.tabs li.selected a:hover { color: #444; }

/*  */

.community_top { margin-bottom: 2.188rem; }
.community_top li { display: none; }
.community_top li.active { display: block; }

/*  */

.yb_list { width: 100%; display: flex; justify-content: center; align-items: flex-start; gap: 0 2%; }
.yb_list li { width: 23.5%; max-width: 260px; }
.yb_list li table { width: 100%; border: 1px solid #ddd; border-top: 2px solid #000; }
.yb_list li table tr { width: 100%; }
.yb_list li table tr td { border-bottom: 1px solid #ddd; padding: 0.5625rem 0; font-size: 0.875rem; line-height: 100%; }
.yb_list li table tr td:nth-child(1) { width: 20%; border: 1px solid #ddd; }
.yb_list li table tr td:nth-child(2) { width: 35%; border: 1px solid #ddd; }
.yb_list li table tr td:nth-child(3) { width: 45%; }

/*  */

.event_wrap { width: 100%; height: auto; position: relative; max-width: 1100px; }
.event_box p {color: #222; font-size: 1.125rem; font-weight: 500;margin-bottom: 50px;text-align: center;line-height: 1.3em; margin-top: 2rem; }
.event_box ul { width: 100%; display: flex; justify-content: center; align-items: flex-start; gap: 0 3.5%; }
.event_box li{ width:calc(50% - 20px); width: 31%; }
.event_box li h2 { font-size: 1.125rem; line-height: 100%; margin-bottom: 0.9375rem; font-weight: 600; text-align: left; }
.event_box li h2::before { content: '■'; margin-right: 5px; }
.event_box li table{ width: 100%; text-align:center;}
.event_box li table th{color: #fff;font-weight: 400;font-size:0.875rem;background: #5c442c;border: 1px solid #ccc;border-top: none;line-height:45px;}
.event_box li table td{color: #333;border: 1px solid #ccc;font-size:0.875rem;line-height:45px;}
@media all and (max-width:1024px){
	.event_box{margin-bottom:30px;}
	.event_box p{font-size:1rem;margin-bottom: 30px; letter-spacing:-0.05em}
	.event_box ul { flex-wrap: wrap; }
    .event_box li h2 { font-size: 1.325rem; }
	.event_box li { width: 100%; margin-bottom: 10%; }
	.event_box li:last-child { margin-bottom: 0; }
	.event_box li table ~ table th{display:none;}
	.event_box li table ~ table td{border-top:none;}
	.event_box li table th{line-height: 35px;}
	.event_box li table td{line-height: 35px;}
    .community_top { margin-bottom: 1.325rem; }
}

















.history {
    padding-bottom: 240px
}

.history:first-child {
    margin-top: 0
}

.history-video__frame {
    overflow: hidden;
    position: relative;
    margin: auto;
    max-width: 1330px;
    width: 90%;
   /* border: 8px solid #000;
    border-radius: 30px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.2);
    clip-path: circle(20% at 50% 50%);
    transition-property: clip-path;
    transition-timing-function: cubic-bezier(0.24, 0.7, 0.35, 1.33); 
    transition-duration: .5s  */
}

.history-video__frame-item {
    display: block;
    width: 100%;
    height: auto
}

.history-video__frame-button {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    border-radius: 0
}

.history-video__frame-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url("/theme/cream/images/sub/history/play.svg") no-repeat center/auto 100%
}

.history-video__frame-poster {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity ease .35s
}

.history-video[data-media=enter] .history-video__frame {
    clip-path: circle(30% at 50% 50%);
    transition-duration: .35s
}

.history-video[data-media=play] .history-video__frame {
    clip-path: circle(100% at 50% 50%);
    transition-duration: 1s
}

.history-video[data-media=play] .history-video__frame-button,.history-video[data-media=play] .history-video__frame-poster {
    opacity: 0
}

.history-section {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
    width: 90%
}

.history-section__top {
    margin-bottom: 50px;
    text-align: center
}

.history-section__top-year {
    line-height: 1;
    font-size: 60px;
    font-weight: 700;
    color: #ff6600
}

.history-section__top-heading {
    margin: 20px 0 0px;
    line-height: 1.5;
    font-size: 38px;
    font-weight: 700;
    color: #000;
}

.history-section__top-text {
    font-size: 20px
}

.history-section__image {
    margin-top: 80px;
    text-align: center
}

.history-section__image-image:nth-child(2) {
    margin-top: 90px;
    margin-left: -40px
}

.history-section__main {
    position: relative;
    padding: 0 260px
}

.history-section__sticky {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 20px;
    width: 260px;
    height: 100%;
    opacity: 0
}

.history-section__sticky-wrap {
    position: sticky;
    top: 120px;
    left: 0
}

.history-section__sticky-year {
    line-height: 1.2;
    font-size: 52px;
    font-weight: 700
}

.history-section__sticky-title {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 500
}

.history-section__progress {
    position: absolute;
    top: 3px;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #eee
}

.history-section__progress-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ff6600
}

.history-list__item {
    position: relative;
    margin-bottom: 80px
}

.history-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 3px;
    margin-left: -5px;
    width: 11px;
    height: 11px;
    background: #eee;
    border-radius: 50%;
    transition: all ease .35s
}

.history-list__item:last-child {
    margin-bottom: 0
}

.history-list__flex {
    display: flex
}

.history-list__flex:nth-child(n+2) {
    margin-top: 80px
}

.history-list__col {
    padding-right: 0;
    width: 50%
}

.history-list__col:nth-child(2) {
    margin-top: 50px
}

.history-list__year {
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: rgba(51,51,51,.3);
    transition: color ease .35s
}

.history-list__title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1.1px;
}

.history-list__title:first-child {
    margin-top: 0
}

.history-list__image {
    margin-top: 30px
}

.history-list__callout {
    margin-top: 16px;
    padding: 24px;
    line-height: 1.65;
    font-size: 16px;
    background: #f8f8f8
}

.history-list__detail-title {
    display: flex;
    margin-bottom: 34px;
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.history-list__detail-badge {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 12px auto 0;
    padding: 9px 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #555;
    border-radius: 0 50px 50px 0;
    transition: background ease .15s
}

.history-list__detail-text {
    margin-top: 24px;
    font-size: 16px;
    color: #555
}

.history-list__item--on:first-child::before {
    animation: historyOn ease .5s forwards
}

.history-list__item--on::before {
    background: #ff6600
}

.history-list__item--on .history-list__year {
    color: #ff6600
}

.history-list__item--on .history-list__detail-badge {
    background: #ff6600
}

@keyframes historyOn {
    0% {
        box-shadow: 0 0 0 0 rgba(233,74,34,.3)
    }

    100% {
        box-shadow: 0 0 0 7px rgba(233,74,34,.3)
    }
}

@media screen and (min-width: 1025px) {
    .history-list__flex {
        text-align:right
    }

    .history-list__flex:nth-child(n+2) .history-list__col:nth-child(2) {
        margin-top: 0
    }

    .history-list__col {
        padding-right: 40px
    }

    .history-list__col:nth-child(2) {
        padding-right: 0;
        padding-left: 40px;
        text-align: left
    }

    .history-list__flex--reverse {
        justify-content: flex-end;
        text-align: left
    }

    .history-list__flex--reverse .history-list__col {
        padding-right: 0;
        padding-left: 40px
    }

    .history-list__flex--reverse-row {
        flex-direction: row-reverse;
        text-align: left
    }

    .history-list__flex--reverse-row .history-list__col {
        padding-right: 0;
        padding-left: 40px
    }

    .history-list__flex--reverse-row .history-list__col:nth-child(2) {
        padding-left: 0;
        padding-right: 40px;
        text-align: right
    }

    .history-list__flex--reverse-row .history-list__detail-title {
        flex-direction: row-reverse
    }

    .history-list__flex--reverse-row .history-list__detail-badge {
        margin-right: 0;
        margin-left: 12px;
        border-radius: 50px 0 0 50px
    }
}

@media screen and (max-width: 1400px) {
    .history-section__main {
        padding:0
    }

    .history-section__sticky {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .history {
        padding-bottom:180px
    }

    .history-video__frame {
        border-width: 6px;
        border-radius: 24px
    }

    .history-video__frame-button::before {
        width: 48px;
        height: 48px
    }

    .history-section {
        margin-top: 180px
    }

    .history-section__top {
        margin-bottom: 180px
    }

    .history-section__top-year {
        font-size: 54px
    }

    .history-section__top-heading {
        margin: 26px 0 20px;
        font-size: 36px
    }

    .history-section__top-text {
        font-size: 16px
    }

    .history-section__progress {
        left: 0
    }

    .history-section__image-image:nth-child(2) {
        margin-left: 0
    }

    .history-list__year {
        font-size: 15px
    }

    .history-list__title {
        margin-top: 16px;
        font-size: 18px
    }

    .history-list__flex {
        display: block
    }

    .history-list__item {
        margin-bottom: 65px
    }

    .history-list__item::before {
        left: 0;
        margin-left: -4px;
        width: 9px;
        height: 9px
    }

    .history-list__col {
        padding-left: 30px;
        width: 100%
    }

    .history-list__col:nth-child(2) {
        margin-top: 34px
    }

    .history-list__image {
        margin-top: 20px
    }

    .history-list__callout {
        padding: 20px 24px;
        font-size: 14px
    }

    .history-list__detail-title {
        font-size: 16px
    }

    .history-list__detail-badge {
        margin-right: 10px;
        padding: 8px 18px;
        font-size: 14px
    }

    .history-list__detail-text {
        margin-top: 20px;
        font-size: 15px
    }
}

@media screen and (max-width: 768px) {
    .history {
        padding-bottom:120px
    }

    .history-video__frame {
        border-width: 4px;
        border-radius: 16px
    }

    .history-video__frame-button::before {
        width: 36px;
        height: 36px
    }

    .history-section {
        margin-top: 30px
    }

    .history-section__top {
        margin-bottom: 30px
    }

    .history-section__top-year {
        font-size: 34px
    }

    .history-section__top-heading {
        margin: 20px 0 16px;
        font-size: 22px
    }

    .history-section__top-text {
        font-size: 13px
    }

    .history-list__year {
        font-size: 13px
    }

    .history-list__title {
        margin-top: 14px;
        font-size: 16px
    }

    .history-list__list {
        padding-left: 20px
    }

    .history-list__item {
        margin-bottom: 45px
    }

    .history-list__image {
        margin-top: 14px
    }

    .history-list__callout {
        margin-top: 10px;
        padding: 18px 16px;
        font-size: 13px
    }

    .history-list__detail-title {
        font-size: 15px
    }

    .history-list__detail-badge {
        font-size: 12px
    }

    .history-list__detail-text {
        margin-top: 18px;
        font-size: 14px
    }
}


.section-top {
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
    width: 90%;
    padding-top: 280px;
    padding-bottom: 120px;
    text-align: center
}

.section-top .break-small {
    display: none
}

.section-top__badge {
    z-index: 2;
    position: relative;
    font-size: 20px;
    font-weight: 500
}

.section-top__heading {
    z-index: 2;
    position: relative;
    font-size: 72px;
    font-weight: 700
}

.section-top__text {
    z-index: 2;
    position: relative;
    margin-top: 32px;
    font-size: 20px
}

@media screen and (max-width: 1024px) {
    .section-top {
        padding-top:180px;
        padding-bottom: 100px
    }

    .section-top__badge {
        font-size: 18px
    }

    .section-top__heading {
        font-size: 48px
    }

    .section-top__text {
        margin-top: 26px;
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {
    .section-top {
        padding-top:160px;
        padding-bottom: 80px
    }

    .section-top__badge {
        font-size: 16px
    }

    .section-top__heading {
        font-size: 28px
    }

    .section-top__text {
        margin-top: 20px;
        font-size: 16px
    }
}

@media screen and (max-width: 576px) {
    .section-top .break-small {
        display:block
    }

    .section-top .break-none-small {
        display: none
    }
}









  :root {
            /* 이 값보다 화면이 작아지면 가로 스크롤이 생깁니다 */
            --min-table-width: 1200px;
            --radius: 14px;
            --border: 1px solid #e5e7eb;
            /* #e5e7eb = 약한 회색 */
            --bg: #ffffff;
            --bg-alt: #fafafa;
            --text: #0f172a;
            /* slate-900 */
            --muted: #64748b;
            /* slate-500 */
            --brand: #2563eb;
            /* blue-600 */
        }

        .page {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 20px;
        }

        .card {
            background: var(--bg);
            border: var(--border);
            border-radius: var(--radius);
            box-shadow: 0 8px 24px rgba(2, 6, 23, 0.05);
            overflow: hidden;
            margin-bottom: 30px;
        }

        .card-header {
            padding: 18px 20px;
            border-bottom: var(--border);
            background: linear-gradient(180deg, #fff, #fcfcfd);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .badge {
            font-size: 12px;
            padding: 2px 8px;
            border-radius: 999px;
            background: #eff6ff;
            color: var(--brand);
            border: 1px solid #dbeafe;
        }

        .card-header h1 {
            font-size: 18px;
            margin: 0;
        }

        .desc {
            color: var(--muted);
            font-size: 14px;
            margin: 2px 0 0;
        }

        /* 스크롤 컨테이너 수정 */
        .table-wrap {
            position: relative;
            overflow: hidden;
        }

        .table-scroll {
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            /* 모바일에서 부드러운 스크롤 */
            scrollbar-width: thin;
            scrollbar-color: #cbd5e1 #f1f5f9;
        }

        /* 웹킷 브라우저용 스크롤바 스타일링 */
        .table-scroll::-webkit-scrollbar {
            height: 8px;
        }

        .table-scroll::-webkit-scrollbar-track {
            background: #f1f5f9;
        }

        .table-scroll::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 4px;
        }

        .table-scroll::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }

        /* 스크롤 힌트 수정 */
        .table-wrap::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 30px;
            height: 100%;
            pointer-events: none;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
            opacity: 0;
            transition: opacity .3s ease;
            z-index: 2;
        }

        .table-scroll.is-overflowing + .scroll-hint,
        .table-wrap.is-overflowing::after {
            opacity: 1;
        }

        .scroll-hint {
            display: none;
            font-size: 12px;
            color: var(--muted);
            padding: 8px 14px;
            border-top: var(--border);
            background: var(--bg-alt);
            text-align: center;
        }

        .is-overflowing + .scroll-hint {
            display: block;
        }

        table {
            width: 100%;
            min-width: 550px; /* 최소 너비 설정으로 스크롤 유도 */
            border-collapse: separate;
            border-spacing: 0;
            background: var(--bg);
            font-size: 16px;
        }

        thead th {
            position: sticky;
            top: 0;
            z-index: 1;
            background: #776f59;
            color: #fff;
            text-align: center;
            font-weight: 600;
            font-size: 16px;
            padding: 12px 14px;
            border-bottom: var(--border);
            border-right: var(--border);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
            white-space: nowrap; /* 텍스트 줄바꿈 방지 */
        }

        tbody th {
            vertical-align: middle;
            background: #f4f4f4;
            border-bottom: var(--border);
            border-right: var(--border);
            padding: 12px 14px;
            white-space: nowrap;
            font-weight: 600;
        }

        tbody td {
            vertical-align: middle;
            padding: 12px 14px;
            text-align: center;
            border-bottom: var(--border);
            border-right: var(--border);
            white-space: nowrap; /* 셀 내용을 한 줄로 유지 */
        }

        tbody td:nth-child(1) {
            font-weight: 600;
        }

        tbody tr:nth-child(2n) td {
            background: #fcfcfd;
        }

        tbody tr:hover td {
            background: #f8fafc;
        }

        .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

        .muted {
            color: var(--muted);
        }

        /* 모바일 최적화 */
        @media (max-width: 768px) {
            .table_w {width: 100% !important; margin: 0 0px 50px 0px !important;}
            
            .page {
                padding: 0 10px;
            }

            .card {
                margin-bottom: 20px;
            }

            table {
                min-width: 400px; /* 모바일에서도 충분한 너비 확보 */
                font-size: 14px;
            }

            thead th {
                padding: 10px 8px;
                font-size: 14px;
            }

            tbody th,
            tbody td {
                padding: 10px 8px;
                font-size: 14px;
            }

            .table-wrap::after {
                width: 20px;
            }
        }

        /* 초소형 화면 */
        @media (max-width: 420px) {
            .mt100 { margin-top: 70px !important;}
            .table_w {width: 100% !important; margin: 0 0px 50px 0px !important;}
            
            .page {
                padding: 0 8px;
            }

            table {
                min-width: 400px;
                font-size: 13px;
            }

            thead th {
                padding: 8px 6px;
                font-size: 13px;
            }

            tbody th,
            tbody td {
                padding: 8px 6px;
                font-size: 13px;
            }
        }

        .center {
            text-align: center;
        }

        .demo02 {
            display: block;
            width: 100%;
            max-width: 350px;
            background: #fff;
            border-left: var(--border);
            border-top: var(--border);
            float: left;
            margin-right: 10px;
        }

        .demo02 th {
            width: 13%;
            padding: 5px 10px !important;
            text-align: center !important;
        }

        .demo02 td {
            text-align: center !important;
            padding: 2px 5px !important;
            background: #fff !important;
        }

        .tit01 {
            font-size: 22px;
            font-weight: 600;
            color: #4c334c;
            margin: 90px 0 15px;
        }

        @media (max-width: 768px) {
            .tit01 {
                font-size: 18px;
                margin: 60px 0 10px;
            }
        }


.table_w {width: 47%; margin: 0 15px 100px 15px; float: left;}





    /* sincerity locations */
    .sincerity-location-group+.sincerity-location-group {
        margin-top: 200px;
    }

    .sincerity-location-list {
        margin-top: 39px;
    }

    .sincerity-location-list .list-cell:first-child {
        border-top: 1px solid #111;
    }

    .sincerity-location-list .list-cell {
        border-bottom: 1px solid #111;
    }

    .sincerity-location-list .btn-location-nav {
        display: flex;
        width: 100%;
        padding: 15px 0 15px 0;
        color: #111;
        background: #fff;
        margin-top: 1px;
    }

    .sincerity-location-list .btn-location-nav .item-city {
        flex: 0 0 auto;
        display: block;
        font-size: 20px;
        width: 30%;
        text-align: left;
        padding: 8px 0;
    }

    .sincerity-location-list .btn-location-nav .item-city img {
        max-width: 320px;
        border-radius: 15px;
        border: 1px solid #ddd;
    }

    .sincerity-location-list .btn-location-nav .item-info {
        flex: 1;
        width: 100%;
        display: block;
        text-align: left;
        box-sizing: border-box;
        margin-top: 35px;
    }

    .sincerity-location-list .btn-location-nav .item-name {
        display: block;
        font-size: 20px;
        line-height: 1.6;
        font-weight: 500;
    }

    .sincerity-location-list .btn-location-nav .item-options {
        display: flex;
        margin-top: 6px;
            font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.5px;
    }

    .sincerity-location-list .btn-location-nav .item-address {
        flex: 0 1 auto;
        display: block;
        margin-right: 14px;
    }

    .sincerity-location-list .btn-location-nav .item-phone {
        display: flex;
        flex: 0 0 auto;
    }

    .sincerity-location-list .btn-location-nav .item-tel {
        flex: 0 0 auto;
        display: block;
        position: relative;
        padding-left: 18px;
    }

    .sincerity-location-list .btn-location-nav .item-tel:before {
        content: '';
        position: absolute;
        top: 14px;
        left: 0;
        display: block;
        width: 4px;
        height: 4px;
        background: #111;
    }

    .sincerity-location-list .btn-location-nav .item-tel+.item-tel {
        margin-left: 14px;
    }

    .sincerity-location-list .btn-location-nav .item-address-code {
        flex: 0 0 auto;
        display: block;
        position: relative;
        padding-left: 18px;
        margin-right: 14px;
    }

    .sincerity-location-list .btn-location-nav .item-address-code:before {
        content: '';
        position: absolute;
        top: 14px;
        left: 0;
        display: block;
        width: 4px;
        height: 4px;
        background: #111;
    }

    /* .sincerity-location-list .btn-location-nav:after {content:''; display:block; margin-top:8px; width:32px; height:32px; background:url(../images/icon_accordion_arrow.png) center center no-repeat; background-size:100% auto; transition:transform 0.3s ease;} */
    .sincerity-location-list .toggle .btn-location-nav:after {
        transform: rotate(180deg);
    }

    .sincerity-location-list .toggle .location-detail {
        height: 540px;
        margin-bottom: 40px;
    }

    .sincerity-location-list .location-detail {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: height 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .sincerity-location-list .location-detail-inner {
        position: relative;
        width: 100%;
        height: 540px;
        background: #fafafa;
    }

    .sincerity-location-list .location-detail-inner>div,
    .sincerity-location-list .location-detail-inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .sincerity-location-list .location-detail-inner .root_daum_roughmap .wrap_map {
        height: 100%;
    }


    .effect-data {
        transform: translate(0%, 100px);
        opacity: 0;
        transition: transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 0.6s ease;
        will-change: transform;
    }

    .effect-data.actived {
        transform: translate(0%, 0%);
        opacity: 1;
        transition-delay: 0s;
    }



    @media screen and (max-width:1024px) {
        .sincerity-location-list {
            margin-top: calc(39px * 0.7);
        }

        .sincerity-location-list .btn-location-nav {
            padding: calc(34px * 0.7) 0 calc(39px * 0.7) 0;
        }

        .sincerity-location-list .btn-location-nav .item-name {
            font-size: 26px;
        }

        .sincerity-location-list .btn-location-nav .item-options {
            display: block;
            margin-top: 4px;
            font-size: 18px;
        }

        .sincerity-location-list .btn-location-nav .item-address {
            margin-right: 0;
        }

        .sincerity-location-list .btn-location-nav .item-tel+.item-tel {
            margin-left: 15px;
        }

        .sincerity-location-list .toggle .location-detail {
            height: calc(540px * 0.7);
            margin-bottom: calc(40px * 0.7);
        }

        .sincerity-location-list .location-detail-inner {
            height: calc(540px * 0.7);
        }

        .sincerity-location-list .btn-location-nav .item-tel:before {
            top: 12px;
        }

        .sincerity-location-list .btn-location-nav .item-address-code:before {
            display: none;
        }

        .sincerity-location-list .btn-location-nav .item-address-code {
            padding: 0;
            margin: 0;
        }
    }


    @media screen and (max-width:768px) {
        .sincerity-location-list {
            margin-top: 7px;
        }

        .sincerity-location-list .btn-location-nav {
            display: flex;
            width: 100%;
            padding: 30px 0;
        }

        .sincerity-location-list .btn-location-nav .item-city {
            font-size: 14px;
            width: 80px;
            padding: 8px 0;
            display: none
        }

        .sincerity-location-list .btn-location-nav .item-info {
            padding-right: 10px;
            margin-top: 0px;
        }

        .sincerity-location-list .btn-location-nav .item-name {
            font-size: 20px;
            line-height: 1.6;
            font-weight: 500;
        }

        .sincerity-location-list .btn-location-nav .item-options {
            margin-top: 8px;
            font-size: 14px;
            line-height: 1.4;
        }

        .sincerity-location-list .btn-location-nav .item-address {
            margin-right: 0;
        }

        .sincerity-location-list .btn-location-nav .item-phone {
            margin-top: 4px;
            display: block;
        }

        .sincerity-location-list .btn-location-nav .item-tel {
            padding-left: 12px;
        }

        .sincerity-location-list .btn-location-nav .item-tel:before {
            top: 8px;
            width: 3px;
            height: 3px;
        }

        .sincerity-location-list .btn-location-nav .item-tel+.item-tel {
            margin-left: 0;
        }

        .sincerity-location-list .btn-location-nav:after {
            margin-top: 4px;
            width: 24px;
            height: 24px;
            background-size: 24px auto;
        }

        .sincerity-location-list .toggle .location-detail {
            height: 194px;
            margin-bottom: 20px;
        }

        .sincerity-location-list .location-detail {
            height: 0;
        }

        .sincerity-location-list .location-detail-inner {
            height: 194px;
        }
    }
    
 
    
.tb_w{display: flex;width: 100%; margin: 30px 0 70px;}
.tb1{width: 47%; float: left;}   
.tb2{width: 50%; float: left; padding: 30px; text-align: left;}   
    
@media screen and (max-width:768px) { 
.tb_w{display: inline-block; margin: 30px 0 30px;}
.tb1{width: 100% !important; float: left;}   
.tb2{width: 100% !important; float: left; padding: 30px 0;}
}
    
    
.tt1{display: block;font-size: 20px;line-height: 1.6;font-weight: 500;}
.tt2{display: flex; margin-top: 6px;font-size: 16px;line-height: 1.6;} 


