/*===============================================
 COMMON
===============================================*/
html {
  overflow-x: auto; }

body {
  min-width: 1160px; }

.wrapper {
  overflow-x: hidden;
  font-family: "Noto Sans KR", sans-serif; }

.container {
  width: 100%;
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }

.padTB100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padTB150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.slider {
  overflow: hidden;
  height: 650px; }
  .slider li img {
    width: 1100px; }
  .slider li:nth-of-type(3) img,
  .slider li:nth-of-type(5) img {
    width: 650px; }

.tit01 {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 80px;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 1px; }
  .tit01 span {
    display: block;
    font-size: 35px;
    font-size: 3.5rem; }

.txt01 {
  font-size: 50px;
  font-size: 5rem;
  text-indent: 4px;
  font-weight: 300; }

.txt02 {
  font-size: 45px;
  font-size: 4.5rem;
  text-indent: 4px; }

.txt03 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  font-family: var(--sans-serif); }

.txt04 {
  font-family: var(--sans-serif); }

.btn01 {
  display: inline-block;
  font-size: 25px;
  font-size: 2.5rem;
   }
  .btn01 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px; }

.fadein01 {
  opacity: 0;
  position: relative;
  transition: opacity 2000ms 0ms ease-out; }
  .fadein01.action {
    opacity: 1; }

.fadein02 {
  opacity: 0;
  transform: scale(1.05, 1.05);
  position: relative;
  transition: opacity 1200ms 0ms ease-out, transform 400ms 0ms ease-out; }
  .fadein02.action {
    opacity: 1;
    transform: scale(1, 1); }

.fadeinA,
.fadeinB,
.fadeinC {
  opacity: 0;
  position: relative;
  transition: opacity 1200ms 0ms ease-out; }
  .fadeinA.action,
  .fadeinB.action,
  .fadeinC.action {
    opacity: 1; }

.fadeinB {
  transition-delay: 1200ms; }

.fadeinC {
  transition-delay: 2400ms; }

/*===============================================
 HEADER
===============================================*/
.header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  min-width: 1160px;
  height: 120px; }
  .header .logo {
    position: absolute;
    right: 50px;
    top: 35px;
    width: 84px; }
  .header .ico {
    display: none;
    position: absolute;
    left: 50px;
    top: 150px;
    width: 56px; }
  .header .ico01 {
    top: 900px; }

/*===============================================
 BURGER MENU
===============================================*/
.el_humburger {
  box-sizing: border-box;
  position: fixed;
  left: 50px;
  top: 38px;
  z-index: 10001;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  width: 60px;
  padding: 10px 0; }

.el_humburger span {
  display: block;
  width: 60px;
  margin: 0 auto 10px;
  height: 1px;
  background: #000;
  transition: all 0.2s ease-in-out; }
  .el_humburger span:last-of-type {
    margin-bottom: 0; }

.js_humburgerOpen .el_humburger span.top {
  transform: translateY(11px) rotate(-45deg); }

.js_humburgerOpen .el_humburger span.middle {
  opacity: 0; }

.js_humburgerOpen .el_humburger span.bottom {
  transform: translateY(-11px) rotate(45deg); }

.navigation {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1 !important;
  transition: all 500ms ease-out;
  transform: translateZ(0) translateY(-100%); }
  .navigation.js_appear {
    transform: translateZ(0) translateY(0); }

.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  width: 960px;
  overflow: auto; }
  .navigation_screen .area {
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 150px 0; }
    .navigation_screen .area .tit {
      padding-bottom: 40px;
      font-size: 50px;
      font-size: 5rem;
      line-height: 1.4;
      font-weight: bold; }
      .navigation_screen .area .tit span {
        display: block;
        margin-top: 50px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: normal; }
    .navigation_screen .area nav ul li {
      margin-top: 70px; }
      .navigation_screen .area nav ul li a {
        font-size: 35px;
        font-size: 3.5rem; }
        .navigation_screen .area nav ul li a span {
          display: block;
          margin-top: 15px;
          font-size: 16px;
          font-size: 1.6rem; }

/*===============================================
 CONTENTS
===============================================*/
p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.8;
  font-weight: 300; }

.st01_01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 850px; }
  .st01_01 video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .st01_01 .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 50px;
    bottom: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    width: 190px;
    height: 70px;
    padding-top: 1px;
    font-size: 15px;
    font-size: 1.5rem;
    z-index: 30; }
    .st01_01 .btn .ico {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #000;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      padding-left: 4px;
      margin-left: 10px;
      margin-top: -1px; }
      .st01_01 .btn .ico span {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 12px;
        border-color: transparent transparent transparent #000; }
    .st01_01 .btn:hover {
      background: #000;
      color: #FFF;
      text-decoration: none; }
      .st01_01 .btn:hover .ico {
        border: 1px solid #FFF; }
        .st01_01 .btn:hover .ico span {
          border-color: transparent transparent transparent #FFF; }
  .st01_01 .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 56px;
    font-size: 5.6rem;
    text-indent: 2px;
    font-weight: bold; }
    .st01_01 .txt span {
      display: block;
      margin-bottom: 10px;
      font-size: 35px;
      font-size: 3.5rem; }

.st01_02,
.st01_03,
.st01_04,
.st01_05,
.st01_06 {
  display: flex; }
  .st01_02 .block,
  .st01_03 .block,
  .st01_04 .block,
  .st01_05 .block,
  .st01_06 .block {
    flex-shrink: 0;
    overflow: hidden; }

.st01_02 {
  align-items: center; }
  .st01_02 .block:nth-of-type(1) {
    width: 50%; }
  .st01_02 .block:nth-of-type(2) {
    width: 50%;
    padding: 0 8%; }

.st01_03 {
  justify-content: flex-end;
  margin-top: -80px; }
  .st01_03 .block {
    width: 22%; }

.st01_04 .block:nth-of-type(1) {
  width: 14%; }

.st01_04 .block:nth-of-type(2) {
  width: 36%;
  padding: 120px 6% 0; }

.st01_04 .block:nth-of-type(3) {
  width: 50%; }

.st01_05 {
  margin-top: -80px; }
  .st01_05 .block {
    width: 22%;
    margin-left: 22%; }

.st01_06 .block:nth-of-type(1) {
  width: 22%; }

.st01_06 .block:nth-of-type(2) {
  width: 56%;
  padding: 120px 6% 0; }

.st01_06 .block:nth-of-type(3) {
  width: 22%; }

.st02_01 {
  display: flex;
  align-items: center;
  position: relative;
  margin: 200px 0; }
  .st02_01 .tit01 {
    transform: rotate(90deg);
    position: absolute;
    z-index: 1;
    right: 6%;
    top: -20px; }
  .st02_01 .boxL {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    width: 45%;
    padding: 0 8%; }
    .st02_01 .boxL p {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 300; }
  .st02_01 .boxR {
    flex-shrink: 0;
    width: 55%; }

.st02_02 .area {
  margin-bottom: 150px; }
  .st02_02 .area .tit {
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
    .st02_02 .area .tit span:first-of-type {
      margin-right: 40px;
      font-size: 68px;
      font-size: 6.8rem;
       }
    .st02_02 .area .tit span:last-of-type {
      font-size: 22px;
      font-size: 2.2rem;
       }
  .st02_02 .area .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 20px; }
    .st02_02 .area .block div {
      width: 100%; }
    .st02_02 .area .block span {
      display: none;
      text-align: center;
      width: 100%;
      margin-top: 30px;
      font-size: 18px;
      font-size: 1.8rem;
      text-indent: 1px;
      font-weight: bold; }
    .st02_02 .area .block .ico {
      position: absolute;
      right: 0;
      bottom: 15px; }
  .st02_02 .area .box {
    display: flex;
    margin-top: 40px; }
    .st02_02 .area .box .boxL {
      width: 60%;
      margin-right: 5%; }
      .st02_02 .area .box .boxL .block {
        height: 700px; }
    .st02_02 .area .box .boxR {
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      width: 35%; }
      .st02_02 .area .box .boxR .block {
        width: 100%;
        height: 330px; }
    .st02_02 .area .box:first-of-type {
      margin-top: 0; }
  .st02_02 .area .box01 {
    flex-direction: row-reverse; }
    .st02_02 .area .box01 .boxL {
      margin-right: 0;
      margin-left: 5%; }

/*===============================================
 FOOTER
===============================================*/
/*
.footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #AAA7A6;
	padding: 80px 100px;
	color: #FFF;
	.pagetop {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		right: 50px;
		top: -100px;
		background: #9D9D9D;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		width: 70px;
		height: 70px;
	}
	div {
		flex-shrink: 0;
		&:nth-of-type(1) {
			font-size: 50px;
			font-size: 5rem;
			line-height: 1.4;
			font-weight: bold;
			span {
				display: block;
				margin-top: 50px;
				font-size: 20px;
				font-size: 2rem;
				font-weight: normal;
			}
		}
		&:nth-of-type(2) {
			width: 301px;
		}
	}
}
*/
